/**************************************************
 * PAGE | PR
 **************************************************/
.video-list>ul {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -42px;
}

.video-list>ul>li {
    width: calc(33.3333% - 42px);
    margin: 40px 0 0 42px;
}

.video-list a {
    display: block;
}

.video-list a .thumb {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    border: 1px solid #eee;
}

.video-list a .thumb:after {
    content: "";
    display: block;
    padding-bottom: 61.9469%;
}

.video-list a .thumb .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: transform .4s ease;
}

.video-list a .thumb .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .4s ease;
}

.video-list a .thumb .overlay>span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #276ef1;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transform: scale(0.6);
    transition: opacity .4s ease,
        transform .4s ease;
}

.video-list a .metadata {
    padding-top: 24px;
}

.video-list a .metadata .title {
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

.video-list a:hover .thumb .img {
    transform: scale(1.08);
    transition: transform 1.6s ease;
}

.video-list a:hover .thumb .overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.video-list a:hover .thumb .overlay>span {
    opacity: 1;
    transform: scale(1);
}

.video-player {
    position: relative;
    width: 1040px;
}

.video-player:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.video-player iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-player .modal-close {
    display: block;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 24px);
    left: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: url(./../img/pr/video-player-close.svg) no-repeat;
    margin-left: -20px;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
}

.brochure-list>ul {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -42px;
}

.brochure-list>ul>li {
    width: calc(33.3333% - 42px);
    margin: 40px 0 0 42px;
}

.brochure-list .item .thumb {
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    border-radius: 16px;
    background-color: #f4f8fe;
}

.brochure-list .item .thumb:after {
    content: "";
    display: block;
    padding-bottom: 134.2269%;
}

.brochure-list .item .thumb .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: transform .4s ease;
}

.brochure-list .item .metadata {
    margin-top: 24px;
}

.brochure-list .item .metadata .title {
    display: block;
    font-size: 22px;
    font-weight: 500;
}

.brochure-list .item .metadata .attach {
    display: flex;
    margin-top: 24px;
}

.brochure-list .item .metadata .attach a {
    width: 216px;
}

.brochure-list .item .metadata .attach a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url(./../img/common/board_attach_ico.svg) no-repeat;
}

.brochure-list .item .metadata .attach a+a {
    margin-left: 20px;
}

/**************************************************
 * LAYOUT | BRAND
 **************************************************/
.brand-list {
    margin-top: -40px;
}

.brand-list>strong {
    display: block;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}

.brand-list .group>ul {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -42px;
}

.brand-list .group>ul>li {
    width: calc(33.3333% - 42px);
    margin: 40px 0 0 42px;
}

.brand-list .group a {
    display: block;
}

.brand-list .group a .thumb {
    overflow: hidden;
    position: relative;
    background-color: #f4f8fe;
}

.brand-list .group a .thumb:before {
    content: "";
    display: block;
    padding-bottom: 61.9469%;
}

.brand-list .group a .thumb .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: transform .4s ease;
}

.brand-list .group a .thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
    transition: opacity .3s ease;
}

.brand-list .group a .thumb .overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.brand-list .group a .thumb .overlay>span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    background-color: #276ef1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transform: scale(0.6);
    transition: transform .4s ease;
}

.brand-list .group a .metadata {
    padding-top: 24px;
}

