@charset "utf-8";

.main-visual-wrap .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 530px;
}

.main-visual-wrap .swiper-slide > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.main-visual-wrap .swiper-slide > .container {
    padding: 0 40px;
}

.main-visual-wrap .container .text-wrap {
    margin-top: 140px;
}
.main-visual-wrap .container .text-wrap span {
    display: block;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.main-visual-wrap .container .text-wrap p {
    color: #FFF;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans KR";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-visual-wrap .container .text-wrap p .color1 {
    color: #F9FF00;
}

.main-visual-wrap .container .text-wrap .color2 {
    color: #1E5901;
}

.main-visual-wrap .container .text-wrap strong {
    color: #FFF;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans KR";
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.main-visual-wrap .swiper-pagination {
    width: auto;
    max-width: 50%;
    display: flex;
    justify-content: flex-start;
    gap: 7px;
    position: absolute;
    left: 50%;
    bottom: 130px;
    transform: translateX(-690px);
    text-align: left;
    padding: 4px 16px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.50);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.main-visual-wrap .swiper-pagination span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.visual-contents-wrap {
    position: relative;
    margin-top: -80px;
    z-index: 2;
    margin-bottom: 120px;
}

.visual-contents-wrap > .container {
    display: flex;
    gap: 24px;
}

.visual-contents-wrap .left {
    width: calc(100% - 488px);
    padding: 50px 78px 54px 50px;
    border-radius: 10px 10px 60px 10px;
    background: #074D43;
}

.visual-contents-wrap .left > strong {
    display: block;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 116.667% */
    margin-bottom: 12px;
}

.visual-contents-wrap .left > p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.visual-contents-wrap .left .link-wrap {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.visual-contents-wrap .left .link-wrap > li {
    flex: 1;
}

.visual-contents-wrap .left .link-wrap > li > a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}

.visual-contents-wrap .left .link-wrap > li > a img {
    height: 52px;
}

.visual-contents-wrap .left .link-wrap > li > a > span {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 111.111% */
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.visual-contents-wrap .left .link-wrap > li:last-child > a > span {
    border-right: 0;
}

.visual-contents-wrap .right {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
}

.visual-contents-wrap .right .link {
    flex: 1;
    border-radius: 10px 10px 60px 10px;
    background: #C7EEC2;
}

.visual-contents-wrap .right .link a {
    position: relative;
    display: block;
    padding: 34px 80px 40px 34px;
}

.visual-contents-wrap .right .link + .link {
    background: #289667;
}

.visual-contents-wrap .right .link a > strong {
    display: block;
    margin-bottom: 6px;
    color: #123940;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 140% */
}

.visual-contents-wrap .right .link + .link a > strong, .visual-contents-wrap .right .link + .link a > p {
    color: #FCFCDA;
}

.visual-contents-wrap .right .link a > p {
    color: #123940;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.visual-contents-wrap .right .link a:after {
    content: '';
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(2, 91, 48, 0.4) url(../images/specialHall/icon_visual_link.svg) no-repeat center;
}

.news-wrap {
    margin-bottom: 80px;
}

.news-wrap .title-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 45px;
    flex-wrap: wrap;
    align-items: center;
    max-width: 80%;
}

.news-wrap .title-wrap > strong {
    color: #171A19;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 116.667% */
}

.news-wrap .news-top-wrap {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.new-tabs-wrap {
    display: flex;
    gap: 24px;
}

.new-tabs-wrap > button {
    position: relative;
    height: 34px;
    padding-top: 10px;
    color: #929292;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}

.new-tabs-wrap > button.active {
    color: #289667;
}

.new-tabs-wrap > button.active:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #289667;
}

.btn-more {
    display: flex;
    gap: 8px;
    align-items: center;
}

.btn-more .txt {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-more .icon > img {
    display: block;
}

.news-wrap .news-list {
    display: block;
    padding: 30px 30px 36px;
    background: #FFF;
    border-radius: 0px 0px 60px 0px;
    border: 1px solid #DADADA;
    border-top: 2px solid #074D43;
}

.news-wrap .news-list:hover {
    border: 1px solid #074D43;
    background: #074D43 url(../images/specialHall/bg_news_hover.png) no-repeat left bottom;
}

.news-wrap .news-list.type2 {
    border-top: 2px solid #289667;
}

.news-wrap .news-list .tag {
    display: inline-block;
    border-radius: 30px;
    color: #F7F7FA;
    background: #074D43;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    padding: 6px 20px;
    margin-bottom: 20px;
}

.news-wrap .news-list:hover .tag, .news-wrap .news-list.type2:hover .tag{
    color: #074D43;
    background: #C7EEC2;
}

.news-wrap .news-list.type2 .tag {
    color: #F7F7FA;
    background: #289667;
}

.news-wrap .news-list > p {
    height: 96px;
    color: #074D43;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-bottom: 38px;
}

.news-wrap .news-list.type2 > p {
    color: #289667;
}

.news-wrap .news-list:hover > p, .news-wrap .news-list:hover > .date {
    color: #C7EEC2;
}

.news-wrap .news-list > .date {
    color: #171A19;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.news-wrap .swiper {
    padding: 100px 0 0;
    margin-top: -42px;
}

.news-wrap .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 15px 10px 0 0;
}

.news-wrap .slider-arrow-wrap {
    left: auto;
    right: 0;
    top: 0;
}

.news-wrap .swiper-pagination .swiper-pagination-bullet-active {
    background: #1A3E36;
}

.community-wrap {
    margin-bottom: 100px;
}

.community-wrap .box-wrap {
    position: relative;
    overflow: hidden;
}

.community-wrap .box-wrap:after {
    content: '';
    position: absolute;
    width: 1680px;
    height: 120px;
    left: 50%;
    top: 0;
    transform: translateX(calc(-50% - 112px));
    background: url(../images/specialHall/bg_community.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}


.community-wrap .box-wrap .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    height: 120px;
    gap: 20px;
    padding: 0 84px 0 24px;
    border-radius: 0 10px 60px 0;
}

.community-wrap .box-wrap .inner-box strong {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 116.667% */
}

.community-wrap .box-wrap .inner-box p {
    flex: 1;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.community-wrap .box-wrap .inner-box a {
    display: flex;
    gap: 2px;
    align-items: center;
    padding: 10px 44px;
    border-radius: 60px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 100% */
    z-index: 2;
}

.community-wrap .box-wrap .inner-box a:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/specialHall/icon_community_link.svg) no-repeat center;
}

.best-list-wrap {
    background: url(../images/specialHall/bg_best_list.png) no-repeat bottom;
    margin-bottom: 80px;
}

.best-list-wrap > .container {
    display: flex;
    gap: 24px;
}

.best-list-wrap .left {
    position: relative;
    width: 342px;
    display: flex;
    flex-direction: column;
    gap: 234px;
}

.best-list-wrap .left .title-wrap strong {
    display: inline-block;
    margin-bottom: 12px;
    color: #171A19;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 116.667% */
}

.best-list-wrap .left .title-wrap p {
    display: inline-block;
    color: #171A19;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.best-list-wrap .btn-more.pc {
    display: flex;
    gap: 2px;
    height: 52px;
    max-width: 160px;
    padding: 0 48px;
    border-radius: 60px;
    border: 1px solid #171A19;
}

.best-list-wrap .btn-more.pc .txt {
    color: #171A19;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 100% */
}

.slider-arrow-wrap {
    position: absolute;
    display: flex;
    gap: 10px;
    left: 0;
    top: 148px;
}

.slider-arrow-wrap > button {
    position: relative;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    background: #074D43;
    border-radius: 50%;
}

.slider-arrow-wrap .swiper-button-disabled {
    background: #074D43 !important;
}

.slider-arrow-wrap > button + button {
    border-left: 0;
}

.slider-arrow-wrap > button > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.slider-arrow-wrap .swiper-button-disabled {
    background: #F5F5F5;
}

.slider-arrow-wrap .swiper-button-disabled > img {
    opacity: .5;
}

.best-list-wrap .right {
    width: calc(100% - 366px);
}

.best-swiper .img-list .detail-wrap > strong {
    min-height: 48px;
    color: #171A19;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
}

.best-swiper .img-list .detail-wrap .sub-title {
    display: none;
}

.best-swiper .img-list .detail-wrap .desc-wrap > div > span {
    color: #929292;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.best-swiper .swiper-pagination {
    display: none;
}

.best-swiper .img-list {
    border: 0;
    box-shadow: initial;
    background: transparent;
}

.best-swiper .img-list .img-wrap {
    height: 210px;
    border-radius: 0 60px 0 0;
}

.best-swiper .img-list .img-wrap > .tag {
    top: 0;
    bottom: auto;
    left: 0;
    border-radius: 0px 15px 15px 0px;
    background: #074D43;
    padding: 4px 16px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.best-swiper .img-list .detail-wrap {
    padding: 20px 0 0;
    height: 220px;
}

.best-swiper .img-list .detail-wrap .location {
    margin-bottom: 8px;
}

.best-swiper .img-list .detail-wrap .location > span {
    color: #289667;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.question-wrap {
    margin-bottom: 80px;
}

.question-wrap > .container {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.question-wrap > .container > * {
    display: flex;
    gap: 20px;
    align-items: center;
    min-height: 190px;
    background: #F1F5F8;
    padding: 30px 40px 36px;
    border-radius: 10px 10px 60px 10px;
}

.question-wrap .icon-wrap > img {
    display: block;
    margin-bottom: 10px;
}

.question-wrap .link-box {
    position: relative;
    display: block;
    min-width: 342px;
}

.question-wrap .link-box .txt > strong {
    display: block;
    margin-bottom: 4px;
    color: #074D43;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 150% */
}

.question-wrap .link-box .txt > p {
    color: #171A19;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.question-wrap .info-wrap {
    flex: 1;
    background: #fff;
    padding: 0;
}

.question-wrap .info-wrap .icon-wrap {
    background: #F4F6F8;
}

.question-wrap .info-wrap .txt > p {
    color: #074D43;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
    margin-bottom: 16px;
}

.question-wrap .info-wrap .txt .inner-box {
    display: flex;
    align-items: center;
    gap: 50px;
}

.question-wrap .info-wrap .txt .inner-box strong {
    display: block;
    color: #074D43;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 61.538% */
    white-space: nowrap;
}

.question-wrap .info-wrap .txt .inner-box span {
    position: relative;
    color: #171A19;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.question-wrap .info-wrap .txt .inner-box span:before {
    content: '';
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 48px;
    background: #DADADA;
}




















































@media (max-width: 1440px) {
    .main-visual-wrap .swiper-slide > .container {
        padding: 0 24px;
    }

    .main-visual-wrap .swiper-pagination {
        left: 26px;
        transform: none;
    }

    .question-wrap .link-box {
        min-width: 0;
    }

    .community-wrap .box-wrap:after {
        width: 100%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {
    .visual-contents-wrap .left {
        width: calc(100% - 400px);
    }

    .visual-contents-wrap .left .link-wrap li {
        width: calc(33.3333% - 6px);
        flex: auto;
    }

    .visual-contents-wrap .right .link a {
        padding-top: 55px;
    }

    .community-wrap .box-wrap {
        gap: 20px;
        padding: 0 30px;
    }

    .best-list-wrap .right {
        width: calc(100% - 286px);
    }

    .question-wrap .link-box {
        width: calc(50% - (20px * 2 / 3));
    }

    .question-wrap .info-wrap {
        min-width: 100%;
    }

}

@media (max-width: 960px) {
    .main-visual-wrap .swiper-slide > .container {
        padding: 0 40px;
    }

    .main-visual-wrap .swiper-slide {
        height: 300px;
    }

    .main-visual-wrap .swiper-slide > img {
        height: 100%;
    }

    .main-visual-wrap .container .text-wrap {
        margin-top: 57px;
    }

    .main-visual-wrap .container .text-wrap span {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 142.857% */
    }

    .main-visual-wrap .container .text-wrap p {
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: 38px; /* 135.714% */
    }

    .main-visual-wrap .container .text-wrap strong {
        font-size: 36px;
    }

    .news-wrap .swiper {
        padding: 0;
        margin-top: 0;
    }

    .main-visual-wrap .swiper-pagination {
        display: none;
    }

    .visual-contents-wrap {
        margin: -100px  0 40px;
    }

    .visual-contents-wrap > .container {
        gap: 12px;
        flex-direction: column;
    }

    .visual-contents-wrap .left {
        width: 100%;
        padding: 30px 24px 32px;
        border-radius: 10px 10px 40px 10px;
    }

    .visual-contents-wrap .left > strong {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 100% */
        margin-bottom: 10px;
    }

    .visual-contents-wrap .left > p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
    }

    .visual-contents-wrap .left .link-wrap {
        row-gap: 30px;
    }

    .visual-contents-wrap .left .link-wrap > li:nth-child(3) > a > span {
        border-right: 0;
    }

    .visual-contents-wrap .left .link-wrap > li > a {
        opacity: 1;
    }

    .visual-contents-wrap .left .link-wrap > li > a img {
        height: 38px;
    }

    .visual-contents-wrap .left .link-wrap > li > a {
        gap: 4px;
    }

    .visual-contents-wrap .left .link-wrap > li > a > span {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 142.857% */
    }

    .visual-contents-wrap .right {
        gap: 10px;
    }

    .visual-contents-wrap .right .link a {
        padding: 30px 80px 30px 30px;
    }

    .visual-contents-wrap .right .link a > strong {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 125% */
        margin-bottom: 8px;
    }

    .visual-contents-wrap .right .link a > p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }

    .visual-contents-wrap .right .link a:after {
        right: 30px;
    }

    .news-wrap .title-wrap {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .news-wrap .title-wrap > strong {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .new-tabs-wrap > button {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
    }

    .news-wrap {
        margin-bottom: 40px;
    }

    .news-wrap .news-top-wrap, .news-wrap .title-wrap {
        width: 100%;
        max-width: 100%;
    }

    .news-wrap .news-list {
        padding: 24px 24px 26px;
    }

    .news-wrap .news-list .tag {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news-wrap .news-list > p {
        height: 56px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; /* 140% */
        margin-bottom: 44px;
        -webkit-line-clamp: 2;
    }

    .news-wrap .news-list > .date {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

    .community-wrap {
        padding-top: 0;
        margin-bottom: 60px;
    }

    .community-wrap .box-wrap {
        flex-direction: column;
        gap: 10px;
        padding: 40px 24px;
        height: 100%;
        background: url(../images/specialHall/bg_community_mo.png) no-repeat center;
        background-size: cover;
    }

    .community-wrap .box-wrap .inner-box #link_cmmnty {
        display: none;
    }

    .community-wrap .box-wrap .inner-box {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 0 44px 0 0;
    }

    .community-wrap .box-wrap .inner-box a {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        padding: 0;
        background: #197E51;
        border-radius: 50%;
        border: 0;
    }

    .community-wrap .box-wrap .inner-box a > img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .community-wrap .box-wrap .inner-box a:after {
        content: none;
    }

    .community-wrap .box-wrap .inner-box strong {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 125% */
    }

    .community-wrap .box-wrap > p {
        margin-bottom: 20px;
        font-size: 18px;
        text-align: center;
    }

    .best-list-wrap {
        padding: 0;
        margin-bottom: 60px;
        background-size: 150% 248px;
        background-position: right 0 bottom 38px;
    }

    .best-list-wrap > .container {
        flex-direction: column;
        gap: 30px;
    }

    .best-list-wrap .btn-more.pc {
        display: none;
    }

    .best-swiper .img-list .img-wrap {
        height: 180px;
        border-radius: 0 40px 0 0;
    }

    .best-swiper .img-list .detail-wrap {
        width: 100%;
        height: auto;
    }

    .slider-arrow-wrap {
        display: none;
    }

    .best-list-wrap .left {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        width: 100%;

    }

    .best-list-wrap .left .title-wrap strong {
        display: block;
        font-size: 28px;
        line-height: normal;
        margin-bottom: 8px;
    }

    .btn-more .txt {
        display: none;
    }

    .best-list-wrap .left .title-wrap p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        margin-bottom: 0;
    }

    .best-list-wrap .right {
        width: 100%;
    }

    .best-swiper {
        padding: 0 0 68px;
    }

    .best-swiper .swiper-pagination {
        display: flex;
        bottom: 0;
    }

    .best-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #1A3E36;
        border-radius: 20px;
    }

    .question-wrap .link-box {
        width: 100%;
    }

    .question-wrap > .container > * {
        min-height: 0;
        gap: 12px;
        padding: 30px 24px;
    }

    .question-wrap .icon-wrap {
        position: absolute;
        top: 33px;
        left: 24px;
        min-width: 46px;
        height: 46px;
    }

    .question-wrap > .container {
        gap: 20px;
    }

    .question-wrap .link-box .txt > strong {
        font-size: 20px;
        margin-bottom: 5px;
        padding-left: 42px;
    }

    .question-wrap .info-wrap {
        padding: 0;
    }

    .question-wrap .info-wrap .txt {
        width: 100%;
        padding: 0;
    }

    .question-wrap .info-wrap .txt > p {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 177.778% */
        margin-bottom: 12px;
    }

    .question-wrap .info-wrap .txt .inner-box strong {
        display: block;
        width: 100%;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 76.19% */
        padding-bottom: 24px;
        border-bottom: 1px solid #DADADA;
    }

    .question-wrap .info-wrap .txt .inner-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .question-wrap .info-wrap .txt .inner-box span {
        display: block;
        width: 100%;
        margin-bottom: 18px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .question-wrap {
        margin-bottom: 60px;
    }









}

/* 팝업 css 추가 */

.main-popup-wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.70);
}

.main-popup-wrap .main-popup {
    position: absolute;
    width: 100%;
    max-width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
}

.main-popup-wrap .main-popup .header {
    display: flex;
    padding: 12px;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #DADADA;
}

.main-popup-wrap .main-popup .header h4 {
    font-size: 16px;
    color: #FF8031;
    font-weight: 400;
    margin: 0;
}

.main-popup-wrap .main-popup .header .close {
    width: 24px;
    height: 24px;
    background: url(/static/svc/images/main/ico_close_n_black.png) no-repeat center;
    background-size: cover;
    border: 0;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.main-popup-wrap .main-popup #mainPopup .swiper-pagination {
    position: relative;
    bottom: 0;
    background: #fff;
}

.main-popup-wrap .main-popup #mainPopup .swiper-slide {
    max-height: calc(100vh - 161px);
    overflow: hidden;
}

.main-popup-wrap .main-popup #mainPopup .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background: none;
    border: 2px solid #FF8031;
}

.main-popup-wrap .main-popup #mainPopup .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF8031 ;
}

.main-popup-wrap .main-popup #mainPopup img {
    width: 100%;
}

.main-popup-wrap .main-popup .footer {
    border-top: 1px solid #DADADA;
}

.main-popup-wrap .main-popup .footer button {
    border: 0;
    float: left;
    width: 50%;
    padding: 12px 0;
    color: #171A19;
    background: #fff;
}

.main-popup-wrap .main-popup .footer button + button {
    color: #fff;
    background: #FF8031;
}

@media screen and (max-width: 768px) {
    .main-popup-wrap .main-popup {
        position: absolute;
        width: 100%;
        max-width: 96%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
        background: #FFF;
        overflow: hidden;
    }
}
