@charset "utf-8";

:root {
    --ease-out-1: cubic-bezier(0.33, 1, 0.68, 1);
    --ease-in-out-1: cubic-bezier(0.65, 0, 0.35, 1);
    --ease-out-2: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-in-out-2: cubic-bezier(0.83, 0, 0.17, 1);
    --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');/*font-family: "Noto Sans KR", sans-serif;*/

@font-face {
    font-family: 'Pretendard-thin';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}




@font-face {
font-family:"ivymode";
    src:url("./fonts/ivymode.woff") format("woff");
    font-style:normal;
    font-weight:300;
    font-stretch:normal;
}

@font-face {
    font-family:"IvyMode-Regular";
    src:url("./fonts/ivymode-regular-300.woff") format("woff");
    font-style:normal;
    font-weight:300;
    font-stretch:normal;
}

@font-face {
    font-family:"IvyMode-Regular";
    src:url("./fonts/ivymode-regular-400.woff") format("woff");
    font-style:normal;
    font-weight:400;
    font-stretch:normal;
}

@font-face {
font-family:"endensor";
    src:url("./fonts/Edensor-FREE.woff") format("woff");
    font-style:normal;
    font-weight:300;
    font-stretch:normal;
}



body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Noto Sans KR", sans-serif;
	font-weight:400;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {color:#000;text-decoration:none}
* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;

    box-sizing: border-box;
}

#hd {
    width: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
}

#hd ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#hd {
    position: fixed;
}

#mo-wrap {
    display: none;
}

#pc-wrap {
    --height: 85px;
}

#pc-wrap {
    max-width: 1920px;
    margin: 0 auto;
    height: 85px;
    border-bottom: 1px solid rgba(27, 27, 27, 0.3);
	transition: all 0.3s ease-out;
}

#hd.scrolled #pc-wrap {
    background-color: #52433e;
}
#hd .hd-logo img{}
#hd .hd-logo img:nth-child(1){display:block;}
#hd .hd-logo img:nth-child(2){display:none;}
#hd.scrolled .hd-logo{}
#hd.scrolled .hd-logo img:nth-child(1){display:none;}
#hd.scrolled .hd-logo img:nth-child(2){display:block;}

#pc-wrap .hd-nav {
    max-width: 1542px;
    margin: 0 auto;
    /*margin-top: 27px;*/
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 100%;
}

#pc-wrap ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    justify-content: space-between;
    max-width: 1412px;
    z-index: 10;
}

#pc-wrap ul li {
    color: #52433e;
    font-size: 1.2rem;
    font-family: "Noto Sans KR", sans-serif;
	font-weight:400;
    cursor: pointer;
}

.scrolled #pc-wrap ul li {
    color: #fff;
}

#pc-wrap ul li:hover {
    color: #fff;
}


#pc-wrap a {
    text-decoration: none;
}

#pc-wrap .list-con .list {
    position: relative;
}


.scrolled #pc-wrap .list-con .list .d1 {
    color: #fff;
}

#pc-wrap .list-con .list .d1 {
    /* background: rgba(255, 0, 0, .1); */
    padding: 0 0px;
    position: relative;
    height: var(--height);
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-weight: 700;*/
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: -1px;
    color: #52433e;
    transition: all .3s var(--ease-out-1);
}

#pc-wrap .list-con .list .d1.active {
    /*color: #2a3438;*/
    color: #fff;
}


#pc-wrap .list-con .list .d1.active:before {
    width: 100%;
}

/*#pc-wrap .list-con .list .d1:before {
    content: '';
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, .5);
    transition: all .3s var(--ease-out-1);
}*/

#pc-wrap .list-con .list .d2-con {
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(0, 0, 0, .2);
    position: absolute;
    top: var(--height);
    margin-top: -1px;
    left: 50%;
    transform:translateX(-50%);
    width: 12rem;
    transition: all .5s var(--ease-out-2);
    backdrop-filter: blur(3px);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .02));
}

#pc-wrap .list-con .list .d2-con.pr-102 {
    left: calc(50% - 51px);
}

#pc-wrap .list-con .list .d2-con.pl-102 {
    left: calc(50% + 51px);
}

.scrolled #pc-wrap .list-con .list .d2-con {
    /*background: rgba(82, 67, 62);*/
}

