@charset "utf-8";


.more_pro{
    padding: 0 35px;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3d5a82;
    color: #fff;
    max-width: 278px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    z-index: 1;
    transition: all .4s;
    border-radius: 3px;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
}
.more_pro::after{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: rgb(136, 195, 151);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.more_pro:hover{
    color: #fff;
}
.more_pro:hover::after{
    width: 100%;
}
.banner .advice .advice-tit{
    font-family: "Rubik-VariableFont_wght";
    font-weight: 600;
    letter-spacing: 4px;
}
.page_tit {
    line-height: 1.25;
}

.index_pg01 .l{
    width: 264px;
}
.index_pg01 .r{
    width: calc(100% - 264px);
    padding-left: 8%;
    box-sizing: border-box;
}
.index_pg01 .r .list{
    width: 32%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 20px;
    box-sizing: border-box;
    position: relative;
}
.index_pg01 .r .list:nth-child(3n){
    margin-right: 0;
}
.index_pg01 .r .img{
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg01 .r .img img{
    transition: all .4s;
}
.index_pg01 .r .text{
    width: 100%;
    text-align: center;
    padding: 20px 20px 10px;
    box-sizing: border-box;
}
.index_pg01 .r .list::after{
    content: "";
    display: block;
    width: 100%;
    height: 240px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(232, 241, 245, 35);
    z-index: -1;
    opacity: 0;
    transition: all .4s;
    border-radius: 8px;
}
.index_pg01 .r .list:hover::after{
    opacity: 1;
}
.index_pg01 .r .list:hover img{
    transform: scale(1.08);
}
.index_pg01 .con {
    margin: 25px 0 45px;
}

.index_pg01 .lists_items{
    width: 64%;
}
.index_pg01 .lists_img{
    width: 36%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg02 {
    background: #aac4d10d
}
.index_pg02 .lists_items{
    width: 56%;
}
.index_pg02 .item{
    margin-bottom: 35px;
}
.index_pg02 .item:last-child{
    margin-bottom: 0;
}
.index_pg02 .item .title{
    display: flex;
    align-items: center;
}
.index_pg02 .item .icon{
    position: relative;
}
.index_pg02 .item .icon_img{
    position: relative;
    z-index: 1;
    width: 35px;
}
.index_pg02 .item span{
    width: 20px;
    height: 20px;
    background: #bcd3e8;
    display: block;
    border-radius: 50%;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.index_pg02 .item .tit{
    padding-left: 30px;
    box-sizing: border-box;
    color: #666;
    font-weight: 600;
}
.index_pg02 .texts {
    margin-top: 10px;
}
.index_pg02 .con {
    /* width: calc(100% - 173px); */
    /* padding-right: 20px; */
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
}
.index_pg02 .con span{
    color: #7ba9be;
}
.index_pg02 .lists_img{
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg03 .img{
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg03 .texts{
    width: 66%;
    padding-left: 6.5%;
    box-sizing: border-box;
}
.index_pg03 .texts .con{
    margin-top: 20px;
}
.index_pg03 .texts .items_lists{
    margin-top: 30px;
}
.index_pg03 .texts .items{
    max-width: 60%;
}
.index_pg03 .texts .item{
    margin-bottom: 10px;
    padding-left: 35px;
    box-sizing: border-box;
    position: relative;
}
.index_pg03 .texts .item:last-child{
    margin-bottom: 0;
}
.index_pg03 .texts .item::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #7ba9be;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px;
}
.index_pg04 .width1480{
    position: relative;
    z-index: 1;
}
.index_pg04 .width1480::after{
    content: "";
    display: block;
    width: 65%;
    height: 350px;
    background: #f5f6f5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 500px;
}
.index_pg04 .con{
    margin-top: 35px;
}
.index_pg04 .con p{
    margin-bottom: 20px;
}
.index_pg04 .con p:last-child{
    margin-bottom: 0;
}
.index_pg04 .map_lists{
    margin-top: 60px;
    height:572px;
}
.index_pg04 .map_lists img{
    width: 100%;
}
.index_pg05 .desc{
    margin-top: 10px;
}
@media only screen and (max-width: 1043px) {
    .index_pg01 .r {
        padding-left: 5%;
    }
}

@media only screen and (max-width: 768px) {
    .more_pro{
        height: 36px;
        padding: 0 10px;
    }
    .index_pg01 .l{
        width: 100%;
    }
    .index_pg01 .r {
        padding-left: 0;
        width: 100%;
    }
    .index_pg01 .con {
        margin: 15px 0 25px;
    }
    .index_pg01 .r .list {
        width: 100%;
        margin-right: 0;
        padding: 5px 20px;
        border: 1px solid #eee;
        margin-bottom: 20px;
    }
    .index_pg01 .r .list:last-child{
        margin-bottom: 0;
    }
    .index_pg01 {
        padding-bottom: 90px;
        position: relative;
    }
    .index_pg01 .explore {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .index_pg02 .lists_items {
        width: 100%;
        margin-top: 30px;
    }
    .index_pg02 .con {
        width: 100%;
        padding-right: 0;
    }
    .index_pg02 .lists_img{
        width: 100%;
    }
    .index_pg02 .lists {
        flex-direction: column-reverse;
    }
    .explore {
        margin: 20px auto 0;
    }
    .index_pg03 .texts .item{
        padding-left: 20px;
    }
    .index_pg03 .img{
        width: 100%;
        margin-top: 25px;
    }
    .index_pg03 .texts {
        width: 100%;
        padding-left: 0;
    }
    .index_pg03 .texts .items {
        max-width: 100%;
    }
    .index_pg03 .texts .items_lists {
        margin-top: 15px;
    }
    .index_pg03 .width1480 {
        flex-direction: column-reverse;
    }
    .index_pg04 .con {
        margin-top: 15px;
    }
    #storerocket-widget{
        min-height: auto!important;
    }
    .index_pg04 .map_lists {
        margin-top: 30px;
        height: 248px;
    }
    .index_pg04 .width1480::after{
        display: none;
    }
}