@charset "UTF-8";
@import url(dialog.css);
@import url(default.css);
:root {
  --point: #008fd5;
  --point2: #00377b;
  --bd-color: #ccc;
  --form-height: 44px;
  --bd-top-color: #222;
  --red: #d90e2d;
  --black: #2b313b;
  --input-color: #888;
}

.color-red {
  color: #d90e2d;
}

.point {
  color: var(--point);
}

.point2 {
  color: var(--point2);
}

.bu1 {
  margin-block: 35px 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.9px;
}
.bu1::before {
  content: "";
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background-color: #2b6da9;
}

h3 {
  color: var(--point2);
  font-size: 32px;
  font-family: "NEXONLv2GothicOTFBold";
}

h3.tit3,
h4.tit {
  color: var(--point2);
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 16px;
}
h3.tit3 + h4.tit4,
h4.tit + h4.tit4 {
  margin-top: 0;
}

h4.tit4,
h5.tit {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.list-bu {
  font-size: 16px;
}
.list-bu > li {
  position: relative;
  padding-left: 12px;
}
.list-bu > li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--point2);
  position: absolute;
  top: 10px;
  left: 0;
}
.list-bu > li > ul > li {
  position: relative;
  padding-left: 14px;
}
.list-bu > li > ul > li::before {
  content: "-";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 1px;
  left: 0;
}

.list-bu2 {
  font-size: 16px;
}
.list-bu2 li {
  position: relative;
  padding-left: 14px;
}
.list-bu2 li::before {
  content: "-";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 1px;
  left: 0;
}

.header {
  background: url(../images/main/bg_main_head.png) 50% 48px no-repeat;
}
@media (max-width: 1199px) {
  .header {
    background: url(../images/common/bg-mobile@2x.png) no-repeat;
    background-size: 100% 80px;
    height: 80px;
  }
}

#container {
  margin: 0;
  max-width: 100%;
}

a:focus, button:focus {
  outline-offset: 3px;
}

h2 {
  font-size: 30px;
  color: #000;
}
@media (max-width: 749px) {
  h2 {
    font-size: 26px;
  }
}

.chatbot {
  position: fixed;
  top: 432px;
  right: 0;
  z-index: 999;
}
@media (max-width: 1530px) {
  .chatbot {
    top: auto;
    bottom: 30px;
  }
}
@media (max-width: 749px) {
  .chatbot img {
    width: 100px;
  }
}
.chatbot a {
  display: block;
  position: relative;
}

.swiper-wrapper {
  height: auto !important;
}

