@charset "utf-8";

/** ======= COMMON STYLE ======= **/
/* font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

@font-face {
  font-family: "Cafe24Ssurround";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquareRound";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.ttf)
      format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "NanumSquareRound";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.ttf)
      format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "NanumSquareRound";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.ttf)
      format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "NanumSquareRound";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.ttf)
      format("truetype");
  font-weight: 700;
}

/* common */
* {
  font-family: "Noto Sans KR", sans-serif;
  box-sizing: border-box;
}
a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}
body {
  /* height: 100vh;  */
  display: flex;
  flex-direction: column;
}
.row,
.col {
  display: flex;
}
.inner1500 {
  width: 94%;
  max-width: 150rem;
  position: relative;
}
.inner700 {
  width: 94%;
  max-width: 70rem;
  position: relative;
}
.section_title {
  font-size: 3.8rem;
  color: #111;
  font-weight: 900;
  margin-bottom: 3rem;
}
.nanum_square {
  font-family: "NanumSquareRound", sans-serif;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.button_blue {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.7rem 4rem;
  border-radius: 10rem;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #2090ff;
  line-height: 1;
  transition: 0.3s ease;
  background-color: transparent;
  color: #2090ff;
}
.button_blue:hover {
  background-color: #2090ff !important;
  color: #fff !important;
}
.button_blue.type2 {
  background-color: #fff;
  color: #2090ff;
}
.button_blue.type3 {
  background-color: #2090ff;
  color: #fff;
}
.point_color1 {
  color: #2090ff !important;
}
.section_more_view_btn {
  font-size: 1.8rem;
  color: #111;
  background: transparent;
  border: 0;
  line-height: 1;
  padding-right: 1.2rem;
  font-weight: 600;
  position: absolute;
  top: 1.4rem;
  right: 0;
}
.section_more_view_btn::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: url(../img/common/ic_plus.png) no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 0;
}
.section_more_view_btn::before {
  content: "";
  width: 0;
  position: absolute;
  height: 0.3rem;
  background: #2090ff;
  transform: translateX(-50%);
  left: 50%;
  bottom: -0.5rem;
  transition: 0.3s ease;
}
.section_more_view_btn:hover::before {
  width: 100%;
}
.img_box {
  background-color: #fff;
  text-align: center;
}
.img_box img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
}
img {
  max-width: 100%;
}
.ta_left {
  text-align: left !important;
}
.font_black {
  color: #333 !important;
}
.font_blue {
  color: #2090ff !important;
}
.font_red {
  color: #fe4b21 !important;
}
.mt_0 {
  margin-top: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
*::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 0;
  transition: all 0.5s;
}
*::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 0;
}

