@charset "UTF-8";
/**************************************************
 * FONT | Manrope
 **************************************************/
@font-face {
    font-family: "Manrope";
    font-weight: 100;
    src: url("./../font/Manrope/Manrope-Thin.woff2") format("woff2"), url("./../font/Manrope/Manrope-Thin.woff") format("woff"), url("./../font/Manrope/Manrope-Thin.otf") format("opentype");
}

@font-face {
    font-family: "Manrope";
    font-weight: 300;
    src: url("./../font/Manrope/Manrope-Light.woff2") format("woff2"), url("./../font/Manrope/Manrope-Light.woff") format("woff"), url("./../font/Manrope/Manrope-Light.otf") format("opentype");
}

@font-face {
    font-family: "Manrope";
    font-weight: 400;
    src: url("./../font/Manrope/Manrope-Regular.woff2") format("woff2"), url("./../font/Manrope/Manrope-Regular.woff") format("woff"), url("./../font/Manrope/Manrope-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Manrope";
    font-weight: 500;
    src: url("./../font/Manrope/Manrope-Medium.woff2") format("woff2"), url("./../font/Manrope/Manrope-Medium.woff") format("woff"), url("./../font/Manrope/Manrope-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Manrope";
    font-weight: 700;
    src: url("./../font/Manrope/Manrope-Bold.woff2") format("woff2"), url("./../font/Manrope/Manrope-Bold.woff") format("woff"), url("./../font/Manrope/Manrope-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Manrope";
    font-weight: 900;
    src: url("./../font/Manrope/Manrope-ExtraBold.woff2") format("woff2"), url("./../font/Manrope/Manrope-ExtraBold.woff") format("woff"), url("./../font/Manrope/Manrope-ExtraBold.otf") format("opentype");
}

/**************************************************
 * FONT | Spoqa Han Sans Neo
 **************************************************/
@font-face {
    font-family: "Spoqa Han Sans Neo";
    font-weight: 100;
    src: local("Spoqa Han Sans Neo Thin"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff2") format("woff2"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff") format("woff"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.ttf") format("truetype");
}
@font-face {
    font-family: "Spoqa Han Sans Neo";
    font-weight: 300;
    src: local("Spoqa Han Sans Neo Light"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff2") format("woff2"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff") format("woff"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Spoqa Han Sans Neo";
    font-weight: 400;
    src: local("Spoqa Han Sans Neo Regular"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff2") format("woff2"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff") format("woff"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Spoqa Han Sans Neo";
    font-weight: 500;
    src: local("Spoqa Han Sans Neo Medium"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff2") format("woff2"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff") format("woff"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Spoqa Han Sans Neo";
    font-weight: 700;
    src: local("Spoqa Han Sans Neo Bold"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff2") format("woff2"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff") format("woff"),
        url("./../font/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.ttf") format("truetype");
}

/**************************************************
 * BASE | RESET
 **************************************************/
*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    color: #222;
    font-family: Manrope, Spoqa Han Sans Neo, sans-serif;
    line-height: 1.5;
    letter-spacing: -0.4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl, dd {
    margin: 0;
}

button, input, select, textarea {
    border-radius: 0;
    color: inherit;
    font: inherit;
}

textarea {
    overflow: auto;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    padding: 0;
}

/**************************************************
 * COMPONENT | BUTTON
 **************************************************/
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    height: 56px;
    line-height: 56px;
    padding: 0 24px;
    border-radius: 4px;
    border: 1px solid #276ef1;
    background-color: #fff;
    color: #276ef1;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.button .icon {
    margin-right: 4px;
}

.button .icon:last-child {
    margin-left: 4px;
    margin-right: 0;
}

.button > span {
    display: inline-block;
    position: relative;
}

.button.primary {
    background-color: #276ef1;
    color: #fff;
}

.button.secondary {
    border-color: #727b8b;
    background-color: #727b8b;
    color: #fff;
}

.button.sm {
    min-width: auto;
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
}

.button.lg {
    min-width: 204px;
    height: 64px;
}

.button.fluid {
    width: 100%;
}

.button[disabled] {
    background-color: #e0e0e0;
    color: #aaa;
}

/**************************************************
 * COMPONENT | FORM
 **************************************************/
.form-text,
.form-textarea,
.form-select {
    border-radius: 4px;
    border: 1px solid #d8ddeb;
    background-color: #fff;
    color: #222;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    font-size: 16px;
    vertical-align: top;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color .1s ease;
}

.form-text:focus,
.form-textarea:focus,
.form-select:focus {
    border-color: #276ef1;
}

.form-text::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
    color: #a3abc0;
}

.form-text::-moz-placeholder,
.form-textarea::-moz-placeholder {
    color: #a3abc0;
}

.form-text:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
    color: #a3abc0;
}

.form-text:-moz-placeholder,
.form-textarea:-moz-placeholder {
    color: #a3abc0;
}

.form-text {
    display: inline-block;
    height: 56px;
    padding: 0 24px;
}

.form-text::-ms-clear {
    display: none;
}

.form-text::-ms-reveal {
    display: none;
}

.form-text::-webkit-search-decoration, .form-text::-webkit-search-cancel-button, .form-text::-webkit-search-results-button, .form-text::-webkit-search-results-decoration {
    display: none;
}

.form-text:disabled {
    background: #efefef;
}

.form-text.fluid {
    width: 100%;
}

.form-textarea {
    display: block;
    width: 100%;
    padding: 16px 24px;
    line-height: 1.5;
    resize: none;
}

.form-select {
    display: inline-block;
    height: 56px;
    padding: 0 calc(12px + 16px + 24px) 0 24px;
    background-image: url(./../img/common/form_select_chevron.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 12px;
}

.form-select::-ms-expand {
    display: none;
}

.form-checkbox,
.form-radio {
    display: inline-block;
    vertical-align: top;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-checkbox input,
.form-radio input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: none;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
}

.form-checkbox input + span,
.form-radio input + span {
    display: inline-block;
    position: relative;
    padding-left: calc(24px + 8px);
    color: #4c5159;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.form-checkbox input + span:before,
.form-radio input + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 24px;
}

.form-checkbox input:checked + span:before,
.form-radio input:checked + span:before {
    background-position: -24px 0;
}

.form-checkbox input[disabled] + span:before,
.form-radio input[disabled] + span:before {
    background-position: -48px 0;
}

.form-checkbox input:checked[disabled] + span:before,
.form-radio input:checked[disabled] + span:before {
    background-position: -72px 0;
}

.form-checkbox input + span:before {
    background-image: url(./../img/common/form_checkbox.svg);
}

.form-radio input + span:before {
    background-image: url(./../img/common/form_radio.svg);
}

.form-checkbox input + span .small,
.form-radio input + span .small {
    display: block;
    margin-top: 4px;
    color: #727b8b;
    font-size: 14px;
}

.form-unit {
    display: inline-flex;
    vertical-align: top;
}

.form-unit .form-text {
    width: 100%;
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.form-unit > span {
    display: flex;
    align-items: center;
    flex: none;
    padding: 0 24px 0 0;
    border-radius: 0 4px 4px 0;
    border: solid #d8ddeb;
    border-width: 1px 1px 1px 0;
    background-color: #fff;
    color: #222;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    font-size: 16px;
    transition: border-color .1s ease;
}

.form-unit .form-text:focus + span {
    border-color: #276ef1;
}

.form-group {
    display: flex;
}

.form-group [class^="form-"] + [class^="form-"] {
    margin-left: 8px;
}

.form-group .label {
    display: flex;
    align-items: center;
    height: 56px;
    margin-right: 8px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #f4f8fe;
    color: #276ef1;
    font-size: 18px;
}

.form-group .pull-right {
    margin-left: auto !important;
    margin-right: 0;
}

.form-group + .form-checkbox {
    margin-top: 16px;
}

.form-option-group > ul {
    display: flex;
    flex-wrap: wrap;
}

.form-option-group > ul > li {
    margin-left: 40px;
}

.form-option-group > ul > li:first-child {
    margin-left: 0;
}

.form-option-group .sub-form {
    display: none;
    margin-top: 16px;
    padding: 24px 24px;
    border-radius: 4px;
    background-color: #f4f8fe;
}

.form-option-group.vertical > ul {
    display: block;
}

.form-option-group.vertical > ul > li {
    margin-top: 16px;
    margin-left: 0;
}

.form-option-group.vertical > ul > li:first-child {
    margin-top: 0;
}

.form-multiple-file .form-file-list {
    overflow: hidden;
    margin-top: 24px;
}

.form-multiple-file .form-file-list > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -28px 0 0 -16px;
}

.form-multiple-file .form-file-list > ul > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(33.3333% - 16px);
    margin: 28px 0 0 16px;
}

.form-multiple-file .form-file-list > ul > li input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: none;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
}

.form-multiple-file .form-file-list > ul > li:before {
    content: "";
    display: block;
    flex: none;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    background: url(./../img/common/attach_ico.svg) no-repeat;
}

.form-multiple-file .form-file-list > ul > li > span {
    display: block;
    overflow: hidden;
    width: 100%;
    color: #6f7b85;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-multiple-file .form-file-list > ul > li .delete {
    flex: none;
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    padding: 0;
    border: none;
    background: url(./../img/common/item_delete_ico.svg) no-repeat 0 0;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
}

.form-multiple-file .form-file-list > ul > li .delete:hover {
    background-position: -24px 0;
}

.form-multiple-file .form-file-list.col-4 > ul > li {
    width: calc(25% - 16px);
}

/**************************************************
 * COMPONENT | CAP NAV
 **************************************************/
.cap-nav > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -12px 0 0 -12px;
}

.cap-nav > ul > li {
    margin: 12px 0 0 12px;
}

.cap-nav a {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 16px;
    border-radius: 22px;
    background-color: rgba(163, 171, 192, 0.1);
    color: #727b8b;
    font-size: 16px;
}

.cap-nav a.active {
    background-color: #276ef1;
    color: #fff;
    font-weight: 700;
}

/**************************************************
 * COMPONENT | BAR NAV
 **************************************************/
.bar-nav > ul {
    display: flex;
}

.bar-nav > ul > li {
    display: flex;
    align-items: center;
}

.bar-nav > ul > li:before {
    content: "";
    width: 1px;
    height: calc(100% - 14px);
    margin: 0 32px;
    background-color: #a3abc0;
}

.bar-nav > ul > li:first-child:before {
    display: none;
}

.bar-nav a {
    color: #727b8b;
    font-size: 28px;
    font-weight: 700;
}

.bar-nav a.active {
    position: relative;
    color: #276ef1;
    font-weight: 700;
    padding-left: 56px;
}

.bar-nav a.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: #276ef1;
}

/**************************************************
 * COMPONENT | PAGINATION
 **************************************************/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    border-radius: 50%;
}

