@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&family=Noto+Serif+KR:wght@400;500;700;900&display=swap");
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/noto-light/notokr-light.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/fonts/noto-light/notokr-light.eot?#iefix") format("embedded-opentype"), url("/fonts/noto-light/notokr-light.woff2") format("woff2"), url("/fonts/noto-light/notokr-light.woff") format("woff"), url("/fonts/noto-light/notokr-light.ttf") format("truetype"), url("/fonts/noto-light/notokr-light.svg#NotoSansKR") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/noto-regular/notokr-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/fonts/noto-regular/notokr-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/noto-regular/notokr-regular.woff2") format("woff2"), url("/fonts/noto-regular/notokr-regular.woff") format("woff"), url("/fonts/noto-regular/notokr-regular.ttf") format("truetype"), url("/fonts/noto-regular/notokr-regular.svg#NotoSansKR") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/noto-medium/notokr-medium.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/fonts/noto-medium/notokr-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/noto-medium/notokr-medium.woff2") format("woff2"), url("/fonts/noto-medium/notokr-medium.woff") format("woff"), url("/fonts/noto-medium/notokr-medium.ttf") format("truetype"), url("/fonts/noto-medium/notokr-medium.svg#NotoSansKR") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/noto-bold/notokr-bold.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/fonts/noto-bold/notokr-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/noto-bold/notokr-bold.woff2") format("woff2"), url("/fonts/noto-bold/notokr-bold.woff") format("woff"), url("/fonts/noto-bold/notokr-bold.ttf") format("truetype"), url("/fonts/noto-bold/notokr-bold.svg#NotoSansKR") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url("/fonts/noto-black/notokr-black.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/fonts/noto-black/notokr-black.eot?#iefix") format("embedded-opentype"), url("/fonts/noto-black/notokr-black.woff2") format("woff2"), url("/fonts/noto-black/notokr-black.woff") format("woff"), url("/fonts/noto-black/notokr-black.ttf") format("truetype"), url("/fonts/noto-black/notokr-black.svg#NotoSansKR") format("svg");
    /* Legacy iOS */
}

@font-face { font-family: 'NotoSansKR'; src: url('font/NotoSansKR-Black.otf') format('opentype') }


@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);


/* === RESET CSS === */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: -0.03em;
}

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

body{
    -webkit-touch-callout:none;
}
textarea {
    resize: none;
}

fieldset,
img {
    border: 0;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -webkit-user-drag: none;
}

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

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 {
    visibility: hidden;
    overflow: hidden;
    width: 0 !important;
    height: 0 !important;
    font-size: 0;
    line-height: 0;
}

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

button:disabled {
    cursor: default;
}

.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-serif {
    font-family: "Noto Serif KR", serif !important;
}

.ft-brush {
    font-family: "Nanum Brush Script", cursive !important;
}

.ft-mj {
    font-family: "Nanum Myeongjo", serif !important;
}
/* === UTILITIES === */
/* utilities */

.pc_v{
    display: block;
}
.mo_v{
    display: none; 
}

@media screen and (max-width:1024px) {
    .mo_v2{
        display: block; 
    }   
}
@media screen and (max-width:767px) {
    .pc_v{
        display: none;
    }
    .mo_v{
        display: block; 
    }   
}

.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: #111 !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: #1e3971 !important;
}

.border-point2 {
    border-color: #22140c !important;
}

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

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

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

.border-yellow {
    border-color: #e1b016 !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;
}
.gap-1{
    gap:10px;
}
.gap-2{
    gap:20px;
}
.gap-3{
    gap:30px;
}
.gap-4{
    gap:40px;
}
.gap-5{
    gap:50px;
}
.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: #111 !important;
}

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

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

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

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

.text-point {
    color: #1e3971 !important;
}

.text-point2 {
    color: #22140c !important;
}

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

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

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

.text-yellow {
    color: #e1b016 !important;
}

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

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

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

.bg-black {
    background-color: #111 !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: #1e3971 !important;
}

.bg-point2 {
    background-color: #22140c !important;
}

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

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

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

.bg-yellow {
    background-color: #e1b016 !important;
}

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.flex{
    display: flex;
}

.flex.flex-center{
    justify-content: center;
    align-items: center;
}

.flex-left, .flex-right {
    position: relative;
    flex: 1;
}

@media screen and (max-width: 520px){
    .flex {
        display: flex;
        flex-direction: column;
    }
    .m-reverse {
        flex-direction: column-reverse !important;
    }
}
/* === COMMON MODULES === */
/* accordion */
.ci-color{
    color:#19199b;
}
.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;
    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: #1e3971;
    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: #f6f6f6;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    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: #22140c;
    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: #f5f5f5;
}

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

.boardview-wrap .board-head .tit {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-right: 20px;
}

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

@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;
}

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

.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;
    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;
    color: #111;
    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;
    color: #888;
}

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

@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;
    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;
    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: 12px;
        line-height: 20px;
    }
}

@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: 5px 25px;
    border: 1px solid transparent;
    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;
}

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

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

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

.btn.radius {
    border-radius: 8px;
}

.btn.icon-go span {
    position: relative;
    padding-right: 34px;
}

.btn.icon-go span::before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 1px;
    background: currentColor;
}

.btn.icon-go span::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 1px;
    margin-top: -4px;
    background: currentColor;
    transform: rotate(40deg);
}

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

.btn.btn-black:hover, .btn.btn-black:active {
    background-color: #353535;
    border-color: #353535;
}

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

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

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

.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-shadow{
    color:#000;
    background:none;
    border:none;
    box-shadow:1px 1px 10px 3px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    background: #fff;
}
.btn.btn-shadow:hover, .btn.btn-shadow:active {
    background-color: rgba(30, 57, 113, 1);
    color:#fff;
}

.btn.btn-shadow.white{
    background:#fff;
}

.btn.btn-shadow.white:hover{
    color:red;
}

.btn.btn-shadow.youtube:hover,.btn.youtube:active{
    background: #fe0001 url(../images/icon/icon-play.png) 52.5% center /contain no-repeat;
    color:transparent;
    background-size:26px;
}

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

.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: #fff;
}

.btn.btn-gray:hover, .btn.btn-gray:active {
    background-color: #9a9a9a;
    border-color: #9a9a9a;
}

.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: #666;
}

.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: #182a5f;
    border-color: #182a5f;
    color: #fff;
}

.btn.btn-point:hover, .btn.btn-point:active {
    background-color: #1e3971;
    border-color: #1e3971;
}

.btn.btn-border-point {
    border-color: #182a5f;
    color: #182a5f;
}

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

.btn.btn-point2 {
    background-color: #22140c;
    border-color: #22140c;
    color: #fff;
}

.btn.btn-point2:hover, .btn.btn-point2:active {
    background-color: #433730;
    border-color: #433730;
}

.btn.btn-border-point2 {
    border-color: #22140c;
    color: #22140c;
}

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

.btn.btn-blur {
    background-color: #e1b016;
    border-color: #e1b016;
    color: #fff;
}

.btn.btn-blur:hover, .btn.btn-blur:active {
    background-color: #bbb5b2;
    border-color: #bbb5b2;
}

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

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

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

.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: #ff2d04;
    border-color: #ff2d04;
    color: #fff;
}

.btn.btn-red:hover, .btn.btn-red:active {
    background-color: #ff4d2a;
    border-color: #ff4d2a;
}

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

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

.btn.btn-yellow {
    background-color: #e1b016;
    border-color: #e1b016;
    color: #fff;
}

.btn.btn-yellow:hover, .btn.btn-yellow:active {
    background-color: #e6bc39;
    border-color: #e6bc39;
}

.btn.btn-border-yellow {
    border-color: #e1b016;
    color: #e1b016;
}

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

.btn.btn-green {
    background-color: #6c893e;
    border-color: #6c893e;
    color: #fff;
}

.btn.btn-green:hover, .btn.btn-green:active {
    background-color: #829b5b;
    border-color: #829b5b;
}

.btn.btn-border-green {
    border-color: #6c893e;
    color: #6c893e;
}

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

.btn.btn-sm {
    padding: 15px 60px;
    font-size: 14px;
    line-height: 28px;
}

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



.btn.btn-md {
    padding: 0 10px;
    font-size: 16px;
    line-height: 48px;
}

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

.btn.btn-md.rounded {
    border-radius: 25px;
}

.btn.btn-lg {
    padding: 0 20px;
    font-size: 18px;
    line-height: 58px;
    font-weight: 500;
    border-radius: 6px;
}

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

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

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

.btn:disabled {
    border-color: #bbb;
    background: #bbb;
    color: #fff;
}

.btn:disabled:hover, .btn:disabled:active {
    border-color: #bbb;
    background: #bbb;
    color: #fff;
}

.btn-area {
    display: flex;
    margin-top: 80px;
    justify-content: center;
}

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

.btn-area > * {
    min-width: 230px;
    margin-left: 10px;
}

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

@media screen and (max-width: 767px) {
    .btn-area > * {
        min-width: auto;
        flex: 1;
    }
}

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

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

.link-basic {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: inherit;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    vertical-align: top;
    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;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    vertical-align: top;
    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;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    vertical-align: top;
    transform: skew(-0.05deg);
}

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

.link-border {
    display: inline-block;
    vertical-align: middle;
    color: #ddd;
    font-size: inherit;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    vertical-align: top;
    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: #1e3971;
    font-size: inherit;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    vertical-align: top;
    transform: skew(-0.05deg);
}

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

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

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

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

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

.link-white {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: inherit;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    vertical-align: top;
    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: #ff2d04;
    font-size: inherit;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    vertical-align: top;
    transform: skew(-0.05deg);
}

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

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

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

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

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

.btn-talk {
    position: relative;
    display: block;
    width: 64px;
    height: 58px;
    padding-top: 14px;
    padding-right: 14px;
    background: url("/images/icon/icon-talk.png") 0 bottom no-repeat;
}

.btn-talk .count {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    min-width: 25px;
    padding: 0 5px;
    border-radius: 13px;
    background: #1e3971;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.btn-talk.sm {
    width: 48px;
    height: 44px;
    margin: 0 auto;
    background-size: auto 30px;
}

.btn-talk.sm .count {
    min-width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 21px;
}

.btn-view {
    position: relative;
    display: block;
    width: 210px;
    height: 50px;
    padding-left: 35px;
    border: 1px solid #1e3971;
    background: #fff;
    font-size: 18px;
    line-height: 48px;
    color: #1e3971;
}

.btn-view::before, .btn-view::after {
    content: ' ';
    position: absolute;
    top: 28px;
    right: 30px;
    height: 1px;
    background: #1e3971;
}

.btn-view::before {
    width: 26px;
}

.btn-view::after {
    width: 10px;
    transform: rotate(45deg);
    margin-top: -4px;
}

.ui-datepicker {
    display: none;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px 4px;
    background: #fff;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    padding: 0 40px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
    position: absolute;
    display: block;
    font-size: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
    transform: rotate(45deg);
    margin-left: -3px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
    transform: rotate(-135deg);
    margin-left: -6px;
}

.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}

.ui-datepicker .ui-datepicker-calendar thead th {
    height: 30px;
    font-size: 15px;
    font-weight: 500;
}

.ui-datepicker .ui-datepicker-calendar tbody td {
    height: 40px;
    color: #666;
    font-size: 15px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable * {
    opacity: 0.4;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-week-end:first-child {
    color: #ff2d04;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-week-end:last-child {
    color: #1e3971;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today a {
    background: #ddd;
    color: #333;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-active {
    background: #1e3971;
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-days-cell-over a {
    background: #ddd;
    color: #333;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-days-cell-over a.ui-state-active {
    background: #1e3971;
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar tbody td a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 40px;
}

/* flag */
.flag {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    /* min-width: 40px;
    padding: 0 6px; */
}

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

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

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

.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: #fff;
}

.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: #1e3971;
    border-color: #1e3971; */
    color: #4893c5;
}

.flag.flag-border-point {
    border-color: #1e3971;
    color: #1e3971;
}

.flag.flag-point2 {
    background-color: #22140c;
    border-color: #22140c;
    color: #fff;
}

.flag.flag-border-point2 {
    border-color: #22140c;
    color: #22140c;
}

.flag.flag-blur {
    background-color: #e1b016;
    border-color: #e1b016;
    color: #fff;
}

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

.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: #ff2d04;
    border-color: #ff2d04;
    color: #fff;
}

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

.flag.flag-yellow {
    background-color: #e1b016;
    border-color: #e1b016;
    color: #fff;
}

.flag.flag-border-yellow {
    border-color: #e1b016;
    color: #e1b016;
}

.flag.flag-green {
    background-color: #6c893e;
    border-color: #6c893e;
    color: #fff;
}

.flag.flag-border-green {
    border-color: #6c893e;
    color: #6c893e;
}

.flag.flag-sm {
    min-width: 43px;
    height: 22px;
    line-height: 20px;
    border-radius: 4px;
}

.flag.rounded {
    border-radius: 11px;
}

.text-flag {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

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

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

.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: #1e3971;
}

.text-flag.text-flag-point2 {
    color: #22140c;
}

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

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

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

.text-flag.text-flag-yellow {
    color: #e1b016;
}

.text-flag.text-flag-green {
    color: #6c893e;
}

.text-flag.text-flag-lg {
    font-size: 20px;
    line-height: 30px;
}

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

/* 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;
    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: 300px;
    margin-left: auto;
    /* border:solid 1px red; */
    box-shadow: 1px 1px 10px 3px rgb(0 0 0 / 10%);
    border-radius: 30px;
    padding: 0 10px;
}

@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: #1e3971;
    font-size: 16px;
    line-height: 48px;
    border-radius: 0;
}

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

@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: #1e3971;
    color: #fff;
}

.list-filter .search-wrap .selectbox-wrap .nice-select .list:hover .option:not(:hover) {
    color: #1e3971;
    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:30px;
    border-left: none;
    border: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;
}

@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:url("/images/icon/icon-search.png") center no-repeat;
    filter:invert(1);
}

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



/* board */
.board-list-wrap {
    padding-top: 30px;
}

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

.board-list-wrap ul.lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
    margin-left: -50px;
}

@media screen and (max-width: 1024px) {
    .board-list-wrap ul.lists {
        margin-top: -30px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 520px) {
    .board-list-wrap ul.lists {
        display: block;
        margin: 0;
    }
}



.board-list-wrap ul.lists > li {
    width: calc(100% / 4);
    padding-left: 50px;
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
    .board-list-wrap ul.lists > li {
        width: calc(100% / 3);
        padding-left: 20px;
        margin-top: 30px;
    }
}



@media screen and (max-width: 767px) {
    .board-list-wrap ul.lists > li {
        width: calc(100% / 2);
        padding-left: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 520px) {
    .board-list-wrap ul.lists > li {
        width: 100%;
        padding:0;
    }
    .board-list-wrap ul.lists > li:first-child {
        margin-top: 0;
    }
}

.board-list-wrap ul.lists > li a.inner {
    display: block;
    max-width: 280px;
    border:solid 5px transparent;
    transition: all .3s;
}

@media screen and (max-width: 767px) {
    .board-list-wrap ul.lists > li a.inner {
        max-width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        
    }
}



.board-list-wrap ul.lists > li a.inner:hover{
    border:solid 5px #2856bd;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0,0.5);
}
.board-list-wrap ul.lists > li a.inner .text-box{
    padding: 15px 5px;
}
.board-list-wrap ul.lists > li a.inner .text-box.border{
    border:solid 1px #ccc;
    border-top:none;
    padding: 10px 20px;
}
@media screen and (max-width: 767px) {
    .board-list-wrap ul.lists > li a.inner .text-box{
     
    }
    .board-list-wrap ul.lists > li a.inner .text-box.border{
        border:solid 1px #ccc;
        border-top:none;
        padding: 12px;
    }
}

.board-list-wrap ul.lists > li a.inner .photo-wrap{
    position: relative;
    width:100%;
    background: #f6f6f6;
    text-align: center;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1366px) {
    .board-list-wrap ul.lists > li a.inner .photo-wrap{
        min-height: 150px;
    }
}



.board-list-wrap ul.lists > li a.inner .photo-wrap.min-h{
    min-height: 600px;
    overflow: hidden;
}
.board-list-wrap ul.lists > li a.inner .photo-wrap.min-h img{
    height: 100%;
}

.board-list-wrap ul.lists > li a.inner .top {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .board-list-wrap ul.lists > li a.inner .top {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .board-list-wrap ul.lists > li a.inner .photo-wrap{
        min-height: 200px;
        max-height: 200px;
    }
    .board-list-wrap ul.lists > li a.inner .photo-wrap img{
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        object-fit: cover;
    }
}


.board-list-wrap ul.lists > li a.inner .tit {
    position: relative;
    display: inline-block;
    max-width: 100%;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}
.board-list-wrap ul.lists > li a.inner .tit.black{
    color:#000;
}
@media screen and (max-width: 1024px) {
    .board-list-wrap ul.lists > li a.inner .tit{
        font-size:17px;
    }
}

@media screen and (max-width: 767px) {
    .board-list-wrap ul.lists > li a.inner .tit {
        font-size: 15px;
        line-height: 22px;
    }
}

.board-list-wrap ul.lists > li a.inner .tit.new {
    padding-right: 20px;
}

.board-list-wrap ul.lists > li a.inner .tit.new::after {
    content: 'N';
    position: absolute;
    top: 50%;
    right: 0;
    width: 17px;
    height: 17px;
    margin-top: -8px;
    border: 1px solid #4893c5;
    border-radius: 50%;
    color: #4893c5;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
}

.board-list-wrap ul.lists > li a.inner .cont {
    height: auto;
    margin-top: 10px;
    color: #666;
    font-size: 15px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .board-list-wrap ul.lists > li a.inner .cont {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .board-list-wrap ul.lists > li a.inner .cont {
        height: auto;
        margin-top: 0;
        -webkit-line-clamp: 2;
    }
}

.board-list-wrap ul.lists > li a.inner .date {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
    color:#777;
}

@media screen and (max-width: 767px) {
    .board-list-wrap ul.lists > li a.inner .date {
        margin-top: 15px;
        font-size: 12px;
    }
}

.board-view-wrap .board-head {
    padding:20px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-head {
        padding:15px;
    }
}

.board-view-wrap .board-head .date {
    margin-bottom: 5px;
    font-size: 16px;
    color: #888;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-head .date {
        font-size: 14px;
    }
}

.board-view-wrap .board-head .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-head .title {
        font-size: 20px;
        line-height: 28px;
    }
}

.board-view-wrap .board-head ul.info {
    margin-top: 20px;
    font-size: 0;
}

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

.board-view-wrap .board-head ul.info li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #888;
    margin-right: 20px;
}

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

.board-view-wrap .board-body {
    padding: 20px 0 60px;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-body {
        padding: 15px 0 40px;
    }
}

.board-view-wrap .board-body .file-info {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-body .file-info {
        padding: 12px;
    }
}

.board-view-wrap .board-body .file-info dl {
    display: flex;
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-body .file-info dl {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-body .file-info dl {
        display: block;
    }
}

.board-view-wrap .board-body .file-info dl dt {
    margin-right: 10px;
    font-weight: 500;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-body .file-info dl dt {
        margin-bottom: 5px;
        margin-right: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }
}

.board-view-wrap .board-body .file-info dl dd::after {
    content: '/';
    margin: 0 6px;
    color: #ddd;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-body .file-info dl dd::after {
        display: none;
    }
}

.board-view-wrap .board-body .file-info dl dd:last-child::after {
    display: none;
}

.board-view-wrap .board-body .file-info dl dd a {
    display: inline-block;
    vertical-align: top;
}

.board-view-wrap .board-body .cont {
    font-size: 16px;
    line-height: 24px;
}

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

.board-view-wrap .board-body .answer-cont {
    margin-top: 50px;
    background: #f5f5f5;
    padding: 20px;
}

.board-view-wrap .board-body .answer-cont .date {
    color: #888;
    font-size: 16px;
}

.board-view-wrap .board-body .answer-cont .tit {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-body .answer-cont .tit {
        font-size: 18px;
        line-height: 26px;
    }
}

.board-view-wrap .board-body .answer-cont .a-cont {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

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

.board-view-wrap .board-foot {
    position: relative;
}

.board-view-wrap .board-foot .others {
    margin-top: 60px;
    margin-bottom: 60px;
    border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-foot .others {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

.board-view-wrap .board-foot .others li {
    padding:30px 20px;
    border-bottom: 1px solid #ddd;
    color:#000;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-foot .others li {
        padding:15px 10px;
    }
}

.board-view-wrap .board-foot .others li dl {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    gap:30px;
}

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

.board-view-wrap .board-foot .others li dl dt {
    white-space: nowrap;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .board-view-wrap .board-foot .others li dl dt {
        gap: 10px;
    }
}

.board-view-wrap .board-foot .others li dl dt a{
    display: flex;
    width: 20px;
    height: 24px;
    align-items: center;
    cursor: pointer;
}

.board-view-wrap .board-foot .others li dl dd {
    width: 100%;
    overflow: hidden;
}

.board-view-wrap .board-foot .others li dl dd a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.board-view-wrap .board-foot .btn.btn-md {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 30px;
    color:#005cae;
    border:solid 1px #005cae;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .board-view-wrap .board-foot .btn.btn-md {
        max-width: none;
    }
}

/* input */
.form-control {
    display: block;
    width: 100%;
    min-height: 50px;
    height: 50px;
    padding: 13px 15px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    line-height: normal;
    transition: border-color 0.15s ease-in-out;
}

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

.form-control:focus {
    outline: none;
    border-color: #1e3971;
}

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

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

.form-control:disabled {
    opacity: 0.5;
}

.form-control.datepicker {
    padding-right: 60px;
    background-image: url("/images/icon/icon-cal.png");
    background-repeat: no-repeat;
    background-position: right 19px center;
}

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;
    height: 180px;
}

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

.chk-wrap.icon-only input + label {
    padding-left: 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;
    user-select: none;
    vertical-align: top;
}

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

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

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

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

.chk-wrap input:checked + label {
    color: #333;
}

.chk-wrap input:checked + label::before {
    border-color: #1e3971;
    background: #1e3971;
}

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

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

.rdo-wrap.icon-only input + label {
    padding-left: 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;
    user-select: none;
    vertical-align: top;
}

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

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

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

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

.rdo-wrap input:checked + label {
    color: #333;
}

.rdo-wrap input:checked + label::before {
    border-color: #1e3971;
}

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

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

.rdo-btn-wrap.icon-only input + label {
    padding-left: 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;
    user-select: none;
    vertical-align: top;
    height: 44px;
    padding: 0 18px;
    border: 1px solid #ddd;
    border-radius: 22px;
    color: #999;
    font-size: 18px;
    line-height: 42px;
}

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

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

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

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

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

.like-chk-wrap.icon-only input + label {
    padding-left: 22px;
}

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

.like-chk-wrap input + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    user-select: none;
    vertical-align: top;
    padding-left: 0;
    width: 24px;
    height: 24px;
    background: url("/images/bg/bg-star.gif") 0 0 no-repeat;
}

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

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

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

