#content01{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

#content01 .text{
    width: 80%;
    height: 390px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    padding: 100px 0 100px 240px;
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    top: 0; left: 18%;
}
#content01 p.pb10{
    color: #4559b3;
}


#content01 .circle_wrap{
    width: 396px;
    height: 396px;
    position: relative;
    z-index: 10;
}

#content01 .circle_area{
    width: 392px;
    height: 392px;
    border-radius:50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

#content01 figure{
    width: 392px;
    height: 392px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    border: 4px solid #fff;
    box-sizing: border-box;
}

#content01 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:50%;
    border: 3px solid #fff;
    box-sizing: border-box;
    position: relative;
    left: -3px;
    top: -3px;
    overflow: hidden;
}

.circle_wrap .circle{
    width: 394px;
    height: 394px;
    border-radius: 100%;
    background-color: #fcd380;
    position: absolute;
    top: 2px;
    left: 2px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}


#content01 p{
    font-size: 15px;
    color: #666;
    line-height: 20px;
}

#content01 p.pb30{
    font-size: 16px;
    color: #333;
    font-weight: 600;
}


/* =================== 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{
        height: 800px;
        padding: 60px 0 0;
    }
    
    #content01 .circle_wrap{
        display: block;
        width: 396px;
        height: 396px;
        position: relative;
        z-index: 10;
        left: calc(50% - 200px);
    }

    #content01 .circle_area{
        width: 392px;
        height: 392px;
        border-radius:50%;
        border: 2px solid #fff;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

    #content01 figure{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 10;
        border: none;
    }

    #content01 figure img{
        width: 100%;
        height: 100%;
        border-radius:50%;
        border: 3px solid #fff;
        box-sizing: border-box;
        object-fit: cover;
        position: relative;
        left: 0;
        top: 0;
    }

    .circle_wrap .circle{
        width: 394px;
        height: 394px;
        border-radius: 100%;
        background-color: #fcd380;
        position: absolute;
        top: 2px;
        left: 2px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    }
    
    
    
    
    
    .textarea{
        width: 100%;
        text-align: center;
        position: relative;
    }
    #content01 img{
        width: 396px;
        height: auto;
        position: relative;
        float: none;
        z-index: 10;
        left: 0; right: 0; margin: 0 auto;
    }
    
    #content01 .text{
        text-align: center;
        width: 95%;
        height: auto;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        padding: 240px 30px 60px 30px;
        box-sizing: border-box;
        position: absolute;
        top: 200px; left: 0; right: 0;
        margin: 0 auto;
    }
    
}

@media screen and (max-width: 540px) {
    #content01{
        height: 640px;
    }
    
    #content01 .circle_wrap{
        display: block;
        width: 350px;
        height: 350px;
        position: relative;
        z-index: 10;
        left: calc(50% - 175px);
    }

    #content01 .circle_area{
        width: 348px;
        height: 348px;
        border-radius:50%;
        border: 2px solid #fff;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

    #content01 figure{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 10;
    }

    #content01 figure img{
        width: 100%;
        height: 100%;
        border-radius:50%;
        border: 3px solid #fff;
        box-sizing: border-box;
        object-fit: cover;
    }

    .circle_wrap .circle{
        width: 351px;
        height: 351px;
        border-radius: 100%;
        background-color: #fcd380;
        position: absolute;
        top: 2px;
        left: 2px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    }
    
    #content01 img{
        width: 90%;
        height: auto;
        object-fit: cover;
        position: relative;
        float: none;
        z-index: 10;
        left: 0; right: 0; margin: 0 auto;
    }
    
    #content01 .text{
        text-align: center;
        width: 95%;
        height: auto;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        box-sizing: border-box;
        position: absolute;
        top: 200px; left: 0; right: 0;
        margin: 0 auto;
        padding: 200px 20px 50px 20px;
    }
}



@media screen and (max-width: 440px) {
    #content01 .circle_wrap{
        display: block;
        width: 300px;
        height: 300px;
        position: relative;
        z-index: 10;
        left: calc(50% - 150px);
    }
    
    #content01 .text{
        text-align: center;
        width: 95%;
        height: auto;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        box-sizing: border-box;
        position: absolute;
        top: 150px; left: 0; right: 0;
        margin: 0 auto;
        padding: 200px 20px 50px 20px;
    }
    
    #content01 .circle_area{
        width: 298px;
        height: 298px;
        border-radius:50%;
        border: 2px solid #fff;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

    #content01 figure{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 10;
    }

    #content01 figure img{
        width: 100%;
        height: 100%;
        border-radius:50%;
        border: 3px solid #fff;
        box-sizing: border-box;
        object-fit: cover;
    }

    .circle_wrap .circle{
        width: 301px;
        height: 301px;
        border-radius: 100%;
        background-color: #fcd380;
        position: absolute;
        top: 2px;
        left: 2px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    }
}
@media screen and (max-width: 360px) {
    #content01 .text{
        top: 110px; left: 0; right: 0;
    }
    
    #content01{
        height: 630px;
    }
    
    #content01 .circle_wrap{
        display: block;
        width: 270px;
        height: 270px;
        position: relative;
        z-index: 10;
        left: calc(50% - 135px);
    }

    #content01 .circle_area{
        width: 268px;
        height: 268px;
        border-radius:50%;
        border: 2px solid #fff;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

    #content01 figure{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 10;
    }

    #content01 figure img{
        width: 100%;
        height: 100%;
        border-radius:50%;
        border: 3px solid #fff;
        box-sizing: border-box;
        object-fit: cover;
    }

    .circle_wrap .circle{
        width: 271px;
        height: 271px;
        border-radius: 100%;
        background-color: #fcd380;
        position: absolute;
        top: 2px;
        left: 2px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
 }
}







/*================= content02 ================== */

