.br767{
    display: none;
}


.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 15;
}

.wrap_header{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    padding: 20px 0;
    box-sizing: border-box;
}

.logo{
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}

.mo_click{
    display: none;
}

.headmenu{
    margin-left: auto;

}

.headmenu >li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.headmenu >li:last-child{
    margin-right: 0;
}

.headmenu >li >a{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.contactus{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.headmenu >li >a.start{
    line-height: 40px;
}

.start{
    display: block;
    background-color: #4AA962;
    color: #fff;
    border-radius: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 600;
    transition: 0.3s;
}

.start:hover{
    background-color: #045E39;
}

#section01{
    width: 100%;
    margin: 232px auto 0;
}

.wrap_section{
    width: 1280px;
    margin: 0 auto;
}

.title{
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -1.2px;
}

.mtitle{
    font-size: 2.4rem;
    line-height: 34px;
    color: #767676;
    margin-top: 12px;
    letter-spacing: -0.6px;
}

.signup_banner{
    display: inline-block;
    margin: 50px auto 0;
    width: 150px;
    font-size: 1.6rem;
    line-height: 52px;
    border-radius: 30px;
    border: 1px solid #4AA962;
    color: #4AA962;
    text-align: center;
    font-weight: 600;
    transition: 0.3s;
    letter-spacing: -0.4px;
}

.signup_banner:hover{
    background-color: #4AA962;
    color: #fff;
}

.mainbanner{
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    margin: 80px auto 0;
}

.mainbanner >img{
    border-radius: 30px;
}

#section02{
    width: 100%;
    margin: 0px auto 0;
    padding-top: 150px;
}


.section02Wrap{
    width: 1280px;
    margin: 80px auto 0;
    background-color: #E1F9E7;
    padding: 80px 0;
    box-sizing: border-box;
    border-radius: 30px;
}

.section2mtit{
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: -0.8px;
}

.section2img{
    width: 770px;
    margin: 40px auto 0;
}

#section03{
    width: 100%;
    margin: 150px auto 0;
}


.eazu{
    display: inline-block;
    vertical-align: middle;
    font-size: 5.6rem;
    font-weight: 600;
    color: #045E39;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.eazu::after{
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    right: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #C9E3D9;
    z-index: -1;
}

.stroke{
    display: inline-block;
    vertical-align: middle;
    font-size: 5.6rem;
    font-weight: 600;
    font-weight: 600;
    -webkit-text-stroke: 2px #49B287;
    -webkit-text-fill-color: transparent;
    margin-right: 16px;
}

.wayList{
    width: 100%;
    margin: 80px auto 0;
}

.wayList >li{
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.wayList >li:first-child{
    margin-top: 0;
}

.w6{
    width: 60%;
}

.w4{
    width: 40%;
}


.wayImg >img{
    border-radius: 30px;
}


.wayrl .textbox{
    margin-left: 40px;
}

.wayLf .textbox{
    margin-right: 40px;
    text-align: right;
}


.waytit{
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: -0.6px;
    font-weight: 600;
}

.waytxt{
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: -0.45px;
    color: #767676;
    margin: 12px auto 0;
}

.line{
    display: block;
    width: 1280px;
    height: 1px;
    background-color: #e5e5ec;
    margin: 150px auto;
}

#section04{
    width: 100%;
    margin: 0 auto;
}

.izuList{
    width: 100%;
}

.izuList >li{
    margin-top: 150px;
}

.izuList >li:first-child{
    margin-top: 0;
}

.bubble{
    display: block;
    background-color: #47b386;
    font-size: 2.4rem;
    line-height: 60px;
    width: 280px;
    margin: 0 auto;
    letter-spacing: -0.6px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    position: relative;
}

.bubble::after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid #47b386;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.izutit{
    font-size: 4.8rem;
    line-height: 60px;
    letter-spacing: -1.2px;
    font-weight: 600;
    margin-top: 22px;
    text-align: center;
}

.izuimg{
    margin: 80px auto 0;
}
.izuimg01{
    width: 530px;
}

#section05{
    width: 100%;
    background-color: #F7F7FB;
    position: relative;
    padding: 80px 0;
    box-sizing: border-box;
    margin: 150px auto 0;
}

.last_lf{
    width: 1280px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contactbtn{
    font-size: 1.8rem;
    line-height: 52px;
    letter-spacing: -0.45px;
    display: inline-block;
    width: 150px;
    background-color: #47B386;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin-top: 50px;
    transition: 0.3s;
    cursor: pointer;
}

.contactbtn:hover{
    background-color: #045E39;
}
.last_rl{
    width: 100%;
}

#footer{
    background-color: #222;
    padding: 80px 0;
    box-sizing: border-box;
}

