@charset "utf-8";
/* 투어머치 - 전현진 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');

@font-face {
    font-family: 'IBMPlexSansKR-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSansKR-Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSansKR-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-7ExtraBold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/* reset css
*{
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
	-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.3);-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.3);box-shadow:0px 2px 5px rgba(0,0,0,0.3);
	text-align:justify;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
} */

/* 초기화 */
html, body {
	margin: 0;
	padding: 0;
	-ms-overflow-style: scrollbar;
}

body, textarea, select, td, th, button, input {
	font: 14px/1.4 'IBMPlexSansKR-Regular', 'Noto Sans KR', 'Malgun Gothic', '돋움', 'Dotum', '굴림', 'Gulim', 'arial', 'sans-serif';
	color: #333;
	box-sizing: border-box;
	vertical-align: middle;
}

body * {
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p,
	blockquote, tbody, tfoot, thead, th, td, article, figure, em, address {
	margin: 0;
	padding: 0;
	font-style: normal
}

table {
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

legend, caption, .sound_only, .skip {
	position: absolute;
	left: -5000px;
	top: 0;
	overflow: hidden;
	line-height: 0.1%;
	font-size: 0.1%;
	width: 0.1%;
	height: 0.1%;
}

img, fieldset {
	border: 0 none;
}

label, button {
	cursor: pointer;
}

a {
    display:inline-block;
	color: #f333;
}

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #333;
}

img {
	max-width: 100%;
}

img.objectfit {
	object-fit: cover;
}

strong {
	font-family: 'IBMPlexSansKR-Medium';
}

input[type=text],
input[type=password],
input[type=date],
textarea,
select {
	background-color:#fff;
	-webkit-appearance:none;
}

input[type=text]::-webkit-input-placeholder {color: #b5b5b5;}
input[type=text]:-moz-placeholder {color: #b5b5b5;}
input[type=text]::-moz-placeholder {color: #b5b5b5;}
input[type=text]:-ms-input-placeholder {color: #b5b5b5;}
input[type=password]::-webkit-input-placeholder {color: #b5b5b5;}
input[type=password]:-moz-placeholder {color: #b5b5b5;}
input[type=password]::-moz-placeholder {color: #b5b5b5;}
input[type=password]:-ms-input-placeholder {color: #b5b5b5;}
input[type=date]::-webkit-input-placeholder {color: #b5b5b5;}
input[type=date]:-moz-placeholder {color: #b5b5b5;}
input[type=date]::-moz-placeholder {color: #b5b5b5;}
input[type=date]:-ms-input-placeholder {color: #b5b5b5;}
textarea::-webkit-input-placeholder {color: #b5b5b5;}
textarea:-moz-placeholder {color: #b5b5b5;}
textarea::-moz-placeholder {color: #b5b5b5;}
textarea:-ms-input-placeholder {color: #b5b5b5;}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input.basic-check,
input.basic-radio,
input.basic-checkradio {
	display: none;
}

input.basic-check+label,
input.basic-radio+label,
input.basic-checkradio+label {
	font-weight: normal;
	color: #666;
}

input.basic-check+label span,
input.basic-radio+label span,
input.basic-checkradio+label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #f2f4f4;
	margin: -3px 5px 0 0;
	vertical-align: middle;
	border-radius: 50%;
	cursor: pointer;
}

input.basic-radio:checked+label span {
	border-color: #b4b4b4;
	background: #fff url("../../images/common/ico_radio.png") no-repeat center;
}

input.basic-check+label span {
	border-radius: 3px;
}

input.basic-check:checked+label span {
	border-color: #b4b4b4;
	background: #fff url("../../images/common/ico_check.png") no-repeat center;
}

input.basic-checkradio+label span {
    border-color: rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 3px;
}

input.basic-checkradio:checked+label span {
	background: #fff url("../../images/common/ico_checkradio.png") no-repeat center;
}

input.basic-input {
	height: 36px;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.05);
}

input.basic-input:focus {
	border-color: #666;
}

input.basic-input.readonly {
	background-color: #eee;
}

select.basic-select::-ms-expand {
	display: none;
}

select.basic-select {
	height: 36px;
	padding: 0 30px 0 10px;
	border: 1px solid #dcdcdc;
	background: #fff url("../../images/common/ico_select.png") no-repeat center right;
	background-size: 20px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select.basic-select:focus {
	border: 1px solid #666;
}

textarea.basic-textarea {
	padding: 10px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.05);
}

textarea.basic-textarea:focus {
    background-color: #fff;
}

input.join-input {
	display: inline-block;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	border-radius: 5px;
	font-size: 14px;
}

select.join-select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 30px 0 10px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	background: #fff url("../../images/common/ico_select.png") no-repeat center right;
	background-size: 20px auto;
	border-radius: 5px;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.nopm, .nopm>li, .nopm>dt, .nopm>dd {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul, ul>li, dl, dl>dt, dl>dd {
	padding: 0;
	margin: 0;
	list-style: none;
}

.alignCenter {
	text-align: center !important;
}

.alignLeft {
	text-align: left !important;
}

.alignRight {
	text-align: right !important;
}

.pc-only {
	display: none !important;
}

.floats {
	zoom: 1;
}

.floats:after {
	content: '';
	display: block;
	clear: both
}

.floats > li {
	float: left;
}

.floats > li.fr {
	float: right;
}

.scrollbox {
	overflow-y: auto;
	-ms-overflow-style: scrollbar;
}

.scrollbox::-webkit-scrollbar {
	width: 6px;
}

.scrollbox::-webkit-scrollbar-track {
	background-color: rgba(255,255,255,0);
}

.scrollbox::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: rgba(0,0,0,0.2);
    cursor: pointer;
}

.scrollbox::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.5);
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smooth,
.smooth * {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-scroll {
	overflow-x: auto;
}

.table-scroll table {
	width: 600px;
}

@media screen and (min-width:639px) {
	.table-scroll table {
		width: 100%;
	}
}


/* 상품 타입별 */
.p-state {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #333;
	border-radius: 10px;
	color: #fff;
	font-size: 11px;
}

.p-state.p-state-new {
	background-color: #AC61E2;
}

.p-state.p-state-hit {
	background-color: #F77709;
}

.p-state.p-state-sale {
	background-color: #75B222;
}

.p-state.p-state-hot {
	background-color: #E650B8;
}

@media screen and (min-width:639px) {
}


/* 공유 공간 */
.share-box ul li {
    margin-left: 5px;
}

.share-box ul li a {
    display: block;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    color: #666;
}

.share-box ul li a em {
    display: inline-block;
    margin-left: 10px;
}

.share-box ul li a.share-kakao:hover {
	border-color: #fbde00;
	background-color: #fbde00;
	color: #341d1c;
}

.share-box ul li a.share-facebook:hover {
	border-color: #176cf0;
	background-color: #176cf0;
	color: #fff;
}

.share-box ul li a.share-twitter:hover {
	border-color: #1b90ee;
	background-color: #1b90ee;
	color: #fff;
}

.share-box ul li a.share-urlcopy:hover {
	border-color: #333;
	background-color: #333;
	color: #fff;
}


/* 상품 플러스마이너스 */
.count-updown {
	display: flex;
	width: 118px;
	overflow: hidden;
	border: 1px solid #D7D7D7;
	justify-content: flex-start;
	align-items: center;
	border-radius: 3px;
}

.count-updown .plusminus-btn {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: none;
	background-color: #F2F2F2;
	text-align: center;
}

.count-updown input.basic-input {
	width: 50px;
	height: 34px;
	line-height: 34px;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

@media screen and (min-width:1239px) {
	.count-updown {
		width: 128px;
	}

	.count-updown input.basic-input {
		width: 60px;
	}
}


/* 햄버거 메뉴 */
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	background-color: rgba(255,255,255,0);
}

.c-hamburger:focus {
	outline:none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 25px;
	left: 14px;
	right: 14px;
	height: 2px;
	background-color: #fff;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::after {
	bottom: -8px;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

.open .c-hamburger--htx span{
	background: none !important;
}

.open .c-hamburger--htx span::before{
	top: 0;
	transform: rotate(45deg);
	background-color: #fff;
}

.open .c-hamburger--htx span::after{
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #fff;
}

.open .c-hamburger--htx span::before,
.open .c-hamburger--htx span::after{
	transition-delay: 0s, 0.3s;
}


/* 페이징 */
.pagenation {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}

.pagenation a,
.pagenation span {
	display: inline-block;
	min-width: 30px;
	height: 30px;
	line-height: 28px;
	padding: 0 1px;
	margin: 0 1px;
	border: 1px solid #dcdcdc;
	font-size: 13px;
	color: #999;
    border-radius: 15px;
}

.pagenation a.num {
    display: none;
}

.pagenation a:hover {
	border: 1px solid #999;
	background-color: #f7f7f7;
	color: #333;
}

.pagenation span.on {
	border-color: #212121;
	background-color: #212121;
	color: #fff;
}

@media screen and (min-width:640px) {
	.pagenation a,
	.pagenation span {
		min-width: 36px;
		height: 36px;
		line-height: 34px;
		padding: 0 5px;
        border-radius: 18px;
	}
    
    .pagenation a.num {
        display: inline-block;
    }
}


/* 버튼 모음 */
.btns {
	display: inline-block;
	height: 36px;
	line-height: 34px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
	text-align: center;
	color: #535353;
	vertical-align: middle;
}

.btns.h24px {
	height: 24px;
	line-height: 22px;
    padding: 0 10px;
	font-size: 14px;
}

.btns.h50px {
	height: 50px;
	line-height: 48px;
}

.btns.h60px {
	height: 58px;
	line-height: 56px;
}

.btns.round3px {
	border-radius: 3px;;
}

.btns.round5px {
	border-radius: 5px;
}

.btns.whiteBtn {
	border-color: #DCDCDC;
	background-color: #fff;
	color: #666;
}

.btns.grayBtn {
	border-color: #DCDCDC;
	background-color: #DCDCDC;
	color: #6E6E6E;
}

.btns.grayLineBtn {
	border-color: #999;
	background-color: #fff;
	color: #212121;
}

.btns.darkGrayBtn {
	border-color: #333;
	background-color: #333;
	color: #fff;
}

.btns.blueBtn {
	border-color: #143383;
	background-color: #143383;
	color: #fff;
}

.btns.blueLineBtn {
	border-color: #143383;
	background-color: #fff;
	color: #143383;
}

.btns.aquaBtn {
	border-color: #118E93;
	background-color: #118E93;
	color: #fff;
}

/* 컬러 */
/* 텍스트 */
.colorWhite {
	color: #fff !important;
}

.colorGray {
	color: #999 !important;
}

.colorBlack {
	color: #212121 !important;
}

.colorRed {
	color: #A82E2E !important;
}

.colorReds {
	color: #ce1616 !important;
}

.colorOrange {
	color: #F77709 !important;
}

.colorBlue {
	color: #143383 !important;
}

.colorGreen {
	color: #4E9B25 !important;
}

.colorViolet {
	color: #AC61E2 !important;
}

.color-gd {color: #E29E2D !important}
.color-sp {color: #2675AE !important}
.color-rb {color: #CF3636 !important}
.color-em {color: #2E9629 !important}
.color-dm {color: #9F9F9F !important}
.color-cr {color: #8B806C !important}
.color-dcr {color: #70888F !important}
.color-tcr {color: #7B6D8C !important}
.color-rcr {color: #8C6969 !important}
.color-icr {color: #9B4682 !important}

/* 배경 */
.bgDarkGray {
	background-color: #333 !important;
	color: #fff !important;
}


/* 사이즈 */
.w10 {width: 10% !important;}
.w15 {width: 15% !important;}
.w20 {width: 20 !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w40 {width: 40% !important;}
.w45 {width: 45% !important;}
.w49 {width: 49% !important;}
.w50 {width: 50% !important;}
.w55 {width: 55% !important;}
.w60 {width: 60% !important;}
.w70 {width: 70% !important;}
.w80 {width: 80% !important;}
.w90 {width: 90% !important;}
.w100 {width: 100% !important;}

.w50px {width: 50px !important;}
.w55px {width: 55px !important;}
.w60px {width: 60px !important;}
.w80px {width: 80px !important;}
.w100px {width: 100px !important;}
.w130px {width: 130px !important;}
.w150px {width: 150px !important;}
.w170px {width: 170px !important;}
.w200px {width: 200px !important;}
.w250px {width: 250px !important;}
.w300px {width: 300px !important;}
.w350px {width: 350px !important;}
.w400px {width: 400px !important;}
.w450px {width: 450px !important;}
.w500px {width: 500px !important;}
.w550px {width: 550px !important;}
.w600px {width: 600px !important;}
.w650px {width: 650px !important;}
.w700px {width: 700px !important;}
.w750px {width: 750px !important;}
.w800px {width: 800px !important;}
.w850px {width: 850px !important;}
.w900px {width: 900px !important;}
.w950px {width: 950px !important;}
.w1000px {width: 1000px !important;}

.mgt0px {margin-top: 0px !important;}
.mgt5px {margin-top: 5px !important;}
.mgt10px {margin-top: 10px !important;}
.mgt15px {margin-top: 15px !important;}
.mgt20px {margin-top: 20px !important;}
.mgt30px {margin-top: 30px !important;}
.mgt40px {margin-top: 40px !important;}
.mgt50px {margin-top: 50px !important;}
.mgt60px {margin-top: 60px !important;}
.mgt70px {margin-top: 70px !important;}
.mgt80px {margin-top: 80px !important;}
.mgt90px {margin-top: 90px !important;}
.mgt100px {margin-top: 100px !important;}

.mgb0px {margin-bottom: 0px !important;}
.mgb5px {margin-bottom: 5px !important;}
.mgb10px {margin-bottom: 10px !important;}
.mgb15px {margin-bottom: 15px !important;}
.mgb20px {margin-bottom: 20px !important;}
.mgb30px {margin-bottom: 30px !important;}
.mgb40px {margin-bottom: 40px !important;}
.mgb50px {margin-bottom: 50px !important;}
.mgb60px {margin-bottom: 60px !important;}
.mgb70px {margin-bottom: 70px !important;}
.mgb80px {margin-bottom: 80px !important;}
.mgb90px {margin-bottom: 90px !important;}
.mgb100px {margin-bottom: 100px !important;}

.mgl5px {margin-left: 5px !important;}
.mgl10px {margin-left: 10px !important;}
.mgl20px {margin-left: 20px !important;}
.mgl30px {margin-left: 30px !important;}
.mgl40px {margin-left: 40px !important;}
.mgl50px {margin-left: 50px !important;}
.mgl60px {margin-left: 60px !important;}
.mgl70px {margin-left: 70px !important;}
.mgl80px {margin-left: 80px !important;}
.mgl90px {margin-left: 90px !important;}
.mgl100px {margin-left: 100px !important;}

.mgr5px {margin-right: 5px !important;}
.mgr10px {margin-right: 10px !important;}
.mgr20px {margin-right: 20px !important;}
.mgr30px {margin-right: 30px !important;}
.mgr40px {margin-right: 40px !important;}
.mgr50px {margin-right: 50px !important;}
.mgr60px {margin-right: 60px !important;}
.mgr70px {margin-right: 70px !important;}
.mgr80px {margin-right: 80px !important;}
.mgr90px {margin-right: 90px !important;}
.mgr100px {margin-right: 100px !important;}

/* 폰트 사이즈 */
.fsize12 {font-size: 12px !important;}
.fsize13 {font-size: 13px !important;}
.fsize14 {font-size: 14px !important;}
.fsize16 {font-size: 16px !important;}
.fsize18 {font-size: 18px !important;}
.fsize20 {font-size: 20px !important;}
.fsize22 {font-size: 22px !important;}
.fsize24 {font-size: 24px !important;}
.fsize26 {font-size: 26px !important;}
.fsize28 {font-size: 28px !important;}
.fsize30 {font-size: 30px !important;}

@media screen and (min-width:767px) {
    body, textarea, select, td, th, button, input {
        font-size: 16px;
    }
}

@media screen and (min-width:639px) {
    .m-only639 {
		display: none !important;
	}
}

@media screen and (min-width:1139px) {
	.pc-only {
		display: block !important;
	}

	.m-only {
		display: none !important;
	}
}

@media screen and (min-width:1239px) {
    .respon {
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (min-width:1339px) {
    .respon1400 {
        position: relative;
        width: 1400px;
        margin: 0 auto;
    }
}

@media screen and (min-width:1639px) {
}