@font-face {
    font-family: 'GmarketSans';
    src: url('/theme/basic/font/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('/theme/basic/font/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('/theme/basic/font/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('/theme/basic/font/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'KoreanMJH';
    src: url('KoreanMJH.woff2') format('woff2'), url('KoreanMJH.woff') format('woff'),
        url('KoreanMJH.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.font-gmarket-b {
    font-family: 'GmarketSans', sans-serif;
    font-weight: 700;
}

.font-gmarket-l {
    font-family: 'GmarketSans', sans-serif;
    font-weight: 500;
}

li {
    list-style: none;
}

/* 로딩 화면 스타일 */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 130px;
    background: #fff; /*display:flex; flex-direction:column; justify-content:center; align-items:center;*/
    z-index: 9999;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; /*padding:20px;*/
}
#loading-screen .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 진행 바 컨테이너 - 세로형으로 변경, 너비 60px로 확장 */
.progress-container {
    /*height:80%; max-height:160px;*/
    height: 160px;
    width: 160px;
    background-color: #f1f1f1;
    border-radius: 6px; /*margin:20px 0;*/
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* 진행 바 - 세로형으로 변경, 너비 60px로 확장, 색상 #5a6e50으로 변경 */
.progress-bar {
    width: 160px;
    height: 0%;
    background-color: #c8a064;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
}

/* 컨텐츠 스타일 */
#loadingcontent {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    padding: 0px;
}

.loaded #loadingcontent {
    opacity: 1;
}

#loadingimg {
    /*position:relative; margin-top:-250px; z-index:10;*/
    position: absolute; /*top:0; left:0;*/
    transform: translateY(63px);
}

#wrap {
    position: relative;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    background: transparent;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.3);
}

header.header:hover {
    background: #fff;
    transition: all 0.3s;
}

.content {
    width: 1648px;
    margin: auto;
    position: relative;
}

.header_wrap {
    width: 1648px;
    padding: 0px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.header_wrap .logo a {
    display: block;
    width: 237px;
    height: 46px;
    background: url(../../basic/img/logo.png) center no-repeat;
    background-size: 100%;
    text-indent: -999999px;
}

.header_wrap .nav {
    display: flex;
    padding: 0px 50px 0 50px;
}

.header_wrap .nav > li + li {
    margin-left: 0px;
}
.header_wrap .nav > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 111px;
    /* width:140px; */
    padding: 0 20px 0 20px;
}

.header_wrap .nav > li:last-child {
    margin-right: 0px;
}

.header_wrap .nav > li > a {
    position: relative;
    color: #282828;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.6px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'NanumSquare';
}

.header_wrap .nav > li .sub {
    position: absolute;
    top: 111px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border-top: 1px solid rgba(204, 204, 204, 0.8);
    border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}

.header_wrap .nav > li .sub ul {
    display: flex;
    width: 1440px;
    margin: auto;
}

.header_wrap .nav > li .sub ul > li {
    margin-left: 16px;
}

.header_wrap .nav > li .sub ul > li > a {
    font-size: 16px;
    color: #333;
    line-height: 60px;
    display: flex;
    align-items: center;
    font-family: 'GmarketSans';
}

.header_wrap .nav > li .sub ul > li > a::before {
    content: '>';
    font-family: 'Dotum';
    font-size: 12px;
    margin-top: 4px;
    color: #ccc;
    transition: all 0.3s;
    margin-right: 4px;
}

.header_wrap .nav > li .sub ul > li > a:hover {
    color: #c8a064;
    transition: all 0.3s;
}

.header_wrap .nav > li .sub ul > li > a:hover::before {
    content: '>';
    font-family: 'Dotum';
    font-size: 12px;
    margin-top: 4px;
    color: #c8a064;
    transition: all 0.3s;
}

.header_wrap .nav > li > a::before {
    content: '';
    width: 0%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: #c8a064;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s;
}

.header_wrap .nav > li:hover > a::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    height: 2px;
    background: #c8a064;
    transition: all 0.3s;
}

.header_wrap .member_box {
    display: flex;
    align-items: center;
}

.header_wrap .member_box .login_box {
    display: flex;
    margin-right: 15px;
}

.header_wrap .member_box .login_box a {
    margin-left: 7px;
    font-size: 15px;
    color: #3b3b3b;
    font-family: 'NanumSquare';
    font-weight: 700;
}

.header_wrap .member_box .login_box a:first-child {
    margin-left: 0px;
}

.global_wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 40px;
    cursor: pointer;
    z-index: 9;
}

.global_wrap .open > div:nth-child(1) {
}

.global_wrap .open {
    width: 100%;
    height: 100%;
    position: relative;
}

.global_wrap:hover > .btn_wrap {
    opacity: 1;
    height: 54px;
}

.global_wrap .btn_wrap {
    position: relative;
    height: 0px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: -5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    opacity: 0;
    transition: 0.3s;
}

.global_wrap .btn_wrap .linkBtn {
    padding: 10px 15px;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
}

.global_wrap .btn_wrap .linkBtn .icon {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}

@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}

.capyright {
    padding: 62px 0 76px 0;
    background: #171717;
    min-width: 1648px;
}

.footer_menu {
    display: flex;
}

.footer_menu .menu_box {
    display: flex;
    align-items: center;
}

.footer_menu .footer_logo {
    display: block;
    margin-right: 62px;
    width: 240px;
    height: 40px;
    background: url(../../basic/img/footer_logo.jpg) center no-repeat;
}

.footer_menu .sns_box {
    margin-left: auto;
    margin-right: 90px;
    display: flex;
}

.footer_menu .sns_box li {
    margin-left: 12px;
}

.footer_menu .sns_box li:first-child {
    margin-left: 0px;
}

.footer_menu .footer_lnb {
    display: flex;
    margin-bottom: 8px;
    height: 40px;
}

.footer_menu .footer_lnb > li > a {
    font-family: 'Noto Sans KR';
    font-size: 22px;
    color: rgba(255, 255, 255, 0.2);
}
.footer_menu .footer_lnb > li {
    display: flex;
    align-items: center;
}

.footer_menu .footer_lnb > li:last-child::after {
    display: none;
}

.footer_menu .footer_lnb > li::after {
    content: '';
    display: flex;
    width: 2px;
    height: 21px;
    margin: 0px 23px;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer_line {
    width: 100%;
    height: 2px;
    margin: 38px 0 30px 0;
    background: url(../../basic/img/footer_line.jpg) repeat-x;
}

.footer_address {
    font-style: normal;
    color: #646464;
    font-size: 22px;
    line-height: 40px;

    font-family: 'GmarketSans';
}
.footer_address span {
    font-size: 22px;
    margin-right: 40px;
    line-height: 40px;
}

@keyframes bounce {
    100% {
        transform: translateY(-20px);
    }
}

.quick_menu {
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 140px;
    display: block;
    flex-direction: column;
    animation: bounce 0.4s ease infinite alternate;
}
.quick_menu > a {
    margin-top: 10px;
    width: 180px;
    display: block;
}

.quick_menu.jbFixed {
    position: fixed;
    /*top:300px;*/
    bottom: 140px;
}

.board_bg {
    height: 750px;
    background: url(../../basic/img/board_bg.png) repeat-x;
    padding-bottom: 111px !important;
}

#bo_list {
    width: 1200px !important;
    margin: auto;
    padding: 50px 0;
}

#bo_gall {
    width: 1200px !important;
    margin: auto;
    padding: 50px 0;
}

#bd_container {
    width: 1200px !important;
    margin: auto;
    padding: 50px 0;
}

.con_wrap {
    position: relative;
}

.main-gap {
    margin-bottom: 200px;
}
.main-gap .shead,
.main-sm-gap .shead {
    color: var(--text-theme);
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
}
.main-gap .stitle {
    font-size: 3.15rem;
    font-weight: bold;
    margin-bottom: 70px;
    text-align: center;
    color: var(--text-dark);
}
.main-gap .txt {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}
.main-gap .section_k29_title {
    font-size: 4.4rem;
}

/* 다국어메인용 */
.section_k28 .doctor_info {
    border-top: 10px solid #eeeeee;
    display: flex;
    justify-content: center;
    width: 1337px;
    z-index: 9;
}

.section_loca {
    width: 100%;
    height: 1200px;
    background-color: #fbf6ed;
    margin-top: -350px;
}
/* 다국어메인용 */
.section_k29 {
    position: relative;
}
.section_k29_bg {
    position: absolute;
    z-index: 0;
    right: 5%;
    top: 50%;
}

.section_k31 {
    background: #eaded1;
    height: 250px;
}

.section_k31-item-box1 {
    margin-top: 30px;
}

.main-visual-box {
    min-width: 1920px;
    position: relative;
    height: 950px;
}

.main-visual-box .swiper-custom-pagination {
    display: flex;
    align-items: flex-end;
    width: 1200px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    top: 850px;
}

.main-visual-box .swiper-paging-bar {
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
}

.main-visual-box .swiper-paging-bar .bar-box {
    position: absolute;
    left: 0px;
    display: inline-block;
    height: 2px;
    height: 100%;
    width: 0%;
    background: white; /* 흰색 바 */
    animation: fillBar 3s linear forwards; /* 2초 동안 애니메이션 */
}

.main-visual-box .swiper-custom-pagination .swiper-number {
    font-size: 12px;
    color: #fff;
    margin-right: 16px;
}

