#main_slide_wrapper {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 500px;
	text-align: center;
	/* border-bottom: 5px solid #e1e1e1; */
}

#main_slide .swiper-container {
	width: 100%;
	height: 100%;
}

#main_slide .swiper-pagination {
	display: block;
	position: absolute;
	bottom: 0px !important;
}

#main_slide .swiper-pagination-bullet {
	width: 210px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	letter-spacing: -0.025em;
	color:#000;
	opacity: 1;
	background: #fff;
	margin: 0 0 0 1px;
	border-radius: 0px;
}
#main_slide .swiper-pagination-bullet-active {
  color: #fff;
  background: #eb7219;
}

.swiper-slide {
	height: 100%;
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.main_slide_01 {
	background-image: linear-gradient(to right, #e3f7f0 50%, #f1fbf8 50%);
}

#main_slide .swiper-button-next,
#main_slide .swiper-button-prev {
	width: 60px;
	height: 60px;
	font-size: 0px;	
	opacity: 1;
	display: block;
	position: absolute;
	top: 50%;
	bottom: 0px !important;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url('../images/components.png');
	background-repeat: no-repeat;
	border-radius: 50%;
}

#main_slide .swiper-button-prev { 
	background-position: -100px -85px; 
	left: 5%;
	margin-left: 0;
}
#main_slide .swiper-button-next { 
	background-position: -145px -85px; 
	left: auto;
	right: 5%;
	margin-right: 0;
}

#main_slide .swiper-button-next:after,
#main_slide .swiper-button-prev:after {
	font-size: 0px;
}




#main_event_01 {
	display: block;
	position: relative;
	margin: 0;
	padding: 50px 0 80px;
	text-align: center;
}

#main_event_02 {
	display: block;
	position: relative;
	margin: 0;
	padding: 50px 0 70px;
	text-align: center;
}

#main_event_03 {
	display: block;
	position: relative;
	margin: 0;
	padding: 20px 0 30px;
	/* background: #fff3eb; */
	background-color: #f1f1f1;
}

#main_event_04 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0px 0 50px;
}

#main_goods_wrapper {
	display: block;
	position: relative;
	margin: 0;
	padding: 50px 0 30px;
}

.main_event_title {
	display: block;
	position: relative;
	margin: 0 0 20px;
}

.main_e_title {
	font-family: 'NanumSquare', sans-serif;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.05em;
	font-weight: 700;
	color: #111111;
	margin: 0;
}

.main_e_title_p {
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
	padding: 0 0 15px;
	color: #666;
	letter-spacing: -0.015em;
	font-weight: 400;
}


#hot_event {
	width: 1120px;
	margin: 0 auto;
	padding: 0 0 60px;
}

#hot_event .swiper-slide {
	width: 540px !important;
	height: 180px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	padding: 0 10px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#hot_event .swiper-pagination {
	position: absolute;
	bottom: 0px;
}


#rentcar_event {
	width: 1120px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#rentcar_event .swiper-slide {
	width: 540px !important;
	height: 80px;
	text-align: center;
	font-size: 18px;
	padding: 0 10px;
	margin: 0;
	border: 0px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#rentcar_event .swiper-pagination {
	position: absolute;
	bottom: auto;
	top: 0px;
	left: auto;
	right: 5px;
	text-align: right;
}

#rentcar_event .swiper-pagination-bullet,
#hot_event .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	opacity: 1;
	background: #434343;
}

#rentcar_event .swiper-pagination-bullet-active,
#hot_event .swiper-pagination-bullet-active {
	background: #eb7219;
}



.swiper-container#best_hotel {
	width: 1120px;
	margin: 0 auto;
	text-align: center;
}

#main_event_02 .swiper-slide {
	width: 260px !important;
	height: 380px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	padding: 0 10px;
	margin: 0px;
	border: 0px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#main_event_02 .best-swiper-button-next, 
#main_event_02 .best-swiper-button-prev {
    position: absolute;
    top: 50%;	
	font-size: 0px;
	text-indent: -3333px;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    z-index: 100;
	outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-image: url('../images/components.png');
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.8);
}

#main_event_02 .best-swiper-button-next {
	right: auto;
	left: 50%;
	margin-left: -575px;
	background-position: 0px -90px;
}

#main_event_02 .best-swiper-button-prev {
	right: auto;
	left: 50%;
	margin-left: 525px;
	background-position: -50px -90px;
}

#main_event_02 .best-swiper-button-next:hover, 
#main_event_02 .best-swiper-button-prev:hover {
	transition: all ease-in-out .2s;
	background-color: rgba(0, 0, 0, 1);
}


.swiper-container#bottom_event {
	width: 1120px;
	margin: 0 auto;
	padding: 0 0px;
	text-align: center;
}

#bottom_event .swiper-slide {
	width: 540px !important;
	height: 230px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	padding: 0 10px;
	margin: 0px;
	border: 0px;
	z-index: 10;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#main_event_04 .bottom-swiper-button-next, 
#main_event_04 .bottom-swiper-button-prev {
    position: absolute;
    top: 50%;
	left: 50%;
	font-size: 0px;
	text-indent: -3333px;
    width: 34px;
    height: 67px;
    margin-top: -67px;
    z-index: 100;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
	background-image: url('../images/components.png');
	background-repeat: no-repeat;
	outline: none;
}

#main_event_04 .bottom-swiper-button-prev {
	margin-left: -624px;
	right: auto;
	background-position: -224px -90px;
}

