@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
section.platform-terms-sub {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  background-color: #000;
}
section.platform-terms-sub.sub-7 .terms-header-content {
  width: 100%;
  position: absolute;
  left: 72px;
  top: 65px;
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
section.platform-terms-sub.sub-7 .terms-header-content .terms-icon {
  width: 45px;
  height: auto;
  filter: drop-shadow(-5px 5px 2px rgba(0, 0, 0, 0.3));
}
section.platform-terms-sub.sub-7 .terms-header-content .terms-title {
  font-family: "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "NotoSansKR", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
section.platform-terms-sub .close-btn {
  position: absolute;
  right: 35px;
  top: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../img/ic_full_layer_close.svg") no-repeat center/17px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  z-index: 1;
}
section.platform-terms-sub .close-btn:hover {
  background-color: #595959;
}
section.platform-terms-sub .terms-sub-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
  height: 100%;
  background-color: #141414;
}
section.platform-terms-sub .terms-sub-wrap .terms-header-content {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  padding-left: 70px;
  width: 100%;
  margin-top: 65px;
}
section.platform-terms-sub .terms-sub-wrap .terms-header-content .terms-icon {
  width: 45px;
  height: auto;
}
section.platform-terms-sub .terms-sub-wrap .terms-header-content .terms-title {
  font-family: "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "NotoSansKR", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  height: 675px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 70px;
  height: 100%;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left .terms-summary-left-content {
  display: flex;
  align-items: end;
  gap: 15px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left .terms-summary-left-content .terms-summary {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left .terms-summary-left-content .terms-summary .terms-summary-title-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left .terms-summary-left-content .terms-summary .terms-summary-title-num p {
  color: #fff;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left .terms-summary-left-content .terms-summary .terms-summary-title-num .title {
  font-family: "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "NotoSansKR", sans-serif;
  font-size: 25px;
  font-weight: bold;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left .terms-summary-left-content .terms-summary .terms-summary-title-num .joint-line {
  flex: 1;
  height: 1px;
  background-color: #fff;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left .terms-summary-left-content .terms-summary .terms-summary-title-num .num {
  font-family: "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "NotoSansKR", sans-serif;
  font-size: 45px;
  font-weight: bold;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left .terms-summary-left-content .terms-summary .terms-summary-main {
  font-family: "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "NotoSansKR", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left .terms-summary-left-content .terms-summary .terms-summary-main .terms-link-txt {
  text-decoration: underline;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-left .terms-summary-left-content .color-joint-line {
  width: 130px;
  height: 1px;
  margin-bottom: 8px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 70px;
  padding-bottom: 40px;
  height: 100%;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right .terms-summary-right-content {
  display: flex;
  align-items: end;
  gap: 15px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right .terms-summary-right-content .terms-summary {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 5px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right .terms-summary-right-content .terms-summary .terms-summary-title-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right .terms-summary-right-content .terms-summary .terms-summary-title-num p {
  color: #fff;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right .terms-summary-right-content .terms-summary .terms-summary-title-num .title {
  font-family: "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "NotoSansKR", sans-serif;
  font-size: 25px;
  font-weight: bold;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right .terms-summary-right-content .terms-summary .terms-summary-title-num .joint-line {
  flex: 1;
  height: 1px;
  background-color: #fff;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right .terms-summary-right-content .terms-summary .terms-summary-title-num .num {
  font-family: "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "NotoSansKR", sans-serif;
  font-size: 45px;
  font-weight: bold;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right .terms-summary-right-content .terms-summary .terms-summary-main {
  font-family: "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "NotoSansKR", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right .terms-summary-right-content .terms-summary .terms-summary-main .terms-link-txt {
  text-decoration: underline;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right .terms-summary-right-content .color-joint-line {
  width: 130px;
  height: 1px;
  margin-bottom: 8px;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-center {
  display: flex;
  align-items: end;
  height: 100%;
}
section.platform-terms-sub .terms-sub-wrap .terms-summary-wrap .terms-summary-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 70px;
  height: 100%;
}
section.platform-terms-sub .terms-sub-wrap .bg-center-image {
  width: 367px;
  height: 676px;
}
section.platform-terms-sub .terms-sub-contents {
  max-width: 1050px;
  padding: 12dvh 0 6dvh 0;
  margin: 0 auto;
  height: 100dvh;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll {
  padding: 0px 140px 65px 35px;
  width: 1063px;
  height: calc(82vh - 243px);
  overflow-y: auto;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.quarter {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.quarter .con-wrap {
  width: calc(50% - 40px);
  display: flex;
  align-items: start;
  color: #fff;
  margin: 30px 0;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.quarter .con-wrap .txt-box {
  margin-left: 42px;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.quarter .con-wrap .txt-box .tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.quarter .con-wrap .txt-box .txt {
  line-height: 2;
  font-size: 16px;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.column {
  display: flex;
  align-items: stretch;
  gap: 80px;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.column .left-icon-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 56px 19px 94px 19px;
  border: 10px solid #FFC000;
  border-radius: 70px;
  margin-bottom: -20px;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.column .right-con-wrap {
  padding: 46px 0;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.column .right-con-wrap .con-box {
  color: #fff;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.column .right-con-wrap .con-box + .con-box {
  margin-top: 44px;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.column .right-con-wrap .con-box .tit {
  font-size: 20px;
  font-weight: bold;
}
section.platform-terms-sub .terms-sub-contents .terms-sub-scroll .terms-con.column .right-con-wrap .con-box .txt {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 18px;
}
section.platform-terms-sub .terms-sub-head-box {
  padding-bottom: 50px;
}
section.platform-terms-sub .terms-sub-head-box .head-contents-box {
  width: 1075px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
section.platform-terms-sub .terms-sub-head-box .head-contents-box .head-txt-box {
  max-width: 424px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: 0em;
  font-family: "Noto Sans KR";
  background: url("../img/img_terms_head_bg.svg") no-repeat left 54px center;
  height: 193px;
  display: inline-flex;
  align-items: center;
}
section.platform-terms-sub .terms-sub-head-box .head-contents-box .head-subject-box {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  font-family: "Malgun Gothic";
  margin-left: 16px;
}
section.platform-terms-sub .terms-sub-head-box .head-contents-box .head-subject-box .head-sub-box {
  font-size: 15px;
  font-family: "Noto Sans KR";
  font-weight: 300;
  line-height: 26px;
  margin-top: 20px;
}
section.platform-terms-sub .terms-sub-head-box .head-contents-box .head-subject-box .head-sub-box .head-sub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  border-radius: 20px;
  background-color: #4A4949;
  width: 95px;
}
section.platform-terms-sub .terms-sub-head-box .head-contents-box .head-subject-box .head-sub-box .head-sub-btn:hover {
  background-color: #02b0f0;
}
section.platform-terms-sub .terms-sub-head-box .head-contents-box .head-subject-box .head-sub-box .head-sub-btn .ic {
  margin-right: 6px;
}
section.platform-terms-sub .terms-sub-head-box .head-contents-box .head-subject-box .head-sub-box .head-sub-btn .ic.ic-chk {
  /* background: url("../img/ic_terms_chk.svg") no-repeat center/cover; */
  width: 20px;
  height: 17px;
}
section.platform-terms-sub .terms-sub-head-box .head-contents-box .head-subject-box .head-sub-box .head-sub-btn .txt {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
section.platform-terms-sub .terms-sub-body-box > p {
  position: relative;
  color: #fff;
  line-height: 32px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.03em;
  padding: 0 0 50px;
}
section.platform-terms-sub .terms-sub-body-box > p b {
  font-weight: 700;
}
section.platform-terms-sub .terms-sub-body-box .terms-item-box + .terms-item-box {
  margin-top: 20px;
}
section.platform-terms-sub .terms-sub-body-box .terms-group-box + .terms-group-box {
  padding-top: 72px;
  margin-top: 72px;
  text-align: center;
  border-top: 1px solid #FFFFFF;
}
section.platform-terms-sub .terms-sub-body-box .terms-table-box .table-tit-box {
  position: relative;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 30px;
  font-weight: 700;
  padding: 0 28px;
}
section.platform-terms-sub .terms-sub-body-box .terms-table-box .table-tit-box:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 4px;
  width: 2px;
  height: 20px;
  background-color: #fff;
}
section.platform-terms-sub .terms-sub-body-box .terms-table-box .table-con-box {
  margin: 0 45px;
  padding: 50px 0 24px;
  border-bottom: 1px solid #fff;
}
section.platform-terms-sub .terms-sub-body-box .terms-table-box .table-con-box table thead th {
  font-weight: 700;
  font-size: 17px;
  line-height: 31px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
  color: #fff;
  font-family: "Noto Sans KR";
  text-align: center;
}
section.platform-terms-sub .terms-sub-body-box .terms-table-box .table-con-box table thead th.left {
  text-align: left;
}
section.platform-terms-sub .terms-sub-body-box .terms-table-box .table-con-box table tbody tr:first-child td {
  padding-top: 20px;
}
section.platform-terms-sub .terms-sub-body-box .terms-table-box .table-con-box table tbody td {
  font-weight: 300;
  font-size: 17px;
  line-height: 40px;
  color: #fff;
  font-family: "Noto Sans KR";
  text-align: center;
}
section.platform-terms-sub .terms-sub-body-box .terms-table-box .table-con-box table tbody td.left {
  text-align: left;
}
section.platform-terms-sub .terms-sub-body-box .terms-table-box .table-foot-box {
  padding-right: 92px;
  padding-top: 15px;
  text-align: right;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 33px;
  font-family: "Noto Sans KR";
}
section.platform-terms-sub .terms-sub-body-box .terms-dot-list .terms-dot-box {
  position: relative;
  padding-left: 15px;
  font-family: "Malgun Gothic";
  color: #fff;
  line-height: 32px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.03em;
}
section.platform-terms-sub .terms-sub-body-box .terms-dot-list .terms-dot-box:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "∙";
  font-size: 15px;
  color: #FFFFFF;
  line-height: 26px;
  letter-spacing: 0.03em;
}
section.platform-terms-sub .terms-sub-body-box .terms-dot-list .terms-dot-box + .terms-dot-box {
  margin-top: 30px;
}
section.platform-terms-sub .terms-sub-body-box .terms-view-box {
  position: relative;
  padding-left: 175px;
}
section.platform-terms-sub .terms-sub-body-box .terms-view-box.full {
  padding-left: 0;
}
section.platform-terms-sub .terms-sub-body-box .terms-view-box .subject-box {
  position: absolute;
  left: 20px;
  top: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: "Noto Sans KR";
}
section.platform-terms-sub .terms-sub-body-box .terms-view-box .subject-box .subject-tit {
  margin-top: 6px;
}
section.platform-terms-sub .terms-sub-body-box .link-txt {
  font-size: 16px;
  text-decoration: underline;
  line-height: 26px;
  text-underline-position: under;
}
section.platform-terms-sub .terms-sub-body-box .terms-sub-box {
  font-family: "Noto Sans KR";
  color: #fff;
  line-height: 26px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.03em;
  padding-top: 40px;
}
section.platform-terms-sub .terms-sub-body-box .terms-tit-box {
  color: black;
  font-weight: 550;
  letter-spacing: -0.03em;
  line-height: 35px;
  font-size: 20px;
  font-family: "Malgun Gothic";
}
section.platform-terms-sub .terms-sub-body-box .terms-txt-box {
  color: black;
  line-height: 29px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.2px;
  font-family: "Malgun Gothic";
}

section.platform-terms-main {
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  background-color: #fff;
}
section.platform-terms-main .left-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  background-color: #000;
  box-sizing: border-box;
}
section.platform-terms-main .left-content .terms-view-head-box {
  display: flex;
  justify-content: start;
  width: 988px;
  padding: 94px 0 0 144px;
}
section.platform-terms-main .left-content .terms-view-head-box.main-3, section.platform-terms-main .left-content .terms-view-head-box.main-7 {
  padding-top: 120px;
}
section.platform-terms-main .left-content .terms-view-head-box .head-contents-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  color: #fff;
}
section.platform-terms-main .left-content .terms-view-head-box .head-contents-box .small-txt {
  padding-left: 4px;
}
section.platform-terms-main .left-content .terms-view-head-box .head-contents-box .summary-terms-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  cursor: pointer;
}
section.platform-terms-main .left-content .terms-view-head-box .head-contents-box .summary-terms-btn img {
  height: 13px;
}
section.platform-terms-main .left-content .terms-view-head-box .head-txt-box {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  font-family: inherit;
  line-height: 60px;
}
section.platform-terms-main .left-content .terms-view-head-box .close-btn {
  position: fixed;
  right: 30px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../img/img_black_close_btn.png") no-repeat center/17px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  z-index: 15;
}
section.platform-terms-main .left-content .terms-view-head-box .close-btn:hover {
  background-color: #b2b2b2;
}
section.platform-terms-main .left-content .terms-step-nav-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  width: 988px;
  height: auto;
  padding: 0;
}
section.platform-terms-main .left-content .terms-step-nav-wrap .stepper-box {
  position: absolute;
  left: 680px;
  bottom: 0;
  width: 270px;
  padding-bottom: 45px;
}

article.terms-main-layout1 {
  padding: 0 74px 135px;
  overflow: scroll;
  background-color: white;
  width: 100%;
  overflow-y: scroll; /* always show vertical scrollbar */
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  margin: 0 7px 0 0;
}
article.terms-main-layout1.add-padding {
  padding-bottom: 680px;
}
article.terms-main-layout1::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
article.terms-main-layout1::-webkit-scrollbar-track {
  border-radius: 4px;
  margin-top: 147px;
  margin-bottom: 10px;
}
article.terms-main-layout1::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #fec800;
  border: 1px solid #fec800;
  min-height: 50px;
}
article.terms-main-layout1 * {
  font-family: "Malgun Gothic";
}
article.terms-main-layout1 .wrap {
  max-width: 900px;
}
article.terms-main-layout1 .link-txt {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 400;
}
article.terms-main-layout1 .terms-sub-box {
  padding-top: 50px;
  color: #fff;
  line-height: 26px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.03em;
}
article.terms-main-layout1 .terms-group-box .terms-item-box + .terms-item-box {
  margin-top: 32px;
}
article.terms-main-layout1 .terms-group-box .terms-tit-box {
  color: black;
  font-weight: 550;
  letter-spacing: -0.03em;
  line-height: 35px;
  font-size: 20px;
  font-family: "Malgun Gothic";
}
article.terms-main-layout1 .terms-group-box .terms-txt-box {
  color: black;
  line-height: 29px;
  font-weight: 300;
  font-size: 15px;
  font-family: "Malgun Gothic";
  letter-spacing: -0.3px;
}
article.terms-main-layout1 .terms-group-box .terms-txt-box span {
  color: #00B0F0;
}

section.platform-terms-view {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  background-color: #fff;
}
section.platform-terms-view .terms-view-head-box {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 90px;
  background-color: #000000;
}
section.platform-terms-view .terms-view-head-box .logo-box {
  display: inline-flex;
  background: url("../img/img_terms_logo.svg") no-repeat center/cover;
  width: 177px;
  height: 19px;
}
section.platform-terms-view .terms-view-head-box .close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../img/ic_terms_view_close.svg") no-repeat center/cover;
  width: 30px;
  height: 30px;
}

article.terms-view-layout2 {
  padding-top: 194px;
  height: calc(100vh - 105px);
  overflow: auto;
  position: relative;
}
article.terms-view-layout2::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
article.terms-view-layout2::-webkit-scrollbar-track {
  border-radius: 4px;
  margin-top: 160px;
  margin-bottom: 10px;
}
article.terms-view-layout2::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #fec800;
  border: 1px solid #fec800;
  min-height: 50px;
}
article.terms-view-layout2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 414px;
  background: url("../img/img_terms_view_bg.png") no-repeat top right;
}
article.terms-view-layout2.inner-style {
  padding-top: 47px;
}
article.terms-view-layout2.inner-style .wrap {
  padding: 0 65px;
  width: 100%;
}
article.terms-view-layout2.inner-style:after {
  display: none;
}
article.terms-view-layout2.inner-style .view-head-box {
  padding: 0 0 0 65px;
}
article.terms-view-layout2.inner-style .view-head-box .head-box {
  width: 327px;
  min-height: 178px;
  background: url(../img/img_term_head_bg2_inner.svg) no-repeat right center;
}
article.terms-view-layout2.inner-style .view-head-box .head-box .head-txt-box {
  font-size: 30px;
  line-height: 40px;
}
article.terms-view-layout2.inner-style .view-head-box .head-sub-box {
  padding-left: 50px;
}
article.terms-view-layout2 * {
  font-family: "Noto Sans KR";
}
article.terms-view-layout2 .terms-sub-box {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: #595959;
}
article.terms-view-layout2 .view-head-box {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
article.terms-view-layout2 .view-head-box .head-box {
  display: inline-flex;
  align-items: center;
  min-height: 220px;
  background: url(../img/img_term_head_bg2.svg) no-repeat right center;
  width: 404px;
}
article.terms-view-layout2 .view-head-box .head-box .head-txt-box {
  margin-left: -66px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.032em;
  color: #262626;
}
article.terms-view-layout2 .view-head-box .head-sub-box {
  position: relative;
  padding-left: 146px;
  display: inline-flex;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 35px;
}
article.terms-view-layout2 .view-body-box {
  padding: 45px 0 90px;
}
article.terms-view-layout2 .view-body-box .terms-group-box .terms-item-box + .terms-item-box {
  margin-top: 27px;
}
article.terms-view-layout2 .view-body-box .terms-group-box .terms-tit-box {
  color: #595959;
  padding-bottom: 19px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 26px;
  font-family: "Noto Sans KR";
  font-size: 17px;
}
article.terms-view-layout2 .view-body-box .terms-group-box .terms-txt-box {
  color: #595959;
  line-height: 26px;
  font-weight: 300;
  font-size: 15px;
  font-family: "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "NotoSansKR", sans-serif;
  letter-spacing: -0.4px;
}
article.terms-view-layout2 .view-body-box .terms-group-box .link-txt {
  font-size: 15px;
  text-decoration: underline;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-underline-position: under;
}
article.terms-view-layout2 .view-body-box .terms-box + .terms-box {
  margin-top: 30px;
}
article.terms-view-layout2 .view-body-box .terms-box .tit-box {
  font-family: "Noto Sans KR";
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
article.terms-view-layout2 .view-body-box .terms-box .tit-box + .con-box {
  padding-top: 20px;
}
article.terms-view-layout2 .view-body-box .terms-box .con-box {
  position: relative;
  font-family: "Noto Sans KR";
  color: #595959;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 30px;
}
article.terms-view-layout2 .view-body-box .terms-box .con-box.with-dot {
  padding-left: 30px;
}
article.terms-view-layout2 .view-body-box .terms-box .con-box.with-dot:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #000;
}
article.terms-view-layout2 .view-body-box .terms-box .con-box + .con-box {
  margin-top: 20px;
}
article.terms-view-layout2 .view-body-box .terms-box .con-box b {
  color: #595959;
}
article.terms-view-layout2 .view-body-box .terms-box .link-btn {
  color: #00B0F0;
  text-decoration: underline;
  text-underline-position: under;
}

article.terms-view-layout1 {
  padding-top: 147px;
  height: calc(100vh - 105px);
  overflow: auto;
}
article.terms-view-layout1 * {
  font-family: "Noto Sans KR";
}
article.terms-view-layout1 .view-head-box {
  padding-bottom: 38px;
  border-bottom: 1px solid #D9D9D9;
}
article.terms-view-layout1 .view-head-box .head-page-box {
  color: #FFC000;
  font-family: "Arial Black";
  font-weight: 900;
  font-size: 42px;
}
article.terms-view-layout1 .view-head-box .head-txt-box {
  padding-top: 30px;
  color: #7F7F7F;
  font-size: 22px;
  letter-spacing: -0.02em;
}
article.terms-view-layout1 .view-body-box {
  padding: 90px 0;
}
article.terms-view-layout1 .view-body-box .terms-box + .terms-box {
  margin-top: 40px;
}
article.terms-view-layout1 .view-body-box .terms-box .tit-box {
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
article.terms-view-layout1 .view-body-box .terms-box .con-box {
  font-family: "Noto Sans KR";
  color: #7F7F7F;
  font-size: 14px;
  line-height: 21px;
  padding-top: 20px;
}
article.terms-view-layout1 .view-body-box .terms-box .con-box b {
  color: #000000;
}
article.terms-view-layout1 .view-body-box .terms-box .link-btn {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
}

section.doc-section {
  margin-top: 105px;
}
section.doc-section .doc-layout {
  height: 850px;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  background: url("/img/dollarsInBg.png") no-repeat center top/cover;
}
section.doc-section .doc-layout .doc-con-wrap {
  color: #fff;
  height: 100%;
  padding: 101px 90px;
  display: inline-flex;
  flex-flow: column;
  justify-content: start;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
}
section.doc-section .doc-layout .doc-con-wrap .con-box > .tit {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.6px;
}
section.doc-section .doc-layout .doc-con-wrap .con-box .info {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box {
  display: grid;
  gap: 16px 20px;
  margin-top: 40px;
  grid-template-columns: repeat(2, 272px);
}
section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box .doc-item {
  position: relative;
  background-color: #000;
  border-radius: 15px;
  box-shadow: 0px 3px 5px 1px rgba(185, 185, 185, 0.2);
  display: flex;
}
section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box .doc-item:hover {
  background-color: #00B0F0;
}
section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box .doc-item:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 27px;
  background: url("/img/ic_folder_w.png") no-repeat center/cover;
  position: absolute;
  top: 18px;
  right: 18px;
}
section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box .doc-item.contract::before {
  width: 31px;
  height: 37px;
  right: 20px;
  background: url("/img/ic_files_w.png") no-repeat center/cover;
}
section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box .doc-item .con {
  padding: 90px 28px 24px 30px;
}
section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box .doc-item .con .tit {
  color: #fff;
  font-size: 14px;
}
section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box .doc-item .con .sub-txt {
  color: #D0D0D0;
  font-size: 14px;
  margin-top: 3px;
}
section.doc-section .doc-layout .doc-con-wrap .con-box .btn-more {
  position: absolute;
  right: 50px;
  bottom: 90px;
}

@media (max-width: 1024px) {
  section.doc-section {
    margin-top: 50px;
  }
  section.doc-section .doc-layout .doc-con-wrap {
    width: 100%;
    align-items: center;
    padding: 40px 5%;
  }
  section.doc-section .doc-layout .doc-con-wrap .con-box {
    width: 100%;
    max-width: 550px;
  }
  section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box {
    width: 100%;
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
  section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box .doc-item .con .tit {
    font-size: 14px;
  }
  section.doc-section .doc-layout .doc-con-wrap .con-box .doc-list-box .doc-item .con .sub-txt {
    font-size: 12px;
  }
}
.terms-sub-contents-custom {
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: stretch;
  align-items: stretch;
}
.terms-sub-contents-custom .section-mna {
  flex: 2.5;
  background-color: #000000;
  min-width: 0;
  height: 100vh;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 120px;
  position: relative;
}
.terms-sub-contents-custom .section-mna .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 20%;
  padding-left: 85px;
}
.terms-sub-contents-custom .section-mna .icon-wrap img {
  width: 65px;
  height: 61px;
}
.terms-sub-contents-custom .section-mna .title {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 60px;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 41%;
  padding-left: 85px;
}
.terms-sub-contents-custom .section-mna .title span:first-child {
  font-size: 20px;
}
.terms-sub-contents-custom .section-mna .title span:last-child {
  font-size: 15px;
}
.terms-sub-contents-custom .section-mna .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 63%;
  padding: 0 0 20px 85px;
}
.terms-sub-contents-custom .section-mna .content div {
  color: white;
  text-align: left;
  font-size: 13.5px;
  line-height: 25px;
}
.terms-sub-contents-custom .section-eoi {
  flex: 2;
  background-color: #0C0C0C;
  min-width: 0;
  height: 100vh;
  margin: 0;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 120px;
  position: relative;
}
.terms-sub-contents-custom .section-eoi .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 20%;
}
.terms-sub-contents-custom .section-eoi .icon-wrap img {
  width: 51px;
  height: 56px;
}
.terms-sub-contents-custom .section-eoi .title {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 60px;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 41%;
}
.terms-sub-contents-custom .section-eoi .title span:first-child {
  font-size: 20px;
}
.terms-sub-contents-custom .section-eoi .title span:last-child {
  font-size: 15px;
}
.terms-sub-contents-custom .section-eoi .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 63%;
  padding: 0 20px;
}
.terms-sub-contents-custom .section-eoi .content div {
  color: white;
  text-align: left;
  font-size: 13.5px;
  line-height: 25px;
}
.terms-sub-contents-custom .section-mutual {
  flex: 2;
  background-color: #131313;
  min-width: 0;
  height: 100vh;
  margin: 0;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 120px;
  position: relative;
}
.terms-sub-contents-custom .section-mutual .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 20%;
}
.terms-sub-contents-custom .section-mutual .icon-wrap img {
  width: 52px;
  height: 52px;
}
.terms-sub-contents-custom .section-mutual .title {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 60px;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 41%;
}
.terms-sub-contents-custom .section-mutual .title span:first-child {
  font-size: 20px;
}
.terms-sub-contents-custom .section-mutual .title span:last-child {
  font-size: 15px;
}
.terms-sub-contents-custom .section-mutual .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 63%;
  padding: 0 20px;
}
.terms-sub-contents-custom .section-mutual .content div {
  color: white;
  text-align: left;
  font-size: 13.5px;
  line-height: 25px;
}
.terms-sub-contents-custom .section-fee {
  flex: 2.5;
  background-color: #1E1E1E;
  min-width: 0;
  height: 100vh;
  margin: 0;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 120px;
  position: relative;
}
.terms-sub-contents-custom .section-fee .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 20%;
  padding-right: 79px;
}
.terms-sub-contents-custom .section-fee .icon-wrap img {
  width: 52px;
  height: 54px;
}
.terms-sub-contents-custom .section-fee .title {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 60px;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 41%;
  padding-right: 79px;
}
.terms-sub-contents-custom .section-fee .title span:first-child {
  font-size: 20px;
}
.terms-sub-contents-custom .section-fee .title span:last-child {
  font-size: 15px;
}
.terms-sub-contents-custom .section-fee .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 63%;
  padding: 0 79px 20px 0;
}
.terms-sub-contents-custom .section-fee .content div {
  color: white;
  text-align: left;
  font-size: 13.5px;
  line-height: 25px;
}

.full-screen-layout {
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: stretch;
  align-items: stretch;
}
.full-screen-layout .icon-wrap-mna {
  padding-left: 85px;
}
.full-screen-layout .icon-wrap-mna {
  padding-left: 85px;
}
.full-screen-layout .title-mna {
  padding-left: 85px;
}
.full-screen-layout .title-fee {
  padding-right: 79px;
}
.full-screen-layout .content-mna {
  padding: 0 0 20px 85px;
}
.full-screen-layout .content-fee {
  padding: 0 79px 20px 0;
}
.full-screen-layout .content-text {
  color: white;
  text-align: left;
  font-size: 13.5px;
  line-height: 25px;
}
.full-screen-layout .section-icon {
  width: 65px;
  height: 61px;
}
.full-screen-layout .section-eoi .section-icon {
  width: 51px;
  height: 56px;
}
.full-screen-layout .section-mutual .section-icon {
  width: 52px;
  height: 52px;
}
.full-screen-layout .section-fee .section-icon {
  width: 52px;
  height: 54px;
}

.terms-step-nav-wrap {
  width: 0;
  align-self: start;
  padding-top: 16px;
  position: relative;
  left: 669px;
}
.terms-step-nav-wrap.main-1 {
  position: relative;
  top: 69px;
}
.terms-step-nav-wrap.main-2 {
  position: relative;
  bottom: 50px;
}
.terms-step-nav-wrap.main-3 {
  position: relative;
  bottom: 114px;
  left: 718px;
}
.terms-step-nav-wrap.main-7 {
  position: relative;
  bottom: 114px;
  left: 718px;
}
.terms-step-nav-wrap .stepper-box {
  width: 270px;
  position: relative;
  padding-bottom: 42px;
}
.terms-step-nav-wrap .stepper-box .title {
  font-size: 22px;
  color: white;
  margin-bottom: 27px;
}
.terms-step-nav-wrap .stepper-box .step-list-wrap .step-list {
  display: flex;
  align-items: center;
  color: white;
  letter-spacing: -0.7px;
}
.terms-step-nav-wrap .stepper-box .step-list-wrap .step-list + .step-list {
  margin-top: 8px;
}
.terms-step-nav-wrap .stepper-box .step-list-wrap .step-list .step-i {
  width: 14px;
  height: 14px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 12px;
}
.terms-step-nav-wrap .stepper-box .step-list-wrap .step-list .step-i.on {
  border: 1px solid #00B0F0;
  background: #00B0F0;
}
.terms-step-nav-wrap .stepper-box .step-list-wrap .txt {
  font-size: 15px;
  line-height: 25px;
}
.terms-step-nav-wrap .stepper-box .step-list-wrap.on .step-i {
  border: 1px solid #00b0f0;
  background-color: #00b0f0;
}

.info-btn-box {
  width: 200px;
  margin-top: 35px;
}
.info-btn-box .btn-wrap + .btn-wrap {
  margin-top: 20px;
}
.info-btn-box .btn-wrap:not(:last-child) .info-btn:active {
  box-shadow: inset #bdbdbd 1px 1px 5px 0;
}
.info-btn-box .btn-wrap:hover > .btn-info-wrap {
  display: block;
}
.info-btn-box .btn-wrap .info-btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 35px;
  padding: 4px 10px 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 2px 6px 0;
}
.info-btn-box .btn-wrap .info-btn img {
  height: 36px;
}
.info-btn-box .btn-wrap .info-btn .txt {
  color: #817f7f;
  font-size: 14px;
  font-weight: bold;
  margin-left: 18px;
}
.info-btn-box .btn-info-wrap {
  display: none;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 13px;
  padding: 27px 18px 25px;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 8px;
  position: relative;
}
.info-btn-box .btn-info-wrap .close-info {
  width: 10px;
  height: 10px;
  background: url(/img/ic_filter_close.svg) no-repeat center/cover;
  position: absolute;
  right: 14px;
  top: 12px;
}
.info-btn-box .btn-info-wrap .info-footer {
  border-top: 1px solid #403f3f;
  padding-top: 18px;
  margin-top: 20px;
}
.info-btn-box .btn-info-wrap .info-footer .regist-go-wrap {
  display: flex;
  justify-content: space-between;
}

/*# sourceMappingURL=terms.css.map */
