@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:'Pretendard', 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 */

.sr-only, .sound-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.inner{width:100%; max-width:1400px; margin:0 auto; position:relative;}
.inner.w1710{max-width: 1710px;}
.inner.w1000{max-width: 1000px;}

.inner.new{
	box-sizing: border-box;
	max-width: none;
    width: 1400px;
    position: relative;
    margin: 0 auto;
}

@media all and (max-width:1710px){
	.inner.w1710{width:93.75%;}
}

@media all and (max-width:1620px){
	
	.inner.new {
		width: 100%;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media all and (max-width:1400px){
	main:not(.rival_m_scroll) .inner{width:93.75%;}
	#header:has(~ main.rival_m_scroll) {position: sticky;}
	main.rival_m_scroll .top_empty {margin-top: 0px;}
}
@media all and (max-width:1000px){
	.inner.w1000{width:93.75%;}
}
.top_empty{margin-top: 100px;}

#header{position: fixed; top: 0; left: 0; width: 100%; box-sizing: border-box; z-index: 99; padding: 20px 0; background-color: #fff;}
#header .right_cont{display: flex; align-items: center; gap: 30px;}
#header  .user_href{display: flex; gap: 5px;}
#header .user_href a{display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background-color: #f9f9f9; box-sizing: border-box;}
#header .user_href a img{filter: invert(39%) sepia(0%) saturate(2%) hue-rotate(86deg) brightness(98%) contrast(87%);}
#header .user_href a:hover{background-color: #ededed;}
#header .user_href a:hover img{filter: unset;}
#header .sear_ch_com{width: 400px; height: 50px;}
#header .sear_ch_com input{font-size: 16px; padding: 0 55px 0 20px;}




#header .right_cont {gap: 20px;}
#header .user_href a {background-color: #454545; border-radius: 8px; /* border: 2px solid #fff; */ transition: .3s background-color;}
#header .user_href a:hover, #header .user_href a:focus {background-color: #000;}
#header .user_href a img {transition: .3s background-color; filter: invert(100%);}
#header .user_href a:hover img, #header .user_href a:focus img {filter: invert(100%);}

#header .right_new_btn.sv_btn {
	background-color: #fff; padding: 9px 19px; border-radius: 8px; border: none;
	display: flex; justify-content: center; align-items: center;
	transition: .3s;
	font-size: 20px; font-weight: 500; color: var(--color-green); height: 50px;
	border: 1px solid var(--color-green);
}
#header .right_new_btn.sv_btn::after {display: block; width: 16px; height: 16px; 
/* 	background: #fff; border-radius: 99px; */
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14294 8L14.8572 8' stroke='%2302A45C' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 1.14282L8 14.8571' stroke='%2302A45C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")
		no-repeat center center;
	content: '';
	transition: .3s;
}
#header .right_new_btn.sv_btn:hover, 
#header .right_new_btn.sv_btn:focus {background-color: var(--color-green); color: #fff;}
#header .right_new_btn.sv_btn:hover::after, #header .right_new_btn.sv_btn:focus::after {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.64288 8L15.3572 8' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.5 1.14282L8.5 14.8571' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	transform: rotate(180deg);
}
#header .right_new_btn.sv_btn span {}

#header .sear_ch_com {border: none; border-radius: 0;}
#header .sear_ch_com input {border: 1px solid #b3b3b3; border-radius: 10px; transition: .3s border-color;}
#header .sear_ch_com input + .sear_btn {transition: .3s;}
/* .sear_ch_com .sear_btn {background-color: #b3b3b3;} */
/* .sear_ch_com .sear_btn {background-color: #000; filter: invert(100%); background-color: transparent; opacity: .3;} */
#header .sear_ch_com input:focus, 
#header .sear_ch_com input:hover {border: 2px solid #363636;}
#header .sear_ch_com input:focus + .sear_btn, 
#header .sear_ch_com input:hover + .sear_btn, 
#header .sear_ch_com .sear_btn:hover, 
#header .sear_ch_com .sear_btn:focus {/* filter: none; background-color: #fff; */ opacity: 1; filter: brightness(0);}




#header{
	/* position: absolute; top: 0; left: 0;  */
	width: 100%;
	z-index: 99;
	padding: 25px 60px;
	box-sizing: border-box;
}

#header .inner{
	width: 100%;
	max-width: 1800px;
	display: flex; align-items: center; justify-content: space-between;
}
/* #header:has(~ main.rival_m_scroll) .inner, */
/* main.rival_m_scroll ~ #footer .inner, */
/* main.rival_m_scroll ~ #footer,
main.rival_m_scroll .inner
{min-width: 1400px;} */
#header:has(~ main.rival_m_scroll),
main.rival_m_scroll ~ #footer,
main.rival_m_scroll
{min-width: 1440px; padding-left: 20px; padding-right: 20px;}

#header .logo a {display: block;}

body.main #header {
	background: transparent;
}
body.main {
/* 	padding-top: 100px; */
	display: flex; flex-direction: column; min-height: 100vh;
}
body.main main {padding-top: 100px; flex: 1 0 auto;}

/* 햄버거 메뉴 */
#header .m_btn {display:none; width:24px; text-align:right; cursor:pointer; padding: 8px 0;}
#header .m_btn i{display:inline-block; width:100%; height:2px; margin:3px 0; background:#000; 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);}


