@charset "UTF-8";
/* font */
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
/* === RESET CSS === */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    color: #333;
    font-family: "NanumSquare", "noto sans KR", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
}

textarea {
    resize: none;
}

fieldset,
img {
    border: 0;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

li,
ol,
ul {
    list-style: none;
}

address,
em,
i {
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

strong,
th,
b,
em {
    font-style: normal;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    background: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

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

legend,
caption {
    position: absolute;
    z-index: -10;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    font-size: medium;
    line-height: normal;
    word-break: break-all;
}

a:focus,
button:focus {
    outline: 1px solid #333;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: 0;
}

button {
    border: none;
    cursor: pointer;
}

.blind {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ft-noto {
    font-family: "Noto Sans KR" !important;
}

/* === UTILITIES === */
/* utilities */
.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

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

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

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.border {
    border: 1px solid #ddd !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #ddd !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right {
    border-right: 1px solid #ddd !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left {
    border-left: 1px solid #ddd !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-black {
    border-color: #000 !important;
}

.border-basic {
    border-color: #333 !important;
}

.border-cont {
    border-color: #666 !important;
}

.border-gray {
    border-color: #888 !important;
}

.border-border {
    border-color: #ddd !important;
}

.border-point {
    border-color: #197e93 !important;
}

.border-point2 {
    border-color: #2e3c46 !important;
}

.border-blur {
    border-color: #eee !important;
}

.border-white {
    border-color: #fff !important;
}

.border-red {
    border-color: #cd0b0b !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

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

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

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

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

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

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.mx-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.mx-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.mx-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.mx-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.mx-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.mx-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

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

.my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

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

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-auto {
    margin-top: auto !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-auto {
    margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-auto {
    margin-bottom: auto !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-60 {
    padding: 60px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.px-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.px-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.px-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.px-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.px-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.px-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: 100 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: 900 !important;
}

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

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

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

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-black {
    color: #000 !important;
}

.text-basic {
    color: #333 !important;
}

.text-cont {
    color: #666 !important;
}

.text-gray {
    color: #888 !important;
}

.text-border {
    color: #ddd !important;
}

.text-point {
    color: #197e93 !important;
}

.text-point2 {
    color: #2e3c46 !important;
}

.text-blur {
    color: #eee !important;
}

.text-white {
    color: #fff !important;
}

.text-red {
    color: #cd0b0b !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-basic {
    background-color: #333 !important;
}

.bg-cont {
    background-color: #666 !important;
}

.bg-gray {
    background-color: #888 !important;
}

.bg-border {
    background-color: #ddd !important;
}

.bg-point {
    background-color: #197e93 !important;
}

.bg-point2 {
    background-color: #2e3c46 !important;
}

.bg-blur {
    background-color: #eee !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-red {
    background-color: #cd0b0b !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/* === COMMON MODULES === */
/* accordion */
.accordion-wrap {
    position: relative;
}

.accordion-wrap ul.lists {
    border-top: 1px solid #333;
}

.accordion-wrap ul.lists > li {
    border-bottom: 1px solid #ddd;
}

.accordion-wrap ul.lists > li:last-child {
    border-bottom: 1px solid #333;
}

.accordion-wrap ul.lists > li .accord-title {
    display: block;
    position: relative;
}

.accordion-wrap ul.lists > li .accord-title .btn-toggle {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 50px 20px 46px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 500;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .accordion-wrap ul.lists > li .accord-title .btn-toggle {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .accordion-wrap ul.lists > li .accord-title .btn-toggle {
        padding: 15px 50px 15px 38px;
    }
}

.accordion-wrap ul.lists > li .accord-title .btn-toggle::before {
    content: 'Q';
    position: absolute;
    top: 20px;
    left: 20px;
    color: #197e93;
    font-size: 24px;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    .accordion-wrap ul.lists > li .accord-title .btn-toggle::before {
        top: 15px;
        left: 12px;
        font-size: 20px;
    }
}

.accordion-wrap ul.lists > li .accord-title .btn-toggle::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 10px;
    height: 10px;
    border: 2px solid #333;
    border-top: none;
    border-left: none;
    margin-top: -8px;
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}

@media screen and (max-width: 1024px) {
    .accordion-wrap ul.lists > li .accord-title .btn-toggle::after {
        right: 17px;
    }
}

.accordion-wrap ul.lists > li.open .accord-title .btn-toggle::after {
    margin-top: -3px;
    transform: rotate(225deg);
}

.accordion-wrap ul.lists > li .accord-cont {
    display: none;
    position: relative;
    padding: 20px;
    padding-left: 66px;
    background: #eee;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .accordion-wrap ul.lists > li .accord-cont {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .accordion-wrap ul.lists > li .accord-cont {
        padding: 15px 20px 15px 58px;
    }
}

.accordion-wrap ul.lists > li .accord-cont::before {
    content: 'A';
    position: absolute;
    top: 20px;
    left: 40px;
    color: #2e3c46;
    font-size: 24px;
    font-weight: 800;
}

@media screen and (max-width: 1024px) {
    .accordion-wrap ul.lists > li .accord-cont::before {
        top: 15px;
        left: 12px;
        font-size: 20px;
    }
}

/* board */
.boardview-wrap {
    border-top: 1px solid #333;
}

.boardview-wrap .board-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-head {
        padding: 12px 20px;
        display: block;
    }
}

.boardview-wrap .board-head .tit {
    font-size: 18px;
    line-height: 28px;
    transform: skew(-0.05deg);
    font-weight: 700;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-head .tit {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-head .tit {
        padding-right: 0;
    }
}

.boardview-wrap .board-head .info {
    font-size: 0;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-head .info {
        margin-top: 5px;
    }
}

.boardview-wrap .board-head .info li {
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-head .info li {
        font-size: 13px;
    }
}

.boardview-wrap .board-head .info li::before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 12px;
    margin: 5px 15px;
    background: #ddd;
}

.boardview-wrap .board-head .info li:first-child::before {
    display: none;
}

.boardview-wrap .board-content {
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content {
        padding-top: 20px;
    }
}

.boardview-wrap .board-content .img {
    margin: 60px 0;
}

@media screen and (max-width: 1024px) {
    .boardview-wrap .board-content .img {
        margin: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .img {
        margin: 30px 0;
    }
}

.boardview-wrap .board-content .img:first-child {
    margin-top: 0;
}

.boardview-wrap .board-content .cont {
    padding: 0 40px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    color: #666;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .cont {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .cont {
        padding: 0 20px;
    }
}

.boardview-wrap .board-content .cont:last-child {
    padding-bottom: 60px;
}

@media screen and (max-width: 1024px) {
    .boardview-wrap .board-content .cont:last-child {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .cont:last-child {
        padding-bottom: 30px;
    }
}

.boardview-wrap .board-content .files {
    margin-top: 60px;
    padding: 15px 40px;
    border-top: 1px solid #ddd;
}

.boardview-wrap .board-content .files::after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .files {
        margin-top: 40px;
        padding: 10px 20px;
    }
}

.boardview-wrap .board-content .files .tit {
    float: left;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    color: #000;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .files .tit {
        font-size: 14px;
        line-height: 22px;
    }
}

.boardview-wrap .board-content .files .file-lists {
    margin-left: 100px;
    padding: 1px 0;
    font-size: 0;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .files .file-lists {
        margin-left: 80px;
        padding: 0;
    }
}

.boardview-wrap .board-content .files .file-lists li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .files .file-lists li {
        display: block;
        margin-top: 5px;
    }
    .boardview-wrap .board-content .files .file-lists li:first-child {
        margin-top: 0;
    }
}

.boardview-wrap .board-content .files .file-lists li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    color: #888;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-content .files .file-lists li a {
        font-size: 13px;
    }
}

@media screen and (min-width: 1025px) {
    .boardview-wrap .board-content .files .file-lists li a:hover {
        text-decoration: underline;
    }
}

.boardview-wrap .board-foot .more-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-foot .more-view {
        padding: 10px 0;
    }
}

.boardview-wrap .board-foot .more-view li {
    position: relative;
    flex: 1;
    width: 50%;
}

.boardview-wrap .board-foot .more-view li.prev {
    padding-left: 40px;
}

.boardview-wrap .board-foot .more-view li.next {
    padding-right: 40px;
}

.boardview-wrap .board-foot .more-view li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border: 1px solid #666;
    border-right: none;
    border-bottom: none;
}

.boardview-wrap .board-foot .more-view li.prev::before {
    transform: rotate(-45deg);
    left: 20px;
}

.boardview-wrap .board-foot .more-view li.next::before {
    transform: rotate(-225deg);
    right: 20px;
}

.boardview-wrap .board-foot .more-view li dl {
    display: flex;
    align-items: center;
}

.boardview-wrap .board-foot .more-view li dl dt {
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-foot .more-view li dl dt {
        font-size: 14px;
        line-height: 22px;
    }
}

.boardview-wrap .board-foot .more-view li dl dd {
    white-space: nowrap;
    padding: 0 10px;
    overflow: hidden;
}

.boardview-wrap .board-foot .more-view li dl dd a {
    display: inline-block;
    max-width: 100%;
    color: #888;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .boardview-wrap .board-foot .more-view li dl dd a {
        font-size: 13px;
    }
}

@media screen and (min-width: 1025px) {
    .boardview-wrap .board-foot .more-view li dl dd a:hover, .boardview-wrap .board-foot .more-view li dl dd a:active {
        text-decoration: underline;
    }
}

.boardview-wrap .board-foot .more-view li.next dl {
    flex-direction: row-reverse;
}

.boardview-wrap.qna-type .tit {
    position: relative;
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap.qna-type .tit {
        padding-left: 20px;
    }
}

.boardview-wrap.qna-type .tit::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
}

.boardview-wrap.qna-type .q-box .tit::before {
    content: 'Q.';
}

.boardview-wrap.qna-type .a-box .board-head {
    background: transparent;
}

.boardview-wrap.qna-type .a-box .board-head .tit::before {
    content: 'A.';
}

.boardview-wrap.qna-type .board-content .cont {
    padding-left: 80px;
}

@media screen and (max-width: 767px) {
    .boardview-wrap.qna-type .board-content .cont {
        padding-left: 40px;
    }
}

.board-btn {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .board-btn {
        margin-top: 30px;
    }
}

.board-btn .btn {
    position: absolute;
    right: 0;
    top: -114px;
}

@media screen and (max-width: 767px) {
    .board-btn .btn {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
    }
}

/* button */
.btn {
    display: inline-block;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    font-size: 16px;
    line-height: 38px;
    vertical-align: top;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    white-space: nowrap;
    text-align: center;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn span {
    display: inline-block;
    vertical-align: top;
}

.btn.rounded {
    border-radius: 20px;
}

.btn.no-round {
    border-radius: 0 !important;
}

.btn.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-black:hover, .btn.btn-black:active {
        background-color: #262626;
        border-color: #262626;
    }
}

.btn.btn-border-black {
    border-color: #000;
    color: #000;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-black:hover, .btn.btn-border-black:active {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.btn.btn-basic {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-basic:hover, .btn.btn-basic:active {
        background-color: #525252;
        border-color: #525252;
    }
}

.btn.btn-border-basic {
    border-color: #333;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-basic:hover, .btn.btn-border-basic:active {
        background-color: rgba(51, 51, 51, 0.1);
    }
}

.btn.btn-cont {
    background-color: #666;
    border-color: #666;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-cont:hover, .btn.btn-cont:active {
        background-color: #7d7d7d;
        border-color: #7d7d7d;
    }
}

.btn.btn-border-cont {
    border-color: #666;
    color: #666;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-cont:hover, .btn.btn-border-cont:active {
        background-color: rgba(102, 102, 102, 0.1);
    }
}

.btn.btn-gray {
    background-color: #888;
    border-color: #888;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .btn.btn-gray:hover, .btn.btn-gray:active {
        background-color: #7a7a7a;
        border-color: #7a7a7a;
    }
}

.btn.btn-border-gray {
    border-color: #888;
    color: #888;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-gray:hover, .btn.btn-border-gray:active {
        background-color: rgba(136, 136, 136, 0.1);
    }
}

.btn.btn-border {
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border:hover, .btn.btn-border:active {
        background-color: #c7c7c7;
        border-color: #c7c7c7;
    }
}

.btn.btn-border-border {
    border-color: #ddd;
    color: #ddd;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-border:hover, .btn.btn-border-border:active {
        background-color: rgba(221, 221, 221, 0.1);
    }
}

.btn.btn-point {
    background-color: #006cb8;
    border-color: #006cb8;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-point:hover, .btn.btn-point:active {
        background-color: #006cb8;
        border-color: #006cb8;
    }
}

.btn.btn-border-point {
    border-color: #006cb8;
    color: #006cb8;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-point:hover, .btn.btn-border-point:active {
        background-color: rgba(25, 126, 147, 0.1);
    }
}

.btn.btn-point2 {
    background-color: #2e3c46;
    border-color: #2e3c46;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-point2:hover, .btn.btn-point2:active {
        background-color: #4d5962;
        border-color: #4d5962;
    }
}

.btn.btn-border-point2 {
    border-color: #2e3c46;
    color: #2e3c46;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-point2:hover, .btn.btn-border-point2:active {
        background-color: rgba(46, 60, 70, 0.1);
    }
}

.btn.btn-blur {
    background-color: #eee;
    border-color: #eee;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .btn.btn-blur:hover, .btn.btn-blur:active {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
    }
}

.btn.btn-border-blur {
    border-color: #eee;
    color: #eee;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-blur:hover, .btn.btn-border-blur:active {
        background-color: rgba(238, 238, 238, 0.1);
    }
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

@media screen and (min-width: 1025px) {
    .btn.btn-white:hover, .btn.btn-white:active {
        background-color: #e6e6e6;
        border-color: #e6e6e6;
    }
}

