@charset "utf-8";

body, div, ul, li, p, strong {
    word-break: keep-all;
    line-height: 1.4;
}
ul {margin: 0; padding: 0;}
img {max-width: 100%;}

.main {
    margin-top: -120px;
    overflow: hidden;
}
.main .title {
    margin-bottom: 50px;
    text-align: center;
}
.main .title h2 {
    font-size: 42px;
    font-weight: bold;
}
.main .title h2 span {color: #004bc4;}
.main .title p {
    font-size: 21px;
    font-weight: 500;
    margin-top: 25px;
}
.main .desc {font-size: 16px;}
.main .more-btn {
    max-width: 250px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    background: #004bc4;
    transition: all .3s;
}
.main .more-btn:hover {background: #00142d;}
.main .slick-prev,
.main .slick-next {
    background: url(/img/custom/symbol_waterdrop.svg) no-repeat center;
    background-size: cover;
    width: 60px;
    height: 60px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.main .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    display: flex;
}
.main .slick-dots li {margin-right: 10px;}
.main .slick-dots li:last-child {margin-right: 0;}
.main .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #7b8898;
    border: none;
    transition: all .3s;
}
.main .slick-dots li.slick-active button {
    width: 20px;
    background: #00142d;
}
.main .admin-btn {
    text-align: right;
    margin-top: 50px;
    padding-right: 50px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.main .admin-btn a {
    display: inline-block;
    font-size: 24px;
    color: #f32828;
}

.main section {
    position: relative;
    padding: 120px 0;
}
.main #about {padding: 0;}
.main #about .about-slider .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 50px;
}
.main #about .about-slider .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main #about .about-slider .img {
    width: 420px;
    height: 420px;
    border-radius: 420px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.main #about .about-slider .txt {margin-left: 100px;}
.main #about .about-slider .txt p {
    font-size: 20px;
    font-weight: 600;
    color: #575d65;
}
.main #about .about-slider .txt strong {
    display: block;
    font-size: 50px;
    margin: 30px 0 60px;
    font-weight: bold;
}
.main #about .about-slider .txt strong span {color: #004bc4;}
.main #about .about-slider .txt .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main #about .about-slider .txt .more-btn span {margin-left: 10px;}
.main #about .about-slider .slide01 {
    background: url(/img/custom/about_01_bg.jpg) no-repeat center;
    background-size: cover;
    height: 80vh;
    position: relative;
}
.main #about .about-slider .slide01::after {
    content: "";
    background: linear-gradient(to right, #004bc4, #00142d);
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main #about .about-slider .slide01 .txt {
    position: relative;
    margin-left: 0;
    margin-right: 80px;
    z-index: 1;
}
.main #about .about-slider .slide01 .img {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    overflow: visible;
    z-index: 1;
    margin-top: 120px;
}
.main #about .about-slider .slide01 .img .gominu {height: 500px;}
.main #about .about-slider .slide01 .img .label {
    position: absolute;
    top: -50px;
    left: -50px;
}
.main #about .about-slider .slide02 {
    background: url(/img/custom/about_02_bg.jpg) no-repeat center;
    background-size: cover;
    height: 80vh;
    position: relative;
}
.main #about .about-slider .slide02 .img {background-image: url(/img/custom/about_02_img.jpg);}
.main #about .about-slider .slide03 {
    background: url(/img/custom/about_03_bg.jpg) no-repeat center;
    background-size: cover;
    height: 80vh;
    position: relative;
}
.main #about .about-slider .slide03 .img {background-image: url(/img/custom/about_03_img.jpg);}

