@charset "UTF-8";
/*****************************************************************

Copyright C 그누위즈 테마 All rights reserved.
gnuwiz@naver.com & master@gnuwiz.com
본 페이지는 유료콘텐츠 그누위즈 테마 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다.
라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/
.breadcrumb-container{place-content: center;gap:5px;}
.breadcrumb-container > li {position: relative;}
.breadcrumb-container > li:not(:first-child):before {font-family:xeicon;content: "\e93f";display: inline-block;margin-right: 5px;color: #9a9a9a}
.breadcrumb-container > li > a {color: rgba(255,255,255,0.8);}
.breadcrumb-container > li > a.active {color: #fff;}
#container_title {background: #f8f8f8;height:405px;}
#container_title .gw-sub-theme-visual > div{position: absolute;top:0;left:0;width: 100%;height:100%;}
#container_title .gw-sub-theme-title-container{display:flex;flex-direction:column;align-items:center;place-content:center;z-index:100;}
#container_title .gw-sub-theme-title {margin-bottom:15px;font-size: var(--main-title01);text-align: center;color:#fff;}
.sub-theme-bg{height: 100%;}
.sub-theme-bg:before{content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.35);}
.sub-theme-bg > img {object-fit: cover;width: 100%;height: 100%;}
.gw-side-menu-container {position: absolute;bottom: -30px;left: 50%;transform: translateX(-50%);z-index: 200;}
.gw-side-menu-container > .gw-flex {place-content: center;}
[class*="gw-side-menu-depth"]{position: relative;}
[class*="gw-side-menu-depth"] > button{position:relative;z-index:1;text-align: left;padding:0 28px;width: 315px;height:68px;font-size:var(--main-title04);font-family: "NotoKr_M", sans-serif;}
[class*="gw-side-menu-depth"] > button:after{font-family:xeicon;content: "\e942";color:#666;font-weight: 600;transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);position: absolute;right: 20px;top: 50%;transform: translateY(-50%);}
.gw-side-menu-depth01 > button{background: var(--main-color);color:#fff;border-top-left-radius:50px;border-bottom-left-radius:50px;transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);}
.gw-side-menu-depth01 > button:after{color: #fff;}
.gw-side-menu-depth01.on > button{border-bottom-left-radius:0;}
.gw-side-menu-depth02{background: #fff;border-top-right-radius:50px;border-bottom-right-radius:50px;box-shadow:0px 10px 20px rgba(0,0,0,.05);}
.gw-side-menu-depth02 > button{color:#000;}
[class*="gw-side-menu-depth"] > ul {display:none;position: absolute;padding: 28px;padding-top:48px;width: 100%;top: 50%;border-bottom-left-radius:50px;border-bottom-right-radius:50px;}
[class*="gw-side-menu-depth"] > ul > li:not(:last-child) {padding-bottom: 28px;}
.gw-side-menu-depth01 > ul {background: var(--main-color);}
.gw-side-menu-depth02 > ul {background: #fff;box-shadow: 0px 10px 20px rgba(0,0,0,.05);}
.gw-side-menu-depth01 > ul > li > a {color: rgba(255,255,255,0.6);}
.gw-side-menu-depth01 > ul > li > a.active {color: rgba(255,255,255,1);font-family: "NotoKr_B", sans-serif;}
.gw-side-menu-depth02 > ul > li > a{color: #666;}
.gw-side-menu-depth02 > ul > li > a.active {color: var(--main-color);font-family: "NotoKr_B", sans-serif;}

/*다크모드*/
body.dark-mode .gw-side-menu-depth02{background: #111;color:#fff;}
body.dark-mode .gw-side-menu-depth02 > button{color: #fff;}
body.dark-mode .gw-side-menu-depth02 > button:after{color: #fff;}
body.dark-mode .gw-side-menu-depth02 > ul{background: #111;}
body.dark-mode .gw-side-menu-depth02 > ul > li > a{color: rgba(255,255,255,0.6);}
body.dark-mode .gw-side-menu-depth02 > ul > li > a.active{color: rgba(255,255,255,1);}

@media screen and (max-width:768px){
    .gw-side-menu-container{bottom:-97px;}
    .gw-side-menu-container > .gw-flex{flex-direction:column;}
    [class*="gw-side-menu-depth"]{display: block;width:calc(100vw - 20px);}
    [class*="gw-side-menu-depth"] > button{width:calc(100vw - 20px);height: 60px;}
    [class*="gw-side-menu-depth"] > ul{padding-top: 40px;}
    .gw-side-menu-depth01{margin-bottom: 10px;}
    .gw-side-menu-depth01 > button{border-radius: 50px;}
    .gw-side-menu-depth01.on {z-index: 300;}
    .gw-side-menu-depth02{border-radius:50px;}

}

@media screen and (max-width:576px){
    #container_title{height: 250px;}
}
