/**/
.inner{
    width: 1400px;
    margin: 0 auto;
}

.head-top{
	background-color: #000;
	padding: 12px 0 10px 0;
}

.head-top ul{
	gap: 0 24px;
}

.head-top .inner{
	justify-content: space-between;
}

.head-top a{
	color: #fff;
	font-family: 'GmarketSansLight';
	font-weight: 300;
}

.head-top .sys {
    padding: 0 10px;
    border-radius: 50px;
    background: url(../images/common/oinew.png) 20px center / 14px no-repeat;
    background-color: #ce4e4e;
    padding: 5px 20px 0 40px;
}

.head-top ul.gap-line li::after{
	height: 12px;
	left: -10px;
}

/*헤더*/
.header {
	height:80px;
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
	z-index:100;
	transition: 0.2s;
	border-bottom: 1px solid transparent;
	background-color: #fff;
}

.header.down{
	top: 0;
	box-shadow: 1px 1px 10px rgba(0 0 0 / 10%);
}


.header-menu {
	margin: 0 auto;
	width: 70%;
    height: 80px;
}

.header-menu > ul {
	display: flex;
    height: 100%;
}

.header-menu > ul > li {
	position:relative;
    height: 100%;
    flex-grow: 1;
}
.header-menu > ul > li:last-of-type {
	margin-right:0;
}
.header-menu > ul > li > a {
	width:100%;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content:center;
	transition: color .3s .2s;
    height: calc(100% + 2px);
}
.header-menu > ul > li > a::after { transition:opacity .1s, width .5s; content:''; display:block; height:3px; width:0; position:absolute; bottom:-1px; left:50%; transform:translate(-50%, 0); opacity:0; }
.header-menu > ul > li.on > a::after { opacity:1; width:100%; transition:opacity .1s, width .5s; }
.header-menu > ul > li:hover > a::after { opacity:1; width:100%; transition:opacity .1s, width .5s; }
	
