/** @format */

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.sub_visual {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub_visual01 {
  background-image: url('../img/one_sub/sub_visual01.jpg');
} /*알림 서브비주얼*/
.sub_visual02 {
  background-image: url('../img/one_sub/sub_visual02.jpg');
} /*혁신교육프로그램 서브비주얼*/
.sub_visual03 {
  background-image: url('../img/one_sub/sub_visual03.jpg');
} /*온마을체험버스 서브비주얼*/
.sub_visual04 {
  background-image: url('../img/one_sub/sub_visual04.jpg');
} /*마이페이지 서브비주얼*/
.sub_visual p {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 220px;
}
.sta {
  width: 100%;
  height: 50px;
  border-top: 1px solid #dddddb;
  border-bottom: 1px solid #dddddb;
  background-color: #f3f4f8;
  margin-bottom: 52px;
}
.sta > ul {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}
.sta > ul > li {
  float: left;
  height: 48px;
  border-right: 1px solid #dddddb;
}
.sta > ul:after {
  display: block;
  content: '';
  clear: both;
}
.sta > ul .sta_home {
  width: 50px;
  border-left: 1px solid #dddddb;
  line-height: 50px;
  text-align: center;
}
.sta > ul .sta_home img {
  vertical-align: middle;
  margin-top: -2px;
}
.sta > ul .sta_home > a {
  display: block;
  width: 100%;
  height: 100%;
}
.sta_menu {
  position: relative;
  width: 214px;
  z-index: 100;
}
.sta_menu > a {
  font-size: 14px;
  color: #666666;
  letter-spacing: -0.025em;
  line-height: 48px;
  display: block;
  min-width: 150px;
  width: 100%;
  height: 100%;
  padding: 0 44px 0 20px;
  background-image: url('../images/one_sub/select_img.png');
  background-position: 90%;
  background-repeat: no-repeat;
}
.sta_menu > a {
  font-size: 14px;
  color: #666666;
  letter-spacing: -0.025em;
  line-height: 48px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 44px 0 20px;
  background-image: url('../img/one_sub/select_img.png');
  background-position: 90%;
  background-repeat: no-repeat;
}
.sta_menu > ul {
  position: absolute;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  top: 48px;
  border-top: 0;
  z-index: 10;
}
.sta_menu > ul > li > a {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.sta_on > ul {
  padding: 10px 20px;
  height: auto;
  border: 1px solid #dddddb;
}
.sub_container {
  width: 1200px;
  height: auto;
  margin: 0 auto 70px;
}
.sub_title {
  font-size: 34px;
  font-weight: 600;
  color: #333333;
  letter-spacing: -0.025em;
  margin-bottom: 30px;
}

/*검색*/
.search_box {
  width: 100%;
  height: auto;
  border: 1px solid #42557d;
  background-color: #ecf0f9;
  padding: 35px 26px 47px;
}
.search_box > ul > li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.search_box > ul > li.wd_100 {
  width: 100%;
}
.search_box > ul:after {
  display: block;
  content: '';
  clear: both;
}
.search_box > ul > li > p {
  float: left;
}
.search_box > ul > li:after {
  display: block;
  content: '';
  clear: both;
}
.search_title {
  font-size: 16px;
  letter-spacing: -0.025em;
  color: #333333;
  width: 99px;
  line-height: 46px;
}
.s_select select {
  width: 163px;
}
.s_day input {
  width: 140px;
  margin-right: 7px;
}
.s_text input {
  width: 270px;
  background-image: url('../img/one_sub/dot_ico.png');
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 40px;
  margin-right: 1px;
}
.btn_search {
  width: 66px;
  height: 46px;
  background-color: #2857b3;
  font-size: 16px;
  color: #fff;
}
.btn_search_reset {
  width: 82px;
  height: 46px;
  background-color: #42557d;
  font-size: 16px;
  color: #fff;
}
/*검색 end*/

/*게시판*/
.table-list02 thead tr th,
.table-list02 tbody tr td {
  border-right: 1px solid #cfcfd1;
}
.table-list02 thead tr th:last-child,
.table-list02 tbody tr td:last-child {
  border-right: 0;
}
.state {
  font-size: 20px;
}
.ing {
  color: #2857b3;
}
.end {
  color: #666666;
}
.state_label {
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  padding: 4px 11px 5px;
}
.state_ing {
  background-color: #2857b3;
}
.state_end {
  background-color: #666666;
}
.state_info {
  border: 1px solid #2857b3;
  color: #2857b3;
}

.bbs_view_title {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
.bbs_view_title h5 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.025em;
  color: #333333;
  padding-right: 90px;
}
.bbs_view_title span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.bbs_view_info {
  font-size: 18px;
  font-weight: 600;
  color: #2856b6;
  letter-spacing: -0.025em;
  margin: 78px 0 17px;
}
.bbs_view_info02 {
  font-size: 18px;
  font-weight: 600;
  color: #2856b6;
  letter-spacing: -0.025em;
  margin: 36px 0 17px;
}
.bbs_view {
  border-top: 3px solid #61646b;
  width: 100%;
  border-spacing: 0;
}
.bbs_view tbody th {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  text-align: left;
  background-color: #f3f4f8;
  border-bottom: 1px solid #dfdfdf;
  padding: 17px 0 15px 30px;
}
.bbs_view tbody td {
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #666666;
  border-bottom: 1px solid #dfdfdf;
  padding: 16px 15px 15px;
}
.file_down {
  background-image: url('../img/one_sub/file_icon.png');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 26px;
}
.bbs_view_title h5.pr_0 {
  padding-right: 0;
}

.sub_box {
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  border-top: 3px solid #61646b;
  margin-top: 38px;
}
.sub_boxT {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  padding: 17px 30px 16px;
}
.sub_boxT strong {
  font-weight: 600;
}
.sub_boxT span {
  color: #2857b3;
  font-weight: 600;
}
.sub_box > ul {
  padding: 7px 30px 20px;
}
.blue_btn {
  width: 86px;
  height: 36px;
  background-color: #2857b3;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.025em;
}
.sub_box > ul > li > p {
  display: inline-block;
  margin-left: 12px;
}
.sub_box > ul > li {
  font-size: 14px;
  color: #666666;
  letter-spacing: -0.025em;
  margin-top: 13px;
}
.radio input[type='radio'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.radio input[type='radio'] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 16px;
  color: #666666;
}
.radio input[type='radio'] + label:last-child {
  margin-right: 0;
  width: auto;
}
.radio input[type='radio'] + label:before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  margin: -2px 7px 0 0;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
}
.radio input[type='radio']:checked + label:before {
  border: 1px solid #cdcdcd;
}
.radio input[type='radio']:checked + label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #666666;
  border-radius: 100%;
}

.font_blue {
  color: #2857b3;
  font-weight: 600;
}
.chk_info {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #666666;
  text-align: right;
  margin-top: -38px;
  margin-bottom: 12px;
}
.chk_info:before {
  content: '* ';
  color: #ff5400;
}
.bbs_write {
  border-top: 3px solid #61646b;
  width: 100%;
  border-spacing: 0;
}
.bbs_write tbody th {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  text-align: left;
  background-color: #f3f4f8;
  border-bottom: 1px solid #dfdfdf;
  padding: 17px 0 15px 30px;
}
.bbs_write tbody td {
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #666666;
  border-bottom: 1px solid #dfdfdf;
  padding: 7px 15px 7px;
}
.text_ty01 {
  width: 490px;
  font-size: 18px !important;
  border: 1px solid #dfdfdf !important;
}
.text_ty02 {
  width: 92px;
  font-size: 18px !important;
  border: 1px solid #dfdfdf !important;
}
.text_ty03 {
  width: 206px;
  font-size: 18px !important;
  border: 1px solid #dfdfdf !important;
}
.c_red:after {
  content: ' *';
  color: #ff5400;
  font-weight: bold;
}
.write_pd {
  padding: 12px 0 2px;
}
.check_box > p {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.check_box:after {
  display: block;
  content: '';
  clear: both;
}
.check input[type='checkbox'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.check input[type='checkbox'] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 18px;
  color: #666666;
  letter-spacing: -0.025em;
}
.check input[type='checkbox'] + label:last-child {
  margin-right: 0;
  width: auto;
}
.check input[type='checkbox'] + label:before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #b9bcc0;
  box-sizing: border-box;
}
.check input[type='checkbox']:checked + label:before {
  background-image: url('../img/one_sub/chk.png');
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border: 1px solid #2857b3;
}
.check input[type='checkbox']:checked + label {
  color: #2857b3;
}
.pl_10 {
  padding-left: 10px;
}
.font_14 {
  font-size: 14px !important;
}
.file_input label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 93px;
  height: 45px;
  background: #dfdfdf;
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 45px;
  margin-left: -4px;
}
.file_input label input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.file_input .file_box {
  display: inline-block;
  width: 244px;
  height: 45px;
  border: 1px solid #dfdfdf;
  padding-right: 15px;
}
.file_input input[type='text'] {
  vertical-align: middle;
  display: inline-block;
  line-height: 43px;
  height: 43px;
  font-size: 18px;
  padding: 0 15px;
  background-color: #fff;
  color: #666666;
  border: 0;
  width: 210px;
}

.rgt_btn {
  text-align: right;
}
.rgt_btn a {
  display: inline-block;
  min-width: 92px;
  height: 42px;
  margin-left: 4px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
}
.btn_gray {
  background-color: #61646b;
}
.btn_blue {
  background-color: #2857b3;
}
.textarea_ty01 {
  min-height: 175px;
}
.lft_btn {
  float: left;
  text-align: center;
  margin-left: 0;
}
.rgt_btn:after {
  display: block;
  content: '';
  clear: both;
}
/*게시판 END*/

/*달력*/
.calendar-header {
  margin-top: 100px;
  text-align: center;
  position: relative;
}
.calendar-title {
  float: none;
  margin-bottom: 20px;
}
.calendar-title .title {
  font-size: 24px;
}
.table-calendar th + th {
  border-left: 1px solid #666d80;
}
.table-calendar td {
  height: 90px;
}
.re-item {
  display: block;
  margin-top: 20px;
}
.table-calendar td:last-child .day {
  color: #2856b6;
}
.st-label1 {
  display: inline-block;
  min-width: 60px;
  height: 26px;
  line-height: 26px;
  margin: 0 1px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  color: #fff;
  background: #3a6acf;
}
.st-label2 {
  display: inline-block;
  min-width: 60px;
  height: 26px;
  line-height: 26px;
  margin: 0 1px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  color: #fff;
  background: #666666;
}
.calendar-label {
  position: absolute;
  right: 0;
  top: 8px;
}
.calendar-label > p {
  float: left;
  font-size: 16px;
  line-height: 26px;
  padding-left: 36px;
  margin-left: 30px;
  letter-spacing: -0.025em;
  color: #333;
  position: relative;
}
.calendar-label p:before {
  position: absolute;
  content: ' ';
  width: 26px;
  height: 26px;
  left: 0;
}
.cl_blue:before {
  background-color: #2857b3;
}
.cl_gray:before {
  background-color: #666666;
}
.calendar-label:after {
  display: block;
  content: '';
  clear: both;
}
/*달력 END*/

.pc_hide {
  display: none;
}

