@charset "UTF-8";
@import url("layout.css");
@import url("contents.css");
@import url("/resources/css/common/print.css");
/*-------------------------------------------------
title       : 서브
Author      : ljh
Create date : 2025-10
-------------------------------------------------*/
main#container {
  overflow: visible !important;
  padding-bottom: 20rem;
}

#container {
  padding-top: 0;
}
#container > .inner.in-between {
  gap: 6rem;
  padding: 0 2rem;
  max-width: 124rem;
  display: block;
}

#container .in-between .contents {
  padding-bottom: 0;
}

#visual {
  position: relative;
  height: 45rem;
  width: 100%;
  overflow: visible;
}
#visual > strong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "RiaSans";
}
#visual > i {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
#visual > i img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  max-width: none;
  min-width: 100%;
}

#side_quick .qck_toggle {
  top: 37rem;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}
#side_quick.active .qck_toggle {
  -webkit-transform: translatex(38rem);
          transform: translatex(38rem);
}

#tabmenu {
  margin-bottom: 6rem;
}
#tabmenu .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 1.2rem 1.2rem 0 0;
  background-color: #243C51;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
}
#tabmenu .depth1 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
#tabmenu .depth1 .on a {
  background-color: #fff;
  color: #111;
}
#tabmenu .depth1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 6.5rem;
  border-radius: 1.3rem 1.3rem 0 0;
  border: 1px solid #243C51;
  border-bottom: 0 none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
#tabmenu .depth1 a:hover, #tabmenu .depth1 a:focus {
  background-color: #fff;
  color: #111;
}
#tabmenu .depth1.type1 {
  border-radius: 0.8rem;
  border: 1px solid #2B3D5E;
  background: none;
  font-size: inherit;
  font-weight: 600;
  color: #111;
}
#tabmenu .depth1.type1 .on a {
  background-color: #2B3D5E;
  color: #fff;
}
#tabmenu .depth1.type1 .on a::after {
  border: 0 none;
  background-color: #3F547C;
}
#tabmenu .depth1.type1 a {
  padding: 2rem;
  border-radius: 0;
  border: 0 none;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#tabmenu .depth1.type1 a::after {
  display: inline-block;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  vertical-align: middle;
  font-family: "remixicon";
  content: "\ea4e";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 2rem;
  border-radius: var(--brd);
  border: 1px solid #000;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
#tabmenu .depth1.type1 a:hover::after, #tabmenu .depth1.type1 a:focus::after {
  border: 0 none;
  background-color: #3F547C;
  color: #fff;
}
#tabmenu .depth2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--bdc);
  font-size: 1.9 rem;
  font-weight: 600;
  white-space: nowrap;
}
#tabmenu .depth2 li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
#tabmenu .depth2 li + li a::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: 1px;
  height: 1.5rem;
  background-color: var(--bdc);
  content: "";
}
#tabmenu .depth2 a {
  position: relative;
}
#tabmenu .depth2 a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--cl);
  content: "";
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
#tabmenu .depth2 a:hover::after, #tabmenu .depth2 a:focus::after {
  width: 100%;
}
#tabmenu .depth2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 6.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tabmenu .depth2 a::after {
  height: 0.5rem;
}
#tabmenu .depth2 .on a {
  font-weight: 600;
  color: #0975BA;
}
#tabmenu .depth2 .on a::after {
  width: 100%;
  background-color: #0975BA;
}

.depth3_tab ul {
  background-color: #F2F6FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.2rem;
  margin-bottom: 4.8rem;
  overflow-x: auto;
}
.depth3_tab ul a {
  height: 6.4rem;
  line-height: 6.4rem;
  border-bottom: 4px solid transparent;
  color: #222;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
}
.depth3_tab ul li:first-child {
  margin-left: 5.6rem;
}
.depth3_tab ul li.active a {
  border-color: #1688F3;
  font-weight: 600;
}
.depth3_tab ul li.active a + .tab_cont {
  display: block;
  padding-top: 3.8rem;
}

