@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700;800&display=swap');

@font-face {
    font-family: 'Cafe24Shiningstar';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
     font-family: 'Bitgoeul_Bold';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Bitgoeul_Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
#ifrm {
    width: 100%;
   min-height: 300px;
    overflow: hidden;
    border: 0;
}
/* pc */
@media screen and (min-width:1300px){
   #memofile { max-width:1250px; }
}
/* tablet */
@media screen and (min-width:768px) and (max-width:1024px){
   #memofile { width:99%; }
}
/* mobile */
@media screen and (min-width:0) and (max-width:767px){
   #memofile { width:99%; }
}

body,div,p,h1,h2,h3,h4,h5,h6,ol,li,dl,dt,dd,ul,pre,form,fieldset,legend,button,table,th,td {
border:0;
margin:0;
padding:0;
}

ul,ol,li,dl {
list-style:none;
}

img {
border:0;
vertical-align:middle;
font-size:0;
}
address,caption,cite,code,dfn,em,var {
font-style:normal;
}

a {
text-decoration:none;
color:#333;
}

a:hover,a:active,a:focus {
text-decoration:none;
}

table {
border:0;
border-spacing:0;
border-collapse:collapse;
padding:0;
}

strong {
font-weight:500;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main {
display:block;
}

body,th,td,input,select,textarea,button {
color:#333;
font-size:18px;
line-height:1.5;
letter-spacing:-0.05em;
font-family: 'SUIT';
font-weight:400;
}

body, html{
width:100%;
overflow-x:hidden;
}

:focus {
outline:none;
}

.blind,.gnb-open-btn,.gnb-close-btn,.mobile-gnb {
display:none;
}

.gnb:after,.sub-content:after {
clear:both;
display:block;
height:0;
content:"";
visibility:hidden;
}
.slick-slide {
display:inline-block;
}


@keyframes quickAnimation {
0% {
opacity: 0;
right: -60px; }
100% {
opacity: 1;
right: 30px; } 
}
.quick{
opacity: 0;
position: fixed;
top: 15vh;
right: -60px;
bottom: 0;
height:70vh;
z-index: 999;
text-align: center;
animation: quickAnimation 1s .5s both;
transition: all 1s ease-in-out;
display:flex;
justify-content: center;
flex-direction: column;
gap:10px;
}
.quick ul{
background:#fff;
padding:15px 15px;
border-radius:999px;
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.quick ul li{
border-top:1px #e0e0e0 solid;
}
.quick ul li.Q-pc{
display:none;
}
.quick ul li:first-child{
border-width:0;
}
.quick ul li a{
display:block;
padding:5px 0 0px;
width:50px;
font-size:38px;
}
.quick ul li a i{
color:#0444b9;
}
.quick ul li:nth-child(1) a i{
color:#0476b9;
}
.quick ul li:nth-child(2) a i{
color:#322526;
}
.quick ul li:nth-child(4) a i{
color:#e6730f;
}
.quick ul li:nth-child(5) a i{
color:#e93324;
}

.quick ul li a img{
width:75%;
margin-bottom:10px;
}

.quick-top{
width:70px;
height:70px;
display:flex;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius:9999px;
background:#0444b9;
color:#fff;
font-size:15px;
letter-spacing: 0.05em;
font-weight:600;
cursor:pointer;
margin:0 auto;
}
.quick ul li.quli-tel a{
display:flex;
flex-direction: column;
line-height:1.1;
gap:7px;
color:#0444b9;
}
.quick ul li.quli-tel span{
opacity:0.8;
font-size:16px;
color:#333;
}
.quick ul li.quli-tel p{
font-size:16px;
color:#0444b9;
font-weight:800;
line-height:1.2;
}



@keyframes upAndDown {
0% {bottom: 140px;}
50%{bottom: 120px;}
100%{bottom: 140px;}
}
.impl-tag{
position:fixed;
bottom:150px;
/*left:30px;*/
z-index:9999;
transition: 0.3s;
animation: upAndDown 2s infinite forwards;
}
.impl-tag a{
display:flex;
}
.impl-tag img{
width:110px;
}



header {
width:100%;
position:fixed;
top:0;
left:0;
z-index:999999;
transition: .4s ease;
}
header.on, header:hover{
background:rgba(0,0,0,0.8);
}
header.drop{
background:rgba(0,0,0,0.8);
}
.header-area{
width:100%;
margin:0 auto;
z-index:999;
position:relative;
}

.ha-top{
display:flex;
justify-content: space-between;
align-items: center;
padding-top:20px;
width:100%;
max-width:1280px;
margin:0 auto;
}

.header-logo a{
display:flex;
align-items: center;
width:380px;
margin-left:-230px;
}

.header-logo a img{
width:100%
}

.top-num-box{
margin-right:10px;
width:300px;
}
.top-num{
line-height:1.2;
color:#fff;
gap:10px;
text-align:left;
align-items: center;
font-size:18px;
display:flex;
}
.top-num p{
background:url(img/imp-ico.png);
background-size:18px 30px;
background-repeat:no-repeat;
background-position:0% 50%;
padding:10px 0 10px;
padding-left:25px;
}
.top-num p span{
font-weight:800;
color:#fff;
}
.top-num br{
display:none;
}

.top-num div span{
font-size:28px;
font-weight:700;
color:#fff;
}

.ha-bottom{
display:flex;
justify-content: space-between;
gap:5px;
padding:20px 0 0;
}

.header-gnb{
position:relative;
flex-grow: 1;
position:relative;
}
.gnb{
display:flex;
text-align:center;
justify-content:center;
width:calc(100%);
max-width:1280px;
margin:0 auto;

}
.gnb > li{

list-style: none;
flex-grow: 1;
}
.gnb > li > a{
height:inherit;
display:flex;
align-items: center;
justify-content: center;
font-weight:500;
font-size:20px;
width:100%;
height:50px;
position:relative;
color:#fff;
}
.gnb > li.active > a{
color:#8db7ff;

}
.gnb > li.active > a span{
display:inline-block;
position:relative;
}
.gnb > li.active > a span:after{
display:block;
position:absolute;
content:"";
border-bottom:solid 5px #8db7ff;
top:auto;
bottom:-10px;
width:100%;
}

.gnb > li:hover > a{
color:#8db7ff;
}

.gnb > li > a > span{
transition: opacity 0.2s;
white-space: nowrap; 
}

.gnb > li > ul a{
display:block;
padding:5px 0;
font-size:15px;
font-weight:300;
color:#fff;
transition: all 0.5s ease;
}
.gnb > li > ul a:hover{
font-weight:500;
color:#8db7ff;
}

.gnb > li > ul{
max-height:0; 
transition: all 0.3s ease-out;
overflow:hidden;
top:45px; 
background:rgba(0,0,0,0.9); 
position:absolute;
width:100%; 
left:0%; 

}
.gnb > li ul.gd1 li:first-child{
margin-left:-1055px;
}
.gnb > li ul.gd2 li:first-child{
margin-left:-700px;
}
.gnb > li ul.gd22 li:first-child{
margin-left:-300px;
}
.gnb > li ul.gd5 li:first-child{
margin-left:650px;
}
.gnb > li ul.gd6 li:first-child{
margin-left:900px;
}
.gnb > li ul.gd7 li:first-child{
margin-left:1000px;
}

.gnb > li:hover ul{
max-height:800px;
padding:10px 0;
margin-top:5px;
}
.gnb > li > ul li{
display:inline-block;
margin:0 10px;
}
.gnb > li > ul li > a {
transition: all 0.5s ease;
}


.header-link{
flex-shrink: 0;
}
.header-link a{
display:blcok;
background:#dee2e4;
height:35px;
display:flex;
align-items: center;
padding:0 10px;
border-radius:5px;
color:#2f3746;
gap:5px;
font-size:14px;
}
.header-link a i{
font-size:18px;
}
.mobile-open-btn{
z-index:99999;
width:35px;
height:35px;
font-size:20px;
display:flex;
justify-content: center;
align-items: center;
background:#0444b9;
color:#fff;
flex-shrink: 0;
border-radius:5px;
flex-shrink: 0;
display:none;
}

.pc-open-btn{
z-index:99999;
width:35px;
height:35px;
font-size:20px;
display:flex;
justify-content: center;
align-items: center;
background:#0444b9;
color:#fff;
flex-shrink: 0;
border-radius:5px;
flex-shrink: 0;
}



.all-menu-area{
display:none;
}

.gnb-close-btn{
position:absolute;
right:281px;
top:0;
z-index:99999;
background:#fff;
width:35px;
height:35px;
line-height:35px;
text-align:center;
color:#333;
font-size:25px;
display:block;
}
.header-tel{
height:50px;
width:200px;
color:#fff;
display:flex;
align-items: center;
justify-content: center;
background:#283071;
font-weight:700;
flex-shrink: 0;
}
.header-tel a{
color:#fff;
display:block;
}

#sidebar{
position:fixed;
top:0;
bottom:0; 
display:none; 
right:-200px; 
z-index:99999; 
-webkit-transition: right 1s;  
transition: right 1s; 
width:auto; 
overflow:visible; 
background:#000;
margin-left:0;
left:auto;
border:0;
}

.sidebg{
display:block;
position: fixed;
height: 150%;
background: rgba(0,0,0,0.5);
width: 100%;
top: 0;
right: 0;
z-index: 44;
}
.menu{
position:relative;
z-index:55; 
width:280px; 
left:auto; 
right:0; 
overflow-x:hidden; 
overflow-y:auto; 
height:100%; 
background:#fff;
display:block;
text-align:left;
box-sizing:border-box;
padding:20px;
}

.menu > li{
display:block;
width:100%;
box-sizing:border-box;
border-left:0;
box-sizing:border-box;
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px rgba(0,0,0,0.2) solid;
}

.menu > li > ul > li{
padding:5px 0;
}

.menu > li > a{
height:30px;
line-height:30px;
font-weight:800;
display:block;
width:100%;
}

.menu > li > ul > li > a{
display:block;
}
.site-nav{
display: flex;
align-items: center;
opacity: 0;
overflow-y: auto;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: translateX(-100%);
transition: opacity 0.3s ease-out, transform 0.1s linear 0.3s;
z-index: 999;
background:rgba(255,255,255,0.9);
}
.site-nav.nav-opened{
opacity: 1;
transform: translateX(0);
transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform 0.1s linear;
}
.site-nav .nav-container {
display: flex;
justify-content: space-between;
width: 100%;
max-width:1200px;
margin:0 auto;
}
/*.site-nav p a{
font-size:20px;
font-weight:600;
display:block;
padding:10px 0;
}
.site-nav ul{
margin-bottom:30px;
margin-left:15px;
}
.site-nav ul li a{
font-weight:300;
opacity:0.8;
display:block;
padding:7px 0;
}*/

.nav-close-btn{
position:absolute;
right:50px;
top:50px;
font-size:28px;
}

.nav-menu{
display:flex;
gap:5%;
flex-wrap:wrap;
width:100%;
}
.nav-menu > li{
width:21.25%;
}
.nav-menu > li > a{
font-size:20px;
font-weight:600;
display:block;
padding:10px 0;
}
.nav-menu ul{
margin-bottom:50px;
margin-left:15px;
}
.nav-menu ul li a{
font-weight:300;
opacity:0.8;
display:block;
padding:7px 0;
}

/********************* main *********************************/
.hidden{display:none; color:#fff;}
/*visual*/
#main-visual{
width:100%;
max-width:2000px;
margin:0 auto;
margin-bottom:-8px;
overflow:hidden;
position:relative;
z-index:9;
}

.mv-bg{
background-image:url(img/visual-bg.png);
background-position:0 0;
background-size:cover;
position:absolute;
width:100%;
height:50%;
left:0;
top:0;
z-index:88;
}
.mv-slide{
position:relative;
z-index:77;
}

#main-visual .slick-arrow{
position:absolute;
right:50px;
bottom:50px;
z-index:99999;
font-size:35px;
width:50px;
height:50px;
line-height:50px;
text-align:Center;
color:#fff; 
background:transparent;
}
#main-visual .slick-arrow.slick-prev{
right:100px;
}