#pc-wrap .list-con .list .d2-con .d2-wrap {
    position: relative;
    transform: translateY(0px);
    padding: 0px 0;
    transition: all .3s var(--ease-out-1);
    flex-direction: column;
}

#pc-wrap .list-con .list .d2-con .d2-wrap .btn {
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}
#pc-wrap .list-con .list .d2-con .d2-wrap .btn a {
    /*color: #fff;*/
}

#pc-wrap .list-con .list .d2-con .d2-wrap .btn .txt {
    position: relative;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -1px;
    color: #574134;
    /*transform: scaleX(.95);
    transition: all .3s var(--ease-out-1);*/
}

.scrolled #pc-wrap .list-con .list .d2-con .d2-wrap .btn .txt {
    /*color: #fff;*/
}

#pc-wrap .list-con .list .d2-con .d2-wrap .btn.active .txt:before {
    width: 100%;
}
#pc-wrap .list-con .list .d2-con .d2-wrap .btn .txt:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: rgba(87, 65, 52, .5);
    transition: all .3s var(--ease-out-1);
}




#pc-wrap .hd-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-82%);
    top: 18px;
    z-index: 11;
    width: 215px;
}

#pc-wrap .hd-sitemap-btn {
    margin-left: 46px;
    z-index: 11;
    cursor: pointer;
    width: 44px;
    padding: 10px;
    height: 44px;
}

.scrolled #pc-wrap .hd-sitemap-btn {
    filter: brightness(0) invert(1);
}

#pc-wrap .hd-lang-btn {
    margin-left: 10px;
    z-index: 11;
    cursor: pointer;
    width: 40px;
    padding-top: 2px;
    height: 40px;
}

#pc-wrap .hd-lang-btn img{width:100%;}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    /*background-image: url('../img/main.png');*/
    background-size: cover;
    min-width: 1000px;

}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    /*background-image: url('../img/main.png');*/
    background-size: cover;
    min-width: 1000px;
	overflow:hidden;

}

.main-s1 > img {
    width: 100%;
}

.main-s1 {
   background-image: url('../img/main-s1-bg.png');
   background-size: cover;
   aspect-ratio: 1920 / 876;
   position: relative;
   overflow: hidden;
}

.main-s1-txt1 {
    position: absolute;
    width: 18.8%;
    left: 11.6%;
    top: 24.4%;
}

.main-s1-txt2 {
    position: absolute;
    width: 28.58%;
    left: 13.64%;
    top: 35.95%;
}

.main-s1-txt3 {
    position: absolute;
    width: 37%;
    left: 13.48%;
    top: 50.79%;
}

.main-s1-txt4 {
    position: absolute;
    width: 8.59%;
    left: 68.43%;
    top: 22.94%;
}

