@charset "UTF-8";
@import url("https://use.typekit.net/orn0vtb.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@font-face {
	font-family: "Pretendard";
	src: url("./../font/PretendardVariable.woff2") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "myriad-pro", sans-serif;
	src: url("https://use.typekit.net/orn0vtb.css");
	font-weight: 700;
	font-style: normal;
}

:root {
	--dark-blue: #004194;
	--light-blue: #007ccc;
	--dark-green: #1bab6e;
	--light-green: #82ca09;
	--orange: #f79200;
	--aqua: #07add1;
	--white: #ffffff;
	--adex-red: #bf3920;
	--gray-light: #f2f2f2;
	--gray-normal: #dcdcdc;
	--text-title: #121212;
	--text-normal: #444444;
	--text-light: #666666;
}
/* 폰트사이즈 */
.f-12 {
	font-size: 12px !important;
}
.f-14 {
	font-size: 14px !important;
}
.f-16 {
	font-size: 16px !important;
}
/* 컬러 */
.color-white {
	color: var(--white);
}
.dark-blue {
	color: var(--dark-blue) !important;
}
.light-blue {
	color: var(--light-blue) !important;
}
.light-green {
	color: var(--light-green) !important;
}
.aqua {
	color: var(--aqua) !important;
}
.adex-red {
	color: var(--adex-red) !important;
}
.text-light {
	color: var(--text-light) !important;
}
.text-normal {
	color: var(--text-normal) !important;
}
.text-paypal {
	color: #002e81 !important;
}
.gray-light {
	color: var(--gray-norma) !important;
}
.bg-light-blue {
	background: var(--light-blue) !important;
}
.bg-orange {
	background: var(--orange) !important;
}
.bg-light-green {
	background: var(--light-green) !important;
}
.bg-dark-green {
	background: var(--dark-green) !important;
}
.bg-aqua {
	background: var(--aqua) !important;
}
.bg-gray {
	background: var(--text-light) !important;
}
/* 텍스트 */
h4 {
	font-size: 1.25rem;
	font-weight: bold;
}
.txt-title-point {
	color: var(--light-blue);
	font-size: 2.25rem;
	font-weight: 700;
	line-height: normal;
}
.txt-title-m {
	color: var(--txt-title);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
}
.txt-title-m-point {
	position: relative;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	padding-left: 30px;
	color: var(--light-blue);
}
.txt-title-m-point::before {
	position: absolute;
	display: block;
	content: "";
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	background: var(--light-blue);
}
.txt-title-m-point.light-green::before {
	background: var(--light-green);
}
.txt-title-m-point.aqua::before {
	background: var(--aqua);
}
.txt-title-m-point.adex-red::before {
	background: var(--adex-red);
}
.txt-title-s {
	color: var(--txt-title);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
}
.txt-lg {
	font-size: 2.25rem;
}
.txt-mlg {
	font-size: 1.5rem;
}
.txt-md {
	font-size: 1.25rem;
}
.txt-sm {
	font-size: 0.875rem;
}
.txt-box-point {
	font-size: 1.125rem !important;
	width: fit-content;
	padding: 10px 20px;
	background: var(--aqua);
	color: #ffffff;
	font-weight: normal !important;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

/* 간격 */
.mgt-20 {
	margin-top: 1.25rem !important;
}
.mgt-40 {
	margin-top: 2.5rem !important;
}
.mgt-60 {
	margin-top: 3.75rem !important;
}
.mgt-100 {
	margin-top: 6.25rem !important;
}
.pdl-13 {
	padding-left: 13px !important;
}
.pdl-4 {
	padding-left: 4px !important;
}
/* 기타 */
.ul-normal {
	list-style-type: disc;
	margin-top: 12px;
	padding-left: 18px;
}
.ul-normal li {
	color: var(--text-normal);
	padding: 4px 0px;
}
.ul-number {
	list-style-type: decimal;
	padding-left: 18px;
}
.ul-number li {
	color: var(--text-normal);
	padding: 4px 0px;
}
.link-normal,
.link-normal:hover,
.link-normal:active {
	color: inherit;
}
.link-delete {
	text-decoration: none;
	padding-left: 15px;
}
#modal-picture .modal-header .btn-close {
	padding: 30px;
}
#modal-picture .modal-body {
	padding: 0px 40px;
}
#modal-picture .modal-body .t_center {
	text-align: center;
}
.modal-body .p-input-txt {
	width: 100%;
	max-width: 430px;
	height: 40px;
	margin: 0 auto;
	padding: 7px 5px;
	font-size: 13px;
	border: 1px solid #ddd;
}
.badge-required {
	padding: 3px 5px;
	font-size: 12px;
	border-radius: 6px;
	vertical-align: middle;
	margin-right: 6px;
	color: #ab1b1b;
	background: #fae6e6;
}
.badge-gray {
	padding: 3px 5px;
	font-size: 12px;
	border-radius: 6px;
	vertical-align: middle;
	margin-right: 6px;
	background: var(--gray-light);
}
.view-more {
	cursor: pointer;
}
.agree-A-box {
	width: 100%;
	display: block;
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fafafa;
	padding: 20px;
	height: 300px;
}
.agree-A-box.agree-s {
	height: 200px;
}
.agree-A-box.agree-ss {
	height: 100px;
}
.agree-hide {
	display: none;
}
.agreementBody {
	color: var(--text-light);
	font-size: 0.875rem;
}
.agreementBody table th,
.agreementBody table td {
	border: 1px solid var(--gray-normal);
	padding: 5px;
}
.agreementBody table th {
	background: var(--gray-light);
}
.agreementBody h6 {
	font-weight: bold;
	color: var(--text-normal);
}
.agreementBody ol li {
	margin-top: 6px;
}
.agreementBody ol li ol {
	list-style: lower-roman;
}
input::placeholder {
	font-size: 14px;
	color: #aaaaaa !important;
}
.input-lg {
	width: 20px;
	height: 20px;
}
.label-lg {
	font-size: 18px;
}
.agree-input-top {
	padding: 16px 22px;
	background: var(--gray-light);
	border: 1px solid #dcdcdc;
	border-radius: 6px;
}
.agree-input-top input {
	margin-left: 0 !important;
}
.agree-input-top label {
	display: inline !important;
}
.w-800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.w-600 {
	width: 100%;
	max-width: 600px !important;
	margin: 0 auto;
}
#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: #ffffff60;
	z-index: 99;
	text-align: center;
}
#loading > img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
}
.businesscard-thumb {
	display: inline-block;
	height: 66px;
	border: 1px solid var(--text-light);
}
.businesscard-wrap {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.hr {
	opacity: 0.1 !important;
}
.border-top-light {
	border-top: 1px solid #e8e8e8;
}
table.vertical-middle th,
table.vertical-middle td {
	vertical-align: middle;
}
/*********************************************************************************
공통
**********************************************************************************/
* {
	font-family: "Pretendard", "Montserrat", "Teko", sans-serif;
}
html,
body,
.main-wrap {
	width: 100%;
	height: 100%;
}
body {
	min-width: 360px;
	font-size: 16px;
	background: var(--gray-light);
}
.main-wrap {
	width: 100%;
	background: url("../img/background.jpg") no-repeat top;
	background-size: contain;
	padding: 0px 20px;
}
.main {
	position: relative;
	width: 100%;
	min-width: 340px;
	max-width: 1200px;
	margin: 0 auto;
	top: 60px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	padding: 0px 60px;
	padding-bottom: 100px;
}
header {
	padding: 40px 0px;
	border-bottom: 1px solid var(--gray-normal);
}
header.header-m {
	padding: 20px 0px;
	border-bottom: 1px solid var(--gray-normal);
}
header img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
footer {
	position: relative;
	width: 100%;
	border-top: 1px solid var(--gray-normal);
	top: 120px;
	padding: 30px 0px;
	color: var(--text-normal);
}
.footer-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	flex-direction: row;
}
.footer-wrap img {
	display: block;
	width: 100%;
	max-width: 200px;
}
.footer-wrap address {
	font-size: 18px;
	margin-bottom: 0;
}
/*********************************************************************************
intro / login
**********************************************************************************/
.category-wrap .category1 {
	background: url("../img/category_1.png") no-repeat center;
	background-size: cover;
}
.category-wrap .category2 {
	background: url("../img/category_2.png") no-repeat center;
	background-size: cover;
}
.category-wrap .category3 {
	background: url("../img/category_3.png") no-repeat center;
	background-size: cover;
}
.category-wrap .category4 {
	background: url("../img/category_4.png") no-repeat center;
	background-size: cover;
}
.category-wrap .category5 {
	background: url("../img/category_5.png") no-repeat center;
	background-size: cover;
}
.category-wrap .category6 {
	background: url("../img/category_6.png") no-repeat center;
	background-size: cover;
}
.category-wrap .category7 {
	background: url("../img/category_7.png") no-repeat center;
	background-size: cover;
}
.category-wrap .category8 {
	background: url("../img/category_8.png") no-repeat center;
	background-size: cover;
}
.category {
	position: relative;
	display: block;
	width: 100%;
	height: 165px;
	border-radius: 30px;
}
.category:hover {
	box-shadow: 0px 15px 20px rgba(27, 39, 63, 0.4);
	transform: translateY(-5px);
	transition: all 0.3s ease 0s;
}
.category p {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff;
	transform: translateY(-50%);
}
.login-form {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
/*********************************************************************************
step1~3
**********************************************************************************/
.info-wrap p {
	padding-right: 10px;
	background: #fff;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	font-weight: normal;
}
.info-wrap p span {
	display: inline-block;
	background: #f7f7f7;
	border-right: 1px solid #e3e3e3;
	padding: 10px;
	margin-right: 10px;
	font-weight: bold;
}
.pass-box .pass-border {
	height: 100%;
	padding: 10px 20px;
	border: 1px solid var(--gray-normal);
	border-radius: 12px;
	box-shadow: 3px 2px 5px rgb(0 0 0 / 8%);
	word-wrap: break-word;
}
.pass-button-box .pass-button {
	width: 100%;
	max-width: 150px;
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 4px;
	color: #fff;
	background: #ccc;
	font-size: 1rem;
	border-radius: 6px;
	border: 1px solid #ccc;
}
.pass-button-box .pass-button.pass-en {
	max-width: 180px;
	min-height: 58px;
}
.button-box .btn-apply,
.btn-apply {
	width: 150px;
	padding: 8px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
}
.btn-apply-lg {
	width: 100%;
	max-width: 200px;
	padding: 8px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
}
.btn-apply-md {
	width: 100%;
	max-width: 180px;
	padding: 8px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
}
.btn-apply-xlg {
	width: 100%;
	max-width: 400px;
	padding: 10px 20px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
}
.btn-apply-xl {
	width: 100%;
	max-width: 220px;
	padding: 8px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	font-size: 14px;
}
.btn-apply-full {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
}
.a-button,
.a-button:hover,
.a-button:active {
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.btn-apply:hover,
.btn-apply-lg:hover,
.btn-apply-xlg:hover,
.btn-apply-full:hover,
.pass-button:hover,
.a-button:hover {
	opacity: 0.9;
	box-shadow: 0px 2px 3px #00000030;
}
.btn-apply:disabled,
.btn-apply-lg:disabled,
.btn-apply-xlg:disabled,
.btn-apply-full:disabled,
.pass-button:disabled,
.a-button:disabled,
.btn-apply:disabled:hover,
.btn-apply-lg:disabled:hover,
.btn-apply-xlg:disabled:hover,
.btn-apply-full:disabled:hover,
.pass-button:disabled:hover,
.a-button:disabled:hover {
	opacity: 0.8 !important;
	box-shadow: unset !important;
}
.btn-apply-height-65 {
	vertical-align: top;
	height: 65px !important;
}
.table-wrap-scroll {
	overflow-x: auto;
}
.table-pass {
	width: 100%;
	min-width: 875px;
}
.table-pass thead th {
	background: var(--gray-light);
	padding: 10px;
	border: 1px solid var(--gray-normal);
	text-align: center;
}
.table-pass tbody td {
	padding: 6px;
	border: 1px solid var(--gray-normal);
	text-align: center;
}
.button-edit {
	padding: 3px 15px;
	background: #e6faf1;
	color: #1bab6e;
	border: none;
	border-radius: 24px;
}
.button-delete {
	padding: 3px 15px;
	background: #fae6e6;
	color: #ab1b1b;
	border: none;
	border-radius: 24px;
}
.table-2col .table-pass {
	width: 100%;
	min-width: unset;
}
.table-2col .table-pass tbody th {
	background: var(--gray-light);
	padding: 10px;
	border: 1px solid var(--gray-normal);
	text-align: center;
}
table .button-edit,
table .button-delete {
	margin: 3px;
}
.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.payment-wrap {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
}
.payment-wrap .payment {
	border: 1px solid var(--gray-normal);
	border-radius: 12px;
}
.payment-wrap .payment .payment-body {
	padding: 20px;
	border-bottom: 1px solid var(--gray-normal);
}
.table-payment tbody th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	color: var(--text-light);
}
.table-payment tbody td {
	text-align: right;
	word-break: break-all;
}
.payment-wrap .payment .payment-footer {
	padding: 20px 0px;
}
article.form-width {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.form-survey .form-check {
	margin-bottom: 0.375rem !important;
}
.translate-wrap {
	background: #f2f2f2;
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #eeeeee;
}
.translate-wrap .translate {
	display: inline-block;
	padding: 3px 12px;
	color: #121212;
	text-decoration: none;
}
.translate-wrap .translate.active {
	background: #121212;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #00000070;
}
.translate-wrap-s {
	background: #f2f2f2;
	padding: 4px;
	padding-top: 0px;
	border-radius: 6px;
	border: 1px solid #eeeeee;
}
.translate-wrap-s .translate {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11px;
	line-height: 16px;
	color: #121212;
	text-decoration: none;
}
.translate-wrap-s .translate.active {
	background: #121212;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #00000070;
}
.translate-wrap .translate:hover,
.translate-wrap-s .translate:hover {
	color: #121212;
}
.translate-wrap .translate.active:hover,
.translate-wrap-s .translate.active:hover {
	color: #ffffff;
}
/*********************************************************************************
trade visitor
**********************************************************************************/
.main-pay {
	max-width: 1400px;
	padding: 0 10px;
}
.pay-right {
	border-left: 1px solid var(--gray-normal);
}
.pay-right .col-form-label {
	padding-top: 2px;
	padding-bottom: 0;
}
.pay-wrap {
	padding-top: 12px;
}
.pay-box {
	border: 1px solid var(--gray-normal);
	padding: 20px;
	border-radius: 12px;
}
.count-label {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
}
.count-wrap {
	border: 1px solid var(--gray-normal);
}
.count-start {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}
.count-start::before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	margin: -1px 0 0 -5px;
	background-color: #000000;
}
.count-start.disabled,
.count-end.disabled {
	cursor: unset;
}
.count-start.disabled::before,
.count-end.disabled::before,
.count-end.disabled::after {
	background-color: var(--gray-normal);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
.count-center {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 1.125rem;
	line-height: 25px;
	padding: 0;
	background: none;
	border: none;
	vertical-align: middle;
}
.count-end {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}
.count-end::before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	margin: -1px 0 0 -5px;
	background-color: #000000;
}
.count-end::after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 50%;
	width: 2px;
	height: 10px;
	margin: -5px 0 0 -1px;
	background-color: #000000;
}
.total-wrap {
	padding: 0.75rem;
}
.total-box {
	border: 1px solid var(--gray-normal);
}
.total-text {
	padding: 10px 10px;
	background: var(--gray-light);
	word-break: keep-all;
	text-align: center;
}
.btn-pay-point {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 auto;
	border: none;
	background: none;
	box-shadow: none;
}
.btn-pay-point .pay-point {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.btn-pay-point .pay-point-sm {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
}
.btn-pay-point:hover .pay-point {
	filter: brightness(1.2);
}
.pay-point i {
	font-size: 40px;
	line-height: 60px;
}
.btn-ani-light {
	position: relative;
	padding: 10px 0px;
	border-radius: 5px;
	font-size: 1.5rem;
	background: transparent;
	overflow: hidden;
	transition: all 0.3s ease;
}
.ani-light-en {
	font-size: 1.4rem !important;
}
.btn-ani-light:before {
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes shiny-btn1 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
.tradeinfo {
	border: 1px solid var(--gray-normal);
	padding: 10px;
	height: 100%;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.trade-badge .tradeinfo {
	border: 1px solid var(--dark-green);
}
.trade-badge .tradeinfo-box:first-child .tradeinfo {
	background: var(--dark-green);
}
.trade-badge .btn-outline-light:hover {
	color: var(--dark-green);
}
.trade-ticket .tradeinfo {
	border: 1px solid var(--aqua);
}
.trade-ticket .tradeinfo-box:first-child .tradeinfo {
	background: var(--aqua);
}
.trade-ticket .btn-outline-light:hover {
	color: var(--aqua);
}
.tradeinfo a.btn {
	width: 100%;
	height: 40px;
	color: #ffffff;
	overflow: hidden;
	padding: 7px 0px;
}
.trade-badge .badge-num {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--dark-green);
	color: #ffffff;
	margin-bottom: 20px;
}
.trade-ticket .badge-num {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--aqua);
	color: #ffffff;
	margin-bottom: 20px;
}
.tradeinfo img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.tradeinfo p {
	margin-bottom: 6px;
}
.button-fix .button-fix-bottom {
	display: none;
}
.survey .form-check-inline {
	display: inline-block;
}
.table-ticket th {
	color: var(--text-light);
	font-weight: normal;
	padding: 5px 5px;
	vertical-align: top;
	font-size: 14px;
}
.table-ticket tr {
	margin-top: 10px;
	border-top: 1px solid #f2f2f2;
}
.table-ticket tr:first-child {
	margin-top: 5px;
	border-top: none;
}
.table-ticket td {
	padding: 5px 5px;
	text-align: right;
	vertical-align: top;
	font-size: 14px;
}
.table-ticket td .row {
	justify-content: end;
}
.table-ticket button {
	width: fit-content;
	font-size: 12px;
	margin-right: 12px;
}
#collapse-history {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 24px;
}
#collapse-history.history-open {
	width: 26px;
	height: 22px;
	transform: rotate(180deg);
}
/*********************************************************************************
어드민
**********************************************************************************/
.cursor-p {
	cursor: pointer;
	vertical-align: middle;
}
.sort {
	display: block;
	width: 8px;
	height: 16px;
	background: url("../admin/img/icon_sort.png") no-repeat;
	background-position: 0px 0px;
	float: right;
	cursor: pointer;
}
.sort-up {
	background-position: -8px 0px;
}
.sort-down {
	background-position: -16px 0px;
}

