@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: #BDBDBD;
  font-weight: 500;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BDBDBD;
  font-weight: 500;
}

input::placeholder,
textarea::placeholder {
  color: #BDBDBD;
  font-weight: 500;
}

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;
  
}

@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.eot");
  src: url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.woff") format("woff"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Bold/Pretendard-Bold.svg#Pretendard-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Black/Pretendard-Black.eot");
  src: url("../../assets/fonts/Pretendard-Black/Pretendard-Black.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.woff") format("woff"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Black/Pretendard-Black.svg#Pretendard-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.eot");
  src: url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.woff") format("woff"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-ExtraBold/Pretendard-ExtraBold.svg#Pretendard-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.eot");
  src: url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.woff") format("woff"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Medium/Pretendard-Medium.svg#Pretendard-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Light/Pretendard-Light.eot");
  src: url("../../assets/fonts/Pretendard-Light/Pretendard-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.woff") format("woff"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Light/Pretendard-Light.svg#Pretendard-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.eot");
  src: url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.woff") format("woff"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.ttf") format("truetype"), url("../../assets/fonts/Pretendard-ExtraLight/Pretendard-ExtraLight.svg#Pretendard-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.eot");
  src: url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.woff") format("woff"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.ttf") format("truetype"), url("../../assets/fonts/Pretendard-SemiBold/Pretendard-SemiBold.svg#Pretendard-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.eot");
  src: url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.woff") format("woff"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Regular/Pretendard-Regular.svg#Pretendard-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.eot");
  src: url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.woff") format("woff"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.ttf") format("truetype"), url("../../assets/fonts/Pretendard-Thin/Pretendard-Thin.svg#Pretendard-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yde street B";
  src: url("../../assets/fonts/YdestreetB.eot");
  src: url("../../assets/fonts/YdestreetB.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/YdestreetB.woff2") format("woff2"), url("../../assets/fonts/YdestreetB.woff") format("woff"), url("../../assets/fonts/YdestreetB.ttf") format("truetype"), url("../../assets/fonts/YdestreetB.svg#YdestreetB") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.icon-camara-white {
  background: url(../../assets/icons/icon-camara-white.svg) no-repeat right center;
  background-size: auto 11px;
  width: 13px;
  height: 11px;
  display: inline-block;
}

.download-icons {
  background: url(../../assets/icons/download.svg) no-repeat right center;
  background-size: auto 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
}

.arrow-icons {
  background: url(../../assets/icons/Delete.svg) no-repeat right center;
  background-size: auto 13px;
  width: 15px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
}

.desktop_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 0px;
  background: #ffffff;
  box-shadow: 0px 5px 8px 1px rgba(224, 224, 224, 0.32);
  position: relative;
}
@media screen and (max-width: 768px) {
  .desktop_header {
    display: none;
  }
}
.desktop_header .header_logo {
  width: 70px;
}
.desktop_header .header_links ul {
  display: flex;
  align-items: center;
}
.desktop_header .header_links ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #828282;
  padding: 20px 25px;
}
.desktop_header .header_links ul li a:hover {
  color: #00447F;
}
.desktop_header .header_links ul li.active {
  text-align: center;
  margin-right: 0;
}
.desktop_header .header_links ul li.active a {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  color: #333333;
}
.desktop_header .header_links ul li.active::after {
  content: "";
  display: block;
  width: 105px;
  height: 3px;
  position: absolute;
  bottom: 0;
  background-color: #00447F;
}
.desktop_header .header_links {
  display: flex;
}
.desktop_header .header_links .left-link li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #333333;
}
.desktop_header .header_links .left-link li a:hover {
  border-bottom: 3px solid #00447F;
  color: #00447F;
}

.mobile_header {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile_header {
    display: block;
  }
}
.mobile_header .innerHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 0 16px;
  background-color: #ffffff;
  box-shadow: 0px 5px 8px 1px rgba(224, 224, 224, 0.32);
}
.mobile_header .innerHeader .leftH .logo {
  width: 70px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
  transition: all 300ms ease;
}
.overlay.active {
  display: block;
}

.mobile_menu {
  width: 100%;
  background-color: #ffffff;
  padding: 27px 16px 55px;
  position: fixed;
  top: 0;
  right: -100%;
  overflow: auto;
  transition: all 300ms ease-in;
  z-index: 9;
}
.mobile_menu.toggle {
  right: 0;
}
.mobile_menu .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #A4A4A4;
}
.mobile_menu .wrap .menu_close {
  width: 18px;
}
.mobile_menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
.mobile_menu ul li a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #333333;
}
.mobile_menu ul li a.active::after {
  content: "";
  display: block;
  width: inherit;
  height: 2px;
  background-color: #00447F;
  margin-top: 2.5px;
}

.pagination_wrapper {
  margin-top: 40px;
}
.pagination_wrapper .custom_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.pagination_wrapper .custom_pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination_wrapper .custom_pagination li.left-arrow {
  margin-right: 16px;
}
.pagination_wrapper .custom_pagination li.right-arrow {
  margin-left: 16px;
}
.pagination_wrapper .custom_pagination li.page-counter a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #A4A4A4;
  letter-spacing: -0.01em;
  text-align: center;
  cursor: pointer;
  width: 38px;
  height: 38px;
}
.pagination_wrapper .custom_pagination li.page-counter a:hover {
  color: #00447F;
  color: #000;
  font-weight: bold;
}
.pagination_wrapper .custom_pagination li.page-counter a.disable {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  font-feature-settings: "case" on, "ss02" on;
  color: #D7D7D7;
}
.pagination_wrapper .custom_pagination li.page-counter a.active {
  color: #00447F;
  font-weight: 400;
  background: #FF5600;
  border-radius: 50px;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .pagination_wrapper .custom_pagination {
    margin-top: 20px;
  }
}

.device-detailed-list .list-wrapper {
  padding: 40px 0 30px;
  border-bottom: 2px solid #333333;
}
@media screen and (max-width: 768px) {
  .device-detailed-list .list-wrapper {
    padding: 40px 0 10px;
  }
}
.device-detailed-list .list-wrapper li {
  padding: 10px 20px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.device-detailed-list .list-wrapper li:last-child {
  border: none;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .device-detailed-list .list-wrapper li {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.device-detailed-list .list-wrapper li h3 {
  width: 146px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #4C4C4C;
  position: relative;
}
.device-detailed-list .list-wrapper li h3::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #4C4C4C;
  border-radius: 50%;
  position: absolute;
  left: -11px;
  top: 8px;
}
.device-detailed-list .list-wrapper li span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #666666;
}
.device-detailed-list .list-wrapper li ul li {
  padding: 0;
  display: block;
}
.device-detailed-list .list-wrapper li ul li span {
  display: block;
}

footer {
  border-top: 1px solid rgba(224, 224, 224, 0.5);
  padding: 40px 15px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 30px 16px;
  }
}
footer .footer_wrapper {
  display: flex;
  gap: 76px;
}
@media only screen and (max-width: 768px) {
  footer .footer_wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
footer .footer_wrapper .left .logo_wrapper {
  width: 70px;
}
footer .footer_wrapper .right .links {
  display: flex;
  gap: 22px;
  margin-bottom: 16px;
}
footer .footer_wrapper .right .links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #00447F;
}
footer .footer_wrapper .right .links a:first-child {
  position: relative;
}
footer .footer_wrapper .right .links a:first-child::after {
  content: ".";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #00447F;
  position: absolute;
  right: -14px;
  width: 6px;
  text-align: center;
  bottom: 4px;
}
footer .footer_wrapper .right div {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #333333;
  display: flex;
  gap: 6px 16px;
}
footer .footer_wrapper .right div span {
  position: relative;
  font-weight: 300;
}
footer .footer_wrapper .right div span:nth-child(2)::before, footer .footer_wrapper .right div span:nth-child(2)::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #CFCFCF;
  position: absolute;
  top: 1.5px;
}
footer .footer_wrapper .right div span:nth-child(2)::before {
  left: -8px;
}
footer .footer_wrapper .right div span:nth-child(2)::after {
  right: -8px;
}
footer .footer_wrapper .right div.contact1 {
  margin-bottom: 6px;
}
footer .footer_wrapper .right div.contact2 {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_wrapper .right div.contact2 span:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #CFCFCF;
  position: absolute;
  top: 1.5px;
  right: -8px;
}
footer .footer_wrapper .right div.contact2 span:nth-child(2)::before {
  display: none;
}
footer .footer_wrapper .right .copyright {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #BDBDBD;
  margin-top: 16px;
}

