@charset "UTF-8";
/* =============================== 세팅 =============================== */
/* 한글 */
/* @font-face {
  font-family: "SUIT";
  font-weight: 100;
  src: url("/fonts/SUIT-Thin.woff2") format("woff2"),
    url("/fonts/SUIT-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "SUIT";
  font-weight: 200;
  src: url("/fonts/SUIT-ExtraLight.woff2") format("woff2"),
    url("/fonts/SUIT-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "SUIT";
  font-weight: 300;
  src: url("/fonts/SUIT-Light.woff2") format("woff2"),
    url("/fonts/SUIT-Light.ttf") format("truetype");
} */
@font-face {
  font-family: "SUIT";
  font-weight: 400;
  src: url("/fonts/SUIT-Regular.woff2") format("woff2"), url("/fonts/SUIT-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SUIT";
  font-weight: 500;
  src: url("/fonts/SUIT-Medium.woff2") format("woff2"), url("/fonts/SUIT-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "SUIT";
  font-weight: 600;
  src: url("/fonts/SUIT-SemiBold.woff2") format("woff2"), url("/fonts/SUIT-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "SUIT";
  font-weight: 700;
  src: url("/fonts/SUIT-Bold.woff2") format("woff2"), url("/fonts/SUIT-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "SUIT";
  font-weight: 800;
  src: url("/fonts/SUIT-ExtraBold.woff2") format("woff2"), url("/fonts/SUIT-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "SUIT";
  font-weight: 900;
  src: url("/fonts/SUIT-Heavy.woff2") format("woff2"), url("/fonts/SUIT-Heavy.ttf") format("truetype");
}
/* 요소 감춤 */
.displaynone {
  display: none !important;
}

.layout-hidden {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: initial !important;
  min-height: initial !important;
  overflow: hidden !important;
  opacity: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

br.mo {
  display: none;
}

input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--gray4);
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: var(--main4) url("/img/check.svg") center/1.6rem no-repeat;
  border-color: var(--main4);
}

input::placeholder {
  color: var(--gray3);
}

input::-webkit-input-placeholder {
  color: var(--gray3);
}

input:-ms-input-placeholder {
  color: var(--gray3);
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 56.25%; /* 9px */
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 50%; /* 8px */
  }
}
@media screen and (max-width: 1100px) {
  html {
    --header: 64px;
  }
}
/* 모바일 */
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  br.pc {
    display: none;
  }
  br.mo {
    display: block;
  }
}
/* =============================== //세팅 =============================== */
.swal-modal .swal-title {
  margin-bottom: 2rem;
  font-weight: var(--fw_bold);
  color: var(--black2);
}
.swal-modal .swal-text {
  color: var(--black2);
  text-align: center;
}
.swal-modal .swal-button.swal-button--confirm {
  background-color: var(--main2);
}

section {
  padding-top: var(--header);
}

.contact_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.8rem;
  height: 4.6rem;
  font-size: 1.4rem;
  font-weight: var(--fw_bold);
  color: var(--white1);
  letter-spacing: var(--ls_wide);
  background: var(--black1);
  border-radius: 5rem;
}

.close_button {
  width: 48px;
  height: 48px;
  text-align: center;
}

.common_title_box h2 {
  font-size: 5.8rem;
  font-weight: var(--fw_bolder);
}
.common_title_box p {
  margin-top: 3.2rem;
  font-size: 2rem;
  line-height: var(--lh_wide);
}
.common_title_box .mo_text {
  display: none;
}
.common_title_box .view_more_button {
  margin-top: 3.2rem;
}
.common_title_box.white h2 {
  color: var(--white1);
}
.common_title_box.white p {
  color: var(--white1);
}

.view_more_button {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 0;
  font-size: 1.6rem;
  font-weight: var(--fw_bold);
  letter-spacing: var(--lh_narrow);
}
.view_more_button img {
  margin-left: 0.4rem;
}
.view_more_button.white {
  color: var(--gray3);
}

.tab_wrapper {
  overflow: hidden;
}
.tab_wrapper .tab_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% + 4.8rem);
  margin-left: -2.4rem;
}
.tab_wrapper .tab_list .tab_item {
  padding: 1.1rem 2.4rem;
  font-size: 3rem;
  font-weight: var(--fw_bolder);
  color: var(--gray4);
}
.tab_wrapper .tab_list .tab_item.on {
  color: var(--black1);
  text-decoration: underline;
}
.tab_wrapper.white .tab_list .tab_item {
  color: #616669;
}
.tab_wrapper.white .tab_list .tab_item.on {
  color: var(--white1);
}

