@charset "UTF-8";
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Binggrae";
  src: url("../font/BinggraeII-Bold.woff") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Binggrae";
  src: url("../font/BinggraeII.woff") format("woff2");
  font-weight: 400;
  font-display: swap;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1680px) {
  .container {
    width: 1600px;
  }
}
html {
  font-family: "Paperozi", sans-serif;
}

body {
  font-family: "Paperozi", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  header.header::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: #415bce;
  }
}
header.header div.head-container {
  position: relative;
  height: 70px;
}
@media (min-width: 992px) {
  header.header div.head-container {
    height: 160px;
  }
}
header.header div.head-container h1 {
  margin: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
header.header div.head-container h1 a {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding-left: 44px;
  display: block;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 992px) {
  header.header div.head-container h1 a {
    font-size: 16px;
    padding-left: 65px;
  }
}
header.header div.head-container h1 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  background-image: url(../images/common/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  header.header div.head-container h1 a::before {
    width: 50px;
    height: 50px;
  }
}
header.header div.head-container h1 a strong {
  display: block;
  font-size: 18px;
  color: #0d068b;
  font-weight: 700;
}
@media (min-width: 992px) {
  header.header div.head-container h1 a strong {
    font-size: 24px;
  }
}
header.header div.head-container button.menu-all {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 0;
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/common/ic_menu.svg) no-repeat center/100% auto;
}
@media (min-width: 992px) {
  header.header div.head-container button.menu-all {
    top: 80px;
    transform: none;
  }
}

