.locationList {
	border: currentColor;
}
.detail {
	position:relative;
	text-align: center;
	margin-bottom:120px;
	font-family: 'Pretendard', 'Noto Sans KR';
}
@media (max-device-width:1399px) {
.detail {
	padding-top:45px;
}
}
@media (max-device-width:1023px) {
.detail {
	margin-bottom:100px;
}
}
@media (max-device-width:767px) {
.detail {
	margin-bottom:85px;
}
}
@media (max-device-width:539px) {
.detail {
	margin-bottom:60px;
	padding-top:25px;
}
}

.detail .conTop {
	width: 100%;
	margin-bottom:100px;
	padding: 0px;
/*	position: relative;*/
}
.detail .conTopIn {
	width: 100%;
	display: inline-block;
}
.detail .conTop .pname-sec {
	clear: both;
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	line-height:1.3;
	letter-spacing: -1px;
}
.detail .conTop .pname-sec .icon {
	display: none;
	float: left;
	width: 41%;
	text-align: left;
	margin-bottom: 5px;
}
.detail .conTop .pname-sec .icon img {
	margin-right: 4px;
}
.detail .conTop .pname-sec .prd_name {
	clear: both;
	text-align: left;
	line-height:1;
	font-size: 36px;
	font-weight: 700;
	color: #202020;
}
.detail .conTop .pname-sec .prd_expl {
	clear: both;
	margin-top: 10px;
	text-align: left;
	line-height:1.2;
	font-size: 24px;
	font-weight: 500;
	color: #ff4682;
}
.detail .conTop .pname-sec .pname_btn {
	display: none;
	float: left;
	width: 15%;
	text-align: right;
}
@media (max-device-width:1199px) { }
@media (max-device-width:1023px) {}
@media (max-device-width:767px) {}
@media (max-device-width:539px) {}


.detail .conTop .Goods-headimage {
	position:sticky;
	top:0;
	float:left;
	width:650px;
	text-align:center;
}/* detailView-page-Left */
.detail .conTop .Goods-orderForm {
/*	position:relative;*/
	display:grid;
	align-items:start;

	width:calc(100% - 750px);
	margin-left:750px;
	text-align: left;
}/* detailView-page-Right */
@media (max-device-width:1399px) {
.detail .conTop .Goods-headimage {
	width:550px;
}
.detail .conTop .Goods-orderForm {
	width:calc(100% - 630px);
	margin-left:630px;
}
}
@media (max-device-width: 1279px) {
.detail .conTop .Goods-headimage {
	position:relative;
	top:auto;
	float:none;
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
}
.detail .conTop .Goods-orderForm {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
}
@media (max-device-width: 767px) {
.detail .conTop .Goods-headimage {
	width:500px;
	margin-bottom:60px;
}
.detail .conTop .Goods-orderForm {
	width:100%;
}
}
@media (max-device-width: 539px) {
.detail .conTop .Goods-headimage {
	width:auto;
}
}


.detail .conTop .Goods-headimage .item-loadView {
	width: 100%;
	height: 100%;
	padding:25px 0;
}
.detail .conTop .Goods-headimage .item-loadView .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width:500px;
	height:620px;
	border-radius:1.75rem;
	overflow:hidden;
}
.detail .conTop .Goods-headimage .item-loadView .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail .conTop .Goods-headimage .item-loadView .swiper-slide-next img,
.detail .conTop .Goods-headimage .item-loadView .swiper-slide-prev img {
	opacity:0.35 !important;
}
.detail .conTop .Goods-headimage .item-loadView .swiper-slide-active {
	opacity:1;
	box-shadow:0 0 20px rgba(0,0,0,0.25);
}
.detail .conTop .Goods-headimage .item-loadView .swiper-button-next,
.detail .conTop .Goods-headimage .item-loadView .swiper-button-prev {
	width:44px;
	height:44px;
	background-color:transparent;
	filter: brightness(0) saturate(100%) invert(27%) sepia(27%) saturate(14%) hue-rotate(314deg) brightness(90%) contrast(95%);
}
.detail .conTop .Goods-headimage .item-loadView .swiper-button-next::before,
.detail .conTop .Goods-headimage .item-loadView .swiper-button-prev::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	border-radius:100%;
}
@media (max-device-width:1399px) {
.detail .conTop .Goods-headimage .item-loadView .swiper-slide {
	width:424px;
	height:526px;
}
}
@media (max-device-width: 1279px) {
.detail .conTop .Goods-headimage .item-loadView {
	padding:15px 0;
}
.detail .conTop .Goods-headimage .item-loadView .swiper-slide-active {
	box-shadow:0 0 12px rgba(0,0,0,0.25);
}
}
@media (max-device-width:767px) {
.detail .conTop .Goods-headimage .item-loadView .swiper-slide {
	width:360px;
	height:446px;
}
}
@media (max-device-width:539px) {
.detail .conTop .Goods-headimage .item-loadView {
	width:100%;
	height:auto;
	padding:0;
}
.detail .conTop .Goods-headimage .item-loadView .swiper-slide {
	width:100%;
	height:100%;
	border-radius:1.25rem;
}
.detail .conTop .Goods-headimage .item-loadView .swiper-slide-active {
	box-shadow:none;
}
.detail .conTop .Goods-headimage .item-loadView .swiper-button-next,
.detail .conTop .Goods-headimage .item-loadView .swiper-button-prev {
	width:28px;
	height:28px;
	filter:invert(0.5);
}
/*
.detail .conTop .Goods-headimage .item-loadView .swiper-button-next {
	right:0;
}
.detail .conTop .Goods-headimage .item-loadView .swiper-button-prev {
	left:0;
}*/
}
@media (max-device-width:479px) {
/*.detail .conTop .Goods-headimage .item-loadView {
	width:320px;
	height:486px;
}*/
}
@media (max-device-width:359px) {
/*.detail .conTop .Goods-headimage .item-loadView {
	width:250px;
	height:310px;
}*/
}

