#page-section {
    width: 100%;
}

.brand-title {
    position: relative;
    margin: 24px 0 25px;
    padding: 20px 67px;
    background: rgba(243, 243, 243, .73);
    letter-spacing: 0.05rem;
}

.brand-title .location {
    position: absolute;
    top: 50%;
    right: 67px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: -0.045rem;
    transform: translateY(-50%);
}

.brand-about-inner {
    padding: 0 0 80px 0;
    background: no-repeat center top;
}

.brand-box {
    background: #fff;
}

.brand-name {
    position: relative;
    padding: 25px 30px;
    border-top: 1px solid rgba(0,0,0,.36);
    border-bottom: 2px solid #000;
    font-size: 0;
}

.brand-name * {
    display: inline-block;
    vertical-align: middle;
}

.brand-name img.brand-thumb {
    width: 63px;
    height: 63px;
}
.brand-name img.brand-logo {
    width: auto;
    max-height: 30px;
    margin-left: 14px;
}
.brand-name>span.kor {
    margin-left: 14px;
    font-size: 21px;
    font-weight: 700;
}
.brand-name .sns {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.brand-name .sns dl {
    font-size: 0;
}
.brand-name .sns dl dt {
    padding-right: 6px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.05rem;
}
.brand-name .sns dl dd a {
    margin-left: 15px;
}


.brand-tab ul {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 67px;
    white-space: nowrap;
}
.brand-tab ul:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 2px;
    background: #E0E0E0;
}

.brand-tab ul>li {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 25px;
    color: #BABABA;
    font-size: 16px;
    font-weight: 500;
    line-height: 65px;
    vertical-align: top;
    cursor: pointer;
}

.brand-tab ul>li.active {
    color: #000;
    border-bottom: 2px solid #000;
}

.brand-cnt-wrap {
	min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
}
.brand-cnt {
    padding: 50px 0;
}

.brand-cnt img {
	max-width: 100%;
}