@charset "UTF-8";
/* font */
@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 */
}

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

html {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "noto sans KR", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    letter-spacing: -0.2px;
}

textarea {
    resize: none;
}

fieldset,
img {
    border: 0;
}

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

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

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

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

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

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

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

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

blockquote,
q {
    quotes: none;
}

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

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

legend,
caption {
    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;
}

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

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

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

.ft-mj {
    font-family: "Nanum Myeongjo", serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-blue {
    border-color: #2420bd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-blue {
    color: #2420bd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-blue {
    background-color: #2420bd !important;
}

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

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

.accordion-wrap.type2 ul.lists > li .accord-title .btn-toggle {
    padding-left: 38px;
}

.accordion-wrap.type2 ul.lists > li .accord-title .btn-toggle .category {
    display: block;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.accordion-wrap.type2 ul.lists > li .accord-title .btn-toggle .tit {
    font-size: 14px;
    line-height: 22px;
}

.accordion-wrap.type2 ul.lists > li .accord-title .btn-toggle .date {
    margin-top: 20px;
    color: #888;
    font-size: 12px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.accordion-wrap.type2 ul.lists > li .accord-title .btn-toggle .file {
    margin-top: 25px;
    color: #666;
    font-size: 11px;
    line-height: 12px;
}

.accordion-wrap.type2 ul.lists > li .accord-title .btn-toggle .file::before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    width: 13px;
    height: 12px;
    background: url("/images/icon/icon-clip.png") center no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
}

.accordion-wrap.type2 ul.lists > li .accord-title .btn-toggle::before {
    content: 'Q';
    width: 18px;
    height: 18px;
    left: 10px;
    border-radius: 4px;
    background: #ee3d43;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
}

.accordion-wrap.type2 ul.lists > li .accord-title .btn-toggle::after {
    top: 18px;
    margin-top: 0;
}

.accordion-wrap.type2 ul.lists > li .accord-cont {
    padding-left: 38px;
}

.accordion-wrap.type2 ul.lists > li .accord-cont .date {
    margin-top: 20px;
    color: #888;
    font-size: 12px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.accordion-wrap.type2 ul.lists > li .accord-cont::before {
    content: 'A';
    position: absolute;
    top: 27px;
    left: 10px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #888;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

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

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

.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: 15px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
}

.accordion-wrap ul.lists > li .accord-title .btn-toggle::before {
    content: 'Q.';
    position: absolute;
    top: 15px;
    left: 0px;
    font-size: 14px;
    line-height: 22px;
}

.accordion-wrap ul.lists > li .accord-title .btn-toggle::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 12px;
    height: 7px;
    margin-top: -4px;
    background: url("/images/bg/bg-arrow-bk.png") center no-repeat;
    background-size: 12px auto;
    transition: all 0.2s ease-out;
}

.accordion-wrap ul.lists > li.open .accord-title .btn-toggle::after {
    transform: rotate(180deg);
}

.accordion-wrap ul.lists > li .accord-cont {
    display: none;
    position: relative;
    padding: 25px 20px;
    border-top: 1px solid #ddd;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
}

/* board */
.board-list-wrap > ul.lists {
    border-top: 1px solid #333;
}

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

.board-list-wrap > ul.lists > li a.link {
    position: relative;
    display: block;
    padding: 15px 25px 15px 0;
}

.board-list-wrap > ul.lists > li a.link::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 7px;
    width: 8px;
    height: 8px;
    border: 1px solid #333;
    border-top: none;
    border-left: none;
    margin-top: -4px;
    transform: rotate(-45deg);
}

.board-list-wrap > ul.lists > li a.link .tit {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.board-list-wrap > ul.lists > li a.link .date {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    color: #888;
}

.board-list-wrap > ul.lists > li a.link.notice .tit::before {
    content: '공지';
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 16px;
    margin-right: 6px;
    border-radius: 8px;
    background: #ee3d43;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

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

.board-list-wrap > ul.lists > li a.link.new .tit::after {
    content: 'N';
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    color: #ee3d43;
    font-size: 12px;
    line-height: 14px;
}

.board-list-wrap > ul.lists > li a.link.alert {
    padding-left: 55px;
}

.board-list-wrap > ul.lists > li a.link.alert .state {
    position: absolute;
    top: 15px;
    left: 0;
    width: 44px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.board-list-wrap > ul.lists > li a.link.alert .state.unread {
    border-color: #333;
    color: #333;
}

.board-list-wrap > ul.lists > li a.link.alert .state.reading {
    border-color: #ee3d43;
    background: #ee3d43;
    color: #fff;
}

.board-view-wrap .board-head {
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.board-view-wrap .board-head .tit {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

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

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

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

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

.board-view-wrap .board-content {
    padding-top: 30px;
}

.board-view-wrap .board-content .cont {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.board-view-wrap .board-content .cont:last-child {
    padding-bottom: 70px;
}

.board-view-wrap .board-content .cont.event .evt-img {
    display: block;
    margin: 0 -16px 25px;
}

.board-view-wrap .board-content .cont.event .title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.5px;
    font-weight: 500;
}

.board-view-wrap .board-content .cont.event .title:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.board-view-wrap .board-content .cont.event .desc {
    margin-bottom: 25px;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.board-view-wrap .board-content .cont.event .evt-info > li {
    margin-top: 25px;
}

.board-view-wrap .board-content .cont.event .evt-info > li:first-child {
    margin-top: 0;
}

.board-view-wrap .board-content .cont.event .evt-info > li dl dt {
    color: #333;
    font-weight: 500;
}

.board-view-wrap .board-content .cont.event .evt-info > li dl dd {
    margin-top: 5px;
    color: #666;
}

.board-view-wrap .board-content .files {
    margin-top: 50px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

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

.board-view-wrap .board-content .files .tit {
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.board-view-wrap .board-content .files .file-lists {
    margin-left: 60px;
}

.board-view-wrap .board-content .files .file-lists li {
    margin-top: 3px;
}

.board-view-wrap .board-content .files .file-lists li:first-child {
    margin-top: 0;
}

.board-view-wrap .board-content .files .file-lists li a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.board-view-wrap .board-content .files .file-lists li a::before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 20px;
    margin-right: 4px;
    background: url("/images/icon/icon-clip.png") center no-repeat;
    background-size: 13px auto;
}

.board-view-wrap .board-foot {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.board-view-wrap .board-foot .more-view {
    display: flex;
    justify-content: space-between;
}

.board-view-wrap .board-foot .more-view li a {
    position: relative;
    display: block;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
}

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

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

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

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

.board-view-wrap .board-foot .more-view li.next a::before {
    right: 3px;
    transform: rotate(-135deg);
}

.board-view-wrap .board-foot .btn-list {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
}

.board-view-wrap .board-foot .btn-list::before, .board-view-wrap .board-foot .btn-list::after,
.board-view-wrap .board-foot .btn-list .bar {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    margin-left: -10px;
    border-radius: 1px;
    background: #333;
}

.board-view-wrap .board-foot .btn-list::before {
    margin-top: -8px;
}

.board-view-wrap .board-foot .btn-list::after {
    margin-top: 6px;
}

/* button */
.btn {
    display: inline-block;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
    vertical-align: top;
    cursor: pointer;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    white-space: nowrap;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.btn-border-point {
    border-color: #ee3d43;
    color: #ee3d43;
}

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

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

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

.btn.btn-border-point2 {
    border-color: #bd2025;
    color: #bd2025;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.btn-blue {
    background-color: #2420bd;
    border-color: #2420bd;
    color: #fff;
}

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

.btn.btn-border-blue {
    border-color: #2420bd;
    color: #2420bd;
}

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

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

.btn.btn-sm.round {
    border-radius: 15px;
}

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

.btn.btn-lg.round {
    border-radius: 25px;
}

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

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

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

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

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

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

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

.link-basic {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

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

.link-cont {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

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

.link-gray {
    display: inline-block;
    vertical-align: middle;
    color: #888;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

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

.link-border {
    display: inline-block;
    vertical-align: middle;
    color: #ddd;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@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: #ee3d43;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

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

.link-point2 {
    display: inline-block;
    vertical-align: middle;
    color: #bd2025;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

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

.link-blur {
    display: inline-block;
    vertical-align: middle;
    color: #eee;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

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

.link-white {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@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: #a02013;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

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

.link-blue {
    display: inline-block;
    vertical-align: middle;
    color: #2420bd;
    font-size: inherit;
    font-weight: 700;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

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

/* 더보기 */
.btn-moreview {
    display: block;
    width: calc(100% + 32px);
    margin: 50px -16px 0;
    padding: 14px 16px;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.btn-moreview span::after {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    margin-left: 15px;
    border: 1px solid #666;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

/* calendar */
.calendar-wrap .cal-head {
    position: relative;
    margin-bottom: 15px;
    padding: 0 40px;
}

.calendar-wrap .cal-head .month {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}

.calendar-wrap .cal-head .btn-cal {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
}

.calendar-wrap .cal-head .btn-cal::before {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
}

.calendar-wrap .cal-head .btn-cal.prev {
    left: 0;
}

.calendar-wrap .cal-head .btn-cal.prev::before {
    left: 3px;
    transform: rotate(45deg);
}

.calendar-wrap .cal-head .btn-cal.next {
    right: 0;
}

.calendar-wrap .cal-head .btn-cal.next::before {
    right: 3px;
    transform: rotate(-135deg);
}

.calendar-wrap .cal-body table.cal-tbl {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.calendar-wrap .cal-body table.cal-tbl thead th {
    height: 70px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    vertical-align: top;
}

.calendar-wrap .cal-body table.cal-tbl tbody td {
    height: 63px;
    padding: 0 2px;
    vertical-align: top;
}

.calendar-wrap .cal-body table.cal-tbl tbody td a,
.calendar-wrap .cal-body table.cal-tbl tbody td > span {
    position: relative;
    display: block;
    width: 100%;
    height: 63px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -1px;
}

.calendar-wrap .cal-body table.cal-tbl tbody td a .state,
.calendar-wrap .cal-body table.cal-tbl tbody td > span .state {
    display: block;
    height: 15px;
    margin-top: 2px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.calendar-wrap .cal-body table.cal-tbl tbody td a .state.ing,
.calendar-wrap .cal-body table.cal-tbl tbody td > span .state.ing {
    background: #3899d6;
}

.calendar-wrap .cal-body table.cal-tbl tbody td a .state.waiting,
.calendar-wrap .cal-body table.cal-tbl tbody td > span .state.waiting {
    background: #f6c93f;
}

.calendar-wrap .cal-body table.cal-tbl tbody td.disabled > span {
    opacity: 0.4;
}

.calendar-wrap .cal-body table.cal-tbl tbody td.today a::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    border: 1px solid #333;
    border-radius: 50%;
    z-index: -1;
}

.calendar-wrap .cal-body table.cal-tbl tbody td:first-child {
    color: #ee3d43;
}

.calendar-wrap .cal-body table.cal-tbl tbody td:first-child.today a::before {
    border-color: #ee3d43;
}

.calendar-wrap .cal-body table.cal-tbl tbody td:last-child {
    color: #3899d6;
}

.calendar-wrap .cal-body table.cal-tbl tbody td:last-child.today a::before {
    border-color: #3899d6;
}

.ui-datepicker {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: calc(100% - 32px) !important;
    max-width: 736px !important;
    margin: 0 !important;
    z-index: 1010 !important;
    display: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    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;
    text-align: center;
}

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

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

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

/* form */
.form-wrap .form-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    word-break: keep-all;
}

.form-wrap .form-desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    word-break: keep-all;
}

.form-wrap .essen-msg {
    margin-top: 12px;
    margin-bottom: 35px;
    font-size: 12px;
    word-break: keep-all;
}

.form-wrap .essen-msg::before {
    content: '*';
    color: #ee3d43;
}

.form-wrap .row {
    margin-top: 30px;
}

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

.form-wrap .row > .label,
.form-wrap .row > label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

.form-wrap .row > .label small,
.form-wrap .row > label small {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 4px;
    font-size: 12px;
    color: #888;
}

.form-wrap .row > .label.type2,
.form-wrap .row > label.type2 {
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.form-wrap .row .forms {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 18px;
    align-items: center;
    gap:1px;
}

.form-wrap .row .forms:last-child {
    margin-bottom: 0;
}
/* 물결 */
.form-wrap .row .wave{
    position: relative;
}
.form-wrap .row .wave:first-of-type::before{
    position: absolute;
    content: "~";
    right: -10px;
    top: 50%;
    display: block;
    font-weight: bold;
    transform: translate(0,-50%);    
}

.form-wrap .row .forms .col {
    flex: 1;
    margin-left: 12px;
}

.form-wrap .row .forms .col:first-child {
    margin-left: 0;
}

.form-wrap .row .forms .datepicker-wrap {
    position: relative;
    flex: 1 1 auto;
    width: auto; border: 1px solid #ddd;
}

.form-wrap .row .forms .datepicker-wrap .form-control {
    width: 100%;
    padding-right: 37px;
}

.form-wrap .row .forms .datepicker-wrap::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 17px;
    background: url("/images/icon/icon-cal2.jpg") center no-repeat;
    background-size: 17px auto;
}

.form-wrap .row .forms .option-select-wrap {
    width: 100%;
}

.form-wrap .row .forms .slt-lists {
    width: 100%;
}

.form-wrap .row .forms .form-control,
.form-wrap .row .forms .form-select,
.form-wrap .row .forms .nice-select {
    flex: 1 1 auto;
    width: auto;
}

.form-wrap .row .forms .btn {
    width: 85px;
    margin-left: 10px;
}

.form-wrap .row .forms .btn:first-child,
.form-wrap .row .forms .btn:only-child {
    flex: 1 1 auto;
    margin: 0;
}

.form-wrap .row .forms .btn + .btn {
    flex: 1 1 auto;
    margin-left: 18px;
}

.form-wrap.type2 .row > .label,
.form-wrap.type2 .row > label {
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}

.form-wrap.type2 .row > .label.esn::after,
.form-wrap.type2 .row > label.esn::after {
    content: '*';
    margin-left: 2px;
    color: #ee3d43;
}

.form-wrap.type2 .row .form-control {
    min-height: 30px;
    padding: 10px 0 9px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

.form-wrap.type2 .row .form-control::placeholder, .form-wrap.type2 .row .form-control::-webkit-input-placeholder {
    font-weight: 400;
}

.form-wrap.type2 .row .form-control:focus {
    border-color: #ee3d43;
}

.form-wrap.type2 .row .form-select,
.form-wrap.type2 .row .nice-select {
    margin-right: 20px;
}

.form-wrap.type2 .row .form-select:only-child,
.form-wrap.type2 .row .nice-select:only-child {
    width: auto;
    margin-right: 0;
}

.form-wrap.period .row .forms {
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

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

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

.form-wrap .btn-submit {
    display: flex;
    margin-top: 40px;
}

.form-wrap .btn-submit .btn {
    width: calc((100% - 18px) / 2);
    margin-left: 18px;
    border-radius: 8px;
}

.form-wrap .btn-submit .btn:first-child {
    margin-left: 0;
}

.form-wrap .btn-submit .btn:only-child {
    width: 100%;
}

.form-wrap .error {
    width: 100%;
    margin-top: 10px;
    text-align: left !important;
    color: #ee3d43;
    font-size: 12px;
    line-height: 1;
}

.form-wrap .error:empty {
    margin: 0;
    height: 0;
}

.search-form .search-input {
    position: relative;
    margin-bottom: 30px;
}

.search-form .search-input .form-control {
    min-height: 50px;
    height: 50px;
    padding-right: 50px;
    border-width: 2px;
    border-color: #a8a8a8;
    border-radius: 8px;
    color: #888;
}

.search-form .search-input .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    background: url("/images/icon/icon-search.png") center no-repeat;
    background-size: 23px auto;
}

.search-form .row {
    margin-top: 35px;
}

.search-form .row > .label,
.search-form .row > label {
    margin-bottom: 17px;
    font-size: 17px;
    font-weight: 500;
}

/* file upload */
.inputfile-wrap {
    position: relative;
    max-width: 500px;
    font-size: 0;
}

.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 .form-control {
    display: inline-block;
    width: calc(100% - 95px);
}

.inputfile-wrap label {
    display: inline-block;
    width: 90px;
    margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

/* option select */
.option-select-wrap {
    display: flex;
}

.option-select-wrap .option-display {
    display: block;
    width: 100%;
    height: 40px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

.option-select-wrap .option-display.selected {
    color: #333;
}

.option-select-list {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    max-width: 736px;
    max-height: 400px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow-y: auto;
    z-index: 1010;
}

.option-select-list ul.lists li {
    padding: 0 20px;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    user-select: none;
    white-space: nowrap;
}

.option-select-list ul.lists li:first-child {
    border-top: none;
}

.option-select-list ul.lists li.selected {
    background: #ee3d43;
    color: #fff;
}

/* input */
.form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    height: 40px;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    line-height: normal;
    transition: border 0.2s ease-in-out;
}

.form-control:focus {
    outline: 0;
    border-color: #ee3d43;
}

.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 {
    background: #f8f8f8;
    color: #999;
}

.form-control:read-only {
    color: #999;
}

.form-control.rounded {
    border-radius: 8px;
}

.form-control.large {
    height: 50px;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 15px;
}

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

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

.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: block;
    width: 30px;
    height: 30px;
    padding-top: 30px;
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
    background: url("/images/bg/bg-heart-off.png") center no-repeat;
    background-size: 16px auto;
}

.like-chk-wrap input:checked + label {
    background-image: url("/images/bg/bg-heart-on.png");
}

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

.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: 26px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    user-select: none;
    vertical-align: top;
}

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

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

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

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

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

.chk-wrap input:checked + label::after {
    content: ' ';
    position: absolute;
    top: 3px;
    left: 5px;
    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: 22px;
    vertical-align: top;
}

.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: 26px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    user-select: none;
    vertical-align: top;
}

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

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

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

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

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

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

.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: 26px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    user-select: none;
    vertical-align: top;
    display: block;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #ddd;
    color: #888;
    line-height: 38px;
}

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

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

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

.rdo-btn-wrap input:checked + label {
    border-color: #ee3d43;
    background: #ee3d43;
    color: #fff;
    font-weight: 500;
}

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

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

.chk-btn-wrap input + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 26px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    user-select: none;
    vertical-align: top;
    display: block;
    height: 38px;
    padding-left: 35px;
    color: #666;
    line-height: 38px;
}

.chk-btn-wrap input + label::before {
    content: ' ';
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("/images/bg/bg-check.png") 0 0 no-repeat;
    background-size: 20px auto;
}

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

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

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

.chk-btn-wrap input:checked + label {
    color: #333;
    font-weight: 500;
}

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

/* selectbox */
select.form-select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 21px 0 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: url("/images/bg/bg-arrow.png") no-repeat;
    background-position: right 5px center;
    background-size: 12px auto;
    transition: border-color 0.2s ease-in-out;
    font-size: 14px;
}

select.form-select.em { font-size: 15px;  font-weight: 600; }



select.form-select:active, select.form-select:focus {
    outline: 0;
    border-color: #ee3d43;
}

select.form-select.large {
    height: 50px;
    padding: 0 26px 0 15px;
    border-radius: 8px;
    font-size: 15px;
}

select.form-select.type2 {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 9px;
    border: none;
    border-bottom: 1px solid #ddd;
    background-position-y: 17px;
}

select.form-select.type2:focus {
    border-color: #ee3d43;
}

.nice-select:focus {
    outline: 0;
}

.nice-select .current {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    padding-right: 20px;
    border: 1px solid #ddd;
    background: url("/images/bg/bg-arrow.png") right 5px center;
    background-size: 12px;
    background-repeat: no-repeat;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    user-select: none;
}

.nice-select .current.placeholder {
    color: #999;
}

.nice-select.main .current {
    border-radius: 8px;
    color: #666;
    font-size: 15px;
    background-image: none;
}

.nice-select.large .current {
    height: 50px;
    border-radius: 8px;
    padding: 14px 15px;
    padding-right: 20px;
    font-size: 15px;
}

.nice-select.type2 .current {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 9px;
    border: none;
    border-bottom: 1px solid #ddd;
    background-position-y: 17px;
}

.nice-select ul.list {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    max-width: 736px;
    max-height: 310px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow-y: auto;
    z-index: 1010;
}

.nice-select ul.list li {
    padding: 10px 12px;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    user-select: none;
    word-break: keep-all;
}

.nice-select ul.list li:first-child {
    border-top: none;
}

.nice-select ul.list li.selected {
    background: #ee3d43;
    color: #fff;
}

/* list */
.matching-list-wrap .date {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.matching-list-wrap .filter {
    display: flex;
    margin-bottom: 10px;
}

.matching-list-wrap .filter select {
    flex: 1;
    margin-left: 10px;
}

.matching-list-wrap .filter select:first-child {
    margin-left: 0;
}

.matching-list-wrap .lists {
    padding-top: 20px;
}

.matching-list-wrap .lists:first-child {
    padding-top: 0;
}

.matching-list-wrap .lists > li {
    margin-top: 30px;
}

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

.matching-list-wrap .lists > li .inner {
    position: relative;
    border: 1px solid #ddd;
    padding: 25px 16px 20px;
}

.matching-list-wrap .lists > li .inner .matching-tit {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.matching-list-wrap .lists > li .inner .cont-body {
    margin-top: 20px;
    padding-bottom: 0;
    border-bottom: none;
}

.matching-list-wrap .inner .best {
    position: absolute;
    top: -6px;
    left: 16px;
    width: 58px;
    height: 22px;
    border-radius: 0 0 4px 4px;
    background: #ee3d43;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}

.matching-list-wrap .inner .best::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: -12px;
    border-top: 6px solid transparent;
    border-left: 6px solid #fda5a8;
    border-right: 6px solid transparent;
}

.matching-list-wrap .inner .matching-tit .tit {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    word-break: keep-all;
}

.matching-list-wrap .inner .matching-tit .tit em {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    color: #ee3d43;
    font-weight: 700;
}

.matching-list-wrap .inner .matching-tit .fee {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.matching-list-wrap .inner .matching-tit .fee em {
    color: #333;
}

.matching-list-wrap .inner .cont-body {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.matching-list-wrap .inner .cont-body .state {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.matching-list-wrap .inner .cont-body .state .members {
    font-size: 0;
}

.matching-list-wrap .inner .cont-body .state .members li {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

.matching-list-wrap .inner .cont-body .state .members li:first-child {
    margin-left: 0;
}

.matching-list-wrap .inner .cont-body .state .members li > div {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.matching-list-wrap .inner .cont-body .state .members li > div.female {
    background: #fb847b;
    border-color: #fb847b;
}

.matching-list-wrap .inner .cont-body .state .members li > div.male {
    background: #74c3f0;
    border-color: #74c3f0;
}

.matching-list-wrap .inner .cont-body .state .matchings {
    font-size: 0;
}

.matching-list-wrap .inner .cont-body .state .matchings .flag {
    display: inline-block;
    vertical-align: top;
    min-width: 40px;
    height: 24px;
    margin-left: 4px;
    padding: 0 4px;
    border-radius: 4px;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}

.matching-list-wrap .inner .cont-body .state .matchings .flag:first-child {
    margin-left: 0;
}

.matching-list-wrap .inner .cont-body .state .matchings .flag.ing {
    background: #3899d6;
}

.matching-list-wrap .inner .cont-body .state .matchings .flag.count {
    background: #ee3d43;
}

.matching-list-wrap .inner .cont-body .state .matchings .flag.waiting {
    background: #f6c93f;
}

.matching-list-wrap .inner .cont-body .infos {
    position: relative;
    margin-top: 20px;
}

.matching-list-wrap .inner .cont-body .infos .tit {
    padding-right: 30px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    word-break: keep-all;
}

.matching-list-wrap .inner .cont-body .infos .desc {
    margin-top: 6px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    word-break: keep-all;
}

.matching-list-wrap .inner .cont-body .infos .like-chk-wrap {
    position: absolute;
    top: -3px;
    right: 0;
}

.matching-list-wrap .inner .cont-body .spot {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f8f8f8;
}

.matching-list-wrap .inner .cont-body .spot span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.matching-list-wrap .inner .cont-body .spot span::before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 10px;
    margin: 5px 10px 0;
    background: #ddd;
}

.matching-list-wrap .inner .cont-body .spot span:first-child::before {
    display: none;
}

.slt-lists {
    overflow: hidden;
}

.slt-lists ul {
    margin: -10px -40px 0 0;
    font-size: 0;
}

.slt-lists ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 160px) / 4);
    margin: 10px 30px 0 0;
    white-space: nowrap;
}

.slt-lists.size2 ul {
    margin-right: -18px;
}

.slt-lists.size2 ul li {
    width: calc((100% - 36px) / 2);
    margin-right: 18px;
}

.slt-lists.size3 ul li {
    width: calc((100% - 120px) / 3);
}

.slt-lists.full ul {
    margin: 0;
}

.slt-lists.full ul li {
    display: block;
    width: 100%;
    margin: 10px 0 0;
}

.slt-lists.full ul li:first-child {
    margin-top: 0;
}

.evt-lists {
    margin: 0 -16px;
}

.evt-lists > ul.lists > li {
    margin-top: 30px;
}

.evt-lists > ul.lists > li:first-child {
    margin-top: 0;
}

.evt-lists > ul.lists > li .link {
    display: block;
    position: relative;
}

.evt-lists > ul.lists > li .link .thumb {
    display: block;
    margin-bottom: 20px;
}

.evt-lists > ul.lists > li .link .info {
    padding: 0 16px 20px;
}

.evt-lists > ul.lists > li .link .info .flag {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-bottom: 5px;
    padding: 0 8px;
    border-radius: 10px;
    background: #ee3d43;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.evt-lists > ul.lists > li .link .info .tit {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.5px;
    font-weight: 500;
}

.evt-lists > ul.lists > li .link .info .date {
    margin-top: 12px;
    color: #888;
    font-size: 12px;
}

.evt-lists > ul.lists > li .link .d-day {
    position: absolute;
    top: 0;
    right: 16px;
    width: 37px;
    height: 37px;
    margin-top: -18px;
    border-radius: 50%;
    background: #ee3d43;
    color: #fff;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
}

.promotion-lists > ul.lists > li {
    margin-top: 35px;
}

.promotion-lists > ul.lists > li:first-child {
    margin-top: 0;
}

.promotion-lists > ul.lists > li .inner {
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.promotion-lists > ul.lists > li .inner .thumb {
    display: block;
}

.promotion-lists > ul.lists > li .inner .thumb img {
    width: 100%;
}

.promotion-lists > ul.lists > li .inner .video-area {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.promotion-lists > ul.lists > li .inner .video-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
}

.promotion-lists > ul.lists > li .inner .info {
    padding: 15px 16px 20px;
}

.promotion-lists > ul.lists > li .inner .info:only-child {
    padding: 30px 16px;
}

.promotion-lists > ul.lists > li .inner .info:only-child .desc {
    margin-top: 15px;
}

.promotion-lists > ul.lists > li .inner .info .tit {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    word-break: keep-all;
}

.promotion-lists > ul.lists > li .inner .info .desc {
    margin-top: 5px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    word-break: keep-all;
}

.promotion-lists > ul.lists > li .inner .info .date {
    margin-top: 15px;
    color: #888;
    font-size: 12px;
}

.promotion-lists > ul.lists > li a.inner .info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.partners-lists li {
    margin-top: 35px;
}

.partners-lists li:first-child {
    margin-top: 0;
}

.partners-lists li .ci {
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.partners-lists li p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
}

.my-matching-lists li {
    margin-top: 30px;
}

.my-matching-lists li:first-child {
    margin-top: 0;
}

.my-matching-lists .inner {
    border: 1px solid #ddd; padding-bottom:10px; 
}

.my-matching-lists .inner .num {
    display: block;
    padding: 10px 16px;
    background: #f8f8f8;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.my-matching-lists .inner .info {
    position: relative;
    padding: 16px;
}

.my-matching-lists .inner .info .state {
    float: left;
    height: 24px;
    padding: 0 10px;
    border: 1px solid #ee3d43;
    border-radius: 4px;
    color: #ee3d43;
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
}
 
.my-matching-lists .inner .info .state_blue {
    float: left;
    height: 24px;
    padding: 0 10px;
    border: 1px solid #0000FF;
    border-radius: 4px;
    color: #0000FF;
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
}

.my-matching-lists .inner .info .state_stop {
    float: left;
    height: 24px;
    padding: 0 10px;
    border: 1px solid #727272;
    border-radius: 4px;
    color: #727272;
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
}


.my-matching-lists .inner .info .date {
    float: right;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.my-matching-lists .inner .info .matchings {
    clear: both;
    display: flex;
    padding-top: 15px;
    justify-content: space-between;
    align-items: flex-end;
}

.my-matching-lists .inner .info .matchings p { }
.my-matching-lists .inner .info .matchings .match_title1 {font-size: 22px !important; font-weight: 600; line-height: 32px; }
.my-matching-lists .inner .info .matchings .match_title2 {font-size: 17px !important; font-weight: 600; line-height: 27px; color:#379136; }
.my-matching-lists .inner .info .matchings .match_title2 em {font-size: 12px !important; font-weight: 500; line-height: 27px; color:#ababab; }
.my-matching-lists .inner .info .matchings .match_title3 {font-size: 14px !important; font-weight: 600; line-height: 20px; color:#2e58be; }
.my-matching-lists .inner .info .matchings .match_title4 {font-size: 14px !important; font-weight: 500; line-height: 16px; color:#ababab; }

.my-matching-lists .inner .info .match_title4 {margin-top: -120px !important; }
.my-matching-lists .inner .info .match_title4 a {float:right; font-size: 15px; font-weight: 600; color:#64b37f;}



.my-matching-lists .inner .info .btn.btn-sm {
    display: block;
    margin-top: 10px;
    margin-left: auto;
}

.my-message-lists ul.lists li {
    margin-top: 40px;
}

.my-message-lists ul.lists li:first-child {
    margin-top: 0;
}

.my-message-lists ul.lists li .link {
    position: relative;
    display: block;
    min-height: 60px;
    padding-left: 75px;
}

.my-message-lists ul.lists li .link .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.my-message-lists ul.lists li .link .preview {
    display: flex;
}

.my-message-lists ul.lists li .link .preview .from .name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.my-message-lists ul.lists li .link .preview .from .msg {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.my-message-lists ul.lists li .link .preview .info {
    margin-left: 10px;
    text-align: right;
}

.my-message-lists ul.lists li .link .preview .info .date {
    font-size: 12px;
    line-height: 20px;
    color: #888;
    white-space: nowrap;
}

.my-message-lists ul.lists li .link .preview .info .count {
    display: inline-block;
    width: auto;
    min-width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-left: auto;
    padding: 0 4px;
    border-radius: 8px;
    background: #ee3d43;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
}

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

.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: 20px;
    height: 20px;
    font-size: 12px;
    color: #888;
    border: 1px solid transparent;
    border-radius: 50%;
    line-height: 18px;
    background: #fff;
}

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

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

.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: -2px;
}

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

.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: -6px;
}

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

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

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

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

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

.pagination .page-btn-wrap .now {
    border-color: #333;
    color: #333;
    font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: #fff;
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #bd2025;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 4px;
    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: 2px;
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 18px;
    width: auto;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* tab */
.nav-tab-wraps {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 16px;
}

.nav-tab-wraps::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #f8f8f8;
}

.nav-tab-wraps ul.tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.nav-tab-wraps ul.tabs li {
    flex: 1;
    text-align: center;
}

.nav-tab-wraps ul.tabs li a {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    padding:16px 0;
    border-bottom: 2px solid transparent;
    color: #888;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    width:100%;
}
.nav-tab-wraps ul.tabs li a:hover{
    border-color: #bd2025;
    color: #bd2025;
    font-weight: 700;
}

.nav-tab-wraps ul.tabs li.active a {
    border-color: #f15a5f;
    color: #f15a5f;
}
.nav-tab-wraps.type2{
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
}
.nav-tab-wraps.type2{
    position: relative;
    margin-bottom: 20px;
    width:100%;
}
.nav-tab-wraps.type2 ul{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    gap: 10px;
}
.nav-tab-wraps.type2 ul.tabs li {
    flex: 1;
    text-align: center;
    width: calc(90% / 3);
    display: flex;
    align-content: center;
    justify-content: center;
}
.nav-tab-wraps.type2  ul.tabs li a{
    border-bottom: solid 1px #888;
}
.nav-tab-wraps.type2  ul.tabs li a:hover{
    border-color:#bd2025;
}


/* table */
.tbl-wrap table.table {
    width: 100%;
}

.tbl-wrap table.table thead th {
    height: 45px;
    padding: 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}

.tbl-wrap table.table tbody td {
    height: 45px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

/* === COMMON LAYOUT === */
/* header */
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}

header .head-cont {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 16px;
}

header .head-cont::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #f8f8f8;
}

header .head-cont.main::before {
    display: none;
}

header .head-cont h1 a {
    display: block;
    height: 50px;
    padding: 13px 0;
}

header .head-cont h1 a img {
    height: 24px;
}

header .head-cont h1 .page-title {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
}

header .head-cont .alerts {
    position: absolute;
    top: 10px;
    right: 16px;
    display: flex;
}

header .head-cont .alerts a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center;
}

header .head-cont .alerts a.alert-msg {
    background-image: url("/images/icon/icon-alert01.png");
}

header .head-cont .alerts a.alert-chat {
    background-image: url("/images/icon/icon-alert02.png");
}

header .head-cont .alerts a .count {
    position: absolute;
    top: 4px;
    left: 50%;
    min-width: 14px;
    height: 14px;
    padding: 0 2px;
    background: #ee3d43;
    border-radius: 7px;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}

header .head-cont .alerts a .count:empty {
    min-width: 0;
    height: 0;
    overflow: hidden;
}

header .head-cont .btn-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
}

header .head-cont .btn-back::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 19px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
}

header .head-cont .btn-menu-all {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
}

header .head-cont .btn-menu-all .bar, header .head-cont .btn-menu-all::before, header .head-cont .btn-menu-all::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 16px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #333;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

header .head-cont .btn-menu-all::before {
    margin-top: -8px;
}

header .head-cont .btn-menu-all::after {
    margin-top: 6px;
}

header .head-cont.main .btn-menu-all {
    right: auto;
    left: 0;
    top: 0;
}

header #menu-all {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header #menu-all.open {
    left: 0;
}

header #menu-all .menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

header #menu-all .menu-cont {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 300px;
    background: #fff;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
}

header #menu-all .menu-cont .menu-head .logo {
    display: block;
    padding: 13px 16px;
}

header #menu-all .menu-cont .menu-head .logo a {
    display: inline-block;
    vertical-align: top;
}

header #menu-all .menu-cont .menu-head .logo img {
    height: 24px;
}

header #menu-all .menu-cont .menu-head .my-menu {
    display: flex;
    align-items: center;
    padding: 11px 0;
    background: #f8f8f8;
}

header #menu-all .menu-cont .menu-head .my-menu li {
    flex: 1;
    border-left: 1px solid #eee;
}

header #menu-all .menu-cont .menu-head .my-menu li:first-child {
    border-left: none;
}

header #menu-all .menu-cont .menu-head .my-menu li a {
    position: relative;
    display: block;
    height: 53px;
    padding-top: 4px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

header #menu-all .menu-cont .menu-head .my-menu li a::before {
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto 9px;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center;
}

header #menu-all .menu-cont .menu-head .my-menu li a.my01::before {
    background-image: url("/images/icon/icon-my01.png");
}

header #menu-all .menu-cont .menu-head .my-menu li a.my01.on::before {
    background-image: url("/images/icon/icon-my01-1.png");
}

header #menu-all .menu-cont .menu-head .my-menu li a.my02::before {
    background-image: url("/images/icon/icon-my02.png");
}

header #menu-all .menu-cont .menu-head .my-menu li a.my02.on::before {
    background-image: url("/images/icon/icon-my02-1.png");
}

header #menu-all .menu-cont .menu-head .my-menu li a.my03::before {
    background-image: url("/images/icon/icon-my03.png");
}

header #menu-all .menu-cont .menu-head .my-menu li a.my03.on::before {
    background-image: url("/images/icon/icon-my03-1.png");
}

header #menu-all .menu-cont .menu-head .my-menu li a.my04::before {
    background-image: url("/images/icon/icon-my04.png");
}

header #menu-all .menu-cont .menu-head .my-menu li a.my04.on::before {
    background-image: url("/images/icon/icon-my04-1.png");
}

header #menu-all .menu-cont .menu-head .my-menu li a .count {
    position: absolute;
    top: 2px;
    left: 50%;
    min-width: 14px;
    height: 14px;
    margin-left: 2px;
    padding: 0 2px;
    border-radius: 7px;
    background: #ee3d43;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    font-weight: 500;
}

header #menu-all .menu-cont .menu-head .my-menu li a .count:empty {
    min-width: 0;
    height: 0;
    overflow: hidden;
}

