.storypage-body .storyindexpage-container {
    height: fit-content;
    background-color: #FFF0E0;
}
.storyindexpage-container .visual-section {
    display: block;
    width: 100%;
}
.storyindexpage-container .visual-section .logo-wrap {
    position: absolute;
    top: 20px;
    left: 25px;
    z-index: 10;
    width: 106px;
    height: 36px;
}
.storyindexpage-container .visual-section .logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.storyindexpage-container .visual-section img {
    width: 100%;
    object-fit: contain;
    display: block;
}
.storyindexpage-container .event-info-section {
    padding: 80px 0 40px 0;   
}
.storyindexpage-container .event-info-section .event-img {
    position: relative;
    width: 100%;
    margin: 12px 0 40px 0;
}
.storyindexpage-container .event-info-section .event-img .svg-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}
.storyindexpage-container .event-info-section .event-img .svg-wrap svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.storyindexpage-container .event-info-section .event-img img {
    width: 100%;
    object-fit: cover;
}


.storyindexpage-container .event-info-section .event-title .wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
}
.storyindexpage-container .event-info-section .event-title text {
    font-size: 14px;
    color: #343434;
    text-transform: uppercase;
}
.storyindexpage-container .event-info-section .event-title .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(100% - 60px);
    max-width: 310px;
}
.storyindexpage-container .event-info-section .event-title .title span {
    display: block;
    font-size: 55px;
    line-height: 1;
}
.storyindexpage-container .event-info-section .event-title .title span em {
    position: relative;
    color: #f3752c;
}
.storyindexpage-container .event-info-section .event-title .title span em::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 17px;
    background: url(../img/story/text_underline.svg) no-repeat center center / cover;
    content: "";
}
.storyindexpage-container .event-info-section .event-title .title span.row02 {
    text-align: right;
}
.storyindexpage-container .event-info-section .event-detail .date {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    background-color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    margin: 0 auto 28px auto;
}
.storyindexpage-container .event-info-section .event-detail .date span {
    font-size: 16px;
    color: #343434;
}
.storyindexpage-container .event-info-section .event-detail .info-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 45px;
}
.storyindexpage-container .event-info-section .event-detail .info-text p {
    font-size: 16px;
    color: #343434;
    text-align: center;
}
.storyindexpage-container .event-info-section .event-detail .info-text p.sub-text {
    font-size: 15px;
    color: rgba(52, 52, 52, 0.7);
    text-align: center;
}
.storyindexpage-container .event-info-section .event-detail .info-text p.sub-text br {
    display: none;
}
.storyindexpage-container .event-info-section .event-detail .participation-btn {
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 15px 48px;
    border-radius: 8px;
    background-color: #f3752c;
    color: #fff;
    margin: 0 auto;
}


.storyinputpage-container .info-section {
    background: url(../img/story/gradient_bg.jpg) no-repeat center center / cover;
   
}
.storyinputpage-container .info-section .section-head {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    margin-bottom: 12px;
}
.storyinputpage-container .info-section .wrapper2 .title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    margin-bottom: 40px;
}
.storyinputpage-container .info-section .wrapper2 .title-wrap h2 {
    font-size: 28px;
    text-align: center;
    color: #411E00;
}

.storyinputpage-container .info-section .wrapper2 .img-area .img01-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    padding: 0 5px;
    margin-bottom: 20px;
}
.storyinputpage-container .info-section .wrapper2 .img-area .img01-area .img-wrap,
.storyinputpage-container .info-section .wrapper2 .img-area .img02-area .img-wrap {
    width: 100%;
}
.storyinputpage-container .info-section .wrapper2 .img-area .img01-area span {
    font-size: 15px;
    line-height: 1.46;
    text-align: right;
    color: #411E00;
    padding-top: 13px;
    flex-shrink: 0;
}
.storyinputpage-container .info-section .wrapper2 .img-area .img01-area .img-wrap img,
.storyinputpage-container .info-section .wrapper2 .img-area .img02-area .img-wrap img {
    width: 100%;
    object-fit: contain;
    transform: rotate(-3.3deg);
}
.storyinputpage-container .info-section .wrapper2 .img-area .img02-area {
    padding-left: 36px;
}
.storyinputpage-container .info-section .wrapper2 .img-area .img02-area .img-wrap img  {
    transform: rotate(2deg);
}
.storyinputpage-container .info-section .wrapper2 .img-area .event-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.storyinputpage-container .info-section .wrapper2 .img-area .event-info .img-wrap {
    position: relative;
    width: 100%;
}
.storyinputpage-container .info-section .wrapper2 .img-area .event-info .img-wrap img {
    width: 100%;
    object-fit: contain;
}
.storyinputpage-container .info-section .wrapper2 .img-area .event-info .img-wrap svg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(120px, -20%);
}


