@charset "UTF-8";
.inr {
  width: 1720px;
  margin: 0 auto;
}

.poR {
  position: relative;
}

.poA {
  position: absolute;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.w200 {
  width: 200px !important;
}

.hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#header .top .box .info ul li a:before, #header .top .box .info_pc ul li > a:before {
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.con .right_box .inr .snb ul li:first-child, .con .right_box .inr .pagination a.pg_arr span, .con .right_box .inr .pagination-mobile a.pg_arr span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

body.scroll {
  overflow-y: hidden;
}

/* header */
#header {
  background: #f7f9ff;
}

#header .top {
  border-bottom: 1px solid #e0e6ef;
  box-sizing: border-box;
}

#header .top .box {
  float: right;
}

#header .top .box p {
  position: relative;
  float: left;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
}

#header .top .box p span {
  color: #5161e0;
  font-weight: 700;
}

#header .top .box p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background: url(/webdata/images/renewal/spr_ico.png) no-repeat;
}

#header .top .box .info {
  position: relative;
  float: left;
  margin-left: 10px;
  display: none;
}

#header .top .box .info .info_select {
  display: none;
  position: relative;
  padding: 8px 50px 8px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

#header .top .box .info .info_select span {
  color: #fff;
  font-weight: 700;
}

#header .top .box .info .info_select:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-image: url(/webdata/images/renewal/spr_ico.png);
  background-repeat: no-repeat;
}

#header .top .box .info .info_select:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(/webdata/images/renewal/info_arrow_main.png) no-repeat;
}

#header .top .box .info ul li a {
  display: block;
  position: relative;
  margin-left: 15px;
  padding: 8px 10px 8px 18px;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
}

#header .top .box .info ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 19px;
  height: 14px;
  background-image: url(/webdata/images/renewal/spr_ico.png);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#header .top .box .info ul li:first-child span {
  display: inline-block;
  width: auto;
  height: 18px;
  margin-left: 3px;
  padding: 0 6px;
  background: #f56d7c;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  box-sizing: border-box;
}

#header .top .box .info ul li:first-child span i {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  line-height: 17px;
}

#header .top .box .info ul li:nth-child(2) a {
  padding: 14px 10px 14px 25px;
}

#header .top .box .info ul li:nth-child(2) span {
  margin-left: 5px;
  color: #f56d7c;
}

#header .top .box .info_pc {
  position: relative;
  float: left;
  margin-left: 10px;
}

#header .top .box .info_pc ul {
  float: left;
}

#header .top .box .info_pc ul li {
  float: left;
}

#header .top .box .info_pc ul li > a {
  display: block;
  position: relative;
  margin-left: 15px;
  padding: 11px 10px 11px 18px;
  color: #555;
  font-size: 15px;
  box-sizing: border-box;
}

#header .top .box .info_pc ul li > a span {
  color: #f56d7c;
  font-size: 16px;
  text-align: center;
}

#header .top .box .info_pc ul li > a span i {
  font-weight: 700;
}

#header .top .box .info_pc ul li > a.menu div.mymenubox {
  -ms-overflow-style: none;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  position: absolute;
  top: 45px;
  left: 0;
  width: 170px;
  height: 200px;
  overflow-y: auto;
  background: rgba(24, 35, 74, 0.9);
  border-radius: 0px;
  box-sizing: border-box;
  padding: 10px 15px;
}

#header .top .box .info_pc ul li > a.menu div.mymenubox .mymenu {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  background: unset;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 7px 5px;
}

#header .top .box .info_pc ul li > a.menu div.mymenubox .mymenu:hover {
  color: #70d1ec;
}

#header .top .box .info_pc ul li > a.menu div.mymenubox .mymenu:last-child {
  border-bottom: 0;
}

#header .top .box .info_pc ul li > a.menu:hover div.mymenubox {
  opacity: 1;
}

#header .top .box .info_pc ul li > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 19px;
  height: 14px;
  background-image: url(/webdata/images/renewal/spr_ico.png);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#header .top .box .info_pc ul li > a.message:before {
  background-position: 0 -31px;
}

#header .top .box .info_pc ul li > a.edu:before {
  background-position: 0 -61px;
}

#header .top .box .info_pc ul li > a.menu:before {
  background-position: 0 -89px;
}

#header .top .box .info_pc ul li > a.search:before {
  background-position: 0 -116px;
}

#header .top .box .info_pc ul li > a.modify:before {
  background-position: 0 -145px;
}

#header .top .box .info_pc ul li > a.logout:before {
  background-position: 0 -174px;
}

#header .top .box .info_pc ul li:first-child span {
  display: inline-block;
  width: auto;
  height: 18px;
  margin-left: 3px;
  padding: 0 6px;
  background: #f56d7c;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  box-sizing: border-box;
}

#header .top .box .info_pc ul li:first-child span i {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  line-height: 17px;
}