.main #statistics .graph-wrap {
    display: flex;
    flex-wrap: wrap;
}
.main #statistics .graph-wrap > li {
    width: calc((100% - 500px)/2);
    margin-right: 100px;
}
.main #statistics .graph-wrap > li:last-child {
    width: 300px;
    margin-right: 0;
}
.main #statistics .graph-wrap > li h3 {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.main #statistics .graph-wrap > li h3 img {width: 24px; height: 24px;}
.main #statistics .graph-wrap > li h3 b {
    font-size: 26px;
    font-weight: bold;
    margin-left: 12px;
}
.main #statistics .graph-wrap > li .graph {position: relative;}
.main #statistics .graph-wrap > li:first-child .number {
    font-size: 36px;
    font-weight: bold;
    color: #004bc4;
    margin-bottom: 50px;
}
.main #statistics .graph-wrap > li:first-child .graph .line-graph {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
    width: 100%;
    padding: 0 5%;
}
.main #statistics .graph-wrap > li:first-child .graph .line-graph img {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.5s ease-out;
}
.main #statistics .graph-wrap > li:nth-child(2) .graph {margin-top: 75px;}
.main #statistics .graph-wrap > li:nth-child(2) .graph ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: space-evenly;
    text-align: center;
}
.main #statistics .graph-wrap > li:nth-child(2) .graph ul li {height: 100%;}
.main #statistics .graph-wrap > li:nth-child(2) .graph ul li .number {
    font-size: 20px;
    font-weight: bold;
}
.main #statistics .graph-wrap > li:nth-child(2) .graph ul li .bar {
    background: #e2e8ed;
    width: 20px;
    height: calc(100% - 42px);
    display: inline-block;
    margin-top: 12px;
    position: relative;
}
.main #statistics .graph-wrap > li:nth-child(2) .graph ul li .bar span {
    content: "";
    background: linear-gradient(to top, #00142d, #004bc4);
    width: 100%;
    height: 0%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: height 1s ease-out;
}
.main #statistics .graph-wrap > li:last-child {
    background: url(/img/custom/statistics_graph_03_bg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    padding: 40px 30px 30px;
    text-align: center;
}
.main #statistics .graph-wrap > li:last-child h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0 20px;
    display: block;
}

.main #review {
    padding: 0;
    background: #f8f8f8;
}
.main #review .left {
    background: url(/img/custom/review_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
    padding-left: calc((100% - 1400px)/2);
    width: 50%;
}
.main #review .left .title {
    color: #fff;
    text-align: left;
    margin-bottom: 150px;
}
.main #review .left .title h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.main #review .right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 60%;
}
.main #review .review-slider .slide {
    padding: 30px 0;
    margin-right: 50px;
}
.main #review .review-slider .slide a {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    padding: 20px;
    display: block;
    font-size: 16px;
}
.main #review .review-slider .slide .profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main #review .review-slider .slide .profile .name {
    display: flex;
    align-items: center;
}
.main #review .review-slider .slide .profile .name span {
    color: #60656c;
    margin-left: 8px;
    font-weight: 600;
}
.main #review .review-slider .slide .profile .address {color: #60656c;}
.main #review .review-slider .slide .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 15px 0 25px;
    height: 250px;
}
.main #review .review-slider .slide .bottom-area {
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    color: #888;
    font-size: 14px;
    margin-top: 15px;
}
.main #review .review-slider .slide .bottom-area .star {
    display: flex;
    align-items: center;
}
.main #review .review-slider .slide .bottom-area .star span {margin-left: 8px;}
.main #review .review-slider .slick-prev {left: -30px;}
.main #review .review-slider .slick-next {right: 50px;}

.main #solution {padding-bottom: 0;}
.main #solution .container {max-width: 1200px;}
.main #solution .solution-list {
    display: flex;
    flex-wrap: wrap;
}
.main #solution .solution-list li {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
}
.main #solution .solution-list li:last-child {margin-right: 0;}
.main #solution .solution-list li a {
    display: block;
    background: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.main #solution .solution-list li .img {
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main #solution .solution-list li .img .label {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,0.4);
    border-radius: 0 0 0 10px;
    padding: 8px 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.main #solution .solution-list li .txt {padding: 30px 40px 40px;}
.main #solution .solution-list li .txt .subject {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.main #solution .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 270px;
    margin: 50px auto 0;
    background: #03c75a;
}
.main #solution .more-btn:hover {background: #00a249;}
.main #solution .more-btn span {margin-left: 10px;}

