#wrap{width:100%;height:100%;position:relative;}

#gnb_all{display:none;overflow:auto;position:fixed;right:0;top:0;bottom:0;z-index:1000;width:80%;height:100vh;border-top:3px solid #058dc2;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 20px;border-bottom:1px solid var(--bs-gray-200)}
#gnb_all h2 img{width:auto;height:30px}
#gnb_all .gnb_al_ul{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;position:relative;margin-bottom:6rem;}
#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:100%;padding:1rem 1rem 2rem;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);background-image:url(../img/main/visual2.png);background-size:cover;background-position:center;transition:left .6s ease;}
@media (min-width:768px){
	#gnb_all{width:70%;}
	#gnb_all .gnb_close_btn{width:69px;height:69px}
	#gnb_all h2{height:70px}
}
@media (min-width:1025px){
	#gnb_all{width:40%;}
	#gnb_all .gnb_close_btn{width:89px;height:89px}
	#gnb_all h2{height:90px}
}
@media (min-width:1500px){
	#gnb_all{width:30%;}
}

#header{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:10;width:100%;height:50px;box-shadow:0px 1px 1px rgba(255, 255, 255, 0.2);}
#header.fixed,#header:hover,#header:focus{background-color:var(--bs-white);box-shadow:0px 1px 1px rgba(0,0,0,0.1);}
@media (min-width:768px){
	#header{height:70px}
}
@media (min-width:1500px){
	#header{height:90px}
}

/* #logo */
#logo{display:block;position:absolute;top:0;left:1rem;height:100%}
#logo a{display:flex;align-items:center;height:100%}
#logo img{width:auto;height:30px;transition:.3s;}
#header.fixed #logo img,#header:hover #logo img{content:url('/theme/justq/img/logo2.svg');}
@media (min-width:768px){
	#logo{left:3rem;}
	#logo img{height:40px}
}
@media (min-width:1500px){
	#logo{left:5rem;}
	#logo img{height:50px}
}

/* #gnb */
#gnb{display:none;height:100%;}
#gnb #gnb_1dul{display:flex;flex-wrap:wrap;justify-content:space-evenly;padding:0;zoom:1}
#gnb .gnb_1dli{display:flex;justify-content:center;align-items:center;position:relative;padding:0 2rem;text-align:center}
#gnb .gnb_1dli:hover > a{color:var(--bs-gnb-color);transition:background-color 0.3s ease-out}
.gnb_1da{display:flex;justify-content:center;align-items:center;width:100%;font-size:1rem;font-weight:600;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:fixed;top:50px;z-index:1000;height:3rem;padding:0;}
.gnb_2dul_box{display:block;height:100%;}
.gnb_2dli{display:inline-block;height:100%;}
.gnb_2da{display:flex;justify-content:flex-start;align-items:center;height:100%;padding:0 1rem;font-size:0.9rem;font-weight:500;color:rgba(0,0,0,.8);text-decoration:none;line-height:1}
.gnb_2da:hover{font-weight:700;color:var(--bs-link-hover-color);transition:all 0.3s ease-out}
.gnb_bg{display:none;position:fixed;top:50px;left:0;width:100%;height:3rem;z-index:990;border-top:1px solid rgba(0,0,0,.05);background-color:var(--bs-white);}
.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:hover .gnb_2dul,#gnb:focus .gnb_2dul{display:block;}
#gnb:hover .gnb_bg,#gnb:focus .gnb_bg{display:block;}
#gnb .gnb_1dli3 .gnb_2dul{left:0}
/*
#gnb .gnb_1dli0 .gnb_2dul{left:0}
#gnb .gnb_1dli1 .gnb_2dul{left:20%}
#gnb .gnb_1dli2 .gnb_2dul{left:0}
#gnb .gnb_1dli4 .gnb_2dul{left:0}
*/
#gnb .gnb_1dli3{display:none}
#gnb .gnb_1dli4{display:none}
#gnb .gnb_1dli5{display:none}
#gnb a:hover,#gnb a:active,#gnb a:focus{text-decoration:none}
#header.fixed .gnb_1da,#header:hover .gnb_1da,#header:focus .gnb_1da{color:var(--bs-dark)}

@media (min-width:768px){
	#gnb{display:flex;}
	.gnb_2dul{top:70px;}
	.gnb_bg{top:70px;}
}
@media (min-width:1500px){
	.gnb_2dul{top:90px;}
	.gnb_bg{top:90px;}
}

