#main .visual-wrap {
    position: relative;
    height: calc(100% - 2rem);
    border-radius: 0 10rem 0 10rem;
    margin: 0 2rem;
    transition: border-radius 1s ease-in-out 0.2s;
    overflow: hidden;
}

.visual-list {
    height: 860px;
    overflow: hidden;
}


#main {
    padding-top: 75px;
    @media screen and (max-width: 1024px) {
        padding-top: 60px;
    }
}

#main .visual-list .item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

#main .visual-list .slick-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100%;
}

#main .visual-list .slick-list .slick-track {
    height: 100%;
}

#main .visual-list .item img{
    width: 100%;
}


.visual-list .slick-slide{
    margin:0;
}

.visual-list .slick-slide div {
    height: 100%;
}


.visual-list .slick-slide .tit {
    transition: all 1s;
    transition-delay: 0.4s;
    transform: translateY(20%);
    opacity: 0;
}

.visual-list .slick-active.animate .tit {
    transform: translateY(0%);
    opacity: 1;
}

.visual-list .slick-slide:not(.slick-active) .tit {
    transition-delay: 0s;
}

#main .visual-list .item video {
    position: absolute;
    top: 0;
}

#main .visual-list .item video.video-main-2 {
    z-index: 100;
}

#main .visual-list .item video.video-main-3 {
    filter: blur(25px);
}

#main .visual-list .item .tbox {
    position: absolute;
    top: 30%;
    width: 530px;
    z-index: 100;
}

#main .visual-list .item .tbox p {
    font-size: 60px;
    color: #fff;
    line-height: 1.3em;

}

#main .visual-list .item .tbox span {
    position: relative;
    font-weight: 700;
}

#main .visual-list .item .tbox span::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-color: rgba(0 0 0 / 30%);
    z-index: -1;
}

#main .visual-list .slick-dots {
    bottom: 30%;
    left: -35em;
}


#main .slick-dots li button:before {
    font-size: 0;
}

#main .slick-dots li {
    background: #fff;
    border-radius: 50px;
    width: 15px;
    height: 15px;
}

#main .slick-dots .slick-active {
    background: #4181de;
    width: 50px;
    transition: 0.2s;
}


.scroll-downs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.mousey {
    padding: 10px 15px;
    width: 0;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 25px;
    box-sizing: content-box;
    margin: 0 auto 10px auto;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.scroll-downs p {
    color: #fff;
    letter-spacing: 0.25em;
    font-size: 13px;
}

.counse-box>div {
    width: 80%;
    margin: 0 auto;
    background: url("../images/main/counse-arr.png") no-repeat;
    background-position: top right;
    text-align: center;
    margin-top: 20px;
    padding-top: 25px;

}

.counse-box p:nth-child(2) {
    font-size: 22px;
    font-weight: 800;
}

.counse-box a {
    display: block;
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 50px;
    width: 80%;
    margin: 10px auto 0 auto;
}

#main .sec-1 {
    background: url("../images/main/sec-01-bg.png") no-repeat;
    background-size: auto;
    padding-top: 250px;
    background-position: top right;
    height: 750px;
}

#main .sec-1 .cbox-1 {
    position: relative;
    float: left;
    width: 40%;
    height: 500px;
    background: url("../images/main/sec-01-hdbg.png") no-repeat;
    background-size: contain;
}

#main .sec-1 .cbox-1>div {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
}

#main .sec-1 .cbox-1>div img {
    position: absolute;
    right: -100px;
    bottom: -2px;
}

#main .sec-1 .cbox-1>div .tbox {
    position: absolute;
    bottom: 80px;
    left: -80px;
    color: #fff;
    z-index: 9;
}

#main .sec-1 .cbox-1>div .tbox span,
#main .sec-1 .cbox-1>div .tbox p {
    display: inline-block;
}

#main .sec-1 .cbox-1>div .tbox p {
    margin-left: 20px;
    /* background: url("../images/common/sign.png") right center no-repeat; */
    /* padding-right: 100px; */
}

#main .sec-1 .cbox-2 {
    float: left;
    width: 50%;
    padding-left: 200px;
    line-height: auto;
}

#main .sec-1 .cbox-2 .tit {

    font-size: 50px;
    font-weight: 800;
}

#main .sec-1 .cbox-2 .txt {
    font-weight: 300;
    padding: 30px 0;
    font-family: "Noto Sans Korean";
    letter-spacing: -0.07em;
}

#main .sec-1 .cbox-2 ul {
    position: relative;
    width: 400px;
    border-left: 1px solid #ddd;
}

#main .sec-1 .cbox-2 li {
    margin-left: -3px;
    margin-bottom: 5px;

}

