input[type="text"]{padding-left:10px;box-sizing:border-box;}
#sv_box{width:100%;margin:0 auto;position: relative;}
#sv_box.bg1{background: url(../image/sub/svbg1.jpg) no-repeat center center; background-size: cover;}
#sv_box.bg2{background: url(../image/sub/svbg2.jpg) no-repeat center center; background-size: cover;}
#sv_box.bg3{background: url(../image/sub/svbg3.jpg) no-repeat center center; background-size: cover;}
#sv_box.bg4{background: url(../image/sub/svbg4.jpg) no-repeat center center; background-size: cover;}
#sv_box.bg5{background: url(../image/sub/svbg5.jpg) no-repeat center center; background-size: cover;}
#sv_box.bg6{background: url(../image/sub/svbg6.jpg) no-repeat center center; background-size: cover;}
#sv_box.bg7{background: url(../image/sub/svbg7.jpg) no-repeat center center; background-size: cover;}
#sv_box > div{width:calc(100% - 20px);max-width:1180px;margin:0 auto;height:250px;display:flex;align-items: center;justify-content: space-between;}
#sv_box > div h2{font-size:20px;color:#fff;font-weight:350;line-height:1.1;transition: all 1s ease;}
#sv_box > div h2 strong{display: block;font-size: 35px;font-weight: bold;margin-bottom:8px;}

