@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf") format("truetype");
  font-display: swap;
}
.kocare-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .kocare-menu .navbar-brand img {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .kocare-menu .navbar-brand img {
    width: 230px;
  }
}
.kocare-menu .navbar-nav {
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
}
.kocare-menu .navbar-nav .nav-item {
  padding: 10px 0;
}
.kocare-menu .navbar-nav .nav-item:last-child .nav-link {
  width: 130px;
  background-color: #0090db;
  border-radius: 22px;
  color: #ffffff;
}
.kocare-menu .navbar-nav .nav-item:last-child:hover .nav-link {
  color: #ffffff;
  text-decoration: none;
}
.kocare-menu .navbar-nav .nav-item .nav-link {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  color: #3c3c3c;
  padding: 9px;
  text-align: center;
}
.kocare-menu .navbar-nav .nav-item .nav-link + .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: visibleFill;
  transition: all 0.6s ease;
  border-radius: 0;
  border-color: #3c3c3c;
  padding-left: 5px;
  padding-right: 5px;
}
.kocare-menu .navbar-nav .nav-item .nav-link + .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.kocare-menu .navbar-nav .nav-item .nav-link + .dropdown-menu li {
  border-bottom: 1px solid #dddddd;
}
.kocare-menu .navbar-nav .nav-item .nav-link + .dropdown-menu li:last-child {
  border: 0;
}
.kocare-menu .navbar-nav .nav-item .nav-link + .dropdown-menu li .dropdown-item {
  color: #3c3c3c;
  font-family: "GmarketSans", sans-serif;
  font-size: 14px;
}
.kocare-menu .navbar-nav .nav-item .nav-link + .dropdown-menu li:hover .dropdown-item {
  color: #0090db;
}
.kocare-menu .navbar-nav .nav-item:hover .nav-link {
  color: #0090db;
}
.kocare-menu .navbar-nav .nav-item:hover .nav-link + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(10px);
}
.kocare-menu .show-menu {
  padding-left: 15px;
  font-size: 27px;
}

footer {
  background-color: #f1f1f1;
  overflow: hidden;
}
footer .container .row {
  min-height: 152px;
}
footer .container .row > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
}
footer .container .row > div img {
  max-width: 164px;
}
footer .container .row > div h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

body {
  scrollbar-gutter: stable both-edges;
  min-height: 100vh;
}
body.show {
  overflow: hidden;
}
body.show .full-nav {
  opacity: 1;
  height: 100vh;
  visibility: visible;
}
body.show .full-nav-in {
  transform: translateY(0);
}
body.show .full-nav-back {
  visibility: visible;
  opacity: 1;
}
body.show .kocare-menu .show-menu {
  visibility: hidden;
}
body .show-menu {
  cursor: pointer;
}