.btn.btn-border-white {
    border-color: #fff;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-white:hover, .btn.btn-border-white:active {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.btn.btn-red {
    background-color: #cd0b0b;
    border-color: #cd0b0b;
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .btn.btn-red:hover, .btn.btn-red:active {
        background-color: #d53030;
        border-color: #d53030;
    }
}

.btn.btn-border-red {
    border-color: #cd0b0b;
    color: #cd0b0b;
}

@media screen and (min-width: 1025px) {
    .btn.btn-border-red:hover, .btn.btn-border-red:active {
        background-color: rgba(205, 11, 11, 0.1);
    }
}

.btn.btn-sm {
    padding: 0 14px;
    font-size: 14px;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    .btn.btn-sm {
        font-size: 13px;
    }
}

.btn.btn-sm.rounded {
    border-radius: 14px;
}

.btn.btn-lg {
    padding: 0 36px;
    font-size: 18px;
    line-height: 43px;
}

@media screen and (max-width: 767px) {
    .btn.btn-lg {
        font-size: 16px;
    }
}

.btn.btn-lg.rounded {
    border-radius: 22.5px;
}

.btn.full {
    display: block;
    width: 100%;
}

.btn-group {
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

.btn-group > * {
    min-width: 150px;
    margin-left: 40px;
}

.btn-group > *:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .btn-group {
        margin-top: 40px;
    }
    .btn-group > * {
        min-width: inherit;
        flex: 1;
        margin-left: 10px;
    }
    .btn-group > *:first-child {
        margin-left: 0;
    }
}

/* text link */
.link-black {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-black:hover, .link-black:active {
        text-decoration: underline;
        color: #262626;
    }
}

.link-basic {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-basic:hover, .link-basic:active {
        text-decoration: underline;
        color: #525252;
    }
}

.link-cont {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-cont:hover, .link-cont:active {
        text-decoration: underline;
        color: #7d7d7d;
    }
}

.link-gray {
    display: inline-block;
    vertical-align: middle;
    color: #888;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-gray:hover, .link-gray:active {
        text-decoration: underline;
        color: #7a7a7a;
    }
}

.link-border {
    display: inline-block;
    vertical-align: middle;
    color: #ddd;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-border:hover, .link-border:active {
        text-decoration: underline;
        color: #c7c7c7;
    }
}

.link-point {
    display: inline-block;
    vertical-align: middle;
    color: #197e93;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-point:hover, .link-point:active {
        text-decoration: underline;
        color: #3c91a3;
    }
}

.link-point2 {
    display: inline-block;
    vertical-align: middle;
    color: #2e3c46;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-point2:hover, .link-point2:active {
        text-decoration: underline;
        color: #4d5962;
    }
}

.link-blur {
    display: inline-block;
    vertical-align: middle;
    color: #eee;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-blur:hover, .link-blur:active {
        text-decoration: underline;
        color: #d6d6d6;
    }
}

.link-white {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-white:hover, .link-white:active {
        text-decoration: underline;
        color: #e6e6e6;
    }
}

.link-red {
    display: inline-block;
    vertical-align: middle;
    color: #cd0b0b;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transform: skew(-0.05deg);
}

@media screen and (min-width: 1025px) {
    .link-red:hover, .link-red:active {
        text-decoration: underline;
        color: #d53030;
    }
}

/* flag */
.flag {
    display: inline-block;
    vertical-align: top;
    min-width: 65px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid transparent;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .flag {
        min-width: 50px;
        height: 24px;
        font-size: 13px;
        line-height: 22px;
        padding: 0 6px;
    }
}

.flag.flag-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.flag.flag-border-black {
    border-color: #000;
    color: #000;
}

.flag.flag-basic {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.flag.flag-border-basic {
    border-color: #333;
    color: #333;
}

.flag.flag-cont {
    background-color: #666;
    border-color: #666;
    color: #fff;
}

.flag.flag-border-cont {
    border-color: #666;
    color: #666;
}

.flag.flag-gray {
    background-color: #888;
    border-color: #888;
    color: #333;
}

.flag.flag-border-gray {
    border-color: #888;
    color: #888;
}

.flag.flag-border {
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
}

.flag.flag-border-border {
    border-color: #ddd;
    color: #ddd;
}

.flag.flag-point {
    background-color: #197e93;
    border-color: #197e93;
    color: #fff;
}

.flag.flag-border-point {
    border-color: #197e93;
    color: #197e93;
}

.flag.flag-point2 {
    background-color: #2e3c46;
    border-color: #2e3c46;
    color: #fff;
}

.flag.flag-border-point2 {
    border-color: #2e3c46;
    color: #2e3c46;
}

.flag.flag-blur {
    background-color: #eee;
    border-color: #eee;
    color: #333;
}

.flag.flag-border-blur {
    border-color: #eee;
    color: #eee;
}

.flag.flag-white {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}

.flag.flag-border-white {
    border-color: #fff;
    color: #fff;
}

.flag.flag-red {
    background-color: #cd0b0b;
    border-color: #cd0b0b;
    color: #fff;
}

.flag.flag-border-red {
    border-color: #cd0b0b;
    color: #cd0b0b;
}

.text-flag {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .text-flag {
        font-size: 14px;
        line-height: 22px;
    }
}

.text-flag.text-flag-black {
    color: #000;
}

.text-flag.text-flag-basic {
    color: #333;
}

.text-flag.text-flag-cont {
    color: #666;
}

.text-flag.text-flag-gray {
    color: #888;
}

.text-flag.text-flag-border {
    color: #ddd;
}

.text-flag.text-flag-point {
    color: #197e93;
}

.text-flag.text-flag-point2 {
    color: #2e3c46;
}

.text-flag.text-flag-blur {
    color: #eee;
}

.text-flag.text-flag-white {
    color: #fff;
}

.text-flag.text-flag-red {
    color: #cd0b0b;
}

/* form */
.form-wrap .row {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.form-wrap .row:first-child {
    margin-top: 0;
}

.form-wrap .row > * {
    margin-left: 5px;
}

.form-wrap .row > *:first-child {
    margin-left: 0;
}

.form-wrap .row .form-control.auto {
    width: 50%;
    max-width: 200px;
}

@media screen and (max-width: 767px) {
    .form-wrap .row .form-control.auto {
        width: 100%;
    }
}

.form-wrap .row .form-control.half {
    flex: 1;
    max-width: 360px;
}

.form-wrap .row .btn {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .form-wrap .row .btn {
        font-size: 13px;
    }
}

.form-wrap .row > label {
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .form-wrap .row > label {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .form-wrap .row.m-col {
        flex-direction: column;
    }
    .form-wrap .row.m-col > * {
        width: 100%;
        margin: 0;
        margin-top: 5px;
    }
    .form-wrap .row.m-col > *:first-child {
        margin-top: 0;
    }
}

/* search */
.list-filter {
    display: flex;
    margin-bottom: 30px;
}

.list-filter .search-wrap {
    display: flex;
    width: 60%;
    max-width: 500px;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap {
        width: 100%;
        max-width: 100%;
    }
}

.list-filter .search-wrap .selectbox-wrap .nice-select {
    min-width: 140px;
    height: 50px;
    color: #197e93;
    font-size: 16px;
    line-height: 48px;
    border-radius: 0;
    border-color: #197e93;
}

.list-filter .search-wrap .selectbox-wrap .nice-select::after {
    border-color: #197e93;
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap .selectbox-wrap .nice-select {
        min-width: 110px;
        font-size: 14px;
        height: 40px;
        line-height: 38px;
    }
}

.list-filter .search-wrap .selectbox-wrap .nice-select.open .list {
    border-radius: 0;
}

.list-filter .search-wrap .selectbox-wrap .nice-select .option {
    min-height: 50px;
    line-height: 50px;
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap .selectbox-wrap .nice-select .option {
        min-height: 40px;
        line-height: 40px;
    }
}

.list-filter .search-wrap .selectbox-wrap .nice-select .option:hover, .list-filter .search-wrap .selectbox-wrap .nice-select .option.focus, .list-filter .search-wrap .selectbox-wrap .nice-select .option.selected, .list-filter .search-wrap .selectbox-wrap .nice-select .option.selected.focus {
    background-color: #197e93;
    color: #fff;
}

.list-filter .search-wrap .selectbox-wrap .nice-select .list:hover .option:not(:hover) {
    color: #197e93;
    background-color: transparent;
}

.list-filter .search-wrap .input-wrap {
    flex: 1;
}

.list-filter .search-wrap .input-wrap input {
    height: 50px;
    padding: 12px 14px;
    border-radius: 0;
    border-color: #197e93;
    border-left: none;
}

.list-filter .search-wrap .input-wrap input::placeholder, .list-filter .search-wrap .input-wrap input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap .input-wrap input::placeholder, .list-filter .search-wrap .input-wrap input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap .input-wrap input {
        height: 40px;
        padding: 10px 14px;
    }
}

.list-filter .search-wrap .btn-search {
    display: block;
    width: 50px;
    height: 50px;
    background: #197e93 url("/images/icon/icon-search.png") center no-repeat;
}

@media screen and (max-width: 767px) {
    .list-filter .search-wrap .btn-search {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
}

/*!
 * fullPage 3.1.0
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
    right: 30px;
}

#fp-nav.fp-left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
    bottom: 17px;
}

.fp-slidesNav.fp-top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 23px;
    position: relative;
}

#fp-nav ul li:first-child,
.fp-slidesNav ul li:first-child {
    margin-top: 0;
}

#fp-nav ul li:last-child,
.fp-slidesNav ul li:last-child {
    display: none;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    background-color: #197e93;
    border-color: #197e93;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    display: block;
    border-radius: 50%;
    z-index: 1;
    height: 16px;
    width: 16px;
    border: 1px solid #fff;
    background: transparent;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    background-color: #197e93;
    border-color: #197e93;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* input */
.form-control {
    display: block;
    max-width: 500px;
    width: 100%;
    min-height: 40px;
    height: 40px;
    padding: 7px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: transparent;
    font-size: 16px;
    line-height: normal;
    transform: skew(-0.05deg);
    transition: border-color 0.15s ease-in-out;
}

@media screen and (max-width: 767px) {
    .form-control {
        font-size: 14px;
        padding: 7px 10px;
    }
}

.form-control:focus {
    outline: none;
    border-color: #197e93;
}

.form-control::placeholder, .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .form-control::placeholder, .form-control::-webkit-input-placeholder {
        font-size: 13px;
    }
}

.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-control:disabled {
    background: #f6f6f6;
    color: #888;
}

.form-control:read-only {
    background: rgba(246, 246, 246, 0.4);
    color: #666;
}

input[type=password].form-control {
    font-family: sans-serif;
}

input[type=password].form-control::placeholder, input[type=password].form-control::-webkit-input-placeholder {
    font-family: "NanumSquare", "noto sans KR", sans-serif;
    transform: translateY(-2px);
}

textarea.form-control {
    resize: none;
    max-width: 100%;
    height: 125px;
}

/* checkbox, radio */
.chk-wrap {
    display: inline-block;
    position: relative;
    min-height: 24px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .chk-wrap {
        min-height: 22px;
    }
}

.chk-wrap input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.chk-wrap input + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    user-select: none;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .chk-wrap input + label {
        font-size: 14px;
        line-height: 22px;
    }
}

.chk-wrap input + label::before {
    content: ' ';
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .chk-wrap input + label::before {
        top: 1px;
    }
}

.chk-wrap input:disabled + label {
    color: #888;
}

.chk-wrap input:disabled + label::before {
    background: #f6f6f6;
}

.chk-wrap input:checked + label::after {
    content: ' ';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 8px;
    height: 12px;
    border: 3px solid #197e93;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .chk-wrap input:checked + label::after {
        top: 2px;
    }
}

.rdo-wrap {
    display: inline-block;
    position: relative;
    min-height: 24px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .rdo-wrap {
        min-height: 22px;
    }
}

.rdo-wrap input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.rdo-wrap input + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    user-select: none;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .rdo-wrap input + label {
        font-size: 14px;
        line-height: 22px;
    }
}

.rdo-wrap input + label::before {
    content: ' ';
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 9px;
}

@media screen and (max-width: 767px) {
    .rdo-wrap input + label::before {
        top: 1px;
    }
}

.rdo-wrap input:disabled + label {
    color: #888;
}

.rdo-wrap input:disabled + label::before {
    background: #f6f6f6;
}

.rdo-wrap input:checked + label::after {
    content: ' ';
    position: absolute;
    top: 7px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #197e93;
}

@media screen and (max-width: 767px) {
    .rdo-wrap input:checked + label::after {
        top: 5px;
    }
}

.rdo-btn-wrap {
    display: inline-block;
    position: relative;
    min-height: 24px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .rdo-btn-wrap {
        min-height: 22px;
    }
}

.rdo-btn-wrap input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.rdo-btn-wrap input + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    user-select: none;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .rdo-btn-wrap input + label {
        font-size: 14px;
        line-height: 22px;
    }
}

.rdo-btn-wrap input:disabled + label {
    color: #888;
}

.rdo-btn-wrap input:disabled + label::before {
    background: #f6f6f6;
}

.rdo-btn-wrap input:checked + label {
    border-color: #2e3c46;
    background: #fff;
    color: #2e3c46;
}

/* list */
.thumbnail-list-wrap .count {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    transform: skew(-0.05deg);
    line-height: 1 !important;
}

@media screen and (max-width: 767px) {
    .thumbnail-list-wrap .count {
        font-size: 14px;
        line-height: 22px;
    }
}

.thumbnail-list-wrap .lists {
    border-top: 1px solid #333;
    border-bottom: 1px solid #999;
}

.thumbnail-list-wrap .lists > li {
    padding: 30px 35px;
    border-top: 1px solid #ddd;
}

