html {
    font-family: 'pretendard';
    font-size: 16px;
    letter-spacing: -1px;
}

body {
    font-family: 'pretendard';
    line-height: 1.875;
    font-size: 16px;
    margin: 0;
    color: #333;
    overflow: auto;
    min-width: 320px;
}

body:has(.search_wrap.main-search.on) header {
  box-shadow: none;
}

body.open {
    overflow: hidden;
}

.hidden {
    display: none!important;
}
.nav-pills li {
    width: 32% !important;
    height: 4em;
    margin: -1px 0 0.65em 1% !important;
}

.mt20 {
    margin-top: 1.25rem !important;
}

table th {
    word-break: keep-all;
}

#skip {
    margin: 0;
    padding: 0;
}
#skip a {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    z-index: 100;
    line-height: 40px;
    top: -40px;
    opacity:0;
    transition:all .3s ease ;
}
#skip a:focus {
    opacity:1;
    top:0;
}


/**   헤더css   **/

header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    width: 100%;
    z-index: 10;
    box-shadow: 0px 0px 10px 5px rgb(102 102 102 / .09);
}

.header_wrap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    font-family: 'paperlogy';
}

.logo {
    display: flex;
    padding: 10px 0;
    align-items: center;
    max-width: 260px;
    width: 100%;
    height: 80.5px;
}

.logo a {
    max-width: 179px;
    display: block;
}

.logo a:first-child {
    max-width: 70px;
    margin-right: 10px;
}

.logo a img {
    width: 100%;
}

.menu_wrap {
    position: relative;
    width: 100%;
    z-index: 5;
}
.menu_wrap #menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-left: 100px;
    margin-right: 50px;
}


.menu_wrap #menu > li {
    text-align: center;
    letter-spacing: -1px;
    line-height: 2.2;
    width: 20%;
}

.menu_wrap #menu > li > a {
    position: relative;
    display: inline-block;
    color: #000;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    font-family: 'paperlogy';
    text-decoration: none;
    height: 80.5px;
    line-height: 1.3;
    align-content: center;
    box-sizing: border-box;
    letter-spacing: -1px;
}

.menu_wrap #menu > li.active > a:before {
    content: ' ';
    position: absolute; 
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background-color: #004bf4;
}

.menu_wrap #menu > li.active > a span {
    color: #004bf4;
}

.header_wrap.open{height: 80.5px;}

.header_wrap.open:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    background-color: #fff;
    top: 81px;
    z-index: 2;
    left: 0px;
    height: 280px;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 0px 14px 10px -9px rgb(102 102 102 / .08);
}