.va-box{
position:relative;
}

.va-img{width:100%; position:relative; padding-top:49%;}
.va-img img{width:100%; position:absolute; left:0; top:0;}
.vat-box div strong{
font-size:70px;
font-weight:700;
}

.visual-video{width:100%; position:relative; padding-top:56%;}
.visual-video iframe{position:absolute; left:0; top:0;}



.main-banner{
background-size:cover;
background-position:50%;
background-attachment : fixed;
width:100%;
max-width:2000px;
margin:0 auto;
}
.main-banner-box{
width:96%;
max-width:1280px;
margin:0 auto;
padding:125px 0;
word-break:keep-all;
}

.main-tit1{
font-size:53px;
color:#041965;
margin-bottom:30px;
font-weight:700;
}
.main-tit2{
font-size:41px;
color:#444;
margin-bottom:0px;
}
.main-tit3{
font-size:41px;
color:#111;
font-weight:800;
}
.main-tit4{
font-size:53px;
font-weight:700;
color:#041965;
margin-bottom:0px;
}

.main-img{
width:100%;
max-width:2000px;
margin:0 auto;
}
.main-img img{
width:100%;
}
.mi-round{
border-radius:20px;
overflow:hidden;
}

.font-type1{
font-family:Cafe24Shiningstar;
font-size:56px !important;
font-weight:400 !important;
letter-spacing:0em;
margin:60px 0;
color:#1566f1;
}
.mb-color1{
color:#1566f1;
}

