@charset "UTF-8";
@import url("contents.css");
/*-------------------------------------------------
title       : 서브
Author      : 플랜아이 광주 
Create date : 2022-05
-------------------------------------------------*/
body {
  background: #fff;
}

#contents .contents_body {
  min-height: 45rem;
}

.main_wrap {
  max-width: calc(100% - 2rem);
  width: 128rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 9rem;
}
.main_wrap:after {
  display: block;
  clear: both;
  content: "";
}

#header:before {
  background: #fff;
  border-bottom: 1px solid #E3E6E8;
}
#header #logo a {
  background: url("/fusionschool/images/layout/logo_h.png") no-repeat left top/contain;
}
#header #logo a img {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
#header #gnb1 > ul > li > a {
  color: #000;
}
#header #gnb2 {
  z-index: 1;
}
#header #gnb2 .control {
  color: #000;
}

#snb {
  float: right;
  width: 27rem;
  margin-top: 10.3rem;
  z-index: 2;
  position: relative;
}
#snb .title {
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: 4px solid #333;
  color: #232426;
}
#snb .list > ul > li > a {
  display: block;
  padding: 2.2rem 2rem;
  color: #333;
  font-size: 1.9rem;
  font-weight: 600;
  border-bottom: 1px solid #E3E6E8;
  position: relative;
}
#snb .list > ul > li > a:after {
  color: #616161;
  content: "\e913";
  font-family: "xeicon";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.4rem;
}
#snb .list > ul > li.no3dep > a::after {
  content: "\e93e";
}
#snb .list > ul > li.no3dep.active > a::after {
  content: "\e93e";
  color: #fff;
}
#snb .list > ul > li > ul {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  padding: 3rem;
}
#snb .list > ul > li > ul > li > a {
  color: #616161;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  display: block;
  position: relative;
}
#snb .list > ul > li > ul > li > a::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ccc;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#snb .list > ul > li.active > a {
  background: #F87625;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
}
#snb .list > ul > li.active > a:after {
  content: "\e91a";
  color: #fff;
}
#snb .list > ul > li.active > ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  background: #F8F9F9;
}
#contents {
  position: relative;
  padding: 10.3rem 0 10rem 0;
  width: calc(100% - 33rem);
  float: left;
}
#contents::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1px;
  width: 1000%;
  height: 6rem;
  z-index: -1;
  background: #F5F5F8;
  border-top: 1px solid #E3E6E8;
  border-bottom: 1px solid #E3E6E8;
}
#contents #contents_title {
  font-size: 3.5rem;
  line-height: 1.1714285714;
  margin-bottom: 3rem;
  font-weight: 700;
  color: #1D1C1C;
}
#contents .contents_util .contents_title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 5rem;
}
#contents .contents_util .location {
  position: absolute;
  top: 0;
  left: 0;
}
#contents .contents_util .location .path li {
  display: inline-block;
  color: #ABABAB;
  font-size: 1.6rem;
  font-weight: 500;
  height: 6rem;
  line-height: 6rem;
  vertical-align: top;
}
#contents .contents_util .location .path li a {
  position: relative;
  font-weight: 300;
  color: #555;
}
#contents .contents_util .location .path li.icon a {
  font-size: 0;
  width: 1.8rem;
  height: 100%;
  display: block;
}
#contents .contents_util .location .path li.icon a::before {
  content: "\e900";
  position: absolute;
  font-family: "xeicon";
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #919191;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents .contents_util .location .path li + li::before {
  display: inline-block;
  font-family: "xeicon";
  font-size: 1.7rem;
  position: relative;
  content: "\e940";
  vertical-align: top;
  margin-right: 0.5rem;
}
#contents .contents_util .location .path li:last-of-type a {
  color: #56657B;
  font-weight: 600;
}
#contents .contents_util .util {
  position: absolute;
  top: 0;
  right: -34rem;
}
#contents .contents_util .util .btn {
  display: inline-block;
  overflow: hidden;
  width: 5.3rem;
  height: 5.3rem;
  color: #616161;
  text-align: center;
  line-height: 5.3rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#contents .contents_util .util .btn::before {
  content: "";
  display: block;
}
#contents .contents_util .util .btn:hover, #contents .contents_util .util .btn:focus {
  color: #1D1C1C;
}
#contents .contents_util .util .share {
  display: inline-block;
  position: relative;
  z-index: 5;
  height: 5.3rem;
  font-size: 0;
}
#contents .contents_util .util .share:before {
  background-image: url(/kor/images/layout/share.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
#contents .contents_util .util .share .item {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  top: 100%;
  width: 5rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
  background-color: #fff;
  white-space: nowrap;
}
#contents .contents_util .util .share .item::before {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.3rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  content: "";
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
#contents .contents_util .util .share .item .list {
  display: block !important;
}
#contents .contents_util .util .share .item a {
  display: block;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  margin-top: 1rem;
  text-align: center;
  line-height: 3rem;
}
#contents .contents_util .util .share .item a::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  text-align: center;
  line-height: inherit;
  font-size: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#contents .contents_util .util .share .item a.close::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#contents .contents_util .util .share .item a.close:hover::before, #contents .contents_util .util .share .item a.close:focus::before {
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}
#contents .contents_util .util .share .item a.close::before {
  content: "\e922";
}
#contents .contents_util .util .share .item a:hover::before, #contents .contents_util .util .share .item a:focus::before {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#contents .contents_util .util .share .item .facebook a::before {
  color: #29487d;
  content: "\ebd3";
}
#contents .contents_util .util .share .item .twitter a::before {
  color: rgb(29, 161, 242);
  content: "\ec1f";
}
#contents .contents_util .util .share .item .kakaostory a::before {
  color: #ffc20f;
  content: "\ebef";
}
#contents .contents_util .util .share .item .kakaotalk a::before {
  color: #381e1f;
  content: "\ebee";
}
#contents .contents_util .util .share .item .url a::before {
  color: #ddd;
  content: "\e9fa";
}
#contents .contents_util .util .share .item .band a::before {
  font-size: 2rem;
  font-family: "Pretendard";
  font-weight: 900;
  color: #21c531;
  content: "b";
}
#contents .contents_util .util .share.active .item {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#contents .contents_util .util .print {
  position: relative;
  font-size: 0;
}
#contents .contents_util .util .print:before {
  background-image: url(/kor/images/layout/print.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
#contents .contents_util .util .print:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #ccc;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents .contents_util .util.active .btn {
  color: #1D1C1C;
}
#contents .contents_util .util.active .item {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  margin-top: 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#contents .contents_body {
  position: relative;
}