.like-chk-wrap input:checked + label {
    background-position-y: bottom;
}

/* switch */
.chk-switch {
    display: inline-block;
    position: relative;
    min-height: 38px;
    vertical-align: top;
}

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

.chk-switch input + label {
    display: block;
    position: relative;
    width: 68px;
    height: 38px;
    border-radius: 19px;
    background: #ddd;
    cursor: pointer;
    user-select: none;
    transition: background 0.1s ease-in-out;
}

.chk-switch input + label::before {
    content: ' ';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.chk-switch input:checked + label {
    background: #1e3971;
}

.chk-switch input:checked + label::before {
    left: 34px;
}

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

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

.thumb-list-wrap .lists > li {
    width: 50%;
    margin-top: 3.787879%;
    padding-left: 3.030303%;
}
.thumb-list-wrap .lists > li.full{
    width:100%;
}
.thumb-list-wrap .lists > li a {
    display: block;
    width:100%;
    height: 100%;
}
.thumb-list-wrap .lists > li a img{
    width: 100%;
    height: calc(100%);
    object-fit: cover;
    min-height: 150px;
    max-height: 450px;
}
.thumb-list-wrap .lists > li.full a img{
    max-height: unset;
}
@media screen and (max-width: 767px) {
    .thumb-list-wrap .lists > li a img{
        width: 100%;
        height: calc(100%);
        object-fit: cover;
        min-height: 150px;
        max-height: 250px;
    }
    .thumb-list-wrap .lists > li.full a img{
        max-height: unset;
    }
}




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

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

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

.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 {
        margin-right: 0;
        margin-top: 5px;
    }
}