.main-s2 {
    aspect-ratio: 1920 / 900;
    height: 900px;
    position: relative;
    overflow: hidden;
}
.main-s2 a{color:#fff; text-align:center;}
.main-s2-txt1 {
    position: absolute;
    width: 10.57%;
    left: 22.08%;
    top: 11.44%;
}

.main-s2-txt2 {
    position: absolute;
    width: 27.65%;
    left: 26.25%;
    top: 17.88%;
}

.main-s2-txt3 {
    position: absolute;
    width: 18.38%;
    left: 55.78%;
    top: 19%;
}

.main-s2-txt4 {
    position: absolute;
    width: 8.22%;
    left: 64.37%;
    top: 28.11%;
    animation: rotate 10s linear infinite;
}

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

.s2-slide {
    width: 100%;
    aspect-ratio: 1920 / 442;
    margin-top: 15%;
}

.main-s2-pic1 {
   background-image: url('../img/main-s2-pic1-b.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: bottom;
   width: 25% !important;
}

.main-s2-pic2 {
   background-image: url('../img/main-s2-pic2-b.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: bottom;
   width: 25% !important;
}

.main-s2-pic3 {
   background-image: url('../img/main-s2-pic3-b.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: bottom;
   width: 25% !important;
}

.main-s2-pic4 {
   background-image: url('../img/main-s2-pic4-b.png');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: bottom;
   width: 25% !important;
}


.zoom-pic {
    position: absolute;
    margin: 0 auto;
    /*display: none;*/
    left: 50%;
    transform: translateX(-50%);
    filter: grayscale(100%);
    transition: width 0.5s ease, border-top-right-radius 0.3s ease 0.3s, filter 1s ease 0.5s;
    width: 100%;
    bottom: 0;
}

.zoom-txt {
    position: absolute;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 160%;
    left: 50%;
    transform: translateX(-50%);
}


.zoom-txt1 {
    font-family: "Noto Sans KR", sans-serif;
	font-weight:300;
    font-size: 19px;
    opacity: 0;
    letter-spacing: -0.4px;
}

.zoom-txt2 {
    font-size: 48px;
    font-family: 'IvyMode-Regular';
    line-height: 76px;
    opacity: 0;
}

.zoom-hr {
    width: 208px;
    height: 2px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 70%);
	margin:0 auto;
    margin-bottom: 16px;
    opacity: 0;
}

.zoom-moreview {
    font-size: 15px;
    font-family: 'IvyMode';
    letter-spacing: 1px;
    position: absolute;
    bottom: 13px;
    right: 15px;
    text-decoration: none;
    color: #fff;
    opacity: 0;
}

a:hover.zoom-moreview {
    color: #52433e;color:#fff;
}

.swiper-slide-active .zoom-pic {
    width: 160%;
    border-top-right-radius: 25.78% 44.59%;
    /*border-top-right-radius: 198px;*/
    filter: unset; 
}

.swiper-slide-active .zoom-txt .zoom-txt1 {
    animation: fadeInUp 1s;
    animation-fill-mode: both;
    animation-delay: 0.3s;
}

.swiper-slide-active .zoom-txt .zoom-txt2 {
    animation: fadeInUp 1s;
    animation-fill-mode: both;
}

.swiper-slide-active .zoom-txt .zoom-hr {
    opacity: 1;
}

.swiper-slide-active .zoom-txt .zoom-moreview {
    animation: fadeInLeft 1s;
    animation-fill-mode: both;
    animation-delay: 0.6s;
}

.zoom-pic {

}

.s2-slide .swiper-button-prev {
	background-image: url('../img/main-s2-left.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.81%;
    height: 12.21%;
    z-index: 10;
    left: 26.1%;
    top: 69.2%;
    opacity: 0.5;
}

.s2-slide .swiper-button-prev:after {
    content: '';
}

.s2-slide .swiper-button-next {
    /*margin-left: 223px;*/
    
	    /*margin-right: 223px;*/
    background-image: url('../img/main-s2-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.81%;
    height: 12.21%;
    z-index: 10;
    right: 26.1%;
    top: 69.2%;
    left: unset;
    opacity: 0.5;
}

.s2-slide .swiper-button-next:after {
    content: '';
}


.swiper-slide-active .zoom-pic {
    display:block;
}

.main-s2-pic1.active {
    background-image: url('../img/main-s2-pic1-c.png');
    width: 40% !important;
}

.main-s2-pic2.active {
    background-image: url('../img/main-s2-pic2-c.png');
    width: 40% !important;
}

.main-s2-pic3.active {
    background-image: url('../img/main-s2-pic3-c.png');
    width: 40% !important;
}

.main-s2-pic4.active {
    background-image: url('../img/main-s2-pic4-c.png');
    width: 40% !important;
}

.main-s3 {
    background-image: url('../img/main-s3-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1920 / 432;
    position: relative;
    overflow: hidden;2025-07-22
}

.main-s3-txt1 {
    position: absolute;
    width: 19.47%;
    left: 40.26%;
    top: 40.04%;
    z-index: 7;
}

.main-s3-txt1.aos-animate {
    opacity: 0.7 !important;
}

.main-s3-txt2 {
    position: absolute;
    width: 27.76%;
    left: 36.09%;
    top: 31.01%;
}

.main-s3-txt3 {
    position: absolute;
    width: 45.15%;
    left: 28%;
    top: 62.5%;
}

.main-s4 {
    aspect-ratio: 1920 / 723;
    position: relative;
    overflow: hidden;
}

.main-s4-txt1 {
    position: absolute;
    width: 14.68%;
    left: 10.26%;
    top: 29.32%;
}

.main-s4-txt2 {
    position: absolute;
    width: 17.29%;
    left: 13.02%;
    top: 38.17%;
}

.main-s4-txt3 {
    position: absolute;
    width: 16.97%;
    left: 12.86%;
    top: 50.48%;
}


#main-s4-slide  {
    width: 86.97%;
    aspect-ratio: 1670 / 446;
    margin-top: 8.1%;
    margin-left: 13.02%;
    position: relative;
    overflow: visible !important;
    box-sizing: border-box;
}

.swiper-wrapper {
    transition-timing-function: ease-out !important;
}

#main-s4-slide .swiper{
    width: 72.75%;
    aspect-ratio: 1217 / 385;
    margin-left: 27.06%;
    overflow: clip visible;
}

#main-s4-slide .swiper-wrapper {
    display: flex;
    transition-timing-function: linear;
}

#main-s4-slide .swiper-slide {
    width: 25.30%;
    box-sizing: border-box;
}

#main-s4-slide .swiper-pagination {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 99.97%;
    bottom: 9.64%; 
}

#main-s4-slide .swiper-pagination-bullet {
    width: unset;
    height: 3px;
    background: #d1d1d1;
    flex: 1;
    margin: 0 !important;
    border-radius: 0;
}

