@charset "utf-8";
body.exclusive.main_footer_view #hd_wrapper {
    display: none;
}
.hd_wrapper {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.hd_wrapper.black {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.brand_right {
    border-left: 1px solid rgba(255,255,255,0.15);
}
.brand_right.black {
    border-left: 1px solid rgba(0,0,0,0.15);
}

.brand_slide {
    position: fixed !important;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    user-select: none;
}
.brand_slider {
    position: relative;
    overflow: hidden;
}
.main_wrap {
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.brand_left {
    display: inline-block;
    vertical-align: top;
    width: 84.375%;
    height: 100%;
}
.brand_txt_wrap {
    display: table;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: calc(calc(var(--vh, 1vh) * 100) - 105px);
    margin-top: 105px;
}
.brand_content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* height: calc(var(--vh, 1vh) * 100); */
    position: relative;
    z-index: 1;
    visibility: hidden;
    transition: .3s;
}
.brand_right {
    display: inline-block;
    vertical-align: top;
    width: 15.625%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.pagination {
    position: fixed;
    font-size: 21px;
    color: #232323;
    bottom: 140px !important;
    width: 84.375% !important;
    z-index: 1;
    left: 0 !important;
    text-align: right;
    padding-right: 82px;
    transition: .5s;
}
@keyframes arrowMove {
    to {
        bottom: -50px;
    }
}
.pagination::after {
    content: '';
    width: 32px;
    height: 32px;
    background: url(img/arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 90px;
    bottom: -40px;
    animation: arrowMove .8s linear infinite alternate;
}
.pagination.white {
    color: #fff;
}
.pagination.white::after {
    background: url(img/arrow_white.svg);
}
.exclusive_nav {
    position: fixed;
    width: 15.625%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    display: table;
}
.exclusive_nav>ul {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
}
.exclusive_nav>ul>li {
    position: relative;
    margin-bottom: 57px;
    padding-left: 65px;
}
.exclusive_nav>ul>li>a {
    font-size: 18px;
    color: #888888;
    transition: .5s;
}
.exclusive_nav>ul>li.active>a {
    color: #232323;
    transition: .5s;
}
.exclusive_nav>ul>li.active::before {
    content: '';
    width: 7px;
    height: 30px;
    background: #232323;
    position: absolute;
    top: -4px;
    left: -3px;
    transition: .5s;
}
.exclusive_nav.white>ul>li.active::before {
    background: #fff;
}
.exclusive_nav2 {
    margin-top: 20px;
}
.exclusive_nav2>ul>li {
    font-size: 14px;
    color: #888888;
    margin-bottom: 20px;
    transition: .5s;
}
.exclusive_nav>ul>li:last-child {
    margin-bottom: 0;
}
.exclusive_nav2>ul>li:last-child {
    margin-bottom: 0;
}
.exclusive_nav2>ul>li.swiper-pagination-bullet-active {
    color: #232323;
    text-decoration: underline;
}
.swiper-pagination-bullet {
    display: block !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: none !important;
    opacity: 1 !important;
}
.exclusive_nav.white>ul>li>a {
    color: rgba(255,255,255,0.5);
}
.exclusive_nav.white>ul>li.active>a {
    color: #fff;
}
.exclusive_nav.white .exclusive_nav2>ul>li.swiper-pagination-bullet-active {
    color: #fff;
}
.exclusive_nav.white .exclusive_nav2>ul>li {
    color: rgba(255,255,255,0.5);
}
/* brand1{ */
.main_wrap.brand1 {
    background-image: url(img/exclusive1.png);
}
.brand1_title {
    font-size: 44px;
    color: #232323;
    margin-top: 50px;
}
.brand1_txt {
    font-size: 16px;
    color: #232323;
    line-height: 1.8;
    margin-top: 20px;
    font-weight: 300;
    word-break: keep-all;
}
.brand_content.brand1 {
    vertical-align: bottom;
    text-align: left;
}
.brand_content.brand1 .wrap {
    margin-bottom: 160px;
}
.brand1_top {
    font-size: 16px;
}
.brand1_top span {
    color: #232323;
}
.brand1_top span img {
    vertical-align: middle;
    margin-top: -3px;
}
/* }brand1 */
/* brand2{ */
.main_wrap.brand2 {
    background-image: url(img/exclusive2.png);
}
.brand2_title {
    font-size: 44px;
    color: #fff;
}
.brand2_txt {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin-top: 20px;
    font-weight: 300;
    word-break: keep-all;
}
/* }brand2 */
/* brand3{ */
.brand3_title {
    font-size: 44px;
    color: #232323;
}
.brand3_txt {
    font-size: 16px;
    color: #232323;
    line-height: 1.8;
    margin-top: 20px;
    font-weight: 300;
    word-break: keep-all;
}
/* }brand3 */
/* brand4{ */
.main_wrap.brand4 {
    background-image: url(img/exclusive4.png);
}
.brand4_title {
    font-size: 44px;
    color: #232323;
}
.brand4_txt {
    font-size: 16px;
    color: #232323;
    line-height: 1.8;
    margin-top: 20px;
    font-weight: 300;
    word-break: keep-all;
}
/* }brand4 */
/* brand5{ */
.brand5_title {
    font-size: 44px;
    color: #fff;
}
.brand5_txt {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin-top: 20px;
    font-weight: 300;
    word-break: keep-all;
}
/* }brand5 */
body.exclusive #ft {
    position: fixed;
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: 3;
}
@media screen and (max-width: 1520px){
    .brand_left {
        /* display: block; */
        width: 100%;
    }
    .brand_right {
        display: none;
    }
    .pagination {
        display: none;
    }
    .exclusive_nav {
        display: block;
        width: auto;
        height: auto;
        top: 120px;
        right: 20px;
    }
    .exclusive_nav>ul>li.active::before {
        display: none;
    }
    .exclusive_nav>ul>li>a {
        font-size: 0;
    }
    .exclusive_nav2>ul>li {
        font-size: 0;
        width: 5px !important;
        height: 5px !important;
        background: #000 !important;
        opacity: 0.1 !important;
        margin-bottom: 30px;
    }
    .exclusive_nav2>ul>li.swiper-pagination-bullet-active {
        opacity: 1 !important;
    }
    .exclusive_nav2 {
        margin-top: 0;
    }
    .exclusive_nav>ul {
        display: block;
    }
    .exclusive_nav>ul>li {
        margin-bottom: 0;
        padding-left: 0;
    }
    .exclusive_nav.white .exclusive_nav2>ul>li {
        background: #fff !important;
    }
}

@media screen and (max-width: 950px){
    .brand_left {
        padding: 0 32px;
    }
}

@media screen and (max-width: 768px){
    .brand1_txt br, .brand2_txt br, .brand3_txt br, .brand4_txt br, .brand5_txt br {
        display: none;
    }



    
    .brand_txt_wrap {
        margin-top: 80px;
        height: calc(calc(var(--vh, 1vh) * 100) - 80px);
    }

    body.exclusive #ft {
        height: calc(var(--vh, 1vh) * 100);
        background: #fff;
        z-index: 9;
    }
    .brand1_top {
        font-size: 16px;
    }
    .brand1_title {
        margin-top: 20px;
        font-size: 35px;
    }
    .brand1_txt {
        font-size: 14px;
        margin-top: 15px;
    }
    .brand_content.brand1 .wrap {
        margin-bottom: 35px;
    }
    .brand2_title {
        font-size: 35px;
    }
    .brand2_txt {
        font-size: 14px;
    }
    .brand3_title {
        font-size: 35px;
    }
    .brand3_txt {
        font-size: 14px;
    }
    .brand4_title {
        font-size: 35px;
    }
    .brand4_txt {
        font-size: 14px;
    }
    .brand5_title {
        font-size: 35px;
    }
    .brand5_txt {
        font-size: 14px;
    }
    .main_wrap.brand2 {
        background-position-x: -110px;
    }
}