.box-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E0E0E0;
  padding: 22px 25px;
  border-radius: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .box-outer {
    padding: 15px;
  }
}
.box-outer:hover {
  border: 1px solid #f6b023;
}
.box-outer.disable {
  background: #FAFAFA;
}
.box-outer .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .box-outer .circle {
    width: 50px;
    height: 50px;
    font-weight: 800;
    font-size: 11px;
  }
}
.box-outer .circle.orange {
  background: #ffc145;
}
.box-outer .circle.orange-circle {
  border: 1px solid #f6b023;
  color: #f6b023;
}
.box-outer .circle.orange-circle-small {
  border: 1px solid #f6b023;
  color: #f6b023;
  height: 64px;
  width: 64px;
}
@media only screen and (max-width: 768px) {
  .box-outer .circle.orange-circle-small {
    height: 50px;
    width: 50px;
    font-size: 12px;
  }
}
.box-outer .circle.light-orange-small {
  background: #ff964a;
  color: #ffffff;
  height: 64px;
  width: 64px;
}
@media only screen and (max-width: 768px) {
  .box-outer .circle.light-orange-small {
    height: 50px;
    width: 50px;
    font-size: 12px;
  }
}
.box-outer .circle.orange-small {
  background: #FF964A;
  color: #fff;
  height: 64px;
  width: 64px;
}
@media only screen and (max-width: 768px) {
  .box-outer .circle.orange-small {
    height: 50px;
    width: 50px;
    font-size: 12px;
  }
}
.box-outer .circle.pink-small {
  background: #ff964a;
  color: #fff;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .box-outer .circle.pink-small {
    height: 50px;
    width: 50px;
    font-size: 12px;
  }
}
.box-outer .circle.red-small {
  background: #eb5757;
  color: #fff;
  height: 62px;
  width: 62px;
}
@media only screen and (max-width: 768px) {
  .box-outer .circle.red-small {
    height: 50px;
    width: 50px;
    font-size: 12px;
  }
}
.box-outer .circle.light-orange {
  background: #ff964a;
}
.box-outer .circle.red {
  background: #eb5757;
  color: #ffffff;
  border: none;
}
.box-outer .box-outer-right {
  width: 100%;
  margin-left: 20px;
}
.box-outer .box-outer-right .box-outer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-outer .box-outer-right .box-outer-top h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #00447F;
}
@media only screen and (max-width: 768px) {
  .box-outer .box-outer-right .box-outer-top h4 {
    font-weight: 400;
    font-size: 12px;
  }
}
.box-outer .box-outer-right .box-outer-top h4 span {
  color: #F6B023;
}
.box-outer .box-outer-right .box-outer-top h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #4C4C4C;
}
@media only screen and (max-width: 768px) {
  .box-outer .box-outer-right .box-outer-top h5 {
    font-size: 12px;
  }
}
.box-outer .box-outer-right h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #333333;
  padding: 4px 0px;
}
@media only screen and (max-width: 768px) {
  .box-outer .box-outer-right h3 {
    font-size: 16px;
  }
}
.box-outer .box-outer-right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .box-outer .box-outer-right p {
    display: none;
  }
}

.container-main {
  min-height: 90vh;
}
@media screen and (max-width: 2500px) {
  .container-main {
    min-height: 100%;
  }
}
@media only screen and (max-width: 1550px) {
  .container-main {
    min-height: 65vh;
  }
}
@media only screen and (max-width: 768px) {
  .container-main {
    min-height: auto;
  }
}

.pagination_wrapper .custom_pagination li.active a {
  color: #000;
  font-weight: bold;
}

.page-counter.active a {
  color: #000 !important;
}

.form-group {
  margin-bottom: 8px;
}
.form-group input {
  max-width: 478px;
  height: 50px;
  border: 1px solid #A7A6AB;
  box-sizing: border-box;
  border-radius: 10px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 0px 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #181818;
  padding: 15px 16px;
}
.form-group input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #BDBDBD;
}
.form-group input.disable {
  background: #fafafa;
}
.form-group select {
  border: 1px solid #a7a6ab;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 16px;
  height: 50px !important;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #181818;
  width: 100%;
}
.form-group select:focus {
  outline: none;
  border-color: #A7A6AB;
}
.form-group textarea {
  border: 1px solid #a7a6ab;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 16px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #bdbdbd;
}
.form-group .error-msg {
  border: 1px solid #EB5757;
}
.form-group .error {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #EB5757;
  padding-top: 4px;
}
.form-group .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.form-group .input-group #timer {
  position: absolute;
  right: 185px;
  top: 14px;
  color: #EB5757;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .form-group .input-group #timer {
    right: 136px;
  }
}
.form-group .input-group #timer.new-position {
  right: 141px;
}
.form-group .input-group .form-control {
  width: calc(100% - 170px);
  border-radius: 10px !important;
  order: inherit;
}
.form-group .input-group button {
  margin-left: 4px;
}

.login-check-list {
  margin: 16px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-check-list .formLink {
  margin-top: 0px;
}
.login-check-list .formLink li {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.05px;
  display: inline-block;
  color: #504D58;
}
.login-check-list .formLink li:first-child:after {
  content: "|";
  padding: 0 22px;
  color: #6D6D6D;
}
.login-check-list .formLink li a {
  color: #504D58;
}

.checkbox-outer {
  position: relative;
}

.teacher-application-outer .btn-outer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 100px;
}
.teacher-application-outer .application-header {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .teacher-application-outer .application-header {
    margin-top: 40px;
    gap: 40px;
  }
}
.teacher-application-outer .application-header .col-sm-6 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .teacher-application-outer .application-header .col-sm-6 {
    min-width: 100%;
  }
}

.blue-ouline-button {
  border: 1px solid #00447F;
  box-sizing: border-box;
  border-radius: 10px;
  width: 120px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #00447F;
  height: 50px;
}

