@charset "UTF-8";

/* section 1 */
#sec_1 .cont-box {
    position: relative;
}
#sec_1 .cont-box,
#sec_1 .tit-area,
#sec_1 .tit-area h1,
#sec_1 .tit-area h5,
#sec_1 .sec1-slider {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#sec_1 .sec1-slider .bg1 {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background: url(../images/sec1/bg_img02.jpg) no-repeat;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
#sec_1 .sec1-slider .bg2 {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background: url(../images/sec1/bg_img03.jpg) no-repeat;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}
#sec_1 .sec1-slider .slick-slide {
    opacity: 0;
}
#sec_1 .sec1-slider .slick-slide.slick-current {
    opacity: 1;
}
#sec_1 .sec1-slider .slick-current {
    position: relative;
}
#sec_1 .sec1-slider .slick-current .bg1,
#sec_1 .sec1-slider .slick-current .bg2 {
    opacity: 1;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
#sec_1 .slick-dots {
    position: absolute;
    bottom: 295px;
    left: 291px;
}
#sec_1 .slick-dots > li {
    display: none;
}
#sec_1 .slick-dots > li.slick-active {
    display: block;
}
#sec_1 .slick-dots > li span {
    font-family: "Noto-Regular", sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #FFFFFF;
    opacity: 0.5;
}
#sec_1 .slick-dots > li span.hyphen {
    margin-right: 7px;
}
#sec_1 .slick-dots > li span.on {
    margin-right: 8px;
    font-family: "Noto-Medium", sans-serif;
    font-weight: 500;
    font-size: 30px;
    opacity: 1;
}
#sec_1 .slick-arrow {
    width: 8px;
    height: 14px;
    position: absolute;
    bottom: 300px;
    z-index: 2;
    text-indent: -999999px;
    border: none;
    cursor: pointer;
}
#sec_1 .slick-arrow.slick-prev {
    left: 260px;
    background: url(../images/sec1/ico_arrow_left.png) no-repeat;
}
#sec_1 .slick-arrow.slick-next {
    left: 360px;
    background: url(../images/sec1/ico_arrow_right.png) no-repeat;
}


/* section 2 */
#sec_2 .swiper-slide {
    width: 860px;
    height: 500px;
    background-position: center;
    background-size: cover;
}
#sec_2 .cont-box {
    top: 38%;
}
#sec_2 .sec9-slider {
    position: relative;
}
#sec_2 .sec9-slider .list {
    width: 100%;
    /* height: 50vh; */
}
#sec_2 .sec9-slider .slick-arrow {
    width: 51px;
    height: 97px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1.0) translateY(-50%);
    transform: scale(1.0) translateY(-50%);
    text-indent: -999999px;
    border: none;
    cursor: pointer;
    z-index: 2;
}
#sec_2 .sec9-slider .slick-arrow.slick-prev {
    left: -86px;
    background: url(../images/sec2/ico_arrow_left.png) no-repeat 0 50%;
}
#sec_2 .sec9-slider .slick-arrow.slick-next {
    right: -86px;
    background: url(../images/sec2/ico_arrow_right.png) no-repeat 0 50%;
}
/* .sec2-swiper-button-prev,
.sec2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
} */


/* section 4 */
#sec_4 .sec4-slider {
    max-width: 1202px;
    width: 80%;
    margin: 0 auto;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#sec_4 .sec4-slider .slick-slide {
    padding: 0 0.5px;
}
#sec_4 .sec4-slider .slick-slide img {
    width: 100%;
}
#sec_4 .sec4-slider .slick-slide img+div {
    width: 100%;
}
#sec_4 .sec4-slider .slick-arrow {
    width: 31px;
    height: 57px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1.0) translateY(-50%);
    transform: scale(1.0) translateY(-50%);
    text-indent: -999999px;
    border: none;
    cursor: pointer;
    z-index: 2;
}
#sec_4 .sec4-slider .slick-prev {
    left: -97px;
    background: url(../images/sec4/ico_arrow_left.png) no-repeat 0 50%;
}
#sec_4 .sec4-slider .slick-next {
    right: -97px;
    background: url(../images/sec4/ico_arrow_right.png) no-repeat 0 50%;
}

