@charset "UTF-8";
/*=================================================================================

* Wrap

=================================================================================*/
:root {
    --color-white: #fff;
    --color-basic: #ee7630;
    --color-secondary: #123296;
    --color-gray: #999;
    --color-lightgray: #e1e1e1;
    --color-dark: #3b3938;
    --color-calm: #71c3cb;
    --color-danger: #ef3c23;
    --color-pink: #ffadd7;
    --color-papaya: #c2db5a;
}
html,
body {
    font-size: 16px;
}
.Ssurround {
    font-family: 'Cafe24Ssurround', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum',
        sans-serif;
}
.MangoByeolbyeol {
    font-family: 'MangoByeolbyeol', 'Pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum',
        sans-serif;
}
#wrap {
    width: 100%;
    overflow-x: hidden;
}
/*=================================================================================

* Header

=================================================================================*/
/* gnb */
#header {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 50;
    border-bottom: 1px solid var(--color-lightgray);
}

.header-inner {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 3.75rem;
    width: 100%;
    max-width: 1920px;
    height: 6.563rem;
}
/*  logo  */
.company-logo {
    width: 210px;
    margin-right: 3.375rem;
}
/* Gnb  */
#header.active::before {
    height: 100%;
    opacity: 1;
}
#nav {
    position: relative;
    background: transparent;
    transition: ease-out 0.3s;
}
#nav .gnb {
    margin: 0 auto;
    text-align: center;
}
#nav .gnb > li {
    display: inline-block;
    position: relative;
}
#nav .gnb > li a {
    display: block;
    line-height: 1.5;
    transition: color ease 0.4s;
    box-sizing: border-box;
    padding: 0 1.313rem;
}
#nav .gnb > li:hover a,
#nav .gnb > li.active a {
    color: var(--color-secondary);
}

/* nav 2depth */
#nav .gnb .gnb-2depth {
    width: 210px;
    padding: 15px 0;
    display: none;
    position: absolute;
    top: 4.2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
}
#nav .gnb .gnb-2depth li {
    padding: 10px 0;
    display: block;
}
#nav .gnb .gnb-2depth li a {
    display: block;
    color: var(--color-dark);
}
#nav .gnb .gnb-2depth li a:hover,
#nav .gnb .gnb-2depth li a.active {
    color: var(--color-secondary);
}

.login-area a:not(:last-of-type) {
    display: block;
    margin-right: 8px;
    padding-right: 8px;
    position: relative;
}
.login-area a:not(:last-of-type):after {
    display: block;
    clear: both;
    content: '';
    width: 1px;
    height: 12px;
    background: var(--color-gray);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/*  menu toggle */
#menuToggle {
    display: none;
    position: absolute;
    top: 50%;
    right: 4rem;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    transform: translateY(-50%);
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: var(--color-dark);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

#menu-mobile {
    position: absolute;
    right: -100px;
    width: 640px;
    height: 100vh;
    margin: -4.2rem 0 0 0;
    padding: 105px 3.125rem 3.125rem 3.125rem;
    background: #fafafa;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    box-shadow: -20px 0 20px rgba(0, 0, 0, 0.05);
}
#menu-mobile li {
    text-align: left;
}
#menu-mobile li .gnb-1depth {
    display: block;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--color-lightgray);
}
#menu-mobile li .gnb-2depth {
    display: none;
    transition: all 0.5s ease;
    padding-left: 1rem;
}
#menu-mobile li .gnb-2depth.active {
    display: block;
}
#menu-mobile li .gnb-2depth li a {
    display: block;
    padding: 0.375rem 0;
}
#menu-mobile li .gnb-2depth li a:hover {
    color: var(--color-secondary);
}
#menuToggle input:checked ~ ul {
    transform: none;
    opacity: 1;
}
/*=================================================================================

* Footer

=================================================================================*/
/* 상단 버튼 */
.top-btn {
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 50;
}

.top-btn > a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #454545 url(../img/icon-arrow-top.svg) center no-repeat;
}