.sub_bar{width: 100%;max-width:630px;box-sizing:border-box;transition: .4s;position: relative;z-index:2;transition: all 1s ease;}
.sub_bar_wp{width: 100%;display: flex;}
.sub_bar_home{width: 50px;text-align: center;}
.sub_bar_home > a{display: inline-block;width: 100%;height: 50px;line-height: 50px;border-radius: 100%;background: #037bc0;font-size: 17px;color:#fff;}
.snavi_all{width: calc(100% - 50px);display: flex;}
.snavi_all > li{position:relative;height:50px;display:table;box-sizing:border-box;margin-left: 10px;width:calc(50% - 10px);}
.snavi_all > li > a{position: relative;display:table-cell;vertical-align:middle;border: 1px solid rgba(255,255,255,0.5);border-radius: 50px;padding:0 25px;font-size:16px;color:#fff;line-height:18px;}
.snavi_all > li > a:after{content:"";position: absolute;right: 25px;top: 50%;margin-top:-4px;width: 13px;height: 8px;background:url('../image/sub/sny.png') no-repeat center center;transition: .4s;}
.snavi_all > li > a.on{background: #003c7f;}
.snavi_all > li > a.on:after{transform: rotate(-180deg);}
.snavi_all > li ul{display:none;position:absolute;left:0;top:100%;z-index:11;width:100%;box-sizing:border-box;padding:15px 26px 20px;border-radius: 15px;background:#003c7f;z-index:99;}
.snavi_all > li ul li + li{margin-top: 10px;}
.snavi_all > li ul li a{display:inline-block;vertical-align:middle;font-size:15px;color:#fff;line-height:17px;font-weight: 300;}
.snavi_all > li ul li a:hover{color:#fff;text-decoration: underline;}

.sa{
	opacity: 0;
	transition: all .9s ease;
}
.sa-up{
	transform: translate(0, 30px);
}
.sa-down {
	transform: translate(0, -30px);
}
.sa.show {
	opacity: 1;
	transform: none;
}

#scontent_wrap{width: 100%;margin: 0 auto;min-height: 800px;}
.sconts_wid{width:calc(100% - 30px);max-width:1180px;margin:0 auto;padding-bottom:80px;}
.ct_img{text-align:center;}

.stop_title_box{padding-top: 60px;width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;text-align:center;}
.stop_title_box h3{font-family: 'Pretendard';font-size:40px;color:#000;font-weight: 300;line-height: 1;padding-bottom: 28px;margin-bottom: 60px;border-bottom: 1px solid #dfdfdf;}
.stop_title_box h3 strong{font-weight: bold;}

.stop_title_box h3 span{display:inline-block;animation:loading .7s}
.stop_title_box h3 span:nth-child(2){animation-delay:.1s}
.stop_title_box h3 span:nth-child(3){animation-delay:.2s}
.stop_title_box h3 span:nth-child(4){animation-delay:.3s}
.stop_title_box h3 span:nth-child(5){animation-delay:.4s}
.stop_title_box h3 span:nth-child(6){animation-delay:.5s}
.stop_title_box h3 span:nth-child(7){animation-delay:.6s}
.stop_title_box h3 span:nth-child(8){animation-delay:.7s}
.stop_title_box h3 span:nth-child(9){animation-delay:.8s}
.stop_title_box h3 span:nth-child(10){animation-delay:.85s}
.stop_title_box h3 span:nth-child(11){animation-delay:.9s}
.stop_title_box h3 span:nth-child(12){animation-delay:.95s}

@keyframes loading {
	0%,100%{transform:translateY(0);filter:blur(0);opacity:1}
	50%{transform:translateY(15px);filter:blur(5px);opacity:.2}
}



.process_step_area *{font-family: 'Pretendard' !important;}
.process_step_area{margin-bottom: 60px;background: #f3f3f3;border-radius: 60px;overflow: hidden;display: flex;align-items: center;}
.process_step_area > li{width: 33.333333%;box-sizing: border-box;height: 60px;border-radius: 60px;padding: 0 15px;display: flex;align-items: center;justify-content: space-between;text-align: center;}
.process_step_area > li > span.lf{display: inline-block;width: 50px;line-height: 24px;border-radius: 24px;background: #dbdbdb;font-size: 11px;color:#676767;}
.process_step_area > li > span.rt{opacity: 0;display:inline-block;width: 8px;height: 15px;background:url('../image/sub/stf.png') no-repeat center center;}
.process_step_area > li > p{font-size: 16px;color:#1f1f1f;letter-spacing: -0.5px;font-weight:400;}
.process_step_area > li.on{background: #003c7f;}
.process_step_area > li.on > span.lf{background: #037bc0;color:#fff;}
.process_step_area > li.on > span.rt{opacity: 1;}
.process_step_area > li.on > p{color:#fff;}

.brand_opt_tab *{font-family: 'Pretendard' !important;}
.brand_opt_tab{display: flex;}
.brand_opt_tab > li{width: 50%;height: 60px;text-align: center;box-sizing: border-box;display: table;}
.brand_opt_tab > li > a{display: table-cell;vertical-align:middle;border: 1px solid #dfdfdf;font-size: 20px;color:#000;font-weight: 400;}
.brand_opt_tab > li > span{display: table-cell;vertical-align:middle;border: 1px solid #dfdfdf;font-size: 18px;color:#000;font-weight: 500;}
.brand_opt_tab > li:first-child > a{border-radius: 15px 0 0 0;border-right: 0;}
.brand_opt_tab > li:last-child > a{border-radius: 0 15px 0 0;border-left: 0;}
.brand_opt_tab > li.on > a{border: 1px solid #003c7f;color:#003c7f;font-weight: 700;}
.brand_opt_tab > li:first-child > span{border-radius: 15px 0 0 0;border-right: 0;}
.brand_opt_tab > li:last-child > span{border-radius: 0 15px 0 0;border-left: 0;}
.brand_opt_tab > li.on > span{border: 1px solid #003c7f;color:#003c7f;}
.brand_opt_area{border: 1px solid #dfdfdf;border-top: 0;border-radius: 0 0 15px 15px;padding: 34px 20px;}
.brand_opt_box{display: none;}
.brand_opt_box.on{display: block;}
.brand_opt_list{margin-left: -20px;margin-top: -0px;display: flex;flex-wrap: wrap;}
.brand_opt_list > li{margin-top: 0px;margin-left: 20px;width: calc(16.66666666% - 20px);text-align: center;}
.brand_opt_list > li > a{display: inline-block;padding: 5px 10px 8px;border: 1px solid #fff;border-radius: 15px;background: #fff;}
.brand_opt_list > li > a > div{width: 100%;height: 64px;display: flex;justify-content: center;align-items:center;}
.brand_opt_list > li > a > div img{max-width:80px;max-height: 64px;width: auto;}
.brand_opt_list > li > a > p{margin-top: 10px;font-size: 17px;color:#333;font-weight:400;}
.brand_opt_list > li.on > a{border: 1px solid #003c7f;background: #f6fafc;}

.car_opt_wp{margin-top: 60px;}
.car_opt_title{font-family: 'Pretendard';margin-bottom: 30px;text-align: center;font-size: 20px;color:#000;font-weight: 700;line-height: 1;}
.car_opt_list{display: flex;flex-wrap: wrap;margin-left: -20px;margin-top: -20px;}
.car_opt_list > li{margin-top: 20px;margin-left: 20px;width: calc(25% - 20px);position:relative;}
.car_opt_list > li > input{position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.car_opt_list > li > label{display: block;}
.car_opt_list > li > label > .list{padding: 44px 25px 20px;border: 1px solid #f8f8f8;background: #f8f8f8;border-radius: 15px;overflow: hidden;}
.car_opt_list > li > label > .list > .c_brd{position: absolute;right: 18px;top: 2px;max-width: 90%;height: 40px;display: flex;justify-content: flex-end;align-items: center;}
.car_opt_list > li > label > .list > .c_brd img{width: auto;max-height: 38px;}
.car_opt_list > li > label > .list > .carmg{text-align: center;display: flex;width: 100%;height: 130px;justify-content: center;align-items: center;}
.car_opt_list > li > label > .list > .carmg img{max-height: 130px;width: auto;max-width: 100%;}
.car_opt_list > li > label > .list > .car_info{margin-top: 15px;}
.car_opt_list > li > label > .list > .car_info > p.car_tit{font-family: 'Pretendard';font-size: 18px;color:#333;font-weight: 600;line-height: 1.1;width: 100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.car_opt_list > li > label > .list > .car_info > p.car-price{font-family: 'Pretendard';margin-top: 8px;font-size: 16px;font-weight:400;color:#777;line-height: 1.1;width: 100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.car_opt_list > li > label > .list > .car_info > p.car-price span{color:#333;font-weight:700;}
.car_opt_list > li > input[type='radio']:checked + label > .list{border: 1px solid #003c7f;background: #fff;}
.bn_opt_wp{text-align: center;margin-top: 60px;}
.bn_opt_wp > a{font-family: 'Pretendard';display: inline-block;width: 200px;line-height: 50px;border-radius: 50px;background: #003c7f;font-size: 16px;color:#fff;font-weight:400;}

/*
.carview_wp *{font-family: 'Pretendard' !important;}
.carview_wp{border: 1px solid #dfdfdf;border-top: 0;border-radius: 0 0 15px 15px;padding: 40px 3.5% 60px;}
.carview_area{display: flex;justify-content: space-between;}
.carview_img{width: 49%;text-align: center;}
.carview_box{width: 49%;}
.carview_img img{max-width: 100%;}
.carview_box > .cv_top{padding: 10px 0 28px;margin-bottom: 28px;border-bottom: 1px solid #d9d9d9;}
.carview_box > .cv_top .title{display: flex;align-items: center;flex-wrap: wrap;font-size: 30px;color: #494949;font-weight: 700;line-height: 1.1;}
.carview_box > .cv_top .title > span{margin-right: 10px;display: inline-block;max-width: 70px;}
.carview_box > .cv_top .samb{margin-top: 18px;font-size: 17px;color:#7a7a7a;line-height: 1.8;font-weight:400;}
.carview_box > .cv_bot > .co_title{margin-bottom: 30px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.carview_box > .cv_bot > .co_title h4{font-size: 22px;color:#313131;font-weight: 600;line-height: 1.1;}
.carview_box > .cv_bot > .co_title p{font-size: 16px;color:#626262;font-weight: 400;line-height: 1.1;}
.carview_box > .cv_bot .co_lines{margin-left: -10px;margin-top: -10px;display: flex;flex-wrap: wrap;}
.carview_box > .cv_bot .co_lines > li{margin-top: 10px;margin-left: 10px;width: 60px;}
.carview_box > .cv_bot .co_lines > li > div{display: inline-block;position: relative;}
.carview_box > .cv_bot .co_lines > li > div > input{position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.carview_box > .cv_bot .co_lines > li > div > label{display: block;width: 60px;}
.carview_box > .cv_bot .co_lines > li > div > label > div{position: relative;width: 100%;height: 60px;border-radius: 7px;border: 1px solid #e0e0e0;}
.carview_box > .cv_bot .co_lines > li > div > input[type='radio']:checked + label > div{border: 2px solid #003c7f;}
.carview_box > .cv_bot > .co_btxt{margin-top: 30px;font-size: 15px;color:#ababab;display: table;font-weight:400;}
.carview_box > .cv_bot > .co_btxt span{display: table-cell; vertical-align: top;  white-space:nowrap; padding-right: 4px;}
*/
.carview_wp *{font-family: 'Pretendard' !important;}
.carview_wp{border: 1px solid #dfdfdf;border-top: 0;border-radius: 0 0 15px 15px;padding: 30px 2.5% 30px;}
.carview_area{display: flex;justify-content: space-between;}
.carview_img{width: 49%;text-align: center;display: flex;height: 324px;justify-content: center;align-items: center;}
.carview_box{width: 50%;}
.carview_img img{max-width: 100%;max-height: 380px;width: auto;}
.carview_box > .cv_top{padding: 10px 0 30px;margin-bottom: 30px;border-bottom: 1px solid #d9d9d9;position: relative;}
.carview_box > .cv_top .title{display: flex;align-items: center;flex-wrap: wrap;font-size: 30px;color: #494949;font-weight: 700;line-height: 1.1;}
.carview_box > .cv_top .title > span{margin-right: 0px;display: inline-block;max-width: 70px;margin-left:-17px;}
.carview_box > .cv_top .ctlg_bn{display: inline-block;position: absolute;right: 0;top: 12px;padding: 0 8px;line-height: 35px;border-radius: 35px;background: #003c7f;font-size: 14px;color: #fff;}
.carview_box > .cv_top .samb{margin-top: 10px;font-size: 17px;color:#7a7a7a;line-height: 1.5;font-weight:400;}
.carview_box > .cv_bot > .co_title{margin-bottom: 20px;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.carview_box > .cv_bot > .co_title h4{font-size: 22px;color:#313131;font-weight: 600;line-height: 1.1;}
.carview_box > .cv_bot > .co_title h4 > a{display: inline-block;margin-left: 14px;font-size: 15px;color:#898989;font-weight: 300;}
.carview_box > .cv_bot > .co_title p{font-size: 16px;color:#626262;font-weight: 400;line-height: 1.1;}
.carview_box > .cv_bot .co_lines{margin-top: 0;padding-bottom: 10px;}
.carview_box > .cv_bot .co_lines > li{width: 60px;}
.carview_box > .cv_bot .co_lines > li > div{display: inline-block;position: relative;}
.carview_box > .cv_bot .co_lines > li > div > input{position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.carview_box > .cv_bot .co_lines > li > div > label{display: block;width: 60px;}
.carview_box > .cv_bot .co_lines > li > div > label > div{position: relative;width: 100%;height: 60px;border-radius: 7px;border: 1px solid #e0e0e0;}
.carview_box > .cv_bot .co_lines > li > div > input[type='radio']:checked + label > div{border: 2px solid #003c7f;}
.carview_box > .cv_bot > .co_btxt{margin-top: 10px;font-size: 15px;color:#ababab;display: table;font-weight:400;}
.carview_box > .cv_bot > .co_btxt span{display: table-cell; vertical-align: top;  white-space:nowrap; padding-right: 4px;}



.model_option_wp *{font-family: 'Pretendard' !important;}
.model_option_wp{margin-top: 20px;background: #f7f7f7;border-radius: 15px;padding: 38px 3.5%;}
.mdop_top{display: flex;;justify-content: space-between;position: relative;}
.mdop_top:before{content: "";position:absolute;left: 50%;top: 0;bottom: 0;width: 1px;background: #d9d9d9;}
.mdop_top > div{width: 46.5%;}
.mdo_title{font-size: 22px;color:#282828;font-weight: 600;line-height: 1;}
.mdo_title span{font-size: 15px;color:#898989;font-weight: 300;}

.datamotel_area{margin-top: 20px;width: 100%;box-sizing: border-box;padding-right: 6%;height: 312px;overflow-y: scroll;}
.datamotel_area::-webkit-scrollbar{width: 4px;height: 1px;border-radius: 5px;}
.datamotel_area::-webkit-scrollbar-thumb {background: #7e7e7e;}
.datamotel_area::-webkit-scrollbar-track{background:#fff;}
.input-arrow .afcont{margin-bottom:8px; display:flex; justify-content:space-between; align-items:center;box-sizing: border-box;width: 100%;height: 55px;padding:0 18px; border:1px solid #b7b7b7;border-radius:11px; cursor:pointer;}
.input-arrow .afcont .txt{display: block;color:#494949;font-size: 17px;font-weight:400;width:calc(100% - 18px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.input-arrow .afcont .arrow{display: inline-block;width:15px;height:7px; transition: all 0.7s;background:url('../image/sub/apic.png') no-repeat center center;}
.input-arrow.on .afcont .arrow{transform:rotate(180deg);}
.input-arrow .afcont2{font-size:16px; margin-bottom:8px; display:flex; justify-content:space-between; align-items:center;box-sizing: border-box;width: 100%;height: 55px;padding:0 18px; border:1px solid #b7b7b7;border-radius:11px; color:#003c7f; font-weight:500; cursor:pointer;}
.input-arrow .afcont2 > span{display: block;}
.input-arrow .afcont2 .trim_txt{width: calc(100% - 100px);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.input-arrow .afcont2 .trim_price{width: 100px;text-align: right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.input-arrow > .afcont{display: none;}
.input-arrow > .afcont.on{display: flex;}
.input-arrow > .afcont2{display: none;}
.input-arrow > .afcont2.on{display: flex;}
.detailCarList{display: none;margin-bottom: 8px;padding:0 18px;border:1px solid #b7b7b7;border-radius:11px;}
.input-check{position: relative;}
.input-check input{position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.input-check input + label{position:relative;  display:flex; justify-content:space-between; align-items:center; padding:20px 0 20px 27px;font-size:16px;color:#6e6e6e; line-height:18px; border-bottom:1px solid #dfdfdf;}
.input-check input + label:before{position:absolute; content:''; top:50%; left:0; transform:translate(0,-50%);width:18px; height:18px; border-radius:3px; border:1px solid #cecece; background:#eaeaea;  background-size:13px;}
.input-check input + label .txt{display: block;width:calc(100% - 100px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.input-check input + label strong{color:#555;}
.input-check input + label:hover strong {color:#003c7f;}
.input-check input + label:hover {color:#003c7f;}
.input-check input + label:hover:before {background: #003c7f url('../image/sub/ck2.png') no-repeat center center;}
.input-check input:checked + label {color:#003c7f;}
.input-check input:checked + label:before {background: #003c7f url('../image/sub/ck2.png') no-repeat center center;}

.rts_option_area{margin-top: 20px;padding-right: 6%;height: 312px;overflow-y: scroll;}
.rts_option_area::-webkit-scrollbar{width: 4px;height: 1px;border-radius: 5px;}
.rts_option_area::-webkit-scrollbar-thumb {background: #7e7e7e;}
.rts_option_area::-webkit-scrollbar-track{background:#fff;}
.rts_option_line > li{margin-bottom: 8px;position: relative;border:1px solid #b7b7b7;border-radius:11px; cursor:pointer;padding: 0 18px;box-sizing: border-box;}
.rts_option_line > li input{position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.rts_option_line > li input + label{position:relative;display:flex; justify-content:space-between; align-items:center;box-sizing: border-box;width: 100%;height: 53px;padding:0 18px 0 27px; }
.rts_option_line > li input + label:before{position:absolute; content:''; top:50%; left:0; transform:translate(0,-50%);width:18px; height:18px; border-radius:3px; border:1px solid #cecece; background:#eaeaea;  background-size:13px;}
.rts_option_line > li input + label .txt{font-size:17px;display: block;width:calc(100% - 100px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rts_option_line > li input + label strong{color:#555;}
.rts_option_line > li input + label:hover {color:#003c7f;}
.rts_option_line > li input + label:hover:before {background: #003c7f url('../image/sub/ck2.png') no-repeat center center;}
.rts_option_line > li input:checked + label {color:#003c7f;}
.rts_option_line > li input:checked + label:before {background: #003c7f url('../image/sub/ck2.png') no-repeat center center;}


.mdop_bot_wp *{font-family: 'Pretendard' !important;}
.mdop_bot{margin-top: 45px;padding-top: 45px;border-top: 1px solid #d9d9d9;}
.mdop_bot_wp{position: relative;display: flex;;justify-content: space-between;}
.mdop_bot_wp:before{content: "";position:absolute;left: 50%;top: 0;bottom: 0;width: 1px;background: #d9d9d9;}
.mdop_bot_wp > div{width: 46.5%;box-sizing: border-box;}
.mdop_bot_rt{background: #fff;padding: 35px 3%;border-radius: 15px;}
.selectbox h5{margin: 20px 0 10px;font-size: 17px;color:#626262;font-weight: 500;line-height: 1;}
.selectbox > .inputBar > ul{display: flex;}
.selectbox > .inputBar > ul > li{position: relative;}
.selectbox > .inputBar.wd2 > ul > li{width: 50%;}
.selectbox > .inputBar.wd3 > ul > li{width: 33.3333333333%;}
.selectbox > .inputBar.wd4 > ul > li{width: 25%;}
.selectbox > .inputBar.wd5 > ul > li{width: 20%;}
.selectbox > .inputBar > ul > li input{position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.selectbox > .inputBar > ul > li input + label{position: relative;display:flex;align-items:center;justify-content: center;box-sizing: border-box;width: 100%;height: 53px;border: 1px solid #b7b7b7;font-size:16px;color:#6e6e6e; line-height:18px;}
.selectbox > .inputBar > ul > li + li input + label{border-left: 0;}
.selectbox > .inputBar > ul > li:first-child input[type="radio"] + label {border-top-left-radius:13px; border-bottom-left-radius:13px; }
.selectbox > .inputBar > ul > li:last-child input[type="radio"] + label {border-top-right-radius:13px; border-bottom-right-radius:13px;font-size:15px;font-weight:400; }
.selectbox > .inputBar > ul > li input:checked + label{border: 1px solid #003c7f;color:#003c7f;font-weight:700 !important;}
.selectbox .inputNum input{width: 100%;height: 55px;border-radius: 13px;box-sizing: border-box;border: 1px solid #b7b7b7;font-size:16px;color:#6e6e6e;background: none;padding: 0 20px;}
.selectbox .onry_text{display: none;}


.mdop_bot_rt h4{margin-top: 40px;margin-bottom: 20px;font-size: 22px;color:#282828;font-weight: 500;line-height: 1;}
.esresult-wrap{display:flex; justify-content:space-between; align-items:flex-end; }
.esresult-wrap .esdetail-txt{margin-right: 10px;width: calc(100% - 110px);box-sizing: border-box;}
.esresult-wrap .esdetail-txt p{font-size:16px;font-weight:500;color:#939393; line-height:1.7; letter-spacing:-0.5px;}
.esresult-wrap .price p{font-size: 21px;color:#494949;font-weight: 350;line-height: 1.2;} 
.esresult-wrap .price p span{font-weight: 700;}
.esresult-wrap .esdetail-txt.scroll{height: 160px;overflow-y: scroll;padding-right: 10px;}
.esresult-wrap .esdetail-txt.scroll::-webkit-scrollbar{width: 4px;height: 1px;border-radius: 5px;}
.esresult-wrap .esdetail-txt.scroll::-webkit-scrollbar-thumb {background: #7e7e7e;}
.esresult-wrap .esdetail-txt.scroll::-webkit-scrollbar-track{background:#e6e6e6;}
.esresult-line{margin-top: 50px;border-top: 1px solid #dcdcdc;}
.esresult-line > li{width: 100%;height: 60px;border-bottom: 1px solid #dcdcdc;display: flex;justify-content:space-between;align-items:center;}
.esresult-line > li h5{font-size: 19px;color:#202020;font-weight: 700;line-height: 1}
.esresult-line > li p{font-size: 21px;color:#202020;font-weight: 300;line-height: 1}
.esresult-line > li p span{font-weight: 700;}

.esresult-fbn{margin-top: 40px;text-align: right;}
.esresult-fbn > a{display: inline-block;width: 200px;line-height: 50px;border-radius: 50px;background: #003c7f;font-size: 18px;font-weight:400;color:#fff;text-align: center;}

.countdown_wp{width: 100%;max-width:1180px;margin:30px auto 0 auto;border-radius:20px;height: 464px;background: url(../image/sub/timebg.jpg) no-repeat center center; background-size: cover;display: flex;justify-content:center;align-items:center;}
.countdown_wp > div{text-align: center;padding: 20px;}
.countdown_wp > div .txt1{font-size: 0;}
.countdown_wp > div .txt2{font-size: 15px;font-weight:400;color:#fff;margin: 15px 0 5px 0;font-family: 'GmarketSansMedium';}
.countdown_wp > div .txt3{margin-bottom: 25px;font-size: 28px;color:#fff;font-weight: bold;font-family: 'GmarketSansBold';}

.tsa_title{font-family: 'Pretendard';margin-bottom: 50px;text-align:center;font-size:17px;font-weight:400;color:#888;}
.tsa_title span{}
.tsa_line *{font-family: 'Pretendard' !important;}
.tsa_line{display: flex;flex-wrap: wrap;margin-top:-40px;margin-left: -20px;}
.tsa_line > li{margin-top :40px;margin-left: 20px;width: calc(25% - 20px);}
.tsa_line > li > a{display: block;}
.tsa_line > li > a > .img{position: relative;border-radius: 15px;overflow: hidden;transition: .4s;}
.tsa_line > li > a > .img > img{width: 100%;transition: all 0.3s ease-in-out;}
.tsa_line > li > a > .img > .cp{display: inline-block;position: absolute;left: 0;top: 0;padding: 0 11px;background: #e37791;border-radius: 0 0 17px 0;font-size: 12px;color:#fff;line-height: 26px;transition: .4s;}
.tsa_line > li > a > .img > .more{display: inline-block;position: absolute;right: 7px;top: 7px;width: 35px;height: 35px;border-radius: 100%;background: #c3c3c3 url('../image/main/more1.png') no-repeat center center;transition: .4s;}
.tsa_line > li > a:hover > .img > img{transform: scale(1.1,1.1);}
.tsa_line > li > a:hover > .img > .more{background: #e37791 url('../image/main/more1.png') no-repeat center center;transition: .4s;}
.tsa_line > li > a:hover > .box > .title .b_tit{color:#003c7f;}
.tsa_line > li > a > .box > .title{padding: 18px 0 13px;border-bottom: 1px solid #e4e4e4;}
.tsa_line > li > a > .box > .title .b_tit{font-size: 18px;color:#333;font-weight: 700;line-height: 1;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tsa_line > li > a > .box > .title .s_tit2{margin-top: 10px;font-size: 15px;color:#939393;font-weight:400;line-height: 22px;height: 44px;width:100%; word-break: keep-all;overflow: hidden;-webkit-line-clamp: 2;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.tsa_line > li > a > .box > .price{padding-top: 15px;display: flex;justify-content:space-between;align-items:center;}
.tsa_line > li > a > .box > .price .st{font-size: 15px;color:#454545;line-height:1;font-weight:500;}
.tsa_line > li > a > .box > .price .bt{font-size: 24px;color:#ea1936;font-weight: 700;line-height:1;}
.tsa_line > li > a > .box > .price .bt span{font-size:17px;font-weight:500;color:#454545;}
.tsa_line > li > a > .box > .p_btn{margin-top: 23px;text-align: center;line-height: 50px;border-radius: 50px;background: #003c7f;font-size:18px;color:#fff;font-weight: 500;}

.gar_box *{font-family: 'Pretendard' !important;}
.gar_box{margin-top: 50px;background: #f6f6f6;padding: 28px 8%;}
.gar_box p{margin-bottom: 10px;font-size: 15px;color:#2f2f2f;font-weight: 600;line-height: 1;}
.gar_box ul li{padding-left: 30px;font-size: 14px;color:#454545;font-weight: 400;line-height: 1.5;position: relative;}
.gar_box ul li:before{content:"";position: absolute;left: 15px;top: 8px;width: 5px;height: 5px;border-radius: 100%;background: #003c7f;}

.stab_page *{font-family: 'Pretendard' !important;}
.stab_page{margin-top:-2px;margin-left: -20px;display: flex;flex-wrap: wrap;}
.stab_page > li{margin-top: 2px;margin-left: 20px;text-align: center;display: table;}
.stab_page.line5 > li{width: calc(20% - 20px);}
.stab_page.line4 > li{width: calc(25% - 20px);}
.stab_page.line3 > li{width: calc(33.333333% - 20px);}
.stab_page.line2 > li{width: calc(50% - 20px);}
.stab_page > li > a{display: table-cell;vertical-align: middle;background: #e3eaf3;height: 60px;border-radius: 30px;font-size:17px;color:#222121;font-weight: 500;}
.stab_page > li:hover > a{background: #003c7f;color:#fff;}
.stab_page > li.on > a{background: #003c7f;color:#fff;}

.inst_sec{margin-top: 60px;}
.inst_stit{margin-bottom:27px;}
.inst_stit p.tit1{font-size:26px;color:#003c7f;font-weight: bold;line-height:1;}
.inst_stit p.tit2{margin-top: 15px;font-size:18px;color:#454545;line-height:1.3;}

.inst_list{display: flex;flex-wrap: wrap;margin-top:-20px;margin-left: -20px;}
.inst_list > li{margin-top :20px;margin-left: 20px;width: calc(33.333333333% - 20px);}
.inst_list > li > a{display: block;border-radius: 15px;border: 1px solid #dfdfdf;background: #f2f3f5;transition: .1s;padding: 29px;}
.inst_list > li > a > .img{border-radius: 15px;overflow: hidden;}
.inst_list > li > a > .img img{width: 100%;height:180px;transition: all 0.3s ease-in-out;}
.inst_list > li > a > .box > .r_title{padding: 20px 0;}
.inst_list > li > a > .box > .r_title > p.tit{font-size: 19px;color:#000;font-weight: 700;line-height: 1;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.inst_list > li > a > .box > .r_title > p.txt{margin-top: 13px;font-size: 14px;color:#454545;font-weight:400;line-height: 1;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.inst_list > li > a > .box > .r_line{padding: 20px 0;border-top: 1px solid #dfdfdf;}
.inst_list > li > a > .box > .r_line > div{display: flex;justify-content:space-between;align-items:center;}
.inst_list > li > a > .box > .r_line > div + div{margin-top: 10px;}
.inst_list > li > a > .box > .r_line > div > p{font-size: 14px;font-weight:600;color:#939393;line-height: 1;}
.inst_list > li > a > .box > .r_line > div > p.rt{text-align: right;}
.inst_list > li > a > .box > .r_line > div > p.typ1{font-size: 18px;font-weight: 700;color:#626262;}
.inst_list > li > a > .box > .r_line > div > p.typ2{font-size: 18px;color:#003c7f;font-weight: 700;}
.inst_list > li > a > .box > .rs_text{font-size:15px;color:#676767;font-weight: 300;text-align: right;}
.inst_list > li > a > .box > .rs_bn{margin-top: 28px;text-align: center;}
.inst_list > li > a > .box > .rs_bn span{display: block;line-height: 58px;border-radius: 58px;border: 1px solid #003c7f;font-size: 17px;color:#003c7f;font-weight: 500;transition: all 0.2s ease-in-out;}
.inst_list > li > a:hover{border: 1px solid #003c7f;}
.inst_list > li > a:hover > .img > img{transform: scale(1.1,1.1);}
.inst_list > li > a:hover > .box > .rs_bn span{background: #003c7f;color:#fff;}


.evt_wp{margin-top: 60px;}
.evt_line{display: flex;flex-wrap: wrap;margin-top:-40px;margin-left: -20px;}
.evt_line > li{margin-top :40px;margin-left: 20px;width: calc(50% - 20px);}
.evt_line > li > a{display: block;}
.evt_line > li > a > .img{overflow: hidden;border-radius: 15px;position: relative;}
.evt_line > li > a > .img > img{width: 100%;transition: all 0.3s ease-in-out;}
.evt_line > li > a > .img > .end_ic{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.7);text-align: center;display: flex;flex-direction:column;align-items:center;justify-content: center;}
.evt_line > li > a > .img > .end_ic span{display: inline-block;}
.evt_line > li > a > .img > .end_ic p{font-size: 22px;color:#fff;margin-top: 15px;}
.evt_line > li > a > .box{padding: 10px 10px 0 10px;text-align: center;display: flex;align-items: center;}
.evt_line > li > a > .box > .d_day{width: 63px;height: 63px;border-radius: 6px;background: #003c7f;display: flex;align-items:center;justify-content: center;}
.evt_line > li > a > .box > .d_day > p{font-size: 12px;color:#fff;font-weight: 350;line-height: 1;}
.evt_line > li > a > .box > .d_day > p span{display: block;font-weight: bold;font-size: 28px;margin-top:3px;}
.evt_line > li > a > .box > .d_title{margin-left: 10px;text-align: center;width: calc(100% - 73px);}
.evt_line > li > a > .box > .d_title > .tit{font-size: 18px;color:#000;font-weight: 500;line-height: 1.1;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.evt_line > li > a > .box > .d_title > .tit span{color:#003c7f;}
.evt_line > li > a > .box > .d_title > .datas{margin-top: 10px;font-size: 16px;color:#454545;font-weight: 350;line-height: 1.1;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.evt_line > li > a > .box > .d_title > .datas span{display: inline-block;padding-left: 22px;background: url('../image/sub/crd.png') no-repeat left center;}
.evt_line > li > a:hover > .img > img{transform: scale(1.1,1.1);}

.page_all {text-align: center;margin-top: 60px;font-size: 0;}
.page_all > a{display: inline-block;width: 45px;height: 45px;line-height: 45px;border-radius: 100%;}
.page_all > a.page {color:#424242;font-size:16px;vertical-align: middle;text-align: center;}
.page_all > a.on{color:#fff;background:#003c7f;font-weight: 500;}

.evt_view_wrap{margin-top: 55px;}
.evtv_title{text-align: center;}
.evtv_title .title{font-size: 24px;color:#003c7f;font-weight: 500;line-height: 1.2;}
.evtv_title .data{margin-top: 15px;font-size: 16px;color:#6e6e6e;font-weight: 350;line-height: 1.2;}
.eview_cunt{margin-top: 25px;padding: 18px 12px;border-radius: 15px;background: #003c7f;box-shadow:7px 8px 10px rgba(0,0,0,0.1);}
.eview_edt{padding: 20px 10px;min-height: 500px;border-bottom: 1px solid #dfdfdf;}
.evtv_title + .eview_edt{border-top: 1px solid #dfdfdf;margin-top: 30px;}
.eview_ipt{margin-top: 45px;padding-left: 200px;border: 2px solid #003c7f;border-radius: 15px;position: relative;overflow: hidden;}
.eview_ipt .ev_tel{position: absolute;left: 0;top: 0;bottom: 0;width: 200px;text-align: center;display: flex;justify-content:center;align-items:center;background: #003c7f;}
.eview_ipt .ev_tel a{display: block;font-size: 16px;color:#fff;font-weight: 350;line-height:1;}
.eview_ipt .ev_tel a span{display: block;font-size: 26px;color:#fff;font-weight: bold;margin-top: 5px;}
.evtr_area{padding: 18px;display: flex;flex-wrap: wrap;align-items:center;justify-content: space-between;}
.evtr_area .ev_int{width: 50%;display: flex;}
.evtr_area .ev_int div{margin-right: 10px;width: calc(36% - 10px);}
.evtr_area .ev_int div:first-child{width: calc(28% - 10px);}
.evtr_area .ev_int div input{width: 100%;height: 50px;box-sizing: border-box;border: 1px solid #dfdfdf;border-radius: 10px;padding-left: 15px;}
.evtr_area .ev_ck{display: flex;align-items: center;}
.evtr_area .ev_ck > span{display: inline-block;position:relative;}
.evtr_area .ev_ck > span > input{position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.evtr_area .ev_ck > span > label{display: table-cell;vertical-align: middle;font-weight:300;line-height:20px;color: #252525;font-size: 16px;height: 20px;padding-left:27px;}
.evtr_area .ev_ck > span > input[type='checkbox'] + label:before{position:absolute; content:''; top:50%; left:0; transform:translate(0,-50%);width:18px; height:18px; border-radius:3px; border:1px solid #cecece; background:#eaeaea;  background-size:13px;}
.evtr_area .ev_ck > span > input[type='checkbox']:checked + label:before{background: #003c7f url('../image/sub/ck2.png') no-repeat center center;}
.evtr_area .ev_ck > a{margin-left: 10px;display: inline-block;font-size: 16px;color:#1a1a1a;font-weight: 500;line-height: 20px;}
.evtr_area .ev_bn{margin-left: 10px;}
.evtr_area .ev_bn > a{display: inline-block;text-align:center;width: 130px;line-height: 50px;border-radius: 50px;background: #003c7f;font-size: 18px;color:#fff;font-weight: 500;}


.rant_vsl{margin-top: 60px;width: 100%;height: 362px;display: flex;align-items: center;border-radius: 20px;overflow: hidden;}
.rant_vsl.bg1{background: url(../image/sub/rvbg1.jpg) no-repeat center center; background-size: cover;}
.rant_vsl.bg2{background: url(../image/sub/rvbg2.jpg) no-repeat center center; background-size: cover;}
.rant_vsl.bg3{background: url(../image/sub/rvbg3.jpg) no-repeat 70% center; background-size: cover;}
.rant_vsl.bg4{background: url(../image/sub/rvbg4.jpg) no-repeat center center; background-size: cover;}
.rant_vsl > dl{padding: 20px 8%;}
.rant_vsl > dl dt{margin-bottom: 30px;font-size: 28px;color:#fff;font-weight: 700;line-height: 1.25;}
.rant_vsl > dl dd{font-size: 15px;color:#fff;font-weight: 400;line-height: 1.6;}
.rant_vsl > dl dd.mt{margin-top: 18px;}
.rant_vsl > dl dd span.sp{font-weight:500;background:#003c7f;}

.prefont *{font-family: 'Pretendard' !important;}

.sam_cart{margin-top: 65px;}
.sam_cart_top{margin-bottom: 20px;}
.sam_cart_top dt{font-size:28px;color:#000;font-weight: 700;line-height: 1.25;}
.sam_cart_top dt span{display: inline-block;font-weight: 300;}
.sam_cart_top dd{margin-top: 13px;font-size: 16px;font-weight:400;color:#454545;line-height: 1.6;}
.sam_cart_line{border-top: 1px solid #dfdfdf;}
.sam_cart_line > li{border-bottom: 1px solid #dfdfdf;padding: 25px 1.5%;display: flex;align-items: center;}
.sam_cart_line > li > .tit{width: 120px;height: 120px;border-radius: 100%;text-align:center;box-sizing: border-box;border: 4px solid #003c7f;display: flex;justify-content:center;align-items:center;}
.sam_cart_line > li > .tit p{font-size: 20px;color:#003c7f;font-weight: bold;letter-spacing: -1px;}
.sam_cart_line.cotyp2> li > .tit{border: 4px solid #037bc0;}
.sam_cart_line.cotyp2> li > .tit p{color: #037bc0;}
.sam_cart_line > li > .rmt{margin-left: 3%;width: calc(97% - 120px);}
.sam_cart_line > li > .rmt p{font-size: 15px;font-weight:400;color:#454545;line-height: 1.6;}
.sam_cart_line > li > .rmt div.tit p{font-size: 18px;color:#003c7f;font-weight: 700;}
.sam_cart_line > li > .rmt p span{background:#bbf5fe;color:#000;}
.sam_cart_line.cotyp2> li  div.tit p{color: #037bc0;}

.rantvs_area{width: 100%;height: 480px;background: url(../image/sub/rentvs.jpg) no-repeat center center; background-size: cover;display: flex;align-items:center;}
.rantvs_area.bg2{height: 565px;background: url(../image/sub/rentvs2.jpg) no-repeat center center;background-size: cover;}
.rantvs_wid{width: 90%;max-width: 1180px;margin: 0 auto;}
.rantvs_wid dl dt{font-size: 28px;color:#fff;font-weight: bold;line-height: 1.1;}
.rantvs_wid dl dd{margin-top: 30px;font-size: 18px;color:#fff;font-weight: 500;line-height: 1.5;}
.rantvs_wid p{margin-top: 30px;font-size: 15px;font-weight:400;color:#fff;line-height: 1.5;padding-left: 25px;position: relative;}
.rantvs_wid p span{display: block;font-size: 18px;font-weight:700;}
.rantvs_wid p:before{content:"";position: absolute;left: 5px;top: 12px;width: 8px;height: 8px;border-radius: 100%;background: #7a7a7a;}

.icd_line > li + li{margin-top: 20px;}
.icd_line > li{border: 1px solid #dfdfdf;border-radius: 15px;padding: 48px 0;display: flex;align-items:center;}
.icd_line > li > .lf{width: 230px;}
.icd_line > li > .lf > div{padding: 0 10px;text-align:center;}
.icd_line > li > .lf > div > div > p{font-size: 14px;color:#454545;line-height:1;margin: 14px 0;}
.icd_line > li > .lf > div > p{font-size:19px;color:#000;font-weight: 500;}
.icd_line > li > .lf > div > p span{display: inline-block;font-size: 17px;color:#454545;font-weight: 400;}
.icd_line > li > .rt{box-sizing: border-box;width: calc(100% - 230px);border-left: 1px solid #dfdfdf;}
.icd_line > li > .rt > div{padding: 0 5%;}
.icd_line > li > .rt > div dl dd + dt{margin-top: 25px;}
.icd_line > li > .rt > div dl dt{margin-bottom: 13px;}
.icd_line > li > .rt > div dl dt > span{display: inline-block;width: 190px;line-height: 42px;border-radius: 42px;text-align:center;border: 1px solid #003c7f;background: #fcfcfc;font-size: 17px;font-weight:700;color:#003c7f;}
.icd_line > li > .rt > div dl dd{padding-left: 2%;font-size: 15px;font-weight:400;color:#454545;line-height:1.6;}
.icd_line > li > .rt > div dl dd span{background:#bbf5fe;color:#000;}

.fz_table{position:relative;}
.fz_table .boxas{position:absolute;left:30%;top:0;border:2px solid #003c7f;height:100%;width:35%;box-shadow:0px 0px 10px rgba(0, 60, 127, 0.4);}
.fz_table .boxab{position:absolute;left:25%;top:0;border:2px solid #003c7f;height:100%;width:25%;box-shadow:0px 0px 10px rgba(0, 60, 127, 0.4);}
.fz_table table{border-top: 1px solid #003c7f;}
.fz_table table thead th{text-align: center;background: #fafafa;border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 50px;box-sizing: border-box;padding: 4px;font-size: 17px;color:#000;font-weight: 500;line-height: 1.1;word-break:break-all;}
.fz_table table tbody td{text-align: center;background: #fff;border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 50px;box-sizing: border-box;padding: 4px;font-size: 15px;color:#454545;line-height: 1.1;word-break:break-all;}
.fz_table table thead th:last-child{border-right: 0;}
.fz_table table tbody td:last-child{border-right: 0;}
.fz_table table tbody td.titco{background: #fafafa;}
.fz_table table tbody td.lf{text-align: left;padding-left: 3%;}
.fz_table table tbody td .am_text{padding: 10px 0;}
.fz_table table tbody td.r_line{border-right: 1px solid #dfdfdf;}
.fz_table .bulco{color:#003c7f;}
.fz_table .bgcob{color:#fff;background:#003c7f;}
.am_text > li{font-size: 15px;color:#454545;line-height: 1.6;padding-left: 10px;position: relative;}
.am_text > li:before{content: "";position: absolute;left: 0;top: 11px;width: 3px;height: 3px;border-radius: 100%;background: #454545;}

.cot_area{position: relative;width: 100%;border-radius: 15px;background: url(../image/sub/cotbg.jpg) no-repeat center center; background-size: cover;display: flex;}
.cot_area:before{content:"";position: absolute;left: 50%;top: 0;bottom:0;width: 1px;background:rgba(255,255,255,0.3);}
.cot_box{box-sizing: border-box;width: 50%;padding: 60px 4%;}
.cot_box > .top{text-align: center;}
.cot_box > .top > div > p{margin-top: 16px;font-size: 21px;color:#fff;font-weight: bold;}
.cot_box > .top > div > p span{display: block;font-size: 15px;font-weight:400;}
.cot_box > .top > p{margin-top: 16px;font-size: 15px;font-weight:400;color:#fff;line-height:1.4;}
.cot_box > .bot{padding-top: 40px;margin-top: 40px;border-top: 1px solid rgba(255,255,255,0.3);}
.cot_box > .bot > dl + dl{margin-top:20px;}
.cot_box > .bot > dl{padding: 10px 0 10px 120px;transition:0.3s;position:relative;z-index:2;}
.cot_box > .bot > dl.ico1{background: url(../image/sub/cic1.png) no-repeat 10px center;}
.cot_box > .bot > dl.ico2{background: url(../image/sub/cic2.png) no-repeat 10px center;}
.cot_box > .bot > dl.ico3{background: url(../image/sub/cic3.png) no-repeat 10px center;}
.cot_box > .bot > dl.ico4{background: url(../image/sub/cic4.png) no-repeat 10px center;}
.cot_box > .bot > dl.ico5{background: url(../image/sub/cic5.png) no-repeat 10px center;}
.cot_box > .bot > dl.ico6{background: url(../image/sub/cic6.png) no-repeat 10px center;}
.cot_box > .bot > dl.ico7{background: url(../image/sub/cic7.png) no-repeat 10px center;}
.cot_box > .bot > dl.ico8{background: url(../image/sub/cic8.png) no-repeat 10px center;}
.cot_box > .bot > dl.ico9{background: url(../image/sub/cic9.png) no-repeat 10px center;}
.cot_box > .bot > dl:hover{content:'';z-index:1;background-color:rgba(0,0,0,0.7);width:100%;height:100%;left:0;top:0;border-radius:20px;box-shadow:0 5px 5px rgba(0,0,0,0.5);}
.cot_box > .bot > dl:first-child:hover{}
.cot_box > .bot > dl dt{font-size: 17px;color:#fff;font-weight: 700;}
.cot_box > .bot > dl dd{font-size: 15px;color:#b5b5b5;font-weight: 400;line-height: 1.5;margin-top: 18px;}
.cot_box > .bot > dl:hover dt{color:#85b3f5;}
.cot_box > .bot > dl:hover dd{color:#fff;font-weight: 400;}

.stap_wrap{background: url(../image/sub/cotbg.jpg) no-repeat center center; background-size: cover;border-radius: 20px;padding: 55px 6%;}
.stap_wrap.bg2{background: url(../image/sub/cotbg2.jpg) no-repeat center center; background-size: cover;border-radius: 20px;padding: 55px 6%;}
.stap_tit{text-align:center;font-size: 26px;color:#fff;font-weight: bold;line-height:1;}
.stap_line{margin-left: -65px;}
.stap_line.mdg{flex-direction:row-reverse;}
.stap_line > li{margin-top: 20px;margin-left: 65px;width: calc(100% - 65px);box-sizing: border-box;padding: 30px;border: 1px solid #52504f;border-radius: 15px;position: relative;transition:0.3s;}
.stap_line > li:hover{background:#000;border: 1px solid #000;box-shadow:0 5px 5px rgba(0,0,0,0.5);}
.stap_line > li.stap5{width: calc(100% - 65px);}

.stap_line > li:after{display:none;content:"";position: absolute;left: 50%;bottom:-40px;margin-left: -8px;width: 15px;height: 15px;background: url(../image/sub/step.png) no-repeat left center;transform: rotate(90deg);}
.stap_line > li:last-child:after{display:none;}
.stap_line > li > div{padding: 18px 0 0 68px;position: relative;}
.stap_line > li > div > div{text-align:center;position: absolute;left: 0;top: 0;width: 54px;line-height: 54px;border-radius: 100%;background: #003c7f;font-size: 13px;color:#fff;font-weight: 350;letter-spacing: -1px;}
.stap_line > li > div > dl{position:relative;display:flex;}
.stap_line > li > div > dl dt{font-size: 18px;color:#fff;font-weight:600;line-height: 1.1;min-width:240px;}
.stap_line > li > div > dl dd{margin-top: 0px;font-size: 15px;color:#c6c6c6;font-weight:400;line-height: 1.5;}
.stap_line > li > div > dl dd strong{color:#fff;font-weight: 500;}
.stap_line > li:hover div > dl dt{color:#85b3f5;}
.stap_line > li:hover div > dl dd{color:#fff;}
.stap_line > li:hover > div > dl dd strong{color:#fff;}
/*
.stap_line > li.stap1:after{content:"";position: absolute;right: -40px;top: 50%;margin-top: -8px;width: 15px;height: 15px;background: url(../image/sub/step.png) no-repeat left center;}
.stap_line > li.stap2:after{content:"";position: absolute;left: 50%;bottom:-40px;margin-left: -8px;width: 15px;height: 15px;background: url(../image/sub/step.png) no-repeat left center;transform: rotate(90deg);}
.stap_line > li.stap3:after{content:"";position: absolute;left: -40px;top: 50%;margin-top: -8px;width: 15px;height: 15px;background: url(../image/sub/step.png) no-repeat left center;transform: rotate(180deg);}

.stap_line > li:after{content:"";position: absolute;left: 50%;bottom:-40px;margin-left: -8px;width: 15px;height: 15px;background: url(../image/sub/step.png) no-repeat left center;transform: rotate(90deg);}
.stap_line > li:last-child:after{display:none;}
.stap_line > li > div{padding: 18px 0 0 68px;position: relative;}
.stap_line > li > div > div{text-align:center;position: absolute;left: 0;top: 0;width: 54px;line-height: 54px;border-radius: 100%;background: #003c7f;font-size: 13px;color:#fff;font-weight: 350;letter-spacing: -1px;}
.stap_line > li > div > dl dt{font-size: 18px;color:#fff;font-weight:600;line-height: 1.1;}
.stap_line > li > div > dl dd{margin-top: 18px;font-size: 15px;color:#c6c6c6;font-weight:400;line-height: 1.5;}
.stap_line > li > div > dl dd strong{color:#fff;font-weight: 500;}
.stap_line > li:hover div > dl dt{color:#85b3f5;}
.stap_line > li:hover div > dl dd{color:#fff;}
.stap_line > li:hover > div > dl dd strong{color:#fff;}
*/


.ytb_logo{text-align: center;margin-bottom: 40px;}

.yb_line{margin-top: -50px;margin-left: -50px;display: flex;flex-wrap: wrap;}
.yb_line > li{margin-top: 50px;margin-left: 50px;width: calc(33.333333% - 50px);text-align:center;}
.yb_line > li > a{display: block;}
.yb_line > li > a .img{overflow: hidden;border-radius: 15px;}
.yb_line > li > a .img img{width: 100%;transition: all 0.3s ease-in-out;}
.yb_line > li:hover > a .img img{transform: scale(1.1,1.1);}


.carn_line{margin-top: -35px;margin-left: -20px;display: flex;flex-wrap: wrap;}
.carn_line > li{margin-top: 35px;margin-left: 20px;width: calc(33.333333% - 20px);text-align:center;}
.carn_line > li > a{display: block;}
.carn_line > li > a .img{overflow: hidden;border-radius: 15px;}
.carn_line > li > a .tit{margin-top: 18px;font-size: 18px;color:#121212;line-height: 1.1;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.carn_line > li > a .img img{width: 100%;transition: all 0.3s ease-in-out;}
.carn_line > li:hover > a .img img{transform: scale(1.1,1.1);}


.review_line{margin-top: -20px;margin-left: -20px;display: flex;flex-wrap: wrap;}
.review_line > li{margin-top: 20px;margin-left: 20px;width: calc(33.333333% - 20px);}
.review_line > li > a{display: block;border: 1px solid #dfdfdf;border-radius: 15px;background: #f2f3f5;transition: .1s;padding: 19px;}
.review_line > li > a > .img{border: 1px solid #dfdfdf;border-radius: 15px;overflow: hidden;}
.review_line > li > a > .img > img{width: 100%;height:254px;transition: all 0.3s ease-in-out;}
.review_line > li > a > .box > .t_top{padding: 20px 0;border-bottom: 1px solid #dfdfdf;}
.review_line > li > a > .box > .t_top > p{font-size: 16px;color:#676767;line-height: 1;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.review_line > li > a > .box > .t_top > div{margin-top: 10px;display: flex;justify-content:space-between;align-items:center;}
.review_line > li > a > .box > .t_top > div > p{font-size: 20px;color:#000;font-weight: 500;line-height: 1;}
.review_line > li > a > .box > .t_top > div > div{display: flex;}
.review_line > li > a > .box > .t_top > div > div > span{display: inline-block;font-size: 18px;color:#ffcc00;line-height: 1;}
.review_line > li > a > .box > .t_top > div > div > span.galy{color: #454545;}
.review_line > li > a > .box > .b_bot{padding: 20px 2%;}
.review_line > li > a > .box > .b_bot p{font-size: 16px;color:#454545;font-weight: 350;line-height: 24px;height: 96px;overflow: hidden;overflow: hidden;word-break: keep-all;-webkit-line-clamp: 4;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.review_line > li > a:hover{border: 1px solid #003c7f;background: #fff;}
.review_line > li > a:hover > .img > img{transform: scale(1.1,1.1);}


.sitemap{border-top:2px solid #003c7f;}
.sitemap > li{border-bottom:1px solid #dfdfdf;padding: 30px 10px 30px 250px;position:relative;}
.sitemap > li > a{display:inline-block;position:absolute;left:10px;top:50%;margin-top: -20px;font-size:26px;color:#003c7f;font-weight:600;line-height:40px;}
.sitemap > li > ul > li{display: inline-block;margin:5px 50px 5px 0;position:relative;vertical-align:top;}
.sitemap > li > ul > li > a{padding-left: 18px;position:relative;display: inline-block;font-size:18px;color:#000;line-height:20px;}
.sitemap > li > ul > li > a:after{content:"";position:absolute;left:0;top:7px;width: 6px;height: 6px;border-radius: 100%;background: #6d6d6d;}
.sitemap > li > ul > li:hover > a{color:#003c7f;}
.sitemap > li > ul > li > ul{margin-top: 10px;padding-left: 18px;}
.sitemap > li > ul > li > ul > li + li{margin-top: 5px;}
.sitemap > li > ul > li > ul > li > a{display: inline-block;font-size: 15px;}
.sitemap > li > ul > li > ul > li > a:hover{color:#003c7f;}

.police_box p{font-size: 18px;color:#191919;font-weight: 400;line-height: 1.6;}
.police_box p > span.tit{display: block;font-weight: bold;margin-bottom: 4px;}
.police_box p + p{margin-top: 35px;}

.pop_wrap{display: none;position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.6);z-index: 999;}
.pop_area{position: absolute;left: 0;top: 0;right: 0;bottom: 0;display: flex;justify-content: center;align-items: center;}
.pop_box{width: calc(100% - 30px);max-width: 640px;position: relative;background: #fff;border-radius: 15px;overflow: hidden;}
.pop_box2{width: calc(100% - 30px);max-width: 900px;position: relative;}
.pop_out{position: absolute;right:15px;top: 15px;}
.ytb_out{position: absolute;right: -20px;top: -20px;}
.lay_pop_title{width: 100%;height: 70px;background: #e4ebf4;display: table;}
.lay_pop_title p{padding-left: 35px;display: table-cell;vertical-align: middle;font-size: 28px;color:#003c7f;font-weight: bold;}
.lay_pop_box{padding: 35px;}
.lay_pop_inp > li + li{margin-top: 10px;}
.lay_pop_inp > li input{border: 1px solid #dfdfdf;width: 100%;height: 50px;box-sizing: border-box;padding-left: 20px;border-radius: 8px;}
.lay_pop_sm{margin-top: 20px;background: #f6f6f6;text-align:center;border-radius: 8px;padding: 20px 10px;}
.lay_pop_sm p{font-size: 16px;color:#323232;}
.pop_search_ck{margin-top: 20px;display: flex;align-items: center;justify-content:space-between;}
.pop_search_ck > span{display: inline-block;position:relative;}
.pop_search_ck > span > input{position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;}
.pop_search_ck > span > label{display: table-cell;vertical-align: middle;font-weight:300;line-height:20px;color: #252525;font-size: 16px;height: 20px;padding-left:27px;}
.pop_search_ck > span > input[type='checkbox'] + label{background: url('../image/main/c_off.png') no-repeat left center;}
.pop_search_ck > span > input[type='checkbox']:checked + label{background: url('../image/main/c_on.png') no-repeat left center;}
.pop_search_ck > a{display: inline-block;font-size: 17px;color:#1a1a1a;font-weight: 500;line-height: 20px;}
.pop_search_bn{margin-top: 35px;text-align: center;}
.pop_search_bn a{display: block;line-height: 60px;border-radius: 60px;background: #003c7f;font-size: 18px;color:#fff;font-weight: 500;}
.manager_mg{text-align: center;margin-top: 30px;}
.manager_mg span{display: inline-block;border-radius: 15px;overflow: hidden;}

.video-wrap {border-radius: 15px;overflow: hidden;position: relative;width: 100%;padding-bottom: 56.25%; /* 16:9 비율 */height: 0;}
.video-wrap iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}
.repop_imgs{border-radius: 15px;overflow: hidden;}
.repop_imgs img{width: 100%;}
.repop_stp{padding: 17px 0;border-bottom: 1px solid #dfdfdf;display: flex;align-items: center;justify-content:space-between;}
.repop_stp > .re_lf{display: flex;}
.repop_stp > .re_lf > .stars{display: flex;}
.repop_stp > .re_lf > .stars > span{display: inline-block;font-size: 18px;color:#ffcc00;line-height: 1;}
.repop_stp > .re_lf > .stars > span.galy{color: #454545;}
.repop_stp > .re_lf > .days{margin-left: 20px;font-size: 16px;color:#676767;line-height: 1.1;}
.repop_stp > .names{font-size: 20px;color:#000;font-weight: 500;line-height: 1.1;}
.repop_text{margin-top: 20px;height: 100px;overflow-y: auto;}
.repop_text::-webkit-scrollbar{width: 4px;height: 1px;border-radius: 5px;}
.repop_text::-webkit-scrollbar-thumb {background: #7e7e7e;}
.repop_text::-webkit-scrollbar-track{background:#fff;}
.repop_text p{font-size: 16px;color:#454545;font-weight: 350;line-height: 22px;letter-spacing: -1px;}


.wat_text{font-family: 'Pretendard';margin-top: 50px;text-align:center;font-size: 30px;color:#003c7f;font-weight: 700;line-height: 1.2;}

.inst_wrap{display: flex;width: 100%;max-width: 1920px;margin: 0 auto;background: #efefef;}
.inst_wrap > div{width: 50%;}
.inst_wrap > .rt{display: flex;align-items: center;}
.inst_wrap > .rt > div{padding-left: 10%;}
.inst_wrap > .rt > div p.txt1{font-size: 38px;color:#000;font-family: 'GmarketSansMedium';line-height: 1.1;letter-spacing: 17px;}
.inst_wrap > .rt > div p.txt2{margin: 13px 0;font-size: 60px;color:#003c7f;font-family: 'GmarketSansBold';line-height: 1.1;}
.inst_wrap > .rt > div p.txt3{font-size: 28px;color:#505050;font-family: 'GmarketSansMedium';line-height: 1.1;}


.wt_abox{text-align: center;padding: 100px 0;}

.scomp_section1{width: 100%;margin: 0 auto;position: relative;padding-bottom: 80px;}
.scomp_section1:before{content:"";position:absolute;left: 0;bottom: 0;right: 0;height: 51%;background: #f2f3f5;}
.scomp_section1 > .wids{position: relative;width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;z-index: 1;}
.sct_text{text-align: center;margin-bottom: 50px;}
.sct_text dt{font-size: 30px;color:#003c7f;font-weight: bold;letter-spacing: -1px;}
.sct_text dd{font-size: 23px;color:#000;margin-top:15px;letter-spacing: -1px;}
.sct_text dd span{font-weight: bold;}
.sct_btxt{position: relative;width: 100%;height: 400px;background: url('../image/sub/scb.jpg') no-repeat center center;border-radius: 20px;overflow: hidden;display: flex;justify-content:center;align-items:center;text-align: center;}
.sct_btxt p{position: relative;z-index: 1;padding: 15px;font-size: 23px;color:#fff;font-weight: 500;line-height: 1.5;letter-spacing: -1px;}
.sct_btxt div{position: absolute;left: 0;bottom: 0;right:0;width: 100%;}
.sct_btxt div img{max-width: 80%;}
h5.scomp_tit{text-align: center;margin-top: 75px;margin-bottom: 40px;font-size: 25px;color:#000;font-weight: bold;line-height: 1;}
.sic_line{margin-top: -5px;display: flex;flex-wrap: wrap;justify-content:space-around;}
.sic_line > li{margin: 5px;}
.sic_line > li > div{display: flex;flex-direction:column;justify-content:center;align-items:center;width: 180px;height: 180px;border-radius: 100%;background: #fff;box-shadow:0 0 4px rgba(0,0,0,0.15);}
.sic_line > li > div > span{display: inline-block;}
.sic_line > li > div > p{margin-top: 13px;font-size: 18px;color:#000;font-weight: 500;line-height:1.1;letter-spacing: -1px;}


.scomp_section2{width: 100%;margin: 0 auto;position: relative;padding: 80px 0;}
.scomp_section2 > .wids{position: relative;width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;z-index: 1;}
.sorg_top{padding-bottom: 70px;text-align: center;border-bottom: 2px solid #000;padding-top: 100px;background: url('../image/sub/carm.png') no-repeat center top;}
.sorg_top > p{margin-bottom:30px;font-size: 30px;color:#003c7f;font-weight: bold;letter-spacing: -1px;}
.sorg_top > dl dt{font-size: 23px;color:#000;font-weight: 500;letter-spacing: -1px;}
.sorg_top > dl dd{margin-top: 10px;font-size: 18px;color:#454545;font-weight: 400;letter-spacing: -1px;}
.sorg_box{text-align: center;}

.scomp_section3{width: 100%;margin: 0 auto;position: relative;padding: 80px 0;background: #f2f3f5;}
.scomp_section3 > .wids{position: relative;width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;z-index: 1;}

.za_line{margin-left: -20px;margin-top: -30px;display: flex;flex-wrap: wrap;}
.za_line > li{margin-left: 20px;margin-top: 30px;width: calc(16.66666666% - 20px);text-align: center;}
.za_line > li > div{position: relative;}
.za_line > li > div > span{display: inline-block;position: absolute;left: 50%;top: -20px;margin-left: -20px;width: 40px;height: 40px;line-height: 40px;border-radius: 100%;background: #037bc0;font-size: 20px;color:#fff;font-weight: bold;}
.za_line > li > p{margin-top: 17px;font-size: 17px;color:#000;font-weight: 350;line-height: 1.1;letter-spacing: -1px;}
.za_line > li > p span{display: block;font-size: 20px;font-weight: bold;margin-bottom: 8px;}

.scbot_box{width: 100%;height: 400px;background: url('../image/sub/scbot.jpg') no-repeat center center;border-radius: 20px;overflow: hidden;display: flex;justify-content:center;align-items:center;text-align: center;}
.scbot_box > div{padding: 10px;max-width: 100%;}
.scbot_box > div dl dt{font-size: 30px;color:#fff;font-weight: bold;letter-spacing: -1px;}
.scbot_box > div dl dd{margin-top: 20px;font-size: 20px;color:#fff;font-weight: 350;letter-spacing: -1px;line-height: 1.5;}
.scbot_box > div ul{margin-top: 40px;display: flex;justify-content: center;}
.scbot_box > div ul > li + li{margin-left: 10px;}
.scbot_box > div ul > li{width: 200px;max-width: calc(49% - 5px);}
.scbot_box > div ul > li > a{display: block;line-height: 50px;border-radius: 50px;font-size: 17px;color:#fff;background: #037bc0;}
.scbot_box > div ul > li.cor2 > a{background: #003c7f;}

.manager_list{margin-left: -20px;margin-top: -30px;display: flex;flex-wrap: wrap;}
.manager_list > li{margin-left: 20px;margin-top: 30px;width: calc(25% - 20px);text-align: center;}
.manager_list > li > .img{border: 1px solid #dfdfdf;border-radius: 15px;overflow: hidden;}
.manager_list > li > .img img{width: 100%;}
.manager_list > li > p.tit{padding: 20px 0;font-size: 18px;color:#333;font-weight: 500;line-height: 1;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.manager_list > li > a.btns{display: block;background: #003c7f;line-height: 50px;border-radius: 50px;font-size: 18px;color:#fff;font-weight: 500;}


.avr_box{margin-top: 60px;display: flex;background: #f4f4f4;border-radius: 20px;overflow: hidden;}
.avr_box > .img{width: 34%;}
.avr_box > .box{width: 66%;box-sizing: border-box;padding: 4%;}
.avr_box > .box p{font-size: 28px;color:#000;font-weight: 700;line-height: 1.2;}
.avr_box > .box ul li{font-size: 15px;color:#454545;font-weight:400;line-height: 1.5;margin-top: 20px;}

/*
.aic_line{margin-left: -20px;margin-top: -20px;display: flex;flex-wrap: wrap;}
.aic_line > li{margin-left: 20px;margin-top: 20px;width: calc(25% - 20px);box-sizing: border-box;border: 1px solid #dfdfdf;border-radius: 15px;}
.aic_line > li > .top{text-align:center;padding: 30px 10px 20px;border-bottom: 1px solid #dfdfdf;}
.aic_line > li > .top > p{font-size: 17px;color:#000;font-weight: 600;margin-top: 17px;}
.aic_line > li > .bot{text-align:center;padding: 20px 10px 30px;}
.aic_line > li > .bot ol li{font-size: 15px;font-weight:400;color:#454545;line-height: 1.6;letter-spacing: -0.5px;text-align:left;}
*/

.aic_line{margin-left: -20px;margin-top: -20px;display: flex;flex-wrap: wrap;}
.aic_line > li{margin-left: 20px;margin-top: 20px;width: calc(50% - 20px);box-sizing: border-box;border: 1px solid #dfdfdf;border-radius: 15px;position:relative;min-height:170px;}
.aic_line > li > .top{text-align:left;padding: 20px 10px 0px;}
.aic_line > li > .top > p{font-size: 17px;color:#000;font-weight: 600;margin-top: 17px;position:absolute;left:160px;top:5px;}
.aic_line > li > .bot{text-align:center;padding: 20px 10px 30px;position:absolute;left:150px;top:35px}
.aic_line > li > .bot ol li{font-size: 15px;font-weight:400;color:#454545;line-height: 1.6;letter-spacing: -0.5px;text-align:left;}

.latofont *{font-family: 'Lato' !important;}

.mob{display:none;}
.pc{display:block;}

@media screen and (max-width:1719px){
	
}


@media screen and (max-width:1559px){
	
}

@media screen and (max-width:1180px){
	
}

@media screen and (max-width:1024px){
	.inst_wrap{display: block;}
	.inst_wrap > div{width: 100%;}
	.inst_wrap > .lf{display: none;}
	.inst_wrap > .rt{position: relative;background: url(../image/sub/inst.jpg) no-repeat center center; background-size: cover;justify-content: center;}
	.inst_wrap > .rt:before{content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);}
	.inst_wrap > .rt > div{padding: 50px 4%;text-align: center;position: relative;z-index: 1;}
	.inst_wrap > .rt > div p.txt1{font-size: 25px;color:#fff;letter-spacing: 5px;}
	.inst_wrap > .rt > div p.txt2{margin: 10px 0;font-size: 40px;color:#037bc0;}
	.inst_wrap > .rt > div p.txt3{font-size: 20px;color:#fff;}
	
	.inst_list > li{width: calc(50% - 20px);}
	
	.evtr_area .ev_int{width: 100%;margin-bottom: 15px;}

	.evt_line > li > a > .img > .end_ic span img{max-width: 36px;}
	.evt_line > li > a > .img > .end_ic p{font-size: 16px;margin-top: 10px;}

	.ytb_out{right: -10px;top: -10px;width: 35px;}
	.yb_line{margin-top: -20px;margin-left: -20px;}
	.yb_line > li{margin-top: 20px;margin-left: 20px;width: calc(33.333333% - 20px);}

	.aic_line > li{width: calc(50% - 20px);}

}

@media screen and (max-width:767px){
	#sv_box{display:none;}
	#sv_box > div{height: 220px;justify-content: center;flex-direction:column;}
	#sv_box > div h2{margin-bottom: 20px;text-align: center;font-size:18px;}
	#sv_box > div h2 strong{font-size: 30px;}

	.sub_bar_home{width: 40px;}
	.sub_bar_home > a{height: 40px;line-height: 40px;font-size: 15px;}
	.snavi_all{width: calc(100% - 40px);}
	.snavi_all > li{height:40px;margin-left: 4px;width:calc(50% - 4px);}
	.snavi_all > li > a{border-radius: 40px;padding:0 12px;font-size:15px;}
	.snavi_all > li > a:after{right: 12px;}
	.snavi_all > li ul{padding:15px 13px 20px;}
	.snavi_all > li ul li + li{margin-top: 8px;}
	.snavi_all > li ul li a{font-size:14px;}
	
	.stop_title_box{padding-top: 40px;}
	.stop_title_box h3{font-size: 30px;padding-bottom: 20px;margin-bottom: 45px;}

	.process_step_area{margin-bottom: 40px;border-radius: 80px;display:none;}
	.process_step_area > li{min-height: 80px;height: 100%;border-radius: 80px;padding: 15px 10px;display: block;position: relative;}
	.process_step_area > li > span.rt{position: absolute;right: 10px;top: 50%;margin-top: -7px;}
	.process_step_area > li > p{font-size: 15px;margin-top: 8px;}

	.brand_opt_tab > li{height: 40px;}
	.brand_opt_tab > li > a{font-size: 16px;}
	.brand_opt_tab > li > span{font-size: 16px;}
	.brand_opt_area{border-radius: 0 0 15px 15px;padding: 15px 10px 25px 10px;}
	.brand_opt_list{margin-left: -5px;margin-top: -15px;}
	.brand_opt_list > li{margin-top: 15px;margin-left: 5px;width: calc(25% - 5px);}
	.brand_opt_list > li > a{display: block;padding: 5px 5px 0px;}
	.brand_opt_list > li > a > p{margin-top: 5px;font-size: 14px;}
	.brand_opt_list > li > a > div{height:38px;}
	.brand_opt_list > li > a > div img{max-width:60px;}
	
	.car_opt_wp{margin-top: 50px;}
	.car_opt_title{margin-bottom: 25px;font-size: 23px;}
	.car_opt_list{margin-left: -5px;margin-top: -5px;}
	.car_opt_list > li{margin-top: 5px;margin-left: 5px;width: calc(33.333333333% - 5px);}
	.car_opt_list > li > label > .list{padding: 34px 10px 15px;border-radius: 10px;}
	.car_opt_list > li > label > .list > .c_brd{right: 10px;height: 30px;}
	.car_opt_list > li > label > .list > .c_brd img{max-height: 28px;}
	.car_opt_list > li > label > .list > .car_info{margin-top: 10px;}
	.car_opt_list > li > label > .list > .car_info > p.car_tit{font-size: 16px;}
	.car_opt_list > li > label > .list > .car_info > p.car-price{margin-top: 5px;font-size: 14px;}
	.bn_opt_wp{text-align: center;margin-top: 45px;}
	.bn_opt_wp > a{display: inline-block;width: 180px;line-height: 45px;border-radius: 45px;font-size: 16px;}
	
	
	.carview_wp{padding: 30px 3% 40px;}
	.carview_area{display: block;}
	.carview_img{width: auto;display: block;height: auto;}
	.carview_img img{width: auto;max-height: 100%;}
	.carview_box{width: auto;margin-top: 20px;}
	.carview_box > .cv_top{padding: 0 0 20px;margin-bottom: 20px;}
	.carview_box > .cv_top .title{font-size: 20px;}
	.carview_box > .cv_top .title > span{margin-right: 6px;max-width: 50px;}
	.carview_box > .cv_top .ctlg_bn{top: 0;padding: 0 10px;line-height: 30px;border-radius: 30px;font-size: 14px;}

	.carview_box > .cv_top .samb{margin-top: 15px;font-size: 15px;}
	.carview_box > .cv_bot > .co_title{margin-bottom: 20px;}
	.carview_box > .cv_bot > .co_title h4{font-size: 17px;}
	.carview_box > .cv_bot > .co_title p{font-size: 14px;}
	/*
	.carview_box > .cv_bot .co_lines > li{margin: 0 2px;width: 45px;}
	.carview_box > .cv_bot .co_lines > li > div > label{width: 45px;}
	.carview_box > .cv_bot .co_lines > li > div > label > div{height: 45px;border-radius: 5px;}
	*/
	.carview_box > .cv_bot > .co_btxt{margin-top: 20px;font-size: 15px;}

	.model_option_wp{padding: 25px 3%;}
	.mdop_top{display: block;}
	.mdop_top:before{display: none;}
	.mdop_top > div{width:auto;}
	.mdop_top > .mdop_top_rt{margin-top: 40px;}
	.mdo_title{font-size: 19px;}
	.mdo_title span{font-size: 15px;}

	.mdop_bot_wp{display: block;}
	.mdop_bot_wp:before{display: none;}
	.mdop_bot_wp > div{width:auto;}
	.mdop_bot_rt{margin-top: 20px;padding: 25px 3%;}
	
	.countdown_wp{height: 380px;}
	.tsa_line{margin-left:-5px;margin-top: -30px;}
	.tsa_line > li{margin-left: 5px;margin-top: 30px;width: calc(33.3333% - 5px);}
	.tsa_line > li > a > .box > .title .b_tit{font-size: 17px;}
	.tsa_line > li > a > .box > .title .s_tit{margin-top: 8px;font-size: 14px;}
	.tsa_line > li > a > .box > .price .st{font-size: 15px;}
	.tsa_line > li > a > .box > .price .bt{font-size: 21px;}
	.tsa_line > li > a > .box > .p_btn{margin-top: 18px;line-height: 44px;border-radius: 44px;font-size:16px;}
	.tsa_line > li > a > .img > .more{right: 5px;top: 5px;width: 26px;height: 26px;}
	
	.tsa_title{margin-bottom: 40px;font-size:20px;}
	.tsa_title.st{font-size: 18px;}

	.gar_box{margin-top: 40px;padding: 25px 4%;}

	.stab_page{margin-top:-2px;margin-left: -2px;}
	.stab_page > li{margin-top: 2px;margin-left: 2px;}
	.stab_page.line5 > li{width: calc(20% - 2px);}
	.stab_page.line4 > li{width: calc(25% - 2px);}
	.stab_page.line3 > li{width: calc(33.333333% - 2px);}
	.stab_page.line2 > li{width: calc(50% - 2px);}
	.stab_page > li > a{height: 54px;border-radius: 10px;font-size: 14px;padding: 0 5px;}

	.inst_sec{margin-top: 50px;}
	.inst_stit{margin-bottom:25px;}
	.inst_stit p.tit1{font-size:22px;}
	.inst_stit p.tit2{margin-top: 12px;font-size:15px;}

	.rant_vsl{margin-top: 50px;height: auto;display: block;border-radius: 12px;}
	.rant_vsl > dl{padding: 30px 6%;}
	.rant_vsl > dl dt{margin-bottom: 20px;font-size: 20px;line-height: 1.35;}
	.rant_vsl > dl dd{font-size: 13px;}
	.rant_vsl > dl dd.mt{margin-top: 15px;}
	.rant_vsl > dl br{display: none;}

	.sam_cart{margin-top: 50px;}
	.sam_cart_top{margin-bottom: 20px;}
	.sam_cart_top dt{font-size:20px;}
	.sam_cart_top dd{margin-top: 15px;font-size: 13px;}
	.sam_cart_line > li{padding: 20px 1.5%;}
	.sam_cart_line > li > .tit{width: 90px;height: 90px;border: 3px solid #003c7f;}
	.sam_cart_line > li > .tit p{font-size: 15px;}
	.sam_cart_line > li > .tit p img{max-height:36px;}
	.sam_cart_line.cotyp2> li > .tit{border: 3px solid #037bc0;}
	.sam_cart_line > li > .rmt{width: calc(97% - 90px);}
	.sam_cart_line > li > .rmt p{font-size: 13px;}

	.rantvs_area{height: auto;display: block;padding: 50px 0;}
	.rantvs_wid dl dt{font-size: 20px;}
	.rantvs_wid dl dd{margin-top: 15px;font-size: 14px;}
	.rantvs_wid p{margin-top: 20px;font-size: 13px;padding-left: 20px;}
	.rantvs_wid p span{font-size: 13px;}
	.rantvs_wid p:before{top: 13px;width: 6px;height: 6px;}

	.icd_line > li{padding: 20px 0;display: block;}
	.icd_line > li > .lf{width: auto;text-align: center;}
	.icd_line > li > .lf > div > div{display:inline-block;vertical-align:middle;}
	.icd_line > li > .lf > div > p{display:inline-block;vertical-align:middle;}
	.icd_line > li > .lf > div > div > p{margin: 10px 0;}
	.icd_line > li > .lf > div > p{font-size:15px;}
	.icd_line > li > .lf > div > p span{font-size: 15px;}
	.icd_line > li > .lf > div > div span img{max-width:80px;}
	.icd_line > li > .rt{width: auto;border-top: 1px solid #dfdfdf;border-left: 0;padding-top: 30px;margin-top: 30px;}
	.icd_line > li > .rt > div dl dd + dt{margin-top: 20px;}
	.icd_line > li > .rt > div dl dt{margin-bottom: 10px;}
	.icd_line > li > .rt > div dl dt > span{width: 140px;font-size: 14px;line-height:35px;}
	.icd_line > li > .rt > div dl dd{font-size: 13px;}
	
	.fz_table table thead th{height: 54px;font-size: 14px;}
	.fz_table table tbody td{height: 54px;font-size: 13px;}
	.fz_table table tbody td .am_text > li{font-size: 13px;}
	.fz_table table tbody td .am_text > li:before{content: "";position: absolute;left: 0;top: 11px;width: 3px;height: 3px;border-radius: 100%;background: #454545;}
	
	.cot_area{display: block;}
	.cot_area:before{display: none;}
	.cot_box{width: 100%;padding: 60px 4%;}
	.cot_box.mo_line{border-top: 1px solid rgba(255,255,255,0.3);}
	.cot_box > .top > div > span{display:inline-block;vertical-align:middle;}
	.cot_box > .top > div > span img{max-width:80px;}
	.cot_box > .top > div > p{margin-top: 15px;font-size: 20px;display:inline-block;vertical-align:middle;margin-top:-6px;padding-left: 10px;}
	.cot_box > .top > p{margin-top: 15px;font-size: 13px;}
	.cot_box > .bot > dl + dl{margin-top:10px;}
	.cot_box > .bot > dl{padding: 10px 0 10px 90px;}
	.cot_box > .bot > dl{background-size: 70px !important;}
	.cot_box > .bot > dl dt{font-size: 15px;}
	.cot_box > .bot > dl dd{font-size: 13px;margin-top: 12px;}

	.stap_wrap{border-radius: 15px;padding: 40px 6%;}
	.stap_tit{font-size: 20px;}
	.stap_line{margin-left: 0;display: block;}
	.stap_line > li{margin-top: 40px;margin-left: 0;width: auto;padding: 25px 15px}
	.stap_line > li.stap5{width: auto;}
	.stap_line > li.stap1:after{right: auto;top: auto;left: 50%;bottom:-27px;margin-top: 0;margin-left: -8px;transform: rotate(90deg);}
	.stap_line > li.stap2:after{bottom:-27px;}
	.stap_line > li.stap3:after{left: 50%;top: auto;margin-top: 0;left: 50%;bottom:-27px;margin-left: -8px;transform: rotate(90deg);}
	.stap_line > li.stap4:after{bottom:-27px;}
	.stap_line > li > div{padding: 15px 0 0 58px;position: relative;}
	.stap_line > li > div > div{width: 48px;line-height: 48px;font-size: 12px;}
	.stap_line > li > div > dl{position:relative;display:block;}
	.stap_line > li > div > dl dt{font-size: 15px;min-width:auto;}
	.stap_line > li > div > dl dd{margin-top: 15px;font-size: 13px;}
	
	.carn_line{margin-top: -30px;margin-left: -5px;}
	.carn_line > li{margin-top: 30px;margin-left: 5px;width: calc(33.333333% - 5px);}
	.carn_line > li > a .tit{margin-top: 15px;font-size: 16px;}
	
	.review_line{margin-top: -5px;margin-left: -5px;}
	.review_line > li{margin-top: 5px;margin-left: 5px;width: calc(50% - 5px);}
	.review_line > li > a{padding: 10px;}
	.review_line > li > a > .box > .t_top{padding: 18px 0;}
	.review_line > li > a > .box > .t_top > p{font-size: 15px;}
	.review_line > li > a > .box > .t_top > div > p{font-size: 18px;}
	.review_line > li > a > .box > .t_top > div > div > span{font-size: 15px;}
	.review_line > li > a > .box > .b_bot{padding: 18px 0;}

	.repop_stp{padding: 15px 0;display: block;}
	.repop_stp > .re_lf > .stars > span{font-size: 15px;}
	.repop_stp > .re_lf > .days{margin-left: 12px;font-size: 15px;}
	.repop_stp > .names{font-size: 18px;text-align: right;margin-top: 7px;}
	
	
	.scomp_section1{padding-bottom: 60px;}
	.scomp_section1:before{height: 75%;}
	.sct_text{margin-bottom: 35px;}
	.sct_text dt{font-size: 22px;}
	.sct_text dd{font-size: 17px;margin-top:12px;}
	.sct_btxt{height: 240px;}
	.sct_btxt p{font-size: 16px;}
	.sct_btxt p br{display: none;}
	h5.scomp_tit{margin-top: 55px;margin-bottom: 30px;font-size: 24px;}

	.scomp_section2{padding: 60px 0;}
	.sorg_top{padding-bottom: 40px;}
	.sorg_top > p{margin-bottom:15px;font-size: 22px;}
	.sorg_top > dl dt{font-size: 17px;}
	.sorg_top > dl dd{margin-top: 5px;font-size: 15px;}
	.za_line{margin-left: -5px;}
	.za_line > li{margin-left: 5px;width: calc(33.33333333% - 5px);}
	.za_line > li > div > span{top: -15px;margin-left: -15px;width: 30px;height: 30px;line-height: 30px;font-size: 15px;}
	.za_line > li > p{margin-top: 15px;font-size: 15px;}
	.za_line > li > p span{font-size: 17px;margin-bottom: 5px;}

	.scomp_section3{padding: 60px 0;}

	.scbot_box > div dl dt{font-size: 22px;}
	.scbot_box > div dl dd{margin-top: 15px;font-size: 16px;}
	.scbot_box > div ul{margin-top: 25px;}

	.manager_list{margin-left: -5px;}
	.manager_list > li{margin-left:5px;width: calc(33.33333333% - 5px);}
	.manager_list > li > p.tit{padding: 15px 0;font-size: 15px;}
	.manager_list > li > a.btns{line-height: 44px;border-radius: 44px;font-size: 14px;}
	
	.avr_box{margin-top: 50px;display: block;padding: 20px;}
	.avr_box > .img{width: auto;text-align: center;}
	.avr_box > .img span{display: inline-block;border-radius: 15px;overflow: hidden;}
	.avr_box > .box{width: auto;padding: 20px 0;}
	.avr_box > .box p{font-size: 20px;}
	.avr_box > .box ul li{font-size: 13px;margin-top: 15px;}

	.sam_cart_line > li > .rmt div.tit p{font-size:16px;}

	
}

@media screen and (max-width:640px){
	.pop_out{position: absolute;right: 15px;top: 15px;}
	.lay_pop_title{height: 50px;}
	.lay_pop_title p{padding-left: 15px;font-size: 22px;}
	.lay_pop_box{padding: 20px 15px;}
	.pop_search_bn{margin-top: 20px;}
	.pop_search_bn a{line-height: 50px;border-radius: 50px;font-size: 16px;}
	.manager_mg{margin-top: 20px;}
	
	.inst_list > li{width: calc(100% - 20px);}
	.inst_list > li > a{padding: 15px 15px 30px;}
	.inst_list > li > a > .box > .r_title > p.tit{font-size: 18px;}
	.inst_list > li > a > .box > .r_title > p.txt{margin-top: 12px;font-size: 15px;}
	.inst_list > li > a > .box > .r_line > div > p{font-size: 15px;}
	.inst_list > li > a > .box > .r_line > div > p.typ1{font-size: 18px;}
	.inst_list > li > a > .box > .r_line > div > p.typ2{font-size: 18px;}
	.inst_list > li > a > .box > .rs_text{font-size:14px;}
	.inst_list > li > a > .box > .rs_bn{margin-top: 25px;}
	.inst_list > li > a > .box > .rs_bn span{line-height: 48px;border-radius: 48px;font-size: 16px;}

	.evt_line > li{width: calc(100% - 20px);}
	.evt_line > li > a > .box{padding: 10px 0 0 0;}
	.evt_line > li > a > .box > .d_day{width: 50px;height: 50px;border-radius: 5px;}
	.evt_line > li > a > .box > .d_day > p span{font-size: 22px;}
	.evt_line > li > a > .box > .d_title{margin-left: 5px;width: calc(100% - 55px);}
	.evt_line > li > a > .box > .d_title > .tit{font-size: 16px;}
	.evt_line > li > a > .box > .d_title > .datas{margin-top: 8px;font-size: 14px;}
	.evt_line > li > a > .box > .d_title > .datas span{padding-left: 20px;}
	
	.page_all {margin-top: 50px;}
	.page_all > a{width: 32px;height: 32px;line-height: 32px;}
	.page_all > a.page {font-size:12px;}

	.evt_view_wrap{margin-top: 45px;}
	.evtv_title .title{font-size: 20px;}
	.evtv_title .data{margin-top: 12px;font-size: 14px;}
	.eview_cunt{margin-top: 20px;padding: 15px 10px;}
	.eview_ipt{margin-top: 40px;padding-left: 0;}
	.eview_ipt .ev_tel{position: static;width: 100%;padding: 14px 0;}
	.evtr_area{padding: 15px;display: block;}
	.evtr_area .ev_int{width: 100%;}
	.evtr_area .ev_int div{margin-right: 5px;width: 37%;}
	.evtr_area .ev_int div:last-child{margin-right: 0;}
	.evtr_area .ev_int div input{height: 42px;padding-left: 10px;}
	.evtr_area .ev_bn{margin-left: 0;width: 100%;margin-top: 15px;text-align: center;}
	
	.yb_line{margin-top: -5px;margin-left: -5px;}
	.yb_line > li{margin-top: 5px;margin-left: 5px;width: calc(50% - 5px);}

	.aic_line > li{width: calc(100% - 20px);min-height:150px;}
	.aic_line > li:nth-child(3){min-height:190px;}
	.aic_line > li:nth-child(4){min-height:170px;}
	.aic_line > li > .top span img{max-width:60px;}
	.aic_line > li > .top > p{font-size: 15px;margin-top: 15px;left:85px;}
	.aic_line > li > .bot{left:75px;}
	.aic_line > li > .bot ol li{font-size: 13px;}
	

	.sitemap > li{padding: 30px 10px;}
	.sitemap > li > a{display:block;position:static;margin-top: 0;font-size:22px;line-height:1;margin-bottom: 12px;}
	.sitemap > li > ul > li{margin:5px 20px 5px 0;}
	.sitemap > li > ul > li > a{padding-left: 12px;font-size:16px;}
	.sitemap > li > ul > li > a:after{top:9px;width: 4px;height: 4px;}

	.mob{display:block;}
	.pc{display:none;}

}	

@media screen and (max-width:520px){
	.car_opt_list > li{width: calc(50% - 5px);}
	.tsa_line > li{width: calc(50% - 5px);}
	.tsa_line > li > a > .box > .title .b_tit{font-size: 16px;}
	.tsa_line > li > a > .box > .title .s_tit{font-size: 13px;line-height: 20px;height: 40px;}
	.tsa_line > li > a > .box > .price .st{font-size: 14px;}
	.tsa_line > li > a > .box > .price .bt{font-size: 18px;}
	.tsa_line > li > a > .box > .p_btn{margin-top: 15px;line-height: 40px;border-radius: 40px;font-size:14px;}

	.carn_line > li{width: calc(50% - 5px);}
	.review_line > li{width: calc(100% - 5px);}

	.sic_line > li > div{width: 130px;height: 130px;}
	.sic_line > li > div > span img{max-width: 50px;}
	.sic_line > li > div > p{margin-top: 10px;font-size: 15px;}

	.za_line > li{width: calc(50% - 5px);}
	.manager_list > li{width: calc(50% - 5px);}
}

@media screen and (max-width:420px){
	.carview_box > .cv_bot .co_lines > li{width: 48px;}
	.carview_box > .cv_bot .co_lines > li > div > label{width: 48px;}
	.carview_box > .cv_bot .co_lines > li > div > label > div{height: 48px;border-radius: 5px;}

}










