@charset "utf-8";


#visit {}

#visit .visit_greet {
    border:1px solid #DDD;
    border-radius:30px;
    background-color:#FBFBFB;
    padding:50px;
    display:flex;
    flex-direction:column;
    gap:10px;
    text-align:center;
    position: relative;
}
#visit .visit_greet::before {
    content:'';
    width:142px;
    height:131px;
    background-image:url(./img/visit_greet_point01.png);
    background-repeat:no-repeat;
    position:absolute;
    left:25px;
    bottom:-9px;
}
#visit .visit_greet::after {
    content:'';
    width:188px;
    height:157px;
    background-image:url(./img/visit_greet_point02.png);
    background-repeat:no-repeat;
    position:absolute;
    right:-20px;
    bottom:0;
}
#visit .visit_greet .greet_ti {
    font-size:1.44rem;
    font-weight:600;
    line-height:146%;
    font-family:'Paperlogy';
}
#visit .visit_greet .greet_co {
    font-size:1.11rem;
    font-weight:400;
    line-height:160%;
    letter-spacing:-0.6px;
}



#visit .visit_step {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:80px;
}
#visit .visit_step .step_box {
    flex:1;
    max-width:140px;
    display:flex;
    flex-direction:column;
    gap:10px;
}
#visit .visit_step .step_box .step_round {
    width:140px;
    height:140px;
    border-radius:999px;
    border:3px solid #D1F2E3;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#D1F2E3;
    position: relative;
}
#visit .visit_step .step_box:first-child .step_round,
#visit .visit_step .step_box:last-child .step_round {
    border-color:#63AF8C;
    background-color:#ABDDC5;
}
#visit .visit_step .step_box .step_round::before {
    content:'';
    width:80px;
    height:1px;
    background-color:#ddd;
    position:absolute;
    left:-83px;
    top:50%;
    transform:translateY(-50%);
}
#visit .visit_step .step_box .step_round::after {
    content:'';
    width:10px;
    height:10px;
    background-color:#ddd;
    border-radius:999px;
    position:absolute;
    left:-50px;
    top:50%;
    transform:translateY(-50%); 
}
#visit .visit_step .step_box:first-child .step_round::before,
#visit .visit_step .step_box:first-child .step_round::after {
    display:none;
}
#visit .visit_step .step_box:nth-child(2) .step_round::before,
#visit .visit_step .step_box:nth-child(2) .step_round::after,
#visit .visit_step .step_box:last-child .step_round::before,
#visit .visit_step .step_box:last-child .step_round::after {
    background-color:#63AF8C;
}
#visit .visit_step .step_box .step_text .step_ti {
    font-size:1rem;
    font-weight:400;
    line-height:144%;
    letter-spacing:-0.54px;
    font-family:'Paperlogy';
    text-align:center;
}
#visit .visit_step .step_box .step_text .step_co {
    font-size:0.88rem;
    font-weight:400;
    letter-spacing:-0.48px;
    line-height:150%;
    margin-top:10px;
    text-align:center;
}


#visit .use_way_info {
    margin-top:50px;
    display:flex;
    align-items:stretch;
    gap:30px;
    flex-wrap: wrap;
}
#visit .use_way_info .use_way_box {
    /* flex:1; */
    border:1px solid #ddd;
    border-radius:30px;
    background-color:#FBFBFB;
    padding:20px 30px;
    display:flex;
    align-items:center;
    gap:30px;
    width:calc(50% - 15px);
}
#visit .use_way_info .use_way_box .use_way_text {
    flex:1;
}
#visit .use_way_info .use_way_box .use_way_text .use_way_text_ti {
    font-size:1.22rem;
    font-weight:500;
    line-height:160%;
    font-family:'Pagerlogy';
}
#visit .use_way_info .use_way_box .use_way_text .use_way_text_co {
    font-size:1rem;
    font-weight:400;
    line-height:144%;
}



#visit .note {
    border:1px solid #ddd;
    border-radius:30px;
    background-color:#FBFBFB;
    padding:40px 60px;
    display:flex;
    flex-direction:column;
    gap:40px;
}
#visit .note .note_title_box {
    display:flex;
    flex-direction:column;
    gap:15px;
}
#visit .note .note_title_box .note_title {
    font-size:1.66rem;
    font-weight:600;
    line-height:140%;
    font-family:'Paperlogy';
    text-align:center;
}


#visit .note .note_cont {
    border:1px solid #ddd;
    border-radius:50px;
    background-color:#fff;
    padding:30px 50px;
    position: relative;
}
#visit .note .note_cont .note_text {
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px 0;
    border-bottom:1px dashed #ddd;
}
#visit .note .note_cont .note_text:last-child {
    border-bottom:none;
}
#visit .note .note_cont .note_text .note_text_number {
    width:40px;
    height:40px;
    background-color:#63AF8C;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.11rem;
    font-weight:700;
    color:#fff;
    font-family:'Paperlogy';
    text-align:center;
}
#visit .note .note_cont .note_text .note_text_co {
    font-size:1rem;
    font-weight:400;
    line-height:144%;
    flex:1;
} 
#visit .note .note_cont .note_notice {
    font-size:1.11rem;
    font-weight:500;
    line-height:160%;
    font-family:'Paperlogy';
    color:#D34D4D;
    margin-top:20px;
}


#visit .down_btn {
    display:block;
    width:fit-content;
    padding:15px 30px;
    margin:auto;
    background-color:#63AF8C;
    border:2px solid #63AF8C;
    border-radius:15px;
    font-size:1rem;
    font-weight:700;
    color:#fff;
}
#visit .down_btn:hover {
    background-color:#fff;
    color:#63AF8C;
    transition:.3s;
}


/* ********** 반응형 미디어 쿼리 css ********** */
@media(max-width:1440px) {
    #visit .visit_greet::before {
        width:100px;
        height:89px;
        background-size:100% 100%;
    }
    #visit .visit_greet::after {
        width:140px;
        height:109px;
        background-size:100% 100%;
    }
}
@media(max-width:1200px) {
    #visit .visit_greet::before {
        width:80px;
        height:69px;
    }
    #visit .visit_greet::after {
        width:120px;
        height:89px;
    }
}
@media(max-width:1024px) {

    #visit .use_way_info {
        gap:30px;
    }
    #visit .use_way_info .use_way_box {
        gap:20px;
        padding:20px;
    }
    #visit .use_way_info .use_way_box .use_way_icon svg {
        width:65px;
        height:auto;
    }
    

    #visit .note {
        padding:30px;
    }
    #visit .note .note_cont {
        padding:30px;
    }
}
@media(max-width:991px) {
    #visit .visit_greet::before,
    #visit .visit_greet::after {
        display:none;
    }
}
@media(max-width:768px) {}
@media(max-width:640px) {


    #visit .use_way_info {
        flex-direction:column;
    }
    #visit .use_way_info .use_way_box {
        width:100%;
    }
}
@media(max-width:480px) {
    #visit .visit_info .info_box .info_icon svg {
        width:55px;
    }

    #visit .note .note_cont .note_text {
        flex-direction:column;
    }
}
@media(max-width:320px) {}