@charset "utf-8";

/* BANNER */
#banner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 400px;
    max-height: 400px;
    min-height: 400px;
    margin-bottom: 72px;
    overflow: visible;
}

#banner>.inbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 1200px;
    cursor: pointer;
}

.banner-wrapper {
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.banner_img {
    width: 100%;
    height: 400px;
    margin-top: 32px;
    border-radius: 12px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
}

.banner_text_wrap {
    width: 100%;
    font-size: 32px;
    color: #fff;
    margin-left: 32px;
    padding-bottom: 32px;
}

.banner_text_wrap>.sub_title {
    color: #fafafa;
    font-size: 24px;
}

.banner_text_wrap>.main_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}

.banner_big_font {
    font-size: 38px;
    line-height: 1.4;
}

.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.banner-button-wrapper {
    position: relative;

    width: 1200px;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.banner-bullet {
    bottom: 10px;
    left: 50%;
    z-index: 1;
}

.banner-bullet>span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.banner-bullet>span.swiper-pagination-bullet-active {
    background-color: #ea6946;
}

.banner-button-prev {
    left: 0;
    background-image: url(../images/icon/prev_white.png);
}

.banner-button-next {
    right: 0;
    background-image: url(../images/icon/next_white.png);
}

#banner_img_container {
    position: relative;

    width: 620px;
    max-width: 620px;
    height: 438px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: visible;
}

.main_banner_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner_cnt_wrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 16px;
    right: 16px;
    color: #fff;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 1;
}

.banner_cnt {
    position: relative;
    bottom: 0;
    padding: 2px 12px;
    white-space: nowrap;
}

#banner_img_container .swiper-slide {
    padding: 0 4px;
}

/*main body*/
.main-body {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.main-body .prev,
.main-body .next {
    z-index: 10;
}

.main-body .prev {
    opacity: .1;
}

.main-body .next {
    opacity: .3;
}

.main-body .next:hover {
    opacity: .5;
}


/*recent view mulgun*/
.rec-view {
    padding-top: 60px;
}

.rec-view span {
    font-size: 20px;

    color: #333;
}

.rec-view .rec-mul-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    margin-top: 4px;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.rec-view .rec-mul-list .rec-mul-wrap {
    width: 220px;
    margin: 4px 0;

    cursor: pointer;
}

.rec-mul-list .rec-mul-wrap .rec-mul-img {
    width: 100%;
    height: 160px;

    opacity: .9;
}

.rec-mul-list .rec-mul-wrap .rec-mul-img:hover {
    opacity: 1;
}

.rec-mul-list .rec-mul-wrap .rec-mul-txt-box {
    width: 100%;
    height: 28%;
    padding: 4px 0;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.rec-mul-list .rec-mul-wrap .rec-mul-name {
    overflow: hidden;

    font-size: 16px;
    font-weight: 500;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #333;
}

.rec-mul-list .rec-mul-wrap .rec-mul-detail {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.rec-mul-list .rec-mul-wrap .rec-mul-detail span {
    font-size: 16px;

    color: #777;
}

.rec-mul-list .rec-mul-wrap .rec-mul-detail .rec-mul-kind {
    color: #3281f9;
}


/*how to banner*/
#how-to-banner {
    width: 100%;
    max-width: 1200px;
    max-height: 300px;
    margin: 0 auto;
}

#how-to-banner .how-to-banner {
    position: relative;

    display: block;
    width: 100%;
    height: 90px;
    padding-top: 60px;
    overflow: hidden;

    cursor: pointer;

    background: url("img/howtobanner.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*today-count*/
.today-count-banner {
    width: 100%;
    height: 150px;
    margin-top: 80px;

    background-image: url("../images/banner/today-banner.png");
    background-repeat: no-repeat;
    background-position: center;
}

.today-count-text-wrap {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.today-count-text {
    font-size: 22px;
    font-weight: 500;

    text-align: center;
}

.today-count-text-point {
    padding-left: .4em;

    color: #ea6946;
}

.today-count-banner .today-box .today-title {
    margin-right: 5px;

    font-weight: 500;
}

.today-count-banner .today-box .today-count {
    margin-left: 5px;

    color: #f1683b;
}

/*New Intro*/
#introduce {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.intro_cont_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 464px;
    padding-top: 12px;
}

.intro_video_wrap {
    display: flex;
    width: 67%;
    height: 100%;
}

.intro_video_wrap>iframe {
    width: 100%;
    height: 100%;
}

.intro_right_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
}

.intro_right_wrap>div.right_inner {
    padding: 50px 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #3785F2;
    height: 49%;
    cursor: pointer;
}

.intro_right_wrap>div.right_top>span,
.right_bottom>div>span {
    width: 100%;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.right_bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 49%;
}

.right_bottom>div {
    width: 49%;
    height: 100%;
    padding: 50px 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #3171d2;
    cursor: pointer;
}

.intro_right_wrap>div.right_inner>span.right_text,
.right_bottom>div>span.right_text {
    font-size: 15px;
    font-weight: 200;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    line-height: 30px;
    height: 40px;
    white-space: nowrap;
}

/*Interoduce*/
/*#introduce {
    position: relative;

    width: 100%;
    margin-bottom: 50px;
}*/
.intro-sub-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;

    color: #777;
}

.intro-cont-wrap {
    height: 464px;
    padding-top: 12px;
}

.intro-video-wrap {
    display: inline-block;
    float: left;
    width: 67%;
    height: 100%;
}

.intro-video-wrap>iframe {
    width: 100%;
    height: 100%;
}

.intro-text-wrap {
    display: inline-block;
    float: left;
    width: 32%;
    height: 100%;
    padding: 50px 20px;
    margin-left: 1%;

    cursor: pointer;

    background-image: url(../images/introduce/intro_link_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.intro_text_inner {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;

    text-align: center;

    align-content: center;
    justify-content: center;
}

.intro_text_inner h4 {
    font-size: 18px;
    font-weight: 300;

    color: #fff;
}

.intro_text_inner h3 {
    font-size: 24px;
    font-weight: 500;

    color: #fff;
}

.intro_text_img {
    width: 119px;
    height: 119px;
    margin-bottom: 50px;

    border-radius: 50%;
    box-shadow: 1px 1px 13px 5px rgba(0, 0, 0, .29);

    align-self: center;
}

.intro-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;

    color: #acacac;
}

.intro-text-point {
    display: block;
    padding-bottom: 30px;

    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;

    color: #777;
}


/*study*/
#study {
    display: block;
    display: none;
    width: 1200px;
    height: 490px;
    padding-top: 50px;
    margin: 0 auto;
}

.study-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#study ul {
    max-width: 280px;
    margin-top: 12px;

    cursor: pointer;
}