.wrap_footer{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footerlogo{
    width: 150px;
}

.footerinfo{
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.footertxt{
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #999;
}

.footermenu{
    margin-left: auto; 
}


.footmenu{
    display: flex;
    justify-content: right;
}
.footmenu >li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.footmenu >li:last-child{
    margin-right: 0;
}

.footmenu >li >a{
    display: block;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #999; 
}


.copyright{
    width: 100%;
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    text-align: right;
    color: #999;
}

.contactus_aside{
    position: fixed;
    z-index: 5;
    bottom: 20px;
    right: 20px;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.04);
    border-radius: 30px;
    padding: 32px 20px;
    box-sizing: border-box;
    display: none;
}

.contacttit{
    font-size: 2rem;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.contactmtit{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #767676;
    text-align: center;
    margin-top: 8px;
}

.pc_qr{
    width: 50%;
    margin: 0 auto;
}

.mo_qr{
    display: none;
}

.closeph{
    stroke-width: 2.5px;
    stroke: #999;
}

.contactTop{
    width: 100%;
}

.contactTop::after{
    display: block;
    content: "";
    clear: both;
}

.close{
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    border-radius: 50%;
    border: 1px solid #e5e5ec;
    padding: 9px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover{
    background-color: #f7f7fb;
}

.close svg{
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
}

.contactico{
    width: 50%;
    margin: 32px auto 0;
    animation: move 0.8s ease-in-out infinite;
    position: relative;
}

#document{
    width: 100%;
    margin: 232px auto 0;
}

.docuementtit{
    font-size: 4.8rem;
    line-height: 60px;
    letter-spacing: -1.2px;
    font-weight: 600;
    text-align: center;
}

.docuementway{
    margin: 80px auto 150px;
}

.docuementway >strong{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #222;
    font-weight: 600;
}

.docuementway >p{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #767676;
}

/***개인정보 처리방침 테이블**/

.agree-table {
    font-size: 1.4rem;
}

.agree-table thead th {
    color: #0e4739;
    background-color: #2aac76;
    border-bottom: 1px solid #e5e5ec !important;
    border-top: none;
    color: #fff;
    height: 38px;
    vertical-align: middle;
}

.agree-table tbody td {
    padding: 10px 4px;
    box-sizing: border-box;
    vertical-align: middle !important;
    border: 1px solid #e5e5ec;
    border-top: none;
    font-size: 1.2rem;
    line-height: 18px;
}


@keyframes move {
    0%{
        transform: translateY(-12px);
    }

    100%{
        transform: translateY(-10px);
    }
} 



















































@media only screen and (max-width:1280px){


    .wrap_section{
        width: 94%;
    }
    
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 15;
}

.wrap_header{
    width: 94%;
    margin: 0 auto;
    display: flex;
    padding: 20px 0;
    box-sizing: border-box;
}

.logo{
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}


.headmenu{
    margin-left: auto;
    
}

.headmenu >li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.headmenu >li:last-child{
    margin-right: 0;
}

.headmenu >li >a{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.contactus{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

.headmenu >li >a.start{
    line-height: 40px;
}

.start{
    display: block;
    background-color: #4AA962;
    color: #fff;
    border-radius: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 600;
    transition: 0.3s;
}

.start:hover{
    background-color: #045E39;
}

#section01{
    width: 100%;
    margin: 232px auto 0;
}


.title{
    font-size: 3.2rem;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.mtitle{
    font-size: 2rem;
    line-height: 28px;
    color: #767676;
    margin-top: 12px;
    letter-spacing: -0.5px;
}

.signup_banner{
    display: inline-block;
    margin: 50px auto 0;
    width: 120px;
    font-size: 1.6rem;
    line-height: 52px;
    border-radius: 30px;
    border: 1px solid #4AA962;
    color: #4AA962;
    text-align: center;
    font-weight: 600;
    transition: 0.3s;
    letter-spacing: -0.4px;
}

.signup_banner:hover{
    background-color: #4AA962;
    color: #fff;
}

.mainbanner{
    width: 94%;
    padding: 0 0px;
    box-sizing: border-box;
    margin: 50px auto 0;
}

.mainbanner >img{
    border-radius: 30px;
}

#section02{
    width: 100%;
    margin: 0px auto 0;
    padding-top: 150px;
}


.section02Wrap{
    width: 100%;
    margin: 50px auto 0;
    background-color: #E1F9E7;
    padding: 80px 0;
    box-sizing: border-box;
    border-radius: 30px;
}

.section2mtit{
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: -0.6px;
}

.section2img{
    width: 80%;
    margin: 40px auto 0;
}

#section03{
    width: 100%;
    margin: 150px auto 0;
}


.eazu{
    display: inline-block;
    vertical-align: middle;
    font-size: 5.6rem;
    font-weight: 600;
    color: #045E39;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.eazu::after{
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    right: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #C9E3D9;
    z-index: -1;
}

.stroke{
    display: inline-block;
    vertical-align: middle;
    font-size: 5.6rem;
    font-weight: 600;
    font-weight: 600;
    -webkit-text-stroke: 2px #49B287;
    -webkit-text-fill-color: transparent;
    margin-right: 16px;
}

.wayList{
    width: 100%;
    margin: 80px auto 0;
}

.wayList >li{
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.wayList >li:first-child{
    margin-top: 0;
}

.w6{
    width: 60%;
}

.w4{
    width: 40%;
}


.wayImg >img{
    border-radius: 30px;
}


.wayrl .textbox{
    margin-left: 40px;
}

.wayLf .textbox{
    margin-right: 40px;
}

.waytit{
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.waytxt{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.45px;
    color: #767676;
    margin: 12px auto 0;
}

.line{
    display: block;
    width: 94%;
    height: 1px;
    background-color: #e5e5ec;
    margin: 150px auto;
}

#section04{
    width: 100%;
    margin: 0 auto;
}

.izuList{
    width: 100%;
}

.izuList >li{
    margin-top: 150px;
}

.izuList >li:first-child{
    margin-top: 0;
}

.bubble{
    display: block;
    background-color: #47b386;
    font-size: 2rem;
    line-height: 52px;
    width: 220px;
    margin: 0 auto;
    letter-spacing: -0.6px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    position: relative;
}

.bubble::after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 12px solid #47b386;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: 97%;
    left: 50%;
    transform: translateX(-50%);
}

.izutit{
    font-size: 3.2rem;
    line-height: 42px;
    letter-spacing: -0.8px;
    font-weight: 600;
    margin-top: 22px;
    text-align: center;
}

.izuimg{
    margin: 80px auto 0;
}
.izuimg01{
    width: 50%;
}

#section05{
    width: 100%;
    background-color: #F7F7FB;
    position: relative;
    padding: 80px 0;
    box-sizing: border-box;
    margin: 150px auto 0;
}

.last_lf{
    width: 94%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contactbtn{
    font-size: 1.8rem;
    line-height: 52px;
    letter-spacing: -0.45px;
    display: inline-block;
    width: 150px;
    background-color: #47B386;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin-top: 50px;
    transition: 0.3s;
    cursor: pointer;
}

.contactbtn:hover{
    background-color: #045E39;
}
.last_rl{
    width: 100%;
}

#footer{
    background-color: #222;
    padding: 80px 0;
    box-sizing: border-box;
}

.wrap_footer{
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footerlogo{
    width: 150px;
}

.footerinfo{
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.footertxt{
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #999;
}

.footermenu{
    margin-left: auto; 
}


.footmenu{
    display: flex;
    justify-content: right;
}
.footmenu >li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.footmenu >li:last-child{
    margin-right: 0;
}

.footmenu >li >a{
    display: block;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #999; 
}


.copyright{
    width: 100%;
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    text-align: right;
    color: #999;
}

.contactus_aside{
    position: fixed;
    z-index: 5;
    bottom: 20px;
    right: 20px;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.04);
    border-radius: 30px;
    padding: 32px 20px;
    box-sizing: border-box;
    display: none;
}

.contacttit{
    font-size: 2rem;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.contactmtit{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #767676;
    text-align: center;
    margin-top: 8px;
}

.pc_qr{
    width: 50%;
    margin: 0 auto;
}

.mo_qr{
    display: none;
}

.closeph{
    stroke-width: 2.5px;
    stroke: #999;
}

.contactTop{
    width: 100%;
}

.contactTop::after{
    display: block;
    content: "";
    clear: both;
}

.close{
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    border-radius: 50%;
    border: 1px solid #e5e5ec;
    padding: 9px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover{
    background-color: #f7f7fb;
}

.close svg{
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
}

.contactico{
    width: 50%;
    margin: 32px auto 0;
    animation: move 0.8s ease-in-out infinite;
    position: relative;
}

#document{
    width: 100%;
    margin: 232px auto 0;
}

.docuementtit{
    font-size: 4.8rem;
    line-height: 60px;
    letter-spacing: -1.2px;
    font-weight: 600;
    text-align: center;
}

.docuementway{
    margin: 80px auto 150px;
}

.docuementway >strong{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #222;
    font-weight: 600;
}

.docuementway >p{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #767676;
}

/***개인정보 처리방침 테이블**/

.agree-table {
    font-size: 1.4rem;
}

.agree-table thead th {
    color: #0e4739;
    background-color: #2aac76;
    border-bottom: 1px solid #e5e5ec !important;
    border-top: none;
    color: #fff;
    height: 38px;
    vertical-align: middle;
}

.agree-table tbody td {
    padding: 10px 4px;
    box-sizing: border-box;
    vertical-align: middle !important;
    border: 1px solid #e5e5ec;
    border-top: none;
    font-size: 1.2rem;
    line-height: 18px;
}

}
























@media only screen and (max-width: 767px){
.br767{
    display: block;
}

    .wrap_section{
        width: 94%;
    }
    
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 15;
}

/***모바일 햄버거 버튼***/

.mo_click{
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 24px;
    margin-top: 5px;
    cursor: pointer;
}

.mo_click >span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #222;
    margin-top: 5px;
    transition: 0.3s;
}

.mo_click >span:first-child{
    margin-top: 0;
}

.wrap_header::after{
    display: block;
    content: "";
    clear: both;
}

.mo_click >span.clcik_01.ClickOn{
    transform: rotate(45deg);
}
.mo_click >span.clcik_02.ClickOn{
    display: none;
}

.mo_click >span.clcik_03.ClickOn{
    transform: rotate(-45deg);
    margin-top: -2px;
}

/*******/

.wrap_header{
    width: 94%;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    box-sizing: border-box;
}

.logo{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}


.headmenu{
    margin-left: auto;
    margin-top: 32px;
    display: none;
}

.headmenu >li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    width: 48%;
}