/* section 5-1 */
#sec_5 .sec5-slider {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
}
#sec_5 .swiper-slide {
    font-size: 18px;
    opacity: 0.6;
    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;
}
#sec_5 .sec5-swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
}
#sec_5 .sec5-swiper-button-next {
    left: 20px;
    transform: rotate(90deg);
}
#sec_5 .swiper-slide-active {
    opacity: 1;
}
#sec_5 .swiper-slide-active .thumb {
    cursor: pointer;
}
#sec_5 .swiper-slide-active .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #111111;
    opacity: 0.4;
}
#sec_5 .swiper-slide-active .thumb:after {
    content: 'Play now';
    line-height: 22.2px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-top: -19px;
    margin-left: -32px;
    padding-top: 20px;
    background: url(../images/sec5/ico_play.png) no-repeat 50% 0;
    font-family: "Noto-Regular", sans-serif;
    font-size: 15px;
    color: #ffffff;
}
#sec_5 .control {
    position: absolute;
    top: 50%;
    left: 460px;
    margin-top: 45px;
}
#sec_5 .sec5-swiper-button-prev {
    top: -55px;
    right: 0;
    left: 0;
    width: 16px;
    height: 10px;
    background: url(../images/sec5/ico_arrow_up.png) no-repeat 50% 50%;
}
#sec_5 .sec5-swiper-button-next {
    right: 0;
    bottom: -55px;
    left: 0;
    width: 16px;
    height: 10px;
    background: url(../images/sec5/ico_arrow_down.png) no-repeat 50% 50%;
    transform: rotate(0);
}
.sec5-swiper-button-prev,
.sec5-swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}


/* section 5-2 */
#sec_5 .sec7-slider {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
#sec_5 .sec7-slider .item {
    display: table;
    width: 100%;
    padding: 0 5em;
}
#sec_5 .sec7-slider .thumb {
    display: table-cell;
    width: 140px;
    vertical-align: middle;
}
#sec_5 .sec7-slider .thumb img {
    width: 140px;
}
#sec_5 .sec7-slider .title {
    display: table-cell;
    width: calc(100% - 140px);
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
    padding-left: 2.5em;
    font-size: 16px;
    line-height: 24px;
    font-family: "Noto-Regular", sans-serif;
    font-weight: 400;
}
#sec_5 .sec7-slider .slick-arrow {
    width: 32px;
    height: 58px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1.0) translateY(-50%);
    transform: scale(1.0) translateY(-50%);
    text-indent: -999999px;
    border: none;
    cursor: pointer;
    z-index: 2;
}
#sec_5 .sec7-slider .slick-prev {
    left: 0;
    background: url(../images/sec6/ico_arrow_left.png) no-repeat 50% 50%;
}
#sec_5 .sec7-slider .slick-next {
    right: 0;
    background: url(../images/sec6/ico_arrow_right.png) no-repeat 50% 50%;
}


/* section 6 */
#sec_6 .sec6-slider {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#sec_6 .sec6-slider .slick-arrow {
    width: 32px;
    height: 58px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1.0) translateY(-50%);
    transform: scale(1.0) translateY(-50%);
    text-indent: -999999px;
    border: none;
    cursor: pointer;
    z-index: 2;
}
#sec_6 .sec6-slider .slick-arrow.slick-prev {
    left: -80px;
    background: url(../images/sec6/ico_arrow_left.png) no-repeat 50% 50%;
}
#sec_6 .sec6-slider .slick-arrow.slick-next {
    right: -80px;
    background: url(../images/sec6/ico_arrow_right.png) no-repeat 50% 50%;
}
