@charset "UTF-8";

@font-face {
    font-family: 'Pretendard';
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: url('./fonts/PretendardVariable.woff2') format('woff2'),
         url('./fonts/PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
    font-family: 'ria-sans';
    src: url("./fonts/RiaSans-ExtraBold.woff2") format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'ria-sans-r';
    src: url("./fonts/RiaSans-Regular.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
}
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, menu, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Pretendard';
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, 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;
}
a, a:focus, a:visited, a:hover{
	text-decoration: none;
	color:#333;
}
label{
	display: block;
	width: 100%;
}
input{
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-border-radius: 0; 
	-webkit-appearance: none;
}
button{
	background: inherit ; 
	border:none; 
	box-shadow:none;
	border-radius:0;
	padding:0; 
	overflow:visible; 
	cursor:pointer
}
.hd-element,
.hidden{
	position: absolute; 
	width: 0; 
	height: 0; 
	overflow: hidden; 
	visibility: hidden; 
	font-size: 0; 
	line-height: 0; 
}
img{
	vertical-align: top;
}
.only_mb{
	display: none;
}
.inner{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}


/*  header */
header { 
	position: absolute; 
	top: 0; 
	left: 50%;
	transform: translateX(-50%); 
	max-width: 1920px; 
	width: 100%; 
	z-index:999; 
}
header .inner{
	display: flex; 
	align-items: center; 
	justify-content: space-between; 
	padding: 20px 40px;
	max-width: 1920px;
}
header .logo { 
	width: 152px; 
	height: 35px; 
	background: url("../../images/subscriber/logo.png") no-repeat center/ cover; 
}
header .seoul_logo { 
	width: 215px; 
	height: 35px; 
	background: url("../../images/subscriber/logo_seoul.png") no-repeat center/ cover;  
}

/* footer */
#cb-footer { 
	background: #fff; 
	padding:0 0 30px; 
}
#cb-footer a { 
	color: #000; 
}
#cb-footer .etc_group { 
	background: #fff; 
	width: 100%; 
	height: auto; 
	line-height: 1.5; 
	border-top: 1px solid #ddd; 
	padding: 20px 0 0 0; 
}
#cb-footer .etc_group .copy { 
	float: none; 
	font-size: 13px; 
	color: #000; 
	font-weight: 200; 
	margin: 0; 
}
#cb-footer .etc_group .etc { 
	float: none;
}
#cb-footer .etc_group .etc dd { 
	display: inline-block; 
}
#cb-footer .etc_group .etc dd a.privacy { 
	color: #290e4b; 
}
#cb-footer .etc_group .etc dd:not(:nth-child(6)):after { 
	content: '/'; 
	display: inline-block; 
	color: #fff; 
	margin: 0 10px; 
}
#cb-footer .etc_group .etc dd:last-child:after { 
	content: none; 
}
#cb-footer .etc_group .etc dd a { 
	font-size: 14px; 
	color: #000; 
	font-weight: 500; 
}
#cb-footer .etc_group .etc .quality_mark { 
	margin: 0 0 0 50px; 
}
#cb-footer .etc_group .etc .quality_mark img { 
	vertical-align: middle; 
	width: 55px; 
	height: 40px; 
}
#cb-footer .etc_group .etc_wrap { 
	width: 100%; 
	max-width: 1200px;
	margin: 0 auto; 
}
#cb-footer .about_us { 
	position: relative; 
	right: 0; 
	top: auto; 
	width: 100%; 
	padding: 10px 0 0 0; 
}
#cb-footer .about_us dt { 
	display: none; 
}
#cb-footer .about_us dd { 
	font-size: 12px; 
	color:#888; 
	margin: 0 20px 5px 0; 
	font-weight: 300; 
	display: inline-block; 
}
#cb-footer .about_us dd:nth-child(3) { 
	margin: 0 20px 5px 0; 
}
#cb-footer .about_us dd:nth-child(4) { 
	margin: 0 20px 5px 0; 
}
#cb-footer .about_us dd.addr:before,
#cb-footer .about_us dd.tels:before,
#cb-footer .about_us dd:before,
#cb-footer .about_us dd.mailto:before { 
	content: none; 
}

/* scrollbox */
.scroll_box{
	display:none; 
	position:fixed; 
	right:0; 
	top:auto; 
	bottom:40px; 
	z-index:99;
}
.scroll_box .btn_box{
	/* display: none; */
	width:100px; 
	/* height:140px; */
	text-align: center;
	margin:0 auto;
}
.scroll_box .goTop {
	width:60px; 
	height:60px;
	margin:20px 0 10px;
	background:url("../../images/subscriber/ico_btn_top.png") no-repeat 0 0; 
	background-size:cover;
}
.sns_share {
	width:100px; 
	text-align:center; 
	background:#fff; 
	border-radius:10px 0 0 10px; 
	overflow:hidden; 
	z-index:995; 
	box-shadow:0px 5px 8px 3px rgba(0, 0, 0,.2); 
}
.sns_share.on{
	display:block;
}
.sns_share h3 {
	padding:15px 0; 
	line-height:1;
	font-size:16px; 
	font-weight:500; 
	color:#fff;
	background:#00b493;
}
#toggle_share {
	position:relative;
	display:none; 
	width:120px;
	height:120px; 
	color:#00b493;
	text-align:center; line-height:1;
	background:#fff; border-radius:50%; 
	box-shadow:2px 5px 15px rgba(0,0,0,.2); 
}
#toggle_share span {
	display:block; 
	position:absolute; 
	left:0; 
	right:0; 
	top:50%; 
	font-size:24px;
	font-weight:500;
	transform:translateY(-50%);
}
#toggle_share span:before { 
	content:''; 
	display:block; 
	width:44px; 
	height:47px; 
	margin:0 auto 5px; 
	background:url("../../images/subscriber/ico_share_off.png"); 
}
#toggle_share.on { 
	color:#fff; 
	background:#00b493;
}
#toggle_share.on span:before { 
	background-image:url("../../images/subscriber/ico_share.png");
}
.sns_share ul{
	padding:10px 0;
}
.sns_share li { 
	margin:0 9px;
}
.sns_share li:first-child {
	border-top:none;
}
.sns_share li a{ 
	display:block; 
	height:60px; 
	text-align:left;
	background-position: center;
	background-repeat: no-repeat;
}
.sns_share .share_k { 
	background-image:url("../../images/subscriber/ico_share_k.png"); 
}
.sns_share .share_f { 
	background-image:url("../../images/subscriber/ico_share_f.png"); 
}
.sns_share .share_t { 
	background-image:url("../../images/subscriber/ico_share_t.png"); 
}