.header_wrap.open:after {
  content: ' ';
  display: block;
  position: absolute;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-image: url('../img/sub_menu_img_v20260220.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 540px;
  top: 82px;
  left: 50%;
  margin-left: -960px;
  height: 355px;
  z-index: 2;
}



.header_wrap .sub-menu {
    width: 100%;
    display: none;
    padding: 20px 0;
    padding-left: 0;
    list-style: none;
}

.header_wrap .sub-menu > li > a {
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    color: #333;
    word-break: keep-all;
}

.header_wrap.open .sub-menu{
    display: block
}

.sub-menu > li ul{display: none;}
.sub-menu li{position: relative; margin-bottom: 5px; line-height: 175%;}
.sub-menu li a[target='_blank']::after{margin-left: 5px; margin-top: 2px; content: "\f08e"; font-family: "Font Awesome 5 pro"; font-weight: 300; display: inline-block; vertical-align: top; color: #858585FF;font-size: 12px;}

.menu_btn {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    bottom: -30px;
    right: 13%;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: #3965bd;
    text-align: center;
    border: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 999;
}

.menu_btn span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.mobile{
    display: none;
}

.mobile_btn {
    display: none;
}

.mobile_btn img {
    display: block;
}


.h2 {
    font-size: 2.5rem;
    text-align: center;
    color: #3965bd;
    padding: 30px 20px;
    font-weight: 600;
    margin: 0;
}
.sub-menu > li.add_child_depth button{display: none;}


.language_btn {
    position: relative;
    width: 145px;
    align-content: center;
  }
  
  .language_btn .dropdown {
    display: inline-block;
}

.language_btn .dropdown .dropdown-toggle {
    display: block;
    font-size: .875rem;
    font-weight: 600;
    color: #000;
    width: 55px;
    outline-offset: -4px;
    padding: 0 20px 0 5px;
}

.language_btn .dropdown .dropdown-toggle:focus {
    outline: auto;
}

.language_btn .dropdown .dropdown-toggle::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 12px;
    left: auto;
    bottom: auto;
    width: 9px;
    height: 6px;
    margin-top: -2px;
    background: url('/assets/img/language_down.png') no-repeat;
}
.open.dropdown .dropdown-toggle::after, .open.dropup .dropdown-toggle::after {
    transform: rotate(180deg);
}
.language_btn .dropdown .dropdown-menu {
    left: 0;
    right: auto;
    min-width: auto;
    border-color: #333;
    padding: .25rem 0;
    width: 55px;
    background: #333;
    z-index: 9999;
}
.language_btn .dropdown .dropdown-menu>li>a {
    padding: 2px .75rem;
    font-size: .875rem;
    color: #fff;
}
.language_btn .dropdown .dropdown-menu>li>a:hover, .language_btn .dropdown .dropdown-menu>li>a:focus {
    background: #304ec1;
    color: #fff;
}
.language_btn .dropdown .dropdown-menu .active>a {
    background: #304ec1;
    color: #fff;
}
.language_btn .dropdown .dropdown-menu .active>a:hover, .language_btn .dropdown .dropdown-menu .active>a:focus {
    background: #304ec1;
    color: #fff;
}

  .search_btn {
    align-content: center;
    margin: 0 10px;
    z-index: 9;
  }
  
  .search_wrap {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    background: #fff;
    transition-duration: 0.5s;
    visibility: hidden;
    padding: 40px 20px;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    z-index: 2;
  }
  
  .search_wrap.on {
    visibility: visible;
    top: 81px;
  }
  
  .search_wrap .m-s-search {
    max-width: 1440px;
    margin: 0 auto;
  }
  
  .m-s-search .search {
    max-width: 700px;
    height: auto;
    background: none;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .m-s-search .search form fieldset .search_sub_input {
    border: 2px solid transparent;
    background-image: linear-gradient(#444444, #444444), linear-gradient(to right, #9767d5, #116dd0, #9040a1);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 7px;
    padding: 3px;
    transition-duration: 0.5s;
  }
  
  .m-s-search .search form fieldset .search_sub_input input {
    height: 60px;
    font-size: 16px;
    padding: 0.5rem 0 0.5rem 1rem;
    width: 100%;
    padding-right: 5rem;
    transition-duration: 0.5s;
    border-radius: 4px;
  }
  
  .m-s-search .search form fieldset .search_sub_input.focused,
  .m-s-search .search form fieldset .search_sub_input.focused input {
    border-radius: 0;
  }
  
  .m-s-search .search form fieldset .search_sub_input button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    width: 35px;
    height: 35px !important;
    top: 14px;
    right: 15px;
  }
  
  .m-s-search .search_sub_input a {
    right: 50px;
    height: 30px;
    top: 10px;
  }
  
  .m-s-search {
    position: relative;
    margin-bottom:1.275rem;
  }
  
  .m-s-search .search form fieldset {
    overflow: hidden;
  }
  .m-s-search .search form fieldset legend {
    margin: 0;
    margin-bottom: .75rem;
    border-bottom: 0;
    font-size: 1.25rem;
    color: #fff;
  }
  .m-s-search .search form fieldset div {
    position: relative;
  }
  .m-s-search .search form fieldset div input {
    border: 0;
    padding: .5rem 1rem;
    width: calc(100% - 6.25rem);
    font-size: .875rem;
  }
  .m-s-search .search form fieldset div input:-ms-input-placeholder {
    color: #333 !important;
  }
  .m-s-search .search form fieldset div input:-moz-placeholder {
    color: #333 !important;
  }
  .m-s-search .search form fieldset div input::-webkit-input-placeholder {
    color: #333 !important;
  }
  .m-s-search .search form fieldset div input::-moz-placeholder {
    color: #333 !important;
  }
  .m-s-search .search form fieldset div input::placeholder {
    color: #333 !important;
  }
  .m-s-search .search form fieldset div button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 6.25rem;
    border: 0;
    background: #00a1ff;
    font-size: 1.125rem;
    color: #fff;
  }
  
  .search_wrap .search_btn {
    position: absolute;
    top: 13px;
    right: 58px;
    margin: 0;
  }
  
  .search_wrap .search_btn button {
    width: 24px;
    height: 24px;
  }
  




@media (min-width: 992px) {
  .menu_wrap #menu > li.titleon > a:before {
      content: ' ';
      position: absolute; 
      width: 100%;
      height: 3px;
      bottom: -1px;
      left: 0;
      background-color: #004bf4;
  }
  
  .menu_wrap #menu > li.titleon > a span {
      color: #004bf4;
  }
}

