@charset "UTF-8";
/* 
 * MOBILE (< 768px) ----------------------------------------
 * fixture                     sm
 * # of columns                4
 * unit                        (100% - (5px * 2)) / 4 - 20px
 * gutter                      20px
 * margin                      5px
 * container-size              100% - (5px * 2)
 *
 * TABLET (≥ 768px) ----------------------------------------
 * fixture                     md
 * # of columns                12
 * gutter                      20px
 * margin                      30px
 * container-size              100% - (30px * 2)
 * max-container-size          906px
 *
 * DESKTOP (≥ 1200px) ----------------------------------------
 * fixture                     lg
 * # of columns                12
 * unit                        75px
 * gutter                      20px
 * margin                      auto
 * container-size              1140px
 * max-container-size          1140px
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
  flex: 1; /* main 요소가 가능한 최대 높이를 가지도록 설정 */
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  margin: 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Montserrat", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Montserrat", sans-serif;
  font-size: 16px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Montserrat", sans-serif;
  color: #1e2025;
}

h1 {
  margin: 0;
}

a {
  color: #1e2025;
  text-decoration: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

a,
button {
  cursor: pointer;
}

button {
  padding: 0;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
}

address {
  font-style: normal;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (min-width: 768px) {
  .sm-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .md-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .md-only {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .md-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .lg-hidden {
    display: none !important;
  }
}

.eng {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@keyframes buy-animation {
  0% {
    opacity: 0;
    transform: translateY(50px);
    /* 아래에서 위로 이동 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sell-animation {
  0% {
    opacity: 0;
    transform: translateY(-50px);
    /* 위에서 아래로 이동 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* 글자 크기 확장 애니메이션 */
@keyframes scaleText {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 슬라이드 업 애니메이션 */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 좌우 흔들림 애니메이션 */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
}
/* 회전 애니메이션 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 확대 축소 애니메이션 */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* 우측에서 슬라이드 인 애니메이션 */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* 밑에서 슬라이드 업 애니메이션 */
@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 페이드 인 & 아웃 애니메이션 */
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* 회전하면서 확대되는 애니메이션 */
@keyframes rotateAndScale {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
/* 위로 흔들리는 애니메이션 */
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* 확대 후 축소 애니메이션 */
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.btn_group .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 200ms ease-in-out;
}
.btn_group .btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-primary {
  color: #fff;
  background-color: #1957f6;
}
.btn-primary:not(:disabled):hover {
  background-color: #3870fc;
}

.btn-secondary {
  color: #fff;
  background-color: #1e2025;
}
.btn-secondary:hover {
  background-color: #191a20;
}

.btn-32 {
  font-size: 14px;
  letter-spacing: -0.01em;
  height: 32px;
}

.btn-40 {
  font-size: 16px;
  letter-spacing: -0.01em;
  height: 40px;
}

.btn-48 {
  font-size: 16px;
  letter-spacing: -0.01em;
  height: 48px;
}

.btn-55 {
  font-size: 18px;
  letter-spacing: -0.02em;
  height: 55px;
}

.form-select,
.form-input {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 8px;
  transition: background-color 200ms ease-in-out;
  appearance: none;
}
.form-select::placeholder,
.form-input::placeholder {
  color: #9c9fa3;
}
.form-select:not(:disabled):hover,
.form-input:not(:disabled):hover {
  background-color: #f8faff;
}
.form-select:disabled,
.form-input:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.login_container .login_wrap form .content_wrap .content_list .content_item label.required::after, .trial_container .desc form .content_wrap .content_list .content_item label.required::after, .trial_container .desc form .title span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ff4f4f;
  border-radius: 50%;
}

.select-group {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-group .form-select {
  padding-right: 40px;
  text-overflow: ellipsis;
}
.select-group .form-select::-ms-expand {
  display: none;
}
.select-group .form-select::after {
  content: "1231231313";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("/assets/images/icon/chevron_down.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.input-group {
  position: relative;
  width: 100%;
}

.pagination .page-list .page-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #44464a;
  font-weight: 600;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #dedfe2;
  border-radius: 8px;
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.pagination .page-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-list .page-item:hover {
  background-color: #f5f6f8;
}
.pagination .page-list .page-item a {
  display: inline-block;
  padding: 8px 10px;
}
.pagination .page-list .page-item a img {
  width: 16px;
  height: 16px;
}
.pagination .page-list .page-item.ico a {
  padding: 5.5px;
}
.pagination .page-list .page-item.active {
  color: #1957f6;
  border-color: #1957f6;
}

input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #dedfe2;
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox]:checked {
  background-color: #1dc9a0;
  background-image: url("/assets/images/icon/checkmark.png"); /* 체크된 상태일 때 사용할 이미지 경로 */
  background-size: 10px 10px; /* 배경 이미지의 크기를 10px로 조정합니다. */
  background-repeat: no-repeat; /* 배경 이미지를 반복하지 않도록 설정합니다. */
  background-position: center;
}

.nav_container {
  position: sticky;
  top: 0;
  width: 100%;
  height: 68px;
  background-color: #fff;
  z-index: 60;
}
.nav_container .menu_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.nav_container .menu_container .logo_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  border-bottom: 1px solid #dedfe2;
  background-color: #fff;
}
.nav_container .menu_container .logo_wrap .nav_tit img {
  width: 160px;
}
.nav_container .menu_container .logo_wrap .menu_btn_wrap a {
  display: none;
}
.nav_container .menu_container .logo_wrap .menu_btn_wrap a img {
  width: 24px;
  height: 24px;
}
.nav_container .menu_container .logo_wrap .menu_btn_wrap a.close {
  display: none;
}
.nav_container .menu_container .logo_wrap .menu_btn_wrap a.active {
  display: block;
}
.nav_container .menu_container .menu_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  height: calc(100vh - 68px - 98px);
  background-color: #fff;
}
.nav_container .menu_container .menu_list .menu_item {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: calc((100vh - 68px - 98px) / 6);
  text-align: center;
}
.nav_container .menu_container .menu_list .menu_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.nav_container .menu_container .menu_list .menu_item a:hover {
  background-color: #f8faff;
}
.nav_container .menu_container .btn_wrap {
  width: 100%;
  padding: 24px 20px;
  background-color: #f5f6f8;
}
.nav_container .menu_container .btn_wrap .btn_area {
  height: 50px;
  background-color: #1e2025;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
}
.nav_container .menu_container .btn_wrap .btn_area:hover {
  background-color: #44464a;
}
.nav_container .menu_container .btn_wrap .btn_area a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 100%;
}
.nav_container .menu_container .hide_menu {
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav_container .menu_container {
    flex-direction: row;
    width: 100%;
    height: 68px;
    padding: 0 80px;
  }
  .nav_container .menu_container .logo_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 0;
    border-bottom: none;
  }
  .nav_container .menu_container .logo_wrap .nav_tit img {
    width: 200px;
  }
  .nav_container .menu_container .menu_list {
    flex-direction: row;
    width: auto;
    height: auto;
    background-color: #fff;
  }
  .nav_container .menu_container .menu_list .menu_item {
    font-size: 16px;
    letter-spacing: -0.01em;
    width: auto;
    height: auto;
  }
  .nav_container .menu_container .menu_list .menu_item:not(:last-child) {
    margin-right: 60px;
  }
  .nav_container .menu_container .menu_list .menu_item a {
    display: block;
    width: auto;
    height: auto;
  }
  .nav_container .menu_container .menu_list .menu_item a:hover {
    color: #1957f6;
    background-color: #fff;
    transition: color 0.2s ease-in-out;
  }
  .nav_container .menu_container .btn_wrap {
    width: 80px;
    padding: 0;
    background-color: #fff;
  }
  .nav_container .menu_container .btn_wrap .btn_area {
    width: 100%;
    height: 40px;
  }
  .nav_container .menu_container .hide_menu {
    display: flex;
  }
}

.global_footer {
  font-size: 12px;
  letter-spacing: -0.005em;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  margin-top: auto;
  background-color: #1e2025;
}
.global_footer .footer_tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.global_footer .footer_tit_wrap .footer_logo {
  width: 128px;
  height: auto;
}
.global_footer .footer_tit_wrap a {
  font-weight: 700;
  color: #fff;
}
.global_footer .address {
  margin-bottom: 28px;
}
.global_footer .address h4 {
  font-weight: 500;
  margin-bottom: 8px;
}
.global_footer .address_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.global_footer .address_list .address_item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.global_footer .address_list .address_item:not(:last-child) {
  margin-bottom: 8px;
}
.global_footer .address_list .address_item dt {
  margin-right: 12px;
  color: #9c9fa3;
}
.global_footer .address_list .address_item dd a {
  color: #fff;
}
.global_footer .info_wrap {
  padding-top: 28px;
  margin-bottom: 40px;
  border-top: 1px solid #44464a;
}
.global_footer .info_wrap p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 300;
  margin-bottom: 4px;
  color: #dedfe2;
  line-height: 18px;
  word-break: keep-all;
}
.global_footer .info_wrap p::before {
  content: "-";
  display: block; /* block으로 설정 */
  margin-right: 6px;
}
.global_footer .copyright {
  font-size: 12px;
  letter-spacing: -0.005em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .global_footer {
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #fff;
  }
  .global_footer .footer_tit_wrap {
    margin-bottom: 32px;
  }
  .global_footer .footer_tit_wrap .footer_logo {
    width: 150px;
  }
  .global_footer .address {
    margin-bottom: 32px;
  }
  .global_footer .address_list .address_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .global_footer .address_list .address_item dt {
    margin-right: 14px;
  }
  .global_footer .info_wrap {
    padding-top: 32px;
  }
  .global_footer .info_wrap p {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .global_footer .footer_tit_wrap {
    margin-top: 12px;
    margin-bottom: 48px;
  }
  .global_footer .address {
    margin-bottom: 32px;
  }
  .global_footer .address_list .address_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .global_footer .address_list .address_item dt {
    margin-right: 14px;
  }
  .global_footer .address h4 {
    margin-bottom: 23px;
  }
  .global_footer .address_list {
    flex-direction: row;
    align-items: center;
  }
  .global_footer .address_list .address_item {
    margin-right: 28px;
    margin-bottom: 0;
  }
  .global_footer .address_list .address_item:not(:last-child) {
    margin-bottom: 0;
  }
  .global_footer .address_list .address_item dt {
    margin-right: 12px;
  }
  .global_footer .address_list .address_item dd {
    width: auto;
  }
}

.top_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 18px;
  width: 48px;
  height: 48px;
  background-color: #1e2025;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* opacity와 visibility에 대한 transition */
  cursor: pointer;
}
.top_btn_wrap img {
  width: 20px;
  height: 20px;
}
.top_btn_wrap:hover {
  background-color: #44464a;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.modal_container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 335px;
  background: #fff;
  border-radius: 20px;
  z-index: 101;
}
.modal_container header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.modal_container header h3 {
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.modal_container header img {
  width: 24px;
}
.modal_container .desc {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 400;
  line-height: 20px;
  max-height: 411px;
  overflow: auto;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .modal_container {
    width: calc(100vw - 50%);
  }
}

.title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  margin-bottom: 60px;
  text-align: center;
}
.title_wrap.company {
  background: rgba(255, 255, 255, 0.6) url("/assets/images/bg-company.jpg") no-repeat center center;
  background-size: cover;
}
.title_wrap.program {
  background: rgba(255, 255, 255, 0.3) url("/assets/images/bg-program.jpg") no-repeat center center;
  background-size: cover;
}
.title_wrap.trial {
  background: rgba(0, 0, 0, 0.6) url("/assets/images/bg-trial.jpg") no-repeat center center;
  background-size: cover;
}
.title_wrap h1 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}

