﻿@charset "UTF-8";
/* 초기화 코드 */
header {
  background-color: #f3f3f3;
}
header .logo a .logo-bak-top {
  background-color: #024093;
}
header .logo a .logo-bak-top img {
  padding: 25px 0 0 32px;
}
header .util ul li a {
  padding: 2px 15px;
  font-size: 12px;
}
header .util ul .sms-logo {
  border-left: none !important;
  margin-left: 0px;
  margin-right: 2px;
  height: 24px;
}
header .util ul .sms-logo a {
  padding: 1px 0;
}
header .util ul .sms-logo a img {
  width: 25px;
  height: 20px;
  border-radius: 3px;
}
header .util ul .nblog {
  margin-right: 5px;
}
header .util ul .zoom-text p {
  font-size: 12px;
  color: #666;
  padding: 2px 5px 0 10px;
}
header .util ul .zoom-in, header .util ul .zoom-out, header .util ul .zoom-normal {
  background-color: #626262;
}
header .util ul .zoom-in a, header .util ul .zoom-out a, header .util ul .zoom-normal a {
  padding: 0 10px;
  color: #fff !important;
}
header .util ul .zoom-in a i, header .util ul .zoom-out a i, header .util ul .zoom-normal a i {
  color: #fff !important;
  padding-left: 0;
}
header .util ul .zoom-in:hover, header .util ul .zoom-out:hover, header .util ul .zoom-normal:hover {
  color: #fff !important;
  background-color: #222;
}
header .util ul .zoom-normal {
  padding-top: 2px;
}
header .gnb {
  background-color: #ffffff;
  border-bottom-color: #024093;
}
header .gnb nav > ul > li > a:hover {
  color: #024093;
}
header .gnb nav > ul > li:last-child a:after {
  content: "";
}
header .gnb nav > ul > li:hover {
  position: relative;
}
header .gnb nav > ul > li:hover:after {
  content: "";
  position: absolute;
  top: 55px;
  left: 40%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 3px;
  background-color: #ffd200;
  transition: 0.2s;
}
header .gnb nav > .gnb-dep1 {
  padding: 0 10px;
}
header .gnb nav > .gnb-dep1 > li {
  width: auto;
}
header .gnb nav > .gnb-dep1 > li > a {
  padding-right: 30px !important;
  font-weight: 500;
}
header .gnb nav > .gnb-dep1 > li > a::after {
  display: none;
}
header .gnb nav > .gnb-dep1 > li:last-child > a {
  padding-right: 0 !important;
}
header .gnb nav > .gnb-dep1 > li:last-child .gnb-dep2 {
  margin-left: -75%;
}
header .gnb nav .gnb-dep2 {
  background-color: #ffffff;
  border: 2px solid #7f848a;
  margin-left: -45%;
}
header .gnb nav .gnb-dep2 > li {
  padding: 0;
}
header .gnb nav .gnb-dep2 > li > a {
  width: auto;
  display: block;
  padding: 4px 0 8px;
}
header .gnb nav .gnb-dep2 > li > a:hover {
  transition: 0.2s;
  font-weight: 600;
  color: #024093;
  text-decoration: underline;
}

section {
  background-color: #ffffff;
}

.sub-top .sub-opac {
  padding-top: 65px;
  background-color: rgba(0, 0, 0, 0.3);
}
.sub-top .sub-opac span {
  color: #fff;
  font-size: 23px;
}
.sub-top .sub-opac h2 {
  color: #fff;
  font-size: 37px;
}
.sub-top .sub-img {
  background: url("images/sub_visual.png") no-repeat center center;
}

.left-info {
  background: url("images/sub_info_simbol.png") no-repeat;
  background-color: #024093;
}
.left-info h2 {
  color: #fff;
}

.left-etit {
  color: #fff;
}