.headmenu >li:last-child{
    margin-right: 0;
    width: 100%;
    margin-top: 16px;
}

.headmenu >li >a{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    display: block;
    text-align: center;
    width: 100%;
}

.contactus{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    display: block;
}

.headmenu >li >a.start{
    line-height: 40px;
}

.start{
    display: block;
    background-color: #4AA962;
    color: #fff;
    border-radius: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 600;
    transition: 0.3s;
}

.start:hover{
    background-color: #045E39;
}

#section01{
    width: 100%;
    margin: 118px auto 0;
}


.title{
    font-size: 2rem;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.mtitle{
    font-size: 1.6rem;
    line-height: 24px;
    color: #767676;
    margin-top: 8px;
    letter-spacing: -0.4px;
}

.signup_banner{
    display: inline-block;
    margin: 32px auto 0;
    width: 98px;
    font-size: 1.4rem;
    line-height: 42px;
    border-radius: 30px;
    border: 1px solid #4AA962;
    color: #4AA962;
    text-align: center;
    font-weight: 600;
    transition: 0.3s;
    letter-spacing: -0.35px;
}

.signup_banner:hover{
    background-color: #4AA962;
    color: #fff;
}

.mainbanner{
    width: 94%;
    padding: 0 0px;
    box-sizing: border-box;
    margin: 32px auto 0;
}

.mainbanner >img{
    border-radius: 16px;
}

#section02{
    width: 100%;
    margin: 0px auto 0;
    padding-top: 80px;
}


