/*common*/
/*header*/
/*footer*/
/*side bar*/
/*top*/
/*button*/
/*dot*/

/* common */

#wrap * {
    /* white-space: normal; */
    overflow-wrap: break-word;
    word-break: keep-all;
}

a.btn {
    display: inline-block;
}

.vh100 {
    height: var(--full-height);
}

.hidden {
    overflow: hidden;
}

.wrap {
    width: 100%;
    max-width: 100%;
}

.bd-r-5 {
    border-radius: 5px;
}

.type02 {
    width: 100%;
    max-width: 100%;
}

.inner {
    padding: var(--inner);
    transition: all 0.4s ease;
}

.area-box-1600 {
    width: 100%;
    max-width: var(--wrap-width-01);
    margin: auto;
}

.area-box-1500 {
    width: 100%;
    max-width: var(--wrap-width-02);
    margin: auto;
}

.area-box-1400 {
    width: 100%;
    max-width: var(--wrap-width-03);
    margin: auto;
}

.grd-color {
    background: var(--grd-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grd-color-re {
    background: var(--grd-color-re);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f-box {
    display: flex;
}

.dot {
    position: relative;
    display: inline-block;
}

.dot::before {
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    right: -12px;
    width: 10px;
    height: 10px;
    background: var(--grd-color-re);
    border-radius: 100%;
}

.ts-04,
.ts-04 * {
    transition: all 0.4s ease;
}

.ts-02,
.ts-02 * {
    transition: all 0.2s ease;
}

/* common// */

/* header */
#header,
.type02 #header {
    width: 100%;
    position: absolute;
    transition: all 0.4s;
}

.header {
    width: 100%;
    /* height: 10rem; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    transition: all 0.5s;
}

.header.scroll-up {
    margin-top: -10rem;
}

.top .header.inner,
.type02 .top .header.inner {
    padding-top: 3rem;
    transition: all 0.4s ease;
}

.type02 .header,
.wrap .header {
    animation: Loaddown 0.8s 0.8s both;
    -webkit-animation: Loaddown 0.8s 0.8s both;
}
.type02 .header {
    background: #fff;
    /* box-shadow: rgba(149, 157, 165, 0.1) 0 8px 24px; */
    position: fixed;
}

@keyframes Loaddown {
    0% {
        transform: translate(0, -50%);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.header .header-inner {
    width: 100%;
    max-width: var(--wrap-width-01);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

/* header-logo */
.header .header-inner .header-logo {
    max-width: 18rem;
}

.header .header-inner .header-logo > a .logo-type-w {
    display: block;
}

.header .header-inner .header-logo > a .logo-type-c {
    display: none;
}

.type02 .header .header-inner .header-logo > a .logo-type-w {
    display: none;
}

.type02 .header .header-inner .header-logo > a .logo-type-c {
    display: block;
}

/* PC menu */
.header .header-inner .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-basis: calc(100% - 40rem);
    max-width: calc(100% - 40rem);
}

.header .header-inner .nav .main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .header-inner .nav .main-menu .gnb {
    position: relative;
    display: block;
    cursor: pointer;
}
.header .header-inner .nav .main-menu .gnb + .gnb {
    margin-left: 1rem;
}

.header .header-inner .nav .main-menu .gnb .depth02 {
    font-size: 1.8rem;
    position: relative;
    font-weight: 500;
    transition: all 0.3s;
    line-height: 10rem;
    color: #fff;
    padding: 0 3rem;
}
.type02 .header .header-inner .nav .main-menu .gnb .depth02 {
    color: #222;
}

.wrap .header .header-inner .nav .main-menu .gnb .depth02.on {
    opacity: 0.5;
}

.type02 .header .header-inner .nav .main-menu .gnb .depth02.on {
    opacity: 0.5;
}

.header .header-inner .nav .main-menu .gnb .depth02.active {
    background: var(--grd-color-re);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

.header .header-inner .nav .main-menu .gnb .depth02.active_li {
    opacity: 1;
    transition: all 0.3s;
}

.header .header-inner .nav .main-menu .gnb .submenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7rem;
    width: 14rem;
    background: var(--main-color);
    padding: 2.5rem 0;
    transition: all 0.5s ease-out;
    transition-property: opacity, top, visibility;
    transition-delay: 0s, 0s, 0s;
    visibility: hidden;
    opacity: 0;
}
.header .header-inner .nav .main-menu .gnb .submenu.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    top: 8rem;
}

.header .header-inner .nav .main-menu .gnb .submenu > li {
    text-align: center;
}
.header .header-inner .nav .main-menu .gnb .submenu > li + li {
    margin-top: 0.8rem;
}
.header .header-inner .nav .main-menu .gnb .submenu > li > a {
    display: block;
    font-size: 1.6rem;
    width: 100%;
    transition: all 0.3s;
    font-weight: 400;
    color: #fff;
    opacity: 0.7;
}
.header .header-inner .nav .main-menu .gnb .submenu > li > a.active {
    opacity: 1;
}
.header .header-inner .nav .main-menu .gnb .submenu > li > a:hover {
    text-decoration: underline;
    transition: all 0.3s;
}
.header .header-inner .nav + .lang-box {
    margin-left: 6rem;
}
.header .header-inner .nav .main-menu .gnb .submenu > li > a.active_li {
    color: #fff;
    opacity: 1;
}

/* right menu */
.header .header-inner .r-menu {

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* lang */
.header .header-inner .r-menu .lang-box {
    position: relative;
    margin-right: 3rem;
    padding: 0.4rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    border-radius: 5px;
}
.type02 .header .header-inner .r-menu .lang-box {
    background: var(--grd-color-re);
}
.header .header-inner .r-menu .lang-box .lang-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    gap: 1rem;
}

.header .header-inner .r-menu .lang-box .lang-btn a {
    color: rgba(255, 255, 255, 0.4);
}

.header .header-inner .r-menu .lang-box .lang-btn a.on {
    color: #fff;
}

/* header ham */
.header .header-inner .r-menu .ham-wrap {
    width: 4.7rem;
    flex-basis: 4.7rem;
    max-width: 4.7rem;
    height: 4rem;
    position: relative;
    cursor: pointer;
}
.header .header-inner .r-menu .ham-wrap .ham-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box {
    width: 100%;
}
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box .ham {
    background: #fff;
    width: 100%;
    height: 2px;
    display: block;
}
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box .ham + .ham {
    margin-top: 1rem;
}

.type02 .header .header-inner .r-menu .ham-wrap .ham-inner .ham-box .ham {
    background: #666;
}

/* mo menu */
.mobile-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    transition: all 0.5s ease;
}
.mobile-wrap * {
    transition: all 0.5s ease;
}

.mobile-wrap.open {
    transition: all 0.5s ease;
    right: 0;
}

.mobile-wrap .close-btn {
    width: 4.4rem;
    height: 4.4rem;
    position: absolute;
    top: 3.7rem;
    right: 5%;
    transition: all 0.3s;
    cursor: pointer;
}
.mobile-wrap .close-btn:hover {
    opacity: 0.5;
    transition: all 0.3s;
}
.mobile-wrap .close-btn .c-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile-wrap .close-btn .c-wrap .bar {
    width: 3rem;
    height: 2px;
    background: #222;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}
.mobile-wrap .close-btn .c-wrap .bar01 {
    transform: translateY(1px) rotate(45deg);
}
.mobile-wrap .close-btn .c-wrap .bar02 {
    transform: translateY(-1px) rotate(-45deg);
}

.mobile-wrap .mobile-inner {
    width: 100%;
    height: 100%;
    color: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-wrap.open .mobile-inner .left {
    flex-basis: 40%;
    max-width: 40%;
    height: 100%;
    animation: left-ani 2s 0.2s cubic-bezier(0.4, 0, 0.2, 1) both;
    position: relative;
}
/* .mobile-wrap .mobile-inner .left .bg {
    width: 100%;
    height: 100%;
    background: url("../img/mo-menu-bg.jpg") no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */
.mobile-wrap .mobile-inner .left .bg {
    width: 100%;
    height: 100%;
    background: url("../img/mo-menu-bg.jpg") no-repeat center center;
    background-size: cover;
}
.mobile-wrap.open .mobile-inner .right .m-menu .m-nav > li {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

@keyframes left-ani {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.mobile-wrap .mobile-inner .right {
    flex-basis: 55%;
    max-width: 55%;
}
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li + li {
    margin-top: 6rem;
}
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-main {
    font-size: 4rem;
    font-weight: 700;
}

.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5rem;
}
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li + li {
    margin-left: 5rem;
}
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a {
    font-size: 1.8rem;
    color: #666;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a.active {
    color: var(--main-color);
    border-color: var(--main-color);
}
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a:hover {
    color: var(--main-color);
}
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a:hover {
    border-color: var(--main-color);
}

.mobile-wrap.open .mobile-inner .right .m-menu .m-nav {
    animation: up-ani 2s 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes up-ani {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* header// */

/* footer */

#footer * {
    transition: all 0.4s ease;
}

#footer .content {
    padding: 10rem 0;
}

#footer .content .top-box {
    justify-content: flex-start;
}

#footer .content .top-box .logo img {
    height: 3rem;
}

#footer .content .line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin: 6rem 0;
}

#footer .content .bottom-box {
    justify-content: space-between;
}

#footer .content .bottom-box .l-box .info {
    margin-bottom: 2rem;
}