.main #partners {padding-bottom: 0;}
.main #partners .container {max-width: 1200px;}
.main #partners .partners-wrap {
    display: flex;
    flex-wrap: wrap;
}
.main #partners .partners-wrap > ul {width: calc((100% - 20px)/2);}
.main #partners .partners-wrap .logo-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-bottom: -10px;
}
.main #partners .partners-wrap .logo-list li {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main #partners .partners-wrap .logo-list li:nth-child(3n) {margin-right: 0;}
.main #partners .partners-wrap .contract-list {
    display: flex;
    flex-wrap: wrap;
}
.main #partners .partners-wrap .contract-list li {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
    border: 1px solid #ddd;
}
.main #partners .partners-wrap .contract-list li:last-child {margin-right: 0;}
.main #partners .partners-wrap .contract-list li img {
    max-width: none;
    width: 100%;
    height: 100%;
}
.main #partners .bottom-box {
    margin-top: 50px;
    background: #004bc4;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    text-align: center;
}

.main #point h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.main #point h3 span {color: #004bc4;}
.main #point .point-list {
    display: flex;
    flex-wrap: wrap;
}
.main #point .point-list > li {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    border-radius: 10px;
    background: #f3f5f6;
    padding: 30px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 520px;
}
.main #point .point-list > li:first-child {background-image: url(/img/custom/point_01_img.jpg)}
.main #point .point-list > li:nth-child(2) {background-image: url(/img/custom/point_02_img.jpg)}
.main #point .point-list > li:last-child {
    background-image: url(/img/custom/point_03_img.jpg);
    margin-right: 0;
}
.main #point .point-list > li .number {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(/img/custom/symbol_waterdrop.svg) no-repeat center;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}
.main #point .bottom-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f3f6fa;
    padding: 50px;
    text-align: center;
    margin-top: 100px;
}
.main #point .bottom-box h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
.main #point .bottom-box ul {
    display: flex;
    flex-wrap: wrap;
}
.main #point .bottom-box ul li {
    width: calc((100% - 60px)/4);
    height: 310px;
    margin-right: 20px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.main #point .bottom-box ul li:first-child {background-image: url(/img/custom/point_04_img_01.jpg)}
.main #point .bottom-box ul li:nth-child(2) {background-image: url(/img/custom/point_04_img_02.jpg)}
.main #point .bottom-box ul li:nth-child(3) {background-image: url(/img/custom/point_04_img_03.jpg)}
.main #point .bottom-box ul li:last-child {
    background-image: url(/img/custom/point_04_img_04.jpg);
    margin-right: 0;
}
.main #point .bottom-box ul li::after {
    content: "";
    background: linear-gradient(to top, #000, transparent);
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.8;
}
.main #point .bottom-box ul li h4 {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
}

.main #equipment {padding: 0 0 70px;}
.main #equipment::after {
    content: "";
    background: #004bc4;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main #equipment .equipment-slider {
    position: relative;
    z-index: 1;
    margin-top: -30px;
}
.main #equipment .equipment-slider .slick-track {padding: 30px 0;}
.main #equipment .equipment-slider .slide {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 30px;
    text-align: center;
    margin: 0 15px;
}
.main #equipment .equipment-slider .slide .img {
    text-align: center;
    height: 250px;
}
.main #equipment .equipment-slider .slide .img img {
    max-height: 100%;
    display: inline-block;
}
.main #equipment .equipment-slider .slide .txt {margin-top: 30px;}
.main #equipment .equipment-slider .slide .txt h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.main #equipment .equipment-slider .slide .txt p {
    font-size: 16px;
    font-weight: 500;
    color: #575d65;
}

.main #area {
    background: url(/img/custom/area_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}
