#wrap{width:100%;height:100%}

#gnb_all{display:none;overflow:auto;position:fixed;right:0;top:0;bottom:0;z-index:1000;background-color:var(--bs-white);transition-duration:600ms;}
#gnb_all .gnb_close_btn{position:absolute;top:0;right:0;width:49px;height:49px;border:0;background-color:var(--bs-white);font-size:2rem;color:#b6b9bb;vertical-align:middle;}
#gnb_all h2{display:flex;align-items:center;height:50px;padding:1rem;border-bottom:1px solid var(--bs-gray-200);font-size:1.5rem;font-weight:700;color:var(--bs-black)}
#gnb_all .gnb_al_ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;position:relative;}
#gnb_all .gnb_al_ul:after{content:"";width:100%;height:1px;margin-top:-1px;background-color:var(--bs-gray-200)}
#gnb_all .gnb_al_li{width:calc(100% / 2);padding:1rem 1rem 4rem;border:1px solid var(--bs-gray-200);border-width:0 1px 1px 0}
#gnb_all .gnb_al_li .gnb_al_a{display:block;position:relative;margin-bottom:1rem;font-size:1.25rem;font-weight:700;color:var(--bs-dark);text-decoration:none;}
#gnb_all .gnb_al_li li a{color:var(--bs-body-color);line-height:160%;text-decoration:none}
#gnb_all a:hover,#gnb_all a:active,#gnb_all a:focus{text-decoration:none}
#gnb_all_bg{display:none;position:fixed;left:0;top:0;z-index:999;width:100%;height:100%;background:rgba(0,0,0,0.7)}
@media (min-width:768px){
	#gnb_all .gnb_close_btn{width:69px;height:69px}
	#gnb_all h2{height:70px}
	#gnb_all .gnb_al_li{width:calc(100% / 3);}
}
@media (min-width:1024px){
	#gnb_all .gnb_close_btn{width:89px;height:89px}
	#gnb_all h2{height:90px}
	#gnb_all .gnb_al_li{width:calc(100% / 4);}
}

#header{position:fixed;top:0;left:0;z-index:10;width:100%;height:50px;box-shadow:0px 1px 1px rgba(255, 255, 255, 0.1);}
#header.fixed{background-color:rgba(0,0,0,.7);backdrop-filter:blur(10px);}
.hd_wrap{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;margin:0 auto;padding-left:10px;transition-duration:200ms;}
@media (min-width:480px){
	.hd_wrap{padding-left:20px}
}
@media (min-width:768px){
	#header{height:70px;}
	.hd_wrap{padding-left:clamp(20px, 2vw, 30px);}
}
@media (min-width:1024px){
	#header{height:90px;}
}
@media (min-width:1400px){
	.hd_wrap{max-width:calc(1600px + clamp(40px, 5vw, 80px) * 2);padding:0 clamp(30px, 4vw, 50px);}
	#header{height:110px;padding:0 15%}
}

/* #logo */
#logo{display:block;}
#logo a{display:flex;align-items:center}
#logo img{width:auto;height:40px}
@media (min-width:768px){
	#logo img{height:40px}
}
@media (min-width:1024px){
	#logo img{height:50px}
}
@media (min-width:1400px){
	#logo{position:absolute;top:0;left:clamp(30px, 4vw, 50px);}
	#logo a{height:110px}
	#logo img{height:65px}
}

/* #gnb */
#gnb{display:none;flex:1;width:100%;height:100%}
#gnb #gnb_1dul{display:flex;flex-wrap:wrap;justify-content:space-evenly;width:100%;zoom:1;font-family:var(--bs-font-monospace)}
#gnb .gnb_1dli{display:flex;justify-content:center;align-items:center;position:relative}
#gnb .gnb_1dli:hover > a{color:var(--bs-gnb-color);transition:background-color 0.3s ease-out}
.gnb_1da{display:flex;align-items:center;font-size:1rem;font-weight:700;color:var(--bs-white);text-decoration:none}
.gnb_1da:hover{color:var(--bs-link-hover-color);transition:all 0.3s ease-out}
.gnb_2dul{display:none;position:absolute;top:0;left:50%;z-index:-1;min-width:160px;width:100%;margin-left:-80px;padding:calc(90px + 1rem) 0 1rem;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.02);background-color:rgba(0,0,0,.7);backdrop-filter:blur(5px);}
.gnb_2da{display:block;padding:0 10px;line-height:40px;font-size:0.85rem;color:var(--bs-white);text-align:center;text-decoration:none}
.gnb_2da:hover{color:var(--bs-link-hover-color);transition:all 0.3s ease-out}
.gnb_1dli_air .gnb_2da{}
.gnb_1dli_on .gnb_2da{}
.gnb_1dli_over .gnb_2dul{display:block;}
.gnb_1dli_over2 .gnb_2dul{display:block}
#gnb .gnb_1dli5{display:none}
#gnb a:hover,#gnb a:active,#gnb a:focus{text-decoration:none}
@media (min-width:1400px){
	#gnb{display:flex;padding:0 80px}
}

