

/* ================= content01 ================= */

#content01{ 
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
#content01 .con01top{
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    overflow: hidden;
}
#content01 .bg{
    display: block;
    width: 100%;
    height: 340px;
    background-color: #f6f6f6;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

#content01 img{
    position: relative;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

#content01 .textBox{
    width: 50%;
    height: auto;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative;
}
#content01 .con01right{
    position: relative;
    left: -50px;
    top: 30px;
    width: 110%;
    height: auto;
    background-color: #fff;
    padding: 0 50px 50px 50px;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    
}

#content01 p.top{
    padding-top: 50px;
    font-size: 15px;
    color: #4559b3;
}

#content01 h3{
    font-size: 70px;
}

#content01 h3 .yellow{
    color: #fcd380;
}

#content01 h3 .green{
    color: #8dc8ae;
}

#content01 p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

#content01 a{
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #46c9f3;
    color: #fff;
    font-size: 15px;
    transition: .3s;
}


#opt.visible{
    animation: opt 1s;
    transform-origin: 50% 50%;
}

@keyframes opt{
	0% {
        opacity: 0.5;
    }
    
    100%{
        opacity: 1;
    }
}


#content01 a i{
    color: #fff;
    padding-right: 5px;
}

#content01 a:hover{
    background-color: #fc6c93; 
}

#content01 .imgbox{
    width: 100%;
    height: auto;
}

#content01 li{
    padding: 10px;
    box-sizing: border-box;
}

#content01 li img{
    position: relative;
    top: 0;
    width: 100%;
    object-fit: cover;
}



/* =================== 1024px =================== */
@media (max-width: 1024px){
    #mainSlider{
        margin-top: 50px;
    }
    
    
    header{ 
        height: 50px; 
        background: #fff; 
        transition: 0.3s;
    }

    header .hbottom{
        top: 0;
    }

    header .mo-reserv{
        margin: 8px 0;
    }
    
    header .mologo{
        margin: 7px auto;
    }
    
    header .h-mo-logo{
        display: none;
    }
    
    header .h-scroll-logo{
        display: block;
    }
    
    header #panelbtn{
        margin: 5px 0;
    }
    
    header #panelbtn span{
        background-color: #333;
    }
    
    
    
    
    
    
    
    
    
    
    #content01 img.none-pc{
        position: relative;
        z-index: -1;
    }
    
    #content01 .con01top{
        position: relative;
        z-index: 100;
        top: -50px;
        padding-bottom: 3px;
    }
    
    #content01 .textBox{
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }
    #content01 .con01right{
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        width: 98%;
        height: auto;
        background-color: #fff;
        padding: 0 20px 50px 20px;
        box-sizing: border-box;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        text-align: center;
        z-index: 1000;
    }
    
    #content01 a{
        display: block;
        width: 200px;
        height: 50px;
        border-radius: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #46c9f3;
        color: #fff;
        font-size: 15px;
        transition: .3s;
        position: relative;
        left: 0; right: 0;
        margin: 0 auto;
    }

}


@media (max-width:540px) {
    #content01 p.top{
        padding-top: 20px;
        line-height: 20px;
    }
    
    #content01 h3{
        font-size: 44px;
    }
    
    #content01 p{
        font-size: 12px;
        line-height: 24px;
    }
}


/* ================= content01 ================= */

#content02{ 
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-top: 100px;
    margin-bottom: 100px;
}

#content02 .map{
    position: absolute;
    z-index: 100;
    right: 0;
    display: block;
    width: 55%;
    height: 100%;
    background-color: antiquewhite;
}

.text {
    width: 36%;
}

.address{
    padding: 20px 100px 20px 30px;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    top: 0;
}

.address h3{
    display: inline;
    font-size: 32px;
    padding-bottom: 30px;
    line-height: 50px;
}

.address h4{
    display: inline;
    padding-left: 10px;
    font-size: 16px;
}

.address p{
    font-size: 15px;
    color: #666;
    line-height: 24px;
    padding-bottom: 10px;
}

/* =================== 1024px =================== */
@media (max-width: 1024px){
    #content02{ 
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        padding-top: 50px;
        margin-bottom: 50px;
    }
    
    #content02 .contitle{
        position: relative;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    #content02 .map{
        position: relative;
        z-index: 100;
        right: 0;
        display: block;
        width: 100%;
        height: 490px;
        background-color: antiquewhite;
    }

    .text {
        width: 100%;
    }
    
    .address{
        padding: 20px;
        box-sizing: border-box;
        margin: 30px 0;
    }
    
}


@media (max-width:540px) {
    .address p{
        font-size: 12px;
    }
}