#main-s4-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: unset;
    height: 4px;
    background: #e1b9b5;
    flex: 0;
    flex-basis: 14.55%;
}

#main-s4-slide .swiper-slide .hover-pic {
    opacity: 0;
    bottom: 10%;
    width: 100%;
    position: absolute;
    transition: opacity 1s;
}


#main-s4-slide .swiper-button-prev {
    background-image: url('../img/main-s4-left.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.49%;
    height: 3.81%;
    bottom: 14%;
    left: 0.11%;
    top: unset;
}

#main-s4-slide .swiper-button-prev:after {
    content: '';
}

#main-s4-slide .swiper-button-next {
    background-image: url('../img/main-s4-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.49%;
    height: 3.81%;
    bottom: 14%;
    left: 2.57%;
    top: unset;
}

#main-s4-slide .swiper-button-next:after {
    content: '';
}

#main-s4-slide .swiper-slide img {
    width: 100%;
    position: relative;
    left: 0;
}

.laser-txt1 {
    font-family: 'endensor';
    font-size: 1.3rem;
    color: #5f514d;
    text-align: center;
    margin-top: 0px;
    background-color: #fff;
    position: relative;
    opacity: 0;
    transition: all .5s ease;
}

.laser-txt2 {
    font-family: "Noto Sans KR", sans-serif;
	font-weight:500;
    letter-spacing: -0.5px;
    font-size: 1.2rem;
}

.laser-txt-sp {
    margin: 0 7px;
}

#main-s4-slide .swiper-slide  .hover-pic {
    /*display: block;*/
}

#main-s4-slide .swiper-slide:hover  .hover-pic {
    transition: opacity .5s;
    opacity: 1;
}

#main-s4-slide .swiper-slide:hover  .laser-txt1 {
    opacity: 1;
}

.main-s4-pic1 {
}
.main-s4-pic1:hover .hover-pic {
    display: block;
}

.main-s4-pic1:hover .normal-pic {
    opacity: 0;
}


.main-s4-pic2 {
    background-size: contain;
    background-repeat: no-repeat;
}
.main-s4-pic2:hover .hover-pic {
    display: block;
}

.main-s4-pic3 {
    background-size: contain;
    background-repeat: no-repeat;
}
.main-s4-pic3:hover .hover-pic {
    display: block;
}

.main-s4-pic4 {
    background-size: contain;
    background-repeat: no-repeat;
}
.main-s4-pic4:hover .hover-pic {
    display: block;
}

.main-s4-pic5 {
    background-size: contain;
    background-repeat: no-repeat;
}
.main-s4-pic5:hover .hover-pic {
    display: block;
}

.main-s5 {
    aspect-ratio: 1920 / 894;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    /*opacity: 0.5;*/
}

.m-main-s5 {
    display: none;
}

.main-s5-wrapper {
    display: flex;
    justify-content: center;
    aspect-ratio: 1920 / 745;
}