.header.on .header-menu > ul > li > a::after { background:#ce4e4e; }
.header.on .header-menu > ul > li:hover > a span { color:#ce4e4e; }


.header-menu > ul > li > a > span {
	font-family: 'GmarketSansMedium';
	font-size:20px;
	transition:color .4s .4s;
	position:relative;
}
.header-menu > ul > li.current > a > span {
	font-weight:600;
}
.header-menu > ul > li.current > a > span::after {
	position:absolute;
	background:#fff;
	width:7px;
	height:7px;
	border-radius:50%;
	content:'';
	top: -8px;
    left: 0;
}

.header.on .header-menu > ul > li > a > span {
	color:#000;
	transition:color .4s;
}
.gnb-sub { position:absolute; top:80px; left:0; height:270px; width:100%; padding-top:0px; opacity:0; z-index: 1; }
.gnb-sub li { text-align:center; }
.gnb-sub li a { transition:.2s; padding: 15px 0; display: block; font-size:16px;}
.gnb-sub li a:hover { border-radius: 10px; background-color:#faeeee; transition:.2s; }
.header.on .gnb-sub { opacity:1; transition:.5s .15s; }
.header-menu > ul > li { overflow:hidden; }

.header-menu > ul > li a{
	font-family: 'GmarketSansMedium';
}

.header.on .header-menu > ul > li { overflow:visible; }

.header.on .gnb-sub-bg { height:450px; transition:height .5s; }

.gnb-sub-bg {
    top: 80px;
    right: 50%;
    transform: translateX(50%);
    width: 1920px;
    height: 0px;
    background: #fff;
    position: absolute;
    transition: height .5s;
    box-shadow: 0 10px 10px rgba(0,0,0,.04);
}


.all-mn{
	width: 30px;
	height: 30px;
	background: url("../images/common/allMn-icon.png") center / auto no-repeat;
	margin-left: 20px;
}

.sitemap {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background: url("../images/common/site-map-bg.png") top center / cover no-repeat;
	color: #fff;
	z-index: 9999999;
	transition: opacity 0.2s;
	pointer-events: none;
 }
 
.sitemap.on { 
	opacity: 1;
	pointer-events: visible;
}
.sitemap .top { 
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.2); 
}

.sitemap button.close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background: rgba(0 0 0 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sitemap button.close span{
	color: #fff;
	font-weight: 200;
}

.sitemap > div {
	 width: 70%;
	 height: 80%;
	 margin: 0 auto;
}

.sitemap h2 { 
	font-family: 'SEBANG_Gothic_Bold';
}

.sitemap .menu { 
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	height: 90%;
	gap: 20px;
	overflow-y: auto;
 }


.sitemap .menu a { display: inline-block; color: #fff; }
.sitemap .menu li{
	width: 100%;
	text-align: center;
}
.sitemap .menu li.depth > a {
	display: block;
    width: 100%;
    background-color: rgba(0 0 0 / 20%);
	padding: 15px 0;
    border-radius: 10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-family: 'SEBANG_Gothic_Bold';
}

 .sitemap .menu .depth-2{
	margin-top: 20px;
 }

 .sitemap .menu .depth-2 li{
	border: 1px solid rgba(255 255 255 / 30%);
	border-radius: 10px;
 }


 .sitemap .menu .depth-2 a{
	font-family: 'ONE Mobile OTF Regular';
    font-size: 18px;
	padding: 10px 0;
 }

 .sitemap .menu .depth-2 li:hover{
	background: rgba(0 0 0 / 10%);
	transition: 0.1s;
 }

 .sitemap .menu .depth-2 li:hover a{
	transition: 0.1s;
 }

 .sitemap .menu .depth-2 li:not(:last-child){
	margin-bottom: 10px;
 }

 .sitemap .menu::-webkit-scrollbar { width: 4px; }
 .sitemap .menu::-webkit-scrollbar-thumb { height: 20%; background: rgba(255,255,255,0.2); border-radius: 10px; }
 


footer .banner{
	position: relative;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

footer .banner b{
	display: block;
	font-family: 'SEBANG_Gothic_Bold';
}

footer .banner .fooBannerSwiper{
	width: calc(100% - 70px);
	padding: 20px 0;
}

footer .banner .banner_control{
	right: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0;
}

footer .banner .swiper-slide img{
	width: 100%;
	margin: 0 auto;
}

footer .banner .swiper-slide.jcs img{
	width: 45%;
	margin: 0 auto;
}

footer .top{
	background-color: #000;
	padding: 20px 0;
}

footer .top .menu{
	gap: 0 40px;
}

footer .top .menu li::after {
    left: -20px;
}

footer .top .menu a{
	color: #fff;
	font-family: 'GmarketSansLight';
}

footer .top .fm-group{
	margin-left: auto;
	gap: 10px;
}


.fm {
	position: relative;  
	width: 200px;
}

.fm.open button::after{
	content: "-";
}

.fm button{
	display: flex;
	justify-content: space-between;
	width: 100%;
	color: #fff;
	font-family: 'GmarketSansLight';
}

.fm button::after{
	display: block;
	content: "+";
	color: #fff;
}

.fm-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	background-color: rgba(255 255 255 / 10%);
	border-radius: 5px;
}



  .fm-menu {
	visibility: hidden;  
	position: absolute;  
	left: 0;  
	bottom: 50px;
	padding: 5px 0;
	width: 100%;
	max-height: 400px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 0;  
	overflow-y: auto;
	transform: translate3d(0, -20px, 0);  
	transition: all 200ms ease-in-out;  
	box-shadow: 0 4px 20px rgba( 0 0 0 / 20%);
	z-index: 999;
  }

  .fm.open .fm-menu {
	visibility: visible;  
	transform: translate3d(0, 0, 0);  
	opacity: 1;  
  }

  .fm-menu li a:hover{
	color: #ce4e4e;
	transition: 0.1s;
  }

  .fm-option {
	padding: 5px 24px;
  }



  footer .bottom{
	padding: 50px 0;
  }

  footer .bottom .tbox{
	margin-left: auto;
  }

  footer .bottom .tbox .ntc-txt{
	position: relative;
	gap: 0 5px;
	padding-left: 20px;
  }

  footer .bottom .tbox .ntc-txt::before{
	display: block;
	content: "!";
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	border-radius: 15px;
	background-color: #ddd;
	font-size: 10px;
	position: absolute;
	top: 5px;
	left: 0;
  }

  footer .bottom .tbox ul{
	gap: 10px;
	margin: 10px 0;
  }

  footer .bottom .tbox ul li{
	background-color: #f9f9f9;
	border-radius: 50px;
	border: 1px solid #eaeaea;
	padding: 5px 20px;
  }

  footer .bottom .tbox .copy{
	color: #ddd;
  }

  .quickMn-wrap {
    position: fixed;
    bottom: 397px;
    right: -257px;
    z-index: 99;
}

.quickMn-wrap ul {
    background-color: #fff;
    transform: rotate(90deg);
    border-radius: 0 0 0 20px;
	border: 1px solid #eaeaea;
	overflow: hidden;
}


.quickMn-wrap ul li{
	padding: 12px;
}

.quickMn-wrap ul li:hover{
	background-color: #faeeee;
	transition: 0.1s;
}
.quickMn-wrap ul li:hover a{
	color: #ce4e4e;
	transition: 0.1s;
}

.quickMn-wrap ul li a{
	font-size: 16px;
	font-family: 'GmarketSansMedium';
}

.quickMn-wrap ul li:not(:last-child){
	border-right: 1px solid #eaeaea;
}

.quickMn-wrap ul li a::after{
	display: inline-block;
	content: "+";
	margin-left: auto;
}

.quickMn-wrap ul li a.newpage::after{
	display: none;
}

.quickMn-wrap-2{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 175px;
	z-index: 99;
}

.quickMn-wrap-2 .top{
	cursor: pointer;
}

.quickMn-wrap-2 .top a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    background-color: var(--main-red);
    padding: 10px;
    width: 100%;
    color: #fff;
}

.quickMn-wrap-2 .top a > p{
	font-family: 'GmarketSansMedium';
}

.quickMn-wrap-2 li a{
	font-family: 'GmarketSansMedium';
}

.quickMn-wrap-2 .top a > span{
	transform: translateY(-1px);
}

.quickMn-wrap-2 ul{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 10px;
}

.quickMn-wrap-2 ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: calc((100% - 5px) / 2);
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	height: 84px;
	box-shadow: 1px 1px 10px rgba( 0 0 0 / 5%);
}

.quickMn-wrap-2 ul li:nth-child(4){
	background-color: #f26f1b;
	border: none;
}

.quickMn-wrap-2 ul li:nth-child(4) a{
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

.quickMn-wrap-2 button.up {
    position: relative;
    background-color: #000;
    width: 100%;
    height: 50px;
    background: #000;
    bottom: auto;
	color: #fff;
    margin-top: 10px;
    border-radius: 10px;
	padding-left: 20px;
}

.quickMn-wrap-2 button.up span{
	color: #fff;
}

button.up {
	background: url("../images/common/top.png") center / cover no-repeat;
    width: 56px;
    height: 56px;
    bottom: 90px;
    right: 0;
    position: fixed;
    z-index: 9999;
}
.mobile-mn.on{
	display: none;
	transition: 0.1s;
}

.mobile-mn{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background: url("../images/common/site-map-bg.png") top center / cover no-repeat;
	z-index: 999999;
}

.mobile-mn .top {
    position: relative;
    margin: 20px 20px 10px 20px;
}

.mobile-mn .top .tbox h4,
.mobile-mn .top p{
	color: #fff;
}

.mobile-mn .top .tbox h4{
	font-family: 'SEBANG_Gothic_Bold';
}

.mobile-mn .close {
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px;
    border: 1px solid #fff;
    display: block;
	position: absolute;
	right: 0;
	background: url("../images/common/close-w.png") center / 13px no-repeat;
}

.mobile-mn .close span{
	color: #fff;
}

.mobile-mn .top ul{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #fff;
	margin-top: 10px;
	border-radius: 5px;

}

.mobile-mn .top ul li{
	width: calc(100% / 2);
	padding: 5px 0;
}

.mobile-mn .top ul li:nth-child(1),
.mobile-mn .top ul li:nth-child(2){
	width: 50%;
	border-bottom: 1px solid #fff;
}

.mobile-mn .top ul li:not(:last-child){
	border-right: 1px solid #fff;
}

.mobile-mn .top ul li a{
	display: block;
	color: #fff;
	text-align: center;
}

.mobile-mn .top ul li a.newpage::before{
	left: 10px;
}

#mobile-nav {
    margin: 0 20px;
    border-radius: 10px;
    overflow-y: auto;
    height: calc(100vh - 185px);
}

#mobile-nav li a {
	position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url("../images/common/arr-down-w.png");
    background-position: 93% center;
    transform: none;
	border-bottom: 1px solid rgba( 255 255 255 / 40%);
}

#mobile-nav li.no-depth a.tit{
	background-image: none;
}

