<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#modal_display {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

/* modal */
.modal_event {
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1000;
}
.modal_event_bg {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    inset: 0px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    overflow: hidden;
    transition: all 0.3s ease 0s;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    height: 100%;
}
.modal_event_bg_on {
    visibility: visible;
    opacity: 1;
}
.btn_close_wrap {
    position: absolute;
    top: -20px;
    right: -20px;
}
.btn_close {
    background: url("/img/sub_img/btn_modalClose.png") center center no-repeat;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background-color: none;
}

/* modal_request */
.modal_request_box {
    position: relative;
    padding: 50px 0px;
    box-sizing: border-box;
	width: 640px;
    height: auto;
    background: #fff;
    border-radius: 20px;
}
.modal_request_box .modal_request_title {
    letter-spacing: -0.5px;
    text-align: center;
}
.modal_request_box .modal_request_title .txt01 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #1e1e1e;
    margin-bottom: 30px;
}
.modal_request_box .modal_request_table {
    padding: 0px 40px;
}
.modal_request_box .modal_request_table table {
	width: 100%;
    text-align: center;
	border-collapse: separate;
	border-spacing: 0 1px;
    margin-bottom: 25px;
}

.modal_request_box .modal_request_table table tr{
    background-color: #f2f2f2;
    height: 40px;
}
.modal_request_box .modal_request_table table tr:first-child{background-color: transparent;}
.modal_request_box .modal_request_table table th{
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    padding-bottom: 15px;
    line-height: 1;
}

.modal_request_box .modal_request_table .page_box{text-align: center;}
.modal_request_box .modal_request_table .page_box&gt;a{
	margin-right: 12px; display: inline-block; width: 15px; height: 32px; background-position: center top; background-size: auto 32px; background-repeat: no-repeat;
	line-height: 32px; text-align: center; vertical-align: middle;
}
.modal_request_box .modal_request_table .page_box&gt;a.on{
    font-weight: 500;
    background-color: #d6d3ff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
}
.modal_request_box .modal_request_table .page_box .first_btn{background-image: url('/event/img/page_first.png');}
.modal_request_box .modal_request_table .page_box .prev_btn{background-image: url('/event/img/page_prev.png');}
.modal_request_box .modal_request_table .page_box .next_btn{background-image: url('/event/img/page_next.png');}
.modal_request_box .modal_request_table .page_box .last_btn{background-image: url('/event/img/page_last.png'); margin-right: 0;}


/* signup */
#modal_promotion {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
#modal_promotion.show {
	display: block;
}
#modal_promotion&gt;div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#modal_promotion&gt;div img {
    width: auto;
    height: 125px;
}
#modal_promotion&gt;div .modal_promotion_cont {
	position:relative;
    background-color: #ffeaad;
    border-radius: 30px;
    width: 480px;
    text-align: center;
    padding-top: 40px;
    overflow: hidden;
}
#modal_promotion&gt;div .modal_promotion_cont .top_txt .tit{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 15px;
}
#modal_promotion&gt;div .modal_promotion_cont .top_txt .text{
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 25px;
}
#modal_promotion&gt;div .modal_promotion_cont&gt;img{
    margin-bottom: 15px;
}
#modal_promotion&gt;div .modal_promotion_cont button.btn_coupon {
    position: initial;
    display: block;
    margin: 0 auto 30px auto;
    background-color: #222222;
    color: #fff;
    width: 200px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 25px;
}
#modal_promotion&gt;div .modal_promotion_cont .notice{
    padding: 0 50px;
    margin-bottom: 30px;
    text-align: start;
}
#modal_promotion&gt;div .modal_promotion_cont .notice li{
    font-size: 14px;
    position: relative;
}
#modal_promotion&gt;div .modal_promotion_cont .notice li::before{
    content: "·";
    display: inline-block;
    position: relative;
    top: 0;
    left: -6px;
}
#modal_promotion&gt;div .modal_promotion_cont .btn_wrap{
    width: 100%;
    border: none;
    margin: 0;
    height: auto;
    padding: 10px;
}
#modal_promotion&gt;div .modal_promotion_cont .btn_wrap {
    display: flex;
    justify-content: space-between;
    background-color: #ffd775;
}
#modal_promotion&gt;div .modal_promotion_cont .btn_wrap button {
	padding: 20px 0;
	background-color: #fff;
	width: 100%; 
    border-radius: 20px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700;
}
#modal_promotion&gt;div .modal_promotion_cont .btn_wrap button::before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
#modal_promotion&gt;div .modal_promotion_cont .btn_wrap button:last-child{
    margin-right: 0;
}
#modal_promotion&gt;div .modal_promotion_cont button.btn_value::before{
    background-image: url(/../signup/img/2024recommend_icon_modal_btn01.png);
}
#modal_promotion&gt;div .modal_promotion_cont button.btn_review::before{
    background-image: url(/../signup/img/2024recommend_icon_modal_btn02.png);
}
#modal_promotion&gt;div .modal_promotion_cont button.btn_expedition::before{
    background-image: url(/../signup/img/2024recommend_icon_modal_btn03.png);
}

