/*common*/
/*header*/
/*footer*/
/*side bar*/
/*top*/
/*button*/
/*dot*/

/* common */

#wrap * { /* white-space: normal; */ overflow-wrap: break-word; word-break: keep-all; } 

.pc-image {position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); display: block; animation: banner-animation 5s both;  width: 100%; height: 100%; }
.mobile-image {display: none; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); display: block; animation: banner-animation 5s both; width: 100%; height: 100%; }

.pc-collection-image {display: block !important;}
.mobile-collection-image {display: none !important;}

@-webkit-keyframes banner-animation {
    0% {transform: translate(-50%,-50%) scale(1.2);}
    100% {transform: translate(-50%,-50%) scale(1.0);}
  } 
  @keyframes banner-animation {
    0% {transform: translate(-50%,-50%) scale(1.2);}
    100% {transform: translate(-50%,-50%) scale(1.0);}
  }
   @-moz-keyframes banner-animation {
    0% {transform: translate(-50%,-50%) scale(1.2);}
    100% {transform: translate(-50%,-50%) scale(1.0);}
  }


a.btn { display: inline-block; } 
.vh100 { height: var(--full-height); } 
.hidden { overflow: hidden; } 
.wrap { width: 100%; max-width: 100%; } 

.bd-r-5 { border-radius: 5px; } 

.type02 { width: 100%; max-width: 100%; } 

.inner { padding: var(--inner); transition: all 0.4s ease; } 

.area-box-1600 { width: 100%; max-width: 1440px; margin: auto; } 

.area-box-1500 { width: 100%; max-width: var(--wrap-width-02); margin: auto; } 

.area-box-1400 { width: 100%; max-width: var(--wrap-width-03); margin: auto; } 

