@charset "UTF-8";
/**
 * common.css
 * --------------------------------------------------
 */
/**
 * 적용 시스템 : 공통
 * common/_mixins.scss 
 * --------------------------------------------------
 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p,
blockquote, th, td, abbr, acronym, address,
big, cite, code, ins, small, sub, sup {
  letter-spacing: -0.03em;
  font-size: 12px;
  line-height: 1.33;
  font-family: 'Apple SD Gothic Neo', 'Roboto', 'Noto Sans KR', Malgun Gothic, sans-serif;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul, li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, td {
  font-weight: normal;
  font-size: 100%;
}

form,
fieldset,
a img {
  border: 0;
}

q:before, q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

address, abbr, address, big,
cite, code, ins, small,
sub, sup, em {
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

.accessibility,
.skip,
legend {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

caption {
  display: none;
}

.null {
  font-size: 0;
  line-height: 0;
}

a img, input, textarea, select, img {
  vertical-align: middle;
}

time, progress, mark, output {
  display: inline;
}

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.clr {
  clear: both !important;
  float: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

a {
  text-decoration: none;
  color: #333;
}

a img {
  border: 0;
}

img, input, select {
  vertical-align: middle;
}

input {
  font-size: 17px;
  font-family: 'Apple SD Gothic Neo', 'Roboto', 'Noto Sans KR', Malgun Gothic, sans-serif;
  color: #000;
  vertical-align: middle;
}

select {
  font-size: 17px;
  border: 1px solid #ddd;
  background-color: #fff;
}

/*------------------------------------------------------------------------------------------------------------*/
.blind {
  visibility: hidden;
  text-indent: -9999999em;
  height: 0;
}

.talign_cener {
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  text-size-adjust: none;
}

#document {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-width: 1280px;
}

/*navi*/
/* 200310- #navi_wrap에서 padding: 0 40px; 제거 */
#navi_wrap {
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #eee;
  position: fixed;
}

#navi_wrap .navi_inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}

#navi_wrap .navi_inner h1 {
  padding-left: 3px;
  background: url("../img/comm/head_logo5.png") center center no-repeat;
  background-size: 133px;
  cursor: pointer;
}

#navi_wrap .navi_inner h1 a {
  width: 133px;
  height: 90px;
  display: inline-block;
}

#navi_wrap .navi_inner ul {
  overflow: hidden;
  display: -moz-flex;
  display: flex;
}

#navi_wrap .navi_inner ul li a {
  display: inline-block;
  height: 46px;
  padding: 0 30px;
  color: #333;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  text-decoration: none;
  min-width: 70px;
}

#navi_wrap .navi_inner ul li a:hover, #navi_wrap .navi_inner ul li a.select {
  color: #f66c51;
  cursor: pointer;
}

#navi_wrap .navi_inner ul li a.select {
  font-weight: 700;
}

#navi_wrap .navi_inner ul li:last-child a {
  padding: 0 0 0 30px;
}

#navi_wrap .navi_inner .menu_wrap {
  display: none;
}

/* common_main - 메인화면 wrap */
.main_wrap {
  width: 100%;
  overflow: hidden;
}

.page_Home .main_wrap .main_box {
  width: 1200px;
  padding: 150px 0 110px;
  margin: 0 auto;
}

.page_Home .main_wrap.bg01 .main_box {
  padding: 40px 0;
  border: 1px solid #eee;
  border-width: 1px 0;
}

.page_Home .main_wrap .about_wrap {
  width: 1200px;
}

.main_wrap h3 {
  font-size: 64px;
  color: #333;
  text-align: left;
  font-family: Verdana;
  line-height: 1.1;
  display: inline-block;
  display: none;
}

.main_wrap:nth-child(3) .main_box h3 {
  display: block;
  text-align: center;
}

#v_wrap {
  position: relative;
  overflow: hidden;
}

.v_wrap_box {
  margin: 0 auto;
}

.main_box {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
}

.index_box {
  margin: 20px 0;
  box-sizing: border-box;
  padding: 40px 30px;
  box-sizing: border-box;
  width: 33.3%;
}

.index_box:hover {
  cursor: pointer;
}

.index_box + .index_box {
  margin-left: 6px;
}

.index_box p {
  text-align: center;
}

