@charset "UTF-8";
.md-floating-i2b {
  display: block;
  position: fixed;
  z-index: 98;
  cursor: pointer;
  bottom: 100px;
  right: 70px;
  width: 100px;
}
.md-floating-i2b__anchor {
  cursor: pointer;
  display: block;
  font-size: 0;
}
.md-floating-i2b__img {
  max-width: 100%;
}
.md-floating-i2b__img--mobile {
  display: none;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .md-floating-i2b {
    width: 6.9444444444vw;
  }
}
@media only screen and (max-width: 1080px) {
  .md-floating-i2b {
    width: 62px;
    right: 16px;
  }
  .md-floating-i2b__img {
    display: none;
  }
  .md-floating-i2b__img--mobile {
    display: block;
  }
}

.md-ribbon-i2b {
  position: fixed;
  right: -61px;
  top: 50%;
  z-index: 98;
  width: 122px;
  height: 36px;
  background-color: #fd312e;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  line-height: 36px;
  text-align: center;
  transform: rotate(-90deg) translateY(-50%);
}
.md-ribbon-i2b__anchor {
  color: #fff;
  display: block;
  height: 100%;
  font-size: 16px;
}
.md-ribbon-i2b__anchor:hover {
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .md-ribbon-i2b {
    width: 108px;
    height: 26px;
    font-size: 12px;
    line-height: 30px;
    right: -54px;
  }
}

