@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url("/css/font.css");


body {
  margin: 0;
  padding: 0;
}


/***********************
      header
************************/

/* gnb */
.header {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 135px;
  padding: 0 70px;
  background-color: #fff;
  transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  font-weight: 300;
}

.header_inner {
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
.header .a_logo {
  display: block;
  width: 315px;
  background: url(/images/h_logo.svg) no-repeat center / contain;
  margin: 24px auto 0;
  z-index: 9;
  padding-top: 30px;
}
.header .util_box {
  position: absolute;
  top: 33px;
  right: 70px;
  font-size: 0;
}
.header .link_lang {
  display: inline-block;
  font-weight: 700;
  font-family: "Pretendard";
  font-size: 0.875rem;
  color: #000;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 7px 15px;
  border: 1px solid #fff;
  transition: color 0.3s ease-in-out;
}
.header .btn_full_menu {
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 40px;
  background-color: transparent;
  border: none;
  font-size: 0;
  vertical-align: middle;
  text-indent: -9999px;
  cursor: pointer;
}
.header .btn_full_menu .bar_top,
.header .btn_full_menu .bar_mid,
.header .btn_full_menu .bar_bot {
  display: block;
  position: absolute;
  right: 2px;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform-origin: top right;
  transition: all 0.3s ease-in-out;
}
.header .btn_full_menu .bar_top {
  top: 4px;
  width: 30px;
}
.header .btn_full_menu .bar_mid {
  top: 50%;
  width: 40px;
  transform: translate(0, -50%);
}
.header .btn_full_menu .bar_bot {
  bottom: 4px;
  width: 34px;
}
.header.openFull .btn_full_menu .bar_bot {
  opacity: 0;
}
.header.openFull .btn_full_menu .bar_top {
  top: 4px;
  left: -6px;
  width: 37px;
  transform: rotate(-45deg);
}
.header.openFull .btn_full_menu .bar_mid {
  top: 30px;
  left: -5px;
  width: 37px;
  transform: rotate(45deg);
}

.gnb_wrap {
  padding: 0 100px 0;
  text-align: center;
}
.gnb {
  display: inline-block;
}
.gnb .dep1_li {
  display: inline-block;
  position: relative;
  height: 54px;
  padding: 27px 75px 0;
  font-weight: 500;
}
.gnb .dep1_li:first-child {
  margin-left: 0;
}
.gnb .dep1_link {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 1.375rem;
  color: #000;
  transition: color 0.2s linear;
  font-weight: 500;
}
.gnb .dep1_link:before {
  display: block;
  position: absolute;
  top: 99px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #009ebb;
  content: "";
  transform: translateX(-50%);
  transition: width 0.2s ease-in-out;
}
.header.over .gnb .dep1_li:hover .dep1_link {
  color: #009ebb;
}
.header.over .gnb .dep1_li:hover .dep1_link:before {
  width: 100%;
}
.gnb .dep2 {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  height: 400px;
  padding-top: 47px;
  opacity: 1;
  transition: opacity 1ms 300ms;
}
.gnb .dep2_li {
  margin-top: 24px;
}
.gnb .dep2_li:first-child {
  margin-top: 0;
}
.gnb .dep2_link {
  display: inline-block;
  font-weight: 400;
  color: #1c1c1c;
  transition: color 0.2s linear;
}
.gnb .dep2_link:hover {
  color: #009ebb;
}
.header.fixed,
.header.over,
.header.openFull {
  background-color: #fff;
}
.header.fixed {
  position: fixed;
  border-bottom: 1px solid #ddd;
}
.header.over:before {
  opacity: 1;
}

.header.openFull::before {
  content: "";
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.header.over {
  height: 500px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.scrDown .header.fixed {
  margin-top: -100px;
}
.header.openFull .btn_full_menu .bar_top,
.header.openFull .btn_full_menu .bar_mid,
.header.openFull .btn_full_menu .bar_bot {
  background-color: #000;
}
.header.over .btn_full_menu .bar_top,
.header.over .btn_full_menu .bar_mid,
.header.over .btn_full_menu .bar_bot {
  background-color: #000;
}

.header.openFull .gnb .dep1_link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #0a8001;
  transition: all 0.4s;
}
.header.openFull .gnb .dep1_link:hover::after {
  width: 100%;
}
.gnb .masterpiece .dep2_link {
  color: #f60;
}
.header.fixed .gnb .dep1_link,
.header.over .gnb .dep1_link,
.header.openFull .gnb .dep1_link,
.header.fixed .link_lang,
.header.over .link_lang,
.header.openFull .link_lang {
  color: #1c1c1c;
  font-weight: 500;
}
.header.over .link_lang {
  border: 1px solid #1c1c1c;
}
.header.openFull .link_lang {
  border: 1px solid #1c1c1c;
}
.header.over .gnb .dep2 {
  display: block;
}
.header.openFull {
  overflow: visible;
}
.header.openFull .gnb {
  display: none;
}
.header.openFull .full_menu {
  height: 500px;
  padding-top: 80px;
}

/**********mobile header**********/
.m-navWrap {
  display: none;
}
.header .m-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  margin-left: 40px;
  background-color: transparent;
  border: none;
  font-size: 0;
  vertical-align: middle;
  text-indent: -9999px;
  cursor: pointer;
}
.header .m-btn .bar_top,
.header .m-btn .bar_mid,
.header .m-btn .bar_bot {
  display: block;
  position: absolute;
  right: 2px;
  width: 32px;
  height: 2px;
  background-color: #009ebb;
  transform-origin: top right;
  transition: background-color 0.3s ease-in-out;
}
.header .m-btn .bar_top {
  top: 4px;
  width: 30px;
}
.header .m-btn .bar_mid {
  top: 50%;
  width: 40px;
  transform: translate(0, -50%);
}
.header .m-btn .bar_bot {
  bottom: 4px;
  width: 34px;
}

.m-navWrap {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
  z-index: 99;
}

.m-navWrap .bBg {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}

.m-navWrap .m-navbox {
  position: absolute;
  right: -100%;
  top: 0;
  width: 50%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #313131;
  z-index: 999;
  transition: all 0.5s;
}
.m-navWrap .m-navbox.on {
  right: 0;
}

.m-navWrap .m-navbox .mn-top {
  position: relative;
  height: 90px;
}
.m-navWrap .m-navbox .mn-top .closeBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
}
.m-navWrap .m-navbox .mn-top .closeBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.m-navWrap .m-navbox .mn-top .closeBtn .lnr-cross {
  font-size: 35px;
  color: #fff;
}