.storyinputpage-container .info-section .wrapper2 .img-area .event-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 15px 40px 15px;
}
.storyinputpage-container .info-section .wrapper2 .img-area .event-info span {
    font-size: 16px;
    text-align: center;
    color: #F59051;
}
.storyinputpage-container {
    height: fit-content;
}
.storyinputpage-container .input-section {
    padding: 60px 0 40px 0;
    background-color: #FFF0E0;
}
.storyinputpage-container .input-section .wrapper2 h2{
    font-size: 22px;
    text-align: center;
    color: #411E00;
    margin-bottom: 32px;
}
.storyinputpage-container .input-section .wrapper2 .video-box {
    position: relative;
    width: 100%;
    margin-bottom: 38px;
}
.storyinputpage-container .input-section .wrapper2 .video-box video {
    width: 100%;
    object-fit: contain;
}
.storyinputpage-container .input-section .wrapper2 .video-box button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 25px;
    height: 25px;
}
.storyinputpage-container .input-section .wrapper2 .video-box button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.storyinputpage-container .input-section .wrapper2 .companion-select {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0 5px;
    margin-bottom: 26px;
}
.storyinputpage-container .input-section .wrapper2 .companion-select .sub-text {
    font-size: 14px;
    color: rgba(65, 30, 0, 0.8);
}
.storyinputpage-container .input-section .wrapper2 .companion-select ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3px;
    /* row-gap: 20px; */
}
.storyinputpage-container .input-section .wrapper2 .companion-select ul li {
    display: flex;
    align-items: center;
    width: 50%;
    height: 40px;
}
.storyinputpage-container .input-section .wrapper2 .companion-select ul li input {
    display: none;
}
.storyinputpage-container .input-section .wrapper2 .companion-select ul li label {
    position: relative;
    font-size: 18px;
    color: #411E00;
    padding-left: 29px;
    cursor: pointer;
    flex-shrink: 0;
}
.storyinputpage-container .input-section .wrapper2 .companion-select ul li label::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background: url(../img/icon/radio_btn_off.svg) no-repeat center center / contain;
    content: "";
}
.storyinputpage-container .input-section .wrapper2 .companion-select ul li input:checked + label::before {
    background-image: url(../img/icon/radio_btn_on.svg);
}
.storyinputpage-container .input-section .wrapper2 .companion-select ul li.other-warp {
    width: 100%;
    display: flex;
    /* align-items: center; */
    gap: 20px;
}
.storyinputpage-container .input-section .wrapper2 .companion-select ul li.other-warp .otherinput {
    width: 100%;
    height: 90%;
}
.storyinputpage-container .input-section .wrapper2 .companion-select ul li.other-warp .otherinput input {
    display: block;
    outline: none;
    font-size: 16px;
    border: 1px solid #fff;
    color: #411E00;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border-radius: 5px;
}
.storyinputpage-container .input-section .wrapper2 .companion-select ul li.other-warp .otherinput input::placeholder {
    color: rgba(65, 30, 0, 0.5);
}
.storyinputpage-container .input-section .wrapper2  .text-area-box {
    position: relative;
    width: 100%;
    height: 340px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}
.storyinputpage-container .input-section .wrapper2  .text-area-box .q-field {
    padding: 0;
    width: 100%;
    height: 100%;
}
.storyinputpage-container .input-section .wrapper2  .text-area-box .q-field .q-field__inner {
    width: 100%;
    height: 100%;
  
}
.storyinputpage-container .input-section .wrapper2  .text-area-box .q-field .q-field__inner .q-field__control {
    width: 100%;
    height: 100%;
    padding: 19px 21px;
    border-radius: 0;
    background: #fff;
}
.storyinputpage-container .input-section .wrapper2  .text-area-box .q-field .q-field__inner .q-field__control-container {
    display: flex;
    flex-direction: column;
}
.storyinputpage-container .input-section .wrapper2  .text-area-box .q-field .q-field__inner .q-field__control::before ,
.storyinputpage-container .input-section .wrapper2  .text-area-box .q-field .q-field__inner .q-field__control::after {
    display: none;
}
.q-textarea .q-field__native {
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    padding: 0;
    resize: none;
    color: #411E00;
}
.q-textarea .q-field__native::placeholder {
    color: rgba(65, 30, 0, 0.5);
    opacity: 1;
}
.storyinputpage-container .input-section .wrapper2 .text-area-box .text-count {
    font-size: 16px;
    color: rgba(65, 30, 0, 0.8);
    text-align: right;
}
.storyinputpage-container .input-section .wrapper2 .submit-btn {
    font-size: 20px;
    width: 100%;
    border-radius: 8px;
    padding: 15px;
    background-color: #f3752c;
    color: #fff;
    
}



.modal-wrap.story-modal .modal-box {
    max-width: 315px;
}
.modal-wrap.story-modal .modal-box .contents-wrap span {
    font-size: 17px;
}
.modal-wrap.story-modal .modal-box .contents-wrap p {
    font-size: 15px;
}
.modal-wrap.story-modal .modal-box .btn-wrap button.confirm-btn {
    background-color: #f3752c;
}

@media all and (max-width: 600px) {
    .storyindexpage-container .event-info-section .event-detail .info-text p.sub-text br {
        display: block;
    }
}
