.lang-switch {
  display: block;
  z-index: 400;
  position: relative;
  margin-left: 0 !important;
}
html:has(.lang-switch) .atm_view .sec_r .gnb_me .lang-switch__btn:before {
  content: none !important;
}
html:has(.lang-switch) .header_n .gnb_me {
  height: 32px;
}
@media (min-width: 1280px) {
  html:has(.lang-switch) body:not(.is_fix) .header_n .gnb_me .lang-switch {
    position: relative;
  }
  html:has(.lang-switch) body:not(.is_fix) .header_n .gnb_me .lang-switch__tooltip {
    position: absolute;
    right: -44px;
    left: auto;
    top: 52px;
  }
}

html[lang*=zh] .util .lang-switch__tooltip,
html[lang=en] .util .lang-switch__tooltip {
  top: auto !important;
  bottom: 50px;
}

.lang-switch__btn {
  width: 42px;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_299_4687)'%3E%3Cpath d='M10.9999 21.5599C16.8321 21.5599 21.5599 16.8321 21.5599 10.9999C21.5599 5.16781 16.8321 0.439941 10.9999 0.439941C5.16781 0.439941 0.439941 5.16781 0.439941 10.9999C0.439941 16.8321 5.16781 21.5599 10.9999 21.5599Z' stroke='black' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M11 21.5599C13.916 21.5599 16.28 16.8321 16.28 10.9999C16.28 5.16781 13.916 0.439941 11 0.439941C8.08391 0.439941 5.71997 5.16781 5.71997 10.9999C5.71997 16.8321 8.08391 21.5599 11 21.5599Z' stroke='black' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M2.80066 17.7927C4.7371 16.6007 7.69082 15.84 11.0001 15.84C14.264 15.84 17.1816 16.58 19.1185 17.743' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M19.1994 4.20776C17.263 5.39928 14.3093 6.16004 11 6.16004C7.73655 6.16004 4.81847 5.41996 2.88159 4.25704' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M0.439941 11H21.5599' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M11 0.439941V21.5599' stroke='black' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_299_4687'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 50% 50%;
}
.lang-switch__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.078 2.29286C12.4685 1.90236 13.1015 1.90241 13.4921 2.29286C13.8826 2.68338 13.8826 3.31639 13.4921 3.70692L9.38758 7.81141L13.6932 12.1171C14.0838 12.5076 14.0838 13.1416 13.6932 13.5321C13.3028 13.9223 12.6697 13.9222 12.2792 13.5321L7.97254 9.22547L3.70692 13.4921C3.31639 13.8826 2.68338 13.8826 2.29286 13.4921C1.90241 13.1015 1.90236 12.4685 2.29286 12.078L6.55946 7.81141L2.49403 3.74598C2.10352 3.35545 2.10351 2.72244 2.49403 2.33192C2.88457 1.94166 3.51765 1.94149 3.90809 2.33192L7.97352 6.39735L12.078 2.29286Z' fill='%23111111'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.lang-switch__tooltip {
  position: absolute;
  white-space: nowrap;
  min-width: 146px;
  top: 56px;
  right: -1px;
  padding: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  display: none;
}
@media (max-width: 1279.98px) {
  .lang-switch__tooltip {
    top: 55px;
  }
}
.is_fix_real .hd_r .lang-switch__tooltip {
  top: 45px;
}

.nav-up .gnb_me .lang-switch__tooltip {
  display: none !important;
}

body:not(.is_fix) .header_n .gnb_me .lang-switch__tooltip {
  top: 52px;
}

html[lang*=zh] body:not(.is_fix) .header_n .gnb_me .lang-switch__tooltip,
html[lang=en] body:not(.is_fix) .header_n .gnb_me .lang-switch__tooltip {
  top: 48px;
}