.index_box p img {
  width: 50px;
  height: 50px;
}

.index_box div {
  font-size: 20px;
  line-height: 23px;
  color: #000;
}

.index_box div span {
  display: block;
  text-align: center;
  color: #999;
  margin-top: 30px;
  position: relative;
  font-size: 16px;
}

.index_box h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #333;
  display: inline-block;
  padding-top: 30px;
  font-family: Verdana;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.index_box h4:after {
  content: '';
  display: block;
  width: 0%;
  border: 1px solid #f66c51;
  transition: all .6s;
  margin-top: 5px;
  visibility: hidden;
}

.index_box:hover h4:after {
  width: 100%;
  visibility: visible;
}

.about_wrap ul:after, .about_wrap li:after {
  content: '';
  display: block;
  clear: both;
}

.about_wrap li {
  display: -moz-flex;
  display: flex;
}

.about_wrap li + li {
  padding-top: 60px;
}

.about_wrap .left {
  min-width: 120px;
  max-width: 120px;
  margin-right: 20px;
}

.about_wrap .right {
  margin-top: 17px;
}

.about_wrap .right .title {
  font-size: 27px;
  line-height: 1;
}

.about_wrap .right .title strong {
  color: #f66c51;
}

.about_wrap .right .con {
  font-size: 15px;
  color: #999;
  line-height: 1.6;
  margin-top: 20px;
  letter-spacing: normal;
  word-break: keep-all;
}

.index_text {
  transition: ease-in 0.2s;
  border-radius: 30px;
}

.v_wrap {
  position: relative;
}

.v_wrap_wrap_wrap {
  position: relative;
  display: block;
}

.v_wrap_box {
  float: left;
  width: 100%;
}

.v_wrap_img_wrap {
  position: relative;
  height: 640px;
}

.v_wrap_img_wrap img {
  position: absolute;
  left: 50%;
  margin-left: -600px;
}

.v_wrap_img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  display: none;
}

.v_wrap_wrap2 .v_wrap_img_wrap {
  height: 800px;
}

.v_wrap_wrap2 .v_wrap_img_wrap img {
  position: absolute;
  top: -80px;
  left: 0;
  margin-left: 0;
}

.v_wrap_wrap2 .pagination {
  position: absolute;
  top: 578px;
  left: 40%;
}

.v_wrap_wrap2 .pagination li {
  width: 13px;
  height: 13px;
  background-color: #b7b7b7;
  border-radius: 50%;
  float: left;
  margin: 0 35px;
  color: transparent;
  transition: all 0.5s;
}

.v_wrap_wrap2 .pagination li:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  background-color: transparent;
  transform: translate(-22%, -22%);
}

.v_wrap_wrap2 .pagination li:after {
  display: block;
  transform: translateX(-32%);
  width: 46px;
}

.v_wrap_wrap2 .pagination li:nth-child(1):after {
  content: '01';
}

.v_wrap_wrap2 .pagination li:nth-child(2):after {
  content: '02';
}

.v_wrap_wrap2 .pagination li:nth-child(3):after {
  content: '03';
}

.v_wrap_wrap2 .bul_wrap {
  width: 1200px;
  position: relative;
  margin: 300px auto 0;
}

.v_wrap_wrap2 .bul_wrap .bullet {
  position: absolute;
  right: 0;
  min-width: 150px;
  text-align: right;
}

.v_wrap_wrap2 .bullet_inner {
  padding: 15px 0;
  font-size: 25px;
}

.v_wrap_wrap2 .bullet_inner span {
  position: relative;
  color: #000;
  opacity: .5;
}

.v_wrap_wrap2 .bullet_inner span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  float: right;
  margin: 3px 0 0 25px;
  opacity: .5;
}

.v_wrap_wrap2 .bullet_inner span:after {
  content: '';
  display: inline-block;
  top: 24px;
  height: 31px;
  border: 1px solid #000;
  position: absolute;
  right: -36px;
  opacity: .5;
}

.v_wrap_wrap2 .bullet_inner.selected span {
  font-weight: 700;
  color: #fff;
  opacity: 1;
}

.v_wrap_wrap2 .bullet_inner.selected span:before {
  background: none;
  width: 25px;
  height: 25px;
  border: 5px solid #fff;
  box-sizing: border-box;
  opacity: 1;
  z-index: 999;
}