#header .top .box .info_pc ul li:nth-child(2) a {
  padding: 11px 10px 11px 25px;
}

#header .top .box .info_pc ul li:nth-child(2) span {
  margin-left: 5px;
}

#header .top .box .info_pc:after {
  content: '';
  display: block;
  clear: both;
}

#header .top .box .work {
  float: left;
}

#header .top .box .work li {
  float: left;
}

#header .top .box .work li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 17px;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
}

#header .top .box .work li a span {
  margin-left: 15px;
  color: #fff089;
  font-size: 18px;
  vertical-align: middle;
}

#header .top .box .work li a:before {
  display: none;
}

#header .top .box .work li a.work_received {
  margin-left: 10px;
  background: #3c5095;
}

#header .top .box .work li a.work_sent {
  background: #4cacc7;
}

#header .top .box .work:after {
  content: '';
  display: block;
  clear: both;
}

#header .top .inr:after, #header .top .box:after, #header .top ul:after {
  content: '';
  display: block;
  clear: both;
}

#header .bottom {
  position: relative;
}

#header .bottom .inr {
  position: relative;
}

#header .bottom .inr h1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#header .bottom .inr h1 a {
  display: block;
}

#header .bottom .inr nav {
  width: 72%;
  margin: 0 auto;
  margin-left: 400px;
}

#header .bottom .inr nav h3 {
  display: none;
}

#header .bottom .inr nav .gnb > li {
  float: left;
  position: relative;
  width: 20%;
}

#header .bottom .inr nav .gnb > li > a {
  display: block;
  position: relative;
  padding: 30px 0 30px 10px;
  color: #111;
  font-size: 20px;
  font-weight: 500;
  box-sizing: border-box;
}

#header .bottom .inr nav .gnb > li > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  background: #f56d7c;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  overflow: hidden;
}

#header .bottom .inr nav .gnb > li > a.on, #header .bottom .inr nav .gnb > li > a:hover {
  color: #f56d7c;
}

#header .bottom .inr nav .gnb > li > a.on:after, #header .bottom .inr nav .gnb > li > a:hover:after {
  width: 100%;
}

#header .bottom .inr nav .gnb > li > a.open {
  display: none;
}

#header .bottom .inr nav .gnb > li:first-child > ul {
  border-left: 1px solid #ddd;
}

#header .bottom .inr nav .gnb > li > ul {
  display: none;
  position: absolute;
  top: 89px;
  left: 0px;
  z-index: 90;
  width: 100%;
  min-height: 650px;
  padding: 5px 15px;
  border-right: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}

#header .bottom .inr nav .gnb > li > ul > li {
  margin-top: 20px;
}

#header .bottom .inr nav .gnb > li > ul > li a {
  display: block;
  position: relative;
  padding: 0px 12px 0px 0;
  color: #111;
  letter-spacing: -1px;
  font-weight: 300;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#header .bottom .inr nav .gnb > li > ul > li:first-child {
  margin-top: 10px;
}

#header .bottom .inr nav .gnb > li > ul > li:first-child a {
  border-top: 0;
}

#header .bottom .inr nav .gnb > li > ul > li:first-child a:hover, #header .bottom .inr nav .gnb > li > ul > li:first-child a:focus {
  border-top: 0;
}

#header .bottom .inr nav .gnb > li > ul > li:first-child a:hover:before, #header .bottom .inr nav .gnb > li > ul > li:first-child a:focus:before {
  opacity: 1;
}

#header .bottom .inr nav .gnb > li > ul > li:last-child ul {
  right: 0;
  left: auto;
}

#header .bottom .inr nav .gnb > li > ul > li ul li {
  float: left;
  width: 50%;
}

#header .bottom .inr nav .gnb > li > ul > li ul li ul {
  display: none !important;
}

#header .bottom .inr nav .gnb > li > ul > li ul li a {
  display: block;
  position: relative;
  padding: 5px 5px 5px 8px;
  color: #555;
  font-size: 15px;
  font-weight: 300;
}

#header .bottom .inr nav .gnb > li > ul > li ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  background: #3c5095;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#header .bottom .inr nav .gnb > li > ul > li ul li a:hover {
  color: #3c5095;
  font-weight: 700;
}

#header .bottom .inr nav .gnb > li > ul > li ul:after {
  content: '';
  display: block;
  clear: both;
}

#header .bottom .inr nav .gnb:after {
  content: '';
  display: block;
  clear: both;
}

#header .bottom .inr .all_menu {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 35px;
  height: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#header .bottom .inr .all_menu:before, #header .bottom .inr .all_menu:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #1e397b;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

#header .bottom .inr .all_menu:after {
  margin-top: 10px;
}

#header .bottom .inr .all_menu span {
  opacity: 1;
  display: block;
  position: relative;
  right: 0;
  width: 24px;
  height: 2px;
  margin: 11px 0;
  background: #1e397b;
  font-size: 0;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