.study-img {
    width: 100%;

    opacity: .9;
}

.study-img:hover {
    opacity: 1;
}

.study-list-txt-box {
    width: 100%;
}

.study-list-txt-box div {
    font-size: 16px;
    line-height: 22px;
}

#study .intro-sub-txt {
    margin: 0 0 8px;

    font-size: 16px;
}

#study .study-txt {
    margin-top: 8px;
    overflow: hidden;

    font-weight: 500;

    white-space: nowrap;
    text-overflow: ellipsis;
}

#study .more-list {
    color: #333;
}

#study .more-list:hover {
    font-weight: bold;
}

#floatingBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    /* background-color: #27ae60; */
    background-color: #2f80ed;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 20px;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}


/*hoowon-banner*/
#hoowon-banner {
    position: relative;

    width: 100%;
    margin: 20px 0;
}

.hoowon-text-wrap {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;

    background-image: url(../images/banner/hoowon-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.hoowon-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;

    text-align: center;
}

.hoowon-text>h3 {
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .banner_text_wrap>.sub_title {
        font-size: 20px;
    }

    .banner_text_wrap>.main_title {
        font-size: 28px;
    }

    .banner_big_font {
        font-size: 32px;
    }

    .intro_right_wrap>div.right_inner>span {
        width: 60%;
        font-size: 18px;
    }

    .banner-button-next,
    .banner-button-prev {
        display: none;
    }

    .intro_right_wrap>div.right_inner {
        padding: 20px 0 24px 0;
    }

    .right_bottom>div {
        padding: 20px 15px 24px 15px;
    }

    .intro_right_wrap>div.right_top>span,
    .right_bottom>div>span {
        font-size: 14px;
    }
}

@media screen and (max-width: 980px) {
    #banner_img_container {
        width: 580px;
        max-width: 580px;
    }
}