.grey-button {
  width: 120px;
  height: 50px;
  background: #E0E0E0;
  border-radius: 10px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.blue-button {
  width: 120px;
  height: 50px;
  background: #00447F;
  border-radius: 10px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  height: 50px;
}

.small-blue-button {
  width: 60px !important;
  min-width: 60px !important;
  height: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00447f;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  margin-right: 8px;
  color: #00447f !important;
  padding: 0 !important;
}

.deep-blue-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 24px;
  border: 1px solid #00447f;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  color: #00447f;
  margin-right: 10px;
  color: #fff !important;
  background: #00447f;
  padding: 0 !important;
}

.medium-blue-button {
  max-width: 477px;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #00447f;
  border-radius: 10px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.medium-grey-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13.5px 54px;
  gap: 10px;
  position: relative;
  width: 479px;
  height: 50px;
  background: #E0E0E0;
  border-radius: 10px;
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .medium-grey-button {
    padding: 18px 119px;
  }
}

.login-wrap {
  margin: 160px 0 155px;
  height: calc(100vh - 243px);
}
@media screen and (max-width: 768px) {
  .login-wrap {
    margin-bottom: 160px;
  }
}
.login-wrap .login-header {
  margin-bottom: 40px;
}
.login-wrap .login-header h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #333333;
  margin-bottom: 8px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .login-wrap .login-header h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.login-wrap .login-header p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #A4A4A4;
  text-align: center;
}
.login-wrap .login-form .form-group .form-control:focus {
  border: 1px solid #A7A6AB;
  color: #181818;
}
.login-wrap .login-form .form-group .input-group.with-button .form-control {
  width: calc(100% - 170px);
  flex: none;
}
@media screen and (max-width: 768px) {
  .login-wrap .login-form .form-group .input-group.with-button .form-control {
    width: calc(100% - 123px);
  }
}
.login-wrap .login-form .form-group .input-group.with-button .blue-ouline-button {
  width: 165px;
}
.login-wrap .login-form .form-group .input-group.with-button .blue-ouline-button.disabled {
  background: #E0E0E0;
  color: #ffffff;
  border-color: #E0E0E0;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .login-wrap .login-form .form-group .input-group.with-button .blue-ouline-button {
    width: 118px;
  }
}
.login-wrap .login-form button {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #00447F;
  padding: 14px 0;
  width: 100%;
  height: 50px;
}
.login-wrap .login-form button:hover {
  color: #ffffff;
  background-color: #00447F;
}
.login-wrap .login-form button.find-submit-btn {
  margin-top: 32px;
  font-size: 16px;
}
.login-wrap .login-form button.find-submit-btn.disabled {
  color: #ffffff;
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
}
.login-wrap .login-form button.disable {
  color: #ffffff;
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
}
.login-wrap .find-success {
  background-color: #FAFAFA;
  padding: 42px 0;
  text-align: center;
}
.login-wrap .find-success .tick-wrap {
  margin-bottom: 20px;
}
.login-wrap .find-success .tick-wrap img {
  display: block;
  margin: 0 auto;
}
.login-wrap .find-success p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #181818;
}
.login-wrap .find-success p a {
  color: #00447F;
}
.login-wrap .result-two-btn {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.login-wrap .result-two-btn .blue-ouline-button {
  display: block;
  font-size: 16px;
  width: calc(50% - 2px);
  padding: 13px 0;
}
@media screen and (max-width: 560px) {
  .login-wrap .result-two-btn .blue-ouline-button {
    width: 100%;
  }
}
.login-wrap .result-two-btn .blue-ouline-button.active {
  color: #ffffff;
  background-color: #00447F;
}
.login-wrap .result-two-btn .blue-ouline-button:hover {
  color: #ffffff;
  background-color: #00447F;
}

.personal-info-wrapper {
  margin: 130px 0 100px;
  height: 65vh;
}
@media screen and (max-width: 768px) {
  .personal-info-wrapper {
    margin: 116px 0 100px;
  }
}
.personal-info-wrapper .info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.personal-info-wrapper .info-heading h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.05em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .personal-info-wrapper .info-heading h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.personal-info-wrapper .info-heading .blue-ouline-button {
  padding: 15px 45px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .personal-info-wrapper .info-heading .blue-ouline-button {
    padding: 13px 16px;
    height: 46px;
    font-size: 14px;
  }
}
.personal-info-wrapper .info-form .inputs-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .personal-info-wrapper .info-form .inputs-wrapper {
    flex-direction: column;
  }
}
.personal-info-wrapper .info-form .inputs-wrapper .form-group {
  width: calc(50% - 12px);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .personal-info-wrapper .info-form .inputs-wrapper .form-group {
    width: 100%;
  }
}
.personal-info-wrapper .info-form .inputs-wrapper .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
}
.personal-info-wrapper .info-form .inputs-wrapper .form-group .form-control {
  min-width: 100%;
}
.personal-info-wrapper .info-form .inputs-wrapper .form-group .input-group.with-btn .form-control {
  min-width: calc(100% - 124px);
}
.personal-info-wrapper .info-form .inputs-wrapper .form-group.with-error {
  align-self: flex-end;
}
.personal-info-wrapper .info-form .inputs-wrapper .form-group.with-error .error {
  /*   position: absolute;
    bottom: -18px; */
}
@media screen and (max-width: 768px) {
  .personal-info-wrapper .info-form .inputs-wrapper .form-group.with-error label {
    display: none;
  }
}
.personal-info-wrapper .info-form .confirm-btn {
  margin-top: 60px;
}
.personal-info-wrapper .info-form .confirm-btn .blue-ouline-button {
  display: block;
  width: 450px;
  background-color: #00447F;
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .personal-info-wrapper .info-form .confirm-btn .blue-ouline-button {
    width: 100%;
  }
}
.personal-info-wrapper.change-pass .info-heading {
  display: block;
}
.personal-info-wrapper.change-pass .info-heading h1 {
  text-align: center;
  font-weight: 700;
  color: #4C4C4C;
}
.personal-info-wrapper.change-pass .info-form .inputs-wrapper {
  flex-direction: column;
}
.personal-info-wrapper.change-pass .info-form .inputs-wrapper .two-inputs {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .personal-info-wrapper.change-pass .info-form .inputs-wrapper .two-inputs {
    flex-direction: column;
  }
}

.top-section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 2px solid #333333;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top-section {
    gap: 16px;
    padding-bottom: 20px;
    justify-content: space-between;
  }
}
.top-section.teacher-application {
  height: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .top-section.teacher-application {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.top-section.teacher-application .heading-group h3 {
  font-size: 32px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-section.teacher-application .heading-group h3 {
    font-size: 24px;
  }
}
.top-section.teacher-application .btn-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .top-section.teacher-application .btn-group {
    align-self: flex-start;
  }
}
.top-section.teacher-application .btn-group p {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-align: right;
  letter-spacing: -0.05em;
  color: #bdbdbd;
  margin-right: 8px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-section.teacher-application .btn-group p {
    padding-right: 0;
    order: 2;
  }
}
.top-section h4 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: -0.05em;
  color: #00447f;
  margin-bottom: 12px;
}
.top-section .box-outer {
  margin: 0px;
  padding: 0px;
  border: none;
}
.top-section.top-new {
  border-bottom: none !important;
}
@media only screen and (max-width: 768px) {
  .top-section.top-new h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.top-section .btn-group {
  display: flex;
  gap: 8px;
  align-self: flex-end;
}
.top-section .btn-group button {
  width: 162px;
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #00447F;
}
@media only screen and (max-width: 768px) {
  .top-section .btn-group button {
    width: 89px;
    height: 46px;
  }
}
.top-section .btn-group.with-circle {
  align-self: flex-start;
}
.top-section h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #333333;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top-section h3 {
    font-size: 24px;
    flex-direction: column;
  }
}
.top-section h3 span {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.05em;
  color: #BDBDBD;
}
.top-section.enquiry {
  padding-bottom: 0;
  align-items: center;
}
.top-section.enquiry .btn-group .blue-ouline-button {
  width: 157px;
}
@media screen and (max-width: 768px) {
  .top-section.enquiry .btn-group .blue-ouline-button {
    width: 89px;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #00447F;
  }
}
@media screen and (max-width: 768px) {
  .top-section.enquiry {
    flex-direction: row;
  }
}

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.top-header h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #333333;
}
.top-header h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #BDBDBD;
}