/*main-banner1*/
#mb1{
background-image:url(img/mb01-bg2.jpg);
}
.mb-txt1{
color:#333;
font-size:50px;
font-weight:700;
text-align:center;
margin-bottom:80px;
}
.mbt1-1{
font-size:70px;
margin:10px 0 30px;
font-weight:900;
}
.mbt1-1-em{
display:block;
font-weight:400;
line-height:1;
font-size:35px;
letter-spacing: 0.247em;
color:#1566f1;
}
.mb-txt2{
color:#1566f1;
font-size:73px;
font-weight:700;
text-align:center;
margin-bottom:80px;
}
.mb-txt3{
width:96%;
max-width:1000px;
margin:0 auto;
background:url(img/mbt3-bg.jpg);
border-radius:17px;
color:#fff;
box-sizing:border-box;
padding:30px 0px;
}

.mbt3-box{
display:flex;
align-items: center;
justify-content: center;
gap:20px;
}
.mbt3-1{
text-align:center;
}
.mbt3-left{
text-align:right;
}
.mbt3-left p{
font-size:58px;
font-weight:300;
transition: all 0.5s 0.5s ease-in-out;
opacity:0;
transform: translate(-100px, 0px);
}
.mbt3-left p.mbt3-l-t2{
transition: all 0.5s 1s ease-in-out
}
.active .mbt3-left p{
opacity:1;
transform: translate(0px, 0px);
}