#header .bottom .inr .all_menu.active span {
  opacity: 0;
}

#header .bottom .inr .btn_menu {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 35px;
  height: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#header .bottom .inr .btn_menu:before, #header .bottom .inr .btn_menu:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #1e397b;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

#header .bottom .inr .btn_menu:after {
  margin-top: 10px;
}

#header .bottom .inr .btn_menu span {
  opacity: 1;
  display: block;
  position: relative;
  right: 0;
  width: 24px;
  height: 2px;
  margin: 11px 0;
  background: #1e397b;
  font-size: 0;
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

#header .bottom .inr .btn_menu.active span {
  opacity: 0;
}

#header .bottom .inr .btn_menu.active:before {
  background: #fff;
  transform: rotate(45deg) translate(9px, 9px);
}

#header .bottom .inr .btn_menu.active:after {
  background: #fff;
  transform: rotate(135deg) translate(-9px, 9px);
  -webkit-transform: rotate(135deg) translate(-9px, 9px);
  -moz-transform: rotate(135deg) translate(-9px, 9px);
  -ms-transform: rotate(135deg) translate(-9px, 9px);
  -o-transform: rotate(135deg) translate(-9px, 9px);
}

#header .bottom.active .gnb li a {
  color: #111;
  transition-delay: 0s;
}

#header .bottom .bg {
  display: none;
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  height: 650px;
  background: #fff;
  box-shadow: 0 10px 9px -9px rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: all 0s ease 0;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
}

#header .m_gnb {
  display: none;
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 102;
  width: 100%;
  height: 100%;
  background: #3c5095;
  transition: all 0.8s ease 0;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  overflow-y: auto;
}

#header .m_gnb::-webkit-scrollbar {
  width: 10px;
}

#header .m_gnb::-webkit-scrollbar-thumb {
  background-color: #13235a;
}

#header .m_gnb::-webkit-scrollbar-track {
  background-color: #818eb9;
}

#header .m_gnb > ul {
  height: 100%;
  margin-top: 50px;
  padding: 0 60px 50px 20px;
}

#header .m_gnb > ul > li {
  margin-top: 10px;
  padding: 0;
  border-top: 0;
}

#header .m_gnb > ul > li:first-child li {
  margin-bottom: 0;
}

#header .m_gnb > ul > li > a {
  width: 100%;
  padding: 5px 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  line-height: 51px;
  box-sizing: border-box;
}

#header .m_gnb > ul > li > ul {
  display: block;
  width: 100%;
}

#header .m_gnb > ul > li > ul > li {
  width: 100%;
}

#header .m_gnb > ul > li > ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 46px;
  background: #283975;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#header .m_gnb > ul > li > ul > li > a:before, #header .m_gnb > ul > li > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
}

#header .m_gnb > ul > li > ul > li > a:before {
  top: 50%;
  left: 15px;
  width: 10px;
  height: 6px;
  background: url(/webdata/images/renewal/info_arrow.png) no-repeat;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-top: -3px;
}

#header .m_gnb > ul > li > ul > li > a:after {
  top: 50%;
  right: 15px;
  width: 18px;
  height: 11px;
  background: url(/webdata/images/renewal/m_arrow.png) no-repeat;
  margin-top: -5.5px;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#header .m_gnb > ul > li > ul > li > a.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#header .m_gnb > ul > li > ul > li:last-child > ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#header .m_gnb > ul > li > ul > li > ul {
  display: none;
  padding: 10px 0 20px;
}

#header .m_gnb > ul > li > ul > li > ul > li {
  margin-bottom: 0;
}

#header .m_gnb > ul > li > ul > li > ul > li:first-child ul {
  display: none;
  margin-top: 0;
}

#header .m_gnb > ul > li > ul > li > ul > li > a {
  display: block;
  position: relative;
  float: left;
  width: 130px;
  padding-left: 15px;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  box-sizing: border-box;
}

#header .m_gnb > ul > li > ul > li > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#header .m_gnb > ul > li > ul > li > ul > li > ul {
  display: none;
  float: left;
  width: calc(100% - 130px);
  margin-top: 10px;
  padding: 20px 20px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

#header .m_gnb > ul > li > ul > li > ul > li > ul > li {
  float: left;
  width: 33.33333333333333%;
  margin-bottom: 5px;
  box-sizing: border-box;
}

#header .m_gnb > ul > li > ul > li > ul > li > ul > li:first-child > ul > li {
  margin-top: 5px;
}

#header .m_gnb > ul > li > ul > li > ul > li > ul > li:first-child > ul > li:first-child {
  margin-top: 0;
}

#header .m_gnb > ul > li > ul > li > ul > li > ul > li > a {
  position: relative;
  padding-left: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  word-break: keep-all;
}