.no-data .no-data-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 474px;
}
.no-data .no-data-txt p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.05em;
  color: #A4A4A4;
}
@media screen and (max-width: 768px) {
  .no-data .no-data-txt {
    height: 580px;
  }
}

.accordian-top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 30px;
}
.accordian-top-section h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #333333;
}
.accordian-top-section h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #BDBDBD;
}

.announcement .accordion {
  margin-bottom: 40px;
}
.announcement .accordion .card {
  border: none;
}
.announcement .accordion .card .card-header {
  border-radius: 0px !important;
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.05em;
  color: #333333;
  padding: 20px 0px;
}
.announcement .accordion .card .card-header a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.announcement .accordion .card .card-header a h5 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .announcement .accordion .card .card-header a h5 {
    display: flex;
  }
}
.announcement .accordion .card .card-header .arrow-icons {
  background: url(../../assets/images/arrow-top.svg) no-repeat center center;
  width: 24px;
  height: 24px;
}
.announcement .accordion .card .card-header .collapsed .arrow-icons {
  background: url(../../assets/images/arrow-bottom.svg) no-repeat center center;
  width: 24px;
  height: 24px;
}
.announcement .accordion .card .card-header span {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
}
.announcement .accordion .card .card-header p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.05em;
  color: #333333;
  display: inline;
}
.announcement .accordion .card .card-header button {
  margin-right: 8px;
}

.accordion {
  margin-bottom: 40px;
}
.accordion .card {
  border: none;
}
.accordion .card .card-header {
  border-radius: 0px !important;
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.05em;
  color: #333333;
  padding: 16px 0px;
}
.accordion .card .card-header a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .card .card-header a h5 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .accordion .card .card-header a h5 {
    display: initial;
    width: 92%;
  }
}
.accordion .card .card-header a h5 .left-one {
  width: 100px;
  min-width: 100px;
}
.accordion .card .card-header a h5 .left-one span {
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .accordion .card .card-header a h5 .left-one {
    width: 100%;
    margin-bottom: 10px;
  }
}
.accordion .card .card-header a h5 .left-right {
  display: flex;
  align-items: center;
}
.accordion .card .card-header .arrow-icons {
  background: url(../../assets/images/arrow-top.svg) no-repeat center center;
  width: 24px;
  height: 24px;
}
.accordion .card .card-header .collapsed .arrow-icons {
  background: url(../../assets/images/arrow-bottom.svg) no-repeat center center;
  width: 24px;
  height: 24px;
}
.accordion .card .card-header span {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 180%;
  letter-spacing: -0.05em;
  color: #828282;
  padding-right: 22px;
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .accordion .card .card-header span {
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.05em;
    width: 71px;
    min-width: 71px;
  }
}
.accordion .card .card-header p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.05em;
  color: #333333;
  display: inline;
}
@media screen and (max-width: 768px) {
  .accordion .card .card-header p {
    line-height: 160%;
  }
}
.accordion .card .card-header button {
  margin-right: 8px;
}

.pagination-outer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 111px;
}
.pagination-outer .page-item {
  border: none;
}
.pagination-outer .page-link {
  border: none;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #a4a4a4;
  padding: 0px 20px;
}
.pagination-outer .page-link:hover {
  background: transparent;
  color: #00447f;
  font-weight: 700;
}

.selectpicker {
  border: 1px solid #a7a6ab;
  box-sizing: border-box;
  border-radius: 10px;
  height: 40px;
  width: 200px;
  padding: 9px 16px;
}
@media screen and (max-width: 768px) {
  .selectpicker {
    width: 100%;
  }
}
.selectpicker option:hover {
  background: #f2f2f2;
  color: #333333;
}

.application-details {
  background: #fafafa;
  padding: 30px 20px;
  border-radius: 15px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .application-details {
    padding: 30px 0px;
  }
}
.application-details .col-sm-3 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #4c4c4c;
  padding-right: 10px;
  padding-left: 5px;
  max-width: 146px;
}
@media screen and (max-width: 768px) {
  .application-details .col-sm-3 {
    font-weight: 800;
    padding-bottom: 16px;
  }
}
.application-details .col-sm-4 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #4c4c4c;
  padding-right: 10px;
  padding-left: 5px;
  max-width: 146px;
}
@media screen and (max-width: 768px) {
  .application-details .col-sm-4 {
    font-weight: 800;
    padding-bottom: 16px;
  }
}
.application-details .col-sm-9 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #666666;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .application-details .col-sm-9 {
    font-weight: 400;
  }
}
.application-details .col-sm-8 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #666666;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .application-details .col-sm-8 {
    font-weight: 400;
  }
}
.application-details .row {
  padding: 10px 0px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .application-details .row {
    margin: 0px 20px;
  }
}
.application-details .row:last-child {
  border-bottom: none;
}

.application-header {
  margin-top: 40px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .application-header .col-sm-4 {
    min-width: 100%;
  }
}
.application-header .col-sm-6 {
  margin-bottom: 30px;
}
.application-header .col-sm-6:last-child {
  margin-bottom: 0px;
}
.application-header h3 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 12px;
}
.application-header p {
  padding-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #666666;
}

.application-outer {
  border-bottom: 2px solid #666666;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .application-outer {
    margin-bottom: 50px;
  }
}
.application-outer .application-header {
  margin-bottom: 0;
}
.application-outer .application-header h3 {
  border-bottom: 1px solid #A4A4A4;
}
.application-outer p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #333333;
  padding-top: 12px;
}

.select {
  position: relative;
  margin-bottom: 15px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .select {
    width: 100%;
  }
}

.select .selectBtn {
  background: var(--bg1);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #ccc;
}

.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transition: 0.2s ease;
}

.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
  transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  transform: scale(1, 0);
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  border: 1px solid #ccc;
}

.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.select .selectDropdown .option:hover {
  background: #f8f8f8;
}

.select .selectDropdown.toggle {
  visibility: visible;
  transform: scale(1, 1);
}

.enquiry-outer {
  margin: 70px 0 100px;
}
.enquiry-outer .enquiry {
  border: none !important;
  height: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .enquiry-outer .enquiry {
    margin-bottom: 20px;
  }
}
.enquiry-outer .enquiry h3 {
  margin-bottom: 0px;
}
.enquiry-outer .accordion {
  margin-bottom: 0px;
}

.enquiry-outer .top-section .blue-ouline-button {
  width: 204px;
}