.mbt3-left p strong{
font-weight:700;
}
.mbt3-right p{
font-style:italic;
font-size:135px;
font-weight:700;
}
.mbt3-1{
font-weight:300;
font-size:45px;
text-transform: uppercase;
opacity:0;
line-height:1;
transition: all 1.5s 1.5s ease-in-out;
transform: translate(0px, 50px);
}
.active .mbt3-1{
opacity:0.3;
transform: translate(0px, 0px);
}
.mbt3-right span{
transition: all 0.1s 1.5s ease-in-out;
opacity:0;
transform: scale(2, 2);
display:inline-block;
}
.mbt3-right span.spa2{
transition: all 0.1s 1.8s ease-in-out;
}
.mbt3-right span.spa3{
transition: all 0.1s 2.1s ease-in-out;
}
.mbt3-right span.spa4{
transition: all 0.1s 2.4s ease-in-out;
}


.active .mbt3-right span{
opacity:1;
transform: scale(1, 1);
}

/*main-banner2*/
#mb2{
background-image:url(img/mb2-bg2.jpg);
}
.mb2b-left{
width:50%;
}
.mb2b-right{
width:50%;
}

#mb2 .main-banner-box{
padding-bottom:0;
}
.mb2-box{
display:flex;
justify-content: center;
align-items: end;
}
.mb2b-left{
color:#333;
padding-bottom:100px;
}
.mb-txt4{
text-align:center;
font-size:42px;
}
.mb-txt5{
text-align:center;
font-size:64px;
font-weight:700;
margin:20px 0 30px;
}
.mb-txt6{
text-align:center;
font-size:32px;
font-weight:400;
}
.mb-ul1{
width:500px;
margin:0 auto;
padding-top:50px;
}
.mb-ul1 li{
display:flex;
background:#fff;
border-radius:999px;
height:65px;
align-items: center;
padding:0 30px;
box-sizing:border-box;
font-size:28px;
font-weight:700;
color:#2a3a76;
gap:10px;
margin-top:20px;
}
.mb-ul1 li span{
color:#98a5b9;
font-weight:800;
}

.phone-box{
width:580px;
height:898px;
background-image:url(img/phone-bg.png);
background-size:cover;
position:relative;
}
#mb2 .typing{
white-space: nowrap;
overflow: hidden;
border-right: 2px solid;
position:absolute;
left:50%;
margin-left:-9ch;
top:80px;
font-size:16px;
height:1.1em;
line-height:1.1em;
width:0;
}
#mb2.active .typing {
width: 15.8ch;
/* ch : 25개의 문자열을 포함 */
animation: typing 1.5s steps(10), blink .5s  forwards;

}
.mb2-img{
opacity:0;
width:270px;
position:absolute;
left:180px;
top:115px;
transition: all 1.5s 1.5s ease-in-out;
transform: translate(0px,30%);
}
#mb2.active .mb2-img{
width:270px;
position:absolute;
left:180px;
top:115px;
opacity: 1;
transform: translate(0px,0px);
}
.mb2-img img{
width:100%;
}


@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}



/*main-banner3*/
#mb3 .main-banner-box{
padding-bottom:0;
}
.mb3-box{
padding-top:90px;
display:flex;
align-items:first;
}
.mb3b-left{
flex-grow: 1;
}
.mb3b-right{
flex-shrink: 0;
width:580px;
}
.mb-txt7{
margin-bottom:90px;
}
.mb-txt7 strong{
font-weight:800;
font-size:41px;
display:block;
}
.mb-txt7 p{
font-size:22px;
line-height:1.8em;
color:#666;
margin-top:25px;
}
.mb-txt7 p span{
font-weight:700;
}
.sign-img{
width:170px;
margin-left:10px;
}
.mbt7-t1{
color:#1f5ebc;
font-weight:700;
}
.mb-txt8{
margin-bottom:30px;
background:#ecf1f6;
padding:30px;
border-radius:20px;
}
.mb-txt8 strong{
font-weight:800;
font-size:32px;
display:block;
}
.mb-txt8 p{
font-size:26px;
color:#666;
}


/*main-banner4*/
#mb4{
/*background-image:url(img/mb4-bg2.jpg);*/
background-color:#070707;
}
#mb4 .main-tit2, #mb4 .main-tit3{color:#fff;}
.mb-ul2{
display:flex;
gap:2%;
margin-top:50px;
}
.mb-ul2 > li{
width:23.5%;
box-sizing:border-box;
border-radius:20px;
color:#111;
padding:30px 0 0 30px;
background:#fff;
transition: all 0.6s linear;
}


.mb-ul2 > li img{
width:100%;
transition:all .3s ease-out;
}
.mb-ul2 > li:hover img{
content: url(img/doc-img1-hover.png);
}
.mb-ul2 > li:nth-child(2):hover img{
content: url(img/doc-img2-hover.png);
}

.mb-ul2 > li:nth-child(3):hover img{
content: url(img/doc-img3-hover.png);
}

