@charset "UTF-8";
#container {
  overflow: hidden;
}

.header {
  z-index: 90;
  position: relative;
  font-size: 1rem;
}
.header_buttons {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0;
}
.header_button_menu {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.875em;
}
.header_button_menu svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.header_button_search {
  width: 1.2222222222em;
  line-height: 1.2222222222em;
  font-size: 1.125em;
}
.header_top {
  padding: 1.125rem 1.875rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_top .header_buttons {
  width: auto;
  margin-right: 0;
}
.header_top .logo {
  margin-left: 0.625rem;
}
.header_top .logo img {
  width: 6.25rem;
}
.header_top_gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.9375em;
  margin-top: -0.25em;
}
.header_top_gnb li {
  display: block;
  color: #666666;
  margin-left: 0.6666666667em;
  font-size: 0.9375rem;
}
.header_mid {
  position: relative;
  height: 7.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header_mid .arcad {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.header_mid .arcad.left {
  left: 0;
}
.header_mid .arcad.right {
  right: 0;
}
.header_mid img {
  max-width: 100%;
}
.header_bottom {
  border-top: 0.3125rem solid #000000;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1280px) {
  .header_mid {
    height: auto;
    position: absolute;
    left: 0%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  .header_mid .logo {
    width: 12.5rem;
  }
  .header_mid .arcad {
    display: none;
  }
  .header_bottom {
    border-top: 0;
    border-bottom: 0;
  }
}
.header_search_wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.header_search_por {
  position: relative;
  padding: 3.125rem 0 3.75rem;
}
.header_search_box {
  position: relative;
  display: block;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 35em;
  width: 100%;
}
.header_search_inp {
  font-weight: inherit;
  outline: 0;
  letter-spacing: -0.025em;
  border: 1px solid #ddd;
  background-color: #ffffff;
  color: #222222;
  font-size: 1rem;
  width: 35em;
  height: 3.125em;
  line-height: 3em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  border: 0;
  border-bottom: 0.1875rem solid #101010;
  font-weight: bold;
  width: 100%;
  padding-left: 0;
  padding-right: 3.125em;
}
.header_search_inp::placeholder {
  color: #999999;
  font-weight: 300;
  opacity: 1;
  /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}
.header_search_inp::-webkit-input-placeholder {
  color: #999999;
  color: #999999;
  font-weight: 300;
}
.header_search_inp::-moz-placeholder {
  color: #999999;
  color: #999999;
  font-weight: 300;
  opacity: 1;
  /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}
.header_search_inp:-ms-input-placeholder {
  color: #999999;
  color: #999999;
  font-weight: 300;
}
.header_search_button {
  position: absolute;
  line-height: 2.5em;
  font-size: 1.25em;
  width: 1em;
  text-align: center;
  top: 0;
  right: 0;
}
.header_search_close {
  position: absolute;
  top: 0.9375rem;
  right: 0;
}
@media screen and (max-width: 800px) {
  .header_mid .logo {
    width: 6.25rem;
  }
  .header_search_wrap {
    position: fixed;
    top: 3.75rem;
    left: 0;
    height: calc(100% - -3.75rem) !important;
  }
  .header_search_wrap::before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 2.875rem;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #e5e5e5;
  }
  .header_search_por {
    padding: 5rem 1.25rem 3.75rem;
  }
  .header_search_close {
    position: absolute;
    top: 0.9375rem;
    right: 0;
  }
  .header_search_close span > span {
    display: none;
  }
  .header_search_close .tc_b5 {
    color: #222222;
  }
  .header_search_close i {
    font-size: 0.9375rem !important;
  }
}

.gnb {
  width: 69.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  letter-spacing: -0.025em;
}
.gnb1, .gnb2, .gnb3 {
  flex: 0 1 auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-size: 1rem;
}
.gnb1 li, .gnb2 li, .gnb3 li {
  display: block;
}
.gnb1 li a, .gnb2 li a, .gnb3 li a {
  padding: 1.25em 0;
  line-height: 1;
  display: block;
}
.gnb1 {
  width: 22.8125em;
  padding-right: 3.125em;
  font-family: "GongGothicMedium", sans-serif;
}
.gnb1::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: #b5b5b5;
  top: 50%;
  margin-top: -0.4375em;
  right: 1.5625em;
}
.gnb2 {
  font-family: "GongGothicLight", sans-serif;
  width: 40em;
  padding-right: 3.125em;
  color: #999999;
}
.gnb2::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0.875em;
  background-color: #b5b5b5;
  top: 50%;
  margin-top: -0.4375em;
  right: 1.5625em;
}
.gnb3 {
  width: 6.25em;
  font-family: "GongGothicMedium", sans-serif;
}
@media screen and (max-width: 1280px) {
  .gnb {
    position: absolute;
    top: 100%;
    max-width: 53.75rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.3125rem;
    width: 100%;
    background-color: #fff;
    padding: 0 1.25rem;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .gnb::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #e5e5e5;
  }
  > .gnb {
    position: relative;
    z-index: 1;
  }
  .gnb1 {
    padding-right: 0;
    width: 71.6417910448%;
  }
  .gnb1::after {
    display: none;
  }
  .gnb1 li {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .gnb1 li:first-child {
    margin-left: 0;
  }
  .gnb3 {
    width: 23.2835820896%;
  }
  .gnb3 li {
    margin-left: auto;
    margin-right: auto;
  }
  .gnb3 li:first-child {
    margin-left: 0;
  }
  .gnb3 li:last-child {
    margin-right: 0;
  }
  .gnb2 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .gnb {
    max-width: 37.5rem;
  }
  .gnb1, .gnb2, .gnb3 {
    font-size: 0.8125rem;
  }
  .gnb1 li, .gnb2 li, .gnb3 li {
    display: block;
  }
}

.all_menu {
  width: 3.75em;
  margin-left: auto;
}

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

.amb_wrap {
  font-size: 1rem;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3010;
  display: none;
  overflow-y: auto;
}
.amb_mask {
  z-index: 3010;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.amb_top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 6.125em;
  padding: 0 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.amb_top a {
  font-size: 1.25em;
  line-height: 1.1em;
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  background-size: 1.1em auto;
  background-image: url(../images/company/ms_icon.jpg);
}
.amb_top a i {
  font-size: 0.55em;
  line-height: 2.2em;
  vertical-align: middle;
}
.amb_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  padding-top: 6.125em;
  min-height: 100vh;
  height: auto;
  background-color: #8a8484;
  max-width: 20rem;
  background: #fff;
  transform: translateX(-150%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ambs {
  top: 6.125em;
  border-top: 0.1875rem solid #101010;
}
.amb1, .amb2, .amb_youtube {
  color: #222222;
}
.amb1 li, .amb2 li, .amb_youtube li {
  padding: 0.125em 2.5em;
}
.amb1 a, .amb2 a, .amb_youtube a {
  font-size: 1.125em;
  line-height: 1.375em;
  padding: 0.3333333333em 0;
  display: block;
}
.amb1 {
  padding: 0.875em 0;
  background-color: #f5f5f5;
}
.amb2 {
  border-top: 1px solid #dddddd;
  padding: 0.625em 0;
}
.amb2 > li {
  padding: 0.375em 2.5em;
}
.amb_youtube {
  border-top: 1px solid #dddddd;
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 4.5em;
  padding: 0.625em 0;
}
.amb_youtube_btn {
  display: block;
  position: relative;
}
.amb_youtube .amb_youtube_btn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.amb_youtube_btn i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  font-size: 0.85em;
}
.amb_youtube > li > ul {
  overflow: hidden;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding: 0.625em 0;
  background-color: #f5f5f5;
  font-weight: 300;
  color: #555555;
}
.amb_youtube > li > ul a {
  font-size: 1em;
}
.amb_youtube > li > ul > li {
  padding: 0.375em 2.5em;
}
.amb_youtube > li > ul > li:first-child {
  color: #111111;
  text-shadow: none;
}
.amb_close_buttton {
  position: absolute;
  top: 0;
  left: 100%;
  width: 2.1875rem;
  line-height: 2.1875rem;
  text-align: center;
  background-color: #101010;
  color: #fff;
}
.amb_togo_buttton {
  display: none;
  position: absolute;
  top: 0.8125rem;
  right: 1.25rem;
  width: 5rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #fff;
  color: #222;
  font-size: 0.8125rem;
  border-radius: 1.25rem;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 800px) {
  .amb_wrap {
    top: 3.75rem;
    height: calc(100% - 3.75rem) !important;
    overflow-x: hidden;
    background-color: #fff;
  }
  .amb_mask {
    display: none !important;
  }
  .amb_top {
    position: static;
    height: auto;
    padding: 0;
    background-color: #f5f5f5;
    border-top: 0.1875rem solid #101010;
  }
  .amb_top a {
    margin: 0 auto;
    padding-top: 0.125em;
    width: 8.125em;
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 3.25em;
    padding-left: 1.875em;
    background-size: 1.375em auto;
    font-weight: auto;
    font-weight: 700;
  }
  .amb_box {
    width: 100%;
    height: 100%;
    min-height: auto;
    max-width: none;
    padding: 0 1.25rem;
    padding-top: 4.8125rem;
    position: relative;
    border-top: 1px solid #e5e5e5;
  }
  .amb_box::before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 3.4375rem;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #e5e5e5;
  }
  .ambs {
    top: 6.125em;
    border-top: 0;
  }
  .amb1, .amb2, .amb_youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
  }
  .amb1 li, .amb2 li, .amb_youtube li {
    flex: 1 1 auto;
    width: 50%;
    margin: 0;
    padding: 0.125em 0;
  }
  .amb1 a, .amb2 a, .amb_youtube a {
    padding: 0;
    font-size: 1em;
    line-height: 2.6875em;
  }
  .amb1 {
    padding: 0;
    background-color: #fff;
    font-weight: 700;
  }
  .amb2 {
    padding: 0.3125em 0;
  }
  .amb2 > li {
    padding: 0;
  }
  .amb_youtube {
    height: auto;
    width: 100%;
    padding: 0;
  }
  .amb_youtube .amb_youtube_btn {
    padding-top: 0.5555555556em;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 1.125em;
  }

  .amb_youtube_btn i {
    display: none;
  }
  .amb_youtube > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
    opacity: 1 !important;
    z-index: 0 !important;
    visibility: visible !important;
    position: static;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #fff;
    font-weight: 400;
  }
  .amb_youtube > li > ul a {
    font-size: 1em;
  }
  .amb_youtube > li > ul > li {
    flex: 1 1 auto;
    width: 50%;
    padding: 0;
  }
  .amb_youtube > li > ul > li:first-child {
    color: #555555;
  }
  .amb_close_buttton {
    position: absolute;
    top: 0;
    left: 1.25rem;
    width: 1em;
    font-size: 1.125em;
    line-height: 3.4375rem;
    text-align: center;
    background-color: transparent;
    color: #666;
  }
  .amb_togo_buttton {
    display: block;
  }
}