.lang-switch__tooltip .title {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
}
.lang-switch__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  margin-top: 16px;
  gap: 10px;
}
.lang-switch__wrap .btn a {
  text-decoration: none !important;
}
.lang-switch__wrap .btn--kr .flag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M22.0151 11.0812C18.9991 9.12254 14.9517 9.99787 12.9983 13.0087C11.0431 16.0195 7.01307 16.8705 3.99707 14.9119C1.18907 13.0884 0.2496 9.47614 1.70733 6.55721C0.622267 8.45694 0 10.6548 0 13C0 20.1795 5.80667 26 12.9705 26C17.8724 26 22.1641 23.2752 24.3863 19.2556C25.7036 16.3713 24.7555 12.8631 22.0133 11.0829L22.0151 11.0812Z' fill='%23003478'/%3E%3Cpath d='M12.9705 0C8.14666 0 3.94159 2.6416 1.70733 6.5572C0.251328 9.47613 1.19079 13.0884 3.99706 14.9119C7.01306 16.8705 11.0448 16.0195 12.9983 13.0087C14.9535 9.99787 18.9991 9.12253 22.0151 11.0812C24.7572 12.8613 25.7036 16.3696 24.388 19.2539C25.4141 17.3975 26 15.2672 26 12.9983C26 5.82053 20.1344 0 12.9705 0Z' fill='%23C60C30'/%3E%3C/svg%3E");
}
.lang-switch__wrap .btn--en .flag {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_145_397)'%3E%3Ccircle cx='13' cy='13' r='13' fill='%23D9D9D9'/%3E%3Cpath d='M-3.97 -6H45.16C46.83 -6 48.19 -4.64 48.19 -2.97V29.36C48.19 31.03 46.83 32.39 45.16 32.39H-3.97C-5.64 32.4 -7 31.04 -7 29.37V-2.97C-7 -4.64 -5.64 -6 -3.97 -6Z' fill='%23B22234'/%3E%3Cpath d='M48.2 2.67V5.91H-7V2.67H48.2Z' fill='white'/%3E%3Cpath d='M48.2 8.61V11.85H-7V8.61H48.2Z' fill='white'/%3E%3Cpath d='M48.2 14.55V17.79H-7V14.55H48.2Z' fill='white'/%3E%3Cpath d='M48.2 20.49V23.73H-7V20.49H48.2Z' fill='white'/%3E%3Cg clip-path='url(%23clip1_145_397)'%3E%3Crect width='23' height='18' transform='translate(-9 -3.43)' fill='%2319190C'/%3E%3Cpath d='M14.1 -6.13V14.55H-6.70001V-3.1C-6.70001 -4.77 -5.34001 -6.13 -3.67001 -6.13H14.1Z' fill='%233C3B6E'/%3E%3Cpath d='M-5.47001 -3.27L-4.78001 -1.12L-6.60001 -2.45H-4.34001L-6.17001 -1.12L-5.47001 -3.27Z' fill='white'/%3E%3Cpath d='M-5.47001 0.889999L-4.78001 3.04L-6.60001 1.71H-4.34001L-6.17001 3.04L-5.47001 0.889999Z' fill='white'/%3E%3Cpath d='M-5.47001 5.05L-4.78001 7.2L-6.60001 5.87H-4.34001L-6.17001 7.2L-5.47001 5.05Z' fill='white'/%3E%3Cpath d='M-5.47001 9.21L-4.78001 11.36L-6.60001 10.03H-4.34001L-6.17001 11.36L-5.47001 9.21Z' fill='white'/%3E%3Cpath d='M-3.03 -5.35L-2.33 -3.2L-4.16 -4.53H-1.89L-3.73 -3.2L-3.03 -5.35Z' fill='white'/%3E%3Cpath d='M-3.03 -1.19L-2.33 0.96L-4.16 -0.37H-1.89L-3.73 0.96L-3.03 -1.19Z' fill='white'/%3E%3Cpath d='M-3.03 2.97L-2.33 5.12L-4.16 3.79H-1.89L-3.73 5.12L-3.03 2.97Z' fill='white'/%3E%3Cpath d='M-3.03 7.13L-2.33 9.28L-4.16 7.95H-1.89L-3.73 9.28L-3.03 7.13Z' fill='white'/%3E%3Cpath d='M-3.03 11.29L-2.33 13.44L-4.16 12.11H-1.89L-3.73 13.44L-3.03 11.29Z' fill='white'/%3E%3Cpath d='M-0.580022 -3.27L0.119978 -1.12L-1.71002 -2.45H0.549978L-1.28002 -1.12L-0.580022 -3.27Z' fill='white'/%3E%3Cpath d='M-0.580022 0.889999L0.119978 3.04L-1.71002 1.71H0.549978L-1.28002 3.04L-0.580022 0.889999Z' fill='white'/%3E%3Cpath d='M-0.580022 5.05L0.119978 7.2L-1.71002 5.87H0.549978L-1.28002 7.2L-0.580022 5.05Z' fill='white'/%3E%3Cpath d='M-0.580022 9.21L0.119978 11.36L-1.71002 10.03H0.549978L-1.28002 11.36L-0.580022 9.21Z' fill='white'/%3E%3Cpath d='M1.86999 -5.35L2.55999 -3.2L0.73999 -4.53H2.99999L1.16999 -3.2L1.86999 -5.35Z' fill='white'/%3E%3Cpath d='M1.86999 -1.19L2.55999 0.96L0.73999 -0.37H2.99999L1.16999 0.96L1.86999 -1.19Z' fill='white'/%3E%3Cpath d='M1.86999 2.97L2.55999 5.12L0.73999 3.79H2.99999L1.16999 5.12L1.86999 2.97Z' fill='white'/%3E%3Cpath d='M1.86999 7.13L2.55999 9.28L0.73999 7.95H2.99999L1.16999 9.28L1.86999 7.13Z' fill='white'/%3E%3Cpath d='M1.86999 11.29L2.55999 13.44L0.73999 12.11H2.99999L1.16999 13.44L1.86999 11.29Z' fill='white'/%3E%3Cpath d='M4.30999 -3.27L5.00999 -1.12L3.17999 -2.45H5.43999L3.60999 -1.12L4.30999 -3.27Z' fill='white'/%3E%3Cpath d='M4.30999 0.889999L5.00999 3.04L3.17999 1.71H5.43999L3.60999 3.04L4.30999 0.889999Z' fill='white'/%3E%3Cpath d='M4.30999 5.05L5.00999 7.2L3.17999 5.87H5.43999L3.60999 7.2L4.30999 5.05Z' fill='white'/%3E%3Cpath d='M4.30999 9.21L5.00999 11.36L3.17999 10.03H5.43999L3.60999 11.36L4.30999 9.21Z' fill='white'/%3E%3Cpath d='M6.75997 -5.35L7.45997 -3.2L5.62997 -4.53H7.88997L6.05997 -3.2L6.75997 -5.35Z' fill='white'/%3E%3Cpath d='M6.75997 -1.19L7.45997 0.96L5.62997 -0.37H7.88997L6.05997 0.96L6.75997 -1.19Z' fill='white'/%3E%3Cpath d='M6.75997 2.97L7.45997 5.12L5.62997 3.79H7.88997L6.05997 5.12L6.75997 2.97Z' fill='white'/%3E%3Cpath d='M6.75997 7.13L7.45997 9.28L5.62997 7.95H7.88997L6.05997 9.28L6.75997 7.13Z' fill='white'/%3E%3Cpath d='M6.75997 11.29L7.45997 13.44L5.62997 12.11H7.88997L6.05997 13.44L6.75997 11.29Z' fill='white'/%3E%3Cpath d='M9.19999 -3.27L9.89999 -1.12L8.06999 -2.45H10.33L8.50999 -1.12L9.19999 -3.27Z' fill='white'/%3E%3Cpath d='M9.19999 0.889999L9.89999 3.04L8.06999 1.71H10.33L8.50999 3.04L9.19999 0.889999Z' fill='white'/%3E%3Cpath d='M9.19999 5.05L9.89999 7.2L8.06999 5.87H10.33L8.50999 7.2L9.19999 5.05Z' fill='white'/%3E%3Cpath d='M9.19999 9.21L9.89999 11.36L8.06999 10.03H10.33L8.50999 11.36L9.19999 9.21Z' fill='white'/%3E%3Cpath d='M11.65 -5.35L12.35 -3.2L10.52 -4.53H12.78L10.95 -3.2L11.65 -5.35Z' fill='white'/%3E%3Cpath d='M11.65 -1.19L12.35 0.96L10.52 -0.37H12.78L10.95 0.96L11.65 -1.19Z' fill='white'/%3E%3Cpath d='M11.65 2.97L12.35 5.12L10.52 3.79H12.78L10.95 5.12L11.65 2.97Z' fill='white'/%3E%3Cpath d='M11.65 7.13L12.35 9.28L10.52 7.95H12.78L10.95 9.28L11.65 7.13Z' fill='white'/%3E%3Cpath d='M11.65 11.29L12.35 13.44L10.52 12.11H12.78L10.95 13.44L11.65 11.29Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_145_397'%3E%3Crect width='26' height='26' rx='13' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_145_397'%3E%3Crect width='23' height='18' fill='white' transform='translate(-9 -3.43)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lang-switch__wrap .btn--cn .flag {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23EE1C25'/%3E%3Cpath d='M10 11.3L13.8795 22.9681L3.72296 15.757H16.277L6.12052 22.9681L10 11.3Z' fill='%23FFFF00'/%3E%3Cpath d='M21.8607 9.32139L21.4934 13.3951L19.3403 9.88842L23.1913 11.4887L19.1133 12.4061L21.8607 9.32139Z' fill='%23FFFF00'/%3E%3Cpath d='M26.9791 14.1031L25.023 17.7182L24.4311 13.6698L27.3449 16.6052L23.2222 15.9041L26.9791 14.1031Z' fill='%23FFFF00'/%3E%3Cpath d='M27.4665 21.3127L24.1715 23.8335L25.321 19.9013L26.756 23.7429L23.2846 21.4593L27.4665 21.3127Z' fill='%23FFFF00'/%3E%3Cpath d='M21.7764 24.3385L21.5822 28.4236L19.2822 25.0072L23.1978 26.4501L19.1622 27.5319L21.7764 24.3385Z' fill='%23FFFF00'/%3E%3C/svg%3E%0A");
}
.lang-switch__wrap p {
  line-height: 17px;
  font-size: 12px;
  color: #111;
  margin-top: 4px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.lang-switch__wrap .flag {
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background-size: 32px;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
  html:has(.lang-switch) body:not(.atm_view):not(.is_fix):not(.is_fix_real):not([class*=is_fix70]):not(.is_fix_rescarch):not(.is_fix_resec) header:not(.header_n) .lang-switch {
    position: static;
  }
  html:has(.lang-switch) body:not(.atm_view):not(.is_fix):not(.is_fix_real):not([class*=is_fix70]):not(.is_fix_rescarch):not(.is_fix_resec) header:not(.header_n) .lang-switch__tooltip {
    position: fixed;
    left: 50%;
    right: auto;
    margin-left: 454px;
    top: 69px;
  }
}
@media (max-width: 819.98px) {
  .lang-switch__tooltip {
    min-width: 130px;
  }
  .lang-switch__tooltip:before {
    right: 12px;
  }
  .lang-switch__wrap .btn a {
    display: block;
    padding: 0 5px;
  }
  .lang-switch__wrap .flag {
    width: 30px;
    background-size: 30px;
  }
}
.lang-switch .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root {
  --service-list-gap: 25px;
  --service-list-gutter: 20px;
}
@media (min-width: 820px) {
  :root {
    --service-list-gap: 40px;
  }
}
@media (min-width: 360px) {
  :root {
    --service-list-gutter: 30px;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-align: left;
}
.service-list,
.service-list * {
  line-height: 1.5;
}
.service-list .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.service-list__bx--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 20px var(--service-list-gutter) 30px;
}
.service-list__bx--news .bx {
  width: 100%;
  padding: var(--service-list-gap) 0;
  border: 0;
  border-bottom: 1px solid #efefef;
}
.service-list__bx--news .bx--news {
  padding-top: 0;
}
.service-list__bx--news .bx--insight {
  border-bottom: 0;
  padding-bottom: 0;
}
.service-list__bx--news h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0.6315789474em;
  width: 100%;
  display: block;
  color: #111;
}
.service-list__bx--news h4,
.service-list__bx--news h4 * {
  font-family: var(--font-serif) !important;
  letter-spacing: var(--font-serif-letter);
}
.service-list__bx--news ul,
.service-list__bx--news ul * {
  font-weight: 500;
  color: #595959;
}
.service-list__bx--news ul {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(2em, auto));
}
.service-list__bx--news a[style*=color] {
  font-weight: 700;
}
.service-list .bx--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.service-list .bx--links .link {
  width: 100%;
  line-height: 1;
  height: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
.service-list .bx--links .link[target=_blank]:after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  display: block;
  background: url(https://cwstatic.asiae.co.kr/asiae_v3/com/i_service_outlink.svg) no-repeat;
  background-size: contain;
  margin-left: 4px;
  margin-top: -0.2em;
}
.service-list .bx--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  line-height: 1;
}
.service-list .bx--service .link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  line-height: 1;
  color: #111;
}
.service-list .bx--service .ico {
  text-indent: 0;
  overflow: visible;
  background-position: 0 50%;
  display: block;
  background-size: initial;
  background-repeat: no-repeat;
  height: 100%;
  width: 30px;
}
.service-list .bx--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
  width: calc(100% + 2 * 4px) !important;
}
.service-list .bx--sns .link {
  padding: 4px;
}
.service-list .bx--sns .ico {
  background-position: 50% 50%;
  height: 26px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 26px;
}
.service-list .link--naver .ico {
  aspect-ratio: 0.9545454545;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/i_service_naver.svg);
}
.service-list .link--x .ico {
  aspect-ratio: 1.15;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/i_service_x.svg);
}
.service-list .link--youtube .ico {
  aspect-ratio: 1.3;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/i_service_youtube.svg);
}
.service-list .link--core .ico {
  aspect-ratio: 1.1363636364;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/i_service_core.svg);
}
.service-list .link--defence .ico {
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/i_service_defence-m.png);
  aspect-ratio: 1;
  background-size: contain;
}
.service-list .link--fortune .ico {
  aspect-ratio: 1.0454545455;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/i_service_fortune.svg);
}
.service-list .link--blog .ico {
  aspect-ratio: 1.25;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/i_service_blog.svg);
}
.service-list .link--instagram .ico {
  aspect-ratio: 1.0454545455;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/i_service_instagram.svg);
  height: 28px;
  background-size: contain;
}
@media (min-width: 820px) {
  .service-list__wrapper .service-list .link--instagram .ico {
    height: 22px;
  }
}

