@charset 'utf-8';
/* common */
:root {
    --baseFont: 'Pretendard', 'Noto Sans KR', 'verdana', sans-serif;
	--lex : "Lexend", sans-serif;
	--mainC: #003B83;
	--subC: #;
}

img,
svg path,
svg circle{ transition:all 0.3s; }

body.scrollN{ height: 100vh !important; overflow: hidden !important;}
body{ -ms-overflow-style:none; scrollbar-width:none; }
body::-webkit-scrollbar { display: none; }

body.scrollN{ height: 100vh !important; overflow: hidden !important;}
body{ -ms-overflow-style:none scrollbar-width:none }
body::-webkit-scrollbar { display: none; }

body.lock{ overflow: hidden; }

#dimmed{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 10001; display:none; }

.w1820{ max-width:1820px; width: 100%; margin: 0 auto;}
.w1720{ max-width:1720px; width: 100%; margin: 0 auto;}

svg{ width: 100%; height: 100%; }

.flex-box{ display:flex;}
.flex-box.center{ display:flex; justify-content:center; align-items:center; }

.fit-box{ position: relative; width: 100%; height: 100%; overflow: hidden;}
.fit-box img{ position: absolute; transform:translate(-50%,-50%); top: 50%; left: 50%; min-width: 100%; min-height:100%; object-fit: cover;}

.viewbtn{ display:flex; justify-content:center; align-items:center; border-radius:50%;background: var(--mainC); width: 50px; height: 50px;}

.scroll-move span{ position: relative; display:block; width: 26px; height: 46px; position: absolute; transform:translate(-50%,-50%); top: 50%; left: 50%; }
.scroll-move span:after{ content:''; display:block; width: calc(100% - 4px); height: calc(100% - 4px) ; aspect-ratio: 1; content: ""; position: absolute; top: 0; left: 0; padding: 2px; border-radius: 50px; background:linear-gradient(to top, rgba(255,255,255,0.3), rgba(255,255,255,1)); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box,  linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1; background-size: 400% 400%; animation:scroll 2s infinite;}
.scroll-move span:before{ content:''; display:block; width: 6px; height: 6px; border-radius:50%; background: #fff; position: absolute; transform:translateX(-50%); left: 50%; top: 10px; 
 animation:scrollDot 2s infinite;}

@keyframes scroll {
	0%{ background-position: 100% 0%;}
	100%{ background-position: 100% -40%;}
}