.thumbnail-list-wrap .lists > li:first-child {
    border-top: none;
}

@media screen and (max-width: 767px) {
    .thumbnail-list-wrap .lists > li {
        padding: 20px 0;
    }
}

.thumbnail-list-wrap .lists > li .inner {
    display: table;
    table-layout: fixed;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .thumbnail-list-wrap .lists > li .inner {
        display: block;
    }
}

.thumbnail-list-wrap .lists > li .inner .thumb {
    display: table-cell;
    padding-right: 40px;
    vertical-align: middle;
    width: 34.710744%;
}

@media screen and (max-width: 767px) {
    .thumbnail-list-wrap .lists > li .inner .thumb {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.thumbnail-list-wrap .lists > li .inner .thumb .area {
    display: block;
    width: 100%;
    height: auto;
    max-height: 230px;
    overflow: hidden;
}

.thumbnail-list-wrap .lists > li .inner .thumb img {
    width: 100%;
}

.thumbnail-list-wrap .lists > li .inner .info {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .thumbnail-list-wrap .lists > li .inner .info {
        display: block;
    }
}

.thumbnail-list-wrap .lists > li .inner .info .flag {
    display: block;
    max-width: 100%;
    width: 90px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .thumbnail-list-wrap .lists > li .inner .info .flag {
        margin-bottom: 10px;
    }
}

.thumbnail-list-wrap .lists > li .inner .info .link-basic {
    font-size: 18px;
    line-height: 28px;
    transform: skew(-0.05deg);
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .thumbnail-list-wrap .lists > li .inner .info .link-basic {
        font-size: 16px;
        line-height: 24px;
    }
}

.thumbnail-list-wrap .lists > li .inner .info .date {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    color: #666;
}

@media screen and (max-width: 767px) {
    .thumbnail-list-wrap .lists > li .inner .info .date {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .thumbnail-list-wrap .lists > li .inner .info .date {
        margin-top: 10px;
    }
}

.thumb-list-wrap {
    overflow: hidden;
}

.thumb-list-wrap .lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4.285714%;
    margin-left: -2.142857%;
}

.thumb-list-wrap .lists .items {
    width: 25%;
    margin-top: 4.195804%;
    padding-left: 2.097902%;
}

@media screen and (max-width: 767px) {
    .thumb-list-wrap .lists .items {
        width: 33.33%;
    }
}

@media screen and (max-width: 480px) {
    .thumb-list-wrap .lists .items {
        width: 50%;
    }
}

.thumb-list-wrap .lists .items .thumb {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 91.64557%;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.thumb-list-wrap .lists .items .thumb.video {
    padding-top: 56.25%;
}

.thumb-list-wrap .lists .items .info {
    margin-top: 25px;
}

.thumb-list-wrap .lists .items .info .tit {
    display: block;
    font-size: 18px;
    line-height: 28px;
    transform: skew(-0.05deg);
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .thumb-list-wrap .lists .items .info .tit {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1025px) {
    .thumb-list-wrap .lists .items .info .tit:hover, .thumb-list-wrap .lists .items .info .tit:active {
        text-decoration: underline;
    }
}

.thumb-list-wrap .lists .items .info .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .thumb-list-wrap .lists .items .info .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.thumb-list-wrap .lists .items .info .src {
    display: none !important;
}

.masonry-list-wrap {
    overflow: hidden;
}

.masonry-list-wrap .item-wrap {
    margin-top: -4.285714%;
    margin-left: -2.142857%;
}

.masonry-list-wrap .item-wrap::after {
    content: " ";
    display: block;
    clear: both;
}

.masonry-list-wrap .item-wrap .items {
    float: left;
    width: 25%;
    margin-top: 4.195804%;
    padding-left: 2.097902%;
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items {
        width: 33.33%;
    }
}

@media screen and (max-width: 480px) {
    .masonry-list-wrap .item-wrap .items {
        width: 50%;
    }
}

.masonry-list-wrap .item-wrap .items .thumb {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.masonry-list-wrap .item-wrap .items .thumb img {
    width: 100%;
}

.masonry-list-wrap .item-wrap .items .info {
    position: relative;
}

.masonry-list-wrap .item-wrap .items .info .tit {
    display: block;
    font-size: 18px;
    line-height: 28px;
    transform: skew(-0.05deg);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items .info .tit {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1025px) {
    .masonry-list-wrap .item-wrap .items .info .tit:hover, .masonry-list-wrap .item-wrap .items .info .tit:active {
        text-decoration: underline;
    }
}

.masonry-list-wrap .item-wrap .items .info .desc {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items .info .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.masonry-list-wrap .item-wrap .items .info .date {
    margin-top: 15px;
    color: #888;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .masonry-list-wrap .item-wrap .items .info .date {
        font-size: 13px;
    }
}

.masonry-list-wrap .item-wrap .items .info .src {
    display: none !important;
}

.img-popup-list {
    overflow: hidden;
}

.img-popup-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
    margin-top: -4.6875%;
}

@media screen and (max-width: 1024px) {
    .img-popup-list ul {
        margin-left: -30px;
    }
}

@media screen and (max-width: 767px) {
    .img-popup-list ul {
        margin-left: -10px;
    }
}

.img-popup-list ul li {
    width: 25%;
    padding-left: 50px;
    margin-top: 4.511278%;
}

@media screen and (max-width: 1024px) {
    .img-popup-list ul li {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .img-popup-list ul li {
        width: 50%;
        padding-left: 10px;
    }
}

.img-popup-list ul li .view-img {
    position: relative;
    display: block;
    height: 100%;
    cursor: pointer;
    border: 1px solid #ddd;
}

.img-popup-list ul li .view-img::before {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    vertical-align: middle;
}

.img-popup-list ul li .view-img img {
    vertical-align: middle;
}

.img-popup-list ul li .view-img::after {
    display: none;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("/images/bg/bg-more.png");
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1025px) {
    .img-popup-list ul li .view-img:hover::after {
        display: block;
    }
}

.img-list-wrap {
    overflow: hidden;
}

.img-list-wrap ul {
    font-size: 0;
    margin-top: -20px;
    margin-left: -10px;
}

.img-list-wrap ul li {
    display: inline-block;
    width: 50%;
    margin-top: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: top;
}

.img-list-wrap ul li .caption {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .img-list-wrap ul li .caption {
        font-size: 13px;
    }
}

.img-list-wrap.block ul {
    margin: 0;
}

.img-list-wrap.block ul li {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
}

.img-list-wrap.block ul li:first-child {
    margin-top: 0;
}

.solution-list-wrap {
    overflow: hidden;
}

.solution-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.8125%;
    margin-top: -2.173913%;
}

@media screen and (max-width: 767px) {
    .solution-list-wrap ul {
        margin-left: -20px;
        margin-top: -20px;
    }
}

.solution-list-wrap ul li {
    width: calc(100% / 3);
    padding-left: 7.246377%;
    margin-top: 2.173913%;
}

@media screen and (max-width: 767px) {
    .solution-list-wrap ul li {
        width: 50%;
        margin-top: 20px;
        padding-left: 20px;
    }
}

.solution-list-wrap ul li .inner {
    display: block;
}

.solution-list-wrap ul li .inner .thumb {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.solution-list-wrap ul li .inner p {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 18px;
    line-height: 28px;
    transform: skew(-0.05deg);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .solution-list-wrap ul li .inner p {
        font-size: 16px;
        line-height: 24px;
    }
}

.slt-lists {
    font-size: 0;
}

.slt-lists li {
    display: inline-block;
    vertical-align: top;
}

.slt-lists.auto li {
    margin-right: 40px;
}

.slt-lists.auto li:last-child {
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .slt-lists.auto li {
        display: block;
        margin-right: 0;
        margin-top: 5px;
    }
    .slt-lists.auto li:first-child {
        margin-top: 0;
    }
}

.sns-login-list {
    font-size: 0;
}

.sns-login-list li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.sns-login-list li:first-child {
    margin-left: 0;
}

.sns-login-list li a {
    display: block;
    width: 46px;
    height: 46px;
    background-image: url("/images/icon/icon-snslogin.png");
    background-repeat: no-repeat;
}

.sns-login-list li a.sns01 {
    background-position: 0 0;
}

.sns-login-list li a.sns02 {
    background-position: right 0;
}

.sns-login-list li a.off {
    background-position-y: bottom;
}

.bullet-list {
    color: #333;
}

.bullet-list li {
    padding-left: 14px;
    color: inherit;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .bullet-list li {
        font-size: 14px;
        line-height: 22px;
    }
}

.bullet-list li::before {
    content: '-';
    display: inline-block;
    vertical-align: top;
    width: 14px;
    margin-left: -14px;
}

.bullet-list li sup {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    line-height: 1;
}

.bullet-list.dot li {
    margin-top: 5px;
}

.bullet-list.dot li:first-child {
    margin-top: 0;
}

.bullet-list.dot li::before {
    content: '·';
}

/* modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 1000;
    outline: 0;
}

.modal .modal-wrap {
    display: flex;
    align-items: center;
    width: auto;
    max-width: 710px;
    height: calc(100% - 140px);
    margin: 70px auto;
}

.modal .modal-wrap .modal-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 2px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 1010;
}

.modal .modal-wrap .modal-container .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .modal .modal-wrap .modal-container .modal-header {
        padding: 10px 12px;
    }
}

.modal .modal-wrap .modal-container .modal-header .modal-title {
    padding-right: 20px;
    font-size: 20px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .modal .modal-wrap .modal-container .modal-header .modal-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.modal .modal-wrap .modal-container .modal-header .btn-close {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
}

.modal .modal-wrap .modal-container .modal-header .btn-close::before, .modal .modal-wrap .modal-container .modal-header .btn-close::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 24px;
    margin-top: -12px;
    margin-left: -1px;
    background: #333;
}

.modal .modal-wrap .modal-container .modal-header .btn-close::before {
    transform: rotate(45deg);
}

.modal .modal-wrap .modal-container .modal-header .btn-close::after {
    transform: rotate(-45deg);
}

.modal .modal-wrap .modal-container .modal-body {
    max-height: 100%;
    overflow-y: auto;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .modal .modal-wrap .modal-container .modal-body {
        padding: 20px 12px;
    }
}

.video-modal-area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 710px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 60px 20px 50px;
    box-shadow: 5px 2px 10px 0px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    z-index: 1010;
}

@media screen and (max-width: 767px) {
    .video-modal-area {
        width: 90%;
        padding: 50px 12px 40px;
    }
}

.video-modal-area .video-area {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
}

.video-modal-area .video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-modal-area .video-info {
    margin-top: 26px;
}

.video-modal-area .video-info .tit {
    position: relative;
    padding-top: 15px;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: -1px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .video-modal-area .video-info .tit {
        font-size: 20px;
        line-height: 30px;
    }
}

.video-modal-area .video-info .tit::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 4px;
    background: #197e93;
}

.video-modal-area .video-info .desc {
    margin-top: 15px;
    color: #888;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .video-modal-area .video-info .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.video-modal-area .video-info .date {
    margin-top: 6px;
    color: #888;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .video-modal-area .video-info .date {
        font-size: 13px;
    }
}

.video-modal-area .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.video-modal-area .btn-close::before, .video-modal-area .btn-close::after {
    content: ' ';
    position: absolute;
    width: 2px;
    height: 24px;
    bottom: 10px;
    right: 29px;
    background: #000;
}

@media screen and (max-width: 767px) {
    .video-modal-area .btn-close::before, .video-modal-area .btn-close::after {
        right: 21px;
    }
}

.video-modal-area .btn-close::before {
    transform: rotate(45deg);
}

.video-modal-area .btn-close::after {
    transform: rotate(-45deg);
}

/* pagination */
.pagination {
    margin-top: 100px;
    font-size: 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination .control-btn,
.pagination .page-btn-wrap,
.pagination .page-btn-wrap .now,
.pagination .page-btn-wrap a {
    display: inline-block;
    vertical-align: top;
}

.pagination .control-btn,
.pagination .page-btn-wrap .now,
.pagination .page-btn-wrap a {
    width: 34px;
    height: 34px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ddd;
    line-height: 34px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn,
    .pagination .page-btn-wrap .now,
    .pagination .page-btn-wrap a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        transform: skew(-0.05deg);
    }
}

.pagination .control-btn {
    position: relative;
    margin: 0 3px;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn {
        margin: 0 2px;
    }
}

.pagination .control-btn::before, .pagination .control-btn::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 1px solid #666;
    border-bottom: none;
    border-right: none;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn::before, .pagination .control-btn::after {
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }
}

.pagination .control-btn.prev::before, .pagination .control-btn.prev::after, .pagination .control-btn.pprev::before, .pagination .control-btn.pprev::after {
    transform: rotate(-45deg);
}

.pagination .control-btn.prev::before {
    margin-left: -3px;
}

.pagination .control-btn.pprev::before {
    margin-left: -5px;
}

.pagination .control-btn.next::before, .pagination .control-btn.next::after, .pagination .control-btn.nnext::before, .pagination .control-btn.nnext::after {
    transform: rotate(135deg);
}

.pagination .control-btn.next::before {
    margin-left: -9px;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn.next::before {
        margin-left: -6px;
    }
}

.pagination .control-btn.nnext::before {
    margin-left: -11px;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn.nnext::before {
        margin-left: -8px;
    }
}

.pagination .control-btn.nnext::after {
    margin-left: -6px;
}

@media screen and (max-width: 767px) {
    .pagination .control-btn.nnext::after {
        margin-left: -3px;
    }
}

.pagination .control-btn.prev::after, .pagination .control-btn.next::after {
    display: none;
}

.pagination .page-btn-wrap {
    margin: 0;
}

.pagination .page-btn-wrap > * {
    margin: 0 3px;
}

@media screen and (max-width: 767px) {
    .pagination .page-btn-wrap > * {
        margin: 0 2px;
    }
}

.pagination .page-btn-wrap .now {
    border-color: #197e93;
    background: #197e93;
    color: #fff;
    font-weight: 700;
}

.selectbox-wrap .nice-select {
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    padding-left: 14px;
    padding-right: 24px;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #333;
    z-index: 50;
}

.selectbox-wrap .nice-select > span {
    display: block;
    transform: skew(-0.05deg);
}

.selectbox-wrap .nice-select.open {
    border-color: #197e93;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (max-width: 1024px) {
    .selectbox-wrap .nice-select {
        padding-left: 10px;
        font-size: 13px;
    }
}

.selectbox-wrap .nice-select:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #888;
    border-top: none;
    border-left: none;
    display: block;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.selectbox-wrap .nice-select.open:after {
    transform: rotate(225deg);
    margin-top: -2px;
}

.selectbox-wrap .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    border-color: #197e93;
    border-radius: 0 0 6px 6px;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.selectbox-wrap .nice-select.disabled {
    background: #f6f6f6;
    color: #888;
    pointer-events: none;
}

.selectbox-wrap .nice-select.disabled:after {
    border-color: #cccccc;
}

.selectbox-wrap .nice-select .list {
    background-color: #fff;
    border: 1px solid transparent;
    border-top: none;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    z-index: 9;
}

.selectbox-wrap .nice-select .list:hover .option:not(:hover) {
    background-color: transparent;
}

.selectbox-wrap .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transform: skew(-0.05deg);
}

.selectbox-wrap .nice-select .option:hover,
.selectbox-wrap .nice-select .option.focus,
.selectbox-wrap .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.selectbox-wrap .nice-select .option.selected {
    font-weight: bold;
}

.selectbox-wrap .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.selectbox-wrap .no-csspointerevents .nice-select .list {
    display: none;
}

.selectbox-wrap .no-csspointerevents .nice-select.open .list {
    display: block;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* tab */
.bar-tab-wraps {
    margin-bottom: 30px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .bar-tab-wraps {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .bar-tab-wraps {
        margin: 0 -12px 15px;
        padding: 0 12px;
    }
}

.bar-tab-wraps .tabs {
    min-width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    white-space: nowrap;
}

.bar-tab-wraps .tabs li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
}

@media screen and (max-width: 1024px) {
    .bar-tab-wraps .tabs li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .bar-tab-wraps .tabs li {
        padding: 0 12px;
    }
}

.bar-tab-wraps .tabs li:first-child {
    padding-left: 0;
}

.bar-tab-wraps .tabs li:last-child {
    padding-right: 0;
}

.bar-tab-wraps .tabs li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #cdcdcd;
}

.bar-tab-wraps .tabs li:first-child::before {
    display: none;
}

.bar-tab-wraps .tabs li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .bar-tab-wraps .tabs li a {
        font-size: 14px;
        line-height: 22px;
    }
}

.bar-tab-wraps .tabs li.active a {
    font-weight: 900;
    color: #197e93;
}

.lastdepth-tab-wraps {
    margin-bottom: 50px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .lastdepth-tab-wraps {
        margin: 0 -12px 25px;
        padding: 0 12px;
    }
    .lastdepth-tab-wraps .scroll {
        text-align: center;
    }
}

.lastdepth-tab-wraps .tabs {
    display: flex;
    position: relative;
}

@media screen and (min-width: 768px) {
    .lastdepth-tab-wraps .tabs {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .lastdepth-tab-wraps .tabs {
        display: inline-block;
        font-size: 0;
        white-space: nowrap;
        vertical-align: top;
    }
}

@media screen and (min-width: 768px) {
    .lastdepth-tab-wraps .tabs.col5 {
        flex-wrap: wrap;
    }
    .lastdepth-tab-wraps .tabs.col5 li {
        position: relative;
        width: 16.66%;
    }
    .lastdepth-tab-wraps .tabs.col5 li::after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }
    .lastdepth-tab-wraps .tabs.col5 li:nth-child(6n + 1)::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }
    .lastdepth-tab-wraps .tabs.col5 li:nth-child(6) ~ li {
        margin-top: -1px;
    }
    .lastdepth-tab-wraps .tabs.col2 li, .lastdepth-tab-wraps .tabs.col6 li {
        position: relative;
        flex: 1;
    }
    .lastdepth-tab-wraps .tabs.col2 li::after, .lastdepth-tab-wraps .tabs.col6 li::after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }
    .lastdepth-tab-wraps .tabs.col2 li:first-child::before, .lastdepth-tab-wraps .tabs.col6 li:first-child::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .lastdepth-tab-wraps .tabs.col6 {
        flex-wrap: wrap;
    }
    .lastdepth-tab-wraps .tabs.col6 li {
        flex: auto;
        width: 33.3%;
    }
    .lastdepth-tab-wraps .tabs.col6 li:nth-child(3) ~ li {
        margin-top: -1px;
    }
    .lastdepth-tab-wraps .tabs.col6 li:nth-child(4)::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }
}