@media screen and (max-width: 840px) {
    #banner {
        height: 310px;
        max-height: 310px;
        min-height: 310px;
    }

    #banner_img_container {
        width: 460px;
        max-width: 460px;
        height: 340px;
    }

    .banner_img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 310px;
    }

    .banner_text_wrap>.sub_title {
        font-size: 16px;
    }

    .banner_text_wrap>.main_title {
        font-size: 20px;
    }

    .intro_cont_wrap {
        height: 368px;
    }

    .intro_right_wrap>div.right_inner>span {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    #banner {
        height: 310px;
        max-height: 310px;
        min-height: 310px;
    }

    #banner_img_container {
        width: 460px;
        max-width: 460px;
        height: 340px;
    }

    .banner_img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 310px;
    }

    .banner_text_wrap>.sub_title {
        font-size: 16px;
    }

    .banner_text_wrap>.main_title {
        font-size: 20px;
    }

    .banner_big_font {
        font-size: 24px;
    }

    /* 📱 모바일용 (최대 768px) */
    @media (max-width: 768px) {
        #floatingBtn {
            padding: 10px 16px;
            font-size: 14px;
            bottom: 16px;
            right: 16px;
        }
    }
}

@media screen and (max-width: 686px) {
    #banner {
        height: 280px;
        max-height: 280px;
        min-height: 280px;
    }

    #banner_img_container {
        width: 400px;
        max-width: 400px;
        height: 300px;
    }

    .banner_img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 280px;
    }

    .banner_text_wrap>.sub_title {
        font-size: 14px;
    }

    .banner_text_wrap>.main_title {
        font-size: 18px;
    }

    .intro_cont_wrap {
        flex-direction: column;
        height: auto;
    }

    .intro_video_wrap {
        width: 100%;
        height: 400px;
    }

    .intro_right_wrap {
        margin-top: 16px;
        width: 100%;
        flex-direction: initial;
        justify-content: space-between;
    }

    .intro_right_wrap>div.right_inner {
        width: 49%;
        height: auto;
        padding: 24px 0;
    }
}

@media screen and (max-width: 600px) {

    /* banner */
    #banner {
        min-height: 360px;
        max-height: 360px;
    }

    #banner_img_container {
        width: 100vw;
        max-width: 100vw;
        height: auto;
        padding-bottom: 60%;
        /*overflow: visible;*/
    }

    .banner_inner {
        align-items: flex-start;
        flex-direction: column-reverse;
        padding: 0 24px;
    }

    .main_banner_inner {
        display: block;
        /*align-items: center;
        justify-content: flex-start;*/
    }

    .banner_text_wrap {
        margin-left: 0;
        padding-top: 8px;
        padding-bottom: 28px;
    }

    .banner_text_wrap>.sub_title {
        font-size: 16px;
    }

    .banner_text_wrap>.main_title {
        font-size: 20px;
    }

    .banner_big_font {
        font-size: 20px;
    }

    .banner_img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 250px;
        margin-top: 0;
    }

    .banner-button-next,
    .banner-button-prev {
        display: none;
    }

    #banner>.inbox {
        width: 100%;
        justify-content: initial;
        flex-direction: column;
        padding: 0;
    }

    .intro_cont_wrap {
        flex-direction: column;
        height: auto;
    }

    .intro_video_wrap {
        width: 100%;
        height: 214px;
    }

    .intro_right_wrap {
        margin-top: 16px;
        width: 100%;
        flex-direction: column;
    }

    .intro_right_wrap>div.right_inner {
        width: 100%;
        height: 170px;
        padding: 20px 0 24px 0;
        justify-content: flex-start;
    }

    .right_inner.right_top {
        margin-bottom: 8px;
    }

    .right_bottom {
        height: 170px;
    }

    .right_bottom>div {
        justify-content: flex-start;
        padding: 20px 25px 24px 25px;
    }

    .intro_right_wrap>div.right_inner>span {
        width: 60%;
    }
}

@media screen and (max-width: 375px) {
    #banner {
        min-height: 350px;
        max-height: 350px;
        margin-bottom: 52px;
    }
}

@media screen and (max-width: 360px) {
    #banner {
        min-height: 340px;
        max-height: 340px;
    }
}