.m-navWrap .m-navbox .m-nav > li {
  position: relative;
}
.m-navWrap .m-navbox .m-nav > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-indent: 20px;
  font-size: 1rem;
  font-weight: 500;
}
.m-navWrap .m-navbox .m-nav > li .lnr {
  display: none;
  position: absolute;
  top: 19px;
  right: 24px;
  font-size: 1rem;
  color: #fff;
}
.m-navWrap .m-navbox .m-nav > li .lnr-chevron-down {
  display: block;
}
.m-navWrap .m-navbox .m-nav > li.on .lnr-chevron-down {
  display: none;
}
.m-navWrap .m-navbox .m-nav > li.on .lnr-chevron-up {
  display: block;
}

.m-navWrap .m-navbox .m-nav .m-depth2 {
  display: none;
  padding: 0 0 0 24px;
}
.m-navWrap .m-navbox .m-nav .m-depth2 > li {
  position: relative;
}
.m-navWrap .m-navbox .m-nav .m-depth2 > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}
.m-navWrap .m-navbox .m-nav .m-depth2 > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  text-indent: 20px;
  color: #fff;
  transform: skew(0.03deg);
}

/*************main**************/

/************************
    main-section01
************************/

.main-section01 {
  width: 100%;
}
.sec01__inner {
  width: 100%;
  max-width: 1920px;
  margin: 80px 0;
  margin-left: auto;
  display: flex;
	gap: 130px;
}
.secinner__text {
  width: 25%;
  padding: 24px 0;
}
.sec-text01 {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 132%;
  letter-spacing: -0.003em;
  color: #313131;
}
.sec-text02 {
  font-family: "Metropolis";
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 110%;
  letter-spacing: -0.022em;
  color: #009ebb;
  margin: 8px 0;
}
.sec-text03 {
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.008em;
  color: #313131;
}
.secinner__img-wrap {
  width: 80%;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  /* padding: 0 8px; */
  box-sizing: border-box;
  margin-bottom: 160px;
}
.secimg__box {
  max-width: 440px !important;
  flex-shrink: 0;
}
.secimg__box img {
  width: 100%;
}
.img__info_text {
  width: 100%;
  font-size: 1.125rem;
  letter-spacing: -0.003em;
  padding: 24px 0;
  box-sizing: border-box;
}

