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

* Wrap

=================================================================================*/ 
:root {
    --color-white: #fff;
    --color-basic: #213F9A;
    --color-secondary: #213F9A;
    --color-gray: #999;
    --color-lightgray: #e1e1e1;
    --color-dark: #3b3938;
    --color-calm: #71c3cb;
    --color-danger: #ef3c23;
    --color-pink: #ffadd7;
    --color-papaya: #33B50C;
	--color-orange: #FF9D00;
	
  /* grid */
  --gap: clamp(5px, 1.042vw, 20px);
}
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

=================================================================================*/
.top_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 10%;
    z-index: 99;
    height: 140px;
    text-align: center;
    box-sizing: border-box;
    background-color: #020318;
}
.header .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .logo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 210px;
    height: 80px;
    transform: translateY(-50%);
    background: url(../img/h1-logo.svg) 0 center/contain no-repeat;
}
.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.header_menu {
    display: inline-block;
}
.header .gnb_links {
    width: 100%;
    margin-left: 50px;
}
.header .gnb_links .link {
    position: relative;
    top: 1px;
    min-width: 160px;
    margin: 0 8px;
    height: 100%;
    z-index: 100;
    vertical-align: top;
}
.header .gnb_links .link > a {
    position: relative;
    display: block;
    padding: 0 12px;
    font-size: 18px;
    line-height: 90px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
}
.header .gnb_links .link > a:after {
    transition: .08s;
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    background: #213F9A;
    transition: all 0.5s ease;
}
.header .gnb_links .link > a:hover::after {
    opacity: 1;
    transition: .1s;
}
.header .gnb_1depth .link a span {}
.header .gnb_links .link a:hover, .header .gnb_links .link.on > a {
    color: #213F9A;
    transition: color 0.25s ease-in-out;
}
/* 2depth*/
.header .lnb-bg {
    display: none;
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    height: 240px;
    background: #fff;
    z-index: 99;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 /3%);
    transition: all 0.5s ease;
}
.header_menu .gnb_2depth {
    display: none;
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.header_menu .gnb_2depth > ul {
    padding: 16px 0;
}
.header_menu .gnb_2depth .gnb_2depth-link {
    padding: 8px 0;
    line-height: 24px;
}
.header_menu .gnb_2depth .gnb_2depth-link a {
    position: relative;
    padding: 0 12px;
    width: 100%;
    font-size: 17px;
    display: inline-block;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
}
.header.active .lnb-bg {
    display: block;
}
.header.active .header_menu .gnb_2depth {
    display: block;
}
.main-header .inner {
    justify-content: center;
}
.main-header .gnb_links .link > a:hover {
    color: #073498;
}
.header .gnb_links .link.on > a::after {
    opacity: 1;
    transition: .1s;
}
.gnb-ritght {
    position: absolute;
    right: 0;
    font-size: 15px;
}
.gnb-ritght a {
    color: #fff;
    margin-left: 15px;
}
.gnb-ritght a:first-child::after {
        content: "ㅣ";
        padding-left: 15px;
    }
/*.gnb-ritght a:first-child::after {
    content: "ㅣ";
    padding-left: 15px;
}*/
.gnb-ritght a.app-btn { padding: 10px 20px; border-radius: 10px; background-color: #45A3E6; }

@media(max-width: 1439px) {
    /* 1440px 레이아웃 */
    .header .logo {
        width: 240px;
    }
    .header .gnb_links .link {
        min-width: 120px;
    }
    .header .gnb_links .link a {
        font-size: 15px;
        padding: 0 0.5rem;
    }
    .header_menu .gnb_2depth .gnb_2depth-link a {
        padding: 0;
        font-size: 15px;
    }
    .visual .btn-wrap {
        left: 10% !important;
    }
    .visual .visual-01 {
        right: -50px !important;
    }
    .visual .visual-02 {
        right: -160px !important;
    }
    .visual .btn-wrap .text {
        width: 320px !important;
    }
}
@media(max-width: 1200px) {
    /* 1200px 레이아웃 */
    .header .logo {
        left: 20px;
        width: 200px;
        height: 50px;
    }
    .register-area {
        right: 60px;
    }
    .header .header_menu {
        display: none;
    }
    .header {
        height: 60px;
        padding: 0 20px;
    }
    .m_section_wrap .header .inner {
        padding: 0;
        height: 100%;
    }
    .header .inner {
        height: 100%;
    }
}
@media(max-width: 768px) {
    /* 768px 레이아웃 */
    #Header {
        height: 80px;
        line-height: 80px;
    }
    .header .logo {}
}
@media(max-width: 480px) {
    /* 480px 레이아웃 */
    #Header {
        height: 60px;
        line-height: 1.2;
    }
    .header .logo {
        left: 0;
        width: 120px;
    }
    .header .logo a {
        width: 210px !important;
    }
    .register-area a {
        font-size: 11px;
        padding: 3px;
    }
    .register-area {
        right: 40px;
    }
}
/*=================================================================================

* Mobile Header

=================================================================================*/
.button-container {
    display: none;
    position: absolute;
    top: 50%;
    right: 6rem;
    width: 30px;
    height: 24px;
    margin-top: -12px;
    cursor: pointer;
    z-index: 120;
    transition: opacity 0.25s ease;
}
.button-container.active .top {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
    background: #01286A;
}
.button-container.active .middle {
    opacity: 0;
    background: #01286A;
}
.button-container.active .bottom {
    -webkit-transform: translateY(-13px) translateX(0) rotate(-45deg);
    transform: translateY(-13px) translateX(0) rotate(-45deg);
    background: #01286A;
}
.button-container span {
    background: #01286A;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
    border-radius: 4px;
}
.button-container span:nth-of-type(2) {
    top: 50%;
    margin-top: -2px;
}
.button-container span:nth-of-type(3) {
    bottom: 0;
}
.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 768px;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow-y: auto;
    z-index: 100;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.16);
}
.overlay .side-menu-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
}
.overlay .side-header {
    width: 100%;
    height: 116px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #f1f1f1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.overlay .side-header .util ul {
    display: flex;
    align-items: center;
}
.overlay .side-header .util ul li {
    margin-right: 4px;
}
.overlay-menu .main-cate {
    padding: 19px 0;
}
.overlay .login-area {
    width: 100%;
    display: flex;
    align-items: center;
}
.overlay .login-area li a {
    font-size: 12px;
}
.overlay .gnb_1depth {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #f5f5f5;
}
.overlay .gnb_1depth .item_1depth {
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
    line-height: 1.2;
    cursor: pointer;
    margin: 0 !important;
}
.overlay .gnb_1depth .item_1depth:before, .overlay .gnb_1depth .item_1depth:after {
    position: absolute;
    right: 1.6rem;
    display: block;
    clear: both;
    content: '';
    width: 10px;
    height: 2px;
    background: #131313;
    transition: all ease 0.1s;
}
.overlay .gnb_1depth .item_1depth:before {
    transform: rotate(90deg);
    top: 30px;
}
.overlay .gnb_1depth .item_1depth:after {
    transform: rotate(0deg);
    top: 30px;
}
.overlay .gnb_1depth .item_1depth > a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    line-height: 1.2;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
    text-align: left;
    padding: 1.6rem;
    margin-bottom: 0;
}
.overlay .gnb_1depth .item_1depth .gnb_2depth {
    display: none;
}
.overlay .gnb_1depth .item_1depth .gnb_2depth a {
    padding: 1.6rem;
    display: block;
    border-bottom: solid 1px #e1e1e1;
}
/*=================================================================================

* 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: 2rem 10%;
    width: 100%;
}
#footer .footer-logo h2 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.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;
}
/*=================================================================================
* accordion
=================================================================================*/
.accordion {
    width: 100%;
    border-radius: 8px;
    overflow: hidden; /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.accordion-item {
    border-bottom: 1px solid #fff;
}
.accordion-header {
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    background-color: #f7f7f7;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}
.accordion-header::after {
    content: '\002B'; /* Plus symbol */ font-size: 18px;
    transition: transform 0.3s ease;
}
.accordion-header.active::after {
    transform: rotate(45deg); /* Rotate to create an 'X' */
}
.accordion-header:hover {
    background-color: #48AD67;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: white;
}
.accordion-content p {
    padding: 35px 20px;
    margin: 0;
    color: #555;
    line-height: 1.6;
}
.accordion-content.show {
    max-height: 200px; /* Adjust based on content length */
}
/*=================================================================================
* Container
=================================================================================*/
.mb-5 {
    margin-bottom: 5px;
}
#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: 8px 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 70px 20px;
    border-radius: 4px;
}
.btn-small {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 7px;
    border-radius: 4px;
    font-size: .85rem!important;
    box-sizing: border-box;
    text-align: center;
	text-decoration: none!important;
}
.btn-sm {  display: inline-block;
    vertical-align: middle;
    padding: 0px 7px;
    border-radius: 4px;
    font-size: .85rem!important;
    box-sizing: border-box;
    text-align: center;
	text-decoration: none!important; }
.btn-basic {
    background: var(--color-secondary);
    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-orange {
    background: var(--color-orange);
    color: var(--color-white);
}
.btn-calm {
    background: var(--color-calm);
}
.btn-line {
    border: 1px solid var(--color-gray);
}
.btn-round {
    border-radius: 50px;
}
.btn-green {
    background: var(--color-papaya);
    color: var(--color-white);
}
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;
}
.btn-app { display: inline-block; padding: 20px 60px; text-align: center; border-radius: 50px; font-size: 1.45rem; box-sizing: border-box; font-weight: bold; background-color: #5CC35A; color: #fff; }
/*===============================================================================
* 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: 2rem;
}
.title-02 {
    /*38px;*/
    font-size: 1.75rem;
}
.title-03 {
    /*28px;*/
    font-size: 1.75rem;
}
.title-04 {
    /*  24px  */
    font-size: 1.5rem;
}
.title-05 {
    /*  20px  */
    font-size: 1.25rem !important;
    font-weight: 400;
}
.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: #F0F6FF;
}
.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 {
    display: flex;
    flex-wrap: wrap;
}
.tabs .tab-list {
    width: 100%;
}
.tabs .tab-list li {
    width: 49%;
    border: solid 1px #fff;
    border-radius: 5px;
}
.tabs .tab-list li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    transition: all 0.1s ease 0.1s;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
.tabs .tab-list li:first-child a {
    border-left-color: #e1e1e1;
}
.tabs .tab-list li a.active, .tabs .tab-list li a:hover {
    color: var(--color-secondary);
    background: #fff;
    border: solid 1px var(--color-secondary);
}
/* .tabs > section[aria-hidden='true'] {
    display: none;
} */
.tabs .tab-cont {
    display: none;
    padding: 1rem 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 #213f9a;
}
.table-style03 a { text-decoration: underline; }
.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;
}
.time-table { width: 100%; }
.time-table th { border-bottom: solid 2px var(--color-secondary); padding: 10px 0; border-top: solid 2px var(--color-secondary); font-weight: 700; border-right: solid 1px var(--color-lightgray); }
.time-table th:nth-child(1) { width: 14%; }
.time-table th:nth-child(2) { width: 43%; }
.time-table th:nth-child(3) { width: 43%; }
.time-table td { border-bottom: solid 1px var(--color-lightgray); padding: 10px 5px; text-align: center; border-right: solid 1px var(--color-lightgray); }
.time-table th.line-no, .time-table td.line-no { border-right: 0; }
.time-table td.point-01 { background-color: #0386D4; color: #fff; }
.time-table td.point-02 { background-color: #3456E5; color: #fff; }
.time-table td.point-03 { background-color: #E7385D; color: #fff; }
.time-table td.point-04 { background-color: #48AD67; color: #fff; }
.time-table td.point-05 { background-color: #FFB700; color: #fff; }
.time-table td br { display: none; }
/*=================================================================================
* 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: 450px;
    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: 370px;
}
#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 !important;
    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);
}
.hd_pops_reject {
    color: #ccc !important;
}
.hd_pops_con .popup-app {
    background: url(../img/popup-bg.svg) no-repeat;
    padding: 50px;
    box-sizing: border-box;
    height: 450px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: -80px 0;
}
.hd_pops_con .popup-app h1 {
    margin-bottom: 20px;
}
.hd_pops_con .popup-app a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 42px;
    color: #213F9A;
    background-color: #BAEFFF;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}
.hd_pops_con .popup-app a span {
    display: block;
    margin-right: 15px;
}
@media screen and (max-width: 970px) {
    .hd_pops_con .popup-app {
        background-size: cover;
        background-position: -50px 0;
		padding: 30px;
		height: 340px;
    }
	.hd_pops_con .popup-app a {
		width: 230px;
		font-size: 16px;
	}
    #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: 76%;
        top: 60px;
        left: 5% !important;
    }
}
.modal {
    display: none; /* 기본은 숨김 */ position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
    background-color: #fff;
    padding: 20px;
    width: 640px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.close {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url("../img/icon-close.svg") no-repeat;
}
.modal-content h3 {
    margin-bottom: 30px;
}
.modal-content form {
    width: 94%;
    margin: 0 auto;
}
.modal-content form div:first-child {
    border-top: solid 1px var(--color-line);
}
.modal-content form div {
    padding: 10px 0;
    border-bottom: solid 1px var(--color-line);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-content form div .title {
    width: 20%;
    text-align: left;
}
.modal-content form div .content {
    width: 80%;
    text-align: left;
}
.modal-content .tip {
    width: 94%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: left;
    font-size: var(--font-size-s);
}
.modal-content2 {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    width: 1280px;
    height: 80%;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.modal-content2 h3 {
    margin-bottom: 30px;
}
.modal-content2 .resume {
    overflow-y: scroll;
    height: 60vh;
}
.modal-content2 table td {
    text-align: left;
}
.modal-content2 h5 {
    text-align: left;
}
.modal-content dl { border-top: solid 1px #e1e1e1; }
.modal-content dl dd { display: flex; align-items: center; gap: 5%; border-bottom: solid 1px #e1e1e1; padding: 10px 0; }
.modal-content dl dd label { width: 15%; }
.modal-content dl dd div { width: 80%; text-align: left; }
.modal-content dl dd:nth-child(1) div { overflow-y: scroll; max-height: 150px; }
.modal-content ul { margin: 50px 0 30px; border-top: solid 1px #e1e1e1; }
.modal-content ul li { display: flex; border-bottom: solid 1px #e1e1e1; padding: 10px 0; }
.modal-content ul li label, .modal-content ul li span { text-align: left; }
.modal-content ul li label { color: #646464; }
.modal-content ul li span { font-weight: bold; }
.modal-content ul li label:nth-child(1) { width: 15%; }
.modal-content ul li span:nth-child(2) { width: 45%; }
.modal-content ul li label:nth-child(3) { width: 15%; }
.modal-content ul li span:nth-child(4) { width: 25%; }

.btn-print { position: absolute;
    right: 0;
    top: 40px;
    padding: 7px 15px 5px;
    background: var(--color-gray);
    color: var(--color-white);
    border-radius: 2px; }
@media print {
	footer, .sub-visual, .sub-tab, .select-menu-cs, .sub-visual > .text-area, .gnb-ritght, .header .logo, .header > .inner > .button-container { display: none!important; }
	.sub-section > .inner > .view-map, .btn-print { display: none!important; }
	.sub-section > .inner > .summary { margin-bottom: 30px; }
	.sub-section > .inner > .summary label, .job-post-02 dl dt { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
.person { width: 24px; height: 24px; display: block; background: url(../img/icon-person-gray.svg) no-repeat; margin-right: 5px; }
.person-pick { width: 24px; height: 24px; display: block; background: url(../img/icon-person-blue.svg) no-repeat; margin-right: 5px; }

.info-text { margin-bottom: 30px; }
.info-text strong { font-size: 18px; display: block; margin-bottom: 5px; }
.info-text p { margin-bottom: 5px; }
.info-text span { color: var(--color-danger); display: block; }

.compnay-logo { margin-bottom: 50px; }
.compnay-logo dl { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between;  }
.compnay-logo dl dd { width: 18%; border: solid 1px var(--color-lightgray); padding: 10px 0; display: flex; align-items: center; justify-content: center; border-radius: 10px; }

.schedule { margin-top: 20px; }
.schedule table { width: 100%; border-top: solid 1px var(--color-lightgray); border-left: solid 1px var(--color-lightgray); }
.schedule table tr { }
.schedule table tr td { border-bottom: solid 1px var(--color-lightgray); border-right: solid 1px var(--color-lightgray); padding: 10px 0; text-align: center; font-size: 13px; }
.schedule table tr td strong { font-size: 15px; }
.schedule table tr td .block { width: 24px; height: 24px; display: block; background: url(../img/icon-person-gray.svg) no-repeat; margin: 0 auto; }
.schedule table tr td .block.pick { background: url(../img/icon-person-blue.svg) no-repeat; }

