@charset "utf-8";/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.fancybox-close {background-color:#242424 !important;}

#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-tablet { display:block; } 
.only-desktop { display:block; } 
.only-tablet { display:none; } 
.only-mobile { display:none; } 

#sub #wrapper {padding-top: var(--header-height);}
#sub #header .headerbg {background:#fff; }
#sub #header .sitelogo a {background-image:url(../images/common/logo-c.png); }
#sub #header #gnb>ul>li>a {color:#242424;}
#sub #header .btn-m-menu span {background:#242424;}
#sub #header .btn-m-menu span:before, 
#sub #header .btn-m-menu span:after {background:#242424;}
#sub #header .submenu-bg::after {width: 100%;} 


/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:90; } 
#header .contain {display:flex; align-items:center; justify-content:space-between; position:relative; height:var(--header-height); max-width:1740px !important;} 
#header .sitelogo a {display:block; width:clamp(140px, calc( 208 / var(--inner) * 100vw ), 208px); height:var(--header-height); text-indent:-999em; background-image:url(../images/common/logo-w.png); background-size:contain; background-repeat:no-repeat; background-position: 0 50%;} 

#header.active .headerbg {background:#fff; box-shadow:rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
#header.active .sitelogo a {background-image:url(../images/common/logo-c.png); }
#header.active #gnb>ul>li>a {color:#242424;}
#header.active .btn-m-menu span {background:#242424;}
#header.active .btn-m-menu span:before, 
#header.active .btn-m-menu span:after {background:#242424;}
#header.active .submenu-bg::after {width: 100%;} 

#header:hover .headerbg {background:#fff; box-shadow:rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
#header:hover .sitelogo a {background-image:url(../images/common/logo-c.png); }
#header:hover #gnb>ul>li>a {color:#242424;}
#header:hover .btn-m-menu span {background:#242424;}
#header:hover .btn-m-menu span:before, 
#header:hover .btn-m-menu span:after {background:#242424;}