.service-list .util {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  padding: 0 var(--service-list-gutter) 30px;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}
.service-list .util > p {
  font-family: var(--font-serif);
  letter-spacing: var(--font-serif-letter);
}
.service-list .util .lang_btn .icon {
  width: 26px;
  aspect-ratio: 1;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M22.0151 11.0812C18.9991 9.12254 14.9517 9.99787 12.9983 13.0087C11.0431 16.0195 7.01307 16.8705 3.99707 14.9119C1.18907 13.0884 0.2496 9.47614 1.70733 6.55721C0.622267 8.45694 0 10.6548 0 13C0 20.1795 5.80667 26 12.9705 26C17.8724 26 22.1641 23.2752 24.3863 19.2556C25.7036 16.3713 24.7555 12.8631 22.0133 11.0829L22.0151 11.0812Z' fill='%23003478'/%3E%3Cpath d='M12.9705 0C8.14666 0 3.94159 2.6416 1.70733 6.5572C0.251328 9.47613 1.19079 13.0884 3.99706 14.9119C7.01306 16.8705 11.0448 16.0195 12.9983 13.0087C14.9535 9.99787 18.9991 9.12253 22.0151 11.0812C24.7572 12.8613 25.7036 16.3696 24.388 19.2539C25.4141 17.3975 26 15.2672 26 12.9983C26 5.82053 20.1344 0 12.9705 0Z' fill='%23C60C30'/%3E%3C/svg%3E");
  background-color: #c60c30;
  margin-right: 6px;
  border-radius: 50%;
  overflow: hidden;
}
.service-list .util .lang_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.19px;
  margin-left: 11px;
  position: relative;
}