[class$=_sub_section] {
  padding: 16rem 0;
}

.sub_section_inner {
  position: relative;
  width: 136.8rem;
  padding: 0 9.2rem;
  margin: 0 auto;
}
.sub_section_inner.wide {
  width: 144.8rem;
  padding: 0 4rem;
}
.sub_section_inner > * {
  flex: 0 1 auto;
}

.sub_section_title h2 {
  font-size: 4rem;
  font-weight: var(--fw_bolder);
  line-height: 1.3;
}
.sub_section_title p {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
.sub_section_title.white h2,
.sub_section_title.white p {
  color: var(--white1);
}

.intro_visual_sub_section {
  padding: 9.6rem 0 0;
}
.intro_visual_sub_section .sub_section_inner {
  padding: 0 3rem 8rem;
}
.intro_visual_sub_section .subtitle {
  display: block;
  font-size: 2.4rem;
  color: var(--main2);
  font-weight: var(--fw_bold);
}
.intro_visual_sub_section h1 {
  margin-top: 2.4rem;
  font-size: 5rem;
  font-weight: var(--fw_bolder);
  line-height: 1.4;
}
.intro_visual_sub_section .visual_img {
  width: 100%;
  height: 56rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 헤더 */
.header {
  position: fixed;
  z-index: var(--header_index);
  top: 0;
  width: 100%;
  padding-bottom: 0;
  background: var(--white1);
  overflow: hidden;
  transition: padding var(--trans_time);
}
.header * {
  letter-spacing: var(--ls_wide);
}
.header .header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.4rem;
}
.header .header_container > * {
  flex: 0 1 auto;
}
.header .header_container nav {
  height: var(--header);
}
.header .header_container nav .menu_1ul {
  display: flex;
  height: 100%;
}
.header .header_container nav .menu_1ul .menu_1li {
  height: 100%;
  font-size: 1.8rem;
  font-weight: var(--fw_bold);
  position: relative;
}
.header .header_container nav .menu_1ul .menu_1li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 4rem;
}
.header .header_container nav .menu_1ul .menu_1li:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8rem);
  height: 1px;
  background: var(--main2);
}
.header .header_container nav .menu_1ul .menu_1li .menu_2ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 20rem;
  padding-top: 3.2rem;
}
.header .header_container nav .menu_1ul .menu_1li .menu_2ul .menu_2li {
  text-align: center;
  font-size: 1.6rem;
  font-weight: var(--fw_sbold);
}
.header .header_container nav .menu_1ul .menu_1li .menu_2ul .menu_2li > a {
  padding: 1.2rem 0.8rem;
  white-space: nowrap;
}
.header .header_container nav .menu_1ul .menu_1li .menu_2ul .menu_2li:hover {
  color: var(--main2);
}
.header .header_button_wrapper {
  display: flex;
  align-items: center;
}
.header .header_button_wrapper > * {
  flex: 0 1 auto;
}
.header .header_button_wrapper .lang_select_area {
  position: relative;
  margin-left: 2.4rem;
  user-select: none;
}
.header .header_button_wrapper .lang_select_area .selected_option {
  font-size: 1.4rem;
  font-weight: var(--fw_bold);
  cursor: pointer;
}
.header .header_button_wrapper .lang_select_area .selected_option span {
  display: inline-block;
  padding: 1.6rem;
}
.header .header_button_wrapper .lang_select_area .lang_select_box {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  transition: var(--trans_time);
  white-space: nowrap;
}
.header .header_button_wrapper .lang_select_area.on .lang_select_box {
  height: 8.2rem;
}
.header .header_button_wrapper .lang_select_area .lang_select_ul {
  height: 8.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray2);
  border-radius: 0.8rem;
  background: var(--white1);
}
.header .header_button_wrapper .lang_select_area .lang_select_ul li {
  font-size: 1.3rem;
  font-weight: var(--fw_bold);
  text-align: center;
  cursor: pointer;
}
.header .header_button_wrapper .lang_select_area .lang_select_ul li:hover {
  color: var(--main2);
}
.header .header_button_wrapper .lang_select_area .lang_select_ul li a {
  padding: 0.8rem 2.4rem;
}
.header .mobile_menu_button {
  display: none;
}
.header.on {
  /* 메가메뉴 오픈했을 때 */
  padding-bottom: 20rem;
  box-shadow: 0px 0px 24px 0px rgba(0, 68, 116, 0.08);
}
.header.on .header_container {
  border-bottom: 1px solid var(--gray1);
}
.header.on .header_container nav .menu_1ul .menu_1li .menu_2ul {
  display: block !important;
}
.header.flow_show {
  /* 언어선택박스 오픈했을 때 */
  overflow: visible;
}
.header.flow_show .header_container nav .menu_1ul .menu_1li .menu_2ul {
  display: none;
}