#mobile-nav li:last-child a{
	border-bottom: 0;
}

#mobile-nav li a.tit{
	font-family: 'SEBANG_Gothic_Bold';
	background-color: rgba(0 0 0 / 20%);
}


#mobile-nav li a.active {
    color: #fff;
    background-image: url("../images/common/arr-up-w.png");
    background-position: 93% center;
}

#mobile-nav li a.active::after {
    display: none;
    position: absolute;
    top: 11px;
    left: 6px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
}

#mobile-nav .depth{
	overflow: hidden;
}

#mobile-nav li ul {
    display: none;
}


#mobile-nav li ul li a {
    padding: 10px 15px;
    background: #fff;
    box-shadow: 2px 1px 3px rgb(0 0 0 / 30%);
    color: #333;
    font-weight: 600;
}

#mobile-nav li ul li a.newpage{
	padding-left: 40px;
}

#mobile-nav li ul li a.newpage::before{
	left: 20px;
}

#mobile-nav > li{
    font-weight: 800;
}


.newpage{
	position: relative;
	padding-left: 20px;
}

.newpage::before{
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background-image: url("../images/common/oinew-b.png");
	background-repeat: no-repeat;
	background-size: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.newpage.white::before{
	background-image: url("../images/common/oinew.png");
}

.header-menu li .newpage::before {
    left: 2.5rem;
    top: 45%;
}
.sitemap .menu .depth-2 a.newpage{
	padding-left: 20px;
}

#mobile-nav{
    transform: translate(-3px, 0);
}

