@charset "utf-8";
@import url("font.css");
@import url("common.css");

body,
html {
    /* scroll-behavior: smooth; */
}

article,
section,
div {
  scroll-margin-top: 150px;
}

.stxt {
  color: var(--gray400);
  font-size: var(--font14);
}

/* 공통클래스 */
.hidden {
  display: none;
}

.mb_only {
  display: none;
}

.scrollOff {
  overflow: hidden;
}

.blue_box {
  padding: 0 5px;
  background: var(--blue100);
  color: var(--blue600);
  font-size: var(--font14);
  font-weight: var(--fw400);
  line-height: normal;
  border-radius: 2px;
  border: 1px solid var(--blue100);
  display: inline-block;
  word-break: keep-all;
}

.red_box {
  padding: 0 5px;
  color: var(--red400);
  font-size: var(--font14);
  font-weight: var(--fw400);
  border-radius: 2px;
  background-color: var(--red100);
  display: inline-block;
}

.yellow_box {
  display: inline-block;
  margin-right: 3px;
  padding: 0 5px;
  color: var(--red400);
  font-size: var(--font14);
  font-weight: var(--fw400);
  border-radius: 2px;
  /* border: 1px solid var(--red400); */
  background-color: var(--yellow200);
}

.purple_box {
  display: inline-block;
  margin-right: 3px;
  padding: 0 5px;
  color: var(--blue600);
  font-size: var(--font14);
  font-weight: var(--fw400);
  border-radius: 2px;
  /* border: 1px solid #B2BFFF; */
  background-color: #FCFCFC;
}

.bold_text {
  font-weight: var(--fw500);
}

.link_text {
  text-decoration: underline;
  color: var(--gray900);
}

.link_text.gray {
  /* color: #6e7283; */
}

.sub_text_box {
  display: flex;
  align-items: center;
  padding: 20px 13px;
  margin-bottom: 30px;
  border-radius: 10px;
  margin-top: 20px;
}

.sub_text_box::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url(/eng/img/sub/icon/warning.svg) no-repeat center/contain;
}

.sub_text_box.red::before {
  background: url(/eng/img/sub/icon/warning_red.svg) no-repeat center/contain;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
}

.sub_text_box.gray::before {
  background: none;
  width: auto !important;
  height: auto !important;

  content: '\e2e6';
  font-family: "Material Symbols Outlined";
  display: inline-block;
  font-size: var(--font20);
  margin-right: 10px;
  color: var(--gray400);
}

.sub_text_box p {
  font-size: var(--font15);
  line-height: 1.8;
}

.sub_text_box.yellow {
  background-color: var(--yellow100);
}

.sub_text_box.yellow p {
  color: var(--red400);
  line-height: 1.8;
}

.sub_text_box.yellow .link_text {
  color: var(--gray900);
}

.sub_text_box.red {
  background-color: var(--red100);
}

.sub_text_box.red p {
  color: var(--red400);
}

.sub_text_box.gray {
  background-color: var(--gray200);
}

.sub_text_box.gray p {
  color: var(--gray600);
}

/* wrap */
.sub_main_wrap {
  /* padding-top: 60px; */
  padding-top: 85px;
}

.sub_main_wrap.search_on::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/*.payment_page article_contain 공통요소 */
.payment_page .article_contain>article:not(:last-child) {
  margin-bottom: 80px;
}

.payment_page .article_contain>section article:not(:last-child) {
  margin-bottom: 80px;
}

.payment_page .article_contain:first-child {
  /* padding-top: 0; */
}

.payment_page .article_contain>section:not(:first-child) {
  padding-top: 80px;
}

.payment_page .article_contain .line {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--gray300);
}

.payment_page .article_contain .text_cont.mg {
  line-height: 2.5;
}

.payment_page .article_contain .section_title {
  margin: 40px 0 10px;
  font-size: var(--font28);
  font-weight: var(--fw400);
  color: var(--gray900);
}

.payment_page .article_contain .section_sub_title {
  margin: 50px 0 10px;
  font-size: var(--font24);
  font-weight: var(--fw400);
  color: var(--gray900);
}

.payment_page .article_contain .text_container {
  margin-bottom: 30px;
}

.payment_page .article_contain .text_bot {
  margin-bottom: 20px;
}

