#wrap {
	background: #F4F6F8;
}

.visual .swiper-pagination {
	width: auto;
	left: auto;
	right: 20px;
	bottom: 20px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.20);
	color: var(--white);
	padding: 4px 8px;
	font-size: 1.2rem;
	letter-spacing: -0.24px;
}
.visual .swiper-pagination:after {
	content: '+';
	margin-left: 5px;
}

.item_box {
	border-radius: 10px;
	background: var(--white);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 16px;
	gap: 10px;
}
.item_box > div {
	width: calc(25% - 8px);
}
.item_box > div a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
	color: #000;
	border-radius: 10px;
	border: 1px solid var(--white);
	background-repeat: no-repeat;
	background-position: 50% 6px;
	padding: 50px 0 10px;
	box-sizing: border-box;
}
.item_box > div a.active {
	border: 1px solid var(--key-color);
	background-color: var(--base);
}
.item_box > div.item1 a {
	background-image: url("../images/main_icon01.svg");
}
.item_box > div.item2 a {
	background-image: url("../images/main_icon02.svg");
}
.item_box > div.item3 a {
	background-image: url("../images/main_icon03.svg");
}
.item_box > div.item4 a {
	background-image: url("../images/main_icon04.svg");
}
.item_box > div.item5 a {
	background-image: url("../images/main_icon05.svg");
}
.item_box > div.item6 a {
	background-image: url("../images/main_icon06.svg");
}
.item_box > div.item7 {
	flex: 1;
}
.item_box > div.item7 a {
    padding: 13px 10px;
    text-align: center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    background: var(--white);
    height: 85%;
	margin: 5px 0;
}
.item_box > div.item7 a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url("../images/main_icon07.svg")no-repeat 50% 50%;
}


.tour .top div {
	background: url("../images/ic_filter.svg")no-repeat 0 50%;
	padding-left: 10px;
}
.tour .top div select {
	background-color: transparent;
	font-size: 1.4rem;
	background-position: 100% 50%;
	padding: 0 20px 0 10px;
}
.tour .list .item {
	border-radius: 10px;
	background: var(--white);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	gap: 10px;
	overflow: hidden;
}
.tour .list .item .thumb {
	position: relative;
	border-radius: 0px 20px 0px 0px;
	width: 140px;
	height: 140px;
}
.tour .list .item .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tour .list .item .info {
	width: calc(100% - 150px);
	padding-right: 16px;
	box-sizing: border-box;
}
.tour .list .item .info .tour_icon span {
	border-radius: 5px;
	border: 0.5px solid var(--sub_text_opacity);
	padding: 4px 4px 4px 25px;
	color: var(--sub_text);
	font-size: 1.2rem;
	background-repeat: no-repeat;
	background-position: 4px 50%;
	box-sizing: border-box;
}
.tour .list .item .info .name {
	gap: 5px;
}
.tour .list .item .info .name p {
	font-size: 1rem;
	color: var(--default);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.tour .list .item .info .name h2 {
	font-size: 1.4rem;
	color: #000;
	font-weight: 700;
}
.tour .list .item .info .price .percent {
	color: var(--red);
	border: 1px solid var(--red);
	padding: 4px 6px;
	border-radius: 7px;
	font-size: 1rem;
	font-weight: 600;
	box-sizing: border-box;
}
.tour .list .item .info .price div strike {
	color: var(--default);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -0.22px;
}
.tour .list .item .info .price div strong {
	font-size: 1.6rem;
	font-weight: 700;
}
.tour .list .item .info .btn_form {
	padding-top: 10px;
}
.tour .list .item .info .btn_form .grade {
	border-radius: 5px;
	border: 0.5px solid var(--stroke);
	padding: 4px 4px 4px 15px;
	font-size: 1rem;
	background: url("../images/ic_star.svg")no-repeat 4px 50%;
	box-sizing: border-box;
}
.tour .list .item .info .btn_form .grade span {
	color: var(--subtext_01);
	font-size: 1rem;
	letter-spacing: -0.2px;
	margin-left: 3px;
}
.tour .list .item .info .btn_form .like_btn {
	color: var(--subtext_01);
	font-size: 1.2rem;
	background: url("../images/ic_heart_off.svg")no-repeat 0 50%;
	padding-left: 20px;
}
.tour .list .item .info .btn_form .like_btn.on {
	background-image: url("../images/ic_heart_on.svg");
}
.tour .list .item .info .btn_form .cart_btn {
	width: 47px;
	height: 26px;
	background: var(--key-color) url("../images/ic_cart.svg")no-repeat 50% 50%;
	border-radius: 10px;
}
.tour .list .item .info .item_option span {
	border-radius: 5px;
	border: 0.5px solid rgba(186, 192, 198, 0.5);
	padding: 4px;
	color: var(--default);
	font-size: 1.2rem;
}
.tour .list .item.gallery_item {
	width: calc(50% - 8px);
	gap: 0!important;
}
.tour .list .item.gallery_item .thumb {
	width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.tour .list .item.gallery_item .info {
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}



#cart_pop .modal_cont .scroll {
	padding: 60px 20px 105px;
}
#cart_pop .close_btn {
	position: absolute;
    top: 0;
    left: 0;
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 20px 20px 0 0;
	background: var(--white) url("../images/arrow-down-gray.svg")no-repeat 50% 50%;
	z-index: 1;
}
#cart_pop .tit_bar {
	font-size: 2rem;
	margin-bottom: 20px;
}

