@charset "euc-kr";


/* 스크롤 해더김지형 A 폰트 영역 */

@font-face { font-family: "SUIT"; font-style: normal; font-weight: 400; src: url('../font/SUIT-Regular.woff2') format("woff2"), url('../font/SUIT-Regular.woff2') format("woff"); font-display: swap; }
@font-face { font-family: "SUIT"; font-style: normal; font-weight: 700; src: url('../font/SUIT-Bold.woff2') format("woff2"), url('../font/SUIT-Bold.woff2') format("woff"); font-display: swap; }
@font-face { font-family: "icon"; src: url("../font/icon.woff2") format("woff2"), url("../font/icon.woff") format("woff"); font-display: swap; }
.icon { display: inline-block; font-family: "icon"; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

/* notosanskr */

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/*나눔스퀘어*/

@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');

/*이사만루 웹폰트 import*/
 @font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothicBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 아이콘 */
@font-face{font-family:"icon";src:url("../font/icon.woff2") format("woff2"),url("../font/icon.woff") format("woff");font-display:swap;}

html { font-size: 62.5%; scroll-behavior: smooth;}
body { font-family:'NanumSquare',san-serif; font-size:17px;line-height:1.5; font-weight:400;}

/* 최상단 컨텐츠 */
header { background: #00e8ff; /* css 추가 한것 20220908 */margin-top:80px;}
header .top_content { background:#1e6d3c;}
header .top_content .left_box { color: #fff; text-align: right; letter-spacing: -1px; }
header .top_content .left_box .top_txt { font-size:2.1rem; font-weight: 300;}
header .top_content .left_box .btm_txt { font-size: 3.4rem; }
header .top_content .left_box .btm_txt b { font-weight: 800; }

header .top_content .center_box { width:17.1rem; height:12.1rem; margin: 0 2rem; }
header .top_content .right_box { display: flex; align-items: center; }
header .top_content .right_box .name_txt { width:17rem; height:6.6rem; line-height: 6.6rem; background: #deea1e; font-size: 2.4rem; font-weight: 500; text-align: center; font-weight: 800; letter-spacing: -1px; border-radius: 40px; display: flex; justify-content: center; }
header .top_content .right_box .name_txt img { width:4rem; margin-right: 0.5rem; }
header .top_content .right_box a { font-size: 4.8rem; color: #fcff00; font-weight: 700; letter-spacing: -0.3rem; margin-left: 1rem; }
header .top_content .wrap { width:1431px; height: 13.8rem; margin:0 auto; display:flex; display: flex; justify-content: center; align-items: center; }

@media (max-width:1460px) {
    header .top_content .wrap { width: 100%; }
}
@media (max-width:840px) {
    header .top_content .left_box .top_txt { display: none; }
    header .top_content .right_box { align-items: flex-start;flex-direction: column;margin-top: 4px; }
    header .top_content .right_box .name_txt { width: 15rem; height: 4.6rem;line-height: 4.6rem; }
    header .top_content .right_box a { font-size: 3.8rem; margin-left: unset; }
    header .top_content .left_box .btm_txt { line-height: 4rem;text-align: left; }
}
@media (max-width:420px) {
    header .top_content .right_box a {font-size: 3.5rem; }
}

/* .top_content { background: #cddc39; } */


.main_visual { height: 915px; background: #1a1a1a; }
.main_visual ul li { display: flex; justify-content: center; overflow: hidden; }

@media (max-width:980px) {

}
@media (max-width:840px) {
    .main_visual {height: auto; }
    .main_visual ul li img { width: 100%; }
}


/*렌트카 리스트 시작*/
.car_content { height:auto; background: url(../images/main/bg_dot_4px_01.jpg)repeat; /*, url(../images/main/bg_dot_4px_01.jpg)repeat;*/ font-family:'NanumSquare',san-serif; position: relative; }
/*.car_content::before { content:"aa"; display: block; width: 100%; height:100%; background: url(../images/main/bg_dot_4px_01.jpg)repeat; }*/
.car_content .bg_pettern { background:url(../images/main/car_content_bg1.jpg)no-repeat bottom; background-size: contain; }

.car_content .benefits { width:1431px; /*height: 394px;*/ text-align: center; /*top: -5.3rem; margin:-1.3rem auto 0; position: absolute; left: 50%; transform: translateX(-50%); border-radius: 3rem;  padding-bottom: 3rem; */ /*수정 251031*/
/*
background: rgb(151,81,255);
background: -moz-linear-gradient(-45deg,  rgba(151,81,255,1) 0%, rgba(123,76,232) 15%, rgba(102,73,216) 35%, rgba(41,63,166) 65%, rgba(12,58,143,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(151,81,255,1) 0%, rgba(123,76,232) 15%, rgba(102,73,216) 35%, rgba(41,63,166) 65%, rgba(12,58,143,1) 100%);
background: linear-gradient(135deg,  rgba(151,81,255,1) 0%, rgba(123,76,232) 15%, rgba(102,73,216) 35%, rgba(41,63,166) 65%, rgba(12,58,143,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9751ff', endColorstr='#0c3a8f',GradientType=1 );
*/
margin: 0 auto 150px;
}

.car_content .benefits h2 { font-family:'GongGothiclight'; font-size:4.2rem; line-height: 4.8rem; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.5); } /*margin-top: 3.4rem; */
.car_content .benefits h2 b { font-family:'GongGothicbold'; }
.car_content .benefits .benefit_content { display: flex; justify-content: center; margin-top: 1.6rem; }
.car_content .benefits .benefit_content ul { width:1177px; display: flex; justify-content: space-between; gap:15px; } /*수정 251101*/
.car_content .benefits .benefit_content ul li { width:25%; font-size: 2.4rem; font-weight:700; border-radius: 2rem; } /*height:227px; */
.car_content .benefits .benefit_content ul li .title_txt { height:5.1rem; line-height:5.1rem;  background: #694095; color: #fff; border-radius: 2rem 2rem 0 0; }
.car_content .benefits .benefit_content ul li .con_box { display: flex; flex-direction: column; padding: 1.5rem; justify-content: center; background: #fff; border-radius: 0 0 2rem 2rem; min-height:170px; } /*height: 100%; */
.car_content .benefits .benefit_content ul li .con_box h3 { color:#494949; margin-top:1rem; font-family: 'GongGothicLight'; font-weight:600; }
.car_content .benefits .benefit_content ul li .con_box p { font-family: 'GongGothicBold'; color: #694095; font-size: 3.2rem; line-height: 3.8rem; margin:1.4rem 0 1rem 0;}

@media (max-width:1480px) {
    .car_content .benefits { width: calc(100% - 30px); }
    .car_content .benefits .benefit_content ul { width: calc(100% - 8.5rem); flex-wrap: wrap; justify-content: center; gap:15px; }
    .car_content .benefits .benefit_content ul li { width: calc(50% - 10px); margin-right: 0; margin-bottom: 0; }
    /*.car_content .benefits .benefit_content ul li:nth-child(3n) { margin-right:unset; }*/
    .car_content .benefits .benefit_content ul li:last-child { margin-right: unset; }
}
@media (max-width:1100px) {

}
@media (max-width:980px) {
    .car_content .benefits .benefit_content ul { width: calc(100% - 6rem); }
}
@media(max-width:600px){
	.car_content .benefits .benefit_content ul li .con_box p { font-size: 3.8rem; line-height: 4.6rem; }
	.car_content .benefits .benefit_content ul li .con_box h3 { font-size: 3.2rem; }
	.car_content .top_box01 h2 { font-size: 6.2rem ; }
	
	.car_content .benefits .benefit_content ul li .title_txt { height: 7.1rem;  line-height: 7.1rem; font-size: 3.4rem; }
}
@media (max-width:480px) {
    /* .car_content .benefits { width: calc(100%); } */
    .car_content .benefits { top: -13.3rem; }
    .car_content .benefits .benefit_content ul { width: calc(100% - 4rem); }
    .car_content .benefits .benefit_content ul li { width: calc(50% - 1rem); }
    .car_content .benefits .benefit_content ul li:nth-child(2n) { margin-right:unset; }
    .car_content .benefits .benefit_content ul li:nth-child(3n) { margin-right:unset; } /*margin-right:1rem;*/
    .car_content .benefits { width: calc(100% - 20px); }

    /* .car_content .top_box01 .sub_tit { width: 24rem; } */
    .car_content .benefits h2 { font-size: 6rem; line-height: 7.2rem; } /*font-size: 4rem; line-height: 5.2rem;*/
}
.car_content .top_box01 { text-align:center; color: #fff; margin-bottom: 0rem;} /*margin-bottom: 1.5rem;*/
.car_content .top_box01 .sub_tit { width:30rem; margin:0 auto; padding-top: 10rem; display:none; } /*수정 251031*/
.car_content .top_box01 h2 { font-family:'GongGothicBold'; font-size:6.2rem; color: #ffc107; margin-top: 0.8rem; } /*margin-top: 1.2rem;*/
.car_content .top_box01 p { display: flex; justify-content: center; align-items: center; font-size: 2.2rem; font-weight: 400; margin:0.4rem 0 2.5rem; } /*margin-top: -4px; margin-bottom: 25px;  */
.car_content .top_box01 p img { width: 2.6rem; margin-right:0.5rem; }
.car_content .top_box01 .car_example { width:1431px; margin:0 auto; text-align:right; }
.car_content .top_box01 .car_example .example_color { margin-top: 3.8rem; margin-bottom: 1rem; display: flex;  justify-content: flex-end; display:none; }
.car_content .top_box01 .car_example .example_color li {font-size:1.7rem; display: flex; align-items: center; margin-right:1rem; color: #b7b7b7; }
.car_content .top_box01 .car_example .example_color li:last-child { margin-right: unset; }
.car_content .top_box01 .car_example .example_color li span { display:inline-block; margin-right:2px; }
.car_content .top_box01 .car_example .example_color .color { width:14px; height: 14px; border-radius: 50%; }
.car_content .top_box01 .car_example .example_color .color.mini { background: #04711f; }
.car_content .top_box01 .car_example .example_color .color.medium { background: #263a9e; }
.car_content .top_box01 .car_example .example_color .color.large { background: #561b8c; }
.car_content .top_box01 .car_example .example_color .color.van { background: #8c221b; }
.car_content .car_list { width:1431px; margin:0 auto; } /*background: rgba(0,0,0,0.1);*/
.car_content .car_list ul { display:flex; flex-wrap: wrap; justify-content: space-between;     gap: 15px; } /*padding-bottom: 565px;*/ /*padding-bottom: 150px; */ /*수정 251103*/
.car_content .car_list ul li { width: calc(33.3333% - 10px); background: rgba(255,255,255,0.3); cursor:pointer; transition:all 0.4s; } /*margin-right: 15px; margin-bottom: 15px; *//*수정 251031*/
.car_content .car_list ul li:hover .tit_box_hover { background:#694095; }
.car_content .car_list ul li:nth-child(3n) { margin-right:0; }
.car_content .car_list .list_box .cell { background: rgba(0,0,0,0.2); height:369px; padding:10px; } /*margin-left:10px; margin-bottom:10px;*/
.car_content .car_list .list_box .con_wrap { background: red; width:100%; height: 100%;}
.car_content .car_list .tit_box { padding: 9px 20px; display: flex; justify-content: space-between; align-items: center; background: #333; transition:all 0.4s; } /*padding:0 20px; height:67px; line-height: 67px; */ /*수정 251031*/
.car_content .car_list .tit_box.car_size_mini { background: #04711f; }
.car_content .car_list .tit_box.car_size_medium { background: #263a9e; }
.car_content .car_list .tit_box.car_size_large { background: #561b8c; }
.car_content .car_list .tit_box.car_size_van { background: #8c221b; }
.car_content .car_list .tit_box .car_name { font-family: 'NanumSquare'; font-size:2rem; font-weight: 500; color: #fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden } /*margin-left: 20px;*/  /*수정 251031*/


.car_content .car_list .tit_box .right_box { display: inline-block; height: 100%; font-family: 'NanumSquare'; font-weight: 600; } /*float: right; margin-right:20px; */
.car_content .car_list .tit_box .right_box .car_year { font-size:2.4rem; font-weight: 600; color: #fff;}
.car_content .car_list .tit_box .right_box .car_size { font-size: 2.4rem; font-weight: 500; color: #fff;}
.car_content .car_list .car_pose { background: #fff; height: 360px; position: relative; overflow: hidden; } /*수정 251031*/
.car_content .car_list .car_pose .car_img { display: inline-block; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); object-fit: cover; width: 100%;} /*수정 251031*/
.car_content .car_list .car_pose .car_img img { object-fit: cover;  width: 100.1%; } /*수정 251031*/

.car_content02 .car_list .car_pose .car_img img { object-fit: cover; width: 100%; } /*추가 251029*/
.car_content .car_list .car_pose .corp_logo { display: inline-block; position: absolute; right:20px; top:20px; }
.car_content .car_list .cost_info { padding:10px 20px; background: #fff; display: flex; justify-content: space-between; align-items: center;} /*height:68px;*/  /*수정 251031*/
.car_content .car_list .cost_info .name { display: inline-block; height: 35px; padding:0 12px;  line-height: 35px; background: #606060; color: #fff; text-align: center; border-radius: 20px; font-size: 17px; font-weight: 400;} /*width:50px; */ /*수정 251031*/
.car_content .car_list .cost_info .price { font-size: 2rem; font-weight:400; letter-spacing: -1.5px; margin-left: 4px; color:#555; }  /*수정 251031*/
.car_content .car_list .cost_info .weekday { display: flex; align-items: center; }
.car_content .car_list .cost_info .weekday .price.mini { color: #04711f; }
.car_content .car_list .cost_info .weekday .price.medium { color: #263a9e; }
.car_content .car_list .cost_info .weekday .price.large { color: #561b8c; }
.car_content .car_list .cost_info .weekday .price.van { color: #8c221b; }
.car_content .car_list .cost_info .weekend { display: flex; align-items: center; }
.car_content .car_list .cost_info .weekend .price {font-weight:800; color: #444; }

@media (max-width:1480px) {
    .car_content .top_box01 .sub_tit { padding-top: 545px; }
    .car_content .top_box01 .car_example { width: calc(100% - 30px); }
}
@media (max-width:1450px) {
    html { font-size:55%; }
    .car_content .car_list { width:100%; }
    .car_content .car_list ul { padding:0px 15px 50rem 15px; }
    .car_content .top_box01 .sub_tit { padding-top: 60rem; } /*55rem*/

}
@media (max-width:1320px){
    html { font-size:50%; }
    .car_content .car_list ul li { width: calc(50% - 7.5px); } /*margin-right: 15px;*/ /*수정 251031*/
    .car_content .car_list ul li:nth-child(2n) { margin-right:0; }
    .car_content .car_list ul li:nth-child(3n) { margin-right:unset; }
}
@media (max-width:1280px) {
}
@media (max-width:980px) {
    html { font-size:45%; }
    .car_content .car_list .cost_info { align-items: flex-start; } /*flex-direction: column; */ /*수정 251031*/
    .car_content .car_list .cost_info .weekend .price {font-weight: 800; }
    .car_content .car_list .cost_info div { height: 42px; }
    .car_content .car_list .car_pose { height: 36.5vmin; }
    .car_content .car_list .car_pose .car_img { width: 100%; }
    .car_content .car_list .car_pose .car_img img { width: 100%; }
    .car_content .car_list .cost_info .name { font-size: 15px; }
	
	.car_content .car_list .tit_box .car_name { font-size:2.6rem; width: 100%; text-overflow: ellipsis; white-space: nowrap;   overflow: hidden; } /*추가 251031*/
	.car_content .car_list .cost_info .price { font-size:2.6rem; }
}
@media (max-width:768px) {
    .car_content .car_list ul { padding: 0px 15px 30rem 15px; }
    .car_content .top_box01 .sub_tit { padding-top: 65rem; }
}

@media (max-width:760px) {

    .car_content .car_list .tit_box {flex-direction: column !important;}

}


@media (max-width:680px) {
    .car_content .top_box01 .car_example .example_color { justify-content: center; display:none; }
}
@media (max-width:640px) {
    html { font-size:40%; }
    .car_content .car_list ul { padding: 10px 10px 1rem 10px; gap: 10px; } /*수정 251031*/
    .car_content .car_list ul li { width: calc(50% - 5px); } /*height: 60vmin;*/ /*margin-right:5px; margin-bottom:5px;*/  /*수정 251031*/
    .car_content .car_list .cost_info { padding: 5px 5px; }
    .car_content .car_list .cost_info .name { width:unset; height: unset; padding: 0px 7px; line-height: 28px; font-size: 15px; border-radius: 15px }
    .car_content .car_list .cost_info div { height: 38px; }
    .car_content .car_list .tit_box { padding: 9px 10px;}
    .car_content .car_list .car_pose .corp_logo { right: 10px; top: 10px; }
	.car_content .car_list .tit_box .right_box .car_year {font-size:3.5rem;}
	.car_content .car_list .tit_box .right_box .car_size {font-size:3.5rem;}
	.car_content .car_list .tit_box .car_name {font-size:2.6rem; letter-spacing: -1.4px; }  /*수정 251031*/
	

}
@media (max-width:560px) {
    html { font-size:35%; }
    .car_content .car_list .car_pose .corp_logo { max-width:60px; }
    .car_content .car_list .car_pose .corp_logo img { width:100%; }
    .car_content .car_list .cost_info div { height: 30px; }
	
	.car_content .car_list .cost_info .price { font-size: 3.2rem; }  /*수정 251031*/
	.car_content .car_list .cost_info .weekend .price { font-size: 3.6rem; }
	
	.car_content .car_list .tit_box .car_name { font-size: 2.8rem; }
}
@media (max-width:480px) {
    .car_content .top_box01 .sub_tit { width:24rem; padding-top: 78rem; }
    .car_content .top_box01 h2 { font-size: 6.6rem; }
    .car_content .top_box01 .car_example .example_color li { font-size: 15px; }
}
@media (max-width:420px) {
    html { font-size:30%; }
    .car_content .car_list .car_pose .corp_logo { max-width: 50px; }
    .car_content .car_list .cost_info .price { font-size: 3.4rem; }
    .car_content .car_list .cost_info div { height: 25px; }
    .car_content .car_list .cost_info .name { font-size: 12px; line-height: 23px; }
    .car_content .car_list .tit_box { padding: 5px 10px; }
    .car_content .car_list .car_pose .car_img { transform: translate(-50%, -50%); } /*수정 251101*/
}
/*렌트카 리스트 끝*/

/*영업안내 & 무료상담신청*/
.main_inquiry { background: #0C6837 url('../images/main/main_inquiry_pc_bg.jpg')no-repeat center; height:362px; display:none; } /*수정 251101*/
.main_inquiry .content_wrap { width:1431px; height:100%; margin:0 auto; display: flex; align-items: center; position: relative; color:#fff; }
.main_inquiry .content_wrap .business_info { position: absolute; left:10%; }
.main_inquiry .content_wrap .business_info .top_box { margin-bottom: 40px; }
.main_inquiry .content_wrap h3 { font-family:'GongGothicBold'; font-size:3.2rem; color:#ffc107; display: flex;}
.main_inquiry .content_wrap h3 img { width:42px; margin-right: 5px; margin-top: -4px; }
.main_inquiry .content_wrap .business_info .time_info { font-size:2.4rem; letter-spacing: -.5px;}
.main_inquiry .content_wrap .business_info .time_info b { font-weight: 700; margin-right: 3px; }
.main_inquiry .content_wrap .business_info .info_txt { font-size: 17px; font-weight: 300; }
.main_inquiry .content_wrap .business_info .phone_num { font-size:3.2rem; font-weight: 800; color:#fff;}
.main_inquiry .content_wrap .free_inquiry { width:337px; position: absolute; right:20%;} /*right:274px*/
.main_inquiry .content_wrap .free_inquiry .form-group { display: flex; align-items: center; }
.main_inquiry .content_wrap .free_inquiry .form-group a.terms { color: #fff; border-bottom:1px dotted #fff; margin-left: 25px;  }
.main_inquiry .content_wrap .free_inquiry .form-group a.terms:hover { color:#ffc107; }
.main_inquiry .content_wrap .free_inquiry .input_title label { font-size: 2.1rem; width: 170px;  }
.main_inquiry .content_wrap .free_inquiry input { height: 39px; margin-top: 5px; } /*width: 220px; */
.main_inquiry .content_wrap .free_inquiry .form-control { font-size:17px; border-radius: 0; }
.main_inquiry .content_wrap .free_inquiry .form-check-label { margin-left: 12px; font-size: 17px; }
.main_inquiry .content_wrap .free_inquiry .form-check-input { width:18px; margin-right:5px; height:20px; }
.main_inquiry .content_wrap .free_inquiry .submit_box { margin-top: 2.4rem; }
.main_inquiry .content_wrap .free_inquiry .submit_box button {  width:142px; height: 42px; font-size: 17px; color: #ffc107; background: #000; border:1px solid #000; border-radius: 30px;position: absolute; right: 0; bottom: -1px; }
.main_inquiry .content_wrap .free_inquiry .submit_box button:hover { background: #9751ff; border:1px solid #9751ff; }
.main_inquiry .content_wrap .free_inquiry form { margin-top: 12px; }
.main_inquiry .content_wrap .lovely_car { width:227px; height: 240px; position: absolute; right:-2.4rem; top:60px; }
.main_inquiry .content_wrap .lovely_car img { width:227px; opacity: 0.16; display:none; }
@media (max-width:1450px) {
    .main_inquiry .content_wrap { width:100%; }
}
@media (max-width:1200px){
    .main_inquiry .content_wrap .business_info { left:5%; }
    .main_inquiry .content_wrap .free_inquiry { right:5%; }
    .main_inquiry .content_wrap .lovely_car { left: 50%; transform: translateX(-50%); right:unset;  }
    .main_inquiry .content_wrap .lovely_car img { width: 24rem; }
}
@media (max-width:1000px){
    .main_inquiry .content_wrap .free_inquiry { width: 320px; }
    .main_inquiry .content_wrap .free_inquiry .form-group a.terms { font-size:15px; }
}
@media (max-width:680px){
    .main_inquiry { height: unset; padding: 40px;
        background: rgb(12,58,143); /* Old browsers */
        background: -moz-linear-gradient(-45deg,  rgba(12,58,143,1) 50%, rgba(148,81,253,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg,  rgba(12,58,143,1) 50%,rgba(148,81,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg,  rgba(12,58,143,1) 50%,rgba(148,81,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3a8f', endColorstr='#9451fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
    .main_inquiry .content_wrap { flex-direction: column; align-items: flex-start; }
    .main_inquiry .content_wrap .business_info { position: unset; width: 100%; border-bottom: 1px dashed rgba(255,255,255,0.5); padding-bottom: 3rem; }
    .main_inquiry .content_wrap .free_inquiry { position: unset; margin-top: 30px;  }
    .main_inquiry .content_wrap .business_info .top_box { margin-bottom: 30px; }
    .main_inquiry .content_wrap .free_inquiry .submit_box {position: relative;}
    .main_inquiry .content_wrap .free_inquiry .submit_box button { bottom: -12px; }
    .main_inquiry .content_wrap .free_inquiry .form-check-label { font-size: 15px; margin-left: 16px; }
    .main_inquiry .content_wrap .free_inquiry input { height: 35px; }
    .main_inquiry .content_wrap .lovely_car { right:5%; top:10%; left: unset; width: 22.7rem; }
    .main_inquiry .content_wrap .lovely_car img { width: 40rem; opacity: 0.1; }
    .main_inquiry .content_wrap .free_inquiry .input_title label { width: 160px; }

}
@media (max-width:500px){
    .main_inquiry { padding: 30px 15px; }
    .main_inquiry .content_wrap .free_inquiry .input_title label { font-size: 15px; }
    .main_inquiry .content_wrap h3 { font-size: 4.2rem; }
    .main_inquiry .content_wrap .business_info .time_info { font-size: 3.4rem; }
    .main_inquiry .content_wrap .business_info .phone_num { font-size: 4.5rem; }
    .main_inquiry .content_wrap .lovely_car { right: 0%; }
    .main_inquiry .content_wrap .lovely_car img { width: 30rem; }

}

/* 대여자격 (임시) */
.rental_qualification_ex { background: #92cddd url(../images/main/rental_qualification_bg.jpg)no-repeat center; height:1339px; display: flex; align-items: center; justify-content: center; }
@media (max-width:1197px){
    .rental_qualification_ex .content_ex1 img { width: 100%; padding: 0 20px; }
    .rental_qualification_ex { height: 100vmax; }
}
@media (max-width:768px){
    .rental_qualification_ex { height: 100vmin; }
}
@media (max-width:640px){
    .rental_qualification_ex .content_ex1 img { padding: 0 10px; }
}




/* ===== 대여자격 시작 ===== */
.rental_qualification { background: #92cddd url(../images/main/rental_qualification_bg.jpg)no-repeat center; background-size: cover; display: flex; flex-direction: column; align-items: center; padding: 13.9rem 0;}/*height:1339px; justify-content: center; */
.rental_qualification .top_box03 { background: #5f1f96; }
.rental_qualification .top_box03 h2 { color:#ffc107; }
.rental_qualification .bottom_box { width:1153px; background: rgba(255,255,255,0.9); padding:5.5rem; }
.rental_qualification .bottom_box .con_box { display: flex; margin-bottom: 5.5rem; }
.rental_qualification .bottom_box .con_box h3 { width:30rem; font-family:'GongGothicBold'; font-size:3.2rem; color:#5f1f96; font-weight:800; }
.rental_qualification .bottom_box .con_box .right_box { width:calc(100% - 30rem); font-size:2rem; }
.rental_qualification .bottom_box .con_box .right_box b { font-weight: 600; }
.rental_qualification .bottom_box .con_box .right_box table { width:100%; overflow-x:auto;}

.rental_qualification .bottom_box .con_box .right_box table::-webkit-scrollbar {
    width: 3px;
}
.rental_qualification .bottom_box .con_box .right_box table::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}

.rental_qualification .bottom_box .con_box .right_box table th {  background: #e5d0fe; text-align: center;  font-size:2rem; font-weight: 600; color: #5f1f96; text-align: center; font-weight: 800; border-bottom: 1px solid #e5d0fe; border-top: 0; }
.rental_qualification .bottom_box .con_box .right_box table td { font-size: 1.8rem; background: #f5f5f5; text-align: center; }
.rental_qualification .bottom_box .con_box .right_box ul {}
.rental_qualification .bottom_box .con_box .right_box ul li { font-size: 2rem; margin-bottom: 3rem; position: relative; padding-left:1.4rem; }
.rental_qualification .bottom_box .con_box .right_box ul li::before { content:''; display: block; width:.7rem; height: .7rem; background: rebeccapurple; position:absolute; top:1rem; left:0px; border-radius: 50%; }
/* .rental_qualification .bottom_box .con_box .right_box ul li:last-child { margin-bottom: 0; } */
.rental_qualification .bottom_box .con_box.third { margin-bottom:0; }
@media (max-width:1450px) {
    .rental_qualification .bottom_box { width: calc(100% - 40px); }
	.rental_qualification {padding:18rem 0;}
	.rental_procedure {padding:18rem 0 !important;}
	.caution {padding:18rem 0 !important;}
	.refund_prescribe {padding:0rem 0 !important;}
}
@media (max-width:1200px) {
    .rental_qualification .bottom_box .con_box .right_box { width: calc(100% - 30rem);}
}
@media (max-width:860px) {
    .rental_qualification .bottom_box .con_box h3 { width: 22rem; }
    .rental_qualification .bottom_box .con_box .right_box { width: calc(100% - 22rem); }
    .rental_qualification .bottom_box { padding: 4rem; }
    .rental_qualification .bottom_box .con_box { margin-bottom: 4rem; font-size: 2.4rem; }
    .rental_qualification .bottom_box .con_box .right_box table th { font-size: 2.4rem; }


    .rental_qualification .bottom_box .con_box .right_box { font-size: 2.4rem; }
    .rental_qualification .bottom_box .con_box .right_box ul li { font-size: 2.4rem; }
	.rental_qualification .bottom_box .con_box .right_box table td {font-size:2.4rem;}
}
@media (max-width:768px) {
    .rental_qualification .bottom_box .con_box { flex-direction: column; }
    .rental_qualification .bottom_box .con_box h3 { width: 100%; }
    .rental_qualification .bottom_box .con_box .right_box { width: 100%; margin-top: 1rem; }
	.rental_qualification .bottom_box .con_box.second h3 {margin-bottom:1.5rem;}
}
@media (max-width:640px) {
    .rental_qualification .bottom_box { width: calc(100% - 20px); }
	.rental_qualification {padding:23rem 0;}
	.rental_procedure {padding:23rem 0 !important;}
	.caution {padding:23rem 0 !important;}
	.refund_prescribe {padding:23rem 0 !important;}
}
@media (max-width:480px) {
    .rental_qualification .bottom_box { padding: 3rem; }
	.rental_qualification .bottom_box .con_box h3 {font-size:3.6rem;}
	.rental_qualification .bottom_box .con_box .right_box table th {font-size:3.6rem;}
    .rental_qualification .bottom_box .con_box .right_box { font-size: 3.4rem; }
    .rental_qualification .bottom_box .con_box .right_box ul li { font-size: 3.4rem; }
	.rental_qualification .bottom_box .con_box .right_box table td {font-size:3.4rem;}
	.table-responsive {display:inherit !important;}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {padding:6px;}
	.rental_qualification .bottom_box .con_box .right_box ul li::before {top:2rem !important;}


}
/* ===== 대여자격 종료 ===== */


/* ===== ★★★ 대여절차 시작 ★★★ ===== */
.rental_procedure { background: #f7b7a0 url(../images/main/rental_procedure_bg.jpg)no-repeat center; /*height:1276px;*/ background-size: cover; display: flex; flex-direction: column; align-items: center; padding: 140px 0; /*margin-top:10rem;*/ }
/* .rental_procedure { background: #f7b7a0 url(../images/main/rental_procedure_bg.jpg)no-repeat center; height:1276px; display: flex; align-items: center; justify-content: center; } */
.rental_procedure .top_box03 { background: #2d5d98; }
.rental_procedure .top_box03 h2 { color:#ffc107; }
.rental_procedure .bottom_box { width:1153px; background: #fff; padding:5.5rem; }
.rental_procedure .bottom_box ul { display: flex ;}
.rental_procedure .bottom_box ul li { background: #f7f7f7; width:25%; margin-right:41px; position: relative; } /*min-height: 438px; */
.rental_procedure .bottom_box ul li::after { content:'\276F'; font-size:5rem; color:#6ba88e; display:block; position:absolute; right: -32px; top:50%; transform:translateY(-50%); } /*width: 21px; height:34px;
background:rgba(0,0,0,0.2) url('../images/main/arrow_right_light_green.svg');  */
.rental_procedure .bottom_box ul li:last-child::after { content:'';}
.rental_procedure .bottom_box ul li:nth-child(4) { margin-right:0; }
.rental_procedure .bottom_box ul li .tit_box { background: #127136; padding:1.7rem; display: flex; align-items: center; } /*height:85px; */
.rental_procedure .bottom_box ul li .tit_box .num { height:4.9rem; color: #8fe0bd; font-family:'GongGothicBold'; font-size: 5.8rem; display: flex; align-items: center; justify-content: center; border-right:2px solid rgba(255,255,255,0.5); padding-top: 0.5rem; padding-right: 10px; } /*background: rgba(0,0,0,0.2); width:5.5rem; */
.rental_procedure .bottom_box ul li .tit_box h3 { font-family:'GongGothicBold'; font-size: 2.4rem; color: #fff; line-height: 2.8rem; margin-left:1.5rem; }
.rental_procedure .bottom_box ul li .con_box { min-height: 39rem; background: #fff; border:3px solid #cde1d1; border-top:0; overflow: hidden; }
.rental_procedure .bottom_box ul li .img_box { width:17.5rem; height:17.5rem; background: #e5e5e5; border-radius: 50%; margin: 2.7rem auto; display: flex; justify-content: center; align-items: center; }
.rental_procedure .bottom_box ul li .img_box img { width:14rem; }
.rental_procedure .bottom_box ul li p { padding:0 2.7rem; font-size:1.7rem; word-break:break-all;}
@media (max-width:1450px) {
    .rental_procedure .bottom_box { width: calc(100% - 40px); }
    .rental_procedure .bottom_box ul li .con_box { min-height: 39rem; }
}
@media (max-width:1200px) {
    .rental_procedure .bottom_box ul li .con_box { min-height: 46rem; }
}
@media (max-width:1145px) {
    .rental_procedure .bottom_box { padding: 2.5rem; }
}
@media (max-width:1010px) {
    .rental_procedure .bottom_box ul li .con_box { min-height: 45rem; }
}
@media (max-width:980px) {
    .rental_procedure .bottom_box ul li .con_box { min-height: 47rem; }
    .rental_procedure .bottom_box ul { flex-wrap: wrap; }
    .rental_procedure .bottom_box ul li { width:calc(50% - 1.25rem); margin-right: 2.5rem; margin-bottom: 2.5rem; }
    .rental_procedure .bottom_box ul li::after { display:none; }
    .rental_procedure .bottom_box ul li:nth-child(2n) { margin-right:0; }
    .rental_procedure .bottom_box ul li:nth-child(3), .rental_procedure .bottom_box ul li:nth-child(4) { margin-bottom:0; }
    .rental_procedure .bottom_box ul li .con_box { min-height: 40rem; }
    .rental_procedure .bottom_box ul li .tit_box h3 { font-size: 2.8rem; margin-left: 1rem; }
    .rental_procedure .bottom_box ul li .tit_box .num { height: 3.4rem; font-size: 3.4rem; padding-right: 7px; padding-top: 0.4rem; }
}
@media (max-width:640px) {
    .rental_procedure .bottom_box ul li .con_box { min-height: auto; padding-bottom: 6rem; }
    .rental_procedure .bottom_box ul li { width: 100%; margin-right:0; }
    .rental_procedure .bottom_box ul li .img_box { width: 15.5rem; height: 15.5rem; }
    .rental_procedure .bottom_box ul li:nth-child(3) { margin-bottom: 2.5rem; }
    .rental_procedure .bottom_box ul li:nth-child(4) { margin-bottom: unset; }
    .rental_procedure .bottom_box ul li .tit_box h3 { font-size: 4.6rem; margin-left: 2rem; margin-top: 0.6rem; }
    .rental_procedure .bottom_box ul li .tit_box .num { height: 6rem; font-size: 4.8rem; padding-right: 12px; padding-left: 4px; }
}
@media (max-width:860px) {
    .rental_procedure .bottom_box .con_box h3 { width: 22rem; }
	.rental_procedure .bottom_box ul li p { font-size:2.4rem; }
}
@media (max-width:640px) {
    .rental_procedure .bottom_box { width: calc(100% - 20px); }
}
@media (max-width:480px) {
    .rental_procedure .bottom_box { padding: 3rem; }
	.rental_procedure .bottom_box ul li p { font-size:3.4rem; }
}
/* ===== ★★★ 대여절차 종료 ★★★ ===== */


/*주의사항*/
.caution { background: #5dd1ff url('../images/main/caution_bg.jpg')no-repeat center;
    height: 2445px;
    justify-content: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 13.9rem 0; }
@media (max-width:1197px){
    .caution .content_ex1 img { width: 100%; padding: 0 20px; }
}
@media (max-width:640px){
    .caution .content_ex1 img { padding: 0 10px; }
}


/* 환불규정 */
/* .refund_prescribe {flex-direction: column; padding: 13.9rem 0;  background: #99acd5 url(../images/main/refund_prescribe_bg.jpg)no-repeat center; height:1462px; display: flex; align-items: center; justify-content: center; } */
.refund_prescribe {background-size:cover !important; flex-direction: column; padding: 0 0 0px;  background: #99acd5 url('../images/main/jeilrent_img_bg.png')no-repeat center; height:1655px; display: flex; align-items: center; justify-content: center; }
@media (max-width:1197px){
    .refund_prescribe .content_ex1 img { width: 100%; padding: 0 20px; }
    /* .refund_prescribe { height: 200vmax; } */
}

@media (max-width:980px) {
.refund_prescribe {padding:0 0 0px !important;}
}



@media (max-width:640px){
    .refund_prescribe .content_ex1 img { padding: 0 10px; }

}


@media (max-width:480px) {
.refund_prescribe {padding:19.9rem 0 0px !important;}
}


/*푸터영역*/

footer { background:linear-gradient(to top,  #0e1d3a 0%,#212433 100%); overflow: hidden; text-align:center; color: #fff; padding-bottom:13.3rem; } /*background: url('../images/main/footer_bg.jpg')no-repeat center; background-size: cover; background-attachment: fixed;*/ /*수정 251105*/
footer .top_box02 h2.light_green { color: #ffc107; } /*타이틀 텍스트 컬러*/
footer .map_box { width:1431px; margin:3.8rem auto 0; }
footer .map_box .phone_num1 a { font-size: 4.6rem; color:#fff; font-weight: 800; display: flex; align-items: center; justify-content: center;}
footer .map_box .phone_num1 a i {font-size:29px !important; margin-right:10px; background: #0375f2; color: #fff; display:inline-block; width: 45px; height:45px; font-size:38px; border-radius: 50%; line-height: 45px; }
footer .map_box .adress1 { font-family:'GongGothiclight'; font-size:2.2rem; }
footer .map_box .map { width:1153px; height:28rem; background: rgba(0,0,0,0.2) url(../images/main/map_ex.jpg)no-repeat center; margin:4.7rem auto 0; }
footer .foot_corp_info .phone_num a {color:#fff;}
footer .foot_corp_info { font-family:'GongGothiclight'; font-size:1.6rem; margin-top:8.5rem; }
footer .foot_corp_info > div {margin-bottom:2px; }
footer .copyright { font-family:'GongGothiclight'; font-size:1.6rem; margin-top:2.8rem; }

@media (max-width:1450px) {
    footer .map_box { width:100%; }
    footer .map_box .map { width: calc(100% - 220px); }
    footer .foot_corp_info { font-size:1.6rem; }
    /* footer .copyright { font-size: 1.7rem; } */
}
@media (max-width:768px) {
    footer { background-attachment: unset; }
    footer .map_box .map { width: calc(100% - 100px); }
    footer .map_box .adress1 { font-size: 2.8rem; }
    footer .map_box .phone_num1 a { font-size: 5.8rem; }
    footer .foot_corp_info { font-size: 2.1rem; }
    footer .copyright {font-size: 2rem; }
}
@media (max-width:480px) {

    footer .map_box .map { width: calc(100% - 20px); }

}

/*서브 푸터영역*/
.footer_sub { background:#000; overflow: hidden; text-align:center; color: #fff; padding-bottom:-0.7rem; }
.footer_sub .top_box02 h2.light_green { color: #ffc107; } /*타이틀 텍스트 컬러*/
.footer_sub .map_box { width:1431px; margin:3.8rem auto 0; }
.footer_sub .map_box .phone_num1 a { font-size: 4.6rem; color:#ffc107; font-weight: 800; display: flex; align-items: center; justify-content: center;}
.footer_sub .map_box .phone_num1 a i {font-size:29px !important; margin-right:10px; background: #0375f2; color: #fff; display:inline-block; width: 45px; height:45px; font-size:38px; border-radius: 50%; line-height: 45px; }
.footer_sub .map_box .adress1 { font-family:'GongGothiclight'; font-size:2.2rem; }
.footer_sub .map_box .map { width:1153px; height:28rem; background: rgba(0,0,0,0.2) url(../images/main/map_ex.jpg)no-repeat center; margin:4.7rem auto 0; }
.footer_sub .foot_corp_info .phone_num a {color:#fff;}
.footer_sub .foot_corp_info { font-family:'GongGothiclight'; font-size:1.6rem; margin-top:8.5rem; }
.footer_sub .foot_corp_info > div {margin-bottom:2px; }
.footer_sub .copyright { font-family:'GongGothiclight'; font-size:1.6rem; margin-top:2.8rem; }

@media (max-width:1450px) {
    .footer_sub .map_box { width:100%; }
    .footer_sub .map_box .map { width: calc(100% - 220px); }
    .footer_sub .foot_corp_info { font-size:1.6rem; }
    /* footer .copyright { font-size: 1.7rem; } */
}
@media (max-width:768px) {
    .footer_sub { background-attachment: unset; }
    .footer_sub .map_box .map { width: calc(100% - 100px); }
    .footer_sub .map_box .adress1 { font-size: 2.8rem; }
    .footer_sub .map_box .phone_num1 a { font-size: 5.8rem; }
    .footer_sub .foot_corp_info { font-size: 2.1rem; }
    .footer_sub .copyright {font-size: 2rem; }
}
@media (max-width:480px) {

    .footer_sub .map_box .map { width: calc(100% - 20px); }

}





/*=============================공통 범용 공용=============================*/

.important_txt1 { color: #ffc107; }

.on_768 { display: none; } /*768픽셀에서 켜기 (ex. <br>태그로 모바일에서 줄바꿈 시키기)*/
.off_768 { display: block; } /*768픽셀에서 끄기 (ex. <br>태그로 모바일에서 줄바꿈 없애기)*/
.on_980 { display: none; }
.off_980 { display: block; }
.on_1024 { display: none; }
.off_1024 { display: block; }

@media (max-width:1024px) {
    .on_1024 { display: block; }
    .off_1024 { display: none; }
}
@media (max-width:980px) {
    .on_980 { display: block; }
    .off_980 { display: none; }
}
@media (max-width:768px) {
    .on_768 { display: block; }
    .off_768 { display: none; }
}

.table-responsive {
    display: table;
}

/*공통 메인 타이틀 영역 2 - 백그라운드 투명 타입 (라운드 텍스트 + 타이틀 텍스트)*/
.top_box02 { text-align:center; color: #fff; margin-bottom: 0rem;}
.top_box02 .sub_tit { width:30rem; margin:0 auto; padding-top: 8.2rem; }
.top_box02 .sub_tit img { display:none; }
.top_box02 h2 { font-family:'GongGothicBold'; font-size:6.2rem; color: #fff; margin-top: 4.8rem; }
@media (max-width:1480px) {
    .top_box02 .sub_tit { padding-top: 10rem; }
}
@media (max-width:1450px) {
}
@media (max-width:1280px) {
}
@media (max-width:768px) {
    .top_box02 .sub_tit { padding-top: 10rem; }
}
@media (max-width:480px) {
    .top_box02 .sub_tit { width:24rem; padding-top: 10rem; }
    .top_box02 h2 { font-size: 6.6rem; }
}

/*공통 메인 타이틀 영역 3 - 백그라운드 컬러 타입 (백그라운드 + 라운드 텍스트 + 타이틀 텍스트)*/
.top_box03 { width:1153px; padding: 10px 0; background: rgba(0,0,0,0.3); border-radius: 30px 30px 0 0; text-align:center; color: #fff; margin-bottom: 0rem; } /*height:200px;*/
.top_box03 .sub_tit { width:30rem; margin:0 auto; padding-top: 3.5rem }
.top_box03 h2 { font-family:'GongGothicBold'; font-size:8.2rem; color: #fff; margin-top: 0.8rem; padding-bottom: 2.2rem;}
@media (max-width:1480px) {
}
@media (max-width:1450px) {
    .top_box03 { width: calc(100% - 40px); }
    .top_box03 { height: unset; }
}
@media (max-width:1280px) {
}
@media (max-width:768px) {
}
@media (max-width:640px) {
    .top_box03 { width: calc(100% - 20px); }
}
@media (max-width:480px) {
    .top_box03 h2 { font-size: 6.6rem; }
}

/* top버튼 영역 */
.top_btn {position:fixed; bottom:40px; right:15px; z-index:99; transition:all 0.4s;}
.top_btn ul li.goto_top_btn a {background: rgba(0,0,0,0.8);}
.top_btn ul li a { display: block; width: 60px; height: 60px; border-radius: 50%; background: rgba(61,158,16,0.85); text-align: center; line-height: 60px; font-size: 18px; font-weight: 400; color: #fff;}
.top_btn ul li.goto_top_btn a i { color: #fff; font-size: 24px; line-height: 55px;}
.top_btn ul li.goto_top_btn a:hover {background: #176f2f;}
.top_btn ul li.goto_top_btn {display:none;}

/* 차량 상세페이지 팝업 20220809 영역 */
.blackscreen {  position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index: 1998;}

/* .thumb_img_wrap .thumb_img_content {margin-bottom:20px;} */
.work_content_wrap {height: 840px; overflow: auto;}
#work_pageWrap {box-sizing: border-box; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
#work_pageWrap02 {box-sizing: border-box; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
#work_pageWrap03 {box-sizing: border-box; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
#work_page { position: relative; top:50%; left:50%; width: 1200px; height:840px; transform:translate(-50%, -50%); background: #fff; z-index: 1999;}
.close02 {transition:all 0.4s; position: absolute; /* background: url('/images/main/ajax-close-btn.png') no-repeat;  */right:0; top:-45px; display: inline-block; width:40px; height:40px; background-position:center; cursor:pointer; z-index: 100; }
.close02 i {color:#fff; font-size:28px; text-align:center; display: block; line-height:40px;}

.close02:hover {background:#176f2f;}


.view_wrap {background: #fff; /*height: 100%;*/ margin-bottom: 0px; position: relative;}
.clearfix:after {content:''; display: block; clear:both;}
.top_t h2 {padding-bottom:20px; border-bottom:2px solid #694095; font-weight: bold; margin-bottom: 25px; padding-left: 3px; } /*수정 251031*/
.top_t .title_text {font-size: 28px; color: #694095; font-weight:700; line-height:35px; }
.top_t .time_text {float:right; font-size: 17px; color: #6d6d6d; font-family: 'Nanum Gothic',sans-serif;}
/* .pager {display: none;} */
.pager a {display: inline-block; width: 60px; height: 60px;}

.pager .prev-wrap a > i {font-size:56px; color:#fff;}
.pager .next-wrap a > i {font-size:56px; color:#fff;}

.pager .prev-wrap {position: absolute; top:50%; left:-70px; transform:translateY(-50%);z-index: 100;}
/* .pager .prev-wrap a {background: url('/images/main/mo_view_prev.png') no-repeat center;} */
.pager .next-wrap {position: absolute; top:50%; right:-70px;  transform:translateY(-50%);z-index: 100;}
/* .pager .next-wrap a {background: url('/images/main/mo_view_next.png') no-repeat center;} */
.view_wrap > div, .thumb_img_wrap > div {float:left;}

/* 스크롤바 설정*/
.work_content_wrap::-webkit-scrollbar{width:10px;}

/* 스크롤바 막대 설정*/
.work_content_wrap::-webkit-scrollbar-thumb{height: 17%; background-color:#89b975; border-radius: 10px;}

/* 스크롤바 뒷 배경 설정*/
.work_content_wrap::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1);}

/*.thumb_img_wrap > div {margin-right: 15px;}*/
.thumb_img_wrap > div > a:last-child {margin-right: 0;}
.port_wrap {padding:40px;}
.content_p {color: #666; font-size: 25px; line-height: 23px; font-weight:400; font-family:normal;}


.view_wrap > div.top_t {float:right; width: 474px; position: relative; padding-bottom: 30px; }
.view_detail {margin-top: 25px; font-weight: 300;}
.view_detail > div {margin-bottom: 10px;}
.view_detail > div > span {color: #555; font-size: 26px; line-height: 23px; font-weight:300; } /*수정 251031*/
.view_detail > div:nth-child(2) span:nth-child(2) {color:#444; font-weight: 600; } /*수정 251031*/
.view_detail .dt {color: #2f2f2f; font-size: 19px; font-weight:400;}
.view_detail .dt:before {content:''; display: inline-block; width: 4px; height: 4px; background: #343434; margin-right: 4px; position: relative; top: -5px;}



.sl-wrapper {z-index: 99999999999;}
.click_text {position: absolute; bottom: 0; right: 0; font-size: 16px;}
.scroll_text{display: none; position: absolute; top:5px;left: 0;}
.thumb_img_content ul {display:flex; flex-wrap:wrap; padding-left:0px;}
.thumb_img_content ul li {width: calc(33.3333% - 10px); list-style:none; margin-right:15px; margin-bottom:15px;}
.thumb_img_content ul li:nth-child(3n) {margin-right:0px;}
.thumb_img_content ul li a {display:block; position:relative; width:100%; height:0; padding-bottom:56.26%; overflow:hidden;border: 1px solid #d9d9d9;}
.thumb_img_content ul li a > img {max-width:100%; height:230px; width:100%; display:block; margin-right:20px; object-fit:cover; }
.pager .next-wrap {transition:all 0.4s;}
.pager .prev-wrap {transition:all 0.4s;}
.pager .next-wrap:hover {background:#006eaf;}
.pager .prev-wrap a:hover i {color:#fff;}
.pager .prev-wrap:hover {background:#006eaf; color:#fff;}
.pager .next-wrap a:hover i {color:#fff;}

.text_content01 {}
.text_content01 dl {}
.text_content01 dl .tit_top {margin-top:20px;}
.text_content01 dl dt {font-weight:600; font-size:20px; letter-spacing:-1px; }
.text_content01 dl dd {margin-left:0px; margin-top:10px; margin-bottom:20px; font-size: 1.7rem;}


@media all and (max-width:1350px) {
	.pager .next-wrap { right:20px;}
	.pager .prev-wrap { left:20px;}
	.pager .next-wrap, .pager .prev-wrap {background:rgba(0,0,0,0.7); width:60px; height:60px; }
	.close02 {transition:all 0.4s; top: 3px; right: 20px; background:rgba(0,0,0,0.7); width: 40px; height: 40px; }
	.car_pose02 .car_img02 {position: unset !important;}
	.car_pose02 .corp_logo02 {left:0px; width:120px !important;}

}

@media screen and (max-width:1200px) {
	#work_pageWrap { padding: 0 20px; width:auto;}
	#work_pageWrap02 { padding: 0 20px; width:auto;}
	#work_pageWrap03 { padding: 0 20px; width:auto;}
	#work_page {width: 100%; height: auto; max-height: 100%; }
	.view_wrap {/* padding:20px 10px 0 10px; */ height: auto;}
	.port_wrap {padding: 20px 20px;}
	.port_wrap {/* overflow-y:auto;  *//* height: 600px; */}
	.view_wrap > div.top_t {width: 40%;}
	.port_wrap img {width: 100%; height: auto;}
	.thumb_img > div {width: 32%; margin-right: 2%; }
	.bo_content {width: 58%;}
}



@media screen and (max-width:999px) {
	.work_content_wrap {height:653px;}
	.thumb_img_content ul li a > img {height:auto;}
	.thumb_img_content ul li a {padding-bottom:63.26%;}
	.top_t ul li.title_text {float:none; margin-bottom:10px;}
	.top_t ul li.time_text {float:none;}
	#work_pageWrap { padding: 0 20px;}
	.port_wrap {padding:0 20px;}
	#work_pageWrap {padding:6% 15px;}
	#work_pageWrap02 {padding:6% 15px;}
	#work_pageWrap03 {padding:6% 15px;}
	#work_page { padding: 20px 0 30px; overflow: hidden; position:fixed;}
	.pager .next-wrap, .pager .prev-wrap {    transform: translateY(-50%) !important; top: 50% !important; display: inline-block; position: absolute; margin-bottom: 10px;}
	.pager a {width:60px; height:60px;}
	.view_wrap > div {float:none !important; width: 100% !important;}
	.thumb_img > div {margin: 2px;}
	.view_wrap > div.top_t {padding-top: 40px; padding-bottom: 25px;}
	.pager .next-wrap {right:0px;}
	.pager .prev-wrap {left:0px; margin-left:0px !important;}
	/*
	.pager .prev-wrap {left:calc(0% + 464px);}
	.pager .next-wrap {right:50px;} */
	.port_wrap {height: auto;}
	.close02 {top:0px; right:0px;}
}

@media screen and (max-width:640px) {
	.work_content_wrap {height:455px;}
	.thumb_img_content ul li {width: calc((100% - 15px)/2); margin-right: 15px; margin-bottom: 15px;}
	.thumb_img_content ul li:nth-child(even) {margin-right:0px;}
	.thumb_img_content ul li:nth-child(3) {margin-right:15px;}
	.pager .next-wrap, .pager .prev-wrap {margin-left:13px;}
	.port_wrap {padding:20px 20px;}
	#work_pageWrap {padding:6% 10px;}
	#work_pageWrap02 {padding:6% 10px;}
	#work_pageWrap03 {padding:6% 10px;}
	#work_page { padding: 10px 0 30px; position:relative; }
	.top_t h2 {margin-bottom: 15px; padding-bottom: 10px;}
	.view_detail {margin-top: 20px;}
	.view_wrap {margin-bottom: 15px;}
	#work_page {height: auto; }
	/* .close02 {background-size:40% !important; top:-30px;} */
	.close02 {width:30px; height:30px;}
	.top_t ul li.title_text {font-size: 14px;}
	.top_t ul li.time_text {font-size: 11px;}
	.scroll_text {display: block;}
	.click_text { font-size: 12px; }
	.close02 { top: 0px; right: 0px; width: 40px; height: 40px;}

	.content_p {font-size:22px;}
	.view_detail > div > span {font-size:23px;}

	.pager .next-wrap, .pager .prev-wrap {width:45px; height: 60px;}
	.pager .prev-wrap a > i {width:48px; font-size:55px; margin-left:-10px;}
	.pager .next-wrap a > i {width:48px; font-size:55px;}
	.pager a {width:auto;}
}


@media screen and (max-width:500px) {
	.view_detail .dt {font-size:19px;}
	.content_p, .view_detail > div > span {font-size:23px;}
	.car_pose02 .corp_logo02 {max-width:80px;}
}


@media screen and (max-width:480px) {
	.scroll_text {font-size:16px; letter-spacing:-1px;}
	.view_wrap > div.top_t {padding-top:70px;}
	.content_p, .view_detail > div > span {font-size:18px;}
	.text_content01 dl dd {font-size:16px; letter-spacing:-1px; word-break:break-all;}
	.text_content01 dl dt {word-break:break-all;}

	.pager a { width:45px; height:45px;}
	.pager .next-wrap, .pager .prev-wrap {width:40px; height:45px;}
	.pager .prev-wrap a > i {font-size:45px;}
	.pager .next-wrap a > i {font-size:45px;}

}

body {overflow-x:hidden;}

/* 팝업갤러리 호버 효과 영역 2022.06.21 */
.thumb_img_content ul li a {position:relative;}
.darkness { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.75); /* 추가된 부분 */ opacity:0; transition:all .2s linear; z-index:1;}
.btn_pluse_wrap01 .btn-plus span > i {font-size:22px; font-weight:600; display:block; text-align:center; line-height:46px; color:#fff;}

/* .btn_pluse_wrap01 .btn-plus:hover {transform:rotate(90deg) !important;} */
.btn-plus {position:relative;  background:#694095; width:46px; height:46px; border-radius:50%; text-align:center; /* 추가된 부분 */ opacity:0; transform:scale(1.2); transition:all .2s ease-in-out; line-height:43px;}
.btn-plus span {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.btn_pluse_wrap01 {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;}

/* 추가된 부분 */
.thumb_img_content ul li a:hover .darkness{opacity:0.4;}

/* 추가된 부분 */
.thumb_img_content ul li a:hover .btn-plus {opacity:1; transform:scale(1);}

.car_pose02 {position:relative;}
.car_pose02 .car_img02 { display: table-header-group;
    position: relative;
    /* top: 50%; */
    /* right: 50%; */
    /* transform: translate(2%, 1%); */}
.car_pose02 .car_img021 {
    display: table-header-group;
    position: absolute;
    /* top: 50%; */
    /* right: 50%; */
    transform: translate(2%, 1%);
}
.car_pose02 .corp_logo02 {display: inline-block; position: absolute; right:320px; top:-19px;}


@media all and (max-width:480px) {
.car_pose02 .corp_logo02 {max-width:75px;}
.car_pose02 .corp_logo02 {right:-34px;}
}

/* 렌트카 주의사항 영역 20220810 */
.caution .top_box03 { background: #167a30; }
.caution .top_box03 h2 { color:#ffc107; }
.caution .bottom_box { width: 1153px; background: #fff; padding: 5.5rem;}

.precautions_content .precautions_cont01 {background:#294b57; display:flex;}
.precautions_left {padding:33px; width:25%;}
.precautions_left h3 {font-size:3.25rem; color:#d3ff74; font-family: 'GongGothicBold'; margin-bottom:23px; line-height:40px; word-break: break-all; letter-spacing: -1px;}
.precautions_left img {max-width:100%; height:auto; }

.precautions_content .precautions_cont01 .precautions_left img {width:14rem;}
.precautions_content .precautions_cont02 .precautions_left img {width:14rem;}
.precautions_content .precautions_cont03 .precautions_left img {width:13rem;}
.precautions_content .precautions_cont04 .precautions_left img {width:15rem;}
.precautions_content .precautions_cont05 .precautions_left img {width:13rem;}

.precautions_right {}
.precautions_right ul {margin-top:33px;}
.precautions_right ul li {transform: skew(-0.05deg); font-family: 'NanumSquare'; color:#fff; font-size:2rem; position:relative; margin-bottom:30px; padding-left:20px;}
.precautions_right ul li:before {content: ''; border: 1px solid #d3ff74; background: #d3ff74; width: 7px; height:7px; position: absolute; top: 8px; left: 0px; border-radius: 10px;}

.precautions_content .precautions_cont02 {background:#293b57; display:flex; margin-top:23px;}
.precautions_content .precautions_cont03 {background:#292e57; display:flex; margin-top:23px;}
.precautions_content .precautions_cont04 {background:#312957; display:flex; margin-top:23px;}
.precautions_content .precautions_cont05 {background:#3b2957; display:flex; margin-top:23px;}

.precautions_cont06 {border:1px solid #ccc; background:#fafafa; padding:56px; border-radius:15px; margin-top:23px;}
.precautions_cont06 ul {clear:both;}
.precautions_cont06 ul li {transform: skew(-0.05deg); font-family: 'NanumSquare'; color:#000; font-size:2rem; position:relative; margin-bottom:5px; list-style-position: inside; text-indent: -15px; padding-left: 19px;}
.precautions_cont06 .precautions_tit01 {overflow:hidden;}
.precautions_cont06 .precautions_tit01 img {max-width:100%; height:auto; float:left; margin-right:10px; margin-top:2px;}
.precautions_cont06 .precautions_tit01 h3 {font-size:3.25rem; color:#3e89e6; font-family: 'GongGothicBold'; margin-bottom:23px;}

@media all and (max-width:1450px) {
	.caution {height:auto;}
	.caution .top_box03 {width: calc(100% - 40px); height: unset;}
	.caution .bottom_box  {width: calc(100% - 40px);}
	.precautions_cont06 .precautions_tit01 h3 {font-size:3.6rem;}
	.precautions_cont06 .precautions_tit01 img {margin-top:2px;}


	.precautions_content .precautions_cont01 .precautions_left img {width:14rem;}
	.precautions_content .precautions_cont02 .precautions_left img {width:14rem;}
	.precautions_content .precautions_cont03 .precautions_left img {width:13rem;}
	.precautions_content .precautions_cont04 .precautions_left img {width:16rem;}
	.precautions_content .precautions_cont05 .precautions_left img {width:13rem;}
}

@media all and (max-width:999px) {
	.precautions_left h3 {letter-spacing:-1px; word-break:break-all;}
	.precautions_left h3 br {display:none;}
	.precautions_left img {width:18rem;}
	.precautions_right ul li > br {display:none;}
	.precautions_right ul li {font-size:2.4rem; margin-bottom:10px; letter-spacing:-1px; word-break:break-all;}
	.precautions_cont06 ul li  {font-size:2.4rem;}
	.precautions_cont06 ul li br {display:none;}
	.precautions_left {padding:20px;}
	.precautions_right ul {padding:20px; margin-top:0px;}
	.precautions_left {width:26%;}
	.precautions_right {width:74%;}
	.precautions_cont06 .precautions_tit01 h3 {font-size:3.7rem;}
	.precautions_cont06 .precautions_tit01 img {width:5.6rem; margin-top:0px;}

	.precautions_content .precautions_cont01 .precautions_left img {width:14rem;}
	.precautions_content .precautions_cont02 .precautions_left img {width:14rem;}
	.precautions_content .precautions_cont03 .precautions_left img {width:13rem;}
	.precautions_content .precautions_cont04 .precautions_left img {width:16rem;}
	.precautions_content .precautions_cont05 .precautions_left img {width:13rem;}
}

@media all and (max-width: 860px) {
	.precautions_left {width:35%;}
	.precautions_right {width:65%;}
	.precautions_left {padding:3rem !important;}
	.precautions_right {padding:0 3rem 3rem !important;}
	.precautions_right ul {padding:0px; margin-top:26px;}
	.precautions_right {width:100%;}
}

@media all and (max-width:768px) {
	.precautions_content .precautions_cont01 {flex-wrap:wrap; flex-direction:column;}
	.precautions_content .precautions_cont02 {flex-wrap:wrap; flex-direction:column;}
	.precautions_content .precautions_cont03 {flex-wrap:wrap; flex-direction:column;}
	.precautions_content .precautions_cont04 {flex-wrap:wrap; flex-direction:column;}
	.precautions_content .precautions_cont05 {flex-wrap:wrap; flex-direction:column;}
	.precautions_left {width:100%; padding:33px 33px 0px;}
	.precautions_left h3 {text-align:center;}
	.precautions_left img {display:block; margin:0 auto;}
	.precautions_right {padding: 0px 33px 33px;}
	.precautions_right ul li br {display:none;}
	.precautions_cont06 {padding:33px;}
	.precautions_left {padding:4rem 0 0 !important;}
}

@media all and (max-width: 640px) {
	.caution .top_box03 { width: calc(100% - 20px); }
	.caution .bottom_box { width: calc(100% - 20px); }

	.precautions_content .precautions_cont01 .precautions_left img {width:20rem;}
	.precautions_content .precautions_cont02 .precautions_left img {width:20rem;}
	.precautions_content .precautions_cont03 .precautions_left img {width:20rem;}
	.precautions_content .precautions_cont04 .precautions_left img {width:25rem;}
	.precautions_content .precautions_cont05 .precautions_left img {width:20rem;}
}

@media all and (max-width:500px) {
	.precautions_cont03 .precautions_left img {width:18rem;}
	.precautions_content .precautions_cont04 .precautions_left img {width:23rem;}
	.precautions_cont05 .precautions_left img {width:18rem;}
	.precautions_left h3 {font-size:4.8rem;}
	.precautions_left img {width:20rem;}
	.precautions_left {padding:3rem 3rem 0 !important;}
	.precautions_right {padding:0 3rem 3rem !important;}
	.caution .bottom_box {padding:3rem;}
	.precautions_right ul li {font-size:3.4rem; padding-left:15px;}
	.precautions_right ul li:before {top:8px;}
	.precautions_cont06 ul li  {font-size:3.4rem;}
	.precautions_cont06 {padding:3rem;}
	.precautions_cont06 .precautions_tit01 h3 {font-size:4.8rem;}
	.precautions_cont06 .precautions_tit01 img {width:7rem; margin-top:0px;}


}

/* 환불규정 영역 20220811 */
.refund_prescribe {position:relative;}

.refund_prescribe .top_box03 { background: #235683; }
.refund_prescribe .top_box03 h2 { color:#ffc107; }
.refund_prescribe .bottom_box { width: 1153px; background:linear-gradient( to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 1) 100%); padding: 5.5rem; }
.car_img_bg {background: url('/images/main/jeilrent_img02.png') no-repeat; background-size:contain; height: 371px;  width:610px; position: absolute; bottom: 2%; z-index: 1; left:33%; transform: translateX(-50%);}
.repfund_content_wrap {height:77vmin;}
.repfund_content_wrap .repfund-cont01 {}
.repfund_content_wrap .repfund-cont01 p {color:#3e3d3d; transform: skew(-0.05deg); font-family: 'NanumSquare'; color:#000; font-size:2rem; line-height: 30px; letter-spacing:-0.25px;}
.repfund_content_wrap .repfund-cont01 p > span {font-weight:600;}

.repfund_content_wrap .repfund-cont02 {margin-top:47px;}
.repfund_content_wrap .repfund-cont02 h3 {font-size:3.25rem; color:#000; font-family: 'GongGothicBold'; letter-spacing:-0.25px; margin-bottom:15px;}
.repfund_content_wrap .repfund-cont02 ul {}
.repfund_content_wrap .repfund-cont02 ul .text-list {transform: skew(-0.05deg); font-family: 'NanumSquare'; color:#000; font-size:2rem; position:relative; margin-bottom:30px; padding-left:13px; letter-spacing:-0.25px;}
.repfund_content_wrap .repfund-cont02 ul .text-list:before {content: ''; border: 1px solid #000; background: #000; width: 7px; height:7px; position: absolute; top: 10px; left: 0px; border-radius: 10px;}

.repfund_content_wrap .repfund-cont02 p {transform: skew(-0.05deg); font-family: 'NanumSquare'; color:#000; font-size:1.8rem; margin-bottom:19px;}
.repfund_content_wrap .repfund-cont02 p > span {font-weight:600; text-decoration: underline;}
.repfund_content_wrap .repfund-cont02 p img {max-width:100%; height:auto; display:inline-block; vertical-align:middle; margin-right:5px;}
.repfund_content_wrap .repfund-cont02 .text-bottom01 {padding-left:10px; position:relative; transform: skew(-0.05deg); font-family: 'NanumSquare'; color:#000; font-size:1.8rem; margin-top:41px;}
.repfund_content_wrap .repfund-cont02 .text-bottom01 > span {text-decoration:none;}
.repfund_content_wrap .repfund-cont02 .text-bottom01 > span:nth-child(1) {color:#ea0000;}
.repfund_content_wrap .repfund-cont02 .text-bottom01 > span:nth-child(2) {font-weight:600; color:#2f6e00;}
.repfund_content_wrap .repfund-cont02 .text-bottom01:before {position:absolute; top:0; content:'*'; left:0px; color:#ea0000;}


.rule_wrap {display:flex; flex-wrap:wrap; text-align:center; justify-content: space-between;}
.rule_wrap > div {width:calc(100%/5);}
.rule_wrap .rule_content_cont01 {}
.rule_wrap .rule_content_cont01 ul {}
.rule_wrap .rule_content_cont01 ul li {font-weight:600; position:relative; list-style:none; color:#fff; transform: skew(-0.05deg); font-family: 'NanumSquare'; font-size:2rem; line-height: 30px; letter-spacing:-0.25px;}
.rule_wrap .rule_content_cont01 ul .rule_top {background:#356a77; padding:12px;}
.rule_wrap .rule_content_cont01 ul .rule_top:after {content:''; position:absolute; height:20px; border-right:1px solid #7297a0; top:16px; right:0px; width:1px;}
.rule_wrap .rule_content_cont01 ul .rule_top > span {font-weight:600; color:#f6ff00;}
.rule_wrap .rule_content_cont01 ul .rule_bottom {color:#000; font-weight:600; background:rgba(227, 238, 242, 0.9); line-height:22px; padding:25px;}
.rule_wrap .rule_content_cont01 ul .rule_bottom:after {content:''; position:absolute; height:36px; border-right:1px solid #c2cbcf; top:28px; right:0px; width:1px;}

.rule_wrap .rule_content_cont02 ul li {font-weight:600; position:relative; list-style:none; color:#fff; transform: skew(-0.05deg); font-family: 'NanumSquare'; font-size:2rem; line-height: 30px; letter-spacing:-0.25px;}
.rule_wrap .rule_content_cont02 ul .rule_top {background:#356a77; padding:12px;}
.rule_wrap .rule_content_cont02 ul .rule_top > span {font-weight:600; color:#f6ff00;}
.rule_wrap .rule_content_cont02 ul .rule_bottom {color:#000; font-weight:600; background:rgba(227, 238, 242, 0.9); line-height:22px; padding:25px;}


.rule_wrap .rule_content_cont03 ul li {font-weight:600; position:relative; list-style:none; color:#fff; transform: skew(-0.05deg); font-family: 'NanumSquare'; font-size:2rem; line-height: 30px; letter-spacing:-0.25px;}
.rule_wrap .rule_content_cont03 ul .rule_top {background:#356a77; padding:12px;}
.rule_wrap .rule_content_cont03 ul .rule_top > span {font-weight:600; color:#f6ff00;}
.rule_wrap .rule_content_cont03 ul .rule_bottom {color:#000; font-weight:600; background:rgba(227, 238, 242, 0.9); line-height:22px; padding:36px;}
.rule_wrap .rule_content_cont03 ul .rule_top:before {content:''; position:absolute; height:20px; border-right:1px solid #7297a0; top:16px; left:0px; width:1px;}
.rule_wrap .rule_content_cont03 ul .rule_top:after {content:''; position:absolute; height:20px; border-right:1px solid #7297a0; top:16px; right:0px; width:1px;}


.rule_wrap .rule_content_cont03 ul .rule_bottom:before {content:''; position:absolute; height:36px; border-right:1px solid #c2cbcf; top:28px; left:0px; width:1px;}
.rule_wrap .rule_content_cont03 ul .rule_bottom:after {content:''; position:absolute; height:36px; border-right:1px solid #c2cbcf; top:28px; right:0px; width:1px;}

.rule_wrap .rule_content_cont04 ul li {font-weight:600; position:relative; list-style:none; color:#fff; transform: skew(-0.05deg); font-family: 'NanumSquare'; font-size:2rem; line-height: 30px; letter-spacing:-0.25px;}
.rule_wrap .rule_content_cont04 ul .rule_top {background:#356a77; padding:12px;}
.rule_wrap .rule_content_cont04 ul .rule_top > span {font-weight:600; color:#f6ff00;}
.rule_wrap .rule_content_cont04 ul .rule_bottom {color:#000; font-weight:600; background:rgba(227, 238, 242, 0.9); line-height:22px; padding:36px;}
.rule_wrap .rule_content_cont04 ul .rule_top:after {content:''; position:absolute; height:20px; border-right:1px solid #7297a0; top:16px; right:0px; width:1px;}

.rule_wrap .rule_content_cont05 ul li {font-weight:600; position:relative; list-style:none; color:#fff; transform: skew(-0.05deg); font-family: 'NanumSquare'; font-size:2rem; line-height: 30px; letter-spacing:-0.25px;}
.rule_wrap .rule_content_cont05 ul .rule_top {background:#356a77; padding:12px;}
.rule_wrap .rule_content_cont05 ul .rule_top > span {font-weight:600; color:#f6ff00;}
.rule_wrap .rule_content_cont05 ul .rule_bottom {color:#000; font-weight:600; background:rgba(227, 238, 242, 0.9); line-height:22px; padding:25px;}
.rule_wrap .rule_content_cont05 ul .rule_top:after {content:''; position:absolute; height:20px; border-right:1px solid #7297a0; top:16px; left:0px; width:1px;}
.rule_wrap .rule_content_cont05 ul .rule_bottom:before {content:''; position:absolute; height:36px; border-right:1px solid #c2cbcf; top:28px; left:0px; width:1px;}

.repfund_bottom_bg_wrap {position:relative; background:url('/images/main/jeilrent_img01.png') no-repeat; height: 318px; width: 100%; background-size: cover; background-position: center bottom;}

.repfund_bottom_bg_wrap > img {display:block; margin:-98px auto; max-width:100%; height:auto; width:600px;}

@media (max-width:2685px){

	.repfund_content_wrap {height:97vmin;}
}

@media all and (max-width:1880px) {
	.repfund_bottom_bg_wrap > img {width:560px; margin:-57px auto 0;}
	.car_img_bg {width:50%;}
	.refund_prescribe {height:1354px;}
	.repfund_content_wrap {height:67vmin;}
	.car_img_bg {width:600px; left:33%; bottom:-3%;}
}

@media all and (max-width:1680px) {
	.car_img_bg {width:565px; left:29%; bottom:-12%;}
}


@media all and (max-width:1450px) {
	.refund_prescribe .top_box03 {width: calc(100% - 40px); height: unset;}
	.refund_prescribe .bottom_box  {width: calc(100% - 40px);}
	.refund_prescribe {height:auto;}

	.car_img_bg {width:565px; left:20%; bottom:-12%;}
}

@media all and (max-width:860px) {
.repfund_content_wrap .repfund-cont01 p {font-size:2.4rem;}
.repfund_content_wrap .repfund-cont02 ul .text-list {font-size:2.4rem;}
.repfund_content_wrap .repfund-cont02 ul .text-list:before {top:8px;}
.repfund_content_wrap .repfund-cont02 p {font-size:2.4rem;}
.rule_wrap .rule_content_cont01 ul .rule_top {font-size:2.6rem;}
.rule_wrap .rule_content_cont01 ul .rule_bottom {font-size:2.4rem;}
.rule_wrap .rule_content_cont02 ul .rule_top {font-size:2.6rem;}
.rule_wrap .rule_content_cont02 ul .rule_bottom {font-size:2.4rem;}
.rule_wrap .rule_content_cont03 ul .rule_top {font-size:2.6rem;}
.rule_wrap .rule_content_cont03 ul .rule_bottom {font-size:2.4rem;}
.rule_wrap .rule_content_cont04 ul .rule_top {font-size:2.6rem;}
.rule_wrap .rule_content_cont04 ul .rule_bottom {font-size:2.4rem;}
.rule_wrap .rule_content_cont05 ul .rule_top {font-size:2.6rem;}
.rule_wrap .rule_content_cont05 ul .rule_bottom {font-size:2.4rem;}
.repfund_content_wrap .repfund-cont02 .text-bottom01 {font-size:2.4rem;}
}

@media all and (max-width:999px) {
.repfund_bottom_bg_wrap > img {width:550px; margin:-55px auto 0;}

.rule_wrap {justify-content:flex-start;}
.rule_wrap > div {width:calc(100%/3);}
.repfund_content_wrap .repfund-cont01 p {word-break:break-all;}
.repfund_content_wrap .repfund-cont01 p br {display:none;}

.rule_wrap .rule_content_cont03 ul .rule_top:after {display:none;}
.rule_wrap .rule_content_cont03 ul .rule_bottom:after {display:none;}

.car_img_bg {left:22%; bottom:-5%;}
.repfund_content_wrap {height:105vmin;}


	.rule_wrap .rule_content_cont04 {width:50%;}
	.rule_wrap .rule_content_cont05 {width:50%;}
}

@media all and (max-width:768px) {

.car_img_bg {bottom:-5%; left:13%; width:530px;}
.repfund_content_wrap {height:110vmin;}

}


@media all and (max-width: 640px) {
.refund_prescribe .top_box03 { width: calc(100% - 20px); }
.refund_prescribe .bottom_box { width: calc(100% - 20px); }
.repfund_content_wrap {height:129vmin;}
}

@media all and (max-width:680px) {

	.repfund_bottom_bg_wrap > img {padding:0 20px; margin:45px auto 0;}
	.rule_wrap .rule_content_cont05 {width:100%;}

	.repfund_content_wrap {height:auto;}
	.car_img_bg {bottom:-31%; left:10%; width:360px;}

	.rule_wrap .rule_content_cont03 ul .rule_bottom:before {display:none;}
	.rule_wrap .rule_content_cont03 ul .rule_top:before {display:none;}
	.rule_wrap .rule_content_cont04 ul .rule_top:after {display:none;}
	.rule_wrap .rule_content_cont05 ul .rule_top:after {display:none;}
	.rule_wrap .rule_content_cont05 ul .rule_bottom:before {display:none;}


.rule_wrap .rule_content_cont03 ul .rule_top:after {display:block;}
.rule_wrap .rule_content_cont03 ul .rule_bottom:after {display:block;}

	.refund_prescribe .bottom_box {padding: 3rem 3rem 0;}
	.rule_wrap > div {width:calc(100%/2);}
	.repfund_content_wrap .repfund-cont01 p {font-size:2.8rem;}
	.repfund_content_wrap .repfund-cont02 ul .text-list {font-size:2.8rem;}
	.repfund_content_wrap .repfund-cont02 p {font-size:2.5rem;}
	.repfund_content_wrap .repfund-cont02 .text-bottom01 {font-size:2.5rem;}
	.repfund_content_wrap .repfund-cont02 p img {width:3rem;}
	.rule_wrap .rule_content_cont01 ul li {font-size:2.8rem;}
	.rule_wrap .rule_content_cont02 ul li {font-size:2.8rem;}
	.rule_wrap .rule_content_cont03 ul li {font-size:2.8rem;}
	.rule_wrap .rule_content_cont04 ul li {font-size:2.8rem;}
	.rule_wrap .rule_content_cont05 ul li {font-size:2.8rem;}
	.refund_prescribe .bottom_box {height:auto;}
	.repfund_content_wrap .repfund-cont02 .text-bottom01 {margin-top:30px;}
	.repfund_content_wrap .repfund-cont02 {margin-top:25px;}
	.refund_prescribe .bottom_box {background:linear-gradient(
            to top,
            rgba(255, 255, 255, 0.7) 10%,
            rgba(255, 255, 255, 0.7) 25%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.75) 75%,
            rgba(255, 255, 255, 1) 100%
          );}
}

@media all and (max-width:500px) {
	.repfund_bottom_bg_wrap > img {margin:63px auto 0;}
	.repfund_content_wrap {height:auto;}

	.repfund_content_wrap .repfund-cont01 p {font-size:3.4rem; line-height:25px;}
	.repfund_content_wrap .repfund-cont02 ul .text-list {font-size:3.4rem;}
	.repfund_content_wrap .repfund-cont02 ul .text-list:before {top:8px;}
	.repfund_content_wrap .repfund-cont02 p {font-size:3.4rem;}
	.rule_wrap .rule_content_cont01 ul .rule_top {font-size:3.6rem;}
	.rule_wrap .rule_content_cont01 ul .rule_bottom {font-size:3.4rem;}
	.rule_wrap .rule_content_cont02 ul .rule_top {font-size:3.6rem;}
	.rule_wrap .rule_content_cont02 ul .rule_bottom {font-size:3.4rem;}
	.rule_wrap .rule_content_cont03 ul .rule_top {font-size:3.6rem;}
	.rule_wrap .rule_content_cont03 ul .rule_bottom {font-size:3.4rem;}
	.rule_wrap .rule_content_cont04 ul .rule_top {font-size:3.6rem;}
	.rule_wrap .rule_content_cont04 ul .rule_bottom {font-size:3.4rem;}
	.rule_wrap .rule_content_cont05 ul .rule_top {font-size:3.6rem;}
	.rule_wrap .rule_content_cont05 ul .rule_bottom {font-size:3.4rem;}
	.repfund_content_wrap .repfund-cont02 .text-bottom01 {font-size:3.4rem;}
	.repfund_content_wrap .repfund-cont02 .text-bottom01:before {top:4px;}
}





@media all and (max-width:480px) {
    footer .foot_corp_info {margin-top: 20.5rem !important;}
	html,body {overflow-x: hidden;}
}

/*대메뉴*/
.gnb_rc_01 { background:rgba(0,0,0,0.7); position:relative; display:flex; justify-content: center;  }

.gnb_rc_01 .logo_top { background:rgba(0,0,0,0.3); color:#fff; font-size:24px;  position:absolute; left: 30px; top: 13px; } /*width:250px;*/

.gnb_rc_01 nav { width:1153px; height: 60px;  }
.gnb_rc_01 nav .gnb_wrap { display:flex; }
.gnb_rc_01 nav .gnb_wrap li { width:20%; line-height:60px; float:left; text-align: center; background:rgba(0,0,0,0.5); } /**/
.gnb_rc_01 nav .gnb_wrap li a { display:block;  width:100%; height: 100%; font-weight:700; }



/* 스크롤 감지형 header css 추가 20220908 */



html { background-color: #fff; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
body { min-width: 280px; margin: 0; font-size: 1em; font-family: "SUIT", "Malgun Gothic", "맑은 고딕", sans-serif; -webkit-overflow-scrolling: touch; }



ul { margin: 0; padding: 0; list-style: none }
button { margin: 0; font-family: inherit; font-size: inherit; font-weight: inherit; text-transform: none; -webkit-appearance: none; -webkit-box-sizing: content-box; box-sizing: content-box; padding: 0; border: 0; color: #000; background: transparent; cursor: pointer }
a[href^=tel] { cursor: default; }
a { color: #000; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects }


/* 헤더 소스 영역*/
.a11y { position: absolute !important; overflow: hidden; height: 1px; width: 1px; clip: rect(1px, 1px, 1px, 1px) }
caption.a11y { position: static !important }
@media(max-width: 44.99em){
 .for-medium { display: none !important }
 }

@media(max-width: 59.99em){
 .for-large { display: none !important }
 }

@media(min-width: 45em){
 .for-until-medium { display: none !important }
 }

@media(min-width: 60em){
 .for-until-large { display: none !important }
 }
.is-pause .swiper-button-pause { display: none !important }

.bg { overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100% }
.bg__img,
.bg__video,
.bg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover }
.bg__img-div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center }
.bg--dimmed::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .4) }
.no-objectfit .bg__img,
.no-objectfit .bg__video,
.no-objectfit .bg img { top: 50% !important; left: 50% !important; right: auto !important; bottom: auto !important; min-width: 100%; min-height: 100%; max-width: none !important; width: auto !important; height: auto !important; -webkit-transform: translate3d(-50%, -50%, 0) !important; transform: translate3d(-50%, -50%, 0) !important }
.bg-full { position: relative }
.bg-full::after { content: ""; position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: absolute; top: 0; bottom: 0; z-index: -1; background-color: #f3f4f7 }
.blockquote { position: relative; margin: 0; text-align: center; word-break: keep-all; word-wrap: break-word }
.blockquote:before { content: ""; display: inline-block; font-family: "icon"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; text-transform: none; display: block; font-size: 24px; line-height: 1; margin-bottom: 1rem }
.blockquote cite { font-style: normal; color: #052460 }
.blockquote-bar { position: relative; margin: 0; padding-left: .8rem; border-left: 2px solid #694095; background: transparent; word-break: keep-all; word-wrap: break-word }

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner { border-style: none; padding: 0 }

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring { outline: 1px dotted ButtonText }

.btn { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; overflow: hidden; position: relative; padding: 0.2rem 2rem; border: 1px solid #424242; border-radius: 5px; background-color: transparent; color: #111921; font-size: 1.5rem; font-weight: 700; line-height: 1.6; text-align: center; text-decoration: none; letter-spacing: 0; vertical-align: middle; -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; white-space: nowrap }
.btn+.btn { margin-left: .5em }
.btn span { position: relative; z-index: 1 }
.no-touchevents .btn:hover,
.no-touchevents .btn:focus { color: #fff; background-color: #111921; text-decoration: none }
.btn:active:enabled { -webkit-transform: scale(0.97); -ms-transform: scale(0.97); transform: scale(0.97) }
.btn[disabled] { color: #9e9e9e !important; border-color: #e0e0e0 !important; background-color: #e0e0e0 !important; cursor: not-allowed; pointer-events: none }
.btn--sm { padding: 5px 20px 6px; font-size: 14px; line-height: 1.5 }
.btn--lg { padding: 17px 38px }
.btn--block { display: block; width: 100% }
.btn--em { color: #fff; border-color: #111921; background-color: #111921 }
.no-touchevents .btn--em:hover,
.no-touchevents .btn--em:focus { color: #fff; border-color: #694095; background-color: #694095 }
.btn--em[disabled] { color: #9e9e9e !important; border-color: transparent !important; background-color: #e0e0e0 !important }
.btn--ghost { border-color: #fff; color: #fff }
.no-touchevents .btn--ghost:hover,
.no-touchevents .btn--ghost:focus { color: #111921; border-color: #fff; background-color: #fff }
.btn--ghost[disabled] { color: #9e9e9e !important; border-color: rgba(255, 255, 255, .2) !important }
.btn--invert { border-color: #fff; background-color: #fff }
.no-touchevents .btn--invert:hover,
.no-touchevents .btn--invert:focus { color: #fff; border-color: #694095; background-color: #694095 }

.btn--invert[disabled] { color: #9e9e9e !important; border-color: transparent !important; background-color: rgba(255, 255, 255, .2) !important }
.btn-prev:before { content: ""; display: inline-block; font-family: "icon"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; text-transform: none; line-height: 1; vertical-align: middle; margin: -0.3rem 1rem 0 0 }
.btn-next:after { content: ""; display: inline-block; font-family: "icon"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; text-transform: none; line-height: 1; vertical-align: middle; margin: -0.3rem 0 0 1rem }
.btn-download { vertical-align: middle; word-break: break-all; white-space: inherit }
.btn-download span { display: block; padding-right: 25px; max-height: 2.5rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; -o-text-overflow: ellipsis; text-overflow: ellipsis; word-wrap: normal }
.btn-download:after { content: ""; display: inline-block; font-family: "icon"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; text-transform: none; position: absolute; top: 50%; right: 25px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%) }
.btn-upload:after { content: ""; display: inline-block; font-family: "icon"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; text-transform: none; font-size: 24px; line-height: 1; vertical-align: middle; margin: -0.3rem 0 0 1rem }
.btn-r { width: 40px; height: 40px; line-height: 37px; padding: 0; font-size: 24px; border-radius: 50%; text-align: center }

@media(max-width: 59.99em){
 .btn--m-block { display: block; width: 100% }
 .btn--m-icon { position: relative; width: 50px; height: 50px; padding: 0 }
 .btn--m-icon::after { position: absolute; top: 50%; left: 50%; right: auto; margin: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
 .btn--m-icon span { font-size: 0 }
 }

@media(min-width: 60em){
 .btn--m-icon span { padding: 0 }
 .btn--m-icon::after { display: none }
 }

.site-nav { display: none }

@media(min-width: 60em){
 .site-nav { position: fixed; top: 80px; left: 0; right: 0; padding: 5rem 0; font-size: 1.6rem; background: #fff }
 .site-nav.is-open { display: block !important; }
 .site-nav .d1-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left: 60px; padding-right: 60px }
 .site-nav .d2 { margin-top: 1.7rem }
 .site-nav .d2:first-child { margin-top: 2.5rem }
 .site-nav:lang(en) .d1 { margin: 0 3rem 2rem }
 .site-nav:lang(en) .d1-list { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }
 }

@media(min-width: 75em){
 .site-nav:lang(en) .d1 { margin-right: 6.5rem }
 }

@media(min-width: 100em){
 .site-nav .d1 { margin: 0 4.6rem 2rem }
 .site-nav .d1-list { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }
}


 @media all and (max-width:1990px){
 .site-nav .d1-list:nth-child(2) { display:none; }
 }

.header { position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 70px; z-index: 150; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); will-change: transform; -webkit-transition: -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1) }
.header--roll-up { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%) }
.ie .header--roll-up .site-nav { top: 0 }
.scroll-up .header { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%) }
.header__pad { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 100%; z-index: 25 }
.header__top { position: absolute; top: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 100% }
.header__bg { opacity: 0; z-index: 20; -webkit-transition: opacity .1s ease-out; -o-transition: opacity .1s ease-out; transition: opacity .1s ease-out }
.header::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 10; background-color: #fff; border-bottom: 1px solid #e0e0e0 }
.header__logo { width: 220px; } /*height: 24px*/
.header .home-link { position: relative; z-index: 20; padding: 15px; left: -15px }
.header .menu-btn { width: 44px; height: 44px; padding: 14px 12px; margin-right: -12px; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 160 }
.header .menu-btn::before,
.header .menu-btn::after { content: ""; display: block; height: 2px; border-radius: 5px; background-color: #000; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out }
.header .menu-btn::before { -webkit-box-shadow: 0 8px 0 #000; box-shadow: 0 8px 0 #000; margin-bottom: 14px }
.header .menu-btn.is-open::before { -webkit-box-shadow: 0 0 0 #000; box-shadow: 0 0 0 #000; -webkit-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg) }
.header .menu-btn.is-open::after { -webkit-transform: translateY(-8px) rotate(-45deg); -ms-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg) }
.header .d1__a { text-transform: uppercase; font-family:'NanumSquare', sans-serif; font-weight:900; transform: skew(-0.1deg); font-size: 1.7rem;}
.no-touchevents .header .d1__a:hover .d1__text,
.no-touchevents .header .d1__a:focus .d1__text { background-size: 100% 1px }
.header .d1__text { width: 100%; background-image: -o-linear-gradient(#000 1px, #000 1px); background-image: linear-gradient(#000 1px, #000 1px); background-repeat: no-repeat; background-position: left bottom; background-size: 0% 1px; -webkit-transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1) }
.header .d2 .icon { font-size: 16px; margin-left: .5rem; vertical-align: middle }
.no-touchevents .header .d2__a:hover .d2__text,
.no-touchevents .header .d2__a:focus .d2__text { background-size: 100% 1px }
.header .d2__text {font-size:17px; font-family:'NanumSquare', sans-serif; transform: skew(-0.1deg); width: 100%; background-image: -o-linear-gradient(#000 1px, #000 1px); background-image: linear-gradient(#000 1px, #000 1px); background-repeat: no-repeat; background-position: left bottom; background-size: 0% 1px; -webkit-transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1) }
.header__util { font-size: 1.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between }
.header .lang { font-size: 1.6rem; font-weight: 700 }
.header .lang__option { display: none }
.header .lang__option.is-active { display: block }
.header .lang__item { color: #9e9e9e; line-height: 1 }
.header .lang__item.is-current { color: #000 }

@media(max-width: 59.99em){
 .header.is-active { height: 100% }
 .header__top { width: 100%; height: 70px }
 .header__pad::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; position: fixed; display: none; background-color: rgba(17, 25, 33, .4) }
 .is-active .header__pad::after { display: block; opacity: 1; z-index: 20 }
 .header::after { height: 70px }
 .header__info { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 70px; padding: 0 46px; -webkit-box-sizing: border-box; box-sizing: border-box }
 .header__info::after { content: ""; position: absolute; left: -46px; right: -46px; bottom: 0; z-index: 10; border-bottom: 1px solid #e0e0e0 }
 .header__main { position: fixed; top: 0; right: 0; bottom: 0; width: 50%; z-index: 150; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; background-color: #fff; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s }
 .is-active .header__main { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0) }
 .header__util { opacity: 0; position: absolute; left: 0; right: 0; bottom: 0; height: 75px; margin-bottom: 10px; padding: 0 46px; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 1px solid #e0e0e0; background-color: #fff }
 .is-active .header__util { opacity: 1 }
 .header .lang__btn { display: none }
 .header .lang__option { display: block }
 .header .lang__item { position: relative; display: inline-block; margin-left: 6px; padding-left: 11px }
 .header .lang__item::before { content: ""; position: absolute; height: 13px; top: 50%; left: 0; margin-top: -6.5px; border-left: 1px solid #e0e0e0 }
 .header .lang__item:first-child { margin-left: 0; padding-left: 0 }
 .header .lang__item:first-child::before { display: none }
 .header .site-nav-toggle { display: none }
 }

@media(max-width: 44.99em){
 .header__info,
 .header__util { padding: 0 15px }
 }

@media(max-width: 34.99em){
 .header__main { width: calc(100% - 26px) }
 }

@media(min-width: 60em){
 .header { height: 80px }
 .header .gnb-toggle { display: none }
 .header__bg { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background: #fff; border-bottom: 1px solid #e0e0e0 }
 }

@media(min-width: 60em)and (max-width: 17.5em){
 .header__bg { width: 280px; margin-left: -140px; margin-right: -140px }
 }

@media(min-width: 60em){
 .header__info { display: none }
 }

@media(min-width: 60em){
 .header__main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100% }
 }

@media(min-width: 60em){
 .header__util { position: absolute; top: 2rem; right: 0 }
 }

@media(min-width: 60em){
 .header .lang { position: relative; width: 5.7rem; margin-right: 1rem }
 .header .lang__btn { position: relative; font-weight: 700; width: 100%; text-align: center }
 .header .lang__btn:before { content: "▼"; display: inline-block; font-family: "icon"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; text-transform: none; position: absolute; top: 4px; right: 0; font-size: 10px; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s }
 .header .lang__btn.is-active::before { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg) }
 .header .lang__option { position: absolute; top: 30px; left: 0; padding: .6rem; z-index: 30; background: #fff; border: 1px solid #e0e0e0; border-radius: 5px }
 .header .lang__item { display: block; padding: 1rem; margin-top: .5rem; color: #000; border-radius: 5px }
 .header .lang__item:first-child { margin-top: 0 }
 .header .lang__item.is-current { color: #006e6e; background: #d9f5f5 }
 }

@media(min-width: 100em){
 .header .lang { margin-right: 2rem }
 }

.gnb .d1__a {display:block; font-family:'NanumSquare', sans-serif; transform: skew(-0.1deg); font-size: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; font-family:'NanumSquare', sans-serif; font-weight:900;}
.gnb .d2__a { font-size: 1rem; white-space: nowrap }


@media(max-width:999px) {
.gnb .d1__a { font-size: 2.8rem !important; }
.gnb .d2__a { font-size: 2.3rem !important;}

}

@media (max-width:500px) {
 .gnb .d1__a { font-size: 3.7rem !important; }
 .gnb .d2__a { font-size: 3.3rem !important;}
}

@media(max-width:960px) {
	header {margin-top:70px;}
}

@media(max-width: 59.99em){
 .gnb { padding: 2.5rem 46px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow-y: auto; overflow-x: hidden; height: calc(100% - 70px - 85px) }
 .gnb__sub { display: none; position: relative; overflow: hidden; height: 0 }
 .gnb .d1 { position: relative; height:100%;}
 .gnb .d1__a {z-index: 9999; position: relative; display: block; padding: 3.1rem 0; width:100%; height:100%; }
 .gnb .d1.has-sub::before,
 .gnb .d1.has-sub::after {display:block; content: ""; position: absolute; top: 22px; border-radius: 5px; background-color: #000; -webkit-transition: -webkit-transform .25s ease-out; transition: -webkit-transform .25s ease-out; -o-transition: transform .25s ease-out; transition: transform .25s ease-out; transition: transform .25s ease-out, -webkit-transform .25s ease-out }
 .gnb .d1.has-sub::before {display:block; right: 7px; width: 2px; height: 13px; margin-top: -7px }
 .gnb .d1.has-sub::after {display:block; right: 1px; width: 14px; height: 2px; margin-top: -1px }
 .gnb .d1.is-opened::before {display:block; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) }
 .gnb .d1.is-opened::after {display:block; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) }
 .gnb .d1.is-current .d1__text { background-size: 100% 1px }
 .gnb .d2-list { padding: .5rem 1.4rem 3.6rem }
 .gnb .d2__a { display: block; padding: 1.1rem 0; font-size: 1.6rem; height:100%; }
 .gnb .d2.is-opened .d2__text,
 .gnb .d2.is-current .d2__text { background-size: 100% 1px }


 }

@media(max-width: 44.99em){
 .gnb { padding: 2.5rem 26px }
 }

@media(min-width: 60em){
 .gnb { height: 100% }
 .gnb__sub { display: none; position: absolute; left: 50%; z-index: 10; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%) }
 .gnb .d1-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100% }
 .gnb .d1-list.has-current .d1__a { color: #616161 }
 .gnb .d1 { position: relative; margin: 0 .5rem }
 .gnb .d1:lang(en) { margin: 0 1.8rem }
 .header:not(.is-active) .gnb .d1.is-current .d1__a::after { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1) }
 .gnb .d1__a { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 .7rem; height: 100%; }
 .gnb .d1__a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: 3px; background-color: #694095; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out }
 .no-touchevents .gnb .d1__a:hover::after,
 .no-touchevents .gnb .d1__a:focus::after { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1) }
 .gnb .d1__text { background: none }
 .gnb .d1.is-current .d1__a { color: #000 }
 .gnb .d1.is-opened .gnb__sub { display: block; opacity: 0 }
 .gnb .d1.is-opened .d1__a::after { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1) }
 .gnb .d1__first .gnb__sub,
 /* .gnb .d1:first-child .gnb__sub { -webkit-transform: translateX(-25%); -ms-transform: translateX(-25%); transform: translateX(-25%) } 메뉴 좌우위치 조정시 피씨포함 주석 해제 */
 .gnb .d1__last .gnb__sub { -webkit-transform: translateX(-75%); -ms-transform: translateX(-75%); transform: translateX(-75%) }
 .gnb .d2-list { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; } /*수정 251028*/
 .gnb .d2__a { display: block; padding: 2.5rem 2rem }
 }

@media(min-width: 75em){
 .gnb .d1__a { padding: 0 2.5rem; }
 }

@media(min-width: 100em){
 .gnb .d1 { margin: 0 3rem }
 .gnb .d1:lang(en) { margin: 0 5.3rem }
 }

#viewport-breakpoint { position: relative; display: none; z-index: 1; content: "small,medium,large,x-large,xx-large" }

@media(min-width: 35em){
 #viewport-breakpoint { z-index: 2 }
 }
@media(min-width: 45em){
 #viewport-breakpoint { z-index: 3 }
 }
@media(min-width: 60em){
 #viewport-breakpoint { z-index: 4 }
 }
@media(min-width: 75em){
 #viewport-breakpoint { z-index: 5 }
 }
@media(min-width: 100em){
 #viewport-breakpoint { z-index: 6 }
 }

#skipnav { position: absolute; left: -100%; color: #fff; background: #616161 }
#skipnav:focus { display: block; position: fixed; left: 0; width: 100%; z-index: 29999; font-size: 1.6rem; font-weight: 700; line-height: 1.6; padding: 2rem; text-align: center }
#backdrop { position: fixed; top: 0; right: 0; z-index: 140; opacity: 0; -webkit-transition: opacity .1s ease-out; -o-transition: opacity .1s ease-out; transition: opacity .1s ease-out; background-color: rgba(17, 25, 33, .6); cursor: pointer }
#backdrop.is-active { width: 100%; height: 100%; opacity: 1 }

@-webkit-keyframes scroll-before {
 0% { top: 50% }
 100% { top: -50% }
 }
@keyframes scroll-before {
 0% { top: 50% }
 100% { top: -50% }
 }
@-webkit-keyframes scroll-after {
 0% { bottom: -50% }
 100% { bottom: 50% }
 }
@keyframes scroll-after {
 0% { bottom: -50% }
 100% { bottom: 50% }
 }

.l-wrap,
.l-wrap-6,
.l-wrap-8,
.l-wrap-10 { position: relative; margin-left: 26px; margin-right: 26px }

@media(min-width: 45em){
 .l-wrap,
 .l-wrap-6,
 .l-wrap-8,
 .l-wrap-10 { margin-left: 46px; margin-right: 46px }
 }

@media(min-width: 60em){
 .l-wrap-6 { margin-left: auto; margin-right: auto; max-width: 648px }
 .l-wrap-8 { margin-left: auto; margin-right: auto; max-width: 872px }
 }

@media(min-width: 75em){
 .l-wrap { margin-left: 60px; margin-right: 60px }
 }

@media(min-width: 100em){
 .l-wrap { margin-left: auto; margin-right: auto; max-width: 1320px }
 }

@media(min-width: 75em){
 .l-wrap-10 { margin-left: auto; margin-right: auto; max-width: 1096px }
 .l-wrap-8 { margin-left: auto; margin-right: auto; max-width: 872px }
 .l-wrap-6 { margin-left: auto; margin-right: auto; max-width: 648px }
 }

.l-full { position: relative; margin-left: 26px; margin-right: 26px }

@media(min-width: 45em){
 .l-full { margin-left: 46px; margin-right: 46px }
 }

@media(min-width: 75em){
 .l-full { margin-left: 60px; margin-right: 60px }
 }

@media(min-width: 100em){
 .l-full { margin-left: 80px; margin-right: 80px }
 }

.family-site { position: relative; display: block; width: 100%; min-width: 200px; font-size: 1.5rem }
.family-site__btn { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 14px 15px; padding-right: 35px; border: 1px solid #e0e0e0; border-radius: 5px; background: #fff; color: #000; line-height: 20px; text-align: left; outline: none; vertical-align: middle; -webkit-transition: border-color .3s; -o-transition: border-color .3s; transition: border-color .3s }
.family-site__btn:before { content: "\25B2"; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; text-transform: none; position: absolute; top: 50%; right: 15px; margin-top: -15px; font-size: 15px; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s }
.no-touchevents .family-site__btn:hover,
.no-touchevents .family-site__btn:focus { border-color: #111921 }
.family-site__btn.is-active::before { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg) }
.family-site__list { display: none; position: absolute; top: auto; left: 0; right: 0; bottom: 100%; z-index: 150; padding: 1rem 0; margin-bottom: 0rem; border: 1px solid #e0e0e0; background: #fff; border-radius: 5px; -webkit-box-sizing: border-box; box-sizing: border-box }
.family-site__list.is-active { display: block }
.family-site__a { display: block; padding: .6rem 15px; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none }
.no-touchevents .family-site__a:hover .family-site__text,
.no-touchevents .family-site__a:focus .family-site__text { background-size: 100% 1px }
.family-site__text { width: 100%; background-image: -o-linear-gradient(#000 1px, #000 1px); background-image: linear-gradient(#000 1px, #000 1px); background-repeat: no-repeat; background-position: left bottom; background-size: 0% 1px; -webkit-transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1) }

@media(min-width: 45em)and (max-width: 59.99em){
 .family-site__a { display: inline-block; }
 }

.badge { display: inline-block; font-size: 1.2rem; line-height: 1; padding: .6rem 1rem; color: #111921; border: 1px solid #616161; border-radius: 5px; background-color: transparent }

.ul,
.ul-dash,
.ol,
.ol-round { margin-bottom: 2rem }
.ul>li,
.ul-dash>li,
.ol>li,
.ol-round>li { position: relative }
.ul>ul,
.ul>ol,
.ul-dash>ul,
.ul-dash>ol,
.ol>ul,
.ol>ol,
.ol-round>ul,
.ol-round>ol { margin-left: 2rem }
.ul li,
.ul-dash li,
.ol li,
.ol-round li { margin-top: 1rem; word-break: keep-all; word-wrap: break-word }

.ul+.ul,
.ul+.ul-dash,
.ul+.ol,
.ul+.ol-round,
.ul-dash+.ul,
.ul-dash+.ul-dash,
.ul-dash+.ol,
.ul-dash+.ol-round,
.ol+.ul,
.ol+.ul-dash,
.ol+.ol,
.ol+.ol-round,
.ol-round+.ul,
.ol-round+.ul-dash,
.ol-round+.ol,
.ol-round+.ol-round { margin-top: 2rem }
.ul>li,
.ul-dash>li { padding-left: 1.5rem }
.ul>li::before { content: ""; position: absolute; top: .7em; left: 3px; width: 4px; height: 4px; border-radius: 50%; background-color: #000 }
.ul-dash>li::before { content: ""; position: absolute; top: .7em; left: 3px; width: 5px; height: 1px; background-color: #000 }
.lnb { position: relative; margin: 0 -1.5rem; -webkit-transition: -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: transform .3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1) }
.lnb ::-webkit-scrollbar { width: 1px; height: 1px; scroll-behavior: smooth }
.lnb ::-webkit-scrollbar-thumb { background: #e0e0e0; border-radius: 10px }
.lnb ::-webkit-scrollbar-track { background: #e0e0e0 }
.lnb .lnb__pad { scrollbar-face-color: #e0e0e0; scrollbar-arrow-color: #e0e0e0; scrollbar-track-color: #e0e0e0 }
.lnb::after { content: ""; position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: absolute; display: block; width: 200vw; top: 0; bottom: 0; z-index: 1; background-color: #fff; border-bottom: 1px solid #e0e0e0 }

@media(max-width: 17.5em){
 .lnb::after { width: 280px; margin-left: -140px; margin-right: -140px }
 }

.lnb.is-pined { position: fixed; top: 0; z-index: 130 }
.scroll-up .lnb.is-pined { -webkit-transform: translateY(70px); -ms-transform: translateY(70px); transform: translateY(70px) }
.lnb__box { z-index: 10; border-bottom: 0; position: relative; display: block; width: 100% }
.lnb__box::before,
.lnb__box::after { content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; width: 24px; opacity: 0; -webkit-transition: .1s; -o-transition: .1s; transition: .1s; pointer-events: none }
.lnb__box::before { background: #fff; background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), to(rgba(255, 255, 255, 0))); background: -o-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0)); background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, 0)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff 40%", endColorstr="rgba(255, 255, 255, 0)", GradientType=1); left: 0 }
.lnb__box::after { background: #fff; background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff), to(rgba(255, 255, 255, 0))); background: -o-linear-gradient(right, #fff 40%, rgba(255, 255, 255, 0)); background: linear-gradient(-90deg, #fff 40%, rgba(255, 255, 255, 0)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff 40%", endColorstr="rgba(255, 255, 255, 0)", GradientType=1); right: 0 }
.lnb__box.has-scroll-left::before { opacity: 1 }
.lnb__box.has-scroll-right::after { opacity: 1 }
.lnb__box::before,
.lnb__box::after { bottom: 1px }
.lnb__pad { width: 100%; padding-right: 24px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow-x: auto; overflow-y: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start }
.lnb__a { position: relative; display: inline-block; font-size: 1.6rem; font-weight: 700; line-height: 1; padding: 2.2rem 1.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; color: #616161; text-align: center; white-space: nowrap; text-decoration: none; cursor: pointer }
.lnb__a::after { content: ""; display: block; position: absolute; z-index: 10; left: 0; right: 0; bottom: 0; height: 3px; background-color: #694095; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out }
.lnb__a .icon { font-size: 16px; margin-left: .5rem; vertical-align: middle }
.no-touchevents .lnb__a:focus,
.no-touchevents .lnb__a:hover { color: #000 }
.lnb__a.is-current { color: #000 }
.lnb__a.is-current::after { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1) }

@media(max-width: 44.99em){
 .lnb.is-pined { left: 26px; right: 26px }
 }

@media(min-width: 60em){
 .lnb { margin: 0 -3rem }
 .lnb__a { font-size: 1.7rem; padding: 2.7rem 3rem 2.6rem }
 .scroll-up .lnb.is-pined { -webkit-transform: translateY(80px); -ms-transform: translateY(80px); transform: translateY(80px) }
 }
.page-header { position: relative }
.page-header__bg { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; position: absolute; top: 0; bottom: 0 }

@media(max-width: 17.5em){
 .page-header__bg { width: 280px; margin-left: -140px; margin-right: -140px }
 }
.page-header__bg::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .25) }
.story .page-header__bg::after { background-color: rgba(0, 0, 0, .1) }
.page-header__cont { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 5; color: #fff; height: 202px }
.page-header__h { font-size: 4rem; font-weight: 700; line-height: 1.4; margin-top: 0; margin-bottom: 0; min-height: 112px; text-transform: uppercase; word-break: keep-all; word-wrap: break-word }

@media(min-width: 45em){
 .page-header__h { font-size: 5.6rem }
 }
.page-header__title { font-size: 4rem; font-weight: 700; line-height: 1.4; margin-top: 0; margin-bottom: 4rem; padding-top: 5rem; word-break: keep-all; word-wrap: break-word }

@media(min-width: 45em){
 .page-header__title { font-size: 5.6rem }
 }
.page-header__desc { font-size: 1.5rem; line-height: 1.4; line-height: 1.8; margin: -2rem 0 3.5rem; word-break: keep-all; word-wrap: break-word }

@media(min-width: 45em){
 .page-header__desc { font-size: 1.6rem }
 }

@media(max-width: 59.99em){
 .page-header__option { margin-top: -1rem }
 }

@media(min-width: 60em){
 .page-header__cont { height: 300px }
 .page-header__h { min-height: auto }
 .page-header__title { padding-top: 10rem; margin-bottom: 5rem }
 .page-header__desc { margin: -3rem 0 4rem }
 .page-header__option { text-align: right }
 .page-header__option .dropdown { display: inline-block; max-width: 300px }
 }

.no-touchevents a.tag:hover,
.no-touchevents a.tag:focus { border-color: #f5f5f5; background-color: #f5f5f5 }
.dropdown { position: relative; display: block; width: 100%; font-size: 15px; text-align: left }
.dropdown ::-webkit-scrollbar { width: 3px; height: 3px; scroll-behavior: smooth }
.dropdown ::-webkit-scrollbar-thumb { background: #9e9e9e; border-radius: 10px }
.dropdown ::-webkit-scrollbar-track { background: #eee }
.dropdown .dropdown-list-options { scrollbar-face-color: #9e9e9e; scrollbar-arrow-color: #9e9e9e; scrollbar-track-color: #eee }
.dropdown-selector { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 14px 15px; padding-right: 35px; border: 1px solid #e0e0e0; border-radius: 5px; background: #fff; color: #000; line-height: 20px; text-align: left; outline: none; vertical-align: middle; -webkit-transition: border-color .3s; -o-transition: border-color .3s; transition: border-color .3s }
.dropdown-selector:before { content: ""; display: inline-block; font-family: "icon"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; text-transform: none; position: absolute; top: 14px; right: 15px; font-size: 15px; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s }
.no-touchevents .dropdown-selector:hover,
.no-touchevents .dropdown-selector:focus { border-color: #111921 }
.dropdown-value { position: relative; display: block; height: 20px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; -o-text-overflow: ellipsis; text-overflow: ellipsis; word-wrap: normal; word-break: keep-all; word-wrap: break-word }
.dropdown-popup { position: absolute; left: 0; right: 0; display: none; overflow: hidden; margin-top: 1.5rem; z-index: 1; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s }
.dropdown-options { -webkit-box-sizing: border-box; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; position: relative; border: 1px solid #e0e0e0; background: #fff; border-radius: 5px; padding: 5px 6px; max-height: 270px }
.dropdown-options>li { position: relative; min-height: 38px }
.dropdown-options>li>a,
.dropdown-options>li>label { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 9px 9px; padding-right: 30px; text-align: left; line-height: 20px; border-radius: 5px; text-decoration: none }
.no-touchevents .dropdown-options>li>a:hover,
.no-touchevents .dropdown-options>li>a:focus,
.no-touchevents .dropdown-options>li>label:hover,
.no-touchevents .dropdown-options>li>label:focus { outline: none; color: #006e6e }
.dropdown-options>li input { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px }
.dropdown-options>li input:checked+label { color: #006e6e }
.dropdown-options>li input[disabled]+label { cursor: not-allowed; color: #9e9e9e }
.dropdown-options>li input[disabled]+label:hover,
.dropdown-options>li input[disabled]+label:focus { background: transparent }
.dropdown-options>li.is-selected>a,
.dropdown-options>li.is-selected>label { color: #006e6e; background: #d9f5f5 }
.dropdown-options>li.is-selected:before { content: ""; display: inline-block; font-family: "icon"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; text-transform: none; position: absolute; font-size: 15px; top: 50%; right: 10px; margin-top: -13px; color: #006e6e }
.dropdown-options>li.is-disabled>a,
.dropdown-options>li.is-disabled>label { cursor: not-allowed; color: #9e9e9e }
.dropdown-options>li.is-disabled>a:hover,
.dropdown-options>li.is-disabled>a:focus,
.dropdown-options>li.is-disabled>label:hover,
.dropdown-options>li.is-disabled>label:focus { background: transparent }
.dropdown.is-opened .dropdown-selector::before { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg) }
.dropdown.is-opened .dropdown-popup { display: block }
.dropdown.is-opened .dropdown-options { display: block }
.dropdown.is-disabled .dropdown-selector { color: #9e9e9e; background: #f5f5f5; cursor: not-allowed }
.dropdown.is-disabled .dropdown-selector:hover { border-color: #e0e0e0 }
.dropdown__up .dropdown-selector::before { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg) }
.dropdown__up .dropdown-popup { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 1.5rem }
.dropdown__up .dropdown-options { padding-bottom: 0 }
.dropdown__up.is-opened .dropdown-selector::before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg) }

/* 새로 추가한 css 영역 */
.gnb .d1__a:hover {color:inherit !important;}
.gnb .d2__a:hover {color:inherit !important;}

#site-nav .d1-list .d1.has-sub .d1__a:hover {color:inherit !important;}
#site-nav .d1-list .d1.has-sub .d2-list .d2 .d2__a:hover {color:inherit !important;}

/* 첫 번째 2차 메뉴 위치조정 할때 주석 풀기
.gnb .d1-list > li:nth-child(1) .d2-list .d2:nth-child(1) {margin-left:-32px;}
@media all and (max-width:999px) {
.gnb .d1-list > li:nth-child(1) .d2-list .d2:nth-child(1) {margin-left:0px;}
}
*/

/* 헤더 영역 End. */

/* 스크롤 감지형 header css 추가 20220908 End. */


/*서브비주얼 영역*/
.banner-breadscrumb {	font-weight: 700; text-align: center; overflow:hidden; background: rgba(0,0,0,0.1); padding-top:8rem;}
.banner-breadscrumb .page-title { color: #fefefe; font-size: 4.4rem; font-weight:600; line-height: 3.412rem; }
.banner-breadscrumb .page-order { margin-top: 22px; }
.banner-breadscrumb .page-order li { display: inline-block; position: relative; color: #fff; font-size: 2.2rem; }
.banner-breadscrumb .page-order li:before { content: ''; display: inline-block; 	vertical-align: middle; width: 24px; height: 24px; margin: 0 5px; background: url('../images/sub/icon_pc_sizeS1.png') no-repeat -182px 0; }
.banner-breadscrumb .page-order li:first-child:before { display: none; }
.banner-breadscrumb .page-order li a, .banner-breadscrumb .page-order li span {font-size:1.5rem; vertical-align: middle; font-weight:400;}
.banner-breadscrumb .page-order li a { color: #fff; font-size:1.5rem; }

.banner-breadscrumb .pp-type { background-image: url('../images/sub/img_pc_banner_pp.jpg'); }

/*서브비주얼 이미지 배너 (PC)*/
.banner-breadscrumb .bn-type { height:300px; animation:subBg 2s forwards ease; display:flex; align-items:center; justify-content:center; flex-direction:column; }
.banner-breadscrumb .bn-type.first { background: url('../images/sub/img_pc_banner_first.jpg') no-repeat 50%; background-size:cover; }
.banner-breadscrumb .bn-type.second { background: url('../images/sub/img_pc_banner_second.jpg') no-repeat 50%; background-size:cover; }
.banner-breadscrumb .bn-type.third { background: url('../images/sub/img_pc_banner_third.jpg') no-repeat 50%; background-size:cover; }

@media screen and (max-width: 1200px) {
	.banner-breadscrumb { height: 300px; }
	.banner-breadscrumb .page-title { font-size: 6.5rem; line-height: 2rem; }
	.banner-breadscrumb .page-order { display: none; }
}
@media screen and (max-width:767px) {
	.banner-breadscrumb { background-size:cover; height: 280px; }
	/*서브비주얼 모바일 이미지 전환*/
	/*.banner-breadscrumb .bn-type { background: url('../images/sub/img_mob_banner_first.jpg')no-repeat 50%; }*/
}
@media screen and (max-width:640px) {
	.banner-breadscrumb { height: 360px; }
	.banner-breadscrumb .bn-type { height: 280px; }
	.banner-breadscrumb .page-title {font-size:6rem !important;}
	.banner-breadscrumb .raw-type {padding-top:129px !important;}
}
/*서브비주얼 축소 모션*/
@keyframes subBg {
	0%{
		transform:scale3d(1.2,1.2,1.2);
		opacity:0;
	}
	100%{
		transform:scale3d(1,1,1);
		opacity:1;
	}
}


/* 이미지 스크롤시 양옆 100%로 채워지는 소스 */
.main2 { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; font-size: 1.5rem; line-height: 1.6; color: #000; padding-top: 70px; padding-bottom: 80px; overflow-x: hidden; min-height: calc(100vh - 217px);}
.main2.no-bottom-space { padding-bottom: 0; }
@media (min-width: 60em) {
  .main2 { padding-top: 80px; padding-bottom:80px;
  }
}
.l-wrap-10 { position: relative; margin-left: 26px; margin-right: 26px;}

@media (min-width: 45em) {
  .l-wrap-10 {margin-left: 46px; margin-right: 46px;}
}

@media (min-width: 75em) {
  .l-wrap-10 {  margin-left: auto; margin-right: auto; /* max-width: 1096px; */ max-width:1153px; }
}

.img-full { position: relative; text-align: center;}
.img-full .frame-left,
.img-full .frame-right { display: block; position: absolute; top: 0; width: 100%; height: 100%; z-index: 1; background-color: #fff;}
.img-full .frame-left { left: -100%;}
.img-full .frame-right { right: -100%;}
.img-full__img { display: block; position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: 3vw; } /*수정 251029*/
@media (max-width: 17.5em) {
  .img-full__img { width: 280px; margin-left: -140px; margin-right: -140px;}
}
.img-full img { width: 100%; max-height: 547px; -o-object-fit: cover; object-fit: cover;
}
.figure-box { border-radius: 10px;}
.figure-box__img {width: 100%; border-radius: 10px;}
.figure-box__caption { padding: 1.5rem 1rem; font-size: 1.4rem; color: #616161; word-break: keep-all; word-wrap: break-word;}
.figure-box--border .figure-box__img { border: 1px solid #e0e0e0;}
.figure-box--bg .figure-box__img { background-color: #f3f4f7;}

#vis_content_wrap {}
#vis_content_wrap .vis_content01 {max-width:100%; margin-bottom:1.5rem;}
#vis_content_wrap .vis_content01 p {font-size:2.4rem; line-height: 3.2rem;}
#vis_content_wrap .vis_content01 p > span {font-size:3rem; font-weight:600;}

@media all and (max-width:1450px) {
.main2 {min-height:auto !important;}
}


@media all and (max-width:860px) {
	#vis_content_wrap .vis_content01 p {font-size:2.8rem; line-height:4rem;}
	#vis_content_wrap .vis_content01 p > span {font-size:3.7rem;}
}

@media all and (max-width:768px) {
	#vis_content_wrap .vis_content01 p {font-size:3.4rem; line-height:5rem;}
	#vis_content_wrap .vis_content01 p > span {font-size:4rem;}
}

/* 풋터 커스텀 영역 20220928 */
.footer {
  position: relative;
  padding: 2rem 0 3rem;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 6.5rem;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e0e0e0;
}
.footer .fnb {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
}
.footer .fnb__a {
  display: inline-block;
  margin-right: 0.6rem;
  line-height: 1.6;
  white-space: nowrap;
  word-break: keep-all;
  word-wrap: break-word;
}
.footer .fnb__a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 14px;
  top: 2px;
  margin-left: 0.7rem;
  background: #e0e0e0;
}
.footer .fnb__a:last-child::after {
  display: none;
}
.no-touchevents .footer02 .fnb__a:hover .fnb__text,
.no-touchevents .footer02 .fnb__a:focus .fnb__text {
  background-size: 100% 1px;
}
.footer .fnb__text {
  width: 100%;
  background-image: -o-linear-gradient(#000 1px, #000 1px);
  background-image: linear-gradient(#000 1px, #000 1px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.footer .sns-list__a {
  width: 44px;
  height: 44px;
  line-height: 57px;
  text-align: center;
  margin-right: 1rem;
  color: #111921;
}
.footer .sns-list__a .icon {
  font-size: 24px;
}
.no-touchevents .footer02 .sns-list__a:hover,
.no-touchevents .footer02 .sns-list__a:focus {
  color: #2b4054;
}
.footer__family-site {
  margin-bottom: 2rem;
}
.footer__info {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #424242;
}
.footer__info span {
  display: inline-block;
  margin-right: 0.6rem;
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}
.footer__info span::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 14px;
  top: 2px;
  margin-left: 0.7rem;
  background: #e0e0e0;
}
.footer__info span:last-child::after {
  display: none;
}
.footer__info .ceo,
.footer__info .address {
  display: inline;
}
.footer__copyright {
  font-size: 1.3rem;
  height: 2.2rem;
  color: #757575;
}
.footer:lang(en)::after {
  display: none;
}
.footer:lang(en) .fnb {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 60em) and (max-width: 74.99em) {
  .footer .sns-list__a {
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  .footer {
    padding: 1.5rem 0 4rem;
  }
  .footer:lang(en)::after {
    display: BLOCK;
  }
  .footer::after {
    top: 8rem;
  }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    margin-bottom: 5rem;
  }
  .footer__family-site {
    width: 200px;
  }
  .footer__util {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .fnb,
  .footer .sns-list,
  .footer__family-site {
    margin-bottom: 0;
  }
  .footer .fnb {
    padding-bottom: 0;
  }
  .footer .sns-list {
    margin-right: 1rem;
  }
  .footer__info {
    font-size: 1.5rem;
  }
  .footer__copyright {
    font-size: 1.4rem;
  }
}

.icon {
    display: inline-block;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.footer .sns-list__a > i {font-size:24px;}

@media (max-width:1440px) {


	.family-site__btn {margin-bottom:1.5rem;}

}

@media (max-width: 1200px) {

	footer {padding-bottom: 22.3rem;}

	.footer .fnb__text {font-size:1.9rem;}
	.footer__info span {font-size:2rem;}
	.footer__copyright {font-size:1.7rem;}
	.family-site__btn {font-size:1.9rem;}
	.for-large {display:inline-block !important;}
}

@media all and (max-width:680px) {
	.footer .fnb__text {font-size:2.5rem;}
	.footer__info span {font-size:2.5rem;}
	.footer__copyright {font-size: 2.5rem; letter-spacing: -1px;}
	.family-site__btn {font-size:2.5rem;}
	.family-site__text {font-size:2.5rem; line-height: 22px; }

	#go-top.is-end {top:18px !important;}
}







/* 20220928 버튼 커스텀 영역 */

#go-top {
  position: fixed;
  z-index: 140;
  right: 26px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  opacity: 0;
  font-size: 24px;
  text-align: center;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*
#go-top:before {
  content: "\2191";
  display: inline-block;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
#go-top:after {
  content: "\2191";
  display: inline-block;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
*/

#go-top::before,
#go-top::after { display: inline-block; position: absolute; left: 50%; }
#go-top::before { color: #000; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
#go-top::after { color: #fff; bottom: -50%; -webkit-transform: translate(-50%, 50%); -ms-transform: translate(-50%, 50%); transform: translate(-50%, 50%);}
#go-top:hover,
#go-top:focus { border-color: #694095; background-color: #694095;}

#go-top > i {color:#333; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
#go-top:hover > i,
#go-top:focus > i {
  color: #fff;
  /*-webkit-animation: scroll-before 0.4s;
  animation: scroll-before 0.4s;*/
}

/*
#go-top:hover > i::after,
#go-top:focus > i::after {
  color: #fff;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-animation: scroll-after 0.4s;
  animation: scroll-after 0.4s;
}
*/


@-webkit-keyframes scroll-before {
  0% {
    top: 50%;
  }
  100% {
    top: -50%;
  }
}

@keyframes scroll-before {
  0% {
    top: 50%;
  }
  100% {
    top: -50%;
  }
}

@-webkit-keyframes scroll-after {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 50%;
  }
}

@keyframes scroll-after {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 50%;
  }
}
#go-top.is-show {
  opacity: 1;
  pointer-events: initial;
}
#go-top.is-end {
  position: absolute;
  top: 58px;
  bottom: auto;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1 !important;
}
@media (max-width: 44.99em) {
  .scroll-down #go-top {
    opacity: 0;
    pointer-events: none;
  }
  #go-top.is-end {
    pointer-events: initial;
  }
}
@media (min-width: 45em) {
  #go-top {
    right: 46px;
  }
}
@media (min-width: 60em) {
  #go-top {
    bottom: 20px;
  }
  #go-top.is-end {
    top: -20px;
    bottom: auto;
  }
}
@media (min-width: 75em) {
  #go-top {
    right: 60px;
  }
}
@media (min-width: 100em) {
  #go-top {
    right: 80px;
  }
}

/* 가상요소로 했을때 주석 풀기
#go-top:before {
  content: "";
  display: inline-block;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
#go-top:after {
  content: "";
  display: inline-block;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
#go-top::before,
#go-top::after {
  display: inline-block;
  position: absolute;
  left: 50%;
}
#go-top::before {
  color: #000;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#go-top::after {
  color: #fff;
  bottom: -50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.no-touchevents #go-top:hover,
.no-touchevents #go-top:focus {
  border-color: #694095;
  background-color: #694095;
}
.no-touchevents #go-top:hover::before,
.no-touchevents #go-top:focus::before {
  color: #fff;
  -webkit-animation: scroll-before 0.4s;
  animation: scroll-before 0.4s;
}
.no-touchevents #go-top:hover::after,
.no-touchevents #go-top:focus::after {
  color: #fff;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-animation: scroll-after 0.4s;
  animation: scroll-after 0.4s;
}
@-webkit-keyframes scroll-before {
  0% {
    top: 50%;
  }
  100% {
    top: -50%;
  }
}
@keyframes scroll-before {
  0% {
    top: 50%;
  }
  100% {
    top: -50%;
  }
}
@-webkit-keyframes scroll-after {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 50%;
  }
}
@keyframes scroll-after {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 50%;
  }
}*/


/*렌트카 리스트 시작*/
.car_content02 { height:auto; background:#f1f1f1; /*background: url(../images/main/bg_dot_4px_01.jpg)repeat;*/ /*, url(../images/main/bg_dot_4px_01.jpg)repeat;*/ font-family:'NanumSquare',san-serif; position: relative; padding-bottom: 150px; }
/* .car_content02::before { content:"aa"; display: block; width: 100%; height:100%; background: url(../images/main/bg_dot_4px_01.jpg)repeat; } */
.car_content .bg_pettern { background:url(../images/main/car_content_bg1.jpg)no-repeat bottom; background-size: contain; padding-top: 100px; } /*수정 251031*/

.car_content02 .benefits { width:1431px; /*height: 394px;*/  margin:-1.3rem auto 0; padding-bottom: 3rem; position: absolute; left: 50%; top: -5.3rem; transform: translateX(-50%); border-radius: 3rem; text-align: center;
background: rgb(151,81,255);
background: -moz-linear-gradient(-45deg,  rgba(151,81,255,1) 0%, rgba(123,76,232) 15%, rgba(102,73,216) 35%, rgba(41,63,166) 65%, rgba(12,58,143,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(151,81,255,1) 0%, rgba(123,76,232) 15%, rgba(102,73,216) 35%, rgba(41,63,166) 65%, rgba(12,58,143,1) 100%);
background: linear-gradient(135deg,  rgba(151,81,255,1) 0%, rgba(123,76,232) 15%, rgba(102,73,216) 35%, rgba(41,63,166) 65%, rgba(12,58,143,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9751ff', endColorstr='#0c3a8f',GradientType=1 );
}
.car_content02 .benefits h2 { font-family:'GongGothiclight'; font-size:5.2rem; line-height: 5.8rem; color: #fff; margin-top: 3.4rem; text-shadow: 0 0 10px rgba(0,0,0,0.5);}
.car_content02 .benefits h2 b { font-family:'GongGothicbold'; }
.car_content02 .benefits .benefit_content { display: flex; justify-content: center; margin-top: 1.6rem; }
.car_content02 .benefits .benefit_content ul { width:1177px; display: flex; justify-content: space-between;}
.car_content02 .benefits .benefit_content ul li { width:227px; font-size: 2.4rem; font-weight:700; border-radius: 2rem; } /*height:227px; */
.car_content02 .benefits .benefit_content ul li .title_txt { height:5.1rem; line-height:5.1rem;  background: #e80062; color: #ffc107; border-radius: 2rem 2rem 0 0; }
.car_content02 .benefits .benefit_content ul li .con_box { display: flex; flex-direction: column; padding: 1.5rem; justify-content: center; background: #fff; border-radius: 0 0 2rem 2rem; } /*height: 100%; */
.car_content02 .benefits .benefit_content ul li .con_box h3 { color:#494949; margin-top:1rem; font-family: 'GongGothicLight'; font-weight:600; }
.car_content02 .benefits .benefit_content ul li .con_box p { font-family: 'GongGothicBold'; color: #358a01; font-size: 3.2rem; line-height: 3.8rem; margin:1.4rem 0 1rem 0;}
@media (max-width:1480px) {
    .car_content02 .benefits { width: calc(100% - 30px); }
    .car_content02 .benefits .benefit_content ul { width: calc(100% - 8.5rem); flex-wrap: wrap; justify-content: center;}
    .car_content02 .benefits .benefit_content ul li { width: calc(33.3333% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }
    .car_content02 .benefits .benefit_content ul li:nth-child(3n) { margin-right:unset; }
    .car_content02 .benefits .benefit_content ul li:last-child { margin-right: unset; }
}
@media (max-width:1100px) {

}
@media (max-width:980px) {
    .car_content02 .benefits .benefit_content ul { width: calc(100% - 6rem); }
	.car_content .bg_pettern {  padding-top: 100px; }
	.car_content .benefits { margin: 0 auto 100px; }
	
	.car_content .benefits h2 { font-size:5.2rem; line-height: 6.8rem; }
	/*.car_content .top_box01 h2 {  font-size:5.2rem; }*/
	
	.car_content .car_list ul {  padding: 0px 15px 100px 15px; }
	
	/*.top_box02 h2 { font-size:5.2rem; }*/
	
	.top_box02 .sub_tit { padding-top:100px; }
	
	.car_content .benefits .benefit_content ul { width:100%; gap: 10px; } /*수정 251101*/
	.car_content .benefits .benefit_content ul li { margin-right: unset; margin-bottom: unset; } /*수정 251101*/
	
	
	
}

@media(max-width:640px){
	.car_content .benefits .benefit_content ul { justify-content: left; }
	.car_content .benefits .benefit_content ul li { width: calc(50% - 5px); }
	
}
@media (max-width:480px) {
    /* .car_content .benefits { width: calc(100%); } */
    .car_content02 .benefits { top: -13.3rem; }
    .car_content02 .benefits .benefit_content ul { width: calc(100% - 4rem); }
    .car_content02 .benefits .benefit_content ul li { width: calc(50% - 1rem); }
    .car_content02 .benefits .benefit_content ul li:nth-child(2n) { margin-right:unset; }
    .car_content02 .benefits .benefit_content ul li:nth-child(3n) { margin-right:1rem; }
    .car_content02 .benefits { width: calc(100% - 20px); }
    /* .car_content .top_box01 .sub_tit { width: 24rem; } */
    .car_content02 .benefits h2 { font-size: 4rem; line-height: 5.2rem;}
}
.car_content02 .top_box01 { text-align:center; color: #fff; margin-bottom: 0rem;} /*margin-bottom: 1.5rem;*/
.car_content02 .top_box01 .sub_tit { width:30rem; margin:0 auto; padding-top: 12rem; }
.car_content02 .top_box01 h2 { font-family:'GongGothicBold'; font-size:8.2rem; color: #436614; margin-top: 0.8rem; } /*margin-top: 1.2rem;*/
.car_content02 .top_box01 p {color:#333; display: flex; justify-content: center; align-items: center; font-size: 2.2rem; font-weight: 400; margin:0.4rem 0 2.5rem; } /*margin-top: -4px; margin-bottom: 25px;  */
.car_content02 .top_box01 p img { width: 2.6rem; margin-right:0.5rem; }
.car_content02 .top_box01 .car_example { width:1431px; margin:0 auto; text-align:right; }
.car_content02 .top_box01 .car_example .example_color { margin-top: 3.8rem; margin-bottom: 1rem; display: flex;  justify-content: flex-end; }
.car_content02 .top_box01 .car_example .example_color li {font-size:1.7rem; display: flex; align-items: center; margin-right:1rem; color: #333; }
.car_content02 .top_box01 .car_example .example_color li:last-child { margin-right: unset; }
.car_content02 .top_box01 .car_example .example_color li span { display:inline-block; margin-right:2px; }
.car_content02 .top_box01 .car_example .example_color .color { width:14px; height: 14px; border-radius: 50%; }
.car_content02 .top_box01 .car_example .example_color .color.mini { background: #04711f; }
.car_content02 .top_box01 .car_example .example_color .color.medium { background: #263a9e; }
.car_content02 .top_box01 .car_example .example_color .color.large { background: #561b8c; }
.car_content02 .top_box01 .car_example .example_color .color.van { background: #8c221b; }
.car_content02 .car_list { width:1431px; margin:0 auto; } /*background: rgba(0,0,0,0.1);*/
.car_content02 .car_list ul { display:flex; flex-wrap: wrap;padding-bottom: 0px; gap: 15px; } /*padding-bottom: 390px*/ /*수정 251029*/ /* justify-content: space-between; */
.car_content02 .car_list ul li { width: calc(33.3333% - 10px); background: rgba(255,255,255,0.3); cursor:pointer; }  /*수정 251031*/
.car_content02 .car_list ul li:hover .tit_box_hover { background:#694095; }  /*수정 251031*/

.car_content02 .car_list ul li:nth-child(3n) { margin-right:0; }
.car_content02 .car_list .list_box .cell { background: rgba(0,0,0,0.2); height:369px; padding:10px; } /*margin-left:10px; margin-bottom:10px;*/
.car_content02 .car_list .list_box .con_wrap { background: red; width:100%; height: 100%;}
.car_content02 .car_list .tit_box { padding: 9px 20px; display: flex; justify-content: space-between; align-items: center; background: #333; transition: all 0.4s; } /*padding:0 20px; height:67px; line-height: 67px; */
.car_content02 .car_list .tit_box.car_size_mini { background: #333; }
.car_content02 .car_list .tit_box.car_size_medium { background: #263a9e; }
.car_content02 .car_list .tit_box.car_size_large { background: #561b8c; }
.car_content02 .car_list .tit_box.car_size_van { background: #8c221b; }
.car_content02 .car_list .tit_box .car_name { font-family: 'NanumSquare'; font-size:2rem; font-weight: 500; color: #fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } /*margin-left: 20px;*/
.car_content02 .car_list .tit_box .right_box { display: inline-block; height: 100%; font-family: 'NanumSquare'; font-weight: 600; display:none; } /*float: right; margin-right:20px; */
.car_content02 .car_list .tit_box .right_box .car_year { font-size:2.4rem; font-weight: 600; color: #fff;}
.car_content02 .car_list .tit_box .right_box .car_size { font-size: 2.4rem; font-weight: 500; color: #fff;}
.car_content02 .car_list .car_pose { background: #fff; height:360px; position: relative; overflow: hidden; }
.car_content02 .car_list .car_pose .car_img { display: inline-block; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); object-fit: cover; width: 100.1%;} /*수정 251029*/
.car_content02 .car_list .car_pose .car_img img { object-fit: cover; width: 100%; } /*추가 251029*/

.car_content02 .car_list .car_pose .corp_logo { display: inline-block; position: absolute; right:20px; top:20px; display:none; }
.car_content02 .car_list .cost_info { padding:10px 20px; background: #fff; display: flex; justify-content: space-between; align-items: center;} /*height:68px;*/
.car_content02 .car_list .cost_info .name { display: inline-block; height: 35px;  padding: 0px 12px; line-height: 35px; background: #606060; color: #fff; text-align: center; border-radius: 20px; font-size: 17px; font-weight: 400; } /*width:50px; */ /*수정 251031*/
.car_content02 .car_list .cost_info .price { font-size: 2rem; font-weight:400; letter-spacing: -1.5px; margin-left: 4px;}
.car_content02 .car_list .cost_info .weekday { display: flex; align-items: center; }
.car_content02 .car_list .cost_info .weekday .price.mini { color: #666666; }
.car_content02 .car_list .cost_info .weekday .price.medium { color: #263a9e; }
.car_content02 .car_list .cost_info .weekday .price.large { color: #561b8c; }
.car_content02 .car_list .cost_info .weekday .price.van { color: #8c221b; }
.car_content02 .car_list .cost_info .weekend { display: flex; align-items: center; }
.car_content02 .car_list .cost_info .weekend .price {font-weight:800; color: #444; }
@media (max-width:1480px) {
    .car_content02 .top_box01 .sub_tit {  } /*padding-top: 545px;*/ /*수정 251029*/
    .car_content02 .top_box01 .car_example { width: calc(100% - 30px); }
}
@media (max-width:1450px) {
    html { font-size:55%; }
    .car_content02 .car_list { width:100%; }
    .car_content02 .car_list ul { padding:15px; } /*padding:0px 15px 140px 15px;*/
    .car_content02 .top_box01 .sub_tit { padding-top: 15rem; } /*55rem*/

}
@media (max-width:1320px){
    html { font-size:50%; }
    .car_content02 .car_list ul li { width: calc(50% - 7.5px); } /*margin-right: 15px;*/
    .car_content02 .car_list ul li:nth-child(2n) { margin-right:0; }
    .car_content02 .car_list ul li:nth-child(3n) { margin-right:unset; }
}
@media (max-width:1280px) {
}
@media (max-width:980px) {
    html { font-size:45%; }
    .car_content02 .car_list .cost_info { align-items: flex-start; } /*flex-direction: column;*/
    .car_content02 .car_list .cost_info .weekend .price {font-weight: 800; }
    .car_content02 .car_list .cost_info div { height: 42px; }
    .car_content02 .car_list .car_pose { height: 36.5vmin; }
    .car_content02 .car_list .car_pose .car_img { width: 100%; }
    .car_content02 .car_list .car_pose .car_img img { width: 100%; }
    .car_content02 .car_list .cost_info .name { font-size: 15px; }

	.car_content02 .car_list .cost_info .price { font-size: 2.6rem; }
	.car_content02 .car_list .tit_box .car_name { font-size: 2.6rem; width:100%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
}
@media (max-width:768px) {
    .car_content02 .car_list ul { padding: 0px 15px 1rem 15px; }
    .car_content02 .top_box01 .sub_tit { padding-top: 10rem; }
}

@media (max-width:760px) {

    .car_content02 .car_list .tit_box {flex-direction: column !important;}

}


@media (max-width:680px) {
    .car_content02 .top_box01 .car_example .example_color { justify-content: right; display:flex; }
	
	/*상품 리스트 반응형 추가 251031*/
	.car_content02 .car_list .cost_info { padding: 10px 10px; }
}
@media (max-width:640px) {
    html { font-size:40%; }
    .car_content02 .car_list ul { padding: 10px 10px 1rem 10px; gap:10px; }
    .car_content02 .car_list ul li { width:calc(50% - 5px); } /*height: 60vmin;*/ /*width: calc(50% - 2.5px); margin-right:5px; margin-bottom:5px;*/ /*수정 251029*/
    .car_content02 .car_list .cost_info { padding: 5px 5px; }
    .car_content02 .car_list .cost_info .name { width:unset; height: unset; padding: 0px 7px; line-height: 28px; font-size: 15px; border-radius: 15px }
    .car_content02 .car_list .cost_info div { height: 38px; }
    .car_content02 .car_list .tit_box { padding: 9px 10px;}
    .car_content02 .car_list .car_pose .corp_logo { right: 10px; top: 10px; }
	.car_content02 .car_list .tit_box .right_box .car_year {font-size:3.5rem;}
	.car_content02 .car_list .tit_box .right_box .car_size {font-size:3.5rem;}
	.car_content02 .car_list .tit_box .car_name { font-size:2.6rem; } /*letter-spacing: -1.4px;*/ /*수정*/
	.car_content02 .top_box01 p {font-size:2.7rem;}
	.text_content02 dl dd {font-size:16px !important;}
	.top_t02 .scroll_text {display:none;}
	.button--rayen::before {font-size:16px;}
}
@media (max-width:560px) {
    html { font-size:35%; }
    .car_content02 .car_list .car_pose .corp_logo { max-width:60px; }
    .car_content02 .car_list .car_pose .corp_logo img { width:100%; }
    .car_content02 .car_list .cost_info div { height: 30px; }
	
	/*상품 리스트 반응형 추가 251031*/
	.cost_info { flex-direction: column; }
	.car_content02 .car_list .cost_info .price { font-size: 3.2rem; }
	.car_content02 .car_list .tit_box .car_name { font-size: 2.8rem; }
	.car_content02 .car_list .cost_info .weekend .price { font-size: 3.6rem; }
	.car_content02 .car_list .cost_info .name { font-size: 12px; }
}
@media (max-width:480px) {
    .car_content02 .top_box01 .sub_tit { width:24rem; padding-top: 15rem; }
    .car_content02 .top_box01 h2 { font-size: 6.6rem; }
    .car_content02 .top_box01 .car_example .example_color li { font-size: 15px; }
}
@media (max-width:420px) {
    html { font-size:30%; }
    .car_content02 .car_list .car_pose .corp_logo { max-width: 50px; }
    .car_content02 .car_list .cost_info .price { font-size: 3.4rem; }
    .car_content02 .car_list .cost_info div { height: 25px; }
    .car_content02 .car_list .cost_info .name { font-size: 12px; line-height: 23px; }
    .car_content02 .car_list .tit_box { padding: 5px 10px; }
    .car_content02 .car_list .car_pose .car_img { transform: translate(-50%, -50%); }
}

/*배경할때 주석 풀기
.car_content02 .bg_pettern {
    background: url('../images/main/car_content_bg1.jpg')no-repeat bottom;
    background-size: contain;
}
*/

/*렌트카 리스트 끝*/

/* 차량 리스트 상세페이지 시작 */

.bg_pettern02 {padding-bottom:5rem;}
.rental_car_view_wrap {width: 1431px; margin: 0 auto; background:#fff; border-radius:20px; padding:40px;}
.rental_car_top_cont {overflow:hidden; width:100%; margin-bottom:70px;}
.rental_car_top_cont .rental_car_top_cont_left {float:left; width:50%;}
.rental_car_top_cont .rental_car_top_cont_left .car_pose02 .corp_logo02 {left:0px; top:7px;}
.rental_car_top_cont .rental_car_top_cont_left .car_pose02 .car_img02 {left:0px; display: inherit; top:14px;}
.rental_car_top_cont .rental_car_top_cont_right {float:right; width:50%;}
.rental_car_thumb_wrap_view {clear:both;}


.text_content02 dl .tit_top {margin-top:20px;}
.text_content02 dl dt {font-weight:600; font-size:20px; letter-spacing:-1px; }
.text_content02 dl dd {margin-left:0px; margin-top:10px; margin-bottom:20px; font-size: 1.7rem;}
@media screen and (max-width:480px) {
	.text_content02 dl dd {font-size:16px; letter-spacing:-1px; word-break:break-all;}
	.text_content02 dl dt {word-break:break-all;}

}



.thumb_img_content02 ul {display:flex; flex-wrap:wrap; padding-left:0px;}
.thumb_img_content02 ul li {width: calc(33.3333% - 10px); list-style:none; margin-right:15px; margin-bottom:15px;}
.thumb_img_content02 ul li:nth-child(3n) {margin-right:0px;}
.thumb_img_content02 ul li a {display:block; position:relative; width:100%; height:0; padding-bottom:56.26%; overflow:hidden;}
.thumb_img_content02 ul li a > img {max-width:100%;height: 250px;width:100%;display:block;margin-right:20px;object-fit:cover;}

/* 팝업갤러리 호버 효과 영역 2022.06.21 */
.thumb_img_content02 ul li a {position:relative;}
/* 추가된 부분 */
.thumb_img_content02 ul li a:hover .darkness{opacity:0.4;}
/* 추가된 부분 */
.thumb_img_content02 ul li a:hover .btn-plus {opacity:1; transform:scale(1);}

@media screen and (max-width:999px) {
	.thumb_img_content02 ul li a > img {height:auto;}
	.thumb_img_content02 ul li a {padding-bottom:63.26%;}
}

@media screen and (max-width:640px) {
	.thumb_img_content02 ul li {width: calc((100% - 15px)/2); margin-right: 15px; margin-bottom: 15px;}
	.thumb_img_content02 ul li:nth-child(even) {margin-right:0px;}
	.thumb_img_content02 ul li:nth-child(3) {margin-right:15px;}
}


.button--rayen::before {width: 83%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle;}
.button--rayen > span .next01 {transform: skew(-0.05deg); display:inline-block; width: 83%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle;}
.button--rayen > span .pre01 {transform: skew(-0.05deg); display:inline-block; width: 83%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle;}


.view_detail02 {margin-top: 25px; font-weight: 300;}
.view_detail02 > div {margin-bottom: 10px;}
.view_detail02 > div > span {color: #04711f; font-size: 26px; line-height: 23px; font-weight:700;}
.view_detail02 > div:nth-child(2) span:nth-child(2) {color:#525252;}
.view_detail02 .dt {color: #2f2f2f; font-size: 19px; font-weight:400;}
.view_detail02 .dt:before {content:''; display: inline-block; width: 4px; height: 4px; background: #343434; margin-right: 4px; position: relative; top: -5px;}

@media all and (max-width:640px) {

.view_detail02 {margin-top: 20px;}
.view_detail02 > div > span {font-size:23px;}
}

@media screen and (max-width:500px) {

.view_detail02 .dt {font-size:19px;}
.view_detail02 > div > span {font-size:23px;}
}

@media all and (max-width:480px) {
.view_detail02 > div > span {font-size:18px;}
}

.content_p02 {color: #666; font-size: 25px; line-height: 23px; font-weight:400; font-family:normal;}

@media all and (max-width:640px) {
.content_p02 {font-size:22px;}
}

@media screen and (max-width:500px) {
.content_p02 {font-size:23px;}
}

@media screen and (max-width:480px) {
.content_p02 {font-size:18px;}
}


.top_t02 h2 {padding-bottom:20px;border-bottom:2px solid #1d1d1d;font-weight: bold;margin-bottom: 25px;padding-left: 3px;}
.top_t02 .title_text {font-size: 28px; color: #1d1d1d; font-weight:700;}
.top_t02 .time_text {float:right; font-size: 17px; color: #6d6d6d; font-family: 'Nanum Gothic',sans-serif;}

@media all and (max-width:999px) {
.top_t02 ul li.title_text {float:none; margin-bottom:10px;}
.top_t02 ul li.time_text {float:none;}
.view_wrap > div.top_t02 {padding-top: 40px; padding-bottom: 25px;}
}

@media screen and (max-width:640px) {
.top_t02 h2 {margin-bottom: 15px; padding-bottom: 10px;}
.top_t02 ul li.title_text {font-size: 14px;}
.top_t02 ul li.time_text {font-size: 11px;}
}

@media all and (max-width:480px) {
.view_wrap > div.top_t02 {padding-top:70px;}
}

.rental_car_view_btn_wrap {width: 1431px; margin: 0 auto; padding-bottom:5rem;}
.rental_car_view_btn_wrap .rental_car_view_btn_cont {}
.rental_car_view_btn_wrap .rental_car_view_btn_cont ul {display:flex; align-items: center; justify-content: space-between;}
.rental_car_view_btn_wrap .rental_car_view_btn_cont ul li { -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%); -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12); box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%); }
.rental_car_view_btn_wrap .rental_car_view_btn_cont ul li {}
.rental_car_view_btn_wrap .rental_car_view_btn_cont ul li button {font-size:1.7rem;}
.rental_car_view_btn_wrap .rental_car_view_btn_cont ul li button:nth-child(1) {width:180px;}
.rental_car_view_btn_wrap .rental_car_view_btn_cont ul li:nth-child(2) button {width:100% !important;}
.rental_car_view_btn_wrap .rental_car_view_btn_cont ul li button:nth-child(3) {width:180px;}
.rental_car_view_btn_wrap .rental_car_view_btn_cont ul li button i {vertical-align:middle;}




/* Rayen 버튼 시작 */
.button--rayen { overflow: hidden; padding: 0; width:100%; position:relative; border:1px solid #000; height:40px; line-height:29px;}
.button--rayen.button--inverted { color: #fff; }
.button--rayen::before { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #337ab7; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
.button--rayen.button--inverted::before { background: #fff; color: #37474f; }
.button--rayen::before,
.button--rayen > span {padding: 5px; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); display:block; text-align:center; }
.button--rayen:hover::before { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); color:#fff; }
.button--rayen:hover > span { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
.list01 {margin-left: 3px; display: inline-block;}
/* Rayen 버튼 끝 */

@media all and (max-width:1450px) {
.rental_car_view_wrap {width:calc(100% - 40px);}
.rental_car_view_btn_wrap {width:calc(100% - 40px);}
.car_content02 .top_box01 .car_example .example_color li {transform: skew(-0.05deg);}
.text_content02 dl dd {transform: skew(-0.05deg);}
.car_content02 .top_box01 p {transform: skew(-0.05deg);}
.rental_car_top_cont .rental_car_top_cont_left .car_pose02 .car_img02 > img {max-width:100%; height:auto;}
.rental_car_top_cont .rental_car_top_cont_left .car_pose02 .corp_logo02 > img {max-width:100%; height:auto;}
}

@media all and (max-width:999px) {
.rental_car_view_wrap {padding:15px;}
.text_content02 dl dd {font-size:15px;}
.top_t02 .title_text {font-size:24px;}
.content_p02 {font-size:22px;}
.view_detail02 > div > span {font-size:22px;}
.button--rayen > span {font-size: 15px; }
.rental_car_top_cont .rental_car_top_cont_left .car_pose02 .car_img02 > img {display:block; margin:0 auto; padding-top:30px;}
.car_content02 .top_box01 .car_example .example_color li {font-size:2.8rem;}
}

@media all and (max-width:860px) {
	.rental_car_top_cont .rental_car_top_cont_left {float:none; width:100%;}
	.rental_car_top_cont .rental_car_top_cont_right {float:none; width:100%; margin-top:50px;}
	.rental_car_top_cont {margin-bottom:50px;}
}

@media all and (max-width:680px) {
.button--rayen::before {padding:13px;}
.button--rayen > span {padding:-1px;}
}

@media all and (max-width:500px) {
.top_t02 .title_text {font-size:20px;}
.content_p02 {font-size:18px;}
.view_detail02 .dt {font-size:17px;}
.view_detail02 > div > span {font-size:18px;}
}

/* 차량리스트 뷰페이지 클릭시 열리는 슬라이드 썸네일 이미지 영역 */
.sl-wrapper .sl-close {right:43px !important; top:47px !important;}
.sl-wrapper .sl-image .sl-caption {font-size:20px !important; bottom:-45px !important; background:none !important; left:-12px !important; display: flex !important; align-items: center;}
.sl-wrapper .sl-image .sl-caption > span {font-weight:500; font-size:18px; margin-right:10px;}
.sl-wrapper .sl-image .sl-caption > .bullet01 {color:rgba(204, 204, 204, 0.4); }
.sl-wrapper .sl-image .sl-caption > .content01 {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:17px; font-weight:300;}
.sl-wrapper .sl-close {font-family:'NotoSansKR', sans-serif !important; font-size:5rem !important;}
.sl-wrapper .sl-navigation button {font-family:'NotoSansKR', sans-serif !important;}
.sl-wrapper .sl-counter {font-size:2.5rem !important;}
.sl-wrapper .sl-counter .sl-current {color:#4bc4fd;}
.sl-wrapper .sl-counter .bullet02 {color:rgba(204, 204, 204, 0.4);}
.sl-wrapper .sl-navigation button.sl-prev {font-size:11rem !important;}
.sl-wrapper .sl-navigation button.sl-next {font-size:11rem !important;}

@media all and (max-width:999px) {
.sl-wrapper .sl-counter {font-size:4.5rem !important;}
.sl-wrapper .sl-close {font-size:7rem !important;}
.sl-wrapper .sl-navigation button.sl-prev {font-size:11rem !important;}
.sl-wrapper .sl-navigation button.sl-next {font-size:11rem !important;}
.sl-wrapper .sl-image .sl-caption > .content01 {width:100%;}
}

@media all and (max-width:680px) {
.sl-wrapper .sl-counter {left:11px !important; top:37px !important;}
.sl-wrapper .sl-close {top:42px !important; right:19px !important;}
.sl-wrapper .sl-navigation button.sl-prev {left:0px !important;}
.sl-wrapper .sl-navigation button.sl-next {right:0px !important;}
.sl-wrapper .sl-image .sl-caption {font-size:16px !important;}
}

/* 차량리스트 뷰페이지 클릭시 열리는 슬라이드 썸네일 이미지 영역 끝 */

/* 모바일용 이전, 리스트, 다음 버튼 */
.m_rental_car_view_btn_wrap {display:none;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul {display:flex; align-items: center; justify-content: space-between;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li { -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%); -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12); box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%); }
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li {}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li button {font-size:1.7rem;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li button:nth-child(1) {width:100%;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li:nth-child(2) button {width:100%;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li button:nth-child(3) {width:100%;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li button i {vertical-align:middle;}

@media all and (max-width:680px) {
.m_rental_car_view_btn_wrap {display:block; padding-bottom:10rem; width:calc(100% - 40px); margin:0 auto;}
.rental_car_view_btn_wrap {display:none;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li {width:calc((100% - 20px)/3); box-shadow:none;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li:nth-child(1) {width:40%;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li:nth-child(2) {padding:0 10px; max-width:100%; width:80px;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li:nth-child(2) .button--rayen::before {padding:11px 0; content:"\e993"; font-size:5.5rem;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li:nth-child(2) button > span > i {font-size:5.5rem;}
.m_rental_car_view_btn_wrap .rental_car_view_btn_cont ul li:nth-child(3) {width:40%;}
}

@media all and (max-width:375px) {
.button--rayen > span .pre01 {width:82%;}
.button--rayen > span .next01 {width:82%;}
}

/* 차량 리스트 상세페이지 끝 */

/* 메인 차량안내 반응형레이어 팝업 수정한것 2022.11.21 */
#modal_bg01 { display:none; position:fixed; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.3);}
.modal_wrap01 {width:100%; position:relative;}
.modal-con{z-index:1; display:none; position:fixed; top:50%; left:50%; transform: translate(-50%,-50%); width:1300px;  background:#fff; }
.modal-con .title{ font-size:20px; padding: 20px; background : gold; }
.modal-con .con_box_wrap {height:650px; overflow:scroll; overflow-x:hidden; font-size:15px; line-height:1.3; padding: 45px; }
.modal-con .close{ display:block; position:absolute; width:45px; height:45px; border-radius:50%; border: 3px solid #000; text-align:center; line-height: 45px; text-decoration:none; color:#000; font-size:3rem; font-weight: bold; right:25px; top:10px; z-index:9999;}


/* 이전, 다음 버튼 영역 */
.pager_wrap01 {}
.pager_wrap01 .prev-wrap {}
.pager_wrap01 .prev-wrap .prevbtn01 {transition:all 0.4s; display:block; background:#000; position: absolute; left: -66px; top: 50%; transform: translateY(-50%); padding:8px;}
.pager_wrap01 .prev-wrap .prevbtn01:hover {background:#04711f;}
.pager_wrap01 .prev-wrap .prevbtn01 > i {color:#fff; font-size:4rem;}
.pager_wrap01 .next-wrap {}
.pager_wrap01 .next-wrap .nextbtn01 {transition:all 0.4s; display:block; background:#000; position: absolute; right: -66px; top: 50%; transform: translateY(-50%); padding:8px;}
.pager_wrap01 .next-wrap .nextbtn01:hover {background:#04711f;}
.pager_wrap01 .next-wrap .nextbtn01 > i {color:#fff; font-size:4rem;}
.con_box_wrap .car_top01 {margin-top:50px; margin-bottom:-350px !important;}

@media all and (max-width:1440px) {
	.pager_wrap01 .prev-wrap .prevbtn01 {left:0px;}
	.pager_wrap01 .next-wrap .nextbtn01 {right:0px;}
	.modal-con {width: calc(100% - 31px);}
}

@media all and (max-width:999px) {
.pager_wrap01 .prev-wrap .prevbtn01 {z-index:9999;}
.pager_wrap01 .next-wrap .nextbtn01 {z-index:9999;}
.con_box_wrap .view_wrap .bo_content .gallery .car_pose02 .car_img02 > img {max-width:100%; height:auto; display:block; margin:0 auto;}
.car_pose02 .corp_logo02 {top:-44px;}
.car_pose02 .corp_logo02 > img {max-width:100%; height:auto;}
.con_box_wrap .car_top01 {margin-bottom:-114px !important;}
}

@media all and (max-width:680px) {
.modal-con .close {font-size:5rem; right:13px;}
.modal-con {width: calc(100% - 20px);}
.text_content01 dl dd {font-size:2.8rem !important;}
.con_box_wrap .car_top01 {margin-bottom:-124px !important;}
}

@media all and (max-width:480px) {
.modal-con .close {font-size:5rem; right:13px;}
.modal-con {width: calc(100% - 20px);}
.text_content01 dl dd {font-size:2.8rem !important;}
}

@media all and (max-width:375px) {
.con_box_wrap .car_top01 {margin-bottom:-186px !important;}
}

.con_box_wrap .view_wrap {background: #fff; height: 100%; margin-bottom: 0px; position: relative;}
.con_box_wrap .clearfix:after {content:''; display: block; clear:both;}
.con_box_wrap .top_t h2 {padding-bottom:20px; border-bottom:2px solid #1d1d1d; font-weight: bold; margin-bottom: 25px; padding-left: 3px;}
.con_box_wrap .top_t .title_text {font-size: 28px; color: #1d1d1d; font-weight:700;}
.con_box_wrap .top_t .time_text {float:right; font-size: 17px; color: #6d6d6d; font-family: 'Nanum Gothic',sans-serif;}
.con_box_wrap .view_wrap > div, .thumb_img_wrap > div {float:left; width:100%; }

/* 스크롤바 설정*/
.modal-con .con_box_wrap::-webkit-scrollbar{width:10px;}

/* 스크롤바 막대 설정*/
.modal-con .con_box_wrap::-webkit-scrollbar-thumb{height: 17%; background-color:#89b975; border-radius: 10px;}

/* 스크롤바 뒷 배경 설정*/
.modal-con .con_box_wrap::-webkit-scrollbar-track{background-color:rgba(0,0,0,0.1);}

/*.thumb_img_wrap > div {margin-right: 15px;}*/
.thumb_img_wrap > div > a:last-child {margin-right: 0;}
.port_wrap {padding:40px 25px; }
.content_p {color: #666; font-size: 25px; line-height: 23px; font-weight:400; font-family:normal;}

.con_box_wrap .view_wrap > div.top_t {float:right; width: 474px; position: relative; padding-bottom: 30px; }
.con_box_wrap .view_detail {margin-top: 25px; font-weight: 300;}
.con_box_wrap .view_detail > div {margin-bottom: 10px;}
.con_box_wrap .view_detail > div > span {color: #04711f; font-size: 26px; line-height: 23px; font-weight:700;}
.con_box_wrap .view_detail > div:nth-child(2) span:nth-child(2) {color:#525252;}
.con_box_wrap .view_detail .dt {color: #2f2f2f; font-size: 19px; font-weight:400;}
.con_box_wrap .view_detail .dt:before {content:''; display: inline-block; width: 4px; height: 4px; background: #343434; margin-right: 4px; position: relative; top: -5px;}

.con_box_wrap .scroll_text{display: none; position: absolute; top:5px;left: 0;}
.con_box_wrap .thumb_img_content ul {display:flex; flex-wrap:wrap; padding-left:0px;}
.con_box_wrap .thumb_img_content ul li {width: calc(33.3333% - 10px); list-style:none; margin-right:15px; margin-bottom:15px;}
.con_box_wrap .thumb_img_content ul li:nth-child(3n) {margin-right:0px;}
.con_box_wrap .thumb_img_content ul li a {display:block; position:relative; width:100%; height:0; padding-bottom:56.26%; overflow:hidden;}
.con_box_wrap .thumb_img_content ul li a > img {max-width:100%; height:230px; width:100%; display:block; margin-right:20px; object-fit:cover;}

.con_box_wrap .text_content01 dl .tit_top {margin-top:20px;}
.con_box_wrap .text_content01 dl dt {font-weight:600; font-size:20px; letter-spacing:-1px; }
.con_box_wrap .text_content01 dl dd {margin-left:0px; margin-top:10px; margin-bottom:20px; font-size: 2.3rem;}


@media all and (max-width:1350px) {
	.con_box_wrap.car_pose02 .car_img02 {position: unset !important;}
	.con_box_wrap.car_pose02 .corp_logo02 {left:0px; width:120px !important;}

}

@media screen and (max-width:1200px) {
	.con_box_wrap.view_wrap {/* padding:20px 10px 0 10px; */ height: auto;}
	.con_box_wrap.view_wrap > div.top_t {width: 40%;}
	.con_box_wrap.thumb_img > div {width: 32%; margin-right: 2%; }
	.con_box_wrap .bo_content {width: 58%;}
	.con_box_wrap .view_wrap > div.top_t {width:40% !important;}
}



@media screen and (max-width:999px) {
	.con_box_wrap.thumb_img_content ul li a > img {height:auto;}
	.con_box_wrap.thumb_img_content ul li a {padding-bottom:63.26%;}
	.con_box_wrap.top_t ul li.title_text {float:none; margin-bottom:10px;}
	.con_box_wrap.top_t ul li.time_text {float:none;}
	.con_box_wrap.view_wrap > div {float:none !important; width: 100% !important;}
	.con_box_wrap.thumb_img > div {margin: 2px;}
	.con_box_wrap.view_wrap > div.top_t {padding-top: 40px; padding-bottom: 25px;}
	.con_box_wrap.close02 {top:0px; right:0px;}
	.con_box_wrap .view_wrap > div.top_t {width:100% !important;}
}

@media screen and (max-width:640px) {
	.con_box_wrap .thumb_img_content ul li {width: calc((100% - 15px)/2); margin-right: 15px; margin-bottom: 15px;}
	.con_box_wrap .thumb_img_content ul li:nth-child(even) {margin-right:0px;}
	.con_box_wrap .thumb_img_content ul li:nth-child(3) {margin-right:15px;}
	.con_box_wrap .top_t h2 {margin-bottom: 15px; padding-bottom: 10px;}
	.con_box_wrap .view_detail {margin-top: 20px;}
	.con_box_wrap .view_wrap {margin-bottom: 15px;}
	.con_box_wrap .top_t ul li.title_text {font-size: 14px;}
	.con_box_wrap .top_t ul li.time_text {font-size: 11px;}
}


@media screen and (max-width:500px) {
	.con_box_wrap .view_detail .dt {font-size:19px;}
	.con_box_wrap .car_pose02 .corp_logo02 {max-width:80px;}
}


@media screen and (max-width:480px) {
	.con_box_wrap .scroll_text {font-size:16px; letter-spacing:-1px; display:block;}
	.con_box_wrap .view_wrap > div.top_t {padding-top:70px;}
	.con_box_wrap .view_detail > div > span {font-size:18px;}
	.con_box_wrap .text_content01 dl dd {font-size:16px; letter-spacing:-1px; word-break:break-all;}
	.con_box_wrap .text_content01 dl dt {word-break:break-all;}

}

/* 이용약관, 개인정보처리방침, 이메일무단수집거부 공통 */
.container02 {padding-right: 0; padding-left: 0; margin-right: auto; margin-left: auto; width: 100%;}
@media (min-width: 1200px)
.container02 {
    width: 1170px;
}

@media (min-width: 992px)
.container02 {
    width: 970px;
}

@media (min-width: 768px)
.container02 {
    width: 750px;
}
.banner-breadscrumb .page-order {
    margin-top: 22px;
    display: none;
}
.content {margin: 0 auto;}

.content .inner {
	width: 1200px;
	margin: 70px auto 0;
	padding: 0;
}

/*공통2*/
.hyphen_line { display:inline-block; width:20px; height:1px; background:#b72841; margin:0 5px; }
.gap_type1 { height:15rem; }
.gap_type2 { height:6rem; }
@media (max-width:1300px) {
	.gap_type1 { height:13rem; }
	.gap_type2 { height:5rem; }
}
@media (max-width:980px) {
	.gap_type1 { height:10rem; }
}
@media (max-width:640px) {
	.gap_type1 { height:5rem; }
	.gap_type2 { height:2rem; }
}

/*이용약관 타입2*/
.bullet-type01 { margin-top:10px; }
.auth-form-type01 .heading-depth05 + .text.small { margin-top: 32px; }
.auth-form-type01  .text.small + .text.small { margin-top: 32px;}
.auth-form-type02 .heading-depth03.other-type { margin: 30px 0 60px;}
.auth-form-type02 .heading-depth04 + .heading-depth05 { margin-top: 32px;}
.auth-form-type02 .text.small + .heading-depth05 { margin-top: 24px;}
.auth-form-type02 .heading-depth05 + .text.small { margin-top: 16px;}
.auth-form-type02 .text.small + .heading-depth04 { margin-top: 40px;}
.auth-form-type02 .text.small + ol { margin-top: 32px; }
.auth-form-type02 ol + .text.small { margin-top: 32px; }
.auth-form-type02 ol ul { margin: 16px 0; padding-left: 20px;}
.auth-form-type02 ol + .heading-depth05 { margin-top: 24px;}
.auth-form-type02 .heading-depth05 + ol { margin-top: 16px; }
.auth-form-type02 ol > li > ol { margin: 16px 0; }
.auth-form-type02 ol + .heading-depth04 { margin-top: 40px; }
.auth-form-type02 ol > li .table { margin: 10px 0; }
.auth-form-type02 .table-type02 { width: 490px; border: solid #e0e0e0; border-width: 1px 1px 0; }
.auth-form-type02 .table-type02 ul { margin: 0; }
.color04 {color: #ef276a !important;}


.bullet-type01 li:before {left:0px; top: 10px; width: 4px; height: 4px;  border-radius: 100%;  background-color: #222; position:absolute; content:'';}
.bullet-type01 li {position:relative; font-size: 1.6rem; padding-left:12px;}

.auth-form-type02 .heading-depth05 + ol {font-size:1.6rem; }
.bullet-type03 li {padding-left:17px; position:relative; font-size:1.6rem;}
.bullet-type03 li span {position: absolute; top: 0; left: 0;}


/*이용약관, 개인정보처리방침, 이메일무단수집거부 공통 상단 배너 */
.banner-breadscrumb .raw-type { height:360px;padding-top: 151px; background: url('/images/sub/img_pc_banner_raw.jpg') no-repeat 50%; background-size:cover; animation:subBg 2s forwards ease; }
.banner-breadscrumb .bd-type { background-image: url('/images/sub/img_pc_banner_bd.jpg'); }
.banner-breadscrumb .fg-type { background-image: url('/images/sub/img_pc_banner_fg.jpg'); }
@media screen and (max-width: 1200px) {
	.banner-breadscrumb .raw-type {padding-top:116px;}
	.banner-breadscrumb {
		height: 280px;
		/*padding-top: 135px;*/
	}
	.banner-breadscrumb .page-title {
		font-size: 3.8rem;
		line-height: 2rem;
	}
	.banner-breadscrumb .page-order {
		display: none;
	}
}
/*모바일용 서브 비주얼 이미지*/
@media screen and (max-width:767px) {
	.banner-breadscrumb { background-size:cover; }
	.banner-breadscrumb.pp-type { background: url('/images/sub/img_mob_banner_pp.jpg')no-repeat 50%; }
	.banner-breadscrumb.hr-type { background: url('/images/sub/img_mob_banner_hr.jpg')no-repeat 50%; }

	.banner-breadscrumb .bn-type.first { background: url('/images/sub/img_mob_banner_first.jpg')no-repeat 50%; }
	.banner-breadscrumb .bn-type.second { background: url('/images/sub/img_mob_banner_second.jpg')no-repeat 50%; }
	.banner-breadscrumb .bn-type.third { background: url('/images/sub/img_mob_banner_third.jpg')no-repeat 50%; }


	.banner-breadscrumb .ft-type { background: url('/images/sub/img_mob_banner_cheerup.jpg')no-repeat 50%; }
	.banner-breadscrumb .sm-type { background: url('/images/sub/img_mob_banner_promis.jpg')no-repeat 50%; }
	.banner-breadscrumb .ip-type { background: url('/images/sub/img_mob_banner_community.jpg')no-repeat 50%; }
	.banner-breadscrumb .raw-type { background: url('/images/sub/img_mob_banner_raw.jpg')no-repeat 50%; }
	.banner-breadscrumb .bd-type { background: url('/images/sub/img_mob_banner_bd.jpg'); }
	.banner-breadscrumb .fg-type { background: url('/images/sub/img_mob_banner_fg.jpg'); }
}

/*서브비주얼 모션추가220128*/
@keyframes subBg {
	0%{
		transform:scale3d(1.2,1.2,1.2);
		opacity:0;
	}
	100%{
		transform:scale3d(1,1,1);
		opacity:1;
	}
}


/* tab.css 01/08/21 */
.tab { position: relative; }
.tab ul:after { content: ''; display: table; clear: both;}
.tab ul { width: 1200px; margin: 0 auto; }
.tab li { float: left; }
.tab li a,
.tab li > em { display: block; position: relative; padding: 0 10px; font-size: 20px; text-align: center;}
.tab .active a,
.tab li > em { z-index: 1; font-weight: 700; }
.tab-size01 li { width: 100%; }
.tab-size02 li { width: 50%; }
.tab-size03 li { width: 33.3333%; }
.tab-size04 li { width: 25%; }
.tab-size05 li { width: 20%; }
.tab-size06 li { width: 16.6%; }
.tab-type01 { border-bottom: 1px solid #ccc; }
.tab-type01 li { min-width: 240px; }
.tab-type01 a,
.tab-type01 li > em { height: 80px; color: #666; line-height: 80px; }
.tab-type01 a:hover,
.tab-type01 a:focus { color: #222; }
.tab-type01 .active a,
.tab-type01 li > em { color: #222; font-size: 20px; }
.tab-type01 .active a:before,
.tab-type01 li > em:before { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background-color: #222; }
.tab-type02 > button { display: none; }
.tab-type02 a { height: 56px; margin-left: -1px; border: 1px solid #e0e0e0; color: #222; line-height: 54px; }
.tab-type02 .active a { border-color: #00ab9e; color: #fff; background-color: #00ab9e; box-shadow: 0 0 5px #00ab9e; }

@media screen and (max-width: 1300px) {
.tab-type01 .active a, .tab-type01 li > em { font-size: 18px; }
.tab li a, .tab li > em { font-size: 18px; }
	.tab { overflow-x: auto; }
	.tab ul,
	[class*=tab-size]:not(.tab-size02) li { width: auto; }
	.tab ul { font-size: 0; white-space: nowrap; }
	.tab.tab-size01 li { width: 100%; }
	.tab:not(.tab-size02) li { display: inline-block; float: none; }
	.tab-type01 li { min-width: 0; }
	.tab-type01 a,
	.tab-type01 li > em { height: 50px; line-height: 50px; }
	.tab-type01 .active a:before,
	.tab-type01 li > em:before { height: 3px; }
	.tab-type02 { overflow: visible; z-index: 1; margin: 40px 0; }
	.tab-type02 > button { display: block; width: 100%; height: 48px; border: 1px solid #ccc; border-radius: 3px; }
	.tab-type02 button:before,
	.tab-type02 button:after { content: ''; position: absolute; top: 50%; width: 9px; height: 2px; margin-top: -1px; background-color: #231f20; transition: transform .2s ease-in; }
	.tab-type02 button:before { right: 15px; transform: rotate(45deg); }
	.tab-type02 button:after { right: 9px; transform: rotate(-45deg); }
	.tab-type02 button.active:before { transform: rotate(-45deg); }
	.tab-type02 button.active:after { transform: rotate(45deg); }
	.tab-type02[class*=tab-size] li,
	.tab-type02 li { display: block; }
	.tab-type02 ul { display: none; position: absolute; right: 0; left: 0; background-color: #fff; }
	.tab-type02 button.active + ul { display: block; }
	.tab-type02 a { height: 46px; margin: -1px 0 0; line-height: 44px; }
}

/* typography.css 01/08/21 */
.heading { position: relative; }
.heading .title { display: inline-block; position: relative; margin-right: 8px; color: #222; font-weight: 700; word-break: break-word; letter-spacing: -1px; font-size: 1.8rem; }
.heading .right { position: absolute; right: 0; bottom: 0; }
[class*=heading-depth]:first-child { margin-top: 0; }
[class*=heading-depth] + [class*=heading-depth] { margin-top: 0; }
.heading-depth01 { margin: 60px 0 40px 0; }
.heading-depth02 { margin: 160px 0 35px; }
.heading-depth03 { margin: 30px 0 20px; }
.heading-depth04 { margin: 30px 0 10px; font-family: 'Noto Sans KR', sans-serif; }
.heading-depth01 .title,
.text.large { font-size: 4.6rem; font-family: 'Noto Sans KR', sans-serif; }
.heading-depth01 .title.small { font-size: 2.588rem; }
.heading-depth01 .title.small span { color: #999; font-size: 1.412rem; font-weight: 400;}
.heading-depth02 .title { font-size: 2.588rem; }
.heading-depth03 .title { font-size: 2.7rem; font-family: 'Noto Sans KR', sans-serif; }
.heading-depth04 .title { font-size: 2.4rem; font-family: 'Noto Sans KR', sans-serif; }
.text { font-size: 1rem; word-break: keep-all; }
.text.medium { font-size: 1.413rem; }
.text.small { font-size: 1.6rem; }
.box-color + .heading-depth01 { margin-top: 100px; }
@media screen and (max-width: 1300px) {
	[class*=heading-depth]:first-child { margin-top: 40px; }
	.heading-depth01 { margin: 40px 0 15px 0; }
	.heading-depth02 { margin: 25px 0 15px; }
	.heading-depth03 { margin: 15px 0 10px; }
	.heading-depth04 { margin: 12px 0 5px; }
	.heading-depth05 { margin: 10px 0 5px; }
	.heading-depth01 .title { font-size: 3.8rem; }
	.heading-depth01 .title.small { font-size: 1.600rem; }
	.heading-depth02 .title { font-size: 1.600rem; }
	.heading-depth03 .title { font-size: 3rem; }
	.heading-depth04 .title { font-size: 1.1333rem; }
	.text { word-break: break-word; }
	.text.large { font-size: 1.467rem; }
	.text.medium { font-size: 1.135rem; }
	.text.small { font-size: 1rem; }
	.heading-depth01 .title.small span { font-size: 1.133rem; }
	.box-color + .heading-depth01 { margin-top: 35px; }
	.content .inner {width:100%; padding:0 15px;}
	.heading .title {font-size:2.3rem;}
	.bullet-type01 li {font-size:2rem;}
	.text.small {font-size:2rem;}
	.bullet-type01 li:before {top:8px;}
}


@media all and (max-width:680px) {
	.heading .title { font-size: 2.8rem; }
	.bullet-type01 li {font-size:2.8rem;}
	.text.small {font-size:2.8rem;}
	.bullet-type03 li {font-size:2.8rem;}
	.text {font-size:2.8rem !important;}
	.table thead th button, .table thead th {font-size:2.8rem !important;}
}

@media all and (max-width:480px) {
	.heading .title {font-size:3.8rem;}
	.text {font-size:3rem !important;}
	.bullet-type03 li {font-size:3rem;}
}




/* table.css 01/08/21 */
.table:first-child { margin-top: 0; }
/*.table:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid #fff;
}*/
.table { position: relative; margin-top: 5px; border-top: 2px solid #222; }
.table table { table-layout: fixed; width:100%; }
.table caption { margin-bottom: -1px;}
.table th,
.table td { vertical-align: middle; padding: 20px; border: 1px solid #e0e0e0; font-size: .882rem; text-align: center; word-break: break-all; } /*border-width: 0 0 1px 1px; */
.table thead th button,
.table thead th { color: #222; font-size: 1.8rem; font-weight: 700; }
.table thead th { height: 70px; background-color: #e8e8e8; }
.table-type02 tbody th { vertical-align: top; height: 70px; color: #222; font-size: 1rem; font-weight: 700; text-align: left; background-color: #e8e8e8; }
.table .text + p { margin: 15px 0; }
.table .bullet ul li { color: #999; }
.table .bullet ul li:before {top: 10px; width: 4px; height: 1px; border-radius: 0; background-color: #999; }
@media screen and (max-width: 1300px) {
	.table th,
	.table td {
		height: 45px;
		font-size: 1rem;
	}
	.table thead th {
		height: 54px;
	}
}

/* 개인정보처리방침 영역 */
.align-L { text-align: left !important; }
.text { font-size: 1.8rem; word-break: keep-all; }


/* 대여약관 2022.11.24 커스텀 영역 */
.terms_of_use_wrap {}
.terms_of_use_tit {margin:50px 0;}
.terms_of_use_tit h1 {font-size:3rem; font-family: 'Noto Sans KR', sans-serif; letter-spacing:-1px;}
.terms_of_use_cont01 {}
.terms_of_use_cont01 > h2 {font-size:2.2rem; letter-spacing:-1px; font-weight:600; margin:50px 0 30px;}
.terms_of_use_cont01 > p {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6;}

.terms_of_use_cont02 {}
.terms_of_use_cont02 > h2 {font-size:2.2rem; letter-spacing:-1px; font-weight:600; margin:50px 0 30px;}
.terms_of_use_cont02 ul {}
.terms_of_use_cont02 ul li {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6; position:relative; padding-left:25px;}
.terms_of_use_cont02 ul li > span {position:absolute; top:0; left:0;}

.terms_of_use_cont03 {}
.terms_of_use_cont03 > h2 {font-size:2.2rem; letter-spacing:-1px; font-weight:600; margin:50px 0 30px;}
.terms_of_use_cont03 ul {}
.terms_of_use_cont03 ul li {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6; position:relative; padding-left:25px;}
.terms_of_use_cont03 ul li > span {position:absolute; top:0; left:0;}
.terms_of_use_cont03 .list_style_nume01 {padding-left:25px;}
.terms_of_use_cont03 .list_style_nume01 li {padding-left:20px;}

.terms_of_use_cont04 {}
.terms_of_use_cont04 > h2 {font-size:2.2rem; letter-spacing:-1px; font-weight:600; margin:50px 0 30px;}
.terms_of_use_cont04 > p {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6;}
.terms_of_use_cont04 ul {}
.terms_of_use_cont04 ul li {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6; position:relative; padding-left:25px;}
.terms_of_use_cont04 ul li > span {position:absolute; top:0; left:0;}
.terms_of_use_cont04 .list_style_nume01 {padding-left:25px;}
.terms_of_use_cont04 .list_style_nume01 li {padding-left:20px;}

@media all and (max-width:1300px) {
	.terms_of_use_tit h1 {font-size:3.8rem;}
	.terms_of_use_cont01 > h2 {font-size:2.8rem;}
	.terms_of_use_cont01 > p {font-size:2.2rem;}
	.terms_of_use_cont02 ul li {font-size:2.2rem;}
	.terms_of_use_cont02 > h2 {font-size:2.8rem;}
	.terms_of_use_cont03 ul li {font-size:2.2rem;}
	.terms_of_use_cont03 > h2 {font-size:2.8rem;}
	.terms_of_use_cont04 > h2 {font-size:2.8rem;}
	.terms_of_use_cont04 > p {font-size:2.2rem;}
	.terms_of_use_cont04 ul li {font-size:2.2rem;}
	.terms_of_use_cont02 ul li {padding-left:20px;}
	.terms_of_use_cont03 ul li {padding-left:20px;}
	.terms_of_use_cont03 .list_style_nume01 li {padding-left:15px;}
	.terms_of_use_cont04 ul li {padding-left:20px;}
	.terms_of_use_cont04 .list_style_nume01 li {padding-left:15px;}
	.heading .title {font-size:4rem !important;}
}

@media all and (max-width:680px) {
	.heading .title {font-size:3.5rem !important; letter-spacing:-1px; margin-bottom: 10px; } /*수정 251106*/
	.terms_of_use_tit h1 {font-size:4.8rem;}
	.terms_of_use_cont01 > h2 {font-size:3.8rem;}
	.terms_of_use_cont01 > p {font-size:3.2rem;}
	.terms_of_use_cont02 ul li {font-size:3.2rem;}
	.terms_of_use_cont02 > h2 {font-size:3.8rem;}
	.terms_of_use_cont03 ul li {font-size:3.2rem;}
	.terms_of_use_cont03 > h2 {font-size:3.8rem;}
	.terms_of_use_cont04 > h2 {font-size:3.8rem;}
	.terms_of_use_cont04 > p {font-size:3.2rem;}
	.terms_of_use_cont04 ul li {font-size:3.2rem;}
	
	.auth-form-type02 .heading-depth03.other-type { margin: 0px 0 30px; }
}

/* 개인정보처리방침 2022.11.24 커스텀 영역 */

.privacy_statement_wrap {}
.privacy_statement_content01 > p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6; }
.privacy_statement_content01 > p:nth-child(2) {margin-top:20px;}

.privacy_statement_content02 {margin-top:30px;}
.privacy_statement_content02_wrap {padding:30px; background:#f8f8f8; overflow:hidden;}
.privacy_statement_content02_wrap ul li {font-size: 1.8rem; float: left; width: 50%; padding-right: 20px; font-weight: bold; color: #333; line-height: 1.6; box-sizing: border-box; margin-bottom: 10px;}
.privacy_statement_content02 > p {margin-top:30px; font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}
.privacy_statement_content02 > p > strong {color:#ff0076;}

.privacy_statement_content03 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content03 ul li {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6; position:relative; padding-left:25px;}
.privacy_statement_content03 ul li > span {position:absolute; top:0; left:0;}
.privacy_statement_content03 > a {display: inline-block; margin:20px 0; font-size:1.8rem; font-weight:600;}

.privacy_statement_content04 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content04 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}
.privacy_statement_content04 ul {padding-left:25px; margin:30px 0;}
.privacy_statement_content04 ul li {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6; position:relative; padding-left:15px;}
.privacy_statement_content04 ul li:before {content: ''; position: absolute; left: 0; top: 13px; display: inline-block; width: 4px; height: 1px; background-color: #77787b;}

.privacy_statement_content05 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content05 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}
.privacy_statement_content05 table {width:100%; border: 1px solid #e4e4e4; margin:30px 0;}
.privacy_statement_content05 table thead th {border-right: 1px solid #e4e4e4; padding:5px; font-size: 1.8rem; letter-spacing: -1px; font-weight: bold; background: #f8f8f8; color: #555; text-align:center; vertical-align:middle;}
.privacy_statement_content05 table tbody tr td {border-right: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4; text-align:center; padding:5px; font-size: 1.8rem; letter-spacing: -1px;}

.privacy_statement_content06 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content06 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}
.privacy_statement_content06 .list_style_nume02 {padding-left:25px;}
.privacy_statement_content06 .list_style_nume02 li {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6; position:relative; padding-left:15px;}
.privacy_statement_content06 .list_style_nume02 li:before {content: ''; position: absolute; left: 0; top: 13px; display: inline-block; width: 4px; height: 1px; background-color: #77787b;}
.privacy_statement_content06 .list_style_nume03 {padding-left:25px;}
.privacy_statement_content06 .list_style_nume03 li {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6; position:relative; padding-left:15px;}

.privacy_statement_content07 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content07 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}
.privacy_statement_content07 table {width:100%; border-top: 2px #222 solid; border-bottom: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; margin:30px 0;}
.privacy_statement_content07 table thead th {border-right: 1px solid #e4e4e4; padding:5px; font-size: 1.8rem; letter-spacing: -1px; font-weight: bold; background: #f8f8f8; color: #555; text-align:center; vertical-align:middle;}
.privacy_statement_content07 table tbody tr td {border-right: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4; text-align:center; padding:5px; font-size: 1.8rem; letter-spacing: -1px;}

.privacy_statement_content08 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content08 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}
.privacy_statement_content08  ul {padding-left:25px; margin-bottom:30px;}
.privacy_statement_content08  ul li {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6; position:relative; padding-left:15px;}
.privacy_statement_content08 ul li:before {content: ''; position: absolute; left: 0; top: 13px; display: inline-block; width: 4px; height: 1px; background-color: #77787b;}

.privacy_statement_content09 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content09 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6; margin-bottom:20px;}
.privacy_statement_content09 .text_style03 {padding-left:25px;}

.privacy_statement_content10 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content10 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6; margin-bottom:20px;}
.privacy_statement_content10  ul {padding-left:25px; margin-bottom:30px;}
.privacy_statement_content10  ul li {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6; position:relative; padding-left:15px;}
.privacy_statement_content10 ul li:before {content: ''; position: absolute; left: 0; top: 13px; display: inline-block; width: 4px; height: 1px; background-color: #77787b;}

.privacy_statement_content11 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content11 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}
.privacy_statement_content11 p:nth-child(3) {margin-bottom:15px; margin-top:15px;}
.privacy_statement_content11 p > span {display:inline-block; margin-right:5px;}

.privacy_statement_content12 table {width:100%; border-top: 2px #222 solid; border-bottom: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; margin:30px 0;}
.privacy_statement_content12 table thead th {border-right: 1px solid #e4e4e4; padding:5px; font-size: 1.8rem; letter-spacing: -1px; font-weight: bold; background: #f8f8f8; color: #555; text-align:center; vertical-align:middle;}
.privacy_statement_content12 table tbody tr td {border-right: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4; text-align:center; padding:5px; font-size: 1.8rem; letter-spacing: -1px;}

.privacy_statement_content13 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content13 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}
.privacy_statement_content13 table {width:100%; border-top: 2px #222 solid; border-bottom: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; margin:30px 0;}
.privacy_statement_content13 table thead th {border-right: 1px solid #e4e4e4; padding:5px; font-size: 1.8rem; letter-spacing: -1px; font-weight: bold; background: #f8f8f8; color: #555; text-align:center; vertical-align:middle;}
.privacy_statement_content13 table tbody tr td {border-right: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4; text-align:center; padding:5px; font-size: 1.8rem; letter-spacing: -1px;}

.privacy_statement_content13_01 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content13_01 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}

.privacy_statement_content14 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content14 p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}
.privacy_statement_content14  ul {padding-left:25px; margin-bottom:30px;}
.privacy_statement_content14  ul li {font-size:1.8rem; letter-spacing:-1px; line-height: 1.6; position:relative; padding-left:15px;}
.privacy_statement_content14 ul li:before {content: ''; position: absolute; left: 0; top: 13px; display: inline-block; width: 4px; height: 1px; background-color: #77787b;}

.privacy_statement_content15 h2 { font-size: 2.2rem; letter-spacing: -1px; font-weight: 600; margin: 50px 0 30px;}
.privacy_statement_content15 > p {font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}
.privacy_statement_content15 > p:nth-child(3) {margin:15px 0;}
.privacy_statement_content15 > a {display:block; margin-top:30px; font-size: 1.8rem; letter-spacing: -1px; line-height: 1.6;}

@media all and (max-width:1200px) {

.privacy_statement_content01 > p {font-size:2.2rem;}
	.privacy_statement_content02_wrap ul li {font-size:2.2rem; float:none; width:100%; letter-spacing:-1px;}
	.privacy_statement_content02 > p {font-size:2.2rem;}

	.privacy_statement_content03 h2 {font-size:2.8rem;}
	.privacy_statement_content03 ul li {font-size:2.2rem;}
	.privacy_statement_content03 > a {font-size:2.2rem;}
	.privacy_statement_content04 h2 {font-size:2.8rem;}
	.privacy_statement_content04 p {font-size:2.2rem;}

	.privacy_statement_content04 ul li {font-size:2.2rem;}
	.privacy_statement_content05 h2 {font-size:2.8rem;}
	.privacy_statement_content05 p {font-size:2.2rem;}
	.privacy_statement_content05 table thead th {font-size:2.2rem;}
	.privacy_statement_content05 table tbody tr td {font-size:2.2rem;}

	.privacy_statement_content06 h2 {font-size:2.8rem;}
	.privacy_statement_content06 p {font-size:2.2rem;}
	.privacy_statement_content06 .list_style_nume02 li {font-size:2.2rem;}

	.privacy_statement_content07 h2 {font-size:2.8rem;}
	.privacy_statement_content07 p  {font-size:2.2rem;}
	.privacy_statement_content07 table thead th {font-size:2.2rem;}
	.privacy_statement_content07 table tbody tr td {font-size:2.2rem;}

	.privacy_statement_content08 h2 {font-size:2.8rem;}
	.privacy_statement_content08 p  {font-size:2.2rem;}
	.privacy_statement_content08  ul li {font-size:2.2rem;}

	.privacy_statement_content09 h2 {font-size:2.8rem;}
	.privacy_statement_content09 p {font-size:2.2rem;}

	.privacy_statement_content10 h2 {font-size:2.8rem;}
	.privacy_statement_content10 p {font-size:2.2rem;}
	.privacy_statement_content10  ul li {font-size:2.2rem;}

	.privacy_statement_content11 h2 {font-size:2.8rem;}
	.privacy_statement_content11 p {font-size:2.2rem;}

	.privacy_statement_content12 table thead th {font-size:2.2rem;}
	.privacy_statement_content12 table tbody tr td {font-size:2.2rem;}

	.privacy_statement_content13 h2 {font-size:2.8rem;}
	.privacy_statement_content13 p {font-size:2.2rem;}

	.privacy_statement_content13_01 h2 {font-size:2.8rem;}
	.privacy_statement_content13_01 p {font-size:2.2rem;}

	.privacy_statement_content13 table thead th {font-size:2.2rem;}
	.privacy_statement_content13 table tbody tr td {font-size:2.2rem;}

	.privacy_statement_content14 h2 {font-size:2.8rem;}
	.privacy_statement_content14 p {font-size:2.2rem;}
	.privacy_statement_content14  ul li {font-size:2.2rem;}

	.privacy_statement_content15 h2 {font-size:2.8rem;}
	.privacy_statement_content15 p {font-size:2.2rem;}
	.privacy_statement_content15 a {font-size:2.2rem;}

}

.table-responsive { min-height: .01%; overflow-x: auto;}

@media all and (max-width:767px) {
.table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden;}
}


@media all and (max-width:680px) {
	.privacy_statement_content01 > p {font-size:3.2rem;}
	.privacy_statement_content02_wrap ul li {font-size:3.2rem; float:none; width:100%; letter-spacing:-1px;}
	.privacy_statement_content02 > p {font-size:3.2rem;}

	.privacy_statement_content03 h2 {font-size:3.8rem;}
	.privacy_statement_content03 ul li {font-size:3.2rem;}
	.privacy_statement_content03 > a {font-size:3.2rem;}
	.privacy_statement_content04 h2 {font-size:3.8rem;}
	.privacy_statement_content04 p {font-size:3.2rem;}

	.privacy_statement_content04 ul li {font-size:3.2rem; padding-left:11px;}
	.privacy_statement_content04 ul li:before {top:10px;}

	.privacy_statement_content05 h2 {font-size:3.8rem;}
	.privacy_statement_content05 p {font-size:3.2rem;}
	.privacy_statement_content05 table thead th {font-size:3.2rem;}
	.privacy_statement_content05 table tbody tr td {font-size:3.2rem;}

	.privacy_statement_content06 h2 {font-size:3.8rem;}
	.privacy_statement_content06 p {font-size:3.2rem;}
	.privacy_statement_content06 .list_style_nume02 li {font-size:3.2rem; padding-left:11px;}
	.privacy_statement_content06 .list_style_nume02 li:before {top:10px;}
	.privacy_statement_content06 .list_style_nume03 li {font-size:3.2rem;}

	.privacy_statement_content07 h2 {font-size:3.8rem;}
	.privacy_statement_content07 p  {font-size:3.2rem;}
	.privacy_statement_content07 table thead th {font-size:3.2rem;}
	.privacy_statement_content07 table tbody tr td {font-size:3.2rem;}

	.privacy_statement_content08 h2 {font-size:3.8rem;}
	.privacy_statement_content08 p  {font-size:3.2rem;}
	.privacy_statement_content08  ul li {font-size:3.2rem; padding-left:11px;}
	.privacy_statement_content08 ul li:before {top:10px;}

	.privacy_statement_content09 h2 {font-size:3.8rem;}
	.privacy_statement_content09 p {font-size:3.2rem;}

	.privacy_statement_content10 h2 {font-size:3.8rem;}
	.privacy_statement_content10 p {font-size:3.2rem;}
	.privacy_statement_content10  ul li {font-size:3.2rem; padding-left:11px;}
	.privacy_statement_content10 ul li:before {top:10px;}

	.privacy_statement_content11 h2 {font-size:3.8rem;}
	.privacy_statement_content11 p {font-size:3.2rem;}

	.privacy_statement_content12 table thead th {font-size:3.2rem;}
	.privacy_statement_content12 table tbody tr td {font-size:3.2rem;}

	.privacy_statement_content13 h2 {font-size:3.8rem;}
	.privacy_statement_content13 p {font-size:3.2rem;}

	.privacy_statement_content13_01 h2 {font-size:3.8rem;}
	.privacy_statement_content13_01 p {font-size:3.2rem;}

	.privacy_statement_content13 table thead th {font-size:3.2rem;}
	.privacy_statement_content13 table tbody tr td {font-size:3.2rem;}

	.privacy_statement_content14 h2 {font-size:3.8rem;}
	.privacy_statement_content14 p {font-size:3.2rem;}
	.privacy_statement_content14  ul li {font-size:3.2rem; padding-left:11px;}
	.privacy_statement_content14 ul li:before {top:10px;}

	.privacy_statement_content15 h2 {font-size:3.8rem;}
	.privacy_statement_content15 p {font-size:3.2rem;}
	.privacy_statement_content15 a {font-size:3.2rem;}
}

/*추가 251029*/
h2 { font-size:2rem; }

.footer_top_space { height:15rem; }
.map_wrap .location { border:1px solid rgba(0,0,0,0.2); }

.con-text1 { font-size:22px; margin-top:40px; line-height:38px; }
.ceo_name { font-size:24px; margin-top:40px; font-weight:800; text-align:right; } /*margin-bottom:100px;*/

@media(max-width:960px){
	.con-text1 { font-size: 2.6rem; margin-top: 6rem; line-height: 4.4rem; }
}

@media(max-width:768px){
	.con-text1	{ font-size: 2.6rem; margin-top: 6rem; line-height: 4rem; word-break: break-all; }
	.ceo_name { font-size: 3rem; }
}

@media(max-width:560px){
	.con-text1	{ font-size: 3.2rem; margin-top: 4rem; line-height: 5rem; text-align: justify; }
	.ceo_name { font-size: 3.6rem; }
}



/*오시는길 추가 관련 (희영학술문화재단)*/
.bullet li {
    position: relative;
    padding-left: 12px;
}
.bullet li:first-child {
    margin-top: 0;
}
.bullet-type02 li {
    display: inline-block;
    margin: 20px 36px 0 0;
    font-size: 2rem;
}
.bullet li:before {
    content: '';
    position: absolute;
    left: 0;
}
.bullet-type02 li:before {
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #ff5722;
}
.bullet-type02 li span {
    display: block;
    position: relative;
    padding-left: 45px;
}
.bullet-type02 li em {
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
	font-style: normal;

}
@media screen and (max-width: 1300px) {
	.bullet-type02 li { display: block; margin: 16px 0 0 0; font-size:14px; }
    .bullet-type02 li:first-child { margin-top: 16px; }
}

/*제품 리스트 hover 시 스타일 수정 251031*/
.vbox-figlio { background: #694095 !important; padding: 3px !important; }

/*업체소개 페이지 스타일 추가 25102*/
.normal_content1 img { width:100%; }