#footer {
    width: 100%;
    /* margin-top: 5rem; */
    background: var(--color-dark);
}
#footer .inner {
    position: relative;
    padding: 1.125rem 8.75rem;
    width: 100%;
    max-width: 100%;
}
#footer .footer-logo {
    width: 200px;
}
.footer-link .item a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding-right: 10px;
    position: relative;
    font-weight: bold;
}
.footer-link .item:last-child a {
    margin-right: 0;
    padding-right: 0;
}
.footer-link .item:not(:last-child) a:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    clear: both;
    content: '';
    width: 1px;
    height: 13px;
    background: var(--color-gray);
}

.copyright {
    color: var(--color-gray);
}

#footer .sns-area a {
    margin: 0 0 0 8px;
}
/*=========================================================================

 ** Select Custom

===========================================================================*/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
}
.custom-select-trigger {
    position: relative;
    display: block;
    width: 120px;
    color: var(--color-dark);
    line-height: 34px;
    border-radius: 34px;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--color-dark);
    transform: translateY(-40%);
    transition: all 0.2s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    transform: rotate(-180deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    min-width: 100%;
    margin: 8px 0;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 15%;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    background: var(--color-basic);
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 10px;
    line-height: 36px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    font-size: 0.938rem;
    background: var(--color-basic);
    border-bottom: 1px solid var(--color-lightgray);
    color: var(--color-white);
    width: 140px;
}
.custom-option:first-of-type {
    border-radius: 6px 6px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
}
/*=================================================================================
* Container
=================================================================================*/
#Container {
    width: 100vw;
    margin: 0 auto;
    overflow: hidden;
}
.inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 4rem;
}

.block {
    display: block;
}

