@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} 

.only-desktop-tablet {display:block;} 
.only-desktop {display:block;} 
.only-tablet {display:none;} 
.only-mobile {display:none;} 

#wrapper {overflow:hidden;} 

/* header */
#header {position:absolute; top:0; left:0; width:100%; background:rgba(0, 0, 0, 0.03); z-index:100; transition: background-color .3s ease; } 
#header .contain {position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); z-index:10; max-width: 100% !important;} 
#header:hover {background-color: #fff;} 

.sitelogo {display: flex; align-items: center; height: 100%; position: absolute; left: var(--container-space); } 
.sitelogo a {display: block; width: 135px; height: 100%; background: url('../images/common/logo.svg') no-repeat center/contain;} 
/* #sub .sitelogo a {width: 151px; background-image: url(../images/common/logo-wht.png);}  */
/* #sub #header:hover .sitelogo a {width: 135px; background-image: url(../images/common/logo.png);}  */

#gnb {text-align:center; min-width:0; } 
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 var(--padding-55-15);} 
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#fff; font-size:var( --font-size-19-16); font-weight:600; letter-spacing:-.02em; line-height:1.473em; transition: color .3s ease;} 
#gnb>ul>li>a:hover{text-decoration: underline; color: #b47e10;}
#header:hover #gnb>ul>li>a {color: #242424;} 
#header:hover #gnb>ul>li>a:hover, #gnb>ul>li>a:hover{text-decoration: underline; color: #b47e10;}
#gnb>ul>li.active>a{text-decoration: underline;}

#gnb .submenu {position:fixed; left:0; width:100%; overflow:hidden; text-align:left; display: none; right: 0;}
#gnb .submenu>ul {display: flex;} 
#gnb .submenu>ul>li{position: relative;}
#gnb .submenu>ul>li + li {margin-left: 4.375rem;}
#gnb .submenu>ul>li>a {display:block; padding:var(--padding-40-20) 0; color:#111; line-height:1.25em;} 
#gnb .submenu>ul>li>a:hover { font-weight: 600;} 
#gnb .submenu>ul>li.active>a {text-decoration:underline; font-weight: 600;} 
#header.on #gnb >ul>li.active .submenu {display: flex;  align-items: center; justify-content: center;}

#gnb .submenu>ul>li>ul>li + li{margin-top: 10px;}
#gnb .submenu>ul>li>ul>li>a:hover{font-weight: 600;}