.checkbox-outer input {
  margin-right: 10px;
}

.repairment-outer {
  border-bottom: 2px solid #333333;
  padding: 40px 0px;
}
.repairment-outer .repairmen-form {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .repairment-outer .repairmen-form {
    flex-wrap: wrap;
  }
}
.repairment-outer .repairmen-form .dropdown {
  border: 1px solid #A7A6AB;
  box-sizing: border-box;
  border-radius: 10px;
  min-width: 316px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .repairment-outer .repairmen-form .dropdown {
    min-width: 100%;
  }
}
.repairment-outer .repairmen-form .dropdown .item-selector {
  color: #181818;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: 50px;
  padding: 15px 16px;
  display: block;
}
.repairment-outer .repairmen-form .dropdown .item-selector span {
  text-align: left;
}
.repairment-outer .repairmen-form .dropdown .item-selector.btn {
  text-align: left;
  width: 100%;
}
.repairment-outer .repairmen-form .dropdown .item-selector.dropdown-toggle::after {
  border: 0;
}
.repairment-outer .repairmen-form .dropdown.show {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 21px;
}
.repairment-outer .repairmen-form .dropdown.show::after {
  transform: none;
}
.repairment-outer .repairmen-form .dropdown .dropdown-menu {
  min-width: 316px;
  overflow: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  border: 0;
  z-index: 1;
  border: 1px solid #A7A6AB;
  border-radius: 0 0 10px 10px;
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .repairment-outer .repairmen-form .dropdown .dropdown-menu {
    min-width: 100%;
  }
}
.repairment-outer .repairmen-form .dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.repairment-outer .repairmen-form .dropdown .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.repairment-outer .repairmen-form .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F2F2F2;
}
.repairment-outer .repairmen-form .dropdown::after {
  background: url(../../assets/icons/dropdown-down.svg) no-repeat center center;
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border: 0;
  right: 16px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  cursor: pointer;
  pointer-events: none;
}
.repairment-outer .repairmen-form .dropdown.show::after {
  background: url(../../assets/icons/dropdown-top.svg) no-repeat center;
}
.repairment-outer label {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}
.repairment-outer li {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .repairment-outer li {
    max-width: 100%;
  }
}
.repairment-outer li:last-child {
  max-width: 115px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .repairment-outer li:last-child {
    min-width: 100%;
  }
  .repairment-outer li:last-child button {
    width: 100%;
  }
}
.repairment-outer li .form-group {
  width: 100%;
}
.repairment-outer li .form-group .form-control {
  min-width: 100%;
}
.repairment-outer li .grey-button {
  width: 100%;
}

.reparmen-top-sectopn {
  margin-top: 40px;
  padding-bottom: 32px;
  border-bottom: 2px solid #333333;
  padding: 0px 0px 0px;
  border-bottom: 2px solid #333333;
}
.reparmen-top-sectopn .btn-outer {
  margin-bottom: 50px;
}
.reparmen-top-sectopn label {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}
.reparmen-top-sectopn .application-header h3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.reparmen-top-sectopn .application-header h3 span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #00447F;
  display: flex;
  width: 96px;
  border: 1px solid #00447F;
  border-radius: 4px;
  padding: 8px 16px;
  gap: 5px;
}
.reparmen-top-sectopn .application-header.row {
  margin-left: 0;
  margin-right: 0;
  gap: 20px;
  margin-top: 45px;
}
.reparmen-top-sectopn .application-header.row .col-sm-6 {
  padding: 0;
  width: calc(50% - 10px);
  flex: none;
  max-width: none;
}
.reparmen-top-sectopn .application-header.row .col-sm-6 h3 {
  font-size: 14px;
  font-weight: 600;
}
.reparmen-top-sectopn .application-header.row .col-sm-6 p {
  font-size: 14px;
  font-weight: 500;
}
.reparmen-top-sectopn .application-header.row .col-sm-12 {
  flex: none;
  max-width: none;
  padding: 0;
}
.reparmen-top-sectopn .application-header.row .col-sm-12 h3 {
  font-size: 14px;
  font-weight: 600;
}
.reparmen-top-sectopn .application-header.row .col-sm-12 p {
  display: flex;
  align-self: center;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: -0.03em;
  color: #333;
}
.reparmen-top-sectopn .application-header.row .col-sm-12 p span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #bdbdbd;
  display: flex;
  width: 88px;
  line-height: 33px;
  border: 1px solid #00447F;
}
.reparmen-top-sectopn .row:nth-child(2) {
  margin-top: 40px;
}
.reparmen-top-sectopn .form-group {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .reparmen-top-sectopn .form-group .form-control {
    max-width: 100%;
  }
}
.reparmen-top-sectopn.pb-32 {
  padding-bottom: 32px;
}

.dropdown {
  border: 1px solid #A7A6AB;
  box-sizing: border-box;
  border-radius: 10px;
  min-width: 200px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .dropdown {
    min-width: 100%;
    width: 100%;
  }
}
.dropdown .item-selector {
  color: #181818;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  min-width: 200px;
  width: 200px;
  display: block;
}
@media screen and (max-width: 768px) {
  .dropdown .item-selector {
    min-width: 100%;
    width: 100%;
  }
}
.dropdown .item-selector span {
  text-align: left;
}
.dropdown .item-selector.btn {
  text-align: left;
}
.dropdown .item-selector.dropdown-toggle::after {
  border: 0;
}
.dropdown.show {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 21px;
}
.dropdown.show::after {
  transform: none;
}
.dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  overflow: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  border: 0;
  z-index: 1;
  border: 1px solid #A7A6AB;
  border-radius: 0 0 10px 10px;
  padding: 0;
  margin-top: 0;
  left: -1px !important;
}
@media screen and (max-width: 768px) {
  .dropdown .dropdown-menu {
    min-width: 100%;
    width: 100%;
  }
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.dropdown .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F2F2F2;
}
.dropdown::after {
  background: url(../../assets/icons/dropdown-down.svg) no-repeat center center;
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border: 0;
  right: 16px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.dropdown.show::after {
  background: url(../../assets/icons/dropdown-top.svg) no-repeat center;
}

@media screen and (max-width: 768px) {
  #headingOne1 {
    padding-top: 0px;
  }
}

.imag-section span a {
  color: #A4A4A4;
}

.enquiry-form label {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}
.enquiry-form .form-group {
  margin-bottom: 24px;
}
.enquiry-form input {
  max-width: 100%;
}
.enquiry-form .enquiry {
  border: none;
  height: auto;
  justify-content: center;
}
.enquiry-form .enquiry h3 {
  margin-bottom: 0px;
  display: block;
  text-align: center;
  color: #4C4C4C;
}
.enquiry-form .main-container {
  margin-top: 40px;
}
.enquiry-form textarea {
  height: 202px;
}
.enquiry-form .btn-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.upload {
  margin-top: 24px;
}
.upload label {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: -0.3025px;
  color: #333333;
  margin-bottom: 12px;
}
.upload .upload__box {
  padding: 0px 0px 0px;
  display: flex;
}
.upload .upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload .upload__btn {
  width: 100px;
  border: 1px dashed #A4A4A4;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 23px 21px;
  text-align: center;
  display: block;
  margin-bottom: 8px;
  width: 100px;
}
.upload .upload__btn img {
  display: inline;
  padding-bottom: 5px;
}
.upload .upload__btn p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #A4A4A4;
}
.upload .upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
}
.upload .upload__btn-box {
  margin-bottom: -5px;
}
.upload .upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
}
.upload .upload__img-box {
  width: 100px;
  padding: 0 5px;
  margin-bottom: 12px;
}
.upload .upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgb(250, 248, 248);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload .upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: black;
}
.upload .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  border-radius: 10px;
}
.upload span {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #A7A6AB;
}