.mb-ul2 > li:nth-child(4):hover img{
content: url(img/doc-img4-hover.png);
}
.mb-ul2 > li span{
font-weight:200;
font-size:28px;
}
.mb-ul2 > li p{
font-weight:700;
font-size:30px;
margin-bottom:20px;
}
.mb-ul2 > li ul{
height:150px;
}
.mb-ul2 > li ul li{
font-size:16px;
opacity:0.7;
margin-top:10px;
}
.mb-ul2 > li a{
display:inline-block;
padding:5px 20px;
border-radius:999px;
border:1px solid #cdd1da;
color:#888e9b;
font-size:15px;
font-weight:600;
transition: all .3s ease-out;
}
.mb-ul2 > li:hover a{
background:#2175f1;
color:#fff;
border-color:transparent;
}


.d_pop { position:fixed;width:100%;height:100%; top:0; left:0; background-color:rgba(0,0,0,.85);display:none;z-index:99999999999999999999; overflow:auto}
.d_pop .box { background:#fff;width:900px;margin:5% auto 5%;position:relative; min-height:660px; border-radius:20px; box-sizing:border-box; overflow:hidden;}
.d_pop .box > li{
position:Relative;
min-height:660px;
}
.d_pop .box .doctor-txt{
position:relative;
z-index:5;
}
.d_pop .box .photo {
position:absolute;
width:100%;
z-index:1;
top:0;
left:0;
}
.d_pop .box .close_box { 
position:absolute;
right:20px;
top:20px;
z-index:10;
height:50px;
line-height:50px;
width:50px;
color:#a5aebf;
text-align:center;
font-size:35px;
}

.dc-top{
background:#00011f;
padding-top:20px;
display:flex;
justify-content: space-between;
align-items: flex-end;
/*background-image:url(img/logo-bg.png);
background-repeat: no-repeat;
background-position:45%;
background-size:80px;*/
position:relative;
color:#fff;
}

.dct-img img{
width:100%;
max-width:300px;
}
.dct-txt{
font-size:28px;
flex-grow: 1;
padding-right:30px;
padding-bottom:30px;
text-align:right;
}
.dct-txt strong{
font-weight:800;
display:block;
}

.dc-top.dct-left .dct-txt{
text-align:left;
order:2;
}
.dc-top.dct-left .dct-img img{
order:1;
padding-right:30px;
}

.dct-ment{
position:absolute;
font-family: Cafe24Shiningstar;
top:70px;
right:280px;
font-size:36px;
text-align:right;
letter-spacing: 0.0em;
}

.dct-m-b{
padding-right:80px;
}
.dc-top.dct-left .dct-ment{
text-align:left;
left:280px;
right:auto;
}
.dc-top.dct-left .dct-m-b{
padding-right:0;
padding-left:160px;
}

.dc-ul{
padding:30px;
overflow-y:scroll;
}
.dc-ul ul{
display:flex;
gap:2%;
flex-wrap:wrap;
}
.dc-ul ul li{
width:49%;
margin-bottom:10px;
}


/*main-banner5*/
.mb5-box{
display:flex;
margin-top:90px;
}
.mb5b-left{
flex-grow: 1;
}
.mb5b-right{
width:420px;
flex-shrink: 0;
}
.mb5b-r-box{
margin-bottom: 30px;
background: #ecf1f6;
padding: 30px;
border-radius: 20px;
}
.mb-txt9{
font-weight:700;
font-size:41px;
}
.mb-txt10{
font-size: 22px;
line-height: 1.8em;
color: #666;
margin-top: 25px;
}
.mb-txt11{
font-weight:800;
font-size:32px;
}
.mb-txt12{
font-size: 26px;
color: #666;
margin-top: 25px;
}

/*main-banner6*/
#mb6{
background-image:url(img/mb6-bg2.jpg);
}
.mb6-box{
display:flex;
align-items: center;
margin-top:50px;
gap:90px;
}
.mb6-box:first-child{
margin-top:0;
}

.mb6b-txt{
flex-grow: 1;
}
.mb6b-img{
flex-shrink: 0;
width: 540px;
}
.n07-sub .mb6b-img{
max-width:430px;
}
.mb6b-img img{
width:100%;
border-radius:20px;
}
.mb-txt13{
font-weight:700;
margin-top:30px;
font-size:41px;
line-height:1.4em;
}
.mb-txt14{
font-size:38px;
margin-top:35px;
font-family:Cafe24Shiningstar;
letter-spacing: 0em;
}
.mb-txt15{
margin-top:35px;
font-size: 20px;
line-height: 1.8em;
color:#555;
}

/*main-banner7*/
#mb7{
background-color:#f9f9f9;
}
.mb7-box{
display:flex;
}
.mb7b-left{
flex-grow: 1;
}
.mb-txt16{
font-weight:700;
margin-top:30px;
font-size:41px;
line-height:1.4em;
}
.mb-txt17{
font-size:38px;
margin-top:35px;
font-family:Cafe24Shiningstar;
letter-spacing: 0em;
}
.mb-txt18{
color:#555;
font-size:20px;
line-height:1.8em;
margin-top:35px;
}
.mb7-link{
background:#52b45e;
border-radius:999px;
color:#fff;
padding:10px 30px;
display:inline-block;
margin-top:50px;
font-weight:600;
}