.header.tiny-header .logo {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1439px) and (min-width: 1081px) {
  .header.tiny-header .logo {
    left: 16px;
  }
}
.header.tiny-header .logo a {
  display: block;
  width: 77px;
  height: 34px;
  background: url(/theme/rbFront/img/w/lg-logo-1.png) no-repeat 0 0;
}
@media only screen and (max-width: 1080px) {
  .header.tiny-header .logo {
    transform: translate(-50%, -50%);
  }
  .header.tiny-header .logo a {
    width: 91px;
    height: 21px;
    background-position: center;
    background-size: contain;
  }
}
.header.tiny-header .search .open {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1080px) {
  .header.tiny-header .search .open {
    top: 0;
    transform: translateY(0);
  }
}
.header.tiny-header .keyword .input {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1080px) {
  .header.tiny-header .keyword .input {
    top: 0;
    transform: translateY(0);
  }
}
.header.tiny-header .keyword .close {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1080px) {
  .header.tiny-header .keyword .close {
    top: 0;
    transform: translateY(0);
  }
}
.header.tiny-header .gnb .dep1 {
  margin-left: 125px;
}
.header.tiny-header .gnb .dep1 > li p > a, .header.tiny-header .gnb .dep1 > li div > a {
  font-size: 20px;
  font-family: "LG EI Headline";
  color: #000;
  font-weight: 400;
}
.header.tiny-header .gnb .dep1 > li.on .dep1_content {
  display: flex;
  visibility: visible;
}
.header.tiny-header .gnb .dep1 .dep1_content {
  position: absolute;
  left: 134px;
  width: 1308px;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  padding-bottom: 45px;
}
.header.tiny-header .gnb .dep1 .dep1_content .dep1_content_exit {
  display: none;
}
.header.tiny-header .gnb .dep1 .dep1_content .dep2 {
  position: static;
  left: auto;
  top: auto;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1229px) and (min-width: 1081px) {
  .header.tiny-header .gnb .dep1 .dep1_content .dep2 {
    transform: translate(0, 0);
  }
}
.header.tiny-header .gnb .dep1 .dep1_content .dep2 > li {
  margin-right: 58px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .header.tiny-header .gnb .dep1 .dep1_content .dep2 > li {
    margin-right: 34px;
  }
}
.header.tiny-header .gnb .dep1 .dep1_content .dep2 > li > a {
  font-size: 20px;
  font-family: "LG EI Headline";
  color: #000;
  padding-top: 30px;
  height: auto;
  line-height: normal;
  font-weight: 400;
}
.header.tiny-header .gnb .dep1 .dep1_content .dep2 > li > a:hover, .header.tiny-header .gnb .dep1 .dep1_content .dep2 > li > a:active {
  cursor: default;
}
.header.tiny-header .gnb .dep1 .dep1_content .dep2 > li > a[href]:hover, .header.tiny-header .gnb .dep1 .dep1_content .dep2 > li > a[href]:active {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .header.tiny-header .gnb .dep1 .dep1_content .dep2 > li > a {
    font-size: 18px;
    padding-top: 2.0833333333vw;
  }
}
.header.tiny-header .gnb .dep1 .dep1_content .dep2 > li .dep3 {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
  gap: 9px;
  margin-bottom: 0;
}
.header.tiny-header .gnb .dep1 .dep1_content .dep2 > li .dep3 li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.header.tiny-header .gnb .dep1 .dep1_content .dep2 > li .dep3 li a {
  font-weight: 400;
}
.header.tiny-header .gnb .dep1 .dep1_content .dep2 > li .dep3 li a:active, .header.tiny-header .gnb .dep1 .dep1_content .dep2 > li .dep3 li a:hover {
  text-decoration: underline;
  color: #000;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .header.tiny-header .gnb .dep1 .dep1_content .dep2 > li .dep3 {
    margin-top: 1.8055555556vw;
    gap: 0.625vw;
  }
  .header.tiny-header .gnb .dep1 .dep1_content .dep2 > li .dep3 li {
    font-size: 16px;
  }
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story {
  position: static;
  right: auto;
  top: auto;
  width: 100%;
  display: flex;
  border-top: solid 1px #E3E3E3;
  padding-top: 35px;
  height: auto;
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story > div {
  width: 100%;
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story .slick-slide > div {
  display: flex;
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story .slick-track {
  margin-left: 0;
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story .slickcard {
  display: flex !important;
  gap: 40px;
  width: 100%;
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story span {
  width: 196px;
  display: flex;
  align-items: center;
  height: auto;
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story .txt {
  float: none;
  display: flex;
  flex-direction: column;
  max-width: none;
  height: auto;
  width: 144px;
  justify-content: center;
  gap: 22px;
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story .txt .tit_ss {
  font-family: "LG EI Text";
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2줄까지만 표시 */
  -webkit-box-orient: vertical;
  word-break: break-word; /* 필요시 영어 단어 줄바꿈 */
  line-height: 1.2; /* 줄간격 설정 */
  max-height: 2.4em; /* line-height * 2줄 */
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story .txt .tit_ss a {
  font-family: "LG EI Text";
  font-weight: 400;
  font-size: 18px;
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story .txt .btn_type {
  line-height: normal;
  margin-top: 0;
  text-decoration: underline;
}
.header.tiny-header .gnb .dep1 .dep1_content .special_story .txt .btn_type span {
  font-family: "LG EI Text";
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  overflow: visible;
  text-overflow: clip;
  word-wrap: normal;
  line-height: normal;
}
.header.tiny-header .gnb .dep1 li:nth-child(2) .dep2 > li {
  margin-right: 82px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .header.tiny-header .gnb .dep1 li:nth-child(2) .dep2 > li {
    margin-right: 4.3055555556vw;
  }
}
.header.tiny-header .gnb .dep1 li:nth-child(2) .dep2 > li:nth-child(3) {
  margin-right: 54px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .header.tiny-header .gnb .dep1 li:nth-child(2) .dep2 > li:nth-child(3) {
    margin-right: 3.0555555556vw;
  }
}
.header.tiny-header .gnb .dep1 li:nth-child(3) .dep2 > li {
  margin-right: 172px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .header.tiny-header .gnb .dep1 li:nth-child(3) .dep2 > li {
    margin-right: 11.9444444444vw;
  }
}
.header.tiny-header .gnb .dep1 li:nth-child(3) .dep2 > li:nth-child(2) {
  margin-right: 82px;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .header.tiny-header .gnb .dep1 li:nth-child(3) .dep2 > li:nth-child(2) {
    margin-right: 5.6944444444vw;
  }
}
@media only screen and (max-width: 1080px) {
  .header.tiny-header .gnb .hold {
    padding: 0 20px 0 29px;
  }
  .header.tiny-header .gnb.on .dep1 {
    margin-left: 0;
  }
  .header.tiny-header .gnb.on .dep1 > li p > a, .header.tiny-header .gnb.on .dep1 > li div > a {
    font-size: 18px;
    padding: 20px 0 20px 0;
    font-weight: 400;
    line-height: normal;
  }
  .header.tiny-header .gnb.on .dep1 > li p > a::before, .header.tiny-header .gnb.on .dep1 > li div > a::before {
    display: none;
  }
  .header.tiny-header .gnb.on .dep1 > li p > a::after, .header.tiny-header .gnb.on .dep1 > li div > a::after {
    width: 9px;
    height: 14px;
    background: url(/theme/rbFront/img/m/arrow_gnb_1depth.png) no-repeat 0 0;
    background-size: contain;
  }
  .header.tiny-header .gnb.on .dep1 > li.on .dep1_content {
    overflow-y: auto;
    left: 0;
  }
  .header.tiny-header .gnb.on .dep1 > li.on .dep1_content .dep1_content_exit {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    z-index: 10;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content {
    overflow-y: hidden;
    position: fixed;
    display: flex;
    visibility: hidden;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 10;
    transition: left 0.3s;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .dep2 {
    transition-duration: 0.3s;
    overflow: visible;
    margin-bottom: 28px;
    margin-top: 32px;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .dep2 > li {
    margin-right: 0;
    background-color: #fff;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .dep2 > li > a {
    font-size: 18px;
    font-weight: 400;
    padding-top: 0;
    margin-top: 40px;
    border-bottom: 0;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .dep2 > li > a::before {
    display: none;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .dep2 > li .dep3 {
    margin-top: 23px;
    gap: 11px;
    padding: 0;
    border-bottom: 0;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .dep2 > li .dep3 li {
    padding-left: 13px;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .dep2 > li .dep3 li a {
    font-size: 16px;
    font-weight: 400;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .special_story {
    background-color: #fff;
    padding-top: 32px;
    margin-bottom: 20px;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .special_story .slickcard {
    gap: 10px;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .special_story span {
    float: none;
    margin-right: 0;
    margin-top: 0;
    min-width: 176px;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .special_story .txt {
    padding: 0;
    min-width: 0;
    gap: 0;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .special_story .txt .tit_ss {
    font-size: 16px;
    font-weight: 400;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .special_story .txt .btn_type span {
    font-size: 16px;
    font-weight: 400;
    width: auto;
    padding: 0;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .special_story .txt .btn_type span::after {
    display: none;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .special_story .slick-dots {
    margin: 31px 0 0;
    height: 8px;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .special_story .slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #D9D9D9;
    border: none;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content .special_story .slick-dots .slick-active button {
    width: 25px;
    border-radius: 30px;
    background: #FD312E;
  }
  .header.tiny-header .gnb.on .dep1 .dep1_content::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background-color: #fff;
    z-index: 10;
  }
  .header.tiny-header .gnb.on .close {
    z-index: 10;
  }
  .header.tiny-header .gnb.on .close a {
    width: 46px;
    height: 46px;
  }
  .header.tiny-header .gnb.on .close a::after {
    width: 16px;
    height: 16px;
    background-size: 16px auto;
    background-position-y: -16px;
  }
}

.tiny-header-dimmed {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  z-index: 100;
  display: none;
}
.tiny-header-dimmed.open {
  display: block;
}

.md-hero2 {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.md-hero2__media {
  display: flex;
  justify-content: center;
}
.md-hero2__image {
  max-width: 100%;
}
.md-hero2__image--mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .md-hero2__image {
    width: 100%;
  }
  .md-hero2__image--pc {
    display: none;
  }
  .md-hero2__image--mobile {
    display: block;
  }
}
.md-hero2__container {
  width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1439px) and (min-width: 1081px) {
  .md-hero2__container {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .md-hero2__container {
    width: 100%;
    justify-content: center !important;
  }
}
.md-hero2__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 0;
}
@media only screen and (max-width: 1080px) {
  .md-hero2__content {
    gap: 15px;
    padding: 50px 0;
  }
}
.md-hero2__title {
  font-family: "LG EI Headline";
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .md-hero2__title {
    font-size: 36px;
    line-height: 42px;
  }
  .md-hero2__title img {
    max-width: 60%;
  }
}
.md-hero2__description {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  padding: 0 190px;
}
@media only screen and (max-width: 1080px) {
  .md-hero2__description {
    font-size: 16px;
    line-height: 21px;
    padding: 0 27px;
  }
}
.md-hero2--white-text .md-hero2__title {
  color: #fff;
}
.md-hero2--white-text .md-hero2__description {
  color: #fff;
}
.md-hero2--left .md-hero2__container {
  justify-content: flex-start;
}
@media only screen and (min-width: 1081px) {
  .md-hero2--left .md-hero2__content {
    align-items: flex-start;
    justify-content: center;
    padding: 0 16px;
    width: 624px;
  }
  .md-hero2--left .md-hero2__title {
    text-align: left;
  }
  .md-hero2--left .md-hero2__description {
    padding: 0 0 0 0;
    text-align: left;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1081px) {
  .md-hero2--left .md-hero2__content {
    padding: 0 36px;
  }
}

.md-faq {
  display: flex;
  flex-direction: column;
  margin-top: 23px;
  margin-bottom: 60px;
  border-top: solid 1px #dddee0;
  padding-top: 40px;
  text-align: left;
}
.md-faq__headline {
  font-family: "LG EI Headline";
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
.md-faq__bodycopy {
  font-size: 24px;
  color: #000;
  margin-top: 50px;
}
.md-faq__items {
  margin-top: 40px;
}
.md-faq__item {
  border-top: solid 1px #dddee0;
}
.md-faq__item:last-child {
  border-bottom: solid 1px #dddee0;
}
.md-faq__item--active .md-faq__answer {
  display: block;
}
.md-faq__item--active .md-faq__icon {
  transform: rotate(180deg) translateY(50%);
}
.md-faq__question {
  position: relative;
  font-family: "LG EI Headline";
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding: 41px 86px 37px 26px;
  text-indent: -26px;
  cursor: pointer;
}
.md-faq__icon {
  width: 30px;
  height: 24px;
  background: url("/theme/rbFront/img/w/faq/arrow_down.png") center center no-repeat;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.md-faq__answer {
  font-size: 24px;
  color: #000;
  line-height: 34px;
  background-color: #f0ece4;
  border-radius: 30px;
  padding: 40px 66px 40px 77px;
  text-indent: -32px;
  margin-bottom: 40px;
  display: none;
}
.md-faq__answer a {
  color: #000;
  text-decoration: underline;
}
.md-faq__answer a:hover, .md-faq__answer a:focus, .md-faq__answer a:active {
  color: #000;
  text-decoration: underline;
}
.md-faq--dark .md-faq__headline {
  color: #fff;
}
.md-faq--dark .md-faq__bodycopy {
  color: #fff;
}
.md-faq--dark .md-faq__item {
  border-top: solid 1px #dddee0;
}
.md-faq--dark .md-faq__item:last-child {
  border-bottom: solid 1px #dddee0;
}
.md-faq--dark .md-faq__question {
  color: #fff;
}
.md-faq--dark .md-faq__icon {
  background-image: url("/theme/rbFront/img/w/faq/arrow_down_white.png");
}
@media only screen and (max-width: 1080px) {
  .md-faq {
    margin-top: 11.5px;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .md-faq__headline {
    font-size: 18px;
  }
  .md-faq__bodycopy {
    font-size: 12px;
    margin-top: 24px;
  }
  .md-faq__items {
    margin-top: 20px;
  }
  .md-faq__question {
    font-size: 12px;
    padding: 20px 20px 19px 13px;
    text-indent: -13px;
  }
  .md-faq__icon {
    width: 13.5px;
    height: 9.5px;
    right: 0;
    background-size: contain;
  }
  .md-faq__answer {
    font-size: 12px;
    line-height: 17px;
    border-radius: 15px;
    padding: 20px 22px 20px 27px;
    text-indent: -16px;
    margin-bottom: 20px;
  }
}

.region-us-dialog-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.region-us-dialog-overlay.close {
  display: none;
}

.region-us-dialog {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 34px 34px 42px;
  width: 100%;
  max-width: 650px;
  text-align: center;
  box-sizing: border-box;
}
.region-us-dialog__title {
  color: #000;
  font-family: "LG EI Headline";
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.region-us-dialog__desc {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin-top: 13px;
}
.region-us-dialog__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
.region-us-dialog__note {
  color: #716F6A;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 24px;
}
.region-us-dialog__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 13px;
  border-radius: 200px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.region-us-dialog__btn--primary {
  width: 104px;
  background-color: #FD312E;
  color: #fff;
}
.region-us-dialog__btn--primary:hover {
  color: #fff;
  font-weight: 600;
  background-color: #FF6462;
}
.region-us-dialog__btn--secondary {
  width: 104px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.region-us-dialog__btn--secondary:hover {
  background-color: #F2F2F2;
  border-color: #000;
}
.region-us-dialog__close {
  position: absolute;
  top: 22px;
  right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .region-us-dialog {
    border-radius: 2.0833333333vw;
    padding: 2.3611111111vw 2.3611111111vw 2.9166666667vw;
    max-width: 45.1388888889vw;
  }
  .region-us-dialog__title {
    font-size: 1.9444444444vw;
  }
  .region-us-dialog__desc {
    font-size: 1.25vw;
    margin-top: 0.9027777778vw;
  }
  .region-us-dialog__actions {
    gap: 1.3888888889vw;
    margin-top: 2.2222222222vw;
  }
  .region-us-dialog__note {
    font-size: 1.0416666667vw;
    margin-top: 1.6666666667vw;
  }
  .region-us-dialog__btn {
    padding: 0.6944444444vw 0 0.9027777778vw;
    border-radius: 13.8888888889vw;
    font-size: 1.1111111111vw;
  }
  .region-us-dialog__btn--primary {
    width: 7.2222222222vw;
  }
  .region-us-dialog__btn--secondary {
    width: 7.2222222222vw;
  }
  .region-us-dialog__close {
    top: 1.5277777778vw;
    right: 1.8055555556vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1080px) {
  .region-us-dialog {
    padding: 26px 47.5px 33px;
    margin: 0 22px;
    border-radius: 15px;
  }
  .region-us-dialog__title {
    font-size: 26px;
    line-height: 28px;
  }
  .region-us-dialog__desc {
    font-size: 16px;
    line-height: normal;
    margin-top: 9px;
  }
  .region-us-dialog__actions {
    margin-top: 20px;
    gap: 5px;
  }
  .region-us-dialog__note {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 16px;
  }
  .region-us-dialog__btn {
    padding: 10px 0 9px;
    border-radius: 100px;
  }
  .region-us-dialog--primary {
    width: 111px;
  }
  .region-us-dialog--secondary {
    width: 111px;
  }
  .region-us-dialog__close {
    top: 14px;
    right: 15px;
  }
}

.contact-us-qr-banner {
  display: flex;
}
.contact-us-qr-banner__img {
  border-radius: 16px;
  display: block;
  width: 100%;
  height: auto;
}
.contact-us-qr-banner__img--pc {
  display: block;
}
.contact-us-qr-banner__img--mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .contact-us-qr-banner__img--pc {
    display: none;
  }
  .contact-us-qr-banner__img--mobile {
    display: block;
  }
}

h1.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important; /* 줄바꿈 방지 */
  clip-path: inset(50%) !important;
  clip: rect(0, 0, 0, 0) !important;
}/*# sourceMappingURL=2023common.css.map */