.v_wrap_wrap2 .bullet_inner.selected span:after {
  top: 30px;
  right: -40px;
  height: 26px;
  opacity: .5;
}

.v_wrap_wrap2 .bullet_inner:last-child span:after {
  display: none;
}

/*common_cont - ( PROJECT - 연혁 및 프로젝트 ) ( RECRUIT-인재상 )*/
.cont_wrap {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.cont_wrap .cont_box {
  width: 1200px;
  padding: 110px 0 100px;
  margin: 0 auto;
}

.cont_wrap .cont_box h3 {
  font-size: 40px;
  color: #333;
  text-align: center;
}

.cont_wrap .cont_box h3.text_center {
  text-align: center;
}

.products .cont_wrap .cont_box h3 {
  font-size: 64px;
  text-align: center;
}

div:not(.page_Home) .cont_wrap.bg01, div:not(.main_wrap).bg01 {
  background-color: #fafafa;
}

.page_Projects .cont_wrap .cont_box {
  padding-top: 100px;
}

.page_Projects .cont_wrap .cont_box.first {
  padding-top: 0;
  margin-top: -15px;
}

.page_Recruit .cont_wrap .cont_box.first {
  padding: 20px 0 60px;
}

.page_Recruit .cont_wrap .cont_box .rectuir_top {
  padding-top: 20px;
}

/* 전체페이지 wrap */
/*foot*/
#foot_line {
  width: 100%;
  padding-top: 10px;
  background-color: #f66c51;
}

#foot_space {
  width: 100%;
  background-color: #fff;
}

.foot_top {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.foot_top .top_inner {
  width: 1200px;
  padding: 90px 0 60px;
  margin: 0 auto;
}

.foot_top .top_inner h2 {
  font-size: 46px;
  letter-spacing: -0.075em;
  color: #333;
  text-align: center;
}

.foot_top .top_inner div {
  padding: 30px 0 0 0;
  color: #999;
  font-size: 17px;
  text-align: center;
}

.mapWrap > #map {
  width: 1140px;
  height: 570px;
  margin: 0 auto 80px;
}

#foot_wrap {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 85px;
}

#foot_wrap .foot_btm {
  background-color: #353535;
}

#foot_wrap .foot_btm .btm_wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 50px;
  text-align: left;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

#foot_wrap .foot_btm .btm_wrap:after {
  content: '';
  display: block;
  clear: both;
}

#foot_wrap .foot_btm .btm_wrap * + .info {
  padding-top: 10px;
}

#foot_wrap .foot_btm .btm_wrap .pad-top10 {
  padding-top: 10px;
}

#foot_wrap .foot_btm .btm_wrap .info {
  opacity: 1;
  line-height: 1.5;
  display: block;
}

#foot_wrap .foot_btm .btm_wrap .info dt,
#foot_wrap .foot_btm .btm_wrap .info dd {
  display: inline-block;
}

#foot_wrap .foot_btm .btm_wrap .info dt {
  padding: 0 10px;
}

#foot_wrap .foot_btm .btm_wrap .info dt:before {
  content: "|";
  display: inline-block;
  margin-right: 10px;
  color: #555;
}

#foot_wrap .foot_btm .btm_wrap .info dt.no_bul {
  padding-left: 0;
}

#foot_wrap .foot_btm .btm_wrap .info dt.no_bul:before {
  display: none;
}

#foot_wrap .foot_btm .btm_wrap .info a {
  text-decoration: none;
  color: #9a9a9a;
}

#foot_wrap .foot_btm .btm_wrap div:not(.logo) {
  width: 860px;
}

#foot_wrap .foot_btm .btm_wrap .logo {
  transform: scale(0.6);
  opacity: .5;
  /*-webkit-filter: grayscale(100%);filter: grayscale(100%);*/
}

#foot_wrap .foot_btm .footer_anchor {
  margin-top: 10px;
}

#foot_wrap .foot_btm .footer_anchor button {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  cursor: pointer;
  border: 0;
}

#foot_wrap .foot_btm .footer_anchor button + button {
  margin-left: 15px;
}

#foot_wrap .foot_btm .footer_anchor button .btn_txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

