/* @import url(./font.css); */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/****************** 공통 ******************/

html,
body {
  font-family: "Pretendard", sans-serif;
}
/* :lang(ko) {
  font-family: "Pretendard", sans-serif;
}
:lang(en) {
  font-family: "Poppins", sans-serif;
}
:lang(jp) {
  font-family: "NotoSans", sans-serif;
}
:lang(tw) {
  font-family: "Roboto", sans-serif;
} */
/****************************************/

/******** 폰트 굵기 ********/
.ft_em {
  font-weight: 700;
}

/******** 마진 ********/
.sub_sub_sub_sub_tit + .sub_sub_tit {
  margin-top: 18px;
}
.sub_sub_sub_sub_tit + .body_txt {
  margin-top: 18px;
}
.sub_sub_tit + .body_txt {
  margin-top: 34px;
}
.sub_sub_sub_tit + .body_txt {
  margin-top: 12px;
}
.list_sub_tit_bold + .sub_sub_sub_tit {
  margin-top: 18px;
}
.main_tit + .list_txt {
  margin-top: 24px;
}
/* 페이지_서비스 */
.sub_sub_sub_sub_tit + .main_tit {
  margin-top: 20px;
}
.main_tit + .big_tit {
  margin-top: 8px;
}
.big_tit + .primary_l_full_btn {
  margin-top: 60px;
}
.main_tit + .sub_sub_sub_txt {
  margin-top: 18px;
}
/* .tit_area + .tit_img_box {
    margin-top: 80px;
} */
.body_txt + .sub_sub_sub_sub_tit {
  margin-top: 10px;
}
.sub_sub_sub_txt + .flex_box {
  margin-top: 80px;
}

/****************** 페이지 ******************/
.pagination-current {
  font-weight: 900;
  color: var(--gray_dark2);
  font-size: 16px;
}
.pagination-total {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}

/************************************************/
/****************** 가장 큰 화면 ******************/
/***********************************************/

/****************** text ******************/
/* 타이틀 */
.main_tit {
  /* overflow: hidden; */
  font-size: 50px;
  line-height: 1.24em;
  font-weight: 100;
  color: var(--gray_dark2);
  letter-spacing: -0.8px;
}
.big_tit {
  font-size: 130px;
  line-height: 1em;
  font-weight: 900;
  color: var(--gray_dark2);
}
/* 서브 타이틀 */
.sub_tit {
  font-size: 40px;
  line-height: 1.48em;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: var(--gray_dark2);
}
.sub_sub_tit {
  font-size: 28px;
  line-height: 1.07em;
  font-weight: 700;
  color: var(--gray_dark2);
}
.sub_sub_sub_tit {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: var(--gray_dark2);
  /* margin: 0 0 31px; */
}
.sub_sub_sub_txt {
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  color: var(--gray_dark2);
  word-break: keep-all;
  /* margin: 0 0 31px; */
}
.sub_sub_sub_sub_tit {
  font-size: 18px;
  color: var(--gray_dark2);
  font-weight: 700;
}
/* 텍스트 */
.detail_txt {
  font-size: 12px;
  line-height: 1.48em;
  font-weight: 400;
  color: var(--gray_dark2);
}
.body_txt {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  color: #555;
  letter-spacing: -0.9px;
}
.body_txt_bold {
  font-size: 16px;
  line-height: 1.47em;
  font-weight: 600;
  color: #555;
  letter-spacing: -0.9px;
}
.list_sub_tit {
  display: block;
  font-size: 17px;
  letter-spacing: -0.7px;
  color: var(--gray_dark2);
}
.list_sub_tit_bold {
  display: block;
  font-size: 17px;
  letter-spacing: -0.7px;
  color: var(--gray_dark2);
  font-weight: bold;
}
.list_txt {
  font-size: 17px;
  font-weight: 300;
  color: #474747;
  letter-spacing: -0.7px;
}
.link_txt {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}