.section02Wrap{
    width: 100%;
    margin: 32px auto 0;
    background-color: #E1F9E7;
    padding: 50px 0;
    box-sizing: border-box;
    border-radius: 16px;
}

.section2mtit{
    text-align: center;
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: -0.45px;
    color: #505050;
}

.section2img{
    width: 80%;
    margin: 24px auto 0;
}

#section03{
    width: 100%;
    margin: 80px auto 0;
}


.eazu{
    display: inline-block;
    vertical-align: middle;
    font-size: 2.4rem;
    font-weight: 600;
    color: #045E39;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.eazu::after{
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    right: -5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #C9E3D9;
    z-index: -1;
}

.stroke{
    display: inline-block;
    vertical-align: middle;
    font-size: 2.4rem;
    font-weight: 600;
    font-weight: 600;
    -webkit-text-stroke: 1px #49B287;
    -webkit-text-fill-color: transparent;
    margin-right: 8px;
}

.wayList{
    width: 100%;
    margin: 50px auto 0;
}

.wayList >li{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.wayList >li:first-child{
    margin-top: 0;
}

.wayList >li:nth-child(2){
    flex-direction: column-reverse;
}

.w6{
    width: 60%;
}

.w4{
    width: 40%;
}


.wayImg >img{
    border-radius: 30px;
}

.wayrl ,.wayLf{
    width: 100%;
    margin-top: 24px;
}


.wayrl .textbox{
    margin-left: 0px;
}

.wayLf .textbox{
    margin-right: 0px;
    text-align: left;
}

.waytit{
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.waytxt{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.45px;
    color: #767676;
    margin: 12px auto 0;
}

.line{
    display: block;
    width: 94%;
    height: 1px;
    background-color: #e5e5ec;
    margin: 80px auto;
}

#section04{
    width: 100%;
    margin: 0 auto;
}

.izuList{
    width: 100%;
}

.izuList >li{
    margin-top: 80px;
}

.izuList >li:first-child{
    margin-top: 0;
}

.bubble{
    display: block;
    background-color: #47b386;
    font-size: 1.4rem;
    line-height: 42px;
    width: 180px;
    margin: 0 auto;
    letter-spacing: -0.35px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    position: relative;
}

.bubble::after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 12px solid #47b386;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: 97%;
    left: 50%;
    transform: translateX(-50%);
}