#footer .content .bottom-box .l-box .txt {
    font-size: 1.6rem;
    color: #595959;
    margin-bottom: 1.2rem;
    font-weight: 300;
}

#footer .content .bottom-box .l-box .info .txt span {
    padding: 0 1rem;
}

#footer .content .bottom-box .l-box .license .txt span {
    font-size: 1.4rem;
    color: #D2D2D2;
}

#footer .content .bottom-box .r-box {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

#footer .content .bottom-box .r-box a {
    padding: 1.4rem 1.6rem;
    background-color: #f4f4f4;
    font-size: 1.6rem;
    color: #595959;
    border-radius: 5px;
}

#footer .content .bottom-box .r-box a:hover {
    background-color: var(--main-color);
    color: #fff;
}

#footer .content .txt span {
    font-weight: 300;
}

/* footer// */

/* side bar */
.side-bar {
    position: fixed;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 9;
    background-color: #ffffff20;
    border-radius: 10rem;
    backdrop-filter: blur(4px);
    animation: SideUp 2s ease;
    transition: all 0.4s ease;
    box-shadow: rgb(0 0 0 / 8%) 0 0 16px;
}

@keyframes SideUp {
    0% {
        opacity: 0;
        transform: translateY(0%);
    }
    60% {
        opacity: 0;
        transform: translateY(0%);
    }
    100% {
        opacity: 1;
        transform: translateY(-50%);
    }
}

