@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schoolbell&display=swap');



/*Common*/
*{margin:0;padding:0;box-sizing:border-box;}
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body{background-color:#fff;word-break:keep-all;
-webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important;}
body,h1,h2,h3,h4,h5,h6,th,td,li,dt,dd,a,p,input,textarea,select,option,button{
	color:#000;
	font-family:"Pretendard","Noto Sans KR","돋움",dotum,sans-serif; word-break: keep-all;
	font-size:16px;font-weight:normal;
}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#000;text-decoration:none;cursor:pointer}
a:hover{color:#000;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button *{position:relative}
textarea{overflow:auto}
option{padding-right:6px}
.input_text, textarea{*margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{*line-height:0}
img{max-width:100%;}



/*로딩 이미지*/
#loading_img{text-align:center;display:none;width:100%;margin:10px 0px 10px 0px;}

/* popup */
.pop_today_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}
.pop_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}

@media(max-width:767px){
	/* 메인 레이어 팝업 */
	.main_layer_popup{width:96%!important;left:50%!important;top:50px!important;transform:translateX(-50%)}
	.main_layer_popup .popupContent{height:100%!important}
	.main_layer_popup img{width:100%}
}



/* header */
#header{position:fixed;left:0;top:0;z-index:1000;width:100%; transition: all 0.3s; background: rgba(255,255,255,1);}

#header:after {
	display: block;
	content: "";
	width: 100%;
	height: 180px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	transform-origin: top;
	transform: scaleY(0);
	transition: all 0.3s;
	z-index: -1;
	border-top: 1px solid #ccc;
}
#header.on:after{
	transform: scaleY(1);
}
.head{
	position:relative;
	margin: 0 auto;
	width: 92%;
	max-width: 1700px;
	height:90px;
	text-align:center;
}



.head h1{position:absolute;left:0;top:36px; z-index: 5000;}
.head h1 a{
	display:block;
	width:130px;height:27px;
	background:url(/images/common/logo.png) no-repeat center / contain;
	transition: all 0.3s;
}
.head h1 a.open{
	background:url(/images/common/logo2.png) no-repeat center / contain;
}
.head .pcNav{}
.head .pcNav>ul{display:flex;justify-content:center;}
.head .pcNav>ul>li{width: 150px; position: relative; box-sizing: border-box;}
.head .pcNav>ul>li>a{
	font-size:18px;color:#000;line-height:90px;
	font-weight: 500;
	transition: color 0.3s;
}
.head .pcNav>ul>li.on{
	box-shadow: 0 2px 0 0 #BB355E;
}
.head .pcNav>ul>li>.sub{
	position:absolute;left:50%;top:100%;
	width:100%;
	height: 180px;
	transform:translateX(-50%) scaleY(0);
	padding: 30px 15px;
	border-left: 1px solid #ddd;
	transform-origin: top;
	transition: all 0.3s;
}
.head .pcNav>ul>li>.sub.on{
	transform: translateX(-50%) scaleY(1);
}
.head .pcNav>ul>li:last-child>.sub{
	border-right: 1px solid #ddd;
}
.head .pcNav>ul>li>.sub>ul{
	display:flex;
	flex-direction: column;
	text-align: left;
	row-gap: 15px;
}

.head .pcNav>ul>li>.sub>ul>li{
	text-align: center;
}
.head .pcNav>ul>li>.sub>ul>li>a{
	display:inline-block;
	font-size:16px;
	color:#666;
}
.head .pcNav>ul>li>.sub>ul>li>a:hover{
	font-weight: 500;
	color: #000;
}

.head .gnb{
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 25px;
}
.head .gnb .language{
	position: relative;
	
}
.head .gnb .language > a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid rgba(0,0,0,0.3);
	transition: all 0.3s;
}
.head .gnb .language > a span{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	transition: all 0.3s;
}
.head .gnb .language > a i{
	display: block;
	width: 6px;
	height: 6px;
	border-left: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	transform: rotate(-45deg);
	margin: 0 0 3px 8px;
}
.head .gnb .language > a.act i{
transform:rotate(-180deg);
}
.head .gnb .language>.lang_list{
display:none;
	position:absolute;left:50%;top:100%;z-index:1000;
	transform:translateX(-50%);margin-top:10px;
}
.head .gnb .language>.lang_list>li{margin-bottom:5px;}
.head .gnb .language>.lang_list>li>a{
	display:flex;align-items:center;justify-content:center;
	box-sizing:border-box;
	width:64px;height:32px;
	border:1px solid #fff;border-radius:16px;
	font-family:"Inter";font-size:12px;color:#fff;font-weight: 500;text-align:center;
	border:1px solid #000;color:#000;
	background: #fff;
}
.head .gnb .language>.lang_list>li>a:hover{
	background:#ec7304;border:1px solid #ec7304;color:#000;
}

.head .gnb .btn_menu{
	display: block;
	margin-left: 33px;
	width: 22px;
	cursor: pointer;
	z-index: 5000;
	display: none;
}
.head .gnb .btn_menu > div{
	width: 22px;
	height: 2px;
	background: #000;
	transition: all 0.3s;
}
.head .gnb .btn_menu > div + div{
	margin-top: 5px;
}

#header.nav-up{transform:translateY(-150%);}
#header.nav-down{transform:translateY(0%);}



