@charset "utf-8";

#visit {}


#visit .title_box {
    background-color:#EDF6FB;
    border-radius:30px;
    padding:50px;
    position: relative;
    text-align:center;
}
#visit .title_box span {
    font-size:1.22rem;
    font-weight:500;
    letter-spacing:0.5px;
    line-height:150%;
    font-family: "Gmarket Sans";
    color:#192D60;
}
#visit .title_box p {
    font-size:1.55rem;
    font-weight:500;
    letter-spacing:0.5px;
    line-height:150%;
    font-family: "Gmarket Sans";
    color:#192D60;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 40px;
}
#visit .title_box p::before {
    content:'';
    width:30px;
    height:30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M6.43072 13.8238C6.43072 9.96494 6.43072 9.32141 9.64492 9.32141V2.13971C2.1455 2.13971 0 7.18169 0 16.0745V27.8591H13.9336V16.0745H6.43072V13.8238Z' fill='%23173C7B'/%3E%3Cpath d='M22.5028 16.0745V13.8238C22.5028 9.96494 22.5028 9.32141 25.717 9.32141V2.13971C18.2176 2.13971 16.0732 7.18169 16.0732 16.0745V27.8591H29.9999V16.0745H22.5028Z' fill='%23173C7B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    top:0;
}
#visit .title_box p::after {
    content:'';
    width:30px;
    height:30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M23.5693 16.1762C23.5693 20.0351 23.5693 20.6786 20.3551 20.6786L20.3551 27.8603C27.8545 27.8603 30 22.8183 30 13.9255L30 2.1409L16.0664 2.1409L16.0664 13.9255L23.5693 13.9255L23.5693 16.1762Z' fill='%23173C7B'/%3E%3Cpath d='M7.4972 13.9255L7.4972 16.1762C7.4972 20.0351 7.49719 20.6786 4.28299 20.6786L4.28299 27.8603C11.7824 27.8603 13.9268 22.8183 13.9268 13.9255L13.9268 2.1409L8.42645e-05 2.1409L8.32342e-05 13.9255L7.4972 13.9255Z' fill='%23173C7B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position:absolute;
    right:0;
    top:0;
}


#visit .info_wrap {
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    gap:20px;
    padding:0 10px;
}
#visit .info_wrap .info_box {
    width:calc(50% - 10px);
    border:1px solid #E0E0E0;
    border-radius:15px;
    padding:10px 20px;
    display:flex;
    align-items:flex-start;
    gap:10px;
}
#visit .info_wrap .info_box .info_ti {
    display:flex;
    align-items:center;
    gap:10px;
    font-size:1.11rem;
    font-weight:700;
    line-height:140%;
}
#visit .info_wrap .info_box .info_co {
    flex:1;
    font-size:1.11rem;
    font-weight:400;
    line-height:140%;
    letter-spacing:-0.6px;
}

#visit .scroll_wrapper {
    margin-top:40px;
}
#visit .step_wrap {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:30px;
    padding:0 10px;
}
#visit .step_wrap .step_box {
    flex:1;
    max-width:180px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:20px;
}
#visit .step_wrap .step_box .step_icon {
    width:120px;
    height:120px;
    border-radius:30px;
    border:2px solid #E0E0E0;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}
#visit .step_wrap .step_box .step_text {
    display: flex;
    flex-direction:column;
    text-align:center;
    gap:5px;
}
#visit .step_wrap .step_box .step_text .step_num {
    font-size:0.88rem;
    font-weight:600;
    line-height:150%;
    color:#173C7B;
}
#visit .step_wrap .step_box .step_text .step_ti {
    font-size:1rem;
    font-weight:600;
    line-height:155%;
}
#visit .step_wrap span {
    margin-top:50px;
}




#visit .text_wrap {
    margin-top:20px;
}
#visit .text_wrap p {
    text-align:center;
    font-size:1rem;
    font-weight:400;
}


#visit .call_wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background-color:#F8F9FA;
    padding:10px 20px;
    border-radius:30px;
}
#visit .call_wrap .call_title {
    display:flex;
    align-items:center;
    gap:10px;
}
#visit .call_wrap .call_title .call_ti {
    font-size:1.11rem;
    font-weight:700;
    line-height:140%;
}
#visit .call_wrap .call_co {
    font-size:1.11rem;
    font-weight:400;
    letter-spacing:-0.6px;
    line-height:140%;
    text-align: center;
}


/****************************************/
/* 반응형 미디어 쿼리 css                 */
/***************************************/
@media (max-width:1440px) {
    #visit .title_box::after {
        top: 0;
        background-size: auto 60%;
        background-position: right top;
    }

    #visit .step_wrap {
        gap:20px;
        padding:0;
    }
    #visit .step_wrap .step_box .step_icon {
        width:90px;
        height:90px;
        border-radius:20px;
    }
    #visit .step_wrap .step_box .step_icon img {
        width:45px;
    }
    #visit .step_wrap span {
        margin-top:30px;
    }

}
@media (max-width:1200px) {
    #visit .title_box::after {
        display:none;
    }
    #visit .title_box p br {
        display:none;
    }
}
@media (max-width:1024px) {}
@media (max-width:991px) {
    #visit .title_box {
        padding:30px;
    }
    #visit .title_box p {
        font-size:1.22rem;
    }
}
@media (max-width:768px) {
    #visit .info_wrap {
        flex-direction:column;
        gap:10px;
        padding:0;
    }
    #visit .info_wrap .info_box {
        width:100%;
    }


    #visit .step_wrap {
        gap:10px;
    }
    #visit .step_wrap span {
        margin-top: 35px;
    }
    #visit .step_wrap span img {
        width:20px;
    }

    #visit .call_wrap {
        flex-direction:column;
    }
}
@media (max-width:640px) {
    #visit .title_box p::before,
    #visit .title_box p::after {
        display:none;
    }
    #visit .title_box p {
        padding: 0;
    }
    #visit .call_wrap .call_title {
        gap: 5px;
    }
}