/*********************************************************************************
invoice
**********************************************************************************/
body.invoce {
	padding: 0;
	font: 12px "verdana";
}
.invoice-wrap {
	position: relative;
	/*
    width: 21cm;
    height: 29cm;
    */
	width: 680px;
	height: 944px;
	border: 1px #d3d3d3 solid;
	background: #ffffff;
	box-sizing: content-box;
}
.invoice-wrap .header {
	width: 100%;
	height: 90px;
	border-top: 5px solid var(--light-blue);
	border-bottom: 2px dashed var(--gray-normal);
}
.invoice-wrap .header img {
	width: 259px;
	height: 40px;
	display: block;
	margin: 0px 30px;
}
.invoice-wrap .header h1 {
	font-size: 28px;
}
.table-invoice {
	border: 1px solid #dcdcdc;
}
.table-invoice th {
	background: #f2f2f2;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 5px 15px;
	text-align: right;
	font-weight: 400;
	font-size: 12px;
}
.table-invoice td {
	background: #ffffff;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 15px;
	text-align: left;
	font-size: 12px;
}
.table-invoice tr:last-child th,
.table-invoice tr:last-child td {
	border-bottom: none;
}
.invoice-main h2 {
	font-size: 14px;
	font-weight: bold;
	color: var(--light-blue);
	margin-top: 12px;
}
.invoice-main table {
	width: 100%;
	border: 1px solid #dcdcdc;
}
.invoice-main table th {
	background: #f2f2f2;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 3px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.invoice-main table td {
	background: #ffffff;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 3px 10px;
	text-align: left;
	font-size: 12px;
}
.txt-small {
	font-size: 10px !important;
}
.small {
	font-size: 13px !important;
}
.invoice-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #ffffff;
}
.invoice-address {
	font-size: 12px;
	text-align: center;
	color: #444444;
	background: #d8d8d8;
}
@page {
	size: 210mm 297mm;
	margin: 0;
}
@media print {
	.invoice-wrap {
		background-color: #ffffff !important;
		-webkit-print-color-adjust: exact;
		margin: auto;
	}
	table th {
		background-color: #f2f2f2 !important;
		-webkit-print-color-adjust: exact;
	}
}

