@charset "UTF-8";
/* 공통 */
.event_container {
    position: relative;
    min-width: 1200px;
    width: 100%;
    color: #000;
    font-family: 'noto4';
    overflow: hidden;
}
.event_container .main_inner{
    position:relative;
    width:1100px;
    margin:0 auto;
}

.event_container .screen_out {
    display: none;
}

.event_container img {
    display: block;
    margin:0 auto;
}

.event_container button {
    border: none;
    background: none;
    cursor: pointer;
}

.event_container .main_title {
    text-align: center;
}

.event_container .main_title p {
    letter-spacing: -0.06em;
    color: #000;
    font-size: 40px;
    font-family: 'noto7';
}

.event_container .main_title h3 {
    margin-top: 9px;
    line-height: 1.2;
    letter-spacing: -0.06em;
    font-size: 56px;
    color: #f22dc1;
    font-family: 'noto7';
}

.wing_menu{
    position:fixed;
    right:5%;
    top:50%;
    transform: translateY(-30%);
    z-index:1;
    background: url('/img/event/9303/pc/wing.png') center top / contain no-repeat;
}
.wing_menu a{
    display: block;
    width:194px;
    height:191px;
    margin-bottom:31px;
    font-size:0;
}

/*top*/
.event_cont_top{
    height:1335px;
    padding:123px 0 85px;
    background:url('/img/event/9303/pc/top_bg.png') top center no-repeat;
}
.event_cont_top .tit{
    transform:translateX(-20px);
}
.event_cont_top .img_item{
    transform:translate(-304px, -45%);
}

/*event1*/
.event_cont_1{
    padding: 0 0 109px;
    background:url('/img/event/9303/pc/cont_01_bg.png') top center no-repeat;
}
.event_cont_1 .btn_coupon{
    display: block;
    margin: -97px auto 0;
}

/*event2*/
.event_cont_2{
    height:1099px;
    background:url('/img/event/9303/pc/cont_02_bg.png') top center no-repeat;
    overflow:hidden;
}
.event_cont_2 .main_inner{
    height:100%;
}
.event_cont_2 .free_user_coupon{
    position:absolute;
    display: block;
    left:50%;
    bottom:287px;
    width:444px;
    height:68px;
    transform:translate(-50%, -50%);
}

/*event3*/
.event_cont_3{
    position:relative;
    height:1202px;
    background:url('/img/event/9303/pc/cont_03_bg.png') top center no-repeat;
}
.event_cont_3:after{
    position:absolute;
    display: block;
    content:'';
    width: 100%;
    height:100%;
    left:0;
    top:109px;
    background:url('/img/event/9303/pc/cont_03_img.png') top center no-repeat;
}
/*브랜딩*/
.event_cont_branding{
	position: relative;
	padding: 124px 0 0;
	background:url('/img/event/9303/pc/branding_bg.png')no-repeat;
}

.event_cont_branding .main_inner{
	position:relative;
	width:1623px;
	padding-bottom: 214px;
	background: url('/img/event/9088/pc/2026/branding_img.png') center 190px no-repeat;
}
.event_cont_branding .main_title{
	position:relative;
	font-size:40px;
	font-family:"noto3";
}
.event_cont_branding .main_title > b{
	font-size:56px;
	color:#049281;
	font-family:"noto6";
}
.event_cont_branding .character{
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items:center;;
}
.event_cont_branding .character_1{
	margin: 194px 0 42px;
}
.event_cont_branding .character_2{
	padding:0 38px;
}
.event_cont_branding .char_list{
	display:flex;
	justify-content: start;
	align-items: center;;
	gap:40px;
}
.event_cont_branding  .char_point{
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	gap: 11px;
	width:298px;
	min-height: 161px;
	padding: 16px 0 29px;
	background:url('/img/event/9088/pc/2026/branding_txt_bg.png')no-repeat;
	text-align:center;
	font-size:24px;
	font-family:"noto6";
	letter-spacing:-1px;
	line-height:1.2;
}
.event_cont_branding  .char_point b{
	display:block;
	font-size:40px;
	font-family: "market-b";
	color: #f22dc1;
}

