#wrap.fixed {
  position: fixed;
}

#header {
  position: relative;
  width: 100%;
}
#header.mainpage {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
#header.mainpage .head_bot {
  border-top: 1px solid rgba(255, 255, 255, 0.436);
  border-bottom: 1px solid rgba(255, 255, 255, 0.436);
}
#header.mainpage.mactive {
  background-color: #fff;
}
#header.tactive {
  background-color: #fff;
  z-index: 1001;
}
#header.tactive .head_bot {
  border-color: #DDDDDD;
}
#header.active {
  transition: 0.45s ease-in-out;
  background-color: #fff;
  z-index: 1001;
}
#header.active .head_bot {
  border-color: #DDDDDD;
}
#header.active .head_bot .nav .gnb {
  animation: gnb-ani 0.45s forwards ease-in-out;
}
#header.active .head_bot .nav .gnb::after {
  display: block;
}
#header.active .head_bot .nav .gnb .dep {
  display: block;
}
#header .head_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 120rem;
  margin: 0 auto;
  height: 13rem;
}
#header .head_top .counsel {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
#header .head_top .counsel li {
  margin-right: 2.5rem;
}
#header .head_top .counsel li a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
#header .head_top .counsel li a i {
  margin-right: 1rem;
}
#header .head_top .counsel li a div {
  line-height: 1;
}
#header .head_top .counsel li a div strong {
  display: block;
  font-weight: 450;
  color: #00A4FF;
  line-height: 1.4;
}
#header .head_top .logo a {
  width: 30.6rem;
  height: 6.086rem;
  background: url(../images/common/logo.png) no-repeat center center/contain;
  display: block;
  text-indent: -99999px;
  margin-right: 18px;
}
#header .head_top .util {
  display: flex;
  align-items: center;
}
#header .head_top .util li {
  margin-left: 3rem;
}
#header .head_top .util li a {
  font-weight: 450;
  color: #656565;
  font-size: 1.4rem;
}
#header .head_top .util li:last-child a {
  color: #0080C7;
}
#header .head_top .m_menu {
  display: none;
  width: 3.5rem;
  height: 2rem;
  position: relative;
  transform: translateY(-2px);
}
#header .head_top .m_menu span {
  display: block;
  height: 2px;
  background-color: #000;
  left: 0;
  width: 100%;
  position: absolute;
  transition: 0.35s;
}
#header .head_top .m_menu span:nth-of-type(1) {
  top: 0;
}
#header .head_top .m_menu span:nth-of-type(2) {
  top: 50%;
}
#header .head_top .m_menu span:nth-of-type(3) {
  top: 100%;
}
#header .head_top .m_menu.active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
}
#header .head_top .m_menu.active span:nth-of-type(2) {
  opacity: 0;
}
#header .head_top .m_menu.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(45deg);
}
#header .head_bot {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  height: 6rem;
  display: flex;
  align-items: center;
  position: relative;
}
#header .head_bot .nav {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
#header .head_bot .nav .gnb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 120rem;
  position: relative;
  margin: 0 auto;
}
#header .head_bot .nav .gnb::after {
  content: "";
  width: 100vw;
  height: 38rem;
  background-color: #fff;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  display: none;
  box-shadow: 0px 10px 15px rgba(13, 25, 50, 0.15);
}
#header .head_bot .nav .gnb > li {
  width: 16.6666666667%;
  display: block;
  position: relative;
}
#header .head_bot .nav .gnb > li:first-child .dep {
  border-left: 1px solid #DDDDDD;
}
#header .head_bot .nav .gnb > li:hover > a {
  color: #0080C7;
  transform: 0.35s;
}
#header .head_bot .nav .gnb > li > a {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
}
#header .head_bot .nav .gnb > li .dep {
  display: none;
  position: absolute;
  top: 6rem;
  background-color: #fff;
  width: 100%;
  padding: 2rem 1rem 3rem 1.5rem;
  border-right: 1px solid #DDDDDD;
  height: 38rem;
}
#header .head_bot .nav .gnb > li .dep > li {
  width: auto;
}
#header .head_bot .nav .gnb > li .dep > li > a {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}
#header .head_bot .nav .gnb > li .dep > li > a::before {
  position: absolute;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
  width: 1px;
  height: 9px;
  top: 40%;
  content: "";
  background-color: #0080C7;
  border-radius: 50%;
  margin-right: 1rem;
}
#header .head_bot .nav .gnb > li .dep > li > a::after {
  position: absolute;
  left: 0;
  transform: rotate(-45deg) translateY(-50%);
  width: 1px;
  height: 4px;
  top: 50%;
  content: "";
  background-color: #0080C7;
  border-radius: 50%;
  margin-right: 1rem;
}
#header .head_bot .nav .gnb > li .dep > li > a:hover {
  color: #0080C7;
  transition: 0.3s;
  text-decoration: underline;
}

