body.disable {
  position: fixed;
}

#wrap.fixed {
  position: fixed;
}

#header {
  position: relative;
  z-index: 1000;
}
#header .head_top {
  width: 100%;
  max-width: 168rem;
  padding: 0 3rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 13rem;
}
#header .head_top .medal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#header .head_top .medal li:nth-of-type(1) {
  display: block;
  width: 7rem;
  height: 7rem;
  background: url(../images/common/medal01.png) no-repeat center center/contain;
  margin-right: 2rem;
}
#header .head_top .medal li:nth-of-type(2) {
  display: block;
  width: 7rem;
  height: 7rem;
  background: url(../images/common/medal02.png) no-repeat center center/contain;
  margin-right: 2.7rem;
}
#header .head_top .medal li:nth-of-type(3) {
  display: block;
  width: 18.3rem;
  height: 3.5rem;
  background: url(../images/common/logo2.png) no-repeat center center/contain;
  margin-right: 0;
}
#header .head_top .logo a {
  width: 31rem;
  height: 6.7rem;
  background: url(../images/common/logo.png) no-repeat center center/contain;
  display: block;
  text-indent: -999999px;
  overflow: hidden;
}
#header .head_top .util {
  display: flex;
  align-items: center;
}
#header .head_top .util > li {
  margin-left: 3rem;
}
#header .head_top .util > li a {
  color: #949494;
  font-weight: 500;
}
#header .head_top .util > li a:hover {
  font-weight: bold;
  color: #315A92;
}
#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;
  position: relative;
}
#header .head_bot::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 1.5px;
  z-index: -1;
  display: block;
  position: absolute;
  border-bottom: 1.5px solid #DDDDDD;
}
#header .head_bot.active::before {
  border-bottom-color: #013B8C;
  transition: 0.45s ease;
}
#header .head_bot .gnb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 9rem;
}
#header .head_bot .gnb > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 7rem;
}
#header .head_bot .gnb > li > a {
  height: 7rem;
  line-height: 7rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #313131;
}
#header .head_bot .gnb > li > .dep {
  z-index: -1;
  display: block;
  position: absolute;
  min-width: 20rem;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 3.4rem;
  border-radius: 0 0 2rem 2rem;
  background-color: #013B8C;
  height: 0;
  overflow: hidden;
  box-shadow: 0 1rem 1.5rem rgba(255, 255, 255, 0.178);
}
#header .head_bot .gnb > li > .dep.transition {
  transition: 0.35s all;
}
#header .head_bot .gnb > li > .dep > li {
  margin-bottom: 1.5rem;
}
#header .head_bot .gnb > li > .dep > li:first-child {
  margin-top: 3rem;
}
#header .head_bot .gnb > li > .dep > li:last-child {
  margin-bottom: 3rem;
}
#header .head_bot .gnb > li > .dep > li a {
  white-space: nowrap;
  text-align: center;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}
#header .head_bot .gnb > li > .dep > li a:hover {
  color: #FFE000;
}
#header .head_bot .gnb > li:hover > a {
  color: #013B8C;
}

.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: #002964;
  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 .call {
  width: 33.333%;
  text-align: center;
  color: #fff;
  height: 5rem;
  line-height: 5rem;
  background-color: #358E00;
}