.payment_page .article_contain .text_middle {
  margin: 30px 0;
}

.payment_page .article_contain .side_content article .title {
  margin-bottom: 25px;
}

/* aside */
.aside {
  flex-shrink: 0;
  position: sticky;
  top: 86px;
  width: 350px;
  height: calc(100vh - 86px);
  border-right: 1px solid var(--gray300);
  /* padding: 40px 30px; */
  padding: 0 0 40px 0;
  overflow-y: auto;
}

.aside.pad {
  padding: 40px 30px;
}

.aside .aside_tit {
  color: var(--gray900);
  font-weight: var(--fw700);
  padding: 15px 0;
  font-size: var(--font28);
}

.aside .menu1 {
  overflow: hidden;
}

.aside .menu1.on {
  color: var(--blue600);
}

.aside .menu1.on a {
  color: var(--blue600);
  font-weight: var(--fw700);
}

.aside .menu1.active .menu2 {
  height: auto;
  transform: translateY(0);
  visibility: visible;
}

.aside .menu1 a {
  display: block;
  width: 100%;
  padding: 12px 0;
  color: var(--gray900);
  /* font-weight: var(--fw500); */
}

.aside .menu2 {
  visibility: hidden;
  transform: translateY(-100%);
  height: 0;
  transition: all 0.25s;
}

.aside .menu2 a {
  color: var(--gray600);
}

.aside .menu2 li a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-left: 15px;
  color: var(--gray600);
  font-weight: var(--fw400);
  font-size: var(--font15);
}

.aside .menu2 li a.active {
  width: 100%;
  background: var(--blue100);
  border-radius: 5px;
  color: var(--blue600);
  font-weight: var(--fw700);
}

.aside .menu3 a {
  /* background: var(--gray200); */
  min-height: auto;
  color: var(--gray500);
  font-weight: var(--fw400);
  font-size: var(--font14);
  padding: 7px 20px 7px 35px;
  padding-left: 20px !important;
  position: relative;
}

.aside .menu3 a:before {
  display: inline-block;
  content: '';
  background: var(--gray300);
  width: 1px; 
  height: 100%; 
  border-radius: 5px;
  position: absolute; 
  top: 0; 
  left: 0;
}

.aside .menu4 a {
  /* background: var(--gray100); */
  min-height: auto;
  color: var(--gray400);
  font-weight: var(--fw400);
  font-size: var(--font13);
  padding: 7px 20px 7px 40px;
  padding-left: 20px !important;
  position: relative;
}

.aside .menu4 a:before {
  display: none;
  content: '';
  background: var(--gray300);
  width: 1px; 
  height: 100%; 
  border-radius: 5px;
  position: absolute; 
  top: 0; 
  left: 0;
}

.aside .aside_in {
  padding: 20px 30px 0;
}

.aside .aside_terminal {
  border-bottom: 1px solid var(--gray300);
  padding: 30px 30px 40px 30px;
  background: var(--gray100);
}

.aside .aside_terminal .aside_tit {
  font-size: 1rem;
  padding: 0 0 12px;
}

.aside .aside_terminal select {
  background: var(--whiteColor);
  padding: 12px 10px;
}

/* .aside .aside_terminal select option {
  font-weight: normal;
  color: var(--gray600);
}

.aside .aside_terminal select:not(:checked) {
  font-weight: bold;
  color: var(--blue600);
} */


/* aside_page_nav */
.aside_page_nav {
  flex-shrink: 0;
  position: sticky;
  top: 45px;
  width: 200px;
  height: calc(100vh - 45px);
  padding: 100px 3% 100px 0;
  overflow-y: auto;
}

.aside_page_nav::-webkit-scrollbar {
  display: none;
}

.aside_page_nav .page_nav_title {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: var(--fw500);
  color: var(--gray900);
  display: none;
}

.aside_page_nav .link_point {
  display: inline-block;
  font-size: var(--font14);
  font-weight: var(--fw400);
  color: var(--gray600);
  transition: font-weight 0.3s linear;
  will-change: font-weight;
  text-align: left;
  vertical-align: top;
  word-break: keep-all;
  display: block;
}

.aside_page_nav .link_point.active {
  color: var(--blue600);
  font-weight: var(--fw700);
}

.aside_page_nav .nav_list>li {
  margin-bottom: 15px;
}