.side-bar.on .con-box {
    color: #222222;
}

.side-bar .con-box {
    padding: 2.5rem 1.5rem;
    color: #ffffff;
    transition: all 0.4s ease;
}

.side-bar .f-box {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.side-bar .con-box .sns-box {
    text-align: center;
}

.side-bar .con-box .sns-box img {
    max-width: 5rem;
    height: auto;
    margin-bottom: 0.2rem;
    transition: all 0.4s ease;
}

.side-bar .con-box .sns-box .txt {
    font-size: 1.4rem;
}

.side-bar .con-box .line {
    width: 80%;
    height: 1px;
    background-color: #eeeeee;
}
/* side bar// */

/* top
.top-btn {
    width: 5.4rem;
    height: 5.4rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 1.5%;
    bottom: 5%;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.top-btn > svg {
    fill: #555;
    width: 2.5rem;
    transition: all 0.3s;
}
.top-btn:hover > svg {
    margin-top: -1rem;
}
.top-btn.show {
    opacity: 1;
    visibility: visible;
} */
/* top// */

/*button*/
.btn {
    display: flex;
    padding: 1.4rem 3.4rem;
    color: #fff;
    background: var(--grd-color-re);
    border-radius: 100px;
    transition: all 0.8s ease;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.btn::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: var(--grd-color);
    transition: all 0.8s ease;
    z-index: -1;
    /* 텍스트 위로 올라오지 않게 */
}

.btn:hover {
    color: #fff;
}

.btn:hover::before {
    left: 0;
    /* 호버 시 그라데이션이 이동 */
}

.btn .btn-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn .btn-box .btn-arrow {
    border-radius: 100%;
    width: 2.6rem;
    transition: all 0.4s ease;
    background-color: #ffffff20;
}

.btn:hover .btn-box .btn-arrow {
    animation: action 0.8s;
}
@keyframes action {
    0% {
        transform: translate(0%, 0%);
    }
    50% {
        transform: translate(10%, -10%);
    }
    100% {
        transform: translate(0%, 0%);
    }
}
/*button//*/

/*dot*/

/*dot//*/

/*pop*/
.pop-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 2rem;
    display: none;
}