.inst-normal {
    position: absolute;
    color: #52433e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.inst-normal > div {
    height: 510px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inst-normal div {
    color: #52433e;
}

.inst-no {
    font-family: 'IvyMode';
    font-size: 50px;

}

.inst-pic {
	margin:0 auto;
    margin-top: 28px;
    width: 180px;
}


.inst-pic img {
    width: 100%;
}

.inst-title1.mt {
    margin-top: 5px;
}

.inst-title1 {
    font-family: 'IvyMode';
    font-size: 28px;
    letter-spacing: 0.4px;
}


.inst-title2 {
    font-family: 'IvyMode';
    font-size: 28px;
    letter-spacing: 0.9px;
}

.inst-subtitle {
    font-family: "Noto Sans KR", sans-serif;
	font-weight:500;
    font-size: 22px;
    margin-top: 29px;
}


.inst-txt.mt {
    margin-top: 17px;
}

.inst-txt {
    font-family: "Noto Sans KR", sans-serif;
	font-weight:400;
    font-size: 19px;
    letter-spacing: -0.4px;
    line-height: 29px;
}


.inst-hr {
    width: 100px;
    height: 2px; /* 선의 두께 */
    background: radial-gradient(ellipse at center, rgba(82, 67, 62, 0.6) 0%, rgba(82, 67, 62, 0.1) 50%, rgba(82, 67, 62, 0) 100%);
	margin:0 auto;
    margin-top: 25px
}

.inst-hover:hover {
    opacity: 1;

}

.inst-hover:hover .inst-no {
    opacity: 0;
    animation: fadeInUp 1s;
    animation-fill-mode: forwards;
}

.inst-hover:hover .inst-pic {
    opacity: 0;
    animation: fadeInUp 1s;
    animation-fill-mode: both;
}

.inst-hover:hover .inst-txt1 {
    opacity: 0;
    animation: fadeInUp 1s;
    animation-fill-mode: both;
}

.inst-hover:hover .inst-txt2 {
    opacity: 0;
    animation: fadeInUp 1s;
    animation-fill-mode: both;
}

.inst-hover:hover .inst-title1 {
    animation: fadeInDown 1s;
}

.inst-hover:hover .inst-title2 {
    animation: fadeInDown 1s;
}

.inst-hover:hover .inst-view {
    animation: fadeInDown 1s;
}

.inst-hover {
   opacity: 1;
   color: #fff;
   display: flex;
   flex-direction: column;
   align-items: center;
   height: 520px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.inst-hover a{color:#fff;}

.inst-hover > div {
    height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inst-hover .inst-pic {
    margin-top: 0px;margin:0 auto;
}

.inst-hover .inst-txt1 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
}

.inst-hover .inst-txt2 {
    font-size: 20px;
    line-height: 30px;
}

.inst-hover .inst-hr {
    width: 125px;
    height: 2px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    margin:0 auto;margin-top: 16px;
}

.inst-hover .inst-title1 {
    margin-top: 16px;
}

.inst-hover .inst-title2 {
    letter-spacing: 0.9px;
}

.inst-view {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-top: 27px;
    cursor: pointer;
}

.inst-arrow {
    position: absolute;
    top: -11px;
    transition: transform 0.3s ease-in-out;
    width: 10px;
    height: 35px;
	z-index:9;
}

@keyframes arrowbounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px); /* 위로 이동 */
  }
}

.inst-view:hover .inst-arrow {
    animation: arrowbounce 0.5s infinite alternate;
}

.inst-view-circle {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    transition: 0.5s ease;
}

.inst-view:hover .inst-view-circle {
    background-color: #403531;
    opacity: 0.5;

}

