.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;
}

.detail {
	padding-bottom: 100px!important;
}
.detail > * {
	padding: 16px 0;
}
.detail .toggle_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
}
.detail .toggle_btn:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/arrow-down-gray.svg")no-repeat 100% 50%;
}
.detail .toggle_btn.open:after {
	transform: rotate(180deg);
}
.detail .toggle_btn + .cont {
	display: none;
}
.detail .toggle_btn.open + .cont {
	display: block;
}
.detail .tab {
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	margin-bottom: 16px;
}
.detail .tab a {
	flex: 1;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: var(--sub_text);
	font-size: 1.4rem;
}
.detail .tab a.active {
	background: var(--key-color);
	color: var(--white);
}


.detail > .info {
	padding-top: 0;
	border-bottom: 0.5px solid var(--sub_text_opacity);
}
.detail .info .title p {
	font-size: 1.2rem;
	color: var(--sub_text);
}
.detail .info .title h2 {
	font-size: 2rem;
	letter-spacing: -0.4px;
	color: #000;
}
.detail .info .price > div strike {
	color: var(--sub_text);
	font-size: 1.1rem;
	letter-spacing: -0.22px;
	font-weight: 600;
}
.detail .info .price > div .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;
}
.detail .info .price h3 {
	color: #000;
	font-size: 1.6rem;
}
.detail .info .icon button {
	width: 45px;
	height: 45px;
	border: 1px solid var(--stroke);
	box-sizing: border-box;
}
.detail .info .icon button.share_btn {
	background: url("../images/ic_share.svg")no-repeat 50% 50%;
}
.detail .info .icon button.like_btn {
	background: url("../images/ic_heart_gray.svg")no-repeat 50% 50% / 23px;
}
.detail .info .icon button.like_btn.on {
	background: url("../images/ic_heart_on.svg")no-repeat 50% 50% / 23px;
}
.detail .info .grade_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;
}
.detail .info .grade_form .grade span {
	color: var(--subtext_01);
	font-size: 1rem;
	letter-spacing: -0.2px;
	margin-left: 3px;
}
.detail .info .grade_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;
}
.detail .info .grade_form .like_btn.on {
	background-image: url("../images/ic_heart_on.svg");
}
.detail .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;
}


.detail_info {
	border-bottom: 0.5px solid var(--sub_text_opacity);
}
.detail_info .cont > .flex {
	position: relative;
	font-size: 1.4rem;
	margin-top: 16px;
}
.detail_info .cont > .flex strong {
	color: #000;
	font-weight: 500;
}
.detail_info .cont > .flex div {
	color: var(--sub_text);
}
.detail_info .cont > .flex .root_daum_roughmap {
	width: 100%;
}
.detail_info .cont > .flex div > span {
	border-radius: 5px;
	border: 0.5px solid rgba(186, 192, 198, 0.5);
	padding: 4px;
	color: var(--default);
	font-size: 1.2rem;
}
.detail_info .cont > .flex div a {
	color: var(--key-color);
}
.detail_info .cont > .flex.store_name {
	padding-right: 100px;
}
.detail_info .cont > .flex .user_info {
	position: absolute;
	top: -5px;
	right: 0;
	color: #2B373A;
	border-radius: 5px;
	border: 0.5px solid rgba(186, 192, 198, 0.5);
	padding: 6px 10px;
	font-size: 1rem;
}


#option a:nth-child(2),
#option a:nth-child(3) {
	border-right: 0.5px solid #E0E5EC;
}
.detail .option .tit_bar {
	font-size: 2rem;
	margin-bottom: 20px;
}
.detail .option .calendar {
	position: relative;
	border-bottom: 1px solid #EBEBEB;
}
.detail .option .calendar .btn_attend {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 136px;
	height: 40px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
}
.detail .option .calendar .date-month {
	justify-content: center;
	margin-bottom: 22px;
}
.detail .option .calendar .date-month svg {
	vertical-align: -5px;
}
.detail .option .calendar .date-month button:disabled svg {
	opacity: .3;
}
.detail .option .calendar .year-month {
	font-size: 2.2rem;
	font-weight: 700;
	padding: 0 5px;
	gap: 10px;
}
.detail .option .calendar .cal_wrap .days {
	background-color: #f7f7f9;
	border-top: 1px solid #e9e9ec;
	border-bottom: 1px solid #e9e9ec;
}
.detail .option .calendar .cal_wrap .days .day {
	width: 14.22%;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 10px 0;
	text-align: center;
}
.detail .option .calendar .cal_wrap .dates {
	margin-top: 5px;
}
.detail .option .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;
}
.detail .option .calendar .cal_wrap .dates > div:nth-child(7n) {
	color: var(--key-color);
}
.detail .option .calendar .cal_wrap .dates > div:nth-child(7n + 1) {
	color: var(--red);
}
.detail .option .calendar .cal_wrap .dates > div.on {
    background: var(--key-color);
    color: var(--white);
}
.detail .option .calendar .cal_wrap .dates > div.today {
	position: relative;
}
.detail .option .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;
}
.detail .option .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;
}
.detail .option .calendar .cal_wrap .dates > div.prev,
.detail .option .calendar .cal_wrap .dates > div.next {
	opacity: 0;
}