.pagination .extend {
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    background-image: url(./../img/common/pagination.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    white-space: nowrap;
    text-indent: 100%;
}

.pagination .extend.prev {
    margin-right: 22px;
    background-position-x: -24px;
}

.pagination .extend.next {
    margin-left: 22px;
    background-position-x: -48px;
}

.pagination .extend.last {
    background-position-x: -72px;
}

.pagination span.extend {
    background-position-y: -24px;
}

.pagination .page {
    margin: 0 2px;
    padding-top: 2px;
    color: #a3abc0;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -.56px;
}

.pagination .page.current {
    background-color: #276ef1;
    color: #fff;
    font-weight: 700;
}

/**************************************************
 * COMPONENT | TABLE FORM
 **************************************************/
.table-form {
    width: 100%;
}

.table-form table {
    width: 100%;
}

.table-form table th,
.table-form table td {
    padding: 32px 0;
    border-top: 1px solid #e0e0e0;
}

.table-form table th {
    padding-right: 36px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.5px;
    line-height: 28px;
    text-align: left;
    vertical-align: top;
}

.table-form table th .note {
    display: block;
    margin-top: 8px;
    line-height: 20px;
    color: #4c5159;
    font-size: 14px;
    letter-spacing: -.5px;
}

.required {
    color: #ff0000;
}

.table-form table td {
    vertical-align: middle;
}

.table-form table td .bytes {
    margin-top: 8px;
    font-size: 14px;
    text-align: right;
}

.table-form table td .guide {
    margin-top: 8px;
    color: #4c5159;
    font-size: 14px;
    letter-spacing: -.5px;
}

.table-form table td .guide + .guide {
    margin-top: 2px;
}

.table-form table td .caution {
    color: #ff0000;
}

.table-form table td .product-list {
    margin-top: 16px;
}

.table-form table td .product-list > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 0 -8px;
}

.table-form table td .product-list > ul > li {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 44px;
    margin: 8px 0 0 8px;
    border-radius: 22px;
    padding: 0 44px 0 16px;
    background-color: #f4f8fe;
    color: #4c5159;
    font-size: 14px;
    cursor: default;
}

.table-form table td .product-list > ul > li .delete {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 16px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: url(./../img/common/item_delete_ico.svg) no-repeat 0 0;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
}

.table-form table td .product-list > ul > li .delete:hover {
    background-position: -24px 0;
}

.table-form table td .row + .row {
    margin-top: 16px;
}

.table-form table tr:first-child th,
.table-form table tr:first-child td {
    padding-top: 0;
    border-top: none;
}

.table-form table tr:last-child th,
.table-form table tr:last-child td {
    padding-bottom: 0;
}

/**************************************************
 * COMPONENT | MODAL
 **************************************************/
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: visibility .4s linear,
 background-color .4s ease;
}

.modal_container {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .4s ease,
 transform .4s ease;
}

.modal.visible {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal.visible .modal_container {
    opacity: 1;
    transform: translateY(0);
}

/**************************************************
 * COMPONENT | DIALOG
 **************************************************/
.dialog {
    overflow: hidden;
    min-width: 480px;
    border-radius: 16px;
}

.dialog_body {
    padding: 48px 24px;
    background-color: #fff;
}

.dialog_body .message {
    color: #727b8b;
    font-size: 18px;
    text-align: center;
}

.dialog_footer {
    display: flex;
}

.dialog_footer .button {
    width: 100%;
}

/**************************************************
 * LAYOUT | SITE
 **************************************************/
.site {
    width: 100%;
    min-width: 1536px;
    height: 100%;
}

.container {
    width: 1536px;
    margin: 0 auto;
    padding: 0 48px;
}

.container.tight {
    width: 1296px;
}

/**************************************************
 * LAYOUT | HEADER
 **************************************************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 1480px;
    background-color: #fff;
}

.header_inner {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 0 48px;
}

.header h1 a {
    display: block;
    overflow: hidden;
    width: 110px;
    height: 60px;
    background: url(./../img/common/logo_header.svg) no-repeat;
    white-space: nowrap;
    text-indent: 100%;
}

.header .gnb {
    height: 100%;
    /* margin-left: 5.625%; */
    margin-left: 24px
}

.header .other {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header .other .menu {
    flex: none;
    font-size: 0;
}

.header .other .menu > ul {
    display: flex;
}

.header .other .menu > ul > li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 12px;
    background-color: #ccc;
    vertical-align: -2px;
}

.header .other .menu > ul > li:first-child:before {
    display: none;
}

.header .other .menu a {
    display: inline-block;
    font-size: 16px;
}

.header .other .menu a b {
    color: #276ef1;
    font-weight: inherit;
}

.header .other .lang {
    position: relative;
    z-index: 1;
    height: 32px;
    margin-left: 20px;
}

.header .other .lang > button {
    display: block;
    position: relative;
    width: 100%;
    height: 32px;
    padding: 0 24px 0 30px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.header .other .lang > button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(./../img/common/lang_ico.svg) no-repeat 0 0;
}

.header .other .lang > button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(./../img/common/lang_ico.svg) no-repeat 0 -18px;
}

.header .other .lang > button > span {
    display: inline-block;
    position: relative;
}

.header .other .lang > ul {
    visibility: hidden;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
}

.header .other .lang > ul > li {
    border-top: 1px solid #eee;
}

.header .other .lang > ul > li:first-child {
    border-top: none;
}

.header .other .lang a {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 12px;
    color: #a3abc0;
    font-size: 18px;
    background-color: #f4f8fe;
}

.header .other .lang.expand > button {
    border-radius: 16px 16px 0 0;
    border-width: 1px 1px 0 1px;
    border-color: #276ef1;
    background-color: #276ef1;
    color: #fff;
}

.header .other .lang.expand > button:before {
    background-position: -18px 0;
}

.header .other .lang.expand > button:after {
    background-position: -14px -18px;
}

.header .other .lang.expand > ul {
    visibility: visible;
}

