@charset "utf-8";
/* 기본프로그램 사용자모듈 메뉴 - PC */
.all_m_btn {padding:10px; background:#323337;}
.all_m_btn img {position:absolute; top:28%; left:15px; width:10%; max-width:40px; cursor:pointer;}
.all_m_btn .mutit {text-align:center; font-weight:900; font-size:26px; color:#fff;}
.pro_m_wrap {display:none; font-family:'Nanum Gothic', sans-serif; transition:all 0.3s linear;}
.pro_m_wrap .m_menu {width:200px;}
.pro_m_wrap .bg_black {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:-1;}


/* 기본프로그램 사용자모듈 메뉴 - MOBILE */
.pro_m_wrap .subleftmenu {
	list-style:none;
	margin:0;
	padding:0;
}
.pro_m_wrap .subleftmenu li {
	border-bottom:1px solid #515155;
	background:#323337;
}
.pro_m_wrap .subleftmenu a {
	display:block;
	color:#b5b2b2;
	font-size:14px;
	padding:11px 5px 11px 15px;
	font-family:'Noto Sans KR';
}
.sub_title_m{
	font-size:28px !important;
	font-weight:bold;
	color:#fff !important;
	padding:12px 5px 12px 15px !important;
}
.pro_m_wrap .subleftmenu a:hover {
	background:#307dd4;
	color:#fff;
}
.sub_title_m:hover {
	background:#323337 !important;
	cursor:default;
}

@media all and (max-width:999px){
	.pro_m_wrap {display:block; position:absolute; left:-100%; top:0; z-index:999;}
	.pro_m_wrap.view {left:0;}
}

/* basic */




.inner{width:100%; max-width:1400px; margin:0 auto; position:relative;}


#main_visual .inner{width:100%; max-width:1600px; margin:0 auto; position:relative;}


@media all and (max-width:1400px){
	.inner{width:93.75%;}

	#main_visual .inner {width:93.75%;}

}

/* 햄버거 메뉴 */
#header .m_btn {display:none; width:24px; margin:0 auto; text-align:right; cursor:pointer; }
#header .m_btn i{display:inline-block; width:100%; height:2px; margin:3px 0; background:#fff; transition:all 0.5s;}
#header .m_btn i:nth-of-type(2){width:84%;}
#header .m_btn.on i:nth-of-type(1){margin:11px 0 -2px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
#header .m_btn.on i:nth-of-type(2){width:0; margin:0;}
#header .m_btn.on i:nth-of-type(3){margin:0 0 11px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);}


#header .gnb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .gnb ul {
	display: flex;
	gap: 40px;
}

#header .gnb ul li {
	color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.header_logo_box img {
	max-width: 100%;
}


#header {
	background: #000;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}



@media all and (max-width:1300px){
	#header .gnb{display: none;}
	#header .m_btn{display: inline-block;margin-right: 0;}
	/* .header_logo_box {
		display: none;
	} */
}

/* 모바일 메뉴 */
.m_menu_bg {z-index:101; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.7); cursor:pointer; }
#m_menu {z-index:102; position:fixed; right:-100%; top:0; width:500px; max-width:80%; height:100%; background-color:#fff; box-sizing:Border-box; transition:all 0.5s; overfloW-y:auto;margin-top: 100px;}
#m_menu.on {right:0; }
#m_menu .top_box {position:relative; padding:30px 10px; box-sizing:border-box; background-color: #000;}
#m_menu .top_box .close_btn {position:absolute; right:20px; top:calc(50% - 15px); width:30px; height:30px; }
#m_menu .top_box .close_btn i {display:block; width:100%; height:2px; background-color:#fff; }
#m_menu .top_box .close_btn i:first-of-type {-webkit-transform:rotate(45deg) translate(9px,9px); -moz-transform:rotate(45deg) translate(9px,9px); -ms-transform:rotate(45deg) translate(9px,9px); -o-transform:rotate(45deg) translate(9px,9px); transform:rotate(45deg) translate(9px,9px); }
#m_menu .top_box .close_btn i:last-of-type {-webkit-transform:rotate(-45deg) translate(-7px,8px); -moz-transform:rotate(-45deg) translate(-7px,8px); -ms-transform:rotate(-45deg) translate(-7px,8px); -o-transform:rotate(-45deg) translate(-7px,8px); transform:rotate(-45deg) translate(-7px,8px); }
#m_menu .login_box {padding:20px 0; background-color:#292929; text-align:center; }
#m_menu .login_box a {position:relative; padding:0 30px; font-size:20px; color:#fff; letter-spacing:-0.04em; }
#m_menu .login_box a:first-of-type:before {content:''; position:absolute; right:-1px; top:calc(50% - 7px); width:2px; height:15px; background-color:#fff; }
#m_menu .gnb_box {border-top:1px solid #ddd; }
#m_menu .gnb_box > ul > li {border-bottom:1px solid #dddddd; }
#m_menu .gnb_box > ul > li > a {position:relative; display:block; padding:20px 20px; font-size:20px; font-weight:bold; color:#222222; letter-spacing:-0.04em; box-sizing:border-box; }
#m_menu .gnb_box .depth02 {display:none; padding:10px 0; background-color:#000; }
#m_menu .gnb_box .depth02 li a {position:relative; display:block; padding:7px 20px; font-size:18px; color:#fff; letter-spacing:-0.04em; box-sizing:border-box; }