#foot_wrap .foot_btm .footer_anchor button:hover .btn_txt {
  text-decoration: underline;
}

/* PROJECT    PRODUCTS    RECRUIT    title visaul movie */
#v_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

#v_wrap #v_title .v_title_inner {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

#v_wrap #v_title .v_title_inner h2,
#v_wrap #v_title .v_title_inner h4 {
  text-align: left;
  color: #333;
}

#v_wrap #v_title .v_title_inner h2 {
  font-size: 40px;
  font-family: Verdana, "Noto Sans KR";
  display: inline-block;
  position: relative;
}

#v_wrap #v_title .v_title_inner h4 {
  padding-top: 40px;
  color: #999;
  font-size: 30px;
  text-align: center;
}

#v_wrap #v_title .v_title_inner .connect p {
  margin: 10px 0 0;
  color: #999;
  font-size: 14px;
}

#v_wrap .breadcrumb {
  display: none;
}

/* project */
.cont_box .history_wrap {
  overflow: hidden;
  width: 100%;
  margin: 65px auto 0;
  display: block;
}

.cont_box .history_wrap .history_navi {
  display: inline-block;
  width: 150px;
  padding: 0;
  background: url("../img/project/history_navi_bg.png") 5px top repeat-y;
}

.cont_box .history_wrap .hn_box {
  width: 150px;
  margin: 0 auto 20px;
}

.cont_box .history_wrap .hn_box strong {
  font-size: 22px;
  color: #333;
  cursor: pointer;
  background: url("../img/project/hn_off.png") left 6px no-repeat;
  padding-left: 25px;
  font-weight: normal;
}

.cont_box .history_wrap .hn_box .on,
.cont_box .history_wrap .hn_box .select {
  background: url("../img/project/hn_on.png") left 6px no-repeat;
}

.cont_box .history_wrap .hn_box ul {
  padding-left: 18px;
  display: none;
}

.cont_box .history_wrap .hn_box ul li {
  margin: 9px;
}

.cont_box .history_wrap .hn_box ul li a {
  display: block;
  font-size: 20px;
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.cont_box .history_wrap .hn_box ul li a#select {
  color: #f66c51;
  font-weight: 700;
}

.cont_box .history_wrap .hn_box ul li a:hover {
  color: #333;
  font-weight: 700;
}

.cont_box .history_wrap .history_cont {
  float: right;
  width: 900px;
  min-height: 300px;
  padding: 0 50px 0 0;
}

.cont_box .history_wrap .nav-underline {
  display: none;
}

.cont_box .history_section {
  display: none;
  width: 100%;
}

.cont_box .history_section em {
  color: #f66c51;
  font-size: 44px;
  display: block;
  padding: 4px 0 50px;
  line-height: 1;
}

.cont_box .history_box {
  position: relative;
  padding-left: 60px;
  word-break: keep-all;
}

.cont_box .history_box span {
  position: absolute;
  left: 0;
  top: 3px;
  color: #f66c51;
  font-size: 22px;
}

.cont_box .history_box ul {
  margin-bottom: 25px;
}

.cont_box .history_box ul li {
  margin-bottom: 20px;
  color: #999;
  background-color: #fff;
  line-height: 1.7;
  font-size: 15px;
}

.cont_box .history_box ul li strong {
  color: #333;
  display: block;
  background-color: #fff;
  font-weight: 500;
}

.cont_box .history_box ul li p {
  display: block;
  font-size: 18px;
}

.cont_box .project_list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 110px 0 100px;
}

.cont_box .project_list li {
  width: auto;
  margin: 3px 3px 4px 4px;
  padding: 9px 16px 0;
  width: 193px;
  height: 130px;
  box-sizing: border-box;
  background-color: #fff;
}

.cont_box .project_list li img {
  width: 100%;
}

/* recruit */
.recruit #v_wrap {
  height: 40px;
}

.rectuir_top {
  position: relative;
  width: 100%;
}

.rectuir_top ul {
  display: -moz-flex;
  display: flex;
  overflow: hidden;
  margin-top: 45px;
}

.rectuir_top ul li {
  box-sizing: border-box;
  text-align: center;
  color: #000;
  line-height: 20px;
  padding: 20px;
  box-sizing: border-box;
  width: 300px;
  min-height: 220px;
  position: relative;
  display: inline-block;
}