.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.container .row {
  display: flex;
  flex-wrap: wrap;
}
.container [class^=col-] {
  padding: calc(40px / 2);
}
.container .col-sm-1 {
  width: calc(1 / 4 * 100%);
}
.container .col-sm-2 {
  width: calc(2 / 4 * 100%);
}
.container .col-sm-3 {
  width: calc(3 / 4 * 100%);
}
.container .col-sm-4 {
  width: calc(4 / 4 * 100%);
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1020px;
    padding: 0 30px;
  }
  .container .col-md-1 {
    width: calc(1 / 12 * 100%);
  }
  .container .col-md-2 {
    width: calc(2 / 12 * 100%);
  }
  .container .col-md-3 {
    width: calc(3 / 12 * 100%);
  }
  .container .col-md-4 {
    width: calc(4 / 12 * 100%);
  }
  .container .col-md-5 {
    width: calc(5 / 12 * 100%);
  }
  .container .col-md-6 {
    width: calc(6 / 12 * 100%);
  }
  .container .col-md-7 {
    width: calc(7 / 12 * 100%);
  }
  .container .col-md-8 {
    width: calc(8 / 12 * 100%);
  }
  .container .col-md-9 {
    width: calc(9 / 12 * 100%);
  }
  .container .col-md-10 {
    width: calc(10 / 12 * 100%);
  }
  .container .col-md-11 {
    width: calc(11 / 12 * 100%);
  }
  .container .col-md-12 {
    width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1080px;
    padding: 0;
  }
  .container .col-lg-1 {
    width: 90px;
  }
  .container .col-lg-2 {
    width: 180px;
  }
  .container .col-lg-3 {
    width: 270px;
  }
  .container .col-lg-4 {
    width: 360px;
  }
  .container .col-lg-5 {
    width: 450px;
  }
  .container .col-lg-6 {
    width: 540px;
  }
  .container .col-lg-7 {
    width: 630px;
  }
  .container .col-lg-8 {
    width: 720px;
  }
  .container .col-lg-9 {
    width: 810px;
  }
  .container .col-lg-10 {
    width: 900px;
  }
  .container .col-lg-11 {
    width: 990px;
  }
  .container .col-lg-12 {
    width: 1080px;
  }
}