@media (max-width: 991px) {
  nav.menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
  }
  nav.menu.active {
    display: block;
  }
  nav.menu button.menu-close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 10px;
    border: none;
    font-size: 0;
    background: url(../images/common/ic_close_white.svg) no-repeat center/22px auto;
  }
  nav.menu div.head-link {
    display: block;
    background: #415bce;
    padding: 24px 16px;
  }
  nav.menu div.head-link a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
  nav.menu > ul {
    list-style: none;
    padding: 16px;
  }
  nav.menu > ul > li {
    border-bottom: 1px solid #ccc;
  }
  nav.menu > ul > li > a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 60px;
  }
  nav.menu > ul > li > a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #848484;
  }
  nav.menu > ul > li ul {
    display: none;
  }
  nav.menu > ul > li.active > a i {
    transform: translateY(-50%) rotate(180deg);
  }
  nav.menu > ul > li.active ul {
    display: block;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
  }
  nav.menu > ul > li.active ul li a {
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 32px;
  }
  nav.menu > ul > li.active ul li a.active {
    font-weight: 700;
    color: #415bce;
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  nav.menu {
    display: block;
    position: absolute;
    z-index: 999;
    top: 160px;
    left: 0;
    right: 0;
    border-top: 1px solid transparent;
  }
  nav.menu.active {
    height: 140px;
    border-top: 1px solid #d9d9d9;
    box-shadow: 0px 10px 10px rgba(164, 164, 164, 0.1607843137);
    background: #fff;
  }
  nav.menu div.head-link {
    position: absolute;
    top: -136px;
    right: 50%;
    transform: translateX(466px);
    text-align: right;
  }
  nav.menu div.head-link a {
    font-size: 14px;
    color: #767676;
  }
  nav.menu div.head-link a::before {
    content: "·";
    padding: 0 6px;
  }
  nav.menu div.head-link a:first-child::before {
    display: none;
  }
  nav.menu > ul {
    list-style: none;
    position: absolute;
    right: 50%;
    transform: translateX(380px);
    top: -80px;
    padding: 0;
    width: 500px;
    display: flex;
    justify-content: space-between;
    gap: 26px;
  }
  nav.menu > ul > li {
    position: relative;
  }
  nav.menu > ul > li > a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
  nav.menu > ul > li > a i {
    display: none;
  }
  nav.menu > ul > li ul {
    display: none;
  }
  nav.menu > ul > li.active > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -54px;
    width: 100%;
    height: 3px;
    background: #415bce;
  }
  nav.menu > ul > li.active ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 125px;
    display: flex;
    padding: 0;
    list-style: none;
    gap: 57px;
  }
  nav.menu > ul > li.active ul li a {
    display: block;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 17px;
    color: #767676;
  }
  nav.menu > ul > li.active ul li a.active, nav.menu > ul > li.active ul li a:hover {
    color: #415bce;
    font-weight: 700;
  }
  nav.menu button.menu-close {
    display: none;
  }
}
@media (min-width: 1200px) {
  nav.menu div.head-link {
    transform: translateX(586px);
  }
  nav.menu > ul {
    transform: translateX(500px);
    width: 700px;
    gap: 26px;
  }
}
@media (min-width: 1680px) {
  nav.menu div.head-link {
    transform: translateX(786px);
  }
  nav.menu > ul {
    transform: translateX(640px);
    width: 900px;
    gap: 26px;
  }
}
nav.all-menu {
  display: block;
  position: absolute;
  z-index: 999;
  top: 160px;
  left: 0;
  right: 0;
  background: #fff;
  height: 500px;
  box-shadow: 0px 10px 10px rgba(164, 164, 164, 0.1607843137);
}
nav.all-menu div.head-link {
  position: absolute;
  top: -136px;
  right: 50%;
  transform: translateX(466px);
  text-align: right;
}
nav.all-menu div.head-link a {
  font-size: 14px;
  color: #767676;
}
nav.all-menu div.head-link a::before {
  content: "·";
  padding: 0 6px;
}
nav.all-menu div.head-link a:first-child::before {
  display: none;
}
nav.all-menu > ul {
  list-style: none;
  padding: 0;
  width: 960px;
  display: flex;
  gap: 26px;
  margin: 20px auto 0;
}
nav.all-menu > ul > li {
  position: relative;
  flex: 1 1 auto;
}
nav.all-menu > ul > li > a {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
nav.all-menu > ul > li > a i {
  display: none;
}
nav.all-menu > ul > li ul {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 22px;
  margin: 32px 0 0 0;
  list-style: none;
  gap: 10px;
  border-left: 1px solid #d9d9d9;
}
nav.all-menu > ul > li ul li a {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 18px;
  color: #767676;
}
nav.all-menu > ul > li ul li a.active, nav.all-menu > ul > li ul li a:hover {
  color: #415bce;
  font-weight: 700;
  text-decoration: underline;
}
nav.all-menu button.menu-close {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(428px);
  top: -90px;
  border: none;
  font-size: 0;
  background: url(../images/common/ic_close.svg) no-repeat #fff center/22px auto;
}

@media (min-width: 1200px) {
  nav.all-menu div.head-link {
    transform: translateX(586px);
    top: -135px;
  }
  nav.all-menu > ul {
    width: 1200px;
  }
  nav.all-menu button.menu-close {
    transform: translateX(544px);
    top: -94px;
  }
}
@media (min-width: 1680px) {
  nav.all-menu div.head-link {
    transform: translateX(786px);
  }
  nav.all-menu > ul {
    width: 1600px;
  }
  nav.all-menu button.menu-close {
    transform: translateX(744px);
    top: -94px;
  }
}
.sponsors-section {
  padding: 28px 0;
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .sponsors-section {
    padding: 36px 0;
  }
}
.sponsors-section .sponsors-swiper {
  overflow: hidden;
}
.sponsors-section .sponsors-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.sponsors-section .sponsor-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsors-section .sponsor-item img {
  width: 126px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s;
}
@media (min-width: 992px) {
  .sponsors-section .sponsor-item img {
    width: 180px;
    height: 50px;
  }
}

.footer {
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .footer {
    padding: 50px 0;
  }
}
.footer .foot-logo {
  margin-bottom: 26px;
}
.footer .foot-logo a {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding-left: 44px;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .footer .foot-logo a {
    font-size: 16px;
    padding-left: 65px;
  }
}
.footer .foot-logo a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  background-image: url(../images/common/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .footer .foot-logo a::before {
    width: 50px;
    height: 50px;
  }
}
.footer .foot-logo a strong {
  display: block;
  font-size: 18px;
  color: #0d068b;
  font-weight: 700;
}
@media (min-width: 992px) {
  .footer .foot-logo a strong {
    font-size: 24px;
  }
}
.footer address {
  font-size: 13px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .footer address {
    font-size: 16px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.footer address p span strong {
  font-weight: 500;
  color: #000;
}
.footer div.foot-link {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer div.foot-link {
    gap: 30px;
  }
}
.footer div.foot-link a {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
@media (min-width: 992px) {
  .footer div.foot-link a {
    font-size: 18px;
  }
}
.footer div.foot-link a strong {
  font-weight: 700;
  color: #000;
}
.footer div.foot-copy {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
@media (min-width: 992px) {
  .footer div.foot-copy {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .footer .foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.sub {
  border-top: 1px solid #d9d9d9;
  overflow: hidden;
}
.sub .sub-contents {
  padding: 34px 0;
}
@media (min-width: 992px) {
  .sub .sub-contents {
    padding: 84px 0 100px;
  }
}
@media (min-width: 992px) {
  .sub .sub-contents .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.sub .sub-contents .sub-top {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-top {
    margin-bottom: 30px;
  }
}
.sub .sub-contents .sub-top .sub-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #666;
  list-style: none;
  padding: 0;
  background: none;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-top .sub-breadcrumb {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
.sub .sub-contents .sub-top .sub-breadcrumb a {
  color: #666;
}
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-home::after,
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-item::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
  margin-left: 6px;
  vertical-align: middle;
}
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current {
  position: relative;
}
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current .breadcrumb-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current .breadcrumb-toggle {
    font-size: 14px;
  }
}
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current .breadcrumb-toggle i {
  font-size: 11px;
  transition: transform 0.2s;
}
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current .breadcrumb-toggle.open i {
  transform: rotate(180deg);
}
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current .breadcrumb-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 140px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  list-style: none;
  padding: 26px;
  margin: 0;
  z-index: 200;
}
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current .breadcrumb-dropdown.open {
  display: block;
}
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current .breadcrumb-dropdown li a {
  display: block;
  padding: 5px 18px;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  word-break: keep-all;
  text-align: center;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current .breadcrumb-dropdown li a {
    font-size: 14px;
  }
}
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current .breadcrumb-dropdown li a:hover {
  background: #f5f5f5;
  color: #000;
}
.sub .sub-contents .sub-top .sub-breadcrumb .breadcrumb-current .breadcrumb-dropdown li.active a {
  color: #415BCE;
  font-weight: 600;
}
.sub .sub-contents .sub-top .page-title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-top .page-title {
    font-size: 36px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .sub .sub-contents .sub-top .page-title {
    font-size: 44px;
  }
}
.sub .sub-contents .form-agree-wrap {
  margin: 30px 0 46px;
}
.sub .sub-contents .form-agree-wrap .agree-box {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sub .sub-contents .form-agree-wrap .agree-box {
    padding: 50px;
  }
}
.sub .sub-contents .form-agree-wrap .agree-box ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: agree-counter;
}
.sub .sub-contents .form-agree-wrap .agree-box ol > li {
  counter-increment: agree-counter;
  padding-left: 0;
  margin-bottom: 24px;
}
.sub .sub-contents .form-agree-wrap .agree-box ol > li:last-child {
  margin-bottom: 0;
}
.sub .sub-contents .form-agree-wrap .agree-box ol > li strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.sub .sub-contents .form-agree-wrap .agree-box ol > li strong::before {
  content: counter(agree-counter) ". ";
}
.sub .sub-contents .form-agree-wrap .agree-box ol > li p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  padding-left: 16px;
}
.sub .sub-contents .form-agree-wrap .agree-box ol ul {
  padding: 0;
  margin: 0 0 24px 24px;
}
.sub .sub-contents .form-agree-wrap .agree-box ol ul li {
  margin-bottom: 0;
}
.sub .sub-contents .form-agree-wrap .agree-radio-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 36px;
  padding-right: 10px;
}
.sub .sub-contents .form-agree-wrap .agree-radio-wrap .agree-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  font-weight: 400;
}
.sub .sub-contents .form-agree-wrap .agree-radio-wrap .agree-radio input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #415BCE;
  cursor: pointer;
}
.sub .sub-contents .sub-form-wrap {
  border-top: 2px solid #000;
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group {
  padding: 20px 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-form-wrap .apply-form .form-group {
    padding: 28px 0;
  }
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group label:not(.radio-inline) {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-form-wrap .apply-form .form-group label:not(.radio-inline) {
    font-size: 16px;
  }
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group .radio-group {
  display: flex;
  gap: 60px;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-form-wrap .apply-form .form-group .radio-group {
    gap: 80px;
  }
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group .radio-inline {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  padding-left: 30px;
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group .radio-inline input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #415BCE;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0 0 0 -30px;
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group .form-control {
  height: 45px;
  border-radius: 5px;
  border-color: #d9d9d9;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-form-wrap .apply-form .form-group .form-control {
    height: 50px;
  }
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group .form-control[readonly] {
  background-color: #f6f6f6;
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group .address-zip-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group .address-zip-wrap .form-control {
  width: 200px;
  flex: 0 0 auto;
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group .address-zip-wrap .btn-zipcode {
  height: 45px;
  padding: 0 20px;
  border-radius: 50px;
  border: none;
  background-color: #d9d9d9;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-form-wrap .apply-form .form-group .address-zip-wrap .btn-zipcode {
    height: 50px;
    font-size: 16px;
  }
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group .address-zip-wrap .btn-zipcode:hover {
  background-color: #333;
}
.sub .sub-contents .sub-form-wrap .apply-form .form-group #address1,
.sub .sub-contents .sub-form-wrap .apply-form .form-group #address2 {
  margin-top: 8px;
}
.sub .sub-contents .sub-form-wrap .apply-form .form-divider {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-form-wrap .apply-form .form-divider {
    margin: 60px 0;
  }
}
.sub .sub-contents .sub-form-wrap .apply-form .btn-submit {
  min-width: 180px;
  height: 54px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .sub .sub-contents .sub-form-wrap .apply-form .btn-submit {
    min-width: 220px;
    height: 60px;
    font-size: 17px;
  }
}

#applyConfirmModal {
  z-index: 10000 !important;
}
#applyConfirmModal .modal-dialog {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
}
#applyConfirmModal .modal-dialog .modal-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  border-radius: 16px !important;
  border: none !important;
  padding: 30px !important;
}
@media (min-width: 992px) {
  #applyConfirmModal .modal-dialog .modal-content {
    padding: 60px !important;
  }
}
#applyConfirmModal .modal-dialog .modal-content .modal-header {
  border-bottom: 2px solid #000 !important;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
#applyConfirmModal .modal-dialog .modal-content .modal-header button.close {
  width: 30px;
  height: 30px;
  background: url(../images/common/ic_close.svg) no-repeat center/100% auto;
  opacity: 1;
  font-size: 0;
}
#applyConfirmModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #000;
}
#applyConfirmModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#applyConfirmModal .modal-dialog .modal-content .modal-body .modal-subtitle {
  text-align: center;
  color: #415BCE;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
#applyConfirmModal .modal-dialog .modal-content .modal-body .modal-info-box {
  border: 1px solid #d9d9d9;
  padding: 30px;
  margin-bottom: 8px;
}
#applyConfirmModal .modal-dialog .modal-content .modal-body .modal-info-box ul {
  list-style: disc !important;
  padding-left: 20px !important;
  margin: 0 !important;
  line-height: 2.4 !important;
  font-size: 15px !important;
}
#applyConfirmModal .modal-dialog .modal-content .modal-body .modal-info-box ul li {
  font-size: 18px;
  color: #000;
}
#applyConfirmModal .modal-dialog .modal-content .modal-body .modal-info-box ul li::marker {
  color: #c9c9c9;
}
#applyConfirmModal .modal-dialog .modal-content .modal-body .modal-info-box ul li strong {
  font-weight: 600;
}
#applyConfirmModal .modal-dialog .modal-content .modal-body .modal-result-box {
  background: #eeeeee;
  border: 1px solid #d9d9d9;
  padding: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
#applyConfirmModal .modal-dialog .modal-content .modal-body .modal-result-box em {
  color: #f12828;
  font-style: normal;
  font-weight: 600;
}
#applyConfirmModal .modal-dialog .modal-content .modal-footer {
  display: flex;
  border-top: none !important;
  justify-content: center !important;
  gap: 16px !important;
}
#applyConfirmModal .modal-dialog .modal-content .modal-footer .btn-bs-confirm {
  min-width: 140px;
  height: 52px;
  border-radius: 50px;
  background: #3a5fd9;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
#applyConfirmModal .modal-dialog .modal-content .modal-footer .btn-bs-cancel {
  min-width: 140px;
  height: 52px;
  border-radius: 50px;
  background: #555;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.modal-backdrop {
  z-index: 9999 !important;
}/*# sourceMappingURL=sub.css.map */