@charset "utf-8";
/* SHINING 독립 사용 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');/* regular-400, medium-500, semibold-600, bold-700 */ 

:root{--primary:#0d3d92;--sub:#ffb423}

body{background:#fff;font-size:0.81em;font-family:'Nanum Gothic'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Pretendard'}
a{cursor:pointer}
.pl{white-space:pre-line;word-break:keep-all}

*{-webkit-text-size-adjust:none}
#sh_wrapper, #sh_wrapper *, #sh_wrapper *:before, #sh_wrapper *:after{box-sizing:border-box;}
#sh_wrapper{display:flow-root}

/* ========================== HEADER */
#sh_hd{position:relative;z-index:15;width:100%;min-width:1300px;font-family:'Pretendard'} 
#sh_hd_wrapper{position:absolute;left:0;top:0;width:100%;height: 100px;background:#fff;}
#sh_hd_wrapper:after{display:block;visibility:hidden;clear:both;content:""} 

/* ========================== MAIN */
#main_banner{overflow:hidden;position:relative;z-index:5;width:100%;padding-top:100px}

/* ========================== INDEX */
#sh_section{position:relative;padding:100px 0;width: 100%;font-size:16px;line-height:1.4;color:#777;letter-spacing:-0.3px;font-family:'Pretendard'}
#sh_section .wh_1400{max-width:1400px;margin:0 auto}
#sh_section .sec_tit{margin-bottom:80px;font-size:16px;color:#777;text-align:center;font-family:'Pretendard'}
#sh_section .sec_tit p{font-size:38px;font-weight:700;color:#111;font-family:'play'}
#sh_section .sec_tit p b{color:var(--primary)}

/* ========================== CONTAINER */
#sh_container:after{display:block;visibility:hidden;clear:both;content:""}
#sh_container_wrapper:after{display:block;visibility:hidden;clear:both;content:""}

/* ========================== SUB */
#sub_main_banner{position:relative;margin-top:100px;height: 490px;font-family:'Pretendard';}
#sub_main_banner.car #sub_bg{width:100%} /* 차량검색일때 서브메인배너 넓이*/

/* ========================== SNB */
#sh_aside{position:relative;z-index:20;width:100%;min-width:1300px;margin:0 auto}

/* ========================== CONTENT */
#sh_content{min-height: 100vh;margin:0 auto 100px;line-height:1.5;font-size:16px;color:#777;font-family:'Pretendard'}
#sh_content_car{z-index:4;position:relative;z-index:15;width:1070px;min-height:600px;height:auto !important;height:500px;padding:10px 30px 60px;margin:0 auto;line-height:1.6;color:#777;background-color:#fff}
#sh_content_tit{overflow:hidden;margin-bottom:20px;letter-spacing:-0.3px;font-family:'Pretendard'}
#sh_content_tit:after{display:block;content:"";visibility:hidden;clear:both}
#sh_content_tit p{float:right;font-size:13px;color:#555;display:none}
#sh_content_tit p span:before{display:inline-block;padding:0 7px;font-family:FontAwesome}
#sh_content_tit p .home:before{padding-right:0;content:"\f015"}
#sh_content_tit p .angle:before{content:"\f105"}

/* ========================== FOOTER */
#sh_ft{font-family:'Pretendard'}
#sh_ft .fr_inr{line-height:70px;background:var(--primary)}
#sh_ft .fr_inr .ft_mn{display:flex;justify-content:flex-end;align-items:center;gap:40px;max-width:1670px;margin:0 auto}
#sh_ft .fr_inr .ft_mn a{position:relative;font-size:16px;font-weight: 600;color:#fff;transition: all 0.2s;}
#sh_ft .fr_inr .ft_mn a:after{position:absolute;content:'';right: -20px;top: 50%;transform: translateY(-50%);width:1px;height:14px;background:rgba(255,255,255,0.3)}
#sh_ft .fr_inr .ft_mn a:hover{color: rgba(255,255,255,0.7)}
#sh_ft .fr_inr .ft_mn li:last-child a:after{display:none}
#sh_ft .ft_cont{padding: 90px 0 70px 0;color:rgba(255,255,255,0.7);background: #060f20;font-size:16px;font-weight:400;line-height:1.5;font-family:'Pretendard'}
#sh_ft .ft_cont .inner .f_logo{position:absolute}
#sh_ft .ft_cont .inner{width:100%;max-width: 74.6%;margin:0 auto}
#sh_ft .ft_cont .inner .left > ul{display:flex;gap:10px;padding:80px 0 40px 0}
#sh_ft .ft_cont .inner .left > ul li a{display:flex;align-items:center;justify-content:center;width:110px;height:40px;background:rgba(255,255,255,0.25);border-radius:2px;transition:all 0.2s}
#sh_ft .ft_cont .inner .left > ul li:nth-child(1) a{background:#fff;color:#111;font-weight:600}
#sh_ft .ft_cont .inner .left > ul li:nth-child(1) a:hover{background:var(--primary);color:#fff}
#sh_ft .ft_cont .inner .left > ul li a:hover{color:#111;background:#fff;font-weight:600}
#sh_ft .ft_cont .inner .left > ul li a{font-weight: 500;color:#fff}
#sh_ft .ft_cont .inner .left .address ul{display:flex;padding-bottom:10px}
#sh_ft .ft_cont .inner .left .address ul:last-chil{padding-bottom:0}
#sh_ft .ft_cont .inner .left .address ul li{display:flex}
#sh_ft .ft_cont .inner .left .address ul li dl dt{font-weight:600;color:#Fff}
#sh_ft .ft_cont .inner .left .address ul li dl .point{position:relative}
#sh_ft .ft_cont .inner .left .address ul li dl .point:after{position:absolute;content:'';right: -20px;top:50%;transform: translateY(-50%);width:1px;height: 12px;background:rgba(255,255,255,0.5)}
#sh_ft .ft_cont .inner .left .address .flex{display:flex;}
#sh_ft .ft_cont .inner .left .address dl{display:flex;align-items:center;gap:14px;margin-right:40px;}
#sh_ft .ft_cont .flex_inr{display:flex}
#sh_ft .ft_cont .flex_inr .right{margin-left:auto}
#sh_ft .ft_cont .inner .cs_box{color:#fff}
#sh_ft .ft_cont .inner .cs_box p{padding-bottom:30px;font-size:15px;font-weight:700}
#sh_ft .ft_cont .inner .cs_box .call_box .num{font-size:32px;font-weight:700}
#sh_ft .ft_cont .inner .cs_box .call_box .txt{padding-bottom:30px;font-weight:500;font-size:15px;color:rgba(255,255,255,0.8)}
#sh_ft .ft_cont .inner .ft_menu ul{display: grid;grid-template-columns: repeat(2, 1fr);gap:8px}
#sh_ft .ft_cont .inner .ft_menu a{display: flex;align-items: center;justify-content: center;width: 120px;height: 36px;background: rgba(255,255,255,0.25);border-radius: 2px;font-size: 15px;font-weight: 700;color: #fff;transition:all 0.25s;}
#sh_ft .ft_cont .inner .ft_menu a:hover{background:#fff;color:#222}
#sh_ft .copy{display:flex;justify-content:space-between;padding-top:54px;color:rgba(255, 2555, 255, 0.7);}
#sh_ft .copy a{font-weight: 600;color: rgba(255, 2555, 255, 0.7);transition:all 0.2s}
#sh_ft .copy a:hover{color:#fff}

/* 사이트맵 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map > div{float:left;width:32%;height:260px;margin-right:2%}
#sh_site_map > div:nth-of-type(3n){margin-right:0}
#sh_site_map .sh_site_map_title{padding:10px 15px;border-bottom:2px solid #333;font-size:17px;font-weight:normal;text-align:center;color:#222;font-family:'notokr-bold'}
#sh_site_map ul{padding:0 15px 15px}
#sh_site_map .sh_site_map_box{min-height:155px;padding:17px 20px;border:1px solid #e1e1e1;border-top:none;font-size:14px;color:#333;line-height:40px}
#sh_site_map .sh_site_map_box li{border-bottom:1px dotted #ccc}
#sh_site_map .sh_site_map_box li:last-child{border:none}

/* 반응형 사이트맵 공통 */
#sh_site_map{position:relative;width:100%;font-family:'notokr-regular'}
#sh_site_map:after{display:block;content:"";visibility:hidden;clear:both}
#sh_site_map > div{width:31%;float:left;margin:0 1%}
#sh_site_map > div:nth-of-type(3n){margin-right:0}
#sh_site_map .sh_site_map_title{padding:10px 15px;border-bottom:2px solid #333;font-size:17px;font-weight:normal;text-align:center;color:#222;font-family:'notokr-bold'}
#sh_site_map ul{padding:0 15px 15px}
#sh_site_map .sh_site_map_box{min-height:205px;padding:17px 20px;border:1px solid #e1e1e1;border-top:none;font-size:14px;color:#333;line-height:40px}
#sh_site_map .sh_site_map_box li{border-bottom:1px dotted #ccc}
#sh_site_map .sh_site_map_box li:last-child{border:none}

/* 반응형 하단 버튼 공통 */
#fix_tel{opacity:0;display:none;position:fixed;right:15px;bottom:20px;z-index:100;width:65px;height:65px;margin-right:-10px;border-radius:50%;font-size:30px;text-align:center;line-height:65px;color:#fff;background-color:var(--primary);box-shadow:5px 5px 5px rgba(0,0,0,.2);-webkit-transition:all .2s;transition:all .2s}
#fix_tel.active{opacity:1;margin-right:0}
#sh_ft_btns{display:none;padding:15px;background:#f7f7f7}
#sh_ft_btns .btns{overflow:hidden}
#sh_ft_btns .row2 a{width:50%}
#sh_ft_btns a{float:left;display:block;width:100%;height:55px;font-size:16px;line-height:55px;color:#fff;text-align:center;background-color:var(--primary);font-family:'notokr-bold'}
#sh_ft_btns a.tel{font-size:18px;font-weight:700;letter-spacing:0;font-family:'Poppins'}
#sh_ft_btns a i{padding-right:5px;font-size:18px}
#sh_ft_btns a.kakao{font-weight:normal;color:#402325;background-color:#ffe500}

/* 반응형 [s] */
@media (max-width:1600px){
#sh_ft .ft_cont .inner{max-width:80%}
}
@media (max-width:1400px){
#sh_ft_wrapper{padding:70px 15px}
#sh_ft .copy{padding:20px 0}
#sh_ft .ft_cont .inner{max-width:90%}
}
@media (max-width:1300px){
#sh_ft .fr_inr .ft_mn{padding: 0 16px}
}
@media (max-width:1200px){
#sh_section{padding:50px 0}
}
@media (max-width:1300px){
#sh_hd{min-width:100%}
#sh_hd_wrapper{padding:0 15px}
#sh_container{min-width:100%}
#sub_main_banner{min-width:100%}
#main_banner{min-width:100%}
#sh_section{min-width:100%}
#sh_content{width:100%;padding:40px 0;margin:0 auto 50px;}
#sh_ft{min-width:100%}
#sh_ft .copy{justify-content:flex-start;gap: 20px;}
}
@media (max-width:1024px){
#sh_hd_wrapper{position:unset;padding:0;height:auto}
#sh_ft_wrapper .f_left{width:60%} 
#sub_main_banner{height:260px}
#main_banner{padding-top:0}
#sub_main_banner{margin-top:0}
#sh_ft .ft_cont{padding:50px 0}
}
@media (max-width:900px){
#sh_section{padding:60px 0}
}
@media (max-width:768px){
/* 반응형 스타일 필수 [s] */
#sh_login, #sh_agree, #sh_register,#sh_mb_confirm, #sh_result{padding:15px;margin:15px auto;border:none}
#sh_login input[type=submit], #sh_agree .btn_wrap input[type=submit], #sh_register .btn_wrap input[type=submit],#sh_find_info input[type=submit], #sh_mb_confirm input[type=submit]{-webkit-appearance:none;appearance:none}
#sh_login .bnr .txt p a{color:#0054a6}
#sh_pw_confirm{width:100%;padding:30px 20px;border:none}
#sh_agree .inner{padding:15px}
#sh_agree .cont{padding:10px}
#sh_site_map{padding:30px 20px}
#sh_site_map > div{width:100%;margin:0}
#sh_site_map .sh_site_map_box{min-height:auto}
/* 반응형 스타일 필수 [e] */    
#sh_section .sec_tit{margin-bottom:60px}
#sh_ft_wrapper .f_left{width:50%}
#sh_ft .c_inner{flex-direction:column;align-items:center;gap:10px}
#sh_ft .fr_inr .ft_mn a{font-size:14px}
#sh_ft .ft_cont .inner{max-width:94%}
#sh_ft .ft_cont .inner .cs_box .call_box .num{font-size:28px}
#sh_ft .ft_cont .inner .left .address .flex{font-size:15px}
#sh_ft .ft_cont .flex_inr .left ul li{font-size:15px}
#sh_ft .ft_cont .inner .ft_menu a{font-size:14px}
}
@media (max-width:680px){
#sh_ft .ft_cont .flex_inr{flex-direction:column}
#sh_ft .ft_cont .flex_inr .right{margin-left:0}
#sh_ft .ft_cont .inner .ft_menu a{width:100%}
#sh_ft .ft_cont .inner .f_logo{left:50%;transform:translateX(-50%)}
#sh_ft .ft_cont .inner .left > ul{padding: 50px 0 40px 0;justify-content:center}
#sh_ft .ft_cont .inner .left .address .flex{justify-content:center}
#sh_ft .ft_cont .inner .left .address ul{justify-content:center}
#sh_ft .ft_cont .flex_inr .right{text-align:center}
#sh_ft .ft_cont .inner .cs_box p{padding-bottom:10px}
#sh_ft .ft_cont .inner .cs_box .call_box .txt{padding-bottom:20px}
#sh_ft .ft_cont .inner .left .address dl{margin-right:0}
#sh_ft .ft_cont .inner .left .address ul li{gap:10px}
}
@media (max-width:600px){
#sh_section{padding:40px 0}
#sh_ft .ft_cont{margin-bottom:100px}
#sh_content{margin: 0;padding:20px 0}
}
@media (max-width:480px){
#sh_section{padding:30px 0}
#sub_main_banner{height:auto}
#fix_tel{display:block}
#sh_ft_btns{display:block}
#sh_ft_wrapper{flex-direction:column;text-align:center}
#sh_ft_wrapper .cs{order:1;margin-bottom:70px}
#sh_ft_wrapper .f_left{order:2;width:100%}
#sh_ft .fr_inr .ft_mn{width:100%;justify-content:center;padding:0;gap:20px}
#sh_ft .fr_inr .ft_mn a{font-size:13px}
#sh_ft .fr_inr .ft_mn a:after{right:-12px;height:11px}
#sh_ft .ft_cont .inner .f_logo img{max-height:26px}
#sh_ft .ft_cont .inner .cs_box .call_box .num{font-size:25px}
#sh_ft .copy{font-size:14px}
}
@media(max-width:380px){
#sh_ft .fr_inr .ft_mn{gap:10px}
#sh_ft .fr_inr .ft_mn a{font-size:12px}
#sh_ft .fr_inr .ft_mn a:after{display:none}
#sh_ft .ft_cont .flex_inr .left ul li{font-size:14px}
}
/* 반응형 [e] */