#content02{
   width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.bgarea{
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4559b3;
    z-index: -1;
}

#content02 .swiper-container2{
    position: relative;
    top: -15px;
}

.swiper-container2 figure img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transform: scale(1);
    transition: .3s;
}

.swiper-button-next2,
.swiper-button-prev2{
    position: absolute; 
    top: calc(50% - 80px);
    z-index: 100;
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover; 
    background-repeat: no-repeat; 
    transition: .3s;
    cursor: pointer;
   
}

.swiper-container2 .swiper-slide:hover figure img{
    transform: scale(1.1);
}



#content02 figcaption{
    display: table;
    height: 170px;
    text-align: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

#content02 .textwrap{
    display: table-cell;
    vertical-align: middle;
    width: 100%!important;
    height: 170px;
}

#content02 a.active img{
    -webkit-filter: grayscale(100%);
    filter: gray;
}

#content02 figcaption h4{
    font-size: 34px;
    color: #333;
}

#content02 figcaption .bold{
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

#content02 figcaption p{
    font-size: 15px;
    color: #666;
}

#content02 figcaption p.ws{
    position: relative;
    left: 0; right: 0;
    margin: 0 auto;
    font-size: 15px;
    color: #666;
    width: 300px;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

/* =================== 1024px =================== */
@media (max-width:1024px){
    
    #content02{
        padding-bottom: 100px;
    }
    #content02 .wrap{
        padding: 0 50px!important;
        position: relative;
        height: 100%;
        width: 100%;
    }
    #content02 .swiper-container3{
        overflow: visible;
        max-height: 700px;
        position: relative;
        top: 20px;
    }
    .swiper-container3 .swiper-slide:hover img{
        transform: scale(1.1);
    }
    
    .swiper-container3 figure{
        overflow: hidden;
    
    }
    
    
    .swiper-button-next3,
    .swiper-button-prev3{
        top: calc(50% - 20px);
    }
    
    .swiper-button-next3{
        right: -45px;
    }
    .swiper-button-prev3{
        left: -45px;
    }
    
    #content02 figcaption p.ws{
        position: relative;
        left: 0; right: 0;
        margin: 0 auto;
        font-size: 13px;
        height: 27px;
        color: #666;
        width: 500px;
        text-align: center;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
    }
    
    #content02 .swiper-pagination3{
        position: absolute;
        bottom: -60px;
    }
 }   
    
    
    
@media (max-width:665px) {
    .swiper-container3{
        max-height: 470px;
        
    }
    
    #content02 figcaption p.ws{
        width: 400px;
    }
}

@media (max-width:540px){
    #content02 .swiper-container3{
        max-height: 370px;
        top: 0;
    }
    
    #content02 .swiper-pagination3{
        position: absolute;
        bottom: -40px;
    }
    
    .swiper-button-next3,
    .swiper-button-prev3{
        top: calc(50% - 10px);
    }
    
    .swiper-button-next3{
        right: -35px;
    }
    .swiper-button-prev3{
        left: -33px;
    }
    
    
    #content02 figcaption{
        height: 130px;
    }

    #content02 .textwrap{
        height: 130px;
    }
    
    #content02 figcaption h4{
        font-size: 28px;
    }
    
    #content02 figcaption .bold{
        font-size: 14px;
    }
    
    #content02 figcaption p{
        font-size: 14px;
    }
    
    #content02 figcaption p.ws{
        width: 300px;
    }
}

@media (max-width:448px) {
    .swiper-container3{
        max-height: 320px;
    }
    
    #content02 figcaption p.ws{
        width: 250px;
    }
}

@media (max-width:392px) {
    .swiper-container3{
        max-height: 300px;
    }
    #content02 figcaption p.ws{
        width: 150px;
    }
}

@media (max-width:320px) {
    #content02 .swiper-container3{
        max-height: 250px;
        top: 20px;
    }
    
    #content02 .swiper-container3 .swiper-slide img{
        width: 100%;
        height: 130px;
        object-fit: cover;
        transform: scale(1);
        transition: .3s;
    }
    
    #content02 .swiper-pagination3{
        position: absolute;
        bottom: -65px;
    }
}
