@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');


.title{
    font-family: 'SpoqaHanSansNeo-Bold';
}
.en_tit{
    font-family: 'SpoqaHanSansNeo-Bold';
}

.slick-list,.slick-track,.slick-slide{width:100%;height: 100%;position: relative;}
.section{
    width:100%;
    position: relative;
    overflow: hidden;
}
body{
    overflow: hidden;
    font-family: 'SpoqaHanSansNeo-Regular';
    font-weight: 300;
}

.mo_br{
    display: none;
}
.momo_br{
    display: none;
}
.mo_dots{
    display: none;
}
.mo_arrow{
    display: none;
}
.background{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.main_visual{
    width: 100%;
    background-color: #000;
    padding-top: 120px;
    padding-bottom: 250px;
    position: relative;
}
/* .main_visual::after{
    content:'';
    width:300%;
    height:300%;
    background-image:url(../img/main_sec4_bg.png);
    position:absolute;
    top:-100%;left:-100%;right:-100%; bottom:-100%;
    animation:ani01 8s steps(10) infinite;
    z-index: 0;
}
.activity::after{
    content:'';
    width:300%;
    height:300%;
    background-image:url(../img/main_sec4_bg.png);
    position:absolute;
    top:-100%;left:-100%;right:-100%; bottom:-100%;
    animation:ani01 8s steps(10) infinite;
    z-index: 0;
}
.winner::after{
    content:'';
    width:300%;
    height:300%;
    background-image:url(../img/main_sec4_bg.png);
    position:absolute;
    top:-100%;left:-100%;right:-100%; bottom:-100%;
    animation:ani01 8s steps(10) infinite;
    z-index: -1;

    background-color: #000;
}
.notice::after{
    content:'';
    width:300%;
    height:300%;
    background-image:url(../img/main_sec4_bg.png);
    position:absolute;
    top:-100%;left:-100%;right:-100%; bottom:-100%;
    animation:ani01 8s steps(10) infinite;
    z-index: -1;

    background-color: #000;
} */
@keyframes ani01 {
    0%, 100% { transform:translate(0, 0) }
    10% { transform:translate(-5%, -10%) }
    20% { transform:translate(-15%, 5%) }
    30% { transform:translate(7%, -25%) }
    40% { transform:translate(-5%, 25%) }
    50% { transform:translate(-15%, 10%) }
    60% { transform:translate(15%, 0%) }
    70% { transform:translate(0%, 15%) }
    80% { transform:translate(3%, 35%) }
    90% { transform:translate(-10%, 10%) }
}
.main_visual>.inner{
    width: 1540px;
    margin: 0 auto;
}

.main_tit h3{
    color: #fff;
    font-size: 60px;
    line-height: 1.1;
}
.main_tit h3 strong{
    color: #b51e27;
}
.main_visual .swiper-container .swiper-slide{
    width: 100%;
    height:720px;
    overflow:inherit
}
.main_visual .swiper-container{
    overflow:inherit !important;
    margin-top:25px;
}
.main_visual .swiper-container .swiper-slide{
    background-size:cover;
    background-position:center;
    filter: grayscale(100%);
}   
.main_visual .swiper-container .swiper-slide-active{
    filter: grayscale(0);
}
.main_visual .swiper-container .swiper-slide video{
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_visual .swiper-container .swiper-pagination{
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;align-content: flex;
    justify-content: space-between;

    padding: 0px 20px;
}
.main_visual .swiper-container .slide-btn{
    width:45px;height: 45px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.404);
    color: #fff;
    font-size: 25px;
    display: flex;align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sub_tit dl{
    display: flex;color: #fff;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 45px;
}
.sub_tit dt{
    font-size: 45px;
}
.sub_tit dd{
    font-size: 16px;
    line-height: 1.4;
    padding-left: 140px;;
    color: #c3c3c3;
}

.main_visual .slide-pagination{
    position: absolute;
    left: inherit;
    bottom: 10px;right: 10px;
    z-index: 9999;
    width: 80px;
    display: inline-flex;
    align-items: center;
    color: #c2c2c2;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.404);
    border-radius: 20px;
    padding: 6px 0px;;
}
.main_visual .slide-pagination span{
    color: #fff;
    font-size: 16px;
    padding: 0px 5px;
}

/* winner : s */

.winner{
    padding:30px 0px 200px 0px;
    position: relative;
    background-color: #000;
}

.winner .inner{
    width:1540px;
    margin: 0 auto;
}

.winner_contents{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.win_lt h3{
    font-size: 55px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
}
.win_lt p{
    padding-top: 5px;
    font-size: 18px;
    text-align: center;
    color: #c2c2c2;
}
.win_rt{
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.win_rt ul{
    width:100%;
    display: flex;flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
.win_rt ul li{
    width:23%;
}
.win_rt ul .slick-slide>div:nth-of-type(2) li{
    margin-top: 90px;
}
.win_rt .slick-slide{
    padding: 0px 10px;;
}
.win_img{
    width:100%;
    overflow: hidden;
}
.win_img img{
    width:100%;
}


.img_wrap p{
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    text-align: center;
}

.win_arrow{
    position: absolute;
    display: flex;align-items: center;
    flex-direction: column;
    top: 50%;right: 0;
    transform: translate(50%,-50%);
}
.win_arrow .slick-arrow{
    width:85px;height: 85px;background-color: rgba(0, 0, 0, 0.507);
    border: 2px solid #e79ea3;
    font-size: 27px;
    border-radius: 100%;
    display: flex;align-items: center;justify-content: center;
    cursor: pointer;
    margin: 5px 0px;;
    color: #fff;
}

.winner_contents a{
    display: inline-block;
    margin-top: 85px;
    font-size: 18px;
    border-radius: 20px;
    padding: 8px 50px;
    border: 1px solid #e79ea3;
    color: #e79ea3;
}

/* winner : e */

/*  banner : s */
    .banner{
        width:100%;padding:150px 0px;
        background-image: url("../img/banner2.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
        z-index:10;
    }
    .banner .bg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;left: 0;
    background-color: #000000b3;
    z-index: -1;
    }
    .banner::after{
        content:"";
    }
    .banner_tit{
        width: 1440px;
        margin: 0 auto;
        z-index: 99999;
    }
    .banner_tit h3{
        font-size: 60px;
        color: #fff;
        text-align: center;
        line-height: 1.2;
    }
    .banner_tit h3 strong{
        color: #b51e27;
    }
/*  banner : e */

/* activity : s */

.activity{
    padding: 0px 0px 130px 0px;;
    background-color: #000;
}
.activity .inner{
    width: 1540px;
    margin: 0 auto;
}
.activity_tit dl{
    display: flex;align-items: center;
    justify-content: space-between;
    color: #fff;
}
.activity_tit dt{
    font-size: 45px;
    font-weight: 600;
}
.activity_tit dd{
    font-size: 19px;
    color: #c2c2c2;
}

.activity_contents{
    width:100%;
    margin-top: 40px;
    z-index: 1;
}
.acti_con{
    width: 100%;
    z-index: 1;
}

.acti_con li{
    padding:10px;
}
.acti_img{
    width:100%;
}
.acti_img img{
    width: 100%;
}
.acti_controll{
    width:100%;display: flex;align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    z-index: 1;
}

.acti_dots ul{
    display: flex;
}
.acti_dots ul button{
    font-size: 0;
    border: none;
    width: 10px;height: 10px;
    border-radius: 100%;
    background-color: #333;
    margin: 0px 2px;
}
.acti_con li dl{
    display: flex;align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.acti_con li dt{
    font-size: 19px;
    color: #fff;
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.acti_con li dd{
    font-size: 15px;
    color: #c2c2c2;
    padding-right: 60px;
}

.acti_arrow{
    font-size: 20px;
    width: 35px;height: 35px;
    border-radius: 100%;
    background-color: #333;
    color: #fff;
    display: flex;align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}
.acti_dots {
    z-index: 1;
}
.acti_dots ul{
    display: flex;
    z-index: 1;
}
.acti_dots ul button{
    font-size: 0;
    border: none;
    width: 10px;height: 10px;
    border-radius: 100%;
    background-color: #c2c2c2;
    margin: 0px 2px;
    z-index: 1;
}
.acti_dots ul .slick-active button{
    background-color: #fff;
}

/* activity : e */

/* models : s */
.models{
    background:#000;
    padding-top:10px;
    padding-bottom:130px;
}
.models .inner{
    width:1540px;
    margin:0 auto;
    display:flex;
    gap:30px;
    justify-content:center;
    align-items:center;
}
.models .info{
    gap:10px;
    display:none;
}
.models .info.active{
    display:flex;
}
.models .info .text{
    color:#fff;
    width:300px;
}
.models .info .text .name{
    font-size:20px;
    font-weight:700;
    padding:10px 0;
    border-bottom:2px solid #fff;
}
.models .info .text .info_num{
    padding:20px 0;
}
.models .info .text .info_num li{
    display:grid;
    grid-template-columns:80px 1fr;
    align-items:center;
}
.models .info .text .info_num li .part{
    font-size:16px;
    font-weight:600;
    line-height:30px;
    letter-spacing:0.02em;
}
.models .info .text .info_num li .desc{
    font-size:16px;
    font-weight:300;
}
.models .info .text .career{
    font-size:16px;
    font-weight:600;
}
.models .info .text .content{
    margin-left:15px;
}
.models .list{
    width:50%;
}
.models .list .model_cate{
    display:flex;
    gap:20px;
    margin-bottom:10px;
}
.models .list .model_cate li{
    font-size:16px;
    font-weight:400;
    color:#fff;
    cursor:pointer;
    text-transform:uppercase;
}
.models .list .model_cate li.active{
    font-weight:600;
    text-decoration:underline;
}
.models .model_list{
    width:100%;
    display:none;
}
.models .model_list.active{
    display:block;
}
.models .model_list .slick-slide{
    margin:0 5px;
}
.models .model_list .slide{
    position:relative;
    margin-bottom:10px;
    cursor:pointer;
}
.models .model_list .slide .img_wrap{
    width:100%;
    filter: grayscale(100%);
    transition:.3s;
}
.models .model_list .slide:hover .img_wrap{
    filter: grayscale(0);
}
.models .model_list .slide .img_wrap img{
    width:100%;
}
.models .model_list .slide .name{
    position:absolute;
    bottom:0;
    left:0;
    padding:15px 0;
    background:rgba(0,0,0,.5);
    color:#fff;
    text-align:center;
    width:100%;
    font-size:16px;
    z-index:1;
}
.models .model_list .slick-arrow{
    position:absolute;
    bottom:calc(100% + 10px);
    width:14px;
    height:27px;
    background:no-repeat;
    text-indent:-9990em;
    border:none;
    z-index:1;
}
.models .model_list .slick-prev{
    background-image:url(../img/model_prev.png);
    right:70px;
}
.models .model_list .slick-next{
    background-image:url(../img/model_next.png);
    right:20px;
}

/* models : e */

/* news : s */

.news{
    padding: 200px 0px;;
    background-image: url("../img/news_back.jpg");
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 50px rgb(0,0,0);
}

.news .inner{
    width:1440px;
    margin: 0 auto;
}

.news_tit{
    width:100%;text-align: center;
    display: flex;justify-content: center;
}
.news_tit img{
    width:250px;
}

.news_contents{
    width:100%;display: flex;justify-content: center;
}
.news_lt{
    width:100%;
    display: flex;flex-direction: column;
    align-items: center;
}
.news_lt>dl{
    color: #fff;
    text-align: center;
}
.news_lt>dl dt{
    font-size: 20px;
    padding-top: 15px;
}
.news_lt>dl dd{
    font-size: 43px;
}
.news_lt p{
    padding-top: 22px;
    font-size: 18px;
    line-height: 1.4;
    color:#c2c2c2;text-align: center;
}
.news_lt p strong{
    color: #e79ea3;
    font-weight: normal;
}
.news_lt a{
    display: inline-block;
    margin-top: 45px;;
    font-size: 18px;
    border-radius: 20px;
    padding: 8px 50px;
    border: 1px solid #e79ea3;
    color: #e79ea3;
}

/* news : e */


/* notice : s */


.notice{
    padding:30px 0px 130px 0px;
    background-color: #000;
}
.notice .inner{
    width:1440px;
    margin: 0 auto;
}

.notice_tit h3{
    font-size: 45px;
    color: #fff;
}

.notice_con{
    width: 100%;

}
.notice_con li{
    width:100%;
    margin-top: 90px;
    display: flex;align-items: flex-start;
    justify-content: space-between;
}
.notice_con
.notice_lt p{
    font-size: 22px;
    font-weight: 600;
    color: #eee;
}
.notice_lt p:nth-of-type(2){
    padding-top: 10px;
    color: #c2c2c2;
    font-size: 16px;
}
.notice_rt{
    width:65%;
}
.notice_rt img{
    width: 100%;
}

/* notice : e */


/* board : s */

.board{background-color: #000;}

.board .inner{
    width: 1440px;
    margin: 0 auto;
    padding: 0px 0px 100px 0px;
    display: flex;align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.board_top_line{
    width: 100%;height: 2px;
    position: absolute;
    top: 0;left: 0;
    background-color: transparent;
}
.board_top_line::after{
    content:"";
    width: 0%;height: 100%;
    position: absolute;
    top: 0;left: 50%;transform: translateX(-50%);
    background-color: #fff;
}
.board_top_line.aos-animate::after{
    width: 100%;transition: 1s ease;
}
.board_lt{
    width: 48%;;
}
.board_rt{
    width: 48%;
}
.board_tit {
    display: flex;align-items: center;
    justify-content: space-between;
}
.board_tit a{
    padding: 6px 25px;
    border-radius: 15px;
    border:2px solid #e79ea3;
    color: #e79ea3;
    font-size: 14px;
}
.board_tit h2{
    color: #fff;
    font-size: 26px;
}
.board_contents ul{
    margin-top: 20px;
    border-top: 1px solid #fff;
}
.board_contents ul li{
    width: 100%;
    padding:20px 10px;
}
.board_contents ul li{
    border-bottom: 1px solid #c5c5c5;
}
.board_contents li span{
    color: #c3c3c3;
}
.board_contents li a{
    display: flex;align-items: center;
    justify-content: space-between;
}
.board_contents .board_num,
.board_contents .board_date{
    padding: 0px 10px;
    white-space: nowrap;
    font-size: 15px;
}
.board_contents .board_tit{
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
    color: #fff;
  white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}
.board_contents .board_num i{
    font-size: 20px;
}
.board_contents .board_date span{
    color: #c3c3c3;
}

/* board : e */

/* cooperation : s */

.cooperation{
    padding: 60px 0px;
    background-color: #000;
}
.cooperation .inner{
    width: 1340px;
    margin: 0 auto;
}
.coo_tit{
    width: 100%;
}

/* cooperation : e */





@media screen and (max-width:1600px) {
    .main_visual>.inner{
        width: 90%;
    }
    .main_visual .swiper-container .swiper-slide{
        height: 660px;
    }

    .activity .inner{
        width:95%
    }
    .winner .inner{
        width:95%
    }

    .win_arrow{
        right: 20px;
    }
    .win_arrow .slick-arrow{
        width: 65px;height: 65px;
    }


    .board .inner{
        width: 95%;;
    }
    .models .inner{
        width:95%;
    }
}

@media screen and (max-width:1440px) {
    .main_visual{
        padding-top: 70px;
    }
    .main_visual .swiper-container .swiper-slide{
        height: 600px;
    }
    .notice .inner{
        width: 95%;
    }
    .news .inner{
        width: 95%;
    }
    .news_tit img{
        width: 200px;
    }
    .models .info .img_wrap{
        width:40%;
    }
    .models .info .img_wrap img{
        width:100%;
    }
}

@media screen and (max-width:1240px) {
    .sub_tit dl{
        flex-direction: column;
    }
    .sub_tit dd{
        padding-left: 0;
        padding-top: 10px;
    }
    .acti_con li dd{
        padding-right: 0;
    }

    .board_lt,.board_rt{
        width: 49%;
    }
    .board_contents ul li{
        padding: 15px 10px;
    }
    .board_contents .board_tit{
        font-size: 16px;
    }
    .models .inner{
        justify-content:space-between;
    }
    .models .info .img_wrap{
        width:100%;
    }
}
@media screen and (max-width:1000px) {
    .main_visual>.inner{
        width: 100%;
    }
    .main_visual{
        padding-bottom: 150px;
    }
    .main_visual .swiper-container .swiper-slide{
        height: 480px;
    }
    .main_visual .sub_tit{
        width:95%;
        margin: 0 auto;
    }

    .notice_con li{
        flex-flow: row wrap;
    }
    .notice_rt{
        width: 100%;
        margin-top: 20px;
    }
    .win_rt ul .slick-slide>div:nth-of-type(2) li{
        margin-top: 60px;
    }
    .main_visual .swiper-container .swiper-pagination{
        display: none;
    }
    .board_contents .board_tit{
        font-size: 15px;
        padding-left: 5px;
    }
    .board_contents .board_num, .board_contents .board_date {
        font-size: 13px;
    }
    .board_contents ul li{
        padding: 15px 5px;
    }
    .models .info{
        flex-direction:column;
    }
    .models .list{
        width:50%;
    }
}
@media screen and (max-width:800px) {
    .board .inner{
        flex-flow: row wrap;
        width: 90%;
    }
    .board_lt,.board_rt{
        width: 100%;
    }
    .board_rt{
        margin-top: 60px;
    }
    .board_contents .board_tit{
        font-size: 17px;
        padding-left: 20px;
    }
    .models .inner{
        flex-direction:column-reverse;
    }
    .models .info{
        flex-direction:row;
    }
    .models .info .img_wrap{
        width:auto;
    }
    .models .list{
        width:100%;
    }
}

@media screen and (max-width:710px) {
    .sub_tit dt{
        font-size: 40px;
    }
    .sub_tit dd br{
        display: none;
    }
    .sub_tit dd{
        word-break: keep-all;
    }

    .activity_tit dt{
        font-size: 40px;
    }

    .activity_tit dl{
        flex-direction: column;
    }
    .activity_tit dd{
        font-size: 17px;
    }
    .notice_tit h3{
        font-size: 40px;
    }
    .notice_con li{
        margin-top: 60px;
    }
    .notice_con li:nth-of-type(1){
        margin-top: 30px;
    }
    .win_lt h3{
        font-size: 45px;
    }
    .win_lt p{
        font-size: 17px;
    }
    .news_lt>dl dt{
        font-size: 17px;
    }
    .news .inner{
        width: 90%;
    }
    .news_lt>dl dd{
        font-size: 35px;
    }
    .news_lt p br{
        display: none;
    }
    .news_lt p{
        word-break: keep-all;
    }
    .news_lt p{
        font-size: 17px;
    }
}
@media screen and (max-width:600px) {
    .sub_tit dt,
    .activity_tit dt,
    .notice_tit h3,
    .win_lt h3{
        font-size: 30px;
    }
    .img_wrap p{
        font-size: 14px;
    }


    .news_lt>dl dd{
        font-size: 24px;
    }
    .news_lt p{
        font-size: 15px;
    }
    .news_lt a{
        font-size: 15px;
    }

    .win_arrow{
        position: inherit;
        top: inherit;
        right: inherit;
        transform: translate(0);
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
    }
    .win_arrow .slick-arrow{
        width:42px;height: 42px;
        border: 1px solid #fff;
        font-size: 23px;
        margin: 0px 3px;
    }
    .news{
        padding: 160px 0px;
    }
    .news_tit img{
        width: 160px;
    }
    .acti_con li dt{
        font-size: 17px;
    }
    .win_rt ul .slick-slide>div:nth-of-type(2) li{
        margin-top: 30px;
    }


    .board_contents .board_tit{
        font-size: 15px;
        padding-left: 5px;
    }
    .board_tit h2{
        font-size: 22px;
    }

}
@media (max-width:500px){
    .winner{
        padding-bottom:110px;
    }
    .models{
        padding-bottom:30px;
    }
    .models .info{
        flex-direction:column;
    }
    .models .info .text .name{
        font-size:18px;
        padding:5px 0;
    }
    .models .info .text .info_num{
        padding:10px 0;
    }
    .models .info .text .info_num li .part,
    .models .info .text .info_num li .desc,
    .models .info .text .career{
        font-size: 14px;
    }
    .models .model_list .slick-slide{
        margin:0 1px;
    }
    .models .model_list .slide .name{
        padding:5px 0;
        font-size:14px;
    }
}
@media (max-width:350px){
    .models .info{
        width:100%;
    }
    .models .info .text{
        width:100%;
    }
}