.box {
    position: relative;
}
.shadow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.highlight::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -2px;
    bottom: 0;
    width: calc(100% + 4px);
    height: 11px;
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    background-color: var(--color-papaya);
}
.highlight.yell:before {
    background-color: #fff3dc;
}
/*===============================================================================
* margin padding
=================================================================================*/
.m0 {
    margin: 0 !important;
}
.p0 {
    padding: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pt50 {
    padding-top: 3.125rem !important;
}
.pb20 {
    padding-bottom: 1.25rem;
}
.pb50 {
    padding-bottom: 3.125rem !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pl10 {
    padding-left: 0.625rem;
}
.pl20 {
    padding-left: 1.25rem;
}
.ml0 {
    margin-left: 0 !important;
}
.ml10 {
    margin-left: 0.625rem !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mr10 {
    margin-right: 0.625rem !important;
}
.mr20 {
    margin-right: 1.25rem !important;
}
.mr30 {
    margin-right: 1.875rem !important;
}
.mr40 {
    margin-right: 2.5rem !important;
}
.mr50 {
    margin-right: 3.125rem !important;
}
.mt10 {
    margin-top: 0.625rem !important;
}
.mt20 {
    margin-top: 1.25rem !important;
}
.mt30 {
    margin-top: 1.875rem !important;
}
.mt40 {
    margin-top: 2.5rem !important;
}
.mt50 {
    margin-top: 3.125rem !important;
}
.mb10 {
    margin-bottom: 0.625rem !important;
}
.mb20 {
    margin-bottom: 1.25rem !important;
}
.mb30 {
    margin-bottom: 1.875rem !important;
}
.mb40 {
    margin-bottom: 2.5rem !important;
}
.mb50 {
    margin-bottom: 3.5rem !important;
}
/*===============================================================================
* button style
=================================================================================*/
.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 1.125rem;
    box-sizing: border-box;
    margin: 0 0.313rem;
    font-weight: bold;
}
.btn-full {
    width: 100%;
    margin-left: 0;
}
.btn-lg {
    display: inline-block;
    vertical-align: middle;
    padding: 19px 30px 20px;
    border-radius: 4px;
}
.btn-sm {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
    text-align: center;
}
.btn-basic {
    background: var(--color-basic);
    color: var(--color-white);
}
.btn-secondary {
    background: var(--color-secondary);
    color: var(--color-white);
}
.btn-papaya {
    background: var(--color-papaya);
}
.btn-gray {
    background: var(--color-gray);
    color: var(--color-white);
}
.btn-lightgray {
    background: var(--color-lightgray);
    color: var(--color-dark);
}
.btn-dark {
    background: var(--color-dark);
    color: var(--color-white);
}
.btn-calm {
    background: var(--color-calm);
}
.btn-line {
    border: 1px solid var(--color-gray);
}
.btn-round {
    border-radius: 50px;
}
a.arrow-right {
    display: block;
    position: relative;
}
a.arrow-right:after,
a.arrow-right:before {
    display: block;
    clear: both;
    content: '';
    width: 4px;
    height: 12px;
    border-radius: 4px;
    background: #909aa0;
    position: absolute;
    right: 10px;
}
a.arrow-right:before {
    transform: rotate(-45deg);
    top: 2px;
}
a.arrow-right:after {
    transform: rotate(45deg);
    top: 8px;
}
.arrow-right-full {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-top: -2px;
    background: url(../img/arrow-right-full.svg) center/contain no-repeat;
}
/*===============================================================================
* icon style
=================================================================================*/
.icon {
    display: inline-block;
    vertical-align: middle;
}

.nav-menu {
    background: url(../img/nav-menu.svg) center/contain no-repeat;
}
.nav-search {
    background: url(../img/nav-search.svg) center/contain no-repeat;
}
.long-arrow-right {
    width: 54px;
    height: 20px;
    background: url(../img/icon-long-arrow.svg) center/contain no-repeat;
}
.icon-file {
    width: 24px;
    height: 24px;
    background: #f1f1f1 url(../img/icon-file.svg) center/80% no-repeat;
}
/*=================================================================================
* Text Style
=================================================================================*/
.title-01 {
    /*48px;*/
    font-size: 3rem;
}
.title-02 {
    /*38px;*/
    font-size: 2.375rem;
}
.title-03 {
    /*28px;*/
    font-size: 1.75rem;
}
.title-04 {
    /*  24px  */
    font-size: 1.5rem;
}
.title-05 {
    /*  20px  */
    font-size: 1.25rem !important;
}
.text-01 {
    /*18x;*/
    font-size: 1.125rem;
}
.text-02 {
    /*15px;*/
    font-size: 0.938rem;
}
.text-03 {
    /*13px;*/
    font-size: 0.813rem;
}
.bold {
    font-weight: bold;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right;
}

.underline {
    text-decoration: underline;
}
.line-through {
    text-decoration: line-through;
}
.line-height0 {
    line-height: 0;
}
.border0 {
    border: none !important;
}
.ellipsis {
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*=================================================================================
* Color
=================================================================================*/
.text-basic {
    color: var(--color-basic);
}
.text-secondary {
    color: var(--color-secondary);
}
.text-white {
    color: var(--color-white);
}
.text-lightgray {
    color: var(--color-lightgray);
}
.text-gray {
    color: var(--color-gray);
}
.text-dark {
    color: var(--color-dark);
}
.text-danger {
    color: #ff0000;
}
.text-green {
    color: #319f00;
}
.text-purple {
    color: #7400e8;
}
.bg-basic {
    background-color: var(--color-basic);
}
.bg-gray {
    background-color: var(--color-gray);
}
.bg-white {
    background-color: #fff;
}
.bg-lightgray {
    background-color: #f7f7f7;
}
.bg-basic-light {
    background-color: #fff3dc;
}
.bg-navy-light {
    background-color: #e6e7ff9c;
}
.bg-papaya-light {
    background-color: rgb(215, 237, 230);
}
.point {
    position: relative;
    padding-left: 1.375rem;
}
.point:after {
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(-50%);
    display: block;
    clear: both;
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: 3px solid var(--color-basic);
    box-sizing: border-box;
}
.empty-box {
    width: 100%;
    height: 500px;
    padding-top: 150px;
    background: #f5f6f8 url(../img/empty-bg.png) center/contain no-repeat;
}
.empty-box p {
    display: none;
}
/*=================================================================================
* Flex
=================================================================================*/
.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.flex-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: flex-end;
}
.space-between {
    justify-content: space-between;
}
.space-around {
    justify-content: space-around;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
/*=================================================================================
* Float style
=================================================================================*/
.float-left {
    float: left;
}
.float-right {
    float: right;
}
/*=================================================================================
* Grid Style
=================================================================================*/
.grid-box {
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    gap: 1em;
}
.grid-box.grid-ty01 {
    grid-template-areas: 'one two';
}
.grid-box.grid-ty02 {
    grid-template-areas: 'two one';
}
.grid-item.one {
    grid-area: one;
}
.grid-item.two {
    grid-area: two;
}

/*=================================================================================
* modal
=================================================================================*/
/*  modal basic  */
section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
section.modalWindow {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    min-height: 200px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    cursor: default;
    z-index: 999 !important;
    overflow: hidden;
}
section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;
}
section.modal.overlay-light {
    background: rgba(0, 0, 0, 0.1);
}
section.modalWindow section.modalWrapper {
    padding: 20px;
}
section.modalWindow .closeBtn {
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    z-index: 1;
    line-height: 24px;
}
section.modalWindow .closeBtn:after {
    display: inline-block;
    content: '\00d7';
    font-size: 2rem;
    color: #909aa0;
}
section.modalWrapper .modal-header {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 10px 0;
}
section.modalWrapper .modal-cont {
    height: 340px;
    overflow-y: scroll;
    padding: 10px 0;
}

/*=================================================================================
* swiper custom
=================================================================================*/
.m-section .swiper-container {
    padding-bottom: 2rem;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 8px;
}
.swiper-pagination-bullet-active {
    background: var(--color-basic);
    width: 20px;
}

/*=================================================================================
* checkbox custom
=================================================================================*/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    /* margin-right: 18px; */
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.styled-checkbox:hover + label:before {
    background: var(--color-basic);
}
.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
    background: var(--color-basic);
    border-color: var(--color-basic);
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
/*=================================================================================
* Radio Custom
=================================================================================*/
.radio-area [type='radio']:checked,
.radio-area [type='radio']:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-area [type='radio']:checked + label,
.radio-area [type='radio']:not(:checked) + label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 25px;
    font-weight: bold;
}
.radio-area [type='radio']:checked + label:before,
.radio-area [type='radio']:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #c1c1c1;
    border-radius: 100%;
    background: #fff;
    box-sizing: border-box;
}
.radio-area [type='radio']:checked + label:after,
.radio-area [type='radio']:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-dark);
    position: absolute;
    top: 9px;
    left: 9px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-area [type='radio']:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-area [type='radio']:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*=================================================================================