.main-s5-wrapper a{text-align:center;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
.main-s5-wrapper img{}

.main-s5-inst1 {
    flex: 1;
    border: 1px solid #212121;
    border-width: 1px 0px 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.main-s5-inst1 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.main-s5-inst1:hover .inst-normal {
    opacity: 0;
}

.main-s5-inst1:hover .inst-hover {
    opacity: 1;
}

.main-s5-inst1 .inst-hover {
    background-image: url('../img/inst1-h-bg.png');color:#fff;
}

.inst-hover .inst-pic {
    margin-top: 0px;
}

.main-s5-inst2 {
    flex: 1;
    border: 1px solid #212121;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-s5-inst2 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
	transition: all 0.3s ease-out;
}


.main-s5-inst2:hover .inst-normal {
    opacity: 0;
}

.main-s5-inst2:hover .inst-hover {
    opacity: 1;
}

.main-s5-inst2 .inst-hover {
    background-image: url('../img/inst2-h-bg.png');
}

.main-s5-inst3 {
    flex: 1;
    border: 1px solid #212121;
    border-width: 1px 0px 1px 0px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-s5-inst3 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.main-s5-inst3:hover .inst-normal {
    opacity: 0;
}
.main-s5-inst3:hover .inst-hover{
    opacity: 1;
}


.main-s5-inst3 .inst-hover {
    background-image: url('../img/inst3-h-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-section {
    /*background-image: url('../img/contact-bg.png');*/
    background-color: #f8f8f8;
    background-size: auto;
    background-repeat: no-repeat;
    /*aspect-ratio: 1920 / 623;*/
    position: relative;
    overflow: hidden;
    height: 680px;
    background-position: top, center;
    min-width: 1000px;
    /*opacity: 0.5;*/

}

.cont-adjust {
    letter-spacing: -0.7px;
    font-family: "Noto Sans KR", sans-serif;
	font-weight:500;
}

.contact-wrap {
    display: flex;
    max-width: 1464px;
    /*padding: 0 0 0 20px;*/
    box-sizing: border-box;
    margin: 0 auto;
}

.cont-txt-wrap {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    width: 55.8%;
    margin: 0 20px;
    position: relative;
}


.cont-info {
    position: absolute;
    top: 125px;
	left:-40px;
}

.cont-logo {
    width: 203px;
    position: absolute;
    top: 67px;
    left: -91px;   
}

.cont-title {
   font-size: 40px;
   width: 460px;

}

.cont-label1 {
    margin-left: 9px;
    margin-top: 6px;
}

.cont-address {
    font-family: "Noto Sans KR", sans-serif;
	font-weight:500;
    font-size: 22px;
    color: #2b2b2b;
    letter-spacing: -0.4px;
    margin-left: 0px;
}


.cont-subtitle {
    font-family: "Noto Sans KR", sans-serif;
	font-weight:500;
    font-size: 22px;
    color: #52433e;
    display: flex;
    align-items: start;
    margin-top: 47px;
    letter-spacing: -0.4px
}

.cont-clinic-hours {
    display: flex;
    margin-top: 27px;
    margin-left: 0px;
}

.cont-clinic-hours .cont-subtitle {
    margin-top: 0px;
    margin-left: 0px;
}

.cont-label2 {
    margin-top: 6px;
    margin-left: 10px;
}


.cont-holiday {
    font-size: 13.5px;
    color: #232323;
    opacity: 0.7;
    line-height: 20px;
    margin-left: -1px;
}

.cont-txt3 {
    color: #222222;
    font-size: 50px;
    vertical-align: top;
    line-height: 1;
    margin-left: 30px;
    letter-spacing: -1px;
    margin-top: 0px;
}
.cont-txt3 .tel{

}
.cont-txt3 .mail{
	font-size: 18px;font-family: "Noto Sans KR", sans-serif;font-weight:300;margin-top:7px;
}
.cont-txt3 .mail span{
	font-size: 20px;font-family: "Noto Sans KR", sans-serif;font-weight:500;
}

.cont-txt4 {
    color: #222222;
    margin-left: 30px;
    font-size: 22px;
    line-height: 36px;
    margin-top: 3px;
}

.cont-week{
	position:relative;
	font-family: "Noto Sans KR", sans-serif;
	font-weight:300;
}


.cont-week span.tag{
	background:#574b39;
	color:#fff;
	font-size:0.7rem;
	font-family: "Noto Sans KR", sans-serif;
	font-weight:200;
	line-height:1.5;
	padding:0 3px 3px;
	position:absolute; right:-64px; top:50%; transform:translateY(-42%);
	display:inline-block;
}

.cont-time {
    margin-left: 15px;
    font-family: "Noto Sans KR", sans-serif;font-weight:500;
}

.cont-week:nth-child(2) .cont-time{margin-left:61px;}

.cont-week:nth-child(3) .cont-time{margin-left:32px;}

.contact-kakao {
    position: absolute;
    left: 10px;
    top: 10px;
    width: auto;
    cursor: pointer;
    z-index: 10;
}

.contact-google {
    position: absolute;
    left: 10px;
    top: 72px;
    width: auto;
    cursor: pointer;
    z-index: 10;
}

.map-wrapper {
    left: 47%;
    position: absolute;
    width: 53%;
    height: 100%;
}

#googlemap {
    width: 100%;
    height: 100%;
}

#kakaomap {
    width: 100%;
    height: 100%;
}

.m_mail{display:none;}

.ft {
    aspect-ratio: 1920 / 254;
    background-color: #403531;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans KR", sans-serif;
	font-weight:200;
}

.ft-logo {
    width: 12.44%;
    margin: 0 auto;
    margin-top: 2.55%;
    opacity: 0.5;
}

.ft-logo > img {
    width: 100%;
}

.ft-privacy {
    margin: 0 auto;
    font-size: 0.8rem;
    margin-top: 0.9%;
    letter-spacing: -0.3px;
    opacity: 0.7;
}

.ft-privacy .bar {
    margin-left: 18px;
    margin-right: 18px;
}

.ft-company {
    margin: 0 auto;
    margin-top: 1%;
    font-size: 0;
    letter-spacing: -0.3px;
    opacity: 0.7;
	text-align:center;
}

.ft-company span {
    display: inline-block;
    font-size: 0.85rem;
}

.ft-company .bar {
    margin: 0 8px;
}

.ft-copyright {
    margin: 0 auto;
    margin-top: 0.7%;
    font-size: 0.84rem;
    letter-spacing: -0.2px;
    opacity: 0.7;
}

.pc-q-btns {
    position: fixed;
    right: 10px;
    bottom: 86px;
    z-index: 99;
}

.pc-q-btns a {
    background-color: #c7a093;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(30, 30, 30, 0.2);
}

.pc-q-btns li {
    margin: 10px;
}

.pc-q-btns a .kakao {
    width: 31px;
}

.pc-q-btns a .instagram {
    width: 26px;
}

.pc-q-btns a:hover {
    background-color: #52433e;

}


.pc-q-btns a.has-top {
    /*background-color: #52433e;*/
}

.pc-q-btns a .top {
    width: 16px;
}

.q-btns {
    display: none;
}

.m-ft-company {
    display: none;
}

/* sitemap */
#sitemap {
    font-family: "Noto Sans KR", sans-serif;
	font-weight:400;
    /*background-image: url('../img/main-s1-bg.png');*/
    background-size: auto;
    /*aspect-ratio: 1920 / 876;*/
    background-position: top, center;
    position: fixed;
    overflow: hidden;
    color: #52433e;
    height: 100vh;
    opacity: 1;
    z-index: -1;
    width: 100%;
    transition: z-index 0s 1s;
    top: 0;
}


#sitemap.active {
    /*opacity: 1;*/
    z-index: 99;
    transition: z-index 0s;
}