#tnb{display:block;position:absolute;top:0;right:0;width:auto;line-height:1}
#tnb ul{display:flex;height:100%}
#tnb>ul>li{display:flex;justify-content:center;align-items:center;position:relative;width:50px;height:50px}
#tnb a{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;color:var(--bs-white);text-decoration:none}
#tnb a:hover,#tnb a:active,#tnb a:focus{color:var(--bs-link-hover-color);}
#tnb em{display:none}
#tnb .ico{font-size:1.5rem;color:var(--bs-white)}
#tnb .tnb_wr{display:none;position:fixed;top:0;right:0;z-index:1000;width:100%;height:50px;padding:0 50px 0 0;border-bottom:1px solid rgba(255,255,255,.1)}
#tnb .tnb_wr li{display:flex;justify-content:center;align-items:center;width:50px;height:100%;background-color:rgba(0,0,0,.2);backdrop-filter:blur(3px);}
#tnb .tnb_wr li:hover{background-color:rgba(0,0,0,.6);}
#tnb .tnb_wr .btn_close{display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;width:50px;height:100%;margin-top:-1px;border:1px solid rgba(255,255,255,.3);border-width:0 0 0 1px;border-radius:0;background-color:var(--bs-white);font-size:1.5rem;font-weight:700;color:var(--bs-black)}
#tnb .tnb_wr a.btn_close:hover,#tnb .tnb_wr a.btn_close:active,#tnb .tnb_wr a.btn_close:focus{color:var(--bs-link-hover-color);}
#tnb #member{display:none}
#tnb #sitemap{background-color:#201800}
#tnb #sitemap .gnb_menu_btn{display:block;width:20px;height:26px;}
#tnb #sitemap .gnb_menu_btn span{display:block;float:right;width:70%;margin:3px 0;height:2px;background-color:var(--bs-white)}
#tnb #sitemap .gnb_menu_btn .sitemap_bar1{width:100%}
#tnb #sitemap .gnb_menu_btn .sitemap_bar3{width:100%}
#tnb #sitemap:hover span,#tnb #sitemap:active span,#tnb #sitemap:focus span{width:100% !important;background-color:var(--bs-link-hover-color)}
#tnb #sitemap, #tnb #sitemap span{transition:all .3s ease}
#tnb #hd_member ul{justify-content:flex-end}
#tnb #hd_member li{display:flex;justify-content:center;align-items:center;border-left:1px solid rgba(255,255,255,.1)}
#tnb #hd_sch{width:100%;background-color:var(--bs-white)}
#tnb #hd_sch form{display:flex;justify-content:center;align-items:center;width:80%;height:100%;margin:0 auto;background-color:var(--bs-white)}
#tnb #hd_sch input[type="text"]{max-width:100%;height:30px;border-width:0 0 1px 0;border-radius:0;background-color:var(--bs-white)}
#tnb #hd_sch input[type="text"]:focus,#tnb #hd_sch input[type="text"]:-internal-autofill-selected{border-width:0 0 1px 0;background-color:var(--bs-white) !important;box-shadow:none}
#tnb #hd_sch #sch_submit{width:30px;height:29px;margin-left:-40px;border:0;background-color:transparent;font-size:1.5rem;font-weight:700}
@media (min-width:480px){
	#tnb #member{display:block}
}
@media (min-width:767px){
	#tnb>ul>li{width:70px;height:70px}
	#tnb .tnb_wr{height:70px;padding:0 70px 0 0}
	#tnb .tnb_wr li{width:70px}
	#tnb .tnb_wr .btn_close{width:70px}
	#tnb #member{display:flex}
}
@media (min-width:1024px){
	#tnb>ul>li{width:90px;height:90px}
	#tnb .tnb_wr{height:90px;padding:0 90px 0 0}
	#tnb .tnb_wr li{width:90px}
	#tnb .tnb_wr .btn_close{width:90px}
	#tnb #hd_member{position:absolute;right:0;z-index:10000;width:auto;}
	#tnb #hd_member .btn_close{border-width:0 1px}
}
@media (min-width:1400px){
	#tnb>ul>li{width:110px;height:110px}
	#tnb .tnb_wr{height:110px;padding:0 110px 0 0}
	#tnb .tnb_wr li{width:110px}
	#tnb .tnb_wr .btn_close{width:110px}
}

#container{z-index:1;min-height:1200px}

/* 하단 레이아웃 */
#footer{position:relative;z-index:9;padding-bottom:1rem;background-color:#201800;color:var(--bs-gray-500);text-align:left}
#footer a{color:var(--bs-gray-500)}
#footer h1{position:absolute;font-size:0;line-height:0;overflow:hidden}
#footer #fnb{display:flex;gap:1rem}
#footer #fnb a{display:flex;align-items:center;height:5rem;font-size:0.95rem}
#footer #fnb a+a:before{content:"";display:inline-block;width:1px;height:0.75rem;margin-right:1rem;background-color:var(--bs-gray-600);}
#footer #fnb strong{font-weight:500;color:var(--bs-gray-300)}
#footer #ft_info{display:flex;flex-wrap:wrap;gap:0.25rem;font-size:0.95rem}
#footer #ft_info span{display:flex;align-items:center;}
#footer #ft_info span+span:before{content:"";display:flex;width:1px;height:0.75rem;margin-left:0.5rem;margin-right:0.5rem;background-color:var(--bs-gray-600);}
#footer #ft_info .ft_add{width:100%}
#footer #ft_info .ft_tel:before{display:none}
#footer .ft_copy{padding-top:0.75rem;font-size:0.85rem}
#footer .ft_info_wrap{padding-bottom:3rem}
#footer .ft_sns{display:flex;align-items:center;gap:1rem;margin-top:1rem}
#footer .ft_blog i{font-weight:900}
@media screen and (min-width:1024px){
	#footer .ft_info_wrap{display:flex;justify-content:space-between;align-items:flex-end;}
	#footer .ft_sns{margin-top:0}
}

#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.5)}
#top_btn:hover{border-color:#3059c7;background-color:#3059c7;color:#fff}
@media screen and (min-width:768px){
	#top_btn{display:block}
}