.full-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 80vw;
  height: 0;
  background-color: #ffffff;
  z-index: 10001;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  pointer-events: visible;
}
@media (max-width: 767px) {
  .full-nav {
    padding-top: 6vh;
  }
}
@media (min-width: 768px) {
  .full-nav {
    padding-top: 26vh;
  }
}
.full-nav-in {
  position: relative;
  display: block;
  width: 100%;
  transform: translateY(-100px);
  transition: all 0.5s ease 0.1s;
}
@media (max-width: 767px) {
  .full-nav-in {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .full-nav-in {
    padding: 0 100px;
  }
}
.full-nav-in .navbar-nav {
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 5vw;
  flex-direction: row;
  justify-content: space-between;
}
.full-nav-in .navbar-nav .nav-item {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.full-nav-in .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  display: block;
  border: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: normal;
}
.full-nav-in .navbar-nav .nav-item .dropdown-menu a {
  padding-left: 0;
}
.full-nav-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: visible;
}
.full-nav-back .container {
  height: 112px;
}
@media (max-width: 767px) {
  .full-nav-back .container .row {
    padding-top: 29px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .full-nav-back .container .row {
    padding-top: 36px;
    padding-right: 0;
  }
}
.full-nav-back .container .show-menu {
  font-size: 27px;
}

.p0101 {
  padding-bottom: 50px;
}
.p0101-1 {
  margin-bottom: 38px;
  color: #a3a3a3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p0101-1 {
    margin-top: 36px;
    font-family: "GmarketSans", sans-serif;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .p0101-1 {
    margin-top: 78px;
    font-family: "GmarketSans", sans-serif;
    font-size: 16px;
  }
}
.p0101-1 span {
  color: #004282;
}
.p0101-1 > div {
  display: flex;
  align-items: center;
}
.p0101-2 {
  padding-bottom: 36px;
}
.p0101-3 {
  padding-bottom: 32px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}
.p0101-3 span {
  color: #0090db;
}
.p0101-4 {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  color: #000000;
}

.p0102 {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .p0102 {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .p0102 {
    padding-top: 109px;
  }
}
.p0102-1 > .row {
  padding-bottom: 60px;
}
.p0102-1 > .row:last-child {
  padding-bottom: 0;
}
.p0102-1 > .row .year {
  font-family: "GmarketSans", sans-serif;
  font-size: 40px;
  color: #004282;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p0102-1 > .row .year {
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .p0102-1 > .row .year {
    padding-right: 18px;
  }
}
.p0102-1 > .row .dot {
  display: flex;
  padding-top: 17px;
}
.p0102-1 > .row .dot span {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #e0e0e0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .p0102-2 {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .p0102-2 {
    padding-top: 101px;
  }
}
.p0102-2 h2 {
  padding-bottom: 47px;
}
.p0102-2 .title {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 22px;
  color: #004282;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p0102-2 > .row > .col-md-auto {
    width: 423px;
  }
}
.p0102-2 > .row > .col-lg > .row {
  margin-bottom: 8px;
}
.p0102-2 > .row > .col-lg > .row > .col-auto.cut {
  position: relative;
  width: 25px;
  padding: 0 12px;
}
.p0102-2 > .row > .col-lg > .row > .col-auto.cut::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #d3d3d3;
}
.p0102-2 > .row > .col-lg > .row > .col {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  color: #000000;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.p0102-2 > .row .row-detail:first-child {
  margin-top: 34px;
}
.p0102-2 > .row .row-detail .col-auto.sub-title {
  width: 50px;
  padding-right: 18px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  color: #000000;
  font-weight: 600;
}
.p0102-2 > .row .row-detail .col-auto.dot {
  width: 3px;
  padding-top: 8px;
}
.p0102-2 > .row .row-detail .col-auto.dot > div {
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDMgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMDNfMykiPgo8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgZmlsbD0iI0UwRTBFMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIwM18zIj4KPHJlY3Qgd2lkdGg9IjMiIGhlaWdodD0iMTMiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}
.p0102-2 > .row .row-detail .col {
  padding-left: 14px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  color: #000000;
  font-weight: 300;
  padding-bottom: 26px;
}

.p0103 {
  padding-bottom: 120px;
  padding-top: 60px;
}

