@charset "utf-8";
/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"); @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/* ******************* *
* GLOBAL
* ******************* */
:root { --font-Pretendard: "Pretendard"; --color-main: #318B45; --color-acc: #226230; } 


.fa { font: normal normal normal 14px / 1 FontAwesome !important; } 
a,a:hover,a:focus { text-decoration: none; } 
ul { list-style: none; } 
button { background-color: transparent; cursor: pointer; border: none; outline: none; } 
img { max-width: 100%; border:0; display:block; } 
h1, h2, h3, h4, h5, h6 { padding:0; margin:0; font-family: var(--font-Pretendard); font-size: inherit; } 
p { padding:0; margin:0; word-break: keep-all; } 
input { border: none; box-shadow: none; } 
input:focus { outline: none; } 
.line-br { display: block; } 
.flex-box { display:flex } 
.flex-box.column { flex-direction: column; } 
html.lock, html.lock body { overflow: hidden; } 
html, body { font-size: 20px; font-family: var(--font-Pretendard); line-height: 1.4; word-break: keep-all; word-wrap: break-word; color:#000; touch-action: auto; overscroll-behavior: auto; text-size-adjust:100%; scroll-behavior: smooth; overflow-x: clip; } 
.cinner { max-width: 1400px; width: 92%; margin: 0 auto; } 
.color_txt { color:var(--color-main) } 

@media all and (max-width: 1399px){
 .cinner { width: auto; margin: 0 50px; } 
 }
@media all and (max-width: 1024px) { html, body { font-size: 18px; } 
.cinner { width: auto; margin: 0 30px; } 
 }
@media all and (max-width: 768px) { html, body { font-size: 17px; } 
.cinner { width: auto; margin: 0 20px; } 
 }



/* ******************* *
* SCROLLBAR
* ******************* */
body::-webkit-scrollbar { width: 10px; } 
body::-webkit-scrollbar-thumb { background-color: var(--color-main); } 
body::-webkit-scrollbar-track { background-color: #f9f9f9; } 


/* ******************* *
* POPUP
* ******************* */
#hd_pop { z-index:1000; position:relative; } 
#hd_pop h2 { position:absolute; font-size:0; line-height:0; overflow:hidden } 
.hd_pops { position:absolute; border:1px solid #e9e9e9; background:#fff; } 
.hd_pops img { max-width:100%; width: 100%; height: auto; } 
.hd_pops_con { } 
.hd_pops_footer { padding:0; background:#000; color:#fff; text-align:left; position:relative } 
.hd_pops_footer:after { display:block; visibility:hidden; clear:both; content:"" } 
.hd_pops_footer button { padding:10px; border:0; color:#fff; font-size: 14px; } 
.hd_pops_footer .hd_pops_reject { background:#000; text-align:left; font-size: 14px; } 
.hd_pops_footer .hd_pops_close { width: 58px; height: 100%; padding: 0; background:#393939; position:absolute; top:0; right:0 } 

@media all and (max-width: 1024px){
 #hd_pop { max-width: 100%; width: 100%; margin: 0 auto; } 
 .hd_pops { max-width: 90%; width: 100%; position: fixed; top: 50% !important; left:50% !important; transform: translate(-50%, -50%); } 
 .hd_pops_con { width: 100% !important; height: auto !important; } 
 .hd_pops_footer .hd_pops_reject { font-size: 10px; } 
 .hd_pops_footer .hd_pops_close { width: 45px; font-size: 10px; } 
 }



/* ******************* *
* HEADER
* ******************* */
#header { width: 100%; height: 100px; border-bottom: 1px solid rgba(255,255,255,.3); box-sizing: border-box; position: fixed; top: 0; left: 0; right: 0; margin: auto; z-index: 999; transition: .35s; } 
#header.hide { display: none; } 
.header__nav { height: 100%; /* border-bottom: 1px solid #f6f6f6; */ } 
.header__nav .nav { display: block; height: 100%; } 
.header__nav .cinner { height: 100%; position: relative; display:flex; } 
.header__logo { width: 250px; position: relative; top: 0; left: 0; bottom: 0; margin: auto; } 
.header__logo > a { display: flex; align-items: center; height: 100%; } 
.header__logo > a > img { width: 100%; filter: brightness(0) invert(1); transition:.3s } 
.header__cont { display: flex; justify-content: flex-end; align-items: center; width: calc(100% - 250px); height: 100%; } 
.main-nav__depth1 { height: 100%;width:100% } 
.main-nav__depth1 .mn-ul1 { display: flex; height: 100%; align-items: center; justify-content: space-between; padding-left: 100px; } 
.main-nav__depth1 .mn-a1 { display: flex; justify-content: center; align-items: center; width: 100%; color: #fff; font-weight: 500; text-align: center; transition: .35s; position: relative; transition:.3s; height:100% } 
.main-nav__depth1 .mn-s1 { position: relative; } 
.main-nav__depth1 .mn-s1::after { content: ''; display: block; width: 0; height: 2px; background: #fff; position: absolute; left: 0; bottom: -2px; transition: .35s; } 
.main-nav__depth1 .mn-li1:hover .mn-s1::after,
.main-nav__depth1 .mn-li1:focus .mn-s1::after { width: 100%; } 
/* .main-nav__depth2 { display: none; width: 100vw; background: #f6f6f6; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 990; text-align: center; } */

.main-nav__depth2 .mn-ul2 { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 0; width: 100%; height: 100%; /* margin: 0 auto; */min-height: 30px; padding: 20px 0; box-sizing: border-box; } 
.main-nav__depth2 .mn-li2 { position: relative; } 
/* .main-nav__depth1 .mn-li1:nth-child(4) .mn-li2 { width: calc(100% / 8); } */
.main-nav__depth2 .mn-a2 { display: block; padding: 5px 20px; color: #000; /* font-size: .90em; */font-size: 17px; font-weight: 500; line-height: 1.3; transition: .35s; position: relative; } 
.main-nav__depth2 .mn-a2:hover { color: var(--color-main) } 
.main-nav__depth2 .mn-s2 { position: relative; } 
.main-nav__depth2 .mn-s2::after { content: ''; display: block; width: 0; height: 1px; background: var(--color-main); position: absolute; left: 0; right: 0; bottom: -2px; transition: .35s; } 
.main-nav__depth2 .mn-a2:hover .mn-s2::after { width: 100%; } 
/* .main-nav__depth2 .mn-a2.sub-icon::after { content: "\f105"; display: block; width: 9px; height: 26px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; font-family: "FontAwesome"; position: absolute; top: 0; bottom: 0; right: 10px; margin: auto; } */
.main-nav__depth3 { display: none; background: #fff; position: absolute; top: 0; left: 100%; z-index: 101; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.main-nav__depth3 .mn-li3:not(:last-child) { border-bottom: 1px solid #eee; box-sizing: border-box; } 
.main-nav__depth3 .mn-a3 { display: block; width: 160px; padding: 15px 16px; color: #000; font-size: .90em; text-align: center; line-height: 1.3; } 
.main-nav__depth3 .mn-a3:hover { color: var(--color-main); } 
.header__nav .nav__btn { display: none; } 
.header__nav .nav__btn a { display: flex; align-items: center; width: 30px; height: 22px; position: relative; } 
.header__nav .nav__btn a::before,
.header__nav .nav__btn a::after { content: ''; display: block; width: 100%; height: 3px; background: #fff; position: absolute; left: 0; right: 0; margin: auto; } 
.header__nav .nav__btn a::before { top: 0; } 
.header__nav .nav__btn a::after { bottom: 0; } 
.header__nav .nav__btn a span { display: block; width: 100%; height: 3px; background: #fff; } 


.header__nav.scrolled .header__logo > a > img { filter:none; transition:.3s } 
.header__nav.scrolled .main-nav__depth1 .mn-a1 { color:#333; transition:.3s; } 
.header__nav.scrolled .nav { background:#fff } 
.header__nav.scrolled .nav__btn a::before,
.header__nav.scrolled .nav__btn a::after {background: #000;}
.header__nav.scrolled .nav__btn a span {background: #000;}

#main-nav { height:100%; width:100% } 
.main-nav__depth1 .mn-li1 { position: relative; height:100% } 
.header__nav { position: relative; } 
.header__nav::after { content:''; position:absolute; left:0; top:100%; width:100%; height:72px; background:#f6f6f6; opacity:0; visibility:hidden; transition:.2s; z-index:980; } 
.header__nav.sub-open::after { opacity:1; visibility:visible; } 
.main-nav__depth2 { display:none; position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:990; text-align:center; background:none; width:auto; min-width:max-content; } 
.main-nav__depth2 .mn-ul2 { display:flex; flex-wrap:nowrap; justify-content:center; align-items:center; gap:12px 0; width:auto; min-height:72px; padding:0; box-sizing:border-box; white-space:nowrap; } 

@media all and (max-width: 1399px){
 /* .main-nav__depth1 .mn-ul1 { gap: 70px; }  */
 .main-nav__depth1 .mn-ul1 {padding-left:50px;}
 }
@media all and (max-width: 1199px){
 .header__logo { width: 220px;  } 
 /* .main-nav__depth1 .mn-ul1 { gap: 50px; }  */
 }
@media all and (max-width: 1024px){
 #header { height: 80px } 
 .header__nav .cinner {    justify-content: space-between;}
 .header__logo { width: 200px; margin:0} 
 #main-nav { display: none; } 
 .header__nav .nav__btn { display: block; } 

 .header__nav.scrolled .nav__btn a { color:#000 } 
 }
@media all and (max-width: 768px) { } 
@media all and (max-width: 640px ){
 .header__logo { width: 180px; } 
 .header__nav .nav__btn a { width: 26px; height: 21px; } 
 }



/* ******************* *
* FOOTER
* ******************* */
#footer { padding: 90px 0 115px; background: #272727; color: #fff; } 
.footer__sitemap { padding-bottom: 70px; } 
.footer-nav_depth1 { padding: 0 20px; box-sizing: border-box; } 
.footer-nav_depth1 .fn-ul1 { display: flex; justify-content: space-between; } 
.footer-nav_depth1 .fn-li1 { text-align: center; } 
.footer-nav_depth1 .fn-a1 { display: inline-block; margin-bottom: 20px; color: #fff; font-weight: 600; } 
.footer-nav_depth1 .fn-a1:hover,
.footer-nav_depth1 .fn-a1:focus { text-decoration: underline; text-underline-offset: 4px; } 
.footer-nav_depth2 { } 
.footer-nav_depth2 .fn-ul2 { } 
.footer-nav_depth2 .fn-li2 { } 
.footer-nav_depth2 .fn-li2:not(:last-child) { margin-bottom: 10px; } 
.footer-nav_depth2 .fn-a2 { color: #CFCFCF; font-size: 18px; font-weight: 300; transition: .35s; } 
.footer-nav_depth2 .fn-a2:hover,
.footer-nav_depth2 .fn-a2:focus { color: #fff; } 

.footer__cont { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding-top: 60px; border-top: 1px solid rgba(255,255,255,.2); font-size: 18px; } 
.footer__item { } 
.footer__item ul { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 30px; } 
.footer__links { margin-bottom: 28px; } 
.footer__links ul { } 
.footer__links ul li { } 
.footer__links ul li a, 
.footer__links ul li span { color: #fff; cursor: pointer; } 
.footer__links ul li .privacy { font-weight: 700; } 
.footer__info { } 
.footer__info ul { margin-bottom: 8px; } 
.footer__info ul li { } 
.footer__info ul li address,
.footer__info ul li span { margin-bottom: 0; } 
.footer__info .copyright { color: rgba(255,255,255,.5); } 
.footer__logo { flex: 0 0 auto; width: 250px; } 

@media all and (max-width: 1199px){
 #footer { padding: 80px 0 100px; } 
 .footer__sitemap { padding-bottom: 50px; } 
 .footer-nav_depth1 .fn-a1 { margin-bottom: 14px; font-size: 18px; } 
 .footer-nav_depth2 .fn-li2:not(:last-child) { margin-bottom: 5px; } 
 .footer-nav_depth2 .fn-a2 { font-size: 16px; } 
 .footer__logo { width: 220px; } 
 .footer__cont { font-size: 16px; } 
 }
@media all and (max-width: 1024px){
 .footer__cont { padding-top: 40px; } 
 .footer__logo { width: 200px; } 
 .footer__item ul { gap: 5px 20px; } 
 .footer__links { margin-bottom: 20px; } 
 }
@media all and (max-width: 768px){
 #footer { padding: 70px 0; } 
 .footer-nav_depth1 { padding: 0 10px; } 
 .footer__cont { flex-direction: column-reverse; gap: 30px; } 
 .footer__item ul { justify-content: center; max-width: 580px; margin: 0 auto 8px; } 
 .footer__info .copyright { text-align: center; } 
 }
@media all and (max-width: 640px){
 #footer { padding: 50px 0; } 
 .footer__sitemap { padding-bottom: 30px; } 
 .footer-nav_depth1 .fn-ul1 { display: block; } 
 .footer-nav_depth1 .fn-li1 { display: flex; justify-content: center; align-items: baseline; gap: 10px 15px; } 
 .footer-nav_depth1 .fn-li1:not(:last-child) { margin-bottom: 10px; } 
 .footer-nav_depth1 .fn-a1 { margin-bottom: 0; font-size: 16px; } 
 .footer-nav_depth1 .fn-ul2 { display: flex; gap: 15px; } 
 .footer-nav_depth2 .fn-li2:not(:last-child) { margin-bottom: 0; } 
 .footer-nav_depth2 .fn-a2 { font-size: 14px; } 
 .footer__cont { padding-top: 30px; font-size: 14px; } 
 .footer__item ul { gap: 5px 10px; } 
 .footer__logo { width: 180px; } 
 }
@media all and (max-width: 480px){
 .footer-nav_depth1 .fn-li1 { gap: 15px; } 
 .footer-nav_depth1 .fn-li2 { gap: 10px; } 
 }






/* ******************* *
* TOP BTN
* ******************* */
#top_btn { display: none; position:fixed; bottom:20px; right:20px; width:50px; height:50px; line-height:46px; border:2px solid #333; color:#333; text-align:center; font-size:15px; z-index:90; background: rgba(255,255,255,0.8); } 
#top_btn:hover { border-color:var(--color-main); background:var(--color-main); color:#fff } 



/* ******************* *
* 개인정보처리방침
* ******************* */
[class*=policy_con] { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: calc(100% - 40px); max-width: 1200px; height: calc(100% - 40px); max-height: 600px; z-index: 999999; background: #fff; border: 1px solid var(--color-main); box-sizing: border-box; } 
[class*=policy_con] .top { height: 70px; width: 100%; background: var(--color-main); text-align: center; position: relative; top: 0; left: 0; } 
[class*=policy_con] .top p { line-height: 70px; color: #fff; font-family: var(--font-Pretendard); font-size:20px; font-weight: bold; } 
[class*=policy_con] .top span { position: absolute; top: 0; right: 0; height: 100%; width: auto; aspect-ratio: auto 1 / 1; cursor: pointer; } 
[class*=policy_con] .top span::after { width: 2px; height:50%; content:""; display: block; background: #fff; transform: translate(-50%, -50%) rotate(45deg); top: 50%; left: 50%; position: absolute; } 
[class*=policy_con] .top span::before { width: 2px; height:50%; content:""; display: block; background: #fff; transform: translate(-50%, -50%) rotate(-45deg); top: 50%; left: 50%; position: absolute; } 
[class*=policy_con] #policy_content { border: 1px solid #eeeeee; width: calc(100% - 140px); height: calc(100% - 210px); overflow-y: auto; margin: 70px auto 0; padding: 20px; } 
[class*=policy_con] #policy_content>b { display: block; margin-bottom: 20px; word-break: keep-all; font-size:17px; color: #000000; } 
[class*=policy_con] #policy_content>.list { } 
[class*=policy_con] #policy_content>.list li { display: flex; align-items: flex-start; line-height: 22px; margin-bottom: 10px; } 
[class*=policy_con] #policy_content>.list li span { display: block; word-break: keep-all; margin-right: 10px; color: #666666; font-size:17px; } 
[class*=policy_con] #policy_content>.list li p { display: block; word-break: keep-all; color: #666666; font-size:17px; } 
[class*=policy_con] #policy_content>.list_con { margin-top: 30px; } 
[class*=policy_con] #policy_content>.list_con li { margin-bottom: 30px; } 
[class*=policy_con] #policy_content>.list_con li:last-child { margin-bottom:0px; } 
[class*=policy_con] #policy_content>.list_con li>b { word-break: keep-all; display: flex; align-items: flex-start; line-height: 22px; margin-bottom: 10px; font-family: var(--font-pretendard); font-size:20px; } 
[class*=policy_con] #policy_content>.list_con li>b span { display: block; word-break: keep-all; margin-right: 10px; } 
[class*=policy_con] #policy_content>.list_con li p { display: block; word-break: keep-all; color: #000; font-family: var(--font-pretendard); font-weight: 500; font-size:17px; margin-bottom: 10px; line-height: 20px; } 
[class*=policy_con] #policy_content>.list_con li>span { display: block; word-break: keep-all; color: #666666; font-size:15px; margin-bottom: 10px; } 
[class*=policy_con] #policy_content .date_wrap { margin-top: 100px; } 
[class*=policy_con] #policy_content .date_wrap p { display: block; word-break: keep-all; font-size: 15px; font-weight: 500; color: #000; } 

@media all and (max-width : 1199px) { [class*=policy_con] #policy_content { width: calc(100% - 70px); height: calc(100% - 140px); margin: 35px auto 0; } 
 }
@media all and (max-width : 1024px) { [class*=policy_con] .top { height: 50px; } 
 [class*=policy_con] .top p { line-height: 50px; } 
 }
@media all and (max-width : 640px) { [class*=policy_con] #policy_content { width: 100%; height: calc(100% - 40px); margin: 0 auto; border: unset; } 
 }