.brand-list .group a .metadata .title {
    display: block;
    overflow: hidden;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

.brand-list .group a:hover .thumb .overlay {
    opacity: 1;
}

.brand-list .group a:hover .thumb .overlay>span {
    transform: scale(1);
}

.brand-list>strong~strong {
    margin-top: 80px;
}

.brand-header {
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 60px;
    border-top: 1px solid #eee;
    background-color: #f4f8fe;
}

.brand-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-header p {
    color: #4c5159;
    font-size: 16px;
}

.brand-header .path {
    display: flex;
    height: 60px;
}

.brand-header .path>ul {
    display: flex;
}

.brand-header .path>ul>li {
    position: relative;
    border-left: 1px solid #eee;
}

.brand-header .path>ul>li:first-child {
    margin-left: 0;
}

.brand-header .path>ul>li>button {
    display: block;
    width: 380px;
    height: 59px;
    padding: 0 52px 0 24px;
    border: none;
    background-color: transparent;
    color: #4c5159;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}

.brand-header .path>ul>li>button>span {
    display: inline-block;
    position: relative;
}

.brand-header .path>ul>li>button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(./../img/common/path_chevron_black.svg) no-repeat;
}

.brand-header .path>ul>li>button.expand:after {
    transform: rotate(180deg);
}

.brand-header .path>ul>li>button.expand~.path_list {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.brand-header .path>ul>li>button.lg {
    min-width: 300px;
}

.brand-header .path_list {
    visibility: hidden;
    position: absolute;
    top: 59px;
    right: 0;
    left: -1px;
    max-height: 336px;
    border: solid #eee;
    border-width: 0 1px 1px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}

.brand-header .path_list ul>li>a {
    display: block;
    padding: 20px 23px;
    color: #727b8b;
    font-size: 16px;
    transition: color .3s ease,
        background-color .1s ease;
}

.brand-header .path_list ul>li>a.active {
    color: #276ef1;
    font-weight: 500;
}

.brand-header .path_list ul>li>a:hover {
    color: #276ef1;
    background-color: #f4f8fe;
}

.brand-header .path .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 204px;
    height: 59px;
    background-color: #276ef1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.brand-header .path .link:after {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: url(./../img/common/path_link_ico.svg) no-repeat;
}

.brand-header~.contents {
    padding-top: 60px;
}

.brand-box+.brand-box {
    margin-top: 120px;
}

.brand-box.banner {
    position: relative;
    width: 100%;
    height: 800px;
    background-image: url(./../img/pr/nutine/nutine_main.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.brand-box.banner.kl {
    background-image: url(./../img/pr/klederma/klederma_main.png);
}

.brand-box.banner.bew {
    background-image: url(./../img/pr/bewants/bewants_main.png?ver=260618);
}

.brand-box.banner.scalp {
    background-image: url(./../img/pr/scalpmed/scalp_main.png);
}

.brand-box.banner.con {
    background-image: url(./../img/pr/condition/con_main.png?ver=260107);
}

.brand-box.banner.con-h {
    background-image: url(./../img/pr/condition/con-h_main.png);
}

.brand-box.banner.hov {
    background-image: url(./../img/pr/hovenia/hovenia_main.png?ver=241018);
}

.brand-box.banner.bar {
    background-image: url(./../img/pr/barley/barley_main.png?ver=250512);
}

.brand-box.banner .tit {
    width: 1440px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand-box.banner .tit.kl {
    width: 1180px;
}

.brand-box.banner .tit.kl img {
    width: 427px;
}

.brand-box.banner .tit.bew {
    width: 1180px;
}

.brand-box.banner .tit.bew img {
    width: 380px;
}

.brand-box.banner .tit.hov {
    width: 1180px;
}

.brand-box.banner .tit.hov img {
    width: 265px;
}

.brand-box.banner .tit.bar {
    width: 1180px;
    top: 41%;
}

.brand-box.banner .tit.bar img {
    width: 414px;
}

.brand-box.banner .tit img {
    width: 380px;
    display: block;
    margin: 0 0 24px 0;
}

.brand-box.banner .tit h2 {
    font-weight: 500;
    color: #444;
    font-size: 44px;
    line-height: 60px;
}

.brand-box.banner .tit h2.bewants {
    line-height: 55px;
}

.brand-box.banner .tit h2.con {
    line-height: 55px;
}

.brand-box.banner .tit .sub {
    font-size: 24px;
    letter-spacing: -.2px;
    margin: 12px 0 0;
    line-height: 30px;
}

.brand-box.banner .guide {
    position: absolute;
    right: 56px;
    bottom: 20px;
    color: #a3abc0;
    font-size: 12px;
}

.brand-box.img {
    width: 1192px;
    margin: 120px auto 0;
}

.brand-box.img .img-tit {
    overflow: hidden;
}

.brand-box.img .img-tit h3 {
    float: left;
    font-weight: 900;
    color: #222;
    font-size: 44px;
    line-height: 60px;
}

.brand-box.img .img-tit h3.con {
    line-height: 55px;
}

.brand-box.img .img-tit span {
    float: right;
    width: 699px;
    color: #4c5159;
    font-size: 18px;
    line-height: 27px;
}

.brand-box.img .img {
    width: 100%;
    height: 440px;
    overflow: hidden;
    margin-top: 48px;
}

.brand-box.img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.brand-box.slide1 {
    width: 100%;
}

.brand-box.slide1 .slide1-tit {
    width: 1192px;
    margin: 0 auto 40px;
    overflow: hidden;
}

.brand-box.slide1 .slide1-tit h3 {
    font-weight: 900;
    color: #222;
    font-size: 44px;
    line-height: 1.2;
}

.brand-box.slide1 .slide1-form {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.brand-box.slide1 .slide1-form .brand-Swiper {
    margin-left: -243px;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide {
    display: flex;
    width: 1434px;
    height: 680px;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-img {
    width: 815px;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-img img {
    display: block;
    width: 100%;
    height: auto;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt {
    display: flex;
    align-items: center;
    width: calc(100% - 815px);
    height: 100%;
    padding: 0 76px;
    background: #fff8ef;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt.kl {
    background: #f4f8fe;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt.bew {
    background: #fff8f8;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt.scalp {
    background: #f2f1f8;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt.con {
    background: #f7f5f3;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt.hov {
    background: #fcfcfc;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt.bar {
    background: #fcfaf4;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail {
    width: 100%;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .tit1 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 900;
    color: #222;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .tit1.line {
    line-height: 42px;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .tit2 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    line-height: 30px;
    margin-top: 4px;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub {
    display: block;
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #555a61;
    word-break: keep-all;
    word-wrap: break-word;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub.mt12 {
    margin: 12px 0 0;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub.sm {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.5;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub.sm:first-child {
    margin: 0;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub.sm.gray {
    color: #9ba4ac;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub.mt26 {
    margin: 26px 0 0;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub.mt0 {
    margin: 0;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub.f16 {
    font-size: 16px;
    line-height: 24px;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .b-txt {
    color: #222;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub-box {
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #e0e0e0;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub-list li {
    display: flex;
    align-items: center;
    margin: 12px 0 0;
    overflow: hidden;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub-list li:first-child {
    margin: 0;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub-list li .sub-list_num {
    font-size: 18px;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #7ba6ec;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 8px 0 0;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub-list li .sub-list_txt {
    width: calc(100% - 56px);
    float: left;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub-list li .sub-list_txt .list_txt {
    font-size: 18px;
    line-height: 27px;
    color: #4c5159;
    margin: 5px 0 0;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub-list li .sub-list_txt .list_txt:first-child {
    margin: 0;
    font-weight: 600;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-button-next.brand {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: 620px;
    left: 50%;
    right: auto;
    background-image: url(./../img/pr/slide-right-fill.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-button-next.brand::after {
    display: none;
}

.brand-box.list {
    width: 1192px;
    margin: 120px auto 0;
}

.brand-box.list .list-tit {
    text-align: center;
    padding-bottom: 80px;
    border-bottom: 1px solid #e0e0e0;
}

.brand-box.list .list-tit h3 {
    font-weight: 700;
    color: #222;
    font-size: 60px;
    line-height: 75px;
}

.brand-box.list .list-tit .tit-txt1 {
    color: #222;
    font-size: 32px;
    line-height: 44px;
    margin: 24px 0 0;
}

.brand-box.list .list-tit .tit-txt2 {
    display: inline-block;
    color: #6f7b85;
    font-size: 24px;
    line-height: 30px;
    margin: 8px 0 0;
}

.brand-box.list .list-tit .tit-txt-large {
    font-weight: 700;
    font-size: 44px;
    margin: 16px 0 0;
}

.brand-box.list .list-tit.klederma {
    padding-bottom: 80px;
}

.brand-box.list .list-tit.mk {
    padding-bottom: 40px;
}

.brand-box.list .list-tit.mk>h3 {
    font-size: 44px;
    line-height: 60px;
    text-align: left;
}

.brand-box.list .list-tit.mk>.tit-txt {
    font-size: 18px;
    line-height: 27px;
    color: #4c5159;
    text-align: left;
    margin: 12px 0 0;
}

.brand-box.list .list-tit.con {
    padding-bottom: 0;
    border-bottom: none;
}

.brand-box.list .list-form {
    overflow: hidden;
}

.brand-box.list .list-form .left {
    width: 553px;
    float: left;
    margin: 80px 0 0;
}

.brand-box.list .list-form .left.pull-down {
    margin: 426px 0 0;
}

.brand-box.list .list-form .left.con {
    margin: 40px 0 0;
}

.brand-box.list .list-form .left.hutgaesoo {
    margin: 109px 0 0;
}

.brand-box.list .list-form .right {
    width: 553px;
    float: right;
    margin: 320px 0 0;
}

.brand-box.list .list-form .right.pull-up {
    margin-top: 80px;
}

.brand-box.list .list-form .right.scalpmed {
    margin: 118px 0 0;
}

.brand-box.list .list-form .right.con {
    margin: 410px 0 0;
}

.brand-box.list .list-form .right.hutgaesoo {
    margin: 109px 0 0;
}

.brand-box.list .list-form .tag-form+.tag-form {
    margin-top: 120px;
}

.brand-box.list .list-form .tag-form>div {
    margin-top: 40px;
}

.brand-box.list .list-form .tag-form>div img {
    vertical-align: bottom;
}

.brand-box.list .list-form.mk .img {
    width: 100%;
    height: 520px;
}

.brand-box.list .list-form.mk .img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.brand-box.list .list-form.mk .etc-txt {
    font-size: 18px;
    color: #727b8b;
    margin: 24px 0 0;
    display: inline-block;
}

.brand-box.list .list-form .tag-form.row {
    display: flex;
}

.brand-box.list .list-form .tag-form.row>div {
    margin-top: 80px;
}

.brand-box.list .list-form .tag-form.row .left {
    width: 552px;
}

.brand-box.list .list-form .tag-form.row .right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 552px);
    padding-left: 48px;
}

.brand-box.list .list-form .tag-form.row .tag-tit {
    font-size: 32px;
    line-height: 45px;
}

.brand-box.list .list-form .tag-form.row .tag-sub {
    margin: 0 0 0 0;
}

.brand-box.list .list-form .tag-form.row .board-list {
    margin-top: auto;
}

.brand-box.list .list-form .tag-form .addinfo {
    margin-top: 0;
    padding: 24px 32px;
    background-color: #fff;
}

.brand-box.list .list-form .tag-form .addinfo p {
    color: #4c5159;
    font-size: 14px;
    line-height: 20px;
}


.brand-box.list.hutgaesoo {
    width: 100%;
    overflow: hidden;
}

 .brand-box.hutgaesoo .tab {
    margin: 82px 0 0;
    overflow: hidden;
    border-bottom: 2px solid #f4f8fe;
}

.brand-box.hutgaesoo .tab .swiper-slide {
    width: auto;
    margin: 0 30px;
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 11px;
    color: #e0e0e0;
}

.brand-box.hutgaesoo .tab .swiper-slide a.active {
    color: #276ef1;
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

.brand-box.hutgaesoo .tab .swiper-slide a.active::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -7px;
    background: #276ef1;
}

.brand-box.hutgaesoo .tab .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.brand-box.hutgaesoo .slider {
    position: relative;
    width: 522px;
    margin: 80px auto 0;
}

.brand-box.hutgaesoo .slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 36px;
}

.brand-box.hutgaesoo .slider .swiper-slide img {
    vertical-align: top;
}

.brand-box.hutgaesoo .slider .slide-txt p {
    margin-top: 24px;
    color: #4c5159;
    font-size: 18px;
    text-align: center;
}

.brand-box.hutgaesoo .slider .swiper-button-prev.road {
    top: 212px;
    left: calc(50% - 290px);
    width: 72px;
    height: 72px;
    background: url(./../img/pr/hovenia/slider_nav_prev.png) no-repeat 50% 50%;
}
.brand-box.hutgaesoo .slider .swiper-button-prev.road:after {
    display: none;
}

.brand-box.hutgaesoo .slider .swiper-button-next.road {
    top: 212px;
    right: calc(50% - 290px);
    width: 72px;
    height: 72px;
    background: url(./../img/pr/hovenia/slider_nav_next.png) no-repeat 50% 50%;
}
.brand-box.hutgaesoo .slider .swiper-button-next.road:after {
    display: none;
}

.brand-box.slide2 {
    width: 100%;
    background: #fff8ef;
    padding: 120px 0 120px;
}

.brand-box.slide2 .slide2-tit {
    width: 1192px;
    margin: 0 auto 80px;
    overflow: hidden;
    position: relative;
}

.brand-box.slide2 .slide2-tit h3 {
    font-weight: 900;
    color: #222;
    font-size: 44px;
    line-height: 1.2;
}

.brand-box.slide2 .slide2-tit .ad-navi {
    width: 172px;
    position: absolute;
    top: 15px;
    right: 0;
}

.brand-box.slide2 .slide2-tit .ad-navi .swiper-button-prev,
.brand-box.slide2 .slide2-tit .ad-navi .swiper-button-next {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.brand-box.slide2 .slide2-tit .ad-navi .swiper-button-prev::after,
.brand-box.slide2 .slide2-tit .ad-navi .swiper-button-next::after {
    display: none;
}

.brand-box.slide2 .slide2-tit .ad-navi .swiper-button-prev.ad {
    top: 15px;
    left: 0;
    right: auto;
    background-image: url(./../img/pr/slide-left.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 48px auto;
}

.brand-box.slide2 .slide2-tit .ad-navi .swiper-button-next.ad {
    top: 15px;
    right: 0;
    background-image: url(./../img/pr/slide-right.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 48px auto;
}

.brand-box.slide2 .slide2-form {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.brand-box.slide2 .slide2-form .ad-Swiper .swiper-slide {
    width: auto;
    overflow: hidden;
}

.brand-box.slide2 .slide2-form .ad-Swiper .swiper-slide .ad-img {
    width: 100%;
    text-align: center;
}

.brand-box.slide2 .slide2-form .ad-Swiper .swiper-slide .ad-img a[data-video] {
    display: block;
    position: relative;
}

.brand-box.slide2 .slide2-form .ad-Swiper .swiper-slide .ad-img a[data-video]:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: url(./../img/pr/play-icon.png) no-repeat;
    transform: translate(-50%, -50%);
}

.brand-box.slide2 .slide2-form .ad-Swiper .swiper-slide .ad-img img {
    display: inline-block;
    width: auto;
    height: 530px;
    vertical-align: top;
}

.brand-box.bewants-slide {
    background: #fffaf6;
}

.brand-box.move {
    width: 100%;
    background: #3c2a21;
    padding: 105px 0 98px;
    margin: 0;
    text-align: center;
}

.brand-box.no-ad {
    margin-top: 120px;
}

.brand-box.move strong {
    display: block;
    font-size: 44px;
    color: #fff;
    line-height: 55px;
}

.brand-box.move strong img {
    display: inline-block;
    width: 180px;
    height: auto;
    margin: 0 12px 0 21px;
}

.brand-box.move.klederma {
    background: #7ba6ec;
}

.brand-box.move.klederma strong img {
    width: auto;
    height: 49px;
    vertical-align: text-bottom;
}

.brand-box.move.bewants {
    background: #FCB5AE;
}

.brand-box.move.bewants strong img {
    width: 238px;
}

.brand-box.move.scalpmed {
    background: #423245;
}

.brand-box.move.scalpmed strong img {
    width: 188px;
    vertical-align: text-top;
}

.brand-box.move.condition {
    background: #099e5e;
}

.brand-box.move.condition strong img {
    width: 182px;
    vertical-align: bottom;
}

.brand-box.move.condition_hwan {
    background: #a1d852;
}

.brand-box.move.condition_hwan strong img {
    width: 182px;
    vertical-align: bottom;
}

.brand-box.move.hutgaesoo {
    background: #00cec2;
}

.brand-box.move.hutgaesoo strong img {
    width: 153px;
    vertical-align: bottom;
}

.brand-box.move.saessagbori {
    background: #efe5ca;
}

.brand-box.move.saessagbori strong {
    color: #4d3920;
}

.brand-box.move.saessagbori strong img {
    width: 164px;
    margin: 0 10px;
    vertical-align: text-bottom;
}

.brand-box.move a {
    display: block;
    margin: 38px auto 0;
    width: 259px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

.brand-box.move a>span {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-image: url(./../img/pr/ico-mall.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px auto;
    padding-left: 28px;
}

.brand-box.move a>span.brown {
    background-image: url(./../img/pr/ico-mall_brown.svg);
}

.brand-box.move a>span.no-ico {
    padding-left: 0;
    background-image: none;
}

.brand-box.move a.bar {
    color: #4d3920;
    border: 1px solid #4d3920;
}

.brand-box.board {
    margin-top: 154px;
}

.brand-box.board .board-tit {
    position: relative;
    margin-bottom: 75px;
}

.brand-box.board .board-tit h3 {
    font-size: 44px;
    font-weight: 700;
}

.brand-box.board .board-tit .more {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 252px;
    height: 72px;
    line-height: 72px;
    border-radius: 4px;
    border: 1px solid #276ef1;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #276ef1;
}

.brand-box.list-kl {
    margin: 80px 0 0;
    width: 100%;
    padding: 77px 0 80px;
    background: #f4f8fe;
    text-align: center;
}

.brand-box.list-kl>p {
    font-size: 24px;
    line-height: 36px;
    color: #4c5159;
}

.brand-box.list-kl>p>span {
    font-weight: 500;
}

.brand-box.slide-kl {
    margin-top: 267px;
    background: #f4f8fe;
}

.brand-box.bewants-list {
    margin: 270px auto 0;
}

.brand-box.scalp-list {
    width: 100%;
    padding: 120px 0;
    background: #eff3f8;
}

.brand-box.scalp-list .scalp-form {
    width: 1192px;
    margin: 0 auto;
}

.brand-box.scalp-list .scalp-form.mt112 {
    margin: 112px auto 0;
}

.brand-box.con-list {
    background: #f8f8f7;
}

.brand-box.scalp-slide {
    margin-top: 0;
    background: #fff;
}

.brand-box.grey-bg {
    background: #fcfcfc;
}

.way-box {
    text-align: center;
}

.way-box img {
    margin: 0 auto;
}

.way-box .bg {
    background-color: #f4f8fe;
}

.brand-box.con-load {
    width: 1440px;
}

.brand-box.con-load .load-box {
    margin: 33px 0 0;
}

.tag {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    border: 1px solid #7f9d7b;
    border-radius: 31px;
    font-size: 24px;
    color: #7f9d7b;
    padding: 0 16px;
    margin: 0 0 40px 0;
}

.tag.red {
    border: 1px solid #c78690;
    color: #c78690;
}

.tag.klederma {
    border: 1px solid #637fa4;
    color: #637fa4;
    margin: 0 0 24px 0;
}

.tag.bewants-t {
    border: 1px solid #ce9997;
    color: #ce9997;
    margin: 0 0 24px 0;
}

.tag.bewants-s {
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
    margin: 0 0 24px 0;
}

.tag.scalpmed_p {
    border: 1px solid #5d4061;
    color: #5d4061;
}

.tag.scalpmed_b {
    border: 1px solid #496682;
    color: #496682;
}

.tag-tit {
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    margin: 0 0 12px 0;
}

.tag-tit.con {
    display: inline-block;
    font-size: 34px;
    letter-spacing: -.31px;
}

.tag-tit.con>img {
    padding-left: 8px;
    vertical-align: middle;
}

.tag-tit.con.line {
    line-height: 49px;
    margin: 0 0 24px 0;
}

.tag-tit.con.line>img {
    vertical-align: bottom;
}

.tag-tit.condition>img {
    width: auto;
    height: 70px;
}

.tag-tit.hutgaesoo>img {
    width: auto;
    height: 116px;
}

.tag-tit.saessagbori>img {
    width: auto;
    height: 92px;
}

.tag-tit.bewants {
    line-height: 55px;
    margin: 0 0 18px 0;
}

.tag-sub {
    font-size: 18px;
    line-height: 27px;
    color: #4c5159;
    margin: 0 0 24px 0;
}

.tag-sub.con-txt {
    position: relative;
    margin: 0;
    padding-left: 20px;
}

.tag-sub.con-txt:first-child {
    margin: 12px 0 0;
}

.tag-sub.con-txt::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(76, 81, 89, 1);
}

.tag-sub.etc-txt {
    font-size: 12px;
    color: #7c8494;
    line-height: 15px;
    letter-spacing: -.3px;
    margin: 16px 0 0 0;
}

.tag-img {
    width: 100%;
    height: 553px;
}

.tag-img.kl {
    height: 800px;
}

.tag-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tag-img.bew-long {
    height: 800px;
}

.tag-img.con {
    margin: 24px 0 0;
}

.board-list {
    margin: 40px 0 0;
}

.board-list.klederma table th,
.board-list.klederma table td {
    height: 72px;
    vertical-align: top;
}

.board-list.klederma table th {
    color: #4c5159;
    padding: 20px 0;
    border-top: 1px solid #eee;
    text-align: left;
    font-weight: 700;
}

.board-list.klederma table td.sub {
    padding: 22px 0;
    line-height: 22px;
    text-align: left;
    font-weight: 400;

}

.board-list.klederma table th.top,
.board-list.klederma table td.top {
    vertical-align: top;
}

.board-list.klederma table td.sub>span {
    font-size: 22px;
    font-weight: 700;
}

.board-list.con {
    margin: 12px 0 0;
}

.board-list.con table {
    border-color: #6f7b85;
}

.board-list.con table th {
    height: 47px;
    font-weight: 400;
    color: #4c5159;
}

.board-list.con table td {
    font-size: 16px;
    height: 49px;
    color: #4c5159;
    border-color: #e0e0e0;
}

.board-list.con table td>strong {
    font-size: 18px;
    color: #222;
}

/* 230518 박세연 티로그 브랜드 추가 */
.brand-box.banner.tealog {
    background-image: url(./../img/pr/tealog/tealog_main.png?ver=260508);
}

.brand-box.banner .tit.tealog {
    width: 1560px;
}

.brand-box.banner .tit.tealog > img {
    width: 460px;
    margin: 0;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt.tealog {
    background-color: #fff4f3;
}

.brand-box.list.tealog {
    width: 100%;
    overflow: hidden;
}

 .brand-box.tealog .tab {
    margin: 82px 0 0;
    overflow: hidden;
    border-bottom: 2px solid #f4f8fe;
}

.brand-box.tealog .tab .swiper-slide {
    width: auto;
    margin: 0 30px;
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 11px;
    color: #e0e0e0;
}

.brand-box.tealog .tab .swiper-slide a.active {
    color: #276ef1;
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

.brand-box.tealog .tab .swiper-slide a.active::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -7px;
    background: #276ef1;
}

.brand-box.tealog .tab .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub sup {
    font-size:12px;
}

.brand-box.list.tealog {
    width: 100%;
    overflow: hidden;
}

.brand-box.tealog .tab {
    margin: 82px 0 0;
    overflow: hidden;
    border-bottom: 2px solid #f4f8fe;
}

.brand-box.tealog .tab .swiper-slide {
    width: auto;
    margin: 0 30px;
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 11px;
    color: #e0e0e0;
}

.brand-box.tealog .tab .swiper-slide a.active {
    color: #276ef1;
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

.brand-box.tealog .tab .swiper-slide a.active::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -7px;
    background: #276ef1;
}

.brand-box.tealog .tab .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.brand-box.tealog .slider {
    position: relative;
    width: 522px;
    margin: 80px auto 0;
}

.brand-box.tealog .slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 36px;
}

.brand-box.tealog .slider .swiper-slide img {
    vertical-align: top;
}

.brand-box.tealog .slider .slide-txt p {
    margin-top: 24px;
    color: #4c5159;
    font-size: 18px;
    text-align: center;
}

.brand-box.tealog .slider .slide-txt p:last-child {
    margin-top: 0;
}

.brand-box.tealog .slider .slide-txt p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 4px 8px;
}

.brand-box.tealog .slider .slide-txt p span.pink {
    background-color: #f2426e;
}

.brand-box.tealog .slider .slide-txt p span.green {
    background-color: #0e875a;
}

.brand-box.tealog .slider .slide-txt p span.yellow {
    background-color: #ffdf33;
}

.brand-box.tealog .slider .swiper-button-prev.road {
    top: 212px;
    left: calc(50% - 290px);
    width: 72px;
    height: 72px;
    background: url(./../img/pr/hovenia/slider_nav_prev.png) no-repeat 50% 50%;
}

.brand-box.tealog .slider .swiper-button-prev.road:after {
    display: none;
}

.brand-box.tealog .slider .swiper-button-next.road {
    top: 212px;
    right: calc(50% - 290px);
    width: 72px;
    height: 72px;
    background: url(./../img/pr/hovenia/slider_nav_next.png) no-repeat 50% 50%;
}

.brand-box.tealog .slider .swiper-button-next.road:after {
    display: none;
}

.brand-box.tealog-list {
    width: 100%;
    padding: 120px 0;
    background: #fff4f3;
}

.brand-box.tealog-list > .form {
    width: 1193px;
    margin: 0 auto;
}

.brand-box.tealog-list > .form .list-tit {
    padding-bottom: 80px;
    border-bottom: 1px solid #e0e0e0;
}

.brand-box.tealog-list > .form .list-tit h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
    text-align: center;
}

.brand-box.tealog-list > .form .list-form {
    display: flex;
}

.brand-box.tealog-list > .form .list-form > .inner {
    width: 100%;
    padding-top: 120px;
}

.brand-box.tealog-list > .form .list-form > .inner + .inner {
    margin-left: 87px;
}

.brand-box.tealog-list > .form .list-form > .inner .tag-form {
    margin-bottom: 120px;
}

.brand-box.tealog-list > .form .list-form > .inner .tag-form:last-child {
    margin-bottom: 0;
}

.brand-box.tealog-list > .form .list-form > .inner .tag-form .tag-img {
    display: block;
    width: auto;
    height: 106px;
    margin-bottom: 24px;
}

.brand-box.tealog-list > .form .list-form > .inner .tag-form .tag-sub {
    font-size: 18px;
    line-height: 27px;
    color: #4c5159;
    margin: 0 0 54px 0;
}

.brand-box.move.tealog strong {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: #fff;
    line-height: 55px;
}

.brand-box.move.tealog strong img {
    display: inline-block;
    width: 151px;
    height: auto;
    margin: 0 5px 0 20px;
}

.brand-box.move.tealog {
    background: #F95A70;
}

/* 230518 박세연 브랜드 수정 */
.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub.sm24 {
    margin: 24px 0 0;
    color: #9BA4AC;
    font-size: 14px;
    line-height: 21px;
}

.tag.blue {
    border: 1px solid #637FA4;
    color: #637FA4;
    margin: 0 0 24px 0;
}

/* 230607 박세연 브랜드 수정 bewants scalpmed */
.brand-box.banner .tit.bewants {
    top: 100px;
    left: 50%;
    width: 277px;
    transform: none;
    margin-left: -138.5px;
}

.brand-box.banner .tit.bewants img {
    width: 100%;
    margin: 0;
}

.sub.mt12 {
    margin-top:12px!important;
}

.tag.purple {
    border: 1px solid #6C16AD;
    color: #6C16AD;
    margin: 0 0 24px 0;
}

.tag.green {
    border: 1px solid #006A53;
    color: #006A53;
    margin: 0 0 24px 0;
}

.tag.sky {
    border: 1px solid #45AFCB;
    color: #45AFCB;
    margin: 0 0 24px 0;
}

.brand-box.list .list-form .tag-form>div.tag-img {
    margin-top: 0;
}

.brand-box.bewants-list > .list-tit {
    padding-bottom: 80px;
}

.brand-box.bewants-slide2 {
    background: #fff;
}

.brand-box.banner .tit.scalpmed {
    width: 1192px;
}

.brand-box.banner .tit.scalpmed img {
    width: 431px;
    margin: 0;
}

.brand-box.scalp-list.bg-white {
    padding: 0 0;
    background: #fff;
}

.brand-box.bg-white {
    background-color: #fff;
}

.brand-box.move.scalpmed.bg {
    background: #D7D6C9;
}

.brand-box.move.scalpmed.bg strong {
    color: #241916;
}

.brand-box.move.scalpmed.bg a {
    color: #241916;
    border-color: #241916;
}

.brand-box.move.scalpmed.bg strong img {
    width: 204px;
    vertical-align: sub;
}

.brand-box.move.scalpmed.bg a>span {
    background-image: url(./../img/pr/ico-mall_dark.svg);
}

/* 230612 condition */
.brand-box.banner.con-update > .tit {
    width: 1400px;
}

.brand-box.banner.con-update > .tit img {
    width: 418px;
    display: block;
    margin: 0 0 90px 0;
}

.brand-box.banner.con-update > .tit > p {
    margin-left: 57px;
    font-size:28px;
    font-weight: 500;
    color: #222;
}

.brand-box.banner.con-update > .tit > p > b {
    font-weight: 700;
}

.brand-box.banner.con-update > .guide {
    color: #ACA77E;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt .s-detail .sub.black {
    color: #222;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt.con-update .s-detail .sub-box .sub,
.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt.con-update .s-detail .sub-box .sub > .b-txt {
    color: #555A61;
}

.board-list.con-update table td {
    font-weight: 400;
}

.brand-box.slide1 .slide1-form .brand-Swiper .swiper-slide .s-txt.con-update .s-detail .sub-box .sub.gray {
    color: #9BA4AC;
}

.brand-box.way-box.con-update {
    margin-top: 0;
}

.way-box.con-update .gra {
    position: relative;
    height: 604px;
    overflow: hidden;
}

.way-box.con-update .gra > img {
    max-width: 1920px;
    /* width: 100%; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.way-box.con-update .bg {
    background-color: #EDF4F1;
}

.tag-con-update {
    display: block;
    margin-bottom: 16px;
    width: auto;
    height: 54px;
}

.brand-box.list .list-form .left.con.con-update {
    margin: 80px 0 0;
}

.brand-box.list .list-form .right.con.con-update {
    margin: 427px 0 0;
}

.brand-box.list .list-form .tag-form>div.con-update {
    margin-top: 24px;
}

/* brand tab */
.brand-box.tab {
    width: 100%;
    margin-top: 240px;
    /* width: 1192px;
    margin: 120px auto; */
}

.tab-tit {
    display: block;
    width: 1194px;
    margin: 0 auto;
    text-align: left;
}

.tab-tit > h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}

.brand-box.tab .tab-box {
    width: 100%;
    margin-top: 80px;
    border-bottom: 1px solid #E0E0E0;
    background: #fff;
}

.brand-box.tab .tab-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.brand-box.tab .tab-nav .swiper-container {
    width: 1194px;
    margin: 0 auto;
}

.brand-box.tab .tab-nav .tabs {
    position:relative;
    width: auto;
    padding-bottom: 18px;
    color:#4C5159;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    cursor: pointer;
}

.brand-box.tab .tab-nav .tabs + .tabs {
    margin-left: 80px;
}

.brand-box.tab .tab-nav .tabs.is-active {
    color:#276ef1;
    text-shadow: 1px 0 0 #276ef1;
    /* font-weight: 700; */
}
.brand-box.tab .tab-nav .tabs.is-active::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #276ef1;
}

.brand-box.tab .tab-conts {
    width: 1194px;
    margin: 80px auto 0;
}

.brand-box.tab .tab-conts .conts .group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}

.brand-box.tab .tab-conts .group .elem {
    width: calc(100% / 3 - 40px);
    margin: 0 0 0 40px;
}

.brand-box.tab .tab-conts .group .elem:nth-child(n+4) {
    margin: 64px 0 0 40px;
}

.brand-box.tab .tab-conts .group .elem .elem-img {
    width: 100%;
    height: 371px;
    overflow: hidden;
}

.brand-box.tab .tab-conts .group .elem .elem-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-box.tab .tab-conts .group .elem .elem-tag {
    display: inline-block;
    margin-top: 24px;
    padding: 6px 12px;
    color: #5A3E61;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 28px;
    background-color: #F6EDFB;
}

.brand-box.tab .tab-conts .group .elem .elem-tag.green {
    color: #006A53;
    background-color: #DDF2ED;
}
.brand-box.tab .tab-conts .group .elem .elem-tag.lightgreen {
    color: #519C5C;
    background-color: #ECF5ED;
}
.brand-box.tab .tab-conts .group .elem .elem-tag.skyblue {
    color: #45AFCB;
    background-color: #E3F3F7;
}
.brand-box.tab .tab-conts .group .elem .elem-tag.blue {
    color: #496682;
    background-color: #E8F1F6;
}
.brand-box.tab .tab-conts .group .elem .elem-tag.gold {
    color: #413937;
    background-color: #FBF7ED;
}
.brand-box.tab .tab-conts .group .elem .elem-tag.yellow {
    color: #F78329;
    background-color: #FFF4E2;
}

.brand-box.tab .tab-conts .group .elem .elem-tit {
    display: block;
    margin-top: 24px;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    word-break: keep-all;
}

.brand-box.tab .tab-conts .group .elem .elem-txt {
    margin-top: 8px;
    color: #4C5159;
    font-size: 18px;
    line-height: 27px;
    word-break: keep-all;
}

.brand-box.tab .tab-conts .info {
    width: 100%;
    margin-bottom: 56px;
    flex: none;
    text-align: center;
}

.brand-box.tab .tab-conts .info .tit {
    color: #222;
    font-size: 24px;
    line-height: 32px;
}
.brand-box.tab .tab-conts .info .sub {
    display: block;
    margin-top: 8px;
    color: #6F7B85;
    font-size: 18px;
    line-height: 22px;
}

/* ***************************************************************** */