#header .m_gnb > ul > li > ul > li > ul > li > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 1px;
  background: #fff;
}

#header .m_gnb > ul > li > ul > li > ul > li > ul > li:after {
  content: '';
  display: block;
  clear: both;
}

#header .m_gnb > ul > li > ul > li > ul > li > ul:after {
  content: '';
  display: block;
  clear: both;
}

#header .m_gnb > ul > li > ul > li > ul > li:after {
  content: '';
  display: block;
  clear: both;
}

#header .m_gnb .btn_close {
  opacity: 0;
  display: none;
  position: fixed;
  top: 20px;
  right: 20px !important;
  width: 29px;
  height: 29px;
  font-size: 0px;
  background: url(/webdata/images/renewal/m_btn_close.png) no-repeat;
}

#header .m_gnb.active {
  left: 0;
}

#header .m_gnb.active .btn_close {
  opacity: 1;
}

#header .mob_gnb {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: #3c5095;
  box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  transition: all 0.7s cubic-bezier(0, 0, 0.26, 0.63) 0.5s;
  opacity: 0;
  visibility: hidden;
}

#header .mob_gnb::-webkit-scrollbar {
  width: 10px;
}

#header .mob_gnb::-webkit-scrollbar-thumb {
  background-color: #13235a;
}

#header .mob_gnb::-webkit-scrollbar-track {
  background-color: #818eb9;
}

#header .mob_gnb h3 {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

#header .mob_gnb .gnb {
  padding: 100px 120px 0 20px;
  box-sizing: border-box;
}

#header .mob_gnb .gnb > li {
  height: 100%;
  padding: 50px 20px;
  opacity: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transform: translateX(50px);
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  box-sizing: border-box;
}

#header .mob_gnb .gnb > li:first-child {
  border-top: 0;
}

#header .mob_gnb .gnb > li:first-child li {
  margin-bottom: 10px;
}

#header .mob_gnb .gnb > li:last-child li:first-child li {
  margin-bottom: 10px;
}

#header .mob_gnb .gnb > li > a {
  display: block;
  float: left;
  width: 150px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#header .mob_gnb .gnb > li > ul {
  display: block;
  float: left;
  width: calc(100% - 150px);
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

#header .mob_gnb .gnb > li > ul > li {
  float: left;
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
}

#header .mob_gnb .gnb > li > ul > li:first-child > ul > li {
  margin-top: 5px;
}

#header .mob_gnb .gnb > li > ul > li:first-child > ul > li:first-child {
  margin-top: 0;
}

#header .mob_gnb .gnb > li > ul > li > a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background: #13235a;
  line-height: 45px;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#header .mob_gnb .gnb > li > ul > li > ul > li {
  margin-bottom: 30px;
}

#header .mob_gnb .gnb > li > ul > li > ul > li:first-child {
  margin-top: 0;
}

#header .mob_gnb .gnb > li > ul > li > ul > li > a {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  box-sizing: border-box;
}

#header .mob_gnb .gnb > li > ul > li > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#header .mob_gnb .gnb > li > ul > li > ul > li ul {
  margin-top: 10px;
  padding: 20px 20px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

#header .mob_gnb .gnb > li > ul > li > ul > li ul li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}

#header .mob_gnb .gnb > li > ul > li > ul > li ul li a {
  position: relative;
  padding-left: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  word-break: keep-all;
}

#header .mob_gnb .gnb > li > ul > li > ul > li ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 1px;
  background: #fff;
}

#header .mob_gnb .gnb > li > ul > li > ul > li ul:after {
  content: '';
  display: block;
  clear: both;
}

#header .mob_gnb .gnb > li > ul:after {
  content: '';
  display: block;
  clear: both;
}

#header .mob_gnb .gnb > li:after {
  content: '';
  display: block;
  clear: both;
}

#header .mob_gnb .gnb:after {
  content: '';
  display: block;
  clear: both;
}

#header .mob_gnb .btn_close {
  opacity: 0;
  display: block;
  position: fixed;
  top: 55px;
  right: 50px;
  width: 41px;
  height: 41px;
  font-size: 0px;
  background: url(/webdata/images/renewal/btn_close.png) no-repeat;
}

#header .mob_gnb.active {
  display: block;
  left: 0px;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

#header .mob_gnb.active .gnb li {
  opacity: 1;
  transform: translateX(0);
}

#header .mob_gnb.active .gnb li:first-child {
  margin-top: 0;
}

#header .mob_gnb.active .gnb li:nth-of-type(1) {
  transition: all 0.4s ease 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

#header .mob_gnb.active .gnb li:nth-of-type(2) {
  transition: all 0.5s ease 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

#header .mob_gnb.active .gnb li:nth-of-type(3) {
  transition: all 0.6s ease 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}