.izutit{
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin-top: 22px;
    text-align: center;
}

.izuimg{
    margin: 50px auto 0;
    overflow: hidden;
}

.izuimg03 img{
    width: 150%;
    position: relative;
    left: -25%;
}
.izuimg01{
    width: 70%;
}

#section05{
    width: 100%;
    background-color: #F7F7FB;
    position: relative;
    padding: 50px 0;
    box-sizing: border-box;
    margin: 80px auto 0;
}

.last_lf{
    width: 94%;
    margin: 0 auto;
    position: relative;
    top: 0%;
    transform: translateY(0%);
}

.contactbtn{
    font-size: 1.4rem;
    line-height: 42px;
    letter-spacing: -0.35px;
    display: inline-block;
    width: 98px;
    background-color: #47B386;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    transition: 0.3s;
    cursor: pointer;
}

.contactbtn:hover{
    background-color: #045E39;
}
.last_rl{
    width: 100%;
}

#footer{
    background-color: #222;
    padding: 50px 0;
    box-sizing: border-box;
}

.wrap_footer{
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footerlogo{
    width: 120px;
}

.footerinfo{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: 24px;
    width: 100%;
}

.footertxt{
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #999;
}

.footermenu{
    margin-left: 0;
    width: 100%; 
}


.footmenu{
    display: flex;
    justify-content: left;
    margin-top: 24px;
}
.footmenu >li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.footmenu >li:last-child{
    margin-right: 0;
}

.footmenu >li >a{
    display: block;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #999; 
}


.copyright{
    width: 100%;
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.35px;
    text-align: left;
    color: #999;
}

.contactus_aside{
    position: fixed;
    z-index: 20;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0px;
    padding: 32px 20px;
    box-sizing: border-box;
    display: none;
}

.contacttit{
    font-size: 2rem;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.5px;
    font-weight: 600;
}

.contactmtit{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #767676;
    text-align: center;
    margin-top: 8px;
}

.pc_qr{
    width: 50%;
    margin: 0 auto;
    display: none;
}

.mo_qr{
    display: block;
    position: fixed;
    bottom: 24px;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4AA962;
    line-height: 52px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: -0.4px;
}

.closeph{
    stroke-width: 2.5px;
    stroke: #999;
}

.contactTop{
    width: 100%;
}

.contactTop::after{
    display: block;
    content: "";
    clear: both;
}

.close{
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    border-radius: 50%;
    border: 1px solid #e5e5ec;
    padding: 9px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover{
    background-color: #f7f7fb;
}

.close svg{
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
}

.contactico{
    width: 50%;
    margin: 32px auto 0;
    animation: move 0.8s ease-in-out infinite;
    position: relative;
}

#document{
    width: 100%;
    margin: 232px auto 0;
}

.docuementtit{
    font-size: 4.8rem;
    line-height: 60px;
    letter-spacing: -1.2px;
    font-weight: 600;
    text-align: center;
}

.docuementway{
    margin: 80px auto 150px;
}

.docuementway >strong{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #222;
    font-weight: 600;
}

.docuementway >p{
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #767676;
}

/***개인정보 처리방침 테이블**/

.agree-table {
    font-size: 1.4rem;
}

.agree-table thead th {
    color: #0e4739;
    background-color: #2aac76;
    border-bottom: 1px solid #e5e5ec !important;
    border-top: none;
    color: #fff;
    height: 38px;
    vertical-align: middle;
}

.agree-table tbody td {
    padding: 10px 4px;
    box-sizing: border-box;
    vertical-align: middle !important;
    border: 1px solid #e5e5ec;
    border-top: none;
    font-size: 1.2rem;
    line-height: 18px;
}

}