* Checkbox -> Radio Custom
=================================================================================*/
.checkbox-custom-radio,
.radio-custom {
    opacity: 0;
}
.checkbox-custom-radio,
.checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
}
.checkbox-custom-label {
    position: relative;
}
.checkbox-custom-radio + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #c1c1c1;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
}
.checkbox-custom-radio:checked + .checkbox-custom-label:before {
    background: var(--color-dark);
    box-shadow: inset 0px 0px 0px 7px #fff;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
/*=================================================================================
* 파일첨부
=================================================================================*/
.uploadbutton {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.uploadbutton .btn-sm {
    margin-right: 0.5rem;
}
.uploadbutton .input-file {
    opacity: 0;
}
.uploadbutton .input-file-text {
    display: inline-block;
}
/*=================================================================================
* Tabs
=================================================================================*/
.tabs {
    width: 100%;
}
.tabs .tab-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs .tab-list {
    width: 100%;
}
.tabs .tab-list li {
    flex: 1;
}
.tabs .tab-list li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px 4px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    transition: all 0.1s ease 0.1s;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-left-color: transparent;
    border-bottom: 1px solid var(--color-secondary);
}
.tabs .tab-list li:first-child a {
    border-left-color: #e1e1e1;
}
.tabs .tab-list li a.active {
    color: var(--color-secondary);
    background: #fff;
    border: 1px solid var(--color-secondary);
    border-bottom: 1px solid #fff;
}

/* .tabs > section[aria-hidden='true'] {
    display: none;
} */
.tabs .tab-cont {
    display: none;
    padding: 5rem 0 3rem;
}
.tabs .tab-cont.active {
    display: block;
}
.tab-select {
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 1.25rem;
}
/*=================================================================================
* Table
=================================================================================*/
.table-wrap {
    width: 100%;
    overflow-x: auto;
}
.table-style01 {
}
.table-style01 .table-row {
    border-bottom: 1px solid var(--color-lightgray);
}
.table-style01 .table-row.first {
    background: #f8f8f8;
    border-bottom: 1px solid var(--color-dark);
}
.table-style01 .table-cell {
    padding: 1rem 1.25rem;
}
.table-style01 .table-cell.no {
    width: 80px;
}
.table-style01 .table-cell.title {
    flex: 1;
}
.table-style01 .table-cell.date {
    width: 140px;
}
.table-style01 .table-cell.count,
.table-style01 .table-cell.state {
    width: 100px;
}
.table-style02 {
    width: auto;
    table-layout: fixed;
}
.table-style02 th,
.table-style02 td {
    background: #fff;
    text-align: center;
    border: 1px solid #e1e1e1;
    line-height: 34px;
}
.table-style03 {
    width: 100%;
    border-top: 1px solid var(--color-dark);
}
.table-style03 th,
.table-style03 td {
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    line-height: 34px;
    padding: 8px;
}
.table-style03 th {
    background: #f8f8f8;
}
.table-noline {
    width: 100%;
}
.table-noline th,
.table-noline td {
    padding: 2rem;
    border: 6px solid #fff;
    text-align: center;
    background: #f8f8f8;
}
.table-noline th {
    background: var(--color-papaya);
}
.table-noline th div {
    font-weight: bold;
}
.table-noline td div.box03 {
    background: var(--color-secondary);
    color: #fff;
}
.table-noline td.time {
    background: var(--color-secondary);
    color: #fff;
}
/*=================================================================================
* title area
=================================================================================*/
.box-title {
}
.page-title-area {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--color-lightgray);
}
/*=================================================================================
* badge
=================================================================================*/
.badge {
    display: inline-block;
    vertical-align: middle;
    padding: 0.313rem 0.938rem;
    border: 1px solid var(--color-lightgray);
    border-radius: 0.313rem;
    margin-right: 0.313rem;
}
.badge:last-of-type {
    margin-right: 0;
}
.badge-blog {
    background: #3fb700;
    color: var(--color-white);
    border-color: #3fb700;
}
.badge-insta {
    background: #e34b72;
    color: var(--color-white);
    border-color: #e34b72;
}
.badge-youtube {
    background: #c4302b;
    color: var(--color-white);
    border-color: #c4302b;
}
.badge-today {
    background: #35c5f0;
    color: var(--color-white);
    border-color: #35c5f0;
}
.badge-tiktok {
    background: #000;
    color: var(--color-white);
    border-color: #000;
}
.badge-tstory {
    background: #ff5544;
    color: var(--color-white);
    border-color: #f54;
}
.badge-other {
    background: var(--color-gray);
    color: var(--color-white);
}
.radios-button input[type='radio'] {
    position: relative;
    visibility: hidden;
    display: inline-block;
}
.radios-button input[type='radio'] + label {
    display: inline-block;
    cursor: pointer;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
}
.radios-button input[type='radio']:checked + label {
    background-color: var(--color-lightgray);
    border-color: var(--color-lightgray);
    color: var(--color-dark);
}
/*=================================================================================
* popup
=================================================================================*/
.popup {
    padding-right: 10px;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.5s;
}
.popup-open {
    z-index: 9999;
    opacity: 1;
}
.popup-close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.popup-close:after,
.popup-close:before {
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: var(--color-gray);
}
.popup-close:before {
    transform: translateY(10px) rotate(45deg);
}
.popup-close:after {
    transform: translateY(8px) rotate(-45deg);
}
.popup-cont {
    width: 95%;
    max-width: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.875rem;
    background: #fff;
    height: 660px;
    overflow-y: scroll;
}
.popup-head .icon {
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
}
.popup-head h2 {
    position: relative;
    z-index: 1;
}
/*=================================================================================
* input
=================================================================================*/
input[type='text'].w100 {
    width: 100%;
}
.input-area label,
.input-area .form-label {
    width: 160px;
}
/*=================================================================================
* list
=================================================================================*/
.bar-list p {
    position: relative;
    padding-left: 1rem;
    line-height: 1.4;
}
.bar-list h5.none-bar {
    padding-left: 0;
}
.bar-list p:before {
    display: block;
    clear: both;
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}
.bar-list p.none-bar:before {
    display: none;
}
/*=================================================================================
* blur
=================================================================================*/
.item-blur {
    position: relative;
    overflow: hidden;
    min-height: 382px;
}
.item-blur * {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}
.item-blur:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    clear: both;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) url(../img/img-stamp.png) center/ 90% no-repeat;
    border-radius: 1.125rem;
}
/*=================================================================================
* tooltip
=================================================================================*/
.tooltip {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 325px;
    height: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 4px 4px 10px 10px rgba(0, 0, 0, 0.05);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        transform 0.7s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transform: translate3d(0, 0, 0);
    border-radius: 0.625rem;
}

