@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

::selection,
::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}
html {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    color: #2D2D2D;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 992px) {
    html {
        font-size: 15px;
    }
}

body {
    margin: 0;
}

header,
section,
article,
aside,
footer,
main,
a,
button,
input,
textarea,
img,
nav,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

ul,
ol,
li {
    list-style: none;
}

a:active,
a:hover {
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

button {
    background: none;
    border: none;
    font-family: 'Noto Sans KR';
    font-size: inherit;
    font-weight: inherit;
    color: inherit;

    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-highlight: none;
}

input {
    background: none;
    border: none;
    font-family: 'Noto Sans KR';
    font-size: inherit;
    font-weight: inherit;
    color: inherit;

    text-decoration: none;
    outline: none;
    -webkit-highlight: none;
}

input[type="button"] {
    cursor: pointer;
}

select {
    background-color: #fff;
    border: none;
    font-family: 'Noto Sans KR';
    font-size: inherit;
    font-weight: inherit;
    color: inherit;

    text-decoration: none;
    outline: none;
    -webkit-highlight: none;

    cursor: pointer;
}

select {
    background: url(../../assets/img/common/select_arrow.png) no-repeat 90% 50%;
    background-size: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 992px) {
    select {
        background: url(../../assets/img/common/select_arrow.png) no-repeat 95% 50%;
    }
}

select::-ms-expand {
    display: none;
}

canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

@supports (display:block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
}

svg:not(:root) {
    overflow: hidden;
}

img:not([src]) {
    min-width: 1px;
    visibility: hidden;
}

iframe {
    border: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 24px 0;
    font-weight: normal;
    text-transform: none;
}

h1,
.h1 {
    font-size: 2.23125rem;
    line-height: 1.5;
}

h2,
.h2 {
    font-size: 1.7rem;
    line-height: 1.3;
}

h3,
.h3 {
    font-size: 1.5rem;
    line-height: 1.4;
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.4;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 1.4;
}

h6,
.h6 {
    font-size: 0.875rem;
    line-height: 1.4;
}

hr {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
}

/********************************************* hj_header_wrap *********************************************/
.hj_header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 1000;
    transition: all 0.3s;
}

.hj_header_wrap.roll {
    background: rgb(0 0 0 / 40%);
    backdrop-filter: blur(15px);
    z-index: 1002;
}

.hj_header_wrap .hj_header_logo {
    padding: 10px 24px;
    float: left;
}

.hj_header_wrap .hj_header_logo img {
    width: 50px;
}

.hj_header_wrap #hj_header,
.hj_header_wrap #hj_header ul,
.hj_header_wrap #hj_header ul li,
.hj_header_wrap #hj_header ul li a,
.hj_header_wrap #hj_header #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.hj_header_wrap #hj_header ul {
    float: right;
    margin-right: 70px;
}

.hj_header_wrap #hj_header:after,
.hj_header_wrap #hj_header>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.hj_header_wrap #hj_header #head-mobile {
    display: none
}


.hj_header_wrap #hj_header>ul>li {
    float: left
}

.hj_header_wrap #hj_header>ul>li>a {
    padding: 24px;
    position: relative;
}

.hj_header_wrap #hj_header>ul>li.has-sub>a {
    padding-right: 24px;
    color: #fff;
}

.hj_header_wrap #hj_header>ul>li.has-sub>a:after {
    position: absolute;
    top: 33px;
    right: 0;
    width: 12px;
    height: 1px;
    display: block;
    background: #ddd;
    content: '';
}

.hj_header_wrap #hj_header>ul>li.has-sub>a:before {
    position: absolute;
    top: 28px;
    right: 5px;
    display: block;
    width: 1px;
    height: 12px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.hj_header_wrap #hj_header>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

.hj_header_wrap #hj_header ul ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 10%);
}

.hj_header_wrap #hj_header ul ul li {
    height: 0;
    background: #fff;
}

.hj_header_wrap #hj_header li:hover>ul {
    left: auto
}

.hj_header_wrap #hj_header li:hover>ul>li {
    height: 46px
}

.hj_header_wrap #hj_header ul ul ul {
    margin-left: 100%;
    top: 0
}

.hj_header_wrap #hj_header ul ul li a {
    width: 170px;
    font-size: 16px;
    padding: 16px 24px;
    text-decoration: none;

    transition: all .2s;
}