.depth4_tab {
  border-top: 1px solid #CCC;
  padding-top: 4rem;
  margin-bottom: 5.6rem;
}
.depth4_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 5.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.depth4_tab ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.depth4_tab ul li a {
  display: block;
  padding: 1.4rem 5.6rem;
  background-color: #F2F6FA;
  border-radius: 5rem;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #222;
}
.depth4_tab ul li:hover a, .depth4_tab ul li.active a {
  background-color: #051562;
  color: #fff;
  font-weight: 600;
}
.depth4_tab .responsive_btn {
  display: none;
  background-color: #051562;
  color: #fff;
  width: 100%;
  line-height: 5rem;
  padding: 0 2rem;
  text-align: left;
  border-radius: 0.8rem;
}
.depth4_tab .responsive_btn::after {
  content: "\ea4e";
  font-family: "remixicon";
  float: right;
  line-height: 5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.depth4_tab.active .responsive_btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.depth4_tab + .contents_body {
  border-top: 0 none;
  padding-top: 0;
}

.non_scroll_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 5.6rem;
}
.non_scroll_tab li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.non_scroll_tab li a {
  display: block;
  padding: 1.4rem 5.6rem;
  background-color: #F2F6FA;
  border-radius: 5rem;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #222;
}
.non_scroll_tab li:hover a, .non_scroll_tab li.active a {
  background-color: #051562;
  color: #fff;
  font-weight: 600;
}

.non_scroll_tab2 {
  background-color: #F2F6FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.2rem;
  margin-bottom: 4.8rem;
  padding: 0 5.6rem;
}
.non_scroll_tab2 a {
  height: 6.4rem;
  line-height: 6.4rem;
  border-bottom: 4px solid transparent;
  color: #222;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
}
.non_scroll_tab2 li.active a {
  border-color: #1688F3;
  font-weight: 600;
}
.non_scroll_tab2 li.active a + .tab_cont {
  display: block;
  padding-top: 3.8rem;
}