@media (max-width: 1280px) {
    .header_wrap {
        padding: 0 15px;
    }

    .menu_wrap #menu {
        margin-left: 15px;
        margin-right: 20px;
    }
}

@media (max-width: 1124px) {
  .header_wrap.open:after {
    margin-left: -860px;
  }
}



@media (max-width: 992px) {
    html,body{font-size: 14px;}

    header {
        min-width: 100%;
    }
    .header_wrap {
        max-width: 100%;
        display: block;
        text-align: center;
        min-width: 100%;
        padding: 0;
    }


    .menu_wrap #menu {
        margin-left: 0;
        margin-right: 0;
    }

    .logo {
        position: static;
        max-width: 100%;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        padding: 10px 30px;
    }

    .logo a {
        max-width: 270px;
        display: block;
    }
    
    .logo a:first-child {
        max-width: 80px;
    }

    .mobile{
        display: flex;
        height: 60px;
    }

    .menu_btn {
        display: none;
    }

    .mobile_btn {
        display: block;
        position: absolute;
        width: 24px;
        height: 23px;
        top: 22px;
        right: 30px;
        border: 0;
        background-color: transparent;
    }

    .menu_wrap {
        display: none;
        top: 0;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: linear-gradient(134deg, #3a3985, #1f6fcb, #534fed);
        backdrop-filter: blur(20px);
    }

    .menu_wrap.active {
        display: block;
    }

    .menu_wrap:before,
    .menu_wrap #menu:hover:before {
        content: none;
    }

    .menu_wrap #menu {
        display: block;
        overflow: auto;
    }

    .menu_wrap #menu > li {
        width: 100%;
        text-align: left;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .menu_wrap #menu > li:first-child {
        width: 100%;
    }
    .menu_wrap #menu > li:last-child {
        width: 100%;
    }

    .menu_wrap #menu > li:nth-child(1), .menu_wrap #menu > li:nth-child(2), .menu_wrap #menu > li:nth-child(4) {
        width: 100%;
    }
    

    .menu_wrap #menu > li > a {
        color: #fff;
        padding: 10px 30px;
        height: auto;
        line-height: normal;
        position: relative;
    }

    .menu_wrap #menu > li.active > a span {
        color: #fff;
    }

    .menu_wrap #menu > li > a:before,
    .menu_wrap #menu > li.active > a:before {
        content: ' ';
        position: absolute;
        display: block;
        width: calc(100% - 60px);
        height: 2px;
        background: #fff;
        bottom: 0;
        left: 30px;
    }

    .menu_wrap #menu > li > a:after {
        content: ' ';
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        background: #fff;
        top: 10px;
        left: 18px;
        border-radius: 100%;
    }

    .menu_wrap .sub-menu {
        padding: 0px;
        display: block !important;
        position: relative;
        top: 0;
        margin-top: 10px;
    }

    .menu_wrap .sub-menu > li > a {
        position: relative;
        font-size: 1.2rem;
        padding: 7px 15px 7px 43px; display: block;
        color:#fff;
    }


    .menu_wrap .sub-menu > li > a:before {
        content: ' ';
        position: absolute;
        width: 6px;
        height: 1px;
        top: 50%;
        left: 32px;
        background:#fff;
    }
    
    .header_wrap.open .sub-menu > li > a:hover {
        color: #fff;
    }



    .h2 {
        font-size: 1.5rem;
        text-align: center;
        color: #3965bd;
        padding: 30px 20px;
        font-weight: 600;
        margin: 0;
    }
    .sub-menu > li{font-weight: 200; color: black; padding: 2px 0;}
    .sub-menu > li:last-child{border-bottom: none;}
    .sub-menu > li ul{display: block; background: #0b2769a1;}

    .sub-menu > li > ul > li > a{
        position: relative;
        font-size: 1.1rem;
        display: block;
        padding: 5px 50px;
        color:#fff;
    }

    .sub-menu > li > ul > li > a:hover{
        color: #fff;
    }

    .sub-menu > li > ul > li > a:before{
        content: ' ';
        position: absolute;
        width: 3px;
        height: 3px;
        top: 50%;
        left: 40px;
        background: rgba(255, 255, 255, .6);
        margin-top: -2px;
    }
    .sub-menu > li > ul > li > ul{background: #e9e9e9;}
    .sub-menu > li > ul > li > ul > li{}
    .sub-menu > li > ul > li  > ul > li > a{
        position: relative;
        font-size: 1rem;
        padding: 5px 15px 5px 60px; display: block;}
    .sub-menu > li > ul > li > ul > li > a:before{
        content: ' ';
        position: absolute;
        width: 1px;
        height: 4px;
        top: 50%;
        left: 50px;
        background: #000;
        margin-top: -2px;
    }

    .sub-menu li a[target='_blank']::after{right: -6px; top: 12px; }
    .sub-menu li a[target='_blank']{display: inline-block;}
    .sub-menu > li.add_child_depth{}
    .sub-menu > li.add_child_depth > a{display: inline-block;}
    .sub-menu > li.add_child_depth button{
        display: inline-block;
        position: absolute;
        top: 15px; 
        right: 30px; 
        z-index: 100;
        border: none; 
        text-indent: -9999px; 
        font-size: 0;
        width: 14px; 
        height: 8px;
        background: url("../img/mobile_menu_icon.png") no-repeat;
    }
    .sub-menu > li.add_child_depth button.offbt{
        transform: rotate(180deg);
    }

    .sub-menu > li.titleon > a{
      color: #00f6ff;
    }

    .menu_wrap .sub-menu > li.titleon > a:before {
      height: 6px;
      margin-top: -4px;
      background:#00f6ff;
  }

  .sub-menu > li.add_child_depth.titleon > a { 
    color: #fff;
  }

  .menu_wrap .sub-menu > li.add_child_depth.titleon > a:before {
    height: 1px;
    margin-top: 0;
    background:#fff;
}

  .sub-menu > li.add_child_depth .sub-sub-menu li.titleon a { 
    color: #00f6ff;
  }

  .sub-menu > li.add_child_depth .sub-sub-menu li.titleon a:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background:#00f6ff;
}

    .language_btn {
        display: none;
      }
    
      .search_btn {
        position: absolute;
        right: 70px;
        top: 19px;
      }
    
      .new_navigation_box {
        border-top: 0;
        border-bottom: 0;
      }
    
      .search_wrap .search_btn {
        right: -5px;
      }
    
      .search_wrap.on {
        top: 68px;
      }

      .language_btn {
        display: none;
     }

}


