@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
#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:#222;
}

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:#222;
font-size:17px;
line-height:1.5;
letter-spacing:-0.08em;
font-family: 'SUIT';
font-weight:400;
}

body{
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;
}


/*footer*/
footer{
width:100%;
margin:0 auto;
padding:50px 0;
text-align:center;
}

.foot-area{
padding:10px 0;
margin:0 auto;
letter-spacing:0em;
width:96%;
max-width:1000px;
text-align:left
}
.foot-info{
margin-bottom:20px;
}
.foot-info p{
margin-bottom:5px;
display:inline-block;
margin-right:10px;
color:#555;
}

.foot-info strong{
color:#444;
font-weight:600;
display:inline-block; 
margin-right:5px;
}

.foot-text{
margin:20px auto 0;
font-size:0.9em;
max-width:1280px;
color:#666;
margin-top:10px;
text-align:left
}
.foot-copy{
letter-spacing:0;
opacity:0.5;
margin-top:10px;
padding-bottom:20px;
font-size:0.9em;
}

/*layer popup*/
.layer-popup{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.85);
z-index: 99999999999999999999;
overflow: auto;
display:none;
}

.layer-pop-area{
width:90%;
height:60vh;
background:#fff;
position:absolute;
top:20vh;
left:5%;
}


.layer-tit{
background:#3bb9ac;
color:#fff;
font-weight:600;
font-size:1.25em;
box-sizing:border-box;
height:50px;
line-height:50px;
position:absolute;
width:100%;
padding:0 15px;
}

.layer-content{
color:#555;
height:100%;
overflow-y:scroll;
box-sizing:border-box;
padding:65px 30px;
box-sizing:border-box;
}

.layer-content table{
width:100%;
border-top:1px #e0e0e0 solid;
border-right:1px #e0e0e0 solid;
}
.layer-content table th{
background:#555;
color:#fff;
font-size:20px;
padding:10px;
text-align:center;
}
.layer-content table td{
padding:5px 10px;
border-bottom:1px solid #e0e0e0;
border-left:1px #e0e0e0 solid;
}
.close-box{
position: absolute;
right: 0px;
top: 0px;
z-index: 99;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
background: #009889;
font-size: 32px;
}
.close-box img{
width:55px;
}


/********************* main *********************************/
.top{
height:42px;
background:#fff;
width:100%;
}
.top p{
width:95%; 
max-width:1280px;
margin:0 auto;
height:42px;
line-height:42px;
}
#main{
width:100%;
max-width:2000px;
margin:0 auto;
background-image:url(img/main-bg.jpg);
background-size:cover;
background-position:50% 0;
}
header{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
justify-content: space-between;
}
.header-logo img{
width:200px;
margin-top:20px;
}
.header-tel a{
display:flex;
background: linear-gradient(0deg, #f39b00, #e3417a);
border-radius:0 0 25px 25px;
padding:7px 20px;
color:#fff;
align-items: center;
font-size:20px;
gap:5px;
}
.header-tel a strong{
font-size:26px;
font-weight:800;
}

#visual{
text-align:center;
display:flex;
flex-direction: column;
padding-top:45px;
font-family: 'Gms';
font-weight:600;
justify-content: center;
align-items: center;
gap:50px;
}
#visual p{
font-size: 50px;
font-weight: 300;
color:#666;
line-height:1.6em;
}
#visual p strong{
font-weight:600;
font-size:1.45em;
color:#000;
display:block;
}
.main-btn{
display:inline-block;
font-size:24px;
color:#fff;
background: linear-gradient(90deg, #507ad8, #3bb9ac);
border-radius:0 30px 0 30px;
padding:15px 50px;
transition: all 0.3s;
position:relative;
overflow:hidden;
font-family: 'Gms';
font-weight:600;
}
.main-btn:before{
content:"";
display:block;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
background: linear-gradient(90deg, #008275, #284ea3);
transition: all 0.3s;
opacity:0;
z-index:11;

}
.main-btn span{
z-index:44;
position:relative;
}
.main-btn:hover:before{
opacity:1;
}

#visual img{
width:96%;
max-width:650px;
margin:0 auto;
}

#information{
display:flex;
width:96%;
max-width:760px;
margin:0 auto;
position:relative;
z-index:55;
border-radius:9999px;
color:#fff;
font-size:24px;
font-family: 'Gms';
font-weight:600;
justify-content: center;
align-items: center;
height:100px;
background:#4ab4ab;
box-sizing:border-box;
}
#information p{
padding-left:40px;
margin-left:40px;
position:relative;
}
#information p:before{
height:40px;
width:1px;
border-left:2px rgba(255,255,255,0.3) dashed;
content:"";
display:block;
position:absolute;
left:0;
top:50%;
margin-top:-20px;
}
#information p:first-child{
padding-left:0;
margin-left:0;
}
#information p:first-child:before{
display:none;
}
#information strong{
font-size:1.25em;
color:#f3ff2d;
font-weight:600;
}

