@charset "UTF-8";
@import url("/font/pretendard/pretendard.css");
.list_item .item_info_tit i.ico1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  font-size: 0;
  vertical-align: text-top;
  text-indent: -999em;
  background: url("../imgs/customer/ico_item1.png") no-repeat center/contain;
  background-color: #fff;
}
.list_item .item_info_tit i.ico2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  font-size: 0;
  vertical-align: text-top;
  text-indent: -999em;
  background: url("../imgs/customer/ico_item2.png") no-repeat center/contain;
  background-color: #fff;
}

@media print {
  /*배경인쇄*/
  * {
    -webkit-print-color-adjust: exact;
  }
  .noprint {
    display: none;
  }
}
body, html, input, textarea, select, button, xmp, pre {
  font-family: "pretendard", NotoSansKR, Dotum, "돋움", Arial, sans-serif;
}

html {
  font-size: 16px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, sup, sub,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: inherit;
  font-size: inherit;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*폰트 사이즈 자동조절 방지*/
body {
  -webkit-text-size-adjust: 100%;
}

strong {
  font-weight: bold;
}

var {
  display: none;
}

sup {
  top: -0.25em;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  position: static;
}

th, td {
  vertical-align: middle;
}

/*안드로이드 탭색상제거*/
/*body{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); -webkit-higlight-color:rgba(0, 0, 0, 0) }*/
/*iOS 이미지 컨텍스트 메뉴 막기*/
img {
  -webkit-touch-callout: none;
  max-width: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  max-width: 100%;
}

input {
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
}

input[type=checkbox],
input[type=file],
input[type=radio] {
  cursor: pointer;
}

label {
  cursor: default;
}

button {
  cursor: pointer;
  background: none;
  font-family: inherit;
  border: 0;
  overflow: visible;
  padding: 0;
}

button {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=text], input[type=number], input[type=search], input[type=password], textarea {
  border-radius: 0;
  border: 1px solid #e2e2e2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

input, textarea, select, button {
  font-size: 16px;
  line-height: 1.5em;
  vertical-align: top;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
}

*[disabled] {
  opacity: 0.5;
}

input[disabled], select[disabled] {
  opacity: 1;
  background: #f5f5f5;
}

*[readonly] {
  background: #f5f5f5;
}

/* 텍스트 인풋에 자동완성 배경색 제거 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset;
  -webkit-text-fill-color: #000000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/**/
input::-moz-placeholder {
  color: #c7c7c7;
  font-size: 15px;
  font-weight: 300;
}
input::placeholder {
  color: #c7c7c7;
  font-size: 15px;
  font-weight: 300;
}

textarea::-moz-placeholder {
  color: #c7c7c7;
  font-size: 15px;
  font-weight: 300;
}

textarea::placeholder {
  color: #c7c7c7;
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 1023px) {
  input::-moz-placeholder {
    font-size: 13px;
  }
  input::placeholder {
    font-size: 13px;
  }
  textarea::-moz-placeholder {
    font-size: 13px;
  }
  textarea::placeholder {
    font-size: 13px;
  }
}
caption, legend {
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -10000em;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

a, button {
  /*모바일에서*/
  /*- 클릭시 딜레이 방지*/ /* IE10  */
  touch-action: manipulation; /* IE11+ */
  /*- 탭하이라이트 제거*/
  -webkit-tap-highlight-color: transparent;
}

a[href^=mailto] {
  color: #595959;
  letter-spacing: 0;
}

a[href^=mailto]:hover {
  text-decoration: underline;
}

a[href="javascript:void(0);"] {
  cursor: default;
}

.show_ta,
.show_mo {
  display: none !important;
}

.ir {
  overflow: hidden;
  text-indent: -999em;
  background-repeat: no-repeat;
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -10000em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  z-index: -1;
}

.dim {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  /*
    IE8이하는 rgba가 동작하지 않기 때문에 배경 투명도 적용을 위해 filter의 gradient을 대체 이용한다.
    컬러값 60000000의 8자리 숫자의 의미: 앞 60 불투명도, 나머지 6자리 컬러값.
    startColorstr와 endColorstr의 색을 같게 하여 배경 투명도 처리를 하는것.
    하지만 원래는 그라데이션 처리하는 기법이기 때문에 같은 60% 투명도라고 해도 약간의 차이는 있다.
  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
  zoom: 1; /* 일반적이진 않지만 ie6, 7 에서 적용 안되는경우 선언. */
}

.swiper-pagination {
  z-index: 0;
}

.long_height {
  min-height: 100% !important;
}

.img_aqq_qr {
  margin-top: 40px;
}

.login_join_wrap.error_wrap > h1.tit_ico {
  position: relative;
  padding-top: 35px;
}

.login_join_wrap.error_wrap > h1.tit_ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  top: 14px;
  width: 26px;
  height: 26px;
  background: url("../imgs/common/ico_noti.png") no-repeat center/cover;
}

a.link {
  color: #4d81d7;
  letter-spacing: 0;
}

a.line:hover {
  text-decoration: underline;
}

.nopage {
  text-align: center;
  margin-top: 25px !important;
  background: white;
}

.nopage > img {
  width: 100%;
  max-width: 600px !important;
  vertical-align: top;
}

/* #skip */
#skip {
  z-index: 999999;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  text-align: center;
}

#skip a {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0;
  vertical-align: top;
  text-align: center;
  font-size: 0;
  font-weight: normal;
  white-space: nowrap;
}

#skip a:active,
#skip a:focus,
#skip a:hover {
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 16px;
  color: white;
  padding: 12px 40px;
  background: #333333;
  z-index: 999999;
}

@media (max-width: 1023px) {
  .show_pc {
    display: none !important;
  }
  .show_ta {
    display: block !important;
  }
  .none_ta {
    display: none !important;
  }
  .long_height {
    min-height: 850px !important;
  }
  .img_aqq_qr {
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  .show_mo {
    display: block !important;
  }
  .none_mo {
    display: none !important;
  }
}
.s_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.s_inner_wide {
  width: 100%;
}

@media (max-width: 1023px) {
  .s_inner {
    max-width: 100%;
    box-sizing: border-box;
  }
}
.header_inner .s_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 88px;
}
.header_inner .header_logo {
  display: block;
  width: 176px;
  height: 51px;
  background: url("../imgs/common/logo_sub_header.svg") no-repeat center/cover;
}
.header_inner .gnb .gnb_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.header_inner .gnb .gnb_list .gnb_item {
  margin-left: 33px;
}
.header_inner .gnb .gnb_list .gnb_item:first-child {
  margin-left: 40px;
}
.header_inner .gnb .gnb_list .gnb_item > a {
  line-height: 1;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.header_inner .gnb .gnb_list .gnb_item > a em {
  color: #000;
  font-weight: 400;
}
.header_sub {
  border-bottom: 1px solid #e7e8e9;
}
.header_main {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header_main .s_inner .header_logo {
  height: 51px;
  background: url("../imgs/common/logo_main_header.svg") no-repeat center/cover;
}
.header_main .s_inner .gnb .gnb_list .gnb_item > a {
  color: #fff;
}
.header_main .s_inner .util_menu .util_list .util_item > a {
  opacity: 0.55;
  color: #fff;
  font-weight: 300;
}
.header_main .s_inner .util_menu .util_list .util_item.app_link > a {
  opacity: 1;
}

.util_menu {
  max-width: 260px;
  width: 100%;
}
.util_menu .util_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  font-size: 0;
}
.util_menu .util_list .util_item {
  margin-left: 12px;
}
.util_menu .util_list .util_item:first-child {
  margin-left: 0;
}
.util_menu .util_list .util_item > a {
  line-height: 1;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.util_menu .util_list .util_item > a em {
  color: #000;
  font-weight: 400;
}
.util_menu .util_list .util_item.app_link {
  display: inline-block;
  width: 66px;
  height: 26px;
}
.util_menu .util_list .util_item.app_link > a {
  padding: 0 10px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  border-radius: 18px;
  background: linear-gradient(to left, #02fbb0 0%, #1bb4e0 54.17%, #2a63ff 93.23%) repeat;
  background-size: 400% 100%;
  animation: gradient2 5s ease infinite;
}
@keyframes gradient2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.util_menu .util_list .util_item.app_link > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url("../imgs/common/ico_app_link.png") no-repeat center/cover;
}

@media (max-width: 1023px) {
  .header_inner .s_inner {
    display: block;
    position: relative;
    height: auto;
    margin-top: 18px;
    padding: 0;
  }
  .header_inner .header_logo {
    width: 114px;
    height: 33px;
    margin: 0 20px 18px;
  }
  .header_inner .gnb {
    padding: 13px 20px;
    border-top: 1px solid #e7e8e9;
    background-color: #fff;
  }
  .header_inner .gnb .gnb_list {
    justify-content: space-evenly;
    width: auto;
  }
  .header_inner .gnb .gnb_list .gnb_item > a {
    font-size: 16px;
  }
  .header_sub .s_inner .gnb .gnb_list .gnb_item {
    margin-left: 0 !important;
  }
  .header_sub.fixed .gnb {
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 2;
    width: 100%;
    border-bottom: 1px solid #e7e8e9;
  }
  .header_main .s_inner .header_logo {
    width: 114px;
    height: 33px;
    margin: 0 20px 18px;
    background: url("../imgs/common/logo_sub_header.svg") no-repeat center/cover;
  }
  .header_main .s_inner .gnb {
    display: none;
  }
  .util_menu {
    position: absolute;
    top: 8px;
    right: 20px;
  }
  .util_menu .util_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
  }
  .util_menu .util_list .util_item {
    margin-left: 12px;
  }
}
@media (max-width: 1023px) and (max-width: 360px) {
  .util_menu .util_list .util_item {
    margin-left: 8px;
  }
}
@media (max-width: 1023px) {
  .util_menu .util_list .util_item > a {
    font-size: 11px;
  }
  .util_menu .util_list .util_item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header_inner .s_inner .gnb .gnb_list {
    justify-content: space-between;
  }
}
footer {
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}

.footer_item_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}

.footer_item_1 {
  border-top: 1px solid #ddd;
}
.footer_item_1 .footer_menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  width: calc(100% - 350px);
  padding: 25px 0;
}
.footer_item_1 .footer_menu li {
  margin-right: 43px;
}
.footer_item_1 .footer_menu li > a {
  line-height: 1;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.footer_item_1 .footer_menu li > a em {
  color: #595959;
  font-weight: 400;
}
.footer_item_1 .footer_menu li.point_red > a {
  font-size: 17px;
  color: #f24e3b;
}
.footer_item_1 .footer_family_box {
  position: relative;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.footer_item_1 .footer_family_box .family_box_sel > select {
  z-index: 0;
  opacity: 1;
  width: 242px;
  height: auto;
  padding: 27px 20px;
  line-height: 1;
  color: #595959;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  border: 0;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.footer_item_1 .footer_family_box .family_box_sel > select em {
  color: #595959;
  font-weight: 400;
}
.footer_item_1 .footer_family_box .family_box_sel > select:focus {
  outline: none;
}
.footer_item_1 .footer_family_box .family_box_sel > label {
  display: none;
}
.footer_item_1 .footer_family_box .family_box_sel::after {
  content: "+";
  position: absolute;
  top: 21px;
  right: 18px;
  transition: all ease 0.3s;
  line-height: 1;
  color: #737373;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  pointer-events: none;
}
.footer_item_1 .footer_family_box .family_box_sel::after em {
  color: #737373;
  font-weight: 400;
}
.footer_item_1 .footer_family_box .family_box_sel.on::after {
  transform: rotate(45deg);
}
.footer_item_1 .footer_sns {
  display: flex;
  padding-right: 30px;
}
.footer_item_1 .footer_sns > li {
  width: 32px;
  height: 32px;
}
.footer_item_1 .footer_sns > li:nth-child(1) {
  background: url("../imgs/common/ico_youtube.png") no-repeat center/cover;
}
.footer_item_1 .footer_sns > li:nth-child(2) {
  margin-left: 10px;
  background: url("../imgs/common/ico_insta.png") no-repeat center/cover;
}
.footer_item_1 .footer_sns > li a {
  display: block;
  width: 32px;
  height: 32px;
}
.footer_item_2 {
  padding: 40px 0 70px;
  border-top: 1px solid #ddd;
}
.footer_item_2 .footer_item_inner {
  align-items: flex-start;
}
.footer_item_2 .footer_logo {
  display: block;
  width: 176px;
  height: 51px;
  margin-bottom: 20px;
  background: url("../imgs/common/logo_sub_header.svg") no-repeat center/cover;
}
.footer_item_2 .footer_contents {
  line-height: 20px;
  color: #595959;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.footer_item_2 .footer_contents em {
  color: #595959;
  font-weight: 400;
}
.footer_item_2 .footer_contents span {
  margin-right: 5px;
}
.footer_item_2 .footer_contents .footer_copyright {
  color: #b5b5b5;
  font-weight: 300;
}
.footer_item_2 .footer_info_box {
  width: 225px;
}
.footer_item_2 .footer_call {
  margin-top: 10px;
}
.footer_item_2 .footer_call .call_info > h6 {
  margin-bottom: 20px;
  font-size: 20px;
}
.footer_item_2 .footer_call .call_info .call_num {
  display: inline-block;
  margin-bottom: 22px;
  line-height: 1;
  color: #0dac67;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.footer_item_2 .footer_call .call_info .call_num em {
  color: #0dac67;
  font-weight: 400;
}
.footer_item_2 .footer_call .call_info > span {
  line-height: 20px;
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.footer_item_2 .footer_call .call_info > span em {
  color: #5e5e5e;
  font-weight: 400;
}

.footer_dim {
  display: none;
}
.footer_dim.on {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
}

.btn_go_top {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  position: fixed;
  z-index: 2;
}
.btn_go_top > a {
  display: block;
}
.btn_go_top > a img {
  box-shadow: 2px 4px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.quick_left_banner {
  position: absolute;
  top: 230px;
  right: 52px;
  position: fixed;
  z-index: 2;
}
.quick_left_banner .quick_banner_item .quick_banner_slide {
  overflow: hidden;
  width: 206px;
}
.quick_left_banner .quick_banner_item .quick_banner_slide .swiper-slide {
  overflow: hidden;
}
.quick_footer_banner {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 30px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  z-index: 2;
  width: 954px;
  height: 100px;
  transition: width 0.3s ease-out;
  will-change: width, transform;
}
.quick_footer_banner .quick_banner_item {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.quick_footer_banner .quick_banner_item .banner_item_box {
  overflow: hidden;
  height: 76px;
  border-radius: 8px;
}
.quick_footer_banner .quick_banner_item .banner_item_box > a {
  position: relative;
  z-index: 1;
  width: 100%;
}
.quick_footer_banner .quick_banner_item .banner_item_box > a > div,
.quick_footer_banner .quick_banner_item .banner_item_box > a > span {
  display: inline-block;
  line-height: 76px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.quick_footer_banner .quick_banner_item .banner_item_box > a > div em,
.quick_footer_banner .quick_banner_item .banner_item_box > a > span em {
  color: #fcff00;
  font-weight: 400;
}
.quick_footer_banner .quick_banner_item .banner_item_box > a > div > em,
.quick_footer_banner .quick_banner_item .banner_item_box > a > span > em {
  font-size: 12px;
}
.quick_footer_banner .quick_banner_item .banner_item_box > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 18px;
  transform: rotate(-135deg);
  vertical-align: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.quick_footer_banner .quick_banner_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-in;
  will-change: opacity, transform;
  margin-right: 50px;
}
.quick_footer_banner .quick_banner_item.item_free {
  width: 62%;
}
.quick_footer_banner .quick_banner_item.item_free::before {
  width: 152px;
  height: 97px;
  opacity: 1;
  margin-right: 60px;
  background: url("../imgs/common/img_bnr_footer_free.png") no-repeat center/cover;
}
.quick_footer_banner .quick_banner_item.item_free.hover {
  width: 40%;
}
.quick_footer_banner .quick_banner_item.item_free.hover::before {
  opacity: 0;
}
.quick_footer_banner .quick_banner_item.item_free .banner_item_box {
  background-color: #f24e3b;
}
.quick_footer_banner .quick_banner_item.item_free .banner_item_box a {
  padding: 18px 30px 0 150px;
}
.quick_footer_banner .quick_banner_item.item_free .banner_item_box a > div {
  line-height: 25px;
}
.quick_footer_banner .quick_banner_item.item_free .banner_item_box a::after {
  vertical-align: 16px;
}
.quick_footer_banner .quick_banner_item.item_qna {
  width: 38%;
}
.quick_footer_banner .quick_banner_item.item_qna::before {
  width: 120px;
  height: 96px;
  background: url("../imgs/common/img_bnr_footer_qna.png") no-repeat center/cover;
}
.quick_footer_banner .quick_banner_item.item_qna:hover {
  width: 60%;
}
.quick_footer_banner .quick_banner_item.item_qna:hover::before {
  opacity: 1;
}
.quick_footer_banner .quick_banner_item.item_qna:hover .banner_item_box {
  transition: all 0.3s;
}
.quick_footer_banner .quick_banner_item.item_qna:hover .banner_item_box a {
  padding: 0 170px;
}
.quick_footer_banner .quick_banner_item.item_qna .banner_item_box {
  transition: all 0.3s;
  background-color: #0dac67;
}
.quick_footer_banner .quick_banner_item.item_qna .banner_item_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 66px;
  z-index: 0;
  transform: skewX(340deg) translateX(-85px);
  width: 264px;
  height: 76px;
  background-color: #0dac67;
}
.quick_footer_banner .quick_banner_item.item_qna .banner_item_box a {
  padding-left: 120px;
}

@media (max-width: 1023px) {
  .footer_item_btns {
    width: 100%;
    padding: 30px 20px;
    background-color: #f2f3f5;
  }
  .footer_item_btns .btn_row_2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer_item_btns .btn_row_2 > a {
    display: block;
    width: 155px;
    margin-left: 10px;
  }
  .footer_item_btns .btn_row_2 > a:first-child {
    margin-left: 0;
  }
  .footer_item_btns .btn_row_2 > a.btn_6 {
    height: 44px;
    line-height: 44px;
    color: #595959;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    border-color: #eee;
  }
  .footer_item_1 .footer_menu {
    width: calc(100% - 266px);
    padding: 15px 0;
  }
  .footer_item_1 .footer_menu li > a {
    font-size: 14px;
  }
  .footer_item_1 .footer_menu.point_red > a {
    font-size: 15px;
  }
  .footer_item_1 .footer_family_box .family_box_sel > select {
    width: 100%;
    padding: 18px;
    font-size: 14px;
  }
  .footer_item_1 .footer_family_box .family_box_sel::after {
    content: "+";
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 20px;
    pointer-events: none;
  }
  .footer_item_1 .footer_family_box .family_box_sel.on::after {
    transform: none;
  }
  .footer_item_2 .footer_call {
    margin: 25px 0 30px;
  }
  .footer_dim.on {
    display: none !important;
  }
  .quick_left_banner {
    position: absolute;
    bottom: 177px;
    right: 30px;
    position: fixed;
    top: unset;
  }
  .quick_left_banner .quick_banner_item .quick_banner_slide {
    width: 226px;
    padding-top: 0;
    text-align: center;
  }
  .quick_footer_banner {
    align-items: flex-end;
    max-width: 950px;
    width: 100%;
  }
  .quick_footer_banner.show_ta {
    display: flex !important;
  }
  .quick_footer_banner .quick_banner_item:first-child {
    width: 61%;
  }
  .quick_footer_banner .quick_banner_item:last-child {
    width: 38%;
  }
  .quick_footer_banner .quick_banner_item::before {
    content: none;
  }
  .btn_go_top {
    bottom: 125px;
  }
}
@media (max-width: 767px) {
  .footer_inner {
    position: relative;
    padding-bottom: 30px;
  }
  .footer_inner .footer_item_inner {
    justify-content: center;
    max-width: 360px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .footer_item_1 {
    position: relative;
    border-top: 1px solid #ddd;
  }
  .footer_item_1 .footer_menu {
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
  }
  .footer_item_1 .footer_menu li {
    margin-right: 0;
  }
  .footer_item_1 .footer_menu li > a {
    font-size: 14px;
    font-weight: 300;
  }
  .footer_item_1 .footer_menu.point_red > a {
    font-size: 15px;
  }
  .footer_item_1 .footer_sns {
    position: absolute;
    top: 430px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 360px;
    padding: 0 20px;
  }
  .footer_item_1 .footer_sns > li {
    width: 35px;
    height: 35px;
  }
  .footer_item_1 .footer_sns > li:nth-child(1) {
    background: url("../imgs/common/ico_youtube_MO.png") no-repeat center/cover;
  }
  .footer_item_1 .footer_sns > li:nth-child(2) {
    margin-left: 10px;
    background: url("../imgs/common/ico_insta_MO.png") no-repeat center/cover;
  }
  .footer_item_1 .footer_family_box {
    position: absolute;
    top: 485px;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 40px);
    width: 320px;
    border: 1px solid #ddd;
  }
  .footer_item_1 .footer_family_box .family_box_sel > select {
    width: 100%;
    padding: 15px;
    font-size: 15px;
  }
  .footer_item_1 .footer_family_box .family_box_sel::after {
    content: "+";
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 20px;
    pointer-events: none;
  }
  .footer_item_1 .footer_family_box .family_box_sel.on::after {
    transform: none;
  }
  .footer_item_2 {
    padding: 30px 0 202px;
    border-top: 1px solid #ddd;
  }
  .footer_item_2 .footer_item_inner {
    align-items: flex-start;
  }
  .footer_item_2 .footer_logo {
    display: block;
    width: 138px;
    height: 40px;
    margin-bottom: 0;
  }
  .footer_item_2 .footer_contents {
    width: 100%;
    line-height: 18px;
    font-size: 11px;
  }
  .footer_item_2 .footer_contents span {
    margin-right: 4px;
  }
  .footer_item_2 .footer_call {
    margin: 25px 0 30px;
  }
  .footer_item_2 .footer_call .call_info > h6 {
    display: inline-block;
    margin-bottom: 13px;
    font-size: 15px;
  }
  .footer_item_2 .footer_call .call_info .call_num {
    margin-bottom: 13px;
    font-size: 15px;
  }
  .footer_item_2 .footer_call .call_info > span {
    line-height: 18px;
    font-size: 11px;
  }
  .quick_left_banner {
    position: absolute;
    bottom: 40.39vw;
    right: 2.78vw;
    position: fixed;
  }
  .quick_left_banner .quick_banner_item .quick_banner_slide {
    width: 31.38vw;
    padding-top: 0;
  }
  .quick_footer_banner {
    bottom: -5px;
    left: 49.9%;
    max-width: 100.3%;
    width: 100.3%;
    height: auto;
  }
  .quick_footer_banner .quick_banner_item > a {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  .quick_footer_banner .quick_banner_item > a::after {
    content: "";
    position: absolute;
    top: 1.11vw;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 16.78vw;
  }
  .quick_footer_banner .quick_banner_item:first-child {
    width: 61%;
  }
  .quick_footer_banner .quick_banner_item:first-child > a::after {
    background-color: #f24e3b;
  }
  .quick_footer_banner .quick_banner_item:last-child {
    width: 38.8%;
  }
  .quick_footer_banner .quick_banner_item:last-child > a::after {
    background-color: #0dac67;
  }
  .btn_go_top {
    position: absolute;
    bottom: 20.11vw;
    right: 20px;
    position: fixed;
  }
  .btn_go_top > a {
    width: 10.44vw;
    height: 10.44vw;
  }
}
.sub_tit_wrap {
  height: 160px;
}
.sub_tit_wrap .tit_inner {
  padding-top: 45px;
}
.sub_tit_wrap .tit_inner > strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
.sub_tit_wrap .tit_inner > strong em {
  color: #fff;
  font-weight: 400;
}
.sub_tit_wrap .tit_inner > strong + p {
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.sub_tit_wrap .tit_inner > strong + p em {
  color: #fff;
  font-weight: 400;
}

.sub_nav_wrap .sub_nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 57px;
  border-bottom: 1px solid #f2f3f5;
}
.sub_nav_wrap .sub_nav .sub_nav_item {
  margin-left: 45px;
}
.sub_nav_wrap .sub_nav .sub_nav_item:first-child {
  margin-left: 0;
}
.sub_nav_wrap .sub_nav .sub_nav_item > a {
  line-height: 1;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: left;
}
.sub_nav_wrap .sub_nav .sub_nav_item > a em {
  color: #000;
  font-weight: 400;
}
.sub_nav_wrap .sub_nav .sub_nav_item.on > a {
  font-weight: 700;
  color: #0dac67;
}
.sub_nav_wrap .sub_depth3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 53px auto 50px;
  border-radius: 23px;
  background-color: #f2f3f5;
}
.sub_nav_wrap .sub_depth3 .sub_depth3_item > a {
  height: 46px;
  padding: 0 20px;
  line-height: 46px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.sub_nav_wrap .sub_depth3 .sub_depth3_item > a em {
  color: #000;
  font-weight: 400;
}
.sub_nav_wrap .sub_depth3 .sub_depth3_item.on {
  border-radius: 23px;
  background-color: #0dac67;
}
.sub_nav_wrap .sub_depth3 .sub_depth3_item.on > a {
  color: #fff;
}

@media (max-width: 1023px) {
  .sub_nav_wrap .sub_nav {
    display: block;
    overflow-y: hidden;
    overflow-x: scroll;
    height: auto;
    padding: 13px 20px;
    white-space: nowrap;
    text-align: center;
    border: 0;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .sub_nav_wrap .sub_nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
  .sub_nav_wrap .sub_nav .sub_nav_item {
    display: inline-block;
    margin-left: 15px;
  }
  .sub_nav_wrap .sub_nav .sub_nav_item > a {
    display: block;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 19px;
    background-color: #fff;
  }
  .sub_nav_wrap .sub_nav.fixed {
    position: absolute;
    top: 47px;
    left: 0;
    position: fixed;
    z-index: 2;
    width: 100%;
  }
  .sub_nav_wrap .sub_depth3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    max-width: 100%;
    margin: 0 0 35px;
    border-radius: 0;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
  }
  .sub_nav_wrap .sub_depth3 .sub_depth3_item {
    width: 50%;
    height: 46px;
    padding: 0;
  }
  .sub_nav_wrap .sub_depth3 .sub_depth3_item:first-child {
    border-right: 1px solid #ededed;
  }
  .sub_nav_wrap .sub_depth3 .sub_depth3_item > a {
    display: block;
    text-align: center;
    color: #888;
    font-size: 14px;
    font-weight: 400;
  }
  .sub_nav_wrap .sub_depth3 .sub_depth3_item.on {
    border-radius: 0;
    background-color: #fff;
  }
  .sub_nav_wrap .sub_depth3 .sub_depth3_item.on > a {
    color: #0dac67;
    font-weight: 700;
  }
}
.btn_1 {
  height: 54px;
  padding: 0 42px;
  line-height: 54px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  border-radius: 2px;
  background-color: #000;
}
.btn_1 em {
  color: #fff;
  font-weight: 400;
}
.btn_2 {
  max-width: 360px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-radius: 45px;
  background-color: #0dac67;
}
.btn_2 em {
  color: #fff;
  font-weight: 400;
}
.btn_2.respon {
  max-width: 100%;
}
.btn_2_gray {
  color: #000;
  background-color: #e8e7e8;
}
.btn_3 {
  height: 50px;
  padding: 0 41px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-radius: 3px;
  background-color: #000;
}
.btn_3 em {
  color: #fff;
  font-weight: 400;
}
.btn_4 {
  height: 50px;
  padding: 0 41px;
  line-height: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-radius: 3px;
  background-color: #e8e7e8;
}
.btn_4 em {
  color: #000;
  font-weight: 400;
}
.btn_5 {
  width: 113px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #000;
  background-color: #fff;
}
.btn_5 em {
  color: #000;
  font-weight: 400;
}
.btn_6 {
  max-width: 360px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #0dac67;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border: 1px solid #0dac67;
  border-radius: 20px;
  background-color: #fff;
}
.btn_6 em {
  color: #0dac67;
  font-weight: 400;
}
.btn_6.respon {
  max-width: 100%;
}
.btn_6_gray {
  color: #000;
  border: 0;
  background-color: #e8e7e8;
}
.btn_7 {
  height: 50px;
  padding: 0 50px;
  line-height: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
}
.btn_7 em {
  color: #000;
  font-weight: 400;
}
.btn_view_arrow {
  position: absolute;
  top: -9px;
  right: 0;
  padding: 10px 0 10px 30px;
  color: transparent;
  font-size: 0;
}
.btn_view_arrow::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 2px;
  transform: rotate(-45deg);
  border-left: 2px solid #6a7075;
  border-bottom: 2px solid #6a7075;
}
.btn_view_arrow.on {
  top: -4px;
}
.btn_view_arrow.on::after {
  transform: rotate(-226deg);
}
.btn_view_arrow_1::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  transform: rotate(-45deg);
  vertical-align: 3px;
  border-left: 2px solid #0dac67;
  border-bottom: 2px solid #0dac67;
}

@media (max-width: 1023px) {
  .btn_1 {
    height: 40px;
    padding: 0 32px;
    line-height: 40px;
    font-size: 12px;
  }
  .btn_2 {
    max-width: 360px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-radius: 23px;
  }
  .btn_3 {
    height: 40px;
    padding: 0 32px;
    line-height: 40px;
    font-size: 13px;
    border-radius: 2px;
  }
  .btn_4 {
    height: 40px;
    padding: 0 32px;
    line-height: 40px;
    font-size: 13px;
    border-radius: 2px;
  }
  .btn_5 {
    width: 100px;
    height: 30px;
    font-size: 13px;
  }
  .btn_6 {
    max-width: 360px;
    height: 40px;
    font-size: 15px;
  }
  .btn_7 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .btn_view_arrow::after {
    width: 6px;
    height: 6px;
  }
}
small.form_mark {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  font-size: 14px;
  text-align: right;
}
small.form_mark em {
  color: #888;
  font-weight: 400;
}

.input_star::after {
  content: "*";
  line-height: 1;
  color: #f23e30;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.input_star::after em {
  color: #f23e30;
  font-weight: 400;
}

.input_box {
  margin-bottom: 10px;
}
.input_box > label {
  line-height: 50px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.input_box > label em {
  color: #f23e30;
  font-weight: 400;
}
.input_box input[type=text],
.input_box input[type=number],
.input_box input[type=search],
.input_box input[type=password],
.input_box textarea {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  border: 1px solid #e2e2e2;
}
.input_box input[type=text] em,
.input_box input[type=number] em,
.input_box input[type=search] em,
.input_box input[type=password] em,
.input_box textarea em {
  color: #000;
  font-weight: 400;
}
.input_box input[type=text]:focus,
.input_box input[type=number]:focus,
.input_box input[type=search]:focus,
.input_box input[type=password]:focus,
.input_box textarea:focus {
  outline: none !important;
  border-color: #0dac67;
}
.input_box input[type=text]:-moz-read-only, .input_box input[type=number]:-moz-read-only, .input_box input[type=search]:-moz-read-only, .input_box input[type=password]:-moz-read-only, .input_box textarea:-moz-read-only {
  color: #888;
}
.input_box input[type=text]:read-only, .input_box input[type=text]:disabled,
.input_box input[type=number]:read-only,
.input_box input[type=number]:disabled,
.input_box input[type=search]:read-only,
.input_box input[type=search]:disabled,
.input_box input[type=password]:read-only,
.input_box input[type=password]:disabled,
.input_box textarea:read-only,
.input_box textarea:disabled {
  color: #888;
}
.input_box input[type=text]:-moz-read-only:focus, .input_box input[type=number]:-moz-read-only:focus, .input_box input[type=search]:-moz-read-only:focus, .input_box input[type=password]:-moz-read-only:focus, .input_box textarea:-moz-read-only:focus {
  border-color: #e2e2e2;
}
.input_box input[type=text]:read-only:focus, .input_box input[type=text]:disabled:focus,
.input_box input[type=number]:read-only:focus,
.input_box input[type=number]:disabled:focus,
.input_box input[type=search]:read-only:focus,
.input_box input[type=search]:disabled:focus,
.input_box input[type=password]:read-only:focus,
.input_box input[type=password]:disabled:focus,
.input_box textarea:read-only:focus,
.input_box textarea:disabled:focus {
  border-color: #e2e2e2;
}

.input_txt {
  margin: -10px 0 30px;
}
.input_txt .txt_info {
  margin-left: 160px;
}

.txt_info {
  margin-top: 10px;
}
.txt_info .txt_sms {
  line-height: 1;
  color: #0dac67;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.txt_info .txt_sms em {
  color: #0dac67;
  font-weight: 400;
}

.input_box textarea {
  height: 100%;
  padding: 10px 20px;
  line-height: 1.3;
}

.square_chk_box input[type=radio],
.square_chk_box input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
}
.square_chk_box > label {
  cursor: pointer;
}
.square_chk_box > input[type=radio] + label,
.square_chk_box > input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  vertical-align: top;
  line-height: 1;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.square_chk_box > input[type=radio] + label em,
.square_chk_box > input[type=checkbox] + label em {
  color: #f23e30;
  font-weight: 400;
}
.square_chk_box > input[type=radio] + label .txt_gray,
.square_chk_box > input[type=checkbox] + label .txt_gray {
  color: #b1b1b1;
}
.square_chk_box > input[type=radio] + label::before,
.square_chk_box > input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  height: 18px;
  width: 18px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
}
.square_chk_box > input[type=radio] + label::after,
.square_chk_box > input[type=checkbox] + label::after {
  content: "";
}
.square_chk_box > input[type=radio]:checked + label::after,
.square_chk_box > input[type=checkbox]:checked + label::after {
  position: absolute;
  top: 0;
  left: 4px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #13bd7e;
  border-bottom: 2px solid #13bd7e;
  transform: rotate(-45deg);
}
.square_chk_box.square_chk_large > input[type=radio] + label,
.square_chk_box.square_chk_large > input[type=checkbox] + label {
  font-size: 19px;
}
.square_chk_box.square_chk_large > input[type=radio] + label::before,
.square_chk_box.square_chk_large > input[type=checkbox] + label::before {
  height: 21px;
  width: 21px;
}
.square_chk_box.square_chk_large > input[type=radio]:checked + label::after,
.square_chk_box.square_chk_large > input[type=checkbox]:checked + label::after {
  position: absolute;
  top: 0;
  left: 4px;
  width: 13px;
  height: 9px;
}

.circle_chk_box input[type=radio],
.circle_chk_box input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
}
.circle_chk_box > label {
  cursor: pointer;
}
.circle_chk_box > input[type=radio] + label,
.circle_chk_box > input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  vertical-align: top;
  line-height: 1;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.circle_chk_box > input[type=radio] + label em,
.circle_chk_box > input[type=checkbox] + label em {
  color: #f23e30;
  font-weight: 400;
}
.circle_chk_box > input[type=radio] + label::before,
.circle_chk_box > input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  background-color: #fff;
}
.circle_chk_box > input[type=radio] + label::after,
.circle_chk_box > input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #e3e3e3;
}
.circle_chk_box > input[type=radio]:checked + label::after,
.circle_chk_box > input[type=checkbox]:checked + label::after {
  background-color: #13bd7e;
}

