@charset "utf-8";
/* CSS Document */

.detail_img{
	background: url('https://cdn.icoda.co.kr/asset/editor/202601/20260123113835_6ec9132bf656cca96c93137794ea65ba_fw4k.png') no-repeat;
	background-size: contain;
	aspect-ratio:1 / 1;
	
	width: 100%;
	height: 100%;
	
}

.event_info-detail{
	width: 95%;
	max-width: 1400px;
	border-radius: 3.1rem;
	height: auto;
	margin: 0 auto;
	background: #262626;
}
.event_info-detail.wr{
	width: 95%;
	max-width: 1400px;
	border-radius: 3.1rem;
	height: auto;
	margin: 0 auto;
	background: #fffaf5;
}



.event_info-detail.wg{
	width: 95%;
	max-width: 1400px;
	border-radius: 3.1rem;
	height: auto;
	margin: 0 auto;
	background: #f1fafb;
}



.event_info-detail.ws{
	width: 95%;
	max-width: 1400px;
	border-radius: 3.1rem;
	height: auto;
	margin: 0 auto;
	background: #faf0f1;
}




.detail_right{
	display: flex;
	width: 30%;
	border-radius: 100rem;
	border: 3px solid #21ddcb;
	background: #21ddcb;
}

@media(max-width:992px){
	.detail_right{
	display: flex;
	width: 30%;
	border-radius: 100rem;
	border: 3px solid #21ddcb;
	background: #21ddcb;
		margin-bottom: 3em;
}
}


@media (max-width: 700px) {
    .detail_right {
        display: flex;
        width: 70%;
        border-radius: 100rem;
        border: 3px solid #21ddcb;
        background: #21ddcb;
        margin-bottom: 3em;
    }
}




.detail_right.wr{
	display: flex;
	width: 30%;
	border-radius: 100rem;
	border: none;
	background: #fad2a5;
}

@media(max-width:992px){
	.detail_right.wr{
	display: flex;
	width: 30%;
	border-radius: 100rem;
	border: none;
	background: #fad2a5;
		margin-bottom: 3em;
}
}


@media (max-width: 700px) {
    .detail_right.wr {
        display: flex;
        width: 70%;
        border-radius: 100rem;
  border: none;
        background: #fad2a5;
        margin-bottom: 3em;
    }
}





.detail_right.wg{
	display: flex;
	width: 30%;
	border-radius: 100rem;

	background: #add2d6;
}

@media(max-width:992px){
	.detail_right.wg{
	display: flex;
	width: 30%;
	border-radius: 100rem;
	border: none;
	background: #add2d6;
		margin-bottom: 3em;
}
}


@media (max-width: 700px) {
    .detail_right.wg {
        display: flex;
        width: 70%;
        border-radius: 100rem;
  border: none;
        background: #add2d6;
        margin-bottom: 3em;
    }
}









.detail_right.ws{
	display: flex;
	width: 30%;
	border-radius: 100rem;
border: none;
	background: #d6838b;
}

@media(max-width:992px){
	.detail_right.ws{
	display: flex;
	width: 30%;
	border-radius: 100rem;
	border: none;
	background: #d6838b;
		margin-bottom: 3em;
}
}


@media (max-width: 700px) {
    .detail_right.ws {
        display: flex;
        width: 70%;
        border-radius: 100rem;
  border: none;
        background: #d6838b;
        margin-bottom: 3em;
    }
}







.e_logo_img{
	background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260202162940_7732e1dc8801150920c94798ac74e96f_e2tt.png) no-repeat;
}
.e_logo_img{
	width:100%;
	height: 100%;
	max-width: 12rem;
	
	background-size: contain;
	background-position: center center;
}

@media (max-width: 600px) {
    .e_logo_img {
        width: 100%;
        height: 100%;
        max-width: 12rem;
        background-size: contain;
        background-position: left center;
    }
}