#cart_pop .calendar {
	position: relative;
	border-bottom: 1px solid #EBEBEB;
}
#cart_pop .calendar .btn_attend {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 136px;
	height: 40px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
}
#cart_pop .calendar .date-month {
	justify-content: center;
	margin-bottom: 22px;
}
#cart_pop .calendar .date-month svg {
	vertical-align: -5px;
}
#cart_pop .calendar .date-month button:disabled svg {
	opacity: .3;
}
#cart_pop .calendar .year-month {
	font-size: 2.2rem;
	font-weight: 700;
	padding: 0 5px;
	gap: 10px;
}
#cart_pop .calendar .cal_wrap .days {
	background-color: #f7f7f9;
	border-top: 1px solid #e9e9ec;
	border-bottom: 1px solid #e9e9ec;
}
#cart_pop .calendar .cal_wrap .days .day {
	width: 14.22%;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 10px 0;
	text-align: center;
}
#cart_pop .calendar .cal_wrap .dates {
	margin-top: 5px;
}
#cart_pop .calendar .cal_wrap .dates > div {
	width: 14.22%;
	padding: 10px 5px 20px;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}
#cart_pop .calendar .cal_wrap .dates > div:nth-child(7n) {
	color: var(--key-color);
}
#cart_pop .calendar .cal_wrap .dates > div:nth-child(7n + 1) {
	color: var(--red);
}
#cart_pop .calendar .cal_wrap .dates > div.on {
    background: var(--key-color);
    color: var(--white);
}
#cart_pop .calendar .cal_wrap .dates > div.today {
	position: relative;
}
#cart_pop .calendar .cal_wrap .dates > div.today:after {
    content: '오늘';
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 1px 0;
	font-size: 1.4rem;
	background-color: var(--white);
    box-sizing: border-box;
}
#cart_pop .calendar .cal_wrap .dates > div.today.on:after {
    background: var(--key-color);
    color: var(--white);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 1px 0;
	font-size: 1.4rem;
    box-sizing: border-box;
}
#cart_pop .calendar .cal_wrap .dates > div.prev,
#cart_pop .calendar .cal_wrap .dates > div.next {
	opacity: 0;
}

#cart_pop .time_box {
	padding-bottom: 16px;
}
#cart_pop .time_box > div {
	width: calc(33.333% - 7px);
}
#cart_pop .time_box > div input + label {
	display: block;
	width: 100%;
	height: 52px;
	padding: 8px 5px 5px;
	text-align: center;
	border: 1px solid var(--stroke);
	font-size: 1.4rem;
	font-weight: 400;
	box-sizing: border-box;
}
#cart_pop .time_box > div input + label:before {
	display: none;
}
#cart_pop .time_box > div input:checked + label {
	background: var(--key-color);
	color: var(--white);
	border: 1px solid var(--key-color);
}
#cart_pop .time_box > div input:checked + label:after {
	display: none;
}
#cart_pop .time_box > div input:disabled + label {
	background-color: #f7f7f9;
	color: #bbb;
}
#cart_pop .time_box > div input:disabled + label:after {
	content: '마감';
	display: block;
	margin-top: 3px;
}


#cart_pop .price_box {
	border-top: 1px solid #EBEBEB;
}
#cart_pop .price_box .item {
	border-bottom: 1px solid #EBEBEB;
	padding: 20px 0;
}
#cart_pop .price_box .item .name {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#cart_pop .price_box .item .price_form {
	margin-bottom: 16px;
}
#cart_pop .price_box .item .price_form strike {
	color: var(--sub_text);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -0.22px;
}
#cart_pop .price_box .item .price_form .percent {
	font-size: 1rem;
	font-weight: 600;
	color: var(--red);
	border: 1px solid var(--red);
	border-radius: 7px;
	padding: 4px 6px;
	box-sizing: border-box;
}
#cart_pop .price_box .item .price_form h4 {
	font-size: 1.6rem;
	font-weight: 600;
}
#cart_pop .price_box .item .stock {
	gap: 8px;
}
#cart_pop .price_box .item .stock button {
    width: 35px;
    height: 35px;
	border: 0.5px solid var(--sub_text_opacity);
    box-sizing: border-box;
}
#cart_pop .price_box .item .stock button.minus {
	background: var(--white) url("../images/ic_minus.svg")no-repeat 50% 50%;
}
#cart_pop .price_box .item .stock button.plus {
	background: var(--white) url("../images/ic_plus.svg")no-repeat 50% 50%;
}
#cart_pop .price_box .item .stock input {
    width: 37px;
    height: 35px;
    text-align: center;
    border: 1px solid #e1e1e1;
	font-size: 1.4rem;
}
#cart_pop .price_box .item .total_price {
	font-size: 1.6rem;
	font-weight: 700;
}
#cart_pop .total_box {
	padding: 20px 0;
	border-bottom: 0.5px solid var(--sub_text_opacity);
}
#cart_pop .total_box h4 {
	font-size: 1.4rem;
}
#cart_pop .total_box h2 {
	font-size: 2rem;
	color: var(--red);
}
#cart_pop .total_box h2 strong {
	font-weight: 800;
}
#cart_pop .total_box span {
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	margin-left: 10px;
}
#cart_pop .btn_area {
	position: absolute;
    bottom: 0;
    left: 0;
	background: var(--white);
	padding: 20px;
	border-bottom: 1px solid #EBEBEB;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	z-index: 1;
}




@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	.tour .list .item.gallery_item {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.item_box > div {
		width: calc(33.333% - 7px);
	}
	.item_box > div.item7 {
		width: 100%;
	}
	.item_box > div.item7 a {
		margin: 0;
		height: auto;
	}
	
	.tour .list .item .thumb {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		border-radius: 0px;
	}
	.tour .list .item .info {
		width: 100%;
		padding: 0 16px 16px;
	}
}