#header .mob_gnb.active .gnb li:nth-of-type(4) {
  padding-right: 0;
  transition: all 0.7s ease 0;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
}

#header .mob_gnb.active .btn_close {
  opacity: 1;
}

/* content */
.con {
  padding: 70px 0 80px;
  background: #f7f9ff;
}

.con .left_box {
  float: left;
  width: 300px;
}

.con .left_box .left_menu .tit {
  padding: 48px 40px;
  border: 1px solid #f56d7c;
  background: #f56d7c url(/webdata/images/renewal/bg_menu.png) no-repeat 0 40%;
  overflow: hidden;
  box-sizing: border-box;
}

.con .left_box .left_menu .tit h2 {
  position: relative;
  padding-top: 8px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.con .left_box .left_menu .tit h2 span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.con .left_box .left_menu .list > ul > li > a {
  display: block;
  position: relative;
  padding: 15px 40px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
}

.con .left_box .left_menu .list > ul > li > a:before, .con .left_box .left_menu .list > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 7px;
  height: 1px;
  background: #ccc;
  transition: all 0.1s ease 0;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
}

.con .left_box .left_menu .list > ul > li > a:before {
  right: 45px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.con .left_box .left_menu .list > ul > li > a:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.con .left_box .left_menu .list > ul > li > a.active:before {
  right: 45px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.con .left_box .left_menu .list > ul > li > a.active:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.con .left_box .left_menu .list > ul > li > a.active {
  color: #fff;
  background: #3c5095;
  border: 1px solid #3c5095;
}

.con .left_box .left_menu .list > ul > li ul {
  padding: 30px 40px;
  border: 1px solid #ccc;
  border-top: 0;
  box-sizing: border-box;
  background: #f3f5fb;
  display: none;
}

.con .left_box .left_menu .list > ul > li ul.active {
  display: block !important;
}

.con .left_box .left_menu .list > ul > li ul li {
  margin-top: 20px;
}

.con .left_box .left_menu .list > ul > li ul li:first-child {
  margin-top: 0;
}

.con .left_box .left_menu .list > ul > li ul li a {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #666;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.3em;
}

.con .left_box .left_menu .list > ul > li ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ccc;
}

.con .left_box .left_menu .list > ul > li ul li a.on, .con .left_box .left_menu .list > ul > li ul li a:hover {
  color: #283871;
  font-weight: 700;
}

.con .left_box .left_menu .list > ul > li ul li a.on:before, .con .left_box .left_menu .list > ul > li ul li a.on:hover:before, .con .left_box .left_menu .list > ul > li ul li a:hover:before, .con .left_box .left_menu .list > ul > li ul li a:hover:hover:before {
  content: '';
  display: block;
  background: #283871;
}

.con .left_box .left_menu .list > ul > li ul li a.on:after, .con .left_box .left_menu .list > ul > li ul li a:hover:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-left: 4px solid #283871;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
}

.con .left_box .link_area {
  margin-top: 30px;
}

.con .left_box .link_area li {
  margin-top: 20px;
}

.con .left_box .link_area li a {
  padding: 20px;
  display: block;
  position: relative;
  border: 1px solid #e0e6ef;
  box-sizing: border-box;
}

.con .left_box .link_area li a span {
  display: block;
  position: relative;
  padding-left: 50px;
  color: #555;
  font-size: 17px;
  font-weight: 400;
}

.con .left_box .link_area li a span i {
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.con .left_box .link_area li a span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 36px;
  height: 27px;
  background-image: url(/webdata/images/renewal/spr_ico.png);
  background-repeat: no-repeat;
}

.con .left_box .link_area li a span:before {
  background-position: 0 -203px;
}

.con .left_box .link_area li a span.edu:before {
  background-position: 0 -245px;
}