.detail .option .time_box {
	padding-bottom: 16px;
}
.detail .option .time_box > div {
	width: calc(33.333% - 7px);
}
.detail .option .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;
}
.detail .option .time_box > div input + label:before {
	display: none;
}
.detail .option .time_box > div input:checked + label {
	background: var(--key-color);
	color: var(--white);
	border: 1px solid var(--key-color);
}
.detail .option .time_box > div input:checked + label:after {
	display: none;
}
.detail .option .time_box > div input:disabled + label {
	background-color: #f7f7f9;
	color: #bbb;
}
.detail .option .time_box > div input:disabled + label:after {
	content: '마감';
	display: block;
	margin-top: 3px;
}


.detail .option .price_box {
	border-top: 1px solid #EBEBEB;
}
.detail .option .price_box .item {
	border-bottom: 1px solid #EBEBEB;
	padding: 20px 0;
}
.detail .option .price_box .item .name {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.detail .option .price_box .item .price_form {
	margin-bottom: 16px;
}
.detail .option .price_box .item .price_form strike {
	color: var(--sub_text);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -0.22px;
}
.detail .option .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;
}
.detail .option .price_box .item .price_form h4 {
	font-size: 1.6rem;
	font-weight: 600;
}
.detail .option .price_box .item .stock {
	gap: 8px;
}
.detail .option .price_box .item .stock button {
    width: 35px;
    height: 35px;
	border: 0.5px solid var(--sub_text_opacity);
    box-sizing: border-box;
}
.detail .option .price_box .item .stock button.minus {
	background: var(--white) url("../images/ic_minus.svg")no-repeat 50% 50%;
}
.detail .option .price_box .item .stock button.plus {
	background: var(--white) url("../images/ic_plus.svg")no-repeat 50% 50%;
}
.detail .option .price_box .item .stock input {
    width: 37px;
    height: 35px;
    text-align: center;
    border: 1px solid #e1e1e1;
	font-size: 1.4rem;
}
.detail .option .price_box .item .total_price {
	font-size: 1.6rem;
	font-weight: 700;
}
.detail .option .total_box {
    padding: 20px 0 0;
}
.detail .option .total_box h4 {
	font-size: 1.4rem;
}
.detail .option .total_box h2 {
	font-size: 2rem;
	color: var(--red);
}
.detail .option .total_box h2 strong {
	font-weight: 800;
}
.detail .option .total_box span {
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	margin-left: 10px;
}
.detail .option .btn_area {
	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;
}



#detail {
	border-bottom: 0;
	padding-bottom: 0;
}
#detail a:nth-child(3) {
	border-right: 0.5px solid #E0E5EC;
}
#detail .detail_form img {
	width: 100%;
}