header .right-mn {
    display: flex;
    align-items: center;
    position: relative;
	margin-left: auto;
}

header .search-btn{
	border: 1px solid #eaeaea;
	width:40px;
	height: 40px;
	border-radius: 40px;
	background: url("../images/common/icon-search-b.png") center / 16px no-repeat;
	background-color: #f9f9f9;
}

.gnb-btn{
	display: none;
}

.hd.search-wrap {
	display: none;
    position: absolute;
    top: 58px;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    padding: 50px 100px;
    box-shadow: 1px 1px 10px rgba(0 0 0 / 10%);
	transition: 0.1s;
}

.hd.search-wrap.on{
	display: block;
}

.hd.search-wrap .top {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
	justify-content: space-between;
	align-items: center;
}

.hd.search-wrap .top h3{
	flex-grow: 1;
    text-align: center; 
	font-family: 'GmarketSansMedium';
	margin-left: 40px;
}

.hd.search-wrap .top .close {
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: url("../images/common/close.png") center / 24px no-repeat;
    background-color: #f9f9f9;
    margin-left: auto;
}

.search-wrap .searchCon{
	width: 600px;
	margin: 0 auto;
}

.search-wrap .searchBar{
	justify-content: center;
}

.search-wrap .searchBar input {
    border: 2px solid var(--main-red);
    border-radius: 5px 0 0 5px;
    width: 550px;
}