#number{
width:96%;
max-width:980px;
margin:0 auto;
margin-top:-50px;
background:#fff;
box-shadow: 25px 25px 50px rgba(33, 137, 133, 0.1);
border-radius:80px;
padding:100px 50px 60px;
text-align:center;
box-sizing:border-box;
}

.num-tit{
font-family: 'Gms';
font-weight:600;
font-size:48px;
}
.num-p{
font-family: 'Gms';
font-weight:600;
font-size:32px;

display:inline-block;
position:relative;
}
.num-p span{
position:relative;
z-index:1;
background: linear-gradient(to bottom, #f3c612, #ed6c33);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.num-p:after{
content:"";
display:block;
width:100%;
height:10px;
background:#fff5df;
position:absolute;
left:0;
bottom:5px;
}
.graph-bar{
width:85%;
max-width:560px;
height:80px;
overflow:hidden;
border-radius:999px;
margin:0 auto;
background:#d0e0e8;
position:relative;
display:flex;
align-items: center;
margin-top:25px;
}
.graph-bar p{
position:relative;
z-index:55;
padding-left:50px;
font-family: 'Gms';
color:#fff;
letter-spacing: 0em;
font-size:22px;
opacity:0;
transition: all 1s ease;
}
.graph-bar p strong{
font-weight:600;
font-size:1.25em;
}
.graph-bar.active p{
opacity:1;
}
.graph{
position:absolute;
width:0%;
opacity:0;
height:100%;
background: linear-gradient(-90deg, #52d6f5, #57ffdd, #1fd474, #3ab0a6);
z-index:22;
border-radius:0 100px 100px 0;
transition: all 1s ease;
}
.graph-bar.active .graph{
width:80%;
opacity:1;
}

.main-tit1{
text-align:center;
font-family: 'Gms';
font-weight:600;
font-size:48px;
line-height:1.25em;
margin-bottom:40px;
}
.main-tit1 span{
display:block;
font-weight:300;
}
.main-tit1 em{
display:block;
font-weight:300;
font-size:0.8em;
color:#666;
}



#list{
padding:75px 0;
width:96%;
max-width:1020px;
margin:0 auto;
}
.list-box dt{
background:#016662;
border-radius:25px 25px 0 0;
font-family: 'Gms';
font-weight:600;
color:#fff;
font-size:22px;
padding:15px 0;
display:flex;
align-items: center;
text-align:center;
}
.list-top1, .list-top3, .list-bottom1, .list-bottom3{
width:25%;
flex-shrink: 0;
}
.list-top2, .list-bottom2{
flex-grow: 1;
}
.list-bottom2{
height:70px;
line-height:70px;
overflow:hidden;
}
.list-slide{
overflow:hidden;
}
.list-slide-box{
width:100%;
border-bottom:1px #e0e0e0 solid;
display:flex; 
align-items: center;
text-align:center;
font-size:19px;
}
.list-bottom1 span{
display:block;
padding:7px 0px;
font-weight:600;
color:#fff;
border-radius:999px;
width:120px;
text-align:center;
margin:0 auto;
font-size:0.9em;
}
.list-bottom1 .lst1-1{
background-color:#e8852d;
}
.list-bottom1 .lst1-2{
background-color:#9aa5a8;
}
.list-bottom1 .lst1-3{
background-color:#dd597b;
}

.area{
width:96%;
max-width:1280px;
margin:0 auto;
padding:80px 0;
}

#sec01{
background:#218985;
}
#sec01 .main-tit1{
color:#fff;
}
.sec01-list{
display:flex;
gap:3%;
}
.sec01-list li{
width:31.333%;
background:#fff;
border-radius:25px;
position:relative;
padding-bottom:40px;
text-align:center;
}
.sec01-list span{
background:#4ab4ab;
width:80px;
height:40px;
border-radius:0 0 9999px 9999px;
display:block;
margin:0 auto;
font-weight:700;
color:#fff;
letter-spacing: 0em;
font-size:22px;
}
.sec01-list img{
width:80%;
max-width:270px;
margin:20px auto 20px;
}
.sec01-list p{
font-size:28px;
line-height:1.2em;
}
.sec01-list strong{
color:#189c91;
font-weight:800;
}