.rectuir_top ul li h4 {
  font-size: 18px;
  padding: 10px 0;
  font-weight: 600;
  border-radius: 40px;
  color: #f66c51;
  margin-bottom: 0;
}

.rectuir_top ul li p {
  font-size: 16px;
  line-height: 1.3;
  color: #777;
}

.rectuir_top ul li img {
  width: 44px;
  padding: 10px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.recruit_desc {
  width: 100%;
  margin: 95px auto 80px;
}

.recruit_desc li {
  position: relative;
  color: #000;
  font-size: 18px;
  width: 100%;
  padding-bottom: 20px;
}

.recruit_desc li strong {
  font-size: 24px;
  color: #f66c51;
}

.recruit_desc li em {
  font-size: 32px;
  color: #f66c51;
  position: relative;
  top: 4px;
  line-height: 0;
}

.recruit_desc li p {
  position: absolute;
  width: 124px;
  color: #f66c51;
  top: 0;
  left: 0;
}

.recruit_desc li .title {
  width: 150px;
  display: inline-block;
}

.recruit_desc li span:not(.title) {
  margin-left: 34px;
}

.recruit_desc li a {
  color: #000;
  text-decoration: none;
}

.recruit_process_wrap {
  width: 100%;
  border-radius: 30px;
  box-sizing: border-box;
}

.recruit_process {
  overflow: hidden;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 0 60px;
}

.recruit_process li {
  height: 210px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  width: calc(33.33% - 56px);
  text-align: center;
  position: relative;
  vertical-align: top;
}

.recruit_process li + li {
  margin-left: 80px;
}

.recruit_process li + li:before {
  content: '';
  width: 360px;
  border: 1px solid;
  border-color: #ddd transparent transparent;
  position: absolute;
  top: 33px;
  left: -219px;
}

.recruit_process li > span {
  display: block;
  color: #f66c51;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 7px;
}

.recruit_process li.line {
  width: 70px;
  position: relative;
}

.recruit_process li.line:after {
  content: '';
  display: block;
  position: absolute;
  width: 270px;
  top: 35px;
  left: -88px;
  border-top: 1px solid #ddd;
}

.recruit_process li em {
  display: block;
  width: 70px;
  padding-top: 50px;
  color: #f66c51;
  font-size: 21px;
}

.recruit_process .step {
  position: relative;
  width: 70px;
  height: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.recruit_process .step span {
  z-index: 9;
  position: absolute;
  font-size: 18px;
  color: #fff;
  left: 0;
  top: 22px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.recruit_process .step:after {
  content: '';
  clear: both;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f66c51;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit_process .step + span {
  line-height: 1.25;
}

/* 개인정보처리방침 */
.privacy_content {
  margin-top: -70px;
  word-break: keep-all;
}

.privacy_content .title,
.privacy_content p {
  padding: 4px 0;
  font-size: 14px;
}

.privacy_content p {
  line-height: 1.6;
}

.privacy_content .title {
  font-weight: bold;
}

.privacy_content ul li, .privacy_content ol li {
  vertical-align: top;
}

.privacy_content .ph_wrap + .ph_wrap {
  margin-top: 30px;
}

.privacy_content .depth2,
.privacy_content .depth3,
.privacy_content .depth4,
.privacy_content .depth5 {
  padding: 8px 0;
  margin-left: 20px;
}

.privacy_content ul.depth3 {
  margin-left: 0;
  padding: 2px 0 20px;
}

.privacy_content ul.depth3 > li {
  position: relative;
  padding-left: 15px;
}

.privacy_content ul.depth3 li:before, .privacy_content ul.depth4 li:before {
  content: '-';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.privacy_content ul.depth4 > li + li {
  margin-top: 8px;
}

.privacy_content .depth2 .title + p {
  margin-left: 20px;
}

.privacy_content .depth1 > li + li {
  margin-top: 60px;
}

.privacy_content .depth1 > li > .title {
  font-size: 18px;
}

.privacy_content .table_wrap {
  border: solid #ccc;
  border-width: 1px 0;
  margin-top: 10px;
}

.privacy_content table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}

.privacy_content tr + tr {
  border-top: 1px solid #eee;
}

.privacy_content th {
  padding: 15px 0;
  background-color: #f8f8f8;
  text-align: center;
  font-weight: bold;
}

.privacy_content thead {
  border-bottom: 1px solid #333;
}

.privacy_content td {
  padding: 15px 10px;
}

/* product */
.page_Products .cont_wrap .cont_box {
  width: auto;
  padding-top: 50px;
}

.product_wrap {
  margin: 20px auto 0;
}

.product_wrap .product_navi {
  padding: 0;
}

.product_wrap .product_cont {
  min-height: 300px;
}

.product_wrap .product_section {
  display: none;
  width: 100%;
}

.product_navi .pn_box {
  width: 1200px;
  margin: 0 auto;
}

.product_navi .pn_box ul {
  font-size: 0;
  position: relative;
}

.product_navi .pn_box .pn_item {
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 14px 0;
  box-sizing: border-box;
}

.product_navi .pn_box .pn_item a {
  color: #333;
  cursor: pointer;
  font-weight: normal;
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

.product_navi .pn_box .pn_item a.adpro, .product_navi .pn_box .pn_item a.adupm {
  margin-top: 0;
  overflow: visible;
}

.product_navi .pn_box .pn_item#select a {
  color: #f66c51;
  font-weight: 500;
}

.product_navi .pn_box .pn_item:hover a {
  color: #666;
}

.pn_item {
  position: relative;
  display: flex;
}

.pn_item a {
  display: block;
}

.nav-underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 133.33px;
  height: 2px;
  background-color: #f66c51;
  transition: all .3s ease-in-out;
}

.product_section .title_wrap {
  width: 100%;
  background-color: #f8f8f8;
  padding: 100px 0;
}

.product_section > div:not(.title_wrap) {
  width: 1200px;
  margin: 0 auto;
}

.product_section .title_content {
  width: 1200px;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  text-align: center;
}

.product_section .title_content .title {
  font-size: 42px;
  font-weight: 500;
}

.product_section .title_content .sub {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 36px;
  color: #f66c51;
}

.product_section .title_content .desc {
  padding: 34px 30px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ddd;
  line-height: 1.6;
  font-size: 15px;
  word-break: keep-all;
}

.product_section .brochure {
  margin-top: 36px;
  font-size: 0;
}

.product_section .brochure a {
  font-size: 15px;
  display: inline-block;
}

.product_section .brochure > a + a {
  margin-left: 12px;
}

.product_section .brochure button {
  background-color: #fff;
  padding: 16px 30px;
  border-radius: 26px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
}

.product_section .brochure button:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-color: #f66c51;
  background-color: #fffaf9;
  color: #f66c51;
}

/* product introduction common */
.product_section .content > .title {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
  margin-bottom: 40px;
  line-height: 1;
}

.product_section .list {
  font-size: 0;
}

.product_section .list_item {
  display: -moz-flex;
  display: flex;
  font-size: 15px;
}

.product_section .list_item + .list_item {
  margin-top: 40px;
}

.product_section .list_item:last-child > .left_area {
  border-bottom: 1px solid #ddd;
}

.product_section .list_item .desc {
  line-height: 1.5;
  font-size: 15px;
  word-break: keep-all;
}

.product_section .list_item .desc_list {
  padding: 0;
  margin: 0;
}

.product_section .list_item .desc_list .desc_item {
  padding-left: 15px;
  position: relative;
  line-height: 1.5;
  color: #666;
}

.product_section .list_item .desc_list .desc_item:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #f66c51;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 5px;
}

.product_section .list_item > .left_area {
  min-width: 166px;
  max-width: 166px;
  font-size: 42px;
  font-weight: 400;
  color: #f66c51;
  line-height: 1;
}

.product_section .list_item > .right_area {
  padding-bottom: 54px;
  border-bottom: 1px solid #ddd;
  flex-grow: 1;
}

.product_section .list_item > .right_area > .title {
  font-size: 20px;
  font-weight: 500;
  color: #ff6c51;
  word-break: keep-all;
}

.ie .product_section .list_item > .right_area .item {
  flex-basis: 0;
}

.product_section .list_item .desc {
  color: #666;
  margin-top: 8px;
}

.product_section .list_item .item {
  flex-grow: 1;
  flex-basis: 0;
}

.ie .product_section .list_item .item {
  flex-basis: auto;
}

.product_section .list_item .item + .item {
  margin-left: 34px;
}

.product_section .list_item .item .title {
  font-size: 17px;
  color: #333;
  margin: 20px 0 10px;
  font-weight: 500;
}

.product_section [class*=row] {
  display: -moz-flex;
  display: flex;
}

.product_section [class*=row].col4 .title,
.product_section [class*=row].col4 [class*=desc] {
  text-align: left;
}

.product_section [class*=row].col4 .item {
  min-width: calc(25% - 34px);
  width: auto;
  text-align: center;
}

.product_section .title_wrap ~ .content {
  margin-top: 80px;
}

.product_section .title_wrap ~ .content + .content {
  margin-top: 140px;
}

.product_section .img {
  margin-top: 20px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}

.product_section .img.wrap {
  background-color: #f8f8f8;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 6px;
}

.product_section .img.wrap.type01 {
  height: 300px;
}

.product_section .img.wrap.type02 {
  height: 480px;
}

.product_section .img.wrap.type03 {
  height: 760px;
}

.product_section .img.wrap.type04 {
  height: 760px;
}

.product_section .img img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.product_section.common {
  display: block !important;
}

.product_section.type01 {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #f8f8f8;
}

.product_section.type01 .title_wrap {
  padding: 0;
}

.product_section.type01 .title_wrap ~ .content {
  margin-top: 50px;
}

.product_section.type01 .sub {
  margin: 0;
}

.product_section.type01 .desc {
  padding: 15px 0 0;
  border-color: transparent;
}

.product_section.type01 .logo {
  opacity: .4;
}

.product_section.type01 .row {
  flex-wrap: wrap;
}

/* table */
.product_section .table {
  border: 1px solid #ddd;
}

.product_section .table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  font-size: 15px;
}

