/*Header Slider*/
.header-full .header-slider .video-side video{
    height: 120vh
}
.header-full .header-slider .youtube-side,
.header-full .header-slider .image-slide img,
.home-slider-top.header-full{
    height: 100vh
}
.no-slider + .content  .home-slider-top{
    display: none;
}
.page-header-container{
    position: relative;
    overflow: hidden;
}
.header-slider.addoverlay:before{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(108,31,106,0) 100%);
}
.header-slider .slick-dots{
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}
.header-slider .slick-dots li{
    display: inline-block;
    border-radius: 100%;
    padding: 2px;
    margin-right: 10px;
    background-color: #c1bdbd;
}
.header-slider .slick-dots li.slick-active{
    border: 1px solid transparent;
    background-color: transparent;
}
.header-slider .slick-dots li.slick-active button{
    font: 0/0 a;
    border: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    outline: none;
}
.header-slider .slick-dots li button{
    font: 0/0 a;
    border: none;
    width: 10px;
    display: block;
    border-radius: 100%;
    height: 10px;
    background-color: #c1bdbd;
    outline: none;
    cursor: pointer;
}
.header-slider .slick-next{
    position: absolute;
    height: 60px;
    width: 60px;
    bottom: 60px;
    left: 0;
    font: 0/0 a;
    border: none;
    z-index: 1;
    outline: none;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #6C1F6A;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header-slider .slick-prev{
    position: absolute;
    height: 60px;
    width: 60px;
    bottom: 0;
    left: 0;
    font: 0/0 a;
    border: none;
    z-index: 1;
    outline: none;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #6C1F6A;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header-slider .slick-prev:hover,
.header-slider .slick-next:hover{
    background: #CAB36B;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-header-ring:hover{
    background-color: #CAB36B;
}
.header-slider .slick-prev svg,
.header-slider .slick-prev i{
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    display: block;
}

.header-slider .slick-next svg,
.header-slider .slick-next i{
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    display: block;
}

.page-header-container .slider-menu-home{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 60px;
}
.page-header-container .slider-menu-home li{
    display: inline-block;
}
.page-header-container .slider-menu-home li:last-of-type{
    margin-right: 0;
}
.page-header-container .slider-menu-home li a:before{
    content: "";
    display: block;
    width:200px;
    height: 46px;
    border: 1px solid #fff;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-header-container .slider-menu-home li a:after{
    content: "";
    display: block;
    width:194px;
    height: 40px;
    border: 1px solid #fff;
    opacity: 0.2;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.page-header-container .slider-menu-home li{
    margin-left: 15px;
}

.page-header-container .slider-menu-home li a{
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    width: 200px;
    height: 46px;
    line-height: 46px;
    font-family: 'PT Serif', serif;
    display: inline-block;
    position: relative;
    text-align: center;
}
.page-header-container .slider-menu-home li:first-child{
    margin-left: 0px;
}

.page-header-container .slider-menu-home li a:hover:before{
    opacity: 0.2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.page-header-container .slider-menu-home li a:hover:after{
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.header-slider .image-slide img {
    display: block;
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: center;
}
.header-slider .youtube-side{
    width: 100%;
    height: 70vh;
    position: relative;
}
.header-slider .video-side video{
    width: 100%;
    height: 90vh;
    margin-top: -10vh;
    margin-bottom: -10vh;
    object-fit: cover;
    display: block;
}
.page-layout .youtube-side iframe {
    width: 100%;
    height: 415px;
}
.header-slider .video-side .overlay,
.youtube-side .overlay{
    width: 100%;
    height: 120vh;
    position: absolute;
    z-index: 9;
}
.slick-initialized .slick-slide{
    overflow: hidden;
}
.image-slide {
    position: relative;
}

.home-slider-top .video-button-slider{
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 10;
    width: 160px;
    height: 160px;
}

.home-slider-top .video-button-slider .button-play{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 92px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-slider-top .video-button-slider .button-play svg{
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}

.home-slider-top .video-button-slider:hover .button-play svg{
    opacity: 0.8;

}

.slider-text-box{
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 40px;
    text-align: center;
}
.slider-text-box .wrapper{
    display: flex;
    justify-content: space-between;
}
.slider-text-box.slidertextalign1{
    bottom: 2vh;
    min-height: 50vh;
}
.slider-text-box.slidertextalign2{
    z-index: 0
}
.slider-text-box .title-slider.text-type1{
    width: 70%;
    font-size: 8rem;
    line-height: 9.2rem;
    font-weight: 800;
    color: #FDD173;
}
.slider-text-box .subtitle-slider{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.slider-text-box .title-slider{
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 84px;
    color: #FFFFFF;
    text-align: left;
}

.width-sidebar .main-wrapper .home-slider-top  .wrapper{
    width: auto;
    padding-left: 20vw;
}
.slider-text-box .scroll-down svg{
    color: #fff;
}
.vertical-text{
    margin-left: -86px;
    margin-bottom: 20px;
}
.vertical-text:after{
    width: 60px;
}

.header-links-type1{
    position: absolute;
    right: 5vw;
    bottom: 48px;
    display: flex;
}
.header-links-type1 a{
    background: #343A74;
    min-width: 155px;
    height: 60px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #BFD59B;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.header-links-type1 a:hover{
    background: #BFD59B;
    color: #343A74;
}
.header-links-type1 a + a{
    color: #F1A494;
}
.header-links-type1 a + a:hover{
    background: #F1A494;
}
.header-links-type1 a + a + a{
    color: #FDD173;
}
.header-links-type1 a + a + a:hover{
    background: #FDD173;
}
.header-links-type2{
    position: absolute;
    right:  5vw;
    left: initial!important;
    width: 45vw;
    bottom: 0px;
    display: flex;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.header-links-type2 a{
    background: #BFD59B;
    width: 270px;
    height:175px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #343A74;
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 60px!important;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    text-align: center;
    position: absolute;
    right: calc((100vw - 1128px) / 2 - 5vw);
    bottom: -87px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-links-type2.active a{
    align-items: flex-start;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-links-type2 a:hover{
    background: #343A74;
    color: #BFD59B;


}
.header-links-type2 a + a{
    background: #9FC5D3;
    color: #343A74;
    right:  calc((100vw - 1128px) / 2 + 290px - 5vw);
    bottom: -195px;
}
.header-links-type2 a + a:hover{
    background: #343A74;
    color: #9FC5D3;
}
.header-links-type2 a + a + a{
    background: #FDD173;
    color: #343A74;
    right: calc((100vw - 1128px) / 2 - 5vw);
    bottom: -282px;

}
.header-links-type2 a + a + a:hover{
    background: #343A74;
    color: #FDD173;
}
.slidertextalign1 .text-type2,
.slidertextalign2 .text-type2{
    font-size: 21.3rem;
    line-height: 17.2rem;
    font-weight: 800;
    font-family: 'EB Garamond', serif;
    opacity: 0.35;
    color: #fff;
    position: absolute;
    bottom: -30px;
    left: 0;
    max-width: 70%;
}
.slidertextalign1 .text-type2{
    bottom: 215px;
}
.slidertextalign2 .vertical-text{
    position: absolute;
    bottom: 0px;
    right: 5vw;
    margin-right: -86px;
    margin-left: 0;
}

.home-slider-top.headtype4{
    height: 50vh;
}

.home-slider-top.headtype4  .slidertextalign2 .vertical-text{
    bottom: -130px;
}

/* END Header Slider*/
/* Announcements */
.home-header-ring{
    display: flex;
    position: absolute;
    bottom: 40px;
    right: 5vw;
    background-color: #fff;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 2;
    outline: none;
    margin-right: 0;
    margin-bottom: 0;
    border: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.2);
}
.home-header-ring .icon{
    display: block;
    width: 100%;
    line-height: 70px;
    height: 70px;
    text-align: center;
}

.home-header-ring .count{
    position: absolute;
    background: #006545;
    width: 20px;
    height: 20px;
    bottom: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.home-header-ring:hover .count {
    background-color: #fff;
    color: #006545;
    font-weight: bold;
}
.home-header-ring a{
    margin: auto;
    text-decoration: none;
}
.home-header-ring svg,
.home-header-ring i{
    line-height: 80px;
    font-size: 15px;
    color: #6C1F6A;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.home-header-ring:hover #customModalBtn svg,
.home-header-ring:hover #customModalBtn i{
    display: inline-block;
    color: #fff;
    line-height: 80px;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .2s ease-in-out infinite;
    transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(0);
    }
    2% {
        -webkit-transform: rotate(1deg);
    }
    4% {
        -webkit-transform: rotate(-5deg);
    }
    6% {
        -webkit-transform: rotate(6deg);
    }
    8% {
        -webkit-transform: rotate(-4deg);
    }
    10% {
        -webkit-transform: rotate(2deg);
    }
    12% {
        -webkit-transform: rotate(-1deg);
    }
    14% {
        -webkit-transform: rotate(1deg);
    }
    40% {
        -webkit-transform: rotate(1deg);
    }
    42% {
        -webkit-transform: rotate(-5deg);
    }
    44% {
        -webkit-transform: rotate(6deg);
    }
    46% {
        -webkit-transform: rotate(-4deg);
    }
    48% {
        -webkit-transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(-1deg);
    }
    52% {
        -webkit-transform: rotate(1deg);
    }
    86% {
        -webkit-transform: rotate(1deg);
    }
    88% {
        -webkit-transform: rotate(-5deg);
    }
    90% {
        -webkit-transform: rotate(6deg);
    }
    92% {
        -webkit-transform: rotate(-4deg);
    }
    94% {
        -webkit-transform: rotate(2deg);
    }
    96% {
        -webkit-transform: rotate(-1deg);
    }
    98% {
        -webkit-transform: rotate(1deg);
    }
    100% {
        -webkit-transform: rotate(0);
    }
}
@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    2% {
        -moz-transform: rotate(1deg);
    }
    4% {
        -moz-transform: rotate(-5deg);
    }
    6% {
        -moz-transform: rotate(6deg);
    }
    8% {
        -moz-transform: rotate(-4deg);
    }
    10% {
        -moz-transform: rotate(2deg);
    }
    12% {
        -moz-transform: rotate(-1deg);
    }
    14% {
        -moz-transform: rotate(1deg);
    }
    40% {
        -moz-transform: rotate(1deg);
    }
    42% {
        -moz-transform: rotate(-5deg);
    }
    44% {
        -moz-transform: rotate(6deg);
    }
    46% {
        -moz-transform: rotate(-4deg);
    }
    48% {
        -moz-transform: rotate(2deg);
    }
    50% {
        -moz-transform: rotate(-1deg);
    }
    52% {
        -moz-transform: rotate(1deg);
    }
    86% {
        -moz-transform: rotate(1deg);
    }
    88% {
        -moz-transform: rotate(-5deg);
    }
    90% {
        -moz-transform: rotate(6deg);
    }
    92% {
        -moz-transform: rotate(-4deg);
    }
    94% {
        -moz-transform: rotate(2deg);
    }
    96% {
        -moz-transform: rotate(-1deg);
    }
    98% {
        -moz-transform: rotate(1deg);
    }
    100% {
        -moz-transform: rotate(0);
    }
}
@keyframes ring {
    0% {
        transform: rotate(0);
    }
    2% {
        transform: rotate(1deg);
    }
    4% {
        transform: rotate(-5deg);
    }
    6% {
        transform: rotate(6deg);
    }
    8% {
        transform: rotate(-4deg);
    }
    10% {
        transform: rotate(2deg);
    }
    12% {
        transform: rotate(-1deg);
    }
    14% {
        transform: rotate(1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    42% {
        transform: rotate(-5deg);
    }
    44% {
        transform: rotate(6deg);
    }
    46% {
        transform: rotate(-4deg);
    }
    48% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-1deg);
    }
    52% {
        transform: rotate(1deg);
    }
    86% {
        transform: rotate(1deg);
    }
    88% {
        transform: rotate(-5deg);
    }
    90% {
        transform: rotate(6deg);
    }
    92% {
        transform: rotate(-4deg);
    }
    94% {
        transform: rotate(2deg);
    }
    96% {
        transform: rotate(-1deg);
    }
    98% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(0);
    }
}

#customModal.closed{
    display: none!important
}
#customModal{
    display: block;
    position: absolute;
    bottom: 70px;
    right: calc(5vw + 40px);
    z-index: 1;
}

#customModal>div{
    width: 320px;
    margin: auto;
}
#customModal .slick-prev{
    margin-right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    color: #FFF;
    font-size: 22px;
    border: none;
    z-index: 1;
}
#customModal .slick-next{
    margin-right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    color: #FFF;
    font-size: 22px;
    border: none;
    z-index: 1;
}
#customModal .post_pad>a{
    text-decoration: none;
}
#customModal .post_pad{
    padding-top: 23px;
    min-height: 200px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 45px;
    background: #fff;
    box-sizing: border-box;
}
#customModal .close{
    position: absolute;
    height: 65px;
    width: 65px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 65px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    background:#9C9C9C;
    -webkit-border-bottom-right-radius: 150px;
    -moz-border-radius-bottomright: 150px;
    border-bottom-right-radius: 150px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#customModal .close:hover{
    background-color: #CAB36B;
}
#customModal .close svg,
#customModal .close i{
    font-size: 18px;
    position: relative;
    top: -3px;
    left: -6px;
}
#customModal .post_pad .title{
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 5px;
    color: #6C1F6A;
    font-weight: 600;
    display: block;
    font-family: 'EB Garamond', serif;
    margin-bottom: 25px;
}
#customModal .post_pad .snippet{
    font-size: 12px;
    margin-bottom: 30px;
    color: #292E2F;
    display: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: 'PT Serif', serif;
}
#customModal .post_pad .snippet:hover{
    color: #000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#customModal .post_pad .read-more-white{
    position: absolute;
    bottom: 24px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}