.header .other .product-search-open {
    display: block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin-left: 24px;
    padding: 0;
    border: none;
    background: url(./../img/common/product-search-open.svg) no-repeat;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
}

.gnb_bg {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: height 0.6s cubic-bezier(0.76, 0, 0.36, 1);
}

.gnb_bg:before, .gnb_bg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
}

.gnb_bg:before {
    top: 0;
}

.gnb_bg:after {
    bottom: 0;
}

.gnb_list_1 {
    position: relative;
    height: 100%;
}

.gnb_list_1 > ul {
    display: flex;
    height: 100%;
}

.gnb_list_1 > ul > li > .link {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: color .3s ease;
}

.gnb_list_1 > ul > li > .link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 24px;
    width: calc(100% - 48px);
    height: 2px;
    background-color: #276ef1;
    transform: scaleX(0);
    transition: transform .3s ease;
}

.gnb_list_1 > ul > li > .link.active {
    color: #276ef1;
}

.gnb_list_1 > ul > li > .link.focus {
    color: #276ef1;
}

.gnb_list_1 > ul > li > .link.focus:after {
    transform: scaleX(1);
}

.gnb_list_2 {
    display: flex;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 1136px;
    height: 0;
    margin-left: -323px;
    transition: height 0.6s cubic-bezier(0.76, 0, 0.36, 1);
}

.gnb_list_2 .hgroup {
    display: flex;
    flex: none;
    width: 276px;
    /* height: 256px; */
    height: 306px;
    margin-top: 24px;
    border-right: 1px solid #eee;
}

.gnb_list_2 .hgroup .text {
    padding: 16px 16px 0 0;
}

.gnb_list_2 .hgroup .text > strong {
    display: block;
    color: #276ef1;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}

.gnb_list_2 .hgroup .text p {
    margin-top: 12px;
    color: #727b8b;
    font-size: 14px;
}

.gnb_list_2 > ul {
    display: flex;
    padding: 24px 68px;
}

.gnb_list_2 > ul > li {
    margin-left: 24px;
}

.gnb_list_2 > ul > li:first-child {
    margin-left: 0;
}

.gnb_list_2.visible {
    visibility: visible;
}

.gnb_list_3 {
    width: 182px;
}

.gnb_list_3.w-wide {
    width: 240px;
}

.gnb_list_3 .category {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    height: 50px;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.gnb_list_3 > ul {
    display: flex;
    flex-wrap: wrap;
}

.gnb_list_3 > .half {
    display: flex;
    flex-wrap: wrap;
}

.gnb_list_3 > .half > ul {
    width: 50%;
}

.gnb_list_3 li {
    flex: none;
    width: 100%;
}

.gnb_list_3 li > .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #727b8b;
    font-size: 16px;
    transition: color .1s ease;
}

.gnb_list_3 li > .link:hover {
    color: #276ef1;
}

.gnb_list_3 .col-2 > li {
    width: 50%;
}

.gnb.expand .gnb_bg,
.gnb.expand .gnb_list_2 {
    /* height: 304px; */
    height: 390px;
}

.product-search {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    transition: visibility .6s linear;
}

.product-search:before {
    content: "";
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .6s ease;
}

.product-search_form {
    position: relative;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.36, 1);
}

.product-search_inner {
    position: relative;
    width: 1166px;
    margin: 0 auto;
    padding: 40px 48px 80px;
}

.product-search_inner .product-search-close {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -52px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    padding: 0;
    border: none;
    background: url(./../img/common/product-search-close.svg) no-repeat transparent;
    opacity: 0;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
    transition: opacity .6s ease;
}

.product-search .search-field {
    position: relative;
    width: 534px;
    margin: 0 auto;
    border-bottom: 2px solid #276ef1;
}

.product-search .search-field input {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0 56px 0 0;
    border: none;
    background-color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.product-search .search-field input::-webkit-input-placeholder {
    color: #a4acbb;
}

.product-search .search-field input::-moz-placeholder {
    color: #a4acbb;
}

.product-search .search-field input:-ms-input-placeholder {
    color: #a4acbb;
}

.product-search .search-field input:-moz-placeholder {
    color: #a4acbb;
}

.product-search .search-field input::-ms-clear {
    display: none;
}

.product-search .search-field button {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: url(./../img/common/product-search-btn.svg) no-repeat;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
}

.product-search .result {
    margin-top: 40px;
    width: 100%;
}

.product-search .result > ul {
    display: flex;
}

.product-search .result > ul > li {
    width: 100%;
}

.product-search .result > ul > li > .category {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 24px;
    border-left: 1px solid #fff;
    background-color: #f4f8fe;
    font-size: 18px;
    font-weight: 700;
}

.product-search .result > ul > li > .category .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    border-radius: 50%;
    background-color: #276ef1;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.product-search .result > ul > li:first-child > .cetegory {
    border-left: none;
}

.product-search .result > ul > li:first-child .result-data {
    border-left: none;
}

.product-search .result .result-data {
    width: 100%;
    padding: 15px 24px;
    height: 150px;
    border-left: 1px solid #eee;
}

.product-search .result .result-data ul > li {
    padding: 9px 0;
}

.product-search .result .result-data ul > li > a {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    vertical-align: top;
}

.product-search .result .result-data ul > li > a i {
    color: #276ef1;
    font-style: normal;
}

.product-search .helper {
    margin-top: 50px;
    padding-right: 180px;
}

.product-search .helper .option {
    display: flex;
    align-items: center;
}

.product-search .helper .option > strong {
    flex: none;
    width: 164px;
    padding-right: 16px;
    font-size: 18px;
    font-weight: 500;
}

.product-search .helper .option + .option {
    margin-top: 24px;
}

.product-search .helper .initial {
    width: 100%;
}

.product-search .helper .initial > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}

.product-search .helper .initial > ul > li {
    margin: 10px 0 0 10px;
}

.product-search .helper .initial a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #fff;
}

.product-search .helper .initial a.active {
    border-color: #276ef1;
    background-color: #276ef1;
    color: #fff;
}

.product-search .helper .hashtag {
    width: 100%;
}

.product-search .helper .hashtag > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}

.product-search .helper .hashtag > ul > li {
    margin: 10px 0 0 10px;
}

.product-search .helper .hashtag a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 16px;
    border-radius: 19px;
    background-color: #f4f8fe;
    color: #4c5159;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.product-search .properties {
    position: absolute;
    top: 426px;
    right: 48px;
    color: #276ef1;
    font-size: 18px;
    font-weight: 700;
}

.product-search .properties:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: url(./../img/common/ico_out-link.svg) no-repeat;
    vertical-align: -5px;
}

.product-search.visible {
    visibility: visible;
}

.product-search.visible:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.product-search.visible .product-search_form {
    transform: translateY(0);
}

.product-search.visible .product-search_inner .product-search-close {
    opacity: 1;
}

/**************************************************
 * LAYOUT | MAIN
 **************************************************/
.main {
    width: 100%;
    min-height: 100%;
    margin-bottom: -428px;
    padding-top: 90px;
}

.main:after {
    content: "";
    display: block;
    height: 428px;
}

.contents-header {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.contents-header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
}

.contents-header .container {
    display: flex;
    align-items: center;
    position: relative;
    height: 360px;
    padding-bottom: 60px;
}

.contents-header .hgroup {
    color: #fff;
}

.contents-header .hgroup h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 78px;
}

.contents-header .hgroup p {
    margin-top: 4px;
    font-size: 20px;
}

.contents-header .path {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    padding: 0 48px;
    color: #fff;
}

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

.contents-header .path > ul > li {
    position: relative;
    border: solid rgba(255, 255, 255, 0.05);
    border-width: 0 1px;
    margin-left: -1px;
}

.contents-header .path > ul > li:first-child {
    margin-left: 0;
    border-left-color: rgba(255, 255, 255, 0.1);
}

.contents-header .path > ul > li:last-child {
    border-right-color: rgba(255, 255, 255, 0.1);
}

.contents-header .path > ul > li .home {
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    background: url(./../img/common/path_home.svg) no-repeat 50% 50%;
    white-space: nowrap;
    text-indent: 100%;
}

.contents-header .path > ul > li > button {
    display: block;
    min-width: 280px;
    height: 60px;
    padding: 0 52px 0 24px;
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

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

.contents-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.svg) no-repeat;
}

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

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

.contents-header .path > ul > li > span {
    display: flex;
    align-items: center;
    min-width: 280px;
    height: 60px;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
}

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

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

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