.aside_page_nav .nav_list>li:last-child {
  margin-bottom: 0;
}

.aside_page_nav .sub_depth {
  margin-top: 10px;
  padding-left: 7px;
  border-left: 1px solid var(--gray300);
}

.aside_page_nav .sub_depth .link_point:last-child {
  margin-bottom: 0;
}

.aside_page_nav .sub_depth>li:not(:last-child) {
  margin-bottom: 10px;
}

.aside_page_nav .sub_depth>li button {
  padding-top: 9px;
  font-weight: var(--fw400);
  color: var(--gray400);
  text-align: left;
  font-size: var(--font13);
  word-break: keep-all;
}

.aside_page_nav .sub_depth>li button:first-child {
  padding-top: 0;
}

.arrow_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--whiteColor);
  z-index: 1;
  cursor: pointer;
}

.arrow_box .nav_arrow {
  transform: rotate(180deg);
  transition: all 0.2s;
}

.menu1.active .nav_arrow {
  transform: rotate(0);
}

.inner {
  width: 1360px;
  margin: 0 auto;
}

.btn_group {
  display: flex;
  align-items: center;
}

.btn {
  width: 100%;
  height: 100%;
  background: var(--blue600);
  border-radius: 5px;
  color: var(--whiteColor);
}

.btn.white {
  background: var(--whiteColor);
  border: 1px solid var(--blue600);
  color: var(--blue600);
}

.title {
  margin-bottom: 20px;
  font-size: var(--font48);
  font-weight: var(--fw700);
  color: #1c2733;
}

.title.mg {
  margin-bottom: 20px;
}

.m-b-code {
  margin-bottom: 20px !important;
}

.m-4-code {
  margin-bottom: 40px !important;
}

.m-b-none {
  margin-bottom: 0 !important;
}

.m-t-none {
  margin-top: 0 !important;
}

.t-t-none {
  padding-top: 0 !important;
}

.t-t40-none {
  padding-top: 40px !important;
}

.t-t30-none {
  padding-top: 30px !important;
}

.t-t20-none {
  padding-top: 20px !important;
}

.t-t10-none {
  padding-top: 10px !important;
}

.t-b-none {
  padding-bottom: 0 !important;
}

.t-b30-none {
  padding-bottom: 30px !important;
}

.t-b20-none {
  padding-bottom: 20px !important;
}

.t-b10-none {
  padding-bottom: 10px !important;
}


.top_btn {
  display: none;
}

.sub_title {
  font-size: var(--font24);
  font-weight: var(--fw500);
  margin-bottom: 25px;
  color: var(--gray900);
}

/* 모달 */
.modal {
  display: none;
}

