:root {
  --text1-color: #333;
  --text2-color: #4f535a;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Pretendard Variable";
  font-weight: 500;
  letter-spacing: -1px;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
}

.mobile-delete {
  font-weight: inherit;
}

@media screen and (max-width: 559px) {
  .mobile-delete {
    display: none;
  }
}
@-webkit-keyframes opacity-zero-one {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-zero-one {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes main-circle-appear {
  0% {
    border: 1px solid var(--accent-color) 0;
  }
  80% {
    color: var(--text-color);
    background-color: #E6EDFE;
    border: 1px solid var(--accent-color);
  }
  100% {
    background-color: unset;
    border: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@keyframes main-circle-appear {
  0% {
    border: 1px solid var(--accent-color) 0;
  }
  80% {
    color: var(--text-color);
    background-color: #E6EDFE;
    border: 1px solid var(--accent-color);
  }
  100% {
    background-color: unset;
    border: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@-webkit-keyframes circle-appear {
  30% {
    -webkit-transform: translate(var(--circle-x), var(--circle-y));
            transform: translate(var(--circle-x), var(--circle-y));
  }
  70% {
    color: var(--text-color);
    background-color: #E6EDFE;
  }
  100% {
    -webkit-transform: translate(var(--circle-x), var(--circle-y));
            transform: translate(var(--circle-x), var(--circle-y));
    color: #fff;
    background-color: var(--accent-color);
  }
}
@keyframes circle-appear {
  30% {
    -webkit-transform: translate(var(--circle-x), var(--circle-y));
            transform: translate(var(--circle-x), var(--circle-y));
  }
  70% {
    color: var(--text-color);
    background-color: #E6EDFE;
  }
  100% {
    -webkit-transform: translate(var(--circle-x), var(--circle-y));
            transform: translate(var(--circle-x), var(--circle-y));
    color: #fff;
    background-color: var(--accent-color);
  }
}
@-webkit-keyframes line-appear {
  0% {
    -webkit-transform: scale(100%) translate(-50%, -50%);
            transform: scale(100%) translate(-50%, -50%);
  }
  to {
    -webkit-transform: scale(0%) translate(-50%, -50%);
            transform: scale(0%) translate(-50%, -50%);
  }
}
@keyframes line-appear {
  0% {
    -webkit-transform: scale(100%) translate(-50%, -50%);
            transform: scale(100%) translate(-50%, -50%);
  }
  to {
    -webkit-transform: scale(0%) translate(-50%, -50%);
            transform: scale(0%) translate(-50%, -50%);
  }
}
@-webkit-keyframes blue-line-appear {
  0% {
    opacity: 1;
    width: 0px;
    height: 0px;
    border: 10px solid #0080ff;
    background-color: rgba(0, 128, 255, 0.3137254902);
  }
  40% {
    width: 10000px;
    height: 10000px;
    border: 10px solid #0080ff;
    background-color: rgba(0, 128, 255, 0);
  }
  99% {
    opacity: 0;
    width: 10000px;
    height: 10000px;
    border: 10px solid #0080ff;
    background-color: rgba(0, 128, 255, 0);
    display: none;
  }
  100% {
    opacity: 0;
    width: 0px;
    height: 0px;
    border: 0px solid #0080ff;
    background-color: rgba(0, 128, 255, 0);
    display: none;
  }
}
@keyframes blue-line-appear {
  0% {
    opacity: 1;
    width: 0px;
    height: 0px;
    border: 10px solid #0080ff;
    background-color: rgba(0, 128, 255, 0.3137254902);
  }
  40% {
    width: 10000px;
    height: 10000px;
    border: 10px solid #0080ff;
    background-color: rgba(0, 128, 255, 0);
  }
  99% {
    opacity: 0;
    width: 10000px;
    height: 10000px;
    border: 10px solid #0080ff;
    background-color: rgba(0, 128, 255, 0);
    display: none;
  }
  100% {
    opacity: 0;
    width: 0px;
    height: 0px;
    border: 0px solid #0080ff;
    background-color: rgba(0, 128, 255, 0);
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  html.lock-scroll, body.lock-scroll {
    overflow: hidden;
  }
}
#region_infomation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 130px;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  #region_infomation {
    padding-top: 94px;
  }
}
#region_infomation #greet {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: var(--second-color);
  padding: 0px 40px 180px 40px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 559px) {
  #region_infomation #greet {
    padding: 0px 20px 60px 20px;
  }
}
#region_infomation #greet .greet-en-title {
  font-size: 34px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  #region_infomation #greet .greet-en-title {
    font-size: 30px;
  }
}
#region_infomation #greet .greet-kr-title {
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width: 559px) {
  #region_infomation #greet .greet-kr-title {
    display: none;
  }
}
#region_infomation #greet .greet-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  color: var(--accent-color);
}
@media screen and (max-width: 559px) {
  #region_infomation #greet .pc {
    display: none;
  }
}
#region_infomation #greet .mobile {
  display: none;
}
@media screen and (max-width: 559px) {
  #region_infomation #greet .mobile {
    display: block;
  }
}
#region_infomation #tms_summary_container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
}
@media screen and (max-width: 1159px) {
  #region_infomation #tms_summary_container {
    margin-top: -180px;
  }
}
#region_infomation #tms_summary_container::-webkit-scrollbar {
  display: none;
}
#region_infomation #tms_summary_container #blue_line {
  opacity: 0;
  width: 0;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 50%;
  border: 10px solid #0080ff;
  background-color: rgba(0, 128, 255, 0.1882352941);
  z-index: 30;
}
#region_infomation #tms_summary_container #tms_summary {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  height: 950px;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
}
#region_infomation #tms_summary_container #tms_summary .circle {
  border-radius: 50%;
  background-color: #F4F6FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.07);
}
@media screen and (max-width: 559px) {
  #region_infomation #tms_summary_container #tms_summary .circle {
    font-size: 15px;
  }
}
#region_infomation #tms_summary_container #tms_summary .main-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  color: var(--accent-color);
}
@media screen and (max-width: 1159px) {
  #region_infomation #tms_summary_container #tms_summary .main-circle {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 559px) {
  #region_infomation #tms_summary_container #tms_summary .main-circle {
    width: 110px;
    height: 110px;
  }
}
#region_infomation #tms_summary_container #tms_summary .main-circle #line_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#region_infomation #tms_summary_container #tms_summary .main-circle #line_box .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 50%;
  border: 1px solid #F1F2F3;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 1159px) {
  #region_infomation #tms_summary_container #tms_summary .main-circle #line_box .line {
    -webkit-transform: scale(0.65) translate(-50%, -50%);
            transform: scale(0.65) translate(-50%, -50%);
  }
}
#region_infomation #tms_summary_container #tms_summary .main-circle #line_box .line:nth-child(1) {
  width: 380px;
  height: 380px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#region_infomation #tms_summary_container #tms_summary .main-circle #line_box .line:nth-child(2) {
  width: 614px;
  height: 614px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#region_infomation #tms_summary_container #tms_summary .main-circle #line_box .line:nth-child(3) {
  width: 878px;
  height: 878px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#region_infomation #tms_summary_container #tms_summary .main-circle .appear-title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50vw;
  top: 120%;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 1159px) {
  #region_infomation #tms_summary_container #tms_summary .main-circle .appear-title {
    width: 90vw;
    top: 290%;
    word-break: keep-all;
    font-size: 18px;
  }
}
#region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p {
  word-break: keep-all;
  line-height: 1.8em;
  text-align: center;
  font-weight: 500;
  color: var(--second-color);
}
#region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p.pc {
  display: block;
}
#region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p.tablet, #region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p.mobile {
  display: none;
}
@media (min-width: 560px) and (max-width: 1159px) {
  #region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p.tablet {
    display: block;
  }
  #region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p.pc, #region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p.mobile {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  #region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p.mobile {
    display: block;
  }
  #region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p.pc, #region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p.tablet {
    display: none;
  }
}
#region_infomation #tms_summary_container #tms_summary .main-circle .appear-title > p span {
  color: var(--accent-color);
}
#region_infomation #tms_summary_container #tms_summary .fowarder {
  --circle-x:-40%;
  --circle-y:-40%;
  left: 15%;
  top: 35%;
  width: 184px;
  height: 184px;
}
@media screen and (max-width: 1159px) {
  #region_infomation #tms_summary_container #tms_summary .fowarder {
    left: 15%;
    top: 35%;
    width: 127px;
    height: 127px;
  }
}
@media screen and (max-width: 559px) {
  #region_infomation #tms_summary_container #tms_summary .fowarder {
    left: 18%;
    top: 39%;
    width: 90px;
    height: 90px;
  }
}
#region_infomation #tms_summary_container #tms_summary .customs {
  --circle-x:-60%;
  --circle-y:-40%;
  left: 90%;
  top: 30%;
  width: 108px;
  height: 108px;
}
@media screen and (max-width: 1159px) {
  #region_infomation #tms_summary_container #tms_summary .customs {
    left: 83%;
    top: 32%;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 559px) {
  #region_infomation #tms_summary_container #tms_summary .customs {
    left: 82%;
    top: 34%;
    width: 90px;
    height: 90px;
  }
}
#region_infomation #tms_summary_container #tms_summary .courier {
  --circle-x:-60%;
  --circle-y:-60%;
  left: 70%;
  top: 90%;
  width: 132px;
  height: 132px;
}
@media screen and (max-width: 1159px) {
  #region_infomation #tms_summary_container #tms_summary .courier {
    left: 70%;
    top: 69%;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 559px) {
  #region_infomation #tms_summary_container #tms_summary .courier {
    left: 80%;
    top: 65%;
    width: 90px;
    height: 90px;
  }
}
#region_infomation #tms_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 120px;
  margin: 180px 0;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #tms_info {
    margin: 0 0 120px;
    gap: 60px;
  }
}
@media (min-width: 600px) and (max-width: 1159px) {
  #region_infomation #tms_info {
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #tms_info {
    padding: 0 20px;
  }
}
#region_infomation #tms_info .tms-info-rows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
  will-change: transform;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: -webkit-transform 1s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 1s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: transform 1s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 1s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#region_infomation #tms_info .tms-info-rows.top {
  left: 2%;
}
#region_infomation #tms_info .tms-info-rows.bottom {
  left: -7%;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #tms_info .tms-info-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  #region_infomation #tms_info .tms-info-rows.top {
    left: 0;
  }
  #region_infomation #tms_info .tms-info-rows.bottom {
    left: 0;
  }
}
#region_infomation #tms_info .tms-info-rows .ims-info-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 45px;
  -ms-flex-preferred-size: 468px;
      flex-basis: 468px;
  height: 468px;
  gap: 20px;
  border-radius: 24px;
  will-change: transform;
  background: radial-gradient(100% 100% at 0% 0%, #F4F6FB 0%, rgba(244, 246, 251, 0) 100%);
  color: var(--second-color);
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1159px) {
  #region_infomation #tms_info .tms-info-rows .ims-info-row {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: -webkit-transform 1s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 1s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 1s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 1s cubic-bezier(0.39, 0.58, 0.57, 1);
  }
}
@media (min-width: 600px) and (max-width: 1159px) {
  #region_infomation #tms_info .tms-info-rows .ims-info-row {
    padding: 60px 30px;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    max-width: 360px;
    min-height: 360px;
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #tms_info .tms-info-rows .ims-info-row {
    padding: 60px 30px;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    max-width: 360px;
    width: 100%;
    min-height: 360px;
    height: auto;
  }
}
#region_infomation #tms_info .tms-info-rows .ims-info-row p {
  position: relative;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#region_infomation #tms_info .tms-info-rows .ims-info-row.top p {
  left: -1%;
}
#region_infomation #tms_info .tms-info-rows .ims-info-row.bottom p {
  left: 1%;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #tms_info .tms-info-rows .ims-info-row.top p {
    left: 0;
  }
  #region_infomation #tms_info .tms-info-rows .ims-info-row.bottom p {
    left: 0;
  }
}
#region_infomation #tms_info .tms-info-rows .ims-info-row .en-title {
  font-weight: 600;
  font-size: 22px;
  color: var(--accent-color);
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #tms_info .tms-info-rows .ims-info-row .en-title {
    font-size: 18px;
  }
}
#region_infomation #tms_info .tms-info-rows .ims-info-row .kr-title {
  font-size: 28px;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #tms_info .tms-info-rows .ims-info-row .kr-title {
    font-size: 24px;
  }
}
#region_infomation #tms_info .tms-info-rows .ims-info-row .description {
  line-height: 30px;
  font-size: 20px;
  word-break: keep-all;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #tms_info .tms-info-rows .ims-info-row .description {
    font-size: 16px;
  }
}
#region_infomation #region_select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding: 200px 0px 100px;
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #region_select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
    padding: 100px 0;
    height: auto;
  }
}
@media (min-width: 600px) and (max-width: 1159px) {
  #region_infomation #region_select {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 0) and (max-width: 599px) {
  #region_infomation #region_select {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#region_infomation #region_select #branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #region_select #branch {
    gap: 20px;
  }
}
#region_infomation #region_select #branch .branch-title p {
  text-align: center;
}
#region_infomation #region_select #branch .branch-title p:nth-child(1) {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: normal;
}
#region_infomation #region_select #branch .branch-title p:nth-child(2) {
  font-size: 30px;
  font-weight: 100;
}
#region_infomation #region_select #branch .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select #branch .btns {
    gap: 10px;
  }
}
#region_infomation #region_select #branch .btns .btn-region {
  width: 100px;
  height: 80px;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0823529412)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0.0823529412) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media (hover: hover) and (pointer: fine) {
  #region_infomation #region_select #branch .btns .btn-region:hover {
    -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 80px #000;
            box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 80px #000;
  }
}
#region_infomation #region_select #branch .btns .btn-region:active {
  -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 80px #000;
          box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 80px #000;
}
#region_infomation #region_select #branch .btns .btn-region.selected {
  -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 80px #000;
          box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 80px #000;
  pointer-events: none;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select #branch .btns .btn-region {
    width: 60px;
    height: 60px;
  }
}
#region_infomation #region_select #branch .btns .btn-region .region-name {
  font-size: 17px;
  font-weight: 600;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select #branch .btns .btn-region .region-name {
    display: none;
  }
}
#region_infomation #region_select .map-region {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 444px;
}
@media (min-width: 600px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 678px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region {
    height: 572px;
  }
}
#region_infomation #region_select .map-region .region {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
#region_infomation #region_select .map-region .region.selected {
  top: auto;
  left: auto;
  -webkit-transform: unset;
          transform: unset;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region .region {
    gap: 0 !important;
  }
}
#region_infomation #region_select .map-region .region .region-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region .region .region-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#region_infomation #region_select .map-region .region .region-desc {
  position: absolute;
  bottom: 30%;
  left: -22%;
  z-index: 2;
  -webkit-filter: drop-shadow(0px 16px 40px rgba(112, 144, 176, 0.07));
          filter: drop-shadow(0px 16px 40px rgba(112, 144, 176, 0.07));
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region .region .region-desc {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region .region .region-desc {
    max-width: 400px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region .region-desc {
    max-width: 280px;
  }
}
#region_infomation #region_select .map-region .region .region-desc p {
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
#region_infomation #region_select .map-region .region .region-desc p.sub-title {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region .region-desc p.sub-title {
    font-size: 18px;
  }
}
#region_infomation #region_select .map-region .region .region-desc p.title {
  font-size: 50px;
  color: var(--accent-color);
  margin: 20px 0px 50px;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region .region .region-desc p.title {
    margin: 20px 0;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region .region-desc p.title {
    font-size: 40px;
  }
}
#region_infomation #region_select .map-region .region .region-desc p.desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  word-break: keep-all;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
#region_infomation #region_select .map-region .region .region-desc p.desc.mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region .region-desc p.desc.pc {
    display: none;
  }
  #region_infomation #region_select .map-region .region .region-desc p.desc.mobile {
    display: block;
  }
  #region_infomation #region_select .map-region .region .region-desc p.desc {
    font-size: 15px;
  }
}
#region_infomation #region_select .map-region .region .region-img {
  position: relative;
  top: 0;
  -webkit-transition: all 550ms ease-out;
  transition: all 550ms ease-out;
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region .region .region-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#region_infomation #region_select .map-region .region .region-img img {
  width: 50%;
}
#region_infomation #region_select .map-region .region.hide .region-img {
  opacity: 0;
  top: 50px;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region.hide .region-desc p {
    -webkit-transform: translateX(-30px) !important;
            transform: translateX(-30px) !important;
  }
}
#region_infomation #region_select .map-region .region#china {
  gap: 20px;
}
#region_infomation #region_select .map-region .region#china .region-desc {
  top: calc(50% - 106px);
  left: calc(50% - 422px);
}
#region_infomation #region_select .map-region .region#china.hide .region-desc p {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
#region_infomation #region_select .map-region .region#china .region-img {
  width: 100%;
  max-width: 594px;
}
#region_infomation #region_select .map-region .region#china .region-img img {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region#china .region-img {
    max-width: 350px;
    margin: 40px 0 0;
  }
  #region_infomation #region_select .map-region .region#china .region-img img {
    content: url(../../img/region_information/map_china_m.png);
  }
}
#region_infomation #region_select .map-region .region#uk {
  gap: 60px;
}
#region_infomation #region_select .map-region .region#uk .region-desc {
  top: calc(50% - 134px);
  left: calc(50% - 307px);
}
#region_infomation #region_select .map-region .region#uk.hide .region-desc p {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region .region#uk .region-img {
    margin: 36px 0 46px;
  }
}
#region_infomation #region_select .map-region .region#uk .region-img {
  width: 100%;
  max-width: 275px;
}
#region_infomation #region_select .map-region .region#uk .region-img img {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region#uk .region-img {
    margin-left: -40px;
    max-width: 225px;
  }
  #region_infomation #region_select .map-region .region#uk .region-img img {
    content: url(../../img/region_information/map_uk_m.png);
  }
}
#region_infomation #region_select .map-region .region#usa {
  gap: 60px;
}
#region_infomation #region_select .map-region .region#usa .region-desc {
  top: calc(50% - 30px);
  left: calc(50% + 60px);
}
#region_infomation #region_select .map-region .region#usa.hide .region-desc p {
  opacity: 0;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