.section1 {
  padding: 50px 0 40px;
}
@media (max-width: 749px) {
  .section1 {
    padding: 0 0 40px;
  }
}
.section1 .container {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) 680px;
  gap: 43px;
}
@media (max-width: 749px) {
  .section1 .container {
    display: block;
  }
}
.section1 .main-info-sh .title-txt {
  margin: 30px 0 30px;
  font-size: 26px;
  font-weight: 600;
  word-break: keep-all;
}
@media (min-width: 750px) {
  .section1 .main-info-sh .title-txt br {
    display: none;
  }
}
@media (max-width: 749px) {
  .section1 .main-info-sh .title-txt {
    font-size: 22px;
    line-height: 1.4;
  }
}
.section1 .main-info-sh .title-txt em {
  color: var(--red);
  font-size: 32px;
}
@media (max-width: 749px) {
  .section1 .main-info-sh .title-txt em {
    font-size: 30px;
  }
}
.section1 .main-info-sh .select-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 749px) {
  .section1 .main-info-sh .select-set {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section1 .main-info-sh .select select {
  width: 100%;
  height: initial;
  color: #000;
  font-size: 16px;
  border: 1px solid var(--point);
  border-radius: 22px;
  padding: 13px 22px;
  background: url(../images/common/select-arr2.png) calc(100% - 15px) center no-repeat;
}
.section1 .main-info-sh .select select:focus {
  outline: 1px dashed #000;
  outline-offset: 3px;
}
.section1 .main-info-sh .btn-sh {
  text-align: center;
  margin-top: 50px;
  color: #fff;
  font-size: 20px;
  font-family: "NEXONLv2GothicOTFBold";
  font-weight: 600;
  background: #008fd5;
  border-radius: 5px;
  padding: 17px 40px;
}
@media (max-width: 749px) {
  .section1 .main-info-sh .btn-sh {
    padding: 10px 20px;
  }
}
.section1 .main-info-sh .btn-sh:focus {
  outline-color: #000;
}
@media (max-width: 749px) {
  .section1 .main-info-sh .btn-sh {
    margin-top: 20px;
  }
}
.section1 .main-info-sh .btn-sh::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../images/main/ico-m-search2.png) 0 50% no-repeat;
  margin-right: 10px;
  margin-top: 2px;
}
.section1 .popup-swiper {
  position: relative;
  width: 680px;
  max-width: 100%;
  border-radius: 20px;
}
@media (max-width: 749px) {
  .section1 .popup-swiper {
    margin-top: 20px;
  }
}
.section1 .popup-swiper .swiper-slide {
  width: 100%;
}
.section1 .popup-swiper .swiper a {
  display: block;
}
.section1 .popup-swiper .swiper a:focus {
  outline-width: 2px;
  outline-color: #F4B400;
  outline-offset: -4px;
  border-radius: 20px;
}
.section1 .popup-swiper .swiper a .img {
  display: block;
  aspect-ratio: 680/380;
}
.section1 .popup-swiper .swiper a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.section1 .popup-swiper .swiper-ctrl {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
}
@media (min-width: 750px) {
  .section1 .popup-swiper .swiper-ctrl {
    bottom: 15px;
  }
}
@media (max-width: 749px) {
  .section1 .popup-swiper .swiper-ctrl {
    bottom: 10px;
    right: 15px;
  }
}
.section1 .popup-swiper .swiper-ctrl button {
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.section1 .popup-swiper .swiper-ctrl button:hover, .section1 .popup-swiper .swiper-ctrl button:focus {
  outline: 1px dashed #000;
  outline-offset: -3px;
  border-radius: 50%;
}
.section1 .popup-swiper .swiper-ctrl-prev {
  background-image: url(../images/main/btn-prev.png);
}
.section1 .popup-swiper .swiper-ctrl-next {
  background-image: url(../images/main/btn-next.png);
}
.section1 .popup-swiper .swiper-ctrl-stop {
  background-image: url(../images/main/btn-stop.png);
}
.section1 .popup-swiper .swiper-ctrl-play {
  background-image: url(../images/main/btn-play.png);
}
.section1 .popup-swiper .swiper-ctrl .popup-paging {
  display: flex;
  align-items: center;
  gap: 3px;
  width: auto;
  --progress-duration: 6s; /* autoplay.delay(6000ms) 동일하게 */
}
.section1 .popup-swiper .swiper-ctrl .popup-paging .num {
  color: var(--point);
  font-weight: bold;
}
.section1 .popup-swiper .swiper-ctrl .popup-paging .progress {
  opacity: 1;
  position: relative;
  width: 60px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  margin: 0 8px;
}
.section1 .popup-swiper .swiper-ctrl .popup-paging .progress .fill {
  display: inline-block;
  width: 0%;
  height: 100%;
  background: #00b8ff;
  transition: width 4s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  animation: fillBar var(--progress-duration) linear forwards;
}
@keyframes fillBar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.section2 {
  padding: 30px 0;
  background: url(../images/common/bg_mainsub.png) 50% no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .section2 {
    height: 376px;
    background-size: auto 100%;
  }
}
@media (max-width: 749px) {
  .section2 {
    background-size: 100% 100%;
  }
}
.section2 .container {
  position: relative;
}
.section2__head {
  padding: 10px 0;
}
.section2__head .txt {
  color: #00aeef;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .section2__head .txt {
    min-height: 47px;
  }
}
@media (max-width: 749px) {
  .section2__head .txt br {
    display: none;
  }
}
.section2__head h2 {
  margin-top: 5px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .section2__head h2 {
    margin: 10px 0 10px;
    font-size: 26px;
  }
}
.section2__head .notice-tab {
  position: absolute;
  top: 12px;
  left: 270px;
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .section2__head .notice-tab {
    position: static;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.section2__head .notice-tab a {
  padding: 6px 22px;
  color: #fff;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: transform 0.6s ease;
}
@media (max-width: 749px) {
  .section2__head .notice-tab a {
    padding: 5px 15px;
    font-size: 15px;
  }
}
.section2__head .notice-tab a:hover, .section2__head .notice-tab a.on {
  font-weight: 600;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 22px;
}
@media (max-width: 749px) {
  .section2__head .notice-tab a:hover, .section2__head .notice-tab a.on {
    font-size: 17px;
  }
}
.section2 .notice-swiper {
  margin-top: -57px;
  margin-left: 270px;
}
@media (max-width: 1199px) {
  .section2 .notice-swiper {
    margin-top: 0;
    margin-left: 0;
  }
}
.section2 .notice-swiper__ctrl {
  position: absolute;
  left: 0;
  z-index: 98;
  display: flex;
  gap: 5px;
}
@media (min-width: 1200px) {
  .section2 .notice-swiper__ctrl {
    top: 265px;
  }
}
@media (max-width: 1199px) {
  .section2 .notice-swiper__ctrl {
    left: 50%;
    bottom: -70px;
    transform: translate(-50%, 0);
  }
}
.section2 .notice-swiper__ctrl button {
  width: 50px;
  height: 50px;
}
.section2 .notice-swiper__ctrl button:hover, .section2 .notice-swiper__ctrl button:focus {
  outline: 1px dashed #fff;
  outline-offset: 3px;
  border-radius: 50%;
}
.section2 .notice-swiper__ctrl__prev {
  background: url(../images/main/ico-arrow-prev.png) no-repeat;
}
.section2 .notice-swiper__ctrl__next {
  background: url(../images/main/ico-arrow-next.png) no-repeat;
}
.section2 .notice-swiper__ctrl__stop {
  background: url(../images/main/ico-arrow-stop.png) no-repeat;
}
.section2 .notice-swiper__ctrl__play {
  background: url(../images/main/ico-arrow-play.png) no-repeat;
}
.section2 .notice-swiper__container {
  overflow: initial;
}
.section2 .notice-swiper__container .swiper-slide {
  width: 300px;
  height: 242px;
  visibility: hidden;
}
.section2 .notice-swiper__container .swiper-slide-active, .section2 .notice-swiper__container .swiper-slide-active ~ .swiper-slide {
  visibility: visible;
}
@media (min-width: 1200px) {
  .section2 .notice-swiper__container .swiper-slide-next + .swiper-slide ~ .swiper-slide a {
    position: relative;
  }
  .section2 .notice-swiper__container .swiper-slide-next + .swiper-slide ~ .swiper-slide a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 55, 123, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-radius: 20px;
  }
}
@media (max-width: 749px) {
  .section2 .notice-swiper__container .swiper-slide-next a {
    position: relative;
  }
  .section2 .notice-swiper__container .swiper-slide-next a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 55, 123, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-radius: 20px;
  }
}
.section2 .notice-swiper__container .swiper-slide a {
  display: block;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 20px;
  height: 242px;
}
@media (max-width: 749px) {
  .section2 .notice-swiper__container .swiper-slide a {
    padding: 20px;
  }
}
.section2 .notice-swiper__container .swiper-slide a:focus {
  outline-offset: -3px;
}
.section2 .notice-swiper__container .swiper-slide a:hover {
  position: relative;
  box-shadow: 8px 8px 2px 0 rgba(0, 0, 0, 0.15);
}
.section2 .notice-swiper__container .swiper-slide a:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid var(--point);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section2 .notice-swiper__container .swiper-slide a:hover .name, .section2 .notice-swiper__container .swiper-slide a:hover .title {
  color: var(--point2);
}
.section2 .notice-swiper__container .swiper-slide a .img {
  display: block;
  aspect-ratio: 260/82;
  max-width: 260px;
  margin-bottom: 20px;
}
.section2 .notice-swiper__container .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.section2 .notice-swiper__container .swiper-slide a .name {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.section2 .notice-swiper__container .swiper-slide a .title {
  width: 100%;
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 2px;
  margin-bottom: 16px;
}
.section2 .notice-swiper__container .swiper-slide a .local {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}
.section2 .notice-swiper__container .swiper-slide a .local::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 20px;
  background: url(../images/main/ico-location.png) no-repeat;
  margin-right: 8px;
}
.section2 .notice-swiper__container .swiper-slide a .days {
  font-size: 16px;
  font-weight: 600;
}
.section2 .notice-swiper__container.bd-photo ul li {
  width: 300px;
  position: relative;
  margin-bottom: 20px;
}
.section2 .notice-swiper__container.bd-photo ul li a {
  font-size: 16px;
  position: relative;
  padding: 20px 30px;
  height: 242px;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid var(--bd-color);
}
.section2 .notice-swiper__container.bd-photo ul li .info {
  font-size: 16px;
  font-family: "NEXONLv2GothicOTFBold";
}
.section2 .notice-swiper__container.bd-photo ul li .info .name {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
}
.section2 .notice-swiper__container.bd-photo ul li .s {
  display: flex;
  justify-content: space-between;
  margin: 4px 0 10px;
}
.section2 .notice-swiper__container.bd-photo ul li .item-list {
  color: var(--point);
  font-family: "NEXONLv2GothicOTFMedium";
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.section2 .notice-swiper__container.bd-photo ul li .item-list .item {
  display: inline-block;
  border: 1px solid var(--point);
  padding: 2px 10px;
  border-radius: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 58px);
}
.section2 .notice-swiper__container.bd-photo ul li .item-list .item:not(:first-child) {
  display: none;
}
.section2 .notice-swiper__container.bd-photo ul li .item-etc {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 30px;
}
.section2 .notice-swiper__container.bd-photo ul li .item-etc > span {
  font-weight: 600;
}
.section2 .notice-swiper__container.bd-photo ul li .item-etc .file {
  color: var(--point2);
  font-weight: 500;
  font-family: "NEXONLv2GothicOTFMedium";
  display: inline-block;
}
.section2 .notice-swiper__container.bd-photo ul li .item-etc .file::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  background: url(/kocea/asset/work/images/ico/ico-file2.png);
  margin-right: 7px;
}
.section2 .notice-swiper .more {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 99;
}
@media (max-width: 1199px) {
  .section2 .notice-swiper .more {
    top: 43px;
  }
}
.section2 .notice-swiper .more a {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/main/btn-more.png) no-repeat;
}
.section2 .notice-swiper .more a:focus {
  outline-color: #fff;
  border-radius: 50%;
}