@media screen and (max-width: 767px) {
    .lastdepth-tab-wraps .tabs li {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
    }
    .lastdepth-tab-wraps .tabs li:first-child {
        margin-left: 0;
    }
}

.lastdepth-tab-wraps .tabs li a {
    position: relative;
    display: block;
    height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.lastdepth-tab-wraps .tabs li a::before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -1px;
}

.lastdepth-tab-wraps .tabs li a span {
    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
    font-size: 16px;
    line-height: 20px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 1024px) {
    .lastdepth-tab-wraps .tabs li a span {
        font-size: 15px;
    }
}

.lastdepth-tab-wraps .tabs li a.active {
    border-color: #066cb8 !important;
    background: #066cb8;
    color: #fff;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .lastdepth-tab-wraps .tabs li a {
        height: 40px;
        padding: 0 16px;
        background: #eee;
        border: none;
        border-radius: 20px;
        font-size: 13px;
    }
    .lastdepth-tab-wraps .tabs li a span {
        max-width: 100%;
    }
    .lastdepth-tab-wraps .tabs li a span br {
        display: none;
    }
}

.lastdepth-tab-wraps .sub-tabs {
  margin-top: 20px;
  padding: 14px 80px 20px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .lastdepth-tab-wraps .sub-tabs {
    padding: 14px 20px 14px;
  }
}

.lastdepth-tab-wraps .sub-tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  padding-left: 10px;
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lastdepth-tab-wraps .sub-tabs li a {
    font-size: 15px;
  }
}

.lastdepth-tab-wraps .sub-tabs li a.active {
  color: #066cb8;
}


.img-wrap.product {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.ccbtn-tab-wraps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 610px;
}

@media screen and (max-width: 1024px) {
    .ccbtn-tab-wraps {
        display: block;
        position: relative;
        max-width: 100%;
    }
    .ccbtn-tab-wraps::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #ddd;
    }
}

.ccbtn-tab-wraps li {
    width: 29.508197%;
    margin-left: 5.737705%;
    margin-top: 4.098361%;
}

@media screen and (max-width: 1024px) {
    .ccbtn-tab-wraps li {
        position: relative;
        width: 100%;
        margin: 0;
        margin-top: -1px;
    }
    .ccbtn-tab-wraps li::after {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: #ddd;
    }
}

.ccbtn-tab-wraps li:first-child {
    margin-left: 0;
}

.ccbtn-tab-wraps li button {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    border: 1px solid #197e93;
    border-radius: 50%;
}

@media screen and (max-width: 1024px) {
    .ccbtn-tab-wraps li button {
        padding: 12px;
        border: 1px solid #ddd;
        border-top: none;
        border-bottom: none;
        border-radius: 0;
    }
}

.ccbtn-tab-wraps li button span {
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    right: 12px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    transform: translateY(-50%) skew(-0.05deg);
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ccbtn-tab-wraps li button span {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .ccbtn-tab-wraps li button span {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: translateY(0) skew(-0.05deg);
        text-align: left;
    }
    .ccbtn-tab-wraps li button span br {
        display: none;
    }
}

.ccbtn-tab-wraps li button span em {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .ccbtn-tab-wraps li button span em {
        margin-bottom: 5px;
    }
}

.ccbtn-tab-wraps li button.active {
    background: #197e93;
    border-color: #197e93;
    z-index: 10;
}

.ccbtn-tab-wraps li button.active span {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    .ccbtn-tab-wraps li button:hover {
        background: #197e93;
        border-color: #197e93;
        z-index: 10;
    }
    .ccbtn-tab-wraps li button:hover span {
        color: #fff;
    }
}

/* table */
.tbl-wrap .tbl-count {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    transform: skew(-0.05deg);
    line-height: 1 !important;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .tbl-count {
        font-size: 14px;
        line-height: 22px;
    }
}

.tbl-wrap .table {
    table-layout: fixed;
    width: 100%;
}

.tbl-wrap .table.col-tbl {
    vertical-align: middle;
    border-top: 1px solid #333;
    text-align: center;
}

.tbl-wrap .table.col-tbl .col1 {
    width: 10%;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl .col1 {
        width: 80px;
    }
}

.tbl-wrap .table.col-tbl .col2 {
    width: 15%;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl .col2 {
        width: 100px;
    }
}

.tbl-wrap .table.col-tbl .col3 {
    width: 20%;
}

.tbl-wrap .table.col-tbl thead th {
    height: 60px;
    padding: 12px;
    border-bottom: 1px solid #333;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl thead th {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl thead th {
        height: 50px;
        padding: 10px;
    }
}

.tbl-wrap .table.col-tbl tbody th,
.tbl-wrap .table.col-tbl tbody td {
    height: 60px;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    vertical-align: middle;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl tbody th,
    .tbl-wrap .table.col-tbl tbody td {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl tbody th,
    .tbl-wrap .table.col-tbl tbody td {
        height: 50px;
        padding: 10px;
    }
}

.tbl-wrap .table.col-tbl tbody th .flag-title,
.tbl-wrap .table.col-tbl tbody td .flag-title {
    display: flex;
    align-items: center;
}

.tbl-wrap .table.col-tbl tbody th .flag-title .flag,
.tbl-wrap .table.col-tbl tbody td .flag-title .flag {
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.col-tbl tbody th .flag-title .flag,
    .tbl-wrap .table.col-tbl tbody td .flag-title .flag {
        margin-right: 15px;
    }
}

.tbl-wrap .table.col-tbl.type2 {
    border-top-color: #197e93;
}

.tbl-wrap .table.col-tbl.type2 thead th {
    height: 55px;
    border-left: 1px solid #fff;
    border-bottom-color: #197e93;
    background: #197e93;
    color: #fff;
    font-weight: 700;
    word-break: keep-all;
}

.tbl-wrap .table.col-tbl.type2 thead th:first-child {
    border-left: none;
}

.tbl-wrap .table.col-tbl.type2 tbody th,
.tbl-wrap .table.col-tbl.type2 tbody td {
    border-left: 1px solid #ddd;
    word-break: keep-all;
}

.tbl-wrap .table.col-tbl.type2 tbody th:first-child,
.tbl-wrap .table.col-tbl.type2 tbody td:first-child {
    border-left: none;
}

.tbl-wrap .table.col-tbl.type2 tbody th.bg,
.tbl-wrap .table.col-tbl.type2 tbody td.bg {
    background-color: #eee;
}

.tbl-wrap .table.row-tbl .col1 {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.row-tbl .col1 {
        width: 120px;
    }
}

.tbl-wrap .table.row-tbl .col2 {
    width: 30%;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.row-tbl .col2 {
        width: 40%;
    }
}

.tbl-wrap .table.row-tbl tbody tr:first-child th,
.tbl-wrap .table.row-tbl tbody tr:first-child td {
    border-top: 1px solid #333;
}

.tbl-wrap .table.row-tbl tbody th,
.tbl-wrap .table.row-tbl tbody td {
    height: 60px;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    vertical-align: middle;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.row-tbl tbody th,
    .tbl-wrap .table.row-tbl tbody td {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.row-tbl tbody th,
    .tbl-wrap .table.row-tbl tbody td {
        padding: 10px;
    }
}

.tbl-wrap .table.row-tbl tbody th {
    background: #f6f6f6;
    text-align: center;
}

.tbl-wrap .table.row-tbl tbody td {
    color: #666;
}

.tbl-wrap .table.row-tbl.type2 tbody th {
    background: transparent;
    border-right: 1px solid #ddd;
    text-align: left;
}

.tbl-wrap .table.row-tbl.type2 tbody th, .tbl-wrap .table.row-tbl.type2 tbody td {
    padding: 25px 60px;
}

@media screen and (max-width: 1024px) {
    .tbl-wrap .table.row-tbl.type2 tbody th, .tbl-wrap .table.row-tbl.type2 tbody td {
        padding: 25px 30px;
    }
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.row-tbl.type2 tbody th, .tbl-wrap .table.row-tbl.type2 tbody td {
        padding: 20px;
    }
}

.tbl-wrap .table a[class^="link-"] {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.tbl-wrap .table a[class^="link-"].new {
    position: relative;
    padding-right: 20px;
}

.tbl-wrap .table a[class^="link-"].new::after {
    content: 'N';
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #cd0b0b;
    color: #fff;
    border-radius: 4px;
    margin-top: -8px;
    font-family: sans-serif;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
}

.tbl-wrap .table a[class^="link-"].file {
    position: relative;
    padding-right: 20px;
}

.tbl-wrap .table a[class^="link-"].file::before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url("/images/icon/icon-clip.png") center no-repeat;
}

.tbl-wrap .table a[class^="link-"].new.file {
    padding-right: 40px;
}

.tbl-wrap .table a[class^="link-"].new.file::before {
    right: 20px;
}

.tbl-wrap .table .alert {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    color: #666;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table .alert {
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .tbl-wrap .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .tbl-wrap .table-responsive .table {
        table-layout: auto;
    }
    .tbl-wrap .table-responsive .table th,
    .tbl-wrap .table-responsive .table td {
        white-space: nowrap;
    }
    .tbl-wrap .table-responsive .table a[class^="link-"] {
        max-width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
    }
}

.tit-wrap {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .tit-wrap {
        margin-bottom: 30px;
    }
}

.tit-wrap .tit {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #006cb8;
    font-weight: 700;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .tit-wrap .tit {
        font-size: 20px;
        line-height: 30px;
    }
}

.tit-wrap .desc {
    font-size: 18px;
    line-height: 28px;
    transform: skew(-0.05deg);
    font-weight: 700;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .tit-wrap .desc {
        font-size: 16px;
        line-height: 24px;
    }
}

.txt {
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .txt {
        font-size: 14px;
        line-height: 22px;
    }
}

.txt.txt-black {
    color: #000;
}

.txt.txt-basic {
    color: #333;
}

.txt.txt-cont {
    color: #666;
}

.txt.txt-gray {
    color: #888;
}

.txt.txt-border {
    color: #ddd;
}

.txt.txt-point {
    color: #006cb8;
}

.txt.txt-point2 {
    color: #2e3c46;
}

.txt.txt-blur {
    color: #eee;
}

.txt.txt-white {
    color: #fff;
}

.txt.txt-red {
    color: #cd0b0b;
}

.txt.medium {
    font-weight: 500;
}

.txt.bold {
    font-weight: 700;
}

.txt.ex-bold {
    font-weight: 900;
}

.box-text {
    border: 1px solid #ddd;
    padding: 12px;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .box-text {
        font-size: 13px;
    }
}

.err-msg {
    position: relative;
    margin-top: 5px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    color: #cd0b0b;
}

@media screen and (max-width: 767px) {
    .err-msg {
        font-size: 13px;
    }
}

.err-msg::before {
    content: '!';
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #cd0b0b;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .err-msg::before {
        top: 4px;
    }
}

.err-msg:empty {
    margin-top: 0;
}

.err-msg:empty::before {
    display: none;
}

/* === COMMON LAYOUT === */
/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.2);
    transition: all .15s ease-in-out;
}