.grd-color { background: var(--grd-color); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 

.grd-color-re { background: var(--grd-color-re); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 

.f-box { display: flex; } 

.dot { position: relative; display: inline-block; } 

.dot::before { display: block; content: ""; position: absolute; top: 1px; right: -12px; width: 10px; height: 10px; background: var(--grd-color-re); border-radius: 100%; } 

.ts-04, .ts-04 * { transition: all 0.4s ease; } 


.ts-02, .ts-02 * { transition: all 0.2s ease; } 


/* common// */

/* header */
#header,.type02 #header { width: 100%; position: absolute; transition: all 0.4s; } 

.header .line { background-color: #000; color:#ccc; font-weight: 300; padding-top:0.5rem; padding-bottom: 0.5rem; font-size:1.4rem; max-height: 3rem; } 
.header .line a { gap:1rem; } 
.header .line a>img { max-width: 100%; width:auto; } 
.header .line .boundary-1440>div:first-child>a { margin-right: 5rem; } 
.header .line .boundary-1440>div:first-child>a>p { font-weight: 200; } 


.header { width: 100%; /* height: 10rem; */
 position: fixed; top: 0; left: 0; z-index: 9; transition: all 0.5s;}

.header.scroll-up { margin-top: -13rem; } 

.top .header.inner,
.type02 .top .header.inner { padding-top: 0; transition: all 0.4s ease; } 

/* .header-wrap.top .header {background-color: transparent !important;} */

.type02 .header,
.wrap .header { animation: Loaddown 0.8s 0.8s both; -webkit-animation: Loaddown 0.8s 0.8s both; } 
.type02 .header { background: #fff; /* box-shadow: rgba(149, 157, 165, 0.1) 0 8px 24px; */
 position: fixed; } 

@keyframes Loaddown { 
 0% { transform: translate(0, -50%); opacity: 0; } 
 100% { transform: translate(0, 0); opacity: 1; } 
 }

.header .header-inner { width: 100%; max-width: 1440px; height: 10rem; display: flex; justify-content: space-between; align-items: center; margin: 0 auto; padding-left:1.6rem; padding-right:1.6rem; } 

/* header-logo */
.header .header-inner .header-logo { max-width: 18rem; } 

.header .header-inner .header-logo > a .logo-type-w { display: block; } 

.header .header-inner .header-logo > a .logo-type-c { display: none; } 

.type02 .header .header-inner .header-logo > a .logo-type-w { display: none; } 

.type02 .header .header-inner .header-logo > a .logo-type-c { display: block; } 

/* PC menu */
.header .header-inner .nav { display: flex; justify-content: flex-end; align-items: center; flex-basis: calc(100% - 40rem); max-width: calc(100% - 40rem); } 

.header .header-inner .nav .main-menu { display: flex; justify-content: flex-end; align-items: center; } 

.header .header-inner .nav .main-menu .gnb { position: relative; display: block; cursor: pointer; } 
.header .header-inner .nav .main-menu .gnb + .gnb { } 

.header .header-inner .nav .main-menu .gnb .depth02 {  position: relative; font-weight: 500; transition: all 0.3s;  color: #000000; padding: 0 3rem; white-space: nowrap;  } 
.type02 .header .header-inner .nav .main-menu .gnb .depth02 { color: #222; } 

.wrap .header .header-inner .nav .main-menu .gnb .depth02.on { opacity: 0.5; } 

.type02 .header .header-inner .nav .main-menu .gnb .depth02.on { opacity: 0.5; } 

.header .header-inner .nav .main-menu .gnb .depth02.active { background: #AC815E; -webkit-background-clip: text; -webkit-text-fill-color: transparent; opacity: 1; } 

.header .header-inner .nav .main-menu .gnb .depth02.active_li { opacity: 1; transition: all 0.3s; } 

.header .header-inner .nav .main-menu .gnb .submenu { position: absolute; left: 0%; transform: translateX(0%); top: 1rem; width: 16rem; background: #000000; padding: 1.25rem 1.5rem; transition: all 0.5s ease-out; transition-property: opacity, top, visibility; transition-delay: 0s, 0s, 0s; visibility: hidden; opacity: 0; } 
.header .header-inner .nav .main-menu .gnb .submenu.active { visibility: visible; opacity: 1; transition-delay: 0.1s; top: 4rem; } 

.header .header-inner .nav .main-menu .gnb .submenu > li { text-align: left; padding-top:0.3rem; padding-bottom: 0.3rem; } 
.header .header-inner .nav .main-menu .gnb .submenu > li + li { margin-top: 0.8rem; } 
.header .header-inner .nav .main-menu .gnb .submenu > li > a { display: block; font-size: 1.6rem; width: 100%; transition: all 0.3s; font-weight: 300; color: #fff; opacity: 0.7; line-height: 1.2; } 
.header .header-inner .nav .main-menu .gnb .submenu > li > a.active { opacity: 1; } 
.header .header-inner .nav .main-menu .gnb .submenu > li > a:hover { /* text-decoration: underline; */
 transition: all 0.3s; opacity: 1; } 
.header .header-inner .nav + .lang-box { margin-left: 6rem; } 
.header .header-inner .nav .main-menu .gnb .submenu > li > a.active_li { color: #fff; opacity: 1; } 

/* right menu */
.header .header-inner .r-menu {
 display: flex; justify-content: flex-end; align-items: center; } 

/* lang */
.header .header-inner .r-menu .lang-box { position: relative; margin-right: 3rem; padding: 0.4rem 2rem; color:#fff; background: #000; border-radius: 5px; } 
.type02 .header .header-inner .r-menu .lang-box { background-color:#000; } 
.header .header-inner .r-menu .lang-box .lang-btn { display: flex; justify-content: flex-end; align-items: center; cursor: pointer; gap: 2rem; } 

.header .header-inner .r-menu .lang-box .lang-btn a { color: rgba(255,255,255,0.5); font-size:1.4rem; } 

.header .header-inner .r-menu .lang-box .lang-btn a.on { color: #fff; } 

/* header ham */
.header .header-inner .r-menu .ham-wrap { width: 4.7rem; flex-basis: 4.7rem; max-width: 4.7rem; height: 4rem; position: relative; cursor: pointer; } 
.header .header-inner .r-menu .ham-wrap .ham-inner { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } 
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box { width: 100%; } 
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box .ham { background: #000000; width: 100%; height: 4px; display: block; } 
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box .ham + .ham { margin-top: 0.4rem; } 

.type02 .header .header-inner .r-menu .ham-wrap .ham-inner .ham-box .ham { background: #000; } 


.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box>.ham:first-child { width: 50%; margin-left:50%; } 
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box>.ham:last-child { width: 50%; } 
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box:hover>.ham:first-child { width: 100%; margin-left:0%; } 
.header .header-inner .r-menu .ham-wrap .ham-inner .ham-box:hover>.ham:last-child { width: 100%; } 


#header .header.nav-zero {background-color:transparent;}
#header .header.nav-up {top:-13rem;}
#header .header.nav-down {background-color:#fff;}

/* mo menu */
.mobile-wrap { position: fixed; top: 0; opacity: 0; visibility: hidden; background: #111111; color:#fff; z-index: 1000; width: 100%; height: 100vh; transition: all 0.5s ease; background-image:url(/public/img/mobile-bg.svg); background-repeat: no-repeat; background-position: center; background-size: 50%; } 
.mobile-wrap.open { visibility: visible; opacity: 1; } 

.mobile-wrap .close-btn { width: 4.4rem; height: 4.4rem; position: relative; /* position: absolute; */
 /* top: 3.7rem; */
 /* right: 5%; */
 transition: all 0.3s; cursor: pointer; } 

.mobile-wrap .close-btn:hover { opacity: 0.5; transition: all 0.3s; } 
.mobile-wrap .close-btn .c-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.mobile-wrap .close-btn .c-wrap .bar { width: 3rem; height: 2px; background: #fff; display: block; transition: all 0.3s ease-in-out; margin: 0 auto; } 
.mobile-wrap .close-btn .c-wrap .bar01 { transform: translateY(1px) rotate(45deg); } 
.mobile-wrap .close-btn .c-wrap .bar02 { transform: translateY(-1px) rotate(-45deg); } 

.mobile-wrap .mobile-inner { width: 100%; height: calc(100vh - 13rem);color: #111; display: flex; flex-direction: column; } 
.mobile-wrap .mobile-inner .boundary-1440 { height: 100%; overflow: auto; } 
.mobile-wrap .mobile-inner .right .m-menu .m-nav { align-items: flex-start; } 

.mobile-wrap .mobile-inner .right .m-menu .m-nav > li { /* padding-bottom: 1.5rem; */
 flex-basis: 16.666%; max-width: 16.666%; } 

@keyframes left-ani { 
 from { opacity: 0; filter: Alpha(opacity=0); -webkit-transform: translateX(-50px); transform: translateX(-50px); } 
 to { opacity: 1; filter: Alpha(opacity=100); -webkit-transform: translateX(0); transform: translateX(0); } 
 }

.mobile-wrap .mobile-inner .right { flex-basis: 100%; max-width: 100%; } 
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-main { font-size: 3.2rem; font-weight: 700; color:#fff; } 

.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu { display: flex; flex-direction: column; margin-top: 1.5rem; } 
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a { font-size: 1.8rem; color: #666; transition: all 0.3s; display: inline-block; } 
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a.active { color:#fff; } 
/* .mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a:hover { color: var(--main-color); } 
.mobile-wrap .mobile-inner .right .m-menu .m-nav > li .m-submenu > li > a:hover { border-color: var(--main-color); } */

/* .mobile-wrap.open .mobile-inner .right .m-menu .m-nav { animation: up-ani 2s 0.5s cubic-bezier(0.4, 0, 0.2, 1) both; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; width:100%; } */
.mobile-wrap .mobile-inner .copyright { font-size:1.4rem; color:rgba(255,255,255,0.3); font-weight: 200; text-align: center; padding:1.6rem; width: 100%;  } 
.mobile-wrap .close-header { width: 100%; max-width: 1440px; margin: 0 auto; padding-top:3rem; display: flex; justify-content: flex-end; align-items: center; } 
.mobile-wrap .close-header .close-btn { margin-top:3rem; } 


@keyframes up-ani { 
 from { opacity: 0; filter: Alpha(opacity=0); -webkit-transform: translateY(50px); transform: translateY(50px); } 
 to { opacity: 1; filter: Alpha(opacity=100); -webkit-transform: translateY(0); transform: translateY(0); } 
 }
/* header// */

/* footer */

footer { background:#000; position: relative; padding-top: 5rem; padding-bottom:5rem; border-top:1px solid rgba(255,255,255,0.1); color:#ccc; } 
footer .boundary-1440 { width: 100%; flex-wrap: wrap; align-items: stretch; } 
footer .boundary-1440 .logo { flex-basis: 100%; max-width: 100%; margin-bottom: 3rem; } 
footer .boundary-1440 .logo>a>img { width: auto; max-width: 100%; } 
footer .boundary-1440 .contact-wrap { flex-basis: 35%; max-width: 35%; } 
footer .boundary-1440 .contact-wrap .logo { margin-bottom: 3rem; } 
footer .boundary-1440 .contact-wrap .logo>img { width:auto; max-width: 100%; } 
footer .boundary-1440 .contact-wrap .contact { color:rgba(255,255,255,0.9); flex-wrap: wrap; align-items: stretch; } 
footer .boundary-1440 .contact-wrap .contact>li { padding-top:1rem; padding-bottom: 1rem; } 
footer .boundary-1440 .contact-wrap .contact>li>h4 { font-weight: bold; } 
footer .boundary-1440 .contact-wrap .contact>li>p { font-weight: 200; } 
footer .boundary-1440 .contact-wrap .contact>li { flex-basis: 100%; max-width: 100%; } 
footer .boundary-1440 .contact-wrap .contact>li:nth-child(2) { flex-basis: 50%; max-width: 50%; } 
footer .boundary-1440 .contact-wrap .contact>li:nth-child(3) { flex-basis: 50%; max-width: 50%; } 
footer .boundary-1440 .contact-wrap .contact>li:nth-child(4) { flex-basis: 50%; max-width: 50%; } 
footer .boundary-1440 .contact-wrap .contact>li:nth-child(5) { flex-basis: 50%; max-width: 50%; } 
footer .boundary-1440 .contact-wrap .contact>li:nth-child(5)>ul {display: flex; justify-content: flex-start; align-items: stretch; gap:1rem;}
footer .boundary-1440 .contact-wrap .contact>li:nth-child(5)>ul>li {border-radius: 50%; max-width: 3.5rem;}
footer .boundary-1440 .menu-wrap { flex-basis: 50%; max-width: 50%; align-items: flex-start; padding-bottom: 5rem; } 
footer .boundary-1440 .menu-wrap>li>h4 { margin-bottom: 1rem; } 
footer .boundary-1440 .menu-wrap>li>a { display: block; font-weight: 200; font-size:1.3rem; margin-bottom: 0.5rem; color:rgba(255,255,255,0.5);} 
footer .boundary-1440 .menu-wrap>li>a.active {color:#ffff;}
footer .boundary-1440 .menu-wrap>li>a:hover { opacity: 1; } 
footer .boundary-1440 .copy-right { border-top:1px solid rgba(255,255,255,0.1); flex-basis: 100%; max-width: 100%; padding-top:1rem; text-align: center; color:rgba(255,255,255,0.5); line-height: 1.2; } 

footer .top-btn { width: 6rem; height: 6rem; flex-basis: 6rem; max-width: 6rem; background-color: #000; border: 1px solid rgba(255,255,255,0.3); position: absolute; top: 0%; left: 50%; transform: translate(-50%,-50%); z-index: 1; display: flex; justify-content: center; align-items: center; transition: all 0.4s cubic-bezier(.23,1,.32,1); cursor: pointer; } 

footer .top-btn>img { filter:invert(1); width:auto; max-width: 3rem; } 

#footer * { transition: all 0.4s ease;}

#footer .content { padding: 10rem 0; } 

#footer .content .top-box { justify-content: flex-start; } 

#footer .content .top-box .logo img { height: 3rem; } 

#footer .content .line { width: 100%; height: 1px; background-color: #eeeeee; margin: 6rem 0; } 

#footer .content .bottom-box { justify-content: space-between; } 

#footer .content .bottom-box .l-box .info { margin-bottom: 2rem; } 

#footer .content .bottom-box .l-box .txt { font-size: 1.6rem; color: #595959; margin-bottom: 1.2rem; font-weight: 300; } 

#footer .content .bottom-box .l-box .info .txt span { padding: 0 1rem; } 

#footer .content .bottom-box .l-box .license .txt span { font-size: 1.4rem; color: #D2D2D2; } 

#footer .content .bottom-box .r-box { display: flex; gap: 2rem; align-items: flex-start; } 

#footer .content .bottom-box .r-box a { padding: 1.4rem 1.6rem; background-color: #f4f4f4; font-size: 1.6rem; color: #595959; border-radius: 5px; } 

#footer .content .bottom-box .r-box a:hover { background-color: var(--main-color); color: #fff; } 

#footer .content .txt span { font-weight: 300; } 

/* footer// */

/* side bar */
.side-bar { position: fixed; right: 3rem; top: 50%; transform: translateY(-50%); overflow: hidden; z-index: 9; background-color: #ffffff20; border-radius: 10rem; backdrop-filter: blur(4px); animation: SideUp 2s ease; transition: all 0.4s ease; box-shadow: rgb(0 0 0 / 8%) 0 0 16px; } 

@keyframes SideUp { 
 0% { opacity: 0; transform: translateY(0%); } 
 60% { opacity: 0; transform: translateY(0%); } 
 100% { opacity: 1; transform: translateY(-50%); } 
 }

.side-bar.on .con-box { color: #222222; } 

.side-bar .con-box { padding: 2.5rem 1.5rem; color: #ffffff; transition: all 0.4s ease; } 

.side-bar .f-box { flex-direction: column; align-items: center; gap: 1.5rem; } 

.side-bar .con-box .sns-box { text-align: center; } 

.side-bar .con-box .sns-box img { max-width: 5rem; height: auto; margin-bottom: 0.2rem; transition: all 0.4s ease; } 

.side-bar .con-box .sns-box .txt { font-size: 1.4rem; } 

.side-bar .con-box .line { width: 80%; height: 1px; background-color: #eeeeee; } 
/* side bar// */

/* top
.top-btn { width: 5.4rem; height: 5.4rem; background: #fff; border: 1px solid #ddd; border-radius: 100%; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); position: fixed; right: 1.5%; bottom: 5%; cursor: pointer; transition: all 0.3s; display: flex; justify-content: center; align-items: center; z-index: 99; } 
.top-btn > svg { fill: #555; width: 2.5rem; transition: all 0.3s; } 
.top-btn:hover > svg { margin-top: -1rem; } 
.top-btn.show { opacity: 1; visibility: visible; } */
/* top// */

/*button*/
.btn { display: flex; padding: 1.4rem 3.4rem; color: #fff; background: var(--grd-color-re); border-radius: 100px; transition: all 0.8s ease; z-index: 1; position: relative; overflow: hidden; } 
.btn::before { display: block; content: ''; position: absolute; top: 0; left: -100%; width: 200%; height: 100%; background: #000; transition: all 0.8s ease; z-index: -1; /* 텍스트 위로 올라오지 않게 */}

.btn:hover { color: #fff; } 

.btn:hover::before { left: 0; /* 호버 시 그라데이션이 이동 */}

.btn .btn-box { display: flex; align-items: center; gap: 1rem; } 

.btn .btn-box .btn-arrow { border-radius: 100%; width: 2.6rem; transition: all 0.4s ease; background-color: #ffffff20; } 

.btn:hover .btn-box .btn-arrow { animation: action 0.8s; } 
@keyframes action { 
 0% { transform: translate(0%, 0%); } 
 50% { transform: translate(10%, -10%); } 
 100% { transform: translate(0%, 0%); } 
 }
/*button//*/

/*dot*/

/*dot//*/

/*pop*/
.pop-box { width: 100%; height: 100%; position: fixed; top: 0; right: 0; z-index: 10; padding: 2rem; display: none; } 

.pop-box .bg { background-color: rgba(0, 0, 0, 0.432); position: absolute; left: 0; top: 0; width: 100%; height: 100%; } 

.pop-box .con-wrap { position: absolute; left: 50%; top: 50%; transform: translate(-50% , -50%); display: flex; flex-direction: column; justify-content: flex-start; align-items: center; background-color: #f9f9f9; width: 80%; max-width: 60rem; height: 80%; border-radius: 5px; padding: 3rem; box-shadow: var(--shadow02); } 

.pop-box .con-wrap .tit { font-size: var(--sub-tit-24); padding: 0rem 1rem 2rem; } 

.pop-box .con-wrap .line { width: 100%; height: 1px; background-color: #eeeeee; margin-bottom: 2rem; } 

.pop-box .con-wrap .txt { font-size: 1.4rem; } 

.pop-box .con-wrap .info-box { overflow-y: scroll; padding: 0 1rem; } 
/*pop//*/

/*scroll*/
/* 전체 스크롤바 */
::-webkit-scrollbar { width: 10px; /* 스크롤바의 너비 */
 height: 10px; /* 수평 스크롤바의 높이 */}

/* 스크롤바의 Thumb */
::-webkit-scrollbar-thumb { background-color: #b9b9b9; /* 색상 */
 border-radius: 5px; /* 모서리 둥글게 */}

/* Hover 시 Thumb 스타일 */
::-webkit-scrollbar-thumb:hover { background-color: #cacaca; /* Hover 색상 */}

/* 스크롤바의 Track */
::-webkit-scrollbar-track { background-color: #f0f0f0; /* 트랙 배경색 */
 border-radius: 5px; } 

/* 트랙 경계 */
::-webkit-scrollbar-track-piece { border: 1px solid #ddd; } 

/* 콘텐츠가 스크롤 가능한 영역 */
body { /* height: 200vh; */
 /* 스크롤 테스트용 */
 margin: 0; background-color: #FAFAF8; } 





.rufina-regular { font-family: "Rufina", serif; font-weight: 400; font-style: normal; } 
.rufina-bold { font-family: "Rufina", serif; font-weight: 700; font-style: normal; } 
.boundary { width: 100%; max-width: 1100px; margin: 0 auto; } 
.yeon-color { color:#AC815E; } 
.boundary-1440 { position: relative; width:100%; max-width: 1440px; margin: 0 auto; padding-left:1.6rem; padding-right:1.6rem;} 

/*공통 배너*/
.banner-wrap { width: 100%; height: 50rem; display: flex; align-items: center; justify-content: center; background: #f8f8f8; position: relative; background-size:cover; background-repeat: no-repeat;  overflow: hidden;} 
.banner-wrap .title { text-align: center; margin-top:6.5rem; position: relative; z-index: 1;} 
.banner-wrap .title>h4 { font-size:1.6rem; } 
.banner-wrap .title>h1 { font-size:3.6rem; line-height: 1.4; padding-bottom: 0.5rem; } 
.banner-wrap .title>p { font-size:1.4rem; color:#666666; } 

#bg-01 {background-image:url(/public/img/bg-01.jpg);}
#bg-02 {background-image:url(/public/img/bg-02.jpg);}

.crumb img { width:auto; max-width: 1.6rem; } 
.crumb { display: flex; justify-content: center; align-items: center; gap:1rem; font-weight: 300; margin-top:3rem; color:#666; } 
.crumb>li { position: relative; padding-left:1rem; font-size:1.4rem; } 
.crumb>li:first-child { padding:0; } 
.crumb>li:first-child::before { content:''; display: none; } 
.crumb>li:nth-child(3)>a { font-weight: bold; } 
.crumb>li::before { content:''; position: absolute; top:1rem; left:0; width:3px; height:3px; background-color: #666; border-radius: 50%; } 
 
.banner-wrap .sub-menu { width: 100%; max-width: 1100px; position: absolute; bottom:0; } 
.banner-wrap .sub-menu a { background-color: #fff; color:#AC815E; line-height: 5rem; width: 100%; text-align: center; font-weight: 300; } 
.banner-wrap .sub-menu a:hover:not(.active) {opacity: 0.7;} 
.banner-wrap .sub-menu a.active { background-color: #000; } 


.flex { display: flex; justify-content: center; align-items: center; } 
.space-between { justify-content: space-between; } 
.flex-start { justify-content: flex-start; } 
.flex-direction { flex-direction: column; } 
.align-items-start { align-items: flex-start; } 

.flex-2ea .content { flex-basis: 48%; max-width: 48%; margin:1%; } 
.flex-4ea .content { flex-basis: 23%; max-width: 23%; margin:1%; } 
.pd-10 { padding-top:10rem; padding-bottom: 10rem; } 


.logo-bg-wrap { background-image:url(/public/img/logo-bg.png); background-position: 5% 10%; background-repeat: no-repeat; } 

/*회사소개*/
.video-wrap { height: 50rem; display: flex; justify-content: center; align-items: center; } 
.video-wrap video {width: auto; height: 100%; vertical-align: middle; position: relative;}
.video-wrap video::before {content:""; position: absolute; top:0; left:0; background-color: rgba(0,0,0,0.3); width: 100%; height: 100%;}
.video-wrap a { position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); z-index: 2; } 
.video-wrap a img { width: auto; max-width: 8rem; position: relative; } 
/* .video-wrap a:before { content: ''; position: absolute; top: -30%; left: -30%; width: 160%; height: 160%; border: 50px solid rgba(255,255,255,0.5); border-radius: 50%; transform: scale(0.6); z-index: -1; animation: border-zooming 1.2s infinite linear; } */
.video-wrap a:after { content: ''; position: absolute; top: 50%; left: 50%; width: 110%; height: 110%; border: 50px solid rgba(255,255,255,0.5); border-radius: 50%; transform: translate(-50%,-50%) scale(0.6); z-index: -1; animation: border-zooming 2.2s infinite linear; } 

@keyframes border-zooming {100% { transform: translate(-50%,-50%) scale(1);opacity: 0; } 
 }
#company-02 .flex-2ea { padding-bottom: 5rem; } 
#company-02 .flex-2ea h2 { font-size:6.5rem; margin-bottom: 3rem;  } 
#company-02 .flex-2ea p { color:#666666; font-weight: 300; } 
#company-02 .flex-4ea .content>div { text-align: center; } 
#company-02 .flex-4ea .content>div>div { gap:1rem; margin-bottom: 2rem; align-items: flex-end; } 
#company-02 .flex-4ea .content>div>div>span { display: flex; } 
#company-02 .flex-4ea .content .num { font-size:8.3rem; line-height: 1; } 
#company-02 .flex-4ea .content .num>span { font-size:3.6rem; } 
#company-02 .flex-4ea .content p { font-weight: 400; color:#666666; } 

#company-03 { background-color: #fff;  } 
#company-03 .boundary h2 { font-size:6.5rem; margin-bottom: 5rem; text-align: center; } 


.history-container {position: relative;}
.history-container .line-wrap {position: absolute; top:0.5rem; left:20%; width:1px; height: 100%; background-color:#AC815E; z-index: 1;}
.history-container .line-wrap>li:first-child {content:''; position: absolute; bottom:0; left:50%; transform: translateX(-50%); width:1.8rem; height:1.8rem; background-color:#EFEFEE; border-radius: 50%;}
.history-container .line-wrap>li:last-child {content:''; position: absolute; bottom:0.4rem; left:50%; transform: translateX(-50%); width:1rem; height:1rem; background-color:#AC815E; border-radius: 50%;}
.his-wrap { align-items: stretch; } 
.his-wrap .contents { width:80%; flex-direction: column; align-items: flex-start; padding-left:3rem; padding-bottom: 10rem; } 
.his-wrap .contents>li>.month { font-weight: bold; width: 6rem; flex-shrink: 0; } 
.his-wrap .contents>li { align-items: flex-start; } 
.his-wrap .contents>li>p { color:#666666; padding-bottom: 0.8rem;} 
.his-wrap .year { width: 20%; position: relative; display: flex; justify-content: flex-start; align-items: flex-start; } 
.his-wrap .year>h3 { font-size:5rem; } 

#company-04 { background-color: #000; color:#fff; padding-bottom: 20rem; } 
.sub-title { text-align: center; margin-bottom: 5rem; } 
.sub-title h4 { font-size:1.4rem; padding-bottom:0.5rem; } 
.sub-title h3 { font-size:2.4rem; } 
.sub-title h2 { font-size:5rem; } 

#company-04 .vision-wrap { text-align: center; margin-top:5rem; margin:0 auto; width: 100%; } 
#company-04 .vision-wrap>li:first-child { font-size: 8rem; flex-basis: 25%; max-width: 25%; opacity: 0.3; } 
#company-04 .vision-wrap>li:nth-child(2) { font-size: 2.4rem; line-height: 1.2; text-align: left; flex-basis: 25%; max-width: 25%; } 
#company-04 .vision-wrap>li:nth-child(3) { flex-basis: 50%; max-width: 50%; padding-left:3rem; } 
#company-04 .vision-wrap>li:nth-child(3)>ul { list-style-type:disc; text-align: left; } 
#company-04 .vision-wrap>li:nth-child(3)>ul>li { font-size:1.4rem; font-weight: 200; color:rgba(255,255,255,0.75); } 



/*R&D*/

#rnd-01 #rnd-image {overflow: hidden; margin-bottom: 6rem;} 
#rnd-01 .flex-1ea>h2 {margin-bottom: 3rem;}
#rnd-01 .flex-1ea>p { font-size:1.4rem; font-weight: 300; width: 100%; max-width: 55rem; color:#666; } 
 
#rnd-02 .boundary>h3 { font-size:2.4rem; margin-bottom: 2rem; } 
#rnd-02 .flex-2ea { align-items: flex-start; } 
#rnd-02 .flex-2ea .content { align-items: flex-start; flex-basis: 50%; max-width: 50%; margin:0; } 
#rnd-02 .flex-2ea .content:first-child { padding-right:3rem; } 
#rnd-02 .flex-2ea .content>p { font-size:1.4rem; font-weight: 300; color:#666; } 
#rnd-02-swiper { max-width: 1100px; } 

#rnd-03 .boundary>h4 { font-size:1.6rem; font-weight: 300; } 
#rnd-03 .boundary>h2 { font-size:6.5rem; margin-bottom: 3rem; } 
#rnd-03 .boundary .flex-3ea { width: 100%; } 
#rnd-03 .boundary .flex-3ea .content { flex-basis:31.333%; max-width: 31.333%; margin:1%; } 
#rnd-03 .boundary .flex-3ea .content .img-wrap { border-radius: 50rem 50rem 0 0; overflow: hidden; } 
#rnd-03 .boundary .flex-3ea .content .text-wrap { padding-top:3rem; } 
#rnd-03 .boundary .flex-3ea .content .text-wrap h3 { font-size:2.4rem; } 
#rnd-03 .boundary .flex-3ea .content .text-wrap ul { list-style-type: disc; margin-top:1rem; } 
#rnd-03 .boundary .flex-3ea .content .text-wrap ul>li { margin-left:3rem; font-weight: 300; color:#666; } 

#rnd-04 .boundary h2 { font-size:6.5rem; margin-bottom: 2rem; } 
#rnd-04 .boundary .flex-2ea .content .text-wrap { margin-top: 2rem; } 
#rnd-04 .boundary .flex-2ea .content .text-wrap h3 { font-size:2rem; margin-bottom: 0.5rem; } 
#rnd-04 .boundary .flex-2ea .content .text-wrap p { font-size:1.4rem; font-weight: 300; color:#666; } 
#rnd-04 .boundary .flex-2ea .content .text-wrap .certi-p { margin-top:2rem; color:#000; } 

#rnd-swiper {margin-top:3rem; margin-bottom: 1rem;}
#rnd-swiper .swiper-wrapper {padding-bottom: 3rem;}
#rnd-swiper .swiper-scrollbar {bottom:20px;}
#rnd-swiper .swiper-wrapper .swiper-slide { display: flex; justify-content: center; align-items: center;}
#smart-factory-01 h2 { margin-bottom: 2rem; } 
#smart-factory-01 p { color:#666; font-weight: 300; } 
#smart-factory-01 .diagram {flex-wrap: wrap;}
#smart-factory-01 .diagram>li { margin-top:3rem; flex-wrap: wrap; position: relative; justify-content: center; align-items: center; width: 100%; } 
#smart-factory-01 .diagram>li>img { max-width: auto; width: 100%; } 
#smart-factory-01 .diagram>li.mobile-contents  {flex-basis: 100%; max-width: 100%;}


#smart-factory-02 ul { padding:1rem; justify-content: space-between; } 
#smart-factory-02 ul:hover>li:first-child>img:last-child {display: block;}
#smart-factory-02 ul:hover>li:first-child>img:first-child {display: none;}
#smart-factory-02 ul { border-bottom:1px solid #000; } 
#smart-factory-02 ul>li:first-child {flex-shrink: 0; display: flex; justify-content: flex-start; align-items: flex-start; gap:1rem; flex-basis: 16rem; max-width: 16rem;} 
#smart-factory-02 ul>li:first-child>img {width: 100%; max-width: 16rem;} 
#smart-factory-02 ul>li:first-child>img:last-child {display: none;}
#smart-factory-02 ul>li>h4 { margin-bottom: 0.5rem;  } 
#smart-factory-02 ul>li>p { color:#666666; line-height: 1.2; font-weight: 300; } 
#smart-factory-02 ul>li:nth-child(2) { width: 15%; flex-basis: 15%; max-width: 15%; text-align: center; color:#dcdcdc; } 
#smart-factory-02 ul>li:nth-child(3) { width: 70%; flex-basis: 70%; max-width: 70%; } 
#smart-factory-02 ul>li:nth-child(3)>h3 {display: none;}

#smart-factory-03 .flex-2ea { align-items: flex-start; } 
#smart-factory-03 .flex-2ea .text-wrap { margin-top:2rem; } 
#smart-factory-03 .flex-2ea .text-wrap>h3 { margin-bottom: 1rem; } 
#smart-factory-03 .flex-2ea .text-wrap>p { font-weight: 300; color:#666; } 

#smart-factory-04 .flex-4ea { margin-top:2rem; } 
#smart-factory-04 .flex-4ea .content { flex-wrap: wrap; flex-basis: 23%; max-width: 23%; margin:1%; } 
#smart-factory-04 .flex-4ea .content>div { margin-right:1rem; } 
.up-animation { animation: up 1.5s ease-in-out infinite; } 
.down-animation { animation: down 1.5s ease-in-out infinite; } 
@keyframes up { 0%, 100% { transform: translateY(0); } 
 50% { transform: translateY(-1rem); } 
 }

@keyframes down { 0%, 100% { transform: translateY(0); } 
 50% { transform: translateY(1rem); } 
 }
#smart-factory-04 .flex-4ea .content .name { flex-basis: 100%; max-width: 100%; text-align: center; color:#666; font-weight: 300; } 
#smart-factory-05 .flex-3ea { margin-top:2rem; } 
#smart-factory-05 .flex-3ea .content { flex-wrap: wrap; flex-basis: 31.333%; max-width: 31.333%; margin:1%; } 
#smart-factory-05 .flex-3ea .content>div { margin-right:1rem; } 
#smart-factory-05 .flex-3ea .content .name { flex-basis: 100%; max-width: 100%; text-align: center; color:#666; font-weight: 300; } 
/* #rnd-02-swiper .swiper-wrapper { align-items: stretch; justify-content: center; } */
/* #rnd-02-swiper .swiper-wrapper .swiper-slide { display: flex; align-items: flex-end; justify-content: center; } */
/* #rnd-02-swiper .swiper-wrapper .swiper-slide img { max-width: 100%; height: auto; align-self: flex-end; } */
#rnd-02 .thumb-swiper .swiper-slide {opacity: 0.6; border:2px solid transparent; cursor: pointer;}
#rnd-02 .thumb-swiper .swiper-slide-fully-visible {border:2px solid #000; opacity: 1; }


/*지적재산권*/
.ip-wrap { padding-bottom: 5rem; } 
.ip-wrap .sub-title { margin-bottom: 2rem; } 
.ip-wrap .flex-3ea { width: 100%; align-items: flex-start; flex-wrap: wrap; justify-content: flex-start; } 
.ip-wrap .flex-3ea .content { flex-basis: 31.333%; max-width: 31.333%; margin: 1%; } 
.ip-wrap .flex-3ea .content:hover .img-wrap { border:1px solid #AC815E; transition: all 0.4s cubic-bezier(.23,1,.32,1); } 
.ip-wrap .flex-3ea .content .img-wrap { display: flex; justify-content: center; align-items: center; background-color: #F5F3EF; padding-top:3rem; padding-bottom: 3rem; border:1px solid transparent; } 
.ip-wrap .flex-3ea .content .img-wrap>img { max-width: 19.2rem; } 
.ip-wrap .flex-3ea .content .text-wrap { padding:1rem; } 
.ip-wrap .flex-3ea .content .text-wrap p { color:#666666; line-height: 1.4; text-align: center; margin-top:0.5rem; } 

/*브랜드 소개*/ 
.brand .logo-wrap { width: 100%; background-color: #fff; } 
.brand-logo { width: 100%; max-width: 20rem; margin: 0 auto; } 
.brand .boundary .banner { width: 100% } 
.brand .contents .text-wrap>p { color:#666666; font-weight: 300; } 

/*콜렉션*/
.collection { width: 100%; height: 968px; background-image:url(/public/img/collection-01.jpg); background-repeat: no-repeat; background-size:cover; background-position: center; position: relative; transition: opacity 1s ease-in-out; opacity: 1; } 
/* .collection .boundary-1440 .menu { position: absolute; top:20rem; left:0%; transform: translate(0%,50%); } */
.collection .boundary-1440 {position: relative; width: 100%; height: 100%;}
.boundary-1440 .title-wrap {  } 
.collection .menu { position: absolute; top:20rem; left:50%; transform: translate(-50%,0%); z-index: 1; width: calc(100% - 3.2rem); max-width: 1440px; margin: 0 auto; margin-bottom:2rem; flex-wrap: wrap; gap:1rem; } 
.collection .menu li>a { padding:0.8rem 2rem; cursor: pointer; } 
.collection .menu li.active>a { background-color: #000; color:#fff; border-radius: 5rem; } 
.collection .title-wrap .title-name { width: 100%; max-width:80rem;  align-items: flex-start; flex-wrap: wrap;   } 
.collection .title-wrap .title-name li:first-child {flex-basis: calc(100% - 10rem);}
.collection .title-wrap .title-name li:nth-child(2) {flex-basis: 10rem;}
.collection .title-wrap .title-name li.circle-button {background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; padding:0.5rem; backdrop-filter: blur(10px);}
.collection .title-wrap .title-name li.circle-button:hover {background-color: #fff;}
.collection .title-wrap .title-name li:nth-child(2)>a { position: relative; } 
.collection .title-wrap .title-name li:nth-child(2)>a>p { width:auto; max-width: 100%; } 
.collection .title-wrap .title-name li>h2 { line-height: 1.1; word-break: break-word !important;} 
.collection .title-wrap .title-name li p { font-weight: 300; color:#666666; } 
.collection .title-wrap .title-name li:last-child { flex-shrink: 0; width: 80%; } 
.collection .title-wrap .title-name li .circle-image { animation: rotate360 10s linear infinite; } 
.collection .title-wrap .title-name li .arrow-right { position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:2.1rem; } 
.collection .swiper-button-next { background-color: #000; z-index: 1; } 
.collection .swiper-slide { overflow: hidden;} 
.collection .swiper-slide .boundary-1440 { z-index: 1; } 
.collection .swiper-slide .boundary-1440 .title-wrap {position: absolute; top:26rem; left:0%; transform: translate(0%,0%); width:100%; padding-left:1.6rem; padding-right: 1.6rem;}
/* .collection .swiper-pagination { position: absolute; top:12rem !important; left:0% !important; transform: translate(0%,50%); } */
/* .collection .swiper-pagination .swiper-pagination-bullet-active { background-color:; } */
.collection .bg { position: absolute; top:50%; left:50%; transform: translate(-50%,-50%) scale(1.15);; width: 100%; height: 100%; transition: all 2s cubic-bezier(.23,1,.32,1); } 
.collection .swiper-slide-active .bg { transform: translate(-50%,-50%) scale(1); } 

.sub-products { padding-top:5rem; } 
.product-menu-wrap { padding-top:20rem; } 
.product-menu-wrap .menu { width:100%; margin-bottom: 2rem; flex-wrap: wrap; gap:1rem; } 
.product-menu-wrap .menu li>a { padding:0.8rem 2rem; cursor: pointer; } 
.product-menu-wrap .menu li.active>a { background-color: #000; color:#fff; border-radius: 5rem; } 

.product-menu-wrap .color-wrap { display: flex; justify-content: center; align-items: center; margin-top:1rem; gap:0.5rem; } 
.product-menu-wrap .color-wrap>div { width:1rem; height: 1rem; background-color: #000; } 
.product-menu-wrap .color-wrap>#pink-gold { background-color: #EEC6A7; } 
.product-menu-wrap .color-wrap>#yellow-gold { background-color: #EFDDA1; } 
.product-menu-wrap .color-wrap>#beige-gold { background-color: #DCBA8A; } 
.product-menu-wrap .color-wrap>#white-gold { background-color: #D6D6D6; } 
.product-menu-wrap .title { margin-bottom: 0;  } 
.product-menu-wrap .title>.stats {  font-size:1.4rem; margin-top:3rem; } 



.product-menu-wrap .flex-3ea { margin-top:1rem; flex-wrap: wrap; } 
.product-menu-wrap .flex-3ea .content { flex-basis: 31.333%; max-width: 31.333%; margin:1%; } 
.product-menu-wrap .flex-3ea .content .img-wrap { overflow: hidden; position: relative; width: 100%; height: inherit; display: block; } 
.product-menu-wrap .flex-3ea .content .text-wrap { padding-top:1rem; padding-bottom: 1rem; } 
.product-menu-wrap .flex-3ea .content .text-wrap h3 { text-align: center; } 

.product-wrap .flex-3ea .content { flex-basis: 31.333%; max-width: 31.333%; margin:1%; } 
.product-wrap .flex-3ea .content .img-wrap { overflow: hidden; position: relative; width: 100%; height: inherit; display: block; } 
.product-wrap .flex-3ea .content .text-wrap { padding-top:1rem; padding-bottom: 1rem; } 
.product-wrap .flex-3ea .content .text-wrap h4 {display: flex; justify-content: center; align-items: center; margin-bottom: 0.5rem;}
.product-wrap .flex-3ea .content .text-wrap h4>span{font-size:1.3rem; color:#AC815E;   font-weight: 400;}
.product-wrap .flex-3ea .content .text-wrap h3 { text-align: center; } 
.product-wrap .color-wrap { display: flex; justify-content: center; align-items: center; margin-top:1rem; gap:0.5rem; } 
.product-wrap .color-wrap>div { width:1rem; height: 1rem; background-color: #000; } 
.product-wrap .color-wrap>#pink-gold { background-color: #EEC6A7; } 
.product-wrap .color-wrap>#yellow-gold { background-color: #EFDDA1; } 
.product-wrap .color-wrap>#beige-gold { background-color: #DCBA8A; } 
.product-wrap .color-wrap>#white-gold { background-color: #D6D6D6; } 

.product-detail-container { padding-top:14rem; } 
.product-detail-container .crumb { text-align: left; margin-left:1%; margin-right: 1%; padding-bottom: 1rem;} 


.image-container { position: relative; overflow: hidden; } 

.zoom-box { position: absolute; width: 150px; /* 확대 박스 크기 */
 height: 150px; border: 2px solid #ccc; background-repeat: no-repeat; display: none; pointer-events: none; z-index: 10; background-color: rgba(255, 255, 255, 0.8); /* 확인을 위한 임시 배경 */}





.product-detail-container .product-detail-wrap { padding-bottom: 5rem; border-bottom:1px solid #000; align-items: flex-start; } 
/* .product-detail-container .product-detail-wrap .content:first-child { position: sticky; top:12rem; left:0; } */
.product-detail-container .product-detail-wrap .spec-wrap>div { padding:4rem 8rem; } 
.product-detail-container .product-detail-wrap .spec-wrap>div>h4 { font-weight: 400; margin-bottom: 1rem; } 
.product-detail-container .product-detail-wrap .spec-wrap>div>h2 { margin-bottom: 1rem; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .item { margin-top:2rem; margin-bottom: 2rem; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .item>h3 { line-height: 1; padding-bottom:0.25rem; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .item>p { color:#666; font-weight:300; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .item>.inquiry { width:100%; padding:0.8rem 2rem; background-color:#000; color:#fff; text-align: center; display: block; font-size:1.4rem; border-radius: 0.3rem; margin-top:0.5rem; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .color-chip { align-items:flex-start; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .color-chip>.chip { width: 5rem; cursor: pointer; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .color-chip>.chip .box { width: 5rem; height: 5rem; background-color: #ccc; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .color-chip>.chip .box#pink-gold { background-color: #EEC6A7; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .color-chip>.chip .box#yellow-gold { background-color: #EFDDA1; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .color-chip>.chip .box#beige-gold { background-color: #DCBA8A; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .color-chip>.chip .box#white-gold { background-color: #D6D6D6; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .color-chip>.chip.active .box { border:2px solid #000; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .color-chip>.chip:hover:not(.active) .box { opacity: 0.7; } 
.product-detail-container .product-detail-wrap .spec-wrap>div .color-chip>.chip p { text-align: center; color:#666; font-weight: 300; padding:0.5rem; line-height: 1; } 
.control-button { position: absolute; top:50%; width:5rem; height: 5rem; transform: translate(0%,-50%); z-index: 1; cursor: pointer; } 
.control-button:hover { opacity: 0.7; } 
.control-button>img { width: auto; max-width: 100%; } 
.control-button.back { left:0%; } 
.control-button.front { right:0%; } 
.control-button.swiper-button-disabled { opacity: 0.1; cursor: not-allowed; } 



.product-detail-container .swiper-container.main-slider .swiper-pagination {width:5.5rem; color:#fff; border-radius: 20rem;   background: rgba(0, 0, 0, 0.25); /* 반투명한 검은색 */
  backdrop-filter: blur(10px); /* 유리 효과 */
  -webkit-backdrop-filter: blur(10px); /* 사파리 지원 */ font-size:1.3rem; margin: 0 auto; display: block; left:50%; transform: translateX(-50%); bottoM:20px;}
.product-detail-container .product-detail-wrap .thumbnail-slider { margin-top:1rem; } 
.product-detail-container .product-detail-wrap .thumbnail-slider .swiper-slide { cursor: pointer; border:2px solid #fff; } 
.product-detail-container .product-detail-wrap .thumbnail-slider .swiper-slide-thumb-active { border:2px solid #AC815E; } 



.prev-btn { width:5.2rem; height:5.2rem; background-color: rgba(255, 255, 255, 0.2); /* 투명한 흰색 배경 */backdrop-filter: blur(10px); /* 블러 효과 적용 */-webkit-backdrop-filter: blur(10px); /* Safari 지원 */ z-index: 1; position: absolute; top:50%; transform: translate(0%,-50%); border-radius: 50%; display: flex; justify-content: center; align-items: center; /* 살짝 입체감 추가 */ cursor: pointer; } 
.prev-btn.left { left:3rem; } 
.prev-btn.right { right:3rem; } 
.prev-btn>img { width:auto; max-width: 100%; } 

.prev-btn:hover { background-color: #000; } 
.prev-btn:hover img { filter:invert(1); } 

#dir-wrap {padding-bottom: 0;}
#dir-wrap .info {width: 100%;  background-color: #fff; padding:8rem 4rem; background-image:url(/public/img/contact-bg.png); background-position: 95% center; background-repeat: no-repeat; background-size: 25%;}
#dir-wrap .info .name>h3 {margin-bottom: 2rem;}
#dir-wrap .info .flex-3ea {flex-wrap: wrap; margin-top:2rem;}
#dir-wrap .info .flex-3ea .content:first-child {flex-basis: 100%; max-width: 100%; margin-bottom: 2rem;}
#dir-wrap .info .flex-3ea .content:nth-child(2) {flex-basis: 50%; max-width: 50%;}
#dir-wrap .info .flex-3ea .content:nth-child(3) {flex-basis: 50%; max-width: 50%;}
#dir-wrap .info .flex-3ea .content p {font-weight: 300;}

#dir-wrap .showroom .main-slider {margin-bottom: 1rem;}
#dir-wrap .showroom .thumbnail-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {border:2px solid #AC815E; opacity: 1;}
#dir-wrap .showroom .thumbnail-slider .swiper-wrapper .swiper-slide {border:2px solid #fff; opacity: 0.6; cursor: pointer;}


#dir-wrap .hq-wrap {padding-top:5rem;}
#dir-wrap .hq-wrap .main-slider-hq {margin-bottom: 1rem;}
#dir-wrap .hq-wrap .thumbnail-slider-hq .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {border:2px solid #AC815E; opacity: 1;}
#dir-wrap .hq-wrap .thumbnail-slider-hq .swiper-wrapper .swiper-slide {border:2px solid #fff; opacity: 0.6; cursor: pointer;}
#dir-wrap .control-button {background-color: rgba(255, 255, 255, 0.3); /* 반투명한 흰색 */backdrop-filter: blur(10px); /* 블러 효과 */ -webkit-backdrop-filter: blur(10px); /* Safari 지원 */ border-radius: 50%;}
#dir-wrap .control-button img {max-width: 0.75rem;}
#dir-wrap .control-button.front {right:1.6rem;}
#dir-wrap .control-button.back {left:1.6rem;}

#dir-wrap .map-wrap {flex-wrap: wrap; margin-top:0.3rem; margin-bottom: 2rem;}
#dir-wrap .map-wrap a {display: block; text-align: center;}
#dir-wrap .map-wrap .map-button {border-radius: 0.2rem; margin-top:0.5rem; padding:0.25rem 1rem; background-color: #efefef;}
#dir-wrap .map-wrap .map-button.google {background: #efefef; color:#000000; }
#dir-wrap .map-wrap .map-button.google:hover {background-color: #4181EE; color:#fff;}
#dir-wrap .map-wrap .map-button.kakao {background: #efefef; color:#000000; }
#dir-wrap .map-wrap .map-button.kakao:hover {background-color: #F1D900; color:#000000;}
#dir-wrap .map-wrap .map-button.naver {background: #efefef; color:#000000;}
#dir-wrap .map-wrap .map-button.naver:hover  {background-color: #00C13A; color:#fff;}
#dir-wrap .map-wrap {justify-content: space-between;}
#dir-wrap .map-wrap>li {flex-basis: 32.333%; max-width: 32.333%;}
#dir-wrap .sns-wrap {display: flex; justify-content: flex-start; gap:1rem; align-items: center;}
#dir-wrap .sns-wrap>.item {flex-basis: 4rem; max-width: 4rem;}
#dir-wrap .sns-wrap>.item>a>img:last-child {display: none;}
#dir-wrap .sns-wrap>.item>a:hover>img:first-child {display: none;}
#dir-wrap .sns-wrap>.item>a:hover>img:last-child {display: block;}
/* #dir-wrap .sns-wrap>li  */


@keyframes rotate360 { 
 from { transform: rotate(0deg); } 
 to { transform: rotate(360deg); } 
 }


/*404*/
.not-found { width: 100%; height: 100vh; background-color:#efefef; text-align: center; background-image:url(/public/img/not-found-image.jpg); background-repeat: no-repeat; background-size:cover; background-repeat: no-repeat; background-position: center; color:#fff; } 
.not-found>div {padding-left:1.6rem; padding-right:1.6rem; width: 95%; margin: 0 auto;}
.not-found h2 { letter-spacing: 1rem; } 
.not-found p { font-size:1.6rem; width:50rem; margin: 0 auto; line-height: 1.4; margin-top:1rem; color:#fff; margin-bottom: 3rem; width: 100%; } 
.not-found a { border:1px solid #fff; color:#fff; padding:1.5rem 3rem; margin-top:3rem; } 
.not-found a:hover { background-color: #000000; color:#fff; border:1px solid #000; } 

.contact-contents {padding-bottom:10rem;}
.contact-contents .content .text-wrap p {color:#666666; font-weight: 300; line-height: 1.4;}
/* .contact-contents .content:first-child {flex-basis: 30%; max-width: 30%;} */
.contact-contents .content.sticky {position: sticky; top:10rem; left:0;}
.contact-contents .content h3 {margin-bottom: 3rem;}
.contact-contents .content .item {width: 100%; max-width: 100%; flex-basis: 100%; margin-bottom: 1.5rem;}
.contact-contents .content .item .text-wrap>h4 {padding-bottom: 0.3rem;}
.contact-contents .content:last-child {flex-basis: 70%; max-width: 70%;}
.contact-contents .content:last-child .item {flex-basis: 33.333%; max-width: 33.333%;}
.gallery-wrap {width: 100%; background-color: #000;}
.gallery-wrap .content.w-40 {flex-basis: 40%; max-width: 40%;}
.gallery-wrap .content.w-20 {flex-basis: 20%; max-width: 20%;}
.gallery-wrap .content .w-16-9 {aspect-ratio: 16 / 9;}
#content .inquiry {padding-bottom: 0;}


main {overflow: hidden;}
main#contact {overflow: auto;}

.ft-01 { font-size:0.1rem; } 
.ft-02 { font-size:0.2rem; } 
.ft-03 { font-size:0.3rem; } 
.ft-04 { font-size:0.4rem; } 
.ft-05 { font-size:0.5rem; } 
.ft-06 { font-size:0.6rem; } 
.ft-07 { font-size:0.7rem; } 
.ft-08 { font-size:0.8rem; } 
.ft-09 { font-size:0.9rem; } 
.ft-10 { font-size:1rem; } 
.ft-11 { font-size:1.1rem; } 
.ft-12 { font-size:1.2rem; } 
.ft-13 { font-size:1.3rem; } 
.ft-14 { font-size:1.4rem; } 

.ft-15 { font-size:1.5rem; } 
.ft-16 { font-size:1.6rem; } 
.ft-17 { font-size:1.7rem; } 
.ft-18 { font-size:1.8rem; } 
.ft-19 { font-size:1.9rem; } 
.ft-20 { font-size:2rem; } 
.ft-21 { font-size:2.1rem; } 
.ft-22 { font-size:2.2rem; } 
.ft-23 { font-size:2.3rem; } 
.ft-24 { font-size:2.4rem; } 
.ft-25 { font-size:2.5rem; } 
.ft-26 { font-size:2.6rem; } 
.ft-27 { font-size:2.7rem; } 
.ft-28 { font-size:2.8rem; } 
.ft-29 { font-size:2.9rem; } 
.ft-30 { font-size:3rem; } 
.ft-31 { font-size:3.1rem; } 
.ft-32 { font-size:3.2rem; } 
.ft-33 { font-size:3.3rem; } 
.ft-34 { font-size:3.4rem; } 
.ft-35 { font-size:3.5rem; } 
.ft-36 { font-size:3.6rem; } 
.ft-37 { font-size:3.7rem; } 
.ft-38 { font-size:3.8rem; } 
.ft-39 { font-size:3.9rem; } 
.ft-40 { font-size:4rem; } 
.ft-41 { font-size:4.1rem; } 
.ft-42 { font-size:4.2rem; } 
.ft-43 { font-size:4.3rem; } 
.ft-44 { font-size:4.4rem; } 
.ft-45 { font-size:4.5rem; } 
.ft-46 { font-size:4.6rem; } 
.ft-47 { font-size:4.7rem; } 
.ft-48 { font-size:4.8rem; } 
.ft-49 { font-size:4.9rem; } 
.ft-50 { font-size:5rem; } 
.ft-51 { font-size:5.1rem; } 
.ft-52 { font-size:5.2rem; } 
.ft-53 { font-size:5.3rem; } 
.ft-54 { font-size:5.4rem; } 
.ft-55 { font-size:5.5rem; } 
.ft-56 { font-size:5.6rem; } 
.ft-57 { font-size:5.7rem; } 
.ft-58 { font-size:5.8rem; } 
.ft-59 { font-size:5.9rem; } 
.ft-60 { font-size:6rem; } 
.ft-61 { font-size:6.1rem; } 
.ft-62 { font-size:6.2rem; } 
.ft-63 { font-size:6.3rem; } 
.ft-64 { font-size:6.4rem; } 
.ft-65 { font-size:6.5rem; } 
.ft-66 { font-size:6.6rem; } 
.ft-67 { font-size:6.7rem; } 
.ft-68 { font-size:6.8rem; } 
.ft-69 { font-size:6.9rem; } 
.ft-70 { font-size:7rem; } 
.ft-71 { font-size:7.1rem; } 
.ft-72 { font-size:7.2rem; } 
.ft-73 { font-size:7.3rem; } 
.ft-74 { font-size:7.4rem; } 
.ft-75 { font-size:7.5rem; } 
.ft-76 { font-size:7.6rem; } 
.ft-77 { font-size:7.7rem; } 
.ft-78 { font-size:7.8rem; } 
.ft-79 { font-size:7.9rem; } 
.ft-80 { font-size:8rem; } 
.ft-81 { font-size:8.1rem; } 
.ft-82 { font-size:8.2rem; } 
.ft-83 { font-size:8.3rem; } 
.ft-84 { font-size:8.4rem; } 
.ft-85 { font-size:8.5rem; } 
.ft-86 { font-size:8.6rem; } 
.ft-87 { font-size:8.7rem; } 
.ft-88 { font-size:8.8rem; } 
.ft-89 { font-size:8.9rem; } 
.ft-90 { font-size:9rem; } 
.ft-91 { font-size:9.1rem; } 
.ft-92 { font-size:9.2rem; } 
.ft-93 { font-size:9.3rem; } 
.ft-94 { font-size:9.4rem; } 
.ft-95 { font-size:9.5rem; } 
.ft-96 { font-size:9.6rem; } 
.ft-97 { font-size:9.7rem; } 
.ft-98 { font-size:9.8rem; } 
.ft-99 { font-size:9.9rem; } 
.ft-100 { font-size:10rem; } 



/*이미지 효과*/
.image-anime { position: relative; overflow: hidden; } 
.image-anime:after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255,255,255,.3); transform: translate(-50%,-50%) rotate(-45deg); z-index: 1; } 
.image-anime:hover:after { height: 250%; transition: all 600ms linear; background-color: transparent; } 

.reveal {position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; visibility: hidden; overflow: hidden; } 

.reveal img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transform-origin: left; transform-origin: left; } 


input:focus { outline: none; } 