.left-menu li {
  display: block;
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.left-menu li a {
  color: #666;
}
.left-menu li a::before {
  content: "·";
  color: #333;
}
.left-menu li:hover {
  background-color: #ddeeff;
}
.left-menu li:hover a {
  color: #024093;
}
.left-menu li:hover a::before {
  color: #024093;
}
.left-menu li.active {
  background-color: #024093;
}
.left-menu li.active a {
  color: #fff;
}
.left-menu li.active a::before {
  color: #fff;
}

.board-login .form-group {
  background-color: #f5f5f5;
}
.board-login .form-group .form-box .form-input {
  border-color: #999;
}
.board-login .form-group .form-box .form-input::placeholder {
  color: #666;
}

.board-form ul {
  border-top-color: #2e3953;
}
.board-form ul > li {
  width: 100%;
}
.board-form ul > li .form-info-box:last-child {
  border-right: 1px solid #ddd;
}
.board-form ul > li:last-child .form-group .form-box {
  border-bottom-color: #2e3953;
}
.board-form ul > li:last-child .form-block-4 .form-block-2:nth-child(1) .form-box {
  border-bottom-color: #2e3953;
}

.form-tit {
  color: #fff;
  background-color: #2e3953;
}

.form-box {
  border-left-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
}

.form-box-info {
  background-color: #f3f3f3;
  border-left-color: #dddddd;
}

.board-default .form-box {
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
}
.board-default .form-group-title {
  border-top: 2px solid #555;
}
.board-default .form-box-info .form-text {
  color: #333;
}
.board-default .form-box-info .form-text i {
  color: #333;
}

.board-default-hover .form-group:hover {
  background-color: #f9f9f9;
}

.pagination-pages li a {
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #4e4e4e;
}
.pagination-pages li a:hover {
  background-color: #f7f7f7;
}
.pagination-pages > .active a {
  color: #545861;
  background-color: #eaeaea;
}
.pagination-pages .disabled a {
  color: #ccc;
}
.pagination-pages .disabled:hover a {
  background-color: #fff !important;
}

.notice-import .form-r-num p {
  color: #fff !important;
  background-color: #eb1717;
}
.notice-import .form-r-tit a p {
  color: #eb1717 !important;
}

.sitemap > li > a {
  color: #243150;
  background-color: #ddeeff;
  border-top: 2px solid #2e3953;
  border-bottom: 1px solid #c9e6ff;
}
.sitemap > li > a:hover {
  color: #2e3953;
}
.sitemap > li > ul {
  background-color: #fff;
}
.sitemap > li > ul li a {
  color: #333;
  border-bottom: 1px solid #ccc;
}
.sitemap > li > ul li a:hover {
  color: #2e3953;
}

.agree-reg-wrap {
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
}

.agree-reg-info {
  padding: 20px 0;
}
.agree-reg-info h3 {
  font-size: 14px;
  font-weight: 500;
}
.agree-reg-info h2 {
  font-size: 27px;
  font-weight: 600;
}

.agree-box {
  border: 1px solid #aaa;
  padding: 20px 25px 10px;
}
.agree-box ul, .agree-box ol, .agree-box dl {
  list-style: none;
}
.agree-box > p {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: justify;
}

.agree li strong {
  font-size: 14px;
  vertical-align: 0;
  text-align: justify;
}
.agree li .agree_sub {
  margin: 5px 0 17px 18px;
}
.agree li .agree_sub li {
  font-size: 14px;
  vertical-align: 0;
  text-align: justify;
}

.agree-check {
  display: block;
  width: 100%;
}
.agree-check .agree-check-label {
  font-size: 14px;
  cursor: pointer;
}
.agree-check .agree-check-label:hover {
  color: #024093;
}
.agree-check .agree-check-form {
  vertical-align: 1px;
  cursor: pointer;
}

.agree-date {
  font-size: 16px;
}
.agree-date span {
  font-size: 16px;
  vertical-align: 0px;
}
.agree-date .agree-month {
  margin-left: 10px;
}
.agree-date .agree-day {
  margin-left: 10px;
}

.agree-studentname span {
  font-size: 16px;
}

.agree-parentsname span {
  font-size: 16px;
}

.agree-schoolname {
  font-size: 27px;
  font-weight: 600;
  vertical-align: -1px;
  margin-right: 5px;
}

.user-reg-wrap {
  width: 100%;
}

.reg-break-word {
  word-break: keep-all;
}

.user-reg-tit {
  font-size: 14px;
  font-weight: 600;
}
.user-reg-tit::before {
  content: "￭";
  font-weight: 10px;
  color: #024093;
  margin-right: 10px;
}

.user-reg-descript {
  padding: 10px 15px 10px;
  border: 1px solid #ddd;
}
.user-reg-descript > li {
  font-size: 13px;
  line-height: 130%;
  text-indent: -16px;
  text-align: justify;
  margin: 10px 0 10px 16px;
}
.user-reg-descript > li::before {
  content: "⦁";
  color: #024093;
  margin-right: 10px;
  vertical-align: 1px;
}
.user-reg-descript > li a {
  padding-left: 23px;
  margin-top: -3px;
}

.user-block-group {
  flex-wrap: wrap;
}

.user-myschool {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.user-myschool-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.user-myschool-wrap .user-ms-inline {
  display: flex;
}
.user-myschool-wrap .user-ms-inline select {
  min-width: 110px;
}

.user-schoolinfo {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.form-box-hug {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.form-box-hug span {
  margin-top: 10px;
}

.student-apply h3 {
  font-size: 16px;
}
.student-apply h3::before {
  content: "￭";
  font-weight: 10px;
  color: #024093;
  margin-right: 10px;
}

.student-write-flex {
  display: flex;
}

.student-write-img {
  display: flex;
  align-items: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  min-height: 220px;
}
.student-write-img .student-img-left {
  text-align: center;
  width: 35%;
}
.student-write-img .student-img-left img {
  margin: 0 0 10px 0;
}
.student-write-img .student-img-right {
  width: 65%;
}
.student-write-img .student-img-right ul {
  border-top: none;
  padding: 20px 20px 20px 0;
}
.student-write-img .student-img-right ul li {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 10px;
  text-indent: -15px;
  word-break: normal;
  margin-left: 15px;
}
.student-write-img .student-img-right ul li::before {
  content: "•";
  color: #024093;
  vertical-align: 2px;
  margin-right: 10px;
}

.student-write-half {
  justify-content: left !important;
}

.applytypecheck label {
  cursor: pointer;
}

.letter-0 {
  letter-spacing: 0px;
}

.letter-m1 {
  letter-spacing: -1px;
}

.letter-m2 {
  letter-spacing: -2px;
}

.student-read-form p, .student-read-form span {
  padding-left: 5px;
}
.student-read-form .student-read-info li .student-write-img {
  justify-content: center;
  border-left: none;
}
.student-read-form .student-read-info li .student-write-img img {
  width: 120px;
  height: 160px;
}
.student-read-form .student-write-address p, .student-read-form .student-write-address span {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 125%;
}
.student-read-form .student-write-right .student-write-photo-tit {
  display: none;
}

.hope-dept-wrap li {
  border-right: 1px solid #ddd;
}
.hope-dept-wrap li:last-child .form-box {
  border-right: 0;
}

.form-score-mypage li {
  border-right: 1px solid #ddd;
}
.form-score-mypage li .form-box {
  justify-content: center;
  border-right: 0;
  min-height: 40px;
}
.form-score-mypage li:last-child .form-box {
  border-right: 0;
}
.student-read-descript {
  padding: 15px 20px 15px;
  border: 1px solid #ddd;
}
.student-read-descript h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.student-read-descript ul {
  border-top: none;
}
.student-read-descript ul li {
  font-size: 13px;
  line-height: 130%;
  text-indent: -16px;
  text-align: justify;
  margin: 5px 0 5px 16px;
}
.student-read-descript ul li::before {
  content: "⦁";
  color: #024093;
  margin-right: 10px;
  vertical-align: 1px;
}
.student-read-descript ul li span {
  vertical-align: 0;
  padding-left: 0;
}
.student-read-descript ul li a {
  padding-left: 42px;
  margin-top: 0px;
  font-size: 13px;
}
.student-read-descript ul li a i {
  padding-right: 3px;
}
.student-read-descript .document-file {
  display: flex;
  flex-wrap: wrap;
}
.student-read-descript .document-file a {
  margin-bottom: 5px;
}

.attend-score ul li .form-group {
  border-right: 1px solid #ddd;
}
.attend-score ul li:first-child .form-group .form-box-info {
  border-right: none;
}
.attend-score ul li:nth-child(2) .form-group .form-box {
  border-right: none !important;
}
.attend-score ul li:last-child .form-group {
  border-right: 1px solid #ddd;
}

.form-score-sum .form-score-mypage li > .form-group .form-box {
  border-bottom: 1px solid #ddd !important;
}
.form-score-sum > .form-group {
  border-bottom: 1px solid #024093;
}
.form-score-sum > .form-group .form-box.form-box-info {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.form-score-sum > .form-group .form-box {
  border-left: none;
}

.form-box-address {
  display: flex;
  flex-wrap: wrap;
}
.form-box-address .addr-zip {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.form-box-address .addr-zip .addr1 {
  width: 100%;
}
.form-box-address .addr2 {
  width: 100%;
}

.sub_tab {
  max-width: 100%;
  padding: 0 !important;
  border: none !important;
}
.sub_tab .sub_item {
  margin-top: 20px;
}
.sub_tab .sub_item ul {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 40px;
  background-color: #fff;
  border: none;
}
.sub_tab .sub_item ul li {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.sub_tab .sub_item ul li a {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: #999;
}
.sub_tab .sub_item ul li:hover {
  border-bottom: 1px solid #ccc;
}
.sub_tab .sub_item ul li:hover a {
  color: #666;
}
.sub_tab .sub_item ul .ui-tabs-active {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #183d93;
}
.sub_tab .sub_item ul .ui-tabs-active a {
  font-weight: 600;
  color: #183d93;
}
.sub_tab .sub_item ul .ui-tabs-active:hover {
  border-bottom: 3px solid #183d93;
}
.sub_tab .sub_item ul .ui-tabs-active:hover a {
  color: #183d93;
}
.sub_tab .title_vod {
  padding: 10px;
  color: #0e4985;
  font-size: 25px;
  font-weight: 600;
  border-bottom: 1px dashed #ccc;
}
.sub_tab .title_vod::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 23px;
  margin: -5px 25px 0 0;
  background: linear-gradient(#0e4985, #0a7694);
  transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform: skew(-25deg);
  -ms-transform: skew(-25deg);
}

.vod-info {
  background: url("/Content/gbgigong/images/sub_mov_bak.png") no-repeat;
  padding: 18px 0 20px;
  margin-bottom: 30px;
}
.vod-info .vod-info-txt {
  font-size: 16px;
  color: #063666;
  padding-left: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.vod-roll .slider-for {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.vod-roll .slider-for li {
  list-style: none;
}
.vod-roll .slider-for li p {
  display: inline-block;
  padding: 11px 20px;
  font-size: 18px;
  color: #232323;
}
.vod-roll .slider-for li a {
  background-color: #f4f4f4;
  margin: 3px 3px 0 0;
  padding-left: 10px;
  border: 1px solid #eee;
  vertical-align: middle;
  float: right;
  color: #333333;
  font-size: 14px;
}
.vod-roll .slider-for li a:hover {
  background-color: #eee;
  color: #183d93;
}
.vod-roll .slider-for li a img {
  display: inline-block;
  padding-left: 10px;
}
.vod-roll .slider-nav {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 30px;
  border-top: 2px solid #000;
}
.vod-roll .slider-nav li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 5px 0 5px;
  width: 100%;
  max-height: 221px;
  cursor: pointer;
}
.vod-roll .slider-nav li img {
  width: 248px;
  height: 180px;
}
.vod-roll .slider-nav li p {
  display: block !important;
  width: 95%;
  padding: 7px 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
  font-size: 16px;
  color: #333;
}
.vod-roll .slider-nav li.slick-current.slick-active {
  border: 1px solid #185492;
  background-color: #185492;
}
.vod-roll .slider-nav li.slick-current.slick-active p {
  color: #fff;
  font-weight: 600;
}
.vod-roll .slider-nav .slick-prev {
  position: absolute;
  top: 30px;
  width: 25px;
  overflow: hidden;
  height: 100%;
  max-height: 221px;
  border: 1px solid #ddd;
  background-color: #eee;
  outline: none;
}
.vod-roll .slider-nav .slick-prev:hover {
  background-color: #e8e8e8;
}
.vod-roll .slider-nav .slick-prev:hover::before {
  color: #1560a1;
}
.vod-roll .slider-nav .slick-prev::before {
  font: var(--fa-font-solid);
  content: "\f104";
  height: 100%;
  font-family: "Font Awesome 5 Free";
  color: #666;
  font-size: 30px;
  padding: 0 5px;
}
.vod-roll .slider-nav .slick-list {
  margin: 0 35px;
}
.vod-roll .slider-nav .slick-next {
  position: absolute;
  top: 30px;
  right: 0;
  overflow: hidden;
  width: 25px;
  height: 100%;
  max-height: 221px;
  border: 1px solid #ddd;
  background-color: #eee;
  outline: none;
}
.vod-roll .slider-nav .slick-next:hover {
  background-color: #e8e8e8;
}
.vod-roll .slider-nav .slick-next:hover::before {
  color: #1560a1;
}
.vod-roll .slider-nav .slick-next::before {
  font: var(--fa-font-solid);
  content: "\f105";
  height: 100%;
  font-family: "Font Awesome 5 Free";
  color: #666;
  font-size: 30px;
  padding: 0 5px;
}

.brochure-info {
  margin-top: 50px;
}

.brochure .sub_item ul li a::before {
  content: "■";
  font-size: 10px;
  vertical-align: 3px;
  padding-right: 10px;
}

.brochure-box {
  width: 100%;
  padding: 0 !important;
}
.brochure-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.brochure-box ul li {
  width: 205px;
  margin-bottom: 10px;
  list-style: none;
}
.brochure-box ul li .brochure-con {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border: 1px solid #eee;
}
.brochure-box ul li .brochure-con .hover-effect {
  position: absolute;
  width: 203px;
  height: 215px;
  overflow: hidden;
}
.brochure-box ul li .brochure-con .hover-effect::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background: rgba(45, 130, 199, 0);
  z-index: 998;
  transition: all 0.4s ease;
}
.brochure-box ul li .brochure-con img {
  width: 100%;
}
.brochure-box ul li .brochure-con p {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  height: 120px;
  max-height: 120px;
  color: #232323;
  word-break: keep-all;
  transition: 0.4s;
  padding: 13px 15px 60px 15px;
  overflow: hidden;
  white-space: inherit;
  text-overflow: ellipsis;
}
.brochure-box ul li .brochure-con .bodo-news {
  display: table;
  text-align: left;
  padding: 3px 15px;
  margin-left: 15px;
  border: 1px solid #eee;
  margin-top: 10px;
  min-height: auto;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  color: #676767;
}
.brochure-box ul li .brochure-con .bodo-date {
  min-height: auto;
  height: auto;
  margin-top: 15px;
  font-size: 12px;
  color: #666;
  padding: 10px 15px;
}
.brochure-box ul li .brochure-down {
  position: relative;
  top: -45px;
  left: 60px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 3px 13px 4px;
}
.brochure-box ul li .brochure-down::after {
  padding-left: 6px;
  vertical-align: 1px;
  content: url("/Content/gbgigong/images/down_icon.png");
}
.brochure-box ul li .brochure-down:hover {
  background-color: #0049b8;
  color: #fff;
}
.brochure-box ul li .brochure-down:hover::after {
  content: url("/Content/gbgigong/images/down_icon_h.png");
}
.brochure-box ul li:hover {
  position: relative;
  top: 0;
}
.brochure-box ul li:hover .brochure-con .hover-effect::after {
  position: absolute;
  content: url("/Content/gbgigong/images/icon-plus-button.png");
  top: 90px;
  left: 83px;
  z-index: 999;
  transition-delay: 3s;
  transition: 0.4s;
}
.brochure-box ul li:hover .brochure-con .hover-effect::before {
  transform: translate(-50%, -50%) scale(1);
  background: rgba(0, 6, 50, 0.7);
}
.brochure-box ul li:hover .brochure-con p {
  color: #0049b8;
}
.brochure-box ul li:hover .brochure-con .bodo-news {
  color: #676767;
}
.brochure-box ul li:hover .brochure-con .bodo-date {
  color: #555;
}

#int_2 ul li .brochure-con .hover-effect {
  height: 290px;
}
#int_2 ul li:hover .brochure-con .hover-effect::after {
  top: 130px;
}
#int_2 ul li:hover .brochure-con .bodo-news, #int_2 ul li:hover .brochure-con .bodo-date {
  text-decoration: none;
}
#int_2 ul li:hover .brochure-con p {
  color: #111;
  text-decoration: underline;
}

.introduce-info {
  background: url("/Content/gbgigong/images/sub_dept_bak.png") no-repeat;
  padding: 15px 15px 15px 0;
}
.introduce-info .introduce-info-txt {
  font-size: 16px;
  color: #2e3953;
  padding-left: 20px;
  vertical-align: middle;
  text-indent: -85px;
  margin-left: 65px;
}
.introduce-info .introduce-info-txt::before {
  content: url("/Content/gbgigong/images/sub_dept_icon01.png");
  vertical-align: middle;
  margin: 0 15px 0 30px;
}

.introduce {
  width: 100%;
}
.introduce .introduce_tit {
  margin-top: 31px;
  margin-bottom: 10px;
  color: #024093;
  font-size: 27px;
  font-weight: 600;
}
.introduce .introduce_box {
  border: none !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}
.introduce .introduce_box > ul {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  padding: 10px 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.introduce .introduce_box > ul li {
  width: 100%;
  border: none;
  background-color: #fff;
}
.introduce .introduce_box > ul li a {
  display: block;
  text-align: center;
  border-right: 1px solid #eee;
  width: 100%;
  color: #999;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
}
.introduce .introduce_box > ul li a:hover {
  background-color: #fff;
  color: #666;
}
.introduce .introduce_box > ul li:last-child a {
  border-right: none;
}
.introduce .introduce_box > ul .ui-tabs-active {
  border: none;
  background-color: #fff;
}
.introduce .introduce_box > ul .ui-tabs-active a {
  font-weight: 500;
  color: #183d93;
}
.introduce .introduce_box > ul .ui-tabs-active a::before {
  content: "■";
  color: #183d93;
  padding-right: 10px;
  font-size: 10px;
  vertical-align: 3px;
}
.introduce .introduce_box > ul .ui-tabs-active a:hover {
  background-color: #fff;
  color: #183d93;
}
.introduce .introduce_box .int_group {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.introduce .introduce_box .int_group .int_deptbox {
  display: flex;
}
.introduce .introduce_box .int_group .int_deptbox .int_deptbox_left {
  position: relative;
  width: 430px;
}
.introduce .introduce_box .int_group .int_deptbox .int_deptbox_left img {
  z-index: 2;
}
.introduce .introduce_box .int_group .int_deptbox .int_deptbox_left .deptbox-img-bak {
  background: url("/Content/gbgigong/images/sub_dept_imgbak.png");
  margin-top: -162px;
  margin-left: 192px;
  width: 250px;
  height: 173px;
}
.introduce .introduce_box .int_group .int_deptbox .int_deptbox_right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: 25px;
  width: calc(100% - 430px) !important;
}
.introduce .introduce_box .int_group .int_deptbox .int_deptbox_right h2, .introduce .introduce_box .int_group .int_deptbox .int_deptbox_right h3, .introduce .introduce_box .int_group .int_deptbox .int_deptbox_right h4, .introduce .introduce_box .int_group .int_deptbox .int_deptbox_right p {
  width: 100%;
}
.introduce .introduce_box .int_group h2 {
  position: relative;
  color: #232323;
  font-size: 36px;
  font-weight: 600;
  line-height: 80%;
  margin-top: 15px;
}
.introduce .introduce_box .int_group h2::after {
  content: "■";
  font-size: 10px;
  color: #183d93;
  position: absolute;
  top: -22px;
  margin-left: 3px;
}
.introduce .introduce_box .int_group h3 {
  color: #232323;
  font-size: 30px;
  line-height: 100%;
}
.introduce .introduce_box .int_group h4 {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 50px;
}
.introduce .introduce_box .int_group .major-txt {
  position: relative;
  color: #333;
  font-size: 16px;
  margin: 20px 0 0;
  padding-top: 15px;
  text-align: justify;
}
.introduce .introduce_box .int_group .major-txt::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #183d93;
  top: 5px;
}
.introduce .introduce_box .int_group .major_tit {
  margin: 50px 0 5px 0;
  position: relative;
  color: #183d93;
  font-size: 20px;
}
.introduce .introduce_box .int_group .major_tit::after {
  content: "■";
  font-size: 10px;
  color: #183d93;
  position: absolute;
  top: -7px;
  margin-left: 3px;
}
.introduce .introduce_box .int_group .major_ul li {
  font-size: 16px;
  text-align: justify;
  color: #333;
  list-style: none;
}
.introduce .introduce_box .int_group .major_ul li::before {
  content: url(/Content/gbgigong/images/sub_dept_icon02.png);
  vertical-align: 5px;
  margin-right: 10px;
}
.introduce .introduce_point {
  border: 1px solid #eee;
  background-color: #f5f5f5;
  padding: 10px 20px;
  font-size: 14px;
  color: #e41717;
  font-weight: 600;
}

.pdf-viewer-style {
  width: 100%;
  height: 900px;
  margin-top: 10px;
}

.pdf-viewer-wrap {
  padding: 0;
  margin: 0;
}
.pdf-viewer-wrap .pdf-viewer-full {
  display: block;
  width: 100vw;
  border: none;
  height: 100vh;
}

.faq {
  margin: 5px 0 30px;
}
.faq .faq_box {
  border-bottom: 1px solid #024093;
  cursor: pointer;
}
.faq .faq_box .question {
  padding: 15px 0;
}
.faq .faq_box .question p {
  font-size: 16px;
  padding-right: 45px;
  text-indent: -55px;
  font-weight: 500;
  margin-left: 55px;
}
.faq .faq_box .question p:hover {
  color: #024093;
}
.faq .faq_box .question p:hover::after {
  color: #024093;
}
.faq .faq_box .question p::before {
  content: url(/Content/images/q.png);
  vertical-align: -3px;
  padding: 0 15px;
}
.faq .faq_box .question p::after {
  font: var(--fa-font-solid);
  content: "\f13a";
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #777;
  margin-left: 10px;
  font-size: 13px;
}
.faq .faq_box .answer {
  border-top: 1px dashed #ccc;
  background-color: #efefef;
  display: none;
  transition: 0.2s;
}
.faq .faq_box .answer::before {
  position: absolute;
  content: url(/Content/images/a.png);
  margin-top: 15px;
  padding: 0 15px;
}
.faq .faq_box .answer p {
  background-color: #efefef;
  font-size: 14px;
  padding: 15px 55px;
}
.faq .faq_box .answer table {
  width: 90%;
  margin: 10px 70px;
}
.faq .faq_box .answer table caption {
  caption-side: top;
  text-align: center;
}
.faq .faq_box .answer table thead tr th {
  border: 1px solid #ccc;
  border-top: 2px solid #2664a3;
  background-color: #e3f1ff;
  text-align: center;
}
.faq .faq_box .answer table tbody tr td {
  border: 1px solid #ccc;
}
.faq .faq_box .answer table tbody tr td p {
  background-color: #fff !important;
}
.faq .faq_box.active .question p::after {
  font: var(--fa-font-solid);
  content: "\f139";
  color: #777;
  font-size: 13px;
}
.faq .faq_box.active .question p:hover::after {
  color: #024093;
}
.faq .faq_box.active .answer {
  display: block;
}

.form-score {
  border-bottom: 1px solid #024093;
  border-left: 1px solid #ddd;
}
.form-score li {
  border-top-color: #2e3953 !important;
  border-right: 1px solid #ddd;
}
.form-score li:nth-child(1) .form-group .form-box:nth-last-child(2) {
  border-bottom-color: #ddd !important;
}
.form-score li:nth-child(1) .form-group .form-box:last-child {
  border-bottom-color: #ddd !important;
}
.form-score li:nth-child(1) .form-group .form-box-info {
  border-left: none;
}
.form-score li:nth-child(1) .form-group .form-buttons-box {
  border-left: none;
}
.form-score li:nth-child(2) .form-group .form-box:nth-last-child(2) {
  border-bottom-color: #ddd !important;
}
.form-score li:nth-child(2) .form-group .form-box:last-child {
  border-bottom-color: #ddd !important;
}
.form-score li:nth-child(2) .form-group .form-box-info {
  border-left: none;
}
.form-score li:nth-child(2) .form-group .form-buttons-box {
  border-left: none;
}
.form-score li:nth-child(3) .form-full {
  border-right-color: #ddd;
}
.form-score li:nth-child(3) .form-box {
  border-bottom-color: #ddd !important;
}
.form-score li:nth-child(3) .form-group .form-box:nth-last-child(2) {
  border-bottom-color: #ddd !important;
}
.form-score li:nth-child(3) .form-group .form-box:last-child {
  border-bottom-color: #ddd !important;
}
.form-score li:nth-child(3) .form-group .form-box-info {
  border-left: none;
}
.form-score li:nth-child(3) .form-group .form-buttons-box {
  border-left: none;
}
.form-score li:nth-child(3) .form-group .form-box {
  border-right: none;
}
.form-score .form-box {
  min-height: 52px !important;
}
.form-score .form-buttons-box {
  justify-content: center;
  border-right: none;
  padding: 0 !important;
}

.add-sujbtn-box {
  position: relative;
}
.add-sujbtn-box:hover .sujbtn-reset {
  opacity: 1;
  transition: 0.2s;
}
.add-sujbtn-box:hover .sujbtn-remove {
  opacity: 1;
  transition: 0.2s;
}
.add-sujbtn-box .form-input {
  padding-right: 10px;
}
.add-sujbtn-box .form-input:focus {
  padding-right: 43px;
}
.add-sujbtn-box .form-input:focus ~ .sujbtn-reset {
  opacity: 1;
  transition: 0.2s;
}
.add-sujbtn-box .form-input:focus ~ .sujbtn-remove {
  opacity: 1;
  transition: 0.2s;
}

.sujbtn-reset {
  opacity: 0;
  position: absolute;
  transition: 0.2s;
  top: 8px;
  right: 32px;
}
.sujbtn-reset i {
  color: #999;
  font-size: 14px;
}
.sujbtn-reset:hover i {
  color: #024093;
}

.sujbtn-remove {
  opacity: 0;
  position: absolute;
  transition: 0.2s;
  top: 7px;
  right: 16px;
}
.sujbtn-remove i {
  color: #999;
  font-size: 11px;
}
.sujbtn-remove:hover i {
  color: #eb1717;
}

.form-score.term4 li {
  width: 25% !important;
  border-bottom: 1px solid #ddd;
}
.form-score.term4 li.level32 .form-group .form-box-info {
  border-left: none;
}
.form-score.term4 li.level32 .form-group .form-box {
  border-bottom: 1px solid #ddd;
  border-right: none;
}
.form-score.term4 .form-buttons-box {
  border-left: none;
}

.qual-score .form-group .form-box {
  min-height: 50px;
}
.qual-score .form-group .form-box:nth-child(2) {
  min-height: 55px;
  border-right: none;
  border-bottom: 1px solid #024093;
}

.score-out-style ul li .form-group .form-box:last-child {
  border-right: 1px solid #ddd;
}
.score-out-style ul li:nth-child(n+2) .form-group .form-box {
  border-right: none;
}
.score-out-style ul li:nth-child(n+2) .form-group .form-box:last-child {
  border-right: 1px solid #ddd;
}

.awordlicense-score {
  flex-wrap: wrap !important;
  border-right: 1px solid #ddd;
}
.awordlicense-score .form-vertical:nth-child(1) {
  width: 10%;
}
.awordlicense-score .form-vertical:nth-child(1) .form-group .form-box-info {
  min-height: 93px !important;
}
.awordlicense-score .form-vertical:nth-child(1) .form-group .form-box-info:nth-child(2) {
  min-height: 53px !important;
}
.awordlicense-score .form-vertical:nth-child(2) {
  width: 20%;
}
.awordlicense-score .form-vertical:nth-child(2) .form-group .form-box-info {
  min-height: 93px !important;
}
.awordlicense-score .form-vertical:nth-child(3) {
  width: 35%;
}
.awordlicense-score .form-vertical:nth-child(4) {
  width: 35%;
}
.awordlicense-score .form-vertical .form-group {
  width: 100% !important;
  flex-wrap: wrap !important;
}
.awordlicense-score .form-vertical .form-group .form-box {
  width: 100% !important;
  border-right: none !important;
}
.awordlicense-score li .form-group {
  border-top: 1px solid #ddd;
}
.awordlicense-score li .form-group .form-group-2 {
  width: 50%;
}
.awordlicense-score li .form-group .form-box:last-child {
  border-bottom: none;
  border-right: none !important;
}

.leadership-score {
  border-right: 1px solid #ddd;
}
.leadership-score li .form-group .form-box:last-child {
  border-right: none !important;
}

.form-text {
  color: #333;
}

.form-input:focus {
  border: 1px solid #024093;
}
.form-input::placeholder {
  color: #aaa;
}

.form-label {
  color: #333;
}
.form-label:hover {
  color: #024093;
}

.form-label-check {
  color: #333;
  display: inline;
}
.form-label-check:hover {
  color: #024093;
}

.form-download {
  color: #001629 !important;
}
.form-download::before {
  color: #001629;
}
.form-download:hover {
  color: #0c5799 !important;
}
.form-download:hover::before {
  color: #0c5799;
}

.form-input-date-icon {
  color: #144a7f;
}

.board-description {
  border: 1px solid #ccc;
}
.board-description a, .board-description p, .board-description b, .board-description span, .board-description strong {
  color: #333;
}

.board-table {
  border-top-color: #2e3953;
}

.board-th {
  border-color: #ddd;
  background-color: #f3f3f3;
  color: #243150;
}

.board-td {
  border-color: #ddd;
  background-color: #fff;
  color: #333;
}

.table {
  border-top: 2px solid #024093;
}
.table thead tr th {
  background-color: #f5f5f5;
  border-color: #869caf;
}
.table tbody tr td {
  background-color: #fff;
  border-color: #869caf;
}

.ui-dialog-titlebar {
  background-color: #024093 !important;
}

.ui-dialog-title {
  color: #fff;
}

.ui-widget-overlay {
  background: #000 !important;
}

footer {
  background-color: #ededed;
}

.footer-info ul li a {
  color: #434343;
}
.footer-info ul li a:hover {
  color: #024093;
}
.footer-info ul li:after {
  color: #434343;
}
.footer-info .footer-link {
  margin-top: 9px;
}
.footer-info .footer-link a {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #444;
}
.footer-info .footer-link a i {
  color: #444;
}
.footer-info .footer-link a:hover {
  background-color: #efefef;
  color: #000;
}
.footer-info .footer-link a:hover i {
  color: #000;
}

.footer-content {
  background-color: #555555;
}

.footer-bottom address {
  color: #fff;
}
.footer-bottom span {
  color: #fff;
}
.footer-bottom p {
  color: #fff;
}
.footer-bottom strong {
  color: #fff;
}

.file-caption {
  background-color: #fff;
  border: 1px solid #adadad !important;
  color: #333 !important;
}
.file-caption:focus {
  border: 1px solid #1560a1;
}
.file-caption::placeholder {
  color: #aaa;
}

.input-group-btn .btn {
  color: #fff !important;
}
.input-group-btn .btn:hover {
  background-color: #f3f3f3;
  border: 1px solid #888;
}
.input-group-btn .btn-file {
  background-color: #1a75c6;
  border: 1px solid #0c5799;
  color: #fff !important;
}
.input-group-btn .btn-file:hover {
  border: 1px solid #2082d8;
  background-color: #2082d8;
  color: #fff;
}
.input-group-btn .btn-file:hover i {
  color: #fff;
}
.input-group-btn .btn-file i {
  color: #fff;
}
.input-group-btn .btn-file span {
  color: #fff;
}
.input-group-btn .btn-file input[type=file] {
  color: #fff !important;
}

.xdsoft_calendar table th {
  background-color: #e0f0ff !important;
  color: #333 !important;
  border-bottom: 1px solid #bde0ff !important;
}
.xdsoft_calendar .xdsoft_current div {
  color: #fff;
}

@media all and (max-width: 1200px) {
  .footer-logo {
    margin-top: 20px;
  }
  .footer-bottom {
    padding: 20px 0;
    font-size: 14px;
  }
}
@media all and (min-width: 1000px) and (max-width: 1130px) {
  .r-wrap-under-move select {
    margin-right: 1px;
  }
  .r-wrap-under-move input {
    margin-right: 1px;
    margin-left: 1px;
  }
  .r-under-move {
    padding: 5px 5px;
    font-size: 12px;
    letter-spacing: -1px;
  }
}
@media all and (max-width: 1000px) {
  header .gnb nav > .gnb-dep1 > li > a {
    padding-right: 10px !important;
  }
  header .gnb nav > .gnb-dep1 > li .gnb-dep2 {
    margin-left: -90% !important;
  }
  header .gnb nav > .gnb-dep1 > li:last-child .gnb-dep2 {
    margin-left: -100% !important;
  }
  header .gnb nav .gnb-dep2 > li > a {
    font-size: 13px;
  }
  .r-width-wrap > .w10 {
    width: 20%;
  }
  .r-width-wrap > .w90 {
    width: 80%;
  }
  .form-block-4 .form-block-2:nth-child(1) .form-box {
    border-bottom-color: #ddd !important;
  }
  .form-block-4 .form-block-2:nth-child(1) .form-box:nth-child(2) {
    border-right-color: #ddd !important;
  }
  .form-score {
    border-bottom: none;
  }
  .form-score .form-input {
    width: 95%;
  }
  .form-score li {
    margin-bottom: 0;
  }
  .form-score li:nth-child(2) .form-box {
    border-right-color: #ddd;
    border-right: none;
  }
  .form-score.term4 li {
    width: 50% !important;
  }
  footer .footer-logo {
    padding-top: 30px;
  }
  .student-read-form p, .student-read-form span {
    padding-left: 5px;
  }
  .student-read-form .student-read-info li.student-write-box:last-child .form-block-4 .form-block-2:nth-child(1) .form-box {
    border-bottom: 1px solid #024093 !important;
  }
  .student-read-form .student-read-info li.student-write-box .form-group {
    display: flex;
    flex-wrap: nowrap;
  }
  .student-read-form .student-read-info li.student-write-box .form-group .form-block-2 {
    width: auto;
  }
  .student-read-form .student-read-info li.student-write-box .form-group .form-block-2:nth-child(1) .form-box {
    border-right: none !important;
  }
  .student-read-form .student-read-info li.student-write-box .form-group .form-block-2:last-child .form-box-info {
    border-right: 1px solid #ddd;
  }
  .student-read-form .student-read-info li.student-write-box .form-group .form-box {
    width: auto;
  }
  .student-read-form .student-read-info li.student-write-flex .student-write-left .form-block-4 {
    display: flex;
  }
  .student-read-form .student-read-info li.student-write-flex .student-write-left .form-block-4 .form-block-2 {
    flex-wrap: wrap;
    width: 50%;
  }
  .student-read-form .student-read-info li.student-write-flex .student-write-left .form-block-4 .form-block-2 .w40 {
    width: 40%;
  }
  .student-read-form .student-read-info li.student-write-flex .student-write-left .form-block-4 .form-block-2 .w60 {
    width: 60%;
  }
  .student-read-form .student-read-info li.student-write-flex .student-write-left .form-block-4 .form-block-2:nth-child(2) .form-box-info {
    border-left: none;
  }
  .student-read-form .student-read-info li.student-write-flex .student-write-left .form-group {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 768px) {
  header {
    background-color: #fff;
  }
  header .mobile-btn i {
    color: #333;
  }
  header .mobile-btn i:hover {
    color: #024093;
  }
  header .util ul li {
    background-color: #444;
    border-right-color: #fff;
  }
  header .util ul li:hover {
    background-color: #555;
  }
  header .util ul li a {
    color: #fff;
  }
  header .util ul li a:hover {
    color: #fff;
  }
  header .util ul .sms-logo {
    border-left: 1px solid #eee;
    margin-left: 0;
    margin-right: 0;
    height: 25px;
    margin-bottom: 0;
    width: 35px;
  }
  header .util ul .sms-logo a {
    padding: 0;
  }
  header .util ul .sms-logo a img {
    width: 35px;
    height: 26px;
    border-radius: 0;
    margin-top: -1px;
  }
  header .util ul .zoom-text {
    display: none;
  }
  header .util ul .zoom-in {
    display: none;
  }
  header .util ul .zoom-out {
    display: none;
  }
  header .util ul .zoom-normal {
    display: none;
  }
  header .gnb nav > .gnb-dep1 {
    border-left-color: #aaa;
    background-color: #fff;
    padding: 0;
  }
  header .gnb nav > .gnb-dep1 > li {
    width: 100%;
    border-bottom-color: #dedede;
    background-color: #f9f9f9;
  }
  header .gnb nav > .gnb-dep1 > li:last-child .gnb-dep2 {
    margin: 0 !important;
  }
  header .gnb nav > .gnb-dep1 > li > a:hover {
    color: #fff;
  }
  header .gnb nav > .gnb-dep1 > li:hover {
    background-color: #144a7f !important;
  }
  header .gnb nav > .gnb-dep1 > li:hover::after {
    display: none;
  }
  header .gnb nav > .gnb-dep1 > li > .gnb-dep2 {
    margin: 0 !important;
    padding: 0;
    border-top-color: #ccc;
  }
  header .gnb nav > .gnb-dep1 > li > .gnb-dep2 > li > a {
    color: #666;
  }
  header .gnb nav > .gnb-dep1 > li > .gnb-dep2 > li:hover {
    background-color: #024093;
  }
  header .gnb nav > .gnb-dep1 > li > .gnb-dep2 > li:hover a {
    color: #fff;
  }
  header .gnb nav > .gnb-dep1 .m-arr > a::after {
    color: #333;
  }
  header .gnb nav > .gnb-dep1 .m-arr.on > a {
    color: #024093;
    background-color: #e9f5ff;
  }
  .sub-top-txt1 {
    font-size: 18px !important;
  }
  .board.board-list ul li:first-child {
    border-top-color: #666;
  }
  .board.board-list ul li .form-box p {
    color: #999;
  }
  .board.board-list ul li .form-box p i {
    color: #999;
  }
  .board.board-list .form-group {
    border-bottom-color: #ddd;
  }
  .board.board-list .form-r-tit a p {
    color: #333;
  }
  .notice-import .form-r-num p {
    color: #fff !important;
    background-color: #eb1717;
  }
  .notice-import .form-r-tit a p {
    color: #eb1717 !important;
  }
  .board.board-read ul li:first-child {
    border-top-color: #666;
  }
  .board.board-read .form-group {
    border-bottom-color: #ddd;
  }
  .board.board-read .form-box {
    border-top-color: #ddd;
    border-bottom-color: #ddd;
  }
  .board.board-read .form-box p {
    color: #333;
  }
  .board.board-write ul li:first-child {
    border-top-color: #666;
  }
  .board.board-write .form-group {
    border-bottom-color: #ddd;
  }
  .board.board-write .form-box {
    border-top-color: #ddd;
    border-bottom-color: #ddd;
  }
  .board.board-result ul .board-tr {
    border-bottom-color: #aaa;
  }
  .board.board-result ul .board-tr .board-td::before {
    color: #243150;
  }
  .board.board-result ul .board-tr .board-r-hide {
    color: #243150;
  }
  .board-form ul > li .form-group .form-box-info:nth-child(2n+1) {
    border-right: none;
  }
  .board-form ul > li .form-group .form-box-info:nth-child(2n) {
    border-right: none;
  }
  .board-form ul > li .form-group .form-box-info:last-child {
    border-right: 1px solid #ddd;
  }
  .board-form ul > li:last-child .form-group {
    border-bottom-color: #2e3953;
  }
  .board-form ul > li:last-child .form-group .form-box-info {
    border-bottom-color: #ddd !important;
  }
  .board-form ul > li > .form-box-info {
    border-right-color: #ddd;
  }
  .board-form ul > li .form-block-4 .form-block-2:nth-child(1) .form-box-info:nth-child(2n+1) {
    border-right-color: #ddd;
  }
  .board-form ul > li .form-block-4 .form-block-2:nth-child(1) .form-box {
    border-right-color: #ddd;
  }
  .form-score li {
    width: 100% !important;
  }
  .form-score li:nth-child(1) .form-group .form-full {
    border-right-color: #ddd;
    border-right: none;
  }
  .form-score li:nth-child(1) .form-group .score-data {
    border-right-color: #ddd;
    border-right: none;
  }
  .form-score li:nth-child(2) .form-group .form-full {
    border-right-color: #ddd;
    border-right: none;
  }
  .form-score li:nth-child(3) .form-group .form-box:nth-last-child(2) {
    border-bottom: 1px solid #ddd !important;
  }
  .form-score li:nth-child(3) .form-group .form-box:last-child {
    border-bottom: 1px solid #ddd !important;
  }
  .qual-score .form-group .form-box:nth-child(2) {
    border-bottom: 1px solid #ddd;
  }
  .form-score.term4 li {
    width: 100% !important;
  }
  .user-reg-wrap ul li .form-group .form-box.form-box-info {
    width: 20% !important;
    border-right: none !important;
  }
  .user-reg-wrap ul li .form-group .form-box {
    width: 80% !important;
  }
  .user-reg-wrap ul li .form-group .form-box .form-box-inline-enter {
    flex-wrap: wrap;
  }
  .user-reg-wrap ul li .form-block-4 .form-block-2 .form-box.form-box-info {
    width: 20%;
  }
  .user-reg-wrap ul li .form-block-4 .form-block-2 .form-box {
    width: 80%;
  }
  .user-block-group {
    flex-wrap: wrap;
  }
  .user-myschool {
    flex-wrap: wrap;
    width: 100%;
  }
  .user-myschool-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .user-myschool-wrap .user-ms-inline {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .user-myschool-wrap .user-ms-inline.user-ms-schoolname {
    flex-wrap: wrap;
  }
  .user-schoolinfo {
    flex-wrap: wrap;
    width: 100%;
  }
  .student-apply .student-apply-group li .form-group .form-box.form-box-info {
    width: 20% !important;
    border-right: none !important;
  }
  .student-apply .student-apply-group li .form-group .form-box {
    width: 80% !important;
    border-right: 1px solid #ddd !important;
  }
  .student-apply .student-apply-group li .form-group .form-box .form-box-inline-enter {
    flex-wrap: wrap;
  }
  .student-apply .student-apply-group li .form-block-4 .form-block-2 .form-box.form-box-info {
    width: 20%;
  }
  .student-apply .student-apply-group li .form-block-4 .form-block-2 .form-box {
    width: 80%;
  }
  .student-apply .hope-dept-wrap li {
    border: none;
  }
  .student-apply .hope-dept-wrap li:nth-child(1) {
    width: 20%;
  }
  .student-apply .hope-dept-wrap li:nth-child(1) .form-box.form-box-info {
    width: 100% !important;
    min-height: 55px;
  }
  .student-apply .hope-dept-wrap li:nth-child(1) .form-box.form-box-info:last-child {
    border-right: none;
    border-bottom: 1px solid #024093;
  }
  .student-apply .hope-dept-wrap li:nth-child(2) {
    width: 80%;
  }
  .student-apply .hope-dept-wrap li:nth-child(2) .form-group {
    border-bottom: none;
  }
  .student-apply .hope-dept-wrap li:nth-child(2) .form-box {
    min-height: 55px;
    width: 100% !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
  }
  .student-apply .hope-dept-wrap li:nth-child(2) .form-box:last-child {
    border-bottom: 1px solid #024093 !important;
  }
  .student-write-info .student-write-flex {
    flex-wrap: wrap;
  }
  .student-write-info .student-write-flex .student-write-left {
    width: 100%;
  }
  .student-write-info .student-write-flex .student-write-right {
    width: 100%;
  }
  .student-write-info .student-write-flex .student-write-right .student-write-img {
    min-height: auto;
    border-left: 1px solid #ddd;
    padding: 10px 0;
  }
  .student-write-info .student-write-flex .student-write-right .student-write-img .student-img-left {
    width: 30%;
  }
  .student-write-info .student-write-flex .student-write-right .student-write-img .student-img-left img {
    display: block;
    margin: 0 auto 5px;
  }
  .student-write-info .student-write-flex .student-write-right .student-write-img .student-img-right {
    width: 70%;
  }
  .student-write-info .student-write-flex .student-write-right .student-write-img .student-img-right ul {
    padding: 0 15px 0 0;
  }
  .teacher-apply li:nth-child(1) .form-group .form-box {
    border-right: 1px solid #ddd !important;
  }
  .teacher-apply li:last-child .form-group .form-box {
    border-right: 1px solid #ddd !important;
  }
  .write-attend-score .form-group {
    border-right: 1px solid #ddd;
  }
  .write-majoraword ul li:last-child .form-group .form-box:last-child {
    border-right: 1px solid #ddd !important;
  }
  .student-read-info .student-write-flex {
    flex-wrap: wrap;
  }
  .student-read-info .student-write-flex .student-write-left {
    width: 100%;
  }
  .student-read-info .student-write-flex .student-write-left .form-block-4 .form-block-2 {
    width: 100% !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .student-read-info .student-write-flex .student-write-left .form-block-4 .form-block-2 .form-box.form-box-info {
    width: 20% !important;
    border-right: 1px solid #ddd !important;
  }
  .student-read-info .student-write-flex .student-write-left .form-block-4 .form-block-2 .form-box {
    width: 80% !important;
    border-left: none !important;
    border-right: none !important;
  }
  .student-read-info .student-write-flex .student-write-left .student-write-half {
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .student-read-info .student-write-flex .student-write-left .student-write-half .form-box.form-box-info {
    width: 20% !important;
    border-right: 1px solid #ddd !important;
  }
  .student-read-info .student-write-flex .student-write-left .student-write-half .form-box {
    width: 80% !important;
    border-left: none !important;
    border-right: none !important;
  }
  .student-read-info .student-write-flex .student-write-left .student-write-half .student-write-address {
    padding-right: 5px;
  }
  .student-read-info .student-write-flex .student-write-right {
    width: 100%;
    display: flex;
  }
  .student-read-info .student-write-flex .student-write-right .student-write-photo-tit {
    display: flex;
    width: 20%;
    border-right: none !important;
  }
  .student-read-info .student-write-flex .student-write-right .student-write-img {
    width: 80%;
    min-height: auto;
    border-left: 1px solid #ddd;
  }
  .student-read-info .student-write-flex .student-write-right .student-write-img img {
    margin: 10px 0;
  }
  .student-read-info .student-write-box {
    width: 100%;
  }
  .student-read-info .student-write-box .form-block-4 {
    border-right: 1px solid #ddd;
    flex-wrap: wrap !important;
  }
  .student-read-info .student-write-box .form-block-4 .form-block-2 {
    width: 100% !important;
  }
  .student-read-info .student-write-box .form-block-4 .form-block-2 .form-box.form-box-info {
    width: 20% !important;
    text-align: right;
  }
  .student-read-info .student-write-box .form-block-4 .form-block-2 .form-box {
    width: 80% !important;
  }
  .student-read-info .student-write-box:nth-child(2) .form-block-4 .form-block-2 .form-box {
    border-bottom: 1px solid #ddd !important;
  }
  .student-read-form .student-read-info li.student-write-box:last-child .form-block-4 .form-block-2:nth-child(1) .form-box {
    border-bottom: 1px solid #ddd !important;
  }
  .student-read-form .student-read-info li.student-write-box:last-child .form-block-4 .form-block-2:nth-child(2) .form-box {
    border-bottom: 1px solid #ddd !important;
  }
  .form-score-mypage li .form-group {
    flex-wrap: nowrap;
  }
  .form-score-mypage li .form-group .form-box-info {
    padding: 0px 2px;
  }
  .form-score-mypage li .form-group .form-box-info:last-child {
    border-right: none !important;
  }
  .mypage-one-score li .form-group .form-box {
    border-bottom: 1px solid #ddd !important;
  }
  .mypage-one-score li:first-child {
    border-bottom: 1px solid #024093;
  }
  .mypage-one-score li:last-child {
    border-right: 1px solid #ddd;
  }
  .form-box-info {
    border-right: 1px solid #ddd !important;
  }
  .user-reg-wrap ul li .form-group .form-box-info {
    border-right: 1px solid #ddd !important;
  }
  .user-reg-wrap ul li .form-group .form-box {
    border-right: 1px solid #ddd !important;
  }
  .student-write-img {
    min-height: 340px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .student-write-img .student-img-left {
    width: 50%;
  }
  .student-write-img .student-img-left img {
    margin: 0 0 5px;
  }
  .student-write-img .student-img-right {
    width: 100%;
  }
  .student-write-img .student-img-right ul {
    border-top: none;
    padding: 0px 15px 10px 15px;
  }
  .student-write-img .student-img-right ul li {
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 5px;
    text-indent: -15px;
    word-break: normal;
    margin-left: 15px;
  }
  .student-write-img .student-img-right ul li::before {
    content: "•";
    color: #024093;
    vertical-align: 2px;
    margin-right: 10px;
  }
  .student-write-half {
    justify-content: left !important;
  }
  .form-score-sum .form-score-mypage li > .form-group {
    border-bottom-color: #ddd !important;
  }
  .form-score-sum .form-score-mypage li > .form-group .form-box {
    border-bottom: 1px solid #ddd !important;
  }
  .form-score-sum > .form-group .form-box {
    min-height: 55px;
    border-left: 1px solid #ddd;
  }
  .tit-write-left {
    display: block;
    width: 100%;
  }
  .tit-write-right {
    width: 100%;
    display: block;
    float: initial;
    margin-bottom: 5px;
  }
  .aword-score .form-vertical:nth-child(2) {
    border-right: 1px solid #ddd;
  }
  .awordfirst-socre li .form-group {
    flex-wrap: wrap !important;
    border-right: 1px solid #ddd !important;
  }
  .awordfirst-socre li .form-group .form-box-info {
    width: 50% !important;
  }
  .awordfirst-socre li .form-group .form-box-info:nth-child(3) {
    display: none;
  }
  .awordfirst-socre li .form-group .form-box:nth-child(1) {
    width: 50% !important;
  }
  .awordfirst-socre li .form-group .form-box:nth-child(2) {
    width: 50% !important;
  }
  .awordfirst-socre li .form-group .form-box:nth-child(3) {
    border-top: 1px solid #ddd;
    border-right: none !important;
    width: 100% !important;
  }
  .awordlicense-score {
    flex-wrap: wrap !important;
    border-right: 1px solid #ddd;
  }
  .awordlicense-score .form-vertical:nth-child(1) {
    width: 10%;
  }
  .awordlicense-score .form-vertical:nth-child(1) .form-group .form-box-info {
    min-height: 111px !important;
  }
  .awordlicense-score .form-vertical:nth-child(1) .form-group .form-box-info:nth-child(2) {
    min-height: 54px !important;
  }
  .awordlicense-score .form-vertical:nth-child(2) {
    width: 20%;
  }
  .awordlicense-score .form-vertical:nth-child(2) .form-group .form-box-info {
    min-height: 111px !important;
  }
  .score-out-style ul .form-vertical {
    width: 50%;
  }
  .score-out-style ul .form-vertical .form-box:last-child {
    border-right: none !important;
  }
  .score-out-style ul .form-vertical .form-box-info:nth-child(2n+1) {
    border-right: none !important;
  }
  .score-out-style ul li .form-vertical {
    flex-wrap: wrap !important;
    width: 100%;
  }
  .score-out-style ul li .form-vertical .form-box {
    width: 100% !important;
    min-height: 54px !important;
  }
  .final-result {
    border-right: 1px solid #ddd;
  }
  .final-result > .form-vertical {
    width: 33.3% !important;
  }
  .final-result > .form-vertical .form-group {
    border-bottom: 1px solid #024093;
  }
  .final-result > .form-vertical .form-group .form-box {
    min-height: 60px !important;
  }
  .final-result li:last-child .form-group .form-box {
    border-bottom: 1px solid #ddd !important;
  }
  .sub_tab .sub_item ul li a {
    font-size: 14px;
  }
  .sub_tab .title_vod {
    padding: 10px;
    color: #0e4985;
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
  }
  .sub_tab .title_vod::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 23px;
    margin: -5px 25px 0 0;
    background: linear-gradient(#0e4985, #0a7694);
    transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform: skew(-25deg);
    -ms-transform: skew(-25deg);
  }
  .introduce .introduce_box {
    border: none !important;
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .introduce .introduce_box .int_group .int_deptbox {
    flex-wrap: wrap;
  }
  .introduce .introduce_box .int_group .int_deptbox .int_deptbox_left {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .introduce .introduce_box .int_group .int_deptbox .int_deptbox_right {
    margin-left: 0px;
    margin-top: 20px;
    width: 100% !important;
  }
  .introduce .introduce_box .int_group h4 {
    margin-bottom: 10px;
  }
  .introduce .introduce_box .int_group .major-txt {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .introduce .introduce_box .int_group .major_tit {
    margin: 30px 0 5px 0;
  }
  .introduce .introduce_box .int_group .major_ul {
    margin-bottom: 30px;
  }
  .introduce .introduce_box .int_group .major_ul li {
    font-size: 16px;
    text-align: justify;
    color: #333;
  }
  .introduce .introduce_box .int_group .major_ul li::before {
    content: url(/Content/gbgigong/images/sub_dept_icon02.png);
    vertical-align: 5px;
    margin-right: 10px;
  }
  footer .footer-logo {
    padding-top: 0px;
  }
  footer .footer-bottom {
    margin-top: 10px;
  }
  footer .footer-bottom address {
    font-size: 14px;
    margin-bottom: 5px;
  }
  footer .footer-bottom p {
    font-size: 14px;
  }
  .vod-info {
    margin-bottom: 20px;
  }
  .vod-info .vod-info-txt {
    font-size: 14px;
  }
  .vod-roll .slider-for {
    border: 1px solid #ddd;
    margin-bottom: 30px;
  }
  .vod-roll .slider-for li p {
    width: 100%;
  }
  .vod-roll .slider-for li a {
    width: 100%;
    text-align: right;
    margin-right: -1px;
    margin-bottom: -1px;
  }
  .vod-roll .slider-nav {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 30px;
    border-top: 2px solid #000;
  }
  .vod-roll .slider-nav li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    border: 1px solid #eee;
    margin: 0 5px 0 5px;
    width: 100%;
    min-height: 180px;
    max-height: 180px;
    overflow: hidden;
    white-space: inherit;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .vod-roll .slider-nav li img {
    width: 200px;
    height: 140px;
    border: 2px solid #ccc;
    margin-top: -8px;
  }
  .vod-roll .slider-nav li p {
    display: block !important;
    margin-top: -10px;
    font-size: 13px;
    color: #333;
  }
  .vod-roll .slider-nav li.slick-current.slick-active {
    border: 1px solid #185492;
    background-color: #185492;
  }
  .vod-roll .slider-nav li.slick-current.slick-active p {
    color: #fff;
    font-weight: 600;
  }
  .vod-roll .slider-nav .slick-prev {
    max-height: 180px;
  }
  .vod-roll .slider-nav .slick-list {
    margin: 0 35px;
  }
  .vod-roll .slider-nav .slick-next {
    max-height: 180px;
  }
  .form-box-address .addr-zip {
    flex-wrap: wrap;
  }
}