@media (max-width: 1399px){
	.head .pcNav{display: none;}
	.head{height: 70px;}
	.head h1{top: 25px;}
	.head h1 a{width: 90px;height: 20px;}
	.head .gnb {top: 28px;}
	.head .gnb .language{display: none;}
	.head .gnb .language > a{width: 70px;height: 32px;}
	.head .gnb .btn_menu{display: block; margin-left: 15px;}
}


.allmenu {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2000;
	width: 260px;
	height: 100vh;
	background: #fff;
	transition: all 0.8s;
	overflow: hidden;
	padding:  23px 30px;
	transform: translateX(100%);
}
.allmenu.open{
	transform: translateX(0);
}

.allmenu .close_btn{
	position: absolute;
	right: 24px;
	top: 32px;
}
.allmenu .close_btn > div{
	display: block;
	width: 22px;
	height: 2px;
	background: #000;
	transform-origin: center center;
}
.allmenu .close_btn > div:nth-child(1){
	transform: rotate(-45deg) translateY(1px);
}
.allmenu .close_btn > div:nth-child(2){
	transform: rotate(225deg) translateY(1px);
}

.allmenu .lang{
	display: flex;
	gap: 20px;
}
.allmenu .lang li{}
.allmenu .lang li a{
	font-size: 14px;
	color: #777;
}
.allmenu .lang li.on a{
	color: #BB355E;
}

.allmenu .allmenuwrap{
	margin-top: 40px;
}
.allmenu .allmenuwrap > ul{}
.allmenu .allmenuwrap > ul > li{}
.allmenu .allmenuwrap > ul > li + li{
	margin-top: 20px;
}
.allmenu .allmenuwrap > ul > li > a{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
}
.allmenu .allmenuwrap > ul > li > a:after{
	content: "";
	position: absolute;
	right: 0;
	top: 4px;
	width: 7px;
	height: 7px;
	border-left: 2px solid #c4c4c4;
	border-bottom: 2px solid #c4c4c4;
	transform: rotate(-45deg);
	transform-origin: center center;
}
.allmenu .allmenuwrap > ul > li > a.on:after{
	border-left: 2px solid #BB355E;
	border-bottom: 2px solid #BB355E;
	transform: rotate(135deg);
}


.allmenu .allmenuwrap > ul > li > ul{
	margin-top: 10px;
}
.allmenu .allmenuwrap > ul > li > ul > li{}
.allmenu .allmenuwrap > ul > li > ul > li + li{
	margin-top: 5px;
}
.allmenu .allmenuwrap > ul > li > ul > li > a{
	font-size: 16px;
	color: #666;
}





#footer{background: #111;}
.foot{
	width: 92%;
	padding:90px 0;
	margin: 0 4%;
	display: flex;
	align-items: flex-end;
}
.foot .ft_logo{
	width: 420px;
}
.foot .infowrap{
	width: calc(100% - 420px);
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.foot .infowrap dl:nth-child(1),
.foot .infowrap dl:nth-child(3){
	flex-shrink: 0;
}
.foot .infowrap dl:nth-child(2){
	flex-shrink: 1;
}
.foot .infowrap dl dt{
	font-size: 20px;
	font-weight: 600;
	color: #f4f4f4;
}
.foot .infowrap dl dd{
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	margin-top: 10px;
}

.ft_info{
	width: 100%;
	padding: 30px 4%;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #aaa;
}
.ft_info .copy{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
}
.ft_info ul{
	display: flex;
}
.ft_info ul li a{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
}
.ft_info ul li:first-child{
	position: relative;
	margin-right: 28px;
}
.ft_info ul li:first-child:after{
	content: "";
	position: absolute;
	right: -15px;
	top: 4px;
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.7);
}

.pcbr{display: block;}

@media (max-width: 1399px){
	.pcbr{display: none;}
	.foot{
		align-items: flex-start;
		flex-direction: column;
	}
	.foot .infowrap{
		width: 100%;
		margin-top: 50px;
		flex-direction: column;
		justify-content: normal;
	}
}

@media (max-width: 812px){
	.foot{padding: 40px 0;}
	.foot .ft_logo{width: 150px;}
	.foot .infowrap dl dt{font-size: 17px;}
	.foot .infowrap dl dd{font-size: 14px;}
	.ft_info{padding: 40px 4%;flex-direction: column;justify-content: normal;}
	.ft_info .copy{margin-bottom: 10px;}
}



.rule_pop{
	position: fixed;
	display: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 940px;
	width: 92%;
	margin: 0 auto;
	z-index: 10000;
	border-radius: 24px;
	background: #fff;
	padding: 40px;
}
.rule_pop .btn_x {
	position: absolute;
	right: 0;
	bottom: calc(100% + 30px);
	width: 58px;
	height: 58px;
	background: url(/images/page/btn_x.png) no-repeat center / contain;
}
.rule_pop .conwrap {
	width: 100%;
	height: 50vh;
	overflow-y: auto;
}
.rule_pop .conwrap .tit{
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 2px solid #000;
	font-size: 40px;
	font-weight: 700;
}
.rule_pop .conwrap .txtwrap{
	width: 100%;
	padding-top: 30px;
}
.rule_pop .conwrap .txtwrap .con + .con{
	margin-top: 40px;
}
.rule_pop .conwrap .txtwrap .con .con_tit{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.rule_pop .conwrap .txtwrap .con p{
	font-size: 16px;
	line-height: 1.6em;
}





.dim {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 1001;
}