@media screen and (min-width: 1080px) {
  main.main-page section.top {
    padding-top: 20px;
  }
  main.main-page section.top h1 {
    margin-bottom: 44px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 22px;
  }
  main.main-page section.top h1 span, main.main-page section.top h1 small {
    display: block;
    font-weight: bold;
  }
  main.main-page section.top h1 span {
    font-size: 32px;
  }
  main.main-page section.top h1 small {
    font-size: 20px;
  }
  main.main-page section.top p.text {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 16px;
  }
  main.main-page section.top .maps {
    margin-bottom: 88px;
    position: relative;
  }
  main.main-page section.top .maps .scroll {
    position: relative;
  }
  main.main-page section.top .maps .scroll ul.area li.pin {
    margin-top: -20px;
    margin-left: -20px;
    position: absolute;
    z-index: 1;
    line-height: 0;
  }
  main.main-page section.top .maps .scroll ul.area li.pin button {
    padding: 2px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    border: none;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 32, 51, 0.4);
    cursor: pointer;
    transform: scale(1);
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }
  main.main-page section.top .maps .scroll ul.area li.pin button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.main-page section.top .maps .scroll ul.area li.pin:hover {
    z-index: 100 !important;
  }
  main.main-page section.top .maps .scroll ul.area li.pin:hover button {
    transform: scale(1.6);
  }
  main.main-page section.top .maps .scroll .bg {
    width: 1080px;
    height: 540px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  main.main-page section.top .maps .scroll .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.main-page section.top .maps .map_modal {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    display: none;
  }
  main.main-page section.top .maps .map_modal .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  main.main-page section.top .maps .map_modal .content {
    width: 268px;
    height: 330px;
    position: absolute;
    left: calc(50% - 134px);
    top: calc(50% - 165px);
    background: #ffffff;
  }
  main.main-page section.top .maps .map_modal .content button.close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: transparent url("../image/icon_btn_close.png") no-repeat center center/15px 15px;
    border: none;
    cursor: pointer;
  }
  main.main-page section.top .maps .map_modal .content button.close span {
    display: none;
  }
  main.main-page section.top .maps .map_modal .content button.close:hover {
    transform: scale(1.2);
  }
  main.main-page section.top .maps .map_modal .content .frame {
    border: 1px solid #cccccc;
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  main.main-page section.top .maps .map_modal .content .frame a {
    display: block;
  }
  main.main-page section.top .maps .map_modal .content .frame .image img {
    width: 100%;
    height: auto;
  }
  main.main-page section.top .maps .map_modal .content .frame dl {
    padding: 18px 20px;
    font-weight: 500;
    color: #000000;
  }
  main.main-page section.top .maps .map_modal .content .frame dl dt {
    margin-bottom: 4px;
    line-height: 16px;
    font-size: 12px;
  }
  main.main-page section.top .maps .map_modal .content .frame dl dd {
    line-height: 28px;
    font-size: 16px;
  }
  main.main-page section.top .maps .map_modal .content .frame p.btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #007bc2;
  }
  main.main-page section.top .carousel_lists .row {
    margin-bottom: 66px;
  }
  main.main-page section.top .carousel_lists .row h2 {
    margin-bottom: 25px;
    line-height: 35px;
    font-size: 22px;
    font-weight: bold;
  }
  main.main-page section.top .carousel_lists .row .slider ul li {
    margin-right: 36px;
    float: left;
  }
  main.main-page section.top .carousel_lists .row .slider ul li a {
    display: block;
  }
  main.main-page section.top .carousel_lists .row .slider ul li a span {
    display: block;
  }
  main.main-page section.top .carousel_lists .row .slider ul li a span.image {
    margin-bottom: 12px;
    width: 243px;
    height: 194px;
    overflow: hidden;
  }
  main.main-page section.top .carousel_lists .row .slider ul li a span.image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  main.main-page section.top .carousel_lists .row .slider ul li a span.title {
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #007bc2;
  }
  main.main-page section.top .carousel_lists .row .slider .slick-prev, main.main-page section.top .carousel_lists .row .slider .slick-next {
    width: 24px;
    height: 24px;
    top: -36px;
    left: auto;
    right: auto;
    background: transparent url("../image/icon_slick_arrow.png") no-repeat center center/9px 17px;
  }
  main.main-page section.top .carousel_lists .row .slider .slick-prev:before, main.main-page section.top .carousel_lists .row .slider .slick-next:before {
    display: none;
  }
  main.main-page section.top .carousel_lists .row .slider .slick-prev {
    right: 52px;
    transform: rotate(180deg);
  }
  main.main-page section.top .carousel_lists .row .slider .slick-next {
    right: 24px;
    transform: rotate(0);
  }
  main.main-page section.top .carousel_lists .row .slider .slick-list {
    overflow: visible;
  }
  main.main-page section.top .carousel_lists .row .slider .slick-track {
    margin: 0;
  }
}
@media screen and (max-width: 1079px) {
  main.main-page section.top {
    padding-top: 14px;
  }
  main.main-page section.top h1 {
    margin-bottom: 35px;
  }
  main.main-page section.top h1 span, main.main-page section.top h1 small {
    display: block;
    font-weight: bold;
  }
  main.main-page section.top h1 span {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 21px;
  }
  main.main-page section.top h1 small {
    line-height: 16px;
    font-size: 13px;
  }
  main.main-page section.top p.text {
    margin-bottom: 40px;
    line-height: 26px;
    font-size: 15px;
  }
  main.main-page section.top .maps {
    margin-left: -30px;
    margin-bottom: 22px;
    width: calc(100% + 60px);
    height: 469px;
    position: relative;
    overflow: hidden;
  }
  main.main-page section.top .maps .scroll {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  main.main-page section.top .maps .scroll ul.area {
    width: 938px;
    height: 469px;
    position: relative;
  }
  main.main-page section.top .maps .scroll ul.area li.pin {
    margin-top: -18px;
    margin-left: -18px;
    position: absolute;
    z-index: 1;
    line-height: 0;
  }
  main.main-page section.top .maps .scroll ul.area li.pin button {
    padding: 2px;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    overflow: hidden;
    border: none;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 32, 51, 0.4);
  }
  main.main-page section.top .maps .scroll ul.area li.pin button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.main-page section.top .maps .scroll .bg {
    width: 938px;
    height: 469px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
    top: -469px;
    z-index: 0;
  }
  main.main-page section.top .maps .scroll .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.main-page section.top .maps .map_modal {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    display: none;
  }
  main.main-page section.top .maps .map_modal .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  main.main-page section.top .maps .map_modal .content {
    width: 315px;
    height: 400px;
    position: absolute;
    left: calc(50% - 158px);
    top: calc(50% - 200px);
    background: #ffffff;
  }
  main.main-page section.top .maps .map_modal .content button.close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: transparent url("../image/icon_btn_close.png") no-repeat center center/17px 17px;
    border: none;
    cursor: pointer;
  }
  main.main-page section.top .maps .map_modal .content button.close span {
    display: none;
  }
  main.main-page section.top .maps .map_modal .content .frame {
    border: 1px solid #cccccc;
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  main.main-page section.top .maps .map_modal .content .frame a {
    display: block;
  }
  main.main-page section.top .maps .map_modal .content .frame .image img {
    width: 100%;
    height: auto;
  }
  main.main-page section.top .maps .map_modal .content .frame dl {
    padding: 24px 30px;
    font-weight: 500;
    color: #000000;
  }
  main.main-page section.top .maps .map_modal .content .frame dl dt {
    margin-bottom: 4px;
    line-height: 18px;
    font-size: 14px;
  }
  main.main-page section.top .maps .map_modal .content .frame dl dd {
    line-height: 34px;
    font-size: 21px;
  }
  main.main-page section.top .maps .map_modal .content .frame p.btn {
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #007bc2;
  }
  main.main-page section.top .map_help {
    margin-bottom: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }
  main.main-page section.top .map_help img {
    width: 46px;
    height: auto;
  }
  main.main-page section.top .map_help p {
    line-height: 23px;
    font-size: 15px;
    color: #007bc2;
  }
  main.main-page section.top .carousel_lists .row {
    margin-bottom: 40px;
  }
  main.main-page section.top .carousel_lists .row h2 {
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
  }
  main.main-page section.top .carousel_lists .row .slider ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px 20px;
    flex-wrap: wrap;
  }
  main.main-page section.top .carousel_lists .row .slider ul li {
    width: calc(50% - 10px);
  }
  main.main-page section.top .carousel_lists .row .slider ul li a {
    display: block;
  }
  main.main-page section.top .carousel_lists .row .slider ul li a span {
    display: block;
  }
  main.main-page section.top .carousel_lists .row .slider ul li a span.image {
    margin-bottom: 10px;
    width: 100%;
    aspect-ratio: 5/4;
    overflow: hidden;
  }
  main.main-page section.top .carousel_lists .row .slider ul li a span.image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  main.main-page section.top .carousel_lists .row .slider ul li a span.title {
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #007bc2;
  }
}