.sticky-path .main {
    padding-top: 450px;
}

.sticky-path .contents-header {
    position: fixed;
    top: -210px;
    left: 0;
    z-index: 900;
    width: 100%;
}

.contents {
    padding: 80px 0 240px;
}

.contents_header {
    padding-top: 40px;
}

.contents_header .hgroup {
    text-align: center;
}

.contents_header .hgroup h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: -1px;
}

.contents_header .hgroup p {
    margin-top: 8px;
    color: #727b8b;
    font-size: 18px;
}

.contents_header .bar-nav {
    margin-top: 80px;
}

.contents_header .search-bar {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 -56px;
}

.contents_header .search-bar .result {
    font-size: 18px;
}

.contents_header .search-bar .result i {
    color: #276ef1;
    font-style: normal;
}

.contents_header .search-bar .search-form {
    display: flex;
    margin: -14px 0 16px;
}

.contents_header .search-bar .search-form .form-select {
    margin-right: 12px;
}

.contents_header .search-bar .search-form input {
    width: 320px;
    height: 56px;
    padding: 0 24px;
    border-radius: 4px;
    border: 1px solid #f9f9ff;
    background-color: #f4f8fe;
    font-size: 18px;
    font-weight: 500;
}

.contents_header .search-bar .search-form input::-webkit-input-placeholder {
    color: #a3abc0;
}

.contents_header .search-bar .search-form input::-moz-placeholder {
    color: #a3abc0;
}

.contents_header .search-bar .search-form input:-ms-input-placeholder {
    color: #a3abc0;
}

.contents_header .search-bar .search-form input:-moz-placeholder {
    color: #a3abc0;
}

.contents_header .search-bar .search-form input::-ms-clear {
    display: none;
}

.contents_header .search-bar .search-form .button {
    margin-left: 12px;
}

.contents_header .bar-nav + .search-bar {
    margin-top: 40px;
}

.contents_body {
    padding-top: 80px;
}

.contents_footer {
    padding-top: 80px;
}

.contents_footer .button-group {
    display: flex;
    justify-content: center;
}

.contents_footer .button-group .button {
    width: 240px;
}

.contents_footer .button-group .button + .button {
    margin-left: 24px;
}

.contents.pull-down {
    padding-bottom: 0;
}

.contents .content + .content {
    margin-top: 120px;
}

.contents .section > .guide {
    margin-bottom: 16px;
    color: #4c5159;
    font-size: 18px;
}

.contents .section > .guide .required {
    color: #ff0000;
}

.contents .section_inner {
    display: flex;
    border-top: 2px solid #6f7b85;
}

.contents .section_aside {
    width: 370px;
    padding-top: 40px;
}

.contents .section_aside h3 {
    font-size: 32px;
    font-weight: 700;
}

.contents .section_aside h4 {
    font-size: 20px;
    letter-spacing: -.5px;
    line-height: 28px;
}

.contents .section_aside .required {
    color: #ff0000;
}

.contents .section_body {
    width: 100%;
    padding-top: 40px;
}

.contents .section_body .table-form-guide {
    margin-bottom: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    color: #4c5159;
    font-size: 18px;
    letter-spacing: -.5px;
}

.contents .section_title {
    line-height: 48px;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -.4px;
}

.contents .section_aside + .section_body {
    width: calc(100% - 370px);
}

.contents .section_content h4 {
    margin: 8px 0;
    color: #4c5159;
    font-size: 16px;
    font-weight: 700;
}

.contents .section_content h4 ~ h4 {
    margin-top: 32px;
}

.contents .section_content p {
    margin: 8px 0;
    color: #727b8b;
    font-size: 16px;
}

.contents .section_content p + p {
    margin-top: 24px;
}

.contents .section_content p b {
    display: block;
    margin-bottom: 8px;
}

.contents .section_content dl {
    margin: 24px 0;
}

.contents .section_content dl dt,
.contents .section_content dl dd {
    color: #727b8b;
    font-size: 16px;
}

.contents .section_content dl dt {
    font-weight: 700;
}

.contents .section_content dl dt ~ dt {
    margin-top: 8px;
}

.contents .section_content > *:first-child {
    margin-top: 0;
}

.contents .section_content > *:last-child {
    margin-bottom: 0;
}

.contents .privacy {
    width: 820px;
}

.contents .privacy .column {
    margin: 32px 0;
}

.contents .privacy .column:first-child {
    margin: 0 0 32px;
}

.contents .privacy .column:last-child {
    margin: 32px 0 0;
}

.contents .privacy .column .head__cont {
    margin-bottom: 8px;
    line-height: 27px;
    font-size: 16px;
    letter-spacing: -.5px;
    color: #4c5159;
}

.contents .privacy .column .head {
    margin-bottom: 8px;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -.5px;
    color: #4c5159;
}

.contents .privacy .column .desc {
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: -.5px;
    color: #727b8b;
}

.contents .privacy .column .table_desc {
    margin: 12px 0;
    font-size: 16px;
    letter-spacing: -.5px;
    color: #4c5159;
}

.contents .privacy .column .table_desc th, .contents .privacy .column .table_desc td {
    padding: 8px;
}

.contents .privacy .column .table_desc tbody th {
    text-align: center;
    font-weight: normal;
}

.contents .privacy .line {
    border-bottom: 1px solid #e0e0e0;
}

.contents .privacy .column .sub_conts {
    padding: 8px 0 8px 16px;
    color: #4c5159;
}

.contents .privacy .column .sub_conts b {
    display: block;
}

.contents .privacy__select {
    display: block;
    padding: 40px 0 40px 370px;
}

.contents .privacy__select button {
    display: block;
    padding: 12px 0;
    border: 0;
    background-color: transparent;
    color: #727b8b;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/********************************************/
.contents .sitemap {
    display: flex;
}

.contents .sitemap ul {
    width: calc(14% - 20px);
    margin-right: 40px;
}

.contents .sitemap ul:last-child {
    margin-right: 0;
}

.contents .sitemap ul li.title {
    border-bottom: 2px solid #276ef1;
    font-weight: bold;
    font-size: 18px;
    color: #276ef1;
    letter-spacing: -.45px;
}

.contents .sitemap ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: -.4px;
    color: #727b8b;
}

.contents .section + .section {
    margin-top: 80px;
}

.content_header .container {
    position: relative;
}

.content_header .cap-nav {
    margin-top: 40px;
}

.content_header .bar-nav {
    margin-bottom: 80px;
}

.content_header .bar-nav:last-child {
    margin-bottom: 0;
}

.content_header h3 {
    font-size: 44px;
    font-weight: 700;
}

.content_header p {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 500;
}

.content_header .result {
    margin-bottom: -30px;
    font-size: 18px;
    font-weight: normal;
}

.content_header .result i {
    color: #276ef1;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.content_header .search-form {
    display: flex;
    position: absolute;
    bottom: 29px;
    right: 48px;
}

.content_header .search-form .form-select {
    margin-right: 12px;
}

.content_header .search-form input {
    width: 320px;
    height: 56px;
    padding: 0 24px;
    border-radius: 4px;
    border: 1px solid #f9f9ff;
    background-color: #f4f8fe;
    font-size: 18px;
    font-weight: 500;
}

.content_header .search-form input::-webkit-input-placeholder {
    color: #a3abc0;
}

.content_header .search-form input::-moz-placeholder {
    color: #a3abc0;
}

.content_header .search-form input:-ms-input-placeholder {
    color: #a3abc0;
}

.content_header .search-form input:-moz-placeholder {
    color: #a3abc0;
}

.content_header .search-form input::-ms-clear {
    display: none;
}

.content_header .search-form .button {
    margin-left: 12px;
}

.content_header h3 ~ .bar-nav {
    margin-top: 48px;
    margin-bottom: 0;
}

.content_header h3 + .bar-nav + .result {
    margin-top: 40px;
    padding-bottom: 14px;
}

.content_header h3 + .bar-nav ~ form .search-form {
    bottom: 0;
}

.content_header p + .result {
    margin-top: 40px;
    padding-bottom: 14px;
}

.content_header p + .result ~ form .search-form {
    bottom: 0;
}

.content_header .result + .cap-nav {
    margin-top: 58px;
    margin-bottom: -30px;
}

.content_header .cap-nav ~ form .search-form {
    bottom: 113px;
}

.content_body {
    padding-top: 80px;
}

