@charset "UTF-8";

#skipNavigation {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  z-index: 200;
}
#skipNavigation a {
  display: block;
  position: absolute;
  top: -10000px;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  font-size: 1em;
  z-index: 200;
}
#skipNavigation a:hover,
#skipNavigation a:focus,
#skipNavigation a:active {
  position: absolute;
  top: 0;
  padding: 10px 0 25px;
  background: #1d60a7;
  color: #fff;
  z-index: 200;
}
/* header */
.inner {
  max-width: 1720px;
  height: 100%;
  margin: 0 auto; /* border:1px solid #ddd;*/
}
.inner_1400 {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}
.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  top: 0;
  margin: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.header.active {
  top: 0px;
  background: #fff;
}
.header.active:before {
  position: absolute;
  left: 0;
  top: 90px;
  display: block;
  border-bottom: 2px solid #f2f2f2;
  width: 100%;
  height: 251px;
  /* box-shadow: inset 0px 5px 5px -2px rgb(0 0 0 / 5%); */
  background: #fff;
  border-top: 1px solid #eeeeee;
  box-sizing: border-box;
  content: '';
}
.header__inner {
  width: 100%;
}
.headerTop {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.headerTop::before {
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 43px;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.headerTop::after {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 43px;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.headerTop a {
  display: inline-block;
  height: 100%;
  line-height: 43px;
  padding-left: 30px;
  color: #fff;
  font-size: 13px;
}
.headerTop a:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 30px;
}
.headerTop__inner {
  width: 1720px;
  margin: 0 auto;
}

.headerBottom {
  justify-content: space-between;
  box-sizing: border-box;
}
.headerBottom__inner {
  display: inline-flex;
  justify-content: space-between;
  width: 1720px;
  margin: 0 auto;
}
.headerBottom h1 {
  -ms-display: flexbox;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 224px;
  height: 90px;
  margin: 0;
  background: url(../img/common/logo.png) no-repeat center center;
}
.headerBottom h1 a {
  margin: 0;
  font-size: 0;
  text-indent: -2000px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.headerBottom.active h1 {
  background: url(../img/common/logo_c.png) no-repeat center center !important;
}
.headerBottom .gnbWrap {
}
.headerBottom .gnb {
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 2;
  box-sizing: border-box;
}
.headerBottom .gnb li {
  position: relative;
  box-sizing: border-box;
}
.headerBottom .gnb.active li + li::before {
  background-color: #e5e5e5;
}
.headerBottom .gnb li + li::before {
  position: absolute;
  top: 42px;
  width: 4px;
  height: 4px;
  background-color: #86abd1;
  border-radius: 50%;
  content: '';
}
.headerBottom .gnb li a {
  display: block;
  height: 100%;
  padding: 35px 60px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  box-sizing: border-box;
}
.headerBottom .gnb > li > ul {
  display: none;
  width: calc(100% - 2px);
  border-left: 1px solid #f2f2f2;
  width: calc(100% - 1px);
  background: #fff;
  height: 159px;
  padding: 20px 0;
  border-right: 1px solid #f2f2f2;
  position: absolute;
  left: 0;
  top: 88px;
}
.headerBottom .gnb > li > ul li {
}
.headerBottom .gnb > li > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #555;
}
.headerBottom .gnb > li > ul li + li::before {
  display: none;
}

.header .tnb {
  top: 0px;
  right: 0;
  height: auto;
  padding: 0 1px;
  overflow: hidden;
  margin-bottom: 0;
  -ms-display: flexbox;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.header .tnb li.etc {
  height: auto;
  -ms-display: flexbox;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.header .tnb li.etc a.main_search {
  font-size: 0;
  width: 35px;
  height: 30px;
  background: url(../img/common/icon_search_w.png) no-repeat center center;
}
.header .tnb li.etc a.main_sitemap {
  margin-left: 40px;
  font-size: 0;
  width: 35px;
  height: 30px;
  background: url(../img/common/icon_sitemap_w.png) no-repeat center center;
}

body:not(.fp-viewing-firstPage) .header {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}
body:not(.fp-viewing-firstPage) .headerTop {
  background-color: #0066b3;
}
body:not(.fp-viewing-firstPage) .headerTop::before {
  background-color: #0066b3;
  height: 44px;
  content: '';
}
body:not(.fp-viewing-firstPage) .headerTop::after {
  background-color: #0066b3;
  height: 44px;
  content: '';
}
body:not(.fp-viewing-firstPage) .headerTop a:nth-child(1) {
  background-color: #00487e;
  border-left: 1px solid #00487e;
  border-right: 1px solid #00487e;
}

body:not(.fp-viewing-firstPage) .headerBottom h1 {
  width: 237px;
  height: 47px;
  margin: 0;
  background: url(../img/common/logo_c.png) no-repeat center center;
}
body:not(.fp-viewing-firstPage) .headerBottom .gnb li + li::before {
  background-color: #e5e5e5;
}
body:not(.fp-viewing-firstPage) .headerBottom .gnb li a {
  color: #000;
  font-weight: 500;
}
body:not(.fp-viewing-firstPage) .header .tnb li.etc a.main_search {
  font-size: 0;
  width: 35px;
  height: 30px;
  background: url(../img/common/icon_search_b.png) no-repeat center center;
}
body:not(.fp-viewing-firstPage) .header .tnb li.etc a.main_sitemap, body:not(.fp-viewing-firstPage) .header .tnb li.etc a.m_sitemap {
  margin-left: 40px;
  font-size: 0;
  width: 35px;
  height: 30px;
  background: url(../img/common/icon_sitemap_b.png) no-repeat center center;
}
body:not(.fp-viewing-firstPage) .header .tnb li.etc a.m_sitemap{
	margin-left:1.8rem;
	width:2rem;
	height:2rem;
	background-size:cover;;
}

.header.active .headerTop {
  background-color: #0066b3;
}
.header.active .headerTop a:nth-child(1) {
  background-color: #00487e;
  border-left: 1px solid #00487e;
  border-right: 1px solid #00487e;
}
.header.active .headerBottom h1 {
  width: 237px;
  height: 47px;
  margin: 0;
  background: url(../img/common/logo_c.png) no-repeat center center;
}
.header.active .headerBottom .gnb li a {
  display: block;
  color: #000;
}
.header.active .tnb li.etc a.main_search {
  font-size: 0;
  width: 35px;
  height: 30px;
  background: url(../img/common/icon_search_b.png) no-repeat center center;
}
.header.active .tnb li.etc a.main_sitemap {
  width: 35px;
  height: 30px;
  margin-left: 40px;
  font-size: 0;
  background: url(../img/common/icon_sitemap_b.png) no-repeat center center;
}
.header.active .headerBottom .gnb > li > ul {
  position: absolute;
  left: 0;
  top: 92px;
  display: block;
  width: calc(100% - 2px);
  height: 246px;
  border-left: 0;
  width: calc(100% - 1px);
  background: #fff;
  padding: 17px 0;
  border-right: 0;
  box-sizing: border-box;
}
.header.active .headerBottom .gnb > li > ul li a {
  padding: 13px 20px;
  color: #555;
  text-align: center;
}

.header.active .headerBottom .gnb > li > ul li a:hover {
  color: #16aa90 !important;
}

.header.active .headerBottom .gnb > li > a:hover {
  border-bottom: 2px solid #16aa90;
  color: #16aa90 !important;
}

.header.active .headerBottom .gnb > li.active > a + ul {
  background-color: #f8f8f8;
}

.header.active .headerBottom .gnb > li.active > a {
  color: #16aa90 !important;
  border-bottom: 2px solid #16aa90;
  font-weight: 700;
}

/* footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: 1px solid #000;
  left: 0;
  background-color: #002948;
}
.footer .f_nav {
  position: relative;
  border-bottom: 1px solid #1a3f5b;
}
.footer .f_nav::before {
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: -1px;
  left: -50%;
  background-color: #1a3f5b;
  content: '';
}
.footer .f_nav::after {
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: -1px;
  right: -50%;
  background-color: #1a3f5b;
  content: '';
}
.footer .f_nav .row {
  justify-content: space-between;
}
.footer .f_nav .list-unstyled li {
  position: relative;
  margin-right: 40px;
  line-height: 56px;
}
.footer .f_nav .list-unstyled li:last-child {
  margin-right: 0;
}
.footer .f_nav .list-unstyled li a {
  font-size: 15px;
  color: #fff;
}
.footer .f_nav .list-unstyled li::after {
  position: absolute;
  top: 26px;
  right: -20px;
  width: 2px;
  height: 2px;
  background-color: #fff;
  content: '';
}
.footer .f_nav .list-unstyled li:last-child::after {
  display: none;
}
.footer .container {
  margin: 0 auto;
}

.footer .f_nav .sitemap {
	position:relative;
  /* overflow: hidden; */
  right:0;
  width: 282px;
  padding: 20px;
  background-color: #001d33;
  box-sizing: border-box;
}
.footer .f_nav .sitemap::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 8px;
  transform:translateY(-50%);
  background: url(../img/common/icon_up_w.png) no-repeat center center;
  content: '';
}
.footer .f_nav .sitemap .trigger {
  color: #fff;
  font-size: 16px;
}
.footer .f_nav .sitemap.on::before{
	transform:translateY(-50%) rotate(180deg);
}
.footer .f_nav .sitemap .trigger::before {
  
}
.footer .f_nav .sitemap ul li a {
  color: #fff;
  font-size: 16px;
}
.footer .f_nav .sitemap .arrow {
  position: relative;
  float: right;
  right: 20px;
  top: 5px;
}
.footer .f_nav .sitemap .arrow:before {
  position: absolute;
  width: 13px;
  height: 8px;
  background: url(../img/common/icon_up_w.png) no-repeat center center;
  content: '';
}
.footer .f_nav .sitemap .sitemap_div > ul {
  overflow: hidden;
  width: 282px;
  position: absolute;
  right: 0;
  bottom: 57px;
  display: none;
  z-index: 2;
  border: 1px solid #ebebeb;
  border-top: 0;
  background-color:#fff;
}
.footer .f_nav .sitemap .sitemap_div > ul > li {
  width: 100%;
  border-top: 1px solid #ebebeb;
}
.footer .f_nav .sitemap .sitemap_div > ul > li + li {
  margin-left: 0;
}
.footer .f_nav .sitemap .sitemap_div > ul > li > a {
  width: 100%;
  font-size: 1.4rem;
  color: #222;
  padding: 1.5rem 2rem;
  background: #fff;
  display: block;
}
.footer .f_nav .sitemap .sitemap_div > ul > li:hover > a {
  background: #ebebeb;
}

.footer .f_nav .sitemapWrap {
	position:relative;
  /* overflow: hidden; */
  right:0;
  width: 282px;
  padding: 20px;
  background-color: #001d33;
  box-sizing: border-box;
}
.footer .f_nav .sitemapWrap::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 8px;
  transform:translateY(-50%);
  background: url(../img/common/icon_up_w.png) no-repeat center center;
  content: '';
}
.footer .f_nav .sitemapWrap.active::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 8px;
  transform:translateY(-50%);
  background: url(../img/common/icon_down_w.png) no-repeat center center;
  content: '';
}
.footer .f_nav .sitemapWrap .trigger {
  color: #fff;
  font-size: 16px;
  background:none;
  cursor:pointer;
}
.footer .f_nav .sitemapWrap.on::before{
	transform:translateY(-50%) rotate(180deg);
}
.footer .f_nav .sitemapWrap .trigger::before {
  
}
.footer .f_nav .sitemapWrap ul li a {
  color: #fff;
  font-size: 16px;
}
.footer .f_nav .sitemapWrap .arrow {
  position: relative;
  float: right;
  right: 20px;
  top: 5px;
}
.footer .f_nav .sitemapWrap .arrow:before {
  position: absolute;
  width: 13px;
  height: 8px;
  background: url(../img/common/icon_up_w.png) no-repeat center center;
  content: '';
}
.footer .f_nav .sitemapWrap .sitemap_div > ul {
  overflow: hidden;
  width: 282px;
  position: absolute;
  right: 0;
  bottom: 57px;
  display: none;
  z-index: 2;
  border: 1px solid #ebebeb;
  border-top: 0;
  background-color:#fff;
}
.footer .f_nav .sitemapWrap .sitemap_div > ul.open {
	display:block !important;	
}
.footer .f_nav .sitemapWrap .sitemap_div > ul > li {
  width: 100%;
  border-top: 1px solid #ebebeb;
}
.footer .f_nav .sitemapWrap .sitemap_div > ul > li + li {
  margin-left: 0;
}
.footer .f_nav .sitemapWrap .sitemap_div > ul > li > a {
  width: 100%;
  font-size: 1.4rem;
  color: #222;
  padding: 1.5rem 2rem;
  background: #fff;
  display: block;
  box-sizing:border-box;
}
.footer .f_nav .sitemapWrap .sitemap_div > ul > li > a:focus-visible{
	height:44px;
	outline:none;
	border:1px solid #000;
}
.footer .f_nav .sitemapWrap .sitemap_div > ul > li:hover > a {
  background: #ebebeb;
}

