@media (min-width: 1200px) {
   :root {
      --bs-body-font-size: 1.125rem;
   }
}

#sub_visual {
   width: 100%;
   height: 406px;
   text-align: center;
   background: #e8e9eb;
}

.backgroundimg {
   position: relative;
   width: 100%;
   text-align: center;
   margin: 0 auto;
   top: 100px;
   height: 380px;
   z-index: 0;
}

.visual_area {
   width: 100%;
   height: 100%;
   background-size: cover;
   background-position: 50% center;
   background-repeat: no-repeat;
}

.subTopArea {
   position: relative;
   height: 100%;
}

/* PC Selectbox 메뉴 S */
#sub_wrapper_pc {
   position: absolute;
   width: 100%;
   height: 60px;
   bottom: 0px;
}

#sub_wrapper_pc #sub_menu {
   position: absolute;
   z-index: 1;
   width: 100%;
   height: 100%;
}

#sub_wrapper_pc .sub_location {
   width: 100%;
   height: 100%;
   z-index: 11;
}

#sub_wrapper_pc .sub_location .col {
   height: 100%;
   background-color: var(--bs-main-bg-color);
}

#sub_wrapper_pc .sub_location .cen {
   line-height: 54px;
   font-size: 18px;
   font-weight: 500;
   text-align: left;
   border-radius: 18px 0 0 0;
}

@media (max-width: 996px) {
   #sub_wrapper_pc .sub_location .cen {
      display: none;
   }
}

#sub_wrapper_pc .sub_location .submenu-border {
   border-right: 1px solid #fff;
}

#sub_wrapper_pc .sub_location .cen i {
   font-size: 25px;
   color: #fff;
}

#sub_wrapper_pc .sub_location ul {
   padding: 0;
   margin: 0;
   display: inline-block;
   vertical-align: top;
   box-sizing: border-box;
}
#sub_wrapper_pc .sub_location ul.dep2 {
   border-radius: 0 18px 0 0;
}
@media (max-width: 996px) {
   #sub_wrapper_pc .sub_location ul.dep2 {
      border-radius: 0;
   }
}
#sub_wrapper_pc .sub_location ul li {
   position: relative;
   width: 100%;
}

#sub_wrapper_pc .sub_location ul li span {
   display: block;
   padding-left: 22px;
   line-height: 60px;
   font-size: 18px;
   font-weight: 500;
   background-repeat: no-repeat;
   background-position: 93% 55%;
   cursor: pointer;
   text-align: left;
}
@media (max-width: 576px) {
   #sub_wrapper_pc .sub_location ul li span {
      font-size: 16px;
   }
}

#sub_wrapper_pc .sub_location ul.on li span {
   background: url('../images/arr_drop.png') no-repeat 93% 55%;
}

#sub_wrapper_pc .sub_location ul li a {
   width: 100%;
   display: block;
   padding-left: 22px;
   line-height: 50px;
}

#sub_wrapper_pc .sub_location ul li a:hover {
   background: #ddd;
   box-sizing: border-box;
}

#sub_wrapper_pc .sub_location ul ul {
   display: none;
   width: 100%;
   position: absolute;
   top: 60px;
   left: -1px;
   padding: 0px 0;
   background: #fff;
   border: 1px solid #ddd;
   border-top: none;
   z-index: 999999;
   text-align: left;
}

#sub_wrapper_pc .sub_location ul.on li ul {
   display: block;
}

#sub_wrapper_pc .sub_location ul.dep2 li span {
   font-weight: 500;
}

/* PC Selectbox 메뉴 E */
#sub_wrap {
   padding: 250px 0 150px;
}

