@charset "utf-8";

/* color */

:root {
    --main-text: #282A2D;
    --main-color: #276EF1;
    --blue-bg: #EDF5FF;
    --sub-text: #909090;
    --gray-bg: #F7F8FB;
    --navy-color: #2E4C84;
    --sub-blue: #4E82E2;
    --hover-color: #194597;
    --gra01-blue: linear-gradient(180deg, #FFFFFF 0%, #D2E2FF 100%);
}

/* payback_application */

.container.application {
    width: 100%;
    background-color: var(--gray-bg);
}

/* section01 */

.application .sec01 {
    width: 100%;
    padding: 13.6rem 0 14.7rem;
}

.application .sec01 .box {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    height: 55.2rem;
}

.application .sec01 .box_title {
    width: 100%;
    height: 17.8rem;
    background-color: var(--blue-bg);
    padding: 4.4rem 0;
    border-radius: 30px 30px 0px 0px;
}

.application .sec01 .box_title p {
    font-size: 3rem;
    font-weight: 800;
    line-height: 4.5rem;
    text-align: center;
}

.application .sec01 .box_con {
    padding: 5rem 0 7rem;
}

.application .sec01 .box_con .txt01 {
    font-size: 2.2rem;
    text-align: center;
    color: #505050;
}

.application .sec01 .box_con .search_bar {
    display: flex;
    align-items: center;
    max-width: 80rem;
    width: 100%;
    height: 6rem;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid var(--main-color);
    margin: 0 auto;
    padding: 0 2rem 0 2.8rem;
}

/* select */

.mb4 {
    margin-bottom: 0.4rem;
}
.mb6 {
    margin-bottom: 0.6rem;
}

.application .select_wrap {
    position: relative;
    max-width: 13.9rem;
    width: 100%;
    height: 2.4rem;
    background: url(../img/ico-btm-arrow.svg) calc(100%) center no-repeat;
    background-size: 2.4rem;
    cursor: pointer;
}

.application .select_wrap .label {
    display: flex;
    align-items: center;
    width: inherit;
    height: inherit;
    border: 0 none;
    outline: 0 none;
    background: transparent;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
}

.application .select_wrap .label img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.4rem;
}

.application .select_wrap .optionList {
    position: absolute; 
    top: 30px;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    list-style-type: none;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-height: 0;
    transition: .2s;
}

.application .select_wrap.active .optionList {
    max-height: 22.8rem;
    padding: 1.2rem;
}

.application .select_wrap .optionItem {
    max-width: 100%;
    height: 3.6rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    transition: .1s;
    text-align: center;
    display: flex;
    gap: 0.4rem;
    align-items: center;
}

.application .select_wrap .optionItem img {
    width: 2.4rem;
    height: 2.4rem;
}

.application .select_wrap .optionItem:hover {
    background: #EDF5FF;
}

/* input */

.application .input_uid {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 60.7rem;
    width: 100%;
    padding-left: 3rem;
    border: none;
    outline: 0 none;
    font-size: 1.6rem;
}

.application .input_uid::placeholder {
    font-size: 1.6rem;
    color: var(--sub-text);
}

.application .sec01 .box_con .rec_exchange {
    display: flex;
    align-items: flex-start;
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}

.application .sec01 .box_con .rec_exchange .title {
    font-size: 1.6rem;
    padding: 1rem 3.5rem 1rem 2.8rem;
}

.application .sec01 .box_con .rec_exchange ul {
    max-width: 33.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.8rem;
}

.application .sec01 .box_con .rec_exchange ul .keyword {
    font-size: 1.6rem;
    color: var(--navy-color);
    width: 10rem;
    height: 3.6rem;
    border-radius: 30px;
    background-color: var(--blue-bg);
    text-align: center;
    padding: 1rem 0;
    cursor: pointer;
}

.application .sec01 .box_con .txt02 {
    font-size: 1.6rem;
    text-align: center;
    color: var(--sub-text);
}

.application .sec01 .box_con .search_btn img {
    max-width: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
}

/* 모바일 */

@media (max-width:1199px) {
    .application .sec01 {
        padding: 13.6rem 2rem 14.7rem;
    }

    .application .sec01 .box_con {
        padding: 5rem 2rem 7rem;
    }
}

@media (max-width:768px) {
    /* margin */

    .mb50 {
        margin-bottom: 3rem !important;
    }

    .mb20 {
        margin-bottom: 1.2rem !important;
    }

    /* section01 */

    .application .sec01 {
        width: 100%;
        padding: 7rem 1.6rem 12.7rem;
    }

    .application .sec01 .box {
        height: 44rem;
    }

    .application .sec01 .box_title {
        height: 15.1rem;
        padding: 2.6rem 1.6rem;
    }

    .application .sec01 .box_title p {
        font-size: 2.2rem;
        line-height: 3.3rem;
    }

    .application .sec01 .box_con {
        padding: 3rem 1.6rem 4rem;
    }

    .application .sec01 .box_con .txt01 {
        font-size: 1.6rem;
    }

    .application .sec01 .box_con .search_bar {
        height: 4.4rem;
        padding: 0 2rem 0 1.8rem;
    }
    
    /* select */

    .application .select_wrap .label {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .application .select_wrap .optionItem {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }

    /* input */

    .application .input_uid {
        padding-left: 2rem;
        font-size: 1.4rem;
    }

    .application .input_uid::placeholder {
        font-size: 1.4rem;
    }

    .application .sec01 .box_con .rec_exchange {
        gap: 1.4rem;
    }
    
    .application .sec01 .box_con .rec_exchange .title {
        font-size: 1.4rem;
        padding: 0.9rem 0 0.9rem 1.8rem;
    }
    
    .application .sec01 .box_con .rec_exchange ul {
        gap: 0.8rem;
    }
    
    .application .sec01 .box_con .rec_exchange ul .keyword {
        font-size: 1.4rem;
        width: 9.8rem;
        height: 3.2rem;
        padding: 0.9rem 0;
    }
    
    .application .sec01 .box_con .txt02 {
        font-size: 1.4rem;
    }
    
    .application .sec01 .box_con .search_btn img {
        max-width: 2.4rem;
        width: 2.4rem;
        height: 2.4rem;
    }
}

@media (max-width:500px) {
    .application .sec01 .box_con .rec_exchange ul {
        max-width: 20.4rem;
    }
}