#footer {
  border-top: 1px solid #ddd;
}
.table_wrap {
  border-top: 2px solid #555;
}
.table_wrap table {
  border-collapse: collapse;
}
.table_wrap th {
  color: #222;
  background: #F8F8F8;
  text-align: center;
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
  border-right: 1px solid #ddd;
}
.table_wrap thead th:first-child {
  border-left: 0;
}
.table_wrap thead th:last-child {
  border-left: 0;
}
.table_wrap tbody td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  font-weight: 400;
  color: #555;
}
.table_wrap.row_type {
  margin-bottom: 4.2rem;
}
.table_wrap.row_type tbody th {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  color: #2A2E41;
  padding: 3rem;
}
.table_wrap.row_type tbody td {
  padding: 2rem 3rem;
}
.table_wrap.row_type tbody td > .label {
  float: left;
  width: calc(20% - 1.5rem + 0.3rem);
  margin-right: 1.5rem;
  background: #fff;
  color: #222;
  border: 1px solid #C9C9C9;
  text-align: center;
  padding: 1.3rem;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.table_wrap.row_type tbody td > .label span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
}
.table_wrap.row_type tbody td > .label:nth-child(5n) {
  margin-right: 0;
}
.table_wrap.row_type tbody td > .label.active, .table_wrap.row_type tbody td > .label:hover, .table_wrap.row_type tbody td > .label:focus {
  background: #3C5071;
  color: #fff;
}
.table_wrap.row_type tbody td > .label.type2 {
  padding: 1.3rem 0;
}
.table_wrap.row_type tbody td:after {
  display: block;
  clear: both;
  content: "";
}
.table_wrap.row_type tbody td input[type=text] {
  height: 4.4rem;
}
.table_wrap.row_type tbody td .form_select {
  float: left;
  margin-right: 1.3rem;
  height: 4.4rem;
}
.table_wrap.row_type tbody td .form_select > select {
  height: 4.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 14.6rem;
  padding: 0 2.7rem 0 2.1rem;
}
.table_wrap.row_type tbody td .input_sch {
  position: relative;
  padding-right: 9.5rem;
  overflow: hidden;
  width: 100%;
  max-width: 36.4rem;
}
.table_wrap.row_type tbody td .input_sch .input_group {
  display: block;
  background: #fff;
}
.table_wrap.row_type tbody td .input_sch .input_group .form_textbox {
  width: 100%;
}
.table_wrap.row_type tbody td .input_sch .btn_option {
  position: absolute;
  right: 0;
  top: 0;
  height: 4.4rem;
  line-height: 4.4rem;
  background: #4E4E4E;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  border: 1px solid #4e4e4e;
  padding: 0 2.1rem 0 2.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.table_wrap.row_type tbody td .input_sch .btn_option *[class^=xi-] {
  margin-left: 0.5rem;
  float: none;
  position: relative;
  top: 0.1rem;
}
.table_wrap.row_type tbody td .input_sch .btn_option:hover, .table_wrap.row_type tbody td .input_sch .btn_option:focus {
  background: #fff;
  color: #4E4E4E;
}

.new_post {
  background-color: #F06F33;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 2.2rem;
  font-size: 1.2rem;
  font-weight: 900;
  margin-left: 0.4rem;
}

.progress {
  display: inline-block;
  padding: 0 1rem;
  border-radius: 3px;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.progress.continue {
  background-color: #363E88;
  color: #fff;
}
.progress.wait {
  background-color: #EEE;
  color: #616161;
}
.progress.end {
  background-color: #66676D;
  color: #fff;
}

.answer {
  border-radius: 3px;
  padding: 0 0.5rem;
  min-width: 6.4rem;
  display: inline-block;
}
.answer.complete {
  color: #fff;
  background-color: #363E88;
}
.answer.wait {
  background-color: #EEE;
}

.board_view .title {
  position: relative;
  padding-top: 6.5rem;
}
.board_view .title > span {
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 2.5rem;
}

.faq .group .faq_q {
  display: block;
  position: relative;
  padding: 1.4rem 7rem 1.4rem 5.6rem;
  font-weight: 600;
  color: #333;
  font-size: 2rem;
}
.faq .group .faq_q:before {
  content: "Q";
  position: absolute;
  font-size: 2rem;
  font-weight: 700;
  color: #acacac;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq .group .faq_q:after {
  content: "\e9c5";
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "xeicon";
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
}
.faq .group .faq_a {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: relative;
  padding: 0;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
}
.faq .group .faq_a:before {
  position: absolute;
  left: 2rem;
  top: 3rem;
  content: "A";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 2rem;
  font-weight: 700;
  color: #acacac;
}
.faq .group .faq_a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96%;
  height: 1px;
  background-color: #E3E6E8;
  opacity: 0;
}
.faq .group .faq_a span {
  margin-top: 3rem;
  display: block;
}
.faq .group.active {
  border: 1px solid #acacac;
}
.faq .group.active .faq_q {
  background-color: #F6F7FC;
}
.faq .group.active .faq_q:before {
  color: #363E88;
}
.faq .group.active .faq_q:after {
  content: "\e9c1";
  width: 1.4rem;
  height: 0.1rem;
}
.faq .group.active .faq_q .cate {
  background-color: #363E88;
  color: #fff;
  border: 1px solid #363E88;
}
.faq .group.active .faq_a {
  background-color: #F6F7FC;
  position: relative;
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 3rem 2rem 3rem 5.7rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq .group.active .faq_a:before {
  color: #363E88;
}
.faq .group.active .faq_a:after {
  opacity: 1;
}

.accordion > li {
  border: 1px solid #ddd;
}
.accordion > li + li {
  margin-top: 1rem;
}
.accordion > li a {
  position: relative;
  display: block;
}
.accordion > li a:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(/kor/images/sub/a10306010000_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 1.3rem;
}
.accordion > li > div {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: relative;
  padding: 0;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
}
.accordion > li.active {
  border: 1px solid #acacac;
}
.accordion > li.active a {
  background-color: #F6F7FC;
}
.accordion > li.active a:after {
  background-image: url(/kor/images/sub/a10306010000_02.svg);
  width: 1.4rem;
  height: 0.1rem;
}
.accordion > li.active > div {
  background-color: #F6F7FC;
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 3.6rem 5rem 5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.agree .form {
  text-align: center;
  background-color: #F6F7FC;
  border-radius: 5px;
  padding: 2rem;
  margin: 2rem 0;
}
.agree .form > * {
  display: inline-block;
}
.agree .form > p {
  text-align: left;
  width: calc(50% - 0.2rem);
}
.agree .form > p.check_txt {
  font-weight: 500;
  color: #333;
  padding-left: 1rem;
}
.agree .form > p.check_box {
  text-align: right;
}

.form_select::after {
  pointer-events: none;
}

.scroll {
  overflow-y: auto;
}
.scroll::-webkit-scrollbar {
  width: 1rem;
}
.scroll::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 0.6rem;
}