.pop-box .bg {
    background-color: rgba(0, 0, 0, 0.432);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pop-box .con-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #f9f9f9;
    width: 80%;
    max-width: 60rem;
    height: 80%;
    border-radius: 5px;
    padding: 3rem;
    box-shadow: var(--shadow02);
}

.pop-box .con-wrap .tit {
    font-size: var(--sub-tit-24);
    padding: 0 1rem 2rem;
}

.pop-box .con-wrap .line {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin-bottom: 2rem;
}

.pop-box .con-wrap .txt {
    font-size: 1.4rem;
}

.pop-box .con-wrap .info-box {
    overflow-y: scroll;
    padding: 0 1rem;
}
/*pop//*/

/*scroll*/
/* 전체 스크롤바 */
::-webkit-scrollbar {
    width: 10px;
    /* 스크롤바의 너비 */
    height: 10px;
    /* 수평 스크롤바의 높이 */
}

/* 스크롤바의 Thumb */
::-webkit-scrollbar-thumb {
    background-color: #b9b9b9;
    /* 색상 */
    border-radius: 5px;
    /* 모서리 둥글게 */
}

/* Hover 시 Thumb 스타일 */
::-webkit-scrollbar-thumb:hover {
    background-color: #cacaca;
    /* Hover 색상 */
}

/* 스크롤바의 Track */
::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    /* 트랙 배경색 */
    border-radius: 5px;
}

/* 트랙 경계 */
::-webkit-scrollbar-track-piece {
    border: 1px solid #ddd;
}

/* 콘텐츠가 스크롤 가능한 영역 */
body {
    /* 스크롤 테스트용 */
    margin: 0;
}
/*scroll/*/


/*scroll/*/
 /* Reset for all elements inside .ckeditor_area */
 .ckeditor_area *,
 .ckeditor_area *::before,
 .ckeditor_area *::after {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font-family: inherit;
     box-sizing: border-box;
 }

 /* Reset for specific elements inside .ckeditor_area */
 .ckeditor_area html, .ckeditor_area body {
     height: 100%;
 }

 .ckeditor_area body {
     line-height: 1.4;
     color: inherit;
     background-color: transparent;
     font-family: sans-serif;  /* 기본 글꼴 설정 */
 }

 /* Reset for images inside .ckeditor_area */
 .ckeditor_area img {
     display: block;  /* 인라인 요소를 블록 요소로 바꿔서 불필요한 공간 제거 */
     max-width: 100%;  /* 이미지를 부모 크기에 맞게 제한 */
     height: auto;  /* 비율 유지 */
     width : auto;
 }

 /* Reset for headings (h1, h2, h3, h4, h5, h6) inside .ckeditor_area */
 .ckeditor_area h1, .ckeditor_area h2, .ckeditor_area h3, .ckeditor_area h4, .ckeditor_area h5, .ckeditor_area h6 {
     font-size: inherit;  /* 기본 폰트 크기 상속 */
     font-weight: normal;  /* 기본 폰트 두께 제거 */
     margin: 0;  /* 기본 여백 제거 */
 }

 /* Reset for paragraphs inside .ckeditor_area */
 .ckeditor_area p {
     margin: 0;  /* 기본 여백 제거 */
     line-height: 1.5;  /* 줄 간격을 적당히 설정 */
 }

 /* Reset for lists inside .ckeditor_area */
 .ckeditor_area ul, .ckeditor_area ol {
     list-style: none;  /* 기본 목록 스타일 제거 */
     padding-left: 0;  /* 기본 여백 제거 */
 }

 /* Reset for anchor tags inside .ckeditor_area */
 .ckeditor_area a {
     text-decoration: none;  /* 링크의 밑줄 제거 */
     color: inherit;  /* 링크 색상 기본 설정 */
 }

 /* Reset for tables inside .ckeditor_area */
 .ckeditor_area table {
     border-collapse: collapse;  /* 테이블의 경계선 병합 */
     width: 100%;  /* 테이블 너비 100%로 설정 */
 }

 .ckeditor_area th, .ckeditor_area td {
     text-align: left;  /* 셀 내 텍스트 왼쪽 정렬 */
     padding: 8px;  /* 셀 내 패딩 */
     border: 1px solid #ccc;  /* 기본 테두리 추가 */
 }