@media screen and (max-width: 767px) {
    .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 {
    margin-top: 5px;
    padding-left: 14px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
}

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

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

.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 {
    padding-left: 10px;
}

.bullet-list.dot > li::before {
    content: '·';
    width: 10px;
    margin-left: -10px;
    color: inherit;
}

.bullet-list.num > li {
    padding-left: 20px;
}

.bullet-list.num > li::before {
    content: ' ';
    width: 14px;
    height: 14px;
    margin-top: 5px;
    margin-left: -20px;
    margin-right: 6px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
}

.bullet-list.num > li:nth-child(1)::before {
    content: "1";
}

.bullet-list.num > li:nth-child(2)::before {
    content: "2";
}

.bullet-list.num > li:nth-child(3)::before {
    content: "3";
}

.bullet-list.num > li:nth-child(4)::before {
    content: "4";
}

.bullet-list.num > li:nth-child(5)::before {
    content: "5";
}

.bullet-list.num > li:nth-child(6)::before {
    content: "6";
}

.bullet-list.num > li:nth-child(7)::before {
    content: "7";
}

.bullet-list.num > li:nth-child(8)::before {
    content: "8";
}

.bullet-list.num > li:nth-child(9)::before {
    content: "9";
}

.bullet-list.num > li ul.bullet-list {
    margin-top: 5px;
}

.bullet-list.num > li ul.bullet-list li {
    margin-top: 2px;
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .bullet-list.num > li ul.bullet-list li {
        font-size: 12px;
        line-height: 20px;
    }
}

.bullet-list.num2 > li {
    padding-left: 18px;
}

.bullet-list.num2 > li::before {
    width: 18px;
    margin-left: -18px;
}

.bullet-list.num2 > li:nth-child(1)::before {
    content: "1.";
}

.bullet-list.num2 > li:nth-child(2)::before {
    content: "2.";
}

.bullet-list.num2 > li:nth-child(3)::before {
    content: "3.";
}

.bullet-list.num2 > li:nth-child(4)::before {
    content: "4.";
}

.bullet-list.num2 > li:nth-child(5)::before {
    content: "5.";
}

.bullet-list.num2 > li:nth-child(6)::before {
    content: "6.";
}

.bullet-list.num2 > li:nth-child(7)::before {
    content: "7.";
}

.bullet-list.num2 > li:nth-child(8)::before {
    content: "8.";
}

.bullet-list.num2 > li:nth-child(9)::before {
    content: "9.";
}

.bullet-list.num2 > li ul.bullet-list {
    margin-top: 5px;
}

.bullet-list.num2 > li ul.bullet-list li {
    margin-top: 2px;
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .bullet-list.num2 > li ul.bullet-list li {
        font-size: 12px;
        line-height: 20px;
    }
}

.ability-lists-wrap{
    position: relative;
    padding: 10px 30px;
    background: #f5f5f5;
    border-radius: 20px;
}

@media screen and (max-width: 520px) {
    .ability-lists-wrap{
        width: 90%;
        margin: 0 auto;
        /* overflow-x: auto; */
    }
}


.ability-lists{
    position: relative;
    display: flex;
    border-radius: 20px;
    gap:60px;
    margin: 20px auto;
    width: 100%;
    justify-content: center;
}

@media screen and (max-width: 1366px) {
    .ability-lists{
        gap:40px;
    }
}

@media screen and (max-width: 768px) {
    .ability-lists{
        gap:20px;
    }
}




@media screen and (max-width: 520px) {
    .ability-lists{
        padding:0;
        flex-wrap: wrap;
    }
}
.ability-lists > li{
    position: relative;
    background: #fff;
    padding: 30px 15px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    line-height: 1.2;
    margin: 10px 0;
}

@media screen and (max-width: 1024px) {
    .ability-lists li{
        width: 30%;
        max-width: 175px;
    }
}

@media screen and (max-width: 520px) {
    .ability-lists li{
        width:75%;
        height: 160px;;
    }
}


.ability-lists > li::before{
    background: url(/images/icon/icon-arrow.png) center no-repeat;
    content: '';
    display: block;
    width: 14px;
    height: 20px;
    position: absolute;
    right: -22%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (max-width: 1024px) {
    .ability-lists > li::before{
        display: none;   
    }
}

@media screen and (max-width: 520px) {
    .ability-lists > li::before{
        display: block;
        top: unset;
        bottom: -40px;
        right: 50%;
        transform: translate(0,-50%) rotate(90deg);
    }
}

.ability-lists > li:last-child::before{
    display: none;
}

.ability-lists > li.m-left{
    margin-left:210px;
}
.ability-lists > li.m-right{
    margin-right:210px;
}

@media screen and (max-width: 1366px) {
    .ability-lists > li.m-left,
    .ability-lists > li.m-right{
        margin:10px 0;
    }
}


.ability-lists > li.last{
    background: none;
    width:auto;
}


@media screen and (max-width: 1366px) {
    .ability-lists > li.last{
        width:200px;
    }    
}


@media screen and (max-width: 1024px) {
    .ability-lists > li.last{
        width: 200px;
    }
}


@media screen and (max-width: 767px) {
    .ability-lists > li {

    }

}



.ability-lists .inner::after {
    content: " ";
    display: block;
    clear: both;
}


@media screen and (max-width: 520px) {
    .ability-lists .inner {
        padding:0;
        
    }
}

.ability-lists .inner .thumb {
    display: block;
    width:100%;
    overflow: hidden;
    margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
    .ability-lists .inner .thumb {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}


.ability-lists .inner .title {
    font-size: 18px;
    font-weight: 500;
    word-break: keep-all;
    color:#282828;
    text-transform: uppercase;
}
.ability-lists .inner .title.b-color{
    color:#2856bd;
}

@media screen and (max-width: 1024px) {
    .ability-lists .inner .title {
  
    }
}

@media screen and (max-width: 767px) {
    .ability-lists .inner .title {
        font-size: 18px;
    }
}


.ability-lists .inner .d-table .d-table-tit{
    background: #0e428e;
    color:#fff;
    line-height: 1.5;
}

.d-table-wrap{
    position: relative;
    word-break: keep-all;
}
.d-table-wrap::-webkit-scrollbar{
    display: none;
}

.d-table  {border-collapse:collapse;border-spacing:0;}
.d-table td{border-color:#f5f5f5;border-style:solid;border-width:0.5px;font-family:Arial, sans-serif;font-size:14px; border-width:thin;
  overflow:hidden;padding:10px 5px;word-break:keep-all;}
.d-table th{border-color:#f5f5f5;border-style:solid;border-width:0.5px;font-family:Arial, sans-serif;font-size:14px; border-width:thin;font-weight:normal;overflow:hidden;padding:10px 5px;word-break:keep-all;}
.d-table .d-table-baqh{text-align:center;vertical-align:middle}
.d-table .d-table-c3ow{border-color:#f5f5f5;text-align:center;vertical-align:middle; border-width:thin;}
.d-table .d-table-tit{border-color:inherit;font-weight:bold;text-align:center;vertical-align:middle}
.d-table .d-table-tit{font-weight:bold;text-align:center;vertical-align:middle}
.d-table .d-table-uzvj{font-weight:bold;text-align:center;vertical-align:middle; line-height: 1.2; word-break: keep-all; border-width:thin;}
.d-table .d-table-0pky{border-color:inherit;text-align:left;vertical-align:middle;border-width:thin;}


@media screen and (max-width: 767px) {
    .ability-lists .inner .cont-lists {
        margin-left: 0;
    }
    .ability-lists .inner .d-table .d-table-tit{
        padding:10px 5px;
        font-size:10px;
    }
    .d-table{
        overflow-x: auto;
    }
    .d-table .d-table-uzvj, .d-table td{
        font-size:10px;
        padding:5px;
    }
}

.guide-table-wrap{
margin-top:40px;
}
.guide-table tr{
    text-align: center;
}
.guide-table  {border-collapse:collapse;border-spacing:0;}
.guide-table td{border-color:#f5f5f5;border-style:solid;border-width:0.5px;font-family:Arial, sans-serif;font-size:14px; border-width:thin;padding:10px 5px;word-break:keep-all;line-height: 1.5;}
.guide-table th{border-color:#f5f5f5;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:keep-all;}
.guide-table .guide-table-th{background-color:#00897b;border-color:inherit;color:#fff;font-weight:bold;text-align:center;vertical-align:middle}
.guide-table .guide-table-td{text-align:center;vertical-align:middle}
.guide-table .guide-table-img{color:#fd6864;text-align:center;vertical-align:middle}
.guide-table-td span{font-weight: bold;
}


@media screen and (max-width: 767px) {

    .guide-table .guide-table-th{
        padding:10px 0;
        font-size:7pt;
        min-width: 70px;
    }
     .guide-table .guide-table-td{
        font-size:6pt;
        padding:5px;
    }
}

.ability-lists .inner .cont-lists > li {
    overflow: hidden;
    margin-top: 5px;
    border:solid 1px #0e428e;
}

.ability-lists .inner .cont-lists > li:first-child {
    margin-top: 0;
}

.ability-lists .inner .cont-lists > li .tit {
    float: left;
    width: 120px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .ability-lists .inner .cont-lists > li .tit {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .ability-lists .inner .cont-lists > li .tit {
        width: 90px;
    }
}

.ability-lists .inner .cont-lists > li .desc {
    margin-left: 120px;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .ability-lists .inner .cont-lists > li .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .ability-lists .inner .cont-lists > li .desc {
        margin-left: 90px;
    }
}

.ability-lists .inner .cont-lists > li .desc em {
    color: #1e3971;
}

.educard-lists-wrap {
    overflow: hidden;
}

.educard-lists-wrap ul.lists {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -30px;
}

@media screen and (max-width: 1024px) {
    .educard-lists-wrap ul.lists {
        display: block;
        margin: 0;
    }
}

.educard-lists-wrap ul.lists > li {
    width: 50%;
    padding-left: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .educard-lists-wrap ul.lists > li {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .educard-lists-wrap ul.lists > li:first-child {
        margin-top: 0;
    }
}

.educard-lists-wrap ul.lists .inner {
    display: flex;
    padding: 25px;
    border: 1px solid #1e3971;
}

@media screen and (max-width: 767px) {
    .educard-lists-wrap ul.lists .inner {
        padding: 15px 12px;
    }
}

.educard-lists-wrap ul.lists .inner .thumb {
    width: 36.649215%;
    min-width: 36.649215%;
    margin-right: 25px;
}

@media screen and (max-width: 767px) {
    .educard-lists-wrap ul.lists .inner .thumb {
        width: 105px;
        min-width: 105px;
        margin-right: 10px;
    }
}

.educard-lists-wrap ul.lists .inner .thumb img {
    width: 100%;
    max-width: none;
}

.educard-lists-wrap ul.lists .inner .conts {
    display: flex;
    flex-direction: column;
}

.educard-lists-wrap ul.lists .inner .conts .flags {
    margin-bottom: 5px;
    font-size: 0;
}

.educard-lists-wrap ul.lists .inner .conts .flags .flag {
    margin-right: 3px;
}

.educard-lists-wrap ul.lists .inner .conts .title {
    height: 72px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .educard-lists-wrap ul.lists .inner .conts .title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .educard-lists-wrap ul.lists .inner .conts .title {
        height: 60px;
    }
}

.educard-lists-wrap ul.lists .inner .conts .desc {
    margin: 10px 0;
    color: #1e3971;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .educard-lists-wrap ul.lists .inner .conts .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.educard-lists-wrap ul.lists .inner .conts .price {
    display: flex;
    align-items: center;
    margin-top: auto;
}

@media screen and (max-width: 767px) {
    .educard-lists-wrap ul.lists .inner .conts .price {
        flex-wrap: wrap;
    }
}

.educard-lists-wrap ul.lists .inner .conts .price > p {
    white-space: nowrap;
}

.educard-lists-wrap ul.lists .inner .conts .price > p.ori {
    position: relative;
    margin-right: 4px;
    padding-right: 20px;
    color: #888;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .educard-lists-wrap ul.lists .inner .conts .price > p.ori {
        font-size: 14px;
        line-height: 22px;
    }
}

.educard-lists-wrap ul.lists .inner .conts .price > p.ori::before, .educard-lists-wrap ul.lists .inner .conts .price > p.ori::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0;
}

.educard-lists-wrap ul.lists .inner .conts .price > p.ori::before {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background: #999;
}

.educard-lists-wrap ul.lists .inner .conts .price > p.ori::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border: 2px solid #999;
    border-top: none;
    border-right: none;
    transform: rotate(-135deg);
}

.educard-lists-wrap ul.lists .inner .conts .price > p.ori span {
    text-decoration: line-through;
}

.educard-lists-wrap ul.lists .inner .conts .price > p.sale {
    color: #ff2d04;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.educard-lists-wrap ul.lists .inner .conts .price > p.sale span {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .educard-lists-wrap ul.lists .inner .conts .price > p.sale {
        font-size: 16px;
        line-height: 24px;
    }
    .educard-lists-wrap ul.lists .inner .conts .price > p.sale span {
        font-size: 24px;
    }
}

.educard-lists-wrap ul.lists .inner .conts .btns {
    display: flex;
    margin-top: 20px;
}

.educard-lists-wrap ul.lists .inner .conts .btns .btn {
    flex: 1;
    margin-left: 4px;
}

.educard-lists-wrap ul.lists .inner .conts .btns .btn:first-child {
    margin-left: 0;
}

.step-lists-wrap {
    overflow: hidden;
}
/* video_box_wrap */
.step-lists-wrap.type2 .video_box_wrap{
    position: relative;
    width: 90%;
    height: 648px;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto;
    margin-right: 30px;
}
.step-lists-wrap.type2 .video_box_wrap::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    border: solid 1px #e3ddd9;
    z-index: -1;
}
.step-lists-wrap.type2 #video_player_box{
    width:100%;
    height: 100%;
}
/* video_box_wrap */
.step-lists-wrap.type2 .lists {
    margin: -10px 0 0 -10px;
}
.step-lists-wrap.type2 .lists > li a.inner .photo-wrap{
    position: relative;
    height: 215px;
    overflow: hidden;
}
.step-lists-wrap.type2 .lists > li a.inner .photo-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.step-lists-wrap.type2 .lists > li:first-of-type{
    margin-top:40px;
}
.step-lists-wrap.type2 .lists > li a.inner{
    max-width:none;
    padding:0;
    text-align: left;
}

.step-lists-wrap.type2 .lists > li a.inner .photo-wrap{
    position: relative;
    height: 215px;
    overflow: hidden;
}

.step-lists-wrap.type2 .lists > li a.inner .photo-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.step-lists-wrap.type2 .lists > li a.inner .cont{
    -webkit-line-clamp: 1;
}

.step-lists-wrap.type2 .lists > li a.inner .date{
    margin-top:10px;
}

.step-lists-wrap.type2 .lists > li {
    width: calc(100% / 3);
}

@media screen and (max-width: 1024px) {
    .step-lists-wrap.type2 .video_box_wrap{
        height: 595px;
    }
    .step-lists-wrap.type2 .lists {
        margin: 0;
    }
    .step-lists-wrap.type2 .lists > li:first-child {
        margin-top:20px;
    }
    .step-lists-wrap.type2 .lists > li {
        width: calc(100% / 2);
        margin-top: 20px;
    }
    .step-lists-wrap.type2 .lists.type2 {
        display: flex;
        gap:5px;
    }
    .step-lists-wrap.type2 .lists.type2 li{
        width: 49%;
        margin: 0;
    }    
}



@media screen and (max-width: 520px) {
    .step-lists-wrap.type2 .video_box_wrap{
        height: 210px;
        margin: 0;
        width: 100%;
    }
    .step-lists-wrap.type2 .lists {
        margin: 0;
    }
    .step-lists-wrap.type2 .lists > li {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .step-lists-wrap.type2 .lists.type2 {
        display: flex;
        gap:5px;
    }
    .step-lists-wrap.type2 .lists.type2 li{
        width: 49%;
        margin: 0;
    }

    .step-lists-wrap.type2 .lists > li:first-child {
        margin-top: 0;
    }
}





.step-lists-wrap.type3 .lists > li:first-of-type{
    margin-top:40px;
}
.step-lists-wrap.type3 .lists > li a.inner{
    padding:0;
    text-align: left;
}

.step-lists-wrap.type3 .lists > li a.inner .photo-wrap{
    position: relative;
    height: 240px;
    overflow: hidden;
}

.step-lists-wrap.type3 .lists > li a.inner .photo-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.step-lists-wrap.type3 .lists > li a.inner:hover .photo-wrap img{
    transform: scale(1.1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-lists-wrap.type3 .lists > li a.inner .photo-wrap.show{
    position: relative;
    padding:10px;
    flex-direction: column;
}
.step-lists-wrap.type3 .lists > li a.inner .hover-box{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,0.4);
    z-index: 1;
    display: none;
}

.step-lists-wrap.type3 .lists > li a.inner:hover .hover-box{
    display: flex;
}

.step-lists-wrap.type3 .lists > li a.inner .hover-box .tit{
    color:#222;
}
.step-lists-wrap.type3 .lists > li a.inner .hover-box .date{
    font-weight: bold;
    color:#2856bd;
}

.step-lists-wrap.type3 .lists > li a.inner .cont{
    -webkit-line-clamp: 1;
}

.step-lists-wrap.type3 .lists > li a.inner .date{
    margin-top:10px;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .step-lists-wrap.type3 .lists {
        margin: 0;
    }
    .step-lists-wrap.type3 .lists > li:first-child {
        margin-top:20px;
    }
    .step-lists-wrap.type3 .lists > li {
        width: calc(100% / 3);
        margin-top: 20px;
    }
    .step-lists-wrap.type3 .lists.type2 {
        display: flex;
        gap:5px;
    }
    .step-lists-wrap.type3 .lists.type2 li{
        width: 49%;
        margin: 0;
    }    
}

@media screen and (max-width: 767px) {
    .step-lists-wrap.type3 .lists > li {
        width: calc(100% / 2);
    }

}

@media screen and (max-width: 520px) {
    .step-lists-wrap.type3 .lists {
        margin: 0;
    }
    .step-lists-wrap.type3 .lists > li {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .step-lists-wrap.type3 .lists.type2 {
        display: flex;
        gap:5px;
    }
    .step-lists-wrap.type3 .lists.type2 li{
        width: 49%;
        margin: 0;
    }

    .step-lists-wrap.type3 .lists > li:first-child {
        margin-top: 0;
    }
}



/* 
.step-lists-wrap.type3 .lists > li{
    width: calc(100% / 2);
    padding:0;
}
.step-lists-wrap.type3 .lists.gap{
    gap:20px;
}

.step-lists-wrap.type3 .lists.gap > li{
    width:calc(50% - 20px / 2);
    margin:0;
}

.step-lists-wrap.type3 .lists.gap > li img{
    height: 100%;
}

.step-lists-wrap.type3 .lists > li .photo-wrap{
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    margin:0;
    justify-content: space-between;
}
.step-lists-wrap.type3 .lists > li .photo-wrap li{
    width:calc(50% - 20px / 2);
    padding:0;
    border:none;
    margin:0;
}
.step-lists-wrap.type3 .lists > li .photo-wrap li.video_box_wrap{
    position: relative;
    width:100%;
    height: 360px;
}
.step-lists-wrap.type3 .lists > li .photo-wrap li.video_box_wrap::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    border: solid 1px #e3ddd9;
    z-index: -1;
}
.step-lists-wrap.type3 .lists > li .photo-wrap li #video_player_box{
    width:100%;
    height: 100%;
}
.step-lists-wrap.type3 .lists > li .photo-wrap li img{
    padding:0;
}
.step-lists-wrap.type3 .lists > li.right{
    padding-left:20px;
    margin:0;
}
.step-lists-wrap.type3 .lists > li.right > img{
    width: calc(100%);
}
.step-lists-wrap.type3 .lists > li img{
    width: 100%;
    object-fit: cover;
}
.step-lists-wrap.type3 .lists > li .min-h{
    min-height: 600px;
    overflow: hidden;
}
.step-lists-wrap.type3 .lists > li .min-h img{
    height: 100%;
}



@media screen and (max-width: 767px) {
    .step-lists-wrap.type3 .lists.gap > li{
        width:calc(100%);
        margin-top:10px;
    }

    .step-lists-wrap.type3 .lists > li .photo-wrap{
        gap:10px;
    }
    .step-lists-wrap.type3 .lists > li .photo-wrap li{
        width:calc(50% - 10px / 2);
    }
    .step-lists-wrap.type3 .lists > li{
        width:100%;
    }
    .step-lists-wrap.type3 .lists > li img{
        padding:0;
    }
    .step-lists-wrap.type3 .lists > li.right{
        padding:0;
    }
    .step-lists-wrap.type3 .lists > li.right img{
        width:100%;
        padding:0;
    }

}

@media screen and (max-width: 520px) {
    .step-lists-wrap.type3 .lists > li .photo-wrap li.video_box_wrap{
        height: calc(26.5vh);
        min-height: 180px;
    }
}  


.step-lists-wrap .lists {
    display: flex;
    flex-wrap: wrap;

}

@media screen and (max-width: 1024px) {
    .step-lists-wrap .lists {

    }
}

@media screen and (max-width: 767px) {
    .step-lists-wrap .lists {
        display: block;
        margin: 0;
    }
}

.step-lists-wrap .lists > li {
    width: 100%;

    margin-top: 30px;
}
.step-lists-wrap .lists > li:first-of-type{
    margin:0;
}

@media screen and (max-width: 1024px) {
    .step-lists-wrap .lists > li {
        margin-top: 20px;

    }
}

@media screen and (max-width: 767px) {
    .step-lists-wrap .lists > li {
        width: 100%;

    }
    .step-lists-wrap .lists > li:first-child {
        margin-top: 0;
    }
}

.step-lists-wrap .lists .inner {
    height: 100%;
    padding: 40px 45px;
    border: 1px solid #e3ddd9;
    text-align: center;
}
.step-lists-wrap .lists ol li{
    padding: 5px 15px;
    border: 1px solid #e3ddd9;
    margin-bottom: 10px;
}
.step-lists-wrap .lists ol li:last-child{
    margin-bottom: 0;
}
.step-lists-wrap .lists ol li p.tit{
    font-size:20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.step-lists-wrap .lists ol li p.desc{
    margin-top: 10px;
    color: #797979;
    word-break: keep-all;
    text-align: left;
    font-weight: 500;
}
@media screen and (max-width: 1024px) {1
    .step-lists-wrap .lists .inner {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .step-lists-wrap .lists .inner {
        padding: 15px 12px;
    }
}

.step-lists-wrap .lists .inner .num {
    position: relative;
    display: block;
    margin-bottom: 10px;
    color: #1e3971;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}
.step-lists-wrap .lists .inner .num.point{
    padding-left: 15px;
}
.step-lists-wrap .lists .inner .num.point::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #1e3971;
    top: 50%;
    transform: translate(0,-50%);
}
.step-lists-wrap .lists .inner p{
    font-weight: bold;
    font-size:18px;
}
/*
.step-lists-wrap .lists .inner .num::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 5px;
    transform: translate(-50%, -50%);
    background: #1e3971;
}
*/

@media screen and (max-width: 767px) {
    .step-lists-wrap .lists .inner .num {
        font-size: 17px;
    }
}

.step-lists-wrap .lists .inner .tit {
    font-size: 24px;
    line-height: 36px;
    word-break: keep-all;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .step-lists-wrap .lists .inner .tit {
        font-size: 20px;
        line-height: 30px;
    }
}

.step-lists-wrap .lists .inner .desc {
    margin-top: 10px;
    color: #797979;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    text-align: left;
    font-weight: 500;
}

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

/* 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.large .modal-wrap {
    max-width: 1239px;
}

.modal .modal-wrap {
    display: flex;
    align-items: center;
    width: auto;
    max-width: 750px;
    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: 1px solid #999;
    border-radius: 6px;
    z-index: 1010;
}

.modal .modal-wrap .modal-container .modal-header {
    position: relative;
    padding: 55px 50px 40px;
}

.modal .modal-wrap .modal-container .modal-header .modal-title {
    font-size: 22px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.modal .modal-wrap .modal-container .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.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: 28px;
    margin-top: -8px;
    margin-left: -6px;
    background: #666;
}

.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%;
    padding: 0 50px 60px;
    overflow-y: auto;
}

.modal .modal-wrap .modal-container .modal-body .button-tabs {
    margin-bottom: 40px;
}

.modal .modal-wrap .modal-container .modal-body .form-wrap .row .forms.flex.size2 .col {
    margin-left: 60px;
}

.modal .modal-wrap .modal-container .modal-body .form-wrap .row .forms.flex.size2 .col:first-child {
    margin-left: 0;
}

.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: 16px;
    font-size: 24px;
    line-height: 36px;
    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: 36px;
    height: 4px;
    background: #1e3971;
}

.video-modal-area .video-info .desc {
    margin-top: 15px;
    color: #888;
    font-size: 16px;
    line-height: 24px;
}

@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;
}

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

.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: #111;
}

@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: 50px;
    font-size: 0;
    text-align: center;
}

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

.pagination .view_more{
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 30px;
    color: #005cae;
    border: solid 1px #005cae;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 767px){
    .pagination .view_more{
        max-width: none;
    }
}

.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: 16px;
    color: #666;
    line-height: 34px;
    border-radius: 50%;
    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;
    }
}

.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 .page {
    color: #333;
    font-weight: 700;
}
.pagination .page-btn-wrap .now {
    border-color: #1e3971;
    background: #1e3971;
    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: 8px;
    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: #1e3971;
    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: #1e3971;
    border-radius: 0 0 8px 8px;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.selectbox-wrap .nice-select.disabled {
    background: #f5f5f5;
    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 5px;
    /* 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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

/* 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: #fff;
}

.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;
    font-weight:500;
}

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

@media screen and (max-width: 767px) {
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
        font-weight: 500;
    }

}




/* 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;
}

.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: #fff;
}

.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(255,255,255, 0.5);
}


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

@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: #1e3971;
}

.point-tab-wraps {
    overflow: hidden;
}

.point-tab-wraps .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    gap:20px;;
}

.point-tab-wraps .tabs > li {
    flex: 1;
}

.point-tab-wraps .tabs > li a, .point-tab-wraps .tabs > li button {
    display: block;
    height: 58px;
    background: #fff;
    font-size: 24px;
    line-height: 58px;
    color:#000;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}
.point-tab-wraps .tabs > li a, .point-tab-wraps .tabs > li button:hover{
    color: #1e3971;
}
@media screen and (max-width: 767px) {
    .point-tab-wraps .tabs {
        width: 100%;
        gap:10px;
    }
    .point-tab-wraps .tabs > li a, .point-tab-wraps .tabs > li button {
        height: 48px;
        font-size: 18px;
        line-height: 1.5;
        padding:0 5%;
    }
}

@media screen and (max-width: 520px) {
    .point-tab-wraps .tabs > li a, .point-tab-wraps .tabs > li button {
        font-size: 16px;
    }
}




.point-tab-wraps .tabs > li.active a, .point-tab-wraps .tabs > li.active button {
    color:#2856bd;
    font-weight: 600;
    border-bottom: solid 2px #2856bd;
    letter-spacing: -1.5px;
}

.solid-tab-wraps {
    overflow: hidden;
}

.solid-tab-wraps ul.tabs {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0 -6px;
}

@media screen and (max-width: 767px) {
    .solid-tab-wraps ul.tabs {
        margin-top: -6px;
    }
}

.solid-tab-wraps ul.tabs li {
    width: 20%;
    margin-top: 10px;
    padding-left: 6px;
}

@media screen and (max-width: 767px) {
    .solid-tab-wraps ul.tabs li {
        width: 25%;
        margin-top: 6px;
    }
}

.solid-tab-wraps ul.tabs li a, .solid-tab-wraps ul.tabs li button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0 6px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    background: #ebe6e3;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .solid-tab-wraps ul.tabs li a, .solid-tab-wraps ul.tabs li button {
        height: 44px;
        font-size: 14px;
        line-height: 18px;
    }
}

.solid-tab-wraps ul.tabs li.active a, .solid-tab-wraps ul.tabs li.active button {
    background: #1e3971;
    color: #fff;
}

.tab-pane {
    padding-top: 20px;
}

.tab-pane .tab-title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
    margin:30px 0;
    text-align: center;
    color:#181818;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    .tab-pane .tab-title {
        font-size: 28px;
        margin:20px 0;
    }
}

@media screen and (max-width: 767px) {
    .tab-pane .tab-title {
        margin-top:0;
        font-size: 22px;
        line-height: 26px;
    }
}




.tab-pane .tab-desc {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
}

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

.tab-pane .tit-wrap {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .tab-pane .tit-wrap {
        margin-bottom: 15px;
    }
}

.tab-pane .tit-wrap .tab-title {
    margin-bottom: 0;
}

.tab-pane .tit-wrap .sub-title {
    margin:10px 0;
    font-weight: 500;
    text-align: center;
    font-weight: bold;
    color:#1e3971;
    font-size:24px;
}

.tab-pane .tit-wrap .tab-desc {
    margin-top: 15px;
}

.tab-pane .tit-wrap.type2 {
    text-align: center;
}

.tab-pane .tit-wrap.type2 .tab-desc {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.tab-pane > section {
    margin-top: 100px;
}

@media screen and (max-width: 1024px) {
    .tab-pane > section {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .tab-pane > section {
        margin-top: 60px;
    }
}

.tab-pane > section:first-child {
    margin-top: 0;
}

.tab-pane > section .border-box {
    margin-top: 30px;
}
.tab-pane > section .border-box .sub0401{
    line-height: 1.5;
}
.tab-pane > section .flex-box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.tab-pane > section .flex-box > div{
    flex:1;
    margin:0;
    padding:11px 30px;
}
.tab-pane > section .flex-box > div i img{
    filter: brightness(0.5);
    width:50px;
    height: 50px;
}
@media screen and (max-width: 767px) {
    .tab-pane > section .flex-box{
        gap:10px;
    }
    .tab-pane > section .flex-box .border-box{
        margin-top:10px;
    }
}

/* table */
.tab-pane > section .border-box .sub0401 .d-flex{
    align-items: flex-start;
    gap:20px;
}
.tab-pane > section .border-box .sub0401 .d-flex .tit{
    font-weight: 600;
    color:#1e3971;
    font-size:30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tbl-wrap .tbl-count {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.05deg);
    line-height: 1 !important;
    text-transform: uppercase;
    color:#969696;
}
.tbl-wrap .tbl-count em{
    color:#3287b1;
}


@media screen and (max-width: 767px) {
    .tbl-wrap .tbl-count {
        font-size: 14px;
        line-height: 22px;
    }
    .tab-pane > section .border-box .sub0401 .d-flex{
        gap:10px;
    }
    .tab-pane > section .border-box .sub0401 .d-flex i{
        width:50px;
        height: 50px;
    }
    .tab-pane > section .border-box .sub0401 .d-flex .tit{
        font-size: 24px;
    }
}

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

@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;
    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: #1e3971;
}

.tbl-wrap .table.col-tbl.type2 thead th {
    height: 55px;
    border-left: 1px solid #fff;
    border-bottom-color: #1e3971;
    background: #1e3971;
    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: #e1b016;
}

.tbl-wrap .table.row-tbl .col1 {
    width: 15%;
}

.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;
    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: #f5f5f5;
    text-align: center;
}

.tbl-wrap .table.row-tbl tbody td {
    color: #333;
}
.tbl-wrap .table.row-tbl tbody td .inputfile-wrap{
    position: relative;
    display: flex;
    width: 100%;
    gap:20px;
    align-items: center;
}

.tbl-wrap .table.row-tbl tbody td .inputfile-wrap input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.inputfile-wrap label.btn {
    order: 2;
    display: block;
    min-width: 160px;
}

.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.point-tbl {
    table-layout: auto;
}

.tbl-wrap .table.point-tbl thead tr:first-child th {
    border-top: 1px solid #b5a89e;
}

.tbl-wrap .table.point-tbl thead tr th {
    height: 55px;
    border-left: 1px solid #b5a89e;
    border-bottom: 1px solid #b5a89e;
    background: #dcd5d0;
    padding: 15px 10px;
    color: #1e3971;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.point-tbl thead tr th {
        font-size: 14px;
        line-height: 22px;
    }
}

.tbl-wrap .table.point-tbl thead tr th:last-child {
    border-right: 1px solid #b5a89e;
}

.tbl-wrap .table.point-tbl tbody tr th,
.tbl-wrap .table.point-tbl tbody tr td {
    height: 55px;
    padding: 15px 10px;
    border-left: 1px solid #dcd5d0;
    border-bottom: 1px solid #dcd5d0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table.point-tbl tbody tr th,
    .tbl-wrap .table.point-tbl tbody tr td {
        font-size: 14px;
        line-height: 22px;
    }
}

.tbl-wrap .table.point-tbl tbody tr th:last-child,
.tbl-wrap .table.point-tbl tbody tr td:last-child {
    border-right: 1px solid #dcd5d0;
}

.tbl-wrap .table.point-tbl tbody tr th .bullet-list li,
.tbl-wrap .table.point-tbl tbody tr td .bullet-list li {
    color: #333;
    text-align: left;
}

.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: #ff2d04;
    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;
    color: #666;
}

@media screen and (max-width: 767px) {
    .tbl-wrap .table .alert {
        font-size: 12px;
        line-height: 20px;
    }
}

@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: 24px;
    line-height: 36px;
    color: #1e3971;
    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: 26px;
    font-weight: 500;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .tit-wrap .desc {
        font-size: 14px;
        line-height: 24px;
    }
}

.txt {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
}

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

.txt.txt-black {
    color: #111;
}

.txt.txt-basic {
    color: #333;
}

.txt.txt-cont {
    color: #666;
}

.txt.txt-gray {
    color: #888;
}

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

.txt.txt-point {
    color: #1e3971;
}

.txt.txt-point2 {
    color: #22140c;
}

.txt.txt-blur {
    color: #e1b016;
}

.txt.txt-white {
    color: #fff;
}

.txt.txt-red {
    color: #ff2d04;
}

.txt.txt-yellow {
    color: #e1b016;
}

.txt.txt-green {
    color: #6c893e;
}

.txt.medium {
    font-weight: 500;
}

.txt.bold {
    font-weight: 700;
}

.txt.ex-bold {
    font-weight: 900;
}
.bold{
    font-weight:bold;
}

.box-text {
    border: 1px solid #ddd;
    padding: 12px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .box-text {
        font-size: 12px;
        line-height: 20px;
    }
}

.err-msg {
    position: relative;
    margin-top: 5px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px;
    color: #ff2d04;
}

@media screen and (max-width: 767px) {
    .err-msg {
        font-size: 12px;
        line-height: 20px;
    }
}

.err-msg::before {
    content: '!';
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff2d04;
    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;
}

/* tooltip */
.tooltip-wrap {
    position: relative;
    z-index: 10;
}

.tooltip-wrap .tooltip-button {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: #1e3971;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.tooltip-wrap .tooltip-button::before {
    content: '?';
}

.tooltip-wrap .tooltip-button:hover + .tooltip-box {
    display: block;
}

.tooltip-wrap .tooltip-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 420px;
    margin-top: 20px;
    padding: 30px 25px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.tooltip-wrap .tooltip-box .tit {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

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

.tooltip-wrap .tooltip-box .desc {
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .tooltip-wrap .tooltip-box .desc {
        font-size: 12px;
        line-height: 20px;
    }
}

/* === COMMON LAYOUT === */
/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.3); */
    border-bottom:solid 1px rgba(255, 255, 255, 0.2);
    transition: background 0.1s ease-in-out;
    display: flex;
    padding: 10px 16%;
}


header::before {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0;
    background: #fff;
    transition: height 0.1s ease-in-out;
}

header .head-top h1 {
    position: relative;
    font-size: 0;
    z-index: 510;
}

header .head-top h1 a {
    display: block;
    width: 190px;
    height: 35px;
    background: url(/images/logo.png) center no-repeat;
    background-size: 100%;
    transition: background 0.2s ease-in-out;
}

@media screen and (max-width: 1919px){
    header {
        padding: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media screen and (max-width: 1024px) {
    header .head-top h1 a {
        /* width: 208px;
        height: 33px; */
    }
}

@media screen and (min-width: 1025px) {

    header.scroll {
        background: #fff;
    }
    /* header.scroll .head-cont{
        background: #1e3971;
    } */
    header.scroll .head-cont #gnb ul.depth1 > li a.dep1{
        color:#000;
        font-weight: 500;
    }
    /* header.scroll .head-top h1 a {
        background-image: url("/images/logo-on.png");
    } */
    header.scroll .head-cont #gnb .member-btn .btn {
        border-color: #333;
        color: #333;
    }
    header.scroll .head-cont #gnb .member-btn .btn:hover, header.scroll .head-cont #gnb .member-btn .btn:active {
        background-color: rgba(51, 51, 51, 0.1);
    }

    header .head-top {
        position: relative;
        display: flex;
        align-items: center;
        margin: 0 auto;
        /* height: 100px;
        width: 100%; 
        padding-left: 20px;
        padding-right: 20px; */
    }
}

@media screen and (min-width: 1025px) and (max-width: 767px) {
    header .head-top {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 1025px) {

    header .head-top .btn-menu-all {
        /* display: none !important; */
    }
    header .head-cont {
        position: relative;
        display: flex;
        align-items: center;
        /* background: rgba(0, 0, 0, 0.5); */
        flex:1;
    }
    header .head-cont .gnb-dim {
        display: none !important;
    }
    header .head-cont #gnb {
        display: block !important;
        position: relative;
        width: 100%;
    }
    header .head-cont #gnb .member-btn {
        position: absolute;
        left: 50%;
        top: -65px;
        width: 100%;
        max-width: 1420px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 0;
        transform: translateX(-50%);
        text-align: right;
    }
}