.content_wrapper {
    display: flex;
    width: 1536px;
    margin: 0 auto;
    padding: 0 48px;
}

.content_wrapper .content_aside {
    width: 248px;
}

.content_wrapper .content_inner {
    width: calc(100% - 248px);
    padding-left: 122px;
}

.content_wrapper .content_body {
    padding-top: 0;
}

.content_footer {
    padding-top: 80px;
}

.content_footer .button-group {
    display: flex;
    justify-content: center;
}

.content_footer .button-group .button {
    width: 240px;
}

.content_footer .button-group .button + .button {
    margin-left: 24px;
}

.product-search-bar {
    width: 100%;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
}

.product-search-bar .product-search-open {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
}

.product-search-bar .product-search-open > span {
    display: block;
    position: relative;
    width: 100%;
    padding: 16px 0 16px 72px;
    border-radius: 16px;
    background: url(./../img/common/product-search-bar-open.png) no-repeat top 50% left 16px #f4f8fe;
}

.product-search-bar .product-search-open > span > strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.product-search-bar .product-search-open > span > span {
    display: block;
    margin-top: 4px;
    color: #727b8b;
    font-size: 12px;
    letter-spacing: -.34px;
}

.product-search-bar .helper {
    margin-top: 40px;
}

.product-search-bar .helper .option > strong {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}

.product-search-bar .helper .option + .option {
    margin-top: 40px;
}

.product-search-bar .helper .initial > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}

.product-search-bar .helper .initial > ul > li {
    margin: 10px 0 0 10px;
}

.product-search-bar .helper .initial a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #fff;
}

.product-search-bar .helper .initial a.active {
    border-color: #276ef1;
    background-color: #276ef1;
    color: #fff;
}

.product-search-bar .helper .hashtag > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -12px 0 0 -12px;
}

.product-search-bar .helper .hashtag > ul > li {
    margin: 12px 0 0 12px;
}

.product-search-bar .helper .hashtag a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 0 16px;
    border-radius: 19px;
    background-color: #f4f8fe;
    color: #4c5159;
    font-size: 14px;
    font-weight: 500;
}

.product-search-bar .properties {
    display: inline-block;
    margin-top: 42px;
    color: #276ef1;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
}

.product-search-bar .properties:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: url(./../img/common/ico_out-link.svg) no-repeat;
    vertical-align: -6px;
}

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

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

.product-header h2 {
    font-size: 20px;
    font-weight: 700;
}

.product-header .path {
    height: 60px;
}

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

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

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

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

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

.product-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;
}

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

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

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

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

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

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

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

.product-header ~ .contents {
    padding-top: 61px;
}

/**************************************************
 * LAYOUT | FOOTER
 **************************************************/
.footer {
    position: relative;
    width: 100%;
    background-color: #202023;
}

.footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #323236;
}

.footer_inner {
    width: 1480px;
    height: 428px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 60px;
}

.footer_top .menu > ul {
    display: flex;
}

.footer_top .menu > ul > li {
    font-size: 0;
}

.footer_top .menu > ul > li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 24px;
    background-color: #474747;
    vertical-align: -1px;
}

.footer_top .menu > ul > li:first-child:before {
    display: none;
}

.footer_top .menu > ul > li > a {
    color: #eee;
    font-size: 14px;
}

.footer_top .menu > ul > li > a b {
    color: #276ef1;
}

.footer_top .family {
    position: relative;
    z-index: 1;
    height: 40px;
}

.footer_top .family > button {
    display: block;
    position: relative;
    width: 160px;
    height: 40px;
    padding: 0 34px 0 12px;
    border-radius: 4px;
    border: none;
    background-color: #424246;
    color: #eee;
    font-size: 14px;
    letter-spacing: -.2px;
    text-align: left;
    cursor: pointer;
}

.footer_top .family > button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(./../img/common/family_chevron.svg) no-repeat;
}

.footer_top .family > button > span {
    display: inline-block;
    position: relative;
}

.footer_top .family_list {
    visibility: hidden;
    width: 160px;
    max-height: 205px;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    pointer-events: none;
}

.footer_top .family ul > li {
    border-top: 1px solid #323236;
}

.footer_top .family a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 4px 12px;
    background-color: #424246;
    color: #eee;
    font-size: 14px;
    letter-spacing: -.2px;
}

.footer_top .family.expand > button {
    border-radius: 4px 4px 0 0;
}

.footer_top .family.expand > button:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.footer_top .family.expand .family_list {
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.footer_bottom {
    position: relative;
    height: calc(100% - 60px);
    padding: 128px 0 0 210px;
}

.footer_bottom .logo {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 128px;
    left: 0;
    width: 110px;
    height: 28px;
    background: url(./../img/common/logo_footer.svg?ver=250620) no-repeat;
    white-space: nowrap;
    text-indent: 100%;
}

.footer_info dl {
    font-size: 0;
}

.footer_info dl dt,
.footer_info dl dd {
    display: inline-block;
    color: #979797;
    font-size: 14px;
}

.footer_info dl dd:before {
    content: "\00a0:\00a0";
}

.footer_info dl dt ~ dt:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 8px;
    background-color: #979797;
    vertical-align: -1px;
}

.footer_info dl + dl {
    margin-top: 4px;
}

.footer_info .copyright {
    margin-top: 16px;
    color: #56565e;
    font-size: 14px;
    letter-spacing: 0;
}

.footer .sns {
    display: flex;
    position: absolute;
    top: 64px;
    left: 1040px;
}

.footer .sns a + a {
    margin-left: 8px;
}

.footer .sns img {
    display: block;
    width: 40px;
    height: auto;
}

.footer .cs {
    position: absolute;
    top: 128px;
    left: 1040px;
}

.footer .cs > strong {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.footer .cs p {
    margin-top: 8px;
    color: #97979d;
    font-size: 16px;
}

.footer .cs a {
    display: inline-block;
    margin-top: 12px;
    color: #276ef1;
    font-size: 16px;
    font-weight: 700;
}

.footer .cs a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url(./../img/common/cs_link_arrow.svg) no-repeat;
    vertical-align: -2px;
}

/**************************************************
 * LAYOUT | BOARD
 **************************************************/
.board-list {
    position: relative;
}

.board-list table {
    width: 100%;
    border: solid #4e5a71;
    border-width: 2px 0;
}

.board-list table th,
.board-list table td {
    height: 80px;
    padding: 8px 12px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.board-list table th {
    font-weight: 700;
}

.board-list table td {
    border-top: 1px solid #eee;
    color: #4c5159;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    font-weight: 500;
}

.board-list table td.title {
    color: inherit;
    text-align: left;
}

.board-list table td.title a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.board-list table td.title a > strong {
    overflow: hidden;
    font-weight: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color .1s ease;
}

.board-list table td.title a .icon {
    margin-left: 8px;
}

.board-list table td i {
    color: #276ef1;
    font-style: normal;
    text-decoration: underline;
}

.board-list table td .result {
    padding: 72px 0;
    text-align: center;
}

.board-list table td .result img {
    vertical-align: top;
}

.board-list table td .result p {
    margin-top: 24px;
    color: #727b8b;
    font-size: 20px;
    font-weight: 500;
}

.board-list table tr:hover td.title a > strong {
    color: #276ef1;
    text-decoration: underline;
}

.board-list .pagination {
    margin-top: 120px;
}

.board-list .more {
    position: absolute;
    right: 0;
    bottom: -12px;
    padding-right: 40px;
    padding-left: 40px;
}

.board-list .more:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url(./../img/common/board_list_more_ico.svg) no-repeat;
}

.board-list.report-type table td {
    color: #9aa2b2;
}

.board-list.report-type table td.title {
    color: #222;
}

.board {
    width: 1536px;
    margin: 0 auto;
    padding: 0 48px;
}

.board_header .category {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    height: 44px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #276ef1;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.board_header h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.36px;
}

.board_header .metadata {
    margin-top: 12px;
}

.board_header .metadata > span {
    color: #4c5159;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.board_body {
    margin-top: 40px;
    padding: 72px 124px;
    border-top: 2px solid #6f7b85;
    border-bottom: 2px solid #4e5a71;
}

.board_attach {
    margin-top: 24px;
}

.board_attach > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 0 -24px;
}

.board_attach > ul > li {
    margin: 24px 0 0 24px;
    max-width: calc(100% - 24px);
}

