@charset "UTF-8";

/* common 시작 */

.clearfix {
  width: 100%;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.list-box {
}
.list-box li {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  min-height: 142px;
  padding: 0 75px 0 165px;
  border: 1px solid #ddd;
  border-top: none;
}
.list-box li:first-child {
  border-top-width: 1px;
}
.list-box li .ico {
  position: absolute;
  top: 44px;
  left: 55px;
  display: inline-block;
}
.list-box li p {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.9rem;
  letter-spacing: -1px;
  line-height: 1.4;
}

.list-bar li {
  position: relative;
  padding-left: 16px;
}
.list-bar li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #8f8979;
}

.dot-bar li {
  position: relative;
  padding-left: 11px;
}
.dot-bar li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #adb3c0;
}

.tblbox {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
.tbl-basic {
  display: table;
  margin-bottom: 60px;
  width: 100%;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
}
.tbl-basic.tbl-row {
  border-top: none;
}
.tbl-basic.tbl-row tr:first-child {
  border-top: 2px solid #000;
}
.tbl-basic.tbl-row th {
  background-color: #f9f9f9;
}
.tbl-basic.tbl-row td .file + .file {
  display: block;
}
.tbl-basic th {
  padding: 22px 0;
  line-height: 1;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-left: -1px;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: keep-all;
  color: #2d2d2d;
}
.tbl-basic td {
  padding: 22px 10px;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-left: -1px;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: keep-all;
  color: #767676;
  text-align: center;
}
.tbl-basic th {
  background: #fafafa;
}
.tbl-basic th:first-child,
.tbl-basic td:first-child {
  border-left: 0;
  color: #000;
}
.tbl-basic tbody th,
.tbl-basic thead th {
  vertical-align: middle;
  line-height: 1.3rem;
}
.tbl-basic tfoot th,
.tbl-basic tfoot td {
  background-color: #f3f3f3;
  border-bottom: 0;
}
.tbl-basic tbody th {
  color: #333;
  background-color: #f0f7ea;
  font-weight: 700;
}
.tbl-basic thead th {
  color: #333;
  background-color: #eef2f2;
  font-size: 0.9rem;
  border-bottom: 1px solid #cac8c7;
  font-weight: 600;
}
.tbl-basic th[rowspan],
.tbl-basic td[rowspan] {
  border-right: 1px solid #ddd;
}
.tbl-basic td.left {
  text-align: left;
}
.tbl-basic th:last-child,
.tbl-basic td:last-child {
  border-right: 0;
}
.tbl-basic th {
  border-left-color: #ddd;
  border-bottom-color: #ddd;
}
.tbl-basic td {
  border-left-color: #ddd;
  border-bottom: 1px solid #ddd;
}

.policy-topbox {
  width: 100%;
  height: auto;
  background: url(/images/common/contents/sub6/policy_patt.png) repeat;
  padding: 5px;
}
.policy-topbox * {
  letter-spacing: -1px;
}
.policy-topbox .inner {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 50px 65px;
}
.policy-topbox .inner .policy-tit {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  line-height: 1;
}
.policy-topbox .inner p {
  color: #767676;
  line-height: 1.5;
  margin-bottom: 20px;
}
.policy-topbox .inner p:last-child {
  margin-bottom: 0;
}

.policy-acc .accordion {
  margin-bottom: 50px;
  border: 1px solid #ddd;
  border-top-color: #000;
}
.policy-acc .accordion dt a {
  position: relative;
  display: block;
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-size: 1rem;
  color: #555;
  padding: 20px 50px 20px 30px;
}
.policy-acc .accordion dt a:after {
  position: absolute;
  top: 32px;
  right: 30px;
  content: "";
  display: inline-block;
  width: 19px;
  height: 11px;
  background: url(/images/common/contents/sub6/policy_arr.png) no-repeat;
  vertical-align: middle;
}
.policy-acc .accordion dt.on a:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.policy-acc .accordion dd {
  display: none;
  color: #555;
  background-color: #f9f9f9;
  padding: 20px 30px;
}
.policy-acc .accordion dt,
.policy-acc .accordion dd {
  border-top: 1px solid #ddd;
}
.policy-acc .accordion p {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #txt {
    padding: 20px 0;
  }
  .list-box li {
    padding: 20px;
    text-align: center;
  }
  .list-box li .ico {
    position: static;
    display: block;
    margin: 0 auto 15px;
  }
  .list-box li p {
    display: block;
  }

  .depth3_tab ul {
    display: block;
    table-layout: auto;
  }
  .depth3_tab ul:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }
  .depth3_tab ul li {
    float: left;
    width: 50%;
  }
  .depth3_tab ul li a {
    border-top: none;
    padding: 15px;
  }
  .depth3_tab ul li:nth-child(2n + 1) a {
    border-left: 1px solid #ddd;
  }
  .depth3_tab ul li:first-child a,
  .depth3_tab ul li:nth-child(2) a {
    border-top: 1px solid #ddd;
  }
}

/* common 끝 */