/* 사이드메뉴 */
.aside {
  position: fixed;
  z-index: var(--aside_index);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  background: var(--white1);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s;
}
.aside.on {
  transform: translateX(0);
}
.aside * {
  letter-spacing: var(--ls_wide);
}
.aside .aside_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 8px 13px 20px;
  margin-bottom: 32px;
}
.aside .contact_button {
  width: 90px;
  height: 38px;
  font-size: 14px;
}
.aside nav .nav_toggle {
  display: block;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: var(--fw_bold);
  letter-spacing: var(--ls_wide);
  background-image: url("/img/arr_down.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  cursor: pointer;
}
.aside nav .menu_1li .menu_2ul {
  padding: 16px 0;
  background: #f9fafa;
  display: none;
}
.aside nav .menu_1li .menu_2ul .menu_2li a {
  display: block;
  padding: 13px 40px;
  font-size: 15px;
  font-weight: var(--fw_sbold);
}
.aside nav .menu_1li .menu_2ul .menu_2li a.now {
  color: var(--main2);
}
.aside nav .menu_1li.on .nav_toggle {
  color: var(--main2);
  background-image: url("/img/arr_up_blue.svg");
}

/* 푸터 */
.footer {
  display: flex;
  align-items: flex-start;
  padding: 5.6rem 15.6rem 6.5rem;
  background: var(--black1);
}
.footer * {
  letter-spacing: var(--ls_narrow);
}
.footer .footer_logo_wrapper {
  margin-right: 24.8rem;
}
.footer p {
  font-size: 1.4rem;
  font-weight: var(--fw_medium);
  line-height: var(--lh_base);
}
.footer p.copyright {
  color: var(--gray5);
}
.footer p .title {
  color: var(--gray3);
}
.footer p .content {
  color: var(--gray4);
}
.footer .footer_info_wrapper > *:nth-child(n+2) {
  margin-top: 0.4rem;
}
.footer .footer_info_wrapper .footer_info_area {
  display: flex;
  align-items: center;
}
.footer .footer_info_wrapper .footer_info_area p:nth-child(n+2) {
  margin-left: 2.4rem;
}
.footer .footer_info_wrapper .footer_info_area p .title {
  margin-right: 6px;
}

@media screen and (max-width: 1200px) {
  .sub_section_inner {
    width: auto;
  }
  .sub_section_inner.wide {
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  .intro_visual_sub_section .subtitle {
    font-weight: var(--fw_bolder);
  }
  .intro_visual_sub_section h1 br.mo {
    display: block;
  }
  .header .header_container {
    height: 64px;
    padding: 0 8px 0 20px;
  }
  .header .header_container nav {
    display: none;
  }
  .header .header_button_wrapper {
    height: 48px;
  }
  .header .header_button_wrapper .contact_button {
    display: none;
  }
  .header .header_button_wrapper .lang_select_area {
    height: 100%;
  }
  .header .header_button_wrapper .lang_select_area .selected_option {
    width: 51px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
  .header .header_button_wrapper .lang_select_area .selected_option span {
    display: inline-block;
    padding: 12px;
  }
  .header .header_button_wrapper .lang_select_area .lang_select_ul {
    height: 86px;
  }
  .header .header_button_wrapper .lang_select_area .lang_select_ul li {
    font-size: 13px;
  }
  .header .header_button_wrapper .lang_select_area .lang_select_ul li a {
    padding: 11px 32px;
  }
  .header .header_button_wrapper .lang_select_area.on .lang_select_box {
    height: 86px;
  }
  .header .mobile_menu_button {
    display: block;
    position: relative;
    width: 48px;
    height: 100%;
  }
  .header .mobile_menu_button span {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: var(--black1);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .header .mobile_menu_button span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 6px));
  }
  .header .mobile_menu_button span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .header .mobile_menu_button span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 6px));
  }
  .footer {
    padding: 3.4rem 6.5rem 4.1rem;
  }
  .footer .footer_logo_wrapper {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .view_more_button {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
  }
  .view_more_button img {
    width: 18px;
    margin-left: 2px;
  }
  .tab_wrapper .tab_list {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .tab_wrapper .tab_list .tab_item {
    margin: 3px 0;
    padding: 8px 10px;
    font-size: 20px;
  }
  [class$=_sub_section] {
    padding: 0;
  }
  .sub_section_inner {
    padding: 96px 20px;
  }
  .sub_section_inner.wide {
    padding: 96px 20px;
  }
  .sub_section_title h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .sub_section_title p {
    margin-top: 12px;
    font-size: 14px;
    line-height: var(--lh_base);
  }
  .intro_visual_sub_section {
    padding: 52px 0 0;
  }
  .intro_visual_sub_section .sub_section_inner {
    padding: 0 20px 40px;
  }
  .intro_visual_sub_section .subtitle {
    font-size: 15px;
  }
  .intro_visual_sub_section h1 {
    margin: 16px 0 0;
    font-size: 24px;
    line-height: 1.4;
  }
  .intro_visual_sub_section .visual_img {
    height: 480px;
  }
  .footer {
    display: block;
    padding: 34px 20px 41px;
  }
  .footer .footer_logo_wrapper {
    width: 116px;
    margin: 0 0 24px;
  }
  .footer p {
    font-size: 12px;
  }
  .footer .footer_info_wrapper .footer_info_area {
    display: block;
  }
  .footer .footer_info_wrapper .footer_info_area p {
    display: flex;
    align-items: flex-start;
  }
  .footer .footer_info_wrapper .footer_info_area p:nth-child(n+2) {
    margin: 0;
  }
  .footer .footer_info_wrapper .footer_info_area:nth-child(1) p:nth-child(n+2) {
    margin-top: 4px;
  }
  .footer .footer_info_wrapper .footer_info_area:nth-child(2) {
    display: flex;
    align-items: center;
  }
  .footer .footer_info_wrapper .footer_info_area:nth-child(2) p:nth-child(n+2) {
    margin-left: 16px;
  }
  .common_title_box h2 {
    font-size: 18px;
    color: var(--main2);
  }
  .common_title_box p {
    margin-top: 20px;
    font-size: 26px;
    font-weight: var(--fw_bolder);
    line-height: 1.3;
  }
  .common_title_box.white h2 {
    color: var(--white1);
  }
  .common_title_box.white p {
    color: var(--white1);
  }
  .common_title_box .view_more_button {
    margin-top: 20px;
  }
  .common_title_box .pc_text {
    display: none;
  }
  .common_title_box .mo_text {
    display: block;
  }
}

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