#main .visual {
  position: relative;
}
#main .visual .visual_slide .item {
  position: relative;
  height: 86rem;
  display: flex;
  align-items: center;
}
#main .visual .visual_slide .item > img {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .visual .visual_slide .item .txt {
  width: 100%;
  max-width: 124rem;
  padding: 0 2rem 0 2rem;
  margin: 0 auto 0 auto;
  color: #FFFFFF;
}
#main .visual .visual_slide .item .txt strong {
  font-size: 6.6rem;
  font-weight: 800;
  display: block;
  margin-bottom: 4.5rem;
}
#main .visual .visual_slide .item .txt span {
  font-size: 3.9rem;
  font-weight: 500;
  display: block;
}
#main .visual .visual_slide_ctrl {
  padding: 0 2rem;
  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: 166rem;
}
#main .visual .visual_slide_ctrl a {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0B1B3B;
  transition: 0.35s ease;
}
#main .visual .visual_slide_ctrl a i {
  position: relative;
  z-index: 1;
  opacity: 1;
  filter: brightness(0) invert(1);
}
#main .visual .visual_slide_ctrl a.visual_slide_next {
  transform: scale(-1);
}
#main .visual .visual_slide_ctrl a:hover {
  background-color: #0080C7;
}
#main .visual .visual_slide_dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1;
  bottom: 8rem;
}
#main .visual .visual_slide_dot ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#main .visual .visual_slide_dot ul li {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  background-color: rgba(13, 25, 50, 0.2);
  margin-right: 0.5rem;
}
#main .visual .visual_slide_dot ul li:last-child {
  margin-right: 0;
}
#main .visual .visual_slide_dot ul li.slick-active {
  background-color: #0080C7;
}
#main .quick {
  padding: 10rem 0 13rem 0;
}
#main .quick ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
  max-width: 168rem;
  padding: 0 3rem;
  margin: 0 auto;
}
#main .quick ul li {
  width: 20%;
  border: 1px solid #DDDDDD;
  padding: 6rem 2rem 4rem 2rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#main .quick ul li:hover {
  border-color: #013B8C;
  transition: 0.35s ease;
}
#main .quick ul li:hover span::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#main .quick ul li:nth-of-type(3) span i {
  transform: translateX(0.7rem);
}
#main .quick ul li span {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background-color: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.3rem;
  position: relative;
  overflow: hidden;
}
#main .quick ul li span::after {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #013B8C;
  transition: 0.4s ease;
  opacity: 0;
}
#main .quick ul li span i {
  position: relative;
  z-index: 1;
}
#main .quick ul li strong {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .quick ul li small {
  font-size: 2.3rem;
  color: #464646;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#main .quick ul li a {
  width: 5rem;
  height: 5rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/common/circle_plus.png) no-repeat top center/100%;
}
#main .quick ul li a:hover {
  background-position-y: bottom;
}
#main .busi {
  padding: 7.5rem 3rem 13rem 3rem;
  position: relative;
  background-color: #002964;
  overflow: hidden;
}
#main .busi::after {
  content: "";
  width: 84rem;
  height: 65.6rem;
  background: url(../images/common/deco_gray.png) no-repeat center center/contain;
  display: block;
  position: absolute;
  right: -20rem;
  bottom: -3rem;
}
#main .busi .busi_title {
  text-align: center;
  margin-bottom: 5rem;
  color: #fff;
}
#main .busi .busi_title h2 {
  font-size: 4.8rem;
  margin-bottom: 2rem;
  font-weight: 800;
}
#main .busi .busi_title p {
  font-weight: 500;
  font-size: 2.2rem;
  word-break: keep-all;
}
#main .busi .busi_slide {
  width: 100%;
  max-width: 168rem;
  padding: 0 3rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#main .busi .busi_slide .busi_slide_list {
  position: relative;
}
#main .busi .busi_slide .busi_slide_list .item .txt {
  color: #fff;
  background-color: rgba(38, 52, 81, 0.5);
  width: 53rem;
  position: absolute;
  left: 0;
  height: 100%;
  padding: 10rem 0 0 5rem;
}
#main .busi .busi_slide .busi_slide_list .item .txt strong {
  display: block;
  margin-bottom: 2rem;
  font-size: 3.2rem;
}
#main .busi .busi_slide .busi_slide_list .item .txt span {
  font-size: 2.2rem;
}
#main .busi .busi_slide .busi_slide_list .item .txt a {
  margin-top: 8rem;
  width: 12rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  font-size: 2.2rem;
}
#main .busi .busi_slide .busi_slide_list .item .txt a:hover {
  background-color: #fff;
  color: #000;
  transition: 0.35s ease;
}
#main .busi .busi_slide .busi_slide_list .item .img {
  min-height: 30rem;
  width: 100%;
}
#main .busi .busi_slide .busi_slide_list .item .img img {
  object-fit: cover;
  height: 100%;
}
#main .busi .busi_slide .busi_slide_btn {
  position: absolute;
  bottom: 0;
  left: 3rem;
  display: flex;
}
#main .busi .busi_slide .busi_slide_btn a {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0B1B3B;
  transition: 0.35s ease;
}
#main .busi .busi_slide .busi_slide_btn a i {
  position: relative;
  z-index: 1;
  opacity: 1;
  filter: brightness(0) invert(1);
}
#main .busi .busi_slide .busi_slide_btn a.busi_slide_next {
  transform: scale(-1);
  border-right: 1px solid rgba(255, 255, 255, 0.201);
}
#main .busi .busi_slide .busi_slide_btn a:hover {
  background-color: #0080C7;
}
#main .notice {
  padding: 8.0rem 0 3.0rem 0;
}
#main .notice .inner {
  width: 100%;
  max-width: 168rem;
  padding: 0 3rem;
  margin: 0 auto;
}
#main .notice .inner .notice_title {
  margin-bottom: 2.6rem;
}
#main .notice .inner .notice_title h2 {
  font-size: 4.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
}
#main .notice .inner .notice_title p {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
#main .notice .inner .notice_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
}
#main .notice .inner .notice_tab li {
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .notice .inner .notice_tab li a {
  min-height: 5.8rem;
  border-radius: 1rem;
  padding: 1.6rem 2.4rem;
  background-color: #fff;
  color: #013B8C;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 1rem;
  border: 1px solid #013B8C;
}
#main .notice .inner .notice_tab li.active a, #main .notice .inner .notice_tab li:hover a {
  background-color: #013B8C;
  color: #fff;
  transition: 0.35s ease;
}
#main .notice .inner .notice_cont {
  display: none;
}
#main .notice .inner .notice_cont::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#main .notice .inner .notice_cont::-webkit-scrollbar-track {
  background: #d1d1d1;
  border-radius: 3px;
}
#main .notice .inner .notice_cont::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 3px;
}
#main .notice .inner .notice_cont::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
#main .notice .inner .notice_cont.active {
  display: block;
}
#main .notice .inner .notice_cont ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .notice .inner .notice_cont ul li {
  width: calc(25% - 3rem);
  border: 1px solid #DDDDDD;
  padding: 4rem 3rem;
}
#main .notice .inner .notice_cont ul li strong {
  font-size: 2.2rem;
  color: #0080C7;
}
#main .notice .inner .notice_cont ul li a {
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 7.2rem;
  font-size: 3rem;
  font-weight: bold;
  margin: 1.4rem 0 2rem 0;
}
#main .notice .inner .notice_cont ul li a:hover {
  text-decoration: underline;
}
#main .notice .inner .notice_cont ul li span {
  font-size: 2.2rem;
  color: #464646;
  height: 7.8rem;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#main .notice .inner .notice_cont ul li small {
  font-size: 2.2rem;
  color: #949494;
  margin: 2rem 0 1.4rem 0;
  display: block;
}