#region_infomation #region_select .map-region .region#usa .region-img {
  width: 100%;
  max-width: 594px;
}
@media (min-width: 600px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region .region#usa .region-img {
    margin: 60px 0 70px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region#usa .region-img {
    margin: 40px 0 100px;
  }
}
#region_infomation #region_select .map-region .region#usa .region-img img {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region#usa .region-img {
    max-width: 280px;
  }
  #region_infomation #region_select .map-region .region#usa .region-img img {
    content: url(../../img/region_information/map_usa_m.png);
  }
}
#region_infomation #region_select .map-region .region#germany {
  gap: 100px;
}
#region_infomation #region_select .map-region .region#germany .region-desc {
  top: calc(50% - 137px);
  left: calc(50% + 99px);
}
#region_infomation #region_select .map-region .region#germany.hide .region-desc p {
  opacity: 0;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region .region#germany .region-img {
    margin: 60px 0 70px;
  }
}
#region_infomation #region_select .map-region .region#germany .region-img {
  width: 100%;
  max-width: 302px;
}
#region_infomation #region_select .map-region .region#germany .region-img img {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region#germany .region-img {
    margin: 60px 0 10px;
    max-width: 275px;
  }
  #region_infomation #region_select .map-region .region#germany .region-img img {
    content: url(../../img/region_information/map_germany_m.png);
  }
}
#region_infomation #region_select .map-region .region#japan {
  gap: 120px;
}
#region_infomation #region_select .map-region .region#japan .region-desc {
  top: calc(50% - 170px);
  left: calc(50% - 370px);
}
#region_infomation #region_select .map-region .region#japan.hide .region-desc p {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
@media (min-width: 0px) and (max-width: 1159px) {
  #region_infomation #region_select .map-region .region#japan .region-img {
    margin: 20px 0 30px;
  }
}
#region_infomation #region_select .map-region .region#japan .region-img {
  width: 100%;
  max-width: 369px;
}
#region_infomation #region_select .map-region .region#japan .region-img img {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 599px) {
  #region_infomation #region_select .map-region .region#japan .region-img {
    margin: 20px 0;
    max-width: 260px;
  }
  #region_infomation #region_select .map-region .region#japan .region-img img {
    content: url(../../img/region_information/map_japan_m.png);
  }
}