.tooltip-close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 11px;
    height: 11px;
    overflow: hidden;
}
.tooltip-close::before,
.tooltip-close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}
.tooltip-close::before {
    transform: rotate(45deg);
}
.tooltip-close::after {
    transform: rotate(-45deg);
}

.animate {
    visibility: visible;
    opacity: 1;
    top: 120%;
    right: 0;
    transform: translateX(5%);
    z-index: 11;
}

.swiper-button-prev,
.swiper-button-next {
    margin-top: 0;
    background: url(../img/icon-arrow.svg) center/contain no-repeat;
}
.swiper-button-prev {
    left: 0;
    transform: rotate(0) translateY(-50%);
}
.swiper-button-next {
    right: 0;
    transform: rotate(180deg) translateY(50%);
}
.swiper-slide {
    overflow: hidden;
}
.m-section .swiper-button-prev {
    left: 0;
    transform: rotate(0) translateY(-100%);
}
.m-section .swiper-button-next {
    right: 0;
    transform: rotate(180deg) translateY(100%);
}
/*=================================================================================
* Pagination
=================================================================================*/
.pagination {
    position: relative;
}
.pagination li {
    list-style: none;
    line-height: 45px;
    margin: 0 5px;
}

.pagination li a {
    display: block;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
}
.pagination li.pageNumber:hover a,
.pagination li.pageNumber.active a {
    background: var(--color-basic);
    font-weight: 600;
    color: #fff;
}