.product_section .table tr {
  border-bottom: 1px solid #ddd;
}

.product_section .table tr:last-child {
  border-bottom: 1px solid transparent;
}

.product_section .table th {
  background-color: #888;
  padding: 20px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.product_section .table th + th {
  border-left: 1px solid #fff;
}

.product_section .table td {
  padding: 20px 0;
  font-weight: 300;
}

.product_section .table td + td {
  border-left: 1px solid #ddd;
}

.product_section .table .sort {
  background-color: #f8f8f8;
  font-weight: 500;
}

/* type2 */
.product_section .type2 .list_item {
  display: -moz-inline-flex;
  display: inline-flex;
  -moz-align-items: center;
  align-items: center;
  width: calc(50% - 35px);
}

.product_section .type2 .list_item + .list_item:nth-child(1), .product_section .type2 .list_item + .list_item:nth-child(2) {
  margin-top: 0;
}

.product_section .type2 .list_item + .list_item:nth-child(2n) {
  margin-left: 34px;
}

.product_section .type2 .list_item .img {
  margin-top: 0;
  padding: 20px;
  width: 160px;
  height: 160px;
}

.product_section .type2 .list_item .wrap {
  border-color: #eee;
  background-color: #f8f8f8;
}

.product_section .type2 .list_item .left_area {
  width: 166px;
}

.product_section .type2 .list_item .right_area {
  margin-left: 20px;
}

.product_section .type2 .list_item .right_area,
.product_section .type2 .list_item:last-child > .left_area {
  border-bottom-color: transparent;
  padding-bottom: 0;
}

.product_section .type2 .list_item > .right_area .title {
  color: #333;
}

.product_section .type2 .list_item > .right_area .desc {
  margin-top: 10px;
  color: #666;
}

.product_section .item.col {
  display: inline-block;
}

.product_section .item.col + .item {
  margin-left: 30px;
  margin-top: 0;
}

.product_section .item.col > .item .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.product_section .item.col > .item .wrap {
  border-color: transparent;
  background-color: transparent;
  height: 140px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  padding: 0;
}

.product_section .item.col .item {
  padding: 32px;
  box-sizing: border-box;
  color: #666;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.product_section .item.col .item + .item {
  margin-top: 28px;
  margin-left: 0;
}

.product_section .row.col1 > .item {
  width: 1200px;
}

.product_section .row.col2 > .item {
  width: 583px;
}

.product_section .row.col2 > .item .title {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  font-size: 22px;
}

.product_section .row.col2 > .item .list_item {
  margin-top: 20px;
  margin-bottom: 0;
  word-break: keep-all;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}

.product_section .row.col2 > .item .list_item .title {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  font-size: 18px;
}

.product_section .row.col2 > .item .list_item .label {
  display: inline-block;
  width: 80px;
  border: 1px solid #f66c51;
  color: #f66c51;
  font-weight: 500;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 15px;
}

.product_section .row.col2 > .item .item {
  height: 100%;
}

.product_section .row.col3 > .item {
  width: 380px;
}

.product_section .row.col3 > .item .wrap {
  height: 120px;
}

/* type4 */
.product_section .type3 .list_item {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
  word-break: keep-all;
}

.product_section .type3 .list_item:before {
  content: '·';
  display: inline-block;
  width: 10px;
  height: 18px;
  min-width: 10px;
  font-weight: 500;
}

.product_section .type3 .list_item + .list_item {
  margin-top: 4px;
}

/* product_logo box 시작 */
.cont_box .product_logo {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px;
  overflow: hidden;
}

.cont_box .product_logo li {
  width: auto;
  margin-right: 8px;
}

/* product_logo box 끝 */
/* brochure download box 시작 */
.product_nav {
  padding: 20px;
  border: 1px solid #eee;
  margin: 0 auto;
  background-color: #fff;
}

.product_nav .left {
  margin: 0;
  padding: 0;
}

.product_nav .text2 {
  margin: 30px 0 0 0;
  font-weight: 700;
  height: 10px;
  padding: 0;
  font-size: 20px;
  color: #999;
}

.product_nav .right {
  margin: 0;
  padding: 0;
}

.brochure > a {
  font-size: 18px;
  color: #666;
  cursor: pointer;
}

.bt_pdf:before,
.bt_down:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.bt_pdf:before {
  background: url(../img/product/bt_pdf.png) no-repeat left top;
  background-size: 20px 20px;
}

.bt_down:before {
  background: url(../img/product/bt_download.png) no-repeat left top;
  background-size: 20px 20px;
}

.bt {
  background-color: #fff;
  border: 1px solid #eee;
  transition: all 0.25s;
}

.bt:hover {
  background-color: #eee;
  border: 1px solid #ccc;
}

/* brochure download box 끝*/
@media (max-width: 1280px) {
  #navi_wrap {
    width: 100%;
    position: absolute;
  }
}

