@charset "UTF-8";
/*! 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  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 */
  -webkit-text-decoration: underline dotted;
  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;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999999;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

button,
[role=button] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}

header {
  width: 100%;
  box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.1);
}
header .header {
  width: 100%;
  height: 55px;
  display: flex;
  padding: 12px 0;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header {
    height: 43px;
  }
}
header .header .logo > img {
  width: 74px;
  height: 31px;
}
header .header .header-menu ul {
  display: flex;
}
header .header .header-menu ul li {
  list-style: none;
}
header .header .header-menu ul li a {
  text-decoration: none;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  header .header .header-menu ul li a {
    font-size: 12px;
  }
}
header .header .header-menu ul li:last-child a {
  margin-right: 0;
}

footer {
  margin-top: 50px;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}
footer .footer-box {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 32px 13px;
}
@media screen and (max-width: 1024px) {
  footer .footer-box {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-box {
    flex-direction: column;
    justify-content: space-between;
  }
}
footer .footer-box .footer-logo {
  width: 100%;
  max-width: 101px;
}
@media screen and (max-width: 767px) {
  footer .footer-box .footer-logo {
    margin-bottom: 34px;
  }
}
footer .footer-box .footer-services {
  width: 100%;
  max-width: 97px;
}
@media screen and (max-width: 767px) {
  footer .footer-box .footer-services {
    max-width: 100%;
  }
}
footer .footer-box .footer-services ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
footer .footer-box .footer-services ul li > a {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  footer .footer-box .footer-services ul li > a {
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-box .footer-services ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 26px;
  }
  footer .footer-box .footer-services ul li:nth-child(2)::before {
    content: "•";
    color: #bdbdbd;
    display: inline-block;
    width: 16px;
    margin-left: 15px;
  }
}
footer .footer-box .footer-address {
  width: 100%;
  max-width: 263px;
}
footer .footer-box .footer-address p {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  color: #666666;
}
footer .footer-box .footer-address h5 {
  font-family: "Pretendard";
  margin-top: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #6f7177;
}
footer .footer-box .footer-address .footer-contact-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer-box .footer-address .footer-contact-mobile {
    display: flex;
    margin-bottom: 12px;
  }
}
footer .footer-box .footer-contact {
  width: 100%;
  max-width: 174px;
}
footer .footer-box .footer-contact ul > li > p {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  color: #666666;
}
@media screen and (max-width: 767px) {
  footer .footer-box .footer-contact {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-box .footer-social {
    margin-top: 28px;
  }
}
footer .footer-box .footer-social h5 {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
footer .footer-box .footer-social .footer-social-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  footer .footer-box .footer-social .footer-social-box {
    justify-content: flex-start;
  }
}
footer .footer-box .footer-social .footer-social-box .social-1 {
  height: 31px;
  display: flex;
  align-items: center;
  margin: 12px 0;
}
footer .footer-box .footer-social .footer-social-box .social-1 img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
footer .footer-box .footer-social .footer-social-box .social-1 p {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #666666;
  cursor: pointer;
}

.component-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .component-header {
    margin-bottom: 16px;
  }
}
.component-header h2 {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .component-header h2 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
  }
}
.component-header .component-header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-header .component-header-right p {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  margin-right: 6px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .component-header .component-header-right p {
    font-size: 12px;
    line-height: 14px;
  }
}
.component-header .component-header-right img {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
  cursor: pointer;
}

.card-body-box {
  width: 100%;
  max-width: 123px;
  height: 246px;
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-body-box img {
  width: 100%;
}
.card-body-box .card-text {
  text-align: center;
  width: 100%;
  margin-top: 12px;
}
.card-body-box .card-text h3 {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .card-body-box .card-text h3 {
    font-size: 14px;
  }
}
.card-body-box .card-text h5 {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #4C4C4C;
}
@media screen and (max-width: 767px) {
  .card-body-box .card-text h5 {
    font-size: 12px;
  }
}
.card-body-box .card-text p {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #828282;
}
@media screen and (max-width: 767px) {
  .card-body-box .card-text p {
    font-size: 12px;
  }
}

.list-item {
  width: 100%;
}
.list-item ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
.list-item ul li:last-child {
  border: none;
  padding: 0;
  padding-top: 12px;
}
.list-item ul li:first-child {
  padding: 0;
  padding-bottom: 12px;
}
.list-item ul li p {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}
.list-item ul li span {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  text-align: right;
  letter-spacing: -0.02em;
  color: #A4A4A4;
}

.arrow-right {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .border-list-last:last-child {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 12px;
  }
}
.switch-field {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}
.switch-field label {
  background: #f2f2f2;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #bdbdbd;
  text-align: center;
  padding: 7px 16px;
  margin: 0;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .switch-field label {
    padding: 7px 14px;
  }
}
.switch-field label:first-of-type {
  border-radius: 8px 0 0 8px;
}
.switch-field label:last-of-type {
  border-radius: 0 8px 8px 0;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.switch-field input:checked + label {
  background-color: #dc4650;
  box-shadow: none;
  color: #ffffff;
}

.col-md-8,
.col-md-4,
.col-sm-12 {
  padding: 0;
  margin: 0;
}

.tab-content-area {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tab-content-area .tab-menu-area {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tab-content-area .tab-menu-area {
    overflow: scroll;
  }
}
.tab-content-area .tab-menu-area ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tab-content-area .tab-menu-area ul {
    width: 1440px;
  }
}
.tab-content-area .tab-menu-area ul li {
  list-style-type: none;
  width: 100%;
  max-width: 240px;
}
.tab-content-area .tab-menu-area ul li:first-child a {
  border-left: 1px solid #CFCFCF;
}
.tab-content-area .tab-menu-area ul li a {
  display: block;
  padding: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: #666666;
  border: 1px solid #CFCFCF;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 1024px) {
  .tab-content-area .tab-menu-area ul li a {
    font-size: 17px;
  }
}
.tab-content-area .tab-menu-area ul li a:last-child {
  border-right: 1px solid #CFCFCF;
}
.tab-content-area .tab-menu-area ul li a.active {
  border: 2px solid #DC4650;
  color: #DC4650;
  border-bottom: none;
}
.tab-content-area .tab-main-content-area {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.tab-content-area .tab-main-content-area .tab-box {
  display: none;
}

.accordion-area {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.accordion-area .accrodion-header {
  position: relative;
  width: 100%;
}
.accordion-area .accordion-body {
  position: relative;
  width: 100%;
}
.accordion-area .accordion-body .accordion-content {
  position: relative;
  width: 100%;
}
.accordion-area .accordion-body .accordion-content:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.accordion-area .accordion-body .accordion-content .accordion-title {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: left;
}
.accordion-area .accordion-body .accordion-content .accordion-title::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 24px;
  content: " ";
  top: 28px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.accordion-area .accordion-body .accordion-content .accordion-title.active::after {
  transform: rotate(-138deg);
  transition: all 0.2s ease-in-out;
}
.accordion-area .accordion-body .accordion-content .accordion-title .custom-row {
  background: transparent;
  border: none;
  padding: 16px 0;
  border-top: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
}
.accordion-area .accordion-body .accordion-content .accordion-panel {
  width: 100%;
  display: none;
  margin: 0;
  padding: 16px 24px;
  text-align: left;
}
.accordion-area .accordion-body .accordion-content .accordion-panel p {
  font-weight: 400;
  font-size: 16px;
  line-height: 235%;
  color: #333333;
}

.custom-row {
  position: relative;
  width: 100%;
  display: flex;
  gap: 12px;
  padding: 24px 0;
  background: #FAFAFA;
  border-top: 1px solid #333333;
}
.custom-row .col-div {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #828282;
  padding: 8px 0;
}
.custom-row .col-div.small-widt {
  max-width: 110px;
}
.custom-row .col-div.medium-widt {
  max-width: 270px;
}
.custom-row .col-div.big-width {
  max-width: 913px;
  text-align: left;
}

.full-page-content-area {
  position: relative;
  width: 100%;
}

.hero-box {
  width: 100%;
  display: flex;
  margin-top: 30px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .hero-box {
    flex-direction: column;
    margin-top: 0;
    gap: 24px;
  }
  .hero-box .hero-box-left,
  .hero-box .hero-box-right {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto !important;
    gap: 24px;
  }
}
.hero-box .banner-area {
  position: relative;
  width: 100%;
}
.hero-box .ad-box {
  position: relative;
  width: 100%;
}
.hero-box .hero-box-left {
  width: 100%;
}
.hero-box .hero-box-left .hero-box-left-header {
  background: rgba(24, 24, 24, 0.4);
}
.hero-box .hero-box-left .hero-box-left-header h3 {
  padding: 10px;
  font-family: "Gmarket Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .hero-box .hero-box-left .hero-box-left-header h3 {
    font-size: 12px;
    padding: 8px 15px;
    letter-spacing: 0em;
  }
}
.hero-box .hero-box-left .hero-box-left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero-box .hero-box-left .hero-box-left-content h3 {
  font-family: "GmarketSans";
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #181818;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .hero-box .hero-box-left .hero-box-left-content h3 {
    font-size: 18px;
  }
}
.hero-box .hero-box-left .hero-box-left-content h2 {
  font-family: "GmarketSans";
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .hero-box .hero-box-left .hero-box-left-content h2 {
    font-size: 26px;
  }
}
.hero-box .hero-box-left .hero-box-left-content p {
  font-family: "GmarketSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #181818;
  margin-top: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .hero-box .hero-box-left .hero-box-left-content p {
    font-size: 14px;
    margin-top: 4px;
  }
}
.hero-box .hero-box-left .hero-box-left-content button {
  padding: 10px 20px;
  background: #dc4650;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 5.15459px;
  margin-bottom: 31px;
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .hero-box .hero-box-left .hero-box-left-content button {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 18px;
    margin-bottom: 21px;
  }
}
.hero-box .hero-box-right {
  width: 100%;
  max-width: 467px;
}
.hero-box .hero-box-right img {
  width: 100%;
}

.home {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .home {
    flex-direction: column;
    gap: 36;
    margin-top: 24px;
    justify-content: center;
    align-items: center;
    margin: 36px 0;
  }
}
@media screen and (max-width: 767px) {
  .home {
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
  }
}

.home .content-box {
  position: relative;
  width: 100%;
}
.home .content-box-left {
  position: relative;
  width: 100%;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .home .content-box-left {
    max-width: inherit;
  }
}
.home .home-left {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #FAFAFA;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  width: 100%;
  max-width: 953px;
}
@media screen and (max-width: 767px) {
  .home .home-left {
    padding: 24px 16px 16px;
  }
}
.home .home-left .home-info-box {
  padding: 23px;
  background-color: #8F6628;
  display: flex;
  width: 100%;
  max-width: 905px;
  gap: 38px;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .home .home-left .home-info-box {
    flex-direction: column;
    padding: 28px 21px;
    gap: 24px;
    margin-top: 0px;
  }
}
.home .home-left .home-info-box .home-info-box-img {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home .home-left .home-info-box .home-info-box-img {
    gap: 12px;
  }
}
.home .home-left .home-info-box h3 {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #F2F2F2;
  width: 100%;
  max-width: 288px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .home .home-left .home-info-box h3 {
    font-size: 18px;
  }
}
.home .home-left .home-info-box span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  margin-top: 8px;
  color: #F2F2F2;
  display: block;
}
@media screen and (max-width: 767px) {
  .home .home-left .home-info-box span {
    font-size: 12px;
  }
}
.home .home-card-left {
  display: flex;
  width: 100%;
  position: relative;
  max-width: 905px;
  margin: 20px 0 18px 0;
}
@media screen and (max-width: 767px) {
  .home .home-card-left {
    margin: 16px 0 0;
  }
}
.home .home-card-left .card-slider {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .home .home-card-left .card-slider {
    width: 55vw;
  }
}
@media (min-width: 1367px) and (max-width: 1420px) {
  .home .home-card-left .card-slider {
    width: 53vw;
  }
}
.home .home-card-left .card-slider .slick-slide {
  position: relative;
  width: 100%;
}
.home .home-card-left .card-slider .slick-slide .card-body-box {
  margin: 0 auto;
  max-width: 124px;
}
@media screen and (max-width: 767px) {
  .home .home-card-left .card-slider .slick-slide .card-body-box {
    max-width: 108px;
    height: 178px;
    margin-bottom: 16px;
  }
  .home .home-card-left .card-slider .slick-slide .card-body-box img {
    max-width: 80px;
  }
}
.home .home-card-left .card-slider .slick-prev {
  position: absolute;
  top: calc(50% - 16px);
  left: -27px;
  width: 32px;
  height: 32px;
  background: url("/app/assets/icons/arrow-right.svg");
  transform: rotate(180deg);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home .home-card-left .card-slider .slick-prev {
    width: 28px;
    height: 28px;
    background-size: cover;
    left: -6px;
    z-index: 5;
  }
}
.home .home-card-left .card-slider .slick-prev.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
.home .home-card-left .card-slider .slick-next {
  position: absolute;
  top: calc(50% - 16px);
  right: -27px;
  width: 32px;
  height: 32px;
  background: url("/app/assets/icons/arrow-right.svg");
  cursor: pointer;
}
.home .home-card-left .card-slider .slick-next.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .home .home-card-left .card-slider .slick-next {
    width: 28px;
    height: 28px;
    background-size: cover;
    right: -6px;
  }
}
.home .home-card-left .home-card-body {
  display: flex;
  gap: 38px;
  padding: 7px 34px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home .home-card-left .home-card-body .hide {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .home .home-card-left .home-card-body .hide1 {
    display: none;
  }
}
.home .home-bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}
.home .home-bottom p {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #f3626c;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home .home-bottom p {
    font-size: 12px;
    line-height: 14px;
  }
}
.home .home-bottom span > img {
  margin-left: 4px;
  filter: drop-shadow(0px 4px 10px rgba(236, 234, 255, 0.5));
}