@keyframes fillBar {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.main-visual-box .swiper-slide > a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.main-visual-box .main-visual01 {
    min-width: 1920px;
    height: 960px;
    background: url('/theme/basic/img/main_visual01.jpg') center no-repeat;
    background-size: 100%; /* 초기 배경 이미지 크기 */
    transition: background-size 6s ease;
}
.main-visual-box .main-visual01 .main-visual01-text01 {
    width: 100%;
    height: 100%;
    background: url('/theme/basic/img/main_visual01_text01.png') center no-repeat;
    z-index: 11;
    position: absolute;
    left: -5%;
    transition: left 6s ease;
}
.main-visual-box .main-visual01.swiper-slide-active .main-visual01-text01 {
    left: 0%;
}

.main-visual-box .main-visual01 .main-visual01-text02 {
    min-width: 1920px;
    height: 100%;
    background: url('/theme/basic/img/main_visual01_text02.png') center no-repeat;
    z-index: 11;
    position: absolute;
    left: -5%;
    transition: left 6s ease;
}
.main-visual-box .main-visual01.swiper-slide-active .main-visual01-text02 {
    left: 0%;
}

.main-visual-box .main-visual02 {
    width: 100%;
    height: 960px;
    background: url('/theme/basic/img/main_visual02.jpg') center no-repeat;
    background-size: 100%;
    transition: background-size 6s ease;
}

.main-visual-box .main-visual02 .main-visual02-text01 {
    width: 100%;
    height: 100%;
    background: url('/theme/basic/img/main_visual02_text01.png') center no-repeat;
    z-index: 11;
    position: absolute;
    top: -5%;
    transition: top 6s ease;
}
.main-visual-box .main-visual02.swiper-slide-active .main-visual02-text01 {
    top: 0%;
}

.main-visual-box .main-visual03 {
    min-width: 1920px;
    height: 960px;
    background: url('/theme/basic/img/main_visual03.jpg') center no-repeat;
    background-size: 100%;
}

.main-visual-box .main-visual03 .main-visual03-text01 {
    width: 100%;
    height: 100%;
    background: url('/theme/basic/img/main_visual03_text01.png') center no-repeat;
    z-index: 11;
    position: absolute;
}

.main-visual-box .main-visual03 .main-visual03-text01 {
    width: 100%;
    height: 100%;
    background: url('/theme/basic/img/main_visual03_text01.png') center no-repeat;
    z-index: 11;
    position: absolute;
    bottom: 0%;
    transition: bottom 6s ease;
}
.main-visual-box .main-visual03.swiper-slide-active .main-visual03-text01 {
    bottom: 5%;
}

.swiper-slide-active.main-visual01,
.swiper-slide-active.main-visual02,
.swiper-slide-active.main-visual03 {
    background-size: 104%; /* 활성화된 슬라이드의 배경 이미지 10% 확대 */
}

.swiper-slide-btn-box {
    width: 1720px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.main-visual-box .swiper-button-prev {
    top: 50%;
    margin-top: -50px;
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all ease-out 0.3s;
}

.main-visual-box .swiper-button-next {
    top: 50%;
    margin-top: -50px;
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0);
    transition: all ease-out 0.3s;
}

.main-visual-box .swiper-button-next:after {
    display: none;
}

.main-visual-box .swiper-button-next:before {
    content: '';
    top: 25%;
    left: -5%;
    transform: translate(-50%, -50%) rotate(315deg);
    position: relative;
    margin-left: 10px;
    border: solid rgba(0, 0, 0, 0.2);
    border-width: 0 1px 1px 0;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
}

.main-visual-box .swiper-button-prev:after {
    display: none;
}

.main-visual-box .swiper-button-prev:before {
    content: '';
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    position: relative;
    margin-left: 10px;
    border: solid rgba(0, 0, 0, 0.2);
    border-width: 0 1px 1px 0;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
}

/*

transform: translate(-19px, -424px)

.section_k31-item-box1{position: absolute;display: block;  animation: rotate_image 14s linear infinite;transform-origin: 50% 50%;
    z-index:1;}

@keyframes rotate_image{
    100% {
        transform: rotate(360deg);
    }
}
;*/

.main_visual_slide {
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    width: 100%;
}

.main_visual_slide .swiper-slide {
    width: 1648px !important;
}

.main_visual_slide .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    border-radius: 60px;
    transition: all 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
}

.main_visual_slide .swiper-slide-active .mask {
    transition: all 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
}

.main_slide_btn {
    width: 1648px;
}

.main_slide_btn_box {
    width: 100%;
    height: 50px;
    margin: auto;
    position: absolute;
    z-index: 999;
    left: 0px;
    bottom: 400px;
}

.main_slide_btn {
    position: relative;
    width: 1570px;
    margin: auto;
}

.main_slide_btn > div {
    width: 30px;
    height: 54px;
}

.main_slide_btn > div:focus-visible {
    border: none;
}

.main_slide_btn > div.swiper-button-next {
    background: url(../../basic/img/main_visual_next.png) center no-repeat !important;
}

.main_slide_btn > div.swiper-button-prev {
    background: url(../../basic/img/main_visual_prev.png) center no-repeat !important;
}

.main_slide_btn > div.swiper-button-next::after {
    display: none;
    background: url(../../basic/img/main_visual_next.png) center no-repeat !important;
}

.main_slide_btn > div.swiper-button-prev::after {
    display: none;
    background: url(../../basic/img/swiper-button-prev.png) center no-repeat !important;
}

.main_visual_slide .main_vusla_img01 {
    background: url(../../basic/img/main_visual01.png) center no-repeat;
    height: 858px !important;
}

.main_visual_slide .main_vusla_img02 {
    background: url(../../basic/img/main_visual02.png) center no-repeat;
    height: 858px !important;
}

.main_visual_slide .main_vusla_img03 {
    background: url(../../basic/img/main_visual03.png) center no-repeat;
    height: 858px !important;
}

.main-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 20px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 99999 !important;
}

.main-pagination > span {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
}

.main-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 100px;
    border-radius: 5px;
}

.swiper-slide .main_text_box {
    position: relative;
    width: 1240px;
    margin: 236px auto 0 auto;
}

/*  swipte
.main_visual_slide{
	overflow: hidden;
	position: relative;
	padding-top:0px;
	width:100%;
}

.main_visual_slide .swiper-slide{
	width: 1920px !important;
}

.main_visual_slide .swiper-slide .mask{
	position:absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.8);
	z-index:999;
	border-radius: 60px;
	transition: all 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
	}


	.main_visual_slide .swiper-slide-active .mask{
		transition: all 0.5s;
		transition-delay: 0.5s;
		opacity: 0;
	}


.main_slide_btn{
	width: 1648px;
}

.main_slide_btn_box{
	width: 100%;
	height: 50px;
	margin:auto;
	position: absolute;
	z-index: 999;
	left:0px;
	bottom:400px;
}

.main_slide_btn{
	position: relative;
	width: 1570px;
	margin:auto;
}

.main_slide_btn > div{
	width: 30px;
	height: 54px;
}

.main_slide_btn > div:focus-visible{
	border:none;
}

.main_slide_btn > div.swiper-button-next{
	background: url(../../basic/img/main_visual_next.png) center no-repeat !important;
}

.main_slide_btn > div.swiper-button-prev{
	background: url(../../basic/img/main_visual_prev.png) center no-repeat !important;
}


.main_slide_btn > div.swiper-button-next::after{
	display: none;
	background: url(../../basic/img/main_visual_next.png) center no-repeat !important;
}

.main_slide_btn > div.swiper-button-prev::after{
	display: none;
	background: url(../../basic/img/swiper-button-prev.png) center no-repeat !important;
}



.main_visual_slide .main_vusla_img01{
	background: url(../../basic/img/main_visual01.png) center no-repeat;
	height:919px !important;

}

.main_visual_slide .main_vusla_img02{
	background: url(../../basic/img/main_visual02.png) center no-repeat;
	height:919px !important;
}


.main_visual_slide .main_vusla_img03{
	background: url(../../basic/img/main_visual03.png) center no-repeat;
	height:919px !important;
}

.main-pagination{
	display: flex;
	justify-content: center;
	width: 100%;
	height:20px;
	bottom:0px;
	left:0px;
	position: absolute;
	z-index:99999 !important;
}

.main-pagination > span{
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: 2px solid #fff;
	opacity: 1;
}

.main-pagination .swiper-pagination-bullet-active{
	background:#fff;
	width: 100px;
	border-radius: 5px;
}

*/

