/********************************************* hj_sns *********************************************/
#hj_sns {
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001;

    padding-top: 37px;
    border-left: 1px solid rgb(255 255 255 / 20%);
}

#hj_sns div {
    padding: 12px;
    transition: all .3s ease;
}

#hj_sns div:hover {
    background: #61DAA3;
}

@media (max-width: 992px) {
    #hj_sns {
        display: none;
    }
}


/********************************************* hj_visual *********************************************/
/* #hj_visual .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
} */
#hj_visual {
    position: relative;
}
#hj_visual .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    height: 100vh;
}
#hj_visual .swiper-button-wrap {
    width: 120px;
    position: absolute;
    bottom: -30%;
    left: 6%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
#hj_visual .swiper-button-wrap .swiper-button-next::after,
#hj_visual .swiper-button-wrap .swiper-button-prev::after {
    display: none;
}

#hj_visual .swiper-button-wrap .swiper-button-prev,
#hj_visual .swiper-button-wrap .swiper-button-next {
    width: 40px;
    height: 40px;
}

#hj_visual .swiper-button-wrap .swiper-button-next {
    background: url(../../assets/img/common/right_arrow_white.png) no-repeat;
    /* background-size: 50% auto; */
    background-position: center;
    background-size: contain;
}

#hj_visual .swiper-button-wrap .swiper-button-prev {
    background: url(../../assets/img/common/left_arrow_white.png) no-repeat;
    background-position: center;
    background-size: contain;
}

#hj_visual .hj_visual_txt_wrap {
    position: relative;
    z-index: 2;
}

#hj_visual .hj_visual_bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#hj_visual .hj_visual_bg video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#hj_visual .hj_visual_bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#hj_visual .hj_visual_txt_wrap .hj_visual_tit {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

#hj_visual .hj_visual_txt_wrap .hj_visual_txt {
    color: #fff;
}

@media (max-width: 992px) {
    #hj_visual .swiper-button-wrap {
        left: 75px;
    }

    #hj_visual .hj_visual_txt_wrap .hj_visual_tit {
        font-size: 30px;
    }

    #hj_visual .hj_visual_txt_wrap .hj_visual_txt {
        font-size: 15px;
    }
}


/********************************************* hj_introduce *********************************************/
#hj_introduce {
    margin: 160px 0;
}

#hj_introduce .hj_introduce_box_wrap {
    width: 100%;
    display: inline-flex;
    gap: 48px;
}

#hj_introduce .hj_introduce_box_wrap .box {
    width: 25%;
}

#hj_introduce .hj_introduce_box_wrap .box .hj_introduce_ico {
    width: 50px;

    margin-bottom: 36px;
}

#hj_introduce .hj_introduce_box_wrap .box .hj_introduce_txt_wrap .hj_introduce_tit {
    font-weight: 500;
    margin-bottom: 24px;
}

#hj_introduce .hj_introduce_box_wrap .box .hj_introduce_txt_wrap .hj_introduce_txt {
    font-size: 16px;
}

@media (max-width: 992px) {
    #hj_introduce {
        margin: 80px 0;
    }

    #hj_introduce .hj_introduce_box_wrap {
        display: inline-block;
    }

    #hj_introduce .hj_introduce_box_wrap .box {
        width: 100%;
        margin-top: 35px;
    }

    #hj_introduce .hj_introduce_box_wrap .box:nth-child(1) {
        margin-top: 0
    }

    #hj_introduce .hj_introduce_box_wrap .box .hj_introduce_ico {
        margin-bottom: 24px;
    }

    #hj_introduce .hj_introduce_box_wrap .box .hj_introduce_txt_wrap .hj_introduce_tit {
        margin-bottom: 12px;
    }

    #hj_introduce .hj_introduce_box_wrap .box .hj_introduce_txt_wrap .hj_introduce_txt {
        font-size: 15px;
    }
}


/********************************************* hj_advantage *********************************************/
#hj_advantage {
    margin: 160px 0;
    position: relative;
}

#hj_advantage .hj_advantage_box_wrap {
    width: 100%;
    display: inline-flex;
    gap: 60px;
}

#hj_advantage .hj_advantage_box_wrap .box {
    width: 100%;

    position: relative;
}

#hj_advantage .swiper.hj_advantage_Swiper {
    width: 100%;
    height: 100%;
}

#hj_advantage .hj_advantage_Swiper .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#hj_advantage .hj_advantage_Swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hj_advantage .swiper-button-wrap {
    width: 120px;
    position: absolute;
    bottom: 15%;
    left: 9%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

#hj_advantage .swiper-button-wrap .swiper-button-next::after,
#hj_advantage .swiper-button-wrap .swiper-button-prev::after {
    display: none;
}

#hj_advantage .swiper-button-wrap .swiper-button-prev,
#hj_advantage .swiper-button-wrap .swiper-button-next {
    width: 40px;
    height: 40px;
}

#hj_advantage .swiper-button-wrap .swiper-button-next {
    background: url(../../assets/img/common/right_arrow_black.png) no-repeat;
    /* background-size: 50% auto; */
    background-position: center;
    background-size: contain;
}