/*********************************************************************************
배지 다운로드
**********************************************************************************/
body.badge-design {
	padding: 0;
	font: 12px "myriad-pro";
}
.badge-design p {
	color: #212121;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	font-family: "myriad-pro";
}
.badge-wrap {
	position: relative;
	width: 793px;
	height: 1122px;
	border: 1px #d3d3d3 solid;
	background: #ffffff;
	box-sizing: content-box;
}
.badge-main {
	width: 744px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
}
.badge-main .badge-front:first-of-type::before {
	position: absolute;
	content: "";
	top: -2px;
	right: -9px;
	width: 1px;
	height: calc(200% + 30px);
	border-right: 1px dashed #dcdcdc;
}
.badge-main .badge-front:first-of-type::after {
	position: absolute;
	content: "";
	bottom: -13px;
	left: -1px;
	width: calc(200% + 20px);
	height: 1px;
	border-bottom: 1px dashed #dcdcdc;
}
.badge-front {
	position: relative;
	width: 359px; /* 105mm  396 x 0.9 */
	height: 527px; /* 150mm  566 x 0.9 */
	border: 1px solid #dcdcdc;
}
.badge-header {
	position: relative;
	width: 357px;
	height: 109px;
	background: #f1f1f1;
}
.badge-header img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 315px;
	height: 57px;
	transform: translate(-50%, -50%);
}
.badge-front .badge-body {
	width: 357px;
	height: 349px;
	background-image: url("../img/badge-logo.png");
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: 50% 90%;
}
.badge-front .badge-photo {
	padding-top: 12px;
}
.badge-front .badge-photo img {
	display: block;
	width: 136px;
	height: 169px;
	margin: 0 auto;
}
.p-name span {
	font-family: "myriad-pro";
	color: #212121;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -1px;
}
.p-position span {
	font-family: "myriad-pro";
	color: #212121;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -1px;
}
.p-company span {
	font-family: "myriad-pro";
	color: #212121;
	font-size: 46px;
	line-height: 59px;
	letter-spacing: -1px;
}
.p-country span {
	font-family: "myriad-pro";
	color: #212121;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: -1px;
}
.badge-front .badge-text-wrap {
	height: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.badge-front .badge-text-wrap.p-name {
	width: 321px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -1px;
}
.badge-front .badge-text-wrap.p-position {
	width: 321px;
	height: 28px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -1px;
}
.badge-front .badge-text-wrap.p-company {
	width: 321px;
	height: 59px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -9px;
}
.badge-front .badge-text-wrap.p-country {
	width: 226px;
	height: 33px;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 15px;
	text-align: left;
}
.badge-front .badge-text {
	display: inline;
	text-align: center;
}
.badge-front .badge-text-wrap.p-country .badge-text {
	text-align: left;
}
.badge-front .badge-barcode {
	display: flex;
	align-items: center;
	margin-top: -10px;
}
.badge-front .badge-barcode img {
	width: 46px;
	margin-left: 16px;
	margin-top: 2px;
}
.badge-footer {
	position: relative;
	width: 357px;
	height: 67px; /* 20mm */
	background: #00a1e9;
}
.fourday .badge-footer {
	background: #e4007f !important;
}
.badge-footer img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 293px;
	height: 31px;
	transform: translate(-50%, -50%);
}
.badge-back {
	width: 359px; /* 105mm  396 x 0.9 */
	height: 527px; /* 150mm  566 x 0.9 */
	border: 1px solid #dcdcdc;
	overflow: hidden;
}
.badge-back .badge-body {
	width: 357px;
	height: 509px;
	padding: 20px;
	padding-top: 30px;
}
.badge-back .badge-title-box {
	font-family: "myriad-pro";
	width: 316px;
	height: 30px;
	background: #00a1e9;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	padding-left: 12px;
}
.fourday .badge-back .badge-title-box {
	background: #e4007f !important;
}
.badge-back .badge-back-title {
	font-family: "myriad-pro";
	font-weight: 500;
	font-size: 14px;
	padding-left: 12px;
	font-weight: bold;
	margin-top: 12px;
	color: #212121;
}
.badge-back .badge-back-desc {
	font-family: "myriad-pro";
	font-weight: 400;
	font-size: 14px;
	padding-left: 12px;
	font-weight: bold;
	margin-top: 2px;
	color: #666666;
	line-height: 20px;
	white-space: normal;
}
.badge-table {
	color: #666666;
	font-size: 11px;
	margin-left: 11px;
	margin-top: 2px;
}
.badge-table td {
	font-family: "myriad-pro";
	padding-right: 3px;
	height: 20px;
	text-align: left;
}
.badge-back .small {
	font-family: "myriad-pro";
	font-size: 10px !important;
}
.oneday .badge-front .badge-body {
	background-position: 50% 61%;
	background-size: 43%;
}
.oneday .badge-front .badge-info {
	padding-top: 50px;
}
.oneday .p-name span {
	font-size: 40px;
	line-height: 51px;
}
.oneday .p-position span {
	font-size: 28px;
	line-height: 35px;
}
.oneday .p-company span {
	font-size: 46px;
	line-height: 59px;
}
.oneday .p-country-en span {
	font-family: "myriad-pro";
	color: #212121;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -1px;
}
.oneday .badge-front .badge-text-wrap.p-name {
	margin-top: -1px;
	height: 51px;
}
.oneday .badge-front .badge-text-wrap.p-position {
	margin-top: 4px;
	height: 35px;
}
.oneday .badge-front .badge-text-wrap.p-company {
	margin-top: 0px;
	height: 59px;
}
.oneday .badge-front .badge-text-wrap.p-country-en {
	width: 321px;
	height: 28px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 8px;
	color: #212121;
}
.oneday .badge-front .badge-barcode {
	margin-top: 32px;
}
.badge-back .qr-box {
	width: 120px;
	height: 140px;
	margin-top: 20px;
}
.badge-back .qr-box .qr-body {
	width: 116px;
	height: 116px;
	margin: 0 auto;
}
.badge-back .qr-box .qr-body img {
	display: block;
	width: 90px;
	padding-top: 12px;
	margin: 0 auto;
}
.badge-back .qr-box .qr-body .qr-body-text {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}
.badge-back .mt-22 {
	margin-top: 22px !important;
}
.badge-back .mt-17 {
	margin-top: 17px !important;
}
@media print {
	.badge-wrap {
		background-color: #ffffff !important;
		-webkit-print-color-adjust: exact;
		margin: auto;
	}
}