.board_attach a {
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    height: 48px;
    line-height: 46px;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_attach a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url(./../img/common/board_attach_ico.svg) no-repeat;
    vertical-align: -5px;
}

.board_nametag {
    display: flex;
    align-items: center;
    margin-top: 72px;
    padding-top: 72px;
    border-top: 1px solid #ccc;
}

.board_nametag .logo {
    overflow: hidden;
    width: 110px;
    height: 60px;
    background: url(./../img/common/board_nametag_logo.svg) no-repeat;
    white-space: nowrap;
    text-indent: 100%;
}

.board_nametag .author {
    margin-left: 48px;
}

.board_nametag .author .name {
    font-size: 36px;
    font-weight: 500;
}

.board_nametag .author .name > span {
    display: inline-block;
    margin-left: 8px;
    font-size: 18px;
    font-weight: normal;
}

.board_nametag .author dl {
    margin-top: 10px;
    font-size: 0;
}

.board_nametag .author dl dt,
.board_nametag .author dl dd {
    display: inline-block;
    color: #666;
    font-size: 16px;
}

.board_nametag .author dl dd:before {
    content: "\00a0:\00a0";
}

.board_nametag .author dl dt ~ dt:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 12px;
    background-color: #ccc;
    vertical-align: -2px;
}

.board_nav {
    width: 100%;
}

.board_nav > ul {
    display: flex;
}

.board_nav > ul > li {
    width: 50%;
    max-width: 570px;
    padding: 6px 0;
}

.board_nav > ul > li:last-child {
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid #eee;
}

.board_nav > ul > li .direction {
    display: block;
    color: #276ef1;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.board_nav > ul > li .title {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    padding-top: 14px;
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}

.board_nav > ul > li span.title {
    color: #4c5159;
    font-weight: 400;
}

.board_footer {
    display: flex;
    align-items: center;
    margin-top: 48px;
}

.board_footer .list {
    display: flex;
    align-items: center;
    flex: none;
    height: 72px;
    margin-left: 18px;
    padding: 0 24px;
    border-radius: 4px;
    border: 1px solid #276ef1;
    color: #276ef1;
    font-size: 22px;
    font-weight: 500;
}

.board_footer .list:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: url(./../img/common/board_list_btn_ico.svg) no-repeat;
}

/**************************************************
 * LAYOUT | TERMS
 **************************************************/
/**************************************************
 * UTILITY
 **************************************************/
.clear::after {
    content: '';
    display: block;
    clear: both;
}

.l-left {
    float: left !important;
}

.l-right {
    float: right !important;
}

.l-pn {
    padding: 0 !important;
}

.l-mn {
    margin: 0 !important;
}

.l-pt0 {
    padding-top: 0 !important;
}

.l-pb0 {
    padding-bottom: 0 !important;
}

.l-pt24 {
    padding-top: 24px !important;
}

.l-pb24 {
    padding-bottom: 24px !important;
}

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

.l-mt24 {
    margin-top: 24px !important;
}

.l-mt48 {
    margin-top: 48px !important;
}

.l-mb12 {
    margin-bottom: 24px !important;
}

.l-mb24 {
    margin-bottom: 24px !important;
}

.l-pt40 {
    padding-top: 40px !important;
}

.l-pb40 {
    padding-bottom: 40px !important;
}

.l-pb240 {
    padding-bottom: 240px !important;
}

.l-mt40 {
    margin-top: 40px !important;
}

.l-mb40 {
    margin-bottom: 40px !important;
}

.l-mb48 {
    margin-bottom: 48px !important;
}

.l-mb64 {
    margin-bottom: 64px !important;
}

.l-pt80 {
    padding-top: 80px !important;
}

.l-pb80 {
    padding-bottom: 80px !important;
}

.l-mt80 {
    margin-top: 80px !important;
}

.l-mb80 {
    margin-bottom: 80px !important;
}

.l-mb93 {
    margin-bottom: 93px !important;
}

.l-pt120 {
    padding-top: 120px !important;
}

.l-pb120 {
    padding-bottom: 120px !important;
}

.l-mt120 {
    margin-top: 120px !important;
}

.l-mb120 {
    margin-bottom: 120px !important;
}

.l-mt128 {
    margin-top: 128px !important;
}

.l-mb130 {
    margin-bottom: 128px !important;
}

/* Simplebar */
.simplebar-track.simplebar-vertical {
    top: 12px;
    width: 4px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}

.simplebar-scrollbar:before {
    right: 0;
    left: 0;
    background-color: #ccc;
}

.simplebar-track {
    right: 8px;
    bottom: 12px;
}

.simplebar-track.simplebar-horizontal {
    display: none;
}

/* Accordion */
.accordion {
    transition:
        border-color .3s ease;
}

.accordion_toggle {
    display: block;
    position: relative;
    width: 100%;
    padding: 26px 40px 26px 0;
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

.accordion_toggle .row {
    display: flex;
    position: relative;
}

.accordion_toggle .row .category {
    flex: none;
    width: 160px;
    margin-right: 40px;
    color: #a3abc0;
}

.accordion_toggle .row .name {
    font-weight: inherit;
}

.accordion_toggle:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: url(./../img/common/accordion_chevron.svg) no-repeat;
}

.accordion_content {
    padding: 38px 48px 40px;
    border-top: 1px solid #6f7b85;
}

.accordion_content h4 {
    font-size: 32px;
    font-weight: 700;
}

.accordion_content table {
    margin-top: 37px;
}

.accordion_content table th,
.accordion_content table td {
    padding: 27px 0;
    border-top: 1px solid #eee;
    vertical-align: top;
}

.accordion_content table th {
    width: 204px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.accordion_content table td {
    color: #727b8b;
    font-size: 16px;
}

.accordion_content table td > ul > li {
    margin-top: 8px;
}

.accordion_content table td > ul > li:first-child {
    margin-top: 0;
}

.accordion_answer {
    padding: 10px 0;
}

.accordion_answer > strong {
    display: block;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.3px;
}

.accordion_answer p {
    font-size: 16px;
}

.accordion_answer .attach {
    margin-top: 24px;
}

.accordion_answer .attach > ul > li {
    margin-top: 8px;
}

.accordion_answer .attach > ul > li:first-child {
    margin-top: 0;
}

.accordion_answer .attach a {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: 48px;
    line-height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: underline;
    vertical-align: top;
}

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

.accordion_answer .attach img {
    vertical-align: top;
}

.accordion.expand .accordion_toggle:after {
    transform: rotate(180deg);
}

.accordion-list {
    border: solid #6f7b85;
    border-width: 2px 0;
}

.accordion-list .accordion + .accordion {
    border-top: 1px solid #eee;
}

.accordion-list .accordion.expand + .accordion {
    border-top: 1px solid #6f7b85;
}

.accordion-list .result {
    padding: 96px 0;
    text-align: center;
}

.accordion-list .result img {
    vertical-align: top;
}

.accordion-list .result p {
    margin-top: 24px;
    color: #727b8b;
    font-size: 20px;
    font-weight: 500;
}

/* Press List */
.press-list > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -42px;
}

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

.press-list a {
    display: block;
}

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

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

.press-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;
}

.press-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;
}

.press-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;
}

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