/* 메인 inner 리스트 박스 start*/
.num {
  position: absolute;
  font-size: 15px;
  font-weight: 900;
}
/* next 버튼 */
.btn_next {
  color: var(--gray_dark2);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

/********* 상단 *********/
.header_nav li {
  display: inline-block;
  position: relative;
}
.header_nav > ul > li > a {
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: bolder;
  color: #9fa3a2;
  text-decoration: none;
  cursor: pointer;
}
.header_nav > ul > li > a.is-active {
  color: var(--primary) !important;
}
.header_nav > ul > li > a.is-active::after {
  content: "";
  background-color: var(--primary);
  display: block;
  position: absolute;
  bottom: -12px;
  height: 2.5px;
  left: 50%;
  width: calc(100% - 40px);
  transform: translateX(-50%);
}
.header_nav > ul > li > a:hover {
  color: var(--primary);
}
/****** 상단의 탭 tab ******/
.tab_box {
  position: relative;
  padding-bottom: 30px;
  background: #fff;
}
.tab_lst {
  overflow: hidden;
}
.tab_lst li {
  float: left;
  margin-right: 37px !important;
  border: 0;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.tab_lst li .tab {
  text-decoration: none !important;
  display: block;
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 3em;
  font-weight: 500;
  color: var(--gray_dark2);
  letter-spacing: -0.8px;
}
.tab_box .line {
  top: 0;
  bottom: auto;
  height: 5px;
  width: 109.305px;
  left: 0;
  opacity: 1;
  position: absolute;
  background-color: var(--gray_dark2);
  left: 36px !important;
}

/* tab 라운드 */
.detail-tab__wrap {
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background-color: white;
}
.detail-tab__inner {
  margin: 0 auto;
  padding: 0 150px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 64px;
}
/* 상단 언어 */
.util_lk {
  position: absolute;
  top: 30px;
  right: 30px;
}
.util_lk .ly_select {
  /* display: none; */
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 10;
  width: 130px;
  padding-top: 12px;
  /* -webkit-transform: translate(-50%,0); */
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.util_lk .ly_select .ly_inner {
  padding: 10px 0 10px 9px;
  border: 1px solid #ccc;
  border-top: 2px solid var(--gray_dark2);
  background: #fff;
}
.util_lk .ly_select .sel_lk {
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  color: var(--gray_dark2);
  white-space: nowrap;
}

/* button */
.primary_l_full_btn {
  color: #666;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.33em;
  background: #f6f6f6;
  height: 60px;
  padding: 0 1.8em;
  border-radius: 10px;
  border: 1px solid #ddd;
  min-width: 210px;
}

.primary_l_stroke_btn {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 600;
  line-height: 2.33em;
  background: white;
  height: 60px;
  padding: 0 1.8em;
  border-radius: 10px;
  border: 2px solid var(--secondary);
  min-width: 210px;
}
.primary_m_full_btn {
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.33em;
  background: var(--primary);
  height: 40px;
  padding: 0 1.8em;
  border-radius: 10px;
  border: none;
  min-width: 210px;
}
.primary_m_stroke_btn {
  color: var(--primary);
  font-size: 15px;
  font-weight: 600;
  line-height: 2.33em;
  background: white;
  height: 40px;
  padding: 0 1.8em;
  border-radius: 10px;
  border: 2px solid var(--primary);
  min-width: 210px;
}
/* button */
.primary_l_full_btn {
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.33em;
  background: var(--secondary);
  height: 60px;
  padding: 0 1.8em;
  border-radius: 8px;
  border: none;
  min-width: 210px;
  transition: 0.2s ease;
}
.primary_l_full_btn:hover {
  background: var(--primary);
}
.primary_l_stroke_btn {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 2.33em;
  background: white;
  height: 60px;
  padding: 0 1.8em;
  border-radius: 8px;
  border: 2px solid var(--primary);
  min-width: 210px;
}
.primary_m_full_btn {
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.33em;
  background: var(--primary);
  height: 40px;
  padding: 0 1.8em;
  border-radius: 8px;
  border: none;
  min-width: 210px;
}
.primary_m_stroke_btn {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 2.33em;
  background: white;
  height: 40px;
  padding: 0 1.8em;
  border-radius: 8px;
  border: 2px solid var(--primary);
  min-width: 210px;
}

.gray_m_stroke_btn {
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 600;
  background: white;
  height: 40px;
  padding: 9px 32px;
  border-radius: 10px;
  border: 2px solid #6e6e6e;
}
.gray_m_full_btn {
  color: white;
  font-size: 15px;
  font-weight: 600;
  background: white;
  height: 40px;
  padding: 9px 32px;
  border-radius: 5px;
  background: var(--gray_dark2);
  min-width: 160px;
}
.primary_r_m_full_btn {
  display: block;
  padding: 9px 32px;
  position: relative;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #9fa3a2;
}
.primary_r_m_full_btn:hover {
  /* background-color: var(--primary); */
  color: var(--primary);
}
.primary_r_m_full_btn.is-active {
  background-color: var(--primary);
  color: white;
}
/* 드롭다운 */
.drop_btn {
  position: relative;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: bolder;
  color: #9fa3a2;
  text-decoration: none;
  cursor: pointer;
  z-index: 11;
  height: 80px;
  width: 160px;
  left: 50px;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown_content {
  display: none;
  position: absolute;
  background-color: white;
  width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  left: 50px;
  top: 90%;
  z-index: 90;
  box-sizing: border-box;
}

.dropdown_arrow {
  display: inline;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  margin-left: 6px;
}
.dropdown_content button {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: bold;
  color: #a6a7a7;
  width: 100%;
}

.dropdown_content button[data-target="ko"] {
  font-size: 15px;
}
.dropdown_content button:hover {
  background-color: var(--primary);
  border-radius: 6px;
  color: white;
}

/* icon */
.ic_back_stroke {
  border: 1px solid var(--primary);
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 20px;
  display: inline-block;
}
.ic_prev_stroke {
  border: 1px solid var(--primary);
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 20px;
  display: inline-block;
}
.ic_back_list {
  background: var(--gray_dark2);
  width: 40px;
  height: 40px;
  border-radius: 21px;
  display: inline-block;
}
.gray_l_stroke_btn {
  color: var(--gray_dark2);
  font-size: 18px;
  font-weight: 600;
  line-height: 2.33em;
  background: white;
  height: 60px;
  padding: 0 1.8em;
  border-radius: 10px;
  border: 2px solid var(--gray_dark2);
  min-width: 210px;
}
.gray_l_stroke_btn:hover {
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.33em;
  background: var(--primary);
  height: 60px;
  padding: 0 1.8em;
  border-radius: 10px;
  border: 2px solid var(--primary);
  min-width: 210px;
}
.next_btn {
  height: 40px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
}
.prev_btn {
  height: 40px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
}

/******* tag *******/

.tag_list {
  margin-bottom: 10px;
}
.tag_list li {
  margin-right: 4px;
}
.border_tag {
  padding: 5px 10px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 12px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
}
/* etc */
.etc_logo {
  width: 240px;
  height: 24px;
  background-image: url("../img/etc.svg");
  background-position: -0 -0;
  background-repeat: no-repeat;
}

.etc_logo_white {
  width: 240px;
  height: 24px;
  background-image: url("../img/etc.svg");
  background-position: -0px -67px;
  background-repeat: no-repeat;
}

/* icon */
/* icon_64 */
/* icon_32 */
/* icon_24 */