@media screen and (min-width: 1025px) and (max-width: 767px) {
    header .head-cont #gnb .member-btn {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 1025px) {
    header .head-cont #gnb .member-btn li {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }
    header .head-cont #gnb .member-btn li.sitemap::before {
        content: ' ';
        display: inline-block;
        vertical-align: top;
        width: 1px;
        height: 26px;
        margin: 2px 16px 0 6px;
        background: #fff;
    }
    header .head-cont #gnb ul.depth1 {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 1420px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 20px;
        gap: 70px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 767px) {
    header .head-cont #gnb ul.depth1 {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 1025px) {
    header .head-cont #gnb ul.depth1 > li {
        position: relative;
    }
    header .head-cont #gnb ul.depth1 > li:hover a.dep1 {
        /* color: #1e3971; */
    }
    header .head-cont #gnb ul.depth1 > li:hover ul.depth2 {
        display: block !important;
    }
    header .head-cont #gnb ul.depth1 > li a.dep1 {
        display: block;
        height: 60px;
        color: #fff;
        font-size: 18px;
        line-height: 60px;
        text-align: center;
    }
    header .head-cont #gnb ul.depth1 > li .btn-depth-more {
        display: none !important;
    }
    header .head-cont #gnb ul.depth1 > li ul.depth2 {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 220px;
        padding: 30px;
        border-top: 2px solid #1e3971;
        background: #fff;
        transform: translateX(-50%);
        box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.2);
    }
    header .head-cont #gnb ul.depth1 > li ul.depth2 li {
        margin-top: 20px;
        text-align: center;
    }
    header .head-cont #gnb ul.depth1 > li ul.depth2 li:first-child {
        margin-top: 0;
    }
    header .head-cont #gnb ul.depth1 > li ul.depth2 li a {
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        color: #333;
        font-size: 16px;
    }
    header .head-cont #gnb ul.depth1 > li ul.depth2 li a:hover {
        color: #1e3971;
        text-decoration: underline;
    }
}

@media screen and (max-width: 1024px) {
    header.scroll {
        background: #fff;
    }
    /* header.scroll .head-top h1 a{
        background-image: url(/images/logo-on.png);
    } */
    header.scroll .btn-menu-all .bar,
    header.scroll .btn-menu-all::before,
    header.scroll .btn-menu-all::after{
        background: #000;
    }
    header .gnb-dim {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 510;
        background: rgba(0, 0, 0, 0.3);
    }
    header{
        display: block;   
    }
    header .head-top {
        display: flex;
    }
    header .head-top h1 {
        margin:0;
        margin-right: auto;
        line-height: 0;
    }
    header .head-top h1 a {
        display: flex;
        align-items: center;
        width:130px;
        height: 50px;
    }
    header #gnb {
        display: none;
        position: fixed;
        top: 0;
        right: -100%;
        width: 320px;
        height: 100%;
        background: #fff;
        transition: all 0.3s ease-in-out;
        z-index: 550;
    }
    header #gnb.m-open {
        right: 0;
    }
    header #gnb ul.member-btn {
        display: flex;
        align-items: center;
        height: 49px;
        padding: 0 20px;
    }
    header #gnb ul.member-btn li {
        margin-right: 10px;
    }
    header #gnb ul.member-btn li.sitemap {
        display: none;
    }
    header #gnb ul.member-btn .btn.btn-border-white {
        height: 33px;
        border-color: #111;
        color: #111;
        line-height: 31px;
        border-radius: 17px;
    }
    header #gnb ul.depth1 {
        height: calc(100% - 50px);
        border-top: 1px solid #ddd;
        overflow-y: auto;
    }
    header #gnb ul.depth1 > li {
        position: relative;
        border-bottom: 1px solid #eee;
    }
    header #gnb ul.depth1 > li a.dep1 {
        display: block;
        padding: 0 20px;
        font-size: 17px;
        font-weight: 500;
        line-height: 50px;
    }
    header #gnb ul.depth1 > li .btn-depth-more {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
    }
    header #gnb ul.depth1 > li .btn-depth-more::after {
        content: ' ';
        position: absolute;
        top: 50%;
        right: 20px;
        width: 12px;
        height: 12px;
        margin-top: -9px;
        border: 2px solid #999;
        border-top: none;
        border-right: none;
        transform: rotate(-45deg);
        transition: all 0.2s ease-in-out;
    }
    header #gnb ul.depth1 > li .btn-depth-more.open::after {
        transform: rotate(135deg);
        margin-top: -3px;
    }
    header #gnb ul.depth1 > li ul.depth2 {
        display: none;
        padding: 30px 30px 40px;
        background: #f5f5f5;
    }
    header #gnb ul.depth1 > li ul.depth2 > li {
        margin-top: 20px;
    }
    header #gnb ul.depth1 > li ul.depth2 > li:first-child {
        margin-top: 0;
    }
    header #gnb ul.depth1 > li ul.depth2 > li a {
        display: inline-block;
        vertical-align: top;
        color: #666;
        font-size: 16px;
        line-height: 20px;
    }
    header .btn-sitemap {
        display: none !important;
    }
    header .btn-menu-all {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        z-index: 600;
    }
    header .btn-menu-all .bar, header .btn-menu-all::before, header .btn-menu-all::after {
        content: ' ';
        position: absolute;
        top: 50%;
        right: 12px;
        width: 26px;
        height: 2px;
        margin-top: -1px;
        border-radius: 2px;
        background: #fff;
        opacity: 1;
        transition: all 0.2s ease-in-out;
    }
    header .btn-menu-all::before {
        margin-top: -9px;
    }
    header .btn-menu-all::after {
        margin-top: 7px;
    }
    header .btn-menu-all.open .bar {
        opacity: 0;
    }
    header .btn-menu-all.open::before {
        transform: rotate(-45deg);
        margin-top: -1px;
        background: #333;
    }
    header .btn-menu-all.open::after {
        transform: rotate(45deg);
        margin-top: -1px;
        background: #333;
    }
}

/* common layout */
.skip-navigation {
    position: absolute;
    z-index: 9999;
}

.skip-navigation a {
    display: block;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

html {
    overflow-x: hidden;
}

.quick-menu {
    position: absolute;
    top: 460px;
    left: 50%;
    margin-left: 670px;
    padding-top: 22px;
    z-index: 400;
}

.quick-menu.main {
    top: 997px;
}

@media screen and (max-width: 1024px) {
    .quick-menu {
        display: none !important;
    }
}

.quick-menu::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-left: -22px;
    border-radius: 50%;
    background: #333 url("/images/icon/icon-quick.png") center no-repeat;
    z-index: 410;
}

.quick-menu .body {
    position: relative;
    width: 150px;
    padding: 35px 10px 45px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f5f5f5;
}

.quick-menu .body .tit {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.quick-menu .body ul.links li {
    margin-top: 4px;
}

.quick-menu .body ul.links li a {
    display: block;
    padding: 7px;
    border-radius: 4px;
    background: #ededed;
    text-align: center;
    color: #1e3971;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    word-break: keep-all;
    transition: all .1s;
}
.quick-menu .body ul.links li a:hover{
    background: #1e3971;
    color: #ededed;
}

.quick-menu .body .totop {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    transition: all .2s;
}
.quick-menu .body .totop:hover{
    background: #333;
}
.quick-menu .body .totop:hover::after{
    filter: invert(1);
}

.quick-menu .body .totop::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -1px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(135deg);
}

.quick-menu .foot {
    margin-top: 28px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f5f5f5;
    overflow: hidden;
}

.quick-menu .foot .tit {
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
}

.quick-menu .foot .call{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
}
.quick-menu .foot .call a{
    display: block;
    width:100%;
    height: 100%;
}
.quick-menu .foot .call a:hover{
    color:#1e3971;
}
/* 
.quick-menu .foot .call.rep a{
    animation: emergency 2s ease-in-out infinite;
}

@keyframes emergency {
	0%,
	100% {
	  opacity: 1;
      color:#1e3971;
	}
	50% {
	  opacity: 0.5;
      color:#333;
	}
} */

.contents.cate01 .page-title {
    background-image: url("/images/bg/bg-subvisual01.png");
}

.contents.cate02 .page-title {
    background-image: url("/images/bg/bg-subvisual02.jpg");
    background-image: url("/images/bg/bg-subvisual01.jpg");
}

.contents.cate03 .page-title {
    background-image: url("/images/bg/bg-subvisual03.jpg");
    background-image: url("/images/bg/bg-subvisual01.jpg");
}

.contents.cate04 .page-title {
    background-image: url("/images/bg/bg-subvisual04.png");
}

.contents.cate05 .page-title {
    background-image: url("/images/bg/bg-subvisual05.jpg");
    background-image: url("/images/bg/bg-subvisual01.jpg");
}

.contents.cate06 .page-title {
    background-image: url("/images/bg/bg-subvisual06.jpg");
    background-image: url("/images/bg/bg-subvisual01.jpg");
}

.contents.cate07 .page-title {
    background-image: url("/images/bg/bg-subvisual07.png");
}

.contents.cate08 .page-title {
    background-image: url("/images/bg/bg-subvisual08.png");
}

.contents.cate09 .page-title {
    background-image: url("/images/bg/bg-subvisual09.jpg");
    background-image: url("/images/bg/bg-subvisual01.jpg");
}

.contents .page-title {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    .contents .page-title {
        height: 260px;
    }
}

@media screen and (max-width: 767px) {
    .contents .page-title {
        height: 200px;
    }
}

.contents .page-title h2.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    flex: 1;
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
}
/* .contents .page-title h2.title::before{
    position: absolute;
    content: '';
    width:1px;
    height: 10px;
    background: #fff;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
} */

@media screen and (max-width: 1024px) {
    .contents .page-title h2.title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .contents .page-title h2.title {
        font-size: 28px;
    }
}

.contents .sub-depth-wrap {
    position: relative;
    height: 60px;
    z-index: 100;
}

@media screen and (max-width: 1024px) {
    .contents .sub-depth-wrap {
        height: 45px;
    }
}

.contents .sub-depth-wrap::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ddd;
    z-index: -1;
}

.contents .sub-depth-wrap .area {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.contents .sub-depth-wrap .area .home {
    display: block;
    width: 60px;
    height: 60px;
    background: #1e3971 url("/images/icon/icon-home.png") center no-repeat;
}

@media screen and (max-width: 1024px) {
    .contents .sub-depth-wrap .area .home {
        width: 45px;
        min-width: 45px;
        height: 45px;
        background-size: 20px;
    }
}

.contents .sub-depth-wrap .area .dropdown-menu {
    position: relative;
    width: 260px;
    border: none;
    border-right: 1px solid #ddd;
    display: block;
    box-shadow: none;
    min-width: auto;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-transform: capitalize;
    background: none;
}

@media screen and (max-width: 767px) {
    .contents .sub-depth-wrap .area .dropdown-menu {
        flex: 1;
    }
    .contents .sub-depth-wrap .area .dropdown-menu:last-child {
        border-right: none;
    }
}

.contents .sub-depth-wrap .area .dropdown-menu.open .btn-toggle::after {
    transform: rotate(135deg);
    margin-top: -3px;
}

.contents .sub-depth-wrap .area .dropdown-menu.open ul.lists {
    display: block;
}

.contents .sub-depth-wrap .area .dropdown-menu .btn-toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 40px 0 20px;
    color: #333;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .contents .sub-depth-wrap .area .dropdown-menu .btn-toggle {
        height: 45px;
        font-size: 14px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .contents .sub-depth-wrap .area .dropdown-menu .btn-toggle {
        padding: 0 30px 0 10px;
        font-size: 13px;
    }
}

.contents .sub-depth-wrap .area .dropdown-menu .btn-toggle::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    border: 1px solid #888;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    transition: all 0.1s ease-in-out;
}

@media screen and (max-width: 767px) {
    .contents .sub-depth-wrap .area .dropdown-menu .btn-toggle::after {
        right: 13px;
    }
}