.submenu-bg {position:absolute; width:100%; top: 0; left:0; height: 0; background-color: #f7f7f7; transition: height 0.2s ease-in-out, opacity .3s ease-in; opacity: 0; z-index: -1;}
.submenu-bg::after{content: ''; position: absolute; top: 0; background-color: #fff; border-bottom: 1px solid #f2f2f2; width: 100%; height: var(--header-height); left: 0; right: 0; z-index: 1;}
/* .submenu-bg::after {content: ""; position: absolute; top:50%; left:var(--container-space); transform: translateY(-50%); width:485px; height:94px; background: url(/images/common/logo-submenu.png) no-repeat center/contain;}  */

.submenu-bg.open{height: calc(var(--header-height) + 100px); opacity: 1;}
.submenu-bg.open.mega{height: calc(var(--header-height) + max(20rem, 19.79125vw));}

#header.open .submenu-bg{height: calc(var(--header-height) + 100px); opacity: 1;}

/* main */
 .main-visual {position:relative; height:100vh; overflow:hidden;} 
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden;} 
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100vh; overflow:hidden;} 
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;} 
.main-visual .item > 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 .slick-dots {position: absolute; left: 50%; bottom: 75px; width: 100%; line-height: 0; z-index: 50; max-width: 1400px; margin: 0 auto; padding: 0; margin-left: -700px;} 
.main-visual .slick-dots li {display:inline-block; padding:0 11px; color: #fff; font-weight:700; cursor:pointer;} 
.main-visual .slick-dots li.slick-active {text-decoration: underline;} 
.main-visual .caption {position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 40;} 
.main-visual .caption p {color: #fff !important;} 
.main-visual .caption p.en {margin-bottom:var(--margin-30-16); font-weight:500; font-size: var(--font-size-18); line-height:1em;} 
.main-visual .caption p.t1 {margin-bottom:var(--margin-50-20); font-family: "Poppins", sans-serif; font-weight: 700; font-style: normal; font-size: var(--font-size-72-32); line-height:1.111em;} 
.main-visual .caption p.t2 {margin-bottom:var(--margin-60-20); font-weight: 500; font-size: var(--font-size-32-22); line-height: 1em;} 

.main-visual .link-wrap {display:flex;} 
.btn-link {display: flex; justify-content: space-between; align-items: center; width: 160px; height: 48px; padding: 0 16px; border-radius: 5px; background-color: transparent; border: 1px solid rgba(255, 255, 255, .3); transition: .3s;} 
.btn-link:first-child {margin-right:var(--margin-20-10);} 
.btn-link span {display:inline-block; font-weight:500; font-size: var(--font-size-15); color: #fff; line-height:1em;} 
.btn-link i {display:inline-block;} 
.btn-link:hover {background-color: var(--color-primary); border: 1px solid var(--color-primary);} 
.btn-link:hover i svg path {fill:#fff;} 

.btn-link.grey {border: 1px solid #a9a9a9;} 
.btn-link.grey span {color: #454545;} 
.btn-link.grey:hover span {color: #fff;} 

/* section */
.section {padding:var(--padding-150-80) 0;} 

.main-tit1 {font-weight:700; font-size: var(--font-size-32-22); line-height:1.3125em; color: var(--color-dark);} 

.m-head h2 {margin-bottom:var(--margin-20-10); font-size: var(--font-size-46-26); font-family: "Poppins", sans-serif; font-weight: 700; font-style: normal; line-height:1em; color: var(--color-dark);} 
.m-head p {font-size: var(--font-size-17); line-height:1.529em;} 

.sec1 {position:relative;} 
.sec1::before {content: ""; position: absolute; top:60px; left:var(--container-space); width:393px; height:393px; background: url(/images/main/bg-logo.png) no-repeat center/contain;} 
.sec1 .about-wrap {margin-top:var(--margin-60-20);} 
.sec1 .about-wrap ul li > div {width:50%;} 
.sec1 .about-wrap ul li {display:flex;} 
.sec1 .about-wrap ul li:nth-child(even) {flex-direction: row-reverse;} 

.sec2 {position: relative; padding: var(--padding-100-60) 0;} 
.sec2::after {content: ""; position: absolute; top: 50%; right: 0; width: 50%; height: 100%; background-color: #eeefef; z-index: -1; transform: translateY(-50%);} 
.sec2 .m-head {position: absolute; top: 0; left: 0; width: 100%; height: 100%;} 
.sec2 .m-head .contain {height: 100%;} 
.sec2 .m-head .inner {position: relative; width: calc(50% - 280px); height: -webkit-fill-available; margin: var(--margin-100-60) 0;} 
.sec2 .controls {position: absolute; bottom: 0; left: 0; width: 100%;} 
.sec2 .arrows {display: flex; gap: 10px; padding-bottom: var(--padding-40-20);} 
.sec2 .arrows .slide-btn {display: flex; justify-content: center; align-items: center; width: 60px !important; height: 60px !important; background: url(../images/main/slide_btn.svg) no-repeat center/contain; cursor: pointer; transition: .2s;} 
.sec2 .arrows .slide-btn.prev {transform: rotate(180deg) !important;} 
.sec2 .arrows .slide-btn:hover {background-image: url(../images/main/slide_btn_on.svg);} 
.sec2 .swiper-pagination-progressbar {position: relative; flex: 1 1 auto; height: 2px; background: #ddd; margin-bottom: var(--margin-20-10);} 
.sec2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: var(--color-primary);} 
.sec2 .slider {margin-left: calc(50% - 190px);} 
.sec2 .slider .swiper-slide {width: 42%; max-width: 470px;} 
.sec2 .link-item {display: block; overflow: hidden; position: relative;} 
.sec2 .link-item .tit {position: absolute; bottom: 0; left: 0; width: 100%; padding-left: var(--padding-60-20); padding-bottom: var(--padding-40-16);} 
.sec2 .link-item .tit p {position: relative; padding-top: 20px; font-weight: 600; font-size: var(--font-size-26-18); color: #fff;} 
.sec2 .link-item .tit p::before {content: ""; position: absolute; top: 0; left: 0; width: 50px; height: 2px; background-color: #fff;} 

.sec3 .reverse-list ul li {display:flex; align-items: center;} 
.sec3 .reverse-list ul li .txt-wrap {padding-left:var(--padding-85-15);} 
.sec3 .reverse-list ul li:first-child {margin-bottom:var(--margin-150-80);} 
.sec3 .reverse-list ul li:first-child .img {flex: 1; width:57%;} 
.sec3 .reverse-list ul li:nth-child(even) {flex-direction: row-reverse;} 
.sec3 .reverse-list ul li:nth-child(even) .img {flex: 1; width:47%;} 
.sec3 .reverse-list ul li:nth-child(even) .txt-wrap {padding-left:0; padding-right:var(--padding-150-80);} 
.sec3 .reverse-list .main-tit1 {margin-bottom:var(--margin-20-10);} 
.sec3 .reverse-list .txt-wrap p {font-size: var(--font-size-17);} 
.sec3 .btn-link {margin-top:var(--margin-50-20);} 

.sec4 {padding-top:0;} 
.sec4 .contain {position:relative;} 
.sec4 .m-head h2 {margin-bottom:var(--margin-60-20);} 
.sec4 .tab-menu {position: absolute; top:20px; left:var(--container-space); z-index: 10;} 
.sec4 .tabs {display:flex;} 
.sec4 .tabs li {display:flex; justify-content: center; align-items: center; width:90px; height:44px; background-color: #fff; border: 1px solid #ddd; text-align:center; font-weight:600; letter-spacing:0; color: #c6982e; transition: background-color .3s ease, border-color .3s ease; border-radius: 4px; border: 2px solid #c6982e; cursor: pointer;}
.sec4 .tabs li:first-child {margin-right:10px;} 
/* .sec4 .tabs li:hover {background-color: var(--color-primary); border: 1px solid var(--color-primary); color: #fff;}  */
.sec4 .tab-menu ul li.active {color: #fff; background-color: var(--color-primary); border-color: var(--color-primary);} 
.sec4 .address-info-wrap {display: flex; align-items: center;} 
.sec4 .address-info {margin-top:var(--margin-60-20); border: 1px solid #acacac; padding: 30px; color: #111; flex: 1;} 
.sec4 .address-info + .address-info{margin-left: 80px;}
.sec4 .address-info .comp i {display: inline-block; margin-right: 8px;} 
.sec4 .address-info .comp i img {width: 17px;} 
.sec4 .address-info .comp {margin-bottom:15px; font-weight:700; font-size: var(--font-size-18); line-height:1em; display: flex; align-items: center;} 
.sec4 .address-info .addr {margin-bottom:0; font-weight:500; font-size: var(--font-size-18); line-height:1.473em;} 
#main .root_daum_roughmap {width:100% !important; height:450px !important;} 
#main .root_daum_roughmap .wrap_map {height:500px !important;} 
/* #main #page1 .roughmap_lebel_text:after {content:""; font-size:12px; line-height:15px;} 
#main #page2 .roughmap_lebel_text:after {content:"부산 연제구 중앙대로 1073";}  */

/* sub page */
.contain {max-width:1600px; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space);} 
#contArea {max-width:1600px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}
#contArea.wide {max-width:100% !important; padding-left:0; padding-right:0;} 
#contArea.bg {background-color: #f5f5f5;}

#sub #contArea,
#sub .contain {max-width: 1400px;} 

.sub-title {padding:var(--padding-80-40) 0; text-align:center;} 
.sub-title.type2 {padding-top:var(--padding-120-80);} 
 .sub-title h1 {font-size:var(--font-size-38-28); line-height:1em; color:var(--color-dark); letter-spacing: -0.04em;} 

.real-cont {padding:0 0 var(--padding-130-70);} 

.sub-visual {position:relative; height:450px; 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 {width: 100%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; color: #fff;} 
.sub-visual .tt-wrap .tit {position:relative; width: fit-content; font-family: "Poppins", sans-serif; font-weight: 700; font-style: normal; font-size: var(--font-size-65-35); line-height: 1em;} 
.sub-visual .tt-wrap .tit::after {content: ""; position: absolute; top: -3px; right: -17px; width:8px; height:8px; background-color: rgba(255, 255, 255, .8); border-radius: 100%;} 

/* lnb */
.lnb-wrap {position: relative; background: #fff;} 
.lnb {margin: 0 auto; max-width: 1200px; position: absolute; top: -40px; left: 50%; transform: translateX(-50%); width: 100%; z-index: 10; background:#fff; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); border-bottom-right-radius: var(--border-radius-30-16);} 
.lnb ul {display: flex; border-bottom-right-radius: var(--border-radius-30-16);} 
.lnb ul li {position: relative; flex: 1; text-align: center; width: 100%;} 
.lnb ul li a {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 80px; color: #454545; background:#fff; font-size: var(--font-size-19-16); font-weight: 500;} 
.lnb ul li a::after {content: ""; position: absolute; top:50%; right:0; transform: translateY(-50%); width:1px; height:20px; background-color: #ddd;} 
.lnb ul li a::before {content: ""; position: absolute; bottom:0; left:0; width:100%; height:2px; background-color: var(--color-primary); opacity:0; transition: .3s;} 
.lnb ul li.active a {background: #fff; color: var(--color-primary);} 
.lnb ul li.active a::before {opacity:1;} 
.lnb ul li:last-child a {border-bottom-right-radius: var(--border-radius-30-16);} 
.lnb ul li:last-child a::after {display:none;} 
.lnb ul li:last-child a::before {width: 92%;} 


/* footer */
#footer {background-color: #222; padding: var(--padding-60-30) 0 0; letter-spacing: 0; color: #fff; position: relative;}
#footer .contain { position: relative; max-width: 1600px !important;}
#footer .foot-logo {width:135px; height:29px; background: url('/images/common/logo-w.svg') no-repeat center/contain;}
/* #sub #footer .foot-logo {width:215px; height:56px; background-image: url(/images/common/foot-logo-wht.png);}  */

#footer .foot-info-wrap{display: flex; align-items: center; justify-content: space-between; margin: 40px 0 45px;}
#footer .foot-info {min-width: 0; flex: 1 1 auto; max-width: 880px;} 
#footer .foot-company {text-align: right;} 
#footer .foot-info-wrap address {font-style: normal; } 
#footer .foot-info-wrap address p + p{margin-top: 5px;} 
#footer .foot-info-wrap address p span{font-weight:300; font-size: var(--font-size-16); line-height:1.733em; color: #acacac; display: inline-block;}
#footer .foot-info-wrap address p .label{font-weight:600; margin-right: 10px;}
#footer .foot-info-wrap .foot-company address p span{color: #808080;}

#footer .menu-wrap{border-top: 1px solid #acacac; padding: 24px 0;}
#footer .menu-wrap .contain{display: flex; align-items: center; justify-content: space-between; }
#footer .foot-menu {} 
#footer .foot-menu li{line-height: 1; }
#footer .foot-menu li a {font-size: var(--font-size-16); line-height:1em;} 
#footer .copy {font-size: 0.813rem; line-height: 1.846em; letter-spacing: -0.03em; color: #808080;}

.scroll-top {position: fixed; opacity: 0; bottom:15%; right: var(--container-space); width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; background-image: url(../images/common/top.png); background-size: 28px auto; background-repeat: no-repeat; background-position: center; pointer-events: none; border-radius: 100%; border: 1px solid rgba(255, 255, 255, .1); background-color: rgba(0, 0, 0, 0.15); z-index: 1;}
.scroll-top.active {opacity: 1; pointer-events: auto;} 


.side-cs {position:fixed; top:180px; right:0; z-index:91; transition:.6s; transform:translateX(100%);} 
.side-cs .toggle {position:absolute; top:0; left:-45px; width:46px; height:100px; overflow:hidden; border-radius:10px 0 0 10px; background:var(--color-primary); color:#fff; font-size:17px; line-height:1em; font-weight:500;} 
.side-cs .toggle span {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); margin-top:-.04em;} 
.side-cs .wrap {width:320px; padding: 20px 25px 30px; background:var(--color-primary);} 
.side-cs .txt {color:#fff; font-size:15px; font-weight:500; line-height:1.533em; margin-bottom:15px;} 
.side-cs .form {padding:20px 25px; background:#fff; border-radius:10px;} 
.side-cs .form .tt {margin: 0 0 25px; text-align: center; color: #242424; font-size: 20px; font-weight: 500; line-height: 1em; letter-spacing: -.01em;} 
.side-cs .form .group {display:flex; align-items:center; margin-bottom:10px;} 
.side-cs .form .group label {width: 70px; color: #242424; font-size: 15px; line-height: 1.333em; letter-spacing: -.01em;} 
.side-cs .form .group .input {flex:1 1 auto; min-width:0; width:1%; height:35px; padding:4px 10px; color:#686868; font-size:15px; font-weight:300; line-height:1.3em; letter-spacing:-.04em; border-radius:6px;} 
.side-cs .form .group select.input {padding-right: 40px; background: #fff url(/images/bbs/select.png) right 14px center no-repeat; -webkit-appearance: none; -moz-appearance: none; appearance: none;} 
.side-cs .form .check {text-align:center; margin:20px 0 25px; color:#505050; font-size:15px; line-height:1.6em;} 
.side-cs .form .check a {margin-left: 4px; font-size: 13px; line-height:2em; color: #808080;} 
.side-cs .form .check a:hover {text-decoration:underline;} 
.side-cs .form .check .checkbox label:before {background-color: #f4f4f4;} 
.side-cs .form .check .checkbox input:checked + label:before {background-color:#1688e0;} 
.side-cs .form .submit {display: block;     width: 100%; height: 40px; margin: 0 auto; color: #fff; font-weight: 500; line-height: 1.25em; letter-spacing: -.01em; border: 0; border-radius: 10px; background: #242424;} 
.side-cs.hidden {transform:translateX(100%);} 
.side-cs.active {transform:translateX(0);} 


/* for mobile */
.only-mobile {display:none;} 
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-11px; right:30px; width:30px; height:22px; 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:50%; margin-top:-1px; height:2px; width:23px; background:#fff;} 
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;} 
.btn-m-menu span:before {top:-10px; transition-property:top, transform;} 
.btn-m-menu span:after {bottom:-10px; 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 {display:block; margin-bottom:20px; padding-left:15px;} 
.mobile-navigation .home a {display:block;} 
.mobile-navigation .home img {height:23px;} 
.mobile-navigation .nav-menu>ul {margin-top:30px;} 
.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:first-child a::after,
.mobile-navigation .nav-menu>ul>li:last-child a::after {display:none;} 


.mobile-navigation .nav-menu>ul>li.active>a {color:var(--color-primary)} 
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:var(--color-primary);} 
.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:var(--color-primary)} 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:var(--color-primary)} 
.mobile-navigation .nav-menu .submenu>ul>li>ul{display: grid; grid-template-columns: 1fr 1fr; margin-left: 1rem; margin-bottom: 10px; padding: 1rem; background-color: #f7f7f7;}
.mobile-navigation .nav-menu .submenu>ul>li>ul>li{margin-top: 3px;}
.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;} 