@import url("/common_libs_2/animate.css");
@import url("/common_libs_2/css_preloader.css");
/**/
.kquery_viewsize {
  position: fixed;
  cursor: pointer;
  z-index: 999999;
  bottom: 0px;
  right: 0px;
  background: url(/front_generaledu/imgs/opacity_bg/black60.png);
  color: #00ffff;
  font-size: 11px;
  padding: 3px;
}
.kquery_viewsize:before {
  margin-right: 5px;
  display: inline-block;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media screen and (min-width: 1440px) {
  .kquery_viewsize:before {
    content: 'CSS : DESKTOP /';
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .kquery_viewsize:before {
    content: 'CSS : LAPTOP /';
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kquery_viewsize:before {
    content: 'CSS : TABLET /';
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  .kquery_viewsize:before {
    content: 'CSS : MOBILE /';
  }
}
/**/
#preLoaderWrap {
  z-index: 999999;
  position: fixed;
  top: 0px;
  left: 0px;
  background: white;
}
#preLoaderWrap {
  width: 100%;
  height: 100%;
}
#preLoaderWrap {
  display: none;
}
#preLoaderWrap > .css_preloader {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
}
/**/
#browserScrollWeightInfoBox {
  position: fixed;
  top: -10000px;
  left: -10000px;
  z-index: 0;
}
#browserScrollWeightInfoBox {
  width: 50px;
  height: 50px;
  opacity: 0;
}
#browserScrollWeightInfoBox > div {
  overflow: scroll;
  width: 100%;
  height: 100%;
  background: red;
}
/**/
.is_sogood iframe.auto_fit {
  outline: 1px dashed cornflowerblue;
}
iframe.auto_fit {
  display: block;
  width: 100%;
  height: 0;
}
/**/
/*.is_sogood.chrome *:focus:not(.btn){ outline:2px dashed deeppink; box-shadow:0px 0px 5px deeppink; }*/
/**/
body > .section:first-child > *:first-child,
#contents > .section:first-child > *:first-child {
  margin-top: 0;
}
/**/
.red {
  color: red !important;
}
.blue {
  color: blue !important;
}
.green {
  color: green !important;
}
.yellow {
  color: yellow !important;
}
/**/
.color0 {
  color: #0082cc !important;
}
.color1 {
  color: #333333 !important;
}
.color333 {
  color: #333333 !important;
}
.color666 {
  color: #666666 !important;
}
.color999 {
  color: #999999 !important;
}
/*[data-depth1-code="1"] .color0{ color:#e18725 !important; }*/
/*[data-depth1-code="2"] .color0{ color:#66ad43 !important; }*/
/*[data-depth1-code="3"] .color0{ color:#1c96bf !important; }*/
/*[data-depth1-code="4"] .color0{ color:#6f4179 !important; }*/
/*[data-depth1-code="5"] .color0{ color:#e0c800 !important; }*/
/*[data-depth1-code="6"] .color0{ color:#a72b2b !important; }*/
.border_color0 {
  border-color: #0082cc !important;
}
.background_color0 {
  background-color: #0082cc !important;
}
hr {
  margin: 45px 0;
  box-sizing: border-box;
  border: none;
  border-top: 1px solid #dddddd;
}
/*
1. 워드
2. 엑셀
3. 파워포인트
4. PDF
5. HWP
6. 이미지
7. 기타
*/
.file_ext {
  color: #333333;
  line-height: 32px;
  height: 32px;
  font-size: 13px;
}
.file_ext {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.file_ext > * {
  vertical-align: middle;
}
.file_ext:before {
  vertical-align: middle;
  margin-right: 5px;
  background: url(/front_generaledu/imgs/file_ext/file_ext_etc.png);
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
}
.file_ext.doc:before,
.file_ext.docx:before {
  background: url(/front_generaledu/imgs/file_ext/file_ext_doc.png);
}
.file_ext.ppt:before,
.file_ext.pptx:before {
  background: url(/front_generaledu/imgs/file_ext/file_ext_ppt.png);
}
.file_ext.xls:before,
.file_ext.xlsx:before {
  background: url(/front_generaledu/imgs/file_ext/file_ext_xls.png);
}
.file_ext.pdf:before {
  background: url(/front_generaledu/imgs/file_ext/file_ext_pdf.png);
}
.file_ext.hwp:before {
  background: url(/front_generaledu/imgs/file_ext/file_ext_hwp.png);
}
.file_ext.gif:before,
.file_ext.png:before,
.file_ext.jpg:before {
  background: url(/front_generaledu/imgs/file_ext/file_ext_img.png);
}
/**/
i.ext {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
i.ext {
  background-image: url(/front_generaledu/imgs/file_ext/file_ext_etc.png);
}
i.ext.doc {
  background-image: url(/front_generaledu/imgs/file_ext/file_ext_doc.png);
}
i.ext.ppt {
  background-image: url(/front_generaledu/imgs/file_ext/file_ext_ppt.png);
}
i.ext.xls {
  background-image: url(/front_generaledu/imgs/file_ext/file_ext_xls.png);
}
i.ext.pdf {
  background-image: url(/front_generaledu/imgs/file_ext/file_ext_pdf.png);
}
i.ext.hwp {
  background-image: url(/front_generaledu/imgs/file_ext/file_ext_hwp.png);
}
i.ext.img {
  background-image: url(/front_generaledu/imgs/file_ext/file_ext_img.png);
}
/**/
.star:before {
  color: orangered;
  content: '*';
  display: inline-block;
}
/**/
.zoom_pop {
  cursor: pointer;
}
/**/
.win_pop0 {
  background: white;
}
.win_pop0 > .head {
  padding: 10px;
  color: white;
  margin-bottom: 15px;
  font-size: 19px;
  font-family: NanumSquare;
  letter-spacing: -0.05em;
  background: #0082cc;
}
.win_pop0 > .body {
  padding: 10px;
}
/**/
.table0 {
  box-sizing: border-box;
  border-top: 1px solid #0082cc;
}
.table0 > table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.table0.fixed > table {
  table-layout: fixed;
}
.table0.center > table > * > tr > * {
  text-align: center;
}
.table0 > table > * > tr > * {
  vertical-align: middle;
  height: 38px;
  border: 1px solid #dddddd;
  background: white;
  padding: 10px;
  color: #333333;
  font-size: 16px;
  letter-spacing: -0.025em;
  word-break: break-word;
}
.table0 > table > * > tr > th {
  color: #333333;
  background: #f0faff;
  font-weight: bold;
  text-align: center;
}
.table0 > table > * > tr > th > button {
  padding-left: 20px;
  padding-right: 20px;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.table0 > table > * > tr > th > button {
  background: url(/front_generaledu/imgs/common/table0_th_arrow_down.png) no-repeat center;
  background-position: right center;
}
.table0 > table > * > tr > *.label {
  color: #333333;
  background: #f0faff;
  font-weight: bold;
  text-align: center;
}
.table0 > table > * > tr:first-child > * {
  border-top: none;
}
.table0 > table > * > tr > *:first-child {
  border-left: none;
}
.table0 > table > * > tr > *:last-child {
  border-right: none;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .mobile_scroll_box > .inner {
    width: 100%;
    overflow: scroll;
  }
  .mobile_scroll_box > .inner > div {
    width: 1400px;
    margin: 0;
  }
}
/**/
.rtable0 {
  font-size: 0;
  box-sizing: border-box;
  border-top: 2px solid #0082cc;
  border-bottom: 1px solid #e6e6e6;
}
.rtable0 .submit_btn {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rtable0 > .row + .row {
  border-top: 1px solid #e6e6e6;
}
.rtable0 > .row > .col {
  display: inline-table;
  vertical-align: top;
}
.rtable0 > .row > .col > * {
  display: table-cell;
  height: 38px;
  vertical-align: middle;
  padding: 2px 5px;
}
.rtable0 > .row > .col > * {
  font-size: 16px;
  line-height: 1.5em;
  color: #666666;
}
.rtable0 > .row > .col > *:first-child {
  border-left: none;
}
.rtable0 > .row > .col > *:last-child {
  border-right: none;
}
.rtable0 > .row > .col > .label {
  color: #333333;
  background: #f4f4f4;
  font-weight: bold;
  text-align: center;
}
.rtable0 > .row > .col > .label {
  width: 150px;
}
.rtable0 > .row > .col > .label + .cont {
  border-left: 1px solid #e6e6e6;
}
.rtable0 > .row > .col + .col > .label {
  border-left: 1px solid #e6e6e6;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .rtable0 > .row > .col {
    width: 100% !important;
  }
  .rtable0 > .row > .col + .col {
    border-top: 1px solid #e6e6e6;
  }
  .rtable0 > .row > .col + .col > .label {
    border-left: none;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  .rtable0 > .row > .col {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rtable0 > .row > .col > * {
    display: block;
    height: auto;
  }
  .rtable0 > .row > .col > .label {
    width: auto;
    text-align: left;
    background: none;
  }
  .rtable0 > .row > .col > .label + .cont {
    border-left: none;
  }
}
/**/
.data_grid_ui {
  box-sizing: border-box;
  border-top: 2px solid #0082cc;
  border-bottom: 1px solid #dddddd;
}
.data_grid_ui > div > table {
  table-layout: fixed;
  border-collapse: collapse;
}
.data_grid_ui.center > div > table > tbody > tr > td {
  text-align: center;
}
.data_grid_ui > div > table > tbody > tr:first-child > td {
  border-top: none;
}
.data_grid_ui > div > table > tbody > tr > td:first-child {
  border-left: none;
}
.data_grid_ui > div > table > tbody > tr > td:last-child {
  border-right: none;
}
.data_grid_ui > .head {
  background: #f9fafc;
  overflow-x: hidden;
}
.data_grid_ui > .head > table {
  position: relative;
}
.data_grid_ui > .head > table > tbody > tr > td {
  box-sizing: border-box;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.data_grid_ui > .head > table > tbody > tr > td {
  height: 30px;
  padding: 10px;
}
.data_grid_ui > .head > table > tbody > tr > td {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.data_grid_ui > .body {
  height: 200px;
  overflow: auto;
}
.data_grid_ui > .body {
  border-top: 1px solid #333333;
  box-sizing: border-box;
}
.data_grid_ui > .body > table {
  width: 100%;
}
.data_grid_ui > .body > table > tbody > tr > td {
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.data_grid_ui > .body > table > tbody > tr > td {
  height: 38px;
  padding: 10px;
}
.data_grid_ui > .body > table > tbody > tr > td {
  font-size: 16px;
  color: #666666;
}
/**/
.tit0 {
  margin-top: 100px;
  margin-bottom: 40px;
  line-height: 1.5em;
}
.tit0 {
  font-size: 24px;
  letter-spacing: calc(-60 * 0.001em);
  color: #333333;
}
.tit0 {
  background: url(/front_generaledu/imgs/common/tit0_blt.png) no-repeat left center;
}
.tit0 > div {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  padding-right: 10px;
}
.tit1 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.tit1 {
  font-size: 22px;
  letter-spacing: calc(-60 * 0.001em);
  color: #0082cc;
}
.tit2 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.tit2 {
  font-size: 20px;
  color: #333333;
  letter-spacing: calc(-60 * 0.001em);
}
.tit2 {
  padding-left: 10px;
}
.tit2:before {
  background: #0082cc;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 0.75em;
  left: 0px;
  content: '';
  display: block;
}
/**/
.txt0 {
  font-size: 18px;
  letter-spacing: calc(-60 * 0.001em);
  color: #333333;
  line-height: 1.5em;
}
.txt1 {
  font-size: 20px;
  letter-spacing: calc(-60 * 0.001em);
  color: #333333;
  line-height: 1.5em;
}
/**/
.desc0 {
  padding-left: 17px;
  font-size: 16px;
  line-height: 1.5em;
  color: #999999;
}
.desc0:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '※';
  display: inline-block;
}
.desc1 {
  padding-left: 17px;
  font-size: 16px;
  line-height: 1.5em;
  color: #0082cc;
}
.desc1:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '※';
  display: inline-block;
}
/**/
.tabui0 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  background: white;
}
.tabui0 > .for_mobile {
  display: none;
}
.tabui0 > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 54px;
}
.tabui0 > a {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.tabui0 > a {
  font-size: 18px;
  color: #999999;
}
.tabui0 > a.on {
  background: #0082cc;
  color: white;
}
.tabui0 > a > * {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .tabui0 > .for_mobile {
    display: block;
    padding-right: 80px;
  }
  .tabui0 > .for_mobile > select {
    display: inline-block;
    width: 100%;
  }
  .tabui0 > .for_mobile > button {
    width: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .tabui0 > a {
    display: none;
  }
}
/**/
.multiline_tabui {
  font-size: 0;
  opacity: 0;
}
.multiline_tabui.set_complete {
  opacity: 1;
}
.multiline_tabui > .for_mobile {
  display: none;
}
.multiline_tabui > a {
  display: inline-block;
  vertical-align: top;
}
.multiline_tabui > a {
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  color: #666666;
  white-space: nowrap;
}
.multiline_tabui > a {
  box-sizing: border-box;
}
.multiline_tabui > a {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.multiline_tabui > a:before {
  border-top: 1px solid #dddddd;
  width: calc(100% + 2px);
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
  display: block;
}
.multiline_tabui > a:after {
  border-left: 1px solid #dddddd;
  height: calc(100% + 2px);
  width: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
  display: block;
}
.multiline_tabui > a.on {
  color: white;
  background-color: #0082cc;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .multiline_tabui > .for_mobile {
    display: block;
    padding-right: 80px;
  }
  .multiline_tabui > .for_mobile > select {
    display: inline-block;
    width: 100%;
  }
  .multiline_tabui > .for_mobile > button {
    width: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .multiline_tabui > a {
    display: none;
  }
}
/**/
.btns_box {
  overflow: hidden;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.btns_box > .inner {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.btns_box > .inner {
  width: calc(100% + 10px * 2);
  margin-left: -10px;
}
.btns_box > .inner > .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.btns_box > .inner > .cell {
  padding-left: 10px;
  padding-right: 10px;
}
.btns_box > .inner > .cell > * {
  width: 100%;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .btns_box > .inner {
    width: calc(100% + 5px * 2);
    margin-left: -5px;
  }
  .btns_box > .inner > .cell {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/**/
i.ico {
  display: inline-block;
  vertical-align: top;
}
i.ico.ico0 {
  background: url(/front_generaledu/imgs/common/_ico0.png) no-repeat center;
  width: 20px;
  height: 17px;
}
i.ico.ico1 {
  background: url(/front_generaledu/imgs/common/_ico1.png) no-repeat center;
  width: 18px;
  height: 18px;
}
i.ico.ico2 {
  background: url(/front_generaledu/imgs/common/_ico2.png) no-repeat center;
  width: 18px;
  height: 18px;
}
i.ico.ico3 {
  background: url(/front_generaledu/imgs/common/_ico3.png) no-repeat center;
  width: 26px;
  height: 26px;
}
/**/
.btnui {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.btnui {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btnui {
  vertical-align: top;
  overflow: hidden;
}
.btnui {
  font-size: 16px;
  line-height: 30px;
}
.btnui > .ico {
  height: 30px !important;
}
.btnui.size_sm {
  font-size: 14px;
  line-height: 24px;
}
.btnui.size_lg {
  font-size: 20px;
  line-height: 36px;
}
.btnui > .ico {
  margin-right: 5px;
}
.btnui {
  background: #f6f6f6;
  color: #333333;
  border: 1px solid #dddee0;
}
.btnui:hover {
  background: #e0e0e0;
  border-color: rgba(224, 224, 224, 0.5);
}
.btnui:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(167, 199, 252, 0.5);
}
.btnui.btnui_0 {
  background: #007bff;
  color: white;
  border-color: #007bff;
}
.btnui.btnui_0.rev {
  background: white;
  color: #007bff;
}
.btnui.btnui_0:hover {
  background: #0069d9;
  border-color: #0062cc;
}
.btnui.btnui_0.rev:hover {
  color: white;
}
.btnui.btnui_0:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btnui.btnui_1 {
  background: #28a745;
  color: white;
  border-color: #28a745;
}
.btnui.btnui_1.rev {
  background: white;
  color: #28a745;
}
.btnui.btnui_1:hover {
  background: #218838;
  border-color: #1e7e34;
}
.btnui.btnui_1.rev:hover {
  color: white;
}
.btnui.btnui_1:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 155, 100, 0.5);
}
.btnui.btnui_2 {
  background: #dc3545;
  color: white;
  border-color: #c82333;
}
.btnui.btnui_2.rev {
  background: white;
  color: #dc3545;
}
.btnui.btnui_2:hover {
  background: #c82333;
  border-color: #bd2130;
}
.btnui.btnui_2.rev:hover {
  color: white;
}
.btnui.btnui_2:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btnui.btnui_3 {
  background: #ffc107;
  color: #212529;
  border-color: #ffc107;
}
.btnui.btnui_3.rev {
  background: white;
  color: #ffc107;
}
.btnui.btnui_3:hover {
  background: #e0a800;
  border-color: #d39e00;
}
.btnui.btnui_3.rev:hover {
  color: #212529;
}
.btnui.btnui_3:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btnui.btnui_333 {
  background: #333333;
  color: white;
  border-color: #151515;
}
.btnui.btnui_333.rev {
  background: white;
  color: #333333;
}
.btnui.btnui_333:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btnui.btnui_666 {
  background: #666666;
  color: white;
  border-color: #484848;
}
.btnui.btnui_666.rev {
  background: white;
  color: #666666;
}
.btnui.btnui_666:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.btnui.btnui_999 {
  background: #999999;
  color: white;
  border-color: #7a7a7a;
}
.btnui.btnui_999.rev {
  background: white;
  color: #999999;
}
.btnui.btnui_999:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}
/**/
.form_btn {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.form_btn {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.form_btn {
  vertical-align: top;
  overflow: hidden;
}
.form_btn {
  font-size: 16px;
  line-height: calc(38px - 2px);
}
.form_btn.size_sm {
  font-size: 14px;
  line-height: calc(32px - 2px);
}
.form_btn.size_lg {
  font-size: 20px;
  line-height: calc(48px - 2px);
}
.form_btn {
  background: #f6f6f6;
  color: #333333;
  border: 1px solid #dddee0;
}
.form_btn:hover {
  background: #e0e0e0;
  border-color: rgba(224, 224, 224, 0.5);
}
.form_btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(167, 199, 252, 0.5);
}
.form_btn.form_btn_0 {
  background: #007bff;
  color: white;
  border-color: #007bff;
}
.form_btn.form_btn_0.rev {
  background: white;
  color: #007bff;
}
.form_btn.form_btn_0:hover {
  background: #0069d9;
  border-color: #0062cc;
}
.form_btn.form_btn_0.rev:hover {
  color: white;
}
.form_btn.form_btn_0:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.form_btn.form_btn_1 {
  background: #28a745;
  color: white;
  border-color: #28a745;
}
.form_btn.form_btn_1.rev {
  background: white;
  color: #28a745;
}
.form_btn.form_btn_1:hover {
  background: #218838;
  border-color: #1e7e34;
}
.form_btn.form_btn_1.rev:hover {
  color: white;
}
.form_btn.form_btn_1:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 155, 100, 0.5);
}
.form_btn.form_btn_2 {
  background: #dc3545;
  color: white;
  border-color: #c82333;
}
.form_btn.form_btn_2.rev {
  background: white;
  color: #dc3545;
}
.form_btn.form_btn_2:hover {
  background: #c82333;
  border-color: #bd2130;
}
.form_btn.form_btn_2.rev:hover {
  color: white;
}
.form_btn.form_btn_2:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.form_btn.form_btn_3 {
  background: #ffc107;
  color: #212529;
  border-color: #ffc107;
}
.form_btn.form_btn_3.rev {
  background: white;
  color: #ffc107;
}
.form_btn.form_btn_3:hover {
  background: #e0a800;
  border-color: #d39e00;
}
.form_btn.form_btn_3.rev:hover {
  color: #212529;
}
.form_btn.form_btn_3:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.form_btn.form_btn_333 {
  background: #333333;
  color: white;
  border-color: #151515;
}
.form_btn.form_btn_333.rev {
  background: white;
  color: #333333;
}
.form_btn.form_btn_333:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.form_btn.form_btn_666 {
  background: #666666;
  color: white;
  border-color: #484848;
}
.form_btn.form_btn_666.rev {
  background: white;
  color: #666666;
}
.form_btn.form_btn_666:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.form_btn.form_btn_999 {
  background: #999999;
  color: white;
  border-color: #7a7a7a;
}
.form_btn.form_btn_999.rev {
  background: white;
  color: #999999;
}
.form_btn.form_btn_999:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}
/**/
.file_upload_btn {
  position: relative;
}
.file_upload_btn > input[type=file] {
  position: absolute;
  top: -100%;
  left: -100%;
}
/**/
.img_btn > img {
  display: block;
}
.img_btn > img:last-child {
  display: none;
}
.img_btn > img:first-child {
  display: block;
}
.img_btn:hover > img:first-child {
  display: none;
}
.img_btn:hover > img:last-child {
  display: block;
}
/**/
input[type=text],
input[type=date],
input[type=search],
input[type=password],
textarea,
select {
  display: inline-block;
  color: #333333;
  letter-spacing: -0.05em;
  box-sizing: border-box;
  border: 1px solid #dddee0;
  vertical-align: top;
}
/**/
.inpui {
  height: 38px;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.inpui.size_sm {
  height: 32px;
  font-size: 14px;
}
.inpui.size_lg {
  height: 48px;
  font-size: 20px;
}
/**/
.selui {
  height: 38px;
  font-size: 16px;
}
.selui.size_sm {
  height: 32px;
  font-size: 14px;
}
.selui.size_lg {
  height: 48px;
  font-size: 20px;
}
/**/
.fileui {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.fileui + .fileui {
  margin-top: 5px;
}
.fileui > .cell {
  display: table-cell;
  vertical-align: middle;
}
.fileui > .cell {
  font-size: 16px;
}
.fileui > .cell:first-child ~ .cell {
  padding-left: 4px;
  padding-right: 4px;
}
.fileui > .cell:last-child {
  color: red;
}
.fileui > .cell > * {
  vertical-align: middle;
}
/**/
.chkui {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.chkui {
  font-size: 16px;
  line-height: 38px;
  color: #666666;
}
.chkui.size_sm {
  font-size: 14px;
  line-height: 32px;
}
.chkui.size_lg {
  font-size: 20px;
  line-height: 48px;
}
.chkui > input[type=checkbox] {
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 0;
}
.chkui > input[type=checkbox] {
  display: none;
}
.chkui > input[type=checkbox] + div {
  padding-left: calc(20px + 5px);
}
.chkui > input[type=checkbox] + div:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.chkui > input[type=checkbox] + div:before {
  font-size: 16px;
  color: #666666;
  letter-spacing: -0.05em;
}
.chkui > input[type=checkbox] + div:before {
  background: url(/front_generaledu/imgs/common/chkui_mark.png) no-repeat center;
  background-size: contain;
  height: 100%;
  content: '';
  display: block;
}
.chkui > input[type=checkbox] + div:before {
  width: 20px;
}
.chkui > input[type=checkbox]:checked + div:before {
  background-image: url(/front_generaledu/imgs/common/chkui_mark_on.png);
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .chkui > input[type=checkbox] + div {
    padding-left: calc(34px + 5px);
  }
  .chkui > input[type=checkbox] + div:before {
    width: 34px;
  }
}
/**/
.img_chk1 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.img_chk1 > input[type=checkbox] {
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 0;
}
.img_chk1 > input[type=checkbox] + div {
  background: url(/front_generaledu/imgs/common/img_chk1.png);
  width: 300px;
  height: 60px;
}
.img_chk1 > input[type=checkbox]:checked + div {
  background: url(/front_generaledu/imgs/common/img_chk1_on.png);
}
/**/
.rdoui {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.rdoui {
  font-size: 16px;
  line-height: 38px;
  color: #666666;
}
.rdoui.size_sm {
  font-size: 14px;
  line-height: 32px;
}
.rdoui.size_lg {
  font-size: 20px;
  line-height: 48px;
}
.rdoui > input[type=radio] {
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 0;
}
.rdoui > input[type=radio] {
  display: none;
}
.rdoui > input[type=radio] + div {
  padding-left: calc(20px + 5px);
}
.rdoui > input[type=radio] + div:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.rdoui > input[type=radio] + div:before {
  background: url(/front_generaledu/imgs/common/rdoui_mark.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 100%;
  content: '';
  display: block;
}
.rdoui > input[type=radio]:checked + div:before {
  background-image: url(/front_generaledu/imgs/common/rdoui_mark_on.png);
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .rdoui > input[type=radio] + div {
    padding-left: calc(34px + 5px);
  }
  .rdoui > input[type=radio] + div:before {
    width: 34px;
  }
}
/**/
.ftxt {
  display: inline-block;
  vertical-align: top;
}
.ftxt {
  color: #666666;
}
.ftxt {
  font-size: 16px;
  line-height: 38px;
}
.ftxt.size_sm {
  font-size: 14px;
  line-height: 32px;
}
.ftxt.size_lg {
  font-size: 20px;
  line-height: 48px;
}
/**/
.labelui {
  font-size: 16px;
  line-height: 38px;
  display: inline-block;
}
* + .labelui {
  margin-left: 10px;
}
.labelui.size_sm {
  line-height: 32px;
  font-size: 14px;
}
.labelui.size_lg {
  line-height: 48px;
  font-size: 20px;
}
/**/
.ta0 {
  padding: 10px;
  border: 1px solid #dddddd;
  width: 100%;
  box-sizing: border-box;
  min-height: 100px;
  resize: vertical;
}
/**/
.search_filter_box {
  position: relative;
  display: block;
  font-size: 0;
  padding: 10px 5px;
  background: #f7f7f7;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.search_filter_box > .inner > .item {
  display: inline-block;
  vertical-align: top;
}
.search_filter_box > .inner > .item {
  padding: 5px;
}
.search_filter_box > .inner > .item > .label {
  line-height: 16px;
  padding-left: 9px;
  font-size: 13px;
  color: #0082cc;
  letter-spacing: -0.05em;
}
.search_filter_box > .inner > .item > .label {
  margin-bottom: 5px;
}
.search_filter_box > .inner > .item > .label:before {
  background: #0082cc;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
  display: block;
}
/* 768이상 - 태블릿 화면 이상*/
@media screen and (min-width: 768px) {
  .search_filter_box {
    padding-right: 115px;
  }
  .search_filter_box > .inner > .btn_submit {
    position: absolute;
    top: 0px;
    right: -105px;
  }
  .search_filter_box > .inner > .btn_submit {
    width: 100px;
    height: 100%;
  }
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media screen and (min-width: 1024px) {
  .search_filter_box > .inner > .item {
    width: 25%;
  }
  .search_filter_box > .inner > .item.block_desktop {
    width: 100%;
  }
}
/* 768이상 ~ 1023이하 - 테블릿 세로 화면 only*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .search_filter_box > .inner > .item {
    width: 33.33%;
  }
  .search_filter_box > .inner > .item.block_tablet {
    width: 100%;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  .search_filter_box > .inner > .item {
    width: 50%;
  }
  .search_filter_box > .inner > .btn_submit {
    width: 100%;
    margin-top: 10px;
  }
  .search_filter_box > .inner > .item.block_mobile {
    width: 100%;
  }
}
/**/
.paging0 {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
.paging0 > * {
  vertical-align: top;
}
.paging0.for_mobile {
  display: none;
}
.paging0 > .btns > li:hover {
  background: #f6f6f6;
}
.paging0 > .btns > li:before,
.paging0 > .btns > li:after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-top: -4px;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
}
.paging0 .btn_prev:before {
  border-right: 4px solid #aaaaaa;
}
.paging0 .btn_prev:before {
  margin-left: -2px;
}
.paging0 .btn_first:before {
  border-right: 4px solid #aaaaaa;
}
.paging0 .btn_first:before {
  margin-left: -4px;
}
.paging0 .btn_first:after {
  border-right: 4px solid #aaaaaa;
}
.paging0 .btn_next:before {
  border-left: 4px solid #aaaaaa;
}
.paging0 .btn_next:before {
  margin-left: -2px;
}
.paging0 .btn_last:before {
  border-left: 4px solid #aaaaaa;
}
.paging0 .btn_last:before {
  margin-left: -4px;
}
.paging0 .btn_last:after {
  border-left: 4px solid #aaaaaa;
}
/**/
.paging0 > .btns > li > a {
  z-index: 5;
  overflow: hidden;
  text-indent: -10000px;
}
.paging0 > .num_btns {
  margin-left: 20px;
  margin-right: 20px;
}
.paging0 > .num_btns > li:hover {
  background: #f6f6f6;
}
.paging0 > ul {
  display: inline-block;
  font-size: 0;
}
.paging0 > ul > li {
  letter-spacing: -0.05em;
  width: 31px;
  height: 33px;
  line-height: 31px;
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
}
.paging0 > ul > li {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.paging0 > ul > li.on {
  background: #f6f6f6;
  color: #555555;
  font-weight: bold;
}
.paging0 > ul > li:first-child {
  border-left: 1px solid #dddddd;
}
.paging0 > ul > li > a {
  display: block;
  height: 100%;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .paging0 {
    display: none;
  }
  .paging0.for_mobile {
    display: block;
  }
  .paging0 > .btns > li:before,
  .paging0 > .btns > li:after {
    border-top-width: 6px;
    border-bottom-width: 6px;
    margin-top: -6px;
  }
  .paging0 .btn_prev:before {
    border-right-width: 6px;
  }
  .paging0 .btn_prev:before {
    margin-left: -3px;
  }
  .paging0 .btn_first:before {
    border-right-width: 6px;
  }
  .paging0 .btn_first:before {
    margin-left: -6px;
  }
  .paging0 .btn_first:after {
    border-right-width: 6px;
  }
  .paging0 .btn_next:before {
    border-left-width: 6px;
  }
  .paging0 .btn_next:before {
    margin-left: -3px;
  }
  .paging0 .btn_last:before {
    border-left-width: 6px;
  }
  .paging0 .btn_last:before {
    margin-left: -6px;
  }
  .paging0 .btn_last:after {
    border-left-width: 6px;
  }
  .paging0 > ul > li {
    width: 36px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
  }
}
/**/
.lab {
  display: inline-block;
  padding: 0 4px;
  line-height: 18px;
  height: 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.lab {
  background-color: #777777;
  box-sizing: border-box;
  border: 1px solid #777777;
}
.lab.lab_blue {
  background-color: #007bff;
  border-color: #007bff;
}
.lab.lab_green {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.lab.lab_skyblue {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.lab.lab_yellow {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.lab.lab_red {
  background-color: #d9534f;
  border-color: #d9534f;
}
.lab.lab_o {
  color: #777777;
  background: white;
}
.lab.lab_o.lab_blue {
  color: #007bff;
}
.lab.lab_o.lab_green {
  color: #5cb85c;
}
.lab.lab_o.lab_skyblue {
  color: #5bc0de;
}
.lab.lab_o.lab_yellow {
  color: #f0ad4e;
}
.lab.lab_o.lab_red {
  color: #d9534f;
}
/**/
.resize_ta {
  overflow: hidden;
}
/**/
.alert0 {
  padding: 25px;
  background: #fafafa;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.alert0 {
  font-size: 16px;
  letter-spacing: calc(-50 * 0.001em);
  color: #0082cc;
}
/**/
.img_box {
  font-size: 0;
}
.img_box.center {
  overflow: hidden;
}
.img_box img {
  vertical-align: top;
  max-width: 100%;
}
.img_box.center img {
  vertical-align: top;
  max-width: none !important;
}
.img_box.center img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/**/
.rbimg {
  background-repeat: no-repeat;
  background-position: center;
}
.rbimg > .hei_img {
  max-width: none !important;
  opacity: 0;
  display: block;
  position: absolute;
  top: -10000px;
  left: -10000px;
}
/**/
.page_dim {
  z-index: 900000;
  position: fixed;
  top: 0px;
  left: 0px;
}
.page_dim {
  width: 100%;
  height: 100%;
  background: url(/front_generaledu/imgs/opacity_bg/black60.png);
}
/**/
.img_new_window_box {
  background: #cccccc;
  font-size: 0;
}
/**/
#btnScrollTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  font-size: 18px;
  border: none;
  color: #dddddd;
  cursor: pointer;
  border-radius: 4px;
}
#btnScrollTop {
  box-sizing: border-box;
  background: url(/front_generaledu/imgs/opacity_bg/white20.png);
  border: 1px solid #dddddd;
  width: 40px;
  height: 40px;
}
#btnScrollTop {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#btnScrollTop:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dddddd;
}
#btnScrollTop:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -10px;
  content: '';
  display: inline-block;
}
#btnScrollTop > * {
  display: block;
  vertical-align: middle;
}
#btnScrollTop:hover {
  background: white;
}
#btnScrollTop:hover:before {
  border-bottom-color: #333333;
}
/**/
.related_site_list > li + li {
  margin-top: 20px;
}
.related_site_list > li > a {
  overflow: hidden;
  display: block;
  color: #555555;
  box-sizing: border-box;
  border: 1px solid #dedede;
  padding: 15px;
  padding-right: 60px;
}
.related_site_list > li > a {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.related_site_list > li > a:hover {
  background: #0082cc;
  border-color: #0082cc;
}
.related_site_list > li > a > .site_name {
  display: inline-block;
  color: #0082cc;
  font-size: 18px;
  font-weight: bold;
}
.related_site_list > li > a:hover > .site_name {
  color: white;
}
.related_site_list > li > a > .site_url {
  display: inline-block;
  margin-top: 5px;
  padding-left: 5px;
  color: cornflowerblue;
  font-size: 12px;
  letter-spacing: 0;
}
.related_site_list > li > a:hover > .site_url {
  color: white;
}
.related_site_list > li > a > .site_desc {
  margin-top: 10px;
  font-size: 15px;
}
.related_site_list > li > a:hover > .site_desc {
  color: white;
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  .related_site_list > li > a > .site_url {
    display: block;
  }
}
/**/
.pb_search_box {
  min-height: 32px;
  margin-bottom: 15px;
}
.pb_search_box > .cnt_box {
  line-height: 32px;
  color: #999999;
  font-size: 14px;
}
.pb_search_box > .cnt_box > strong {
  color: #333333;
}
.pb_search_box > .search_form {
  z-index: 5;
  position: absolute;
  top: 0px;
  right: 0px;
}
.pb_search_box > .search_form > * {
  vertical-align: top;
}
/**/
.pb_normal_list_warp {
  margin-top: 15px;
  margin-bottom: 30px;
  border-top: 2px solid #545c73;
  border-bottom: 1px solid #dddee0;
}
.pb_normal_list_warp > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.pb_normal_list_warp > table > thead > tr > th {
  font-size: 14px;
  color: #555555;
  text-align: center;
  height: 53px;
  letter-spacing: -0.05em;
}
.pb_normal_list_warp > table > tbody > tr {
  border-top: 1px solid #dddee0;
}
.pb_normal_list_warp > table > tbody > tr.top {
  background: #f9fafb;
}
.pb_normal_list_warp > table > tbody > tr > * {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 14px;
  color: #555555;
  letter-spacing: -0.05em;
  height: 51px;
}
.pb_normal_list_warp > table > tbody > tr.no_list > * {
  background: #f9fafb;
  text-align: center;
  line-height: 220px;
  font-size: 14px;
}
.pb_normal_list_warp > table > tbody > tr > * > div > * {
  vertical-align: middle;
}
/**/
.pb_list_title > * {
  vertical-align: middle;
}
/**/
.tab_child > div {
  display: none;
}
/**/
.divide_box {
  text-align: right;
}
.divide_box:after {
  content: "";
  display: block;
  clear: both;
}
.divide_box > div {
  display: inline-block;
  text-align: left;
}
.divide_box > div.left {
  float: left;
}
/**/
.calui0 > .head > .this_month {
  font-size: 0;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
.calui0 > .head > .this_month > * {
  vertical-align: middle;
}
.calui0 > .head > .this_month > .date {
  margin-left: 20px;
  margin-right: 20px;
  color: #333333;
  font-size: 36px;
}
.calui0 > .head > .this_month > .btn_prev {
  background: url(/front_generaledu/imgs/common/btn_cal_prev_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
.calui0 > .head > .this_month > .btn_next {
  background: url(/front_generaledu/imgs/common/btn_cal_next_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
/**/
.calui0 > .head > .select_view_type_btns {
  position: absolute;
  bottom: 0;
  right: 0px;
  font-size: 0;
}
.calui0 > .head > .select_view_type_btns {
  box-sizing: border-box;
  border-top: 1px solid #f0efef;
  border-bottom: 1px solid #f0efef;
  border-right: 1px solid #f0efef;
}
.calui0 > .head > .select_view_type_btns > button {
  box-sizing: border-box;
  border-left: 1px solid #f0efef;
  background: #f6f6f6;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
}
.calui0 > .head > .select_view_type_btns > button:hover {
  background: #f0efef;
}
.calui0 > .head > .select_view_type_btns > button.on {
  background: #448aca;
  color: white;
}
/**/
.calui0 > .head > .control_btns {
  position: absolute;
  bottom: 0;
  left: 0px;
  font-size: 0;
}
.calui0 > .head > .control_btns {
  box-sizing: border-box;
  border-top: 1px solid #f0efef;
  border-bottom: 1px solid #f0efef;
  border-right: 1px solid #f0efef;
}
.calui0 > .head > .control_btns > button {
  box-sizing: border-box;
  border-left: 1px solid #f0efef;
  background: #f6f6f6;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
}
.calui0 > .head > .control_btns > button:hover {
  background: #0082cc;
  color: white;
}
/**/
.calui0 > .body {
  margin-top: 20px;
  margin-bottom: 20px;
}
.calui0 > .body > .cal_table > table {
  width: 100%;
  table-layout: fixed;
}
.calui0 > .body > .cal_table > table > thead > tr > th {
  background: #f6f6f6;
  color: #333333;
  font-size: 12px;
}
.calui0 > .body > .cal_table > table > thead > tr > th {
  height: 30px;
}
.calui0 > .body > .cal_table > table > thead > tr > th:first-child {
  color: red;
}
.calui0 > .body > .cal_table > table > thead > tr > th:last-child {
  color: blue;
}
.calui0 > .body > .cal_table > table > tbody > tr > * {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.calui0 > .body > .cal_table > table > tbody > tr > td {
  width: 14.28%;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell:hover {
  background: #e0e0e0;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell.on {
  background: yellow;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .num_box > .num {
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .num_box > .num {
  background: white;
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.calui0 > .body > .cal_table > table > tbody > tr > td:first-child > .day_cell > .num_box > .num {
  color: red;
}
.calui0 > .body > .cal_table > table > tbody > tr > td:last-child > .day_cell > .num_box > .num {
  color: blue;
}
.calui0 > .body > .cal_table > table > tbody > tr > td.prev_month > .day_cell > .num_box > .num,
.calui0 > .body > .cal_table > table > tbody > tr > td.next_month > .day_cell > .num_box > .num {
  opacity: 0.5;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .num_box > .plan_cnt {
  position: absolute;
  top: 3px;
  right: 3px;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .num_box > .plan_cnt {
  font-size: 12px;
  line-height: 18px;
  padding: 0 9px;
  font-weight: bold;
  background: orangered;
  color: white;
  border-radius: 3px;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .plan_box {
  padding: 10px;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .plan_box > .list > li {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .plan_box > .list > li:nth-child(n+5) {
  display: none;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .plan_box > .list > li > .plan {
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 9px;
  color: white;
  background: dodgerblue;
}
/**/
.calui1 > .head > .date_box {
  padding: 20px 0;
  text-align: center;
  background: #343b40;
}
.calui1 > .head > .date_box > * {
  vertical-align: top;
  display: inline-block;
}
.calui1 > .head > .date_box > .date {
  margin-left: 20px;
  margin-right: 20px;
  font-family: NanumSquare;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: white;
}
.calui1 > .head > .date_box > .month_btn {
  font-size: 0;
}
.calui1 > .head > .date_box > .month_btn.prev_month {
  background: url(/front_generaledu/imgs/common/calui1_prev_month_btn.png) no-repeat;
  width: 40px;
  height: 30px;
}
.calui1 > .head > .date_box > .month_btn.next_month {
  background: url(/front_generaledu/imgs/common/calui1_next_month_btn.png) no-repeat;
  width: 40px;
  height: 30px;
}
.calui1 > .body > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.calui1 > .body > table > thead > tr > th {
  font-size: 10px;
  color: black;
  height: 40px;
}
.calui1 > .body > table > thead > tr > th {
  box-sizing: border-box;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.calui1 > .body > table > tbody > tr > * {
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
}
.calui1 > .body > table > tbody > tr > * {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.calui1 > .body > table > tbody > tr > *.prev_month,
.calui1 > .body > table > tbody > tr > *.next_month {
  color: white;
}
.calui1 > .body > table > tbody > tr > * > .day_cell {
  width: 100%;
  display: block;
  line-height: 60px;
  text-align: center;
}
.calui1 > .body > table > tbody > tr > *.mark1 > .day_cell {
  background: #f7f7f7;
  color: #d2d2d2;
}
.calui1 > .body > table > tbody > tr > *.mark1 > .day_cell:after {
  box-sizing: border-box;
  border: 1px solid white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
}
.calui1 > .body > table > tbody > tr > *.mark2 > .day_cell {
  color: #d2d2d2;
}
.calui1 > .body > table > tbody > tr > *.mark3 > .day_cell:after {
  box-sizing: border-box;
  border: 5px solid #cccccc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media screen and (min-width: 1024px) {
  .layout190313105403 {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .layout190313105403 > .item {
    display: table-cell;
    vertical-align: top;
  }
  .layout190313105403 > .item:first-child {
    padding-right: 50px;
  }
  .layout190313105403 > .item:first-child + .item {
    width: 35%;
  }
}
/* 1024이하 - 테블릿 이하 화면*/
@media all and (max-width: 1024px) {
  .layout190313105403 > .item + .item {
    margin-top: 30px;
  }
}
/**/
.calui2 > .head > .date_box {
  margin-bottom: 15px;
  text-align: center;
}
.calui2 > .head > .date_box > * {
  vertical-align: top;
  display: inline-block;
}
.calui2 > .head > .date_box > .date {
  margin-left: 20px;
  margin-right: 20px;
  font-family: NanumSquare;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #666666;
}
.calui2 > .head > .date_box > .month_btn {
  font-size: 0;
}
.calui2 > .head > .date_box > .month_btn.prev_month {
  background: url(/front_generaledu/imgs/common/calui2_prev_m_btn.png) no-repeat;
  width: 52px;
  height: 40px;
}
.calui2 > .head > .date_box > .month_btn.next_month {
  background: url(/front_generaledu/imgs/common/calui2_next_m_btn.png) no-repeat;
  width: 52px;
  height: 40px;
}
.calui2 > .body > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.calui2 > .body > table > thead > tr > th {
  font-size: 14px;
  color: #666666;
  height: 44px;
}
.calui2 > .body > table > thead > tr > th:first-child {
  color: #a40000;
}
.calui2 > .body > table > thead > tr > th:last-child {
  color: #0068b7;
}
.calui2 > .body > table > thead > tr > th {
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
}
.calui2 > .body > table > tbody > tr > * {
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.calui2 > .body > table > tbody > tr > *.prev_month,
.calui2 > .body > table > tbody > tr > *.next_month {
  color: #f7f7f7;
  background: #f7f7f7;
}
.calui2 > .body > table > tbody > tr > * > .day_cell {
  width: 100%;
  height: 78px;
  display: block;
  text-align: center;
}
.calui2 > .body > table > tbody > tr > * > .day_cell > .day_num {
  color: #000000;
  font-size: 12px;
  letter-spacing: -0.05em;
}
.calui2 > .body > table > tbody > tr > * > .day_cell > .day_num {
  position: absolute;
  top: 5px;
  left: 10px;
}
.calui2 > .body > table > tbody > tr > * > .day_cell > .event_num {
  margin-top: 30px;
  padding: 0 10px;
  border-radius: 5px;
  display: inline-block;
  background: #0467c2;
  color: white;
  font-size: 14px;
  letter-spacing: -0.05em;
}
.calui2 > .body > table > tbody > tr > *.mark1 > .day_cell {
  box-sizing: border-box;
  border: 1px solid #0467c2;
}
.calui2 > .body > table > tbody > tr > *.mark2 > .day_cell {
  background: #0467c2;
}
.calui2 > .body > table > tbody > tr > *.mark2 > .day_cell > .day_num {
  color: white;
}
.calui2 > .body > table > tbody > tr > *.mark2 > .day_cell > .event_num {
  color: #0467c2;
  background: white;
}
/**/
#planCalWrap > .head > .date_box {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}
#planCalWrap > .head > .date_box > * {
  display: inline-block;
  line-height: 40px;
}
#planCalWrap > .head > .date_box > .date {
  font-size: 32px;
  letter-spacing: -0.05em;
  color: #333333;
}
#planCalWrap > .head > .date_box > .btn_date {
  position: absolute;
  top: 0px;
}
#planCalWrap > .head > .date_box > .btn_date.prev_year {
  left: 0px;
  background: url(/front_generaledu/imgs/common/btn_cal_prev_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
#planCalWrap > .head > .date_box > .btn_date.prev_month {
  left: 57px;
  background: url(/front_generaledu/imgs/common/btn_cal_prev_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
#planCalWrap > .head > .date_box > .btn_date.next_month {
  right: 57px;
  background: url(/front_generaledu/imgs/common/btn_cal_next_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
#planCalWrap > .head > .date_box > .btn_date.next_year {
  right: 0px;
  background: url(/front_generaledu/imgs/common/btn_cal_next_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
#planCalWrap > .body {
  margin-top: 15px;
  border-top: 1px solid #656565;
}
#planCalWrap > .body > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
#planCalWrap > .body > table > * > tr > * {
  vertical-align: middle;
}
#planCalWrap > .body > table > * > tr > * {
  border: 1px solid #e3e3e3;
}
#planCalWrap > .body > table > thead > tr > th {
  height: 44px;
  font-size: 18px;
  color: #333333;
  letter-spacing: -0.05em;
  background: #fcfdff;
  text-align: center;
}
#planCalWrap > .body > table > tbody > tr > td {
  cursor: pointer;
}
#planCalWrap > .body > table > tbody > tr > td.other_month {
  cursor: default;
  background: #fafafb;
}
#planCalWrap > .body > table > tbody > tr > td:hover {
  background: #fafafb;
}
#planCalWrap > .body > table > tbody > tr > td.on {
  background: #0068b7;
}
#planCalWrap > .body > table > tbody > tr > td > .day {
  height: 114px;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .num {
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.1em;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .num {
  width: 30px;
  line-height: 30px;
  text-align: center;
}
#planCalWrap > .body > table > tbody > tr > td.other_month > .day > .num {
  color: #b5b5b5;
}
#planCalWrap > .body > table > tbody > tr > td.on > .day > .num {
  color: white;
}
/**/
#planCalWrap > .body > table > tbody > tr > td > .day > .event_box {
  text-align: center;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .event_box > .cnt {
  width: 60px;
  margin: 0 auto;
  border-radius: 17px;
  line-height: 34px;
  font-size: 18px;
  letter-spacing: -0.05em;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .event_box > .cnt {
  color: white;
  background: #0068b7;
}
#planCalWrap > .body > table > tbody > tr > td.on > .day > .event_box > .cnt {
  color: #0068b7;
  background: white;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .event_box > .text0 {
  margin-top: 3px;
  font-size: 14px;
  letter-spacing: -0.05em;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .event_box > .text0 {
  color: #333333;
}
#planCalWrap > .body > table > tbody > tr > td.on > .day > .event_box > .text0 {
  color: white;
}
/**/
#planCalWrap > .body > table > tbody > tr > td > .day > .event_layer_popup {
  display: none;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  #planCalWrap > .body > table > tbody > tr > td > .day {
    height: 94px;
  }
  #planCalWrap > .body > table > tbody > tr > td > .day > .event_box > .text0 {
    display: none;
  }
}
/**/
#reserveCalendarWrap {
  font-family: NanumSquare;
}
#reserveCalendarWrap > .head > .this_year_box {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}
#reserveCalendarWrap > .head > .this_year_box > * {
  display: inline-block;
}
#reserveCalendarWrap > .head > .this_year_box > .year {
  line-height: 40px;
  color: #333333;
  letter-spacing: -0.05em;
  font-size: 24px;
}
#reserveCalendarWrap > .head > .this_year_box > .btn_go {
  font-size: 0;
  position: absolute;
  top: 0px;
}
#reserveCalendarWrap > .head > .this_year_box > .btn_prev_year {
  left: 0px;
  background: url(/front_generaledu/imgs/common/btn_cal_prev_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
#reserveCalendarWrap > .head > .this_year_box > .btn_prev_month {
  left: 57px;
  background: url(/front_generaledu/imgs/common/btn_cal_prev_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
#reserveCalendarWrap > .head > .this_year_box > .btn_next_month {
  right: 57px;
  background: url(/front_generaledu/imgs/common/btn_cal_next_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
#reserveCalendarWrap > .head > .this_year_box > .btn_next_year {
  right: 0px;
  background: url(/front_generaledu/imgs/common/btn_cal_next_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
#reserveCalendarWrap > .body {
  margin-top: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}
#reserveCalendarWrap > .body > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
#reserveCalendarWrap > .body > table > * > tr > * {
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
}
#reserveCalendarWrap > .body > table > * > tr > * {
  text-align: center;
  vertical-align: top;
}
#reserveCalendarWrap > .body > table > thead > tr > th {
  vertical-align: middle;
  background: #fcfdff;
  height: 44px;
  font-size: 18px;
  color: #333333;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day {
  padding-bottom: 100%;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day > button {
  width: 100%;
  height: 100%;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day > button {
  position: absolute;
  top: 0px;
  left: 0px;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day > button {
  font-size: 20px;
  outline: none;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day > button.on {
  background: #0068b7;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day > button.on > span {
  line-height: 40px;
  background: white;
  display: inline-block;
  width: 40px;
  border-radius: 100%;
}
#reserveCalendarWrap > .body > table > tbody > tr > td.other_month > .day > button {
  color: #dddddd;
}
#reserveCalendarWrap > .body > table > tbody > tr > td.disabled > .day > button {
  color: #bbbbbb;
  background: #eeeeee;
}
/**/
#reserveCalendarWrap > .body > table > tbody > tr.time_row {
  display: none;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td {
  text-align: left;
  border-top: none;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner {
  box-sizing: border-box;
  border: 10px solid #0068b7;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .title {
  padding-left: 15px;
  background: #0068b7;
  color: white;
  font-size: 20px;
  line-height: 56px;
  letter-spacing: -0.05em;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list {
  padding: 20px 25px;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li {
  padding-top: 14px;
  padding-bottom: 14px;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li + li {
  border-top: 1px solid #e6e6e6;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li > a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #a0a0a0;
  letter-spacing: -0.05em;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li.on > a {
  color: #282828;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li > a > * {
  display: inline-block;
  line-height: 36px;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li > a > .label {
  position: absolute;
  top: 0px;
  right: 0px;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li > a > .label {
  background: #a0a0a0;
  color: white;
  padding: 0 0.5em;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li.on > a > .label {
  background: #0068b7;
}
/**/
.layout190313111642 {
  box-sizing: border-box;
  border: 1px solid #b4b4b4;
}
.layout190313111642 > .head {
  background: #b4b4b4;
}
.layout190313111642 > .head > .date {
  line-height: 50px;
  color: white;
  font-size: 20px;
  letter-spacing: -0.05em;
  text-align: center;
}
.layout190313111642 > .body {
  padding-left: 7px;
  padding-right: 7px;
}
.layout190313111642 > .body {
  height: 443px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.layout190313111642 > .body > .item {
  padding-top: 17px;
  padding-bottom: 17px;
}
.layout190313111642 > .body > .item + .item {
  border-top: 1px dashed #d7d7d7;
}
.layout190313111642 > .body > .item > .date {
  padding-left: 10px;
  color: #a0a0a0;
  font-size: 14px;
}
.layout190313111642 > .body > .item > .cont {
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 10px;
  color: #333333;
  font-size: 15px;
  letter-spacing: -0.1em;
}
/*.layout190313111642 > .body > .item > .cont{ width:100%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }*/
.layout190313111642 > .body > .item > .cont:before {
  background: #0467c2;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  position: absolute;
  top: 0.75em;
  left: 0px;
  content: '';
  display: block;
}
/**/
.hover_zoom_box {
  overflow: hidden;
}
.hover_zoom_box > img {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover_zoom_box > img:hover {
  transform: scale(1.2);
}
/**/
.history_ui0 {
  padding-bottom: 50px;
}
.history_ui0:before {
  background: #e6e6e6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 50%;
  content: '';
  display: inline-block;
}
.history_ui0 > .inner {
  z-index: 5;
  font-size: 0;
}
.history_ui0 > .inner > .row + .row {
  margin-top: -60px;
}
.history_ui0 > .inner > .row:nth-child(2n-1) {
  padding-right: 50%;
}
.history_ui0 > .inner > .row:nth-child(2n) {
  padding-left: 50%;
}
.history_ui0 > .inner > .row > .item {
  padding: 0 25px;
}
.history_ui0 > .inner > .row:nth-child(2n-1) > .item {
  text-align: right;
}
.history_ui0 > .inner > .row:nth-child(2n) > .item {
  text-align: left;
}
.history_ui0 > .inner > .row > .item > .date {
  font-style: italic;
  color: #0082cc;
  font-size: 22px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
.history_ui0 > .inner > .row > .item > .date:before {
  border-radius: 100%;
  background: white;
  box-sizing: border-box;
  border: 2px solid #0082cc;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  content: '';
  display: inline-block;
}
.history_ui0 > .inner > .row:nth-child(2n-1) > .item > .date:before {
  right: -34px;
}
.history_ui0 > .inner > .row:nth-child(2n) > .item > .date:before {
  left: -32px;
}
.history_ui0 > .inner > .row > .item > .text0 {
  margin: 0.25em;
  color: #333333;
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
.history_ui0 > .inner > .row > .item > .text1 {
  margin: 0.25em;
  color: #666666;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .history_ui0 > .inner > .row + .row {
    margin-top: 50px;
  }
  .history_ui0 > .inner > .row > .item > .date {
    font-size: 20px;
  }
  .history_ui0 > .inner > .row > .item > .text0 {
    font-size: 16px;
  }
  .history_ui0 > .inner > .row > .item > .text1 {
    font-size: 14px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  .history_ui0:before {
    left: 0px;
  }
  .history_ui0 > .inner > .row:nth-child(2n-1) {
    padding-right: 0;
  }
  .history_ui0 > .inner > .row:nth-child(2n) {
    padding-left: 0;
  }
  .history_ui0 > .inner > .row:nth-child(2n-1) > .item {
    text-align: left;
  }
  .history_ui0 > .inner > .row > .item > .date {
    font-size: 18px;
  }
  .history_ui0 > .inner > .row:nth-child(2n-1) > .item > .date:before {
    right: auto;
    left: -32px;
  }
  .history_ui0 > .inner > .row > .item > .text0 {
    font-size: 14px;
  }
  .history_ui0 > .inner > .row > .item > .text1 {
    font-size: 12px;
  }
}
/**/
.history_ui1 > .item {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.history_ui1 > .item + .item {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
}
.history_ui1 > .item > div {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
}
.history_ui1 > .item > .year_area {
  margin-bottom: 10px;
  width: 130px;
}
.history_ui1 > .item > .year_area .year {
  font-size: 30px;
  color: #0082cc;
  letter-spacing: -0.075em;
  line-height: 30px;
}
.history_ui1 > .item > .contents_area > ul {
  margin-bottom: 10px;
}
.history_ui1 > .item > .contents_area > ul > li {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.history_ui1 > .item > .contents_area > ul > li + li {
  margin-top: 10px;
}
.history_ui1 > .item > .contents_area > ul > li > div {
  display: table-cell;
  vertical-align: top;
}
.history_ui1 > .item > .contents_area > ul > li > .month {
  padding-top: 3px;
  width: 125px;
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  letter-spacing: -0.075em;
}
.history_ui1 > .item > .contents_area > ul > li > .contents {
  padding-left: 10px;
  color: #666666;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.075em;
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  .history_ui1 > .item > .contents_area > ul > li {
    display: block;
  }
  .history_ui1 > .item > .contents_area > ul > li > div {
    display: block;
  }
  .history_ui1 > .item > .contents_area > ul > li > .contents {
    margin-top: 5px;
  }
}
/**/
#printUtil {
  display: inline-block;
  font-size: 0;
}
#printUtil > * {
  display: inline-block;
  font-size: 0;
}
#printUtil .btn_print_contents {
  margin-right: 5px;
  background: url(/front_generaledu/imgs/common/btn_print.png) no-repeat;
  width: 34px;
  height: 34px;
}
#printUtil .btn_zoom_in {
  background: url(/front_generaledu/imgs/common/btn_zoomIn.png) no-repeat;
  width: 33px;
  height: 34px;
}
#printUtil .zoom_text {
  display: inline-block;
  background: url(/front_generaledu/imgs/common/btn_zoomText.png) no-repeat;
  width: 61px;
  height: 34px;
}
#printUtil .btn_zoom_out {
  background: url(/front_generaledu/imgs/common/btn_zoomOut.png) no-repeat;
  width: 33px;
  height: 34px;
}
#printUtil .btn_zoom_ori {
  background: url(/front_generaledu/imgs/common/btn_zoomOri.png);
  width: 33px;
  height: 34px;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  #printUtil {
    display: none;
  }
}
/**/
.print_view #printUtil {
  display: none;
}
.print_view body {
  padding: 20px;
  min-width: 0;
}
.print_view * {
  -webkit-print-color-adjust: exact;
}
/* 컨텐츠 프린트시에 없애고싶은 엘리먼트 등록 [2017-02-23] */
.print_view #header {
  display: none;
}
.print_view #body {
  width: 100%;
}
.print_view #body > .main {
  padding: 0;
}
.print_view #sub_page_visual {
  display: none;
}
.print_view #loactionSection {
  display: none;
}
.print_view #subLocation {
  display: none;
}
.print_view #body > .aside {
  display: none;
}
.print_view #body > .main {
  padding-left: 0;
}
.print_view #footer {
  display: none;
}
.print_view .kquery_viewsize {
  display: none;
}
/* // 컨텐츠 프린트시에 없애고싶은 엘리먼트 등록 [2017-02-23] */
/**/
.middle_center_layout {
  z-index: 99999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.middle_center_layout {
  background: url(/front_generaledu/imgs/opacity_bg/black50.png);
}
.middle_center_layout > div {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.middle_center_layout > div > div {
  display: table-cell;
  vertical-align: middle;
}
.middle_center_layout > div > div {
  outline: 1px dashed red;
  box-shadow: 0px 0px 10px red;
}
.middle_center_layout > div > div > .body {
  width: 460px;
  margin: 0 auto;
}
.middle_center_layout > div > div > .body {
  outline: 1px dashed red;
  box-shadow: 0px 0px 10px red;
}
/**/
.professor_list > .item + .item {
  border-top: 1px dotted #666666;
  margin-top: 20px;
  padding-top: 20px;
}
/**/
.professor_box {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.professor_box > div {
  display: table-cell;
  vertical-align: top;
}
.professor_box > .pic {
  width: 120px;
}
.professor_box > .pic > .thumb {
  width: 100%;
}
.professor_box > .pic > .thumb > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.professor_box > .pic > .thumb > div {
  padding-bottom: 133.33%;
}
.professor_box > .pic > .btn_pf_detail {
  margin-top: 10px;
}
.professor_box > .info {
  padding-left: 20px;
}
.professor_box > .info > .name_box > * {
  display: inline-block;
  vertical-align: top;
  line-height: 27px;
}
.professor_box > .info > .name_box > .name {
  font-size: 20px;
  color: #0082cc;
  letter-spacing: -0.1em;
}
.professor_box > .info > .name_box > .part {
  padding-left: 10px;
  margin-left: 10px;
  font-size: 14px;
  color: #787878;
  letter-spacing: -0.1em;
}
.professor_box > .info > .name_box > .part:before {
  background: #dcdcdc;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
  display: block;
}
.professor_box > .info > .profile_box {
  margin-top: 10px;
  font-size: 13px;
  color: #646464;
  letter-spacing: -0.1em;
}
.professor_box > .info > .profile_box > li + li {
  margin-top: 4px;
}
.professor_box > .info > .profile_box > li > div {
  display: inline-block;
  vertical-align: top;
}
.professor_box > .info > .profile_box > li > .label {
  width: 100px;
  color: #323232;
  margin-right: 10px;
}
.professor_box > .info > .profile_box > li > .label:after {
  background: #dbdbdb;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 0px;
  content: '';
  display: block;
}
/**/
.professor_paper_list > li:nth-child(n+11) {
  display: none;
}
.professor_paper_list.on > li:nth-child(n+11) {
  display: block;
}
.professor_paper_list + .professor_paper_buttons {
  margin-top: 10px;
}
/**/
.btn_pf_detail {
  background: url(/front_generaledu/imgs/common/btn_pf_detail.png) no-repeat;
  width: 120px;
  height: 26px;
}
.btn_pf_detail {
  font-size: 0;
  display: inline-block;
}
.btn_pf_more {
  background: url(/front_generaledu/imgs/common/btn_pf_more.png) no-repeat;
  width: 120px;
  height: 26px;
}
.btn_pf_more {
  font-size: 0;
  display: inline-block;
}
/**/
.big_file_download_box {
  background: #f9fafc;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.big_file_download_box {
  text-align: center;
  padding: 24px;
}
.big_file_download_box > a {
  padding: 24px;
  display: inline-block;
  vertical-align: top;
}
.big_file_download_box > a {
  background-color: white;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.big_file_download_box > a {
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
.big_file_download_box > a > .name {
  margin-top: 10px;
}
/**/
.parallax_img {
  transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.parallax_img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/**/
.filter_grid {
  font-size: 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #eaeaea;
}
.filter_grid > .row + .row {
  border-top: 1px solid #eaeaea;
}
.filter_grid > .row > .col {
  display: inline-table;
  vertical-align: top;
}
.filter_grid > .row > .col > * {
  display: table-cell;
  vertical-align: top;
  padding: 2px 5px;
}
.filter_grid > .row > .col > * {
  font-size: 14px;
  line-height: 1.5em;
  color: #666666;
}
.filter_grid > .row > .col > *:first-child {
  border-left: none;
}
.filter_grid > .row > .col > *:last-child {
  border-right: none;
}
.filter_grid > .row > .col > .label {
  color: #333333;
  background: #f4f4f4;
  font-weight: bold;
  text-align: center;
}
.filter_grid > .row > .col > .label {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.filter_grid > .row > .col > .label {
  width: 150px;
  vertical-align: middle;
}
.filter_grid > .row > .col > .cont {
  border-right: 1px solid #eaeaea;
}
/**/
.layout_grid {
  font-size: 0;
}
.layout_grid > .row > .col {
  display: inline-block;
  vertical-align: top;
}
.layout_grid > .row > .col {
  font-size: 14px;
}
/**/
.school_schedule_wrap > .head {
  margin-bottom: 30px;
}
.school_schedule_wrap > .head > .date_box {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}
.school_schedule_wrap > .head > .date_box > * {
  display: inline-block;
  line-height: 40px;
}
.school_schedule_wrap > .head > .date_box > .date {
  font-size: 32px;
  letter-spacing: -0.05em;
  color: #333333;
}
.school_schedule_wrap > .head > .date_box > .btn_date {
  position: absolute;
  top: 0px;
}
.school_schedule_wrap > .head > .date_box > .btn_date.prev_year {
  left: 0px;
  background: url(/front_generaledu/imgs/common/btn_cal_prev_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
.school_schedule_wrap > .head > .date_box > .btn_date.prev_month {
  left: 57px;
  background: url(/front_generaledu/imgs/common/btn_cal_prev_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
.school_schedule_wrap > .head > .date_box > .btn_date.next_month {
  right: 57px;
  background: url(/front_generaledu/imgs/common/btn_cal_next_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
.school_schedule_wrap > .head > .date_box > .btn_date.next_year {
  right: 0;
  background: url(/front_generaledu/imgs/common/btn_cal_next_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
/**/
.school_schedule_wrap > .body > .table0 > table > tbody > tr > td.label.type2 {
  font-size: 20px;
}
/**/
.indent_list {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
.indent_list > li + li {
  margin-top: 5px;
}
.indent_list > li {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.indent_list > li > div {
  display: table-cell;
  vertical-align: top;
}
.indent_list > li > .bullet {
  width: 1px;
  padding-right: 5px;
}
.indent_list > li > .cont > .indent_list {
  margin-top: 5px;
}
/**/
.indent_list.type0 {
  font-size: 20px;
  color: #333333;
  line-height: 1.5em;
}
.indent_list.type0 > li > .bullet {
  padding-right: 9px;
  height: 1.5em;
}
.indent_list.type0 > li > .bullet:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: '';
}
.indent_list.type0 > li > .bullet:before {
  background: #0082cc;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  top: calc(1.5em / 2);
}
/**/
.indent_list.type1 {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
.indent_list.type1 > li > .bullet:before {
  position: relative;
  background: #666666;
  width: 6px;
  height: 2px;
  margin-top: -1px;
  top: calc(1.5em / 2);
  content: '';
  display: inline-block;
  vertical-align: top;
}
/**/
.indent_list.type2 {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
.indent_list.type2 > li > .bullet:before {
  position: relative;
  content: '';
  display: inline-block;
  vertical-align: top;
}
.indent_list.type2 > li > .bullet:before {
  background: url(/front_generaledu/imgs/common/indent_list_type2_blt.png) no-repeat center;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  top: calc(1.5em / 2);
}
/**/
.object_fit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.object_fit {
  max-width: none !important;
  max-height: none !important;
  display: block;
}
/**/
.video_box {
  position: relative;
  overflow: hidden;
}
.video_box > video {
  display: block;
}
.video_box > .poster_btn {
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.video_box > .poster_btn > img {
  max-width: none !important;
  vertical-align: top;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
}
/**/
/*! nanoScrollerJS - v0.8.7 - (c) 2015 James Florentino; Licensed MIT */
/* http://jamesflorentino.github.com/nanoScrollerJS */
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
/**/
.terms_of_use {
  background: #f5f5f5;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 20px;
  height: 200px;
  overflow: auto;
}
/**/
.phone_number_box {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.phone_number_box > div {
  display: table-cell;
  vertical-align: middle;
  width: 10px;
  text-align: center;
}
.phone_number_box > div.cell {
  width: 100%;
}
/**/
.email_box {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.email_box > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.email_box > div.cell {
  width: 100%;
}
/**/
.layer_pop_frame {
  z-index: 10000;
  position: fixed;
  top: -10000px;
  left: -10000px;
}
.layer_pop_frame.on {
  top: 0;
  left: 0;
}
.layer_pop_frame {
  width: 100%;
  height: 100%;
}
.layer_pop_frame {
  background: rgba(0, 0, 0, 0.3);
}
.layer_pop_frame .layer_dim {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/**/
.layer_pop0 {
  width: calc(100% - 40px);
  max-width: 600px;
  padding-top: 60px;
  padding-bottom: 40px;
  background: white;
}
.layer_pop0 {
  box-sizing: border-box;
  border: 1px solid #333333;
}
.layer_pop0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layer_pop0 > .head {
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.layer_pop0 > .head {
  background: #333333;
}
.layer_pop0 > .head > .title {
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}
.layer_pop0 > .head > .title {
  padding-left: 10px;
}
.layer_pop0 > .head > .head_close_btn {
  background: url(/front_generaledu/imgs/layerpop/btn_close.png) no-repeat center;
  width: 50px;
  height: 100%;
}
.layer_pop0 > .head > .head_close_btn {
  z-index: 5;
  position: absolute;
  top: 0px;
  right: 0px;
}
.layer_pop0 > .foot {
  z-index: 5;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.layer_pop0 > .foot {
  background: #999999;
}
/**/
.layer_pop_img {
  display: inline-block;
  vertical-align: top;
  background: white;
}
.layer_pop_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layer_pop_img > .body {
  overflow: auto;
  height: 100%;
}
/**/
.responsive_form > .title {
  margin-bottom: 0.25em;
  line-height: 1.5em;
}
.responsive_form > .title {
  padding-left: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.responsive_form > .title:before {
  background: #0082cc;
  width: 2px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
  display: block;
}
.responsive_form > .inner {
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.responsive_form > .inner + * {
  margin-top: 40px;
}
.responsive_form > .inner > .item + .item {
  margin-top: 15px;
}
.responsive_form > .inner > .item > .cell > .label > div {
  line-height: 1.5em;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media screen and (min-width: 1024px) {
  .responsive_form > .inner > .item {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .responsive_form > .inner > .item > .cell {
    display: table-cell;
    vertical-align: top;
  }
  .responsive_form > .inner > .item > .cell:first-child {
    width: 150px;
    text-align: right;
    padding-right: 20px;
  }
  .responsive_form > .inner > .item > .cell > .label {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .responsive_form > .inner > .item > .cell > .label > div {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
  }
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .responsive_form > .inner > .item > .cell:first-child + .cell {
    margin-top: 5px;
  }
  .responsive_form > .inner > .item > .cell > .label br {
    display: none;
  }
}
/**/
.noImageCreatorCanvas {
  z-index: 999999;
  position: fixed;
  top: -10000px;
  left: -10000px;
}
.noImageCreatorCanvas {
  top: 0;
  left: 0;
}
/**/
.yt_box {
  position: relative;
}
.yt_box > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**/
.table_freeze_panes_wrap {
  box-sizing: border-box;
  border-top: 2px solid #0082cc;
  border-bottom: 1px solid #dddddd;
}
.table_freeze_panes {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_freeze_panes {
  background: #f5f5f5;
}
.table_freeze_panes > .row {
  display: table-row;
}
.table_freeze_panes > .row > .area {
  display: table-cell;
  vertical-align: top;
}
.table_freeze_panes > .row > .area.top {
  background: #f9fafc;
}
.table_freeze_panes > .row > .area.top:before {
  background: #333333;
  width: 100%;
  height: 1px;
  z-index: 5;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  display: block;
}
.table_freeze_panes > .row > .area.left {
  width: 500px;
}
.table_freeze_panes > .row > .area > .inner {
  overflow: hidden;
  box-sizing: border-box;
}
.table_freeze_panes > .row > .area.right > .inner {
  border-left: 1px solid #333333;
}
.table_freeze_panes > .row > .area.bottom.right > .inner {
  overflow: scroll;
  height: 600px;
}
.table_freeze_panes > .row > .area > .inner > table {
  table-layout: fixed;
  border-collapse: collapse;
}
.table_freeze_panes > .row > .area.left > .inner > table {
  width: 100%;
}
.table_freeze_panes > .row > .area.bottom > .inner > table {
  background: white;
}
.table_freeze_panes > .row > .area > .inner > table > * > tr > * {
  word-break: break-word;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.table_freeze_panes > .row > .area > .inner > table > * > tr > * {
  font-size: 14px;
  padding: 4px;
}
.table_freeze_panes > .row > .area > .inner > table > * > tr > *:first-child {
  border-left-width: 0px;
}
.table_freeze_panes > .row > .area > .inner > table > * > tr > *:last-child {
  border-left-width: 1px;
  border-right-width: 0px;
}
.table_freeze_panes > .row > .area > .inner > table > * > tr:first-child > * {
  border-top-width: 0px;
}
/**/
.naver_map_info_box {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
}
.naver_map_info_box > .inner {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.naver_map_info_box > .inner > .cell {
  display: table-cell;
  vertical-align: top;
}
.naver_map_info_box > .inner > .cell:first-child + .cell {
  padding-left: 10px;
}
.naver_map_info_box > .inner > .cell > .title {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}
.naver_map_info_box > .inner > .cell > .address1 {
  margin-top: 8px;
  font-size: 14px;
  color: #222222;
  white-space: nowrap;
}
.naver_map_info_box > .inner > .cell > .address2 {
  margin-top: 4px;
  font-size: 14px;
  color: #919191;
  white-space: nowrap;
}
.naver_map_info_box > .inner > .cell > .phone {
  margin-top: 4px;
  font-size: 14px;
  color: #288756;
}
.naver_map_info_box > .inner > .cell > .logo {
  display: block;
  width: 74px;
  height: 74px;
}
.naver_map_info_box > .inner > .cell > .logo {
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
/**/
.video_bg_for_one_page {
  outline: 1px dashed red;
  box-shadow: 0px 0px 10px cornflowerblue;
}
.video_bg_for_one_page {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.video_bg_for_one_page > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_bg_for_one_page > video {
  min-width: 100%;
  min-height: 100%;
}
/**/
#wheelTransitionItemNav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
#wheelTransitionItemNav {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
}
#wheelTransitionItemNav > button {
  display: block;
  font-size: 0;
  outline: none;
}
#wheelTransitionItemNav > button {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: none;
}
#wheelTransitionItemNav > button {
  box-sizing: border-box;
  border: 3px solid #ffffff;
  opacity: 0.5;
}
#wheelTransitionItemNav > button {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#wheelTransitionItemNav > button.on {
  border-color: #ffff00;
  background: #ffff00;
  opacity: 1;
}
#wheelTransitionItemNav > button + button {
  margin-top: 20px;
}
/**/
.custom_scrollbox > .scoll_bar {
  position: absolute;
}
.custom_scrollbox > .scoll_bar {
  box-sizing: border-box;
  font-size: 0;
}
.custom_scrollbox > .scoll_bar.vertical {
  top: 0;
  right: 2px;
}
.custom_scrollbox > .scoll_bar.horizontal {
  bottom: 2px;
  left: 0px;
}
.custom_scrollbox > .scoll_bar {
  opacity: 0;
}
.custom_scrollbox > .scoll_bar {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.custom_scrollbox:hover > .scoll_bar {
  opacity: 1;
}
.device_is_mobile .custom_scrollbox > .scoll_bar {
  opacity: 0;
}
.custom_scrollbox > .scoll_bar > .rail {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
}
.custom_scrollbox > .scoll_bar > .rail {
  position: absolute;
  cursor: pointer;
}
.custom_scrollbox > .scoll_bar > .rail > button {
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.custom_scrollbox > .scoll_bar > .rail > button {
  position: absolute;
  top: 0px;
  left: 0px;
}
.custom_scrollbox > .scoll_bar > .rail > button {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.custom_scrollbox > .scoll_bar > .rail > button {
  width: 8px;
  height: 8px;
}
.custom_scrollbox > .scoll_bar.vertical {
  width: 8px;
  height: 100%;
}
.custom_scrollbox > .scoll_bar.vertical > .rail {
  top: 2px;
  left: 0;
  width: 100%;
  height: calc(100% - 2px * 2 - 8px);
}
.custom_scrollbox > .scoll_bar.horizontal {
  width: 100%;
  height: 8px;
}
.custom_scrollbox > .scoll_bar.horizontal > .rail {
  top: 0;
  left: 2px;
  width: calc(100% - 2px * 2 - 8px);
  height: 100%;
}
.custom_scrollbox > .cont {
  position: absolute;
  top: 0px;
  left: 0px;
}
.custom_scrollbox > .cont {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
/******************************************
	PAGE CSS
*******************************************/
.layout200117155117 {
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
}
.layout200117155117 > .inner {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.layout200117155117 > .inner > .cell {
  display: table-cell;
  vertical-align: middle;
}
.layout200117155117 > .inner > .cell:first-child {
  width: 91px;
}
.layout200117155117 > .inner > .cell:first-child + .cell {
  white-space: nowrap;
  padding: 20px;
}
.layout200117155117 > .inner > .cell:first-child + .cell:before {
  background: #aaaaaa;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  content: '';
  display: block;
}
.layout200117155117 .pic0 {
  vertical-align: top;
}
.layout200117155117 .text0 {
  display: inline-block;
}
.layout200117155117 .text0 {
  font-size: 18px;
  letter-spacing: calc(-60 * 0.001em);
  line-height: 50px;
  color: #333333;
}
.layout200117155117 .button0 {
  float: right;
}
.layout200117155117 .button0 {
  text-align: center;
  width: 200px;
  background: #ec3726;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: calc(-60 * 0.001em);
  color: white;
}
.layout200117155117 .button0:after {
  margin-left: 15px;
  background: url(/front_generaledu/imgs/simg/_img15.png) no-repeat center;
  width: 8px;
  height: 12px;
  content: '';
  display: inline-block;
}
/**/
.layout200117160320 {
  font-size: 0;
}
.layout200117160320 {
  margin-top: 20px;
}
.layout200117160320 > .item {
  display: inline-block;
  vertical-align: top;
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media screen and (min-width: 1024px) {
  .layout200117160320 > .item {
    width: 48.57%;
    margin-right: 2.85%;
  }
  .layout200117160320 > .item:nth-child(2n) {
    margin-right: 0;
  }
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  .layout200117160320 > .item + .item {
    margin-top: 10px;
  }
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media screen and (min-width: 1440px) {
  .layout200123110638 {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .layout200123110638 .tit1 {
    margin-top: 0;
  }
  .layout200123110638 > .row {
    display: table-row;
  }
  .layout200123110638 > .row > .cell {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 30px;
  }
  .layout200123110638 > .row > .cell:first-child {
    width: 300px;
  }
}
/**/
.btn200123112643 {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: white;
  letter-spacing: calc(-60 * 0.001em);
}
.btn200123112643 {
  background: #ec3726;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media screen and (min-width: 1440px) {
  .btn200123112643 {
    position: absolute;
    top: -10px;
    right: 0px;
  }
}
/* [ @~lt ] 1439이하 - 랩탑 and 테블릿 가로 이하▼ 화면*/
@media screen and (max-width: 1439px) {
  .btn200123112643 {
    margin-top: 15px;
  }
}
/**/
.iframe_map_box > div {
  position: fixed;
  top: -10000px;
  left: -10000px;
  z-index: 5;
}
.iframe_map_box > div {
  display: block !important;
}
.iframe_map_box > .only_desktop {
  width: 1400px;
}
.iframe_map_box > .only_laptop {
  width: 1004px;
}
.iframe_map_box > .only_tablet {
  width: 750px;
}
.iframe_map_box > .only_mobile {
  width: 460px;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media screen and (min-width: 1440px) {
  .iframe_map_box > .only_desktop {
    position: static;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .iframe_map_box > .only_laptop {
    position: static;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .iframe_map_box > .only_tablet {
    position: static;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  .iframe_map_box > .only_mobile {
    position: static;
  }
}
/**/
.layout200210094131 > .item {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.layout200210094131 > .item + .item {
  margin-top: 30px;
}
.layout200210094131 > .item > .cell {
  display: table-cell;
  vertical-align: middle;
}
.layout200210094131 > .item > .cell {
  font-size: 18px;
  color: #555555;
  letter-spacing: calc(-60 * 0.001em);
}
.layout200210094131 > .item > .cell:first-child {
  width: 166px;
  background: url(/front_generaledu/imgs/simg/_img48.png) no-repeat;
  background-position: right center;
}
.layout200210094131 > .item > .cell:first-child + .cell {
  padding-left: 10px;
}
.layout200210094131 .year_text {
  font-size: 24px;
  letter-spacing: calc(-60 * 0.001em);
  color: #0082cc;
}
/*# sourceMappingURL=UI.css.map */