#sec02{
background:#f4f7f7;
}
.sec02-top{
text-align:center;
}
.sec02-top span{
display:inline-flex;
gap:3px;
color:#2ac5bf;
font-weight:800;
align-items: center;
letter-spacing: 0em;
}
.sec02-top img{
width:18px;
height:18px;
}
.sec02-top p{
color:#218985;
font-weight:600;
font-family: 'Gms';
font-size:36px;
}
.sec02-table{
width: 96%;
max-width: 980px;
margin: 0 auto;
margin-top:50px;
background: #fff;
box-shadow: 25px 25px 50px rgba(33, 137, 133, 0.1);
border-radius: 40px;
padding: 40px 60px 10px;
text-align: center;
display:flex;
gap:100px;
box-sizing:border-box;
}
.sec02-table > div{
position:relative;
}
.seta-header{
position:absolute;
z-index:55;
background:#e85825;
height:60px;
display:flex;
justify-content: center;
align-items: center;
width:120%;
left:-10%;
top:-70px;
border-radius:999px;
font-weight:600;
font-family: 'Gms';
color:#fff;
}
.sec02-table01 .seta-header{
background-image:url(img/star1.png);
background-repeat:no-repeat;
background-size:30px 33px;
background-position:25px 5px;
}
.sec02-table01 .seta-header:before{
background-image:url(img/star2.png);
background-repeat:no-repeat;
background-size:25px 24px;
background-position:90% 60%;
content: '';
display:block;
width:100%;
height:100%;
position:absolute;
}
.seta-header:after{
position: absolute;
left: 50%;
margin-left:-15px;
bottom: -30px;
content: '';
width: 0;
height: 0;
border-left: 15px solid transparent;
border-bottom: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid #e85825;;  
}
.sec02-table03 .seta-header{
background:#74aaac;
}
.sec02-table03 .seta-header:after{
border-top-color:#74aaac;
}
.sec02-table ul{
position:relative;
z-index:33;
}
.sec02-table li{
height:70px;
line-height:70px;
border-top:2px #e4eaed dashed;
}
.sec02-table li strong{
font-weight:800;
}
.sec02-table li:first-child{
border-top-width:0;
}
.sec02-table01, .sec02-table03{
width:30%;
flex-shrink: 0;
font-size:28px;
font-weight:500;
position:relative;
}
.sec02-table02{
flex-grow: 1;
font-size:22px;
font-weight:500;
color:#5d6569;
}
.sec02-table01:after{
position:absolute;
content:"";
display:block;
width:120%;
height:125%;
left:-10%;
top:-20%;
border:3px #e85826 solid;
border-radius:30px;
box-shadow: 7px 7px 0 rgba(0,0,0,0.1);
background:#fff;
z-index:11;
}
.sec02-bottom{
text-align:center;
margin-top:40px;
font-size:20px;
color:#666;
font-weight:500;
}
.sec02-bottom p{
margin-top:5px;
}

.sec03-ul{
display:flex;
flex-wrap:wrap;
gap:80px 0;
justify-content: center;
margin-top:50px;
}
.sec03-ul li{
width:33%;
text-align:center;
border-left:1px #ebebeb solid;
box-sizing:border-box;
position:relative;
font-size:24px;
font-weight:600;
padding:10px 0;
}
.sec03-ul li p{
margin-top:30px;
}
.sec03-ul li:nth-child(3n+1){
border-left-width:0;
}
.sec03-ul li:after{
content:"";
display:block;
width:80%;
height:1px;
background:#ebebeb;
position:absolute;
left:10%;
bottom:-40px;
}
.sec03-ul li:nth-child(4):after,
.sec03-ul li:nth-child(5):after,
.sec03-ul li:nth-child(6):after{
display:none;
}
.sec03-ul li img{
width:80%;
max-width:180px;
}
#sec03 .main-btn{
width:260px;
margin:80px auto 0;
display:block;
text-align:center;
}