/* sub01-01 시작 */
.intro_wrap { position: relative; }
.intro_wrap .intro_tit { display: block;text-align: center;letter-spacing: -0.82px;color: #000000;font-size:1.3rem; font-weight: 500; margin-bottom:4.1rem; }
.intro_wrap .intro_list { padding:0 2rem 2rem 2rem; position: relative; margin-bottom:3rem; }
.intro_wrap .intro_list:before { content:"";display: block;position: absolute;left:34%;bottom:0; width:67.05rem; height:5.4rem; background: url(/images/common/contents/sub1/intro_list_before.png) no-repeat center center/cover; z-index: -1;}
.intro_wrap .intro_list:after { display: block;content:"";clear: both; }
.intro_wrap .intro_list li { float: left;width:26%; margin-left:10%;border-top:3px solid #E60012;padding-top:1.325rem;position: relative; }
.intro_wrap .intro_list li:first-of-type { margin-left:0; }
.intro_wrap .intro_list li strong { display: block;font-size:1.5rem;color:#000;font-weight: 900;font-family: "Montserrat"; text-align: center;line-height: 100%;margin-bottom:1.35rem; }
.intro_wrap .intro_list li .img { width: 10rem;height: 10rem;margin:0 auto;display: block; }
.intro_wrap .intro_list li:before { content: "";display: block;width: .55rem;height: .55rem;position: absolute;top: 50%;left: -21%;background: #E60012;margin-top: 1.8rem;border-radius: 50%; }
.intro_wrap .intro_list li:first-of-type:before { display: none; } 

.common_list li { position: relative;padding:3rem 0 3rem 21.25rem;border-bottom:1px solid #B5B5B5; }
.common_list li:first-of-type { border-top:1px solid #B5B5B5; }
.common_list li .cl_tit { display: block;position: absolute;left:0;top:50%;transform: translateY(-50%); }
.common_list li .cl_tit span { font-size:1rem;font-family: "Montserrat";color:#E60012;font-weight: 700;display: block; }
.common_list li .cl_tit em { display: block; font-size:1.2rem; font-weight: 700;font-family: "Montserrat"; color:#000000;}
.common_list li .cl_tit.type02 em { font-family: "Nanum Square"; }

.common_list li .cl_cont { display: table;width:100%; }
.common_list li .cl_cont .inner { display: table-cell;vertical-align: middle; }
.common_list li .cl_cont .inner p { font-size:1rem;letter-spacing: -.55px;line-height:1.75rem; font-weight: 400;}
.common_list li .cl_cont .inner p span { color:#E60012; }
.common_list li .cl_cont .inner p em { color:#555;font-weight: 700; }
.common_list li .cl_cont .inner p.bus { overflow: hidden; }
.common_list li .cl_cont .inner p.bus span { color:#555;display: block;overflow: hidden; }

.common_list li .cl_cont .inner p.bus em{ display:block;width:4.4rem;height: 1.55rem;line-height: 1.55rem; font-size:.85rem; text-align: center; font-weight: 400;color:#fff; border-radius: 3px; margin-right:.5rem; float: left; margin-top: .15rem;}
.common_list li .cl_cont .inner p.bus .col01 { background: #3E71D6; }
.common_list li .cl_cont .inner p.bus .col02 { background: #B5553C; }

@media (max-width:1000px){
    .intro_wrap .intro_tit br { display: none; }
    .common_list li { padding: 3rem 0 3rem 15.25rem; }
}

@media (max-width:767px){
    .intro_wrap .intro_list { padding: 0 0 2rem 0; }
    .intro_wrap .intro_list li .img { width:7rem;height: 7rem; }
    .intro_wrap .intro_list li strong { font-size:1.3rem; }
    .intro_wrap .intro_list li:before { width: 8px;height: 8px; }
    .intro_wrap .intro_tit { font-size: 1.3rem; }
    .common_list li { padding: 3rem 0 3rem 13.25rem; }
    .intro_wrap .intro_list li { border-top: 2px solid #E60012; }
}

@media (max-width:640px){
    .intro_wrap .intro_list li .img { width:5rem;height: 5rem; }
    .intro_wrap .intro_list li strong { font-size:1.1rem; }
    .intro_wrap .intro_list li:before { width: 5px;height: 5px; }
    .common_list li { padding: 3rem 0 3rem 0; }
    .common_list li .cl_tit { position: relative;top:auto;left:auto;transform: none;margin-bottom:.5rem; }
  
}

/* sub01-02 시작 */
.ceo_message { position: relative; border-bottom:1px solid #333333;padding:5.5rem 0; margin-bottom:5rem; }
.ceo_message:before { font-size:5.5rem;font-weight: 900;font-family: "Nanum Square";content:"CEO MESSAGE";display: block; position: absolute; top:50%; right:1rem; transform: translateY(-50%);color:#EEEEEE; letter-spacing: -4px; }
.ceo_message h3 { padding:0;border:0; }
.ceo_message+p { font-size:1rem;color:#555;letter-spacing: -.55px; }   
@media (max-width:1000px){
    .ceo_message:before { display: none; }
    .ceo_message { margin-bottom:2rem; }
}

/* sub01-03 시작 */
.sub0103 { position: relative; }
.sub0103:before {content: "";display: block;width: 25.8rem;height: 14.7rem;background: url(/images/common/contents/sub1/history_before.png) no-repeat center center/cover;position: absolute;bottom: -9rem;right: 0;}
.history_wrap { position: relative;margin-bottom:10rem; }
.history_wrap:before { content:"";display: block;width:25.8rem;height: 14.7rem;background: url(/images/common/contents/sub1/history_before.png) no-repeat center center/cover; position: absolute; top:138rem; left:0; }
.history_wrap:after { content:"";display: block;width:25.8rem;height: 14.7rem;background: url(/images/common/contents/sub1/history_before.png) no-repeat center center/cover; position: absolute; bottom:0; left:0; }
.history_wrap li { margin-top:2rem; }
.history_wrap li:first-of-type { margin-top:0; }
.history_wrap li:after { display: block;content:"";clear: both; }
.history_wrap li strong { display: block; position: relative;text-align: center;margin-bottom:2rem; }
.history_wrap li strong.first { padding-top:1.5rem; }
.history_wrap li strong em { width:100%;font-size:3.5rem; font-family: "Montserrat"; font-weight: 600; position: absolute; top:-1rem; left:50%; transform: translateX(-50%);color:#C7C7C7;opacity: .35; z-index: -1;}
.history_wrap li strong  i { font-size:2.5rem;font-weight: 600;font-family: "Montserrat";color:#E60012; }
.history_wrap li div { float: right;width:50%;position: relative; padding-left:7%;margin-top:1.5rem;padding-bottom:.5rem; }
.history_wrap li div.first { padding:3.25rem 0 10.25rem 7%; }
.history_wrap li div em { font-family: "Montserrat";font-size:2rem;font-weight: 600; color:#595757; margin-bottom:.5rem; display: block;line-height: 100%; position: absolute; top:-.5rem; left:-9.3rem; }

.history_wrap li .img { width:50%;float: left; position: relative;padding-right:8.2%; margin-top:5.3rem; }
.history_wrap li .img i { position: absolute;bottom:-3rem;left:0; font-size:1.5rem; font-weight: 600; color:#000000;font-family: "Montserrat"; line-height: 100%; }

.history_wrap li div:before { width:2px;height: 100%;background: #C7C7C7;content:"";display: block; position: absolute; left:0;top:0;transform: translateX(-50%); }
.history_wrap li div .line { width:3px;height: 0;background: #E60012;content:"";display: block; position: absolute; left:0;top:0;transform: translateX(-50%); }
.history_wrap li div.active .line { height: 100%;transition: all 1s 1s; }
.history_wrap li div.active:after { border:.25rem solid #E60012;transition: all 1s 1s; }

.history_wrap li div:after { width:.9rem;height: .9rem;display: block;border-radius: 50%;position: absolute;top:-1.7rem; left:0; transform: translateX(-50%); border:.25rem solid #C7C7C7;content:""; }
.history_wrap li div ul li { margin-top:.9rem; padding-left:.6rem; position: relative; letter-spacing: -.55px; font-size:.9rem; }
.history_wrap li div ul li:before { width:6px;height:6px;display: block;content:"";background: #fff;border:2px solid #595757;border-radius: 50%;position: absolute;left:0;top:.5rem; }
.history_wrap li div ul li:first-of-type { margin-top:0; }

@media (max-width:640px){
    .history_wrap li div { float: none;width:100% }
    .history_wrap li .img { display: none; }
    .history_wrap li div.first { padding:0 0 0 7%; }
    .history_wrap li strong em { font-size:2.5rem;top:-.8rem; }
    .history_wrap li strong.first { padding-top:.8rem; }
    .history_wrap li div ul li:before { width:4px;height: 4px;border:1px solid #595757; }
    .history_wrap:before { display: none; }
    .history_wrap:after { display: none; }
    .history_wrap li div { margin-top:2.5rem; }
}

/* sub01-04 시작 */
.price_top { padding:0 2rem 4rem 2rem;border-bottom:1px solid #B5B5B5;margin-bottom:3.3rem; text-align: center; }
.price_top strong { font-size: 1.35rem; color:#000000; display: block; margin-bottom: 2rem; letter-spacing: -.82px; font-weight: 400; line-height: 2.25rem; }
.price_top p { font-size: 1.35rem; color:#E60012; display: block; margin-bottom: 2rem;letter-spacing: -.82px;font-weight: 400;line-height: 2.25rem; }

@media (max-width:1120px){
    .price_top strong br { display: none; }
    .price_top p br { display: none; }
}

/* sub01-07 시작 */
.icon_list .icon_box { padding-left:21.5rem;border-bottom:1px solid #B5B5B5; position: relative; }
.icon_list .icon_box .icon { display: block;position: absolute;top:50%;left:0;transform: translateY(-50%); width:13rem; display: block;text-align: center; }
.icon_list .icon_box .icon_cont { display: table;width:100%;min-height: 11rem; }
.icon_list .icon_box .icon_cont .inner { display: table-cell; vertical-align: middle; }
.icon_list .icon_box .icon_cont .inner p { font-size:.9rem;color:#555;font-weight: 400;letter-spacing: -.55px;line-height: 1.75rem; }
.icon_list .icon_box .icon_cont .inner p b { color:#333; font-weight: 500;}
.icon_list .icon_box .icon.icon01 img { width:3.75rem; }
.icon_list .icon_box .icon.icon02 img { width:3.9rem; }
.icon_list .icon_box .icon.icon03 img { width:4.2rem; }
.icon_list .icon_box .icon.icon04 img { width:3.75rem; }
.icon_list .icon_box .icon.icon05 img { width:3.9rem; }
.icon_list .icon_box .icon.icon06 img { width:4.2rem; }
.icon_list .icon_box .icon.icon07 img { width:3.15rem; }
.icon_list .icon_box .icon.icon08 img { width:2.85rem; }

.product_img_wrap .product_img { position: relative; }
.product_img_wrap .product_img .img_figu { position: absolute;min-width:24.5rem;bottom:0;left:0; background: #fff; padding:1rem 2.5rem;}
.product_img_wrap .product_img .img_figu span { text-align: left;font-size:1rem;font-weight: 500;letter-spacing: -1.5px;color:#555555;position: relative;display: block;padding-bottom:.5rem; }
.product_img_wrap .product_img .img_figu span:before { display: block;width: 1.95rem;height: 2px;background: #E60012;position: absolute; bottom:0; left:0;content:""; }
.product_img_wrap .product_img .img_figu span+em { display: block;margin-top:.5rem;font-size:1.1rem; }

.product_img_wrap.type02 { overflow: hidden; }
.product_img_wrap.type02 .product_img { float: left;width:49%;margin-left:2%;margin-top:4%; }
.product_img_wrap.type02 .product_img:first-of-type { margin-left:0;margin-top:0; }
.product_img_wrap.type02 .product_img:first-of-type+div { margin-top:0; }
.product_img_wrap.type02 .product_img:nth-child(odd) { margin-left:0; }

.half_box { border:1px solid #B5B5B5; }
.half_box .inner { overflow: hidden;display: table;padding:0 5rem;position: relative; width:100%; }

.half_box .inner .box { display: table;width:50%;min-height: 27rem; }
.half_box .inner .box div { display: table-cell; vertical-align: middle; }
.half_box .inner .box:first-of-type { float: right; text-align: right;padding-left:2rem; }
.half_box .inner .box:first-of-type+div { float: left; }
.half_box .inner .box:first-of-type+div strong { display: block;font-weight: 700;color:#555;font-size:1.5rem;margin-bottom:2.25rem;position: relative; }
.half_box .inner .box:first-of-type+div strong:before { display: block;width:1.95rem;height: 2px; background: #E60012; content: ""; bottom:-.5rem; left:0;position: absolute; }

.half_box .inner .box:first-of-type+div p { font-size:1.1rem; }

@media(max-width:1200px){
    .product_img_wrap .product_img .img_figu { position: relative;left:auto;bottom:auto;width:100%;min-width:100%;padding:1rem; }
}

@media (max-width:767px){
    .icon_list .icon_box { padding-left:14.5rem; }
    .icon_list .icon_box .icon { width:10rem; }
    .half_box .inner { padding:4rem; }
    .half_box .inner .box { display: block;width:100%;float: none;min-height: auto;padding:0 !important; }
    .half_box .inner .box div { display: block;text-align: center; }
    .half_box .inner .box:first-of-type+div div{ text-align: left; }
    .half_box .inner .box:first-of-type { margin-bottom:2rem; }
}
@media (max-width:640px){
    .icon_list .icon_box { padding-left:8rem; }
    .icon_list .icon_box .icon_cont { padding:1rem 0; }
    .icon_list .icon_box .icon { width:8rem; }
    .icon_list .icon_box .icon img { transform: scale(.9); }
    .product_img .img_figu { position: relative;bottom:auto;left:auto;width:100%; }
    .half_box .inner { padding:2rem; } 
}
@media (max-width:480px){
    .product_img_wrap.type02 .product_img { width:100%; margin-left:0 !important;margin-top:2% !important; }
    .product_img_wrap.type02 .product_img:first-of-type { margin-top:0 !important; }
}


.sub0102 .greeting-imgbox.mo {
  display: none;
}
.sub0102 .greeting-imgbox.pc {
  display: block;
}

.sub0102 .greeting-imgbox img {
  width: 100%;
  height: auto;
}
.sub0102 .greeting-contbox {
  position: relative;
  padding: 31px 28px 75px 340px;
}
.sub0102 .greeting-contbox:before {
  position: absolute;
  top: 28px;
  left: 41px;
  content: "";
  display: inline-block;
  width: 207px;
  height: 131px;
  background: url(/images/common/contents/sub1/greeting_message.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.sub0102 .greeting-contbox:after {
  position: absolute;
  top: 0;
  left: 284px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 384px;
  background: url(/images/common/contents/sub1/greeting_message_line.png)
    no-repeat;
}
.sub0102 .greeting-contbox strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin-bottom: 28px;
}
.sub0102 .greeting-contbox p {
  margin-bottom: 35px;
  font-size: 0.9rem;
}

.sub0103 .history {
  margin: 20px 0 50px 0;
  padding-bottom: 65px;
  border-bottom: 1px solid #ddd;
}
.sub0103 .history .tit {
  display: block;
  margin-bottom: 25px;
  color: #484848;
  line-height: 40px;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.sub0103 .history .history-bg {
  float: left;
  width: 50%;
  height: 490px;
  background: url(/images/common/contents/sub1/history_bg.png) no-repeat;
  background-size: contain;
}
.sub0103 .history .list-1st {
  position: relative;
  float: left;
  width: 50%;
  background: url(/images/common/contents/sub1/history_list_bg.png) right bottom
    no-repeat;
}
.sub0103 .history .list-1st:before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 5px;
  height: 98%;
  border-radius: 5px;
  background: #e3e3e3;
}
.sub0103 .history .list-1st li {
  position: relative;
  padding-bottom: 10px;
  background: none;
  overflow: hidden;
  line-height: 1;
}
.sub0103 .history .list-1st > li {
  margin-bottom: 15px;
}
.sub0103 .history .list-bar {
  clear: both;
  padding-left: 60px;
}

.sub0103 .history .list-1st li span {
  float: left;
}
.sub0103 .history .list-1st li span.year {
  display: block;
  width: 120px;
  margin-bottom: 20px;
  font-family: "Titillium Web";
  font-size: 1.25rem;
  font-weight: 700;
  color: #8f8979;
  letter-spacing: -1px;
}
.sub0103 .history .list-1st li span.year:before {
  display: inline-block;
  content: "";
  margin-right: 50px;
  width: 16px;
  height: 16px;
  background-color: #8f8979;
  border-radius: 50%;
  border: 4px solid #fff;
  vertical-align: middle;
}
.sub0103 .history .list-1st li span.info {
  width: calc(100% - 120px);
  padding-left: 83px;
  line-height: 1.2;
}
.sub0103 .history .list-1st li span.info ul li {
  margin-bottom: 5px;
  word-break: keep-all;
  line-height: 1.3;
}

.sub0103 .vision {
  margin-bottom: 30px;
  background: url(/images/common/contents/sub1/vision_bg.png) top center
    no-repeat;
}
.sub0103 .vision_topbox {
  padding-top: 37px;
}
.sub0103 .vision_topbox .tit {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #000;
}
.sub0103 .vision_topbox .sub-tit {
  margin-bottom: 90px;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
.sub0103 .vision_topbox .sub-tit b {
  font-weight: 500;
}
.sub0103 .vision .vision-list {
  margin-bottom: 140px;
}
.sub0103 .vision .vision-list li {
  float: left;
  width: 32%;
  height: 330px;
  margin-left: 2%;
  padding: 200px 40px 0;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.3;
}
.sub0103 .vision .vision-list li:first-child {
  margin-left: 0;
  background: url(/images/common/contents/sub1/vision_img01.jpg) 50% 50%
    no-repeat;
  background-size: cover;
}
.sub0103 .vision .vision-list li:nth-child(2) {
  background: url(/images/common/contents/sub1/vision_img02.jpg) 50% 50%
    no-repeat;
  background-size: cover;
}
.sub0103 .vision .vision-list li:nth-child(3) {
  background: url(/images/common/contents/sub1/vision_img03.jpg) 50% 50%
    no-repeat;
  background-size: cover;
}
.sub0103 .vision .vision-list li p {
  padding: 38px 32px;
  background-color: #fff;
}
.sub0103 .vision .vision-list li:nth-child(3) p {
  padding: 38px 62px 35px 32px;
}
.sub0103 .vision .vision-list li p .num {
  display: block;
  margin-bottom: 20px;
  font-family: "Titillium Web";
  font-size: 1.25rem;
  font-weight: 700;
  color: #8f8979;
  line-height: 1;
}
.sub0103 .vision .vision-list li p b {
  display: block;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #000;
}
.sub0103 .vision .global-txt {
  height: 64px;
  margin-bottom: 5px;
  background: url(/images/common/contents/sub1/global_leader.png) center center
    no-repeat;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
}
.sub0103 .vision .global-txt2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  letter-spacing: -1px;
  word-break: keep-all;
}
.sub0103 .vision .global-txt2 b {
  font-weight: 500;
}

.sub0104 .award-box {
  margin-bottom: 110px;
  border-bottom: 1px solid #ddd;
}
.sub0104 .award-topbox {
  position: relative;
  height: 334px;
  background: url(/images/common/contents/sub1/award_topbox.jpg) center right
    no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  padding: 72px 66px 0;
}
.sub0104 .award-topbox:after {
  position: absolute;
  bottom: 0;
  left: 40px;
  content: "";
  display: inline-block;
  width: calc(100% - 80px);
  height: 74px;
  background-color: #fff;
}
.sub0104 .award-topbox .tit {
  display: block;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.sub0104 .award-topbox .sub-tit {
  color: #fff;
  opacity: 0.5;
  line-height: 1.5;
  word-break: keep-all;
}
.sub0104 .award-list {
  display: block;
  width: calc(100% - 250px);
  margin: 0 auto;
  padding-bottom: 70px;
}
.sub0104 .award-list li {
  float: left;
  width: 30.66%;
  height: auto;
  margin-left: 4%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  padding: 1rem;
  background: #f5f5f5;
}
.sub0104 .award-list li span { display: block;text-align: center;font-size: .7rem;margin-top:.5rem;color:#000;font-weight: 500; height:2.1rem; }
.sub0104 .award-list li span i { display: block;text-align: center;color:#E60012;font-weight: 500; }

.sub0104 .award-list li:nth-child(3n + 1) {
  margin-left: 0;
}

.sub0104 .award-list li img {
  width: 100%;
  height: auto;
}

.sub0105 .client-box {
  position: relative;
  height: 624px;
}
.sub0105 .client-box .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 450px;
  height: 100%;
  background: url(/images/common/contents/sub1/client_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.sub0105 .client-box .imgbox .txtwrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sub0105 .client-box .imgbox .txtwrap .tit {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.4;
  text-align: center;
}
.sub0105 .client-box .imgbox .txtwrap .sub-tit {
  text-align: center;
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
  line-height: 1.5;
}
.sub0105 .client-box .client-list {
  width: 100%;
  height: 100%;
  padding: 74px 20px 0 20px;
  background-color: #f8f7f6;
}
.sub0105 .client-box .client-list ul {
}
.sub0105 .client-box .client-list ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 32px;
  overflow: hidden;
}
.sub0105 .client-box .client-list ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.sub0105 .client-box .client-list ul li .thumb {
  display: inline-block;
  width: 200%;
  height: 100%;
  margin-left: -50%;
  text-align: center;
}
.sub0105 .client-box .client-list ul li .thumb img {
  height: 100%;
  max-width: none;
}

.sub0106 .tit {
  font-size: 1.35rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  line-height: 2.25rem;
  word-break: keep-all;
  color:#000;
  letter-spacing: -.82px;
  margin-bottom:2.35rem;
}
.sub0106 .down { width:17.2rem; height: 3.55rem; line-height: 3.55rem; margin:0 auto; display: block; text-align: center;background: #E60012;color:#fff;font-size:1.2rem;font-weight: 400; }
.sub0106 .down i { margin-left:.5rem;display: inline-block; }

.sub0106 .tit b {
  font-weight: 500;
  color:#E60012;
}
.sub0106 .imgwrap {
  width: 100%;
  padding:6rem 2rem;
  text-align: center;
  border:1px solid #DCDCDC;
  margin-bottom:3rem;
}
.sub0106 .imgwrap img {
  height: auto;
}

@media (max-width:840px){
    .sub0106 .tit br{ display: none; }
}

.sub0107 #map {
  width: 100%;
  margin-bottom: 100px;
}
.sub0107 #map iframe {
  width: 100%;
  height: 560px;
}
.sub0107 #map .address {
  position: relative;
  width: 100%;
  padding: 30px 330px 30px 0;
  border-bottom: 1px solid #ddd;
}
.sub0107 #map .address p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  text-align: left;
  letter-spacing: -1px;
  line-height: 1.2;
  word-break: keep-all;
}
.sub0107 #map .address ul {
  position: absolute;
  top: 26px;
  right: 0;
}
.sub0107 #map .address ul li {
  float: left;
  margin-left: 45px;
}
.sub0107 #map .address ul li:first-child {
  margin-left: 0;
}
.sub0107 #map .address ul li .left {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #7f7452;
  margin-right: 10px;
  padding: 5px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.sub0107 #map .address ul li:first-child .left {
  background-color: #4c652c;
}

@media (max-width: 1023px) {
  .sub0103 .history .list-1st li span.year {
    width: 75px;
  }
  .sub0103 .history .list-1st li span.year:before {
    margin-right: 10px;
  }
  .sub0103 .history .list-1st li span.info {
    padding-left: 20px;
    width: calc(100% - 75px);
  }
  .sub0103 .vision .vision-list {
    margin-bottom: 40px;
  }
  .sub0103 .vision .vision-list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 40px;
  }
  .sub0103 .vision .vision-list li p {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .sub0105 .client-box {
    height: auto;
    padding-left: 0;
  }
  .sub0105 .client-box .imgbox {
    position: static;
    width: 100%;
    height: auto;
    padding: 100px 0;
  }
  .sub0105 .client-box .client-list {
    padding: 30px 20px 0 20px;
  }
}

@media (max-width: 767px) {
  .sub0101 .produce-tit:before {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .sub0101 .motive-box ul li {
    margin-left: 30px;
  }
  .sub0101 .motive-box ul li:before {
    top: 30px;
    left: -18px;
  }
  .sub0101 .motive-box ul li .ico {
    width: 65px;
    height: 65px;
    padding-top: 8px;
  }
  .sub0101 .motive-box ul li .ico i {
    height: 45px;
  }
  .sub0101 .motive-box ul li .ico.ico1 i {
    width: 43px;
    background-position: 0 -69px;
  }
  .sub0101 .motive-box ul li .ico.ico2 i {
    width: 37px;
    background-position: -46px -65px;
  }
  .sub0101 .motive-box ul li .ico.ico3 i {
    width: 35px;
    background-position: -86px -65px;
  }

  .sub0102 .greeting-imgbox.pc {
    display: none;
  }
  .sub0102 .greeting-imgbox.mo {
    display: inline-block;
  }
  .sub0102 .greeting-contbox {
    padding: 0 0 20px;
  }
  .sub0102 .greeting-contbox:before {
    position: static;
    display: block;
    float: right;
    width: 120px;
    height: 76px;
  }
  .sub0102 .greeting-contbox:after {
    display: none;
  }
  .sub0102 .greeting-contbox strong {
    clear: both;
  }

  .sub0103 .history .history-bg {
    display: none;
  }
  .sub0103 .history .list-1st {
    float: none;
    width: 100%;
  }
  .sub0103 .history .list-bar {
    padding-left: 30px;
  }

  .sub0104 .award-topbox {
    height: auto;
    padding: 40px;
  }
  .sub0104 .award-topbox:after {
    display: none;
  }
  .sub0104 .award-list {
    width: 100%;
  }
  .sub0104 .award-list li {
    float: none;
    width: 263px;
    margin: 0 auto 20px;
  }
  .sub0104 .award-list li:nth-child(3n + 1) {
    margin-left: auto;
  }

  .sub0105 .client-box .client-list ul li {
    width: 49%;
    height: 50px;
  }
  .sub0105 .client-box .client-list ul li:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .sub0105 .client-box .client-list ul li:nth-child(2n + 1) {
    margin-left: 0;
  }

  .sub0107 #map .address {
    padding-right: 0;
  }
  .sub0107 #map .address p {
    margin-bottom: 10px;
  }
  .sub0107 #map .address ul {
    position: static;
  }
}

/* sub01 끝 */

/* sub02 시작 */

#txt[class^="sub02"] .area-topbox {
  position: relative;
  width: 100%;
  height: 445px;
  margin-bottom: 40px;
}
#txt.sub0201 .area-topbox {
  background: url(/images/common/contents/sub2/area-topbox01.jpg) 50% 50%;
  background-size: cover;
}
#txt.sub0202 .area-topbox {
  background: url(/images/common/contents/sub2/area-topbox02.jpg) 50% 50%;
  background-size: cover;
}
#txt.sub0203 .area-topbox {
  background: url(/images/common/contents/sub2/area-topbox03.jpg) 50% 50%;
  background-size: cover;
}
#txt.sub0204 .area-topbox {
  background: url(/images/common/contents/sub2/area-topbox04.jpg) 50% 50%;
  background-size: cover;
}
#txt.sub0205 .area-topbox {
  background: url(/images/common/contents/sub2/area-topbox05.jpg) 50% 50%;
  background-size: cover;
}
#txt.sub0206 .area-topbox {
  background: url(/images/common/contents/sub2/area-topbox06.jpg) 50% 50%;
  background-size: cover;
}
#txt.sub0207 .area-topbox {
  background: url(/images/common/contents/sub2/area-topbox07.jpg) 50% 50%;
  background-size: cover;
}
#txt[class^="sub02"] .area-topbox .area-txtbox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 605px;
  background-color: #33a57e;
  padding: 40px;
}
#txt[class^="sub02"] .area-topbox .area-txtbox .top-ico {
  display: block;
  width: 58px;
  height: 55px;
  background: url(/images/common/contents/sub2/area_tico_ir.png) no-repeat;
  vertical-align: middle;
  margin-bottom: 15px;
}
#txt.sub0201 .area-topbox .area-txtbox .top-ico {
  background-position: 0 0;
}
#txt.sub0202 .area-topbox .area-txtbox .top-ico {
  background-position: 0 -57px;
}
#txt.sub0203 .area-topbox .area-txtbox .top-ico {
  background-position: 0 -112px;
}
#txt.sub0204 .area-topbox .area-txtbox .top-ico {
  height: 50px;
  background-position: 0 -171px;
}
#txt.sub0205 .area-topbox .area-txtbox .top-ico {
  height: 50px;
  background-position: 0 -221px;
}
#txt.sub0206 .area-topbox .area-txtbox .top-ico {
  background-position: 0 -272px;
}
#txt[class^="sub02"] .area-topbox .area-txtbox .top-tit {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}
#txt[class^="sub02"] .area-topbox .area-txtbox .top-txt {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3;
}

#txt[class^="sub02"] .area-midbox {
  margin-bottom: 90px;
}
#txt[class^="sub02"] .area-midbox ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#txt[class^="sub02"] .area-midbox ul li {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-left: none;
  text-align: center;
  padding: 70px 55px;
}
#txt[class^="sub02"] .area-midbox ul li:first-child {
  border-left: 1px solid #ddd;
}
#txt[class^="sub02"] .area-midbox ul li p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #555;
  word-break: keep-all;
}
#txt[class^="sub02"] .area-midbox ul li .ico {
  display: block;
  width: 79px;
  height: 87px;
  background: url(/images/common/contents/sub2/area_mico_ir.png) no-repeat;
  vertical-align: middle;
  margin: 0 auto 48px;
}
#txt[class^="sub02"] .midwrap {
  border: 1px solid #ddd;
  padding: 0 47px;
  margin-bottom: 40px;
}
#txt[class^="sub02"] .area-midbox.full ul li {
  position: relative;
  padding: 70px 0 70px 120px;
  text-align: left;
  border: none;
  border-bottom: 1px dotted #ddd;
}
#txt[class^="sub02"] .area-midbox.full ul li .ico {
  position: absolute;
  top: 62px;
  left: 32px;
  margin: 0;
}
#txt[class^="sub02"] .area-midbox.full ul li strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
#txt[class^="sub02"] .area-midbox.full ul li strong .mint {
  color: #33a57e;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico2 {
  background-position: -81px 0;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico3 {
  background-position: -161px 0;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico4 {
  background-position: 0px -89px;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico5 {
  background-position: -81px -89px;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico6 {
  background-position: -161px -89px;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico7 {
  background-position: 0px -178px;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico8 {
  background-position: -81px -178px;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico9 {
  background-position: -161px -178px;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico10 {
  background-position: 0px -265px;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico11 {
  background-position: -81px -265px;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico12 {
  background-position: 0 -351px;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico13 {
  width: 82px;
  background-position: -81px -351px;
}
#txt[class^="sub02"] .area-midbox ul li .ico.ico14 {
  background-position: 0 -438px;
}

#txt[class^="sub02"] .area-midbox2 {
  margin-bottom: 100px;
}
#txt[class^="sub02"] .area-midbox2 ul {
}
#txt[class^="sub02"] .area-midbox2 ul li {
  float: left;
  width: 49%;
  margin-left: 2%;
  text-align: center;
  border: 1px solid #ddd;
  overflow: hidden;
}
#txt[class^="sub02"] .area-midbox2 ul li:first-child {
  margin-left: 0;
}
#txt[class^="sub02"] .area-midbox2 ul li .thumb {
  display: inline-block;
  width: 200%;
  height: 448px;
  margin-left: -50%;
  text-align: center;
}
#txt[class^="sub02"] .area-midbox2 ul li .thumb img {
  height: 100%;
  max-width: none;
}
#txt[class^="sub02"] .area-midbox2 ul li b {
  display: block;
  padding: 22px 0;
  background-color: #fbfbfb;
  border-top: 1px solid #ddd;
  font-size: 0.9rem;
  font-family: "Noto Sans KR";
  color: #000;
  font-weight: 400;
}

#txt[class^="sub02"] .area-botbox {
  margin-bottom: 80px;
}
#txt[class^="sub02"] .area-botbox .bot-tit {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  line-height: 1;
}
#txt[class^="sub02"] .area-botbox .bot-tit:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background-color: #000;
  margin: 12px auto 38px;
}
#txt[class^="sub02"] .area-botbox ul {
}
#txt[class^="sub02"] .area-botbox ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
  text-align: center;
  overflow: hidden;
}
#txt[class^="sub02"] .area-botbox ul li:nth-child(3n + 1) {
  margin-left: 0;
}
#txt[class^="sub02"] .area-botbox ul li .thumb {
  display: inline-block;
  width: 200%;
  height: 228px;
  margin-left: -50%;
  text-align: center;
}
#txt[class^="sub02"] .area-botbox ul li .thumb img {
  height: 100%;
  max-width: none;
}
#txt[class^="sub02"] .area-botbox ul li em {
  display: block;
  padding: 22px 0;
  font-size: 1rem;
  font-weight: 400;
}

#txt.sub0205 .midwrap,
#txt.sub0206 .midwrap {
  padding: 0;
}
#txt.sub0205 .area-midbox {
  margin-bottom: 0;
}
#txt.sub0206 .area-midbox {
  border: 1px solid #ddd;
  margin-bottom: 35px;
}
#txt.sub0205 .area-midbox ul li,
#txt.sub0206 .area-midbox ul li {
  text-align: center;
  padding: 50px 50px 65px;
  border: none;
  border-left: 1px solid #ddd;
}
#txt.sub0205 .area-midbox ul li:first-child,
#txt.sub0206 .area-midbox ul li:first-child {
  border-left: none;
}
#txt.sub0205 .area-midbox ul li .thumb,
#txt.sub0206 .area-midbox ul li .thumb {
  margin-bottom: 60px;
}
#txt.sub0205 .area-midbox ul li .thumb img,
#txt.sub0206 .area-midbox ul li .thumb img {
  width: 100%;
  height: auto;
}
#txt.sub0205 .area-midbox ul li .ico,
#txt.sub0206 .area-midbox ul li .ico {
  position: static;
  display: block;
  margin: 0 auto;
}
#txt.sub0205 .area-midbox ul li strong {
  line-height: 1;
  margin-bottom: 30px;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