/*  section common */
section .evt_tit_box strong{
	display: inline-block;
	padding: 8px 16px 6px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	border-radius: 20px;
	box-sizing: border-box;
}
section .evt_tit_box h3{
	padding: 20px 0 32px;
}
section .evt_txt_box{
	padding: 0 0 40px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 22px;
	color: #000;
	word-break: keep-all;
}
section .evt_txt_box strong{
	font-weight: 700;
}
section .evt_gift_box{
	margin: 30px 0 0;
	padding: 40px;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
section .evt_gift_box .txt{
	padding: 0 0 30px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 20px;
	color: #000;
}
section .evt_gift_box .txt strong{
	font-weight: 700;
}


/* evt list */
.evt_list_conts{
    position: relative;
    top: 0;
	left:0;
	right:0;
	padding: 18px 0 25px;
    width: 100%;
    background-color:#00b493;
    transition: all 0.3s;
	z-index: 99;
}
.evt_list_conts.fixed{
    position: fixed;
    z-index: 99;
}
.evt_list_conts .evt_list{
    display: flex;
    align-items: center;
    justify-content: space-around;
	margin: 0 auto;
	width: 100%;
	max-width: 1220px;
}
.evt_list_conts .evt_list li{
	position: relative;
    width: 25%;
}
.evt_list_conts .evt_list li::after{
	content:"";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12px;
	width: 24px;
	height: 24px;
	background: url("../../images/subscriber/ico_evt_list.png") no-repeat center/cover;
}
.evt_list_conts .evt_list li:last-child:after{
	display: none;
}
.evt_list_conts .evt_list li a{
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    width: 100%;
    text-align: center;
	color:#b2f5e9;
    cursor: pointer;
	opacity: 0.5;
}
.evt_list_conts .evt_list li em{
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	font-family: 'ria-sans';
	font-size: 12px;
	background-color: #68d3bf;
	border-radius: 50%;
}
.evt_list_conts .evt_list li strong{
	padding: 10px 0;
	letter-spacing: -0.8px;
	font-family: 'ria-sans';
	font-weight: 700;
	font-size: 30px;
	color: #fff;
}
.evt_list_conts .evt_list li span{
	letter-spacing: -0.8px;
	font-family: 'ria-sans-r';
	font-size: 18px;
	color: #b2f5e9;
}
.evt_list_conts .evt_list li.active a{
	opacity: 1;
}


/* visual */
.visual_section{
	overflow: hidden;
	position: relative;
	background: url("../../images/subscriber/bg_visual.png") no-repeat center top/cover;
}
.visual_section .inner{
	position: relative;
	padding: 140px 0 70px;
	max-width: 1039px;
	z-index: 7;
}
.visual_section .v_tit_box{
	position: relative;
}
.visual_section .v_tit_box > img{
	position: absolute;
	z-index: 9;
}
.visual_section .v_tit_box .main_tit{
	position: relative;
	max-width: 1039px;
	width: 100%;
	animation: downup 0.8s ease-in-out;
}
@keyframes downup {
    from {
        margin-top: 70px;
    }
    to { 
        margin-top: 0;
    }
}
.visual_section .v_tit_box .num_hundred{
	position: absolute;
	left: 58.5%;
    top: 42%;
	transform: translate(-50%,-50%);
	z-index: 9;
}
.visual_section .v_tit_box .num_hundred > img{
	width: 100%;
}
.visual_section .v_tit_box .thumb_up{
	right: 13%;
    top: 3%;
	transform: translate(-50%,-50%);
}
.visual_section .deco_box{
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 4;
}
.visual_section .deco_box img{
	position: absolute;
}
.visual_section .deco_box .v_star{
	left: calc(50% - 265px);
    top: calc(50% - 325px);
}
.visual_section .deco_box .v_moo{
	left: calc(50% - 730px);
    top: calc(50% - 270px);
}
.visual_section .deco_box .v_ho{
	left: calc(50% - 570px);
    top: calc(50% - 60px);
}
.visual_section .deco_box .v_flower{
	left: calc(50% - 335px);
    top: calc(50% + 102px);
}
.visual_section .deco_box .v_joo{
	left: calc(50% + 545px);
    top: calc(50% - 265px);
}
.visual_section .deco_box .v_hachi{
	left: calc(50% + 168px);
    top: calc(50% - 83px);
}
.visual_section .deco_box .v_young{
    left: calc(50% + 525px);
    top: calc(50% + 60px);
}
.visual_section .deco.twinkle{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	opacity: 0.6;
	z-index: 0;
}
.visual_section .lt_fire{
	position: absolute;
    left: calc(50% - 480px);
    top: calc(50% - 345px);
	z-index: 0;
}
@keyframes firework {
	0% { 
		transform: translate(-50%, 50vh);
		width: 0.5vmin;
		opacity: 1;
	}
	50% { 
		width: 0.5vmin;
		opacity: 1;
	}
	100% { 
		width: 48vmin; 
		opacity: 0; 
	}
}
.firework1,
.firework1::before,
.firework1::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 10%;
	transform: translate(-50%, -50%);
	width: 0.6vmin;
	aspect-ratio: 1;
	background:
		/* random backgrounds */
		radial-gradient(circle, #fff 0.2vmin, #0000 0) 50% 00%,
		radial-gradient(circle, #fff 0.3vmin, #0000 0) 00% 50%,
		radial-gradient(circle, #fff 0.5vmin, #0000 0) 50% 99%,
		radial-gradient(circle, #fff 0.2vmin, #0000 0) 99% 50%,
		radial-gradient(circle, #fff 0.3vmin, #0000 0) 80% 90%,
		radial-gradient(circle, #fff 0.5vmin, #0000 0) 95% 90%,
		radial-gradient(circle, #fff 0.5vmin, #0000 0) 10% 60%,
		radial-gradient(circle, #fff 0.2vmin, #0000 0) 31% 80%,
		radial-gradient(circle, #fff 0.3vmin, #0000 0) 80% 10%,
		radial-gradient(circle, #fff 0.2vmin, #0000 0) 90% 23%,
		radial-gradient(circle, #fff 0.3vmin, #0000 0) 45% 20%,
		radial-gradient(circle, #fff 0.5vmin, #0000 0) 13% 24%
		;
	background-size: 0.6vmin 0.6vmin;
	background-repeat: no-repeat;
	animation: firework 3s ease-in-out infinite;
}
.firework1:before {
	transform: translate(-50%, -50%) rotate(25deg) !important; 
}
.firework1::after {
	transform: translate(-50%, -50%) rotate(-37deg) !important;
}
.firework2,
.firework2::before,
.firework2::after {
	content: "";
	position: absolute;
	top: 20%;
	left: 90%;
	transform: translate(-50%, -50%);
	width: 0.4vmin;
	aspect-ratio: 1;
	background:
		/* random backgrounds */
		radial-gradient(circle, #fff 0.2vmin, #0000 0) 50% 00%,
		radial-gradient(circle, #fff 0.3vmin, #0000 0) 00% 50%,
		radial-gradient(circle, #fff 0.5vmin, #0000 0) 50% 99%,
		radial-gradient(circle, #fff 0.2vmin, #0000 0) 99% 50%,
		radial-gradient(circle, #fff 0.3vmin, #0000 0) 80% 90%,
		radial-gradient(circle, #fff 0.5vmin, #0000 0) 95% 90%,
		radial-gradient(circle, #fff 0.5vmin, #0000 0) 10% 60%,
		radial-gradient(circle, #fff 0.2vmin, #0000 0) 31% 80%,
		radial-gradient(circle, #fff 0.3vmin, #0000 0) 80% 10%,
		radial-gradient(circle, #fff 0.2vmin, #0000 0) 90% 23%,
		radial-gradient(circle, #fff 0.3vmin, #0000 0) 45% 20%,
		radial-gradient(circle, #fff 0.5vmin, #0000 0) 13% 24%
		;
	background-size: 0.4vmin 0.4vmin;
	background-repeat: no-repeat;
	animation: firework 3s 0.8s ease-in-out infinite;
}
.firework2::before {
	transform: translate(-50%, -50%) rotate(25deg) !important; 
}
.firework2::after {
	transform: translate(-50%, -50%) rotate(-68deg) !important;
}

.visual_section .evt_period{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 56px 0 30px;
	padding: 15px 22px 12px;
	background-color: #a4e4cd;
	border-radius: 30px;
}
.visual_section .evt_period dt{
	padding: 0 12px 0 0;
	font-weight: 700;
	font-size: 24px;
	color: #008069;
}
.visual_section .evt_period dd{
	font-size: 24px;
	color: #008069;
}
.visual_section .evt_note_txt p{
	line-height: 1.5;
	font-size: 20px;
}
.visual_section .evt_note_txt p.top{
	padding: 0 0 20px;
}
.visual_section .evt_note_txt p strong{
	font-weight: 700;
	color:#00b493;
}
.visual_section .btn_evt_end{
	display: inline-block;
	margin: 40px 0 0;
	padding: 37px 20px;
	max-width: 600px;
	width: 100%;
	font-weight: 700;
	font-size: 26px;
	color: #e4f8e0;
	background-color: #008069;
	border-radius: 12px;
	box-sizing: border-box;
}
.visual_section .btn_evt_end span{
	position: relative;
	padding: 0 30px 0 0;
}
.visual_section .btn_evt_end span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 20px;
	background:url("../../images/subscriber/ico_evt_end_arw.png") no-repeat center/cover;
}

/* evt01_section */
.evt01_section{
	padding: 80px 0 90px;
	background-color: #dcfbf7;
}
.evt01_section .evt_tit_box strong{
	color: #00a29c;
	border:1px solid #00a29c;
}
.evt01_section .cht_intro_box{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 0 56px;
}
.evt01_section .cht_intro_box img{
	position: relative;
	padding: 0 10px;
}
.evt01_section .cht_intro_box .intro_joo{
	right:-15px; 
	top: -15px;
}
.evt01_section .cht_intro_box .intro_ho{
	top: 15px;
}
.evt01_section .cht_intro_box .intro_hachi{}
.evt01_section .cht_intro_box .intro_young{
	top: 6px;
}
.evt01_section .cht_intro_box .intro_moo{
	top: 20px;
}
.evt01_section .evt_way_box{
	position: relative;
	padding: 50px 40px 40px;
    width: 100%;
	text-align: left;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.evt01_section .evt_way_box h4{
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	padding: 11px 26px 9px;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	background-color: #00a29c;
	border-radius: 24px;
	box-sizing: border-box;
}
.evt01_section .evt_way_box .way_list li{
	padding: 0 0 10px;
	line-height: 1.5;
	font-size: 18px;
	color: #000;
	word-break: keep-all;
}
.evt01_section .evt_way_box .way_list li:last-child{
	padding: 0;
}
.evt01_section .evt_way_box .way_list li p{
	display: inline-block;
	position: relative;
	padding-left: 24px;
}
.evt01_section .evt_way_box .way_list li p::before{
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
}
.evt01_section .evt_way_box .way_list li p .pink{
  font-style: normal;
  color: #ff3fae;
}

.evt01_section .evt_way_box .way_list li:nth-child(1) p::before{
	content: "1";
}
.evt01_section .evt_way_box .way_list li:nth-child(2) p::before{
	content: "2";
}
.evt01_section .evt_way_box .way_list li:nth-child(3) p::before{
	content: "3";
}
.evt01_section .evt_way_box .way_list li .btn_go_seoul_lg{
	display: inline-block;
	margin: 0 0 0 5px;
	font-weight: 700;
	font-size: 16px;
	color: #038e7f;
}
.evt01_section .evt_way_box .way_list li .btn_go_seoul_lg span{
	position: relative;
	padding: 0 20px 0 0;
}
.evt01_section .evt_way_box .way_list li .btn_go_seoul_lg span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 12px;
	background: url("../../images/subscriber/evt01_ico_arw.png") no-repeat center/cover;
}
.evt01_section .random_box{
	position: relative;
	padding: 30px 0;
}
.evt01_section .random_box .random_box_inner{
	position: relative;
    margin: 0 auto;
	max-width: 960px;
	width: 100%;
	height: 450px;
	background: url("../../images/subscriber/evt01_bg_box.png") no-repeat center/cover;
}
.evt01_section .random_box .random_box_inner img{
	position: absolute;
	left: 26.5%;
    top: 30%;
	/* transform: translate(-50%,-50%); */
	max-width: 448px;
    width: 100%;
	z-index: 1;
}
.evt01_section .random_box .random_box_inner .btn_rdm_open{
	position: absolute;
	left: 50%;
	top: 42%;
	transform: translate(-50%,-50%);
    padding: 10px 25px 13px;
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	color: #dbfbf7;
	background: #000;
	border-radius: 12px;
	box-sizing: border-box;
	z-index: 3;
}
.evt01_section .random_box .rdm_txt{
	margin: -12px auto 0;
	max-width: 960px;
	width: 100%;
	text-align: center;
}
.evt01_section .random_box .rdm_txt p{
	line-height: 1.5;
	font-weight: 700;
	font-size: 28px;
	color: #00a29c;
}
.evt01_section .random_box .rdm_txt p.sml{
	font-size: 22px;
	color: #71ccc9;
}
.evt01_section .calendar_box .day_box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	background-color: #00a29c;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}
.evt01_section .calendar_box .day_box p{
	position: relative;
	padding: 11px 0;
	width: calc( 100% / 7);
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #00a29c;
	box-sizing: border-box;
}
.evt01_section .calendar_box .day_box p.sun{
	color: #ffa3b6;
	border-top-left-radius: 14px;
}
.evt01_section .calendar_box .day_box p.sat{
	color: #98eaff;
	border-top-left-radius: 14px;
	border-right: none;
}
.evt01_section .calendar_box .week_box ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	background-color: #fff;
}
.evt01_section .calendar_box .week_box ul{
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
} 
.evt01_section .calendar_box .week_box ul li{
	position: relative;
	width: calc( 100% / 7);
	height: 80px;
	border-right: 1px solid #00a29c;
	border-bottom: 1px solid #00a29c;
	box-sizing: border-box;
}
.evt01_section .calendar_box .week_box ul li:nth-child(7),
.evt01_section .calendar_box .week_box ul li:nth-child(14),
.evt01_section .calendar_box .week_box ul li:nth-child(21),
.evt01_section .calendar_box .week_box ul li:nth-child(28),
.evt01_section .calendar_box .week_box ul li:nth-child(35){
	border-right: none;
}
.evt01_section .calendar_box .week_box ul li:nth-child(29),
.evt01_section .calendar_box .week_box ul li:nth-child(30),
.evt01_section .calendar_box .week_box ul li:nth-child(31),
.evt01_section .calendar_box .week_box ul li:nth-child(32),
.evt01_section .calendar_box .week_box ul li:nth-child(33),
.evt01_section .calendar_box .week_box ul li:nth-child(34),
.evt01_section .calendar_box .week_box ul li:nth-child(35){
	border-bottom: none;
}
.evt01_section .calendar_box .week_box ul li:nth-child(29){
	border-bottom-left-radius: 14px;
}
.evt01_section .calendar_box .week_box ul li:nth-child(35){
	border-bottom-right-radius: 14px;
}
.evt01_section .calendar_box .week_box ul li span{
	display: block;
	padding: 10px;
	text-align: left;
	box-sizing: border-box;
}
.evt01_section .calendar_box .week_box ul li span em{
	font-style: normal;
	font-weight: 700;
	color: #00a29c;
}
.evt01_section .calendar_box .week_box ul li .stamp{
	position: absolute;
	top: 50%;
	left: 52%;
	transform: translate(-50%,-50%);
	width: 60px;
	height: 60px;
}
.evt01_section .calendar_box .week_box ul li .stamp.hachi{
	background:url("../../images/subscriber/evt01_stamp_hechi.png") no-repeat center/cover;
}
.evt01_section .calendar_box .week_box ul li .stamp.joo{
	background:url("../../images/subscriber/evt01_stamp_joo.png") no-repeat center/cover;
}
.evt01_section .calendar_box .week_box ul li .stamp.ho{
	background:url("../../images/subscriber/evt01_stamp_ho.png") no-repeat center/cover;
}
.evt01_section .calendar_box .week_box ul li .stamp.young{
	background:url("../../images/subscriber/evt01_stamp_young.png") no-repeat center/cover;
}
.evt01_section .calendar_box .week_box ul li .stamp.moo{
	background:url("../../images/subscriber/evt01_stamp_moo.png") no-repeat center/cover;
}
.evt01_section .evt_gift_box{
	padding: 40px;
}
.evt01_section .evt_gift_box .txt .pink{
	font-style: normal;
	color: #ff3fae;
}
.evt01_section .evt_gift_box .evt01_nt_list{
	margin: 40px 0 0;
	padding: 35px 0 0;
	text-align: left;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}
.evt01_section .evt_gift_box .evt01_nt_list dt{
	padding: 0 0 12px;
    line-height: 1.5;
    font-weight: 700;
    font-size: 22px;
    color: #00a29c;
}
.evt01_section .evt_gift_box .evt01_nt_list dd ul li{
	position: relative;
	padding: 0 0 0 15px;
	line-height: 1.5;
	font-size: 18px;
	color: #000;
	word-break: keep-all;
}
.evt01_section .evt_gift_box .evt01_nt_list dd ul li::before{
	content: "-";
	position: absolute;
	left: 0;
}

/* 당첨 레이어 팝업 */
.rdm_popup_wrap{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 999;
}
.rdm_popup_wrap .rdm_popup_wrap_inner{
	position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
	padding: 0 10px;
    max-width: 980px;
    width: 100%;
	box-sizing: border-box;
	z-index: 9991;
}
.rdm_popup_wrap .rdm_popup_wrap_inner .rdm_popup_close{
	position: absolute;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url("../../images/subscriber/ico_popup_close.png") no-repeat center/cover;
	z-index: 9999;
}
.rdm_popup_wrap .box_outer{
	margin: 0 auto;
	width: 544px;
	text-align: center;
}
.rdm_popup_wrap .box_outer .box_inner{
	position: relative;
}
.rdm_popup_wrap .box_outer .box_inner .box{
	position: absolute;
	left: 0;
    top: 0;
	width: 544px;
	z-index: 1;
}
.rdm_popup_wrap .box_outer .box_inner .fire{
	position: absolute;
	left: -20%;
    top: 9%;
	width: 773px;
	z-index: 1;
}
.rdm_popup_wrap .box_outer .box_inner .deco{
	position: absolute;
	left: 18%;
    top: 25%;
	width: 359px;
	z-index: 8;
}
.rdm_popup_wrap .box_outer .box_inner .figure{
	position: relative;
	display: inline-block;
    margin: 50px 0 0px;
	max-width: 427px;
    width: 100%;
    padding-bottom: 83.09%;
	z-index: 7;
}
.rdm_popup_wrap .box_outer .box_inner .figure.hachi{
	padding-bottom: 88.053%;
	background:url("../../images/subscriber/popup_win_hachi.png") no-repeat center/cover;
}
.rdm_popup_wrap .box_outer .box_inner .figure.joo{
	background:url("../../images/subscriber/popup_win_joo.png") no-repeat center/cover;
}
.rdm_popup_wrap .box_outer .box_inner .figure.ho{
	background:url("../../images/subscriber/popup_win_ho.png") no-repeat center/cover;
}
.rdm_popup_wrap .box_outer .box_inner .figure.young{
	background:url("../../images/subscriber/popup_win_young.png") no-repeat center/cover;
}
.rdm_popup_wrap .box_outer .box_inner .figure.moo{
	background:url("../../images/subscriber/popup_win_moo.png") no-repeat center/cover;
}
.rdm_popup_wrap .box_outer .win_txt{
	display: inline-block;
	position: relative;
	top: -5px;
    margin: -40px 0 0;
	max-width: 151px;
	width: 100%;
	height: 47px;
	z-index: 11;
}
.rdm_popup_wrap .box_outer .win_txt.hachi{
	top: -30px;
	background:url("../../images/subscriber/popup_win_hachi_txt.png") no-repeat center/cover;
}
.rdm_popup_wrap .box_outer .win_txt.joo{
	background:url("../../images/subscriber/popup_win_joo_txt.png") no-repeat center/cover;
}
.rdm_popup_wrap .box_outer .win_txt.ho{
	background:url("../../images/subscriber/popup_win_ho_txt.png") no-repeat center/cover;
}
.rdm_popup_wrap .box_outer .win_txt.young{
	background:url("../../images/subscriber/popup_win_young_txt.png") no-repeat center/cover;
}
.rdm_popup_wrap .box_outer .win_txt.moo{
	background:url("../../images/subscriber/popup_win_moo_txt.png") no-repeat center/cover;
}


/* evt02_section */
.evt02_section{
	padding: 80px 0 90px;
	background: url("../../images/subscriber/evt02_bg.png") no-repeat center top/cover;
}
.evt02_section .evt_tit_box strong{
	color: #000;
	border:1px solid #000;
}
.evt02_section .evt_txt_box{
	padding: 0 0 20px;
}
.evt02_section .evt_txt_box .pink{
	color: #ff3fae;
}
.evt02_section .evt_test_box .deco_box{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	border-bottom: 3px solid #000;
	box-sizing: border-box;
}
.evt02_section .evt_test_box .deco_box .deco{
	margin: 0 auto;
	width: 100%;
	max-width: 918px;
}
.evt02_section .evt_test_box .text_list{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 40px 0;
}
.evt02_section .evt_test_box .text_list li{
	position: relative;
	width: calc( (100% - 80px) / 5 );
	border: 1px solid #000;
	box-sizing: border-box;
}
.evt02_section .evt_test_box .text_list li a{
	display: block;
}
.evt02_section .evt_test_box .text_list li .num{
	padding: 30px 0 0;
}
.evt02_section .evt_test_box .text_list li .num span{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	border: 2px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
}
.evt02_section .evt_test_box .text_list li .date{
	padding: 18px 0;
}
.evt02_section .evt_test_box .text_list li .date span{
	font-size: 16px;
	color: #000;
}
.evt02_section .evt_test_box .text_list li .tit{
	padding: 0 25px 30px;
}
.evt02_section .evt_test_box .text_list li .tit span{
	display: block;
	line-height: 1.2;
	font-weight: 700;
	font-size: 28px;
	color: #000;
	word-break: keep-all;
}
.evt02_section .evt_test_box .text_list li .go_solve{
	padding: 22px 0;
	background:rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.evt02_section .evt_test_box .text_list li .go_solve span{
	position: relative;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #000;
}
.evt02_section .evt_test_box .text_list li .go_solve span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 12px;
	background:url("../../images/subscriber/evt02_ico_arw.png") no-repeat center/cover;
}
.evt02_section .evt_test_box .text_list li.plan a::before,
.evt02_section .evt_test_box .text_list li.end a::before{
	content: "";
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}
.evt02_section .evt_test_box .text_list li.end a::after{
	content: "종료";
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	line-height: 262px;
	font-weight: 600;
	font-size: 32px;
	color: #fff;
	z-index: 2;
}
.evt02_section .evt_test_box .text_list li.plan a::after{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	padding: 100px 0 0;
	line-height: 1.3;
	text-align: center;
	white-space:pre;
	font-weight: 600;
	font-size: 28px;
	color: #fff;
	z-index: 2;
	box-sizing: border-box;
}
.evt02_section .evt_test_box .text_list li:nth-child(1).plan a::after{
	content: "6월 25일\A오픈 예정";
}
.evt02_section .evt_test_box .text_list li:nth-child(2).plan a::after{
	content: "7월 2일\A오픈 예정";
}
.evt02_section .evt_test_box .text_list li:nth-child(3).plan a::after{
	content: "7월 9일\A오픈 예정";
}
.evt02_section .evt_test_box .text_list li:nth-child(4).plan a::after{
	content: "7월 16일\A오픈 예정";
}
.evt02_section .evt_test_box .text_list li:nth-child(5).plan a::after{
	content: "7월 23일\A오픈 예정";
}
.evt02_section .evt_test_box .text_list li.plan .num,
.evt02_section .evt_test_box .text_list li.end .num{
	filter: blur(3px);
}
.evt02_section .evt_test_box .text_list li.plan .date,
.evt02_section .evt_test_box .text_list li.end .date{
	filter: blur(3px);
}
.evt02_section .evt_test_box .text_list li.plan .tit,
.evt02_section .evt_test_box .text_list li.end .tit{
	filter: blur(5px);
}
.evt02_section .evt_test_box .text_list li.plan .go_solve,
.evt02_section .evt_test_box .text_list li.end .go_solve{
	filter: blur(3px);
}
.evt02_section .evt_gift_box{
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.evt02_section .evt_gift_box .evt02_gift_inner{
	display: block;
	padding: 40px 0;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}
.evt02_section .evt_gift_box .evt02_nt_list{
	padding: 35px 0 0;
	text-align: left;
}
.evt02_section .evt_gift_box .evt02_nt_list dt{
	padding: 0 0 12px;
    line-height: 1.5;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}
.evt02_section .evt_gift_box .evt02_nt_list dd ul li{
	position: relative;
	padding: 0 0 0 15px;
	line-height: 1.5;
	font-size: 18px;
	color: #000;
	word-break: keep-all;
}
.evt02_section .evt_gift_box .evt02_nt_list dd ul li::before{
	content: "-";
	position: absolute;
	left: 0;
}
.evt02_section .evt_gift_box .evt02_nt_list dd ul li strong{
	font-weight: 700;
}
.evt02_section .evt_gift_box .evt02_nt_list dd ul li .gray{
	font-weight: 400;
	color: #666;
}
.evt02_section .evt_gift_box .evt02_nt_list dd ul li .pink{
	font-weight: 700;
	color: #ff3fae;
}

/* evt03_section */
.evt03_section{
	padding: 80px 0;
	background-color: #ffe5f4;
}
.evt03_section .evt_tit_box strong{
	color: #ea54aa;
	border:1px solid #ea54aa;
}
.evt03_section .letter_box{
	position: relative;
	margin: 0 0 80px;
	padding: 40px;
    width: 100%;
    background-color: #fdd6ec;
    border-radius: 20px;
    box-sizing: border-box;
}
.evt03_section .letter_box h4{
	font-weight: 700;
	font-size: 28px;
	color: #ea54aa;
}
.evt03_section .letter_box .input_box{
	display: inline-block;
	position: relative;
	margin: 30px 0 20px;
	max-width: 600px;
	width: 100%;
	border-radius: 30px;
}
.evt03_section .letter_box .input_box input{
	padding: 0 100px 0 28px;
	width: 100%;
	height: 60px;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	background-color: #fff;
	border-radius: 30px;
	box-sizing: border-box;
}
.evt03_section .letter_box .input_box input::placeholder{
	font-weight: 400;
	color:#666;
}
.evt03_section .letter_box .input_box button{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 90px;
	height: 50px;
	font-size: 20px;
	color: #ffe5f4;
	background-color: #000;
	border-radius: 30px;
}
.evt03_section .letter_box .letter_nt_list{
	position: relative;
	text-align: left;
	z-index: 2;
}
.evt03_section .letter_box .letter_nt_list li{
	position: relative;
	padding-left: 15px;
	line-height: 1.5;
	font-size: 18px;
}
.evt03_section .letter_box .letter_nt_list li::before{
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #000;
}
.evt03_section .letter_box .letter_nt_list li:nth-child(3)::before{
	content: "※";
}
.evt03_section .letter_box img{
	position: absolute;
	right: 30px;
	bottom: -40px;
	z-index: 1;
}
.evt03_section .evt_way_box{
	position: relative;
	padding: 50px 40px 40px;
    width: 100%;
	text-align: left;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.evt03_section .evt_way_box h4{
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	padding: 11px 26px 9px;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	background-color: #ea54aa;
	border-radius: 24px;
	box-sizing: border-box;
}
.evt03_section .evt_way_box .way_list li{
	font-size: 18px;
	color: #000;
}
.evt03_section .evt_way_box .way_list li:first-child{
	padding: 0 0 8px;
}
.evt03_section .evt_way_box .way_list li p{
	position: relative;
	padding-left: 24px;
	line-height: 1.5;
}
.evt03_section .evt_way_box .way_list li p::before{
	position: absolute;
	left: 0;
	top: 5px;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	background-color: #000;
	border-radius: 50%;
}
.evt03_section .evt_way_box .way_list li:first-child p::before{
	content: "1";
}
.evt03_section .evt_way_box .way_list li:last-child p::before{
	content: "2";
}
.evt03_section .evt_way_box .way_list li p span{
	position: relative;
	padding-left: 15px;
}
.evt03_section .evt_way_box .way_list li p span::before{
	content: "2";
	position: absolute;
	left: 0;
	top: 53%;
	transform: translateY(-50%);
	color: #fff;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-weight: 400;
	font-size: 11px;
	background-color: #666;
	border-radius: 50%;
}
.evt03_section .evt_way_box .way_list li em{
	font-style: normal;
	color: #666;
}
.evt03_section .evt_way_box .way_list li strong{
	font-weight: 700;
}
.evt03_section .evt03_nt_list{
	margin: 50px 0 0;
	padding: 40px 0 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #eee;
}
.evt03_section .evt03_nt_list dt{
	padding:  0 0 12px;
	line-height: 1.5;
	font-weight: 700;
	font-size: 22px;
	color: #ea54aa;
}
.evt03_section .evt03_nt_list dd ul li{
	position: relative;
	padding: 0 0 0 15px;
	line-height: 1.5;
	font-size: 18px;
	color: #000;
	word-break: keep-all;
}
.evt03_section .evt03_nt_list dd ul li::before{
	content: "-";
	position: absolute;
	left: 0;
}


/* evt04_section */
.evt04_section{
	padding: 80px 0;
	background-color: #ffffd8;
}
.evt04_section .evt_tit_box strong{
	color: #ff6600;
	border:1px solid #ff6600;
}
.evt04_section .evt_way_box{
	position: relative;
	padding: 20px 40px 40px;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
.evt04_section .evt_way_box h4{
	display: inline-block;
	position: relative;
	left: 0;
	top: -40px;
	padding: 11px 26px 9px;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	background-color: #ff6600;
	border-radius: 24px;
	box-sizing: border-box;
}
.evt04_section .evt_way_box .step_box{
	padding: 0 0 40px;
}
.evt04_section .evt_way_box .step_box h5{
	padding: 0 0 30px;
	font-weight: 700;
	font-size: 22px;
	color: #000;
}
.evt04_section .evt_way_box .step_box h5 span{
	position: relative;
	padding-left: 24px;
}
.evt04_section .evt_way_box .step_box h5 span::before{
	position: absolute;
	left: 0;
	top: 54%;
	transform: translateY(-50%);
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	background-color: #ff6600;
	border-radius: 50%;
}
.evt04_section .evt_way_box .step_box.one h5 span::before{
	content: "1";
}
.evt04_section .evt_way_box .step_box.two h5 span::before{
	content: "2";
}
.evt04_section .evt_way_box .step_box.three h5 span::before{
	content: "3";
}
.evt04_section .evt_way_box .step_box.one ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.evt04_section .evt_way_box .step_box.one ul li{
	padding: 30px 0 30px;
	width: calc( (100% - 20px) / 2 );
	background-color: #f8f8f8;
	border-radius: 20px;
	box-sizing: border-box;
}
.evt04_section .evt_way_box .step_box.one ul li strong{
	display: block;
	font-weight: 700;
	font-size: 22px;
	color: #ff6600;
}
.evt04_section .evt_way_box .step_box.one ul li img{
	margin: 20px 0;
}
.evt04_section .evt_way_box .step_box.one ul li .txt{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	line-height: 1.3;
	font-size: 18px;
	color: #000;
}
.evt04_section .evt_way_box .step_box.one ul li .txt .btn_app{
	display: inline-block;
	margin: 0 5px;
	padding: 10px 20px;
	letter-spacing: -0.8px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background-color: #000;
	border-radius: 30px;
	box-sizing: border-box;
}
.evt04_section .evt_way_box .step_box.one ul li .txt .btn_app span{
	position: relative;
	padding-left: 24px;
}
.evt04_section .evt_way_box .step_box.one ul li .txt .btn_app span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.evt04_section .evt_way_box .step_box.one ul li .txt .btn_go_ios span::before{
	width: 19px;
	height: 24px;
	background:url("../../images/subscriber/evt04_ios.png") no-repeat center/cover;
}
.evt04_section .evt_way_box .step_box.one ul li .txt .btn_go_android span::before{
	width: 20px;
	height: 22px;
	background:url("../../images/subscriber/evt04_android.png") no-repeat center/cover;
}
.evt04_section .evt_way_box .step_box.two .capture_way > img{
	max-width: 768px;
	width: 100%;
}
.evt04_section .evt_way_box .step_box.two .capture_way .step_txt{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -10px 0 0;
	padding: 16px 0;
	width: 100%;
	background-color: #fff3dd;
}
.evt04_section .evt_way_box .step_box.two .capture_way .step_txt span{
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	padding: 0 22px 0 0;
	font-weight: 500;
	font-size: 18px;
	color: #000;
}
.evt04_section .evt_way_box .step_box.two .capture_way .step_txt span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 12px;
	background: url("../../images/subscriber/evt04_ico_arw.png") no-repeat center/cover;
}
.evt04_section .evt_way_box .step_box.two .capture_way .step_txt span:last-child{
	margin: 0;
	padding: 0;
}
.evt04_section .evt_way_box .step_box.two .capture_way .step_txt span:last-child:after{
	display: none;
}
.evt04_section .evt_way_box .step_box.two .capture_way .step_txt span img{
	padding: 0 0 0 2px;
}
.evt04_section .evt_way_box .step_box.three{
	padding:0;
}
.evt04_section .evt_way_box .step_box.three .btn_go_submit{
	display: inline-block;
	padding: 17px 55px;
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	color: #ffffd8;
	background-color: #000;
	border-radius: 12px;
	box-sizing: border-box;
}
.evt04_section .evt_way_box .qr_box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px 20px;
  width: 100%;
  box-sizing: border-box;
}
.evt04_section .evt_way_box .qr_box .qr{
  position: relative;
  width: 50%;
  text-align: center;
}
.evt04_section .evt_way_box .qr_box .qr.first::after{
  content: "";
  position: absolute;
  right:0;
  top:10%;
  width:1px;
  height: 84%;
  background-color: #ddd;
}
.evt04_section .evt_way_box .step_box.one ul li .qr_box .qr img{
  margin: 20px 0 12px;
  width: 88px;
}
.evt04_section .evt_way_box .step_box.one ul li .qr_box .qr p span{
	position: relative;
	padding-left: 24px;
  letter-spacing: -0.8px;
  font-weight: 500;
  font-size: 20px;
}
.evt04_section .evt_way_box .step_box.one ul li .qr_box .qr p span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.evt04_section .evt_way_box .step_box.one ul li .qr_box .qr p.ios span::before{
	width: 19px;
	height: 24px;
	background:url("../../images/subscriber/evt04_ios_qr.png") no-repeat center/cover;
}
.evt04_section .evt_way_box .step_box.one ul li .qr_box .qr p.and span::before{
	width: 20px;
	height: 22px;
	background:url("../../images/subscriber/evt04_android_qr.png") no-repeat center/cover;
}



/* evt05_section */
.evt05_section{
	padding: 80px 0;
	background-color: #e6f4ff;
}
.evt05_section .evt_tit_box strong{
	color: #3f66e5;
	border:1px solid #3f66e5;
}
.evt05_section .evt_btn_box .btn_go_survey{
	display: block;
	margin: -76px auto 0;
	padding: 37px 20px;
	max-width: 600px;
	width: 100%;
	font-weight: 700;
	font-size: 26px;
	color: #3f66e5;
	background-color:#a9d4ff;
	border-radius: 12px;
	box-sizing: border-box;
}
.evt05_section .evt_btn_box .btn_go_survey span{
	display: inline-block;
	position: relative;
	padding-right: 30px;
}
.evt05_section .evt_btn_box .btn_go_survey span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 20px;
	background:url("../../images/subscriber/evt05_ico_arw.png") no-repeat center/cover;
}


/* note_section */
.note_section{
	background-color: #333;
}
.note_section .inner{
	text-align: left;
}
.note_section .note_toggle_box{
	padding: 30px 0;
}
.note_section .note_toggle_box dt{
	padding: 25px 30px;
	background-color: #000;
	border-radius: 12px;
	box-sizing: border-box;
	/* cursor: pointer; */
}
.note_section .note_toggle_box dt p{
	position: relative;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	
}
/* .note_section .note_toggle_box dt p::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 12px;
	background:url("../../images/subscriber/ico_note_arw.png") no-repeat center/cover;
	transition: all 0.3s ease-in-out;
}
.note_section .note_toggle_box dt.on p::after{
	transform: rotate(180deg) translateY(4px);
} */
.note_section .note_toggle_box dd{
	margin: 30px 0 0;
}
.note_section .note_toggle_box dd ul{
	padding: 0 20px 20px;
}
.note_section .note_toggle_box dd ul li{
	position: relative;
	padding: 0 0 0 18px;
	line-height: 1.5;
	font-size: 16px;
	color: #fff;
	word-break: keep-all;
}
.note_section .note_toggle_box dd ul li::before{
	content: "-";
	position: absolute;
	left: 0;
}


/* seoul_reader_section */
.seoul_reader_section{
	position: relative;
	padding: 60px 0 22px;
	width: 100%;
	background: url("../../images/subscriber/bg_seoul_reader.png") no-repeat center/cover;
}
.seoul_reader_section .sns_list{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 0;
}
.seoul_reader_section .sns_list li a{
	display: block;
	width: 137px;
	height: 137px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.4s ease-in-out;
}
.seoul_reader_section .sns_list li.ns a{
	background-image:url("../../images/subscriber/ico_sns_ns.png");
}
.seoul_reader_section .sns_list li.fbook a{
	background-image:url("../../images/subscriber/ico_sns_fbook.png");
}
.seoul_reader_section .sns_list li.insta a{
	background-image:url("../../images/subscriber/ico_sns_insta.png");
}
.seoul_reader_section .sns_list li.ytube a{
	background-image:url("../../images/subscriber/ico_sns_ytube.png");
}
.seoul_reader_section .sns_list li.x a{
	background-image:url("../../images/subscriber/ico_sns_x.png");
}
.seoul_reader_section .sns_list li.blog a{
	background-image:url("../../images/subscriber/ico_sns_blog.png");
}
.seoul_reader_section .sns_list li.kstory a{
	background-image:url("../../images/subscriber/ico_sns_kstory.png");
}
.seoul_reader_section .sns_list li.ktalk a{
	background-image:url("../../images/subscriber/ico_sns_ktalk.png");
}
.seoul_reader_section .sns_list li.ns a:hover{
	background-image:url("../../images/subscriber/ico_sns_ns_h.png");
}
.seoul_reader_section .sns_list li.fbook a:hover{
	background-image:url("../../images/subscriber/ico_sns_fbook_h.png");
}
.seoul_reader_section .sns_list li.insta a:hover{
	background-image:url("../../images/subscriber/ico_sns_insta_h.png");
}
.seoul_reader_section .sns_list li.ytube a:hover{
	background-image:url("../../images/subscriber/ico_sns_ytube_h.png");
}
.seoul_reader_section .sns_list li.x a:hover{
	background-image:url("../../images/subscriber/ico_sns_x_h.png");
}
.seoul_reader_section .sns_list li.blog a:hover{
	background-image:url("../../images/subscriber/ico_sns_blog_h.png");
}
.seoul_reader_section .sns_list li.kstory a:hover{
	background-image:url("../../images/subscriber/ico_sns_kstory_h.png");
}
.seoul_reader_section .sns_list li.ktalk a:hover{
	background-image:url("../../images/subscriber/ico_sns_ktalk_h.png");
}



@media only screen and (max-width: 1440px) {

	
	.visual_section .v_tit_box{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.visual_section .v_tit_box .num_hundred{
		width: 45%;
	}
	.visual_section .v_tit_box .hachi_01{
		right: 33%;
		bottom: -15%;
	}
	.visual_section .v_tit_box .hachi_02{
		right: 23%;
		bottom: -7%;
	}
	.visual_section .v_tit_box .thumb_up{
		right: 17%;
        top: 3%;
        width: 110px;
		z-index: 6;
	}
	.visual_section .deco_box{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 4;
	}
	.visual_section .deco_box .v_star{
		left: 33%;
        top: 12%;
        width: 4.5%;
	}
	.visual_section .deco_box .v_moo{
		left: 2%;
        top: 20%;
        width: 11%;
	}
	.visual_section .deco_box .v_ho{
		left: 15%;
        top: 44%;
        width: 13%;
	}
	.visual_section .deco_box .v_flower{
		left: 30%;
        top: 66%;
        width: 5%;
	}
	.visual_section .deco_box .v_joo{
		left: 86%;
        top: 15%;
        width: 10%;
	}
	.visual_section .deco_box .v_young{
		left: 85%;
        top: 62%;
        width: 11%;
	}
		.visual_section .deco_box .v_hachi{
		left: 62%;
		top: 42%;
		width: 25%;
	}
	.visual_section .deco.twinkle{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		opacity: 0.6;
		z-index: 0;
	}
	.visual_section .lt_fire{
		left: 12%;
        top: 6%;
	}


	/* evt_list */
	.evt_list_conts .evt_list li strong{
		font-size: 28px;
	}
	.evt_list_conts .evt_list li span{
		font-size: 16px;
	}


}


@media only screen and (max-width: 1200px) {

	/* seoul_reader_section */
	.seoul_reader_section{
		padding: 60px 0 22px;
	}
	.seoul_reader_section .sns_list{
		padding: 20px 0 0;
	}
	.seoul_reader_section .sns_list li a{
		width: 120px;
		height: 120px;
	}

	/* footer */
	#cb-footer .etc_group .etc_wrap { 
		width: 100%; 
	}
	#cb-footer .foot_logo { 
		display: none; 
	}
	#cb-footer .menu { 
		width: 980px;
		margin: 0 auto;
		display: block !important; 
	}
	#cb-footer .etc_group { 
		text-align: center; 
	}

}


@media only screen and (max-width: 1080px){


	.inner{
		padding: 0 20px;
	}
	header .inner{
		padding: 20px
	}
	header .logo {
		width: 109px;
		height: 25px;
	}
	header .seoul_logo {
		width: 151px;
		height: 25px;
	}


	/* visual */
	.visual_section .inner{
		padding: 110px 0 60px;
	}
	.visual_section .evt_period dt {
		font-size: 20px;
	}
	.visual_section .evt_period dd{
		font-size: 20px;
	}
	.visual_section .btn_evt_end{
		padding: 25px 50px 22px;
		width: auto;
		max-width: initial;
		font-weight: 700;
		font-size: 22px;
		border-radius: 10px;
	}
	.visual_section .btn_evt_end span::after{
		top: 55%;
		width: 18px;
        height: 15px;
	}
	.visual_section .evt_note_txt p {
		font-size: 18px;
	}

	/* evt_list*/
	.evt_list_conts {
		padding: 12px 0 20px;
	}
	.evt_list_conts .evt_list li strong{
		padding: 6px 0 4px;
	}
	.evt_list_conts .evt_list li em{
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 10px;
	}
	.evt_list_conts .evt_list li strong{
		font-size: 25px;
	}
	.evt_list_conts .evt_list li span{
		font-size: 14px;
	}
	.evt_list_conts .evt_list li::after{
		right: -9px;
		width: 18px;
		height: 18px;
	}


	/* common */
	section .evt_tit_box strong{
		font-size: 18px;
	}
	section .evt_txt_box{
		font-size: 18px;
	}
	section .evt_gift_box {
		padding: 30px 20px;
		border-radius: 12px;
	}
	section .evt_gift_box .txt {
		padding: 0 0 20px;
		font-size: 16px;
	}
	section .evt_gift_box img{
		width: 42%;
	}


	/* evt01_section */
    .evt01_section {
        padding: 60px 0;
    }
	.evt01_section .cht_intro_box img{
		padding: 0 2px;
	}
	.evt01_section .cht_intro_box .intro_young {
		left: -10px;
	}
	.evt01_section .cht_intro_box .intro_moo {
			left: -18px;
	}
	.evt01_section .random_box .rdm_txt p.sml {
		font-size: 20px;
	}
	.evt01_section .random_box .rdm_txt p{
		font-size: 26px;
	}
	.evt01_section .random_box .random_box_inner img{
		left: 29.5%;
		max-width: 380px;
	}
	.evt01_section .random_box .random_box_inner .btn_rdm_open{
		font-size: 24px;
	}
	.evt01_section .calendar_box .week_box ul li span {
		padding: 8px;
	}
	.evt01_section .calendar_box .week_box ul li .stamp{
		width: 45px;
		height: 45px;
	}
	.evt01_section .evt_gift_box{
		padding: 30px 20px;
	}
	.evt01_section .evt_gift_box .evt01_nt_list {
		margin: 30px 0 0;
		padding: 30px 0 0;
	}
	.evt01_section .evt_gift_box .evt01_nt_list dt {
		padding: 0 0 8px;
		font-size: 20px;
	}
	.evt01_section .evt_gift_box .evt01_nt_list dd ul li {
		padding: 0 0 0 10px;
		font-size: 16px;
	}

	/* evt02_section */
	.evt02_section {
		padding: 60px 0;
	}
	.evt02_section .evt_gift_box .evt02_gift_inner{
		padding: 30px 0;
	}
	.evt02_section .evt_gift_box .evt02_nt_list {
		padding: 30px 0 0;
	}
	.evt02_section .evt_gift_box .evt02_nt_list dt{
		padding: 0 0 8px;
		font-size: 20px;
	}
	.evt02_section .evt_gift_box .evt02_nt_list dd ul li{
		padding: 0 0 0 10px;
		font-size: 16px;
	}
	.evt02_section .evt_test_box .text_list li .num span {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
	.evt02_section .evt_test_box .text_list li .tit span{
		font-size: 24px;
	}
	.evt02_section .evt_test_box .text_list li.end a::after{
		font-size: 28px;
	}
	.evt02_section .evt_test_box .text_list li.plan a::after{
		line-height: 1.2;
		font-size: 24px;
	}

	/* evt03_section */
	.evt03_section {
		padding: 60px 0;
	}
	.evt03_section .letter_box{
		padding: 30px 20px;
	}
	.evt03_section .letter_box h4{
		font-size: 24px;
	}
	.evt03_section .letter_box .input_box{
		margin: 20px 0 15px;
	}
	.evt03_section .letter_box .input_box input {
		height: 50px;
		font-size: 16px;
	}
	.evt03_section .letter_box .input_box button {
		height: 40px;
		font-size: 16px;
	}
	.evt03_section .letter_box .letter_nt_list li{
		font-size: 16px;
	}
    .evt03_section .letter_box img {
		right: 1%;
		bottom: -15%;
        width: 15%;
    }
	.evt03_section .evt_way_box {
		padding: 30px 20px 20px;
		border-radius: 15px;
	}
	.evt03_section .evt_way_box h4{
		padding: 9px 26px 7px;
		font-size: 20px;
	}
	.evt03_section .evt_way_box .way_list li p{
		padding-left: 20px;
		font-size: 16px;
	}
	.evt03_section .evt_way_box .way_list li p::before{
		top: 4px;
	}
	.evt03_section .evt_way_box .way_list li:first-child {
		padding: 0 0 6px;
	}
	.evt03_section .evt03_nt_list{
		margin: 40px 0 0;
		padding: 30px 0 0;
	}
	.evt03_section .evt03_nt_list dt{
		padding: 0 0 8px;
		font-size: 20px;
	}
	.evt03_section .evt03_nt_list dd ul li{
		padding: 0 0 0 10px;
		font-size: 16px;
	}
	.evt03_section .evt03_nt_list dd ul li::before{
		font-size: 16px;
	}

	/* evt04_section */
	.evt04_section {
		padding: 60px 0;
	}
	.evt04_section .evt_way_box{
		padding: 20px 20px 30px;
	}
	.evt04_section .evt_way_box h4{
		padding: 9px 26px 7px;
		font-size: 20px;
	}
	.evt04_section .evt_way_box .step_box h5 {
		padding: 0 0 30px;
		font-size: 18px;
	}
	.evt04_section .evt_way_box .step_box h5 span {
		padding-left: 20px;
	}
	.evt04_section .evt_way_box .step_box.one ul li{
		width: calc((100% - 10px) / 2);
		padding: 30px 0 24px;
	}
	.evt04_section .evt_way_box .step_box.one ul li strong {
		font-size: 20px;
	}
	.evt04_section .evt_way_box .step_box.one ul li .txt {
		font-size: 16px;
	}
	.evt04_section .evt_way_box .step_box.one ul li img {
		width: 28%;
	}
	.evt04_section .evt_way_box .step_box.one ul li .txt .btn_app {
		margin: 0 2px;
		padding: 8px 18px;
		letter-spacing: -0.2px;
		font-size: 18px;
	}
	.evt04_section .evt_way_box .step_box.two .capture_way .step_txt span {
		font-size: 16px;
	}
	.evt04_section .evt_way_box .step_box.three .btn_go_submit {
		padding: 15px 50px;
		font-size: 22px;
	}
  .evt04_section .evt_way_box .qr_box{
    padding: 0 20px 10px;
  }
  .evt04_section .evt_way_box .step_box.one ul li .qr_box .qr p span {
    letter-spacing: -0.2px;
    font-size: 18px;
  }



	/* evt05_section */
	.evt05_section {
		padding: 60px 0;
	}

	/* note_section */
	.note_section .note_toggle_box dt{
		margin: 0;
		padding: 15px;
		border-radius: 6px;
	}
	.note_section .note_toggle_box dt p{
		position: relative;
		font-weight: 700;
		font-size: 16px;
		color: #fff;
	}
	.note_section .note_toggle_box dd{
		margin: 15px 0 0;
	}
	.note_section .note_toggle_box dd ul{
		padding: 0 10px 10px 12px;
	}
	.note_section .note_toggle_box dd ul li{
		padding: 0 0 0 14px;
		font-size: 14px;
	}

	/* seoul_reader_section */
	.seoul_reader_section{
		padding: 40px 0 16px;
	}
	.seoul_reader_section .tit{
		width: 34%;
	}
	.seoul_reader_section .sns_list{
		padding: 12px 0 0;
	}
	.seoul_reader_section .sns_list li a{
		width: 90px;
		height: 90px;
	}

	/* footer */
    #cb-footer {
		padding: 0;
	}
	#cb-footer .etc_group {
		padding: 0 0 20px 0;
	}
	#cb-footer .etc_group .etc dd a,
	#cb-footer .etc_group .etc dd a.privacy,
	#cb-footer .about_us dd{
		color:#000;
		font-size:13px;
		font-weight:400;
		letter-spacing:-1px;
	}
	#cb-footer .about_us {
		left: 0;
	}
	#cb-footer .about_us dt{
		display:block;
		padding:2px 0;
		color:#000;
	}
	#cb-footer .about_us dd {
		display:block;
		letter-spacing:-1px;
	}
	#cb-footer .etc_group .etc dd:not(:nth-child(6)):after {
		content:'|';
		color: #ddd;
		font-size: 13px;
		font-weight: 200;
		margin: 0 3px;
		vertical-align:middle;
	}
	#cb-footer .etc_group .etc{
		padding:15px;
		border-bottom: 1px solid #ddd;
	}
	#cb-footer .app_store a {
		background-position:12px -143px;
		width: 145px;
		border: 1px solid #000;
		height: 45px;
		padding: 15px;
		border-radius: 5px;
	}
	#cb-footer .app_store li:last-child a {
		background-position: -125px -143px;
	}
	#cb-footer .app_store li:last-child {
		border-left:none;
		margin:0;
		padding:0;
	}
	#cb-footer .etc_group .copy{
		letter-spacing:-1px;
	}
	.scroll_box{
		top:auto; 
		right:15px; 
		bottom:30px; 
	}
	.scroll_box .btn_box{
		width:50px; 
		height:auto;
	}
    .sns_share {
		width:auto;
		border:none; 
		background:none; 
		overflow:visible; 
		box-shadow: none;
	}
	.sns_share h3 { 
		display:none; 
	}
	#toggle_share { 
		display: block;
		width:50px; 
		height:50px; 
	}
	#toggle_share span { 
		font-size:0; 
		line-height:0; 
		text-indent: -5000px; 
		text-align:left; 
	}
	#toggle_share span:before { 
		width:100%; 
		height:50px; 
		margin:0; 
		background-size:20px auto; 
		background-repeat:no-repeat; 
		background-position:center;
	}
	.sns_share ul { 
		display:none; 
		position:absolute; 
		left:0; 
		right:0;
		bottom:105px; 
	}
	.sns_share li { 
		width:50px; 
		margin:0 auto 5px;  
		border:none; 
		border-radius:50%; 
		box-shadow: none; 
	}
	.sns_share li a { 
		display:block; 
		height:50px; 
	}
	.scroll_box .btn_box {
		width:35px;
		margin-top:-5px;
	}
	.scroll_box .goTop {
		width:35px; 
		height:35px;
	}
	.scroll_box .goBottom {
		width:35px; 
		height:35px;
	}


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

	.only_pc{
		display: none;
	}
	.only_mb{
		display: block;
	}
    header .logo {
        width: 87px;
        height: 20px;
	}
    header .seoul_logo {
        width: 121px;
        height: 20px;
    }

	/* visual */
	.visual_section .inner{
		padding: 30px 0;
	}
	.visual_section .v_tit_box .main_tit{
		margin-left: -5%;
		max-width: initial;
		width: 110%;        
	}
	.visual_section .v_tit_box .num_hundred{
        left: 36%;
        top: 61%;
		width: 65%;
	}
	.visual_section .evt_note_txt p {
		font-size: 14px;
	}
	.visual_section .evt_note_txt p.top {
		padding: 0 0 10px;
	}
	.visual_section .evt_period {
		margin: 100px 0 15px;
		padding: 10px 15px 9px;
	}
	.visual_section .evt_period dt{
		padding: 0 6px 0 0;
		font-size: 14px;
	}
	.visual_section .evt_period dd{
		font-size: 14px;
	}
	.visual_section .btn_evt_end{
		margin: 20px 0 0;
		padding: 18px 30px;
        font-size: 16px;
        border-radius: 8px;
	}
	.visual_section .deco_box .v_moo {
        left: 3%;
        top: 12%;
        width: 12%;
    }
    .visual_section .deco_box .v_ho {
        left: 5%;
        top: 52%;
        width: 18%;
    }
	.visual_section .deco_box .v_flower {
        left: 28%;
        top: 65%;
        width: 8%;
    }
    .visual_section .deco_box .v_joo {
        left: 85%;
        top: 14%;
        width: 12%;
    }
	.visual_section .deco_box .v_young {
        left: 82%;
        top: 47%;
        width: 14%;
    }
    .visual_section .deco_box .v_hachi {
        left: 52%;
        top: 58%;
        width: 34%;
    }

	/* common */
	section .evt_tit_box strong {
        padding: 5px 10px 3px;
		font-size: 14px;
    }
	section .evt_tit_box h3 {
		padding: 12px 0 20px;
	}
	section .evt_tit_box h3 > img{
		width: 44%;
	}
	section .evt_txt_box{
		padding: 0 0 30px;
        line-height: 1.3;
		font-size: 16px;
	}
	section .evt_gift_box {
		margin: 15px 0 0;
		padding: 20px 15px;
        border-radius: 10px;        
	}
	section .evt_gift_box .txt {
		line-height: 1.4;
		padding: 0 0 10px;
		font-size: 14px;
	}
	section .evt_gift_box img{
		width: 86%;
	}

	/* evt01_section */
    .evt01_section {
        padding: 30px 0;
    }
	.evt01_section .cht_intro_box{
		margin-left: -6px;
		padding: 0 0 40px;
	}
	.evt01_section .cht_intro_box .intro_joo{
		width: 60px;
	}
	.evt01_section .cht_intro_box .intro_ho{
		top: 0;
		width: 66px;
	}
	.evt01_section .cht_intro_box .intro_hachi{
		width: 80px;
	}
	.evt01_section .cht_intro_box .intro_young{
		left: 0;
        width: 56px;
        top: -5px;
	}
	.evt01_section .cht_intro_box .intro_moo{
		top: 2px;
		left: 0;
        width: 60px;
	}
	.evt01_section .random_box{
		padding: 15px 0;
	}
	.evt01_section .random_box .random_box_inner{
		padding-bottom: 65.875%;
		height: auto;
	}
	.evt01_section .random_box .random_box_inner .btn_rdm_open {
		top: 50%;
		padding: 8px 20px 11px;
		font-size: 16px;
		border-radius: 8px;
	}
	.evt01_section .random_box .random_box_inner img{
		left: 21%;
		width: 60%;
        max-width: initial;
	}
	.evt01_section .evt_way_box {
		padding: 30px 15px 20px;
		border-radius: 10px;
	}
	.evt01_section .evt_way_box h4{
		top: -15px;
        padding: 9px 20px 7px;
        font-size: 16px;
	}
	.evt01_section .evt_way_box .way_list li {
		padding: 0 0 5px;
		font-size: 14px;
	}
	.evt01_section .evt_way_box .way_list li p {
		padding-left: 18px;
		font-size: 14px;
	}
  .evt01_section .evt_way_box .way_list li p::before {
		top: 3px;
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 10px;
}
	.evt01_section .evt_way_box .way_list li .btn_go_seoul_lg {
		font-size: 14px;
	}
	.evt01_section .evt_way_box .way_list li .btn_go_seoul_lg span {
		padding: 0 12px 0 0;
	}
	.evt01_section .evt_way_box .way_list li .btn_go_seoul_lg span::after {
		width: 10px;
		height: 9px;
	}
	.evt01_section .evt_way_box .way_list li:first-child {
        padding: 0 0 2px;
    }
	.evt01_section .evt_way_box .way_list li br{
		display: none;
	}
	.evt01_section .calendar_box .day_box p{
		font-size: 13px;
	}
	.evt01_section .calendar_box .day_box p.sat {
		border-top-left-radius: 10px;
	}
	.evt01_section .calendar_box .day_box p.sun {
		border-top-left-radius: 10px;
	}
	.evt01_section .calendar_box .week_box ul.last {
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.evt01_section .calendar_box .week_box ul li{
		height: 58px;
	}
	.evt01_section .calendar_box .week_box ul li span {
        padding: 6px;
		font-size: 11px;
    }
    .evt01_section .calendar_box .week_box ul li .stamp {
		top: 60%;
        width: 30px;
		height: 30px;
    }
	.evt01_section .evt_gift_box{
		padding: 20px;
	}
    .evt01_section .evt_gift_box .evt01_nt_list {
        margin: 15px 0 0;
        padding: 15px 0 0;
    }
	.evt01_section .evt_gift_box .evt01_nt_list dt{
		padding: 0 0 4px;
		font-size: 16px;
	}
	.evt01_section .evt_gift_box .evt01_nt_list dd ul li{
		font-size: 14px;
	}
	.rdm_popup_wrap .rdm_popup_wrap_inner .rdm_popup_close{
		right: 5%;
		width: 20px;
		height: 20px;
	}
	.rdm_popup_wrap .box_outer{
		width: 100%;
	}
	.rdm_popup_wrap .box_outer .box_inner .box{
		left: 6%;
		width: 88%;
	}
	.rdm_popup_wrap .box_outer .box_inner .fire{
		left: 0;
		top: 9%;
		width: 96%;
	}
	.rdm_popup_wrap .box_outer .box_inner .deco{
		left: 17%;
        top: 22%;
        width: 60%;
	}
	.rdm_popup_wrap .box_outer .box_inner .figure{
		margin: 4% 0 0;
		width: 78%;
	}
	.rdm_popup_wrap .box_outer .win_txt{
		margin: -15% auto 0;
		width: 110px;
		height: 34px;
	}


	/* evt02_section */
	.evt02_section .evt_test_box .text_list{
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		padding: 30px 0;
	}
	.evt02_section .evt_test_box .text_list li{
		margin: 0 5px 10px 5px;
		width: calc((100% - 80px) / 3);
	}
	.evt02_section .evt_gift_box .evt02_gift_inner {
        padding: 20px 0;
    }
	.evt02_section .evt_gift_box .evt02_nt_list dt {
		padding: 0 0 4px;
        font-size: 16px;
    }
	.evt02_section .evt_test_box .text_list li .num{
		padding: 20px 0 0;
	}
	.evt02_section .evt_test_box .text_list li .date span {
		font-size: 14px;
	}
	.evt02_section .evt_test_box .text_list li .tit {
		padding: 0 20px 20px;
	}
	.evt02_section .evt_test_box .text_list li .go_solve {
		padding: 11px 0 12px;
	}
	.evt02_section .evt_test_box .text_list li .go_solve span::after {
		width: 10px;
		height: 9px;
	}
	.evt02_section .evt_test_box .text_list li .num span {
        width: 28px;
        height: 28px;
        line-height: 27px;
        font-size: 12px;
    }
	.evt02_section .evt_test_box .text_list li .date {
		padding: 12px 0;
	}
    .evt02_section .evt_test_box .text_list li .tit span {
        font-size: 18px;
    }
	.evt02_section .evt_test_box .text_list li .go_solve span {
		padding: 0 14px 0 0;
		font-size: 13px;
	}
	.evt02_section .evt_test_box .text_list li.end a::after{
		line-height: 176px;
		font-size: 20px;
	}
	.evt02_section .evt_test_box .text_list li.plan a::after{
		padding: 68px 0 0;
		font-size: 18px;
	}
	.evt02_section .evt_gift_box .evt02_nt_list {
        padding: 15px 0 0;
    }
	.evt02_section .evt_gift_box .evt02_nt_list dd ul li {
        font-size: 14px;
    }

	/* evt03_section */
	section.evt03_section .evt_txt_box{
		padding: 0 0 20px;
	}
	.evt03_section .letter_box {
		margin: 0 0 50px;
		padding: 20px 15px;
		border-radius: 10px;
	}
	.evt03_section .letter_box h4{
		font-size: 18px;
	}
	.evt03_section .letter_box .input_box {
		margin: 15px 0;
		max-width: initial;
	}
	.evt03_section .letter_box .input_box input {
		padding: 0 80px 0 18px;
		height: 35px;
		font-size: 14px;
		border-radius: 20px;
	}
	.evt03_section .letter_box .input_box button {
		right: 2px;
		top: 2px;
		width: 65px;
		height: 31px;
		font-size: 12px;
		border-radius: 20px;
	}
	.evt03_section .letter_box .letter_nt_list li {
		position: relative;
		padding-left: 8px;
		line-height: 1.5;
		font-size: 13px;
	}
	.evt03_section .letter_box .letter_nt_list li::before {
		font-size: 12px;
	}
	.evt03_section .letter_box img {
        bottom: -10%;
        width: 12%;
	}
	.evt03_section .evt_way_box {
		padding: 30px 15px 20px;
		border-radius: 10px;
	}
	.evt03_section .evt_way_box h4{
		top: -15px;
        padding: 9px 20px 7px;
        font-size: 16px;
	}
	.evt03_section .evt_way_box .way_list li {
		font-size: 14px;
	}
	.evt03_section .evt_way_box .way_list li p {
		padding-left: 18px;
		font-size: 14px;
	}
    .evt03_section .evt_way_box .way_list li p::before {
		top: 3px;
        width: 14px;
        height: 14px;
        line-height: 15px;
        font-size: 10px;
    }
	.evt03_section .evt_way_box .way_list li:first-child {
        padding: 0 0 2px;
    }
	.evt03_section .evt03_nt_list {
        margin: 20px 0 0;
        padding: 15px 0 0;
    }
    .evt03_section .evt03_nt_list dt {
        font-size: 16px;
    }
    .evt03_section .evt03_nt_list dd ul li {
        font-size: 14px;
    }

	/* evt04_section */
	.evt04_section .evt_way_box {
		padding: 0 15px 20px;
		border-radius: 10px;
	}
	.evt04_section .evt_way_box h4 {
		top: -15px;
        padding: 9px 16px 7px;
        font-size: 16px;
	}
	.evt04_section .evt_way_box .step_box {
		padding: 0 0 20px;
	}
    .evt04_section .evt_way_box .step_box h5 {
        padding: 0 0 12px;
        font-size: 14px;
    }
	.evt04_section .evt_way_box .step_box h5 span{
		padding-left: 18px;
	}
	.evt04_section .evt_way_box .step_box h5 span::before {
		top: 50%;
		width: 15px;
		height: 15px;
		line-height: 15px;
		font-size: 10px;
	}
  .evt04_section .evt_way_box .step_box.one ul li strong {
    font-size: 14px;
  }
  .evt04_section .evt_way_box .step_box.one ul li {
    padding: 15px 10px;
    width:100%;
  }
  .evt04_section .evt_way_box .step_box.one ul li:first-child {
    margin-bottom: 10px;
  }
	.evt04_section .evt_way_box .step_box.one ul li img {
		margin: 10px 0;
        width: 18%;
    }
    .evt04_section .evt_way_box .step_box.one ul li .txt {
		flex-direction: column;
        font-size: 14px;
    }
	.evt04_section .evt_way_box .step_box.one ul li:first-child .txt{
		padding: 10px 0 0;
	}
	.evt04_section .evt_way_box .step_box.one ul li .txt .btn_app {
		margin: 0;
        padding: 5px;
        width: 110px;
        letter-spacing: 0;
        font-size: 12px;
		box-sizing: border-box;
    }
	.evt04_section .evt_way_box .step_box.one ul li .txt .btn_app span {
		padding-left: 15px;
	}
	.evt04_section .evt_way_box .step_box.one ul li .txt .btn_go_ios{
		margin-bottom: 4px;
	}
	.evt04_section .evt_way_box .step_box.one ul li .txt .btn_go_ios span::before {
		width: 12px;
		height: 15px;
	}
	.evt04_section .evt_way_box .step_box.one ul li .txt .btn_go_android span::before {
		width: 12px;
		height: 13px;
	}
	.evt04_section .evt_way_box .step_box.two .capture_way .step_txt{
		margin: 0;
    	padding: 12px 0;
		flex-direction: column;
	}
    .evt04_section .evt_way_box .step_box.two .capture_way .step_txt span {
		margin: 0 0 18px 0;
        padding: 0;
        font-size: 13px;
    }
	.evt04_section .evt_way_box .step_box.two .capture_way .step_txt span::after{
		width: 10px;
    	height: 9px;
		left: 50%;
		top: 130%;
		transform: translateX(-50%) rotate(90deg);
	}
	.evt04_section .evt_way_box .step_box.two .capture_way .step_txt span img {
		margin: 0px 0 1px 1px;
		padding: 0;
		vertical-align: bottom;
		width: 11px;
	}
	.evt04_section .evt_way_box .step_box.three .btn_go_submit {
        padding: 12px 48px;
        font-size: 16px;
    }
  .evt04_section .evt_way_box .step_box.one ul{
    flex-direction: column;
  }
  .evt04_section .evt_way_box .step_box.one ul li .qr_box .qr p span {
    font-size: 14px;
  }





	.note_section .note_toggle_box dt {
        padding: 12px 10px;
    }
	.note_section .note_toggle_box dt p::after{
		width: 16px;
        height: 9px;
	}
	.note_section .note_toggle_box dd ul{
		padding: 0;
	}
    .note_section .note_toggle_box dd ul li {
        padding: 0 0 0 10px;
        font-size: 11px;
    }
	.note_section .note_toggle_box dd ul li::before {
		font-size: 11px;
	}

	/* seoul_reader_section */
	.seoul_reader_section{
		padding: 30px 0 16px;
	}
	.seoul_reader_section .tit{
		width: 50%;
	}
	.seoul_reader_section .sns_list li a{
		margin: 0 -5px;
		width: 60px;
		height: 60px;
	}

}

@media only screen and (max-width: 605px){

	/* evt01_section */
	.evt01_section .evt_way_box .way_list li .btn_go_seoul_lg {
		margin: 0 0 0 18px;
	}

}

@media only screen and (max-height: 495px){

	/* scrollbox */
	.scroll_box .btn_box{
		width:45px;
	}
	#toggle_share { 
		width:45px; 
		height:45px; 
	}
	#toggle_share span { 
		font-size:0; 
		line-height:0; 
		text-indent:-5000px; 
		text-align:left; 
	}
	#toggle_share span:before { 
		width:100%;
		height:45px;
		margin:0; 
		background-size:20px auto; 
		background-repeat:no-repeat; 
		background-position:center; 
	}
	.sns_share li { 
		width:45px; 
		margin:0 auto 5px; 
	}
	.sns_share li a { 
		height:45px; 
	}


}
@media only screen and (max-width: 490px){

	/* visual */
	.visual_section .btn_evt_end{
		padding: 22px 20px;
		width: 90%;
	}
	.visual_section .btn_evt_end span {
		padding: 0 18px 0 0;
	}
	.visual_section .btn_evt_end span::after {
        width: 15px;
        height: 12px;
    }
	.visual_section .deco_box .v_star {
        left: 28%;
        top: 11%;
        width: 7%;
    }
	.visual_section .deco_box .v_moo {
        left: 3%;
        top: 10%;
        width: 15%;
    }
	.visual_section .deco_box .v_ho {
        left: 5%;
        top: 46%;
        width: 20%;
    }
	.visual_section .deco_box .v_flower {
        left: 28%;
        top: 54%;
        width: 8%;
    }
	.visual_section .deco_box .v_joo {
        left: 80%;
        top: 11%;
        width: 14%;
    }
	.visual_section .deco_box .v_young {
        left: 82%;
        top: 41%;
        width: 16%;
    }
    .visual_section .deco_box .v_hachi {
        left: 48%;
        top: 49%;
        width: 32%;
    }

	/* evt_list */
	.evt_list_conts {
		padding: 10px 0 16px;
	}
	.evt_list_conts .evt_list li em{
		width: 20px;
        height: 20px;
        line-height: 22px;
        font-size: 8px;
	}
	.evt_list_conts .evt_list li strong{
		padding: 5px 0;
		letter-spacing: 0;
		font-size: 16px;
	}
	.evt_list_conts .evt_list li span{
		letter-spacing: -0.2px;
		font-size: 11px;
	}
	.evt_list_conts .evt_list li::after{
		right: -7px;
		width: 14px;
		height: 14px;
	}

	/* common */
	section .evt_txt_box{
		font-size: 14px;
	}
	section .evt_tit_box h3 > img{
		width: 55%;
	}

	/* evt01_section */
	.evt01_section .evt_gift_box {
        padding: 20px 15px;
    }
	.evt01_section .random_box .random_box_inner img{
        top: 30%;
        left: 17%;
		width: 65%;
	}

	/* evt02_section */
	.evt02_section {
		padding: 30px 0;
	}
	.evt02_section .evt_test_box .text_list li .date {
        padding: 8px 0;
    }
    .evt02_section .evt_test_box .text_list li .date span {
        font-size: 11px;
    }
    .evt02_section .evt_test_box .text_list li .tit {
        padding: 0 20px 16px;
    }
	.evt02_section .evt_test_box .text_list li .num span {
        width: 24px;
        height: 24px;
        line-height: 21px;
        font-size: 10px;
    }
	.evt02_section .evt_test_box .text_list li .go_solve span {
        font-size: 12px;
    }
	.evt02_section .evt_test_box .text_list li{
		margin: 0 0 5px;
		width: calc((100% - 20px) / 3);
	}
	.evt02_section .evt_test_box .text_list li:nth-child(2){
		margin: 0 10px 10px;
	}
	.evt02_section .evt_test_box .text_list li:nth-child(4){
		margin: 0 5px;
	}
	.evt02_section .evt_test_box .text_list li:nth-child(5){
		margin: 0 5px;
	}

	/* evt03_section */
	.evt03_section {
		padding: 30px 0;
	}
	.evt04_section {
		padding: 30px 0;
	}

	/* evt04_section */
	.evt04_section .evt_way_box .step_box.one ul li:first-child .txt{
		padding: 10px 0 0;
		font-size: 12px;
	}
	
	/* note_section */
	.note_section .note_toggle_box{
		padding: 20px 0;
	}

	/* seoul_reader_section */
	.seoul_reader_section .sns_list li a{
		margin: 0 -3px;
	}


}
@media only screen and (max-width: 460px){

	/* seoul_reader_section */
	.seoul_reader_section .tit {
        width: 60%;
    }
	.seoul_reader_section .sns_list{
		padding: 20px 0 0;
		flex-wrap: wrap;
	}
	.seoul_reader_section .sns_list li a{
		margin: 0;
	}


}

@media only screen and (max-width: 400px){

	/* scrollbox */
    #toggle_share { 
		width:50px;
		height:50px;
	}
	.scroll_box{
		bottom:10px;
	}
	.scroll_box .btn_box{
		margin-top: 0;
		width:50px;
	}
	.scroll_box .goTop{
		margin:10px 0;
	}
	.sns_share li{
		width:50px;
	}
	.sns_share li a {
		height:50px;
	}

}