/*#sitemap.active::before {
    opacity: 1;
    transition: 1s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}*/

.sitemap-address {
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px;
	font-family:'Pretendard-ExtraLight',sans-serif;
}

.sitemap-hp {
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
}

.sitemap-copyright {
    font-size: 0.8rem;
    opacity: 0.8;font-family:'Pretendard-ExtraLight',sans-serif;
}

#sitemap .sitemap-content {
    position: absolute;
    display: flex;
    margin-top: 90px;
    height: 70%;
    opacity: 0;
    transition: .5s 0s;
    z-index: 20;
    width: 100%;
}

#sitemap.active .sitemap-content {
    opacity: 1;
    transition: .5s .5s;
}

.sitemap-line {
    border-top: 1px solid #5d4e49;
}

.cont-sitemap .cont-sitemap-wrap {
    width: calc(100% - 7rem);
    margin: 0 auto;
    height: 100%;
}

#sitemap a {
    text-decoration: none;
    color: #52433e;
}

#sitemap .sitemap-logo {
    width: 239px;
    opacity: 0.5;
}

#sitemap .sitemap-logo img {
    width: 100%;
}

#sitemap .sitemap-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 36px;
    padding: 5vh 20px;

    height: 65vh;
    /*border-top: 1px solid #52433e82;*/
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

#sitemap .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;padding:0 20px;word-break:keep-all;
}

#sitemap .sitemap-menu dt {
    font-size: 20px;
    margin-bottom: 20px;
}

#sitemap .sitemap-menu dd {
    margin-bottom: 18px;
}

#sitemap .close-btn {
    width: 24px;
    position: absolute;
    right: calc(5rem + 12px);
    top: 32px;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
}

#sitemap .sitemap-wrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}


#sitemap .bg-wr {
    height: 100%;
    width: 100%;
    position: absolute;
}
#sitemap .bg-p {
    width: 0;
    transition: width 1s .1s, z-index 0s 2s;
    position: absolute;
    z-index: 20;
    height: 100%;
}