.hj_header_wrap #hj_header ul ul li a:hover {
    background: #61DAA3;
    color: #fff;
}

.hj_header_wrap #hj_header ul ul li:last-child>a,
.hj_header_wrap #hj_header ul ul li.last-item>a {
    border-bottom: 0
}

.hj_header_wrap #hj_header ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

.hj_header_wrap #hj_header ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

.hj_header_wrap #hj_header ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

.hj_header_wrap #hj_header ul ul li.has-sub:hover,
.hj_header_wrap #hj_header ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

.hj_header_wrap #hj_header ul ul ul li.active a {
    border-left: 1px solid #333
}

.hj_header_wrap #hj_header>ul>li.has-sub>ul>li.active>a,
.hj_header_wrap #hj_header>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

.hj_header_wrap .hj_header_top {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: right;
    /* gap: 16px; */

    font-size: 13px;
    font-weight: 300;
    color: #fff;
    padding: 12px 70px 12px 12px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.hj_header_wrap .hj_header_top a {
    transition: all .3s ease;
}

.hj_header_wrap .hj_header_top a:hover {
    color: #61DAA3;
}

.hj_header_wrap .hj_header_top a:after {
    content: '·';
    margin: 0 12px;
    font-size: 9px;
    font-weight: 100;
    color: rgb(255 255 255 / 20%);
}

.hj_header_wrap .hj_header_top a:last-child::after {
    content: none;
}

@media (max-width: 992px) {
    .hj_header_wrap {
        box-shadow: 0 4px 24px rgb(0 0 0 / 10%);
    }

    .hj_header_wrap #hj_header {
        width: 100%;
        background: #fff;
    }

    .hj_header_wrap #hj_header ul {
        width: 100%;
        display: none
    }

    .hj_header_wrap #hj_header ul li {
        width: 100%;
    }

    /* .hj_header_wrap #hj_header ul li:hover {
        background: #363636;
    } */

    .hj_header_wrap #hj_header ul ul {
        box-shadow: none;
    }

    .hj_header_wrap #hj_header ul ul li,
    .hj_header_wrap #hj_header li:hover>ul>li {
        height: auto
    }

    .hj_header_wrap #hj_header ul li a,
    .hj_header_wrap #hj_header ul ul li a {
        width: 100%;
    }

    .hj_header_wrap #hj_header>ul>li {
        position: relative;
    }

    .hj_header_wrap #hj_header ul ul li a {
        padding-left: 48px
    }

    .hj_header_wrap #hj_header ul ul li:hover {
        background: #f9f9f9
    }

    .hj_header_wrap #hj_header ul ul ul li a {
        padding-left: 35px
    }

    /* .hj_header_wrap #hj_header ul ul li:hover>a,
    .hj_header_wrap #hj_header ul ul li.active>a {
        color: inherit
    } */

    .hj_header_wrap #hj_header ul ul,
    .hj_header_wrap #hj_header ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    .hj_header_wrap #hj_header>ul>li.has-sub>a {
        color: #2d2d2d;
        font-size: 18px;
        font-weight: 400;
    }

    .hj_header_wrap #hj_header>ul>li.has-sub>a:after,
    .hj_header_wrap #hj_header>ul>li.has-sub>a:before,
    .hj_header_wrap #hj_header ul ul>li.has-sub>a:after,
    .hj_header_wrap #hj_header ul ul>li.has-sub>a:before {
        display: none
    }

    .hj_header_wrap #hj_header #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .hj_header_wrap .hj_header_mobile_btn {
        position: relative;
        top: 2px;
        z-index: 12399994;

        cursor: pointer;
    }

    .hj_header_wrap .hj_header_mobile_btn:after {
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        height: 11px;
        width: 25px;
        border-top: 2px solid #2d2d2d;
        border-bottom: 2px solid #2d2d2d;
        content: '';
    }

    .hj_header_wrap .hj_header_mobile_btn:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 15px;
        right: 20px;
        display: block;
        height: 2px;
        width: 25px;
        background: #2d2d2d;
        content: '';
    }

    .hj_header_wrap .hj_header_mobile_btn.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 24px;
        border: 0;
        height: 2px;
        width: 25px;
        background: inherit;
        background: #2d2d2d;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .hj_header_wrap .hj_header_mobile_btn.menu-opened:before {
        top: 24px;
        width: 25px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .hj_header_wrap #hj_header .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 66px;
        width: 66px;
        cursor: pointer;
    }

    .hj_header_wrap #hj_header ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    .hj_header_wrap #hj_header .submenu-button:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 1px;
        display: block;
        background: #ddd;
        content: '';
        transform: translate(-50%, -50%);
    }

    .hj_header_wrap #hj_header ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    .hj_header_wrap #hj_header .submenu-button.submenu-opened:after {
        background: #ddd;
    }

    .hj_header_wrap #hj_header .submenu-button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 1px;
        height: 12px;
        background: #ddd;
        content: '';
        transform: translate(-50%, -50%);
    }

    .hj_header_wrap #hj_header ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    .hj_header_wrap #hj_header .submenu-button.submenu-opened:before {
        display: none
    }

    .hj_header_wrap #hj_header ul ul ul li.active a {
        border-left: none
    }

    .hj_header_wrap #hj_header>ul>li.has-sub>ul>li.active>a,
    .hj_header_wrap #hj_header>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }

    .hj_header_wrap #hj_header ul {
        margin-right: 0;
    }

    .hj_header_wrap .hj_header_top {
        color: #2d2d2d;
        padding: 8px;
    }

    .hj_header_wrap .hj_header_logo img {
        width: 40px;
    }

    .hj_header_wrap .hj_header_top a:after {
        margin: 0 6px;
    }
}