.title_bg{
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260202162751_7732e1dc8801150920c94798ac74e96f_urzm.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
@media(max-width:600px){
	.title_bg {
    background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260202162751_7732e1dc8801150920c94798ac74e96f_mnu6.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
		overflow: hidden;
}
}





.promotion_01-img{
	width: 100%;
	border-radius: 3.1rem;
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260203155627_8dc14c1a693d714cf605d8c001c83fe3_lk21.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio:1400 / 460;
	height: 100%;
}

@media(max-width:992px){
	.promotion_01-img{
	width: 100%;
	border-radius: 2rem;
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260203155627_8dc14c1a693d714cf605d8c001c83fe3_lk21.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio:400 / 150;
	height: 100%;
}
}

@media(max-width:600px){
	.promotion_01-img{
	width: 100%;
	border-radius: 2rem;
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260203161242_8dc14c1a693d714cf605d8c001c83fe3_tyx4.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio:400 / 500;
	height: 100%;
}
}


.promotion_02-img{
	background: url('https://cdn.icoda.co.kr/asset/editor/202602/20260203161506_8dc14c1a693d714cf605d8c001c83fe3_va5m.jpg') no-repeat;
}

.promotion_02-img{
	width: 100%;
	max-width: 500px;
	border-radius: 3.1rem;
	
	background-position: center center;
	background-size: cover;
	aspect-ratio:500 / 640;
	height: 100%;
}


@media(max-width:1230px){
	.promotion_02-img {
    width: 100%;
    max-width: 700px;
    border-radius: 3.1rem;
   
    background-position: center center;
    background-size: cover;
    aspect-ratio: 500 / 300;
    height: 100%;
    margin-bottom: 5em;
}
}



@media(max-width:992px){
	.promotion_02-img {
    width: 100%;
    max-width: 700px;
    border-radius: 3.1rem;
 
    background-position: center center;
    background-size: cover;
    aspect-ratio: 500 / 650;
    height: 100%;
    margin-bottom: 5em;
	margin-top: 5em;
}
}

.btn-bg0{
	background:#fff;
	border-radius: 2.5rem;
}

.btn-bg001,
.btn-bg002{
	width: 100%;
	height: 100%;
	aspect-ratio:2.3 / 2;
	
}







.btn-bg001{
	background: url(https://cdn.icoda.co.kr/asset/editor/202601/20260123150606_6ec9132bf656cca96c93137794ea65ba_a1fy.png)no-repeat;
	background-position: center center;
	background-size: cover;
}


.btn-bg0-1{
	background:#D3D3D321;
	border-radius: 1.7rem;
}
.btn-bg01{
	background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260203162505_8dc14c1a693d714cf605d8c001c83fe3_cmcg.png)no-repeat;
	background-position: center center;
	background-size: cover;
}


.btn-bg02{
	background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260203162505_8dc14c1a693d714cf605d8c001c83fe3_3ka9.png)no-repeat;
	background-position: center center;
	background-size: cover;
}