.home-bill-right {
  display: flex;
  flex-direction: column;
  gap: 36px;
  background: #ffffff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  padding: 24px 24px 36px 24px;
}
@media (min-width: 991px) and (max-width: 1024px) {
  .home-bill-right {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .home-bill-right {
    font-size: 14px;
    margin: auto;
    margin-top: 24px;
    max-width: 100%;
    padding: 24px 16px;
    gap: 30px;
    border-radius: 12px;
    border: 1px solid #FAFAFA;
  }
}
.home-bill-right .reviews > .bill-review {
  position: relative;
  width: 100%;
}
.home-bill-right .reviews > .bill-review .review-text-box {
  display: flex;
  position: relative;
  gap: 20px;
  width: 100%;
}
.home-bill-right .reviews > .bill-review .review-text-box .review-img {
  position: relative;
  width: 124px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.home-bill-right .reviews > .bill-review .review-text-box .review-img img {
  width: 100%;
  max-width: inherit;
  border-radius: 10px;
}
.home-bill-right .reviews > .bill-review .review-text-box .review-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 299px;
}
@media screen and (max-width: 1024px) {
  .home-bill-right .reviews > .bill-review .review-text-box .review-text {
    max-width: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .home-bill-right .reviews > .bill-review .review-text-box .review-text {
    gap: 9px;
    max-width: inherit !important;
  }
}
.home-bill-right .reviews > .bill-review .review-text-box .review-text p {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .home-bill-right .reviews > .bill-review .review-text-box .review-text p {
    font-size: 12px;
  }
}
.home-bill-right .reviews > .bill-review .review-text-box .review-text .review-bottom p {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #A4A4A4;
}
.home-bill-right .card-slider-bill {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-bill-right .card-slider-bill {
    max-width: 100%;
  }
}
.home-bill-right .card-slider-bill .slick-slide {
  position: relative;
  width: 100%;
}
.home-bill-right .card-slider-bill .slick-prev-bill {
  position: absolute;
  bottom: 0px;
  right: 37px;
  width: 28px;
  height: 28px;
  background: url("/app/assets/icons/bill-right.svg");
  cursor: pointer;
  transform: rotate(180deg);
  background-size: cover;
  z-index: 325;
}
.home-bill-right .card-slider-bill .slick-prev-bill.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .home-bill-right .card-slider-bill .slick-prev-bill {
    width: 24px;
    height: 24px;
    bottom: 1px;
  }
}
.home-bill-right .card-slider-bill .slick-next-bill {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  background: url("/app/assets/icons/bill-right.svg");
  cursor: pointer;
  background-size: cover;
  z-index: 325;
}
.home-bill-right .card-slider-bill .slick-next-bill.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .home-bill-right .card-slider-bill .slick-next-bill {
    width: 24px;
    height: 24px;
  }
}
.home-bill-right .text-wrap-bill > li > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 24px;
}

.nopadmob {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nopadmob {
    padding: 0;
  }
}

.card-slider {
  display: flex;
  width: 100%;
  max-width: 905px;
  gap: 38px;
  margin: 50px;
}
.card-slider .slick-slide {
  position: relative;
  width: 100%;
}
.card-slider .slick-slide .card-body-box {
  margin: 0 auto;
  max-width: 124px;
}
@media screen and (max-width: 767px) {
  .card-slider .slick-slide .card-body-box {
    max-width: 108px;
    height: 178px;
    margin-bottom: 16px;
  }
  .card-slider .slick-slide .card-body-box img {
    max-width: 80px;
  }
}
.card-slider .slick-prev {
  position: absolute;
  top: calc(50% - 16px);
  left: -27px;
  width: 32px;
  height: 32px;
  background: url("/app/assets/icons/arrow-right.svg");
  transform: rotate(180deg);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .card-slider .slick-prev {
    width: 28px;
    height: 28px;
    background-size: cover;
    left: -6px;
    z-index: 5;
  }
}
.card-slider .slick-prev.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
.card-slider .slick-next {
  position: absolute;
  top: calc(50% - 16px);
  right: -27px;
  width: 32px;
  height: 32px;
  background: url("/app/assets/icons/arrow-right.svg");
  cursor: pointer;
}
.card-slider .slick-next.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .card-slider .slick-next {
    width: 28px;
    height: 28px;
    background-size: cover;
    right: -6px;
  }
}