#sitemap.active .bg-p {
    width: 25%;
    height: 100%;
    background-color: #fff;
    transition: width 1s .1s, z-index 0s 2s;
    height: 100%;
}

#sitemap.active .close-btn {
    z-index: 20;
    opacity: 1;
}

#sitemap .bg-p:nth-child(1) { 
    /*background-image: url('../img/main-s1-bg.png'); background-position: 0% 0; */
    background-color: #52433E;
}
#sitemap .bg-p:nth-child(2) { 
    /*background-image: url('../img/main-s1-bg.png'); background-position: 33.33% 0; */
    background-color: #C7A093;
}
#sitemap .bg-p:nth-child(3) { 
    /*background-image: url('../img/main-s1-bg.png'); background-position: 66.66% 0; */
    background-color: #C7A093;
}
#sitemap .bg-p:nth-child(4) { 
    /*background-image: url('../img/main-s1-bg.png'); background-position: 100% 0; */
    background-color: #C7A093;
}

.bg-wr .bg-p.bg-p1 {
    position: absolute;
    left: 0;
    width: 0;
    transition: width .5s .1s, z-index 0s 2s;
}

.bg-wr .bg-p.bg-p2 {
    position: absolute;
    left: 25%;
    transition: width .5s .1s, z-index 0s 2s;
}

.bg-wr .bg-p.bg-p3 {
    position: absolute;
    left: 50%;
    width: 0;
    transition: width .5s .1s, z-index 0s 2s;
}

.bg-wr .bg-p.bg-p4 {
    position: absolute;
    left: 75%;
    width: 0;
    transition: width .5s .1s, z-index 0s 2s;
}

.sitemap-content .cont-contact {
    width: 25%;
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top: 16px;
}

.sitemap-content .cont-sitemap {
    width: 75%;
    margin-bottom: 32px;
}

.cont-sitemap dd a {
    position: relative;
    left: 0;
	display:inline-block;
    /*transition: all .3s;*/
}

.cont-sitemap dd a::after {
content:"";display:block;position:absolute;left:0;bottom:-3px;width:0%;height:1px;background:#52433E;transition: all .3s;opacity:0.8;
}
.cont-sitemap dd a:hover::after {
    /*padding-left: 10px;*/width:100%;
}

.menu-ft {
    height: 5vh;
    display: flex;
    align-items: center;
}

.menu-ft a {
    text-decoration: none;
}

.sitemap-ft-instagram img {
    width: 26px;
    margin-right: 12px;
}
.sitemap-ft-kakao img {
    width: 26px;
    margin-right: 12px;
}

.sitemap-ft-lang-kr img {
    width: 26px;
}

/* map control */
.radius_border{border:1px solid #919191;border-radius:5px;}
.custom_typecontrol {position:absolute;top:10px;right:10px;overflow:hidden;width:130px;height:30px;margin:0;padding:0;z-index:1;font-size:12px;font-family:'Malgun Gothic', '맑은 고딕', sans-serif;}
.custom_typecontrol span {display:block;width:65px;height:30px;float:left;text-align:center;line-height:30px;cursor:pointer;}
.custom_typecontrol .btn {background:#fff;background:linear-gradient(#fff,  #e6e6e6);}
.custom_typecontrol .btn:hover {background:#f5f5f5;background:linear-gradient(#f5f5f5,#e3e3e3);}
.custom_typecontrol .btn:active {background:#e6e6e6;background:linear-gradient(#e6e6e6, #fff);}
.custom_typecontrol .selected_btn {color:#fff;background:#425470;background:linear-gradient(#425470, #5b6d8a);}
.custom_typecontrol .selected_btn:hover {color:#fff;}

.custom_zoomcontrol {
    position:absolute;
    top:10px;
    right:10px;
    width:36px;height:80px;overflow:hidden;
    z-index:9;
    background-color:#f5f5f5;
}
.custom_zoomcontrol span {
    display:block;
    width:36px;
    height:40px;
    text-align:center;
    cursor:pointer;
}
.custom_zoomcontrol span img {
    width:15px;
    padding:12px 0;
    border:none;
}
.custom_zoomcontrol span:first-child{border-bottom:1px solid #bfbfbf;}