header #menu-all .menu-cont #menu {
    padding: 4px 16px 40px;
}

header #menu-all .menu-cont #menu > ul > li > a.dep1 {
    position: relative;
    display: block;
    height: 46px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
}

header #menu-all .menu-cont #menu > ul > li > a.dep1::after {
    content: ' ';
    position: absolute;
    right: 3px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -10px;
    border: 1px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}

header #menu-all .menu-cont #menu > ul > li > a.dep1.open {
    color: #ee3d43;
    font-weight: 700;
    border-bottom: 2px solid #ee3d43;
}

header #menu-all .menu-cont #menu > ul > li > a.dep1.open::after {
    margin-top: -1px;
    border-color: #ee3d43;
    transform: rotate(135deg);
}

header #menu-all .menu-cont #menu > ul > li > a.dep1:only-child::after {
    display: none;
}

header #menu-all .menu-cont #menu .depth2 {
    display: none;
    padding: 14px 2px 0;
}

header #menu-all .menu-cont #menu .depth2 li a {
    display: block;
    height: 30px;
    color: #666;
    font-size: 15px;
    line-height: 30px;
}

header #menu-all .menu-cont .menu-all-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

header #menu-all .menu-cont .menu-all-close::before, header #menu-all .menu-cont .menu-all-close::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    margin-top: -10px;
    margin-left: -1px;
    background: #333;
    border-radius: 2px;
}

