@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative; overflow:hidden; padding-top:var(--header-height);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; background:#fff;}
#header .contain {max-width:1460px; position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); z-index:10;}

.sitelogo {position:absolute; left:30px;}

#gnb>ul {display:flex;text-align:center;} 
#gnb>ul>li {position:relative; padding:0 29px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; font-size:var(--font-size-18); font-weight:600; letter-spacing:-.03em; line-height:1.33em; color:#222; height:var(--header-height);}
#gnb>ul>li.active>a,
#gnb>ul>li:hover>a {color:var(--color-primary);}

#header .right {position:absolute; right:30px;display:flex; align-items:center;}
#header .tel {text-align:center; color:#222; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#header .tel strong {display:block;font-size:1.5em; color:var(--color-primary);line-height:1.3em;}

#header.header-fixed {box-shadow:0px 3px 10px rgba(0,0,0,0.1);}

/* for mobile */
.btn-m-menu {margin-left:30px;display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#222;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#222;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:48px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; 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:#242424; 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:101;}

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 */
.common-tit {margin-bottom:60px;font-size:var(--font-size-55); font-weight:700; letter-spacing:-.04em; line-height:1.38em; color:#fff;text-align:center;}

.common-desc dt {margin-bottom:8px;	font-size:var(--font-size-24); font-weight:700; letter-spacing:-.04em; line-height:1.4em; color:#222;}
.common-desc dd {letter-spacing:-.04em; line-height:1.38em;}

.main-visual {display:flex; align-items:center;height:calc(100vh - var(--header-height));position:relative; background:url('../images/main/mv.jpg') no-repeat 50% 50% /cover;}
.main-visual .contain {max-width:1460px !important;}
.main-visual .links .row {display:flex; margin:-33px;}
.main-visual .links .col {width:25%; padding:33px;}
.main-visual .links .col:nth-child(even) {margin-top:80px;}
.main-visual .links a {display:block; border-radius:10px; overflow:hidden; background:#fff;}
.main-visual .links .img img {width:100%;}
.main-visual .links .cnt {padding:22px;}
.main-visual .scroll {position:absolute; left:0; bottom:45px; width:100%; text-align:center;animation:scrollDown .9s linear infinite alternate; z-index:40;}
@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

.m-tit {margin-bottom:10px;font-size:var(--font-size-28); font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:#222;}
.m-txt {font-size:var(--font-size-17); font-weight:400; letter-spacing:-.03em; line-height:1.41em; color:#505050;}

/* sub */
.sub-visual {position:relative; height:500px;color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual .common-tit {margin-bottom:14px;text-align:left;}
.sub-visual .txt {font-size:var(--font-size-28); font-weight:600; letter-spacing:-.04em; line-height:1.4em; 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");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:94px 0 50px; text-align:center;}

.real-cont {min-height:300px;}

/* footer */
#footer {padding:35px 0 25px; background:#f5f5f5; font-size:var(--font-size-15); line-height:1.5em;}
#footer .contain {position:relative;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

#footer .comp-name {margin-bottom:12px;font-size:var(--font-size-17); font-weight:600;}
#footer .comp-name2 {font-size:var(--font-size-18); color:#222; font-weight:600;}
#footer address {font-style:normal; margin-bottom:18px;}
#footer .bar {width:1px; height:10px; background:#ccc; margin:0 18px;}

.foot-btm {display:flex;}
.foot-btm a {color:#454545;}
.copyright {color:#888; font-size:var(--font-size-18); margin-right:20px;}

.foot-right {position:absolute; right:30px;top:17px;}
.foot-right .wrap {margin-bottom:8px;display:flex; align-items:center;}
.foot-right .tel {margin-left:20px;position:relative;display:inline-block;padding-left:34px;color:var(--color-primary); font-size:var(--font-size-24); font-weight:700;}
.foot-right .tel:before {content:''; position:absolute;left:0; top:0; width:24px; height:24px; background:url('../images/common/f-tel.png') no-repeat 50% 50% /contain;}
.foot-right .hour {color:#888;}

.scroll-top {border-radius:100%; position:fixed; bottom:30px; right:60px; transition:.2s; opacity:0; display:flex; flex-direction:column; justify-content:center; width:70px; height:70px; text-align:center; color:#fff; font-size:var(--font-size-14); font-weight:300; line-height:1.3em; letter-spacing:0; background:#000; z-index:90;}
.scroll-top:before {content:"↑"; font-size:var(--font-size-15);}
.scroll-top.active {opacity:1;}