.shopping-scroll {
  width: 96%;
  overflow: hidden;
  margin: 0 auto;
}
.shopping-scroll div {
  display: flex;
}
.shopping-scroll .owl-item .shopping-card-body-box {
  margin: 0 auto;
}
.shopping-scroll .owl-nav button {
  border: none;
}
.shopping-scroll .owl-nav button span {
  display: none;
}
.shopping-scroll .owl-dots {
  display: none;
}

.single-scroller {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.single-scroller div {
  display: flex;
}
.single-scroller .owl-nav button {
  border: none;
}
.single-scroller .owl-nav button span {
  display: none;
}
.single-scroller .owl-dots {
  display: none;
}
.single-scroller .owl-prev::before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 38px;
  width: 32px;
  height: 32px;
  background: url("/app/assets/icons/arrow-right.svg");
  cursor: pointer;
  z-index: 35;
}
.single-scroller .owl-prev::before [class*=owl-] {
  background-color: red;
}
@media screen and (max-width: 767px) {
  .single-scroller .owl-prev::before {
    width: 28px;
    height: 28px;
    background-size: cover;
    z-index: 5;
    top: 43%;
  }
}
.single-scroller .owl-prev::before.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
.single-scroller .owl-next::before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: url("/app/assets/icons/arrow-right.svg");
  cursor: pointer;
  z-index: 35;
  transform: rotate(180deg);
}
.single-scroller .owl-next::before.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .single-scroller .owl-next::before {
    width: 28px;
    height: 28px;
    background-size: cover;
    top: 43%;
  }
}

.community {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .community {
    flex-direction: column;
    gap: 0;
  }
}
.community .content-box {
  position: relative;
  width: 100%;
  max-width: 953px;
}
.community .content-box-left {
  position: relative;
  width: 100%;
  max-width: 467px;
}
.community .community-box {
  background: #ffffff;
  border: 1px solid #fafafa;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  max-width: 953px;
}
.community .community-box .community-header h2 > span {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #A4A4A4;
  margin-left: 6px;
}
.community .community-box .community-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.community .community-box .community-img .community-img-1 {
  position: relative;
  width: 100%;
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.1));
}
.community .community-box .community-img .community-img-1.hids {
  display: block;
}
@media screen and (max-width: 767px) {
  .community .community-box .community-img .community-img-1.hids {
    display: none;
  }
}
.community .community-box .community-img .community-img-1 img {
  width: 100%;
}
.community .community-box .community-box-bottom {
  display: flex;
  gap: 24px;
  margin-top: 36px;
  margin-bottom: 8px;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .community .community-box .community-box-bottom {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .community .community-box .community-box-bottom {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .community .community-box .community-box-bottom {
    flex-direction: column;
    gap: 30px;
  }
}
.community .community-box .community-box-bottom .community-box-1 {
  flex: 50% 0;
}
.community .community-box .community-box-bottom .community-box-2 {
  flex: 0 50%;
}
.community .community-box .community-box-bottom .community-box-2 h2 {
  display: flex;
  align-items: center;
}
.community .community-box .community-box-bottom .community-box-2 h2 .community-btn-grp {
  display: flex;
  margin-left: 12px;
}
.community .community-box .community-box-bottom .community-box-2 h2 .community-btn-grp .switch-field {
  margin: 0;
}
.community .community-box .community-box-bottom .community-box-2 h2 .community-btn-grp button.community-btn {
  justify-content: center;
  padding: 7px 16px;
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #BDBDBD;
  background-color: #F2F2F2;
}
.community .community-box .community-box-bottom .community-box-2 h2 .community-btn-grp button.community-btn:first-child {
  border-radius: 8px 0px 0px 8px;
}
.community .community-box .community-box-bottom .community-box-2 h2 .community-btn-grp button.community-btn:last-child {
  border-radius: 0px 8px 8px 0px;
}
.community .community-box .community-box-bottom .community-box-2 h2 .community-btn-grp .select-button {
  background-color: #DC4650 !important;
  color: #ffffff;
}
.community .community-box-right {
  width: 100%;
  border: 1px solid #F2F2F2;
}
.community .community-box-right img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .community .community-box-right {
    margin-top: 24px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
    object-fit: cover;
  }
}

.shopping {
  width: 100%;
  max-width: 905px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .shopping {
    max-width: 100% !important;
  }
}
.shopping .shopping-card-body-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 124px;
}
.shopping .shopping-card-body-box img {
  width: 100%;
  max-width: 123px;
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .shopping .shopping-card-body-box img {
    max-width: 72px !important;
  }
}
.shopping .shopping-card-body-box .card-text {
  margin-top: 14px;
}
.shopping .shopping-card-body-box .card-text h3 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  text-align: center;
  /* Black */
  color: #181818;
}
@media screen and (max-width: 767px) {
  .shopping .shopping-card-body-box .card-text h3 {
    font-size: 14px;
  }
}
.shopping .shopping-card-body-box .card-text h5 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: center;
  /* Gray 2 */
  color: #4c4c4c;
}
@media screen and (max-width: 767px) {
  .shopping .shopping-card-body-box .card-text h5 {
    font-size: 12px;
  }
}
.shopping .shopping-card-body-box .card-text p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: center;
  /* Gray 4 */
  color: #828282;
}
@media screen and (max-width: 767px) {
  .shopping .shopping-card-body-box .card-text p {
    font-size: 12px;
  }
}
.shopping .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.shopping .owl-prev::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("/app/assets/icons/arrow-right.svg");
  cursor: pointer;
  z-index: 35;
}
.shopping .owl-prev::before [class*=owl-] {
  background-color: red;
}
@media screen and (max-width: 767px) {
  .shopping .owl-prev::before {
    width: 28px;
    height: 28px;
    background-size: cover;
    z-index: 5;
    top: 43%;
  }
}
.shopping .owl-prev::before.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
.shopping .owl-next::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  background: url("/app/assets/icons/arrow-right.svg");
  cursor: pointer;
  z-index: 35;
  transform: rotate(180deg);
}
.shopping .owl-next::before.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .shopping .owl-next::before {
    width: 28px;
    height: 28px;
    background-size: cover;
    top: 43%;
  }
}