header #menu-all .menu-cont .menu-all-close::before {
    transform: rotate(45deg);
}

header #menu-all .menu-cont .menu-all-close::after {
    transform: rotate(-45deg);
}

header #menu-all.open .menu-bg {
    opacity: 1;
}

header #menu-all.open .menu-cont {
    left: 0;
}

header #gnb {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    overflow: hidden;
}

header #gnb::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #f8f8f8;
}

header #gnb ul {
    display: flex;
}

header #gnb ul li {
    flex: 1;
    text-align: center;
}

header #gnb ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    color: #888;
    font-size: 17px;
    line-height: 50px;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

header #gnb ul li a::after {
    display: none;
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #bd2025;
}

header #gnb ul li.active a {
    color: #bd2025;
    font-weight: 500;
}

header #gnb ul li.active a::after {
    display: block;
}

header #gnb.type2 ul li {
    flex: 1 1 auto;
    margin-left: 30px;
}

header #gnb.type2 ul li:first-child {
    margin-left: 0;
}

/* footer */
footer {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    padding: 40px 16px;
    background: #f8f8f8;
}

footer .comp-collapse-btn {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
}

footer .comp-collapse-btn::after {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    margin: 2px 0 0 6px;
    border: 1px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-in-out;
}

footer .comp-collapse-btn.open::after {
    margin-top: 5px;
    transform: rotate(135deg);
}