/**********************
    main-text-section
 **********************/
.main-text__section {
  width: 100%;
  padding: 24px 0;
}
.main-text__section > p {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 140%;
  letter-spacing: -0.003em;
  color: #313131;
  font-family: "Pretendard";
}
/**********************
    main-section03
 **********************/
.main-section03 {
  width: 100%;
}
.sec03__inner {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  flex-direction: row-reverse;
  margin-left: unset;
  justify-content: left !important;
  gap: 120px;
}
.sec03__inner .secinner__img-wrap {
  width: 80%;
  padding: 0;
}

.sec03__inner .secinner__text {
  width: fit-content;
}
/**********************
    main-section04
 **********************/
.main-section04 {
  width: 100%;
}
.sec04__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.sec04__inner .secinner__text {
  width: 40%;
}
.main-section04 .secinner__img-wrap {
  flex-wrap: wrap;
  gap: 65px 8px;
  padding: 0;
  justify-content: space-between;
}
.sec04__box {
  width: calc(50% - 16px);
  font-family: "Pretendard";
  letter-spacing: -0.003em;
  color: #313131;
}
.sec04__box img {
  width: 100%;
  margin-bottom: 24px;
}
.sec04-boxtxt01 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 140%;
}
.sec04-boxtxt02 {
  font-size: 1.125rem;
  line-height: 148%;
}

/***********************************
              footer
 ************************************/

.footer {
  position: relative;
  z-index: 1;
  font-family: "Pretendard";
  padding: 60px 15px;
  background: rgba(0, 0, 0, 0.1);
}
.footer_inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}
.footer .logo {
  box-sizing: border-box;
  width: 200px;
  margin-right: 60px;
}

.footer .info_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.footer .info_box .info {
  width: calc(33.33% - 8px);
  font-size: 0.75rem;
  color: #6c6c6c;
}
.footer .info_box .info > div button:first-child {
  margin-bottom: 8px;
}
.footer .info_box .info button {
  background: transparent;
  border: none;
  outline: none;
  display: block;
}
.terms-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.info > ul > li {
  margin-top: 8px;
}
.info > ul > li:first-child {
  margin-top: 0;
}
.info > ul > li span:first-child {
  margin-right: 8px;
}
/*추가**/
.main-section01,
.main-text__section,
.main-section03,
.main-section04 {
  max-width: 1920px;
  margin: 0 auto;
}