#contents {
  min-height: 80vh;
}
#contents .m_title {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 7rem;
  z-index: 1;
  display: none;
}
#contents .m_title h2 {
  text-align: center;
  color: #fff;
  font-size: 3.8rem;
  margin-bottom: 0.5rem;
}
#contents .m_title small {
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
#contents .inner {
  width: 100%;
  max-width: 168rem;
  padding: 0 3rem;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 10rem;
  display: flex;
  justify-content: space-between;
}
#contents .inner .aside {
  width: 29rem;
}
#contents .inner .aside .aside_title {
  height: 15rem;
  background-color: #013B8C;
  border-radius: 1rem;
  padding: 3.7rem 0 0 4rem;
  display: block;
  margin-bottom: 2rem;
  position: relative;
}
#contents .inner .aside .aside_title strong {
  color: #fff;
  display: block;
  font-size: 3.4rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
#contents .inner .aside .aside_title small {
  font-size: 1.1rem;
  color: #fff;
  opacity: 0.35;
  line-height: 1.3;
  display: block;
  text-transform: uppercase;
}
#contents .inner .aside .aside_title::after {
  content: "";
  display: block;
  width: 5.2rem;
  height: 4.1rem;
  background: url(../images/common/deco.png) no-repeat center center/contain;
  right: 2rem;
  bottom: 2rem;
  position: absolute;
}
#contents .inner .aside .aside_deps li {
  margin-bottom: 0.6rem;
}
#contents .inner .aside .aside_deps li a {
  padding: 1.5rem 2rem;
  border: 1px solid #DDDDDD;
  border-radius: 1rem;
  font-size: 1.9rem;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-break: keep-all;
  position: relative;
  overflow: hidden;
}
#contents .inner .aside .aside_deps li a::after {
  content: "";
  display: block;
  width: 0.76rem;
  height: 1.4rem;
  background: url(../images/common/angle.png) no-repeat center center/contain;
  opacity: 1;
  filter: brightness(0) invert(1);
  margin-left: 2.2rem;
}
#contents .inner .aside .aside_deps li a::before {
  position: absolute;
  height: 100%;
  min-height: 5rem;
  width: 100%;
  content: "";
  background-color: #013B8C;
  left: -100%;
  top: 0;
  z-index: -1;
}
#contents .inner .aside .aside_deps li:hover a, #contents .inner .aside .aside_deps li.active a {
  border-color: #013B8C;
  color: #fff;
  font-weight: 700;
  transition: 0.35s ease;
}
#contents .inner .aside .aside_deps li:hover a::before, #contents .inner .aside .aside_deps li.active a::before {
  left: 0;
  transition: 0.55s ease;
}
#contents .inner .contents {
  max-width: 125rem;
  width: calc(100% - 31rem);
}
#contents .inner .contents .cont_title {
  padding: 4rem 0 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 2rem;
}
#contents .inner .contents .cont_title h3 {
  color: #000000;
  font-size: 3.8rem;
  font-weight: 800;
}
#contents .inner .contents .cont_title .bcrumb {
  display: flex;
  align-items: center;
}
#contents .inner .contents .cont_title .bcrumb li {
  display: flex;
  align-items: center;
}
#contents .inner .contents .cont_title .bcrumb li:first-child a {
  width: 1.7rem;
  height: 1.5rem;
  display: block;
  background: url(../images/common/home.png) no-repeat center center/contain;
}
#contents .inner .contents .cont_title .bcrumb li:first-child::before {
  display: none;
}
#contents .inner .contents .cont_title .bcrumb li::before {
  content: "";
  width: 0.7rem;
  height: 1.3rem;
  display: block;
  background: url(../images/common/angle.png) no-repeat center center/contain;
  margin: 0 1rem;
}
#contents .inner .contents .cont_title .bcrumb li a:hover {
  text-decoration: underline;
}
#contents .inner .contents .cont_deps strong {
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  color: #fff;
  background-color: #358E00;
  font-size: 2rem;
  padding: 0 3rem 0 2rem;
  display: none;
  cursor: pointer;
}
#contents .inner .contents .cont_deps strong::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1.4rem;
  background: url(../images/common/angle.png) no-repeat center center/contain;
  transform: rotate(90deg);
  opacity: 1;
  filter: brightness(0) invert(1);
}
#contents .inner .contents .cont_deps strong.active::after {
  transform: rotate(-90deg);
}
#contents .inner .contents .cont_deps ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4.5rem;
}
#contents .inner .contents .cont_deps ul li {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents .inner .contents .cont_deps ul li a {
  min-width: 17rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  border-radius: 0.5rem;
  color: #000000;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#contents .inner .contents .cont_deps ul li a::before {
  position: absolute;
  height: 100%;
  min-height: 5rem;
  width: 100%;
  content: "";
  background-color: #358E00;
  left: -100%;
  top: 0;
  z-index: -1;
}
#contents .inner .contents .cont_deps ul li.active a, #contents .inner .contents .cont_deps ul li:hover a {
  color: #fff;
  font-weight: bold;
  transition: 0.35s ease;
  background-color: transparent;
  border-color: #358E00;
}
#contents .inner .contents .cont_deps ul li.active a::before, #contents .inner .contents .cont_deps ul li:hover a::before {
  left: 0;
  transition: 0.35s ease;
}

