@charset "UTF-8";
/* Pretendard */
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Paperlogy */
@font-face {
  font-family: "Paperlogy";
  src: url("../fonts/Paperlogy-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("../fonts/Paperlogy-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("../fonts/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("../fonts/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("../fonts/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("../fonts/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("../fonts/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("../fonts/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy";
  src: url("../fonts/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}

#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}

.hd_pops img {
  max-width: 100%;
}

.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}

.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}

.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}

.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

*, html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

main {
  position: relative;
}

a {
  display: block;
  text-decoration: none;
  color: #111;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

table {
  width: 100%;
}

legend {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.msg_sound_only, .sound_only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

a:active, button:active, input:active, select:active, textarea:active, a:focus, button:focus, input:focus, select:focus, textarea:focus, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid red;
  outline-offset: 2px;
}

.required, textarea.required {
  background: url(../img/require.png) #fff top right no-repeat !important;
}

.skip-links {
  position: relative;
  z-index: 9999;
}
.skip-links .skip-link {
  width: fit-content;
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 10px 14px;
  background: #fff;
  border: 2px solid #000;
  text-decoration: none;
}
.skip-links .skip-link:focus, .skip-links .skip-link:active {
  left: 0;
}

.main_title_font {
  font-family: "Paperlogy";
  font-size: 2rem;
  font-weight: 500;
  line-height: 112.5%;
  padding: 5px 10px;
}

.wrap_100_common {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.hf_center {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 10px;
}

.pg_wrap {
  width: 100%;
}

.pg {
  flex-wrap: wrap;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.pg_page, .pg_current {
  display: flex;
  width: 45px;
  height: 45px;
  min-width: 30px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.pg_current {
  color: #FFF;
  background: #1A3050;
}

.pg_next, .pg_end, .pg_start {
  font-size: 14px;
}

:root {
  --html-scale: 1;
}

html {
  color: #111;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-family: "Pretendard", "Paperlogy", sans-serif;
  font-size: calc(20px * var(--html-scale));
}

html.font-small {
  --html-scale: 0.9;
}

html.font-normal {
  --html-scale: 1;
}

html.font-large {
  --html-scale: 1.1;
}

header#site_header {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
header#site_header .header_top {
  height: 65px;
  display: flex;
  align-items: flex-end;
  align-self: stretch;
  justify-content: flex-end;
  font-family: "Paperlogy";
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 125%;
}
header#site_header .header_top > div {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
header#site_header .header_top > div .lang_select {
  min-width: 102px;
  height: 47px;
  padding: 0 20px;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 999px;
  font-family: "Paperlogy";
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 125%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/ico_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px 15px;
}
header#site_header .header_top > div .lang_select::-ms-expand {
  display: none;
}
header#site_header .header_top > div .font_size_adjust {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 0 15px;
  background: #F7F7F7;
  border-radius: 999px;
}
header#site_header .header_top > div .font_size_adjust > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
header#site_header .header_top > div .font_size_adjust > div button {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
}
header#site_header .header_top > div .log_insert_search {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #EEFAFB;
  border-radius: 999px;
}
header#site_header .header_top > div .log_insert_search > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header#site_header .header_top > div .log_insert_search > a svg {
  margin-right: 5px;
}
header#site_header .header_top > div .log_insert_search > a::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #DDD;
  margin: 0 20px;
}
header#site_header .header_top > div .log_insert_search > a:last-child::after {
  content: none;
}
header#site_header .header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.72px;
}
header#site_header .header_bottom .back_btn {
  display: none;
}
header#site_header .header_bottom .gnb {
  display: flex;
  justify-content: flex-end;
  align-self: stretch;
}
header#site_header .header_bottom .gnb ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
header#site_header .header_bottom .gnb ul > li:hover .mega,
header#site_header .header_bottom .gnb ul > li:focus-within .mega {
  display: block;
}
header#site_header .header_bottom .gnb ul li.main_menu_list {
  height: 100%;
}
header#site_header .header_bottom .gnb ul li.main_menu_list > a {
  height: 100%;
  display: flex;
  align-items: center;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega {
  border-top: 1px solid #DDD;
  background: #FFF;
  box-shadow: 0 15px 15px 0 rgba(12, 26, 45, 0.1);
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner {
  display: flex;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-left {
  width: 20%;
  position: relative;
  background: #F7F7F7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 100px 50px 100px;
  min-width: 500px;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-left > div {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-left > div > p {
  font-family: "Paperlogy";
  font-size: 1.7rem;
  font-weight: 400;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-left > div .service_info_menu_left_border_line {
  width: 30px;
  height: 4px;
  border-radius: 9999px;
  background-color: #00B4CD;
  margin: 20px 0;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-left > div > span {
  font-family: "Paperlogy";
  font-size: 0.8rem;
  font-weight: 400;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-left > svg {
  position: absolute;
  right: 0;
  bottom: 35px;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0px 30px 30px;
  border-left: 1px solid #DDD;
  background: #FFF;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-right .sub-item {
  width: calc(20% - 30px);
  min-width: 200px;
  max-width: 240px;
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-right .sub-item .menu-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #333;
  mask-image: var(--icon-url);
  -webkit-mask-image: var(--icon-url);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-right .sub-item .label {
  text-align: center;
  font-family: "Paperlogy";
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -1.7px;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-right .sub-item:hover {
  border: 1px dashed #00B4CD;
  background: #EEFAFB;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-right .sub-item:hover .label {
  color: #1C4D54;
}
header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-right .sub-item:hover .menu-icon {
  background-color: #1C4D54;
}
header#site_header .header_bottom .gnb ul li.web_ham_btn > a {
  display: flex;
  align-items: center;
}
header#site_header .header_bottom .gnb ul li > div.mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: fit-content;
  display: none;
  z-index: 50;
}
header#site_header .mobile_menu {
  display: none;
}

#quick_menu {
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 9999;
}
#quick_menu > a {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 75px;
  padding: 15px 0 10px 5px;
  text-align: center;
  font-family: "Paperlogy";
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(5px);
  border-radius: 30px 0 0 30px;
  box-shadow: 0 5px 20px 0 rgba(70, 145, 156, 0.2);
}
#quick_menu > a span {
  text-align: center;
}
#quick_menu .quick_sponsor {
  margin-bottom: 10px;
  background-color: #8000CD;
}
#quick_menu .quick_sponsor span {
  color: #FFF;
}
#quick_menu .quick_top {
  background-color: #00D482;
}
#quick_menu .quick_top span {
  color: #1A3050;
}