#txt.sub0205 .area-midbox ul li strong .mint {
  color: #33a57e;
}
#txt.sub0205 .area-midbox ul li > p,
#txt.sub0206 .area-midbox ul li > p {
  letter-spacing: -1px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #ddd;
}
#txt.sub0205 .area-botbox {
  margin-bottom: 0;
}
#txt.sub0205 .area-botbox .bot-tit:after {
  margin: 12px auto 25px;
}
#txt.sub0206 .green-box {
  text-align: center;
  padding: 35px;
  color: #fff;
  font-size: 1rem;
  background-color: #33a57e;
}

@media (max-width: 1023px) {
  #txt[class^="sub02"] .area-topbox {
    height: auto;
    padding: 40px;
  }
  #txt[class^="sub02"] .area-topbox .area-txtbox {
    position: static;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 165, 126, 0.8);
  }
  #txt[class^="sub02"] .area-midbox2 ul li,
  #txt[class^="sub02"] .area-botbox ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #txt[class^="sub02"] .area-midbox2 ul li .thumb {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  #txt[class^="sub02"] .area-midbox2 ul li .thumb img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #txt[class^="sub02"] .area-midbox {
    margin-bottom: 50px;
  }
  #txt[class^="sub02"] .area-midbox ul {
    display: block;
    table-layout: auto;
  }
  #txt[class^="sub02"] .area-midbox ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-left: 1px solid #ddd;
  }
  #txt[class^="sub02"] .area-midbox.full ul li {
    padding: 70px 20px;
    text-align: center;
  }
  #txt[class^="sub02"] .area-midbox.full ul li .ico {
    position: static;
    margin: 0 auto 48px;
  }
}