/* 코드 복사 완료 팝업 */
.copy_complete_modal {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.copy_complete_modal .wrap_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.copy_complete_modal p {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 15px 35px;
  font-size: var(--font_size18);
  font-weight: var(--fw500);
  color: #444;
  white-space: nowrap;
  border-radius: 15px;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.copy_complete_modal .wrap_inner p::before {
  content: "";
  display: inline-flex;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background: url(/eng/img/sub/icon/modal_check.svg) no-repeat center/contain;
  filter: invert(49%) sepia(59%) saturate(7474%) hue-rotate(199deg) brightness(99%) contrast(110%);
}

.copy_complete_modal p:last-child {
  margin-bottom: 0;
}

/* 셀렉트박스 */
.test_right .test_select {
  padding-right: 0;
  width: auto;
  margin-bottom: 10px;
}

.test_select {
  display: flex;
  align-content: center;
  width: calc(100% - 100px);
  padding-right: 10px
}

.test_select .select_wrap:first-child {
  margin-right: 10px;
}

.test_select .select_wrap {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
  background-color: var(--whiteColor);
  border: 1px solid var(--gray300);
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.api_test .test_select .select_wrap {
  margin-bottom: 0;
}

.version_box.test_select .select_wrap {
  /* padding: 0; */
}

.test_select .select_wrap.auto {
  min-width: initial;
}

.test_select .select_title::after {
  content: "";
  display: block;
  position: relative;
  background: url(/eng/img/sub/icon/select_arrow.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  /* top: 50%;
    right: 0; */
  /* transform: translate(0, -50%); */
  transition: all 0.2s;
}

.version_box.test_select .select_title::after {
  background: url(/eng/img/sub/icon/b_arrow.svg) no-repeat center/contain;
}

.test_select .select_wrap.open .select_title::after {
  transform: translate(0, 0) rotate(180deg);
}

.test_select .select_title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: var(--font15);
  font-weight: var(--fw400);
  color: var(--gray900);
  text-overflow: ellipsis;
}

.version_box.test_select .select_title p {
  color: var(--blue600);
}

.test_select .select_title.between {
  justify-content: space-between;
}

.test_select .select_list .list {
  width: 100%;
  height: 100%;
  font-size: var(--font15);
  font-weight: var(--fw400);
  cursor: pointer;
}

.test_left .test_select .select_list .list:not(:last-child) {
  margin-bottom: 10px;
}

.test_select .select_title.active {
  color: var(--gray900);
}

.version_box.test_select .select_title.active {
  color: var(--blue600);

}

.test_select .select_list {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  min-width: -webkit-fill-available;
  width: max-content;
  /* max-height: 240px; */
  padding: 10px;
  overflow: auto;
  border: 1px solid var(--gray300);
  background: var(--whiteColor);
  z-index: 10;
  border-radius: 5px;
}

.test_select .select_list::-webkit-scrollbar {
  display: none;
}

.test_select.versio {
  margin-left: auto;
}

.test_select.version .select_wrap,
.test_select.version_box .select_wrap {
  background: none;
  width: max-content;
  margin-right: 0;
}

/* 표 서식 */
.section_con .section_list {
  margin-bottom: 50px;
}

.section_con .section_list:last-child {
  margin-bottom: 0;
}

.table_style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 2px solid var(--gray900);
}

.table_style th {
  font-weight: normal;
  background: var(--gray200);
  text-align: center;
  padding: 15px 10px;
  border: 1px solid var(--gray300);
  border-left: none;
  border-top: none;
  font-size: var(--font15);
  color: var(--gray900);
  vertical-align: middle;
  word-break: keep-all;
}

.table_style th:last-child {
  border-right: 1px solid var(--gray300);
  border-right: none;
}


.table_style td {
  text-align: center;
  padding: 15px 10px;
  border: 1px solid var(--gray300);
  border-left: none;
  border-top: none;
  font-size: var(--font15);
  vertical-align: middle;
  word-break: keep-all;
}


.table_style td:last-child {
  border-right: 1px solid var(--gray300);
	border-right: none;
}

.table_style .border_right {
  border-right: 1px solid var(--gray300) !important;
}

.table_style .left {
  text-align: left !important;
}


.table_style2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

.table_style2 th {
  font-weight: 500;
  background: var(--gray200);
  text-align: left;
  padding: 17px 20px;
  font-size: var(--font15);
  vertical-align: middle;
  word-break: keep-all;
  color: var(--gray900);
  font-weight: var(--fw400);
}

.table_style2 th:first-child {
  border-radius: 5px 0 0 5px
}

.table_style2 th:last-child {
  border-radius: 0 5px 5px 0
}

.table_style2 td {
  text-align: left;
  padding: 17px 20px;
  font-size: var(--font15);
  vertical-align: top;
  word-break: keep-all;
}

.table_style2.code_table .code {
  word-break: break-all;
}

.table_style2 tbody tr {
  border-bottom: 1px solid var(--gray300)
}

.table_style2 tbody tr:last-child {
  border-bottom: 0
}

.half_con {
  display: flex;
  align-items: normal;
}

.half_con > div {
  width: 50%;
  margin-right: 5%;
}

.half_con > div:last-child {
  margin-right: 0;
}

.radio_con label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: var(--font14);
}

.radio_con label:last-child {
  margin-right: 0
}

.mode_list #preview {
  position: relative;
  width: 100%;
  border: 1px solid var(--gray300);
  border-radius: 5px;
}

.list_box li {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: stretch;
}

.list_box li:last-child {
  margin-bottom:0
}

.list_box li span {
  position: relative;
  color: var(--gray900);
  border: 1px solid var(--gray900);
  width: 300px;
  padding: 20px 20px 20px 60px;
  font-weight: var(--fw400);
  display: flex;
  align-items: center;
  word-break: keep-all;
  font-size: 1rem
}

