@charset "utf-8";

.scrNo {overflow:hidden;}
.block-1200 {display:none;}

/* ----------- header --------- */
#header {position:fixed;top:0;left:0;width:100%;z-index:20;transition:top .5s;}
.hd-inwrap {padding-left:40px;position:relative;overflow:hidden;z-index:10;display: flex;align-items: center;justify-content: space-between;}
#header #logo .act {display:none;}
.gnb-wrap {flex:1;min-width:0;padding:0 40px;}
#gnb {width:100%;overflow:hidden;position:relative;display:flex;justify-content: center;gap:0 80px;}
#gnb .mn_l1 {min-width:0;} 
#gnb .mn_a1 {position:relative;display:block;height:100%;max-width:100%;padding-top:3px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
#gnb .mn_a1 span {color:#fff;font-family: 'GmarketSans',sans-serif;font-weight:500;font-size:2rem;transition:all .3s;}
#gnb .mn_a1:before {content:"";position:absolute;bottom:0;left:0;display:block;width:0;height:2px;background:#1089ec;transition:all .3s;}
.gnb-bg {position:absolute;top:100px;left:0;width:100%;height:0px;background:#fff;z-index:9;box-shadow:0 20px 40px rgba(0, 0, 0, 0.2);overflow:hidden;
display: -ms-flexbox;
display: flex;align-items: flex-end;flex-wrap: wrap;}
.gnb-bg .line {position:relative;display:block;width:100%;align-self: flex-start;}
.gnb-bg .line:before {content:"";display:block;width:100%;height:1px;background:rgba(0, 0, 0, 0.1);}
.gnb-bg-inwrap {width:1400px;margin:0 auto;padding:50px 0 50px 265px;}
.gnb-bg-inwrap:after {content:"";display:block;clear:both;}
.gnb-bg a {float:left;display:block;width:310px;height:60px;line-height:60px;padding:0 90px 0 40px;margin-right:10px;border-radius:5px 5px 0 5px;position:relative;transition:all .3s;}
.gnb-bg a span {font-weight:600;line-height:60px;}
.gnb-bg a.catalog {background:url(/share/img/layout/depth2_linkIcon1.svg) no-repeat right 40px center #f4f4f4;}
.gnb-bg a.vr {background:url(/share/img/layout/depth2_linkIcon2.svg) no-repeat right 40px center #f4f4f4;}
.gnb-bg a.est {background:url(/share/img/layout/depth2_linkIcon3.svg) no-repeat right 40px center #f4f4f4;}
.depth2-wrap {opacity:0;position:absolute;left:50%;top:120px;width:1400px;transform:translate(-50.2%,0);z-index:-1;}
.depth2-wrap:after {content:"";display:block;clear:both;}
.depth2-title {float:left;width:280px;padding-right:60px;}
.depth2-title .btxt {margin-bottom:1.5rem;font-family: 'GmarketSans',sans-serif;font-weight:500;font-size:2.4rem;}
.depth2-title .stxt {color:#999;line-height:140%;}
.depth2-inbox {float:right;width:calc(100% - 300px);}
.depth2 .mn_l2 {width:280px;margin-right:20px;margin-bottom:2rem;display:inline-block;}
.depth2 .mn_a2 span {font-weight:600;font-size:1.8rem;transition:all .3s;}

.hd-r {display: flex;align-items: center;}
.hd-login {display:block;display:flex;align-items:center;}
.hd-login span {display:block;font-family: 'GmarketSans',sans-serif;font-weight:600;font-size:1.4rem;color:#fff;line-height:0;}
.hd-login:before {content:"";display:inline-block;width:26px;height:26px;margin-right:5px;background:url(/share/img/layout/hd-login.svg) no-repeat center center /100%;}
.hd-mypage {display:block;position:relative;padding-left:25px;margin-right:30px;}
.hd-mypage:before {content:"";position:absolute;top:50%;left:0;margin-top:-12px;width:20px;height:20px;background:url(/share/img/layout/hd-login.svg) no-repeat center center;}
.hd-mypage span {display:block;font-family: 'GmarketSans',sans-serif;font-weight:600;font-size:1.4rem;color:#fff;line-height:0;}
.hd-logout span {display:block;font-family: 'GmarketSans',sans-serif;font-weight:600;font-size:1.4rem;color:#fff;line-height:0;}
.hd-lang {margin-left:30px;}
.hd-lang span {display:block;font-family: 'GmarketSans',sans-serif;font-weight:600;font-size:1.4rem;color:#fff;line-height:0;}
.hd-sitemap {margin-left:30px;width:100px;height:100px;background:url(/share/img/layout/hd-sitemap.svg) no-repeat center center #1089ec;border-radius:0 0 0 20px;}

#header.scrollAct {border-bottom:1px solid rgba(0, 0, 0, 0.1)}
#header.gnbOpen #logo img,
#header.scrollAct #logo img {display:none;}
#header.gnbOpen #logo .act,
#header.scrollAct #logo .act {display:block;}
#header.gnbOpen .hd-inwrap,
#header.scrollAct .hd-inwrap {overflow:visible;background:#fff;}
#header.gnbOpen #gnb .mn_a1 span,
#header.scrollAct #gnb .mn_a1 span {color:#222;}
#header.gnbOpen .hd-lang span,
#header.scrollAct .hd-lang span {color:#222;}
#header.gnbOpen .hd-mypage span,
#header.scrollAct .hd-mypage span,
#header.gnbOpen .hd-logout span,
#header.scrollAct .hd-logout span {color:#222;}
#header.gnbOpen .hd-login span,
#header.scrollAct .hd-login span {color:#222;}

.depth2-wrap.act {z-index:10;}
#header.gnbOpen #gnb {overflow:visible;}

.gnbmb-bg {display:none;}


.depth3-wrap {padding:40px 0;border-bottom:1px solid #ececec;}
.depth3-wrap .depth3 {width:100%;}
.depth3-wrap .depth3.noSld .swiper-wrapper {height:auto;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
gap:20px 60px;
}
.depth3-wrap .depth3.noSld .swiper-slide {width:auto;}
.depth3-wrap .depth3 .swiper-wrapper,
.depth3-wrap .depth3 .swiper-slide {height:auto;}
.depth3-wrap .depth3 .swiper-slide {width:auto;}
.depth3-wrap a span {font-family: 'GmarketSans',sans-serif;font-weight:600;line-height:160%;font-size:2rem;}
.depth3-wrap .swiper-slide:last-child {margin-right:0;}
.depth3-wrap a.active span {color:#1089ec;}


/* ----------- footer --------- */
.pgTop {position:absolute;top:-100px;right:0;display:block;width:100px;height:100px;line-height:100px;border-radius:20px 0 0 0 ;text-align:center;background:#00c46f;}
.pgTop:before {content:"";display:inline-block;width:16px;height:14px;background:url(/share/img/layout/arrow.svg) no-repeat center center /16px auto;transform:rotate(270deg)}

#footer {position:relative;z-index:1;background:#2e3134;position:relative;}
.footer-inwrap {width:1400px;max-width:calc(100% - 80px);margin:0 auto;padding:120px 0;}
.footer-inwrap:after {content:"";display:block;clear:both;}

.ft-nemu {margin-bottom:12rem;}
.ft-nemu:after {content:"";display:block;clear:both;}
.ft-nemu li {float:left;width:25%;padding-right:60px;}
.ft-nemu .btxt {font-size:2.4rem;color:#fff;font-weight:600;font-family: 'GmarketSans',sans-serif;line-height:160%;transition:color .3s;}
.ft-nemu .stxt {font-size:1.6rem;color:#fff;line-height:160%;}
.ft-nemu li a {display:block;padding-top:70px;transition:all .3s;}
.ft-nemu li:nth-child(1) a {background:url(/share/img/layout/ft-nemu_icon1.svg) no-repeat left top;}
.ft-nemu li:nth-child(2) a {background:url(/share/img/layout/ft-nemu_icon2.svg) no-repeat left top;}
.ft-nemu li:nth-child(3) a {background:url(/share/img/layout/ft-nemu_icon3.svg) no-repeat left top;}
.ft-nemu li:nth-child(4) a {background:url(/share/img/layout/ft-nemu_icon4.svg) no-repeat left top;}

.ft-link {padding-bottom:4rem;margin-bottom:4rem;border-bottom:1px solid #535353;}
.ft-link:after {content:"";display:block;clear:both;}
.ft-link .link-l {float:left;font-size:0;}
.ft-link .link-l li {display:inline-block;margin-right:40px;vertical-align:top;}
.ft-link .link-l a {color:#fff;font-weight:600;}
.ft-link .link-r {float:right;font-size:0;}
.ft-link .link-r li {display:inline-block;margin-left:40px;vertical-align:top;}
.ft-link .link-r a {color:#fff;font-weight:600;}
.ft-link .link-r .point a {color:#00c46f;}

.fb-copyright {float:left;}
.fb-copyright * {color:#949494;line-height:160%;}
.fb-copyright .address p {margin-bottom:0.5rem;}
.fb-copyright .copyright {font-size:1.2rem;margin-top:2rem;}
.fb-copyright .copyright br {display:none;}

.fb-sns {float:right;font-size:0;}
.fb-sns a {display:inline-block;width:50px;height:50px;border-radius:50%;}
.fb-sns a + a {margin-left:15px;}
.fb-sns a.facebook {background:url(/share/img/layout/ft-sns_facebook.svg) no-repeat center center #fff;;}
.fb-sns a.twitter {background:url(/share/img/layout/ft-sns_twitter.svg) no-repeat center center #fff;;}
.fb-sns a.youtube {background:url(/share/img/layout/ft-sns_youtube.svg) no-repeat center center #fff;;}
.fb-sns a.linkedin {background:url(/share/img/layout/ft-sns_linkedin.svg) no-repeat center center #fff;;}

/* 개인정보취급방침 팝업 */
#layerpop-private .layerpop {width:1000px;}


/* ----------- sitemap --------- */
.sitemap {display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;min-width:1200px;height:100%;background:rgba(16, 137, 236, 0.95);z-index:500;}
.sitemap #logo .act {display:none;}
.sitemap-top {height:100px;padding:0 40px;opacity:0;transition:all 0.3s;display: flex;align-items: center;}
.sitemap-top-r {margin-left:auto;display: flex;align-items: center;}
.sitemap-top-r .hd-r {margin-right:70px;}
.sitemap-content {max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;}
.sitemap-contentInwrap {padding:40px 0;width:1400px;max-width:calc(100% - 40px);margin:0 auto;}
.sitemap-close {position:relative;width:30px;height:30px;}
.sitemap-close:before {content:"";position:absolute;top:50%;left:50%;margin:-1px 0 0 -15px;width:30px;height:2px;transform:rotate(45deg);background:#fff;}
.sitemap-close:after {content:"";position:absolute;top:50%;left:50%;margin:-1px 0 0 -15px;width:30px;height:2px;transform:rotate(-45deg);background:#fff;}

.sitemap-search {height:100px;line-height:100px;margin-bottom:6rem;background:#fff;border-radius:10px;box-shadow:0 10px 15px rgba(0, 0, 0, 0.07);text-align:center;opacity:0;transition-delay:.15s;transition: all .5s;}
.sitemap-search .tit {margin-right:20px;font-family: 'GmarketSans',sans-serif;font-weight:500;font-size:2rem;color:#1089ec;}
.sitemap-search input {margin-right:20px;font-size:1.8rem;width:30%;border:none !important;}
.sitemap-search button span {font-size:1.8rem;color:#1089ec;position:relative;padding-left:30px;}
.sitemap-search button span:before {content:"";position:absolute;top:50%;left:0;margin-top:-10px;display:block;width:20px;height:20px;background:url(/share/img/layout/sitemap-srcBtn.svg) no-repeat center center;}
.sitemap.open .sitemap-search {opacity:1;}

.sitemap-gnb .depth2-title {display:none;}
.sitemap-gnb .depth2-wrap {position:static;transform:none;width:auto;opacity:1;}
.sitemap-gnb .depth2-inbox {float:none;width:100%;}
.sitemap-gnb #gnb {display: flex;align-items: stretch;}
.sitemap-gnb #gnb .mn_l1 {opacity:0;float:none;width:auto;height:auto;padding:0 20px;flex-grow: 1;position:relative;transform:translate(0, -100px);transition:all .5s;}
.sitemap-gnb #gnb .mn_l1:nth-child(1) {}
.sitemap-gnb #gnb .mn_l1:nth-child(2) {transition-delay:.25s;}
.sitemap-gnb #gnb .mn_l1:nth-child(3) {transition-delay:.35s;}
.sitemap-gnb #gnb .mn_l1:nth-child(4) {transition-delay:.45s;}
.sitemap-gnb #gnb .mn_l1:nth-child(5) {transition-delay:.55s;}
.sitemap-gnb #gnb .mn_l1:nth-child(6) {transition-delay:.65s;}
.sitemap-gnb #gnb .mn_l1:nth-child(7) {transition-delay:.75s;}
.sitemap-gnb #gnb .mn_l1:nth-child(8) {transition-delay:.85s;}
.sitemap-gnb #gnb .mn_l1:nth-child(9) {transition-delay:.95s;}
.sitemap-gnb #gnb .mn_l1:nth-child(10) {transition-delay:1.05s;}
.sitemap-gnb #gnb .mn_l1:before {content:"";position:absolute;top:0;left:0;display:block;width:1px;height:100%;background:rgba(255, 255, 255, 0.1);}
.sitemap-gnb #gnb .mn_l1:first-child:before {display:none;}
.sitemap-gnb #gnb .mn_l1 + .mn_l1 {margin-left:0;}
.sitemap-gnb #gnb .depth2-wrap {display:block !important;}
.sitemap-gnb #gnb .depth2 .mn_l2 {display:block;margin-bottom:3rem;width:auto;}
.sitemap-gnb #gnb .mn_a1 {height:auto;margin-bottom:6rem;}
.sitemap-gnb #gnb .mn_a2 span {color:rgba(255, 255, 255, 0.6);font-size:1.6rem;font-weight:400;font-family: "NanumGothic",sans-serif;}
.sitemap-gnb #gnb .mn_l1 .mn_a1 span:before {display:none;}
.sitemap-gnb #gnb .mn_l1 .mn_a1 span:after {display:none;}
.sitemap-gnb .depth2 .mn_a2 span {padding-left:0;}
.sitemap-gnb .depth2 .mn_a2 span:before {display:none;}

.sitemap.open .sitemap-top {opacity:1;}
.sitemap.open .sitemap-gnb #gnb .mn_l1 {opacity:1;transform:none;}


/* ----------- sub --------- */
.inwrap {padding:0 125px;}
#container {min-height:300px;padding:10rem 0 16rem;}

.subTop {position:relative;}
.subTop:before {content:"";position:absolute;top:0;left:0;right:0;bottom:0;display:block;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);}
.subTop.ty01 {background-image:url(/share/img/layout/subVis_01_1.png);}
.subTop.ty02 {background-image:url(/share/img/layout/subVis_02.png);}
.subTop.ty03 {background-image:url(/share/img/layout/subVis_03.png);}
.subTop.ty04 {background-image:url(/share/img/layout/subVis_04.png);}
.subTop.ty05 {background-image:url(/share/img/layout/subVis_05.png);}
.subTop.ty06 {background-image:url(/share/img/layout/subVis_06.png);}
.subTop .inwrap {position:relative;z-index:1;height:540px;display: flex;align-items: center;}
.subTop .subTop-txt {max-width:100%;overflow:hidden;}
.subTop .subTop-txt .btxt {margin-top:4rem;margin-bottom:2rem;;}
.subTop .subTop-txt .btxt * {font-family: 'GmarketSans',sans-serif;color:#fff;font-weight:600;font-size:4.8rem;line-height:120%;}
.subTop .subTop-txt .btxt .kor {display:none;}
.subTop .subTop-txt .stxt {font-size:1.8rem;color:#fff;line-height:200%;}
.subTop .scrDeco {margin-left:auto;background:url(/share/img/layout/subTop_scrArrow.svg) no-repeat center center;}
.subTop .scrDeco:before {content:"";display:block;width:137px;height:137px;background:url(/share/img/layout/subVis_srcTxt.png) no-repeat center center /137px auto;animation:spin 20s linear infinite;}
@keyframes scrDecoSpin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);} }

.subNav-wrap {position:relative;z-index:10;margin-top:-50px;}
.subNav {display:inline-block;width:980px;height:100px;padding-left:125px;background:#1089ec;border-radius:0 20px 0 0;display: flex;align-items: center;}
.subNav-dep {position:relative;padding:0 35px;}
.subNav-dep.snd1 {width:calc(100% - 532px);}
.subNav-dep.snd2 {width:500px;}
.subNav-dep.snd2:before {content:"";position:absolute;top:50%;left:0;margin-top:-16px;display:block;width:1px;height:32px;background:#42a1ef;}
.subNav-dep .subNav-act {width:100%;height:100px;padding-right:40px;position:relative;text-align:left;font-family: 'GmarketSans',sans-serif;color:#fff;font-weight:600;font-size:2rem;word-break:break-all;display: flex;align-items: center;flex-wrap: wrap;}
.subNav-dep .subNav-act:before {content:"";position:absolute;top:50%;right:0;margin-top:-16px;width:32px;height:32px;border:1px solid #a7d7ff;border-radius:50%;background:url(/share/img/layout/subNav_arrow.svg) no-repeat center center;}
.subNav-dep.open .subNav-act:before {transform:rotate(180deg)}
.subNav-dep.snd2 .subNav-act span {color:#a7d7ff}
.subNav .home {width:32px;height:27px;background:url(/share/img/layout/subNav_home.svg) no-repeat center center;}
.subNav-dep .subNav-dep2 {display:none;position:absolute;top:100px;left:0;width:100%;box-shadow:0 15px 30px rgba(0, 0, 0, 0.15);}
.subNav-dep .subNav-dep2 li a {display:block;padding:15px 25px 10px;border:1px solid #ebf0f4;border-top:none;background:#fff;transition:all .3s;}
.subNav-dep .subNav-dep2 li a span {font-family: 'GmarketSans',sans-serif;font-weight:500;font-size:1.8rem;line-height:160%;}
.subNav-dep.snd1 .subNav-dep2 {width:calc(100% + 32px);margin-left:-32px;}


	@media screen and (min-width:1200px){
	
		/* hover */
		#header #gnb:not(.noHover) .mn_a1:hover span,
		#header #gnb:not(.noHover) .mn_a1:focus span,
		#header #gnb:not(.noHover) .mn_l1.over .mn_a1 span {color:#1089ec;}
		#header #gnb:not(.noHover) .mn_a1:hover:before,
		#header #gnb:not(.noHover) .mn_a1:focus:before,
		#header #gnb:not(.noHover) .mn_l1.over .mn_a1:before {width:100%;}
		#header #gnb:not(.noHover) .depth2 .mn_a2:hover span,
		#header #gnb:not(.noHover) .depth2 .mn_a2:focus span {color:#1089ec;}

		
		.gnb-bg a:hover span,
		.gnb-bg a:focus span {color:#fff;}
		.gnb-bg a.catalog:hover,
		.gnb-bg a.catalog:focus {background-image:url(/share/img/layout/depth2_linkIcon1_hover.svg);background-color:#1089ec;}
		.gnb-bg a.vr:hover,
		.gnb-bg a.vr:focus {background-image:url(/share/img/layout/depth2_linkIcon2_hover.svg);background-color:#1089ec;}
		.gnb-bg a.est:hover,
		.gnb-bg a.est:focus {background-image:url(/share/img/layout/depth2_linkIcon3_hover.svg);background-color:#1089ec;}

		
		/* ----------- footer --------- */
		.ft-nemu li a:hover .btxt,
		.ft-nemu li a:focus .btxt {color:#00c46f}
		.ft-nemu li:nth-child(1) a:hover,
		.ft-nemu li:nth-child(1) a:focus {background-image:url(/share/img/layout/ft-nemu_icon1_hover.svg);}
		.ft-nemu li:nth-child(2) a:hover,
		.ft-nemu li:nth-child(2) a:focus {background-image:url(/share/img/layout/ft-nemu_icon2_hover.svg);}
		.ft-nemu li:nth-child(3) a:hover,
		.ft-nemu li:nth-child(3) a:focus {background-image:url(/share/img/layout/ft-nemu_icon3_hover.svg);}
		.ft-nemu li:nth-child(4) a:hover,
		.ft-nemu li:nth-child(4) a:focus {background-image:url(/share/img/layout/ft-nemu_icon4_hover.svg);}


		/* ----------- sub --------- */
		.subNav-dep ul li a:hover,
		.subNav-dep ul li a:focus {background:#e9eff4;}
	}


/* ---------- mobile ----------- */
.mb-mnOpen,
.mb-gnbSrc {display:none;}

	@media screen and (max-width:1400px){
		
		#gnb {gap:0 40px;}
		.depth2-wrap {width:1100px;}
		.gnb-bg-inwrap {max-width:100%;}
		.gnb-bg a {width:285px;}
				
		/* ----------- sub --------- */
		.inwrap {padding:0 60px;}

		.subNav {padding-left:60px;}
	}

	@media screen and (max-width:1200px){

		.block-1200 {display:block;}

		#container {padding:4rem 0 10rem;}

		/* ----------- header --------- */
		.hd-inwrap {height:80px;padding:0 20px;}
		#header.scrollAct .hd-inwrap {background:#fff;}
		#header.scrollAct #logo img {display:none;}
		#header.scrollAct #logo .act {display:block;}
		#header.scrollAct .hd-lang span {color:#fff;}
		#header.scrollAct #gnb .mn_a1 span {color:#fff;}

		#logo img {height:24px;}
		.hd-r {display:none;opacity:0;}
		.hd-r .hd-sitemap {display:none;}
		.mb-mnOpen {display:block;width:80px;height:80px;margin-right:-20px;background:url(/share/img/layout/mb-mnOpen.svg) no-repeat center center;}
		#header.scrollAct .mb-mnOpen {background-image:url(/share/img/layout/mb-mnOpen_scr.svg);}

		.gnb-wrap {position:fixed;width:290px;height:100%;top:0;bottom:0;right:-290px;padding:80px 0 0;background:#0051b5;z-index:100;transition:right 0.5s;}
		.gnb-wrap.open {right:0;}
		.mb-gnbSrc {display:block;margin:0 30px;padding:5px 30px 0 0;height:60px;position:relative;}
		.mb-gnbSrc input {padding:0 !important;border:none !important;width:100%;background:none;color:#fff;}
		.mb-gnbSrc input::placeholder {color:#1089ec;}
		.mb-gnbSrc button {position:absolute;top:5px;right:0;width:20px;height:20px;background:url(/share/img/layout/mb-gnbSrc_btn.svg) no-repeat center center;}
		#gnb {display:block;padding:40px 30px;background:#1089ec;height:calc(100vh - 140px);overflow-y:auto;}
		#gnb .mn_l1 {float:none;height:auto;margin-bottom:3rem;}
		#gnb .mn_l1 + .mn_l1 {margin-left:0;}
		#gnb .mn_l1 .mn_a1 {height:auto;}
		#gnb .mn_l1 .mn_a1 span {width:100%;display:block;position:relative;padding-right:30px;}
		#gnb .mn_l1 .mn_a1 span:before {content:"";position:absolute;top:6px;right:0;display:block;width:14px;height:2px;border-radius:10px;background:#fff;}
		#gnb .mn_l1 .mn_a1 span:after {content:"";position:absolute;top:0;right:6px;display:block;width:2px;height:14px;border-radius:10px;background:#fff;}
		#gnb .mn_l1.over .mn_a1 span:after,
		#gnb .mn_l1.open .mn_a1 span:after {display:none;}
		#header.gnbOpen #gnb .mn_a1 span {color:#fff;}
		#header.gnbOpen .hd-lang span {color:#fff;}
		#header.scrollAct .hd-login span {color:#fff;}
		.hd-mypage span {color:#fff !important;}
		.hd-logout span {color:#fff !important;}

		.gnbmb-bg {position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);display:none;z-index:40;}
		#header.mbmn-open .hd-r {display:flex;position:fixed;top:30px;right:30px;z-index:100;}

		.depth2-wrap {display:none;position:static;width:100%;transform:none;margin:2rem 0 3rem;opacity:1;}
		.depth2-title {display:none;}
		.depth2-inbox {float:none;width:100%;}
		.depth2 .mn_l2 {width:100%;margin-right:0;}
		.depth2 .mn_a2 span {color:#d3e4ff;position:relative;padding-left:12px;font-size:1.6rem;}
		.depth2 .mn_a2 span:before {content:"";position:absolute;top:10px;left:0;display:block;width:4px;height:4px;background:#d3e4ff;border-radius:50%;}
		.depth2 .mn_l2.over .mn_a2 span {color:#00ff90;}
		.depth2 .mn_l2.over .mn_a2 span:before {background:#00ff90;}
		
		/* ----------- footer --------- */
		.pgTop {width:70px;height:70px;line-height:70px;top:-70px;}
		.footer-inwrap {padding:60px 0 120px;max-width:calc(100% - 40px);}
		.ft-nemu {margin-bottom:4rem;}
		.ft-nemu li {float:none;margin-bottom:1rem;width:100%;}
		.ft-nemu li a {background:none !important;padding-top:0;}
		.ft-nemu .btxt {font-size:1.8rem;}
		.ft-nemu .stxt {display:none;}
		.ft-link {padding:4rem 0;border-top:1px solid #535353;}
		.ft-link .link-l {float:none;margin-bottom:1rem;}
		.ft-link .link-r {float:none;margin-top:2rem;}
		.ft-link .link-r li:first-child {margin-left:0;}


		/* ----------- sub --------- */
		.inwrap {padding:0 20px;}
		
		.subNav-wrap {margin-top:0;}
		.subTop .subTop-txt .btxt {font-size:3.2rem;}
		.subTop .subTop-txt .stxt {font-size:1.6rem;}

		.subTop .scrDeco {display:none;}
		.subNav .home {display:none;}
		.subNav-dep.snd1 {display:none;}
		
		.subNav {padding-left:0px;width:100%;height:80px;border-radius:0;}
		.subNav-dep {padding:0 20px;}
		.subNav-dep .subNav-act {height:80px;}
		.subNav-dep.snd2 {width:100%;}
		.subNav-dep.snd2:before {display:none;}
		.subNav-dep.snd2 .subNav-act span {color:#fff;}
		.subNav-dep .subNav-dep2 {top:80px;}
	}

	@media screen and (max-width:700px){ 
		.ft-link {padding-bottom:2.5rem;}
		.ft-link .link-l li {width:calc(50% - 15px);margin-right:30px;margin-bottom:1.5rem;}
		.ft-link .link-l li:nth-child(2n) {margin-right:0;}
		.ft-link .link-r {margin-top:1rem;}
		.ft-link .link-r li {margin-bottom:1.5rem;margin-left:0;width:calc(50% - 15px);}
		.ft-link .link-r li:first-child {margin-right:30px;}

		.fb-copyright {float:none;margin-bottom:4rem;}
		.fb-sns {float:none;text-align:center;}
		
		.fb-copyright .address .tit {font-size:1.4rem;display:block;margin-bottom:0.5rem;}
		.fb-copyright .address p + p {margin-top:2rem;}
		.fb-copyright .copyright br {display:block;}
	}