#review {
	border-bottom: 0;
	padding-bottom: 0;
}
#review .tab a:nth-child(1) {
	border-right: 0.5px solid #E0E5EC;
}
#review .total_grade {
	padding: 16px 20px;
	color: #000;
	border-bottom: 0.5px solid var(--sub_text_opacity);
	margin-bottom: 16px;
}
#review .total_grade h4 {
	font-size: 1.4rem;
	margin-bottom: 16px;
}
#review .total_grade h1 {
	font-size: 4.8rem;
}
#review .total_grade .star_form {
	width: 135px;
	height: 25px;
	margin: 0 auto;
}
#review .total_grade .star {
	float:left;
}
#review .total_grade .star > label {
	float: right;
	color: #ddd;
	padding: 0;
	font-size: 0;
    position: static;
}
#review .total_grade .star > label:before {
	content: "\f005 ";
	position: static;
	display: inline-block;
	font-size: 2rem;
	padding: .3rem .2rem;
	margin: 0 2px;
	cursor: pointer;
	font-family: FontAwesome;
	width: auto;
    height: auto;
    top: auto;
    left: auto;
    border-radius: 0;
    border: 0;
	background: transparent;
}
#review .total_grade .star .half:before {
	content: "\f089 "; 
	position: absolute;
	padding-right: 0;
}
#review .total_grade .star input:checked .half:after {
	display: none;
}
#review .total_grade .star input:checked ~ label { 
	color: var(--red)!important;  
}
#review .top p {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--text);
}
#review .top div {
	background: url("../images/ic_filter.svg")no-repeat 0 50%;
	padding-left: 10px;
}
#review .top div select {
	background-color: transparent;
	font-size: 1.4rem;
	background-position: 100% 50%;
	padding: 0 20px 0 10px;
}
#review .list .item {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	border: 1px solid var(--underline);
	overflow: hidden;
	box-sizing: border-box;
}
#review .list .item .thumb .swiper-slide {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
#review .list .item .thumb .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	object-fit: cover;
}
#review .list .item .thumb .swiper-pagination {
	position: static;
	margin: 14px 0;
}
#review .list .item .thumb .swiper-pagination-bullet {
	background: var(--default);
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
#review .list .item .thumb .swiper-pagination-bullet-active {
	background: var(--key-color);
}
#review .list .item .box {
	padding: 16px;
	gap: 10px;
}
#review .list .item .box .util .star_form {
}
#review .list .item .box .util .star {
	float:left;
}
#review .list .item .box .util .star > label {
	float: right;
	color: #ddd;
	padding: 0;
	font-size: 0;
    position: static;
}
#review .list .item .box .util .star > label:before {
	content: "\f005 ";
	position: static;
	display: inline-block;
	font-size: 1.3rem;
	padding: .3rem .2rem;
	margin: 0;
	cursor: pointer;
	font-family: FontAwesome;
	width: auto;
    height: auto;
    top: auto;
    left: auto;
    border-radius: 0;
    border: 0;
	background: transparent;
}
#review .list .item .box .util .star .half:before {
	content: "\f089 "; 
	position: absolute;
	padding-right: 0;
}
#review .list .item .box .util .star input:checked .half:after {
	display: none;
}
#review .list .item .box .util .star input:checked ~ label { 
	color: var(--red)!important;  
}
#review .list .item .box .util .star_form p {
	font-size: 1.4rem;
}
#review .list .item .box .util .singo_btn {
	background: url("../images/ic_singo.svg")no-repeat 0 50%;
	font-size: 1.2rem;
	color: var(--GRAY);
	padding: 3px 0 3px 25px;
}
#review .list .item .box .util .star p {
	font-size: 1.4rem;
}
#review .list .item .box .name h3 {
	font-size: 1.4rem;
}
#review .list .item .box .name span {
	color: var(--subtext_01);
	font-size: 1.2rem;
}
#review .list .item .box .name .more {
	position: relative;
}
#review .list .item .box .name .more button {
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/more-vertical.png")no-repeat 50% 50%;
}
#review .list .item .box .name .more ul {
	display: none;
	position: absolute;
	right: 0;
	width: 65px;
	border-radius: 3px;
	background: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
	padding: 5px 20px;
	box-sizing: border-box;
}
#review .list .item .box .name .more:hover ul {
	display: block;
}
#review .list .item .box .name .more ul li {
	margin: 5px 0;
}
#review .list .item .box .name .more ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #363D47;
	font-size: 1.4rem;
}
#review .list .item .box .time {
	color: var(--sub_text);
	font-size: 1.2rem;
	font-weight: 500;
}
#review .list .item .box .txt {
	color: var(--subtext_02);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3;
}


#qna {
	border-bottom: 0;
	padding: 40px 0 0;
}
#qna .tab a:nth-child(1),
#qna .tab a:nth-child(2) {
    border-right: 0.5px solid #E0E5EC;
}
#qna .qna_top {
	border-bottom: 0.5px solid rgba(222, 222, 222, 0.5);
	padding-bottom: 16px;
}
#qna .qna_top > a {
	font-size: 1.4rem;
	font-weight: 500;
	color: #2B373A;
	border: 0.5px solid var(--sub_text_opacity);
	border-radius: 5px;
	padding: 10px 20px;
}
#qna .list .item {
	border-bottom: 0.5px solid rgba(222, 222, 222, 0.5);
	background: #FFF;
	cursor: pointer;
	padding: 16px 0;
}
#qna .list .item .subject {
	color: var(--GRAY);
	font-size: 1.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	background: url("../images/down-small.svg")no-repeat 100% 50%;
	padding-right: 20px;
	box-sizing: border-box;
}
#qna .list .item .subject.lock {
	background: none;
	padding-right: 0;
}
#qna .list .item .subject img {
	vertical-align: middle;
}
#qna .list .item .info {
	margin-top: 5px;
}
#qna .list .item .info strong {
	font-size: 1.4rem;
	font-weight: 400;
}
#qna .list .item .info span {
	color: var(--default);
	font-size: 1.2rem;
}
#qna .list .item .info span:before {
	content: '|';
	color: var(--default);
	margin: 0 5px;
}
#qna .list .item .info span:nth-child(1):before {
	display: none;
}
#qna .list .item .singo_btn {
	background: url(../images/ic_singo.svg) no-repeat 0 50%;
    font-size: 1.2rem;
    color: var(--GRAY);
    padding: 3px 0 3px 25px;
}
#qna .list .item .answer {
	display: none;
	background: var(--base_2);
	padding: 15px;
	border-top: 0.5px solid rgba(222, 222, 222, 0.5);
	margin-top: 10px;
	margin-bottom: -16px;
}
#qna .list .item.open .answer {
	display: block;
}
#qna .list .item .answer .txt span {
    background: var(--key-color);
    color: var(--white);
    font-size: 1.1rem;
    padding: 3px 6px;
    border-radius: 50px;
}
#qna .list .item .answer .txt p {
	font-size: 1.2rem;
}



.detail .btn_area {
	position: fixed;
    bottom: 0;
	margin-left: -20px;
	width: 100%;
	max-width: 1024px;
	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;
}
.detail .btn_area > * {
	flex: 1;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	font-size: 1.4rem;
}



@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
	.detail .option .result_box div {
		flex: none;
		width: 100%;
		box-sizing: border-box;
	}
	.detail .option .result_box button {
		width: 100%;
		height: 37px;
	}
}