.customer-service__layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.customer-service__container {
    padding-top: 60px;
    background: #fff;
    width: 100%;
    overflow-y: auto;
}
.customer-service__section {
    width: 1200px;
    margin: 0 auto 70px;
    min-height: calc(100vh - 290px);
    padding: 60px 30px 80px;
}
.customer-service__content {}
.customer-service__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    color: #212529;
}
.customer-service__page-link-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url("/static/_images/icon/toggle/icon_arrow_right-20px.png") center no-repeat;
    background-size: 20px;
    border: 0;
}
.customer-service__list-tab {
    margin-top: 20px;
    border-bottom: 2px solid #E9ECEF;
    height: 52px;
}
.customer-service__item-tab {
    display: inline-block;
    padding: 0 24px;
    font-size: 17px;
    line-height: 50px;
    font-weight: 500;
    color: #ADB5BD;
    cursor: pointer;
}
.customer-service__subtitle {
    position: relative;
    margin: 32px 0 16px;
    font-size: 20px;
    line-height: 44px;
    font-weight: 700;
    color: #212529;
}
.customer-service__subtitle-wrap {
    display: inline-block;
    cursor: pointer;
}
.customer-service__detail-page {
    padding: 32px 0 0;
}
.customer-service__btn--back {
    margin-top: 28px;
    padding: 6px 20px;
    border-radius: 6px;
    border: 1px solid #CED4DA;
    color: #495057;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    box-shadow: 0px 0px 4px 0px #0000001A;
    background: #ffffff;
}
.customer-service__detail-title {
    font-size: 20px;
    line-height: 44px;
    font-weight: 700;
    color: #212529;
}
.customer-service__detail-subtitle {
    padding-bottom: 33px;
    font-size: 16px;
    line-height: 20px;
    color: #868E96;
    font-weight: 500;
    border-bottom: 1px solid #E9ECEF;
}
.customer-service__detail-text-box {
    padding: 32px 0;
    border-bottom: 1px solid #E9ECEF;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #495057;
}
.customer-service__detail-btn-wrap {
    padding-top: 32px;
}
.customer-service__detail-btn {
    margin-right: 12px;
    padding: 12px 16px;
    width: 220px;
    background: #f1f3ff;
    border-radius: 8px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    color: #02318D;
    text-align: left;
}
.customer-service__detail-btn-title {
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customer-service__detail-btn:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/static/_images/icon/btn/cloud_download-20px.png") center no-repeat;
    background-size: 24px;
    float: right;
}
.customer-service__detail-btn:last-of-type {
    margin-right: 0;
}
.customer-service__detail-btn:nth-child(5n) {
    margin-top: 16px;
}
.customer-service__subtitle.home {
    position: relative;
    margin-top: 0;
}
.customer-service__select-box {
    position: relative;
    display: inline-block;
    padding: 12px;
    width: 84px;
    border-radius: 8px;
    border: 1px solid #CED4DA;
    box-shadow: 0px 0px 4px 0px #0000001A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #212529;
    cursor: pointer;
}
.select-box__toggle-icon--down {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: url("/static/_images/icon/toggle/icon_arrow_down-16px.png")center no-repeat;
    background-size: 20px;
    float: right;
}
.select-box__toggle-icon--up {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: url("/static/_images/icon/toggle/icon_arrow_up-16px.png")center no-repeat;
    background-size: 20px;
}
.customer-service__select-wrap {
    position: relative;
    margin-bottom: 16px;
}
.customer-service__select-list {
    position: absolute;
    left: 0;
    top: 50px;
    display: inline-block;
    padding: 16px 12px;
    width: 84px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    line-height: 24px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%), 0px 0px 8px rgb(0 0 0 / 15%);
    border-radius: 6px;
    cursor: pointer;
    overflow-y: auto;
    background: #fff;
    z-index: 1;
}
.customer-service__select-item:hover {
    color: #668BF7;
}
.customer-service__select-item {
    margin-bottom: 12px;
}
.customer-service__select-item:last-child {
    margin-bottom: 0;
}
.customer-service__search-wrap {
    display: inline-block;
    float: right;
}
.customer-service__search-control {
    position: relative;
    padding: 12px;
    display: inline-block;
    width: 280px;
    border: 1px solid #DEE2E6;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #868E96;
    float: right;
}
.customer-service__search-control:focus {
    border: 2px solid #212529;
}
.customer-service__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url("/static/_images/icon/btn/search_black_14dp.png")center no-repeat;
    background-size: 20px;
    float: right;
    border: 0;
}
.customer-service__board-wrap {
    margin: 16px 0 28px;
}
.customer-service__board-wrap.home {
    margin-bottom: 32px;
}
.customer-service__board-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.customer-service__board-list:last-child {
    border-bottom: 1px solid #E9ECEF;
}
.customer-service__board-item {
    display: block;
    padding: 16px 20px;
    border-top: 1px solid #E9ECEF;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
.customer-service__board-item.active {
    background: #F1F6FF;
    border-radius: 8px;
}
.customer-service__board-item--left.faq {
    padding-left: 0;
    width: 80px;
    color: #868E96;
}
.customer-service__board-item--left {
    display: inline-block;
    padding: 0 20px;
    width: 116px;
    font-weight: 700;
    color: #212529;
}
.customer-service__board-item--left.on {
    color: #033FB5;
}
.customer-service__board-item--center {
    display: inline-block;
    width: calc(100% - 240px);
    text-align: left;
    cursor: pointer;
}
.customer-service__board-item--center.top {
    color: #033FB5;
    font-weight: 700;
}
.customer-service__board-item--center.on {
    font-weight: 500;
}
.customer-service__board-item--center.faq {
    color: #495057;
    width: calc(100% - 116px);
}
.customer-service__board-item--right {
    display: inline-block;
    padding: 0 20px;
    font-weight: 400;
    color: #868E96;
}
.customer-service__board-item--right.faq {
    padding-left: 0;
    background: url("/static/_images/icon/toggle/icon_arrow_down-16px.png") center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    float: right;
}
.customer-service__board-item--right.faq.active {
    padding-left: 0;
    background: url("/static/_images/icon/toggle/icon_arrow_up-16px.png") center no-repeat;
    background-size: 13px;
    width: 16px;
    height: 16px;
    float: right;
}
.board-item-detail {
    background: #F8F9FA;
    border-radius: 12px;
    padding: 20px 80px 24px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #495057;
    border-top: 0;
}
.customer-service__inquiry-form-precautions {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #495057;
}
.customer-service__inquiry-form-precautions span {
    display: inline-block;
}
.board-item-detail span {
    display: inline-block;
}
.customer-service__board-text {
    margin-bottom: 20px;
}
.pagination__list:last-child {
    margin-right: 0;
}
.customer-service__board-container .pagination {
    display: inline-flex;
    padding-left: 0;
}
.customer-service__board-container .pagination__list {
    margin-right: 8px;
    width: 32px;
    height: 32px;
}
.customer-service__board-container .pagination__list.on {
    background: #E6EEFF;
    position: relative;
    border-radius: 8px;
    color: #1362FB;
}
.customer-service__board-container .pagination__list:first-child a {
    width: 32px;
    height: 32px;
    background: url("/static/_images/icon/btn/icon_arrow_left-14px.png")center no-repeat;
    background-size: 14px;
}
.customer-service__board-container .pagination__list:last-child a {
    width: 32px;
    height: 32px;
    background: url("/static/_images/icon/btn/icon_arrow_right-14px.png")center no-repeat;
    background-size: 14px;
}
/* 검색결과 없을 때 */
.customer-service__border-empty-container {
    margin-top: 16px;
    padding: 60px 0 80px;
    text-align: center;
}
.customer-service__border-empty--icon {
    margin: 0 auto 16px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("/static/_images/icon/icon_empty-50px.png") center no-repeat;
    background-size: 50px;
}
.customer-service__border-empty-title {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #868E96;
}
.customer-service__border-empty-btn {
    padding: 6px 20px;
    border: 1px solid #CED4DA;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #495057;
    background: #ffffff;
}
/* 고객센터 */
.customer-service__item-tab.on {
    border-bottom: 2px solid #343A40;
    color: #343A40;
    font-weight: 700;
}
.vm-col-sm {
    display: inline-block;
    width: 138px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #444;
    cursor: default;
    background-color: #f4f4f4;
    border-radius: 20px;
}
.pagination>li>a {
    float: left;
    padding: 7px 12px;
    color: #444;
    text-decoration: none;
}
.pagination>li>span {
    float: left;
    padding: 7px 12px;
    color: #444;
    text-decoration: none;
}
.pagination > li.on > a {
    color: #1362FB;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pagination>li:last-child>a, .pagination>li:last-child>span {}
.customer-service__faq-wrap {
    position: absolute;
    right: 0;
    top: 0;
}
.customer-service__faq-title {
    margin-right: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    color: #868E96;
}
.customer-service__faq-btn {
    padding: 6px 20px;
    border: 1px solid #82ACFD;
    border-radius: 8px;
    font-size: 13px;
    line-height: 22px;
    color: #1362FB;
    font-weight: 700;
    background: #fff;
}
/* 1:1 문의하기 */
.customer-service__inquiry-form {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #DEE2E6;
}
.customer-service__form-title {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
}
.customer-service__form-subtitle--small {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    float: right;
    color: #868E96;
}
.customer-service__form-subtitle {
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #495057;
    border-bottom: 1px solid #e9ecef;
}
.form-text-area {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0;
    line-height: 20px;
    color: #212529;
}
.form-text-area__left-txt {
    margin-right: 10px;
    padding: 12px 0;
    display: inline-block;
    width: 140px;
    font-size: 16px;
}
.asterisk--blue {
    color: #1362FB;
}
.form-text-area__right {
    display: inline-block;
    width: calc(100% - 150px);
}
.form-text-area__alert {
    margin-top: 8px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #FC4A68;
}
.form-text-area__textarea {
    padding: 12px;
    width: 255px;
    height: 44px;
    border: 1px solid #CED4DA;
    border-radius: 8px;
    overflow-y: hidden;
    resize: none;
}
.form-text-area__textarea.contents {
    width: 100%;
    height: 164px;
}
textarea:focus {
    color: #212529;
}
.customer-service__select-box.inquiry-form {
    width:255px;
}
.form-text-area__right.contents {
    width: calc(100% - 150px);
    height: 164px;
}
.inquiry-form__precautions-box {
    padding: 16px 12px;
    margin-left: 150px;
    width: calc(100% - 150px);
    background: #F8F9FA;
    border-radius: 8px;
    font-size: 13px;
    line-height: 22px;
    color: #495057;
    font-weight: 400;
}
.inquiry-form__precautions-text {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #02318D;
}
.inquiry-form__precautions-text:before {
    margin-right: 6px;
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: url("/static/_images/icon/icon-zoom_out-14px.png")center no-repeat;
    background-size: 14px;
    vertical-align: middle;
}
.inquiry-form__btn {
    display: block;
    margin: 28px auto 0;
    padding: 12px 0;
    width: 225px;
    background: #1362FB;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    border-radius: 8px;
    color: #F8F9FA;
}
.inquiry-form__btn.home {
    padding: 8px 0;
    margin: 0;
    width: 95px;
    font-size: 15px;
    line-height: 24px;
    float: right;
}
.customer-service__board-container--left {
    display: inline-block;
    margin-right: 12px;
    width: calc(100%/2 - 6px);
}
.customer-service__board-container--right {
    display: inline-block;
    width: calc(100%/2 - 6px);
}
.customer-service__pagination {
    position: relative;
    padding-bottom: 80px;
    text-align: center;
}