/*header start*/
.left_btn {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.left_btn a {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.left_btn a:last-child {
    margin-bottom: 0;
}

.left_btn a img {
    width: fit-content;
}

.left_btn .icon_1 {
    background-color: #fff;
    color: #46372B;
}

.left_btn .icon_2 {
    background-color: #927660;
    color: #fff;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header .wrap_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .in_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
        gap: 20px;
}

.header .logo {
    width: 168px;
    padding: 15px;
}

.header .logo img{
    width: 100%;
}

.header .menu {
    display: flex;
    justify-content: space-between;
    width: 65%;
        gap: 20px;
}

.header .menu li {
    width: 100%;
    position: relative;
    text-align: center;
}

.header .menu li a {
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    display: inline-block;
    font-weight: 200;
}

.header .menu .sub_menu a:hover {
    color: #927660 !important;
    font-weight: 400;
}

.sub_menu {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 99;
    display: none;
}

.header .sub_menu a {
    font-size: 18px !important;
}


.bg {
    width: 100%;
    height: 240px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 90px;
    left: 0;
    z-index: -1;
    display: none;
}

.header .menu .active:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #927660;
    position: absolute;
    left: 0;
    bottom: -24px;
    z-index: 99
}

.side_menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lang{
    cursor: pointer;
}

.translation-links {
    position: absolute;
    top: 120px;
    right: 0;
    height: auto;
    display: none;
}

.translation-links li a {
    width: 30px;
    height: 20px;
    display: block;
}

.translation-links li a.korean {
    background: url(/images/ko.png) center center no-repeat;
    background-size: cover;
}

.translation-links li a.english {
    background: url(/images/us.png) center center no-repeat;
    background-size: cover;
}

.translation-links li a.chinese {
    background: url(/images/ci.png) center center no-repeat;
    background-size: cover;
}

.translation-links li a.japanese {
    background: url(/images/jp.png) center center no-repeat;
    background-size: cover;
}


.translation-links li {
    margin-bottom: 10px;
}


/* .mobile-top-bar {
    top: 29px;
}

.mobile-top-bar {
    background-color: initial;
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 1;
    display: inline-block;
} */

body {
    top: 0 !important;
    overflow: hidden;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    top: -39px !important;
}


.side_menu .sing{
    color: #fff !important;
    background-color: #927660;
    padding: 5px 15px;
        display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
}

.mo_header {
    display: none;
}

.mobile-top-bar {
    background-color: initial;
    position: absolute;
    top: 30px;
    right: 50px;
    /* width: 100%; */
    z-index: 1;
    display: inline-block;
}

/* 토글 사이드바 버튼 아이콘 */
.ico {
    position: absolute;
    top: -12px;
    right: -50px;
    width: 25px;
    height: 25px;
    /* transform: translatey(-50%); */
    cursor: pointer;
    display: inline-block;
}

.ico>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #fff;
}

.ico>div:nth-child(2) {
    top: 40%;
    transition: visibility 0s .15s;
}

/* .ico.active>div:nth-child(2) {
    visibility: hidden;
    transition: visibility 0s;
} */

.ico>div:nth-child(3) {
    top: 80%;
}

.ico>div:nth-child(1),
.ico>div:nth-child(3) {
    transition: top .15s .15s, transform .15s;
}

/* .ico.active>div:nth-child(1),
.ico.active>div:nth-child(3) {
    top: 40%;
    transform: rotate(45deg);
    transition: top .15s, transform .15s .15s;
}

.ico.active>div:nth-child(3) {
    transform: rotate(-45deg);
} */


/* 라이브러리 끝 */

/* 커스텀 */
/* 좌측 사이드 바 */
/* 좌측 사이드바 배경 */
.left-side-bar {
    position: relative;
}

.m_close {
    position: absolute;
    top: 15px;
    right: 15px;
    /* ← 가장 왼쪽 */
    z-index: 1000;

    background: none;
    border: none;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.menu-1 {
    padding-top: 50px;
}

.left-side-bar-box {
    display: block;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: visibility .5s, background-color .5s;
}

.left-side-bar-box.active {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
    cursor: pointer;
}

/* 좌측 사이드바 */
.left-side-bar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    padding-top: 70px;
    transition: left .5s;
    font-size: 20px;
    color: #333;
}

.left-side-bar-box.active>.left-side-bar {
    left: 0;
}

.left-side-bar>.menu-1 ul>li>a {
    display: block;
    padding: 14px 40px;
    font-weight: 400;
}

.left-side-bar .menu-1 .slide_menu li:hover {
    font-weight: 600;
}


.left-side-bar>.menu-1>ul ul {
    display: none;
}

.left-side-bar>.menu-1>ul ul ul {
    background-color: #dfdfdf;
}

.left-side-bar>.menu-1 ul>li.active>ul {
    display: block;
}

.slide_menu li {
    /* border-bottom: 1px solid #d9d9d9; */
    font-size: 16px;
    padding-left: 20px;
}

/* 스크롤 되었을 때 */
.header.scrolled {
    background: #fff !important;
}

.header.scrolled .ico>div {
    background-color: #333 !important;
}

/* 메뉴 폰트 색상 변경 */
.header.scrolled .menu li a, .header.scrolled .login a, .header.scrolled .login h6 {
    color: #333 !important;
}
.header.scrolled .login .sing{
    color: #fff !important;
}

/* 로고 이미지 변경 */
.header .logo img {
    transition: .3s;
}

