@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 */
.inner{width:100%; max-width:1400px; margin:0 auto; position:relative;}
.inner.w1880{max-width: 1880px;}

@media all and (max-width:1880px){
	.inner.w1880{width:93.75%;}
}

@media all and (max-width:1400px){
	.inner{width:93.75%;}
}

#header{padding: 25px 0 60px; position: absolute; top: 0; left: 0; width: 100%; box-sizing: border-box; z-index: 2;}
#header .logo img{width: 100%; max-width: fit-content; height: 80px;}

/* 햄버거 메뉴 */
#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:#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 .gnb{display: none;}
	#header .m_btn{display: inline-block;}
}

/* 모바일 메뉴 */
.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; }
#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:#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 {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 {border-top: 1px solid #007bf9; }
footer .top_btn{position: absolute; top: 0; right: 0; width: 70px; height: 65px; border-radius: 0 0 20px 20px; background-color: #007bf9; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; gap: 3px; font-size: 16px; color: #fff; letter-spacing: -0.025em; font-weight: 700; z-index: 2;}
footer .inner{display: flex; align-items: center; justify-content: space-between; padding: 75px 0; flex-wrap: wrap; gap: 30px;}
footer .user_info {margin-top: 30px;}
footer .user_info ul{display: flex; gap: 0 20px; flex-wrap: wrap; overflow: hidden;}
footer .user_info ul li{font-weight: 300; font-size: 16px; color: #666666; letter-spacing: -0.025em; position: relative;}
footer .user_info ul li + li:before{position: absolute; left: -10px; top: 4px; width: 1px; height: 10px; background-color: #cccccc; content: '';}
footer .user_btn a{width: 160px; height: 45px; background-color: #f3f3f3; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 300; color: #666666; letter-spacing: -0.025em;}

@media all and (max-width:650px){
	footer .inner{justify-content: center;}
	footer .left_box{text-align: center;}
	footer .user_info ul{justify-content: center; gap: 5px 0;}
	footer .user_info ul + ul{margin-top: 5px;}
}


.right_quick{position: fixed; right: 0; max-width: 240px; top: 50%; transform: translateY(-50%); z-index: 11;}
.right_quick .fast_in_quiry{border-radius: 20px 0 0 20px; background-color: #fff; padding: 0; overflow: hidden; margin-bottom: 20px;} 
.right_quick .fast_in_quiry .form_box{padding: 30px;}
.right_quick .fast_in_quiry .user_input label,
.right_quick .fast_in_quiry .user_input .nice-select{box-shadow: -7.5px 13px 30px 0 rgba(22, 22, 22, 0.1);}
.right_quick .fast_in_quiry .input_box label span{font-size: 14px; min-width: 50px;}
.right_quick .fast_in_quiry .input_box label input{width: calc(100% - 50px);}
.right_quick .fast_in_quiry .sub_mit_btn .sub_mit{width: 100%; height: 70px; display: flex; align-items: center; justify-content: center; box-sizing: border-box; text-align: center; color: #fff; background-color: #007bf9; font-size: 20px; font-weight: 700; letter-spacing: -0.025em;}

.right_quick .mini_in_quiry a{border-radius: 20px 0 0 20px; background-color: #fff; padding: 20px 30px; width: 100%; box-sizing: border-box; box-shadow: 15px 15px 30px rgba(22, 22, 22, 0.1); display: flex; flex-direction: column; align-items: center; justify-content: center;}
.right_quick .mini_in_quiry + .mini_in_quiry{margin-top: 10px;}
.right_quick .mini_in_quiry .tit{display: flex; align-items: center; justify-content: center; text-align: center; gap: 10px;}
.right_quick .mini_in_quiry .tit span{color: #222222; font-size: 16px; font-weight: 800; letter-spacing: -0.025em;}
.right_quick .mini_in_quiry .txt{width: 100%; border-radius: 14px; text-align: center; font-size: 18px; font-weight: 700; letter-spacing: -0.025em; margin-top: 10px; background-color: #007bf9; color: #fff; padding: 4px 0;}

.right_quick .mini_in_quiry.kakao a{background-color: #ffda00;}
.right_quick .mini_in_quiry.kakao .txt{background-color: #fff; color: #222222;}

.m_quick{position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 3; display: none;}
.m_quick a{background-color: #007bf9; color: #fff; display: flex; align-items: center; justify-content: center; width: 180px; height: 45px; border-radius: 20px 20px 0 0; font-size: 22px; border: 3px solid #fff; border-bottom: none;}


@media all and (max-width:1400px){
	.right_quick{display: none;}
	.m_quick{display: block;}
}