.main_container {
  /* 처음에 숨겨진 상태 */
  /* 회전하면서 페이드 인하는 애니메이션 */
}
.main_container section.action .sc_tit {
  animation: slideUp 2s ease-out forwards;
}
.main_container .main_top_sec .top_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 541px;
  padding-bottom: 133px;
  z-index: 1;
}
.main_container .main_top_sec .top_section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/assets/images/main_top_bg.png") no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
.main_container .main_top_sec .top_section .tit_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 147px;
  margin-bottom: 40px;
  color: #1e2025;
  animation: fadeInUp 1s ease-in-out;
}
.main_container .main_top_sec .top_section .tit_wrap h1 {
  order: 2;
  margin-bottom: 20px;
  animation: fadeInUp 1.5s ease-in-out;
}
.main_container .main_top_sec .top_section .tit_wrap h1 img {
  width: 288px;
}
.main_container .main_top_sec .top_section .tit_wrap .sub_txt1,
.main_container .main_top_sec .top_section .tit_wrap .sub_txt2 {
  animation: fadeInUp 2s ease-in-out;
}
.main_container .main_top_sec .top_section .tit_wrap .sub_txt1 {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-bottom: 8px;
  order: 1;
}
.main_container .main_top_sec .top_section .tit_wrap .sub_txt2 {
  font-size: 20px;
  font-weight: 500;
  order: 3;
}
.main_container .main_top_sec .top_section .btn_group .trial_btn {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 700;
  width: 200px;
  height: 60px;
  border-radius: 15px;
  text-align: center;
  animation: slideUp 1.5s ease-in-out;
}
.main_container .main_top_sec .top_section .coin_ico_wrap .ico_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: -1px 1px 6px 0 rgba(139, 139, 139, 0.2);
}
.main_container .main_top_sec .top_section .coin_ico_wrap .ico_box img {
  width: 23px;
  height: auto;
}
.main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_1 {
  top: 63px;
  left: 24px;
  animation: moveUpDown 2s ease-in-out infinite;
}
.main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_2 {
  top: 23px;
  right: 140px;
  animation: moveUpDown 3s ease-in-out infinite;
  animation-delay: 0.2s;
}
.main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_3 {
  top: 67px;
  right: 25px;
  animation: moveUpDown 2s ease-in-out infinite;
  animation-delay: 0.3s;
}
.main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_4 {
  top: 277px;
  left: 1px;
  opacity: 0.4;
  animation: moveUpDown 4s ease-in-out infinite;
  animation-delay: 0.6s;
  z-index: -1;
}
.main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_5 {
  top: 411px;
  left: 59px;
  animation: moveUpDown 2.5s ease-in-out infinite;
  animation-delay: 0.8s;
}
.main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_6 {
  top: 415px;
  right: 41px;
  animation: moveUpDown 2s ease-in-out infinite;
  animation-delay: 0.2s;
}
.main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_7 {
  top: 299px;
  right: 0;
  opacity: 0.5;
  animation: moveUpDown 1.5s ease-in-out infinite;
  animation-delay: 0.4s;
  z-index: -1;
}
.main_container .profit_sec {
  padding: 40px 0;
  background-color: #f8faff;
}
.main_container .profit_sec.action dl .profit_wrap {
  opacity: 0;
  animation: slideInRight 1s ease-out forwards;
}
.main_container .profit_sec.action dl .profit_wrap.delay-1 {
  animation-delay: 0s;
}
.main_container .profit_sec.action dl .profit_wrap.delay-2 {
  animation-delay: 0.2s;
}
.main_container .profit_sec.action dl .profit_wrap.delay-3 {
  animation-delay: 0.5s;
}
.main_container .profit_sec dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.main_container .profit_sec dl .profit_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_container .profit_sec dl .profit_wrap:not(:last-child)::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 40px 0;
  background-color: #9c9fa3;
}
.main_container .profit_sec dl .profit_wrap dt {
  font-size: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  color: #5929e2;
}
.main_container .profit_sec dl .profit_wrap dd {
  color: #1e2025;
}
.main_container .coin_status_sec {
  background-color: #fff;
}
.main_container .coin_status_sec h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: -0.01em;
  padding: 60px 0 30px;
}
.main_container .coin_status_sec h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  margin: 20px 0;
  background-color: #1957f6;
}
.main_container .coin_status_sec .time_zone_row .time_zone p {
  font-size: 12px;
  color: #44464a;
  margin-bottom: 8px;
  text-align: right;
}
.main_container .coin_status_sec .tb_container .tb_wrap {
  padding: 16px;
  border-radius: 8px;
}
.main_container .coin_status_sec .tb_container .tb_wrap.trading_vol_rank_tb {
  background-color: #fff8f8;
}
.main_container .coin_status_sec .tb_container .tb_wrap.exchange_arbitrage_tb {
  background-color: #ebfff6;
}
.main_container .coin_status_sec .tb_container .tb_wrap:not(:last-child) {
  margin-bottom: 40px;
}
.main_container .coin_status_sec .tb_container .tb_wrap .tb_tit {
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  text-align: center;
}
.main_container .coin_status_sec .tb_container .tb_wrap table {
  width: 100%;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
.main_container .coin_status_sec .tb_container .tb_wrap table thead {
  font-size: 12px;
  letter-spacing: -0.005em;
}
.main_container .coin_status_sec .tb_container .tb_wrap table thead th {
  padding: 8px 0;
}
.main_container .coin_status_sec .tb_container .tb_wrap table tbody {
  font-size: 11px;
}
.main_container .coin_status_sec .tb_container .tb_wrap table tbody tr td {
  padding: 4px 0;
}
.main_container .coin_status_sec .tb_container .tb_wrap table tbody tr td.coin_nm {
  font-weight: 600;
}
.main_container .coin_status_sec .desc_txt {
  font-size: 11px;
  color: #44464a;
  margin-top: 20px;
  line-height: 14px;
  text-align: center;
}
.main_container .tc_bot_sec {
  padding-top: 60px;
}
.main_container .tc_bot_sec.action .whats_tc_bot .whats_tc_bot_desc .desc_wrap {
  opacity: 0;
  animation: slideInUp 1s ease-out forwards;
}
.main_container .tc_bot_sec.action .whats_tc_bot .whats_tc_bot_desc .desc_wrap.delay-1 {
  animation-delay: 0s;
}
.main_container .tc_bot_sec.action .whats_tc_bot .whats_tc_bot_desc .desc_wrap.delay-2 {
  animation-delay: 0.2s;
}
.main_container .tc_bot_sec.action .whats_tc_bot .whats_tc_bot_desc .desc_wrap.delay-3 {
  animation-delay: 0.5s;
}
.main_container .tc_bot_sec.action .whats_tc_bot .whats_tc_bot_desc .desc_wrap.delay-4 {
  animation-delay: 0.8s;
}
.main_container .tc_bot_sec .whats_tc_bot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.main_container .tc_bot_sec .whats_tc_bot h2 {
  font-size: 24px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 60px;
}
.main_container .tc_bot_sec .whats_tc_bot .whats_tc_bot_desc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px; /* 세로 갭 설정 */
  column-gap: 59px; /* 가로 갭 설정 */
  padding: 0 18px;
  margin-bottom: 40px;
}
.main_container .tc_bot_sec .whats_tc_bot .whats_tc_bot_desc .desc_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-break: keep-all;
}
.main_container .tc_bot_sec .whats_tc_bot .whats_tc_bot_desc .desc_wrap img {
  width: 120px;
  margin-bottom: 16px;
}
.main_container .tc_bot_sec .whats_tc_bot .whats_tc_bot_desc .desc_wrap span {
  font-weight: 500;
  line-height: 24px;
}
.main_container .tc_bot_sec .whats_tc_bot .btn_group a {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 700;
  width: 200px;
  height: 60px;
  border-radius: 15px;
}
.main_container .tc_bot_sec .tc_bot_profit {
  padding-top: 40px;
}
.main_container .tc_bot_sec .tc_bot_profit .tab_wrap {
  width: 100%;
}
.main_container .tc_bot_sec .tc_bot_profit .tab_wrap .tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: -60px 0 60px;
}
.main_container .tc_bot_sec .tc_bot_profit .tab_wrap .tab_list .td_tab_item {
  font-size: 16px;
  color: #9c9fa3;
  font-weight: 700;
  width: 50%;
  padding: 20px;
  border-bottom: 1px solid #dedfe2;
  text-align: center;
  cursor: pointer;
}
.main_container .tc_bot_sec .tc_bot_profit .tab_wrap .tab_list .td_tab_item.active {
  color: #1957f6;
  border-bottom: 2px solid #1957f6;
}
.main_container .tc_bot_sec .tc_bot_profit .profit_result h2 {
  text-align: center;
  margin-bottom: 20px;
}
.main_container .tc_bot_sec .tc_bot_profit .profit_result .expected .step1 .txt-wrap p {
  word-break: keep-all;
}
.main_container .ord_mthd_sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_container .ord_mthd_sec.action .mthd {
  opacity: 0;
  animation: slideUp 1s ease-out forwards;
}
.main_container .ord_mthd_sec.action .mthd.delay-1 {
  animation-delay: 0s;
}
.main_container .ord_mthd_sec.action .mthd.delay-2 {
  animation-delay: 1s;
}
.main_container .ord_mthd_sec .mthd {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 34px;
  margin-bottom: 80px;
  border-radius: 40px;
  height: 676px;
}
.main_container .ord_mthd_sec .mthd.diff {
  margin-bottom: 40px;
  background-color: #fff8f8;
}
.main_container .ord_mthd_sec .mthd h3 {
  font-size: 24px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 40px;
}
.main_container .ord_mthd_sec .mthd h3 span {
  color: #1957f6;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap {
  font-weight: 500;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .tit_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.01em;
  width: 200px;
  height: 88px;
  color: #fff;
  background-color: #9c9fa3;
  border-radius: 60px;
  line-height: 22px;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .tit_wrap:first-child {
  margin-bottom: 4px;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .tit_wrap .tit {
  font-weight: 700;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .tit_wrap.end {
  position: relative;
  background-color: #1e2025;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .tit_wrap.end img {
  position: absolute;
  top: -34px;
  width: 63px;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .arrow_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .arrow_wrap .arrow {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  width: 100%;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .arrow_wrap .arrow img {
  position: relative;
  height: 90px;
  display: block;
  margin: 0 auto;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .arrow_wrap .arrow img:last-child {
  margin-bottom: -8px;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .arrow_wrap .arrow span {
  position: absolute;
  bottom: -14px;
  right: -20px;
  color: #1e2025;
  line-height: 21px;
}
.main_container .ord_mthd_sec .mthd .mthd_wrap .arrow_wrap .arrow:nth-child(2) span {
  bottom: -2px;
}
.main_container .ord_mthd_sec .mthd.easy {
  height: 535px;
  margin-top: 40px;
  background-color: #f8faff;
}
.main_container .ord_mthd_sec .mthd.easy .tit_wrap {
  color: #1e2025;
}
.main_container .ord_mthd_sec .mthd.easy .tit_wrap.start {
  background-color: #fff;
}
.main_container .ord_mthd_sec .mthd.easy .tit_wrap .tit span {
  color: #1957f6;
}
.main_container .ord_mthd_sec .mthd.easy .tit_wrap.end {
  background-color: #1957f6;
}
.main_container .ord_mthd_sec .mthd.easy .tit_wrap.end .tit {
  color: #fff;
  line-height: 24px;
}
.main_container .ord_mthd_sec .mthd.easy .tit_wrap.end img {
  top: -52px;
  width: 80px;
}
.main_container .ord_mthd_sec .height-line {
  width: 3px;
  height: 80px;
  margin: 0 auto;
  background: linear-gradient(to top, #dedfe2 0%, rgba(222, 223, 226, 0) 100%);
}
.main_container .steps_sec {
  margin-bottom: 60px;
}
.main_container .steps_sec.action .content_wrap section.content_item {
  opacity: 0;
  animation: slideInUp 1s ease-out forwards;
}
.main_container .steps_sec.action .content_wrap section.content_item .desc {
  opacity: 0;
  animation: slideInRight 1.2s ease-in-out forwards;
}
.main_container .steps_sec.action .content_wrap section.content_item.delay-1 {
  animation-delay: 0s;
}
.main_container .steps_sec.action .content_wrap section.content_item.delay-2 {
  animation-delay: 0.2s;
}
.main_container .steps_sec.action .content_wrap section.content_item.delay-3 {
  animation-delay: 0.5s;
}
.main_container .steps_sec h2 {
  font-size: 24px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
.main_container .steps_sec .content_wrap section:not(:last-child) {
  margin-bottom: 40px;
}
.main_container .steps_sec .content_wrap section .img_wrap {
  margin-bottom: 20px;
  border-radius: 20px;
}
.main_container .steps_sec .content_wrap section .img_wrap.api {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 35px 0 24px;
  background-color: #ffec8e;
}
.main_container .steps_sec .content_wrap section .img_wrap.api img {
  width: auto;
  height: 133px;
}
.main_container .steps_sec .content_wrap section .img_wrap.api span {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 700;
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 15px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.5);
}
.main_container .steps_sec .content_wrap section .img_wrap.input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 192px;
  background-color: #acc2ff;
}
.main_container .steps_sec .content_wrap section .img_wrap.input .bg_input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 270px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(43, 100, 255, 0.3);
}
.main_container .steps_sec .content_wrap section .img_wrap.input .bg_input::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -15px;
  width: 24px;
  height: 29px;
  background-image: url("/assets/images/icon/mouse.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.main_container .steps_sec .content_wrap section .img_wrap.input .bg_input span {
  font-size: 16px;
  color: #9c9fa3;
  font-weight: 600;
  padding: 16px;
}
.main_container .steps_sec .content_wrap section .img_wrap.input img {
  width: 327px;
}
.main_container .steps_sec .content_wrap section .img_wrap.start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 192px;
  background-color: #c0edff;
}
.main_container .steps_sec .content_wrap section .img_wrap.start::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/api_start.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.main_container .steps_sec .content_wrap section .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main_container .steps_sec .content_wrap section .desc h3 {
  font-size: 20px;
  font-weight: 700;
  order: 2;
  margin-bottom: 12px;
}
.main_container .steps_sec .content_wrap section .desc .step {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 600;
  order: 1;
  margin-bottom: 8px;
  color: #44464a;
}
.main_container .steps_sec .content_wrap section .desc p {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 500;
  order: 3;
  color: #44464a;
  line-height: 24px;
  word-break: keep-all;
}
.main_container .hidden-row {
  visibility: hidden;
  opacity: 0;
  transform: rotateX(90deg); /* 처음에 회전된 상태로 시작 */
}
.main_container .rotate-fade {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg); /* 정상 위치로 돌아옴 */
  transition: transform 1.2s ease, opacity 1.2s ease; /* 속도를 1.2초로 늘림 */
}
@media screen and (min-width: 768px) {
  .main_container .main_top_sec .top_section::after {
    opacity: 0.6;
  }
  .main_container .main_top_sec .top_section .tit_wrap h1 {
    margin-bottom: 30px;
  }
  .main_container .main_top_sec .top_section .tit_wrap h1 img {
    width: 360px;
  }
  .main_container .main_top_sec .top_section .tit_wrap .sub_txt1 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .main_container .main_top_sec .top_section .tit_wrap .sub_txt2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .main_container .main_top_sec .top_section .btn_group .trial_btn {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_1 {
    top: 63px;
    left: 60px;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_2 {
    top: 23px;
    right: 300px;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_3 {
    top: 67px;
    right: 35px;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_4 {
    top: 277px;
    left: 10px;
    opacity: 0.4;
    z-index: -1;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_5 {
    top: 450px;
    left: 75px;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_6 {
    top: 465px;
    right: 61px;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_7 {
    top: 299px;
    right: 5px;
    opacity: 0.5;
    z-index: -1;
  }
  .main_container .profit_sec {
    padding: 40px 0;
  }
  .main_container .profit_sec dl {
    flex-direction: row;
  }
  .main_container .profit_sec dl .profit_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .main_container .profit_sec dl .profit_wrap:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 2px;
    height: 50px;
    margin: 0;
    background-color: #dedfe2;
  }
  .main_container .profit_sec dl .profit_wrap:not(:first-child) {
    margin-left: 30px;
  }
  .main_container .profit_sec dl .profit_wrap:not(:last-child) {
    margin-right: 30px;
  }
  .main_container .profit_sec dl .profit_wrap dt {
    font-size: 28px;
  }
  .main_container .profit_sec dl .profit_wrap dd {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .main_container .coin_status_sec h2 {
    font-size: 28px;
    padding-top: 140px;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap {
    padding: 30px;
    border-radius: 12px;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap .tb_tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap table {
    padding: 12px;
    border-radius: 12px;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap table thead {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap table thead th {
    padding: 12px 0;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap table tbody {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap table tbody tr td {
    padding: 6px 0;
  }
  .main_container .coin_status_sec .desc_txt {
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 18px;
  }
  .main_container .tc_bot_sec {
    padding-top: 60px;
  }
  .main_container .tc_bot_sec .whats_tc_bot h2 {
    font-size: 28px;
  }
  .main_container .tc_bot_sec .whats_tc_bot .whats_tc_bot_desc {
    margin-bottom: 60px;
  }
  .main_container .tc_bot_sec .whats_tc_bot .whats_tc_bot_desc .desc_wrap span {
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 27px;
  }
  .main_container .tc_bot_sec .whats_tc_bot .btn_group a {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .main_container .steps_sec {
    margin-bottom: 60px;
  }
  .main_container .steps_sec h2 {
    font-size: 28px;
  }
  .main_container .steps_sec .content_wrap section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main_container .steps_sec .content_wrap section .img_wrap {
    width: 50%;
    min-width: 340px;
    margin-right: 24px;
  }
  .main_container .steps_sec .content_wrap section .img_wrap.api img {
    width: auto;
    height: 150px;
  }
  .main_container .steps_sec .content_wrap section .img_wrap.api span {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  .main_container .steps_sec .content_wrap section .desc h3 {
    font-size: 22px;
  }
  .main_container .steps_sec .content_wrap section .desc .step {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  .main_container .steps_sec .content_wrap section .desc p {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1200px) {
  .main_container .main_top_sec .top_section {
    height: 611px;
    padding-bottom: 0;
    margin-left: calc((100vw - 1080px) / 2 * -1);
    margin-right: calc((100vw - 1080px) / 2 * -1);
    margin-bottom: -20px;
  }
  .main_container .main_top_sec .top_section::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url("/assets/images/main_top_bg_web.png") no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 1;
  }
  .main_container .main_top_sec .top_section .tit_wrap {
    padding-top: 0;
    margin-bottom: 60px;
  }
  .main_container .main_top_sec .top_section .tit_wrap h1 {
    order: 2;
    margin-bottom: 20px;
  }
  .main_container .main_top_sec .top_section .tit_wrap h1 img {
    width: 432px;
  }
  .main_container .main_top_sec .top_section .tit_wrap .sub_txt1 {
    font-size: 24px;
    letter-spacing: -0.01em;
  }
  .main_container .main_top_sec .top_section .tit_wrap .sub_txt2 {
    font-size: 24px;
    letter-spacing: -0.01em;
  }
  .main_container .main_top_sec .top_section .btn_group .trial_btn {
    font-size: 18px;
    letter-spacing: -0.02em;
    width: 220px;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box img {
    width: 44px;
    height: auto;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_1 {
    top: 12%;
    left: 18%;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_2 {
    top: 0;
    right: 50%;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_3 {
    top: 21%;
    right: 12%;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_4 {
    top: 45%;
    left: 8%;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_5 {
    top: 75%;
    left: 20%;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_6 {
    top: 80%;
    right: 25%;
  }
  .main_container .main_top_sec .top_section .coin_ico_wrap .ico_box.ico_7 {
    top: 50%;
    right: 2%;
  }
  .main_container .profit_sec {
    padding: 46px 0;
  }
  .main_container .profit_sec dl .profit_wrap:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -90px;
  }
  .main_container .profit_sec dl .profit_wrap:not(:first-child) {
    margin-left: 90px;
  }
  .main_container .profit_sec dl .profit_wrap:not(:last-child) {
    margin-right: 90px;
  }
  .main_container .profit_sec dl .profit_wrap dt {
    font-size: 32px;
  }
  .main_container .profit_sec dl .profit_wrap dd {
    font-size: 20px;
  }
  .main_container .coin_status_sec h2 {
    font-size: 40px;
    padding-bottom: 40px;
  }
  .main_container .coin_status_sec .time_zone_row {
    margin: 0 -100px 12px -100px;
  }
  .main_container .coin_status_sec .time_zone_row .time_zone p {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .main_container .coin_status_sec .tb_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -100px;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap {
    width: 100%;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap .tb_tit {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap table thead {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap table tbody {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  .main_container .coin_status_sec .tb_container .tb_wrap table tbody tr td {
    padding: 10px 0;
  }
  .main_container .coin_status_sec .desc_txt {
    font-size: 14px;
    letter-spacing: -0.01em;
    margin-top: 30px;
    line-height: 18px;
  }
  .main_container .tc_bot_sec {
    padding-top: 140px;
  }
  .main_container .tc_bot_sec .whats_tc_bot {
    margin-bottom: 150px;
  }
  .main_container .tc_bot_sec .whats_tc_bot h2 {
    font-size: 40px;
  }
  .main_container .tc_bot_sec .whats_tc_bot .whats_tc_bot_desc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 127px;
  }
  .main_container .tc_bot_sec .whats_tc_bot .whats_tc_bot_desc .desc_wrap img {
    width: 174px;
    margin-bottom: 27px;
  }
  .main_container .tc_bot_sec .whats_tc_bot .whats_tc_bot_desc .desc_wrap span {
    font-size: 20px;
    line-height: 30px;
  }
  .main_container .ord_mthd_sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main_container .ord_mthd_sec .mthd {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 75px 60px;
    margin-bottom: 160px;
    border-radius: 40px;
    height: auto;
  }
  .main_container .ord_mthd_sec .mthd.diff {
    margin-bottom: 60px;
  }
  .main_container .ord_mthd_sec .mthd h3 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .main_container .ord_mthd_sec .mthd .mthd_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .main_container .ord_mthd_sec .mthd .mthd_wrap img {
    width: 100%;
  }
  .main_container .ord_mthd_sec .mthd.easy {
    height: auto;
    margin-top: 60px;
  }
  .main_container .ord_mthd_sec .height-line {
    height: 164px;
  }
  .main_container .steps_sec {
    margin-bottom: 120px;
  }
  .main_container .steps_sec h2 {
    font-size: 40px;
    margin-bottom: 70px;
  }
  .main_container .steps_sec .content_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .main_container .steps_sec .content_wrap section {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .main_container .steps_sec .content_wrap section:not(:last-child) {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .main_container .steps_sec .content_wrap section .img_wrap {
    width: 100%;
    min-height: 224px;
    padding: 0;
    margin-bottom: 32px;
  }
  .main_container .steps_sec .content_wrap section .img_wrap.api img {
    width: auto;
    height: 165px;
  }
  .main_container .steps_sec .content_wrap section .img_wrap.api span {
    font-size: 16px;
    letter-spacing: -0.01em;
    top: 14px;
    left: 14px;
  }
  .main_container .steps_sec .content_wrap section .img_wrap.input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 192px;
    background-color: #acc2ff;
  }
  .main_container .steps_sec .content_wrap section .img_wrap.input .bg_input span {
    font-size: 20px;
  }
  .main_container .steps_sec .content_wrap section .img_wrap.input img {
    width: 327px;
  }
  .main_container .steps_sec .content_wrap section .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main_container .steps_sec .content_wrap section .desc h3 {
    font-size: 24px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
  }
}

.company_container .desc {
  padding: 0 20px 60px;
  word-break: keep-all;
}
.company_container .desc h2 {
  font-size: 16px;
  color: #1957f6;
  font-weight: 700;
  margin-bottom: 12px;
}
.company_container .desc .company_desc {
  font-size: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  line-height: 36px;
}
.company_container .desc .tcbot_desc {
  font-size: 16px;
  color: #44464a;
  margin-bottom: 60px;
  line-height: 24px;
}
.company_container .desc .img {
  height: 200px;
  border-radius: 20px;
  background: url("/assets/images/bg-company2.jpg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .company_container .desc {
    padding-left: 40px;
    padding-right: 40px;
  }
  .company_container .desc .img {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .company_container .desc {
    max-width: 1080px;
    margin: 0 auto 60px;
  }
  .company_container .desc h2 {
    font-size: 20px;
  }
  .company_container .desc .company_desc {
    font-size: 32px;
    line-height: 48px;
  }
  .company_container .desc .tcbot_desc {
    font-size: 24px;
    letter-spacing: -0.01em;
    margin-bottom: 48px;
    line-height: 36px;
  }
  .company_container .desc .img {
    height: 400px;
  }
}

.program_container .desc_wrap .pg_sec.short .gimpo .graph_wrap, .program_container .desc_wrap .pg_sec .gimpo.method .graph_wrap {
  width: 100%;
  margin-bottom: 80px;
  background-color: #fff;
}
.program_container .desc_wrap .pg_sec.short .gimpo .graph_wrap img, .program_container .desc_wrap .pg_sec .gimpo.method .graph_wrap img {
  width: 100%;
}

.program_container .title_wrap {
  margin-bottom: 0;
}
.program_container .desc_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  word-break: keep-all;
}
.program_container .desc_wrap .tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 -20px 60px;
}
.program_container .desc_wrap .tab_list .tab_item {
  font-size: 16px;
  color: #9c9fa3;
  font-weight: 700;
  width: 50%;
  padding: 20px;
  border-bottom: 1px solid #dedfe2;
  text-align: center;
  cursor: pointer;
}
.program_container .desc_wrap .tab_list .tab_item.active {
  color: #1957f6;
  border-bottom: 2px solid #1957f6;
}
.program_container .desc_wrap .pg_sec {
  padding: 0 20px;
  margin-bottom: 80px;
}
.program_container .desc_wrap .pg_sec.action h2 {
  animation: slideUp 1s ease-out forwards;
}
.program_container .desc_wrap .pg_sec.action .gimpo {
  opacity: 0;
  animation: slideInUp 1s ease-out forwards;
}
.program_container .desc_wrap .pg_sec.action .gimpo.trading .desc_pic {
  opacity: 0;
  animation: slideInUp 1s ease-out forwards;
}
.program_container .desc_wrap .pg_sec.action .gimpo.method {
  opacity: 0;
  animation: slideInUp 1s ease-out forwards;
}
.program_container .desc_wrap .pg_sec.action .gimpo .graph_wrap .graph-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 300px;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
}
.program_container .desc_wrap .pg_sec.action .gimpo .graph_wrap .graph-container .y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.program_container .desc_wrap .pg_sec.action .gimpo .graph_wrap .graph-container .y-axis .y-label {
  font-size: 11px;
}
.program_container .desc_wrap .pg_sec.action .gimpo .graph_wrap .graph-container svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.program_container .desc_wrap .pg_sec.action .gimpo .graph_wrap .graph-container svg .buy {
  fill: #5fd087;
}
.program_container .desc_wrap .pg_sec.action .gimpo .graph_wrap .graph-container svg .sell {
  fill: #ff4f4f;
}
.program_container .desc_wrap .pg_sec.action .gimpo .graph_wrap .graph-container svg .vertical-line {
  stroke: #dedfe2;
  stroke-width: 0.3;
}
.program_container .desc_wrap .pg_sec.action .gimpo .graph_wrap .graph-container svg .svg-text {
  font-size: 4px;
  font-weight: 600;
  vertical-align: middle;
}
.program_container .desc_wrap .pg_sec:last-child {
  margin-bottom: 0;
}
.program_container .desc_wrap .pg_sec:not(:last-child) {
  border-bottom: 1px solid #dedfe2;
}
.program_container .desc_wrap .pg_sec h2 {
  font-size: 24px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.program_container .desc_wrap .pg_sec .gimpo {
  margin-bottom: 80px;
}
.program_container .desc_wrap .pg_sec .gimpo h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.program_container .desc_wrap .pg_sec .gimpo .desc {
  font-size: 16px;
  color: #44464a;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 24px;
  word-break: keep-all;
}
.program_container .desc_wrap .pg_sec .gimpo .desc span {
  font-weight: 700;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 350px;
  margin-bottom: 28px;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 158px;
  height: 153px;
  padding: 12px 15px;
  border: 1px solid #dedfe2;
  border-radius: 20px;
  background-color: #fff;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap .tit {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 700;
  align-self: flex-start;
  margin-bottom: 15px;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap img {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap:first-child {
  margin-right: 20px;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap .price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 600;
  width: 126px;
  height: 36px;
  background-color: #f5f6f8;
  border-radius: 30px;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .exchange {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93px;
  height: 68px;
  border: 1px solid #dedfe2;
  border-radius: 20px;
  background-color: #fff;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .exchange .top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .exchange .top img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-bottom: 0;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .exchange .top .tit {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-bottom: 0;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .exchange .price {
  font-size: 16px;
  color: #44464a;
  font-weight: 600;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .arrow_down {
  margin-bottom: 28px;
  text-align: center;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .arrow_down img {
  width: 25px;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 158px;
  height: 153px;
  padding: 12px 15px;
  border: 1px solid #dedfe2;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap .tit {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 700;
  align-self: flex-start;
  margin-bottom: 15px;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap img {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
}
.program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap .gimpo_ico {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -21px;
  right: -40px;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: #1957f6;
  text-align: center;
  line-height: 21px;
}
.program_container .desc_wrap .pg_sec .gimpo.method .desc {
  word-break: break-all;
}
.program_container .desc_wrap .pg_sec .gimpo.method .gimpo_ex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.program_container .desc_wrap .pg_sec .gimpo.method .gimpo_ex h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 12px 32px;
  margin-bottom: 40px;
  text-align: center;
  background-color: #1e2025;
  border-radius: 44px;
}
.program_container .desc_wrap .pg_sec .gimpo.method .gimpo_ex img {
  width: 100%;
}
.program_container .desc_wrap .pg_sec.short .gimpo .graph_wrap .candel-graph-container .candle-chart {
  width: 100%;
  height: 200px;
}
.program_container .desc_wrap .pg_sec.short.action .gimpo .graph_wrap .candel-graph-container svg .animate-text {
  font-size: 70px;
  opacity: 0;
}
.program_container .desc_wrap .pg_sec.short.action .gimpo .graph_wrap .candel-graph-container svg .animate-text:nth-of-type(1) {
  animation: buy-animation 1s ease-out forwards;
  animation-delay: 1.5s;
}
.program_container .desc_wrap .pg_sec.short.action .gimpo .graph_wrap .candel-graph-container svg .animate-text:nth-of-type(2) {
  animation: sell-animation 1s ease-out forwards;
  animation-delay: 2.5s;
}
.program_container .desc_wrap .pg_sec.short.action .gimpo .graph_wrap .candel-graph-container svg .animate-text:nth-of-type(3) {
  animation: buy-animation 1s ease-out forwards;
  animation-delay: 3.5s;
}
.program_container .desc_wrap .pg_sec.short.action .gimpo .graph_wrap .candel-graph-container svg .animate-text:nth-of-type(4) {
  animation: sell-animation 1s ease-out forwards;
  animation-delay: 4.5s;
}
.program_container .desc_wrap .pg_sec.short.action .gimpo .graph_wrap .candel-graph-container svg .animate-text:nth-of-type(5) {
  animation: buy-animation 1s ease-out forwards;
  animation-delay: 5.5s;
}
.program_container .desc_wrap .pg_sec.short.action .gimpo .graph_wrap .candel-graph-container svg .animate-text:nth-of-type(6) {
  animation: sell-animation 1s ease-out forwards;
  animation-delay: 6.5s;
}
@media screen and (min-width: 768px) {
  .program_container .desc_wrap {
    margin: 0;
  }
  .program_container .desc_wrap .tab_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto -50px 60px;
  }
  .program_container .desc_wrap .pg_sec {
    padding: 0 40px;
  }
  .program_container .desc_wrap .pg_sec .gimpo h3 {
    font-size: 22px;
  }
  .program_container .desc_wrap .pg_sec .gimpo .desc {
    font-size: 18px;
    color: #44464a;
    line-height: 27px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap:first-child {
    margin-right: 35px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .arrow_down {
    margin-bottom: 28px;
    text-align: center;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .arrow_down img {
    width: 25px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 158px;
    height: 153px;
    padding: 12px 15px;
    border: 1px solid #dedfe2;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap .tit {
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 700;
    align-self: flex-start;
    margin-bottom: 15px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap img {
    width: 52px;
    height: 52px;
    margin-bottom: 10px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap .gimpo_ico {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -21px;
    right: -40px;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background-color: #1957f6;
    text-align: center;
    line-height: 21px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.method .graph_wrap {
    height: auto;
  }
  .program_container .desc_wrap .pg_sec .gimpo.method .gimpo_ex h4 {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .program_container .desc_wrap .pg_sec .gimpo .graph-container svg {
    width: 100%;
    height: 100%;
  }
  .program_container .desc_wrap .pg_sec .gimpo .graph-container .svg-text {
    font-size: 6px;
  }
  .program_container .desc_wrap .pg_sec.short .gimpo .graph_wrap {
    height: auto;
  }
  .program_container .desc_wrap .pg_sec.short .gimpo .graph_wrap .candel-graph-container .candle-chart {
    height: 400px;
  }
  .program_container .desc_wrap .pg_sec.short.action .gimpo .graph_wrap .candel-graph-container svg .animate-text {
    font-size: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .program_container .desc_wrap .tab_list {
    margin-bottom: 120px;
  }
  .program_container .desc_wrap .tab_list .tab_item {
    font-size: 20px;
    width: 50%;
    padding: 28px;
  }
  .program_container .desc_wrap .pg_sec {
    max-width: 1080px;
    padding: 0 20px;
  }
  .program_container .desc_wrap .pg_sec h2 {
    font-size: 40px;
  }
  .program_container .desc_wrap .pg_sec .gimpo {
    margin-bottom: 100px;
  }
  .program_container .desc_wrap .pg_sec .gimpo h3 {
    font-size: 28px;
  }
  .program_container .desc_wrap .pg_sec .gimpo .desc {
    font-size: 20px;
    margin-bottom: 60px;
    line-height: 34px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading {
    box-sizing: border-box;
    background-image: url("/assets/images/map-base.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 120%;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic {
    flex-direction: row;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 {
    max-width: 100%;
    margin-bottom: 0;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap {
    justify-content: space-between;
    width: 260px;
    height: 239px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap:first-child {
    margin-right: 27px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap .tit {
    font-size: 20px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap img {
    width: 68px;
    height: 68px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .wrap .price {
    font-size: 20px;
    width: 212px;
    height: 50px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .exchange {
    width: 103px;
    height: 82px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .exchange .top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step1 .exchange .price {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .arrow_down {
    padding: 0 30px;
    margin-bottom: 0;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .arrow_down img {
    width: 41px;
    transform: rotate(-90deg);
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap {
    justify-content: space-between;
    width: 260px;
    height: 239px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap .tit {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap img {
    width: 68px;
    height: 68px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap .price {
    font-size: 24px;
    color: #1957f6;
    font-weight: 700;
    display: inline-block;
    padding: 10px 60px;
    background-color: #f5f6f8;
    border-radius: 30px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap .gimpo_ico {
    width: 100px;
    height: 100px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.trading .desc_pic .step2 .wrap .gimpo_ico span {
    font-size: 24px;
    line-height: 36px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.method .graph_wrap {
    width: 100%;
  }
  .program_container .desc_wrap .pg_sec .gimpo.method .graph_wrap .graph-container.desktop-graph {
    height: 450px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.method .graph_wrap .graph-container svg .svg-text {
    font-size: 8px;
  }
  .program_container .desc_wrap .pg_sec .gimpo.method .gimpo_ex h4 {
    font-size: 18px;
    letter-spacing: -0.02em;
    margin-bottom: 60px;
  }
  .program_container .desc_wrap .pg_sec.short .gimpo .graph_wrap .candel-graph-container .candle-chart {
    height: 560px;
  }
  .program_container .desc_wrap .pg_sec.short.action .gimpo .graph_wrap .candel-graph-container svg .animate-text {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
}

.trial_container .tab_wrap {
  width: 100%;
}
.trial_container .tab_wrap .tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: -60px 0 60px;
}
.trial_container .tab_wrap .tab_list .td_tab_item {
  font-size: 16px;
  color: #9c9fa3;
  font-weight: 700;
  width: 50%;
  padding: 20px;
  border-bottom: 1px solid #dedfe2;
  text-align: center;
  cursor: pointer;
}
.trial_container .tab_wrap .tab_list .td_tab_item.active {
  color: #1957f6;
  border-bottom: 2px solid #1957f6;
}
.trial_container .desc {
  padding: 0 20px;
  word-break: keep-all;
}
.trial_container .desc h2 {
  font-size: 24px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.trial_container .desc .trial_desc {
  font-size: 16px;
  color: #44464a;
  padding-bottom: 40px;
  line-height: 24px;
  text-align: center;
}
.trial_container .desc form {
  padding: 20px 20px 40px;
  margin: auto -20px -20px;
  background-color: #f5f6f8;
}
.trial_container .desc form .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 43px;
}
.trial_container .desc form .title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-right: 20px;
}
.trial_container .desc form .title span {
  font-size: 14px;
  color: #44464a;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.trial_container .desc form .title span::before {
  left: -10px;
}
.trial_container .desc form .content_wrap .content_list .content_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.trial_container .desc form .content_wrap .content_list .content_item label {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.trial_container .desc form .content_wrap .content_list .content_item label.required::after {
  right: -10px;
  margin-left: 10px;
}
.trial_container .desc form .content_wrap .content_list .content_item.email_wrap .input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.trial_container .desc form .content_wrap .content_list .content_item.email_wrap .input-group #email_input {
  display: none;
  margin-right: 8px;
}
.trial_container .desc form .content_wrap .content_list .content_item.email_wrap span {
  display: inline-block;
  margin: 0 2px;
}
.trial_container .desc form .content_wrap .content_list .content_item textarea {
  width: 100%;
  min-height: 160px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}
.trial_container .desc form .content_wrap .content_list .content_item textarea:not(:disabled):hover {
  background-color: #f8faff;
}
.trial_container .desc form .check_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.trial_container .desc form .check_wrap .check-input {
  margin-right: 8px;
}
.trial_container .desc form .check_wrap label,
.trial_container .desc form .check_wrap a {
  font-size: 14px;
  color: #44464a;
}
.trial_container .desc form .check_wrap label {
  margin-right: 20px;
  cursor: pointer;
}
.trial_container .desc form .check_wrap a {
  text-decoration: underline;
}
.trial_container .desc form .btn_group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trial_container .desc form .btn_group button {
  width: 200px;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .trial_container .tab_wrap .tab_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -60px 0 60px;
  }
  .trial_container .desc h2 {
    font-size: 28px;
  }
  .trial_container .desc .trial_desc {
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 27px;
  }
  .trial_container .desc form {
    padding: calc(20px + 30px) calc(40px + 30px) calc(40px + 30px);
  }
  .trial_container .desc form .title h3 {
    font-size: 22px;
  }
  .trial_container .desc form .check_wrap span {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  .trial_container .desc form .check_wrap a {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .trial_container .desc form .btn_group button {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1200px) {
  .trial_container .tab_wrap .tab_list {
    margin-bottom: 120px;
  }
  .trial_container .tab_wrap .tab_list .td_tab_item {
    font-size: 20px;
    width: 50%;
    padding: 28px;
  }
  .trial_container .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
  }
  .trial_container .desc h2 {
    font-size: 40px;
  }
  .trial_container .desc .trial_desc {
    font-size: 20px;
    padding-bottom: 60px;
    line-height: 1;
  }
  .trial_container .desc form {
    width: 100%;
    padding: 60px 80px;
    margin-bottom: 60px;
    border-radius: 20px;
  }
  .trial_container .desc form .title h3 {
    font-size: 28px;
  }
  .trial_container .desc form .title span {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  .trial_container .desc form .content_wrap .content_list .content_item {
    flex-direction: row;
    align-items: center;
    margin-bottom: 28px;
  }
  .trial_container .desc form .content_wrap .content_list .content_item .w-30 {
    width: 30%;
  }
  .trial_container .desc form .content_wrap .content_list .content_item:last-child {
    margin-bottom: 40px;
  }
  .trial_container .desc form .content_wrap .content_list .content_item label {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    width: 50px;
    margin-right: 34px;
    margin-bottom: 0;
  }
  .trial_container .desc form .btn_group button {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}

.expected {
  margin-bottom: 60px;
}
.expected .expected_return .step1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.expected .expected_return .step1 > * {
  width: 100%;
}
.expected .expected_return .step1 .txt-wrap {
  margin-bottom: 40px;
}
.expected .expected_return .step1 .txt-wrap p {
  font-size: 16px;
  color: #44464a;
  text-align: center;
}
.expected .expected_return .step1 .select {
  margin-bottom: 40px;
}
.expected .expected_return .step1 .select select {
  width: 100%;
  padding: 8px;
  width: 100%;
  border: 1px solid #dedfe2;
  border-radius: 8px;
}
.expected .expected_return .step1 .range {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.expected .expected_return .step1 .range .range_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
}
.expected .expected_return .step1 .range .range_item .expected_tit {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #1e2025;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;
}
.expected .expected_return .step1 .range .range_item .range_wrap {
  position: relative;
  width: 100%;
}
.expected .expected_return .step1 .range .range_item .range_wrap .input_range {
  width: 100%;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 15px;
  background: linear-gradient(90deg, #dedfe2 0%, #1957f6 100%);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1), 0 0.21rem 1rem rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.expected .expected_return .step1 .range .range_item .range_wrap .input_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1), 0 0.21rem 1rem rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 2;
}
.expected .expected_return .step1 .range .range_item .range_wrap .input_range::-moz-range-thumb {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  border: none;
  position: relative;
  z-index: 2;
}
.expected .expected_return .step1 .range .range_item .range_wrap .slider-label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #191a20;
  pointer-events: none;
  z-index: 3;
}
.expected .expected_return .step1 .range .range_item .range_wrap .value_display {
  font-size: 12px;
  letter-spacing: -0.005em;
  color: #191a20;
  font-weight: 400;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.expected .expected_return .step1 .balance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #1957f6;
  font-weight: 700;
}
.expected .expected_return .step1 .balance .b_item {
  display: inline-block;
}
.expected .expected_return .step1 .balance .eng.wrap {
  text-align: center;
  margin-bottom: 8px;
}
.expected .expected_return .step1 .balance .balance_won {
  font-size: 14px;
  color: #44464a;
  font-weight: 300;
}
.expected .expected_return .step2 .graph_wrap .graph {
  margin-left: -20px;
  /* 특정 데이터(data1)의 색상 및 테두리 */
}
.expected .expected_return .step2 .graph_wrap .graph path.c3-line {
  stroke-width: 3px; /* 선 굵기 */
}
.expected .expected_return .step2 .graph_wrap .graph circle.c3-circle {
  r: 6px; /* 데이터 포인트 반지름 (기본값: 2.5px) */
  stroke-width: 2px; /* 테두리 두께 */
  stroke: #ffffff; /* 테두리 색상: 흰색 */
}
.expected .expected_return .step2 .graph_wrap .graph circle.c3-circle-data1 {
  fill: #1e90ff; /* 데이터 포인트 색상 */
  stroke: #ffffff; /* 흰색 테두리 */
}
@media screen and (min-width: 768px) {
  .expected h2 {
    margin-bottom: 40px;
  }
  .expected .expected_return {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .expected .expected_return .step1 .txt-wrap p {
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #44464a;
  }
  .expected .expected_return .step1 .select {
    width: 400px;
  }
  .expected .expected_return .step1 .select-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .expected .expected_return .step1 .select-wrap .range {
    width: 50%;
  }
  .expected .expected_return .step1 .select-wrap .balance {
    font-size: 44px;
    width: 50%;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .expected h2 {
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
  }
  .expected .expected_return {
    margin-bottom: 80px;
  }
  .expected .expected_return .step1 .txt-wrap p {
    font-size: 24px;
    color: #44464a;
  }
  .expected .expected_return .step1 .select {
    width: 400px;
  }
  .expected .expected_return .step1 .select-wrap .range .range_item .expected_tit {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .expected .expected_return .step1 .select-wrap .range .range_item .range_wrap .slider-label,
  .expected .expected_return .step1 .select-wrap .range .range_item .range_wrap .value_display {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .expected .expected_return .step1 .select-wrap .balance {
    font-size: 52px;
    width: 50%;
    padding-left: 25px;
  }
}

.notice_container h1 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.notice_container .form_wrap .search_form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.notice_container .form_wrap .search_form select,
.notice_container .form_wrap .search_form input {
  border: 1px solid #dedfe2;
}
.notice_container .form_wrap .search_form .select-group {
  width: auto;
  margin-right: 10px;
}
.notice_container .form_wrap .search_form .select-group select {
  max-width: 150px;
}
.notice_container .form_wrap .search_form .input-group {
  position: relative;
  width: auto;
}
.notice_container .form_wrap .search_form .input-group input {
  width: 225px;
  padding: 0 40px 0 16px;
  box-sizing: border-box;
}
.notice_container .form_wrap .search_form .input-group button {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  padding: 12px 13px 12px;
  margin-right: -13px;
  cursor: pointer;
}
.notice_container .form_wrap .search_form .input-group button img {
  width: 20px;
  height: 20px;
}
.notice_container .form_wrap .total {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-bottom: 16px;
}
.notice_container .notice_wrap .table_head {
  display: none;
}
.notice_container .notice_wrap .notice_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.notice_container .notice_wrap .notice_list .notice_item {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 500;
  width: 100%;
  border: 1px solid #dedfe2;
  border-radius: 10px;
  cursor: pointer;
}
.notice_container .notice_wrap .notice_list .notice_item.empty {
  text-align: center;
  cursor: auto;
}
.notice_container .notice_wrap .notice_list .notice_item:not(:last-child) {
  margin-bottom: 10px;
}
.notice_container .notice_wrap .notice_list .notice_item:last-child {
  margin-bottom: 40px;
}
.notice_container .notice_wrap .notice_list .notice_item:hover {
  background-color: #f8faff;
}
.notice_container .notice_wrap .notice_list .notice_item .num_wrap {
  padding: 20px;
}
.notice_container .notice_wrap .notice_list .notice_item .num_wrap .num {
  margin-bottom: 8px;
  color: #44464a;
  display: none;
}
.notice_container .notice_wrap .notice_list .notice_item .num_wrap .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 600;
  margin-bottom: 8px;
}
.notice_container .notice_wrap .notice_list .notice_item .num_wrap .view {
  margin-right: 12px;
}
.notice_container .notice_wrap .notice_list .notice_item .num_wrap .view::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-right: 4px;
  background-image: url("/assets/images/icon/eye-fill.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.notice_container .notice_wrap .notice_list .notice_item .num_wrap .date {
  color: #44464a;
}
@media screen and (min-width: 768px) {
  .notice_container .form_wrap .search_form {
    justify-content: flex-start;
  }
  .notice_container .form_wrap .search_form .input-group {
    position: relative;
  }
  .notice_container .form_wrap .search_form .input-group input {
    width: 400px;
  }
  .notice_container .notice_wrap .notice_list .notice_item:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .notice_container {
    margin-top: 100px;
  }
  .notice_container h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .notice_container .form_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
  }
  .notice_container .form_wrap .search_form {
    order: 2;
    margin-bottom: 0;
  }
  .notice_container .form_wrap .search_form .input-group input {
    width: 334px;
    padding: 15px 21px;
  }
  .notice_container .form_wrap .search_form .input-group a img {
    width: 24px;
    height: 24px;
  }
  .notice_container .form_wrap .total {
    order: 1;
    margin-bottom: 0;
  }
  .notice_container .notice_wrap {
    margin-bottom: 60px;
    border-top: 1px solid #1e2025;
    border-bottom: 1px solid #1e2025;
  }
  .notice_container .notice_wrap .table_head {
    display: block;
    background-color: #f5f6f8;
  }
  .notice_container .notice_wrap .table_head .head_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .notice_container .notice_wrap .table_head .head_list .head_item {
    font-size: 16px;
    letter-spacing: -0.01em;
    font-weight: 500;
    text-align: center;
  }
  .notice_container .notice_wrap .table_head .head_list .head_item.num, .notice_container .notice_wrap .table_head .head_list .head_item.count {
    width: 10%;
  }
  .notice_container .notice_wrap .table_head .head_list .head_item.tit {
    flex-grow: 1;
  }
  .notice_container .notice_wrap .table_head .head_list .head_item.date {
    width: 15%;
  }
  .notice_container .notice_wrap .notice_list .notice_item {
    border-radius: 0;
    border: none;
    border-top: 1px solid #dedfe2;
  }
  .notice_container .notice_wrap .notice_list .notice_item:not(:last-child) {
    margin-bottom: 0;
  }
  .notice_container .notice_wrap .notice_list .notice_item:last-child {
    margin-bottom: 0;
  }
  .notice_container .notice_wrap .notice_list .notice_item .num_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .notice_container .notice_wrap .notice_list .notice_item .num_wrap .num,
  .notice_container .notice_wrap .notice_list .notice_item .num_wrap .tit {
    margin-bottom: 0;
  }
  .notice_container .notice_wrap .notice_list .notice_item .num_wrap .num,
  .notice_container .notice_wrap .notice_list .notice_item .num_wrap .view {
    width: 10%;
  }
  .notice_container .notice_wrap .notice_list .notice_item .num_wrap .num {
    display: block;
  }
  .notice_container .notice_wrap .notice_list .notice_item .num_wrap .tit {
    flex-grow: 1;
    text-align: left;
  }
  .notice_container .notice_wrap .notice_list .notice_item .num_wrap .view::before {
    background: none;
  }
  .notice_container .notice_wrap .notice_list .notice_item .num_wrap .date {
    width: 15%;
  }
}

.notice_detail_container header {
  border-bottom: 1px solid #dedfe2;
}
.notice_detail_container header h1 a {
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin: 20px auto;
}
.notice_detail_container header .tit_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.notice_detail_container header .tit_wrap .tit_1 {
  align-self: flex-start;
}
.notice_detail_container header .tit_wrap .tit_1 h2 {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 24px;
}
.notice_detail_container header .tit_wrap .tit_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.notice_detail_container header .tit_wrap .tit_2 .count,
.notice_detail_container header .tit_wrap .tit_2 .date {
  font-size: 12px;
  color: #44464a;
  font-weight: 400;
}
.notice_detail_container header .tit_wrap .tit_2 .count {
  display: inline-block;
  margin-right: 20px;
}
.notice_detail_container header .tit_wrap .tit_2 .count::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-right: 4px;
  background-image: url("/assets/images/icon/eye-fill.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.notice_detail_container .desc {
  margin-bottom: 40px;
}
.notice_detail_container .desc .content {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  line-height: 21px;
  border-bottom: 1px solid #dedfe2;
  word-break: keep-all;
}
.notice_detail_container .desc .btn-group {
  text-align: center;
}
.notice_detail_container .desc .btn-group a {
  display: inline-block;
  padding: 20px 86px;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .notice_detail_container header .tit_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .notice_detail_container header .tit_wrap h2 {
    align-self: flex-start;
  }
  .notice_detail_container header .tit_wrap .date {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .notice_detail_container header {
    margin-top: 100px;
  }
  .notice_detail_container header h1 a {
    font-size: 40px;
  }
  .notice_detail_container header .tit_wrap {
    margin-top: 63px;
    margin-bottom: 32px;
  }
  .notice_detail_container header .tit_wrap .tit_1 h2 {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1;
  }
  .notice_detail_container header .tit_wrap .tit_2 {
    margin-bottom: 0;
  }
  .notice_detail_container header .tit_wrap .tit_2 .count,
  .notice_detail_container header .tit_wrap .tit_2 .date {
    font-size: 16px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
  }
  .notice_detail_container .desc .content {
    font-size: 16px;
    letter-spacing: -0.01em;
    font-weight: 400;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    line-height: 24px;
  }
  .notice_detail_container .desc .btn-group {
    text-align: center;
  }
  .notice_detail_container .desc .btn-group a {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}

.resources_container h1 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.resources_container .category_wrap {
  margin-bottom: 20px;
}
.resources_container .category_wrap .category_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 0;
  place-items: center;
}
.resources_container .category_wrap .category_list .category_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 100px;
  white-space: nowrap;
}
.resources_container .category_wrap .category_list .category_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #9c9fa3;
  font-weight: 600;
  width: 100%;
  height: 100%;
  text-align: center;
}
.resources_container .category_wrap .category_list .category_item.active {
  border-color: #1957f6;
}
.resources_container .category_wrap .category_list .category_item.active a {
  color: #1957f6;
}
.resources_container .form_wrap .search_form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.resources_container .form_wrap .search_form select,
.resources_container .form_wrap .search_form input {
  border: 1px solid #dedfe2;
}
.resources_container .form_wrap .search_form .select-group {
  width: auto;
  margin-right: 10px;
}
.resources_container .form_wrap .search_form .select-group select {
  max-width: 150px;
}
.resources_container .form_wrap .search_form .input-group {
  position: relative;
  width: auto;
}
.resources_container .form_wrap .search_form .input-group input {
  width: 225px;
  padding: 0 40px 0 16px;
  box-sizing: border-box;
}
.resources_container .form_wrap .search_form .input-group button {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  padding: 12px 13px 12px;
  margin-right: -13px;
  cursor: pointer;
}
.resources_container .form_wrap .search_form .input-group button img {
  width: 20px;
  height: 20px;
}
.resources_container .form_wrap .total {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-bottom: 16px;
}
.resources_container .resources_wrap .table_head {
  display: none;
}
.resources_container .resources_wrap .resource_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.resources_container .resources_wrap .resource_list .resource_item {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 500;
  width: 100%;
  border: 1px solid #dedfe2;
  border-radius: 10px;
  cursor: pointer;
}
.resources_container .resources_wrap .resource_list .resource_item.empty {
  text-align: center;
  cursor: auto;
}
.resources_container .resources_wrap .resource_list .resource_item:not(:last-child) {
  margin-bottom: 10px;
}
.resources_container .resources_wrap .resource_list .resource_item:last-child {
  margin-bottom: 40px;
}
.resources_container .resources_wrap .resource_list .resource_item:hover {
  background-color: #f8faff;
}
.resources_container .resources_wrap .resource_list .resource_item .num_wrap {
  padding: 20px;
  margin-bottom: 8px;
}
.resources_container .resources_wrap .resource_list .resource_item .num_wrap span {
  display: inline-block;
}
.resources_container .resources_wrap .resource_list .resource_item .num_wrap .num {
  color: #44464a;
  margin-bottom: 8px;
}
.resources_container .resources_wrap .resource_list .resource_item .num_wrap .num::after {
  content: "·";
  display: inline-block;
  margin: 0 4px;
}
.resources_container .resources_wrap .resource_list .resource_item .num_wrap .ex_name,
.resources_container .resources_wrap .resource_list .resource_item .num_wrap .tit {
  font-size: 16px;
  letter-spacing: -0.01em;
}
.resources_container .resources_wrap .resource_list .resource_item .num_wrap .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.resources_container .resources_wrap .resource_list .resource_item .num_wrap .view {
  margin-right: 12px;
}
.resources_container .resources_wrap .resource_list .resource_item .num_wrap .view::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-right: 4px;
  background-image: url("/assets/images/icon/eye-fill.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.resources_container .resources_wrap .resource_list .resource_item .num_wrap .date {
  color: #44464a;
}
@media screen and (min-width: 768px) {
  .resources_container .category_wrap {
    margin-bottom: 28px;
  }
  .resources_container .form_wrap .search_form {
    justify-content: flex-start;
  }
  .resources_container .form_wrap .search_form .input-group {
    position: relative;
  }
  .resources_container .form_wrap .search_form .input-group input {
    width: 400px;
  }
  .resources_container .resources_wrap .resources_list .resources_item:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .resources_container {
    margin-top: 100px;
  }
  .resources_container h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .resources_container .category_wrap {
    margin-bottom: 44px;
  }
  .resources_container .category_wrap .category_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .resources_container .category_wrap .category_list .category_item:not(:last-child) {
    margin-right: 40px;
  }
  .resources_container .form_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
  }
  .resources_container .form_wrap .search_form {
    order: 2;
    margin-bottom: 0;
  }
  .resources_container .form_wrap .search_form .input-group input {
    width: 334px;
    padding: 15px 21px;
  }
  .resources_container .form_wrap .search_form .input-group a img {
    width: 24px;
    height: 24px;
  }
  .resources_container .form_wrap .total {
    order: 1;
    margin-bottom: 0;
  }
  .resources_container .resources_wrap {
    margin-bottom: 60px;
    border-top: 1px solid #1e2025;
    border-bottom: 1px solid #1e2025;
  }
  .resources_container .resources_wrap .table_head {
    display: block;
    background-color: #f5f6f8;
  }
  .resources_container .resources_wrap .table_head .head_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .resources_container .resources_wrap .table_head .head_list .head_item {
    font-size: 16px;
    letter-spacing: -0.01em;
    font-weight: 500;
    text-align: center;
  }
  .resources_container .resources_wrap .table_head .head_list .head_item.num, .resources_container .resources_wrap .table_head .head_list .head_item.count {
    width: 10%;
  }
  .resources_container .resources_wrap .table_head .head_list .head_item.tit {
    flex-grow: 1;
  }
  .resources_container .resources_wrap .table_head .head_list .head_item.ex_name, .resources_container .resources_wrap .table_head .head_list .head_item.date {
    width: 15%;
  }
  .resources_container .resources_wrap .resource_list .resource_item {
    border-radius: 0;
    border: none;
    border-top: 1px solid #dedfe2;
  }
  .resources_container .resources_wrap .resource_list .resource_item:not(:last-child) {
    margin-bottom: 0;
  }
  .resources_container .resources_wrap .resource_list .resource_item:last-child {
    margin-bottom: 0;
  }
  .resources_container .resources_wrap .resource_list .resource_item:hover {
    background-color: #f8faff;
  }
  .resources_container .resources_wrap .resource_list .resource_item .num_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
  }
  .resources_container .resources_wrap .resource_list .resource_item .num_wrap .num::after {
    content: "";
  }
  .resources_container .resources_wrap .resource_list .resource_item .num_wrap .num,
  .resources_container .resources_wrap .resource_list .resource_item .num_wrap .tit {
    margin-bottom: 0;
  }
  .resources_container .resources_wrap .resource_list .resource_item .num_wrap .num,
  .resources_container .resources_wrap .resource_list .resource_item .num_wrap .view {
    width: 10%;
  }
  .resources_container .resources_wrap .resource_list .resource_item .num_wrap .view::before {
    background: none;
  }
  .resources_container .resources_wrap .resource_list .resource_item .num_wrap .tit {
    flex-grow: 1;
    text-align: left;
  }
  .resources_container .resources_wrap .resource_list .resource_item .num_wrap .ex_name,
  .resources_container .resources_wrap .resource_list .resource_item .num_wrap .date {
    width: 15%;
  }
}

.resources_detail_container header {
  border-bottom: 1px solid #dedfe2;
}
.resources_detail_container header h1 a {
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin: 20px auto;
}
.resources_detail_container header .tit_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.resources_detail_container header .tit_wrap .tit_1 {
  align-self: flex-start;
}
.resources_detail_container header .tit_wrap .tit_1 h2 {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 24px;
}
.resources_detail_container header .tit_wrap .tit_1 .exchange {
  font-size: 12px;
  color: #1957f6;
  font-weight: 700;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 8px;
  border: 1px solid #1957f6;
  border-radius: 12px;
}
.resources_detail_container header .tit_wrap .tit_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.resources_detail_container header .tit_wrap .tit_2 .count,
.resources_detail_container header .tit_wrap .tit_2 .date {
  font-size: 12px;
  color: #44464a;
  font-weight: 400;
}
.resources_detail_container header .tit_wrap .tit_2 .count {
  display: inline-block;
  margin-right: 20px;
}
.resources_detail_container header .tit_wrap .tit_2 .count::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("/assets/images/icon/eye-fill.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.resources_detail_container .desc {
  margin-bottom: 40px;
}
.resources_detail_container .desc .content {
  font-size: 14px;
  letter-spacing: -0.01em;
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  line-height: 21px;
  border-bottom: 1px solid #dedfe2;
  word-break: keep-all;
}
.resources_detail_container .desc .btn-group {
  text-align: center;
}
.resources_detail_container .desc .btn-group a {
  display: inline-block;
  padding: 20px 86px;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .resources_detail_container header .tit_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .resources_detail_container header .tit_wrap h2 {
    align-self: flex-start;
  }
  .resources_detail_container header .tit_wrap .tit_1 {
    align-self: flex-start;
  }
  .resources_detail_container header .tit_wrap .tit_2 .date {
    align-self: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .resources_detail_container header {
    margin-top: 100px;
  }
  .resources_detail_container header h1 a {
    font-size: 40px;
  }
  .resources_detail_container header .tit_wrap {
    margin-top: 63px;
    margin-bottom: 32px;
  }
  .resources_detail_container header .tit_wrap .tit_1 h2 {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1;
  }
  .resources_detail_container header .tit_wrap .tit_2 {
    margin-bottom: 0;
  }
  .resources_detail_container header .tit_wrap .tit_2 .count,
  .resources_detail_container header .tit_wrap .tit_2 .date {
    font-size: 16px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
  }
  .resources_detail_container .desc .content {
    font-size: 16px;
    letter-spacing: -0.01em;
    font-weight: 400;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    line-height: 24px;
  }
  .resources_detail_container .desc .btn-group {
    text-align: center;
  }
  .resources_detail_container .desc .btn-group a {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}

.profit_container h1 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.profit_container .profit_wrap .desc {
  font-size: 14px;
  color: #44464a;
  margin-bottom: 20px;
  text-align: center;
}
.profit_container .profit_wrap .profit_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.profit_container .profit_wrap .profit_list .profit_item {
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 600;
  width: 100%;
  padding: 40px 24px;
  border: 1px solid #dedfe2;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.profit_container .profit_wrap .profit_list .profit_item:not(:last-child) {
  margin-bottom: 10px;
}
.profit_container .profit_wrap .profit_list .profit_item.empty {
  cursor: auto;
}
.profit_container .profit_wrap .profit_list .profit_item.empty:hover {
  background-color: #fff;
}
.profit_container .profit_wrap .profit_list .profit_item:hover {
  background-color: #f8faff;
}
.profit_container .profit_wrap .profit_list .profit_item a {
  display: inline-block;
  width: 100%;
  padding: 40px 24px;
  margin: -40px -24px;
}
.profit_container .profit_wrap .profit_list .profit_item .label_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profit_container .profit_wrap .profit_list .profit_item .label_wrap .label {
  font-size: 12px;
  letter-spacing: -0.005em;
  padding: 4px 8px;
  margin-bottom: 4px;
  border: 1px solid #1957f6;
  border-radius: 18px;
  color: #1957f6;
}
.profit_container .profit_wrap .profit_list .profit_item .label_wrap .label:not(:last-child) {
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .profit_container .profit_wrap .desc {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  .profit_container .profit_wrap .profit_list {
    flex-direction: row;
  }
  .profit_container .profit_wrap .profit_list .profit_item {
    margin-bottom: 0;
  }
  .profit_container .profit_wrap .profit_list .profit_item:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .profit_container {
    margin-top: 100px;
  }
  .profit_container h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .profit_container .profit_wrap .desc {
    font-size: 16px;
    letter-spacing: -0.01em;
    margin-bottom: 50px;
  }
  .profit_container .profit_wrap .profit_list {
    margin-bottom: 80px;
  }
  .profit_container .profit_wrap .profit_list .profit_item .label_wrap .label {
    margin-bottom: 12px;
  }
}

.login_container .login_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.login_container .login_wrap h1 {
  font-size: 24px;
  letter-spacing: -0.01em;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
}
.login_container .login_wrap form {
  padding: calc(20px) calc(20px) 40px;
  margin: auto -20px -20px;
  background-color: #f5f6f8;
  border-radius: 12px;
}
.login_container .login_wrap form .content_wrap .content_list {
  margin-bottom: 40px;
}
.login_container .login_wrap form .content_wrap .content_list .content_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.login_container .login_wrap form .content_wrap .content_list .content_item:not(:last-child) {
  margin-bottom: 20px;
}
.login_container .login_wrap form .content_wrap .content_list .content_item label {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.login_container .login_wrap form .content_wrap .content_list .content_item label.required::after {
  right: -10px;
  margin-left: 10px;
}
.login_container .login_wrap form .btn_group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_container .login_wrap form .btn_group button {
  width: 200px;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .login_container .login_wrap h1 {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .login_container {
    margin-top: 100px;
  }
  .login_container .login_wrap {
    margin-bottom: 60px;
  }
  .login_container .login_wrap h1 {
    font-size: 40px;
    padding-top: 20px;
  }
  .login_container .login_wrap form {
    padding: calc(20px + 30px) calc(20px + 30px);
    margin: auto calc((20px + 30px) * -1) -20px;
    border-radius: 32px;
  }
  .login_container .login_wrap form .content_wrap .content_list {
    margin-bottom: 80px;
  }
  .login_container .login_wrap form .content_wrap .content_list .content_item:not(:last-child) {
    margin-bottom: 32px;
  }
  .login_container .login_wrap form .content_wrap .content_list .content_item label {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .login_container .login_wrap form .content_wrap .content_list .content_item input {
    font-size: 20px;
  }
  .login_container .login_wrap form .btn_group {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .login_container .login_wrap form .btn_group button {
    font-size: 16px;
    letter-spacing: -0.01em;
    width: 100%;
    padding: 16px 24px;
  }
}

/*# sourceMappingURL=style.css.map */