/* sub02 끝 */

/* sub03 시작 */

.sub0301 { position: relative; }
.sub0301:before {
    content: "";
    display: block;
    width: 25.8rem;
    height: 14.7rem;
    background: url(/images/common/contents/sub1/history_before.png) no-repeat center center/cover;
    position: absolute;
    bottom: -9rem;
    right: 0;
}

.sub0301 .lab-topbox {
  position: relative;
  height: 295px;
  background: url(/images/common/contents/sub3/lab_topbg.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 86px 40px 0;
  margin-bottom: 100px;
}
.sub0301 .h3_tit { position: relative; }
.sub0301 .h3_tit:first-of-type:before { content:"화진 Lab"; display: block;position: absolute;top:50%;right:0;transform: translateY(-75%);font-size:5.5rem;color:#EEEEEE;z-index: -1;font-family: "Nanum Square";font-weight: 700; }

.sub0301 .lab-topbox .tit {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1;
}
.sub0301 .lab-topbox .sub-tit {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}
.sub0301 .lab-topbox .top-txt {
  width: 100%;
  height: 135px;
  background-color: #fff;
  text-align: center;
  padding: 40px 0;
}
.sub0301 .lab-topbox .top-txt .diag-txt {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
}
.sub0301 .lab-topbox .top-txt .diag-txt:before {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(/images/common/contents/sub3/diag-ir.png) no-repeat;
  vertical-align: middle;
  margin: 0 auto 15px;
}
.sub0301 .lab-botbox {
  padding: 0 40px;
}
.sub0301 .lab-botbox ul {
}
.sub0301 .lab-botbox ul li {
  position: relative;
  float: left;
  width: 30.66%;
  margin-left: 4%;
  text-align: left;
}
.sub0301 .lab-botbox ul li:first-child {
  margin-left: 0;
}
.sub0301 .lab-botbox ul li .ko-tit {
  display: block;
  font-size: 1.25rem;
  color: #265d9e;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
}
.sub0301 .lab-botbox ul li .en-tit {
  display: inline-block;
  width: auto;
  padding-right: 17px;
  background-color: #fff;
  font-size: 1rem;
  color: #000;
  margin-bottom: 50px;
  line-height: 1;
  font-weight: bold;
}
.sub0301 .lab-botbox ul li .en-tit:after {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.sub0301 .lab-botbox ul li p {
  margin-bottom: 30px;
}
.sub0301 .lab-botbox ul li .thumb {
  display: block;
  width: 100%;
  height: 152px;
  overflow: hidden;
}
.sub0301 .lab-botbox ul li .thumb img {
  width: 100%;
  height: auto;
}

@media (max-width:1000px){
    .sub0301 .h3_tit:first-of-type:before { display: none; }
}

.sub0302 {
  position: relative;
}
.sub0302 .h3_tit { border:0;text-align: left;padding-bottom: 1.55rem; }


.sub0302 .tab-ul {
  padding-top: 70px;
}
.sub0302 .tab-ul:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: "";
}
.sub0302 .tab-ul > li {
  width: 100%;
}
.sub0302 .tab-ul > li > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: table;
  width: 100%;
  text-align: center;
  padding: 25px 5px;
  border: 1px solid #ddd;
  border-left: none;
  color: #555;
  font-size: 0.9rem;
  font-weight: 200;
  letter-spacing: -1px;
}
.sub0302 .tab-ul > li > a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.sub0302 .tab-ul > li:first-child a {
  border-left: 1px solid #ddd;
}
.sub0302 .tab-ul > li > a.on,
.sub0302 .tab-ul > li > a:hover,
.sub0302 .tab-ul > li > a:focus {
  background-color: #E60012;
  color: #fff;
  font-weight: 400;
  border-color: #E60012;
}
.sub0302 .tab-ul > li > a {
  width: 25%;
}
.sub0302 .tab-ul > li:nth-child(2) > a {
  left: 25%;
}
.sub0302 .tab-ul > li:nth-child(3) > a {
  left: 50%;
}
.sub0302 .tab-ul > li:nth-child(4) > a {
  left: 75%;
}
.sub0302 .tab-ul > li .tab-con .building-obj {
  display: none;
  position: relative;
  top: 0;
  padding-top: 90px;
  width: 100%;
  height: 100%;
}
.sub0302 .tab-ul > li .tab-con .building-obj.on {
  display: inline-block;
}

.sub0302 .research-tit {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.sub0302 .research-tit:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background-color: #000;
  margin: 12px auto 42px;
}
.sub0302 .research-txt {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  word-break: keep-all;
}
.sub0302 .research-midbox {
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
  padding:1rem;
}

.sub0302 .research-midbox ul li {
  float: left;
  display: inline-block;
  width: 50%;
  height: auto;
}
.sub0302 .research-midbox img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
/* 바이오연구, 산화생분해연구 */
.sub0302 .tab-ul li:nth-child(3) .research-midbox img {
  width: 100%;
}

.sub0302 .research-midbox ul.research-flow {
  padding: 60px 25px;
}
.sub0302 .research-midbox ul.research-flow li {
  position: relative;
  width: 25%;
}
.sub0302 .research-midbox ul.research-flow li .imgbox {
  display: block;
  margin-bottom: 25px;
}
.sub0302 .research-midbox ul.research-flow li .txtbox {
  display: block;
  font-family: "Noto Sans KR";
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
}
.sub0302 .research-midbox ul.research-flow li .arrtxt1 {
  position: absolute;
  top: 85px;
  right: 0;
  z-index: 1;
  margin-right: -40px;
  font-size: 0.75rem;
  font-weight: 400;
}
.sub0302 .research-midbox ul.research-flow li .arrtxt2 {
  position: absolute;
  top: 85px;
  right: 0;
  z-index: 1;
  margin-right: -20px;
  font-size: 0.75rem;
  font-weight: 400;
}
.sub0302 .research-midbox ul.research-flow li:after {
  position: absolute;
  top: 116px;
  right: -25px;
  content: "";
  display: inline-block;
  width: 41px;
  height: 45px;
  background: url(/images/common/contents/sub3/research_mid_arr.png) no-repeat;
  vertical-align: middle;
}
.sub0302 .research-midbox ul.research-flow li:last-child:after {
  display: none;
}

.sub0302 .research-botbox {
  margin-bottom: 80px;
}
.sub0302 .research-botbox .bot-tit {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
.sub0302 .research-botbox .bot-tit:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background-color: #000;
  margin: 12px auto 38px;
}
.sub0302 .research-botbox ul {
}
.sub0302 .research-botbox ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 33px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #ddd;
}
.sub0302 .research-botbox ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.sub0302 .research-botbox ul li .thumb {
  display: inline-block;
  width: 200%;
  height: 235px;
  margin-left: -50%;
  text-align: center;
}
.sub0302 .research-botbox ul li .thumb img {
  height: 100%;
  max-width: none;
}
.sub0302 .research-botbox ul li em {
  display: block;
  padding: 22px 0;
  font-size: 1rem;
  font-weight: 400;
}