@media (max-width: 800px){
  
    .m-s-search .search {
      padding: 0 40px;
    }
  }
  
  @media (max-width: 768px) {
    .m-s-search .search_sub_input a {
      right: 55px;
    }
  }
  
@media (max-width: 600px) {
    .logo {
        padding: 10px;
    }
}

@media (max-width: 440px) {

    .mobile_btn {
        top: 16px;
        right: 15px;
    }

    .logo a:first-child {
        max-width: 50px;
        display: block;
    }

    .logo a {
        max-width: 135px;
        display: block;
    }

    .search_btn {
        right: 45px;
        top: 13px;
      }
    
      .search_wrap.on {
        top: 57px;
      }
}

/**   헤더css 끝   **/


/** 푸터 css **/
footer {
  font-family: 'pretendard';
    width: 100%;
  }
  footer section{
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer_link {
    background-color: #1b1b1b;
    width: 100%;
    border-top:1px solid #d5d5d5;
    border-bottom:1px solid #d5d5d5;
  }
  .footer_link > ul {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
    display: flex;
  }
  .footer_link > ul > li {
    position: relative;
    height: 65px;
    align-content: center;
  }
  
  .footer_link > ul > li:before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #d5d5d5;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
  }
  
  .footer_link > ul > li:nth-child(2):before {
    content: none;
  }
  
  .footer_link > ul > li:first-child {
    padding-right: 20px;
    margin-right: 20px;
  }
  .footer_link > ul > li:last-child:before{
    display: none;
  }
  .footer_link > ul > li a{
    color: #fff;
    font-weight: 700;
    padding: 5px;
    display: block;
    position: relative;
  }
  .footer_link > ul > li:first-child a {
    font-weight: 900;
  }
  
  .footer_address{
    width: 100%;
    background-color: #1b1b1b;
  }
  .footer_address .address_box{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #1b1b1b;
    padding: 15px 0px;
    font-size: 0.8rem;
  }
  .footer_logo a {
    display: inline-block;
    width: 230px;
  }
  .footer_address .address_box > div:last-child {
    position: relative;
    padding-left: 50px;
  }
  address {
    color: #2d3a34;
    font-style: normal;
    word-break: keep-all;
    margin-bottom: 5px;
  }
  address span {
    display: block;
    font-weight: 600;
    padding-left: 35px;
  }
  
  address span b {
    color: #9eceff;
  }
  
  address p a:hover,
  address p a:focus {
    color: #ababab;
  }
  
  
  address b {
    color: #fff;
    margin-right: 10px;
    font-weight: 800;
  }
  
  address p:nth-child(3) > b {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  footer p {
    position: relative;
    font-weight: 600;
    margin: 0;
    color: #ababab;
  }

  .footer-link-item .dropdown {
    display: inline-block;
}

.footer-link-item .dropdown .dropdown-toggle {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    outline-offset: -4px;
    padding: 1px 31px 1px 0;
}

.footer-link-item .dropdown .dropdown-toggle:focus {
    outline: auto;
}

.footer-link-item .dropdown .dropdown-toggle::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    bottom: auto;
    width: 13px;
    height: 7px;
    margin-top: -2px;
    background: url('/assets/img/footer_down.png') no-repeat;
}
.open.dropdown .dropdown-toggle::after, .open.dropup .dropdown-toggle::after {
    transform: rotate(180deg);
}
.footer-link-item .dropdown .dropdown-menu {
    left: 0;
    right: auto;
    border-color: #333;
    padding: .25rem 0;
    min-width: 115px;
    background: #333;
    z-index: 9999;
    max-height: 0;
    overflow: auto;
}

