@charset "utf-8";
@import url('slick.css');
@import url('swiper.min.css');
@import url('jquery-ui.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/**************************************************************************************************************
	변수
**************************************************************************************************************/
:root { 
	--brand-color1: #111; --brand-color2: #666; --font-color1: #111; --font-color2: #505050; --font-color3: #767676; --font-color4: #acacac; --background-color: #f7f8fb; --line-color1: #e5e5e5; --line-color2: #d4d4d8; --line-color3: #111; --system-color1: #04b014; --system-color2: #ffaa00; --system-color3: #db1f31; --system-color4: #ff1f53; --system-color5: #EE001D;
}
.popup-wrap { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 5000; background: rgba(17, 17, 17, 0.5); overflow: auto; display: none; }
.popup-box { display: table; width: 100%; height: 100%; }
.popup-cont { display: table-cell; vertical-align: middle; padding: 20px; }
.popup { padding: 40px; border-radius: 6px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); margin: 0 auto; }
.popup-wrap.type2 .popup { padding: 0; }
.popup-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.popup-wrap.type2 .popup-head { padding: 24px; margin-bottom: 0; border-bottom: 1px solid var(--line-color1); }
.popup-head .h3-popup { font-size: 20px; }
.gap8 { gap: 8px; }
.align-items-center { align-items: center; }
.flex { display: flex; }
.popup-head .btn-download { width: 28px; height: 28px; background: url(/design/homepage/nowon/img/common/ico_download2.svg) no-repeat 50% 50%; }
.popup-head .btn-close { width: 28px; height: 28px; background: url(/design/homepage/nowon/img/common/ico_close_popup.svg) no-repeat 50% 50%; }
.pdb0 { padding-bottom: 0 !important; }
.pdt0 { padding-top: 0 !important; }
.pd24 { padding: 24px !important; }
.popup-body .h3-sub { margin-bottom: 8px; }
.h3-sub { font-size: 18px; margin-bottom: 16px; position: relative; }
.text-center { text-align: center !important; }
.hr2 { display: block; width: 100%; height: 1px; background: var(--brand-color1); margin: 16px 0; padding: 0; }
.information4 dl { font-size: 16px; font-weight: 400; display: flex; justify-content: space-between; gap: 10px; }
.information4 dl dt { color: var(--font-color3); }
.information4 dl dd { text-align: right; }
.h4-sub { font-size: 16px; margin-bottom: 8px; }
strong { font-weight: 600; }
.table-receipt { font-size: 14px; }
.table-receipt table { width: 100%; border-spacing: 0; border-collapse: collapse; table-layout: fixed; }
.table-receipt table thead th { padding: 8px 0; font-size: 16px; font-weight: 500; border-top: 1px dashed var(--line-color2); border-bottom: 1px dashed var(--line-color2); text-align: center; }
.text-left { text-align: left !important; }
.table-receipt table td { text-align: center; padding: 8px 0; font-weight: 400; }
.mb16 { margin-bottom: 16px !important; }
.desc-p { padding: 3px; }
::-webkit-scrollbar { width: 4px; height: 4px; border-radius: 4px; }
::-webkit-scrollbar-thumb { width: 4px; border-radius: 4px; background: #bbb; }
::-webkit-scrollbar-track { background: none; }

@media (max-width: 1024px) {
	body { font-size: 12px; }
	.full-type { background: #fff; }
	.full-type .popup-cont { padding: 0; }
	.popup-wrap.type2 .popup-head { padding: 16px; border-bottom: 0; }
	.full-type .popup-head { position: fixed; left: 0; top: 0; right: 0; height: 60px; padding: 0 16px; }
	.popup-body.pdb0 { padding-bottom: 0 !important; }
	.popup-body.pdt0 { padding-top: 0 !important; }
	.popup-body.pd24 { padding: 16px !important; }
	.badge { height: 30px; line-height: 28px; }
	.detail1 { font-size: 14px; }
	.f16 { font-size: 14px !important; }
	.h3-sub { font-size: 16px; margin-bottom: 8px; }
	.information4 dl { font-size: 14px; }
	.information4 dl dt { min-width: 90px; }
	.table-receipt table thead th { font-size: 14px; }
	.table-receipt table td { font-size: 14px; }
	.full-type .popup-body { position: fixed; left: 0; top: 60px; right: 0; bottom: 80px; height: auto; box-shadow: none; padding: 16px; overflow: auto; }
	.popup-head .h3-popup { font-size: 16px; }
}