.article {
    width: 100%;
    padding: 0 8vw;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.article2 {
    display: none;
}

.article-swiper .swiper-container {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
}
.article-swiper .behind {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    padding: 0 8vw;
    box-sizing: border-box;
}

.article-swiper .left-box {
    width: 30.583vw;
    height: 35.47vw;
    position: relative;
    float: left;
}
.article-swiper .left-box .big-wrap {
    position: relative;
    width: inherit;
    height: inherit;
}
.article-swiper .left-box .big-wrap p.img {
    position: relative;
    width: 0;
    height: inherit;
    overflow: hidden;
}
.article-swiper .left-box .big-wrap p.mask {
    position: absolute;
    width: inherit;
    height: inherit;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
}
.article-swiper .left-box .big-wrap p img {
    position: absolute;
    width: 30.583vw;
    left: 0;
    top: 0;
}

.article-swiper .right-box {
    width: 44.298vw;
}
.article-swiper .right-box .small-wrap {
    width: 44.298vw;
    height: 6.358vw;
    position: relative;
    overflow: hidden;
}
.article-swiper .right-box .small-wrap p.img {
    position: relative;
    width: 0;
    height: inherit;
    overflow: hidden;
}
.article-swiper .right-box .small-wrap p.mask {
    position: absolute;
    width: inherit;
    height: inherit;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
}
.article-swiper .right-box .small-wrap p img {
    position: absolute;
    width: 44.298vw;
    left: 0;
    top: 0;
}

.article-swiper .control-box {
    width: 44.298vw;
    position: absolute;
    top: 6.358vw;
    right: 8vw;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}
.article-swiper .control-box .arrow {
    width: 100%;
    height: 2.5vw;
    line-height: 2.5vw;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 1.6vw;
    font-size: 0.8vw;
}
.article-swiper .control-box .arrow .arrow-button-prev,
.article-swiper .control-box .arrow .arrow-button-next {
    width: 5vw;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    outline: none;
    cursor: pointer;
    font-size: 0.9vw;
    background-size: 24px 15px;
    background-repeat: no-repeat;
}
.article-swiper .control-box .arrow .arrow-button-prev {
    left: 0;
    text-align: right;
    background-image: url('../img/main/prev.png');
    background-position: center left;
}
.article-swiper .control-box .arrow .arrow-button-next {
    right: 0;
    text-align: left;
    background-image: url('../img/main/next.png');
    background-position: center right;
}

.article-swiper .control-box .txt-wrap {
    width: 100%;
    font-size: 3.1vw;
    color: #3e3e3e;
    font-weight: 600;
}
.article-swiper .control-box .txt-wrap .txt {
    opacity: 1;
    transform: skew(-0.001deg) translatex(0);
    transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease 0.3s;
    padding-bottom: 1.2vw;
}
.article-swiper .control-box .txt-wrap .txt > p {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.article-swiper .control-box .txt-wrap .txt > p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.5vw;
    width: 0;
    height: 1.2vw;
    background: rgba(0, 0, 0, 0.5);
}
.article-swiper .control-box .txt-wrap .txt > p:hover::after {
    width: 100%;
    transition: width 0.5s ease-out;
}
.article-swiper .control-box .txt-wrap .copy {
    opacity: 1;
    transform: skew(-0.001deg) translatex(0);
    transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease 0.3s;
    font-size: 1.5vw;
    font-weight: 500;
}

.article-swiper.next .control-box .txt-wrap .txt.on {
    opacity: 0;
    transform: skewx(15deg) translatex(-6vw);
}
.article-swiper.next .control-box .txt-wrap .copy.on {
    opacity: 0;
    transform: skewx(15deg) translatex(-10vw);
}
.article-swiper.prev .control-box .txt-wrap .txt.on,
.article-swiper.prev .control-box .txt-wrap .copy.on {
    opacity: 0;
    transform: skewx(-15deg) translatex(6vw);
}

/* next을 경우 */
.article-swiper.next .swiper-slide-active p.img {
    width: 100%;
    transition: width 1s cubic-bezier(0.77, 0, 0.175, 1);
}
/* .article-swiper.next .swiper-slide-active .txt { opacity: 1; transform: skewx(0) translatex(0);  transition: transform 1s ease-in-out .2s,opacity .8s ease; } */

/* prev일 경우 */
.article-swiper.prev .swiper-slide-active p.img {
    width: 100%;
}
.article-swiper.prev .swiper-slide-active p.mask {
    opacity: 1;
    width: 0;
    transition: width 1s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
}

.control-box {
    background: url('/theme/basic/img/pc_sub/main_Kims.png') left top no-repeat;
}

.article {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    font-family: 'Nanum Myeongjo', serif;
}

.article1 {
    margin-top: 100px;
    opacity: 0;
    padding: 0;
    background: #000;
    z-index: 9;
}
.article-swiper .swiper-container {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
}
.article-swiper .behind {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    box-sizing: border-box;
}

.article-swiper .right-box {
    width: 65vw;
    height: 100vh;
    position: relative;
}
.article-swiper .right-box .big-wrap {
    position: relative;
    width: inherit;
    height: inherit;
}
.article-swiper .right-box .big-wrap div.img {
    position: relative;
    width: 0;
    height: inherit;
    overflow: hidden;
}
.article-swiper .right-box .big-wrap div.mask {
    position: absolute;
    width: inherit;
    height: inherit;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
}
.article-swiper .right-box .big-wrap > div > p {
    position: absolute;
    width: 65vw;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.article-swiper .behind .right-box .big-wrap p {
    width: inherit;
    height: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.article-swiper .control-box {
    width: 44.298vw;
    position: absolute;
    top: 50vh;
    left: 17vw;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

.article-swiper .control-box .txt-wrap {
    width: 100%;
    font-size: 4vw;
    color: #fff;
    font-weight: 600;
}
.article-swiper .control-box .txt-wrap .txt {
    opacity: 1;
    transform: skew(-0.001deg) translatex(0);
    transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease 0.3s;
    padding-bottom: 1.2vw;
}
.article-swiper .control-box .txt-wrap .txt > p {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.article-swiper .control-box .txt-wrap .txt > p::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0vw;
    background: rgba(0, 0, 0, 0.5);
}
.article-swiper .control-box .txt-wrap .txt:hover > p::after {
    width: 100%;
    transition: width 0.5s ease-out;
}
.article-swiper .control-box .txt-wrap .txt:hover > p:nth-child(2)::after {
    transition-delay: 0.4s;
}

.article-swiper .control-box .txt-wrap .copy {
    opacity: 1;
    transform: skew(-0.001deg) translatex(0);
    transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease 0.3s;
    font-size: 3.4vw;
    font-weight: 500;
    color: #cfa972;
}

.article-swiper.next .control-box .txt-wrap .txt.on {
    opacity: 0;
    transform: skewx(15deg) translatex(-6vw);
}
.article-swiper.next .control-box .txt-wrap .copy.on {
    opacity: 0;
    transform: skewx(15deg) translatex(-10vw);
}
.article-swiper.prev .control-box .txt-wrap .txt.on,
.article-swiper.prev .control-box .txt-wrap .copy.on {
    opacity: 0;
    transform: skewx(-15deg) translatex(6vw);
}

@media screen and (max-width: 768px) {
    .article-swiper .right-box {
        width: 100vw;
        height: calc(100vh - 13vw);
        position: relative;
    }
    .article-swiper .right-box .big-wrap > div > p {
        width: 100vw;
        height: calc(100vh - 13vw);
    }

    .article-swiper .control-box {
        width: 100%;
        position: static;
    }
    .article-swiper .control-box .arrow {
        display: none;
    }
    .article-swiper .control-box .txt-wrap {
        font-size: 6.5vw;
        padding: 0 10vw;
        box-sizing: border-box;
        position: absolute;
        bottom: 10vw;
        z-index: 99;
    }
    .article-swiper .control-box .txt-wrap .txt > p {
        letter-spacing: -0.2vw;
    }
    .article-swiper .control-box .txt-wrap .txt > p::after {
        bottom: 1vw;
        width: 0;
        height: 2.5vw;
        background: rgba(0, 0, 0, 0.5);
    }
    .article-swiper .control-box .txt-wrap .copy {
        font-size: 3vw;
    }
}

/* next을 경우 */
.article-swiper.next .swiper-slide-active div.img {
    width: 100%;
    transition: width 1s cubic-bezier(0.77, 0, 0.175, 1);
}
/* .article-swiper.next .swiper-slide-active .txt { opacity: 1; transform: skewx(0) translatex(0);  transition: transform 1s ease-in-out .2s,opacity .8s ease; } */

/* prev일 경우 */
.article-swiper.prev .swiper-slide-active div.img {
    width: 100%;
}
.article-swiper.prev .swiper-slide-active div.mask {
    opacity: 1;
    width: 0;
    transition: width 1s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
}

.article2 {
    padding: 10vw 17vw;
}
.article2 .title {
    font-size: 2.2vw;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 2vw;
}
.article2 .sub-title {
    font-size: 0.85vw;
    font-weight: normal;
    margin-bottom: 0.6vw;
}
.article2 .gallery-wrap {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.article2 .gallery-wrap .gallery-content {
    float: left;
    width: 46%;
    padding-bottom: 59.143%;
    margin-bottom: 6vw;
    position: relative;
    background: #000;
    cursor: pointer;
    overflow: hidden;
}
.article2 .gallery-wrap .gallery-content:nth-child(2n) {
    margin-left: 8%;
    transform: translate(0, 4vw);
}
.article2 .gallery-wrap .gallery-content.on .img {
    width: 100%;
}
.article2 .gallery-wrap .gallery-content .img {
    width: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
    transition: all 0.5s ease-out;
    left: 0;
    top: 0;
}
.article2 .gallery-wrap .gallery-content .img > p {
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.article2 .gallery-wrap .gallery-content .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 2vw;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.article2 .gallery-wrap .gallery-content:hover .img {
    transform: scale(1.1);
}
.article2 .gallery-wrap .gallery-content:hover .mask {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .article2 {
        margin: 8vw 0;
        padding: 0 6.51vw;
    }
    .article2 .title {
        font-size: 4.5vw;
        margin-bottom: 4vw;
    }
    .article2 .sub-title {
        font-size: 3.5vw;
    }
    .article2 .gallery-wrap .gallery-content .mask {
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 4vw;
        opacity: 1;
    }
}

.article3 {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
}
.article3 .bar {
    position: absolute;
    left: 17vw;
    top: 0;
    width: 20vw;
    height: 100%;
    background-color: #000;
}
.article3 .bar p {
    position: absolute;
    right: 0;
    top: -5vw;
    font-size: 17vw;
    font-weight: 800;
    color: #fff;
    animation: swing 4.2s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.article3 .cont {
    position: absolute;
    left: 18vw;
    bottom: 3vw;
    padding-bottom: 5vw;
    font-size: 1vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}
.article3 .cont:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1vw;
    height: 1vw;
    background-color: #fff;
}
.article3 .cont p {
    overflow: hidden;
    margin-bottom: 2vw;
    font-size: 2vw;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.article3 .more_btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 11vw;
    height: 11vw;
    font-size: 1vw;
    font-weight: 600;
    color: #fff;
    background-color: #f6bb07;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.article3 .more_btn:hover {
    border-radius: 100px 0 0;
}
.article3 .img {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 7vw;
}

.article3 .dot {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5vw;
    margin-left: -7vw;
}
.article3 .dot em {
    display: inline-block;
    margin-right: 13px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.article3 .dot em:nth-child(1) {
    animation: flow1 4s infinite;
}
@keyframes flow1 {
    0% {
        transform: translateY(-4px);
    }
    40% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(-4px);
    }
}
.article3 .dot em:nth-child(2) {
    animation: flow2 4s infinite;
    animation-delay: 0.18s;
}
@keyframes flow2 {
    0% {
        transform: translateY(-3px);
    }
    40% {
        transform: translateY(51px);
    }
    100% {
        transform: translateY(-2px);
    }
}
.article3 .dot em:nth-child(3) {
    animation: flow3 4s infinite;
    animation-delay: 0.27s;
}
@keyframes flow3 {
    0% {
        transform: translateY(-2px);
    }
    40% {
        transform: translateY(52px);
    }
    100% {
        transform: translateY(-3px);
    }
}
.article3 .dot em:nth-child(4) {
    animation: flow4 4s infinite;
    animation-delay: 0.36s;
}
@keyframes flow4 {
    0% {
        transform: translateY(-1px);
    }
    40% {
        transform: translateY(53px);
    }
    100% {
        transform: translateY(-1px);
    }
}
.article3 .dot em:nth-child(5) {
    animation: flow5 4s infinite;
    animation-delay: 0.45s;
}
@keyframes flow5 {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(54px);
    }
    100% {
        transform: translateY(0);
    }
}
.article3 .dot em:nth-child(6) {
    animation: flow6 4s infinite;
    animation-delay: 0.54s;
}
@keyframes flow6 {
    0% {
        transform: translateY(-1px);
    }
    40% {
        transform: translateY(55px);
    }
    100% {
        transform: translateY(-1px);
    }
}
.article3 .dot em:nth-child(7) {
    animation: flow7 4s infinite;
    animation-delay: 0.63s;
}
@keyframes flow7 {
    0% {
        transform: translateY(-2px);
    }
    40% {
        transform: translateY(54px);
    }
    100% {
        transform: translateY(-2px);
    }
}
.article3 .dot em:nth-child(8) {
    animation: flow8 4s infinite;
    animation-delay: 0.72s;
}
@keyframes flow8 {
    0% {
        transform: translateY(-3px);
    }
    40% {
        transform: translateY(53px);
    }
    100% {
        transform: translateY(-3px);
    }
}
.article3 .dot em:nth-child(9) {
    animation: flow9 4s infinite;
    animation-delay: 0.81s;
}
@keyframes flow9 {
    0% {
        transform: translateY(-4px);
    }
    40% {
        transform: translateY(52px);
    }
    100% {
        transform: translateY(-4px);
    }
}
.article3 .dot em:nth-child(10) {
    animation: flow10 4s infinite;
    animation-delay: 0.9s;
}
@keyframes flow10 {
    0% {
        transform: translateY(-5px);
    }
    40% {
        transform: translateY(51px);
    }
    100% {
        transform: translateY(-5px);
    }
}
.article3 .dot em:nth-child(11) {
    animation: flow11 4s infinite;
    animation-delay: 0.99s;
}
@keyframes flow11 {
    0% {
        transform: translateY(-4px);
    }
    40% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(-4px);
    }
}
.article3 .dot em:nth-child(12) {
    animation: flow12 4s infinite;
    animation-delay: 1.08s;
}
@keyframes flow12 {
    0% {
        transform: translateY(-3px);
    }
    40% {
        transform: translateY(51px);
    }
    100% {
        transform: translateY(-3px);
    }
}
.article3 .dot em:nth-child(13) {
    animation: flow13 4s infinite;
    animation-delay: 1.27s;
}
@keyframes flow13 {
    0% {
        transform: translateY(-2px);
    }
    40% {
        transform: translateY(52px);
    }
    100% {
        transform: translateY(-2px);
    }
}
.article3 .dot em:nth-child(14) {
    animation: flow14 4s infinite;
    animation-delay: 1.36s;
}
@keyframes flow14 {
    0% {
        transform: translateY(-1px);
    }
    40% {
        transform: translateY(53px);
    }
    100% {
        transform: translateY(-1px);
    }
}

@keyframes swing {
    0% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@media screen and (max-width: 768px) {
    .article3 {
        width: 100%;
        height: auto;
        padding: 6.51vw;
        background: #000;
    }
    .article3 .bar {
        display: none;
    }
    .article3 .img {
        width: 100%;
        position: static;
        left: auto;
        bottom: auto;
        margin-left: 0;
    }
    .article3 .cont {
        position: static;
        left: auto;
        bottom: auto;
        padding: 10vw 0;
        font-size: 3.5vw;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.7);
    }
    .article3 .cont:after {
        display: none;
    }
    .article3 .cont p {
        margin-bottom: 3vw;
        font-size: 5vw;
    }
    .article3 .more_btn {
        position: static;
        left: auto;
        bottom: auto;
        width: 25vw;
        height: 10vw;
        font-size: 3vw;
        font-weight: 500;
    }
    .article3 .dot {
        display: none;
    }
}

.article4 {
    margin-top: 10vw;
    width: 100%;
    overflow: hidden;
}
.article4 .img {
    width: 100%;
    height: 50vw;
    background: url('../img/main/bg.jpg') center/cover no-repeat;
}
.article4 .cont {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 35vw;
    padding-top: 10vw;
    padding-left: 7vw;
    box-sizing: border-box;
    background-color: #fff;
}
.article4 .cont .tit_area .stxt {
    font-size: 0.85vw;
}
.article4 .cont .tit_area .btxt {
    margin-top: 0.5vw;
    font-size: 2.3vw;
    font-weight: 700;
    line-height: 1.2;
}
.article4 .cont .btn {
    width: 10vw;
    height: 4vw;
    background: #000;
    margin-top: 2vw;
    cursor: pointer;
    color: #fff;
    font-size: 1vw;
}
.article4 .cont .btn > a {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .article4 .cont {
        width: 50%;
        height: 40vw;
        padding-top: 4vw;
        padding-left: 4vw;
    }
    .article4 .cont .tit_area .stxt {
        font-size: 2.5vw;
    }
    .article4 .cont .tit_area .btxt {
        margin-top: 1vw;
        font-size: 4.5vw;
    }
    .article4 .cont .btn {
        width: 20vw;
        height: 8vw;
        margin-top: 3vw;
        font-size: 2vw;
    }
}

.article5 {
    padding: 0 17vw 10vw;
}
.article5 .title {
    position: relative;
    font-size: 2.2vw;
    font-weight: 900;
    line-height: 1;
    padding-bottom: 0.5vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid #000;
}
.article5 .sub-title {
    font-size: 0.85vw;
    font-weight: normal;
    margin-bottom: 0.6vw;
}
.article5 .title > a {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 1vw;
}
.article5 > ul {
    display: flex;
    justify-content: space-between;
}
.article5 > ul > li {
    width: 24%;
}
.article5 > ul > li > p:nth-of-type(2) {
    padding: 10px;
    text-align: center;
    font-size: 0.7vw;
    font-weight: bold;
}
.article5 > ul > li > p img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .article5 {
        margin: 8vw 0;
        padding: 0 6.51vw;
    }
    .article5 .title {
        font-size: 4.5vw;
        margin-bottom: 4vw;
    }
    .article5 .sub-title {
        font-size: 3.5vw;
    }
    .article5 .title > a {
        font-size: 3vw;
    }
    .article5 > ul {
        flex-wrap: wrap;
    }
    .article5 > ul > li {
        width: 49%;
    }
}

.swiper-slide .main_text_box {
    position: relative;
    width: 1450px;
    margin: 300px auto 0 auto;
}

.main_text_box .main_visual_title.title01 {
    position: absolute;
    top: -40px;
    width: 245px;
    height: 107px;
    background: url(../../basic/img/visual_01_text01.png) left center no-repeat;
}

.main_text_box .main_visual_sub_text01 {
    position: absolute;
    top: 120px;
    width: 493px;
    height: 135px;
    background: url(../../basic/img/visual_01_text02.png) center no-repeat;
    opacity: 0;
}

.main_text_box .main_visual_text01 {
    position: absolute;
    top: 320px;
    width: 410px;
    height: 24px;
    background: url(../../basic/img/visual_01_text03.png) center no-repeat;
    opacity: 0;
}

/* 02 */
.main_text_box .main_visual_title.title02 {
    position: absolute;
    top: -40px;
    width: 245px;
    height: 107px;
    background: url(../../basic/img/visual_02_text01.png) left center no-repeat;
}

.main_text_box .main_visual_sub_text02 {
    position: absolute;
    top: 120px;
    width: 493px;
    height: 135px;
    background: url(../../basic/img/visual_02_text02.png) center no-repeat;
    opacity: 0;
}

.main_text_box .main_visual_text02 {
    position: absolute;
    top: 320px;
    width: 410px;
    height: 24px;
    background: url(../../basic/img/visual_02_text03.png) left no-repeat;
    opacity: 0;
}

.main_text_box .main_visual_sub_text {
    position: absolute;
    top: 176px;
    width: 358px;
    height: 23px;
    background: url(../../basic/img/visual01_text.png) center no-repeat;
}

.main_text_box .main_visual_text {
    position: absolute;
    top: 250px;
    letter-spacing: -0.6px;
    font-size: 18px;
    font-weight: 300;
    color: #282828;
    line-height: 24pt;
}

.main_text_box .main_visual_title,
.main_text_box .main_visual_sub_text,
.main_text_box .main_visual_text {
    opacity: 0;
    transition: all 1s;
}

.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_title {
    top: 0px;
    transition: all 1.4s;
    transition-delay: 0.5s;
    opacity: 1;
}

.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_sub_text01 {
    top: 130px;
    transition: all 1.2s;
    transition-delay: 0.9s;
    opacity: 1;
}

.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_text01 {
    top: 138px;
    transition: all 1s;
    transition-delay: 1s;
    opacity: 1;
}

.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_title.title02 {
    top: 50px;
    transition: all 1.4s;
    transition-delay: 0.5s;
    opacity: 1;
}

.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_sub_text02 {
    top: 138px;
    transition: all 1.2s;
    transition-delay: 0.9s;
    opacity: 1;
}

/* .main_visual_slide.swiper-slide.swiper-slide-active .main_text_box .main_visual_text02{
	top:230px;
	transition: all 1s;
	transition-delay: 1s;
	opacity: 1;
} */

.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_text02 {
    top: 230px;
    transition: all 1s;
    transition-delay: 1s;
    opacity: 1;
}

.global_box {
    position: flex;
}

.global_box > li {
    float: left;
    display: flex;
    align-items: center;
    padding: 0 5px 0 0px;
}

.global_box li:first-child {
    margin-left: 0px;
}

.global_item {
    position: absolute;
    background: #fff;
    width: 100%;
    display: none;
}
.global_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.global_box > a {
    display: inline-block;
    margin-left: 7px;
    color: #000;
    background: url(../../basic/img/select_bg.jpg) right 11px top 12px no-repeat;
    padding: 0 27px 0 6px;
}

.global_box a:first-child {
    margin-left: 0px;
}

.global_box a.global_en {
    padding-bottom: 10px;
    border-bottom: solid 2px #000;
}

.section2 {
    margin-top: 162px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.section2_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 584px;
    height: 614px;
}

.section2_bg .section2_bg_box {
    position: relative;
    width: 100%;
    height: 100%;
}

.section2_bg .section2_visual {
    position: absolute;
    left: -126px;
    bottom: 40px;
    width: 585px;
    height: 548px;
    background: url(../../basic/img/section02_bg.png) center no-repeat;
    z-index: 1;
}

.section2_bg .loop_box {
    position: relative;
}
.section2_bg .loop_box span {
    position: absolute;
    right: 170px;
    top: -10px;
    display: block;
    width: 117px;
    height: 117px;
    background: url('/theme/basic/img/event_loop.png') center no-repeat;
    animation: rotate_image 14s linear infinite;
    transform-origin: 50% 50%;
    z-index: 1;
}

@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}

.menu_slide {
    overflow: hidden;
    margin-left: auto;
    width: 1050px;
    padding-bottom: 140px;
}

.menu_slide_btn {
    width: 1200px;
    height: 1px;
    position: absolute;
    right: -64px;
    top: 293px;
}

.menu_slide .swiper-slide img {
    max-width: 100%;
}

.menu_slide_btn .swiper-button-next {
    width: 27px;
    height: 52px;
    background: url(../../basic/img/section02_next.png) center no-repeat;
}

.menu_slide_btn .swiper-button-next::after {
    display: none;
}

.menu_slide_btn .swiper-button-prev {
    width: 27px;
    height: 52px;
    background: url(../../basic/img/section02_prev.png) center no-repeat;
}

.menu_slide_btn .swiper-button-prev::after {
    display: none;
}

.section21_bg img {
    max-width: 100%;
}

.section22_bg {
    background: url('../../basic/img/section22_bg.png') center top no-repeat;
    height: 1647px;
    text-align: center;
}
.section22_tab-box {
    margin: 0px auto 0;
    padding-top: 100px;
}

.section22_tab-box .mainVisual {
    position: relative;
    overflow: hidden;
    width: 1539px;
    height: 618px;
    margin: 0 auto;
}
.section25 .mainVisual {
    position: relative;
    overflow: hidden;
    width: 1054px;
    height: 297px;
    margin: 0 auto;
}
.mainVisual ul.imgList {
    position: relative;
    width: 1000%;
}
.mainVisual ul.imgList:after {
    clear: both;
    display: block;
    content: '';
}
.mainVisual ul.imgList li {
    position: relative;
    float: left;
    height: 618px;
}

/*.mainVisual ul.imgList li.item1 {background:url(../img/main_visual1.jpg) center top no-repeat}*/
.section22_tab-box .mainVisual ul.imgList li.item1 {
    background: url('/theme/basic/img/section22_contimg01.png') center top no-repeat;
    width: 1539px !important;
}
.section22_tab-box .mainVisual ul.imgList li.item2 {
    background: url('/theme/basic/img/section22_contimg02.png') center top no-repeat;
    width: 1539px !important;
}
.section22_tab-box .mainVisual ul.imgList li.item3 {
    background: url('/theme/basic/img/section22_contimg03.png') center top no-repeat;
    width: 1539px !important;
}
.section22_tab-box .mainVisual ul.imgList li.item4 {
    background: url('/theme/basic/img/section22_contimg04.png') center top no-repeat;
    width: 1539px !important;
}
.section22_tab-box .mainVisual ul.imgList li.item5 {
    background: url('/theme/basic/img/section22_contimg05.png') center top no-repeat;
    width: 1539px !important;
}

.section25 .mainVisual ul.imgList li.item1 {
    background: url('/theme/basic/img/section25_contimg01.png') center top no-repeat;
    width: 1054px !important;
}
.section25 .mainVisual ul.imgList li.item2 {
    background: url('/theme/basic/img/section25_contimg02.png') center top no-repeat;
    width: 1054px !important;
}
.section25 .mainVisual ul.imgList li.item3 {
    background: url('/theme/basic/img/section25_contimg03.png') center top no-repeat;
    width: 1054px !important;
}
.section25 .mainVisual ul.imgList li.item4 {
    background: url('/theme/basic/img/section25_contimg04.png') center top no-repeat;
    width: 1054px !important;
}

.mainVisual ul.imgList li img {
    display: block;
    width: 100%;
    height: 100%;
}
.mainVisual ul.imgList li .caption {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 60%;
    margin-left: -28%;
    z-index: 30;
}
.mainVisual ul.imgList li .caption.center {
    text-align: center;
}
.mainVisual ul.imgList li .caption h2 {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 100;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
}
.mainVisual ul.imgList li .caption h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1.75;
}
.mainVisual .control {
    position: absolute;
    top: 0;
    display: block;
    width: 150px;
    height: 100%;
    text-align: center;
    z-index: 50;
}
.mainVisual .prev {
    left: 0;
}
.mainVisual .next {
    right: 0;
}
.mainVisual .control span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    color: #ccc;
    text-align: center;
    line-height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}