/*카테고리 리스트*/
.category_url_list {
    background: #ffeeef;
}

.category_url_list .main_inner {
    padding: 127px 0 155px;
}

.category_url_list .link_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
    width: 100%;
    margin-top: 55px;
}

.category_url_list .link_wrap li {
    position: relative;
    width: calc((100% - 57px) / 3);
    height: 164px;
    border-radius: 20px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    background: #fff;
}

.category_url_list .link_wrap li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f76ece  url('/img/event/9140/pc/arrow.png') center no-repeat;
}

.category_url_list .link_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 27px 0 0 26px;
    box-sizing: border-box;
}

.category_url_list .link_wrap li a span {
    display: inline-block;
    margin-bottom: 16px;
    padding: 0 21px;
    border: 2px solid #f76ece ;
    border-radius: 50px;
    box-sizing: border-box;
    font-family: 'noto6';
    font-size: 20px;
    letter-spacing: -0.035em;
    line-height: 37px;
    color: #f76ece ;
}

.category_url_list .link_wrap li a p {
    font-family: 'noto6';
    font-size: 34px;
    letter-spacing: -0.035em;
    line-height: 1;
}

/*근거문구*/
.event_cont_branding .evidence_btn {
    display: inline-block;
    width: 82px;
    height: 28px;
    letter-spacing: -0.03em;
    font-size: 15px;
    font-family: 'noto4';
    line-height: 1.1;
    padding: 6px 6px 1px;
    border: 1px solid #243c3c;
    border-radius: 3px;
    letter-spacing: -0.025em;
    color: #243c3c;
    cursor: pointer;
    background:#ffffff;
}
.evidence_btn span {
    display: inline-block;
    font-size: 12px;
}
.evidence_popup_area {
    display: none;
    position: absolute;
    top: calc(100% - 6px);
    right: 415px;
    width: 450px;
    border: 1px solid #000000;
    background: #ffffff;
    letter-spacing: -0.045em;
}
.evidence_popup_wrap {
    position: relative;
    padding: 36px 24px;
    background: #fff;
}
.evidence_popup_area .x_btn {
    position: absolute;
    top: 14px;
    right: 20px;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 20px;
    font-family: 'market-m';
    cursor: pointer;
}
.evidence_popup_area li {
    position: relative;
    float: none;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.045em;
    color: #000;
    font-size: 14px;
    font-family: 'noto4';
}
.evidence_popup_area li:not(:first-child) {
    text-indent: 10px;
}
.evidence_popup_area li:not(:first-child)::before {
    clear: both;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
}
.evidence_popup_area li:first-child {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}
/* 유의사항 */
.event_notice {
    /* padding: 163px 0 100px; */
    padding: 100px 0;
    background: #f5f5f5;
}

.event_notice .main_inner {
    width: 1100px;
    margin: 0 auto;
}

.event_notice .notice_title {
    display: block;
    width: 100%;
    border-bottom: 2px solid #000;
    text-indent: -2px;
    letter-spacing: -0.08em;
    font-size: 50px;
    font-family: 'noto5';
    line-height: 1.5;
}

.event_notice .notice_list {
    width: 100%;
    margin-top: 46px;
}

.event_notice .notice_list .list_item + .list_item {
    margin-top: 37px;
}

.event_notice .notice_list .list_item dt {
    line-height: 1.2;
    letter-spacing: -0.08em;
    font-size: 30px;
    font-family: 'noto6';
}

.event_notice .notice_list .list_item dd {
    display: block;
    width: 100%;
    line-height: 34px;
    margin-top: 9px;
    letter-spacing: -0.08em;
    font-size: 18px;
    font-family: 'noto2';
}

.event_notice .notice_list .list_item dd + dt {
    margin-top: 30px;
}

.event_notice .notice_list .list_item p {
    font-family: 'noto2';
}

.event_notice .notice_list .list_item ul {
    padding-left: 10px;
}

.event_notice .notice_list .list_item li {
    float: none;
    font-family: 'noto2';
}

@media (min-width: 2560px) {
    .event_cont_1,
    .event_cont_2,
    .event_cont_4,
    .category_url_list,
    .event_cont_6 {
        background-size: cover;
    }
}