.sub0303 .certi-topbox {
  height: 275px;
  margin-bottom: 60px;
  background: url(/images/common/contents/sub3/certi_topbg.jpg) right center
    no-repeat;
  background-size: cover;
  padding: 90px 75px;
}
.sub0303 .certi-topbox .tit {
  display: block;
  margin-bottom: 35px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  text-align: left;
  line-height: 1;
}
.sub0303 .certi-topbox .sub-tit {
  font-size: 0.9;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3;
}
.sub0303 .certi-tbl-tit {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #000;
}
.sub0303 .certi-tbl-tit:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background-color: #000;
  margin: 11px auto 48px;
}
.sub0303 .tblbox {
  margin-bottom: 90px;
}
.sub0303 .tbl-basic thead th {
  background-color: #fafafa;
  font-weight: 500;
}

@media (max-width: 1023px) {
  #txt[class^="sub0302"] .research-midbox ul li {
    float: none;
    width: 100%;
  }
  #txt[class^="sub0302"] .research-midbox img {
    width: 100%;
    height: auto;
  }
  #txt[class^="sub0302"] .research-midbox ul.research-flow li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  #txt[class^="sub0302"] .research-midbox ul.research-flow li img {
    height: 100%;
    width: auto;
  }
  #txt[class^="sub0302"] .research-midbox ul.research-flow li:after {
    right: 0;
  }
  #txt[class^="sub0302"] .research-midbox ul.research-flow li .arrtxt1 {
    margin-right: -13px;
  }
  #txt[class^="sub0302"] .research-midbox ul.research-flow li .arrtxt2 {
    margin-right: 13px;
  }

  .sub0303 .tblbox {
    width: 100%;
    overflow-x: scroll;
  }
  .sub0303 .tbl-basic {
    width: 1024px;
  }
}