@media (min-width: 820px) {
  .service-list__wrapper .service-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    row-gap: 40px;
  }
  .service-list__wrapper .service-list__bx--news {
    height: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0;
  }
  .service-list__wrapper .service-list__bx--news .bx {
    padding: 0 var(--service-list-gap);
    border-left: 1px solid #efefef;
    border-bottom: 0;
    width: auto;
  }
  .service-list__wrapper .service-list__bx--news .bx--news {
    border-left: 0;
  }
  .service-list__wrapper .service-list__bx--news ul {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
  .service-list__wrapper .service-list__bx--news ul,
  .service-list__wrapper .service-list__bx--news ul a {
    color: #333;
  }
  .service-list__wrapper .service-list__bx--news .bx--special ul {
    grid: none;
  }
  .service-list__wrapper .service-list__bx--util {
    max-width: 259px;
    padding: 30px 40px;
    gap: 40px;
  }
  .service-list__wrapper .service-list__bx--util,
  .service-list__wrapper .service-list__bx--util .link {
    font-size: 14px;
  }
  .service-list__wrapper .service-list__bx--util .bx {
    width: 100%;
  }
  .service-list__wrapper .service-list__bx--util .link {
    display: block;
  }
  .service-list__wrapper .service-list .bx--service {
    gap: 20px;
  }
  .service-list__wrapper .service-list .bx--service .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-list__wrapper .service-list .bx--links .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .service-list__wrapper .service-list .bx--links .link[target=_blank]:after {
    width: 13px;
  }
  .service-list__wrapper .service-list .bx--sns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .service-list__wrapper .service-list .bx--sns .ico {
    height: 22px;
    background-size: initial;
  }
  .service-list__wrapper .service-list .util {
    display: none;
  }
}
@media (min-width: 820px) and (max-width: 1023.98px) {
  .service-list__wrapper .service-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-list__wrapper .service-list__bx--news, .service-list__wrapper .service-list__bx--util {
    width: 100%;
    max-width: 100%;
  }
  .service-list__wrapper .service-list__bx--util {
    gap: 20px;
  }
  .service-list__wrapper .service-list .bx--links {
    gap: 34px;
  }
  .service-list__wrapper .service-list .bx--links .link {
    width: auto;
  }
  .service-list__wrapper .service-list .bx--service {
    gap: 30px;
  }
  .service-list__wrapper .service-list .bx--service .link {
    width: auto;
  }
  .service-list__wrapper .service-list .bx--sns {
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.anb:has(.service-list) .anb_inner {
  padding: 40px 0 !important;
}

.service-list__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.service-list__wrapper--sitemap {
  padding: 30px 40px 20px;
  background-color: #fff;
  max-width: 1180px;
  margin: 0 auto;
}
@media (min-width: 820px) and (max-width: 1023.98px) {
  .service-list__wrapper--sitemap {
    max-width: 920px;
  }
}
@media (max-width: 819.98px) {
  .service-list__wrapper--sitemap {
    padding: 0;
  }
}
@media (max-width: 819.98px) and (min-width: 640px) {
  .service-list__wrapper--sitemap .service-list__bx {
    padding-right: 40px;
    padding-left: 40px;
  }
}
html:has(.service-list__wrapper--sitemap) .archive_list {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  html:has(.service-list__wrapper--sitemap) .archive_list {
    padding-bottom: 20px;
  }
}
html:has(.service-list__wrapper--sitemap) .content {
  padding-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .service-list__wrapper .service-list__bx--news .bx {
    padding: 0 35px;
  }
}
@media (max-width: 819.98px) {
  .service-list__wrapper:not(.service-list__wrapper--sitemap) {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 60px);
    scrollbar-width: none;
    padding: 0;
  }
}

@media (max-width: 819.98px) {
  .service-list__login {
    padding: 20px var(--service-list-gutter) 0;
  }
  .service-list__login .mem_login,
  .service-list__login .mem_user {
    padding: 0;
    margin: 0 !important;
    padding-bottom: 20px;
    border-color: #efefef !important;
  }
}

.menu_popup .side_nav:has(.service-list) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.side_nav:has(.service-list) .mem_user,
.side_nav:has(.service-list) .mem_login {
  margin: 0 auto;
  max-width: calc(100% - var(--service-list-gutter) * 2);
  border-color: #efefef;
}
.side_nav:has(.service-list) .service-list__bx--news,
.side_nav:has(.service-list) .service-list__bx--util {
  width: 100%;
  padding-left: var(--service-list-gutter);
  padding-right: var(--service-list-gutter);
}

.open_anb .sec_l .header_nav > ul,
.is_actmap .sec_l .header_nav > ul {
  opacity: 0;
}
.open_anb .sec_r,
.is_actmap .sec_r {
  z-index: 200;
}

.side_nav .service-list__bx--news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.side_nav .service-list__bx--news ul li {
  min-width: calc((100% - 12px) / 2);
}

.service-list__bx--news .bx--special ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (max-width: 819.98px) {
  .service-list__wrapper .service-list__bx--news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .service-list__wrapper .service-list__bx--news ul li {
    min-width: calc((100% - 12px) / 2);
  }
}