.section3 {
  margin: 50px 0;
}
@media (max-width: 749px) {
  .section3 {
    margin: 35px 0;
  }
}
.section3 .m-calender {
  position: relative;
  padding-top: 20px;
}
.section3 .m-calender .m-calender-swiper {
  background-color: #f3f5f9;
  border-radius: 40px;
  height: 80px;
  padding: 20px 135px 20px 60px;
}
@media (max-width: 749px) {
  .section3 .m-calender .m-calender-swiper {
    padding: 25px 102px 12px 20px;
    height: 165px;
    border-radius: 20px;
  }
}
.section3 .m-calender .m-calender-swiper ul li {
  display: flex;
  align-items: center;
}
.section3 .m-calender .m-calender-swiper ul li.empty {
  line-height: 2.2;
}
.section3 .m-calender .m-calender-swiper ul li a {
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: minmax(100px, 300px) minmax(200px, 1fr) 95px;
}
@media (max-width: 1199px) {
  .section3 .m-calender .m-calender-swiper ul li a {
    grid-template-columns: minmax(100px, 150px) minmax(200px, 1fr) 95px;
  }
}
@media (max-width: 749px) {
  .section3 .m-calender .m-calender-swiper ul li a {
    display: block;
  }
}
.section3 .m-calender .m-calender-swiper ul li a .i-name {
  color: var(--point2);
  font-size: 18px;
}
@media (max-width: 749px) {
  .section3 .m-calender .m-calender-swiper ul li a .i-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 110px);
  }
}
.section3 .m-calender .m-calender-swiper ul li a .title {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (max-width: 749px) {
  .section3 .m-calender .m-calender-swiper ul li a .title {
    width: 100%;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    font-size: 18px;
    line-height: 1.4;
    height: 52px;
  }
}
.section3 .m-calender .m-calender-swiper ul li a .title i {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  background-color: #757575;
  border-radius: 14px;
  padding: 2px 10px;
  margin-right: 10px;
}
@media (max-width: 749px) {
  .section3 .m-calender .m-calender-swiper ul li a .title i {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.section3 .m-calender .m-calender-swiper ul li a [class^=state] {
  width: 95px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 22px;
  padding: 9px 12px;
}
@media (max-width: 749px) {
  .section3 .m-calender .m-calender-swiper ul li a [class^=state] {
    display: flex;
    justify-content: center;
    padding: 5px 15px;
    margin: 5px auto;
  }
}
.section3 .m-calender .m-calender-swiper ul li a .state1 {
  background-color: var(--point);
}
.section3 .m-calender .m-calender-swiper ul li a .state2 {
  background-color: var(--point2);
}
.section3 .m-calender-head {
  position: absolute;
  top: -37px;
  right: 0;
  font-size: 16px;
}
@media (max-width: 749px) {
  .section3 .m-calender-head {
    position: static;
    margin-bottom: 20px;
  }
}
.section3 .m-calender-head > span {
  display: inline-block;
  margin: 0 4px;
}
.section3 .m-calender-head em {
  font-weight: 600;
}
.section3 .m-calender-head .btn-calender {
  font-family: "NEXONLv2GothicOTFMedium";
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 12px 15px;
  margin-left: 10px;
}
.section3 .m-calender-head .btn-calender::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../images/main/ico-calendar-m.png) no-repeat;
  margin-right: 7px;
}
.section3 .m-calender__ctrl {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  padding-right: 55px;
}
@media (max-width: 749px) {
  .section3 .m-calender__ctrl {
    right: 15px;
    padding-right: 50px;
  }
}
.section3 .m-calender__ctrl button {
  width: 30px;
  height: 30px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.section3 .m-calender__ctrl button.swiper-prev {
  background-image: url(../images/main/calender__ctrl_prev.png);
}
.section3 .m-calender__ctrl button.swiper-next {
  background-image: url(../images/main/calender__ctrl_next.png);
}
.section3 .m-calender__ctrl button.swiper-stop, .section3 .m-calender__ctrl button.swiper-play {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.section3 .m-calender__ctrl button.swiper-stop {
  background-image: url(../images/main/ico-calender-stop.png);
}
.section3 .m-calender__ctrl button.swiper-play {
  background-image: url(../images/main/ico-calender-play.png);
}
.section3 .m-calender__ctrl button:hover, .section3 .m-calender__ctrl button:focus {
  outline: 1px dashed #000;
}

.section4 .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: url(../images/main/main-c-bg-box.png) no-repeat;
  background-size: cover;
  padding: 66px 50px;
  height: 240px;
  border-radius: 20px;
}
@media (max-width: 749px) {
  .section4 .container {
    position: relative;
    padding: 20px;
    gap: 20px;
    background-position: calc(100% + 300px) 0;
    overflow: hidden;
  }
  .section4 .container::before {
    content: "";
    display: inline-block;
    width: 75%;
    height: 100%;
    background-image: linear-gradient(to right, var(--point2) 0%, transparent 90%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .section4 .container h2 {
    position: relative;
    z-index: 1;
  }
}
.section4 .container ul {
  display: flex;
  gap: 10px;
}
@media (max-width: 749px) {
  .section4 .container ul {
    position: relative;
    z-index: 1;
    display: block;
  }
}
@media (max-width: 749px) {
  .section4 .container ul li + li {
    margin-top: 10px;
  }
}
.section4 .container ul li a {
  display: inline-block;
  width: 180px;
  padding: 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 22px;
  border: 1px solid var(--point);
  background-color: var(--point);
  transition: transform 0.6s ease;
}
@media (max-width: 749px) {
  .section4 .container ul li a {
    width: 150px;
    padding: 5px 8px;
  }
}
.section4 .container ul li a:hover {
  border: 1px solid #fff;
  background-image: linear-gradient(135deg, #124A89, #9CB2CC);
}

.section5 {
  margin: 40px 0 60px;
}
.section5 .service {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.section5 .service ul {
  width: -moz-max-content;
  width: max-content;
  margin-top: 15px;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.section5 .service ul li {
  width: 195px;
}
.section5 .service ul li a {
  display: block;
}
.section5 .service ul li a:focus {
  outline-offset: -1px;
}
.section5 .service ul li a .img {
  aspect-ratio: 195/140;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.section5 .service ul li a .img img {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
.section5 .service ul li a .img + span {
  margin-top: 14px;
  display: block;
  font-size: 16px;
  text-align: center;
}
.section5 .service ul li a:hover img {
  transform: scale(1.3);
}
.section5 .service ul li img {
  width: 100%;
}

.footer {
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 1300px) {
  .contents {
    margin: 0 20px !important;
  }
  .section2 {
    margin: 0 -20px;
    padding: 20px 10px 90px;
  }
}
@media (max-width: 749px) {
  .header {
    height: 80px;
  }
  .contents {
    margin: 0 10px !important;
  }
  .section2 {
    margin: 0 -10px;
  }
}
/*# sourceMappingURL=main.css.map */