.contents .sub-depth-wrap .area .dropdown-menu ul.lists {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.contents .sub-depth-wrap .area .dropdown-menu ul.lists li {
    background: #eee;
}

.contents .sub-depth-wrap .area .dropdown-menu ul.lists li a {
    display: block;
    height: 45px;
    padding: 0 20px;
    color: #666;
    font-size: 16px;
    line-height: 45px;
}

@media screen and (max-width: 1024px) {
    .contents .sub-depth-wrap .area .dropdown-menu ul.lists li a {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .contents .sub-depth-wrap .area .dropdown-menu ul.lists li a {
        height: 35px;
        padding: 0 10px;
        line-height: 35px;
    }
}

.contents .sub-depth-wrap .area .dropdown-menu ul.lists li a:hover {
    color: #1e3971;
}

.contents .sub-depth-wrap .area .dropdown-menu ul.lists li a.active {
    background: rgba(15, 66, 142, 0.9);
    color: #fff;
}

.contents h3.sub-page-title {
    position: relative;
    margin-top: 70px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.contents h3.sub-page-title.left{
    text-align: left;
}

.contents h3.sub-page-title::after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 2px;
    margin-left: -40px;
    /* background: #1e3971; */
}

@media screen and (max-width: 1024px) {
    .contents h3.sub-page-title {
        margin-bottom: 40px;
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .contents h3.sub-page-title {
        margin-top: 50px;
        margin-bottom: 30px;
        padding-bottom: 20px;
        font-size: 24px;
    }
    .contents h3.sub-page-title::after {
        width: 60px;
        margin-left: -30px;
    }
}

.contents .contents-area {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .contents .contents-area {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 520px) {
    .contents .contents-area {
        overflow: hidden;
    }
}

.contents .contents-area .sect-title{
    font-weight: bold;
    font-size:42px;
    color:#000;
}

@media screen and (max-width: 767px) {
    .contents .contents-area .sect-title{
        font-size:36px;
    }

}

@media screen and (max-width: 520px) {
    .contents .contents-area .sect-title{
        font-size:23px;
    }
    .contents .contents-area .sect-title .mb-40{
    
    }
}




.contents-area{
    position: relative;
}
.contents-area.last-gray::before,
.contents-area.last-gray::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100vw;
    z-index: -1;
    background: #efefef;
    height: 350px;
    left: -50vw;
}
.contents-area.last-gray::after{
    left:0;
    right:-50vw;
 }

 .contents-area.last-gray-md::before,
.contents-area.last-gray-md::after{
    content: "";
    position: absolute;
    top: 45%;
    width: 100vw;
    z-index: -1;
    background: #efefef;
    height: 20%;
    transform: translateY(-50%);
}





.contents-head ul li{
    position: relative;
    font-weight: 500;
    font-size: 19px;
}
.contents-head ul li.on a{
    color: #8f9afc;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}
.contents-head ul li em {
    font-size: 16px;
    color: #b5b5b5;
    font-weight: 400;
    font-style: normal;
    margin: 0px 10px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .contents-head{
        flex-direction: column;
        text-align: center;
        gap:20px;
    }
}

@media screen and (max-width: 767px) {
    .contents-head > ul{
        margin:20px 0;
    }
    .contents-head ul li{
        font-size:16px;
    }
    .contents-head ul li em{
        margin:0;
    }
}



.contents-body{
    position: relative;
}

.contents-body .desc{
    line-height: 1.5;
    color:#545454;
    margin:20px 0;
    font-size:17px;
    word-break: keep-all;
}
.contents-body section{
    position: relative;
    margin:100px 0;
    gap:20px;
}
.contents-body section.graybox{
    background: #eee;
    padding:45px;
    gap:20px;
}
.contents-body section.graybox .left{
    width:20%;
}

.contents-body section.graybox .img-box{
    width:80%;
    gap:20px;
    display: flex;
}
.contents-body section.graybox .img-box div{
    flex:1;
    text-align: center;
    background: #fff;
}
.contents-body section.graybox .img-box div p{
    margin-top:10px;
    color:#292929;
    font-weight: bold;
}
.contents-body section:last-of-type{
    margin-bottom: 0;
}
.contents-body section > div{
    width:50%;
}
.contents-body section > div .option{
    background: #2a3f7e;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 20px;
    letter-spacing: 0.5px;
}
.contents-body .benefit-wrap{
    position: relative;
}

.contents-body .benefit-wrap h4{
    word-break: keep-all;
    line-height: 1.2;
}
.contents-body .benefit-wrap section{
    justify-content: center;
    align-items: center;
}

.contents-body .benefit-wrap section.gray-bg{
    position: relative;
    background: #f4f4f4;
}
.contents-body .benefit-wrap section.pd-5{
    padding:5% 0;
}

.contents-body .benefit-wrap section.gray-bg::before,
.contents-body .benefit-wrap section.gray-bg::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    background-color: #f4f4f4;
    z-index: -1;
}
.contents-body .benefit-wrap section.gray-bg::after{
    left:0;
    right: -9999px;
    z-index: -1;
}

.contents-body .benefit-wrap .benefit-lists{
    display: flex;
    flex-wrap: wrap;
    gap:40px 20px;
    margin:50px 0;
}
.contents-body .benefit-wrap .benefit-lists li{
    position: relative;
    width:calc(33% - 20px);
    font-weight: 500;
    font-size:18px;
}



.contents-body .benefit-wrap .benefit-lists li::before{
    position: absolute;
    content:'';
    width:1px;
    height: 100%;
    background: #ddd;
    right:0;
}
.contents-body .benefit-wrap .benefit-lists li:nth-child(3)::before,
.contents-body .benefit-wrap .benefit-lists li:nth-child(6)::before{
    display: none;
}
.contents-body .benefit-wrap .benefit-lists li .point{
        font-size:40px;
        color:#002fbb;
        font-weight: 700;
}
.contents-body .benefit-wrap .benefit-lists li .point.black{
    color:#000;
}
.contents-body .benefit-wrap .benefit-lists li p{
    display: block;
    margin-top:10px;
    font-weight: 400;
}
.contents-body .benefit-wrap .chart{
    align-items: flex-start;
}
.contents-body .benefit-wrap .chart .img-box{ 
    margin:0 auto;
    min-height: 320px;
}

.contents-body .benefit-wrap .chart .img-box img{
    margin:0 auto;
    display: block;
}
.contents-body .benefit-wrap .lists{
    margin:20px 0;
    line-height: 1.5;
}

.contents-body .benefit-wrap .left{
    width:40%;
}

.contents-body .benefit-wrap .left .mb-2{
    margin-bottom: 20px;;
}
.contents-body .benefit-wrap .right{
    width:70%;
}
@media screen and (max-width: 767px) {
    .contents-body section{
        flex-direction: column;
        margin: 30px 0;
        gap:10px;
    }
    .contents-body section.graybox{
        padding:30px 20px;
    }
    .contents-body section > div,
    .contents-body section.graybox .left{
        width:100%;
    }  
    .contents-body section.graybox .img-box{
        width: 80%;
        gap: 20px;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .contents-body .benefit-wrap .benefit-lists li{
        font-weight: 500;
        width: calc(50% - 20px);
    }
    .contents-body .benefit-wrap .benefit-lists li::before{
        width: 100%;
        height: 1px;
        bottom: -10px;
    }

    .contents-body .benefit-wrap .benefit-lists li:nth-child(3)::before,
    .contents-body .benefit-wrap .benefit-lists li:nth-child(6)::before{
    display:block;
    }
    
    .contents-body .benefit-wrap .benefit-lists li .point{
        font-size:20px;
    }
    .contents-body section.m-c{
        flex-direction: column;
    }  

    .contents-body .benefit-wrap .left,
    .contents-body .benefit-wrap .right{
        width:100%;
    }
    .contents-body section > div.m-c{
        flex-direction: column;
    }

    .contents-body section.m-cr{
        flex-direction: column-reverse;
    }  
    .contents-body .benefit-wrap .chart{
        gap:50px;
    }
    
    .contents-body .benefit-wrap .chart .img-box{
        min-height: auto;
    }
    .contents-body .benefit-wrap .lists{
        font-size:13px;
    }
}



.contents-body section > div.absol{
    position: absolute;
    top:-50px;
    right:60px;
}
@media screen and (max-width: 767px) {
    .contents-body section > div.absol{
        top:0;
        left:0;
    }
}

.contents-body section > div.d-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contents-body section > div.d-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contents-body section > div.d-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contents-body section > div.d-bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contents-body section > div.d-bottom.row{
    flex-direction:row;
}
.contents-body section > div.d-bottom.row > div:last-child{
    margin-top:100px;
}
.contents-body section .desc-list{
    position: relative;
    line-height: 2;
    color:#545454;
    word-break: keep-all;
    font-size:17px;
}

@media screen and (max-width: 1366px) {
    .contents-body section .desc-list{
        font-size:15px;
    }
}
@media screen and (max-width: 767px) {
    .contents-body section .desc-list{
        font-size:14px;
    }
}

.contents-body section .eyebrow{
    font-size:15px;
    color:#8f9afc;
    text-transform: uppercase;
    font-weight: 500;
    transform: scaleY(0.9);
}

.contents-body section .eyebrow.big{
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 300;
    color:#373737;
    margin-bottom: 40px;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .contents-body section .eyebrow.big{
        font-size: 26px;
        font-weight: 400;
        margin-bottom: 20px;
    }
}

.contents-body section .content-tit{
    position: relative;
    font-size: 26px;
    font-weight: 600;
    padding: 5px 0 20px;
    margin-bottom: 30px;
    color: #000;
}

.contents-body section .content-tit.big{
    font-size:40px;
    margin:0;
}

@media screen and (max-width: 767px) {
    .contents-body section .content-tit.big{
        font-size: 30px;
    }
    
}
.contents-body section .content-tit.big::before{
    display: none;
}

@media screen and (max-width: 767px) {
    .contents-body section .content-tit{
        font-size: 23px;
    }
}
.contents-body section .content-tit em{
    font-size:18px;
    font-weight: 400;
}
.contents-body section .content-tit::before{
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
}
.contents-body section .sub-title{
    background: #272727;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 0;
    line-height: 1.2;
    width:fit-content;
}

@media screen and (max-width: 767px) {
    .contents-body section .sub-title{
        font-size:17px;
        margin:5px 0;
    }
}


.contents-body section .desc{
    color:#545454;
    font-size:16px;
    line-height: 1.5;
    word-break: keep-all;
    margin:15px 0;
}
@media screen and (max-width: 1366px) {
    .contents-body section .desc{
        font-size:15px;
    }
}
@media screen and (max-width: 767px) {
    .contents-body section .desc{
        font-size:14px;
    }
}

.contents-body section .graybox{
    background: #e8e8e8;
    padding: 15px 20px;
    width: fit-content;
}
.contents-body section .graybox.radius{
    border-radius: 5px;
}
.contents-body section .product-list{
    margin-top:90px;
    display: flex;
    flex-wrap: wrap;
    gap:5px;
}
.contents-body section .product-list li{
    width:calc(25% - 5px);
    padding:20px;
    background: #f2f2f2;
}
@media screen and (max-width: 767px) {
    .contents-body section .product-list li{
        width:calc(50% - 5px);
        font-size:14px;
        padding:15px;
    }
}



.contents-body section .product-list li em{
    display: block;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 5px;
}

.contents-body section .merit-list{
    /* gap:40px; */
    /* padding:0 10px; */
}

@media screen and (max-width: 767px) {
    .contents-body section .merit-list{

    }
}


.contents-body section .merit-list > div{
    background: #fff;
    padding: 40px 30px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 5%);
    border-radius:25px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .contents-body section .merit-list > div{
        padding: 20px;
        min-height: auto;
    }
}
.contents-body section .merit-list > div:nth-child(even){
    margin-top:50px;
}

.contents-body section .merit-list > div .tit{
    font-weight: 500;
    color: #008aff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .contents-body section .merit-list > div .tit{
        font-size: 18px;
    }
}
.contents-body section .merit-list > div img{
    padding:0 20px;
}
.contents-body section .merit-list > div .desc {
    margin-top: 15%;
    color: #3a3a3a;
    font-size: 18px;
    line-height: 1.5;
    word-break: keep-all;
    display: block;
    font-weight: 500;
    letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
    .contents-body section .merit-list > div .desc {
        font-size: 16px;
    }
}

/* .last-gray::before,
.last-gray::after{
 
   top:100px;
   bottom: 0;
   left: -9999px;
   right: 0;
    z-index: -1;
    background: #efefef;
}
 */

 .contents-body section .agency{
    display: flex;
    gap:40px;
 }

 .contents-body section .agency.left{
    margin-left:100px;
 }
 .contents-body section .agency.right{
    margin-right:100px;
}

@media screen and (max-width: 767px) {
    .contents-body section .agency{
        flex-direction: column;
        margin:0 !important;
        padding:0 12px;
     }
}

 .contents-body section .agency > li{
    background: #fff;
    padding: 40px 30px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .contents-body section .agency > li{
        padding: 20px;
        min-height: auto;
    }
}


.contents-body section .agency > li .tit{
    font-weight: 600;
    color: #1e3971;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .contents-body section .agency > li .tit{
        font-size: 18px;
    }
}
.contents-body section .agency > li img{
    padding:0 20px;
}
.contents-body section .agency > li .desc {
    margin-top: 15%;
    color: #3a3a3a;
    font-size: 18px;
    line-height: 1.5;
    word-break: keep-all;
    display: block;
    font-weight: 500;
    letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
    .contents-body section .agency > li .desc {
        font-size: 16px;
    }
}


/* dim */
.common-dim {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.nodata {
    display: block;
    padding: 100px 0;
    text-align: center;
    color: #888;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .nodata {
        padding: 60px 0;
        font-size: 14px;
    }
}

/* footer */
footer {
    background: #2c2c2c;
    position: relative;
    border-top: 1px solid #ddd;
    padding: 70px 0;
}
footer::before{
    position: absolute;
    content: '';
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    /* background: url(../images/icon/icon-quick2.png) no-repeat 100% 100%; */
    filter: contrast(0.8);
}
@media screen and (max-width: 767px) {
    footer {
        padding: 30px 0;
    }
}

footer .foot-cont {
    display: flex;
    width: 100%;
    max-width:90%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    gap:70px;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    footer .foot-cont{
        max-width:100%;
        gap:20px;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-cont {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    footer .foot-cont {
        flex-direction: column;
    }
}

footer .foot-cont .left {
    position: relative;
    font-weight: 500;
}
footer .foot-cont .left img{
    max-width: 150px;
}
footer .foot-cont .left select{
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    right:0;
    background: url(../images/icon/icon-down_arrow.png) no-repeat 80% 50% !important;
    outline: none;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    footer .foot-cont .left select{
        top:15%;
        padding: 10px 40px;
        font-size: 12px;
    }
}

footer .foot-cont .left select:hover{
    color:#000 !important;
}
footer .foot-cont .left select option{
    color:#000;
    font-weight: bold;
    margin:20px 0;
    color: #fe0001;
    padding: 3px 0;
    font-size: 16px;
    border:solid 1px blue;
}

select option:hover {
    box-shadow: 0 0 10px 100px #fe0001 inset;
    color: #fff;
}

    
footer .foot-cont .left select::-ms-expand {
        display: none;
}
@media screen and (max-width: 1366px) {

}
    

@media screen and (max-width: 1024px) {
    footer .foot-cont .left {
        padding: 0;
    }
}

footer .foot-cont .left .link-lists {
    margin-bottom: 30px;
    font-size: 0;
    color:#fff;
    flex-direction: column;
    display: flex;
    gap:20px;
}

@media screen and (max-width: 767px) {
    footer .foot-cont .left .link-lists {
        margin-bottom: 20px;
        display: flex;
        width: 50%;
        flex-wrap: wrap;
        gap: 10px;
    }
}

footer .foot-cont .left .link-lists li {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    footer .foot-cont .left .link-lists li{
        width: 50%;
        display: block;
        width: fit-content;
    }
}



/* footer .foot-cont .left .link-lists li::before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: #999;
} */
@media screen and (max-width: 767px) {
    footer .foot-cont .left .link-lists li::before{
        display:none;
    }
}


footer .foot-cont .left .link-lists li:first-child::before {
    display: none;
}

footer .foot-cont .left .link-lists li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    footer .foot-cont .left .link-lists li a {
        font-size: 14px;
    }
}

footer .foot-cont .left .comp-infos li {
    display: inline-block;
    /* display: block; */
    color: #8c8c8c;
    font-size: 15px;
    word-break: keep-all;
    margin-left:10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

footer .foot-cont .left .comp-infos li:first-of-type {
    display: block;
}

@media screen and (max-width: 767px) {
    footer .foot-cont .left .comp-infos li {
        margin-top: 6px;
        font-size: 13px;
        width: fit-content;
        margin-left: 0;
    }
}

/* footer .foot-cont .left .comp-infos li:first-child {
    margin: 0;
} */

@media screen and (max-width: 767px) {
    footer .foot-cont .left .comp-infos li:first-child {
        width:100%;
    }
}


footer .foot-cont .left .comp-infos li .tit {
    white-space: nowrap;
}



footer .foot-cont .left .copyright {
    margin-top: 50px;
    color: #8c8c8c;
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    footer .foot-cont .left .copyright {
        margin-top: 20px;
        font-size: 12px;
    }
}

footer .foot-cont .right {
    position: relative;
    width: auto;
    display: flex;
    align-items: flex-start;
    gap:30px;
    width:auto;
}
footer .foot-cont .right img{
    max-width: 200px;
}
footer .foot-cont .right .logo{
    /* margin:10px 0; */
    color:#fff;
    font-size:34px;
    white-space: nowrap;
}
@media screen and (max-width: 1024px) {
    footer .foot-cont .right .logo{
        font-size:20px;
    }
    footer .foot-cont .right{
        /* display: none; */
    }
}

@media screen and (max-width: 767px) {
    footer .foot-cont .right {
        order: -1;
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap:20px;
    }
    footer .foot-cont .right .dk-logo img{
        height: 28px;
    }
}

/* member, 마이페이지 */
.contents.cate09 .withdrawal-wrap .top {
    padding: 40px 40px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    .contents.cate09 .withdrawal-wrap .top {
        padding: 40px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate09 .withdrawal-wrap .top {
        padding: 30px 0 0;
    }
}

.contents.cate09 .withdrawal-wrap .top p {
    margin-top: 10px;
    padding: 0 60px;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .withdrawal-wrap .top p {
        font-size: 14px;
        line-height: 22px;
    }
}

.contents.cate09 .withdrawal-wrap .top p:first-child {
    margin-top: 0;
}

.contents.cate09 .withdrawal-wrap .top p.bold {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .withdrawal-wrap .top p {
        padding: 0 20px;
    }
}

.contents.cate09 .withdrawal-wrap .top .form-wrap {
    margin-top: 40px;
    padding: 25px 60px;
    border-top: 1px solid #ddd;
}

.contents.cate09 .withdrawal-wrap .top .form-wrap label {
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .withdrawal-wrap .top .form-wrap {
        margin-top: 20px;
        padding: 10px 20px;
    }
}

.contents.cate09 .withdrawal-wrap .bottom {
    margin-top: 60px;
    padding: 30px 100px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    .contents.cate09 .withdrawal-wrap .bottom {
        padding: 30px 60px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate09 .withdrawal-wrap .bottom {
        margin-top: 40px;
        padding: 30px 20px;
    }
}

.contents.cate09 .withdrawal-wrap .bottom .sect {
    margin-top: 30px;
}

.contents.cate09 .withdrawal-wrap .bottom .sect:first-child {
    margin-top: 0;
}

.contents.cate09 .withdrawal-wrap .bottom .sect p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .withdrawal-wrap .bottom .sect p {
        font-size: 14px;
        line-height: 22px;
    }
}

.contents.cate09 .withdrawal-wrap .bottom .sect.type2 p {
    float: left;
}

@media screen and (max-width: 1024px) {
    .contents.cate09 .withdrawal-wrap .bottom .sect.type2 p {
        float: none;
    }
}

.contents.cate09 .withdrawal-wrap .bottom .sect.type2 .slt-lists {
    margin-left: 200px;
}

@media screen and (max-width: 1024px) {
    .contents.cate09 .withdrawal-wrap .bottom .sect.type2 .slt-lists {
        margin-left: 0;
    }
}

@media screen and (min-width: 767px) {
    .contents.cate09 .withdrawal-wrap .bottom .sect.type2 .slt-lists li {
        width: 25%;
    }
    .contents.cate09 .withdrawal-wrap .bottom .sect.type2 .slt-lists li:nth-child(1), .contents.cate09 .withdrawal-wrap .bottom .sect.type2 .slt-lists li:nth-child(4) {
        width: 50%;
    }
    .contents.cate09 .withdrawal-wrap .bottom .sect.type2 .slt-lists li:nth-child(3) ~ li {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate09 .withdrawal-wrap .bottom .sect.type2 .slt-lists li {
        width: 100%;
        margin-top: 5px;
    }
    .contents.cate09 .withdrawal-wrap .bottom .sect.type2 .slt-lists li:first-child {
        margin-top: 0;
    }
}

.contents.cate09 .login-wrap {
    max-width: 570px;
    margin: 0 auto;
}

.contents.cate09 .login-wrap .tit-wrap {
    text-align: center;
}

.contents.cate09 .login-wrap .login-input {
    margin-top: 20px;
    position: relative;
    padding-right: 140px;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .login-wrap .login-input {
        padding-right: 110px;
    }
}

.contents.cate09 .login-wrap .login-input .input-wrap {
    display: block;
    margin-top: 10px;
}

.contents.cate09 .login-wrap .login-input .input-wrap:first-child {
    margin-top: 0;
}

.contents.cate09 .login-wrap .login-input .input-wrap .form-control {
    padding: 10px;
    height: 46px;
}

.contents.cate09 .login-wrap .login-input .chk-wrap {
    display: block;
    margin-top: 10px;
}

.contents.cate09 .login-wrap .login-input .btn-login {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 110px;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .login-wrap .login-input .btn-login {
        width: 100px;
        height: 102px;
    }
}

.contents.cate09 .login-wrap .sns-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.contents.cate09 .login-wrap .sns-login p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .login-wrap .sns-login p {
        font-size: 14px;
        line-height: 22px;
    }
}

.contents.cate09 .login-wrap .sns-login .btns {
    text-align: right;
}

.contents.cate09 .login-wrap .sns-login .btns a {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 46px;
    margin-left: 10px;
}

.contents.cate09 .login-wrap .sns-login .btns a:first-child {
    margin-left: 0;
}

.contents.cate09 .login-wrap .sns-login .btns a.btn-sns1 {
    background: url("/images/bg/bg-sns.png") 0 0 no-repeat;
}

.contents.cate09 .login-wrap .sns-login .btns a.btn-sns2 {
    background: url("/images/bg/bg-sns.png") right 0 no-repeat;
}

.contents.cate09 .login-wrap .find-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dotted #ddd;
}

.contents.cate09 .login-wrap .find-info p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .login-wrap .find-info p {
        font-size: 14px;
        line-height: 22px;
    }
}

.contents.cate09 .login-wrap .find-info .btn-find {
    display: block;
    text-align: center;
    line-height: 48px;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .login-wrap .find-info .btn-find {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 38px;
    }
}

.contents.cate09 .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) {
    .contents.cate09 .login-wrap .btn-join {
        font-size: 16px;
        line-height: 44px;
    }
}

.contents.cate09 .join-select-list {
    max-width: 500px;
    margin: 0 auto;
}

.contents.cate09 .join-select-list li {
    margin-top: 10px;
}

.contents.cate09 .join-select-list li:first-child {
    margin-top: 0;
}

.contents.cate09 .join-select-list li a {
    display: block;
    width: 100%;
    font-weight: 700;
    line-height: 52px;
}

.contents.cate09 .join-select-list li a.btn01 {
    background: #21c502;
    color: #fff;
}

.contents.cate09 .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;
}

.contents.cate09 .join-select-list li a.btn02 {
    background: #fff100;
    color: #3b201e;
}

.contents.cate09 .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;
}

.contents.cate09 .form-wrap.join-type {
    max-width: 600px;
    margin: 0 auto;
}

.contents.cate09 .form-wrap.join-type .form-control {
    max-width: 100%;
    height: 50px;
}

.contents.cate09 .form-wrap.join-type .form-control#userID:read-only,
.contents.cate09 .form-wrap.join-type .form-control#email:read-only{
    background-color: #eee;
}
.contents.cate09 .form-wrap.join-type .form-control#userID:read-only:focus,
.contents.cate09 .form-wrap.join-type .form-control#email:read-only:focus{
    border: 1px solid #ddd;
}

.contents.cate09 .form-wrap.join-type .row {
    margin-top: 10px;
}

.contents.cate09 .form-wrap.join-type .row:first-child {
    margin-top: 0;
}

.contents.cate09 .form-wrap.join-type .row .btn {
    height: 50px;
}

.contents.cate09 .join-agree-cont {
    max-width: 600px;
    margin: 60px auto 0;
    border-top: 1px solid #333;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .join-agree-cont {
        margin-top: 40px;
    }
}

.contents.cate09 .join-agree-cont .tit {
    padding: 15px 12px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .join-agree-cont .tit {
        font-size: 14px;
        line-height: 22px;
    }
}

.contents.cate09 .join-agree-cont .all {
    border-bottom: 1px solid #ddd;
    padding: 15px 12px;
}

.contents.cate09 .join-agree-cont .all p {
    margin-top: 5px;
    padding-left: 30px;
    color: #888;
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .join-agree-cont .all p {
        font-size: 12px;
        line-height: 20px;
    }
}

.contents.cate09 .join-agree-cont .agrees {
    border-bottom: 1px solid #ddd;
    padding: 15px 12px;
}

.contents.cate09 .join-agree-cont .agrees li {
    position: relative;
    margin-top: 5px;
}

.contents.cate09 .join-agree-cont .agrees li:first-child {
    margin-top: 0;
}

.contents.cate09 .join-agree-cont .agrees li .link-cont {
    position: absolute;
    top: 3px;
    right: 0;
}

.contents.cate09 .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;
}

.contents.cate09 .join-agree-cont .agrees li .link-cont.open::after {
    transform: rotate(315deg);
    margin-top: 6px;
}

.contents.cate09 .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;
    color: #666;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .join-agree-cont .agrees li .terms-box {
        font-size: 12px;
        line-height: 20px;
    }
}

.contents.cate09 .join-complete {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contents.cate09 .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) {
    .contents.cate09 .join-complete .welcome {
        font-size: 35px;
    }
}

.contents.cate09 .join-complete .welcome::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    width: 55px;
    height: 32px;
    margin-left: -30px;
    border: 7px solid #1e3971;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.contents.cate09 .join-complete .welcome small {
    display: block;
    margin-top: 5px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .join-complete .welcome small {
        font-size: 20px;
        line-height: 30px;
    }
}

.contents.cate09 .join-complete .welcome small em {
    font-weight: 700;
}

.contents.cate09 .join-complete .desc {
    margin-top: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .contents.cate09 .join-complete .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate09 .join-complete .desc {
        margin-top: 20px;
    }
}

.contents.cate09 .join-complete .desc em {
    color: #1e3971;
    font-weight: 700;
}

.contents.cate09 .find-wrap {
    max-width: 450px;
    margin: 0 auto;
}

.contents.cate09 .find-wrap .tit-wrap {
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .contents.cate09 .find-wrap .tit-wrap {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate09 .find-wrap .tit-wrap {
        margin-bottom: 30px;
    }
}

.contents.cate09 .find-wrap .button-tab-wrap .tabs {
    font-size: 0;
}

.contents.cate09 .find-wrap .button-tab-wrap .tabs li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.contents.cate09 .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) {
    .contents.cate09 .find-wrap .button-tab-wrap .tabs li a {
        line-height: 46px;
        font-size: 14px;
    }
}

