@charset "utf-8";
body {font-family: "Roboto", sans-serif;}

header {position: fixed; top: 0; z-index: 99; background: #fff; width: 100%; height: 70px; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;}

.V1_box {width: 1140px; margin: auto; }
h2 {margin-bottom: 30px; font-size: 24px; }
a {display: block; cursor: pointer;}

/* header_lgg (Language) */
.V1_lgg , .V1_won {position: relative; }
.V1_lgg label , .V1_won label {cursor: pointer; font-size: 18px;}
#V1_lgg-btn , #V1_won-btn { display: none;}
#V1_lgg-btn:checked ~ .V1_gnb , #V1_won-btn:checked ~ .V1_gnb  {z-index: 2; display: block;  width: 150px; height: 200px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;} 
.V1_gnb {position: absolute; left: -20px; top: 50px; display: none; background: #fff;  margin-top: 10px; padding: 15px; box-sizing: border-box; }
.V1_gnb > li {padding: 5px; box-sizing: border-box; transition: all 0.3s; line-height: 2.5; font-size: 14px;}
.V1_gnb > li:hover {background: #f5f5f5; border-radius: 10px;}
/* -------------------------------------------------------------- */
.V1_head_box {position: relative; }
.V1_head_box h1 {float: left; width: 20%; height: 100%; padding:0; box-sizing: border-box;}
.V1_head_box h1 img {width: 80%; margin-top: 10px;}
.V1_head_box .V1_head_rigth {float: right; width: 40%; padding-top: 22px;}
.V1_head_rigth > li {display: inline-block; margin: 0 10px; font-size: 14px;}
.V1_head_rigth label {font-size: 14px;}
.V1_head_rigth .V1_won > .V1_gnb {overflow: auto;}

/* V1_main (스와이퍼) */
.V1_main {position: relative; height: 550px; margin-top: 70px;}
.V1_main .V1_main_Swiper {position: relative; width: 100%; height: 464px; background: #91cb94;}

/* V1_main (스와이퍼_버튼) */
.V1_main_next::after {position: absolute; left: -100px; color: #fff; font-size: 20px;}
.V1_main_prev::after {position: absolute; right: -100px; color: #fff;}

.V1_main .V1_search {width: 30%; position: absolute; left: 50%; bottom: 8%; z-index: 1; transform: translate(-50% , -15%); }
.V1_main .V1_search label {position: relative; width: 100%; }
.V1_main .V1_search input {width: 100%; height: 80px; padding: 0px 20px; box-sizing: border-box; border-radius: 5px; border: none; outline: 1px solid #f5f5f5; box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .2);}
.V1_main .V1_search i {position: absolute; right: 30px; top: 2px; font-size: 20px;}

/* V1_main_list() */
.V1_main_list .V1_list_box {overflow: hidden; margin-bottom: 50px;}
.V1_main_list .V1_list_box > li {float: left; width: calc(100%/5); } 
.V1_main_list .V1_list_box > li a {text-align: center;}
.V1_main_list .V1_list_box > li figure {/* width: 80px;  */height: 80px; text-align: center; }
/* .V1_main_list .V1_list_box > li figure img {width: 100%; height: 100%;} */

.V1_main_list .V1_list_box > li p {margin-top: 15px; }
/* -------------------------------------------------------------- */
/* V1_tip_box */
.V1_tip_box {position: relative; background: #f5f5f5; padding: 50px 30px; box-sizing: border-box;}
.V1_main_tip {width: 1140px; margin: auto; overflow: hidden;}
.V1_main_tip .V1_tip_txt > p {margin-bottom: 40px; font-size: 15px; color: #666666; font-weight: 400;}
.V1_main_tip .V1_tip_txt h2 {margin-bottom: 0px;}

.V1_main_tip > .V1_main_slide > .V1_slide_box {height: 400px; background: #fff; margin: 5px 20px 5px 5px; border: 1px solid #eeeeee; box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);; transition: all 0.3s;}
.V1_main_tip > .V1_main_slide > .V1_slide_box:hover {box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}
.V1_main_slide > .V1_slide_box figure {position: relative; height: 170px; background: #666666;}
.V1_main_slide > .V1_slide_box figure .V1_slide_best {position: absolute; right: 0; top: 0; background: #5286ac; padding: 10px 20px; box-sizing: border-box; color: #fff;}

.V1_slide_txt {padding: 0 15px; box-sizing: border-box;}
.V1_slide_txt .V1_slide_txtbox  {border-bottom: 1px solid rgba(0, 0, 0, .1); padding: 15px 0; box-sizing: border-box;}

.V1_slide_txtbox .city {font-size: 14px; color: #666666; margin-bottom: 5px;}
.V1_slide_txtbox p:nth-child(2) {font-size: 16px; margin-bottom: 10px; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical}
.V1_slide_txtbox p:nth-child(3) {font-size: 12px; color: #999999;} 
.V1_slide_txtbox p:nth-child(3) .V1_slide_col {display: inline-block; color: #ffc002; margin: 0 5px 10px 0;}
.V1_slide_txtbox p:nth-child(4) {font-size: 14px; color: #333333; font-weight: 500;}
.V1_slide_txtbox p:nth-child(4) i {color: #ffc002; font-size: 18px;}

.V1_slide_txt .V1_slide_price {padding: 15px 0; box-sizing: border-box;}
.V1_slide_txt .V1_slide_price > p {margin-bottom: 5px; font-size: 14px; color: #999999; text-decoration: line-through; }

.V1_slide_txt .V1_slide_price .V1_price_box {overflow: hidden;}
.V1_slide_price .V1_price_box > p:nth-child(1) {float: left; width: 70%;}
.V1_slide_price .V1_price_box > p:nth-child(2) {float: right; width: 30%; color: red; font-size: 15px;}

.V1_slide_price .V1_price_box > p > .V1_pb_c {font-size: 20px; margin-right: 5px;}


/* -------------------------------------------------------------- */
/* V1_travel_box */
.V1_travel_box {padding: 50px 0; box-sizing: border-box;}
.V1_travel_box .V1_travel1  {overflow: hidden; height: 400px; padding: 5px; box-sizing: border-box;}
.V1_travel_box .V1_travel1 .V1_travel1_box {float: left; width: 75%; height: 100%; background: #91cb94;}

.V1_travel1 .V1_travel1_box a , .V1_travel1 .V1_travel2_box a {height: 100%;}
.V1_travel_box .V1_travel1 .V1_travel2_box {float: right; width: 23%;  height: 100%; background: #fff; border: 1px solid #eeeeee; transition: all 0.3s;}
.V1_travel_box .V1_travel1 .V1_travel2_box figure {height: 170px; background: #666666;}
.V1_travel_box .V1_travel1 .V1_travel2_box:hover {box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}

.V1_travel_txt {padding: 0 15px; box-sizing: border-box;}
.V1_travel_txt .V1_travel_txtbox  {border-bottom: 1px solid rgba(0, 0, 0, .1); padding: 15px 0; box-sizing: border-box;}
.V1_travel_txtbox .city {font-size: 14px; color: #666666; margin-bottom: 5px;}

.V1_travel_txt .V1_travel_price {padding: 15px 0; box-sizing: border-box;}
.V1_travel_txt .V1_travel_price > p {margin-bottom: 5px; font-size: 14px; color: #999999; text-decoration: line-through; }

.V1_travel_txtbox p:nth-child(2) {font-size: 16px; margin-bottom: 10px; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical}
.V1_travel_txtbox p:nth-child(3) {font-size: 12px; color: #999999;} 
.V1_travel_txtbox p:nth-child(3) .V1_slide_col {display: inline-block; color: #ffc002; margin: 0 5px 10px 0;}
.V1_travel_txtbox p:nth-child(4) {font-size: 14px; color: #333333; font-weight: 500;}
.V1_travel_txtbox p:nth-child(4) i {color: #ffc002; font-size: 18px;}

.V1_travel_txt .V1_travel_price .V1_price_box {overflow: hidden;}
.V1_travel_price .V1_price_box > p:nth-child(1) {float: left; width: 70%;}
.V1_travel_price .V1_price_box > p:nth-child(2) {float: right; width: 25%; color: red; font-size: 15px;}
.V1_travel_price .V1_price_box > p > .V1_pb_c {font-size: 20px; margin-right: 5px;}

/* V1_travel2 */
.V1_travel2 {overflow: hidden; margin-top: 10px;}
.V1_travel2 li {float: left; width: calc(100%/4 - 15px); margin-right: 15px; border: 1px solid #eeeeee; transition: all 0.3s;}
.V1_travel2 li:hover {box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);}
.V1_travel2 li figure {height: 170px; background: #666666;}
.V1_travel2 li:last-child {margin-right: 0;}


/* -------------------------------------------------------------- */
/* V1_newbie_box */
.V1_newbie_box {padding: 50px 0; box-sizing: border-box;}
.V1_newbie_box .V1_new_bie_txt {overflow: hidden;}
.V1_new_txtbox {float: left; width: 80%; margin-bottom: 10px;}
.V1_new_txtbox h2 {margin-bottom: 0;}
.V1_new_txtbox> p {font-size: 15px; color: #666666; font-weight: 400;}

.V1_new_bie_txt > .V1_new_p {float: right; width: 5%;}

.V1_newbie_txt {padding: 0 15px; box-sizing: border-box;}
.V1_newbie_txt .V1_newbie_txtbox  {border-bottom: 1px solid rgba(0, 0, 0, .1); padding: 15px 0; box-sizing: border-box;}
.V1_newbie_txtbox .city {font-size: 14px; color: #666666; margin-bottom: 5px;}

.V1_newbie_txt .V1_newbie_price {padding: 15px 0; box-sizing: border-box;}
.V1_newbie_txt .V1_newbie_price > p {margin-bottom: 5px; font-size: 14px; color: #999999; text-decoration: line-through; }

.V1_newbie_txtbox p:nth-child(2) {font-size: 16px; margin-bottom: 10px; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical}
.V1_newbie_txtbox p:nth-child(3) {font-size: 12px; color: #999999;} 
.V1_newbie_txtbox p:nth-child(3) .V1_slide_col {display: inline-block; color: #ffc002; margin: 0 5px 10px 0;}
.V1_newbie_txtbox p:nth-child(4) {font-size: 14px; color: #333333; font-weight: 500;}
.V1_newbie_txtbox p:nth-child(4) i {color: #ffc002; font-size: 18px;}

.V1_newbie_txt .V1_newbie_price .V1_price_box {overflow: hidden;}
.V1_newbie_price .V1_price_box > p:nth-child(1) {float: left; width: 70%;}
.V1_newbie_price .V1_price_box > p:nth-child(2) {float: right; width: 25%; color: red; font-size: 15px;}
.V1_newbie_price .V1_price_box > p > .V1_pb_c {font-size: 20px; margin-right: 5px;}

.V1_newbie {overflow: hidden; margin-top: 10px;}
.V1_newbie li {float: left; width: calc(100%/4 - 15px); height: 100%; margin-right: 15px; border: 1px solid #eeeeee; transition: all 0.3s;}
.V1_newbie li:hover {box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);}
.V1_newbie li figure {height: 170px; background: #666666;}
.V1_newbie li:last-child {margin-right: 0;}
/* -------------------------------------------------------------- */
/* V1_blog_box */
.V1_blog_box {padding: 50px 0; box-sizing: border-box;}
.V1_blog_box .V1_bl_og_txt {overflow: hidden;}
.V1_blog_tx_tbox {float: left; width: 80%; margin-bottom: 10px;}
.V1_blog_tx_tbox h2 {margin-bottom: 0;}
.V1_blog_tx_tbox > p {font-size: 15px; color: #666666; font-weight: 400;}

.V1_bl_og_txt > .V1_blog_p {float: right; width: 5%;}

.V1_blog_txt {padding: 0 15px; box-sizing: border-box;}
.V1_blog_txt .V1_blog_txtbox  {border-bottom: 1px solid rgba(0, 0, 0, .1); padding: 15px 0; box-sizing: border-box;}
.V1_blog_txt .city {font-size: 14px; color: #666666; margin-bottom: 5px;}

.V1_blog_txtbox p:nth-child(2) {font-size: 16px; margin-bottom: 10px; text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical}
.V1_blog_txtbox p:nth-child(3) {font-size: 12px; color: #999999;} 
.V1_blog_txtbox p:nth-child(3) .V1_slide_col {display: inline-block; color: #ffc002; margin: 0 5px 10px 0;}
.V1_blog_txtbox p:nth-child(4) {font-size: 14px; color: #333333; font-weight: 500;}
.V1_blog_txtbox p:nth-child(4) i {color: #ffc002; font-size: 18px;}
.V1_blog_txtbox .V1_blog_col {color: #ffc002;}

.V1_blog {overflow: hidden; margin-top: 10px;}
.V1_blog li {float: left; width: calc(100%/4 - 15px); height: 100%; margin-right: 15px; border: 1px solid #eeeeee; transition: all 0.3s;}
.V1_blog li:hover {box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);}
.V1_blog li figure {height: 170px; background: #666666;}
.V1_blog li:last-child {margin-right: 0;}
/* -------------------------------------------------------------- */
.V1_coupon_box {position: relative; height: 500px;}
.V1_coupon_box .V1_cou_pon_box {margin-bottom: 30px;}
.V1_coupon_box .V1_cou_pon_box h2 {margin-bottom: 0;}
.V1_coupon_box .V1_cou_pon_box p {font-size: 15px; color: #666666; font-weight: 400;}

.V1_coupon_txtbox {overflow: hidden;}
.V1_coupon_txtbox li {float: left; overflow: hidden; margin-right: 15px;}
.V1_coupon_txtbox li .V1_coupon_left {float: left; padding: 20px; box-sizing: border-box;  border: 1px solid #eeeeee; border-radius: 0 10px 10px 0;}
.V1_coupon_left .V1_cou_num {margin-bottom: 15px; color: #5286ac; font-size: 40px; font-weight: bold;}
.V1_coupon_left .V1_cou_tit {color: #666666; font-size: 15px; font-weight: bold;}
.V1_coupon_left .V1_cou_txt {color: #333333; font-size: 14px; font-weight: 300;}

.V1_coupon_rigth {float: right;}
.V1_coupon_rigth figure {background: #5286ac; width: 65px; height: 140px; border-radius: 5px 0 0 5px;}
.V1_coupon_rigth figure img {width: 100%; height: 100%; border-radius: 5px 0 0 5px;}

.V1_coupon_btnbox {width: 100%; position: absolute; left: 50%; bottom: -50px; transform: translatex(-50%);}

.V1_coupon_find_box {background: #5286ac; width: 1140px; padding: 70px; box-sizing: border-box; border-radius: 20px; overflow: hidden;}
.V1_coupon_find_box p {float: left; width: 40%; color: #fff; font-size: 30px; font-weight: bold;}
.V1_coupon_find_box .V1_coupon_btn {float: right; width: 60%; text-align: right;}
.V1_coupon_find_box .V1_coupon_btn input {padding: 20px; border: none; width: 250px; border-radius: 5px; outline: none;}

.V1_coupon_find_box .V1_coupon_btn button {margin-top: 10px; padding: 20px 50px; border-radius: 5px; font-size: 15px; font-weight: bold; color: #fff; background: #000000; transition: all 0.3s;}
.V1_coupon_find_box .V1_coupon_btn button:hover {background: #fff; color: #000000; outline: #ffffff;}

/* -------------------------------------------------------------- */
/* footer */
footer {background: #000000; color: #fff;}

/* -------------------------------------------------------------- */
/* 1024 이하 컨텐츠 */

.swiper.V1_mo_swiper , .V1_blog_p_btn , .V1_newbie_p_btn  {display: none;}

.V1_mo_swibox > .V1_mo_switxt {margin: 5px 10px 5px 5px; border: 1px solid #eeeeee; box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);}
.V1_mo_swibox > .V1_mo_switxt:hover {box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);}
.V1_mo_swibox > .V1_mo_switxt figure {position: relative; height: 170px; background: #666666;}
.V1_mo_swibox > .V1_mo_switxt figure .V1_slide_best {position: absolute; right: 0; top: 0; background: #5286ac; padding: 10px 20px; box-sizing: border-box; color: #fff;}

/*  */

.pore {padding: 25px 20px; box-sizing: border-box;}
.V1_slide_box {overflow: hidden; position: relative; }
.V1_btnbox1 {display: none;}

.menu_button {display: none; height: 0; width: 35px; left: 0; top: 0; position: absolute; cursor: pointer;}

.menu_button2 { height: 50px; width: 50px; left: 5%; top: 0; position: absolute; cursor: pointer; font-size: 40px;}
.menu_button .bar {background: black; position: absolute; width: 100%; height: 3px; border-radius: 5px; -webkit-transition: .3s ease; transition: .3s ease;}
.menu_button2 .bar { background: black; position: absolute; width: 100%; height: 3px; border-radius: 5px; -webkit-transition: .3s ease; transition: .3s ease;}
.menu_button2 > div {color: #fff;}
.menu_button2 .bar:nth-child(1) {top: .6rem;}
.menu_button2 .bar:nth-child(2) { top: calc(50% - 1.5px);}
.menu_button2 .bar:nth-child(3) {bottom: .6rem;}
.menu_button .bar:nth-child(1) {top: .6rem;}
.menu_button .bar:nth-child(2) {top: calc(50% - 1.5px);}
.menu_button .bar:nth-child(3) {bottom: .6rem;}
.menu_button:hover .bar {background: grey;}

.V1_slider_btn button {background: #fff; border: none; width: 100%; padding: 15px 0; box-sizing: border-box; border-radius: 1px; color: #e41a37;}


#menu_inputbox:checked ~ .slider {left: 0;}
.sliders {color: rgb(255, 255, 255); background: rgb(255, 255, 255); position: fixed; top: 0; height: 100%; width: 85%; left: -85%; box-sizing: border-box; -webkit-transition: all .3s ease; transition: all .3s ease;z-index: 5;}
.slider_head { height: 140px; line-height: 90px; background: #e41a37; color: #000; padding: 60px 15px 5px 15px; box-sizing: border-box; position: relative;}
.V1_menu_txtbox { padding: 25px 30px; box-sizing: border-box; margin: 0;}
.V1_menu_txtbox > li {line-height: 3.5;}
.menu1_li { width: 100%; color: #000;}

.slider_label {cursor: pointer; padding: 20px 15px; box-sizing: border-box; width: 100%; display: block;}
.slider_label span {color: #e41a37;}

.menu1_2 ,.menu2_2 ,.menu3_2 {position: absolute; top: 0%; right: -120%; width: 100%; background: #ffffff; color: #FFF; height: 40px; line-height: 40px; height: 100%; transition: all .5s ease; padding: 10px; box-sizing: border-box;}

.menu1_2 span ,.menu2_2 span  {display: block; background: #e41a37; width: 100%; padding: 20px 0 20px 70px; box-sizing: border-box;}

#menu1_1:checked ~ .menu1_2 { right: 0%; top: 0%; padding: 0; box-sizing: border-box; -webkit-transition: all .3s ease; transition: all .3s ease;}
#menu2_1:checked ~ .menu2_2 { right: 0%; top: 0%; padding: 0; box-sizing: border-box; -webkit-transition: all .3s ease; transition: all .3s ease;}
.slider_label2 { height: 30px; width: 30px; padding: .4rem .8rem; left: 25px; top: 14px; position: absolute; cursor: pointer;}
.slider_label2 > div {font-size: 30px;}