.mainVisual ol.indicator {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 30;
}
.mainVisual ol.indicator li {
    position: relative;
    display: inline-block;
    line-height: 1;
    margin: 0 5px;
    padding: 10px 0;
    cursor: pointer;
}
.mainVisual ol.indicator li .dash {
    position: relative;
    width: 50px;
    height: 2px;
    background: rgba(128, 128, 128, 0.2);
}
.mainVisual ol.indicator li .dash .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
}

.visualTab {
    /* padding-bottom:20px; */
}
.visualTab ol {
    max-width: 1539px;
    margin: 0 auto;
}
.visualTab ol:after {
    clear: both;
    display: block;
    content: '';
}
.visualTab ol li {
    position: relative;
    float: left;
    width: 20%;
    padding: 20px 20px;
    text-align: center;
    cursor: pointer;
}
.visualTab ol li:after {
    position: absolute;
    top: 25px;
    left: 0;
    width: 2px;
    height: 30px;
    content: '';
    background: #eee;
}
.visualTab ol li:first-child:after {
    display: none;
}
.visualTab ol li h4 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #1c1c1c;
    font-weight: normal;
}
.visualTab ol li h4:after {
}
.visualTab ol li p {
    display: -webkit-box;
    color: #888;
    line-height: 1.5;
    height: 50px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    word-break: keep-all;
}
.visualTab ol li.on h4 {
    color: #7fb5ff;
}
.visualTab ol li.on h4:after {
    display: block;
    width: 100%;
    height: 8px;
    margin: 15px auto 15px auto;
    content: '';
    background: #7fb5ff;
}