/* header */
header {
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_top {
  height: 9rem;
  align-items: center;
  justify-content: space-between;
}
.header_top a.logo {
  display: flex;
  align-items: center;
}
.header_top a.logo img {
  width: 18.1rem;
}
header .support {
  background-color: #f7f7f7;
  margin-left: 4rem;
  padding: 0.5rem 2rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  height: 3.8rem;
  font-size: 1.4rem;
  color: #666;
  font-weight: 500;
}
header .support.only_mobile {
  display: none;
}
header .support > a {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}
header .support > a:last-child {
  margin-right: 0;
}
header .support img {
  margin: 0 0.5rem 0 1rem;
}
header .support img:first-child {
  margin-left: 0;
}
.header_top_right_menu > div {
  display: flex;
}
.header_top_right_menu a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  padding: 0 0.8rem;
  line-height: 1;
  position: relative;
}
.header_top_right_menu a::after {
  content: "";
  background: #e6e6e6;
  width: 1px;
  height: 0.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header_top_right_menu > div:last-child a:last-child {
  padding-right: 0;
}
.header_top_right_menu > div:last-child a:last-child::after {
  display: none;
}
.header_bottom {
  height: 6.9rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
}
.header_bottom .col {
  height: 100%;
}
.header_bottom ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.gnb_wrap li {
  margin-right: 6rem;
  font-size: 1.8rem;
  color: #111;
  letter-spacing: -0.3px;
  font-family: "NanumSquareRound", sans-serif;
  font-weight: 600;
}
.gnb_wrap li:hover {
  color: #2090ff;
}
.gnb_wrap .all_menu_btn {
  width: 2.1rem;
  height: 100%;
  margin-right: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  flex-direction: column-reverse;
}
.gnb_wrap .all_menu_btn > img {
  transition: all 0.7s;
}
.search_selector_container {
  padding-right: 2.6rem;
  background: #f7f7f7;
  border-radius: 10rem;
}
.search_selector_container input[type="text"] {
  width: 27rem;
  padding: 1.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
  border: none;
  background: none;
}
.search_selector_container input[type="text"]:focus {
  outline: none;
  border: 0 !important;
  box-shadow: none;
}
.search_selector_container input[type="text"]::placeholder {
  color: #999999;
}
.search_selector {
  z-index: 2;
  position: relative;
  padding: 0 2.5rem;
  width: 15.6rem;
  border: 1px solid transparent;
  background: url(../img/common/arrow_down.png) no-repeat calc(100% - 1.7rem)
    50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.search_selector::after {
  content: "";
  width: 1px;
  height: 1.4rem;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search_selector p {
  font-size: 1.4rem;
  color: #111;
}
.search_selector ul {
  position: absolute;
  height: auto;
  left: -1px;
  border: 1px solid #2090ff;
  background: #fff;
  border-top: 0;
  border-radius: 0 0 2.6rem 2.6rem;
  width: calc(100% + 2px);
  top: 100%;
  display: none;
  overflow: hidden;
}
.search_selector ul li {
  height: 4rem;
  padding: 0 2.6rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #666;
  cursor: pointer;
}
.search_selector ul li:hover {
  background: #edf6ff;
  color: #2090ff;
}
.search_selector.active {
  border-radius: 2.5rem 2.5rem 0 0;
  border: 1px solid #2090ff;
  border-bottom: none;
  background: url(../img/common/arrow_up.png) no-repeat calc(100% - 1.7rem) 50%
    #fff;
}
.search_selector.active::after {
  display: none;
}
.search_selector.active ul {
  display: block;
}
.search_selector_container button {
  background: none;
  border: none;
  cursor: pointer;
}
.all_menu {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
  /* display: none;  */
  border-top: 1px solid #e6e6e6;
  justify-content: center;
  display: flex;
  opacity: 0;
  transition: all 0.7s;
  visibility: hidden;
}
.all_menu.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.all_menu_inner {
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  padding: 3.5rem 0;
}
.all_menu.active .all_menu_inner {
  visibility: visible;
}
.banner_container {
  width: 47.3rem;
  height: 22.4rem;
  flex-shrink: 0;
  transition: all 0.7s;
}
.menu_container {
  width: 100%;
}
.menu_container > ul {
  width: 100%;
  display: flex;
  transition: all 0.7s;
}
.menu_container ul > li {
  margin-right: 4rem;
  flex: 1;
}
.menu_container ul > li > p {
  font-size: 1.6rem;
  font-family: "NanumSquareRound", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 2rem;
  margin-bottom: 2.2rem;
}
.menu_container ul > li > ul > li {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 2rem;
}
.menu_container ul > li > ul > li:hover {
  color: #2090ff;
}

/* footer */
footer {
  border-top: 1px solid #e3e3e3;
  margin-top: auto;
  position: relative;
}
footer .row .col:first-child {
  width: 21.7rem;
  margin-right: 4rem;
  flex-shrink: 0;
  align-items: center;
}
.footer_top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  height: 7rem;
}
.footer_top ul {
  display: flex;
}
.footer_top .area_title {
  font-size: 1.8rem;
  color: #111;
  margin-right: 2.8rem;
  font-weight: 500;
}
.footer_top .handle_area {
  align-items: center;
}
.footer_top button {
  border: none;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.footer_top button.hide {
  display: none;
}
.footer_top .content_area {
  width: calc(100% - 21.7rem - 4rem);
  font-size: 1.6rem;
  color: #666;
}
.related_swiper .swiper-slide {
  /* width: auto;
    margin-right: 7rem; */
  padding-right: 2rem;
  display: inline-flex;
  align-items: center;
}
.related_swiper .swiper-slide:last-child {
  padding-right: 0;
}
.footer_bottom {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.footer_bottom .footer_infor {
  flex-direction: column;
}
.footer_bottom .footer_infor span {
  font-size: 1.4rem;
  color: #999;
}
.footer_bottom .footer_infor span.company_name_public {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 1.3rem;
  color: #666;
  width: 80%;
  padding: 1rem 0 3rem 0;
  text-align: center;
}
.footer_bottom .footer_infor span.company_name {
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 2rem;
}
.footer_bottom .footer_infor span.company_name a:nth-child(n + 2) {
  margin-left: 1.5rem;
}
.footer_bottom .footer_infor .row:not(:last-child) {
  margin-bottom: 1.4rem;
}
.footer_bottom .footer_infor .row:last-child span {
  margin-right: 1.4rem;
  padding-right: 1.4rem;
  position: relative;
}
.footer_bottom .footer_infor .row:last-child span:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1rem;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer_bottom .logo {
  max-width: 20rem;
}
main section {
  display: flex;
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
}

.section_tab_menu {
  display: flex;
}
.section_tab_menu li {
  margin-right: 3rem;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 400;
  color: #999;
  cursor: pointer;
  position: relative;
}
.section_tab_menu li.active {
  color: #2090ff;
}
.section_tab_menu li.active::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1rem;
  background: #edf6ff;
  width: calc(100% + 0.5rem);
  z-index: -1;
}
.over_x .ico_touch {
  display: none;
  z-index: 2;
  margin-bottom: 2rem;
}
.over_x .ico_touch img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
.over_x .ico_touch .text {
  vertical-align: bottom;
  font-size: 1.4rem;
  margin-left: 1rem;
}

/* animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== RESPONSIVE ===== */
@media all and (max-width: 1480px) {
  header {
    flex-wrap: wrap;
  }
  header .support.only_pc {
    display: none;
  }
  header .support.only_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: 4rem;
  }
}
@media all and (max-width: 1400px) {
  .banner_container {
    display: none;
  }
  .menu_container ul > li:last-child {
    margin-right: 0;
  }
}
@media all and (max-width: 1240px) {
  .gnb_wrap li {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  footer .footer_top .col:first-child {
    width: 15rem;
    margin-right: 2rem;
  }
  footer .footer_top .content_area {
    width: calc(100% - 15rem - 2rem);
  }
  footer .footer_top .area_title {
    margin-right: 2rem;
  }
  footer .footer_bottom .row {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer_bottom .row .col:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  footer
    .footer_bottom
    .footer_infor
    .row:last-child
    span:not(:last-child)::after {
    display: none;
  }
}
@media all and (max-width: 968px) {
  .over_x {
    overflow-x: scroll;
    position: relative;
    padding-bottom: 1rem;
  }
  .over_x table {
    min-width: 97rem;
  }
  .over_x table.width_60 {
    min-width: 60rem;
  }
  .over_x .ico_touch {
    display: block;
  }
  .search_selector_container {
    padding-left: 0.4rem;
    padding-right: 2rem;
  }
  .search_selector {
    display: none;
  }
  .all_menu.active {
    box-shadow: 0 4px 8px rgba(87, 87, 87, 0.2);
  }
  .all_menu_inner {
    flex-direction: column-reverse;
  }
  .menu_container > ul {
    flex-direction: column;
  }
  .menu_container ul > li {
    margin-right: 0;
    margin-top: 2rem;
  }
  .menu_container ul > li > p {
    font-size: 1.9rem;
  }
  .menu_container ul > li > ul > li {
    font-size: 1.75rem;
  }
  .banner_container {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .header_top a.logo img {
    width: 15rem;
  }
  .header_top_right_menu a {
    font-size: 1.3rem;
  }
  .search_selector_container input[type="text"],
  .search_selector p .search_selector ul li {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  main section {
    padding-top: 5rem;
  }
  .search_selector_container button img {
    width: 1.8rem;
  }
  /* .related_swiper .swiper-slide {
        margin-right: 4rem;
    } */
  .section_title {
    font-size: 3rem;
  }
  .button_blue {
    background-color: #2090ff;
    color: #fff;
    border-radius: 1rem;
    padding: 1.7rem 3rem;
  }
  header .support img {
    width: 2rem;
  }
  .header_top_right_menu {
    flex-direction: column;
  }
  .header_top_right_menu > div {
    justify-content: end;
  }
  .header_top_right_menu > div a:last-child {
    padding-right: 0;
  }
  .header_top_right_menu > div:nth-child(n + 2) {
    margin-top: 1rem;
  }
  .header_top_right_menu a:last-child::after {
    display: none;
  }
}
@media all and (max-width: 480px) {
  *::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media all and (max-width: 375px) {
  header .support.only_mobile span {
    display: none;
    justify-content: space-around;
  }
}