#header #sitemap{display:flex;justify-content:center;align-items:center;position:fixed;top:0;right:0;z-index:10;width:50px;height:50px;background-color:var(--bs-primary);}
#header #sitemap .gnb_menu_btn{display:block;width:20px;height:26px}
#header #sitemap .gnb_menu_btn span{display:block;float:right;width:70%;margin:3px 0;height:2px;background-color:var(--bs-black)}
#header #sitemap .gnb_menu_btn .sitemap_bar1{width:100%}
#header #sitemap .gnb_menu_btn .sitemap_bar3{width:100%}
#header #sitemap:hover span,#header #sitemap:active span,#header #sitemap:focus span{width:100% !important;background-color:var(--bs-white)}
#header #sitemap, #header #sitemap span{transition:all .3s ease}
@media (min-width:768px){
	#header #sitemap{width:70px;height:70px}
}
@media (min-width:1500px){
	#header #sitemap{width:90px;height:90px}
}

#container{z-index:1;min-height:500px;}
@media (min-width:768px){
	#container{}
}
@media (min-width:1025px){
	#container{}
}
@media (min-width:1500px){
	#container{}
}

/* 하단 레이아웃 */
#footer{position:relative;z-index:1000;padding-bottom:5rem;background-color:var(--bs-dgray-600);color:var(--bs-bgray-500);text-align:left}
#footer a{color:var(--bs-bgray-500)}
#footer h1{position:absolute;font-size:0;line-height:0;overflow:hidden}
#footer .ft2{display:flex;flex-direction:column;gap:1rem;}
#footer #fnb{display:flex;flex-wrap:wrap;gap:0.25rem;padding:1rem 0;}
#footer #fnb a{display:flex;align-items:center;height:1.5rem;font-size:0.95rem}
#footer #fnb a+a:before{content:"";display:inline-block;width:1px;height:0.75rem;margin-right:0.25rem;background-color:var(--bs-gray-600);}
#footer #fnb strong{font-weight:500;color:var(--bs-bgray-150)}
#footer #ft_info{display:flex;flex-wrap:wrap;gap:0.125rem;font-size:0.95rem;letter-spacing:0}
#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.25rem;margin-right:0.25rem;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.8rem;letter-spacing:0}
#footer .ft_sns{display:flex;align-items:center;gap:1rem;margin-top:1rem}
#footer .footer-top-site{flex-shrink:0;position:absolute;bottom:1rem;width:200px;}
#footer .footer-top-site a{text-decoration:none}
#footer .footer-top-site-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;height:2.5rem;padding:0 1rem;background-color:rgba(255, 255, 255, 0.1);border-radius:0;}
#footer .footer-top-site-toggle > span{min-width:8rem;font-size:0.8rem;font-weight:500;}
#footer .footer-top-site-toggle > i{font-size:1rem;}
#footer .footer-top-site-toggle.open + .footer-top-site-list{display:flex;border:1px solid #e0e0e0;}
#footer .footer-top-site-list{display:none;flex-direction:column;row-gap:0.25rem;position:absolute;bottom:calc(100% + 1px);left:0;padding:1rem 1rem;width:100%;max-height:30rem;overflow-y:auto;background-color:#fff;border-radius:0;}
#footer .footer-top-site-list > li > a{font-size:0.8rem;font-weight:500;color:#555;}
#footer .footer-top-site-list > li > a:hover{color:#144390;text-decoration:none}
@media screen and (min-width:768px){
	#footer{padding-bottom:2rem;}
	#footer .inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}
	#footer .ft2{align-items:flex-start;}
	#footer .ft_info_wrap{}
	#footer #fnb{gap:1rem;padding:1.5rem 0;}
	#footer #fnb a+a:before{margin-right:1rem}
	#footer #ft_info{gap:0.25rem;}
	#footer #ft_info span+span:before{margin-left:0.5rem;margin-right:0.5rem;}
	#footer .footer-top-site{position:relative;bottom:0;}
}
@media screen and (min-width:1025px){
	#footer #fnb{padding:2rem 0;}
	#footer #ft_info .ft_add{width:auto}
	#footer .footer-top-site{width:270px;}
}
@media screen and (min-width:1400px){
	#footer .ft_copy{padding-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}
}
*/