.captcha_code {
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.captcha_code .captcha {
    padding-bottom: 1rem;
}
.head_fix {
    display: flex;
    gap: 0.5rem;
}
.head_fix span {
    border: 1px solid #c8d8ff;
    color: #0063fd;
    padding: 5px;
    font-size: 14px;
}
.head_fix span:empty {
    display: none;
}
.content-articles .tabs li.on {
    color: #0042cf;
}
.content-articles .tabs li.on::before {
    width: 100% !important;
}
.content-articles .tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.content-articles.customer .content-header.customer {
    height: min(40vw, 380px);
    background: #ebf1ff url(/images/subs/customer/main.png) 65% 0 / contain
        no-repeat;
}
.content-articles.customer .content-header.customer .wrapper {
    align-items: flex-start;
    gap: 0;
}
.content-articles.customer .content-header.customer .tit {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: clamp(16px, 2.4vw, 22px);
    color: #0042cf;
    font-weight: 500;
}
.content-articles.customer .content-header.customer .tit img {
	height:19px;
}
.content-articles.customer .content-header.customer h1 {
    font-size: clamp(22px, 4vw, 40px);
    font-weight: 600;
}
.content-articles.customer .content-header.customer p {
    padding-top: 0.5em;
    font-size: clamp(14px, 1.8vw, 18px);
    font-weight: 600;
    color: #555;
}
.content-articles.customer .content-header.customer ~ section {
    padding-top: 120px;
    padding-bottom: 0;
}
.content-articles.customer .content-header.customer ~ section h2 {
    font-size: clamp(22px, 3.4vw, 34px);
    line-height: 1;
}
.content-articles.customer header.sub {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 !important;
}
.content-articles.customer header.sub h2 {
    font-size: clamp(20px, 2.6vw, 26px) !important;
    line-height: 1.5 !important;
}
.content-articles.customer header.sub .arrow {
    margin-top: 0;
    font-size: clamp(14px, 1.6vw, 16px);
}
.content-articles.customer .head_fix .tag {
    padding: 4px 5px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 600;
    color: #777;
    background: #fff;
}
.content-articles.customer .section-board .search + .tab-content {
    margin-top: -2em;
}
.content-articles.customer .section-board.faq .wrapper {
    gap: min(3vw, 2rem) !important;
}
.content-articles.customer .section-board.faq .tabs {
    margin-top: 0;
    margin-bottom: 2px;
}
.content-articles.customer .section-board li:not(.pagination li) {
    padding-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
}
.content-articles.customer .section-board li:not(.pagination li) a {
    padding: 1.2rem 1.5rem;
}
.content-articles.customer .section-board li:not(.pagination li) a:hover {
    background: #f9f9f9;
}
.content-articles.customer
    .section-board
    li:not(.pagination li)
    a:hover
    .subject
    b {
    text-decoration: underline;
}
.content-articles.customer .section-board li:not(.pagination li) a .subject {
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.content-articles.customer .section-board li:not(.pagination li) a .subject b {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.3;
}
.content-articles.customer .section-board li:not(.pagination li) a .tag {
    padding: 4px 5px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 600;
    color: #777;
    background: #fff;
}
.content-articles.customer .section-board li:not(.pagination li) a .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: clamp(13px, 1.3vw, 15px);
    color: #777;
    line-height: 1.5;
}
.content-articles.customer .section-board .arrow {
    margin-top: 1.5em;
    font-size: clamp(14px, 1.6vw, 16px);
    color: #969696;
    gap: 0.3em;
}
.content-articles.customer .section-board.boards {
    margin-bottom: min(15vw, 120px);
}
.content-articles.customer .section-board.boards .wrapper {
    gap: 2rem;
}
.content-articles.customer .section-board.boards .wrapper .board {
    flex: 1;
    padding: 2rem 1.5rem;
    background: #f9f9f9;
}
.content-articles.customer .section-board.boards .wrapper ul {
    flex-direction: column;
    gap: 0;
}
.content-articles.customer .section-board.boards .wrapper ul li a {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    color: #555;
}
.content-articles.customer .section-board.boards .wrapper ul li a .subject {
    flex: 1;
}
.content-articles.customer .section-board.boards .wrapper ul li a .subject b {
    -webkit-line-clamp: 1;
    color: #555;
}
.content-articles.customer .section-board.boards .wrapper ul li a .tag {
    order: -1;
    margin-right: 0.5em;
}
.content-articles.customer .section-board.boards .wrapper ul li a .date {
    width: 7em;
    margin-left: auto;
    font-size: clamp(12px, 1.4vw, 14px);
    color: #969696;
    font-weight: 600;
    text-align: right;
}
.content-articles.customer .section-library {
    padding-bottom: min(8vh, 120px) !important;
}
.content-articles.customer .section-library .wrapper {
    gap: 0;
}
.content-articles.customer .section-library header h2 {
    display: flex;
    flex-direction: row;
}
.content-articles.customer .section-library header h2 span {
    margin-right: 0.3em;
}
.content-articles.customer .section-library header::before {
    content: none;
}
.content-articles.customer .section-manual .wrapper {
    gap: 2.5rem;
}
.content-articles.customer .section-manual ul {
    padding: min(3vw, 28px) 0;
    border: 1px solid #e3e3e3;
    gap: 0;
}
.content-articles.customer .section-manual ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    height: 102px;
}
.content-articles.customer .section-manual ul li + li {
    border-left: 1px solid #e3e3e3;
}
.content-articles.customer .section-manual ul li a {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 min(5vw, 30px);
}
.content-articles.customer .section-manual ul li .image {
    width: min(30vw, 112px);
}
.content-articles.customer .section-manual ul li .texts {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.content-articles.customer .section-manual ul li .texts p {
    font-size: 14px;
    color: #06f;
    font-weight: 600;
}
.content-articles.customer .section-manual ul li .texts h3 {
    font-size: clamp(18px, 2.4vw, 24px);
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}
.content-articles.customer .section-manual ul li .texts .arrow {
    display: flex;
    align-items: center;
    gap: 0.3em;
    margin-top: 1em;
    color: #969696 !important;
    font-size: clamp(14px, 1.6vw, 16px);
}
.content-articles.customer .section-banner {
    padding-top: 0 !important;
}
.content-articles.customer .section-banner.qna {
    background: #3f70da;
}
.content-articles.customer .section-banner.qna.fixed .wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background: inherit;
}
.content-articles.customer .section-banner .wrapper {
    height: min(14vw, 140px);
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    transition: 0s;
}
.content-articles.customer .section-banner .image {
    width: min(20vw, 114px);
}
.content-articles.customer .section-banner .texts {
    gap: 10px;
    align-items: flex-start;
}
.content-articles.customer .section-banner .texts p {
    flex-direction: row;
    font-size: clamp(16px, 2.4vw, 24px);
    font-weight: 600;
    gap: 0.3em;
    color: #000;
}
.content-articles.customer .section-banner .texts .arrow {
    display: flex;
    color: inherit;
    align-items: center;
    gap: 0.3em;
    color: #969696;
    font-size: clamp(14px, 1.6vw, 16px);
}
.content-articles.customer .section-banner .texts .arrow:hover {
    text-decoration: underline;
}
.content-articles.customer .section-banner.qna {
    height: 140px;
    background: #3f70da;
}
.content-articles.customer .section-banner.qna .texts {
    color: #fff;
}
.content-articles.customer .section-banner.qna .texts > * {
    color: inherit;
}
.content-articles.customer .section-banner.benefits {
    border-top: 1px solid #e7e7e7;
}
.content-articles.customer .tabs {
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}
.content-articles.customer .tabs::before {
    content: none;
}
.content-articles.customer .tabs li {
    flex: none;
    height: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 1.25em;
    font-size: clamp(14px, 1.8vw, 16px);
    border: none !important;
    background: #f4f4f4;
}
.content-articles.customer .tabs li.is-active {
    color: #fff;
    background: #0042cf;
}
.content-articles.customer .tabs li::before {
    content: none !important;
}
.content-articles.customer .tab-content .articles {
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #e3e3e3;
}
.content-articles.customer article.details {
    padding-top: 4rem;
}
.content-articles.customer .head_fix .cate {
    padding-left: 0.3em;
    padding-right: 0.3em;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    font-size: clamp(12px, 1.2vw, 14px);
    color: #777;
    font-weight: 600;
    background: #fff;
}
.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border-radius: 0.5rem;
    background-color: #fff;
    z-index: 100;
}
.ui-dialog-titlebar {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    align-items: center;
    padding: 0 1rem;
    font-size: clamp(16px, 2vw, 18px);
}
.ui-dialog-titlebar-close {
    width: 1rem;
    height: 1rem;
    display: flex;
    background-image: linear-gradient(#333 0 0), linear-gradient(#333 0 0);
    background-position: center;
    background-size: 100% 2px, 2px 100%;
    background-repeat: no-repeat;
    color: #fff;
    transform: rotate(45deg);
    text-indent: -9999px;
}
.ui-dialog-content {
    display: flex;
    flex-direction: column;
}
.ui-dialog-content #openDialogLayerMsg {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 3rem;
    line-height: 1.5;
}
.ui-dialog .ui-button-wrap {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
}
.ui-dialog .ui-button-wrap button {
    background: #f3f6f9;
    color: #838689;
    padding: 0.5rem 1rem;
    font-size: 15px;
    font-weight: 500;
}
.ui-dialog .ui-button-wrap button[id*="ConfirmYes"] {
    background-color: #0063fd;
    color: #fff;
}
.ui-widget-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 10;
}