/*********************************************************************************
미디어 쿼리
**********************************************************************************/
@media (max-width: 1199px) {
	.pay-right {
		border-top: 1px solid var(--gray-normal);
		border-left: unset;
	}
	.pay-box {
		border: unset;
	}
}
@media (max-width: 992px) {
	.main {
		padding: 0px 30px;
		padding-bottom: 60px;
	}
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
	.main {
		top: 50px;
	}
	.main-wrap {
		padding: 0px 12px;
	}
	header img {
		width: 70%;
	}
	.main {
		padding: 0px 12px;
		padding-bottom: 40px;
	}
	.category:hover {
		box-shadow: unset;
		transform: unset;
		transition: unset;
	}
	.category p {
		font-size: 1.25rem;
	}
	.pass-box .pass-border {
		padding: 12px;
	}
	.pass-box .pass-border span:first-of-type {
		font-size: 0.9rem;
	}
	.txt-lg {
		font-size: 1.8rem;
	}
	.txt-mlg {
		font-size: 1rem;
	}
	.pass-box .pass-border .txt-lg {
		font-size: 1.25rem;
	}
	.pass-button-box .pass-button {
		width: 32%;
		max-width: unset;
	}
	.pass-button-box .pass-button.pass-en {
		width: 100%;
		max-width: unset;
		min-height: 45px;
	}
	.modal-body .payment-wrap {
		padding: 0px;
	}
	.modal-body .payment-body,
	.payment-wrap .payment .payment-footer {
		padding: 20px;
	}
	#modal-picture .modal-body {
		padding: 0px 20px;
	}
	footer {
		top: 100px;
	}
	.footer-wrap {
		flex-direction: column;
	}
	.footer-wrap img {
		max-width: 150px;
	}
	.footer-info {
		margin-top: 12px;
		font-size: 14px;
	}
	.footer-info address {
		font-size: 16px;
	}
	.table-payment tbody th {
		font-size: 14px;
		border-bottom: 1px solid #f2f2f2;
	}
	.table-payment tbody td {
		font-size: 14px;
		padding-left: 10px;
		border-bottom: 1px solid #f2f2f2;
	}
	.button-fix .button-fix-bottom {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		background: #dc3545d9;
		color: #ffffff;
		font-size: 18px;
		height: 50px;
		z-index: 999999999;
		border: none;
	}
	.button-fix footer {
		padding-bottom: 80px;
	}
	.pay-box {
		padding: 0;
	}
	.form-survey .form-check-inline {
		display: block;
	}
	.pay-box .txt-md {
		font-size: 1rem;
	}
	.pay-box .txt-md + button {
		font-size: 14px;
	}
	.ani-light-en {
		font-size: 1.2rem;
	}
	.ani-light-en .pay-point {
		width: 40px;
		height: 40px;
	}
	.ani-light-en .pay-point i {
		font-size: 25px;
		line-height: 40px;
	}
}
@media (max-width: 420px) {
	#modal-picture .board_btn label {
		width: 100%;
	}
	#modal-picture .board_btn .btn-apply,
	#modal-picture .board_btn .btn-apply-xlg {
		display: inline-block;
		width: 100% !important;
		margin: 3px 0;
		max-width: unset !important;
	}
}
/*********************************************************************************
모바일 티켓
**********************************************************************************/