select {
  width: 100%;
  height: 50px;
  padding: 0 30px 0 20px;
  line-height: 50px;
  color: #888;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
}
select em {
  color: #888;
  font-weight: 400;
}
select::-ms-expand {
  display: none; /*for IE10,11*/
}
select:focus {
  outline: none !important;
  border-color: #0dac67;
}
select:disabled {
  color: #888;
}
select:disabled:focus {
  border-color: #e2e2e2;
}

@media (max-width: 1023px) {
  small.form_mark {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .input_star::after {
    font-size: 11px;
  }
  .input_box > label {
    line-height: 32px;
    font-size: 14px;
  }
  .input_box input[type=text],
  .input_box input[type=number],
  .input_box input[type=search],
  .input_box input[type=password],
  .input_box textarea {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
    font-size: 13px;
  }
  .input_txt {
    margin: -2px 0 14px;
  }
  .input_txt .txt_info {
    margin-left: 0px;
  }
  .txt_info .txt_sms {
    font-size: 13px;
  }
  .input_box textarea {
    padding: 15px 10px;
    line-height: 1.3;
  }
  .square_chk_box input[type=radio],
  .square_chk_box input[type=checkbox] {
    width: 17px;
    height: 17px;
  }
  .square_chk_box > input[type=radio] + label,
  .square_chk_box > input[type=checkbox] + label {
    padding-left: 28px;
    font-size: 13px;
    font-weight: 600;
  }
  .square_chk_box > input[type=radio] + label::before,
  .square_chk_box > input[type=checkbox] + label::before {
    position: absolute;
    top: -4px;
    left: 0px;
    height: 17px;
    width: 17px;
  }
  .square_chk_box.square_chk_large > input[type=radio] + label,
  .square_chk_box.square_chk_large > input[type=checkbox] + label {
    font-size: 14px;
  }
  .square_chk_box.square_chk_large > input[type=radio] + label::before,
  .square_chk_box.square_chk_large > input[type=checkbox] + label::before {
    height: 19px;
    width: 19px;
  }
  .square_chk_box.square_chk_large > input[type=radio]:checked + label::after,
  .square_chk_box.square_chk_large > input[type=checkbox]:checked + label::after {
    position: absolute;
    top: -1px;
    left: 4px;
    width: 11px;
    height: 8px;
  }
  .circle_chk_box input[type=radio],
  .circle_chk_box input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  .circle_chk_box > input[type=radio] + label,
  .circle_chk_box > input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
  }
  .circle_chk_box > input[type=radio] + label::before,
  .circle_chk_box > input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    height: 18px;
    width: 18px;
  }
  .circle_chk_box > input[type=radio] + label::after,
  .circle_chk_box > input[type=checkbox] + label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
  }
  select {
    height: 38px;
    padding: 0 30px 0 15px;
    line-height: 38px;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
  }
  select em {
    color: #888;
    font-weight: 400;
  }
  .cell_select {
    font-size: 16px;
  }
}
.notice_contents strong {
  display: inline-block;
  margin-bottom: 18px;
  line-height: 1;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.notice_contents strong em {
  color: #000;
  font-weight: 400;
}
.notice_contents ul > li {
  position: relative;
  margin-bottom: 5px;
  line-height: 24px;
  color: #888;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.notice_contents ul > li em {
  color: #0dac67;
  font-weight: 400;
}
.notice_contents ul > li > i {
  position: absolute;
  top: -6px;
  left: -10px;
}
.notice_contents ul > li strong {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 17px;
}
.notice_contents.notice_finish {
  max-width: 630px;
  margin: 40px auto 0;
  text-align: left;
}
.notice_contents.notice_finish strong {
  margin-bottom: 12px;
}
.notice_contents.notice_finish ul > li {
  margin-bottom: 2px;
  color: #000;
  font-size: 15px;
}

table {
  word-break: break-all;
}

.table_1 {
  width: 100%;
}
.table_1 th {
  padding-bottom: 15px;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  border-bottom: 2px solid #000;
}
.table_1 th em {
  color: #000;
  font-weight: 400;
}
.table_1 td {
  height: 62px;
  padding: 10px;
  line-height: 1.3;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-bottom: 1px solid #e7e8e9;
}
.table_1 td em {
  color: #000;
  font-weight: 400;
}
.table_1 td.txt_left {
  text-align: left;
}
.table_1 td.txt_gray {
  color: #888;
}
.table_2 {
  width: 100%;
  border-top: 2px solid #000;
}
.table_2 tr {
  border-bottom: 1px solid #e7e8e9;
}
.table_2 th {
  padding: 20px 0;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #f5f5f5;
}
.table_2 th em {
  color: #000;
  font-weight: 400;
}
.table_2 td {
  padding: 20px 10px 20px 32px;
  line-height: 1.3;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.table_2 td em {
  color: #0dac67;
  font-weight: 400;
}
.table_2 td.txt_gray {
  color: #888;
}
.table_3 {
  width: 100%;
  border-top: 2px solid #000;
}
.table_3 tr {
  border-bottom: 1px solid #e7e8e9;
}
.table_3 th {
  padding: 17px 0;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  border-top: 1px solid #000;
}
.table_3 th em {
  color: #000;
  font-weight: 400;
}
.table_3 td {
  padding: 15px 5px;
  line-height: 1.3;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.table_3 td em {
  color: #0dac67;
  font-weight: 400;
}
.table_3 td.txt_gray {
  color: #888;
}

.customer_list_inner {
  margin: 70px 0 40px;
}
.customer_list_inner .list_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e7e8e9;
}
.customer_list_inner .list_item:hover {
  background-color: #f5f5f5;
}
.customer_list_inner .list_item.list_header {
  border-bottom: 2px solid #000;
}
.customer_list_inner .list_item.list_header .item_info_date {
  color: #000;
}
.customer_list_inner .list_item.list_header .item_info_tit {
  text-align: center;
}
.customer_list_inner .list_item.list_header:hover {
  background-color: transparent;
}
.customer_list_inner .list_item .item_info_num {
  width: 10%;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
}
.customer_list_inner .list_item .item_info_num em {
  color: #000;
  font-weight: 400;
}
.customer_list_inner .list_item .item_info_tit {
  width: 78%;
  padding: 0 38px;
  line-height: 1.1;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
}
.customer_list_inner .list_item .item_info_tit em {
  color: #000;
  font-weight: 400;
}
.customer_list_inner .list_item .item_info_tit > a {
  overflow: hidden;
  max-width: 632px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customer_list_inner .list_item .item_info_date {
  width: 12%;
  line-height: 1;
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.customer_list_inner .list_item .item_info_date em {
  color: #aaa;
  font-weight: 400;
}

.paging_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.paging_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.paging_wrap > ul > li a {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.paging_wrap > ul > li a em {
  color: #000;
  font-weight: 400;
}
.paging_wrap > ul.pg_btns > li a > span {
  font-size: 0;
  text-indent: -999em;
}
.paging_wrap > ul.pg_btns > li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-left: 2px solid #9f9f9f;
  border-bottom: 2px solid #9f9f9f;
}
.paging_wrap > ul.pg_btns > li.btn_first a::before, .paging_wrap > ul.pg_btns > li.btn_last a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-left: 2px solid #9f9f9f;
  border-bottom: 2px solid #9f9f9f;
}
.paging_wrap > ul.pg_btns > li.btn_next a::before, .paging_wrap > ul.pg_btns > li.btn_next a::after, .paging_wrap > ul.pg_btns > li.btn_last a::before, .paging_wrap > ul.pg_btns > li.btn_last a::after {
  transform: rotate(225deg);
}
.paging_wrap > ul.num_btns > li {
  margin: 0 4px;
}
.paging_wrap > ul.num_btns > li.on a {
  color: #fff;
  border-radius: 50%;
  background-color: #0dac67;
}

@media (max-width: 1023px) {
  .notice_contents strong {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .notice_contents ul > li {
    margin-bottom: 4px;
    line-height: 20px;
    font-size: 13px;
  }
  .notice_contents ul > li > i {
    top: -4px;
    left: -9px;
  }
  .notice_contents.notice_finish {
    max-width: 400px;
    margin-top: 27px;
  }
  .notice_contents.notice_finish strong {
    margin-bottom: 14px;
  }
  .notice_contents.notice_finish ul > li {
    font-size: 13px;
  }
  .table_1 th {
    padding-bottom: 15px;
    font-size: 15px;
  }
  .table_1 td {
    height: 30px;
    padding: 15px 5px;
    font-size: 14px;
  }
  .table_2 th {
    padding: 16px 0;
    font-size: 14px;
  }
  .table_2 td {
    padding: 16px 5px 16px 15px;
    font-size: 14px;
  }
  .table_3 th {
    padding: 13px 0;
    font-size: 14px;
  }
  .table_3 td {
    padding: 13px 5px;
    font-size: 14px;
  }
  .customer_list_inner {
    margin: 50px 0;
    border-top: 2px solid #000;
  }
  .customer_list_inner .list_item {
    flex-direction: column;
    align-content: flex-start;
    padding: 18px 0;
  }
  .customer_list_inner .list_item:hover {
    background-color: transparent;
  }
  .customer_list_inner .list_item.list_header {
    display: none;
  }
  .customer_list_inner .list_item .item_info_num {
    display: none;
  }
  .customer_list_inner .list_item .item_info_tit {
    width: 100%;
    padding: 0 15px;
    font-size: 13px;
    text-align: left;
  }
  .customer_list_inner .list_item .item_info_tit > a {
    max-width: 580px;
  }
  .customer_list_inner .list_item .item_info_date {
    width: 100%;
    padding: 0 15px;
    margin-top: 8px;
    font-size: 12px;
    text-align: left;
  }
  .paging_wrap.show_pc {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .customer_list_inner .list_item .item_info_tit > a {
    max-width: 290px;
  }
  .paging_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
  }
  .paging_wrap.show_mo {
    display: flex !important;
  }
  .paging_wrap > ul > li a {
    font-size: 15px;
  }
}
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  transition: all ease 0.3s;
}
.modal .modal_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  position: relative;
  max-width: 600px;
  max-height: 645px;
  width: 100%;
  height: 100%;
  padding: 40px 40px 60px;
  background-color: #fff;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal_header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  height: 44px;
  border-bottom: 1px solid #727272;
}
.modal .modal_header > h2 {
  line-height: 1;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.modal .modal_header > h2 em {
  color: #000;
  font-weight: 400;
}
.modal .modal_header .modal_close {
  display: block;
  position: relative;
  top: -15px;
  right: -15px;
  width: 48px;
  height: 48px;
  padding-top: 48px;
  overflow: hidden;
  color: transparent;
  border: 0;
}
.modal .modal_header .modal_close::before, .modal .modal_header .modal_close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: rotate(45deg);
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.modal .modal_header .modal_close::after {
  transform: rotate(-45deg);
}
.modal .modal_body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1023px) {
  .modal .modal_wrap {
    max-width: 360px;
    max-height: 548px;
    height: auto;
    padding: 26px 20px;
  }
  .modal .modal_header {
    height: 25px;
  }
  .modal .modal_header > h2 {
    font-size: 16px;
  }
  .modal .modal_header .modal_close {
    top: -5px;
    right: -4px;
    width: 24px;
    height: 24px;
    padding-top: 24px;
  }
  .modal .modal_header .modal_close::before, .modal .modal_header .modal_close::after {
    margin: auto;
    width: 15px;
    height: 1px;
  }
  .modal .modal_body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.shadow_drop_center {
  animation: shadow_drop_center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.3s;
}

@keyframes shadow_drop_center {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.blur_in {
  animation: blur_in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both 0.8s;
}

@keyframes blur_in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.blur_out {
  animation: blur_out 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both 0.8s;
}

@keyframes blur_out {
  0% {
    filter: blur(0.01);
  }
  100% {
    filter: blur(12px) opacity(0%);
    opacity: 0;
  }
}
@keyframes bubble_on {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes upDown {
  0% {
    top: -25px;
  }
  100% {
    top: -33px;
  }
}
@media (max-width: 1023px) {
  @keyframes upDown {
    0% {
      top: -20%;
    }
    100% {
      top: calc(-20% - 8px);
    }
  }
}
.main_wrap {
  overflow: hidden;
}
.main_wrap .hero_contents {
  background-color: #000;
}
.main_wrap .hero_visual::after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
  width: 100%;
  height: 694px;
  background-color: #000;
}
.main_wrap .up_on_scroll {
  transition: transform 1.1s, opacity 1s, delay 1.5s;
  -webkit-transition: transform 1.1s, opacity 1s, delay 1.5s;
  -moz-transition: transform 1.1s, opacity 1s, delay 1.5s;
  -ms-transition: transform 1.1s, opacity 1s, delay 1.5s;
  -o-transition: transform 1.1s, opacity 1s, delay 1.5s;
}

.visual_inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 1920px;
  height: 780px;
}
.visual_img, .visual_video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1920px;
  width: 100%;
  text-align: center;
}
.visual_img iframe, .visual_video iframe {
  min-width: 1920px;
  height: 694px;
}
.visual_txt {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.visual_txt > p {
  margin-bottom: 30px;
  line-height: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.visual_txt > p em {
  color: #fff;
  font-weight: 400;
}
.visual_txt > strong {
  line-height: 75px;
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.visual_txt > strong em {
  color: #03da7d;
  font-weight: 400;
}
.visual_txt > strong > em {
  font-weight: 700;
}

.sc_nav {
  background-color: #fff;
}
.sc_nav .sc_nav_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 88px;
}
.sc_nav .sc_nav_logo {
  display: block;
  width: 176px;
  height: 51px;
  background: url("../imgs/common/logo_sub_header.svg") no-repeat center/cover;
}
.sc_nav .sc_nav_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 488px;
}
.sc_nav .sc_nav_list > li {
  line-height: 1;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.sc_nav .sc_nav_list > li em {
  color: #000;
  font-weight: 400;
}
.sc_nav .sc_nav_list > li.on {
  color: #0dac67;
}
.sc_nav.fixed {
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 2;
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.6);
}
.sc_wrap {
  padding: 130px 0;
}
.sc_wrap .sc_tit {
  text-align: center;
}
.sc_01 {
  padding-bottom: 0;
  background-color: #e4f5ed;
}
.sc_01 .s_inner_wide {
  max-width: 1920px;
  margin: 0 auto;
}
.sc_01 .sc_contents {
  max-width: 1200px;
  padding: 0 10px 130px 30px;
  margin: 40px auto 0;
  text-align: center;
}
.sc_02.sc_wrap {
  padding-bottom: 0;
}
.sc_02 .s_inner {
  padding-bottom: 130px;
  background: url("../imgs/main/bg_sc02.png") no-repeat bottom/cover;
}
.sc_02 .flow_slide_box {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 510px;
  margin-top: 66px;
}
.sc_02 .flow_slide_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(#fff, transparent 50%);
  z-index: 1;
}
.sc_02 .flow_slide_box::after {
  content: "";
  position: absolute;
  bottom: -87px;
  left: 0;
  width: 100%;
  height: 152px;
  background: linear-gradient(transparent, #fff 43%);
  z-index: 0;
}
.sc_02 .flow_slide_box .flow_slide_01 .swiper-wrapper {
  z-index: 0;
  transition-timing-function: linear;
}
.sc_03 .sc_signature_box {
  margin-top: 76px;
}
.sc_03 .sc_signature_list > li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sc_03 .sc_signature_list > li {
    flex-direction: column-reverse;
    justify-content: center;
    max-width: 800px;
  }
}
.sc_03 .sc_signature_list > li:first-child {
  padding-top: 0;
}
.sc_03 .sc_signature_list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sc_03 .sc_signature_list .item_txt {
    margin-top: 10px;
  }
}
.sc_03 .sc_signature_list .item_txt h4 {
  line-height: 47px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
}
.sc_03 .sc_signature_list .item_txt h4 em {
  color: #0dac67;
  font-weight: 400;
}
.sc_03 .sc_signature_list .item_txt h4 > em {
  font-weight: 700;
}
.sc_03 .sc_signature_list .item_txt h4 > em > i {
  vertical-align: 9px;
  font-size: 34px;
  font-weight: 300;
  color: #888;
}
.sc_03 .sc_signature_list .item_txt h4 > span {
  line-height: 32px;
  color: #888;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.sc_03 .sc_signature_list .item_txt h4 > span em {
  color: #888;
  font-weight: 400;
}
.sc_03 .sc_signature_list .item_txt p {
  margin-top: 15px;
  line-height: 27px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.sc_03 .sc_signature_list .item_txt p em {
  color: #888;
  font-weight: 400;
}
.sc_03 .sc_signature_list .item_txt p > em {
  font-size: 18px;
}
.sc_03 .sc_signature_list .item_txt .btn_5 {
  width: auto;
  height: 46px;
  padding: 0 34px;
  margin-top: 30px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 23px;
}
.sc_04 {
  padding: 0;
  background-color: #0dac67;
}
.sc_04 .s_inner_wide {
  max-width: 1920px;
  padding: 130px 0 50px;
  margin: 0 auto;
  background: url("../imgs/main/bg_sc04.png") no-repeat top center/cover;
}
.sc_04 .sc_content_box {
  margin-top: 38px;
}
.sc_04 .sc_content_menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.sc_04 .sc_content_menu > li {
  margin-left: 10px;
}
.sc_04 .sc_content_menu > li:first-child {
  margin-left: 0;
}
.sc_04 .sc_content_menu > li > a {
  height: 56px;
  padding: 0 38px;
  line-height: 56px;
  font-size: 25px;
}
.sc_04 .sc_content_menu > li > a.btn_2 {
  color: #03da7d;
  background-color: #028e57;
}
.sc_04 .sc_content_menu > li.on > a.btn_2 {
  color: #0dac67;
  background-color: #fff;
}
.sc_04 .sc_content_list {
  max-width: 734px;
  width: 100%;
  height: 642px;
  margin: 0 auto;
}
.sc_04 .sc_content_list > li {
  display: none;
  position: relative;
  width: 100%;
  height: 472px;
}
.sc_04 .sc_content_list > li.on {
  display: block;
}
.sc_04 .item_slide {
  overflow: hidden;
  height: 100%;
  margin-bottom: 30px;
  border-radius: 35px;
  background-color: #000;
}
.sc_04 .item_slide .swiper-wrapper {
  z-index: 0;
}
.sc_04 .item_slide .swiper-slide img {
  width: 100%;
}
.sc_04 .item_slide .swiper-pagination {
  position: absolute;
  top: 50%;
  right: -56px;
  bottom: unset;
  left: unset;
  transform: translateY(-50%);
  width: 16px;
  max-height: 80px;
}
.sc_04 .item_slide .swiper-pagination > span {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 15px;
  opacity: 0.35;
  border-radius: 50%;
  background-color: #000;
}
.sc_04 .item_slide .swiper-pagination > span:first-child {
  margin-top: 0;
}
.sc_04 .item_slide .swiper-pagination > span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
.sc_04 .item_txt {
  line-height: 32px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.sc_04 .item_txt em {
  color: #fff;
  font-weight: 400;
}
.sc_04 .item_txt .btn_5 {
  width: auto;
  height: 46px;
  padding: 0 34px;
  margin-top: 30px;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  border-radius: 23px;
  border-color: #fff;
  background-color: transparent;
}
.sc_04 .item_txt .btn_5 > i {
  display: inline-block;
  margin-left: 20px;
  color: transparent;
  font-size: 0;
}
.sc_04 .item_txt .btn_5 > i::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: 1px;
  transform: rotate(-135deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.sc_05 {
  padding: 0;
  background-color: #666361;
}
.sc_05 .s_inner_wide {
  max-width: 1920px;
  padding: 130px 0 90px;
  margin: 0 auto;
  background: url("../imgs/main/bg_sc06.png") no-repeat top center/cover;
}
.sc_05 .sc_service_box {
  margin-top: 100px;
}
.sc_05 .sc_service_list > li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin-left: 80px;
  padding-top: 90px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sc_05 .sc_service_list > li {
    margin-left: 0;
  }
}
.sc_05 .sc_service_list > li:first-child {
  padding-top: 0;
}
.sc_05 .sc_service_list > li:nth-child(3) .item_img {
  height: 316px;
}
.sc_05 .sc_service_list > li:last-child .item_img {
  height: 354px;
}
.sc_05 .sc_service_list > li > div:last-child {
  width: 558px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sc_05 .sc_service_list > li > div:last-child {
    width: 510px;
  }
}
.sc_05 .sc_service_list .item_txt {
  text-align: left;
}
.sc_05 .sc_service_list .item_txt i {
  display: inline-block;
  width: 102px;
  height: 38px;
  margin-bottom: 20px;
  line-height: 38px;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-radius: 0 17px 0;
  background-color: #11b56e;
}
.sc_05 .sc_service_list .item_txt i em {
  color: #fff;
  font-weight: 400;
}
.sc_05 .sc_service_list .item_txt h4 {
  line-height: 45px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
}
.sc_05 .sc_service_list .item_txt h4 em {
  color: #03da7d;
  font-weight: 400;
}
.sc_05 .sc_service_list .item_txt h4 > em {
  font-weight: 700;
}
.sc_05 .sc_service_list .item_txt p {
  margin-top: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.sc_05 .sc_service_list .item_txt p em {
  color: #fff;
  font-weight: 400;
}
.sc_05 .sc_service_list .item_img {
  overflow: hidden;
  position: relative;
  width: 465px;
  height: 100%;
}
.sc_05 .sc_service_list .item_img:first-child {
  width: 447px;
}
.sc_05 .sc_service_list .item_img:first-child .swiper-pagination > span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #11b56e;
}
.sc_05 .sc_service_list .item_img:last-child .swiper-pagination {
  margin-left: -56px;
}
.sc_05 .sc_service_list .item_img:last-child .swiper-pagination > span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fdb73d;
}
.sc_05 .sc_service_list .item_img .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: unset;
  right: unset;
  transform: translateX(-50%);
  max-width: 60px;
  height: 15px;
}
.sc_05 .sc_service_list .item_img .swiper-pagination > span {
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 0.35;
  margin: 0 7px;
  border-radius: 50%;
  background-color: #000;
}
.sc_06, .sc_07 {
  padding: 115px 0 78px;
}
.sc_06 .free_app_form, .sc_07 .free_app_form {
  max-width: 900px;
  margin: 0 auto;
}
.sc_06 .free_app_form > h2, .sc_07 .free_app_form > h2 {
  margin-bottom: 55px;
  text-align: center;
}
.sc_06 .free_app_form .form_inner, .sc_07 .free_app_form .form_inner {
  max-width: 710px;
  margin: 0 auto;
}
.sc_06 .form_contents .input_box, .sc_07 .form_contents .input_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sc_06 .form_contents .input_box input[type=text],
.sc_06 .form_contents .input_box input[type=number], .sc_07 .form_contents .input_box input[type=text],
.sc_07 .form_contents .input_box input[type=number] {
  max-width: 572px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
}
.sc_06 .form_contents .input_box input[type=text]::-moz-placeholder, .sc_06 .form_contents .input_box input[type=number]::-moz-placeholder, .sc_07 .form_contents .input_box input[type=text]::-moz-placeholder, .sc_07 .form_contents .input_box input[type=number]::-moz-placeholder {
  font-size: 16px;
}
.sc_06 .form_contents .input_box input[type=text]::placeholder,
.sc_06 .form_contents .input_box input[type=number]::placeholder, .sc_07 .form_contents .input_box input[type=text]::placeholder,
.sc_07 .form_contents .input_box input[type=number]::placeholder {
  font-size: 16px;
}
.sc_06 .form_contents .input_box .label_tit, .sc_07 .form_contents .input_box .label_tit {
  line-height: 50px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.sc_06 .form_contents .input_box .label_tit em, .sc_07 .form_contents .input_box .label_tit em {
  color: #000;
  font-weight: 400;
}
.sc_06 .form_contents li.cert, .sc_07 .form_contents li.cert {
  position: relative;
}
.sc_06 .form_contents li.cert > .input_box, .sc_07 .form_contents li.cert > .input_box {
  max-width: 562px;
}
.sc_06 .form_contents li.cert > .input_box input[type=text],
.sc_06 .form_contents li.cert > .input_box input[type=number], .sc_07 .form_contents li.cert > .input_box input[type=text],
.sc_07 .form_contents li.cert > .input_box input[type=number] {
  max-width: 417px;
  margin-right: 6px;
}
.sc_06 .form_contents li.cert > .input_box > label, .sc_07 .form_contents li.cert > .input_box > label {
  margin-right: 48px;
}
.sc_06 .form_contents li.cert > .input_box + .btn_1, .sc_07 .form_contents li.cert > .input_box + .btn_1 {
  position: absolute;
  top: 0;
  right: 0;
}
.sc_06 .form_contents li.cert > .input_box + .btn_1.gray, .sc_07 .form_contents li.cert > .input_box + .btn_1.gray {
  color: #000;
  background-color: #e8e7e8;
}
.sc_06 .form_contents li.cert > .input_txt .txt_info, .sc_07 .form_contents li.cert > .input_txt .txt_info {
  margin-left: 140px;
}
.sc_06 .form_contents .age_chk_box, .sc_07 .form_contents .age_chk_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  max-width: 572px;
  width: 100%;
}
.sc_06 .form_contents .age_chk_box li.circle_chk_box, .sc_07 .form_contents .age_chk_box li.circle_chk_box {
  margin-left: 50px;
}
.sc_06 .form_contents .age_chk_box li.circle_chk_box:first-child, .sc_07 .form_contents .age_chk_box li.circle_chk_box:first-child {
  margin-left: 0;
}
.sc_06 .form_contents .age_chk_box li.circle_chk_box input[type=radio] + label, .sc_07 .form_contents .age_chk_box li.circle_chk_box input[type=radio] + label {
  font-size: 19px;
  font-weight: 700;
}
.sc_06 .form_contents .input_noti, .sc_07 .form_contents .input_noti {
  margin: 10px 0 0 138px;
}
.sc_06 .form_contents .input_noti > li, .sc_07 .form_contents .input_noti > li {
  position: relative;
  padding-left: 10px;
  line-height: 1.3;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  text-align: left;
}
.sc_06 .form_contents .input_noti > li em, .sc_07 .form_contents .input_noti > li em {
  color: #888;
  font-weight: 400;
}
.sc_06 .form_contents .input_noti > li > i, .sc_07 .form_contents .input_noti > li > i {
  position: absolute;
  top: 0;
  left: 0;
}
.sc_06 .agree_list_contents .input_box, .sc_07 .agree_list_contents .input_box {
  align-items: flex-start;
}
.sc_06 .agree_list_contents .agree_list, .sc_07 .agree_list_contents .agree_list {
  max-width: 572px;
  width: 100%;
  padding: 25px;
  word-break: break-all;
  border: 1px solid #e2e2e2;
}
.sc_06 .agree_list_contents .agree_list input[type=checkbox] + label, .sc_07 .agree_list_contents .agree_list input[type=checkbox] + label {
  font-size: 16px;
}
.sc_06 .agree_list_contents .agree_list .agree_list_all, .sc_07 .agree_list_contents .agree_list .agree_list_all {
  margin-bottom: 17px;
}
.sc_06 .agree_list_contents .agree_list .agree_list_all .square_chk_box.square_chk_large > input[type=checkbox] + label, .sc_07 .agree_list_contents .agree_list .agree_list_all .square_chk_box.square_chk_large > input[type=checkbox] + label {
  font-size: 18px;
  font-weight: 700;
}
.sc_06 .agree_list_contents .agree_list > li, .sc_07 .agree_list_contents .agree_list > li {
  position: relative;
  margin-bottom: 15px;
}
.sc_06 .agree_list_contents .agree_list > li:last-child, .sc_07 .agree_list_contents .agree_list > li:last-child {
  margin-bottom: 0;
}
.sc_06 .agree_list_contents .agree_list > li .agree_txt, .sc_07 .agree_list_contents .agree_list > li .agree_txt {
  overflow-y: scroll;
  display: none;
  max-height: 146px;
  padding: 16px 30px;
  margin: 20px 0 18px;
  line-height: 1.4;
  color: #888;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: normal;
  text-align: left;
  background: #f5f5f5;
}
.sc_06 .agree_list_contents .agree_list > li .agree_txt em, .sc_07 .agree_list_contents .agree_list > li .agree_txt em {
  color: #888;
  font-weight: 400;
}
.sc_06 .agree_list_contents .agree_list > li .agree_txt .term_contents > strong.point, .sc_07 .agree_list_contents .agree_list > li .agree_txt .term_contents > strong.point {
  color: #0dac67;
  font-size: 16px;
}
.sc_06 .btn_motion, .sc_07 .btn_motion {
  margin: 70px 0;
  text-align: center;
}
.sc_06 .btn_motion.btn_row_2, .sc_07 .btn_motion.btn_row_2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.sc_06 .btn_motion > div, .sc_07 .btn_motion > div {
  position: relative;
  max-width: 410px;
  width: 100%;
}
.sc_06 .btn_motion > div:first-child, .sc_07 .btn_motion > div:first-child {
  margin-right: 24px;
}
.sc_06 .btn_motion > div:first-child .btn_2 strong, .sc_07 .btn_motion > div:first-child .btn_2 strong {
  color: #f23e30;
}
.sc_06 .btn_motion > div:first-child .btn_2 + span, .sc_07 .btn_motion > div:first-child .btn_2 + span {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 36px;
  text-align: left;
}
.sc_06 .btn_motion > div .btn_2, .sc_07 .btn_motion > div .btn_2 {
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  background-color: #000;
}
.sc_06 .btn_motion > div .btn_2 em, .sc_07 .btn_motion > div .btn_2 em {
  color: #fff;
  font-weight: 400;
}
.sc_06 .btn_motion > div .btn_2 strong, .sc_07 .btn_motion > div .btn_2 strong {
  color: #0dac67;
}
.sc_06 .btn_motion > div .ico_motion, .sc_07 .btn_motion > div .ico_motion {
  position: absolute;
  top: -27px;
  left: 40px;
}
.sc_06 .btn_motion > div:first-child .ico_motion, .sc_07 .btn_motion > div:first-child .ico_motion {
  animation: upDown 0.4s linear 0s infinite alternate;
}
.sc_06 .notice_contents, .sc_07 .notice_contents {
  padding-top: 40px;
  border-top: 1px solid #cfcfcf;
}
.sc_06 .notice_contents .notice_contents_inner, .sc_07 .notice_contents .notice_contents_inner {
  padding: 0 92px;
}
.sc_07 {
  background-color: #f2f3f5;
}
.sc_07 .agree_list_contents .agree_list {
  background-color: #fff;
}
.sc_07 .btn_box {
  margin-top: 80px;
  text-align: center;
}
.sc_07 .btn_box .btn_2 {
  max-width: 440px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.sc_07 .btn_box .btn_2 em {
  color: #fff;
  font-weight: 400;
}
.sc_08 {
  padding: 0;
  background-color: #666361;
}
.sc_08 .s_inner_wide {
  max-width: 1920px;
  padding: 115px 0 100px;
  margin: 0 auto;
  background: url("../imgs/main/bg_sc11.png") no-repeat top center/cover;
}
.sc_08 .sc_special_box {
  margin-top: 58px;
}
.sc_08 .sc_special_list .swiper-wrapper {
  margin-left: 443px;
}
.sc_08 .sc_special_list .swiper-slide {
  width: 360px !important;
}
.sc_08 .sc_special_list .swiper-slide:first-child {
  margin-left: 0;
}
.sc_08 .sc_special_list .swiper-slide img {
  width: 100%;
}
.sc_09 {
  padding: 78px 0 120px;
  text-align: center;
}
.sc_09 .sc_contents {
  position: relative;
  z-index: 0;
}
.sc_09 .sc_contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 808px;
  height: 408px;
  border-radius: 24px;
  background-color: #fff;
}
.sc_09 .sc_reveiw_box {
  overflow: hidden;
  width: 808px;
  height: 408px;
  margin: 50px auto 0;
}
.sc_09 .sc_reveiw_box .swiper-btns {
  position: absolute;
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 908px;
}
.sc_09 .sc_reveiw_box .swiper-btns .swiper-button-next,
.sc_09 .sc_reveiw_box .swiper-btns .swiper-button-prev {
  width: 85px;
  height: 85px;
}
.sc_09 .sc_reveiw_box .swiper-btns .swiper-button-next::after,
.sc_09 .sc_reveiw_box .swiper-btns .swiper-button-prev::after {
  content: none;
}
.sc_09 .sc_reveiw_list {
  position: relative;
  z-index: 1;
}
.sc_09 .sc_reveiw_bg_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 2000px;
  height: 400px;
  margin-left: -204px;
}
.sc_09 .sc_reveiw_bg_box .sc_reveiw_bg .swiper-slide {
  width: 400px;
  height: 400px;
  padding-top: 4px;
}
.sc_09 .sc_reveiw_bg_box .sc_reveiw_bg .swiper-slide.swiper-slide-active {
  width: 860px !important;
}
.sc_banner_01 .flow_slide_box {
  max-height: 130px;
  background: linear-gradient(to left, #02fbb0 0%, #1bb4e0 54.17%, #2a63ff 93.23%) repeat;
  background-size: 400% 100%;
  animation: gradient1 5s ease infinite;
}
@keyframes gradient1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sc_banner_01 .flow_slide_02 {
  overflow: hidden;
}
.sc_banner_01 .flow_slide_02 .swiper-wrapper {
  align-items: center;
  box-sizing: border-box;
  z-index: 0;
  transition-timing-function: linear;
  height: auto;
}
.sc_banner_01 .flow_slide_02 .swiper-wrapper .swiper-slide > div {
  width: 36.67vw;
  max-height: 6.77vw;
  height: 100%;
  line-height: 1;
}
.sc_banner_02 {
  padding: 64px 0 60px;
  background: url("../imgs/main/bg_sc07.png") no-repeat center/cover;
}
.sc_banner_02 .sc_banner_box {
  text-align: center;
}

@media (max-width: 1023px) {
  .main_wrap .hero_visual::after {
    height: 40.718vw;
  }
  .visual_inner {
    width: 100.33vw;
    height: 40.718vw;
  }
  .visual_img, .visual_video {
    min-width: 1024px;
  }
  .sc_02 .s_inner {
    padding-bottom: 50px;
    background: url("../imgs/main/bg_sc02.png") no-repeat center center/contain;
  }
  .sc_02 .flow_slide_box {
    height: 88.61vw;
    margin-top: 30px;
  }
  .sc_02 .flow_slide_box::before {
    top: -2px;
    height: 60px;
  }
  .sc_02 .flow_slide_box::after {
    bottom: -22px;
    height: 60px;
  }
  .sc_02 .flow_slide_box .flow_slide_01 {
    overflow: hidden;
  }
  .sc_02 .flow_slide_box .flow_slide_01 .swiper-wrapper {
    z-index: 0;
    transition-timing-function: linear;
  }
  .sc_05 .s_inner_wide {
    max-width: 100%;
  }
  .sc_05 .sc_service_box {
    margin-top: 0;
  }
  .sc_05 .sc_service_list > li {
    flex-direction: column;
    position: relative;
    max-width: 463px;
    width: 100%;
    margin: 60px auto 0;
    padding-top: 0;
  }
  .sc_05 .sc_service_list > li:last-child .item_img {
    margin-top: 40px;
  }
  .sc_05 .sc_service_list > li:nth-child(even) {
    flex-direction: column-reverse;
  }
  .sc_05 .sc_service_list .item_txt {
    margin-top: 30px;
  }
  .sc_05 .sc_service_list .item_txt i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
  .sc_05 .sc_service_list .item_txt p {
    margin-top: 15px;
  }
  .sc_05 .sc_service_list .item_img {
    width: 465px !important;
    margin-top: 60px;
  }
  .sc_05 .sc_service_list .item_img:last-child .swiper-pagination {
    margin-left: 0;
  }
  .sc_06, .sc_07 {
    padding: 8.89vw 20px 16.53vw !important;
  }
  .sc_06 .free_app_form, .sc_07 .free_app_form {
    max-width: 640px;
  }
  .sc_06 .free_app_form > h2, .sc_07 .free_app_form > h2 {
    margin-bottom: 2.14vw;
  }
  .sc_06 .free_app_form .form_inner, .sc_07 .free_app_form .form_inner {
    max-width: 100%;
  }
  .sc_06 .free_app_form .form_mark, .sc_07 .free_app_form .form_mark {
    position: relative;
    top: 31px;
  }
  .sc_06 .form_contents .input_box, .sc_07 .form_contents .input_box {
    display: block;
    margin-bottom: 10px;
  }
  .sc_06 .form_contents .input_box input[type=text],
  .sc_06 .form_contents .input_box input[type=number], .sc_07 .form_contents .input_box input[type=text],
  .sc_07 .form_contents .input_box input[type=number] {
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .sc_06 .form_contents .input_box input[type=text]::-moz-placeholder, .sc_06 .form_contents .input_box input[type=number]::-moz-placeholder, .sc_07 .form_contents .input_box input[type=text]::-moz-placeholder, .sc_07 .form_contents .input_box input[type=number]::-moz-placeholder {
    font-size: 13px;
  }
  .sc_06 .form_contents .input_box input[type=text]::placeholder,
  .sc_06 .form_contents .input_box input[type=number]::placeholder, .sc_07 .form_contents .input_box input[type=text]::placeholder,
  .sc_07 .form_contents .input_box input[type=number]::placeholder {
    font-size: 13px;
  }
  .sc_06 .form_contents .input_box .label_tit, .sc_07 .form_contents .input_box .label_tit {
    display: block;
    line-height: 32px;
    font-size: 14px;
  }
  .sc_06 .form_contents li.cert, .sc_07 .form_contents li.cert {
    position: relative;
  }
  .sc_06 .form_contents li.cert > .input_box, .sc_07 .form_contents li.cert > .input_box {
    max-width: 100%;
  }
  .sc_06 .form_contents li.cert > .input_box input[type=text],
  .sc_06 .form_contents li.cert > .input_box input[type=number], .sc_07 .form_contents li.cert > .input_box input[type=text],
  .sc_07 .form_contents li.cert > .input_box input[type=number] {
    max-width: calc(100% - 111px);
    margin-right: 5px;
  }
  .sc_06 .form_contents li.cert > .input_box > label, .sc_07 .form_contents li.cert > .input_box > label {
    display: block;
    margin-right: 0;
  }
  .sc_06 .form_contents li.cert > .input_box + .btn_1, .sc_07 .form_contents li.cert > .input_box + .btn_1 {
    top: 32px;
  }
  .sc_06 .form_contents li.cert > .input_box + .btn_1.gray, .sc_07 .form_contents li.cert > .input_box + .btn_1.gray {
    top: 0;
  }
  .sc_06 .form_contents li.cert > .input_txt .txt_info, .sc_07 .form_contents li.cert > .input_txt .txt_info {
    margin-left: 0;
  }
  .sc_06 .form_contents .age_chk_box, .sc_07 .form_contents .age_chk_box {
    margin-top: 10px;
  }
  .sc_06 .form_contents .age_chk_box li.circle_chk_box, .sc_07 .form_contents .age_chk_box li.circle_chk_box {
    margin-left: 13px;
  }
  .sc_06 .form_contents .age_chk_box li.circle_chk_box input[type=radio] + label, .sc_07 .form_contents .age_chk_box li.circle_chk_box input[type=radio] + label {
    font-size: 14px;
  }
  .sc_06 .form_contents .input_noti, .sc_07 .form_contents .input_noti {
    margin: 15px 0 0 0;
    padding: 20px;
    background-color: #f2f3f5;
  }
  .sc_06 .form_contents .input_noti > li, .sc_07 .form_contents .input_noti > li {
    padding-left: 10px;
    font-size: 12px;
  }
  .sc_06 .agree_list_contents .input_box, .sc_07 .agree_list_contents .input_box {
    align-items: flex-start;
  }
  .sc_06 .agree_list_contents .agree_list, .sc_07 .agree_list_contents .agree_list {
    max-width: 100%;
    padding: 16px;
  }
  .sc_06 .agree_list_contents .agree_list input[type=checkbox] + label, .sc_07 .agree_list_contents .agree_list input[type=checkbox] + label {
    font-size: 13px;
  }
  .sc_06 .agree_list_contents .agree_list .agree_list_all, .sc_07 .agree_list_contents .agree_list .agree_list_all {
    margin-bottom: 17px;
  }
  .sc_06 .agree_list_contents .agree_list .agree_list_all .square_chk_box.square_chk_large > input[type=checkbox] + label, .sc_07 .agree_list_contents .agree_list .agree_list_all .square_chk_box.square_chk_large > input[type=checkbox] + label {
    font-size: 14px;
  }
  .sc_06 .agree_list_contents .agree_list > li, .sc_07 .agree_list_contents .agree_list > li {
    margin-bottom: 15px;
  }
  .sc_06 .agree_list_contents .agree_list > li .agree_txt, .sc_07 .agree_list_contents .agree_list > li .agree_txt {
    max-height: 146px;
    padding: 12px 28px;
    margin: 15px 0 13px;
    font-size: 12px;
  }
  .sc_06 .agree_list_contents .agree_list > li .agree_txt .term_contents > strong.point, .sc_07 .agree_list_contents .agree_list > li .agree_txt .term_contents > strong.point {
    font-size: 14px;
  }
  .sc_06 .btn_motion, .sc_07 .btn_motion {
    margin: 50px 0;
  }
  .sc_06 .btn_motion.btn_row_2, .sc_07 .btn_motion.btn_row_2 {
    display: block;
  }
  .sc_06 .btn_motion > div, .sc_07 .btn_motion > div {
    max-width: 100%;
  }
  .sc_06 .btn_motion > div:first-child, .sc_07 .btn_motion > div:first-child {
    margin: 0 0 38px 0;
  }
  .sc_06 .btn_motion > div:first-child .btn_2 + span, .sc_07 .btn_motion > div:first-child .btn_2 + span {
    margin: 8px 0 0 20px;
    font-size: 14px;
  }
  .sc_06 .btn_motion > div .btn_2, .sc_07 .btn_motion > div .btn_2 {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 40px;
  }
  .sc_06 .btn_motion > div .ico_motion, .sc_07 .btn_motion > div .ico_motion {
    position: absolute;
    top: -20px;
    left: 40px;
  }
  .sc_06 .btn_motion > div .ico_motion > img, .sc_07 .btn_motion > div .ico_motion > img {
    width: 155px;
  }
  .sc_06 .notice_contents, .sc_07 .notice_contents {
    padding-top: 0;
    border-top: 0;
  }
  .sc_06 .notice_contents .notice_contents_inner, .sc_07 .notice_contents .notice_contents_inner {
    padding: 0;
  }
  .sc_07 .btn_box {
    margin-top: 35px;
  }
  .sc_07 .btn_box .btn_2 {
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 40px;
  }
  .sc_08 .s_inner_wide {
    height: auto;
  }
  .sc_08 .sc_special_list {
    height: 380px;
  }
  .sc_08 .sc_special_list .swiper-wrapper {
    z-index: 0;
    margin-left: 0;
  }
  .sc_08 .sc_special_list.up_on_scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }
  .sc_09 .sc_contents::after {
    width: 608px;
    height: 308px;
  }
  .sc_09 .sc_reveiw_box {
    width: 608px;
    height: 308px;
    margin: 50px auto 0;
  }
  .sc_09 .sc_reveiw_box img {
    width: 100%;
  }
  .sc_09 .sc_reveiw_box .swiper-btns {
    position: absolute;
    top: 130px;
    left: 50%;
    width: 708px;
  }
  .sc_09 .sc_reveiw_bg_box {
    width: 1024px;
    height: 304px;
    margin-left: -151px;
  }
  .sc_09 .sc_reveiw_bg_box .sc_reveiw_bg .swiper-slide {
    overflow: hidden;
    width: 304px;
    height: 304px;
    border-radius: 24px;
  }
  .sc_09 .sc_reveiw_bg_box .sc_reveiw_bg .swiper-slide img {
    width: 100%;
  }
  .sc_09 .sc_reveiw_bg_box .sc_reveiw_bg .swiper-slide.swiper-slide-active {
    width: 708px !important;
  }
  .sc_09 .sc_reveiw_bg_box .sc_reveiw_bg .swiper-slide.swiper-slide-active img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main_wrap .hero_visual::after {
    height: 135.55vw;
  }
  .visual_inner {
    width: 100%;
    height: 135.55vw;
  }
  .visual_img {
    min-width: 360px;
  }
  .visual_img > img {
    width: 100%;
  }
  .visual_img iframe {
    width: 100%;
    min-width: 360px;
  }
  .visual_txt {
    position: absolute;
    top: 77.78vw;
    left: 3.17vw;
    transform: none;
    max-width: 90%;
    margin: 0;
  }
  .visual_txt > p {
    margin-bottom: 3vw;
    font-size: 4.17vw;
  }
  .visual_txt > strong {
    line-height: 10.28vw;
    font-size: 8.89vw;
  }
  .sc_nav .sc_nav_wrap {
    justify-content: center;
    height: 50px;
  }
  .sc_nav .sc_nav_wrap.s_inner {
    padding: 0 16px;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .sc_nav .sc_nav_wrap.s_inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sc_nav .sc_nav_logo {
    display: none;
  }
  .sc_nav .sc_nav_list {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .sc_nav .sc_nav_list {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .sc_nav .sc_nav_list > li {
    font-size: 15px;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .sc_nav .sc_nav_list > li {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
  }
  .sc_nav .sc_nav_list > li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sc_nav.fixed {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    background-color: rgb(255, 255, 255);
  }
  .sc_wrap {
    padding: 18.06vw 0;
  }
  .sc_01 {
    padding-bottom: 0;
  }
  .sc_01 .s_inner_wide {
    max-width: 100%;
    background-image: none;
  }
  .sc_01 .sc_contents {
    padding: 0 6px 16.25vw 16px;
  }
  .sc_02 {
    padding-bottom: 0;
  }
  .sc_03.sc_wrap {
    padding-top: 10.2vw;
  }
  .sc_03 .sc_signature_box {
    margin-top: 6.94vw;
  }
  .sc_03 .sc_signature_list > li {
    flex-direction: column-reverse;
    justify-content: flex-end;
    max-width: 100%;
    padding: 6.67vw 0;
  }
  .sc_03 .sc_signature_list > li:first-child {
    padding-top: 0;
  }
  .sc_03 .sc_signature_list .item_txt {
    width: 88.53vw;
    padding-left: 6.22vw;
  }
  .sc_03 .sc_signature_list .item_txt h4 {
    margin-top: 5.56vw;
    line-height: 6.94vw;
    font-size: 5.56vw;
  }
  .sc_03 .sc_signature_list .item_txt h4 > em > i {
    vertical-align: 13px;
    font-size: 3.06vw;
  }
  .sc_03 .sc_signature_list .item_txt h4 > span {
    line-height: 4.44vw;
    font-size: 3.06vw;
  }
  .sc_03 .sc_signature_list .item_txt p {
    margin-top: 3.17vw;
    line-height: 1.4;
    font-size: 3.89vw;
  }
  .sc_03 .sc_signature_list .item_txt p > em {
    font-size: 3.5vw;
  }
  .sc_03 .sc_signature_list .item_txt .btn_5 {
    display: block;
    width: 50.83vw;
    height: 10.28vw;
    padding: 0;
    margin: 6.53vw 0 0 13.03vw;
    line-height: 10.28vw;
    font-size: 3.06vw;
    font-weight: 700;
    border-radius: 5.14vw;
  }
  .sc_03 .sc_signature_list .item_img {
    padding: 0 4.58vw;
  }
  .sc_03 .sc_signature_list .item_img > img {
    width: 100%;
  }
  .sc_04 {
    padding: 0;
  }
  .sc_04 .s_inner_wide {
    max-width: 100%;
    padding: 0 0 15.28vw;
    background-image: none;
  }
  .sc_04 .sc_content_box {
    margin-top: 6.81vw;
  }
  .sc_04 .sc_content_menu {
    margin-bottom: 4.17vw;
  }
  .sc_04 .sc_content_menu > li {
    margin-left: 1.39vw;
  }
  .sc_04 .sc_content_menu > li > a {
    height: 9.72vw;
    padding: 0 4.44vw;
    line-height: 9.72vw;
    font-size: 4.17vw;
  }
  .sc_04 .sc_content_menu > li > a.btn_2 {
    border-radius: 4.86vw;
  }
  .sc_04 .sc_content_list {
    max-width: 81.39vw;
    width: 100%;
    height: auto;
  }
  .sc_04 .sc_content_list > li {
    width: 100%;
    height: auto;
  }
  .sc_04 .item_slide {
    height: auto;
    margin-bottom: 0;
    border-radius: 4.17vw;
  }
  .sc_04 .item_slide .swiper-wrapper {
    height: auto;
  }
  .sc_04 .item_slide .swiper-pagination {
    position: absolute;
    top: 56.67vw;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translateX(-50%);
    width: auto;
    max-height: 100%;
  }
  .sc_04 .item_slide .swiper-pagination > span {
    display: inline-block;
    width: 2.64vw;
    height: 2.64vw;
    margin: 0 1.18vw;
  }
  .sc_04 .item_slide .swiper-pagination > span.swiper-pagination-bullet-active {
    background-color: #000;
  }
  .sc_04 .item_txt {
    margin-top: 11.1vw;
    line-height: 5.28vw;
    font-size: 3.89vw;
    word-break: keep-all;
  }
  .sc_04 .item_txt .btn_5 {
    height: auto;
    padding: 0;
    margin-top: 6.81vw;
    line-height: 5.92vw;
    color: #000;
    font-size: 4.17vw;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    border-bottom: 0.14vw solid #000;
  }
  .sc_04 .item_txt .btn_5 > i {
    display: inline-block;
    margin-left: 1.53vw;
    color: transparent;
    font-size: 0;
  }
  .sc_04 .item_txt .btn_5 > i::after {
    width: 1.67vw;
    height: 1.67vw;
    vertical-align: 1px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .sc_05 {
    padding: 0;
    background-color: #666361;
  }
  .sc_05 .s_inner_wide {
    max-width: 100%;
    padding: 11.39vw 0 16.94vw;
    background: url("../imgs/main/bg_sc06_MO.png") no-repeat top center/cover;
  }
  .sc_05 .s_inner {
    padding: 0;
  }
  .sc_05 .sc_tit h2 {
    padding: 0 20px;
  }
  .sc_05 .sc_contents {
    padding-left: 11.67vw;
  }
  .sc_05 .sc_service_box {
    margin-top: 8.47vw;
  }
  .sc_05 .sc_service_list > li {
    flex-direction: column;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 12.47vw 0 0;
    padding-top: 0;
    text-align: center;
  }
  .sc_05 .sc_service_list > li:first-child {
    padding-top: 0;
  }
  .sc_05 .sc_service_list > li:nth-child(3) .item_img {
    height: 53.61vw;
  }
  .sc_05 .sc_service_list > li:last-child .item_img {
    height: 58.89vw;
    margin-top: 4.42vw;
  }
  .sc_05 .sc_service_list > li:nth-child(even) {
    flex-direction: column-reverse;
  }
  .sc_05 .sc_service_list > li > div:last-child {
    width: 100%;
  }
  .sc_05 .sc_service_list .item_txt {
    margin-top: 4.17vw;
  }
  .sc_05 .sc_service_list .item_txt i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20.83vw;
    height: 7.5vw;
    margin-bottom: 0;
    line-height: 7.5vw;
    font-size: 4.1vw;
    font-weight: 700;
    border-radius: 0 3.36vw 0;
  }
  .sc_05 .sc_service_list .item_txt h4 {
    line-height: 6.94vw;
    font-size: 5.26vw;
  }
  .sc_05 .sc_service_list .item_txt p {
    margin-top: 4.03vw;
    line-height: 5vw;
    font-size: 3.37vw;
  }
  .sc_05 .sc_service_list .item_img {
    width: 100% !important;
    margin-top: 10.42vw;
    text-align: left;
  }
  .sc_05 .sc_service_list .item_img img {
    width: 76.81vw;
  }
  .sc_05 .sc_service_list .item_img .swiper-pagination {
    position: absolute;
    bottom: 5px;
    left: 50%;
    top: unset;
    right: unset;
    transform: translateX(-50%);
    max-width: 100%;
    width: 76.81vw;
    height: 2.78vw;
    margin-left: -5.83vw !important;
  }
  .sc_05 .sc_service_list .item_img .swiper-pagination > span {
    display: inline-block;
    width: 2.78vw;
    height: 2.78vw;
    opacity: 0.35;
    margin: 0 1.32vw;
    background-color: #000;
  }
  .sc_08 {
    padding: 0;
  }
  .sc_08 .s_inner_wide {
    max-width: 100%;
    padding: 15.83vw 0 13.19vw;
    background: url("../imgs/main/bg_sc11_MO.png") no-repeat top center/cover;
  }
  .sc_08 .sc_special_box {
    margin-top: 5.42vw;
  }
  .sc_08 .sc_special_list {
    height: 77.78vw;
  }
  .sc_08 .sc_special_list .swiper-slide {
    width: 73.61vw !important;
    margin-left: 0;
  }
  .sc_09 {
    padding: 8.89vw 0 16.53vw;
  }
  .sc_09 .sc_tit {
    padding: 0 20px;
  }
  .sc_09 .sc_contents::after {
    width: 75.56vw;
    height: 102.06vw;
  }
  .sc_09 .sc_reveiw_box {
    width: 75.56vw;
    height: 102.06vw;
    margin: 6.94vw auto 0;
  }
  .sc_09 .sc_reveiw_box .swiper-btns {
    position: absolute;
    top: 23.06vw;
    left: 50%;
    width: 91.56vw;
  }
  .sc_09 .sc_reveiw_box .swiper-btns .swiper-button-next,
  .sc_09 .sc_reveiw_box .swiper-btns .swiper-button-prev {
    width: 14.17vw;
    height: 14.17vw;
  }
  .sc_09 .sc_reveiw_box .swiper-btns .swiper-button-next::after,
  .sc_09 .sc_reveiw_box .swiper-btns .swiper-button-prev::after {
    content: none;
  }
  .sc_09 .sc_reveiw_list {
    position: relative;
    z-index: 1;
  }
  .sc_09 .sc_reveiw_bg_box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100vw;
    height: 47.5vw;
    margin-left: 12.5vw;
  }
  .sc_09 .sc_reveiw_bg_box .sc_reveiw_bg .swiper-slide {
    overflow: hidden;
    width: 73.61vw;
    height: 47.5vw;
    padding-top: 1vw;
  }
  .sc_09 .sc_reveiw_bg_box .sc_reveiw_bg .swiper-slide img {
    width: 100%;
  }
  .sc_09 .sc_reveiw_bg_box .sc_reveiw_bg .swiper-slide.swiper-slide-active {
    width: 75.3vw !important;
  }
  .sc_09 .sc_reveiw_bg_box .sc_reveiw_bg .swiper-slide.swiper-slide-active img {
    width: 100%;
  }
  .sc_banner_01 .flow_slide_02 .swiper-wrapper .swiper-slide > div {
    width: 97.78vw;
    max-height: 22.22vw;
  }
  .sc_banner_02 {
    padding: 9.58vw 25px 9.31vw;
    background: url("../imgs/main/bg_sc07_MO.png") no-repeat center/cover;
  }
}
.sub_nav_depth.sub_studydata .sub_tit_wrap {
  background: url("../imgs/studydata/bg_studydata.png") no-repeat center/cover;
}

.studydata_wrap {
  max-width: 1100px;
  min-height: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.study_list_wrap .cell_box_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.study_list_wrap .cell_box_inner .cell_grade {
  display: block;
  width: 25%;
  height: 60px;
  line-height: 60px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border: 1px solid #e7e8e9;
  border-left: 0;
  border-bottom-color: #000;
}
.study_list_wrap .cell_box_inner .cell_grade em {
  color: #888;
  font-weight: 400;
}
.study_list_wrap .cell_box_inner .cell_grade:first-child {
  border-left: 1px solid #e7e8e9;
}
.study_list_wrap .cell_box_inner .cell_grade.on {
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  border-bottom: 0;
}

.study_list_inner {
  margin-bottom: 40px;
}
.study_list_inner .table_1 .sort_box {
  position: relative;
}
.study_list_inner .table_1 .sort_box > button + ul {
  display: none;
  position: absolute;
  top: 26px;
  left: 55%;
  transform: translateX(-50%);
  min-width: -moz-max-content;
  min-width: max-content;
  width: 115px;
  padding: 12px 0;
  border: 1px solid #e7e8e9;
  border-radius: 10px;
  background-color: #fff;
}
.study_list_inner .table_1 .sort_box > button + ul li > button {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 25px;
  line-height: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: normal;
  text-align: left;
}
.study_list_inner .table_1 .sort_box > button + ul li > button em {
  color: #000;
  font-weight: 400;
}
.study_list_inner .table_1 .sort_box > button + ul li > button:hover {
  background-color: #f2f3f5;
}
.study_list_inner .table_1 .btn_row_2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.study_list_inner .table_1 .btn_row_2 .btn_5 {
  width: calc(50% - 30px);
}
.study_list_inner .table_1 .btn_row_2 .btn_5:first-child {
  margin-right: 10px;
}

.study_pdf_contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px 60px;
  border: 1px solid #e7e8e9;
  border-radius: 10px;
  background-color: #fff;
}
.study_pdf_contents .desc_txt {
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.study_pdf_contents .desc_txt em {
  color: #000;
  font-weight: 400;
}
.study_pdf_contents > a {
  display: block;
  max-width: 189px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.study_pdf_contents > a em {
  color: #fff;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .sub_nav_depth.sub_studydata .sub_nav_wrap .sub_nav {
    background-image: linear-gradient(100deg, #00e59d, #2a84ff);
  }
  .studydata_wrap {
    max-width: 100%;
    min-height: auto;
    padding: 0 20px 50px;
  }
  .cell_box_inner {
    margin-bottom: 25px;
  }
  .cell_box_inner .cell_grade {
    height: 50px;
    line-height: 50px;
  }
  .study_list_inner .table_1 .btn_row_2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .study_list_inner .table_1 .btn_row_2 .btn_5 {
    width: calc(50% - 5px);
  }
  .study_list_inner .table_1 .btn_row_2 .btn_5:first-child {
    margin-right: 5px;
  }
  .study_pdf_contents {
    flex-direction: column;
  }
  .study_pdf_contents > a {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .study_list_wrap .cell_box_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
  }
  .study_list_wrap .cell_box_inner .cell_grade {
    height: 46px;
    line-height: 46px;
  }
  .study_list_wrap .cell_box_inner .cell_box {
    position: relative;
    width: 100%;
    margin-left: 12px;
  }
  .study_list_wrap .cell_box_inner .cell_box:first-child {
    margin-left: 0;
  }
  .study_list_wrap .cell_box_inner .cell_box::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .study_list_wrap .cell_box_inner.cell_row_2 .cell_box {
    width: calc(50% - 6px);
  }
  .study_list_wrap .cell_box_inner.cell_row_3 .cell_box {
    width: calc(33% - 7px);
  }
  .study_list_inner {
    margin-bottom: 35px;
    border-top: 2px solid #000;
  }
  .study_list_inner .list_item {
    padding: 17px 15px;
    border-bottom: 1px solid #e7e8e9;
  }
  .study_list_inner .list_item .item_info_top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    line-height: 1;
    color: #888;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
  }
  .study_list_inner .list_item .item_info_top em {
    color: #888;
    font-weight: 400;
  }
  .study_list_inner .list_item .item_info_top > div {
    padding-right: 6px;
  }
  .study_list_inner .list_item .item_info_top > div::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin-left: 6px;
    vertical-align: -1px;
    background-color: #adadad;
  }
  .study_list_inner .list_item .item_info_top > div:last-child {
    padding-right: 0;
  }
  .study_list_inner .list_item .item_info_top > div:last-child::after {
    content: none;
  }
  .study_list_inner .list_item .item_info_tit {
    margin-top: 10px;
    word-wrap: break-word;
    line-height: 1;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    text-align: left;
  }
  .study_list_inner .list_item .item_info_tit em {
    color: #000;
    font-weight: 400;
  }
  .study_list_inner .list_item .item_info_file {
    margin-top: 9px;
    word-wrap: break-word;
    line-height: 1;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
  }
  .study_list_inner .list_item .item_info_file em {
    color: #000;
    font-weight: 400;
  }
  .study_list_inner .list_item .item_info_btn {
    margin-top: 16px;
  }
  .study_list_inner .list_item .item_info_btn > .btn_5 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .study_list_inner .list_item .item_info_btn.btn_row_2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .study_list_inner .list_item .item_info_btn.btn_row_2 > .btn_5 {
    width: calc(50% - 5px);
  }
  .study_list_inner .list_item .item_info_btn.btn_row_2 > .btn_5:first-child {
    margin-right: 10px;
  }
  .study_pdf_contents {
    padding: 25px;
    border-radius: 5px;
  }
  .study_pdf_contents .desc_txt {
    line-height: 1.4;
    font-size: 14px;
    text-align: center;
  }
  .study_pdf_contents > a {
    max-width: 189px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
.join_wrap {
  max-width: 520px;
  min-height: 720px;
  margin: 0 auto;
}
.join_wrap > h1 {
  line-height: 1;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
.join_wrap > h1 em {
  color: #000;
  font-weight: 400;
}
.join_wrap > h1 + .desc_txt {
  margin-top: 14px;
  line-height: 1.3;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.join_wrap > h1 + .desc_txt em {
  color: #888;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .join_wrap > h1 + .desc_txt > strong {
    font-weight: 400;
  }
}
.join_wrap .form_mark {
  position: relative;
  top: 50px;
  margin-bottom: 0;
}
.join_step, .join_search {
  padding: 126px 0;
}
.join_step .step_list, .join_search .step_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  height: 44px;
}
.join_step .step_list > li, .join_search .step_list > li {
  width: 50%;
  line-height: 44px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-radius: 0 22px 22px 0;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.join_step .step_list > li em, .join_search .step_list > li em {
  color: #000;
  font-weight: 400;
}
.join_step .step_list > li:first-child, .join_search .step_list > li:first-child {
  font-weight: 700;
  border-radius: 22px 0 0 22px;
}
.join_step .step_list > li.on, .join_search .step_list > li.on {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.join_step .join_form .desc_txt, .join_search .join_form .desc_txt {
  margin-top: 17px;
  line-height: 1;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.join_step .join_form .desc_txt em, .join_search .join_form .desc_txt em {
  color: #888;
  font-weight: 400;
}
.join_step .join_form .form_contents, .join_search .join_form .form_contents {
  margin-top: 16px;
}
.join_step .join_form .form_contents > li > .input_box label, .join_search .join_form .form_contents > li > .input_box label {
  display: block;
}
.join_step .join_form .form_contents > li > .input_box .label_tit, .join_search .join_form .form_contents > li > .input_box .label_tit {
  display: inline-block;
  line-height: 50px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.join_step .join_form .form_contents > li > .input_box .label_tit em, .join_search .join_form .form_contents > li > .input_box .label_tit em {
  color: #000;
  font-weight: 400;
}
.join_step .join_form .form_contents > li.cert, .join_search .join_form .form_contents > li.cert {
  position: relative;
}
.join_step .join_form .form_contents > li.cert > .input_box input[type=text],
.join_step .join_form .form_contents > li.cert > .input_box input[type=number], .join_search .join_form .form_contents > li.cert > .input_box input[type=text],
.join_search .join_form .form_contents > li.cert > .input_box input[type=number] {
  max-width: 382px;
  padding-right: 55px;
}
.join_step .join_form .form_contents > li.cert > .input_box + .btn_3,
.join_step .join_form .form_contents > li.cert > .input_box + .btn_4, .join_search .join_form .form_contents > li.cert > .input_box + .btn_3,
.join_search .join_form .form_contents > li.cert > .input_box + .btn_4 {
  position: absolute;
  top: 50px;
  right: 0;
}
.join_step .join_form .form_contents > li.cert > .input_box + .btn_3#certSmsRe,
.join_step .join_form .form_contents > li.cert > .input_box + .btn_4#certSmsRe, .join_search .join_form .form_contents > li.cert > .input_box + .btn_3#certSmsRe,
.join_search .join_form .form_contents > li.cert > .input_box + .btn_4#certSmsRe {
  width: 134px;
}
.join_step .join_form .form_contents > li.cert > .input_box + .btn_4, .join_search .join_form .form_contents > li.cert > .input_box + .btn_4 {
  top: 0;
}
.join_step .join_form .form_contents > li.cert .txt_timer, .join_search .join_form .form_contents > li.cert .txt_timer {
  position: absolute;
  top: 19px;
  right: 148px;
  line-height: 1;
  color: #0dac67;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.join_step .join_form .form_contents > li.cert .txt_timer em, .join_search .join_form .form_contents > li.cert .txt_timer em {
  color: #0dac67;
  font-weight: 400;
}
.join_step .join_form .agree_list_contents .desc_txt, .join_search .join_form .agree_list_contents .desc_txt {
  padding: 0 0 20px 30px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.join_step .join_form .agree_list_contents .input_box, .join_search .join_form .agree_list_contents .input_box {
  align-items: flex-start;
}
.join_step .join_form .agree_list, .join_search .join_form .agree_list {
  width: 100%;
  max-width: 573px;
  padding: 25px;
  word-break: break-all;
  border: 1px solid #e2e2e2;
}
.join_step .join_form .agree_list .agree_list_all, .join_search .join_form .agree_list .agree_list_all {
  margin-bottom: 17px;
}
.join_step .join_form .agree_list .agree_list_all .square_chk_box.square_chk_large > input[type=checkbox] + label, .join_search .join_form .agree_list .agree_list_all .square_chk_box.square_chk_large > input[type=checkbox] + label {
  font-weight: 700;
}
.join_step .join_form .agree_list > li, .join_search .join_form .agree_list > li {
  position: relative;
  margin-bottom: 20px;
}
.join_step .join_form .agree_list > li:last-child, .join_search .join_form .agree_list > li:last-child {
  margin-bottom: 0;
}
.join_step .join_form .agree_list .agree_txt, .join_search .join_form .agree_list .agree_txt {
  overflow-y: scroll;
  display: none;
  position: relative;
  max-height: 130px;
  padding: 0 30px 15px;
  margin: 18px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.4;
  color: #888;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: normal;
  text-align: left;
}
.join_step .join_form .agree_list .agree_txt em, .join_search .join_form .agree_list .agree_txt em {
  color: #888;
  font-weight: 400;
}
.join_step .join_form .agree_list .agree_txt .term_contents .point, .join_search .join_form .agree_list .agree_txt .term_contents .point {
  color: #0dac67;
  font-size: 16px;
}
.join_step .join_form .agree_list .terms_all, .join_search .join_form .agree_list .terms_all {
  padding: 0;
  font-family: "pretendard", NotoSansKR, Dotum, "돋움", Arial, sans-serif;
}
.join_step .join_form .agree_list .terms_all .section, .join_search .join_form .agree_list .terms_all .section {
  padding: 0;
}
.join_step .join_form .agree_list .terms_all .section > .inside, .join_search .join_form .agree_list .terms_all .section > .inside {
  padding: 0;
  max-width: 408px;
}
.join_step .join_form .agree_list .terms_all .section > .inside > h1, .join_step .join_form .agree_list .terms_all .section > .inside h2, .join_search .join_form .agree_list .terms_all .section > .inside > h1, .join_search .join_form .agree_list .terms_all .section > .inside h2 {
  display: none;
}
.join_step .join_form .agree_list .terms_all .section > .inside > h1 + .txt, .join_step .join_form .agree_list .terms_all .section > .inside h2 + .txt, .join_search .join_form .agree_list .terms_all .section > .inside > h1 + .txt, .join_search .join_form .agree_list .terms_all .section > .inside h2 + .txt {
  display: none;
}
.join_step .join_form .agree_list .terms_all .section > .inside .txt, .join_search .join_form .agree_list .terms_all .section > .inside .txt {
  word-wrap: break-word;
  line-height: 1.4;
  color: #888;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: normal;
  text-align: left;
}
.join_step .join_form .agree_list .terms_all .section > .inside .txt em, .join_search .join_form .agree_list .terms_all .section > .inside .txt em {
  color: #888;
  font-weight: 400;
}
.join_step .join_form .agree_list .terms_all .section > .inside > div.contents, .join_search .join_form .agree_list .terms_all .section > .inside > div.contents {
  margin-top: 10px;
}
.join_step .join_form .agree_list .terms_all .section > .inside > div.contents > .tit, .join_search .join_form .agree_list .terms_all .section > .inside > div.contents > .tit {
  margin-bottom: 2px;
  line-height: 1.4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.join_step .join_form .agree_list .terms_all .section > .inside > div.contents > .tit em, .join_search .join_form .agree_list .terms_all .section > .inside > div.contents > .tit em {
  font-weight: 400;
}
.join_step .join_form .agree_list .terms_all .section > .inside > div.contents > .txt, .join_search .join_form .agree_list .terms_all .section > .inside > div.contents > .txt {
  word-wrap: break-word;
  line-height: 1.4;
  color: #888;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: normal;
  text-align: left;
}
.join_step .join_form .agree_list .terms_all .section > .inside > div.contents > .txt em, .join_search .join_form .agree_list .terms_all .section > .inside > div.contents > .txt em {
  color: #888;
  font-weight: 400;
}
.join_step .join_form .agree_list .terms_all .section > .inside .btn_wrap, .join_search .join_form .agree_list .terms_all .section > .inside .btn_wrap {
  display: none;
}
.join_step .btn_agree_chk,
.join_step .btn_confirm_chk, .join_search .btn_agree_chk,
.join_search .btn_confirm_chk {
  display: block;
  margin: 50px auto 0;
}
.join_step .search_list, .join_search .search_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  height: 44px;
  margin-top: 60px;
}
.join_step .search_list > li, .join_search .search_list > li {
  width: 50%;
  line-height: 44px;
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-bottom: 3px solid #eaeaea;
}
.join_step .search_list > li em, .join_search .search_list > li em {
  color: #bcbcbc;
  font-weight: 400;
}
.join_step .search_list > li > a, .join_search .search_list > li > a {
  display: block;
}
.join_step .search_list > li.on, .join_search .search_list > li.on {
  color: #000;
  font-weight: 700;
  border-color: #000;
}
.join_step .search_wrap, .join_search .search_wrap {
  display: none;
}
.join_step .search_wrap .search_inner, .join_search .search_wrap .search_inner {
  margin-top: 30px;
}
.join_step .search_wrap .search_inner .desc_txt, .join_search .search_wrap .search_inner .desc_txt {
  margin-top: 17px;
  line-height: 1;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.join_step .search_wrap .search_inner .desc_txt em, .join_search .search_wrap .search_inner .desc_txt em {
  color: #888;
  font-weight: 400;
}
.join_step .search_wrap.on, .join_search .search_wrap.on {
  display: block;
}
.join_step .info_confirm_box, .join_search .info_confirm_box {
  padding: 32px 0;
  margin-top: 20px;
  line-height: 25px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border: 1px solid #e2e2e2;
}
.join_step .info_confirm_box em, .join_search .info_confirm_box em {
  color: #888;
  font-weight: 400;
}
.join_step .info_confirm_box:first-child, .join_search .info_confirm_box:first-child {
  margin-top: 40px;
}
.join_step .info_confirm_box > strong, .join_search .info_confirm_box > strong {
  color: #000;
}
.join_step .info_confirm_box .txt_id, .join_search .info_confirm_box .txt_id {
  line-height: 1;
  color: #0dac67;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.join_step .info_confirm_box .txt_id em, .join_search .info_confirm_box .txt_id em {
  color: #0dac67;
  font-weight: 400;
}
.join_step .btn_row_2, .join_search .btn_row_2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
}
.join_step .btn_row_2 .btn_2, .join_search .btn_row_2 .btn_2 {
  width: calc(50% - 57px);
}
.join_step .btn_row_2 .btn_2:first-child, .join_search .btn_row_2 .btn_2:first-child {
  margin-right: 10px;
}

.login_join_wrap {
  min-width: 360px;
  min-height: 720px;
  margin: 0 auto;
  padding: 126px 0 0;
  text-align: center;
}
.login_join_wrap > h1 {
  line-height: 1.3;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
.login_join_wrap > h1 em {
  color: #0dac67;
  font-weight: 400;
}
.login_join_wrap > h1 > em {
  font-weight: 700;
}
.login_join_wrap > h1 + .desc_txt {
  margin-top: 14px;
  line-height: 1.3;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.login_join_wrap > h1 + .desc_txt em {
  color: #888;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .login_join_wrap > h1 + .desc_txt > strong {
    font-weight: 400;
  }
}
.login_join_wrap > h1 + .desc_txt.txt_black {
  color: #000;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .login_join_wrap > h1.tit_sm {
    font-size: 30px;
  }
}
.login_join_wrap > h1.tit_ico {
  position: relative;
  padding-top: 35px;
}
.login_join_wrap > h1.tit_ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  top: 14px;
  width: 26px;
  height: 26px;
  background: url("../imgs/common/ico_chk.png") no-repeat center/cover;
}
.login_join_wrap .login_form {
  max-width: 360px;
  margin: 30px auto 0;
}
.login_join_wrap .login_form .form_contents li:last-child {
  margin: 15px 0 20px;
}
.login_join_wrap .login_form .form_contents .input_box input[type=text],
.login_join_wrap .login_form .form_contents .input_box input[type=password] {
  max-width: 360px;
}
.login_join_wrap .login_form .form_contents .square_chk_box {
  text-align: left;
}
.login_join_wrap .util_link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.login_join_wrap .util_link a {
  display: inline-block;
  line-height: 1;
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.login_join_wrap .util_link a em {
  color: #757575;
  font-weight: 400;
}
.login_join_wrap .util_link a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 20px;
  vertical-align: middle;
  background-color: #e0e0e0;
}
.login_join_wrap .util_link a:last-child {
  margin-right: 0;
}
.login_join_wrap .util_link a:last-child::after {
  content: none;
}
.login_join_wrap .btn_join_go {
  margin-top: 50px;
}
.login_join_banner {
  max-width: 100%;
}
.login_join_banner .footer_banner {
  margin-top: 100px;
}

.join_form.modal_form .desc_txt {
  line-height: 25px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.join_form.modal_form .desc_txt em {
  color: #0dac67;
  font-weight: 400;
}
.join_form.modal_form .form_mark {
  top: 13px;
}
.join_form.modal_form ul.form_contents {
  margin-top: 30px;
}
.join_form.modal_form ul.form_contents > li > .input_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.join_form.modal_form ul.form_contents > li > .input_box input[type=text],
.join_form.modal_form ul.form_contents > li > .input_box input[type=number],
.join_form.modal_form ul.form_contents > li > .input_box input[type=password] {
  max-width: 339px;
}
.join_form.modal_form ul.form_contents > li > .input_box label {
  font-size: 16px;
}
.join_form.modal_form .notice_contents > ul > li {
  margin-bottom: 2px;
  line-height: 21px;
  font-size: 14px;
}
.join_form.modal_form .btn_row_2 .btn_2 {
  width: calc(50% - 20px);
  height: 50px;
  line-height: 50px;
  font-size: 17px;
}

@media (max-width: 1023px) {
  .join_wrap {
    max-width: 360px;
    min-height: 600px;
  }
  .join_wrap > h1 {
    font-size: 25px;
  }
  .join_wrap > h1 + .desc_txt {
    margin-top: 15px;
    font-size: 13px;
  }
  .join_wrap .form_mark {
    top: 33px;
  }
  .join_step, .join_search {
    padding: 60px 20px;
  }
  .join_step .step_list, .join_search .step_list {
    max-width: 100%;
    height: 35px;
  }
  .join_step .step_list > li, .join_search .step_list > li {
    line-height: 35px;
    font-size: 13px;
    border-radius: 0 17px 17px 0;
  }
  .join_step .step_list > li:first-child, .join_search .step_list > li:first-child {
    border-radius: 17px 0 0 17px;
  }
  .join_step .join_form .desc_txt, .join_search .join_form .desc_txt {
    margin-top: 16px;
    line-height: 1.4;
    font-size: 13px;
  }
  .join_step .join_form .form_contents, .join_search .join_form .form_contents {
    margin-top: 10px;
  }
  .join_step .join_form .form_contents > li > .input_box .label_tit, .join_search .join_form .form_contents > li > .input_box .label_tit {
    line-height: 32px;
    font-size: 14px;
  }
  .join_step .join_form .form_contents > li.cert, .join_search .join_form .form_contents > li.cert {
    position: relative;
  }
  .join_step .join_form .form_contents > li.cert > .input_box input[type=text],
  .join_step .join_form .form_contents > li.cert > .input_box input[type=number], .join_search .join_form .form_contents > li.cert > .input_box input[type=text],
  .join_search .join_form .form_contents > li.cert > .input_box input[type=number] {
    max-width: calc(100% - 115px);
  }
  .join_step .join_form .form_contents > li.cert > .input_box + .btn_3, .join_search .join_form .form_contents > li.cert > .input_box + .btn_3 {
    position: absolute;
    top: 32px;
    right: 0;
  }
  .join_step .join_form .form_contents > li.cert > .input_box + .btn_3#certSmsRe, .join_search .join_form .form_contents > li.cert > .input_box + .btn_3#certSmsRe {
    width: 109px;
  }
  .join_step .join_form .form_contents > li.cert .txt_timer, .join_search .join_form .form_contents > li.cert .txt_timer {
    position: absolute;
    top: 15px;
    right: 132px;
    font-size: 12px;
  }
  .join_step .join_form .agree_list_contents .desc_txt, .join_search .join_form .agree_list_contents .desc_txt {
    padding: 0 0 12px 29px;
    font-size: 12px;
  }
  .join_step .join_form .agree_list_contents .input_box, .join_search .join_form .agree_list_contents .input_box {
    align-items: flex-start;
  }
  .join_step .join_form .agree_list, .join_search .join_form .agree_list {
    max-width: 100%;
    padding: 17px 15px;
  }
  .join_step .join_form .agree_list .agree_list_all, .join_search .join_form .agree_list .agree_list_all {
    margin-bottom: 20px;
  }
  .join_step .join_form .agree_list > li, .join_search .join_form .agree_list > li {
    margin-bottom: 20px;
  }
  .join_step .join_form .agree_list > li:last-child, .join_search .join_form .agree_list > li:last-child {
    margin-bottom: 0;
  }
  .join_step .join_form .agree_list > li .agree_txt, .join_search .join_form .agree_list > li .agree_txt {
    max-height: 112px;
    padding: 0 29px 12px;
    margin: 12px 0;
    font-size: 12px;
  }
  .join_step .join_form .agree_list > li .agree_txt .term_contents .point, .join_search .join_form .agree_list > li .agree_txt .term_contents .point {
    font-size: 14px;
  }
  .join_step .join_form .agree_list > li .agree_txt .terms_all .section > .inside, .join_search .join_form .agree_list > li .agree_txt .terms_all .section > .inside {
    max-width: 230px;
  }
  .join_step .join_form .agree_list > li .agree_txt .terms_all .section > .inside .txt, .join_search .join_form .agree_list > li .agree_txt .terms_all .section > .inside .txt {
    font-size: 12px;
  }
  .join_step .join_form .agree_list > li .agree_txt .terms_all .section > .inside > div.contents, .join_search .join_form .agree_list > li .agree_txt .terms_all .section > .inside > div.contents {
    margin-top: 8px;
  }
  .join_step .join_form .agree_list > li .agree_txt .terms_all .section > .inside > div.contents > .tit, .join_search .join_form .agree_list > li .agree_txt .terms_all .section > .inside > div.contents > .tit {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .join_step .join_form .agree_list > li .agree_txt .terms_all .section > .inside > div.contents > .txt, .join_search .join_form .agree_list > li .agree_txt .terms_all .section > .inside > div.contents > .txt {
    font-size: 12px;
  }
  .join_step .btn_agree_chk,
  .join_step .btn_confirm_chk, .join_search .btn_agree_chk,
  .join_search .btn_confirm_chk {
    margin: 35px auto 0;
  }
  .join_step .search_list, .join_search .search_list {
    max-width: 100%;
    height: 37px;
    margin-top: 30px;
  }
  .join_step .search_list > li, .join_search .search_list > li {
    line-height: 37px;
    font-size: 16px;
    border-bottom: 2px solid #eaeaea;
  }
  .join_step .search_wrap .search_inner, .join_search .search_wrap .search_inner {
    margin-top: 15px;
  }
  .join_step .search_wrap .search_inner:first-child .desc_txt, .join_search .search_wrap .search_inner:first-child .desc_txt {
    margin-top: 15px;
    font-size: 13px;
    text-align: left;
  }
  .join_step .search_wrap .search_inner .desc_txt, .join_search .search_wrap .search_inner .desc_txt {
    margin-top: 45px;
    font-size: 15px;
  }
  .join_step .search_wrap .search_inner .desc_txt > strong, .join_search .search_wrap .search_inner .desc_txt > strong {
    font-weight: 400;
  }
  .join_step .info_confirm_box, .join_search .info_confirm_box {
    padding: 28px 0;
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .join_step .info_confirm_box:first-child, .join_search .info_confirm_box:first-child {
    margin-top: 45px;
    border: 0;
  }
  .join_step .info_confirm_box > strong, .join_search .info_confirm_box > strong {
    color: #000;
  }
  .join_step .btn_row_2, .join_search .btn_row_2 {
    flex-direction: column-reverse;
    margin: 40px auto 0;
  }
  .join_step .btn_row_2 .btn_2, .join_search .btn_row_2 .btn_2 {
    width: 100%;
  }
  .join_step .btn_row_2 .btn_2:first-child, .join_search .btn_row_2 .btn_2:first-child {
    margin: 10px 0 0;
  }
  .login_join_wrap {
    min-height: 600px;
    padding: 75px 20px 0;
  }
  .login_join_wrap > h1 {
    font-size: 25px;
  }
  .login_join_wrap > h1 + .desc_txt {
    margin-top: 15px;
    font-size: 13px;
  }
  .login_join_wrap > h1 + .desc_txt > b {
    font-weight: 400;
  }
  .login_join_wrap > h1 + .desc_txt.txt_black {
    font-size: 13px;
  }
  .login_join_wrap > h1 + .desc_txt.txt_black > b {
    font-weight: 700;
  }
  .login_join_wrap > h1 .tit_img {
    display: inline-block;
    width: 197px;
    height: 57px;
    background: url("../imgs/common/logo_sub_header.svg") no-repeat center/cover;
    font-size: 0;
    text-indent: -999em;
  }
  .login_join_wrap .login_form {
    margin-top: 20px;
  }
  .login_join_wrap .login_form .form_contents li:last-child {
    margin: 15px 0 25px;
  }
  .login_join_wrap .util_link a {
    font-size: 13px;
  }
  .login_join_wrap .util_link a::after {
    height: 13px;
    margin: 0 15px;
  }
  .login_join_wrap .btn_join_go {
    height: 46px;
    line-height: 46px;
    margin-top: 35px;
    font-size: 16px;
  }
  .login_join_banner .footer_banner {
    margin-top: 80px;
  }
  .join_form.modal_form .desc_txt {
    line-height: 16px;
    font-size: 12px;
  }
  .join_form.modal_form .form_mark {
    top: 22px;
  }
  .join_form.modal_form ul.form_contents {
    margin-top: 0;
  }
  .join_form.modal_form ul.form_contents > li > .input_box {
    margin-bottom: 8px;
  }
  .join_form.modal_form ul.form_contents > li > .input_box input[type=text],
  .join_form.modal_form ul.form_contents > li > .input_box input[type=number],
  .join_form.modal_form ul.form_contents > li > .input_box input[type=password] {
    max-width: 100%;
  }
  .join_form.modal_form ul.form_contents > li > .input_box label {
    font-size: 13px;
  }
  .join_form.modal_form .notice_contents > ul > li {
    margin-bottom: 2px;
    line-height: 16px;
    font-size: 12px;
  }
  .join_form.modal_form .btn_row_2 {
    flex-direction: row;
    margin-top: 25px;
  }
  .join_form.modal_form .btn_row_2 .btn_2 {
    width: calc(50% - 5px);
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
  .join_form.modal_form .btn_row_2 .btn_2:first-child {
    margin: 0 10px 0 0;
  }
}
.sub_nav_depth.sub_mypage .sub_tit_wrap {
  background: url("../imgs/mypage/bg_mypage.png") no-repeat center/cover;
}
.sub_nav_depth.sub_mypage .sub_nav_wrap .sub_depth3 {
  display: none;
}

.mypage_wrap .payment_list_inner {
  padding: 0 50px;
  margin-bottom: 40px;
}
.mypage_wrap .payment_list_inner .list_item_box {
  position: relative;
  margin-top: 70px;
  border-bottom: 1px solid #e7e8e9;
}
.mypage_wrap .payment_list_inner .list_item_box i {
  display: inline-block;
  margin-left: 4px;
}
.mypage_wrap .payment_list_inner .list_item_box.list_empty {
  min-height: 400px;
  text-align: center;
  border-bottom: 0;
}
.mypage_wrap .payment_list_inner .list_item_box.list_empty > strong {
  line-height: 1;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
.mypage_wrap .payment_list_inner .list_item_box.list_empty > strong em {
  color: #000;
  font-weight: 400;
}
.mypage_wrap .payment_list_inner .list_item_box.list_empty::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto 16px;
  background: url("../imgs/common/ico_noti.png") no-repeat center/cover;
}
.mypage_wrap .payment_list_inner .list_item_payment {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  align-content: center;
  max-width: 938px;
  height: 125px;
}
.mypage_wrap .payment_list_inner .list_item_payment > li {
  width: 33%;
  margin: 5px 0;
  line-height: 1;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.mypage_wrap .payment_list_inner .list_item_payment > li em {
  color: #000;
  font-weight: 400;
}
.mypage_wrap .payment_list_inner .list_item_tit {
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
.mypage_wrap .payment_list_inner .list_item_tit > a {
  line-height: 1;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
.mypage_wrap .payment_list_inner .list_item_tit > a em {
  color: #000;
  font-weight: 400;
}
.mypage_wrap .payment_list_inner .list_item_tit > a::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 9px;
  transform: rotate(-135deg);
  vertical-align: 3px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.mypage_wrap .payment_list_inner .list_item_price {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.mypage_wrap .payment_list_inner .list_item_price em {
  color: #0dac67;
  font-weight: 400;
}
.mypage_wrap .payment_list_inner .list_item_price span {
  vertical-align: middle;
}
.mypage_wrap .payment_list_inner .list_item_price em {
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
}
.mypage_wrap .payment_list_inner .list_item_btn {
  position: absolute;
  top: 56px;
  right: 0;
}
.mypage_wrap .payment_list_inner .list_item_btn .item_btn {
  margin-top: 5px;
}
.mypage_wrap .payment_list_inner .list_item_btn .item_btn:first-child {
  margin-top: 0;
}
.mypage_wrap .payment_list_inner .list_item_btn .item_btn > button {
  padding: 0 26px;
}
.mypage_wrap .payment_list_inner .list_item_btn .item_btn .btn_2 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 20px;
}
.mypage_wrap .payment_note {
  margin-top: 20px;
  line-height: 1.3;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: right;
}
.mypage_wrap .payment_note em {
  color: #888;
  font-weight: 400;
}
.mypage_wrap .paging_wrap {
  margin-top: 18px;
}
.mypage_wrap .view_inner {
  max-width: 700px;
  margin: 0 auto;
}
.mypage_wrap .view_box {
  margin-top: 60px;
}
.mypage_wrap .view_box + .view_box {
  margin-top: 78px;
}
.mypage_wrap .view_item_tit {
  margin-bottom: 20px;
  line-height: 1;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
}
.mypage_wrap .view_item_tit em {
  color: #000;
  font-weight: 400;
}
.mypage_wrap .view_list_inner .table_2 td .order_box {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.mypage_wrap .view_list_inner .table_2 td .order_box .order_select {
  width: 50px;
  height: 38px;
  padding: 0 15px 0 10px;
  line-height: 38px;
  vertical-align: -2px;
}
.mypage_wrap .view_list_inner .table_2 td .order_box::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 40px;
  width: 4px;
  height: 4px;
  border-color: #6a7075;
}
.mypage_wrap .view_list_inner .table_2 td .btn_3,
.mypage_wrap .view_list_inner .table_2 td .btn_4 {
  width: auto;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
}
.mypage_wrap .view_btn {
  margin: 30px 0 120px;
  text-align: center;
}
.mypage_wrap .view_btn .btn_6 {
  max-width: 150px;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 18px;
  border-color: #000;
  border-radius: 25px;
}
.mypage_wrap .save_form {
  max-width: 700px;
  margin: 0 auto;
}
.mypage_wrap .save_form .form_mark {
  position: absolute;
  top: 7px;
  right: 0;
}
.mypage_wrap .save_form > fieldset {
  margin-top: 60px;
}
.mypage_wrap .save_form .btn_4 > i {
  margin-left: 12px;
  vertical-align: -1px;
  font-size: 24px;
  font-weight: 600;
}
.mypage_wrap .save_form .btn_4_long {
  width: 100%;
}
.mypage_wrap .save_form .btn_row_2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 60px 0 170px;
}
.mypage_wrap .save_form .btn_row_2 > .btn_2 {
  width: 204px;
}
.mypage_wrap .save_form .btn_row_2 > .btn_2:first-child {
  margin-right: 10px;
}
.mypage_wrap .save_form .btn_row_2.row_right {
  justify-content: flex-end;
  margin-bottom: 0;
}
.mypage_wrap .save_form .btn_row_2.row_right > button {
  width: 170px;
}
.mypage_wrap .save_form .btn_row_2.row_right > .btn_7 {
  margin-right: 10px;
}
.mypage_wrap .save_form textarea {
  height: 180px;
}
.mypage_wrap .save_box {
  position: relative;
}
.mypage_wrap .save_box .form_contents + .form_contents {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e2e2e2;
}
.mypage_wrap .save_box .form_contents > li > .input_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mypage_wrap .save_box .form_contents > li > .input_box input[type=text],
.mypage_wrap .save_box .form_contents > li > .input_box input[type=number],
.mypage_wrap .save_box .form_contents > li > .input_box input[type=password],
.mypage_wrap .save_box .form_contents > li > .input_box textarea {
  max-width: 540px;
}
.mypage_wrap .save_box .form_contents > li.cert {
  position: relative;
}
.mypage_wrap .save_box .form_contents > li.cert > .input_box {
  max-width: 565px;
}
.mypage_wrap .save_box .form_contents > li.cert > .input_box input[type=text],
.mypage_wrap .save_box .form_contents > li.cert > .input_box input[type=number],
.mypage_wrap .save_box .form_contents > li.cert > .input_box input[type=password] {
  max-width: 399px;
  margin-right: 6px;
}
.mypage_wrap .save_box .form_contents > li.cert > .input_box + .btn_3,
.mypage_wrap .save_box .form_contents > li.cert > .input_box + .btn_4 {
  position: absolute;
  top: 0;
  right: 0;
}
.mypage_wrap .save_box .form_contents > li.cert > .input_box + .btn_3#certSmsRe,
.mypage_wrap .save_box .form_contents > li.cert > .input_box + .btn_4#certSmsRe {
  width: 134px;
}
.mypage_wrap .save_box .form_contents > li.cert .txt_timer {
  position: absolute;
  top: 19px;
  right: 148px;
  line-height: 1;
  color: #0dac67;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.mypage_wrap .save_box .form_contents > li.cert .txt_timer em {
  color: #0dac67;
  font-weight: 400;
}
.mypage_wrap .save_box .grade_gender_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 540px;
}
.mypage_wrap .save_box .grade_gender_box .grade_box {
  position: relative;
}
.mypage_wrap .save_box .grade_gender_box .grade_box .grade_select {
  width: 325px;
}
.mypage_wrap .save_box .grade_gender_box .grade_box::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  border-color: #6a7075;
}
.mypage_wrap .save_box .grade_gender_box .gender_chk_box {
  max-width: 130px;
  margin-left: 85px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.mypage_wrap .save_box .grade_gender_box .gender_chk_box .circle_chk_box {
  margin-left: 40px;
}
.mypage_wrap .save_box .grade_gender_box .gender_chk_box .circle_chk_box > input + label {
  padding-left: 30px;
  font-size: 17px;
}
.mypage_wrap .save_box .grade_gender_box .gender_chk_box .circle_chk_box:first-child {
  margin-left: 0;
}
.mypage_wrap .save_box .birth_box_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 540px;
}
.mypage_wrap .save_box .birth_box {
  position: relative;
}
.mypage_wrap .save_box .birth_box .birth_select {
  width: 135px;
}
.mypage_wrap .save_box .birth_box::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  border-color: #6a7075;
}
.mypage_wrap .save_box .birth_txt {
  margin: 0 30px 0 10px;
  font-size: 17px;
}
.mypage_wrap .save_box .birth_txt:last-child {
  margin-right: 0;
}
.mypage_wrap .save_box .marketing_txt {
  position: absolute;
  top: 4px;
  right: 0;
  line-height: 1;
  color: #888;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.mypage_wrap .save_box .marketing_txt em {
  color: #888;
  font-weight: 400;
}
.mypage_wrap .save_box .marketing_agree_box {
  padding: 30px 40px;
  border: 1px solid #e2e2e2;
}
.mypage_wrap .save_box .marketing_agree_box .agree_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.mypage_wrap .save_box .marketing_agree_box .agree_list + .desc_txt {
  margin-top: 23px;
  line-height: 1.3;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.mypage_wrap .save_box .marketing_agree_box .agree_list + .desc_txt em {
  color: #888;
  font-weight: 400;
}
.mypage_wrap .save_box .marketing_agree_box .agree_list > li:last-child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.mypage_wrap .save_box .marketing_agree_box .agree_list > li .square_chk_box:first-child {
  margin-right: 40px;
}
.mypage_wrap .save_box .marketing_agree_box .agree_list > li .square_chk_box label {
  font-weight: 700;
}
.mypage_wrap .save_box .reason_box .reason_chk_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  max-width: 540px;
}
.mypage_wrap .save_box .reason_box .reason_chk_box > li {
  width: 32%;
}
.mypage_wrap .save_box .reason_box .reason_chk_box > li:nth-child(1), .mypage_wrap .save_box .reason_box .reason_chk_box > li:nth-child(2), .mypage_wrap .save_box .reason_box .reason_chk_box > li:nth-child(3) {
  margin-bottom: 10px;
}
.mypage_wrap .save_box .reason_box .reason_chk_box > li > input[type=radio] + label {
  padding-left: 30px;
  font-size: 16px;
}
.mypage_wrap .save_box .withdraw_agree_box {
  padding: 30px 40px;
  border: 1px solid #e2e2e2;
}
.mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_box {
  margin-bottom: 8px;
}
.mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_box > input[type=checkbox] + label {
  line-height: 1.4;
  color: #888;
  font-size: 14px;
}
.mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_box > input[type=checkbox] + label::before {
  top: -2px;
}
.mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_box > input[type=checkbox]:checked + label::after {
  top: 1px;
}
.mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_large {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_large > input[type=checkbox] + label {
  line-height: 1;
  color: #000;
  font-size: 19px;
  font-weight: 700;
}
.mypage_wrap .save_item_tit {
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
  border-bottom: 2px solid #000;
}
.mypage_wrap .save_item_tit em {
  color: #000;
  font-weight: 400;
}
.mypage_wrap .cert_inner {
  margin-top: 60px;
  text-align: center;
}
.mypage_wrap .cert_inner .desc_txt {
  margin-bottom: 30px;
  line-height: 1.3;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.mypage_wrap .cert_inner .desc_txt em {
  color: #0dac67;
  font-weight: 400;
}
.mypage_wrap .cert_inner .btn_confirm_chk {
  margin-top: 50px;
}

.modal_wrap.mypage_wrap {
  max-height: 508px;
}
.modal_wrap.mypage_wrap .modal_body {
  height: auto;
  min-height: auto;
  margin: 30px 0;
  padding: 0;
}
.modal_wrap.mypage_wrap .modal_body .view_item_txt {
  line-height: 1.3;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.modal_wrap.mypage_wrap .modal_body .view_item_txt em {
  color: #0dac67;
  font-weight: 400;
}
.modal_wrap.mypage_wrap .modal_body .view_list_inner {
  overflow-x: scroll;
  max-height: 328px;
  margin-top: 20px;
  padding: 22px 30px;
  border: 1px solid #e2e2e2;
}
.modal_wrap.mypage_wrap .modal_body .list_empty {
  padding: 20px 0;
  line-height: 1.3;
  color: #0dac67;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-top: 1px solid #e7e8e9;
  border-bottom: 1px solid #e7e8e9;
}
.modal_wrap.mypage_wrap .modal_body .list_empty em {
  color: #0dac67;
  font-weight: 400;
}
.modal_wrap.modal_viewCost {
  max-height: 360px;
}
.modal_wrap.modal_viewCost .modal_body {
  padding: 0 20px;
}
.modal_wrap.modal_viewCost .modal_body .view_item_txt {
  margin-bottom: 30px;
}
.modal_wrap.modal_viewCost .modal_body .paylist_box {
  position: relative;
  margin-bottom: 50px;
}
.modal_wrap.modal_viewCost .modal_body .paylist_box::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  border-color: #6a7075;
}
.modal_wrap.modal_viewCost .modal_body > .btn_2 {
  display: block;
  width: 214px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 17px;
}
.modal_wrap.modal_school {
  max-height: 634px;
}
.modal_wrap.modal_school .modal_body .search_form {
  margin: 30px 0;
}
.modal_wrap.modal_school .modal_body .search_form .search_box {
  position: relative;
}
.modal_wrap.modal_school .modal_body .search_form .search_box .input_box > input {
  max-width: 382px;
}
.modal_wrap.modal_school .modal_body .search_form .search_box .input_box + .btn_3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 133px;
}
.modal_wrap.modal_school .modal_body .view_list_inner {
  padding: 0;
  border: 0;
}

@media (max-width: 1023px) {
  .sub_nav_depth.sub_mypage .sub_nav_wrap .sub_nav {
    background-image: linear-gradient(100deg, #A6F366, #00CF8E);
  }
  .mypage_wrap {
    max-width: 720px;
  }
  .mypage_wrap .payment_list_inner {
    padding: 0;
    margin-bottom: 80px;
  }
  .mypage_wrap .payment_list_inner .list_item_box {
    margin-top: 48px;
    padding-bottom: 20px;
  }
  .mypage_wrap .payment_list_inner .list_item_box i {
    display: none;
  }
  .mypage_wrap .payment_list_inner .list_item_box.list_empty {
    min-height: 600px;
  }
  .mypage_wrap .payment_list_inner .list_item_box.list_empty > strong {
    font-size: 22px;
  }
  .mypage_wrap .payment_list_inner .list_item_box.list_empty::before {
    width: 27px;
    height: 27px;
    margin: 0 auto 18px;
  }
  .mypage_wrap .payment_list_inner .list_item_payment {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 20px 0 5px;
    border-bottom: 1px solid #e7e8e9;
  }
  .mypage_wrap .payment_list_inner .list_item_payment > li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    width: auto;
    margin: 0 0 15px;
    font-size: 13px;
  }
  .mypage_wrap .payment_list_inner .list_item_tit {
    padding-bottom: 9px;
  }
  .mypage_wrap .payment_list_inner .list_item_tit > a {
    font-size: 17px;
  }
  .mypage_wrap .payment_list_inner .list_item_tit > a::after {
    position: absolute;
    top: 4px;
    right: 3px;
    width: 7px;
    height: 7px;
    margin-left: 0;
    vertical-align: 0;
  }
  .mypage_wrap .payment_list_inner .list_item_price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    position: static;
    margin-top: 20px;
    font-size: 13px;
  }
  .mypage_wrap .payment_list_inner .list_item_price em {
    font-size: 16px;
  }
  .mypage_wrap .payment_list_inner .list_item_btn {
    position: static;
    margin-top: 15px;
  }
  .mypage_wrap .payment_list_inner .list_item_btn .btn_row_2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
  .mypage_wrap .payment_list_inner .list_item_btn .item_btn {
    width: 50%;
    margin-top: 0;
    text-align: right;
  }
  .mypage_wrap .payment_list_inner .list_item_btn .item_btn:first-child {
    margin-top: 0;
    text-align: left;
  }
  .mypage_wrap .payment_list_inner .list_item_btn .item_btn > button {
    width: calc(100% - 5px);
    max-width: 100%;
    font-size: 13px;
  }
  .mypage_wrap .payment_list_inner .list_item_btn .item_btn .btn_2,
  .mypage_wrap .payment_list_inner .list_item_btn .item_btn .btn_6 {
    font-size: 13px;
  }
  .mypage_wrap .payment_note {
    font-size: 12px;
  }
  .mypage_wrap .paging_wrap {
    margin-top: 35px;
  }
  .mypage_wrap .view_inner {
    max-width: 720px;
  }
  .mypage_wrap .view_box {
    margin-top: 50px;
  }
  .mypage_wrap .view_box + .view_box {
    margin-top: 53px;
  }
  .mypage_wrap .view_item_tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .mypage_wrap .view_list_inner .table_2 td .order_box {
    display: inline-block;
    position: relative;
    margin: 0 10px 5px 0;
  }
  .mypage_wrap .view_list_inner .table_2 td .order_box .order_select {
    width: 50px;
    height: 32px;
    padding: 0 12px 0 8px;
    line-height: 32px;
  }
  .mypage_wrap .view_list_inner .table_2 td .order_box::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 34px;
  }
  .mypage_wrap .view_list_inner .table_2 td .btn_3,
  .mypage_wrap .view_list_inner .table_2 td .btn_4 {
    width: auto;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
  }
  .mypage_wrap .view_btn {
    margin: 30px 0 120px;
    text-align: center;
  }
  .mypage_wrap .view_btn .btn_6 {
    max-width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 20px;
  }
  .mypage_wrap .save_form {
    max-width: 720px;
  }
  .mypage_wrap .save_form .form_mark {
    top: 2px;
  }
  .mypage_wrap .save_form > fieldset {
    margin-top: 40px;
  }
  .mypage_wrap .save_form .btn_4 > i {
    margin-left: 5px;
    vertical-align: -1px;
    font-size: 18px;
  }
  .mypage_wrap .save_form .btn_4_long {
    width: 100%;
  }
  .mypage_wrap .save_form .btn_row_2 {
    display: block;
    margin: 40px 0 100px;
  }
  .mypage_wrap .save_form .btn_row_2 > .btn_2 {
    max-width: 100%;
    width: 100%;
  }
  .mypage_wrap .save_form .btn_row_2 > .btn_2:first-child {
    margin: 0 0 10px;
  }
  .mypage_wrap .save_form .btn_row_2.row_right {
    margin: 25px 0 0;
  }
  .mypage_wrap .save_form .btn_row_2.row_right > button {
    width: 100%;
  }
  .mypage_wrap .save_form .btn_row_2.row_right > .btn_7 {
    margin: 0 0 10px;
  }
  .mypage_wrap .save_form textarea {
    height: 130px;
  }
  .mypage_wrap .save_box {
    position: relative;
  }
  .mypage_wrap .save_box .form_contents + .form_contents {
    margin-top: 26px;
    padding-top: 26px;
  }
  .mypage_wrap .save_box .form_contents > li > .input_box {
    display: block;
    margin-bottom: 10px;
  }
  .mypage_wrap .save_box .form_contents > li > .input_box input[type=text],
  .mypage_wrap .save_box .form_contents > li > .input_box input[type=number],
  .mypage_wrap .save_box .form_contents > li > .input_box input[type=password],
  .mypage_wrap .save_box .form_contents > li > .input_box textarea {
    max-width: 100%;
  }
  .mypage_wrap .save_box .form_contents > li label {
    display: block;
  }
  .mypage_wrap .save_box .form_contents > li.cert {
    position: relative;
  }
  .mypage_wrap .save_box .form_contents > li.cert > .input_box {
    max-width: 100%;
  }
  .mypage_wrap .save_box .form_contents > li.cert > .input_box input[type=text],
  .mypage_wrap .save_box .form_contents > li.cert > .input_box input[type=number],
  .mypage_wrap .save_box .form_contents > li.cert > .input_box input[type=password] {
    max-width: calc(100% - 114px);
    margin-right: 0;
  }
  .mypage_wrap .save_box .form_contents > li.cert > .input_box:first-child + .btn_3 {
    top: 31px;
  }
  .mypage_wrap .save_box .form_contents > li.cert > .input_box + .btn_3,
  .mypage_wrap .save_box .form_contents > li.cert > .input_box + .btn_4 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .mypage_wrap .save_box .form_contents > li.cert > .input_box + .btn_3#certSmsRe,
  .mypage_wrap .save_box .form_contents > li.cert > .input_box + .btn_4#certSmsRe {
    width: 109px;
  }
  .mypage_wrap .save_box .form_contents > li.cert .txt_timer {
    position: absolute;
    top: 15px;
    right: 132px;
    font-size: 12px;
  }
  .mypage_wrap .save_box .form_contents > li.cert.mem_chk_new > .input_box + .btn_3 {
    top: 0;
  }
  .mypage_wrap .save_box .grade_gender_box {
    justify-content: space-between;
    max-width: 100%;
  }
  .mypage_wrap .save_box .grade_gender_box .grade_box {
    position: relative;
    width: 60%;
  }
  .mypage_wrap .save_box .grade_gender_box .grade_box .grade_select {
    width: 100%;
  }
  .mypage_wrap .save_box .grade_gender_box .grade_box::after {
    top: 14px;
  }
  .mypage_wrap .save_box .grade_gender_box .gender_chk_box {
    max-width: 130px;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .mypage_wrap .save_box .grade_gender_box .gender_chk_box .circle_chk_box {
    margin-left: 25px;
  }
  .mypage_wrap .save_box .grade_gender_box .gender_chk_box .circle_chk_box > input + label {
    padding-left: 30px;
    font-size: 15px;
  }
  .mypage_wrap .save_box .grade_gender_box .gender_chk_box .circle_chk_box:first-child {
    margin-left: 0;
  }
  .mypage_wrap .save_box .birth_box_inner {
    justify-content: space-between;
    max-width: 100%;
  }
  .mypage_wrap .save_box .birth_box {
    width: 25%;
  }
  .mypage_wrap .save_box .birth_box .birth_select {
    width: 100%;
  }
  .mypage_wrap .save_box .birth_box::after {
    top: 14px;
  }
  .mypage_wrap .save_box .birth_txt {
    margin: 0 15px 0 5px;
    font-size: 15px;
  }
  .mypage_wrap .save_box .marketing_txt {
    position: static;
    margin: 12px 0 25px;
    font-size: 14px;
    font-weight: 400;
  }
  .mypage_wrap .save_box .marketing_agree_box {
    padding: 18px 16px;
  }
  .mypage_wrap .save_box .marketing_agree_box .agree_list {
    display: block;
  }
  .mypage_wrap .save_box .marketing_agree_box .agree_list .desc_txt {
    margin: 10px 0 0 30px;
    padding-bottom: 18px;
    line-height: 1.3;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
  }
  .mypage_wrap .save_box .marketing_agree_box .agree_list .desc_txt em {
    color: #888;
    font-weight: 400;
  }
  .mypage_wrap .save_box .marketing_agree_box .agree_list > li:last-child {
    justify-content: flex-start;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
  }
  .mypage_wrap .save_box .marketing_agree_box .agree_list > li .square_chk_box {
    width: 50%;
  }
  .mypage_wrap .save_box .marketing_agree_box .agree_list > li .square_chk_box:first-child {
    margin-right: 0;
  }
  .mypage_wrap .save_box .marketing_agree_box .agree_list > li .square_chk_box label {
    font-weight: 700;
  }
  .mypage_wrap .save_box .reason_box .reason_chk_box {
    max-width: 100%;
    margin-top: 5px;
  }
  .mypage_wrap .save_box .reason_box .reason_chk_box > li {
    width: 49%;
    margin-bottom: 12px;
  }
  .mypage_wrap .save_box .reason_box .reason_chk_box > li > input[type=radio] + label {
    padding-left: 26px;
    font-size: 14px;
  }
  .mypage_wrap .save_box .withdraw_agree_box {
    padding: 18px 16px;
  }
  .mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_box {
    margin-bottom: 12px;
  }
  .mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_box > input[type=checkbox] + label {
    line-height: 1.4;
    font-size: 12px;
    font-weight: 400;
  }
  .mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_box > input[type=checkbox] + label::before {
    top: -1px;
  }
  .mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_box > input[type=checkbox]:checked + label::after {
    top: 1px;
  }
  .mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_large {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .mypage_wrap .save_box .withdraw_agree_box .agree_list > li .square_chk_large > input[type=checkbox] + label {
    font-size: 14px;
    font-weight: 700;
  }
  .mypage_wrap .save_item_tit {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .mypage_wrap .cert_inner {
    max-width: 720px;
    margin-top: 50px;
  }
  .mypage_wrap .cert_inner .desc_txt {
    margin-bottom: 25px;
    font-size: 12px;
  }
  .mypage_wrap .cert_inner .input_box input {
    max-width: 320px;
  }
  .mypage_wrap .cert_inner .btn_confirm_chk {
    max-width: 320px;
    margin-top: 35px;
  }
  .modal_wrap.mypage_wrap {
    max-height: 508px;
  }
  .modal_wrap.mypage_wrap .modal_body {
    margin: 15px 0;
  }
  .modal_wrap.mypage_wrap .modal_body .view_item_txt {
    font-size: 14px;
  }
  .modal_wrap.mypage_wrap .modal_body .view_list_inner {
    max-height: 328px;
    margin-top: 20px;
    padding: 0;
    border: 0;
  }
  .modal_wrap.mypage_wrap .modal_body .view_list_inner .table_3 td {
    font-size: 13px;
  }
  .modal_wrap.mypage_wrap .modal_body .list_empty {
    padding: 20px 0;
    margin-bottom: 200px;
    font-size: 14px;
  }
  .modal_wrap.modal_viewCost {
    max-height: 360px;
  }
  .modal_wrap.modal_viewCost .modal_body {
    padding: 0 10px;
  }
  .modal_wrap.modal_viewCost .modal_body .view_item_txt {
    margin-bottom: 15px;
  }
  .modal_wrap.modal_viewCost .modal_body .paylist_box {
    margin-bottom: 25px;
  }
  .modal_wrap.modal_viewCost .modal_body .paylist_box::after {
    top: 14px;
    right: 15px;
  }
  .modal_wrap.modal_viewCost .modal_body > .btn_2 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
  }
  .modal_wrap.modal_school {
    max-height: 634px;
  }
  .modal_wrap.modal_school .modal_body .search_form {
    margin: 30px 0;
  }
  .modal_wrap.modal_school .modal_body .search_form .search_box {
    position: relative;
  }
  .modal_wrap.modal_school .modal_body .search_form .search_box .input_box > input {
    max-width: 382px;
  }
  .modal_wrap.modal_school .modal_body .search_form .search_box .input_box + .btn_3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 133px;
  }
  .modal_wrap.modal_school .modal_body .view_list_inner {
    padding: 0;
    border: 0;
  }
}
.sub_nav_depth.sub_customer .sub_tit_wrap {
  background: url("../imgs/customer/bg_customer.png") no-repeat center/cover;
}
.sub_nav_depth.sub_customer .sub_nav_wrap .sub_depth3 {
  display: none;
}

.customer_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.customer_view_inner {
  margin: 70px 0 0;
}
.customer_view_inner .view_item {
  padding: 20px 40px;
  border-bottom: 1px solid #e7e8e9;
  background-color: #f5f5f5;
}
.customer_view_inner .view_item.view_img {
  padding: 0;
  background-color: #fff;
}
.customer_view_inner .view_item.view_header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  border-top: 2px solid #000;
  background-color: #fff;
}
.customer_view_inner .view_item.view_header .item_info_date {
  color: #000;
}
.customer_view_inner .view_item.view_header .item_info_tit {
  overflow: hidden;
  max-width: 632px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
}
.customer_view_inner .view_item.view_header .item_info_tit em {
  color: #000;
  font-weight: 400;
}
.customer_view_inner .view_item.view_header .item_info_tit span {
  display: inline-block;
}
.customer_view_inner .view_item.view_header .item_info_date {
  width: 20%;
  line-height: 1;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: right;
}
.customer_view_inner .view_item.view_header .item_info_date em {
  color: #000;
  font-weight: 400;
}
.customer_view_inner .view_item.view_header .item_info_date > span {
  margin-left: 5px;
  color: #aaa;
}
.customer_view_inner .view_item .item_info_txt {
  padding: 30px 20px;
  line-height: 1.5;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: left;
}
.customer_view_inner .view_item .item_info_txt em {
  color: #000;
  font-weight: 400;
}
.customer_view_inner .view_item .item_info_txt.item_img {
  padding: 0;
  line-height: 0;
  text-align: center;
}
.customer_view_inner .view_item .item_info_txt > pre {
  white-space: pre-line;
}
.customer_view_inner .view_item .item_info_txt > a img {
  margin-top: -1px;
}
.customer_view_next .item {
  padding: 20px;
  border-bottom: 1px solid #e7e8e9;
}
.customer_view_next .item > span {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  vertical-align: middle;
}
.customer_view_next .item > span::after {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  border-left: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
}
.customer_view_next .item > a {
  overflow: hidden;
  max-width: 632px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.customer_view_next .item_prev > span::after {
  top: 5px;
  transform: rotate(-45deg);
}
.customer_view_btn {
  margin: 30px 0 120px;
  text-align: center;
}
.customer_view_btn .btn_6 {
  max-width: 150px;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 18px;
  border-color: #000;
  border-radius: 25px;
}

.faq_view_wrap {
  margin-top: 70px;
}
.faq_view_wrap .tab_box_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.faq_view_wrap .tab_box_inner .tab_content {
  display: block;
  width: 16.6%;
  height: 60px;
  line-height: 60px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border: 1px solid #e7e8e9;
  border-left: 0;
  border-bottom-color: #000;
}
.faq_view_wrap .tab_box_inner .tab_content em {
  color: #888;
  font-weight: 400;
}
.faq_view_wrap .tab_box_inner .tab_content:first-child {
  border-left: 1px solid #e7e8e9;
}
.faq_view_wrap .tab_box_inner .tab_content.on {
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  border-bottom: 0;
}
.faq_view_wrap .customer_view_inner {
  margin-top: 60px;
}
.faq_view_wrap .faq_view_box {
  display: none;
}
.faq_view_wrap .faq_view_box.on {
  display: block;
}
.faq_view_wrap .faq_view_box .faq_view_content:first-child .view_item.view_header {
  border-top: 1px solid #e7e8e9;
}
.faq_view_wrap .faq_view_box .faq_view_content:last-child {
  margin-bottom: 40px;
}
.faq_view_wrap .faq_view_box .faq_view_content .view_header {
  position: relative;
}
.faq_view_wrap .faq_view_box .faq_view_content .view_header .item_info_tit {
  max-width: 100%;
  width: 90%;
  padding-left: 38px;
  line-height: 1.3;
  text-overflow: unset;
  white-space: unset;
}
.faq_view_wrap .faq_view_box .faq_view_content .view_header .item_info_tit .ico_mark_Q {
  position: absolute;
  top: 13px;
  left: 20px;
}
.faq_view_wrap .faq_view_box .view_item {
  position: relative;
  padding: 20px;
}
.faq_view_wrap .faq_view_box .view_item.view_header {
  cursor: pointer;
  border-top: 0;
}
.faq_view_wrap .faq_view_box .view_item.view_header + .view_item {
  display: none;
}
.faq_view_wrap .faq_view_box .view_item.view_header + .view_item.on {
  display: block;
}
.faq_view_wrap .faq_view_box .view_item.view_header::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 30px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-left: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
.faq_view_wrap .faq_view_box .view_item.view_header.on::after {
  top: 27px;
  transform: rotate(135deg);
}
.faq_view_wrap .faq_view_box .view_item .item_info_txt {
  padding: 30px 40px;
}
.faq_view_wrap .faq_view_box .view_item .ico_mark_Q {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  color: #0dac67;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  border-radius: 50%;
  background-color: #e4f5ed;
}
.faq_view_wrap .faq_view_box .view_item .ico_mark_Q em {
  color: #0dac67;
  font-weight: 400;
}
.faq_view_wrap .faq_view_box .view_item .ico_mark_A {
  display: inline-block;
  position: absolute;
  top: 44px;
  left: 20px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  border-radius: 50%;
  background-color: #0dac67;
}
.faq_view_wrap .faq_view_box .view_item .ico_mark_A em {
  color: #fff;
  font-weight: 400;
}

.learn_support_wrap {
  margin: 70px 0 42px;
}
.learn_support_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
.learn_support_inner .support_item {
  max-width: 510px;
  width: 100%;
  margin: 0 0 88px 90px;
}
.learn_support_inner .support_item > dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.learn_support_inner .support_item > dl dt em {
  color: #000;
  font-weight: 400;
}
.learn_support_inner .support_item > dl dt i {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-size: 0;
  color: transparent;
  text-indent: -999em;
}
.learn_support_inner .support_item > dl dt.support_01 > i {
  background: url("../imgs/customer/ico_support_01.png") no-repeat center/cover;
}
.learn_support_inner .support_item > dl dt.support_02 > i {
  background: url("../imgs/customer/ico_support_02.png") no-repeat center/cover;
}
.learn_support_inner .support_item > dl dt.support_03 > i {
  background: url("../imgs/customer/ico_support_03.png") no-repeat center/cover;
}
.learn_support_inner .support_item > dl dt.support_04 > i {
  background: url("../imgs/customer/ico_support_04.png") no-repeat center/cover;
}
.learn_support_inner .support_item > dl dt.support_05 > i {
  background: url("../imgs/customer/ico_support_05.png") no-repeat center/cover;
}
.learn_support_inner .support_item > dl dt.support_06 > i {
  background: url("../imgs/customer/ico_support_06.png") no-repeat center/cover;
}
.learn_support_inner .support_item > dl dd p {
  margin-bottom: 16px;
  line-height: 1.5;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.learn_support_inner .support_item > dl dd p em {
  color: #000;
  font-weight: 400;
}
.learn_support_inner .support_item > dl dd .btn_5 {
  font-size: 14px;
}

.remote_wrap {
  margin: 70px 0 40px;
}
.remote_wrap .bg_inner {
  background-color: #f5f5f5;
}
.remote_inner {
  max-width: 1100px;
  padding: 0 20px 70px;
  margin: 0 auto;
}
.remote_inner .remote_tit,
.remote_inner .remote_tit2 {
  line-height: 1;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
}
.remote_inner .remote_tit em,
.remote_inner .remote_tit2 em {
  color: #000;
  font-weight: 400;
}
.remote_inner .remote_tit2 {
  position: relative;
  padding-top: 58px;
  margin-bottom: 28px;
}
.remote_inner .remote_tit2 .tip {
  position: absolute;
  top: 62px;
  right: 0;
  line-height: 1.4;
  color: #f23e30;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.remote_inner .remote_tit2 .tip em {
  color: #f23e30;
  font-weight: 400;
}

.remote_item_box.line_box {
  padding-top: 18px;
  margin-top: 14px;
  border-top: 2px solid #000;
}
.remote_item_box p {
  line-height: 1.4;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.remote_item_box p em {
  color: #0dac67;
  font-weight: 400;
}
.remote_item_box p > em {
  font-weight: 700;
}
.remote_item_box .remote_info_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 30px;
}
.remote_item_box .remote_info_box > dl {
  display: block;
  max-width: 49%;
  width: 100%;
  height: 148px;
  padding: 35px 0;
}
.remote_item_box .remote_info_box > dl:first-child {
  padding-top: 46px;
}
.remote_item_box .remote_info_box > dl dt {
  margin-bottom: 10px;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.remote_item_box .remote_info_box > dl dt em {
  color: #000;
  font-weight: 400;
}
.remote_item_box .remote_info_box > dl dd {
  line-height: 1.2;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.remote_item_box .remote_info_box > dl dd em {
  color: #0dac67;
  font-weight: 400;
}
.remote_item_box .remote_info_box > dl dd em {
  font-weight: 700;
}
.remote_item_box .remote_info_box > dl dd > span {
  line-height: 1.2;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.remote_item_box .remote_info_box > dl dd > span em {
  color: #000;
  font-weight: 400;
}
.remote_item_box .remote_info_box.border_box {
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.remote_item_box .remote_info_box.border_box > dl {
  max-width: 50%;
  height: 100%;
  padding: 50px 0 60px;
}
.remote_item_box .remote_info_box.border_box > dl:first-child {
  position: relative;
}
.remote_item_box .remote_info_box.border_box > dl:first-child::before {
  content: "";
  position: absolute;
  top: 32px;
  right: -2px;
  width: 1px;
  height: 236px;
  background-color: #ebebeb;
}
.remote_item_box .remote_info_box.border_box > dl dt {
  margin-bottom: 18px;
  color: #0dac67;
  font-size: 20px;
}
.remote_item_box .remote_info_box.border_box > dl dd > p {
  text-align: center;
}
.remote_item_box .remote_info_box.border_box > dl dd > p + img {
  margin-left: 30px;
}
.remote_item_box .remote_info_box.border_box > dl dd > p + a {
  max-width: 295px;
  height: 50px;
  margin-top: 30px;
  line-height: 50px;
  font-size: 18px;
}

@media (max-width: 1023px) {
  .sub_nav_depth.sub_customer .sub_nav_wrap .sub_nav {
    background-image: linear-gradient(100deg, #07F0E2, #21B776);
  }
  .customer_wrap {
    max-width: 100%;
    min-height: auto;
    padding: 0 20px 50px;
  }
  .customer_view_inner {
    margin: 50px 0 0;
  }
  .customer_view_inner .view_item {
    padding: 18px 15px;
  }
  .customer_view_inner .view_item.view_header {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
  .customer_view_inner .view_item.view_header .item_info_date > b {
    display: none;
  }
  .customer_view_inner .view_item.view_header .item_info_tit {
    max-width: 580px;
    text-align: left;
    font-size: 13px;
  }
  .customer_view_inner .view_item.view_header .item_info_date {
    width: 100%;
    margin-top: 15px;
    text-align: left;
    font-size: 12px;
  }
  .customer_view_inner .view_item.view_header .item_info_date > span {
    margin-left: 0;
  }
  .customer_view_inner .view_item .item_info_txt {
    padding: 20px;
    font-size: 12px;
  }
  .customer_view_inner .view_item .item_info_txt > pre {
    white-space: pre-line;
  }
  .customer_view_next .item {
    padding: 16px;
    font-size: 12px;
  }
  .customer_view_next .item > span {
    margin-right: 8px;
    padding-left: 17px;
  }
  .customer_view_next .item > span::after {
    top: 6px;
    width: 5px;
    height: 5px;
  }
  .customer_view_next .item > a {
    max-width: 580px;
  }
  .customer_view_next .item_prev > span::after {
    top: 3px;
  }
  .customer_view_btn {
    margin: 20px 0 60px;
  }
  .customer_view_btn .btn_6 {
    max-width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 20px;
  }
  .faq_view_wrap {
    margin-top: 50px;
  }
  .faq_view_wrap .tab_box_inner {
    display: none;
  }
  .faq_view_wrap .tab_box_inner .tab_content {
    display: block;
    width: 16.6%;
    height: 60px;
    line-height: 60px;
    color: #888;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
    text-align: center;
    border: 1px solid #e7e8e9;
    border-left: 0;
    border-bottom-color: #000;
  }
  .faq_view_wrap .tab_box_inner .tab_content em {
    color: #888;
    font-weight: 400;
  }
  .faq_view_wrap .tab_box_inner .tab_content:first-child {
    border-left: 1px solid #e7e8e9;
  }
  .faq_view_wrap .tab_box_inner .tab_content.on {
    font-weight: 700;
    color: #000;
    border: 1px solid #000;
    border-bottom: 0;
  }
  .faq_view_wrap .faq_sel_box {
    position: relative;
    width: 100%;
  }
  .faq_view_wrap .faq_sel_box::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .faq_view_wrap .customer_view_inner {
    margin-top: 35px;
    border-top: 2px solid #000;
  }
  .faq_view_wrap .faq_view_box {
    display: none;
  }
  .faq_view_wrap .faq_view_box.on {
    display: block;
  }
  .faq_view_wrap .faq_view_box .faq_view_content:last-child {
    margin-bottom: 35px;
  }
  .faq_view_wrap .faq_view_box .faq_view_content .view_header .item_info_tit {
    padding-left: 28px;
  }
  .faq_view_wrap .faq_view_box .faq_view_content .view_header .item_info_tit .ico_mark_Q {
    position: absolute;
    top: 13px;
    left: 10px;
  }
  .faq_view_wrap .faq_view_box .view_item {
    padding: 15px 10px;
  }
  .faq_view_wrap .faq_view_box .view_item.view_header {
    cursor: pointer;
    border-top: 0;
  }
  .faq_view_wrap .faq_view_box .view_item.view_header + .view_item {
    display: none;
  }
  .faq_view_wrap .faq_view_box .view_item.view_header + .view_item.on {
    display: block;
  }
  .faq_view_wrap .faq_view_box .view_item.view_header::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 14px;
    width: 6px;
    height: 6px;
  }
  .faq_view_wrap .faq_view_box .view_item.view_header.on::after {
    top: 21px;
  }
  .faq_view_wrap .faq_view_box .view_item .item_info_txt {
    padding: 8px 28px;
  }
  .faq_view_wrap .faq_view_box .view_item .ico_mark_Q {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    line-height: 20px;
    font-size: 11px;
  }
  .faq_view_wrap .faq_view_box .view_item .ico_mark_A {
    position: absolute;
    top: 22px;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    line-height: 20px;
    font-size: 11px;
  }
  .learn_support_wrap {
    display: none;
  }
  .remote_wrap {
    margin: 50px 0;
  }
  .remote_inner {
    max-width: 100%;
    padding: 0 20px 50px;
  }
  .remote_inner .remote_tit,
  .remote_inner .remote_tit2 {
    font-size: 18px;
  }
  .remote_inner .remote_tit2 {
    padding-top: 48px;
    margin-bottom: 10px;
  }
  .remote_inner .tip {
    position: static;
    width: 100%;
    margin-top: 10px;
    line-height: 1.4;
    color: #f23e30;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
    text-align: center;
  }
  .remote_inner .tip em {
    color: #f23e30;
    font-weight: 400;
  }
}
.remote_item_box.line_box {
  padding-top: 8px;
  margin-top: 10px;
}
.remote_item_box p {
  font-size: 14px;
}
.remote_item_box .remote_info_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 15px;
}
.remote_item_box .remote_info_box > dl {
  max-width: 48.8%;
  width: 100%;
  height: 115px;
  padding: 22px 0 0;
}
.remote_item_box .remote_info_box > dl:first-child {
  padding-top: 35px;
}
.remote_item_box .remote_info_box > dl dt {
  margin-bottom: 6px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-size: 16px;
}
.remote_item_box .remote_info_box > dl dd {
  line-height: 1.4;
  font-size: 16px;
}
.remote_item_box .remote_info_box > dl dd > strong {
  letter-spacing: -0.5px;
}
.remote_item_box .remote_info_box > dl dd > span {
  line-height: 1.4;
  font-size: 13px;
}
.remote_item_box .remote_info_box.border_box {
  flex-direction: column-reverse;
  border: 0;
  margin-top: 0;
  padding: 29px 0 35px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.remote_item_box .remote_info_box.border_box > dl {
  max-width: 100%;
  padding: 0;
  border: 0;
}
.remote_item_box .remote_info_box.border_box > dl:first-child::before {
  content: none;
}
.remote_item_box .remote_info_box.border_box > dl dt {
  margin-bottom: 9px;
  font-size: 15px;
}
.remote_item_box .remote_info_box.border_box > dl dd {
  padding: 0 10px;
}
.remote_item_box .remote_info_box.border_box > dl dd > p {
  margin-bottom: 12px;
}
.remote_item_box .remote_info_box.border_box > dl dd img {
  max-width: 63.89vw;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .customer_view_inner .view_item.view_header .item_info_tit {
    max-width: 290px;
  }
  .customer_view_next .item > a {
    max-width: 225px;
  }
}
.sumPoint_list_inner .btn_view_arrow_1::after {
  content: none;
}

.sumPoint_view_inner.customer_view_inner {
  margin: 0;
}
.sumPoint_view_inner.customer_view_inner .sumPoint_header {
  padding: 25px 50px;
}
.sumPoint_view_inner.customer_view_inner .sumPoint_header.view_item {
  display: block;
}
.sumPoint_view_inner.customer_view_inner .sumPoint_header .item_info_tit {
  margin-bottom: 10px;
  font-size: 18px;
}
.sumPoint_view_inner.customer_view_inner .sumPoint_header .item_sub_tit {
  margin-bottom: 20px;
  line-height: 1.4;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.sumPoint_view_inner.customer_view_inner .sumPoint_header .item_sub_tit em {
  color: #000;
  font-weight: 400;
}
.sumPoint_view_inner .item_info_data {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  line-height: 1;
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.sumPoint_view_inner .item_info_data em {
  color: #adadad;
  font-weight: 400;
}
.sumPoint_view_inner .item_info_data .writer {
  display: inline-block;
  color: #000;
}
.sumPoint_view_inner .item_info_data .writer em {
  color: #adadad;
}
.sumPoint_view_inner .item_info_data .date {
  display: inline-block;
}
.sumPoint_view_inner .item_info_data .date::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 7px 0 8px;
  vertical-align: middle;
  background: #adadad;
}
.sumPoint_view_inner .item_body {
  background-color: #fff;
}
.sumPoint_view_inner .item_body .item_body_h2 {
  line-height: 1.8;
  font-size: 17px;
}
.sumPoint_view_inner .item_body .item_body_h3 {
  font-weight: 400;
}
.sumPoint_view_inner .item_body .table1 {
  width: 660px;
  border: 1px solid #000;
}
.sumPoint_view_inner .item_body .table1 th {
  padding: 10px;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  border: 1px solid #000;
  background: #fff2cc;
}
.sumPoint_view_inner .item_body .table1 th em {
  color: #000;
  font-weight: 400;
}
.sumPoint_view_inner .item_body .table1 td {
  padding: 10px;
  line-height: 1.4;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  border: 1px solid #000;
}
.sumPoint_view_inner .item_body .table1 td em {
  color: #000;
  font-weight: 400;
}
.sumPoint_view_inner .item_body .table1 td.td_tit {
  font-weight: 600;
  text-align: center;
  background: #f2f2f2;
}
.sumPoint_view_inner .txt_strong {
  line-height: 1.8;
  font-size: 18px;
}
.sumPoint_view_inner .item_util_box {
  padding: 20px 20px 30px;
}
.sumPoint_view_inner .item_util_box .item_hashtag {
  line-height: 1.4;
  color: #adadad;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.sumPoint_view_inner .item_util_box .item_hashtag em {
  color: #adadad;
  font-weight: 400;
}
.sumPoint_view_inner .item_util_box .item_hashtag span {
  display: inline-block;
  margin-right: 15px;
}
.sumPoint_view_inner .item_util_box .item_link a {
  display: inline-block;
  width: 293px;
  height: 44px;
  margin-top: 50px;
  line-height: 44px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-radius: 100px;
  background: #0dac67;
}
.sumPoint_view_inner .item_util_box .item_link a em {
  color: #fff;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .sumPoint_view_inner.customer_view_inner .sumPoint_header {
    padding: 18px 15px;
  }
  .sumPoint_view_inner.customer_view_inner .sumPoint_header .item_info_tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .sumPoint_view_inner.customer_view_inner .sumPoint_header .item_sub_tit {
    margin-bottom: 13px;
    font-size: 14px;
  }
  .sumPoint_view_inner .item_info_data {
    font-size: 13px;
  }
  .sumPoint_view_inner .item_info_data .date::before {
    content: "";
    height: 10px;
    margin: 0 5px 0 6px;
  }
  .sumPoint_view_inner .item_body .item_body_h2 {
    font-size: 15px;
  }
  .sumPoint_view_inner .item_body .item_info_txt {
    font-size: 14px;
  }
  .sumPoint_view_inner .item_body .table1 {
    width: 100%;
  }
  .sumPoint_view_inner .item_body .table1 th {
    padding: 6px;
    font-size: 14px;
  }
  .sumPoint_view_inner .item_body .table1 td {
    padding: 6px;
    font-size: 14px;
  }
  .sumPoint_view_inner .txt_strong {
    font-size: 15px;
  }
  .sumPoint_view_inner .item_util_box {
    padding: 18px 15px 20px;
  }
  .sumPoint_view_inner .item_util_box .item_hashtag {
    font-size: 12px;
  }
  .sumPoint_view_inner .item_util_box .item_hashtag span {
    margin-right: 8px;
  }
  .sumPoint_view_inner .item_util_box .item_link a {
    width: 264px;
    height: 40px;
    margin-top: 23px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 50px;
  }
}
.terms_all {
  padding: 60px 0 0;
  font-family: "NotoSansKR";
  /* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
  /* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
}
.terms_all .section {
  position: relative;
  padding: 0 0 200px;
}
.terms_all .section * {
  font-family: "Pretendard";
}
.terms_all .section > .inside {
  margin: 0 auto;
}
.terms_all .section > .inside .btn_wrap {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.terms_all .section > .inside .btn_wrap .btn_close, .terms_all .section > .inside .btn_wrap .btn_return {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: transparent;
  border: 0;
  font-size: 0;
}
.terms_all .section > .inside .btn_wrap .btn_return::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateY(-50%);
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.terms_all .section > .inside .btn_wrap .btn_close::before, .terms_all .section > .inside .btn_wrap .btn_close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: rotate(45deg);
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.terms_all .section > .inside .btn_wrap .btn_close::after {
  transform: rotate(-45deg);
}
.terms_all .section > .inside h1, .terms_all .section > .inside h2 {
  margin: 0 0 20px;
  line-height: 26px;
  color: #202020;
  font-size: 26px;
  font-weight: 700;
}
.terms_all .section > .inside .tit {
  margin: 0 0 20px;
  line-height: 24px;
  color: #202020;
  font-size: 24px;
  font-weight: 700;
}
.terms_all .section > .inside .txt {
  line-height: 27px;
  color: #202020;
  font-size: 17px;
  font-weight: 400;
  word-break: keep-all;
}
.terms_all .section > .inside .txt.mt15 {
  margin-top: 15px;
}
.terms_all .section > .inside .txt.my20 {
  margin: 20px 0;
  padding-left: 22px;
}
.terms_all .section > .inside .txt > li {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
}
.terms_all .section > .inside .txt > li::before {
  position: absolute;
  left: 0;
}
.terms_all .section > .inside .txt > li:first-child {
  margin-top: 0;
}
.terms_all .section > .inside .txt > li:first-child::before {
  content: "①";
}
.terms_all .section > .inside .txt > li:nth-child(2)::before {
  content: "②";
}
.terms_all .section > .inside .txt > li:nth-child(3)::before {
  content: "③";
}
.terms_all .section > .inside .txt > li:nth-child(4)::before {
  content: "④";
}
.terms_all .section > .inside .txt > li:nth-child(5)::before {
  content: "⑤";
}
.terms_all .section > .inside .txt > li:nth-child(6)::before {
  content: "⑥";
}
.terms_all .section > .inside .txt > li:nth-child(7)::before {
  content: "⑦";
}
.terms_all .section > .inside .txt > li:nth-child(8)::before {
  content: "⑧";
}
.terms_all .section > .inside .txt > li:nth-child(9)::before {
  content: "⑨";
}
.terms_all .section > .inside .txt > li > span, .terms_all .section > .inside .txt > li a {
  display: block;
}
.terms_all .section > .inside .txt > li > ul {
  margin-top: 15px;
}
.terms_all .section > .inside .txt > li > ul > li {
  position: relative;
  padding-left: 10px;
}
.terms_all .section > .inside .txt > li > ul > li::before {
  position: absolute;
  left: 0;
  content: "· ";
}
.terms_all .section > .inside .txt > b {
  display: block;
  padding-top: 15px;
}
.terms_all .section > .inside small {
  line-height: 15px;
  color: #202020;
  font-size: 15px;
  font-weight: 300;
}
.terms_all .section > .inside .color_r {
  color: red;
}
.terms_all .section > .inside .tooltip {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 20px 20px;
  margin-bottom: 15px;
  background: #f7f7f7;
  border-radius: 2px;
}
.terms_all .section > .inside .tooltip > li {
  position: relative;
  margin-left: 45px;
}
.terms_all .section > .inside .tooltip > li:nth-child(1) {
  background: url(/imgs/privacy_all/icon_component1.svg) no-repeat top;
}
.terms_all .section > .inside .tooltip > li:nth-child(2) {
  background: url(/imgs/privacy_all/icon_component2.svg) no-repeat top;
}
.terms_all .section > .inside .tooltip > li:nth-child(3) {
  background: url(/imgs/privacy_all/icon_component3.svg) no-repeat top;
}
.terms_all .section > .inside .tooltip > li:nth-child(4) {
  background: url(/imgs/privacy_all/icon_component4.svg) no-repeat top;
}
.terms_all .section > .inside .tooltip > li:nth-child(5) {
  background: url(/imgs/privacy_all/icon_component5.svg) no-repeat top;
}
.terms_all .section > .inside .tooltip > li:nth-child(6) {
  background: url(/imgs/privacy_all/icon_component6.svg) no-repeat top;
}
.terms_all .section > .inside .tooltip > li:first-child {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .terms_all .section > .inside .tooltip > li:nth-last-child(1) > .tooltip_wrap, .terms_all .section > .inside .tooltip > li:nth-last-child(2) > .tooltip_wrap {
    left: auto;
    right: calc(100% + 20px);
  }
  .terms_all .section > .inside .tooltip > li:nth-last-child(1) > .tooltip_wrap::before, .terms_all .section > .inside .tooltip > li:nth-last-child(2) > .tooltip_wrap::before {
    left: auto;
    right: -19px;
    transform: translateY(-50%) rotate(180deg);
    background: url(/imgs/privacy_all/bg_tooltip.svg) no-repeat left;
  }
}
.terms_all .section > .inside .tooltip > li > span {
  display: block;
  padding-top: 97px;
  cursor: pointer;
  line-height: 24px;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.terms_all .section > .inside .tooltip > li > span:hover + .tooltip_wrap {
  display: flex;
}
.terms_all .section > .inside .tooltip > li > .tooltip_wrap {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  padding: 23px 35px 23px 30px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  text-align: left;
  z-index: 5;
}
.terms_all .section > .inside .tooltip > li > .tooltip_wrap::before {
  width: 78px;
  height: 45px;
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/imgs/privacy_all/bg_tooltip.svg) no-repeat left;
  content: "";
  z-index: 2;
}
.terms_all .section > .inside .tooltip > li > .tooltip_wrap > h4 {
  margin-bottom: 10px;
  line-height: 14px;
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  z-index: 5;
}
.terms_all .section > .inside .tooltip > li > .tooltip_wrap > p {
  line-height: 18px;
  color: #202020;
  font-size: 13px;
  font-weight: 400;
  z-index: 5;
}
.terms_all .section > .inside .tooltip > li > .tooltip_wrap > p > span {
  display: block;
  margin-top: 15px;
  line-height: 13px;
}
.terms_all .section > .inside > div.mb50 {
  margin-bottom: 50px;
}
.terms_all .section > .inside > div.list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.terms_all .section > .inside > div.list .tit {
  width: 100%;
  margin-bottom: 14px;
}
.terms_all .section > .inside > div.list > ul {
  width: 50%;
}
.terms_all .section > .inside > div.list > ul > li {
  line-height: 29px;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
}
.terms_all .section > .inside > div.contents {
  margin-top: 50px;
}
.terms_all .section > .inside > div.contents.icon_1 .tit {
  background: url(/imgs/privacy_all/icon_component1.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_2 .tit {
  background: url(/imgs/privacy_all/icon_component2.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_3 .tit {
  background: url(/imgs/privacy_all/icon_component3.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_4 .tit {
  background: url(/imgs/privacy_all/icon_component4.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_5 .tit {
  background: url(/imgs/privacy_all/icon_component5.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_6 .tit {
  background: url(/imgs/privacy_all/icon_component6.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_7 .tit {
  background: url(/imgs/privacy_all/icon_component7.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_8 .tit {
  background: url(/imgs/privacy_all/icon_component8.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_9 .tit {
  background: url(/imgs/privacy_all/icon_component9.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_10 .tit {
  background: url(/imgs/privacy_all/icon_component10.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_11 .tit {
  background: url(/imgs/privacy_all/icon_component11.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_12 .tit {
  background: url(/imgs/privacy_all/icon_component12.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_13 .tit {
  background: url(/imgs/privacy_all/icon_component13.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents.icon_14 .tit {
  background: url(/imgs/privacy_all/icon_component14.svg) no-repeat left;
  background-size: 45px;
}
.terms_all .section > .inside > div.contents .tit {
  padding-left: 55px;
  margin-bottom: 10px;
  line-height: 52px;
}
.terms_all .section > .inside > div.contents table {
  width: 100%;
  margin: 13px 0;
}
.terms_all .section > .inside > div.contents table > thead tr {
  border-top: none;
}
.terms_all .section > .inside > div.contents table > thead tr:nth-child(2) > th {
  padding: 10px 0;
}
.terms_all .section > .inside > div.contents table tr {
  color: #202020;
  word-break: keep-all;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.terms_all .section > .inside > div.contents table tr:nth-child(2) {
  border-top: 1px solid #ddd;
}
.terms_all .section > .inside > div.contents table tr:nth-child(2) > th {
  border-left: 1px solid #ddd;
}
.terms_all .section > .inside > div.contents table th {
  padding: 18px 0;
  line-height: 17px;
  font-size: 17px;
  font-weight: 700;
  background: #f7f7f7;
  border-left: 1px solid #ddd;
}
.terms_all .section > .inside > div.contents table th:first-child {
  border: none;
}
.terms_all .section > .inside > div.contents table td {
  padding: 20px 10px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #ddd;
}
.terms_all .section > .inside > div.contents table td:last-child {
  border: none;
}
.terms_all .section > .inside > div.contents table td.t_left {
  padding: 20px 0 20px 70px;
  text-align: left;
}
.terms_all .section > .inside > div.contents table colgroup.show-ta {
  display: initial !important;
}
.terms_all .section > .inside > div.contents table, .terms_all .section > .inside > div.contents th, .terms_all .section > .inside > div.contents td {
  border-collapse: collapse;
}
.terms_all .section > .inside > div.contents .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.terms_all .section > .inside > div.contents .box > div {
  width: 50%;
  padding: 30px 0 30px 97px;
  line-height: 16px;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  background: #f7f7f7;
}
.terms_all .section > .inside > div.contents .box > div > h4 {
  margin-bottom: 15px;
}
.terms_all .section > .inside > div.contents .box > div > span {
  display: block;
  line-height: 26px;
  font-weight: 400;
}
.terms_all .section > .inside > div.contents:last-child.icon_14 > ul {
  padding: 28px 0 28px 43px;
  background: #f7f7f7;
}
.terms_all .section > .inside > div.contents:last-child.icon_14 > ul > li {
  display: flex;
  align-items: center;
  line-height: 28px;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.terms_all .section > .inside > div.contents:last-child.icon_14 > ul > li > span {
  display: inline-block;
  min-width: 263px;
  margin-right: 12px;
}
.terms_all .section > .inside > div.contents:last-child.icon_14 > ul > li > a {
  line-height: 16px;
  font-size: 14px;
  border-bottom: 1px solid #202020;
}
@media (max-width: 767px) {
  .terms_all .section > .inside h1, .terms_all .section > .inside h2 {
    margin: 0 0 20px;
    line-height: 19px;
    font-size: 19px;
  }
  .terms_all .section > .inside .tit {
    margin: 0 0 20px;
    line-height: 18px;
    font-size: 18px;
    word-break: keep-all;
  }
  .terms_all .section > .inside .txt {
    line-height: 21px;
    font-size: 13px;
  }
  .terms_all .section > .inside .txt > li {
    padding-left: 17px;
    margin-top: 20px;
  }
  .terms_all .section > .inside .txt.mt15 {
    margin-top: 15px;
  }
  .terms_all .section > .inside .txt.my20 {
    margin: 15px 0 20px;
    padding-left: 18px;
  }
  .terms_all .section > .inside .txt > b {
    padding-top: 20px;
  }
  .terms_all .section > .inside small {
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
  }
  .terms_all .section > .inside .tooltip {
    flex-wrap: wrap;
    padding: 20px 0 30px;
    margin-bottom: 10px;
    border-radius: 2px;
  }
  .terms_all .section > .inside .tooltip > li {
    width: 50%;
    margin: 0;
    background-size: 54px !important;
  }
  .terms_all .section > .inside .tooltip > li:nth-child(n+3) {
    margin: 30px 0 0;
  }
  .terms_all .section > .inside .tooltip > li:nth-child(3) > .tooltip_wrap {
    top: 130px;
  }
  .terms_all .section > .inside .tooltip > li > span {
    padding-top: 72px;
    line-height: 19px;
    font-size: 12px;
  }
  .terms_all .section > .inside .tooltip > li > .tooltip_wrap {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    left: 20px;
    top: 110px;
    transform: none;
    padding: 20px 20px 20px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
  }
  .terms_all .section > .inside .tooltip > li > .tooltip_wrap::before {
    width: 100%;
    height: 15px;
    position: absolute;
    left: -1.5px;
    top: -15px;
    transform: none;
    background: url(/imgs/privacy_all/bg_tooltip_MO.svg) no-repeat top;
    content: "";
    z-index: 2;
  }
  .terms_all .section > .inside .tooltip > li > .tooltip_wrap > h4 {
    margin-bottom: 10px;
    line-height: 12px;
    font-size: 12px;
  }
  .terms_all .section > .inside .tooltip > li > .tooltip_wrap > p {
    line-height: 17px;
    font-size: 11px;
  }
  .terms_all .section > .inside .tooltip > li > .tooltip_wrap > p > span {
    margin-top: 7px;
    line-height: 11px;
    color: #a2a2a2;
  }
  .terms_all .section > .inside .tooltip > li:nth-child(even) > .tooltip_wrap {
    left: auto;
    right: 20px;
  }
  .terms_all .section > .inside > div.mb50 {
    margin-bottom: 50px;
  }
  .terms_all .section > .inside > div.list {
    margin-top: 50px;
    padding: 40px 0;
  }
  .terms_all .section > .inside > div.list .tit {
    margin-bottom: 15px;
  }
  .terms_all .section > .inside > div.list > ul {
    width: 100%;
  }
  .terms_all .section > .inside > div.list > ul:nth-last-child(2) > li:first-child {
    margin-top: 0;
  }
  .terms_all .section > .inside > div.list > ul > li {
    margin-top: 15px;
    line-height: 18px;
    font-size: 13px;
  }
  .terms_all .section > .inside > div.contents {
    margin-top: 50px;
  }
  .terms_all .section > .inside > div.contents .tit {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding-left: 46px;
    margin-bottom: 10px;
    line-height: normal;
    background-size: 36px !important;
  }
  .terms_all .section > .inside > div.contents table {
    table-layout: fixed;
    overflow-wrap: break-word;
    margin: 10px 0;
  }
  .terms_all .section > .inside > div.contents table > thead tr:nth-child(2) > th {
    padding: 5px 0;
  }
  .terms_all .section > .inside > div.contents table th {
    padding: 11px 0;
    line-height: 12px;
    font-size: 12px;
  }
  .terms_all .section > .inside > div.contents table td {
    padding: 14px 5px;
    line-height: 20px;
    font-size: 12px;
  }
  .terms_all .section > .inside > div.contents table td.t_left {
    padding: 14px 10px 14px 15px;
  }
  .terms_all .section > .inside > div.contents .box {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .terms_all .section > .inside > div.contents .box > div {
    width: 100%;
    padding: 25px 25px 24px;
    line-height: 14px;
    font-size: 14px;
  }
  .terms_all .section > .inside > div.contents .box > div > h4 {
    margin-bottom: 10px;
  }
  .terms_all .section > .inside > div.contents .box > div > span {
    line-height: 20px;
    font-size: 12px;
  }
  .terms_all .section > .inside > div.contents .box > div:last-child {
    margin-top: 15px;
  }
  .terms_all .section > .inside > div.contents:last-child.icon_14 > ul {
    padding: 25px 0 20px 26px;
  }
  .terms_all .section > .inside > div.contents:last-child.icon_14 > ul > li {
    line-height: 30px;
    font-size: 12px;
  }
  .terms_all .section > .inside > div.contents:last-child.icon_14 > ul > li > span {
    display: inline-block;
    min-width: 196px;
    margin-right: 8px;
  }
  .terms_all .section > .inside > div.contents:last-child.icon_14 > ul > li > a {
    line-height: 11px;
    font-size: 11px;
  }
}
.terms_all > .service_info_2023_wrap .section > .inside h1.my50, .terms_all > .service_info_2023_wrap .section > .inside h2.my50 {
  margin: 50px 0 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li {
  margin: 0;
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li a {
  display: inline-block;
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(1)::before {
  content: "1. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(2)::before {
  content: "2. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(3)::before {
  content: "3. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(4)::before {
  content: "4. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(5)::before {
  content: "5. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(6)::before {
  content: "6. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(7)::before {
  content: "7. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(8)::before {
  content: "8. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(9)::before {
  content: "9. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(10)::before {
  content: "10. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(11)::before {
  content: "11. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(12)::before {
  content: "12. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(13)::before {
  content: "13. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(14)::before {
  content: "14. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(15)::before {
  content: "15. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(16)::before {
  content: "16. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(17)::before {
  content: "17. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(18)::before {
  content: "18. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(19)::before {
  content: "19. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(20)::before {
  content: "20. ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(n+10) {
  padding-left: 25px;
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li {
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(1)::before {
  content: "1) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(2)::before {
  content: "2) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(3)::before {
  content: "3) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(4)::before {
  content: "4) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(5)::before {
  content: "5) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(6)::before {
  content: "6) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(7)::before {
  content: "7) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(8)::before {
  content: "8) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(9)::before {
  content: "9) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(10)::before {
  content: "10) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(11)::before {
  content: "11) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(12)::before {
  content: "12) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(13)::before {
  content: "13) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(14)::before {
  content: "14) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(15)::before {
  content: "15) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(16)::before {
  content: "16) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(17)::before {
  content: "17) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(18)::before {
  content: "18) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(19)::before {
  content: "19) ";
}
.terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(20)::before {
  content: "20) ";
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents:nth-child(3) {
  margin-top: 25px;
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents .tit {
  padding-left: 0;
  line-height: 24px;
  background: none;
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul {
  padding-left: 15px;
  margin: 5px 0 10px;
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span {
  position: relative;
  padding-left: 25px;
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span.num1::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "가. ";
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span.num2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "나. ";
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span.num3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "다. ";
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span.num4::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "라. ";
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span.num5::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "마. ";
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul > li > ul {
  margin: 0 0 10px 15px;
  padding-left: 0;
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul > li > ul > li > ul {
  margin: 0;
  padding-left: 0;
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul > li > ul > li > ul > li {
  padding-left: 0;
}
.terms_all > .service_info_2023_wrap .section > .inside > div.contents > ul > li > ul > li > ul > li::before {
  display: none;
}
.terms_all > .service_info_2023_wrap .section > .inside > .txt {
  text-align: right;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num1 {
  position: relative;
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num1::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "①";
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num2 {
  position: relative;
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "②";
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num3 {
  position: relative;
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "③";
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num4 {
  position: relative;
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num4::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "④";
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num5 {
  position: relative;
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num5::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑤";
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num6 {
  position: relative;
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num6::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑥";
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num7 {
  position: relative;
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num7::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑦";
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num8 {
  position: relative;
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num8::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑧";
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num9 {
  position: relative;
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num9::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑨";
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num10 {
  position: relative;
  padding-left: 20px;
}
.terms_all > .service_info_2023_wrap .section > .inside .txt.num10::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑩";
}
@media (max-width: 1023px) {
  .terms_all > .service_info_2023_wrap .section > .inside h1.my50, .terms_all > .service_info_2023_wrap .section > .inside h2.my50 {
    margin: 30px 0;
  }
  .terms_all > .service_info_2023_wrap .section > .inside > div.contents {
    margin-top: 30px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside .txt.num1 {
    padding-left: 17px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside .txt.num2 {
    padding-left: 17px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside .txt.num3 {
    padding-left: 17px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside .txt.num4 {
    padding-left: 17px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside .txt.num5 {
    padding-left: 17px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside .txt.num6 {
    padding-left: 17px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside .txt.num7 {
    padding-left: 17px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside .txt.num8 {
    padding-left: 17px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside .txt.num9 {
    padding-left: 17px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside ul.txt > li {
    padding-left: 15px;
  }
  .terms_all > .service_info_2023_wrap .section > .inside ul.txt > li > span {
    padding-left: 17px !important;
  }
  .terms_all > .service_info_2023_wrap .section > .inside ul.txt > li ul > li {
    padding-left: 15px;
  }
}
@media all and (min-width: 768px) {
  .terms_all .section > .inside {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .terms_all {
    padding: 20px 0 0;
  }
  .terms_all .section > .inside {
    padding: 0 20px;
  }
}

.terms_all.v1 {
  padding: 60px 0 0;
  font-family: "NotoSansKR";
  /* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
  /* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
}
.terms_all.v1 .section {
  position: relative;
  padding: 0 0 200px;
}
.terms_all.v1 .section * {
  font-family: "Pretendard";
}
.terms_all.v1 .section > .inside {
  margin: 0 auto;
}
.terms_all.v1 .section > .inside .btn_wrap {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.terms_all.v1 .section > .inside .btn_wrap .btn_close, .terms_all.v1 .section > .inside .btn_wrap .btn_return {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: transparent;
  border: 0;
  font-size: 0;
}
.terms_all.v1 .section > .inside .btn_wrap .btn_return::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateY(-50%);
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.terms_all.v1 .section > .inside .btn_wrap .btn_close::before, .terms_all.v1 .section > .inside .btn_wrap .btn_close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: rotate(45deg);
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.terms_all.v1 .section > .inside .btn_wrap .btn_close::after {
  transform: rotate(-45deg);
}
.terms_all.v1 .section > .inside h1, .terms_all.v1 .section > .inside h2 {
  margin: 0 0 20px;
  line-height: 26px;
  color: #202020;
  font-size: 26px;
  font-weight: 700;
}
.terms_all.v1 .section > .inside .tit {
  margin: 0 0 20px;
  line-height: 24px;
  color: #202020;
  font-size: 24px;
  font-weight: 700;
}
.terms_all.v1 .section > .inside .txt {
  line-height: 27px;
  color: #202020;
  font-size: 17px;
  font-weight: 400;
  word-break: keep-all;
}
.terms_all.v1 .section > .inside .txt.mt15 {
  margin-top: 15px;
}
.terms_all.v1 .section > .inside .txt.my20 {
  margin: 20px 0;
  padding-left: 22px;
}
.terms_all.v1 .section > .inside .txt > li {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
}
.terms_all.v1 .section > .inside .txt > li::before {
  position: absolute;
  left: 0;
}
.terms_all.v1 .section > .inside .txt > li:first-child {
  margin-top: 0;
}
.terms_all.v1 .section > .inside .txt > li:first-child::before {
  content: "①";
}
.terms_all.v1 .section > .inside .txt > li:nth-child(2)::before {
  content: "②";
}
.terms_all.v1 .section > .inside .txt > li:nth-child(3)::before {
  content: "③";
}
.terms_all.v1 .section > .inside .txt > li:nth-child(4)::before {
  content: "④";
}
.terms_all.v1 .section > .inside .txt > li:nth-child(5)::before {
  content: "⑤";
}
.terms_all.v1 .section > .inside .txt > li:nth-child(6)::before {
  content: "⑥";
}
.terms_all.v1 .section > .inside .txt > li:nth-child(7)::before {
  content: "⑦";
}
.terms_all.v1 .section > .inside .txt > li:nth-child(8)::before {
  content: "⑧";
}
.terms_all.v1 .section > .inside .txt > li:nth-child(9)::before {
  content: "⑨";
}
.terms_all.v1 .section > .inside .txt > li > span, .terms_all.v1 .section > .inside .txt > li a {
  display: block;
}
.terms_all.v1 .section > .inside .txt > li > ul {
  margin-top: 15px;
}
.terms_all.v1 .section > .inside .txt > li > ul > li {
  position: relative;
  padding-left: 10px;
}
.terms_all.v1 .section > .inside .txt > li > ul > li::before {
  position: absolute;
  left: 0;
  content: "· ";
}
.terms_all.v1 .section > .inside .txt > b {
  display: block;
  padding-top: 15px;
}
.terms_all.v1 .section > .inside small {
  line-height: 15px;
  color: #202020;
  font-size: 15px;
  font-weight: 300;
}
.terms_all.v1 .section > .inside .color_r {
  color: red;
}
.terms_all.v1 .section > .inside .tooltip {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 20px 20px;
  margin-bottom: 15px;
  background: #f7f7f7;
  border-radius: 2px;
}
.terms_all.v1 .section > .inside .tooltip > li {
  position: relative;
  margin-left: 40px;
}
.terms_all.v1 .section > .inside .tooltip > li:nth-child(1) {
  background: url(/imgs/privacy_all/icon_component1.svg) no-repeat top;
}
.terms_all.v1 .section > .inside .tooltip > li:nth-child(2) {
  background: url(/imgs/privacy_all/icon_component2.svg) no-repeat top;
}
.terms_all.v1 .section > .inside .tooltip > li:nth-child(3) {
  background: url(/imgs/privacy_all/icon_component3.svg) no-repeat top;
}
.terms_all.v1 .section > .inside .tooltip > li:nth-child(4) {
  background: url(/imgs/privacy_all/icon_component4.svg) no-repeat top;
}
.terms_all.v1 .section > .inside .tooltip > li:nth-child(5) {
  background: url(/imgs/privacy_all/icon_component5.svg) no-repeat top;
}
.terms_all.v1 .section > .inside .tooltip > li:nth-child(6) {
  background: url(/imgs/privacy_all/icon_component6.svg) no-repeat top;
}
.terms_all.v1 .section > .inside .tooltip > li:nth-child(6) {
  background: url(/imgs/privacy_all/icon_component6_2.svg) no-repeat top;
  background-size: 69px;
}
.terms_all.v1 .section > .inside .tooltip > li:nth-child(7) {
  background: url(/imgs/privacy_all/icon_component6.svg) no-repeat top;
}
.terms_all.v1 .section > .inside .tooltip > li:first-child {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .terms_all.v1 .section > .inside .tooltip > li:nth-last-child(1) > .tooltip_wrap, .terms_all.v1 .section > .inside .tooltip > li:nth-last-child(2) > .tooltip_wrap {
    left: auto;
    right: calc(100% + 20px);
  }
  .terms_all.v1 .section > .inside .tooltip > li:nth-last-child(1) > .tooltip_wrap::before, .terms_all.v1 .section > .inside .tooltip > li:nth-last-child(2) > .tooltip_wrap::before {
    left: auto;
    right: -19px;
    transform: translateY(-50%) rotate(180deg);
    background: url(/imgs/privacy_all/bg_tooltip.svg) no-repeat left;
  }
}
.terms_all.v1 .section > .inside .tooltip > li > span {
  display: block;
  padding-top: 97px;
  cursor: pointer;
  line-height: 24px;
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.terms_all.v1 .section > .inside .tooltip > li > span:hover + .tooltip_wrap {
  display: flex;
}
.terms_all.v1 .section > .inside .tooltip > li > .tooltip_wrap {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  padding: 23px 35px 23px 30px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  text-align: left;
  z-index: 5;
}
.terms_all.v1 .section > .inside .tooltip > li > .tooltip_wrap::before {
  width: 78px;
  height: 45px;
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/imgs/privacy_all/bg_tooltip.svg) no-repeat left;
  content: "";
  z-index: 2;
}
.terms_all.v1 .section > .inside .tooltip > li > .tooltip_wrap > h4 {
  margin-bottom: 10px;
  line-height: 14px;
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  z-index: 5;
}
.terms_all.v1 .section > .inside .tooltip > li > .tooltip_wrap > p {
  line-height: 18px;
  color: #202020;
  font-size: 13px;
  font-weight: 400;
  z-index: 5;
}
.terms_all.v1 .section > .inside .tooltip > li > .tooltip_wrap > p > span {
  display: block;
  margin-top: 15px;
  line-height: 13px;
}
.terms_all.v1 .section > .inside > div.mb50 {
  margin-bottom: 50px;
}
.terms_all.v1 .section > .inside > div.list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.terms_all.v1 .section > .inside > div.list .tit {
  width: 100%;
  margin-bottom: 14px;
}
.terms_all.v1 .section > .inside > div.list > ul {
  width: 50%;
}
.terms_all.v1 .section > .inside > div.list > ul > li {
  line-height: 29px;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
}
.terms_all.v1 .section > .inside > div.contents {
  margin-top: 50px;
}
.terms_all.v1 .section > .inside > div.contents.icon_1 .tit {
  background: url(/imgs/privacy_all/icon_component1.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_2 .tit {
  background: url(/imgs/privacy_all/icon_component2.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_3 .tit {
  background: url(/imgs/privacy_all/icon_component3.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_4 .tit {
  background: url(/imgs/privacy_all/icon_component4.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_5 .tit {
  background: url(/imgs/privacy_all/icon_component5.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_6 .tit {
  background: url(/imgs/privacy_all/icon_component6.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_7 .tit {
  background: url(/imgs/privacy_all/icon_component7.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_8 .tit {
  background: url(/imgs/privacy_all/icon_component8.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_9 .tit {
  background: url(/imgs/privacy_all/icon_component9.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_10 .tit {
  background: url(/imgs/privacy_all/icon_component10.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_11 .tit {
  background: url(/imgs/privacy_all/icon_component11.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_12 .tit {
  background: url(/imgs/privacy_all/icon_component12.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_13 .tit {
  background: url(/imgs/privacy_all/icon_component13.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_14 .tit {
  background: url(/imgs/privacy_all/icon_component14.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents.icon_6_2 .tit {
  background: url(/imgs/privacy_all/icon_component6_2.svg) no-repeat left;
  background-size: 45px;
}
.terms_all.v1 .section > .inside > div.contents .tit {
  padding-left: 55px;
  margin-bottom: 10px;
  line-height: 52px;
}
.terms_all.v1 .section > .inside > div.contents table {
  width: 100%;
  margin: 13px 0;
}
.terms_all.v1 .section > .inside > div.contents table > thead tr {
  border-top: none;
}
.terms_all.v1 .section > .inside > div.contents table > thead tr:nth-child(2) > th {
  padding: 10px 0;
}
.terms_all.v1 .section > .inside > div.contents table tr {
  color: #202020;
  word-break: keep-all;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.terms_all.v1 .section > .inside > div.contents table tr:nth-child(2) {
  border-top: 1px solid #ddd;
}
.terms_all.v1 .section > .inside > div.contents table tr:nth-child(2) > th {
  border-left: 1px solid #ddd;
}
.terms_all.v1 .section > .inside > div.contents table th {
  padding: 18px 0;
  line-height: 17px;
  font-size: 17px;
  font-weight: 700;
  background: #f7f7f7;
  border-left: 1px solid #ddd;
}
.terms_all.v1 .section > .inside > div.contents table th:first-child {
  border: none;
}
.terms_all.v1 .section > .inside > div.contents table td {
  padding: 20px 10px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #ddd;
}
.terms_all.v1 .section > .inside > div.contents table td:last-child {
  border: none;
}
.terms_all.v1 .section > .inside > div.contents table td.t_left {
  padding: 20px 0 20px 70px;
  text-align: left;
}
.terms_all.v1 .section > .inside > div.contents table colgroup.show-ta {
  display: initial !important;
}
.terms_all.v1 .section > .inside > div.contents table, .terms_all.v1 .section > .inside > div.contents th, .terms_all.v1 .section > .inside > div.contents td {
  border-collapse: collapse;
}
.terms_all.v1 .section > .inside > div.contents .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.terms_all.v1 .section > .inside > div.contents .box > div {
  width: calc(50% - 20px);
  padding: 30px 0 30px 97px;
  line-height: 16px;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  background: #f7f7f7;
}
.terms_all.v1 .section > .inside > div.contents .box > div > h4 {
  margin-bottom: 15px;
}
.terms_all.v1 .section > .inside > div.contents .box > div > span {
  display: block;
  line-height: 26px;
  font-weight: 400;
}
.terms_all.v1 .section > .inside > div.contents:last-child.icon_14 > ul {
  padding: 28px 0 28px 43px;
  background: #f7f7f7;
}
.terms_all.v1 .section > .inside > div.contents:last-child.icon_14 > ul > li {
  display: flex;
  align-items: center;
  line-height: 28px;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.terms_all.v1 .section > .inside > div.contents:last-child.icon_14 > ul > li > span {
  display: inline-block;
  min-width: 263px;
  margin-right: 12px;
}
.terms_all.v1 .section > .inside > div.contents:last-child.icon_14 > ul > li > a {
  line-height: 16px;
  font-size: 14px;
  border-bottom: 1px solid #202020;
}
@media (max-width: 767px) {
  .terms_all.v1 .section > .inside h1, .terms_all.v1 .section > .inside h2 {
    margin: 0 0 20px;
    line-height: 19px;
    font-size: 19px;
  }
  .terms_all.v1 .section > .inside .tit {
    margin: 0 0 20px;
    line-height: 18px;
    font-size: 18px;
    word-break: keep-all;
  }
  .terms_all.v1 .section > .inside .txt {
    line-height: 21px;
    font-size: 13px;
  }
  .terms_all.v1 .section > .inside .txt > li {
    padding-left: 17px;
    margin-top: 20px;
  }
  .terms_all.v1 .section > .inside .txt.mt15 {
    margin-top: 15px;
  }
  .terms_all.v1 .section > .inside .txt.my20 {
    margin: 15px 0 20px;
    padding-left: 18px;
  }
  .terms_all.v1 .section > .inside .txt > b {
    padding-top: 20px;
  }
  .terms_all.v1 .section > .inside small {
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
  }
  .terms_all.v1 .section > .inside .tooltip {
    flex-wrap: wrap;
    padding: 20px 0 30px;
    margin-bottom: 10px;
    border-radius: 2px;
  }
  .terms_all.v1 .section > .inside .tooltip > li {
    width: 50%;
    margin: 0;
    background-size: 54px !important;
  }
  .terms_all.v1 .section > .inside .tooltip > li:nth-child(n+3) {
    margin: 30px 0 0;
  }
  .terms_all.v1 .section > .inside .tooltip > li:nth-child(3) > .tooltip_wrap {
    top: 130px;
  }
  .terms_all.v1 .section > .inside .tooltip > li > span {
    padding-top: 72px;
    line-height: 19px;
    font-size: 12px;
  }
  .terms_all.v1 .section > .inside .tooltip > li > .tooltip_wrap {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    left: 20px;
    top: 110px;
    transform: none;
    padding: 20px 20px 20px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
  }
  .terms_all.v1 .section > .inside .tooltip > li > .tooltip_wrap::before {
    width: 100%;
    height: 15px;
    position: absolute;
    left: -1.5px;
    top: -15px;
    transform: none;
    background: url(/imgs/privacy_all/bg_tooltip_MO.svg) no-repeat top;
    content: "";
    z-index: 2;
  }
  .terms_all.v1 .section > .inside .tooltip > li > .tooltip_wrap > h4 {
    margin-bottom: 10px;
    line-height: 12px;
    font-size: 12px;
  }
  .terms_all.v1 .section > .inside .tooltip > li > .tooltip_wrap > p {
    line-height: 17px;
    font-size: 11px;
  }
  .terms_all.v1 .section > .inside .tooltip > li > .tooltip_wrap > p > span {
    margin-top: 7px;
    line-height: 11px;
    color: #a2a2a2;
  }
  .terms_all.v1 .section > .inside .tooltip > li:nth-child(even) > .tooltip_wrap {
    left: auto;
    right: 20px;
  }
  .terms_all.v1 .section > .inside > div.mb50 {
    margin-bottom: 50px;
  }
  .terms_all.v1 .section > .inside > div.list {
    margin-top: 50px;
    padding: 40px 0;
  }
  .terms_all.v1 .section > .inside > div.list .tit {
    margin-bottom: 15px;
  }
  .terms_all.v1 .section > .inside > div.list > ul {
    width: 100%;
  }
  .terms_all.v1 .section > .inside > div.list > ul:nth-last-child(2) > li:first-child {
    margin-top: 0;
  }
  .terms_all.v1 .section > .inside > div.list > ul > li {
    margin-top: 15px;
    line-height: 18px;
    font-size: 13px;
  }
  .terms_all.v1 .section > .inside > div.contents {
    margin-top: 50px;
  }
  .terms_all.v1 .section > .inside > div.contents .tit {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding-left: 46px;
    margin-bottom: 10px;
    line-height: normal;
    background-size: 36px !important;
  }
  .terms_all.v1 .section > .inside > div.contents table {
    table-layout: fixed;
    overflow-wrap: break-word;
    margin: 10px 0;
  }
  .terms_all.v1 .section > .inside > div.contents table > thead tr:nth-child(2) > th {
    padding: 5px 0;
  }
  .terms_all.v1 .section > .inside > div.contents table th {
    padding: 11px 0;
    line-height: 12px;
    font-size: 12px;
  }
  .terms_all.v1 .section > .inside > div.contents table td {
    padding: 14px 5px;
    line-height: 20px;
    font-size: 12px;
  }
  .terms_all.v1 .section > .inside > div.contents table td.t_left {
    padding: 14px 10px 14px 15px;
  }
  .terms_all.v1 .section > .inside > div.contents .box {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .terms_all.v1 .section > .inside > div.contents .box > div {
    width: 100%;
    padding: 25px 25px 24px;
    line-height: 14px;
    font-size: 14px;
  }
  .terms_all.v1 .section > .inside > div.contents .box > div > h4 {
    margin-bottom: 10px;
  }
  .terms_all.v1 .section > .inside > div.contents .box > div > span {
    line-height: 20px;
    font-size: 12px;
  }
  .terms_all.v1 .section > .inside > div.contents .box > div:last-child {
    margin-top: 15px;
  }
  .terms_all.v1 .section > .inside > div.contents:last-child.icon_14 > ul {
    padding: 25px 0 20px 26px;
  }
  .terms_all.v1 .section > .inside > div.contents:last-child.icon_14 > ul > li {
    line-height: 30px;
    font-size: 12px;
  }
  .terms_all.v1 .section > .inside > div.contents:last-child.icon_14 > ul > li > span {
    display: inline-block;
    min-width: 196px;
    margin-right: 8px;
  }
  .terms_all.v1 .section > .inside > div.contents:last-child.icon_14 > ul > li > a {
    line-height: 11px;
    font-size: 11px;
  }
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside h1.my50, .terms_all.v1 > .service_info_2023_wrap .section > .inside h2.my50 {
  margin: 50px 0 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li {
  margin: 0;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li a {
  display: inline-block;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(1)::before {
  content: "1. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(2)::before {
  content: "2. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(3)::before {
  content: "3. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(4)::before {
  content: "4. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(5)::before {
  content: "5. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(6)::before {
  content: "6. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(7)::before {
  content: "7. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(8)::before {
  content: "8. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(9)::before {
  content: "9. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(10)::before {
  content: "10. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(11)::before {
  content: "11. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(12)::before {
  content: "12. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(13)::before {
  content: "13. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(14)::before {
  content: "14. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(15)::before {
  content: "15. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(16)::before {
  content: "16. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(17)::before {
  content: "17. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(18)::before {
  content: "18. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(19)::before {
  content: "19. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(20)::before {
  content: "20. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li:nth-child(n+10) {
  padding-left: 25px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li {
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(1)::before {
  content: "1) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(2)::before {
  content: "2) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(3)::before {
  content: "3) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(4)::before {
  content: "4) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(5)::before {
  content: "5) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(6)::before {
  content: "6) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(7)::before {
  content: "7) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(8)::before {
  content: "8) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(9)::before {
  content: "9) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(10)::before {
  content: "10) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(11)::before {
  content: "11) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(12)::before {
  content: "12) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(13)::before {
  content: "13) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(14)::before {
  content: "14) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(15)::before {
  content: "15) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(16)::before {
  content: "16) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(17)::before {
  content: "17) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(18)::before {
  content: "18) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(19)::before {
  content: "19) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > ul > li:nth-child(20)::before {
  content: "20) ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents:nth-child(3) {
  margin-top: 25px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents .tit {
  padding-left: 0;
  line-height: 24px;
  background: none;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul {
  padding-left: 15px;
  margin: 5px 0 10px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span {
  position: relative;
  padding-left: 25px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span.num1::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "가. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span.num2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "나. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span.num3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "다. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span.num4::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "라. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul > li > span.num5::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "마. ";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul > li > ul {
  margin: 0 0 10px 15px;
  padding-left: 0;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul > li > ul > li > ul {
  margin: 0;
  padding-left: 0;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul > li > ul > li > ul > li {
  padding-left: 0;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents > ul > li > ul > li > ul > li::before {
  display: none;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside > .txt {
  text-align: right;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num1 {
  position: relative;
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num1::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "①";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num2 {
  position: relative;
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "②";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num3 {
  position: relative;
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "③";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num4 {
  position: relative;
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num4::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "④";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num5 {
  position: relative;
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num5::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑤";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num6 {
  position: relative;
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num6::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑥";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num7 {
  position: relative;
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num7::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑦";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num8 {
  position: relative;
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num8::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑧";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num9 {
  position: relative;
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num9::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑨";
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num10 {
  position: relative;
  padding-left: 20px;
}
.terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num10::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "⑩";
}
@media (max-width: 1023px) {
  .terms_all.v1 > .service_info_2023_wrap .section > .inside h1.my50, .terms_all.v1 > .service_info_2023_wrap .section > .inside h2.my50 {
    margin: 30px 0;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside > div.contents {
    margin-top: 30px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num1 {
    padding-left: 17px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num2 {
    padding-left: 17px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num3 {
    padding-left: 17px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num4 {
    padding-left: 17px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num5 {
    padding-left: 17px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num6 {
    padding-left: 17px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num7 {
    padding-left: 17px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num8 {
    padding-left: 17px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside .txt.num9 {
    padding-left: 17px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li {
    padding-left: 15px;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li > span {
    padding-left: 17px !important;
  }
  .terms_all.v1 > .service_info_2023_wrap .section > .inside ul.txt > li ul > li {
    padding-left: 15px;
  }
}
@media all and (min-width: 768px) {
  .terms_all.v1 .section > .inside {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .terms_all.v1 {
    padding: 20px 0 0;
  }
  .terms_all.v1 .section > .inside {
    padding: 0 20px;
  }
}

.sitemap_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 155px;
}
.sitemap_wrap > h1 {
  margin-bottom: 20px;
  line-height: 1;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
.sitemap_wrap > h1 em {
  color: #000;
  font-weight: 400;
}
.sitemap_list_inner {
  border-top: 2px solid #000;
}
.sitemap_list_inner .list_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  padding: 30px 76px;
  border-bottom: 1px solid #e7e8e9;
}
.sitemap_list_inner .item_info_tit {
  max-width: 106px;
  width: 100%;
  margin-right: 140px;
  line-height: 1;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
.sitemap_list_inner .item_info_tit em {
  color: #000;
  font-weight: 400;
}
.sitemap_list_inner .item_info_txt > a {
  margin-left: 50px;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
}
.sitemap_list_inner .item_info_txt > a em {
  color: #000;
  font-weight: 400;
}
.sitemap_list_inner .item_info_txt > a:first-child {
  margin-left: 0;
}

@media (max-width: 1023px) {
  .sitemap_wrap {
    max-width: 720px;
  }
  .sitemap_wrap > h1 {
    font-size: 20px;
  }
  .sitemap_list_inner .list_item {
    padding: 25px 0;
  }
  .sitemap_list_inner .item_info_tit {
    margin-right: 70px;
  }
}
@media (max-width: 767px) {
  .sitemap_wrap {
    max-width: 340;
    padding: 48px 20px 100px;
  }
  .sitemap_list_inner .list_item {
    display: block;
    padding: 25px 0;
  }
  .sitemap_list_inner .item_info_tit {
    max-width: 100%;
    margin-right: 0;
    text-align: left;
  }
  .sitemap_list_inner .item_info_txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .sitemap_list_inner .item_info_txt > a {
    width: 50%;
    margin-left: 0;
    margin-top: 12px;
    font-size: 15px;
  }
  .sitemap_list_inner .item_info_txt > a:first-child {
    margin-left: 0;
  }
  .sitemap_list_inner .item_info_txt > a:nth-child(1), .sitemap_list_inner .item_info_txt > a:nth-child(2) {
    margin-top: 0;
  }
}
.contract_page {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 1px solid #d9d2d2;
}
.contract_page .section {
  padding-left: 25px;
  padding-right: 25px;
}
.contract_page .section .inside {
  position: relative;
}
.contract_page .tit3 {
  padding-left: 7px;
  margin-bottom: 0.25em;
  line-height: 1.5em;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  letter-spacing: -0.05em;
}
.contract_page .img_box {
  font-size: 0;
}
.contract_page .txtc {
  text-align: center !important;
}
.contract_page .header {
  padding: 10px 0;
  border-bottom: 1px solid #d9d2d2;
  box-sizing: border-box;
}
.contract_page .header .logo_window_pop0 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  width: 114px;
  height: 100%;
  background: url("../imgs/common/logo_edu.png") no-repeat center/cover;
}
.contract_page .header .popup_title {
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 40px;
  text-align: center;
}
.contract_page .header .btn_print {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 64px;
  height: 100%;
  background: url("../imgs/common/btn_print.png") no-repeat center/contain;
}
.contract_page .body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contract_page .body .table2 {
  border-top: 1px solid #d7d7d7;
}
.contract_page .body .table2 > table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.contract_page .body .table2.fixed > table {
  table-layout: fixed;
}
.contract_page .body .table2.center > table > * > tr > * {
  text-align: center;
}
.contract_page .body .table2 > table > * > tr > * {
  vertical-align: middle;
  height: 34px;
  border: 1px solid #d7d7d7;
  background: white;
  padding: 7px;
  color: #666666;
  letter-spacing: -0.025em;
  word-break: break-word;
}
.contract_page .body .table2 > table > * > tr > * {
  font-size: 12px;
}
.contract_page .body .table2 > table > * > tr > th {
  color: #333333;
  background: #f7f7f7;
  font-weight: 700;
  text-align: center;
}
.contract_page .body .table2 > table > * > tr > *.label {
  color: #333333;
  background: #f7f7f7;
  font-weight: 700;
  text-align: center;
}
.contract_page .body .table2 > table > * > tr:first-child > * {
  border-top: none;
}
.contract_page .body .table2 > table > * > tr > *:first-child {
  border-left: none;
}
.contract_page .body .table2 > table > * > tr > *:last-child {
  border-right: none;
}
.contract_page .body #contents img {
  max-width: 100%;
}
.contract_page .footer {
  padding: 14px 0;
  border-top: 1px solid #d9d2d2;
  box-sizing: border-box;
}
.contract_page .footer .address {
  font-size: 14px;
  color: #666666;
}
.contract_page .footer .logo_window_pop0_foot {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 80px;
  height: 100%;
  background: url("../imgs/common/logo_edu_sm.png") no-repeat center/cover;
}

.sub_nav_depth.sub_store .sub_tit_wrap {
  background: url("../imgs/store/bg_store.png") no-repeat center/cover;
}
.sub_nav_depth.sub_store .sub_nav_wrap .sub_nav,
.sub_nav_depth.sub_store .sub_nav_wrap .sub_depth3 {
  display: none;
}

.store_wrap {
  padding: 100px 0 120px;
}
.store_wrap.s_inner {
  max-width: 1100px;
}
.store_wrap .show-mo {
  display: none;
}
.store_wrap fieldset {
  position: relative;
}
.store_wrap .save_item_tit .input_star::after {
  padding-left: 5px;
  font-size: 22px;
}
.store_wrap .radio_box ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 540px;
}
.store_wrap .radio_box_btn input[type=radio] + label {
  width: 175px;
  height: 50px;
  padding-left: 0;
  line-height: 50px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.store_wrap .radio_box_btn input[type=radio] + label em {
  color: #000;
  font-weight: 400;
}
.store_wrap .radio_box_btn input[type=radio] + label::before {
  display: none;
}
.store_wrap .radio_box_btn input[type=radio] + label::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  border-radius: 3px;
  background: #e8e7e8;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.store_wrap .radio_box_btn input[type=radio]:checked + label {
  color: #fff;
}
.store_wrap .radio_box_btn input[type=radio]:checked + label::after {
  border: none;
  background: #0dac67;
}
.store_wrap .radio_box_btn > span {
  margin-left: 6px;
}
.store_wrap .radio_box_btn > span:first-child {
  margin-left: 0;
}
.store_wrap .circle_chk_box {
  width: 33.3333333333%;
}
.store_wrap .circle_chk_box:nth-child(n+4) {
  margin-top: 20px;
}
.store_wrap .circle_chk_box:nth-child(3n) {
  margin-right: 0;
}
.store_wrap .circle_chk_box > input + label {
  padding-left: 30px;
  font-size: 17px;
}
.store_wrap .square_chk_box > input[type=checkbox] + label {
  line-height: 26px;
  font-size: 16px;
}
.store_wrap .square_chk_box > input[type=checkbox] + label::before {
  top: 0;
}
.store_wrap .square_chk_box > input[type=checkbox]:checked + label::after {
  top: 4px;
}
.store_wrap .table_2 tr td {
  padding: 20px 10px 20px 25px;
  word-break: keep-all;
}
.store_wrap .table_2 tr:nth-child(2) td {
  padding: 10px 10px 10px 32px;
}
.store_wrap .table_2 tr:last-child td {
  padding-right: 30px;
}
.store_wrap .table_2 th {
  padding-left: 42px;
  text-align: left;
}
.store_wrap .table_2 .store_txt {
  line-height: 23px;
  color: #888;
}
.store_wrap .table_2 .store_txt > li {
  position: relative;
  padding-left: 12px;
}
.store_wrap .table_2 .store_txt > li:nth-child(2) {
  margin-top: 0;
}
.store_wrap .table_2 .store_txt i {
  position: absolute;
  left: 0;
}
.store_wrap .list_box .save_item_tit, .store_comp .list_box .save_item_tit {
  margin-bottom: 0;
  border: none;
}
.store_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.store_tit {
  line-height: 1;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
.store_tit em {
  color: #000;
  font-weight: 400;
}
.store_txt {
  line-height: 14px;
  color: #000;
  font-size: 14px;
  letter-spacing: normal;
  text-align: left;
}
.store_txt em {
  color: #000;
  font-weight: 400;
}
.store_txt > li:nth-child(2) {
  margin-top: 8px;
}
.store_txt em {
  color: #0dac67;
  font-weight: 700;
}
.store_index_select {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
}
.store_index_select > .btn_2 {
  margin: 50px auto 70px;
}
.store_index_select span.store_txt {
  display: block;
  margin: 10px 0 0;
  color: #888;
}
.store_index_select .store_txt {
  margin-bottom: 50px;
}
.store_index_img {
  width: 480px;
  height: 545px;
  margin-right: 68px;
  border-radius: 45px;
}
.store_index_img.app {
  background: url("../imgs/store/img_desc_app.png") no-repeat center/cover;
}
.store_index_img.rental {
  background: url("../imgs/store/img_desc_rental.png") no-repeat center/cover;
}
.store_index_desc {
  width: calc(100% - 548px);
}
.store_index_nav {
  display: flex;
  width: 100%;
  margin: 26px 0 20px;
}
.store_index_nav > li {
  width: 50%;
}
.store_index_nav > li:first-child {
  margin-right: 10px;
}
.store_index_nav .on .btn_2 {
  color: #fff;
  background-color: #0dac67;
}
.store_index_nav .btn_2 {
  max-width: 270px;
  height: 51px;
  line-height: 51px;
  border: 1px solid #0dac67;
  border-radius: 3px;
  color: #0dac67;
  background-color: #fff;
}
.store_index_contents .list_item {
  display: none;
}
.store_index_contents .list_item.on {
  display: block;
}
.store_index_price {
  margin-top: 30px;
}
.store_index_price li {
  height: 82px;
  margin-top: 20px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
}
.store_index_price li.on {
  border: 1px solid #0dac67;
}
.store_index_price li:first-child {
  margin-top: 0;
}
.store_index_price li button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 61px;
}
.store_index_price li span {
  line-height: 1;
  color: #000;
  font-size: 17px;
  letter-spacing: normal;
  text-align: left;
}
.store_index_price li span em {
  color: #000;
  font-weight: 400;
}
.store_index_price li span.icon_reco {
  position: relative;
  padding-right: 48px;
}
.store_index_price li span.icon_reco::after {
  content: "추천";
  position: absolute;
  top: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-radius: 6px;
  background: #000;
}
.store_index_price li span.icon_reco::after em {
  color: #fff;
  font-weight: 400;
}
.store_index_price li b {
  padding-left: 20px;
  line-height: 1;
  color: #0dac67;
  font-size: 20px;
  letter-spacing: normal;
  text-align: left;
}
.store_index_price li b em {
  color: #0dac67;
  font-weight: 400;
}
.store_index_price li small {
  text-decoration: line-through;
  line-height: 1;
  color: #888;
  font-size: 14px;
  letter-spacing: normal;
  text-align: left;
}
.store_index_price li small em {
  color: #888;
  font-weight: 400;
}
.store_index_step {
  padding: 60px 0 70px;
  background: #f6f6f8;
}
.store_index_step .store_tit {
  margin-bottom: 30px;
}
.store_step {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.store_step > li {
  width: 33.3333333333%;
  line-height: 44px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.store_step > li em {
  color: #000;
  font-weight: 400;
}
.store_step > li:first-child {
  border-radius: 22px 0 0 22px;
}
.store_step > li:nth-child(2) {
  border-left: none;
  border-right: none;
}
.store_step > li:last-child {
  border-radius: 0 22px 22px 0;
}
.store_step > li.on {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.store_step_info {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.store_step_info .store_tit {
  margin: 80px auto 20px;
}
.store_step_info .store_tit:nth-child(2) {
  margin-top: 50px;
}
.store_step_info .store_txt {
  margin-top: 20px;
  color: #888;
}
.store_step_info .store_txt > li {
  position: relative;
  padding-left: 10px;
}
.store_step_info .store_txt i {
  position: absolute;
  top: -7px;
  left: 0;
}
.store_step_input .grade_box {
  position: relative;
}
.store_step_input .grade_box::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  transform: rotate(-45deg);
  vertical-align: 3px;
  border-left: 2px solid #6a7075;
  border-bottom: 2px solid #6a7075;
}
.store_step_input .grade_select {
  width: 540px;
}
.store_step_input .txt_sms.line2 {
  line-height: 1.5;
  word-break: keep-all;
}
.store_step_input .save_form > fieldset {
  margin-top: 80px;
}
.store_step_input .save_form > .input_box {
  margin-bottom: 0;
}
.store_step_input .save_form .btn_row_2 {
  margin: 17px 0 0;
}
.store_step_input .term_contents {
  overflow-y: scroll;
  max-height: 145px;
  padding: 20px 50px 12px 22px;
  margin-bottom: 15px;
  line-height: 20px;
  color: #888;
  font-size: 14px;
  letter-spacing: normal;
  text-align: left;
  background: #f5f5f5;
}
.store_step_input .term_contents em {
  color: #888;
  font-weight: 400;
}
.store_step_input .term_contents h4 {
  font-size: 15px;
  font-weight: 700;
}
.store_comp {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.store_comp.login_join_wrap {
  padding: 58px 0 82px;
}
.store_comp > h1 + .desc_txt {
  margin-bottom: 40px;
  line-height: 1;
  color: #000;
  font-size: 20px;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
}
.store_comp > h1 + .desc_txt em {
  color: #000;
  font-weight: 400;
}
.store_comp .desc_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.store_comp .desc_box > li {
  width: calc(50% - 19px);
  padding: 46px 40px;
  margin-right: 38px;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
}
.store_comp .desc_box > li:last-child {
  margin-right: 0;
}
.store_comp .store_tit {
  margin-bottom: 24px;
  font-size: 25px;
  text-align: center;
}
.store_comp .table_2 th {
  padding-left: 50px;
  text-align: left;
}
.store_comp .table_2 td {
  padding: 20px 10px 20px 40px;
  word-break: keep-all;
}
.store_comp .input_box {
  text-align: center;
}
.store_comp .input_box .btn_2 {
  max-width: 220px;
}
.store_comp .input_box .btn_2:last-child {
  margin-left: 10px;
}
.store_app_comp .store_txt {
  padding: 20px 0 0 calc(50% + 40px);
  line-height: 14px;
  font-size: 14px;
}
.store_app_comp .store_txt em {
  font-weight: 400;
}
@media (max-width: 1023px) {
  .store_wrap {
    padding: 80px 0 200px;
  }
  .store_wrap .show-pc {
    display: none;
  }
  .store_wrap .show-mo {
    display: block;
  }
  .store_wrap .radio_box .input_box > label {
    margin-bottom: 40px;
  }
  .store_wrap .radio_box .input_box input + label {
    padding-left: 53px;
    line-height: 41px;
    font-size: 28px;
  }
  .store_wrap .radio_box .input_box input + label::before {
    width: 41px;
    height: 41px;
    box-sizing: border-box;
  }
  .store_wrap .radio_box .input_box input + label::after {
    top: 9px;
    left: 11px;
    width: 21px;
    height: 21px;
  }
  .store_wrap .radio_box ul {
    max-width: 100%;
  }
  .store_wrap .radio_box_btn input[type=radio] + label {
    width: 220px;
    height: 76px;
    padding-left: 0;
    line-height: 76px;
    font-size: 24px;
  }
  .store_wrap .radio_box_btn input[type=radio] + label::after {
    height: 76px;
  }
  .store_wrap .radio_box_btn > span.circle_chk_box {
    display: block;
    width: auto;
  }
  .store_wrap .radio_box_btn > span.circle_chk_box:nth-child(n) {
    margin: 10px 0 0;
  }
  .store_wrap .radio_box_btn > span.circle_chk_box:first-child {
    margin: 0;
  }
  .store_wrap .circle_chk_box {
    width: 50%;
  }
  .store_wrap .circle_chk_box:nth-child(n) {
    margin: 0;
  }
  .store_wrap .circle_chk_box:nth-child(n+3) {
    margin-top: 20px;
  }
  .store_wrap .square_chk_box > input[type=checkbox] + label {
    padding-left: 57px;
    line-height: 41px;
    font-size: 28px;
    letter-spacing: -0.2px;
  }
  .store_wrap .square_chk_box > input[type=checkbox] + label::before {
    width: 41px;
    height: 41px;
  }
  .store_wrap .square_chk_box > input[type=checkbox]:checked + label::after {
    top: 10px;
    left: 10px;
    width: 21px;
    height: 12px;
    border-left: 3px solid #13bd7e;
    border-bottom: 3px solid #13bd7e;
  }
  .store_wrap .grade_box::after {
    top: 33px;
    right: 22px;
    width: 13px;
    height: 13px;
    margin-left: 10px;
  }
  .store_wrap .grade_select {
    width: 100%;
    height: 80px;
    font-size: 25px;
  }
  .store_wrap .table_2 th {
    width: 32%;
    min-width: 240px;
    padding-left: 0;
    text-align: center;
  }
  .store_wrap .table_2 th .input_star::after {
    font-size: 28px;
  }
  .store_wrap .table_2 td {
    width: 68%;
    padding-left: 30px;
  }
  .store_wrap .table_2 th, .store_wrap .table_2 td {
    padding: 34px 0 27px;
    font-size: 28px;
  }
  .store_wrap .table_2 tr {
    display: block;
  }
  .store_wrap .table_2 tr:nth-child(2) td {
    padding: 20px 10px 20px 17px;
  }
  .store_wrap .table_2 tr:nth-child(n+3) {
    border-bottom: none;
  }
  .store_wrap .table_2 tr:nth-child(n+3) th {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
  }
  .store_wrap .table_2 tr:nth-child(n+3) td {
    display: block;
    width: 100%;
  }
  .store_wrap .table_2 tr:nth-child(3) th {
    padding-top: 83px;
  }
  .store_wrap .table_2 tr:nth-child(3) td {
    padding: 0 0 80px;
  }
  .store_wrap .table_2 tr:last-child th {
    padding: 0;
  }
  .store_wrap .table_2 tr:last-child td {
    padding: 30px 0 0;
  }
  .store_wrap .table_2 .btn_3 {
    width: 220px;
    height: 76px;
    font-size: 24px;
  }
  .store_wrap .table_2 .store_txt {
    line-height: 1.5;
  }
  .store_wrap .table_2 .store_txt > li {
    padding-left: 12px;
    font-size: 24px;
  }
  .store_inner {
    max-width: 720px;
    padding: 0 40px;
  }
  .store_tit {
    font-size: 32px;
  }
  .store_txt {
    line-height: 34px;
    font-size: 24px;
    word-break: keep-all;
  }
  .store_index_select {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .store_index_select > .btn_2 {
    margin: 72px auto 120px;
    max-width: 640px;
    height: 92px;
    line-height: 92px;
    font-size: 32px;
    border-radius: 46px;
  }
  .store_index_select span.store_txt {
    margin: 32px 0 0;
  }
  .store_index_select .store_txt {
    margin-bottom: 100px;
  }
  .store_index_img {
    width: 100%;
    height: auto;
    aspect-ratio: 160/117;
    margin: 0 auto 67px;
    border-radius: 0;
  }
  .store_index_img.app {
    background: url("../imgs/store/img_desc_app_MO.png") no-repeat center/cover;
  }
  .store_index_img.rental {
    background: url("../imgs/store/img_desc_rental_MO.png") no-repeat center/cover;
  }
  .store_index_desc {
    width: 100%;
  }
  .store_index_nav {
    margin: 30px 0;
  }
  .store_index_nav > li:first-child {
    margin-right: 20px;
  }
  .store_index_nav .btn_2 {
    max-width: 310px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    border-radius: 3px;
  }
  .store_index_price {
    margin-top: 30px;
  }
  .store_index_price li {
    height: 117px;
    margin-top: 20px;
    border-radius: 6px;
  }
  .store_index_price li button {
    padding: 0 61px;
  }
  .store_index_price li span {
    font-size: 29px;
  }
  .store_index_price li span.icon_reco {
    padding-right: 55px;
  }
  .store_index_price li span.icon_reco::after {
    width: 46px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 6px;
  }
  .store_index_price li b {
    padding-left: 23px;
    font-size: 32px;
  }
  .store_index_price li small {
    font-size: 24px;
  }
  .store_index_step {
    padding: 100px 0;
    background: #f6f6f8;
  }
  .store_index_step .store_tit {
    margin-bottom: 30px;
  }
  .store_step > li {
    width: 21%;
    line-height: 70px;
    font-size: 26px;
  }
  .store_step > li:first-child {
    border-radius: 35px 0 0 35px;
  }
  .store_step > li:last-child {
    border-radius: 0 35px 35px 0;
  }
  .store_step > li span {
    display: none;
    font-size: 24px;
  }
  .store_step > li.on {
    width: 58%;
  }
  .store_step > li.on span {
    display: initial;
  }
  .store_step_info {
    max-width: 720px;
    padding: 0 40px;
  }
  .store_step_info .store_tit {
    margin: 100px auto 20px;
  }
  .store_step_info .store_tit:nth-child(2) {
    margin-top: 90px;
  }
  .store_step_info .store_txt {
    margin-top: 30px;
  }
  .store_step_info .store_txt > li {
    line-height: 1.4;
  }
  .store_step_info .store_txt > li:nth-child(n) {
    margin: 0;
  }
  .store_step_info .table_3 th, .store_step_info .table_3 td {
    padding: 30px 0;
    font-size: 28px;
  }
  .store_step_input .save_form {
    padding: 0 40px;
  }
  .store_step_input .save_form > fieldset {
    margin-top: 100px;
  }
  .store_step_input .save_form .btn_row_2 {
    margin: 70px 0 0;
  }
  .store_step_input .save_form .btn_2 {
    height: 92px;
    margin-bottom: 0 !important;
    font-size: 32px;
    border-radius: 46px;
  }
  .store_step_input .save_form .form_mark {
    top: 30px;
  }
  .store_step_input .save_item_tit {
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 32px;
  }
  .store_step_input label {
    line-height: 1;
    font-size: 28px;
  }
  .store_step_input .cert .input_box input[type=text], .store_step_input .cert .input_box input[type=number] {
    width: calc(100% - 220px);
  }
  .store_step_input .btn_3 {
    top: 48px !important;
  }
  .store_step_input .btn_3, .store_step_input .btn_4,
  .store_step_input .btn_3#certSmsRe {
    width: 210px !important;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
  .store_step_input .n_label {
    margin-top: 20px;
  }
  .store_step_input .n_label label {
    margin: 0 !important;
  }
  .store_step_input .n_label .txt_timer {
    top: 30px !important;
    right: 240px !important;
    font-size: 25px !important;
  }
  .store_step_input .input_box {
    margin-bottom: 0 !important;
  }
  .store_step_input .input_box > label {
    margin: 50px 0 20px;
  }
  .store_step_input .input_box input[type=text], .store_step_input .input_box input[type=number] {
    height: 80px;
    padding-left: 23px;
    font-size: 25px;
  }
  .store_step_input .input_box input[type=text]::-moz-placeholder, .store_step_input .input_box input[type=number]::-moz-placeholder {
    font-size: 25px;
  }
  .store_step_input .input_box input[type=text]::placeholder, .store_step_input .input_box input[type=number]::placeholder {
    font-size: 25px;
  }
  .store_step_input .input_box input[type=number] + label {
    display: none;
  }
  .store_step_input .txt_sms {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 24px;
  }
  .store_step_input .term_contents {
    max-height: 320px;
    padding: 42px 40px 42px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 24px;
  }
  .store_step_input .term_contents h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .store_wrap {
    padding: 11.11vw 0 27.78vw;
  }
  .store_wrap .show-pc {
    display: none;
  }
  .store_wrap .table_2 th {
    width: 32%;
    min-width: 33.33vw;
    padding-left: 0;
    text-align: center;
  }
  .store_wrap .table_2 th .input_star::after {
    font-size: 3.89vw;
  }
  .store_wrap .table_2 td {
    width: 68%;
    padding-left: 4.17vw;
  }
  .store_wrap .table_2 th, .store_wrap .table_2 td {
    padding: 4.72vw 0 3.75vw;
    font-size: 3.89vw;
  }
  .store_wrap .table_2 tr {
    display: block;
  }
  .store_wrap .table_2 tr:nth-child(2) td {
    padding: 2.78vw 1.39vw 2.78vw 2.36vw;
  }
  .store_wrap .table_2 tr:nth-child(n+3) {
    border-bottom: none;
  }
  .store_wrap .table_2 tr:nth-child(n+3) th {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
  }
  .store_wrap .table_2 tr:nth-child(n+3) td {
    display: block;
    width: 100%;
  }
  .store_wrap .table_2 tr:nth-child(3) th {
    padding-top: 11.53vw;
  }
  .store_wrap .table_2 tr:nth-child(3) td {
    padding: 0 0 11.11vw;
  }
  .store_wrap .table_2 tr:last-child th {
    padding: 0;
  }
  .store_wrap .table_2 tr:last-child td {
    padding: 4.17vw 0 0;
  }
  .store_wrap .table_2 .btn_3 {
    width: 30.56vw;
    height: 10.56vw;
    padding: 0;
    font-size: 3.33vw;
  }
  .store_wrap .table_2 .store_txt {
    line-height: 1.5;
  }
  .store_wrap .table_2 .store_txt > li {
    padding-left: 1.67vw;
    font-size: 3.33vw;
  }
  .store_wrap .radio_box_btn input[type=radio] + label {
    width: 30.56vw;
    height: 10.56vw;
    line-height: 10.56vw;
    font-size: 3.33vw;
  }
  .store_wrap .radio_box_btn input[type=radio] + label::after {
    height: 10.56vw;
  }
  .store_wrap .radio_box_btn > span.circle_chk_box:nth-child(n) {
    margin: 1.39vw 0 0;
  }
  .store_wrap .radio_box_btn > span.circle_chk_box:first-child {
    margin: 0;
  }
  .store_inner {
    padding: 0 20px;
  }
  .store_tit {
    font-size: 4.44vw;
  }
  .store_txt {
    line-height: 4.72vw;
    font-size: 3.33vw;
  }
  .store_index_select > .btn_2 {
    margin: 10vw auto 16.67vw;
    max-width: 88.89vw;
    height: 12.78vw;
    line-height: 12.78vw;
    font-size: 4.44vw;
    border-radius: 6.39vw;
  }
  .store_index_select span.store_txt {
    margin: 4.44vw 0 0;
  }
  .store_index_select .store_txt {
    margin-bottom: 13.89vw;
  }
  .store_index_img {
    margin: 0 auto 9.31vw;
  }
  .store_index_nav {
    margin: 4.17vw 0;
  }
  .store_index_nav > li:first-child {
    margin-right: 2.78vw;
  }
  .store_index_nav .btn_2 {
    max-width: 43.06vw;
    height: 11.11vw;
    line-height: 11.11vw;
    font-size: 3.33vw;
    border-radius: 0.42vw;
  }
  .store_index_price {
    margin-top: 4.17vw;
  }
  .store_index_price li {
    height: 16.25vw;
    margin-top: 2.78vw;
    border-radius: 0.83vw;
  }
  .store_index_price li button {
    padding: 0 8.47vw;
  }
  .store_index_price li span {
    font-size: 4.03vw;
  }
  .store_index_price li span.icon_reco {
    padding-right: 7.64vw;
  }
  .store_index_price li span.icon_reco::after {
    width: 6.39vw;
    height: 3.61vw;
    line-height: 3.61vw;
    font-size: 2.22vw;
    border-radius: 0.83vw;
  }
  .store_index_price li b {
    padding-left: 3.19vw;
    font-size: 4.44vw;
  }
  .store_index_price li small {
    font-size: 3.33vw;
  }
  .store_index_step {
    padding: 13.89vw 0;
    background: #f6f6f8;
  }
  .store_index_step .store_tit {
    margin-bottom: 4.17vw;
  }
  .store_step > li {
    width: 21%;
    line-height: 9.72vw;
    font-size: 3.61vw;
  }
  .store_step > li:first-child {
    border-radius: 4.86vw 0 0 4.86vw;
  }
  .store_step > li:last-child {
    border-radius: 0 4.86vw 4.86vw 0;
  }
  .store_step > li span {
    font-size: 3.33vw;
  }
  .store_step > li.on {
    width: 58%;
  }
  .store_step_info {
    padding: 0 20px;
  }
  .store_step_info .store_tit {
    margin: 13.89vw auto 2.78vw;
  }
  .store_step_info .store_tit:nth-child(2) {
    margin-top: 12.5vw;
  }
  .store_step_info .store_txt {
    margin-top: 4.17vw;
  }
  .store_step_info .table_3 th, .store_step_info .table_3 td {
    padding: 4.17vw 0;
    font-size: 3.89vw;
  }
  .store_step_input .save_form {
    padding: 0 20px;
  }
  .store_step_input .save_form > fieldset {
    margin-top: 13.89vw;
  }
  .store_step_input .save_form .btn_row_2 {
    margin: 9.72vw 0 0;
  }
  .store_step_input .save_form .btn_2 {
    height: 12.78vw;
    font-size: 4.44vw;
    border-radius: 6.39vw;
  }
  .store_step_input .save_form .form_mark {
    top: 2.17vw;
  }
  .store_step_input .save_item_tit {
    padding-bottom: 2.78vw;
    margin-bottom: 5.56vw;
    font-size: 4.44vw;
  }
  .store_step_input label {
    font-size: 3.89vw;
  }
  .store_step_input .cert .input_box input[type=text], .store_step_input .cert .input_box input[type=number] {
    width: calc(100% - 30.56vw);
  }
  .store_step_input .btn_3 {
    top: 6.67vw !important;
  }
  .store_step_input .btn_3, .store_step_input .btn_4,
  .store_step_input .btn_3#certSmsRe {
    width: 29.17vw !important;
    height: 11.11vw !important;
    line-height: 11.11vw !important;
    font-size: 3.33vw !important;
  }
  .store_step_input .n_label {
    margin-top: 2.78vw;
  }
  .store_step_input .n_label .txt_timer {
    top: 4.17vw !important;
    right: 33.33vw !important;
    font-size: 3.47vw !important;
  }
  .store_step_input .input_box > label {
    margin: 6.94vw 0 2.78vw;
  }
  .store_step_input .input_box input[type=text], .store_step_input .input_box input[type=number] {
    height: 11.11vw;
    padding-left: 3.19vw;
    font-size: 3.47vw;
  }
  .store_step_input .input_box input[type=text]::-moz-placeholder, .store_step_input .input_box input[type=number]::-moz-placeholder {
    font-size: 3.47vw;
  }
  .store_step_input .input_box input[type=text]::placeholder,
  .store_step_input .input_box input[type=number]::placeholder {
    font-size: 3.47vw;
  }
  .store_step_input .select .circle_chk_box:nth-child(n+3) {
    margin-top: 2.78vw;
  }
  .store_step_input .radio_box .input_box > label {
    margin-bottom: 5.56vw;
  }
  .store_step_input .radio_box .input_box input + label {
    padding-left: 7.36vw;
    line-height: 5.69vw;
    font-size: 3.89vw;
  }
  .store_step_input .radio_box .input_box input + label::before {
    width: 5.69vw;
    height: 5.69vw;
  }
  .store_step_input .radio_box .input_box input + label::after {
    top: 1.2vw;
    left: 1.65vw;
    width: 2.92vw;
    height: 2.92vw;
  }
  .store_step_input .grade_box::after {
    top: 4.5vw;
    right: 3.06vw;
    width: 1.81vw;
    height: 1.81vw;
    margin-left: 1.39vw;
  }
  .store_step_input .grade_box .grade_select {
    height: 11.11vw;
    font-size: 3.47vw;
  }
  .store_step_input .txt_sms {
    margin-top: 2.78vw;
    font-size: 3.33vw;
  }
  .store_step_input .term_contents {
    max-height: 44.44vw;
    padding: 5.83vw 5.56vw 5.83vw;
    margin-bottom: 2.78vw;
    font-size: 3.33vw;
  }
  .store_step_input .term_contents h4 {
    font-size: 3.33vw;
  }
  .store_step_input .square_chk_box > input[type=checkbox] + label {
    padding-left: 7.92vw;
    line-height: 5.69vw;
    font-size: 3.89vw;
  }
  .store_step_input .square_chk_box > input[type=checkbox] + label::before {
    width: 5.69vw;
    height: 5.69vw;
  }
  .store_step_input .square_chk_box > input[type=checkbox]:checked + label::after {
    top: 1.39vw;
    left: 1.39vw;
    width: 2.92vw;
    height: 1.67vw;
    border-left: 2px solid #13bd7e;
    border-bottom: 2px solid #13bd7e;
  }
  .store_comp {
    max-width: 720px;
    padding: 0 20px;
  }
  .store_comp.login_join_wrap {
    padding: 13.89vw 20px;
  }
  .store_comp > h1 {
    line-height: 8.33vw;
    font-size: 6.94vw;
  }
  .store_comp > h1 + .desc_txt {
    margin: 4.17vw 0 13.89vw;
    line-height: 4.17vw;
    font-size: 3.61vw;
    letter-spacing: -0.02vw;
  }
  .store_comp .save_item_tit {
    margin-bottom: 2.78vw;
    font-size: 4.44vw;
  }
  .store_comp .store_tit {
    margin-bottom: 4.17vw;
    font-size: 4.44vw;
    text-align: left;
  }
  .store_comp .desc_box {
    flex-wrap: wrap;
  }
  .store_comp .desc_box > li {
    width: 100%;
    padding: 0;
    margin-right: 0;
    border: none;
    border-radius: 0;
    text-align: left;
  }
  .store_comp .desc_box > li:last-child {
    margin-top: 13.89vw;
  }
  .store_comp .table_2 {
    border-width: 0.56vw;
  }
  .store_comp .table_2 th {
    width: 33%;
    padding: 4.44vw 0;
    font-size: 3.89vw;
    text-align: center;
  }
  .store_comp .table_2 td {
    width: 67%;
    padding: 4.17vw;
    font-size: 3.89vw;
  }
  .store_comp .input_box {
    margin: 9.72vw 0 27.78vw;
    text-align: center;
  }
  .store_comp .input_box .btn_2 {
    max-width: 100%;
    height: 12.78vw;
    line-height: 12.78vw;
    font-size: 4.44vw;
    border-radius: 6.39vw;
  }
  .store_comp .input_box .btn_2:last-child {
    margin: 2.78vw 0 0;
  }
  .store_app_comp .store_txt {
    padding: 4.17vw 0 0;
    line-height: 4.72vw;
    font-size: 3.33vw;
  }
  .store_app_comp .store_txt > li {
    position: relative;
    padding-left: 2.08vw;
  }
  .store_app_comp .store_txt > li i {
    position: absolute;
    top: 0.28vw;
    left: 0;
  }
}

#modal_school .modal_wrap {
  max-width: 620px;
  max-height: 634px;
}
#modal_school .join_wrap {
  max-width: 100%;
}
#modal_school .form_contents {
  margin: 30px 0;
}
#modal_school .form_contents > li {
  display: flex;
  justify-content: space-between;
}
#modal_school .input_box {
  width: 100%;
  max-width: 360px;
  margin-bottom: 0;
}
#modal_school .input_box input {
  max-width: 100%;
}
#modal_school .btn_3 {
  width: 133px;
  height: auto;
  padding: 0;
  aspect-ratio: 133/50;
}
#modal_school .school_result {
  max-height: 304px;
  overflow-y: auto;
  border-bottom: 1px solid #e7e8e9;
}
#modal_school .table_3 tbody tr:last-child {
  border-bottom: none;
}
#modal_school .table_3 th, #modal_school .table_3 td {
  word-break: keep-all;
}
#modal_school .table_3 td {
  padding: 20px 5px;
  line-height: 25px;
}
@media (max-width: 1023px) {
  #modal_school .modal_wrap {
    width: calc(100% - 40px);
    height: inherit;
    max-height: 500px;
  }
  #modal_school .form_contents {
    margin: 16px 0;
  }
  #modal_school .input_box {
    width: calc(100% - 143px);
    max-width: 100%;
  }
  #modal_school .input_box input {
    height: 50px;
  }
}
@media (max-width: 767px) {
  #modal_school .form_contents {
    margin: 2.22vw 0;
  }
  #modal_school .input_box {
    width: calc(100% - 120px);
  }
  #modal_school .input_box input {
    height: 40px;
  }
  #modal_school .btn_3 {
    line-height: 1;
    width: 110px;
    height: 40px;
  }
}