#main .visual {
  position: relative;
  margin-bottom: 6rem;
}
#main .visual .visual_slide .item {
  position: relative;
  height: 80rem;
}
#main .visual .visual_slide .item > img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .visual .visual_slide .item .txt {
  max-width: 124rem;
  padding: 4.5rem 2rem 0 2rem;
  margin: 19rem auto 0 auto;
}
#main .visual .visual_slide .item .txt small {
  font-weight: bold;
  margin-bottom: 1.5rem;
  display: block;
}
#main .visual .visual_slide .item .txt p {
  font-size: 6.2rem;
  font-family: "DWImpactamin";
  color: #000000;
  line-height: 1.2;
  margin-bottom: 4rem;
  font-weight: 500;
}
#main .visual .visual_slide .item .txt p strong {
  font-weight: 500;
}
#main .visual .visual_slide .item .txt span {
  letter-spacing: -0.025em;
  font-size: 2.6rem;
  font-weight: 500;
  color: #000000;
}
#main .visual .visual_slide_dot {
  position: absolute;
  bottom: 15rem;
  width: 100%;
  left: 0;
}
#main .visual .visual_slide_dot ul {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#main .visual .visual_slide_dot ul li {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  background-color: rgba(13, 25, 50, 0.2);
  cursor: pointer;
}
#main .visual .visual_slide_dot ul li.slick-active {
  background-color: #0080C7;
}
#main .visual .visual_slide_ctrl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 162rem;
}
#main .contents .inner {
  width: 100%;
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
}
#main .contents .title {
  margin-bottom: 5rem;
  text-align: center;
}
#main .contents .title h2 {
  font-family: "Pretendard", "DWImpactamin";
  margin-bottom: 1.5rem;
  font-size: 4.1rem;
  font-weight: 800;
  color: #000000;
}
#main .contents .title p {
  font-size: 1.8rem;
  color: #47546E;
}
#main .contents .program {
  position: relative;
  margin-bottom: 5rem;
}
#main .contents .program .program_slide {
  width: calc(100% + 2rem);
}
#main .contents .program .program_slide .item {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2rem;
}
#main .contents .program .program_slide .item .img {
  display: block;
}
#main .contents .program .program_slide .item .txt {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 7rem;
}
#main .contents .program .program_slide .item .txt strong {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  display: block;
}
#main .contents .program .program_slide .item .txt span {
  font-weight: 500;
  display: block;
  height: 12rem;
  line-height: 1.2;
}
#main .contents .program .program_slide .item .txt a {
  height: 5rem;
  line-height: 5rem;
  display: block;
  width: 13rem;
  border: 1px solid #fff;
  text-align: center;
}
#main .contents .program .program_slide .item .txt a:hover {
  background-color: #0080C7;
  border-color: #0080C7;
  transition: 0.35s;
}
#main .contents .program .program_ctrl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5rem;
  width: calc(100% + 10rem);
  height: 0;
}
#main .contents .program .program_ctrl a {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0B1B3B;
}
#main .contents .system {
  display: flex;
  justify-content: space-between;
}
#main .contents .system .system_slide {
  width: calc(100% - 38rem);
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
#main .contents .system .system_slide .system_slide_list .item {
  position: relative;
}
#main .contents .system .system_slide .system_slide_list .item .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 30rem;
  height: 100%;
  background-color: rgba(38, 52, 81, 0.5);
  padding: 7rem 5rem;
  color: #fff;
}
#main .contents .system .system_slide .system_slide_list .item .txt strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 1.8rem;
}
#main .contents .system .system_slide .system_slide_list .item .txt span {
  display: block;
}
#main .contents .system .system_slide .system_slide_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
#main .contents .system .system_slide .system_slide_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  background-color: #0B1B3B;
  margin-right: 0.2rem;
}
#main .contents .system .system_bnr {
  max-width: 36rem;
  max-height: 41rem;
  background-color: #47546E;
  border-radius: 2rem;
  padding: 4rem 4rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#main .contents .system .system_bnr span {
  font-size: 2rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem 0;
}
#main .contents .system .system_bnr strong {
  font-size: 3rem;
  color: #FFCC00;
  font-weight: 800;
}
#main .contents .system .system_bnr dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 23rem;
  margin: 1.6rem 0;
}
#main .contents .system .system_bnr dl dt {
  width: calc(100% - 11rem);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