#main_event_04 .bottom-swiper-button-next {
	left: 50%;
	margin-left: 590px;
	right: auto;
	background-position: -258px -90px;
}


.main_goods_list {
	display: flex;
	position: relative;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 10px 40px;
	box-sizing: border-box;
	gap: 0 20px;
}

a.main_goods_box {
	position: relative;
	margin: 0 0 50px;
	padding: 0 0px;
	width: 260px;
}


a.main_goods_box:before {
	display: block;
	position: absolute;
	left: -10px;
	top: -10px;
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #ff6c00;
	z-index: 100;
	content: '';
	opacity: 0;
	transition: all ease-in-out .2s;
}

a.main_goods_box:hover:before {
	opacity: 1;
}

.main_goods_thumb {
	display: block;
	position: relative;
	margin: 0 0 13px;
	padding: 0;
	width: 260px;
	height: 305px;
}

.main_goods_thumb .gds_thumb_label {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	width: 50px;
	height: 40px;
	padding: 5px 0;
	text-align: center;
	background: #ff6c00;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0;
	font-family: 'Roboto', Noto Sans KR,  sans-serif;
}

.gds_thumb_label .label_type {
	display: block;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.025em;
	margin: 0;
	padding: 0;
	font-weight: 400;
	text-align: center;
	font-family: 'Noto Sans KR',  sans-serif;
}


.main_goods_tags {
	margin: 0 0 0px;
}

.main_goods_text {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}

.main_goods_title {
	display: block;
	position: relative;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: -0.05em;
	color: #222222;
	margin: 0 0 5px;
	list-style: none;
}

.main_goods_cmt {
	display: block;
	position: relative;
	font-size: 14px;
	letter-spacing: -0.025em;
	color: #666666;
	line-height: 20px;
	list-style: none;
	height: 40px;
	font-weight: 500;
	margin: 0 0 20px;
	overflow: hidden;
}

.main_goods_rate {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #101010;
	letter-spacing: 0;
	font-family: 'Roboto', Noto Sans KR,  sans-serif;
	text-align: right;
	padding: 0 0 10px;
}

.main_goods_rate .normal_p {
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	color: #999999;
	text-decoration: line-through;
	margin-right: 3px;
}

.main_goods_info {
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 0;
	height: 25px;
	font-family: 'Roboto', Noto Sans KR,  sans-serif;
}

.main_goods_info .goods_views,
.main_goods_info .goods_coupon {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -0.025em;
	cursor: text;
}

.main_goods_info .goods_views {
	color: #6662ff;
}

.main_goods_info .goods_coupon {
	float: right;
	color: #222222;
}




#bottom_cs_info {
	display: block;
	position: relative;
	margin: 0;
	padding: 50px 0 40px;
	background: #f7f7f7;
}

#bt_social_links {
	display: block;
	position: relative;
	margin: 0 0 30px;
	padding: 0px 30px;
	height: 60px;
}

a.bt_social_link {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 10px 0 0 100px;
	width: 179px;
	height: 50px;
	border-left: 1px solid #dedede;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #111111;
}

a.bt_social_link:first-child {
	border-left: none;
}

i.icon_social {
	display: block;
	position: absolute;
	left: 25px;
	top: 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: url('../images/components.png');
	background-repeat: no-repeat;
}


.icon_social.youtube { background-position: 0 -160px; }
.icon_social.instagram { background-position: -60px -160px; }
.icon_social.n_blog { background-position: -120px -160px; }
.icon_social.n_post { background-position: -180px -160px; }



#bt_cs_quick_wrapper {
	display: block;
	position: relative;
	padding: 0 40px;
}

#bt_cs_quicks {
	display: block;
	position: relative;
	padding: 40px 0;
	width: 1100px;
	background: #ffffff;
	border-top: 3px solid #404040;
}

#bt_notice,
.bt_cs_info {
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: -4px;
	font-size: 0px;
	margin: 0 -4px 0 0;
	*zoom: 1;
}


#bt_notice {
	width: 330px;
	padding: 0 40px;
}

#bt_notice h6 {
	font-size: 22px;
	font-weight: 400;
	color: #222222;
	margin: 0 0 15px;
	letter-spacing: -0.025em;
}

#bt_notice_list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

#bt_notice_list li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	letter-spacing: 0;
	color: #333333;
	line-height: 27px;
	font-size: 14px;
}

#bt_notice_list li:before {
	content: 'ㆍ';
	font-weight: 900;
}

#bt_notice_list li a {	
	color: #333333;
}

.bt_notice_date {
	float: right;	
}


/*---------------------------------------------------------------------------------------------------------------

	MAIN CS 

---------------------------------------------------------------------------------------------------------------*/
.bt_cs_info {
	width: 229px;
	height: 200px;
	border-left: 1px solid #e5e5e5;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
}

.bt_quick_tt {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.025em;
	color: #222222;
	margin: 0 0 5px;
}

.bt_cs_info h5,
.bt_cs_info p {
	letter-spacing: 0;
	margin: 0;
}

.icon_circle_cs {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	margin: 10px auto 15px;
	border-radius: 50%;
	background-image: url('../images/components.png');
	background-repeat: no-repeat;
}


.icon_circle_cs.tel { background-position: 0 -240px; }
.icon_circle_cs.worktime { background-position: -70px -240px; }
.icon_circle_cs.bank { background-position: -140px -240px; }