.section25 .visualTab {
    max-width: 650px;
    margin: 0 auto;
}
.section25 .visualTab ol li {
    width: 25%;
    padding: 20px 0px;
}
.section25 .visualTab ol li:after {
    display: none;
}

.section23 {
    width: 100%;
    text-align: center;
    padding: 160px 0 0;
}
.section23_head {
    margin: 0px auto 30px;
}

.section24 {
    padding-bottom: 50px;
}
.lociation {
    width: 100%;
    background: url(/theme/basic/img/jm_map_img.png) left -100px no-repeat;
}

/* 다국어페이지 */
.lociation_jp {
    width: 100%;
    height: 665px;
    background-color: #fbf6ed;
}
.lociation_jp img {
    margin-top: -100px;
    width: 100%;
}
.lociation_ch {
    width: 100%;
    height: 665px;
    background-color: #fbf6ed;
    margin-bottom: -100px;
}
.lociation_ch img {
    width: 100%;
}
.lociation_th {
    width: 100%;
    height: 665px;
    background-color: #fbf6ed;
    margin-bottom: -100px;
}
.lociation_th img {
    width: 100%;
}
/* 다국어페이지 */

.map_quick_box {
    width: 1255px;
    padding: 40px;
    margin: 170px auto;
    border: 10px solid #f4ede3;
    background: #fff;
}
.map_quick_box .mq-box {
    width: 25%;
    height: 160px;
    flex-direction: column;
    align-items: center;
}
.map_quick_box .mq-box:not(:last-child) {
    border-right: 1px solid #ddd;
}
.mq-box .mq_title {
    margin-top: 20px;
    font-size: 1.4rem;
}
.mq-box .mq_stitle {
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: -1px;
    color: #939393;
}
.mq-box:not(:last-child) {
    margin-right: 50px;
}
.map_info {
    width: 100%;
    max-width: 1255px;
    text-align: right;
    margin: 0px auto;
    padding-top: 200px;
}

.section21 {
    margin-top: 150px;
    overflow: hidden;
    width: 100%;
}

.sect22-container {
    justify-content: center;
    padding: 20px 80px 0;
}
div[class*='sect22-count-box'] {
    width: 33.333%;
    text-align: center;
}
.mc_number {
    font-size: 110px;
    font-weight: bold;
    line-height: 122%;
}
.sect22-contain_topimg01 {
    padding-top: 117px;
}
.sect22-contain_topimg02 {
    margin-top: 51px;
}
.box-con-head {
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
    margin: 20px 0 0px;
}
.hbar {
    width: 45px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
}
.box-con-title {
    font-size: 27px;
    font-weight: bold;
    margin-top: 36px;
    text-align: center;
}
.box-con-body {
    margin-top: 7px;
    line-height: 168%;
    font-size: 18px;
    opacity: 0.7;
}

.section25 {
    padding-top: 160px;
    text-align: center;
}

.section26 {
    margin-top: 160px;
    height: 774px;
    background: url('/theme/basic/img/section26_bg.png') center no-repeat;
}

.section27-conbox {
    margin-top: 150px;
}
.section27-centerbox {
    width: 210px;
    margin: 0 100px;
}
.sect27-item-box1 {
    position: absolute;
    top: 0px;
    z-index: 9;
}
.sect27-item-box2 {
    position: absolute;
    top: 116px;
    z-index: 7;
}
.sect27-item-box3 {
    position: absolute;
    top: 35px;
    z-index: 8;
}
.sect27-item-box4 {
    position: absolute;
    top: 206px;
    z-index: 9;
}

.paralax-title {
    color: #7fb5ff;
    font-size: 6.25rem;
    font-weight: 900;
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: linear-gradient(129deg, #dc79ff, #256bfa);
}

.outer-container {
    margin: auto;
    width: 90%;
    padding: 120px 0px;
    position: relative;
}

.image-container {
    background: black;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-size: cover;
    background-position: center;
}

.section-title {
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -230%;
    transform: translateY(-50%);
    z-index: 1;
    white-space: nowrap;
}
.section-title.on-dark {
    color: white;
}
.section-title span {
    position: relative;
    display: block;
}

.tv_slide {
    width: 100%;
    height: 952px;
    position: relative;
    background: #f4f3eb;
    overflow: hidden;
}

.tv_slide .moible_bg {
    min-width: 1900px;
    bottom: 0px;
    position: absolute;
    left: -1px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    background: url(../../basic/img/youtube_bg.png) bottom center no-repeat #f4f3eb;
    background-size: 635px;
    height: 700px;
}

.tv_slide_box {
    margin: auto;
    width: 1900px;
    overflow: hidden;
}

.tv_slide_box > .no_over_left {
    position: absolute;
    width: 500px;
    height: 400px;
    z-index: 999999;
    left: 60px;
    bottom: 200px;
}

.tv_slide_box > .no_over_right {
    position: absolute;
    width: 500px;
    height: 400px;
    z-index: 999999;
    right: 60px;
    bottom: 200px;
}

.tv_slide_box .swiper-wrapper {
    padding-top: 410px;
    width: 100%;
}

.tv_slide_box .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 400px;
}

.tv_slide .tv_title {
    position: absolute;
    top: 125px;
    width: 100%;
    height: 50px;
    background: url(../../basic/img/tv_title.png) center no-repeat #f4f3eb;
}

.tv_slide_box > .tv_bg1 {
    position: absolute;
    width: 24px;
    height: 600px;
    background: #f4f3eb;
    z-index: 999;
    left: 618px;
    top: 410px;
}

.tv_slide_box > .tv_bg2 {
    position: absolute;
    width: 24px;
    height: 600px;
    background: #f4f3eb;
    z-index: 999;
    right: 618px;
    top: 410px;
}

.tv_slide_box .swiper-slide iframe {
    padding-top: 0px;
    margin: auto;
    display: block;
    width: 424px;
    height: 236px;
}

.tv_slide_box .swiper-slide-active iframe {
    margin: auto;
    display: block;
    width: 562px !important;
    height: 320px;
}

.tv_link_box {
    position: relative;
    margin: auto;
    width: 1920px;
}

.tv_link_box > a {
    width: 216px;
    height: 60px;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
}

.tv_btn_box {
    width: 760px;
    height: 1px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    overflow: none;
}

.tv_btn_box .swiper-button-next {
    width: 28px;
    height: 58px;
    background: url(../../basic/img/youtube_next.png) center no-repeat;
}

.tv_btn_box .swiper-button-next::after {
    display: none;
}

.tv_btn_box .swiper-button-prev {
    width: 28px;
    height: 58px;
    background: url(../../basic/img/youtube_prev.png) center no-repeat;
}

.tv_btn_box .swiper-button-prev::after {
    display: none;
}

.vidoe_motion {
    position: relative;
    width: 100%;
    height: 858px;
}

.vidoe_motion .text_box {
    position: absolute;
    bottom: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1648px;
    height: 598px;
    z-index: 2;
}

.vidoe_motion .text_box .bg_box {
    position: relative;
}

.vidoe_motion .text_box .bg_box .text_01 {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 702px;
    height: 325px;
    background: url(../../basic/img/video_text01.png) center no-repeat;
}

.vidoe_motion .text_box .bg_box .text_02 {
    position: absolute;
    width: 825px;
    height: 122px;
    right: 0px;
    top: 606px;
    background: url(../../basic/img/video_text02.png) center no-repeat;
}

.event_box .event_title {
    margin: 158px auto 0 auto;
    width: 655px;
    height: 181px;
    background: url(../../basic/img/banner_title.png) center no-repeat;
}

.event_box .event_list {
    margin-top: 86px;
    display: flex;
}

.event_box .event_list > li {
    margin-left: 28px;
}

.event_box .event_list > li:first-child {
    margin-left: 0px;
}

.event_box .loop {
    position: absolute;
    right: -60px;
    top: 220px;
    display: block;
    width: 117px;
    height: 117px;
    background: url(../../basic/img/event_loop.png) center no-repeat;
    animation: rotate_image 14s linear infinite;
    transform-origin: 50% 50%;
    z-index: -1;
}