footer .comp-info {
    padding-top: 25px;
}

footer .comp-info ul li {
    color: #888;
    font-size: 12px;
    line-height: 20px;
}

footer .comp-link {
    margin-top: 25px;
    font-size: 0;
}

footer .comp-link li {
    display: inline-block;
    vertical-align: top;
}

footer .comp-link li::before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 12px;
    margin: 4px 10px 0;
    background: #ddd;
}

footer .comp-link li:first-child::before {
    display: none;
}

footer .comp-link li a {
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

footer .copyright {
    margin-top: 25px;
    color: #bbb;
    font-size: 11px;
    line-height: 1;
}

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

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

html {
    width: 100%;
    height: 100%;
}

html body {
    height: 100%;
}

#wrap {
    position: relative;
    height: 100%;
}

#wrap .container {
    position: relative;
    width: 100%;
    max-width: 768px;
    min-height: calc(100% - 322px);
    margin: 0 auto;
}

#wrap .container.no-depth {
    /* padding-top: 50px; */
}

#wrap .container.full {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#wrap .container section.sect {
    padding: 30px 16px 40px;
}

#wrap .container section.sect .h2-title {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.5px;
    font-weight: 500;
    word-break: keep-all;
}

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

/* nodata */
.nodata {
    display: block;
    padding: 80px 16px;
    color: #888;
    text-align: center;
    font-size: 14px;
}