/*팝업*/
.popupWarp {
  position: fixed;
  display: none;
  width: 600px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  z-index: 100;
  background-color: #fff;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -250px;
}
.popup_con {
  position: relative;
}
.popup_con > h5 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #474e5f;
  padding: 18px 30px 16px;
  letter-spacing: -0.025em;
}
.popup_content {
  padding: 15px 30px 40px;
}
.popupClose {
  position: absolute;
  right: 24px;
  top: 24px;
}
.popup_content > p {
  font-size: 16px;
  color: #333333;
  letter-spacing: -0.025em;
}
.popup_box {
  width: 100%;
  height: auto;
  border: 1px solid #cecfd3;
  margin-top: 9px;
}
.popup_box > ul > li {
  float: left;
}
.popup_num {
  width: 115px;
  font-size: 14px;
  padding-left: 20px;
  color: #333333;
  letter-spacing: -0.025em;
  line-height: 65px;
}
.popup_time {
  width: 327px;
  padding: 8px 0;
}
.popup_time p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #333333;
  position: relative;
  padding-left: 10px;
}
.popup_time p:before {
  position: absolute;
  content: ' ';
  width: 2px;
  height: 2px;
  background-color: #3b3b3b;
  left: 0;
  top: 10px;
}
.popup_time p span {
  color: #2857b3;
  font-weight: 600;
}
.popup_select {
  width: 96px;
  text-align: center;
  margin-top: 16px;
}
.popup_select_btn {
  width: 56px;
  height: 32px;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #424242;
  letter-spacing: -0.025em;
}
.popup_box > ul {
  border-bottom: 1px solid #cecfd3;
}
.popup_box > ul:last-child {
  border-bottom: none;
}
.popup_box > ul:after {
  display: block;
  content: '';
  clear: both;
}
.popup_btn {
  width: 124px;
  height: 50px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #2859b3;
  letter-spacing: -0.025em;
  margin: 30px auto 0;
}
.popup_content > h6 {
  font-size: 18px;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #2859b3;
  margin-top: 11px;
  margin-bottom: 16px;
}
.popup_txt > li {
  font-size: 16px;
  letter-spacing: -0.025em;
  color: #333333;
}
.popup_txt {
  margin-bottom: 26px;
}
.popup_txt:last-child {
  margin-bottom: 0;
}
.popup_txt02 > li {
  font-size: 14px;
  letter-spacing: -0.025em;
  color: #666666;
  margin-bottom: 3px;
}
.popup_txt02 {
  margin-bottom: -8px;
}
/*팝업 END*/

.list_ty01 li {
  font-size: 18px;
  letter-spacing: -0.025em;
  position: relative;
  padding-left: 13px;
  margin-bottom: 10px;
}
.list_ty01 li:last-child {
  margin-bottom: 0;
}
.list_ty01 li:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #61646b;
  left: 0;
  top: 10px;
}
.re_btn {
  width: 91px;
  height: 29px;
  border-radius: 3px;
  background-color: #474e61;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.025em;
}

/*결과등록작성*/
.result_write {
  border-top: 3px solid #61646b;
  width: 100%;
  height: auto;
}
.result_write h5 {
  font-size: 18px;
  font-weight: 400;
  padding: 19px 30px 16px;
  letter-spacing: -0.025em;
  color: #333333;
  background-color: #f3f4f8;
  border-bottom: 1px solid #dddddd;
}
.result_write h5 .result_num {
  display: block;
  width: 53px;
  float: left;
}
.result_write h5 .result_title {
  display: block;
  width: calc(100% - 53px);
  float: left;
}
.result_write h5:after {
  display: block;
  content: '';
  clear: both;
}
.result_write > ul {
  border-bottom: 1px solid #ddd;
  padding: 23px 56px 23px 84px;
}
.result_write > ul.radio_box {
  padding: 21px 56px 18px 84px;
}
.radio_box > li {
  float: left;
  margin-right: 26px;
}
.radio_box > li:last-child {
  margin-right: 0;
}
.radio_box .radio input[type='radio'] + label {
  font-size: 18px;
}
.radio_box .radio input[type='radio'] + label:before {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: -2px 10px 0 0;
  box-shadow: 0 3px 3px #e9e4e4;
}
.radio_box .radio input[type='radio']:checked + label:after {
  left: 6px;
}
.radio_box li:last-child {
  margin-right: 0;
}
.radio_box:after {
  display: block;
  content: '';
  clear: both;
}
.font_nol {
  font-weight: 400 !important;
}
.mt_40 {
  margin-top: 40px;
}
.mt_10 {
  margin-top: 10px;
}
.text_ty04 {
  width: 300px;
  height: 32px !important;
  margin-top: -4px;
  margin-left: 10px;
  border: 1px solid #dfdfdf !important;
  vertical-align: top;
}
/*결과등록작성 END*/

/*로그인*/
.one_login {
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url('../img/one_sub/login_bg.png');
  background-size: cover;
}
.one_login_img {
  position: absolute;
  width: auto;
  top: 50%;
  margin-top: -600px;
  left: 0;
  z-index: 10;
}
.one_loginBox {
  position: absolute;
  width: 640px;
  height: 864px;
  left: 50%;
  text-align: center;
  padding: 99px 80px 0;
  margin-left: -320px;
  top: 50%;
  margin-top: -432px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 10px 15px rgba(116, 111, 111, 0.6);
}
.one_loginBox h2 {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  letter-spacing: -0.025em;
  margin: 37px 0 21px;
}
.one_box {
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 64px 75px;
}
.one_box p {
  font-size: 22px;
  letter-spacing: -0.025em;
  line-height: 34px;
  color: #666666;
}
.login-input {
  margin-top: 29px;
  position: relative;
  z-index: 100;
}
.login-input > ul {
  float: left;
}
.login-input:after {
  display: block;
  content: '';
  clear: both;
}
.login_in {
  width: 373px;
  margin-right: 5px;
}
.login_in li {
  margin-bottom: 5px;
}
.login_in input {
  width: 100%;
  height: 42px;
  border: 1px solid #e2e2e2 !important;
  font-size: 16px;
  color: #666;
  padding: 0 26px;
}
.login_btn {
  width: 100px;
  height: 89px;
}
.login_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00529b;
  font-size: 18px;
  line-height: 89px;
  text-align: center;
  color: #fff;
}
.login_p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #666666;
  margin-top: 20px;
}
/*로그인 END*/

.mobile_block {
  display: none;
}

/*20191018 추가*/
.popup_box_scroll {
  max-height: 199px;
  overflow-y: auto;
}
.popup_time {
  width: 310px;
}
.popup_box > ul > li.popup_select {
  float: right;
}
.popup_radio input[type='radio'] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.popup_radio input[type='radio'] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 14px;
  width: 56px;
  color: #333;
  letter-spacing: -0.025em;
  border: 1px solid #cccccc;
  line-height: 32px;
}
.popup_radio input[type='radio'] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 0;
  height: 0;
  text-align: center;
}
.popup_radio input[type='radio'] + label:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  width: 0;
  height: 0;
}
.popup_radio input[type='radio'] + label:active:before,
.popup_radio input[type='radio']:checked + label:active:before {
}
.popup_radio input[type='radio']:checked + label {
  color: #fff;
  background-color: #00529b;
  border: 1px solid #00529b;
}
.popup_radio input[type='radio']:checked + label:before {
  background: #fff;
  border-color: #cdcdcd;
}
.popup_radio input[type='radio']:checked + label:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  width: 0;
  height: 0;
}

.mobile {
  display: none;
}

/*20191018 추가 END*/

@media only all and (max-width: 1900px) {
  .one_login_img {
    display: none;
  }
}