#footer {
  width: 100%;
  background-color: #253A57;
  position: relative;
}
#footer .fot_top {
  overflow-x: auto;
  width: 100%;
}
#footer .fot_top::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  cursor: pointer;
}
#footer .fot_top::-webkit-scrollbar-track {
  background: #17263a;
  border-radius: 3px;
}
#footer .fot_top::-webkit-scrollbar-thumb {
  background: #3c5e8d;
  border-radius: 3px;
}
#footer .fot_top::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
#footer .inner {
  width: 100%;
  max-width: 168rem;
  padding: 0 3rem;
  margin: 0 auto;
}
#footer .inner .link {
  padding: 4rem 0 3rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  display: flex;
  min-width: 90rem;
}
#footer .inner .link li {
  margin-right: 3rem;
}
#footer .inner .link li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
#footer .inner .link li:first-child a {
  color: #FFF700;
}
#footer .inner .link li:last-child a {
  color: #FFF700;
}
#footer .inner .link li:last-child {
  margin-right: 0;
}
#footer .inner .fot_bot {
  padding: 2.4rem 6rem 6.4rem 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .inner .fot_bot .contact .logo {
  background: url(../images/common/logo_f.png) no-repeat center center/contain;
  width: 25rem;
  height: 5.409rem;
  display: block;
  margin-bottom: 1.5rem;
}
#footer .inner .fot_bot .contact ul {
  color: #fff;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