.accordion .card-body {
  padding: 10px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: -0.03em;
  color: #333333;
}
.accordion .card-body .delet-outer {
  display: flex;
  justify-content: flex-end;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: -0.05em;
  color: #A4A4A4;
  margin-bottom: 10px;
}
.accordion .card-body .row {
  margin-bottom: 16px;
}
.accordion .card-body .row .col-sm-2 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.05em;
  color: #00447F;
  max-width: 87px;
  padding-right: 18px;
}
.accordion .card-body .row .col-sm-10 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.05em;
  color: #333333;
}
.accordion .card-body p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: -0.05em;
  color: #333333;
}
.accordion .card-body .top-devider {
  border-top: 1px solid #E0E0E0;
  padding-top: 16px;
  margin-top: 30px;
}
.accordion .card-body .top-devider .yellow {
  color: #F6B023;
}
.accordion .imag-section {
  display: flex;
  margin-top: 16px;
}
.accordion .imag-section .image-text {
  padding-right: 20px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #666666;
}
.accordion .imag-section span {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  color: #A4A4A4;
}

.notice-section {
  margin: 130px 0 100px;
}
@media screen and (max-width: 768px) {
  .notice-section {
    margin: 50px 0 50px;
  }
}
.notice-section .heading {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.05em;
  color: #333333;
  margin-bottom: 40px;
  text-align: left;
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .notice-section .heading {
    font-size: 24px;
    line-height: 24px;
  }
}
.notice-section .tab-area .nav {
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
}
.notice-section .tab-area .nav li {
  width: 33.3333333333%;
}
.notice-section .tab-area .nav li a {
  display: block;
  text-align: center;
  height: 37px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #4C4C4C;
}
.notice-section .tab-area .nav li a.active {
  color: #00447F;
  position: relative;
}
.notice-section .tab-area .nav li a.active::after {
  content: "";
  display: block;
  height: 5px;
  background: #00447F;
  border-radius: 3px 3px 0px 0px;
  width: inherit;
  margin-top: 16px;
}
.notice-section .tab-area .tab-content {
  margin-top: 40px;
}
.notice-section .tab-area .tab-content .tab-pane .tab-no-content {
  min-height: 474px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice-section .tab-area .tab-content .tab-pane .tab-no-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.05em;
  color: #A4A4A4;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card {
  border: none;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card a.btn {
  padding: 0;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card a.btn:hover {
  color: unset;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card a.btn .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  background: #ffffff;
  border-bottom: 1px solid #E0E0E0;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card a.btn .card-header .notice-left {
  display: flex;
  align-items: center;
  gap: 38px;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card a.btn .card-header .notice-left .list-date {
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #828282;
  padding-right: 0px;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card a.btn .card-header .notice-left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #333333;
  max-width: 706px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card .card-body {
  padding: 0;
  margin: 16px 0;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card .card-body .notice-top {
  margin-bottom: 16px;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card .card-body .notice-top p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #333333;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card .card-body .notice-middle p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: -0.03em;
  color: #333333;
}
.notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card .card-body .notice-img {
  width: 398px;
  height: 318px;
  /* background-color: #E0E0E0; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .notice-section .tab-area .tab-content .tab-pane .tab-with-content .accordion .card .card-body .notice-img {
    width: 343px;
    height: 288px;
  }
}

.device_management {
  margin: 130px 0 100px;
}
@media screen and (max-width: 768px) {
  .device_management {
    margin: 100px 0 50px;
  }
}
.device_management .management-heading {
  margin-bottom: 40px;
}
.device_management .management-heading h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.05em;
  color: #333333;
}
.device_management .device-select {
  margin-bottom: 16px;
}
.device_management .device-select .dropdown {
  border: 1px solid #A7A6AB;
  box-sizing: border-box;
  border-radius: 10px;
  min-width: 200px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .device_management .device-select .dropdown {
    min-width: 100%;
    width: 100%;
  }
}
.device_management .device-select .dropdown .item-selector {
  color: #181818;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  min-width: 200px;
  width: 200px;
  display: block;
}
@media screen and (max-width: 768px) {
  .device_management .device-select .dropdown .item-selector {
    min-width: 100%;
    width: 100%;
  }
}
.device_management .device-select .dropdown .item-selector span {
  text-align: left;
}
.device_management .device-select .dropdown .item-selector.btn {
  text-align: left;
}
.device_management .device-select .dropdown .item-selector.dropdown-toggle::after {
  border: 0;
}
.device_management .device-select .dropdown.show {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 21px;
}
.device_management .device-select .dropdown.show::after {
  transform: none;
}
.device_management .device-select .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  overflow: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  border: 0;
  z-index: 1;
  border: 1px solid #A7A6AB;
  border-radius: 0 0 10px 10px;
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .device_management .device-select .dropdown .dropdown-menu {
    min-width: 100%;
    width: 100%;
  }
}
.device_management .device-select .dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.device_management .device-select .dropdown .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.device_management .device-select .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F2F2F2;
}
.device_management .device-select .dropdown::after {
  background: url(../../assets/icons/dropdown-down.svg) no-repeat center center;
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border: 0;
  right: 16px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.device_management .device-select .dropdown.show::after {
  transform: rotate(180deg);
}
.device_management .device-table {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
.device_management .device-table table {
  width: 100%;
}
.device_management .device-table table thead {
  background: #F2F2F2;
}
.device_management .device-table table thead .table-head {
  display: flex;
  padding: 9px 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.05em;
  color: #666666;
}
.device_management .device-table table thead .table-head .column1 {
  width: 127px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #666666;
  text-align: left;
}
@media only screen and (min-device-width: 1556px) and (max-device-width: 2600px) {
  .device_management .device-table table thead .table-head .column1 {
    width: 281px;
  }
}
@media only screen and (max-width: 768px) {
  .device_management .device-table table thead .table-head .column1 {
    width: 77px;
  }
}
.device_management .device-table table thead .table-head .column2 {
  width: 332px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #666666;
  text-align: left;
}
@media only screen and (min-device-width: 1556px) and (max-device-width: 2600px) {
  .device_management .device-table table thead .table-head .column2 {
    width: 443px;
  }
}
@media only screen and (max-width: 768px) {
  .device_management .device-table table thead .table-head .column2 {
    width: 294px;
  }
}
.device_management .device-table table thead .table-head .column3 {
  width: 194px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #666666;
  text-align: left;
}
@media only screen and (min-device-width: 1556px) and (max-device-width: 2600px) {
  .device_management .device-table table thead .table-head .column3 {
    width: 294px;
  }
}
@media only screen and (max-width: 768px) {
  .device_management .device-table table thead .table-head .column3 {
    width: 162px;
  }
}
.device_management .device-table table thead .table-head .column4 {
  width: 160px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #666666;
  text-align: left;
}
.device_management .device-table table thead .table-head .column5 {
  width: 120px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #666666;
}
.device_management .device-table table tbody tr {
  display: flex;
  padding: 17.5px 0;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.3s ease-out;
  justify-content: space-around;
}
.device_management .device-table table tbody tr .column1 {
  width: 74px;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  color: #00447F;
}
.device_management .device-table table tbody tr .column2 {
  width: 296px;
}
.device_management .device-table table tbody tr .column2 p {
  width: 276px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
}
.device_management .device-table table tbody tr .column3 {
  width: 160px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  color: #333333;
  text-align: left;
}
.device_management .device-table table tbody tr .column4 {
  width: 160px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  color: #333333;
}
.device_management .device-table table tbody tr .column5 {
  width: 120px;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #00447F;
  border: 1px solid #00447F;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.device_management .device-table table tbody tr:hover > .column2 {
  text-decoration: underline;
}
.device_management .device-table table tbody tr:hover > .column5 {
  background-color: #00447F;
  color: #ffffff;
}
.device_management.device-details .details-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 2px solid #333333;
}
@media screen and (max-width: 768px) {
  .device_management.device-details .details-heading {
    gap: 20px;
    padding-bottom: 20px;
  }
}
.device_management.device-details .details-heading .left p {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.05em;
  color: #00447F;
  margin-bottom: 12px;
}
.device_management.device-details .details-heading .left h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .device_management.device-details .details-heading .right {
    align-self: flex-start;
  }
}
.device_management.device-details .details-heading .right button {
  width: 138px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .device_management.device-details .details-heading .right button {
    width: 89px;
    font-size: 12px;
    line-height: 17px;
  }
}
.device_management.application-form .form-head h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
  letter-spacing: -0.05em;
  color: #333333;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .device_management.application-form .form-head h1 {
    margin-bottom: 40px;
  }
}
.device_management.application-form .form-head .form-group {
  margin-bottom: 24px;
}
.device_management.application-form .form-head .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
}
.device_management.application-form .form-head .form-group .form-control {
  max-width: 100%;
}
.device_management.application-form .device-detailed-list {
  margin-bottom: 24px;
}
.device_management.application-form .device-detailed-list .list-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 14px;
}
.device_management.application-form .device-detailed-list .list-wrapper {
  padding: 30px 20px;
  background-color: #FAFAFA;
  border-radius: 15px;
  border-bottom: 0;
}
.device_management.application-form .form-bottom .form-group {
  display: flex;
  flex-direction: column;
}
.device_management.application-form .form-bottom .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
}
.device_management.application-form .form-bottom .form-group textarea {
  width: 100%;
  min-height: 226px;
  padding: 15px;
  border: 1px solid #BDBDBD;
  border-radius: 10px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}
.device_management.application-form .form-bottom .form-group textarea::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.device_management.application-form .form-bottom .form-group button {
  align-self: center;
  min-width: 450px;
  background-color: #00447F;
  color: #ffffff;
  padding: 14px 0;
  height: 50px;
  margin-top: 60px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .device_management.application-form .form-bottom .form-group button {
    min-width: 100%;
    margin-top: 40px;
  }
}

.main-banner .member-home {
  position: relative;
}
.main-banner .member-home .banner-section .deckstop {
  display: block;
}
@media screen and (max-width: 768px) {
  .main-banner .member-home .banner-section .deckstop {
    display: none;
  }
}
.main-banner .member-home .banner-section .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-banner .member-home .banner-section .mobile {
    display: block;
  }
}
.main-banner .member-home .banner-section .white-logo {
  position: absolute;
  top: 30px;
  right: 25px;
}
.main-banner .member-home .banner-section .main-content {
  max-width: 851px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .main-banner .member-home .banner-section .main-content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 41px;
  }
}
@media screen and (max-width: 992px) {
  .main-banner .member-home .banner-section .main-content .left {
    order: 2;
  }
}
.main-banner .member-home .banner-section .main-content .left h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 4px;
}
.main-banner .member-home .banner-section .main-content .left p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FAFAFA;
}
.main-banner .member-home .banner-section .main-content .right {
  width: 475px;
  height: 328px;
}
@media screen and (max-width: 768px) {
  .main-banner .member-home .banner-section .main-content .right {
    width: 291px;
    height: 201px;
  }
}
.main-banner .member-home .banner-section .main-content .right img {
  width: 100%;
  height: auto;
}
.main-banner .owl-dots {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-banner .owl-dots .owl-dot span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ffffff;
}
.main-banner .owl-dots .owl-dot.active > span {
  background-color: #828282;
}

.home-body {
  /*   background: rgba(51, 51, 51, 0.3);
    text-align: center;
    display: flex;
    justify-content: center; */
  padding-top: 4px;
}
.home-body .deckstop {
  display: block;
}
@media screen and (max-width: 768px) {
  .home-body .deckstop {
    display: none;
  }
}
.home-body .deckstop img {
  width: 100%;
}
.home-body .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .home-body .mobile {
    display: block;
  }
}
.home-body .mobile img {
  width: 100%;
}
.home-body .center-text {
  /*    @include display-justify-center;
     flex-direction: column;
     gap: 4px;
     width: 422px;
     height: 193px;
     position: relative;
     margin: 135px 0;
     @media screen and (max-width: 768px) {
       width: fit-content;
       height: 169px;
     } */
}
.home-body .center-text .blur-background {
  background: #333333;
  opacity: 0.7;
  filter: blur(108px);
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home-body .center-text .blur-background {
    opacity: 0.9;
  }
}
.home-body .center-text h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.home-body .center-text p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FAFAFA;
}

.announcement {
  margin: 60px 100px;
}
@media screen and (max-width: 768px) {
  .announcement {
    margin: 60px 16px !important;
  }
}
.announcement .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.announcement .heading h1 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #333333;
}
.announcement .heading span {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #BDBDBD;
}
.announcement .heading span a {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #BDBDBD;
}
.announcement .accordion .card {
  border: none;
}
.announcement .accordion .card a.btn {
  padding: 0;
}
.announcement .accordion .card a.btn:hover {
  color: unset;
}
.announcement .accordion .card a.btn .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  background: #ffffff;
  border-bottom: 1px solid #E0E0E0;
}
.announcement .accordion .card a.btn .card-header .notice-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .announcement .accordion .card a.btn .card-header .notice-left {
    gap: 16px;
  }
}
.announcement .accordion .card a.btn .card-header .notice-left .list-date {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 180%;
  letter-spacing: -0.05em;
  color: #828282;
}
@media screen and (max-width: 768px) {
  .announcement .accordion .card a.btn .card-header .notice-left .list-date {
    padding-right: 0px;
  }
}
.announcement .accordion .card a.btn .card-header .notice-left p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.05em;
  color: #333333;
}
.announcement .accordion .card .card-body {
  padding: 0;
  margin-top: 16px;
}
.announcement .accordion .card .card-body .notice-top {
  margin-bottom: 16px;
}
.announcement .accordion .card .card-body .notice-top p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #333333;
}
.announcement .accordion .card .card-body .notice-middle {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #333333;
  padding-bottom: 16px;
}
.announcement .accordion .card .card-body .notice-img {
  width: 394px;
  height: 323px;
  /* background-color: #E0E0E0; */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .announcement .accordion .card .card-body .notice-img {
    width: 343px;
    height: 288px;
  }
}