.contents.cate09 .find-wrap .button-tab-wrap .tabs li.active a {
    border-color: #22140c;
    background: #22140c;
    color: #fff;
}

.contents.cate09 .find-wrap .button-tab-contents .slt-lists {
    padding: 20px 0;
    text-align: center;
}

.contents.cate09 .find-wrap .button-tab-contents .slt-lists li {
    margin-left: 50px;
}

.contents.cate09 .find-wrap .button-tab-contents .slt-lists li:first-child {
    margin-left: 0;
}

.contents.cate09 .find-wrap .button-tab-contents .find-input .input-wrap {
    display: block;
    margin-top: 10px;
}

.contents.cate09 .find-wrap .button-tab-contents .find-input .input-wrap:first-child {
    margin-top: 0;
}

.contents.cate09 .find-wrap .button-tab-contents .find-input .input-wrap input {
    height: 46px;
    padding: 10px;
}

.contents.cate09 .find-wrap .button-tab-contents .btn-area {
    margin-top: 10px;
}

.contents.cate09 .find-wrap .button-tab-contents .btn-area .btn {
    line-height: 52px;
}

/* === PAGES(CATEGORY) === */
/* page common */
.ex-box {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .ex-box {
        margin-bottom: 20px;
    }
}

.ex-box:last-child {
    margin-bottom: 0;
}

.ex-box > * {
    padding-left: 25px;
}

@media screen and (max-width: 767px) {
    .ex-box > * {
        padding-left: 18px;
    }
}

.ex-box .tit {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    word-break: keep-all;
}

.ex-box .tit:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .ex-box .tit {
        font-size: 18px;
        line-height: 22px;
    }
}

.ex-box .tit::before {
    content: ' ';
    position: absolute;
    top: 13px;
    left: 0;
    width: 18px;
    height: 2px;
    background: currentColor;
}

@media screen and (max-width: 767px) {
    .ex-box .tit::before {
        top: 10px;
        width: 12px;
    }
}

.ex-box .desc {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
}

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

.ex-box .desc span {
    display: block;
}

@media screen and (max-width: 767px) {
    .ex-box .desc {
        margin-bottom: 15px;
    }
}

.ex-box .alert-txt {
    font-size: 16px;
    line-height: 24px;
    color: #1e3971;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .ex-box .alert-txt {
        font-size: 14px;
        line-height: 22px;
    }
}

.ex-box .dl-wrap {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .ex-box .dl-wrap {
        margin-top: 10px;
    }
}

.ex-box .dl-wrap dl {
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .ex-box .dl-wrap dl {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .ex-box .dl-wrap dl {
        margin-top: 15px;
    }
}

.ex-box .dl-wrap dl:first-child {
    margin-top: 0;
}

.ex-box .dl-wrap dl dt {
    margin-bottom: 5px;
    color: #1e3971;
    font-weight: 700;
}

.ex-box .dl-wrap dl dd {
    color: #666;
}

.ex-box .ci-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: 25px;
    padding-left: 0;
    height: 270px;
    border: 1px solid #e3ddd9;
    background: #f4f2f0;
}

@media screen and (max-width: 767px) {
    .ex-box .ci-box {
        height: 130px;
        margin-top: 20px;
    }
    .ex-box .ci-box img {
        height: 64px;
    }
}

.ex-box .tbl-wrap {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .ex-box .tbl-wrap {
        margin-top: 10px;
    }
}

.border-box {
    padding: 40px 45px;
    border: 1px solid #e3ddd9;
}

@media screen and (max-width: 1024px) {
    .border-box {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .border-box {
        padding: 15px 12px;
    }
}
.service-info{
    position: relative;
}

.service-info .thumb {
    display: block;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .service-info .thumb {
        margin-bottom: 30px;
    }
}
.service-info > h4.tit {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    word-break: keep-all;
    text-align: center;
    margin-bottom: 50px
}

.service-info.sub_05 > h4.tit::before{
    content: '인재양성전략';
    display: block;
    font-size: 20px;
    color: #006bff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .service-info > h4.tit {
        font-size: 16px;
        line-height: 24px;
    }
}

.service-info .desc {
    margin-top: 20px;
    color: #666;
    font-size: 18px;
    line-height: 26px;
    width:90%;
}

@media screen and (max-width: 767px) {
    .service-info .desc {
        font-size: 15px;
        line-height: 24px;
    }
}



.service-info .text-box{
    margin-bottom: 30px;
    word-break: keep-all;
}
.service-info .text-box .tit {
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    word-break: keep-all;
    color: #000;
    text-transform: uppercase;
}
.service-info .services .tit em{
    display: block;
    font-weight: 500;
    font-size:20px;
}

.service-info .services .flex{
    align-items: flex-end;
    gap: 60px;
    margin-bottom: 50px;
}
.service-info .services .flex-left.flex-bg::after{
    content: "";
    position: absolute;
    top: 100px;
    bottom: -25px;
    left: -9999px;
    right: -25px;
    background-color: #e9e9e9;
    z-index: -1;
}

.service-info .services .flex-right.flex-bg::after{
    content: "";
    position: absolute;
    top: 100px;
    bottom: -25px;
    right: -9999px;
    left: -25px;
    background-color: #e9e9e9;
    z-index: -1;
}

.service-info .services .success{
    margin-top:100px;
    text-align: center;
}
.service-info .services h3.tit{
    font-size:30px;
    word-break: keep-all;
    margin-top:120px;
}

.service-info .services .sub_tit{
    font-size: 32px;
    margin: 20px 0;
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
}
.service-info .services .sub_tit_m{
    font-size: 24px;
    margin: 20px 0;
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
}
.service-info .services .sub_tit_s{
    font-size: 18px;
    margin: 20px 0;
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
}
.service-info .services .success .txt{
    font-size:18px;
    margin:20px 0 30px 0;
}
.color{
    color:#2856bd;
}

.contents.cate01 .sub0107 > .tit {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    color: #000;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
    margin-top: 30px;
}

.contents.cate01 .sub0107 > .desc {
    color: #666;
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
    margin: 30px 0;
} 
@media screen and (max-width: 1024px) {

    .service-info .text-box .tit{
        font-size:24px;
    }
    .service-info .services h3.tit{
        margin-top:60px;
    }
    .service-info .services .flex{
        gap:30px;
    }
}
@media screen and (max-width: 767px) {

    .service-info .text-box .tit{
        font-size:22px;
    }
    .service-info .services .success .txt{
        font-size: 15px;
    }
    .service-info .services h3.tit{
        margin:0;
        font-size:22px;
    }
    .service-info .services .sub_tit{
        font-size:18px;
    }
    .service-info .services .sub_tit_m{
        font-size:16px;
    }
    .service-info .services .sub_tit_s{
        font-size:14px;
    }
    
}
@media screen and (max-width: 520px) {
    .service-info .services .flex-left.flex-bg::after{
        bottom: -30%;
        right: 50%;
    }
    .service-info .services .flex-right.flex-bg::after{
        bottom: -30%;
        left: 50%;
    }
    
    .service-info .services .flex{
        gap:10px;
        margin-bottom: 30px;
    }
    .service-info .text-box{
        margin:0;
    }
}




/* ABOUT GROUP */
.contents.cate01 .aboutGroup{
 position: relative;
 overflow: hidden;
}

.contents.cate01 .aboutGroup ul li{
    margin-bottom:80px;
}
.contents.cate01 .aboutGroup .text-box{
    padding-left:30px;
    padding-right:30px;
}

.contents.cate01 .aboutGroup .text-box.right{
    text-align: right;
}

.contents.cate01 .aboutGroup .tit{
    font-weight: 800;
    font-size: 72px;
    color: #000;
    font-family: "NanumSquare";
    letter-spacing: 1px;
    margin-top: -40px;
    /* margin-left: 30px; */
    margin-bottom: 20px;
}

.contents.cate01 .aboutGroup .txt{
    color:#666;
    font-size:18px;
}


@media screen and (max-width: 1024px) {

    .contents.cate01 .aboutGroup ul li{
        margin-bottom: 40px;
    }
    .contents.cate01 .aboutGroup .text-box{
        padding-left:20px;
        padding-right:20px;
    }
    .contents.cate01 .aboutGroup .tit{
        font-size: 60px;
    }
    .contents.cate01 .aboutGroup .txt{
        font-size:16px;
    }
    
}

@media screen and (max-width: 767px) {

    .contents.cate01 .aboutGroup ul li{
        margin-bottom: 30px;
    }
    .contents.cate01 .aboutGroup .text-box{
        padding-left:12px;
        padding-right:12px;
    }
    .contents.cate01 .aboutGroup .tit{
        font-size: 43px;
        margin-top: -20px;
        margin-bottom: 10px;
    }
    .contents.cate01 .aboutGroup .txt{
        font-size:14px;
    }
    
}


.contents.cate01 .greetings {
    position: relative;
}
.contents.cate01 .greetingsCeo{
    display: flex;
    gap:20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .greetingsCeo{
        flex-direction: column;
    }
}
.contents.cate01 .greetings .text-box{
    width:60%;
}
@media screen and (max-width: 767px) {
    .contents.cate01 .greetings .text-box{
        width:100%;
    }
}

/*
.contents.cate01 .greetings::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 45.3125%;
    padding-top: 50%;
    background: url("/images/bg/bg-ceo.png") center no-repeat;
    background-size: 100%;
}
*/

.contents.cate01 .greetings .tit {
    color: #1e3971;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -0.8px;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    .contents.cate01 .greetings .tit {
        font-size: 17px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .greetings .tit {
        font-size: 16px;
        margin:20px 0;
    }
}




.contents.cate01 .greetings .txt {
    font-size: 18px;
    line-height: 28px;
    word-break: keep-all;
}
@media screen and (max-width: 1366px) {
    .contents.cate01 .greetings .txt{
        font-size: 16px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1024px) {
    .contents.cate01 .greetings .txt{
        font-size:14px;
    }
}

.contents.cate01 .greetings .img-box{
    position: relative;
    margin:0 auto;
}
@media screen and (max-width: 767px) {
    .contents.cate01 .greetings .img-box img{
        object-fit: contain;
    }
}

.contents.cate01 .greetings .txt.txt-point {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    line-height: 1.5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .greetings {
        padding-right: 0;
        flex-direction: column-reverse;
    }
    .contents.cate01 .greetings::after {
        display: none;
    }
    .contents.cate01 .greetings .txt.txt-point{
        font-size:16px;
    }
    .contents.cate01 .greetings .txt.txt-point img{
        width:100px;
    }
}

.contents.cate01 .summary {
    position: relative;
}
.contents.cate01 .summary .contents-head{
    position: relative;
    display: flex;
    gap:20px;
}

.contents.cate01 .summary .contents-body{
    position: relative;
    margin-top:-50px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .summary .contents-body{
        margin:0;
    }
}

.contents.cate01 .summary .graybox{
    position: relative;
    background: #f2f2f2;
    padding: 80px 30px 120px;
    font-size: 32px;
    font-weight: 300;
    flex: 1.1;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .summary .graybox{
        padding: 80px 30px;
        font-size: 20px;
        line-height: 1.3;
    }
}

.contents.cate01 .summary .graybox::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    background-color: #f2f2f2;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .summary .graybox::before{
        left:0;
    }
}


.contents.cate01 .summary .graybox .tit{
    position: relative;
    font-weight: 500;
    font-size:26px;
    margin-bottom: 20px;
}

.contents.cate01 .summary .graybox .tit::before{
    content: '';
    position: absolute;
    bottom: -10px;
    border: solid 1px #333;
    width: 35px;
}


.contents.cate01 .summary .intro{
    flex:2;
    color: #605f5f;
    font-size:17px;
    padding:20px 0; 
    word-break: keep-all;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .summary .intro{
        font-size:15px;
        line-height: 1.5;
        padding:0; 
        margin-bottom: 20px;
    }
}


.contents.cate01 .summary .contents-body .company-wrap{
    position: relative;
}
.contents.cate01 .summary .contents-body .company{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    color: #fff;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 5%;
    padding: 5%;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .summary .contents-body .company-wrap img{
        display: none;
    }
    .contents.cate01 .summary .contents-body .company{
        position: relative;
        display: block;
        background: url(../images/img/bg-sub0101.png)center right/cover no-repeat;
    }
}

.contents.cate01 .summary .contents-body .company ul{
    font-size:18px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .summary .contents-body .company ul{
        font-size:16px;
    }
}



.contents.cate01 .summary .contents-body .company ul li{
    margin-bottom: 15px;
    display: flex;
}
.contents.cate01 .summary .contents-body .company ul li em{
    min-width: 80px;
    margin-right: 20px;
    display: inline-block;
}
.contents.cate01 .summary .contents-body .company ul li p{
    display: inline-block;
    font-weight: 300;
    font-size:16px;
    line-height: 1.3;
}

.contents.cate01 .summary .contents-body .vision{
    text-align: center;
    margin-top:100px;
}

.contents.cate01 .summary .contents-body .vision .eyebrow{
    font-size: 15px;
    color: #006bff;
    text-transform: uppercase;
    font-weight: 600;
    transform: scaleY(0.9);
    margin-bottom: 20px;
}

.contents.cate01 .summary .contents-body .vision .content-tit{
    line-height: 1.2;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .summary .contents-body .vision .content-tit{
        font-size:18px;
    }
}



.contents.cate01 .sub0102 {
    text-align: center;
}

