:root { --main-color: #BB54A1; --light-color:#fff; --sub-color: #E77E85; } 

 
 @font-face { font-family: 'ONE-Mobile-Title'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff'); font-weight: normal; font-style: normal; } 
 @font-face { font-family: 'ONE-Mobile-Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff'); font-weight: normal; font-style: normal; } 
 
 * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'ONE-Mobile-Regular', sans-serif; letter-spacing: -0.81px; word-break: keep-all; font-size: 18px; } 
 img { border: none; max-width: 100%; display: inherit; } 
 img.icon { display: inline-block; vertical-align: middle; } 
 ul,ol,li { list-style: none; } 
 a,i { font-style: normal; text-decoration: none; color: #000; } 
 a:active { color: inherit; } 
 table { border-collapse: collapse; } 
 body { position: relative; color: #000; overflow-x: hidden; } 
 body::-webkit-scrollbar, .map-section2 .inter-cont-wr::-webkit-scrollbar, .popup .pop { width: 8px; background: transparent; } 
 body::-webkit-scrollbar-thumb,.map-section2 .inter-cont-wr::-webkit-scrollbar-thumb,.popup .pop { height: 30%; background: var(--main-color); border-radius: 10px; } 
.map-section2 .inter-cont-wr::-webkit-scrollbar-track,body::-webkit-scrollbar-track,.popup .pop { background: transparent; } 

 .material-symbols-outlined { font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 48; vertical-align: text-bottom; } 
 .icon { display: inline-block; width: auto; max-width: 100%; } 
 .font-tit { font-family: 'ONE-Mobile-Title'; } 



.inner { padding-left: 47px; padding-right: 47px; } 

.main-btn { position: relative; width: 238px; color: var(--light-color); border: 1px solid var(--light-color);; border-radius: 50px; padding: 12px 0; text-align: center; transition:all .5s cubic-bezier(.6,0,0,1); } 
.main-btn:hover { background: var(--main-color); color: #fff; font-weight: 600; border-color: var(--main-color); } 
.main-btn::before { position: absolute; content: ''; width: 100%; height: 100%; border-radius: 50px; transform: scale(1); top: -1px; left: -1px; transition: all .5s cubic-bezier(.6,0,0,1); } 
.main-btn:hover::before { border: 1px solid var(--main-color); width: calc(100% + 18px); height: calc(100% + 16px); top: -9px; left: -10px; } 



 /**/

 header.header,header.header .inner .logo { transform: .3s; } 
 

/* html[data-direction="down"] header.header { top:-105px; } */
header.header { position: fixed; top:0; width: 100vw; z-index: 999; overflow: hidden; transition: top 0.3s ease-in-out; } 
header.header::before { position: absolute; content: ''; visibility: hidden; top:105px; width: 100vw; height: 0; transition: 0.3s; background: #000; } 
header.header .inner { display: flex; height: 105px; align-items: center; } 
header.header .inner .logo { width: 300px; height: 100%; background: url(/image/logo_w.svg)no-repeat center / contain; } 
header.header .call-btn-wr { display: flex; justify-content: center; align-items: center; height: 40px; line-height: 40px; background: var(--main-color); border-radius: 50px; padding: 0 1em 0 0.8em; font-size: 1.125rem; color: #fff; } 
header.header .call-btn-wr a { color:#fff; } 
header.header .gnb { display: flex; margin-left: auto; } 
header.header .gnb > li { margin-right: 41px; height: 105px; line-height: 105px; } 
header.header .gnb > li > a { color: #fff; font-size: 20px; font-weight: 600; cursor: pointer; } 
header.header .gnb > li:hover > a { color:#000; font-weight: 600; } 

header.header.on { background: rgb(255 255 255 / 24%); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); } 
header.header.on .inner .logo { background: url(/image/logo_c.svg)no-repeat center / contain; } 
header.header.on .gnb > li > a { color: #000; } 


/**/
.ham_menu_btn { margin-left: auto; display: none; } 
.ham_menu_btn span { display: block; width: 35px; height: 4px; background: var(--main-color); } 
.ham_menu_btn span:nth-child(2) { margin: 6px 0; } 

.ham_menu_btn.close_ham { display: block; margin: 20px auto; padding: 29px 0 0 13px; text-align: center; width: 60px; height: 60px; background: var(--main-color); border-radius: 100%; } 
.ham_menu_btn.close_ham span { background:#fff; transform-origin: center; width: 35px; height: 2px; display: block; } 
.ham_menu_btn.close_ham span:nth-child(1) { transform: rotate(45deg); } 
.ham_menu_btn.close_ham span:nth-child(2) { display: none; } 
.ham_menu_btn.close_ham span:nth-child(3) { transform: translateY(-2px) rotate(135deg) } 

.ham_menu { position: fixed; right: 0; top: 0; z-index: 9999; width: 0; height: 100vh; background:url(/image/bg.jpg)no-repeat center / cover; overflow: hidden; visibility: hidden; transition: .3s; } 
.ham_menu.active { width: 50%; visibility: visible; } 
.ham_menu a { color: #554651; } 
.ham_menu > ul { padding: 30px; } 
.ham_menu > ul > li { width: 100%; line-height: 2; position: relative; } 
.ham_menu > ul > li.active .gnb-depth { padding: 15px; height: 173px; } 


.ham_menu > ul > li:nth-child(4).active .gnb-depth { height: 213px; } 


.ham_menu > ul > li > .gnb-depth { height: 0; overflow: hidden; padding:0 15px; background: rgba(255, 255, 255, 0.11); transition-duration: 0.4s } 
.ham_menu > ul > li > a { font-size: 2rem; font-weight: 600; } 
.ham_menu > ul > li > .gnb-depth a { display: block; line-height: 36px } 
.ham_menu > ul > li > .gnb-depth { position: relative; } 
/* .ham_menu > ul > li > .gnb-depth:before { top:0; border-top: 2px solid #f77b83; content: ""; display: block; width: 100%; position: absolute; left: 0; } */
.ham_bg.active { position: fixed; width: 100%; background:rgba(29, 42, 40, 0.7); backdrop-filter: blur(3px); left: 0; top: 0; height: 100%; z-index: 999; } 



/**/
footer { background: #3d2336; padding: 3.625em 0 2.688em 0; } 
footer .inner { display: flex; justify-content: space-between; } 
footer ul li, footer ul li strong { color: var(--light-color); line-height: 1.5; letter-spacing: 0; font-size: 0.875rem; } 
footer ul li strong { color: #fff; } 
footer ul li.ft-copy { font-size: 0.75rem; margin-top: 1.25em; } 
footer .ft-right { display: flex; justify-content: flex-start; align-items: flex-start; padding-top: 1.25em; } 
footer .ft-right ul { margin-left: 4.188em; } 
footer.intro-ft .ft-left { display: flex; } 
footer .ft-left ul { margin-left: 0.875em; } 
footer .ft-left img { width: 361px; } 

footer .ft-left.call-btn-wr { height: 31px; line-height: 31px; font-size: 1.125rem; color: #fff; } 
footer .ft-left.call-btn-wr a { color: #fff; } 

.go_top { display: flex; justify-content: center; align-items: center;  position: fixed; bottom: 45px; right: 93px; width: 65px; height: 65px; line-height: 73px; border-radius: 100%; border: 1px solid #8b8b8b; background:rgb(0 0 0 / 24%); text-align: center;cursor: pointer; z-index: 3; transition: .3;} 
.go_top span { color: #fff; } 
.go_top:hover { background: rgb(0 0 0 / 34%); transition: .5; } 

