@charset "UTF-8";
:root {
  --rn-bg-01: #ffffff;
  --rn-bg-02: #F5F6F7;
  --rn-bg-03: #22232c;
  --rn-bg-04: #055E73;
  --rn-bg-point-01: linear-gradient(to top, #fff, #ebf2f7);
  --rn-text-main: #111111;
  --rn-text-sub01: #666666;
  --rn-primary: #0A8FA3;
  --rn-border-01: #dddddd;
}

body.dark-mode {
  --rn-bg-01: #ffffff;
  --rn-bg-02: #F5F6F7;
  --rn-bg-03: #22232c;
  --rn-bg-04: #055E73;
  --rn-bg-point-01: linear-gradient(to top, #fff, #ebf2f7);
  --rn-text-main: #111111;
  --rn-text-sub01: #666666;
  --rn-primary: #0A8FA3;
  --rn-border-01: #dddddd;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Pretendard-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Pretendard-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Pretendard-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Pretendard-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Pretendard-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Pretendard-Black.woff2") format("woff2");
}
.blind {
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .mo-only {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  body {
    padding-top: 80px !important;
  }
  .top-guide {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 13px 20px 14px;
    font-size: 14px;
    font-weight: 600;
    background-color: #324F74;
    color: #fff;
    text-align: center;
  }
  .ver-left .top-guide {
    display: none;
  }
  .top-homepage {
    top: 46px !important;
  }
}
@media screen and (max-width: 768px) {
  .top-guide {
    display: none;
  }
}
/* ########## _rn_main.scss 메인 ########## */
.rn-section {
  width: 100%;
  margin: 0 auto;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: var(--rn-text-main);
}
.rn-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* .rn-main-section-01 */
.rn-main-section-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rn-main-section-01 .left {
  width: calc(100% - 514px);
  background-color: var(--rn-bg-02);
}
.rn-main-section-01 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 514px;
}
@media screen and (max-width: 1440px) {
  .rn-main-section-01 .left {
    width: 100%;
  }
  .rn-main-section-01 .right {
    width: 100%;
    padding: 32px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .rn-main-section-01 .left {
    background-color: #fff;
  }
  .rn-main-section-01 .right {
    background-color: var(--rn-primary);
  }
}

/* .rn-main-banner-01 */
.rn-main-banner-01 .banner-controls {
  z-index: 10;
  position: absolute;
  left: 60%;
  bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rn-main-banner-01 .banner-controls .banner-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  line-height: 28px;
  margin-right: 20px;
}
.rn-main-banner-01 .banner-controls .banner-page .current {
  min-width: 20px;
  font-weight: 600;
}
.rn-main-banner-01 .banner-controls .banner-page .total {
  min-width: 20px;
  font-weight: 500;
}
.rn-main-banner-01 .banner-controls .banner-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 2px;
  background-color: #ddd;
}
.rn-main-banner-01 .banner-controls .banner-progress .bar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--rn-text-main);
}
.rn-main-banner-01 .banner-controls .banner-btns {
  margin-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rn-main-banner-01 .banner-controls .banner-btns button {
  width: 28px;
  height: 28px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rn-main-banner-01 .banner-controls .banner-btns button .splide__toggle__play svg {
  margin: 1px 0 0 4px;
}
.rn-main-banner-01 .banner-controls .banner-btns button .splide__toggle__pause svg {
  width: 28px;
}
.rn-main-banner-01 .splide__slide > a {
  display: block;
  text-decoration: none;
}
.rn-main-banner-01 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 612px;
}
.rn-main-banner-01 .item .img-wrap {
  z-index: 0;
  position: relative;
  width: 56.9%;
  height: 100%;
  overflow: hidden;
}
.rn-main-banner-01 .item .img-wrap:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(2.5px);
}
.rn-main-banner-01 .item .img-wrap img {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.rn-main-banner-01 .item .text-wrap {
  width: 43.1%;
  padding: 44px 48px;
}
.rn-main-banner-01 .item .text-wrap .cate {
  line-height: 1.4;
  font-size: 22px;
  font-weight: bold;
  color: var(--rn-primary);
}
.rn-main-banner-01 .item .text-wrap .title {
  max-height: 180px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: keep-all;
  margin-top: 8px;
  line-height: 1.3;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.rn-main-banner-01 .item .text-wrap .text-01 {
  max-width: 477px;
  max-height: 180px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  color: var(--rn-text-sub01);
}
@media screen and (min-width: 1921px) {
  .rn-main-banner-01 .banner-controls {
    left: 848px;
  }
  .rn-main-banner-01 .item .img-wrap {
    width: 800px;
  }
  .rn-main-banner-01 .item .text-wrap {
    width: calc(100% - 800px);
  }
  .rn-main-banner-01 .item .text-wrap .title {
    max-width: 100%;
  }
  .rn-main-banner-01 .item .text-wrap .text-01 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .rn-main-banner-01 .splide__slide > a:hover .title, .rn-main-banner-01 .splide__slide > a:focus .title {
    text-decoration: underline;
  }
  .rn-main-banner-01 .splide__slide > a:hover .img-wrap img, .rn-main-banner-01 .splide__slide > a:focus .img-wrap img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .rn-main-banner-01 .banner-btns button:hover, .rn-main-banner-01 .banner-btns button:focus {
    background-color: var(--rn-primary);
  }
  .rn-main-banner-01 .banner-btns button:hover > svg path, .rn-main-banner-01 .banner-btns button:focus > svg path {
    stroke: #ffffff;
  }
  .rn-main-banner-01 .banner-btns button:hover span rect, .rn-main-banner-01 .banner-btns button:hover span path, .rn-main-banner-01 .banner-btns button:focus span rect, .rn-main-banner-01 .banner-btns button:focus span path {
    fill: #ffffff;
  }
}
@media screen and (max-width: 1600px) {
  .rn-main-banner-01 .item .text-wrap {
    padding: 44px 20px;
  }
  .rn-main-banner-01 .item .text-wrap .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1440px) {
  .rn-main-banner-01 .item .text-wrap {
    padding: 44px 48px;
  }
}
@media screen and (max-width: 1024px) {
  .rn-main-banner-01 .banner-controls {
    left: 18px;
    bottom: 44px;
  }
  .rn-main-banner-01 .item {
    height: auto;
  }
  .rn-main-banner-01 .item .img-wrap {
    width: 100%;
  }
  .rn-main-banner-01 .item .text-wrap {
    width: 100%;
    padding: 32px 16px 100px;
  }
  .rn-main-banner-01 .item .text-wrap .cate {
    font-size: 18px;
  }
  .rn-main-banner-01 .item .text-wrap .title {
    max-width: 100%;
    font-size: 28px;
  }
  .rn-main-banner-01 .item .text-wrap .text-01 {
    max-width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}

/* .rn-main-banner-02 */
.rn-main-banner-02 {
  position: relative;
  width: 100%;
}
.rn-main-banner-02 .banner-title {
  padding: 44px 36px 8px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
.rn-main-banner-02 .banner-controls {
  position: absolute;
  top: 44px;
  right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.rn-main-banner-02 .banner-controls button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
}
.rn-main-banner-02 .banner-controls .btn-toggle {
  border: 1px solid var(--rn-border-01);
  border-radius: 50%;
}
.rn-main-banner-02 .banner-controls .btn-toggle .splide__toggle__play svg {
  margin-left: 3px;
}
.rn-main-banner-02 .banner-controls .banner-move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border: 1px solid var(--rn-border-01);
  border-radius: 17px;
  padding: 0 7px;
}
.rn-main-banner-02 .banner-controls .banner-move button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.rn-main-banner-02 .banner-controls .banner-move .banner-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rn-main-banner-02 .banner-controls .banner-move .banner-page span {
  min-width: 10px;
}
.rn-main-banner-02 .banner-controls .banner-move .banner-page .current {
  font-weight: bold;
}
.rn-main-banner-02 .banner-controls .banner-move .banner-page .total {
  font-weight: 500;
}
.rn-main-banner-02 .splide__slide a {
  display: block;
  padding: 8px 36px 48px;
}
.rn-main-banner-02 .splide__slide .item .item-title {
  line-height: 1.4;
  font-size: 18px;
  color: var(--rn-primary);
  font-weight: 600;
  margin-bottom: 14px;
}
.rn-main-banner-02 .splide__slide .item .img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 442/220;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.rn-main-banner-02 .splide__slide .item .img-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(2.5px);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.rn-main-banner-02 .splide__slide .item .img-wrap:after {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  opacity: 0;
}
.rn-main-banner-02 .splide__slide .item .img-wrap i {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 50%;
  background: var(--rn-primary);
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.rn-main-banner-02 .splide__slide .item .img-wrap i:before, .rn-main-banner-02 .splide__slide .item .img-wrap i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #fff;
  margin: -1px 0 0 -8px;
}
.rn-main-banner-02 .splide__slide .item .img-wrap i:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rn-main-banner-02 .splide__slide .item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fir: cover;
  objecct-position: center;
}
@media screen and (min-width: 1025px) {
  .rn-main-banner-02 .banner-controls button:hover, .rn-main-banner-02 .banner-controls button:focus {
    background-color: var(--rn-primary);
  }
  .rn-main-banner-02 .banner-controls button:hover > svg path, .rn-main-banner-02 .banner-controls button:focus > svg path {
    stroke: #ffffff;
  }
  .rn-main-banner-02 .banner-controls button:hover span rect,
  .rn-main-banner-02 .banner-controls button:hover span path, .rn-main-banner-02 .banner-controls button:focus span rect,
  .rn-main-banner-02 .banner-controls button:focus span path {
    fill: #ffffff;
  }
  .rn-main-banner-02 .splide__slide a:hover .img-wrap:before {
    opacity: 1;
  }
  .rn-main-banner-02 .splide__slide a:hover .img-wrap:after {
    opacity: 1;
    -webkit-animation: u-circle 1.2s ease infinite;
    animation: u-circle 1.2s ease infinite;
  }
  .rn-main-banner-02 .splide__slide a:hover .img-wrap i {
    opacity: 1;
  }
  .rn-main-banner-02 .splide__slide a:focus .img-wrap {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 1024px) {
  .rn-main-banner-02 {
    background-color: #fff;
    border-radius: 16px;
    padding: 28px 24px;
  }
  .rn-main-banner-02 .banner-title {
    font-size: 20px;
    padding: 0 0 16px;
  }
  .rn-main-banner-02 .banner-controls {
    top: 28px;
    right: 24px;
  }
  .rn-main-banner-02 .banner-controls .btn-toggle {
    display: none;
  }
  .rn-main-banner-02 .banner-controls .banner-move {
    border: 0;
  }
  .rn-main-banner-02 .banner-controls .banner-move .banner-page {
    display: none;
  }
  .rn-main-banner-02 .banner-controls .banner-move button {
    width: 32px;
    height: 32px;
    border: 1px solid var(--rn-border-01);
  }
  .rn-main-banner-02 .splide__slide a {
    padding: 0;
  }
  .rn-main-banner-02 .splide__slide .item .img-wrap {
    aspect-ratio: 1180/1064;
  }
}

@-webkit-keyframes u-circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: rgba(10, 143, 163, 0.5);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
    background: rgba(36, 57, 249, 0);
  }
}
@keyframes u-circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: rgba(10, 143, 163, 0.5);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
    background: rgba(36, 57, 249, 0);
  }
}
/* .rn-main-quick-01 */
.rn-main-quick-01 {
  width: 100%;
  background-color: var(--rn-primary);
  padding: 27px 32px;
}
.rn-main-quick-01 .btn-green {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  width: 100%;
  padding: 15px 20px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--rn-bg-04);
  color: #fff;
}
.rn-main-quick-01 .btn-green svg {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.rn-main-quick-01 .rn-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  margin-top: 32px;
}
.rn-main-quick-01 .rn-plan li {
  position: relative;
  width: 50%;
}
.rn-main-quick-01 .rn-plan li + li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.rn-main-quick-01 .rn-plan .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 4px 0 4px 56px;
  color: #fff;
  line-height: 1.4;
  font-size: 18px;
  font-weigght: 600;
}
.rn-main-quick-01 .rn-plan .btn svg {
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .rn-main-quick-01 .btn-green:focus {
    text-decoration: underline;
  }
  .rn-main-quick-01 .btn-green:hover svg, .rn-main-quick-01 .btn-green:focus svg {
    right: 20px;
  }
  .rn-main-quick-01 .rn-plan .btn:hover, .rn-main-quick-01 .rn-plan .btn:focus {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1024px) {
  .rn-main-quick-01 {
    padding: 24px 0 0;
  }
  .rn-main-quick-01 .btn-green {
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .rn-main-quick-01 .rn-plan {
    margin-top: 24px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .rn-main-quick-01 .rn-plan {
    gap: 40px;
  }
  .rn-main-quick-01 .rn-plan li + li:before {
    left: -21px;
  }
  .rn-main-quick-01 .rn-plan .btn {
    padding: 56px 0 0;
    font-size: 16px;
  }
}/*# sourceMappingURL=rn_style.css.map */