/* === PAGES(CATEGORY) === */
/* 팀매칭 접수하기 */
.profile-wrap .lists {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.profile-wrap .lists::before {
    content: ' ';
    position: absolute;
    top: calc((100% - 50px) / 2);
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    background: #ee3d43 url("/images/bg/bg-plus.png") center no-repeat;
    background-size: 15px;
}

.profile-wrap .lists li {
    width: 44.207317%;
    padding: 0 10px;
    text-align: center;
}

.profile-wrap .lists li .thumb {
    display: block;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.matching-info-wrap {
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.matching-info-wrap dl {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
}

.matching-info-wrap dl::after {
    content: " ";
    display: block;
    clear: both;
}

.matching-info-wrap dl:first-child {
    margin-top: 0;
}

.matching-info-wrap dl dt {
    float: left;
    color: #666;
}

.matching-info-wrap dl dd {
    margin-left: 41.237113%;
    font-weight: 500;
}

.complete-msg {
    text-align: center;
}

.complete-msg::before {
    content: ' ';
    display: block;
    width: 50px;
    height: 53px;
    margin: 0 auto 25px;
    background: url("/images/icon/icon-complete.png") center no-repeat;
    background-size: 100%;
}

.complete-msg .tit {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.complete-msg .desc {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}

.complete-msg .text {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.complete-msg .btn {
    min-width: 155px;
}

.complete-msg .btns {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.complete-msg .btns .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #bbb;
    color: #fff;
}

.complete-msg .btns .btn:first-child {
    margin-top: 0;
}

/* 찾아오시는 길 */
.contact-us .map-area {
    margin: 0 -16px;
}

.contact-us .map-area .root_daum_roughmap {
    width: 100%;
}

.contact-us .map-area .root_daum_roughmap .wrap_controllers {
    display: none !important;
}

.contact-us .map-area .root_daum_roughmap .map_border {
    display: none !important;
}

.contact-us .tit {
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    font-weight: 500;
}

.contact-us .info {
    margin-top: 20px;
}

.contact-us .info dl {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
}

.contact-us .info dl::after {
    content: " ";
    display: block;
    clear: both;
}

.contact-us .info dl:first-child {
    margin-top: 0;
}

.contact-us .info dl dt {
    float: left;
    width: 80px;
    color: #666;
    font-weight: 500;
}

.contact-us .info dl dd {
    margin-left: 80px;
    color: #888;
}

/* 마이페이지 - 나의 포인트 */
.my-point dl {
    padding: 20px 16px;
    border-radius: 8px;
    background: #ee3d43;
    text-align: center;
}

.my-point dl dt {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.my-point dl dd {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.my-point dl dd em {
    display: inline-block;
    font-size: 23px;
    font-weight: 900;
    vertical-align: bottom;
}

.my-point .point-alert {
    margin-top: 15px;
    text-align: right;
    color: #666;
    font-size: 14px;
}

.my-point .point-alert::before {
    content: '*';
    color: #ee3d43;
}

/* 대화창 */
.message-area {
    position: relative;
}

.message-area .message-body {
    padding: 15px 16px 0;
}

.message-area .message-body .msg-date {
    margin-bottom: 25px;
    text-align: center;
}

.message-area .message-body .msg-date span {
    display: inline-block;
    vertical-align: top;
    height: 26px;
    padding: 0 22px;
    background: #ddd;
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
}

.message-area .message-body .msg-wrap {
    position: relative;
    margin-bottom: 25px;
}

.message-area .message-body .msg-wrap.from {
    padding-left: 55px;
}

.message-area .message-body .msg-wrap.from .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
}

.message-area .message-body .msg-wrap.from .msg p {
    background: #f8f8f8;
    color: #333;
}

.message-area .message-body .msg-wrap.from .msg p::before {
    left: -6px;
    background-image: url("/images/bg/bg-msg-from.png");
}

.message-area .message-body .msg-wrap.to {
    padding-right: 8px;
}

.message-area .message-body .msg-wrap.to .msg {
    flex-direction: row-reverse;
}

.message-area .message-body .msg-wrap.to .msg p {
    background: #ee3d43;
    color: #fff;
}

.message-area .message-body .msg-wrap.to .msg p::before {
    right: -6px;
    background-image: url("/images/bg/bg-msg-to.png");
}

.message-area .message-body .msg-wrap .msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.message-area .message-body .msg-wrap .msg p {
    position: relative;
    max-width: 90%;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
}

.message-area .message-body .msg-wrap .msg p::before {
    content: ' ';
    position: absolute;
    top: 8px;
    width: 6px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.message-area .message-body .msg-wrap .msg span.date {
    margin: 0 10px;
    color: #888;
    font-size: 12px;
    white-space: nowrap;
}

.message-area .message-foot {
    display: flex;
    align-items: flex-end;
    border-top: 2px solid #ddd;
    padding: 16px;
    padding-bottom: 40px;
}

.message-area .message-foot .form-control {
    height: 40px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 22px;
}

.message-area .message-foot .text-area {
    flex: 1 1 auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 10px;
}

.message-area .message-foot .text-area textarea {
    display: block;
    width: 100%;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    border: none;
    padding: 0;
}

.message-area .message-foot .text-area textarea:focus {
    outline: 0;
}

.message-area .message-foot .btn.btn-point {
    margin-left: 8px;
    border-radius: 4px;
}

/* 회원 */
.members-wrap > h2.title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
}

.members-wrap > .desc {
    margin-top: 15px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
}

.members-wrap .login-btn-list {
    margin-top: 35px;
    margin-bottom: 50px;
}

.members-wrap .login-btn-list li {
    margin-top: 15px;
}

.members-wrap .login-btn-list li:first-child {
    margin-top: 0;
}

.members-wrap .login-btn-list li .btn {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
}

.members-wrap .login-btn-list li .btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}


.members-wrap .login-btn-list li .btn.naver {
    background-color: #3cab37;
}

.members-wrap .login-btn-list li .btn.naver-ios {
    background-color: #3cab37;
}

.members-wrap .login-btn-list li .btn.naver::before {
    background-image: url("/images/icon/icon-naver.png");
}

.members-wrap .login-btn-list li .btn.naver-ios::before {
    background-image: url("");
}

.members-wrap .login-btn-list li .btn.kakao {
    background-color: #ffc20e;
}

.members-wrap .login-btn-list li .btn.kakao-ios {
    background-color: #ffc20e;
}

.members-wrap .login-btn-list li .btn.kakao::before {
    background-image: url("/images/icon/icon-kakao.png");
}

.members-wrap .login-btn-list li .btn.kakao-ios::before {
    background-image: url("");
}

.members-wrap .login-btn-list li .btn.thall {
    background-color: #ee3d43;
}

.members-wrap .login-btn-list li .btn.thall-ios {
    background-color: #ee3d43;
}

.members-wrap .login-btn-list li .btn.thall::before {
    background-image: url("/images/icon/icon-thall.png");
}

.members-wrap .login-btn-list li .btn.thall-ios::before {
    background-image: url("");
}

.members-wrap .form-wrap.type2 .row .form-control {
    padding-right: 30px;
    background-image: url("/images/bg/bg-check-off.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 10px;
}

.members-wrap .form-wrap.type2 .row .form-control.is-valid {
    background-image: url("/images/bg/bg-check-on.png");
}

.terms-agree-wrap {
    margin-top: 35px;
}

.terms-agree-wrap .chk-btn-wrap input + label {
    font-size: 12px;
}

.terms-agree-wrap .box {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.terms-agree-wrap .box .btn-toggle {
    position: relative;
    display: block;
    min-width: 38px;
    height: 38px;
    text-align: right;
    font-size: 11px;
    line-height: 38px;
    font-weight: 500;
    white-space: nowrap;
}

.terms-agree-wrap .box .btn-toggle.arrow::before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 2px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #666;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-in-out;
}

.terms-agree-wrap .box .btn-toggle.arrow.open::before {
    transform: rotate(135deg);
    margin-top: -1px;
}

.terms-agree-wrap .all {
    border: 1px solid #ddd;
}

.terms-agree-wrap .agree-list {
    border: 1px solid #ddd;
    border-top: none;
}

.terms-agree-wrap .agree-list:first-child {
    border-top: 1px solid #ddd;
}

.terms-agree-wrap .agree-list .toggle-body {
    display: none;
    height: 125px;
    padding: 15px;
    background: #f8f8f8;
    overflow-y: auto;
    color: #666;
    font-size: 11px;
    line-height: 15px;
}

.login-wrap {
    width: 100%;
    padding: 30px 16px 40px;
    text-align: center;
}

.login-wrap .logo {
    margin-bottom: 24px;
}

.login-wrap .logo img {
    height: 30px;
}

.login-wrap .form-wrap .forms {
    margin-top: 15px;
}

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

.login-wrap .link-lists {
    margin-top: 20px;
    font-size: 0;
}

.login-wrap .link-lists li {
    display: inline-block;
    vertical-align: top;
}

.login-wrap .link-lists li::before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: 0 18px;
    background: #ddd;
}

.login-wrap .link-lists li:first-child::before {
    display: none;
}

.login-wrap .link-lists li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
}

.login-wrap .social-btn-lists {
    margin-top: 50px;
    font-size: 0;
}

.login-wrap .social-btn-lists li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

.login-wrap .social-btn-lists li a {
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.login-wrap .social-btn-lists li a::before {
    content: ' ';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 6px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.login-wrap .social-btn-lists li a.naver::before {
    background-image: url("/images/icon/icon-naver-on.png");
}

.login-wrap .social-btn-lists li a.kakao::before {
    background-image: url("/images/icon/icon-kakao-on.png");
}

.find-my-info .slt-lists {
    margin-bottom: 35px;
}

.find-my-info .form-wrap .row {
    margin-top: 15px;
}

.find-my-info .form-wrap .row .forms > * {
    margin-left: 10px;
}

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

/* 마이페이지 */
.my-profile {
    text-align: center;
}

.my-profile .my-photo {
    position: relative;
    display: block;
    width: 125px;
    height: 125px;
    margin: 0 auto 20px;
}

.my-profile .my-photo .area {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
}

.my-profile .my-photo::after {
    content: ' ';
    position: absolute;
    right: 7px;
    bottom: 2px;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff url("/images/bg/bg-camera.jpg") center no-repeat;
    background-size: 100%;
}

.secession-wrap {
    margin-bottom: 30px;
    border: 2px solid #ddd;
}

.secession-wrap > p {
    padding: 20px 16px;
    font-size: 12px;
    line-height: 20px;
}

.secession-wrap > p.bg {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
    color: #666;
}

.secession-wrap .form-wrap {
    padding: 20px 16px;
}

.qst-joined-wraps {
    position:relative;
    margin-top:40px;
    padding:5px 10px;
    border:1px solid #ddd;
}
.qst-joined {
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.qst-joined .btn {
    width:50%;
}
.joined-toggle {
    display:none;
    margin-top:5px;
    padding-top:20px;
    padding-bottom:15px;
    border-top:1px solid #ddd;
    text-align:center;
}
.joined-toggle .tit {
    margin-bottom:10px;
    font-size:14px;
    font-weight:500;
}
.joined-toggle .desc {
    color:#666;
    font-size:12px;
    line-height:18px;
    word-break:keep-all;
}
.joined-toggle .joined-input {
    margin-top:10px;
}
.joined-toggle .joined-input li {
    margin-top:5px;
}
.joined-toggle .btn-joined {
    display:block;
    width:100%;
    margin-top:5px;
}
.qst-joined p {
    font-size:14px;
}
.joined-txt {
    color:#666;
    font-size:18px;
    line-height:24px;
    word-break:keep-all;
    text-align:left;
}


/* minsu */

.time {
    position: absolute;
	top: 54.0%;
    left: 120px;
	z-index: 99999;
    transform: translateY(-50%);
    color: #124990;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 700;
}

.time_sns {
    position: absolute;
	top: 39.5%;
    left: 120px;
	z-index: 99999;
    transform: translateY(-50%);
    color: #124990;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 700;
}

/* 검색어 */