@keyframes bounce {
    100% {
        transform: translateY(-20px);
    }
}

.quick_menu {
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 140px;
    display: block;
    flex-direction: column;
    animation: bounce 0.4s ease infinite alternate;
}
.quick_menu > a {
    margin-top: 10px;
    width: 180px;
    display: block;
}

.quick_menu.jbFixed {
    position: fixed;
    /*top:300px;*/
    bottom: 140px;
}

.board_bg {
    height: 750px;
    background: url(../../basic/img/board_bg.png) repeat-x;
    padding-bottom: 111px !important;
}

#bo_list {
    width: 1200px !important;
    margin: auto;
    padding: 50px 0;
}

#bo_gall {
    width: 1200px !important;
    margin: auto;
    padding: 50px 0;
}

#bd_container {
    width: 1200px !important;
    margin: auto;
    padding: 50px 0;
}

.process-box {
    width: 100%;
    text-align: center;
    padding: 100px 0 180px;
}
.process-box .process > ul {
    display: inline-block;
    overflow: hidden;
}
.process-box .process > ul > li {
    float: left;
    width: 260px;
    position: relative;
}
.process-box .process > ul > li::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    width: 0;
    background: url('/theme/basic/img/pc_sub/sub0201_03_online.png') center no-repeat;
    height: 5px;
    transition-duration: 0.3s;
}

.process-box .process > ul > li > .num {
    width: 55px;
    height: 55px;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    font-size: 26px;
    border-radius: 25px;
    margin-bottom: 30px;
    transform: scale(0);
    transition-duration: 0.5s;
}
.process-box .process > ul > li > .txt {
    opacity: 0;
    transition-duration: 1s;
    text-align: center;
}

.process-box .process.on > ul > li .num {
    transform: scale(1);
}
.process-box .process.on > ul > li:nth-child(1) .num {
    transition-delay: 0s;
}
.process-box .process.on > ul > li:nth-child(2) .num {
    transition-delay: 0.5s;
}
.process-box .process.on > ul > li:nth-child(3) .num {
    transition-delay: 1s;
}
.process-box .process.on > ul > li:nth-child(4) .num {
    transition-delay: 1.5s;
}
.process-box .process.on > ul > li:nth-child(5) .num {
    transition-delay: 2s;
}

.process-box .process.on > ul > li .txt {
    opacity: 1;
}
.process-box .process.on > ul > li:nth-child(1) .txt {
    transition-delay: 0s;
}
.process-box .process.on > ul > li:nth-child(2) .txt {
    transition-delay: 0.5s;
}
.process-box .process.on > ul > li:nth-child(3) .txt {
    transition-delay: 1s;
}
.process-box .process.on > ul > li:nth-child(4) .txt {
    transition-delay: 1.5s;
}
.process-box .process.on > ul > li:nth-child(5) .txt {
    transition-delay: 2s;
}

.process-box .process.on > ul > li::before {
    width: 100%;
}
.process-box .process.on > ul > li:last-child::before {
    width: 0;
}
.process-box .process.on > ul > li:nth-child(1)::before {
    transition-delay: 0.3s;
}
.process-box .process.on > ul > li:nth-child(2)::before {
    transition-delay: 0.8s;
}
.process-box .process.on > ul > li:nth-child(3)::before {
    transition-delay: 1.3s;
}
.process-box .process.on > ul > li:nth-child(4)::before {
    transition-delay: 1.8s;
}

.circle_area .loop_box {
    position: relative;
}
.circle_area .loop_box span {
    position: absolute;
    left: calc(50% - 770px);
    top: -50px;
    display: block;
    width: 117px;
    height: 117px;
    background: url('/theme/basic/img/event_loop.png') center no-repeat;
    animation: rotate_image 14s linear infinite;
    transform-origin: 50% 50%;

    /*z-index:-1;*/
}

@keyframes rotate_image {
    100% {
        transition-duration: 1s;
        transform: rotate(360deg);
        transition-delay: 1.8s;
    }
}

.product_slide {
    position: relative;
    clear: both;
    width: 1450px;
    margin: 0 auto;
}
.product_slide_btn-prev2 {
    left: -50px;
}
.product_slide_btn2 {
    background: none;
    border: 0;
    position: absolute;
    font-size: 40px;
    top: 50%;
    color: #fff;
    margin-top: -24px;
    z-index: 99;
    text-shadow: 1px 1px 1px #000;
    line-height: 34px;
}
.product_slide_btn-next2 {
    right: -50px;
}
.bx-next,
.bx-prev {
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#mc_value {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#mc_value div {
    background: transparent !important;
}

#mc_value .swiper {
    position: relative;
    height: 100vh !important;
    background-color: transparent !important;
}
#mc_value .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: transparent !important;
}
#mc_value .swiper-slide img {
    width: auto;
}

#mc_value .swiper-slide .contents-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* typo */
#mc_value .swiper-slide .title-wrap {
    position: relative;
    width: min(100%, 1500px);
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /*background:rgba(0,0,0,.1);*/
    font-family: 700;
    background-color: transparent !important;
}
#mc_value .swiper-slide .title-wrap .t1 {
    opacity: 0;
    filter: blur(10px);
    font-family: 'GmarketSans';
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0px;
    color: #754925;
    transition: all 1.2s var(--ease-out-1) 0.5s;
}

#mc_value .swiper-slide .title-wrap .t1.b {
    color: #282828;
}

#mc_value .swiper-slide .title-wrap .t1 span {
    font-family: 'NanumMyeongjo';
}
#mc_value .swiper-slide .title-wrap .t2 {
    opacity: 0;
    filter: blur(10px);
    margin-top: 2rem;
    font-family: 'Homenaje';
    font-size: 8px;
    color: #333;
    font-size: 16px;
    lline-height: 1;
    font-weight: 100;
    letter-spacing: 0.54rem;
    text-transform: uppercase;
    transition: all 1.2s var(--ease-out-1) 0.5s;
}

#mc_value .swiper-slide .title-wrap .t3 {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(100px);
    margin-top: 7rem;
    font-family: 'KoreanMJH';
    font-size: 90px;
    color: #754925;
    line-height: 0.9;
    letter-spacing: 0rem;
    transition: all 1.2s var(--ease-out-1) 0.6s;
}
#mc_value .swiper-slide .title-wrap .t4 {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(100px);
    margin-top: 3rem;
    font-family: 'GmarketSans';
    font-size: 30px;
    color: #333;
    line-height: 1.4;
    letter-spacing: 0rem;
    transition: all 1.2s var(--ease-out-1) 0.9s;
    font-weight: 500;
}
#mc_value .swiper-slide .title-wrap .t5 {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(100px);
    margin-top: 3rem;
    font-family: 'GmarketSans';
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #333;
    transition: all 1.2s var(--ease-out-1) 0.9s;
}
#mc_value .swiper-slide .title-wrap .t6 {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(100px);
    margin-top: 3rem;
    font-family: 'GmarketSans';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #754925;
    transition: all 1.2s var(--ease-out-1) 0.9s;
}
/* gp */
#mc_value .swiper-slide .title-wrap .gp-wrap {
    position: absolute; /*top:0;*/
    left: 40%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
#mc_value .swiper-slide .title-wrap .gp-wrap .gp1 {
    /*opacity:0; transform:translateX(100px);*/
    transition: all 1s var(--ease-in-out-1) 0.6s;
}
#mc_value .swiper-slide .title-wrap .gp-wrap .gp2 {
    /*opacity:0; transform:translateX(-100px);*/
    margin-top: 100px;
    transition: all 1s var(--ease-out-1) 1s;
}

#mc_value .swiper-slide[data-index='1'] .title-wrap .t1 {
    color: #fff;
}
#mc_value .swiper-slide[data-index='1'] .title-wrap .t2 {
    color: #fff;
}
#mc_value .swiper-slide[data-index='1'] .title-wrap .t3 {
    color: #d9a77e;
}
#mc_value .swiper-slide[data-index='1'] .title-wrap .t4 {
    color: #fff;
}
#mc_value .swiper-slide[data-index='1'] .title-wrap .t5 {
    color: #fff;
}
#mc_value .swiper-slide[data-index='1'] .title-wrap .t6 {
    color: #fff;
}

/* active */
#mc_value .swiper-slide-active .title-wrap .t1 {
    opacity: 1;
    filter: blur(0);
}
#mc_value .swiper-slide-active .title-wrap .t2 {
    opacity: 1;
    filter: blur(0);
}
#mc_value .swiper-slide-active .title-wrap .t3 {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0px);
}
#mc_value .swiper-slide-active .title-wrap .t4 {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0px);
}
#mc_value .swiper-slide-active .title-wrap .t5 {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0px);
}
#mc_value .swiper-slide-active .title-wrap .t6 {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0px);
}

#mc_value .swiper-slide-active .title-wrap .gp-wrap .gp1 {
    opacity: 1;
    transform: translateX(0px);
}
#mc_value .swiper-slide-active .title-wrap .gp-wrap .gp2 {
    opacity: 1;
    transform: translateX(0px);
}

#quick_r {
    bottom: 0px;
    right: 0px;
    position: fixed;
    font-size: 0;
    line-height: 0;
    z-index: 20;
}

#quick_r .wrapper {
    position: absolute;
    bottom: 100px;
    right: 30px;
}

#quick_r .quick-con {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: all 0.5s var(--ease-out-1);
}
#quick_r .quick-con.scroll {
    transform: translateY(-102px);
}

#quick_r .btn-wrap {
    bottom: 100px;
    left: 0;
    position: absolute;
    transform: translateX(130px);
    transition-delay: 0.6s;
    z-index: 10;
}
#quick_r .btn-wrap.on {
    transform: translateX(0);
    transition-delay: 0s;
}
#quick_r .btn-wrap.off {
    transform: translateX(130px);
    transition-delay: 0.6s;
}
#quick_r .btn-wrap .btn {
    position: relative;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.5s var(--ease-out-1);
    width: 100px;
    height: 100px;
}
#quick_r .btn-wrap .btn .line-v {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 1px;
    height: calc(100% + 16px);
    background: #754925;
    z-index: -1;
}

/* 5개 */
#quick_r .btn-wrap .btn:nth-child(1) {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1) translateY(500%);
    transition-delay: 0.25s;
}
#quick_r .btn-wrap .btn:nth-child(2) {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1) translateY(400%);
    transition-delay: 0.2s;
}
#quick_r .btn-wrap .btn:nth-child(3) {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1) translateY(300%);
    transition-delay: 0.15s;
}
#quick_r .btn-wrap .btn:nth-child(4) {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1) translateY(200%);
    transition-delay: 0.1s;
}
#quick_r .btn-wrap .btn:nth-child(5) {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1) translateY(100%);
    transition-delay: 0.05s;
}

