@charset "UTF-8";
.mainWrapper *, .mainWrapper :before, .mainWrapper :after, .mainHeader *, .mainHeader :before, .mainHeader :after, .mainFooter *, .mainFooter :before, .mainFooter :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainWrapper:after, .mainWrapper .mainHeader:after, .mainWrapper .mainContainer:after, .mainHeader .hd_bt nav > ul:after, .mainHeader .hd_bt nav > ul > li:after, .section_home .block_w:after, .section_home .block_w .login_info_w .my_service ul:after, .section_home .block_w .service_w .service .items:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}

.mainHeader .hd_tp .hd_tp_R .member.login_after li strong, .section_home .block_w .notice_w ul li a, .section_home .block_w .login_info_w .name strong, .section_home .block_w .login_info_w .school a .vAlign + span strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.section_community .section_con .left .talk .txt a span:before, .section_community .section_con .left .edu_guide ul li a span:before, .section_community .section_con .right > div:before, .section_community .section_con .right > div a:before, .section_community .section_con .right > div.webhard a .cloud:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

html.scroll_hidden {
  overflow: hidden !important;
}

.mainWrapper {
  width: 100%;
  min-width: 360px;

}

.mainWrapper .mainHeader {
  width: 100%;
}

.mainWrapper .mainContainer {
  width: 100%;
  text-align: center;
}

.mainWrapper .mainFooter {
  width: 100%;
  text-align: center;
}

@media (max-width: 1400px) {
  .mainWrapper .mainContainer {
    height: auto !important;
  }

  .mainWrapper .mainContainer .fp-tableCell {
    height: auto !important;
  }
}

.mainWrapper .h_area {
  height: auto !important;
}

.Wrapper .h_area {
  height: 120px;
  position: relative;
  z-index: 9;
}

.h_area {
  height: 120px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1050px) {
  .Wrapper .h_area {
    height: 60px;
  }

  .h_area {
    height: 60px;
  }
}

.back-to-top {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 17px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #192474;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-image: url("/bulletin/po/images/newMain/back_to_top.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
}

.back-to-top:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0px 5px rgba(25, 36, 116, 0.3);
}

.mainHeader {
  width: 100%;
  z-index: 11;
  background-color: white;
  text-align: center;
  transition: height 0.2s ease-out;
  top: 0;
  height: 120px;
  border-bottom: 1px solid #ccc;
}

.mainHeader .gnb_bg {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000 !important;
  min-width: 360px;
  min-height: 100%;
  background-color: #000;
  opacity: .75;
  transition: opacity 0.5s ease;
  overflow: hidden;
  width: 100%;
}

.mainHeader .btn_gnb_close {
  position: absolute;
  right: 1.0rem;
  top: 1.0rem;
  font-size: 3.0rem;
  z-index: 1002;
  display: none;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
}

.mainHeader .hd_wrap_m {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  min-width: 360px;
  height: 60px;
  background-color: #fff;
  text-align: left;
  padding: 15px 17px;
  border-bottom: 1px solid #ccc;
}

.mainHeader .hd_wrap_m .btn_gnb_open {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  margin-top: -2.5px;
}

.mainHeader .hd_wrap_m .btn_gnb_open span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: black;
  margin: 5px 0 0 0;
}

.mainHeader .hd_wrap_m .btn_gnb_open span:nth-of-type(2) {
  width: 22px;
}

.mainHeader .hd_wrap_m h1 {
  position: absolute;
  left: 50%;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 33px;
  background-size: 80px auto;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
  background-image: url("/bulletin/po/images/newMain/logo_hd.png");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
  z-index: 11;
}

.mainHeader .hd_wrap_m .search_w {
  width: 110px;
  height: 30px;
  position: relative;
  float: right;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  background-color: #f1f1f1;
}

.mainHeader .hd_wrap_m .search_w label {
  position: absolute;
  font-size: 0;
  height: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.mainHeader .hd_wrap_m .search_w input {
  width: 100%;
  height: 100%;
  padding: 0 30px 0 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  border: 0;
  outline: 0;
  font-size: 13px;
  color: #000;
  position: relative;
  background-color: #f1f1f1 !important;
}

.mainHeader .hd_wrap_m .search_w .bttn_total_search {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #192474;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
  position: absolute;
  right: 0;
  top: 0;
}

.mainHeader .hd_wrap_m .search_w .bttn_total_search i {
  background-image: url("/bulletin/po/images/newMain/ico_search.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.mainHeader .hd_wrap {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.mainHeader .hd_wrap h1 {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 11;
  width: 170px;
  height: 100%;
  margin: 0 0 0 -85px;
}

.mainHeader .hd_wrap h1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("/bulletin/po/images/newMain/main_cha_000_logo.png") 50% -100vh/150px no-repeat;
  transition: all .3s;
}

.mainHeader .hd_wrap h1 a strong {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/bulletin/po/images/newMain/logo_hd.png") 50%/100% auto no-repeat;
  font-size: 0;
  line-height: 0;
}

.mainHeader .hd_tp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0 0;
  position: relative;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
}

.mainHeader .hd_tp .hd_tp_L {
  display: flex;
  align-items: center;
}

.mainHeader .hd_tp .hd_tp_L .bttn_sitemap {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}

.mainHeader .hd_tp .hd_tp_L .bttn_sitemap span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: black;
  margin: 5px 0 0 0;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
}

.mainHeader .hd_tp .hd_tp_L .bttn_sitemap:hover span:nth-of-type(2) {
  width: 22px;
}

.mainHeader .hd_tp .hd_tp_L .bttn_gber {
  color: black;
  position: relative;
  background-color: #e8e8e8;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 36px 0 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 0 0 0 15px;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
}

.mainHeader .hd_tp .hd_tp_L .bttn_gber i {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 10px;
  background-image: url("/bulletin/po/images/newMain/ico_window.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  display: block;
}

.mainHeader .hd_tp .hd_tp_L .bttn_gber:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px #d1d1d1;
}