#hj_advantage .swiper-button-wrap .swiper-button-prev {
    background: url(../../assets/img/common/left_arrow_black.png) no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 992px) {
    #hj_advantage {
        margin: 80px 0;
    }

    #hj_advantage .hj_common_txt_wrap {
        margin-bottom: 80px;
    }

    #hj_advantage .hj_advantage_box_wrap {
        display: inline-block;
    }

    #hj_advantage .hj_advantage_box_wrap .box:first-child {
        margin-bottom: 24px;
    }

    #hj_advantage .swiper-button-wrap {
        bottom: -60px;
        left: 50px;
    }

    #hj_advantage .swiper-button-next,
    #hj_advantage .swiper-button-prev {
        width: 35px;
    }
}


/********************************************* hj_sponsorform *********************************************/
#hj_sponsorform {
    padding: 160px 0;
    background: #F9F9F9;
}

#hj_sponsorform .hj_sponsorform_ico {
    width: 40px;
    margin: 0 auto 24px;
}

#hj_sponsorform .hj_common_txt_wrap {
    text-align: center;
}

#hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 24px;
    /* margin-top: 24px; */
    justify-content: center;
}

#hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input input[type="radio"] {
    width: 0;
    opacity: 0;
    position: fixed;
}

#hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input label {
    width: 100%;
    display: inline-block;
    border: 1px solid #E6E6E6;
    background: #fff;
    padding: 12px 24px;
    font-weight: 700;
    text-align: center;
    transition: all .3s ease;
}

#hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input label:hover {
    border: 1px solid #cbcbcb;
}

#hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input input[type="radio"]:checked+label {
    border: 1px solid #F9F9F9;
    background: #61DAA3;
    color: #fff;
}

#hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input select,
#hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input input {
    width: 100%;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    padding: 12px 24px;
    font-weight: 700;
    max-width: 320px;
}

#hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input.direct p {
    font-weight: 700;
}

#hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input.btn input {
    border: none;
}

#hj_sponsorform .hj_sponsorform_input_wrap:nth-child(1) {
    margin-top: 0;
}

#hj_sponsorform .hj_sponsorform_input_wrap:nth-child(2) {
    border: 1px solid #E6E6E6;
    background: #fff;
    padding: 12px 24px;
    font-weight: 700;
}

#hj_sponsorform .hj_sponsorform_input_wrap:nth-child(2) input {
    border: 0;
    background: none;
    padding: 0;
}

#hj_sponsorform .hj_sponsorform_input_wrap:nth-child(2) p {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    #hj_sponsorform {
        padding: 80px 0;
    }

    #hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input {
        gap: 12px;
        /* margin-top: 12px; */
    }

    #hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input {
        display: inline-block;
        text-align: center;
    }

    #hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input label {
        margin-top: 12px;
    }

    #hj_sponsorform .hj_sponsorform_input_wrap .hj_sponsorform_input.direct {
        display: inline-flex;
    }
}


/********************************************* hj_youtube_total *********************************************/
#hj_youtube_total {
    padding: 160px 0;
    background-color: #61DAA3;
    background-image: url(../../assets/img/main/hj_youtube_total/hj_youtube_total_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;

    color: #fff;
    text-align: center;
}

#hj_youtube_total .hj_youtube_area iframe {
    width: 100%;
    height: 600px;
}

#hj_youtube_total .hj_total_area {
    margin-top: 160px;
}

#hj_youtube_total .hj_total_area .hj_total_box_wrap {
    width: 100%;
    display: inline-flex;
    border-radius: 216px;
    background: rgba(255, 255, 255, 0.2);
}

#hj_youtube_total .hj_total_area .hj_total_box_wrap .box {
    width: 100%;
    padding: 48px;
    border-right: 1px solid rgb(255 255 255 / 20%);
}

#hj_youtube_total .hj_total_area .hj_total_box_wrap .box:last-child {
    border-right: 0
}

#hj_youtube_total .hj_total_area .hj_total_box_wrap .box .hj_youtube_total_ico {
    width: 50px;
    margin: 0 auto 36px;
}

#hj_youtube_total .hj_total_area .hj_total_box_wrap .box .hj_youtube_total_txt_wrap .hj_youtube_total_tit {
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 0;
}

#hj_youtube_total .hj_total_area .hj_total_box_wrap .box .hj_youtube_total_txt_wrap .hj_youtube_total_txt {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    font-size: 28px;
    font-weight: 900;
    margin-bottom: 0;
}

#hj_youtube_total .hj_total_area .noti {
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    #hj_youtube_total {
        padding: 80px 0;
    }

    #hj_youtube_total .hj_youtube_area iframe {
        width: 100%;
        height: 400px;
    }

    #hj_youtube_total .hj_total_area {
        margin-top: 80px;
    }

    #hj_youtube_total .hj_total_area .hj_total_box_wrap {
        display: inline-block;
    }

    #hj_youtube_total .hj_total_area .hj_total_box_wrap .box {
        padding: 36px;
        border-right: 0;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
    }

    #hj_youtube_total .hj_total_area .hj_total_box_wrap .box:last-child {
        border-bottom: 0
    }

    #hj_youtube_total .hj_total_area .hj_total_box_wrap .box .hj_youtube_total_txt_wrap .hj_youtube_total_txt {
        font-size: 25px;
    }

    #hj_youtube_total .hj_total_area .hj_total_box_wrap .box .hj_youtube_total_ico {
        margin: 0 auto 24px;
    }
}