.main #area .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
}
.main #area .txt {
    width: 50%;
    padding-right: 50px;
}
.main #area .txt .title {
    text-align: left;
    margin: 50px 0 100px;
}
.main #area .txt .all-number {
    background: #fff;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.main #area .txt .all-number b {
    font-size: 40px;
    font-weight: bold;
    transition: all 1s ease-out;
}
.main #area .img {
    width: 50%;
    text-align: center;
}
.main #area .img .map {
    position: relative;
    display: inline-block;
}
.main #area .img .map .area-wrap li {
    position: absolute;
    background: rgba(0,0,0,0.7);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.main #area .img .map .area-wrap li p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #004bc4;
    border-radius: 0 0 10px 10px;
    height: 36px;
    line-height: 36px;
}
.main #area .img .map .area-wrap li .number {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    min-width: 90px;
    transition: all 1s ease-out;
}
.main #area .img .map .area-wrap .area01 {top: 55px; left: 130px;}
.main #area .img .map .area-wrap .area02 {top: 160px; left: 130px;}
.main #area .img .map .area-wrap .area03 {top: 105px; left: 0;}
.main #area .img .map .area-wrap .area04 {top: 75px; right: 130px;}
.main #area .img .map .area-wrap .area05 {top: 270px; left: 105px;}
.main #area .img .map .area-wrap .area06 {bottom: 235px; right: 90px;}
.main #area .img .map .area-wrap .area07 {bottom: 135px; left: 105px;}
.main #area .img .map .area-wrap .area08 {bottom: 35px; right: 35px;}

.main #satisfaction .container {max-width: 1200px;}
.main #satisfaction ul {
    background: #f5f5f5;
    border-radius: 400px;
    padding: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.main #satisfaction ul li {
    width: 400px;
    padding: 50px 20px;
    border-radius: 200px;
    text-align: center;
}
.main #satisfaction ul li h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}
.main #satisfaction ul li h3 span {
    font-size: 30px;
    color: #004bc4;
    display: block;
}
.main #satisfaction ul li:first-child {background: rgba(0,75,196,0.2)}
.main #satisfaction ul li:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,75,196,0.85);
    color: #fff;
    padding: 70px 15px;
}
.main #satisfaction ul li:last-child {background: rgba(136,168,219,0.2)}

.main #column {
    background: url(/img/custom/column_bg.jpg) no-repeat center;
    background-size: cover;
}
.main #column .title {color: #fff;}
.main #column .column-list {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 50px 20px;
    border-radius: 10px;
    background: #fff;
}
.main #column .column-list li {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}
.main #column .column-list li:nth-child(2n) {margin-right: 0}
.main #column .column-list li .img {width: 32%;}
.main #column .column-list li .txt {
    width: 68%;
    padding: 35px 40px;
}
.main #column .column-list li .txt h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}
.main #column .column-list li .txt .more-btn {
    max-width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.main #inquiry {
    display: flex;
    flex-wrap: wrap;
}
.main #inquiry::after {
    content: "";
    background: #004bc4;
    width: 260px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.main #inquiry .left {
    width: 50%;
    padding-left: calc((100% - 1400px)/2);
    position: relative;
    z-index: 1;
}
.main #inquiry .left .title {
    text-align: left;
    margin-bottom: 40px;
}
.main #inquiry .left .desc {font-size: 20px;}
.main #inquiry .left ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: -15px;
}
.main #inquiry .left ul li {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
    margin-bottom: 15px;
}
.main #inquiry .left ul li:nth-child(2n) {margin-right: 0;}
.main #inquiry .left ul li a {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    display: block;
    text-align: center;
}
.main #inquiry .left ul li a .ico {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    margin: 0 auto 15px;
    display: block;
}
.main #inquiry .left ul li a p {
    font-size: 20px;
    font-weight: bold;
}
.main #inquiry .left ul li:first-child .ico {background: #f6dd0e;}
.main #inquiry .left ul li:nth-child(2) .ico {background: #004bc4;}
.main #inquiry .left ul li:nth-child(3) .ico {background: #00142d;}
.main #inquiry .left ul li:last-child .ico {background: #fff;}
.main #inquiry .right {
    width: 50%;
    padding-left: 160px;
    position: relative;
    z-index: 1;
}
.main #inquiry .right .inner {
    background: url(/img/custom/inquiry_box_bg.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    height: 100%;
    color: #fff;
    padding: 100px 80px;
}
.main #inquiry .right .inner .title {
    text-align: left;
    margin-bottom: 40px;
}
.main #inquiry .right .inner .desc {font-size: 20px;}
.main #inquiry .right .inner .more-btn {
    margin-top: 50px;
    background: #fff;
    color: #00142d;
}
.main #inquiry .right .inner .more-btn:hover {
    background: #004bc4;
    color: #fff;
}