.w-90 {
	width: 90%;
}
.txt-white {
	color: #fff !important;
}
.txt-black {
	color: #000 !important;
}
.txt-red {
	color: #e00000 !important;
}
body.ticket {
	background-color: #ddd;
	font-size: 13px;
}
.ticket-wrap {
	height: 100%;
	min-height: 600px;
	padding: 0px 20px;
	box-sizing: border-box;
	display: grid;
	align-content: center;
}
.hole {
	width: 50px;
	height: 6px;
	background: #dddddd;
	margin: 0px auto 20px;
	border-radius: 20px;
}
.ticket {
	width: 100%;
	min-width: 280px;
	max-width: 320px;
	margin: 0 auto;
	color: #333333;
}
.ticket-header {
	text-align: center;
	padding: 20px 0px 15px 0px;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
}
.ticket-body {
	position: relative;
	border-bottom: 1px dashed #d9d9d9;
	background-color: white;
	text-align: center;
}
.ticket-body:before,
.ticket-body:after {
	content: "";
	position: absolute;
	top: 100%;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: #ddd;
}
.ticket-body:before {
	right: 100%;
	transform: translate(8px, -8px);
}
.ticket-body:after {
	left: 100%;
	transform: translate(-8px, -8px);
}
.body-info {
	padding: 20px 35px;
}
.ticket-bottom {
	border-radius: 0 0 10px 10px;
	background-color: white;
	padding: 30px 35px;
	text-align: center;
}
.bottom-info {
	position: relative;
	text-align: center;
}
.ticket-desc {
	font-size: 16px;
	color: #666;
	margin-bottom: 0;
}
.qr_used.qr_cancel:after,
.qr_cancel:after {
	content: "취소완료";
	position: absolute;
	top: 48%;
	left: 50%;
	width: 92px;
	border: 2px solid red;
	transform: translate(-50%, -50%);
	background: #ffcacade;
	line-height: 92px;
	color: red;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 5px;
}
.qr_used.qr_cancel.en:after,
.qr_cancel.en:after {
	content: "Cancelled";
	letter-spacing: 0;
}
.qr_used:after {
	content: "사용완료";
	position: absolute;
	top: 48%;
	left: 50%;
	width: 92px;
	border: 2px solid red;
	transform: translate(-50%, -50%);
	background: #ffcacade;
	line-height: 92px;
	color: red;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 5px;
}
.qr_used.en:after {
	content: "Completed";
	letter-spacing: 0;
}
.title {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
}
.body-info .text {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #999;
}
.txt-center {
	text-align: center !important;
	padding: 30px !important;
	font-size: 25px !important;
}
.progress-container {
	width: 1000px;
	height: 50px;
	position: absolute;
	overflow: hidden;
}
.progress-container label {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	display: inline-block;
}
.body-background {
	position: relative;
	height: 160px;
	padding: 0;
	background-size: 600%;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: gradients;
	overflow: hidden;
}
.body-background .text {
	font-size: 15px;
	line-height: 23px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.bg-5day {
	background-image: linear-gradient(to right, #00bbff, #0089bb);
}
.bg-1day {
	background-image: linear-gradient(to right, #00308f, #001847);
}
.bg-group {
	background-image: linear-gradient(to right, #893dc4, #481470);
}
.bg-futuresday {
	background-image: linear-gradient(to right, #00b050, #005c29);
}

@keyframes gradients {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 90% 0;
	}
	100% {
		background-position: 0 0;
	}
}
/*********************************************************************************
퓨처스데이
**********************************************************************************/
.input-group-ticket * {
	background: #fff;
}
.input-group span.input-group-text:nth-child(1) {
	border-right: 0 !important;
}
.input-group * {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
input.pointer-none {
	pointer-events: none;
}
.ticket-terms .group {
	display: flex;
	align-items: center;
}
.ticket-terms input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(./../img/bg-input-off.png) no-repeat center;
	border: 1px solid #ced4da;
	border-radius: 0.3rem;
	transition: background-color 300ms, border-color 300ms;
	flex-shrink: 0;
}
.ticket-terms input[type="checkbox"]:checked {
	background: url(./../img/bg-input-on.png) no-repeat center;
	border: 1px solid #0d6efd;
}
.ticket-terms input[type="checkbox"]:focus {
	outline: 2px solid #deebff;
	outline-offset: 2px;
}
.cursor-pointer {
	cursor: pointer;
}
.input-group-disabled span {
	background-color: #e9ecef;
	opacity: 1;
}
span.open i::before {
	transform: rotate(180deg);
}

.row label.col-form-label {
	padding-top: 1px;
}
/*********************************************************************************
table-width-set
**********************************************************************************/
.table-width-set-1 th,
.table-width-set-1 td {
	font-size: 14px;
}
.table-width-set-1 tr:first-child th:nth-of-type(1) {
	width: 40%;
}
.table-width-set-1 tr:first-child th:nth-of-type(2) {
	width: 15%;
}
.table-width-set-1 tr:first-child th:nth-of-type(3) {
	width: 15%;
}
.table-width-set-1 tr:first-child th:nth-of-type(4) {
	width: 15%;
}
.table-width-set-1 tr:first-child th:nth-of-type(5) {
	width: 15%;
}

.table-width-equal-3 tr:first-child th {
	width: 33.33%;
}