footer {
  width: 100%;
  background-color: #F7F7F7;
}
footer .foot_top_wrapper {
  border-bottom: 1px solid #DDD;
}
footer .foot_top_wrapper .foot_top {
  padding: 20px;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #333;
  font-family: "Paperlogy";
  font-size: 0.8rem;
  font-weight: 500;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns ul a.footer_active {
  color: #0B5B66;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns ul li a {
  display: flex;
  align-items: center;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns ul li a::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 20px;
  background: #00B4CD;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns ul li:last-child a::after {
  content: none;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #FFF;
  font-size: 0.75rem;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns > div > div:first-child .connection_time_tit {
  font-weight: 600;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns > div > div:first-child .connection_time_des {
  font-weight: 400;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns > div > div:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 3px 10px;
  font-size: 0.75rem;
  font-weight: 600;
}
footer .foot_top_wrapper .foot_top .foot_bot_btns > div > div:last-child a img {
  width: 15px;
  height: 15px;
}
footer .foot_bot_copy {
  display: flex;
  padding: 20px 20px 30px 20px;
  align-items: center;
  align-self: stretch;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 160%;
}
footer .foot_bot_copy .foot_bot_left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
footer .foot_bot_copy .foot_bot_left address {
  display: flex;
  flex-wrap: wrap;
}
footer .foot_bot_copy .foot_bot_left address > div {
  display: flex;
  flex-wrap: wrap;
}
footer .foot_bot_copy .foot_bot_left address > div dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .foot_bot_copy .foot_bot_left address > div dl dt {
  font-weight: 600;
  margin-right: 5px;
}
footer .foot_bot_copy .foot_bot_left address > div dl dd {
  display: flex;
  align-items: center;
}
footer .foot_bot_copy .foot_bot_left address > div dl dd::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #999;
  margin: 0 20px;
}
footer .foot_bot_copy .foot_bot_left address > div:last-child dl:last-child dd::after {
  content: none;
}
footer .foot_bot_copy .foot_bot_left div.foot_txt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .foot_bot_copy .foot_bot_left div.foot_txt > p {
  display: flex;
  align-items: center;
}
footer .foot_bot_copy .foot_bot_left div.foot_txt > p:first-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #999;
  margin: 0 20px;
}
footer .foot_bot_copy .foot_bot_left div.foot_txt > p span {
  margin-right: 5px;
  font-weight: 600;
}
footer .foot_bot_copy .foot_bot_left div.foot_txt > p:nth-child(2) {
  margin-right: 20px;
}
footer .foot_bot_copy .foot_bot_left div.foot_txt > a {
  display: flex;
  padding: 2px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid #DDD;
  background: #FFF;
}
footer .foot_bot_copy .foot_bot_left .copyrights .copyrights_txt {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 160%;
}
footer .foot_bot_copy .foot_bot_left .copyrights .copyrights_txt p span {
  color: #333;
  font-weight: 300;
}
footer .foot_bot_copy .foot_bot_left .copyrights .copyrights_txt p a {
  display: inline-block;
  color: #333;
  font-weight: 600;
}
footer .foot_bot_copy .foot_bot_right {
  width: fit-content;
  height: fit-content;
}

@media (max-width: 1700px) {
  header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-right {
    padding: 20px 0 20px 20px;
    gap: 20px;
  }
}
@media (max-width: 1600px) {
  header#site_header .header_bottom .gnb ul {
    gap: 40px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: calc(18px * var(--html-scale));
  }
  header#site_header .header_bottom .gnb ul {
    gap: 30px;
  }
  header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-left {
    display: none;
  }
  header#site_header .header_bottom .gnb ul li.main_menu_list .mega .mega-bg .mega-inner .mega-right {
    padding: 30px;
    justify-content: flex-start;
  }
}
@media (max-width: 1280px) {
  header#site_header .header_top {
    align-items: center;
  }
  header#site_header .header_bottom .gnb ul {
    gap: 20px;
  }
  header#site_header .header_bottom .gnb ul li.main_menu_list {
    font-size: 0.9rem;
  }
  footer .foot_bot_copy .foot_bot_left address {
    row-gap: 3px;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: calc(16px * var(--html-scale));
  }
  header#site_header .header_top {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0);
  }
  header#site_header .header_bottom {
    height: auto;
    padding: 10px;
  }
  header#site_header .header_bottom .back_btn {
    display: block;
  }
  header#site_header .header_bottom .brand > a img {
    width: 180px;
    height: 45px;
  }
  header#site_header .header_bottom .gnb ul li.main_menu_list {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0);
  }
  header#site_header .mobile_menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    transform: translateX(100%);
    transition: 0.35s ease;
    background: #fff;
  }
  header#site_header .mobile_menu .m_menu_top {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #fff;
    padding: 30px;
    background: #1A3050;
  }
  header#site_header .mobile_menu .m_menu_top .m_menu_top_des1,
  header#site_header .mobile_menu .m_menu_top .m_menu_top_des2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header#site_header .mobile_menu .m_menu_top .m_menu_top_des1 {
    position: relative;
  }
  header#site_header .mobile_menu .m_menu_top .m_menu_top_des1 .mo_lang_select {
    min-width: 63px;
    height: 24px;
    padding: 0 10px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 999px;
    font-family: "Paperlogy";
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 133.333%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/mo_ico_select_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px;
  }
  header#site_header .mobile_menu .m_menu_top .m_menu_top_des1 .mo_lang_select::-ms-expand {
    display: none;
  }
  header#site_header .mobile_menu .m_menu_top .m_menu_top_des2 a {
    width: 80px;
    font-family: "Paperlogy";
    font-size: 0.78rem;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 600;
    line-height: 128.571%;
  }
  header#site_header .mobile_menu .m_menu_bottom {
    display: flex;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_fir {
    display: flex;
    width: 140px;
    height: 720px;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    overflow-y: auto;
    border-right: 1px solid #eee;
    background: #F5FEFF;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_fir > li {
    width: 140px;
    padding: 10px;
    width: 100%;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_fir > li button {
    color: #1A3050;
    font-family: "Paperlogy";
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 120%;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_fir > li.active {
    border-radius: 0 10px 10px 10px;
    background: var(--color-primary_dark, #1A3050);
    padding: 10px 15px;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_fir > li.active button {
    color: #fff;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_sec_area {
    flex: 1;
    max-width: 100%;
    padding: 20px;
    overflow-y: auto;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_sec_area .depth_menu_sec {
    display: none;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_sec_area .depth_menu_sec li {
    padding: 10px 5px;
    border-bottom: 1px solid #DDD;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_sec_area .depth_menu_sec li a {
    color: #111;
    font-family: "Paperlogy";
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 120%;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_sec_area .depth_menu_sec li:last-child {
    border-bottom: none;
  }
  header#site_header .mobile_menu .m_menu_bottom .depth_menu_sec_area .depth_menu_sec.active {
    display: block;
  }
  header#site_header .mobile_menu.open {
    transform: translateX(0);
  }
}
@media (max-width: 960px) {
  footer .foot_top_wrapper .foot_top .foot_bot_btns > div {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0);
  }
  footer .foot_bot_copy .foot_bot_left address > div dl dd::after {
    margin: 0 10px;
  }
  footer .foot_bot_copy .foot_bot_left div.foot_txt > p:first-child::after {
    margin: 0 10px;
  }
  footer .foot_bot_copy .foot_bot_left div.foot_txt > p:nth-child(2) {
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  #quick_menu {
    top: 65%;
    right: 20px;
    z-index: 9999;
  }
  #quick_menu > a {
    font-size: 12px;
    width: 50px;
    height: 50px;
    padding: 10px 0;
    gap: 3px;
    border-radius: 999px;
  }
  #quick_menu .quick_sponsor {
    display: none;
  }
  #quick_menu .quick_top {
    color: #1A3050;
    background-color: #00D482;
  }
  #quick_menu .quick_top img {
    width: 20px;
    height: 20px;
  }
  footer .foot_top_wrapper .foot_top .foot_bot_btns ul {
    row-gap: 10px;
  }
  footer .foot_top_wrapper .foot_top .foot_bot_btns ul li a::after {
    margin: 0 10px;
  }
  footer .foot_bot_copy {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
  }
  footer .foot_bot_copy .foot_bot_left {
    width: 100%;
  }
  footer .foot_bot_copy .foot_bot_left div.foot_txt > p:first-child::after {
    margin: 0 5px;
  }
  footer .foot_bot_copy .foot_bot_left div.foot_txt > p:nth-child(2) {
    margin-right: 5px;
  }
  footer .foot_bot_copy .foot_bot_right {
    width: 100%;
    text-align: center;
  }
}