@charset "utf-8";

html{ overflow-y:scroll; width:100%; height:100%; font-size: 15px;}
body{ -webkit-text-size-adjust:none;}

::-webkit-scrollbar{ width:7px; height:8px; border:3px solid #fff; }
::-webkit-scrollbar-track{ background:#ccc; -webkit-border-radius:0; border-radius:0; -webkit-box-shadow:0 0 4px rgba(0,0,0,0.2) inset;}
::-webkit-scrollbar-thumb{ border-radius: 10px; height:50px; width:50px; background:#000;  -webkit-box-shadow:0 0 4px rgba(0,0,0,0.1) inset;}

.clear:after {content:'';display:block;clear:both;}
header {border-bottom: 1px solid #d9d9d9; background: #fff; transition: all 0.3s ease;  position: fixed; margin: 0 auto; z-index: 1000; width: 100%; z-index: 9998; top: 0; left: 0;}
header.scrolled {
  opacity: 1;
  box-shadow: 0 1px 5px rgba(0,0,0,0.15);
  
}

.header_height {height: 124px;}
.topGnbWrap {height: 40px; border-bottom:1px solid #bbb; display: flex; justify-content: flex-end; align-items: center; background: #eee;padding: 0 15px;}
.topGnbBox{ max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
.topGnbWrap ul {display: flex}
.topGnbWrap ul li {margin-left: 15px; font-size: 13px;}
.topGnbWrap ul li:first-child {margin-left: 0;}
.gnbWrap { display: flex; justify-content: space-between; width: 100%; align-items: center; background-color: #fff;padding: 15px;    max-width: 1280px;
  margin: 0 auto;}
.gnbWrap h1.logo {display: inline-block;}
.gnbWrap h1.logo a {display: inline-block;}
.gnbWrap h1.logo img {width:150px;}
.btn_close {background: none;}
.btn_gnb_m_close {cursor: pointer;}
#aside {display: none;}
.sub_con_tit_txt ul li h4 {font-size: 1.6rem; font-weight:bold; text-align: center;  margin-top: 40px;}

/* 기본 메뉴 스타일 */
#gnb .depth02 {
display: none;
position: absolute;
background: #fff;
z-index: 1000;
min-width: 150px;
border: 1px solid #ddd;
}

#gnb li {
position: relative;
}



#gnb .list > li {
display: inline-block;
margin: 0 15px;
}
#gnb .list > li:last-child {margin-right: 0;}
#gnb .list > li.active .depth02 {display: block;}
#gnb .list > li a{font-size: 16px; color: #000; font-weight: bold;} 
#gnb .list > li .depth02 a {font-weight: normal;}
#gnb .depth02 li {
display: block;
transition:0.1s ease;
}

#gnb .depth02 li:hover {
background: #eee;
}

#gnb .depth02 a {
display: block;
padding: 8px 10px;
white-space: nowrap;
}

/* 모바일 햄버거 버튼 */
.mobile-menu-btn {
display: none;
font-size: 28px;
background: none;
border: none;
cursor: pointer;
}

.menu-close {position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.2rem;}

  #gnb .depth01::after {
    content: '';
    display: none;
  }
 
  #gnb .hd_login {display: none;}
  .user_info_m {display: none;}

/* 반응형 설정 */
@media (max-width: 1020px) {
  #gnb .hd_login a {    color: #337ab7;}
  #gnb .list > li a{font-size: 15px;} 
  .topGnbWrap {display: none;}
  .header_height {height: 60px;}
  #gnb .hd_login {    display: flex; padding: 15px 0px; justify-content: center;margin-top: 10px;}
  #gnb .hd_login li {padding-left: 30px;}
  #gnb .hd_login li:first-child {padding-left: 0;}
  .gnbWrap {height: 40px;
    right: 20px;    height: 60px;}
.mobile-menu-btn {
  display: block;
}
.user_info_m {display: block;}
.gnbWrap h1.logo img {    width: 105px;}

#gnb {
  width: calc(100% - 20%);
  background: #f9f9f9;
  padding: 100px 15px;
  position: fixed;
  z-index: 99999;
  transition: 0.2s ease;
  top: 0;
  height: 100%;
  right: -100%;
  border-left: 1px solid #ddd;
  overflow: scroll;
}

.gnbBlackBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 반투명 검정 */
  z-index: 9999; /* gnb보다 낮거나 같게 조절 */
}

#gnb.active {
  display: block;
  right: 0;
}

#gnb .list {
  display: block;
  width: 100%;
  border-top:1px solid #ccc;
}

#gnb .list > li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

#gnb .list > li a {padding: 10px;display: block; position: relative;}

#gnb .depth02 {
  position: static;
  border: none;
  padding-left: 10px;
}

#gnb .depth02 li {
  border-bottom: 1px solid #ddd;
}
#gnb .depth02 li:last-child{border:none;}
/* 모바일에서는 클릭으로 열기 */
#gnb .depth01.has-submenu::after {
  content: ' ▼';
  vertical-align: middle;
  display: inline-block;
  position: absolute;
        top: 50%;
        right: 10px;
        font-size: 1rem;
        transform: translate(0, -45%);
}



#gnb .list > li.active .depth02 {
  display: block;
}
}





.main_wrap {max-width: 1480px; margin: 0 auto;}
div.partnership {display: none;}
div.partnership i {position:absolute;top:-45px;right:0;color:#fff;font-size:2.5rem;cursor: pointer;}
div.partnership.on {display: block;position: fixed;background-color: rgba(0,0,0,0.8);z-index: 9999;width: 100%;height: 100vh;text-align: center;}
section#contact_form {width: 550px;height: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background-color: #fff;}
.contact_form div {border: 1px solid #d9d9d9;}
.contact_form li {border-bottom: 1px solid #d9d9d9;position: relative;}
.contact_form li:before {content: '';position: absolute;display: block;width: 1px;height: calc(100% - 40px);background-color: #d9d9d9;top: 20px;left: 24%;}
.contact_form li > *:first-child {float: left;width: 25%;text-align: left;}
.contact_form li label {text-align: center;font-weight: 500;}
.contact_form li > * {float: left;width: 75%;padding: 15px;box-sizing: border-box;line-height: 30px;font-size: 0.8rem;}
.contact_form input[type=submit], .contact_form .cancel {font-family: 'NotoSansKR';background-color: #333;font-size: 1rem;height: 50px;width: 200px;color: white;border: none;cursor: pointer;transition: 0.3s;display: inline-block;margin: 40px auto;}
.contact_form input[type=submit] {margin-right:5px;}
textarea#message {height:200px;}
select.type_select {margin-top: 5px;width:70%;}
.contact_form input[type=text], .contact_form select, .contact_form textarea, .contact_form input[type=email], .contact_form input[type=tel] {border: 0;border-radius: 4px;resize: vertical;font-family: 'Noto Sans KR';}

.main_title {padding:170px 100px 0 100px;font-size:4rem;font-weight: 600;background-image: url(/images/main_title_bg.jpg);background-repeat: no-repeat;background-position: 100% 101px;background-size: 800px;height: 430px;}
.main_title span {display:block;line-height:100px;}
.main_title span img {position: absolute;right:-88px;top: 12px;}
.main_title span:nth-child(2) {color:#3d5f62;}
.main_title span:nth-child(3) {font-weight: 400;text-decoration: underline;position: relative;display:inline-block;}
.main_title span:nth-child(3):after {content:'since 2003';display:block;position:absolute;right: -50px;top: -27px;font-style: italic;font-size:1.5rem;}

.main_visual {position:relative;overflow: hidden;}
.main_visual .swiper-button-next, .main_visual .swiper-rtl .swiper-button-prev {right: 10px; left:auto; color:#fff;}
.main_visual .swiper-button-prev, .main_visual .swiper-rtl .swiper-button-next {left: 10px;color:#fff;}
.main_visual .swiper-pagination {left: 50%; display: flex; bottom: 10px; transform: translate(-50%, -50%);}
.main_visual .swiper-pagination-bullet {background-color: #fff;opacity: 1;vertical-align: middle;width:10px;height:10px; margin-right: 5px;}
.main_visual .swiper-pagination-bullet-active {background-color: transparent;border:2px solid #fff;}
.main_visual .swiper-pagination-bullet:last-child {margin-right: 0;}



.sec02 {position: relative;    max-width: 1480px; min-width: 1260px; width: 100%; margin: 0 auto;}
.sec02 li {float:left;}
.sec02 .left {position: relative;width:800px;margin-right:100px;}
.sec02 .left:before {content:'';display:block;width:800px;height:100%;background-color: #26282a;position: absolute;z-index: -1;top:-80px;left:-130px;}
.sec02 .right {width:calc(100% - 900px);text-align: right;padding:100px 0;position: relative;}
.sec02 .right h2 {display:inline-block;font-size:6rem;font-weight: 400;}
.sec02 .right span:nth-child(2) {font-size:4rem;font-weight: 200;}
.sec02 .right span:nth-child(3) {display: block;font-size: 2rem;font-weight: 100;line-height: 35px;margin-top: 20px;font-style: italic;}
.sec02 .img {position:absolute;left:50%;bottom:200px;z-index: 1;}
.sec02 .img img {height:200px;}
/* .sec02 .img:after {content:'';background-color: #111;width:200px;height:200px;position: absolute;top:0;left:0;z-index: -1;transform: rotate(45deg);left:-20%;} */
.sec02 .button {width:100%;text-align: right;margin-top:50px;}
.sec02 button {display:inline-block;border:1px solid #333;width:150px;height:40px;background-color: transparent;font-weight: bold;color:#3d5f62;cursor: pointer;}
.sec02 a {display: inline-block;cursor: pointer;}
.sec02 button:first-child {margin-right:5px;}
.sec02 button:hover {background-color: #3d5f62;color:#fff;}




.sec05 li {position:relative;float:left;width:50%;}
.sec05 .left {background-image: url('/images/main_jagae.png');height:500px;background-repeat: no-repeat;background-size: contain;}
.sec05 .left span:nth-child(1) {position: absolute;top: 50px;left: 310px;margin: 0;color: #101010;font-size:3rem;font-family: 'Open Sans', sans-serif;font-weight: 700;white-space: normal;z-index: 1;}
.sec05 .right {background-image: url('/images/well_bg.gif');height:500px;text-align: right;background-color: #f3f3f3;}
.sec05 .right img {position:absolute;width: 400px; left: -60px; bottom: -80px; z-index: 1;}
.sec05 .right span.intro {position: absolute;bottom:initial; top: 50px; right: 50px;margin: 0;color: #3d5f62;font-size: 3.2rem;font-family: 'Open Sans', sans-serif;font-weight: 700;white-space: normal;width: 450px;}
.sec05 .left .button {font-size:1rem !important;bottom:100px;right:200px;position:absolute;width: 70px;text-align: right;}
.sec05 .left .button:before {content:'';display: block;background-color: #333;bottom:-5px;width:70px;height:1px;position: absolute;}
.sec05 .left .button:after {content:'';display: block;background-color: #333;bottom:-1px;width:10px;height:1px;position: absolute;transform: rotate(-45deg);}

.sec05 .right .button {font-size:1rem !important;bottom: 30px;right: 55px;position:absolute;width: 70px;text-align: right;font-weight: 400;}
.sec05 .right .button:before {content:'';display: block;background-color: #333;bottom:-5px;width:70px;height:1px;position: absolute;}
.sec05 .right .button:after {content:'';display: block;background-color: #333;bottom:-1px;width:10px;height:1px;position: absolute;transform: rotate(-45deg);}

footer {background-color: #e3e6e7;font-size:0.8rem;}
footer .inner {padding:40px 15px 30px 15px; max-width: 1280px; margin: 0 auto;}
footer .middle {position: relative;}
footer .csInfo .tit {font-size: 0.7rem;font-weight: 600;line-height: 20px;letter-spacing: 0.05em;color: #999;background-color: #e8e8e8;padding: 0 8px;border-radius: 4px;margin-right: 12px;}
footer .csInfo {display:inline-block;vertical-align: top;}
footer .csInfo > * {display: inline-block;vertical-align: middle;}
footer .csInfo .tel {font-weight: 400;letter-spacing: 0;color: #555;line-height: 30px;}
footer .csInfo .tel:after {display: inline-block;content: '';background-color: #a7a7a7;width: 1px;height: 10px;margin: 0 11px;}
footer .cstime {display:inline-block;}
footer .cstime span {color: #888;margin-right: 5px;}
footer .company {line-height: 24px;word-break: break-word;border-bottom: 1px solid #a7a7a7;padding-bottom: 20px;}
footer .company li {display: inline-block;margin-right: 14px;}
footer .company span {color: #aaa;}
footer .copy {margin-top: 30px;}
footer .company a {display: inline-block;letter-spacing: 0;}
footer .company span:after {display: inline-block;content: '';background-color: #ccc;width: 1px;height: 8px;margin: 0 8px;vertical-align: 0px;-webkit-transform: rotate(20deg);transform: rotate(20deg);}
footer .copy p {display: block;color: #666;line-height: 20px;text-align: left;letter-spacing: 0;font-size:0.6rem;}
footer .insta a {width: 60px;height: 60px;border-radius: 100px;background-color: #3d3d3d;display: block;position: relative;transition: all 0.5s ease;}
footer .insta img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}


/*서브페이지*/
.sub_container {padding:0px 15px 80px 15px; margin:0 auto;text-align: center;    max-width: 1260px;}
.sub_container h2.tit {position:relative;font-size: 2rem;font-family: 'Montserrat';font-weight: 600;margin-top:60px; margin-bottom: 20px;}
@media (max-width: 780px) {
  .sub_container h2.tit{font-size: 1.6em; }
}

.sub_container h2:after {content:'';display:block;width:70px;height:3px;background-color: #3d5f62;position:absolute;top:-15px;left:50%;transform: translateX(-50%);}
.sub_container p {line-height:20px;width:100%;max-width: 1280px;margin:0 auto;word-break: keep-all;}
.sub_container .region-container h2:after  { top:auto;   content: ''; display: block; width: 30%; height: 2px; background-color: #bdbdbd; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);}

.sub1_1 {padding:100px 0;margin:0 auto;text-align: center;}
.sub1_1 h2 {position:relative;font-size: 2rem;font-family: 'Montserrat';font-weight: 600;margin-bottom:50px;margin-top:50px;}
.sub1_1 h2:after {content:'';display:block;width:70px;height:3px;background-color: #3d5f62;position:absolute;top:-15px;left:50%;transform: translateX(-50%);}
.bnr_wrap {width:100%;max-width: 1280px;height:300px;margin:0 auto;}
.sub1_1 p {line-height:20px;width:100%;max-width: 1280px;margin:0 auto;word-break: keep-all;}
.sub1_1 .bnr_wrap {padding:100px 0;}

.sub1_2 {padding:100px 0;margin:0 auto;text-align: center;}
.sub1_2 .contents {max-width:1280px;width:100%;margin:0 auto;position:relative;}
.sub1_2 .contents:before {content:'';display:block;position:absolute;left:50%;top:100px;height:100%;width:1px;background-color: #999;}
.sub1_2 .contents .history {margin:100px 0;width:100%;}
.sub1_2 .contents .history ul > li {float:left;width:50%;text-align: left;}
.sub1_2 .contents .history ul > li.img_area {padding-right: 70px;box-sizing: border-box;}
.sub1_2 .contents .history ul > li.img_area img {max-width:100%;}
.sub1_2 .contents .history ul > li.text_area {padding-left:70px;box-sizing: border-box;}
.sub1_2 .contents .history ul > li.text_area span {display: block;margin-bottom:10px;padding-left:10px;position: relative;line-height:25px;text-align: justify;font-size:1.1rem;word-break: keep-all;font-weight: 300;}
.sub1_2 .contents .history ul > li.text_area span:after {content:'';display:block;position:absolute;left:0;top:11px;width:3px;height:3px;border-radius: 3px;background-color: #555;}
.sub1_2 .contents .history ul > li.text_area h5 {font-size:2.5rem;font-family: 'Montserrat';font-weight: 600;color:#3d5f62;margin-bottom: 20px;position: relative;}
.sub1_2 .contents .history ul > li.text_area h5:before {content:'';display:block;position:absolute;left:-75px;width:10px;height:10px;background-color: #999;top:calc(50% - 5px);transform:rotate(-45deg);}
.sub1_2 .contents .history ul > li.text_area h5:after {content:'';display:block;position:absolute;left:-70px;width:60px;height:1px;background-color: #999;top:50%;}
.sub1_2 h2 {position:relative;font-size: 2rem;font-family: 'Montserrat';font-weight: 600;margin-bottom:50px;margin-top:50px;}
.sub1_2 h2:after {content:'';display:block;width:70px;height:3px;background-color: #3d5f62;position:absolute;top:-15px;left:50%;transform: translateX(-50%);}
.bnr_wrap {width:100%;max-width: 1280px;height:300px;margin:0 auto;}
.sub1_2 p {line-height:20px;width:100%;max-width: 1280px;margin:0 auto;word-break: keep-all;}
.sub1_2 .bnr_wrap {padding:100px 0;}

.sub1_3 {padding:100px 0;margin:0 auto;text-align: center;max-width:1280px;}
.sub1_3 > ul {padding-bottom:100px;}
.sub1_3 > ul > li {width:50%;float:left;text-align: left;text-align: justify;font-size:1.1rem;font-weight: 300;line-height:30px;word-break: keep-all;}
.sub1_3 > ul > li.right {padding-left:70px;box-sizing: border-box;}
.sub1_3 > ul > li.right img {width:100%;}
.sub1_3 h2 {position:relative;font-size: 2rem;font-family: 'Montserrat';font-weight: 600;margin-bottom:50px;margin-top:50px;}
.sub1_3 h2:after {content:'';display:block;width:70px;height:3px;background-color: #3d5f62;position:absolute;top:-15px;left:50%;transform: translateX(-50%);}
.bnr_wrap {width:100%;max-width: 1280px;height:300px;margin:0 auto;}
.sub1_3 .bnr_wrap {padding:100px 0;}
.sub1_3 .ceo_history {margin-top:50px;}
.sub1_3 .ceo_history .title {display:block;font-size:1.5rem;font-weight: 500;margin-bottom:20px;}
.sub1_3_sec01 ul li {float:left;height:350px;width:calc(50% - 5px);overflow: hidden;margin-bottom:10px;}
.sub1_3_sec01 ul li img {width:100%;-webkit-filter: grayscale(1);-o-filter : grayscale(1);filter: grayscale(1);}
.sub1_3_sec01 ul li:nth-child(odd) {margin-right: 10px;}
.sub1_3 h3 {height: 30px;padding-left: 10px;line-height: 30px;font-family: 'Roboto Condensed', sans-serif;font-size: 30px;color: #fff;letter-spacing: 1.5px;background: #3d5f62;margin:100px 0 10px 0;text-align: left;}

.sub1_4 {padding:100px 0;margin:0 auto;text-align: center;max-width:1280px;width:100%;}
.sub1_4 h2 {position:relative;font-size: 2rem;font-family: 'Montserrat';font-weight: 600;margin-bottom:50px;margin-top:50px;}
.sub1_4 h2:after {content:'';display:block;width:70px;height:3px;background-color: #3d5f62;position:absolute;top:-15px;left:50%;transform: translateX(-50%);}
.sub1_4 ul > li {float:left;width:calc(25% - 12px);border:1px solid #3d5f62;box-sizing: border-box;position:relative;height:0; padding-bottom:34%;margin-bottom:12px;}
.sub1_4 ul > li:nth-child(1), .sub1_4 ul > li:nth-child(2), .sub1_4 ul > li:nth-child(3), .sub1_4 ul > li:nth-child(5), .sub1_4 ul > li:nth-child(6), .sub1_4 ul > li:nth-child(7) {margin-right:16px;}
.sub1_4 ul > li img {position:absolute;top:20px;right:20px;}
.sub1_4 ul > li span {display: block;text-align: left;padding:0 20px;}
.sub1_4 ul > li span.name {margin-top:250px;font-size:1.7rem;display: flex;align-items: flex-end;height:55px;position: relative;}
.sub1_4 ul > li span.name:after {content:'';display: block;right:20px;background-color: #666;height:1px;position:absolute;bottom:3px;}
.sub1_4 ul > li:nth-child(1) span.name:after {width:110px;}
.sub1_4 ul > li:nth-child(2) span.name:after {width:100px;}
.sub1_4 ul > li:nth-child(3) span.name:after {width:87px;}
.sub1_4 ul > li:nth-child(4) span.name:after {width:210px;}
.sub1_4 ul > li:nth-child(5) span.name:after {width:110px;}
.sub1_4 ul > li:nth-child(6) span.name:after {width:120px;}
.sub1_4 ul > li:nth-child(7) span.name:after {width:100px;}
.sub1_4 ul > li:nth-child(8) span.name:after {width:120px;}
.sub1_4 ul > li span.part {padding:30px 20px;}


.sub1_5 {padding: 20px 15px 60px 15px; margin:0 auto;text-align: center;background: #eee;}
.sub1_5 .contents {max-width: 1280px;margin:0 auto;width:100%;}
.sub1_5 .map > ul {max-width:1280px;margin:0 auto;width:100%;}
.sub1_5 h2 {position:relative;font-size: 2rem;font-family: 'Montserrat';font-weight: 600;margin-bottom:30px;margin-top:50px;}
.sub1_5 h2:after {content:'';display:block;width:70px;height:3px;background-color: #3d5f62;position:absolute;top:-15px;left:50%;transform: translateX(-50%);}
.sub1_5 .contents h3 {height: 30px;padding-left: 10px;line-height: 30px;font-family: 'Roboto Condensed', sans-serif;font-size: 30px;color: #fff;letter-spacing: 1.5px;background: #3d5f62;margin-top:100px;margin-bottom:50px;text-align: left;}
.sub1_5 .map > ul > li {background-color: rgba(255,255,255,0.9);position: relative;}
.sub1_5 .map > ul > li div.right {padding: 20px;box-sizing: border-box;}
.sub1_5 .map > ul > li div.right h3 {font-size:1.2rem;font-weight: bold;text-transform: uppercase;line-height:40px;position: relative;}
.sub1_5 .map > ul > li div.right h3:after {content: '';display:block;width:100%;height:1px;background-color: #111;position: absolute;bottom: 0;left:0;}
.sub1_5 .map > ul > li div.right > span {font-size: 1rem;color: #666;line-height: 22px;margin-top:10px;display: block;}

.sub1_5 .map > ul > li div.left {width:100%;overflow: hidden;}
.sub1_5 .map > ul > li div.left:hover img {transform:scale(2);}
.sub1_5 .map > ul > li div.left img {height:100%;float:left;transition:all 0.25s ease;}
.sub1_5 .map > ul > li .button {margin-top:20px;}
.sub1_5 .map > ul > li .button a {display: inline-block;}
.sub1_5 .map > ul > li .button span {display: inline-block;color:#fff;width:40px;height:40px;border-radius: 100px;background-color: #333;line-height:40px;font-size:1.2rem;transition:all 0.25s ease;margin:0 2px;}
.sub1_5 .map > ul > li .button span:hover {color:#f16c6c;}
.sub1_5 .map .kor_branch {margin-top:100px;position:relative;}
.sub1_5 .map .kor_branch .title {position:absolute;top:-55px;left:0;text-align: left;z-index: 2;}
.sub1_5 .map .kor_branch h5 {font-size:5rem;font-weight: bold;position: relative;background-color: }
/* .sub1_5 .map .kor_branch h5:after {content:'';display:block;width:70px;height:1px;background-color: #111;position: absolute;bottom: -15px;} */
.sub1_5 .map .kor_branch .title span {font-size:1.5rem;font-weight: 300;margin-top:10px;display: block;color:#666;margin-left:145px;background-color: #e9e9e9;position:absolute;z-index: 3;}
.sub1_5 .map .kor_branch li {width: 300px;}
.sub1_5 .map  .kor_branch > li:nth-child(2), .sub1_5 .map .kor_branch > li:nth-child(3), .sub1_5 .map .kor_branch > li:nth-child(5), .sub1_5 .map .kor_branch > li:nth-child(6) {margin-right: 10px;}
.sub1_5 .map .kor_branch > li:nth-child(4) {margin-right:0;margin-bottom:10px;}
.sub1_5 .map .kor_branch > li:nth-child(2) {margin-left:calc(100% - 920px);}
.sub1_5 .map .kor_branch .square {width:300px;height:300px;border:1px solid #111;position:absolute;left:-10%;top:-40px;}
.sub1_5 .map .kor_branch .button span {display: inline-block;color:#333;background-color: transparent;width:40px;height:40px;border-radius: 100px;border:1px solid #333;box-sizing: border-box;line-height:40px;font-size:1.2rem;transition:all 0.25s ease;}
.sub1_5 .map .kor_branch .button span:hover {color:#f16c6c;}

.kor_branch .contact {width: 100%;position: absolute;top:50%;transform:translateY(-50%);padding: 0 20px;box-sizing: border-box;}

.kor_branch .contact h3 {font-size:1.2rem;font-weight: bold;text-transform: uppercase;line-height:40px;position: relative;}
.kor_branch .contact h3:after {content: '';display:block;width:100%;height:1px;background-color: #111;position: absolute;bottom: 0;left:0;}
.kor_branch .contact > span {font-size: 1rem;color: #666;line-height: 22px;margin-top:10px;display: block;}

.sub2_1 {padding:100px 0;margin:0 auto;text-align: center;max-width:1280px;}
.sub2_1 h2 {position:relative;font-size: 2rem;font-family: 'Montserrat';font-weight: 600;margin-bottom:50px;margin-top:50px;}
.sub2_1 h2:after {content:'';display:block;width:70px;height:3px;background-color: #3d5f62;position:absolute;top:-15px;left:50%;transform: translateX(-50%);}
.sub2_1 h3 {height: 30px;padding-left: 10px;line-height: 30px;font-family: 'Roboto Condensed', sans-serif;font-size: 30px;color: #fff;letter-spacing: 1.5px;background: #3d5f62;margin-top:100px;margin-bottom:50px;text-align: left;}

.sub2_2 {padding:100px 0;margin:0 auto;text-align: center;max-width:1280px;}
.sub2_2 > h2 {position:relative;font-size: 2rem;font-family: 'Montserrat';font-weight: 600;margin-bottom:50px;margin-top:50px;}
.sub2_2 > h2:after {content:'';display:block;width:70px;height:3px;background-color: #3d5f62;position:absolute;top:-15px;left:50%;transform: translateX(-50%);}
.sub2_2 .contents h2 {max-width: 1280px;padding-bottom: 100px;font-size: 4rem;width: 70%;font-weight: 700;font-family: 'Montserrat';text-align: left;}
.sub2_2 .contents .top img {width:100%;margin-bottom:50px;}
.sub2_2 .contents h3 {height: 30px;padding-left: 10px;line-height: 30px;font-family: 'Roboto Condensed', sans-serif;font-size: 30px;color: #fff;letter-spacing: 1.5px;background: #3d5f62;margin: 50px 0 10px 0;text-align: left;}

.sub2_3 {padding:100px 0;margin:0 auto;text-align: center;max-width:1280px;}
.sub2_3 > h2 {position:relative;font-size: 2rem;font-family: 'Montserrat';font-weight: 600;margin-bottom:50px;margin-top:50px;}
.sub2_3 > h2:after {content:'';display:block;width:70px;height:3px;background-color: #3d5f62;position:absolute;top:-15px;left:50%;transform: translateX(-50%);}
.sub2_3 .contents h2 {max-width: 1280px;padding-bottom: 100px;font-size: 2rem;width: 80%;font-weight: 700;font-family: 'Montserrat';text-align: left;}
.sub2_3 .contents .top img {width:100%;margin-bottom:50px;}
.sub2_3 .contents h3 {height: 30px;padding-left: 10px;line-height: 30px;font-family: 'Roboto Condensed', sans-serif;font-size: 30px;color: #fff;letter-spacing: 1.5px;background: #3d5f62;margin: 50px 0 10px 0;text-align: left;}

.sub2_4 {padding:100px 0;margin:0 auto;text-align: center;max-width:1280px;}
.sub2_4 > h2 {position:relative;font-size: 2rem;font-family: 'Montserrat';font-weight: 600;margin-bottom:50px;margin-top:50px;}
.sub2_4 > h2:after {content:'';display:block;width:70px;height:3px;background-color: #3d5f62;position:absolute;top:-15px;left:50%;transform: translateX(-50%);}
.sub2_4 .contents h2 {max-width: 1280px;padding-bottom: 100px;font-size: 4rem;width: 70%;font-weight: 700;font-family: 'Montserrat';text-align: left;}
.sub2_4 .contents .top img {width:100%;margin-bottom:50px;}
.sub2_4 .contents h3 {height: 30px;padding-left: 10px;line-height: 30px;font-family: 'Roboto Condensed', sans-serif;font-size: 30px;color: #fff;letter-spacing: 1.5px;background: #3d5f62;margin: 50px 0 10px 0;text-align: left;}


.sub4_1 {padding:100px 0;margin:0 auto;}
.sub4_1 p {font-size: 1rem;line-height: 24px;}
.sub4_1 > div {position:relative;max-width:1280px;margin:0 auto 100px auto;}
.sub4_1 > div img {width: 100%;}
.sub4_1 .bnr_wrap {width:100%;height:auto;max-width: 100%;text-align: center;padding:0;background-color: #d9d9d7;}
.sub4_1 .bnr_wrap img {width: 100%; max-width: 1280px; text-align: center;}
.sub4_1 h1 {height: 30px;padding-left:10px;line-height: 30px;font-family: 'Roboto Condensed', sans-serif;font-size: 30px;color: #fff;letter-spacing: 1.5px;background: #134a5c;}
.sub4_1 p.conTitle {font-size: 27px;color: #333;line-height: 38px;}
.pt50 {padding-top: 50px;}
.sub4_1 p.aboutCon {width: 600px;padding-top: 50px;text-align: justify;font-weight: 300;letter-spacing: 0.5px;}
.sub4_1 ul.conBox p, .pt30 {font-weight: 300;letter-spacing: 0.5px;}
.sub4_1  span.colorB {font-size: 27px;color: #134a5c;}
.sub4_1 p.aboutImg {position: absolute;top: 400px;right: 100px;width: 500px;height: 335px;z-index: -1;}
.sub4_1 p.aboutImg img {width:100%;height:100%;}
p.line {font-size: 0;padding: 0;margin: 30px 0;border-top: 1px solid #d4d4d4;}
.subTitle {font-size: 16px;color: #346676;font-weight: bold;}
.sub4_1 ul.conBox {display: table;}
.pt30 {padding-top: 30px;}
.sub4_1 ul.conBox li.lBox {float: left;width: calc(50% - 30px);margin-right:60px;text-align: justify;}
.sub4_1 ul.conBox li.rBox {float: right;width:calc(50% - 30px);text-align: justify;}
.sub4_1 .contents03 p:last-child {text-align:center;}
.sub4_1 .contents04 ul.spon li {float:left;width:25%;text-align: center;}
.sub4_1 .fontT {font-weight: bold;color: #414141;}
.sub4_1 .pt70 {padding-top: 70px;}
.sub4_1 .pt20 {font-weight: 300;letter-spacing: 0.5px;line-height:20px;margin-top: 20px;padding: 0 10px;}
.sub4_1 .contents01 h2:first-child {max-width: 1280px;padding-bottom: 100px;font-size: 4rem;width: 50%;font-weight: 700;font-family: 'Montserrat';}

/** 팝업 **/
#hd_pop {z-index: 2;position: relative;margin: 0 auto;width: 1200px;height: 0;}
#hd_pop h2 {position: absolute;font-size: 0;line-height: 0;overflow: hidden;}
.hd_pops {position: absolute;border: 1px solid #e9e9e9;background: #fff;}
.hd_pops img {max-width: 100%;}
.hd_pops_footer {padding: 0;background: #000;color: #fff;text-align: left;position: relative;}
.hd_pops_footer .hd_pops_reject {background: #000;text-align: left;color:#fff;cursor: pointer;}
.hd_pops_footer .hd_pops_close {background: #393939;position: absolute;top: 0;right: 0;cursor: pointer;}
.hd_pops_footer:after {display: block;visibility: hidden;clear: both;content: "";}
.hd_pops_footer button {height:30px;line-height:30px;border: 0;color: #fff;}

.hasibal {height: 100px; display: flex; justify-content: center; align-items: center;}
.hasibal a:first-child {margin-right: 8px;}



.brandch_banner {position: absolute; width: 100%; transition: 0.4s ease; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); background-image: url("/images/branch_bg.jpg");background-position: center;background-size: cover;background-repeat: no-repeat; }
.brandch_banner span {display: block;color:#fff;text-align: center;font-weight: 300;}


.sub1_5 .contents .contact {position:absolute;bottom:30px;left:0;width:100%;}
.sub1_5 .contents {position:relative;}
.sub1_5 .contents .contact li {float:left;width:33.33%;}
.sub1_5 .contents .contact li dt {font-weight:600;}
.sub1_5 .contents .contact dl {font-size:20px;}
.sub1_5 .contents .contact dl > * {line-height:30px;}
.sub1_5 .contents .contact dl dd {margin-bottom:10px;}
.sub1_5 .contents .contact dd:last-child  {margin-bottom:0;}

