.sub_location ul li span {background: none;}

/*서브 공통*/
.sub_contents section {padding: 140px 0;}
.sub_contents section:first-child {padding-top: 120px;}
.sub_contents .container {
    max-width: 1200px;
    margin: 0 auto;
}
.sub_contents .con_title {
    margin-bottom: 150px;
    text-align: center;
}
.sub_contents .con_title h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    word-break: keep-all;
}
.sub_contents .con_title p {
    font-size: 38px;
    font-weight: 700;
    margin-top: 70px;
    letter-spacing: -2px;
    color: #000;
    line-height: 1.5;
    word-break: keep-all;
}
.sub_contents .desc {
    font-size: 18px;
    line-height: 1.8;
    word-break: keep-all;
}
@media all and (max-width: 1600px) {
    .sub_contents .container {padding: 0 80px;}
}
@media all and (max-width: 1024px) {
    .sub_contents .container {padding: 0 40px;}
    .sub_contents .con_title p {font-size: 24px;}
}
@media all and (max-width: 767px) {
    .sub_contents section {padding: 60px 0;}
    .sub_contents section:first-child {padding-top: 40px;}
    .sub_contents .container {padding: 0 15px;}
    .sub_contents .con_title {margin-bottom: 50px;}
    .sub_contents .con_title h3 {font-size: 24px;}
    .sub_contents .con_title p {
        font-size: 16px;
        margin-top: 30px;
        letter-spacing: -1px;
    }
    .sub_contents .desc {
        font-size: 15px;
        line-height: 1.6;
    }
}

/*Our own brand*/
.sub_brand {margin-top: -250px;}
.sub_brand .category {
    padding-left: 50px;
    padding-right: 50px;
}
.sub_brand .category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -70px;
}
.sub_brand .category ul li {margin: 0 25px 70px;}
.sub_brand .category ul li a {
    display: block;
    transition: all .2s;
}
.sub_brand .category ul li a:hover {transform: translateY(-10px)}
.sub_brand .category ul li img {max-width: 118px;}
.sub_brand .category ul li p {
    font-size: 15px;
    margin-top: 25px;
    text-align: center;
}
.sub_brand .brand {padding-bottom: 0;}
.sub_brand .brand > div {
    display: flex;
    flex-wrap: wrap;
}
.sub_brand .brand > div > div {
    width: 50%;
    overflow: hidden;
    position: relative;
}
.sub_brand .brand .img img {
    max-width: none;
    width: 100%;
}
.sub_brand .brand .txt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_brand .brand > div:nth-child(odd) .img {order: 2;}
.sub_brand .brand > div:nth-child(odd) .txt {order: 1;}
.sub_brand .brand .img .img-slider .slider-controls > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.sub_brand .brand .img .img-slider .slider-controls .prev-btn {left: 30px;}
.sub_brand .brand .img .img-slider .slider-controls .next-btn {right: 30px;}
.sub_brand .brand .img .img-slider .slider-controls > div::after {
    font-size: 60px;
    color: #fff;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
}
.sub_brand .brand .img .img-slider .slider-controls .prev-btn::after {content: "<"}
.sub_brand .brand .img .img-slider .slider-controls .next-btn::after {content: ">"}
.sub_brand .brand .txt > div {
    padding: 0 16%;
    width: 100%;
}
.sub_brand .brand .txt p {
    font-size: 20px;
    color: #ccc;
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
    font-weight: 600;
    word-break: keep-all
}
.sub_brand .brand .txt h3 {
    font-size: 62px;
    margin: 5px 0 35px;
    font-weight: bold;
    word-break: keep-all;
    line-height: 1.3;
}
.sub_brand .brand .txt .desc {font-size: 20px;}
.sub_brand .brand .txt .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: -40px;
}
.sub_brand .brand .txt .btn_wrap .more_btn {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    box-shadow: 15px 25px 46px 0px #0000001F;
    font-size: 19px;
    transition: all .5s;
    margin-right: 40px;
    margin-bottom: 40px;
}
.sub_brand .brand .txt .btn_wrap .more_btn:last-child {margin-right: 0;}
.sub_brand .brand .txt .btn_wrap .more_btn:hover {
    background: #f1b435;
    color: #fff;
    box-shadow: none;
}
.sub_brand .brand .txt .btn_wrap .more_btn span {word-break: keep-all}
.sub_brand .brand .txt .btn_wrap .more_btn .plus {
    width: 13px;
    height: 13px;
    position: relative;
    margin-top: 3px;
}
.sub_brand .brand .txt .btn_wrap .more_btn .plus::before {
    content: "";
    background: #777;
    width: 1px;
    height: 13px;
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
}
.sub_brand .brand .txt .btn_wrap .more_btn .plus::after {
    content: "";
    background: #777;
    width: 13px;
    height: 1px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}