@keyframes scrollDot {
	0%{ width: 6px; height: 6px; top: 10px; background: #fff;}
	100%{ width: 2px; height: 2px; top: 38px; background: rgba(255,255,255,0.3);}
}

@keyframes scrollDot2 {
	0%{ width: 6px; height: 6px; top: 10px; background: #ccc;}
	100%{ width: 2px; height: 2px; top: 38px; background: rgba(204,204,204,0.3);}
}

.mb120{ margin-bottom: 120px; }

#mobile{ display:none; }

#btn-box{ display:flex; justify-content:center; align-items:center; }
#btn-box button{ display: flex; width: 320px; height: 85px; justify-content: center; align-items: center; border-radius:50px; background: var(--mainC); color: #FFF; font-weight: 500; letter-spacing: -0.42px;} 
#btn-box button.type2{ background: #EEE; color:#aaa; margin-right: 10px; }


/* header */
header{ position: fixed; top: 0; left: 0; width: 100%; height: 100px; z-index: 900; transition:all 0.7s; }
header:before{ content:''; display:block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--mainC); z-index: 2; opacity: 0; pointer-events:none; transition:all 0.7s 0.2s; }
header .header-box{ position: relative; display:flex; align-items:center; justify-content:space-between; margin: 0 50px; }
header .header-box{ display:flex; align-items:center; height: 100%; }
header .header-box nav{ position: absolute; transform:translate(-50%,-50%); top: 50%; left: 50%; height: 100%; }
header .header-box nav #gnb{ display:flex; align-items:center; height: 100%; }
header .header-box nav #gnb li{ position: relative; }
header .header-box nav #gnb > li,
header .header-box nav #gnb > li > a{ height: 100%; }
header .header-box nav #gnb > li > a{ display:flex; justify-content:center; align-items:center; color:#fff; padding: 0 40px; font-size:20px; font-family: var(--lex); letter-spacing: -0.4px;  min-width:180px; transition:all 0.3s; }
header .header-box nav #gnb > li.active > a, 
header .header-box nav #gnb > li:hover > a{ color: var(--mainC); }
header .header-box nav #gnb .depth2{ position: absolute; transform:translateX(-50%); top: calc(100% - 10px); left: 50%; width: 100%; padding: 30px 0; background: var(--mainC); 
border-radius:10px; display:none; }
header .header-box nav #gnb .depth2 li{ overflow: hidden;}
header .header-box nav #gnb .depth2 li:not(:last-child){ margin-bottom: 15px; }
header .header-box nav #gnb .depth2 li a{ display:block; color:rgba(255,255,255,0.3); font-size: 18px; font-weight: 600; letter-spacing: -0.36px; text-align: center; width: 100%; transition:all 0.3s, transform 0.3s 0.2s;  transform:translateY(100%); }
header .header-box nav #gnb .depth2 li:hover a{ color:#fff; }
header .header-box nav #gnb .depth2.on li a{ transform:translateY(0); }
header .header-box .side-box{ display:flex; align-items:center; }
header .header-box .side-box .familysite{ width: 130px; height: 40px; background: var(--mainC); border: none; border-radius: 99px; font-family: var(--lex); font-size: 15px; font-weight: 400; color: #FFF; margin-right: 30px; }
header .header-box .side-box .lang-box{ position: relative; margin-right: 30px; }
header .header-box .side-box .lang-box ul{ position: absolute; transform:translateX(-50%); top: calc(100% + 10px); left: 50%; padding: 10px 14px; background: var(--mainC); border-radius:10px; 
display:none; } 
header .header-box .side-box .lang-box ul li{ overflow: hidden; }
header .header-box .side-box .lang-box ul li:not(:last-child){ margin-bottom: 5px; }
header .header-box .side-box .lang-box ul li a{ color:rgba(255,255,255,0.3); font-family: var(--lex); font-size: 15px; font-weight: 500; letter-spacing: -0.3px; transition:all 0.3s,transform 0.7s; transform:translate(100%);}
header .header-box .side-box .lang-box ul li:hover a{ color:#fff; }

header.blue .header-box .logo g{ mask: unset; }
header.blue .header-box .logo path{ fill:var(--mainC); }
header.blue .header-box nav #gnb > li > a{ color:#111; }
header.blue .header-box nav #gnb > li.active > a, 
header.blue .header-box nav #gnb > li:hover > a{ color: var(--mainC); }
header.blue .header-box .side-box .lang-box svg path{ stroke: #111;}
header.blue .header-box .side-box #menu svg rect{ fill: #111;}

header.down{ transform:translateY(-100%); }

header.bg{ background: rgba(255,255,255,0.9); box-shadow:0 0 10px rgba(0,0,0,0.1); }

#allmenu{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 3.9% 50px; z-index: 10002; transform:translateY(-110%); transition:all 0.5s; }
#allmenu.on{ transform:translateY(0); transition: all 0.7s; }
#allmenu .allgnb{ position: relative; height: 100%; background: #fff; border-radius:40px; padding: 4.4% 50px; }
#allmenu .allgnb .close{ position: absolute; top: 30px; right: 30px; }
#allmenu .allgnb .scroll{ width: 100%; height: 100%; overflow-x: clip; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; }
#allmenu .allgnb .scroll::-webkit-scrollbar { display: none; }
#allmenu .allgnb #gnb{ flex: 1 0 auto; display:flex; flex-wrap:wrap; gap:30px 50px; }
#allmenu .allgnb #gnb > li{ width: calc((100% - 100px) / 3); border-radius: 20px; background: #F8F8F8; overflow: hidden; padding: 3.5% 60px; }
#allmenu .allgnb #gnb > li > a{ display:block; color:#111; font-size:36px; font-weight: 500; letter-spacing: -0.72px; margin-bottom: 40px; font-family: var(--lex);}
#allmenu .allgnb #gnb .depth2{ display:flex; gap:15px; flex-wrap:wrap; }
#allmenu .allgnb #gnb .depth2 li{ width: calc((100% - 30px) / 3); }
#allmenu .allgnb #gnb .depth2 li a{ color:#aaa; font-weight: 500; font-size:19px; letter-spacing: -0.38px; transition:all 0.3s; }
#allmenu .allgnb #gnb .depth2 li a:hover{ color:var(--mainC); }
#allmenu .allgnb #gnb > li.logo-box{ padding: 0; }
#allmenu .allgnb #gnb > li.logo-box g{ mask: unset; }
#allmenu .allgnb #gnb > li.logo-box a{ display:flex; justify-content:center; align-items:center; background: var(--mainC); width: 100%; height: 100%; }
#allmenu .allgnb #gnb > li.logo-box figure{ width: 250px; }
#allmenu .allgnb .btn-box{ margin-top: 30px; display:flex; justify-content:space-between; align-items:center; width: 100%;}
#allmenu .allgnb .btn-box > *{ display:flex; align-items:center; }
#allmenu .allgnb .btn-box .lang-box{ }
#allmenu .allgnb .btn-box ul li{ display:flex; align-items:center; }
#allmenu .allgnb .btn-box ul li:not(:last-child):after{ content:''; display:block; width: 1px; height: 15px; background: #e5e5e5; margin: 0 20px; }
#allmenu .allgnb .btn-box ul li a{ font-size: 17px; letter-spacing: -0.34px; font-weight: 500; color:#ddd; transition:all 0.3s; }
#allmenu .allgnb .btn-box ul li.on a,
#allmenu .allgnb .btn-box ul li a:hover{ color:#111; }
#allmenu .allgnb .btn-box .lagn-box li a{ font-family: var(--lex); }
#allmenu .allgnb .btn-box .lang-box li.on a,
#allmenu .allgnb .btn-box .lang-box li a:hover{ color:var(--mainC); }

/* familysite */
#familysite{ width: 100%; height: 100%; background: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 1000; display: none; }
#familysite .blank{ width: 100%; height: 100%; }
#familysite .inner{ max-width: 90%; width: 1720px; background: #FFF; border-radius: 20px; padding: 80px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -200%); transition: transform 0.7s; }
#familysite .close{ background: none; border: none; padding: 15px; position: absolute; top: 15px; right: 15px; }
#familysite .grid-box{ display: grid; grid-template-columns: repeat(6, calc(100% / 6)); text-align: center; margin: -10px; }
#familysite .column2{ grid-column: auto / span 2; }
#familysite dl{ margin: 10px; }
#familysite dl dt{ background: #F8F8F8; border-radius: 10px; font-size: 19px; font-weight: 600; color: var(--mainC); padding: 20px 40px; }
#familysite dl dd{ margin-top: 10px; }
#familysite ul li a{ display: block; font-size: 18px; font-weight: 300; color: #555; padding: 10px; }
#familysite .column2 dd{ display: flex; }
#familysite .column2 ul{ width: 50%; } 
#familysite.on .inner{ transform: translate(-50%, -50%); }

/* footer */
.footer-inner{ padding: 80px 50px; display:flex; justify-content:space-between; align-items:flex-end; font-size:17px; } 
.footer-inner .info-box ul{ display:flex; align-items:center; }
.footer-inner .info-box .link-box li{ display:flex; align-items:center; }
.footer-inner .info-box .link-box li:not(:last-child):after{ content:''; display:block; width: 1px; height: 12px; background: #e5e5e5; margin: 0 20px; }
.footer-inner .info-box .link-box li a{ letter-spacing: -0.34px; font-weight: 500; color:#ddd; transition:all 0.3s; }
.footer-inner .info-box .link-box li.on a,
.footer-inner .info-box .link-box li a:hover{ color:#111; }
.footer-inner .info-box address{ color:#333; font-weight: 300; letter-spacing: -0.34px; margin: 20px 0; }
.footer-inner .info-box .txt-box{ color:#aaa; font-family: var(--lex); letter-spacing: -0.34px; }
.footer-inner .info-box .txt-box li:not(:last-child){ margin-right: 40px;}
.footer-inner .info-box .copy{ color:#aaa; font-family: var(--lex); letter-spacing: -0.34px; margin-top: 60px; }
.footer-inner .btn-box{ display:flex; align-items:center; height: 60px; }
.footer-inner .btn-box .family-box{ position: relative; width: 205px; height: 60px; margin-right: 10px;}
.footer-inner .btn-box .family-box button{ position: relative; width: 100%; height: 100%; color:#fff; display:flex; justify-content:center; align-items:center;  padding: 0 25px; font-family: var(--lex); font-weight: 500; z-index: 2; letter-spacing: -0.34px; background: var(--mainC); border-radius:50px; }
.footer-inner .family-box button img{ margin-left: 10px;}
.footer-inner .family-box ul{ width: 100%; padding: 30px; position: absolute; left: 0; bottom: calc(100% + 5px); border-radius:20px; background: #F8F8F8; border: 2px solid #E5E5E5; display:none; }
.footer-inner .family-box ul li:not(:last-child){ margin-bottom: 15px; }
.footer-inner .family-box ul li a{ display:block; color:#ccc; font-family: var(--lex); font-weight: 300;letter-spacing: -0.34px; transition:all 0.3s; }
.footer-inner .family-box ul li:hover a{ color:var(--mainC); }
#top-btn{ width: 60px; height: 60px; display:flex; justify-content:center; align-items:center; border-radius:50%; background: #ddd; transition:all 0.5s; } 

#footer .footer-inner{ display: block; }
#footer .flex-box{ justify-content: space-between; }
#footer .line01{ align-items: flex-end; margin-bottom: 50px; }
#footer .line02{ align-items: center; }
#footer .info-box{ margin-bottom: 0; }
#footer .copy{ color:#aaa; font-family: var(--lex); letter-spacing: -0.34px; }


/* privacy */
#privacy > div{ border-top: 1px dashed #AAA; padding-top: 150px;}
#privacy .content > dl:not(:last-child){ margin-bottom: 120px; }
#privacy .content dl.title-box{ margin-bottom: 150px; }
#privacy .content > dl > dt{ color: #111; font-size: 32px; font-weight: 600; letter-spacing: -0.64px; margin-bottom: 40px; }
#privacy .content > dl > dd{ color: #555; font-size: 17px; font-weight: 300; letter-spacing: -0.34px; }
#privacy .content > dl > dd > *:not(:last-child){ margin-bottom: 20px; }
#privacy .content > dl > dd ul li:not(:last-child){ margin-bottom: 10px; }
#privacy .content > dl > dd .box{ padding: 80px; border-radius: 20px; background: #F8F8F8; }
#privacy .content > dl > dd .box p{ color: #333; font-size: 19px; font-weight: 300; line-height: 1.7; letter-spacing: -0.38px; }
#privacy .content > dl > dd .box div:not(:last-child){ margin-bottom: 40px; }
#privacy .content > dl > dd .box div p{ color: #111; font-size: 19px; font-weight: 500; letter-spacing: -0.38px; margin-bottom: 20px; }
#privacy .content > dl > dd .table-box{ border-top: 2px solid #000; }
#privacy .content > dl > dd .table-box > *{ display:flex; }
#privacy .content > dl > dd .table-box > * > *{ width: 100%; text-align: center; padding: 20px; color: #111; font-weight: 500; letter-spacing: -0.34px; }
#privacy .content > dl > dd .table-box dt{ background: #F8F8F8; }
#privacy .content > dl > dd .table-box dd{ border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; }  
#privacy .content > dl > dd .table-box dd p{ color:#333; font-weight: 300; display:flex; justify-content:center; align-items:center; }
#privacy .content > dl > dd .txt-box{ margin-top: 40px; }
#privacy .content > dl > dd .txt-box > *:not(:last-child){ margin-bottom: 20px; }
#privacy .content > dl > dd .txt-box .stit{ color: #111; font-size: 21px; font-weight: 500; letter-spacing: -0.42px; }
#privacy .content .btm-box{ color: #111; font-size: 17px; font-weight: 500; letter-spacing: -0.34px; }
#privacy .content .btm-box p:not(:last-child){ margin-bottom: 10px; }

/* intro */
#intro-box{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000000; background: var(--mainC); opacity: 0; visibility: hidden; display:flex; justify-content:center; align-items:center; pointer-events:none; transition:none; }
#intro-box .img-box{ position: relative; }
#intro-box .img-box .front{ position: absolute; top: 0; left: 0; opacity: 0; transition:all 0s 1.5s, transform 1s 2.5s; }
#intro-box .img-box .front svg{ transition:transform 1s; }
#intro-box .img-box .txt-box{ opacity: 0; transition:all 1s 0.5s; }
#intro-box .img-box .txt-box.b-txt{ transition-delay:1.2s; } 
#intro-box .img-box .txt-box path{ transition:all 0.5s 1.8s; }

#intro-box.on{ opacity: 1; visibility: visible; }
#intro-box.on .img-box.active .front{ transform:translateX(190px); opacity: 1; }
#intro-box.on .img-box.active .txt-box{ opacity: 1; }
#intro-box.on .img-box.active .txt-box path{ opacity: 0; }

#intro-box.off{ opacity: 0; visibility: hidden; pointer-events:none; transition:all 0.7s; }
#intro-box.off .img-box .front svg{ transform:scale(20); }

/* paging */
.paging{ display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center; margin-top: 120px; }
.paging .arr{ display:flex; }
.paging .arr a.last,
.paging .arr a.first{ letter-spacing:-10px; }
.paging .arr.right a{-webkit-transform:rotate(180deg); transform: rotate(180deg);}
.paging a{ display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center; font-size:19px; 
color:#ccc; }
.paging a i{ color:#000; }
.paging ul{ display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 15px; }
.paging ul li:not(:last-child),.paging .arr a:first-child{ margin-right: 10px;}
.paging ul li a{ color:#ccc; width: 35px; height: 45px; font-family: var(--man); font-variant-numeric: lining-nums proportional-nums; font-weight: 500; }
.paging ul li.on a { color:var(--mainC); border-bottom:2px solid var(--mainC); }

