@charset "UTF-8";
/* 헤더 */
.sitemap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}
.sitemap .sm_close {
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 9;
  box-sizing: border-box;
}
.sitemap .sm_close i {
  width: 4rem;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
}
.sitemap .sm_close i::before, .sitemap .sm_close i::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #888;
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  left: 50%;
  top: 50%;
}
.sitemap .sm_close i::before {
  rotate: 45deg;
}
.sitemap .sm_close i::after {
  rotate: -45deg;
}
.sitemap .side_area {
  transform: translateX(-100%);
}
.sitemap .site_area {
  transform: translateX(100%);
}
.sitemap.open {
  opacity: 1;
  right: 0;
  z-index: 999;
}
.sitemap.open .side_area {
  transform: translateX(0%);
}
.sitemap.open .site_area {
  transform: translateX(0%);
}
.sitemap .sm_inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  margin-left: auto;
  max-width: 100%;
}
.sitemap .sm_inner .side_area,
.sitemap .sm_inner .site_area {
  width: 100%;
  height: 100%;
  position: relative;
}
.sitemap .sm_inner .side_area {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 4vw;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(2px);
  width: 100%;
  transition: transform 500ms;
  overflow: hidden;
  flex: 2.5;
  text-align: left;
}
.sitemap .sm_inner .side_area dl {
  color: #ffffff;
  font-family: "Paperlogy", sans-serif;
}
.sitemap .sm_inner .side_area dl dt {
  font-size: max(1.67vw, 2.4rem);
  font-weight: 600;
}
.sitemap .sm_inner .side_area dl dd {
  font-size: max(1.04vw, 1.8rem);
  font-weight: 300;
  color: #999999;
}
.sitemap .sm_inner .side_area .st_logo {
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='233' height='47' viewBox='0 0 233 47' fill='none'%3E%3Cpath d='M187.5 19.85V36.2H185.3V28.87H183.58C183.51 31.26 183.16 33.02 182.54 34.13C181.92 35.24 181.01 35.8 179.82 35.8C178.57 35.8 177.63 35.17 177 33.91C176.37 32.65 176.05 30.66 176.05 27.95C176.05 25.24 176.37 23.25 177 21.99C177.63 20.73 178.57 20.1 179.82 20.1C180.97 20.1 181.85 20.62 182.48 21.66C183.11 22.7 183.47 24.32 183.59 26.52H185.31V19.88H187.51L187.5 19.85ZM181.02 32.18C181.27 31.27 181.4 29.85 181.4 27.92C181.4 25.99 181.27 24.57 181.02 23.66C180.77 22.75 180.36 22.3 179.81 22.3C179.26 22.3 178.88 22.76 178.62 23.67C178.37 24.58 178.24 26 178.24 27.91C178.24 29.82 178.37 31.24 178.62 32.16C178.87 33.07 179.27 33.53 179.81 33.53C180.35 33.53 180.76 33.08 181.02 32.17V32.18ZM191.42 36.48H189.2V19.76H191.42V36.48Z' fill='%23fff'/%3E%3Cpath d='M212.05 33.46V35.77H196.09V33.46H212.05ZM200.55 29.07C199.24 29.9 197.86 30.33 196.43 30.34V27.99C197.52 27.99 198.57 27.63 199.58 26.9C200.59 26.17 201.45 25.19 202.16 23.94C202.87 22.69 203.34 21.31 203.58 19.78L206 20.19C205.77 21.51 205.43 22.67 204.98 23.67L211.88 28.42L210.62 30.4L203.94 25.63C203.01 27.08 201.89 28.22 200.58 29.06L200.55 29.07Z' fill='%23fff'/%3E%3Cpath d='M222.71 28.85C221.93 28.94 221.12 28.99 220.26 28.99H216.71V20H218.93V26.9H220.5C222.26 26.9 223.63 26.72 224.61 26.36V28.41C224.12 28.61 223.48 28.76 222.71 28.86V28.85ZM221.39 35.64C220.13 36.11 218.81 36.35 217.43 36.35V34.04C218.47 34.04 219.47 33.86 220.42 33.51C221.37 33.15 222.18 32.66 222.84 32.02C223.5 31.38 223.94 30.66 224.16 29.84L226.51 30.41C226.42 30.76 226.23 31.24 225.94 31.85L232.51 34.4L231.68 36.58L224.58 33.62C223.71 34.5 222.64 35.18 221.38 35.66L221.39 35.64ZM221.87 24.45V22.34H225.66V19.86H227.86V29.57H225.66V24.45H221.87ZM229.55 31.35V19.77H231.77V31.35H229.55Z' fill='%23fff'/%3E%3Cpath d='M26.5 9.08L12.74 0L14.46 9.08H26.5Z' fill='%23fff'/%3E%3Cpath d='M35.15 20.33L27.37 9.84L24.66 20.33H35.15Z' fill='%23fff'/%3E%3Cpath d='M23.92 20.42L14.33 9.72L7.32 23.92L23.92 20.42Z' fill='%23fff'/%3E%3Cpath d='M38.64 33.24L24.3 20.81L7.51 24.36L27.3 36.8L38.64 33.24Z' fill='%23fff'/%3E%3Cpath d='M33.17 46.04L27.14 37.27L0 33.83L11.41 44.3L33.17 46.04Z' fill='%23fff'/%3E%3Cpath d='M27.64 37.18L33.59 45.83L38.7 33.7L27.64 37.18Z' fill='%23fff'/%3E%3Cpath d='M52.36 40.48H74.1C75.98 40.48 77.6 39.8 78.97 38.43C80.34 37.09 81.03 35.5 81.03 33.65C81.03 31.55 80.31 29.83 78.88 28.49C77.57 27.25 75.98 26.63 74.1 26.63H61.29C58.87 26.63 56.77 25.74 54.98 23.95C53.23 22.2 52.35 20.14 52.35 17.79C52.35 15.44 53.21 13.23 54.93 11.48C56.68 9.7 58.82 8.8 61.33 8.8H83.5C84.01 8.8 84.43 8.98 84.77 9.33C85.1 9.68 85.27 10.09 85.27 10.57V10.76H64.63C63.07 10.76 61.52 11.44 59.97 12.79C58.42 14.14 57.65 15.81 57.65 17.78C57.65 19.75 58.43 21.48 59.99 22.85C61.39 24.06 62.94 24.67 64.63 24.67H77.44C80.02 24.67 82.15 25.55 83.84 27.3C85.5 29.02 86.32 31.11 86.32 33.56C86.32 36.01 85.46 38.04 83.74 39.82C82.02 41.57 79.93 42.45 77.48 42.45H54.11C53.63 42.45 53.22 42.27 52.87 41.92C52.52 41.57 52.34 41.16 52.34 40.68V40.49L52.36 40.48Z' fill='%23fff'/%3E%3Cpath d='M89.35 42.44V17.87H91.39C92.25 17.87 92.99 18.18 93.61 18.8C94.23 19.42 94.54 20.16 94.54 21.02V21.85C94.94 20.58 95.53 19.64 96.3 19.03C97.29 18.26 98.48 17.87 99.86 17.87H109.21C111.06 17.87 112.6 18.53 113.84 19.86C115.04 21.09 115.65 22.56 115.65 24.26V42.44H113.75C112.76 42.44 111.97 42.12 111.37 41.47C110.77 40.82 110.47 40.08 110.47 39.25V24.73C110.47 23.43 109.96 22.29 108.94 21.3C107.92 20.31 106.73 19.82 105.38 19.82H99.32C98.7 19.82 98.09 19.94 97.49 20.17C96.89 20.4 96.46 20.66 96.22 20.93C95.73 21.46 95.42 21.83 95.29 22.04C95.2 22.19 95.14 22.32 95.11 22.41C94.74 23.12 94.55 23.91 94.55 24.77V42.44H89.35Z' fill='%23fff'/%3E%3Cpath d='M127.37 17.87H141.35C142.95 17.87 144.39 18.47 145.65 19.68C146.98 20.91 147.64 22.44 147.64 24.26V26.62C147.64 28.04 147.15 29.24 146.16 30.23C145.17 31.22 143.98 31.71 142.6 31.71H128.02C127.56 31.71 127.16 31.55 126.82 31.22C126.48 30.9 126.31 30.49 126.31 29.99V29.8H139.41C140.27 29.8 141.01 29.5 141.61 28.9C142.21 28.3 142.51 27.57 142.51 26.7V24.89C142.51 23.44 141.99 22.22 140.94 21.23C139.92 20.27 138.75 19.79 137.42 19.79H130.99C129.02 19.79 127.33 20.48 125.94 21.85C124.55 23.22 123.86 24.9 123.86 26.87L123.88 33.48C123.88 35.39 124.57 37.04 125.96 38.43C127.35 39.82 129.03 40.51 131.01 40.51H146.75V40.69C146.75 41.15 146.58 41.55 146.24 41.89C145.9 42.23 145.5 42.4 145.04 42.4H127.4C124.93 42.4 122.85 41.52 121.15 39.76C119.51 38.06 118.7 36.07 118.7 33.79L118.68 26.44C118.68 24.06 119.51 22.04 121.18 20.38C122.85 18.72 124.94 17.83 127.38 17.83L127.37 17.87Z' fill='%23fff'/%3E%3Cpath d='M150.66 18.84V8.79H152.79C153.56 8.79 154.25 9.08 154.87 9.65C155.49 10.22 155.8 10.94 155.8 11.8V17.86H163.72C164.18 17.86 164.58 18.03 164.92 18.37C165.26 18.71 165.43 19.13 165.43 19.62V19.81H155.8V33.7C155.8 35.64 156.5 37.31 157.91 38.7C159.31 40.09 160.99 40.78 162.93 40.78H166.12V40.96C166.12 41.42 165.96 41.82 165.63 42.16C165.31 42.5 164.9 42.67 164.4 42.67H159.35C156.91 42.67 154.84 41.84 153.15 40.17C151.48 38.5 150.65 36.48 150.65 34.11V18.83' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0 center/contain;
  width: max(16.02vw, 18rem);
  aspect-ratio: 233/47;
  margin-bottom: 3rem;
}
.sitemap .sm_inner .side_area .side_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
}
.sitemap .sm_inner .side_area .side_link > div {
  width: 100%;
  position: relative;
  border: 1px solid #dddddd;
  padding: 3rem;
  isolation: isolate;
}
.sitemap .sm_inner .side_area .side_link > div::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  transition: width 800ms ease-in-out;
}
.sitemap .sm_inner .side_area .side_link > div::after {
  content: "";
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cpath d='M12.5426 22L10.5206 19.9032L17.5343 12.5144H0V9.45234H17.5343L10.5206 2.09682L12.5426 0L23 10.9834L12.5426 22Z' fill='%23333'/%3E%3C/svg%3E") no-repeat center/40%;
  position: absolute;
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 100rem;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.sitemap .sm_inner .side_area .side_link > div dl {
  color: #ffffff;
  font-family: "Paperlogy", sans-serif;
}
.sitemap .sm_inner .side_area .side_link > div dl dt {
  font-size: max(1.46vw, 2.2rem);
  width: fit-content;
  font-weight: 600;
  position: relative;
  isolation: isolate;
  mix-blend-mode: difference;
}
.sitemap .sm_inner .side_area .side_link > div dl dd {
  font-size: max(0.94vw, 1.6rem);
  font-weight: 300;
  color: #999999;
}
.sitemap .sm_inner .side_area .side_link > div > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sitemap .sm_inner .side_area .side_link > div:hover::before {
  width: 100%;
}
.sitemap .sm_inner .side_area ul {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: max(4vw, 4rem);
}
.sitemap .sm_inner .side_area ul li {
  font-size: max(1.04vw, 1.8rem);
}
.sitemap .sm_inner .side_area ul li strong {
  font-weight: 800;
  color: #ffffff;
}
.sitemap .sm_inner .side_area ul li span {
  font-weight: 300;
  color: #999999;
}
.sitemap .sm_inner .side_area .side_map {
  width: 100%;
  margin-top: 3rem;
  width: 100%;
  height: unset;
}
.sitemap .sm_inner .side_area .side_map > div {
  width: 100%;
  aspect-ratio: 16/4;
}
.sitemap .sm_inner .site_area {
  background: #ffffff;
  transition: transform 500ms;
  flex: 1;
}
.sitemap .sm_inner .site_area .site_body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.sitemap .sm_inner .site_area .site_body .site_navi {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  padding: min(5vw, 8rem);
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 {
  width: 100%;
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li {
  padding-bottom: max(3vw, 2rem);
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li > p, .sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li > a {
  color: #333333;
  font-size: max(1.67vw, 2.4rem);
  font-family: "Paperlogy", sans-serif;
  font-weight: 600;
  flex-shrink: 0;
  display: block;
  width: 100%;
  display: flex;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: color 500ms;
  width: 100%;
  justify-content: space-between;
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li:hover > p, .sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li:hover > a {
  color: #FF6A0D;
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li .depth2 {
  margin-top: 2rem;
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li .depth2 li {
  font-size: max(0.94vw, 1.6rem);
  color: #777777;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li .depth2 li a {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li .depth2 li a::before {
  content: "";
  width: 0%;
  height: 1px;
  transition: width 500ms ease;
  display: inline-block;
  background: #FF6A0D;
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li .depth2 li:hover {
  color: #FF6A0D;
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li .depth2 li:hover a {
  font-weight: 600;
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li .depth2 li:hover a::before {
  width: 2rem;
}
.sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li.on > p, .sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li.on > a {
  color: #FF6A0D;
}

header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  height: max(5.21vw, 7rem);
  z-index: 20;
  transition: box-shadow 500ms ease-in-out;
  box-shadow: 0px 2px 0px -24px rgba(77, 83, 101, 0.4);
}
header * {
  transition: unset;
}
header:hover {
  box-shadow: 0px 2px 37px -24px rgba(77, 83, 101, 0.4);
}
header .h_inner {
  width: calc(100% - min(6rem, 6vw));
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
}
header .h_inner .h_menu {
  display: flex;
  align-items: center;
  gap: 4rem;
  height: 100%;
}
header .h_inner .logo {
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='233' height='47' viewBox='0 0 233 47' fill='none'%3E%3Cg clip-path='url(%23clip0_299_2374)'%3E%3Cpath d='M187.5 19.85V36.2H185.3V28.87H183.58C183.51 31.26 183.16 33.02 182.54 34.13C181.92 35.24 181.01 35.8 179.82 35.8C178.57 35.8 177.63 35.17 177 33.91C176.37 32.65 176.05 30.66 176.05 27.95C176.05 25.24 176.37 23.25 177 21.99C177.63 20.73 178.57 20.1 179.82 20.1C180.97 20.1 181.85 20.62 182.48 21.66C183.11 22.7 183.47 24.32 183.59 26.52H185.31V19.88H187.51L187.5 19.85ZM181.02 32.18C181.27 31.27 181.4 29.85 181.4 27.92C181.4 25.99 181.27 24.57 181.02 23.66C180.77 22.75 180.36 22.3 179.81 22.3C179.26 22.3 178.88 22.76 178.62 23.67C178.37 24.58 178.24 26 178.24 27.91C178.24 29.82 178.37 31.24 178.62 32.16C178.87 33.07 179.27 33.53 179.81 33.53C180.35 33.53 180.76 33.08 181.02 32.17V32.18ZM191.42 36.48H189.2V19.76H191.42V36.48Z' fill='%23131B1A'/%3E%3Cpath d='M212.05 33.46V35.77H196.09V33.46H212.05ZM200.55 29.07C199.24 29.9 197.86 30.33 196.43 30.34V27.99C197.52 27.99 198.57 27.63 199.58 26.9C200.59 26.17 201.45 25.19 202.16 23.94C202.87 22.69 203.34 21.31 203.58 19.78L206 20.19C205.77 21.51 205.43 22.67 204.98 23.67L211.88 28.42L210.62 30.4L203.94 25.63C203.01 27.08 201.89 28.22 200.58 29.06L200.55 29.07Z' fill='%23131B1A'/%3E%3Cpath d='M222.71 28.85C221.93 28.94 221.12 28.99 220.26 28.99H216.71V20H218.93V26.9H220.5C222.26 26.9 223.63 26.72 224.61 26.36V28.41C224.12 28.61 223.48 28.76 222.71 28.86V28.85ZM221.39 35.64C220.13 36.11 218.81 36.35 217.43 36.35V34.04C218.47 34.04 219.47 33.86 220.42 33.51C221.37 33.15 222.18 32.66 222.84 32.02C223.5 31.38 223.94 30.66 224.16 29.84L226.51 30.41C226.42 30.76 226.23 31.24 225.94 31.85L232.51 34.4L231.68 36.58L224.58 33.62C223.71 34.5 222.64 35.18 221.38 35.66L221.39 35.64ZM221.87 24.45V22.34H225.66V19.86H227.86V29.57H225.66V24.45H221.87ZM229.55 31.35V19.77H231.77V31.35H229.55Z' fill='%23131B1A'/%3E%3Cpath d='M26.5 9.08L12.74 0L14.46 9.08H26.5Z' fill='%23EAD35C'/%3E%3Cpath d='M35.15 20.3301L27.37 9.84009L24.66 20.3301H35.15Z' fill='%23D5292F'/%3E%3Cpath d='M23.9199 20.42L14.3299 9.71997L7.31995 23.92L23.9199 20.42Z' fill='%23DE6C40'/%3E%3Cpath d='M38.64 33.2401L24.3 20.8101L7.51001 24.3601L27.3 36.8001L38.64 33.2401Z' fill='%23D5292F'/%3E%3Cpath d='M33.17 46.0401L27.14 37.2701L0 33.8301L11.41 44.3001L33.17 46.0401Z' fill='%233C0109'/%3E%3Cpath d='M27.64 37.18L33.59 45.83L38.7 33.7L27.64 37.18Z' fill='%230E95A5'/%3E%3Cpath d='M52.36 40.48H74.1C75.98 40.48 77.6 39.8 78.97 38.43C80.34 37.09 81.03 35.5001 81.03 33.6501C81.03 31.5501 80.31 29.83 78.88 28.49C77.57 27.25 75.98 26.63 74.1 26.63H61.29C58.87 26.63 56.77 25.74 54.98 23.95C53.23 22.2 52.35 20.14 52.35 17.79C52.35 15.44 53.21 13.23 54.93 11.48C56.68 9.70005 58.82 8.80005 61.33 8.80005H83.5C84.01 8.80005 84.43 8.98005 84.77 9.33005C85.1 9.68005 85.27 10.09 85.27 10.57V10.76H64.63C63.07 10.76 61.52 11.44 59.97 12.79C58.42 14.14 57.65 15.81 57.65 17.78C57.65 19.75 58.43 21.48 59.99 22.85C61.39 24.06 62.94 24.67 64.63 24.67H77.44C80.02 24.67 82.15 25.55 83.84 27.3C85.5 29.02 86.32 31.1101 86.32 33.5601C86.32 36.0101 85.46 38.04 83.74 39.82C82.02 41.57 79.93 42.4501 77.48 42.4501H54.11C53.63 42.4501 53.22 42.27 52.87 41.92C52.52 41.57 52.34 41.16 52.34 40.68V40.4901L52.36 40.48Z' fill='%23131B1A'/%3E%3Cpath d='M94.54 42.4401H89.35V17.8701H91.39C92.25 17.8701 92.99 18.1801 93.61 18.8001C94.23 19.4201 94.54 20.1601 94.54 21.0201V21.8501C94.94 20.5801 95.53 19.6401 96.3 19.0301C97.29 18.2601 98.48 17.8701 99.86 17.8701H109.21C111.06 17.8701 112.6 18.5301 113.84 19.8601C115.04 21.0901 115.65 22.5601 115.65 24.2601V42.4401H113.75C112.76 42.4401 111.97 42.1201 111.37 41.4701C110.77 40.8201 110.47 40.0801 110.47 39.2501V24.7301C110.47 23.4301 109.96 22.2901 108.94 21.3001C107.92 20.3101 106.73 19.8201 105.38 19.8201H99.32C98.7 19.8201 98.09 19.9401 97.49 20.1701C96.89 20.4001 96.46 20.6601 96.22 20.9301C95.73 21.4601 95.42 21.8301 95.29 22.0401C95.2 22.1901 95.14 22.3201 95.11 22.4101C94.74 23.1201 94.55 23.9101 94.55 24.7701V42.4401H94.54Z' fill='%23131B1A'/%3E%3Cpath d='M127.37 17.8701H141.35C142.95 17.8701 144.39 18.4701 145.65 19.6801C146.98 20.9101 147.64 22.4401 147.64 24.2601V26.6201C147.64 28.0401 147.15 29.2401 146.16 30.2301C145.17 31.2201 143.98 31.7101 142.6 31.7101H128.02C127.56 31.7101 127.16 31.5501 126.82 31.2201C126.48 30.9001 126.31 30.4901 126.31 29.9901V29.8001H139.41C140.27 29.8001 141.01 29.5001 141.61 28.9001C142.21 28.3001 142.51 27.5701 142.51 26.7001V24.8901C142.51 23.4401 141.99 22.2201 140.94 21.2301C139.92 20.2701 138.75 19.7901 137.42 19.7901H130.99C129.02 19.7901 127.33 20.4801 125.94 21.8501C124.55 23.2201 123.86 24.9001 123.86 26.8701L123.88 33.4801C123.88 35.3901 124.57 37.0401 125.96 38.4301C127.35 39.8201 129.03 40.5101 131.01 40.5101H146.75V40.6901C146.75 41.1501 146.58 41.5501 146.24 41.8901C145.9 42.2301 145.5 42.4001 145.04 42.4001H127.4C124.93 42.4001 122.85 41.5201 121.15 39.7601C119.51 38.0601 118.7 36.0701 118.7 33.7901L118.68 26.4401C118.68 24.0601 119.51 22.0401 121.18 20.3801C122.85 18.7201 124.94 17.8301 127.38 17.8301L127.37 17.8701Z' fill='%23131B1A'/%3E%3Cpath d='M150.66 18.84V8.79004H152.79C153.56 8.79004 154.25 9.08004 154.87 9.65004C155.49 10.22 155.8 10.94 155.8 11.8V17.86H163.72C164.18 17.86 164.58 18.03 164.92 18.37C165.26 18.71 165.43 19.13 165.43 19.62V19.81H155.8V33.7C155.8 35.64 156.5 37.31 157.91 38.7C159.31 40.09 160.99 40.78 162.93 40.78H166.12V40.96C166.12 41.42 165.96 41.82 165.63 42.16C165.31 42.5 164.9 42.67 164.4 42.67H159.35C156.91 42.67 154.84 41.84 153.15 40.17C151.48 38.5 150.65 36.48 150.65 34.11V18.83' fill='%23131B1A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_299_2374'%3E%3Crect width='232.51' height='46.04' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat 0 center/contain;
  width: max(13.02vw, 14rem);
  aspect-ratio: 151/57;
}
header .h_inner button.hbgBtn {
  flex-shrink: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}
header .h_inner button.hbgBtn > span {
  font-size: max(0.94vw, 1.6rem);
  font-weight: 600;
  color: #333333;
}
header .h_inner button.hbgBtn i {
  width: 2.4rem;
  height: 1.8rem;
  display: block;
  position: relative;
}
header .h_inner button.hbgBtn i span {
  width: 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  transition: all 500ms ease;
  background: #333333;
}
header .h_inner button.hbgBtn i span:nth-of-type(1) {
  top: 0;
  background: #FF6A0D;
}
header .h_inner button.hbgBtn i span:nth-of-type(2) {
  width: 1.4rem;
  top: calc(50% - 1px);
}
header .h_inner button.hbgBtn i span:nth-of-type(3) {
  bottom: 0;
}
header .h_inner button.hbgBtn:hover i span:nth-of-type(1) {
  top: 0;
  width: 100%;
  width: 1.4rem;
  background: #333333;
}
header .h_inner button.hbgBtn:hover i span:nth-of-type(2) {
  width: 100%;
  top: calc(50% - 1px);
  background: #FF6A0D;
}
header .h_inner button.hbgBtn:hover i span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  header .h_inner .h_menu nav {
    display: none;
  }
  .sitemap .sm_inner {
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(2px);
  }
  .sitemap .sm_inner .side_area {
    display: none;
  }
  .sitemap .sm_inner .site_area {
    flex: unset;
    width: min(100%, 36rem);
  }
  .sitemap .sm_inner .site_area .site_body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .sitemap .sm_inner .site_area .site_body .site_navi {
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
    padding: 10vw;
  }
  .sitemap .sm_inner .site_area .site_body .site_navi .depth1 {
    width: 100%;
  }
  .sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li {
    padding-bottom: max(3vw, 2rem);
  }
  .sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li > p, .sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li > a {
    color: #333333;
    font-size: max(1.67vw, 2.4rem);
    font-family: "Paperlogy", sans-serif;
    font-weight: 600;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    font-weight: 700;
    line-height: 1;
    position: relative;
    width: 100%;
    justify-content: space-between;
  }
  .sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li .depth2 li {
    font-size: max(1.04vw, 1.8rem);
    color: #777777;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li .depth2 li a {
    width: 100%;
    padding: 0.8rem 0;
    font-weight: 300;
  }
  .sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li.on > p, .sitemap .sm_inner .site_area .site_body .site_navi .depth1 > li.on > a {
    color: #FF6A0D;
  }
}
/* 헤더 */
.quickMenu {
  position: fixed;
  bottom: 5%;
  right: min(4vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  z-index: 30;
}
.quickMenu button, .quickMenu a {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  font-size: max(0.8333vw, 1.4rem);
}
.quickMenu button i, .quickMenu a i {
  display: block;
  margin-bottom: 0.6rem;
}
.quickMenu button.qm-svc, .quickMenu a.qm-svc {
  width: 12rem;
  color: #ffffff;
  isolation: isolate;
}
.quickMenu button.qm-svc::after, .quickMenu button.qm-svc::before, .quickMenu a.qm-svc::after, .quickMenu a.qm-svc::before {
  content: "";
  border-radius: 100%;
  position: absolute;
  transition: all 500ms ease-in-out;
  z-index: -1;
  background: radial-gradient(147.36% 107.01% at 22.08% 0%, #FFE346 0%, #F95353 100%);
}
.quickMenu button.qm-svc::before, .quickMenu a.qm-svc::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.quickMenu button.qm-svc::after, .quickMenu a.qm-svc::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.quickMenu button.qm-svc i, .quickMenu a.qm-svc i {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='40' viewBox='0 0 44 40' fill='none'%3E%3Cpath d='M22 0C23.9646 1.08893e-07 25.9101 0.383124 27.7252 1.12602C29.54 1.86891 31.1899 2.95657 32.5789 4.32914C33.968 5.70172 35.0687 7.33201 35.8205 9.12534C36.482 10.7035 36.8595 12.3817 36.9411 14.0846C37.4966 14.1954 38.041 14.3601 38.567 14.5754C39.6347 15.0124 40.6047 15.6531 41.4219 16.4606C42.239 17.2681 42.8874 18.2266 43.3297 19.2816C43.7718 20.3365 44 21.4669 44 22.6087C44 23.7505 43.7718 24.8809 43.3297 25.9358C42.8874 26.9908 42.239 27.9493 41.4219 28.7568C40.6047 29.5643 39.6347 30.205 38.567 30.642C38.047 30.8548 37.5088 31.017 36.96 31.1277V31.3043C36.96 35.0261 34.0022 38.0659 30.2827 38.2524L29.92 38.2609H26.247C25.8844 39.2736 24.9091 40 23.76 40C22.302 40 21.12 38.832 21.12 37.3913C21.12 35.9506 22.302 34.7826 23.76 34.7826C24.9091 34.7826 25.8844 35.509 26.247 36.5217H29.92C32.8361 36.5217 35.2 34.1858 35.2 31.3043V14.7826C35.2 13.0697 34.8579 11.3736 34.1945 9.7911C33.5312 8.20868 32.5602 6.76991 31.3345 5.55876C30.1089 4.34762 28.6528 3.38817 27.0514 2.73268C25.4499 2.07718 23.7334 1.73913 22 1.73913C20.2666 1.73913 18.5501 2.07718 16.9486 2.73268C15.3472 3.38817 13.8911 4.34762 12.6655 5.55876C11.4398 6.7699 10.4688 8.20868 9.80547 9.7911C9.14211 11.3736 8.8 13.0697 8.8 14.7826V31.3043C7.64449 31.3043 6.50054 31.0789 5.43297 30.642C4.3653 30.205 3.39528 29.5643 2.57812 28.7568C1.76097 27.9493 1.11255 26.9908 0.670313 25.9358C0.228163 24.8809 1.19371e-07 23.7505 0 22.6087C0 21.4669 0.228163 20.3365 0.670313 19.2816C1.11255 18.2266 1.76097 17.2681 2.57812 16.4606C3.39528 15.6531 4.3653 15.0124 5.43297 14.5754C5.95853 14.3603 6.50228 14.1954 7.05719 14.0846C7.13879 12.3817 7.51796 10.7036 8.17953 9.12534C8.93134 7.33201 10.032 5.70172 11.4211 4.32914C12.8101 2.95657 14.46 1.86891 16.2748 1.12602C18.0899 0.383123 20.0354 0 22 0ZM23.76 36.5217C23.274 36.5217 22.88 36.9111 22.88 37.3913C22.88 37.8716 23.274 38.2609 23.76 38.2609C24.246 38.2609 24.64 37.8716 24.64 37.3913C24.64 36.9111 24.246 36.5217 23.76 36.5217Z' fill='white'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 4.4rem;
  aspect-ratio: 11/10;
}
.quickMenu button.qm-svc:hover::before, .quickMenu a.qm-svc:hover::before {
  rotate: 90deg;
}
.quickMenu button.qm-svc:hover::after, .quickMenu a.qm-svc:hover::after {
  content: "";
  width: 130%;
  height: 130%;
  left: -15%;
  top: -15%;
  opacity: 0.2;
}
.quickMenu button.qm-top, .quickMenu a.qm-top {
  border-radius: 100%;
  width: 8rem;
  background: #ffffff;
  border: 1px solid #eeeeee;
  transition-duration: 500ms;
  transition-property: margin, opacity, border;
  margin-top: -100%;
  opacity: 0;
  z-index: -1;
}
.quickMenu button.qm-top:hover, .quickMenu a.qm-top:hover {
  border: 1px solid #dddddd;
}
.quickMenu button.qm-top:hover i, .quickMenu a.qm-top:hover i {
  animation: swing-top 1000ms ease-in-out infinite 500ms alternate-reverse;
}
.quickMenu button.qm-top i, .quickMenu a.qm-top i {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='15' viewBox='0 0 13 15' fill='none'%3E%3Cpath d='M12.9102 6.46484L11.6797 7.71484L7.34375 3.37891L7.34375 14.2187L5.54688 14.2187L5.54687 3.37891L1.23047 7.71484L-3.38934e-07 6.46484L6.44531 -2.81734e-07L12.9102 6.46484Z' fill='%232D2D2D'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 1.4rem;
  aspect-ratio: 1/1;
}
.quickMenu button.qm-top.show, .quickMenu a.qm-top.show {
  opacity: 1;
  margin-top: 0;
}

/* 푸터 */
footer {
  position: relative;
  z-index: 3;
  background: #222222;
  padding: 4rem 0;
}
footer .f_inner {
  width: calc(100% - min(6rem, 6vw));
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .f_logo {
  width: 24rem;
  aspect-ratio: 233/47;
  display: flex;
  gap: 1.3rem;
  align-items: center;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='233' height='47' viewBox='0 0 233 47' fill='none'%3E%3Cpath d='M187.5 19.85V36.2H185.3V28.87H183.58C183.51 31.26 183.16 33.02 182.54 34.13C181.92 35.24 181.01 35.8 179.82 35.8C178.57 35.8 177.63 35.17 177 33.91C176.37 32.65 176.05 30.66 176.05 27.95C176.05 25.24 176.37 23.25 177 21.99C177.63 20.73 178.57 20.1 179.82 20.1C180.97 20.1 181.85 20.62 182.48 21.66C183.11 22.7 183.47 24.32 183.59 26.52H185.31V19.88H187.51L187.5 19.85ZM181.02 32.18C181.27 31.27 181.4 29.85 181.4 27.92C181.4 25.99 181.27 24.57 181.02 23.66C180.77 22.75 180.36 22.3 179.81 22.3C179.26 22.3 178.88 22.76 178.62 23.67C178.37 24.58 178.24 26 178.24 27.91C178.24 29.82 178.37 31.24 178.62 32.16C178.87 33.07 179.27 33.53 179.81 33.53C180.35 33.53 180.76 33.08 181.02 32.17V32.18ZM191.42 36.48H189.2V19.76H191.42V36.48Z' fill='%23777'/%3E%3Cpath d='M212.05 33.46V35.77H196.09V33.46H212.05ZM200.55 29.07C199.24 29.9 197.86 30.33 196.43 30.34V27.99C197.52 27.99 198.57 27.63 199.58 26.9C200.59 26.17 201.45 25.19 202.16 23.94C202.87 22.69 203.34 21.31 203.58 19.78L206 20.19C205.77 21.51 205.43 22.67 204.98 23.67L211.88 28.42L210.62 30.4L203.94 25.63C203.01 27.08 201.89 28.22 200.58 29.06L200.55 29.07Z' fill='%23777'/%3E%3Cpath d='M222.71 28.85C221.93 28.94 221.12 28.99 220.26 28.99H216.71V20H218.93V26.9H220.5C222.26 26.9 223.63 26.72 224.61 26.36V28.41C224.12 28.61 223.48 28.76 222.71 28.86V28.85ZM221.39 35.64C220.13 36.11 218.81 36.35 217.43 36.35V34.04C218.47 34.04 219.47 33.86 220.42 33.51C221.37 33.15 222.18 32.66 222.84 32.02C223.5 31.38 223.94 30.66 224.16 29.84L226.51 30.41C226.42 30.76 226.23 31.24 225.94 31.85L232.51 34.4L231.68 36.58L224.58 33.62C223.71 34.5 222.64 35.18 221.38 35.66L221.39 35.64ZM221.87 24.45V22.34H225.66V19.86H227.86V29.57H225.66V24.45H221.87ZM229.55 31.35V19.77H231.77V31.35H229.55Z' fill='%23777'/%3E%3Cpath d='M26.5 9.08L12.74 0L14.46 9.08H26.5Z' fill='%23777'/%3E%3Cpath d='M35.15 20.33L27.37 9.84L24.66 20.33H35.15Z' fill='%23777'/%3E%3Cpath d='M23.92 20.42L14.33 9.72L7.32 23.92L23.92 20.42Z' fill='%23777'/%3E%3Cpath d='M38.64 33.24L24.3 20.81L7.51 24.36L27.3 36.8L38.64 33.24Z' fill='%23777'/%3E%3Cpath d='M33.17 46.04L27.14 37.27L0 33.83L11.41 44.3L33.17 46.04Z' fill='%23777'/%3E%3Cpath d='M27.64 37.18L33.59 45.83L38.7 33.7L27.64 37.18Z' fill='%23777'/%3E%3Cpath d='M52.36 40.48H74.1C75.98 40.48 77.6 39.8 78.97 38.43C80.34 37.09 81.03 35.5 81.03 33.65C81.03 31.55 80.31 29.83 78.88 28.49C77.57 27.25 75.98 26.63 74.1 26.63H61.29C58.87 26.63 56.77 25.74 54.98 23.95C53.23 22.2 52.35 20.14 52.35 17.79C52.35 15.44 53.21 13.23 54.93 11.48C56.68 9.7 58.82 8.8 61.33 8.8H83.5C84.01 8.8 84.43 8.98 84.77 9.33C85.1 9.68 85.27 10.09 85.27 10.57V10.76H64.63C63.07 10.76 61.52 11.44 59.97 12.79C58.42 14.14 57.65 15.81 57.65 17.78C57.65 19.75 58.43 21.48 59.99 22.85C61.39 24.06 62.94 24.67 64.63 24.67H77.44C80.02 24.67 82.15 25.55 83.84 27.3C85.5 29.02 86.32 31.11 86.32 33.56C86.32 36.01 85.46 38.04 83.74 39.82C82.02 41.57 79.93 42.45 77.48 42.45H54.11C53.63 42.45 53.22 42.27 52.87 41.92C52.52 41.57 52.34 41.16 52.34 40.68V40.49L52.36 40.48Z' fill='%23777'/%3E%3Cpath d='M89.35 42.44V17.87H91.39C92.25 17.87 92.99 18.18 93.61 18.8C94.23 19.42 94.54 20.16 94.54 21.02V21.85C94.94 20.58 95.53 19.64 96.3 19.03C97.29 18.26 98.48 17.87 99.86 17.87H109.21C111.06 17.87 112.6 18.53 113.84 19.86C115.04 21.09 115.65 22.56 115.65 24.26V42.44H113.75C112.76 42.44 111.97 42.12 111.37 41.47C110.77 40.82 110.47 40.08 110.47 39.25V24.73C110.47 23.43 109.96 22.29 108.94 21.3C107.92 20.31 106.73 19.82 105.38 19.82H99.32C98.7 19.82 98.09 19.94 97.49 20.17C96.89 20.4 96.46 20.66 96.22 20.93C95.73 21.46 95.42 21.83 95.29 22.04C95.2 22.19 95.14 22.32 95.11 22.41C94.74 23.12 94.55 23.91 94.55 24.77V42.44H89.35Z' fill='%23777'/%3E%3Cpath d='M127.37 17.87H141.35C142.95 17.87 144.39 18.47 145.65 19.68C146.98 20.91 147.64 22.44 147.64 24.26V26.62C147.64 28.04 147.15 29.24 146.16 30.23C145.17 31.22 143.98 31.71 142.6 31.71H128.02C127.56 31.71 127.16 31.55 126.82 31.22C126.48 30.9 126.31 30.49 126.31 29.99V29.8H139.41C140.27 29.8 141.01 29.5 141.61 28.9C142.21 28.3 142.51 27.57 142.51 26.7V24.89C142.51 23.44 141.99 22.22 140.94 21.23C139.92 20.27 138.75 19.79 137.42 19.79H130.99C129.02 19.79 127.33 20.48 125.94 21.85C124.55 23.22 123.86 24.9 123.86 26.87L123.88 33.48C123.88 35.39 124.57 37.04 125.96 38.43C127.35 39.82 129.03 40.51 131.01 40.51H146.75V40.69C146.75 41.15 146.58 41.55 146.24 41.89C145.9 42.23 145.5 42.4 145.04 42.4H127.4C124.93 42.4 122.85 41.52 121.15 39.76C119.51 38.06 118.7 36.07 118.7 33.79L118.68 26.44C118.68 24.06 119.51 22.04 121.18 20.38C122.85 18.72 124.94 17.83 127.38 17.83L127.37 17.87Z' fill='%23777'/%3E%3Cpath d='M150.66 18.84V8.79H152.79C153.56 8.79 154.25 9.08 154.87 9.65C155.49 10.22 155.8 10.94 155.8 11.8V17.86H163.72C164.18 17.86 164.58 18.03 164.92 18.37C165.26 18.71 165.43 19.13 165.43 19.62V19.81H155.8V33.7C155.8 35.64 156.5 37.31 157.91 38.7C159.31 40.09 160.99 40.78 162.93 40.78H166.12V40.96C166.12 41.42 165.96 41.82 165.63 42.16C165.31 42.5 164.9 42.67 164.4 42.67H159.35C156.91 42.67 154.84 41.84 153.15 40.17C151.48 38.5 150.65 36.48 150.65 34.11V18.83' fill='%23777'/%3E%3C/svg%3E") no-repeat center center/contain;
}
footer .ft_top {
  width: 100%;
  justify-content: space-between;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}
footer .ft_top address {
  color: #999999;
  font-weight: 300;
  font-size: max(0.8333vw, 1.4rem);
  word-break: keep-all;
  text-wrap: pretty;
}
footer .ft_top address br + span {
  display: none;
}
footer .ft_top address p {
  font-size: max(0.73vw, 1.2rem);
}
footer .ft_top ul {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
footer .ft_top ul li {
  color: #777777;
  font-weight: 300;
  rotate: -0.03deg;
  font-size: max(0.8333vw, 1.4rem);
}
footer .ft_top ul li.f_import {
  color: #ffffff;
  font-weight: 600;
}
footer .ft_top ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin: 0 2rem;
}
footer .f_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-indent: -9999px;
}
footer .f_sns li {
  width: 4rem;
  aspect-ratio: 1/1;
  padding: 0.6rem;
}
footer .f_sns li a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .f_sns li:nth-child(1) a {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M18.0791 0C22.1093 0 25.3338 3.22375 25.334 7.25391V17.9629C25.334 22.1083 22.1094 25.333 18.0791 25.333H7.37012C3.22466 25.333 0 22.1083 0 17.9629V7.25391C0.000166638 3.22375 3.22477 0 7.37012 0H18.0791ZM12.667 6.10254C8.98226 6.10258 6.10365 9.21168 6.10352 12.7812C6.10352 16.3509 8.98218 19.3447 12.667 19.3447C16.3518 19.3447 19.2305 16.2357 19.2305 12.666C19.2303 9.09646 16.3517 6.10254 12.667 6.10254ZM12.667 8.44434C14.9492 8.44434 16.8895 10.3838 16.8896 12.666C16.8896 14.9483 14.9493 16.8887 12.667 16.8887C10.3847 16.8887 8.44434 14.9483 8.44434 12.666C8.44446 10.3838 10.3848 8.44434 12.667 8.44434ZM19.4609 4.49023C18.655 4.49027 17.964 5.18137 17.9639 5.9873C17.9639 6.79334 18.6549 7.48434 19.4609 7.48438C20.267 7.48438 20.958 6.79337 20.958 5.9873C20.9579 5.18135 20.2669 4.49023 19.4609 4.49023Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center/contain;
}
footer .f_sns li:nth-child(2) a {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='30' viewBox='0 0 28 30' fill='none'%3E%3Cpath d='M14 0C6.26807 0 0 5.87373 0 13.1192C0 18.4704 2.21229 21.0248 5.24214 23.3536L5.25667 23.3599V29.6399C5.25677 29.7067 5.27518 29.7721 5.30984 29.8289C5.3445 29.8858 5.39406 29.9317 5.45299 29.9617C5.51191 29.9916 5.57789 30.0044 5.64358 29.9986C5.70926 29.9928 5.77207 29.9687 5.82499 29.9289L11.134 25.9339L11.2482 25.9841C12.1559 26.1535 13.077 26.2385 14 26.2382C21.7321 26.2382 28 20.3644 28 13.1192C28 5.87387 21.7321 0 14 0ZM9.30703 16.4435C10.6789 16.4435 11.8533 15.6113 12.2061 14.3254H14.2361C13.7396 16.8001 11.8389 18.4218 9.30703 18.4218C6.36465 18.4218 4.03147 16.1987 4.03147 13.1043C4.03147 10.0099 6.36465 7.78692 9.30703 7.78692C11.8645 7.78692 13.7785 9.44112 14.2513 11.9581H12.2274C11.9195 10.5896 10.7061 9.73671 9.30703 9.73671C7.32851 9.73671 6.01257 11.1666 6.01257 13.1043C6.00643 13.5444 6.08744 13.9813 6.25081 14.3891C6.41417 14.7969 6.65659 15.1675 6.96371 15.4788C7.27084 15.7901 7.63645 16.0358 8.03894 16.2015C8.44142 16.3672 8.87262 16.4495 9.30703 16.4435ZM22.6818 18.2177H20.8216V13.9667C20.8216 12.9877 20.2592 12.4618 19.394 12.4618C18.428 12.4618 17.8079 13.0607 17.8079 14.2731V18.2177H15.947V7.81994H17.8079V11.7312C18.2548 11.0447 18.976 10.7086 19.9563 10.7086C20.7495 10.7086 21.3985 10.9715 21.9031 11.512C22.4224 12.0527 22.6818 12.7831 22.6818 13.7326V18.2177Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center/contain;
}
footer .f_sns li:nth-child(3) a {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='31' viewBox='0 0 29 31' fill='none'%3E%3Cpath d='M10.9212 9.1094C8.79281 9.1094 6.82039 9.7703 5.20084 10.8959V2.6054H0.5V28.3544H5.20084V27.0758C6.82039 28.2011 8.79281 28.8623 10.9212 28.8623C16.4283 28.8623 20.8926 24.4406 20.8926 18.986C20.8926 13.5314 16.428 9.1094 10.9212 9.1094ZM10.4735 24.5486C7.471 24.5486 5.03698 22.0562 5.03698 18.9818C5.03698 15.9074 7.471 13.415 10.4735 13.415C13.4761 13.415 15.9101 15.9074 15.9101 18.9818C15.9101 22.0562 13.4761 24.5486 10.4735 24.5486ZM26.6197 0.5H28.5V30.5H26.6197V0.5Z' fill='%23fff' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/svg%3E") no-repeat center/contain;
}

@media screen and (max-width: 720px) {
  .quickMenu {
    bottom: 5%;
    right: min(4vw, 6rem);
    gap: 1rem;
  }
  .quickMenu button i, .quickMenu a i {
    margin-bottom: 0;
  }
  .quickMenu button > span, .quickMenu a > span {
    display: none;
  }
  .quickMenu button.qm-svc, .quickMenu button.qm-top, .quickMenu a.qm-svc, .quickMenu a.qm-top {
    width: 6rem;
  }
  .quickMenu button.qm-svc::after, .quickMenu button.qm-svc::before, .quickMenu a.qm-svc::after, .quickMenu a.qm-svc::before {
    content: "";
  }
  .quickMenu button.qm-svc::before, .quickMenu a.qm-svc::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .quickMenu button.qm-svc::after, .quickMenu a.qm-svc::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .quickMenu button.qm-svc i, .quickMenu a.qm-svc i {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='40' viewBox='0 0 44 40' fill='none'%3E%3Cpath d='M22 0C23.9646 1.08893e-07 25.9101 0.383124 27.7252 1.12602C29.54 1.86891 31.1899 2.95657 32.5789 4.32914C33.968 5.70172 35.0687 7.33201 35.8205 9.12534C36.482 10.7035 36.8595 12.3817 36.9411 14.0846C37.4966 14.1954 38.041 14.3601 38.567 14.5754C39.6347 15.0124 40.6047 15.6531 41.4219 16.4606C42.239 17.2681 42.8874 18.2266 43.3297 19.2816C43.7718 20.3365 44 21.4669 44 22.6087C44 23.7505 43.7718 24.8809 43.3297 25.9358C42.8874 26.9908 42.239 27.9493 41.4219 28.7568C40.6047 29.5643 39.6347 30.205 38.567 30.642C38.047 30.8548 37.5088 31.017 36.96 31.1277V31.3043C36.96 35.0261 34.0022 38.0659 30.2827 38.2524L29.92 38.2609H26.247C25.8844 39.2736 24.9091 40 23.76 40C22.302 40 21.12 38.832 21.12 37.3913C21.12 35.9506 22.302 34.7826 23.76 34.7826C24.9091 34.7826 25.8844 35.509 26.247 36.5217H29.92C32.8361 36.5217 35.2 34.1858 35.2 31.3043V14.7826C35.2 13.0697 34.8579 11.3736 34.1945 9.7911C33.5312 8.20868 32.5602 6.76991 31.3345 5.55876C30.1089 4.34762 28.6528 3.38817 27.0514 2.73268C25.4499 2.07718 23.7334 1.73913 22 1.73913C20.2666 1.73913 18.5501 2.07718 16.9486 2.73268C15.3472 3.38817 13.8911 4.34762 12.6655 5.55876C11.4398 6.7699 10.4688 8.20868 9.80547 9.7911C9.14211 11.3736 8.8 13.0697 8.8 14.7826V31.3043C7.64449 31.3043 6.50054 31.0789 5.43297 30.642C4.3653 30.205 3.39528 29.5643 2.57812 28.7568C1.76097 27.9493 1.11255 26.9908 0.670313 25.9358C0.228163 24.8809 1.19371e-07 23.7505 0 22.6087C0 21.4669 0.228163 20.3365 0.670313 19.2816C1.11255 18.2266 1.76097 17.2681 2.57812 16.4606C3.39528 15.6531 4.3653 15.0124 5.43297 14.5754C5.95853 14.3603 6.50228 14.1954 7.05719 14.0846C7.13879 12.3817 7.51796 10.7036 8.17953 9.12534C8.93134 7.33201 10.032 5.70172 11.4211 4.32914C12.8101 2.95657 14.46 1.86891 16.2748 1.12602C18.0899 0.383123 20.0354 0 22 0ZM23.76 36.5217C23.274 36.5217 22.88 36.9111 22.88 37.3913C22.88 37.8716 23.274 38.2609 23.76 38.2609C24.246 38.2609 24.64 37.8716 24.64 37.3913C24.64 36.9111 24.246 36.5217 23.76 36.5217Z' fill='white'/%3E%3C/svg%3E") no-repeat center/contain;
    width: 2.8rem;
    aspect-ratio: 11/10;
  }
  .quickMenu button.qm-svc:hover::before, .quickMenu a.qm-svc:hover::before {
    rotate: 90deg;
  }
  .quickMenu button.qm-svc:hover::after, .quickMenu a.qm-svc:hover::after {
    content: "";
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    opacity: 0.2;
  }
  .quickMenu button.qm-top, .quickMenu a.qm-top {
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0 0 30px -11px rgba(0, 0, 0, 0.2);
    border: 1px solid #dddddd;
    transition-duration: 1000ms;
    transition-property: margin, opacity;
    margin-top: -100%;
    opacity: 0;
    z-index: -1;
  }
  .quickMenu button.qm-top i, .quickMenu a.qm-top i {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='15' viewBox='0 0 13 15' fill='none'%3E%3Cpath d='M12.9102 6.46484L11.6797 7.71484L7.34375 3.37891L7.34375 14.2187L5.54688 14.2187L5.54687 3.37891L1.23047 7.71484L-3.38934e-07 6.46484L6.44531 -2.81734e-07L12.9102 6.46484Z' fill='%232D2D2D'/%3E%3C/svg%3E") no-repeat center/contain;
    width: 1.4rem;
    aspect-ratio: 1/1;
  }
  .quickMenu button.qm-top.show, .quickMenu a.qm-top.show {
    opacity: 1;
    margin-top: 0;
  }
}
@media screen and (max-width: 535px) {
  footer .ft_top {
    margin-bottom: 1vw;
    padding-bottom: 4vw;
  }
  footer .ft_top address {
    font-size: max(0.73vw, 1.2rem);
    line-height: 1.4;
  }
  footer .ft_top address br + span {
    display: inline-block;
  }
  footer .ft_top address br {
    display: none;
  }
}
/* 푸터 */
header nav {
  display: flex;
  align-items: center;
  gap: 3rem;
  height: 100%;
}
header nav .depth1 {
  display: flex;
  align-items: center;
  height: 100%;
}
header nav .depth1 > li {
  transition: all 500ms;
  position: relative;
  height: 100%;
}
header nav .depth1 > li::after {
  content: "";
  transition: all 500ms ease;
  width: 1rem;
  opacity: 0;
  aspect-ratio: 1/1;
  background: #FF6A0D;
  position: absolute;
  top: 30%;
  left: 96%;
  transform: translate(-100%, -50%);
  border-radius: 100%;
}
header nav .depth1 > li:hover::after, header nav .depth1 > li:focus-within::after {
  opacity: 1;
}
header nav .depth1 > li:hover > a, header nav .depth1 > li:focus-within > a {
  font-weight: 800;
}
header nav .depth1 > li > a {
  color: #333333;
  font-size: max(1.04vw, 1.8rem);
  font-weight: 400;
  height: 100%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .depth2 {
  transition: all 500ms;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: max-content;
  text-align: center;
  padding: 2rem 1rem;
  min-width: 16rem;
  background: #ffffff;
  border-radius: 0.4rem;
  border: 1px solid #dddddd;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
header nav .depth2 a {
  display: block;
  padding: 0 2rem;
  line-height: 1.3;
  color: #999999;
  font-weight: 300;
  font-size: max(0.8333vw, 1.4rem);
}
header nav .depth2 a:hover {
  color: #FF6A0D;
  font-weight: 600;
}
header nav .depth2.on {
  opacity: 1;
  pointer-events: unset;
  transform: translate(-50%, 80%);
}

/* 네비게이션 */
body {
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 10px;
  border: 4px solid transparent;
  box-shadow: inset 6px 6px 0 rgba(34, 34, 34, 0.15);
}

::-webkit-scrollbar-thumb:hover {
  border: 4px solid transparent;
  box-shadow: inset 6px 6px 0 rgba(34, 34, 34, 0.3);
}

::-webkit-scrollbar-track {
  box-shadow: none;
}

#wrap {
  width: 100%;
  height: 100%;
  padding-top: max(5.21vw, 7rem);
  transition: all 300ms;
}

.btnArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(2vw, 1rem);
}
.btnArea button {
  width: 100%;
}

.tabMenu {
  width: 100%;
  display: flex;
  gap: min(2vw, 1rem);
  margin-bottom: 4vw;
  flex-basis: 200px;
}
.tabMenu .tabBtn {
  width: 100%;
  background: #ffffff;
  color: #333333;
  border: 1px solid #dddddd;
  height: 4rem;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  display: block;
}
.tabMenu .tabBtn.on {
  background: #FF6A0D;
  color: #ffffff;
  border-color: transparent;
}

.sec_tit {
  text-align: center;
  padding-bottom: min(4vw, 4rem);
}
.sec_tit i.i_dot {
  width: 1.6rem;
  aspect-ratio: 1/1;
  display: block;
  margin: 0 auto min(2vw, 3rem);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 0C12.4183 7.11018e-06 16 3.58173 16 8C16 12.4183 12.4183 16 8 16C3.58173 16 7.11061e-06 12.4183 0 8C0 3.58173 3.58173 0 8 0ZM8 4.7058C6.18071 4.7058 4.7058 6.18071 4.7058 8C4.70581 9.81928 6.18072 11.2942 8 11.2942C9.81928 11.2942 11.2942 9.81928 11.2942 8C11.2942 6.18072 9.81928 4.70581 8 4.7058Z' fill='url(%23paint0_linear_239_39)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_239_39' x1='11.6129' y1='4.40002e-07' x2='-2.06451' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F3FF4E'/%3E%3Cstop offset='1' stop-color='%23FF6A0D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center center/contain;
}
.sec_tit em {
  position: relative;
  border-radius: 5rem;
  width: fit-content;
  margin: 0 auto 1rem;
  line-height: 1;
  font-family: "Paperlogy", sans-serif;
  font-size: max(1.25vw, 2rem);
  color: #333333;
  font-weight: 800;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 3rem;
}
.sec_tit h1 {
  font-size: max(2.6vw, 3.8rem);
  font-family: "Paperlogy", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
  rotate: -0.03deg;
  width: fit-content;
  margin: 0 auto;
  word-break: keep-all;
  text-wrap-style: pretty;
}
.sec_tit h1 strong {
  color: #FF6A0D;
}
.sec_tit h3 {
  font-size: max(2.08vw, 3.4rem);
  font-weight: 600;
  line-height: 1.3;
  color: #333333;
  rotate: -0.03deg;
  word-break: keep-all;
  letter-spacing: -0.08rem;
  text-wrap-style: pretty;
}
.sec_tit h3 strong {
  color: #FF6A0D;
}
.sec_tit h3 span {
  font-weight: 300;
  display: block;
}
.sec_tit p {
  font-size: max(1.25vw, 2rem);
  color: #777777;
  margin-top: 1rem;
  text-wrap-style: pretty;
  word-break: keep-all;
  line-height: 1.25;
}
.sec_tit .bd_copy {
  margin-top: max(1rem, 1.6vw);
  letter-spacing: -0.04rem;
}
.sec_tit .bd_copy dt, .sec_tit .bd_copy dd {
  text-wrap-style: balance;
  word-break: keep-all;
  display: block;
  font-family: "Paperlogy", sans-serif;
}
.sec_tit .bd_copy dt {
  font-size: max(1.8rem, 1.8vw);
  line-height: 1.2;
  font-weight: 600;
  color: #333333;
}
.sec_tit .bd_copy dd {
  font-size: max(1.6rem, 1.2vw);
  color: #777777;
  margin-top: 1rem;
  line-height: 1.25;
}

.ar_tit {
  margin-top: max(3rem, 6vw);
}
.ar_tit h3 {
  background: #FF6A0D;
  color: #ffffff;
  font-size: max(1.8rem, 5vw);
  font-family: "Paperlogy", sans-serif;
  font-weight: 600;
  line-height: 1;
  rotate: -0.03deg;
  word-break: keep-all;
  text-wrap-style: pretty;
  padding: max(1rem, 1vw) max(1.6rem, 3vw);
  display: block;
  width: fit-content;
  border-radius: 100rem;
}
.ar_tit h3::before {
  content: "·";
  font-weight: 800;
  color: #F3FF4E;
  display: inline-block;
  margin-right: 2vw;
}
.ar_tit h3 strong {
  color: #FF6A0D;
}
.ar_tit p {
  font-size: max(1.6rem, 1.2vw);
  color: #777777;
  margin-top: 1rem;
  text-wrap-style: pretty;
  word-break: keep-all;
  line-height: 1.25;
}

.box_tit {
  padding: 6vw 0;
  width: calc(100% - min(6rem, 6vw));
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}
.box_tit h2 {
  font-size: min(6vw, 2.4rem);
  font-family: "Paperlogy", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #333333;
  rotate: -0.03deg;
}
.box_tit p {
  font-size: min(4vw, 1.6rem);
  color: #777777;
  margin-top: 1rem;
  text-wrap-style: pretty;
  word-break: keep-all;
  line-height: 1.25;
}

.sec_thumb {
  border-radius: 4vw;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 86/41;
}
.sec_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article section {
  background: #ffffff;
  padding: 12rem 0;
  min-height: 30vh;
}
article section.sec-language {
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
}
article section.sec-language .logo {
  display: block;
  width: 100%;
  height: min(30vw, 16rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='104' height='153' viewBox='0 0 104 153' fill='none'%3E%3Cpath d='M64.75 16.59L39.62 0L42.76 16.59H64.75Z' fill='%23EAD35C'/%3E%3Cpath d='M80.56 37.14L66.35 17.97L61.39 37.14H80.56Z' fill='%23D5292F'/%3E%3Cpath d='M60.04 37.3L42.52 17.76L29.71 43.71L60.04 37.3Z' fill='%23DE6C40'/%3E%3Cpath d='M86.9299 60.72L60.7299 38.02L30.0599 44.5L66.2199 67.23L86.9299 60.72Z' fill='%23D5292F'/%3E%3Cpath d='M76.94 84.1201L65.92 68.09L16.34 61.8L37.19 80.93L76.94 84.1201Z' fill='%233C0109'/%3E%3Cpath d='M66.83 67.9201L77.7 83.7301L87.03 61.5801L66.83 67.9201Z' fill='%230E95A5'/%3E%3Cpath d='M0 125.6H19.76C21.47 125.6 22.94 124.98 24.19 123.73C25.43 122.51 26.06 121.07 26.06 119.39C26.06 117.48 25.41 115.92 24.11 114.7C22.92 113.57 21.48 113.01 19.77 113.01H8.13C5.93 113.01 4.02 112.2 2.4 110.58C0.81 108.99 0.01 107.12 0.01 104.98C0.01 102.84 0.79 100.84 2.35 99.2501C3.94 97.6301 5.88 96.8201 8.17 96.8201H28.32C28.78 96.8201 29.17 96.9801 29.47 97.3001C29.77 97.6201 29.93 97.9901 29.93 98.4301V98.6001H11.16C9.74 98.6001 8.33 99.2201 6.93 100.45C5.53 101.68 4.82 103.19 4.82 104.99C4.82 106.79 5.53 108.35 6.95 109.59C8.22 110.69 9.63 111.24 11.16 111.24H22.8C25.14 111.24 27.08 112.04 28.62 113.63C30.12 115.19 30.88 117.09 30.88 119.32C30.88 121.55 30.1 123.39 28.54 125.01C26.98 126.6 25.08 127.4 22.85 127.4H1.61C1.18 127.4 0.8 127.24 0.48 126.92C0.16 126.6 0 126.23 0 125.79V125.62L0 125.6Z' fill='%23131B1A'/%3E%3Cpath d='M38.33 127.38H33.62V105.06H35.47C36.25 105.06 36.93 105.34 37.49 105.9C38.05 106.46 38.33 107.13 38.33 107.92V108.68C38.69 107.53 39.23 106.68 39.93 106.11C40.83 105.41 41.91 105.06 43.17 105.06H51.67C53.35 105.06 54.75 105.66 55.88 106.87C56.97 107.99 57.52 109.32 57.52 110.87V127.39H55.8C54.9 127.39 54.18 127.1 53.63 126.51C53.08 125.92 52.81 125.25 52.81 124.49V111.29C52.81 110.11 52.35 109.08 51.42 108.18C50.5 107.28 49.41 106.83 48.18 106.83H42.67C42.11 106.83 41.56 106.94 41.01 107.15C40.46 107.36 40.08 107.59 39.85 107.84C39.4 108.32 39.12 108.65 39.01 108.85C38.93 108.99 38.87 109.1 38.84 109.19C38.5 109.84 38.34 110.55 38.34 111.34V127.4L38.33 127.38Z' fill='%23131B1A'/%3E%3Cpath d='M68.16 105.06H80.86C82.32 105.06 83.62 105.61 84.77 106.7C85.98 107.82 86.58 109.21 86.58 110.86V113.01C86.58 114.3 86.13 115.39 85.23 116.29C84.33 117.19 83.25 117.64 81.99 117.64H68.74C68.32 117.64 67.95 117.49 67.65 117.2C67.34 116.91 67.19 116.53 67.19 116.09V115.92H79.09C79.87 115.92 80.54 115.65 81.09 115.1C81.64 114.55 81.91 113.89 81.91 113.1V111.46C81.91 110.14 81.43 109.03 80.48 108.14C79.55 107.27 78.49 106.84 77.28 106.84H71.43C69.64 106.84 68.11 107.46 66.85 108.71C65.59 109.96 64.96 111.48 64.96 113.27V119.27C64.97 121.01 65.6 122.51 66.87 123.77C68.14 125.03 69.66 125.66 71.45 125.66H85.75V125.83C85.75 126.25 85.6 126.62 85.29 126.92C84.98 127.23 84.62 127.38 84.2 127.38H68.17C65.93 127.38 64.03 126.58 62.49 124.98C61 123.44 60.26 121.63 60.26 119.55V112.87C60.25 110.71 61 108.87 62.52 107.36C64.04 105.85 65.94 105.05 68.16 105.05V105.06Z' fill='%23131B1A'/%3E%3Cpath d='M89.32 105.94V96.8101H91.26C91.96 96.8101 92.59 97.0701 93.15 97.5901C93.71 98.1101 93.99 98.7601 93.99 99.5501V105.06H101.18C101.6 105.06 101.96 105.21 102.27 105.52C102.58 105.83 102.73 106.21 102.73 106.66V106.83H93.98V119.45C93.98 121.22 94.62 122.73 95.89 123.99C97.17 125.25 98.69 125.88 100.45 125.88H103.35V126.05C103.35 126.47 103.2 126.84 102.91 127.14C102.62 127.45 102.24 127.6 101.79 127.6H97.21C94.99 127.6 93.11 126.84 91.57 125.33C90.06 123.82 89.3 121.98 89.3 119.82V105.94' fill='%23131B1A'/%3E%3Cpath d='M25.04 136.92V151.77H23.04V145.1H21.48C21.41 147.28 21.1 148.87 20.53 149.88C19.96 150.89 19.14 151.39 18.06 151.39C16.93 151.39 16.07 150.82 15.5 149.67C14.93 148.52 14.64 146.72 14.64 144.25C14.64 141.78 14.93 139.98 15.5 138.83C16.07 137.68 16.93 137.11 18.06 137.11C19.1 137.11 19.91 137.58 20.47 138.52C21.04 139.46 21.37 140.94 21.48 142.94H23.04V136.91H25.04V136.92ZM19.16 148.12C19.39 147.3 19.51 146.01 19.51 144.25C19.51 142.49 19.39 141.21 19.16 140.38C18.93 139.56 18.56 139.14 18.06 139.14C17.56 139.14 17.21 139.56 16.98 140.39C16.75 141.22 16.63 142.51 16.63 144.25C16.63 145.99 16.75 147.28 16.98 148.11C17.21 148.94 17.57 149.36 18.06 149.36C18.55 149.36 18.93 148.95 19.16 148.12ZM28.6 152.03H26.58V136.84H28.6V152.03Z' fill='%23131B1A'/%3E%3Cpath d='M58.75 149.28V151.38H44.25V149.28H58.75ZM48.29 145.29C47.1 146.05 45.85 146.43 44.54 146.45V144.31C45.53 144.31 46.48 143.98 47.4 143.32C48.32 142.66 49.1 141.76 49.74 140.63C50.39 139.5 50.81 138.24 51.03 136.85L53.23 137.23C53.02 138.43 52.71 139.48 52.3 140.4L58.57 144.71L57.42 146.51L51.35 142.18C50.51 143.5 49.49 144.54 48.29 145.3V145.29Z' fill='%23131B1A'/%3E%3Cpath d='M79.82 145.09C79.11 145.18 78.37 145.22 77.6 145.22H74.38V137.05H76.4V143.32H77.82C79.42 143.32 80.66 143.16 81.56 142.83V144.69C81.11 144.87 80.53 145.01 79.83 145.1L79.82 145.09ZM78.62 151.27C77.47 151.7 76.27 151.91 75.02 151.91V149.81C75.97 149.81 76.88 149.65 77.74 149.33C78.6 149.01 79.33 148.56 79.94 147.98C80.54 147.4 80.94 146.74 81.14 146L83.28 146.51C83.2 146.83 83.03 147.26 82.77 147.82L88.74 150.13L87.99 152.11L81.54 149.42C80.75 150.22 79.78 150.84 78.63 151.27H78.62ZM79.06 141.09V139.17H82.5V136.92H84.5V145.74H82.5V141.09H79.06ZM86.04 147.36V136.84H88.06V147.36H86.04Z' fill='%23131B1A'/%3E%3C/svg%3E") no-repeat center center/contain;
}
article section.sec-language .lan-noti {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-bottom: min(4vw, 4rem);
}
article section.sec-language .lan-noti dl {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1vw;
}
article section.sec-language .lan-noti dl dt {
  font-size: min(5vw, 3rem);
  font-weight: 500;
  color: #333333;
}
article section.sec-language .lan-noti > strong {
  font-size: min(8vw, 4rem);
  rotate: -0.04deg;
  font-weight: 700;
  color: #FF6A0D;
}
article section.sec-language .lan-noti p {
  font-size: min(5vw, 3rem);
  rotate: -0.04deg;
  color: #333333;
}
article section.sec-language .lan-noti p strong {
  font-weight: 700;
  color: #FF6A0D;
}
article section.sec-language .lan-noti .chLan {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 1rem;
  border-radius: 20rem;
  border: 1px solid #FF6A0D;
  color: #FF6A0D;
  font-weight: 500;
  font-size: min(4.4vw, 2.4rem);
}
article section.sec-language .lan-noti .chLan i {
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M7.99977 0.5C8.02105 0.5 8.04164 0.5 8.06292 0.500463H8.07056C8.09947 0.501157 8.12793 0.502315 8.15615 0.503934V0.500463L8.29194 0.505322C10.5953 0.588138 12.7535 1.6673 14.2127 3.46566C14.3275 3.60631 14.4406 3.75575 14.5488 3.90982C15.439 5.17543 15.9389 6.66173 15.9947 8.20794C15.9981 8.30834 16 8.40666 16 8.49988C16 8.59311 15.9981 8.69004 15.9947 8.79229C15.9389 10.3383 15.439 11.8246 14.5486 13.0906C14.442 13.2431 14.3288 13.3925 14.2127 13.535C12.7537 15.3329 10.5956 16.4116 8.29241 16.4947C8.22925 16.4968 8.15499 16.4988 8.07865 16.4991C8.07241 16.4995 8.06732 16.4995 8.06477 16.4995C8.0421 16.5 8.02128 16.5 8 16.5C7.97872 16.5 7.95674 16.5 7.93615 16.4995H7.9343C7.9306 16.4995 7.92551 16.4995 7.91926 16.4988C7.89451 16.4984 7.8693 16.4972 7.84408 16.4961V16.4995L7.70829 16.4947C5.40536 16.4119 3.24724 15.3332 1.78706 13.5353C1.66861 13.3888 1.55572 13.2396 1.45139 13.0911C0.560987 11.825 0.0610733 10.3387 0.00532246 8.79252C0.00162125 8.68911 9.53674e-07 8.59357 9.53674e-07 8.50012C9.53674e-07 8.40666 0.00185204 8.3095 0.00532246 8.20818C0.0610733 6.66219 0.560987 5.17589 1.45139 3.90982C1.55503 3.76177 1.66815 3.61209 1.78706 3.46566C3.24678 1.6673 5.40489 0.588138 7.70829 0.505322L7.84408 0.500463V0.503934C7.8693 0.502545 7.89428 0.50162 7.91903 0.501158C7.92644 0.500463 7.93199 0.500463 7.935 0.500463C7.95697 0.5 7.97895 0.5 8.00023 0.5H7.99977ZM7.58152 1.35731C7.27037 1.42764 6.9583 1.57754 6.6534 1.80332L6.60344 1.8401C6.59025 1.85005 6.57568 1.86161 6.56064 1.87387C5.8398 2.44619 5.23139 3.36896 4.79417 4.54968C4.96813 4.58831 5.14163 4.62347 5.30982 4.65355C6.04315 4.78679 6.80678 4.86429 7.58152 4.88418V1.35708V1.35731ZM11.2051 4.54991C10.7695 3.36989 10.1614 2.44711 9.44098 1.87549C9.41021 1.8512 9.37922 1.82691 9.34798 1.80424C9.04124 1.57823 8.72893 1.4281 8.41872 1.35754V4.88418C9.19484 4.86383 9.95824 4.78656 10.6895 4.65401C10.8604 4.62301 11.0337 4.58785 11.2051 4.54968V4.54991ZM13.3989 3.80479C12.6618 2.95743 11.7453 2.29952 10.7175 1.87734C11.2822 2.51188 11.7606 3.33982 12.1196 4.30794C12.5876 4.16289 13.0167 3.99402 13.3991 3.80479H13.3989ZM3.88086 4.30794C4.23989 3.33982 4.71829 2.51212 5.28229 1.87758C4.25447 2.29999 3.33769 2.95766 2.60043 3.80433C2.98213 3.99356 3.41172 4.16243 3.88086 4.30771V4.30794ZM3.62848 5.07966C3.06472 4.90338 2.55023 4.69403 2.09543 4.45599C1.35631 5.53168 0.928577 6.77994 0.853625 8.08164H3.17437C3.20583 7.06864 3.34949 6.09081 3.60187 5.17381C3.61067 5.14235 3.61969 5.11112 3.62848 5.07989V5.07966ZM15.1461 8.08164C15.071 6.78017 14.6435 5.53191 13.9043 4.45622C13.45 4.69449 12.9357 4.90385 12.3718 5.07943C12.3808 5.11042 12.3896 5.14165 12.3981 5.17311C12.6505 6.09104 12.7944 7.06887 12.8259 8.08187H15.1461V8.08164ZM11.8718 8.08164C11.8401 7.13642 11.7032 6.21943 11.4642 5.35355C11.4617 5.3443 11.4591 5.33505 11.4564 5.32579C11.4411 5.32926 11.4261 5.33273 11.4108 5.3362C11.2391 5.3753 11.0559 5.41277 10.8665 5.44771C10.0825 5.59113 9.25961 5.67395 8.41848 5.69454V8.08187H11.8716L11.8718 8.08164ZM7.58152 5.69477C6.73668 5.67395 5.91383 5.5909 5.13377 5.44771C4.94847 5.41393 4.76525 5.37669 4.58921 5.33644C4.57417 5.33297 4.55914 5.3295 4.54387 5.32603C4.54155 5.33435 4.53924 5.34245 4.53693 5.35078C4.29634 6.22012 4.15962 7.13735 4.12932 8.08164H7.58175V5.69477H7.58152ZM0.853625 8.91882C0.92904 10.2205 1.35678 11.469 2.09589 12.5445C2.55116 12.3062 3.06564 12.0968 3.62871 11.921C3.61992 11.8898 3.61113 11.8583 3.60234 11.8269C3.34995 10.9094 3.20606 9.93182 3.1746 8.91859H0.853393L0.853625 8.91882ZM4.12908 8.91882C4.15985 9.86474 4.29657 10.782 4.536 11.6469C4.53855 11.6562 4.54109 11.6652 4.54364 11.6744C4.55914 11.671 4.5744 11.6675 4.5899 11.664C4.7641 11.6247 4.94708 11.5875 5.13354 11.553C5.9166 11.4098 6.73923 11.3267 7.58152 11.3059V8.91906H4.12932L4.12908 8.91882ZM8.41872 8.91882V11.3062C9.26424 11.3272 10.0859 11.41 10.866 11.5528C11.0494 11.5861 11.2329 11.6235 11.4108 11.664C11.4258 11.6675 11.4411 11.671 11.4561 11.6744C11.4587 11.6656 11.461 11.6569 11.4635 11.6478C11.7027 10.7806 11.8395 9.86335 11.8705 8.91882H8.41872ZM12.8254 8.91882C12.7944 9.9302 12.6507 10.9078 12.3977 11.8267C12.3889 11.8581 12.3801 11.8893 12.3713 11.9206C12.9348 12.0964 13.4491 12.3057 13.9036 12.5438C14.6428 11.4683 15.0705 10.2201 15.1459 8.91859H12.8252L12.8254 8.91882ZM7.58152 12.1156C6.804 12.1359 6.0406 12.2134 5.31028 12.3462C5.12614 12.3798 4.95703 12.4138 4.79417 12.4506C5.23209 13.6322 5.84165 14.5557 6.5618 15.1273L6.59742 15.155L6.6534 15.1967C6.94465 15.4125 7.24307 15.5592 7.54173 15.6337L7.54404 15.6314L7.58152 15.6413V12.1156ZM11.2047 12.4503C11.03 12.4115 10.8565 12.3765 10.6893 12.3467C9.95824 12.2137 9.19507 12.1364 8.41848 12.1165V15.6425C8.7287 15.5719 9.04077 15.4218 9.34683 15.1965C9.37852 15.1731 9.40975 15.1488 9.44052 15.1247C10.1609 14.5531 10.7691 13.6303 11.2044 12.4506L11.2047 12.4503ZM13.3989 13.1954C13.0181 13.0067 12.589 12.8378 12.1191 12.6925C11.7608 13.6602 11.2826 14.4877 10.7179 15.1224C11.7455 14.6998 12.6621 14.0421 13.3991 13.1954H13.3989ZM5.28252 15.1224C4.71806 14.4879 4.23989 13.6602 3.88086 12.6925C3.41241 12.8376 2.98329 13.0064 2.60135 13.1957C3.33769 14.0421 4.25401 14.6998 5.28252 15.1227V15.1224Z' fill='%233F6BFF'/%3E%3C/svg%3E") no-repeat 0 0/contain;
  width: min(7vw, 3rem);
  aspect-ratio: 1/1;
}
article section.sec-language .lan-list {
  margin: min(6vw, 4rem) 0;
}
article section.sec-language .lan-list ul {
  display: flex;
  flex-direction: column;
  gap: min(3vw, 1rem);
}
article section.sec-language .lan-list ul li {
  border: 1px solid #dddddd;
  border-radius: min(1vw, 0.4rem);
  color: #777777;
}
article section.sec-language .lan-list ul li:hover {
  border-color: #FF6A0D;
  color: #FF6A0D;
}
article section.sec-language .lan-list ul li:hover button span i {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M7.99977 0.5C8.02105 0.5 8.04164 0.5 8.06292 0.500463H8.07056C8.09947 0.501157 8.12793 0.502315 8.15615 0.503934V0.500463L8.29194 0.505322C10.5953 0.588138 12.7535 1.6673 14.2127 3.46566C14.3275 3.60631 14.4406 3.75575 14.5488 3.90982C15.439 5.17543 15.9389 6.66173 15.9947 8.20794C15.9981 8.30834 16 8.40666 16 8.49988C16 8.59311 15.9981 8.69004 15.9947 8.79229C15.9389 10.3383 15.439 11.8246 14.5486 13.0906C14.442 13.2431 14.3288 13.3925 14.2127 13.535C12.7537 15.3329 10.5956 16.4116 8.29241 16.4947C8.22925 16.4968 8.15499 16.4988 8.07865 16.4991C8.07241 16.4995 8.06732 16.4995 8.06477 16.4995C8.0421 16.5 8.02128 16.5 8 16.5C7.97872 16.5 7.95674 16.5 7.93615 16.4995H7.9343C7.9306 16.4995 7.92551 16.4995 7.91926 16.4988C7.89451 16.4984 7.8693 16.4972 7.84408 16.4961V16.4995L7.70829 16.4947C5.40536 16.4119 3.24724 15.3332 1.78706 13.5353C1.66861 13.3888 1.55572 13.2396 1.45139 13.0911C0.560987 11.825 0.0610733 10.3387 0.00532246 8.79252C0.00162125 8.68911 9.53674e-07 8.59357 9.53674e-07 8.50012C9.53674e-07 8.40666 0.00185204 8.3095 0.00532246 8.20818C0.0610733 6.66219 0.560987 5.17589 1.45139 3.90982C1.55503 3.76177 1.66815 3.61209 1.78706 3.46566C3.24678 1.6673 5.40489 0.588138 7.70829 0.505322L7.84408 0.500463V0.503934C7.8693 0.502545 7.89428 0.50162 7.91903 0.501158C7.92644 0.500463 7.93199 0.500463 7.935 0.500463C7.95697 0.5 7.97895 0.5 8.00023 0.5H7.99977ZM7.58152 1.35731C7.27037 1.42764 6.9583 1.57754 6.6534 1.80332L6.60344 1.8401C6.59025 1.85005 6.57568 1.86161 6.56064 1.87387C5.8398 2.44619 5.23139 3.36896 4.79417 4.54968C4.96813 4.58831 5.14163 4.62347 5.30982 4.65355C6.04315 4.78679 6.80678 4.86429 7.58152 4.88418V1.35708V1.35731ZM11.2051 4.54991C10.7695 3.36989 10.1614 2.44711 9.44098 1.87549C9.41021 1.8512 9.37922 1.82691 9.34798 1.80424C9.04124 1.57823 8.72893 1.4281 8.41872 1.35754V4.88418C9.19484 4.86383 9.95824 4.78656 10.6895 4.65401C10.8604 4.62301 11.0337 4.58785 11.2051 4.54968V4.54991ZM13.3989 3.80479C12.6618 2.95743 11.7453 2.29952 10.7175 1.87734C11.2822 2.51188 11.7606 3.33982 12.1196 4.30794C12.5876 4.16289 13.0167 3.99402 13.3991 3.80479H13.3989ZM3.88086 4.30794C4.23989 3.33982 4.71829 2.51212 5.28229 1.87758C4.25447 2.29999 3.33769 2.95766 2.60043 3.80433C2.98213 3.99356 3.41172 4.16243 3.88086 4.30771V4.30794ZM3.62848 5.07966C3.06472 4.90338 2.55023 4.69403 2.09543 4.45599C1.35631 5.53168 0.928577 6.77994 0.853625 8.08164H3.17437C3.20583 7.06864 3.34949 6.09081 3.60187 5.17381C3.61067 5.14235 3.61969 5.11112 3.62848 5.07989V5.07966ZM15.1461 8.08164C15.071 6.78017 14.6435 5.53191 13.9043 4.45622C13.45 4.69449 12.9357 4.90385 12.3718 5.07943C12.3808 5.11042 12.3896 5.14165 12.3981 5.17311C12.6505 6.09104 12.7944 7.06887 12.8259 8.08187H15.1461V8.08164ZM11.8718 8.08164C11.8401 7.13642 11.7032 6.21943 11.4642 5.35355C11.4617 5.3443 11.4591 5.33505 11.4564 5.32579C11.4411 5.32926 11.4261 5.33273 11.4108 5.3362C11.2391 5.3753 11.0559 5.41277 10.8665 5.44771C10.0825 5.59113 9.25961 5.67395 8.41848 5.69454V8.08187H11.8716L11.8718 8.08164ZM7.58152 5.69477C6.73668 5.67395 5.91383 5.5909 5.13377 5.44771C4.94847 5.41393 4.76525 5.37669 4.58921 5.33644C4.57417 5.33297 4.55914 5.3295 4.54387 5.32603C4.54155 5.33435 4.53924 5.34245 4.53693 5.35078C4.29634 6.22012 4.15962 7.13735 4.12932 8.08164H7.58175V5.69477H7.58152ZM0.853625 8.91882C0.92904 10.2205 1.35678 11.469 2.09589 12.5445C2.55116 12.3062 3.06564 12.0968 3.62871 11.921C3.61992 11.8898 3.61113 11.8583 3.60234 11.8269C3.34995 10.9094 3.20606 9.93182 3.1746 8.91859H0.853393L0.853625 8.91882ZM4.12908 8.91882C4.15985 9.86474 4.29657 10.782 4.536 11.6469C4.53855 11.6562 4.54109 11.6652 4.54364 11.6744C4.55914 11.671 4.5744 11.6675 4.5899 11.664C4.7641 11.6247 4.94708 11.5875 5.13354 11.553C5.9166 11.4098 6.73923 11.3267 7.58152 11.3059V8.91906H4.12932L4.12908 8.91882ZM8.41872 8.91882V11.3062C9.26424 11.3272 10.0859 11.41 10.866 11.5528C11.0494 11.5861 11.2329 11.6235 11.4108 11.664C11.4258 11.6675 11.4411 11.671 11.4561 11.6744C11.4587 11.6656 11.461 11.6569 11.4635 11.6478C11.7027 10.7806 11.8395 9.86335 11.8705 8.91882H8.41872ZM12.8254 8.91882C12.7944 9.9302 12.6507 10.9078 12.3977 11.8267C12.3889 11.8581 12.3801 11.8893 12.3713 11.9206C12.9348 12.0964 13.4491 12.3057 13.9036 12.5438C14.6428 11.4683 15.0705 10.2201 15.1459 8.91859H12.8252L12.8254 8.91882ZM7.58152 12.1156C6.804 12.1359 6.0406 12.2134 5.31028 12.3462C5.12614 12.3798 4.95703 12.4138 4.79417 12.4506C5.23209 13.6322 5.84165 14.5557 6.5618 15.1273L6.59742 15.155L6.6534 15.1967C6.94465 15.4125 7.24307 15.5592 7.54173 15.6337L7.54404 15.6314L7.58152 15.6413V12.1156ZM11.2047 12.4503C11.03 12.4115 10.8565 12.3765 10.6893 12.3467C9.95824 12.2137 9.19507 12.1364 8.41848 12.1165V15.6425C8.7287 15.5719 9.04077 15.4218 9.34683 15.1965C9.37852 15.1731 9.40975 15.1488 9.44052 15.1247C10.1609 14.5531 10.7691 13.6303 11.2044 12.4506L11.2047 12.4503ZM13.3989 13.1954C13.0181 13.0067 12.589 12.8378 12.1191 12.6925C11.7608 13.6602 11.2826 14.4877 10.7179 15.1224C11.7455 14.6998 12.6621 14.0421 13.3991 13.1954H13.3989ZM5.28252 15.1224C4.71806 14.4879 4.23989 13.6602 3.88086 12.6925C3.41241 12.8376 2.98329 13.0064 2.60135 13.1957C3.33769 14.0421 4.25401 14.6998 5.28252 15.1227V15.1224Z' fill='%233F6BFF'/%3E%3C/svg%3E") no-repeat center center/contain;
}
article section.sec-language .lan-list ul li:hover button i.ico-arr {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cpath d='M12.5426 22L10.5206 19.9032L17.5343 12.5144H0V9.45234H17.5343L10.5206 2.09682L12.5426 0L23 10.9834L12.5426 22Z' fill='%233F6BFF'/%3E%3C/svg%3E") no-repeat center center/contain;
  position: absolute;
}
article section.sec-language .lan-list ul li button {
  width: 100%;
  padding: min(4vw, 2rem);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2vw;
  text-align: left;
  position: relative;
}
article section.sec-language .lan-list ul li button span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: min(4.5vw, 1.6rem);
}
article section.sec-language .lan-list ul li button span i {
  width: min(5vw, 2.4rem);
  aspect-ratio: 1/1;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M7.99977 0.5C8.02105 0.5 8.04164 0.5 8.06292 0.500463H8.07056C8.09947 0.501157 8.12793 0.502315 8.15615 0.503934V0.500463L8.29194 0.505322C10.5953 0.588138 12.7535 1.6673 14.2127 3.46566C14.3275 3.60631 14.4406 3.75575 14.5488 3.90982C15.439 5.17543 15.9389 6.66173 15.9947 8.20794C15.9981 8.30834 16 8.40666 16 8.49988C16 8.59311 15.9981 8.69004 15.9947 8.79229C15.9389 10.3383 15.439 11.8246 14.5486 13.0906C14.442 13.2431 14.3288 13.3925 14.2127 13.535C12.7537 15.3329 10.5956 16.4116 8.29241 16.4947C8.22925 16.4968 8.15499 16.4988 8.07865 16.4991C8.07241 16.4995 8.06732 16.4995 8.06477 16.4995C8.0421 16.5 8.02128 16.5 8 16.5C7.97872 16.5 7.95674 16.5 7.93615 16.4995H7.9343C7.9306 16.4995 7.92551 16.4995 7.91926 16.4988C7.89451 16.4984 7.8693 16.4972 7.84408 16.4961V16.4995L7.70829 16.4947C5.40536 16.4119 3.24724 15.3332 1.78706 13.5353C1.66861 13.3888 1.55572 13.2396 1.45139 13.0911C0.560987 11.825 0.0610733 10.3387 0.00532246 8.79252C0.00162125 8.68911 9.53674e-07 8.59357 9.53674e-07 8.50012C9.53674e-07 8.40666 0.00185204 8.3095 0.00532246 8.20818C0.0610733 6.66219 0.560987 5.17589 1.45139 3.90982C1.55503 3.76177 1.66815 3.61209 1.78706 3.46566C3.24678 1.6673 5.40489 0.588138 7.70829 0.505322L7.84408 0.500463V0.503934C7.8693 0.502545 7.89428 0.50162 7.91903 0.501158C7.92644 0.500463 7.93199 0.500463 7.935 0.500463C7.95697 0.5 7.97895 0.5 8.00023 0.5H7.99977ZM7.58152 1.35731C7.27037 1.42764 6.9583 1.57754 6.6534 1.80332L6.60344 1.8401C6.59025 1.85005 6.57568 1.86161 6.56064 1.87387C5.8398 2.44619 5.23139 3.36896 4.79417 4.54968C4.96813 4.58831 5.14163 4.62347 5.30982 4.65355C6.04315 4.78679 6.80678 4.86429 7.58152 4.88418V1.35708V1.35731ZM11.2051 4.54991C10.7695 3.36989 10.1614 2.44711 9.44098 1.87549C9.41021 1.8512 9.37922 1.82691 9.34798 1.80424C9.04124 1.57823 8.72893 1.4281 8.41872 1.35754V4.88418C9.19484 4.86383 9.95824 4.78656 10.6895 4.65401C10.8604 4.62301 11.0337 4.58785 11.2051 4.54968V4.54991ZM13.3989 3.80479C12.6618 2.95743 11.7453 2.29952 10.7175 1.87734C11.2822 2.51188 11.7606 3.33982 12.1196 4.30794C12.5876 4.16289 13.0167 3.99402 13.3991 3.80479H13.3989ZM3.88086 4.30794C4.23989 3.33982 4.71829 2.51212 5.28229 1.87758C4.25447 2.29999 3.33769 2.95766 2.60043 3.80433C2.98213 3.99356 3.41172 4.16243 3.88086 4.30771V4.30794ZM3.62848 5.07966C3.06472 4.90338 2.55023 4.69403 2.09543 4.45599C1.35631 5.53168 0.928577 6.77994 0.853625 8.08164H3.17437C3.20583 7.06864 3.34949 6.09081 3.60187 5.17381C3.61067 5.14235 3.61969 5.11112 3.62848 5.07989V5.07966ZM15.1461 8.08164C15.071 6.78017 14.6435 5.53191 13.9043 4.45622C13.45 4.69449 12.9357 4.90385 12.3718 5.07943C12.3808 5.11042 12.3896 5.14165 12.3981 5.17311C12.6505 6.09104 12.7944 7.06887 12.8259 8.08187H15.1461V8.08164ZM11.8718 8.08164C11.8401 7.13642 11.7032 6.21943 11.4642 5.35355C11.4617 5.3443 11.4591 5.33505 11.4564 5.32579C11.4411 5.32926 11.4261 5.33273 11.4108 5.3362C11.2391 5.3753 11.0559 5.41277 10.8665 5.44771C10.0825 5.59113 9.25961 5.67395 8.41848 5.69454V8.08187H11.8716L11.8718 8.08164ZM7.58152 5.69477C6.73668 5.67395 5.91383 5.5909 5.13377 5.44771C4.94847 5.41393 4.76525 5.37669 4.58921 5.33644C4.57417 5.33297 4.55914 5.3295 4.54387 5.32603C4.54155 5.33435 4.53924 5.34245 4.53693 5.35078C4.29634 6.22012 4.15962 7.13735 4.12932 8.08164H7.58175V5.69477H7.58152ZM0.853625 8.91882C0.92904 10.2205 1.35678 11.469 2.09589 12.5445C2.55116 12.3062 3.06564 12.0968 3.62871 11.921C3.61992 11.8898 3.61113 11.8583 3.60234 11.8269C3.34995 10.9094 3.20606 9.93182 3.1746 8.91859H0.853393L0.853625 8.91882ZM4.12908 8.91882C4.15985 9.86474 4.29657 10.782 4.536 11.6469C4.53855 11.6562 4.54109 11.6652 4.54364 11.6744C4.55914 11.671 4.5744 11.6675 4.5899 11.664C4.7641 11.6247 4.94708 11.5875 5.13354 11.553C5.9166 11.4098 6.73923 11.3267 7.58152 11.3059V8.91906H4.12932L4.12908 8.91882ZM8.41872 8.91882V11.3062C9.26424 11.3272 10.0859 11.41 10.866 11.5528C11.0494 11.5861 11.2329 11.6235 11.4108 11.664C11.4258 11.6675 11.4411 11.671 11.4561 11.6744C11.4587 11.6656 11.461 11.6569 11.4635 11.6478C11.7027 10.7806 11.8395 9.86335 11.8705 8.91882H8.41872ZM12.8254 8.91882C12.7944 9.9302 12.6507 10.9078 12.3977 11.8267C12.3889 11.8581 12.3801 11.8893 12.3713 11.9206C12.9348 12.0964 13.4491 12.3057 13.9036 12.5438C14.6428 11.4683 15.0705 10.2201 15.1459 8.91859H12.8252L12.8254 8.91882ZM7.58152 12.1156C6.804 12.1359 6.0406 12.2134 5.31028 12.3462C5.12614 12.3798 4.95703 12.4138 4.79417 12.4506C5.23209 13.6322 5.84165 14.5557 6.5618 15.1273L6.59742 15.155L6.6534 15.1967C6.94465 15.4125 7.24307 15.5592 7.54173 15.6337L7.54404 15.6314L7.58152 15.6413V12.1156ZM11.2047 12.4503C11.03 12.4115 10.8565 12.3765 10.6893 12.3467C9.95824 12.2137 9.19507 12.1364 8.41848 12.1165V15.6425C8.7287 15.5719 9.04077 15.4218 9.34683 15.1965C9.37852 15.1731 9.40975 15.1488 9.44052 15.1247C10.1609 14.5531 10.7691 13.6303 11.2044 12.4506L11.2047 12.4503ZM13.3989 13.1954C13.0181 13.0067 12.589 12.8378 12.1191 12.6925C11.7608 13.6602 11.2826 14.4877 10.7179 15.1224C11.7455 14.6998 12.6621 14.0421 13.3991 13.1954H13.3989ZM5.28252 15.1224C4.71806 14.4879 4.23989 13.6602 3.88086 12.6925C3.41241 12.8376 2.98329 13.0064 2.60135 13.1957C3.33769 14.0421 4.25401 14.6998 5.28252 15.1227V15.1224Z' fill='%23777'/%3E%3C/svg%3E") no-repeat center center/contain;
}
article section.sec-language .lan-list ul li button span:last-of-type::before {
  content: "";
  display: inline-block;
  margin: 0 2vw;
  width: 1px;
  height: min(3vw, 1.4rem);
  background: #d5d5d5;
}
article section.sec-language .lan-list ul li button i.ico-arr {
  width: min(5vw, 1.4rem);
  aspect-ratio: 1/1;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cpath d='M12.5426 22L10.5206 19.9032L17.5343 12.5144H0V9.45234H17.5343L10.5206 2.09682L12.5426 0L23 10.9834L12.5426 22Z' fill='%23555'/%3E%3C/svg%3E") no-repeat center center/contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
article section.sec-cpChange {
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
}
article section.sec-cpChange .logo {
  display: block;
  width: 100%;
  height: min(30vw, 16rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='104' height='153' viewBox='0 0 104 153' fill='none'%3E%3Cpath d='M64.75 16.59L39.62 0L42.76 16.59H64.75Z' fill='%23EAD35C'/%3E%3Cpath d='M80.56 37.14L66.35 17.97L61.39 37.14H80.56Z' fill='%23D5292F'/%3E%3Cpath d='M60.04 37.3L42.52 17.76L29.71 43.71L60.04 37.3Z' fill='%23DE6C40'/%3E%3Cpath d='M86.9299 60.72L60.7299 38.02L30.0599 44.5L66.2199 67.23L86.9299 60.72Z' fill='%23D5292F'/%3E%3Cpath d='M76.94 84.1201L65.92 68.09L16.34 61.8L37.19 80.93L76.94 84.1201Z' fill='%233C0109'/%3E%3Cpath d='M66.83 67.9201L77.7 83.7301L87.03 61.5801L66.83 67.9201Z' fill='%230E95A5'/%3E%3Cpath d='M0 125.6H19.76C21.47 125.6 22.94 124.98 24.19 123.73C25.43 122.51 26.06 121.07 26.06 119.39C26.06 117.48 25.41 115.92 24.11 114.7C22.92 113.57 21.48 113.01 19.77 113.01H8.13C5.93 113.01 4.02 112.2 2.4 110.58C0.81 108.99 0.01 107.12 0.01 104.98C0.01 102.84 0.79 100.84 2.35 99.2501C3.94 97.6301 5.88 96.8201 8.17 96.8201H28.32C28.78 96.8201 29.17 96.9801 29.47 97.3001C29.77 97.6201 29.93 97.9901 29.93 98.4301V98.6001H11.16C9.74 98.6001 8.33 99.2201 6.93 100.45C5.53 101.68 4.82 103.19 4.82 104.99C4.82 106.79 5.53 108.35 6.95 109.59C8.22 110.69 9.63 111.24 11.16 111.24H22.8C25.14 111.24 27.08 112.04 28.62 113.63C30.12 115.19 30.88 117.09 30.88 119.32C30.88 121.55 30.1 123.39 28.54 125.01C26.98 126.6 25.08 127.4 22.85 127.4H1.61C1.18 127.4 0.8 127.24 0.48 126.92C0.16 126.6 0 126.23 0 125.79V125.62L0 125.6Z' fill='%23131B1A'/%3E%3Cpath d='M38.33 127.38H33.62V105.06H35.47C36.25 105.06 36.93 105.34 37.49 105.9C38.05 106.46 38.33 107.13 38.33 107.92V108.68C38.69 107.53 39.23 106.68 39.93 106.11C40.83 105.41 41.91 105.06 43.17 105.06H51.67C53.35 105.06 54.75 105.66 55.88 106.87C56.97 107.99 57.52 109.32 57.52 110.87V127.39H55.8C54.9 127.39 54.18 127.1 53.63 126.51C53.08 125.92 52.81 125.25 52.81 124.49V111.29C52.81 110.11 52.35 109.08 51.42 108.18C50.5 107.28 49.41 106.83 48.18 106.83H42.67C42.11 106.83 41.56 106.94 41.01 107.15C40.46 107.36 40.08 107.59 39.85 107.84C39.4 108.32 39.12 108.65 39.01 108.85C38.93 108.99 38.87 109.1 38.84 109.19C38.5 109.84 38.34 110.55 38.34 111.34V127.4L38.33 127.38Z' fill='%23131B1A'/%3E%3Cpath d='M68.16 105.06H80.86C82.32 105.06 83.62 105.61 84.77 106.7C85.98 107.82 86.58 109.21 86.58 110.86V113.01C86.58 114.3 86.13 115.39 85.23 116.29C84.33 117.19 83.25 117.64 81.99 117.64H68.74C68.32 117.64 67.95 117.49 67.65 117.2C67.34 116.91 67.19 116.53 67.19 116.09V115.92H79.09C79.87 115.92 80.54 115.65 81.09 115.1C81.64 114.55 81.91 113.89 81.91 113.1V111.46C81.91 110.14 81.43 109.03 80.48 108.14C79.55 107.27 78.49 106.84 77.28 106.84H71.43C69.64 106.84 68.11 107.46 66.85 108.71C65.59 109.96 64.96 111.48 64.96 113.27V119.27C64.97 121.01 65.6 122.51 66.87 123.77C68.14 125.03 69.66 125.66 71.45 125.66H85.75V125.83C85.75 126.25 85.6 126.62 85.29 126.92C84.98 127.23 84.62 127.38 84.2 127.38H68.17C65.93 127.38 64.03 126.58 62.49 124.98C61 123.44 60.26 121.63 60.26 119.55V112.87C60.25 110.71 61 108.87 62.52 107.36C64.04 105.85 65.94 105.05 68.16 105.05V105.06Z' fill='%23131B1A'/%3E%3Cpath d='M89.32 105.94V96.8101H91.26C91.96 96.8101 92.59 97.0701 93.15 97.5901C93.71 98.1101 93.99 98.7601 93.99 99.5501V105.06H101.18C101.6 105.06 101.96 105.21 102.27 105.52C102.58 105.83 102.73 106.21 102.73 106.66V106.83H93.98V119.45C93.98 121.22 94.62 122.73 95.89 123.99C97.17 125.25 98.69 125.88 100.45 125.88H103.35V126.05C103.35 126.47 103.2 126.84 102.91 127.14C102.62 127.45 102.24 127.6 101.79 127.6H97.21C94.99 127.6 93.11 126.84 91.57 125.33C90.06 123.82 89.3 121.98 89.3 119.82V105.94' fill='%23131B1A'/%3E%3Cpath d='M25.04 136.92V151.77H23.04V145.1H21.48C21.41 147.28 21.1 148.87 20.53 149.88C19.96 150.89 19.14 151.39 18.06 151.39C16.93 151.39 16.07 150.82 15.5 149.67C14.93 148.52 14.64 146.72 14.64 144.25C14.64 141.78 14.93 139.98 15.5 138.83C16.07 137.68 16.93 137.11 18.06 137.11C19.1 137.11 19.91 137.58 20.47 138.52C21.04 139.46 21.37 140.94 21.48 142.94H23.04V136.91H25.04V136.92ZM19.16 148.12C19.39 147.3 19.51 146.01 19.51 144.25C19.51 142.49 19.39 141.21 19.16 140.38C18.93 139.56 18.56 139.14 18.06 139.14C17.56 139.14 17.21 139.56 16.98 140.39C16.75 141.22 16.63 142.51 16.63 144.25C16.63 145.99 16.75 147.28 16.98 148.11C17.21 148.94 17.57 149.36 18.06 149.36C18.55 149.36 18.93 148.95 19.16 148.12ZM28.6 152.03H26.58V136.84H28.6V152.03Z' fill='%23131B1A'/%3E%3Cpath d='M58.75 149.28V151.38H44.25V149.28H58.75ZM48.29 145.29C47.1 146.05 45.85 146.43 44.54 146.45V144.31C45.53 144.31 46.48 143.98 47.4 143.32C48.32 142.66 49.1 141.76 49.74 140.63C50.39 139.5 50.81 138.24 51.03 136.85L53.23 137.23C53.02 138.43 52.71 139.48 52.3 140.4L58.57 144.71L57.42 146.51L51.35 142.18C50.51 143.5 49.49 144.54 48.29 145.3V145.29Z' fill='%23131B1A'/%3E%3Cpath d='M79.82 145.09C79.11 145.18 78.37 145.22 77.6 145.22H74.38V137.05H76.4V143.32H77.82C79.42 143.32 80.66 143.16 81.56 142.83V144.69C81.11 144.87 80.53 145.01 79.83 145.1L79.82 145.09ZM78.62 151.27C77.47 151.7 76.27 151.91 75.02 151.91V149.81C75.97 149.81 76.88 149.65 77.74 149.33C78.6 149.01 79.33 148.56 79.94 147.98C80.54 147.4 80.94 146.74 81.14 146L83.28 146.51C83.2 146.83 83.03 147.26 82.77 147.82L88.74 150.13L87.99 152.11L81.54 149.42C80.75 150.22 79.78 150.84 78.63 151.27H78.62ZM79.06 141.09V139.17H82.5V136.92H84.5V145.74H82.5V141.09H79.06ZM86.04 147.36V136.84H88.06V147.36H86.04Z' fill='%23131B1A'/%3E%3C/svg%3E") no-repeat center center/contain;
}
article section.sec-cpChange .lan-noti {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
article section.sec-cpChange .lan-noti dl {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1vw;
  font-weight: 400;
  margin-bottom: min(6vw, 4rem);
}
article section.sec-cpChange .lan-noti dl b, article section.sec-cpChange .lan-noti dl strong {
  font-weight: 600;
}
article section.sec-cpChange .lan-noti dl b {
  color: #FF6A0D;
}
article section.sec-cpChange .lan-noti dl dt {
  font-size: min(4.6vw, 3rem);
  color: #333333;
  word-break: keep-all;
  text-wrap-style: pretty;
  line-height: 1.3;
}
article section.sec-cpChange .lan-noti dl dd {
  font-size: min(4vw, 2.2rem);
  font-weight: 600;
  color: #333333;
}
article section.sec-cpChange .lan-noti p {
  font-size: min(5vw, 3rem);
  rotate: -0.04deg;
  color: #333333;
}
article section.sec-cpChange .lan-noti p strong {
  font-weight: 700;
  color: #FF6A0D;
}
article section.sec-cpChange .lan-noti .chLan {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 1rem;
  border-radius: 20rem;
  border: 1px solid #FF6A0D;
  color: #FF6A0D;
  font-weight: 500;
  font-size: min(4.4vw, 2.4rem);
}
article section.sec-cpChange .lan-noti .chLan i {
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M7.99977 0.5C8.02105 0.5 8.04164 0.5 8.06292 0.500463H8.07056C8.09947 0.501157 8.12793 0.502315 8.15615 0.503934V0.500463L8.29194 0.505322C10.5953 0.588138 12.7535 1.6673 14.2127 3.46566C14.3275 3.60631 14.4406 3.75575 14.5488 3.90982C15.439 5.17543 15.9389 6.66173 15.9947 8.20794C15.9981 8.30834 16 8.40666 16 8.49988C16 8.59311 15.9981 8.69004 15.9947 8.79229C15.9389 10.3383 15.439 11.8246 14.5486 13.0906C14.442 13.2431 14.3288 13.3925 14.2127 13.535C12.7537 15.3329 10.5956 16.4116 8.29241 16.4947C8.22925 16.4968 8.15499 16.4988 8.07865 16.4991C8.07241 16.4995 8.06732 16.4995 8.06477 16.4995C8.0421 16.5 8.02128 16.5 8 16.5C7.97872 16.5 7.95674 16.5 7.93615 16.4995H7.9343C7.9306 16.4995 7.92551 16.4995 7.91926 16.4988C7.89451 16.4984 7.8693 16.4972 7.84408 16.4961V16.4995L7.70829 16.4947C5.40536 16.4119 3.24724 15.3332 1.78706 13.5353C1.66861 13.3888 1.55572 13.2396 1.45139 13.0911C0.560987 11.825 0.0610733 10.3387 0.00532246 8.79252C0.00162125 8.68911 9.53674e-07 8.59357 9.53674e-07 8.50012C9.53674e-07 8.40666 0.00185204 8.3095 0.00532246 8.20818C0.0610733 6.66219 0.560987 5.17589 1.45139 3.90982C1.55503 3.76177 1.66815 3.61209 1.78706 3.46566C3.24678 1.6673 5.40489 0.588138 7.70829 0.505322L7.84408 0.500463V0.503934C7.8693 0.502545 7.89428 0.50162 7.91903 0.501158C7.92644 0.500463 7.93199 0.500463 7.935 0.500463C7.95697 0.5 7.97895 0.5 8.00023 0.5H7.99977ZM7.58152 1.35731C7.27037 1.42764 6.9583 1.57754 6.6534 1.80332L6.60344 1.8401C6.59025 1.85005 6.57568 1.86161 6.56064 1.87387C5.8398 2.44619 5.23139 3.36896 4.79417 4.54968C4.96813 4.58831 5.14163 4.62347 5.30982 4.65355C6.04315 4.78679 6.80678 4.86429 7.58152 4.88418V1.35708V1.35731ZM11.2051 4.54991C10.7695 3.36989 10.1614 2.44711 9.44098 1.87549C9.41021 1.8512 9.37922 1.82691 9.34798 1.80424C9.04124 1.57823 8.72893 1.4281 8.41872 1.35754V4.88418C9.19484 4.86383 9.95824 4.78656 10.6895 4.65401C10.8604 4.62301 11.0337 4.58785 11.2051 4.54968V4.54991ZM13.3989 3.80479C12.6618 2.95743 11.7453 2.29952 10.7175 1.87734C11.2822 2.51188 11.7606 3.33982 12.1196 4.30794C12.5876 4.16289 13.0167 3.99402 13.3991 3.80479H13.3989ZM3.88086 4.30794C4.23989 3.33982 4.71829 2.51212 5.28229 1.87758C4.25447 2.29999 3.33769 2.95766 2.60043 3.80433C2.98213 3.99356 3.41172 4.16243 3.88086 4.30771V4.30794ZM3.62848 5.07966C3.06472 4.90338 2.55023 4.69403 2.09543 4.45599C1.35631 5.53168 0.928577 6.77994 0.853625 8.08164H3.17437C3.20583 7.06864 3.34949 6.09081 3.60187 5.17381C3.61067 5.14235 3.61969 5.11112 3.62848 5.07989V5.07966ZM15.1461 8.08164C15.071 6.78017 14.6435 5.53191 13.9043 4.45622C13.45 4.69449 12.9357 4.90385 12.3718 5.07943C12.3808 5.11042 12.3896 5.14165 12.3981 5.17311C12.6505 6.09104 12.7944 7.06887 12.8259 8.08187H15.1461V8.08164ZM11.8718 8.08164C11.8401 7.13642 11.7032 6.21943 11.4642 5.35355C11.4617 5.3443 11.4591 5.33505 11.4564 5.32579C11.4411 5.32926 11.4261 5.33273 11.4108 5.3362C11.2391 5.3753 11.0559 5.41277 10.8665 5.44771C10.0825 5.59113 9.25961 5.67395 8.41848 5.69454V8.08187H11.8716L11.8718 8.08164ZM7.58152 5.69477C6.73668 5.67395 5.91383 5.5909 5.13377 5.44771C4.94847 5.41393 4.76525 5.37669 4.58921 5.33644C4.57417 5.33297 4.55914 5.3295 4.54387 5.32603C4.54155 5.33435 4.53924 5.34245 4.53693 5.35078C4.29634 6.22012 4.15962 7.13735 4.12932 8.08164H7.58175V5.69477H7.58152ZM0.853625 8.91882C0.92904 10.2205 1.35678 11.469 2.09589 12.5445C2.55116 12.3062 3.06564 12.0968 3.62871 11.921C3.61992 11.8898 3.61113 11.8583 3.60234 11.8269C3.34995 10.9094 3.20606 9.93182 3.1746 8.91859H0.853393L0.853625 8.91882ZM4.12908 8.91882C4.15985 9.86474 4.29657 10.782 4.536 11.6469C4.53855 11.6562 4.54109 11.6652 4.54364 11.6744C4.55914 11.671 4.5744 11.6675 4.5899 11.664C4.7641 11.6247 4.94708 11.5875 5.13354 11.553C5.9166 11.4098 6.73923 11.3267 7.58152 11.3059V8.91906H4.12932L4.12908 8.91882ZM8.41872 8.91882V11.3062C9.26424 11.3272 10.0859 11.41 10.866 11.5528C11.0494 11.5861 11.2329 11.6235 11.4108 11.664C11.4258 11.6675 11.4411 11.671 11.4561 11.6744C11.4587 11.6656 11.461 11.6569 11.4635 11.6478C11.7027 10.7806 11.8395 9.86335 11.8705 8.91882H8.41872ZM12.8254 8.91882C12.7944 9.9302 12.6507 10.9078 12.3977 11.8267C12.3889 11.8581 12.3801 11.8893 12.3713 11.9206C12.9348 12.0964 13.4491 12.3057 13.9036 12.5438C14.6428 11.4683 15.0705 10.2201 15.1459 8.91859H12.8252L12.8254 8.91882ZM7.58152 12.1156C6.804 12.1359 6.0406 12.2134 5.31028 12.3462C5.12614 12.3798 4.95703 12.4138 4.79417 12.4506C5.23209 13.6322 5.84165 14.5557 6.5618 15.1273L6.59742 15.155L6.6534 15.1967C6.94465 15.4125 7.24307 15.5592 7.54173 15.6337L7.54404 15.6314L7.58152 15.6413V12.1156ZM11.2047 12.4503C11.03 12.4115 10.8565 12.3765 10.6893 12.3467C9.95824 12.2137 9.19507 12.1364 8.41848 12.1165V15.6425C8.7287 15.5719 9.04077 15.4218 9.34683 15.1965C9.37852 15.1731 9.40975 15.1488 9.44052 15.1247C10.1609 14.5531 10.7691 13.6303 11.2044 12.4506L11.2047 12.4503ZM13.3989 13.1954C13.0181 13.0067 12.589 12.8378 12.1191 12.6925C11.7608 13.6602 11.2826 14.4877 10.7179 15.1224C11.7455 14.6998 12.6621 14.0421 13.3991 13.1954H13.3989ZM5.28252 15.1224C4.71806 14.4879 4.23989 13.6602 3.88086 12.6925C3.41241 12.8376 2.98329 13.0064 2.60135 13.1957C3.33769 14.0421 4.25401 14.6998 5.28252 15.1227V15.1224Z' fill='%233F6BFF'/%3E%3C/svg%3E") no-repeat 0 0/contain;
  width: min(7vw, 3rem);
  aspect-ratio: 1/1;
}
article section.sec-cpChange .lan-list {
  margin-bottom: min(6vw, 4rem);
}
article section.sec-cpChange .lan-list ul {
  display: flex;
  flex-direction: column;
  gap: min(3vw, 1rem);
}
article section.sec-cpChange .lan-list ul li {
  padding: 4vw;
  border: 1px solid #dddddd;
  border-radius: min(1vw, 0.4rem);
  color: #777777;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
article section.sec-cpChange .lan-list ul li:has(button:hover) {
  border-color: #FF6A0D;
}
article section.sec-cpChange .lan-list ul li > div {
  display: flex;
  align-items: center;
  gap: 2vw;
}
article section.sec-cpChange .lan-list ul li > div i.symbol {
  width: 9vw;
  aspect-ratio: 1/1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
article section.sec-cpChange .lan-list ul li > div dl {
  text-align: left;
}
article section.sec-cpChange .lan-list ul li > div dl dt {
  font-size: min(5vw, 2.4rem);
  font-weight: 700;
  color: #333333;
  word-break: keep-all;
  text-wrap-style: pretty;
  line-height: 1.3;
}
article section.sec-cpChange .lan-list ul li > div dl dd {
  font-size: min(4vw, 1.6rem);
  color: #999999;
  font-weight: 400;
}
article section.sec-lrChange {
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
}
article section.sec-lrChange .logo {
  display: block;
  width: 100%;
  height: min(30vw, 16rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='104' height='153' viewBox='0 0 104 153' fill='none'%3E%3Cpath d='M64.75 16.59L39.62 0L42.76 16.59H64.75Z' fill='%23EAD35C'/%3E%3Cpath d='M80.56 37.14L66.35 17.97L61.39 37.14H80.56Z' fill='%23D5292F'/%3E%3Cpath d='M60.04 37.3L42.52 17.76L29.71 43.71L60.04 37.3Z' fill='%23DE6C40'/%3E%3Cpath d='M86.9299 60.72L60.7299 38.02L30.0599 44.5L66.2199 67.23L86.9299 60.72Z' fill='%23D5292F'/%3E%3Cpath d='M76.94 84.1201L65.92 68.09L16.34 61.8L37.19 80.93L76.94 84.1201Z' fill='%233C0109'/%3E%3Cpath d='M66.83 67.9201L77.7 83.7301L87.03 61.5801L66.83 67.9201Z' fill='%230E95A5'/%3E%3Cpath d='M0 125.6H19.76C21.47 125.6 22.94 124.98 24.19 123.73C25.43 122.51 26.06 121.07 26.06 119.39C26.06 117.48 25.41 115.92 24.11 114.7C22.92 113.57 21.48 113.01 19.77 113.01H8.13C5.93 113.01 4.02 112.2 2.4 110.58C0.81 108.99 0.01 107.12 0.01 104.98C0.01 102.84 0.79 100.84 2.35 99.2501C3.94 97.6301 5.88 96.8201 8.17 96.8201H28.32C28.78 96.8201 29.17 96.9801 29.47 97.3001C29.77 97.6201 29.93 97.9901 29.93 98.4301V98.6001H11.16C9.74 98.6001 8.33 99.2201 6.93 100.45C5.53 101.68 4.82 103.19 4.82 104.99C4.82 106.79 5.53 108.35 6.95 109.59C8.22 110.69 9.63 111.24 11.16 111.24H22.8C25.14 111.24 27.08 112.04 28.62 113.63C30.12 115.19 30.88 117.09 30.88 119.32C30.88 121.55 30.1 123.39 28.54 125.01C26.98 126.6 25.08 127.4 22.85 127.4H1.61C1.18 127.4 0.8 127.24 0.48 126.92C0.16 126.6 0 126.23 0 125.79V125.62L0 125.6Z' fill='%23131B1A'/%3E%3Cpath d='M38.33 127.38H33.62V105.06H35.47C36.25 105.06 36.93 105.34 37.49 105.9C38.05 106.46 38.33 107.13 38.33 107.92V108.68C38.69 107.53 39.23 106.68 39.93 106.11C40.83 105.41 41.91 105.06 43.17 105.06H51.67C53.35 105.06 54.75 105.66 55.88 106.87C56.97 107.99 57.52 109.32 57.52 110.87V127.39H55.8C54.9 127.39 54.18 127.1 53.63 126.51C53.08 125.92 52.81 125.25 52.81 124.49V111.29C52.81 110.11 52.35 109.08 51.42 108.18C50.5 107.28 49.41 106.83 48.18 106.83H42.67C42.11 106.83 41.56 106.94 41.01 107.15C40.46 107.36 40.08 107.59 39.85 107.84C39.4 108.32 39.12 108.65 39.01 108.85C38.93 108.99 38.87 109.1 38.84 109.19C38.5 109.84 38.34 110.55 38.34 111.34V127.4L38.33 127.38Z' fill='%23131B1A'/%3E%3Cpath d='M68.16 105.06H80.86C82.32 105.06 83.62 105.61 84.77 106.7C85.98 107.82 86.58 109.21 86.58 110.86V113.01C86.58 114.3 86.13 115.39 85.23 116.29C84.33 117.19 83.25 117.64 81.99 117.64H68.74C68.32 117.64 67.95 117.49 67.65 117.2C67.34 116.91 67.19 116.53 67.19 116.09V115.92H79.09C79.87 115.92 80.54 115.65 81.09 115.1C81.64 114.55 81.91 113.89 81.91 113.1V111.46C81.91 110.14 81.43 109.03 80.48 108.14C79.55 107.27 78.49 106.84 77.28 106.84H71.43C69.64 106.84 68.11 107.46 66.85 108.71C65.59 109.96 64.96 111.48 64.96 113.27V119.27C64.97 121.01 65.6 122.51 66.87 123.77C68.14 125.03 69.66 125.66 71.45 125.66H85.75V125.83C85.75 126.25 85.6 126.62 85.29 126.92C84.98 127.23 84.62 127.38 84.2 127.38H68.17C65.93 127.38 64.03 126.58 62.49 124.98C61 123.44 60.26 121.63 60.26 119.55V112.87C60.25 110.71 61 108.87 62.52 107.36C64.04 105.85 65.94 105.05 68.16 105.05V105.06Z' fill='%23131B1A'/%3E%3Cpath d='M89.32 105.94V96.8101H91.26C91.96 96.8101 92.59 97.0701 93.15 97.5901C93.71 98.1101 93.99 98.7601 93.99 99.5501V105.06H101.18C101.6 105.06 101.96 105.21 102.27 105.52C102.58 105.83 102.73 106.21 102.73 106.66V106.83H93.98V119.45C93.98 121.22 94.62 122.73 95.89 123.99C97.17 125.25 98.69 125.88 100.45 125.88H103.35V126.05C103.35 126.47 103.2 126.84 102.91 127.14C102.62 127.45 102.24 127.6 101.79 127.6H97.21C94.99 127.6 93.11 126.84 91.57 125.33C90.06 123.82 89.3 121.98 89.3 119.82V105.94' fill='%23131B1A'/%3E%3Cpath d='M25.04 136.92V151.77H23.04V145.1H21.48C21.41 147.28 21.1 148.87 20.53 149.88C19.96 150.89 19.14 151.39 18.06 151.39C16.93 151.39 16.07 150.82 15.5 149.67C14.93 148.52 14.64 146.72 14.64 144.25C14.64 141.78 14.93 139.98 15.5 138.83C16.07 137.68 16.93 137.11 18.06 137.11C19.1 137.11 19.91 137.58 20.47 138.52C21.04 139.46 21.37 140.94 21.48 142.94H23.04V136.91H25.04V136.92ZM19.16 148.12C19.39 147.3 19.51 146.01 19.51 144.25C19.51 142.49 19.39 141.21 19.16 140.38C18.93 139.56 18.56 139.14 18.06 139.14C17.56 139.14 17.21 139.56 16.98 140.39C16.75 141.22 16.63 142.51 16.63 144.25C16.63 145.99 16.75 147.28 16.98 148.11C17.21 148.94 17.57 149.36 18.06 149.36C18.55 149.36 18.93 148.95 19.16 148.12ZM28.6 152.03H26.58V136.84H28.6V152.03Z' fill='%23131B1A'/%3E%3Cpath d='M58.75 149.28V151.38H44.25V149.28H58.75ZM48.29 145.29C47.1 146.05 45.85 146.43 44.54 146.45V144.31C45.53 144.31 46.48 143.98 47.4 143.32C48.32 142.66 49.1 141.76 49.74 140.63C50.39 139.5 50.81 138.24 51.03 136.85L53.23 137.23C53.02 138.43 52.71 139.48 52.3 140.4L58.57 144.71L57.42 146.51L51.35 142.18C50.51 143.5 49.49 144.54 48.29 145.3V145.29Z' fill='%23131B1A'/%3E%3Cpath d='M79.82 145.09C79.11 145.18 78.37 145.22 77.6 145.22H74.38V137.05H76.4V143.32H77.82C79.42 143.32 80.66 143.16 81.56 142.83V144.69C81.11 144.87 80.53 145.01 79.83 145.1L79.82 145.09ZM78.62 151.27C77.47 151.7 76.27 151.91 75.02 151.91V149.81C75.97 149.81 76.88 149.65 77.74 149.33C78.6 149.01 79.33 148.56 79.94 147.98C80.54 147.4 80.94 146.74 81.14 146L83.28 146.51C83.2 146.83 83.03 147.26 82.77 147.82L88.74 150.13L87.99 152.11L81.54 149.42C80.75 150.22 79.78 150.84 78.63 151.27H78.62ZM79.06 141.09V139.17H82.5V136.92H84.5V145.74H82.5V141.09H79.06ZM86.04 147.36V136.84H88.06V147.36H86.04Z' fill='%23131B1A'/%3E%3C/svg%3E") no-repeat center center/contain;
}
article section.sec-lrChange .lan-noti {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
article section.sec-lrChange .lan-noti dl {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1vw;
  font-weight: 400;
  margin-bottom: min(6vw, 4rem);
}
article section.sec-lrChange .lan-noti dl b, article section.sec-lrChange .lan-noti dl strong {
  font-weight: 600;
}
article section.sec-lrChange .lan-noti dl b {
  color: #FF6A0D;
}
article section.sec-lrChange .lan-noti dl dt {
  font-size: min(4.6vw, 3rem);
  color: #333333;
  word-break: keep-all;
  text-wrap-style: pretty;
  line-height: 1.3;
}
article section.sec-lrChange .lan-noti dl dd {
  font-size: min(4vw, 2.2rem);
  font-weight: 600;
  color: #333333;
}
article section.sec-lrChange .lan-noti p {
  font-size: min(5vw, 3rem);
  rotate: -0.04deg;
  color: #333333;
}
article section.sec-lrChange .lan-noti p strong {
  font-weight: 700;
  color: #FF6A0D;
}
article section.sec-lrChange .lan-noti .chLan {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 1rem;
  border-radius: 20rem;
  border: 1px solid #FF6A0D;
  color: #FF6A0D;
  font-weight: 500;
  font-size: min(4.4vw, 2.4rem);
}
article section.sec-lrChange .lan-noti .chLan i {
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M7.99977 0.5C8.02105 0.5 8.04164 0.5 8.06292 0.500463H8.07056C8.09947 0.501157 8.12793 0.502315 8.15615 0.503934V0.500463L8.29194 0.505322C10.5953 0.588138 12.7535 1.6673 14.2127 3.46566C14.3275 3.60631 14.4406 3.75575 14.5488 3.90982C15.439 5.17543 15.9389 6.66173 15.9947 8.20794C15.9981 8.30834 16 8.40666 16 8.49988C16 8.59311 15.9981 8.69004 15.9947 8.79229C15.9389 10.3383 15.439 11.8246 14.5486 13.0906C14.442 13.2431 14.3288 13.3925 14.2127 13.535C12.7537 15.3329 10.5956 16.4116 8.29241 16.4947C8.22925 16.4968 8.15499 16.4988 8.07865 16.4991C8.07241 16.4995 8.06732 16.4995 8.06477 16.4995C8.0421 16.5 8.02128 16.5 8 16.5C7.97872 16.5 7.95674 16.5 7.93615 16.4995H7.9343C7.9306 16.4995 7.92551 16.4995 7.91926 16.4988C7.89451 16.4984 7.8693 16.4972 7.84408 16.4961V16.4995L7.70829 16.4947C5.40536 16.4119 3.24724 15.3332 1.78706 13.5353C1.66861 13.3888 1.55572 13.2396 1.45139 13.0911C0.560987 11.825 0.0610733 10.3387 0.00532246 8.79252C0.00162125 8.68911 9.53674e-07 8.59357 9.53674e-07 8.50012C9.53674e-07 8.40666 0.00185204 8.3095 0.00532246 8.20818C0.0610733 6.66219 0.560987 5.17589 1.45139 3.90982C1.55503 3.76177 1.66815 3.61209 1.78706 3.46566C3.24678 1.6673 5.40489 0.588138 7.70829 0.505322L7.84408 0.500463V0.503934C7.8693 0.502545 7.89428 0.50162 7.91903 0.501158C7.92644 0.500463 7.93199 0.500463 7.935 0.500463C7.95697 0.5 7.97895 0.5 8.00023 0.5H7.99977ZM7.58152 1.35731C7.27037 1.42764 6.9583 1.57754 6.6534 1.80332L6.60344 1.8401C6.59025 1.85005 6.57568 1.86161 6.56064 1.87387C5.8398 2.44619 5.23139 3.36896 4.79417 4.54968C4.96813 4.58831 5.14163 4.62347 5.30982 4.65355C6.04315 4.78679 6.80678 4.86429 7.58152 4.88418V1.35708V1.35731ZM11.2051 4.54991C10.7695 3.36989 10.1614 2.44711 9.44098 1.87549C9.41021 1.8512 9.37922 1.82691 9.34798 1.80424C9.04124 1.57823 8.72893 1.4281 8.41872 1.35754V4.88418C9.19484 4.86383 9.95824 4.78656 10.6895 4.65401C10.8604 4.62301 11.0337 4.58785 11.2051 4.54968V4.54991ZM13.3989 3.80479C12.6618 2.95743 11.7453 2.29952 10.7175 1.87734C11.2822 2.51188 11.7606 3.33982 12.1196 4.30794C12.5876 4.16289 13.0167 3.99402 13.3991 3.80479H13.3989ZM3.88086 4.30794C4.23989 3.33982 4.71829 2.51212 5.28229 1.87758C4.25447 2.29999 3.33769 2.95766 2.60043 3.80433C2.98213 3.99356 3.41172 4.16243 3.88086 4.30771V4.30794ZM3.62848 5.07966C3.06472 4.90338 2.55023 4.69403 2.09543 4.45599C1.35631 5.53168 0.928577 6.77994 0.853625 8.08164H3.17437C3.20583 7.06864 3.34949 6.09081 3.60187 5.17381C3.61067 5.14235 3.61969 5.11112 3.62848 5.07989V5.07966ZM15.1461 8.08164C15.071 6.78017 14.6435 5.53191 13.9043 4.45622C13.45 4.69449 12.9357 4.90385 12.3718 5.07943C12.3808 5.11042 12.3896 5.14165 12.3981 5.17311C12.6505 6.09104 12.7944 7.06887 12.8259 8.08187H15.1461V8.08164ZM11.8718 8.08164C11.8401 7.13642 11.7032 6.21943 11.4642 5.35355C11.4617 5.3443 11.4591 5.33505 11.4564 5.32579C11.4411 5.32926 11.4261 5.33273 11.4108 5.3362C11.2391 5.3753 11.0559 5.41277 10.8665 5.44771C10.0825 5.59113 9.25961 5.67395 8.41848 5.69454V8.08187H11.8716L11.8718 8.08164ZM7.58152 5.69477C6.73668 5.67395 5.91383 5.5909 5.13377 5.44771C4.94847 5.41393 4.76525 5.37669 4.58921 5.33644C4.57417 5.33297 4.55914 5.3295 4.54387 5.32603C4.54155 5.33435 4.53924 5.34245 4.53693 5.35078C4.29634 6.22012 4.15962 7.13735 4.12932 8.08164H7.58175V5.69477H7.58152ZM0.853625 8.91882C0.92904 10.2205 1.35678 11.469 2.09589 12.5445C2.55116 12.3062 3.06564 12.0968 3.62871 11.921C3.61992 11.8898 3.61113 11.8583 3.60234 11.8269C3.34995 10.9094 3.20606 9.93182 3.1746 8.91859H0.853393L0.853625 8.91882ZM4.12908 8.91882C4.15985 9.86474 4.29657 10.782 4.536 11.6469C4.53855 11.6562 4.54109 11.6652 4.54364 11.6744C4.55914 11.671 4.5744 11.6675 4.5899 11.664C4.7641 11.6247 4.94708 11.5875 5.13354 11.553C5.9166 11.4098 6.73923 11.3267 7.58152 11.3059V8.91906H4.12932L4.12908 8.91882ZM8.41872 8.91882V11.3062C9.26424 11.3272 10.0859 11.41 10.866 11.5528C11.0494 11.5861 11.2329 11.6235 11.4108 11.664C11.4258 11.6675 11.4411 11.671 11.4561 11.6744C11.4587 11.6656 11.461 11.6569 11.4635 11.6478C11.7027 10.7806 11.8395 9.86335 11.8705 8.91882H8.41872ZM12.8254 8.91882C12.7944 9.9302 12.6507 10.9078 12.3977 11.8267C12.3889 11.8581 12.3801 11.8893 12.3713 11.9206C12.9348 12.0964 13.4491 12.3057 13.9036 12.5438C14.6428 11.4683 15.0705 10.2201 15.1459 8.91859H12.8252L12.8254 8.91882ZM7.58152 12.1156C6.804 12.1359 6.0406 12.2134 5.31028 12.3462C5.12614 12.3798 4.95703 12.4138 4.79417 12.4506C5.23209 13.6322 5.84165 14.5557 6.5618 15.1273L6.59742 15.155L6.6534 15.1967C6.94465 15.4125 7.24307 15.5592 7.54173 15.6337L7.54404 15.6314L7.58152 15.6413V12.1156ZM11.2047 12.4503C11.03 12.4115 10.8565 12.3765 10.6893 12.3467C9.95824 12.2137 9.19507 12.1364 8.41848 12.1165V15.6425C8.7287 15.5719 9.04077 15.4218 9.34683 15.1965C9.37852 15.1731 9.40975 15.1488 9.44052 15.1247C10.1609 14.5531 10.7691 13.6303 11.2044 12.4506L11.2047 12.4503ZM13.3989 13.1954C13.0181 13.0067 12.589 12.8378 12.1191 12.6925C11.7608 13.6602 11.2826 14.4877 10.7179 15.1224C11.7455 14.6998 12.6621 14.0421 13.3991 13.1954H13.3989ZM5.28252 15.1224C4.71806 14.4879 4.23989 13.6602 3.88086 12.6925C3.41241 12.8376 2.98329 13.0064 2.60135 13.1957C3.33769 14.0421 4.25401 14.6998 5.28252 15.1227V15.1224Z' fill='%233F6BFF'/%3E%3C/svg%3E") no-repeat 0 0/contain;
  width: min(7vw, 3rem);
  aspect-ratio: 1/1;
}
article section.sec-lrChange .lan-list {
  margin-bottom: min(6vw, 4rem);
}
article section.sec-lrChange .lan-list ul {
  display: flex;
  flex-direction: column;
  gap: min(3vw, 1rem);
}
article section.sec-lrChange .lan-list ul li {
  padding: 4vw;
  border: 1px solid #dddddd;
  border-radius: min(1vw, 0.4rem);
  color: #777777;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
article section.sec-lrChange .lan-list ul li:has(button:hover) {
  border-color: #FF6A0D;
}
article section.sec-lrChange .lan-list ul li > div {
  display: flex;
  align-items: center;
  gap: 2vw;
}
article section.sec-lrChange .lan-list ul li > div i.symbol {
  width: 9vw;
  aspect-ratio: 1/1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
article section.sec-lrChange .lan-list ul li > div dl {
  text-align: left;
}
article section.sec-lrChange .lan-list ul li > div dl dt {
  font-size: min(5vw, 2.4rem);
  font-weight: 700;
  color: #333333;
  word-break: keep-all;
  text-wrap-style: pretty;
  line-height: 1.3;
}
article section.sec-lrChange .lan-list ul li > div dl dd {
  font-size: min(4vw, 1.6rem);
  color: #999999;
  font-weight: 400;
}
article section.sec-lrChange .lan-list .lr-pick {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw;
  font-weight: 400;
  text-align: left;
}
article section.sec-lrChange .lan-list .lr-pick b, article section.sec-lrChange .lan-list .lr-pick strong {
  font-weight: 600;
}
article section.sec-lrChange .lan-list .lr-pick b {
  color: #FF6A0D;
}
article section.sec-lrChange .lan-list .lr-pick em {
  padding: 0.5vw 2.6vw;
  border-radius: 10rem;
  color: #FF6A0D;
  font-weight: 500;
  background: rgba(255, 106, 13, 0.12);
  font-size: max(1.2rem, 2vw);
  flex-shrink: 0;
  line-height: 1;
}
article section.sec-lrChange .lan-list .lr-pick p {
  font-size: min(4.6vw, 2rem);
  color: #333333;
  word-break: keep-all;
  text-wrap-style: pretty;
  line-height: 1.3;
  font-weight: 600;
}
article section .sec_inner {
  width: calc(100% - min(6rem, 6vw));
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.caution {
  display: flex;
  font-size: max(0.73vw, 1.2rem);
  line-height: 1.3;
  color: inherit;
}
.caution::before {
  content: "※";
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-right: 0.2rem;
  word-break: keep-all;
  text-wrap-style: pretty;
}

.noti-cau {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #999999;
  margin-left: 2rem;
  position: relative;
  font-weight: 300;
}
.noti-cau strong {
  font-weight: 500;
  color: #777777;
}
.noti-cau::before {
  content: "※";
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin-right: 0.2rem;
  position: absolute;
  left: -2rem;
  top: -0.02rem;
  word-break: keep-all;
  text-wrap-style: pretty;
}

.ip-cau {
  position: relative;
  color: #999999;
  font-weight: 300;
  margin-top: 1rem;
  margin-left: 2.6rem;
  display: none;
  word-break: keep-all;
  text-wrap-style: pretty;
}
.ip-cau::before {
  content: "";
  background: #333333 url("data:image/svg+xml;charset=utf8,%3Csvg width='2' height='10' viewBox='0 0 2 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.5C0 0.947715 0.447715 0.5 1 0.5V0.5C1.55228 0.5 2 0.947715 2 1.5V5.5C2 6.05228 1.55228 6.5 1 6.5V6.5C0.447715 6.5 0 6.05228 0 5.5V1.5Z' fill='%23fff'/%3E%3Cpath d='M0 8.5C0 7.94772 0.447715 7.5 1 7.5V7.5C1.55228 7.5 2 7.94772 2 8.5V8.5C2 9.05228 1.55228 9.5 1 9.5V9.5C0.447715 9.5 0 9.05228 0 8.5V8.5Z' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center center/0.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  position: absolute;
  left: -2.6rem;
  top: 0.1rem;
}
.ip-cau.warring {
  color: #FF6A0D;
  font-weight: 400;
}
.ip-cau.warring::before {
  background-color: #FF6A0D;
}

.set-flex {
  display: flex;
  align-items: center;
}

/* ------------------------
       반응형 1024px
----------------------- */
@media screen and (max-width: 1024px) {
  .sec_tit h3 {
    text-wrap-mode: balance;
  }
  .sec_tit h3 span {
    display: block;
  }
  .sec_tit h3 br {
    display: none;
  }
  article.contents section {
    background: #ffffff;
    padding: min(12vw, 6rem) 0;
  }
}
/* ------------------------
       반응형 535px
----------------------- */
@media screen and (max-width: 535px) {
  .sec_tit h3 {
    font-size: 5.6vw;
  }
  .sec_tit p {
    font-size: 4.2vw;
  }
}
/* 전체 레이아웃 */