@charset "UTF-8";
@import url("layout.css");
@import url("contents.css");
@import url("/resources/css/common/print.css");
/*-------------------------------------------------
title       : 서브
Author      : PLAN I
Create date : 2025-01-31
-------------------------------------------------*/
:root {
  --header-height: 9.4rem;
  --content-top: 16rem;
}

#krds-footer {
  background-color: #2f2f2f;
}

#visual {
  margin-top: var(--header-height);
  height: 21.4rem;
  background-image: url("/resources/images/mps/sub/visual_bg.png"), linear-gradient(98deg, #EAF3FF 0.98%, #EDF9FF 53.08%, #E9FBF7 106.23%);
  background-repeat: no-repeat;
  background-size: auto 100%, 100% 100%;
  background-position: right center, 0 0;
}

#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.9rem;
  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;
}

#container .in-between {
  margin-top: calc(var(--content-top) * -1);
  gap: 0 6rem;
}
#container .in-between .krds-side-navigation {
  width: 29rem;
  min-width: 29rem;
  padding: 0;
  border-right: 0 none;
  overflow: visible;
}
#container .in-between .krds-side-navigation .lnb-tit {
  height: var(--content-top);
  border-radius: 1.5rem 1.5rem 0 0;
  background: linear-gradient(135deg, #13A272 -0.5%, #1C5FB7 99.5%), #274C84;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1.5rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.16rem;
}
#container .in-between .krds-side-navigation .lnb-list {
  margin-bottom: 5rem;
  border-radius: 0 0 2rem 2rem;
  padding: 2rem 3rem;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0 0 2rem 2rem;
  position: relative;
  z-index: 1;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item:last-child {
  border-color: transparent;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item:last-child:hover {
  border-color: #e0e0e0;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item a:hover, #container .in-between .krds-side-navigation .lnb-list .lnb-item a:focus {
  background-color: transparent;
  color: #313B67;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item > .lnb-btn {
  font-size: 1.8rem;
  padding: 1.8rem 0;
  color: #555;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item > .lnb-btn[class*=lnb-toggle]::after {
  content: "\ea4d";
  font-family: "remixicon";
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid #CBCBCB;
  -webkit-mask: none;
          mask: none;
  line-height: 2.2rem;
  color: #cbcbcb;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item > .lnb-btn::before {
  display: none;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item > .lnb-btn[target=_blank]::after {
  content: "\ecaf";
  font-family: "remixicon";
  font-size: 1.8rem;
  font-weight: 300;
  color: #777;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active {
  background-color: transparent;
  color: #424242;
  font-weight: 600;
  border-bottom: 0 none;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active > .lnb-btn {
  color: #313B67;
  font-weight: 600;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active > .lnb-btn::after {
  background-color: #313B67;
  border-color: #313B67;
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active > .lnb-btn::before {
  display: block;
  width: 100%;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active .lnb-submenu {
  padding: 1.8rem;
  background: #F8F8F8;
  border-radius: 0 0 1rem 1rem;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active .lnb-submenu li + li {
  margin-top: 1rem;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active .lnb-submenu .lnb-btn {
  padding: 0 0 0 1.2rem;
  font-size: 1.6rem;
  color: #424242;
  font-weight: 400;
  display: block;
  position: relative;
  line-height: 1.5;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active .lnb-submenu .lnb-btn::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A2B0D4;
  position: absolute;
  top: 1rem;
  left: 0;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active .lnb-submenu .lnb-btn:hover, #container .in-between .krds-side-navigation .lnb-list .lnb-item.active .lnb-submenu .lnb-btn:focus {
  color: #313B67;
  font-weight: 600;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active .lnb-submenu .lnb-btn:hover::before, #container .in-between .krds-side-navigation .lnb-list .lnb-item.active .lnb-submenu .lnb-btn:focus::before {
  background-color: #313B67;
}
#container .in-between .krds-side-navigation .lnb-list .lnb-item.active .lnb-submenu .depth3 .active .lnb-btn {
  font-weight: 600;
  color: #313B67;
}

.contents_util {
  height: var(--content-top);
  padding-top: 3.4rem;
}
.contents_util .util_wrap {
  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;
}

.page-title-wrap {
  margin-bottom: 0.8rem;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
  color: #222;
}

#utile {
  position: static;
}
#utile .btn {
  background-color: #fff;
  border-radius: 1.2rem;
  border: 0 none;
  width: 3.6rem;
  height: 3.6rem;
  color: #222;
  font-size: 1.8rem;
}
#utile .share .open::before {
  background-color: #222;
  -webkit-mask-image: url("/resources/images/mps/sub/share.svg");
          mask-image: url("/resources/images/mps/sub/share.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
#utile .share .open:hover::before,
#utile .share .open:focus::before {
  background-color: #fff;
}
#utile .print::before {
  background-color: #222;
  -webkit-mask-image: url("/resources/images/mps/sub/print.svg");
          mask-image: url("/resources/images/mps/sub/print.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center;
          mask-position: center;
}
#utile .print:hover::before,
#utile .print:focus::before {
  background-color: #fff;
}

.tab + .contents_body {
  padding-top: 2rem;
}

.krds-breadcrumb-wrap .breadcrumb .home .txt {
  text-decoration: none;
}
.krds-breadcrumb-wrap .breadcrumb .home .txt::before {
  content: "\ee1d";
  -webkit-mask: none;
          mask: none;
  background: transparent;
  font-family: "remixicon";
  font-size: 1.6rem;
}
.krds-breadcrumb-wrap .breadcrumb li a.txt {
  text-decoration: none;
  font-size: 1.6rem;
}
.krds-breadcrumb-wrap .breadcrumb li a.txt:hover, .krds-breadcrumb-wrap .breadcrumb li a.txt:focus {
  background-color: transparent;
}
.krds-breadcrumb-wrap .breadcrumb li:not(:last-child)::after {
  content: "\ea6e";
  -webkit-mask: none;
          mask: none;
  background: transparent;
  font-family: "remixicon";
  font-size: 1.6rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.search-top-box.form-col-1 .form-group:not(.btn-wrap) {
  width: calc(100% - 10rem);
}
.search-top-box.form-col-1 .sch-form-wrap .krds-input {
  width: 100%;
}
.search-top-box.form-col-2 .sch-form-wrap .krds-input {
  width: 100%;
}

.content_tab {
  display: grid;
  gap: 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.6rem;
  overflow: hidden;
  margin-bottom: 4.8rem;
}
.content_tab:not(:has(> :nth-child(2))) {
  grid-template-columns: minmax(0, 1fr);
}
.content_tab:has(> :nth-child(2)):not(:has(> :nth-child(3))) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.content_tab:has(> :nth-child(3)):not(:has(> :nth-child(4))) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.content_tab:has(> :nth-child(4)):not(:has(> :nth-child(5))) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.content_tab:has(> :nth-child(5)):not(:has(> :nth-child(6))) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.content_tab:has(> :nth-child(6)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.content_tab > li {
  display: block;
  min-width: 0;
  background-color: #fff;
  /* 세로 + 행 사이: 위쪽 inset (아래 inset은 ul border-bottom과 겹쳐 두 줄로 보임) */
  -webkit-box-shadow: inset -1px 0 0 #e0e0e0, inset 0 1px 0 #e0e0e0;
          box-shadow: inset -1px 0 0 #e0e0e0, inset 0 1px 0 #e0e0e0;
}
.content_tab > li > button {
  display: block;
  width: 100%;
  height: 4.8rem;
  margin: 0;
  border: 0 none;
  color: #757575;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4.8rem;
  text-align: center;
  -webkit-transition: var(--time2);
  transition: var(--time2);
  background-color: transparent;
  cursor: pointer;
}
.content_tab > li.tab_current > button {
  background-color: #002d6d;
  color: #fff;
}
.content_tab:not(:has(> :nth-child(2))) > li:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content_tab:not(:has(> :nth-child(2))) > li:nth-child(n+2) {
  -webkit-box-shadow: inset 0 1px 0 #e0e0e0;
          box-shadow: inset 0 1px 0 #e0e0e0;
}
.content_tab:has(> :nth-child(2)):not(:has(> :nth-child(3))) > li:nth-child(-n+2) {
  -webkit-box-shadow: inset -1px 0 0 #e0e0e0;
          box-shadow: inset -1px 0 0 #e0e0e0;
}
.content_tab:has(> :nth-child(3)):not(:has(> :nth-child(4))) > li:nth-child(-n+3), .content_tab:has(> :nth-child(4)):not(:has(> :nth-child(5))) > li:nth-child(-n+4), .content_tab:has(> :nth-child(5)):not(:has(> :nth-child(6))) > li:nth-child(-n+5), .content_tab:has(> :nth-child(6)) > li:nth-child(-n+3) {
  -webkit-box-shadow: inset -1px 0 0 #e0e0e0;
          box-shadow: inset -1px 0 0 #e0e0e0;
}
.content_tab:has(> :nth-child(2)):not(:has(> :nth-child(3))) > li:nth-child(2n):nth-child(-n+2) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content_tab:has(> :nth-child(3)):not(:has(> :nth-child(4))) > li:nth-child(3n):nth-child(-n+3), .content_tab:has(> :nth-child(4)):not(:has(> :nth-child(5))) > li:nth-child(4n):nth-child(-n+4), .content_tab:has(> :nth-child(5)):not(:has(> :nth-child(6))) > li:nth-child(5n):nth-child(-n+5), .content_tab:has(> :nth-child(6)) > li:nth-child(3n):nth-child(-n+3) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content_tab:has(> :nth-child(2)):not(:has(> :nth-child(3))) > li:nth-child(2n):nth-child(n+3) {
  -webkit-box-shadow: inset 0 1px 0 #e0e0e0;
          box-shadow: inset 0 1px 0 #e0e0e0;
}
.content_tab:has(> :nth-child(3)):not(:has(> :nth-child(4))) > li:nth-child(3n):nth-child(n+4), .content_tab:has(> :nth-child(4)):not(:has(> :nth-child(5))) > li:nth-child(4n):nth-child(n+5), .content_tab:has(> :nth-child(5)):not(:has(> :nth-child(6))) > li:nth-child(5n):nth-child(n+6), .content_tab:has(> :nth-child(6)) > li:nth-child(3n):nth-child(n+4) {
  -webkit-box-shadow: inset 0 1px 0 #e0e0e0;
          box-shadow: inset 0 1px 0 #e0e0e0;
}

.contents_util + .tab.line.full {
  margin-top: 6rem;
}

.tab.line.full.type2 > ul,
.contents > .tab.line.full.type2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 1.2rem;
  overflow: hidden;
}
.tab.line.full.type2 li,
.contents > .tab.line.full.type2 li {
  display: block;
  min-width: 0;
  background-color: #fff;
}
.tab.line.full.type2 li + li,
.contents > .tab.line.full.type2 li + li {
  border-left: 1px solid #e0e0e0;
}
.tab.line.full.type2 li .btn-tab,
.contents > .tab.line.full.type2 li .btn-tab {
  color: #757575;
  font-size: 1.8rem;
  border: 0 none;
  position: relative;
  font-weight: 500;
  -webkit-transition: var(--time2);
  transition: var(--time2);
  background-color: transparent;
}
.tab.line.full.type2 li .btn-tab:after,
.contents > .tab.line.full.type2 li .btn-tab:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 5px 6px 5px;
  border-color: transparent transparent #ffffff transparent;
  display: none;
}
.tab.line.full.type2 li:not(.active) .btn-tab:hover, .tab.line.full.type2 li:not(.active) .btn-tab:focus,
.contents > .tab.line.full.type2 li:not(.active) .btn-tab:hover,
.contents > .tab.line.full.type2 li:not(.active) .btn-tab:focus {
  background-color: transparent;
  color: #172D4E;
}
.tab.line.full.type2 li.active,
.contents > .tab.line.full.type2 li.active {
  background-color: #172D4E;
}
.tab.line.full.type2 li.active .btn-tab,
.contents > .tab.line.full.type2 li.active .btn-tab {
  color: #fff;
  font-weight: 700;
}
.tab.line.full.type2 li.active .btn-tab:after,
.contents > .tab.line.full.type2 li.active .btn-tab:after {
  display: block;
}
.tab.line.full:not(.type2) > ul,
.contents > .tab.line.full:not(.type2) > ul {
  display: grid;
  gap: 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 1.2rem;
  overflow: hidden;
}
.tab.line.full:not(.type2) > ul:not(:has(> :nth-child(2))),
.contents > .tab.line.full:not(.type2) > ul:not(:has(> :nth-child(2))) {
  grid-template-columns: minmax(0, 1fr);
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(2)):not(:has(> :nth-child(3))),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(2)):not(:has(> :nth-child(3))) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(3)):not(:has(> :nth-child(4))),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(3)):not(:has(> :nth-child(4))) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(4)):not(:has(> :nth-child(5))),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(4)):not(:has(> :nth-child(5))) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(5)):not(:has(> :nth-child(6))),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(5)):not(:has(> :nth-child(6))) {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(6)),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(6)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tab.line.full:not(.type2) li,
.contents > .tab.line.full:not(.type2) li {
  display: block;
  min-width: 0;
  background-color: #fff;
  -webkit-box-shadow: inset -1px 0 0 #e0e0e0, inset 0 1px 0 #e0e0e0;
          box-shadow: inset -1px 0 0 #e0e0e0, inset 0 1px 0 #e0e0e0;
}
.tab.line.full:not(.type2) li .btn-tab,
.contents > .tab.line.full:not(.type2) li .btn-tab {
  color: #757575;
  font-size: 1.8rem;
  border: 0 none;
  border-bottom: 0 none;
  position: relative;
  font-weight: 500;
  -webkit-transition: var(--time2);
  transition: var(--time2);
  background-color: transparent;
}
.tab.line.full:not(.type2) li .btn-tab::before,
.contents > .tab.line.full:not(.type2) li .btn-tab::before {
  display: none;
}
.tab.line.full:not(.type2) li .btn-tab:after,
.contents > .tab.line.full:not(.type2) li .btn-tab:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 5px 6px 5px;
  border-color: transparent transparent #ffffff transparent;
  display: none;
}
.tab.line.full:not(.type2) li:not(.active) .btn-tab:hover, .tab.line.full:not(.type2) li:not(.active) .btn-tab:focus,
.contents > .tab.line.full:not(.type2) li:not(.active) .btn-tab:hover,
.contents > .tab.line.full:not(.type2) li:not(.active) .btn-tab:focus {
  background-color: transparent;
  color: #172D4E;
}
.tab.line.full:not(.type2) li.active,
.contents > .tab.line.full:not(.type2) li.active {
  background-color: #172D4E;
}
.tab.line.full:not(.type2) li.active .btn-tab,
.contents > .tab.line.full:not(.type2) li.active .btn-tab {
  color: #fff;
  font-weight: 700;
}
.tab.line.full:not(.type2) li.active .btn-tab:after,
.contents > .tab.line.full:not(.type2) li.active .btn-tab:after {
  display: block;
}
.tab.line.full:not(.type2) > ul:has(> li:nth-child(6)) > li:last-child,
.contents > .tab.line.full:not(.type2) > ul:has(> li:nth-child(6)) > li:last-child {
  position: relative;
}
.tab.line.full:not(.type2) > ul:has(> li:nth-child(6)) > li:last-child::before,
.contents > .tab.line.full:not(.type2) > ul:has(> li:nth-child(6)) > li:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e0e0e0;
  width: 1000%;
  height: 1px;
}
.tab.line.full:not(.type2) > ul:not(:has(> :nth-child(2))) > li:first-child,
.contents > .tab.line.full:not(.type2) > ul:not(:has(> :nth-child(2))) > li:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tab.line.full:not(.type2) > ul:not(:has(> :nth-child(2))) > li:nth-child(n+2),
.contents > .tab.line.full:not(.type2) > ul:not(:has(> :nth-child(2))) > li:nth-child(n+2) {
  -webkit-box-shadow: inset 0 1px 0 #e0e0e0;
          box-shadow: inset 0 1px 0 #e0e0e0;
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(2)):not(:has(> :nth-child(3))) > li:nth-child(-n+2),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(2)):not(:has(> :nth-child(3))) > li:nth-child(-n+2) {
  -webkit-box-shadow: inset -1px 0 0 #e0e0e0;
          box-shadow: inset -1px 0 0 #e0e0e0;
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(3)):not(:has(> :nth-child(4))) > li:nth-child(-n+3), .tab.line.full:not(.type2) > ul:has(> :nth-child(4)):not(:has(> :nth-child(5))) > li:nth-child(-n+4), .tab.line.full:not(.type2) > ul:has(> :nth-child(5)):not(:has(> :nth-child(6))) > li:nth-child(-n+5), .tab.line.full:not(.type2) > ul:has(> :nth-child(6)) > li:nth-child(-n+3),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(3)):not(:has(> :nth-child(4))) > li:nth-child(-n+3),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(4)):not(:has(> :nth-child(5))) > li:nth-child(-n+4),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(5)):not(:has(> :nth-child(6))) > li:nth-child(-n+5),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(6)) > li:nth-child(-n+3) {
  -webkit-box-shadow: inset -1px 0 0 #e0e0e0;
          box-shadow: inset -1px 0 0 #e0e0e0;
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(2)):not(:has(> :nth-child(3))) > li:nth-child(2n):nth-child(-n+2),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(2)):not(:has(> :nth-child(3))) > li:nth-child(2n):nth-child(-n+2) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(3)):not(:has(> :nth-child(4))) > li:nth-child(3n):nth-child(-n+3), .tab.line.full:not(.type2) > ul:has(> :nth-child(4)):not(:has(> :nth-child(5))) > li:nth-child(4n):nth-child(-n+4), .tab.line.full:not(.type2) > ul:has(> :nth-child(5)):not(:has(> :nth-child(6))) > li:nth-child(5n):nth-child(-n+5), .tab.line.full:not(.type2) > ul:has(> :nth-child(6)) > li:nth-child(3n):nth-child(-n+3),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(3)):not(:has(> :nth-child(4))) > li:nth-child(3n):nth-child(-n+3),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(4)):not(:has(> :nth-child(5))) > li:nth-child(4n):nth-child(-n+4),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(5)):not(:has(> :nth-child(6))) > li:nth-child(5n):nth-child(-n+5),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(6)) > li:nth-child(3n):nth-child(-n+3) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(2)):not(:has(> :nth-child(3))) > li:nth-child(2n):nth-child(n+3),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(2)):not(:has(> :nth-child(3))) > li:nth-child(2n):nth-child(n+3) {
  -webkit-box-shadow: inset 0 1px 0 #e0e0e0;
          box-shadow: inset 0 1px 0 #e0e0e0;
}
.tab.line.full:not(.type2) > ul:has(> :nth-child(3)):not(:has(> :nth-child(4))) > li:nth-child(3n):nth-child(n+4), .tab.line.full:not(.type2) > ul:has(> :nth-child(4)):not(:has(> :nth-child(5))) > li:nth-child(4n):nth-child(n+5), .tab.line.full:not(.type2) > ul:has(> :nth-child(5)):not(:has(> :nth-child(6))) > li:nth-child(5n):nth-child(n+6), .tab.line.full:not(.type2) > ul:has(> :nth-child(6)) > li:nth-child(3n):nth-child(n+4),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(3)):not(:has(> :nth-child(4))) > li:nth-child(3n):nth-child(n+4),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(4)):not(:has(> :nth-child(5))) > li:nth-child(4n):nth-child(n+5),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(5)):not(:has(> :nth-child(6))) > li:nth-child(5n):nth-child(n+6),
.contents > .tab.line.full:not(.type2) > ul:has(> :nth-child(6)) > li:nth-child(3n):nth-child(n+4) {
  -webkit-box-shadow: inset 0 1px 0 #e0e0e0;
          box-shadow: inset 0 1px 0 #e0e0e0;
}

.tab.line.full > .tab_btn,
.contents_tab .tab_btn {
  display: none;
  width: 100%;
  height: 4.8rem;
  background-color: #172D4E;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4.8rem;
  text-align: center;
  -webkit-transition: var(--time2);
  transition: var(--time2);
}

.contents_body {
  padding-top: 6rem;
}

.krds-input {
  height: 4.8rem;
  font-size: 1.6rem;
  color: #424242;
  border-color: #e0e0e0;
}