.secinner__img-wrap img {
  width: 100%;
}
.sec01_inner_modify {
  /* justify-content: space-between; */
	justify-content: end;
}
.sec01_inner_modify .secinner__img-wrap {
  width: 47.75%;
	min-width: 908px;
  margin-bottom: 0;
}
.sec01_inner_modify .secinner__text {
		/* width: 52%; */
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
}
.more_btn {
  margin-top: 50px;
  padding: 12px 20px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #4e4e4e;
  border-radius: 240px;
  display: block;
  width: fit-content;
	transition: all 0.3s ease;
}
.more_btn:hover {
	background-color: #333;
	color:#fff;
	border: 1px solid #333;
	cursor: pointer;
}
#main_visual02 .wht_more:hover{
	background-color: #333;
	color:#fff;
	border: 1px solid #333;
	cursor: pointer;
}
.wht_more:hover{
	border: 1px solid #fff;
	background-color: #ffff;
	color:#333;
	cursor: pointer;
}
.sec01_inner_modify .secinner__text .sec-text03 {
  margin-top: 40px;
}
.sec04__inner_modify {
  width: 100%;
  max-width: 1920px;
  margin-top: 160px;
}
.sec04__inner_modify .secinner__img-wrap {
  width: 100%;
}
.main-section01 {
  overflow: hidden;
}
.main_visual_wrap {
  width: 100%;
  height: 100%;
  min-height: 960px;
  display: flex;
  align-items: center;
}
.main_slide_text_wrap {
  width: 1280px;
  color: #fff;
  margin: 135px auto 0;
}
.main_slide_text01 {
  font-family: "Metropolis";
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 110%;
  letter-spacing: -0.022em;
  margin-bottom: 40px;
}
.main_slide_text02 {
  font-family: "Pretendard";
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.008em;
  margin-bottom: 40px;
}
.wht_more {
  border: 1px solid #fff;
  color: #fff;
}
#main_visual01 {
  background: url("/images/slide01.png") no-repeat center / cover;
  background-blend-mode: multiply;
}
#main_visual02 {
  background: url("/images/slide02.png") no-repeat center / cover;
}
#main_visual03 {
  background: url("/images/slide03.png") no-repeat center / cover;
  background-blend-mode: multiply;
}
#main_visual02 .main_slide_text_wrap {
  color: #313131;
}
#main_visual02 .wht_more {
  border: 1px solid #313131;
  color: #313131;
}
.main_visual_section {
  overflow: hidden;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 165px;
}
#popup {
  width: 860px;
  height: 800px;
  background: #fff;
  font-family: "Pretendard";
  overflow-y: scroll;
  /* display: none; */
}
#popup .pop__top {
  background: #fff;
  color: #313131;
  padding: 40px;
  box-sizing: border-box;
  font-size: 1.125rem;
  line-height: 32px;
  display: flex;
  align-items: center;
}
#popup .modal-inner {
  padding: 20px 75px;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 156%;
  font-family: "Pretendard";
  letter-spacing: -0.003em;
  color: #313131;
}
.pop-close__btn {
  margin-left: auto;
  cursor: pointer;
}
.terms_title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 156%;
  font-family: "Pretendard";
  letter-spacing: -0.003em;
  color: #313131;
  margin-bottom: 16px;
}
.terms_gray_box {
  width: 100%;
  padding: 16px 24px;
  box-sizing: border-box;
  background-color: #e8e8e8;
  border: 1px solid #b7b7b7;
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 156%;
  font-family: "Pretendard";
  letter-spacing: -0.003em;
  color: #313131;
}
.modal-inner ul {
  margin: 16px 0;
  font-size: 0.875rem;
  line-height: 156%;
  font-family: "Pretendard";
  letter-spacing: -0.003em;
  color: #313131;
}
.modal-inner ul li {
  display: flex;
  align-items: start;
}
.terms_title.title2 {
  margin: 32px 0 16px;
}
.terms_table {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 132%;
  font-family: "Pretendard";
  letter-spacing: 0.008em;
  color: #313131;
}
.terms_table th,
.terms_table td {
  padding: 16px;
}
.terms_table th {
  background: #e8e8e8;
  font-weight: bold;
}
.terms_table tr {
  border-bottom: 1px solid #e8e8e8;
}
.secimg__box {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 132%;
  letter-spacing: -0.003em;
  margin-bottom: 8px;
	cursor: grab;
}
.sec04_slide_type {
  color: #009ebb;
  margin-top: 24px;
}
.sec04_slide_title {
  color: #313131;
}
.sec04_slide_txt {
  color: #313131;
  font-size: 1rem;
  font-weight: 400;
  line-height: 148%;
}
.popup_open {
  color: #6c6c6c;
}
