@charset "UTF-8";
@import url("contents.css");
@import url("contents_respond.css");
/*-------------------------------------------------
title       : 서브레이아웃
Author      : lhj
Create date : 2023-06
-------------------------------------------------*/
main {
  padding-bottom: 10rem;
}

#header::before {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  width: 100vw;
  height: 14rem;
  display: block;
  position: absolute;
}

.main_wrap {
  width: calc(100% - 4rem);
  max-width: 140rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.main_wrap:after {
  display: block;
  clear: both;
  content: "";
}

#visual {
  position: relative;
  width: 100%;
  height: 43rem;
}
#visual .title {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 19.2rem;
}
#visual .title em {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #EC6FFF;
  text-transform: uppercase;
}
#visual .title strong {
  font-size: 4.5rem;
  line-height: 1.1111111111;
  font-weight: 700;
  color: #fff;
  margin-top: 1.2rem;
  display: block;
}
#visual .img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.visual01 .img {
  background: url("../../main/images/layout/sub_visual1.jpg");
}

.visual02 .img {
  background: url("../../main/images/layout/sub_visual2.jpg");
}

.visual03 .img {
  background: url("../../main/images/layout/sub_visual3.jpg");
}

.visual04 .img {
  background: url("../../main/images/layout/sub_visual4.jpg");
}

.visual05 .img {
  background: url("../../main/images/layout/sub_visual5.jpg");
}

#snb {
  position: relative;
}
#snb .list {
  position: relative;
}
#snb .list::before {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #EAEAEA;
  width: 500%;
  margin-left: -250%;
}
#snb .list > ul {
  width: 100%;
  max-width: 76rem;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
#snb .list > ul > li {
  display: table-cell;
  text-align: center;
}
#snb .list > ul > li a {
  display: block;
  font-size: 1.9rem;
  font-weight: 600;
  color: #8E8E8E;
  text-align: center;
  line-height: 1.9rem;
  padding: 2.5rem 0;
  position: relative;
}
#snb .list > ul > li a::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 0.5rem;
  background: #4E15CE;
}
#snb .list > ul > li.active a {
  color: #3D3D3D;
}
#snb .list > ul > li.active a::after {
  content: "";
}
#snb .list > ul > li.active #smenu2 {
  display: none !important;
}
#contents #contents_title {
  font-size: 3.9rem;
  line-height: 1.7;
  font-weight: 700;
  color: #282728;
  margin: 12rem 0 6.8rem;
  display: block;
  text-align: center;
}
#contents #contents_title.type2 {
  display: none;
}
#contents .contents_util .location .path {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  top: 30rem;
  left: 0;
}
#contents .contents_util .location .path li {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  vertical-align: middle;
}
#contents .contents_util .location .path li a {
  position: relative;
}
#contents .contents_util .location .path li.icon a {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  display: block;
}
#contents .contents_util .location .path li.icon a::before {
  content: "";
  position: absolute;
  background-image: url("../../main/images/layout/home.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
#contents .contents_util .location .path li + li {
  margin-left: 3rem;
}
#contents .contents_util .location .path li + li::before {
  font-family: "xeicon";
  position: relative;
  content: "\ea3e";
  position: absolute;
  top: 50%;
  left: -2.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
#contents .contents_util .location .path li:nth-child(1) + li {
  margin-left: 0;
}
#contents .contents_util .location .path li:nth-child(1) + li::before {
  display: none;
}

#footer {
  border-top: 1px solid #E6E6E6;
  height: 100%;
}

.sch_box {
  background: #F2F2F2;
  border-radius: 0.8rem;
  padding: 4.1rem;
}
.sch_box.type1 {
  margin: 7.6rem 0 4.1rem;
}
.sch_box .group {
  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;
  font-size: 0;
}
.sch_box input[type=text] {
  width: 53.7rem;
}
.sch_box .part.type1 {
  position: relative;
}
.sch_box .part.type1::after {
  content: "\ea4d";
  display: inline-block;
  position: absolute;
  font-family: "remixicon";
  font-size: 2.1rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
}

.form_select {
  display: inline-block;
  position: relative;
  min-width: 14.3rem;
  width: 100%;
  height: 4.8rem;
  padding: 0 3.6rem 0 2.2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #A3A3A3;
  border: 0 none;
  font-size: 1.7rem;
}

.form_input {
  border: 0 none;
  padding: 0 2.3rem;
  height: 4.8rem;
  font-size: 1.7rem;
  color: #A3A3A3;
  margin: 0 0.7rem;
  display: inline-block;
}