.new-section {
  justify-content: space-between;
  display: flex;
}

.terms-of-use {
  margin: 130px 0 100px;
}
.terms-of-use .terms-header {
  margin-bottom: 20px;
}
.terms-of-use .terms-header h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #333333;
  margin-bottom: 40px;
}
.terms-of-use .terms-header span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: right;
  letter-spacing: -0.03em;
  color: #333333;
}
.terms-of-use .terms-list .each-term,
.terms-of-use .terms-list .privacy-top {
  margin-bottom: 20px;
}
.terms-of-use .terms-list .each-term h3,
.terms-of-use .terms-list .privacy-top h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.03em;
  color: #333333;
}
.terms-of-use .terms-list .each-term p,
.terms-of-use .terms-list .each-term ul li,
.terms-of-use .terms-list .privacy-top p,
.terms-of-use .terms-list .privacy-top ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.03em;
  color: #333333;
}
.terms-of-use .terms-list .privacy-table {
  margin-top: 20px;
}
.terms-of-use .terms-list .privacy-table table {
  width: 100%;
  border: 1px solid #B9B9B9;
}
.terms-of-use .terms-list .privacy-table table th,
.terms-of-use .terms-list .privacy-table table td {
  padding: 10px 8px 10px 20px;
  border: 1px solid #B9B9B9;
}
.terms-of-use .terms-list .privacy-table table thead {
  background-color: #FAFAFA;
}
.terms-of-use .terms-list .privacy-table table thead tr th {
  width: 70%;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .terms-of-use .terms-list .privacy-table table thead tr th {
    width: 50%;
  }
}
.terms-of-use .terms-list .privacy-table table thead tr th:first-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .terms-of-use .terms-list .privacy-table table thead tr th:first-child {
    width: 50%;
  }
}
.terms-of-use .terms-list .privacy-table table tbody tr td {
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #333333;
}
.terms-of-use .terms-list .privacy-table table tbody tr td ul li {
  list-style: disc;
}
.terms-of-use .terms-list .privacy-table table tbody tr td ul li::marker {
  color: #333333;
}
.terms-of-use .terms-list .privacy-table table tbody tr td:first-child {
  text-align: center;
}

