html.ovh:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 9999;
}

.inner_2024 {
    width: 1400px;
    margin: 0 auto;
  }
  
  .header_ver2024 {
    position: relative;
    height: 97px;
    width: 100%;
    border-bottom: 1px solid #dfe3ec;
    box-sizing: border-box;
    z-index: 9998;
  }
  
  .header_ver2024.allview-on {
    z-index: 9997;
  }
  
  .header_ver2024 .inner_2024 {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  
  .header_ver2024 .logo_gwanak {
    display: block;
    width: 175px;
  }
  
  .header_ver2024 .logo_gwanak a {
    display: block;
    /* width: 100%;
    height: 100%;
    background: url(../../images/gwanak/common_2024/top_logo_2024.png) no-repeat 50% 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left; */
  }
  
  .header_ver2024 .logo_gwanak a img {
    width:100%;
  }
  
  .header_ver2024 .etc-site {
    position:absolute;
    display:flex;
    align-items: center;
    right:calc(50% - 700px);
    top:50%;
    transform: translateY(-50%);
  }
  
  .header_ver2024 .etc-site a {
    display:block;
    margin-right:18px;
  }
  
  .header_ver2024 .etc-site a:last-of-type {
    margin-right:0;
  }
  
  .header_ver2024 .etc-site a .ico {
    text-align: center;
  }
  
  .header_ver2024 .etc-site a span {
    font-size:14px;
    font-weight:500;
    color:#222222;
    margin-top:4px;
    letter-spacing: -0.025em;
    display:block;
    text-align: center;
  }
  
  /* Ã«ÂªÂ¨Ã«Â°â€Ã¬ÂÂ¼ GNB */
  .gnb_mobile_wrap {
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }
  
  .gnb_mobile_wrap .gnb_mobile {
    position: absolute;
    right: -100%;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    padding-left:60px;
    box-sizing: border-box;
  }
  
  .gnb_mobile_wrap .gnb_mobile a.gnb_mobile_close {
    position: absolute;
    left:0;
    top: 5px;
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999em;
  }
  
  .gnb_mobile_wrap .gnb_mobile a.gnb_mobile_close span {
    display: none;
  }
  
  .gnb_mobile_wrap .gnb_mobile a.gnb_mobile_close:before {
    content: "";
    position: absolute;
    left: 19px;
    right: 19px;
    top: 20px;
    height: 2px;
    background: #ffffff;
    transform: translate3D(0, 9px, 0) rotate(-45deg);
  }
  
  .gnb_mobile_wrap .gnb_mobile a.gnb_mobile_close:after {
    content: "";
    position: absolute;
    left: 19px;
    right: 19px;
    bottom: 20px;
    height: 2px;
    background: #ffffff;
    transform: translate3D(0, -9px, 0) rotate(45deg);
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top h2 {
    width: 120px;
    height: 34px;
    padding: 15px 20px;
  }
  
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top h2 a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../images/gwanak/common_2024/top_logo_2024.png") no-repeat 50% 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    overflow: hidden;
    text-indent: -9999px;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_utils {
    position:absolute;
    right:12px;
    top:26px;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_utils ul {
    display:flex;
    align-items: center;
  
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_utils ul li {
    position:relative;
    padding-left:6px;
    margin-left:6px;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_utils ul li:first-child {
    margin-left:0;
    padding-left:0;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_utils ul li::before {
    content:"";
    display:block;
    width:1px;
    height:12px;
    background-color:#dddddd;
    position:absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_utils ul li {
    color:#222222;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_utils ul li:first-child::before {
    display:none;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_utils ul li a{
    font-size:12px;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_utils ul li a.logintime {
    display:flex;
    align-items: center;
    color:#003dad;
    font-weight:500;
  }

  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_utils ul li a.logintime span {
    font-weight:500;
    color:#000;
    margin-right:4px;
  }

  

  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_top_link {
    width: 100%;
    background-color: #005aab;
    text-align: center;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_top_link ul {
    display:flex;
    align-items: center;
    flex-wrap:wrap;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_top_link ul li {
    width: calc(100% / 3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_top_link ul li a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 12px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-top:1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 100%;
    color: #fff;
  }
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_top_link ul li:nth-child(1),
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_top_link ul li:nth-child(2),
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_top_link ul li:nth-child(3){
    border-top:0;
  }
  
  .gnb_mobile_wrap .gnb_mobile .gnb_mobile_top .gnb_mobile_top_link ul li:nth-child(3n) a {
    border-right:0;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile {
    background-color:#fff;
    border-bottom:1px solid #dddddd;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile a.m-mypage-btn {
    display:flex;
    align-items: center;
    justify-content:space-between;
    width:100%;
    height:40px;
    padding:0 20px;
    box-sizing: border-box;
    font-weight:500;
    font-size:1rem;
    background-color:#002157;
    color:#fff;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile a.m-mypage-btn::after {
    content:"";
    display:block;
    width:11px;
    height:7px;
    background-image:url(../../images/gwanak/common_2024/drop_arrow.png);
    background-repeat:no-repeat;
    background-position:center;
    transition: transform 0.5s;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile a.m-mypage-btn.on::after {
    transform: rotate(180deg);
    transition: transform 0.5s;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile .m-mypage-menus {
    display:none;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile .m-mypage-menus.on {
    display:block;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile .m-mypage-menus ul {
    display:flex;
    align-items: center;
    flex-wrap:wrap;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile .m-mypage-menus ul li {
    width:50%;
    border-right:1px solid #dddddd;
    border-top:1px solid #dddddd;
    box-sizing: border-box;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile .m-mypage-menus ul li:nth-child(1),
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile .m-mypage-menus ul li:nth-child(2) {
    border-top:0;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile .m-mypage-menus ul li:nth-child(2n) {
    border-right:0;
  }
  
  .gnb_mobile_wrap .gnb_mobile .mypage-mobile .m-mypage-menus ul li a {
    display:flex;
    align-items: center;
    height:40px;
    padding:0 20px;
    box-sizing: border-box;
    background-color:#f9f9f9;
    font-weight:500;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile {
    background-color: #ffffff;
    min-height:calc(100% - 150px);
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile > li {
    border-bottom: 1px solid #d9dee7;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile > li >a {
    display: block;
    padding: 15px 0 15px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
  }
  
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile>li.arr > a {
    background: url("/images/gwanak/common_2024/icon_plus_on.gif") 93% center no-repeat;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile>li.arr.open > a {
    background: url("/images/gwanak/common_2024/icon_minus_on.gif") 93% center no-repeat;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile>li.on.arr > a {
    background: url("/images/gwanak/common_2024/icon_plus_on.gif") 93% center no-repeat;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile>li.on.arr.open > a {
    background: url("/images/gwanak/common_2024/icon_minus_on.gif") 93% center no-repeat;
  }
  
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile > li.on > ul {
    display: block;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep2 {
    display: none;
    background: #efefef;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep2 > li {
    border-top: 1px solid #dddddd;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep2 > li:first-child {
    border-color: #dddddd;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep2 > li > a {
    display: block;
    background: url(/images/gwanak/common/layout/icon_dep2_m.gif) 20px 17px no-repeat;
    padding: 12px 0 12px 30px;
    font-size: 14px;
    color: #333;
    font-weight:500;
  }
  
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep2 > li.arr {
    background: url(/images/gwanak/common_2024/icon_down.png) 93% 18px no-repeat;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep2 > li.arr.open {
    background: url(/images/gwanak/common_2024/icon_up.png) 93% 18px no-repeat;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep2 > li.on >ul {
    display: block;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep3 {
    display: none;
    background: #19487f;
    padding: 8px 0 8px 20px;
    border-top: 1px solid #4b7aac;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep3 > li > a {
    display: block;
    padding: 8px 0 8px 10px;
    font-size: 13px;
    color: #fff;
    background: url(/images/gwanak/common/layout/icon_dep3_m.gif) 0 15px no-repeat;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep3 > li.on >a {
    color: #fff;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep3 > li.on >ul {
    display: block;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep3 > li > a:hover {
    color: #fff;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep3.dep3-1 {
    overflow: hidden;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep3.dep3-1 > li {
    float: left;
    width: 50%;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep4 {
    padding: 0 0 0 12px;
    display: none;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep4 > li >a {
    display: block;
    padding: 8px 0 8px 10px;
    font-size: 13px;
    color: #b6cee8;
    background: url(/images/gwanak/common/layout/icon_dep4_m.gif) 0 15px no-repeat;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep4 > li.on >a {
    color: #fff;
  }
  
  .gnb_mobile_wrap .gnb_mobile .nav_mobile .dep4 > li >a:hover {
    color: #fff;
  }
  
  .header_ver2024 .gnb_mobile_open {
    display: none;
    position:absolute;
    right:15px;
    top:50%;
    transform: translateY(-50%);
    width: 40px;
    height: 34px;
    font-size: 0;
    text-indent: -9999em;
    background-image: url(../../images/gwanak/common_2024/mobile_ham.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  
  @media (max-width: 1100px) {
  .gnb_mobile_wrap.open { display:block; }
  }
  
  .header_ver2024 #gnb_2024 {
    margin: 0 20px;
  }
  
  .header_ver2024 #gnb_2024 .gnb {
    position: static;
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li {
    width: max-content;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li a.depth_1 {
    position:relative;
    text-align: center;
    color:#222222;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    height: 97px;
    font-weight: 500;
    letter-spacing: -0.025em;
    font-size:18px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li.on a.depth_1 {
    color: #0e4194;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li a.depth_1:hover {
    color: #0e4194
  }
  
  .header_ver2024 #gnb_2024 .gnb > li a.depth_1::before {
    display: none;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li a.depth_1::after {
    content: "";
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
    bottom: 15px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #0e4194;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  
  .header_ver2024 #gnb_2024 .gnb > li.on a.depth_1::after {
    opacity: 1;
    transition: opacity 0.5s
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 {
    display:none;
    position:absolute;
    left:0px;
    z-index:15;
    width: 100%;
    top: 97px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f5f7fb;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner {
    position: relative;
    display: flex;
    width: 1400px;
    margin: 0 auto;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2-left {
    width: 270px;
    background-color: #f5f7fb;
    padding: 60px 0;
    background-image: url(../../images/gwanak/common_2024/depth2_letbg.png);
    background-repeat: no-repeat;
    background-position: right top;
    text-align: left;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2-left h2 {
    font-size: 27px;
    letter-spacing: -0.025em;
    color: #000;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2-left p {
    font-size: 16px;
    letter-spacing: -0.025em;
    margin-top: 10px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list {
    position:relative;
    width: calc(100% - 270px);
    background-color: #fff;
    padding: 15px 30px;
    box-sizing: border-box;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li {
    width: 23.5%;
    margin-right: 2%;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    background-color: #e7f0f8;
    color: #002157;
    letter-spacing: -0.025em;
    font-size: 14px;
    font-weight: 500;
  }

  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > a[target="_blank"]::after,
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > a.blank::after {
      content:"";
      display:block;
      width:12px;
      height:12px;
      background-image:url(../../images/edu/common/blank_ico.png);
      background-size:100%;
      margin-left:8px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth_3 {
    min-height: 120px;
    padding: 15px 0;
    box-sizing: border-box;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth_3 ul li {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth_3 ul li:last-child {
    margin-bottom: 0;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth_3 ul li a {
    position: relative;
    display: block;
    align-items: center;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.025em;
    color: #333333;
    padding-left: 10px;
  }

  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth_3 ul li a,
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth_3 ul li a.blank {
    display:flex;
    align-items: center;
  }

  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth_3 ul li a[target="_blank"]::after,
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth_3 ul li a.blank::after {
      content:"";
      display:block;
      width:12px;
      height:12px;
      background-image:url(../../images/edu/common/blank_ico.png);
      background-size:100%;
      margin-left:8px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth_3 ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #636363;
    border-radius: 50%;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner {
    /* min-height: 620px; */
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list {
    padding:35px 30px;
    position:relative;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul {
    display: flex;
    align-items: center;
    border-bottom:3px solid #1b5aab
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li {
    width: calc(100% / 7);
    margin:0;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li > .depth2_tab {
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:transparent;
    height:auto;
    padding:35px 0;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li:last-child > .depth2_tab {
    border-right:1px solid #cccccc;
  } 
  
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li.on > .depth2_tab {
    background-color:#1b5aab;
    border-color:#1b5aab;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li > .depth2_tab span {
    display:block;
    color:#333333;
    letter-spacing: -0.05em;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li.on > .depth2_tab span {
    color:#fff;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li > .depth2_tab span::before {
    content:"";
    display:block;
    width:63px;
    height:48px;
    margin:0 auto;
    background-position:center;
    background-repeat:no-repeat;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li:nth-child(1) > .depth2_tab span::before  {
    background-image:url(../../images/gwanak/common_2024/boonya_ico01.png);
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li:nth-child(2) > .depth2_tab span::before  {
    background-image:url(../../images/gwanak/common_2024/boonya_ico02.png);
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li:nth-child(3) > .depth2_tab span::before  {
    background-image:url(../../images/gwanak/common_2024/boonya_ico07.png);
  }

  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li:nth-child(4) > .depth2_tab span::before  {
    background-image:url(../../images/gwanak/common_2024/boonya_ico03.png);
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li:nth-child(5) > .depth2_tab span::before  {
    background-image:url(../../images/gwanak/common_2024/boonya_ico04.png);
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li:nth-child(6) > .depth2_tab span::before  {
    background-image:url(../../images/gwanak/common_2024/boonya_ico05.png);
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li:nth-child(7) > .depth2_tab span::before  {
    background-image:url(../../images/gwanak/common_2024/boonya_ico06.png);
  }
  
  /* .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth2_tab span {
    position: absolute;
    display: none;
    right: 8px;
    font-size: 11px;
    letter-spacing: -0.025em;
    color: #000;
    font-weight: 400;
    background-color: #fff;
    padding: 2px 5px;
    border: 1px solid #ddd;
    border-radius: 50px;
  } 
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li.on > .depth2_tab {
    color: #005aab;
    border-bottom: 2px solid #000;
    font-weight: 600;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li.on > .depth2_tab::after {
    content: "Ã¢â€ â€™";
    display: block;
    margin-left: 7px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li.on > .depth2_tab span {
    display: block;
  } */
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li:first-child > .depth2_tab {
    top: 220px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li:nth-child(2) > .depth2_tab {
    top: 260px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li:nth-child(3) > .depth2_tab {
    top: 300px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li:nth-child(4) > .depth2_tab {
    top: 340px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li:nth-child(5) > .depth2_tab {
    top: 380px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li:nth-child(6) > .depth2_tab {
    top: 420px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li:nth-child(7) > .depth2_tab {
    top: 460px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box {
    width: 100%;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box > ul > ul.nodepth-wrap {
    width: 23.5%;
    margin-right: 2%;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box > ul > li {
    width: 23.5%;
    margin-right: 2%;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box .depth3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    background-color: #e7f0f8;
    color: #002157;
    letter-spacing: -0.025em;
    font-size: 14px;
    font-weight: 500;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box .depth3.nodepth4 {
    margin-bottom: 5px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box .depth3.nodepth4:last-of-type {
    margin-bottom: 0;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box .depth4 {
    min-height: 230px;
    padding: 15px 0;
    box-sizing: border-box;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box .depth4 ul li {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box .depth4 ul li:last-child {
    margin-bottom: 0;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box .depth4 ul li a {
    position: relative;
    display: block;
    align-items: center;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.025em;
    color: #333333;
    padding-left: 10px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li .depth3_box .depth4 ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #636363;
    border-radius: 50%;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li .depth3_box {
    display: none;
    width: 100%;
    position:absolute;
    top:210px;
    left:0;
    padding:0 30px;
    box-sizing: border-box;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li .depth3_box ul li {
    width:calc((100% - 96px) / 5);
    margin-right:24px;
    margin-bottom:12px;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li .depth3_box ul li a {
    height:55px;
    border:1px solid #cccccc;
    border-radius:5px;
    color:#333333;
    background-color:#ffffff;
    box-sizing: border-box;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li .depth3_box ul li a:hover {
    border:2px solid #1b5aab;
    color:#1b5aab;
    font-weight:600;
  }
  
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li .depth3_box ul li:nth-child(4n) {
    margin-right:24px;
  
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li .depth3_box ul li:nth-child(5n) {
    margin-right:0;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li .depth3_box ul li:nth-child(n+5) {
    margin-bottom:0;
  }
  
  .header_ver2024 #gnb_2024 .gnb > li > div#boonyaDiv_1 .depth2_inner .depth2_list > ul > li.on .depth3_box {
    display: block;
  }
  
  .header_ver2024 .inner_2024 .sub-searchbtn {
    display: block;
    width: 55px;
    height: 55px;
    background-image: url(../../images/gwanak/common_2024/sub_search.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    text-indent: -9999em;
    position: absolute;
    right: calc(50% - 640px);
    top: 50%;
    transform: translateY(-50%);
  }
  
  .header_ver2024 .inner_2024 .site-mapbtn {
    width: 55px;
    height: 55px;
    font-size: 0;
    text-indent: -99999em;
    background-image: url(../../images/gwanak/common_2024/all_ico.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: calc(50% - 700px);
    top: 50%;
    transform: translateY(-50%);
  }
  
  .header_ver2024 .searchbox_2024 {
    position: absolute;
    display: none;
    width: 100%;
    background-color: #fff;
    top: 88px;
    height: 220px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 5px rgba(0,0,0,0.07);
    border-bottom: 1px solid #ddd;
    left: 0;
  }
  
  .header_ver2024 .searchbox_2024 .inner_2024 {
    position: relative;
    justify-content: center;
    height: 100%;
  }
  
  .header_ver2024 .searchbox_2024 .search-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
  }
  
  .header_ver2024 .searchbox_2024 .search-close::after {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    transform: rotate(42deg);
  }
  
  .header_ver2024 .searchbox_2024 .search-close::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    transform: rotate(-42deg);
  }
  
  .header_ver2024 .searchbox_2024 .search_area {
    position: relative;
  }
  
  .header_ver2024 .searchbox_2024 .search_area .search_input {
    border-radius: 10px;
    border: 4px solid #005aab;
  }
  
  .header_ver2024 .searchbox_2024 .search_area .search_input input[type="text"] {
    width: 450px;
    height: 50px;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    padding: 0 20px;
    vertical-align: top;
  }
  
  .header_ver2024 .searchbox_2024 .search_area .search_input button.btn_search {
    width: 60px;
    height: 50px;
    background-color: #005aab;
    text-indent: -99999em;
    font-size: 0;
    background-image: url(../../images/gwanak/main_2024/search_ico.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .header_ver2024 .searchbox_2024 .search_area .search_input button.btn_search:focus {
    outline: 2px solid #ff0000;
    border-radius: 4px;
  }
  
  .header_ver2024 .searchbox_2024 .search_area dl.recomm_search {
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-top: 8px;
    font-weight: 500;
  }
  
  .header_ver2024 .searchbox_2024 .search_area dl.recomm_search dt {
    font-size: 14px;
    color: #0e4194;
  }
  
  .header_ver2024 .searchbox_2024 .search_area dl.recomm_search dd {
    margin-left: 15px;
  }
  
  .header_ver2024 .searchbox_2024 .search_area dl.recomm_search dd ul {
    display: flex;
  }
  
  .header_ver2024 .searchbox_2024 .search_area dl.recomm_search dd ul li {
    color: #000;
    font-size: 14px;
    margin-right: 8px;
  }
  
  .header_ver2024 .searchbox_2024 .search_area dl.recomm_search dd ul li:last-child {
    margin-right: 0;
  }
  
  .total_related_website {
    background-color: #fff;
    padding-top: 0;
    height: auto;
  }
  
  .web_site_selectwrap {
    justify-content: center;
    display: flex;
  }
  
  .web_site_selectwrap div {
    margin-right: 12px;
    width: 33%;
    height: 56px;
    display: inline-block;
  }
  
  .web_site_selectwrap div:last-of-type {
    margin-right: 0;
  }
  
  .web_site_selectwrap div select {
    font-weight: 400;
    padding: 0 20px;
    float: left;
    background-color: #f0f2f4;
    background-image: url(../../images/gwanak/main_2024/select_bg.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: none;
    width: calc(100% - 50px);
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    border-radius:10px 0 0 10px;
  }
  
  .web_site_selectwrap div select::-ms-expand {
    display: none;
  }
  
  .web_site_selectwrap div input {
    color: #fff;
    background: #6c6c6c;
    height: 100%;
    border: none;
    width: 50px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius:0 10px 10px 0;
  }
  
  .footer_ver2024 {
    padding:30px 0 0 0;
    border-top: 1px solid #dddddd;
  }
  
  .footer_ver2024 .guide-list {
    padding: 20px 0;
    border-top:1px solid #dddddd;
    margin-top:15px;
  }
  
  .footer_ver2024 .guide-list .inner_2024 {
    display:flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .footer_ver2024 .guide-list .inner_2024.w1280 {
    max-width: 1280px
  }
  
  .footer_ver2024 .guide-list ul.guide {
    display: flex;
  }
  
  .footer_ver2024 .guide-list ul.guide li {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .footer_ver2024 .guide-list ul.guide li::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #bebebe;
    margin: 0 25px;
  }
  
  .footer_ver2024 .guide-list ul.guide li:last-child::after {
    display: none;
  }
  
  .footer_ver2024 .guide-list ul.guide li a {
    display: block;
    font-size: 15px;
    color: #000;
    letter-spacing: -0.025em;
  }
  
  .footer_ver2024 .guide-list ul.guide li a em {
    color:#cf0000;
  }
  
  .footer_ver2024 .guide-list .cc-right {
    display:flex;
    align-items: center;
  }
  
  .footer_ver2024 p.copyright {
    font-size:15px;
    margin-right:8px;
  }
  
  .footer_ver2024 .guide-list .cc-right .cert_mark {
    width:60px;
  }
  
  .footer_ver2024 .guide-list .cc-right .cert_mark img {
    width:100%;
  }
  
  .footer_ver2024 .footer_wrap {
    margin-top:25px;
  }
  
  .footer_ver2024 .footer_wrap .inner_2024 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .footer_ver2024 .footer_wrap .inner_2024.w1280 {
    max-width: 1280px
  }
  
  .footer_ver2024 .footer_wrap .inner_2024 .site_info {
    display:flex;
    align-items: center;
    text-align: left;
    font-size: 15px;
    color: rgba(0,0,0,0.8);
    line-height: 1.5;
  }
  
  .footer_ver2024 .footer_wrap .inner_2024 .site_info .ft-logo {
    width:60px;
  }
  
  .footer_ver2024 .footer_wrap .inner_2024 .site_info .ft-logo img {
    width:100%;
  }
  
  
  .footer_ver2024 .footer_wrap .inner_2024 .site_info .info-top {
    /* display:flex; */
    align-items: center;
    overflow: hidden;
    /* margin-bottom:4px; */
    margin-left:25px;
    line-height:2;
  }
  
  
  .footer_ver2024 .footer_wrap .inner_2024 .site_info address {
    font-style: normal;
  }
  
  .footer_ver2024 .footer_wrap .inner_2024 .site_info dl.phone_num {
    display: flex;
    float: left;
  }
  
  
  .footer_ver2024 .footer_wrap .inner_2024 .site_info dl.phone_num:last-child {
    margin-left: 15px;
  }
  
  
  .footer_ver2024 .footer_wrap .inner_2024 .site_info dl.phone_num dt {
    margin-right: 5px;
    min-width: 30px;
  }
  
  
  .footer_ver2024 .footer_wrap .inner_2024 .site_info p.security-info {
    color: #2a6693;
    margin-top:4px;
  }
  
  .footer_ver2024 .footer_wrap .ft_banner {
    display:flex;
    align-items: center;
  }
  
  #container {
    position: static;
    width: 1400px;
    display: flex;
    justify-content: space-between;
  }
  
  #snav {
    width: 270px;
    padding-top: 20px;
  }
  
  #snav h2 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.05em !important;
    overflow: hidden;
    background-color: #005aab;
    padding: 35px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
  }
  
  #snav h2::before {
    content: "";
    position: absolute;
    display: block;
    left: -100px;
    bottom: -180px;
    width: 402px;
    height: 305px;
    background-image: url(../../images/gwanak/common_2024/snav_bg.png);
  }
  
  #snav h2 .menu-name {
    position: relative;
    z-index: 1;
  }
  
  #snav h2.sn7 .menu-category + .menu-name {
    width: 135px;
  }

  #snav h2.sn12 .menu-category + .menu-name {
    width: 135px;
  }
  
  #snav nav {
    border: 1px solid #dcdcdc;
  }
  
  #snav .dep1 > li:last-child {
    border-bottom: 0;
  }
  
  #snav .dep1 > li > a {
    padding: 15px 0 15px 15px;
    font-size: 16px;
    letter-spacing: -0.025em;
  }

  #snav .dep1 > li > a[target="_blank"],
  #snav .dep1 > li > a.blank {
    display:flex;
    align-items: center;
  }

  #snav .dep1 > li > a[target="_blank"]::after,
  #snav .dep1 > li > a.blank::after {
      content:"";
      display:block;
      width:12px;
      height:12px;
      background-image:url(../../images/edu/common/blank_ico.png);
      background-size:100%;
      margin-left:8px;
  }
  
  #snav .dep2 > li.arr {
    background: none;
  }
  
  #snav .dep1 > li.on.arr.open > a {
    background-color: #fff;
    color: #002b7a;
  }
  
  #snav .dep2 {
    padding: 15px;
    background-color: #f6f9ff;
  }
  
  #snav .dep2 > li > a {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 2px;
    background: none;
    font-size: 14px;
    letter-spacing: -0.025em;
  }
  
  #snav .dep2 > li > a[target="_blank"],
  #snav .dep2 > li > a.blank {
    display:flex;
    align-items: center;
  }

  #snav .dep2 > li > a[target="_blank"]::after,
  #snav .dep2 > li > a.blank::after {
      content:"";
      display:block;
      width:12px;
      height:12px;
      background-image:url(../../images/edu/common/blank_ico.png);
      background-size:100%;
      margin-left:8px;
  }

  #snav .dep2 > li > a::before {
    content: "\00B7";
    display: block;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
  }
  
  #snav .dep2 > li.on > a {
    color: #003dad;
  }
  
  #snav .dep2 > li.on > a::before {
    text-decoration: none;
  }
  
  #snav .dep3 {
    padding: 15px;
    background-color: #fff;
  }
  
  #snav .dep3 > li {
    border: none;
  }
  
  #snav .dep3 > li > a {
    display: flex;
    align-items: center;
    letter-spacing: -0.025em;
    color: #555555;
    padding: 2px 0;
    ; font-size: 14px;
  }
  
  #snav .dep3 > li > a::before {
    content: "-";
    display: block;
    color: #000;
    font-size: 17px;
    margin-right: 3px;
  }

  #snav .dep3 > li > a[target="_blank"],
  #snav .dep3 > li > a.blank {
    display:flex;
    align-items: center;
  }

  #snav .dep3 > li > a[target="_blank"]::after,
  #snav .dep3 > li > a.blank::after {
      content:"";
      display:block;
      width:12px;
      height:12px;
      background-image:url(../../images/edu/common/blank_ico.png);
      background-size:100%;
      margin-left:8px;
  }
  
  .contents-wrap {
    width: 1060px;
  }
  
  .contents-wrap.w100 {
    width:100%;
  }
  
  .contents-wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 139px;
    background-color: #f5f7fb;
    left: 0;
  }
  
  .contents-wrap .contents-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 139px;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    border: 0;
    box-sizing: border-box;
  }
  
  .contents-wrap .contents-top .path-wrap {
    display: flex;
    align-items: center;
  }
  
  .contents-wrap .contents-top h3 {
    font-weight: 600;
  }
  
  .contents-wrap .contents-top:after {
    display: none;
  }
  
  .contents-top .con-path {
    padding: 0;
    font-size: 13px;
    letter-spacing: -0.05em;
    color: #282828;
    font-family: 'NanumGothic', 'Malgun Gothic', 'dotum', 'Arial', sans-serif;
  }
  
  .contents-top .con-path em {
    font-weight: 600;
  }
  
  .contents-top .con-sns {
    padding: 0;
    height: 35px;
  }
  
  .contents-top .con-sns > ul > li > a {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
  }
  
  .contents-top .con-sns .print a {
    background: none;
    background-color: #fff;
    background-image: url(../../images/gwanak/common_2024/new_print.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .contents-top .con-sns .snsshare {
    position: relative;
  }
  
  .contents-top .con-sns .snsshare > a {
    background: none;
    background-color: #fff;
    background-image: url(../../images/gwanak/common_2024/new_sns.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .contents-top .con-sns .snsshare .sns-list {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow:0 0 8px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index:10000;
  }
  
  /* .contents-top .con-sns .snsshare .sns-list::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    display: block;
    width: 9px;
    height: 9px;
    background-image: url(../../images/gwanak/common_2024/snslist_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
  } */
  
  .contents-top .con-sns .snsshare .sns-list.active {
    display: block;
  }
  
  .contents-top .con-sns .snsshare .sns-list .sns-list-top {
    display:flex;
    align-items: center;
    justify-content: space-between;
    height:45px;
    background-color:#f6f9ff;
    padding:0 15px;
  }

  .contents-top .con-sns .snsshare .sns-list .sns-list-top strong {
    font-size:16px;
    letter-spacing: -0.05em;
  }

    .contents-top .con-sns .snsshare .sns-list .sns-list-top .close-share {
        font-size:0;
        text-indent:-99999999em;
        width:15px;
        height:15px;
        background-image:url(../../images/gwanak/common_2024/close_sns.png);
        background-position:center;
        background-repeat:no-repeat;
    }

  .contents-top .con-sns .snsshare .sns-list ul {
    display: flex;
    padding:25px;
    box-sizing: border-box;
    justify-content: center;
  }
  
  .contents-top .con-sns .snsshare .sns-list ul li {
    margin-right: 10px;
    width:60px
  }
  
  .contents-top .con-sns .snsshare .sns-list ul li:last-child {
    margin-right: 0;
  }
  
  .contents-top .con-sns .snsshare .sns-list ul li a {
    display: block;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size:14px;
    letter-spacing: -0.05em;
    color:#333333;
  }

    .contents-top .con-sns .snsshare .sns-list ul li a::before {
        content:"";
        display:block;
        background-position:center;
        width:50px;
        height:50px;
        border-radius:50%;
        background-repeat:no-repeat;
        margin:0 auto 4px auto;
    }
  
  .contents-top .con-sns .snsshare .sns-list ul li a.blog::before {
    background-color: #32b44a;
    background-image: url(../../images/gwanak/common_2024/sns_naver2025.png);
  }
  
  .contents-top .con-sns .snsshare .sns-list ul li.kakao a::before {
    background-color: #ffda00;
    background-image: url(../../images/gwanak/common_2024/sns_kakao2025.png);
  }
  
  .contents-top .con-sns .snsshare .sns-list ul li a.fb::before {
    background-color: #1877f2;
    background-image: url(../../images/gwanak/common_2024/sns_facebook2025.png);
  }
  
  .contents-top .con-sns .snsshare .sns-list ul li a.twitter::before {
    background-color: #222222;
    background-image: url(../../images/gwanak/common_2024/sns_x2025.png );
  }

  .contents-top .con-sns .snsshare .sns-list ul li a.copylink::before {
    background-color: #dedede;
    background-image: url(../../images/gwanak/common_2024/sns_copyurl2025.png );
  }
  
  .contents-top .docubraille a,
  .contents-top .voiceview a {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #dddddd;
    width: auto;
    height: 35px;
    padding: 0 12px;
    margin-left: 8px;
    box-sizing: border-box;
    font-size: 13px;
    color: #333333;
  }
  
  .contents-top .docubraille a::after {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background-image: url(../../images/gwanak/common_2022/docubraille_ico.png);
    margin-left: 5px;
  }
  
  .contents-top .voiceview a::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../../images/gwanak/common_2024/voiceview.png);
    margin-left: 5px;
  }
  
  #container:after {
    display: none;
  }
  
  #contents {
    padding-top: 35px;
  }
  
  @media all and (max-width: 1420px) {
    .inner_2024 {
        width:100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
  
    
    .header_ver2024 .logo_gwanak {
        width: 152px;
    }
  
    .header_ver2024 .inner_2024 {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
  
    .header_ver2024 #gnb_2024 {
        width: calc(100% - 237px);
    }
  
    .header_ver2024 .inner_2024 .sub-searchbtn {
        right:60px;
    }
  
    .header_ver2024 .inner_2024 .site-mapbtn {
        right:0;
    }
  
    .header_ver2024 #gnb_2024 .gnb > li a.depth_1 {
        font-size: 16px;
        padding: 0 35px;
    }
  
    .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner {
        width: 100%;
    }
  
    .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2-left {
        padding-left: 15px;
    }
  
    .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2-left h2 {
        font-size: 22px;
    }
  
    .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2-left p {
        font-size: 14px;
    }
  
    .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > a {
        height: 35px;
        font-size: 14px;
    }
  
    .header_ver2024 #gnb_2024 .gnb > li > div.depth_2 .depth2_inner .depth2_list > ul > li > .depth_3 ul li a {
        font-size: 14px;
    }
  
    .header_ver2024 .etc-site {
        right:15px;
    }
  
    .footer_ver2024 .footer_wrap .inner_2024 .site_info {
        font-size: 15px;
    }
  
    .footer_ver2024 .footer_wrap .cert_mark {
        right:15px;
    }
  
    #container {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
  
    #snav {
        width: 20%;
    }
  
    #snav h2 {
        font-size: 22px;
    }
  
    #snav .dep1 > li > a {
        font-size: 14px;
    }
  
    #snav .dep2 {
        padding: 10px;
    }
  
    #snav .dep2 > li > a {
        font-size: 13px;
    }
  
    #snav .dep3 > li > a {
        font-size: 12px;
    }
  
    #snav .dep3 {
        padding: 10px;
    }
  
    
    .contents-wrap {
        width: 75%;
    }
  }
  
  @media all and (max-width:1200px){
    .header_ver2024 #gnb_2024 .gnb > li a.depth_1 {
        padding:0 25px;
    }
  }
  
  @media all and (max-width: 1080px) {
    .header_ver2024 {
        height:65px;
    }
  
    .header_ver2024 .inner_2024 {
        height: 65px;
    }
  
    .header_ver2024 .logo_gwanak {
        position: relative;
        left: 50%;
        width: 132px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
  
    .header_ver2024 #gnb_2024 {
        display: none;
    }
  
    .header_ver2024 .gnb_mobile_open {
        display: block;
        width:30px;
        height:26px;
        background-size:cover;
    }
  
    .header_ver2024 .inner_2024 .site-mapbtn {
        display: none;
    }
  
    .header_ver2024 .etc-site {
        display:none;
    }
  
    .header_ver2024 .searchbox_2024 {
        top: 65px;
    }
  
    .web_site_selectwrap div {
        height:50px;
    }
  
    .web_site_selectwrap div select {
        font-size: 14px;
    }
  
    .web_site_selectwrap div input {
        font-size: 12px;
    }
  
    .footer_ver2024 .guide-list {
        padding: 15px 0;
    }
  
    .footer_ver2024 .guide-list ul.guide li a {
        font-size: 14px;
    }
  
    /* .footer_ver2024 .footer_wrap .inner_2024 {
        display: block;
    } */
  
    .footer_ver2024 .footer_wrap .inner_2024 .footerlogo {
        display: block;
        margin: 0 auto 10px auto;
        width: 50px;
        height: 63px;
        background-size: cover;
    }
  
    .footer_ver2024 .footer_wrap .inner_2024 .site_info .info-top {
        display: block;
    }
  
    .footer_ver2024 .footer_wrap .inner_2024 .site_info dl.phone_num {
        margin: 0;
        justify-content: center;
        float: none;
    }
  
  
    .footer_ver2024 .guide-list .cc-right .cert_mark {
        display:none;
    }
  
    .footer_ver2024 .footer_wrap .copyright {
        display: block;
    }
  
    
    #snav {
        display: none;
    }
  
    #container {
        margin: 0;
    }
  
    .contents-wrap {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
  
    .contents-wrap::before {
        height: 130px;
    }
  
    .contents-wrap .contents-top {
        position: relative;
        height: 130px;
        flex-wrap: wrap;
        padding-bottom: 10px;
        padding-top: 2px;
    }
  
    .contents-wrap .contents-top h3 {
        font-size: 25px;
        width: 100%;
    }
  
    .contents-top .con-path {
        position: absolute;
        top: 15px;
        right: 0;
        font-size: 11px
    }
  
    .contents-wrap .contents-top .path-wrap {
        justify-content: flex-end;
        width: 100%;
    }
  }
  
  @media all and (max-width:960px){
    .web_site_selectwrap {
       flex-wrap:wrap;
    }
  
    .web_site_selectwrap div {
        width: calc((100% - 8px) / 2);
        margin: 0 8px 8px 0;
    }
  
    .web_site_selectwrap div:nth-of-type(2n) {
        margin-right:0;
    }
  
    .web_site_selectwrap div:last-of-type {
        margin-bottom: 0;
    }
  
    .footer_ver2024 .footer_wrap .inner_2024 .site_info {
        justify-content: center;
    }
  
    .footer_ver2024 .guide-list .inner_2024 {
        display:block;
    }
  
    .footer_ver2024 .guide-list ul.guide {
        justify-content: center;
    }    
  
    .footer_ver2024 .guide-list .cc-right {
        display:block;
    }
  
    .footer_ver2024 p.copyright {
        text-align: center;
        margin-top:15px;
    }
  
  }
  
  @media all and (max-width: 768px) {
    .header_ver2024 .searchbox_2024 {
        height:140px;
        padding-top: 20px;
    }
  
    .header_ver2024 .searchbox_2024 .search-close {
        width: 20px;
        height: 20px;
        top: -5px;
    }
  
    .header_ver2024 .searchbox_2024 .search_area {
        width: 100%;
    }
  
    .header_ver2024 .searchbox_2024 .search_area .search_input input[type="text"] {
        height: 40px;
        width: calc(100% - 54px);
        padding: 0 10px;
        font-size: 13px;
    }
  
    .header_ver2024 .searchbox_2024 .search_area dl.recomm_search {
        justify-content: center;
        margin-left: 0;
    }
  
    .header_ver2024 .searchbox_2024 .search_area .search_input button.btn_search {
        height: 40px;
        width: 50px;
        background-size: 20px 21px;
    }
  
    .header_ver2024 .searchbox_2024 .search_area dl.recomm_search dt {
        font-size: 12px;
    }
  
    .header_ver2024 .searchbox_2024 .search_area dl.recomm_search dd ul li {
        font-size: 12px;
    }
  
    .footer_ver2024 .footer_wrap .inner_2024 {
        display:block;
    }
  
    .footer_ver2024 .footer_wrap .ft_banner {
        justify-content: center;
        margin-top:15px;
    }
  
    .footer_ver2024 .guide-list ul.guide {
        flex-wrap: wrap;
    }
  
  
    .footer_ver2024 .footer_wrap .inner_2024 .site_info {
        font-size: 13px;
    }
  
    .footer_ver2024 .footer_wrap .inner_2024 .site_info .ft-logo {
        width:50px;
    }
    
    .footer_ver2024 .footer_wrap .inner_2024 .site_info .ft-logo img {
        width:100%;
    }
  
    .web_site_selectwrap div {
        height:40px;
    }
  
    .web_site_selectwrap div select {
        padding:0 15px;
        background-size:25px;
    }

    
    .contents-top .con-sns .snsshare .sns-list {
        position:fixed;
        left:50%;
        right:auto;
        top:50%;
        transform: translateX(-50%) translateY(-50%);
        width:calc(100% - 15px);
        max-width:360px;
    }
    
  }
  
  @media all and (max-width: 600px) {
    .contents-top > h3 {
        padding-top:25px;
    }
  
    .footer_ver2024 .guide-list ul.guide li::after {
        margin:0 10px;
    }
  
    .footer_ver2024 .guide-list ul.guide li a {
        font-size:13px;
    }
  
    .footer_ver2024 p.copyright {
        font-size:13px;
    }
  
    .footer_ver2024 .footer_wrap .inner_2024 .site_info .info-top {
        margin-left:15px;
        width:calc(100% - 90px);
    }
  
  }
  
  @media all and (max-width: 420px) {
    .web_site_selectwrap {
        display:block;
    }
    .web_site_selectwrap div {
        margin:0 0 8px 0;
        width:100%;
    }
  
    .footer_ver2024 .footer_wrap .inner_2024 .site_info {
        font-size:12px;
    }
  
    .footer_ver2024 .guide-list ul.guide li::after {
        margin:0 8px;
    }

    .contents-top .docubraille a, .contents-top .voiceview a {
      font-size:12px;
      margin-left:4px;
    }
    
    .contents-top .con-sns > ul > li {
      margin-left:4px
    }
    
  }
  
  /*240725 "contents-top" ìˆ˜ì •*/
  .contents-wrap .contents-top{
    flex-wrap: wrap;
  }
  .contents-top .con-path{
    width: 100%; line-height: 1.5;
  }
  .contents-top > h3{
    margin: 5px 0;
  }
  
  @media (max-width: 1080px) {
    .contents-top .con-path {
        position: static;
    }
  }
  @media (max-width: 600px) {
    .contents-top > h3 {
        padding-top: 0;
    }

    .contents-wrap .contents-top h3 {
        line-height:1.3;
        font-size:22px;
    }
    
  }
  
  
  /*241107 conpath ìˆ˜ì •*/
  
  .contents-top .con-path {
    line-height:1;
  }
  
  .contents-top .con-path ul {
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .contents-top .con-path ul li {
    display:flex;
    align-items: center;
  }
  
  .contents-top .con-path ul li::after {
    content:">";
    display:block;
    margin:0 3px;
  }
  
  .contents-top .con-path ul li:last-child::after {
    display:none;
  }
  
  .contents-top .con-path ul li a {
    cursor:pointer;
    /* min-width: 17px; */
    /* min-height: 17px; */
  }
  
  .contents-top .con-path ul li a:hover {
    font-weight:900;
    color:#005aab
  }
  
  .contents-top .con-path ul li a:hover em {
    font-weight:900;
    color:#005aab
  }