/* Visual */
.visual{
    overflow: hidden; height: 840px; background: #212b47;
}
.visual-container{
    height: 100%;
}
.visual .swiper-container{
    height: 100%;
    -webkit-transition: all ease-in-out .6s; transition: all ease-in-out .6s;
    opacity: 0;
}
.visual .swiper-wrapper { height: 100%; }
.visual-container .background{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover; background-position: top center;
    -webkit-transition: all ease-in-out 1s; transition: all ease-in-out 1s;
    -webkit-transform: scale(1.1); transform: scale(1.1);
}
.visual-container .background--1 { background-image: url('/child/img/main/v1.png'); }
.visual-container .background--2 { background-image: url('/child/img/main/v2.png'); }
.visual-container .background--3 { background-image: url('/child/img/main/v3.png'); }
.visual-container .swiper-slide{
    overflow: hidden;
    height: 100%;
}
.visual-container .nav { position: absolute; bottom: 80px; left: calc(50vw - 600px); padding: 0 60px; height: 40px; }
.visual-container .nav .prev,
.visual-container .nav .next{
    z-index: 2; position: absolute; top: 0; bottom: 0; width: 40px; height: 40px;
    border: 1px solid rgba(0,0,0,.15); border-radius: 5px; cursor: pointer !important;
    -webkit-transition: all ease .1s; transition: all ease .1s;
}
.visual-container .nav .prev { left: 0; }
.visual-container .nav .next { right: 0; }
.visual-container .nav .prev svg,
.visual-container .nav .next svg { display: block; margin: auto; fill: #333333; }
.visual-container .swiper-container .swiper-pagination-bullets{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    z-index: 2; position: relative; height: 100%;
}
.visual-container .swiper-container .swiper-pagination-bullet { position: relative; width: 40px; height: 1px; background: rgba(0,0,0,1); border-radius: 0; opacity: .3; }
.visual-container .swiper-container .swiper-pagination-bullet .num{
    position: absolute; bottom: 15px; left: 0; width: 100%; line-height: 1; text-align: center; font-size: 14px; color: #333333; font-weight: 700;
    -webkit-transition: all ease .3s; transition: all ease .3s;
    opacity: 0;
}
.visual-container .swiper-container .swiper-pagination-bullet-active,
.visual-container .swiper-container .swiper-pagination-bullet-active .num { opacity: 1; }
.visual .swiper-container-initialized{
    -webkit-transform: none; transform: none;
    opacity: 1;
}
.visual .swiper-container-initialized .background { -webkit-transform: none; transform: none; }
@media(min-width:1201px){
    .visual-container .nav .prev:hover,
    .visual-container .nav .next:hover { background-color: #333333; border-color: #333333; }
    .visual-container .nav .prev:hover svg,
    .visual-container .nav .next:hover svg { fill: #ffffff; }
}
@media(max-width:1200px){
    .visual { height: 450px; }
    .visual-container .nav { bottom: 45px; left: 30px; }
}
@media(max-width:768px){
    .visual { height: 567px; }
    .visual-container .nav {
        position: static;
        left:auto;
        bottom: auto;
        padding: 0;
        height: 0;
    }
    .visual-container .nav .prev,
    .visual-container .nav .next {
        /* display: none; */
        top:50%;
        -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
        width: 30px;
        height: 30px;
        background-color: rgba(255,255,255,.5);
    }
    .visual-container .nav .prev { left: 15px; }
    .visual-container .nav .next { right: 15px; }
    .visual-container .swiper-container .swiper-pagination-bullets{
        position: absolute;
        bottom: 20px;
        left: 20px;
        height: auto;
    }
    .visual-container .swiper-container .swiper-pagination-bullet .num { bottom: 10px; font-size: 12px; }
}

.main-title { line-height: 1; text-align: center; font-size: 40px; font-weight: 700; }
.main-title small { display: block; margin-bottom: 14px; font-size: 14px; font-weight: 200; color: #999999; letter-spacing: 0.4em; }
.main-title--light { color: #ffffff; }
.main-title--light small { color: rgba(255,255,255,.5); }
@media(max-width:1200px){
	.main-title { font-size: 30px; }
    .main-title small { margin-bottom: 12px; font-size: 13px; }
}
@media(max-width:768px){
	.main-title { font-size: 20px; }
    .main-title small { margin-bottom: 8px; font-size: 12px; }
}


.main-section-benefit { overflow: hidden; padding: 115px 0; text-align: center; }
.main-section-benefit .title { line-height: 1; font-size: 36px; }
.main-section-benefit .title small { display: block; margin-bottom: 15px; font-size: 24px; font-weight: 200; }
.main-section-benefit .title span { color: #0570e8; }
.main-section-benefit .bg { display: inline-block; margin: 40px 0 10px; padding: 8px 4px; line-height: 0.8; font-size: 24px; color: #ffffff; font-weight: 200; background: #f7786b; }
.main-section-benefit .s { display: block; line-height: 1; font-size: 14px; color: #999999; font-weight: 200; }
.benefit-lists{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    margin: 30px -30px -30px; text-align: left;
}
.benefit-list { padding: 30px; width: 50%; }
.benefit-list ul { padding: 30px 40px; border: 1px solid #e6e6e6; border-radius: 20px; }
.benefit-list li { margin: 15px 0; font-size: 18px; letter-spacing: -.08em; }
.benefit-list em { display: inline-block; margin-right: 10px; padding: 6px 5px; line-height: 0.8; font-style: normal; font-size: 14px; color: #ffffff; background: #0570e8; border-radius: 5px; }
.benefit-ban { position: relative; }
.benefit-ban::before { z-index: 2; content: ''; position: absolute; bottom: -18px; left: 180px; width: 254px; height: 373px; background: url('/child/img/main/dog1.png'); }
.benefit-ban::after { z-index: 2; content: ''; position: absolute; top: -265px; right: 100px; width: 240px; height: 343px; background: url('/child/img/main/dog2.png'); }
.benefit-ban .rectangle { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0570e8; pointer-events: none; }
.benefit-ban .rectangle::before,
.benefit-ban .rectangle::after { content: ''; position: absolute; top: 0; left: 0; height: 100%; background: #197bea; }
.benefit-ban .rectangle::before { width: 25%; }
.benefit-ban .rectangle::after{
    width: 50%; -webkit-transform: skewX(-45deg); transform: skewX(-45deg);
}
.benefit-ban .title { margin-bottom: 33px; color: #ffffff; font-weight: 200; }
.benefit-ban .context { z-index: 2; position: relative; padding: 55px 0 60px; }
.benefit-ban .context .button { padding: 10px 25px; font-size: 16px; border-radius: 50px; }
@media(max-width:1200px){
    .main-section-benefit .title { font-size: 30px; }
    .main-section-benefit .title small { font-size: 20px; }
    .main-section-benefit .bg { font-size: 20px; }
    .main-section-benefit .s { font-size: 13px; }
    .benefit-lists { margin: 30px -15px -30px; }
    .benefit-list { padding: 30px 15px; }
    .benefit-list ul { padding: 26px 35px; }
    .benefit-list li { font-size: 16px; }
    .benefit-list em { font-size: 13px; }
    .benefit-ban::before { left: 30px; width: 190px; height: 285px; background-size: auto 285px; }
    .benefit-ban::after { right: 30px; top: -200px; width: 175px; height: 255px; background-size: auto 255px; }
    .benefit-ban .context { padding: 45px 0; }
}
@media(max-width:768px){
    .main-section-benefit { padding: 80px 0; }
    .main-section-benefit .title { line-height: 1.4; font-size: 22px; }
    .main-section-benefit .title small { margin-bottom: 8px; font-size: 15px; }
    .main-section-benefit .bg { margin-top: 20px; font-size: 16px; }
    .main-section-benefit .s { font-size: 12px; }
    .benefit-lists{
        -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
        margin: 30px 0 -7px;
    }
    .benefit-list { padding: 7px 0; width: 100%; }
    .benefit-list ul { padding: 15px 25px; }
    .benefit-list li { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 7px 0; font-size: 14px; }
    .benefit-list em { margin-right: 10px; max-height: 21px; font-size: 12px; }
    .benefit-ban .context { padding: 36px 0; }
    .benefit-ban .context .button { font-size: 14px; }
    .benefit-ban::before,
    .benefit-ban::after { content: none; }

}


.main-section-membership {
    padding: 140px 0; text-align: center;
    background: url('/child/img/main/main-section-membership-background.jpg') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
.main-section-membership .button { padding: 10px 40px; border-radius: 50px; }
.membership-lists{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    margin: 60px -20px;
}
.membership-list { padding: 10px 20px; width: 50%; }
.membership { padding: 64px 60px; height: 100%; background: rgba(255,255,255,.75); border-radius: 20px; box-shadow: 0px 30px 40px 0px rgba(0,0,0,.5); }
.membership__title { margin-bottom: 25px; line-height: 1; text-align: center; font-size: 36px; font-weight: 700; }
.membership__title small { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 200; }
.membership__benefits{
    display: flex;
    align-items: center;
    min-height: 125px; text-align: left; border-top: 1px dashed #0570e8; border-bottom: 1px dashed #0570e8;
}
.membership__benefits ul { display: inline-block; }
.membership__benefits li { margin: 6px 0; line-height: 1.4; font-size: 18px; color: #333; font-weight: 500; letter-spacing: -.07em; }
.membership__benefits li::before { content: ''; display: inline-block; vertical-align: -2px; margin: 2px 6px 0 0; width: 22px; height: 18px; background: url('/child/img/icon/check-list.svg') no-repeat; }
.membership__detail{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
    margin-top: 10px;
}
.membership__detail-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.membership__detail-title small {
    padding-left: 4px; font-size: 14px; font-weight: 300;
}
.membership__detail-price { display: block; font-size: 24px; font-weight: 700; color:#0570e8; }
@media(max-width:1200px){
    .membership { padding: 34px 24px; }
    .membership__title { font-size: 20px; }
    .membership__title b { font-size: 30px; }
    .membership__benefits li { font-size: 16px; }
    .membership__detail-title { font-size: 13px; }
    .membership__detail-price { font-size: 22px; }
}
@media(max-width:1024px){
    .membership-lists{
        margin: 50px -5px 20px;
    }
    .membership-list { padding: 10px 5px; }
    .membership__benefits li { display: -webkit-box; display: -ms-flexbox; display: flex; }
    .membership__detail{
        -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
        margin-top: 15px;
    }
    .membership { box-shadow: 0px 5px 10px 0px rgba(0,0,0,.3); }
}
@media(max-width:800px){
    .main-section-membership .mobile-scroll-container { margin: 0 -15px; }
    .main-section-membership .mobile-scroll-container .mobile-scroll-inner { padding: 0 15px; }
}
@media(max-width:768px){
    .main-section-membership { padding: 80px 0; }
    .main-section-membership .button{
        font-size: 14px;
        padding: 5px 30px;
    }
    .membership { padding: 24px 14px; }
    .membership__title { font-size: 16px; }
    .membership__title b { font-size: 22px; }
    .membership__benefits li { font-size: 14px; }
    .membership__benefits li::before { margin: 1px 4px 0 0;   }
    .membership__detail-price { font-size: 20px; }
}

.membership-items{
    display:flex;
    flex-wrap:wrap;
    margin:-20px;
}
.membership-item{
    width: 50%;
    padding:20px;
}
.membership-item__inner{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
    overflow: hidden;
}
.membership-item__img{
    width: 100%;
    padding-top: calc(252/580 * 100%);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.membership-item__con{
    display: flex;
    align-items: center;
    padding: 60px;
}
.membership-item__tit{
    font-size: 36px;
    font-weight: 700;
}
.membership-item__btn-wrap{
    margin-left: auto;
}
@media (max-width:1200px){
    .membership-items{
        margin:-10px;
    }
    .membership-item{
        padding:10px;
    }
    .membership-item__con{
        padding:40px;
    }
    .membership-item__tit{
        font-size: 30px;
    }
}
@media (max-width:1024px){
    .membership-item__con{
        flex-wrap: wrap;
        padding:30px;
    }
    .membership-item__tit, .membership-item__btn-wrap{
        width: 100%;
    }
    .membership-item__tit{
        font-size: 24px;
        margin-bottom: 10px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .membership-items{
        margin:-5px;
    }
    .membership-item{
        width: 100%;
        padding:5px;
    }
    .membership-item__con{
        flex-wrap: wrap;
        padding:20px;
    }
    .membership-item__tit{
        font-size: 20px;
    }
}
@media (max-width:576px){
}

.main-section-partners { overflow: hidden; position: relative; padding: 100px 0 120px; }
.main-section-partners .symbol { z-index: -1; position: absolute; background-repeat: no-repeat; background-size: cover; }
.main-section-partners .symbol--top { top: -115px; left: -100px; width: 410px; height: 400px; background-image: url('/child/img/main/main-section-partners-symbol-top.svg'); }
.main-section-partners .symbol--bottom { bottom: -185px; right: -130px; width: 740px; height: 740px; background-image: url('/child/img/main/main-section-partners-symbol-bottom.svg'); }

.partners-tab-lists{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    justify-content: center;
    margin: 60px -20px -20px;
}
.partners-tab-list { padding: 20px; width: 11.11111%; }
.partners-tab{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    position: relative; height: 98px;
    border-radius: 50%;
    -webkit-transition: all ease-out .15s; transition: all ease-out .15s;
}
/* .partners-tab::before{
    content: ''; z-index: -2; position: absolute; top: -10px; left: -10px; width: 100%; height: 100%;
    background: #f0f5fb; border-radius: 50%;
    -webkit-transform-origin: top left; transform-origin: top left;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
} */
.partners-tab::after{
    content: ''; z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: #034084; border-radius: 50%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: scale(0); transform: scale(0);
}
.partners-tab svg{
    width: auto; height: 30px; fill: #ffffff;
    -webkit-transition: all ease-out .15s; transition: all ease-out .15s;
}
.partners-tab .title{
    display: block; margin-top: 8px; line-height: 1; text-align: center; font-size: 14px; font-weight: 500; color: #ffffff;
    -webkit-transition: all ease-out .15s; transition: all ease-out .15s;
}

.partners-wide{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    margin-top: 80px;
}
.partners-map{
    overflow: hidden; width: 50%; height: 415px;
    background: url('/child/img/main/main-section-partners-map.jpg') no-repeat center;
    border-top-right-radius: 400px; border-bottom-right-radius: 400px;
}
.partners-contents { padding-left: 80px; font-weight: 300; }
.partners-contents h2 { margin: 20px 0 54px; line-height: 1.4; font-size: 36px; font-weight: 300; letter-spacing: -0.04em; }
.partners-contents h2 b { font-weight: 700; }
.partners-contents .badge { display: block; line-height: 1; font-size: 24px; color: #0570e8; }
.partners-contents .bottom-buttons { display: flex; margin: 0 -10px; }
.partners-contents .bottom-buttons .button { margin: 0 10px; width: 200px; border-radius: 50px; }

.aos-animate .partners-tab::after { -webkit-transform: scale(1); transform: scale(1); }
.aos-animate li:nth-child(1) .partners-tab::after { -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.aos-animate li:nth-child(2) .partners-tab::after { -webkit-transition-duration: 0.35s; transition-duration: 0.35s; }
.aos-animate li:nth-child(3) .partners-tab::after { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; }
.aos-animate li:nth-child(4) .partners-tab::after { -webkit-transition-duration: 0.45s; transition-duration: 0.45s; }
.aos-animate li:nth-child(5) .partners-tab::after { -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.aos-animate li:nth-child(6) .partners-tab::after { -webkit-transition-duration: 0.55s; transition-duration: 0.55s; }
.aos-animate li:nth-child(7) .partners-tab::after { -webkit-transition-duration: 0.6s; transition-duration: 0.6s; }
.aos-animate li:nth-child(8) .partners-tab::after { -webkit-transition-duration: 0.65s; transition-duration: 0.65s; }
.aos-animate li:nth-child(9) .partners-tab::after { -webkit-transition-duration: 0.7s; transition-duration: 0.7s; }
@media(min-width:1201px){
	/* .partners-tab:hover::after { -webkit-transform: scale(1.015); transform: scale(1.015); }
    .partners-tab:hover::before { -webkit-transform: rotate(20deg); transform: rotate(20deg); } */
    .partners-tab:hover svg { fill: #ffffff; }
    .partners-tab:hover .title { color: #ffffff; }
}
@media(max-width:1200px){
    .partners-tab-lists { margin: 60px auto -20px; width: 620px; }
    .partners-tab-list { width: 20%; }
    .partners-tab { width: 98px; }
    .partners-contents { padding-left: 45px; }
    .partners-contents .badge { font-size: 16px; }
    .partners-contents h2 { font-size: 30px; }
}
@media(max-width:768px){
    .main-section-partners { padding: 80px 0; }
    .main-section-partners .symbol--top { top: -55px; left: -50px; width: 200px; height: 195px; }
    .main-section-partners .symbol--bottom { bottom: -85px; right: -60px; width: 340px; height: 340px; }
    .partners-wide{
        -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
        -ms-align-items: flex-start; align-items: flex-start;
    }
    .partners-map { width: 100%; height: 265px; background-size: auto 420px; border-radius: 0; }
    .partners-tab-lists { margin: 50px auto -10px; max-width: 270px; }
    .partners-tab-list { padding: 5px; width: 33.33333%; }
    .partners-tab { width: 80px; height: 80px; }
    .partners-tab .title { font-size: 11px; }
    .partners-tab svg { height: 24px; }
    .partners-contents { padding: 30px 15px 0; width: 100%; }
    .partners-contents .badge { font-size: 15px; }
    .partners-contents h2 { margin: 10px 0 30px; font-size: 20px; }
    .partners-contents .bottom-buttons { margin: 0 -3px; }
    .partners-contents .bottom-buttons .button { flex: 1 1; margin: 0 3px; font-size: 14px; }
}
@media(max-width:510px){
    /* .partners-tab-lists { margin: 55px auto -5px; max-width: 270px; } */
    /* .partners-tab-list { padding: 5px; width: 33.33333%; } */
    /* .partners-tab { width: 80px; height: 80px; } */
    /* .partners-tab .title { font-size: 11px; } */
    /* .partners-tab svg { height: 24px; } */
}


.ban-block-container{
    display: -webkit-box; display: -ms-flexbox; display: flex;
}
.ban-block{
    overflow: hidden; position: relative;
    display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    width: 50%; height: 700px; background: #000;
}
.ban-block .background{
    z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity ease-out .3s, transform ease .8s;
    transition: opacity ease-out .3s, transform ease .8s;
}
.ban-block .background--1{
    background-image: url('/child/img/main/main-section-ban-background-1.jpg');
    -webkit-transform-origin: left;
    transform-origin: left;
}
.ban-block .background--2{
    background-image: url('/child/img/main/main-section-ban-background-2.jpg');
    -webkit-transform-origin: right;
    transform-origin: right;
}
.ban-block .foreground { z-index: 2; position: relative; text-align: center; }
.ban-block .foreground .icon { display: inline-flex; align-items: center; justify-content: center; z-index: 2; position: relative; width: 70px; height: 70px; border: 2px solid #ffffff; border-radius: 50%; }
.ban-block .foreground .icon svg { width: 40px; height: 34px; fill: #ffffff; }
.ban-block .foreground .title { z-index: 2; display: block; position: relative; margin: 30px 0 60px; line-height: 1; font-size: 36px; color: #ffffff; font-weight: 700; }
.ban-block .foreground .title small { font-size: 18px; font-weight: 200; }
.ban-block .foreground .button { z-index: 2; position: relative; width: 200px; font-size: 16px; font-weight: 300; border-radius: 50px; }
@media(min-width:1201px){
	.ban-block:hover .background { opacity: .7; -webkit-transform: scale(1.025); transform: scale(1.025); }
}
@media(max-width:1200px){
    .ban-block { height: 480px; }
    .ban-block .background { background-size: cover; }
    .ban-block .foreground .icon { width: 60px; height: 60px; }
    .ban-block .foreground .icon svg { height: 26px; }
    .ban-block .foreground .title { font-size: 20px; }
    .ban-block .foreground .title small { font-size: 14px; }
}
@media(max-width:768px){
    .ban-block-container { -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .ban-block { width: 100%; height: 270px; }
    .ban-block .foreground{
        display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
        -webkit-box-align: center; -ms-flex-align: center; align-items: center;
        padding: 0 30px; width: 100%;
    }
    .ban-block .foreground .icon { width: 46px; height: 46px; }
    .ban-block .foreground .icon svg { width: 26px; height: 26px; }
    .ban-block .foreground .title { margin: 35px 15px; text-align: left; font-size: 16px; }
    .ban-block .foreground .title small { display: block; margin-top: 10px; font-size: 14px; }
    .ban-block .foreground .button { width: 100%; font-size: 13px; }
}


.floading-media {
    z-index: 101; position: fixed; top: 280px; right: 50px;
    -webkit-transition: all ease-out .2s; -ms-transition: all ease-out .2s; transition: all ease-out .2s;
}
.floading-media button{
    position: relative;
    /* width: 110px; height: 110px; */
    width: 180px; height: 110px;
    font-size: 16px; font-weight: 700;
    color:#333;
    /* background: #ffffff; border: 6px solid #0570e8; border-radius: 50%; box-shadow: 0px 10px 15px 0px rgba(2,31,62,.3); */
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(16,46,80,.23);
    -webkit-transform: scale(0); transform: scale(0);
    -webkit-transition: all ease .15s; transition: all ease .15s;
    animation: floatingScale .4s ease-in-out .8s forwards;
    background-repeat: no-repeat;
    background-position:top center;
    /* background-image:url(/child/img/main/floading-media.png); */
    background-image:url(/child/img/main/petcare-video.png);
}
.floading-media button b{
    position: absolute;
    bottom:0;
    left:50%;
    width: 100%;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    -webkit-transition: all ease-out .2s; -ms-transition: all ease-out .2s; transition: all ease-out .2s;
}
.floading-media button div{
    animation: floatingFadeIn .15s ease 1.3s forwards;
    opacity: 0;
}
.floading-media button svg { display: block; margin: 0 auto 5px; width: 30px; height: 33px; }
.modal-video-close-btn { background: url('/child/img/icon/close.svg'); }
@keyframes floatingScale {
    from { -webkit-transform: scale(0); transform: scale(0); }
    to { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes floatingFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@media(min-width:1201px){
    .floading-media button:hover b { color: #0570e8; }
    /* .floading-media button:hover svg { stroke: #ffffff !important; fill: #0570e8 !important; } */
}
@media(max-width:1200px){
    .floading-media {
        top:auto;
        bottom: 30px;
        right: 18px;
    }
    [data-scroll-top="true"] .floading-media{
        bottom: 92px;
    }
    .floading-media button {
        width: 86px;
        height: 86px;
        font-size: 13px; border-width: 5px;
        background-size: cover;
    }
    .floading-media button b{display:none;}
    .floading-media button svg { width: 26px; height: auto; }
}
@media(max-width:768px){
    .floading-media {
        bottom: 15px;
        right: 15px;
    }
    [data-scroll-top="true"] .floading-media{
        bottom: 72px;
    }
    .floading-media button {
        width: 55px; height: 55px; font-size: 10px; border-width: 4px;
        border-radius: 12px;
        background-image: url(/child/img/main/floading-media-m.png);
    }
    .floading-media button svg { margin-bottom: 3px; width: 22px; }
}


.insurance-info { text-align: center; }
.insurance-info > .title { line-height: 1.2; font-size: 36px; font-weight: 200; }
.insurance-info > .title span { color: #0570e8; }
.insurance-info p { margin: 30px 0 38px; line-height: 1.8; font-size: 24px; color: #999999; font-weight: 200; }
.insurance-info p .bg { display: inline-block; padding: 8px 6px 10px; line-height: 0.8; color: #ffffff; background: #0570e8; }
.insurance-info table { table-layout: fixed; width: 100%; text-align: center; line-height: 1.4; font-size: 16px; color: #777777; border-top: 2px solid #034084; }
.insurance-info table tr { border-bottom: 1px solid #e6e6e6; }
.insurance-info table tr th { padding: 18px 4px; color: #022852; font-weight: 700; background: #f7fbfe; }
.insurance-info table tr td { padding: 16px 4px; }
.insurance-info table tr td b { color: #333333; }
.insurance-info table tr td:not(:last-child) { border-right: 1px solid #e6e6e6; }
.insurance-info .footnote{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    margin-top: 60px; padding: 18px 30px; text-align: left; background: #f7fbfe;
}
.insurance-info .footnote .title { margin: 10px 20px; line-height: 1.8; font-size: 18px; color: #0570e8; font-weight: 700; }
.insurance-info .footnote ol { flex: 1 1; list-style: decimal; margin-left: 20px; line-height: 1.8; font-size: 16px; color: #777777; }
.insurance-info .footnote ol li { margin: 8px 0; padding-left: 4px; }
.insurance-info .mobile-scroll-container .mobile-scroll-inner { min-width: 450px; }
@media(max-width:1200px){
    .insurance-info > .title { font-size: 30px; }
    .insurance-info p { margin-top: 38px; font-size: 20px; }
    .insurance-info table { font-size: 15px; }
    .insurance-info .footnote .title { font-size: 17px; }
    .insurance-info .footnote ol { font-size: 15px; }
}
@media(max-width:768px){
    .insurance-info > .title { font-size: 22px; }
    .insurance-info p { margin-top: 30px; font-size: 16px; }
    .insurance-info p .bg { padding: 4px 6px 6px; line-height: 1.3; }
    .insurance-info table { font-size: 13px; }
    .insurance-info table tr th { padding: 14px 4px; }
    .insurance-info table tr td { padding: 12px 4px; }
    .insurance-info .footnote { -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 45px -25px -35px; padding: 16px 24px; }
    .insurance-info .footnote .title { margin: 0 0 15px; font-size: 16px; }
    .insurance-info .footnote ol { font-size: 14px; }
}
@media(max-width:400px){
    .insurance-info .mobile-scroll-container { margin: 0 -25px; }
    .insurance-info .mobile-scroll-container .mobile-scroll-inner { padding: 0 35px; }
}