#footer .inner .fot_bot .contact ul li {
  margin-bottom: 0.6rem;
  margin-right: 3rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
}
#footer .inner .fot_bot .contact ul li strong {
  margin-left: 1rem;
  color: #fff;
}
#footer .inner .fot_bot .contact ul li a {
  display: flex;
  align-items: center;
}
#footer .inner .fot_bot .contact ul li a i {
  margin-left: 0.5rem;
}
#footer .inner .fot_bot .contact ul li a:hover {
  text-decoration: underline;
}
#footer .inner .fot_bot .contact p {
  color: rgba(255, 255, 255, 0.5);
}
#footer .inner .fot_bot .counsel span {
  color: #51CAFF;
  font-weight: 600;
  font-size: 2.4rem;
  display: block;
  margin-bottom: 0.5rem;
}
#footer .inner .fot_bot .counsel strong {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
#footer .inner .fot_bot .counsel p {
  word-break: keep-all;
  font-size: 1.4rem;
  opacity: 0.5;
  color: #fff;
}
#footer .inner .fot_bot .timeinfo {
  color: #fff;
  min-width: 20rem;
}
#footer .inner .fot_bot .timeinfo p {
  font-weight: 800;
  margin-bottom: 1rem;
}
#footer .inner .fot_bot .timeinfo dl {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
#footer .inner .fot_bot .timeinfo dl dt {
  width: 9rem;
  opacity: 0.5;
}
#footer .inner .fot_bot .timeinfo dl dd {
  font-weight: bold;
}

#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;
}