#customModal .home_announcement_panel_list .slick-prev{
    position: absolute;
    right: 89px;
    bottom: 50px;
    width: 23px;
    height: 21px;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
#customModal .home_announcement_panel_list .slick-next{
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 23px;
    height: 21px;
    margin: 0;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
#customModal .home_announcement_panel_list .slick-prev svg,
#customModal .home_announcement_panel_list .slick-next svg{
    color: #6B629C;
    font-size: 16px;
}
#customModal .home_announcement_panel_list  .slick-next:hover,
#customModal .home_announcement_panel_list  .slick-prev:hover{
    opacity: 0.25;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#customModal .home_announcement_panel_list  .slick-prev i,
#customModal .home_announcement_panel_list .slick-next i{
    font-size: 16px;
    color: #6B629C;
}
.pagingInfo{
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #343A74;
    font-size: 1.2rem;
    z-index: 9;
    line-height: 2.2rem;
}
.home-slider-top{
    width: 100vw;
    height: 70vh;
    position: relative;
    z-index: 9;
    margin-left: calc((-100vw + 1128px) / 2 );

}
.width-sidebar .home-slider-top{
    margin-left: -20vw;
}

.home-slider-top .slick-track{
    width: 100vw;
}
.home-slider-top .rectangle-header{
    width: 50vw;
    height: 215px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

/* END Announcements */

.header-slider.addoverlay .youtube-side::after,
.header-slider.addoverlay .video-side::after,
.header-slider.addoverlay .image-slide::after{
    content: "";
    position: absolute;
    bottom: 0;
    height: 60%;
    width: 100%;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.25%, #000000 100%);
    bottom: 0;
    left: 0;
    z-index: 0;

}
.page-header-background{
    height: 80vh
}

.slider-text-box{

}
.list-slider-select {
    position: relative;

}
.list-slider-select  .select-checkbox {
    display: none;
}
.list-slider-select  .select-label {
    display: block;
    border: 2px solid #FFFFFF;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #FFFFFF;
    min-width: 220px;
    text-align: left;
    cursor: pointer;
}
.list-slider-select  .select-label:before {
    content: "\25BE";
    float: right;
}
.list-slider-select .select-wrap {
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 5px 15px;
    box-sizing: border-box;
    display: none;
    max-height: 300px;
    overflow: scroll;
}
.list-slider-select .select-checkbox:checked ~ .select-wrap {
    display: block;
}
.list-slider-select .select {
    list-style: none;
    margin: 0;

}
.list-slider-select .select li{
    background: none;
    padding: 0;
}
.list-slider-select .select li:hover a{
    color: #E34A44;
}
.list-slider-select .select a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #000;
    cursor: pointer;
}
.list-slider-box{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 70px;
    right: calc((100vw - 1128px) / 2);
}
.list-slider-box .title{
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #FFFFFF;
    margin-right: 30px
}
/* RESPONSIVE */
@media only screen and (max-width: 1300px) {
    .slider-text-box.slidertextalign1{
        left: 60px;
    }
    .list-slider-box{
        right: 5vw;
    }
}
@media only screen and (max-width: 1160px) {
    .home-slider-top{
        margin-left: -5vw;
    }
    .width-sidebar .main-wrapper .home-slider-top .wrapper{
        width: 100%;
    }

}