/* popup */
.pop_wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

.pop_wrap .bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.pop_wrap .pop_layer {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  width: 840px;
  margin-left: -420px;
  overflow: hidden;
  background-color: #fff;
}

.pop_wrap .pop_layer .pop_body {
  padding: 20px;
  overflow: auto;
}

.pop_wrap .pop_header {
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 0 5px 0 20px;
  background-color: #272727;
}

.pop_wrap .pop_header .left_area {
  display: table-cell;
  vertical-align: middle;
}

.pop_wrap .pop_header .right_area {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.pop_wrap .pop_header .pop_title {
  font-size: 15px;
  line-height: 1.33em;
  color: #fff;
}

.pop_wrap .pop_header .btn_close {
  padding: 5px;
  border: 0;
  background-color: transparent;
}

.pop_wrap .pop_header .btn_close .ico_popup_close {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../img/comm/popup_close_w.svg) no-repeat;
}

.pop_wrap .pop_header .btn_close:hover {
  cursor: pointer;
}

.pop_wrap .privacy_content {
  margin-top: 0;
}

.pop_wrap .privacy_content ol.depth2 {
  margin-left: 0;
}

.pop_wrap .privacy_content ol.depth2 > li {
  padding-left: 15px;
  position: relative;
}

.pop_wrap .privacy_content ol.depth2 > li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 5px;
}

.pop_wrap .privacy_content ol.depth2 > li > .title {
  font-size: 16px;
}

.pop_wrap .privacy_content .title,
.pop_wrap .privacy_content p {
  font-size: 13px;
}

.floating_area {
  display: none;
}

@media screen and (min-width: 700px) {
  .mobile .rectuir_top ul li {
    width: calc(50% - 4px);
    display: inline-block;
  }
}
/*# sourceMappingURL=styles.css.map */