@import url(./reset.css);
@import url(./fonts.css);

.view {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
}

.view.view-on {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 996px) {
    .pc {
        display: none !important;
    }
}

@media (min-width: 996px) {
    .mo {
        display: none !important;
    }
}

.swiper-scrollbar.swiper-scrollbar-horizontal,
.swiper-horizontal>.swiper-scrollbar {
    bottom: unset;
    height: unset;
    left: unset;
    position: static;
    top: unset;
    width: 100%;
    height: 10px;
    z-index: 50;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: unset;
}

.swiper-pagination-bullet {
    width: unset;
    height: unset;
    margin: unset;
    background: unset;
    border-radius: unset;
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal~.swiper-button-prev {
    margin-left: unset;
    margin-top: unset;
    top: unset;
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    display: flex;
    justify-content: center;
    color: unset;
    cursor: pointer;
    height: unset;
    width: unset;
    z-index: 10;
}

.swiper-pagination,
.swiper-scrollbar,
.swiper-button-next,
.swiper-button-prev {
    position: static;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    margin-top: 0;
    padding: 0;
    background-image: none;
    background: none;
    width: auto;
}

.swiper-pagination::before,
.swiper-pagination::after,
.swiper-scrollbar::before,
.swiper-scrollbar::after,
.swiper-button-next::before,
.swiper-button-next::after,
.swiper-button-prev::before,
.swiper-button-prev::after {
    content: none;
}

.swiper-pagination svg,
.swiper-scrollbar svg,
.swiper-button-next svg,
.swiper-button-prev svg {
    display: none;
}

body * {
    box-sizing: border-box;
    font-family: "pretendard";
}

@media (max-width: 996px) {
    body.lock {
        overflow: hidden;
    }
}

sup {
    vertical-align: super;
    font-size: 80%;
    color: #666;
}

.subbody header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.subbody header .header-inner h1 .logo .img img.hover {
    opacity: 1;
}

.subbody header .header-inner h1 .logo .volume {
    color: #000;
}

@media (min-width: 996px) {
    .subbody header .header-inner .gnb .dep1 {
        /**/
    }

    .subbody header .header-inner .gnb .dep1:nth-child(1) .title {
        color: #c9e5e5;
    }

    .subbody header .header-inner .gnb .dep1:nth-child(1) .title li span {
        color: #c9e5e5;
    }

    .subbody header .header-inner .gnb .dep1 {
        /**/
    }
}

@media (min-width: 996px) and (max-width: 996px) {
    .subbody header .header-inner .gnb .dep1:nth-child(1) .title {
        color: #12b5b3;
    }
}

@media (min-width: 996px) {
    .subbody header .header-inner .gnb .dep1:nth-child(2) .title {
        color: #d0e1f1;
    }

    .subbody header .header-inner .gnb .dep1:nth-child(2) .title li span {
        color: #d0e1f1;
    }

    .subbody header .header-inner .gnb .dep1:nth-child(3) .title {
        color: #eec5c4;
    }

    .subbody header .header-inner .gnb .dep1:nth-child(3) .title li span {
        color: #eec5c4;
    }

    .subbody header .header-inner .gnb .dep1 .title::after {
        background-color: #c9cacc;
    }
}

.subbody header .header-inner .header-mark a {
    background-color: #000;
    color: #fff;
}

.subbody header .header-inner .header-mark a img {
    filter: brightness(1);
}

.subbody header .header-inner .header-mark img.color {
    opacity: 1;
}

.subbody header .header-inner .header-mark img.white {
    opacity: 0;
}

header {
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 0;
    width: 100%;
    transition: background-color 0.2s ease-out;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 996px) {
    header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
}

header.active .header-inner h1 .logo .img img.hover {
    opacity: 1;
}

header.active .header-inner h1 .logo .volume {
    color: #000;
}

header.active .header-inner .gnb {
    pointer-events: all;
    opacity: 1;
}

header.active .header-inner .all-menu-btn img.open {
    opacity: 0;
}

header.active .header-inner .all-menu-btn img.close {
    opacity: 1;
}

header.scrolled {
    background-color: #fff;
}

@media (max-width: 996px) {
    header.scrolled {
        border-bottom: 0;
    }
}

header.scrolled .header-inner h1 .logo .img img.hover {
    opacity: 1;
}

header.scrolled .header-inner h1 .logo .volume {
    color: #000;
}

@media (min-width: 996px) {

    header.scrolled,
    header.hover {
        background-color: #fff;
    }

    header.scrolled .header-inner h1 .logo .img img.hover,
    header.hover .header-inner h1 .logo .img img.hover {
        opacity: 1;
    }

    header.scrolled .header-inner h1 .logo .volume,
    header.hover .header-inner h1 .logo .volume {
        color: #000;
    }

    header.scrolled .header-inner .gnb .dep1:nth-child(1) .title,
    header.hover .header-inner .gnb .dep1:nth-child(1) .title {
        color: #c9e5e5;
    }

    header.scrolled .header-inner .gnb .dep1:nth-child(1) .title li span,
    header.hover .header-inner .gnb .dep1:nth-child(1) .title li span {
        color: #c9e5e5;
    }
}

@media (min-width: 996px) and (max-width: 996px) {

    header.scrolled .header-inner .gnb .dep1:nth-child(1) .title,
    header.hover .header-inner .gnb .dep1:nth-child(1) .title {
        color: #12b5b3;
    }
}

@media (min-width: 996px) {

    header.scrolled .header-inner .gnb .dep1:nth-child(2) .title,
    header.hover .header-inner .gnb .dep1:nth-child(2) .title {
        color: #d0e1f1;
    }

    header.scrolled .header-inner .gnb .dep1:nth-child(2) .title li span,
    header.hover .header-inner .gnb .dep1:nth-child(2) .title li span {
        color: #d0e1f1;
    }

    header.scrolled .header-inner .gnb .dep1:nth-child(3) .title,
    header.hover .header-inner .gnb .dep1:nth-child(3) .title {
        color: #eec5c4;
    }

    header.scrolled .header-inner .gnb .dep1:nth-child(3) .title li span,
    header.hover .header-inner .gnb .dep1:nth-child(3) .title li span {
        color: #eec5c4;
    }

    header.scrolled .header-inner .gnb .dep1 .title::after,
    header.hover .header-inner .gnb .dep1 .title::after {
        background-color: #c9cacc;
    }

    header.scrolled .header-inner .header-mark a,
    header.hover .header-inner .header-mark a {
        background-color: #000;
        color: #fff;
    }

    header.scrolled .header-inner .header-mark a img,
    header.hover .header-inner .header-mark a img {
        filter: brightness(1);
    }

    header.scrolled .header-inner .header-mark img,
    header.hover .header-inner .header-mark img {
        transition: all 0.2s ease-out;
    }

    header.scrolled .header-inner .header-mark img.color,
    header.hover .header-inner .header-mark img.color {
        opacity: 1;
    }

    header.scrolled .header-inner .header-mark img.white,
    header.hover .header-inner .header-mark img.white {
        opacity: 0;
    }
}

header .header-inner {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

@media (max-width: 996px) {
    header .header-inner {
        padding: 0 0 0 15px;
    }
}

header .header-inner h1 {
    flex-shrink: 0;
    position: relative;
    z-index: 99;
}

header .header-inner h1 .logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

header .header-inner h1 .logo .img {
    position: relative;
}

@media (max-width: 1400px) {
    header .header-inner h1 .logo .img {
        width: 140px;
    }
}

@media (max-width: 996px) {
    header .header-inner h1 .logo .img {
        width: 120px;
    }
}

header .header-inner h1 .logo .img img {
    transition: all 0.2s ease-out;
}

header .header-inner h1 .logo .img img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

header .header-inner h1 .logo .volume {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    transition: all 0.2s ease-out;
}

@media (max-width: 1400px) {
    header .header-inner h1 .logo .volume {
        font-size: 14px;
    }
}

@media (max-width: 996px) {
    header .header-inner h1 .logo .volume {
        font-size: 12px;
    }
}

header .header-inner .gnb {
    display: flex;
    transition: all 0.2s ease-out;
}

@media (max-width: 996px) {
    header .header-inner .gnb {
        overflow-x: auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        flex-direction: column;
        padding-top: 70px;
        height: 100vh;
        z-index: 97;
        background-color: #fff;
        pointer-events: none;
        opacity: 0;
    }
}

header .header-inner .gnb .prev-vol {
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 30px;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

@media (min-width: 996px) {
    header .header-inner .gnb .prev-vol {
        display: none;
    }
}

header .header-inner .gnb .dep1 {
    padding: 35px 0;
    position: relative;
}

header .header-inner .gnb .dep1:nth-child(1) .title li span {
    background-color: #12b5b3;
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1:nth-child(1) .title {
        color: #12b5b3;
    }
}

header .header-inner .gnb .dep1:nth-child(1) .title:hover {
    color: #12b5b3;
}

header .header-inner .gnb .dep1:nth-child(1) .title:hover li span {
    color: #fff;
}

header .header-inner .gnb .dep1:nth-child(1) .lnb .lnb-inner li a:hover {
    color: #12b5b3;
}

header .header-inner .gnb .dep1:nth-child(1) .lnb .lnb-inner li a:hover::after {
    background-color: #12b5b3;
}

header .header-inner .gnb .dep1:nth-child(2) .title li span {
    background-color: #4799ff;
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1:nth-child(2) .title {
        color: #4799ff;
    }
}

header .header-inner .gnb .dep1:nth-child(2) .title:hover {
    color: #4799ff;
}

header .header-inner .gnb .dep1:nth-child(2) .title:hover li span {
    color: #fff;
}

header .header-inner .gnb .dep1:nth-child(2) .lnb .lnb-inner li a:hover {
    color: #4799ff;
}

header .header-inner .gnb .dep1:nth-child(2) .lnb .lnb-inner li a:hover::after {
    background-color: #4799ff;
}

header .header-inner .gnb .dep1:nth-child(3) .title li span {
    background-color: #ed7977;
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1:nth-child(3) .title {
        color: #ed7977;
    }
}

header .header-inner .gnb .dep1:nth-child(3) .title:hover {
    color: #ed7977;
}

header .header-inner .gnb .dep1:nth-child(3) .title:hover li span {
    color: #fff;
}

header .header-inner .gnb .dep1:nth-child(3) .lnb .lnb-inner li a:hover {
    color: #ed7977;
}

header .header-inner .gnb .dep1:nth-child(3) .lnb .lnb-inner li a:hover::after {
    background-color: #ed7977;
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1:nth-child(3):last-child .lnb {
        padding-bottom: 80px;
    }
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1 {
        padding: 0;
        margin-bottom: 30px;
    }

    header .header-inner .gnb .dep1:last-child {
        margin-bottom: 0;
    }

    header .header-inner .gnb .dep1:first-child {
        border-top: 1px solid #ddd;
        padding-top: 40px;
    }
}

header .header-inner .gnb .dep1:hover .lnb {
    opacity: 1;
    pointer-events: all;
}

header .header-inner .gnb .dep1:last-child .title::after {
    content: none;
}

header .header-inner .gnb .dep1 .title {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-out;
    position: relative;
    padding: 0 56px;
}

header .header-inner .gnb .dep1 .title li span {
    transition: all 0.2s ease-out;
    display: inline-block;
    margin-left: 2px;
    padding: 5px 6px 5px 5px;
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1 .title li span {
        color: #fff;
    }
}

header .header-inner .gnb .dep1 .title:hover {
    color: #12b5b3;
}

@media (max-width: 1300px) {
    header .header-inner .gnb .dep1 .title {
        font-size: 20px;
        padding: 0 15px;
    }
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1 .title {
        color: #2f6bb7;
        font-size: 19px;
        margin-bottom: 15px;
    }
}

header .header-inner .gnb .dep1 .title::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    border-radius: 50%;
    right: -2px;
    transform: translateY(-50%);
    background-color: #fff;
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1 .title::after {
        content: none;
    }
}

header .header-inner .gnb .dep1 .lnb {
    position: fixed;
    opacity: 0;
    transition: all 0.2s ease-out;
    border-top: 1px solid #ddd;
    top: 102px;
    left: 0;
    width: 100%;
    background-color: #fff;
    justify-content: center;
    pointer-events: none;
    padding: 30px 15px;
}

@media (max-width: 1300px) {
    header .header-inner .gnb .dep1 .lnb {
        top: 100px;
    }
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1 .lnb {
        position: static;
        pointer-events: unset;
        padding: 0 15px;
        opacity: 1;
        border-top: unset;
    }
}

header .header-inner .gnb .dep1 .lnb .lnb-inner {
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1 .lnb .lnb-inner {
        display: block;
    }
}

header .header-inner .gnb .dep1 .lnb .lnb-inner li a {
    padding: 0 5px;
    font-weight: 600;
    position: relative;
    display: block;
    transition: color 0.2s ease-out;
}

@media (min-width: 996px) {
    header .header-inner .gnb .dep1 .lnb .lnb-inner li a:hover {
        transform-origin: center;
        transform: scale(1.05);
    }
}

@media (max-width: 996px) {
    header .header-inner .gnb .dep1 .lnb .lnb-inner li a {
        padding: 10px 0;
        font-size: 15px;
    }
}

header .header-inner .gnb .dep1 .lnb .lnb-inner li a:hover {
    color: #2f6bb7;
}

header .header-inner .gnb .dep1 .lnb .lnb-inner li a:hover::after {
    opacity: 1;
}

header .header-inner .gnb .dep1 .lnb .lnb-inner li a::after {
    position: absolute;
    transition: all 0.2s ease-out;
    opacity: 0;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #4cacad;
    right: -3px;
    top: -1px;
    border-radius: 50%;
}

header .header-inner .header-mark {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1400px) {
    header .header-inner .header-mark {
        gap: 12px;
    }
}

header .header-inner .header-mark .img {
    position: relative;
}

header .header-inner .header-mark img {
    transition: all 0.2s ease-out;
}

@media (max-width: 1400px) {
    header .header-inner .header-mark img {
        width: 100px;
    }
}

header .header-inner .header-mark img.color {
    opacity: 0;
}

header .header-inner .header-mark img.white {
    opacity: 1;
    z-index: 2;
    position: absolute;
}

@media (max-width: 996px) {
    header .header-inner .header-mark {
        display: none;
    }
}

header .header-inner .header-mark a {
    padding: 18px 30px;
    border-radius: 100px;
    transition: all 0.2s ease-out;
    font-weight: 700;
    font-weight: 17px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1400px) {
    header .header-inner .header-mark a {
        padding: 9px 15px;
    }
}

header .header-inner .header-mark a:hover {
    background-color: #000;
    color: #fff;
}

header .header-inner .header-mark a:hover img {
    filter: brightness(1);
}

header .header-inner .header-mark a img {
    max-width: 100%;
    transition: all 0.2s ease-out;
    width: 20px;
    height: 20px;
    filter: brightness(0);
}

header .header-inner .all-menu-btn {
    position: relative;
    z-index: 99;
    width: 70px;
    cursor: pointer;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 996px) {
    header .header-inner .all-menu-btn {
        display: none;
    }
}

header .header-inner .all-menu-btn img {
    position: absolute;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out;
}

header .header-inner .all-menu-btn img.open {
    opacity: 1;
    width: 25px;
}

header .header-inner .all-menu-btn img.close {
    opacity: 0;
    width: 27px;
}

footer {
    margin-top: 170px;
    background-color: #111;
    padding: 35px 0 50px;
    position: relative;
}

@media (max-width: 996px) {
    footer {
        margin-top: 80px;
        padding: 35px 0 110px;
    }
}

footer .top-btn {
    position: absolute;
    top: 0;
    left: 50%;
    cursor: pointer;
    border: 10px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    background-color: #111;
}

@media (max-width: 996px) {
    footer .top-btn {
        width: 50px;
        height: 50px;
        border: 5px solid #fff;
    }

    footer .top-btn img {
        width: 20px;
    }
}

footer .footer-inner {
    justify-content: space-between;
    margin: 0 auto;
    gap: 30px;
    width: 100%;
    max-width: 1550px;
    padding: 0 15px;
    display: flex;
}

@media (max-width: 996px) {
    footer .footer-inner {
        flex-direction: column;
        align-items: center;
    }
}

footer .footer-inner .info {
    padding-top: 10px;
}

@media (max-width: 996px) {
    footer .footer-inner .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 996px) {
    footer .footer-inner .info .logo {
        width: 160px;
    }
}

footer .footer-inner .info p {
    font-size: 18px;
    font-weight: 700;
    margin-top: 23px;
    line-height: 1.55;
    color: #fff;
}

@media (max-width: 996px) {
    footer .footer-inner .info p {
        font-size: 15px;
        text-align: center;
    }
}

footer .footer-inner .info p span {
    display: block;
    font-weight: 400;
    color: #9c9c9c;
}

footer .footer-inner .sns {
    display: flex;
    gap: 20px;
}

@media (max-width: 996px) {
    footer .footer-inner .sns {
        justify-content: center;
    }
}

@media (max-width: 996px) {
    footer .footer-inner .sns a {
        width: 36px;
    }
}

.mb0 {
    margin-bottom: 0 !important;
}

.indent-ref::before {
    content: '※';
}

[class^=indent-] {
    display: flex;
    gap: 3px;
    word-break: keep-all;
    text-align: left;
}

.data-txt {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 5px;
}

.data-txt::before {
    content: attr(data-txt);
    white-space: nowrap;
}

.data-txt.bold::before {
    content: attr(data-txt);
    white-space: nowrap;
    font-weight: 800;
}

.data-txt.data-tag {
    align-items: center;
    gap: 10px;
}

.data-txt.data-tag::before {
    background-color: #000;
    color: #fff;
    box-sizing: border-box;
    padding: 5px 15px;
}

.indent-dot,
.indent-dash,
.indent-ast,
.indent-ast02,
.indent-ref {
    display: flex;
    gap: 5px;
}

.indent-dot::before {
    content: "•";
}

.indent-ast::before {
    content: "*";
}

.indent-ast02::before {
    content: "**";
}

.indent-dash::before {
    content: '-';
}

.indent-ref::before {
    content: '※';
}

.txt-right {
    text-align: right !important;
}

.txt-center {
    text-align: center !important;
}

.caption {
    font-size: 15px !important;
    display: block;
    margin-top: 10px;
}

.caption[class^=indent-] {
    display: flex !important;
    justify-content: center;
}

.hilight {
    background: -webkit-linear-gradient(to top, #DCEEE4 30%, transparent 40%);
    background: linear-gradient(to top, #DCEEE4 30%, transparent 40%);
    width: fit-content;
    display: inline;
}

.ab-box01 {
    position: relative;
}

.ab-box01+.ab-box01 {
    padding-top: 40px;
    border-top: 1px solid #dbdbdb;
}

.ab-tit {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    margin: unset !important;
    border: unset !important;
    color: #fff;
}

@media (max-width: 996px) {
    .caption {
        font-size: 14px !important;
    }
}