header .head-cont {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    header .head-cont {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    header .head-cont {
        padding-left: 12px;
        padding-right: 12px;
    }
}

header .head-cont h1 a {
    display: block;
    width: 117px;
    height: 34px;
    background-image: url("/images/logo-wt.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 767px) {
    header .head-cont h1 a {
        width: 77px;
        height: 23px;
    }
}

@media screen and (min-width: 1025px) {
    header .menu-all {
        display: none !important;
    }
    header .dep1-btn {
        display: none !important;
    }
    header #gnb {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 60.9375%;
        margin-left: 3.515625%;
        margin-right: auto;
    }
    header #gnb a {
        height: 80px;
        padding-left: 3.076923%;
        padding-right: 3.076923%;
        border-bottom: 3px solid transparent;
        color: #e9e9e9;
        font-size: 17px;
        line-height: 77px;
        letter-spacing: -0.5px;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
        white-space: nowrap;
    }
    header #gnb a:first-child {
        margin-left: 0;
    }
    header #gnb a:hover, header #gnb a.active {
        color: #fff;
        border-color: #fff;
    }
    header .my-menu {
        font-size: 0;
    }
    header .my-menu a {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }
    header .my-menu a:first-child {
        margin-left: 0;
    }
    header .menu-all-wrap {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }
    header .menu-all-wrap .menu-container {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
    }
    header .menu-all-wrap .menu-container .col {
        flex: 1;
        border-left: 1px solid #ddd;
        padding: 16px 0;
        text-align: center;
    }
    header .menu-all-wrap .menu-container .col:first-child {
        border-left: none;
    }
    header .menu-all-wrap .menu-container .col .dep1 {
        color: #000;
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
    }
    header .menu-all-wrap .menu-container .col ul {
        display: block !important;
        margin-top: 32px;
    }
    header .menu-all-wrap .menu-container .col ul li {
        margin-top: 30px;
        padding: 0 20px;
    }
    header .menu-all-wrap .menu-container .col ul li:first-child {
        margin-top: 0;
    }
    header .menu-all-wrap .menu-container .col ul li a {
        display: block;
        color: #666;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        transform: skew(-0.05deg);
        word-break: keep-all;
    }
    header .menu-all-wrap .menu-container .col ul li a:hover, header .menu-all-wrap .menu-container .col ul li a:active {
        color: #066cb8;
    }
    header.scroll {
        background: #fff;
    }
    header.scroll::before {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #ddd;
    }
    header.scroll .head-cont h1 a {
        background-image: url("/images/logo.png");
    }
    header.scroll #gnb a {
        color: #000;
    }
    header.scroll #gnb a:hover, header.scroll #gnb a.active {
        color: #066cb8;
        border-color: #066cb8;
    }
    header.scroll .my-menu a {
        border-color: #000;
        color: #000;
    }
    header.scroll .my-menu a:hover, header.scroll .my-menu a:active {
        background-color: #000;
        color: #fff;
    }
    header.open {
        background: #fff;
    }
    header.open::before {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #ddd;
    }
    header.open .head-cont h1 a {
        background-image: url("/images/logo.png");
    }
    header.open #gnb a {
        color: #000;
    }
    header.open #gnb a:hover, header.open #gnb a.active {
        color: #066cb8;
        border-color: #066cb8;
    }
    header.open .my-menu a {
        border-color: #000;
        color: #000;
    }
    header.open .my-menu a:hover, header.open .my-menu a:active {
        background-color: #000;
        color: #fff;
    }
    header.open .menu-all-wrap {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    header .head-cont {
        flex-wrap: wrap;
        margin: 0 12px;
        padding: 10px 0 9px;
        border-bottom: 1px solid transparent;
    }
    header #gnb {
        display: none !important;
    }
    header .my-menu {
        display: none;
        position: relative;
        order: 3;
        width: 100%;
        margin-top: 8px;
        padding-top: 8px;
        font-size: 0;
    }
    header .my-menu::before {
        content: ' ';
        position: absolute;
        top: 9px;
        left: 50%;
        width: 1px;
        height: 25px;
        background: #ddd;
    }
    header .my-menu .btn {
        width: 50%;
        border: none;
        font-size: 13px;
        color: #000;
        text-align: center;
    }
    header .menu-all {
        display: block;
        position: relative;
        width: 34px;
        height: 34px;
        margin-left: auto;
        background: transparent;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    header .menu-all {
        width: 23px;
        height: 23px;
    }
}