/********************************************* hj_gallery *********************************************/
#hj_gallery {
    margin: 160px 0;
}

#hj_gallery .hj_common_txt_wrap {
    text-align: center;
}

#hj_gallery .hj_gallery_box_wrap {
    width: 100%;
}
#hj_gallery .hj_gallery_box_wrap .hj_gallery_box_wrap_sub {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#hj_gallery .hj_gallery_box_wrap .empty_li {
    width: 100%;
    padding: 100px 0;
    text-align: center;
}
#hj_gallery .hj_gallery_box_wrap .box {
    width: 25%;
    position: relative;
    overflow: hidden;
}

#hj_gallery .hj_gallery_box_wrap .box img {
    width: 100%;
}

#hj_gallery .hj_gallery_box_wrap .box .overlay {
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    /* background: #D0D3D4; */
}

#hj_gallery .hj_gallery_box_wrap .box .more {
    width: 60px;
    height: 60px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    border-radius: 50%;
    background: #61DAA3;
}

#hj_gallery .hj_gallery_box_wrap .box .more a {
    width: 100%;
    height: 100%;

    position: absolute;

    font-size: 40px;
    font-weight: 300;
    line-height: 1.4;

    color: #fff;
    text-align: center;
}

#hj_gallery .hj_gallery_box_wrap .box .overlayFade {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 30%);
    opacity: 0;
}

#hj_gallery .hj_gallery_box_wrap .box:hover .overlayFade {
    opacity: 1;
}

@media (max-width: 992px) {
    #hj_gallery {
        margin: 80px 0;
    }

    #hj_gallery .hj_gallery_box_wrap {

    }
    #hj_gallery .hj_gallery_box_wrap .box {
        width: 50%;
    }
    #hj_gallery .hj_gallery_box_wrap .box .more {
        width: 50px;
        height: 50px;
    }

    #hj_gallery .hj_gallery_box_wrap .box .more a {
        font-size: 26px;
        line-height: 1.9;
    }
}


/********************************************* hj_cooperation *********************************************/
#hj_cooperation {
    margin: 160px 0;
}

#hj_cooperation .hj_common_txt_wrap {
    text-align: center;
}

#hj_cooperation .hj_cooperation_box_wrap {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 48px;
}

#hj_cooperation .hj_cooperation_box_wrap .box {
    width: 100%;
    text-align: center;
}

#hj_cooperation .hj_cooperation_box_wrap .hj_cooperation_box_wrap_sub {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 48px;
}

@media (max-width: 992px) {
    #hj_cooperation {
        margin: 80px 0;
    }

    #hj_cooperation .hj_cooperation_box_wrap {
        display: inline-block;
    }

    #hj_cooperation .hj_cooperation_box_wrap .hj_cooperation_box_wrap_sub {
        margin-top: 48px;
    }

    #hj_cooperation .hj_cooperation_box_wrap .hj_cooperation_box_wrap_sub:first-child {
        margin-top: 0;
    }
}


/********************************************* hj_notice_qna *********************************************/
#hj_notice_qna {
    margin: 160px 0;
}

#hj_notice_qna .hj_notice_qna_wrap {
    width: 100%;
    display: inline-flex;
    gap: 48px;
}

#hj_notice_qna .hj_notice_qna_wrap .hj_notice_qna_tit_wrap {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 24px;
}

#hj_notice_qna .hj_notice_qna_wrap .hj_notice_qna_tit_wrap .hj_notice_qna_tit {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

#hj_notice_qna .hj_notice_qna_wrap .hj_notice_qna_tit_wrap a {
    width: 40px;
    opacity: .35;
    transition: all .3s ease;
}

#hj_notice_qna .hj_notice_qna_wrap .hj_notice_qna_tit_wrap a:hover {
    opacity: 1;
}

#hj_notice_qna .hj_notice_qna_wrap .hj_notice_qna_txt_wrap {
    display: inline-grid;
}

#hj_notice_qna .hj_notice_qna_wrap .hj_notice_qna_txt_wrap a+a {
    margin-top: 12px;
}

#hj_notice_qna .hj_notice_qna_wrap .hj_notice_area {
    width: 100%;
}

#hj_notice_qna .hj_notice_qna_wrap .hj_qna_area {
    width: 100%;
}

@media (max-width: 992px) {
    #hj_notice_qna {
        margin: 80px 0;
    }

    #hj_notice_qna .hj_notice_qna_wrap {
        display: inline-block;
    }

    #hj_notice_qna .hj_notice_qna_wrap .hj_qna_area {
        margin-top: 70px;
    }

    #hj_notice_qna .hj_notice_qna_wrap .hj_notice_qna_txt_wrap a+a {
        margin-top: 6px;
    }
}