.footer {
  background-color: #fff;
  padding-bottom: 5.1875em;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans KR", serif;
}
.footer .wrap_1180 {
  overflow: hidden;
}
.footer_top {
  border-top: 2px solid #222;
}
.footer_bottom {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding-top: 2.125rem;
}
.footer_info_link {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  min-height: 3.4375em;
  padding: 0;
  width: calc(100% + 5em);
  min-width: 100%;
}
.footer_info_link_line {
  display: none;
  width: calc(100% - 1.875em);
  background-color: #dddddd;
  height: 1px;
}
.footer_info_link_item {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75em;
  padding-left: 5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: center;
  transform: translateX(-5em);
  white-space: nowrap;
  color: #999999;
  font-weight: 300;
}
.footer_info_link_item.strong {
  font-weight: normal;
  color: #555555;
}
.footer_info_link_item::before {
  content: "•";
  position: absolute;
  width: 1em;
  text-align: center;
  display: block;
  top: 50%;
  font-weight: 100;
  left: 1.4375em;
  font-weight: 700;
  transform: translateY(-55%);
}
.footer_logo {
  width: 13.75rem;
  padding-right: 5rem;
}
.footer_logo img {
  display: block;
  width: 100%;
}
.footer_info_box {
  width: 100%;
  max-width: 43.75rem;
}
.footer_info {
  font-size: 0;
  overflow: hidden;
  letter-spacing: -0.01em;
  font-weight: 300;
}
.footer_info_item {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2em;
  padding-left: 1.8571428571em;
  transform: translateX(-1.8571428571em);
}
.footer_info_item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.8571428571em;
  background-color: #b5b5b5;
  top: 50%;
  left: 0.9285714286em;
  transform: translateY(-50%);
}
.footer_copy {
  font-size: 0.875rem;
  line-height: 2em;
  margin-top: 1.6428571429em;
  letter-spacing: -0.025em;
  color: #999999;
}
.footer_btn {
  margin-left: auto;
}
.footer .btn {
  font-size: 1.125rem;
  width: 12.7777777778em;
  height: 3.3333333333em;
  line-height: 3.2222222222em;
  padding-left: 0.5555555556em;
  padding-right: 0.5555555556em;
  letter-spacing: -0.05em;
  margin-bottom: 2.2222222222em;
}
.footer .btn i {
  font-size: 1.5555555556em;
  line-height: 0.9285714286em;
  vertical-align: middle;
  margin-right: 0.1428571429em;
}
@media screen and (max-width: 1280px) {
  .footer .wrap_1180 {
    position: relative;
    max-width: 53.75rem;
  }
  .footer_info_link {
    width: calc(100% + 2.5em);
    display: block;
  }
  .footer_info_link_line {
    display: block;
  }
  .footer_info_link_item {
    font-size: 1rem;
    line-height: 1.75em;
    padding: 1em 2.5em;
    transform: translateX(-2.5em);
    text-align: left;
  }
  .footer_info_link_item::before {
    left: 0;
    text-align: left;
    transform: translateY(-55%);
  }
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer_logo {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
  }
  .footer_btn {
    width: 100%;
    text-align: right;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .footer .btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .footer {
    padding-top: 0;
    padding-bottom: 3.125em;
  }
  .footer .wrap_1180 {
    max-width: 37.5rem;
  }
  .footer_bottom {
    padding-top: 1.5625rem;
  }
  .footer_logo {
    position: absolute;
    top: 0.625rem;
    left: 1.25rem;
  }
  .footer_logo img {
    width: 5.3125rem;
  }
  .footer_info_link {
    width: calc(100% + 1.875em);
  }
  .footer_info_link_item {
    font-size: 0.8125rem;
    line-height: 2.1538461538em;
    padding: 0.8461538462em 0;
    padding-left: 1.1538461538em;
    padding-right: 0.7692307692em;
    transform: translateX(-1.1538461538em);
  }
  .footer_info {
    margin-top: 0.8125rem;
  }
  .footer_info_item {
    font-size: 0.8125rem;
    line-height: 1.5384615385em;
    padding-left: 1.9230769231em;
    margin-top: 0.1538461538em;
    transform: translateX(-1.9230769231em);
  }
  .footer_info_item::before {
    height: 0.9230769231em;
    left: 0.9230769231em;
    transform: translateY(-50%);
  }
  .footer_copy {
    font-size: 0.6875rem;
    line-height: 1.5454545455em;
    margin-top: 2.0909090909em;
  }
  .footer .btn {
    font-size: 0.8125rem;
    width: 12.3076923077em;
    height: 2.6923076923em;
    line-height: 2.5384615385em;
    padding-left: 0.7692307692em;
    padding-right: 0.7692307692em;
    margin-bottom: 0;
    font-weight: 300;
  }
}
.floating_box {
  opacity: 0;
  z-index: 88;
  position: fixed;
  bottom: 10%;
  right: 1.25rem;
  width: 16.875rem;
  letter-spacing: -0.025em;
  pointer-events: none;
}
.floating {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.floating_left, .floating_right {
  vertical-align: top;
  display: table-cell;
}
.floating_left {
  width: 12.1875rem;
  text-align: center;
  vertical-align: middle;
  padding-right: 1.25rem;
}
.floating_right {
  text-align: center;
  vertical-align: middle;
  pointer-events: auto;
}
.floating_button {
  font-size: 0.875rem;
  display: inline-block;
  width: 5.7142857143em;
  height: 5.7142857143em;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
}
.floating_button:not(:last-child) {
  margin-bottom: 0.5714285714em;
}
.floating_button i {
  font-size: 1.4285714286em;
  margin-bottom: 0.25em;
  display: block;
}
.floating_button.first {
  background-color: #f33d32;
  border-color: #f33d32;
  color: #fff;
  padding-top: 0.8571428571em;
}
.floating_button.first i {
  margin-top: -0.3333333333em;
  font-size: 2.1428571429em;
  margin-bottom: 0;
}
.floating_top {
  display: block;
  padding: 0.3571428571em 0.625em 0 0;
  font-size: 0.875rem;
  width: 100%;
}
.floating_top i {
  display: inline-block;
  transform-origin: bottom center;
  transform: scale(0.5) translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .floating_box {
    display: none;
  }
}

.support_box {
  pointer-events: auto;
  font-size: 1rem;
  border: 1px solid #e5e5e5;
  padding: 0 0.75em;
  display: block;
  border-radius: 0.3125rem;
  background-color: #fff;
  text-align: center;
  position: relative;
  box-shadow: 2.5px 4.33px 8px 0px rgba(0, 0, 0, 0.08);
}
.support_close {
  position: absolute;
  top: 0.3125em;
  right: 0.3125em;
  width: 1em;
  height: 1em;
  opacity: 0.5;
  text-align: center;
}
.support_close i {
  display: block;
  transform-origin: center center;
  transform: scale(0.75);
}
.support_top {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.25em 0;
}
.support_bottom {
  padding: 0.5em 0 0.9375em;
}
.support_bottom a {
  display: table;
  width: 100%;
  color: #f33d32;
}
.support_bottom a > i, .support_bottom a > span {
  display: table-cell;
  vertical-align: middle;
}
.support_bottom a > i {
  text-align: center;
  width: 1.6666666667em;
  font-size: 1.875em;
}
.support_bottom a > span {
  text-align: left;
  text-decoration: underline;
  font-size: 0.875em;
}
.support_bottom a > span i {
  vertical-align: middle;
  font-size: 0.7142857143em;
}
.support_tit {
  font-family: "GongGothicMedium", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 1.125em;
  line-height: 1.2222222222em;
}
.support_tit b {
  color: #f33d32;
  display: block;
}
.support_txt {
  margin-top: 0.5em;
  display: block;
  font-size: 0.875em;
  line-height: 1.2857142857em;
  color: #666666;
  font-weight: normal;
}

.togoPop {
  font-size: 1rem;
  position: relative;
  padding-left: 1em;
}
.togoPop::before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e5e5e5;
}
.togoPop li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  position: relative;
  height: 5.375rem;
}
.togoPop li:not(:last-child) {
  margin-bottom: 1.25em;
}
.togoPop li::before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  top: 0;
  left: -1.0625rem;
  transform: translateX(-50%);
  background-color: #222;
}
.togoPop_img {
  flex: 0 1 auto;
  width: 10.9090909091%;
  text-align: right;
}
.togoPop_txt {
  flex: 0 1 auto;
  width: 89.0909090909%;
  padding: 0.8333333333em 1.1111111111em;
  font-size: 1.125em;
  line-height: 1.6666666667em;
}
@media screen and (max-width: 800px) {
  .togoPop li {
    height: 3.75rem;
  }
  .togoPop_img img {
    max-width: 50%;
  }
  .togoPop_txt {
    font-size: 0.8125em;
  }
}

@media print {
  html, body {
    height: auto;
    overflow: visible !important;
  }

  .header, .footer, .location {
    display: none;
  }

  .container {
    overflow: visible !important;
    position: relative !important;
    height: auto !important;
    transform: none !important;
  }

  .floating_box {
    display: none;
  }
}

/*# sourceMappingURL=layout.css.map */