@media only screen and (max-width: 1024px) {
    .home-slider-top{
        margin-left: -5vw;
    }
    .width-sidebar .home-slider-top{
        margin-left: -5vw;
    }
    .header-slider .slick-next{
        bottom: 0;
        left: 60px;
    }
    .vertical-text{
        display: none;
    }
    .header-slider .youtube-side iframe{
        width: 177.78vh;
    }
    .header-slider.slick-initialized.slick-slider .slick-slide::after{
        height: 100%;
        background-image: none;
        background-color: rgba(0,0,0,0.2);
    }

    .header-slider .slick-dots{
        display: none!important;
    }
    .header-slider .subtitle-slider{
        font-size: 24px;
        line-height: 24px;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .header-slider .title-slider{
        padding: 0 20px;
        font-size: 32px;
        line-height: 32px;
    }
    .slidertextalign2 .text-type2{
        padding: 0 5vw;
        bottom: 20px;
        font-size: 5rem;
        line-height: 5rem;
        top: auto;
    }
    #customModal .post_pad{
        min-height: 220px;
    }
    #customModal .home_announcement_panel_list .slick-next,
    #customModal .home_announcement_panel_list .slick-prev{
        bottom: 0;
    }
    .header-links-type1 {
        position: relative;
        right: 0;
        bottom: 0;
        display: flex;
        left: 0;
        margin: 0 auto;
        justify-content: center;
    }
    .home-slider-top{
        height: auto;
    }
    #customModal {
        display: block;
        position: relative;
        bottom: 0;
        right: 0;
        z-index: 1;
        box-shadow: 0px 0px 9.66865px rgba(0, 0, 0, 0.15);
    }
    #customModal > div {
        width: 100%;
    }
    #customModal .slick-slide img {
        display: block;
        width: 100%;
        height: auto;
    }
    .header-slider .slick-next,
    .header-slider .slick-prev{
        display: none!important;

    }
    .slider-text-box.slidertextalign1 {
        left: 0;
        min-height: inherit;
        bottom: 0;

    }
    .slider-text-box.slidertextalign2{
        left: 0;
        min-height: inherit;
        bottom: 0;
        z-index: 3;
    }
    .slider-text-box .title-slider.text-type1{
        font-size: 3rem;
        line-height: 3.4rem;
        width: 100%;
        padding: 0;
    }
    .slider-text-box.slidertextalign1 .wrapper{
        margin-left: 0;
    }
    .home-slider-top .rectangle-header{
        height: 50px;
        display: none;
    }
    .home-slider-top .video-button-slider{
        top: 60%;
    }
    .header-links-type1{
        flex-direction: column;
    }
    .header-links-type1 a{
        font-size: 1.6rem;
        padding: 0;
        min-width: inherit;
        width: 100%;
        text-align: left;
        padding: 0 5vw;
    }
    .home-header-ring{
        display: none;
    }
    #customModal .home_announcement_panel_list .slick-next, #customModal .home_announcement_panel_list .slick-prev {
        bottom: 30px;
    }
    .header-links-type2{
        position: relative;
        right: 0;
        left: 0;
        width: 100%;
        bottom: 0px;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .header-links-type2 a{
        position: relative;
        right: 0;
        bottom: 0;
        height: 50px;
        line-height: 50px;
        width: 100%;
        flex: 100%;
    }
    .header-links-type2 a + a{
        right: 0;
        bottom: 0;
    }
    .header-links-type2 a + a + a{
        right: 0;
        bottom: 0;
    }
    .page-header-background{
        min-height: 50vh
    }
    .page-template-default .home-slider-top .slide-top {
        max-height: 100vh;
    }
    .page-template-default .header-slider .image-slide img{
        height:100vh;
    }
    .slider-text-box .scroll-down{
        width: 30px;
        height: 30px;
    }
    .slider-text-box .wrapper{
        flex-direction: column;
    }
    .list-slider-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .list-slider-box .title{
        margin-bottom: 20px;
        margin-right: 0;
    }
    .header-slider .title-slider,
    .header-slider .subtitle-slider{
        padding: 0;
    }
}

@media only screen and (max-width: 550px) {
    #customModal{
        position: relative;
        opacity: 1;
        width: 100%;
        right: 0;
        bottom: 0;
    }
    #customModal>div{
        width: 100%;
    }

    #customModal .slick-slide img{
        height: auto;
    }
    .list-slider-box{
        position: relative;
        bottom: 50px;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .list-slider-box .title{
        margin-right: 20px;
        margin-bottom: 0;
    }
}