.list_box li strong {
  font-size: var(--font13);
  border-radius: 100px;
  width: 25px; 
  line-height: 25px;
  text-align: center;
  background: var(--gray900);
  color: var(--whiteColor);
  margin-right: 10px;
  font-weight: var(--fw700);
  position: absolute; 
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.list_box li div {
  border: 1px solid var(--gray300);
  border-left: none;
  width: calc(100% - 300px);
  padding: 20px;
  display: flex;
  align-items: center;
}

.border_box {
  border: 1px solid var(--gray300);
  padding: 30px;
}

.flow_box li {
  margin-bottom: 40px;
}

.flow_box li:after {  
  content: '\e313';
  font-family: "Material Symbols Outlined";
  font-size: var(--font28);
  color: var(--gray900);
  position: absolute;
  left: 135px;
  bottom: -42px;
}

.flow_box li:last-child:after {
  display: none;
}

.link_btn {
  display: inline-flex;
  align-items: center;
  width: auto;
  color: var(--whiteColor) !important;
  background: var(--gray600);
  border-radius: 5px;
  padding: 12px 24px;
  margin: 0 8px 10px 0;
}

.link_btn:last-child {
  margin-right:0
}

.link_btn:after {  
  content: '\e89e';
  font-family: "Material Symbols Outlined";
  font-size: var(--font20);
  color: var(--whiteColor);
  margin-left: 8px;
}



@media screen and (max-width: 1440px) {
  .inner {
    width: 94%;
  }

  /* wrap */
  /* .sub_main_wrap {
    padding-top: 60px;
  } */

  /* aside */
  .aside {
    width: 25%
  }

  .aside_page_nav {
    width: 12%
  }


  /*.payment_page article_contain 공통요소 */



  /* 셀렉트박스 */
  .api_test .test_select .select_wrap {
    margin-bottom: 0;
  }


  .version_box.test_select .select_title.active {
    color: var(--blue600);
  }


  .test_select .select_list::-webkit-scrollbar {
    display: none;
  }

  .test_select.versio {
    margin-left: auto;
  }

  .test_select.version .select_wrap,
  .test_select.version_box .select_wrap {
    background: none;
    width: max-content;
  }


  /* aside */

  /* 코드 복사 완료 팝업 */

  .table_style th,
  .table_style td,
  .table_style2 th,
  .table_style2 td {
    padding: 15px 10px;
  }


}

@media screen and (max-width: 1240px) {
  /* :root {
    --font20: 1.125rem;
  } */

  .aside_page_nav {
    display: none;
  }

  .half_con {
    display: block;
  }

  .half_con > div {
    width: 100%;
    margin: 0;
    margin-bottom: 80px;
  }
}

/* 태블릿 */
@media screen and (max-width: 980px) {
  /* :root {
    --font_size48: 2.6rem;
    --font36: 2rem;
    --font32: 1.75rem;
    --font28: 1.5rem;
    --font24: 1.25rem;
    --font20: 1.2rem;
    --font_size18: 1.125rem;
  } */

  /* 공통클래스 */
  .pc_only {
    display: none !important;
  }

  .mb_only {
    display: block;
  }

  .pc_br {
    display: none;
  }

  .blue_box {
    display: inline-flex;
    align-items: center;
  }

  .sub_text_box ol>li {
    flex-direction: column;
  }

  /* header.active */
  .header.active {
    height: 100vh;
    overflow-y: auto;
  }

  .header.active .link_btn {
    display: none;
  }

  .header.active .nav_area {
    transform: none;
  }

  .header.active .btn_menubar {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }

  .header.active .btn_menubar_close {
    display: block;
  }

  .header.active .btn_search_mb {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }

  /* header */
  .header {
    border-bottom: none;
    height: 70px;
  }

  .header::-webkit-scrollbar {
    display: none;
  }

  .header_nav {
    flex-direction: column;
    padding: 15px 3%;
    border-bottom: 1px solid var(--gray300)
  }

  .logo_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* min-height: calc(100vw * (55 / 428)); */
  }

  .logo {
    width: 100%;
  }

  .logo h1 a {
    display: block;
    width: 200px;
    height: auto;
    margin-right: 0;
  }

  .mb_icon_wrap {
    display: flex;
  }

  .btn_search_mb {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url(/eng/img/sub/icon/Search.svg) no-repeat center/32px;
    display: none;
  }

  .btn_menubar {
    display: flex;
    /* width: calc(100vw * (24 / 428));
    height: calc(100vw * (24 / 428)); */
    width: 40px;
    height: 40px;
    background: url(/eng/img/sub/icon/mb_menu_bar.svg) no-repeat center/contain;
    vertical-align: -webkit-baseline-middle;
    opacity: 1;
  }

  .btn_menubar_close {
    display: none;
    width: 40px;
    height: 40px;
    background: url(/eng/img/sub/icon/close.svg) no-repeat center/contain;
  }

  .header .nav_area {
    flex-direction: column;
    width: 100%;
    transform: translateX(calc(100% + 40px));
    padding: 30px 0;
  }

  .header nav {
    order: 2;
    width: 100%;
    /* padding: 30px 0; */
  }

  .header nav>ul {
    flex-direction: column;
  }

  .header nav>ul>li {
    padding: 10px 0;
    font-size: var(--font20);
  }

  .header nav>ul>li:first-child {
    padding-top: 0;
  }

  .header nav>ul>li:not(:last-child) {
    margin-right: 0;
    border: none;
    /* border-bottom: 1px solid #e5edff; */
  }

  .header nav>ul>li>a {
    display: none;
  }

  .header nav>ul>li .nav_title {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    /* font-weight: var(--fw500); */
    color: var(--gray900);
    text-align: left;
    align-items: center;
    font-size: 1.125rem;
  }

  .header nav>ul>li .nav_title::after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 0;
    background: url(/eng/img/sub/icon/arrow.svg) no-repeat center/contain;
    transform: rotate(180deg);
    transition: all 0.3s;
  }

  .header nav>ul>li:last-child .nav_title::after {
    display: none;
  }

  .header nav>ul>li .nav_title.active::after {
    transform: rotate(0);
  }

  .header nav>ul>li .depth.hidden {
    display: none;
  }

  .header nav>ul>li .depth {
    display: block;
  }

  .header nav>ul>li .depth>li a {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    font-size: 1rem;
    /* font-weight: var(--fw500); */
    /* color: var(--gray900); */
  }

  .header nav>ul>li .depth .depth_title>button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 3px 0;
    /* font-weight: var(--fw500); */
  }

  .header nav>ul>li .depth .depth_title>button::after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url(/eng/img/sub/icon/arrow.svg) no-repeat center/contain;
    transform: rotate(180deg);
    transition: all 0.3s;
  }

  .header nav>ul>li .depth .depth_title>button.active::after {
    transform: none;
  }

  .header nav>ul>li .depth .depth_title .sub_depth {
    padding: 0 0 5px 10px;
  }

  .header nav>ul>li .depth .depth_title .sub_depth li a {
    font-size: 1rem;
    padding: 7px 0;
    color: var(--gray400);
  }

  .head_info {
    order: 1;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .head_info .flag a {
    margin-left: 0;
    width: 55px;
    height: 55px
  }

  .head_info .search_icon {
    display: none;
  }

  /* header.search_on */

  /* header -search */
  .header .search_area {
    left: 0;
    height: 100%;
    padding: 20px 3%;
    overflow-y: auto;
  }

  .header .search_area .search_header {
    margin-bottom: 30px
  }

  .header .search_area .search_header .logo {
    width: 220px;
  }

  .header .search_area .search_contents {
    width: 100%;
    padding-top: 0;
  }

  .header .search_area .input_wrap.search {
    padding: 20px 20px 20px 80px;
    font-size: var(--font20);
    border: 1px solid var(--gray350);
    border-radius: 100px;
    background: url(/eng/img/sub/icon/Search.svg) no-repeat left 30px center/30px;
  }

  .header .search_area .input_wrap.search input {
    font-size: var(--font20);
  }

  .header .search_area .search_result {
    padding: 30px 0 10px;
    font-size: inherit;
  }

  .header .search_area .search_result span {
    font-size: inherit;
  }

  .header .search_area .scroll_wrap {
    height: auto;
  }

  .header .search_area .search_list {
    margin-right: 0;
  }

  .header .search_area .img_wrap.close {
    width: 45px;
    height: 45px;
  }

  .header .search_area .btn_search_close {
    width: 45px;
    height: 45px;
  }

  /* wrap */
  .sub_main_wrap {
    padding-top: 85px;
  }

  /*.payment_page article_contain 공통요소 */
  .payment_page .article_contain {
    width: 100%;
  }

  .payment_page .article_contain>article:not(:last-child) {
    margin-bottom: 80px
  }

  .payment_page .article_contain>section article:not(:last-child) {
    margin-bottom: 60px;
  }

  .payment_page .article_contain .text_middle {
    margin: 20px 0
  }

  .payment_page .article_contain .text_container {
    margin-bottom: 25px
  }

  /* aside */
  .aside_page_nav {
    display: none;
  }

  .aside {
    width: 200px;
    top: 70px;
    display: none;
  }

  .aside .menu1 a {
    padding: 10px
  }

  .aside .menu2 li a {
    padding: 10px 10px 10px 20px
  }

  .btn_group {
    order: 1;
  }

  .top_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 3%;
    bottom: 3%;
    border-radius: 10px;
    background: var(--whiteColor);
    box-shadow: 0px 0px calc(100vw * (10 / 428)) #dde0e6;
    cursor: pointer;
  }

  .top_icon {
    width: 40px;
    height: 40px;
  }

  /* 코드 복사 완료 팝업 */

  .version_box.test_select .select_title.active {
    color: var(--blue600);
  }

  .section_con .section_list {
    margin-bottom: 40px;
  }

  .table_width {
    width: 100%;
    overflow-x: scroll;
  }

  .table_style th,
  .table_style td,
  .table_style2 th,
  .table_style2 td {
    padding: 15px 10px;
  }

  .payment_page .article_contain .line {
    padding-bottom: 80px
  }

  .payment_page .article_contain>section:not(:first-child) {
    padding-top: 80px
  }

  .list_box li span {
    width: 200px;
    padding: 15px 15px 15px 55px;
  }

  .list_box li strong {
    left: 15px;
  }

  .list_box li div {
    width: calc(100% - 200px);
  }

  .border_box {
    padding: 15px;
  }

  .flow_box li {
    margin-bottom: 30px;
  }

  .flow_box li:after {  
    left: 85px;
    bottom: -38px;
  }

}

