@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#wrapper {position:relative;}

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {*zoom:1; width:100%; max-width:1400px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}

/* header */
#sub #wrapper {padding-top:100px;}
#header {position:fixed; top:0; left:0; width:100%; height:100px; background:#fff; z-index:101;}
#header .contain {position:relative; max-width:1820px; height:100px; z-index:2;}
#header .sitelogo {position:absolute; top:50%; left:0; transform:translateY(-50%); z-index:10;}

#header .top-sns {position:absolute; top:50%; right:0; transform:translateY(-50%); z-index:10;}
#header .top-sns ul {display:flex;}
#header .top-sns ul li {padding-left:9px;}
#header .top-sns ul li:first-child {padding-left:0;}
#header .top-sns ul li a {display:block; line-height:0;}
.m-top-sns {display:none;}

#gnb {width:100%; text-align:center;}
#gnb > ul {display:inline-block; margin:0 -29px;}
#gnb > ul:after {content:""; display:block; clear:both;}
#gnb > ul > li {float:left; position:relative; height:100px; font-size:20px; line-height:100px; text-align:center; letter-spacing:0;}
#gnb > ul > li > a {display:block; position:relative; padding:0 22px; font-weight:500; color:#2c2c2c; z-index:20;}
#gnb > ul > li > a span {position:relative; transition:.3s ease-in-out; display:inline-block;}
#gnb > ul > li > a span:after {content:""; position:absolute; bottom:0; left:50%; margin-bottom:-3px; transform:translateX(-50%); width:0; height:1px; background:transparent; transition:.5s ease-in-out;}
#gnb > ul > li > a .ko {position:absolute; top:50%; left:50%; transform:translate(-50% , -50%); white-space:nowrap; line-height:1.4em; color:#006ab2; opacity:0;}
#gnb > ul > li:hover > a span:after {width:100%; background:#006ab2;}
#gnb > ul > li:hover > a .en {opacity:0;}
#gnb > ul > li:hover > a .ko {opacity:1;}
#gnb > ul > li.active > a span:after {width:100%; background:#006ab2;}
#gnb > ul > li.active > a .en {opacity:0;}
#gnb > ul > li.active > a .ko {opacity:1;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:30px; width:30px; height:30px; transform:translateY(-50%); text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:13px; height:4px; background:#006ab2; border-radius:2px;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:4px; background:#006ab2; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius:2px;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:280px; height:100%; overflow:auto; transition:.3s ease-in-out; background:#fff; -ms-transform:translateX(100%); transform:translateX(100%); z-index:102;}
.mobile-navigation .home {padding:20px;}
.mobile-navigation .home img {height:48px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 18px; display:block; color:#2c2c2c; font-size:17px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a span {position:relative; transition:.3s ease-in-out; display:inline-block;}
.mobile-navigation .nav-menu>ul>li>a span:after {content:""; position:absolute; bottom:0; left:50%; margin-bottom:-3px; transform:translateX(-50%); width:0; height:1px; background:transparent; transition:.5s ease-in-out;}
.mobile-navigation .nav-menu>ul>li>a .ko {position:absolute; top:50%; left:18px; transform:translateY(-50%); white-space:nowrap; line-height:1.4em; color:#006ab2; opacity:0;}
.mobile-navigation .nav-menu>ul>li.active>a span:after {width:100%; background:#006ab2;}
.mobile-navigation .nav-menu>ul>li.active>a .en {opacity:0;}
.mobile-navigation .nav-menu>ul>li.active>a .ko {opacity:1;}
/* .mobile-navigation .nav-menu>ul>li.active>a {color:#006ab2; text-decoration:underline;} */
.mobile-navigation .close {position:absolute; top:22px; right:18px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#006ab2; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:100;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-visual {position:relative; width:100%; line-height:0; overflow:hidden; z-index:1;}
.main-visual .visual-video {position:relative; width:100%; height:100vh; overflow:hidden;}
.main-visual .visual-video video,
.main-visual .visual-video iframe {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-introduce {padding:115px 0 60px;}
.main-introduce .inner {display:flex;}
.main-introduce .pic {order:2; flex:1 1 474px; max-width:474px; line-height:0;}
.main-introduce .cnt {order:1; flex:1 auto; width:1%;}
.main-introduce .cnt .title {margin-bottom:50px;}
.main-introduce .cnt .title h2 {font-weight:300; font-size:50px; line-height:1em; color:#2c2c2c; margin-bottom:20px;}
.main-introduce .cnt .title h2 strong {color:#006ab2;}
.main-introduce .cnt .title p {font-size:24px; line-height:42px; color:#2c2c2c; font-weight:300;}
.main-introduce .cnt .title p strong {font-weight:600;}
.main-introduce .cnt .txt {margin-bottom:55px;}
.main-introduce .cnt .txt .tit {display:inline-block; margin-bottom:22px; padding:0 10px; background:#5ca0cd; height:46px; line-height:46px; font-size:32px; font-weight:800; color:#fff;}
.main-introduce .cnt .txt p {font-size:24px; line-height:42px; color:#2c2c2c; font-weight:300;}
.main-introduce .cnt .txt p strong {font-weight:600;}
.main-introduce .cnt .btn ul {display:flex;}
.main-introduce .cnt .btn ul li {padding-right:10px;}
.main-introduce .cnt .btn ul li:last-child {padding-right:0;}
.main-introduce .cnt .btn ul li a {display:block; position:relative; width:350px; height:66px; padding:0 50px 0 30px; border:1px solid transparent; font-size:20px; line-height:64px; font-weight:500; letter-spacing:-0.03em;}
.main-introduce .cnt .btn ul li a:after {content:""; position:absolute; top:50%; right:32px; margin-top:-9px; width:18px; height:18px; background-repeat:no-repeat; background-position:0 0; background-size:100% 100%;}
.main-introduce .cnt .btn ul li.bg1 a {border-color:#a8a8a8; background:#fff; color:#2c2c2c;}
.main-introduce .cnt .btn ul li.bg1 a:after {background-image:url('../images/main/more1.png');}
.main-introduce .cnt .btn ul li.bg2 a {border-color:#006ab2; background:#006ab2; color:#fff;}
.main-introduce .cnt .btn ul li.bg2 a:after {background-image:url('../images/main/more2.png');}

.main-exclusive {padding:75px 0; text-align:center; background:#f4f4f4;}
.main-exclusive .title {margin-bottom:50px;}
.main-exclusive .title h2 {font-size:40px; line-height:1em; color:#006ab2; margin-bottom:15px;}
.main-exclusive .title p {font-size:24px; line-height:38px; font-weight:300; color:#2c2c2c; letter-spacing:-0.03em;}
.main-exclusive .title p strong {font-weight:600;}
.main-exclusive .list {max-width:1120px; margin:0 auto; padding:0 40px;}
.main-exclusive .list ul {display:flex; flex-wrap:wrap; justify-content:center;}
.main-exclusive .list ul li {width:25%; margin-bottom:18px;}
.main-exclusive .list ul li .icon {line-height:0; margin-bottom:15px;}
.main-exclusive .list ul li .txt {font-size:18px; line-height:26px; font-weight:500; color:#505050;}
.main-exclusive .list ul li .txt span {color:#dc1f25;}

.main-pedestal {padding:100px 0;}
.main-pedestal .contain {position:relative;}
.main-pedestal .title {position:absolute; top:0; left:0;}
.main-pedestal .title h2 {font-size:40px; line-height:1em; color:#006ab2; margin-bottom:20px;}
.main-pedestal .title p {font-size:24px; line-height:42px; color:#2c2c2c; font-weight:300;}
.main-pedestal .list {padding-top:93px; margin-bottom:30px;}
.main-pedestal .list ul {display:flex; justify-content:flex-end;}
.main-pedestal .list ul li {padding-left:32px; text-align:center;}
.main-pedestal .list ul li:first-child {padding-left:0;}
.main-pedestal .list ul li .img {line-height:0; margin-bottom:15px;}
.main-pedestal .list ul li .tt {font-size:22px; line-height:1.3em; font-weight:600; color:#2c2c2c; letter-spacing:-0.03em; margin-bottom:8px;}
.main-pedestal .list ul li p {font-size:18px; line-height:1.3em; color:#505050; letter-spacing:-0.03em;}
.main-pedestal .explain-txt {margin-bottom:48px;}
.main-pedestal .explain-txt .tit {margin-bottom:16px; font-size:34px; line-height:1.3em; font-weight:700; color:#006ab2;}
.main-pedestal .explain-txt p {font-size:24px; line-height:42px; color:#2c2c2c; font-weight:300;}
.main-pedestal .explain-txt p .f-c1 {color:#dc1f25;}
.main-pedestal .explain-txt p strong {font-weight:500;}
.main-pedestal .advantage {position:relative; display:flex; justify-content:center; margin:0 -25px; padding-bottom:73px;}
.main-pedestal .advantage > div {position:relative; width:50%; margin:0 -25px;}
.main-pedestal .advantage .img {z-index:2;}
.main-pedestal .advantage .txt {margin:73px -25px -73px; background:#5ca0cd; text-align:center; padding-top:51px;}
.main-pedestal .advantage .txt p {position:relative; padding:80px 0; font-size:26px; line-height:46px; font-weight:300; color:#fff;}
.main-pedestal .advantage .txt p strong {font-weight:600;}
.main-pedestal .advantage .txt p:before {content:""; position:absolute; top:0; left:50%; margin-left:-31px; width:62px; height:48px; background:url('../images/main/quotes_icon1.png') 0 0 no-repeat; background-size:100% 100%;}
.main-pedestal .advantage .txt p:after {content:""; position:absolute; bottom:0; left:50%; margin-left:-31px; width:62px; height:48px; background:url('../images/main/quotes_icon2.png') 0 0 no-repeat; background-size:100% 100%;}

.main-technology {padding:80px 0; background:#2c2c2c;}
.main-technology .title {margin-bottom:60px; text-align:center;}
.main-technology .title h2 {font-size:40px; line-height:1em; color:#006ab2; margin-bottom:20px;}
.main-technology .title p {font-size:24px; line-height:1.3em; font-weight:600; color:#fff;}
.main-technology .group {display:flex; align-items:center; margin-bottom:80px;}
.main-technology .group .thumb {flex:1 1 508px; max-width:508px; position:relative; padding-top:20px; margin-right:128px;}
.main-technology .group .thumb .tt {position:absolute; top:0; right:10px; width:120px; height:120px; text-align:center; background:#006ab2; font-size:24px; line-height:32px; font-weight:600; color:#fff; z-index:2;}
.main-technology .group .thumb .tt .row {display:table; table-layout:fixed; width:100%; height:100%;}
.main-technology .group .thumb .tt .cell {display:table-cell; vertical-align:middle; width:100%;}
.main-technology .group .thumb .tt span {font-size:16px; color:#ffde00;}
.main-technology .group .thumb .tt.bg1 {background:#089a95;}
.main-technology .group .thumb .img {position:relative; z-index:1; line-height:0;}
.main-technology .group .list {flex:1 auto; width:1%;}
.main-technology .group .list > ul > li {display:flex; align-items:center; margin-bottom:20px;}
.main-technology .group .list > ul > li:last-child {margin-bottom:0;}
.main-technology .group .list > ul > li .icon {flex:1 1 170px; max-width:170px; margin-right:25px; line-height:0;}
.main-technology .group .list > ul > li .cnt {flex:1 auto; width:1%;}
.main-technology .group .list > ul > li .tt {margin-bottom:12px; font-size:24px; line-height:1.4em; font-weight:600; letter-spacing:-0.03em; color:#fff;}
.main-technology .group .list > ul > li .txt {font-size:16px; line-height:28px; font-weight:300; color:#878787; letter-spacing:-0.03em;}
.main-technology .group .list > ul > li .txt ul li {position:relative; padding-left:10px;}
.main-technology .group .list > ul > li .txt ul li:after {content:""; position:absolute; top:14px; left:0; width:4px; height:1px; background:#878787;}
.main-technology .group:nth-child(odd) {justify-content: flex-end}
.main-technology .group:nth-child(odd) .thumb {order:2; margin-right:0; margin-left:128px;}
.main-technology .group:nth-child(odd) .list {order:1;}

.main-range {padding-top:100px;}
.main-range .title {margin-bottom:30px; text-align:center;}
.main-range .title h2 {font-size:40px; line-height:1em; color:#2c2c2c;}
.main-range .title h2 span {color:#006ab2;}
.main-range .list {margin-bottom:55px; text-align:center;}
.main-range .list ul {display:inline-flex;}
.main-range .list ul li {padding:0 10px;}
.main-range .list ul li .img {line-height:0; margin-bottom:16px;}
.main-range .list ul li p {font-size:20px; line-height:1.3em; font-weight:500; color:#2c2c2c;}
.main-range .pic ul {display:flex;}
.main-range .pic ul li {width:50%; line-height:0;}

.main-why {padding:106px 0 0;}
.main-why .title {margin-bottom:30px; text-align:center;}
.main-why .title h2 {font-size:50px; line-height:1em; color:#006ab2; margin-bottom:12px;}
.main-why .title p {font-size:24px; line-height:1.3em; font-weight:300; color:#2c2c2c;}
.main-why .cnt {position:relative; padding:0 100px 100px; z-index:1;}
.main-why .cnt:after {content:""; position:absolute; top:110px; left:0; width:100%; height:calc(100% - 110px); background:#006ab2; z-index:-1;}
.main-why .why-video {position:relative; width:100%; height:0; padding-bottom:56%; overflow:hidden; box-shadow:0 40px 20px rgba(0,0,0,0.2); margin-bottom:65px;}
.main-why .why-video video,
.main-why .why-video iframe {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-why .list {background:#fff; padding:40px 38px;  box-shadow:0 40px 20px rgba(0,0,0,0.2);}
.main-why .list .in {border:1px solid #006ab2; padding:40px 30px;}
.main-why .list ul {display:flex; flex-wrap:wrap; margin:0 -2.5px;}
.main-why .list ul li {width:33.333333%; padding:0 2.5px; text-align:center;}
.main-why .list ul li .img {line-height:0;}
.main-why .list ul li .txt {height:160px; padding-top:25px;}
.main-why .list ul li .txt .tt {font-size:24px; line-height:1.3em; font-weight:600; color:#006ab2; margin-bottom:5px;}
.main-why .list ul li .txt p {font-size:16px; line-height:24px; font-weight:300; color:#878787;}

.main-projects {padding:100px 0;}
.main-projects .title {margin-bottom:60px; text-align:center;}
.main-projects .title h2 {font-size:50px; line-height:1em; color:#006ab2;}
.main-projects .list {overflow:hidden; padding:0 10px;}
.main-projects .list ul {display:flex; flex-wrap:wrap; margin:-5px;}
.main-projects .list ul li {width:33.333333%; padding:5px;}
.main-projects .list ul li a {display:block; position:relative; line-height:0; z-index:1;}
.main-projects .list ul li .thumb {position:relative; width:100%; height:0; padding-bottom:58%; overflow:hidden; z-index:1;}
.main-projects .list ul li .thumb img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-projects .list ul li .over {position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; transition:.3s ease-in-out; z-index:2;}
.main-projects .list ul li .over:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.42); z-index:-1;}
.main-projects .list ul li .over .row {display:table; table-layout:fixed; width:100%; height:100%; text-align:center;}
.main-projects .list ul li .over .cell {display:table-cell; vertical-align:middle; width:100%;}
.main-projects .list ul li .over .tit {font-size:24px; line-height:1.3em; font-weight:500; color:#fff; margin-bottom:22px;}
.main-projects .list ul li .over .more {position:relative; line-height:0; margin-bottom:-30px; transition:.3s ease-in-out;}
.main-projects .list ul li:hover .over {opacity:1;}
.main-projects .list ul li:hover .over .more {margin-bottom:0;}

.main-company {padding:80px 0 100px; background:#f4f4f4;}
.main-company .title {margin-bottom:45px; text-align:center;}
.main-company .title h2 {font-size:50px; line-height:1em; color:#006ab2;}
.main-company .main-tab {margin-bottom:60px;}
.main-company .main-tab ul {display:table; table-layout:fixed; width:100%;}
.main-company .main-tab ul li {display:table-cell; vertical-align:middle; width:auto; max-width:50%;}
.main-company .main-tab ul li a {display:block; width:100%; height:68px; border:1px solid #a8a8a8; border-right:0; background:#fff; text-align:center; font-size:20px; line-height:66px; color:#2c2c2c;}
.main-company .main-tab ul li:last-child a {border-right:1px solid #a8a8a8;}
.main-company .main-tab ul li.active a {border:1px solid #006ab2; background:#006ab2; color:#fff;}
.main-company .main-tab ul li.active + li a {border-left:0;}

.company-history {margin-bottom:40px;}
.company-history ul {display:flex;}
.company-history ul li {position:relative; width:25%; padding:30px 0; text-align:center; height:200px;}
.company-history ul li:after {content:""; position:absolute; top:0; left:0; width:1px; height:100%; background:#dfdfdf;}
.company-history ul li:first-child:after {display:none;}
.company-history ul li .tit {font-size:20px; line-height:1.3em; font-weight:600; color:#2c2c2c; letter-spacing:-0.03em; margin-bottom:30px;}
.company-history ul li .num {margin-bottom:18px; line-height:1em;}
.company-history ul li .num strong {display:inline-block; padding:0 8px; font-size:60px; font-weight:600; color:#006ab2;}
.company-history ul li .num span {display:inline-block; font-size:18px; color:#505050;}
.company-history ul li .num span.f-noto {font-family:'Noto Sans KR';}
.company-history ul li p {font-size:16px; line-height:1.3em; font-weight:600; color:#5ca0cd;}

.main-result {padding:0 100px;}
.main-result .items {background:#fff; padding:11px 40px;}
.main-result .slick-list {margin:0 -33px;}
.main-result .slick-slide {padding:0 33px;}
.main-result .slick-slide > div {padding:11px 0;}
.main-result .item .date {margin-bottom:5px; font-size:14px; line-height:1.3em; letter-spacing:-0.03em; color:#a8a8a8;}
.main-result .item .subject {position:relative; width:100%; height:26px; line-height:26px; margin-bottom:5px; padding-right:50%;}
.main-result .item .subject .name {display:inline-block; max-width:100%; font-size:20px; font-weight:600; color:#006ab2; letter-spacing:-0.03em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.main-result .item .subject .txt {position:absolute; top:0; right:0; width:50%; font-size:16px; font-weight:500; color:#2c2c2c; letter-spacing:-0.03em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.main-result .item .addr {font-size:16px; line-height:1.3em; color:#878787; letter-spacing:-0.03em;}
.main-result .slick-track {z-index:1;}
.main-result .slick-arrow {position:absolute; top:50%; margin-top:-36px; width:72px; height:72px; z-index:60; border-radius:50%; border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:100% 100%;}
.main-result .slick-prev {left:0; margin-left:-100px; background-image:url("../images/main/bt_prev.png");}
.main-result .slick-next {right:0; margin-right:-100px; background-image:url("../images/main/bt_next.png");}
.main-result .slick-prev:hover {background-image:url("../images/main/bt_prev_on.png");}
.main-result .slick-next:hover {background-image:url("../images/main/bt_next_on.png");}

.company-introduce .tit {margin-bottom:48px; text-align:center;}
.company-introduce .tit h3 {font-size:38px; line-height:56px; color:#2c2c2c; font-weight:400;}
.company-introduce .tit h3 strong {font-weight:600; color:#006ab2;}
.company-introduce .list ul {display:flex;}
.company-introduce .list ul li {position:relative; width:25%; height:306px; padding-top:28px; text-align:center;}
.company-introduce .list ul li:after {content:""; position:absolute; top:0; left:0; width:1px; height:100%; background:#dfdfdf;}
.company-introduce .list ul li:first-child:after {display:none;}
.company-introduce .list ul li .num {margin:0 auto 20px; width:50px; height:50px; text-align:center; background:#006ab2; font-size:26px; line-height:50px; font-weight:600; color:#fff;}
.company-introduce .list ul li .icon {line-height:0; margin-bottom:12px;}
.company-introduce .list ul li p {font-size:18px; line-height:28px; font-weight:500; color:#2c2c2c; letter-spacing:-0.03em;}

.company-why {display:flex; align-items:center;}
.company-why > div {position:relative; z-index:1;}
.company-why .tit {flex:1 1 650px; max-width:650px;}
.company-why .tit .tt {margin-bottom:38px; font-size:38px; line-height:56px; color:#2c2c2c;}
.company-why .tit .tt span {display:inline-block; border-bottom:2px solid #2c2c2c;}
.company-why .tit .tt2 {font-size:30px; line-height:48px; color:#006ab2; margin-bottom:33px;}
.company-why .tit .tt2 span {display:inline-block; font-size:50px; line-height:1em; font-weight:700; margin-bottom:15px;}
.company-why .tit p {font-size:24px; line-height:32px; color:#2c2c2c;}
.company-why .cnt {flex:1 auto; width:1%; background:#006ab2;}
.company-why .cnt:after {content:""; position:absolute; top:50%; left:0; transform:translateY(-50%); margin-left:-38px; width:0; height:0; border-right:38px solid #006ab2; border-top:36px solid transparent; border-bottom:36px solid transparent;}
.company-why .cnt ul {padding:25px 45px;}
.company-why .cnt ul li {display:flex; line-height:28px; padding:25px 0; border-bottom:1px solid rgba(92,160,205,0.42);}
.company-why .cnt ul li:last-child {border-bottom:0;}
.company-why .cnt ul li .tt {flex:1 1 136px; max-width:136px; font-size:24px; font-weight:600; color:#fff;}
.company-why .cnt ul li .txt {flex:1 auto; width:1%; font-size:16px; color:#fff; letter-spacing:-0.03em;}
.company-why .cnt ul li .txt span {color:#fa7a7e;}

.company-step {line-height:0;}

.main-brand {padding-top:100px;}
.main-brand .title {text-align:center; margin-bottom:58px;}
.main-brand .title h2 {font-size:50px; line-height:1em; color:#006ab2;}
.main-brand .list {padding:0 10px; margin-bottom:110px; overflow:hidden;}
.main-brand .list ul {display:flex; flex-wrap:wrap; margin:-5px;}
.main-brand .list ul li {width:25%; padding:5px;}
.main-brand .list ul li a {display:block; position:relative; z-index:1;}
.main-brand .list ul li a:after {content:""; position:absolute; bottom:0; left:0; width:100%; height:117px; background:rgba(0,0,0,0.42); z-index:2; transition:.3s ease-in-out;}
.main-brand .list ul li .thumb {position:relative; width:100%; height:0; padding-bottom:113%; overflow:hidden; z-index:1;}
.main-brand .list ul li .thumb img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-brand .list ul li .over {position:absolute; bottom:0; left:0; width:100%; padding-top:38px; height:117px; text-align:center; transition:.3s ease-in-out; z-index:3;}
.main-brand .list ul li .over .tit {font-size:32px; line-height:1.3em; color:#fff; font-weight:600; transition:.3s ease-in-out;}
.main-brand .list ul li .over .tit span {display:inline-block; vertical-align:middle; padding-right:5px;}
.main-brand .list ul li .over .tit span img {display:inline-block; vertical-align:middle; margin-top:-8px;}
.main-brand .list ul li .over p {opacity:0; transition:.3s ease-in-out; margin-top:22px; font-size:18px; line-height:30px; color:#fff; letter-spacing:-0.03em;}
.main-brand .list ul li .over .more {opacity:0; transition:.3s ease-in-out; margin:34px auto 0; line-height:0;}

.main-brand .list ul li:hover a:after {height:100%;}
.main-brand .list ul li:hover .over {bottom:50%; height:auto; transform:translateY(50%); padding-top:0;}
.main-brand .list ul li:hover .over p {opacity:1;}
.main-brand .list ul li:hover .over .more {opacity:1;}
.main-brand .info {display:flex;}
.main-brand .info > div {width:50%; height:600px;}
.main-brand .info .detail {background:url('../images/main/brand_detail_bg.jpg') 0 0 no-repeat; background-size:cover;}
.main-brand .info .row {display:table; table-layout:fixed; width:100%; height:100%; text-align:center;}
.main-brand .info .cell {display:table-cell; vertical-align:middle; width:100%;}
.main-brand .info .tit {max-width:588px; font-size:72px; line-height:1em; font-weight:700; color:#008dec; padding-left:33px; margin:0 auto 40px; text-align:left;}
.main-brand .info .logo {line-height:0; margin-bottom:40px;}
.main-brand .info .in {max-width:588px; width:100%; margin:0 auto; border-top:1px solid rgba(255,255,255,0.23); border-bottom:1px solid rgba(255,255,255,0.23); padding:25px 30px;}
.main-brand .info .in ul li {display:flex; font-size:20px; line-height:38px; padding:10px 0; color:#fff; letter-spacing:-0.03em; text-align:left;}
.main-brand .info .in ul li .tt {flex:1 1 224px; max-width:224px; font-size:24px; font-weight:500;}
.main-brand .info .in ul li .txt {flex:1 auto; width:1%;}

.root_daum_roughmap {width:100% !important; height:600px !important;}
.root_daum_roughmap .wrap_map {width:100% !important; height:600px !important;}
.roughmap_lebel_text {line-height:0 !important; font-size:0 !important;}
.roughmap_lebel_text:after {content:"A&S 코리아"; font-size:12px; line-height:15px;}

.main-inquiry {padding:100px 0;}
.main-inquiry .title {text-align:center; margin-bottom:58px;}
.main-inquiry .title h2 {font-size:50px; line-height:1em; color:#006ab2;}


/* sub page */
.sub-visual {position:relative; display:table; table-layout:fixed; width:100%; height:441px; margin-bottom:80px; background-color:#fff; background-position:50% 50%; background-repeat:no-repeat; -webkit-background-size:cover; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle; width:100%; height:100%;}
.sub-visual .in {text-align:center;}
.sub-visual h3 {position:relative; font-family: 'Frank Ruhl Libre', serif; font-weight:500; font-size:66px; line-height:1.3em; letter-spacing:0; color:#fff;}
.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual.bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual.bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual.bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual.bg5 {background-image:url("../images/common/sv5.jpg");}

#contArea {width:100%; max-width:1200px; margin:0 auto;}
#contArea.wide {max-width:none;}
.real-cont {min-height:350px; _height:350px; padding-bottom:100px;}

/* footer */
#footer {position:relative; clear:both; z-index:10; width:100%; background:#fafafa; padding:44px 0;}
#footer:after {content:""; position:absolute; top:0; left:0; width:100%; height:1px; background:#dfdfdf;}
#footer .contain {position:relative;}
.foot-info {position:relative; font-size:14px; line-height:26px; color:#878787; letter-spacing:-0.03em; padding-left:250px;}
.foot-info .foot-logo {position:absolute; top:50%; left:0;  transform:translateY(-50%);}
.foot-info address {font-style:normal;}
.foot-info span {display:inline-block; padding-right:27px;}
.foot-info strong {display:inline-block; font-weight:500; font-size:18px; color:#2c2c2c; margin-bottom:10px;}
.foot-info .copy {font-size:12px; margin-top:18px;}
.foot-link {position:absolute; top:50%; right:0; transform:translateY(-50%);}
.foot-link ul {display:flex;}
.foot-link ul li {padding-left:33px;}
.foot-link ul li:first-child {padding-left:0;}
.foot-link ul li a {display:block; position:relative; padding-left:22px; font-size:14px; line-height:22px; color:#505050;}
.foot-link ul li a:after {content:""; position:absolute; top:50%; left:0; margin-top:-8px; width:17px; height:17px; background:url('../images/common/link_icon.png') 0 0 no-repeat; background-size:100% 100%;}

.bt-top {position:absolute; top:0; right:50px; margin-top:-117px;}

.quickmenu {position:absolute; right:0; z-index:80; width:100px;}
.quickmenu .bt-catalog {border:1px solid #5ca0cd; background:#fff;}
.quickmenu .bt-catalog a {display:block; padding:22px 0 16px; text-align:center;}
.quickmenu .bt-catalog .icon {line-height:0; margin-bottom:5px;}
.quickmenu .bt-catalog p {font-size:16px; line-height:20px; color:#2c2c2c;}
.quickmenu .bt-schedule {border:1px solid #5ca0cd; border-top:0; background:#fff;}
.quickmenu .bt-schedule a {display:block; padding:22px 0 16px; text-align:center;}
.quickmenu .bt-schedule .icon {line-height:0; margin-bottom:5px;}
.quickmenu .bt-schedule p {font-size:16px; line-height:20px; color:#2c2c2c;}
.quickmenu .btn-top {display:block; line-height:0;}

.quick02 {display:none;}