#main .contents .system .system_bnr dl dd {
  width: 11rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
#main .contents .system .system_bnr small {
  color: #A3AFC8;
  display: block;
  text-align: center;
  padding: 0 1rem;
}
#main .contents .quick {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6rem 0 6.5rem 0;
}
#main .contents .quick li {
  width: calc(20% - 1.6rem);
  padding-bottom: 4rem;
  border-radius: 2rem;
  background-color: #FAFAFA;
  height: 17rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
#main .contents .quick li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#main .contents .quick li a span {
  font-size: 2rem;
  font-weight: bold;
  color: #5F6777;
  margin-top: 2.1rem;
  display: block;
}

#contents .contents_head {
  border-bottom: 1px solid #DDDDDD;
  z-index: 999;
  background: #fff;
  position: relative;
}
#contents .contents_head .contents_title {
  width: 100%;
  height: 34rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
}
#contents .contents_head .contents_title h2 {
  font-size: 4.5rem;
  font-weight: 800;
}
#contents .contents_head .contents_title span {
  font-weight: 500;
  opacity: 0.65;
}
#contents .contents_head .contents_location {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#contents .contents_head .contents_location .inner {
  position: relative;
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contents .contents_head .contents_location .inner .cont_nav {
  display: flex;
  align-items: center;
}
#contents .contents_head .contents_location .inner .cont_nav .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 100%;
  border-bottom: none;
  background-color: #003571;
}
#contents .contents_head .contents_location .inner .cont_nav .home::before {
  content: "";
  display: block;
  width: 30vw;
  height: 7rem;
  right: 7rem;
  background-color: #0080C7;
  top: 0;
  position: absolute;
}
#contents .contents_head .contents_location .inner .cont_nav > li {
  position: relative;
  height: 7rem;
}
#contents .contents_head .contents_location .inner .cont_nav > li span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  border-left: none;
  border-bottom: none;
  font-size: 1.7rem;
  font-weight: bold;
  width: 30rem;
  height: 100%;
  background-color: #FFFFFF;
  color: #555555;
  padding: 0 2.5rem;
}
#contents .contents_head .contents_location .inner .cont_nav > li span:hover {
  background-color: #fafafa;
}
#contents .contents_head .contents_location .inner .cont_nav > li > ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 7rem;
  left: -1px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  width: calc(100% + 1px);
  box-shadow: 0px 10px 15px rgba(13, 25, 50, 0.15);
}
#contents .contents_head .contents_location .inner .cont_nav > li > ul > li {
  border-bottom: 1px solid #DDDDDD;
}
#contents .contents_head .contents_location .inner .cont_nav > li > ul > li a {
  width: 100%;
  font-weight: bold;
  height: 7rem;
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contents .contents_head .contents_location .inner .cont_nav > li > ul > li a:hover {
  background-color: #f4f4f4;
  font-weight: bold;
}
#contents .contents_head .contents_location .inner .cont_nav > li > ul > li:last-child span {
  border-bottom: none;
}
#contents .contents_body .inner {
  width: 100%;
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
  padding: 5rem 2rem 10rem 2rem;
  min-height: 50rem;
}