@media only all and (max-width: 1024px) {
  .sub_visual {
    height: 80px;
  }
  .sub_visual01 {
    background-image: url('../img/one_sub/m_sub_visual01.jpg');
  } /*알림 서브비주얼*/
  .sub_visual02 {
    background-image: url('../img/one_sub/m_sub_visual02.jpg');
  } /*혁신교육프로그램 서브비주얼*/
  .sub_visual03 {
    background-image: url('../img/one_sub/m_sub_visual03.jpg');
  } /*온마을체험버스 서브비주얼*/
  .sub_visual04 {
    background-image: url('../img/one_sub/m_sub_visual04.jpg');
  } /*마이페이지 서브비주얼*/
  .sub_visual p {
    line-height: 80px;
    font-size: 17px;
  }
  .sta {
    margin-bottom: 30px;
  }
  .sta > ul {
    width: 100%;
  }
  .sta > ul .sta_home {
    border-left: 0;
  }
  .sta_menu > a {
    font-size: 13px;
  }
  .sta_menu > ul > li > a {
    font-size: 12px;
  }
  .table-list02 td {
    display: table-cell;
  }
  .sub_container {
    width: 96%;
  }
  .sub_title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .search_box {
    margin-top: 30px !important;
    padding: 25px 26px 30px;
  }
  .search_box > ul > li {
    width: 100%;
    float: none;
  }
  .btn_search {
    height: 40px;
  }
  .btn_search_reset {
    height: 40px;
  }
  .bbs_view_title h5 {
    font-size: 16px;
  }
  .bbs_view_title {
    padding-bottom: 10px;
  }
  .bbs_view_info {
    margin: 20px 0 17px;
    font-size: 14px;
  }
  .bbs_view tbody th {
    font-size: 14px;
    padding: 10px 0 9px 15px;
  }
  .bbs_view tbody td {
    font-size: 14px;
    padding: 10px 0 9px 15px;
  }
  .bbs_write tbody th {
    font-size: 14px;
    padding: 10px 0 9px 15px;
  }
  .bbs_write tbody td {
    font-size: 14px;
    padding: 10px 0 9px 15px;
  }
  .bbs_write tbody td span.font_14 {
    display: block;
    padding-left: 0;
    margin-top: 5px;
  }
  .check input[type='checkbox'] + label {
    font-size: 14px;
  }
  .text_ty01 {
    font-size: 14px !important;
  }
  .toggle-list {
    margin: 0;
  }
  .bbs-search {
    margin: 0;
  }
  .table-list {
    margin: 0;
    width: 100%;
  }
  .sub_box {
    margin-top: 20px;
  }
  .sub_boxT {
    font-size: 16px;
    padding: 17px 15px 16px;
  }
  .sub_box > ul {
    padding: 7px 15px 16px;
  }
  .textarea_ty01 {
    font-size: 14px;
  }
  .file_input label {
    font-size: 14px;
  }

  .list_ty01 li {
    font-size: 14px;
  }

  .radio_box .radio input[type='radio'] + label {
    font-size: 16px;
  }
  .one_login_img {
    display: none;
  }
  .text_ty04 {
    width: 200px;
    height: 32px !important;
    margin-top: -4px;
    margin-left: 10px;
    border: 1px solid #dfdfdf !important;
    vertical-align: top;
  }

  input[type='text'],
  input[type='password'],
  input[type='tel'],
  input[type='date'],
  input[type='search'],
  input[type='email'],
  select {
    font-size: 13px !important;
  }
}
@media only all and (max-width: 767px) {
  .sta {
    height: 37px;
    margin-bottom: 15px;
  }
  .sta > ul > li {
    height: 35px;
  }
  .sta_menu {
    width: auto;
  }
  .sta_menu > ul {
    top: 35px;
  }
  .sta > ul .sta_home {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .sta_menu > a {
    font-size: 11px;
    line-height: 35px;
    padding: 0 25px 0 10px;
    background-position: 95% 14px;
  }
  .sta_on > ul {
    padding: 5px 10px;
  }
  .sta_menu > ul > li > a {
    font-size: 11px;
  }
  .search_box {
    margin-top: 10px !important;
    padding: 10px 10px 15px;
  }
  .search_box > ul > li > p {
    float: none;
    width: 100%;
  }
  .search_title {
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 2px;
  }
  .s_select select {
    width: 100%;
    height: 35px;
    font-size: 12px;
  }
  .s_day input {
    width: 100px;
    height: 35px;
  }
  .s_day button {
    width: 20px;
  }
  .s_text input {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 194px);
    height: 35px;
    font-size: 12px;
    background-size: 12px;
    background-position: 5px;
    padding-left: 22px;
  }
  .btn_search {
    font-size: 12px;
    width: 40px;
    height: 35px;
  }
  .btn_search_reset {
    font-size: 12px;
    width: 50px;
    height: 35px;
  }
  .m_hide {
    display: none !important;
  }
  .pc_hide {
    display: inline-block;
  }
  .table-list02 {
    margin: 0;
    width: 100%;
  }
  .table-list02 colgroup {
    display: none;
  }
  .table-list02 thead tr th {
    display: none;
  }
  .table-list02 tbody tr td {
    display: block;
    float: left;
    clear: left;
    width: auto;
    height: auto;
    border: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    font-size: 14px;
    max-width: 300px;
    margin-bottom: 5px;
  }
  .table-list02 tbody tr td span.pc_hide {
    display: inline-block;
    width: 80px;
    text-align: left;
    font-weight: 600;
    position: relative;
    margin-right: 8px;
  }
  .table-list02 tbody tr td span.pc_hide:before {
    content: '|';
    right: 0;
    position: absolute;
    color: #e4e4e4;
    font-size: 12px;
  }
  .table-list02 tbody tr {
    padding: 10px;
    display: block;
  }
  .table-list02 tbody tr:first-child {
    border-top: 1px solid #222;
  }
  .table-list02 tbody tr {
    border-bottom: 1px solid #ebebeb;
  }
  .table-list02 tbody tr:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
  }
  .table-list02 td.board_title,
  .table-list02 td.board_fl {
    padding-left: 0;
    max-width: inherit;
    white-space: normal;
    overflow: visible;
  }
  .table-list02 td.board_title span {
    display: block;
    float: left;
    width: 80px;
  }
  .table-list02 td.board_fl span {
    display: block;
    float: left;
    width: 80px;
  }
  .table-list02 td.board_fl span.m_fl {
    display: block;
    float: right;
    width: calc(100% - 88px);
    text-align: left;
  }
  .table-list02 td.board_title > a {
    display: block;
    float: right;
    width: calc(100% - 88px);
  }
  .state {
    font-size: 14px;
  }
  .table-list02 td:after {
    display: block;
    content: '';
    clear: both;
  }
  .table-list02 tr:last-child > * {
    border-bottom: none;
  }
  .state_label {
    display: block;
    padding: 2px 10px;
  }
  .bbs_view tbody th {
    font-size: 13px;
    padding: 10px 0 9px 10px;
  }
  .bbs_view tbody td {
    font-size: 13px;
    padding: 10px 0 9px 10px;
  }
  .file_down {
    background-size: 13px;
  }
  .sub_box {
    margin-top: 11px;
  }
  .sub_boxT {
    padding: 12px 15px 11px;
  }
  .sub_boxT strong {
    display: block;
  }
  .blue_btn {
    font-size: 12px;
    width: 59px;
    height: 27px;
  }
  .sub_box > ul {
    padding: 15px 15px 10px;
  }
  .sub_box > ul > li {
    margin-top: 0;
  }
  .radio input[type='radio'] + label {
    font-size: 12px;
  }
  .radio input[type='radio'] + label:before {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 1px 4px 0 0;
  }
  .radio input[type='radio']:checked + label:after {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    top: 6px;
    left: 3px;
  }
  .sub_boxT {
    font-size: 14px;
  }
  .sub_box > ul > li > p {
    margin-left: 8px;
  }
  .sub_box > ul > li {
    font-size: 10px;
  }
  .sub_box > ul > li:last-child {
    margin-top: 5px;
  }

  .event-calendar .table-calendar {
    display: block;
  }
  .calendar-label {
    position: inherit;
  }
  .calendar-label > p {
    font-size: 13px;
    margin-right: 15px;
    margin-left: 0;
  }
  .event-calendar .table-calendar {
    display: inline-table;
  }
  .table-calendar .st-label1,
  .table-calendar .st-label2 {
    min-width: 10px;
    height: 10px;
    border-radius: 10px;
    text-indent: -9999em;
  }
  .event-calendar .table-calendar tr th,
  .event-calendar .table-calendar tr td {
    width: 14.28%;
  }
  .event-calendar .table-calendar tr th {
    background-color: #474e60;
    color: #fff;
  }
  .re_label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-right: 10px;
    font-size: 12px;
  }
  .re_label em {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
  }
  .re_1 em {
    background-color: #a3a3a3;
  }
  .re_2 em {
    background-color: #474e60;
  }
  .re_3 em {
    background-color: #3a6acf;
  }

  /*팝업*/
  .popupWarp {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    border-radius: 5px;
    z-index: 100;
    background-color: #fff;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
  }
  .popup_con > h5 {
    font-size: 18px;
    padding: 15px 15px 16px;
  }
  .popupClose {
    right: 15px;
    top: 15px;
  }
  .popup_content {
    padding: 15px 15px 20px;
  }
  .popup_num {
    width: 20%;
    padding-left: 10px;
  }
  .popup_time {
    width: 50%;
  }
  .popup_select {
    width: 30%;
  }
  .popup_btn {
    font-size: 14px;
    height: 40px;
    width: 110px;
  }
  .popup_content > h6 {
    font-size: 16px;
  }
  .popup_txt > li {
    font-size: 14px;
  }
  .popup_txt02 > li {
    font-size: 12px;
  }

  .bbs_view_info02 {
    font-size: 14px;
    margin: 22px 0 5px;
  }
  .bbs_view {
    border-top: 2px solid #61646b;
  }
  .chk_info {
    display: none;
  }
  .bbs_write {
    border-top: 2px solid #61646b;
  }
  .bbs_write colgroup {
    display: none;
  }
  .bbs_write tbody th {
    font-size: 13px;
    padding: 10px 0 9px 10px;
    width: 120px;
  }
  .bbs_write tbody td {
    font-size: 13px;
    padding: 10px 0 9px 10px;
  }
  .text_ty01 {
    width: 100%;
    height: 30px !important;
  }
  .m_text_ty01 {
    width: 120px;
    height: 30px !important;
  }
  .text_ty02 {
    width: 80px;
    height: 30px !important;
  }
  .text_ty03 {
    height: 30px !important;
  }
  .m_text_ty02 {
    width: 55px;
  }
  .bbs_write tbody td span.font_14 {
    display: block;
    font-size: 10px !important;
    margin-top: 3px;
  }
  .mobile_block {
    display: table-row;
  }
  .mobile_none02 {
    display: none;
  }
  .file_input label {
    width: 50px;
    height: 30px;
    line-height: 30px;
    margin-left: -4px;
    font-size: 10px;
  }
  .file_input .file_box {
    width: calc(100% - 50px);
    height: 30px;
    padding-right: 10px;
  }
  .file_input input[type='text'] {
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    padding: 0 10px;
    width: calc(100% - 16px);
  }
  .rgt_btn {
    text-align: right;
    margin-top: 10px !important;
  }
  .rgt_btn a {
    display: inline-block;
    min-width: 60px;
    height: 32px;
    margin-left: 1px;
    line-height: 32px;
    padding: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
  .m_pd_5 {
    padding: 0 5px !important;
  }
  .list_ty01 li {
    font-size: 12px;
    padding-left: 10px;
  }
  .list_ty01 li:before {
    top: 7px;
  }
  .bbs_view_th colgroup {
    display: none;
  }
  .bbs_view_th tbody tr th {
    width: 20%;
  }
  .vc_top {
    vertical-align: top;
  }
  .re_btn {
    font-size: 14px;
  }

  .result_write h5 .result_num {
    font-size: 14px;
    width: 33px;
  }
  .result_write h5 .result_title {
    font-size: 14px;
    width: calc(100% - 33px);
  }
  .result_write h5 {
    padding: 12px 10px 10px;
  }
  .result_write > ul {
    padding: 15px 0 14px 42px;
  }
  .result_write > ul.radio_box {
    padding: 10px 0 4px 42px;
  }
  .result_write > ul.result_file {
    padding: 15px 56px 15px 73px;
  }
  .radio_box .radio input[type='radio'] + label {
    font-size: 12px;
  }
  .radio_box .radio input[type='radio'] + label:before {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: -2px 5px 0 0;
  }
  .radio_box .radio input[type='radio']:checked + label:after {
    left: 3px;
    top: 5px;
  }
  .radio_box > li {
    margin-bottom: 5px;
    margin-right: 12px;
  }
  .textarea_ty01 {
    min-height: 120px;
  }

  .one_loginBox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    padding: 20px 15px 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 10px 15px rgba(116, 111, 111, 0.6);
  }
  .one_loginBox h2 {
    font-size: 22px;
  }
  .one_box {
    padding: 15px 10px;
  }
  .one_box p {
    font-size: 14px;
    line-height: 22px;
  }
  .login_in {
    width: 220px;
  }
  .login_btn {
    width: calc(100% - 225px);
  }
  .login_p {
    font-size: 14px;
  }
  .one_logo {
    width: 250px;
    margin: 0 auto;
  }
  .text_ty04 {
    width: calc(100% - 54px);
    font-size: 12px !important;
  }

  .sta_menu > a {
    min-width: 105px;
  }

  .m_label {
    font-size: 11px;
    padding: 0 5px;
    width: auto !important;
  }
}

@media only all and (max-width: 340px) {
  .bbs_view tbody th {
    font-size: 12px;
    padding: 10px 0 9px 5px;
  }
  .bbs_view tbody td {
    font-size: 12px;
    padding: 10px 0 9px 5px;
  }
}

.fb_ew {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
.fb_ewy {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

/* ----------------------------------------------------------------------------------------------------------------
catagoryTabs
------------------------------------------------------------------------------------------------------------------*/
.catagoryTabs {
  margin: 0px 0px 50px;
  font-size: 0;
  position: relative;
}
.catagoryTabs a {
  display: block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  font-weight: 300;
  background: #999999;
  box-sizing: border-box;
  font-size: 17px;
  color: #fff;
  text-align: center;
  margin: 0 1px;
}
.catagoryTabs a span {
  display: block;
  line-height: 20px;
  margin: 4px 0;
}
.catagoryTabs a.active {
  background: #333333;
}

.catagoryTabs.colum_02 a {
  width: 50%;
}
.catagoryTabs.colum_03 a {
  width: 33.3%;
}
.catagoryTabs.colum_05 a {
  width: 20%;
}

@media (max-width: 990px) {
  .catagoryTabs {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .catagoryTabs a {
    width: 100% !important;
    margin-bottom: 1px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
schoolBox
------------------------------------------------------------------------------------------------------------------*/
.schoolBox {
  background: #edeff3;
}
.schoolBox .schoolList {
  padding: 68px 184px;
  box-sizing: border-box;
}
.schoolBox .schoolList ul {
  font-size: 0px;
  overflow: hidden;
}
.schoolBox .schoolList li {
  display: inline-block;
  width: calc(33.3% - 38px);
  height: 239px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 0px;
  margin: 12px 19px;
  vertical-align: top;
  overflow: hidden;
  background: #fff;
}
.schoolBox .schoolList li a {
  display: block;
  text-align: center;
  padding: 31px 0px 0px 0px;
  box-sizing: border-box;
  font-weight: 600;
}
.schoolBox .schoolList li a i {
}
.schoolBox .schoolList li a i:before {
  content: '';
  display: block;
  width: 109px;
  height: 105px;
  margin: 0px auto 17px auto;
}
.schoolBox .schoolList li a i.Link01:before {
  background: url(../img/one_sub/schoolList01.png) no-repeat;
}
.schoolBox .schoolList li a i.Link02:before {
  background: url(../img/one_sub/schoolList02.png) no-repeat;
}
.schoolBox .schoolList li a i.Link03:before {
  background: url(../img/one_sub/schoolList03.png) no-repeat;
}
.schoolBox .schoolList li a i.Link04:before {
  background: url(../img/one_sub/schoolList04.png) no-repeat;
}
.schoolBox .schoolList li a i.Link05:before {
  background: url(../img/one_sub/schoolList05.png) no-repeat;
}
.schoolBox .schoolList li a i.Link06:before {
  background: url(../img/one_sub/schoolList06.png) no-repeat;
}

.schoolBox .schoolList li a span {
  font-size: 20px;
  line-height: 120%;
  display: block;
  height: 50px;
  text-align: center;
  display: block;
  vertical-align: middle;
  padding: 0px 15px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
.schoolBox .schoolList li a span br {
  display: none;
}

.schoolBox .schoolList li:hover a {
  color: #00529b;
}

@media only all and (max-width: 1024px) {
  .schoolBox .schoolList {
    padding: 38px 19px;
  }
}

@media (max-width: 990px) {
  .schoolBox .schoolList {
    padding: 20px 10px;
  }
  .schoolBox .schoolList li {
    width: calc(33.3% - 20px);
    height: 178px;
    margin: 10px;
  }
  .schoolBox .schoolList li a i:before {
    width: 70px;
    height: 67px;
  }
  .schoolBox .schoolList li a i.Link01:before,
  .schoolBox .schoolList li a i.Link02:before,
  .schoolBox .schoolList li a i.Link03:before,
  .schoolBox .schoolList li a i.Link04:before,
  .schoolBox .schoolList li a i.Link05:before,
  .schoolBox .schoolList li a i.Link06:before {
    background-size: cover;
  }
  .schoolBox .schoolList li a span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .schoolBox {
    background: #fff;
  }
  .schoolBox .schoolList {
    padding: 0px;
    overflow: hidden;
  }
  .schoolBox .schoolList ul {
    margin: 0px -4px;
  }
  .schoolBox .schoolList li {
    width: calc(33.3% - 8px);
    height: 113px;
    margin: 4px;
  }
  .schoolBox .schoolList li a {
    padding: 11px 0px 0px 0px;
  }
  .schoolBox .schoolList li a i:before {
    width: 55px;
    height: 52px;
    margin: 0px auto;
  }
  .schoolBox .schoolList li a span {
    font-size: 16px;
  }
  .schoolBox .schoolList li a span br {
    display: block;
  }
}

.actionImg2 {
  position: relative;
}
.actionImg2 .hover .line1 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-top: 3px solid #00529b;
  border-bottom: 3px solid #00529b;
  opacity: 0;
  border-radius: 10px;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  box-sizing: border-box;
  transition: transform.4s ease-out 0.2s, opacity 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out 0.2s, opacity 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out 0.2s, opacity 0.4s ease-out;
}
.actionImg2 .hover .line2 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-left: 3px solid #00529b;
  border-right: 3px solid #00529b;
  opacity: 0;
  border-radius: 10px;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  box-sizing: border-box;
  transition: transform.4s ease-out 0.2s, opacity 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out 0.2s, opacity 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out 0.2s, opacity 0.4s ease-out;
}
.actionImg2:hover .hover {
  opacity: 1;
}
.actionImg2:hover .line1 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  opacity: 1;
}
.actionImg2:hover .line2 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  opacity: 1;
}

/* ----------------------------------------------------------------------------------------------------------------
docWrap
------------------------------------------------------------------------------------------------------------------*/
.docWrap {
  padding-bottom: 20px;
}
.docWrap .docBox {
}
.docWrap .docBox h4 {
  display: block;
  position: relative;
  font-size: 25px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.docWrap .docBox h4::before {
  content: '';
  display: block;
  width: 40px;
  height: 8px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(37, 183, 159, 1) 0%, rgba(2, 97, 174, 1) 100%);
  position: absolute;
  top: -16px;
  left: 0;
}
.docWrap .docBox h5 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #004998;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.docWrap .docBox .list {
  margin-bottom: 30px;
}
.docWrap .docBox .list ul {
}
.docWrap .docBox .list ul li {
  list-style: none;
  position: relative;
  word-break: keep-all;
  font-size: 17px;
  margin: 10px 0px;
  padding-left: 18px;
  letter-spacing: -1px;
}
.docWrap .docBox .list ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #0060ad;
  position: absolute;
  top: 6px;
  left: 0px;
}
.docWrap .docBox .list ul li span {
  font-size: 15px;
  font-weight: 400;
}
.docWrap .docBox .list ul li strong {
  font-weight: 500;
}
.docWrap .docBox .list ul ul {
  margin-bottom: 20px;
}
.docWrap .docBox .list ul ul li {
  position: relative;
  font-size: 16px;
  color: #555;
  padding-left: 10px;
  margin: 5px 0px;
}
.docWrap .docBox .list ul ul li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 0%;
  border: none;
  position: absolute;
  top: 8px;
  left: 0px;
}