@media screen and (max-width: 768px) {

  /* aside */
  .aside {
    display: none;
  }

  .sub_main_wrap {
    padding-top: 65px;
  }

  .section_con .section_list {
    margin-bottom: 30px;
  }

  .table_width>.table_style,
  .table_width>.table_style2 {
    width: 680px
  }
  

  .payment_page .article_contain .line {
    padding-bottom: 40px
  }

  .payment_page .article_contain>section:not(:first-child) {
    padding-top: 40px;
  }

  .payment_page .article_contain .section_sub_title {
    margin: 40px 0 10px
  }

  .payment_page .article_contain .text_bot {
    margin-bottom: 10px
  }

  .payment_page .article_contain .text_middle {
    margin: 10px 0
  }

  .payment_page .article_contain .text_container {
    margin-bottom: 10px
  }

  .payment_page .article_contain>article:not(:last-child) {
    margin-bottom: 55px
  }

  .payment_page .article_contain>section article:not(:last-child) {
    margin-bottom: 40px;
  }  

  .half_con > div {
    margin-bottom: 60px;
  }

  .list_box li {
    display: block;
  }

  .list_box li span {
    width: 100%;
    padding: 10px 10px 10px 38px;
  }
  

  .list_box li span br {
    display: none;
  }

  .list_box li strong {
    width: 20px; 
    line-height: 20px;
    margin-right: 7px;
    left: 10px;
  }

  .list_box li div {
    width: 100%;
    border-left: 1px solid var(--gray300);
    border-top: none;
    padding: 10px;
    display: block;
  }

  .flow_box li {
    margin-bottom: 30px;
  }

  .flow_box li:after {  
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -35px;
  }

  .link_btn {
    padding: 8px 16px;
    margin: 0 5px 8px 0;
  }

  .link_btn:after {  
    margin-left: 5px;
  }

  .sub_text_box {
    margin: 20px 0;
  }


}


@media screen and (max-width: 480px) {

  .table_width>.table_style,
  .table_width>.table_style2 {
    width: 520px
  }
}