.p0104 {
  padding-bottom: 50px;
  padding-top: 60px;
}
.p0104-1 {
  padding-bottom: 50px;
}
.p0104-1 > .col-auto {
  font-family: "GmarketSans", sans-serif;
  font-size: 35px;
  color: #004282;
}
@media (max-width: 767px) {
  .p0104-1 > .col-auto {
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .p0104-1 > .col-auto {
    padding-right: 50px;
  }
}
.p0104-1 .dot {
  padding-right: 50px !important;
}
.p0104-1 .row-detail > div.col-auto {
  text-align: left !important;
}
.p0104-2 .root_daum_roughmap {
  max-width: 100% !important;
}

.p0201 {
  padding-bottom: 50px;
  padding-top: 72px;
}
.p0201 > .row {
  column-gap: 40px;
}
.p0201 > .row > div .item {
  max-width: 450px;
  padding-bottom: 46px;
}
.p0201 > .row > div .item .dot-title {
  padding-top: 30px;
  padding-bottom: 24px;
}
.p0201 > .row > div .item ul {
  list-style-type: none;
  padding-left: 45px;
  margin: 0;
}
.p0201 > .row > div .item ul li {
  position: relative;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  color: #000000;
  font-weight: 300;
  word-break: keep-all;
}
.p0201 > .row > div .item ul li::before {
  content: "-";
  position: absolute;
  left: -12px;
}

.p0301 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.p0301 > .row {
  padding: 44px 25px;
  min-height: 215px;
  border: 3px solid #f2f2f2;
  margin-bottom: 30px;
}
.p0301 > .row:last-child {
  margin: 0;
}
.p0301 > .row > .col-md-auto {
  display: flex;
  align-self: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .p0301 > .row > .col-md-auto {
    padding-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p0301 > .row > .col-md-auto {
    width: 213px;
    height: 100%;
  }
}
.p0301 > .row > .col .title {
  font-family: "GmarketSans", sans-serif;
  font-size: 35px;
  color: #004282;
  margin-bottom: 34px;
  line-height: 1;
}
.p0301 > .row > .col .title span {
  font-size: 25px;
  font-weight: bold;
}
.p0301 > .row > .col ul {
  list-style-type: none;
  padding-left: 25px;
  margin: 0;
}
.p0301 > .row > .col ul li {
  position: relative;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #000000;
  word-break: keep-all;
}
.p0301 > .row > .col ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0090da;
  left: -25px;
  top: 5px;
}
.p0301 > .row > .col ul li span {
  color: #0090da;
}

.p0302 {
  padding-bottom: 50px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .p0302 > .row {
    flex-direction: column;
    height: 1200px;
  }
}
@media (min-width: 768px) {
  .p0302 > .row > div {
    max-width: 450px;
  }
  .p0302 > .row > div:nth-child(2) {
    order: 3;
  }
  .p0302 > .row > div:nth-child(3) {
    order: 2;
  }
}
.p0302 > .row > div .item-title {
  display: flex;
  align-items: center;
  margin-top: 34px;
  font-family: "GmarketSans", sans-serif;
  font-size: 25px;
}
.p0302 > .row > div .item-title > div:nth-child(2) {
  padding-left: 16px;
  color: #004282;
}
.p0302 > .row > div .item-detail {
  padding-left: 36px;
  padding-top: 38px;
  padding-bottom: 43px;
}
.p0302 > .row > div .item-detail h6 {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}
.p0302 > .row > div .item-detail ul {
  padding-left: 12px;
  list-style-type: none;
}
.p0302 > .row > div .item-detail ul li {
  position: relative;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #000000;
  word-break: keep-all;
}
.p0302 > .row > div .item-detail ul li::before {
  content: "-";
  position: absolute;
  left: -12px;
}

.p0304 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.p0304 > div {
  padding-bottom: 70px;
}
.p0304 > div h2.title {
  font-family: "GmarketSans", sans-serif;
  font-size: 40px;
  color: #004282;
  margin-bottom: 30px;
  line-height: 1;
}
.p0304 > div h2.title small {
  font-family: "GmarketSans", sans-serif;
  font-size: 25px;
}

.p0403 {
  padding-bottom: 50px;
}
.p0403-1 {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  padding-top: 59px;
  margin-bottom: 21px;
  word-break: keep-all;
}
.p0403-1 span {
  color: #0090da;
}
.p0403-2 {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 49px;
}
.p0403-3 {
  border: 3px solid #f2f2f2;
}
.p0403-3 .row {
  min-height: 190px;
  align-items: center;
}
.p0403-3 .row .col-md-auto {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p0403-3 .row .col-md-auto {
    width: 240px;
  }
}
.p0403-3 .row .col-md {
  color: #004282;
  line-height: 1;
}
@media (max-width: 767px) {
  .p0403-3 .row .col-md {
    font-family: "GmarketSans", sans-serif;
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .p0403-3 .row .col-md {
    font-family: "GmarketSans", sans-serif;
    font-size: 35px;
  }
}
.p0403-3 .row .col-md span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .p0403-3 .row .col-md span {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .p0403-3 .row .col-md span {
    font-size: 25px;
  }
}
.p0403-3 .row .col-md a {
  display: flex;
  margin-top: 25px;
  width: 179px;
  height: 47px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  background-color: #1868f5;
}
.p0403-3 .row .col-md a i {
  font-size: 22px;
}
.p0403-3 .row .col-md a:hover {
  text-decoration: none;
}

.dot-title > .col-auto, .p0201 > .row > div .item .dot-title > .col-auto {
  display: flex;
  align-items: center;
  padding-right: 17px;
}
.dot-title > .col, .p0201 > .row > div .item .dot-title > .col {
  position: relative;
}
.dot-title > .col::after, .p0201 > .row > div .item .dot-title > .col::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
}
.dot-title > .col .text, .p0201 > .row > div .item .dot-title > .col .text {
  font-family: "GmarketSans", sans-serif;
  font-size: 35px;
  color: #004282;
  padding-right: 21px;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  z-index: 10;
}

.mid-dot, .p0102-1 > .row .dot2, .p0104-1 .dot {
  position: relative;
  padding-right: 23px;
  padding-top: 9px;
}
.mid-dot::after, .p0102-1 > .row .dot2::after, .p0104-1 .dot::after {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  left: 10px;
  bottom: 0;
  position: absolute;
  background-color: #d3d3d3;
  display: block;
}
.p0302 > .row > div .item-title .circle, .dot-title > .col-auto .circle, .p0201 > .row > div .item .dot-title > .col-auto .circle, .mid-dot .circle, .p0102-1 > .row .dot2 .circle, .p0104-1 .dot .circle {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #0090da;
  border-radius: 50%;
  z-index: 10;
}
.p0302 > .row > div .item-title .circle::before, .dot-title > .col-auto .circle::before, .p0201 > .row > div .item .dot-title > .col-auto .circle::before, .mid-dot .circle::before, .p0102-1 > .row .dot2 .circle::before, .p0104-1 .dot .circle::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}