@media (max-width: 767px) {
  .sub0301 .lab-topbox {
    height: auto;
    padding: 40px;
    margin-bottom: 20px;
  }
  .sub0301 .lab-topbox .sub-tit {
    margin-bottom: 20px;
  }
  .sub0301 .lab-topbox .top-txt {
    height: auto;
    padding: 20px;
    font-size: 1rem;
  }
  .sub0301 .lab-botbox {
    padding: 0;
  }
  .sub0301 .lab-botbox ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .sub0301 .lab-botbox ul li .en-tit {
    margin-bottom: 20px;
  }
  .sub0302 .tab-ul {
    padding-top: 90px;
  }
  .sub0302 .tab-ul > li > a {
    width: 50%;
    height: 90px;
  }
  .sub0302 .tab-ul > li:nth-child(2) > a {
    left: 50%;border-bottom:0;
  }
  .sub0302 .tab-ul > li:nth-child(3) > a {
    top: 90px;
    left: 0;
    border-left:1px solid #ddd;
  }
  .sub0302 .tab-ul > li:nth-child(4) > a {
    top: 90px;
    left: 50%;
  }

  #txt[class^="sub03"] .research-botbox ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 33px;
  }
  #txt[class^="sub03"] .research-botbox ul li .thumb {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  #txt[class^="sub03"] .research-botbox ul li .thumb img {
    height: auto;
    max-width: none;
    width: 100%;
  }
  #txt[class^="sub0302"] .research-midbox ul.research-flow li {
    float: none;
    width: 100%;
    margin-bottom: 100px;
  }
  #txt[class^="sub0302"] .research-midbox ul.research-flow li .arrtxt1 {
    top: auto;
    bottom: -31px;
    right: 50%;
    margin-right: -36px;
  }
  #txt[class^="sub0302"] .research-midbox ul.research-flow li .arrtxt2 {
    top: auto;
    bottom: -31px;
    right: 50%;
    margin-right: -15px;
  }
  #txt[class^="sub0302"] .research-midbox ul.research-flow li:after {
    top: auto;
    bottom: -90px;
    right: 50%;
    margin-right: -25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }

  .sub0303 .certi-topbox {
    height: auto;
    padding: 40px;
  }
}

