@charset "UTF-8";
.-brand {}
.pagehd {
    background-image: url(../img/brand/img-brand-hd@2x.jpg);
    background-position: bottom;
}
.brand {
    padding: 70px 0 90px;
    border-bottom: solid 1px #D6D6D6;
}
.brand_hd {
    
}
.brand_hd>h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.brand_hd_txt {
    font-size: 15px;
    margin-bottom: 40px;
}
.brand_hd_about {}
.brand_hd_about_tbl {
    display: flex;
    flex-flow: wrap;
    border-top: solid 1px #D6D6D6;
    font-size: 15px;
}
.brand_hd_about_tbl>dt {
    width: 8.63%;
    display: flex;
    padding: 20px 0;
    align-items: center;
    border-bottom: solid 1px #D6D6D6;
}
.brand_hd_about_tbl>dt::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #D3342E;
    display: inline-block;
    margin-right: 11px;
    transform: translateY(50%);
}
.brand_hd_about_tbl>dd {
    width: 91.37%;
    padding: 20px 0;
    border-bottom: solid 1px #D6D6D6;
}
.faq {
    padding: 90px 0;
    border-bottom: solid 1px #D6D6D6;
}
.faq_wrapper {}
.faq_wrapper>h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.faq_list {
    border-top: solid 1px #D6D6D6;
    margin-bottom: 70px;
}
.faq_list_detail{
    padding: 30px 70px 0;
    border-bottom: solid 1px #D6D6D6;
}
.faq_list_q {
    list-style: none;
    margin-bottom: 37px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
.faq_list_q>p {
    font-weight: 500;
}
.faq_list_q_style {
    position: absolute;
    border: solid 1px #D6D6D6;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: -63px;
    transform: translateY(-50%);
}
.faq_list_q_cross{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -39px;
    transform: translateY(-50%);
}
.cross_ver{
    width: 100%;
    height: 2px;
    background: #D3342E;
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    transition: all .3s;
}
.cross_hori{
    width: 100%;
    height: 2px;
    background: #D3342E;
    position: absolute;
    top: 50%;
}
.close .cross_ver{
    width: 100%;
    height: 2px;
    background: #D3342E;
    position: absolute;
    top: 50%;
    transform: rotate(180deg);
    transition: all .3s;
}
.faq_list_a {
    margin-bottom: 30px;
    position: relative;
    display: none;
}
.faq_list_a_style {
    content: "A";
    position: absolute;
    border: solid 1px #D3342E;
    color: #D3342E;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 13px;;
    left: -63px;
    transform: translateY(-50%);
}
.faq_list_a>p>a {
    color: #D3342E;
    border-bottom: #D3342E solid 1px;
}
.faq_link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.faq_link::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #D3342E;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .3s;
}
.faq_link:hover:before{
    left: -20px;
    transition: all ease .3s;
}
.faq_link>a {
    border-bottom: 0.3px solid #333333;
}
.image {
    padding: 90px 0;
    border-bottom: solid 1px #D6D6D6;
}
.image_wrapper {}
.image_hd {
    margin-bottom: 40px;
}
.image_hd>h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.image_cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.image_cnt_txt {
    width: 48.8%;
    font-size: 15px;
}
.image_cnt_txt>h4{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 27px;
}
.image_cnt_txt>h4::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D3342E;
    display: inline-block;
    margin-right: 10px;
}
.image_cnt_img {
    width: 45.18%;
    position: relative;
}
.image_cnt_img_a{
    width: 45.18%;
    position: relative;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -25px;
}
.swiper-pagination-bullet {
    background: #FFFFFF;
    border: solid 1px #D3342E;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #D3342E;
}
.screen-reader-text{
    display: none;
}
.page-numbers{
    display: flex;
    font-size: 15px;
    gap: 0 18px;
    justify-content: center;
}
.page-numbers>li{
    width: 1.5em;
    border-bottom: #D3342E .6s solid;
}
.navigation{
    margin-bottom: 60px;
}
.current{
    color: #D3342E;
}

@media screen and (max-width:1030px) {
}

@media screen and (min-width:768px) {
}

@media screen and (max-width:767px) {
    .-brand {}
    .brand {
        padding: 40px 0;
    }
    .brand_hd {}
    .brand_hd>h2 {
        margin-bottom: 20px;
    }
    .brand_hd_txt {}
    .brand_hd_about {}
    .brand_hd_about_tbl {
        font-size: 14px;
    }
    .brand_hd_about_tbl>dt {
        width: 26%;
    }
    .brand_hd_about_tbl>dt::before {}
    .brand_hd_about_tbl>dd {
        width: 74%;
    }
    .faq {
        padding: 50px 0;
    }
    .faq_wrapper {}
    .faq_wrapper>h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .faq_list {
        margin-bottom: 30px;
    }
    .faq_list_detail{
        padding: 20px 47px 0;
    }
    .faq_list_q {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .faq_list_q>p {}
    .faq_list_q_style {
        left: -51px;
    }
    .faq_list_q_cross{}
    .cross_ver{}
    .cross_hori{}
    .close .cross_ver{}
    .faq_list_a {
        font-size: 14px;
    }
    .faq_list_a_style {
        top: 16px;
        left: -51px;
    }
    .faq_list_a>p>a {}
    .faq_link {}
    .faq_link::before {}
    .faq_link:hover:before{}
    .faq_link>a {}
    .image {
        padding: 40px 0;
    }
    .image_wrapper {}
    .image_hd {
        margin-bottom: 50px;
        font-size: 14px
    }
    .image_hd>h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .image_cnt {
        flex-flow: column-reverse;
        margin-bottom: 40px;
    }
    .image_cnt_txt {
        font-size: 14px;
        width: 100%;
    }
    .image_cnt_txt>h4{
        font-size: 16px;
        margin-bottom: 13px;
    }
    .image_cnt_txt>h4::before{}
    .image_cnt_img {
        width: 100%;
        margin-bottom: 43px;
    }
    .image_cnt_img_a {
        width: 100%;
        margin-bottom: 43px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {}
    .swiper-pagination-bullet {}
    .swiper-pagination-bullet-active {}

}