.row-list, .p0102-1 > .row .row-detail, .p0104-1 .row-detail {
  position: relative;
  margin-bottom: 24px;
}
.row-list:first-child, .p0102-1 > .row .row-detail:first-child, .p0104-1 .row-detail:first-child {
  margin-top: 9px;
}
.row-list:last-child, .p0102-1 > .row .row-detail:last-child, .p0104-1 .row-detail:last-child {
  margin: 0;
}
.row-list > div, .p0102-1 > .row .row-detail > div, .p0104-1 .row-detail > div {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}
.row-list > div.col-auto, .p0102-1 > .row .row-detail > div.col-auto, .p0104-1 .row-detail > div.col-auto {
  width: 106px;
  padding-right: 29px;
}
.row-list > div.col-md, .p0102-1 > .row .row-detail > div.col-md, .p0104-1 .row-detail > div.col-md {
  font-weight: 300;
}

.container {
  max-width: 1400px;
}
@media (max-width: 767px) {
  .container {
    overflow: hidden;
  }
}
.container-index {
  max-width: 1200px;
}
.container .board-container {
  padding-bottom: 50px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .container-min {
    min-height: calc(100vh - 98px - 193px);
  }
}
@media (min-width: 768px) {
  .container-min {
    min-height: calc(100vh - 111px - 152px);
  }
}

.main-mid-bar {
  padding: 49px 0;
}
@media (max-width: 767px) {
  .main-mid-bar {
    row-gap: 15px;
  }
}
.main-mid-bar > div a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-mid-bar > div a:hover {
  text-decoration: none;
}
.main-mid-bar > div a h4 {
  padding-left: 10px;
  color: #3c3c3c;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
}

.main-bottom {
  padding-top: 37px;
  padding-bottom: 60px;
}
.main-bottom h4 {
  margin-bottom: 27px;
  font-family: "GmarketSans", sans-serif;
  font-size: 36px;
  color: #0090db;
  font-weight: bold;
}
.main-bottom h4 span {
  color: #646464;
}
@media (max-width: 767px) {
  .main-bottom > .row > .col {
    padding-bottom: 49px;
  }
}
@media (min-width: 768px) {
  .main-bottom > .row > .col {
    padding-right: 49px;
  }
}
@media (min-width: 768px) {
  .main-bottom > .row > .col-md-auto {
    width: 364px;
  }
}
.main-bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/images/info_bg.png");
  background-size: cover;
}
@media (max-width: 767px) {
  .main-bottom-right::after {
    content: "";
    padding-top: 85.7142857143%;
    display: block;
  }
}
@media (min-width: 768px) {
  .main-bottom-right {
    max-width: 364px;
  }
  .main-bottom-right::after {
    content: "";
    padding-top: 116.6666666667%;
    display: block;
  }
}
.main-bottom-tab {
  border: 0;
  border-left: 1px solid #ccc;
}
@media (max-width: 767px) {
  .main-bottom-tab .nav-item {
    flex-basis: auto;
    flex-grow: 0;
  }
}
.main-bottom-tab .nav-item .nav-link {
  border-radius: 0;
  height: 60px;
  font-size: 18px;
  color: #000000;
  border: 1px solid #ccc;
  border-left: 0;
}
.main-bottom-tab .nav-item .nav-link.active {
  background-color: #0090da;
  border: 1px solid #0090da;
  color: #ffffff;
}
.main-bottom-tab + .tab-content {
  padding-top: 30px;
}