.con .left_box .link_area li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: url(/webdata/images/renewal/spr_ico.png) no-repeat 11px -277px;
  transition: all 0.2s ease 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.con .left_box .link_area li a:hover:after {
  right: 20px;
  transition: all 0.2s ease 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.con .right_box {
  float: right;
  width: calc(100% - 360px);
}

.con .right_box.popup_box {
  float: noen !important;
  width: 100% !important;
  padding: 0 20px;
  box-sizing: border-box;
}

.con .right_box .inr {
  width: 100%;
}

.con .right_box .inr .snb {
  padding-bottom: 10px;
  border-bottom: 1px solid #cdd3dc;
  box-sizing: border-box;
}

.con .right_box .inr .snb h3 {
  float: left;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.con .right_box .inr .snb ul {
  float: right;
  margin-top: 15px;
}

.con .right_box .inr .snb ul li {
  position: relative;
  float: left;
  margin-left: 20px;
  color: #888;
  font-size: 15px;
  font-weight: 400;
}

.con .right_box .inr .snb ul li:first-child {
  width: 14px;
  height: 16px;
  margin-top: 3px;
  margin-left: 0;
  background: url(/webdata/images/renewal/spr_ico.png) no-repeat 0 -312px;
}

.con .right_box .inr .snb ul li.last {
  color: #283871;
  font-weight: 700;
}

.con .right_box .inr .snb ul li:before, .con .right_box .inr .snb ul li:after {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: 13px;
  width: 5px;
  height: 1px;
  background: #888;
}

.con .right_box .inr .snb ul li:before {
  top: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.con .right_box .inr .snb ul li:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.con .right_box .inr .snb ul:after {
  content: '';
  display: block;
  clear: both;
}

.con .right_box .inr .snb:after {
  content: '';
  display: block;
  clear: both;
}

.con .right_box .inr .pagination {
  margin-top: 50px;
  text-align: center;
}

.con .right_box .inr .pagination > * {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  margin: 2px 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  color: #777;
  font-size: 17px;
  text-align: center;
  vertical-align: top;
  line-height: 40px;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.con .right_box .inr .pagination a.pg_a span {
  background: #fff;
}

.con .right_box .inr .pagination a.pg_arr span {
  display: inline-block;
  width: 14px;
  height: 11px;
  text-align: center;
  background-image: url(/webdata/images/renewal/spr_ico.png);
  background-repeat: no-repeat;
}

.con .right_box .inr .pagination a.pg_active {
  color: #3c5095;
  border: 1px solid #3c5095;
}

.con .right_box .inr .pagination a.btn_first span {
  background-position: 0 -396px;
}

.con .right_box .inr .pagination a.btn_last span {
  background-position: 0 -422px;
}

.con .right_box .inr .pagination a.btn_prev span {
  width: 6px;
  background-position: 0 -448px;
}

.con .right_box .inr .pagination a.btn_next span {
  width: 6px;
  background-position: 0 -474px;
}

.con .right_box .inr .pagination-mobile {
  display: none;
  margin-top: 40px;
  text-align: center;
}

.con .right_box .inr .pagination-mobile > * {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  margin: 2px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  color: #777;
  font-size: 17px;
  text-align: center;
  vertical-align: top;
  line-height: 40px;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.con .right_box .inr .pagination-mobile a.pg_arr span {
  display: inline-block;
  width: 14px;
  height: 11px;
  text-align: center;
  background-image: url(/webdata/images/renewal/spr_ico.png);
  background-repeat: no-repeat;
}

.con .right_box .inr .pagination-mobile a.pg_active {
  color: #3c5095;
  border: 1px solid #3c5095;
}

.con .right_box .inr .pagination-mobile a.btn_first span {
  background-position: 0 -396px;
}

.con .right_box .inr .pagination-mobile a.btn_last span {
  background-position: 0 -422px;
}

.con .right_box .inr .pagination-mobile a.btn_prev span {
  width: 6px;
  background-position: 0 -448px;
}

.con .right_box .inr .pagination-mobile a.btn_next span {
  width: 6px;
  background-position: 0 -474px;
}

.con .right_box .inr .pagination-mobile span.pg_now {
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 40px;
  border: 1px solid #ccc;
  line-height: 37px;
  color: #666;
  vertical-align: middle;
}

.con .inr:after {
  content: '';
  display: block;
  clear: both;
}

/* 로그인 */
.login_form {
  background: #fff;
  opacity: 0;
  transition: all 0s ease 0;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  overflow: hidden;
}

.login_form.active {
  opacity: 1;
}

.login_form > div {
  float: left;
  width: 50%;
  height: 100%;
}

.login_form .left {
  position: relative;
  text-align: center;
}

.login_form .left .login_box {
  position: relative;
  width: 550px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.login_form .left .login_box label {
  display: none;
}

.login_form .left .login_box input {
  display: block;
  width: 100%;
  height: 70px;
  margin-top: 20px;
  padding: 10px 20px 5px;
  font-size: 18px;
  background: #f6f6f6;
  border: 0;
  box-sizing: border-box;
}

.login_form .left .login_box input[type="text"] {
  margin-top: 60px;
}

.login_form .left .login_box input::placeholder {
  padding-left: 35px;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  background-image: url(/webdata/images/renewal/spr_login.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.login_form .left .login_box input.pass::placeholder {
  background-position: 0 -42px;
}

.login_form .left .login_box button {
  width: 100%;
  height: 90px;
  margin-top: 40px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  background: #3c5095;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.login_form .left .login_box .check {
  margin-top: 30px;
  text-align: right;
}

.login_form .left .login_box .check input {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0;
  border-color: #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  vertical-align: middle;
}

.login_form .left .login_box .check input + label {
  display: inline-block;
  margin-left: 10px;
  color: 111;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}

.login_form .right {
  position: relative;
  padding: 340px 0 0 140px;
  background: url(/webdata/images/renewal/bg_login.jpg) no-repeat 100% 70%;
  box-sizing: border-box;
  overflow: hidden;
}

.login_form .right:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 915px;
  height: 1183px;
  background: url(/webdata/images/renewal/bg_login01.png) no-repeat;
  animation: loginAni01 7s infinite alternate;
}

.login_form .right:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 971px;
  height: 891px;
  background: url(/webdata/images/renewal/bg_login02.png) no-repeat;
  animation: loginAni02 5s infinite alternate;
}

.login_form .right h3 {
  position: relative;
  color: #fff;
  font-size: 80px;
  font-weight: 100;
  letter-spacing: 1px;
  z-index: 1;
}

.login_form .right h3 span {
  display: block;
  font-weight: 700;
}

.login_form .right p {
  position: relative;
  padding: 20px 0 15px 25px;
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: -1px;
  z-index: 1;
}

.login_form .right p:before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: -21px;
  width: 1px;
  height: 100%;
  background: #fff;
}

.login_form .right p span {
  font-weight: 700;
}

.login_form .right p i {
  display: block;
}

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

/* 로그인 추가 */
.login_add .left .login_box button {
  background: #00829b;
}

.login_add .right {
  background: url(/webdata/images/renewal/bg_login01.jpg) no-repeat 100% 70%;
}

.login_add .right:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 915px;
  height: 1183px;
  background: url(/webdata/images/renewal/bg_login03.png) no-repeat;
  animation: loginAni01 7s infinite alternate;
}

.login_add .right:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 971px;
  height: 891px;
  background: url(/webdata/images/renewal/bg_login04.png) no-repeat;
  animation: loginAni02 5s infinite alternate;
}

@keyframes loginAni01 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-50px);
  }
}