.privacy-top p {
  margin-bottom: 20px;
}
.privacy-top ul {
  padding: 14px 20px;
  border: 1px solid #4C4C4C;
}

.all-mdl-btn {
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  text-align: center;
  width: fit-content;
}

.modal-dialog {
  max-width: 478px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 680px) {
  .modal-dialog {
    padding: 0 16px;
  }
}
.modal-dialog .modal-content {
  border: 0;
  border-radius: 10px;
  padding: 40px 40px 30px 40px;
}
.modal-dialog .modal-content h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #181818;
  text-align: center;
}
.modal-dialog .modal-content p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #4C4C4C;
  margin-top: 28px;
}
.modal-dialog .modal-content p.bootom-text {
  margin-top: 0px;
}
.modal-dialog .modal-content .modal-button {
  width: 120px;
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  background-color: #00447F;
  padding: 8px 0;
  border-radius: 4px;
  margin: 28px auto 0;
  font-family: "Pretendard";
}
.modal-dialog .modal-content .modal-button.outlined {
  background-color: #ffffff;
  color: #00447F;
  padding: 7px 0;
  border: 1px solid #00447F;
  height: 30px;
}
.modal-dialog .modal-content .modal-button.black-outline {
  color: #4C4C4C;
  border: 1px solid #4C4C4C;
  background-color: #ffffff;
}
.modal-dialog .modal-content .modal-button:hover {
  background-color: #00447F;
  color: #fff;
}
.modal-dialog .modal-content .two-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 28px auto 0;
}
.modal-dialog .modal-content .two-btn button {
  margin: 0;
}

html,
body {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Pretendard";
  font-size: 15px;
  position: relative;
}

.main-body {
  margin: 0 !important;
  background: url(../../assets/images/bg-img-new.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 100%;
  background-attachment: fixed;
}
@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: #181818;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

input:focus,
textarea: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%;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  min-height: 100vh;
  margin-top: 79px;
}

.inner-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.container-small {
  max-width: 478px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container-small {
    padding: 0 16px;
  }
}

.container-big {
  max-width: 1556px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1555px) {
  .container-big {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .container-big {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .container-big {
    padding: 0 0px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.custom-select2 {
  background: url(../../assets/icons/dropdown.svg) no-repeat right 2% center;
}

.form-control {
  border: none;
}
.form-control:focus {
  box-shadow: none;
}

.no-margin {
  margin: 0;
}

.scrollable {
  overflow: hidden;
  overflow-y: auto;
}

.p-0 {
  padding: 0;
}

.custom-check {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: -0.05em;
  color: #7C7A82;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0;
}
.custom-check input {
  position: absolute;
  appearance: none;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-check input:checked ~ .checkmark {
  border: 1px solid #00447F;
  background-color: #00447F;
}
.custom-check input:checked ~ .checkmark::before {
  display: none;
}
.custom-check input:checked ~ .checkmark::after {
  display: block;
}
.custom-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border-radius: 1px;
  border: 1px solid #CFCFCF;
}
.custom-check .checkmark::before {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 1.5px;
  width: 5px;
  height: 9px;
  border: solid #CFCFCF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-check .checkmark::after {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 0px;
  width: 5px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

/*** Totop button ***/
.totop-wrap {
  max-width: 420px;
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 158px;
  left: 0;
  margin: 0 auto;
  right: 0;
  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;
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(197, 197, 197, 0.71);
}
.totop-wrap .totop.show {
  opacity: 1;
  visibility: visible;
}

.edit_wrap {
  width: 420px;
  position: fixed;
  z-index: 10;
  bottom: 87px;
  left: 0;
  margin: 0 auto;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
}
@media only screen and (max-width: 600px) {
  .edit_wrap {
    width: 100%;
  }
}
.edit_wrap .edittop {
  opacity: 1;
  display: block;
  transition: all 0.2s ease-out;
}
.edit_wrap .edittop .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #34B7A5;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(197, 197, 197, 0.71);
}
.edit_wrap .edittop.show {
  opacity: 1;
  visibility: visible;
}

.mb-25 {
  margin-bottom: 25px;
}

.pt-11 {
  padding-top: 11px;
}

.title-text-small {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.p-0 {
  padding: 0;
}

.overlay2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  transition: 0.3s;
}
.overlay2.active {
  display: block;
}

.Contentshow div {
  width: 100% !important;
  margin: 0px !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BDBDBD !important;
  opacity: 1; /* Firefox */
  font-weight: 400px !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BDBDBD !important;
  font-weight: 400px !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #BDBDBD !important;
  font-weight: 400px !important;
}

.enquiry-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #181818 !important;
  opacity: 1; /* Firefox */
}

.enquiry-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #181818 !important;
}

.enquiry-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #181818 !important;
}

.container {
  max-width: 810px;
}

.fixed-header {
  position: fixed;
  z-index: 3;
  left: 0px;
  right: 0px;
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .fixed-header {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-version {
    padding: 0px !important;
  }
}

.main-banner {
  padding-top: 60px;
}/*# sourceMappingURL=style.css.map */





/* notice */

.notice-img-list-view {
  max-height: 323px;
}