/* 5개 */
#quick_r .btn-wrap .btn:nth-child(1) .icon {
    background: url(/theme/basic/img/icons1.png) center no-repeat;
}
#quick_r .btn-wrap .btn:nth-child(2) .icon {
    background: url(/theme/basic/img/icons2.png) center no-repeat;
}
#quick_r .btn-wrap .btn:nth-child(3) .icon {
    background: url(/theme/basic/img/icons3.png) center no-repeat;
}
#quick_r .btn-wrap .btn:nth-child(4) .icon {
    background: url(/theme/basic/img/icons4.png) center no-repeat;
}
#quick_r .btn-wrap .btn:nth-child(5) .icon {
    background: url(/theme/basic/img/icons5.png) center no-repeat;
}
#quick_r .btn-wrap .btn:nth-child(2) {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1) translateY(400%);
    transition-delay: 0.2s;
}
#quick_r .btn-wrap .btn:nth-child(3) {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1) translateY(300%);
    transition-delay: 0.15s;
}
#quick_r .btn-wrap .btn:nth-child(4) {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1) translateY(200%);
    transition-delay: 0.1s;
}
#quick_r .btn-wrap .btn:nth-child(5) {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1) translateY(100%);
    transition-delay: 0.05s;
}

#quick_r .btn-wrap .btn .wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#quick_r .btn-wrap .btn .icon-wrap {
    position: relative;
    width: 76px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #754925;
    position: relative;
    background: #fff;
    border-radius: 38px;
    overflow: hidden;
    transition: all 0.5s var(--ease-out-1);
}
#quick_r .btn-wrap .btn .icon-wrap .icon {
    position: absolute;
    width: 40px;
    height: 40px;
    transition: all 0.5s var(--ease-out-back);
}
#quick_r .btn-wrap .btn .title-wrap {
    opacity: 0;
    transform: translateY(12px);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s var(--ease-out-back);
}
#quick_r .btn-wrap .btn .title-wrap .title {
    font-family: 'NanumSquare';
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -1px;
    text-align: center;
    color: #754925;
}
#quick_r .btn-wrap .btn.active .icon-wrap .icon {
    opacity: 0;
    transform: translateY(-12px);
}
#quick_r .btn-wrap .btn.active .title-wrap {
    opacity: 1;
    transform: translateY(0px);
}
/* on/off */
#quick_r .btn-wrap .btn.on {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translateY(0);
}
/* toggle */
#quick_r .btn-toggle {
    position: relative;
    width: 100px;
    height: 100px;
    cursor: pointer;
}
#quick_r .btn-toggle .line-v {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 1px;
    height: calc(100% + 16px);
    background: #754925;
    z-index: -1;
}
#quick_r .btn-toggle:before {
    content: '';
    top: 5px;
    left: 5px;
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #754925;
    border-radius: 45px;
    transition: all 0.5s var(--ease-out-back);
}
#quick_r .btn-toggle .title-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s var(--ease-out-1);
}
#quick_r .btn-toggle .title-con .title-wrap {
    position: relative;
    opacity: 0.8;
    animation: blink 2s infinite;
}
@keyframes blink {
    0% {
        opacity: 0.8;
    }
    40% {
        opacity: 0.4;
    }
    80% {
        opacity: 0.8;
    }
}
#quick_r .btn-toggle .title-con .title-wrap .title {
    font-family: 'Barlow Semi Condensed';
    font-weight: 400;
    font-size: 14px;
    line-height: 0.8;
    letter-spacing: -0px;
    text-align: center;
    color: #fff;
}
#quick_r .btn-toggle .title-con .title-wrap .title > span {
    font-size: 10px;
}
#quick_r .btn-toggle .close-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#quick_r .btn-toggle .close-wrap .icon {
    opacity: 0;
    position: relative;
    width: 40%;
    height: 40%;
    transform: rotate(0deg);
    transition: all 0.5s var(--ease-out-1);
}
#quick_r .btn-toggle .close-wrap .icon:before {
    content: '';
    top: 50%;
    margin-top: -1px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}
#quick_r .btn-toggle .close-wrap .icon:after {
    content: '';
    top: 0;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 1px;
}
#quick_r .btn-toggle.active .title-con {
    opacity: 0;
}
#quick_r .btn-toggle.active .close-wrap .icon {
    opacity: 1;
    transform: rotate(135deg);
}
#quick_r .btn-toggle:hover:before {
    background: #000;
}

/* top btn */
#quick_r .btn-top-con {
    opacity: 0;
    transform: scale(0);
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s var(--ease-out-1);
}
#quick_r .btn-top-con.on {
    opacity: 1;
    transform: scale(1);
}
#quick_r .btn-top-con .btn-top {
    position: relative;
    width: 90px;
    height: 90px;
    background: #fff;
    border: 1px solid #754925;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
#quick_r .btn-top-con .btn-top .arrow-con {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.5s var(--ease-out-back);
}
#quick_r .btn-top-con .btn-top .arrow-con .arrow-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#quick_r .btn-top-con .btn-top .arrow-con .arrow-wrap .arrow {
    transform: rotate(-135deg);
    border: solid #754925;
    border-width: 0 1px 1px 0;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}
#quick_r .btn-top-con .btn-top .arrow-con .arrow-wrap .line {
    margin-top: -25px;
    width: 1px;
    height: 35px;
    background: #754925;
}
/* active */
#quick_r .btn-top-con .btn-top.active .arrow-con {
    transform: translateY(-10px);
}

.case-slide-wrap {
    padding: 100px 0;
    overflow: hidden;
    width: 1920px;
    margin: auto;
    display: flex;
}

.case-title {
    min-width: 480px;
    color: #222;
}

.case-title .sub-title {
    font-size: 30px;
    line-height: 1.5;
    font-family: 'Nanum Square Neo', sans-serif;
}
.case-title .title {
    font-size: 58px;
    line-height: 1.5;
    font-family: 'Italiana', sans-serif;
    font-weight: 600;
}
.case-title .text {
    font-size: 18px;
    margin-top: 30px;
    font-family: 'Nanum Square Neo', sans-serif;
}

.case-slide-box {
    position: relative;
    overflow: hidden;
}

.case-slide-box .img-box {
    overflow: hidden;
    border-top-right-radius: 40px; /* 오른쪽 상단 모서리만 35% */
    height: 324px;
}

.case-slide-box .img-box img {
    width: 100%;
    height: auto;
    object-fit: cover; /* 이미지 비율 맞추기 */
    transition: transform 0.3s ease; /* 변형 효과가 부드럽게 */
}