.detail .conTop .detailSelect {
	clear:both;
}
.detail .conTop .detailSelect .product-odbox {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	clear: both;
	text-align: left;
	font-size:20px;
	color: #333;
}
.detail .conTop .detailSelect .product-odbox .inpro {
	display:none;
	float: left;
	box-sizing:border-box;
	width: 430px;
	height: 537px;
	margin: 0px 120px 0 0;
	border: 1px solid #eeeeee;
	border-radius:0.5rem;
	overflow:hidden;
}
.detail .conTop .detailSelect .product-odbox .inpro img {
	width:100%;
	height:100%;
	object-fit:fill;
	object-position:50% 0%;
}
.detail .conTop .detailSelect .product-odbox .intitle {
	clear:both;
	position:relative;
	letter-spacing: -1px;
}
.detail .conTop .detailSelect .product-odbox .intitle h3 {
	clear: both;
	border-bottom:1px solid #ebebeb;
	padding-bottom:10px;
	margin-bottom:25px;
	text-align: left;
	line-height:1;
	font-size: 36px;
	font-weight: 600;
	color: inherit;
}
.detail .conTop .detailSelect .product-odbox .prd_expl {
	clear: both;
	margin-top:10px;
	margin-bottom:15px;
	line-height:1.2;
	font-size:20px;
	font-weight: 600;
	color:#999;
}
.detail .conTop .detailSelect .product-odbox .prd_icon {
	clear:both;
}
.detail .conTop .detailSelect .product-odbox .prd_icon > * {
	margin:2px;
}
.detail .conTop .detailSelect .product-odbox .option-de {
	float: none;
	width:100%;
	position: relative;
}
.detail .conTop .detailSelect .product-odbox .intitle .items_price {
	display:none;
	font-size: 28px;
	font-weight: 800;
}
.detail .conTop .detailSelect .product-odbox .goods-info {
	clear:both;
	margin-bottom:15px;
	color:inherit;
	display:flex;
	flex-wrap:wrap;
	align-items:start;
}
.detail .conTop .detailSelect .product-odbox .goods-info.goods-price {
	margin-bottom:0;
}
.detail .conTop .detailSelect .product-odbox .goodsType {
	display:inline-flex;
	margin-right:14px;
	margin-bottom:18px;
	line-height:1;
}
.detail .conTop .detailSelect .product-odbox .goodsType > * {
	display:inline-block;
	box-sizing:border-box;
	margin-right:6px;
	padding:8px 18px;
	border:1px solid #acacac;
	border-radius:1.50rem;
}
.detail .conTop .detailSelect .product-odbox .selColors {
	display:inline-flex;
	flex-wrap:wrap;
	margin-bottom:18px;
}
.detail .conTop .detailSelect .product-odbox .selColors i {
	display:inline-block;
	box-sizing:border-box;
	width:28px;
	height:28px;
	margin:5px 6px 5px 0;
/*	border:1px solid #b7b7b7;*/
	border-radius:100%;
	overflow:hidden;
	background-color:transparent;
	background-image:;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl {
	list-style:none;
	float:left;
	width:50%;
	margin-bottom:18px;
	display:inline-flex;
	align-items:start;
}
.detail .conTop .detailSelect .product-odbox .goods-info.goods-price dl {
	width:100%;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl > * {
	flex:1 0 0%;
	text-align:left;
	word-break:keep-all;
	padding-top:9px;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl dt {
	flex:0 0 112px;
	margin-right:20px;
	padding:8px 18px;
	text-align:center;
	border:1px solid #acacac;
	border-radius:1.50rem;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl.annex {
	background-color:#f5f5f5;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl.annex dt {
	flex-basis:auto;
	border-width:0;
	border-radius:0;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl.annex dt::after {
	content:':';
	margin-left:15px;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl.gi_psell {
	margin-bottom:12px;
}
.detail .conTop .detailSelect .product-odbox .goods-info .items_price {
	margin-top:-8px;
	display:inline-block;
	font-size:28px;
	font-weight:700;
	color:#000;
}
@media (max-width:1530px) {
.detail .conTop .detailSelect .product-odbox .selColors {
	flex-basis:100%;
}
}
@media screen and (max-device-width:1399px) {}
@media screen and (max-device-width:1279px) {
.detail .conTop .detailSelect .product-odbox .selColors {
	flex-basis:auto;
}
}
@media screen and (max-device-width:1199px) {}
@media screen and (max-device-width:1023px) {
.detail .conTop .detailSelect .product-odbox {
	font-size:18px;
}
.detail .conTop .detailSelect .product-odbox .intitle h3 {
	font-size:28px;
}
.detail .conTop .detailSelect .product-odbox .prd_expl {
	font-size:18px;
}
}
@media (max-device-width:767px) {
.detail .conTop .detailSelect .product-odbox {
	font-size:16px;
}
.detail .conTop .detailSelect .product-odbox .intitle h3 {
	font-size:24px;
}
.detail .conTop .detailSelect .product-odbox .prd_expl {
	font-size:16px;
}

.detail .conTop .detailSelect .product-odbox .goodsType {
	margin-right:6px;
}
.detail .conTop .detailSelect .product-odbox .goodsType > * {
	padding:8px 15px;
}
.detail .conTop .detailSelect .product-odbox .selColors i {
	width:22px;
	height:22px;
	margin-right:4px;
}
.detail .conTop .detailSelect .product-odbox .goodsType,
.detail .conTop .detailSelect .product-odbox .selColors,
.detail .conTop .detailSelect .product-odbox .goods-info dl {
	margin-bottom:15px;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl dt {
	flex:0 0 96px;
	padding:8px 15px;
}
.detail .conTop .detailSelect .product-odbox .goods-info .items_price {
	margin-top:-6px;
	font-size:24px;
}
}
@media (max-device-width:539px) {
.detail .conTop .detailSelect .product-odbox {
	font-size:14px;
}
.detail .conTop .detailSelect .product-odbox .intitle h3 {
	margin-bottom:15px;
	padding-bottom:8px;
	font-size:22px;
}
.detail .conTop .detailSelect .product-odbox .prd_expl {
	margin-top:8px;
	margin-bottom:8px;
	font-size:15px;
}
.detail .conTop .detailSelect .product-odbox .goodsType > * {
	padding:6px 12px;
}
.detail .conTop .detailSelect .product-odbox .selColors i {
	margin:3px 4px 3px 0;
}

.detail .conTop .detailSelect .product-odbox .goods-info {
	margin-bottom:10px;
}
.detail .conTop .detailSelect .product-odbox .goodsType,
.detail .conTop .detailSelect .product-odbox .selColors,
.detail .conTop .detailSelect .product-odbox .goods-info dl {
	margin-bottom:12px;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl.gi_psell {
	margin-bottom:8px;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl > * {
	padding-top:7px;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl dt {
	flex:0 0 72px;
	margin-right:10px;
	padding:6px 8px;
}
.detail .conTop .detailSelect .product-odbox .goods-info dl.annex dt::after {
	margin-left:8px;
}
.detail .conTop .detailSelect .product-odbox .goods-info .items_price {
	font-size:21px;
}
}
@media (max-device-width:479px) {}
@media (max-device-width:419px) {
.detail .conTop .detailSelect .product-odbox .goodsType,
.detail .conTop .detailSelect .product-odbox .selColors,
.detail .conTop .detailSelect .product-odbox .goods-info dl {
	margin-bottom:10px;
}
}


.item-option {
	clear: both;
}
.item-option + .item-option {
	margin-top:18px;
}
/* S-선택수량표시 */
.item-option .itemop-total {
	display:none;
	float: left;
	box-sizing: border-box;
	width: 41px;
	height: 41px;
	margin-right: 8px;
	vertical-align: middle;
	background: #fff;
	border: 2px solid #d1d1d1;
	border-radius : 1px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.item-option .itemop-total input {
	content: ' ';
	width: 37px !important;
	height: 37px !important;
	line-height: 37px;
	margin: 0;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #e40000;
	text-align: center;
	vertical-align: middle;
	background: transparent;
	border: 0px;
}
@media (max-device-width:1023px) {
.item-option {
	margin-top:6px;
	margin-bottom:6px;
}
.item-option .itemop-total {
	width: 32px;
	height: 32px;
	margin-right: 6px;
}
.item-option .itemop-total input {
	width: 30px !important;
	height: 30px !important;
	line-height: 30px;
	font-size: 18px;
}
}
@media (max-device-width:767px) {
.item-option .itemop-total {
	width: 28px;
	height: 28px;
	margin-right: 6px;
	border-width: 1px;
}
.item-option .itemop-total input {
	width: 26px !important;
	height: 26px !important;
	line-height: 26px;
	font-size: 13px;
}
}
@media (max-device-width:539px) {
.item-option + .item-option {
	margin-top:12px;
}
}
@media (max-device-width:410px) {
.item-option .itemop-total input {
	font-size: 12px;
}
}
/* E-선택수량표시 */

.item-option .itemop-R {
	width:100%;
}
.item-option .itemop-R .itemop-selod {
	clear: both;
	box-sizing: border-box;
	text-align: left;
	line-height:1.4;
	font-size: 16px;
	color: #555;
}
.item-option .itemop-R .itemop-selod dl:first-child {
	margin: 5px 0px;
	padding: 0px;
	background:none;
}
.item-option .itemop-R .itemop-btnGroup {
/*	display:flex;
	flex-wrap:nowrap;
	align-items:center;*/
}
.item-option .itemop-R .itemop-btnGroup .btnmain {
    display: flex;
    position: relative;
	text-align:left;
	font-weight:500;
}
.item-option .itemop-R .itemop-btnGroup .btnmain .screen-reader { /* 스크린 리더를 고려해서 체크박스를 화면에서 숨김 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}
.label-box {
    position: relative;
	flex:0 0 100%;
	box-sizing:border-box;
	border:1px solid #cccccc;
	border-radius:0.75rem;
	box-shadow:0 0 1px rgba(204,204,204,0);
	padding-right:3.4em;
	display:inline-flex;
	flex-wrap:nowrap;
	align-items:center;
}
.label-box > * {
	flex:0 0 auto;
}
.label-box .grow1 {
	flex-grow:1;
}
.label-box .check-icon {
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    background-color: #e6e6ec;
    border:0;
    position: absolute;
    right:20px;
    top: 50%;
    transform: translateY(-50%);
}
.label-box .check-icon::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width:1.0em;
    height:1.0em;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
	background:url(/img/icons/i_check_radiusbold.svg) no-repeat 50% 50%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(0%) hue-rotate(230deg) brightness(107%) contrast(101%);
}
.label-box label {
	display:block;
	margin-left:0;
    padding:15px 15px 15px 25px;
    position: relative;
    cursor: pointer;
}
.label-box .itemop-guide {
	display:inline-block;
	vertical-align:middle;
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
.label-box .itemop-guide:hover {
	color:#6666ff;
}
.label-box .itemop-guide::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	background-image:url(/img/icons/i_question_circle.svg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:110%;
	cursor:pointer;
}
.label-box .itemop-guide:hover::before {
	filter: brightness(0) saturate(100%) invert(39%) sepia(41%) saturate(3723%) hue-rotate(224deg) brightness(100%) contrast(103%);
}
.label-box .itemop-guide._size {
	font-size:16px;
	border-bottom:1px dashed #ccc;
}
.label-box .itemop-guide._size::before {
	background-image:url(/src/img.php?path=icons/i_guide_size.png);
	background-size:contain;
}
.btnmain [type="checkbox"].checked + .label-box {
	color:#6666ff;
	border-color:#6666ff;
	box-shadow:0 0 1px 1px #6666ff;
}
.btnmain [type="checkbox"].checked + .label-box .check-icon {
    background-color: #6666ff;
}
.btnmain [type="checkbox"].checked > .label-box .itemop-guide {
	color:#333;
}
.btnmain [type="checkbox"].checked > .label-box .itemop-guide:hover {
	color:#6666ff;
}
@media (max-device-width:1199px) {}
@media (max-device-width:1023px) {
.item-option .itemop-R .itemop-selod {
	padding-left: 0px;
	font-size: 16px;
}
}
@media (max-device-width:1023px) {
.label-box .itemop-guide::before {
	width:22px;
	height:22px;
}
.label-box .itemop-guide._size {
	font-size:14px;
}
}
@media (max-device-width:767px) {
.item-option .itemop-R .itemop-selod {
	font-size: 14px;
}
.label-box {
	padding-right:2.8rem;
}
.label-box label {
	padding:12px 12px 12px 15px;
}
.label-box .check-icon {
	right:15px;
}
}
@media (max-device-width:539px) {
.label-box {
	padding-right:2.3rem;
	border-radius:0.5rem;
}
.label-box label {
	padding:10px 10px 10px 12px;
}
.label-box .check-icon {
	right:10px;
}
.label-box .itemop-guide._size {
	font-size:13px;
}
}


.item-option .itemop-R .itemop-selod .selod-content {
	display:grid;
	grid-template-rows:auto;
	grid-template-columns:2fr 170px;
	grid-template-areas:'optionInput optionRight';
	align-items:center;
	
	padding:20px 25px;
	line-height:1.1;
	word-break: keep-all;
	font-weight:600;
	color:#333;
	background-color:#f9f9f9;
	border:1px solid #f1f1f1;
	border-radius:0.75rem;
}
.item-option .itemop-R .itemop-selod .selod-content .selod-content-box {
	grid-area:optionInput;
}
.selod-content-box ol {
	list-style:none;
	display:table;
	flex-wrap:wrap;
	align-items:center;
	width:100%;
}
.selod-content-box ol + ol {
	margin-top:4px;
}
.selod-content-box ol > * {
	display:inline-table;
	flex:0 0 auto;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:12px;
}
.selod-content-box ol > :last-child {
	margin-left:0px;
}
.selod-content-box ol li + li::before {
	content:'';
	display:inline-block;
	width:1px;
	height:16px;
	margin-right:12px;
	margin-top:-2px;
	vertical-align:middle;
	background-color:#c1c1c1;
	transform:rotate(20deg);
}

.item-option .itemop-R .itemop-selod .selod-content .selod-content-Total {
	grid-area:optionRight;
	position:relative;
	text-align:right;
	font-size:18px;
	padding-left:36px;
}
.itemop-selod .selod-content .selod-content-Total .iTP_subject {
	margin-bottom:8px;
}
.itemop-selod .selod-content .selod-content-Total .iTP_price strong {
	font-size:26px;
}
.itemop-selod .selod-content .selod-content-Total .i_total {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:32px;
	height:32px;
}
.itemop-selod .selod-content .selod-content-Total .i_total::before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	border-radius:100%;
	background-color:#fff;
}
.itemop-selod .selod-content .selod-content-Total .i_total::after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:11px;
	height:11px;
	background:url(/img/icons/i-equals.svg) no-repeat 50% 50%;
	background-size:contain;
}
@media (max-device-width:767px) {
.item-option .itemop-R .itemop-selod .selod-content {
	padding:15px 12px;
}
.item-option .itemop-R .itemop-selod .selod-content .selod-content-Total {
	font-size:16px;
}
.itemop-selod .selod-content .selod-content-Total .iTP_price strong {
	font-size:21px;
}
}
@media (max-device-width:539px) {
.selod-content-box ol > * {
	margin-right:8px;
}

.item-option .itemop-R .itemop-selod .selod-content {
	grid-template-rows:auto auto;
	grid-template-columns:100%;
	grid-template-areas:'optionInput' 'optionRight';
	border-radius:0.5rem;
}
.item-option .itemop-R .itemop-selod .selod-content .selod-content-Total {
	margin-top:15px;
}
.item-option .itemop-R .itemop-selod .selod-content .selod-content-Total::before {
	content:'';
	display:block;
	width:calc(100% + 36px);
	height:1px;
	margin-left:-36px;
	margin-bottom:15px;
	background-color:#cccccc;
}
}
@media (max-device-width:449px) {
.selod-content-box ol > * {
	margin-right:6px;
}
}


/* Option Total */
.item-option .itemop-R .itemop-selod .selod-content.selod-content-total {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:start;
	text-align:left;
	font-size:18px;
	font-weight:600;
	color:#202020;
	background-color:transparent;
	border:0;
	border-radius:0;
}
.selod-content.selod-content-total::before {
	content:'';
	display:inline-flex;
	margin-right:10px;
	margin-bottom:4px;
	width:22px;
	height:16px;
	background-color:transparent;
	background-image:url(/img/icons/i_arrow_left_turn.svg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	transform:scale(-1);
}
.selod-content.selod-content-total > * {
	flex:0 0 auto;
	margin:0;
}
.selod-content.selod-content-total .itemsTotal-title::after {
	content:'\003A';
	margin-left:8px;
	margin-right:15px;
}
.selod-content.selod-content-total .itemsTotal-price {
	min-width:170px;
	align-self:center;
	margin-left:auto;
	text-align:right;
}
.selod-content.selod-content-total .itemsTotal-price strong {
	font-size:26px;
	font-weight:bold;
}
.selod-content.selod-content-total .itemsTotal-price .price_R {
	position:relative;
	text-decoration: line-through;
	font-size:13px;
	color:#999999;
}
.selod-content.selod-content-total .itemsTotal-price .price_R strong {
	font-size:18px;
}
.selod-content.selod-content-total .itemsTotal-price .price_R::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:6px;
	margin-right:10px;
	margin-top:-2px;
	width:22px;
	height:21px;
	background-color:transparent;
	background-image:url(/img/icons/i_arrow_long.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	background-size:auto 11px;
	transform:scale(-1);
	filter: brightness(0) saturate(100%) invert(16%) sepia(51%) saturate(6791%) hue-rotate(355deg) brightness(101%) contrast(120%);
}
.selod-content.selod-content-total .itemsTotal-dc {
	display:inline-block;
	padding:6px 4px;
	font-size:14px;
	color:#ff0000;
	background-color:#f8f8f9;
	border:1px solid #ff0000;
	border-radius:4px;
}
.selod-content.selod-content-total .itemsTotal-content {
	flex:1 0 0%;
}
.selod-content.selod-content-total .itemsTotal-content ol {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:start;
}
.selod-content.selod-content-total .itemsTotal-content ol + ol {
	margin-top:6px;
}
.selod-content.selod-content-total .itemsTotal-content ol li {
	flex:0 0 auto;
}
.selod-content.selod-content-total .itemsTotal-content ol li + li {
	margin-left:18px;
}
.selod-content.selod-content-total .itemsTotal-content ol li:nth-child(3) {
	margin-left:auto;
}
.selod-content.selod-content-total .itemsTotal-content ol li:first-child {
	text-align:left;
}
@media (max-device-width:1023px) {
.item-option .itemop-R .itemop-selod .selod-content.selod-content-total {
	font-size:16px;
}
}
@media (max-device-width:767px) {
.selod-content.selod-content-total .itemsTotal-price {
	width:43%;
}
.selod-content.selod-content-total .itemsTotal-price strong {
	font-size:21px;
}
.selod-content.selod-content-total .itemsTotal-dc {
	font-size:12px;
}
}
@media (max-device-width:539px) {
.item-option .itemop-R .itemop-selod .selod-content.selod-content-total {
	flex-wrap:wrap;
	font-size:14px;
}
.selod-content.selod-content-total .itemsTotal-price {
	width:100%;
	margin-top:8px;
}
}
/* Option Total */

/* Option Size */
.item-option .itemop-R .itemop-selod .selod-content.selod-Size {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
}
.selod-content.selod-Size > * {
	flex:1 0 0%;
}
.selod-content.selod-Size .btn-del-selod {
	flex:0 0 auto;
	width:36px;
	height:36px;
	margin-left:25px;
}
.selod-content.selod-Size .selod-content-box  ol.size li + li::before {
	display:none;
}
.selod-content.selod-Size .selod-content-box  ol.size > * {
	padding:6px;
	font-size:13px;
	border:1px solid #adadad;
	border-radius:2rem;
	background-color:#ffffff;
}
.selod-content.selod-Size .selod-content-box ol.size > * > strong {
	color:#ffffff;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:auto;
	min-width:19px;
	height:19px;
	border-radius:100%;
	background-color:#333;
}
.selod-content.selod-Size .selod_color {
	display:inline-block;
	box-sizing:border-box;
	vertical-align:middle;
	width:17px;
	height:17px;
	margin-right:5px;
	border:1px solid #b7b7b7;
	border-radius:50%;
	overflow:hidden;
	background-image:;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:transparent;
}
@media (max-device-width:1023px) {
.selod-content.selod-Size .btn-del-selod {
	width:24px;
	height:24px;
}
.selod-content.selod-Size .btn-del-selod button {
	width:100%;
	height:100%;
	margin:0;
	background-size:contain !important;
}
}
@media (max-device-width:767px) {
.selod-content.selod-Size .btn-del-selod {
	width:22px;
	height:22px;
	margin-left:18px;
}
.selod-content.selod-Size .selod-content-box  ol.size > * {
	padding:4px 5px;
	font-size:12px;
}
}
@media (max-device-width:539px) {
.selod-content.selod-Size .btn-del-selod {
	width:14px;
	margin-left:15px;
}
.selod-content.selod-Size .selod_color {
	width:15px;
	height:15px;
}
}
/* Option Size */

/* Option initial+number+pants */
.item-option .itemop-R .itemop-selod .selod-content.selod-Initial {}
.selod-content.selod-Initial .selod-content-box ol {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.selod-content.selod-Initial .selod-content-box ol > * {
	flex:0 0 auto;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:33px;
	position:relative;
}
.selod-content.selod-Initial .selod-content-box ol > * + * {
	margin-left:0;
}
.selod-content.selod-Initial .selod-content-box ol > :last-child {
	margin-right:0;
}
.selod-content.selod-Initial .selod-content-box ol > li + li::before {
	content:'';
	display:inline-block;
	position:absolute;
	left:-22px;
	top:50%;
	transform:translateY(-50%);
	width:11px;
	height:11px;
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:50% 50%;
	background-image:url(/img/icons/i_plus_bold.svg);
	background-size:contain;
	opacity:0.2;
}
.selod-content.selod-Initial .itemsTotal-initial {
	text-align:center;
}
.selod-content.selod-Initial .itemsTotal-initial .initial-title {
	margin-bottom:8px;
}
.selod-content.selod-Initial .itemsTotal-initial .initial-price span {
	font-size:22px;
	font-weight:700;
}
@media (max-device-width:1023px) {
.selod-content.selod-Initial .itemsTotal-initial .initial-price span {
	font-size:20px;
}
}
@media (max-device-width:767px) {
.selod-content.selod-Initial .itemsTotal-initial .initial-price span {
	font-size:17px;
}
}
/* Option initial+number+pants */

/* Option Print */
.item-option .itemop-R .itemop-selod .selod-content.selod-Print {}
.selod-content.selod-Print .selod-content-box ol {
}
.selod-content.selod-Print .selod-content-box .print-zone span + span {
	margin-left:15px;
}
.selod-content.selod-Print .selod-content-box .print-image li {
	font-size:14px;
}
.selod-content.selod-Print .selod-content-box .print-image > li + li::before {
	width:22px;
	height:22px;
	margin-right:5px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image:url(/img/icons/i_filelink.svg);
	background-size:contain;
	transform:none;
}
.selod-content.selod-Print .selod-content-box .print-image .print-memo {
	width:100%;
	margin-bottom:8px;
}
.selod-content.selod-Print .selod-content-box .print-image .print-memo .print-memo-box {
	padding:2px 15px;
	text-align:left;
	font-size:16px;
	font-weight:400;
	background-color:#fff;
	border:1px solid #d0d0d0;
	border-radius:4px;
}
.selod-content.selod-Print .selod-content-box .print-image .print-memo .print-memo-box .i_message {
	display:inline-block;
	width:22px;
	height:24px;
	margin-right:15px;
	vertical-align:middle;
	background:url(/src/img.php?path=icons/i_message_notif.png) no-repeat 50% 50%;
	background-size:contain;
}
.selod-content.selod-Print .selod-content-box .print-image .print-memo .print-memo-box input[type="text"] {
	width:calc(100% - 37px);
	border:0;
}
.selod-content.selod-Print .selod-content-box .print-image .print-memo .print-memo-box input[type="text"]:focus {
	outline:none;
}
@media (max-device-width:539px) {
.selod-content.selod-Print .selod-content-box .print-image > li + li::before {
	width:16px;
	height:16px;
}
.selod-content.selod-Print .selod-content-box .print-image .print-memo .print-memo-box {
	padding-left:10px;
	padding-right:6px;
}
.selod-content.selod-Print .selod-content-box .print-image .print-memo .print-memo-box .i_message {
	margin-right:8px;
}
.selod-content.selod-Print .selod-content-box .print-image .print-memo .print-memo-box input[type="text"] {
	width:calc(100% - 30px);
}
}
/* Option Print */

/* Option Packing */
.selod-content.selod-Packing .selod-content-box .packing-type {
	margin-bottom:8px;
}
.selod-content.selod-Packing .selod-content-box .packing-quantity {
	font-size:22px;
	font-weight:700;
}
@media (max-device-width:767px) {
.selod-content.selod-Packing .selod-content-box .packing-quantity {
	font-size:18px;
}
}
/* Option Packing */


.img_in img {
	max-height:80px;
	max-width: 80px;
}
.font_img_size img {
	max-height:40px;
	max-width: 140px;
}
@media (max-device-width:1023px) {
.img_in img {
	width:100%;
}

.font_img_size img {
	width:100%;
	max-height:30px;
	max-width: 105px;
}
}


.detail .AllTotal-price {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	
	margin:30px 0px;
	line-height:1;
	text-align: right;
	font-size:28px;
	font-weight: 600;
	color:#333;
}
.detail .AllTotal-price > * {
	flex: 0 0 auto;
	min-width:260px;
}
.detail .AllTotal-price::before {
	content:'';
	display:inline-block;
	flex:1 0 0%;
	height:1px;
	line-height: none;
	margin-right:48px;
	background-color:#000;
	opacity:0.6;
}
.detail .AllTotal-price strong {
	font-size:42px;
	font-weight:800;
}
@media (max-device-width:1199px) {}
@media (max-device-width:1023px) {
.detail .AllTotal-price {
	font-size:24px;
}
.detail .AllTotal-price > * {
	min-width:148px;
}
.detail .AllTotal-price strong {
	font-size:36px;
}
}
@media (max-device-width:767px) {
.detail .AllTotal-price {
	font-size:22px;
}
.detail .AllTotal-price::before {
	margin-right:32px;
}
.detail .AllTotal-price strong {
	font-size:32px;
}
}
@media (max-device-width:539px) {
.detail .AllTotal-price {
	font-size:20px;
}
.detail .AllTotal-price > * {
	min-width:110px;
}
.detail .AllTotal-price::before {
	margin-right:25px;
}
.detail .AllTotal-price strong {
	font-size:28px;
}
}
@media (max-device-width:359px) {}



.detail .detailButton {
	clear: both;
	position: relative;
	box-sizing:border-box;
	margin-top:40px;
}
.detail .detailButton .btnGroup {
	display:flex;
	flex-wrap:nowrap;
	margin-left:-8px;
	margin-right:-8px;
}
.detail .detailButton .btnGroup > * {
	flex:1 0 0%;
	margin-left:8px;
	margin-right:8px;
}
.detail .detailButton .btnGroup > :last-child {
	flex:1.5 0 0%;
}
.detail .detailButton .btnBox {
	box-sizing: border-box;
	padding:0;
	text-align: center;
	display:block;
}
.detail .detailButton .btnBox a {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing: border-box;
	width: 100%;
	height:80px;
	padding:20px;
	text-align:center;
	word-break:keep-all;
	white-space:nowrap;
	line-height:1;
	font-size:20px;
	font-weight: 600;
	color:#fff;
	background-color:#333;
	border:0;
	border-radius:3rem;
}
.detail .detailButton .btnBox a:hover {
	text-decoration: none;
}
.detail .detailButton .btnBox a > * {
	flex:0 0 auto;
}
.detail .detailButton .btnBox i::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
	width:28px;
	height:28px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.detail .detailButton .btnBox a.detailbtn-cart > i::before {
	background-image:url(/img/icons/i_shopping_cart.svg);
	filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(0%) hue-rotate(334deg) brightness(116%) contrast(101%);
}
.detail .detailButton .btnBox a.detailbtn-estimate {
	color:#333;
	background-color:#e3e3e3;
}
.detail .detailButton .btnBox a.detailbtn-estimate > i::before {
	background-image:url(/img/icons/i_calculator.svg);
}
.detail .detailButton .btnBox a.detailbtn-buy {
	background-color:#6666ff;
}
.detail .detailButton .btnBox a.detailbtn-buy > i::before {
	width:44px;
	height:1px;
	margin-left:12px;
	background-color:#000;
}
.detail .detailButton .btnBox a.detailbtn-buy > i::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:36px;
	background:url(/img/icons/i_check-circle-fill.svg) no-repeat 50% 50%;
	background-size:cover;
}

.noteBox-request {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top:40px;
	padding:45px 75px;
	text-align: left;
	line-height:1.5;
	color: #000;
	background-color: #f1f1f1;
	border: 1px solid #d0d0d0;
	border-radius:1.25rem;
}
.noteBox-request::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #d0d0d0;
	border-top: 0;
	margin-left: -20px;
	margin-top: -20px;
}
.noteBox-request::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 19px solid transparent;
	border-bottom-color: #f1f1f1;
	border-top: 0;
	margin-left: -19px;
	margin-top: -19px;
}
.noteBox-request .noteBox-close {
	position:absolute;
	top:20px;
	right:20px;
}
.noteBox-request ol {
	display:flex;
	flex-wrap:wrap;
}
.noteBox-request ol li {
	flex:1 0 0%;
	margin:4px 2px;
}
.noteBox-request ol li.basis100 {
	flex-grow:0;
	flex-basis:100%;
}
.noteBox-request input {
	height:47px;
	padding-left:15px;
	border:0;
	border-radius:6px;
}
.noteBox-request h4 {
	font-size:20px;
}
.noteBox-request .orderNb-box .orderNb_btn_save {
	display:inline-block;
	vertical-align:middle;
	margin-left:125px;
}
.noteBox-request .orderEstm-box {
	display:inline-block;
	width:100%;
}
.noteBox-request .orderEstm-box .orderEstm-left {
	float:left;
	width:calc(50% - 35px);
	margin-right:35px;
	margin-top:-12px;
	text-align:right;
}
.noteBox-request .orderEstm-box .orderEstm-right {
	float:right;
	width:50%;
}
.noteBox-request .orderEstm-box .headimg {
	display:inline-block;
	width:102px;
	height:102px;
	margin-bottom:15px;
}
.noteBox-request .orderEstm-box .headimg img {
	width:100%;
	height:100%;
	object-fit:contain;
}
.noteBox-request .orderEstm-box h4 {}
.detail .detailButton .orderEstm-box ol li ._btn {
	flex:0 0 auto;
}
@media (max-device-width: 1110px) {}
@media (max-device-width:1023px) {
.detail .detailButton .btnBox a {
	height:62px;
	padding:15px;
}
}
@media (max-device-width:767px) {
.detail .detailButton {
	position: fixed;
	z-index: 500;
	bottom: 0;
	left: 0;
	width:100%;
	height: auto;
	margin: 0px;
	padding:6px;
	background-color:#fff;
	border-top:1px solid #cccccc;
	box-shadow:0 -1px 5px rgba(0,0,0,0.2);
}
.detail .detailButton .btnGroup {
	margin-left:-3px;
	margin-right:-3px;
}
.detail .detailButton .btnGroup > * {
	margin-left:3px;
	margin-right:3px;
}
.detail .detailButton .btnBox a {
	height:46px;
	padding:12px 12px;
	font-size:18px;
}
.detail .detailButton .btnBox i::before {
	width:22px;
	height:22px;
	margin-right:8px;
}
.detail .detailButton .btnBox a.detailbtn-buy > i::before {
	margin-left:8px;
}
.detail .detailButton .btnBox a.detailbtn-buy > i::after {
	width:28px;
	height:28px;
}

.noteBox-request {
	padding:45px;
}
.noteBox-request .noteBox-close {
	top:15px;
	right:10px;
}
.noteBox-request .orderEstm-box .orderEstm-left {
	width:calc(43% - 35px);
}
.noteBox-request .orderEstm-box .orderEstm-right {
	width:57%;
}
}
@media (max-device-width:539px) {
.detail .detailButton .btnBox a {
	padding:12px 8px;
	font-size:16px;
}
.detail .detailButton .btnBox i::before {
	width:18px;
	height:18px;
	margin-right:5px;
}
.detail .detailButton .btnBox a.detailbtn-buy > i::before {
	margin-left:5px;
}
.detail .detailButton .btnBox a.detailbtn-buy > i::before {
	width:24px;
}
.detail .detailButton .btnBox a.detailbtn-buy > i::after {
	width:24px;
	height:24px;
}

.noteBox-request .orderEstm-box .orderEstm-left {
	width:100%;
	margin-right:0;
	margin-top:0;
	text-align:center;
}
.noteBox-request .orderEstm-box .orderEstm-left h4 {
	font-size:17px;
}
.noteBox-request .orderEstm-box .orderEstm-right {
	width:100%;
}
}
@media (max-device-width:419px) {
.detail .detailButton {
	padding:6px 3px;
}
.detail .detailButton .btnBox a {
	height:44px;
	padding:12px 8px;
	font-size:14px;
}
.detail .detailButton .btnBox a.detailbtn-buy > i::before {
	width:20px;
}

.noteBox-request {
	padding:25px 18px;
}
.noteBox-request .orderEstm-box .headimg {
	width:78px;
	height:78px;
}
}
@media (max-device-width:359px) {}


.detail-Viewer {
	clear:both;
	position:relative;
	margin-bottom:80px;
}
.detail-section-title {
	position:relative;
	display:inline-block;
	width:100%;
	margin-bottom:25px;
}
.detail-section-title::after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:calc(100% - 30px);
	height:1px;
	background-color:#000;
	opacity:0.4;
}
.detail-section-title h2 {
	float:left;
	display:inline-block;
	margin:0;
	padding:12px 20px 12px 30px;
	font-size:20px;
	color:#ffffff;
	background-color:#000;
	border-radius:2rem 2rem 0 2rem;
}
.detail-section-title h2::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:16px;
	margin-left:25px;
	background:url(/src/img.php?path=icons/i_arrow_bold.png) no-repeat 50% 50%;
	background-size:contain;
	filter:invert(1);
	transform:rotate(-90deg);
}
.detail-Viewer .detailView-inner {
	height: auto;
}

.detail-Viewer.deView_mb {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
}
@media (max-device-width:1023px) {
.detail-section-title h2 {
	padding-left:25px;
	font-size:18px;
	font-weight:700;
}
.detail-section-title h2::after {
	margin-left:20px;
}
}
@media (max-device-width:767px) {
.detail-section-title h2 {
	font-size:16px;
}
}
@media (max-device-width:539px) {
.detail-section-title h2 {
	padding-left:20px;
	padding-right:15px;
	font-size:14px;
	border-radius:1.5rem 1.5rem 0 1.5rem;
}
.detail-section-title h2::after {
	width:12px;
	height:14px;
	margin-left:15px;
}
}


.detail .plist-topevent {
	clear:both;
}
.detail .plist-topevent img {
	width: auto;
}

.detail .plist-top-group {
	width: 100%;
	clear: both;
	box-sizing:border-box;
	margin-bottom:40px;
	padding: 10px 4px;
	border-bottom:1px solid #333;
	display: inline-block;
	font-size: 14px;
	color:#000;
}
.detail .plist-top-group .search-txt {
	width: 35%;
	float: left;
	text-align: left;
}
.detail .plist-top-group .group-line {
	width: 65%;
	float: left;
	text-align: right;
}
.detail .plist-top-group .group-line ul {
	float: right;
	display: inline-block;
}
.detail .plist-top-group .group-line ul li {
	float: left;
}
.detail .plist-top-group .group-line li + li {
	margin-left:8px;
}
.detail .plist-top-group .group-line li + li::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:14px;
	margin-right:8px;
	border-left:2px dotted #d2d2d2;
}
@media (max-device-width:1023px) {
.detail .plist-topevent img {
	width: 100%;
}
.detail .plist-top-group {
	margin-bottom:25px;
}
.detail .plist-top-group .search-txt {
	width: 100%;
}
.detail .plist-top-group .group-line {
	display:none;
}
}
@media (max-device-width:539px) {
.detail .plist-top-group {
	padding-top:8px;
	padding-bottom:8px;
	font-size: 12px;
}
}


.detail-comment {
	position:relative;
	margin: 0 auto;
	padding:0px;
	text-align: left;
}
.detail-comment h2 {
	margin-bottom:15px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.text-area textarea {
	box-sizing: border-box;
	padding:20px 25px;
	color:#000;
	background-color: #f2f2f2;
	border: 1px solid #d0d0d0;
	border-radius:8px;
}
.subtxt-caution {
	color: #CC0033;
}
.detail-comment-sendfile {
	display:flex;
	flex-wrap:nowrap;
	align-items:start;
	margin-top: 12px;
}
.detail-comment-sendfile .comment-btn {
	flex:0 0 auto;
}
.detail-comment-sendfile .comment-btn a {
	display:inline-flex;
	align-items:center;
	
	height:53px;
	padding:10px 20px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	color:#fff;
	background-color:#000;
	border-radius:8px;
}
.detail-comment-sendfile .comment-btn a:hover {
	text-decoration:none;
	color:#fff;
}
.detail-comment-sendfile .comment-btn a::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:6px;
	width:28px;
	height:28px;
	background:url(/img/icons/i_upload.svg) no-repeat 50% 50%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(99%) sepia(82%) saturate(0%) hue-rotate(32deg) brightness(110%) contrast(100%);
}
.detail-comment-sendfile .comment-file {
	flex:1 0 0%;
	margin-right:15px;
	font-size:16px;
}
.detail-comment-sendfile .comment-file .filebox {
	box-sizing:border-box;
	background-color: #f2f2f2;
	border: 1px solid #d0d0d0;
	border-radius:8px;
}
.detail-comment-sendfile .comment-file .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.detail-comment-sendfile .comment-file .filebox .upload-name {
    display: inline-block;
	box-sizing:border-box;
	width:calc(100% - 152px);
    height: 51px;
	margin:0;
    padding: 0 10px;
    vertical-align: middle;
    color: #898989;
    border:0;
	background-color:transparent;
}
.detail-comment-sendfile .comment-file .filebox label {
    display: inline-flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	width:138px;
    height:51px;
	margin-left:0;
    margin-right: 10px;
    padding: 10px 20px;
	text-align:center;
	font-weight:600;
    color: #fff;
    vertical-align: middle;
    background-color: #666666;
	border-radius:8px;
    cursor: pointer;
}
.detail-comment-sendfile .comment-file .filebox label::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:12px;
	width:23px;
	height:23px;
	background:url(/img/icons/i_search_plus.svg) no-repeat 50% 50%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(99%) sepia(82%) saturate(0%) hue-rotate(32deg) brightness(110%) contrast(100%);
}

@media (max-device-width:767px) {
.text-area textarea {
	padding:18px 15px;
}
.detail-comment-sendfile .comment-btn a {
	height:45px;
	padding:10px 15px;
	font-size:15px;
}
.detail-comment-sendfile .comment-btn a::after {
	width:24px;
}
.detail-comment-sendfile .comment-file {
	font-size:15px;
}
.detail-comment-sendfile .comment-file .filebox .upload-name {
	width:calc(100% - 134px);
    height: 43px;
}
.detail-comment-sendfile .comment-file .filebox label {
	width:120px;
	height:43px;
    padding: 10px 12px;
}
}
@media (max-device-width:539px) {
.detail-comment-sendfile .comment-btn a {
	height:39px;
	padding:8px 15px;
	font-size:14px;
}
.detail-comment-sendfile .comment-btn a::after {
	width:20px;
	height:20px;
}
.detail-comment-sendfile .comment-file {
	font-size:14px;
}
.detail-comment-sendfile .comment-file .filebox .upload-name {
	width:calc(100% - 105px);
    height:37px;
	padding-left:3px;
	padding-right:5px;
}
.detail-comment-sendfile .comment-file .filebox label {
	width:96px;
	height:37px;
    padding:8px;
	margin-right:5px;
}
.detail-comment-sendfile .comment-file .filebox label::after {
	width:20px;
	height:20px;
	margin-left:8px;
}
}


/* Goods Category TAB */
.category_depth {
	margin-bottom: 5px;
	letter-spacing: 0px;
	font-size: 18px;
	font-family: dotum;
}
.category_depth ul.list {
}
.category_depth ul.list li.item {
	position: relative;
	color: #333333;
	float: left;
	padding-left: 3px;
}
.category_depth ul.list li.item > a {
	color: #333333
}
.category_depth ul.list li.selected > a {
	color: #6666ff;
	font-weight: bold;
	padding-right: 10px;
}
.category_depth ul.sub_menu_list {
	display: none;
	position: absolute;
	white-space: nowrap;
	z-index: 10;
	border: 1px solid #a0a5b8;
	background-color: #f2f2f2;
	padding: 7px;
}
.category_depth ul.sub_menu_list li.sub_item a {
	display: block;
	color: #858585;
	padding: 1px 0;
	font-weight: normal;
}
.category_depth ul.sub_menu_list li.sub_item a:hover {
	color: #202020
}
.category_depth ul.list li.selected ul.sub_menu_list {
	display: block;
}
/* END--Goods Category TAB */


/***-----* ORDER page FORM *-----***/
.ODform-priceTotal {
	clear:both;
	width: 100%;
	margin:45px 0px;
}
.ODform-priceTotal dl {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	width: 100%;
	border:2px solid #696fd6;
	border-radius:0.75rem;
	overflow:hidden;
}
.ODform-priceTotal dl > * {
	flex:0 0 auto;
	padding:20px 25px;
	box-sizing:border-box;
	line-height:1;
	font-size:20px;
	font-weight:bold;
	color:#000;
	display:inline-grid;
	align-items:center;
}
.ODform-priceTotal dt {
	width:200px;
	text-align:center;
	color:#fff;
	background-color:#858ae3;
}
.ODform-priceTotal dd {
	flex:1 0 0%;
	text-align:right;
	font-size:24px;
}
.ODform-priceTotal .all_Total {
	flex:0 0 auto;
	width:380px;
	font-size:38px;
	letter-spacing:-1px;
}
@media (max-device-width:1399px) {
.ODform-priceTotal dl > * {
	padding-left:20px;
	padding-right:20px;
}
.ODform-priceTotal dt {
	width:150px;
}
.ODform-priceTotal .all_Total {
	width:300px;
}
}
@media (max-device-width:1199px) {
.ODform-priceTotal dl > * {
	padding-left:15px;
	padding-right:15px;
}
.ODform-priceTotal dt {
	width:125px;
}
.ODform-priceTotal .all_Total {
	font-size:36px;
}
}
@media (max-device-width:1079px) {
.ODform-priceTotal dl > * {
	font-size:18px;
}
.ODform-priceTotal dd {
	font-size:20px;
}
.ODform-priceTotal .all_Total {
	width:280px;
	font-size:28px;
}
}
@media (max-device-width:1023px) {
.ODform-priceTotal dl > * {
	padding:15px 12px;
}
.ODform-priceTotal dt {
	width:100px;
}
.ODform-priceTotal .all_Total {
	width:210px;
	font-size:26px;
}
}
@media (max-device-width:767px) {
.ODform-priceTotal dl > * {
	padding-left:15px;
	padding-right:15px;
	border-top:1px dashed #c2c3d1;
}
.ODform-priceTotal dl > :nth-child(1),
.ODform-priceTotal dl > :nth-child(2) {
	border-top:0;
}
.ODform-priceTotal dt {
	width:150px;
}
.ODform-priceTotal .all_Total,
.ODform-priceTotal dd {
	flex:0 0 auto;
	width:calc(100% - 150px);
}
}
@media (max-device-width:539px) {
.ODform-priceTotal dl {
	border-radius:0.5rem;
}
.ODform-priceTotal dl > * {
	padding:12px 15px;
	font-size:15px;
}
.ODform-priceTotal dt {
	width:108px;
}
.ODform-priceTotal .all_Total,
.ODform-priceTotal dd {
	flex:0 0 auto;
	width:calc(100% - 108px);
}
.ODform-priceTotal .all_Total {
	font-size:20px;
}
}
@media (max-device-width:359px) {
.ODform-priceTotal dl > * {
	padding-left:12px;
	padding-right:12px;
}
.ODform-priceTotal dt {
	width:95px;
}
.ODform-priceTotal .all_Total,
.ODform-priceTotal dd {
	flex:0 0 auto;
	width:calc(100% - 95px);
}
}


.orderlist-sectionline {
	clear:both;
	display:block;
	margin-bottom:100px;
}
@media (max-device-width:1199px) {
.orderlist-sectionline {
	width:calc(100% + 30px);
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:10px;
	border-bottom:1px solid #ebebeb;
}
}

.orderPerson-wrap {
	clear:both;
	width:100%;
}
.orderPerson-wrap h3 {
	margin-bottom:30px;
	padding-left:10px;
	text-align:left;
}
.orderPerson-wrap h3::after {
	content:'';
	display:block;
	margin-top:10px;
	margin-left:-10px;
	border-bottom:1px solid #878787;
}
.orderPerson-wrap h4 {
	margin-bottom:15px;
	text-align:left;
	color:#5cc7ab;
}
.orderPerson-Form dl {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:25px;
}
.orderPerson-Form dl > * {
	flex:1 0 0%;
	width:auto;
	vertical-align:middle;
	text-align:left;
	font-size: inherit;
	color:#4e4e4e;
}
.orderPerson-Form dt {
	flex:0 0 auto;
	align-self:start;
	width:100px;
	margin-right:20px;
	font-size:inherit;
	font-weight:bold;
	word-break:keep-all;
}
.orderPerson-Form.school dt {
	width:160px;
}
.orderPerson-Form .schoolyc input {
	width:90px;
}
.orderPerson-Form ._bank_select select {
	width:450px;
}
@media (max-device-width:1199px) {
.orderPerson-wrap h3,
.orderPerson-wrap .section-line {
	width:calc(100% + 20px);
	margin-left:-15px;
	margin-right:-5px;
}
}
@media (max-device-width:767px) {
.orderPerson-Form ._bank_select select {
	width:99%;
}
.orderPerson-Form .wx500, .orderPerson-Form .wx450, .orderPerson-Form .wx300 {
	width:100% !important;
}
}
@media (max-device-width:539px) {
.orderPerson-Form.school dt {
	width:100px;
}
}
@media (max-device-width:359px) {
.orderPerson-Form .schoolyc input {
	width:50px;
}
.orderPerson-Form .wx200, .orderPerson-Form .wx250 {
	width:100% !important;
}
}


.orderPay-section {
	margin:25px auto;
	width:800px;
	font-family:'Noto Sans KR';
}
.orderPay-section .info-inputcheck {
	clear:both;
	margin-bottom:25px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#4e4e4e;
	word-break:keep-all;
	display:flex;
	flex-wrap:wrap;
}
.orderPay-section .info-inputcheck > div {
	flex:0 0 auto;
	position:relative;
	padding-bottom:60px;
	text-align:center;
}
.orderPay-section .info-inputcheck .bubbl-txt {
	position: absolute;
    width:180px;
    height: 50px;
    left: 50%;
    bottom: 0;
	transform:translateX(-50%);
	line-height:1.2;
	text-align:left;
	font-size:13px;
    color:#ff4b71;
    background:#fff2bb;
    border-radius:0.5rem;
    padding:8px;
}
.orderPay-section .info-inputcheck .bubbl-txt:before {
    content: "";
    position: absolute;
    top:-10px;
    left: 50%;
	transform:translateX(-50%);
    border-top: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff2bb;
}
/*
.orderPay-section .info-inputcheck .bubbl-txt:after {
    content: "";
    position: absolute;
    top:-9px;
    left: 50%;
	transform:translateX(-50%);
    border-top: 0px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fffab8;
}*/

.orderPay-section dl {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:25px;
}
.orderPay-section dl > * {
	flex:1 0 0%;
	width:auto;
	vertical-align:middle;
	text-align:left;
	font-size: inherit;
	color:#4e4e4e;
}
.orderPay-section dt {
	flex:0 0 auto;
	align-self:start;
	width:95px;
	margin-right:20px;
	padding-left:15px;
	font-size:inherit;
	font-weight:bold;
	word-break:keep-all;
}
.orderPay-section .orderPay-seltxt {
	clear:both;
	line-height:1.4;
	text-align:left;
	color:#4e4e4e;
}
.orderPay-section .orderPay-seltxt .explain {
	clear:both;
	width:100%;
	margin-top:15px;
	text-align:left;
	font-size:14px;
}
.orderPay-section .orderPay-seltxt .explain > * {
	float:left;
}
.orderPay-section .orderPay-seltxt .explain dt {
	margin-right:25px;
	color:#333;
}
.orderPay-section .orderPay-seltxt .explain dd { }
/*
.orderPerson-Form input, .orderPerson-Form select {
	line-height:27px;
	font-size:inherit;
	border:1px solid #dcdcdc;
	border-width:0 0 2px 0;
}*/
@media (max-device-width:1023px) {
.orderPay-section {
	width:100%;
}
.orderPay-section .info-inputcheck {
	font-size:16px;
}
.orderPay-section .info-inputcheck .bubbl-txt {
    width:160px;
}
}
@media (max-device-width:767px) {
.orderPay-section .info-inputcheck > div {
	width:50%;
	padding:0 5px 60px 5px;
	margin-bottom:5px;
}
.orderPay-section .info-inputcheck label {
	width:100% !important;
	min-width:auto !important;
	margin:0px !important;
}
}
@media (max-device-width:539px) {
.orderPay-section .info-inputcheck {
	font-size: 14px;
}
.orderPay-section .info-inputcheck > div {
	padding-left:3px;
	padding-right:3px;
}
.orderPay-section .info-inputcheck .bubbl-txt {
    width:150px;
	height:45px;
	font-size:12px;
}

.orderPay-section dt {
	padding-left:10px;
}
.orderPay-section dl._bank_select > dt {
	margin-bottom:10px;
}
.orderPay-section dl._bank_select > dd {
	flex:0 0 auto;
	width:100%;
	padding-left:10px;
}
.orderPay-section .orderPay-seltxt .explain {
	font-size:13px;
}
}
@media (max-device-width:359px) {
.orderPay-section .info-inputcheck {
	font-size: 13px;
}
.orderPay-section .info-inputcheck > div {
	padding-bottom:65px;
}
.orderPay-section .info-inputcheck .bubbl-txt {
    width:120px;
	height:55px;
}
}
@media (max-device-width:319px) {
.orderPay-section .info-inputcheck label {
	min-height:62px;
}
}

/***-----* boostrap-popover *-----***/
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 160;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #6666ff;
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #6666ff;
	border-bottom-width: 0;
}
.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #6666ff;
	border-left-width: 0;
}
.popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}
.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #6666ff;
}
.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #6666ff;
}
.popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}

.popover-title {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	line-height:1.3;
	font-size:inherit;
	background-color: #f2f2fe;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 0.5rem 0.75rem;
	color: #212529;
}