.pagination li .prev {
    background: url(../img/icon-arrow.svg) center/10px no-repeat;
}
.pagination li .next {
    transform: rotate(180deg);
    background: url(../img/icon-arrow.svg) center/10px no-repeat;
}

/*=================================================================================
* write-form
=================================================================================*/
.write-form .line {
    padding: 0.625rem 0;
    border-bottom: 1px solid var(--color-lightgray);
}
.write-form .label {
    width: 120px;
    padding: 0 1rem;
}
.write-form .cont {
    flex: 1;
    padding: 0 1rem;
}
.write-form .cont select {
    width: 200px;
}
.write-form .cont input {
    width: 100%;
    max-width: 80%;
}
.write-form .cont textarea {
    width: 100%;
    min-height: 300px;
}
.write-form .text-area,
.write-form .answer-area {
    min-height: 300px;
}
.write-form .answer-area {
    background: #f9f9f9;
}
.view-area {
    width: 100%;
}
.view-area > div {
    padding: 1.5rem 1rem;
}
.view-top {
    border-top: 1px solid var(--color-dark);
    border-bottom: 1px solid var(--color-lightgray);
}
.view-top .pd-title {
}
.view-top .pd-desc span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
}
.view-cont {
    padding: 3rem 0;
    min-height: 500px;
    border-bottom: 1px solid var(--color-lightgray);
}

/*=================================================================================
* accordion
=================================================================================*/
.accordion {
    margin: 0 auto;
}

.acc-item {
    position: relative;
    border-bottom: 1px solid var(--color-lightgray);
}

.acc-title {
    background: #fff;
    cursor: pointer;
    display: block;
    padding: 1em 1.5em;
    position: relative;
    text-align: left;
    font-weight: bold;
}
.acc-title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--color-dark);
    border-bottom: 1px solid var(--color-dark);
    position: absolute;
    right: 10px;
    content: ' ';
    top: 17px;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
}
.acc-title.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease;
}