.buttonWrap {
  margin-top: 10px;
}
a.boardPrime {
  background: #009e84;
  color: #fff;
  font-size: 18px;
  height: auto;
  padding: 6px 30px;
  margin: 10px 0px;
}

@media (max-width: 767px) {
  .docWrap .docBox h4 {
    font-size: 22px;
  }
  .docWrap .docBox h4::before {
    width: 30px;
  }
  .docWrap .docBox h5 {
    font-size: 19px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
location
------------------------------------------------------------------------------------------------------------------*/
.location .mapWrap {
  height: 430px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  margin-top: 30px;
  overflow: hidden;
}
.location .blockType_a1 {
  border-bottom: 1px solid #ddd;
}
.location .blockType_a1 ul {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.location .blockType_a1 ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
  font-size: 17px;
}
.location .blockType_a1 ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #0060ad;
  position: absolute;
  top: 6px;
  left: 0;
}
.location .blockType_a1 ul li .busNum {
  display: inline-block;
  margin: 1px 10px;
  font-size: 16px;
}
.location .blockType_a1 ul li .busNum em {
  display: inline-block;
  font-size: 15px;
  background: #333;
  color: #fff;
  font-style: normal;
  padding: 2px 10px;
  border-radius: 2px;
  margin-right: 8px;
}
.location .blockType_a1 ul li .busNum em.type_a {
  background: #4ca47a;
}
.location .blockType_a1 ul li .busNum em.type_b {
  background: #005daf;
}
.location .blockType_a1 ul li .busNum em.type_c {
  background: #85ad4c;
}
.location .blockType_a1 ul li .busNum em.type_d {
  background: #009790;
}
.location .blockType_a1 ul li .busNum em.type_e {
  background: #d08e40;
}
.location .blockType_a1 ul li .busNum em.type_f {
  background: #c72f00;
}
.location .blockType_a2 {
}
.location .blockType_a2 ul {
}
.location .blockType_a2 ul li {
  display: block;
  position: relative;
  padding-left: 18px;
  margin: 10px 0;
  font-size: 17px;
}
.location .blockType_a2 ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #0060ad;
  position: absolute;
  top: 6px;
  left: 0;
}

div.root_daum_roughmap_landing {
  width: 100% !important;
  height: auto !important;
}
.root_daum_roughmap {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  box-sizing: border-box;
}

/* ----------------------------------------------------------------------------------------------------------------
tableResponsive
------------------------------------------------------------------------------------------------------------------*/
caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.tableResponsive {
  border-top: 3px solid #333;
}
.tableResponsive table {
  width: 100%;
  max-width: 100%;
  color: #464646;
  font-size: 14px;
  line-height: 22px;
  table-layout: initial;
  border-collapse: separate;
  border-spacing: 0;
}
.tableResponsive table tbody {
}
.tableResponsive table tr th,
.tableResponsive table tr td {
  font-size: 15px;
  padding: 20px 10px;
  overflow: hidden;
  border: 0;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}
.tableResponsive table tr th {
  font-size: 17px;
  padding: 16px 10px;
  background: #f3f4f8;
  font-weight: 600;
}
.tableResponsive table tr td.left {
  text-align: left;
  padding-left: 20px;
}
.tableResponsive table tr td.leftBorder {
  border-left: 1px solid #ddd !important;
}
.tableResponsive table tr td ul {
}
.tableResponsive table tr td ul li {
  position: relative;
  padding-left: 15px;
}
.tableResponsive table tr td ul li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #61646b;
  position: absolute;
  left: 0px;
  top: 8px;
}