#main .sec-1 .cbox-2 li::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #4181de;
    border-radius: 5px;
    margin-right: 20px;
}

#main .sec-1 .cbox-2 ul::after {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    z-index: 9;
    margin-top: -70px;
}

#main .sec-1 .cbox-2 a {
    display: flex;
    height: 50px;
    margin-top: 30px;
}

#main .sec-1 .cbox-2 a>p {
    display: block;
    width: 200px;
    line-height: 50px;
    background: #3686d4;
    background: -webkit-linear-gradient(to right, #3686d4, #059ba9);
    background: linear-gradient(to right, #3686d4, #059ba9);
    color: #fff;
    padding-left: 20px;
}

#main .sec-1 .cbox-2 a span {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/common/more_arr.png") center no-repeat;
    background-color: #333;
}

#main .sec-2 {
    background: #f9f9f9;
    padding: 100px 0;
}

#main .sec-2 .tbox-1 {
    position: relative;
    float: left;

    padding-left: 50px;
}

#main .sec-2 .tbox-1::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 150px;
    background: #3686d4;
    /* background: -webkit-linear-gradient(to right, #3686d4, #059ba9);
	background: linear-gradient(to right, #3686d4, #059ba9); */
}


#main .sec-2 .tbox-1 p {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.5em;
}

#main .sec-2 .tbox-2 {
    float: right;
    width: 35%;
}

#main .sec-2 .tbox-2 p {
    font-size: 18px;
    line-height: 1.8em;
}

#main .sec-3 {
    background-image: url("../images/main/sec-03-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.2s;

}

#main .sec-3.item-2bg {
    background-image: url("../images/main/sec-03-bg-2.png");
}

#main .sec-3.item-3bg {
    background-image: url("../images/main/sec-03-bg-3.png");

}


#main .sec-3 .item-list {
    height: 620px;
    width: 1400px;
    margin: 0 auto;
}

#main .sec-3 .item {
    position: relative;
    cursor: pointer;
    width: 30%;
    height: 100%;
    float: left;
}

#main .sec-3 .item-2 {
    border-left: 1px solid rgba(255, 255, 255, 20%);
    border-right: 1px solid rgba(255, 255, 255, 20%);
}

#main .sec-3 .item>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#main .sec-3 .item .tit {

    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;

}

.center-con {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}


.arr-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.arr-box > div {
    width: 12px;
    height: 12px;
}

#cta {
    width: 100%;
    cursor: pointer;
    position: absolute;
}

#cta .arrow {
    left: 30%;
}

.arrow {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 15px;
}

.segunda {
    margin-left: 8px;
}

.next {
    background-image: url("../images/common/arr-nxt.png");
    background-repeat: no-repeat;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


#main .sec-3 .item:hover {
    background: rgba(0 0 0 / 30%);
}

#main .sec-3 .item .txt {
    overflow: hidden;
    height: 0;
    text-align: center;
    color: #fff;
    width: 100%;
}

#main .sec-3 .item:hover .txt {
    overflow: visible;
    height: 50px;
    margin: 30px auto;
    transition: 0.4s;
}

#main .sec-3 .item:hover .arr-box {
    background: #3686d4;
    border: 0;
}


#main .sec-3 .item:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#main .sec-3 .item:hover .arrow.primera {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#main .sec-4{
    background: url("../images/main/sec-4-bg.png") no-repeat;
    background-size: cover;
    padding: 100px 0;
    height: 500px;
}


#main .sec-4 .ntc-box{
    float: left;
    width: 430px;
}

#main .sec-4 .ntc-box .item{
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#main .sec-4 .ntc-box .badge{
    float: left;
    color: #fff;
    background: #3686d4;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#main .sec-4 .ntc-box .date{
    float: left;
    color: #fff;
    text-align: center;
    margin: 5px 20px 0 20px;
}

#main .sec-4 .ntc-box .date .day{
    -webkit-text-stroke: 1px #fff;
    font-size: 25px;
}

#main .sec-4 .ntc-box .date p{
    font-size: 14px;
}

#main .sec-4 .ntc-box .tbox{
    float: left;
    color: #fff;
    width: 68%;
}

#main .sec-4 .ntc-box .tbox .tit{

    font-size: 18px;
    display: block;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    font-weight: 800;
    color: #fff;
}

#main .sec-4 .ntc-box .tbox .tit a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