.footer-link-item .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 4px;
}

.footer-link-item .dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

.footer-link-item .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4);
  border-radius: 10px;
}

.footer-link-item .dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.7);
}

.footer-link-item .dropdown.open .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: max-height 0.3s ease;
}
.footer-link-item .dropdown .dropdown-menu>li>a {
    padding: 4px .75rem;
    font-size: .875rem;
    color: #fff;
}
.footer-link-item .dropdown .dropdown-menu>li>a:hover, .footer-link-item .dropdown .dropdown-menu>li>a:focus {
    background: #304ec1;
    color: #fff;
}
.footer-link-item .dropdown .dropdown-menu .active>a {
    background: #304ec1;
    color: #fff;
}
.footer-link-item .dropdown .dropdown-menu .active>a:hover, .footer-link-item .dropdown .dropdown-menu .active>a:focus {
    background: #304ec1;
    color: #fff;
}


  @media (max-width: 1280px) {
    footer section{
      max-width: 100%;
    }
    .footer_link ul {
      max-width: 100%;
      padding: 0 15px;
    }
    .footer_link ul li a {
      height: auto;
    }
    footer p {
      font-size: 0.8rem;
    }
    .footer_address .address_box {
      max-width: 100%;
      padding: 35px 15px;
    }
  }
  
  @media (max-width: 992px) {
    footer p {
      font-size: 0.8rem;
    }
  }
  
  @media (max-width: 768px) {
    .footer_address {
      flex-direction: column;
    }
    .footer_logo {
      margin-bottom: 20px;
    }
    .footer_link ul {
      width: 100%;
    }
    .footer_address .address_box{
      display: block;
    }
    .footer_address .address_box > div:last-child {
      padding-left: 0;
    }
  }
  
  @media (max-width: 450px) {
    .footer_link ul {
      flex-direction: column;
    }
  
    .footer_link ul li {
      width: 100%;
      border-bottom: 1px solid #d5d5d5;
    }
  
    .footer_link ul li:last-child {
      border-bottom: 0;
    }
  
    .footer_link ul li:first-child {
      margin-right: 0;
      padding-right: 0;
    }
  
    .footer_link ul li:before {
      content: none;
    }
  
    .footer_link ul li select {
      width: 100%;
    }
  }
  
  /** 푸터 css 끝 **/