.btn-bg03{
	background: url(https://cdn.icoda.co.kr/asset/editor/202602/20260203164310_8dc14c1a693d714cf605d8c001c83fe3_nzvj.png)no-repeat;
	background-position: center center;
	background-size: cover;
}



.btn-bg04{
	background: url(https://cdn.icoda.co.kr/asset/editor/202601/20260122144048_9cc5b4e23b2e976ca9a27c92bc72c0c5_m41k.png)no-repeat;
	background-position: center center;
	background-size: cover;
}

.btn-bg05{
	background: url(https://cdn.icoda.co.kr/asset/editor/202601/20260122144050_9cc5b4e23b2e976ca9a27c92bc72c0c5_ultz.png)no-repeat;
	background-position: center center;
	background-size: cover;
}

.btn-bg06{
	background: url()no-repeat;
	background-position: center center;
	background-size: cover;
}


.brand-promotion_bg-img{
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	justify-content: center;
	height: 100vh;
}


@media(max-width:700px){
	
.brand-promotion_bg-img{
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	justify-content: center;
	height: auto;
}

}
.brand-promotion_bg-img.bg01{
	width: 70%;
	background: url(https://cdn.icoda.co.kr/asset/editor/202601/20260128115725_5fd06f3e328ac25374216ebcffa2b4c1_2lkx.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    flex-direction: column;
}


.brand-promotion_bg-img.bg02{
	width: 30%;
	background: url(https://storage.googleapis.com/img.broadbandbuyer.com/article/advice/4345/4345-image1.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

@media(max-width:1300px){
	.brand-promotion_bg-img.bg02{
		display: none;
	}
}

@media(max-width:1300px){
	.brand-promotion_bg-img.bg01{
	width: 100%;
	background: url(https://cdn.icoda.co.kr/asset/editor/202601/20260128115725_5fd06f3e328ac25374216ebcffa2b4c1_2lkx.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    flex-direction: column;
}

}

.btn_b_bg{
	background: #0000008b;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;

	
}



.m_btn-promotion_hidden{
	display: none;
}


@media(max-width:700px){
	.m_btn-promotion_hidden{
	display:flex;
		flex-direction: column;
}
}



.m_btn-promotion_hidden{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}


.btn-promotion_hidden{
	display: flex;
}


@media(max-width:700px){
	.btn-promotion_hidden{
	display:none;
}
}
.brand-promotion_btnbg{
	position: absolute;
	width: 90%;
	max-width: 1400px;
	height: 100vh;
	margin: 0 auto;
	z-index: 100;
	background: #ffffff00;
	flex-wrap: nowrap;
	flex-direction: column;
}

.big_txt_3 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    margin-top: 0.5em;
}
.w_btn_bg{
	display: flex;
	width: 69%;
	justify-content: space-between;
}


@media(max-width:1300px){
	.w_btn_bg{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
}


@media (max-width: 700px) {
    .w_btn_bg {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
		align-items: center;
    }
}


.main_pd_blank{
	padding-bottom: 0rem;
	display: block;
}



.title_bg-bk_img {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #00000010;
    align-items: center;
}

@media (max-width: 600px) {
    .title_bg-bk_img {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        background: #00000038;
        margin: 0 auto;
        align-items: flex-start;
        justify-content: space-around;
		        padding-left: 1.5rem;
    }
}

.event_logo_img {
    width: 95%;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 5rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 1rem;
}


@media (max-width: 600px) {
    .event_logo_img {
        width: 100%;
        max-width: 1400px;
        display: flex;
        max-height: 5rem;
        height: 100%;
        margin: 0 auto;
        padding-top: 0rem;
        flex-direction: column-reverse;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 1.5rem;
    }
}


.review_btn{
	
	background: #3f3f3f;
	padding: 1.3rem 2rem;
	color: white;
    font-size: 1.6rem;
    font-weight: 500;
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 500px;
	text-align: center;
	max-width: 90%;
	border-radius: 5rem;
	cursor: pointer;
}



@media(max-width:600px){
	
.review_btn{
	
	background: #3f3f3f;
	padding: 1.3rem 2rem;
	color: white;
    font-size: 1.3rem;
    font-weight: 500;
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 500px;
	text-align: center;
	max-width: 90%;
	border-radius: 5rem;
	cursor: pointer;
}
}

.qr_btn{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
    margin-top: 2rem;
	align-items: center;
	
}

.qr_img{
	margin-right: 1.5rem;
	display: block;
}

@media(max-width:800px){
	
.qr_img{
	margin-right: 1.5rem;
	display: none;
}
}
.kanit_ko {
    font-family: "Kanit", Pretendard Std Variable;
    font-style: normal;
}


.big_txtt {
    font-size: 8rem;
    color: white;
    margin-top: 0.2em;
    line-height: 0.88;
}


@media (max-width: 992px) {
    .big_txtt {
        font-size: 6rem;
        color: white;
        margin-top: 0.3em;
        margin-bottom: 2rem;
    }
}



@media (max-width: 600px) {
    .big_txtt {
        font-size: calc(5rem - 2vw);
        font-weight: 800;
        color: white;
        margin-top: 0.3em;
        width: 90%;
        margin-bottom: 2rem;
    }
}


.big_txtt-2 {
    font-size: 3.5rem;
    color: white;
    margin-top: 0.2em;
    line-height: 0.88;
}


@media (max-width: 992px) {
    .big_txtt-2 {
        font-size: 3rem;
        color: white;
        margin-top: 0.3em;
        margin-bottom: 2rem;
		
    }
}



@media (max-width: 600px) {
    .big_txtt-2 {
        font-size: calc(3rem - 2vw);
        font-weight: 800;
        color: white;
        margin-top: 0.3em;
        width: 90%;
        margin-bottom: 2rem;
    }
}





@media (max-width: 600px) {
    .title_blank3 {
        padding-top: 0rem;
display:none;
    }
}

   .title_blank3 {
dispaly:block;
        padding-top: 10rem;
    }



.r_pd{
	padding-left: 5rem;
}


@media(max-width:992px){
	
.r_pd{
	padding-left: 0;
}
}