#sec04{
background:#f9f9f9;
}
.main-box{
display:flex;
justify-content: center;
align-items: center;
gap:80px;
}
.mbox-text{
}
.txt1{
font-weight:600;
font-family: 'Gms';
color:#a3a3a3;
font-size:27px;
}
.txt2{
font-weight:600;
font-family: 'Gms';
font-size:46px;
margin-top:10px;
}
.txt2 em{
color:#4ab4ab;
}
.txt3{
font-size:28px;
font-weight:300;
margin-top:20px;
}
.mbox-img{
width:50%;
max-width:450px;
flex-shrink: 0;
}
.mbox-img img{
width:100%;
}


#sec06{
background:#e5eeef;
}
.sec06-p1{
color:#666;
font-size:20px;
text-align:center;
}
.sec06-ul{
width:96%;
max-width:780px;
margin:35px auto 0;
background:#fff;
border-radius:25px 25px 0 0;
padding:30px 80px;
box-sizing:border-box;
}
.sec06-ul li{
display: flex;
height: 82px;
align-items: center;
box-sizing: border-box;
gap:30px;

}

.sec06-ul li p{
font-weight:600;
width:80px;
text-align:right;
flex-shrink: 0;
font-size:21px;
}
.sec06-ul li input{
height:65px;
line-height:65px;
border-radius:40px;
border:1px #c9cfcf solid;
flex-grow: 1;
padding:0 20px;
box-sizing:border-box;
width:100%;
}

.sec06-radio{
flex-grow: 1;
display:flex;
background:#fff;
height:65px;
line-height:65px;
}
.sec06-ul li input[type="radio"] {
border: 0;
background: #e9f3ed;
border-radius: 10px;
height: 20px;
width: 20px;
padding: 0 5px;
box-sizing: border-box;
display: none;
}
.sec06-radio label{
width:50%;
text-align:center;
box-sizing:border-box;
height:65px;
line-height:65px;
border-radius:40px 0 0 40px;
border:1px #c9cfcf solid;
}
.sec06-radio label.label2{
border-radius:0 40px 40px 0;
border-left-width:0;
}
.sec06-radio input[type="radio"]:checked+label{
background:#4ab4ab;
color:#fff;
border-color:transparent;
}

.sec06-check #check{
display:none;
}
.sec06-check {
display:flex;
color:#484848;
font-size:20px;
font-weight:700;
align-items: center;
justify-content: center;
margin-top:20px;
gap:5px;
}
.sec06-check label{
display:flex;
gap:5px;
align-items: center;
}
.sec06-check a{
font-size:0.85em;
border-bottom:1px #bbb solid;
color:#888;
font-weight:400;
line-height:1.1em;
}
.sec06-check #check+label span{
background-repeat: no-repeat;
background-image: url('img/check-off.png');}
.sec06-check #check:checked+label span{
background-image: url('img/check-on.png');
}
.sec06-check label span{
display: block;
width:25px; 
height:25px; 
background-size:cover;
}

.sec06-btn{
width:96%;
max-width:780px;
margin:0 auto;
font-size:24px;
color:#fff;
background: linear-gradient(90deg, #507ad8, #3bb9ac);
border-radius:0 0 25px 25px;
padding:15px 50px;
transition: all 0.3s;
position:relative;
overflow:hidden;
font-family: 'Gms';
font-weight:600;
display:block;
box-sizing:border-box;
text-align:center;
cursor:pointer;
}
.sec06-btn span{
display:inline-flex;
align-items: center;
gap:4px;
}

.sec06-btn:before{
content:"";
display:block;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
background: linear-gradient(90deg, #008275, #284ea3);
transition: all 0.3s;
opacity:0;
z-index:11;

}
.sec06-btn span{
z-index:44;
position:relative;
}
.sec06-btn:hover:before{
opacity:1;
}