* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

ul,
ol,
li {
    list-style: none;
}

html, body {
	scroll-behavior: smooth;
}

body {
    color: #333;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
}

.fixed_btn_wrap {
    position: fixed;
    bottom: 80px;
    right: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
	z-index: 999;
}

.fixed_btn_wrap img {
    max-width: 110px;
}

/* -------------- */

#header {
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 0 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 999;
}

#header a {
    position: absolute;
    top: -1px;
    right: 0;
    width: 350px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #fff;
}

#header .header_btn01 {
    background-color: #FF5E82;
    right: 350px;
}

#header .header_btn02 {
    background-color: #ED1748;
}

.sec1 {
    padding: 0 4%;
    background-image: url(../image/sec1_bg_dgfesta.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.sec1_main_tit {
    text-align: center;
	position: relative;
	width: 665px;
	max-width: 100%;
	margin: 0 auto;
}

.sec1_main_tit .title_deco {
	position: absolute;
	left: 45%;
	bottom: -50px;
}

.sec1_main_tit_deco01 {
	text-align: center;
	font-size: 50px;
	letter-spacing: -2px;
	color: #fff;
    margin: 10vh 0 0vh;
	width: 800px;
	max-width: 100%;
}

.sec1_main_tit_deco01 span {
	font-weight: 700;
}

.sec1_con_wrap {
    display: flex;
    justify-content: center;
    margin-top: 2.6vh;
}

.sec1_con_wrap img {
    max-width: 50px;
}

.sec1_main_date {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec1_main_date h2 {
    color: #fff;
    font-size: 55px;
    letter-spacing: -2px;
    font-weight: 500;
}

.sec1_main_date .sm {
    font-size: 32px;
}

#fair_end,
#fair_start {
    font-weight: 700;
}

.sec1_main_place {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec1_main_place h3 {
    font-size: 36px;
    letter-spacing: -2px;
    color: #fff;
    font-weight: 500;
}

.sec1_main_place h3 span {
    font-weight: 700;
}

.sec1_join_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    height: 70px;
    background-color: #ed1748;
    color: #fff;
    width: 100%;
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: 500;
    border-radius: 70px;
    margin: 9.3vh auto 0;
    gap: 25px;
}

.sec1_join_btn span > span {
    font-weight: 700;
}

.sec1_join_btn img {
    max-width: 14px;
}

/* sec2 */
.sec2 {
    padding: 140px 4% 140px;
}

.sec2_tit {
    text-align: center;
}

.sec2_cap {
    font-size: 26px;
    letter-spacing: -1px;
    color: #2c2c2c;
    text-align: center;
    margin: 30px 0 45px;
}

.sec2_cap span {
    font-weight: 700;
    position: relative;
}

.sec2_cap span::after {
    content: '';
    width: 100%;
    height: 15px;
    background-color: #ffced9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.sec2_con_wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sec2_con_wrap div img:nth-child(2) {
	display: none;
}


.benefit01 .mo {display: none;}



/* middle_form */
.middle_form {
    background-image: linear-gradient(180deg, #fff, #FFE2E2);
    padding-bottom: 135px;
    margin-top: 20px;
}

.middle_form_tit01 {
    color: #545454;
    text-align: center;
    font-size: 45px;
}

.middle_form_tit02 {
    color: #E61A4D;
    text-align: center;
    margin: 15px 0 65px;
    font-weight: 700;
    font-size: 90px;
}

.middle_form_wrap {
    max-width: 100%;
    margin: 0 15%;
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 0px 0px 8px #00000015;
    padding: 60px 100px 95px;
}

.middle_form_tit03 {
    color: #E61A4D;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 52px;
}

.middle_form_con01 label {
    display: block;
    margin-bottom: 23px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px;
}

.middle_form_con01 div {
    display: flex;
    padding-left: 16px;
    gap: 15px;
}

.middle_form_con01 div input {
    width: 50%;
    background-color: #00000005;
    border: none;
    outline: none;
    height: 68px;
    padding: 0 2%;
}

.middle_form_con02 {
    margin-top: 25px;
}

.middle_form_con02 label {
    display: block;
    margin-bottom: 23px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px;
}

.middle_form_con02 div {
    padding-left: 16px;
}

.middle_form_con02 input {
    display: block;
    width: 100%;
    background-color: #00000005;
    border: none;
    outline: none;
    height: 68px;
    padding: 0 2%;
}

.middle_form_con03 {
    margin-top: 25px;
}

.middle_form_con03 label {
    display: block;
    margin-bottom: 23px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px;
}

.middle_form_con03 div {
    display: flex;
    padding-left: 16px;
    gap: 15px;
}

.middle_form_con03 input {
    display: block;
    width: 50%;
    background-color: #00000005;
    border: none;
    outline: none;
    height: 68px;
    padding: 0 2%;
}

.middle_form_con03 select {
    display: block;
    width: 50%;
    background-color: #00000005;
    border: none;
    outline: none;
    height: 68px;
    padding: 0 2%;
}

.middle_form_con04 {
    margin-top: 25px;
}

.middle_form_con04>label {
    display: block;
    margin-bottom: 23px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px;
}

.middle_form_con04>div {
    display: flex;
    padding-left: 16px;
    gap: 50px;
}

.middle_form_con04>div>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.middle_form_con04 input {
    all: unset;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #D9D9D9;
}

.middle_form_con04 input:checked {
    background-color: #000;
}

.middle_form_con04>div>div label {
    font-size: 25px;
    letter-spacing: -2px;
}

.middle_form_con05 {
    margin-top: 25px;
}

.middle_form_con05>label {
    display: block;
    margin-bottom: 23px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px;
}

.middle_form_con05 select {
    display: block;
    width: 100%;
    background-color: #00000005;
    border: none;
    outline: none;
    height: 68px;
    padding: 0 2%;
}

.middle_form_con05 > div {
    padding-left: 16px;
}

.middle_form_con06 {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 25px;
}

.middle_form_con06 input {
    width: 11px;
    height: 11px;
    padding: 0;
    background-color: #d9d9d9;
    margin-right: 11px;
    cursor: pointer;
}

.middle_form_con06 input:checked {
    background-color: #000;
}

.middle_form_con06 label {
    font-size: 18px;
    font-weight: 300;
    margin-right: 5px;
    cursor: pointer;
}

.middle_form_con06 a {
    font-size: 14px;
    text-decoration: underline;
}

.middle_form_con10 {
	display: flex;
	gap: 15px;
	margin-top: 25px;
}

.middle_form_con10 > div {
	width: calc(50% - 7px);
}

.middle_form_con10 label {
	display: block;
	margin-bottom: 23px;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -2px;
}

.middle_form_con10 input {
	display: block;
    width: 100%;
    background-color: #00000005;
    border: none;
    outline: none;
    height: 68px;
    padding: 0 2%;
}

.middle_con_submit_btn {
    all: unset;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 304px;
    height: 65px;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    margin: 70px auto 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 24px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}


/* ���ô� �� */

/* ����15 */
.section15 {
    position: relative;
    overflow: hidden;
}

.section15 .bg {
    width: 100%;
    height: 375px;
    background-color: #181818;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.section15 .container {
    width: 100%;
    max-width: 993px;
    margin: 0 auto;
}

.section15 .container .top h4 {
    color: #fff;
    font-size: 36px;
    margin: 110px 0 10px;
}

.section15 .container .top p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.section15 .container .wrap_1 {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.section15 .container .wrap_1>div:first-child {
    width: 100%;
    max-width: 484px;
    height: 286px;
    background-color: #FFF8FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
}

.section15 .container .wrap_1>div:last-child {
    width: 100%;
    max-width: 484px;
    height: 286px;
    background-color: #E72153;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.section15 .container .wrap_1>div:first-child p:nth-child(2) {
    font-size: 25px;
    font-weight: 700;
    margin: 25px 0 17px;
}

.section15 .container .wrap_1>div:last-child p:nth-child(2) {
    font-size: 25px;
    font-weight: 700;
    margin: 25px 0 17px;
}

.section15 .container>.location {
    width: 100%;
    /*
      height: 78px;
      border: 3px solid #E72153;
      */
    text-align: center;
    line-height: 78px;
    background-color: #FFF8FA;
    margin: 23px 0 28px;
}

/*
  .section15 .container>.location p {
      font-size: 20px;
      color: #413538;
  }
  */
.section15 .container>.location p span {
    color: #E72153;
    font-size: 25px;
    font-weight: 600;
}

.section15 .container>.wrap_2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
    gap: 25px;
}

.section15 .container>.wrap_2 .link {
    width: 100%;
    max-width: 252px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #E72153;
}

.section15 .container>.wrap_2 .link p {
    margin: 28px 0 10px;
    font-size: 20px;
}

.section15 .container>.wrap_2 .link a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    background-color: #000;
    width: 187px;
    height: 38px;
    border-radius: 38px;
    line-height: 38px;
    text-align: center;
}

.section15 .container>.wrap_2 .img {
    width: 100%;
    height: 400px;
}



/* Ǫ�� */
footer {
    width: 100%;
    height: 260px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding-top: 90px;
    font-size: 15px;
}

@media screen and (max-width: 1880px) {
    .sec1 {
        height: 930px;
    }
}


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

    .fixed_btn_wrap img {
        max-width: 70px;
    } 

	#header a {
		display: none;
	}
	
	/* ���ô±� */
    .section15 .container {
        padding: 0 4%;
    }
}