.mainHeader .hd_tp .hd_tp_L .bttn_gnb_m_close {
  display: none;
  position: absolute;
  left: 17px;
  top: 15px;
  width: 30px;
  height: 30px;
  background-image: url("/bulletin/po/images/newMain/btn_gnb_m_close.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.mainHeader .hd_tp .hd_tp_R {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* .search_w {width:30px;height:30px;position:relative;float:left;@include radius(30px);overflow:hidden;background-color:transparent;
           label {position:absolute;font-size:0;height:0;line-height:0;padding:0;margin:0;}
           input {width:100%;height:100%;padding:0;@include radius(30px);overflow:hidden;border:0;outline:0;font-size:14px;color:#000;position:relative;}
           .bttn_total_search{width:30px;height:30px;@include radius(50%);@include bg-color($navy);@include hidden;position:absolute;right:0;top:0;
               i{@include bg-image(url('/bulletin/po/images/newMain/ico_search.png'));@include bg-size(15px,auto);width:15px;height:15px;@include xy50p;position:absolute;left:50%;top:50%;}
           }
           &:hover{width:140px;
               input {left:0;background-color:#f1f1f1;padding:0 40px 0 15px;
                   &:focus {outline:rgba(0,0,0,0);}
               }
           }

        */
}

.mainHeader .hd_tp .hd_tp_R .member li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.mainHeader .hd_tp .hd_tp_R .member li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #d9d9d9;
  top: 10px;
  height: 12px;
}

.mainHeader .hd_tp .hd_tp_R .member li a {
  display: block;
  color: #262626;
  font-size: 14px;
  line-height: 30px;
}

.mainHeader .hd_tp .hd_tp_R .member li a:hover {
  text-decoration: underline;
}

.mainHeader .hd_tp .hd_tp_R .member li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.mainHeader .hd_tp .hd_tp_R .member li:last-child:after {
  display: none;
}

.mainHeader .hd_tp .hd_tp_R .member.login_after {
  display: none;
}

.mainHeader .hd_tp .hd_tp_R .member.login_after li {
  display: flex;
  align-items: center;
  line-height: 30px;
  font-size: 14px;
}

.mainHeader .hd_tp .hd_tp_R .member.login_after li i {
  display: inline-block;
  width: 11px;
  height: 12px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background-image: url("/bulletin/po/images/newMain/ico_name.png");
  background-repeat: no-repeat;
}

.mainHeader .hd_tp .hd_tp_R .member.login_after li strong {
  font-size: 14px;
  font-weight: inherit;
  vertical-align: top;
}

.mainHeader .hd_tp .hd_tp_R .google_trans {
  float: left;
  height: 30px;
  margin: 0 15px;
}

.mainHeader .hd_tp .hd_tp_R .search_w {
  width: 150px;
  height: 30px;
  position: relative;
  float: right;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  /*overflow:hidden;*/
  background-color: #f1f1f1;
  margin-left: 10px;
}

.mainHeader .hd_tp .hd_tp_R .search_w label {
  position: absolute;
  font-size: 0;
  height: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.mainHeader .hd_tp .hd_tp_R .search_w input {
  width: 100%;
  height: 100%;
  padding: 0 30px 0 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  border: 0;
  /*outline:0;*/
  font-size: 13px;
  color: #000;
  position: relative;
  background-color: #f1f1f1;
}

.mainHeader .hd_tp .hd_tp_R .search_w .bttn_total_search {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #192474;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
  position: absolute;
  right: 0;
  top: 0;
}

.mainHeader .hd_tp .hd_tp_R .search_w .bttn_total_search i {
  background-image: url("/bulletin/po/images/newMain/ico_search.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.mainHeader .hd_bt {
  width: 100%;
  height: 60px;
  position: relative;
  float: left;
  margin: 4px 0 0;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
}

.mainHeader .hd_bt nav > ul {
  width: 100%;
  text-align: center;
}

.mainHeader .hd_bt nav > ul > li {
  position: relative;
  display: inline-block;
  margin-right: 10%;
  vertical-align: top;
}

.mainHeader .hd_bt nav > ul > li:hover > a {
  color: #1a9c91;
}

.mainHeader .hd_bt nav > ul > li:hover > a:after {
  content: '';
  width: 20%;
  left: 40%;
  background: #1a9c91;
}

.mainHeader .hd_bt nav > ul > li:nth-child(2) {
  margin-right: 18%;
}

.mainHeader .hd_bt nav > ul > li:nth-child(2):hover > a {
  color: #1a9c91;
}

.mainHeader .hd_bt nav > ul > li:nth-child(2):hover > a:after {
  content: '';
  width: 20%;
  left: 40%;
  background: #1a9c91;
}

.mainHeader .hd_bt nav > ul > li:nth-child(3) {
  margin-left: 18%;
}

.mainHeader .hd_bt nav > ul > li:nth-child(3):hover > a {
  color: #3464a9;
}

.mainHeader .hd_bt nav > ul > li:nth-child(3):hover > a:after {
  content: '';
  width: 20%;
  left: 40%;
  background: #3464a9;
}

.mainHeader .hd_bt nav > ul > li:nth-child(4) {
  margin-right: 0;
}

.mainHeader .hd_bt nav > ul > li:nth-child(4):hover > a {
  color: #3464a9;
}

.mainHeader .hd_bt nav > ul > li:nth-child(4):hover > a:after {
  content: '';
  width: 20%;
  left: 40%;
  background: #3464a9;
}

.mainHeader .hd_bt nav > ul > li > a {
  position: relative;
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.mainHeader .hd_bt nav > ul > li > a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1;
  width: 1px;
  height: 2px;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

.mainHeader .hd_bt nav > ul > li > a i {
  display: none;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 26px;
  height: 26px;
  background-image: url("http://www.gyo6.net/po/css/../images/ico_gnb_arrow.png");
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.mainHeader .hd_bt nav > ul > li .depth2 {
  display: none;
  width: 200%;
  position: absolute;
  left: 50%;
  top: 60px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.mainHeader .hd_bt nav > ul > li .depth2 li {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.mainHeader .hd_bt nav > ul > li .depth2 li:last-child {
  margin-bottom: 0;
}

.mainHeader .hd_bt nav > ul > li .depth2 li a {
  display: block;
  line-height: 18px;
  font-size: 15px;
  color: #333;
}

.mainHeader.gnb_open {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  min-height: 300px;
}

.mainHeader.gnb_open .hd_wrap h1 a {
  background-position: 50% 40%;
}

.mainHeader.gnb_open .hd_wrap h1 a strong {
  background-position: 50% 80%;
}

.mainHeader.gnb_open .hd_bt nav > ul > li .depth2 {
  display: block;
}

.mainHeader.gnb_open_m .hd_wrap {
  left: 0% !important;
  width: 85%;
  z-index: 1001 !important;
  background-color: #fff;
  transition: left 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.mainHeader .line {
  display: none;
}

@media screen and (min-width: 1051px) {
  .mainHeader .line {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 10;
    background: #efefef;
  }

  .mainHeader.fixed .line {
    top: 80px;
  }

  .mainHeader .hd_bt nav > ul > li {
    height: 100%;
    width: 18%;
    margin: 0 !important;
    float: left;
  }

  .mainHeader .hd_bt nav > ul > li > a {
    height: 60px;
    line-height: 60px;
  }

  .mainHeader .hd_bt nav > ul > li:nth-child(3) {
    margin: 0 !important;
    margin-left: 28% !important;
  }

  .mainHeader .hd_bt nav > ul > li .depth2 {
    width: 100%;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    height: 424px;
  }

  .mainHeader .hd_bt nav > ul > li:nth-child(2) .depth2, .mainHeader .hd_bt nav > ul > li:nth-child(4) .depth2 {
    border-right: 1px solid #efefef;
  }

  .mainHeader .hd_bt nav > ul > li .depth2 li {
    text-align: left;
    text-indent: 18px;
    margin: 0;
    padding: 10px 0;
    position: relative;
  }
  .mainHeader .hd_bt nav > ul > li .depth2 li:hover {
    background: #1a9c91;
  }

  .mainHeader .hd_bt nav > ul > li:hover .depth2 {
    background: rgba(26, 156, 145, 0.05);
  }

  .mainHeader .hd_bt nav > ul > li:nth-child(3):hover .depth2, .mainHeader .hd_bt nav > ul > li:nth-child(4):hover .depth2 {
    background: rgba(52, 100, 169, 0.05);
  }

  .mainHeader .hd_bt nav > ul > li:nth-child(3) .depth2 li:hover, .mainHeader .hd_bt nav > ul > li:nth-child(4) .depth2 li:hover {
    background: #3464a9;
  }

  .mainHeader .hd_bt nav > ul > li .depth2 li:hover a {
    color: #fff;
  }

  .mainHeader.fixed .hd_bt nav > ul > li .depth2 {
    height: 347px;
  }

  .mainHeader .hd_bt nav > ul > li .depth2 a {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .mainWrapper .mainHeader {
    position: fixed;
  }

  .mainHeader {
    height: 120px;
  }

  .mainHeader.fixed {
    height: auto;
  }

  .mainHeader.fixed h1 {
    width: 140px;
    height: 58px;
    background-size: 140px auto;
    -webkit-transition: all ease-in-out 0.25s 0s;
    -moz-transition: all ease-in-out 0.25s 0s;
    -o-transition: all ease-in-out 0.25s 0s;
    transition: all ease-in-out 0.25s 0s;
  }

  .mainHeader.fixed .hd_tp {
    height: 0;
    overflow: hidden;
    display: none;
  }

  .mainHeader.fixed .hd_bt {
    height: 80px;
  }

  .mainHeader.fixed .hd_bt nav {
    margin-top: 20px;
  }
}

@media (min-width: 800px) and (max-width: 1399px) {
  .mainHeader .hd_tp {
    padding: 12px 17px 0;
  }
}

@media (max-width: 1399px) {
  .modal_sm_wrap .sm_Pop .closeBtn {
    top: 30px !important;
  }
}

@media (min-width: 1270px) and (max-width: 1399px) {
  .mainHeader .hd_bt nav > ul > li > a {
    font-size: 22px;
  }
}

@media (max-width: 1269px) {
  .mainHeader .hd_bt nav > ul {
    padding: 0;
  }

  .mainHeader .hd_bt nav > ul > li:nth-child(2) {
    margin-right: 18%;
  }

  .mainHeader .hd_bt nav > ul > li:nth-child(3) {
    margin-left: 18%;
  }

  .mainHeader .hd_bt nav > ul > li > a {
    letter-spacing: -1px;
  }

  .mainHeader .hd_bt nav > ul > li .depth2 li a {
    letter-spacing: -1px;
  }
}

.mainHeader .hd_bt nav.gnb {
  position: relative;
}

@media (max-width: 1050px) {
  .mainHeader.gnb_open {
    min-height: 0;
  }

  .mainHeader {
    min-width: 360px;
    height: 60px !important;
    overflow: hidden;
  }

  .mainHeader .hd_wrap_m {
    display: block;
  }

  .mainHeader .hd_wrap {
    position: fixed;
    left: -100%;
    z-index: 1000;
    min-height: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .mainHeader .hd_wrap h1 {
    display: none;
  }

  .mainHeader .hd_tp {
    float: none;
    background-color: #192474;
    min-width: 300px;
    padding: 0 17px;
  }

  .mainHeader .hd_tp .hd_tp_L .bttn_sitemap {
    display: none;
  }

  .mainHeader .hd_tp .hd_tp_L .bttn_gber {
    display: none;
  }

  .mainHeader .hd_tp .hd_tp_L .bttn_gnb_m_close {
    display: inline-block;
  }

  .mainHeader .hd_tp .hd_tp_R {
    padding: 15px 0;
    width: 100%;
    max-width: calc(100% - 40px);
  }

  .mainHeader .hd_tp .hd_tp_R .member {
    float: right;
  }

  .mainHeader .hd_tp .hd_tp_R .member li {
    display: inline-block;
  }

  .mainHeader .hd_tp .hd_tp_R .member li a {
    color: #fff;
  }

  .mainHeader .hd_tp .hd_tp_R .member.login_after {
    width: 100%;
    text-align: right;
  }

  .mainHeader .hd_tp .hd_tp_R .member.login_after li {
    color: rgba(255, 255, 255, 0.5);
  }

  .mainHeader .hd_tp .hd_tp_R .member.login_after li:first-child {
    max-width: calc(100% - 70px);
    width: 100%;
  }

  .mainHeader .hd_tp .hd_tp_R .member.login_after li i {
    background-position: 0 -12px;
  }

  .mainHeader .hd_tp .hd_tp_R .member.login_after li strong {
    max-width: calc(100% - 30px);
    color: #fff;
  }

  .mainHeader .hd_tp .hd_tp_R .google_trans {
    display: none;
  }

  .mainHeader .hd_tp .hd_tp_R .search_w {
    display: none;
  }

  .mainHeader .hd_bt {
    height: auto;
    float: none;
    clear: both;
    min-width: 300px;
  }

  .mainHeader .hd_bt nav {
    padding: 0;
  }

  .mainHeader .hd_bt nav > ul {
    text-align: left;
  }

  .mainHeader .hd_bt nav > ul > li {
    min-height: 48px;
    position: relative;
    display: block;
    margin: 0 !important;
    overflow: hidden;
  }

  .mainHeader .hd_bt nav > ul > li > a {
    line-height: 17px;
    font-size: 18px;
    color: #000 !important;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    z-index: 1;
  }

  .mainHeader .hd_bt nav > ul > li > a:after {
    display: none;
  }

  .mainHeader .hd_bt nav > ul > li > a i {
    display: inline-block;
  }

  .mainHeader .hd_bt nav > ul > li .depth2 {
    display: block !important;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0 !important;
    background-color: #eff5f7;
    margin-top: -200%;
  }

  .mainHeader .hd_bt nav > ul > li .depth2 li {
    margin-bottom: 0;
  }

  .mainHeader .hd_bt nav > ul > li .depth2 li a {
    line-height: 13px;
    font-size: 14px;
    padding: 10px 10px 10px 30px;
  }

  .mainHeader .hd_bt nav > ul > li .depth2 li a:before {
    position: absolute;
    left: 20px;
    top: 14px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    content: "";
  }

  .mainHeader.gnb_open .hd_bt nav > ul > li .depth2 {
    margin-top: -200%;
  }

  .mainHeader.gnb_open_m .hd_bt nav > ul > li.on > a i {
    transform: rotate(180deg);
  }

  .mainHeader.gnb_open_m .hd_bt nav > ul > li.on .depth2 {
    display: block !important;
    height: auto;
    margin-top: 0 !important;
  }

  .hd_wrap a.logo {
    display: none;
  }
}

.section_wrap {
  width: 100%;
  max-width: 1400px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.section_inner {
  width: 100%;
}

.section_inner .section_ttl {
  width: 100%;
  position: relative;
  text-align: left;
}

.section_inner .section_ttl i {
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.section_inner .section_ttl i.main {
  background-image: url("/bulletin/po/images/newMain/main_cha_00.png");
  background-repeat: no-repeat;
}

.section_inner .section_ttl i.news {
  background-image: url("/bulletin/po/images/newMain/main_cha_01.png");
  background-repeat: no-repeat;
}

.section_inner .section_ttl i.community {
  background-image: url("/bulletin/po/images/newMain/main_cha_02.png");
  background-repeat: no-repeat;
}

.section_inner .section_ttl h2 {
  color: #192474;
  font-weight: 700;
  width: 100%;
  line-height: 1.3;
}

.section_inner .section_ttl p {
  color: black;
  font-weight: 300;
  line-height: 1.3;
}

@media (min-width: 1400px) {
  .section_inner .section_ttl {
    padding: 20px 0 0 0;
  }

  .section_inner .section_ttl i {
    width: 120px;
    height: 120px;
    background-size: 120px auto;
    margin-top: 10px;
  }

  .section_inner .section_ttl h2 {
    font-size: 40px;
  }

  .section_inner .section_ttl p {
    font-size: 36px;
  }
}

@media (min-width: 800px) and (max-width: 1399px) {
  .section_inner {
    padding: 50px 17px 70px 17px;
    position: relative;
  }

  .section_inner .section_ttl i {
    width: 120px;
    height: 120px;
    background-size: 120px auto;
  }

  .section_inner .section_ttl h2 {
    font-size: 48px;
  }

  .section_inner .section_ttl p {
    font-size: 36px;
  }
}

@media (max-width: 799px) {
  .section_inner {
    padding: 20px 17px 30px 17px;
    position: relative;
  }

  .section_inner .section_ttl {
    padding: 10px 0 0 0;
  }

  .section_inner .section_ttl i {
    width: 60px;
    height: 60px;
    background-size: 60px auto;
  }

  .section_inner .section_ttl h2 {
    font-size: 24px;
  }

  .section_inner .section_ttl p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .section_inner .section_ttl i {
    width: 60px;
    height: 60px;
    background-size: 60px auto;
  }

  .section_inner .section_ttl h2 {
    font-size: 22px;
    letter-spacing: -1px;
  }
}

.section_home {
  background-image: url("/bulletin/po/images/newMain/bg_section0.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.section_home .block_w {
  margin-top: 30px;
  text-align: left;
}

.section_home .block_w > div {
  position: relative;
  display: inline-block;
  float: left;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
}

.section_home .block_w .main_visual_w {
  display: inline-block;
  float: left;
  width: 28%;
  height: 400px;
  margin-right: 2%;
}

.section_home .block_w .main_visual_w .main_visual {
  width: 100%;
  height: 100%;
}

.section_home .block_w .main_visual_w .main_visual .visual {
  width: 100%;
  height: 400px;
  padding: 40px;
  position: relative;
}

.section_home .block_w .main_visual_w .main_visual .visual.no01 {
  background-color: #28ccc2;
  background-image: url("/bulletin/po/images/newMain/visual_img01.png");
  background-repeat: no-repeat;
  background-position: 100px 220px;
}

.section_home .block_w .main_visual_w .main_visual .visual.no01 p {
  color: #000;
}

.section_home .block_w .main_visual_w .main_visual .visual.no02 {
  background-color: #ffac2e;
  background-image: url("/bulletin/po/images/newMain/visual_img02.png");
  background-repeat: no-repeat;
  background-position: 100px 220px;
}

.section_home .block_w .main_visual_w .main_visual .visual.no02 p {
  color: #000;
}

.section_home .block_w .main_visual_w .main_visual .visual.no03 {
  background-color: #0070be;
  background-image: url("/bulletin/po/images/newMain/visual_img03.png");
  background-repeat: no-repeat;
  background-position: 100px 220px;
}

.section_home .block_w .main_visual_w .main_visual .visual.no03 h4 {
  color: #fff;
}

.section_home .block_w .main_visual_w .main_visual .visual h4 {
  line-height: 38px;
  font-size: 20px;
  color: #000;
}

.section_home .block_w .main_visual_w .main_visual .visual .img_w {
  margin: 10px 0;
}

.section_home .block_w .main_visual_w .main_visual .visual .img_w img {
  width: 80%;
  max-width: 333px;
}

.section_home .block_w .main_visual_w .main_visual .visual p {
  line-height: 26px;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}

.section_home .block_w .main_visual_w .main_visual .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 30px;
}

.section_home .block_w .main_visual_w .main_visual .owl-dots .owl-dot {
  background: none;
  border: 0;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.section_home .block_w .main_visual_w .main_visual .owl-dots .owl-dot span {
  margin: 0px;
  top: 0px;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0.7;
}

.section_home .block_w .main_visual_w .main_visual .owl-dots .owl-dot.active {
  width: 24px;
}

.section_home .block_w .main_visual_w .main_visual .owl-dots .owl-dot.active span {
  border-radius: 10px;
  opacity: 1;
}

.section_home .block_w .main_visual_w .control {
  position: absolute;
  right: 20px;
  bottom: 14px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 11px;
  background-image: url("/bulletin/po/images/newMain/main_banner_control.png");
  background-repeat: no-repeat;
}

.section_home .block_w .main_visual_w .control.control.stop {
  background-position: 0 -11px;
}

.section_home .block_w .notice_w {
  width: 32%;
  height: 400px;
  margin-right: 2%;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 24px;
}

.section_home .block_w .notice_w h3 {
  position: relative;
  line-height: 30px;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.section_home .block_w .notice_w h3 .btn_more {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 3px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-indent: -9999px;
}

.section_home .block_w .notice_w h3 .btn_more .s-close-btn {
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
}

.section_home .block_w .notice_w h3 .btn_more .s-close-btn__cross {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: rotate(0);
}

.section_home .block_w .notice_w h3 .btn_more .s-close-btn__cross::before {
  content: '';
  margin-top: -1px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
}

.section_home .block_w .notice_w h3 .btn_more .s-close-btn__cross::after {
  content: '';
  margin-left: -1px;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
}

.section_home .block_w .notice_w h3 .btn_more:hover .s-close-btn .s-close-btn__cross {
  transform: scale(1.2) rotate(90deg);
}

.section_home .block_w .notice_w ul {
  width: 100%;
}

.section_home .block_w .notice_w ul li {
  position: relative;
  padding-right: 84px;
  margin-bottom: 10px;
}

.section_home .block_w .notice_w ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  line-height: 32px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.section_home .block_w .notice_w ul li a:hover {
  text-decoration: underline;
}

.section_home .block_w .notice_w ul li a .date {
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #555;
  font-weight: 400;
}

.section_home .block_w .notice_w ul li a .date strong {
  font-weight: inherit;
}

.section_home .block_w .notice_w ul li:first-child {
  margin-bottom: 20px;
  padding: 15px 10px 15px 120px;
  background-color: #f5f5f5;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
}

.section_home .block_w .notice_w ul li:first-child a .date {
  position: absolute;
  left: 10px;
  top: 15px;
}

.section_home .block_w .notice_w ul li:first-child a .date strong {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.section_home .block_w .screen_eng_w {
  width: 36%;
  height: 200px;
  margin-bottom: 2%;
}

.section_home .block_w .screen_eng_w a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 40px 40px 40px 50%;
  background-color: #d83d39;
  transition: all .5s;
}

.section_home .block_w .screen_eng_w a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/bulletin/po/images/newMain/bg_screen_eng.png");
  background-repeat: no-repeat;
  background-position: -110px 30px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  content: '';
}

.section_home .block_w .screen_eng_w a:hover {
  box-shadow: 540px 0 0 0 rgba(0, 0, 0, 0.5) inset;
}

.section_home .block_w .screen_eng_w a:hover:before {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-position: -110px 0;
}

.section_home .block_w .screen_eng_w a .vAlign {
  padding: 0;
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.section_home .block_w .screen_eng_w a .vAlign + span {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
}

.section_home .block_w .banner_w {
  width: 36%;
  height: 172px;
  background-color: #fff;
}

.section_home .block_w .banner_w ul {
  width: 100%;
  height: 100%;
}

.section_home .block_w .banner_w ul li {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
}

.section_home .block_w .banner_w ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section_home .block_w .banner_w ul li a img {
  width: 100%;
  height: 100%;
}

.section_home .block_w .banner_w ul div {
  height: 100%;
}

.section_home .block_w .banner_w ul .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px 30px;
}

.section_home .block_w .banner_w ul .owl-dots .owl-dot {
  background: none;
  border: 0;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.section_home .block_w .banner_w ul .owl-dots .owl-dot span {
  margin: 0px;
  top: 0px;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
  display: block;
  border-radius: 50%;
  opacity: 0.7;
}

.section_home .block_w .banner_w ul .owl-dots .owl-dot.active {
  width: 24px;
}

.section_home .block_w .banner_w ul .owl-dots .owl-dot.active span {
  border-radius: 10px;
  opacity: 1;
}

.section_home .block_w .banner_w .control {
  position: absolute;
  right: 20px;
  bottom: 14px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 11px;
  background-image: url("/bulletin/po/images/newMain/main_banner_control.png");
  background-repeat: no-repeat;
}

.section_home .block_w .banner_w .control.control.stop {
  background-position: 0 -11px;
}

.section_home .block_w .login_info_w {
  display: none;
  width: 36%;
  height: 400px;
  background-color: #192474;
  padding: 40px;
}

.section_home .block_w .login_info_w .name {
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  padding-left: 50px;
  background-image: url("/bulletin/po/images/newMain/ico_login.png");
  background-repeat: no-repeat;
  background-position: 0 center;
}

.section_home .block_w .login_info_w .name strong {
  max-width: calc(100% - 100px);
  color: #ffff33;
  font-weight: 900;
  vertical-align: top;
}

.section_home .block_w .login_info_w .name p {
  line-height: 26px;
  font-size: 13px;
  letter-spacing: -0.5px;
  margin-top: 3px;
}

.section_home .block_w .login_info_w .name p .times {
  margin-right: 5px;
}

.section_home .block_w .login_info_w .name .bttn_logout {
  display: inline-block;
  margin-left: 10px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  background-color: #B44A00;
  border-radius: 30px;
  vertical-align: top;
}

.section_home .block_w .login_info_w .name .bttn_logout:hover {
  background-color: #CF4419;
}

.section_home .block_w .login_info_w .name .bttn_logout img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.section_home .block_w .login_info_w .name .bttn_go {
  display: inline-block;
  line-height: 24px;
  padding: 0 5px;
  font-size: 13px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  vertical-align: top;
}

.section_home .block_w .login_info_w .name .bttn_go:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #000;
}

.section_home .block_w .login_info_w .name .bttn_go img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.section_home .block_w .login_info_w .school {
  width: 100%;
  position: relative;
  margin: 20px 0 40px 0;
}

.section_home .block_w .login_info_w .school a {
  position: relative;
  display: block;
  padding: 12px 12px 12px 12px;
  border-radius: 12px;
  background-color: #3b4589;
  background-image: url("/bulletin/po/images/newMain/ico_school.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}

.section_home .block_w .login_info_w .school a .vAlign {
  padding: 0;
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.section_home .block_w .login_info_w .school a .vAlign + span {
  width: 100%;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  word-break: break-all;
}

.section_home .block_w .login_info_w .school a .vAlign + span strong {
  display: blcok;
  font-size: inherit;
  color: #ffcc00;
  text-align: left;
  margin-left: 90px;
}

.section_home .block_w .login_info_w .school a .vAlign + span i {
  font-style: normal;
  text-align: center;
  display: block;
}

.section_home .block_w .login_info_w .school a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("/bulletin/po/images/newMain/ico_school_go_arrow.png");
  background-repeat: no-repeat;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  content: "";
}

.section_home .block_w .login_info_w .school a:hover {
  background-color: #0a0e2d;
}

.section_home .block_w .login_info_w .school a:hover:after {
  right: 20px;
}

.section_home .block_w .login_info_w .my_service ul {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.section_home .block_w .login_info_w .my_service ul li {
  width: 100px;
  display: inline-block;
  float: left;
  margin-right: 60px;
  text-decoration: none;
  text-align: center;
}

.section_home .block_w .login_info_w .my_service ul li:last-child {
  margin-right: 0;
}

.section_home .block_w .login_info_w .my_service ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #6d6d6d;
}

.section_home .block_w .login_info_w .my_service ul li a dl {
  position: relative;
  width: 100%;
  text-align: center;
}

.section_home .block_w .login_info_w .my_service ul li a dl dt {
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.section_home .block_w .login_info_w .my_service ul li a dl dt .vAlign {
  padding: 0;
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.section_home .block_w .login_info_w .my_service ul li a dl dt .vAlign + span {
  max-width: 100%;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -1px;
  word-break: break-all;
}

.section_home .block_w .login_info_w .my_service ul li a dl dd {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("/bulletin/po/images/newMain/ico_login_menu.png");
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  /* 메일 */
  /* 웹하드 */
  /* sms */
}

.section_home .block_w .login_info_w .my_service ul li a dl dd.mail {
  background-position: 0 0;
}

.section_home .block_w .login_info_w .my_service ul li a dl dd.mail .num {
  position: absolute;
  top: 25px;
  left: 55px;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  background-color: red;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  text-align: center;
}

.section_home .block_w .login_info_w .my_service ul li a dl dd.webhard {
  background-position: 0 -100px;
}

.section_home .block_w .login_info_w .my_service ul li a dl dd.sms {
  background-position: 0 -200px;
}

.section_home .block_w .login_info_w .my_service ul li a:hover dl dd {
  background-color: #2e76d7;
  background-position-x: -100px;
}

.section_home .block_w .login_info_w .my_service ul .slick-arrow {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  font-size: 0;
  outline: 0;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.section_home .block_w .login_info_w .my_service ul .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.section_home .block_w .login_info_w .my_service ul .slick-arrow.slick-prev {
  background-image: url("/bulletin/po/images/newMain/btn_service_prev.png");
  background-repeat: no-repeat;
  left: 0;
}

.section_home .block_w .login_info_w .my_service ul .slick-arrow.slick-next {
  background-image: url("/bulletin/po/images/newMain/btn_service_next.png");
  background-repeat: no-repeat;
  right: 0;
}

.section_home .block_w .service_w {
  width: 100%;
  padding: 15px 40px 15px 20%;
  /*background-color:#5817bb*/
  margin-top: 2%;
  background: #fff;
  border: 1px solid #adc7e2;
}

.section_home .block_w .service_w h3 {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -30px;
  line-height: 30px;
  font-size: 24px;
  /*color:#fff;*/
}

.section_home .block_w .service_w h3 span {
  font-size: inherit;
  color: #ccadf1;
  color: #1052ab;
}

.section_home .block_w .service_w .service {
  position: relative;
  width: 100%;
}

.section_home .block_w .service_w .service .items {
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
}

.section_home .block_w .service_w .service .items li {
  width: 20%;
  display: inline-block;
  float: left;
  margin-right: 0px;
  padding-right: 0px;
  /*border-right:1px solid #7945c9;*/
  text-decoration: none;
  text-align: center;
  position: relative;
}

.section_home .block_w .service_w .service .items li:last-child {
  margin-right: 0;
  border-right: 0;
}

.section_home .block_w .service_w .service .items li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #6d6d6d;
}

.section_home .block_w .service_w .service .items li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1%;
  display: block;
  width: 98%;
  height: 100%;
  z-index: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0.3);
  transform: scaleX(0.3);
  opacity: 0;
  transition: all .3s;
}

.section_home .block_w .service_w .service .items li a:hover:before {
  opacity: 0.7;
  background-color: #3e009a;
  background: #cee6ff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.1s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity 0.4s;
  transition: transform 0.1s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
  border-radius: 8px;
}

.section_home .block_w .service_w .service .items li a dl {
  position: relative;
  width: 100%;
  text-align: center;
}

.section_home .block_w .service_w .service .items li a dl dt {
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin-top: -15px;
}

.section_home .block_w .service_w .service .items li a dl dt .vAlign {
  padding: 0;
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.section_home .block_w .service_w .service .items li a dl dt .vAlign + span {
  max-width: 100%;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #333;
  letter-spacing: -1px;
  word-break: break-all;
}

.section_home .block_w .service_w .service .items li a dl dd {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("/bulletin/po/images/newMain/ico_service_menu.png");
  background-repeat: no-repeat;
}

.section_home .block_w .service_w .service .items li a dl dd.menu01 {
  background-position: 0 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu02 {
  background-position: -100px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu03 {
  background-position: -200px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu04 {
  background-position: -300px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu05 {
  background-position: -400px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu06 {
  background-position: -500px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu07 {
  background-position: -600px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu08 {
  background-position: -700px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu09 {
  background-position: -800px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu10 {
  background-position: -900px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu11 {
  background-position: -1000px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu12 {
  background-position: -1100px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu13 {
  background-position: -1200px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu14 {
  background-position: -1300px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu15 {
  background-position: -1400px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu16 {
  background-position: -1500px 0;
}

.section_home .block_w .service_w .service .items li a dl dd.menu17 {
  background-position: -1600px 0;
}

.section_home .block_w .service_w .service .items .slick-arrow {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  font-size: 0;
  outline: 0;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.section_home .block_w .service_w .service .items .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.section_home .block_w .service_w .service .items .slick-arrow.slick-prev {
  background-image: url("/bulletin/po/images/newMain/btn_service_prev.png");
  background-repeat: no-repeat;
  left: 0;
  display: none !important;
}

.section_home .block_w .service_w .service .items .slick-arrow.slick-next {
  background-image: url("/bulletin/po/images/newMain/btn_service_next.png");
  background-repeat: no-repeat;
  right: 0;
  display: none !important;
}

.section_home .block_w .service_w .service .items li a dl:hover dt span {
  text-decoration: underline;
}

.section_home .block_w .service_w .service .items li a dl:hover dd {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

.section_home .block_w .service_w .service .items li a dl dd {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

@media (min-width: 1251px) {
  .section_community .section_con .right > div.webhard a {
    padding-top: 22px;
  }
}

@media (min-width: 1400px) {
  .section_home {
    background-position: center 120px;
  }

  .section_home.fixed {
    background-position: center 80px;
  }

  .section_home .section_inner {
    /*margin-top:30px;*/
  }

  .section_home .section_inner .section_ttl {
    display: inline-block;
    width: auto;
    margin: 60px auto 0;
    padding: 20px 130px 0 0;
  }

  .section_home .section_inner .section_ttl i {
    left: auto;
    right: 0;
  }
}

@media (min-width: 800px) and (max-width: 1399px) {
  .section_home {
    background-position: center 0;
  }

  .section_home.fixed {
    background-position: center 80px;
  }

  .section_home .section_inner .section_ttl {
    display: inline-block;
    width: auto;
    padding: 10px 130px 0 0;
  }

  .section_home .section_inner .section_ttl i {
    left: auto;
    right: 0;
  }

  .section_home .block_w .login_info_w .my_service ul li {
    width: 32%;
    margin-right: 2%;
  }

  .section_home .block_w .login_info_w .my_service ul li.mail span {
    left: 30px;
  }
}

.screen_eng_w img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1100px) {
  .section_home .block_w .main_visual_w {
    width: 40%;
    margin-bottom: 2%;
  }

  .section_home .block_w .notice_w {
    width: 58%;
    margin: 0 0 2% 0;
  }

  .section_home .block_w .screen_eng_w {
    width: 50%;
    margin: 0 2% 0 0;
  }

  .section_home .block_w .banner_w {
    width: 48%;
    height: 200px;
  }

  .section_home .block_w .login_info_w {
    width: 100%;
    height: 226px;
  }

  .section_home .block_w .login_info_w .name {
    width: 50%;
    font-size: 20px;
  }

  .section_home .block_w .login_info_w .school {
    width: 50%;
  }

  .section_home .block_w .login_info_w .my_service {
    position: absolute;
    top: 40px;
    right: 40px;
    width: calc(50% - 80px);
    clear: both;
  }

  .section_home .block_w .login_info_w .my_service ul {
    text-align: center;
  }

  .section_home .block_w .login_info_w .my_service ul li {
    width: 80px;
    float: none;
    margin: 0 !important;
  }

  .section_home .block_w .login_info_w .my_service ul li:first-child {
    float: left;
  }

  .section_home .block_w .login_info_w .my_service ul li:last-child {
    float: right;
  }

  .section_home .block_w .login_info_w .my_service ul li a dl dt {
    margin-top: 20px;
  }

  .section_home .block_w .login_info_w .my_service ul li a dl dd {
    width: 80px;
    height: 80px;
    background-size: 160px auto;
    /* 메일 */
    /* 웹하드 */
    /* sms */
  }

  .section_home .block_w .login_info_w .my_service ul li a dl dd.mail {
    background-position: 0 0;
  }

  .section_home .block_w .login_info_w .my_service ul li a dl dd.mail .num {
    left: 45px;
    top: 15px;
  }

  .section_home .block_w .login_info_w .my_service ul li a dl dd.webhard {
    background-position: 0 -80px;
  }

  .section_home .block_w .login_info_w .my_service ul li a dl dd.sms {
    background-position: 0 -160px;
  }

  .section_home .block_w .login_info_w .my_service ul li a:hover dl dd {
    background-color: #2e76d7;
    background-position-x: -80px !important;
  }

  .section_home .block_w .service_w {
    padding: 30px 30px 30px 160px;
  }

  .section_home .block_w .service_w .service .items li a dl dt .vAlign + span {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .section_home .block_w .main_visual_w {
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
  }

  .section_home .block_w .main_visual_w .main_visual .visual {
    height: 260px;
    padding: 20px;
  }

  .section_home .block_w .main_visual_w .main_visual .visual.no01 {
    background-position: right bottom;
    background-size: 30% auto;
  }

  .section_home .block_w .main_visual_w .main_visual .visual.no02 {
    background-position: right bottom;
    background-size: 30% auto;
  }

  .section_home .block_w .main_visual_w .main_visual .visual.no03 {
    background-position: right bottom;
    background-size: 30% auto;
  }

  .section_home .block_w .main_visual_w .main_visual .visual h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .section_home .block_w .main_visual_w .main_visual .visual p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 30%;
  }

  .section_home .block_w .notice_w {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 20px;
  }

  .section_home .block_w .notice_w h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .section_home .block_w .notice_w ul li {
    margin-bottom: 0;
  }

  .section_home .block_w .notice_w ul li:first-child {
    margin-bottom: 10px;
    padding: 10px 10px 10px 110px;
  }

  .section_home .block_w .notice_w ul li:first-child a .date {
    top: 10px;
  }

  .section_home .block_w .notice_w ul li:first-child a .date strong {
    top: -2px;
    font-size: 20px;
  }

  .section_home .block_w .screen_eng_w {
    width: calc(50% - 20px);
    height: 160px;
    margin: 0 20px 0 0;
  }

  .section_home .block_w .screen_eng_w a {
    padding: 20px 20px 20px 30%;
  }

  .section_home .block_w .screen_eng_w a:before {
    background-position: -110px 30px;
    background-size: 90% auto;
  }

  .section_home .block_w .screen_eng_w a .vAlign + span {
    font-size: 20px;
    line-height: 24px;
  }

  .section_home .block_w .banner_w {
    width: 50%;
    height: 160px;
  }

  .section_home .block_w .login_info_w {
    height: auto;
    padding: 20px;
  }

  .section_home .block_w .login_info_w .name {
    width: 100%;
    font-size: 18px;
  }

  .section_home .block_w .login_info_w .school {
    width: 100%;
    margin-bottom: 20px;
  }

  .section_home .block_w .login_info_w .school a {
    padding: 12px 0px;
  }

  .section_home .block_w .login_info_w .school a .vAlign + span {
    font-size: 16px;
  }

  .section_home .block_w .login_info_w .my_service {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .section_home .block_w .login_info_w .my_service ul li a dl dt {
    height: 24px;
    margin-top: 10px;
  }

  .section_home .block_w .service_w {
    height: auto;
    margin-top: 20px;
    padding: 20px;
  }

  .section_home .block_w .service_w h3 {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-size: 20px;
  }

  .section_home .block_w .service_w h3 br {
    display: none;
  }

  .section_home .block_w .service_w .service .items li a dl dt .vAlign + span {
    font-size: 15px;
  }

  .section_home .block_w .service_w .service .items li a dl dd {
    width: 80px;
    height: 80px;
    background-size: auto 80px;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu01 {
    background-position: 0 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu02 {
    background-position: -80px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu03 {
    background-position: -160px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu04 {
    background-position: -240px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu05 {
    background-position: -320px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu06 {
    background-position: -400px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu07 {
    background-position: -480px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu08 {
    background-position: -560px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu09 {
    background-position: -640px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu10 {
    background-position: -720px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu11 {
    background-position: -800px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu12 {
    background-position: -880px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu13 {
    background-position: -960px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu14 {
    background-position: -1040px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu15 {
    background-position: -1120px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu16 {
    background-position: -1200px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu17 {
    background-position: -1280px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu18 {
    background-position: -1360px 0;
  }
}

@media (max-width: 790px) {
  .section_home .block_w .service_w .service .items li {
    /*margin-right:5px;padding-right:5px;*/
    width: 33.333%;
    margin-bottom: 15px;
    border-right: 0;
  }
}

@media (max-width: 480px) {
  .section_home .block_w .main_visual_w {
    height: 120px;
  }

  .section_home .block_w .main_visual_w .main_visual .visual {
    height: 120px;
  }

  .section_home .block_w .main_visual_w .main_visual .visual.no01 {
    background-position: right 20px;
    background-size: 180px auto;
  }

  .section_home .block_w .main_visual_w .main_visual .visual.no02 {
    background-position: right 20px;
    background-size: 180px auto;
  }

  .section_home .block_w .main_visual_w .main_visual .visual.no03 {
    background-position: right 15px;
    background-size: 180px auto;
  }

  .section_home .block_w .main_visual_w .main_visual .visual .img_w img {
    width: 50%;
  }

  .section_home .block_w .main_visual_w .main_visual .visual p {
    display: none;
  }

  .section_home .block_w .notice_w h3 {
    font-size: 18px;
  }

  .section_home .block_w .notice_w ul li a {
    font-size: 13px;
  }

  .section_home .block_w .notice_w ul li a .date {
    font-size: 13px;
  }

  .section_home .block_w .notice_w ul li:first-child {
    margin-bottom: 10px;
    padding: 10px 10px 10px 100px;
  }

  .section_home .block_w .notice_w ul li:first-child a .date strong {
    font-size: 18px;
  }

  .section_home .block_w .screen_eng_w {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }

  .section_home .block_w .screen_eng_w a:before {
    background-position: -110px 10px;
  }

  .section_home .block_w .screen_eng_w a .vAlign + span {
    font-size: 16px;
    line-height: 20px;
  }

  .section_home .block_w .banner_w {
    width: 100%;
    height: auto;
  }

  .section_home .block_w .banner_w ul li a img {
    width: 100%;
    height: auto;
  }

  .section_home .block_w .service_w h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .section_home .block_w .service_w .service {
    /*width:calc(100% + 40px);left:-20px;*/
  }

  .section_home .block_w .service_w .service .items li {
    /*margin-right:5px;padding-right:5px;*/
    width: 33.333%;
    border-right: 0px;
  }

  .section_home .block_w .service_w .service .items li a dl dt .vAlign + span {
    font-size: 13px;
    line-height: 15px;
    word-break: keep-all;
  }

  .section_home .block_w .service_w .service .items li a dl dd {
    width: 60px;
    height: 60px;
    background-size: auto 60px;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu01 {
    background-position: 0 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu02 {
    background-position: -60px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu03 {
    background-position: -120px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu04 {
    background-position: -180px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu05 {
    background-position: -240px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu06 {
    background-position: -300px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu07 {
    background-position: -360px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu08 {
    background-position: -420px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu09 {
    background-position: -480px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu10 {
    background-position: -540px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu11 {
    background-position: -600px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu12 {
    background-position: -660px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu13 {
    background-position: -720px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu14 {
    background-position: -780px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu15 {
    background-position: -840px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu16 {
    background-position: -900px 0;
  }

  .section_home .block_w .service_w .service .items li a dl dd.menu17 {
    background-position: -960px 0;
  }

  .section_home .block_w .service_w .service .items .slick-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .section_home .block_w .service_w .service .items .slick-arrow.slick-prev {
    background-size: auto 30px;
    left: 5px;
  }

  .section_home .block_w .service_w .service .items .slick-arrow.slick-next {
    background-size: auto 30px;
    right: 5px;
  }
}

/*
.section_news{clear:both;position:relative;width:100%;min-height:580px;font-size:16px;
    .item a {width:100%;}
}
*/
/* Tabs */
.main_tabs {
  position: absolute;
  top: -40px;
  right: 0;
  width: 100%;
  text-align: right;
  z-index: 2;
}

.main_tabs:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}

.main_tabs ul, .main_tabs li {
  list-style: none;
}

.main_tabs .tab-button-outer {
  float: right;
}

.main_tabs .tab-button-outer:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}

.main_tabs .tab-button-outer ul {
  width: 100%;
  float: left;
  position: relative;
}

.main_tabs .tab-button-outer ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 0;
}

.main_tabs .tab-button-outer ul li {
  float: left;
  position: relative;
  display: block;
  text-align: center;
  margin-left: 5px;
}

.main_tabs .tab-button-outer ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.main_tabs .tab-button-outer ul li a:hover {
  font-size: 16px;
  background-color: #192474;
  color: #fff;
  text-decoration: none;
}

.main_tabs .tab-button-outer ul li.is-active a {
  font-size: 16px;
  background-color: #192474;
  color: #fff;
}

.main_tabs .tab-button-outer ul li:first-child {
  margin-left: 0;
}

.main_tabs .tab-contents {
  clear: both;
  width: 100%;
  color: #555;
  line-height: 1.4;
  font-size: 14px;
  text-align: left;
  padding-top: 50px;
}

@media (max-width: 1200px) {
  .main_tabs {
    clear: both;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    max-width: auto;
    text-align: center;
  }

  .main_tabs .tab-button-outer {
    float: none;
    display: inline-block;
  }
}

@media (min-width: 600px) {
  .tab-select-outer {
    display: none;
  }
}

/*
@media (max-width:599px) {
    .tab-button-outer{display:none;}
    .tab-select-outer{display:block;}
}
*/
@media (max-width: 800px) {
  .main_tabs .tab-contents {
    padding-top: 30px;
  }
}

@media all and (max-width: 460px) {
  .main_tabs .tab-button-outer ul li {
    margin-left: 2px;
  }

  .main_tabs .tab-button-outer ul li a {
    font-size: 14px;
    padding: 5px 15px;
  }

  .main_tabs .tab-button-outer ul li a:hover {
    font-size: 14px;
  }

  .main_tabs .tab-button-outer ul li.is-active a {
    font-size: 14px;
  }

  .main_tabs .tab-contents {
    padding-top: 20px;
  }
}

/* card news */
.card {
  clear: both;
  width: 100%;
  height: 450px;
  background-color: #fff;
  text-align: left;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.card p.img {
  width: 100%;
  height: 228px;
  background-color: #f5f5f5;
}

.card p.img img {
  height: 100%;
}

.card .cate {
  display: inline-block;
  font-size: 14px;
  background-color: #192474;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  margin: 30px 0 0 30px;
}

.card .cate.primay {
  background-color: #192474;
}

.card .cate.middle {
  background-color: #0B827B;
}

.card .cate.high {
  background-color: #9F5610;
}

.card dl {
  padding: 30px;
}

.card dl dt {
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 55px;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  margin-bottom: 15px;
}

.card dl dd {
  clear: both;
  display: block;
  padding: 20px 0 0;
  border-top: 1px solid #caccdf;
}

.card dl dd.date {
  color: #797979;
  border: none;
  padding: 0;
}

.card dl dd.cont {
  height: 200px;
  max-height: 200px;
  font-size: 16px;
  line-height: 22px;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  overflow: hidden;
}

@keyframes schoollAni {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.section_community .section_con {
  margin-top: 30px;
}

.section_community .section_con .tit {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}

.section_community .section_con i {
  font-style: normal;
}

.section_community .section_con .left {
  float: left;
  width: 70%;
}

.section_community .section_con .left > div {
  position: relative;
  height: 200px;
  text-align: left;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
}

.section_community .section_con .left > div > a {
  display: block;
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
}

.section_community .section_con .left .my_school {
  float: left;
  width: 48.5%;
  background: #192474;
  overflow: hidden;
}

.section_community .section_con .left .my_school:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 267px;
  height: 161px;
  background: url(/bulletin/po/images/newMain/bg_my_school.png) no-repeat;
}

.section_community .section_con .left .my_school a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.section_community .section_con .left .my_school a:before {
  content: '';
  display: block;
  position: absolute;
  right: 43px;
  bottom: 60px;
  width: 112px;
  height: 152px;
  background: url(/bulletin/po/images/newMain/ico_my_school.png) no-repeat 0 0;
}

.section_community .section_con .left .my_school a .tit i {
  color: #fcf300;
}

.section_community .section_con .left .my_school a em {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1px;
}

.section_community .section_con .left .my_school a em.login_txt {
  display: none;
}

.section_community .section_con .left .my_school a:hover:before {
  animation: schoollAni 1s infinite alternate;
}

.section_community .section_con .left .talk {
  float: left;
  width: 22.75%;
  height: 200px;
  margin: 0 0 0 3%;
  padding: 20px;
  background: #0bba82;
  box-sizing: border-box;
  overflow: hidden;
}

.section_community .section_con .left .talk .img {
  text-align: center;
}

.section_community .section_con .left .talk .txt {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  text-align: center;
  box-sizing: border-box;
}

.section_community .section_con .left .talk .txt p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
}

.section_community .section_con .left .talk .txt p span {
  display: block;
}

.section_community .section_con .left .talk .txt a {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 18px;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  box-sizing: border-box;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.section_community .section_con .left .talk .txt a span {
  position: relative;
  padding-right: 25px;
  color: #0A8765;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
}

.section_community .section_con .left .talk .txt a span:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 12px;
  background: url(/bulletin/po/images/newMain/spr_community.png) no-repeat 0 -286px;
}

.section_community .section_con .left .talk .txt a:hover {
  box-shadow: 0 0 0 5px rgba(10, 135, 101, 0.5);
}

.section_community .section_con .left .talk:after {
  content: '';
  display: block;
  clear: both;
}

.section_community .section_con .left .onepass {
  float: left;
  width: 22.75%;
  height: 200px;
  /*background:#1f5ab1;*/
  background: #2F54A6;
  overflow: hidden;
  margin: 0 0 0 3%;
}

.section_community .section_con .left .onepass a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.section_community .section_con .left .onepass a .tit i {
  margin-left: 5px;
  color: #941ef0;
  /*font-family:'Carnas Light';*/
  font-weight: normal;
}

.section_community .section_con .left .onepass a em {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}

.section_community .section_con .left .onepass a em i {
  display: block;
}

.section_community .section_con .left .onepass a:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 154px;
  height: 172px;
  background: url(/bulletin/po/images/newMain/bg_onepass.png) no-repeat;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.section_community .section_con .left .onepass a:hover:before {
  bottom: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.section_community .section_con .left .blog {
  float: left;
  width: 22.75%;
  height: 200px;
  margin-top: 30px;
  background: #5817bb;
  overflow: hidden;
}

.section_community .section_con .left .blog a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.section_community .section_con .left .blog a .tit i {
  margin-left: 5px;
  color: #941ef0;
  /* font-family:'Carnas Light';*/
  font-weight: normal;
}

.section_community .section_con .left .blog a em {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}

.section_community .section_con .left .blog a em i {
  display: block;
}

.section_community .section_con .left .blog a:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 147px;
  height: 182px;
  background: url(/bulletin/po/images/newMain/bg_blog.png) no-repeat;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.section_community .section_con .left .blog a:hover:before {
  bottom: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.section_community .section_con .left .cafe {
  float: left;
  width: 22.75%;
  margin: 30px 3% 0 0;
  /* background:#586df9;*/
  background: #5852F9;
  overflow: hidden;
}

.section_community .section_con .left .cafe a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.section_community .section_con .left .cafe a .tit i {
  margin-left: 5px;
  color: #909df9;
  /* font-family:'Carnas Light';*/
  font-weight: normal;
}

.section_community .section_con .left .cafe a em {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}

.section_community .section_con .left .cafe a em i {
  display: block;
}

.section_community .section_con .left .cafe a:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 133px;
  height: 201px;
  background: url(/bulletin/po/images/newMain/bg_cafe.png) no-repeat;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.section_community .section_con .left .cafe a:hover:before {
  bottom: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.section_community .section_con .left .edu_guide {
  float: right;
  width: 48.5%;
  margin-top: 30px;
  padding: 20px 30px 20px 30px;
  background: #fff url(/bulletin/po/images/newMain/bg_edu_guide.png) no-repeat 100% 0;
  box-sizing: border-box;
  overflow: hidden;
}

.section_community .section_con .left .edu_guide:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/bulletin/po/images/newMain/bg_line.png) repeat;
}

.section_community .section_con .left .edu_guide h3 {
  position: relative;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  z-index: 1;
}

.section_community .section_con .left .edu_guide ul {
  position: relative;
  margin-top: 10px;
  z-index: 1;
}

.section_community .section_con .left .edu_guide ul li {
  margin-top: 5px;
}

.section_community .section_con .left .edu_guide ul li:first-child {
  margin-top: 0;
}

.section_community .section_con .left .edu_guide ul li a {
  display: block;
  width: 236px;
  padding: 10px 0 10px 15px;
  /* background:#ff7e33;*/
  background: #CD4B00;
  box-sizing: border-box;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.section_community .section_con .left .edu_guide ul li a span {
  position: relative;
  padding-left: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
  box-sizing: border-box;
}

.section_community .section_con .left .edu_guide ul li a span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 38px;
  height: 36px;
  background-image: url(/bulletin/po/images/newMain/spr_community.png);
  background-repeat: no-repeat;
  background-position: 0 -176px;
}

.section_community .section_con .left .edu_guide ul li a:hover {
  box-shadow: 0 0 0 5px rgba(255, 126, 51, 0.5);
}

.section_community .section_con .left .edu_guide ul li a.qna {
  /*background:#549ffe;*/
  background: #4367E3;
}

.section_community .section_con .left .edu_guide ul li a.qna span:before {
  background-position: 0 -231px;
}

.section_community .section_con .left .edu_guide ul li a.qna:hover {
  box-shadow: 0 0 0 5px rgba(84, 159, 254, 0.5);
}

.section_community .section_con .left:after {
  content: '';
  display: block;
  clear: both;
}

.section_community .section_con .right {
  float: right;
  width: 28%;
}

.section_community .section_con .right > div {
  position: relative;
  width: 100%;
  height: 124px;
  margin-top: 30px;
  text-align: left;
  background: #fff;
  border: 1px solid #cbd0db;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}

.section_community .section_con .right > div:before {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  top: 50%;
  width: 87px;
  height: 87px;
  background: #12ccc1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.section_community .section_con .right > div:first-child {
  margin-top: 0;
}

.section_community .section_con .right > div a {
  display: block;
  position: relative;
  height: 100%;
  padding: 30px 20px 30px 145px;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_community .section_con .right > div a:before {
  content: '';
  display: block;
  position: absolute;
  left: 63px;
  top: 50%;
  width: 42px;
  height: 44px;
  background-image: url(/bulletin/po/images/newMain/spr_community.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
}

.section_community .section_con .right > div a .tit {
  padding-top: 0px;
  color: #000;
  font-weight: 700;
  box-sizing: border-box;
}

.section_community .section_con .right > div a .tit i {
  color: #999;
  font-size: 16px;
  font-weight: 300;
}

.section_community .section_con .right > div a em {
  display: block;
  /* color:#999;*/
  color: #555;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1px;
  word-break: keep-all;
}

.section_community .section_con .right > div a em.login_txt {
  display: none;
}

.section_community .section_con .right > div a em.login_txt span {
  margin-left: 5px;
  color: #333;
}

.section_community .section_con .right > div a em.login_txt span i {
  margin-right: 2px;
  color: #EC130F;
  font-size: 17px;
  font-weight: 500;
}

.section_community .section_con .right > div a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  background: #12ccc1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section_community .section_con .right > div a:hover:after {
  left: 0;
  width: 100%;
}

.section_community .section_con .right > div.webhard:before {
  background: #12b6c0;
}

.section_community .section_con .right > div.webhard a:before {
  background-position: 2px -55px;
}

.section_community .section_con .right > div.webhard a .tit {
  padding-top: 0;
}

.section_community .section_con .right > div.webhard a .cloud {
  display: inline-block;
  position: relative;
  padding: 5px 25px;
  background: #e4f0ea;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  box-sizing: border-box;
  margin-top: -30px;
}

.section_community .section_con .right > div.webhard a .cloud:before {
  content: '';
  display: block;
  position: absolute;
  left: -7px;
  top: 50%;
  width: 8px;
  height: 14px;
  background: url(/bulletin/po/images/newMain/bg_webhard.png) no-repeat;
}

.section_community .section_con .right > div.webhard a .cloud em {
  margin-top: 0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.section_community .section_con .right > div.webhard a .cloud em i {
  color: #ff6010;
  font-weight: 700;
}

.section_community .section_con .right > div.webhard a:after {
  background: #12b6c0;
}

.section_community .section_con .right > div.sms:before {
  background: #129ec1;
}

.section_community .section_con .right > div.sms a:before {
  background-position: 6px -117px;
}

.section_community .section_con .right > div.sms a:after {
  background: #129ec1;
}

.section_community .section_con:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 1360px) {
  .section_community .section_con .left {
    float: none;
    width: 100%;
    /*.my_school{width:43%;}
    .blog{width:24%;}
    .cafe{width:24%; margin:30px 2% 0;}*/
  }

  .section_community .section_con .right {
    float: none;
    width: 100%;
    margin-top: 30px;
  }

  .section_community .section_con .right > div {
    float: left;
    width: 32%;
    margin: 0 1%;
  }

  .section_community .section_con .right > div:first-child {
    margin-left: 0;
  }

  .section_community .section_con .right > div:last-child {
    margin-right: 0;
  }

  .section_community .section_con .right:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (max-width: 1250px) {
  .section_community .section_con .right > div {
    height: 245px;
    text-align: center;
  }

  .section_community .section_con .right > div:before {
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section_community .section_con .right > div a {
    padding: 120px 30px 30px;
  }

  .section_community .section_con .right > div a:before {
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section_community .section_con .right > div a span {
    padding-top: 0;
  }
}

@media (max-width: 960px) {
  .section_community .section_con .left .talk .txt h3 {
    width: 230px;
  }

  .section_community .section_con .left .talk .txt h3 img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 950px) {
  .section_community .section_con .left .blog {
    width: 49%;
    height: auto;
    margin-top: 20px;
  }

  .section_community .section_con .left .cafe {
    float: right;
    width: 49%;
    height: auto;
    margin: 20px 0 0;
  }

  .section_community .section_con .left .talk {
    width: 49%;
    margin: 20px 0 0 0;
  }

  .section_community .section_con .left .onepass {
    width: 49%;
    margin: 20px 0 0 2%;
  }

  .section_community .section_con .left .edu_guide {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #fff url(/bulletin/po/images/newMain/bg_edu_guide.png) no-repeat 100% 100%;
  }

  .section_community .section_con .left .edu_guide ul li {
    float: left;
    margin-top: 0;
    margin-left: 10px;
  }

  .section_community .section_con .left .edu_guide ul li:first-child {
    margin-left: 0;
  }

  .section_community .section_con .left .edu_guide ul:after {
    content: '';
    display: block;
    clear: both;
  }

  .section_community .section_con .right {
    margin-top: 20px;
  }
}

@media (max-width: 950px) {
  .section_community .section_con .left {
    /*.talk{width:100%; height:auto; margin-top:20px;}*/
  }

  .section_community .section_con .left .my_school {
    width: 100%;
    height: auto;
  }

  .section_community .section_con .left .my_school:before {
    bottom: -40px;
  }

  .section_community .section_con .left .my_school a {
    padding: 30px 40px 100px 40px;
  }

  .section_community .section_con .left .my_school a:before {
    bottom: 20px;
  }

  .section_community .section_con .right > div {
    float: none;
    width: 100%;
    height: 149px;
    margin: 20px 0 0;
    text-align: left;
  }

  .section_community .section_con .right > div:before {
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }

  .section_community .section_con .right > div:first-child {
    margin-top: 0;
  }

  .section_community .section_con .right > div a {
    padding: 40px 20px 30px 160px;
  }

  .section_community .section_con .right > div a:before {
    top: 50%;
    left: 63px;
    transform: translateY(-50%);
  }

  .section_community .section_con .left > div > a {
    padding: 30px 40px;
  }
}

@media (max-width: 650px) {
  .section_community .section_con .left .blog {
    width: 100%;
  }

  .section_community .section_con .left .cafe {
    width: 100%;
  }

  .section_community .section_con .left .talk {
    width: 100%;
    height: auto;
  }

  .section_community .section_con .left .onepass {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .section_community .section_con .left .edu_guide ul li {
    float: none;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}

@media (max-width: 490px) {
  .section_community .section_con .left .my_school:before {
    right: -40px;
  }

  .section_community .section_con .left .my_school a:before {
    right: 18px;
    width: 82px;
    height: 122px;
    background-size: 100%;
  }

  .section_community .section_con .left .talk {
    text-align: center;
  }

  .section_community .section_con .left .talk .img {
    float: none;
    text-align: center;
  }

  .section_community .section_con .left .talk .txt {
    float: none;
  }

  .section_community .section_con .left .talk .txt h3 {
    margin: 5px auto 0;
  }
}

@media (max-width: 450px) {
  .section_community .section_con .left .edu_guide {
    padding: 30px 50px;
  }

  .section_community .section_con .left .edu_guide ul li a {
    width: 100%;
  }

  .section_community .section_con .right > div {
    height: auto;
    text-align: center;
  }

  .section_community .section_con .right > div:before {
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
  }

  .section_community .section_con .right > div a {
    padding: 120px 30px 30px;
  }

  .section_community .section_con .right > div a:before {
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section_community .section_con .right > div a .tit {
    padding-top: 0;
  }
}

.mainFooter {
  width: 100%;
  border-top: 1px solid #efefef;
}

.mainFooter ul, .mainFooter li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainFooter .section_wrap:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}

.mainFooter .footer_logo {
  background-image: url("/bulletin/po/images/newMain/logo_ft.png");
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
}

.mainFooter .footer_menu li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.mainFooter .footer_menu li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #d9d9d9;
  top: 5px;
  height: 12px;
}

.mainFooter .footer_menu li a {
  color: #262626;
  line-height: 1.3;
  font-size: 14px;
}

.mainFooter .footer_menu li a:hover {
  text-decoration: underline;
}

.mainFooter .footer_menu li.privacy {
  width: auto;
}

.mainFooter .footer_menu li.privacy a {
  /*color:$orange;*/
  color: #CD4B00;
}

.mainFooter .footer_menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.mainFooter .footer_menu li:last-child:after {
  display: none;
}

.mainFooter .footer_info {
  width: 100%;
  float: left;
  text-align: left;
}

.mainFooter .footer_info li {
  color: #262626;
}

.mainFooter .footer_info li:last-child {
  color: #626262;
}

.mainFooter .qr {
  padding: 10px;
  border: 1px solid #d9d9d9;
}

.mainFooter .tel ul {
  width: 100%;
  position: relative;
}

.mainFooter .tel ul li {
  width: 100%;
  line-height: 1.3;
}

.mainFooter .tel ul li:first-child {
  background-image: url("/bulletin/po/images/newMain/ico_tel.png");
  background-repeat: no-repeat;
  background-size: 34px auto;
  width: 34px;
  height: 34px;
}

.mainFooter .tel ul li:nth-child(2) {
  color: #e45c30;
}

.mainFooter .tel ul li:nth-child(3) {
  color: #626262;
}

.mainFooter .tel ul li:last-child button {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background-color: #676a7f;
  color: white;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  display: block;
  letter-spacing: -1px;
  padding: 0 14px 0 0;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
}

.mainFooter .tel ul li:last-child button i {
  background-image: url("/bulletin/po/images/newMain/ico_go.png");
  background-repeat: no-repeat;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 10px;
  display: block;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
}

.mainFooter .tel ul li:last-child button:hover i {
  right: 8px;
}

@media (min-width: 1400px) {
  .mainFooter .section_wrap {
    padding: 40px 260px 40px 160px;
  }

  .mainFooter .footer_logo {
    width: 110px;
    height: 50px;
    background-size: 110px auto;
    position: absolute;
    left: 0;
    top: 40px;
  }

  .mainFooter .footer_menu {
    width: 100%;
    float: left;
  }

  .mainFooter .footer_menu li {
    float: left;
  }

  .mainFooter .footer_info {
    margin-top: 30px;
  }

  .mainFooter .footer_info li {
    font-size: 14px;
  }

  .mainFooter .footer_info li:first-child {
    float: left;
    width: 100%;
  }

  .mainFooter .footer_info li:nth-child(2) {
    float: left;
    margin-right: 20px;
  }

  .mainFooter .footer_info li:nth-child(3) {
    float: left;
  }

  .mainFooter .footer_info li:last-child {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
  }

  .mainFooter .footer_R {
    position: absolute;
    right: 0;
    top: 40px;
    width: 260px;
  }

  .mainFooter .footer_R .qr {
    float: right;
  }

  .mainFooter .footer_R .tel {
    float: left;
  }

  .mainFooter .footer_R .tel ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
  }

  .mainFooter .footer_R .tel ul li:nth-child(2) {
    font-size: 18px;
    padding: 0 0 0 40px;
  }

  .mainFooter .footer_R .tel ul li:nth-child(3) {
    font-size: 15px;
    padding: 0 0 0 40px;
  }

  .mainFooter .footer_R .tel ul li:last-child {
    padding: 8px 0 0 0;
  }
}

@media (min-width: 1100px) and (max-width: 1399px) {
  .mainFooter .section_wrap {
    padding: 40px 275px 40px 175px;
  }

  .mainFooter .footer_logo {
    width: 110px;
    height: 50px;
    background-size: 110px auto;
    position: absolute;
    left: 15px;
    top: 40px;
  }

  .mainFooter .footer_menu {
    width: 100%;
    float: left;
  }

  .mainFooter .footer_menu li {
    float: left;
  }

  .mainFooter .footer_info {
    margin-top: 30px;
  }

  .mainFooter .footer_info li {
    font-size: 14px;
  }

  .mainFooter .footer_info li:first-child {
    float: left;
    width: 100%;
  }

  .mainFooter .footer_info li:nth-child(2) {
    float: left;
    margin-right: 20px;
  }

  .mainFooter .footer_info li:nth-child(3) {
    float: left;
  }

  .mainFooter .footer_info li:last-child {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
  }

  .mainFooter .footer_R {
    position: absolute;
    right: 15px;
    top: 40px;
    width: 260px;
  }

  .mainFooter .footer_R .qr {
    float: right;
  }

  .mainFooter .footer_R .tel {
    float: left;
  }

  .mainFooter .footer_R .tel ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
  }

  .mainFooter .footer_R .tel ul li:nth-child(2) {
    font-size: 18px;
    padding: 0 0 0 40px;
  }

  .mainFooter .footer_R .tel ul li:nth-child(3) {
    font-size: 15px;
    padding: 0 0 0 40px;
  }

  .mainFooter .footer_R .tel ul li:last-child {
    padding: 8px 0 0 0;
  }
}

@media (min-width: 800px) and (max-width: 1099px) {
  .mainFooter .section_wrap {
    padding: 20px 15px 20px 15px;
  }

  .mainFooter .footer_logo {
    width: 110px;
    height: 50px;
    background-size: 110px auto;
    margin: 0 auto;
  }

  .mainFooter .footer_menu {
    display: inline-block;
    margin: 20px auto 0 auto;
  }

  .mainFooter .footer_menu li {
    float: left;
  }

  .mainFooter .footer_info {
    margin-top: 30px;
  }

  .mainFooter .footer_info li {
    font-size: 14px;
  }

  .mainFooter .footer_info li:first-child {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .mainFooter .footer_info li:nth-child(2) {
    float: left;
    width: 50%;
    padding-right: 10px;
    text-align: right;
  }

  .mainFooter .footer_info li:nth-child(3) {
    float: left;
    width: 50%;
    padding-left: 10px;
    text-align: left;
  }

  .mainFooter .footer_info li:last-child {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
  }

  .mainFooter .footer_R {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    display: none;
  }

  .mainFooter .footer_R:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
    *zoom: 1;
  }

  .mainFooter .footer_R .qr {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }

  .mainFooter .footer_R .tel {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    margin-right: 10px;
  }

  .mainFooter .footer_R .tel ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
  }

  .mainFooter .footer_R .tel ul li:nth-child(2) {
    font-size: 18px;
    padding: 0 0 0 40px;
  }

  .mainFooter .footer_R .tel ul li:nth-child(3) {
    font-size: 15px;
    padding: 0 0 0 40px;
  }

  .mainFooter .footer_R .tel ul li:last-child {
    padding: 8px 0 0 0;
  }
}

@media (max-width: 799px) {
  .mainFooter .section_wrap {
    padding: 15px 15px 15px 15px;
    text-align: center;
  }

  .mainFooter .footer_logo {
    width: 110px;
    height: 50px;
    background-size: 110px auto;
    margin: 0 auto;
  }

  .mainFooter .footer_menu {
    display: inline-block;
    margin: 20px auto 0 auto;
    width: auto;
  }

  .mainFooter .footer_menu li {
    display: inline-block;
    float: none;
    margin-top: 3px;
  }

  .mainFooter .footer_info {
    margin-top: 30px;
  }

  .mainFooter .footer_info li {
    font-size: 14px;
  }

  .mainFooter .footer_info li:first-child {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .mainFooter .footer_info li:nth-child(2) {
    float: left;
    width: 50%;
    padding-right: 10px;
    text-align: right;
  }

  .mainFooter .footer_info li:nth-child(3) {
    float: left;
    width: 50%;
    padding-left: 10px;
    text-align: left;
  }

  .mainFooter .footer_info li:last-child {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
  }

  .mainFooter .footer_R {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    display: none;
  }

  .mainFooter .footer_R:after {
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    display: block;
    *zoom: 1;
  }

  .mainFooter .footer_R .qr {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }

  .mainFooter .footer_R .tel {
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    margin-right: 10px;
  }

  .mainFooter .footer_R .tel ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
  }

  .mainFooter .footer_R .tel ul li:nth-child(2) {
    font-size: 18px;
    padding: 0 0 0 40px;
  }

  .mainFooter .footer_R .tel ul li:nth-child(3) {
    font-size: 15px;
    padding: 0 0 0 40px;
  }

  .mainFooter .footer_R .tel ul li:last-child {
    padding: 8px 0 0 0;
  }
}

/* 로그인시 처리 */
body .mainHeader .hd_tp .hd_tp_R .member.login_before {
  display: flex;
}

body.login .mainHeader .hd_tp .hd_tp_R .member.login_before {
  display: none;
}

body .mainHeader .hd_tp .hd_tp_R .member.login_after {
  display: none;
}

body.login .mainHeader .hd_tp .hd_tp_R .member.login_after {
  display: flex;
}

body.login .section_home .block_w .screen_eng_w {
  display: none;
}

body.login .section_home .block_w .banner_w {
  display: none;
}

body.login .section_home .block_w .login_info_w {
  display: inline-block;
}

body.login .section_community .section_con .left .my_school a em {
  display: none;
}

body.login .section_community .section_con .left .my_school a em.login_txt {
  display: block;
}

body.login .section_community .section_con .right > div a .cloud em {
  display: block;
}

body.login .section_community .section_con .right > div a em {
  display: none;
}

body.login .section_community .section_con .right > div a em.login_txt {
  display: block;
}

.mainWrapper .mainHeader {
  overflow: hidden;
  z-index: 1003;
}

.sm_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 1000;
  cursor: pointer;
}

.modal_sm_wrap {
  position: fixed;
  padding: 0px;
  width: 100%;
  display: none;
  z-index: 1002;
  left: 0;
  overflow-y: auto;
  height: 100%;
  padding-top: 100px;
}

.modal_sm_wrap .sm_Pop {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}

.modal_sm_wrap .sm_Pop:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}

.modal_sm_wrap .sm_Pop > ul {
  width: 100%;
  text-align: center;
}

.modal_sm_wrap .sm_Pop > ul > li {
  display: inline-block;
  text-align: center;
}

.modal_sm_wrap .sm_Pop > ul > li > ul.depth2 {
  width: 100%;
  float: left;
}

.modal_sm_wrap .sm_Pop > ul > li > ul.depth2 li {
  width: 100%;
  float: left;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.modal_sm_wrap .sm_Pop > ul > li > ul.depth2 li a {
  width: 100%;
  display: block;
  color: white;
  font-weight: 400;
}

.modal_sm_wrap .sm_Pop > ul > li > ul.depth2 li a:hover {
  text-decoration: underline;
}

.modal_sm_wrap .sm_Pop > ul .depth1 {
  width: 100%;
  background-color: #155ACD;
  color: white;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}

.modal_sm_wrap .sm_Pop .closeBtn {
  position: fixed;
  right: 30px;
  /*top:30px;10.05*/
  top: 150px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999;
  width: 50px;
  height: 50px;
  background-image: url("/bulletin/po/images/newMain/sm_close.png");
  background-repeat: no-repeat;
  -webkit-transition: all ease-in-out 0.25s 0s;
  -moz-transition: all ease-in-out 0.25s 0s;
  -o-transition: all ease-in-out 0.25s 0s;
  transition: all ease-in-out 0.25s 0s;
}

.modal_sm_wrap .sm_Pop .closeBtn:hover {
  transform: rotate(90deg);
}

.modal_sm_wrap div.h_wrap {
  min-height: 700px;
  overflow-y: auto;
}

.sm_Pop .s2 {
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (min-width: 1050px) {
  .modal_sm_wrap .sm_Pop .sm_h {
    padding: 0 5px;
    width: 200px;
  }

  .modal_sm_wrap .sm_Pop .depth1 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }

  .modal_sm_wrap .sm_Pop ul.depth2 a {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 5px;
  }

  .modal_sm_wrap .s2 .sm_h {
    width: 200px;
  }

  .modal_sm_wrap .sm_Pop .s2 .depth1 {
    background: #028386;
  }
}

@media (max-width: 1049px) {
  .sm_overlay {
    display: none !important;
  }

  .modal_sm_wrap {
    display: none !important;
  }
}

.section_quick {
  margin-top: 2%;
  overflow: hidden;
}

.relative_site {
  position: relative;
  width: 100%;
  margin-top: 2%;
  overflow: hidden;
}

.relative_site .tit {
  font-size: 25px;
  text-align: left;
  height: 150px;
  display: table;
  width: 150px;
  float: left;
}

.relative_site .tit p {
  display: table-cell;
  vertical-align: middle;
}

.relative_site .tit strong {
  font-weight: 600;
  letter-spacing: -1px;
}

.relative_site .tit .back {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.relative_site .tit .back:after {
  content: '';
  display: block;
  width: 104%;
  height: 50%;
  background: #c2d6e8;
  position: absolute;
  bottom: -5%;
  left: 50%;
  border-radius: 30px;
  margin-left: -52%;
  z-index: -1;
}

.relative_site .tit div {
  margin-top: 30px;
}

.relative_site.v02 .tit .back:after {
  background: #bfe3e2;
}

.relative_site .tit img {
  margin-top: 10px;
}

.relative_site .list_wrap {
  float: left;
  width: calc(100% - 150px);
}

.relative_site.v02 .list_wrap {
  float: left;
  width: 100%;
}

.relative_site .items {
  margin: 0 auto;
  padding: 0px;
  position: relative;
  text-align: center;
}

.relative_site .list_wrap ul {
  padding: 0 0px;
  margin-left: -20px;
}

.relative_site .list_wrap ul li:first-child {
  margin-left: 0;
}

.relative_site .list_wrap ul li div {
  margin-left: 20px;
}

.relative_site {
  position: relative;
}

.relative_site li {
  float: left;
  text-align: center;
  width: 20%;
}

.relative_site li a {
  display: block;
  /*margin-left: 50px;*/
  position: relative;
  background: rgba(22, 155, 146, 0.9);
  background: #2860b2;
  border-radius: 30px 30px 30px 10px;
  overflow: hidden;
}

.relative_site li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transform: scaleX(0.3);
  transform: scaleX(0.3);
  opacity: 0;
  transition: all .3s;
}

.relative_site li a:hover:before {
  opacity: 1;
  background: #006e67;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity 0.4s;
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
  border-radius: 30px;
}

.relative_site li a dl {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.relative_site li a dl dt {
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin-top: -15px;
  color: #fff;
}

.relative_site li a dl dt .vAlign {
  padding: 0;
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.relative_site li a dl dt .vAlign + span {
  max-width: 100%;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  word-break: break-all;
}

.relative_site li a dl dd {
  display: inline-block;
  width: 100px;
  height: 130px;
  background-image: url("/bulletin/po/images/newMain/ico_service_quick01.png");
  background-repeat: no-repeat;
}

.relative_site li a dl dd.menu01 {
  background-position: 0 20px;
}

.relative_site li a dl dd.menu02 {
  background-position: -100px 20px;
}

.relative_site li a dl dd.menu03 {
  background-position: -200px 20px;
}

.relative_site li a dl dd.menu04 {
  background-position: -300px 20px;
}

.relative_site li a dl dd.menu05 {
  background-position: -400px 20px;
}

.relative_site li a dl dd.menu06 {
  background-position: -500px 20px;
}

.relative_site li a dl dd.menu07 {
  background-position: -600px 20px;
}

.relative_site li a dl dd.menu08 {
  background-position: -700px 20px;
}

.relative_site li a dl dd.menu09 {
  background-position: -800px 20px;
}

.relative_site li a dl dd.menu10 {
  background-position: -900px 20px;
}

.relative_site li {
  position: relative;
}

.relative_site .list_wrap li > div {
  margin: 0 0px;
}

.relative_site li:first-child {
  margin-left: 0;
}

/*
.relative_site ll:first-child a{ margin-left: 0}*/
.relative_site.v02 {
  margin-top: 4%;
  border-top: 1px solid #b9c8cb;
  padding-top: 4%;
  clear: both;
  overflow: visible;
}

.relative_site.v02 li a {
  background: #028386;
  border-radius: 10px 30px 30px 30px;
}

.relative_site.v02 dd {
  background-image: url("/bulletin/po/images/newMain/ico_service_quick02.png");
  background-repeat: no-repeat;
}

.relative_site li a dl dd {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

.relative_site li:hover a dl dd {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

.relative_site li:hover a dl dt span {
  text-decoration: underline;
}

.relative_site li:hover a {
  background: #012e70;
}

.relative_site.v02 li:hover a {
  background: #0a524d;
}

/*
.relative_site.v02 .list_wrap ul{ padding: 0 0px; margin-left: -20px; width: 100%}
.relative_site.v02 li div{ margin-left: 20px}
*/
.relative_site .slick-arrow {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  font-size: 12px;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative_site .slick-disabled {
  opacity: 0.2;
}

.relative_site .slick-prev {
  background-image: url("/bulletin/po/images/newMain/btn_service_prev.png");
  background-repeat: no-repeat;
  left: 20px;
}

.relative_site .slick-next {
  background-image: url("/bulletin/po/images/newMain/btn_service_next.png");
  background-repeat: no-repeat;
  right: 0px;
}

@media (max-width: 1200px) {
  /*
  .relative_site ul{ margin-left: -20px;}
  .relative_site li div{ margin-left: 20px}
  .relative_site li a {}
  .relative_site .slick-prev {@include bg-image(url('/bulletin/po/images/newMain/btn_service_prev.png'));left:0px; }*/
}

@media (max-width: 1000px) {
  .relative_site .list_wrap {
    width: 100%;
  }

  /*
.relative_site .list_wrap ul{margin-top: 0; margin-left: -5px}
.relative_site .slick-prev {@include bg-image(url('/bulletin/po/images/newMain/btn_service_prev.png'));left:auto; right:40px; top:-30px; }
.relative_site .slick-next {@include bg-image(url('/bulletin/po/images/newMain/btn_service_next.png'));right:0px;top:-30px; }
.relative_site li div{ margin-left: 5px}    */
  .relative_site .tit {
    font-size: 20px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .relative_site li a dl dt .vAlign + span {
    font-size: 14px;
  }

  .relative_site li:first-child br {
    display: none;
  }

  .relative_site li:first-child img {
    display: none;
  }

  .relative_site li {
    text-align: center;
    width: 33.333%;
    margin-bottom: 15px;
  }

  .relative_site li a dl {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .relative_site .tit div {
    margin-top: 10px;
  }

  .relative_site .tit img {
    display: none;
  }

  .relative_site.v02 {
    margin-top: 2%;
    padding-top: 2%;
  }

  .relative_site dd {
    width: 80px !important;
    height: 80px !important;
    background-size: auto 80px;
    overflow: hidden;
  }

  .relative_site dd.menu01 {
    background-position: 0 0 !important;
  }

  .relative_site dd.menu02 {
    background-position: -80px 0 !important;
  }

  .relative_site dd.menu03 {
    background-position: -160px 0 !important;
  }

  .relative_site dd.menu04 {
    background-position: -240px 0 !important;
  }

  .relative_site dd.menu05 {
    background-position: -320px 0 !important;
  }

  .relative_site dd.menu06 {
    background-position: -400px 0 !important;
  }

  .relative_site dd.menu07 {
    background-position: -480px 0 !important;
  }

  .relative_site dd.menu08 {
    background-position: -560px 0 !important;
  }
}

@media (max-width: 480px) {
  .relative_site .tit {
    font-size: 15px;
  }

  .relative_site li a dl dt .vAlign + span {
    font-size: 14px;
  }

  .relative_site li a dl {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .relative_site dd {
    width: 60px !important;
    height: 60px !important;
    background-size: auto 60px;
    overflow: hidden;
  }

  .relative_site dd.menu01 {
    background-position: 0 0 !important;
  }

  .relative_site dd.menu02 {
    background-position: -60px 0 !important;
  }

  .relative_site dd.menu03 {
    background-position: -120px 0 !important;
  }

  .relative_site dd.menu04 {
    background-position: -180px 0 !important;
  }

  .relative_site dd.menu05 {
    background-position: -240px 0 !important;
  }

  .relative_site dd.menu06 {
    background-position: -300px 0 !important;
  }

  .relative_site dd.menu07 {
    background-position: -360px 0 !important;
  }

  .relative_site dd.menu08 {
    background-position: -420px 0 !important;
  }
}

.talk .img img {
  max-width: 100%;
}

.top_banner {
  overflow: hidden;
}

.bo_banner_wrap {
  padding: 2%;
  background: #fff;
  border-radius: 30px;
  clear: both;
  margin-top: 2%;
}

.bo_banner_wrap .tit {
  color: #333 !important;
  float: left;
}

.bo_banner {
  font-size: 0;
  clear: both;
  position: relative;
  width: 100%;
}

.bo_banner li {
  width: 33.33%;
  vertical-align: top;
  float: left;
}

.bo_banner li a.inner {
  position: relative;
  display: block;
  margin: 0 5px;
}

.bo_banner li:first-child {
  margin-left: 0 !important;
}

.bo_banner li .img {
  position: relative;
  padding-top: 35%;
  overflow: hidden;
}

.bo_banner li .img img {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  background: #f4f4f4;
}

.bo_banner_wrap .items {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  text-align: center;
}

.bo_banner_wrap .slick-arrow {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  font-size: 12px;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.bo_banner_wrap .slick-disabled {
  opacity: 0.2;
}

.bo_banner_wrap .slick-prev {
  background-image: url("/bulletin/po/images/newMain/btn_service_prev.png");
  background-repeat: no-repeat;
  left: -10px;
}

.bo_banner_wrap .slick-next {
  background-image: url("/bulletin/po/images/newMain/btn_service_next.png");
  background-repeat: no-repeat;
  right: -10px;
}

@media (max-width: 640px) {
  .bo_banner_wrap {
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    clear: both;
    margin-top: 2%;
  }

  .bo_banner li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
}

@keyframes scroll_down {
  0% {
    height: 0;
  }
  50% {
    height: 17px;
  }
}

.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 2%;
  opacity: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  z-index: 1;
}

.scrolldown a {
  display: block;
  width: 70px;
  height: 70px;
  color: transparent;
  overflow: hidden;
  background: rgba(25, 36, 116, 0.9);
  border-radius: 50%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}

.mainContainer .scrolldwn1,
.mainContainer .scrolldwn2,
.mainContainer .scrolldwn3 {
  opacity: 1;
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
}

.scrolldown a:hover {
  opacity: 1;
}

.scrolldown .mouse_icon {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 18px;
  height: 30px;
  top: 8px;
  margin-left: -9px;
  border: 2px solid #fff;
  border-radius: 100px;
}

.scrolldown .mouse_icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 6px;
  margin-left: -1px;
  background: #fff;
  animation: scrollAni 2s infinite;
}

.scrolldown .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  animation: scrollArrow 2s infinite;
}

.scrolldown .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  animation: scrollArrow 2s infinite;
}

@keyframes scrollAni {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 10px);
  }
}

@keyframes scrollArrow {
  0% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) translate(10px, 10px);
    opacity: 0;
  }
}

@media (max-width: 1400px) {
  .scrolldown {
    display: none;
  }
}

@media (max-height: 900px) {
  .scrolldown {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

.scrolldown a:focus {
  outline-style: dashed;
  outline-width: 2PX;
}

.bo_banner_wrap .slick-list {
  padding: 3px 0;
}

.talk {
  position: relative;
}

#appdown_layer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

#appdown_layer ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#appdown_layer ul li {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

#appdown_layer ul li:first-child {
  margin-top: 0;
}

#appdown_layer #btnHide {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

#mypage_open_layer {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 130px;
  top: 26px;
  right: 0;
  height: 79px;
  background: white;
  z-index: 1001;
  border: 1px solid #192474;
  border-radius: 5px;
}

#mypage_open_layer ul {
  overflow: hidden;
  padding: 8px 0px;
  display: inline-block;
  margin: 0;
}

#mypage_open_layer ul li {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  border: 0;
  padding: 0;
  margin: 0;
}

#mypage_open_layer ul li:first-child {
  max-width: 100%;
}

#mypage_open_layer ul li a {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 21px;
  font-size: 14px;
  color: #666;
}

#mypage_open_layer ul li a:hover {
  color: #333;
}

#mypage_open_layer ul li:after {
  display: none;
  width: 0;
}

#mypage_open_layer ul li:first-child {
  margin-top: 0;
}

#mypage_open_layer #btnHide {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.member .open_m strong {
  display: inline !important;
  line-height: 30px;
}

.member .open_m .arr {
  display: inline-block;
  width: 0px;
  height: 0px;
  line-height: 30px;
  vertical-align: middle;
  border-bottom: 4px solid none;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media (max-width: 1050px) {
  .member .open_m .arr {
    display: inline-block;
    width: 0px;
    height: 0px;
    line-height: 30px;
    vertical-align: middle;
    border-bottom: 4px solid none;
    border-top: 4px solid rgba(255, 255, 255, 0.7);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}






.mainHeader .hd_bt nav > ul > li .depth2 li ul {
  display: none;
}
.mainHeader .hd_bt nav > ul > li .depth2 li ul li a {
  padding: 8px 10px 8px 30px;
}
.mainHeader .hd_bt nav > ul > li .depth2 li ul li a:before {
  position: absolute;
  left: 20px;
  top: 16px;
  width: 4px;
  height: 1px;
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: block;
}
@media screen and (max-width:1049px){
  .mainHeader .hd_bt nav > ul > li .depth2 li.on > a i {
    transform: rotate(180deg);
  }
  .mainHeader .hd_bt nav > ul > li .depth2 li.on ul {
    display: block;
    background: #d1dbde;
    padding: 2px 0;
  }
  .mainHeader .hd_bt nav > ul > li .depth2 li > a i {
    display: block;
    position: absolute;
    right: 20px;
    top: 4px;
    width: 26px;
    height: 26px;
    background-image: url("http://www.gyo6.net/po/css/../images/ico_gnb_arrow.png");
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
  }
}