#gnb>ul { display:flex; justify-content:flex-end; } 
#gnb>ul>li { position:relative; text-align:center; padding:0 clamp(30px, calc( 45 / var(--inner) * 100vw ), 45px); } 
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); font-size:clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px); font-weight:600; letter-spacing:-.03em; line-height:1.3em; color: #fff;}
#gnb>ul>li:hover>a:after { content:""; width:100%; height:2px; background-color:#242424; position:absolute; left:50%; bottom:0; transform:translateX(-50%); } 
#gnb .submenu { position:absolute; top:var(--header-height); left:0; width:100%; height:0; overflow:hidden; z-index:20; } 
#gnb .submenu ul { display:block; padding:30px 0; } 
#gnb .submenu ul li { padding:0; text-align:center; } 
#gnb .submenu ul li a { display:inline-block; color:#121212; font-size:clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); line-height:2.2em; font-weight:400; position:relative; } 
#gnb .submenu ul li.active a {text-decoration: underline;}
#gnb .submenu ul li:hover a {text-decoration: underline;}
.submenu-bg {position:relative; background-color:rgba(255, 255, 255, 0.94); } 
.submenu-bg::after {position:absolute; content: ''; top:0; left:0; width:0; height:1px; background:#ddd;}


/* 공통  */
.section {overflow:hidden;}
.flxWrap {display:flex; flex-wrap:wrap;}
.sec-pd {padding: clamp(60px, calc( 140 / var(--inner) * 100vw ), 140px) 0;}
.text-center {text-align:center;}
.align-items-center {align-items:center !important;}
.justify-content-center {justify-content:center !important;}
.main-color {color:var(--color-primary) !important;}
.sub-color {color:var(--color-secondary) !important;}
.red {color:#e32020;}
.pt-0 {padding-top:0 !important;} 
.pb-0 {padding-bottom:0 !important;}
.mb-0 {margin-bottom:0 !important;}
.mt-0 {margin-top:0 !important;}
.font-light {font-weight:300 !important;}
.font-medium {font-weight:500 !important;}
.font-semi {font-weight:600 !important;}
.text-center {text-align:center !important;}
.text-left {text-align:left !important;}
.text-right {text-align:right !important;}
.max-wid {max-width:1460px; width:100%; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space);}
.sec-titbox {margin-bottom: clamp(30px, calc( 70 / var(--inner) * 100vw ), 70px); text-align:center; line-height:1.1;}
.sec-titbox .section-tit {font-size:clamp(22px, calc( 44 / var(--inner) * 100vw ), 44px); font-weight:bold; color:#242424;}
.sec-titbox .section-dec {padding-top:28px; font-size:clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px); color:#454545; line-height:1.6;}
.bg-gray {background:#fafafa;}

/* main */
[data-aos=fade-up] { transform: translate3d(0,100px,0); } 
.main-visual { position:relative; overflow:hidden; color:#fff; } 
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:5s linear; transform:scale(1.09);}
.main-visual .image 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-visual .text-box {padding-left:var(--container-space); padding-right:var(--container-space); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); max-width:1500px; width:100%; line-height:1.3; text-align: center;}
.main-visual .text-box p {transition:1.2s; transform:translate(0,50px); opacity:0; }
.main-visual .text-box .txt1 {font-size: clamp(20px, calc( 24 / var(--inner) * 100vw ), 24px);font-weight: 600; color: rgba(255, 255, 255, 0.4);}
.main-visual .text-box .txt2 {padding-top: clamp(15px, calc( 23 / var(--inner) * 100vw ), 23px); font-size: clamp(20px, calc( 52 / var(--inner) * 100vw ), 52px); font-weight: 700;}
.main-visual .controls {display:flex; align-items:center; justify-content: flex-end; padding-left:var(--container-space); padding-right:var(--container-space); position:absolute; bottom:60px; left:50%; transform:translatex(-50%); max-width:1740px; width:100%; color:#fff; z-index:40;}
.main-visual .pager {font-size:clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px);}
.main-visual .pager .current {display:inline-block; width:.6em;}
.main-visual .progress {position:relative; margin:0 10px; width:150px; height:2px; background:rgba(255, 255, 255, 0.5);}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.main-visual .slide-btn {width:24px; height:24px; margin-right:6px; background-color:#000; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:0; overflow:hidden;}
.main-visual .slide-prev {background-image:url("../images/main/ctr_prev.svg");}
.main-visual .slide-next {background-image:url("../images/main/ctr_next.svg");}
.main-visual .slide-stop {background-image:url("../images/main/ctr_stop.svg");}
.main-visual .slide-play {display:none; background-image:url("../images/main/ctr_play.svg");}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .text-box p {transform:translate(0,0); opacity:1;}
.main-visual .active .text-box .txt1 {transition-delay:.5s; }
.main-visual .active .text-box .txt2 {transition-delay:1s; }

.scroll-downs {  position: absolute; bottom: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 150px; text-align: center;}
.scroll-downs .name { display: block; padding-bottom: clamp(5px, calc( 20 / var(--inner) * 100vw ), 20px); letter-spacing: 3px; font-size: clamp(10px, calc( 16 / var(--inner) * 100vw ), 16px);text-transform: uppercase;}
.scrolled { display: flex; flex-direction: column; align-items: center; justify-content: center;}
.mousey {  width: 2px;  height: clamp(30px, calc( 55 / var(--inner) * 100vw ), 55px);  box-sizing: content-box;  background: rgba(255, 255, 255, 0.5);}
.scroller {  width: 2px;  height: clamp(10px, calc( 30 / var(--inner) * 100vw ), 30px); border-radius: 25%;   background-color: #fff; animation-name: scroll;  animation-duration: 2.2s; animation-timing-function: cubic-bezier(.15,.41,.69,.94); animation-iteration-count: infinite;}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.progress-bar.animated {animation:progressBar 1 linear;}
.progress-bar.paused {animation-play-state:paused !important;}
.progress-bar.play {animation-play-state:running !important;}

@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}
@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

#main .contain {max-width: 1740px;}
.morebx .btn-more {display: inline-flex; align-items: center;justify-content: space-between; padding: 0 25px; min-width: clamp(140px, calc( 162 / var(--inner) * 100vw ), 162px); height: clamp(40px, calc( 48 / var(--inner) * 100vw ), 48px); border-radius: 24px; line-height: 1; border: 1px solid #242424;}
.morebx .btn-more svg {width: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px); height: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px);}
.morebx .btn-more:hover {background:var(--color-primary); border-color:var(--color-primary); color: #fff;}
.morebx .btn-more:hover svg {color: #fff;}

.sec1 .bg {position: relative; padding-bottom: clamp(60px, calc( 140 / var(--inner) * 100vw ), 140px);}
.sec1 .bg:after {position: absolute; content: ''; bottom: 0; width: 100%; height:446px; background: #f7fcff; z-index: -1;}
.sec1 .flxWrap {align-items: center;}
.sec1 .imgbx {flex: 1 0 840px; max-width: 840px; margin-right: clamp(20px, calc( 110 / var(--inner) * 100vw ), 110px);}
.sec1 .textbx {flex: 1 0 auto; width: 1%;}
.sec1 .title {font-size:clamp(22px, calc( 44 / var(--inner) * 100vw ), 44px); font-weight: bold;}
.sec1 .dec {padding-top: clamp(20px, calc( 47 / var(--inner) * 100vw ), 47px); color: #454545; line-height: 1.6;}
.sec1 .morebx {padding-top:clamp(30px, calc( 60 / var(--inner) * 100vw ), 60px);}

.sec2item {display: flex; flex-wrap: wrap; margin: -12px;}
.sec2list {flex: 1 0 16.66%; max-width: 16.66%; padding: 12px;}
.sec2list .inner {display: flex; align-items: center;justify-content: center; position: relative; height: clamp(320px, calc( 460 / var(--inner) * 100vw ), 460px);}
.sec2list .images {display: flex; align-items: center; justify-content: center; background-size: cover !important; width: 100%; height: 100%; color: #fff; font-size: clamp(18px, calc( 26 / var(--inner) * 100vw ), 26px); font-weight: bold;}
.sec2list .images.img1 {background: url(../images/main/sec2-img1.jpg) no-repeat;}
.sec2list .images.img2 {background: url(../images/main/sec2-img2.jpg) no-repeat;}
.sec2list .images.img3 {background: url(../images/main/sec2-img3.jpg) no-repeat;}
.sec2list .images.img4 {background: url(../images/main/sec2-img4.jpg) no-repeat;}
.sec2list .images.img5 {background: url(../images/main/sec2-img5.jpg) no-repeat;}
.sec2list .images.img6 {background: url(../images/main/sec2-img6.jpg) no-repeat;}
.sec2list .hoverbx {display: flex; flex-direction: column; align-items: center;justify-content: center; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background:linear-gradient(to right, rgba(0,122,185,0.95) ,rgba(10,178,153,0.95)); opacity: 0; transition: all 0.3s;}
.sec2list .hoverbx .intxt {font-size: clamp(18px, calc( 26 / var(--inner) * 100vw ), 26px); font-weight: bold; text-shadow:3px 0 7px rgba(0, 0, 0, 0.3); color: #fff;}
.sec2list .hoverbx .circle {margin-top: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px);}
.sec2list .hoverbx img {width: clamp(32px, calc( 56 / var(--inner) * 100vw ), 56px);}
.sec2list .inner:hover .hoverbx {opacity: 1;}
.sec2list .inner:hover .images {text-indent: -999em;}


/* sub page */
.contain { max-width:1460px; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space); width:100%;} 
#contArea { max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;} 
#sub .contain {max-width:1460px; }
#contArea.wide { max-width:100% !important; padding-left:0 !important; padding-right:0 !important;} 
.sub-title {margin-bottom:clamp(30px, calc( 85 / var(--inner) * 100vw ), 85px); text-align:center;}
.sub-title .maintit { font-size:clamp(22px, calc( 40 / var(--inner) * 100vw ), 40px); line-height:1.2; } 
.sub-box { display:flex; align-items:center; justify-content:center; width:300px; height:300px; border-radius:var(--border-radius-30); background-color:var(--color-warning); font-size:var(--font-size-20); color:var(--color-white); text-align:center; } 

.real-cont {padding:clamp(60px, calc( 95 / var(--inner) * 100vw ), 95px) 0 clamp(70px, calc( 150 / var(--inner) * 100vw ), 150px);} 

.sub-visual { position:relative; height:370px; z-index:10; overflow:hidden; } 
.sub-visual .background {position:absolute;top:0;left:0;width:100%; height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;transform:scale(1.09); -ms-transform:scale(1.09); /* IE 9 */
 -moz-transform:scale(1.09); /* Firefox */
 -webkit-transform:scale(1.09); /* Safari and Chrome */
 -o-transform:scale(1.09); /* Opera */
transition: all 2s ease-out 0s;transition-delay: 0.1s;z-index:0; } 
.sub-visual.load .background {transform:scale(1); -ms-transform:scale(1); /* IE 9 */
 -moz-transform:scale(1); /* Firefox */
 -webkit-transform:scale(1); /* Safari and Chrome */
 -o-transform:scale(1); /* Opera */}
.sub-visual .tt-wrap {padding-right:var(--container-space); padding-left:var(--container-space); max-width:1460px; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; color: #fff;  } 
.sub-visual .tt-wrap .tit {font-size: clamp(26px, calc( 56 / var(--inner) * 100vw ), 56px); line-height: 1.2; font-weight: 700; }
.sub-visual .tt-wrap .sub {display: block; padding-bottom: 17px; font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px); font-weight: 600; color: rgba(255, 255, 255, 0.5);}

.path-wrap {position:relative; border-bottom:1px solid #ddd; border-top:1px solid #ddd; z-index:50;}
.path-wrap .wrap {max-width:1400px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; position: relative; width:70px; height:70px; background:url("../images/common/home.svg") 50% 50% no-repeat; background-size:16px; text-indent:-999em; overflow:hidden; }
.path-wrap .home a:after,
.path-wrap .home a:before {position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 1px; height: 18px; background: #ddd;}
.path-wrap .home a:after {right: 0;}
.path-wrap .home a:before {left: 0;}

.path-wrap .part {position:relative; min-width:255px; z-index:50;}
.path-wrap .part:after {position: absolute; content: ''; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 18px; background: #ddd;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:70px; color:#454545; font-size:16px; font-weight:600; line-height:1.3em; padding:0 60px 0 30px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:23px; margin-top:-7px; width:17px; height:14px; background:url("../images/common/path_down.svg") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; padding:  clamp(20px, calc( 30 / var(--inner) * 100vw ), 30px)  clamp(14px, calc( 30 / var(--inner) * 100vw ), 30px); position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #454545; z-index:50;}
.path-wrap .part ul li {padding-top: clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px); color:#737373; line-height:1.3em;}
.path-wrap .part ul li:first-child {padding-top: 0;}
.path-wrap .part ul li a {display:block; position: relative; }

.path-wrap .part ul li a:hover, 
.path-wrap .part ul li.active a {color:var(--color-primary); font-weight: 600;}

@media (max-width: 1024px) {
	.path-wrap .home a {width:52px; height:52px;}
	.path-wrap .part > a {font-size:15px; height:52px;}

}
@media (max-width: 640px) {
	.path-wrap .home a {border-left:0;}
	.path-wrap .home a {height:44px; width:44px; background-size:14px auto;}
	.path-wrap .part {min-width:calc(50% - 22px); width:calc(50% - 22px);}
	.path-wrap .part > a {height:44px; padding:0 32px 0 14px; font-size:14px;}
	.path-wrap .part > a:after {right:10px; width:12px; background-size:contain;}
	.path-wrap .part:last-child {border-right:0;}
	.path-wrap .part ul li a {font-size:14px; }
}


/* footer */
#footer {padding:clamp(30px, calc( 70 / var(--inner) * 100vw ), 70px) 0; background-color:#000000;} 
#footer .contain {display: flex; flex-wrap: wrap; max-width:1740px !important;}
#footer .foot-addr {flex: 1 0 65%; max-width: 65%; display: flex; flex-wrap: wrap; color: #fafafa; letter-spacing:0; font-size:clamp(13px, calc( 15 / var(--inner) * 100vw ), 15px);}
#footer .foot-logo {flex:1 0 clamp(180px, calc( 350 / var(--inner) * 100vw ), 350px); max-width:clamp(180px, calc( 350 / var(--inner) * 100vw ), 350px);  } 
#footer .foot-logo img {width: clamp(130px, calc( 208 / var(--inner) * 100vw ), 208px);}
#footer .foot-info {flex: 1 0 auto; width: 1%;}
#footer address { font-style:normal; display:flex; flex-direction: column;} 
#footer .address-txt {display:flex; line-height: 1.714em; } 
#footer .address-txt + .address-txt {margin-top: 2px;}
#footer .address-txt .name {flex: 1 0 clamp(60px, calc( 80 / var(--inner) * 100vw ), 80px); max-width: clamp(60px, calc( 80 / var(--inner) * 100vw ), 80px); font-size: clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); font-weight: 500;}
#footer .foot-links {flex: 1 0 auto; width: 1%; text-align: right;}
#footer .topbx {text-align: right;}
.btn-top {display:inline-flex; flex-direction:column; justify-content:center; align-items:center; padding:5px; width:clamp(32px, calc( 44 / var(--inner) * 100vw ), 44px); height:clamp(32px, calc( 44 / var(--inner) * 100vw ), 44px); border-radius:50%; color:#fff; font-size:clamp(10px, calc( 14 / var(--inner) * 100vw ), 14px); line-height:1; font-weight:600; background:#fff;}
#footer .f-menu  {display:flex;justify-content: flex-end; padding-top: clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px);}
#footer .f-menu li {padding-left:clamp(10px, calc( 30 / var(--inner) * 100vw ), 30px);}
#footer .f-menu li:first-child {padding-left:0;}
#footer .f-menu li a {display:block; color:#fafafa;font-size:clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); font-weight: 500;}
#footer .copy {padding-top: 10px; font-size:clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px); color:#686868; line-height: 1.714em;} 



/* all menu */
html.menu-all-opened {overflow:hidden;}
html.menu-all-opened .all-navigation {-ms-transform:translateX(0); transform:translateX(0); }
html.menu-all-opened .all-navigation .only-all-menu {display:block;}
html.menu-all-opened .mobile-overlay {display:block;}

.btn-all-menu {position:relative; top:0; right:0; width:24px; height:15px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out; } 
.btn-all-menu span{ position:absolute; right:0; top:0; height:2px; width:24px; background:#fff; } 
.btn-all-menu span:before,
.btn-all-menu span:after { content:" "; position:absolute; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-all-menu span:before {top:7.5px; width:24px; transition-property:top, transform; } 
.btn-all-menu span:after { bottom:-15px; width:24px; transition-property:bottom, transform; } 

.all-navigation {position:fixed; top:0; right:0; padding:20px 0; width:100%; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.all-navigation .contain {padding-top:200px; max-width:1460px !important;}
.all-navigation .home {display:none;}
.all-navigation .sitelogo {display:block; margin-bottom:20px; padding-left:15px; } 
.all-navigation .sitelogo img { height:23px; } 
.all-navigation .all-nav-menu>ul>li {display:flex; align-items:center; padding:50px 0; border-bottom:1px solid #dfdfdf; } 
.all-navigation .all-nav-menu>ul>li>a {flex:1 0 410px; max-width:410px; position:relative; font-size:36px; font-weight:bold; line-height:1.3em; color:#2c2c2c;}
.all-navigation .all-nav-menu>ul>li>a:hover {color:var(--color-primary);}
.all-navigation .all-nav-menu .submenu {flex:1; display:block;} 
.all-navigation .all-nav-menu .submenu>ul {display:flex;}
.all-navigation .all-nav-menu .submenu>ul>li {flex:1 0 25%; max-width:25%; padding-right:15px;}
.all-navigation .all-nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; position:relative; color:#898989; font-size:18px; font-weight:500; line-height:1.3em; } 
.all-navigation .all-nav-menu .submenu>ul>li>a:hover {color:var(--color-secondary); text-decoration: underline;}
.all-navigation .close { position:absolute; top:20px; right:100px; width:24px; height:24px; text-indent:-9999em; overflow:hidden; } 
.all-navigation .close:before,
.all-navigation .close:after { content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c; } 
.all-navigation .close:before { transform:rotate(45deg); } 
.all-navigation .close:after { transform:rotate(-45deg); } 


/* for mobile */
.only-mobile { display:none; } 
.btn-m-menu {display: none; position:relative; top:0; right:0; width:20px; height:16px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out; } 
.btn-m-menu span { position:absolute; right:0; top:0; height:2px; width:20px; background:#fff; } 
.btn-m-menu span:before,
.btn-m-menu span:after { content:" "; position:absolute; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-m-menu span:before {top:8px; width:20px; transition-property:top, transform; } 
.btn-m-menu span:after { bottom:-16px; width:20px; transition-property:bottom, transform; } 
.mobile-navigation { position:fixed; top:0; right:0; padding:20px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.mobile-navigation .home {margin-left:15px; width:180px;}
.mobile-navigation .sitelogo {display:block; margin-bottom:20px; padding-left:15px; } 
.mobile-navigation .sitelogo img { height:23px; } 
.mobile-navigation .nav-menu>ul {margin-top:20px;}
.mobile-navigation .nav-menu>ul>li { border-bottom:1px solid #dfdfdf; } 
.mobile-navigation .nav-menu>ul>li>a { position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em; } 
.mobile-navigation .nav-menu>ul>li a:after { content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c; } 
.mobile-navigation .nav-menu>ul>li.active>a { color:#305e92 } 
.mobile-navigation .nav-menu>ul>li.active>a:after { transform:translateY(-35%) rotate(-135deg); border-color:#305e92; } 
.mobile-navigation .nav-menu .submenu { display:none; margin:-1px 0 0 0; padding:0 15px 15px; } 
.mobile-navigation .nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.mobile-navigation .nav-menu .submenu>ul>li>a { display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em; } 
.mobile-navigation .nav-menu .submenu>ul>li>a:after { display:block; content:""; position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out; } 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover { color:#305e92 } 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after { background:#305e92 } 
.mobile-navigation .close { position:absolute; top:20px; right:15px; width:24px; height:24px; text-indent:-9999em; overflow:hidden; } 
.mobile-navigation .close:before,
.mobile-navigation .close:after { content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c; } 
.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:201; } 

html.menu-opened { overflow:hidden; } 
html.menu-opened .mobile-navigation { -ms-transform:translateX(0); transform:translateX(0); } 
html.menu-opened .mobile-overlay { display:block; } 