@keyframes loginAni02 {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1800px) {
  #header .inr {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #header .bottom .inr h1 {
    left: 20px;
  }
  #header .bottom .inr .all_menu {
    right: 20px !important;
  }
  #header .mob_gnb .gnb > li > ul > li {
    padding: 0 10px;
  }
  .con {
    padding: 50px 0 80px;
  }
  .con .inr {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .con .right_box {
    width: calc(100% - 400px);
  }
  .con .right_box .inr {
    padding: 0;
  }
  .login_form .right {
    padding: 340px 0 0 80px;
    background: url(/webdata/images/renewal/bg_login.jpg) no-repeat 85% 70%;
  }
  .login_add .right {
    background: url(/webdata/images/renewal/bg_login01.jpg) no-repeat 85% 70%;
  }
}

@media (max-width: 1650px) {
  #header .bottom .inr nav {
    margin-left: 370px;
  }
  #header .mob_gnb .gnb > li > ul > li > ul > li ul li {
    float: none;
    width: 100%;
  }
}

@media (max-width: 1540px) {
  #header .top .inr {
    padding: 0;
  }
  #header .top .box {
    position: relative;
  }
  #header .top .box p {
    display: none;
  }
  #header .top .box .info_pc {
    display: none;
  }
  #header .top .box .info {
    display: block;
    margin-left: 0;
    padding: 0 15px;
  }
  #header .top .box .info .info_select {
    display: block;
    transition: all 0.3s ease 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  #header .top .box .info .info_select.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s ease 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  #header .top .box .info .info_select span {
    color: #5161e0;
  }
  #header .top .box .info ul {
    display: none;
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    padding: 10px 0;
    z-index: 1;
    background: rgba(24, 35, 74, 0.9);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #header .top .box .info ul li {
    float: none;
  }
  #header .top .box .info ul li a {
    padding: 8px 10px 8px 18px;
    color: #fff;
  }
  #header .top .box .info ul li a.message:before {
    background-position: -32px -31px;
  }
  #header .top .box .info ul li a.edu:before {
    background-position: -40px -61px;
  }
  #header .top .box .info ul li a.menu:before {
    background-position: -33px -89px;
  }
  #header .top .box .info ul li a.search:before {
    background-position: -34px -116px;
  }
  #header .top .box .info ul li a.modify:before {
    background-position: -34px -145px;
  }
  #header .top .box .info ul li a.logout:before {
    background-position: -31px -174px;
  }
  #header .top .box .info ul li:nth-child(2) a {
    padding: 8px 10px 8px 25px;
  }
  #header .top .box .work li a {
    padding: 8px 12px;
  }
  #header .top .box .work li a span {
    margin-left: 5px;
  }
  #header .bottom .inr {
    padding: 20px;
    box-sizing: border-box;
  }
  #header .bottom .inr h1 {
    position: relative;
    width: 289px;
    height: 49px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #header .bottom .inr nav {
    display: none;
  }
  #header .bottom .inr .btn_menu {
    right: 20px;
  }
  #header .bottom .inr h1 {
    left: 0;
  }
  #header .bottom .inr nav {
    display: none;
  }
  #header .bottom .inr .m_gnb {
    display: block;
  }
  #header .bottom .inr .btn_menu {
    display: block;
  }
  #header .bottom .inr .mob_gnb {
    display: block;
  }
  #header .bottom .inr .btn_close {
    display: block;
  }
  #header .bottom .inr .all_menu {
    display: none;
    right: 20px !important;
  }
  #header .bottom .inr .all_menu.active {
    z-index: 100;
    top: 0;
    right: 0;
  }
  #header .bottom .inr .all_menu.active span {
    opacity: 0;
  }
  #header .bottom .inr .all_menu.active:before {
    background: #fff;
    transform: rotate(45deg) translate(9px, 9px);
  }
  #header .bottom .inr .all_menu.active:after {
    background: #fff;
    transform: rotate(135deg) translate(-9px, 9px);
  }
  .pagination {
    display: none !important;
  }
  .pagination-mobile {
    display: block !important;
  }
  .login_form .right {
    padding: 340px 0 0 50px;
    background-size: cover;
  }
}