.header.scrolled .logo img {
    content: url('/images/logo_2.png');
    /* 바꾸고 싶은 c_logo 이미지 경로로 변경 */
}

.header.scrolled .c_earth {
    content: url('/images/earth_2.png');
    /* 바꾸고 싶은 c_logo 이미지 경로로 변경 */
}

.header.scrolled .c_login {
    content: url('/images/login_2.png');
    /* 바꾸고 싶은 c_logo 이미지 경로로 변경 */
}

/* section_1 */
.section_1 {
    position: relative;
    height: 100vh;
}

.section_1 .text_box {
    position: absolute;
    bottom: 17%;
    right: 8%;
    z-index: 99;
    color: #fff;
}

.section_1 .text_box h4 {
    font-size: 68px;
    font-weight: 800;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.section_1 .text_box h2 {
    font-size: 48px;
    font-weight: 400;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.section_1 .swiper {
    width: 100%;
    height: 100%;
}

.section_1 .swiper-slide {
    text-align: center;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_1 .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 10px;
    height: 10px;
}

.section_1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.section_1 .swiper-horizontal>.swiper-pagination-bullets,
.section_1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.section_1 .swiper-pagination-custom,
.section_1 .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 86px);
    top: var(--swiper-pagination-top, auto);
    right: 8%;
    width: auto;
    display: flex;
    gap: 30px;
    left: auto;
}

/* section_1 */

/* section_2 */
.section_2 {
    padding: 150px 0;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section_2 h3 {
    font-size: 80px;
    color: #927660;
    text-align: right;
    margin-bottom: 68px;
    font-weight: 700;
}

.section_2 h5 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 500;
}

.section_2 .c1 p {
    line-height: 30px;
}

.section_2 .c1 h6 {
    font-size: 20px;
    color: #927660;
    font-weight: 500;
    margin-top: 10px;
}

/* section_2 */


/* section_3 */
.section_3 {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

[data-aos="reveal-bottom"] {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

[data-aos="reveal-bottom"].aos-animate {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

[data-aos=fade-up2] {
    transform: translate3d(0, 20px, 0);
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 1.4s;
}

.section_3 .text_box {
    text-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section_3 .text_box h4 {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 50px;
}

.section_3 .text_box p {
    line-height: 30px;
}

.section_3 .text_box p span {
    font-weight: 500;
}

.section_3 .text_box a {
    background-color: #927660;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 60px;
}

/* section_3 */

/* section_4 */
.section_4 {
    background-image: url(../images/section_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_4 .c1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 100px;
}

.section_4 .c1 .text_box {
    width: 30%;
}

.section_4 .c1 .text_box h6 {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 60px;
}

.section_4 .c1 .img_box {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.section_4 .c1 .img_box .b1 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.section_4 .c1 .img_box .b1 img,
.section_4 .c1 .img_box .b2 img {
        width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.section_4 .c1 .text_box p {
    line-height: 39px;
}

.section_4 .c2 {
    display: flex;
    justify-content: space-between;
}

.section_4 .c2 a {
    width: 48%;
}

.section_4 .c2 .b2 {
    width: 100%;
    /* height: 500px; */
    overflow: hidden;
}

.section_4 .c2 img {
    transition: transform 0.3s ease;
}

.section_4 .c2 a:hover img {
    transform: scale(1.1);
}

.section_4 .c2 .b1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0 20px;
}

.section_4 .c2 .b1 h5 {
    font-size: 40px;
}

.section_4 .c2 .b1 .line {
    border: none;
    border-top: 1px dashed #927660;
    width: 40%;

}

.section_4 .c2 .b1 h4 {
    font-size: 24px;
    font-weight: 500;
}

.section_4 .c3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
        gap: 50px;
}

.section_4 .c3 .img_box img {
    width: 100%;
    border-top-left-radius: 358px;
    border-top-right-radius: 358px;
    box-shadow: 5px -2px 6px rgba(0, 0, 0, 0.1), 5px -2px 6px rgba(0, 0, 0, 0.1);
}

.section_4 .c3 h4 {
    font-size: 68px;
    font-weight: 400;
    margin-bottom: 40px;
}

.section_4 .c3 h6 {
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 400;
}

.section_4 .c3 p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.section_4 .c3 .text_box a {
    background-color: #927660;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 60px;
}

/* section_4 */

.section_5 {
    width: 100%;
    height: 650px;
    background-image: url(/images/section_5bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.section_5 p {
    font-size: 28px;
    font-weight: 400;
    color: #46372B;
    line-height: 54px;
    margin-bottom: 100px;
}

.section_5 .btn_box {
    display: flex;
    gap: 70px;
}

.section_5 .btn_box a {
    padding: 10px 60px;
    background-color: #46372B;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* footer */

.footer {
    padding-top: 50px;
    padding-bottom: 15px;
    background-color: #fff;
}

.footer .footer1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer1 .c1 {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    border-bottom: 1px solid #927660;
    width: 88%;
}

.footer .footer1 .c1 a {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
}

.footer .footer1 .c1 a:last-child {
    padding-right: 10px;
}

.footer .footer2 {
    margin-top: 30px;
}

.footer .footer2 .s1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer .footer2 .c1 .b1 {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
    font-size: 16px;
}

.footer .footer2 .c1 .b1 span {
    font-weight: 600;
}

.footer .footer2 .c2 .title {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer .footer2 .c2 .title h6 {
    font-size: 20px;
}

.footer .footer2 .c2 .title img {
    width: 29px;
}

.footer .footer2 .c2 .time {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

/* footer */