@import url("https://www.douzone.com/html/css/reset.css");
@import url("https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");



@font-face {
    font-family: "Pretendard";
    src: url(
    https://cdn.jsdelivr.net/gh/orioncactus/pretendard/packages/pretendard/dist/web/static/woff2/Pretendard-Medium.woff2);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Pretendard";
    src: url(
    https://cdn.jsdelivr.net/gh/orioncactus/pretendard/packages/pretendard/dist/web/static/woff2/Pretendard-Bold.woff2);
    font-weight: 500;
    font-style: normal;
}

body,
html {

    font-family: 'Pretendard', sans-serif !important;
    margin: 0;
    padding: 0;
    font-variant-numeric: tabular-nums;
    /* scroll-behavior: smooth;  */ /* 부드러운 스크롤 */
}

p{
    margin: 0;
}

.only-pc {
    display: block !important;
}

.only-mo {
    display: none !important;
}

/* wrap */

.wrap {
    position: relative;
}

/* inner */

.inner {
    width: 680px;
    margin: 0 auto;
}
.inner img{
    width: 100%;
    display: block;
}

/* section01 */

.section01 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 819px;
    text-align: center;
    background-image: url("/html/event/250908/images/img_section01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.section02 {
    position: relative;
    width: 100%;
    height:727px;


}


/*신청안내*/
.section03 {
    position: relative;
    text-align: center;
    width: 100%;
    height: 1045px;
}


.section04 {
    position: relative;
    width: 100%;
    margin: 0 auto;
     padding-top: 30px;


}

.section04 p.title {
    padding-bottom: 20px;
    font-size: 30px;
    color: #1d1d1f;
    font-family: 'Pretendard', sans-serif !important;
    line-height: 1.4;
    letter-spacing: -0.76px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    position: relative;
}

.section04 p.title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 47%;
    background-color: #7D74FBFF;
    display: block;
    width: 40px;
    height: 3px;
 border-radius: 3px;
}

.section04 p.warning{
    font-size: 15px;
    margin : 20px 0 40px;
    padding-left: 20px;
    color: #1d1d1f;
}
.info{
    width: 100%;
    height: 160px;
}
.linkBtn {
    display: inline-block;
    position: absolute;
}
#btn1 {
    top: 285px;
    left: 67px;
    width: 270px;
    height: 45px;
}

#btn2 {
    top: 285px;
    right: 67px;
    width: 270px;
    height: 45px;
}

#btn3 {
    top: 335px;
    left: 67px;
    width: 270px;
    height: 45px;
}
#btn4 {
    top: 335px;
    right: 67px;
    width: 270px;
    height: 45px;
}

/*부산*/

#btn5 {
    top: 575px;
    left: 67px;
    width: 245px;
    height: 45px;
}
#btn6 {
    top: 625px;
    left: 67px;
    width: 245px;
    height: 45px;
}

/*대구*/
#btn7 {
    top: 575px;
    right: 67px;
    width: 245px;
    height: 45px;
}
#btn8 {
    top: 625px;
    right: 67px;
    width: 245px;
    height: 45px;
}

/*광주*/
#btn9 {
    top: 865px;
    left: 67px;
    width: 245px;
    height: 45px;
}
#btn10 {
    top: 920px;
    left: 67px;
    width: 245px;
    height: 45px;
}
#btn11 {
    top: 865px;
    right: 67px;
    width: 245px;
    height: 45px;
}


footer{
    width: 100%;
    height: 64px;
}

.toggle-header {
    cursor: pointer;
    padding: 0 24px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    color: #1d1d1f;
    font-size: 18px;
    font-weight: bold;
    position: relative;

}

.toggle-header span {
    font-size: 18px;
    color: #1d1d1f;
    font-weight: bold;
    font-family: 'Pretendard', sans-serif;
    display: inline-block;
    margin-right: 16px;
}

.toggle-header span.arrow {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 25px;
    height: 25px;
    background-image: url(https://www.douzone.com/html/event/260429/images/ic-chevron-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.toggle-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 0;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    font-size: 18px;
    color: #6e6e73;
    border-bottom: 1px solid transparent;
}

.toggle-content p {
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: #f7f8fc;
    padding: 0 24px;
    border-radius: 0 0 16px 16px;
}

.toggle-content span {
    color: #7D74FBFF;
    font-family: 'Pretendard', sans-serif;
    display: inline-block;
    margin-right: 16px;
    font-size: 18px;
}
.toggle-wrap {
    border-radius: 16px;
    border: 1px solid transparent;
    margin-bottom: 10px;
}


.toggle-wrap.active {
    transition: all 0.5s ease;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    border-radius: 16px;
}

.toggle-wrap.active .toggle-header {
    border-color: transparent;
    transition: all 0.3s ease;
    /*border-radius:  16px 16px 0 0;*/
}

.toggle-wrap.active span.arrow {
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.3s ease;
}

.toggle-wrap .toggle-content {
    transition: all 0.3s ease;
}

.toggle-wrap.active .toggle-content {

    opacity: 1;
    max-height: 300px;

    transition: all 0.5s ease;
}