@media screen and (max-width: 768px) {
    .sec1 {
        height: auto;
		padding-bottom: 30px;
    }

.sec2 {
    padding:70px 4%;
}

	#header {
		justify-content: center;
		height: 60px;
	}

    .sec1_con_wrap img {
        max-width: 40px;
    }

    .sec1_main_date h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .sec1_main_date .sm {
        font-size: 20px;
    }

    .sec1_main_place h3 {
        font-size: 24px;
        letter-spacing: -1px;
    }

    .sec1_join_btn {
        font-size: 20px;
        max-width: 60%;
    }

    .sec1_join_btn img {
        max-width: 10px;
    }

	
	.benefit01 .mo {display: inline;}
	.benefit01 .pc {display: none;}


	
    /* middleform */
    .middle_form {
        margin-top: 50px;
    }

    .middle_form_wrap {
        margin: 0 8%;
        padding: 60px 4% 95px;
    }


    .middle_form_tit01 {
        font-size: 22px;
    }

    .middle_form_tit02 {
        font-size: 68px;
    }
}

@media screen and (max-width: 500px) {
	.fixed_btn_wrap {
		bottom: 20px;
		right: 20px;
	}

    .fixed_btn_wrap img {
        max-width: 60px;
    }

    .sec1 {
        display: flex;
		padding-bottom: 100px;
    }

    .sec1_main_tit {
        margin: 0;
		width: auto;
    }

	.sec1_main_tit_deco01 {
		text-align: center;
		font-size: 26px;
		letter-spacing: -2px;
		color: #fff;
		margin: 11vh 0 2vh;
		width: auto;
	}

	.sec1_main_tit .title_deco {
		position: absolute;
		left: 7%;
		bottom: -40px;
	}

	.sec1_main_tit_deco01 img {
		transform: scale(1.13);
	}

    .sec1_main_date h2 {
        font-size: 7.2vw;
    }

    .sec1_main_date .sm {
        font-size: 14px;
    }

    .sec1_main_date {
        gap: 5px;
    }

    .sec1_main_place {
        gap: 5px;
    }

    .sec1_main_place h3 {
        font-size: 4.63vw;
    }

    .sec1_con_wrap img {
        max-width: 34px;
    }

    .sec1_join_btn {
        max-width: 100%;
        margin: 17.3vh auto 0;
        height: 60px;
        font-size: 16px;
    }

    /*sec2*/

    .sec2_cap {
        font-size: 3.98vw;
    }
	
	.sec2_cap span::after {
		height: 8px;
	}

    .sec2_con_wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sec2_con_wrap img {
        max-width: 90%;
    }

	.sec2_con_wrap div img:nth-child(1) {
		display: none;
	}

	.sec2_con_wrap div img:nth-child(2) {
		display: inline;
	}


	
    /* middle form */
    .middle_form_tit02 {
        font-size: 52px;
        margin: 5px 0 35px;
    }

    .middle_form_wrap {
        padding: 20px 8% 20px;
    }

    .middle_form_tit03 {
        color: #E61A4D;
        font-size: 25px;
        font-weight: 700;
        letter-spacing: -2px;
        margin-bottom: 22px;
    }

    .middle_form_con01 label,
    .middle_form_con02 label,
    .middle_form_con03 label,
    .middle_form_con04>label,
    .middle_form_con05 label {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -2px;
    }

    .middle_form_con01 div input,
    .middle_form_con02 div input,
    .middle_form_con03 div input,
    .middle_form_con03 div select,
    .middle_form_con05 select {
        height: 35px;
    }

    .middle_form_con04>div>div label {
        font-size: 14px;
    }

    .middle_form {
        padding-bottom: 45px;
    }

    .middle_form_con02,
    .middle_form_con03,
    .middle_form_con04,
    .middle_form_con05,
    .middle_form_con06 {
        margin-top: 15px;
    }

    .middle_con_submit_btn {
        margin: 30px 0;
    }

    .middle_form_con06 label {
        font-size: 14px;
        font-weight: 300;
        margin-right: 5px;
        cursor: pointer;
    }

    .middle_form_con04>div {
        gap: 15px;
    }
    
    .middle_form_con04>div>div {
        gap: 6px;
    }

    .middle_form_con06 a {
        font-size: 12px;
        text-decoration: underline;
    }

	.middle_form_con10 {
		flex-direction: column;
	}

	.middle_form_con10 > div {
		width: 100%;
	}

	.middle_form_con10 input {
	    height: 35px;
		margin-left: 16px;
	}

	.middle_form_con10 label {
	     display: block;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -2px;
	}


	
    /* ���ô� �� */
    .section15 .container>.wrap_2 {
        flex-direction: column;
    }

    .section15 .container>.wrap_2 .link {
        max-width: 100%;
        margin-bottom: 15px;
        padding: 20px 0;
    }

    .section15 .container>.wrap_2 .img {
        height: 300px;
        width: 100%;
    }

    .section15 .container>.wrap_2 .img iframe {
        width: 100%;
        height: 100%;
    }

    .section15 .container>.location p {
        font-size: 12px;
    }

    .section15 .container>.location p span {
        font-size: 18px;
    }
}