body .pd_0, body .padding_null, body .padding-null {
	padding: 0 !important;
}
@media (min-width: 768px) {
	.hidden-md-up {
	    display: none!important;
	}
}
.options-container {
	min-height: 100%;
}
body {
	background-color: #fff;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.windows body, .windows p {
	font-size: 14px;
	color: #333;
}
.form-group.date-select .datepicker	{
	left:0 !important;
}
.form-group.date-select .datepicker table tr td.day.active span, 
.form-group.date-select .datepicker table tr td span.month.active span, 
.form-group.date-select .datepicker table tr td span.year.active span	{
	background:#6C7BFF;
}
.form-group.date-select .input-group-addon:first-child	{
	background-color:#f6f6f6;
	color:#999999;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.form-group.date-select input.form-control	{
	background:#fff;
	border-left:0;
	padding-left:0;
	font-weight:500;
	box-shadow:none;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	height:40px;
}
.form-group.date-select .input-group-addon+.input-group-addon	{
	border-right:0;
	background:#fff;
	color:#999999;
}
.form-group.date-select .input-group-addon i	{
	top:0;
}
.options {
	padding: 0;
	min-height:750px;
}
.options > li {
	padding: 0;
	list-style: none;
	display: flex;
	width: 100%;
	border: 1px solid #E2E2E2;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.options > li .checkbox-area	{
	display:flex;
	align-items:flex-start;
	justify-content:center;
	border-right:1px solid #e2e2e2;
	width:40px;
	cursor:pointer;
	padding-top:15px;
}
.options > li > form	{
	width:100%;
}
.options > li > form > .row	{
	padding:15px;
}
.options > li.active {
    box-shadow: 0px 0px 8px #e2e2e2;
}
.options > li.active > form,
.options > li.active .option-select-wrap {
    background: #D7F8F6;
}
.options > li.disabled > form > .row,
.options > li.disabled .option-select-wrap,
.options > li.disabled .checkbox-area	{
	background:#F6F6F6;
}
.options > li .option-content-wrap .row	{
	margin-bottom:0;
}
.options > li .option-content-wrap .row > label.label-text	{
	padding-left:7px;
}
/* .options > li .option-content-wrap .form-group label { */
/* 	color:#333333; */
/* 	opacity:.5; */
/* 	width:100%; */
/* } */
.options > li > form > .row .price-area,
.options > li > form > .row .total-price-area {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.options > li > form > .row .price-area	{
	margin-bottom:5px;
}
.options > li > form > .row .total-price-area	{
	margin-top:30px;
}
.options > li > form > .row .price-area span	{
	color:#333333;
	opacity:.5;
}
.options > li > form > .row .total-price-area span	{
	color:#333333;
}
.options > li > form > .row .total-price-area span.price	{
	font-size:18px;
	font-weight:500;
}
.options > li .card-wrapper	{
	display:none;
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 15px;
}
.options > li .card-wrapper .card	{
	margin-bottom:0;
}
.options > li .card-wrapper .row	{
/* 	display: flex; */
/*     align-items: center; */
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px dashed #e2e2e2;
}
.options > li .card-wrapper .row > div[class*='col-']	{
/* 	display: flex; */
/*     align-items: center; */
}
.options > li .card-wrapper .row:last-child	{
	border:0;
}
.options > li .card-wrapper .row span,
.options > li .card-wrapper .card p	{
	font-size:12px;
	color:#999999;
}
.options > li .card-wrapper .row p	{
	color:#333333;
	font-size:13px;
	font-weight:500;
	padding-top:3px;
	padding-bottom:3px;
}
.options > li .card-wrapper .card .row div[class*='col-']:nth-child(3)	{
	padding-right:0;
/* 	display:flex; */
/* 	justify-content:flex-end; */
}
.options > li .card-wrapper .card .row div[class*='col-']:last-child	{
	padding-top:5px;
	padding-left:0;
	padding-right:0;
}
.options > li .card-wrapper .card .row div[class*='col-'] .price-area	{
	font-size:13px;
	color:#999999;
}
.options > li .card-wrapper .card .row div[class*='col-'] .price-area .price	{
	font-size:13px;
	color:#333333;
}
.options > li.active .card-wrapper	{
	display:block;
}
.options > li.disabled,
.options > li.disabled .checkbox-area	{
	border-color:#f6f6f6;
}
.options > li.disabled *,
.options > li.disabled > form > .row .price-area span,
.options > li.disabled > form > .row .total-price-area span	{
	color:#c2c2c2;
}
.options > li .checkbox .option-check+label	{
	min-width: 20px;
    min-height: 20px;
    margin: 0;
    padding: 0;
}
.options > li .checkbox .option-check[disabled]+label	{
	opacity:1;
}
.options > li .checkbox .option-check+label:before	{
	width: 20px;
    height: 20px;
    background:#fff;
}
.options > li.disabled .checkbox .option-check+label:before	{
	background:#F6F6F6;
}
.options > li .checkbox .option-check+label:after	{
	width: 20px;
    height: 20px;
    position: absolute;
    left: 3.5px;
    top: 1px;
    font-size: 14px;
}
.options > li .checkbox .option-check:checked+label:before	{
	border-width:10px;
}
.options > li .option-content-wrap .form-group.times-area	{
	margin-bottom:5px;
}
.form-group label.label-text {
    font-size:14px;
    font-weight:500;
}
.options .bg {
	height: 150px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.options .bg.no-image {
	background-image:url('https://image.autopus.co.kr/autopus/symbol_bg.png') !important;
    background-size: 25%;
    background-color:#e2e2e2;
}
.options .bg:hover:before {
	display: block;
	cursor: pointer;
}
.options .bg span {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 32px;
    display: none;
    cursor: pointer;
}
.options .bg:hover span {
	display: block;
}
.options .bg:before {
	background: #000;
	content: ' ';
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
}
.options .bg:hover:before {
	opacity: 0.4;
}

body .container:first-child {
	margin-top: 25px;
}
.options {
	padding: 0;
}
.options .option-select-wrap {
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 0;
}
.option-select-wrap select {
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    width: 80px;
    margin-right: 15px;
    height: 28px;
    line-height: 28px;
}
.option-content-wrap h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    padding-left:7px;
}
.option-content-wrap p	{
	padding-left: 7px;
	color:#333;
	font-size:12px;
    opacity: .5;
    margin-bottom: 15px;
}
.option-content-wrap .form-group	{
	display:flex;
	align-items:center;
	padding-left:7px;
	padding-right:7px;
}
.option-content-wrap .form-group .label-text	{
	margin-bottom:5px;
}
.option-content-wrap .select2.select2-container	{
	width:70px !important;
}
.times-area span {
    display: inline-block;
    width: 47.8px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    font-size: 13px;
    color: #2D2D32;
    cursor: pointer;
    margin-bottom: 5px;
    background:#ffffff;
}
.times-area span:hover	{
	background:#f6f6f6;
}
.times-area span.disabled,
.times-area span.dsiabled:hover {
	border: 1px solid rgba(51,51,51,.15);
    background: rgba(51,51,51,.15);
    color: rgba(51,51,51,.4);
    cursor: not-allowed;
    opacity: .4;
}
.times-area span.active,
.times-area span.active:hover {
	background-color: #6C7BFF;
	color:#fff;
	border: 1px solid #6C7BFF;
	opacity:1;
	cursor: pointer;
}
.tab-content--goods .tab-pane--goods	{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:5px;
}
.tab-content--goods .tab-pane--goods:last-child	{
	margin-bottom:0;
}
.tab-content--goods p {
	display: inline-block;
    width: 15%;
    margin: 0;
}
.card-wrapper .tab-content {
    border: 1px solid #E2E2E2;
    border-top: 0px;
}
.card-wrapper.active .card.card-transparent {
	display: block;
}
.card-wrapper .card-toggle-btn {
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
}
.card-wrapper .card-toggle-btn span {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
    transition: all 0.15s linear;
}
.card-wrapper.active .card-toggle-btn span {
	transform: rotate(180deg);
}
.card-wrapper .nav-tabs-fillup > li > a span {
	font-weight: 400;
	font-size: 14px;
}
.card-wrapper .nav-tabs-fillup > li > a {
	font-size: 14px;
	font-weight: 400;
}
.card-wrapper .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, 
.card-wrapper .nav-tabs > li.active > a:focus {
	border-color: #e2e2e2;
	background-color: #c2c2c2; 
}
.nav-tabs-fillup > li.active > a span {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
    -ms-transform: translate(0px, -5px);
    color: #fff;
}
#image-modal .modal-dialog	{
	display:table;
	height:100%;
	margin:0 auto;
	width:900px;
}
#image-modal .modal-content-wrapper	{
	display:table-cell;
	vertical-align:middle;
}
#image-modal .modal-content	{
	border:0;
	width:900px;
}
#image-modal .modal-dialog .modal-header	{
	padding:10px 20px;
}
#image-modal .modal-dialog .modal-header .goods-name	{
	font-weight:600;
}
#image-modal .modal-dialog .modal-body	{
	padding:0px;
	background:#000;
}
#image-modal .slick-target	{
	margin-left:-10px;
	margin-right:-10px;
}
#image-modal .slick-target .slide-item {
	height: 60vh;
	background-position: center;
    background-size: contain;
    background-color: #000;
    background-repeat: no-repeat;
    margin-left:10px;
    margin-right:10px;
}
#image-modal .slick-target .slide-item.init-image {
	background-size: auto;
}
#image-modal .close {
	color:#333;
    opacity:1;
}
#image-modal .close .material-icons	{
	font-size:30px;
}
#image-modal .slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
    border: 0;
    background: #333;
    opacity: 0.7;
    color: #999;
    height: 50px;
    width: 50px;
    z-index: 1;
}
#image-modal .slick-arrow:hover {
	opacity: 1;
	color: #bbb;
}
#image-modal .slick-arrow span {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
}
#image-modal .slick-prev {
	left: 10px;
}
#image-modal .slick-next {
	right: 10px;
}
.modal-text-wrap .goods-name {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 34px;
}
.modal-text-wrap .head-text {
    font-size: 29px;
    font-weight: 400;
    color: #999;
    margin-bottom: 33px;
    line-height: 1em;
    font-family: 'Gmarket Sans';
}
.modal-text-wrap p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 12px;
}
.modal-text-wrap p.bold-text {
	font-weight: 600;
}
.side-box {
	position: fixed;
	max-width: 275px;
}
.option-item.disabled * {
	pointer-events: none;
}
.selected-items {
    width:100%;
    float: left;
    overflow-y: auto;
    max-height:500px;
}
.selected-items .selected-item {
    float: left;
    width: 100%;
    border: 1px solid#E2E2E2;
    border-radius:4px;
    margin-bottom: 10px;
}
.selected-items .selected-item .item-header {
    background: #f6f6f6;
    text-align: center;
    position: relative;
    padding: 0 10px;
}
.selected-items .selected-item .item-header p {
    margin: 0;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #999;
    font-weight: 500;
}
.selected-items .selected-item .item-header span {
    position: absolute;
    padding: 8px 5px;
    padding-left: 30px;
    cursor: pointer;
    font-size: 20px;
    right: 0;
    top: 1px;
}
.selected-items .selected-item .item-contents {
	float: left;
    width: 100%;
    font-size: 13px;
    padding:10px;
}
.selected-items .selected-item .item-contents .content {
    float: left;
    width: 100%;
}
.selected-items .selected-item .item-contents .content span:first-child {
    color: #999;
    width: 70px;
    float: left;
}
.selected-items .selected-item .item-contents .content.no-title span:first-child	{
	color:#ffffff;	
}
.selected-items .selected-item .item-contents .content span:last-child {
	float: left;
    width: calc(100% - 100px);
    word-break: break-all;
}
.selected-items .selected-item .item-contents .content span.danger	{
	color:#F98888;
	font-weight:500;
}
.selected-items .selected-item .item-contents .content:last-child	{
	margin-bottom:0;
}
.price-wrap {
	width:100%;
    float: left;
}
.price-wrap p:first-child {
	font-weight: 600;
	margin-bottom:0;
}
.price-wrap p .price {
	font-weight: 400;
}
.price-wrap p .currency {
	font-weight: 500;
}
.price-wrap p .js-total-price	{
	color: #6C7BFF;
	font-size:20px;
	font-weight:600;
}
.price-wrap .btn--reservation {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    border: 0;
    background: #333;
    color: #fff;
    font-size:16px;
    opacity: 0.9;
    cursor:pointer;
}
.price-wrap .btn--reservation:hover {
	opacity: 1;
}
.price-wrap .btn--reservation.disabled,
.price-wrap .btn--reservation[disabled]	{
	background:#e2e2e2;
	cursor:not-allowed;
}
.price-wrap .btn--reservation.disabled:hover,
.price-wrap .btn--reservation[disabled]:hover	{
	opacity:.9;
}
.select2-container .select2-selection.select2-selection--single {
    height: 28px;
    padding-left: 0;
    padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
    padding-right: 8px;
    font-weight:400;
    font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    right: 0 !important;
}
.service-select+.select2,
.promotion-select+.select2	{
	width:100% !important;
}
.select2-results	{
	margin:0;
}
.select2-results__option	{
	font-size:12px;
}
.select2-results .select2-results__option--highlighted	{
	border-radius:0;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered	{
	color:#c2c2c2;
}
.row	{
	margin-left:-7px;
	margin-right:-7px;
}
.price-wrap.visible-sm-down.disabled	{
	display:none;
}
.price-wrap .visible-fixed	{
	display:none;
}
.price-wrap.fixed .visible-fixed	{
	display:block;
}
.price-wrap.fixed	{
	position:fixed;
	bottom:15px;
	width:calc(100% - 30px);
/* 	background:#fff; */
	z-index:1001;
}
.price-wrap.fixed .hidden-fixed	{
	display:none;
}
.btn--contact	{
	width: 100%;
    height: 48px;
    border: 1px solid #89D3DE;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn--contact i	{
	color: #89D3DE;
    font-size: 40px;
    width: 40px;
    height: 40px;
}
.price-wrap.fixed .btn--contact	{
	height:74px;
}
.price-wrap.fixed .btn--contact i	{
	font-size: 40px;
    width: 40px;
    height: 40px;
}
.price-wrap.fixed .btn--contact i[class*='cs-icon-']:before	{
    position: absolute;
    top: 17px;
    left: calc(50% - 20px);
    margin-left:0;
    margin-right:0;
}
@media screen and (max-width: 997px) {
	.side-box {
		position: static;
		max-width:100%;
	}
	section.content	{
		display:block;
	}
	.body	{
		padding-top:0;
	}
	body .container:first-child	{
		margin-top:70px;
	}
	.options > li .checkbox-area	{
		position: absolute;
	    width: 100%;
	    height: 150px;
	    z-index: 99;
	    justify-content: flex-end;
	    padding-right: 15px;
	}
	.options > li.no-image .checkbox-area	{
		height:50px;
	}
	.options > li .checkbox .option-check+label	{
		min-width:30px;
		min-height:30px;
	}
	.options > li .checkbox .option-check+label:before	{
		width:30px;
		height:30px;
	}
	.options > li .checkbox .option-check:checked+label:before	{
		border-width:14.5px;
	}
	.options > li .checkbox .option-check+label:after	{
		width:30px;
		height:30px;
		left:4.5px;
		top:6px;
		font-size:20px;
	}
	.options > li.no-image form	{
		padding-top:40px;
	}
	.options > li .image-area	{
	    margin-left: -15px;
	    margin-right: -15px;
	    margin-top: -15px;
	    margin-bottom:15px;
	    width: calc(100% + 30px);
	}
	.options > li .image-area .bg	{
		height:150px;
	}
	.options > li .row div.option-content-wrap	{
		padding-left:0;
		padding-right:0;
		margin-bottom:0;
	}
	.options > li .row div.option-content-wrap h3 {
		margin-bottom:15px;
	}
	.options > li .row div.option-content-wrap p{
		margin-bottom:15px;	
	}
	.options > li .row div.times-area	{
		margin-top:10px;
		padding-left:7px;
	}
	.options > li .row div.times-area span	{
	    width: 49.5px;
	}
	.options > li .card-wrapper .card .row div[class*='col-'],
	.options > li .card-wrapper .card .row div[class*='col-']:first-child,
	.options > li .card-wrapper .card .row div[class*='col-']:nth-child(3),
	.options > li .card-wrapper .card .row div[class*='col-']:last-child	{
		padding-left:7px;
		padding-right:7px;
	}
	.options > li .card-wrapper .card .row div[class*='col-']:last-child	{
		padding-top:0;
	}
	.options > li > form > .row .total-price-area	{
		margin-top:5px;
	}
	.options > li .card-wrapper .row {
	    flex-flow: wrap;
	}
	.options > li a.js-modal	{
		position: absolute;
	    bottom: 10px;
	    left: 20px;
	    text-decoration: underline;
	    color: #fff;
	    z-index: 1000;
	}
	.options > li a.js-modal i.material-icons	{
		font-size:34px;
	}
	.service-select+.select2, .promotion-select+.select2	{
		width:100% !important;
	}
	.price-wrap.visible-sm-down	{
		padding:0;
	}
	.price-wrap.visible-sm-down.fixed	{
		padding:0;
	    border-radius: 5px;
	    text-align: right;
	}
	.price-wrap.visible-sm-down.fixed .btn--reservation	{
		min-height: 74px;
		height: auto;
	    line-height: inherit;
	    padding: 15px;
	}
    .price-wrap.visible-sm-down.fixed .btn--reservation p	{
    	text-align:center;
    	color: #fff;
	    font-size: 16px;
	    line-height: 22px;
	    margin-bottom:0;
    }
    .price-wrap.visible-sm-down.fixed p .js-total-price,
    .price-wrap.visible-sm-down.fixed p .currency,
    .price-wrap.visible-sm-down.fixed p .selected-options	{
    	color:#89D3DE;
		font-size: 12px;
    	line-height: 16px;
		font-weight:400;
	}
	.price-wrap.visible-sm-down.fixed .btn--reservation p:first-child	{
	    
    }
    
    #image-modal .modal-dialog	{
   	    width: 100%;
    	max-width: 100%;
    	display:block;
    }
    #image-modal .modal-content-wrapper	{
    	display:block;
    }
    #image-modal .modal-content	{
    	width:100%;
    	max-width:100%;
    }
	#image-modal .slick-target .slide-item {
	    background-size: contain;
	}
	#image-modal .modal-dialog	{
		width:100%;
	}
	#image-modal .modal-dialog .modal-header .goods-name	{
		text-align:center;
	}
}