@media all and (max-width:1024px){
	#header:not(:has(~ main.rival_m_scroll)) .gnb,
	header:not(:has(~ main.rival_m_scroll)) .right_cont{display: none;}
	#header:not(:has(~ main.rival_m_scroll)) .right_cont {display: none;}
	#header:not(:has(~ main.rival_m_scroll)) .m_btn{display: inline-block;}
/* 	#header .logo{display: none;} */
	#header .inner{
/* 		justify-content: flex-end; */
	}
}

/* 모바일 메뉴 */
.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;}
#m_menu.on {right:0; }
#m_menu .top_box {position:relative; padding:10px; box-sizing:border-box; height: 67px; display: flex; justify-content: space-between; align-items: center;}
#m_menu .top_box .close_btn {display: block; width:30px; height:30px; }
#m_menu .top_box .close_btn i {display:block; width:100%; height:2px; background-color:#333; }
#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 { background-color:#292929; text-align:center; display: flex;}
#m_menu .login_box a {position:relative; padding:20px 30px; font-size:20px; color:#fff; letter-spacing:-0.04em; width: 50%; box-sizing: border-box;}
#m_menu .login_box a:first-of-type:before {content:''; position:absolute; right:-1px; top:0; width:1px; height:100%; background-color:#6c6c6c; }
#m_menu .gnb_box {padding-top: 50px; }
/* #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; text-align: center;}
#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; }

#m_menu .menu_foot{min-height: calc(100vh - 67px); display: flex; flex-direction: column; justify-content: space-between; gap: 30px;}

#m_menu .foot_copy{ width: 100%; text-align: center; padding: 20px 0; background-color: #0086f8;}
#m_menu .foot_copy h1 img{height: 20px; filter: brightness(0) invert(1) ;}
#m_menu .foot_copy .user_info{margin-top: 20px; display: flex; align-items: center; gap: 40px; justify-content: center;}
#m_menu .foot_copy .user_info a{font-size: 16px; color: #fff; letter-spacing: -0.025em; font-weight: 600; position: relative;}
#m_menu .foot_copy .user_info a + a:before{position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background-color: #fff; left: -20px;}
#m_menu .foot_copy .copy{margin-top: 20px; font-size: 15px; color: #fff; letter-spacing: -0.025em;}

/*
footer{padding: 70px 0 60px; border-top: 1px solid #cccccc; position: relative;}
footer .top_foot{display: flex; justify-content: space-between; align-items: center;}footer .user_info{display: flex; align-items: center; gap: 40px;}
footer .user_info a{color: #888888; display: block; font-size: 16px; font-weight: 600; letter-spacing: -0.025em; position: relative;}
footer .user_info a + a:before{position: absolute; left: -20px; top: 50%; width: 4px; height: 4px; border-radius: 50%; background-color: #9297a1; content: '';}
footer .user_info a:hover{color: #0086f8;}
footer .bot_foot{border-top: 1px solid #ccc; padding-top: 30px; margin-top: 60px;}
footer .bot_foot p{color: #aaaaaa; letter-spacing: -0.025em; font-size: 15px;}
*/

#footer{
	background-color: #F8F8F8;
	padding: 60px 160px;
	position: relative;
}

#footer h1 {
	padding-bottom: 60px;
}

#footer .inner {
	box-sizing: border-box;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	flex-direction: column;
}
body.main #footer .inner {max-width: 1600px;}

#footer .top_foot{
	gap: 12px;
	border-top: 1px solid #A6A6A6;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #585858;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

#footer .user_info{
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
}

#footer .top_foot .copy {
	font-weight: 400;
}


@media all and (max-width:1620px){

	#footer,
	.main .inner,
	#header {
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer .inner {
		padding-left: 0;
		padding-right: 0;
	}

	#header .inner {
		padding-left: 0;
		padding-right: 0;
/* 		max-width: calc(100% - 40px); */
	}
	
}

@media all and (max-width:1024px){

	.right_new_btn .sv_btn {
		font-size: 16px;
		padding: 0.3rem .5rem;
		height: 40px;
	}

	#header:not(:has(~ main.rival_m_scroll)) .right_cont {
		gap: .5rem;
	}

	#header:not(:has(~ main.rival_m_scroll)) .sear_ch_com {
		display: none;
	}
	
	/* #header:has(~ main.rival_m_scroll) .right_cont {
		gap: 20px;
	}
	#header:has(~ main.rival_m_scroll) .sear_ch_com {
		display: block;
	} */
}



.scroll_btn_box{position: fixed; right: 40px; bottom: 40px; z-index: 10;}
.scroll_btn_box .scroll_btn{width: 45px; aspect-ratio: 1/1; box-sizing: border-box; border-radius: 50%; background-color: #d3d3d3; display: flex; align-items: center; justify-content: center; box-shadow: 0px 4px 16px 1.6px rgba(34, 34, 34, 0.1);
}
.scroll_btn_box .scroll_btn + .scroll_btn{margin-top: 3px;}
.scroll_btn_box .scroll_btn:hover {background-color: #696969;}

.scroll_btn_box .scroll_btn.back_btn, .scroll_btn_box .scroll_btn.forward_btn {transform: rotate(-90deg);}

/* .quick_search{display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: 15px 0; box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1); z-index: 55; background-color: #fff;}
.quick_search .sear_ch_com{height: 55px;} */

@media all and (max-width:1024px){
/* 	footer{display: none;} */
	/* .quick_search{display: block;} */
	.scroll_btn_box{display: none;}
}

/* @media all and (max-width:768px){
    #footer .top_foot{flex-wrap: wrap; justify-content: center; gap: 30px 0;}
    footer .user_info{width: 100%; justify-content: center;}
} */