/* #loginModal */
#loginModal {
	display: none;
	padding-top: 7%;
}

#loginModal.login_modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
}

#loginModal .modal_content {
	position: relative;
	margin: 0 auto;
	padding: 70px 50px 60px;
	width: 450px;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}

#loginModal .modal_content&gt;ul {
	text-align: center;
}

#loginModal .modal_content&gt;ul&gt;li {
	margin-bottom: 10px;
}

#loginModal .modal_content&gt;ul&gt;li:first-child {
	position: absolute;
	top: 21px;
	right: 20px;
}

#loginModal .modal_content&gt;ul&gt;li:first-child a {
	display: block;
}

#loginModal .modal_content&gt;ul&gt;li:nth-child(2) {
	display: block;
}

#loginModal .modal_content&gt;ul&gt;li:nth-child(2) img {
	width: 40%;
}

#loginModal .modal_content&gt;ul&gt;li:nth-child(4) {
	font-size: 30px;
	color: #333;
	font-weight: 500;
}

#loginModal .modal_content&gt;ul&gt;li:nth-child(5) {
	font-size: 18px;
	letter-spacing: -0.04em;
}

#loginModal .modal_content&gt;ul&gt;li:nth-child(5),
#loginModal .modal_content&gt;ul&gt;li:nth-child(7),
#loginModal .modal_content&gt;ul&gt;li:nth-child(8) {
	margin-bottom: 20px;
}

#loginModal .modal_content&gt;ul&gt;li:nth-child(8) ul {
	display: table;
}

#loginModal .modal_content&gt;ul&gt;li:nth-child(8) ul li {
	float: left;
}

#loginModal .modal_content&gt;ul&gt;li:nth-child(8) ul:first-child {
	float: left;
	color: #999;
}

#loginModal .modal_content&gt;ul&gt;li:nth-child(8) ul:last-child {
	float: right;
	color: #666;
}

#loginModal .modal_content&gt;ul&gt;li:nth-child(9) button,
#loginModal .modal_content&gt;ul&gt;li:last-child button {
	width: 100%;
}

#loginModal .modal_content&gt;ul&gt;li:last-child button {
	border: 1px solid #FF944D;
	color: #FF944D;
}

#loginModal input.modal_input {
	padding: 0 20px;
	text-align: left;
	width: 100%;
}

#loginModal input[type=text].modal_input,
#loginModal input[type=password].modal_input {
	width: 100%;
	font-family: 'Noto Sans KR', sans-serif;
	margin: 0;
	border-radius: 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 44px;
	font-size: 16px;
}

#loginModal.login_modal button {
	padding: 14px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ccc));
	background-image: linear-gradient(to bottom, #f1f1f1, #ccc);
	color: #3e3e3e;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
	height: 54px;
	font-size: 16px;
}

#loginModal.login_modal button.btn_main {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC107), to(#FFC107));
	background-image: linear-gradient(to bottom, #FFC107, #FFC107);
	color: #fff;
}

#loginModal.login_modal button.btn_sub {
	background-image: none;
	background-color: #fff;
	border: 1px solid #cecece;
	color: #3e3e3e;
}



/* main_wrap */

/* #main_wrap{
    background-image: url(/../signup/img/2024recommend.png);
    height: 100vw;
} */</pre></body></html>