.tableResponsive.lineBox {
}
.tableResponsive.lineBox tr th,
.tableResponsive.lineBox tr td {
  font-size: 16px;
  padding: 14px 10px;
  overflow: hidden;
  border: 0;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.tableResponsive.lineBox tr th:first-child,
.tableResponsive.lineBox tr td:first-child {
  border-left: 0;
}
.tableResponsive.lineBox tr th {
  background: #f3f4f8;
  font-weight: 600;
}
.tableResponsive.lineBox tr td {
  font-weight: 300;
}
.tableResponsive.lineBox tr.bgw th {
  background: #fff;
}

@media (max-width: 992px) {
  .tableResponsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
centerWrap
------------------------------------------------------------------------------------------------------------------*/
.centerWrap {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 65px 0px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.centerWrap h4 {
  font-size: 25px;
  font-weight: 600;
  margin: 0px auto 65px auto;
  text-align: center;
}
.centerWrap .centerInfo {
  text-align: center;
  position: relative;
  font-size: 0px;
}
.centerWrap .centerInfo .boxPoint {
  z-index: 10;
  background: #fff;
  border: 15px solid #f1f1f1;
  border-radius: 50%;
  text-align: center;
  width: 229px;
  height: 229px;
  box-sizing: border-box;
  padding: 50px 0px;
  position: absolute;
  top: 178px;
  left: 50%;
  margin-left: -115px;
}
.centerWrap .centerInfo .boxPoint span {
  font-size: 25px;
  line-height: 35px;
  color: #00529b;
  font-weight: 600;
}
.centerWrap .centerInfo .centerIBlock {
  width: 305px;
  height: 255px;
  border-radius: 20px;
  display: inline-block;
  font-size: 0px;
  margin: 19px 69px;
  padding: 98px 0px 0px 0px;
  box-sizing: border-box;
}
.centerWrap .centerInfo .centerIBlock strong {
  font-size: 20px;
  letter-spacing: -1px;
  color: #2381ac;
  font-weight: 600;
  display: block;
  margin: 0px auto 13px auto;
  padding: 0px;
}
.centerWrap .centerInfo .centerIBlock ul {
  padding-left: 38px;
}
.centerWrap .centerInfo .centerIBlock ul li {
  font-size: 18px;
  position: relative;
  padding-left: 18px;
  text-align: left;
}
.centerWrap .centerInfo .centerIBlock ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #2381ac;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}
.centerWrap .centerInfo .centerIBlock.type01 {
  background: #ecf7ff url(../img/one_sub/centerIBlockbg01.png) no-repeat center 17px;
}
.centerWrap .centerInfo .centerIBlock.type01 strong {
  color: #1f8ee6;
}
.centerWrap .centerInfo .centerIBlock.type01 ul li:before {
  background: #1f8ee6;
}
.centerWrap .centerInfo .centerIBlock.type02 {
  background: #ecf7ff url(../img/one_sub/centerIBlockbg02.png) no-repeat center 17px;
}
.centerWrap .centerInfo .centerIBlock.type03 {
  background: #ecf7ff url(../img/one_sub/centerIBlockbg03.png) no-repeat center 17px;
}
.centerWrap .centerInfo .centerIBlock.type04 {
  background: #ecf7ff url(../img/one_sub/centerIBlockbg04.png) no-repeat center 17px;
}

.circleList {
  margin: 0px -11px;
  font-size: 0px;
  padding: 0px 50px;
  box-sizing: border-box;
}
.circleList li {
  width: calc(25% - 22px);
  height: 258px;
  vertical-align: top;
  border: 10px solid #f1f1f1;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 0px 11px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.circleList li em,
.circleList li span {
  display: block;
  font-size: 18px;
  word-break: keep-all;
  line-height: 140%;
}
.circleList li em {
  color: #00529b;
  font-style: normal;
  margin: 60px 0 10px;
}
.circleList li span {
}

@media (max-width: 1024px) {
  .centerWrap {
    padding: 30px 0px;
  }
  .centerWrap h4 {
    margin: 0px auto 35px auto;
  }
  .centerWrap:last-child {
    border: none;
  }
  .circleList {
    padding: 0px;
    margin: 0px;
  }
  .circleList li {
    width: calc(100% - 0px);
    border-radius: 0%;
    height: auto;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    border: 5px solid #f1f1f1;
  }
  .circleList li em {
    margin: 10px 0px;
  }
}

@media (max-width: 990px) {
  .centerWrap {
    padding: 0px;
    border: none;
    overflow: hidden;
  }
  .centerWrap .centerInfo {
    margin: 0px -10px;
  }
  .centerWrap .centerInfo .boxPoint {
    position: relative;
    top: 0px;
    margin-bottom: 20px;
  }
  .centerWrap .centerInfo .centerIBlock {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 20px;
    height: auto;
    min-height: 170px;
    vertical-align: top;
  }
  .centerWrap .centerInfo .centerIBlock strong {
    text-align: left;
  }
  .centerWrap .centerInfo .centerIBlock.type01 {
    background: #e4f8ee;
  }
  .centerWrap .centerInfo .centerIBlock.type01 strong {
    color: #4ca47a;
  }
  .centerWrap .centerInfo .centerIBlock.type02 {
    background: #eef8fb;
  }
  .centerWrap .centerInfo .centerIBlock.type02 strong {
    color: #0261ae;
  }
  .centerWrap .centerInfo .centerIBlock.type03 {
    background: #e9f1f1;
  }
  .centerWrap .centerInfo .centerIBlock.type03 strong {
    color: #009790;
  }
  .centerWrap .centerInfo .centerIBlock.type04 {
    background: #f5ecf6;
  }
  .centerWrap .centerInfo .centerIBlock.type04 strong {
    color: #a25fa9;
  }
  .centerWrap .centerInfo .centerIBlock ul {
    padding-left: 0px;
  }
  .centerWrap .centerInfo .centerIBlock ul li {
    padding-left: 0px;
  }
  .centerWrap .centerInfo .centerIBlock ul li:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .centerWrap h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .centerWrap .centerInfo {
    margin: 0px -5px;
  }
  .centerWrap .centerInfo .boxPoint {
    border: 10px solid #f1f1f1;
    width: 168px;
    height: 168px;
    padding: 30px 0px;
    margin-left: -84px;
  }
  .centerWrap .centerInfo .boxPoint span {
    font-size: 20px;
    line-height: 30px;
  }
  .centerWrap .centerInfo .centerIBlock {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .centerWrap .centerInfo .centerIBlock strong {
    font-size: 18px;
  }
  .centerWrap .centerInfo .centerIBlock ul li {
    font-size: 16px;
  }
  .circleList li span {
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  .centerWrap .centerInfo .centerIBlock {
    padding: 20px 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
visionWrap
------------------------------------------------------------------------------------------------------------------*/
.visionWrap {
  overflow: hidden;
}
.visionWrap .vision_a {
  text-align: center;
  position: relative;
  width: 370px;
  margin: 0px auto 60px auto;
  box-sizing: border-box;
}
.visionWrap .vision_a:before,
.visionWrap .vision_a:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 152px;
  background: url(../img/one_sub/vision_abg.png) no-repeat;
  position: absolute;
  top: 28px;
}
.visionWrap .vision_a:before {
  left: -118px;
}
.visionWrap .vision_a:after {
  right: -118px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.visionWrap .vision_a strong,
.visionWrap .vision_a img,
.visionWrap .vision_a p {
  display: block;
  text-align: center;
  margin: 0px auto;
}
.visionWrap .vision_a strong {
  font-size: 30px;
  color: #00529b;
  line-height: 30px;
  margin-bottom: 25px;
}
.visionWrap .vision_a img {
  margin-bottom: 17px;
}
.visionWrap .vision_a p {
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 35px;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .visionWrap .vision_a {
    width: 290px;
    margin: 0px auto 30px auto;
    padding: 0px 10px;
  }
  .visionWrap .vision_a img {
    max-width: 100%;
  }
  .visionWrap .vision_a strong {
    font-size: 26px;
  }
  .visionWrap .vision_a p {
    font-size: 18px;
    line-height: 20px;
  }
  .visionWrap .vision_a:before,
  .visionWrap .vision_a:after {
    width: 19px;
    height: 89px;
    background-size: cover;
  }
  .visionWrap .vision_a:before {
    left: -18px;
  }
  .visionWrap .vision_a:after {
    right: -18px;
  }
}

.visionWrap .vision_b {
  position: relative;
  z-index: 2;
  margin: 0px -3px 50px -3px;
  text-align: center;
}
.visionWrap .vision_b strong {
  margin: 0px auto 30px auto;
  background: #44546a;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  width: 213px;
  height: 38px;
  line-height: 36px;
  font-size: 18px;
  display: block;
}
.visionWrap .vision_b .blockWrap {
  width: 326px;
  margin: 0px 3px;
  text-align: center;
  background: #ecf7ff;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
}
.visionWrap .vision_b .blockWrap span {
  color: #1f8ee6;
  display: block;
  height: 159px;
  vertical-align: middle;
  padding: 0px 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  font-size: 18px;
  font-weight: 400;
}
.visionWrap .vision_b .blockWrap:nth-of-type(2) {
  background: #eef6f9;
}
.visionWrap .vision_b .blockWrap:nth-of-type(2) span {
  color: #2381ac;
}
.visionWrap .vision_b .blockWrap:nth-of-type(3) {
  background: #e9f5fa;
}
.visionWrap .vision_b .blockWrap:nth-of-type(3) span {
  color: #4a7ab4;
}

@media (max-width: 990px) {
  .visionWrap .vision_b .blockWrap {
    width: calc(33.3% - 10px);
  }
}

@media (max-width: 767px) {
  .visionWrap .vision_b {
    margin: 0px 0px 20px 0px;
  }
  .visionWrap .vision_b strong {
    margin: 0px auto 20px auto;
  }
  .visionWrap .vision_b .blockWrap {
    width: calc(100% - 0px);
    margin: 3px 0px;
  }
  .visionWrap .vision_b .blockWrap span {
    height: auto;
    padding: 30px 10px;
  }
}

.visionWrap .vision_c {
  margin: 0 -14px;
  font-size: 0px;
}
.visionWrap .vision_c strong {
  margin: 0px auto 30px auto;
  background: #44546a;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  width: 213px;
  height: 38px;
  line-height: 36px;
  font-size: 18px;
  display: block;
}
.visionWrap .vision_c dl {
  width: calc(50% - 28px);
  margin: 0px 14px 11px 14px;
  display: inline-block;
  vertical-align: top;
}
.visionWrap .vision_c dl dt,
.visionWrap .vision_c dl dd {
  display: inline-block;
  vertical-align: top;
}
.visionWrap .vision_c dl dt {
  width: 130px;
  height: 130px;
  color: #fff;
  background: #1f8ee6;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  padding-top: 30px;
  box-sizing: border-box;
}
.visionWrap .vision_c dl dt span {
  font-size: 25px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.visionWrap .vision_c dl dd {
  width: calc(100% - 150px);
  margin-left: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.visionWrap .vision_c dl dd p {
  font-size: 18px;
  line-height: 26px;
  color: #1f8ee6;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-weight: 600;
}
.visionWrap .vision_c dl dd ul {
}
.visionWrap .vision_c dl dd ul li {
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  text-align: left;
}
.visionWrap .vision_c dl dd ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1f8ee6;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}
.visionWrap .vision_c dl:nth-of-type(2) dt,
.visionWrap .vision_c dl:nth-of-type(2) dd ul li:before {
  background: #2381ac;
}
.visionWrap .vision_c dl:nth-of-type(2) dd p {
  color: #2381ac;
}
.visionWrap .vision_c dl:nth-of-type(3) dt,
.visionWrap .vision_c dl:nth-of-type(3) dd ul li:before {
  background: #0261ae;
}
.visionWrap .vision_c dl:nth-of-type(3) dd p {
  color: #0261ae;
}
.visionWrap .vision_c dl:nth-of-type(4) dt,
.visionWrap .vision_c dl:nth-of-type(4) dd ul li:before {
  background: #4a7ab4;
}
.visionWrap .vision_c dl:nth-of-type(4) dd p {
  color: #4a7ab4;
}

@media (max-width: 990px) {
  .visionWrap .vision_c {
    margin: 0px;
  }
  .visionWrap .vision_c dl {
    width: calc(100% - 0px);
    margin: 0px 0px 20px 0px;
    display: block;
  }
}

@media (max-width: 767px) {
  .visionWrap .vision_c strong {
    margin: 0px auto 20px auto;
  }
  .visionWrap .vision_c dl dt,
  .visionWrap .vision_c dl dd {
    display: block;
  }
  .visionWrap .vision_c dl dt {
    margin: 0px auto 10px auto;
  }
  .visionWrap .vision_c dl dd {
    width: calc(100% - 0px);
    margin-left: 0px;
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
gyeduWrap
------------------------------------------------------------------------------------------------------------------*/
.gyeduWrap {
  overflow: hidden;
}
.gyeduWrap .gyedu_a {
  text-align: center;
  position: relative;
  margin: 0px auto 60px auto;
  box-sizing: border-box;
}
.gyeduWrap .gyedu_a .title {
  display: block;
  margin: 0px auto 40px auto;
  text-align: center;
}
.gyeduWrap .gyedu_a .title strong,
.gyeduWrap .gyedu_a .title img {
  display: block;
  text-align: center;
  margin: 0px auto;
}
.gyeduWrap .gyedu_a .title strong {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 13px;
}
.gyeduWrap .gyedu_a .title img {
}
.gyeduWrap .gyedu_a .gyeduBlock {
  margin: 0px -1px;
  font-size: 0px;
}
.gyeduWrap .gyedu_a .gyeduBlock dl {
  width: calc(33.3% - 2px);
  margin: 0px 1px;
  display: inline-block;
  vertical-align: top;
}
.gyeduWrap .gyedu_a .gyeduBlock dl dt,
.gyeduWrap .gyedu_a .gyeduBlock dl dd {
  display: block;
  vertical-align: top;
}
.gyeduWrap .gyedu_a .gyeduBlock dl dt {
  position: relative;
  width: 100%;
  color: #fff;
  background: #1f8ee6;
  text-align: center;
  border-radius: 50px;
  padding: 5px;
  box-sizing: border-box;
  z-index: 10;
}
.gyeduWrap .gyedu_a .gyeduBlock dl dt span {
  font-size: 18px;
  display: block;
  font-weight: 400;
  letter-spacing: -1px;
}
.gyeduWrap .gyedu_a .gyeduBlock dl dd {
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  background: #ecf7ff;
  margin-top: -20px;
}
.gyeduWrap .gyedu_a .gyeduBlock dl dd ul {
}
.gyeduWrap .gyedu_a .gyeduBlock dl dd ul li {
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  text-align: left;
}
.gyeduWrap .gyedu_a .gyeduBlock dl dd ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1f8ee6;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}
.gyeduWrap .gyedu_a .gyeduBlock dl:nth-of-type(2) dt,
.gyeduWrap .gyedu_a .gyeduBlock dl:nth-of-type(2) dd ul li:before {
  background: #2381ac;
}
.gyeduWrap .gyedu_a .gyeduBlock dl:nth-of-type(2) dd {
  background: #eef6f9;
}
.gyeduWrap .gyedu_a .gyeduBlock dl:nth-of-type(3) dt,
.gyeduWrap .gyedu_a .gyeduBlock dl:nth-of-type(3) dd ul li:before {
  background: #0261ae;
}
.gyeduWrap .gyedu_a .gyeduBlock dl:nth-of-type(3) dd {
  background: #e9f5fa;
}

@media (max-width: 1024px) {
  .gyeduWrap .gyedu_a .gyeduBlock dl dt {
    padding: 5px 50px;
  }
  .gyeduWrap .gyedu_a .gyeduBlock dl dd {
    height: 150px;
  }
}

@media (max-width: 990px) {
  .gyeduWrap .gyedu_a .title strong {
    font-size: 20px;
    line-height: 26px;
  }
  .gyeduWrap .gyedu_a .gyeduBlock {
    margin: 0px;
  }
  .gyeduWrap .gyedu_a .gyeduBlock dl {
    width: calc(100% - 0px);
    margin: 0px 0 20px 0;
    display: block;
  }
  .gyeduWrap .gyedu_a .gyeduBlock dl dt {
    padding: 5px 10px;
  }
  .gyeduWrap .gyedu_a .gyeduBlock dl dd {
    height: auto;
  }
}

@media (max-width: 767px) {
  .gyeduWrap .gyedu_a .title strong {
    font-size: 18px;
  }
  .gyeduWrap .gyedu_a .gyeduBlock dl dt span {
    font-size: 16px;
  }
}

.gyeduWrap .gyedu_b {
  text-align: center;
  position: relative;
  margin: 0px auto 60px auto;
  box-sizing: border-box;
  padding: 0px 90px;
}
.gyeduWrap .gyedu_b .title {
  display: block;
  margin: 0px auto 70px auto;
  text-align: center;
}
.gyeduWrap .gyedu_b .title strong {
  font-size: 25px;
  line-height: 30px;
}
.gyeduWrap .gyedu_b .gyeduBlock {
  margin: 0px auto;
  font-size: 0px;
  background: url(../img/one_sub/gyeduBlockBg.png) no-repeat center 36px;
}
.gyeduWrap .gyedu_b .gyeduBlock dl {
  width: 346px;
  height: 159px;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #1f8ee6;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 28px 25px;
  box-sizing: border-box;
  background: #fff;
}
.gyeduWrap .gyedu_b .gyeduBlock dl dt,
.gyeduWrap .gyedu_b .gyeduBlock dl dd {
  display: block;
  vertical-align: top;
  text-align: left;
}
.gyeduWrap .gyedu_b .gyeduBlock dl dt {
  margin-bottom: 10px;
}
.gyeduWrap .gyedu_b .gyeduBlock dl dt span {
  font-size: 18px;
  display: block;
  font-weight: 600;
  color: #1f8ee6;
  letter-spacing: -1px;
}
.gyeduWrap .gyedu_b .gyeduBlock dl dd {
}
.gyeduWrap .gyedu_b .gyeduBlock dl dd ul {
}
.gyeduWrap .gyedu_b .gyeduBlock dl dd ul li {
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  text-align: left;
}
.gyeduWrap .gyedu_b .gyeduBlock dl dd ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1f8ee6;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

.gyeduWrap .gyedu_b .gyeduBlock dl:nth-of-type(2) {
  border: 2px solid #0261ae;
  margin-top: 180px;
}
.gyeduWrap .gyedu_b .gyeduBlock dl:nth-of-type(2) dt span {
  color: #0261ae;
}
.gyeduWrap .gyedu_b .gyeduBlock dl:nth-of-type(2) dd ul li:before {
  background: #0261ae;
}

.gyeduWrap .gyedu_b .gyeduBlock dl:nth-of-type(3) {
  border: 2px solid #2381ac;
}
.gyeduWrap .gyedu_b .gyeduBlock dl:nth-of-type(3) dt span {
  color: #2381ac;
}
.gyeduWrap .gyedu_b .gyeduBlock dl:nth-of-type(3) dd ul li:before {
  background: #2381ac;
}

.gyeduWrap .gyedu_b .gyedu_bPoint {
  width: 524px;
  height: 170px;
  margin: 0px auto;
  display: block;
  margin-top: 103px;
}
.gyeduWrap .gyedu_b .gyedu_bPoint dl {
  background: #dee8f3;
  border-radius: 10px;
  padding: 30px 37px;
  box-sizing: border-box;
  position: relative;
}
.gyeduWrap .gyedu_b .gyedu_bPoint dl:before {
  content: '';
  display: inline-block;
  width: 150px;
  height: 89px;
  background: url(../img/one_sub/gyedu_bPoint.png) no-repeat;
  position: absolute;
  left: 50%;
  top: -89px;
  margin-left: -75px;
}
.gyeduWrap .gyedu_b .gyedu_bPoint dt {
  background: #44546a;
  border-radius: 50%;
  color: #fff;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 18px;
}
.gyeduWrap .gyedu_b .gyedu_bPoint dd {
  width: calc(100% - 150px);
  margin-left: 40px;
  text-align: left;
  padding: 13px 0px;
}
.gyeduWrap .gyedu_b .gyedu_bPoint dd p {
  font-size: 18px;
  color: #44546a;
  font-weight: 400;
  margin-bottom: 13px;
  letter-spacing: -1px;
}
.gyeduWrap .gyedu_b .gyedu_bPoint dd ul {
}
.gyeduWrap .gyedu_b .gyedu_bPoint dd ul li {
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  text-align: left;
  letter-spacing: -1px;
}
.gyeduWrap .gyedu_b .gyedu_bPoint dd ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #44546a;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .gyeduWrap .gyedu_b {
    padding: 0px 20px;
  }
  .gyeduWrap .gyedu_b .gyeduBlock dl {
    width: calc(33.3% - 0px);
  }
}

@media (max-width: 990px) {
  .gyeduWrap .gyedu_b {
    padding: 0px;
  }
  .gyeduWrap .gyedu_b .title {
    margin: 0px auto 30px auto;
  }
  .gyeduWrap .gyedu_b .title strong {
    font-size: 20px;
    line-height: 26px;
  }
  .gyeduWrap .gyedu_b .gyeduBlock {
    display: block;
    background: none;
  }
  .gyeduWrap .gyedu_b .gyeduBlock dl {
    width: calc(100% - 0px);
    margin-bottom: 20px;
    height: auto;
  }
  .gyeduWrap .gyedu_b .gyeduBlock dl:nth-of-type(2) {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .gyeduWrap .gyedu_b .title strong {
    font-size: 18px;
  }
  .gyeduWrap .gyedu_b .gyedu_bPoint {
    width: 100%;
  }
  .gyeduWrap .gyedu_b .gyedu_bPoint dl {
    padding: 20px 10px;
  }
  .gyeduWrap .gyedu_b .gyedu_bPoint dt {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
  }
  .gyeduWrap .gyedu_b .gyedu_bPoint dd {
    width: calc(100% - 110px);
    margin-left: 20px;
  }
}

.gyeduWrap .gyedu_c {
  margin: 0px auto;
  text-align: center;
}
.gyeduWrap .gyedu_c .imgPc {
  display: block;
}
.gyeduWrap .gyedu_c .imgmo {
  display: none;
}

@media (max-width: 767px) {
  .gyeduWrap .gyedu_c .imgPc {
    display: none;
  }
  .gyeduWrap .gyedu_c .imgmo {
    display: block;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
specialBox
------------------------------------------------------------------------------------------------------------------*/
.specialBox {
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 60px;
  padding: 30px 0px;
}
.specialBox.type01 {
  background: #1f8ee6;
}
.specialBox.type02 {
  background: #2381ac;
}
.specialBox.type03 {
  background: #0261ae;
}
.specialBox.type04 {
  background: #4a7ab4;
}
.specialBox strong,
.specialBox p {
  color: #fff;
  display: block;
}
.specialBox strong {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 3px;
}
.specialBox p {
  font-size: 18px;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .specialBox {
    margin-bottom: 30px;
    padding: 20px 0px;
  }
  .specialBox strong {
    font-size: 20px;
  }
  .specialBox p {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
specialView
------------------------------------------------------------------------------------------------------------------*/
.specialView {
}
.specialView .specialTitle {
  margin-bottom: 15px;
}
.specialView .specialTitle h4,
.specialView .specialTitle .date {
  display: inline-block;
  letter-spacing: -1px;
  vertical-align: middle;
}
.specialView .specialTitle h4 {
  font-size: 25px;
  font-weight: 700;
  width: calc(100% - 110px);
  letter-spacing: -1px;
}
.specialView .specialTitle .date {
  font-size: 16px;
  width: 100px;
  text-align: right;
}

.specialView .specialBlock {
  border-top: 3px solid #333;
  border-bottom: 1px solid #ddd;
  margin-bottom: 56px;
}
.specialView .specialBlock .contents {
  padding: 40px;
}
.specialView .specialBlock .conFile {
  border-top: 1px solid #ddd;
  padding: 10px 0px;
  line-height: 20px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .specialView .specialTitle h4,
  .specialView .specialTitle .date {
    display: block;
  }
  .specialView .specialTitle h4 {
    font-size: 20px;
    width: calc(100% - 0px);
  }
  .specialView .specialTitle .date {
    width: 100%;
  }
  .specialView .specialBlock {
    margin-bottom: 30px;
  }
  .specialView .specialBlock .contents {
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
relationWrap
------------------------------------------------------------------------------------------------------------------*/
.relationWrap {
  overflow: hidden;
}
.relationWrap .relationList {
  margin: 0px -4px;
  font-size: 0px;
}
.relationWrap .relationList li {
  width: calc(20% - 8px);
  margin: 0px 4px 60px 4px;
  display: inline-block;
}
.relationWrap .relationList li a {
  display: block;
}
.relationWrap .relationList li a span {
  display: block;
  text-align: center;
  width: 100%;
}
.relationWrap .relationList li a .img {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 25px 0px;
}
.relationWrap .relationList li a .txt {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 990px) {
  .relationWrap .relationList li {
    width: calc(33.3% - 8px);
  }
}

@media (max-width: 767px) {
  .relationWrap .relationList li {
    width: calc(50% - 8px);
    margin-bottom: 20px;
  }
  .relationWrap .relationList li a .img {
    margin-bottom: 10px;
    padding: 10px 5px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
villageWrap
------------------------------------------------------------------------------------------------------------------*/
.villageWrap {
  overflow: hidden;
  padding-right: 400px;
  box-sizing: border-box;
  position: relative;
  color: #000;
}
.villageWrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 525px;
  height: 433px;
  background: url(../img/one_sub/villageWrap.png) no-repeat;
  z-index: 0;
}
.villageWrap .villageCon {
  position: relative;
  z-index: 5;
}
.villageWrap .villageCon strong,
.villageWrap .villageCon p {
  display: block;
}
.villageWrap .villageCon strong {
  font-size: 25px;
  font-weight: 700;
  color: #004998;
  margin-bottom: 10px;
}
.villageWrap .villageCon p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: -1px;
  word-break: keep-all;
}

@media (max-width: 1024px) {
  .villageWrap {
    padding-right: 0px;
    padding-bottom: 100px;
  }
  .villageWrap:before {
    top: inherit;
    bottom: 0px;
    opacity: 0.4;
  }
  .villageWrap .villageCon p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .villageWrap .villageCon strong {
    font-size: 22px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
organizationWrap
------------------------------------------------------------------------------------------------------------------*/
.organizationWrap {
  width: 688px;
  margin: 80px auto 60px auto;
}
.organizationWrap .chairman {
  display: block;
  width: 273px;
  height: 51px;
  line-height: 51px;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  background: #00529b;
  color: #fff;
  margin: 0 auto 15px;
  position: relative;
  z-index: 10;
}
.organizationWrap .chairman:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background: #ddd;
  position: absolute;
  left: 50%;
  bottom: -15px;
}
.organizationWrap .organization {
  padding-top: 15px;
}

.organizationWrap .organization .groupBox {
  position: relative;
  width: 203px;
}
.organizationWrap .organization .groupBox:before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background: #ddd;
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 2;
}
.organizationWrap .organization .groupBox.blockLeft:before,
.organizationWrap .organization .groupBox.blockRight:before {
  width: 250px;
  border-top: 1px solid #ddd;
  background: #fff;
  z-index: 1;
  top: -16px;
}
.organizationWrap .organization .groupBox.blockLeft:before {
  border-left: 1px solid #ddd;
}
.organizationWrap .organization .groupBox.blockRight:before {
  border-right: 1px solid #ddd;
  left: auto;
  right: 50%;
}
.organizationWrap .organization .groupBox strong {
  display: block;
  border-radius: 50px;
  font-size: 20px;
  width: 100%;
  height: 51px;
  line-height: 51px;
  border: 2px solid #0261ae;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 9;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .organizationWrap {
    width: 300px;
    margin: 40px auto;
  }
  .organizationWrap .chairman {
    font-size: 18px;
  }
  .organizationWrap .organization .groupBox {
    width: 90px;
  }
  .organizationWrap .organization .groupBox strong {
    font-size: 16px;
  }
  .organizationWrap .organization .groupBox.blockLeft:before,
  .organizationWrap .organization .groupBox.blockRight:before {
    width: 110px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
organizationList
------------------------------------------------------------------------------------------------------------------*/
.organizationList {
  margin: 0px auto;
  overflow: hidden;
}
.organizationList h4 {
  display: block;
  width: 273px;
  height: 51px;
  line-height: 51px;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  background: #1f8ee6;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.organizationList .organizationBox {
  margin: 0px -14px;
  margin-bottom: 50px;
}
.organizationList .organizationBox .lineBBox {
  border: 5px solid #f1f1f1;
  width: 578px;
  border-radius: 20px;
  padding: 50px 20px 40px 20px;
  box-sizing: border-box;
  margin: -34px auto 0px auto;
  background: #fff;
  position: relative;
  z-index: 0;
}

.organizationList .organizationBox dl {
  height: 175px;
  width: calc(49.8% - 28px);
  margin: 20px 14px 0px 14px;
  display: inline-block;
  font-size: 0px;
  padding: 25px 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  vertical-align: top;
}
.organizationList .organizationBox dl dt,
.organizationList .organizationBox dl dd {
  display: block;
}
.organizationList .organizationBox dl dt {
  font-size: 18px;
  color: #1f8ee6;
  margin-bottom: 16px;
}
.organizationList .organizationBox dl dd {
}
.organizationList .organizationBox ul {
}
.organizationList .organizationBox ul li {
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  text-align: left;
  letter-spacing: -1px;
}
.organizationList .organizationBox ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1f8ee6;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .organizationList .organizationBox {
    margin: 0px -4px;
    margin-bottom: 30px;
  }
  .organizationList .organizationBox dl {
    width: calc(49.8% - 8px);
    margin: 16px 4px 0px 4px;
    padding: 20px;
    height: 190px;
  }
  .organizationList .organizationBox dl dt {
    margin-bottom: 5px;
  }
}

@media (max-width: 990px) {
  .organizationList .organizationBox {
    margin: 0px;
    margin-bottom: 30px;
  }
  .organizationList .organizationBox dl {
    width: calc(100% - 0px);
    margin: 16px 0px 0px 0px;
    height: auto;
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .organizationList h4 {
    font-size: 18px;
  }
  .organizationList .organizationBox .lineBBox {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
forumWrap
------------------------------------------------------------------------------------------------------------------*/
.forumWrap {
}
.forumWrap .foruminfo {
  background: #d8f2ff;
  padding: 50px 130px 50px 143px;
  box-sizing: border-box;
  overflow: hidden;
}
.forumWrap .foruminfo img,
.forumWrap .foruminfo p {
  display: inline-block;
}
.forumWrap .foruminfo p {
  font-size: 20px;
  word-break: keep-all;
  margin-top: 30px;
  letter-spacing: -1px;
}
.forumWrap .foruminfo p em {
  display: block;
  font-size: 18px;
  color: #1f8ee6;
  font-style: normal;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .forumWrap .foruminfo {
    padding: 40px 30px;
  }
  .forumWrap .foruminfo p br {
    display: none;
  }
}

@media (max-width: 860px) {
  .forumWrap .foruminfo,
  .forumWrap .foruminfo img,
  .forumWrap .foruminfo p {
    display: block;
  }
  .forumWrap .foruminfo img {
    max-width: 100%;
    margin: 0px auto;
  }

  .forumWrap .foruminfo p {
    font-size: 18px;
    margin-top: 10px;
  }
  .forumWrap .foruminfo p em {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
forumBlockWrap
------------------------------------------------------------------------------------------------------------------*/
.forumBlockWrap {
  margin: 50px 0px;
  overflow: hidden;
}
.forumBlockWrap .forumBlock {
  position: relative;
  z-index: 3;
}
.forumBlockWrap .forumBlock dl {
  width: 335px;
}
.forumBlockWrap .forumBlock dl dt {
  position: relative;
  z-index: 10;
  padding-top: 65px;
}
.forumBlockWrap .forumBlock dl dt span {
  width: 273px;
  height: 51px;
  line-height: 51px;
  margin: 0px auto;
  background: #1f8ee6;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
}
.forumBlockWrap .forumBlock dl dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 65px;
  background: url(../img/one_sub/forumdt01.png) no-repeat;
}
.forumBlockWrap .forumBlock dl dd {
  height: 272px;
  border: 5px solid #f1f1f1;
  border-radius: 20px;
  padding: 40px 30px 30px 30px;
  box-sizing: border-box;
  margin-top: -30px;
  background: #fff;
}
.forumBlockWrap .forumBlock dl dd ul {
}
.forumBlockWrap .forumBlock dl dd ul li {
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  text-align: left;
  letter-spacing: -1px;
}
.forumBlockWrap .forumBlock dl dd ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1f8ee6;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}

.forumBlockWrap .forumBlock dl:last-child dt span {
  background: #2381ac;
}
.forumBlockWrap .forumBlock dl:last-child dt:before {
  background: url(../img/one_sub/forumdt02.png) no-repeat;
}
.forumBlockWrap .forumBlock dl:last-child dd ul li:before {
  background: #2381ac;
}
.forumBlockWrap .forumimgBox {
  margin: 0px auto;
  text-align: center;
  margin-top: -240px;
  position: relative;
  z-index: 0;
}
.forumBlockWrap .forumimgBox .pc {
  display: block;
  margin: 0px auto;
}
.forumBlockWrap .forumimgBox .mo {
  display: none;
  margin: 0px auto;
}

@media (max-width: 1024px) {
  .forumBlockWrap .forumimgBox {
    margin-top: -100px;
  }
}

@media (max-width: 990px) {
  .forumBlockWrap .forumimgBox {
    margin: 30px auto 0px auto;
  }
}

@media (max-width: 767px) {
  .forumBlockWrap .forumBlock {
    display: block;
  }
  .forumBlockWrap .forumBlock dl {
    width: 100%;
    margin-bottom: 20px;
  }
  .forumBlockWrap .forumBlock dl dd {
    height: auto;
  }
  .forumBlockWrap .forumimgBox img {
    max-width: 100%;
  }
  .forumBlockWrap .forumimgBox .pc {
    display: none;
  }
  .forumBlockWrap .forumimgBox .mo {
    display: block;
  }
}

/* ----------------------------------------------------------------------------------------------------------------
forumStep
------------------------------------------------------------------------------------------------------------------*/
.forumStep {
  margin-bottom: 10px;
  overflow: hidden;
}
.forumStep ul {
  font-size: 0;
  text-align: center;
  margin: 0px -29px;
}
.forumStep ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 58px);
  margin: 5px 29px;
  position: relative;
  padding: 30px 60px;
  box-sizing: border-box;
  border: 2px solid #0261ae;
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.forumStep ul li:after {
  content: '';
  position: absolute;
  top: 33px;
  left: -46px;
  display: block;
  width: 39px;
  height: 48px;
  background: url(../img/one_sub/forumStepArrow.png) no-repeat;
}
.forumStep ul li:first-child:after {
  display: none;
}
.forumStep ul li span {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .forumStep ul li {
    padding: 30px 20px;
  }
}

@media (max-width: 990px) {
  .forumStep ul {
    margin: 0px;
  }
  .forumStep ul li {
    width: calc(100% - 0px);
    margin: 5px 0px 50px 0px;
    display: block;
  }
  .forumStep ul li:after {
    top: -48px;
    left: 50%;
    margin-left: -20px;
    transform: rotate(90deg);
  }
}

/* --------------------------------------------------------
boadThumbList
----------------------------------------------------------*/
.boadThumbList {
  border-top: 2px solid #000;
}
.boadThumbList .listBody {
  margin: 0 -7px;
}
.boadThumbList .listBody ul {
  font-size: 0;
}
.boadThumbList .listBody ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 0px);
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  position: relative;
  margin: 30px 0 0;
}

.boadThumbList .listBody ul li a {
  display: block;
  height: inherit;
  padding: 0 7px;
  box-sizing: border-box;
}
.boadThumbList .listBody ul li a .thumb {
  display: block;
  height: 200px;
  overflow: hidden;
}
.boadThumbList .listBody ul li a .thumb img {
  width: 100%;
}
.boadThumbList .listBody ul li a .info {
  display: block;
  padding: 20px 0;
}
.boadThumbList .listBody ul li a .info strong {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #222;
  display: block;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.boadThumbList .listBody ul li a:hover .info strong {
  color: #00529b;
}
.boadThumbList .listBody ul li a .info .date {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.boadThumbList .listBody ul li a .info .date span {
  font-size: 18px;
  color: #555;
}
.boadThumbList .listBody ul li a .info .date hr {
  width: 1px;
  height: 12px;
  background: #ddd;
  margin: 0 10px;
}

@media (max-width: 992px) {
  .boadThumbList .listBody ul li {
    width: 50%;
    margin: 20px 0 0;
  }
  .boadThumbList .listBody ul li a .info {
    padding: 10px 0 20px;
  }
}

@media (max-width: 767px) {
  .boadThumbList .listBody ul li {
    width: 100%;
  }
  .boadThumbList .listBody ul li a .thumb {
    height: auto;
  }
  .boadThumbList .listBody ul li a .info strong {
    font-size: 19px;
  }
  .boadThumbList .listBody ul li a .info .date span {
    font-size: 17px;
  }
}

/* --------------------------------------------------------
boardRead
----------------------------------------------------------*/
.boardRead {
}

/* boardReadHeader */
.boardRead .boardReadHeader {
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
  padding: 20px 0;
}
.boardRead .boardReadHeader .title {
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
}
.boardRead .boardReadHeader .title h4 {
  display: block;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #222;
  font-weight: 400;
  margin-bottom: 10px;
  word-break: keep-all;
}
.boardRead .boardReadHeader .title .date {
  display: flex;
  justify-content: center;
}
.boardRead .boardReadHeader .title .date span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin: 0 10px;
  border-left: 1px solid #b3b3b3;
  margin-left: 10px;
  padding-left: 10px;
}
.boardRead .boardReadHeader .title .date span:first-child {
  border-left: 0;
}

/* boardReadGallery */
.boardRead .boardReadGallery {
  background: #fff;
}
.boardRead .boardReadGallery .readSlider {
  margin: 30px 0;
  position: relative;
}
.boardRead .boardReadGallery .readSlider .bx-wrapper {
  width: 816px;
  margin: 0 auto;
}
.boardRead .boardReadGallery .readSlider .bx-wrapper ul {
  text-align: center;
}
.boardRead .boardReadGallery .readSlider .bx-wrapper ul li {
}
.boardRead .boardReadGallery .readSlider .bx-wrapper ul li img {
  width: 100%;
}
.boardRead .boardReadGallery .readSlider .btnArrow {
  width: 70px;
  height: 70px;
  background: url(../img/one_sub/sliderArrow.png) no-repeat center;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.boardRead .boardReadGallery .readSlider .btnArrow.before {
  left: 0;
}
.boardRead .boardReadGallery .readSlider .btnArrow.after {
  right: 0;
  transform: rotate(180deg) translate(0, 50%);
}

.boardRead .boardReadGallery .bxPager {
  padding: 12px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.boardRead .boardReadGallery .bxPager a {
  display: inline-block;
  width: calc(20% - 28px);
  height: 91px;
  margin: 14px;
  text-align: center;
}
.boardRead .boardReadGallery .bxPager a.active img {
  outline: 3px solid #00ab8e;
  outline-offset: -3px;
}
.boardRead .boardReadGallery .bxPager a img {
  width: 164px;
  height: 91px;
}

@media (max-width: 992px) {
  .boardRead .boardReadGallery .readSlider .bx-wrapper {
    width: calc(100% - 120px);
  }
  .boardRead .boardReadGallery .bxPager a {
    width: calc(25% - 28px);
  }
}

@media (max-width: 768px) {
  .boardRead .boardReadGallery .bxPager a {
    width: calc(33.3% - 28px);
  }
  .boardRead .boardReadHeader .title {
    padding: 0px 10px;
  }
  .boardRead .boardReadHeader .title h4 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .boardRead .boardReadGallery .bxPager {
    padding: 12px 0;
  }
  .boardRead .boardReadGallery .bxPager a {
    width: calc(50% - 28px);
    height: auto;
  }
  .boardRead .boardReadGallery .bxPager a img {
    width: 100%;
    height: auto;
  }
}

/* boardReadData */
.boardReadData {
  padding: 20px 16px;
  border-bottom: 1px solid #ddd;
}
.boardReadData .readText {
}
.boardReadData .readText .contenstImg {
  display: block;
  max-width: 1220px;
  margin: 10px auto;
}
.boardReadData .readText p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

/* --------------------------------------------------------
faqList
----------------------------------------------------------*/
.faqList {
  margin-bottom: 40px;
  border-top: 3px solid #61646d;
}
.faqList .listBody {
}
.faqList .listBody ul {
}
.faqList .listBody ul li {
  display: block;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.faqList .listBody ul li.active .qaBlock.question {
  border-bottom: 1px solid #ddd;
}
.faqList .listBody ul li.active .qaBlock.answer {
  padding: 15px 64px;
  height: auto;
  opacity: 1;
}
.faqList .listBody ul li.active .qaBlock .title a {
}
.faqList .listBody ul li .qaBlock {
  padding: 15px 20px;
}
.faqList .listBody ul li .qaBlock:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 2px solid #0060af;
  border-radius: 50%;
  text-align: center;
  margin-right: 16px;
}
.faqList .listBody ul li .qaBlock.question {
}
.faqList .listBody ul li .qaBlock.question:before {
  content: '?';
  color: #0060af;
  font-weight: bold;
  font-size: 20px;
}
.faqList .listBody ul li .qaBlock.answer {
  background: #f2f4f7;
  overflow: hidden;
  height: 0;
  padding: 0 16px;
  opacity: 0;
}
.faqList .listBody ul li .qaBlock.answer:before {
  display: none;
}
.faqList .listBody ul li .qaBlock .title {
  display: block;
  width: calc(100% - 40px);
}
.faqList .listBody ul li .qaBlock .title a {
  display: block;
  font-size: 18px;
  word-break: keep-all;
  font-weight: 500;
  color: #000;
}
.faqList .listBody ul li .qaBlock .title a:hover,
.faqList .listBody ul li .qaBlock .title a:focus {
  color: #222;
}
.faqList .listBody ul li .qaBlock .answerContent {
  display: block;
  font-size: 17px;
  line-height: 26px;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .faqList .listBody ul li .qaBlock {
    padding: 10px;
  }
  .faqList .listBody ul li .qaBlock .title a {
    font-size: 16px;
  }
  .faqList .listBody ul li .qaBlock:before {
    margin-right: 6px;
  }
  .faqList .listBody ul li.active .qaBlock.answer {
    padding: 10px;
  }
  .faqList .listBody ul li .qaBlock .answerContent {
    font-size: 16px;
    line-height: 24px;
  }
}

/* --------------------------------------------------------
memberWrap
----------------------------------------------------------*/
.memberWrap {
  background: #f1f2f7;
  padding: 50px 0px;
}
.memberWrap .memberBox {
  margin: 0 auto;
}
.memberWrap .memberBox .memberHeader {
  text-align: center;
}
.memberWrap .memberBox .memberHeader .iconLock {
  display: block;
  width: 165px;
  height: 165px;
  background: #fff url(../img/one_sub/ico_lock.png) no-repeat center center;
  border-radius: 50%;
  font-size: 0;
  margin: 0px auto 40px auto;
}
.memberWrap .memberBox .memberHeader strong {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin: 0px auto 30px auto;
  color: #222;
}
.memberWrap .memberBox .memberHeader .titleBox {
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  width: 705px;
  margin: 0px auto;
  padding: 25px 0px;
}
.memberWrap .memberBox .memberHeader .titleBox .info {
  font-size: 17px;
  line-height: 18px;
  margin: 0px;
  color: #222;
}
.memberWrap .memberBox .memberHeader .titleBox .info p,
.memberWrap .memberBox .memberHeader .titleBox .info > span,
.memberWrap .memberBox .memberHeader .titleBox .info em {
  display: block;
  margin: 0px auto;
  word-break: keep-all;
}
.memberWrap .memberBox .memberHeader .titleBox .info p {
  padding: 0px 155px;
  line-height: 24px;
}
.memberWrap .memberBox .memberHeader .titleBox .info > span {
  font-size: 20px;
  color: #004998;
  margin: 20px auto;
  font-weight: 600;
}
.memberWrap .memberBox .memberHeader .titleBox .info em {
  font-style: normal;
  font-size: 17px;
}
.memberWrap .memberBox .memberHeader .titleBox .info em > span {
  color: #222;
}

.memberWrap .memberBox .memberBody {
}
.memberWrap .memberBox .memberBody .loginWrap {
}
.memberWrap .memberBox .memberBody .loginWrap legend {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.memberWrap .memberBox .memberBody .loginWrap .login {
  width: 465px;
  margin: 40px auto;
}
.memberWrap .memberBox .memberBody .loginWrap .login ul {
}
.memberWrap .memberBox .memberBody .loginWrap .login ul li {
  display: block;
  margin: 6px 0;
}
.memberWrap .memberBox .memberBody .loginWrap .login ul li label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  color: #222;
  font-size: 20px;
  visibility: visible;
  width: 88px;
}
.memberWrap .memberBox .memberBody .loginWrap .login ul li input {
  width: 236px;
}

.memberWrap .memberBox .memberBody .loginWrap .login button.submit {
  width: 120px;
  height: 94px;
  background: #00ac8f;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.memberWrap .memberBox .memberBody .loginWrap .login button.submit:hover {
  background: #2378c7;
}

.memberWrap .memberBox .memberBody .joinWrap {
  text-align: center;
}
.memberWrap .memberBox .memberBody .joinWrap .desc {
  font-weight: 400;
  font-size: 17px;
  word-break: keep-all;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .memberWrap {
    padding: 20px;
  }
  .memberWrap .memberBox .memberHeader .titleBox {
    width: 100%;
  }
  .memberWrap .memberBox .memberHeader strong {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .memberWrap .memberBox .memberHeader .titleBox {
    padding: 20px 10px;
  }
  .memberWrap .memberBox .memberHeader .titleBox .info span {
    font-size: 18px;
  }
  .memberWrap .memberBox .memberHeader .titleBox .info p {
    padding: 0px;
  }
  .memberWrap .memberBox .memberHeader .titleBox .info em span {
    display: block;
    margin: 2px 0px;
  }
  .memberWrap .memberBox .memberBody .loginWrap .login {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .memberWrap .memberBox .memberBody .loginWrap .login ul li label {
    display: none;
  }
  .memberWrap .memberBox .memberBody .loginWrap .login ul li input {
    width: 100%;
  }
  .memberWrap .memberBox .memberBody .loginWrap .login button.submit {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }
}

/* --------------------------------------------------------
form-inline
----------------------------------------------------------*/
.form-inline {
  display: block;
  position: relative;
}
legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.form-inline .block {
  position: relative;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 14px;
  font-size: 14px;
  text-align: center;
  background-color: #f2f4f7;
}
.form-inline .form-group {
  width: 28%;
  display: inline-block;
}
.form-inline .form-control {
  padding: 5px 23px 5px 14px;
  height: 40px;
}
.form-inline .form-group label {
  width: 60px;
  font-size: 16px;
  font-weight: 600;
}
.form-inline .form-group select,
.form-inline .form-group input {
  width: calc(100% - 70px) !important;
}

.form-inline .row {
  display: block;
  margin: 10px auto;
}
.form-inline .row .pull-left,
.form-inline .row .pull-right {
  display: inline-block;
  font-size: 14px;
}
.form-inline .row .pull-left {
  text-align: left;
  float: left;
}
.form-inline .row .pull-left h4 {
  font-size: 0px;
}
.form-inline .row .pull-left h4 small {
  font-size: 16px;
  line-height: 40px;
}
.form-inline .row .pull-right {
  text-align: right;
  float: right;
}
.form-inline .row .pull-right label {
  font-size: 16px;
  margin-right: 5px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .form-inline .form-group {
    width: 25%;
  }
}

@media (max-width: 840px) {
  .form-inline .form-group {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .form-inline .row .pull-left,
  .form-inline .row .pull-right {
    display: block;
  }
  .form-inline .form-group:nth-child(3) {
    margin-bottom: 20px;
  }
}

/* --------------------------------------------------------
op-table-list
----------------------------------------------------------*/
.op-table-list {
  font-size: 16px;
  line-height: 22px;
  border-top: 3px solid #61646d;
}
.op-table-list tr:last-child > * {
  border-bottom: 1px solid #e2e2e2;
}
.op-table-list th,
.op-table-list td {
  height: 64px;
  border-bottom: 1px solid #d6d6d6;
  padding: 12px 10px;
}
.op-table-list th.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}
.op-table-list td.text-left {
  padding-left: 24px;
}
.op-table-list th {
  color: #333;
  border-bottom: 0;
  background-color: #fff;
}
.op-table-list td {
  border-bottom-color: #cecfd3;
  color: #666;
}
.op-table-list .subject {
  color: #333;
}
.op-table-list .no-result {
  text-align: center;
  line-height: 150px;
}
.op-table-list .size-sm {
  min-width: 120px;
}
.op-table-list .ico {
  margin-left: 5px;
}
.op-table-list .label-new {
  display: inline-block;
  width: 50px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  background-color: #ff5c03;
}
.op-table-list .reply span {
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.op-table-list .reply:before {
  display: inline-block;
  content: '→[RE]';
  color: #2856b6;
}

@media (max-width: 840px) {
  .op-table-list {
    font-size: 15px;
  }
  .op-table-list th,
  .op-table-list td {
    display: none;
    height: 30px;
  }
  .op-table-list td {
    max-width: 200px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-responsible .op-table-list th,
  .table-responsible .op-table-list td,
  .op-table-list .no-result,
  .op-table-list .show,
  .op-table-list .subject,
  .op-table-list .date {
    display: table-cell;
  }
  .op-table-list .subject {
    width: 80%;
  }
  .op-table-list .date {
    width: 20%;
  }

  .panel-body .op-table-list th,
  .panel-body .op-table-list td {
    display: table-cell;
  }
}

/* --------------------------------------------------------
panel
----------------------------------------------------------*/
.panel {
}
.panel h6 {
  font-size: 0px;
  text-indent: -9999999px;
}
.panel .panel-body {
}
.panel .panel-body .table-bordered {
  border-top: 3px solid #61646d;
  margin-bottom: 30px;
}
.panel .panel-body .table-bordered th,
.panel .panel-body .table-bordered td {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
}
.panel .panel-body .table-bordered th {
  background: #f3f4f8;
  width: 15%;
}
.panel .panel-body .table-bordered td {
  width: 35%;
}
.panel .panel-body .table-bordered td button.btn-xs {
  font-size: 15px !important;
}

@media (max-width: 767px) {
  .panel .panel-body .table-bordered th,
  .panel .panel-body .table-bordered td {
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
  }
}

.panel .form-group {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 30px;
  box-sizing: border-box;
}
.panel .form-group > label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  word-break: keep-all;
}
.panel .form-group > label span {
  color: #f00;
  font-size: 15px;
}
.panel .form-group > label span.label-info {
}
.panel .form-group .radio {
  font-size: 16px;
  position: relative;
}
.panel .form-group .radio input[type='radio'] {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  padding: 0;
  margin: -1px;
  margin-right: 5px;
  overflow: visible;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.panel .form-group .radio input[type='checkbox'] {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  padding: 0;
  margin: -1px;
  margin-right: 5px;
  overflow: visible;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.panel .form-group .form-control-static {
  font-size: 18px;
  background: #efefef;
  text-align: center;
  padding: 10px 0px 5px 0px;
  margin-bottom: 20px;
}
.panel .form-group > label.col-sm-2 {
  margin-bottom: 10px;
}
.panel .form-group .col-sm-3 {
  margin-bottom: 20px;
}
.panel .form-group .col-sm-2 {
  display: inline-block;
}
.panel .form-group .col-sm-2 input,
.panel .form-group .col-sm-2 select {
}
.panel .form-group .col-sm-2 label,
.panel .form-group .col-sm-3 label {
  font-size: 0px;
  text-indent: -99999px;
}

.panel .form-group .col-sm-1 .form-control-static {
  font-size: 18px;
  background: #fff;
  text-align: center;
  padding: 0px;
  margin-bottom: 0px;
}
.panel .form-group .col-sm-1,
.panel .form-group .col-sm-2,
.panel .form-group .col-sm-3 {
  display: inline-block;
}

.panel .form-group label.col-sm-2 {
  display: block;
}
.panel .form-group .col-sm-5 label,
.panel .form-group .col-sm-7 label {
  width: 100px;
}
.panel .form-group .col-sm-5 input,
.panel .form-group .col-sm-7 input {
  width: calc(100% - 120px);
}

@media (max-width: 767px) {
  .panel .form-group {
    margin-bottom: 10px;
    padding: 15px;
  }
  .panel .form-group > label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .panel .form-group .col-sm-5 label,
  .panel .form-group .col-sm-7 label {
    width: 100%;
    margin-bottom: 10px;
  }
  .panel .form-group .col-sm-5 input,
  .panel .form-group .col-sm-7 input {
    width: calc(100% - 0px);
  }

  .panel .form-group .col-sm-1,
  .panel .form-group .col-sm-2,
  .panel .form-group .col-sm-3 {
    width: 40%;
  }
}

.progress-bar {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #14ab8f), color-stop(1, #1b56af));
  background: -moz-linear-gradient(left, #14ab8f 0%, #1b56af 100%);
  background: -webkit-linear-gradient(left, #14ab8f 0%, #1b56af 100%);
  background: -o-linear-gradient(left, #14ab8f 0%, #1b56af 100%);
  background: -ms-linear-gradient(left, #14ab8f 0%, #1b56af 100%);
  background: linear-gradient(left, #14ab8f 0%, #1b56af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14ab8f', endColorstr='#1b56af', gradientType=1);
  color: #fff;
}