.using-mathematicians {
  padding-top: 30px;
}
.using-mathematicians .main-container {
  background-color: transparent;
}
.using-mathematicians .hero-box-left {
  margin-bottom: 0;
}
.using-mathematicians .col-md-8, .using-mathematicians .col-md-4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.using-mathematicians .ibox {
  padding: 30px 20px !important;
  background: #fff;
  border: none !important;
  border-radius: 10px;
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1607843137);
}
.using-mathematicians .ibox .ibox-title {
  height: auto !important;
  min-height: auto;
  padding: 0 !important;
  background: none;
  border: none !important;
}
.using-mathematicians .ibox .ibox-title .txt-title {
  padding: 0 0 20px;
  margin: 10px 0 0;
  text-indent: 10px;
  display: inline-block;
  text-overflow: ellipsis;
  float: left;
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 23px;
}
.using-mathematicians .ibox .ibox-title .btn {
  background: #333333;
  color: #fff;
  border-radius: 5px;
  padding: 2px 4px;
}
.using-mathematicians .ibox .ibox-title .btn.sm {
  width: auto;
  height: 27px;
  font-size: 12px;
}
.using-mathematicians .ibox .ibox-content {
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
  clear: both;
  padding: 0 !important;
  background: none;
  border: none !important;
}
.using-mathematicians .ibox .ibox-content .tab-box {
  display: flex;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.using-mathematicians .ibox .ibox-content .tab-box.home {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .using-mathematicians .ibox .ibox-content .tab-box.home {
    padding: 30px 0;
  }
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list {
  width: 230px;
}
@media screen and (max-width: 1024px) {
  .using-mathematicians .ibox .ibox-content .tab-box.home .tab-list {
    width: 100%;
  }
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list li {
  height: 50px;
  box-sizing: border-box;
  padding: 16px 20px;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list li:hover {
  color: #F16775;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list li.badge2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list li.badge2::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  width: 24px;
  height: 15px;
  background: transparent url(/app/assets/icons/1.png) no-repeat;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list li.badge2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list li.badge2::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #70BCFE;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list li.badge2.badge-none::after {
  background: #FBBC05;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list li.badge2.badge-often::after {
  background: #2075BF;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list li.select {
  background: #F16775;
  color: #fff;
  border-bottom: none;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-list li.select::after {
  width: 15px;
  height: 15px;
  background: transparent url(/app/assets/icons/1.png) no-repeat !important;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-content {
  position: relative;
  width: calc(100% - 250px);
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .using-mathematicians .ibox .ibox-content .tab-box.home .tab-content {
    width: 100%;
    margin: 0px auto;
    margin-top: 30px;
  }
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-content .box {
  height: auto;
  width: 100%;
  text-align: center;
  overflow-y: hidden;
  border: 1px solid #aaa;
  display: none;
}
@media screen and (max-width: 768px) {
  .using-mathematicians .ibox .ibox-content .tab-box.home .tab-content .box {
    height: auto;
    margin-top: 20px;
  }
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-content .box.select {
  display: flex;
  justify-content: center;
  align-items: center;
}
.using-mathematicians .ibox .ibox-content .tab-box.home .tab-content .box img {
  width: 90%;
  margin: 0px auto;
}
.using-mathematicians .ibox .ibox-content .btn-box {
  margin-top: 20px;
  display: flex;
}
.using-mathematicians .ibox .ibox-content .btn-box.right {
  justify-content: flex-end !important;
}
.using-mathematicians .ibox .ibox-content .btn-box .btn-go {
  width: 155px !important;
  height: 40px;
  font-size: 14px;
}
.using-mathematicians .ibox .ibox-content .btn-box .btn-go.btn {
  align-items: center;
  justify-content: center;
  background: #333333;
  color: #fff;
  border-radius: 5px;
  padding: 2px 4px;
}
.using-mathematicians .ibox .ibox-content .btn-box .btn-go::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 17px;
  margin-right: 10px;
  background: url(/app/assets/icons/2.png) no-repeat center 6px;
}
.using-mathematicians .ibox .ibox-content .table {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.using-mathematicians .ibox .ibox-content .table td {
  height: 32px;
  padding: 0 10px;
  font-size: 12px;
  text-align: left;
  line-height: 32px;
  border: none;
  display: flex;
  border-bottom: 1px solid #aaa;
}
.using-mathematicians .ibox .ibox-content .table td a {
  display: block;
  overflow: hidden;
  color: #000;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #275a85 !important;
  text-decoration: none;
}
.using-mathematicians .ibox .ibox-content .table td a b {
  font-weight: 700;
}
.using-mathematicians .ibox .ibox-content .row .col-sm-4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.using-mathematicians .ibox .ibox-content .row .navy-rbg {
  background-color: #ffffff;
  color: #f06776;
  border: 1px solid #f06776;
}
.using-mathematicians .ibox .ibox-content .row .navy-rbg.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.using-mathematicians .ibox .ibox-content .row .navy-rbg.widget h2 {
  margin-bottom: 0;
}
.using-mathematicians .ibox .ibox-content .row .navy-rbg .m-xs {
  margin: 5px;
}
.using-mathematicians .ibox .ibox-content .row .navy-rbg h4 {
  font-size: 14px;
}

.no-margins {
  margin-bottom: 0 !important;
}

.textbook-section {
  padding-top: 20px;
  background: #f3f3f4;
}
.textbook-section .main-container {
  background-color: transparent;
}
.textbook-section .col-md-8, .textbook-section .col-md-4 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.textbook-section #main-section h4 {
  font-size: 14px;
  margin-left: 15px;
}
.textbook-section .ibox {
  margin-bottom: 10px !important;
  padding: 30px 20px !important;
  background: #fff;
  border: none !important;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
.textbook-section .ibox .ibox-title {
  height: auto !important;
  min-height: auto;
  padding: 0 !important;
  background: none;
  border: none !important;
}
.textbook-section .ibox .ibox-title.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.textbook-section .ibox .ibox-title h5 {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.textbook-section .ibox .ibox-title .btn.line {
  color: #000;
  border-color: #000;
  background: #fff;
}
.textbook-section .ibox .ibox-title .btn.sm {
  width: auto;
  height: 27px;
  font-size: 12px;
}
.textbook-section .ibox .product-detail {
  position: relative;
}
.textbook-section .ibox .product-detail .edit {
  position: absolute;
  top: -10px;
  right: 70px;
}
.textbook-section .ibox .product-detail .edit img {
  width: 20px;
  height: 20px;
}
.textbook-section .ibox .product-detail .col-sm-6 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.textbook-section .ibox .product-detail .col-md-6 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.textbook-section .ibox .product-detail .ibox-content {
  padding: 0 !important;
  background: none;
  border: none !important;
  clear: both;
}
.textbook-section .ibox .product-detail .ibox-content .col-md-6 .book {
  width: 90%;
  margin: 0px auto;
}
.textbook-section .ibox .product-detail .ibox-content .col-md-6 h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .textbook-section .ibox .product-detail .ibox-content .col-md-6 h2 {
    margin-top: 20px;
  }
}
.textbook-section .ibox .product-detail .ibox-content .col-md-6 h2 small {
  font-size: 85%;
}
.textbook-section .ibox .product-detail .ibox-content .col-md-6 .btn {
  background: #333333;
  color: #fff;
  border-radius: 5px;
  padding: 2px 4px;
}
.textbook-section .ibox .product-detail .ibox-content .col-md-6 .btn.line {
  color: #000;
  border-color: #000;
  background: #fff;
}
.textbook-section .ibox .product-detail .ibox-content .col-md-6 .btn.sm {
  width: auto;
  height: 27px;
  font-size: 12px;
}
.textbook-section .ibox .product-detail .ibox-content .col-md-6 .btn.block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.textbook-section .ibox .product-detail .ibox-content .col-md-6 .btn.block img {
  width: 15px;
}
.textbook-section .ibox .product-detail .ibox-content .col-md-6 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.textbook-section .ibox .ibox-content {
  padding: 0 !important;
  background: none;
  border: none !important;
  clear: both;
  color: inherit;
}
.textbook-section .ibox .ibox-content .table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.textbook-section .ibox .ibox-content .table-responsive .table {
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  border: 1px solid #EBEBEB;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr th:last-child {
  border-right: none !important;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #e7e7e7;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth2 {
  text-align: left !important;
  padding-left: 50px !important;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth2.setexam {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth2.setexam b {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  line-height: 20px;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth2.setexam b span img {
  width: 15px;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth2 .fx-fr {
  float: right;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth2 .fx-fr .btn {
  width: auto;
  height: 27px;
  font-size: 12px;
  color: #000;
  border-color: #000;
  background: #fff;
  padding: 2px 4px;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth2 .fx-fr .btn img {
  width: 15px;
  height: 15px;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth1 {
  text-align: left !important;
  padding-left: 10px !important;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth1.setexam {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth1.setexam b {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  line-height: 20px;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth1.setexam b span img {
  width: 15px;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth1 .fx-fr {
  float: right;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth1 .fx-fr .btn {
  width: auto;
  height: 27px;
  font-size: 12px;
  color: #000;
  border-color: #000;
  background: #fff;
  padding: 2px 4px;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td.depth1 .fx-fr .btn img {
  width: 15px;
  height: 15px;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td:last-child {
  border-right: none !important;
}
.textbook-section .ibox .ibox-content .table-responsive .table tr td p {
  margin: 0 !important;
}

.introduction-math-sec .hero-box .banner-area {
  width: 100%;
  max-width: inherit;
}
.introduction-math-sec .hero-box .banner-area .hero-box-left {
  width: 100%;
  max-width: inherit;
  margin-bottom: 30px;
}
.introduction-math-sec .content {
  margin-top: -5px;
  position: relative;
}
.introduction-math-sec .content .section {
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section {
    padding: 50px 20px;
  }
}
.introduction-math-sec .content .section h2 {
  max-width: 1240px;
  margin: auto;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section h2 {
    text-align: center;
  }
}
.introduction-math-sec .content .section h2 strong {
  position: relative;
  font-size: 32px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section h2 strong {
    font-size: 25px;
  }
}
.introduction-math-sec .content .section h2 strong::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(241, 87, 102, 0.7);
}
.introduction-math-sec .content .section h2 span {
  display: block;
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section h2 span {
    font-size: 25px;
  }
}
.introduction-math-sec .content .section .cont-box {
  max-width: 1240px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section .cont-box {
    margin: 30px auto 0;
  }
}

/*
.introduction-math-sec .content .section.sec0 {
  background: #F6F6F6;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1215686275);
}
.introduction-math-sec .content .section.sec0 h2 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 h2 {
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec0 .suggest-skill {
  padding-bottom: 0 !important;
}
.introduction-math-sec .content .section.sec0 .suggest-skill .cont-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .suggest-skill .cont-box {
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-img {
    height: auto;
  }
}
.introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-img img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-img img {
    width: 50%;
  }
}
.introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-txt {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-txt {
    width: 100%;
    margin-top: 30px;
  }
}
.introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-txt .title h3 {
  margin-bottom: 10px;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-txt .title h3 {
    font-size: 24px;
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-txt .txt-desc {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-txt .txt-desc {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec0 .suggest-skill .cont-box .info-txt .txt-desc p {
  font-size: 20px;
}
*/

.introduction-math-sec .content .section.sec0 {
  /* background: #F6F6F6; */
}
.introduction-math-sec .content .section.sec0 .cont-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box {
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-ai {
  width: 50%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box .info-ai {
    width: 100%;
    padding-right: 0;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-ai .title h3 {
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: bold;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box .info-ai .title h3 {
    font-size: 24px;
    text-align: center;
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-ai .title h3 img {
  vertical-align: middle;
  margin-right: 34px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box .info-ai .title h3 img {
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-ai p {
  width: 90%;
  height: 110px;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box .info-ai p {
    height: auto;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-ai .img-wrap {
  display: block;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box .info-ai .img-wrap {
    margin-top: 30px;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-ai .img-wrap img {
  width: 100%;
}
.introduction-math-sec .content .section.sec0 .cont-box .info-wrong {
  padding-left: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box .info-wrong {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-wrong .title h3 {
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: bold;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box .info-wrong .title h3 {
    font-size: 24px;
    text-align: center;
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-wrong .title h3 img {
  vertical-align: middle;
  margin-right: 34px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box .info-wrong .title h3 img {
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-wrong ol {
  width: 90%;
  height: 110px;
  padding-left: 30px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box .info-wrong ol {
    width: 100%;
    height: auto;
    line-height: 20px;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-wrong ol li {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec0 .cont-box .info-wrong ol li {
    font-size: 14px;
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec0 .cont-box .info-wrong .img-wrap {
  display: block;
  position: relative;
  width: 90%;
  margin: 70px auto 0;
}
.introduction-math-sec .content .section.sec0 .cont-box .info-wrong .img-wrap img {
  width: 100%;
}
.introduction-math-sec .content .section.sec0 .cont-box .info-wrong .img-wrap::after {
  content: "";
  position: absolute;
  top: -5%;
  right: -2%;
  width: 50%;
  height: 105%;
  border: 5px solid #F15766;
}

.introduction-math-sec .content .section.sec1 h2 {
  max-width: 1240px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec1 h2 {
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec1 h2 span {
  display: block;
  font-size: 42px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec1 h2 span {
    font-size: 32px;
  }
}
.introduction-math-sec .content .section.sec1 .cont-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec1 .cont-box {
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec1 .cont-box .list-print {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec1 .cont-box .list-print {
    width: 100%;
  }
}
.introduction-math-sec .content .section.sec1 .cont-box .list-print .box {
  width: 50%;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec1 .cont-box .list-print .box {
    width: 50%;
  }
}
.introduction-math-sec .content .section.sec1 .cont-box .list-print .box img {
  width: 150px;
  margin: 0px auto;
}
.introduction-math-sec .content .section.sec1 .cont-box .list-print .box span {
  display: block;
  margin-top: 20px;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec1 .cont-box .list-print .box span {
    font-size: 20px;
  }
}
.introduction-math-sec .content .section.sec1 .cont-box .img-test {
  display: flex;
  text-align: center;
  justify-content: flex-end;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec1 .cont-box .img-test {
    width: 100%;
  }
}
.introduction-math-sec .content .section.sec1 .cont-box .img-test .box {
  width: 40%;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec1 .cont-box .img-test .box {
    width: 50%;
  }
}
.introduction-math-sec .content .section.sec1 .cont-box .img-test .box img {
  width: 100%;
  border: 1px solid #707070;
}
.introduction-math-sec .content .section.sec1 .cont-box .img-test .box span {
  display: block;
  margin-top: 20px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec1 .cont-box .img-test .box span {
    font-size: 14px;
  }
}
.introduction-math-sec .content .section.sec2 {
  /* background: #F6F6F6; */
}
.introduction-math-sec .content .section.sec2 .cont-box .list-free {
  width: 90%;
  margin: auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.introduction-math-sec .content .section.sec2 .cont-box .list-free .box {
  display: flex;
  padding: 30px 80px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec2 .cont-box .list-free .box {
    padding: 30px 0px;
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec2 .cont-box .list-free .box:nth-of-type(2) {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec2 .cont-box .list-free .box .icon img {
    margin: 0px auto;
  }
}
.introduction-math-sec .content .section.sec2 .cont-box .list-free .box .num {
  width: 70px;
  margin: 0 39px 0 44px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec2 .cont-box .list-free .box .num {
    width: 100%;
    margin: 30px 0;
  }
}
.introduction-math-sec .content .section.sec2 .cont-box .list-free .box .num .num {
  font-size: 50px;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec2 .cont-box .list-free .box .num .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec2 .cont-box .list-free .box .desc {
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec2 .cont-box .list-free .box .desc strong {
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec2 .cont-box .list-free .box .desc strong {
    font-size: 20px;
  }
}
.introduction-math-sec .content .section.sec2 .cont-box .list-free .box .desc p {
  margin-top: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec2 .cont-box .list-free .box .desc p {
    font-size: 16px;
  }
}
.introduction-math-sec .content .section.sec2 .cont-box .list-free .box .desc p span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec2 .cont-box .list-free .box .desc p span {
    font-size: 16px;
  }
}
.introduction-math-sec .content .section.sec2 .cont-box .txt-notice {
  width: 90%;
  margin: 40px 0 0 140px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec2 .cont-box .txt-notice {
    margin: 20px 0 0;
    font-size: 14px;
  }
}
.introduction-math-sec .content .section.sec3 h2 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec3 h2 {
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec3 .cont-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec3 .cont-box {
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec3 .cont-box .box:nth-of-type(1) {
  width: 36.61%;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec3 .cont-box .box:nth-of-type(1) {
    margin: 30px 0;
  }
}
.introduction-math-sec .content .section.sec3 .cont-box .box:nth-of-type(2) {
  width: 27.25%;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec3 .cont-box .box:nth-of-type(2) {
    margin: 30px 0;
  }
}
.introduction-math-sec .content .section.sec3 .cont-box .box:nth-of-type(3) {
  width: 13.95%;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec3 .cont-box .box:nth-of-type(3) {
    margin: 30px 0;
  }
}
.introduction-math-sec .content .section.sec3 .cont-box .box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec3 .cont-box .arrow {
    transform: rotate(90deg);
  }
}

.introduction-math-sec .content .section.sec4 {
  /* background: #F6F6F6; */
}
.introduction-math-sec .content .section.sec4 .cont-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box {
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-ai {
  width: 50%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box .info-ai {
    width: 100%;
    padding-right: 0;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-ai .title h3 {
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: bold;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box .info-ai .title h3 {
    font-size: 24px;
    text-align: center;
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-ai .title h3 img {
  vertical-align: middle;
  margin-right: 34px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box .info-ai .title h3 img {
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-ai p {
  width: 90%;
  height: 110px;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box .info-ai p {
    height: auto;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-ai .img-wrap {
  display: block;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box .info-ai .img-wrap {
    margin-top: 30px;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-ai .img-wrap img {
  width: 100%;
}
.introduction-math-sec .content .section.sec4 .cont-box .info-wrong {
  padding-left: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box .info-wrong {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-wrong .title h3 {
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: bold;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box .info-wrong .title h3 {
    font-size: 24px;
    text-align: center;
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-wrong .title h3 img {
  vertical-align: middle;
  margin-right: 34px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box .info-wrong .title h3 img {
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-wrong ol {
  width: 90%;
  height: 110px;
  padding-left: 30px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box .info-wrong ol {
    width: 100%;
    height: auto;
    line-height: 20px;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-wrong ol li {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec4 .cont-box .info-wrong ol li {
    font-size: 14px;
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec4 .cont-box .info-wrong .img-wrap {
  display: block;
  position: relative;
  width: 90%;
  margin: 70px auto 0;
}
.introduction-math-sec .content .section.sec4 .cont-box .info-wrong .img-wrap img {
  width: 100%;
}
.introduction-math-sec .content .section.sec4 .cont-box .info-wrong .img-wrap::after {
  content: "";
  position: absolute;
  top: -5%;
  right: -2%;
  width: 50%;
  height: 105%;
  border: 5px solid #F15766;
}

.introduction-math-sec .content .section.sec5 h2 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec5 h2 {
    text-align: center;
  }
}
.introduction-math-sec .content .section.sec5 .cont-box .list-point {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec5 .cont-box .list-point {
    flex-direction: column;
  }
}
.introduction-math-sec .content .section.sec5 .cont-box .list-point li {
  width: 350px;
  height: 260px;
  padding: 60px 30px;
  border: 2px solid #242426;
  border-radius: 44.5px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec5 .cont-box .list-point li {
    margin: 10px auto;
  }
}
.introduction-math-sec .content .section.sec5 .cont-box .list-point li.icon-plus {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border: none;
  padding: 0 22px;
}
.introduction-math-sec .content .section.sec5 .cont-box .list-point li span {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec5 .cont-box .list-point li span {
    font-size: 18px;
  }
}
.introduction-math-sec .content .section.sec5 .cont-box .list-point li p {
  width: 85%;
  margin-top: 33px;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec5 .cont-box .list-point li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.introduction-math-sec .content .section.sec5 .cont-box .txt-notice {
  font-size: 22px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .introduction-math-sec .content .section.sec5 .cont-box .txt-notice {
    font-size: 20px;
  }
}
.introduction-math-sec .content .section.sec6 {
  /* background: #F6F6F6; */
}
.introduction-math-sec .content .section.sec6 .cont-box {
  width: 100%;
}
.introduction-math-sec .content .section.sec6 .cont-box .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 509px;
  margin: 5px 20px;
  padding: 35px 30px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 45px;
}
.introduction-math-sec .content .section.sec6 .cont-box .slide .icon_4 {
  width: 215px;
}
.introduction-math-sec .content .section.sec6 .cont-box .slide .txt-title {
  margin: 30px 0 20px;
  font-size: 1.813rem;
  font-weight: bold;
}
.introduction-math-sec .content .section.sec6 .cont-box .slide .txt-desc {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.slider-subjects {
  width: 96%;
  overflow: hidden;
  margin: 0 auto;
}
.slider-subjects div {
  display: flex;
}
.slider-subjects .owl-item .shopping-card-body-box {
  margin: 0 auto;
}
.slider-subjects .owl-nav button {
  border: none;
}
.slider-subjects .owl-nav button span {
  display: none;
}
.slider-subjects .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.slider-subjects .owl-dots button {
  width: 10px;
  height: 10px;
  background-color: #d4d4d4;
  border-radius: 50px;
}
.slider-subjects .owl-dots button.active {
  background-color: #354395;
}

.business-intro-sec {
  margin-top: 30px;
}
.business-intro-sec .product .section {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .section {
    padding: 50px 20px;
  }
}
.business-intro-sec .product .visual-area {
  position: relative;
  width: 100%;
}
.business-intro-sec .product .visual-area .img-box {
  width: 100%;
  height: 650px;
  background: url("/app/assets/images/business-banner.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
.business-intro-sec .product .visual-area .info-box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 720px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.business-intro-sec .product .visual-area .info-box .txt-title span {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .visual-area .info-box .txt-title span {
    font-size: 25px;
  }
}
.business-intro-sec .product .visual-area .info-box .txt-title span strong {
  font-weight: 400;
}
.business-intro-sec .product .visual-area .info-box .txt-title span strong:first-child {
  color: #EA4335;
}
.business-intro-sec .product .visual-area .info-box .txt-title span strong:last-child {
  color: #FBBC05;
}
.business-intro-sec .product .visual-area .info-box .txt-title p {
  margin-top: 17px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .visual-area .info-box .txt-title p {
    font-size: 30px;
    line-height: 36px;
  }
}
.business-intro-sec .product .visual-area .info-box .icon-diagram {
  display: flex;
  justify-content: space-around;
  margin: 44px 0 50px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .visual-area .info-box .icon-diagram {
    gap: 20px;
  }
}
.business-intro-sec .product .visual-area .info-box .icon-diagram li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .visual-area .info-box .icon-diagram li {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .business-intro-sec .product .visual-area .info-box .icon-diagram li {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
}
.business-intro-sec .product .visual-area .info-box .txt-desc {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .visual-area .info-box .txt-desc {
    font-size: 24px;
    line-height: 30px;
  }
}
.business-intro-sec .product .visual-area .info-box .txt-desc li {
  list-style: none;
}
.business-intro-sec .product .visual-area .info-box .txt-desc li .btn-inquiry {
/*
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-weight: bold;
*/
  padding: 10px 20px;
  margin: 30px 0;
  background: #CF2C3E;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .visual-area .info-box .txt-desc li .btn-inquiry {
    font-size: 16px;
  }
}
.business-intro-sec .product .content {
  position: relative;
}
.business-intro-sec .product .content .section {
  width: 100%;
  padding: 100px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1215686275);
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section {
    padding: 50px 0;
  }
}
.business-intro-sec .product .content .section h2 {
  max-width: 1240px;
  margin: auto;
  line-height: 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section h2 {
    line-height: 40px;
    text-align: center;
  }
}
.business-intro-sec .product .content .section h2 strong {
  font-size: 42px;
  position: relative;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section h2 strong {
    font-size: 30px;
  }
}
.business-intro-sec .product .content .section h2 strong::after {
  top: 29px;
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(241, 87, 102, 0.7);
}
.business-intro-sec .product .content .section h2 span {
  width: 100%;
  margin-bottom: 30px;
  font-size: 32px !important;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section h2 span {
    font-size: 24px;
  }
}
.business-intro-sec .product .content .section .cont-box {
  flex-direction: column;
  align-items: flex-start !important;
  width: calc(85.5% - 83px) !important;
  margin: 0 !important;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section .cont-box {
    width: 100% !important;
    padding-left: 0;
    margin-top: 20px;
  }
}
.business-intro-sec .product .content .section.sec3:nth-of-type(2n - 1) {
  background: #F6F6F6;
}
.business-intro-sec .product .content .section.sec3 .box {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section.sec3 .box {
    width: 100%;
    flex-direction: column;
  }
}
.business-intro-sec .product .content .section.sec3 .box .icon-symbol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border: 3px solid #707070;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section.sec3 .box .icon-symbol {
    margin: 0px auto;
  }
}
.business-intro-sec .product .content .section.sec3 .box .icon-symbol span {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
}
.business-intro-sec .product .content .section.sec3 .box .icon-symbol strong {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section.sec3 .box .icon-symbol strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section.sec3 .box .cont-box {
    padding: 0 20px;
  }
}
.business-intro-sec .product .content .section.sec3 .box .cont-box h2 span {
  width: 100%;
  margin-bottom: 30px;
  font-size: 32px !important;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section.sec3 .box .cont-box h2 span {
    font-size: 20px !important;
  }
}
.business-intro-sec .product .content .section.sec3 .box .cont-box h2 span strong {
  font-size: 32px !important;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section.sec3 .box .cont-box h2 span strong {
    font-size: 20px !important;
  }
}
.business-intro-sec .product .content .section.sec3 .box .cont-box h2 span strong::after {
  top: 29px;
}
.business-intro-sec .product .content .section.sec3 .box .cont-box p {
  width: 100%;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .business-intro-sec .product .content .section.sec3 .box .cont-box p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.business-intro-sec .product .content .section.sec3 .box .cont-box .img-box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.business-intro-sec .product .btn-top {
  display: none;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8) url("../img/icon/icon_top.png") center center no-repeat;
  background-size: contain;
  border: 1px solid #aaa;
  transition: all 1s ease;
}
.business-intro-sec .product .btn-top.show {
  display: block;
  opacity: 1;
}

.company-sec {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.company-sec .company-area {
  max-width: 1240px;
  margin: auto;
}
.company-sec .company-area ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company-sec .company-area ul {
    flex-wrap: wrap;
  }
}
.company-sec .company-area ul li {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .company-sec .company-area ul li {
    width: 50%;
    justify-content: center;
  }
}
.company-sec .company-area ul li img {
  height: 20px;
}

.proposal-sec {
  width: 100%;
  padding-top: 40px;
}
.proposal-sec h2 {
  max-width: 1240px;
  margin: auto;
  line-height: 50px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .proposal-sec h2 {
    text-align: center;
  }
}
.proposal-sec h2 strong {
  position: relative;
  font-size: 42px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .proposal-sec h2 strong {
    font-size: 20px;
  }
}
.proposal-sec h2 strong::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(241, 87, 102, 0.7);
}
.proposal-sec h2 span {
  display: block;
  font-size: 42px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .proposal-sec h2 span {
    font-size: 25px;
  }
}
.proposal-sec .cont-box {
  max-width: 1240px;
  margin: 0px auto;
}
.proposal-sec .suggest-skill {
  padding-bottom: 0 !important;
}
.proposal-sec .suggest-skill .cont-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .proposal-sec .suggest-skill .cont-box {
    flex-direction: column;
  }
}
.proposal-sec .suggest-skill .cont-box .info-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 400px;
}

.proposal-sec .suggest-skill .cont-box .info-img {
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
    width:50%;
    height:300px;
}
.proposal-sec .suggest-skill .cont-box .info-img ul {
    position:absolute;
    top:50%;
    left:50%;
    width:250px;
    height:250px;
    background:url('/app/assets/images/icon_skill.png') center center no-repeat;
    background-size:60%;
    border-radius:50%;
    border:1px solid #aaa;
    transform:translate(-50%, -50%);
}
.proposal-sec .suggest-skill .cont-box .info-img li {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:absolute;
    width:130px;
    height:130px;
    background:#fff;
    text-align: center;
    border:2px solid #000;
    border-radius:50%;
}

.proposal-sec .suggest-skill .cont-box .info-img li:nth-child(1) {
    top:-55px;
    left:50%;
    margin-left:-65px;
}
.proposal-sec .suggest-skill .cont-box .info-img li:nth-child(2) {
    bottom:0;
    left:-45px;
}
.proposal-sec .suggest-skill .cont-box .info-img li:nth-child(3) {
    bottom:0;
    right:-45px;
}
.proposal-sec .suggest-skill .cont-box .info-img li span {
    display:block;
    margin-bottom:5px;
    font-size: 15px;
    font-weight: bold;
}
.proposal-sec .suggest-skill .cont-box .info-img li strong {
    font-size: 18px;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
  .proposal-sec .suggest-skill .cont-box .info-img {
    width: 100%;
  }
}
.proposal-sec .suggest-skill .cont-box .info-txt {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .proposal-sec .suggest-skill .cont-box .info-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.proposal-sec .suggest-skill .cont-box .info-txt .title h3 {
  margin-bottom: 10px;
  margin-left: 83px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .proposal-sec .suggest-skill .cont-box .info-txt .title h3 {
    font-size: 20px;
    margin-left: 0;
    margin-top: 20px;
  }
}
.proposal-sec .suggest-skill .cont-box .info-txt .txt-desc {
  width: 573px;
  margin-left: 83px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .proposal-sec .suggest-skill .cont-box .info-txt .txt-desc {
    font-size: 14px;
    line-height: 24px;
    margin-left: 0;
    width: 100%;
  }
}
.proposal-sec .btn-inquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  margin: 61px auto 0;
  background: #CF2C3E;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 5px;
}

.login-area {
  position: relative;
  width: 100%;
  min-height: 810px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .login-area {
    min-height: auto;
    padding: 32px 16px;
  }
}
.login-area .login-box-area {
  padding: 78px 82px;
  width: 100%;
  max-width: 594px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .login-area .login-box-area {
    padding: 24px;
  }
}
.login-area .login-box-area h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .login-area .login-box-area h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
.login-area .login-box-area .signup-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-area .login-box-area .signup-main .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.login-area .login-box-area .signup-main .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.login-area .login-box-area .signup-main .form-group .form-control {
  align-items: center;
  padding: 16px;
  gap: 4px;
  width: 100%;
  height: 49px;
  background: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.login-area .login-box-area .signup-main .reset-area {
  justify-content: right;
  margin-bottom: 24px;
}
.login-area .login-box-area .signup-main .reset-area .reset-link {
  float: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #828282;
  margin-right: 8px;
}
.login-area .reset-box-area {
  padding: 80px;
  width: 100%;
  max-width: 594px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .login-area .reset-box-area {
    padding: 24px;
  }
}
.login-area .reset-box-area h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .login-area .reset-box-area h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
.login-area .reset-box-area p {
  width: 100%;
  max-width: 434px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #333333;
  padding-bottom: 48px;
}
.login-area .reset-box-area .reset-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-area .reset-box-area .reset-main .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.login-area .reset-box-area .reset-main .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.login-area .reset-box-area .reset-main .form-group .form-control {
  align-items: center;
  padding: 16px;
  gap: 4px;
  width: 100%;
  height: 49px;
  background: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.button-area {
  position: relative;
  width: 100%;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .button-area {
    flex-direction: column;
  }
}
.button-area .btn-red-fill {
  padding: 16px;
  width: 100%;
  background: #DC4650;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.button-area .btn-red-fill.outline-btn {
  border: 1px solid #DC4650;
  color: #DC4650;
  background: transparent;
}

.textbook-list-banner-area {
  position: relative;
  width: 100%;
}
.textbook-list-banner-area .hero-box .banner-area {
  width: 100%;
  max-width: inherit;
}
.textbook-list-banner-area .hero-box .banner-area .hero-box-left {
  width: 100%;
  max-width: inherit;
  margin-bottom: 30px;
}

.tab-main-content-area {
  position: relative;
  width: 100%;
}
.tab-main-content-area .main-content-head-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .tab-main-content-area .main-content-head-area {
    flex-direction: column;
  }
}
.tab-main-content-area .main-content-head-area h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .tab-main-content-area .main-content-head-area h2 {
    margin-bottom: 12px;
  }
}
.tab-main-content-area .main-content-head-area .filter-area {
  display: flex;
  width: 100%;
  max-width: 460px;
  gap: 8px;
}
.tab-main-content-area .main-content-head-area .filter-area .grade {
  width: 100%;
  max-width: 120px;
}
.tab-main-content-area .main-content-head-area .filter-area .grade select {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  padding: 12px 16px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  background: url("/app/assets/icons/arrow-down.png") no-repeat;
  background-position: 90% 17px;
}
.tab-main-content-area .main-content-head-area .filter-area .book-name {
  width: 100%;
  max-width: 220px;
  gap: 4px;
}
.tab-main-content-area .main-content-head-area .filter-area .book-name input {
  align-items: center;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  background: url("/app/assets/icons/search.png") no-repeat;
  background-position: 96% 15px;
}
.tab-main-content-area .tabber-content-area {
  padding: 40px 135px 30px;
  background: #ffffff;
  border: 1px solid #FAFAFA;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 52px;
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .tab-main-content-area .tabber-content-area {
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-main-content-area .tabber-content-area {
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 480px) {
  .tab-main-content-area .tabber-content-area {
    padding: 24px 95px;
  }
}
.tab-main-content-area .tabber-content-area .tabber-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .tab-main-content-area .tabber-content-area .tabber-cards {
    gap: 69px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .tab-main-content-area .tabber-content-area .tabber-cards {
    gap: 69px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-main-content-area .tabber-content-area .tabber-cards {
    flex-wrap: wrap;
    gap: 16px 21px;
  }
}
@media screen and (max-width: 480px) {
  .tab-main-content-area .tabber-content-area .tabber-cards {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}
.tab-main-content-area .tabber-content-area .card-area {
  width: 100%;
  max-width: 153px;
}
@media screen and (max-width: 1024px) {
  .tab-main-content-area .tabber-content-area .card-area {
    width: 33.3%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .tab-main-content-area .tabber-content-area .card-area {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .tab-main-content-area .tabber-content-area .card-area {
    width: 100%;
  }
}
.tab-main-content-area .tabber-content-area .card-area .card-body-box {
  height: auto;
  max-width: 153px;
}
.tab-main-content-area .tabber-content-area .card-area .card-text .button-area {
  display: flex;
  justify-content: center;
}
.tab-main-content-area .tabber-content-area .view-all {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.tab-main-content-area .tabber-content-area .view-all p {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .tab-main-content-area .tabber-content-area .view-all {
    display: none;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .tab-main-content-area .tabber-content-area .view-all {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .tab-main-content-area .tabber-content-area .view-all {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .tab-main-content-area .tabber-content-area .view-all {
    display: flex;
  }
}
.tab-main-content-area .button-area .red-fill-outline-btn {
  padding: 12px 40px;
  gap: 10px;
  background: transparent;
  border: 1px solid #DC4650;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #DC4650;
  white-space: nowrap;
  margin-top: 14px;
}
.tab-main-content-area .books-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
  isolation: isolate;
  background: #ffffff;
  margin-bottom: 42px;
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .tab-main-content-area .books-area {
    gap: 69px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .tab-main-content-area .books-area {
    gap: 69px;
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-main-content-area .books-area {
    flex-wrap: wrap;
    gap: 16px 68px;
  }
}
@media screen and (max-width: 767px) {
  .tab-main-content-area .books-area {
    flex-direction: column;
    gap: 16px;
  }
}
.tab-main-content-area .books-area .card-area .card-body-box {
  max-width: 133px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tab-main-content-area .books-area .card-area .card-body-box {
    height: auto;
  }
}
.tab-main-content-area .books-area .card-area .card-body-box .card-text .button-area {
  display: flex;
  justify-content: center;
}
.tab-main-content-area .pagination-area .pagination-main {
  display: flex;
  justify-content: center;
}
.tab-main-content-area .pagination-area .pagination-main p {
  margin-right: 5px;
  border: 1px solid #BDBDBD;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.tab-main-content-area .pagination-area .pagination-main p a {
  color: #BDBDBD;
}
.tab-main-content-area .pagination-area .pagination-main p.active {
  border: 1px solid #DC4650;
}
.tab-main-content-area .pagination-area .pagination-main p.active a {
  color: #DC4650;
}
.tab-main-content-area .pagination-area ul {
  display: flex;
  justify-content: center;
}
.tab-main-content-area .pagination-area ul li {
  display: flex;
  align-items: center;
  margin-right: 5px;
  border: 1px solid #BDBDBD;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 7px;
  gap: 10px;
}
.tab-main-content-area .pagination-area ul li a {
  color: #BDBDBD;
}
.tab-main-content-area .pagination-area ul li.active {
  border: 1px solid #DC4650;
}
.tab-main-content-area .pagination-area ul li.active a {
  color: #DC4650;
}
.tab-main-content-area .multiline-area span {
  font-weight: 600;
  font-size: 16px;
  line-height: 235%;
  color: #333333;
}
.tab-main-content-area .franchise-body .custom-row {
  display: flex;
  gap: 23px;
}
.tab-main-content-area .review-body .custom-row {
  gap: 23px;
}
.tab-main-content-area .review-body .custom-row .big-width {
  max-width: 953px;
}

@media screen and (max-width: 767px) {
  .education-news-body .accordion-area {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .education-news-body .accordion-area .accrodion-header {
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .education-news-body .accordion-area .accordion-body {
    width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .business-body .accordion-area {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .business-body .accordion-area .accrodion-header {
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .business-body .accordion-area .accordion-body {
    width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .franchise-body .accordion-area {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .franchise-body .accordion-area .accrodion-header {
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .franchise-body .accordion-area .accordion-body {
    width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-body .accordion-area {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .announcement-body .accordion-area .accrodion-header {
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .announcement-body .accordion-area .accordion-body {
    width: 880px;
  }
}

@media screen and (max-width: 767px) {
  .review-body .accordion-area {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .review-body .accordion-area .accrodion-header {
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .review-body .accordion-area .accordion-body {
    width: 880px;
  }
}

.sell-content .modal-dialog {
  max-width: 710px;
}
@media screen and (max-width: 768px) {
  .sell-content .modal-dialog {
    max-width: 100%;
  }
}
.sell-content .modal-dialog .modal-content {
  padding: 30px;
  border: 0;
}
.sell-content .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
  justify-content: flex-end;
}
.sell-content .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  right: 24px;
}
.sell-content .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.sell-content .modal-dialog .modal-content .modal-body .heading {
  width: 100%;
  height: auto;
}
.sell-content .modal-dialog .modal-content .modal-body .heading h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #181818;
}
@media screen and (max-width: 768px) {
  .sell-content .modal-dialog .modal-content .modal-body .heading h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
}
.sell-content .modal-dialog .modal-content .modal-body .heading p {
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #4C4C4C;
}
@media screen and (max-width: 768px) {
  .sell-content .modal-dialog .modal-content .modal-body .heading p {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }
}
.sell-content .modal-dialog .modal-content .modal-body .example-wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .sell-content .modal-dialog .modal-content .modal-body .example-wrap {
    gap: 24px;
    flex-direction: column;
  }
}
.sell-content .modal-dialog .modal-content .modal-body .example-wrap .example {
  width: 100%;
}
.sell-content .modal-dialog .modal-content .modal-body .example-wrap .example h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 8px;
  color: #000;
}
.sell-content .modal-dialog .modal-content .modal-body .example-wrap .example .box {
  background-color: #D9D9D9;
  min-height: 255px;
  width: 100%;
  position: relative;
}
.sell-content .modal-dialog .modal-content .modal-body .example-wrap .example .box .box-footer {
  background-color: #fff;
  position: absolute;
  position: absolute;
  bottom: calc(100% - 255px);
  left: 0;
  right: 0;
}
.sell-content .modal-dialog .modal-content .modal-body .example-wrap .example .box .box-footer button {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-top: 8px;
  gap: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #333;
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .sell-content .modal-dialog .modal-content .modal-body .item-main-wrap {
    flex-direction: column;
    gap: 24px;
  }
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .items {
  width: 45%;
  height: auto;
  padding: 23px 12px;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .items {
    width: 100%;
  }
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .items .heading {
  width: 100%;
  text-align: center;
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .items .heading h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #181818;
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .items ul {
  margin-top: 4px;
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .items ul li {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: #333;
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form {
  width: 55%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form {
    width: 100%;
  }
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #181818;
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form form .wrap {
  margin-top: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form form .wrap {
    flex-direction: column;
  }
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form form .wrap .form {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form form .wrap .form {
    width: 100%;
  }
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form form .wrap .form p {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #181818;
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form form .wrap .form input {
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-top: 8px;
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form form .wrap.full .form {
  width: 100%;
}
.sell-content .modal-dialog .modal-content .modal-body .item-main-wrap .inquiry-form form .wrap.full .form button {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #cfcfcf;
  padding: 12px;
}

.passwordmodal .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  gap: 8px;
  position: absolute;
  width: 100%;
  max-width: 298px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  background: #FFFFFF;
  border: 1px solid #F1F0F9;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.passwordmodal .modal-dialog .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.passwordmodal .modal-dialog .modal-content h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4C4C4C;
  text-align: center;
  margin-top: 12px;
}

.after-login .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 40px;
  gap: 8px;
  position: absolute;
  width: 100%;
  max-width: 420px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  background: #FFFFFF;
  border: 1px solid #F1F0F9;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.after-login .modal-dialog .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.after-login .modal-dialog .modal-content h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #181818;
}
.after-login .modal-dialog .modal-content h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4C4C4C;
  margin-top: 16px;
}
.after-login .modal-dialog .modal-content .button-area {
  gap: 12px;
  margin-top: 24px;
  justify-content: center;
}
.after-login .modal-dialog .modal-content .button-area button {
  padding: 10px 24px;
  width: 100%;
  max-width: 109px;
}

html,
body {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html select:focus-visible,
body select:focus-visible {
  outline: none;
}
html input:focus-visible,
body input:focus-visible {
  outline: none;
}
html textarea:focus-visible,
body textarea:focus-visible {
  outline: none;
}

body {
  font-family: "Pretendard";
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

.main-body {
  margin: 0 !important;
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 420px) {
  .main-body {
    background: #ffffff;
    height: auto;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Pretendard";
  font-weight: 500;
}

a {
  color: #000000;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

input:focus {
  outline: 0;
  box-shadow: none;
}

strong {
  font-weight: bold;
}

textarea {
  resize: none;
}

input {
  outline: none;
}

/*container sizing as per feedback*/
.main-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  padding: 0px;
}
@media (min-width: 1367px) and (max-width: 1420px) {
  .main-container {
    width: 100%;
    padding: 0px 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .main-container {
    width: 100%;
    padding: 0px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .main-container {
    width: 100%;
    padding: 0px 36px;
  }
}
@media screen and (max-width: 767px) {
  .main-container {
    width: 100%;
    padding: 0px 16px;
  }
}

.row {
  margin: 0;
  padding: 0;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

/*** Totop button ***/
.totop-wrap {
  position: fixed;
  z-index: 7;
  bottom: 24px;
  right: 0;
  margin: 0 auto;
  right: 15px;
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
}
.totop-wrap .totop {
  opacity: 0;
  display: block;
  transition: all 0.2s ease-out;
}
.totop-wrap .totop .round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 64px;
  height: 64px;
  background-color: #FFD600;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .totop-wrap .totop .round {
    width: 50px;
    height: 50px;
  }
}
.totop-wrap .totop .round img {
  width: 38px;
  height: auto;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .totop-wrap .totop .round img {
    width: 20px;
  }
}
.totop-wrap .totop.show {
  opacity: 1;
  visibility: visible;
}

.floting_mail {
  position: fixed;
  z-index: 7;
  bottom: 120px;
  right: 0;
  margin: 0 auto;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .floting_mail {
    bottom: 85px;
  }
}
.floting_mail .f-mail {
  display: block;
}
.floting_mail .f-mail .round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(197, 197, 197, 0.71);
}
@media screen and (max-width: 768px) {
  .floting_mail .f-mail .round {
    width: 50px;
    height: 50px;
  }
}
.floting_mail .f-mail .round img {
  width: 30px;
  height: auto;
  margin: 0px auto;
}

.form-control {
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 10px;
  line-height: 160%;
  padding: 12px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #264027;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BDBDBD;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #BDBDBD;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #BDBDBD;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #BDBDBD;
}

.custom-checkbox-wrap .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #828282;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox-wrap .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox-wrap .custom-checkbox .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 14px;
  width: 14px;
}
.custom-checkbox-wrap .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox-wrap .custom-checkbox input ~ .checkmark {
  background: url(/app/assets/icons/uncheck.svg) no-repeat center center;
}

.custom-checkbox-wrap .custom-checkbox input:checked ~ .checkmark {
  background: url(/app/assets/icons/check.svg) no-repeat center center;
}

.custom-checkbox-wrap .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 25px;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}

.green-btn {
  background: #264027;
}

.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1051;
}
.loader-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alert-text {
  text-align: center;
  padding: 5px 10px;
  margin-top: 10px;
}
.alert-text p {
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
}
.alert-text.success {
  background: #ffffff;
}
.alert-text.success p {
  color: #264027;
}

.p-0 {
  padding: 0;
}

.m-t-50 {
  margin-top: 50px;
}

.m-0 {
  margin-top: 0;
}

.owl-dots {
  display: none;
}

.m-t-0 {
  margin-top: 0 !important;
}/*# sourceMappingURL=style.css.map */

/* ui-dialog */
.ui-widget.ui-widget-content {
    border-radius: 10px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.5em 1em;
    background-color: #fff;
}

.ui-widget-header {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #aaaaaa;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
    border: 0px;
    background: #fff !important;
    color: #000 !important;
}

.ui-dialog-buttonset .ui-button {
    color: #000;
    border-color: #000;
    background: #fff;
    width: 80px;
    height: 30px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 2px 4px;
}

.ui-widget-overlay
{
    height: 100vw !important;
	opacity: 0.5 !important;
	background: #000 !important;
}

.ui-dialog {
z-index: 1000000 !important ;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: 14px;
}

.ui-dialog .ui-dialog-title {
    font-size: 16px;
    font-weight: bold;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 14px;
    font-weight: bold;
}

.ui-dialog .ui-dialog-content {
    font-size: 15px;
}

.pagination {
    font-size: 14px;
}
