#bo_v_con div img {
  width: 100% !important;
}

.voice_pd{margin: 0 0 5rem 0 !important;}


.blue_font{font-weight:700; color:#1357c7;}

.pc_width {
  display: block;
}
.mobile_width {
  display: none;
}
/*신청 버튼*/
.btm_line {
  border-bottom: 1px solid #666;
  margin-bottom: 3rem !important;
}
.mbtn-wrap {
  margin: 8rem 0;
  text-align: right;
  padding: 4rem 0;
  border-top: 1px solid #ddd;
}
.board_bottom_wrap {
  margin: 2.5rem 0;
  text-align: right;
  padding: 3rem 0;
  border-top: 1px solid #ddd;
}
.board_bottom_wrap_left {
  margin: 2.5rem 0;
  text-align: left;
  padding: 3rem 0;
  border-top: 1px solid #ddd;
}
.boardbtn-wrap {
  margin: 1rem 0;
  text-align: right;
  padding: 2rem 0; /* border-top: 1px solid #ddd; */
}
.search_btn_wrap {
  margin: 1rem 0;
  text-align: right;
  padding: 2rem 0; /* border-top: 1px solid #ddd; */
}
.lg-btn {
  background: #d5d5d5;
  border: 1px solid #d5d5d5;
  color: #777;
  display: inline-block;
  min-width: 145px;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
  transition: all .25s ease;
  border-radius: 3px;
  height:40px;
 line-height:38px;
}
.board_search_box {
  height: 36px;
}
/*----게시판 버튼----*/
.left_btn {
  background: #d5d5d5;
  border: 1px solid #d5d5d5;
  color: #777;
  display: inline-block;
  min-width: 145px;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
  transition: all .25s ease;
  border-radius: 3px;
  padding: 0px 22px;
  height:40px;
 line-height:38px;
}
.right_btn {
  background: #112f58;
  border: 1px solid #112f58;
  color: #fff;
  display: inline-block;
  min-width: 145px;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
  transition: all .25s ease;
  border-radius: 3px;
  padding: 0px 22px;
  height:40px;
  line-height:40px;
}
/* .lg-btn span, .ldp-btn span{
    display: block;
    padding: 6px 22px;
    line-height: 1;
    } */
.lg-btn span, .ldp-btn span {
  display: block;
  padding: 10px 22px;
  line-height: 1;
}
.ldp-btn {
padding: 0px 22px;
height:40px;
  line-height:38px;
  cursor: pointer;
  background: #112f58;
  border: 1px solid #112f58;
  color: #fff;
  display: inline-block;
  min-width: 145px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
  text-align: center;
  transition: all .25s ease;
  border-radius: 3px;
}

.ldp-btn01 {
padding: 5px 35px;
  cursor: pointer;
  background: #112f58;
  border: 1px solid #112f58;
  color: #fff;
  display: inline-block;
  min-width: 145px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
  text-align: center;
  transition: all .25s ease;
  border-radius: 3px;
}

.ldp-btn.off {
padding: 1px 35px;
  cursor: pointer;
  background: #ddd;
  border: 1px solid #cacaca;
  color: #353535;
  display: inline-block;
  min-width: 145px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
  text-align: center;
  transition: all .25s ease;
  border-radius: 3px;
}
.ldp-btn.go span {
  color: #fff;
  font-weight: 500;
}
.date_setting .field_title {
  font-size: 1.9rem;
  color: #7d7d7d;
  margin: 1.5rem 0;
}
.date_setting .field_title .day_ti {
  position: relative;
  margin-bottom: 21px;
  padding-left: 28px;
}
.date_setting .field_title .day_ti:before {
  top: 6px;
  width: 10px;
  height: 10px;
  background: #7d7d7d;
  content: '';
  border-radius: 50%;
}
.date_setting .field_title .day_ti:after {
  position: absolute;
  top: 11px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  content: '';
}
.date_setting .field_title_text {
  font-size: 1.6rem;
  color: #7d7d7d;
  margin-bottom: 1.5rem;
}
.date_setting .form .item {
  display: inline-block;
  vertical-align: top;
}
/* 통합검색 */
.searchWrap {
  border: none;
}
.searchFormWeb {
  min-height: auto;
  border-bottom: 2px solid #666;
}
.searchWrap .searchToparea {
  position: relative;
  padding: 0;
}
.searchWrap .searchToparea .searchBardiv {
  position: relative;
  padding: 18px 20px;
  border-radius: 20px 0;
}
.searchWrap .searchToparea .searchBardiv .searchTit {
  position: absolute;
  left: 40px;
  top: 18px;
  height: 54px;
  line-height: 54px;
  font-size: 1.176em;
  font-weight: 500;
  color: #fff;
}
.searchWrap .searchToparea .searchBardiv .searchSel {
  position: absolute;
  left: 20px;
  top: 18px;
}
.searchWrap .searchToparea .searchBardiv .searchSel select {
  width: 120px;
  border: none;
  height: 54px;
  line-height: 54px;
}
.searchWrap .searchToparea .searchBardiv .searchInputbox {
  position: relative;
  margin: 0 130px 0;
  padding-right: 54px;
  border: none;
  box-sizing: border-box;
  z-index: 1001;
}
.searchWrap .searchToparea .searchBardiv.smart .searchInputbox {
  margin: 0 0 0 130px;
}
.searchWrap .searchToparea .searchBardiv.hope .searchInputbox {
  margin: 0 130px 0 0;
}
.searchWrap .searchToparea .searchBardiv.home .searchInputbox {
  margin: 0 130px 0 0;
  padding-right: 0;
}
.searchWrap .searchToparea .searchBardiv .searchInputbox input[type="text"] {
  border: none;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 1.176em;
  padding: 0 10px;
}
.searchWrap .searchToparea .searchBardiv .searchInputbox .unifiedSearchbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background: #fff url(../../book/sub/img/btn_search.png) 50% 50% no-repeat;
  border: none;
}
.searchWrap .searchToparea .searchBardiv .btn_search {
  position: absolute;
  right: 20px;
  top: 18px;
  min-width: 120px;
  font-size: 1.176em;
  font-weight: 500;
  line-height: 42px;
  background-color: #000;
  border-radius: 8px;
}
.searchWrap .searchToparea .innerSearch {
  padding: 10px 0 8px;
}
.searchWrap .searchToparea .innerSearch input[type='checkbox'].check + label {
  font-size: 0.941em;
}
.searchWrap .searchToparea .searchUtilWrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
.searchWrap .searchToparea .searchUtilWrap ol li {
  float: left;
  border: none;
  margin: 0;
}
.searchWrap .searchToparea .searchUtilWrap ol li a {
  display: block;
  padding: 10px 43px 9px 15px;
  font-size: 1em;
  color: #444;
  position: relative;
}
.searchWrap .searchToparea .searchUtilWrap ol li a.on {
  background: none;
}
.searchWrap .searchToparea .searchUtilWrap ol li a.sh_util01:before, .searchWrap .searchToparea .searchUtilWrap ol li a.sh_util03:before {
  display: none;
}
.searchWrap .searchToparea .searchUtilWrap ol li a:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../img/unified/down_bulet.png) 50% 50% no-repeat;
}
.searchWrap .searchToparea .searchUtilWrap ol li a.on:after {
  background: url('../img/unified/up_bulet.png') 50% 50% no-repeat;
}
.searchBardiv {
  background: #1357c7 /*  linear-gradient(to right, rgba(0, 139, 139, 1) 0%, rgba(34, 139, 34, 1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#139f4f', endColorstr='#0390f1', GradientType=1) */ ;
}
.btn_search {
  display: inline-block;
  padding: 6px 15px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #444;
}
.searchWrap .searchFormWeb .board_info .sc_right {
  margin-left: 2rem;
}
.searchWrap .searchFormWeb .board_info .form {
  float: right;
}
.searchWrap .searchFormWeb .boardsearch {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  /* .searchWrap .searchToparea .searchBardiv .searchTit {
    left: 25px;
    top: 15px;
    height: 40px;
    line-height: 40px;
} */
  .searchWrap .searchToparea .searchBardiv .searchInputbox .unifiedSearchbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background: #fff url(../../book/sub/img/btn_search.png) 50% 50% no-repeat;
    border: none;
  }
}
@media screen and (max-width: 800px) {
  .searchWrap .searchToparea .searchBardiv .searchTit {
    display: none !important;
  }
  .mobile_no {
    display: none !important;
  }
 /*  .tbl-basic {
    min-width: 100% !important;
  } */
}
.table_btm_no {
  border-bottom: 0px;
}
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}
.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input {
  width: 100%;
  border: 1px solid #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="date"], input[type="datetime"], input[type="email"], input[type="tel"] {
  /* height: 40px; */
  /* 	height: 36px; */
  margin: 0;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  color: #575a61;
}
input[type="radio"], input[type="checkbox"] {
  border: 1px solid #232323;
  background: #efefef;
}
.full_input {
  width: 100%;
}
.editor_box {
  width: 100%;
  height: 349px;
  border: 1px solid #ddd;
}
/*글쓰기*/
#bo_w .write_div {
  margin: 10px 0;
  position: relative;
}
#bo_w .bo_w_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
#bo_w .bo_w_info .frm_input {
  float: left;
  width: 33%
}
#bo_w #wr_password {
  margin: 0 0.5%
}
#bo_w .wr_content.smarteditor2 iframe {
  background: #fff
}
#bo_w .bo_w_tit {
  position: relative
}
#bo_w .bo_w_tit .frm_input {
  padding-right: 120px;
}
#bo_w .bo_w_tit #btn_autosave {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 30px;
  height: 30px;
}
#bo_w .bo_w_link label {
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  background: #eee;
  text-align: center;
  color: #888
}
#bo_w .bo_w_link .frm_input {
  padding-left: 50px
}
#bo_w .bo_w_flie .lb_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  background: #eee;
  text-align: center;
  color: #888
}
#bo_w .bo_w_flie .frm_file {
  padding-left: 50px;
}
#bo_w .bo_w_flie .file_wr {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  height: 40px;
  margin: 0
}
#bo_w .bo_w_flie .frm_input {
  margin: 10px 0 0
}
#bo_w .bo_w_flie .file_del {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.92em;
  color: #7d7d7d
}
#bo_w .bo_w_select select {
  border: 1px solid #3497d9;
  height: 40px;
  border-radius: 3px
}
.write_div input, .write_div label {
  display: inline-block;
}
.write_div input {
  vertical-align: middle;
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.sub05_map {
  border: 1px solid #dedede;
}
.exhibit_title {
  border-bottom: 3px solid #353535;
  margin: 4rem 0 1rem !important;
}
.exhibit_text {
  margin: 2rem 0;
}
.exhibit_text div.exhibit_font {
  margin-top: 1rem;
}
.place_text {
  border-top: 1px solid #dedede;
  padding-top: 2rem;
}
.program_title {
  border-bottom: 3px solid #353535;
}
.program_text {
  margin: 0 0 2rem 0;
}
.program_text div.exhibit_font {
  margin-top: 1rem;
}
.place_text {
  border-top: 1px solid #dedede;
  padding-top: 2rem;
}
.calendar_table {
  margin-bottom: 10px;
  width: 100%;
  border-top: 2px solid transparent;
  border-bottom: 1px solid transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Noto Sans KR';
}
.calendar_table th {
  padding: 10px 15px;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-left: -1px;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
  font-size: 15px;
  color: #000
}
.calendar_table td {
  padding: 10px 15px;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-left: -1px;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
  font-size: 15px;
  color: #000;
  text-align: center
}
.calendar_table th:first-child, .calendar_table td:first-child {
  border-left: none
}
.calendar_table th.trw, .calendar_table td.trw {
  border-right: 1px solid #ddd;
}
.calendar_table tbody th, .calendar_table thead th {
  vertical-align: middle;
  font-family: 'Noto Sans KR';
}
.calendar_table thead th, .calendar_table tfoot th {
  background-image: none;
}
.calendar_table tbody th { /*color:#004993;*/ color: #333;
}
.calendar_table thead th {
  color: #333;
  text-align: center;
  background: #f8f8f8;
  font-family: 'Noto Sans KR';
}
.calendar_table td .btn-file {
  font-size: 12px;
}
/* 신청 현황 리스트 */
.applyList {
  border-top: 2px solid #333;
  border-bottom: 1px solid #c0c0c0;
}
.applyList li {
  display: table;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.applyList li:first-child {
  border-top: none;
}
.applyList li .date {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  font-weight: 400;
}
.applyList li .orderTimeTxt{
	font-weight: 400;
	display: table-cell;
	vertical-align:middle;
	width: 200px;
}
.applyList li .state {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 380px;
  padding: 0 30px;
}
.applyList li .state .txt {
  display: inline-block;
  margin-right: 10px;
}
.applyList li .state .count {
  display: inline-block;
}
.applyList li .state .count em {
  font-weight: bold;
  color: #941c05;
}
.applyList li .mid {
  text-align: right; /* float: right; */ display: table-cell;
  vertical-align: middle;
}
.applyList li .mid .btns {
  white-space: nowrap;
}
.ui-m .applyList {
  border-top: 1px solid #333;
}
.ui-m .applyList li {
  display: block;
  padding: 15px 0;
}
.ui-m .applyList li .date {
  width: auto;
  padding: 0 27px;
  color: #074a73;
  font-size: 15px;
  font-weight: bold;
}
.ui-m .applyList li .state {
  width: 100%;
  padding-left: 0;
}
.ui-m .applyList li .mid {
  display: table;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.ui-m .applyList li .mid .btns {
  width: 115px;
}
.linklst li {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  line-height: 1.253rem;
  border-left: 1px solid #ddd;
  color: #353535 !important;
  font-size: 1.3rem;
}
/* 포토유형03 */
.photo_wrap03 {}
.photo_wrap03 .inner {
  position: relative;
  height: 322px;
  padding-right: 0px;
}
.photo_wrap03 .inner:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: '';
}
.photo_wrap03 .inner .img_box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.photo_wrap03 .inner .img_box img {
  position: absolute;
  max-width: 1000%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.photo_wrap03 .inner .txt_box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 50%;
  padding: 40px;
  background: #007d8f url(/site/common/images/skin/obj_01.png) no-repeat right bottom;
  text-align: center;
}
.photo_wrap03 .inner .txt_box .tit {}
.photo_wrap03 .inner .txt_box .tit em {
  display: none;
  overflow: visible;
  position: relative;
  width: 49px;
  height: 49px; /* margin:0 auto 10px; */ border-radius: 50%;
  background-position: -1px -27px;
  background-color: #005662;
  vertical-align: middle;
}
.photo_wrap03 .inner .txt_box .tit em:after {
  display: block;
  position: absolute;
  top: -25px;
  left: -50px;
  content: '';
  width: 42px;
  height: 42px;
  background: url(/site/common/images/skin/obj_03.png) no-repeat;
}
.photo_wrap03 .inner .txt_box .tit span {
  display: block;
  padding-bottom: 20px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.photo_wrap03 .inner .txt_box .tit span:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #a9aef2;
  position: absolute;
  left: 0%;
  bottom: 0;
  margin-left: 0px;
}
.photo_wrap03 .inner .txt_box p.imgp {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #fff;
}
.photo_wrap03 .inner .txt_box p.img_text {
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.06em;
  color: #cfcfcf;
  text-align: left;
}
.photo_wrap03.type1 .inner .txt_box {
  background: #42478f url(/kr/theme/j_design/image/sub/subpage_02_01_bg01.png) no-repeat right bottom;
}
.photo_wrap03.type1 .inner .txt_box .tit {}
.photo_wrap03.type2 .inner .txt_box .tit {
  margin: 45px 0 0;
  padding: 30px 0 0;
}
.trip_line {
  position: relative;
  font-weight: 500;
}
.trip_line:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: rgba(12, 156, 255, 0.3);
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.float_left {}
.center_wp .guide_title span.number {
  font-weight: 500;
  font-size: 2.6rem;
  color: #353535;
  display: inline-block;
  letter-spacing: -0.09em;
}
.center_wp .guide_title span.number_text {
  margin-left: 1rem;
  font-weight: 500;
  font-size: 2.3rem;
  color: #757575;
  display: inline-block;
  letter-spacing: -0.08em;
}
.center_wp .diagram {
  width: 100%;
  margin-top: 1rem;
}
.center_wp .diagram_title {
  font-weight: 700;
  font-size: 2.3rem;
  margin-top: 2rem;
  letter-spacing: -0.07em;
}
.center_wp .diagram_title:after {
  display: block;
  width: 40px;
  height: 2px;
  margin: 2.4rem 0;
  background-color: #565656;
  content: '';
}
.center_wp:after {
  display: block;
  content: '';
  clear: both;
}
.center_wp {
  padding: 0 3rem 8rem 3rem;
}
.center_wp .schematic_text {
  font-size: 1.8rem;
  margin: 2rem 0;
}
/*달력*/
a.btns, button.btns {
  display: inline-block;
  min-width: 90px;
  height: 35px;
  padding: 0 20px;
  border-radius: 2px;
  background-color: #346d94;
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}
/* kor 0301 교육프로그램  0705 단체관람예약*/
/*리스트*/
.schwrap {
  position: relative;
  margin: 30px 0;
}
.schlst {
  position: relative;
  width: 100%;
  margin: 0;
  border: 1px solid #d4d4d4;
  overflow: hidden;
}
.schlst:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.schlst:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}
.schlst .lcon, .schlst .rcon {
  position: relative;
  padding: 30px 2.5% 30px;
  width: 100%;
  border: 0;
  margin-left: 0;
}
.schlst .lcon {
  background: #fff;
  border-radius: 5px 0 0 0;
  border-bottom: 1px solid #ddd;
}
.schlst .lcon h2 {
  margin: 35px 0 10px;
  padding-top: 10px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.schlst .lcon .left span {
  display: inline-block;
  line-height: 25px;
  font-size: 15px;
}
/* .schlst .lcon span.rest:before{
display:inline-block;content:"";width:25px;height:25px;background:url(/kor/images/prog/edu_icon02.png) no-repeat #f00; vertical-align:middle;margin-top: -3px;margin:0 auto;
} */
.schlst .lcon span.rest_btm:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: #da293b;
  vertical-align: middle;
  margin-top: -3px;
  margin: 0 auto;
  border-radius: 50%;
}
.schlst .lcon span.rest:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: #da293b;
  vertical-align: middle;
  margin-top: 5px;
  position: absolute;
  right: 7px;
  border-radius: 50%;
}
.schlst .lcon span.applicable:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: #0c9cff;
  vertical-align: middle;
  margin-top: 5px;
  position: absolute;
  right: 7px;
  border-radius: 50%;
}
.schlst .lcon span.unable:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: #878787;
  vertical-align: middle;
  margin-top: 5px;
  position: absolute;
  right: 7px;
  border-radius: 50%;
}
.schlst .lcon .applicable_btm, .schlst .lcon .unable_btm {
  margin-left: 1rem;
}
.schlst .lcon table span.rest:before {
  display: block;
}
.schlst .lcon span.educationday {}
.schlst .lcon span.applicable_btm:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: #0c9cff;
  vertical-align: middle;
  border-radius: 50%;
}
.schlst .lcon span.unable_btm:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: #878787;
  vertical-align: middle;
  border-radius: 50%;
}
.schlst .lcon table span.rest:before {
  display: block;
}
.schlst .left .rest {
  margin-right: 25px;
}
.schlst .txt_box {}
.schlst .txt_box p.tit {
  margin: 40px 0 10px;
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 500;
}
.schlst .txt_box p {
  font-size: 15px;
  color: #5d5d5d;
}
.ctrmm {
  position: relative;
  width: 80%;
  height: 32px;
  margin: 8px auto 20px;
  padding: 0;
}
.schlst .lcon p strong {
  letter-spacing: -0.05em;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 30px;
  color: #111;
  text-align: center;
  font-weight: 500;
}
.ctrmm .arrow a {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 20px;
  background: url(../../book/sub/img/direction_btn.png) no-repeat;
  font-size: 0;
  line-height: 0;
  margin-top: 0.6rem;
}
.ctrmm .prev a {
  background-position: 0 0;
}
.ctrmm .next {
  float: right;
}
.ctrmm .next a {
  background-position: -12px 0px;
}
.schcal_tbl {
  margin: 20px 0;
  width: 100%;
}
.schcal_tbl th {
  padding: 12px 6px;
  border-top: 1px solid #434547;
  border-bottom: 1px solid #a2a2a2;
  font-weight: bold;
  line-height: 1.5em;
  vertical-align: middle;
  border-right: 0;
}
.schcal_tbl td {
  position: relative;
  height: 60px;
  border-right: 0;
  color: #666;
  line-height: 1.5em;

}
/*  vertical-align: bottom; */
.schcal_tbl td.off {
  background: #fafafa; /* font-size:0; */
}
.schcal_tbl td.sat, .schcal_tbl td.sat a {
  color: #1473b5;
}
.schcal_tbl td:first-child:before {
  display: none;
}
.schcal_tbl td:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  border-left: 1px solid #dfdfdf;
}
.schcal_tbl td:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.schcal_tbl td.sun, .schcal_tbl td.sun a, .schcal_tbl td.spday, .schcal_tbl td.spday a {
  color: #c30c0c;
}
.schcal_tbl td.today {
  background: #3864be;
  color: #fff;
}
.schcal_tbl td.today p font {
  color: #fff;
  font-weight: bold
}
.schcal_tbl td p {
  display: inline-block;
  position: absolute;
  top: 10%;
  left: 20%;
  margin: 0;
  width: 80%;
  font-size: 13px;
}
.schlst .lcon p { /* margin-bottom:0; */
}
.schcal_tbl td p span, .schcal_tbl td p a {
  display: block;
  padding: 5px;
  width: 100%;
  line-height: 1
}
.schcal_tbl td p .ov {
  color: #fff;
}
.schcal_tbl td .on {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  border: 4px solid #004993;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
}
.schcal_tbl td p .ov .on {
  border-color: #fff;
}
.schcal_tbl td .rest, .schcal_tbl td .applicable, .schcal_tbl td .unable {
  font-size: 0;
}
.schlst .rcon h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  border-top: none;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.schlst .rcon h2:before {
  display: none;
  display: inline-block; /* content:""; */ position: static;
  margin-right: 10px;
  width: 43px;
  height: 42px;
  background: url(/kor/images/prog/edu_icon04.png) no-repeat #f00;
  vertical-align: middle;
}
.schlst .rcon h2.icon2:before {
  display: inline-block;
  content: "";
  position: static;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  background: url(/kor/images/prog/icon_01.png) no-repeat;
  vertical-align: middle;
}
.schlst .rcon h2 em {
  display: block;
  font-weight: bold;
}
.schlst .rcon h2 .number_total {
  font-weight: 700;
}
.schlst .rcon h2 .number_remain {
  font-weight: 700;
  color: #f00;
}
.schlst .rcon .schtx {
  position: relative;
}
.schlst .rcon .schtx .schtx_arrow {
  position: absolute;
  top: 0;
  display: block;
  right: 0;
  overflow: hidden;
}
.schlst .rcon .schtx .schtx_arrow .arrow_prev {
  width: 40px;
  display: block;
  height: 40px;
  float: left;
  background: url(/kor/images/prog/edu_icon01.png) no-repeat;
}
.schlst .rcon .schtx .schtx_arrow .arrow_next {
  width: 40px;
  display: block;
  height: 40px;
  float: left;
  background: url(/kor/images/prog/edu_icon01.png) no-repeat;
}
.schlst .rcon .schtx .schtx_arrow .arrow_prev {
  background-position: 0 0;
  font-size: 0;
}
.schlst .rcon .schtx .schtx_arrow .arrow_next {
  background-position: -40px 0;
  font-size: 0;
}
.schlst .rcon .schtx .schtx_txt {
  padding: 25px 0;
  border-top: 1px solid #434547;
}
.schlst .rcon .schtx .schtx_txt.schtx_txt_0705 {
  padding: 0 0 25px;
  border-top: none;
}
.schlst .rcon .schtx .schtx_txt.schtx_txt_0705 .txt_box {
  margin-top: 20px;
  padding-right: 80px;
  line-height: 1.5;
  font-size: 15px;
  color: #5d5d5d;
}
.schlst .rcon .schtx .schtx_txt .col {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #fff
}
.schlst .rcon .schtx .schtx_txt .col:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
/* .schlst .rcon .schtx .schtx_txt .col a {width:100%; height:100%;} */
.schlst .rcon .schtx .schtx_txt a:hover .col, .schlst .rcon .schtx .schtx_txt a:focus .col {
  border: 1px dashed #2055a4;
}
.schlst .rcon .schtx .schtx_txt .col .box_l {
  float: left; /*position:relative;*/ width: 25%; /*height:200px;*/ border: 1px solid #ddd;
  overflow: hidden;
}
.schlst .rcon .schtx .schtx_txt .col .box_l img {
  width: 100%; /*position: absolute; top: 50%;left: 50%;transform: translate(-50%,-50%);*/
}
.schlst .rcon .schtx .schtx_txt .col .box_r {
  float: right;
  padding-left: 40px;
  width: 75%;
}
.schlst .rcon .schtx .schtx_txt .col .box_r .in_top {}
.schlst .rcon .schtx .schtx_txt .col .box_r .in_top span {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 8px 25px;
  color: #fff;
}
.schlst .rcon .schtx .schtx_txt .col .box_r .in_top span.on_1 {
  background: #ca9b27;
}
.schlst .rcon .schtx .schtx_txt .col .box_r .in_top span.on_2 {
  background: #2055a4;
}
.schlst .rcon .schtx .schtx_txt .col .box_r .in_top span.on_3 {
  background: #fff;
  border: 1px solid #dddddd;
  color: #333;
}
.schlst .rcon .schtx .schtx_txt .col .box_r .in_top span.on_4 {
  background: #9d7653;
}
.schlst .rcon .schtx .schtx_txt .col .box_r .in_top span.on_5 {
  background: #3b3c3d;
}
.schlst .rcon .schtx .schtx_txt .col .box_r p.tit {
  margin: 0;
  padding: 10px 0 20px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.schlst .rcon .schtx .schtx_txt .col .box_r ul {}
.schlst .rcon .schtx .schtx_txt .col .box_r ul li {
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  color: #333;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}
.schlst .rcon .schtx .schtx_txt .col .box_r ul li span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  width: 55px;
  font-weight: bold;
}
.schlst .rcon .schtx .schtx_txt .col .box_r ul li span:after {
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 15px;
  background: #aeaeae;
}
.schlst .rcon .schtx .nosch {
  margin: 50px 0;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.schlst .rcon .schtx .nosch em {
  display: block;
  color: #172641;
  font-weight: bold;
}
.schlst .lcon:before {
  display: none;
}
.schcal_tbl thead th {
  color: #000;
  text-align: center;
}
.schlst .rcon .schtx p {
  margin-top: 190px;
  padding-top: 60px;
  background: url(/kor/images/prog/sub03/0302/sch_holiday2.png) no-repeat 50% 0;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.sub_0705_tbl td .btn {
  padding: 5px 8px;
  font-size: 14px;
}
@media only screen and (min-width:960px) {
  /* 교육프로그램 캘린더 */
  .schlst .lcon {
    float: left;
    width: 50%;
    border: 0;
  }
  .schlst .rcon {
    float: right; /*padding-top:46px;*/ width: 50%;
  }
  .schlst .rcon h2 {
    margin-bottom: 20px;
  }
  .schlst:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 1px solid #dcdcdc;
  }
  .schlst .rcon .btn_wrap {
    margin-top: 40px;
  }
  .schlst .rcon .schtx .nosch {
    margin-top: 230px;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
  .schlst .rcon {
    margin-left: 0;
  }
}
@media (max-width:1359px) {
  .schlst .rcon .schtx .schtx_txt .col .box_l {
    width: 35%; /*height:190px;*/
  }
  .schlst .rcon .schtx .schtx_txt .col .box_r {
    padding-left: 20px;
    width: 65%;
  }
}
@media (max-width:1000px) {
  .schlst .lcon, .schlst .rcon {
    float: none;
    width: 100%;
  }
  .schlst:before {
    display: none;
  }
  .schlst .lcon {
    border-bottom: 1px solid #ddd;
  }
  .locate-search .search {
    padding: 20px;
  }
  .schlst .rcon .schtx p {
    margin-top: 10px;
  }
  .schlst .rcon .schtx .schtx_txt .col .box_l {
    width: 25%; /*height:200px;*/
  }
  .schlst .rcon .schtx .schtx_txt .col .box_r {
    padding-left: 40px;
    width: 75%;
  }
}
@media (max-width:767px) {
  .schlst .rcon .schtx .schtx_arrow {
    top: -50px;
  }
  .schlst .lcon, .schlst .rcon {
    padding: 20px 10px;
  }
  .schlst .rcon h2 {
    margin: 30px 0 15px 0;
  }
  .schlst .rcon .schtx .schtx_txt ul li b {
    display: inline-block;
    width: 60px;
    font-size: 13px;
    margin-right: 5px;
  }
  .schlst .rcon .tbl_basic.mobile_display thead th:first-child {
    display: none;
  }
  .schlst .rcon .tbl_basic.mobile_display tbody td:first-child {
    display: none;
  }
  .schlst .rcon .schtx .schtx_txt .col .box_l {
    width: 35%; /*height:190px;*/
  }
  .schlst .rcon .schtx .schtx_txt .col .box_r {
    padding-left: 20px;
    width: 65%;
  }
  .schlst .rcon table.sub_0705_tbl thead th:first-child {
    display: none;
  }
  .schlst .rcon table.sub_0705_tbl tbody td:first-child {
    display: none;
  }
}
@media (max-width:560px) {
  .schlst .rcon .schtx .schtx_txt .col .box_l {
    float: none;
    margin-bottom: 10px;
    width: 100%;
    height: 310px;
    position: relative;
  }
  .schlst .rcon .schtx .schtx_txt .col .box_l img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .schlst .rcon .schtx .schtx_txt .col .box_r {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
/*연혁*/
.yearbox {
  position: relative;
  width: 100%;
  min-height: 630px;
  padding-left: 440px;
  margin: 30px 10px 80px;
}
.yearbox .head {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 100%;
}
.yearbox .head:after {
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  top: -30px;
  z-index: 0;
  width: 213px;
  height: 210px;
  background: url(/images/home/sub04/yearbox_simbol.png) no-repeat center center;
}
.yearbox .head strong {
  display: block;
  position: relative;
  z-index: 10;
  line-height: 37px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 2.6rem;
  color: #1357c7;
  letter-spacing: -0.07rem;
}
.yearbox .head p {
  position: relative;
  z-index: 10;
  margin: 20px 0 90px 0;
}
.yearbox .head p span {
  display: inline-block;
  position: relative;
  line-height: 34px;
  font-weight: 400;
  font-size: 24px;
  color: #06895f;
}
.yearbox .head p span:last-child {
  color: #777;
  line-height: 31px;
  letter-spacing: -0.06em;
  font-size: 20px;
}
.yearbox .head strong:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #0c9cff;
  position: absolute;
  left: 0%;
  bottom: 0;
  margin-left: 5px;
}
.yearbox .head p span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #33373b;
}
.yearbox .head p span:last-child:after {
  display: none;
}
.yearbox .head .boxs img {
  display: block;
  width: 100%;
}
.yearbox .head .boxs img:not(:nth-child(1)) {
  margin-top: 15px;
}
.yearbox .midd {}
.yearbox .midd > ol {
  position: relative;
}
.yearbox .midd > ol:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.yearbox .midd > ol > li {
  position: relative;
}
.yearbox .midd > ol > li:not(:nth-child(1)) {
  padding-top: 20px;
}
.yearbox .midd > ol > li > strong {
  display: block;
  position: relative;
  line-height: 24px;
  padding: 5px 0 5px 50px;
  font-size: 18px;
  color: #42478f;
  background-color: #fff;
  font-weight: 700;
  letter-spacing: -0.07em;
}
.yearbox .midd > ol > li > strong:before, .yearbox .midd > ol > li > strong:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-color: #0c9cff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.yearbox .midd > ol > li > strong:before {
  opacity: 0.1;
}
.yearbox .midd > ol > li > strong:after {
  transform: scale(0.3);
}
.yearbox .midd > ol > li > ol {
  padding-bottom: 20px;
  margin: 10px 0 0 50px;
}
.yearbox .midd > ol > li:not(:last-child) > ol {
  border-bottom: 1px dashed #ddd;
}
.yearbox .midd > ol > li > ol > li {
  position: relative;
  padding-left: 70px;
  margin: 5px 0;
}
.yearbox .midd > ol > li > ol > li > strong {
  display: block;
  line-height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  color: #596068;
}
.yearbox .midd > ol > li > ol > li > p {
  line-height: 26px;
  margin: 0;
  font-size: 17px;
  color: #596068;
}
@media all and (max-width: 900px) {
  .yearbox {
    padding-left: 320px;
  }
  .tab-ul.clone {
    display: none !important;
  }
}
@media (max-width: 991.99px) {
  .vision_mission li img {
    float: left;
    margin: 0;
  }
  .vision_mission dl {
    margin-left: 260px;
    padding-top: 60px;
    text-align: left;
  }
  .vision_mission li + li {
    margin-top: 60px;
  }
}
@media (max-width: 767.99px) {
  .vision_mission li img {
    width: 130px;
  }
  .ci-list li.mg-list {
    margin-left: 0%;
  }
  .ci-list li {
    width: 100%;
    padding: 30px 20px;
  }
}
@media all and (max-width: 700px) {
  .yearbox {
    padding-left: 0;
    margin: 40px 0;
  }
  .yearbox .head {
    position: relative;
    width: auto;
  }
  .yearbox .head p {
    width: 260px;
    margin-bottom: 30px;
  }
  .yearbox .head .boxs img {
    display: inline-block;
    width: auto;
    height: 161px;
    vertical-align: top;
  }
  .yearbox .head .boxs img:not(:nth-child(1)) {
    margin-top: 0;
  }
  .yearbox .head .boxs img:not(:nth-child(3)) {
    margin-top: 10px;
  }
  .yearbox .head .boxs img:not(:nth-child(4)) {
    margin-top: 10px;
  }
  .yearbox .midd {
    margin-top: 40px;
  }
  .vision_mission {
    margin-top: 40px;
  }
  .vision_mission li + li:before {
    background: none;
  }
  .vision_mission li img {
    width: 130px;
  }
  .vision_mission dl {
    position: absolute;
    top: 50%;
    left: 150px;
    right: 0;
    margin: 0;
    margin-top: -4px;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .vision_mission dt {
    font-size: 18px;
  }
  .vision_mission dd {
    line-height: 1.4;
  }
  .vision_mission .top_txt {
    font-size: 22px;
  }
  .vision_mission em {
    margin-top: 15px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 16px;
    line-height: 28px;
  }
  .vision_mission ul {
    margin: 30px 0 35px;
  }
  .vision_mission .vision {
    padding: 20px;
  }
}
@media all and (max-width: 600px) {
  .yearbox .head .boxs:after {
    content: "";
    display: block;
    clear: both;
  }
  .yearbox .head .boxs img {
    display: block;
    float: left;
    width: 49%;
    height: auto;
  }
  .yearbox .head .boxs img:nth-child(2) {
    float: right;
  }
  .yearbox .head .boxs img:nth-child(3) {
    float: right;
  }
}
@media all and (max-width: 500px) {
  .yearbox {
    padding-left: 0;
    margin: 0px 0;
  }
  .yearbox .head strong {
    line-height: 35px;
    font-size: 2.3rem
  }
  .yearbox .head p {
    margin: 15px 0 20px 0;
  }
  .yearbox .head p span {
    line-height: 29px;
    font-size: 20px;
  }
  .yearbox .midd {
    margin-top: 5rem;
  }
  .yearbox .midd > ol > li > strong {
    padding-left: 40px;
    font-size: 16px;
  }
  .yearbox .midd > ol > li > ol {
    margin-left: 40px;
  }
  .yearbox .midd > ol > li > ol > li > strong, .yearbox .midd > ol > li > ol > li > p {
    font-size: 15px;
    line-height: 20px;
  }
  .yearbox .head p span:last-child {
    font-size: 17px;
  }
  .tbl_wrap ul li {
    width: 100%;
  }
}
/*-----테이블-----*/
.storytelling_box {
  position: relative; /* font-size: 1rem; */ text-align: left;
}
.storytelling_title {
  /* display: inline-block; */
  /* margin: 0 auto; */
  padding: 4.5rem 0 4rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.08em;
}
.storytelling_title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 11.5rem;
  width: 4rem;
  height: 3px;
  background: #353535;
}
/* 리스트 테이블 */
table caption {
  position: relative;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.story_box {
  padding-top: 3rem;
}
.tbl-basic {
  min-width: 940px;
  margin-bottom: 10px;
  width: 100%;
  border-top: 2px solid transparent;
  border-bottom: 1px solid transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Noto Sans KR';
}
.tbl-basic th {
  padding: 10px 15px;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-left: -1px;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
  font-size: 15px;
  color: #000
}
.tbl-basic td {
  padding: 10px 15px;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-left: -1px;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: keep-all;
  font-family: 'Noto Sans KR';
  font-size: 15px;
  color: #000;
  text-align: center
}
.tbl-basic th:first-child, .tbl-basic td:first-child {
  border-left: none
}
.tbl-basic th.trw, .tbl-basic td.trw {
  border-right: 1px solid #ddd;
}
.tbl-basic tbody th, .tbl-basic thead th {
  vertical-align: middle;
}
.tbl-basic thead th, .tbl-basic tfoot th {
  background-image: none;
}
.tbl-basic tbody th { /*color:#004993;*/ color: #333;
}
.tbl-basic thead th {
  color: #333;
  text-align: center;
  background: #f8f8f8;
}
.tbl-basic td .btn-file {
  font-size: 12px;
}
.tbl-basic thead th.text_left {
  text-align: left;
}
.tbl-basic .left_line {
  border-left: 1px solid #ddd !important;
}
.tbl-basic .tbt_dashed {
  border-bottom-style: dashed;
}
.tbl-basic th {
  text-align: center
}
.tbl-basic {
  border-top-color: #000;
  border-bottom-color: #ddd;
}
.tbl-basic th, .tbl-basic td {
  border-left-color: #ccc;
  border-bottom-color: #ccc;
}
.tbl-basic tbody th {
  background-color: #f4f7fc;
  font-weight: bold
}
.tbl-basic td table {
  border: 1px solid #cccccc;
  font-size: 14px;
  border-bottom: none
}
.tbl-basic td table thead th {
  text-align: center
}
.tbl-basic td table th {
  background: #f8f8f8;
  font-size: 14px
}
.tbl-basic td table th, .tbl-basic td table td {
  border-bottom: 1px solid #cccccc;
  text-align: left;
  padding: 8px 10px;
  font-size: 14px
}
.tbl-basic td.ti {
  color: #333;
  text-align: center;
  background: #f8f8f8;
  font-weight: 700;
}
.tbl-basic td.left {
  text-align: left
}
.tbl-basic .noStyle td {
  padding: 0
}
.tbl-basic .toolbar td {
  padding: 0
}
.tbl-basic td input[type="text"], .tbl-basic td input[type="password"], .tbl-basic select {
  height: 34px;
  padding: 6px 10px;
  border: 1px solid #999;
  font-family: 'Noto Sans KR';
  font-family: 'Noto Sans KR';
  font-size: 15px !important
}
.program_img {
  margin-top: 6rem;
}
.con_mcon_c1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.con_mcon_c1 img {
  width: 100%;
}
.con_mcon_c1 h4 {
  position: absolute;
  left: 8%;
  top: 10%;
  font-family: "NotoSansKR Medium", "Malgun Gothic", "맑은 고딕";
  color: #dbe0e1;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: -0.01em;
}
.con_mcon_c1_w a {
  position: absolute;
  display: inline-block;
  /* background: #ffffff; */
  /* padding: 5px 10px 5px 10px; */
  /* border-radius: 13px; */
  font-family: "NotoSansKR Medium", "Malgun Gothic", "맑은 고딕";
  color: #353535 !important;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 18px;
  letter-spacing: -0.07em;
}
.con_mcon_c1_w p {
  position: absolute;
  display: inline-block;
  /* background: #ffffff; */
  /* padding: 5px 10px 5px 10px; */
  /* border-radius: 13px; */
  font-family: "NotoSansKR Medium", "Malgun Gothic", "맑은 고딕";
  color: #353535 !important;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 18px;
  letter-spacing: -0.07em;
}
.con_mcon_c1_w a.on {
  color: #ffffff !important;
}
.con_mcon_c1_w a span {
  position: absolute;
  left: 0%;
  top: 72%;
  display: inline-block;
  width: 100%;
  font-family: "NotoSansKR Medium", "Malgun Gothic", "맑은 고딕";
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.con_mcon_c1_w a.island01 {
  left: 5.5%;
  top: 40.5%;
}
.con_mcon_c1_w a.island02 {
  left: 47.4%;
  top: 69%;
}
.con_mcon_c1_w p.island03 {
  left: 87.2%;
  top: 69%;
}
.con_mcon_c1_w a.island04 {
  left: 82.7%;
  top: 39%;
}
.con_mcon_c1_w a.island05 {
  left: 79%;
  top: 30%;
}
.con_mcon_c1_w a.island005 {
  left: 85%;
  top: 12%;
}
.con_mcon_c1_w a.island06 {
  left: 10.8%;
  top: 32%;
}
.con_mcon_c1_w a.island07 {
  left: 42%;
  top: 36%;
}
.con_mcon_c1_w p.island08 {
  left: 33.2%;
  top: 83%;
}

.con_mcon_c1_w p.island003 {
	left: 72.7%;
    top: 72%;
}

.con_mcon_c1_w a.island09 {
  left: 36.2%;
  top: 42.8%;
}
.con_mcon_c1_w a.island10 {
  left: 5.5%;
  top: 16.8%;
}
.con_mcon_c1_w a.island11 {
  left: 45.6%;
  top: 4%;
}
.con_mcon_c1_w a.island12 {
  left: 84.2%;
  top: 21.3%;
}
.con_mcon_c1_w a.island13 {
  left: 89%;
  top: 72%;
}
.con_mcon_c1_w a.island14 {
  left: 30.5%;
  top: 49%;
}
.con_mcon_c1_w a.island15 {
  left: 46.7%;
  top: 88.2%;
}
.con_mcon_c1_w a.island16 {
  left: 62.5%;
  top: 88.2%;
}
.con_mcon_c1_w a.island17 {
  left: 82.5%;
  top: 66.2%;
}
.con_mcon_c1_w a.island18 {
  left: 38%;
  top: 6.8%;
}

.con_mcon_c1_w a.island19 {
  left: 7.5%;
  top: 44.2%;
}
.con_mcon_c1_w a.island20 {
  left: 24%;
  top: 77.2%;
}
.con_mcon_c1_w p.island021 {
  left: 6%;
  top: 14%;
}

/*안내박스*/
.cntsGuide {
  position: relative;
  padding: 30px 44px;
  margin: 0 0 45px;
  border: 1px solid transparent;
  background: transparent
}
.cntsGuide a[target="_blank"] {
  position: relative
}
.cntsGuide a[target="_blank"]:after {
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 1.063em;
  line-height: 1em;
  font-family: "xeicon";
  content: "\e980"
}
.cntsGuide.descript {
  display: table;
  width: 100%;
  padding: 15px 59px 17px 15px;
  border-color: #e8f0f6;
  background: #f8f9fa;
  table-layout: fixed;
  border-radius: 2rem;
}
.cntsGuide.descript:before {
  position: absolute;
  top: 50%;
  right: 90px;
  width: 320px;
  height: 125px;
  background: url(../../book/sub/img/cntsGuide_descript_bg.png) no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: ""
}
.cntsGuide.descript > strong {
  display: table-cell;
  width: 100%;
  position: relative;
  height: 110px;
  padding: 25px 0 25px 200px;
  background: no-repeat 0 50%;
  font-weight: 500;
  font-size: 1.085em;
  line-height: 1.6667em;
  color: #333;
  letter-spacing: -0.04167em;
  vertical-align: middle;
  word-break: keep-all;
  z-index: 1
}
.cntsGuide.descript > strong.type1 {
  background-image: url(../../book/sub/img/cntsGuide_descript_icon01.png)
}
.cntsGuide.descript > strong.type2 {
  padding: 10px 0 10px 220px;
  background-image: url(../../book/sub/img/cntsGuide_descript_icon02.png)
}
.cntsGuide.descript > strong.type3 {
  background-image: url(../../book/sub/img/cntsGuide_descript_icon03.png)
}
.cntsGuide.descript > strong.type4 {
  background-image: url(../../book/sub/img/cntsGuide_descript_icon04.png)
}
.mb_3r {
  margin-bottom: 3rem;
}
.quick_btn {
  position: absolute;
  z-index: 10;
  top: 45px;
  right: 3.2rem;
}
.quick_btn a {
  background: #1357c7;
  color: #fff;
  display: block;
  padding: 1rem 1.5rem;
  border-radius: 0.7rem;
  font-weight: 400;
  letter-spacing: -0.09em;
}
/*----타이틀 도트----*/
.depth1-title02 {
  margin-top: 70px;
}
[class^="depth1-title"] {
  letter-spacing: -0.06em;
  font-size: 2rem;
}
[class^="depth1-title"]::before, [class^="depth2-title"]::before, [class^="depth3-title"]::before, [class^="depth4-title"]::before, [class^="depth-webzine-title"]::before, [class^="depth4-title"]::after {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #1357c7;
  content: '';
}
[class^="depth1-title"]::before {
  top: 6px;
  width: 20px;
  height: 20px;
  border-left: 10px solid #1357c7;
  border-bottom: 10px solid #1357c7;
  content: '';
  border-radius: 7px 0px 7px 0px;
}
[class^="depth1-title"]::after {
  position: absolute;
  top: 11px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  content: '';
}
[class^="depth1-title"], [class^="depth2-title"], [class^="depth3-title"], [class^="depth4-title"], [class^="depth2-normal-title"], [class^="depth-webzine-title"] {
  position: relative;
  margin-bottom: 21px;
  padding-left: 28px;
  color: #424242;
}
.txt-info {
  margin-bottom: 25px;
}
[class^="lstyle-"] > li:first-child {
  margin-top: 0;
}
[class^="lstyle-"] li {
  position: relative;
  margin-top: 8px;
  padding-left: 15px;
  line-height: 1.5;
}
.lstyle-dot > li::before, p.lstyle-dot::before {
  width: 4px;
  height: 4px;
  background-color: #9ca6b1;
  border-radius: 100%;
}
[class^="lstyle-"] li:before, p.lstyle-dot::before, p.lstyle-line::before, .privacy-title::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
}
/*도서예약*/
.process {
  background: #fff;
  padding: 33px 0;
  text-align: center;
  margin-top: 20px;
}
.process:after {
  display: block;
  content: '';
  clear: both
}
.process li {
  display: inline-block;
  background: url('http://sinkilho.cafe24.com/kr/bbs/sub/img/process_arr.png') right 35px no-repeat;
  width: 24%;
  padding: 0 18px;
}
.process li:last-child {
  background: none;
  padding: 0 0px;
}
.process li p {
  background: url('/pblibrary/theme/basic/book/sub/img/process_01.jpg') center 0 no-repeat;
  font-size: 15px;
  padding-top: 95px;
  letter-spacing: -0.05em;
  color: #000
}
.process li:nth-child(2) p {
  background: url('/pblibrary/theme/basic/book/sub/img/process_02.jpg') center 0 no-repeat;
}
.process li:nth-child(3) p {
  background: url('/pblibrary/theme/basic/book/sub/img/process_03.jpg') center 0 no-repeat;
}
.process li:nth-child(4) p {
  background: url('/pblibrary/theme/basic/book/sub/img/process_04.jpg') center 0 no-repeat;
}
.process li p.bg_list01 {
  background: url('http://sinkilho.cafe24.com/kr/bbs/sub/img/process_05.png') center 0 no-repeat;
}
.process li p.bg_list02 {
  background: url('http://sinkilho.cafe24.com/kr/bbs/sub/img/process_06.png') center 0 no-repeat;
}
.process li span {
  word-break: keep-all;
  padding-top: 5px;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.04em;
  display: inline-block;
  color: #999999
}
@media screen and (max-width:1510px) {
  .process li p {
    letter-spacing: -2px
  }
}
@media screen and (max-width:999px) {
  .process {
    padding-top: 15px
  }
  .process li {
    width: 40%;
    padding: 15px 50px;
    background-position: right 50px
  }
  .process li p {
    letter-spacing: 0px
  }
}
@media screen and (max-width:699px) {
  .main_section01 {
    position: relative;
    background-size: cover;
    padding: 0% 5%;
  }
  .m_box_table {
    margin-top: 5%;
  }
  .process li {
    width: 100%;
    padding: 15px 20px 30px;
    background: url('http://sinkilho.cafe24.com/images/kor/content/process_arr_down.png') center bottom no-repeat;
  }
  .process li:last-child {
    padding: 15px 20px 0px
  }
}
.tel {
  position: relative;
  padding-left: 26px;
}
.tel::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(http://sinkilho.cafe24.com/kr/bbs/sub/img/phone_bg.png) 50% 50% no-repeat;
  background-size: 90%;
}
.clear {
  clear: both;
}
/*견학신청*/
.member-step {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 4rem;
}
.member-step li {
  position: relative;
  float: left;
  width: 25%;
  padding: 10px 30px;
  box-sizing: border-box
}
.member-step li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e6e6e6
}
.member-step li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e6e6e6
}
.member-step li .step {
  display: inline-block;
  font-size: 0.778em;
  color: #333;
  font-weight: 700;
  line-height: 1;
  padding: 7px 13px;
  border: 2px solid #ddd;
  border-radius: 30px;
  text-transform: uppercase;
  margin-right: 15px
}
.member-step li .tit {
  display: inline-block;
  font-size: 1.122em;
  color: #666;
  font-weight: 400;
  vertical-align: middle
}
.member-step li.active .step {
  background: #112f58;
  border: 2px solid #112f58;
  color: #fff
}
.member-step li.active .tit {
  color: #232323;
}
/*견학신청*/
/*게시판 보기*/
#bo_v_file {
  margin: 10px 0;
  border: 1px solid #F1F1F1;
}
#bo_v_file h2 {
  padding: 1.5rem 3rem;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #F1F1F1;
  background-color: #F8F9FA;
}
#bo_v_file ul {
  margin: 0;
  padding: 5px 0;
  list-style: none
}
#bo_v_file li {
  padding: 5px 10px;
  position: relative;
  font-size: 1.4rem;
}
#bo_v_file a {
  display: inline-block;
  color: #3497d9;
  text-decoration: underline;
  word-wrap: break-word;
}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {
  text-decoration: none
}
#bo_v_file img {
  float: left;
  margin: 0 10px 0 0
}
.bo_v_file_cnt {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #888;
  font-size: 0.92em
}
/* #bo_v_link {margin:10px 0;     border: 1px solid #F1F1F1;} */
#bo_v_link h2 {
  padding: 1.5rem 3rem;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #F1F1F1;
  background-color: #F8F9FA;
}
#bo_v_link ul {
  margin: 0;
  padding: 5px 0;
  list-style: none
}
#bo_v_link li {
  padding: 5px 10px;
  position: relative;
  font-size: 1.4rem;
}
#bo_v_link a {
  display: inline-block;
  color: #3497d9;
  text-decoration: underline;
  word-wrap: break-word;
}
#bo_v_link a:focus, #bo_v_file a:hover, #bo_v_file a:active {
  text-decoration: none
}
#bo_v_link img {
  float: left;
  margin: 0 10px 0 0
}
.bo_v_file_cnt {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #888;
  font-size: 0.92em
}
#bo_v_top {
  zoom: 1
}
#bo_v_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
#bo_v_top h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}
#bo_v_top ul {
  padding: 0;
  list-style: none;
  word-break: break-all;
  margin-top: 2rem;
}
.bo_v_com {
  margin: 20px 0;
  float: right
}
.bo_v_com li {
  float: left;
  margin-left: 5px
}
.bo_v_left {
  margin: 20px 0;
  float: left
}
.bo_v_left li {
  float: left;
  margin-right: 5px
}
.lg-btn.list {
  background: #de0057;
  color: #fff;
  border: 1px solid #de0057;
  border-radius: 3px;
}
.bo_v_nb {
  margin: 20px 0;
  position: relative;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #dedede
}
.bo_v_nb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
.bo_v_nb li {
  border: 1px solid #dedede;
  padding: 13px;
  border-bottom: 0px;
}
.bo_v_nb li a {
  font-size: 15px;
}
.bo_v_nb li:hover {
  background: #dedede
}
.bo_v_nb li i {
  font-size: 13px
}
.bo_v_nb li .nb_tit {
  display: inline-block;
  padding-right: 20px;
  color: #4567b5
}
.bo_v_nb li .nb_date {
  float: right;
  color: #888
}
.bo_v_nb li.btn_next a {
  font-size: 15px;
}
.cont_box03 {
  margin-bottom: 2rem;
  padding: 2.5rem 3.5rem;
  font-size: 17px;
  color: #232323;
  line-height: 1.44;
  background: #f1f0f0;
  border-radius: 8px;
}
.cont_box03 h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.table_t02 {
  width: 100%;
  border-top: 2px solid #0d2d4f;
  text-align: center;
  color: #222222;
  word-break: break-all;
  min-width: 940px;
}
.program_text02 {
  margin: 0 0 0.7rem 0;
}
.day_wrp {
  margin: 0 0 0.5rem 0;
}
.day_wrp span {
  color: #767676;
}
/* .btn_submit, .btn_submit_right {
  padding: 0.5rem 0;
} */
.table_t02 table {
  width: 100%;
  text-align: center;
  border-top: 2px solid #383c80;
  border-bottom: 1px solid #b5b9c4;
  margin: 4px 0 30px 0;
  font-size: 16px;
  background: #fff;
  table-layout: auto;
}
.table_t02 td.ln_bold, .table_t02 th.ln_bold {
  border-right: 1px solid #c6cbd0 !important
}
.table_t02 td.ln_color {
  background: #e9eff3
}
.table_t02 th, .table_t02 td {
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.table_t02 th {
  background-color: #f4f5fa;
  color: #353535;
  padding: 12px 15px;
}
.table_t02 tbody th {
  background: #f9f9f9;
  font-weight: normal;
  font-size: 16px;
}
.table_t02 td {
  color: #353535;
  padding: 10px 15px;
  line-height: 160%;
  font-size: 16px;
  vertical-align: middle;
}
.table_t02 .text_left tr td {
  text-align: left;
}
.table_t02 .text_left tr td:first-child {
  text-indent: 50px
}
.table_t02 .text_left01 tr td {
  text-align: left;
}
.table_t02 .text_left01 tr th {
  text-align: left;
  text-indent: 30px
}
.table_t02 .text_left01 tr th.right {
  text-indent: 15px
}
.table_t02 .text_left01 tr td .setting_left {
  vertical-align: top;
}
.table_t02 .text_left01 tr td .setting_right {
  height: 4rem;
  line-height: 4rem;
  vertical-align: bottom
}
.table_t02 .text_left01 tr td .number_center input {
  width: 7rem;
  border-radius: 5px;
}
.bord_radius {
  border-radius: 5px;
}
.table_t02 .text_left01 tr .right_text {
  text-indent: 1rem;
}
.table_t02 .text_left01 tr td.right input {
  border: 0px;
  width: 60%;
  opacity: 0.6;
}
.table_t02 .text_left01 tr td:first-child {
  text-indent: 35px
}
.table_t02 .text_left01 tr td.right .tab_left10 {
  padding-left: 1rem;
  display: block;
}
.table_t02 td a {
  color: #353535
}
.table_t02 td a:hover {
  color: #000
}
.table_t02 td strong {
  color: #333
}
.table_t02 td span {
  color: #333
}
.table_t02 td span.redpoint {
  color: #c40101 !important;
  font-weight: 600
}
.booking .btn_link {
  font-size: 16px;
  padding: 0 20px;
  background: #112f58;
  color: #fff600;
  font-weight: 700;
  width: 190px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 22px;
  margin: 10px 0px;
}
.table_t02 td.text_left {
  text-align: left;
  text-align: 30px;
}
/* .go{height:4.2rem;} */
.h3_butt {
  clear: both;
  padding-top: 2px;
  line-height: 30px;
  font-weight: 700;
  font-size: 21px;
  color: #222;
  letter-spacing: -1px;
  padding-bottom: 10px;
  margin-top: 35px;
  clear: both;
}
.table_t02 table .table_first_01 {
  width: 15%;
}
.table_t02 table .table_first_02 {
  width: 30%;
}
.table_t02 table .table_first_03 {
  width: 40%;
}
.table_t02 table .table_first_04 {
  width: 15%;
}
.table_t02 table .table_bg00 {
  background: #e6e6e6;
  color: #353535;
}
.table_t02 table .table_bg01 {
  background: #c6d7e3;
  color: #353535;
}
.table_t02 table .table_bg02 {
  background: #b2c0de;
  color: #353535;
}
.table_t02 table .table_bg03 {
  background: #a9acda;
  color: #353535;
}
.table_t02 table .table_bg04 {
  background: #aea2dd;
  color: #353535;
}
.table_t02 table .table_bg05 {
  background: #bb99e2;
  color: #353535;
}
.table_box {
  padding-bottom: 4rem;
}
/*신청 버튼*/
/*도서예약*/
/*---찾아오시는길---*/
.transfort-section {
  margin-top: 3rem;
}
.transfort-section > ul > li .title {
  text-align: center;
}
.transfort-section > ul > li .title strong {
  font-size: 1.48rem;
  color: #000;
}
.transfort-section > ul > li .icon {
  display: block;
  width: 7rem;
  height: 7rem;
  margin: 0 auto 1.2rem;
  background: #efefef url("../../book/sub/img/sub0107_icon.png") no-repeat 0 0/cover;
  border-radius: 50%;
}
.transfort-section > ul > li:nth-child(2) .icon {
  background-position: -7rem 0;
}
.transfort-section > ul > li:nth-child(3) .icon {
  background-position: -14.2rem 0;
}
.transfort-section > ul > li:nth-child(4) .icon {
  background-position: -12.3rem 0;
}
.transfort-section > ul > li .cont {
  padding-left: 3.5rem;
  border-left: 1px dotted #ddd;
}
.transfort-section > ul > li .cont strong {
  display: block;
  color: #000;
  margin-bottom: .5rem;
}
.transfort-section > ul > li .cont li ~ li {
  margin-top: 2rem;
}
.transfort-section > ul > li:first-child .cont > ul {
  margin: 2rem 0;
}
.list {
  border-top: 1px solid #000;
}
.list > li {
  border-bottom: 1px solid #ddd;
  padding: 2rem 0;
}
.list > li::after {
  content: "";
  display: block;
  clear: both;
}
.float_left {
  float: left;
}
@media(max-width:768px) {
  /*     .photo_wrap03 {background: #42478f url(/kr/theme/j_design/image/sub/subpage_02_01_bg01.png) no-repeat right bottom;padding: 1px 1px 30px;} */
  .photo_wrap03 .inner {
    height: auto;
    padding: 0;
  }
  .photo_wrap03 .inner .img_box {}
  .photo_wrap03 .inner .img_box img {
    position: static;
    width: 100%;
    height: auto;
    transform: translate(0);
    -webkit-transform: translate(0);
  }
  .photo_wrap03 .inner .txt_box {
    position: static;
    width: 100%;
    padding: 23px 5% 40px;
  }
  .photo_wrap03 .inner .txt_box .tit em {
    display: none;
  }
  .photo_wrap03 .inner .txt_box .tit span { /* display:inline; */
  }
  .photo_wrap03.type1 .inner .txt_box .tit {
    margin: 0;
  }
  .photo_wrap03.type2 .inner .txt_box {
    background: none;
  }
  .photo_wrap03.type2 .inner .txt_box .tit {
    margin: 0;
  }
  .photo_wrap03.type2 .inner .txt_box .tit {
    min-height: auto;
    margin: 0;
    padding: 0;
    background: none
  }
  .photo_wrap03.type1 .inner .txt_box {
    background: none;
  }
  .cntsGuide {
    padding: 14px 19px
  }
  .cntsGuide.descript {
    padding: 14px 19px
  }
  .cntsGuide.descript:before {
    display: none
  }
  .cntsGuide.descript > strong {
    padding: 120px 0 0 !important;
    background-position: 50% 0;
    text-align: center
  }
  .cntsGuide.descript > strong.type5 {
    padding-top: 100px !important;
    background-position: 50% 0
  }
  .cntsGuide.descript .annotate {
    text-align: left
  }
  .bo_v_left {
    display: none;
  }
}
#main {
  margin: 13.3rem auto 14rem;
}
#main .main_wrap {
  position: relative;
  width: 128rem;
  margin: 0 auto;
}
#visual {
  position: relative;
  height: 19rem;
  color: #fff;
  text-align: center;
}
#visual .img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#visual .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: inherit;
  height: 100%;
  transform: translate(-50%, -50%);
}
#visual .title {
  display: none;
  margin-bottom: 2rem;
  padding-top: 5rem;
  line-height: 1;
  font-size: 2.5rem;
  letter-spacing: -0.07em;
  font-weight: 500;
}
#visual .title::after {
  display: block;
  width: 40px;
  height: 2px;
  margin: 2.4rem auto 0;
  background-color: #fff;
  content: '';
}
#visual .stxt {
 display:none;
  letter-spacing: -0.05em;
  font-size: 1.7rem;
}
#snb {
  float: left;
  width: 25rem;
  margin: -5rem 5rem 0 0;
}
#snb .title {
  height: 18rem;
  padding: 5rem 2rem 0;
  background: #0c9cff /* url(../../book/sub/img/sub_menutop_bg.png)  no-repeat 0 0 */ ;
  border-radius: 30px 0 0 0;
  color: #fff;
  text-align: center;
  line-height: 1.85;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.05em;
}
#snb .title::before {
  display: block;
  height: 1.2rem;
  margin: 0 auto 1rem;
  background: no-repeat center 0;
  content: ' ';
}
.sub_page_bg {
  width: 100%;
  overflow: auto;
  padding: 35px 0;
  background: url('../../book/main/img/inside_bn_bg.png') repeat-x;
}
#lnb {
  border-bottom: 1px solid #E1E1E1;
  overflow: hidden;
}
#lnb li {
  overflow: hidden;
}
#lnb a {
  position: relative;
  display: block;
}
#lnb a::after {
  position: absolute;
  font-family: 'xeicon';
}
#lnb a.linkWindow::after {
  content: "\e980";
}
#lnb > li > a {
  padding: 1.7rem 2rem 1.7rem 1.2rem;
  border: 1px solid #E1E1E1;
  color: #353535;
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 0px;
}
#lnb > li:first-child > a {
  border-top: none;
}
#lnb > li > a::after {
  top: 2rem;
  right: 1.5rem;
  color: #C6C6C6;
  font-size: 1.6rem;
  content: "\e913";
}
/* #lnb > li > a:hover, */
#lnb > li.current > a {
  color: #ffffff;
  border: 1px solid #1357c7;
  background: #1357c7;
  /* background-image: linear-gradient(270deg,#0071e8,#0c9cff); */
}
#lnb > li.current > a::after {
  color: #ffffff;
  font-size: 1.6rem;
  content: '\e91a';
}
#lnb > li > ul {
  display: none;
  padding: 2.4rem 0 2.6rem;
  background-color: #f5f5f5;
  /* border-top: 3px solid #121D76; */
  letter-spacing: -0.05rem;
  font-size: 1.6rem;
}
#lnb > li > ul > li {
  margin-top: 1rem;
  padding: 0 2rem;
  color: #555;
}
#lnb > li > ul > li:first-child {
  margin-top: 0;
}
#lnb > li > ul > li > a {
  padding: 0.2rem 0 0.3rem 1rem;
  font-weight: 300;
}
#lnb > li > ul > li > a::before {
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #121D76;
  content: '';
}
#lnb > li > ul > li > a::after {
  top: 0;
  right: 0;
}
#lnb > li.current .depth3 {
  display: block;
}
#lnb > li > ul > li a:hover, #lnb > li > ul > li.current a {
  color: #1357c7;
  font-weight: 700;
}
#contents {
  position: relative;
  margin-top: 5.8rem;
  overflow: hidden;
}
#contents_title {
  margin-bottom: 4rem;
  color: #333;
  letter-spacing: -0.1rem;
  line-height: 1.1;
  font-size: 2.585rem;
  font-weight: 500;
}
.contents_util {
  position: absolute;
  top: 3rem;
  right: 0;
}
.contents_util .util {
  display: inline-block;
  vertical-align: middle;
}
.contents_util .util .zoom {
  display: none;
}
.contents_util .util .btn {
  display: inline-block;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  line-height: 4rem;
  vertical-align: top;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contents_util .util .btn::before {
  display: block;
  width: 100%;
  height: 100%;
  color: #919191;
  font-family: "xeicon";
  text-align: center;
  line-height: inherit;
  font-size: 1.8rem;
  font-weight: 400;
}
.contents_util .util .btn.print::before {
  content: "";
}
.contents_util .util .btn.up::before {
  content: "";
}
.contents_util .util .btn.down::before {
  content: "";
}
.contents_util .util .btn.open::before {
  content: "";
}
.contents_util .util .btn:hover, .contents_util .util .btn:focus, .contents_util .util .btn:hover::before, .contents_util .util .btn:focus::before {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.contents_util .util .share {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: top;
}
.contents_util .util .share .item {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  right: 0;
  overflow: hidden;
  top: 100%;
  width: 6rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
  background-color: #fff;
  white-space: nowrap;
}
.contents_util .util .share .item::before {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -0.3rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  content: '';
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
.contents_util .util .share .item .list {
  display: block !important;
}
.contents_util .util .share .item a {
  display: block;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  margin-top: 1rem;
  text-align: center;
  line-height: 3rem;
}
.contents_util .util .share .item a::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  text-align: center;
  line-height: inherit;
  font-size: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.contents_util .util .share .item a.close::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contents_util .util .share .item a.close:hover::before, .contents_util .util .share .item a.close:focus::before {
  -webkit-transform: rotate(180deg) translateY(2px);
  transform: rotate(180deg) translateY(2px);
}
.contents_util .util .share .item a.close::before {
  content: '';
}
.contents_util .util .share .item a:hover::before, .contents_util .util .share .item a:focus::before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.contents_util .util .share .item .facebook a::before {
  color: #29487d;
  content: "";
}
.contents_util .util .share .item .twitter a::before {
  color: #1da1f2;
  content: "";
}
.contents_util .util .share .item .kakaostory a::before {
  color: #ffc20f;
  content: "";
}
.contents_util .util .share .item .kakaotalk a::before {
  color: #381e1f;
  content: "";
}
.contents_util .util .share .item .band a::before {
  font-size: 2rem;
  font-family: "Noto Sans KR";
  font-weight: 900;
  color: #21c531;
  content: 'b';
}
.contents_util .util .share.active .btn {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.contents_util .util .share.active .item {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  margin-top: 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.location {
  display: inline-block;
  height: 2rem;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
  font-size: 1.5rem;
  vertical-align: middle;
  overflow: hidden;
}
.location .path {
  letter-spacing: -0.1rem;
  overflow: hidden;
}
.location .path li {
  display: inline-block;
  margin-left: 0.3rem;
  line-height: 1;
  vertical-align: top;
}
.location .path li + li::before {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 0.25rem;
  vertical-align: top;
  font-size: 1.2rem;
  font-family: "xeicon";
  content: '';
}
.location .path li a {
  padding: 0 .3rem;
}
.location .path li .active {
  color: #121D76;
  font-weight: 500;
}
.location .list {
  display: inline-block;
  width: calc(100% - 7rem);
}
.location .list > li {
  float: left;
  position: relative;
  width: 20rem;
  max-width: 20%;
  height: 6.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 6.8rem;
}
.location .list > li button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 4rem 0 2rem;
  background-color: #303b50;
  text-align: left;
  color: #fff;
  line-height: inherit;
}
.location .list > li button::after {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  right: 2rem;
  top: 0;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.location .list > li ul {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  padding: 0 1rem;
  border: 1px solid #303b50;
  background-color: #fff;
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.location .list > li.active button::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.location .list > li.active ul {
  visibility: visible;
  height: auto;
  padding: 1rem;
}
.depth4_tab ul {
  display: table;
  width: calc(100% + 0px);
  margin-bottom: 5rem;
  table-layout: fixed;
  text-align: center;
  line-height: 1.4;
  font-size: 1.6rem;
}
.depth4_tab ul > * {
  display: table-cell;
  padding-right: 0px;
  vertical-align: middle;
}
.depth4_tab ul li {
  position: relative;
  border: 1px solid #ddd;
  background-color: #F6F6F6;
}
.depth4_tab ul li + li {
  border-left: 0 none;
}
.depth4_tab ul li.active {
  border: 1px solid #0c9cff;
  background: #0c9cff;
  color: #fff;
  font-weight: 400;
}
.depth4_tab ul a {
  display: block;
  padding: 1.8rem 1.4rem;
}
.depth4_tab ul li.active::after {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #0c9cff;
  transform: rotate(45deg) translateX(-50%);
  content: '';
}
#toc-content {
  display: none;
}
#toc-toggle {
  cursor: pointer;
}
#toc-toggle:hover {
  text-decoration: underline;
}
.audio_play {
  margin-top: 3rem;
}
.stand_off {
  display: inline-block;
  letter-spacing: -0.07em;
  min-width: 80px;
  padding: 0 8px;
  line-height: 28px;
  font-size: 13px;
  border-radius: 6px;
  color: #aeaeae;
  border: 1px solid #aeaeae;
  background: #dedede;
  margin-right: 0.3rem;
  font-weight: 300;
}
.stand_on {
  display: inline-block;
  letter-spacing: -0.07em;
  min-width: 80px;
  padding: 0 8px;
  line-height: 28px;
  font-size: 13px;
  border-radius: 6px;
  color: #fff;
  border: 1px solid #c80256;
  background: #ff0c73;
  margin-right: 0.3rem;
  font-weight: 300;
}
.stand_apply {
  display: inline-block;
  letter-spacing: -0.07em;
  min-width: 80px;
  padding: 0 8px;
  line-height: 28px;
  font-size: 13px;
  border-radius: 6px;
  color: #fff;
  font-weight: 300;
  border: 1px solid #0577c5;
  background: #0c9cff;
}
.greeting_second .view_btn {
  margin-top: 3rem;
  width: 12rem;
  border-radius: 5px;
  padding: 1rem 3rem;
  border: 1px solid #cfcfcf;
  text-align: center;
  color: #353535;
}
#depth5_menu_ul {
  overflow: hidden;
  overflow-x: auto;
  margin: -3rem 0 5rem;
  padding-left: 1rem;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}
#depth5_menu_ul li {
  display: inline;
  margin-right: 1rem;
}
#depth5_menu_ul li.active a {
  font-weight: 400;
  color: #484c58;
}
#depth5_menu_ul li.active a::before {
  width: 100%;
}
#depth5_menu_ul a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 1rem 1.5rem;
  vertical-align: top;
}
#depth5_menu_ul a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.3rem;
  background-color: #484c58;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#depth5_menu_ul a:hover::before, #depth5_menu_ul a:focus::before {
  width: 100%;
}
/*기타서비스*/
/*개인정보처리방침*/
h3 {
  padding-left: 24px;
  margin: 45px 0 20px;
  font-weight: 500;
  font-size: 1.500em;
  line-height: 1.3333em;
  color: #000;
  letter-spacing: -0.04167em;
}
h2:after, h3:after, h4:after, h5:after {
  position: absolute;
  left: 0;
  content: "";
}
h2, h3, h4, h5 {
  position: relative;
}
.privacy_wrap {}
.privacy_wrap > h3 {
  padding: 0 0 20px
}
.privacy_wrap > h3:after {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  border-radius: 0;
  background: #4c4c4c
}
.privacy_wrap > h4 {
  margin: 20px 0 10px;
  font-size: 1.063em;
  line-height: 1.4705em;
  color: #161313;
  letter-spacing: -0.04411em
}
.privacy_wrap .txtp {
  margin: 10px 0;
  font-weight: 300;
  line-height: 1.875em;
  color: #333;
  letter-spacing: -0.03125em;
  word-break: keep-all
}
.privacy_wrap .li_th2 > li + li {
  margin-top: 5px
}
.privacy_wrap .li_th2 > li .txtp {
  line-height: 1.625em;
  color: #555
}
.privacy_wrap .table_wrap {
  margin-top: 3rem;
}
.privacy_wrap .btn-down {
  min-width: 108px;
  height: 25px;
  padding: 0;
  margin-left: 5px;
  border-color: #60696f;
  border-radius: 25px;
  background: #60696f;
  font-size: 0.938em;
  line-height: 1.5333em;
  color: #fff;
  letter-spacing: -0.03333em
}
/*이메일무단수집거부*/
.emailrejection_wrap {
  padding: 99px 0 94px; /* border:1px solid #e9eff4; */ text-align: center
}
.emailrejection_wrap > h3 {
  padding: 75px 0 35px;
  margin: 0 0 30px;
  line-height: 1.5em;
  color: #333
}
.emailrejection_wrap > h3:after {
  top: 0;
  left: 50%;
  width: 50px;
  height: 40px;
  border: 0 none;
  border-radius: 0;
  background: url(../../book/sub/img/emailrejection_icon.png) no-repeat;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}
.emailrejection_wrap > h3:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: ""
}
.emailrejection_wrap > .h3_desc {
  font-weight: 300;
  line-height: 1.875em;
  color: #555;
  letter-spacing: -0.03125em
}
/*인권경영*/
@media (max-width:480px) {
  #visual {
    height: 18rem;
    margin-bottom: 3rem;
  }
  #visual .title {
    display: block;
    margin-bottom: 0.5rem;
    padding-top: 3.3rem;
    line-height: 1;
    font-size: 2rem;
    letter-spacing: -0.07em;
  }
  #visual .title::after {
    display: block;
    width: 30px;
    height: 1px;
    margin: 1.4rem auto 0;
    background-color: #fff;
    content: '';
  }
  #visual .stxt {
    letter-spacing: -0.05em;
    font-size: 1rem;
  }
  .sub_page_bg {
    padding: 2rem 0;
  }
  .mobile_text {
    display: block;
  }
}