.press-list a .metadata .title {
    display: block;
    overflow: hidden;
    height: 52px;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.press-list a .metadata .other {
    margin-top: 12px;
}

.press-list a .metadata .other > span {
    color: #9aa2b2;
    font-family: Spoqa Han Sans Neo, Apple SD Gothic Neo, '돋움', Dotum, Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

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

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

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

/* FAQ */
.faq {
    position: relative;
}

.faq .pagination {
    margin-top: 92px;
}

.faq .more {
    position: absolute;
    right: 0;
    bottom: -12px;
    padding-right: 40px;
    padding-left: 40px;
}

.faq .more:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url(./../img/common/board_list_more_ico.svg) no-repeat;
}

/* Product Search Modal */
.product-search-modal {
    position: relative;
    width: 700px;
    padding: 48px 48px;
    border-radius: 16px;
    background-color: #fff;
}

.product-search-modal h2 {
    font-size: 32px;
    font-weight: 700;
}

.product-search-modal_form {
    width: 452px;
    margin: 40px auto 0;
}

.product-search-modal .search-field {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #276ef1;
}

.product-search-modal .search-field input {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0 56px 0 0;
    border: none;
    background-color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.product-search-modal .search-field input::-webkit-input-placeholder {
    color: #a4acbb;
}

.product-search-modal .search-field input::-moz-placeholder {
    color: #a4acbb;
}

.product-search-modal .search-field input:-ms-input-placeholder {
    color: #a4acbb;
}

.product-search-modal .search-field input:-moz-placeholder {
    color: #a4acbb;
}

.product-search-modal .search-field input::-ms-clear {
    display: none;
}

.product-search-modal .search-field button {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: url(./../img/common/product-search-btn.svg) no-repeat;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
}

.product-search-modal .result {
    width: 100%;
    margin-top: 16px;
}

.product-search-modal .result .result-data {
    width: 100%;
    height: 254px;
}

.product-search-modal .result .result-data ul > li {
    padding: 9px 0;
}

.product-search-modal .result .result-data ul > li > a {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.product-search-modal .result .result-data ul > li > a i {
    color: #276ef1;
    font-style: normal;
}

.product-search-modal .modal-close {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 52px;
    right: 48px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: url(./../img/common/product-search-modal-close.svg) 50% 50%/40px 40px;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
}

/* Form Agree */
.form-agree .group + .group {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e0e0e0;
}

.form-agree .title {
    display: block;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
}

.form-agree .title .required {
    color: #ff0000;
}

.form-agree .terms {
    max-height: 200px;
    padding: 24px 24px;
    border-radius: 8px;
    background-color: #f4f8fe;
}

.form-agree .terms strong {
    display: block;
    margin-bottom: 16px;
    color: #727b8b;
    font-size: 20px;
    font-weight: 700;
}

.form-agree .terms p {
    color: #727b8b;
    font-size: 16px;
}

.form-agree .terms p i {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}

.form-agree .check {
    display: inline-block;
    margin-top: 16px;
    vertical-align: top;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-agree .check input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: none;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
}

.form-agree .check input + span {
    display: inline-block;
    position: relative;
    padding-left: calc(32px + 8px);
    color: #222;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
}

.form-agree .check input + span:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(./../img/common/agree_checkbox.svg) no-repeat 0 0/auto 32px;
}

.form-agree .check input:checked + span:before {
    background-position: -32px 0;
}

/* Data Table */
.data-table {
    width: 100%;
}

.data-table .caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.data-table .caption > strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.data-table .caption .unit {
    display: block;
    font-size: 18px;
}

.data-table .caption .unit i {
    color: #276ef1;
    font-style: normal;
    font-weight: 700;
}

.data-table table {
    width: 100%;
    border: solid #6f7b85;
    border-width: 2px 0;
}

.data-table table th,
.data-table table td {
    height: 80px;
    padding: 16px 0;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.data-table table th {
    font-weight: 700;
}

.data-table table thead th {
    background-color: #f4f8fe;
}

.data-table table tbody th,
.data-table table tbody td {
    border-top: 1px solid #e0e0e0;
}

.data-table table tbody .add th,
.data-table table tbody .add td {
    color: #6f7b85;
}

.data-table table tbody .total th,
.data-table table tbody .total td {
    font-weight: 700;
}

.data-table table tbody + tbody tr:first-child th,
.data-table table tbody + tbody tr:first-child td {
    border-top-color: #6f7b85;
}

.data-table table tfoot th,
.data-table table tfoot td {
    border-top: 1px solid #6f7b85;
    font-weight: 700;
}

.data-table table tfoot b {
    font-size: 22px;
}

.data-table .note {
    margin-top: 12px;
    color: #6f7b85;
    font-size: 14px;
    text-align: right;
}

.data-table-desc {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}

.data-table-desc strong {
    margin-bottom: 8px;
    font-size: 24px;
}

.data-table-desc strong small {
    font-size: 16px;
    font-weight: 400;
}

.data-table-desc strong ~ strong {
    margin-top: 24px;
}

.data-table-desc p {
    font-size: 16px;
}

.data-table-list .data-table + .data-table {
    margin-top: 80px;
}

#top {
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    right: 32px;
    bottom: 40px;
    z-index: 990;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: url(../img/common/arrow-top.svg) no-repeat 50% 50% #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    white-space: nowrap;
    text-indent: 100%;
    transition: visibility .3s linear, opacity .3s ease;
}

#top.visible {
    visibility: visible;
    opacity: 1;
}

/** POPUP **/
.popup {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1010;
    width: 400px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    transform: translate(-50%, -50%);
}

.popup_slider {
    position: relative;
}

.popup_slider img {
    display: block;
    width: 100%;
    height: auto;
}

.popup_nav > button {
    display: block;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    border: none;
    opacity: 0;
    white-space: nowrap;
    text-indent: 100%;
    cursor: pointer;
    transition: visibility .3s linear,
 opacity .3s ease;
}

/*.popup_nav .prev {
    left: 8px;
    background: url(./../img/common/popup_btn_prev.png) no-repeat 0 0;
}

.popup_nav .next {
    right: 8px;
    background: url(./../img/common/popup_btn_next.png) no-repeat 0 0;
}*/

.popup_counter {
    display: flex;
    align-items: center;
    position: absolute;
    right: 24px;
    bottom: 16px;
    z-index: 1;
    height: 32px;
    padding: 0 10px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.popup_counter > span {
    padding: 0 7px;
    font-size: 16px;
    text-align: center;
}

.popup_counter .current {
    font-weight: 700;
}

.popup_counter .bar {
    width: 1px;
    height: 16px;
    margin: 0 2px;
    padding: 0 0;
    background-color: #fff;
}

.popup_slider:hover .popup_nav > button {
    visibility: visible;
    opacity: 1;
}

.popup_footer {
    display: flex;
}

.popup_footer button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 0 0 1px 0;
    border: none;
    background-color: #fff;
    color: #222;
    font-size: 16px;
    cursor: pointer;
}

.popup_footer button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background-color: #eee;
}

.popup_footer button:first-child:before {
    display: none;
}

.popup_footer .popup-close-today {
    color: #727b8b;
}
/** POPUP **/

.img img {
    vertical-align: top;
}

.bg {
    background-color: #f4f8fe;
}

.padding-left {
    padding: 0 160px 0 176px;
}


/** nopage **/
.nopage {
    padding: 200px 0;
    text-align: center;
}

.nopage h3 {
    margin-bottom: 14px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -.5px;
}

.nopage .desc {
    margin-bottom: 80px;
    line-height: 28px;
    font-size: 18px;
    color: #727b8b;
    letter-spacing: -.5px;
}

.nopage .desc span {
    font-weight: 500;
    color: #276ef1;
}

.nopage .btn__list {
    display: flex;
    justify-content: center;
}

.nopage .btn__list .button:first-child {
    margin-right: 24px;
}

/* PC */

.sinmungo .shortcut {
    display: flex;
    justify-content: center;
}

.sinmungo .shortcut .button {
    width: 240px;
}

.sinmungo .shortcut .button + .button {
    margin-left: 24px;
}

.sinmungo .compliance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 80px auto 0;
    padding: 34px 40px;
    border-radius: 16px;
    background-color: #f8f9fb;
}

.sinmungo .compliance p {
    color: #727b8b;
    font-size: 18px;
}

.sinmungo .compliance .button {
    min-width: 134px;
}

.sinmungo .feature {
    margin: 120px 0;
    padding: 120px 0;
    background-color: #f4f8fe;
}

.sinmungo .feature ul {
    display: flex;
}

.sinmungo .feature ul > li {
    overflow: hidden;
    width: 100%;
    margin-left: 40px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(39, 110, 241, 0.1);
}

.sinmungo .feature ul > li:first-child {
    margin-left: 0;
}

.sinmungo .feature ul > li img {
    display: block;
    width: 100%;
    height: auto;
}

.sinmungo .feature ul > li > div {
    padding: 24px 32px;
}

.sinmungo .feature ul > li > div strong {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
}

.sinmungo .feature ul > li > div span {
    display: block;
    color: #727b8b;
    font-size: 16px;
}

.sinmungo .feature .guide {
    margin-top: 24px;
    color: #727b8b;
    font-size: 18px;
}

.sinmungo .feature .guide:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    background: url(./../img/sinmungo/tip_icon.png) no-repeat 0 0;
    vertical-align: -4px;
}

.sinmungo h3 {
    font-size: 32px;
    font-weight: 700;
}

.sinmungo .process {
    margin-top: 48px;
}

.sinmungo .process > ul {
    display: flex;
}

.sinmungo .process > ul > li {
    position: relative;
    width: 100%;
    margin-left: 41px;
    text-align: center;
}