.contents.cate01 .sub0102 > .tit {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    color: #000;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
    margin-top:30px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 > .tit {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 > .tit {
        padding: 0 40px;
        margin-bottom: 30px;
    }
}
.contents.cate01 .sub0102 > .tit::before{
    content: '회사 비전';
    display: block;
    font-size: 20px;
    color: #006bff;
    text-transform: uppercase;
}
/* 
.contents.cate01 .sub0102 > .tit::before, .contents.cate01 .sub0102 > .tit::after {
    content: ' ';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("/images/icon/icon-quote.png") center no-repeat;
    background-size: 100%;
} 

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 > .tit::before, .contents.cate01 .sub0102 > .tit::after {
        width: 20px;
        height: 20px;
    }
}

.contents.cate01 .sub0102 > .tit::before {
    top: -23px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 > .tit::before {
        top: -10px;
    }
}

.contents.cate01 .sub0102 > .tit::after {
    right: 0;
    bottom: -26px;
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 > .tit::after {
        bottom: -10px;
    }
}
*/
.contents.cate01 .sub0102 > .desc {
    color: #666;
    font-size: 18px;
    line-height: 26px;
    word-break: keep-all;
    margin:30px 0;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 > .desc {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 > .desc {
        margin:20px 0;
    }
    .contents.cate01 .sub0102 > .desc br {
        display: none;
    }
}

.contents.cate01 .sub0102 .corevalue{
    margin: 150px 0;
}
@media screen and (max-width: 1366px) {
    .contents.cate01 .sub0102 .corevalue{
        margin: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .corevalue{
        margin: 50px 0;
    }
}
.contents.cate01 .sub0102 .ci-box {
    margin: 60px 0 0;
    border: 1px solid #000;
}

.contents.cate01 .sub0102 .ci-brand{
    margin: 20px 0 80px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .ci-box {
        margin: 20px 0;
    }
    .contents.cate01 .sub0102 .ci-brand{
        margin: 20px 0 40px;
    }
}



.contents.cate01 .sub0102 .colorsystem .tit {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .colorsystem .tit {
        font-size: 20px;
        line-height: 30px;
    }
}

.contents.cate01 .sub0102 .colorsystem .desc {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .colorsystem .desc {
        font-size: 16px;
        line-height: 22px;
    }
}

.contents.cate01 .sub0102 .color-lists {
    display: flex;
    width: 100%;
    max-width: 1130px;
    margin: 45px auto 0;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .color-lists {
        display: block;
        margin-top: 50px;
    }
}

.contents.cate01 .sub0102 .color-lists > li {
    flex: 1;
    margin-left: 30px;
}

@media screen and (max-width: 1024px) {
    .contents.cate01 .sub0102 .color-lists > li {
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .color-lists > li {
        margin-left: 0;
        margin-top: 10px;
    }
}

.contents.cate01 .sub0102 .color-lists > li:first-child {
    margin-left: 0;
    margin-top: 0;
}

.contents.cate01 .sub0102 .color-lists > li .inner{
    height: 100%;
    padding: 25px 30px;
    text-align: left;
    border:solid 1px #ddd;
}

@media screen and (max-width: 1024px) {
    .contents.cate01 .sub0102 .color-lists > li .inner {
        padding: 20px 15px;
    }
}

.contents.cate01 .sub0102 .color-lists > li .inner.color1 {
    background: #1e3971;
}

.contents.cate01 .sub0102 .color-lists > li .inner.color2 {
    background: #FFF;
}

.contents.cate01 .sub0102 .color-lists > li .inner.color3 {
    background: #241b14;
}

.contents.cate01 .sub0102 .color-lists > li .inner .color-name {
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.contents.cate01 .sub0102 .color-lists > li .inner .color-name2{
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .color-lists > li .inner .color-name,
    .contents.cate01 .sub0102 .color-lists > li .inner .color-name2{
        font-size: 18px;
    }
    
}

.contents.cate01 .sub0102 .color-lists > li .inner dl {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.contents.cate01 .sub0102 .color-lists > li .inner.white dl{
    color:#000;
}
@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .color-lists > li .inner dl {
        font-size: 14px;
        line-height: 22px;
    }
}

.contents.cate01 .sub0102 .color-lists > li .inner dl dt {
    float: left;
    width: 65px;
}

.contents.cate01 .sub0102 .color-lists > li .inner dl dd {
    margin-left: 65px;
    opacity: 0.5;
}

.contents.cate01 .sub0102 .down-btns {
    margin-top: 60px;
    font-size: 0;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .down-btns {
        margin-top: 40px;
    }
}

.contents.cate01 .sub0102 .down-btns li {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .down-btns li {
        width: calc((100% - 10px) / 2);
        margin-left: 10px;
    }
}

.contents.cate01 .sub0102 .down-btns li:first-child {
    margin-left: 0;
}

.contents.cate01 .sub0102 .down-btns li a {
    display: block;
    width: 180px;
    padding: 0 15px;
    text-align: left;
    background: url("/images/icon/icon-down.png") right 15px center no-repeat;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0102 .down-btns li a {
        width: 100%;
    }
}

.contents.cate01 .sub0103 {
    max-width: 882px;
    margin: 0 auto;
}

.contents.cate01 .sub0103 ul {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0103 ul {
        flex-direction: column;
        justify-content: center;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
}

.contents.cate01 .sub0103 ul li {
    width: 28.798186%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0103 ul li {
        width: 100%;
        margin-top: 40px;
    }
    .contents.cate01 .sub0103 ul li:first-child {
        margin-top: 0;
    }
}

.contents.cate01 .sub0103 ul li .tit {
    position: relative;
    display: inline-block;
    padding: 0 8px 2px;
}

.contents.cate01 .sub0103 ul li .tit::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    /* background: #e1b016; */
}

.contents.cate01 .sub0103 ul li .tit span {
    position: relative;
    color: #1e3971;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.contents.cate01 .sub0103 ul li .desc {
    position: relative;
    margin-top: 24px;
    width: 100%;
    height: auto;
    padding-top: 100%;
    border: 1px solid #1e3971;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0103 ul li .desc {
        margin-top: 12px;
    }
}

.contents.cate01 .sub0103 ul li .desc span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transform: translate(-50%, -50%) skew(-0.05deg);
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0103 ul li .desc span {
        font-size: 18px;
        line-height: 26px;
    }
}

.contents.cate01 .sub0103 ul li .desc span::before {
    content: ' ';
    display: block;
    margin: 0 auto 30px;
    width: 64px;
    height: 64px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.contents.cate01 .sub0103 ul li .desc span.icon01::before {
    background-image: url("/images/icon/icon-sub0103-1.png");
}

.contents.cate01 .sub0103 ul li .desc span.icon02::before {
    background-image: url("/images/icon/icon-sub0103-2.png");
}

.contents.cate01 .sub0103 ul li .desc span.icon03::before {
    background-image: url("/images/icon/icon-sub0103-3.png");
}

.contents.cate01 .sub0103 .text {
    margin-top: 60px;
    color: #666;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0103 .text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0103 .text {
        margin-top: 40px;
    }
    .contents.cate01 .sub0103 .text br {
        display: none;
    }
}

/*employment*/

.contents.cate07 .warrant-list-wrap{
    /* border:solid 1px blue; */
}
.contents.cate07 .warrant-list-wrap ul.lists{
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px;
    margin-left: -20px;
}
@media screen and (max-width: 767px){
    .contents.cate07 .warrant-list-wrap ul.lists{
        
    }
}
.contents.cate07 .warrant-list-wrap ul.lists li{
    width: 20%;
    padding-left: 20px;
    margin-top: 60px;
}
@media screen and (max-width: 767px){
    .contents.cate07 .warrant-list-wrap ul.lists li{
        width: 50%;
    }
}
.contents.cate07 .warrant-list-wrap ul.lists .inner{
    text-align: center;
}
.contents.cate07 .warrant-list-wrap ul.lists .inner .tit{
    margin:10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    word-break: keep-all;
}
@media screen and (max-width: 767px){
    .contents.cate07 .warrant-list-wrap ul.lists .inner .tit{
        font-size:15px;
    }
}
.contents.cate07 .warrant-list-wrap ul.lists .inner .tit em{
    display: block;
}

.contents.cate07 .warrant-list-wrap ul.lists .inner .desc{
    color:#5d5d5d;
    line-height: 1.2;    
    word-break: keep-all;
}
@media screen and (max-width: 767px){
    .contents.cate07 .warrant-list-wrap ul.lists .inner .desc{
        font-size:14px;
    }
}
.contents.cate07 .warrant-list-wrap ul.lists .inner .img{
    text-align: center;
}

.contents.cate07 .warrant-list-wrap .graybox{
    padding:30px 40px;
    background: #f5f5f5;
    margin-top:50px;
}
@media screen and (max-width: 767px){
    .contents.cate07 .warrant-list-wrap .graybox{
        padding:20px;
        font-size:14px;
        word-break: break-all;
    }
}
.contents.cate07 .warrant-list-wrap .graybox ul li{
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    color:#000;
}
@media screen and (max-width: 767px){
    .contents.cate07 .warrant-list-wrap .graybox ul li{
        flex-direction: column;
        gap:5px;
    }
}

.contents.cate07 .warrant-list-wrap .graybox ul li span{
    flex:1;
}
.contents.cate07 .warrant-list-wrap .graybox ul li em{
    flex:1;
    color:#009fff;
    word-break: keep-all;
    line-height: 1.2;
}

/*레퍼런스 reference*/
.contents .reference-list-wrap{
    position: relative;
}

.contents .reference-list-wrap section{
    margin-bottom: 75px;
}

.contents .reference-list-wrap section:last-of-type{
    margin:0;
}

.contents .reference-list-wrap .eyebrow{
    font-size: 15px;
    color: #8f9afc;
    text-transform: uppercase;
    font-weight: 500;
    transform: scaleY(0.9);
}

.contents .reference-list-wrap .content-tit{
    position: relative;
    font-size: 26px;
    font-weight: 600;
    padding: 5px 0 20px;
    margin-bottom: 30px;
    color: #000;
}

.contents .reference-list-wrap .content-tit::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
}

.contents .reference-list-wrap ul.lists{
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px;
    margin-left: -20px;
}
@media screen and (max-width: 767px){
    .contents .reference-list-wrap ul.lists{
        
    }
}
.contents .reference-list-wrap ul.lists li{
    width: 25%;
    padding-left: 20px;
    margin-top: 20px;
}
@media screen and (max-width: 767px){
    .contents .reference-list-wrap ul.lists li{
        width: 50%;
    }
}
.contents .reference-list-wrap ul.lists .inner{
    text-align: center;
}
.contents .reference-list-wrap ul.lists .inner .tit{
    margin:10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    word-break: keep-all;
}

@media screen and (max-width: 767px){
    .contents .reference-list-wrap ul.lists .inner .tit{
        font-size:15px;
    }
}
.contents .reference-list-wrap ul.lists .inner .tit em{
    display: block;
}

.contents .reference-list-wrap ul.lists .inner .desc{
    color:#5d5d5d;
    line-height: 1.2;    
    word-break: keep-all;
}
@media screen and (max-width: 767px){
    .contents .reference-list-wrap ul.lists .inner .desc{
        font-size:14px;
    }
}
.contents .reference-list-wrap ul.lists .inner .img{
    text-align: center;
}

.contents .reference-list-wrap .graybox{
    padding:30px 40px;
    background: #f5f5f5;
    margin-top:50px;
}
@media screen and (max-width: 767px){
    .contents .reference-list-wrap .graybox{
        padding:20px;
        font-size:14px;
        word-break: break-all;
    }
}
.contents .reference-list-wrap .graybox ul li{
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    color:#000;
}
@media screen and (max-width: 767px){
    .contents .reference-list-wrap .graybox ul li{
        flex-direction: column;
        gap:5px;
    }
}

.contents .reference-list-wrap .graybox ul li span{
    flex:1;
}
.contents .reference-list-wrap .graybox ul li em{
    flex:1;
    color:#009fff;
    word-break: keep-all;
    line-height: 1.2;
}



/* welfare-wrap */
.contents.cate07 .welfare-wrap{
    position: relative;
}

.contents.cate07 .welfare-wrap .tit{
    font-weight: 800;
    font-size: 48px;
    color: #000;
    font-family: "NanumSquare";
    letter-spacing: 1px;
    margin-top: -20px;
    text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
    .contents.cate07 .welfare-wrap .tit{
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate07 .welfare-wrap .tit{
        font-size: 32px;
    }
}


.contents.cate07 .welfare-wrap > .text-box{
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .contents.cate07 .welfare-wrap > .text-box{
        margin-left: 0px;
    }
}

.contents.cate07 .welfare-wrap .txt{
    color:#666;
    font-size:18px;
}

@media screen and (max-width: 767px) {
    .contents.cate07 .welfare-wrap .txt{
        font-size:15px;
    }
}

.contents.cate07 .welfare{
    position: relative;
    margin-top:50px;
}

.contents.cate07 .welfare section{
    position: relative;
    margin-bottom: 75px;
}

.contents.cate07 .welfare section .sub_tit{
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 28px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .contents.cate07 .welfare section .sub_tit{
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate07 .welfare section .sub_tit{
        font-size: 20px;
    }
}



.contents.cate07 .welfare section ul{
    position: relative;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap:50px;
    padding:20px;
}
@media screen and (max-width: 1024px) {
    .contents.cate07 .welfare section ul{
        flex-direction: column;
        padding: 0 12px;
    }
}


.contents.cate07 .welfare section ul li{
    width: calc(50% - 30px);
    display: flex;
    gap: 30px;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .contents.cate07 .welfare section ul li{
        width: 100%;
        gap: 20px;
    }
}


.contents.cate07 .welfare section ul li i{
    display: inline-block;
    width:95px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contents.cate07 .welfare section ul li i{
        display: inline-block;
        width:60px;
        max-width: 60px;
        text-align: center;
    }
}


@media screen and (max-width: 767px) {
    .contents.cate07 .welfare section ul li i img{
        max-width: inherit;
    }
}

.contents.cate07 .welfare section ul li .item-tit{
    font-size:22px;
    margin-bottom: 20px;
    color:#000;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .contents.cate07 .welfare section ul li .item-tit{
    font-size:18px;
    }
}

.contents.cate07 .welfare section ul li .desc{
    line-height: 1.3;
    font-size:18px;
    color:#434343;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .contents.cate07 .welfare section ul li .desc{
        font-size:14px;
    }
}

/*123123123*/



.philosophy-container .philosophy-wrap {
    position: relative;
    text-align: center;
}
.philosophy-container{
    position: relative;
}
.philosophy-container .philosophy-wrap .text-box{
    margin-top:70px;
    display: flex;
    gap:50px;
    text-align: left;
    margin-bottom:120px;
}

.philosophy-container .philosophy-wrap .text-box .tit{
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -0.8px;
    word-break: keep-all;
    width:50%;
}
.philosophy-container  .philosophy-wrap  .text-box .tit em{
    font-weight: bold;
}

.philosophy-container .philosophy-wrap .text-box .txt{
    width:50%;
    color:#282828;
    font-size:18px;
    line-height: 1.5;
}
.philosophy-container  .philosophy-wrap > .tit {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    color: #000;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
    margin:30px 0;
}

.philosophy-container  .philosophy-wrap > .tit::before{
    content: '회사 경영철학';
    display: block;
    font-size: 20px;
    color: #006bff;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
    .philosophy-container .philosophy-wrap .text-box {
        margin-top: 50px;
        display: flex;
        gap: 50px;
        text-align: left;
        margin-bottom: 70px;
    }
    .philosophy-container .philosophy-wrap .text-box .tit{
        font-size:28px
    }
    .philosophy-container .philosophy-wrap .text-box .txt{
        font-size:15px;
    }
}
@media screen and (max-width: 767px) {
    .philosophy-container .philosophy-wrap .text-box{
        flex-direction: column;
        gap:0;
        margin: 20px 10px 0 10px;
    }
    .philosophy-container .philosophy-wrap .text-box .tit{
        width:100%;
        font-size: 22px;
    }
    .philosophy-container .philosophy-wrap .text-box .txt{
        width:100%;
    }
}
/*history*/




@media screen and (min-width: 767px) {
    .contents.cate01 .history-container .history-wrap section {
        position: relative;
        padding-top: 80px;
        display: flex;
    }

    .contents.cate01 .history-container .history-wrap section h5{
        font-size:36px;
        text-align: left;
    }

    .contents.cate01 .history-container .history-wrap section h5 strong{
        font-size:72px;
    }

    .contents.cate01 .history-container .history-wrap section .historybox{
        background: #17295e;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        color: #fff;
        border-radius: 20px;
        margin-right: 5%;
        height: 350px;
        flex-direction: column;
        padding: 0 5%;
    }
    .contents.cate01 .history-container .history-wrap section .historybox p{
        font-size:24px;
        margin-bottom: 10px;
    }
    .contents.cate01 .history-container .history-wrap section .historybox.gray{
        background: #827d73;
        margin-right:0;
        margin-left:5%;
    }
    .contents.cate01 .history-container .history-wrap section .histroy-lists{
        position: relative;
        width:60%;
        border-radius: 20px;
    }
    .contents.cate01 .history-container .history-wrap section .histroy-lists::before{
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }
    .contents.cate01 .history-container .history-wrap section .histroy-lists > div{  
        position: relative;
        display: flex;
        margin-bottom: 30px;
    }
    .contents.cate01 .history-container .history-wrap section .histroy-lists > div::before{
        left: -7px;
        background: #1e3971;
        content: ' ';
        position: absolute;
        top: 0px;
        width: 15px;
        height: 15px;
        border-radius: 3px;
    }



    .contents.cate01 .history-container .history-wrap section.hide {
        display: none;
    }
    .contents.cate01 .history-container .history-wrap section:first-child {
        padding-top: 0;
    }
    .contents.cate01 .history-container .history-wrap section:last-child {
        padding-bottom: 0;
    }
    .contents.cate01 .history-container .history-wrap section:nth-child(even) h5 span {
        background: #22140c;
    }


    .contents.cate01 .history-container .history-wrap section:nth-child(even) .month-lists li span.month {
        right: 15.625%;
        color: #22140c;
        border-bottom: 2px solid #22140c;
    }
    .contents.cate01 .history-container .history-wrap section:nth-child(even) .month-lists li:first-child::after {
        right: 4px;
        background: #22140c;
    }
    .contents.cate01 .history-container .history-wrap section:nth-child(odd) h5 span {
        background: #1e3971;
    }
    /* .contents.cate01 .history-container .history-wrap section:nth-child(odd) .month-lists {
        margin-left: auto;
    } */
    .contents.cate01 .history-container .history-wrap section .month-lists li {
        padding-left: 50px;
    }
    /* .contents.cate01 .history-container .history-wrap section:nth-child(odd) .month-lists li span.month {
        left: 15.625%;
        color: #1e3971;
        border-bottom: 2px solid #1e3971;
    } */

    .contents.cate01 .history-container .history-wrap section h5 {
        position: relative;
        text-align: center;
        font-weight: bold;
    }
    .contents.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: 767px) and (max-width: 767px) {
    .contents.cate01 .history-container .history-wrap section h5 span {
        width: 80px;
        height: 80px;
        font-size: 20px;
        line-height: 80px;
    }
}

@media screen and (min-width: 767px) {
    .contents.cate01 .history-container .history-wrap section .month-lists {
       
    }
    .contents.cate01 .history-container .history-wrap section .month-lists li {
        position: relative;
        margin-top: 5px;
        color: #666;
        font-size: 16px;
        line-height: 24px;
        word-break: keep-all;
    }
    .contents.cate01 .history-container .history-wrap section .month-lists li em{
        display: inline-block;
        padding-bottom: 1px;
        float: left;
        margin-right: 5px;
    }
    .contents.cate01 .history-container .history-wrap section .histroy-lists .bold{
        font-weight: bold;
        font-size:20px;
        color:#14171e;
        margin-left:20px;
        line-height: 1.5;
        margin-top:-8px;
    }
}

@media screen and (min-width: 767px) and (max-width: 767px) {
    .contents.cate01 .history-container .history-wrap section .month-lists li {
        font-size: 14px;
        line-height: 22px;
        word-break: keep-all;
    }
    .contents.cate01 .history-container .history-wrap section .histroy-lists .bold{
        font-weight: bold;
        font-size:20px;
        color:#14171e;
    }
}

@media screen and (min-width: 767px) {
    .contents.cate01 .history-container .history-wrap section .month-lists li:first-child {
        margin-top: 0;
    }
    .contents.cate01 .history-container .history-wrap section .month-lists li span.month {
        position: absolute;
        top: 0;
        height: 24px;
        font-weight: 900;
    }
    .contents.cate01 .history-container .history-wrap section .month-lists li p {
        margin-top: 15px;
    }
    /* .contents.cate01 .history-container .history-wrap section .month-lists li:first-child::before {
        content: ' ';
        position: absolute;
        top: 4px;
        width: 15px;
        height: 15px;
        border-radius: 3px;
    } */

}

@media screen and (max-width: 767px) {

    .contents.cate01 .history-container .history-wrap section .historybox{
        display: none;
    }

    .contents.cate01 .history-container .history-wrap section .historybox.gray{
        display: none;
    }
    .contents.cate01 .history-container .history-wrap section .histroy-lists{
        display: flex;
        flex-direction: column;
        gap:20px;
    }
    .contents.cate01 .history-container .history-wrap section .histroy-lists p{
        font-size:22px;
        margin-bottom: 10px;
    }
    .contents.cate01 .history-container .history-wrap section {
        position: relative;
        margin-top:0;
        padding-left:20px;
    }

    .contents.cate01 .history-container .history-wrap section .histroy-lists::before{
        content: ' ';
        position: absolute;
        left: 7px;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #ddd;
    }

.contents.cate01 .history-container .history-wrap section .histroy-lists > div::before {
    left: 0px;
    background: #1e3971;
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

    .contents.cate01 .history-container .history-wrap section:first-child {
        margin-top: 0;
        padding-bottom: 20px;
    }
    .contents.cate01 .history-container .history-wrap section.hide {
        display: none;
    }
    .contents.cate01 .history-container .history-wrap section h5 {
        font-size: 26px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: -1px;
    }
    .contents.cate01 .history-container .history-wrap section .month-lists li {
        font-size: 15px;
        line-height: 22px;
        transform: skew(-0.05deg);
        word-break: keep-all;
        line-height: 1.5;
    }
    .contents.cate01 .history-container .history-wrap section .month-lists li.bold{
        font-weight: bold;
        font-size: 20px;
        color: #0e428e;
    }
    .contents.cate01 .history-container .history-wrap section .month-lists li::after {
        content: " ";
        display: block;
        clear: both;
    }
    .contents.cate01 .history-container .history-wrap section .month-lists li .month {
        position: relative;
        float: left;
        padding-right: 10px;
        font-weight: 900;
        color: #888;
    }
    .contents.cate01 .history-container .history-wrap section .month-lists li .month::after {
        content: ' ';
        position: absolute;
        top: 4px;
        right: 0;
        width: 1px;
        height: 14px;
        background: #ddd;
    }
    .contents.cate01 .history-container .history-wrap section .month-lists li p {
        margin-top: 6px;
        margin-left: 37px;
        color: #666;
    }
}

.contents.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) {
    .contents.cate01 .history-container .btn-moreview {
        width: 100%;
        margin-top: 30px;
    }
}

.contents.cate01 .history-container .btn-moreview::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 20px;
    background: #333;
}

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

/* // history*/
.contents.cate01 .sub0105 ul.org-lists {
    text-align: center;
}

.contents.cate01 .sub0105 ul.org-lists > li {
    position: relative;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 ul.org-lists > li {
        padding-bottom: 20px;
    }
}

.contents.cate01 .sub0105 ul.org-lists > li::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background: #ddd;
    z-index: -1;
}

.contents.cate01 .sub0105 ul.org-lists > li:last-child {
    padding-bottom: 0;
}

.contents.cate01 .sub0105 ul.org-lists > li:last-child::after {
    display: none;
}

.contents.cate01 .sub0105 ul.org-lists > li span {
    display: block;
    width: 186px;
    height: 55px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 ul.org-lists > li span {
        width: 100px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.contents.cate01 .sub0105 ul.org-lists > li span.c1 {
    background: #1e3971;
}

.contents.cate01 .sub0105 ul.org-lists > li span.c2 {
    background: #6b564b;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 ul.org-lists > li.type2 {
        padding-bottom: 50px;
    }
}

.contents.cate01 .sub0105 ul.org-lists > li.type2::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    width: 220px;
    height: 1px;
    margin-top: 27px;
    background: #ddd;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .contents.cate01 .sub0105 ul.org-lists > li.type2::before {
        width: auto;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 ul.org-lists > li.type2::before {
        margin-top: 20px;
    }
}

.contents.cate01 .sub0105 ul.org-lists > li.type2 span.absolute {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 220px;
}

@media screen and (max-width: 1024px) {
    .contents.cate01 .sub0105 ul.org-lists > li.type2 span.absolute {
        left: auto;
        right: 0;
        margin-left: 0;
    }
}

.contents.cate01 .sub0105 .team-lists {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .team-lists {
        flex-wrap: wrap;
        padding-top: 20px;
    }
}

.contents.cate01 .sub0105 .team-lists::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.contents.cate01 .sub0105 .team-lists > li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 236px;
}

@media screen and (max-width: 1024px) {
    .contents.cate01 .sub0105 .team-lists > li {
        width: calc((100% - 30px) / 4);
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .team-lists > li {
        width: calc((100% - 30px) / 3);
    }
}

.contents.cate01 .sub0105 .team-lists > li::before {
    content: ' ';
    position: absolute;
    top: -36px;
    left: 50%;
    bottom: 0;
    width: 1px;
    background: #ddd;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .team-lists > li::before {
        top: -20px;
    }
}

.contents.cate01 .sub0105 .team-lists > li:first-child::after {
    content: ' ';
    position: absolute;
    top: -36px;
    left: 0;
    width: 50%;
    height: 3px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .team-lists > li:first-child::after {
        top: -20px;
    }
}

.contents.cate01 .sub0105 .team-lists > li:last-child::after {
    content: ' ';
    position: absolute;
    top: -36px;
    right: -1px;
    width: 50%;
    height: 3px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .team-lists > li:last-child::after {
        
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .team-lists > li:nth-child(2)::after {
        /* content: ' ';
        position: absolute;
        top: -20px;
        right: -1px;
        width: 50%;
        height: 3px;
        background: red; */
    }
    .contents.cate01 .sub0105 .team-lists > li:nth-child(3)::after {
        content: ' ';
        position: absolute;
        top: -20px;
        right: -1px;
        width: 50%;
        height: 3px;
        background: #fff;
    }
}

.contents.cate01 .sub0105 .team-lists > li .tit {
    padding: 19px 5px;
    background: #c6a840;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .team-lists > li .tit {
        padding: 0 5px;
        font-size: 14px;
        line-height: 40px;
    }
}

.contents.cate01 .sub0105 .team-lists > li ul.lists {
    height: 100%;
    margin-top: 10px;
    padding: 20px 10px 30px;
    background: #fff;
    border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .team-lists > li ul.lists {
        margin-top: 5px;
        padding: 15px 10px 20px;
    }
}

