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

.layout {
    width: 100%;
    min-width: 100%;

}

.box-1 {
    background-color: #FF852D;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0;
}

.event-logo {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    width: 35rem;

}


.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 81.3rem !important;
    height: 100%;
}

.info img {
    height: 40rem;
}

.banner-overlay {
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    background: transparent;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1;
    flex-direction: column;
}

.banner-overlay img {
    height: 11.6rem !important;
    margin-top: 5rem;
}

.banner-overlay p {
    color: #FF852D;
    text-align: center;
    font-family: "NanumSquare Neo";
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: 100%;
    margin: 1.78rem;
}

.text-box {
    width: 44.5rem;
    height: 11rem;
    flex-shrink: 0;
    border-radius: 1.5625rem;
    background: #FFECDE;
    margin-bottom: 4.25rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.text-box p {
    width: 100% !important;
    margin: 0;
    text-align: center;
    color: #525252;
    font-family: "NanumSquare Neo";
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2rem;
}

.img-set {
    height: 100%;
    width: 60rem;
    position: absolute;
    z-index: 9;
}

.box-1 .img-set .character, .box-1 .img-set .pencil {
    position: absolute;
    z-index: 11;
}

.character {
    top: 24rem;
    left: 0;
    width: 14rem;
}

.pencil {
    top: 24rem;
    right: -4rem;
    width: 18rem;
    height: 18rem;
    z-index: 12;
}

.box-2 {
    background-color: #FFE1CB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.second-banner {
    margin-top: 3rem;
}

.event-select-box {
    width: 100%;
    position: relative;
    margin-top: 1rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 8.9rem;
}

.event-select-bg {
    position: absolute;
    width: 100%;
    height: 8.6rem;
    flex-shrink: 0;
    background-color: #FF852D;
}

.event-select-list {
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.event-select-list img {
    width: 22rem;
    z-index: 10;
}

.subject-select-list {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 4rem;
}

.subject-select-list img {
    width: 13rem;
}

.event-text-box {
    margin-top: 4rem;
    border-radius: 1.875rem;
    background: #FF6D03;
    width: 90rem;
    height: 6.125rem;
    flex-shrink: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.event-text-box p {
    margin: 0;
    color: #FFF;
    font-family: "NanumSquare Neo";
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.event-info-box {
    box-sizing: border-box;
    margin-top: 1.13rem;
    padding: 1rem;
    width: 90rem;
    height: 17.8125rem;
    flex-shrink: 0;
    border-radius: 2.8125rem;
    background: #FFF;
    box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.6rem;
}

.event-info {
    display: flex;
    width: 65rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

.event-info img {
    width: 16rem;
    margin-left: 1rem;
}

.event-info .event-info-img {
    width: 100%;
}

.event-info p {
    color: #525252;
    font-family: "NanumSquare Neo";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.box-3 {
    background-color: #FFD6B9;
    position: relative;
}

.promo-box {
    position: relative;
    z-index: 1;
    width: 100%;
}

.promo-box img {
    margin-top: 4rem;
    width: 70rem;
}

.promo-box .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.promo-img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 70rem;
    z-index: 1;
}

.promo-img img{
    width: 20rem;
    margin-bottom: 4rem;
}

.promo-box .bottom {
    background-color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    z-index: -1;
}

.promo_bg {
    position: absolute;
    width: 100% !important;
    object-fit: cover;
    z-index: 0;
    top: 10rem;
    right: 0;
}

.bottom-info-first{
    width: 53.5rem;
    margin-left: 4rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.bottom-info-first .bold{
    color: #FFBC57;
    margin: 0;
    font-family: "NanumSquare Neo";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.bottom-info-first .normal{
    color: #FFF;
    margin: 0;
    font-family: "NanumSquare Neo";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}

.bottom-info-second{
    width: 53.5rem;
    margin-right: 4rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.bottom-info-second .bold{
    color: #FFBC57;
    margin: 0;
    font-family: "NanumSquare Neo";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.bottom-info-second .normal{
    margin: 0;
    color: #FFF;
    font-family: "NanumSquare Neo";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
}

.box-4{
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #FFE7C4;
}

.box-4 .form-character{
    position: absolute;
    z-index: 1;
    left: 0;
    margin-top: 10rem;
    width: 19rem !important;
}

.box-4 .content-box{
    z-index: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4rem;
    width: 80rem;
}

.form-img{
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.form-area{
    margin-top: 4rem;
    border-radius: 4rem 4rem 0 0 ;
    width: 80rem;
    height: 35.75rem;
    flex-shrink: 0;
    background: linear-gradient(180deg, #FFF 18.37%, #FFBC57 99.97%, #FFBC57 99.98%, #9B7234 99.99%);
}

.form-area p{
    color: #000;
    text-align: center;
    font-family: "NanumSquare Neo";
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.form-area span{
    color: #FF6D03;
    font-family: "NanumSquare Neo";
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.form-area button{
    margin-top: 5rem;
    width: 43.75rem;
    height: 12.5rem;
    flex-shrink: 0;
    border-radius: 2.8125rem;
    background: #FF6D03;
    border: none;
    box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "NanumSquare Neo";
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.box-5{
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #FFE7C4;
}

.box-5 .form-character{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 14rem;
    width: 19rem !important;
}

.box-5 .content-box{
    z-index: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4rem;
    width: 80rem;
    margin-bottom: 4rem;
}

.lifetime-box{
    width: 79.375rem;
    height: 8.125rem;
    flex-shrink: 0;
    border-radius: 4.0625rem;
    background: #FFF;
    margin-top: 4rem;
}

.lifetime-box p{
    color: #000;
    font-family: "NanumSquare Neo";
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.lifetime-box span{
    color: #FF6D03;
    text-align: center;
    font-family: "NanumSquare Neo";
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.step{
    margin-top: 4rem;
}

.criteria{
    margin-top: 4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 1.875rem;
    background: #FFF;
}

.criteria p{
    color: #000;
    text-align: center;
    font-family: "NanumSquare Neo";
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 2.4rem 0 0 0;

}

.criteria-box{
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    width: 50rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.criteria-box img{

}

.footer{
    background-color: #FF852D;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7rem;
}

.footer-box{
    justify-content: start;
    text-align: left;
    align-items: center;
}

.footer-box p{
    color: #FFF;
    font-family: "NanumSquare Neo";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    line-height: 2rem;
}

.footer-last{
    display: flex;
    flex-direction: row;
    justify-content: start;
    text-align: left;
    align-items: center;
}