.sinmungo .process > ul > li:first-child {
    margin-left: 0;
}

.sinmungo .process > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 76px;
    left: -41px;
    width: 41px;
    height: 9px;
    background: url(./../img/sinmungo/sinmungo_process_arrow.png) no-repeat 0 0;
}

.sinmungo .process > ul > li:first-child:before {
    display: none;
}

.sinmungo .process > ul > li strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.sinmungo .process > ul > li span {
    display: block;
    margin-top: 12px;
    color: #4c5159;
    font-size: 18px;
}

.sinmungo .process > ul > li b {
    display: block;
    margin-top: 12px;
    color: #276ef1;
    font-size: 18px;
    font-weight: 700;
}

.sinmungo-intro {
    margin-bottom: 120px;
    padding: 42px 40px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(39, 110, 241, 0.1);
}

.sinmungo-intro p {
    color: #4c5159;
    font-size: 18px;
}

.sinmungo-intro p strong {
    color: #276ef1;
    font-weight: 700;
}

.sinmungo-intro p + p {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}

.sinmungo-agree > .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.sinmungo-agree > .title ~ .title {
    margin-top: 40px;
}

.sinmungo-agree .terms {
    max-height: 200px;
    margin-top: 24px;
    padding: 24px 24px;
    border-radius: 8px;
    background-color: #f4f8fe;
}

.sinmungo-agree .terms p {
    color: #727b8b;
    font-size: 16px;
}

.sinmungo-agree .terms p i {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}

.sinmungo-agree .terms p i > span {
    color: #276ef1;
}

.sinmungo-agree .check {
    display: inline-block;
    margin-top: 16px;
    vertical-align: top;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sinmungo-agree .check input {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: none;
    white-space: nowrap;
    clip: rect(0, 0, 0, 0);
}

.sinmungo-agree .check input + span {
    display: inline-block;
    position: relative;
    padding-left: calc(32px + 8px);
    color: #222;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
}

.sinmungo-agree .check input + span:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(./../img/common/agree_checkbox.svg) no-repeat 0 0/auto 32px;
}

.sinmungo-agree .check input:checked + span:before {
    background-position: -32px 0;
}

.sinmungo-complete .code {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    border-radius: 16px;
    background-color: #f8f9fb;
    color: #276ef1;
    font-size: 44px;
    font-weight: 700;
}

.sinmungo-complete .caution {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-top: 12px;
    border-radius: 16px;
    background-color: #f4f8fe;
    color: #276ef1;
    font-size: 16px;
    font-weight: 700;
}

.sinmungo-complete .guide {
    margin-top: 12px;
    color: #4c5159;
    font-size: 14px;
}

.login-form {
    width: 580px;
    margin: 0 auto;
    padding: 64px 64px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(39, 110, 241, 0.1);
}

.login-form label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.login-form label ~ label {
    margin-top: 32px;
}

.login-form .button {
    margin-top: 40px;
}

.login-form .help {
    margin-top: 32px;
    text-align: center;
}

.login-form .help a {
    display: inline-block;
    color: #276ef1;
    font-size: 18px;
    font-weight: 700;
}

.login-form .help a:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background: url(./../img/inquire/log_out-link_ico.svg) no-repeat;
    vertical-align: -5px;
}

.login-form .guide {
    margin-top: 32px;
    color: #4c5159;
    font-size: 14px;
}

.sinmungo-result h3 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}

.sinmungo-result table {
    width: 100%;
    border: solid #4c5159;
    border-width: 2px 0;
}

.sinmungo-result table th,
.sinmungo-result table td {
    padding: 24px 0;
    border-top: 1px solid #e0e0e0;
    font-size: 18px;
    text-align: left;
    vertical-align: top;
}

.sinmungo-result table th strong {
    font-size: 20px;
}

.sinmungo-result table td {
    color: #4c5159;
}

.sinmungo-result table td .bytes {
    margin-top: 8px;
    font-size: 14px;
    text-align: right;
}

.sinmungo-result table tr:first-child th,
.sinmungo-result table tr:first-child td {
    border-top: none;
}

.sinmungo-result .group + .group {
    margin-top: 80px;
}

.sinmungo-result .comment {
    position: relative;
}

.sinmungo-result .comment .date {
    display: block;
    color: #4c5159;
    font-size: 18px;
}

.sinmungo-result .comment p {
    margin-top: 22px;
    padding: 24px 24px;
    border-radius: 8px;
    background-color: #f8f8f8;
    color: #4c5159;
    font-size: 18px;
}

.sinmungo-result .comment .reply-button {
    position: absolute;
    top: -7px;
    right: 0;
}

.sinmungo-result .comment p ~ .form-textarea,
.sinmungo-result .comment .reply ~ .form-textarea {
    margin-top: 16px;
}

.sinmungo-result .comment .register-button {
    margin-top: 16px;
}

.sinmungo-result .comment .reply {
    display: flex;
    margin-top: 24px;
}

.sinmungo-result .comment .reply .name {
    width: 194px;
    padding-right: 8px;
    font-size: 18px;
    font-weight: 700;
}

.sinmungo-result .comment .reply .comment {
    width: calc(100% - 194px);
}









/**************************************************
 * LAYOUT | SECTION
 **************************************************/
.contents .section_inner .sub-heading {
    margin: 24px 0 16px;
    color: #276ef1;
    font-weight: 700;
    font-size: 16px;
}

.contents .section_inner .sub-heading:first-child {
    margin-top: 0;
}

.contents .section_inner img {
    display: block;
}

.contents .section_inner p {
    font-size: 16px;
}

.contents .section_inner .lead {
    color: #4c5159;
    font-size: 18px;
}

.contents .section_inner .disc li {
    position: relative;
    margin-top: 8px;
    padding-left: 20px;
    font-size: 16px;
}

.contents .section_inner .disc li:first-child {
    margin-top: 0;
}

.contents .section_inner .disc li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
}

.contents .section_inner .disc .note {
    display: block;
    margin-top: 4px;
    color: #6f7b85;
    font-size: 14px;
}

.contents .section_inner .hr {
    margin: 24px 0;
    border-top: 1px solid #e0e0e0;
}

.contents .section_inner p + .disc {
    margin-top: 8px;
}

/**************************************************
 * COMPONENT | TABLE
 **************************************************/
.table {
    width: 100%;
}

.table th {
    height: 46px;
    padding: 8px 4px;
    border: 1px solid #a3abc0;
    background-color: #e9f1fd;
    color: #4c5159;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.table th.sm {
    font-size: 14px;
    line-height: 20px;
}

.table td {
    height: 46px;
    padding: 8px 8px;
    border: 1px solid #a3abc0;
    background-color: #fff;
    color: #4c5159;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.table .disc {
    text-align: left;
}

.table .disc li {
    position: relative;
    margin-top: 4px;
    padding-left: 12px;
}

.table .disc li:first-child {
    margin-top: 0;
}

.table .disc li:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
}

/**************************************************
 * Horizontal Scroll Swiper
 **************************************************/
.h-scroll-swiper {
    position: relative;
}
.h-scroll-swiper:has(.swiper-scrollbar) {
    overflow: hidden;
}
.h-scroll-swiper .swiper-slide {
    width: auto;
}
.h-scroll-swiper .swiper-scrollbar {
    left: 6px;
    bottom: 6px;
    width: calc(100% - 12px);
}
.h-scroll-swiper .swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.08);
}

/**************************************************
 * Cert List
 **************************************************/
.cert-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -72px 0 0 -40px;
}
.cert-list li {
    width: calc(33.3333% - 40px);
    margin: 72px 0 0 40px;
}
.cert-list .name {
    display: block;
    color: #727b8b;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}
.cert-list .img {
    display: block;
    position: relative;
    margin-top: 24px;
}
.cert-list .img img {
    display: block;
    width: 100%;
    max-width: none;
}
.cert-list .img .tag {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: -12px;
    right: 12px;
    height: 38px;
    padding: 0 16px;
    border-radius: 19px;
    border: 1px solid #aeb0b4;
    background-color: #fff;
    color: #727b8b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

/**************************************************
 * UTILITY
 **************************************************/
.w-auto {
    width: auto !important;
}

.w-full {
    width: 100% !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.color-primary {
    color: #276ef1 !important;
}

.bg-light-blue {
    background-color: #f4f8fe !important;
}

.bg-dark-blue {
    background-color: #cedaeb !important;
}