/* 마우스오버 시 해당 이미지만 확대 */
.case-slide-box .swiper-slide:hover .img-box img {
    transform: scale(1.2); /* 마우스오버 시 1.2배 확대 */
}
.case-slide-box .case-text-title {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.case-slide-box .case-sub-text {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin-top: 20px;
}

.case-slide-box .case-more-btn {
    margin-top: 30px;
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #d29375;
    transition: 0.1s;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.case-slide-box .swiper-slide:hover .case-more-btn {
    font-weight: 700;
    color: #fff;
    background: #d29375;
}

.main-before {
    background: #eee;
}

.before-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0px;
    width: 1516px;
    margin: auto;
}

.before-content .small-box {
    width: 626px;
}

.before-content .small-box .small-item li img {
    width: 145px;
    height: 145px;
}

.before-content .small-box .before-title {
    width: 732px;
    height: 126px;
    background: url(../../basic/img/before_title.png) center no-repeat;
}

.before-content .small-box ul {
    width: 628px;
    margin-top: 76px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.before-content .small-box ul li {
    width: 145px;
    height: 145px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.before-content .small-box ul li::after {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border: solid 6px #754925;
    border-radius: 20px;
    display: none;
}

.before-content .small-box ul li.active::after {
    display: block;
}

.before-content .big-box {
    position: relative;
    margin-left: 174px;
    width: 720px;
    height: 700px;
    background: #d2d2d2;
    border-radius: 30px;
    overflow: hidden;
}

.big-item {
    position: absolute;
    left: 0px;
    top: 0px;
}

.point-slide-box {
    display: flex;
    justify-content: center;
    align-items: top;
    position: relative;
    width: 1920px;
    margin: auto;
    overflow: hidden;
    padding: 100px 0px 140px;
}

.point-slide-box.reverse {
    padding-top: 0px !important;
}

.point-title-box-big {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/theme/basic/img/point_title_bg.jpg') center bottom no-repeat;
    font-size: 50px;
    letter-spacing: 4px;
    font-family: 'GmarketSans', sans-serif;
    font-weight: 700;
    padding-bottom: 60px;
}

.point-title-box-big .main {
    color: #754925;
    font-family: 'GmarketSans', sans-serif;
    font-weight: 700;
}
.point-title-box-big .sub-text {
    color: #333;
    font-family: 'GmarketSans', sans-serif;
    font-weight: 700;
}

.point-slide-content {
    width: 1114px;
    overflow: hidden;
}

.point-slide-content .swiper-wrapper .swiper-slide {
    width: 250px !important;
    height: 450px;
    border-radius: 30px;
    overflow: hidden;
}

.point-slide-content .swiper-wrapper .swiper-slide > img {
    border-radius: 30px;
    position: absolute;
    top: 50px;
    transition: all 1s;
    width: 100%;
    height: auto;
}

.point-slide-content .swiper-wrapper .swiper-slide.swiper-slide-active img {
    top: 0%;
    transition: all 1s;
}

.point-slide-box {
    width: 1540px;
}

.point-slide-box .thumbnail-slider {
    overflow: hidden;
    position: relative;
    margin-left: 100px;
    width: 300px;
    height: 500px;
}

.point-slide-box .thumbnail-slider .swiper-slide {
    background: #fff;
}

.point-slide-box .thumbnail-slider .swiper-slide.swiper-slide-active {
    background: #fff;
    opacity: 1 !important;
}

.point-slide-box .thumbnail-slider .swiper-slide .point-num {
    font-family: 'GmarketSans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
    color: #754925;
}

.point-slide-box .thumbnail-slider .swiper-slide .point-text {
    font-family: 'Gowun Batang';
    padding-top: 45px;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: -1px;
    color: #754925;
}

.point-slide-box .thumbnail-slider .swiper-slide .point-title {
    padding-top: 60px;
    font-weight: 500;
    font-size: 35px;
    line-height: 1;
    letter-spacing: -1px;
    line-height: 48px;
    color: var(--color-key-dark);
    font-family: 'GmarketSans', sans-serif;
}

.point-slide-box .thumbnail-slider .swiper-slide .point-title span {
    color: #754925;
    font-weight: 700;
}

.point-slide-box .thumbnail-slider .swiper-slide .point-sub {
    display: block;
    padding-top: 30px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: var(--color-key-dark);
}

.point-btn {
    position: relative;
    padding: 15px 25px 15px 20px;
    overflow: hidden;
    display: inline-block;
    color: #333;
    font-size: 14px;
    margin-top: 50px;
    font-family: 'GmarketSans', sans-serif;
    font-weight: 100;
    border-bottom: 1px solid #754925;
    background: #fff;
    z-index: 1;
}

.point-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 0%;
    height: 100%;
    background: #754925;
    z-index: -1;
    transition: none; /* 기본 상태는 애니메이션 없음 */
}

.point-btn:hover::before {
    width: 100%;
    transition: width 0.4s ease; /* hover 시 왼쪽 기준으로 확장 */
}

.point-btn:hover {
    color: #fff;
}

/* 마우스 아웃 시 오른쪽 기준으로 사라지는 효과 */
.point-btn.leaving::before {
    left: auto;
    right: 0;
    width: 0%;
    transition: width 0.4s ease;
}

.point-text-slide-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 110px;
    overflow: hidden;
}

.point-text-slide-box .point-text-slide {
    font-size: 65px;
    letter-spacing: 50px;
    color: rgba(117, 73, 37, 0.1);
    font-family: 'GmarketSans', sans-serif;
    white-space: nowrap;
    text-align: left;
    position: absolute;
    white-space: nowrap;
    animation: moveText 20s linear infinite; /* 애니메이션 */
    -webkit-user-select: none; /* Safari, Chrome, Opera에서 드래그 방지 */
    -moz-user-select: none; /* Firefox에서 드래그 방지 */
    -ms-user-select: none; /* Internet Explorer에서 드래그 방지 */
    user-select: none;
    background: #fff;
    z-index: 1;
}

.point-slide-box .point-title-box {
    position: absolute;
    left: 80px;
    top: 100px;
    z-index: 1;
}

.point-slide-box .point-number-box {
    position: absolute;
    right: 300px;
    top: 100px;
    z-index: 10;
    width: 200px;
    height: 60px;
}

.point-slide-box .point-number-box .point-number {
    font-family: 'DM Serif Display';
    display: flex;
    align-items: flex-end;
    font-size: 20px;
    line-height: 1;
    color: #754925;
}

.point-slide-box .point-number-box .point-number .num {
    font-size: 50px;
    line-height: 1;
    color: #754925;
    font-family: 'GmarketSans', sans-serif;
    font-weight: 700;
}

.point-slide-box .point-title-box .text {
    font-size: 10.5px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 2px;
    color: var(--color-primary);
}
.point-slide-box .point-title-box .title {
    margin-top: 10px;
    font-family: 'Glastone-Regular';
    font-size: 80px;
    line-height: 1;
    color: #754925;
}
.point-slide-box .point-title-box .sub {
    margin-top: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: var(--color-primary);
}

.point-slide-box .point-main-text {
    position: absolute;
    left: 100px;
    top: 100px;
}

.point-slide-box .point-swiper-btn {
    position: absolute;
    right: 208px;
    top: 540px;
    width: 120px;
}

.point-slide-box .point-swiper-btn.reverse {
    position: absolute;
    left: -20px;
    top: 440px;
    width: 160px;
}

.point-slide-box .point-swiper-btn .swiper-button-next-rv {
    right: 0px;
}

.point-slide-box .point-swiper-btn .swiper-button-prev-rv {
    left: 0px;
}

.point-slide-box .point-swiper-btn .swiper-button-next-rv::after {
    content: '';
    width: 80px;
    height: 80px;
    background: url('/theme/basic/img/point-right.png') center no-repeat;
    letter-spacing: -999px;
}

.point-slide-box .point-swiper-btn .swiper-button-prev-rv::after {
    content: '';
    width: 80px;
    height: 80px;
    background: url('/theme/basic/img/point-left.png') center no-repeat;
    letter-spacing: -999px;
}

.swiper-button-next-rv,
.swiper-button-prev-rv {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 80px !important;
    height: 80px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-slide-box .point-swiper-btn .swiper-button-next::after {
    width: 80px;
    height: 80px;
    background: url('/theme/basic/img/point-right.png') center no-repeat;
    letter-spacing: -999px;
}

.point-slide-box .point-swiper-btn .swiper-button-prev::after {
    width: 80px;
    height: 80px;
    background: url('/theme/basic/img/point-left.png') center no-repeat;
    letter-spacing: -999px;
}

@keyframes moveText {
    0% {
        left: 0%; /* 시작 위치는 화면 오른쪽 끝 */
    }
    100% {
        left: -100%; /* 끝 위치는 화면 왼쪽 끝 */
    }
}

.point-slide-content-reverse {
    width: 1330px;
    overflow: hidden;
}

.point-slide-content-reverse .swiper-wrapper .swiper-slide {
    height: 560px;
    overflow: hidden;
}

.point-slide-content-reverse .swiper-wrapper .swiper-slide > img {
    width: 100%;
    height: auto;
}

.point-slide-box .thumbnail-slider-reverse {
    margin-right: 100px;
    width: 300px;
    height: 500px;
}

.point-slide-box .thumbnail-slider-reverse .point-title span {
    font-family: 'GmarketSans', sans-serif;
    font-weight: 700;
}
.point-slide-box .thumbnail-slider-reverse .point-title {
    font-family: 'GmarketSans', sans-serif;
    font-weight: 500 !important;
}

.point-slide-box .thumbnail-slider-reverse .swiper-slide .point-num {
    font-family: 'GmarketSans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
    color: #754925;
    background: #fff;
}

.point-slide-box .thumbnail-slider-reverse .swiper-slide .point-text {
    font-family: 'Gowun Batang';
    padding-top: 45px;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: -1px;
    color: #754925;
}

.point-slide-box .thumbnail-slider-reverse .swiper-slide .point-title {
    padding-top: 70px;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    letter-spacing: -1px;
    line-height: 48px;
    color: var(--color-key-dark);
}

.point-slide-box .thumbnail-slider-reverse .swiper-slide .point-title span {
    color: #754925;
}

.point-slide-box .thumbnail-slider-reverse .swiper-slide .point-sub {
    display: block;
    padding-top: 30px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    background: #fff;
    color: var(--color-key-dark);
}

/* 전후사진 커스텀 */

.twentytwenty-overlay {
    display: none !important;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px !important;
    background: #eee !important;
}

.twentytwenty-wrapper {
    width: 716px !important;
    height: 700px !important;
}

.twentytwenty-handle {
    width: 138px !important;
    height: 138px !important;
    background: #754925 url(../../basic/img/slide_text.png) center no-repeat;
}

.twentytwenty-handle span {
    display: none !important;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 72px !important;
}

.twentytwenty-horizontal .twentytwenty-handle::after {
    margin-top: 72px !important;
}

.twentytwenty-container {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px !important;
    padding: 0px !important;
    width: 716px !important;
    height: 700px !important;
}

.twentytwenty-container .item {
    width: 716px !important;
    height: 700px !important;
    position: relative;
}

.twentytwenty-container img {
    width: 716px !important;
    height: 700px !important;
    object-fit: cover;
}

.twentytwenty-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url(../../basic/img/before_text_img.png) center no-repeat;
    z-index: 21;
    color: #fff;
    font-size: 31px;
}

.twentytwenty-after {
    z-index: 22;
}

.twentytwenty-handle {
    z-index: 50 !important;
    margin-left: -72px !important;
    margin-top: -72px !important;
}

.btn_more {
    display: block;
    padding-top: 30px;
    text-align: right;
}

#quick_sms {
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 255, 0.2);
    font-family: 'Noto Sans KR';
    font-weight: 400;
    letter-spacing: -1px;
}

/* black */
#quick_sms .black-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 100vh;
}
#quick_sms .black-wrap.on {
    width: 100%;
}
#quick_sms .black-wrap .black {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(150, 150, 150, 0);
    backdrop-filter: blur(0px);
    transition: all 0.5s var(--ease-out-1);
}
#quick_sms .black-wrap .black.on {
    background: rgba(150, 150, 150, 0.5);
    backdrop-filter: blur(5px);
}

/* contents */
#quick_sms .wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    transform: translateY(150px);
    transition: all 0.7s var(--ease-out-1);
}
#quick_sms .wrapper.on {
    transform: translateY(0px);
}
#quick_sms .wrapper.off {
    transform: translateY(150px);
    transition: all 0.7s var(--ease-in-out-1);
}

/* ********** top ********** */
#quick_sms .wrap1 {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
#quick_sms .wrap1 .title {
    transform: translateY(5px);
    width: 300px;
    height: 60px;
    padding-top: 5px;
    border-radius: 60px 60px 0 0;
    overflow: hidden;
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.5px;
    background: rgba(117, 73, 37, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* ********** bottom ********** */
#quick_sms .wrap2 {
    position: relative;
    width: 100%;
    height: 150px;
    background: rgba(117, 73, 37, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
/* 이름,연락처,상담내용 */
#quick_sms .wrap2 .box:nth-child(1) {
    width: 180px;
}
#quick_sms .wrap2 .box:nth-child(2) {
    width: 180px;
}
#quick_sms .wrap2 .box:nth-child(3) {
    width: 480px;
}
#quick_sms .wrap2 .box .input-sms {
    width: 100%;
}
/* 개인정보취급방침,상담신청 */
#quick_sms .wrap2 .box:nth-child(4) {
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

#quick_sms .wrap2 .box {
    border: none !important;
}
#quick_sms .wrap2 .box:nth-child(4) .btn-agree2 {
    font-family: 'Noto Sans KR';
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    cursor: pointer;
    min-width: 120px;
}
#quick_sms .wrap2 .btn-counsel {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    padding-bottom: 2px;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    border: none;
}
#quick_sms .wrap2 .btn-counsel > p {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
/* input,placeholder */
#quick_sms .wrap2 .input-sms {
    font-family: 'Noto Sans KR';
    font-size: 15px;
    color: #000;
    background: #fff;
    padding: 0px 20px 0px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 40px;
}
#quick_sms .wrap2 .input-sms::placeholder {
    font-family: 'Noto Sans KR';
    font-size: 15px;
    color: #666;
}

#quick_sms input[id='cb1'] {
    position: absolute; /* 화면에서 숨기기 */
    opacity: 0; /* 체크박스를 보이지 않게 */
    pointer-events: none; /* 체크박스 클릭 이벤트 비활성화 */
}
/* checkbox */
#quick_sms input[id='cb1'] + label {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}
#quick_sms input[id='cb1']:checked + label {
    background: #fff url(/theme/basic/img/icon_check.png) no-repeat center center/80%;
}
#quick_sms input[id='cb1'] {
    display: none;
}

.location-box {
    padding-bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-box #kakaomap {
    width: 888px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: Solid 1px #ccc;
    font-size: 20px;
}

.location-box .main_call {
    position: relative;
    width: 1412px;
    height: 499px;
    background: url(/theme/basic/img/main_call.jpg) no-repeat center;
}

.kakaomap{
    width:940px;
    height:500px;
    position:absolute;
    left:0px;
    top:0px;

}

.footer-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.footer-modal-content {
    background: #fff;
    padding: 30px;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 10px;
    position: relative;
}

.footer-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    color: #333;
}

.footer-modal-hidden {
    display: none;
}

.footer-modal-body h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.scroll-box {
    font-size: 14px;
    margin-top: 30px;
    max-height: 300px;
    overflow-y: auto;
    color: #333;
}