.mb7b-right{
background:#fff;
border-radius:20px;
box-sizing:border-box;
flex-shrink: 0;
width:48%;
padding:30px;
}
.main-review{
height:640px;
overflow:hidden;
}
.review-list{
position:relative;
}
.review-list li{
border-bottom:1px dashed #c3c3c3;
padding-bottom:20px;
margin-bottom:20px;
}
.review-list li:first-child{
border-top-width:0;
padding-top:0;
margin-top:0;
}
.review-list li a{
display:flex;
width:100%;
align-items: end;
gap:60px;
}
.rl-txt{
flex-grow: 1;
overflow:hidden;
}
.rl-t1{
color:#f4ca20;
display:flex;
gap:3px;
}
.rl-t2{
font-size:18px;
height:3em;
line-height:1.5em;
overflow:hidden;
margin:10px 0;
color:#666;
}
.rl-t3{
display:flex;
align-items: center;
gap:10px;
font-weight:600;
color:#6c6c6c;
font-size:17px;
}
.rl-t3 strong{
font-size:1.125em;
color:#444;
}
.rl-img{
width:80px;
height:80px;
flex-shrink: 0;
border-radius:999px;
position:relative;
overflow:hidden;
}
.rl-img > div{
width:100%;
height:100%;
display:flex;
justify-content: center;
align-items: center;
position:absolute;
left:0;
top:0;
}
.rl-img img{
width:100%;
}


/*main-banner8*/
#mb8{
background-image:url(img/mb8-bg.jpg);
}
.mb-txt19{
font-size:41px;
font-weight:300;
}
.mb-txt20{
font-size:41px;
font-weight:800;
line-height:1.3;
margin-top:10px;
}
.mb-txt21{
font-size:28px;
margin-top:30px;
font-weight:600;
}

.mb8-slide{
margin-top:75px;

}

.mb8s-nav{
margin-bottom:60px;
position:relative;
z-index:9999999;
overflow:hidden;
}
/*.mb8s-nav:before {
content:"";
display: block;
opacity: 1;
visibility: inherit;
overflow: hidden;
position: absolute;
top: 0;
right: -1px;
bottom: 0;
z-index: 10;
width: 80px;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ededed 70%, #ededed 100%);
transition-property: opacity, visibility;
transition-duration: .25s;
transition-timing-function: ease-in-out;
}*/
.mb8s-nav p{
cursor:pointer;
font-size:24px;
color:#666666;
font-weight:600;
}
.mb8s-nav p:hover{
font-weight:600;
}
.mb8s-nav .slick-slide{
margin-right:25px;
}
.mb8s-nav .slick-current p{
font-weight:800;
color:#020202;
border-bottom:2px #000 solid;
position:relative;
}

.mb8s-nav .slick-current p:after{
content:"";
display:block;
width:11px;
height:7px;
background:url(img/arrow.png);
background-size:cover;
position:absolute;
left:50%;
bottom:-7px;
margin-left:-5px;
}

.mb8sf-box{
display:flex !important;
gap:40px;
align-items: center;
}
.mb8sf-img{
width:660px;
flex-shrink: 0;
}
.mb8sf-img img{
width:100%;
}
.mb8sf-txt{
flex-grow: 1;
}
.mb8sf-txt strong{
font-size:27px;x
font-weight:700;
color:#111;
}
.mb8sf-txt p{
font-size:22px;
color:#666666;
line-height:1.8;
word-break: keep-all;
margin-top:20px;
}

/*main-banner9*/
.mb9-box{
display:flex;
align-items: center;
}
.mb9b-left{
flex-grow:1;
}
.mb-txt22{
font-weight:500;
font-size:26px;
margin-top:10px;
line-height:1.8;
}
.mb9b-right{
flex-shrink:0;
width:550px;
border-radius:20px;
overflow:hidden;
}
.mb9b-right img{
width:100%;
}

/*main-banner10*/
#mb10{
background-color:#f6f6f6;
}
#mb10 div{

}
.mb-txt23{
font-size:48px;
font-weight:700;
margin-top:30px;
}
#mb10 .mb-txt22{
margin-top:30px;

}

.mb10-slide{
position:relative;
padding-top:50px;
}
.mb10-slide .slick-arrow{
position:absolute;
right:0;
top:-70px;
font-size:60px;
opacity:0.3;
background:transparent;
color:#888;
display:flex;
align-items: center;
width:60px;
}
.mb10-slide .slick-arrow.slick-prev{
right:70px;
display:flex;
align-items: center;
width:70px;
justify-content: space-between;
}
.mb10-slide .slick-arrow.slick-prev:after{
display:block;
content:"";
width:1px;
height:40px;
background:rgba(0,0,0,0.3);

}
.mb10-slide .slick-list{
width:calc(100% + 32px);
margin-left:-30px;
overflow:hidden;
}
.mb10-slide .slick-list .slick-slide{
margin-left:30px;
}
.mb10sb-txt{
display:flex;
gap:10px;
justify-content: center;
align-items: center;
font-size:20px;
font-weight:700;
margin-top:30px;
}
.mb10sb-txt span{
opacity:0.3;
font-weight:900;
}