.search-wrap .searchBar button{
	padding: 0 20px;
	background-color: var(--main-red);
	color: #fff;
	border-radius: 0 5px 5px 0;
	font-family: 'GmarketSansMedium';
}

.search-wrap .pp-term{
	margin-top: 20px;
}

.search-wrap .pp-term strong{
	width: 120px;
}

.search-wrap .pp-term ul {
    flex: 1;
    gap: 10px;
    flex-wrap: wrap;
}

.search-wrap .pp-term ul li a {
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    border-radius: 50px;
    padding: 2px 15px;
}

.search-wrap .pp-term ul li a:hover{
	color: var(--main-red);
	text-decoration: underline;
}

@media screen and (min-width: 1921px) {
	.gnb-sub-bg{
		width: 200%;
	}
}



@media screen and (max-width: 1520px) {


	.inner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	header .inner{
		width: 100%;
	}

	.header-menu {
        width: 60%;
    }

	.header-menu li .newpage::before {
		left: 20px;
	}

}
/*E:1520*/

@media screen and (max-width: 1280px) {

	header{
		height: 60px;
	}

	header .logo{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
	}


	/* .all-mn{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
	} */

	header > .menu-box > ul{
		display: none;
	}


	.sitemap > div{
		width: 90%;
		height: 60%;
	}

	.quickMn-wrap,
	.quickMn-wrap-2{
		display: none;
	}

	button.up{
		bottom: 0;
	}


	.header-menu li .newpage::before {
		left: 10px;
	}


}
/*E:1280*/

@media screen and (max-width: 1024px) {

	.head-top{
		display: none;
	}

	.header {
		top: 0;
		height: 60px;
		align-items: center;
		display: flex;
	}

	.header .logo-box img{
		height: 31px;
	}

	.header-menu{
		display: none;
	}

	.sitemap > div{
        width: 90%;
        height: 70%;
    }

	footer .top .menu{
		margin: 0 auto;
	}

	footer .top .fm-group {
		gap: 10px;
		width: 100%;
		margin-top: 10px;
		justify-content: center;
	}

	.hd.search-wrap {
		top: 0;
		padding: 30px 0;
	}

	.search-wrap .searchCon{
		width: 100%;
	}

	.search-wrap .searchBar input{
		flex: 1;
	}

	.search-wrap .pp-term{
		flex-wrap: wrap;
	}

	.search-wrap .pp-term strong{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.hd.search-wrap .top .close {
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}


}
/*E:1024*/



@media screen and (max-width: 768px) {

	.mobile-mn.on{
		display: block;
	}

	footer .top .menu a{
		font-size: 14px;
	}
	.sitemap{
		display: none;
	}

	.fm{
		flex: 1;
	}

	.fm button{
		font-size: 14px;
	}

	footer .bottom .tbox{
		margin-top: 10px;
	}

	footer .bottom .tbox .ntc-txt{
		border-bottom: 1px solid #eaeaea;
		font-size: 14px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	footer .bottom .tbox ul li {
		font-size: 14px;
	}

	.mobile-mn .top ul li a{
		font-size: 14px;
	}

	footer .banner .fooBannerSwiper{
		    width: calc(100% - 100px);
	}


}
/*E:768*/


@media screen and (max-width: 640px) {

	footer .banner .banner_control{
		display: none;
	}

	footer .banner .inner{
		padding: 0 0 0 20px;
	}
 

}
/*E:640*/