#main .sec-4 .ntc-box .tbox .txt{
    display: block;
    /*height: 30px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;  
}

#main .sec-4 .time-wrap{
    background: #fff;
    padding: 20px;
    float: left;
    margin: 0 20px;
    width: 440px;
}

#main .sec-4 .time-wrap > .tit{

    font-size: 18px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 20px;
}

#main .sec-4 .time-wrap .cbox{
    float: left;
    width: 50%;
    float: left;
}

#main .sec-4 .time-wrap .cbox.bd-r{
    border-right: 1px solid #f4f4f4;
}

#main .sec-4 .time-wrap .cbox > div{
    height: 110px;
}

#main .sec-4 .time-wrap .holiday .badge{
    background: #3686d4;
    border:0;
    color: #fff;
}


#main .sec-4 .time-wrap .badge{

    font-weight: 700;
    border:1px solid #ddd;
    border-radius: 50px;
    padding: 5px 10px;
    width: 115px;
    text-align: center;
    margin: 0 auto 10px auto;

}

#main .sec-4 .time-wrap p{
    text-align: center;
}

#main .sec-4 .time-wrap .ntc{
    color: #f14a1d;
    font-size: 13px;
}

#main .sec-4 .banner-list{
    float: right;
    width: 295px;
    height: 310px;
}

#main .sec-4 .banner-list img{
    width: 100%;
}

@media screen and (max-width: 1600px){
    #main .visual-list .item{
        height: 600px;
        background-size: cover !important;
    }

    #main .visual-list .item-1{
        background: url("../images/main/main-vs-01-m.png") no-repeat;
        overflow: hidden;
    }

    #main .visual-list .item-2{
        background: url("../images/main/main-vs-01-m.png") no-repeat;
        overflow: hidden;
    }

    #main .visual-list .item .tbox {
        position: absolute;
        width: 80%;
        top: 30%;
        left: 20px;
    }

    #main .visual-list .item .tbox p {
        font-size: 40px;
    }

    .visual-list{
        height: auto;
    }
}

@media screen and (max-width: 1600px) {
    .pc-mode.video-main {
        object-fit: cover;
        /* height: 100% !important; */
        display: block !important;
    }
}
@media screen and (max-width: 1024px) {

    #main .visual-list .slick-dots {
        left: 5%;
        bottom: 5%;
        width: auto;
    }

    .scroll-downs {
        bottom: 80px;
    }

    .counse-box{
        /* display: none; */
        width:  50%;
        height: auto;
        bottom: 0;
        left: 0;
        right: auto;
    }

    .counse-box a {
        font-size: 12px;
        padding: 2px 5px;
    }

    .counse-box p:nth-child(1) {
        font-size: 13px;
    }

    .counse-box p:nth-child(2) {
        font-size: 16px;
    }

    .blog-box {
        left: auto;
        right: 0;
    }

    .counse-box + .counse-box {
        bottom: 0;
    }

    .counse-box > div {
        margin-top: 0;
        padding-top: 0;
    }

    .mousey {
        padding: 5px 12px;
    }

    #main .sec-1{
        height: auto;
        padding-top: 50px;
    }

    #main .sec-1 .cbox-2.m-mode{
        margin-bottom: 30%;
    }

    #main .sec-1 .cbox-2 .txt{
        width: 65%;
        word-break: keep-all;
    }

    #main .sec-1 .cbox-1 {
        position: relative;
        float: none;
        width: 100%;
        height: 300px;
        background-position: left bottom;
    }

    #main .sec-1 .cbox-1>div{
        width: 100%;
    }

    #main .sec-1 .cbox-1>div img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
    }

    #main .sec-1 .cbox-1>div .tbox{
        left: 20px;
    }

    #main .sec-1 .cbox-2 {
        float: none;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 30px;
    }

    #main .sec-1 .cbox-2 ul{
        width: 100%;
        margin-top: 30px;
    }

    #main .sec-1 .cbox-2 .tit{
        font-size: 40px;
    }

    #main .sec-2{
        display: none;
    }


    #main .sec-3 .item-list{
        display: flex;
        width: 100%;
        height: 400px;
    }

    #main .sec-3 .item-list .item{
        flex:1;
    }

    #main .sec-3 .item .tit{
        font-size: 17px;
        margin-bottom: 10px;
    }

    #main .sec-3 .item:hover .txt {
        height: 40px;
        font-size: 12px;
        line-height: initial;
        margin: 0 auto 20px auto;
    }

    #main .sec-4{
        height: auto;
        padding: 40px 0;
    }

    #main .sec-4 .ntc-box {
        float: none;
        width: 100%;
    }

    #main .sec-4 .ntc-box .tbox{
        width: 55%;
    }

    #main .sec-4 .time-wrap {
        float: none;
        margin: 0;
        width: 100%;
    }

    #main .sec-4 .banner-list {
        float: none;
        width: auto;
        height: auto;
        margin: 20px auto 0 auto;
    }







}