.mb10sb-img{
width:100%;
padding-top:71%;
position:relative;
overflow:hidden;
border-radius:20px;
}
.mb10sb-img > div{
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
display:flex;
justify-content: center;
align-items: center;
}
.mb10sb-img > div img{
width:100%;
}

/*main-banner11*/
#mb11{
background-image:url(img/mb11-bg2.jpg);
}
#mb11 div{

}
#mb11 .mb-txt22{
margin-top:30px;
margin-bottom:90px;
}

/*main-banner12*/
.mb12-box{
display:flex;
padding-bottom:0;
align-items:end;
}
.mb-txt24{
padding:50px 0 90px;
}
.mb-txt24 p{
margin-bottom:30px;
font-size:22px;
color:#666;
line-height:1.8em;
}
.mb12b-left{
flex-grow: 1;
}
.mb12b-right{
flex-shrink: 0;
}

.mb12-phone{
width:532px;
height:810px;
background:url(img/phone-bg2.png);
padding-top:215px;
box-sizing:border-box;
}
.mb12-slide{
width:452px;
margin:0 auto;
height:100%;
overflow:hidden;
}
.mb12-slide img{
width:100%;
}
.mb12-slide .slick-slide{
display:block;
margin-bottom:5px;
}

/*bottom-customer*/
.bottom-customer{
display:flex;
}

.bottom-customer section{
width:50%;
padding:90px 0;
text-align:center;
align-items: flex-start;
}

.bc-tit{
font-weight:700;
font-size:58px;
margin-bottom:55px;
}
.mb-txt25{
font-weight:700;
font-size:35px;
line-height:1.3;
}
.mb-txt26{
font-size:24px;
margin-top:35px;
font-weight:300;
color:#666;
}
.mb-txt26 .mbt26-st{
color:#cb1818;
font-weight:700;
font-size:1.125em;
text-decoration: underline;
}
#bc-left{
background:#ededed;
color:#111;
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.bcl-ul{
margin-top:30px;
}
.bcl-ul li{
display:flex;
align-items: center;
height:50px;
margin-top:14px;
gap:35px;
}
.bcl-ul li span{
background:#ffffff;
border-radius:999px;
width:165px;
font-size:24px;
display:flex;
justify-content: center;
align-items: center;
color:#666;
height:100%;
}
.bcl-ul li p{
font-size:28px;
font-weight:600;
letter-spacing: 0em;
color:#333;
}


#bc-right{
background:#e3e3e3;
color:#111;
display:flex;
flex-direction: column;
align-items: center;
}
.bcr-ul li{
display:flex;
align-items: center;
height:50px;
margin-top:14px;
gap:35px;
}

.bcr-ul li span{
background:#fff;
border-radius:999px;
width:165px;
font-size:24px;
display:flex;
justify-content: center;
align-items: center;
color:#333;
height:100%;
flex-shrink: 0;
}
.bcr-ul li a{
font-size:45px;
font-weight:800;
letter-spacing: 0.05em;
position:relative;
color:#333;
flex-grow: 1;
text-align:left;
}
.bcr-ul li a.bcru-a{

}

.bcr-ul li.bcru-cacao a{
background:#fff;
border-radius:9999px;
font-size:27px;
color:#000;
height:100%;
display:flex;
justify-content: center;
align-items: center;
padding:0 15px;
padding-left:40px;
margin-left:30px;
}
.bcr-ul li.bcru-cacao a i{
padding-left:5px;
font-size:30px;
}
.bcr-ul li.bcru-cacao a img{
position:absolute;
width:60px;
left:-30px;
}

.bc-map{
width:96%;
max-width:690px;
height:450px;
border-radius:20px;
overflow:hidden;
margin:30px auto 50px;
}

.mb-txt27{
color:#111;
font-weight:700;
font-size:41px;
margin:80px 0 70px;
color:#041965;
}

.mb-txt28{
display:flex;
color:#333;
font-size:22px;
line-height:1.8em;
}
.mb-txt28 p{
width:50%;
}
.mb-txt28 strong{
font-weight:600;
}

#info{
background:#fff;
}
#info .main-banner-box{
max-width:1000px;
padding:90px 0;
}
.info-ul{
display:flex;
gap:2%;
}
.info-ul li{
width:32%;
}
.info-ul li a{
display:flex;
flex-direction: column;
padding:30px;
padding-bottom:110px;
box-sizing:border-box;
border-radius:15px;
background:#0344b8;
color:#fff;
position:relative;
height:310px;
}
.info-ul li.info2 a{
background:#19ce60;
}
.info-ul li.info3 a{
background:#ffeb34;
color:#333;
}
.info-ul li.info3 a em{
color:#fff;
}
.info-ul li span{
opacity:0.6;
letter-spacing: 0em;
}
.info-ul li p{
font-size:1.5em;
margin-top:20px; 
}