/** content 최종수정일 숨김 **/
#modifyDate {display: none;}


/* 관련사이트 추가 */
@media (min-width: 768px){
        .site {
            margin-top: 0;
            width: 180px;
        }
    }
    .site {
        width: 180px;
    }
    @media (min-width: 768px){
       .site button {
            padding: 0 1.25em;
        }
    }
    .site button {
        position: relative;
        padding: 0 1em;
        width: 100%;
        height: 2.8125em;
        border: 1px solid #ddd;
        background: #fff;
        text-align: left;
    }
    @media (min-width: 768px){
        .site button::after {
            right: 1.25em;
            margin-top: -3px;
            border-width: 0 5px 5px 5px !important;
        }
    }
    .site button::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: " ";
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -2px;
        border-width: 0 4px 4px 4px !important;
        border-style: solid !important;
        border-color: transparent transparent #000 transparent !important;
    }
    @media (min-width: 991px){
       .site ul {
           font-size: 0.875em;
           bottom: auto !important;
           top:29px !important;
           transform: translate3d(0px, -70px, 0px);
        }
    }
    .site ul {
        margin: 0;
        min-width: 0;
        width: 100%;
        border-radius: 0;
        bottom: auto !important;
        top:0px !important;
        transform: translate3d(0px, -37px, 0px);
    }
    @media (min-width: 768px){
        .site ul {
            font-size: 0.875em;
        }
    }
    @media (min-width: 768px){
        .site ul li a {
            padding: 0.57em 1.25em;
        }
    }
    .site ul li a {
        display: block;
        padding: 0.46em 1em;
        color: #333;
    }

/* 관련사이트 추가 end */