.sub_brand .brand .txt .btn_wrap .more_btn:hover .plus::before,
.sub_brand .brand .txt .btn_wrap .more_btn:hover .plus::after {background: #fff;}

.sub_brand .brand .txt .btn_wrap.col2 .more_btn {width: calc((100% - 40px)/2);}
.sub_brand .brand .txt .btn_wrap.col2 .more_btn:nth-child(2n) {margin-right: 0;}
.sub_brand .brand .txt .btn_wrap.col3 {margin-bottom: -30px;}
.sub_brand .brand .txt .btn_wrap.col3 .more_btn {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    margin-bottom: 30px;
}
.sub_brand .brand .txt .btn_wrap.col3 .more_btn:nth-child(3n) {margin-right: 0;}

.sec_container {
    max-width: 1400px;
    margin: 0 auto;
}
.sub_brand2 .category ul {padding: 0 100px;}
.sub_brand2 .brand {
    max-width: 1400px;
    margin: 0 auto;
}
.sub_brand2 .brand .txt .btn_wrap {
    margin-top: 50px;
    margin-bottom: -10px;
}
.sub_brand2 .brand .txt > div {padding: 0 80px;}
.sub_brand2 .brand .txt .btn_wrap .more_btn {
    width: 100%;
    font-size: 18px;
    padding: 15px 20px;
}
.sub_brand2 .brand .txt .btn_wrap.col2 .more_btn,
.sub_brand2 .brand .txt .btn_wrap.col3 .more_btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.sub_brand2 .brand .txt h3 {font-size: 50px;}

@media all and (max-width: 1300px) {
    .sub_brand .brand .txt h3 {
        font-size: 50px;
        margin: 5px 0 20px;
    }
    .sub_brand .brand .txt .desc {
        font-size: 18px;
        line-height: 1.6;
    }
    .sub_brand .brand .txt .btn_wrap {
        margin-top: 40px;
        margin-bottom: -20px;
    }
    .sub_brand .brand .txt .btn_wrap .more_btn {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .sub_brand .brand .txt .btn_wrap.col2 .more_btn {width: calc((100% - 20px) / 2);}
    .sub_brand .brand .txt .btn_wrap.col3 .more_btn {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 1024px) {
    .sub_brand .brand .txt > div {padding: 0 10%;}
    .sub_brand .brand .txt h3 {font-size: 40px;}
    .sub_brand .brand .txt .btn_wrap {margin-top: 30px;}
    .sub_brand .brand .txt .btn_wrap .more_btn {
        font-size: 17px;
        padding: 12px 15px;
    }
}
@media all and (max-width: 991px) {
    .sub_brand .brand {padding-top: 0;}
    .sub_brand .brand > div > div {width: 100%;}
    .sub_brand .brand .img {order: 1 !important;}
    .sub_brand .brand .txt {
        order: 2 !important;
        display: block;
        padding: 50px 50px 100px;
    }
    .sub_brand .brand .txt > div {padding: 0;}
}
@media all and (max-width: 767px) {
    .sub_brand {margin-top: -100px;}
    .sub_brand .category {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sub_brand .category ul {margin-bottom: -30px;}
    .sub_brand .category ul li {
        width: calc((100% - 40px)/3);
        margin: 0;
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .sub_brand .category ul li:nth-child(3n),
    .sub_brand .category ul li:last-child {margin-right: 0;}
    .sub_brand .category ul li img {
        max-width: none;
        width: 100%;
    }
    .sub_brand .category ul li p {
        font-size: 14px;
        margin-top: 15px;
        word-break: keep-all;
        line-height: 1.3;
    }
    .sub_brand .brand .img .img-slider .slider-controls .prev-btn {left: 15px;}
    .sub_brand .brand .img .img-slider .slider-controls .next-btn {right: 15px;}
    .sub_brand .brand .img .img-slider .slider-controls > div::after {font-size: 40px;}
    .sub_brand .brand .txt {padding: 30px 15px 50px;}
    .sub_brand .brand .txt p {font-size: 15px;}
    .sub_brand .brand .txt h3 {font-size: 30px;}
    .sub_brand .brand .txt .desc {font-size: 15px;}
    .sub_brand .brand .txt .btn_wrap {
        margin-top: 25px;
        margin-bottom: -10px !important;
    }
    .sub_brand .brand .txt .btn_wrap .more_btn {
        width: calc((100% - 10px) / 2) !important;
        padding: 10px 12px;
        font-size: 14px;
        box-shadow: 5px 15px 36px #0000001F;
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }
    .sub_brand .brand .txt .btn_wrap .more_btn:nth-child(2n) {margin-right: 0 !important;}
    .sub_brand .brand .txt .btn_wrap .more_btn > span {padding-right: 20px;}
    .sub_brand .brand .txt .btn_wrap .more_btn .plus {padding: 0;}
}