@media (max-width: 1440px) {
  #main .visual .visual_slide .item .txt {
    max-width: 100rem;
    padding: 0 10rem 0 10rem;
  }
  #main .visual .visual_slide .item .txt strong {
    font-size: 5.2rem;
  }
  #main .visual .visual_slide .item .txt span {
    font-size: 2.8rem;
  }
  #main .visual .visual_slide_ctrl a {
    width: 8rem;
    height: 8rem;
  }
  #main .visual .visual_slide_ctrl a i {
    height: 4rem;
  }
  #main .quick ul li span {
    width: 12rem;
    height: 12rem;
  }
  #main .quick ul li:nth-of-type(3) span i,
  #main .quick ul li span i {
    transform: scale(0.8);
  }
  #main .quick ul li strong {
    font-size: 2.6rem;
  }
  #main .quick ul li small {
    font-size: 2rem;
  }
  #main .quick ul li {
    padding: 5rem 1.5rem 3rem 1.5rem;
  }
  #main .busi .busi_slide .busi_slide_list .item .txt {
    padding: 5rem;
  }
  #main .busi .busi_slide .busi_slide_list .item .txt a {
    margin-top: 3rem;
  }
  #main .notice .inner .notice_cont li {
    width: calc(25% - 1rem);
  }
  #scroll-top {
    right: 6rem;
  }
}
@media (max-width: 1024px) {
  #header {
    padding: 1.5rem 0;
    height: 8rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
    top: 0;
    left: 0;
  }
  #header .head_top {
    padding: 0 2rem;
  }
  #header .head_top .m_menu {
    display: block;
  }
  #header .head_top .logo a {
    width: 21rem;
    height: 4.7rem;
  }
  #header .head_top {
    height: auto;
  }
  #header .head_top .medal {
    display: none;
  }
  #header .head_top .util {
    display: none;
  }
  #header .head_bot {
    display: none;
  }
  #main {
    margin-top: 8rem;
  }
  #main .busi .busi_slide .busi_slide_btn a {
    width: 6rem;
    height: 6rem;
  }
  #main .busi .busi_slide .busi_slide_btn a i {
    transform: scale(0.6);
  }
  #main .busi .busi_slide .busi_slide_list .item .txt {
    padding: 3rem 4rem;
  }
  #main .busi .busi_slide {
    padding: 0;
  }
  #main .busi::after {
    width: 62rem;
    height: 31.6rem;
  }
  #main .busi .busi_slide .busi_slide_list .item .txt {
    width: 55%;
  }
  #main .busi .busi_slide .busi_slide_btn {
    left: calc(100% - 12rem);
  }
  #main .busi .busi_slide .busi_slide_list .item .txt strong {
    font-size: 2.8rem;
  }
  #main .busi .busi_slide .busi_slide_list .item .txt span {
    font-size: 2rem;
  }
  #main .busi .busi_slide .busi_slide_list .item .txt a {
    font-size: 1.8rem;
    width: 11rem;
    height: 4rem;
    line-height: 4rem;
  }
  #main .quick ul li {
    width: 50%;
    padding: 3rem 1.5rem 2rem 1.5rem;
  }
  #main .quick ul li:last-child {
    width: 100%;
  }
  #main .notice .inner .notice_cont {
    max-width: 100vw;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  #main .notice .inner .notice_cont ul {
    width: calc(100% + 50vw);
  }
  #main .notice .inner .notice_cont ul li {
    width: calc(25% - 1rem);
  }
  #footer .inner .fot_bot {
    flex-flow: row wrap-reverse;
    justify-content: flex-start;
  }
  #footer .inner .fot_bot .counsel {
    width: 50%;
  }
  #footer .inner .fot_bot .timeinfo {
    width: 50%;
    padding-left: 1.5rem;
  }
  #footer .inner .fot_bot .contact {
    width: 100%;
    margin-top: 3rem;
  }
  #footer .inner .link li {
    margin-right: 1.5rem;
  }
  #scroll-top {
    right: 5rem;
  }
  #contents {
    margin-top: 8rem;
  }
  #contents .m_title {
    display: block;
  }
  #contents .inner .aside {
    display: none;
  }
  #contents .inner .contents {
    width: 100%;
    max-width: 100%;
  }
  #contents {
    position: relative;
    flex-flow: row wrap;
  }
  #contents::after {
    content: "";
    display: block;
    height: 18rem;
    width: 38rem;
    background: url(../images/common/deco_gray.png) no-repeat center center/contain;
    position: absolute;
    right: -10rem;
    top: 3rem;
  }
  #contents::before {
    content: "";
    background-color: #002964;
    width: 100vw;
    height: 20rem;
    display: block;
  }
  #contents .inner .contents .cont_title {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #main .visual .visual_slide .item {
    height: 50rem;
  }
  #main .visual .visual_slide .item .txt {
    text-align: center;
    padding: 0 4rem 0 4rem;
    word-break: keep-all;
  }
  #main .visual .visual_slide_ctrl {
    display: none;
  }
  #main .visual .visual_slide .item .txt strong {
    font-size: 4rem;
  }
  #main .visual .visual_slide .item .txt span {
    font-size: 2.2rem;
  }
  #main .busi .busi_slide .busi_slide_list .item .img {
    height: 40rem;
  }
  #main .quick {
    padding: 5rem 0 5rem 0;
  }
  #main .quick ul li span {
    width: 10rem;
    height: 10rem;
  }
  #main .quick ul li:nth-of-type(3) span i,
  #main .quick ul li span i {
    transform: scale(0.7);
  }
  #main .quick ul li span {
    margin-bottom: 2rem;
  }
  #main .quick ul li small {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  #main .quick ul li strong {
    font-size: 2.4rem;
  }
  #main .notice .inner .notice_title h2,
  #main .busi .busi_title h2 {
    font-size: 3.6rem;
  }
  #main .notice .inner .notice_title p,
  #main .busi .busi_title p {
    font-size: 2rem;
  }
  #main .notice .inner .notice_cont ul li strong {
    font-size: 1.9rem;
  }
  #main .notice .inner .notice_cont ul li {
    padding: 3.5rem 2.5rem;
    width: calc(33.33% - 1rem);
  }
  #main .notice .inner .notice_cont ul li:last-child {
    display: none;
  }
  #main .notice .inner .notice_cont ul li a {
    height: 5.5rem;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 1rem 8px 0 1.5rem 0;
  }
  #main .notice .inner .notice_cont ul li span {
    font-size: 1.8rem;
    height: 6.2rem;
  }
  #main .notice .inner .notice_cont ul li small {
    font-size: 1.6rem;
  }
  #footer .inner .fot_bot {
    padding: 2.5rem 0rem 5rem 0;
  }
  #footer .inner .link {
    border-bottom: none;
  }
  #scroll-top {
    right: 3rem;
    bottom: 4rem;
    width: 6rem;
    height: 6rem;
  }
  #scroll-top.disable {
    top: -3rem;
  }
  #contents .inner {
    padding-top: 3rem;
  }
  #contents .inner .contents .cont_title {
    flex-flow: row wrap-reverse;
    margin-bottom: 3rem;
  }
  #contents .inner .contents .cont_title h3 {
    width: 100%;
    font-size: 3.6rem;
  }
  #contents .inner .contents .cont_title .bcrumb {
    width: 100%;
    margin-bottom: 1rem;
  }
  #contents .inner .contents .cont_deps {
    margin-bottom: 3rem;
  }
  #contents .inner .contents .cont_deps strong {
    display: flex;
  }
  #contents .inner .contents .cont_deps ul {
    flex-flow: column;
    display: none;
  }
  #contents .inner .contents .cont_deps ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 1px;
  }
  #contents .inner .contents .cont_deps ul li a {
    width: 100%;
    min-width: 0;
    padding: 1.8rem;
  }
  #contents .inner .contents .cont_deps ul li.active a, #contents .inner .contents .cont_deps ul li:hover a {
    background-color: #FAFAFA;
    font-weight: 800;
    border-color: #ddd;
    color: #000;
  }
}
@media (max-width: 425px) {
  #main .busi {
    padding: 5rem 2rem 5rem 2rem;
  }
  #main .busi .busi_slide .busi_slide_list .item .txt {
    padding: 2rem;
    width: 100%;
  }
  #main .notice .inner .notice_cont ul li {
    width: calc(50% - 1rem);
  }
  #main .notice .inner .notice_cont ul li:nth-of-type(3) {
    display: none;
  }
  #main .notice {
    padding: 5rem 0 8rem 0;
  }
  #main .notice .inner .notice_tab li a {
    min-height: 0;
    padding: 1rem 2.4rem;
  }
  #footer .inner .fot_bot .counsel {
    width: 100%;
  }
  #footer .inner .fot_bot .timeinfo {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2rem;
  }
  #scroll-top {
    right: 2rem;
    bottom: 3rem;
    width: 5rem;
    height: 5rem;
  }
  #scroll-top.disable {
    top: -2rem;
  }
}