.btn_sch {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: 1.7rem;
  min-width: 11rem;
  height: 4.8rem;
  line-height: 3.8rem;
  padding: 0 1rem;
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn_sch:hover, .btn_sch:focus {
  border-color: #333;
  background: #fff;
  color: #333;
}

.notice_box {
  display: block;
  text-align: center;
  margin: auto 0;
}
.notice_box .img {
  display: block;
  margin-bottom: 2.8rem;
}
.notice_box p {
  font-size: 2.5rem;
  color: #111;
  display: block;
  font-weight: 700;
}
.notice_box p em {
  color: #4A46B4;
}
.notice_box p.desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #767676;
  padding-top: 1.8rem;
  margin-bottom: 4.6rem;
}
.notice_box .btns a {
  display: inline-block;
  min-height: 4.6rem;
  width: 12rem;
  height: 100%;
  font-size: 1.6rem;
  line-height: 4.6rem;
  font-weight: 500;
  background: #222;
  color: #fff;
  border: 2px solid #222;
  border-radius: 0.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.notice_box .btns a.line {
  background: #fff;
  border: 2px solid #222;
  color: #222;
}
.notice_box .btns a + a {
  margin-left: 1rem;
}
.notice_box .btns a:hover, .notice_box .btns a:focus {
  text-decoration: underline;
  text-underline-position: under;
}

.table_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -3.9rem;
}

.table_wrap {
  border-top: 2px solid #292929;
}
.table_wrap.type2 {
  width: 50%;
  margin-left: 3.9rem;
}
.table_wrap table {
  border-collapse: collapse;
}
.table_wrap table th {
  text-align: center;
  background: #F7F7F7;
  padding: 1.5rem 1rem;
  border: 1px solid #ddd;
  font-size: 1.7rem;
  font-weight: 500;
  color: #222;
  border-bottom: 0 none;
}
.table_wrap table th:first-child {
  border-left: 0 none;
}
.table_wrap table th:last-child {
  border-right: 0 none;
}
.table_wrap table td {
  text-align: center;
  padding: 1.5rem 1rem;
  border: 1px solid #ddd;
  color: #222;
  font-weight: 400;
}
.table_wrap table td.dif {
  font-weight: 500;
}
.table_wrap table td i {
  display: inline-block;
  font-size: 1.7rem;
}
.table_wrap table td:first-child {
  border-left: 0 none;
}
.table_wrap table td:last-child {
  border-right: 0 none;
}
.table_wrap.arrow table th {
  position: relative;
}
.table_wrap.arrow table th span {
  display: inline-block;
  margin-right: 0.5rem;
}
.table_wrap.arrow table th .btn_sort {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  color: #909090;
  display: inline-block;
}
.table_wrap.type3 td {
  padding: 1.8rem 1rem;
}

.item .table_wrap {
  border-bottom: 1px solid #AFAFAF;
}
.item .table_wrap table th {
  border-bottom: 1px solid #ddd !important;
  text-align: left;
  padding: 1.5rem 1rem 1.5rem 3rem;
}
.item .table_wrap table td {
  text-align: left;
  padding: 1.5rem 1rem 1.5rem 3rem;
}

.img_border .table_wrap {
  border-bottom: 1px solid #AFAFAF;
}
.img_border .table_wrap th {
  border-bottom: 1px solid #ddd !important;
}

#tabtt {
  display: none;
}

.tab_menu {
  position: relative;
}
.tab_menu .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab_menu .tab_list > li {
  border: 1px solid #D4D4D4;
  background: #fff;
  margin: -1px 0 0 -1px;
}
.tab_menu .tab_list > li a {
  text-align: center;
  padding: 2.5rem 1rem;
  color: #333;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tab_menu .tab_list > li a span {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
}
.tab_menu .tab_list > li a em {
  font-size: 1.6rem;
  font-weight: 400;
  color: #898989;
}
.tab_menu .tab_list > li.w33 {
  width: 33.3333%;
}
.tab_menu .tab_list > li.w50 {
  width: 50%;
}
.tab_menu .tab_list > li.active {
  background: #4E15CE;
  border-color: #4E15CE;
}
.tab_menu .tab_list > li.active a {
  color: #fff;
}
.tab_menu .tab_list > li.active a em {
  color: #A78AE7;
}
.tab_menu .tab_list > li:hover, .tab_menu .tab_list > li:focus {
  background: #4E15CE;
  border-color: #4E15CE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_menu .tab_list > li:hover a, .tab_menu .tab_list > li:focus a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_menu .tab_list > li:hover a em, .tab_menu .tab_list > li:focus a em {
  color: #A78AE7;
}