.footer .f_info {
  padding: 40px 0;
}
.footer .f_info .footerLogo a {
	 margin: 0;
    font-size: 0;
    text-indent: -2000px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.footer .footerLogo {
  -ms-display: flexbox;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 224px;
  height: 45px;
  margin: 0;
  background: url(../img/common/logo.png) no-repeat center center;
}
.footer .addr {
  margin-left: 50px;
}
.footer .addr address p {
  font-size: 15px;
  font-weight: 200;
  color: #fff;
}
.footer .addr address ul {
  padding: 10px 0;
}
.footer .addr address ul li {
	display:flex;
  font-size: 15px;
  font-weight: 200;
  color: #fff;
}
.footer .addr address ul li span {
  font-size: 15px;
  font-weight: 200;
  color: #fff;
}
.footer .addr address ul li + li {
  position: relative;
  margin-left: 30px;
}
.footer .addr address ul li + li::before {
  position: absolute;
  left: -15px;
  color: #fff;
  content: '/';
}

/* responsive */
@media screen and (max-width: 1720px) {
  .headerTop__inner {
    width: 100%;
  }
  .headerBottom__inner {
    width: 100%;
  }
  .headerBottom {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 1600px) {
	.header .headerBottom .gnb li a {
		padding: 34px 45px;
		line-height: 2rem;
		word-break:keep-all;
	}
	.header.active .headerBottom .gnb > li > ul li a {
    	padding: 10px 5px;
	}
}
@media screen and (max-width: 1400px) {
	.header .headerBottom .gnb li a {
		padding: 37px 25px;
		font-size:16px;
	}
	.header.active .headerBottom .gnb > li > ul {
		top: 95px;
	}
  .footer .f_nav > .row {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    position: initial;
  }
  .headerBottom .gnb li a {
    padding: 34px 5rem;
  }
  .footer .f_nav::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 9rem;
  }
  .headerBottom .gnbWrap {
    display: none;
  }
  .headerTop {
    display: none;
  }
  .secondSwiper.swiper {
    overflow: initial;
  }
  .headerBottom h1 {
    height: 9rem;
  }
  .footer .f_nav .list-unstyled li a {
    font-size: 1.3rem;
  }
  .footer .f_nav .sitemapWrap .trigger {
    font-size: 1.4rem;
  }
  .footer .addr address p {
    font-size: 1.6rem;
  }
  .footer .addr address ul li {
    font-size: 1.6rem;
  }
  .footer .f_nav .sitemapWrap {
    width: 20rem;
    padding: 1.8rem 2rem;
  }
  .footer .f_nav {
    height: 6rem;
  }
  .footer .f_nav .sitemapWrap {
    height: 100%;
  }
  .footer .f_nav > .row {
    align-items: center;
  }
  .footer .f_nav .sitemapWrap .sitemap_div > ul {
    width: 20rem;
    box-sizing: border-box;
    bottom: 55px;
  }
}

@media screen and (max-width: 750px) {
  .footer .f_nav {
    height: auto;
  }
  .footer .f_nav > .row {
    padding-left: 0;
    flex-wrap: wrap-reverse;
  }
  .footer .f_nav .logo {
    width: 100%;
  }
  .footer .f_nav .sitemapWrap {
    width: 100%;
  }
  .footer .f_nav .sitemapWrap .sitemap_div > ul {
    width: 100%;
    bottom: 5rem;
  }
  .footer .f_nav .logo > .row {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 2rem;
    box-sizing: border-box;
  }
  .footer .f_nav .list-unstyled li:first-child {
    margin-left: 0;
  }
  .footer .f_nav .list-unstyled li {
    padding-right: 1.7rem;
    margin-right: 1.7rem;
    line-height: 3rem;
  }
  .footer .f_nav .list-unstyled li::after {
    top: 11px;
    right: -1px;
  }
  .footer .f_info {
    padding: 2.3rem 0;
    padding-top: 1.5rem;
  }
  .footer .f_info > .row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footerLogo {
    width: 100%;
    background-size: 16rem auto;
  }
  .footer .addr {
    margin-left: 0;
  }
  .footer .addr address p {
    font-size: 1rem;
    text-align: center;
  }
  .footer .addr address ul li span {
    font-size: 1rem;
  }
  .footer .addr address ul li {
    font-size: 1rem;
	padding-left:1rem;
	letter-spacing:-0.05rem;
  }
  .footer .addr address ul li + li::before{
	left:0;
  }
  .footer .addr address ul li + li{
  margin-left:1rem;
  }

	/* 221101 footer 이메일 무단수집 거부 */
	.POP_EMAIL_NO {
		width: 90%;
	}
	.pop_header {
		height: 60px;
	}
	.pop_header h1 {
		height: 60px;
		padding: 0 20px; 
		font-size: 2.2rem;
		line-height: 60px;
	}
	.pop_header .close {
		right: 20px;
		top: 18px;
	}
	.pop_container {
		padding: 40px 20px;
		word-break: keep-all;
	}
	.POP_EMAIL_NO .msg {
    	font-size: 1.8rem;
	}
}
@media screen and (max-width: 690px) {
	.waWrap {
		display:block;
		width:100%;
    	padding-left: 0 !important;
   		margin: 0 auto;
    	text-align: center;
    	padding-top: 2rem;
	}
	.waWrap img {
		width: 20%;
	}
}
@media screen and (max-width: 500px) {
  /* .footer .f_nav .sitemap .sitemap_div > ul {
    bottom: 19.1rem;
  } */
}
@media screen and (max-width: 467px) {
	.footer .f_nav .sitemapWrap .sitemap_div > ul {
	    bottom: 5rem;
	  }
}



@media screen and (max-width: 1024px) {
/* mMenu */
.m_sitemap {
	display:block;
	margin-left: 40px;
    font-size: 0;
    width: 35px;
    height: 30px;
    background: url(../img/common/icon_sitemap_w.png) no-repeat center center;
}
 .mMenu {
	position:absolute;
	top:0;
	right:0;
    padding-top: 2rem;
    padding-left: 3rem;
	width: 100%;
	height:100%;
	transform:translateX(100%);
	transition:all .5s ease-in-out;
	box-sizing:border-box;
	z-index:31;
 }
 .mMenu.active {
    padding-top: 0;
    padding-left: 3rem;
	transform:translateX(0);
	transition:all .5s ease-in-out;
 }
 .mMenu .topBlue {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0067b3;
    z-index: 30;
 }
 .nav-link{
	display:inline-block;
	padding-left:1.5rem;
 }
  .nav-link img{
	width:19.4rem;
}
 .mMenu .topBlue .mtop {
	position:relative;
	display:flex;
	align-items:center;
	height:6.8rem;
	padding: 0;
    box-sizing: border-box;
  }
  .mMenu .topBlue .mbottom {
    width: 100%;
    box-sizing: border-box;
	background-color:#004681;
 }
 .mMenu .topBlue .mbottom ul li {
	width:33.333%;
	height:5.6rem;
	text-align: center;
 }
 .mMenu .topBlue .mbottom ul li + li{
	position:relative;
	border-left:1px solid #1a5b8b;
 }
 
  .mMenu .topBlue .mbottom ul li a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	color:#fff;
	font-size:1.3rem;
  }
  .mcont{
	height:100%;
	background-color:#fff;
  }
  .mcont-gnb > a{
	display:flex;
	width:100%;
	height:7.5rem;
	padding:0 2rem;
	align-items:center;
	font-size:2rem;
	font-weight:600;
	color:#000;
	box-sizing:border-box;
	background-image:url('../img/common/icon_down_b.png');
	background-repeat:no-repeat;
	background-position:95% center;
	background-size:1.5rem .9rem;
  }
  .mcont-gnb > a.event-clicked{
	background-image:url('../img/common/icon_up_b.png');
  }
  .mcont-gnb + .mcont-gnb{
	border-top:1px solid #f3f3f3;
  }
  .mcont-gnb:last-child{
	border-bottom:1px solid #f3f3f3;
  }
  .mcont-gnb__sub{
	padding:2.5rem 2.7rem;
	border-top:1px solid #eeeeee;
  	background-color:#f6f6f6;
	box-sizing:border-box;
  }
  .mcont-gnb__sub > li > a{
	font-size:1.7rem;
	color:#000;
  }
  .mcont-gnb__sub > li + li{
	margin-top:3rem;
  }
  .mMenu .topBlue.active .button_container {
    position: absolute;
    top: 3.2rem;
    right: 3.5rem;
  }
  .mMenu .topBlue.active .button_container span {
    height: 0.2rem;
  }
  .mMenu .topBlue .button_container {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 2.6rem;
    width: 2.6rem;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
	transform:translateY(-55%);
    transition: opacity .25s ease;


  }
  .mMenu .topBlue .button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
            transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
  }
  .mMenu .topBlue .button_container.active .middle {
    opacity: 0;
    background: #fff;
  }
  .mMenu .topBlue .button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
            transform: translateY(-11px) translateX(0) rotate(-45deg);
    top: 2.7rem;
    background: #fff;
  }
  .mMenu .topBlue .button_container span {
    background: #000;
    border: none;
    height: 0.4rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
  }
  .mMenu .topBlue .button_container span:nth-of-type(2) {
    top: 1.1rem;
  }
  .mMenu .topBlue .button_container span:nth-of-type(3) {
    top: 2.2rem;
  }
  .mMenu .overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 0%;
    z-index: 2;
    overflow: hidden;
  }
  .mMenu .overlay.open {
    height: 100%;
  }
  .mMenu .overlay.open li {
    -webkit-animation: fadeInRight .45s ease forwards;
            animation: fadeInRight .45s ease forwards;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }
  .mMenu .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .33s;
            animation-delay: .33s;
  }
  .mMenu .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .36s;
            animation-delay: .36s;
  }
  .mMenu .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .39s;
            animation-delay: .39s;
  }
  .mMenu .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .42s;
            animation-delay: .42s;
  }
  .mMenu .overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .45s;
            animation-delay: .45s;
  }
  .mMenu .overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .48s;
            animation-delay: .48s;
  }
  .mMenu .overlay .overlayBox {
    position: absolute;
    margin-top: 13.4rem;
    background-color: #fff;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 80%;
    height: 100vh;
    z-index: 20;
    overflow: auto;
  }
  .mMenu .overlay .overlayBox .overlay-menu {
    width: 100%;
  }
  .mMenu .overlay .overlayBox .overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mMenu .overlay .overlayBox .overlay-menu ul li {
    display: block;
    text-align: left;
    height: 25%;
    height: calc(100% / 7);
    position: relative;
    opacity: 0;
  }
  .mMenu .overlay .overlayBox .overlay-menu ul li + li {
    border-top: 1px solid #ddd;
  }
  .mMenu .overlay .overlayBox .overlay-menu ul li a {
    display: block;
    padding: 20px 15px;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
  }
  .mMenu .overlay .overlayBox .overlay-menu ul.depth2 {
    display: none;
    padding: 5.8rem 0 5.8rem 6rem;
    border-top: 1px solid #005aab;
    background-color: #e5eef6;
	box-sizing:border-box;
  }
  .mMenu .overlay .overlayBox .overlay-menu ul.depth2 li + li {
    border-top: 0;
    padding-top: 5rem;
  }
  .mMenu .overlay .overlayBox .overlay-menu ul.depth2 li a {
    padding: 0;
    font-size: 3rem;
    color: #555555;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  /* //mMenu */
}

@media screen and (min-width: 750px) {
	.mMenu{display:none;}
}


/* 2023.06 */
@media (max-width:1024px){
	.header {
		height: 6.8rem;
	}
	.header .tnb li.etc a.main_search,
	body:not(.fp-viewing-firstPage) .header .tnb li.etc a.main_search {
		width: 2rem;
		height: 2rem;
		background-size: cover;
	}
	.headerBottom h1,
	body:not(.fp-viewing-firstPage) .headerBottom h1 {
		width: 19.2rem;
		height: 3.8rem;
		background-size: cover;
	}
}