.contents.cate01 .sub0105 .team-lists > li ul.lists li {
    margin-top: 15px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .team-lists > li ul.lists li {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .team-lists > li ul.lists li {
        margin-top: 5px;
        font-size:12px;
    }
}

.contents.cate01 .sub0105 .team-lists > li ul.lists li:first-child {
    margin-top: 0;
}

.contents.cate01 .sub0105 .coop-box {
    margin-top: 60px;
    padding: 40px 50px;
    background: #f5f5f5;
}

@media screen and (max-width: 1024px) {
    .contents.cate01 .sub0105 .coop-box {
        margin-top: 40px;
        padding: 30px 20px;
    }
}

.contents.cate01 .sub0105 .coop-box .tit {
    margin-bottom: 20px;
    color: #1e3971;
    font-size: 24px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .coop-box .tit {
        font-size: 18px;
    }
}

.contents.cate01 .sub0105 .coop-box .coop-lists {
    display: flex;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .coop-box .coop-lists {
        display: block;
    }
}

.contents.cate01 .sub0105 .coop-box .coop-lists > li {
    flex: 1;
    margin-left: 15px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .coop-box .coop-lists > li {
        margin-left: 0;
        margin-top: 10px;
    }
}

.contents.cate01 .sub0105 .coop-box .coop-lists > li:first-child {
    margin-left: 0;
    margin-top: 0;
}

.contents.cate01 .sub0105 .coop-box .coop-lists > li p.cate {
    margin: -1px -1px 0;
    background: #7e7e7e;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .coop-box .coop-lists > li p.cate {
        font-size: 16px;
        line-height: 40px;
    }
}

.contents.cate01 .sub0105 .coop-box .coop-lists > li ul {
    padding: 25px 0;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .coop-box .coop-lists > li ul {
        padding: 15px 0;
    }
}

.contents.cate01 .sub0105 .coop-box .coop-lists > li ul li {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0105 .coop-box .coop-lists > li ul li {
        font-size: 14px;
        line-height: 22px;
    }
}

.contents.cate01 .sub0105 .coop-box .coop-lists > li ul li:first-child {
    margin-top: 0;
}

.contents.cate01 .sub0106 > .tit {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0106 > .tit {
        font-size: 24px;
        line-height: 30px;
    }
}

.contents.cate01 .sub0106 > .tit em {
    display: block;
    font-weight: 700;
}

.contents.cate01 .sub0106 .partners-wrap {
    overflow: hidden;
}

.contents.cate01 .sub0106 .partners-wrap ul.lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: -100px;
}

@media screen and (max-width: 1024px) {
    .contents.cate01 .sub0106 .partners-wrap ul.lists {
        margin-top: -60px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0106 .partners-wrap ul.lists {
        margin-top: 0;
    }
}

.contents.cate01 .sub0106 .partners-wrap ul.lists > li {
    width: 350px;
    margin-top: 100px;
    margin-left: calc((100% - 1050px) / 2);
}

@media screen and (max-width: 1024px) {
    .contents.cate01 .sub0106 .partners-wrap ul.lists > li {
        width: calc((100% - 30px) / 3);
        margin-top: 60px;
        margin-left: 15px;
    }
}

.contents.cate01 .sub0106 .partners-wrap ul.lists > li:nth-child(3n+1) {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0106 .partners-wrap ul.lists > li {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .contents.cate01 .sub0106 .partners-wrap ul.lists > li:first-child {
        margin-top: 0;
    }
}

.contents.cate01 .sub0106 .partners-wrap ul.lists .inner .thumb {
    display: block;
    margin-bottom: 20px;
    max-height: 340px;
    overflow: hidden;
    border: solid 1px #ccc;
}

.contents.cate01 .sub0106 .partners-wrap ul.lists .inner .name {
    font-size: 28px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0106 .partners-wrap ul.lists .inner .name {
        font-size: 20px;
    }
}

.contents.cate01 .sub0106 .partners-wrap ul.lists .inner .tit {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .sub0106 .partners-wrap ul.lists .inner .tit {
        margin-top: 15px;
        font-size: 16px;
    }
}

.contents.cate01 .sub0106 .partners-wrap ul.lists .inner .bullet-list {
    margin-top: 10px;
}

.contents.cate01 .sub0106 .partners-wrap ul.lists .inner .bullet-list li {
    color: #888;
}

.contents.cate01 .way-to-come .root_daum_roughmap {
    width: 100%;
}

.contents.cate01 .way-to-come .root_daum_roughmap .wrap_map {
    height: 590px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .way-to-come .root_daum_roughmap .wrap_map {
        height: 300px;
    }
}

.contents.cate01 .way-to-come .root_daum_roughmap .map_border {
    display: none !important;
}

.contents.cate01 .way-to-come .root_daum_roughmap .wrap_controllers {
    display: none;
}

.contents.cate01 .way-to-come .comp-info{
    margin-top:5%;
}
.contents.cate01 .way-to-come .comp-info .tit {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color:#000;
}
@media screen and (max-width: 767px) {
    .contents.cate01 .way-to-come .comp-info .tit {
        font-size: 24px;
    }
}
.contents.cate01 .way-to-come .comp-location{
    display: flex;
    gap:2.5%;
}
@media screen and (max-width: 520px) {
    .contents.cate01 .way-to-come .comp-location{
        display: flex;
        flex-direction: column;
    }
}

.contents.cate01 .way-to-come .comp-location .infos li{
    margin-bottom: 10px;
}

@media screen and (max-width: 520px) {
    .contents.cate01 .way-to-come .comp-location .infos{
        margin:20px 0;
    }
    
}

.contents.cate01 .way-to-come .comp-location .infos .tit{
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    min-width: 80px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .way-to-come .comp-location .infos .tit{
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .way-to-come .comp-location .infos li .cont{
        display: block;
        margin: 10px 0;
        font-size: 14px;
    }
}

.contents.cate01 .way-to-come .comp-info .addr {
    margin-top: 5px;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .way-to-come .comp-info .addr {
        font-size: 16px;
        line-height: 24px;
    }
}

.contents.cate01 .way-to-come .comp-info ul.contact {
    margin-bottom: 35px;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    font-size: 0;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .way-to-come .comp-info ul.contact {
        margin-bottom: 20px;
        margin-top: 10px;
        padding-top: 20px;
    }
}

.contents.cate01 .way-to-come .comp-info ul.contact li {
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .contents.cate01 .way-to-come .comp-info ul.contact li {
        margin-right: 20px;
        margin-bottom: 10px;
        font-size: 20px;

    }
}

.contents.cate01 .way-to-come .comp-info ul.contact li:last-child {
    margin-left: 0;
}

.contents.cate01 .way-to-come .comp-info ul.contact li span {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.contents.cate01 .way-to-come .comp-info ul.contact li:first-child span {
    background: #1e3971;
}

.contents.cate01 .way-to-come .comp-info ul.contact li:nth-child(2) span {
    background: #f3f3f3;
    color:#000;
    border:solid 1px #ddd;
}
.contents.cate01 .way-to-come .comp-info ul.contact li:nth-child(3) span{
    background: #22140c;
    
}

.contents.cate01 .way-to-come .comp-public{
    margin-top:10%;
}
.contents.cate01 .way-to-come .comp-public .transport{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px 0; 
    gap:20px;
}

@media screen and (max-width: 520px) {
    .contents.cate01 .way-to-come .comp-public .transport{
        flex-direction: column;
    }
}


.contents.cate01 .way-to-come .comp-public .transport .half{
    flex: 1;
    border: solid 1px #ddd;
    height: 350px;
    text-align: center;
    padding: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .contents.cate01 .way-to-come .comp-public .transport .half{
        padding:25px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate01 .way-to-come .comp-public .transport .half{
        height: 300px;
        min-height: 300px;
        justify-content: center;
        padding:20px;
    }
}

.contents.cate01 .way-to-come .comp-public .transport .half .subject{
    margin-bottom:20px;
    font-size:20px;
    font-weight: bold;
}
@media screen and (max-width: 520px) {
    .contents.cate01 .way-to-come .comp-public .transport .half .subject{
        margin-bottom:10px;
        font-size:18px;
        font-weight: bold;
    }
}

.contents.cate01 .way-to-come .comp-public .transport .half .desc{
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    .contents.cate01 .way-to-come .comp-public .transport .half .desc{
        font-size:14px;
    }
}


/* 교육/바우처 */
.contents.cate02 .bg-lists {
    display: flex;
    width:100%;
}

@media screen and (max-width: 767px) {
    .contents.cate02 .bg-lists {
        display: block;
        margin-top: 30px;
    }
}

.contents.cate02 .bg-lists > li {
    flex: 1;
    margin:70px 0 0 30px;
    text-align: left;
}

.contents.cate02 .bg-lists > li img{
    width:100%;
}
@media screen and (max-width: 1024px) {
    .contents.cate02 .bg-lists > li {
        margin-top:0;
        margin-left:30px;
    }

}

@media screen and (max-width: 767px) {
    .contents.cate02 .bg-lists > li {
        margin-top: 20px;
        margin-left: 0;
    }
    .contents.cate02 .bg-lists > li .tit span{
        font-size:24px
    }
}

.contents.cate02 .bg-lists > li:first-child {
    margin-top: 0;
    margin-left: 0;
}
.contents.cate02 .bg-lists > li .tel_box{
    margin:5% 0;
}
.contents.cate02 .bg-lists > li .tel_box span{
    font-size: 20px;
    color: #222;
    letter-spacing: -0.045em;
    font-weight: 500;
    display: inline-block;
}

.contents.cate02 .bg-lists > li .tel_box .box{
    background: #eef2f8;
    padding: 20px 25px;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 18px;
    margin-top: 10px;
} 
.contents.cate02 .bg-lists > li a{
    text-align: center;
    width: 30%;
    font-weight: bold;
    color: #fff;
    background: #0a4595;
    border-radius: 20px;
    padding: 15px 10px;
    display: block;
    margin: 0 auto;
    font-size:20px;
}


@media screen and (max-width: 767px) {
    .contents.cate02 .bg-lists > li a{
        max-width: 50%;
        font-size:16px;
    }
}


/* 
.contents.cate02 .bg-lists > li:nth-child(1) .tit {
    background-image: url("/images/bg/bg-sub0201-1.jpg");
}

.contents.cate02 .bg-lists > li:nth-child(2) .tit {
    background-image: url("/images/bg/bg-sub0201-2.jpg");
}

.contents.cate02 .bg-lists > li:nth-child(3) .tit {
    background-image: url("/images/bg/bg-sub0201-3.jpg");
} */

.contents.cate02 .bg-lists > li .tit {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.contents.cate02 .bg-lists > li .tit em{
    display: block;
    font-size:22px;
    color: #222;
    font-weight: 400;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .contents.cate02 .bg-lists > li .tit {
        width: 100%;
        height: auto;
        padding-top: 0;
    }
    .contents.cate02 .bg-lists > li .tit em{
        display: block;
        font-size: 16px;
    }
}

.contents.cate02 .bg-lists > li .tit span {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    transform: translate(-45%, -55%);
}

@media screen and (max-width: 1024px) {
    .contents.cate02 .bg-lists > li .tit span{
        font-size:28px;
    }
}


@media screen and (max-width: 767px) {
    .contents.cate02 .bg-lists > li .tit span {
        width: 100%;
        font-size: 20px;
        line-height:24px;
    }
}

.contents.cate02 .bg-lists > li .desc {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .contents.cate02 .bg-lists > li .desc {
        font-size: 14px;
        line-height: 24px;
        word-break: keep-all;
    }
}

.contents.cate02 .bg-lists > li .desc em {
    font-weight: 700;
}

.contents.cate02 .border-guide {
    display: flex;
    padding: 60px 40px;
    border: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    .contents.cate02 .border-guide {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate02 .border-guide {
        display: block;
        padding: 20px 12px;
    }
}

.contents.cate02 .border-guide .thumb {
    display: block;
    width: 60.100167%;
    min-width: 60.100167%;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .contents.cate02 .border-guide .thumb {
        width: 100%;
        min-width: none;
    }
}

.contents.cate02 .border-guide .cont .title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .contents.cate02 .border-guide .cont .title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate02 .border-guide .cont .title {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

.contents.cate02 .border-guide .cont ol li {
    position: relative;
    padding-left: 15px;
    color: #888;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .contents.cate02 .border-guide .cont ol li {
        font-size: 14px;
        line-height: 22px;
    }
}

.contents.cate02 .border-guide .cont ol li::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
}

.contents.cate02 .border-guide .cont ol li:nth-child(1)::before {
    content: "1.";
}

.contents.cate02 .border-guide .cont ol li:nth-child(2)::before {
    content: "2.";
}

.contents.cate02 .border-guide .cont ol li:nth-child(3)::before {
    content: "3.";
}


/* 챗봇 */


.contents.cate02 .chatbot-list-wrap{
    /* border:solid 1px blue; */
}
.contents.cate02 .chatbot-list-wrap ul.lists{
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px;
    margin-left: -20px;
}
@media screen and (max-width: 767px){
    .contents.cate02 .chatbot-list-wrap ul.lists{
        
    }
}
.contents.cate02 .chatbot-list-wrap ul.lists li{
    width: 20%;
    padding-left: 20px;
    margin-top: 60px;
}
@media screen and (max-width: 767px){
    .contents.cate02 .chatbot-list-wrap ul.lists li{
        width: 50%;
    }
}
.contents.cate02 .chatbot-list-wrap ul.lists .inner{
    text-align: center;
}
.contents.cate02 .chatbot-list-wrap ul.lists .inner .tit{
    margin:10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    word-break: keep-all;
}
@media screen and (max-width: 767px){
    .contents.cate02 .chatbot-list-wrap ul.lists .inner .tit{
        font-size:15px;
    }
}
.contents.cate02 .chatbot-list-wrap ul.lists .inner .tit em{
    display: block;
}

.contents.cate02 .chatbot-list-wrap ul.lists .inner .desc{
    color:#5d5d5d;
    line-height: 1.2;    
    word-break: keep-all;
}
@media screen and (max-width: 767px){
    .contents.cate02 .chatbot-list-wrap ul.lists .inner .desc{
        font-size:14px;
    }
}
.contents.cate02 .chatbot-list-wrap ul.lists .inner .img{
    text-align: center;
}

.contents.cate02 .chatbot-list-wrap .graybox{
    padding:30px 40px;
    background: #f5f5f5;
    margin-bottom:50px;
}
@media screen and (max-width: 767px){
    .contents.cate02 .chatbot-list-wrap .graybox{
        padding:20px;
        font-size:14px;
        word-break: break-all;
    }
}
.contents.cate02 .chatbot-list-wrap .graybox ul li{
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    color:#000;
}
@media screen and (max-width: 767px){
    .contents.cate02 .chatbot-list-wrap .graybox ul li{
        flex-direction: column;
        gap:5px;
    }
}

.contents.cate02 .chatbot-list-wrap .graybox ul li span{
    flex:1;
}
.contents.cate02 .chatbot-list-wrap .graybox ul li em{
    flex:1;
    color:#009fff;
    word-break: keep-all;
    line-height: 1.2;
}

/* 챗봇 */

/* 기업인증지원 */
.contents.cate03 .sub0305 {
    display: flex;
    align-items: center;
    padding: 50px 40px;
    border: 1px solid #e3ddd9;
    background: #f4f2f0;
}

@media screen and (max-width: 767px) {
    .contents.cate03 .sub0305 {
        display: block;
        padding: 20px 12px;
    }
}

.contents.cate03 .sub0305 .thumb {
    display: block;
    width: 26.961603%;
    min-width: 26.961603%;
    margin-right: 50px;
}

@media screen and (max-width: 767px) {
    .contents.cate03 .sub0305 .thumb {
        width: 80%;
        margin: 0 auto 20px;
    }
}

.contents.cate03 .sub0305 .cont .tit {
    margin-bottom: 10px;
    color: #1e3971;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .contents.cate03 .sub0305 .cont .tit {
        font-size: 24px;
        line-height: 30px;
    }
}

.contents.cate03 .sub0305 .cont .desc {
    color: #888;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .contents.cate03 .sub0305 .cont .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.contents.cate03 .sub0305 .cont .desc.big {
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 767px) {
    .contents.cate03 .sub0305 .cont .desc.big {
        font-size: 16px;
        line-height: 24px;
    }
}

/* 정부지원사업 */
.contents.cate04 .sub0401 {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .contents.cate04 .sub0401 {
        flex-wrap: wrap;
    }
}

.contents.cate04 .sub0401 .tit {
    margin-right: 100px;
    color: #1e3971;
    font-size: 26px;
    font-weight: 700;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .contents.cate04 .sub0401 .tit {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate04 .sub0401 .tit {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

.contents.cate04 .sub0401 ul {
    width: auto;
    margin-right: 50px;
}

@media screen and (max-width: 1024px) {
    .contents.cate04 .sub0401 ul {
        width: 100%;
        margin-right: 0;
    }
}

.contents.cate04 .sub0401 ul li {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .contents.cate04 .sub0401 ul li {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .contents.cate04 .sub0401 ul li {
        white-space: normal;
    }
}




/* 조세지원 */
.contents.cate06 .process-lists {
    display: flex;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .contents.cate06 .process-lists {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.contents.cate06 .process-lists li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(116% / 5);
    height: auto;
    min-height: 166px;
    margin-left: -4%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

@media screen and (max-width: 1024px) {
    .contents.cate06 .process-lists li {
        width: 34%;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate06 .process-lists li {
        width: 100%;
        min-height: auto;
        height: 131px;
        margin-top: -20px;
        margin-left: 0;
    }
}

.contents.cate06 .process-lists li:first-child {
    margin-top: 0;
    margin-left: 0;
}

.contents.cate06 .process-lists li span.text {
    display: block;
    width: 90%;
    max-width: 60%;
    word-break: keep-all;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contents.cate06 .process-lists li span.text {
        font-size: 14px;
        line-height: 22px;
    }
}

.contents.cate06 .process-lists li:nth-child(odd) {
    background-image: url("/images/bg/bg-color1.png");
}

.contents.cate06 .process-lists li:nth-child(odd) span.text {
    color: #fff;
}

.contents.cate06 .process-lists li:nth-child(even) {
    background-image: url("/images/bg/bg-color2.png");
}

.contents.cate06 .step-list {
    display: flex;
    width: 100%;
    max-width: 1050px;
    margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
    .contents.cate06 .step-list {
        margin-top: 40px;
        display: block;
    }
}

.contents.cate06 .step-list > li {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 50px;
}

@media screen and (max-width: 1024px) {
    .contents.cate06 .step-list > li {
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate06 .step-list > li {
        margin-top: 10px;
        margin-left: 0;
    }
}

.contents.cate06 .step-list > li:first-child {
    margin-top: 0;
    margin-left: 0;
}

.contents.cate06 .step-list > li .tit {
    height: 68px;
    background: #959595;
    color: #fff;
    font-size: 18px;
    line-height: 68px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contents.cate06 .step-list > li .tit {
        height: 44px;
        font-size: 16px;
        line-height: 44px;
    }
}

.contents.cate06 .step-list > li > .bullet-list {
    height: 100%;
    padding: 20px 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-top: none;
}

@media screen and (max-width: 1024px) {
    .contents.cate06 .step-list > li > .bullet-list {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate06 .step-list > li > .bullet-list {
        padding: 15px 12px;
    }
}

/* 세무조사대응 */
.contents.cate07 .taxaudit-list {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .contents.cate07 .taxaudit-list {
        flex-wrap: wrap;
    }
}

.contents.cate07 .taxaudit-list > li {
    flex: 1;
    margin-left: 15px;
    padding-bottom: 50px;
    border: 1px solid #ddd;
    background: #f8f8f8;
}

@media screen and (max-width: 1024px) {
    .contents.cate07 .taxaudit-list > li {
        flex: unset;
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
    }
    .contents.cate07 .taxaudit-list > li:nth-child(odd) {
        margin-left: 0;
    }
    .contents.cate07 .taxaudit-list > li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .contents.cate07 .taxaudit-list > li {
        width: calc((100% - 10px) / 2);
        margin-left: 10px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
}

.contents.cate07 .taxaudit-list > li:first-child {
    margin-left: 0;
}

.contents.cate07 .taxaudit-list > li:nth-child(odd) .tit {
    background: #b2876e;
}

.contents.cate07 .taxaudit-list > li:nth-child(even) .tit {
    background: #6f6f6f;
}

.contents.cate07 .taxaudit-list > li .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contents.cate07 .taxaudit-list > li .inner .bullet-list {
    max-width: 80%;
}

.contents.cate07 .taxaudit-list > li .tit {
    width: calc(100% + 2px);
    height: 68px;
    margin: -1px -1px 25px;
    text-align: center;
    font-size: 18px;
    line-height: 68px;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .contents.cate07 .taxaudit-list > li .tit {
        height: 44px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 44px;
    }
}

/*# sourceMappingURL=maps/common.css.map */