.acc-panel {
    background: #f8f8f8;
    border-top: 1px solid var(--color-lightgray);
    border-bottom: 1px solid var(--color-lightgray);
    display: none;
    padding: 2em;
    text-align: left;
}
.acc-panel.on {
    display: block;
}

/*=================================================================================
* view
=================================================================================*/
.view-area {
    width: 100%;
}
.view-area > div {
    padding: 1.5rem 1rem;
}
.view-top {
    border-top: 1px solid var(--color-dark);
    border-bottom: 1px solid var(--color-lightgray);
}

.view-top .pd-desc span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
}
.view-cont {
    padding: 3rem 0;
    min-height: 500px;
    border-bottom: 1px solid var(--color-lightgray);
}
.view-area .view-foot {
    padding: 0;
}
.view-foot .download-file {
    padding: 1rem;
    background: #f5f5f5;
    border-bottom: 1px solid var(--color-dark);
}
.view-foot .download-file a {
    line-height: 1.6;
}
.view-foot .list-nav dl {
    padding: 1rem;
    border-bottom: 1px solid var(--color-lightgray);
}
.view-foot .list-nav dt {
    width: 120px;
}
.view-foot .list-nav dd {
    flex: 1;
    color: var(--color-gray);
}
.view-foot .list-nav dd a:hover {
    color: var(--color-dark);
}
/*=================================================================================
* sub-tab select
=================================================================================*/
.select-menu-cs {
    display: none;
    width: 100%;
    margin: 0 auto;
}
.select-menu-cs .select-btn {
    position: relative;
    height: 55px;
    background: #fff;
    line-height: 55px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.select-menu-cs .select-btn a {
    width: 100%;
    height: 100%;
    text-indent: 20px;
}
.select-menu-cs .options {
    display: none;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    max-height: 295px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
}
.select-menu-cs .options .option {
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    align-items: center;
    background: #fff;
}
.select-menu-cs .options .option a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    line-height: 55px;
}

.select-menu-cs .options .option:hover {
    background: #f2f2f2;
}
.select-btn i {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon-arrow.svg) center/contain no-repeat;
    transition: 0.3s;
    transform: rotate(-90deg) translateX(50%);
}

.select-menu-cs.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}
.select-menu-cs.active .select-btn i {
    transform: rotate(90deg);
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

/*=================================================================================
* Main Popup
=================================================================================*/
/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: absolute;
    margin: 0 auto;
    width: auto;
    height: 0;
}

.hd_pops {
    position: absolute;
    border: 1px solid #000;
    background: #fff;
	width: 600px;
}
#hd_pop_1 {
    top: 150px;
    left: 550px;
}
#hd_pop_2 {
    top: 100px;
    left: 550px;
}
#hd_pop_3 {
    top: 100px;
    left: 1050px;
}
.hd_pops_con a {
    line-height: 0;
}

.hd_pops_footer {
    position: relative;
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: right;
    overflow: hidden;
}

.hd_pops_footer .text {
    background: #000;
    color: #fff;
    font-size: 0.875rem;
}
.hd_pops_close {
    width: 24px;
    height: 24px;
    position: relative;
}
.hd_pops_close span {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.hd_pops_close:after,
.hd_pops_close:before {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: var(--color-gray);
}
.hd_pops_close:before {
    transform: translateY(0) rotate(45deg);
}
.hd_pops_close:after {
    transform: translateY(0) rotate(-45deg);
}

@media screen and (max-width: 970px) {
	#hd_pop { width: 100%; }
    #hd_pop div.hd_pops {
        width: 50%;
    }

    #hd_pop_1,
    #hd_pop_2,
    #hd_pop_3 {
        top: 100px;
        left: 50px;
    }
    .hd_pops_con {
        width: 100% !important;
        height: auto !important;
    }

    .hd_pops_con img {
        width: 100%;
        line-height: 0;
    }
}

@media screen and (max-width: 500px) {
    #hd_pop div.hd_pops {
        width: 96%;
        top: 50px;
        left: 2% !important;
    }
}