.m_nav {
  display: block;
  position: fixed;
  top: 8rem;
  right: -100%;
  width: 100%;
  height: calc(100vh - 8rem);
  background-color: #fff;
  z-index: 1000;
  transition: 0.45s all;
}
.m_nav.active {
  right: 0;
}
.m_nav .m_util {
  display: flex;
  align-items: center;
}
.m_nav .m_util li {
  width:50%;
}
.m_nav .m_util li a {
  background-color: #003571;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.m_nav .m_gnb {
  display: flex;
  flex-flow: column;
  position: relative;
  height: 100%;
  background-color: #ececec;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.m_nav .m_gnb > li.active > a {
  background-color: #ffffff;
  color: #000;
  border-right: 1px solid #ddd;
}
.m_nav .m_gnb > li > a {
  width: 33.3333333333%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0080C7;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
  padding: 0 0.5rem;
  word-break: keep-all;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m_nav .m_gnb > li > ul {
  display: none;
  position: absolute;
  left: 33.3333333333%;
  overflow: auto;
  top: 0;
  width: 66.6666666667%;
  background-color: #fff;
  height: 100vh;
}
.m_nav .m_gnb > li > ul > li.active > a {
  background-color: #f4f4f4;
  font-weight: bold;
}
.m_nav .m_gnb > li > ul > li > a {
  height: 6rem;
  border-bottom: 1px solid #DDDDDD;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  line-height: 6rem;
  padding: 0 2rem;
  background-color: #fff;
}
.m_nav .m_gnb > li.active ul {
  display: block;
}
.m_nav .m_gnb .kakao {
  width: 33.333%;
  text-align: center;
  color: #fff;
  height: 5rem;
  line-height: 5rem;
  background-color: #202020;
}
.m_nav .m_gnb .call {
  width: 33.333%;
  text-align: center;
  color: #fff;
  height: 5rem;
  line-height: 5rem;
  background-color: #6DA91A;
}

#footer {
  width: 100%;
  background-color: #505050;
  position: relative;
  color: #fff;
}
#footer .inner {
  width: 100%;
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
}
#footer .inner .foot_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px dashed #707070;
  padding: 4rem 0;
}
#footer .inner .foot_top .counsel strong {
  color: #51CAFF;
  font-size: 2.4rem;
  margin-bottom:1rem;
  display: block;
}
#footer .inner .foot_top .counsel span.titp {
  color: #fff;
  font-size: 1.4rem;
}
#footer .inner .foot_top .counsel span {
  display: block;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
  line-height: 1.1;
}
#footer .inner .foot_top .counsel p {
  color: #A5A5A5;
}
#footer .inner .foot_top .timeinfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 65rem;
}
#footer .inner .foot_top .timeinfo .time {
  width: 25rem;
}
#footer .inner .foot_top .timeinfo .time span {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
#footer .inner .foot_top .timeinfo .time dl {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
#footer .inner .foot_top .timeinfo .time dl dt {
  width: 9rem;
  opacity: 0.5;
  margin-bottom: 0.6rem;
}
#footer .inner .foot_top .timeinfo .time dl dd {
  width: 10.5rem;
  margin-bottom: 0.6rem;
}
#footer .inner .foot_top .timeinfo .qrcode {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#footer .inner .foot_top .timeinfo .qrcode span {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}
#footer .inner .foot_top .timeinfo .qrcode div {
  width: 8rem;
  height: 8rem;
  padding: 0.5rem;
  background-color: #fff;
}
#footer .inner .foot_top .timeinfo .qrcode div img {
  width: 100%;
  display: block;
}
#footer .inner .foot_bot {
  padding-top: 3.5rem;
  padding-bottom: 7rem;
}
#footer .inner .foot_bot .logo {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
#footer .inner .foot_bot .logo span {
  display: block;
  width: 25rem;
  height: 5rem;
  background: url(../images/common/logo_w202504.png) no-repeat center center/contain;
  display: block;
  text-indent: -99999px;
  margin-right: 2rem;
}
#footer .inner .foot_bot .logo ul {
  display: flex;
  align-items: center;
}
#footer .inner .foot_bot .logo ul li {
  margin-right: 1rem;
}
#footer .inner .foot_bot .logo ul li a {
  height: 3rem;
  display: block;
}
#footer .inner .foot_bot .logo ul li a i {
  width: 3rem;
  height: 3rem;
}
#footer .inner .foot_bot .contact {
  display: flex;
  flex-flow: row wrap;
}
#footer .inner .foot_bot .contact dl {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
#footer .inner .foot_bot .contact dl dt {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  margin-right: 1rem;
  white-space: nowrap;
}
#footer .inner .foot_bot .contact dl dd {
  color: #fff;
  font-weight: bold;
  margin-right: 3rem;
}
#footer .inner .foot_bot .contact dl dd a {
  display: flex;
  align-items: center;
}
#footer .inner .foot_bot .contact dl dd a .ci_link {
  margin-left: 0.5rem;
}
#footer .inner .foot_bot .copy {
  opacity: 0.5;
  display: block;
  font-size: 1.4rem;
}

#scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  background-color: #000;
  border-radius: 50%;
  position: fixed;
  right: 8rem;
  bottom: 6rem;
  z-index: 100;
  opacity: 0;
  transition: 0.35s all;
}
#scroll-top.on {
  opacity: 1;
}
#scroll-top.none {
  display: none;
}
#scroll-top.disable {
  position: absolute;
  top: -4rem;
}
#scroll-top:hover {
  background-color: #0080C7;
  transition: 0.35s all;
}

@keyframes gnb-ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  #scroll-top {
    right: 6rem;
  }
  #main .visual .visual_slide_ctrl {
    padding: 0 2rem;
  }
  #main .visual .visual_slide .item .txt p {
    font-size: 5.4rem;
  }
  #main .visual .visual_slide .item .txt span {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  #main .visual .visual_slide .item .txt {
    text-align: center;
  }
  #main .visual .visual_slide .item .txt p {
    font-size: 5rem;
  }
  #main .visual .visual_slide .item .txt span {
    font-size: 2rem;
  }
  #main .visual .visual_slide_dot {
    bottom: 5rem;
  }
  #main .visual .visual_slide_dot ul {
    justify-content: center;
  }
  #header.mainpage.mactive {
    background-color: #fff;
  }
  #header .head_top {
    height: 8rem;
    padding: 0 1.5rem;
    border-bottom: 1px solid #DDDDDD;
  }
  #header .head_top .logo a {
    width: 30rem;
    /*height: 4rem;*/
  }
  #header .head_top .counsel,
  #header .head_top .util {
    display: none;
  }
  #header .head_top .m_menu {
    display: block;
  }
  #header .head_bot {
    display: none;
  }
  #contents .contents_head .contents_location {
    position: relative;
  }
  #contents .contents_head .contents_location .inner {
    padding: 0;
    width: 100%;
  }
  #contents .contents_head .contents_location .inner .cont_nav {
    width: 100%;
  }
  #contents .contents_head .contents_location .inner .cont_nav > li {
    width: 100%;
    display: none;
  }
  #contents .contents_head .contents_location .inner .cont_nav > li:last-child {
    display: block;
  }
  #contents .contents_head .contents_location .inner .cont_nav > li span {
    width: 100%;
    color: #000;
  }
  #contents .contents_head .contents_title {
    padding: 0 3rem;
    height: 26rem;
  }
  #contents .contents_head .contents_title h2 {
    font-size: 3.4rem;
  }
  #contents .contents_head .contents_title span {
    text-align: center;
    word-break: keep-all;
  }
  #footer .inner .foot_top {
    flex-flow: row wrap;
  }
  #footer .inner .foot_top .timeinfo {
    max-width: 100%;
    margin-top: 3rem;
    justify-content: flex-start;
  }
  #footer .inner .foot_top .timeinfo .time {
    margin-right: 2rem;
  }
  #footer .inner .foot_top .timeinfo .qrcode {
    width: 20rem;
  }
  #scroll-top {
    right: 5rem;
  }
  #main .contents .system {
    flex-flow: row wrap;
  }
  #main .contents .system .system_slide {
    width: 100%;
  }
  #main .contents .system .system_bnr {
    margin-top: 2rem;
    width: 100%;
    max-width: 100%;
  }
  #main .contents .program {
    margin-bottom: 2rem;
  }
  #main .contents .program .program_slide .item .txt {
    padding: 4rem 5rem;
  }
  #main .contents .program .program_slide .item .txt strong {
    font-size: 3rem;
  }
  #main .contents .program .program_slide .item .txt span {
    height: auto;
    margin-bottom: 2rem;
  }
  #main .contents .program .program_ctrl {
    left: 0;
    width: 100%;
  }
  #main .contents .program .program_ctrl a {
    width: 8rem;
    height: 8rem;
  }
  #main .contents .program .program_ctrl a .ci_next,
  #main .contents .program .program_ctrl a .ci_prev {
    width: 1.6rem;
    height: 3rem;
  }
}
@media (max-width: 768px) {
  #main .contents .program .program_ctrl {
    display: none;
  }
  #main .contents .title h2 {
    font-size: 3.6rem;
  }
  #main .contents .quick {
    flex-flow: row wrap;
    margin: 2rem 0 5rem 0;
  }
  #main .contents .quick li {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  #main .contents .quick li:last-child {
    width: 100%;
  }
  #main .contents .quick li a span {
    font-size: 1.8rem;
  }
  #main .contents .program .program_slide .item .txt {
    padding: 3rem;
  }
  #main .contents .system .system_slide .system_slide_list .item .txt {
    padding: 3rem 3rem;
  }
  #main .contents .system .system_slide .system_slide_list .item .txt strong {
    font-size: 2.2rem;
  }
  #main .contents .system .system_slide .system_slide_btn a {
    width: 5rem;
    height: 5rem;
  }
  #main .contents .system .system_slide .system_slide_btn a .ci_prev,
  #main .contents .system .system_slide .system_slide_btn a .ci_next {
    height: 3rem;
    width: 1.6rem;
  }
  #scroll-top {
    right: 3rem;
    bottom: 4rem;
    width: 6rem;
    height: 6rem;
  }
  #scroll-top.disable {
    top: -3rem;
  }
}
@media (max-width: 425px) {
  #main .visual .visual_slide .item {
    height: 100vh;
  }
  #main .visual .visual_slide_dot ul li {
    width: 1.6rem;
    height: 1.6rem;
  }
  #main .contents .system .system_slide .system_slide_btn {
    left: calc(100% - 10rem);
  }
  #main .contents .system .system_bnr strong {
    font-size: 2.6rem;
  }
  #main .contents .title h2 {
    font-size: 3.2rem;
  }
  #main .visual .visual_slide .item .txt p {
    font-size: 4rem;
    word-break: keep-all;
  }
  #main .visual .visual_slide .item .txt span {
    font-size: 1.8rem;
  }
  #main .visual .visual_slide_ctrl {
    display: none;
  }
  i.ci_check {
    width: 4rem;
    height: 4rem;
  }
  #footer .inner .foot_top {
    flex-flow: row wrap;
    padding: 4rem 0 3rem 0;
  }
  #footer .inner .foot_top .counsel strong {
    font-size: 2rem;
  }
  #footer .inner .foot_top .counsel span {
    font-size: 3.4rem;
  }
  #footer .inner .foot_top .timeinfo {
    max-width: 100%;
    margin-top: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
  }
  #footer .inner .foot_top .timeinfo .time {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  #footer .inner .foot_top .timeinfo .time dl dd {
    width: calc(100% - 9rem);
  }
  #footer .inner .foot_top .timeinfo .qrcode {
    width: auto;
  }
  #footer .inner .foot_bot {
    display: flex;
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #footer .inner .foot_bot .contact {
    padding: 0 2rem;
  }
  #footer .inner .foot_bot .contact dl {
    width: 100%;
  }
  #footer .inner .foot_bot .logo ul {
    display: none;
  }
  #main .contents .system .system_slide .system_slide_list .item .txt {
    width: 100%;
  }
  #main .contents .program .program_slide .item .txt strong {
    font-size: 2.4rem;
  }
  #main .contents .program .program_slide .item .txt a {
    height: 4rem;
    line-height: 4rem;
  }
  #scroll-top {
    right: 2rem;
    bottom: 3rem;
    width: 5rem;
    height: 5rem;
  }
  #scroll-top.disable {
    top: -2rem;
  }
}