@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.3/packages/wanted-sans/fonts/webfonts/static/complete/WantedSans.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

/* layout.css는 전체적인 스타일 정의 */
body {position:relative; overflow:hidden;}
.cursor-effect {width:32px; height:32px; border:1px solid #b2aaa3; border-radius:50%; position:absolute; margin-top:16px; margin-left:16px; pointer-events: none; z-index:9999; transition:transform 0.3s ease-out;}

#wrapper {position:relative; overflow:hidden;}

.contain {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit; letter-spacing:-.03em;}
#header .contain {max-width:1750px !important;}
#footer .contain {max-width:1470px !important;}
#main .contain {max-width:1470px;}
#sub .contain {max-width:1470px;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; height:120px; z-index:99; letter-spacing:-.03em; transition:all 0.6s; border-bottom:1px solid rgba(255,255,255,0);}
#header.hactive {background:#fff; border-bottom:1px solid #ddd;}
#header .sitelogo a {display:block; background-image:url('../img/layout/logo-w.png'); position:absolute; top:50%; left:15px; margin-top:-24px; width:192px; height:48px; background-size:contain; background-repeat:no-repeat;}
#header.hactive .sitelogo a {background-image:url('../img/layout/logo-c.png');}

#header.active {transform:translateY(0);}
#header.hide {transform:translateY(-100%);}

#gnb>ul {display:flex; margin:0; margin-left:275px; transition:all .4s;}
#header.hactive #gnb>ul {margin-left:215px;}
#gnb>ul>li {position:relative; text-align:center; padding:0 10px; transition:all .4s;}

#gnb>ul>li:after {content:''; width:0; height:2px; background:#192e22; position:absolute; bottom:-1px; left:50%; transition:all 0.4s; z-index:33;}
#gnb>ul>li:hover:after {width:100%; left:0; transition-delay:0.2s;}

#gnb>ul>li>a {position:relative; display:inline-block; color:#fff; font-size:18px; line-height:120px; font-weight:500;}
#header.hactive #gnb>ul>li>a {color:#6a6b66;}
#header.hactive #gnb>ul>li:hover>a {color:#192e22; font-weight:700;}

#gnb>ul>li.m1 {width:150px;}
#gnb>ul>li.m2 {width:180px;}
#gnb>ul>li.m3 {width:165px;}
#gnb>ul>li.m4 {width:180px;}
#gnb>ul>li.m5 {width:195px;}
#gnb>ul>li.m6 {width:135px;}
#gnb>ul>li.m7 {width:180px;}
#header.hactive #gnb>ul>li {width:190px;}

#gnb .submenu {position:absolute; top:120px; left:0; width:100%; height:0; overflow:hidden; z-index:20; border-left:1px solid #ddd;}
#gnb>ul>li:hover .submenu {background:#f8f8f8;}
#gnb>ul>li:last-child .submenu {border-right:1px solid #ddd;}
#gnb .submenu ul {display:block; padding:40px 0 50px;}
#gnb .submenu ul li {padding:0; text-align:center;}
#gnb .submenu ul li a {display:inline-block; color:#192e22; font-size:16px; line-height:36px; position:relative;}
#gnb .submenu ul li a:hover {color:#192e22; font-weight:700;}
#gnb .submenu ul li a:after {content:''; width:0; left:50%; background:#192e22; position:absolute; bottom:6px; transition:all 0.4s; opacity:0; height:1px;}
#gnb .submenu ul li a:hover:after {width:100%; left:0; opacity:1;}

.mems {position:absolute; top:50%; transform:translateY(-50%); right:30px; z-index:11;}
.mems a {display:inline-block; width:72px; line-height:34px; border:1px solid #fff; transition:all .4s; text-align:center; color:#fff; font-size:14px; font-weight:700; border-radius:18px;}
#header.hactive .mems a {border-color:#333; color:#333;}
#header.hactive .mems a:hover {background:#333; color:#fff;}
.mems a:hover {border-color:#333; color:#fff; background:#333;}


.sitemap-btn {background-image:url('../img/layout/sitemap-btn.png'); position:absolute; top:50%; right:-40px; width:30px; height:28px; margin-top:-14px; transition:all .4s; background-repeat:no-repeat; background-size:cover;}
#header.hactive .sitemap-btn {background-image:url('../img/layout/sitemap-btn-on.png');}

.submenu-bg {background-color:#fff;}



#header.active {background:#fff; border-bottom:1px solid #ddd;}
#header.active .sitelogo a {background-image:url('../img/layout/logo-c.png');}
#header.active #gnb>ul>li>a {color:#6a6b66;}
#header.active #gnb>ul>li:hover>a {color:#192e22; font-weight:700;}
#header.active .mems a {border-color:#333; color:#333;}
#header.active .mems a:hover {background:#333; color:#fff;}
#header.active .sitemap-btn {background-image:url('../img/layout/sitemap-btn-on.png');}


/* inquiry */
.inquiry {padding:160px 0 180px;}
.inquiry .sec-tit {text-align:left;}
.inquiry .col {display:flex; justify-content:space-between; margin:0 -20px -40px;}
.inquiry .row {width:100%; padding:0 20px; margin-bottom:40px;}
.inquiry .row01 {max-width:690px;}
.inquiry .row02 {max-width:770px; display:flex;}
.inquiry .row ul li {display:flex; margin-bottom:20px;}
.inquiry .row ul li:last-child {margin-bottom:0;}
.inquiry .label {max-width:108px; width:100%; font-size:20px; color:#333; position:relative; text-align:right; padding-right:38px;}
.inquiry .label .required {background:#334d3e; position:absolute; right:24px; top:3px; margin-top:0; margin-left:0;}
.inquiry .put {width:1%; flex:1 1 auto;}
.inquiry .put input {width:100%; border:1px solid #ddd; padding:0 35px; line-height:78px; font-size:20px; color:#333;}
.inquiry .put input::placeholder {color:#90918e; font-size:20px;}
.inquiry .put select {width:100%; border:1px solid #ddd; padding:0 35px; height:80px; font-size:20px; color:#90918e; appearance:none; position:relative; background:url('../img/layout/put-select.png') right 35px center no-repeat;}
.inquiry .put select:after {content:''; width:16px; height:16px;  position:absolute; top:50%; margin-top:-8px; right:35px;}
.inquiry .put textarea {width:100%; height:100%; border:1px solid #ddd; resize:none; padding:30px;}
.inquiry .put textarea::placeholder {color:#90918e; font-size:20px;}
.inquiry .btn {width:100%; max-width:100px;}
.inquiry .btn button {background:#334d3e; color:#fff; display:block; font-size:18px; line-height:1.5em; border:0; width:100%; height:100%;}
/* footer */
#footer {padding:76px 0; border-top:1px solid #ddd; background:#192e22;}
.foot-col {display:flex; justify-content:space-between; margin-bottom:40px; padding-bottom:60px; border-bottom:1px solid rgba(255,255,255,0.2);}
.foot-col .foot-info {width:100%; max-width:720px; display:flex;}
.foot-col .foot-info .logo {width:100%; max-width:280px; opacity:0.6;}
.foot-col .foot-info .info {width:1%; flex:1 1 auto;}
.foot-col .foot-info .info dl {display:flex; color:#fff; font-size:16px; margin-bottom:10px;}
.foot-col .foot-info .info dt {width:100%; max-width:120px; font-weight:600; opacity:.8;}
.foot-col .foot-info .info dd {width:1%; flex:1 1 auto; opacity:.6;}
.foot-col .foot-sns {width:100%; max-width:580px;}
.foot-col .foot-sns ul {display:flex; flex-wrap:wrap; margin:0 -4px;}
.foot-col .foot-sns ul li {width:33.33333%; padding:0 4px; margin-bottom:8px;}
.foot-col .foot-sns ul li a {display:flex; align-items:center; width:100%; padding:0 20px; line-height:50px; border-radius:10px; font-size:14px; font-weight:500; font-family:'Wanted Sans Variable'; color:#fff; background-repeat:no-repeat; background-size:cover; background-position:center center; position:relative; transition:all 0.4s;}
.foot-col .foot-sns ul li a:hover {padding:0 15px;}
.foot-col .foot-sns ul li a img {margin-right:10px; transition:all 0.4s;}
.foot-col .foot-sns ul li a:hover img {margin-right:15px;}
.foot-col .foot-sns ul li a.kakao {background-color:#fae100; color:#381e1f;}
.foot-col .foot-sns ul li a.naver {background-color:#49b85c;} 
.foot-col .foot-sns ul li a.youtue {background-color:#ff0000;} 
.foot-col .foot-sns ul li a.insta {background-image:url('../img/layout/insta-bg.jpg');} 
.foot-col .foot-sns ul li a.facebook {background-color:#435e99;}
.foot-col .foot-sns ul li a.tiktok {background-color:#010201;}
.foot-col .foot-sns ul li a:after {content:''; background-image:url('../img/layout/sns-arrow.png'); width:8px; height:10px; background-repeat:no-repeat; background-size:cover; position:absolute; top:50%; margin-top:-5px; right:20px;}
.foot-col .foot-sns ul li a.kakao:after {background-image:url('../img/layout/sns-arrow-b.png');}

.foot-cnt {display:flex; justify-content:space-between;}
.foot-cnt p {font-size:15px; color:#fff; opacity:0.6; line-height:2em; font-family:'Wanted Sans Variable';}
.foot-cnt ul {display:flex; align-items:center; margin:0 -14px;}
.foot-cnt ul li {position:relative; padding:0 14px;}
.foot-cnt ul li:after {content:''; width:2px; height:14px; position:absolute; top:50%; margin-top:-7px; right:-1px; background:#fff; background:rgba(255,255,255,0.6);}
.foot-cnt ul li:last-child:after {display:none;}
.foot-cnt ul li a {font-size:15px; color:#fff; opacity:0.6; line-height:2em; font-family:'Wanted Sans Variable'; transition:all .4s;}
.foot-cnt ul li a:hover {opacity:1;}
/* quick */
.quick {position:fixed; right:0; top:50%; margin-top:-370px; width:120px; border-radius:5px 0 0 5px; z-index:91; transition:all 0.4s;}
.quick .quick-open {display:block; position:absolute; top:40px; left:-40px; width:40px; height:40px; border-radius:5px 0 0 5px; background:#ebe7e3; transform:translateX(40px); z-index:1; transition:all 0.4s;}
.quick .quick-open span {display:block; position:absolute; top:0; left:0; width:40px; height:40px; background:url('../img/layout/quick-open.png') no-repeat; background-size:cover; transition:all 0.4s;}
.quick .quick-wrap {background:#ebe7e3; padding-top:10px; border-radius:5px 0 0 0; position:relative; z-index:10;}
.quick .quick-wrap ul li {border-bottom:1px solid rgba(178,170,163,0.3);}
.quick .quick-wrap ul li:last-child {border-bottom:0;}
.quick .quick-wrap ul li a {text-align:center; padding:20px 0;}
.quick .quick-wrap ul li a img {transition:all 0.2s;}
.quick .quick-wrap ul li a:hover img {transform:translateY(-5px);}
.quick .quick-wrap ul li a p {font-size:16px; font-weight:500; line-height:1.2em; color:#333; margin-top:6px; font-family:'Wanted Sans Variable'; letter-spacing:-.03em;}
.quick .scrolltop {background:#b2aaa3; text-align:center; color:#fff; position:relative; height:48px; display:flex; align-items:center; justify-content:center; text-align:center; border-radius:0 0 0 5px;}
.quick .scrolltop p {font-size:14px; font-weight:700; height:25px; width:40px; position:relative; overflow:hidden; display:flex; justify-content:center; font-family:'Wanted Sans Variable';}
.quick .scrolltop p .over {display:flex; overflow:hidden;}
.quick .scrolltop:hover p .over {position:absolute;}
.quick .scrolltop:hover p .over span {transform:translateY(25px);}
.quick .scrolltop p .over span:nth-child(1) {transition:all 0.3s;}
.quick .scrolltop p .over span:nth-child(2) {transition:all 0.4s;}
.quick .scrolltop p .over span:nth-child(3) {transition:all 0.5s;}
.quick .scrolltop p .over2 {display:flex; position:absolute; overflow:hidden;}
.quick .scrolltop p .over2 span {transform:translateY(-25px);}
.quick .scrolltop:hover p .over2 span {transform:translateY(0);}
.quick .scrolltop p .over2 span:nth-child(1) {transition:all 0.3s;}
.quick .scrolltop p .over2 span:nth-child(2) {transition:all 0.4s;}
.quick .scrolltop p .over2 span:nth-child(3) {transition:all 0.5s;}
/* quick-inquiry */
.quick-inquiry {position:fixed; bottom:0; left:0; width:100%; transform:translateY(140px); z-index:90; transition:all 0.4s;}
.quick-inquiry.open {transform:translateY(0);}
.quick-inquiry-open {display:block; position:absolute; font-size:20px; font-weight:600; color:#fff; letter-spacing:0; width:200px; line-height:65px; padding:0 30px; top:-65px; left:50%; margin-left:-100px; background:#b2aaa3; border-radius:10px 10px 0 0;}
.quick-inquiry-open:after {content:''; transform:rotate(180deg); transition:all 0.4s; width:12px; height:12px; background:url('../img/layout/quick-inquiry-open.png') no-repeat; background-size:cover; position:absolute; top:50%; margin-top:-6px; right:30px;}
.quick-inquiry.open .quick-inquiry-open:after {transform:rotate(0);}
.quick-inquiry-wrap {background:#ebe7e3; padding:40px 0;}
.quick-inquiry-wrap .col {display:flex;}
.quick-inquiry-wrap .row {width:100%; position:relative;}
.quick-inquiry-wrap .row:after {content:''; width:1px; height:60px; background:#fff; position:absolute; top:50%; margin-top:-30px; right:0;}
.quick-inquiry-wrap .row:last-child:after {display:none;}
.quick-inquiry-wrap .row01 {max-width:765px; padding-right:60px; display:flex;}
.quick-inquiry-wrap .row01 dl {display:flex; margin-right:25px; width:50%;}
.quick-inquiry-wrap .row01 dl:last-child {margin-right:0;}
.quick-inquiry-wrap .row01 dt {width:60px; height:60px;}
.quick-inquiry-wrap .row01 dt label {display:block; width:100%; height:100%; cursor:pointer;}
.quick-inquiry-wrap .row01 dd {width:1%; flex:1 1 auto;}
.quick-inquiry-wrap .row01 dd input {width:100%; line-height:60px; padding:0 30px; background:#fff; border:0; font-size:18px; font-weight:500; color:#333; outline:none;}
.quick-inquiry-wrap .row01 dd input::placeholder {font-size:18px; color:#ddd;}
.quick-inquiry-wrap .row02 {max-width:400px; padding:0 60px;}
.quick-inquiry-wrap .row02 select {width:100%; height:100%; border:0; font-size:18px; color:#ddd; padding:0 30px; appearance:none; position:relative; background:#fff url('../img/layout/quick-select.png') right 25px center no-repeat; outline:none; cursor:pointer;}
.quick-inquiry-wrap .row02 select option {color:#333;}
.quick-inquiry-wrap .row03 {max-width:275px; padding-left:60px;}
.quick-inquiry-wrap .row03 button {display:block; width:100%; line-height:60px; color:#fff; font-size:20px; font-weight:600; background:#334d3e; text-align:center; border:0; cursor:pointer;}

/* 로그인 */










/* siteMap : S */
.sitemap {position:fixed; max-width:100vw; max-height:100vh; width:0; height:0; z-index:1111;  display:block; top:0; right:0; overflow:hidden; letter-spacing:0;}
html.sitemap-opened .sitemap {width:100%; height:100%; visibility:visible; }
.sitemap:before {content:''; position:fixed; z-index:-1; top:0; left:0; width:100vw; height:100vh; background:url('../img/layout/sitemap-black.jpg') center center no-repeat; background-size:cover; transition:all 0.6s ease 0.2s; display:none;}
html.sitemap-opened .sitemap:before {display:block;}

.site-wrap {max-width:1830px; width:100%; padding:0 15px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:0; width:100%; height:120px; display:flex; align-items:center; z-index:11; padding:0 15px;}
.site-wrap .head ul {margin-left:50px; margin-top:10px; display:flex;}
.site-wrap .head ul li {padding-right:15px; margin-right:15px; position:relative;}
.site-wrap .head ul li:after {content:''; width:1px; height:12px; background:#fff; position:absolute; top:50%; margin-top:-6px; right:0;}
.site-wrap .head ul li:last-child:after {display:none;}
.site-wrap .head ul li a {font-size:14px; color:#888; letter-spacing:0; line-height:1.6em; transition:all 0.6s; font-weight:700; font-family:'Montserrat';}
.site-wrap .head ul li.active a {color:#fff;}

.sitemap .sitemap-close {position:absolute; top:50%; margin-top:-18px; right:15px; width:36px; height:36px; z-index:12; transition:all 0.6s;}
.sitemap .sitemap-close:hover {opacity:0.6;}
.sitemap .sitemap-close:before,
.sitemap .sitemap-close:after {content:''; width:36px; height:2px; background:#fff; position:absolute; left:0; transition:all 0.6s;}
.sitemap .sitemap-close:before {top:10px;}
.sitemap .sitemap-close:after {bottom:10px;}
html.sitemap-opened .sitemap .sitemap-close:before {transform:rotate(45deg); top:50%; margin-top:-1px;}
html.sitemap-opened .sitemap .sitemap-close:after {transform:rotate(-45deg); bottom:50%; margin-bottom:-1px;}

.site-wrap .wrap {padding:160px 0 100px;  height:100vh;display:flex; position:relative;}
.site-wrap .wrap:after {content:''; width:1px; height:100vh; background:rgba(255,255,255,0.2); position:absolute; top:0; left:700px;}
.site-wrap .wrap .info-wrap {width:100%; max-width:700px; display:flex; flex-direction:column; justify-content:space-between; padding-left:0;}
.site-wrap .info .box {margin-bottom:50px; position:relative; left:100px; opacity:0; transition:all 0.6s;}
html.sitemap-opened .site-wrap .info .box {transition-delay:0.1s; left:0; opacity:1;}
html.sitemap-opened .site-wrap .info .box:nth-child(2) {transition-delay:0.2s;}

.site-wrap .info .box:last-child {margin-bottom:0;}
.site-wrap .info .box h4 {font-size:18px; font-weight:700; color:#fff; line-height:1.6em; font-family:'Montserrat'; margin-bottom:16px;}
.site-wrap .info .box dl {display:flex; font-size:18px; line-height:1.6em; margin-bottom:8px;}
.site-wrap .info .box dt {width:50px; font-weight:500; color:#bbb;}
.site-wrap .info .box dd {width:1%; flex:1 1 auto; color:#888;}
.site-wrap .info .box dd a.mail {text-decoration:underline;}
.site-wrap .btn-wrap .more {display:inline-block; width:230px; line-height:62px; border:1px solid #fff; color:#fff; font-size:18px; padding:0 30px; position:relative; margin-bottom:50px;}
.site-wrap .btn-wrap .more:after {content:''; width:12px; height:12px; background:url('../img/layout/sitemap-btn-w.png') no-repeat; position:absolute; top:50%; margin-top:-6px; right:30px;}
.site-wrap .btn-wrap .more:hover:after {animation: btn-move 1s both .1s;}
@keyframes btn-move {
    0% {right:30px;}
    25% {right:20px;}
    50% {right:30px;}
    75% {right:25px;}
    100 {right:30px;}
}
.site-wrap .btn-wrap ul {display:flex;}
.site-wrap .btn-wrap ul li {margin-right:12px;}
.site-wrap .btn-wrap ul li a {display:block; transition:all 0.3s;}
.site-wrap .btn-wrap ul li a:hover {opacity:0.6;}
.site-wrap .wrap .nav-menu {width:1%; flex:1 1 auto; padding-left:100px;}
.nav-menu > ul > li {margin-bottom:30px;}
.nav-menu > ul > li > span {display:block; position:relative; transition:all 0.6s; overflow:hidden;}
.nav-menu > ul > li > span a {display:inline-block; font-size:46px; line-height:1.2em; transition:all 0.6s ease 0s; position:relative; transform:translateY(110%); font-weight:500; padding:0 5px; color:#fff;}
html.sitemap-opened .nav-menu > ul > li > span a {transform:translateY(0); transition-delay:0.5s; transition-property:transform;}
.nav-menu > ul > li > span a:after {content:''; background:#fff; width:0; height:20px; position:absolute; bottom:5px; left:0; z-index:-1; opacity:0.2; transition:all 0.6s;}
.nav-menu > ul > li.active > span a:after {width:100%;}
.nav-menu > ul > li > span a:hover:after {width:100%;}

.nav-menu .submenu {display:none;}
.nav-menu .submenu ul {display:flex; flex-wrap:wrap; padding-top:30px; padding-left:15px;}
.nav-menu .submenu ul li {padding-right:40px; margin-bottom:20px;}
.nav-menu .submenu ul li a {display:inline-block; font-size:24px; line-height:1.5em; position:relative; color:#888;}
.nav-menu .submenu ul li a:hover {color:#fff; font-weight:700;}

/* sitemap-white */
.sitemap-white:before {background:url('../img/layout/sitemap-white.jpg') center center no-repeat; background-size: cover;}
.sitemap-white .sitemap-close:before,
.sitemap-white .sitemap-close:after {background:#000;}
.sitemap-white {color:#000;}
.sitemap-white .head ul li:after {background:#ddd;}
.sitemap-white .head ul li a {font-size:14px; color:#666;}
.sitemap-white .head ul li.active a {color:#000;}
.sitemap-white .wrap:after {background:#ddd;}
.sitemap-white .info .box h4 {color:#000;}
.sitemap-white .info .box dt {color:#000;}
.sitemap-white .info .box dd {color:#666;}
.sitemap-white .btn-wrap .more {border:1px solid #000; color:#fff; background:#000;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#000; opacity:0.1;}
.sitemap-white .nav-menu .submenu ul li a {color:#666;}
.sitemap-white .nav-menu .submenu ul li a:hover {color:#000;}

.sitemap-white .btn-wrap ul li a img {filter:invert(1);}

.sm-bt {position:absolute; bottom:60px; right:60px; background:#fff; width:30px; height:30px; border-radius:50%; cursor:pointer; transition:all 0.6s; z-index:111;}
.sitemap-white .sm-bt {background:#000;}



/* siteMap : E */
/* siteMap : responsive */
@media (max-width:1400px){
	.site-wrap .wrap:after {left:500px;}
	.site-wrap .wrap .info-wrap {max-width:500px; padding-left:0;}
	.site-wrap .info .box dl {font-size:16px;}	
	.site-wrap .wrap .nav-menu {padding-left:60px;}
	.nav-menu > ul > li > span a {font-size:30px;}
	.nav-menu .submenu ul {padding-top:20px; padding-left:0;}
	.nav-menu .submenu ul li {padding-right:20px;}
	.nav-menu .submenu ul li a {font-size:20px;}
}
@media (max-width:1024px){
	.site-wrap .wrap:after {display:none;}
	.site-wrap .head {position:relative; left:0; height:80px;}
	.sitemap .sitemap-close {top: calc(40px / 2);}
	.site-wrap .wrap {padding:40px 0; height:calc(100vh - 80px); flex-direction:column-reverse;}
	.site-wrap .wrap .nav-menu {width:100%; padding-left:0;}
	.nav-menu > ul > li {margin-bottom:20px;}
	.nav-menu > ul > li > span a {font-size:24px; padding:0 5px;}
	.nav-menu .submenu ul {padding-top:10px;}
	.nav-menu .submenu ul li {padding-right:15px; margin-bottom:10px;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .info .box {margin-bottom:20px;}
	.site-wrap .info .box h4 {font-size:16px; margin-bottom:10px;}
	.site-wrap .info .box:last-child {margin-bottom:20px;}
	.site-wrap .btn-wrap .more {width:200px; line-height:50px; font-size:16px; padding:0 20px; margin-bottom:20px;}
	.site-wrap .btn-wrap .more:after {right:20px;}
}

@media (max-width:640px){
	.site-wrap .head {height:90px; padding:0;}
	.site-wrap .head .logo img {height:38px;}
	
	.sitemap .sitemap-close {top: calc(90px / 2); right:0;}
	.site-wrap .wrap {padding:30px 0; height:calc(100vh - 90px);}
	.nav-menu > ul > li > span a {font-size:20px;}
	.nav-menu > ul > li > span a:after {height:10px; bottom:0;}
	.nav-menu .submenu ul li {padding-right:15px; margin-bottom:8px;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
	
	.mems a {width:65px; line-height:30px;}
	
	
	
}