/* sub03 끝 */

/* sub04 시작 */

#txt[class^="sub04"] .tit {
    margin-top: 3.25rem;
    margin-bottom: 2rem;
    font-family: "Nanum Square";
    font-size: 1.3rem;
    color: #333;
    text-align: center;
    display: block;
    font-weight: 700;
}

#txt[class^="sub04"] .flist {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 83px;
}
#txt[class^="sub04"] .flist ul {
}
#txt[class^="sub04"] .flist ul li {
  position: relative;
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 40px;
  padding-left: 20px;
  overflow: hidden;
}
#txt[class^="sub04"] .flist ul li:nth-child(4n + 1) {
  padding-left: 0;
}
#txt[class^="sub04"] .flist ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
}
#txt[class^="sub04"] .flist ul li a:before {
  opacity: 0;
  position: absolute;
  top: 0; /*left:0;*/
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  background-color: rgba(230, 0, 18, 0.2);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
#txt[class^="sub04"] .flist ul li a:after {
  opacity: 0;
  position: absolute;
  top: 68px;
  left: 50%;
  margin-left: -41px;
  content: "VIEW";
  display: inline-block;
  width: 82px;
  height: 82px;
  transform: scale(0, 0);
  background-color: #E60012;
  border-radius: 50%;
  text-align: center;
  line-height: 82px;
  color: #fff;
  font-family: "Noto Sans KR";
  font-weight: 400;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
#txt[class^="sub04"] .flist ul li a:hover:before,
#txt[class^="sub04"] .flist ul li a:focus:before {
  height: 209px;
  opacity: 1;
}
#txt[class^="sub04"] .flist ul li a:hover:after,
#txt[class^="sub04"] .flist ul li a:focus:after {
  transform: scale(1, 1);
  opacity: 1;
}
#txt[class^="sub04"] .flist ul li a .thumb {
  display: inline-block;
  width: 200%;
  height: 209px;
  margin-left: -50%;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#txt[class^="sub04"] .flist ul li a .thumb img {
  height: 100%;
  max-width: none;
}
#txt[class^="sub04"] .flist ul li a .list-tit {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #555;
  font-weight: 400;
  line-height: 1;
  padding: 25px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#txt[class^="sub04"] .fview-infobox {
  position: relative;
  min-height: 490px;
  padding-left: 600px;
  margin-bottom: 88px;
}
#txt[class^="sub04"] .fview-infobox .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 525px;
}
#txt[class^="sub04"] .imgbox .fslider {
  width: 100%;
  height: 365px;
  margin-bottom: 10px;
}
#txt[class^="sub04"] .imgbox .fslider ul {
  position: relative;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
#txt[class^="sub04"] .imgbox .fslider li {
  float: left;
  width: 33.33%;
  height: 365px;
  overflow: hidden;
}
#txt[class^="sub04"] .imgbox .fslider li .thumb {
  display: inline-block;
  width: 200%;
  height: 100%;
  margin-left: -50%;
  text-align: center;
}
#txt[class^="sub04"] .imgbox .fslider li .thumb img {
  height: 100%;
  max-width: none;
}
#txt[class^="sub04"] #slider-nav .grid-nav {
  width: 100%;
}
#txt[class^="sub04"] #slider-nav .grid-nav ul {
  clear: both;
}
#txt[class^="sub04"] #slider-nav .grid-nav-layer li {
  list-style: none;
  width: 32%;
  height: 115px;
  margin-left: 2%;
  float: left;
  cursor: pointer;
  padding: 0;
  border: 1px solid #ddd;
}
#txt[class^="sub04"] #slider-nav .grid-nav-layer li:first-child {
  margin-left: 0;
}
#txt[class^="sub04"] #slider-nav .grid-nav-layer li img {
  width: 100%;
  height: 100%;
}
#txt[class^="sub04"] .txtbox {
  clear: both;
  padding: 50px 10px 45px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
#txt[class^="sub04"] .txtbox .ftit {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
  color: #000;
  text-align: left;
}
#txt[class^="sub04"] .txtbox .ftxt {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: left;
}
#txt[class^="sub04"] .dot-bar {
  padding: 28px;
  background-color: #f9f9f9;
  margin-bottom: 30px;
}
#txt[class^="sub04"] .info {
  position: relative;
  display: block;
  text-align: left;
  color: #555;
  padding-left: 22px;
  letter-spacing: -1px;
}
#txt[class^="sub04"] .info:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(/images/common/contents/sub4/info_ico.png) no-repeat;
  vertical-align: middle;
}

#txt[class^="sub04"] .tblbox-tit {
  display: block;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}
#txt[class^="sub04"] .tbl-tit {
  position: relative;
  display: block;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  padding-left: 10px;
  font-weight: 500;
  margin-bottom: 12px;
}
#txt[class^="sub04"] .tbl-tit:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 3px;
  height: 17px;
  background-color: #000;
}
#txt[class^="sub04"] .other-btn {
  display: block;
  text-align: center;
  margin: 0 auto 65px;
}
#txt[class^="sub04"] .other-btn a {
  display: inline-block;
  width: auto;
  padding: 21px 58px;
  background-color: #E60012;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
#txt[class^="sub04"] .other-btn a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url(/images/common/contents/sub4/other_btn_ico.png) no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}

#txt.sub0401 .flist ul {
  display: block;
  text-align: center;
}
#txt.sub0401 .flist ul li,
#txt.sub0401 .flist ul li:nth-child(4n + 1) {
  display: inline-block;
  float: none;
  margin: 0 auto 40px;
}

@media (max-width: 1023px) {
  #txt[class^="sub04"] .imgbox {
    margin-bottom: 50px;
  }
  #txt[class^="sub04"] .fview-infobox {
    padding-left: 0;
  }
  #txt[class^="sub04"] .fview-infobox .imgbox {
    position: static;
    width: 100%;
  }
  /* #txt[class^="sub04"] #slider-nav .grid-nav-layer li,
  #txt[class^="sub04"] #slider-nav .grid-nav-layer li img {
    height: auto;
  } */
}

@media (max-width: 767px) {
  #txt[class^="sub04"] .flist ul li {
    width: 48%; /*margin-left: 4%;*/
  }
  #txt[class^="sub04"] .flist ul li:nth-child(4n + 1) {
    /*margin-left: 4%;*/
  }
  #txt[class^="sub04"] .flist ul li:nth-child(2n + 1) {
    /*margin-left: 0;*/
    padding-left: 0;
  }
  #txt[class^="sub04"] .flist ul li a .thumb {
    height: 250px;
  }
  #txt[class^="sub04"] .flist ul li a:hover:before,
  #txt[class^="sub04"] .flist ul li a:focus:before {
    height: 250px;
    opacity: 1;
  }
  #txt[class^="sub04"] .flist ul li a:after {
    top: 90px;
  }
}

@media (max-width: 400px) {
  #txt[class^="sub04"] .flist ul li{
    width: 100%;
    padding-left: 0;
  }
}

/* sub04 끝 */

/* 견적문의 시작 */