/********************************************* hj_footer *********************************************/
#hj_footer {
    padding: 70px 0;
    background: #565656;
    font-size: 15px;
}

#hj_footer .hj_footer_box_wrap {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box {
    display: inline-grid;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box.left {
    width: 100%;
    color: #fff;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box.left .hj_footer_box_line {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box.left .hj_footer_box_line .hj_footer_box_line_sub {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box.left .hj_footer_box_line:nth-child(1) .company {
    font-size: 18px;
    font-weight: 700;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box.left .hj_footer_box_line:nth-child(2) {
    margin-top: 24px;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box.right {
    width: 25%;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box.right input {
    padding: 10px 12px;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box.right input[type="text"] {
    background: #fff;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box.right input {
    margin-top: 12px;
}

#hj_footer .hj_footer_box_wrap .hj_footer_box.right input:first-child {
    margin-top: 0
}

@media (max-width: 992px) {
    #hj_footer {
        font-size: 13px;
    }

    #hj_footer .hj_footer_box_wrap {
        display: inline-block;
    }

    #hj_footer .hj_footer_box_wrap .hj_footer_box.left {
        width: 100%;
    }

    #hj_footer .hj_footer_box_wrap .hj_footer_box.left .hj_footer_box_line {
        display: inline-block;
        gap: 12px;
    }

    #hj_footer .hj_footer_box_wrap .hj_footer_box.right {
        width: 100%;
        margin-top: 48px;
    }
}


.mobile-only {
    display: none;
    position: relative;
}

@media (max-width: 992px) {
    .pc-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }
}

.container {
    width: 100%;
    max-width: 1248px;
    padding: 0 24px;
    margin: 0 auto;

    position: relative;
}

.hj_common_txt_wrap {
    margin-bottom: 70px;
}

.hj_common_txt_wrap .hj_common_tit {
    font-size: 28px;
    font-weight: 700;
    color: inherit;
}

.hj_common_txt_wrap .hj_common_txt {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

@media (max-width: 992px) {
    .hj_common_txt_wrap {
        margin-bottom: 35px;
    }

    .hj_common_txt_wrap .hj_common_tit {
        font-size: 24px;
    }

    .hj_common_txt_wrap .hj_common_txt {
        font-size: 15px;
    }
}

.txt_btn {
    min-width: 210px;
    padding: 12px 24px;
}

.mt_btn {
    margin-top: 48px;
}

.mb_btn {
    margin-bottom: 48px;
}

.basic {
    background: #1CB46E !important;
    color: #fff !important;
    transition: all .3s;
}

.basic:hover {
    filter: brightness(1.1);
}

.basic_line {
    border: 1px solid #1CB46E !important;
    color: #1CB46E !important;
    transition: all .3s;
}

.basic_line:hover {
    filter: brightness(1.1);
}

.half-highlight {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 60%, rgb(97 218 163 / 20%) 40%);
}

.text_center {
    text-align: center;
}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}