@media (max-width: 960px) {
  .non_scroll_tab li a {
    padding: 1.4rem 3rem;
  }
}
@media (max-width: 768px) {
  .non_scroll_tab {
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .non_scroll_tab li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .non_scroll_tab li a {
    padding: 1rem;
    text-align: center;
  }
  .non_scroll_tab2 {
    padding: 0 2rem;
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .non_scroll_tab {
    gap: 0.5rem;
  }
  .non_scroll_tab2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    padding: 0 1rem;
  }
  .non_scroll_tab2 li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .non_scroll_tab2 li a {
    text-align: center;
  }
}
.contents_util {
  position: absolute;
  bottom: 5.6rem;
  left: 50%;
  width: 100%;
  height: 6.5rem;
  z-index: 11;
  max-width: 120rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: var(--radius-8, 0.8rem);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  padding: 1.9rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents_util.fix {
  position: fixed;
  top: 2rem;
  background: rgba(242, 246, 250, 0.6);
  backdrop-filter: blur(10px);
}
.contents_util.fix .krds-breadcrumb-wrap .breadcrumb > li a.txt {
  color: #333;
}
.contents_util.fix #utile .btn::before {
  color: #333;
}
.contents_util.fix .krds-breadcrumb-wrap .breadcrumb .home a.txt::before {
  color: #333;
}
.contents_util.fix .krds-breadcrumb-wrap .breadcrumb > li:not(:last-child)::after {
  background: rgba(0, 0, 0, 0.3);
}

.krds-breadcrumb-wrap {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.krds-breadcrumb-wrap .breadcrumb {
  gap: 0;
}
.krds-breadcrumb-wrap .breadcrumb .home {
  width: auto;
}
.krds-breadcrumb-wrap .breadcrumb .home a.txt {
  font-size: 0;
  display: block;
}
.krds-breadcrumb-wrap .breadcrumb .home a.txt::before {
  content: "\ee1d";
  font-family: "remixicon";
  color: #fff;
  background: none;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.krds-breadcrumb-wrap .breadcrumb > li {
  position: relative;
  width: 18.6rem;
}
.krds-breadcrumb-wrap .breadcrumb > li:not(:last-child) {
  margin-right: 3.2rem;
}
.krds-breadcrumb-wrap .breadcrumb > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: none;
          mask: none;
  width: 1px;
  height: 1.2rem;
  margin-left: 1.6rem;
  background: rgba(255, 255, 255, 0.3);
}
.krds-breadcrumb-wrap .breadcrumb > li a.txt {
  text-decoration: none;
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.2;
  padding: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.krds-breadcrumb-wrap .breadcrumb > li a.txt::after {
  content: "\ea4e";
  font-family: "remixicon";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.krds-breadcrumb-wrap .breadcrumb > li.on .sub_dropdown {
  visibility: visible;
  opacity: 1;
}
.krds-breadcrumb-wrap .breadcrumb > li.on a.txt::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.krds-breadcrumb-wrap .breadcrumb .sub_dropdown {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: calc(100% + 1rem);
  width: calc(100% + 1.6rem);
  left: -1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #DDD;
  background: #FFF;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.krds-breadcrumb-wrap .breadcrumb .sub_dropdown ul {
  display: block;
  padding: 2rem;
}
.krds-breadcrumb-wrap .breadcrumb .sub_dropdown li {
  display: block;
  color: #333;
}
.krds-breadcrumb-wrap .breadcrumb .sub_dropdown li::after {
  display: none;
}
.krds-breadcrumb-wrap .breadcrumb .sub_dropdown li + li {
  margin-top: 1.2rem;
}
.krds-breadcrumb-wrap .breadcrumb .sub_dropdown a {
  display: block;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #222;
}
.krds-breadcrumb-wrap .breadcrumb .sub_dropdown a:hover, .krds-breadcrumb-wrap .breadcrumb .sub_dropdown a:focus {
  color: #0050C8;
  font-weight: 600;
}

#utile {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
}
#utile .btn {
  width: 2.3rem;
  height: 2.3rem;
  border: 0 none;
  border-radius: 0;
}
#utile .btn::before {
  color: #fff;
}
#utile .btn:hover, #utile .btn:focus {
  background-color: rgba(0, 0, 0, 0.1764705882);
}
#utile .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
}
#utile .print {
  position: relative;
  margin-left: 1.6rem;
}

.page-title-wrap {
  margin-bottom: 2.8rem;
}
.page-title-wrap .h-tit {
  font-weight: 600;
  color: #222;
  font-size: 3.6rem;
}

.contents_body {
  padding-top: 5.6rem;
}

.license-content {
  padding: 3.2rem 4rem;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}
.license-content .license-logo {
  width: 19.2rem;
}
.license-content .license-info {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.license-content .license-info p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.7rem;
  letter-spacing: -1px;
}
.license-content .s_btn {
  font-size: 1.4rem;
  padding: 0.475rem 1.4rem;
}
.license-content .s_btn i {
  font-size: 1.5rem;
}

#krds-footer {
  background-color: #1C1E26;
}
#krds-footer .f-logo {
  background-image: none;
  -webkit-mask: url("../../../resources/images/common/layout/logo_f.svg") no-repeat center center;
          mask: url("../../../resources/images/common/layout/logo_f.svg") no-repeat center center;
  background-color: #888B9A;
}
#krds-footer .link-sns a i:not(.ri-facebook-fill) {
  background-color: #888B9A !important;
}
#krds-footer .link-sns .facebook i {
  color: #888B9A;
}
#krds-footer .f-info .key-info {
  color: #888B9A;
}
#krds-footer .f-info .key-info span {
  color: #888B9A;
}
#krds-footer .f-copy {
  color: #888B9A;
}