.recruit-topbox {
  height: auto;
  padding: 95px 65px;
  margin-bottom: 55px;
  background: url(/images/common/contents/sub5/recruit_topbox_bg.jpg) 50% 50%
    no-repeat;
  vertical-align: middle;
  background-size: cover;
}
.recruit-topbox p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #514335;
  line-height: 1.4;
}
.recruit-topbox p b {
  font-weight: 600;
}
.recruit-txt {
  display: block;
  padding-bottom: 53px;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.recruit-txt b {
  font-weight: 600;
}
.recruit-wt .tbl-basic td {
  padding: 10px;
}
.recruit-wt th b {
  font-weight: 600;
}
.recruit-wt input,
.recruit-wt select {
  min-width: 300px;
  padding: 7px;
}
.recruit-wt .check {
  float: right;
  margin-top: 15px;
}
.recruit-wt .check * {
  vertical-align: middle;
}
.recruit-wt .phone input,
.recruit-wt .phone select {
  min-width: 120px;
}
.recruit-wt .radio input,
.recruit-wt .check input {
  min-width: 0;
}
.recruit-wt .radio label {
  margin-right: 15px;
}
.recruit-wt .textarea {
  border: 1px solid #ddd;
  padding: 20px 25px;
  max-height: 185px;
  overflow-y: scroll;
}
.recruit-wt .textarea b {
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.recruit-wt .textarea b:first-child {
  margin-top: 0;
}
.recruit-wt .BtnArea button:first-child {
  background-color: #E60012;
  border:1px solid #E60012;

}
.recruit-wt .BtnArea button:first-child:hover { background: #fff;border:1px solid #E60012;color:#E60012; }

.recruit-wt .BtnArea button:nth-child(2) {
  background-color: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .recruit-topbox {
    padding: 40px;
  }
  .recruit-topbox p {
    font-size: 1rem;
  }
  .recruit-wt input,
  .recruit-wt select,
  .recruit-wt .phone input,
  .recruit-wt .phone select {
    min-width: 0;
    width: 100%;
  }
  .recruit-wt .radio input {
    width: auto;
  }
}

@media (max-width: 599px) {
  .recruit-topbox p br,
  .recruit-txt br {
    display: none;
  }
}

/* 견적문의 끝 */

/* 마스크 분야 */
#txt[class^="sub02"] .area-topbox .area-txtbox .top-ico.top-ico-mask {
  width: 50px;
  height: 53px;
  background: url("/images/common/contents/sub2/top-ico-mask.png") no-repeat
    center center/100%;
}
#txt[class^="sub02"] .area-midbox.mask-table {
  margin-bottom: 15px;
}
#txt[class^="sub02"] .area-midbox.mask-table ul > li {
  display: table-cell;
  padding: 20px 30px;
}
#txt[class^="sub02"] .area-midbox.mask-table .inner > ul > li {
  display: block;
  padding: 40px 10px;
  border: 0;
  border-bottom: 1px dashed #c7c7c7;
}
#txt[class^="sub02"] .area-midbox.mask-table ul li .ico {
  margin: 0 auto 10px;
}
#txt[class^="sub02"] .area-midbox.mask-table ul li .ico.mask-ico01 {
  width: 58px;
  height: 32px;
  background: url("/images/common/contents/sub2/mask-ico01.png") no-repeat
    center center/100%;
}
#txt[class^="sub02"] .area-midbox.mask-table ul li .ico.mask-ico02 {
  width: 56.25px;
  height: 56.25px;
  background: url("/images/common/contents/sub2/mask-ico02.png") no-repeat
    center center/100%;
}
#txt[class^="sub02"] .area-midbox.mask-table ul li .ico.mask-ico03 {
  width: 56.25px;
  height: 56.25px;
  background: url("/images/common/contents/sub2/mask-ico03.png") no-repeat
    center center/100%;
}
#txt[class^="sub02"] .area-midbox.mask-table ul li .ico.mask-ico04 {
  width: 56.25px;
  height: 56.25px;
  background: url("/images/common/contents/sub2/mask-ico04.png") no-repeat
    center center/100%;
}
#txt[class^="sub02"] .area-midbox.mask-table ul li .ico.mask-ico05 {
  width: 56.25px;
  height: 56.25px;
  background: url("/images/common/contents/sub2/mask-ico05.png") no-repeat
    center center/100%;
}
#txt[class^="sub02"] .area-midbox.mask-table ul li .ico.mask-ico06 {
  width: 56.25px;
  height: 56.25px;
  background: url("/images/common/contents/sub2/mask-ico06.png") no-repeat
    center center/100%;
}
#txt[class^="sub02"] .area-midbox.mask-table ul li .ico.mask-ico07 {
  width: 56.25px;
  height: 56.25px;
  background: url("/images/common/contents/sub2/mask-ico07.png") no-repeat
    center center/100%;
}
#txt[class^="sub02"] .area-midbox.mask-table ul li .ico.mask-ico08 {
  width: 56.25px;
  height: 56.25px;
  background: url("/images/common/contents/sub2/mask-ico08.png") no-repeat
    center center/100%;
}
#txt[class^="sub02"] .area-midbox.mask-table ul li .ico.mask-ico09 {
  width: 56.25px;
  height: 56.25px;
  background: url("/images/common/contents/sub2/mask-ico09.png") no-repeat
    center center/100%;
}
#txt[class^="sub02"] .area-midbox.mask-table strong {
  display: inline-block;
  background: #E60012;
  border-radius: 1rem;
  padding: 0.1rem 1rem;
  font-size: 1rem;
  color: #fff;
}
#txt[class^="sub02"] .area-midbox.mask-table .mask-list {
  display: block;
  font-size: 0.9rem;
  color: #E60012;
  padding: 1rem 0;
  font-weight: 500;
  white-space: nowrap;
}
#txt[class^="sub02"] .area-midbox.mask-table .inner .info {
  display: block;
  font-size: 0.9rem;
  color: #4c4c4c;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1rem;
}
#txt[class^="sub02"] .area-midbox.mask-table .inner li:last-child {
  border-bottom: 0;
}
#txt[class^="sub02"] .area-midbox.mask-table .inner .info em {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
}
#txt[class^="sub02"] .area-midbox.mask-table ul {
  display: block;
}
#txt[class^="sub02"] .area-midbox.mask-table ul:after {
  display: block;
  clear: both;
  content: "";
}
#txt[class^="sub02"] .area-midbox.mask-table > ul > li {
  display: block;
  width: 25%;
  float: left;
}

/* 반응형 */
@media (max-width: 1200px) {
  #txt[class^="sub02"] .area-midbox.mask-table ul > li {
    padding: 20px;
  }
}
@media (max-width: 910px) {
  #txt.sub0207 .area-topbox {
    background-position: 0 50%;
  }
  #txt[class^="sub02"] .area-midbox.mask-table > ul > li {
    width: 50%;
    height: auto;
  }
  #txt[class^="sub02"] .area-midbox.mask-table .inner > ul > li {
    padding: 10px;
  }
  #txt[class^="sub02"] .area-midbox.mask-table ul li {
    margin-bottom: 0;
  }
  #txt[class^="sub02"] .area-midbox.mask-table > ul > li:nth-child(3) {
    border-left: 1px solid #ddd;
  }
  #txt[class^="sub02"] .area-midbox.mask-table ul li:nth-last-child(-n + 2) {
    border-top: 0;
  }
  #txt[class^="sub02"]
    .area-midbox.mask-table
    ul
    li:nth-last-child(-n + 2)
    .mask-list
    br {
    display: none;
  }
  #txt[class^="sub02"] .area-midbox.mask-table .mask-list,
  #txt[class^="sub02"] .area-midbox.mask-table .inner .info {
    white-space: normal;
  }
}
@media (max-width: 520px) {
  #txt[class^="sub02"] .area-midbox.mask-table {
    margin-bottom: 5px;
  }
  #txt[class^="sub02"] .area-midbox.mask-table > ul > li {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  #txt[class^="sub02"] .area-midbox.mask-table > ul > li:last-child {
    margin-bottom: 0;
  }
  #txt[class^="sub02"] .area-midbox.mask-table .inner > ul > li br {
    display: none;
  }
  #txt[class^="sub02"]
    .area-midbox.mask-table
    > ul
    > li:nth-last-child(-n + 2) {
    border-top: 1px solid #ddd;
  }
}
/* //반응형 */
/* //마스크 분야 */

/* 201111 손소독제 추가 */
.hand-sanitizer img {
  width: 100%;
  max-width: 800px;
}
/* //201111 손소독제 추가 */

/* 210830 사업파트너 수정 */
.sub0105 .client-box.col04 {
    height: auto;
}
.sub0105 .client-box.col04 .client-list {
    height: auto;
    padding: 96px 20px 60px 20px;
}
.sub0105 .client-box.col04 .client-list ul li {
    width: 18.4%;
    min-height: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 2%;
    margin-left: 2% !important;
}
.sub0105 .client-box.col04 .client-list ul li:nth-child(5n + 1) {
    margin-left: 0 !important;
}
@media (max-width: 1280px) {
    .sub0105 .client-box .client-list ul li .thumb img {
        width: 50%;
        height: auto;
    }
}
@media (max-width: 767px) {
    .sub0105 .client-box.col04 .client-list {
        padding: 30px 20px 20px;
    }
    .sub0105 .client-box.col04 .client-list ul li {
        width: 32%;
        min-height: auto;
    }
    .sub0105 .client-box.col04 .client-list ul li:nth-child(3n + 1) {
        margin-left: 0 !important;
    }
    .sub0105 .client-box.col04 .client-list ul li:nth-child(5n + 1) {
        margin-left: 2% !important;
    }
    .sub0105 .client-box.col04 .client-list ul li:first-child,
    .sub0105 .client-box.col04 .client-list ul li:last-child {
        margin-left: 0 !important;
    }
    .sub0105 .client-box .client-list ul li .thumb img {
        width: 42%;
    }
}
@media (max-width: 500px) {
    .sub0105 .client-box .client-list ul li .thumb img {
        width: 50%;
    }
    .sub0105 .client-box.col04 .client-list ul li {
        width: 48%;
        margin-left: 2% !important;
    }
    .sub0105 .client-box.col04 .client-list ul li:nth-child(2n + 1) {
        margin-left: 0 !important;
    }
    .sub0105 .client-box.col04 .client-list ul li:nth-child(3n) {
        margin-right: 2%;
    }
}
/* //210830 사업파트너 수정 */