/* 0722 ¹è³Ê Ãß°¡ ------------- ¿©±â¼­ºÎÅÍ */
.tbanner {
  padding: 3rem 0;
  background-color: #fff;
}
.tbanner .inner {
  max-width: 168rem;
  padding: 0 3rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tbanner .tbanner_slide_btn {
  display: block;
  width: 15rem;
}
.tbanner .tbanner_slide_btn p {
  font-size: 1.9rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 1rem;
}
.tbanner .tbanner_slide_btn div {
  display: flex;
  align-items: center;
}
.tbanner .tbanner_slide_btn div a {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DDDDDD;
}
.tbanner .tbanner_slide_btn div a i {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.tbanner .tbanner_slide_btn div a.tbanner_slide_prev i {
  width: 1.2rem;
  height: 0.5rem;
  background-image: url(../images/common/ci_caret.png);
  transform: rotate(90deg);
}
.tbanner .tbanner_slide_btn div a.tbanner_slide_next i {
  width: 1rem;
  height: 0.5rem;
  background-image: url(../images/common/ci_caret.png);
  transform: rotate(-90deg);
}
.tbanner .tbanner_slide_btn div a.tbanner_slide_play i {
  width: 1rem;
  height: 1.2rem;
  background-image: url(../images/common/ci_play.png);
}
.tbanner .tbanner_slide_btn div a.tbanner_slide_stop i {
  width: 1rem;
  height: 1.2rem;
  background-image: url(../images/common/ci_pause.png);
}
.tbanner .tbanner_slide {
  width: calc(100% - 15rem);
}
.tbanner .tbanner_slide li {
  margin: 0 2rem;
}
.tbanner .tbanner_slide li a {
  display: flex;
  align-items: center;
  border: 1px solid #DDDDDD;
  padding: 0.5rem 1rem;
}
.tbanner .tbanner_slide li a img {
  display: block;
  width: 100%;
}

@media (max-width: 620px) {
  .tbanner {
    display: none;
  }
}
/* 0722 ¹è³Ê Ãß°¡ ------------- ¿©±â±îÁö*/
/*

#header .head_top .logo { display: flex; align-items: center;}
#header .head_top .logo a:last-child { width: 22rem; height: 4.4rem; background: url(../images/common/logo_ather.png) no-repeat center center / contain; margin-left: 2rem;}
@media (max-width: 450px) {
  #header .head_top .logo a:last-child { width: 16rem; height: 4.4rem; }
}
@media (max-width: 360px) {
  #header .head_top .logo a:last-child { display: none;}
}

*/