﻿/* 인사말 */
.greeting {position: relative;}
.greeting .box {position: relative; padding: 2rem 3rem; border-radius: 3rem 0.5rem; background: #fff url(/images/web/sub/pattern01.png); border: 2px solid #007cd6; box-shadow: 2px 2px 10px rgba(0,0,0,0.2); z-index: 1;}
/*.greeting .box:after {position: absolute; right: 0; top: 0; content: url(/images/web/sub/greeting_bg.png);}*/
.greeting .box p {font-size: 1rem; color: #111;}
.greeting .box p strong {font-size: 1.4rem; font-weight: 700;}
.greeting .box p.txt {position: relative; padding-top: 1.25rem; line-height: 1.65;}
.greeting .box p.txt:before {position: absolute; top: 0; left: 0; line-height: 0.25; font-family: xeicon; font-size: 2rem; color: #007cd6; content: "\e94a";}
.greeting .box.img_box {padding-right: 13rem;}
.greeting .box.img_box .img {position: absolute; right: 3rem; top: 1.75rem; width: 7.5rem; max-height: 8.75rem; z-index: 1;}
.greeting .box.img_box .img:before{ content:""; position:absolute; left:-1rem; top:-0.75rem; width:0.75rem; height:0.75rem; border-radius:50%; background:#d4e9fe; z-index:-1;}
.greeting .box.img_box .img:after{ content:""; position:absolute; right:-1.5rem; bottom:-1.5rem; width:4.75rem; height:4.75rem; border-radius:50%; background:#d4e9fe; z-index:-1;}
.greeting .box.img_box .img img {width: 100%; border-radius: 1rem;}
.greeting .box.img_box + .con{ margin-top:2rem;}
.greeting .con {position: relative; padding: 2.5rem 0 3.5rem 3rem; font-size: 0.85rem; font-weight: 500; color: #202020; z-index: 1;}
.greeting .con p {line-height: 1.85;}
.greeting .con p + p {margin-top: 1.5rem;}
.greeting .con p.sign {text-align: right; font-size: 0.9rem; font-weight: 700; color: #005fa5;}

/* 교육행정서비스헌장 */
.promiseBox {position: relative; padding: 1.5rem; background: #eef7ff; overflow:hidden;}
.promiseBox:before,
.promiseBox:after {position: absolute; background: #007cd6; opacity: 0.05; border-radius: 50%; content: "";}
.promiseBox:before {top: -2.5rem; left: -2.5rem; width: 13.5rem; height: 13.5rem;}
.promiseBox:after {bottom: -4rem; right: -5rem; width: 17.25rem; height: 17.25rem;}
.promiseBox .inbox {position: relative; padding: 4rem 2rem 2rem; line-height: 1.5; font-size: 0.85rem; font-weight: 500; color: #111; background: #fff; border: 1px solid #daeeff; box-shadow: 2px 2px 10px rgba(0,124,214,0.1); z-index: 1;}
.promiseBox .inbox:after {position: absolute; top: -2rem; left: 0; width: 100%; line-height: 1; text-align: center; font-family: xeicon; font-size: 5rem; color: #007cd6; content: "\ea1c";}
.promiseBox h3 {text-align: center; font-size: 1.5rem; font-weight: 600; color: #006ebd;}
.promiseBox .txt {margin-top: 1.5rem;}
.promiseBox .lst {margin-top: 1.5rem; padding: 1.5rem 0; border-top: 1px dashed #b9dbf5; border-bottom: 1px dashed #b9dbf5;}
.promiseBox .lst > li {position: relative; padding-left: 1.4rem;}
.promiseBox .lst > li:before {position: absolute; top: -0.15rem; left: 0; font-family: xeicon; font-size: 1rem; color: #007cd6; content: "\e92b";}
.promiseBox .lst > li + li {margin-top: 1rem;}

/* 역대교육장 */
.pastEduSup ul{ display:flex; flex-wrap: wrap;}
.pastEduSup li{ display:flex; flex-wrap: wrap; align-content: space-between; width:23%; margin:0.5rem 1%; border:1px solid #ddd; border-radius:0 0 1rem 0; overflow:hidden;}
.pastEduSup li .img{ width:100%; display:flex; align-items:center; justify-content: center; text-align: center; padding:0.5rem 0.5rem 0;}
.pastEduSup li .img img{ max-width:100%; height:auto;}
.pastEduSup li .txt{ width:100%; padding:0.5rem; margin-top:-0.5rem; text-align:center; color:#fff; word-break:keep-all; border-radius:1rem 0; background:#115eb0;}
.pastEduSup li .txt span{ display:block; font-size:0.75rem;}

/* 사이트맵 */
.sitemapBox h3 {position: relative; padding: 1.5rem 0; font-size: 1.2rem; font-weight: 700; color: #111; border-top: 1px solid #ccc;}
.sitemapBox h3:before {position: absolute; top: -1px; left: 0; width: 6.5rem; height: 2px; background: #007cd6; content: "";}
.sitemapBox ul {overflow: hidden;}
.sitemapBox .lst_dep01 {margin-left: -0.5rem; width: calc(100% + 1rem);}
.sitemapBox .lst_dep01 > li {float: left; margin-bottom: 2.5rem; padding: 0 0.5rem; width: 25%;}
.sitemapBox .lst_dep01 > li:nth-of-type(4n+1) {clear: both;}
.sitemapBox .lst_dep01 > li > a {position: relative; display: flex; padding: 0 2rem 0 1rem; height: 3rem; align-items: center; font-size: 0.8rem; font-weight: 600; color: #222; background: #fff; border: 2px solid #b5d8f5; border-radius: 1rem; overflow: hidden; transition: all 0.2s; -webkit-transition: all 0.2s;}
.sitemapBox .lst_dep01 > li > a:after {position: absolute; top: 50%; right: 1rem; font-family: xeicon; font-size: 1.2rem; font-weight: 500; color: #b5d8f5; transform: translateY(-50%); -webkit-transform: translateY(-50%); content: "\e94a";}
.sitemapBox .lst_dep01 > li > a[target="_blank"]:after {content: "\e980";}
.sitemapBox .lst_dep02 {padding: 0 1rem;}
.sitemapBox .lst_dep02 > li > a {position: relative; display: block; padding: 0.5rem 0; font-size: 0.75rem; font-weight: 500; color: #333; border-bottom: 1px solid #d5dde5; overflow: hidden;}
.sitemapBox .lst_dep02 > li > a:after {position: absolute; top: 50%; right: 0; font-family: xeicon; opacity: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); content: "\e907"; transition: all 0.2s; -webkit-transition: all 0.2s;}
.sitemapBox .lst_dep02 > li > a[target="_blank"]:after {opacity: 1; content: "\e980";}
.sitemapBox .lst_dep03 {padding: 0.5rem 0.75rem; background: #f9fcff; border-bottom: 1px solid #d5dde5;}
.sitemapBox .lst_dep03 > li > a {position: relative; display: block; padding: 0.25rem 0 0.25rem 0.5rem; font-size: 0.65rem; font-weight: 500; color: #333;}
.sitemapBox .lst_dep03 > li > a:before {position: absolute; top: 0.7rem; left: 0; width: 4px; height: 1px; background: #99acbb; content: "";}
.sitemapBox .lst_dep03 > li > a[target="_blank"]:after {position: absolute; top: 0.4rem; right: 0; font-family: xeicon; content: "\e980";}
/* active */
.sitemapBox .lst_dep01 > li > a:hover,
.sitemapBox .lst_dep01 > li > a:focus {color: #fff; background: #007cd6; border-color: #007cd6;}
.sitemapBox .lst_dep01 > li > a:hover:after,
.sitemapBox .lst_dep01 > li > a:focus:after {color: #fff;}
.sitemapBox .lst_dep02 > li > a:hover,
.sitemapBox .lst_dep02 > li > a:focus {padding: 0.5rem 1rem 0.5rem 0; font-weight: 600; color: #007cd6; border-bottom-color: #007cd6;}
.sitemapBox .lst_dep02 > li > a:hover:after,
.sitemapBox .lst_dep02 > li > a:focus:after {color: #007cd6; opacity: 1;}
.sitemapBox .lst_dep03 > li > a:hover,
.sitemapBox .lst_dep03 > li > a:focus {font-weight: 600; color: #007cd6;}

/* 연혁 */
[class^="box_st"] + .historyBox {margin-top: 2.5rem;}
.historyBox {background: url(/images/web/sub/history_bg.png) no-repeat center top;}
.historyBox h3 {text-align: center;}
.historyBox h3 span {display: flex; margin: 0 auto; width: 11rem; height: 11rem; justify-content: center; align-items: center; font-size: 1rem; font-weight: 600; color: #fff; background: #006ac0; border: 0.5rem solid #e4f3ff; border-radius: 50%; content: "";}
.lstHistory {position: relative; overflow: hidden;}
.lstHistory:before {position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: #d9d9d9; content: "";}
.lstHistory:after {position: absolute; top: 1.75rem; left: 0.5rem; font-size: 4rem; font-weight: 700; color: #eef7ff; content: "HISTORY";}
.lstHistory > li {position: relative; clear: both; margin-top: 2.5rem; width: 50%; z-index: 1;}
.lstHistory > li:before {position: absolute; top: 0.25rem; width: 1.5rem; height: 1.5rem; background: #e4f3ff; border: 0.2rem solid #fff; border-radius: 50%; content: "";}
.lstHistory > li:after {position: absolute; top: 0.85rem; width: 0.3rem; height: 0.3rem; background: #006ac0; border-radius: 50%; content: "";}
.lstHistory > li:nth-of-type(odd) {float: right; padding-left: 2.25rem;}
.lstHistory > li:nth-of-type(odd):before {left: -0.75rem;}
.lstHistory > li:nth-of-type(odd):after {left: -0.15rem;}
.lstHistory > li:nth-of-type(even) {float: left; padding-right: 2.25rem; text-align: right;}
.lstHistory > li:nth-of-type(even):before {right: -0.75rem;}
.lstHistory > li:nth-of-type(even):after {right: -0.15rem;}
.lstHistory > li strong {display: block; margin-bottom: 1rem; font-size: 1.5rem; font-weight: 700; color: #016ebe;}
.lstHistory > li li {position: relative;}
.lstHistory > li li + li {margin-top: 0.5rem;}
.lstHistory > li li:before {position: absolute; top: 0.45rem; width: 0.3rem; height: 0.3rem; background: #006ac0; border-radius: 50%; content: "";}
.lstHistory > li:nth-of-type(odd) li {padding-left: 6.25rem;}
.lstHistory > li:nth-of-type(even) li {padding-right: 6.25rem;}
.lstHistory > li:nth-of-type(odd) li:before {left: 0;}
.lstHistory > li:nth-of-type(even) li:before {right: 0;}
.lstHistory > li li .date {position: absolute; width: 5rem; font-weight: 600; color: #006ac0;}
.lstHistory > li:nth-of-type(odd) li .date {left: 0.75rem;}
.lstHistory > li:nth-of-type(even) li .date {right: 0.75rem;}

/* 심볼 */
.symbolBox .tit1 {margin-bottom: 1.5rem;}
.markBox {position: relative; margin: 3.5rem 0 0 2rem; padding: 1.5rem 1.5rem 1.5rem 13.5rem; line-height: 1.75; font-size: 0.75rem; font-weight: 500; color: #222; word-break: keep-all; background: #eef7ff; border-radius: 1.25rem;}
.markBox .img {position: absolute; top: -1.5rem; left: -2rem; width: 13.5rem; height: 100%; background: #fff; border-radius: 1.25rem; box-shadow: 2px 2px 10px rgba(131,172,203,0.3);}
.markBox .img img {position: absolute; top: 50%; left: 50%; width: auto; height: auto; max-width: 90%; max-height: 90%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lstEmblem {overflow: hidden;}
.lstEmblem > li {float: left; margin-left: 2%; width: 49%;}
.lstEmblem > li:nth-of-type(2n+1) {margin-left: 0;}
.lstEmblem .img {position: relative; height: 13rem; background: #fdfdfd; border: 2px solid #d9e6f2; border-radius: 1.25rem;}
.lstEmblem .img img {position: absolute; top: 50%; left: 50%; width: auto; height: auto; max-width: 90%; max-height: 90%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

/* 검색폼 */
.searchFormBox {padding: 2rem 1.5rem; background: #ecf6ff; border: 2px solid #d9e6f2; border-radius: 1.5rem;}
.searchFormBox .inner {display: flex; justify-content: space-between; align-items: center;}
.searchFormBox .inbox {margin-right: 0.5rem; width: calc(100% - 8rem);}
.searchFormBox .inner.w3 .inbox {width: calc(((100% - 7.5rem) / 3) - 0.5rem);}
.searchFormBox .inner.w2 .inbox {width: calc(((100% - 7.5rem) / 2) - 0.5rem);}
.searchFormBox .inbox label {display: inline-block; margin-right: 0; padding: 0 0.25rem; width: 3.7rem; text-align: center; font-size: 1rem; font-weight: 600; color: #035692;}
.searchFormBox .inbox input,
.searchFormBox .inbox select {padding: 0.5rem; width: 100%; height: 2.5rem; border-radius: 0.5rem; border: 1px solid #e0e0e0;}
.searchFormBox .inbox label + input,
.searchFormBox .inbox label + select {width: calc(100% - 4rem);}
.searchFormBox .btn_bl {width: 7.5rem; background: #035692; border-radius: 0.5rem;}


/* 광주하남, 부천 */
/* .chartBox.type01 .step02:before {left: 16.7%; width: 75%;}
.chartBox.type01 .step02 > li {padding-top: 8.5rem;}
.chartBox.type01 .step02 > li:before {height: 9.25rem;} */

/* 안성 */
/* .chartBox.type02 .step02:before {left: 8.325%; width: 83.35%;} */
/* 양평 */
/* .chartBox.type03 .step02:before {left: 16.66%; width: 66.66%;}
.chartBox.type03 .step02 > li {width: 33.33%;} */
/* 용인 */
/* .chartBox.type04 .step02:before {left: 12.5%; width: 75%;}
.chartBox.type04 .step02 > li {width: 25%;}
.chartBox.type04 .step02 > li > a {margin-bottom: 0;}
.chartBox.type04 .step03 > li {padding-top: 0.5rem;} */

/* 자주묻는질문 */
.bbs_FaqA {overflow:hidden; margin-top:0.5rem;}
.bbs_FaqA > li {border:1px solid #e5e5e5; border-radius:1rem; margin-bottom:0.5rem;}
.bbs_FaqA > li:hover,
.bbs_FaqA > li:focus {color:#007cd6; border:1px solid #84c5f5; }
.bbs_FaqA > li > a {position:relative; display:block; padding:0.75rem 3.5rem 0.75rem 3rem; font-size:0.8rem; font-weight:400; color:#222; }
.bbs_FaqA > li > a:hover,
.bbs_FaqA > li > a:focus {color:#007cd6;}
.bbs_FaqA > li > a span.faq_arr {display:block;position:absolute; right:1rem; top:0.65rem; width:1.4rem; height:1.4rem; background:#f7f7f7; border-radius: 1rem;}
.bbs_FaqA > li > a span.faq_arr:before {content:""; display:block; width:100%; height:100%; background:url('/images/web/sub/arr_faq.png') no-repeat right center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.bbs_FaqA > li.on > a span.faq_arr:before {transform:rotate(180deg);}
.bbs_FaqA > li > a:before {content:"Q"; display:block; position:absolute; left:1rem; top:0.75rem; width:1.25rem; height:1.25rem; color:#fff; font-size:0.8rem; text-align:center; line-height:1.25rem; background:#007cd6; border-radius:50%;}
.bbs_FaqA > li div.faq_A {position:relative;display:none;padding: 0.75rem 0 0.75rem 3rem;font-size:0.75rem;color:#444;border-top:1px solid #d2d7dc;background:#f4f7fa;border-radius: 0 0 1rem 1rem;}
.bbs_FaqA > li div.faq_A:before {content:"A"; display:block; position:absolute; left:1rem; top:0.75rem; width:1.25rem; height:1.25rem; color:#fff; font-size:0.8rem; text-align:center; line-height:1.25rem; background:#6a6a6a; border-radius:50%;}

/* 행정정보공개 */
.quickico_box {overflow:hidden; margin-top:1rem;}
.quickico_box li {position:relative;width:23.5%;height:8.65rem;float:left;margin-left:2%;}
.quickico_box li:first-child {margin-left:0;}
.quickico_box li a {position:relative; display:block; width:100%; height:100%; border:1px solid #b6cddd; border-radius:2rem; padding:1.2rem 1rem; -webkit-transition:background-color 0.3s ease; transition:background-color all 0.3s ease;}
.quickico_box li a img{position:relative; width:3.85rem; height:2.6rem; left:50%; transform:translateX(-50%);}
.quickico_box li a p.quick_txt {text-align:center;margin-top:1rem;font-weight: 600;}
.quickico_box li a:hover,
.quickico_box li a:focus {color:#007cd6; border:1px solid #84c5f5;}

/* 제안마당 */
.quickico_box.w50 li {width:48%; height:10rem;}
.quickico_box.w50 li a {padding:2.5rem 2rem;}

/* 관내학교/학원안내 : 폐교 */
.school_list {overflow:hidden;}
.school_list li {position:relative; float:left; width:24%; height:3rem; margin:0.5rem 0.5rem 0.5rem 0; }
.school_list li a {position:relative;display:block;width:100%;height:100%;border:1px solid #b6cddd;border-radius:1rem;padding: 0.8rem 0.8rem 0.8rem 2.5rem;font-weight:500;}
.school_list li a em {position: absolute;display: block;width: 1.25rem;height: 1.25rem;background:#007cd6;text-align: center;font-size: 0.7rem;line-height: 1.25rem;border-radius:50%;color: #fff;left: 0.8rem;}
.school_list li a i {position:absolute;font-size:0.8rem;line-height:1.6; vertical-align:top; right: 0.8rem;}
.school_list li a:hover,
.school_list li a:focus {color:#007cd6; border:1px solid #84c5f5;}

.api_wrap {width:100%; min-height:15rem; padding:0.5rem; border:1px solid #e0f0f4; background:#eef7ff; margin-top:1rem; border-radius:1rem;}
.api_wrap .inner { position:relative; height:21rem; padding:.5rem; background:#fff; box-shadow:0 0 5px 0 rgba(0, 133, 216, 0.3); border-radius:1rem;}

/* 이미지 */
.rsp_img {position:relative;width:auto;line-height:0;max-width:100%;}
.rsp_img img {max-width:100%;}
.rsp_img .btn-zoom { position:absolute; bottom:0; right:0; width:45px; height:45px; display:block; z-index:100; background:url("../images/con_com_edu/ico_rsp_img.png") no-repeat; text-indent:-9999em; overflow:hidden; }

/* wee센터 소개 */
.weeBox .inner{ position:relative; min-height:6.25rem; line-height:1.5; padding-top:0.75rem; padding-left:7.5rem; word-break: keep-all;}
.weeBox .ico {position:absolute; left:0; top:0; display:block; width:6.3rem; height:6.3rem; }
.weeBox .ico img { max-width:100%; height:auto;}

/* 테이블 범례 */
.tbl_lgd{ font-size:0.75rem; text-align: right;}
.tbl_lgd > strong{ font-weight:700; background:#f1f1f1; border-radius:0.25rem; line-height:1.5rem; padding:0 0.5rem;}
.tbl_lgd > p{ display:inline-block; margin-left:0.5rem;}

/* 절차 스타일1 */
.step_st1{ max-width:37.5rem; margin:0 auto; word-break: keep-all;}
.step_st1 li{ position:relative; margin:0.75rem 0; padding-bottom:2rem; }
.step_st1 li:before{ content:""; position:absolute; left:calc(50% - 0.55rem); bottom:0; width:1.1rem; height:1.1rem; background:url('/00_common/images/sub_com_edu/img_step_st1.png') no-repeat center;}
.step_st1 li:last-child{ padding-bottom:0;}
.step_st1 li:last-child:before{ display:none;}
.step_st1 li .inr{ text-align:center; font-size:0.9rem; font-weight:600; color:#000; padding:1rem; border-radius:1rem; background:#eef7ff;}
* + .step_st1{ margin-top:1.5rem;}

/* 절차 스타일2 */
.step_st2{ width:calc(100% + 1.5rem); margin-left:-0.75rem; display:flex; flex-wrap: wrap; word-break: keep-all;}
.step_st2 li{ flex:1; position:relative; max-width:20%; padding:0.5rem 0.75rem; }
.step_st2 li:before{ content:""; position:absolute; right:-0.55rem; top:calc(50% - 0.55rem); width:1.1rem; height:1.1rem; background:url('/00_common/images/sub_com_edu/img_step_st1.png') no-repeat center; transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}
.step_st2 li:last-child:before{ display:none;}
.step_st2 dl{ min-height:100%; text-align:center; border-radius:1rem; border:1px solid #ccc; background:#fff; overflow:hidden;}
.step_st2 dt{ padding:1rem; font-weight:600; font-size:0.8rem; color:#fff; background:#007cd6;}
.step_st2 dd{ padding:0.75rem; font-size:0.75rem;}
* + .step_st2{ margin-top:1rem;}
.step_st2.li_w50 li{ flex:auto 0; max-width:100%; padding-right:1rem; width:50%;}
.step_st2.li_w30 li{ flex:auto 0; max-width:100%; padding-right:1rem; width:33.33%;}
.step_st2.li_w25 li{ flex:auto 0; max-width:100%; padding-right:1rem; width:25%;}

/* 절차 스타일3 */
.step_st3{ word-break: keep-all;}
.step_st3 dl{ position:relative; padding:1rem 0 0 5.5rem;}
.step_st3 dl ~ dl{ margin-top:1.5rem;}
.step_st3 dt{ position:absolute; left:0; top:0; display:flex; align-items:center; justify-content:center; width:7.5rem; height:5rem; color:#fff; font-size:0.9rem; border-radius:1rem 1rem 0 1rem; box-shadow:2px 2px 4px rgba(0,0,0,0.2); z-index: 1;}
.step_st3 dl:nth-of-type(1) dt{ background:#007cd6;}
.step_st3 dl:nth-of-type(2) dt{ background:#1259c2;}
.step_st3 dl:nth-of-type(3) dt{ background:#6245cb;}
.step_st3 dd{ display:flex; align-items:center; justify-content:center; min-height:5rem; border-radius:1rem 1rem 1rem 0; border:1px solid #ccc; padding:1rem 1rem 1rem 4.5rem; }
.step_st3 dd .inr{ flex:1; text-align: left; }
* + .step_st3{ margin-top:1rem;}

/* 개인정보처리방침 */
.policy_tit{ font-size:1.25rem; text-align:center; font-weight:700; margin-bottom:1rem; color:#005fa5;}
.policy_wrap{ margin:0.5rem 0 2rem;}
.policy_wrap dt{ border-radius:0.25rem; padding:0.5rem; text-align:center; font-weight:600; font-size:0.9rem; background:#005fa5; color:#fff;  }
.policy_wrap dd > ul.row_list{ display: flex; flex-wrap: wrap;}
.policy_wrap dd > ul.row_list li{ width:calc(33.33% - 0.5rem); padding:0.75rem; margin:0.25rem; text-align:center; border:1px solid #ddd; border-radius:0.25rem;}
.policy_wrap dd > ul.row_list li .ico{ margin-bottom:1rem;}
.policy_wrap dd > ul.row_list li .ico img{ width:5.5rem; height:auto;}
.policy_wrap dd > ul.row_list li span{ font-weight: 600;}

.policy_wrap dd > ul.col_list li{ display: flex; align-items:center; padding:0.25rem 0.5rem; margin:0.25rem; border:1px solid #ddd; border-radius:0.25rem;}
.policy_wrap dd > ul.col_list li .ico{  margin-right:0.5rem;}
.policy_wrap dd > ul.col_list li .ico img{ width:2rem; height:auto;}
.policy_wrap dd > ul.col_list li span{ font-weight: 600;}

.policy_cont h3.tit1 > p{ display: inline-block; vertical-align: middle; }
.policy_cont h3.tit1 > p img{ width:1.75rem; height:auto; }

/* 컨텐츠 관리 - 사용자 조회
	■ /pub/web/sharenuri/cntView_prgrm.jsp
*/
.cntView_prgrm {line-height: 1.6;}
.cntView_prgrm h3 {border-top: 2px solid #007cd6; border-bottom: 1px solid #ccc; padding: min(1rem, 4vw) 0; font-size: var(--font-size-024); color: #000; font-weight: 700; text-align: center;}
.cntView_prgrm .conWr {border-bottom: 1px solid #ccc; padding: 2rem 1.75rem 2.75rem;}
.cntView_prgrm .conWr .imgWr {display: flex; justify-content: center; align-items: center; border-radius: 1rem 0 2rem 0; background: #fafafa; font-size: 0; line-height: 0; overflow: hidden;}
.cntView_prgrm .conWr .imgWr img {max-width: 100%; object-fit: cover;}
.cntView_prgrm .conWr .txtWr,
.cntView_prgrm .conWr .txtWr + .edtWr {border-top: 2px dotted #999; padding-top: 2rem; margin-top: 2.25rem;}
.cntView_prgrm .btns {margin: 2.5rem 0 0;}


@media (max-width:1400px){
	/* 인사말 */
	.greeting .con {padding: 2.5rem;}

	/* 절차 스타일2 */
	.step_st2 { padding-right:1rem;}
	.step_st2 li{ flex:0 auto; width:33.33%; max-width:100%;}
	.step_st2.li_w25 li{ width:33.33%;}
}

@media (max-width: 1240px) {

	/* 컨텐츠 관리 - 사용자 조회 */
	.cntView_prgrm .conWr {padding: 1.5rem 1rem 2.25rem;}
	.cntView_prgrm .conWr .txtWr,
	.cntView_prgrm .conWr .edtWr {padding-top: 1.5rem; margin-top: 1.75rem;}
	.cntView_prgrm .btns {margin-top: 2rem;}
}

@media (max-width:1024px){
	/* 인사말 */
	.greeting {padding-left: 0;}
	.greeting .box p {z-index: 1;}
	.greeting .con {font-size: 0.8rem;}

	/* pdf 뷰어 : 시작 **************************************************************/
	.pdfBox .pdf_inner .pdf_view {height:30rem;}
	/* pdf 뷰어 : 끝 **************************************************************/
}


@media (max-width:960px){

    /* 관내학교/학원안내 : 폐교 */
	.school_list li {width:23%;}


}

@media (max-width:880px){
    /* 중학교 신입생 무시험 배정 안내 */
    .procss_list > li {padding-top:2rem; background-position:center 0.55rem;}
	.procss_list > li:first-child {padding-top:0;}
	.procss_list > li dl {padding-left:0;}
	.procss_list > li dl dt {position:relative; left:auto; top:auto; width:100%; height:auto; padding:0.75rem; font-size:1rem; text-align:left;}
	.procss_list > li dl dt span {display:inline; margin:0 0.5rem 0 0; font-size:1rem; }
	.procss_list > li dl dd {min-height:auto; padding:0.5rem 1rem;}
}

@media (max-width:840px){
}


@media (max-width:840px){


    /* 행정정보공개 */
    .quickico_box li {width:48%; margin-bottom:1rem;}
    .quickico_box li:nth-child(3) {margin-left:0;}

    /* 관내학교/학원안내 : 폐교 */
	.school_list li {width:48%;}

}


@media (max-width:768px){
    /* 인사말 */
    .greeting .box {padding: 2rem 1.5rem;}
    .greeting .box p {font-size: 0.9rem;}
	.greeting .box p strong {font-size: 1.1rem;}
	.greeting .box p.txt {line-height: 1.5;}
    .greeting .box.img_box {padding-right: 1.5rem;}
    .greeting .box.img_box .img {position: relative; top: auto; right: auto; display: block; margin: 0 auto 1.5rem;}
	.greeting .con {padding: 1.5rem;}
    .greeting .con p + p {margin-top: 1rem;}

	/* 연혁 */
	.lstHistory {padding-top: 4rem;}
	.lstHistory:before {left: 2rem;}
	.lstHistory:after {top: 0; left: 1rem; font-size: 3.25rem; background: #fff;}
	.lstHistory > li {margin-left: 2rem; width: calc(100% - 2rem)}
	.lstHistory > li:nth-of-type(odd) {float: none; padding-left: 1.5rem;}
	.lstHistory > li:nth-of-type(even) {float: none; padding-right: 0; padding-left: 1.5rem; text-align: left;}
	.lstHistory > li:nth-of-type(even):before {right: auto; left: -0.75rem;}
	.lstHistory > li:nth-of-type(even):after {right: auto; left: -0.15rem;}
	.lstHistory > li:nth-of-type(even) li {padding-right: 0; padding-left: 6.25rem;}
	.lstHistory > li:nth-of-type(even) li:before {right: auto; left: 0;}
	.lstHistory > li:nth-of-type(even) li .date {right: auto; left: 0.75rem;}

	/* 심볼 */
	.markBox {margin: 0; padding-left: 1.5rem;}
	.markBox .img {position: relative; top: auto; left: auto; display: block; margin: 0 0 1rem; width: 100%; height: 10rem;}

	/* 사이트맵 */
	.sitemapBox .lst_dep01 > li {width: 50%;}
	.sitemapBox .lst_dep01 > li:nth-of-type(2n+1) {clear: both;}

	/* 검색폼 */
	.searchFormBox {padding: 1rem; border-radius: 1rem;}
	.searchFormBox .inner {display: block;}
	.searchFormBox .inbox {margin-right: 0; margin-bottom: 0.25rem; width: 100%;}
	.searchFormBox .btn_bl {width: 100%;}

	/* 안성 */
	.chartBox.type02 .step02 > li,
	.chartBox.type03 .step02 > li,
	.chartBox.type04 .step02 > li {width: 100%;}

	/* 테이블 범례 */
	.tbl_lgd{ position:relative; padding-left:2.5rem; padding-top:0.15rem; text-align: left;}
	.tbl_lgd > strong{ position:absolute; left:0; top:0;}

	/* 역대교육장 */
	.pastEduSup li{ width:31.33%; }

	/* 절차 스타일3 */
	.step_st3 dd{ padding-left:3rem;}
}

@media (max-width:560px){

	/* 절차 스타일2 */
	.step_st2 li{ width:50% !important; }

	/* 절차 스타일3 */
	.step_st3 dl{ padding:0;}
	.step_st3 dt{ position:relative; left:auto; top:auto; width:auto; height:auto; margin-right:1rem; display:block; padding:0.75rem 1rem; }
	.step_st3 dd{ min-height:0px; margin-top:-1rem; margin-left:1rem; padding-left:1rem; padding-top:1.5rem;}
}

@media (max-width:480px){

	/* 연혁 */
	.lstHistory > li:nth-of-type(odd) li,
	.lstHistory > li:nth-of-type(even) li {padding-left: 0;}
	.lstHistory > li li .date {position: relative; display: block; width: 100%;}

	/* 교육행정서비스헌장 */
	.promiseBox .inbox {padding: 2rem 1rem 1rem; font-size: 0.8rem;}
	.promiseBox .inbox:after {font-size: 4rem;}
	.promiseBox h3 {font-size: 1.3rem;}
	.promiseBox .txt {margin-top: 1rem;}
	.promiseBox .lst {margin-top: 1rem; padding: 1rem 0;}
	.promiseBox .lst > li:before {top: -0.2rem;}

	/* 심볼 */
	.lstEmblem > li {margin-left: 0; width: 100%;}

	 /* 배너전체보기 */
    .banner_wrap ul li {width:31%;}


	/* 자주묻는질문 */
	.bbs_FaqA li a {padding:0.75rem 2rem 0.75rem 2.25rem;}
	.bbs_FaqA li a span.faq_arr {right:0.5rem;}
	.bbs_FaqA li a:before {left:0.5rem;}
	.bbs_FaqA li div.faq_A {padding:0.75rem 0.5rem 0.75rem 2.25rem;}
	.bbs_FaqA li div.faq_A:before {left:0.5rem;}

    /* 행정정보공개 */
    .quickico_box li {width:100%; height:auto; margin:0 0 1rem 0;}

    /* 제안마당 */
    .quickico_box.w50 li {width:100%;}

    /* 관내학교/학원안내 : 폐교 */
	.school_list li {width:100%;}

	/* wee센터 소개 */
	.weeBox .inner{ min-height:0px; padding-left:0;}
	.weeBox .ico {position:relative; left:auto; top:auto; width:100%; height:auto; text-align:center; margin-bottom:0.5rem;}
	.weeBox .ico img{ max-width:5.5rem;}

	/* 절차 스타일1 */
	.step_st1 li{ margin:0.5rem 0; padding-bottom:1.75rem;}
	.step_st1 li .inr{ font-size:0.8rem;}

	/* 역대교육장 */
	.pastEduSup li{ width:48%; }
	.pastEduSup li .txt span{ font-size:0.7rem;}

}


@media (max-width:380px){
	/* 절차 스타일2 */
	.step_st2 dt br{ display:none; }
	.step_st2 li{ width:100% !important; }

	/* 사이트맵 */
	.sitemapBox .lst_dep01 > li {margin-bottom: 1.5rem; width: 100%;}
	.sitemapBox .lst_dep01 > li {clear: both;}

	 /* 배너전체보기 */
    .banner_wrap ul li {width:48%;}

	/* 컨텐츠 관리 - 사용자 조회 */
	.cntView_prgrm .conWr {padding: 1.25rem 0.75rem 2rem;}
}