@media screen and (max-width: 1024px) {
    header .menu-all::before, header .menu-all::after {
        content: ' ';
    }
    header .menu-all::before, header .menu-all::after,
    header .menu-all span.bar {
        position: absolute;
        top: 50%;
        right: 0;
        width: 26px;
        height: 2px;
        background: #fff;
        transition: all .15s ease-in-out;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    header .menu-all::before, header .menu-all::after,
    header .menu-all span.bar {
        width: 20px;
    }
}

@media screen and (max-width: 1024px) {
    header .menu-all::before {
        margin-top: -10px;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    header .menu-all::before {
        margin-top: -8px;
    }
}

@media screen and (max-width: 1024px) {
    header .menu-all::after {
        margin-top: 8px;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    header .menu-all::after {
        margin-top: 6px;
    }
}

@media screen and (max-width: 1024px) {
    header .menu-all span.bar {
        margin-top: -1px;
    }
    header .menu-all.open::before {
        margin-top: -1px;
        transform: rotate(-45deg);
    }
    header .menu-all.open::after {
        margin-top: -1px;
        transform: rotate(45deg);
    }
    header .menu-all.open span.bar {
        display: none;
    }
    header .menu-all-wrap {
        display: none;
        position: relative;
        padding: 0 12px;
        padding-bottom: 40px;
        border-bottom: 2px solid #000;
    }
    header .menu-all-wrap .col {
        border-top: 1px solid #ddd;
    }
    header .menu-all-wrap .col:first-child {
        border-top: none;
    }
    header .menu-all-wrap p.dep1 {
        display: none;
    }
    header .menu-all-wrap .dep1-btn {
        display: block;
        position: relative;
        width: 100%;
        color: #333;
        font-size: 15px;
        line-height: 40px;
        text-align: left;
        transform: skew(-0.05deg);
    }
    header .menu-all-wrap .dep1-btn::after {
        content: ' ';
        position: absolute;
        top: 50%;
        right: 3px;
        width: 8px;
        height: 8px;
        margin-top: -6px;
        border: 1px solid #000;
        border-top: none;
        border-left: none;
        transform: rotate(45deg);
        transition: all .15s ease-in-out;
    }
    header .menu-all-wrap .dep1-btn.open {
        color: #197e93;
    }
    header .menu-all-wrap .dep1-btn.open::after {
        transform: rotate(225deg);
        margin-top: -2px;
    }
    header .menu-all-wrap ul {
        display: none;
        border-top: 1px solid #ddd;
        padding: 4px 0;
    }
    header .menu-all-wrap ul li {
        margin-top: 4px;
    }
    header .menu-all-wrap ul li:first-child {
        margin-top: 0;
    }
    header .menu-all-wrap ul li a {
        display: block;
        color: #666;
        font-size: 13px;
        line-height: 24px;
        transform: skew(-0.05deg);
    }
    header.scroll {
        background: #fff;
    }
    header.scroll::after {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: #ddd;
    }
    header.scroll .head-cont h1 a {
        background-image: url("/images/logo.png");
    }
    header.scroll .menu-all::before, header.scroll .menu-all::after,
    header.scroll .menu-all span.bar {
        background: #000;
    }
    header.m-open {
        background: #fff;
    }
    header.m-open::after {
        display: none;
    }
    header.m-open .head-cont {
        border-color: #ddd;
    }
    header.m-open .head-cont h1 a {
        background-image: url("/images/logo.png");
    }
    header.m-open .my-menu {
        display: block;
    }
    header.m-open .menu-all::before, header.m-open .menu-all::after,
    header.m-open .menu-all span.bar {
        background: #000;
    }
}

/* common layout */
.skip-navigation {
    position: absolute;
    z-index: 9999;
}

.skip-navigation a {
    display: block;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

/* container */
.container {
    position: relative;
}

.container.cate01 .page-title {
    background-image: url("/images/img-sub-visual01.jpg");
}

.container.mypage .page-title, .container.member .page-title {
    background-image: url("/images/img-sub-visual07.jpg");
}

.container.cate02 .page-title {
    background-image: url("/images/img-sub-visual02.jpg");
}

.container.mypage .page-title, .container.member .page-title {
    background-image: url("/images/img-sub-visual07.jpg");
}

.container.cate03 .page-title {
    background-image: url("/images/img-sub-visual03.jpg");
}

.container.mypage .page-title, .container.member .page-title {
    background-image: url("/images/img-sub-visual07.jpg");
}

.container.cate04 .page-title {
    background-image: url("/images/img-sub-visual04.jpg");
}

.container.mypage .page-title, .container.member .page-title {
    background-image: url("/images/img-sub-visual07.jpg");
}

.container.cate05 .page-title {
    background-image: url("/images/img-sub-visual05.jpg");
}

.container.mypage .page-title, .container.member .page-title {
    background-image: url("/images/img-sub-visual07.jpg");
}

.container.cate06 .page-title {
    background-image: url("/images/img-sub-visual06.jpg");
}

.container.mypage .page-title, .container.member .page-title {
    background-image: url("/images/img-sub-visual07.jpg");
}

.container .page-title {
    height: 350px;
    padding-top: 185px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container .page-title .title {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container .page-title {
        height: 160px;
        padding-top: 90px;
    }
    .container .page-title .title {
        font-size: 24px;
    }
}

.container .sub-depth-wrap {
    position: relative;
    z-index: 100;
}

.container .sub-depth-wrap::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.container .sub-depth-wrap .area {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .container .sub-depth-wrap .area {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .area {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .area {
        padding: 0;
    }
}

.container .sub-depth-wrap .area .home {
    display: block;
    width: 60px;
    background: #066cb8 url("/images/icon/icon-home.png") center no-repeat;
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .area .home {
        width: 40px;
        background-size: 20px;
    }
}

.container .sub-depth-wrap .area .dropdown-menu {
    width: 100%;
    width: 220px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .container .sub-depth-wrap .area .dropdown-menu {
        width: calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .area .dropdown-menu {
        width: auto;
        flex: 1;
    }
    .container .sub-depth-wrap .area .dropdown-menu:last-child .selected {
        border-right: none;
    }
    .container .sub-depth-wrap .area .dropdown-menu:last-child .dropdown-list {
        right: -1px;
    }
}

.container .sub-depth-wrap .area .dropdown-menu.open .selected::after {
    transform: rotate(225deg);
    margin-top: -2px;
}

.container .sub-depth-wrap .area .dropdown-menu.open .dropdown-list {
    display: block;
}

.container .sub-depth-wrap .area .dropdown-menu .selected {
    display: flex;
    position: relative;
    height: 100%;
    min-height: 60px;
    padding: 6px 40px 6px 20px;
    border-right: 1px solid #ddd;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .area .dropdown-menu .selected {
        min-height: 45px;
        padding: 2px 20px 2px 10px;
    }
}

.container .sub-depth-wrap .area .dropdown-menu .selected span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .area .dropdown-menu .selected span {
        font-size: 14px;
        line-height: 22px;
    }
}

.container .sub-depth-wrap .area .dropdown-menu .selected::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border: 1px solid #666;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    transition: transform 0.2s ease-in-out, margin 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .area .dropdown-menu .selected::after {
        right: 10px;
        width: 7px;
        height: 7px;
        margin-top: -6px;
    }
}

.container .sub-depth-wrap .area .dropdown-menu .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: 0;
    margin-top: -1px;
    border: 1px solid #ddd;
    border-top-color: #fff;
    background: #fff;
}

.container .sub-depth-wrap .area .dropdown-menu .dropdown-list li a {
    display: block;
    height: 100%;
    min-height: 60px;
    padding: 6px 20px;
    font-size: 0;
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .area .dropdown-menu .dropdown-list li a {
        min-height: 45px;
        padding: 6px 10px;
    }
}

.container .sub-depth-wrap .area .dropdown-menu .dropdown-list li a::before {
    content: ' ';
    display: inline-block;
    height: 100%;
    min-height: 48px;
    vertical-align: middle;
    margin-left: -1px;
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .area .dropdown-menu .dropdown-list li a::before {
        min-height: 33px;
    }
}

.container .sub-depth-wrap .area .dropdown-menu .dropdown-list li a.active {
    background: #eee;
}

.container .sub-depth-wrap .area .dropdown-menu .dropdown-list li a.active span {
    color: #197e93;
}

.container .sub-depth-wrap .area .dropdown-menu .dropdown-list li a span {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    color: #888;
}

@media screen and (max-width: 767px) {
    .container .sub-depth-wrap .area .dropdown-menu .dropdown-list li a span {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1025px) {
    .container .sub-depth-wrap .area .dropdown-menu .dropdown-list li a:hover {
        background: #eee;
    }
    .container .sub-depth-wrap .area .dropdown-menu .dropdown-list li a:hover span {
        color: #197e93;
    }
}

.container .sub-page-title {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 65px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.container .sub-page-title.type2 {
    padding-bottom:0;
}

.container .sub-page-title em {
    display:block;
    margin-top:3px;
}

.container .sub-page-title.type2::before {
    display:none;
}

@media screen and (max-width: 1024px) {
    .container .sub-page-title {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container .sub-page-title {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.container .sub-page-title::before {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 2px;
    margin-left: -40px;
    background: #066cb8;
}

@media screen and (max-width: 767px) {
    .container .sub-page-title {
        margin-top: 40px;
        padding-bottom: 20px;
        font-size: 26px;
    }
    .container .sub-page-title::before {
        width: 60px;
        margin-left: -30px;
    }
}

.container .sub-page-title.type2 {
    padding-bottom: 0;
}

.container .sub-page-title.type2::before {
    display: none;
}

.container .dep-page-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
    color: #066cb8;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container .dep-page-title {
        font-size: 20px;
        line-height: 30px;
    }
}

.container .dep-page-title::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 2px;
    margin-left: -35px;
    background: #066cb8;
}

@media screen and (max-width: 767px) {
    .container .dep-page-title {
        margin-bottom: 25px;
    }
}

.container .dep-page-title small {
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    transform: skew(-0.05deg);
    font-weight: inherit;
}

@media screen and (max-width: 767px) {
    .container .dep-page-title small {
        font-size: 16px;
        line-height: 24px;
    }
}

.container .dep-page-title.type2 {
    padding-bottom: 0;
}

.container .dep-page-title.type2::after {
    display: none;
}

@media screen and (max-width: 767px) {
    .container .dep-page-title.type2 small {
        display: none;
    }
}

.container.cate03 .prod-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 50px;
}

.container.cate03 .prod-title strong {
  color: #006cb8;
  font-weight: 900;
  font-size: 28px;
}


.container .contents {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 200px;
}

@media screen and (max-width: 1024px) {
    .container .contents {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container .contents {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.container .contents.full {
    max-width: initial;
    padding: 0;
}

.container .contents.full.type2 {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .container .contents {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

.container .nodata {
    padding: 100px 0;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container .nodata {
        font-size: 14px;
        line-height: 22px;
    }
}

/* dim */
.common-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1005;
}

/* footer */
footer {
    border-top: 2px solid #eee;
}

footer.main-type {
    border-top: none;
}

footer .foot-top {
    padding: 25px 0;
    text-align: center;
    background-color: #197e93;
    background-image: linear-gradient(135deg, #066cb8 0%, #87b1bd 100%);
    border-bottom: 2px solid #eee;
}

@media screen and (max-width: 767px) {
    footer .foot-top {
        padding: 0;
        border-bottom: none;
        background-image: none;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-top .btn {
        display: block;
        width: 100%;
        border: none;
        padding: 0;
        font-size: 15px;
        line-height: 40px;
    }
}

footer .foot-top .btn::after {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-top: 11px;
    margin-left: 20px;
    border-radius: 50%;
    background: #fff url("/images/icon/icon-arrow.jpg") center no-repeat;
}

@media screen and (max-width: 767px) {
    footer .foot-top .btn::after {
        width: 16px;
        height: 16px;
        margin-top: 12px;
        margin-left: 10px;
        background: #fff url("/images/icon/icon-call-point.png") center no-repeat;
    }
}

@media screen and (min-width: 1025px) {
    footer .foot-top .btn:hover, footer .foot-top .btn:active {
        color: #fff;
    }
}

footer .foot-bottom {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    footer .foot-bottom {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-bottom {
        padding-left: 12px;
        padding-right: 12px;
    }
}

footer .foot-bottom::after {
    content: " ";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    footer .foot-bottom {
        padding-top: 15px;
        padding-bottom: 30px;
        text-align: center;
    }
}

footer .foot-bottom .foot-logo {
    float: left;
}

@media screen and (max-width: 1024px) {
    footer .foot-bottom .foot-logo {
        float: none;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .foot-logo {
        margin-bottom: 15px;
    }
    footer .foot-bottom .foot-logo img {
        height: 25px;
    }
}

footer .foot-bottom .info {
    margin-left: 170px;
    font-size: 0;
}

@media screen and (max-width: 1024px) {
    footer .foot-bottom .info {
        margin-left: 0;
    }
}

footer .foot-bottom .info li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    color: #666;
    font-size: 12px;
    line-height: 1;
    transform: skew(-0.05deg);
}

footer .foot-bottom .info li::before {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 20px;
    background: #666;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .info li::before {
        display: none;
    }
}

footer .foot-bottom .info li:first-child::before {
    display: none;
}

footer .foot-bottom .info li .tit.mob {
    display: none;
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .info li .tit.mob {
        display: inline-block;
        vertical-align: top;
        color: #666;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .info li .tit.pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .info li {
        display: block;
        margin-bottom: 10px;
        color: #000;
    }
    footer .foot-bottom .info li.pc {
        display: none;
    }
}

footer .foot-bottom .copy {
    margin-left: 170px;
    font-size: 12px;
    line-height: 1;
    color: #a2a2a2;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 1024px) {
    footer .foot-bottom .copy {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-bottom .copy {
        margin-top: 30px;
    }
}

/* member, 마이페이지 */
.container.mypage .withdrawal-wrap .top {
    padding: 40px 40px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    .container.mypage .withdrawal-wrap .top {
        padding: 40px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .container.mypage .withdrawal-wrap .top {
        padding: 30px 0 0;
    }
}

.container.mypage .withdrawal-wrap .top p {
    margin-top: 10px;
    padding: 0 60px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.mypage .withdrawal-wrap .top p {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.mypage .withdrawal-wrap .top p:first-child {
    margin-top: 0;
}

.container.mypage .withdrawal-wrap .top p.bold {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.mypage .withdrawal-wrap .top p {
        padding: 0 20px;
    }
}

.container.mypage .withdrawal-wrap .top .form-wrap {
    margin-top: 40px;
    padding: 25px 60px;
    border-top: 1px solid #ddd;
}

.container.mypage .withdrawal-wrap .top .form-wrap label {
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .container.mypage .withdrawal-wrap .top .form-wrap {
        margin-top: 20px;
        padding: 10px 20px;
    }
}

.container.mypage .withdrawal-wrap .bottom {
    margin-top: 60px;
    padding: 30px 100px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    .container.mypage .withdrawal-wrap .bottom {
        padding: 30px 60px;
    }
}

@media screen and (max-width: 767px) {
    .container.mypage .withdrawal-wrap .bottom {
        margin-top: 40px;
        padding: 30px 20px;
    }
}

.container.mypage .withdrawal-wrap .bottom .sect {
    margin-top: 30px;
}

.container.mypage .withdrawal-wrap .bottom .sect:first-child {
    margin-top: 0;
}

.container.mypage .withdrawal-wrap .bottom .sect p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.mypage .withdrawal-wrap .bottom .sect p {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.mypage .withdrawal-wrap .bottom .sect.type2 p {
    float: left;
}

@media screen and (max-width: 1024px) {
    .container.mypage .withdrawal-wrap .bottom .sect.type2 p {
        float: none;
    }
}

.container.mypage .withdrawal-wrap .bottom .sect.type2 .slt-lists {
    margin-left: 200px;
}

@media screen and (max-width: 1024px) {
    .container.mypage .withdrawal-wrap .bottom .sect.type2 .slt-lists {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .container.mypage .withdrawal-wrap .bottom .sect.type2 .slt-lists li {
        width: 25%;
    }
    .container.mypage .withdrawal-wrap .bottom .sect.type2 .slt-lists li:nth-child(1), .container.mypage .withdrawal-wrap .bottom .sect.type2 .slt-lists li:nth-child(4) {
        width: 50%;
    }
    .container.mypage .withdrawal-wrap .bottom .sect.type2 .slt-lists li:nth-child(3) ~ li {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .container.mypage .withdrawal-wrap .bottom .sect.type2 .slt-lists li {
        width: 100%;
        margin-top: 5px;
    }
    .container.mypage .withdrawal-wrap .bottom .sect.type2 .slt-lists li:first-child {
        margin-top: 0;
    }
}

.container.member .login-wrap {
    max-width: 570px;
    margin: 0 auto;
}

.container.member .login-wrap .tit-wrap {
    text-align: center;
}

.container.member .login-wrap .login-input {
    margin-top: 20px;
    position: relative;
    padding-right: 140px;
}

@media screen and (max-width: 767px) {
    .container.member .login-wrap .login-input {
        padding-right: 110px;
    }
}

.container.member .login-wrap .login-input .input-wrap {
    display: block;
    margin-top: 10px;
}

.container.member .login-wrap .login-input .input-wrap:first-child {
    margin-top: 0;
}

.container.member .login-wrap .login-input .input-wrap .form-control {
    padding: 10px;
    height: 46px;
}

.container.member .login-wrap .login-input .chk-wrap {
    display: block;
    margin-top: 10px;
}

.container.member .login-wrap .login-input .btn-login {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 102px;
}

@media screen and (max-width: 767px) {
    .container.member .login-wrap .login-input .btn-login {
        width: 100px;
    }
}

.container.member .login-wrap .sns-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.container.member .login-wrap .sns-login p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .container.member .login-wrap .sns-login p {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.member .login-wrap .sns-login .btns {
    text-align: right;
}

.container.member .login-wrap .sns-login .btns a {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 46px;
    margin-left: 10px;
}

.container.member .login-wrap .sns-login .btns a:first-child {
    margin-left: 0;
}

.container.member .login-wrap .sns-login .btns a.btn-sns1 {
    background: url("/images/bg/bg-sns.png") 0 0 no-repeat;
}

.container.member .login-wrap .sns-login .btns a.btn-sns2 {
    background: url("/images/bg/bg-sns.png") right 0 no-repeat;
}

.container.member .login-wrap .find-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dotted #ddd;
}

.container.member .login-wrap .find-info p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .container.member .login-wrap .find-info p {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.member .login-wrap .find-info .btn-find {
    display: block;
    text-align: center;
    line-height: 48px;
}

@media screen and (max-width: 767px) {
    .container.member .login-wrap .find-info .btn-find {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 38px;
    }
}

.container.member .login-wrap .btn-join {
    display: block;
    margin-top: 25px;
    border-width: 2px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
}

@media screen and (max-width: 767px) {
    .container.member .login-wrap .btn-join {
        font-size: 16px;
        line-height: 44px;
    }
}

.container.member .join-select-list {
    max-width: 500px;
    margin: 0 auto;
}

.container.member .join-select-list li {
    margin-top: 10px;
}

.container.member .join-select-list li:first-child {
    margin-top: 0;
}

.container.member .join-select-list li a {
    display: block;
    width: 100%;
    font-weight: 700;
    line-height: 52px;
}

.container.member .join-select-list li a.btn01 {
    background: #21c502;
    color: #fff;
}

.container.member .join-select-list li a.btn01 span::before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 46px;
    margin-top: 3px;
    margin-right: 10px;
    background: url("/images/icon/icon-snslogin.png") 0 0 no-repeat;
}

.container.member .join-select-list li a.btn02 {
    background: #fff100;
    color: #3b201e;
}

.container.member .join-select-list li a.btn02 span::before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    margin-right: 10px;
    background: url("/images/icon/icon-snslogin.png") right 0 no-repeat;
}

.container.member .form-wrap.join-type {
    max-width: 600px;
    margin: 0 auto;
}

.container.member .form-wrap.join-type .form-control {
    max-width: 100%;
    height: 50px;
}

.container.member .form-wrap.join-type .row {
    margin-top: 10px;
}

.container.member .form-wrap.join-type .row:first-child {
    margin-top: 0;
}

.container.member .form-wrap.join-type .row .btn {
    height: 50px;
}

.container.member .join-agree-cont {
    max-width: 600px;
    margin: 60px auto 0;
    border-top: 1px solid #333;
}

@media screen and (max-width: 767px) {
    .container.member .join-agree-cont {
        margin-top: 40px;
    }
}

.container.member .join-agree-cont .tit {
    padding: 15px 12px;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.member .join-agree-cont .tit {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.member .join-agree-cont .all {
    border-bottom: 1px solid #ddd;
    padding: 15px 12px;
}

.container.member .join-agree-cont .all p {
    margin-top: 5px;
    padding-left: 30px;
    color: #888;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .container.member .join-agree-cont .all p {
        font-size: 13px;
    }
}

.container.member .join-agree-cont .agrees {
    border-bottom: 1px solid #ddd;
    padding: 15px 12px;
}

.container.member .join-agree-cont .agrees li {
    position: relative;
    margin-top: 5px;
}

.container.member .join-agree-cont .agrees li:first-child {
    margin-top: 0;
}

.container.member .join-agree-cont .agrees li .link-cont {
    position: absolute;
    top: 3px;
    right: 0;
}

.container.member .join-agree-cont .agrees li .link-cont::after {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 7px;
    margin: 2px 0 0 5px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(135deg);
    transition: all 0.2s ease-in-out;
}

.container.member .join-agree-cont .agrees li .link-cont.open::after {
    transform: rotate(315deg);
    margin-top: 6px;
}

.container.member .join-agree-cont .agrees li .terms-box {
    display: none;
    height: 100px;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 12px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
    color: #666;
}

@media screen and (max-width: 767px) {
    .container.member .join-agree-cont .agrees li .terms-box {
        font-size: 13px;
    }
}

.container.member .join-complete {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.container.member .join-complete .welcome {
    position: relative;
    padding-top: 70px;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -3px;
}

@media screen and (max-width: 767px) {
    .container.member .join-complete .welcome {
        font-size: 35px;
    }
}

.container.member .join-complete .welcome::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    width: 55px;
    height: 32px;
    margin-left: -30px;
    border: 7px solid #197e93;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.container.member .join-complete .welcome small {
    display: block;
    margin-top: 5px;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: -1px;
    font-weight: 400;
    letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
    .container.member .join-complete .welcome small {
        font-size: 20px;
        line-height: 30px;
    }
}

.container.member .join-complete .welcome small em {
    font-weight: 700;
}

.container.member .join-complete .desc {
    margin-top: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .container.member .join-complete .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .container.member .join-complete .desc {
        margin-top: 20px;
    }
}

.container.member .join-complete .desc em {
    color: #197e93;
    font-weight: 700;
}

.container.member .find-wrap {
    max-width: 450px;
    margin: 0 auto;
}

.container.member .find-wrap .tit-wrap {
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .container.member .find-wrap .tit-wrap {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .container.member .find-wrap .tit-wrap {
        margin-bottom: 30px;
    }
}

.container.member .find-wrap .button-tab-wrap .tabs {
    font-size: 0;
}

.container.member .find-wrap .button-tab-wrap .tabs li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.container.member .find-wrap .button-tab-wrap .tabs li a {
    display: block;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .container.member .find-wrap .button-tab-wrap .tabs li a {
        line-height: 46px;
        font-size: 14px;
    }
}

.container.member .find-wrap .button-tab-wrap .tabs li.active a {
    border-color: #2e3c46;
    background: #2e3c46;
    color: #fff;
}

.container.member .find-wrap .button-tab-contents .slt-lists {
    padding: 20px 0;
    text-align: center;
}

.container.member .find-wrap .button-tab-contents .slt-lists li {
    margin-left: 50px;
}

.container.member .find-wrap .button-tab-contents .slt-lists li:first-child {
    margin-left: 0;
}

.container.member .find-wrap .button-tab-contents .find-input .input-wrap {
    display: block;
    margin-top: 10px;
}

.container.member .find-wrap .button-tab-contents .find-input .input-wrap:first-child {
    margin-top: 0;
}

.container.member .find-wrap .button-tab-contents .find-input .input-wrap input {
    height: 46px;
    padding: 10px;
}

.container.member .find-wrap .button-tab-contents .btn-group {
    margin-top: 10px;
}

.container.member .find-wrap .button-tab-contents .btn-group .btn {
    line-height: 52px;
}

/* === PAGES(CATEGORY) === */
/* 회사소개 */
.container.cate01 .greetings {
    position: relative;
    padding-right: 50%;
}

.container.cate01 .greetings::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 45.3125%;
    padding-top: 27.34375%;
    background: url("/images/bg/bg-sub0101.jpg") center no-repeat;
    background-size: 100%;
}

.container.cate01 .greetings .tit {
    color: #006cb8;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -0.8px;
}

@media screen and (max-width: 767px) {
    .container.cate01 .greetings .tit {
        font-size: 18px;
        line-height: 22px;
    }
}

.container.cate01 .greetings .txt {
    font-weight:700;
    letter-spacing:0;
}

.container.cate01 .greetings .txt.txt-point {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .container.cate01 .greetings {
        padding-right: 0;
    }
    .container.cate01 .greetings::after {
        display: none;
    }
}

.container.cate01 .vision-wrap {
    max-width: 882px;
    margin: 0 auto;
}

.container.cate01 .vision-wrap ul {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .container.cate01 .vision-wrap ul {
        flex-direction: column;
        justify-content: center;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
}

.container.cate01 .vision-wrap ul li {
    width: 28.798186%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate01 .vision-wrap ul li {
        width: 100%;
        margin-top: 40px;
    }
    .container.cate01 .vision-wrap ul li:first-child {
        margin-top: 0;
    }
}

.container.cate01 .vision-wrap ul li .tit {
    position: relative;
    display: inline-block;
    padding: 0 8px 2px;
}

.container.cate01 .vision-wrap ul li .tit::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    background: #eee;
}

.container.cate01 .vision-wrap ul li .tit span {
    position: relative;
    color: #066cb8;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}

.container.cate01 .vision-wrap ul li .desc {
    position: relative;
    margin-top: 24px;
    width: 100%;
    height: auto;
    padding-top: 100%;
    border: 1px solid #066cb8;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .container.cate01 .vision-wrap ul li .desc {
        margin-top: 12px;
    }
}

.container.cate01 .vision-wrap ul li .desc span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    transform: translate(-50%, -50%) skew(-0.05deg);
    white-space: nowrap;
}

.container.cate01 .vision-wrap ul li .desc span::before {
    content: ' ';
    display: block;
    margin: 0 auto 20px;
    width: 65px;
    height: 65px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.container.cate01 .vision-wrap ul li .desc span.icon01::before {
    background-image: url("/images/icon/icon-sub0102-01.png");
}

.container.cate01 .vision-wrap ul li .desc span.icon02::before {
    background-image: url("/images/icon/icon-sub0102-02.png");
}

.container.cate01 .vision-wrap ul li .desc span.icon03::before {
    background-image: url("/images/icon/icon-sub0102-03.png");
}

.container.cate01 .vision-txt {
    max-width: 882px;
    margin: 0 auto;
    margin-top: 50px;
    background: #eee;
    padding: 20px;
    text-align: center;
}

.container.cate01 .vision-txt .txt {
    font-size: 18px;
    line-height: 30px;
}

@media screen and (min-width: 1025px) {
    .container.cate01 .history-container .history-wrap section {
        position: relative;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .container.cate01 .history-container .history-wrap section.hide {
        display: none;
    }
    .container.cate01 .history-container .history-wrap section:first-child {
        padding-top: 0;
    }
    .container.cate01 .history-container .history-wrap section:last-child {
        padding-bottom: 0;
    }
    .container.cate01 .history-container .history-wrap section:last-child .month-lists {
        position: relative;
    }
    .container.cate01 .history-container .history-wrap section:last-child .month-lists::before {
        content: ' ';
        position: absolute;
        right: -1px;
        top: 10px;
        bottom: 0;
        width: 3px;
        background: #fff;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(even) h5 span {
        background: #2e3c46;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(even) .month-lists {
        margin-right: auto;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(even) .month-lists li {
        padding-right: 23.4375%;
        text-align: right;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(even) .month-lists li span.month {
        right: 15.625%;
        color: #2e3c46;
        border-bottom: 2px solid #2e3c46;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(even) .month-lists li:first-child::before {
        right: -8px;
        background: #2e3c46;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(even) .month-lists li:first-child::after {
        right: 4px;
        background: #2e3c46;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(odd) h5 span {
        background: #066cb8;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(odd) .month-lists {
        margin-left: auto;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(odd) .month-lists li {
        padding-left: 23.4375%;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(odd) .month-lists li span.month {
        left: 15.625%;
        color: #066cb8;
        border-bottom: 2px solid #066cb8;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(odd) .month-lists li:first-child::before {
        left: -7px;
        background: #066cb8;
    }
    .container.cate01 .history-container .history-wrap section:nth-child(odd) .month-lists li:first-child::after {
        left: 5px;
        background: #066cb8;
    }
    .container.cate01 .history-container .history-wrap section::before {
        content: ' ';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }
    .container.cate01 .history-container .history-wrap section h5 {
        position: relative;
        text-align: center;
    }
    .container.cate01 .history-container .history-wrap section h5 span {
        display: inline-block;
        vertical-align: top;
        width: 106px;
        height: 106px;
        border-radius: 50%;
        color: #fff;
        font-size: 28px;
        line-height: 106px;
        font-weight: 700;
    }
}

@media screen and (min-width: 1025px) and (max-width: 767px) {
    .container.cate01 .history-container .history-wrap section h5 span {
        width: 80px;
        height: 80px;
        font-size: 20px;
        line-height: 80px;
    }
}

@media screen and (min-width: 1025px) {
    .container.cate01 .history-container .history-wrap section .month-lists {
        width: 50%;
        margin-top: 85px;
    }
    .container.cate01 .history-container .history-wrap section .month-lists li {
        position: relative;
        margin-top: 15px;
        color: #666;
        font-size: 16px;
        line-height: 24px;
        transform: skew(-0.05deg);
        letter-spacing: -0.3px;
        word-break: keep-all;
    }
}

@media screen and (min-width: 1025px) and (max-width: 767px) {
    .container.cate01 .history-container .history-wrap section .month-lists li {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1025px) {
    .container.cate01 .history-container .history-wrap section .month-lists li:first-child {
        margin-top: 0;
    }
    .container.cate01 .history-container .history-wrap section .month-lists li span.month {
        position: absolute;
        top: 0;
        height: 24px;
        font-weight: 900;
    }
    .container.cate01 .history-container .history-wrap section .month-lists li p {
        margin-top: 15px;
    }
    .container.cate01 .history-container .history-wrap section .month-lists li:first-child::before {
        content: ' ';
        position: absolute;
        top: 4px;
        width: 15px;
        height: 15px;
        border: 2px solid #ddd;
        border-radius: 50%;
    }
    .container.cate01 .history-container .history-wrap section .month-lists li:first-child::after {
        content: ' ';
        position: absolute;
        top: 11px;
        height: 1px;
        width: 12.5%;
    }
}

@media screen and (max-width: 767px) {
    .container.cate01 .history-container .history-wrap section {
        position: relative;
        margin-top: 30px;
        padding-left: 90px;
    }
    .container.cate01 .history-container .history-wrap section:first-child {
        margin-top: 0;
    }
    .container.cate01 .history-container .history-wrap section.hide {
        display: none;
    }
    .container.cate01 .history-container .history-wrap section h5 {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 26px;
        line-height: 1;
        font-weight: 900;
        color: #2e3c46;
        letter-spacing: -1px;
    }
    .container.cate01 .history-container .history-wrap section .month-lists li {
        font-size: 14px;
        line-height: 22px;
        transform: skew(-0.05deg);
    }
    .container.cate01 .history-container .history-wrap section .month-lists li::after {
        content: " ";
        display: block;
        clear: both;
    }
    .container.cate01 .history-container .history-wrap section .month-lists li .month {
        position: relative;
        float: left;
        padding-right: 10px;
        font-weight: 900;
        color: #888;
    }
    .container.cate01 .history-container .history-wrap section .month-lists li .month::after {
        content: ' ';
        position: absolute;
        top: 4px;
        right: 0;
        width: 1px;
        height: 14px;
        background: #ddd;
    }
    .container.cate01 .history-container .history-wrap section .month-lists li p {
        margin-top: 6px;
        margin-left: 37px;
        color: #666;
    }
}

.container.cate01 .history-container .btn-moreview {
    position: relative;
    display: block;
    width: 101px;
    margin: 10px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    padding-bottom: 30px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .container.cate01 .history-container .btn-moreview {
        width: 100%;
        margin-top: 30px;
    }
}

.container.cate01 .history-container .btn-moreview::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 20px;
    background: #333;
}

.container.cate01 .history-container .btn-moreview::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 13px;
    height: 13px;
    margin-bottom: 3px;
    margin-left: -6px;
    border: 1px solid #333;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.container.cate01 .ci-bi-wrap .box {
    display: flex;
    justify-content: space-between;
    min-height: 200px;
    border: 1px solid #ddd;
    margin-top: 80px;
    padding: 45px 60px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap .box {
        min-height: auto;
        margin-top: 50px;
        padding: 30px 20px;
    }
}

.container.cate01 .ci-bi-wrap .box:first-child {
    margin-top: 0;
}

.container.cate01 .ci-bi-wrap .box img {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap .box > img {
        max-width: 220px;
    }
}

.container.cate01 .ci-bi-wrap .box li {
    width: 48%;
    text-align: center;
}

.container.cate01 .ci-bi-wrap h5 {
    margin-top: 25px;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: -1px;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap h5 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap h5 {
        margin-top: 15px;
    }
}

.container.cate01 .ci-bi-wrap .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.cate01 .ci-bi-wrap .color-list {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap .color-list {
        display: block;
    }
}

.container.cate01 .ci-bi-wrap .color-list li {
    width: 48%;
    max-width: 550px;
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap .color-list li {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
}

.container.cate01 .ci-bi-wrap .color-list dl dt {
    font-size: 18px;
    line-height: 28px;
    transform: skew(-0.05deg);
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap .color-list dl dt {
        font-size: 16px;
        line-height: 24px;
    }
}

.container.cate01 .ci-bi-wrap .color-list dl dd {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 0;
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap .color-list dl dd {
        margin-top: 5px;
    }
}

.container.cate01 .ci-bi-wrap .color-list dl dd .chip {
    position: relative;
    height: 120px;
    width: 45.454545%;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap .color-list dl dd .chip {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate01 .ci-bi-wrap .color-list dl dd .chip {
        width: calc((100% - 10px) / 2);
    }
}

.container.cate01 .ci-bi-wrap .color-list dl dd .chip span {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
}

.container.cate01 .ci-bi-wrap .color-list dl dd .chip.main01 {
    background: #197e93;
}

.container.cate01 .ci-bi-wrap .color-list dl dd .chip.main02 {
    background: #2e3c46;
}

.container.cate01 .ci-bi-wrap .color-list dl dd .chip.sub01 {
    background: #808285;
}

.container.cate01 .ci-bi-wrap .color-list dl dd .chip.sub02 {
    background: #bcbec0;
}

.container.cate01 .way-to-come .root_daum_roughmap {
    width: 100%;
}

.container.cate01 .way-to-come .root_daum_roughmap .wrap_map {
    height: 380px;
}

@media screen and (max-width: 767px) {
    .container.cate01 .way-to-come .root_daum_roughmap .wrap_map {
        height: 300px;
    }
}

.container.cate01 .way-to-come .root_daum_roughmap .wrap_controllers {
    display: none;
}

.container.cate01 .way-to-come .comp-info {
    border-top: 1px solid #333;
}

.container.cate01 .way-to-come .comp-info dl {
    border-bottom: 1px solid #ddd;
}

.container.cate01 .way-to-come .comp-info dl::after {
    content: " ";
    display: block;
    clear: both;
}

.container.cate01 .way-to-come .comp-info dl dt {
    float: left;
    width: 23.4375%;
    padding: 28px 0;
    border-right: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate01 .way-to-come .comp-info dl dt {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate01 .way-to-come .comp-info dl dt {
        padding: 12px 0;
    }
}

.container.cate01 .way-to-come .comp-info dl dd {
    margin-left: 23.4375%;
    padding: 28px 60px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
    color: #666;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate01 .way-to-come .comp-info dl dd {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate01 .way-to-come .comp-info dl dd {
        padding: 12px;
    }
}

/*** CI / BI page ***/
.container.cate01 .ci-wrap {
  text-align: center;
  margin-top: 20px;
}
.container.cate01 .ci-wrap .ci {
  width: 350px;
}
.container.cate01 .ci-wrap .txt {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 50px;
  background: #eee;
  padding:30px;
}



/* Evience Implant */
.container.cate02 .section-wrap section {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .container.cate02 .section-wrap section {
        margin-top: 50px;
    }
}

.container.cate02 .section-wrap section:first-child {
    margin-top: 0;
}

.container.cate02 .section-wrap section .sect-tit-wrap {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .container.cate02 .section-wrap section .sect-tit-wrap {
        margin-bottom: 25px;
    }
}

.container.cate02 .section-wrap section .sect-tit {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate02 .section-wrap section .sect-tit {
        font-size: 18px;
        line-height: 28px;
    }
}

.container.cate02 .section-wrap section .sect-desc {
    max-width: 980px;
    margin: 5px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    transform: skew(-0.05deg);
    color: #666;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .container.cate02 .section-wrap section .sect-desc {
        font-size: 16px;
        line-height: 24px;
    }
}

.container.cate02 .section-wrap section .sect-desc:first-child {
    margin-top: 0;
}

.container.cate02 .section-wrap section .img-popup-list {
    margin-top: 20px;
}

.container.cate02 .section-wrap section .imgs {
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate02 .section-wrap section .imgs {
        margin-top: 15px;
    }
}

.container.cate02 .section-wrap section .imgs .img-caption {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    letter-spacing: -0.3px;
}

@media screen and (max-width: 767px) {
    .container.cate02 .section-wrap section .imgs .img-caption {
        font-size: 14px;
        line-height: 22px;
    }
}

.container.cate02 .section-wrap section .imgs span {
    display: inline-block;
    padding: 35px 60px;
}

.container.cate02 .sub020305 {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 35px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub020305 {
        flex-direction: column;
        padding: 20px;
    }
}

.container.cate02 .sub020305 .img {
    display: block;
    width: 64%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub020305 .img {
        width: 100%;
    }
}

.container.cate02 .sub020305 .bullet-list {
    margin-left: 40px;
}

@media screen and (max-width: 767px) {
    .container.cate02 .sub020305 .bullet-list {
        margin-top: 20px;
        margin-left: 0;
    }
}

/* 제품소개 */
.container.cate03 .product-intro {
    padding: 65px 0 100px;
    background: #f6f6f6;
}

.container.cate03 .product-intro .cont-area {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    .container.cate03 .product-intro .cont-area {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container.cate03 .product-intro .cont-area {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.container.cate03 .product-intro .cont-area .link-lists {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .container.cate03 .product-intro .cont-area .link-lists {
        flex-wrap: wrap;
    }
}

.container.cate03 .product-intro .cont-area .link-lists li {
    width: calc((100% - 81px) / 4);
}

@media screen and (max-width: 1024px) {
    .container.cate03 .product-intro .cont-area .link-lists li {
        width: calc((100% - 20px) / 2);
    }
    .container.cate03 .product-intro .cont-area .link-lists li:nth-child(2) ~ li {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate03 .product-intro .cont-area .link-lists li {
        width: calc((100% - 10px) / 2);
    }
    .container.cate03 .product-intro .cont-area .link-lists li:nth-child(2) ~ li {
        margin-top: 10px;
    }
}

.container.cate03 .product-intro .cont-area .link-lists li a {
    display: block;
    height: 100%;
    background: #fff;
    box-shadow: 3px 4px 8px 0px rgba(205, 203, 203, 0.75);
}

@media screen and (min-width: 1025px) {
    .container.cate03 .product-intro .cont-area .link-lists li a:hover .thumb::before, .container.cate03 .product-intro .cont-area .link-lists li a:hover .thumb::after {
        opacity: 1;
    }
}

.container.cate03 .product-intro .cont-area .link-lists li a .thumb {
    display: block;
    position: relative;
}

.container.cate03 .product-intro .cont-area .link-lists li a .thumb img {
    width: 100%;
}

.container.cate03 .product-intro .cont-area .link-lists li a .thumb::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.container.cate03 .product-intro .cont-area .link-lists li a .thumb::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: url("/images/bg/bg-more.png") center no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.container.cate03 .product-intro .cont-area .link-lists li a p {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    .container.cate03 .product-intro .cont-area .link-lists li a p {
        padding: 15px 10px;
        font-size: 16px;
        line-height: 20px;
        transform: skew(-0.05deg);
        text-align: center;
    }
}

.container.cate03 .product-intro .cont-area .link-lists li a p .num {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #197e93;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .container.cate03 .product-intro .cont-area .link-lists li a p .num {
        display: block;
        margin: 0 auto 10px;
    }
}

.container.cate03 .prod-intro-wrap::after {
    content: " ";
    display: block;
    clear: both;
}

.container.cate03 .prod-intro-wrap .prod-name {
    width: 19.53125%;
    padding-top: 30px;
    border-top: 1px solid #197e93;
    color: #197e93;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .container.cate03 .prod-intro-wrap .prod-name {
        font-size: 20px;
        line-height: 30px;
    }
}

.container.cate03 .prod-intro-wrap .prod-name small {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .container.cate03 .prod-intro-wrap .prod-name small {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate03 .prod-intro-wrap .prod-name {
        float: none;
        width: auto;
        margin: 0 -12px;
        padding: 10px 12px;
        border: none;
        background: #333;
        color: #fff;
        text-align: center;
    }
}

.container.cate03 .prod-intro-wrap .prod-cont {
    /* margin-left: 25%; */
}

@media screen and (max-width: 767px) {
    .container.cate03 .prod-intro-wrap .prod-cont {
        margin-left: 0;
    }
}

.container.cate03 .prod-intro-wrap .prod-cont section {
    margin-top: 80px;
    padding-top: 30px;
    /* border-top: 1px solid #ddd; */
}

@media screen and (max-width: 767px) {
    .container.cate03 .prod-intro-wrap .prod-cont section {
        margin-top: 30px;
        padding-top: 20px;
        border-top: none;
        text-align: center;
    }
}

.container.cate03 .prod-intro-wrap .prod-cont section:first-child {
    margin-top: 0;
}

.container.cate03 .prod-intro-wrap .prod-cont .prod-title {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate03 .prod-intro-wrap .prod-cont .prod-title {
        font-size: 20px;
        line-height: 30px;
    }
}

.container.cate03 .prod-intro-wrap .prod-cont .prod-title small {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .container.cate03 .prod-intro-wrap .prod-cont .prod-title small {
        font-size: 18px;
        line-height: 28px;
    }
}

.container.cate03 .prod-intro-wrap .prod-cont .img-wrap {
    margin-top: 50px;
    text-align: center;
}

.container.cate03 .prod-intro-wrap .prod-cont .img-wrap:first-child {
    margin-top:0;
}

.container.cate03 .prod-intro-wrap .prod-cont .img-wrap.border {
    border-color: #eee !important;
    padding: 30px 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container.cate03 .prod-intro-wrap .prod-cont .img-wrap {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .container.cate03 .prod-intro-wrap.type2 .prod-name {
        display: none;
    }
    .container.cate03 .prod-intro-wrap.type2 .prod-cont {
        margin-left: 0;
    }
    .container.cate03 .prod-intro-wrap.type2 .prod-cont section {
        text-align: center;
    }
    .container.cate03 .prod-intro-wrap.type2 .prod-cont section:first-child {
        border-top: none;
    }
    .container.cate03 .prod-intro-wrap.type2 .prod-cont .img-wrap {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}

.container.cate03 .info-text {
    margin-top: 60px;
    padding: 14px 12px;
    background: #eee;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .container.cate03 .info-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate03 .info-text {
        margin-top: 30px;
    }
}

.container.cate03 .catalog-wrap {
    position: relative;
    height: 428px;
    padding: 90px 0 0 90px;
    background-color: #fafafa;
    background-image: url("/images/bg/bg-sub0304.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media screen and (max-width: 1024px) {
    .container.cate03 .catalog-wrap {
        height: 330px;
        padding: 50px 0 0 50px;
        background-position: right -100px bottom;
    }
}

@media screen and (max-width: 767px) {
    .container.cate03 .catalog-wrap {
        height: auto;
        padding: 10% 0 70% 20px;
        background-image: url("/images/bg/bg-sub0304-m.jpg");
        background-size: 100%;
        background-position: center bottom;
    }
}

.container.cate03 .catalog-wrap .tit {
    color: #197e93;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
    .container.cate03 .catalog-wrap .tit {
        font-size: 28px;
        line-height: 36px;
    }
}

.container.cate03 .catalog-wrap .btn {
    margin-top: 35px;
}

.container.cate03 .catalog-wrap .ex {
    position: absolute;
    left: 25px;
    bottom: 15px;
    color: #888;
    font-size: 14px;
    line-height: 22px;
    transform: skew(-0.05deg);
}

@media screen and (max-width: 767px) {
    .container.cate03 .catalog-wrap .ex {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .container.cate03 .catalog-wrap .ex {
        left: 20px;
        right: 20px;
        bottom: 10px;
        text-align: center;
    }
}

/* 임상센터 */
.container.cate04 .video-play-wrap {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.container.cate04 .video-play-wrap .video-title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: -1px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .container.cate04 .video-play-wrap .video-title {
        font-size: 20px;
        line-height: 30px;
    }
}

.container.cate04 .video-play-wrap .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
}

.container.cate04 .video-play-wrap .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container.cate04 .video-play-wrap .video-thumbnail {
    position: relative;
    margin-top: 50px;
    padding: 0 50px;
}

@media screen and (max-width: 767px) {
    .container.cate04 .video-play-wrap .video-thumbnail {
        padding: 0 30px;
    }
}

.container.cate04 .video-play-wrap .video-thumbnail .video-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.container.cate04 .video-play-wrap .video-thumbnail .video-thumb img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.container.cate04 .video-play-wrap .video-thumbnail .video-thumb::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .container.cate04 .video-play-wrap .video-thumbnail .video-thumb::before {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
}

.container.cate04 .video-play-wrap .video-thumbnail .video-thumb::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -13px;
    margin-left: -8px;
    border-left: 20px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 11;
}

@media screen and (max-width: 767px) {
    .container.cate04 .video-play-wrap .video-thumbnail .video-thumb::after {
        border-left-width: 14px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-top: -10px;
        margin-left: -5px;
    }
}

.container.cate04 .video-play-wrap .video-thumbnail .video-thumb.selected::before {
    border-color: #197e93;
    background: #197e93;
}

.container.cate04 .video-play-wrap .video-thumbnail .swiper-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .container.cate04 .video-play-wrap .video-thumbnail .swiper-control {
        width: 25px;
    }
}

.container.cate04 .video-play-wrap .video-thumbnail .swiper-control::after {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    transition: all 0.15s ease-in-out;
}

@media screen and (max-width: 767px) {
    .container.cate04 .video-play-wrap .video-thumbnail .swiper-control::after {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
}

.container.cate04 .video-play-wrap .video-thumbnail .swiper-control.prev {
    left: 0;
}

.container.cate04 .video-play-wrap .video-thumbnail .swiper-control.prev::after {
    left: 8px;
    transform: rotate(45deg);
}

.container.cate04 .video-play-wrap .video-thumbnail .swiper-control.next {
    right: 0;
}

.container.cate04 .video-play-wrap .video-thumbnail .swiper-control.next::after {
    right: 8px;
    transform: rotate(-135deg);
}

.container.cate04 .video-play-wrap .video-thumbnail .swiper-control.swiper-button-disabled::after {
    opacity: 0.3;
}

/*# sourceMappingURL=maps/common.css.map */