@media all and (max-width: 1400px) {
    .main #about .about-slider .img {
        width: 400px;
        height: 400px;
    }
    .main #about .about-slider .txt {margin-left: 80px;}
    .main #about .about-slider .txt strong {font-size: 50px;}
    .main #review .left,
    .main #inquiry .left {padding-left: 30px;}
    .main #inquiry .right {padding-left: 50px;}
}
@media all and (max-width: 1280px) {
    .main #about .about-slider .slide01 .img .gominu {height: 400px;}
    .main #statistics .graph-wrap > li {
        width: calc((100% - 80px)/3) !important;
        margin-right: 40px;
    }
    .main #satisfaction ul {padding: 50px;}
    .main #satisfaction ul li {width: 320px;}
    .main #inquiry .right .inner {padding: 70px 60px}
}
@media all and (max-width: 1200px) {
    .main #about .about-slider .slide01,
    .main #about .about-slider .slide02,
    .main #about .about-slider .slide03 {height: 85vh;}
    .main #about .about-slider .img {width: 300px; height: 300px;}
    .main #about .about-slider .txt {
        width: calc(100% - 350px);
        margin-left: 50px;
    }
    .main #about .about-slider .slide01 .img {margin-top: 50px;}
    .main #about .about-slider .slide01 .img .gominu {height: 400px;}
    .main #about .about-slider .slide01 .txt {width: calc(100% - 500px);}
}
@media all and (max-width: 1024px) {
    .main #solution .solution-list li .txt {padding: 30px;}
    .main #point .point-list > li {min-height: 500px;}
    .main #point .bottom-box {margin-top: 30px;}
}
@media all and (max-width: 991px) {
    .main #about .about-slider .txt {
        width: 100% !important;
        text-align: center;
        margin: 50px 0 0;
    }
    .main #about .about-slider .txt strong {margin-bottom: 50px;}
    .main #about .about-slider .txt .more-btn {margin: 0 auto;}
    .main #about .about-slider .img {margin: 0 auto;}
    .main #about .about-slider .slide01 .txt {margin: 0;}
    .main #about .about-slider .slide01 .img {margin-top: 120px;}
    .main #about .about-slider .slide01 .img .gominu {height: 350px;}
    .main #about .about-slider .slide01 .img .label {left: -100px;}
    .main #statistics .graph-wrap > li {
        width: 100% !important;
        margin: 0 0 80px;
    }
    .main #statistics .graph-wrap > li:last-child {margin-bottom: 0;}
    .main #statistics .graph-wrap > li .graph {text-align: center;}
    .main #review {padding-bottom: 80px;}
    .main #review .left {
        width: 100%;
        padding: 100px 30px 120px;
        text-align: center;
    }
    .main #review .left .title {
        text-align: center;
        margin-bottom: 50px;
    }
    .main #review .right {
        position: static;
        width: 100%;
        transform: none;
    }
    .main #review .review-slider {margin-top: -80px;}
    .main #review .review-slider .slide {margin: 0 15px}
    .main #review .review-slider .slick-prev {left: 50px;}
    .main #solution .solution-list li {
        width: 100%;
        margin: 0 0 30px;
    }
    .main #solution .solution-list li:last-child {margin-bottom: 0;}
    .main #point .point-list > li {
        width: 100%;
        min-height: 600px;
        margin: 0 0 30px;
        background-position: center bottom -130px;
    }
    .main #point .bottom-box {
        margin-top: 0;
        padding: 60px 50px 30px;
    }
    .main #point .bottom-box ul li {
        width: calc((100% - 20px)/2);
        margin-bottom: 20px;
    }
    .main #point .bottom-box ul li:nth-child(2n) {margin-right: 0;}
    .main #area .txt {
        width: 100%;
        padding: 0 0 80px;
        text-align: center;
    }
    .main #area .txt .title {
        text-align: center;
        margin-bottom: 50px;
    }
    .main #area .img {width: 100%;}
    .main #satisfaction ul li {
        width: 250px;
        border-radius: 125px;
    }
    .main #satisfaction ul li h3 {font-size: 24px;}
    .main #column .column-list li {
        width: 100%;
        margin-right: 0;
    }
    .main #inquiry .left {
        width: 100%;
        padding: 0 30px;
    }
    .main #inquiry .right {
        width: 100%;
        padding: 15px 30px 0;
    }
    .main #inquiry .right .inner {border-radius: 10px;}
    .main #inquiry::after {content: none;}
}
@media all and (max-width: 767px) {
    .main {margin-top: -60px;}
    .main .title {margin-bottom: 30px;}
    .main .title h2 {font-size: 30px;}
    .main .title p {
        font-size: 16px;
        margin-top: 15px;
    }
    .main .desc {font-size: 15px;}
    .main .more-btn {
        max-width: 200px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .main .slick-prev,
    .main .slick-next {
        width: 40px;
        height: 40px;
    }
    .main .slick-dots {bottom: 20px;}
    .main .slick-dots li button {
        width: 8px;
        height: 8px;
    }
    .main section {padding: 60px 0;}
    .main #about .about-slider .txt {margin-top: 30px;}
    .main #about .about-slider .txt p {font-size: 16px;}
    .main #about .about-slider .txt strong {
        font-size: 30px;
        margin: 15px 0 30px;
    }
    .main #about .about-slider .img {
        width: 200px;
        height: 200px;
        border-radius: 200px;
    }
    .main #about .about-slider .slide01::after {height: 80px;}
    .main #about .about-slider .slide01 .img {margin-top: 80px;}
    .main #about .about-slider .slide01 .img .gominu {height: 250px;}
    .main #about .about-slider .slide01 .img .label {
        width: 120px;
        left: -40px;
    }
    .main #statistics .graph-wrap > li {margin-bottom: 50px;}
    .main #statistics .graph-wrap > li h3 {margin-bottom: 15px;}
    .main #statistics .graph-wrap > li h3 img {width: 18px; height: 18px;}
    .main #statistics .graph-wrap > li h3 b {font-size: 24px;}
    .main #statistics .graph-wrap > li:first-child .number {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .main #statistics .graph-wrap > li:nth-child(2) .graph {margin-top: 50px;}
    .main #statistics .graph-wrap > li:nth-child(2) .graph ul li .number {font-size: 16px;}
    .main #statistics .graph-wrap > li:nth-child(2) .graph ul li .bar {height: calc(100% - 28px)}
    .main #statistics .graph-wrap > li:last-child h3 {font-size: 24px;}
    .main #review {padding-bottom: 30px;}
    .main #review .left {padding: 60px 15px 100px;}
    .main #review .left .title {margin-bottom: 30px;}
    .main #review .left .title h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .main #review .review-slider .slide {margin: 0 5px;}
    .main #review .review-slider .slide a {font-size: 14px;}
    .main #review .review-slider .slide .img {
        margin: 10px 0 20px;
        height: 200px;
    }
    .main #review .review-slider .slick-prev {left: 20px;}
    .main #review .review-slider .slick-next {right: 20px;}
    .main #solution .solution-list li .txt {padding: 25px;}
    .main #solution .solution-list li .txt .subject {font-size: 20px;}
    .main #partners .partners-wrap .logo-list {
        width: 100%;
        margin: 0;
    }
    .main #partners .partners-wrap .contract-list {width: 100%;}
    .main #partners .bottom-box {
        font-size: 20px;
        margin-top: 15px;
        padding: 15px;
    }
    .main #point .point-list > li {
        min-height: 420px;
        background-position: center bottom;
        padding-top: 25px;
    }
    .main #point .point-list > li .number {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .main #point h3 {font-size: 24px;}
    .main #point .bottom-box {padding: 30px 20px 20px;}
    .main #point .bottom-box h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .main #point .bottom-box ul li {
        width: calc((100% - 10px)/2);
        height: 150px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .main #point .bottom-box ul li::after {height: 100px;}
    .main #point .bottom-box ul li h4 {
        bottom: 15px;
        font-size: 18px;
    }
    .main #equipment {padding-bottom: 30px;}
    .main #equipment::after {height: 200px;}
    .main #equipment .equipment-slider .slide {margin: 0 5px;}
    .main #equipment .equipment-slider .slide .img {height: 200px;}
    .main #equipment .equipment-slider .slide .txt {margin-top: 15px;}
    .main #equipment .equipment-slider .slide .txt h3 {font-size: 20px;}
    .main #equipment .equipment-slider .slide .txt p {font-size: 14px;}
    .main #area .txt .title {margin: 20px 0 30px;}
    .main #area .txt .all-number {
        font-size: 20px;
        padding: 10px 30px;
    }
    .main #area .txt .all-number b {font-size: 30px;}
    .main #area .img .map .map-img {
        width: 330px;
        max-width: none;
    }
    .main #area .img .map .area-wrap li p {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
    }
    .main #area .img .map .area-wrap li .number {
        font-size: 17px;
        padding: 5px;
        min-width: 70px;
    }
    .main #area .img .map .area-wrap .area01 {top: 40px; left: 75px;}
    .main #area .img .map .area-wrap .area02 {top: 120px; left: 75px;}
    .main #area .img .map .area-wrap .area03 {top: 75px;}
    .main #area .img .map .area-wrap .area04 {top: 55px; right: 80px;}
    .main #area .img .map .area-wrap .area05 {top: 190px;}
    .main #area .img .map .area-wrap .area06 {bottom: 180px; right: 50px;}
    .main #area .img .map .area-wrap .area07 {bottom: 80px;}
    .main #area .img .map .area-wrap .area08 {bottom: 25px; right: 15px;}
    .main #satisfaction ul {
        padding: 30px;
        border-radius: 100px;
    }
    .main #satisfaction ul li {
        width: 100%;
        padding: 40px 20px;
        border-radius: 100px;
    }
    .main #satisfaction ul li h3 {font-size: 20px;}
    .main #satisfaction ul li h3 span {font-size: 30px;}
    .main #satisfaction ul li:nth-child(2) {
        position: static;
        transform: none;
        padding: 30px 20px;
        margin: -30px 0 -30px;
    }
    .main #column .column-list {padding: 25px 25px 10px;}
    .main #column .column-list li {margin-bottom: 15px;}
    .main #column .column-list li .img {
        width: 100%;
        height: 250px;
    }
    .main #column .column-list li .txt {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .main #column .column-list li .txt h3 {font-size: 20px;}
    .main #column .column-list li .txt .more-btn {font-size: 16px;}
    .main #inquiry .left .desc {font-size: 16px;}
    .main #inquiry .left ul {
        margin-top: 30px;
        margin-bottom: -10px;
    }
    .main #inquiry .left ul li {
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .main #inquiry .left ul li a {padding: 20px;}
    .main #inquiry .left ul li a .ico {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .main #inquiry .left ul li a p {font-size: 18px;}
    .main #inquiry .right .inner {padding: 30px;}
    .main #inquiry .right .inner .desc {font-size: 16px;}
    .main #inquiry .right .inner .more-btn {margin-top: 30px;}
}
@media all and (max-width: 480px) {
    .main #about .about-slider .txt p {font-size: 14px;}
    .main #about .about-slider .txt strong {font-size: 26px;}
}
@media all and (max-width: 359px) {
    .main #area .img .map {
        transform: scale(0.8);
        transform-origin: left;
    }
}