@media (max-width: 1300px) {
  .login_form .left .login_box {
    width: 500px;
  }
  .login_form .right h3 {
    font-size: 60px;
  }
  .login_form .right p {
    font-size: 30px;
  }
}

@media (max-width: 1140px) {
  .login_form .left {
    float: none;
    width: 100%;
    background: url(/webdata/images/renewal/bg_login.jpg) no-repeat 100% 70%;
  }
  .login_form .left:before, .login_form .left:after {
    content: '';
    display: block;
    position: absolute;
  }
  .login_form .left:before {
    left: 0;
    top: 0;
    width: 915px;
    height: 1183px;
    background: url(/webdata/images/renewal/bg_login01.png) no-repeat;
    animation: loginAni01 7s infinite alternate;
  }
  .login_form .left:after {
    right: 0;
    bottom: 0;
    width: 971px;
    height: 891px;
    background: url(/webdata/images/renewal/bg_login02.png) no-repeat;
    animation: loginAni02 5s infinite alternate;
  }
  .login_form .left .login_box {
    width: 65%;
    padding: 70px 50px 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .login_form .left .login_box input[type="text"] {
    margin-top: 40px;
  }
  .login_form .right {
    display: none;
  }
  .login_add .left {
    background: url(/webdata/images/renewal/bg_login01.jpg) no-repeat 100% 70%;
  }
  .login_add .left:before {
    background: url(/webdata/images/renewal/bg_login03.png) no-repeat;
  }
  .login_add .left:after {
    background: url(/webdata/images/renewal/bg_login04.png) no-repeat;
  }
}

@media (max-width: 1024px) {
  .login_form .left .login_box {
    width: 70%;
  }
}

@media (max-width: 840px) {
  .login_form .left .login_box {
    width: 80%;
  }
  .login_form .left .login_box input {
    height: 60px;
  }
  .login_form .left .login_box button {
    height: 80px;
  }
}

@media (max-width: 768px) {
  #header .bottom .inr h1 {
    width: 260px;
    height: auto;
  }
  #header .bottom .inr h1 a img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 680px) {
  .login_form .left .login_box {
    padding: 60px 50px 30px;
  }
  .login_form .left .login_box h1 {
    width: 300px;
    height: 100%;
    margin: 0 auto;
  }
  .login_form .left .login_box h1 img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .login_form .left .login_box input {
    height: 50px;
    font-size: 17px;
  }
  .login_form .left .login_box input::placeholder {
    font-size: 17px;
  }
  .login_form .left .login_box button {
    height: 70px;
    margin-top: 30px;
    font-size: 22px;
  }
  .login_form .left .login_box .check input + label {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (max-width: 550px) {
  #header .top .box {
    float: left;
    width: 100%;
  }
  #header .top .box .info {
    margin-left: 0;
  }
  #header .top .box .work {
    float: right;
  }
  #header .m_gnb > ul > li > ul > li > ul > li > ul > li {
    width: 100%;
  }
  #header .bottom .inr h1 {
    width: 210px;
  }
}

@media (max-width: 500px) {
  .login_form .left .login_box {
    width: 85%;
  }
  .login_form .left .login_box h1 {
    width: 270px;
  }
  .login_form .left .login_box input {
    height: 45px;
    font-size: 16px;
  }
  .login_form .left .login_box input::placeholder {
    font-size: 16px;
  }
  .login_form .left .login_box button {
    height: 60px;
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .login_form .left .login_box {
    padding: 50px 30px 30px;
  }
  .login_form .left .login_box h1 {
    width: 240px;
  }
  .login_form .left .login_box input {
    height: 45px;
    font-size: 16px;
  }
  .login_form .left .login_box input::placeholder {
    font-size: 16px;
  }
  .login_form .left .login_box button {
    height: 60px;
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  #header .top .box .info {
    padding: 0 12px;
  }
}