.info-ul li p strong{
display:block;
font-weight:800;
font-size:1.4em;
}
.info-ul li.info1 p{
font-size:2.5em;
}
.info-ul li.info1 p strong{
font-size:1em;
}
.info-ul li em{
position:absolute;
right:20px;
bottom:20px;
background:rgba(0,0,0,0.5);
border-radius:999px;
width:80px;
height:80px;
display:flex;
justify-content: center;
align-items: center;
line-height:1.1em;

}

.info-ul li.info1 p{
letter-spacing: 0em;
}



#bottom{
background-color:#f9f9f9;
}

.bottom-slide{
width:100%;
margin: 0 auto;
overflow: hidden;
padding-bottom:50px;
}
.bottom-slide .slick-track{
display:flex;
gap:40px;
}
.bottom-slide .slick-slide{
width:720px;
}
.bs-box{
position:relative;
width:100%;
padding-top:55%;
overflow:hidden;
background:#eee;
border-radius:20px;
}
.bsb-img{
position:absolute;
width:100%;
height:100%;
display:flex;
justify-content: center;
align-items: center;
top:0;
left:0;
}
.bsb-img img{
width:100%;
}

.footer{
background:#000;
text-align:center;
color:#fff;
padding:30px 0 150px;
}
.foot-link{
display:flex;
gap:20px;
justify-content: center;
}
.foot-link a{
color:#fff;
font-weight:600;
}

.foot-info{
display:flex;
gap:5px;
justify-content: center;
align-items: center;
width:96%;
max-width:850px;
flex-wrap:wrap;
margin:50px auto;
opacity:0.8;
}
.foot-info p{
margin:0 15px;
}
.copyright{
opacity:0.5;
letter-spacing: 0em;
}

.fixed-bar{
position:fixed;
bottom:0;
left:0;
background:#2175f1;
width:100%;
z-index:9999;
}
.fixed-bar-box{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
justify-content: space-between;
height:50px;
align-items: center;
padding:30px 0;
}

.fb-p{
color:#fff;
font-weight:700;
font-size:30px;
line-height:1em;
}
.fb-p span{
display:block;
font-size:17px;
font-weight:500;
}
.fb-btn{
background:#283b57;
color:#fff;
display:flex;
align-items:center;
height:100%;
border:0;
width:160px;
justify-content: center;
border-radius:5px;
font-weight:700;
font-size:16px;
}
.fb-input{
display:flex;
align-items: center;
height:35px;
}
.fb-input input[type="text"],
.fb-input select{
height:100%;
border:0;
font-size:15px;
border-radius:5px;
width:220px;
padding:0 5px;
margin-right:10px;
}
.fb-input input[type="checkbox"]{
background:transparent
}
.fb-input a{
font-size:15px;
font-weight:600;
color:#fff;
}

.mo-fixed-btn, .mo-fixed-close{
display:none;
}


/*layer popup*/
.layer-popup{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.85);
z-index: 999;
overflow: auto;
display:none;
}
.layer-pop-area{
width:70%;
width:800px;
height:50vh;
background:#fff;
position:absolute;
left:50%;
margin-left:-400px;
top:50%;
margin-top:-35vh;
padding:30px;
box-shadow: 2px 2px 10px rgba(0,0,0,.84);
box-sizing:border-box;

}
.layer-tit{
font-weight:600;
font-size:1.25em;
box-sizing:border-box;
height:55px;
line-height:55px;
width:100%;
padding:0 15px 20px;
}
.layer-content{
color:#555;
height:90%;
overflow-y:scroll;
box-sizing:border-box;
}
.close-box{
position:absolute;
right:-50px;
top:0px;
background:#2175f1;
color:#fff;
width:50px;
height:50px;
display:flex;
justify-content: center;
align-items: center;
}

.imp-box{
border-radius:30px;
padding:50px 100px;
background:#15182d;
width:96%;
max-width:800px;
margin:20px auto 0;
box-sizing:border-box;
}
.imp-tit{
text-align:center;
color:#eecda0;
font-weight:700;
font-size:45px;
line-height:1.2;
border-bottom:1px rgba(255,255,255,0.2) dashed;
padding-bottom:30px;
margin-bottom:30px;
}
.imp-tit img{
margin-bottom:30px;
}
.imp-tit br{

}

.imp-form li{
display:flex;
gap:30px;
margin:10px 0;
font-size:20px;

} 
.imp-form li span{
flex-shrink: 0;
width: 240px;
color:#fff;
text-align:right;
line-height:54px;
}
.imp-form li p{
flex-grow: 1;
padding:10px 20px;
background:#fff;
border-radius:5px;
}
.imp-result{
background:#10193a;
display:flex;
border:1px #eecda0 solid;
box-sizing:border-box;
margin:50px 0 20px;
border-radius:20px;
overflow:hidden;
align-items: center;
color:#fff6eb;
padding:30px;
}
.impr-left{
width:35%;
flex-shrink: 0;
}
.imp-result img{
width:100%;
}
.impr-right{
text-align:center;
font-size:24px;
flex-grow: 1;
}

.imp-end{
text-align:center;
}
.imp-end a{
color:rgba(255,255,255,0.6);
font-weight:200;
font-size:19px;
}