@charset "utf-8";
/* 투어머치 전현진 */

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

body {line-height: 1;}

legend, .sound-only, .skip, .none {position: absolute;left: -5000px;top: 0;overflow: hidden;line-height: 0.1%;font-size: 0.1%;width: 0.1%;height: 0.1%;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}

table {border-collapse: collapse;border-spacing: 0;}
table caption {visibility: hidden;overflow: hidden;width: 0;height: 0;font-size: 0;line-height: 0;}


/* 초기화 */
html, body {
	margin: 0;
	padding: 0;
    overflow-x: hidden;
	background-color: var(--bg-basic);
    font-size: 62.5%;
}

body, textarea, select, td, th, button, input {
	font: clamp(1.4rem, 3vw, 1.6rem)/1.5 var(--font-basic), 'Malgun Gothic', '돋움', 'Dotum', '굴림', 'Gulim', 'arial', 'sans-serif';
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-stretch: normal;
	color: var(--color-basic);
	box-sizing: border-box;
	vertical-align: middle;
}

body * {box-sizing: border-box;}

b, strong {font-weight: 800;}

a {display:inline-block;color: var(--color-basic);}
a:link, a:visited, a:hover, a:active, a:focus {text-decoration: none;color: var(--color-basic);}
a.underline {text-decoration: underline;}

button {border: none;margin: 0;padding: 0;background-color: transparent;}

a:focus, button:focus { opacity: 0.8; }

img {max-width: 100%;}
img.objectfit {object-fit: cover;}


/* Input, Select, Textarea */
input[type=text],
input[type=password],
input[type=date],
input[type=time],
textarea,
select {
	background-color: var(--bg-basic);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type=text]::-webkit-input-placeholder {color: var(--input-placeholder-color);}
input[type=text]:-moz-placeholder {color: var(--input-placeholder-color);}
input[type=text]::-moz-placeholder {color: var(--input-placeholder-color);}
input[type=text]:-ms-input-placeholder {color: var(--input-placeholder-color);}
input[type=password]::-webkit-input-placeholder {color: var(--input-placeholder-color);}
input[type=password]:-moz-placeholder {color: var(--input-placeholder-color);}
input[type=password]::-moz-placeholder {color: var(--input-placeholder-color);}
input[type=password]:-ms-input-placeholder {color: var(--input-placeholder-color);}
input[type=date]::-webkit-input-placeholder {color: var(--input-placeholder-color);}
input[type=date]:-moz-placeholder {color: var(--input-placeholder-color);}
input[type=date]::-moz-placeholder {color: var(--input-placeholder-color);}
input[type=date]:-ms-input-placeholder {color: var(--input-placeholder-color);}
input[type=time]::-webkit-input-placeholder {color: var(--input-placeholder-color);}
input[type=time]:-moz-placeholder {color: var(--input-placeholder-color);}
input[type=time]::-moz-placeholder {color: var(--input-placeholder-color);}
input[type=time]:-ms-input-placeholder {color: var(--input-placeholder-color);}
textarea::-webkit-input-placeholder {color: var(--input-placeholder-color);}
textarea:-moz-placeholder {color: var(--input-placeholder-color);}
textarea::-moz-placeholder {color: var(--input-placeholder-color);}
textarea:-ms-input-placeholder {color: var(--input-placeholder-color);}
select::-ms-expand {display: none;}

input.basic-check,
input.basic-radio {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  accent-color: var(--color-point);
  cursor: pointer;
}

input.basic-check:after,
input.basic-radio:after {
    border: 1px solid #ccc;
}

input.basic-check + label,
input.basic-radio + label {
    position: relative;
    line-height: 18px;
    padding-left: 6px;
	font-weight: normal;
	color: #000;
    cursor: pointer;
}

input.basic-input {
	padding: 5px 10px;
	border: 1px solid rgba(var(--color-basic-rgb),.2);
}

select.basic-select {
	padding: 5px 40px 5px 10px;
	border: 1px solid rgba(var(--color-basic-rgb),.2);
	background: var(--bg-basic) url("../img/ico_selectarrow.png") no-repeat center right;
	background-size: auto 13px;
}

input.basic-input:focus,
select.basic-select:focus {
    outline: none;
}

textarea.basic-textarea {
	padding: 10px;
	border: 1px solid rgba(var(--color-basic-rgb),.2);
}


/* 공통 */
.nopm, .nopm>li, .nopm>dt, .nopm>dd {padding: 0;margin: 0;list-style: none;}

.smooth, .smooth * {-webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}

.floats             {zoom: 1;}
.floats:after       {content: '';display: block;clear: both;}
.floats > li        {float: left;}
.floats > li.fr     {float: right;}

.round4px           {border-radius: 4px !important;}
.round5px           {border-radius: 5px !important;}
.round10px          {border-radius: 10px !important;}
.round18px          {border-radius: 18px !important;}
.round20px          {border-radius: 20px !important;}
.round25px          {border-radius: 25px !important;}


/* 위치 설정 */
.alignCenter        {text-align: center !important;}
.alignLeft          {text-align: left !important;}
.alignRight         {text-align: right !important;}

.flex-start         {display: flex !important; align-items: center; justify-content: flex-start;}
.flex-center        {display: flex !important; align-items: center; justify-content: center;}
.flex-end           {display: flex !important; align-items: center; justify-content: flex-end;}
.flex-spacebetween  {display: flex !important; align-items: center; justify-content: space-between;}
.flex-spacearound   {display: flex !important; align-items: center; justify-content: space-around;}


/* 말줄임 */
.oneline                    {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.line-cut                   {text-overflow: ellipsis;display: -webkit-box !important;overflow: hidden;-webkit-box-orient: vertical;}
.line-cut.line-cut-2        {-webkit-line-clamp: 2;}
.line-cut.line-cut-3        {-webkit-line-clamp: 3;}
.line-cut.line-cut-4        {-webkit-line-clamp: 4;}


/* 동영상 임베드 */
.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%;
}


/* 스크롤 커스텀 */
.scrollbox {
	overflow-y: auto;
	-ms-overflow-style: scrollbar;
}

.scrollbox::-webkit-scrollbar {
	width: 6px;
}

.scrollbox::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,0.03);
}

.scrollbox::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

.scrollbox::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.3);
}


/* 햄버거 메뉴 */
.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: var(--color-basic);
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-basic);
	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,
.open .c-hamburger--htx span::after{
	transition-delay: 0s, 0.3s;
	background-color: var(--color-basic);
}

.open .c-hamburger--htx span::before{
	top: 0;
	transform: rotate(45deg);
}

.open .c-hamburger--htx span::after{
	bottom: 0;
	transform: rotate(-45deg);
}


/* 버튼 영역 */
.btns {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid rgba(var(--color-basic-rgb),.1);
    background-color: var(--bg-basic);
    font-size: 1.2rem;
}


/* 사이즈 */
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w95 {width: 95%;}
.w100 {width: 100%;}

.w50px {width: 50px !important;}
.w100px {width: 100px !important;}
.w150px {width: 150px !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;}


@media screen and (min-width: 639px) {
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
}

@media screen and (min-width: 1239px) {
}

@media screen and (min-width: 1340px) {
}

@media screen and (min-width: 1439px) {
}

@media screen and (min-width: 1640px) {
}

@media screen and (min-width: 1840px) {
}