#mainVisual {
    width: 100%;
    height: 750px;
    position: relative;
}

.main-visual-slide,
.main-visual-slide .slick-list,
.main-visual-slide .slick-track,
.main-visual-item {
    height: 100%;
}

.main-visual-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.main-visual-txt {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.table-cell-layout {
    display: flex;
    width: 1470px;
    justify-content: space-between;
    margin: 0 auto;
}

.main-visual-txt .tit {
    font-size: 110px;
    font-weight: 600;
    color: black;
}

.main-visual-txt .txt {
    color: black;
    font-weight: 300;
    font-size: 70px;
    text-align: left;
}

@media screen and (max-width:1023px) {
    #mainVisual {
        height: 550px;
    }
}

@media screen and (max-width:767px) {
    #mainVisual {
        height: 400px;
    }

    .main-visual-img {
        background-position: 100%;
    }

    .main-visual-txt .tit {
        font-size: 34px;
    }

    .main-visual-txt .txt {
        font-size: 16px;
    }
}

/* 
    MAIN VISUAL 
    ***
    ARROW | DOTS | PROGRESS BAR | NUMBERING
    ***
    CUSTOM
*/
.main-visual-controls {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
}

.main-visual-controls .visual-controls-wrap {
    max-width: 1240px;
    margin: 0 auto;
}

/* ARROW */
#mainVisual .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 999;
}

#mainVisual .slick-arrow:before {
    display: none;
}

#mainVisual .slick-arrow.slick-prev {
    left: 100px;
}

#mainVisual .slick-arrow.slick-prev:before {
    content: '\f060'
}

#mainVisual .slick-arrow.slick-next {
    display: none;
}

#mainVisual .slick-arrow.slick-next:before {
    content: '\f061'
}

/* DOTS */
#mainVisual .slick-dots {
    position: Absolute;
    left: 80px;
    top: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#mainVisual .slick-dots li {
    margin: 20px 0;
    width: 15px;
    height: 15px;
    background: #dddddd;
    border-radius: 50%;
    opacity: .6;
    cursor: pointer;
}

#mainVisual .slick-dots li button {
    font-size: 0;
}

#mainVisual .slick-dots li.slick-active {
    opacity: 1;
    background: #076254;
}

/* SCROLL */
.SCROLL {
    display: flex;
    justify-content: center;
}

.SCROLL div {
    position: absolute;
    bottom: 0;
    background-color: #076254;
    width: 300px;
    height: 80px;
    border-radius: 40px 40px 0 0;
    text-align: center;
    padding-top: 15px;
}

.SCROLL p {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}

.SCROLL img {
    animation: motion 1s linear 0s infinite alternate;
}

@keyframes motion {
    0% {
        margin-top: 0px;
    }

    100% {
        margin-top: 15px;
    }
}


/* main-part-2 */
.main_part2 {
    height: 766px;
    background-image: url('../img/main-part-2.png');
    background-position: right;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.main_part2-title {
    padding: 130px 0 0 0;

}

.main_part2-title h3 {
    -webkit-text-stroke: 1px #076254;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.main_part2-title h4 {
    font-size: 65px;
    font-weight: 800;
}

.main_part2-con {
    margin: 80px 0;
}

.main_part2-con p {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    line-height: 2;
}

.main_part2-button {
    height: 70px;
    width: 260px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.main_part2-button a {
    font-size: 16px;
    color: #076254;
    font-weight: 500;
    text-align: center;
    height: 100%;
    line-height: 70px;
    width: 100%;
    transition: 0.5s all;
    border-radius: 10px;
    border: 1px solid #076254;
}

.main_part2-button a:hover {
    background-color: #076254;
    color: #fff;
}

/* main-part-3 */
.main_part3 img {
    width: 100%;
}

/* main-part-4 */
.main_part4 {
    background-image: url('../img/main-part-4.png');
    height: 1417px;
}

.product {
    padding-top: 100px;
}

.main_part4-title h3 {
    font-size: 65px;
    font-weight: 800;
}

.Product-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 100px;
}

.Product-con a {
    margin-bottom: 20px;
}

.Product-con dl {
    background-image: url('../img/main-part-4-back.png');
    width: 320px;
    height: 100px;
    margin-bottom: 20px;
    padding: 30px;
    transition: 0.5s all;
    border-radius: 20px 20px 0 20px;
}

.Product-con dl:hover {
    background-color: #076254;
    background-image: none;
}

.Product-con dl:hover dt {
    color: #fff;
}

.Product-con dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Information-con {
    margin: 80px 0 100px;
}

.Information-con ul {
    display: flex;
    justify-content: space-between;
}

.Information-con article {
    margin-bottom: 40px;
}

.Information-con article:nth-child(1) li:nth-child(1) {
    background-image: url('../img/main-part-4-img1.png');
    background-position: center;
}

.Information-con article:nth-child(1) li:nth-child(2) {
    background-image: url('../img/main-part-4-img2.png');
    background-position: center;
}

.Information-con article:nth-child(1) li {
    width: 680px;
    height: 250px;
}

.Information-con article:nth-child(2) li {
    background-image: url('../img/main-part-4-img3.png');
    width: 100%;
    height: 250px;
    background-position: right;
}

.Information-con article li {
    padding: 50px 0 0 50px;
}

.Information-con article li h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.Information-con article li p {
    padding: 20px 0 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.Information-con article li a {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s all;
}

.Information-con article li a:hover {
    color: black;
    background-color: #fff;
}

.Information-con article:nth-child(2) li h4,
.Information-con article:nth-child(2) li p {
    color: black;
}

.Information-con article:nth-child(2) li a {
    color: #076254;
    border: 1px solid #076254;
}

.Information-con article:nth-child(2) li a:hover {
    background-color: #076254;
    color: #fff;
}

/* footer */
.footer {
    background-color: #05322b;
    padding: 70px 260px;
    color: #fff;
}

.footer img {
    padding-bottom: 60px;
}

.footer section {
    display: flex;
    margin-bottom: 15px;
}

.footer dl {
    display: flex;
    margin-right: 30px;
}

.footer dt {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.footer dd {
    font-weight: 400;
    font-size: 16px;
}

.footer>p {
    height: 1px;
    width: 100%;
    background-color: #30544f;
    margin: 30px 0;
}

.footer article:last-child {
    display: flex;
    justify-content: space-between;
}

.footer article:last-child p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 300;
}

.footer article:last-child ul {
    display: flex;
}

.footer article:last-child ul li {
    color: #fff;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}