.main-swiper {
  position: relative;
}
@media (max-width: 767px) {
  .main-swiper {
    height: 434px;
  }
}
@media (min-width: 768px) {
  .main-swiper {
    height: 652px;
  }
}
.main-swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-swiper-layer {
  position: absolute;
  z-index: 99999;
  pointer-events: visible;
}
@media (max-width: 767px) {
  .main-swiper-layer {
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
  }
}
@media (min-width: 768px) {
  .main-swiper-layer {
    top: 211px;
    width: 100%;
    max-width: 1400px;
    padding-left: 12px;
  }
}
@media (min-width: 1200px) {
  .main-swiper-layer {
    left: 50%;
    transform: translateX(-50%);
  }
}
.main-swiper-text div {
  word-break: keep-all;
}
.main-swiper-text div:nth-child(1) {
  font-weight: bold;
  color: #949494;
  line-height: 1;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .main-swiper-text div:nth-child(1) {
    font-family: "GmarketSans", sans-serif;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .main-swiper-text div:nth-child(1) {
    font-family: "GmarketSans", sans-serif;
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .main-swiper-text div:nth-child(1) {
    font-family: "GmarketSans", sans-serif;
    font-size: 62px;
  }
}
.main-swiper-text div:nth-child(2) {
  font-weight: bold;
  color: #646464;
  line-height: 1;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .main-swiper-text div:nth-child(2) {
    font-family: "GmarketSans", sans-serif;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .main-swiper-text div:nth-child(2) {
    font-family: "GmarketSans", sans-serif;
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .main-swiper-text div:nth-child(2) {
    font-family: "GmarketSans", sans-serif;
    font-size: 62px;
  }
}
.main-swiper-text div:nth-child(3) {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .main-swiper-text div:nth-child(3) {
    font-family: "GmarketSans", sans-serif;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .main-swiper-text div:nth-child(3) {
    font-family: "GmarketSans", sans-serif;
    font-size: 30px;
  }
}
.main-swiper-control {
  display: flex;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
}
.main-swiper-control .swiper-pagination-fraction {
  width: auto;
}
.main-swiper-control .swiper-pagination-fraction .swiper-pagination-current {
  width: 12px;
  text-align: center;
  display: inline-block;
}
.main-swiper-control .main-swiper-nav {
  display: flex;
  font-size: 14px;
  padding-top: 5px;
  margin-left: 31px;
}
.main-swiper-control .main-swiper-nav > div:nth-child(2) {
  font-size: 15px;
  padding: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-swiper-control .main-swiper-nav > div:nth-child(2).active {
  opacity: 0.5;
}

.kocare-latest {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.kocare-latest > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.kocare-latest > li::before {
  content: "\f26e";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  color: #0090da;
  position: absolute;
  left: 0;
  top: 3px;
}
.kocare-latest > li a {
  text-decoration: none;
  color: #000000;
}
.kocare-latest > li .title a {
  color: #000000;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
}
.kocare-latest > li .content {
  display: none;
}
.kocare-latest > li:first-child {
  padding-left: 189px;
  padding-bottom: 30px;
  background-image: url("/images/latest_line.png");
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: center;
  min-height: 179px;
  margin-bottom: 30px;
}
.kocare-latest > li:first-child::before {
  content: "";
  background-image: url("/images/notice_icon.png");
  width: 154px;
  height: 154px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.kocare-latest > li:first-child .title a {
  font-size: 22px;
  font-weight: bold;
}
.kocare-latest > li:first-child .date {
  display: none;
}
.kocare-latest > li:first-child .content {
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sub-banner {
  position: relative;
}
@media (max-width: 767px) {
  .sub-banner {
    height: 215px;
  }
}
@media (min-width: 768px) {
  .sub-banner {
    height: 415px;
  }
}
.sub-banner > div {
  height: 100%;
  position: relative;
  z-index: 100;
  color: #ffffff;
}
.sub-banner > div h1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sub-banner > div h1 {
    font-family: "GmarketSans", sans-serif;
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .sub-banner > div h1 {
    font-family: "GmarketSans", sans-serif;
    font-size: 50px;
  }
}
.sub-banner > div h4 {
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .sub-banner > div h4 {
    font-family: "GmarketSans", sans-serif;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sub-banner > div h4 {
    font-family: "GmarketSans", sans-serif;
    font-size: 25px;
  }
}
.sub-banner > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-menu {
  z-index: 101;
}
@media (max-width: 767px) {
  .left-menu {
    margin-top: 36px;
  }
}
@media (min-width: 768px) {
  .left-menu {
    width: 260px;
  }
}
.left-menu .title {
  height: 170px;
  background-image: radial-gradient(circle at 70.94% 5.09%, #44d7ff 0, #0070c3 50%, #001939 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GmarketSans", sans-serif;
  font-size: 35px;
  color: #ffffff;
  word-break: keep-all;
  padding: 36px 50px;
  text-align: center;
  font-weight: 600;
  margin-top: -64px;
}
.left-menu nav .leftMenu {
  display: flex;
  margin: 0;
}
@media (max-width: 767px) {
  .left-menu nav .leftMenu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .left-menu nav .leftMenu {
    flex-direction: column;
  }
}
.left-menu nav .leftMenu .blank {
  border: 1px solid #b0b0b0;
}
.left-menu nav .leftMenu dd {
  margin: 0;
}
@media (max-width: 767px) {
  .left-menu nav .leftMenu dd {
    flex: 0 0 auto;
    width: calc(50% - 5px);
  }
}
.left-menu nav .leftMenu dd a {
  height: 60px;
  background-color: #ffffff;
  margin: 0;
  transition: all 0.3s ease;
  color: #646464;
  display: flex;
}
@media (max-width: 767px) {
  .left-menu nav .leftMenu dd a {
    border: 1px solid #e7e7e7;
    justify-content: center;
    padding: 18px 15px;
  }
}
@media (min-width: 768px) {
  .left-menu nav .leftMenu dd a {
    border-bottom: 1px solid #b0b0b0;
    padding: 18px 25px;
  }
}
.left-menu nav .leftMenu dd:hover a, .left-menu nav .leftMenu dd.active a {
  background-color: #0090db;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .right-content {
    padding-top: 55px;
  }
}
@media (min-width: 768px) {
  .right-content {
    padding-left: 65px;
    padding-top: 95px;
    width: calc(100% - 260px);
  }
}
@media (min-width: 1200px) {
  .right-content {
    padding-left: 125px;
  }
}
.right-content h2 {
  font-family: "GmarketSans", sans-serif;
  font-size: 40px;
  color: #646464;
  font-weight: bold;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .right-content h2 {
    text-align: center;
  }
}
.aos-init .animate__animated {
  animation-play-state: paused;
}
.aos-init.aos-animate .animate__animated {
  animation-play-state: running;
}

.login {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.d-1 {
  animation-delay: 0.1s;
}

.d-2 {
  animation-delay: 0.2s;
}

.d-3 {
  animation-delay: 0.3s;
}

.d-4 {
  animation-delay: 0.4s;
}

.d-5 {
  animation-delay: 0.5s;
}

.d-6 {
  animation-delay: 0.6s;
}

.d-7 {
  animation-delay: 0.7s;
}

.d-8 {
  animation-delay: 0.8s;
}

.d-9 {
  animation-delay: 0.9s;
}

.d-10 {
  animation-delay: 1s;
}

.d-11 {
  animation-delay: 1.1s;
}

.d-12 {
  animation-delay: 1.2s;
}

.d-13 {
  animation-delay: 1.3s;
}

.d-14 {
  animation-delay: 1.4s;
}

.d-15 {
  animation-delay: 1.5s;
}

.d-16 {
  animation-delay: 1.6s;
}

.d-17 {
  animation-delay: 1.7s;
}

.d-18 {
  animation-delay: 1.8s;
}

.d-19 {
  animation-delay: 1.9s;
}

.d-20 {
  animation-delay: 2s;
}

.d-21 {
  animation-delay: 2.1s;
}

.d-22 {
  animation-delay: 2.2s;
}

.d-23 {
  animation-delay: 2.3s;
}

.d-24 {
  animation-delay: 2.4s;
}

.d-25 {
  animation-delay: 2.5s;
}

.d-26 {
  animation-delay: 2.6s;
}

.d-27 {
  animation-delay: 2.7s;
}

.d-28 {
  animation-delay: 2.8s;
}

.d-29 {
  animation-delay: 2.9s;
}

.d-30 {
  animation-delay: 3s;
}

.d-31 {
  animation-delay: 3.1s;
}

.d-32 {
  animation-delay: 3.2s;
}

.d-33 {
  animation-delay: 3.3s;
}

.d-34 {
  animation-delay: 3.4s;
}

.d-35 {
  animation-delay: 3.5s;
}

.d-36 {
  animation-delay: 3.6s;
}

.d-37 {
  animation-delay: 3.7s;
}

.d-38 {
  animation-delay: 3.8s;
}

.d-39 {
  animation-delay: 3.9s;
}

.d-40 {
  animation-delay: 4s;
}

.d-41 {
  animation-delay: 4.1s;
}

.d-42 {
  animation-delay: 4.2s;
}

.d-43 {
  animation-delay: 4.3s;
}

.d-44 {
  animation-delay: 4.4s;
}

.d-45 {
  animation-delay: 4.5s;
}

.d-46 {
  animation-delay: 4.6s;
}

.d-47 {
  animation-delay: 4.7s;
}

.d-48 {
  animation-delay: 4.8s;
}

.d-49 {
  animation-delay: 4.9s;
}

.d-50 {
  animation-delay: 5s;
}

.d-51 {
  animation-delay: 5.1s;
}

.d-52 {
  animation-delay: 5.2s;
}

.d-53 {
  animation-delay: 5.3s;
}

.d-54 {
  animation-delay: 5.4s;
}

.d-55 {
  animation-delay: 5.5s;
}

.d-56 {
  animation-delay: 5.6s;
}

.d-57 {
  animation-delay: 5.7s;
}

.d-58 {
  animation-delay: 5.8s;
}

.d-59 {
  animation-delay: 5.9s;
}

.d-60 {
  animation-delay: 6s;
}

.d-61 {
  animation-delay: 6.1s;
}

.d-62 {
  animation-delay: 6.2s;
}

.d-63 {
  animation-delay: 6.3s;
}

.d-64 {
  animation-delay: 6.4s;
}

.d-65 {
  animation-delay: 6.5s;
}

.d-66 {
  animation-delay: 6.6s;
}

.d-67 {
  animation-delay: 6.7s;
}

.d-68 {
  animation-delay: 6.8s;
}

.d-69 {
  animation-delay: 6.9s;
}

.d-70 {
  animation-delay: 7s;
}

.d-71 {
  animation-delay: 7.1s;
}

.d-72 {
  animation-delay: 7.2s;
}

.d-73 {
  animation-delay: 7.3s;
}

.d-74 {
  animation-delay: 7.4s;
}

.d-75 {
  animation-delay: 7.5s;
}

.d-76 {
  animation-delay: 7.6s;
}

.d-77 {
  animation-delay: 7.7s;
}

.d-78 {
  animation-delay: 7.8s;
}

.d-79 {
  animation-delay: 7.9s;
}

.d-80 {
  animation-delay: 8s;
}

.d-81 {
  animation-delay: 8.1s;
}

.d-82 {
  animation-delay: 8.2s;
}

.d-83 {
  animation-delay: 8.3s;
}

.d-84 {
  animation-delay: 8.4s;
}

.d-85 {
  animation-delay: 8.5s;
}

.d-86 {
  animation-delay: 8.6s;
}

.d-87 {
  animation-delay: 8.7s;
}

.d-88 {
  animation-delay: 8.8s;
}

.d-89 {
  animation-delay: 8.9s;
}

.d-90 {
  animation-delay: 9s;
}

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