#footer {
	background: #000;
	padding: 80px 0;

}


.footer_row_con,
.footer_copy_box
 {
	color: #999;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.footer_copy_box {
	margin-top: 5px;
}


.footer_row_con  b {
	color: #fff;
}

.footer_container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}


.footer_info_box ul {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	/* max-width: 510px; */
}

.footer_info_row {
	display: flex;
	gap: 10px;
}

/* .footer_logo_box {
	margin-bottom: 70px;
} */



@media all and (max-width:1400px) {

	.footer_container {
		align-items: center;
   	 	flex-direction: column;
		/* gap: 30px; */
	}

	.footer_logo_box {
		margin-bottom: 10px;
	}
	
}

@media all and (max-width:750px) {

	.footer_info_box ul {
		flex-direction: column;
		gap: 10px;
	}

}



/* main visual */

.main_visual {
	margin-top: 100px;
	/* width: 100%; */
}

/* .main_visual img {
	width: 100%;
} */


/* 메인 비주얼 */


.main_visual .swiper-slide {
	position: relative;

}


.main_visual_box {
	/* position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%); */
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 170px 0;
}



.mv_con_box {
	display: flex;
	/* gap: 60px; */
}

.mv_con_box.mv02_gap {
	gap: 30px;
}

.mv_img_con, .mv_txt_con {
	width: 50%;
	/* aspect-ratio: 1 / 1; */
	position: relative;
}

.mv_sobi_logo {
	position: absolute;
	top: 0;
	left: 0;
}


.mv_sobi_logo.mv02 {
	bottom: 50px;
	right: 0;

	top: unset;
	left: unset;
}



.mv_txt_con h2 {
	background: var(--gold, linear-gradient(90deg, #A27C3E 0%, #FFD666 10%, #FED 50%, #FFD666 90%, #A27C3E 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 96px;
font-style: normal;
font-weight: 900;
line-height: 100%; /* 96px */
}

.mv_txt_con h3 {
	background: linear-gradient(90deg, #C7AA7C 0%, #FFD666 10%, #FED 50%, #FFD666 90%, #C7AA7C 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: normal;
}



.mv_txt_info p b {
	color: #FFE190;
	font-size: 24px;
	font-style: normal;
	line-height: 150%;
}


.mv_txt_info p {
	color: #FFE190;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}

.mv_txt_info.main_mv p {
	color: #fff;
}


.mv_txt_info ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}

.mv_txt_info ul li {
	width: 100%;
}

.mv_li_con {
	display: flex;
	gap: 10px;
}

.mv_li_tit {
	border-radius: 10px;
	background: #FFF;
	padding: 5px 10px;
	min-width: 116px;
	max-width: 118px;
	text-align: center;
	
	display: flex;
	align-items: center;
	justify-content: center;
}



.mv_li_tit p {
	color: #222;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: unset;
}


.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 25px;
}

.swiper-button-next, .swiper-button-prev {
	background: #232323;
	width: 70px;
height: 70px;
border-radius: 35px;
color: #fff;

}



.main_visual .swiper-slide {
	height: auto;
}


.mv_img_con_box {
	text-align: end;
}

@media all and (max-width:1400px) {
	.mv_con_box {
		flex-direction: column;
	}

	.main_visual_box {
		padding: 70px 0;
	}

	.mv_img_con, .mv_txt_con {
		width: 100%;
		aspect-ratio: unset;
	}

	.mv_txt_con h2 {
		font-size: 68px;
	}

	.mv_txt_con h3 {
		font-size: 38px;
	}

	.mv_li_con {
		flex-direction: column;
	}

	.mv_img_con_box img {
		display: flex;
	
		margin: 0 auto;
	}



	.mv_sobi_logo {
		position: absolute;
		top: 0;
		left: 0;
	}
	

	.mv_sobi_logo img {
		width: 70%;
	}
	
	.mv_sobi_logo.mv02 {
		bottom: unset;
		right: unset;
	
		top: 0;
		left: 0;
	}


	

}



@media all and (max-width:1200px) {
	/* .mv_bg_img {
		height: 700px;
	} */

	/* .mv_bg_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	} */

	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
}