/* ======================================================================================================== */
/* 로그인 리뉴얼 */
/* ======================================================================================================== */

.wp_solution #wp_lgn_rnw01 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.wp_solution #wp_lgn_rnw01 .lgn_wrap {
    max-width: 920px;
    width: 100%;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir {
    display: flex;
    justify-content: flex-start;
    border-radius: 19px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
    overflow: hidden;
}

/*이미지영역*/
.wp_solution #wp_lgn_rnw01 .lgn_ir .img_area {
    max-width: 435px;
    width: 100%;
    position: relative;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .img_area > .img_bx {
    width: 100%;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .img_area > .img_bx > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .img_area > .txt_ovly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(0, 0, 0, .16);*/
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .img_area > .txt_ovly > .txt_tit{
    color: #fff;
    font-size: 32px;
    font-family: var(--font-w400);
}
.wp_solution #wp_lgn_rnw01 .lgn_ir .img_area > .txt_ovly > .txt_des{
    color:#fff;
    font-size: 16px;
    font-family: 'SUIT Variable', sans-serif;
    font-weight: var(--font-w500);
}


/*텍스트영역*/
.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 35px 15px;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont {
    max-width: 340px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .hd {
    width: 100%;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .hd > .img_bx {
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .hd > .img_bx > img {
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .hd >.tit_bx{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .hd >.tit_bx>.tit{
    color:#4D4949;
    font-size: 20px;
    font-weight: var(--font-w500);
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .mid_rows {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .mid_rows > .row {
    width: 100%;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .mid_rows > .row > input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #E8E8E8;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .mid_rows > .row > input::placeholder {
    color: #B1B1B1;
    font-size: 13px;
    font-family: var(--font-prer);
}


.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .mid_rows > .row > textarea {
    width: 100%;
    min-height: 110px;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #E8E8E8;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .mid_rows > .row>.dg_txt{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding:5px 0px 0px 10px;
    color:#BB1436;
    font-size: 12px;
    font-weight: var(--font-w400);
}


.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .mid_rows > .row_agr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .mid_rows > .row_agr > input[type=checkbox] {
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .mid_rows > .row_agr > label {
    color: #4D4949;;
    font-size: 15px;
    font-weight: var(--font-w200);
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .btn_smt {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: var(--font-w300);
    background-color: #BB1436;
    border-radius: 5px;
    transition: 0.4s;
    border:none;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .mid > .btn_smt:hover {
    background-color: #DB214B;
    transition: 0.4s;
}

.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .ft {
    width: 100%;
}
.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .ft >.ft_list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .ft >.ft_list>li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .ft >.ft_list>li>a{
    font-size: 15px;
    font-weight: var(--font-w200);
}
.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .ft >.ft_list>li::after{
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    background: #ccc;
    margin-inline: 40px;
}
.wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .ft >.ft_list>li:last-child::after{
    display: none;
}

@media (max-width: 576px) {
    .wp_solution #wp_lgn_rnw01 .lgn_ir {
        flex-direction: column;
        border-radius: 10px;
    }

    .wp_solution #wp_lgn_rnw01 .lgn_ir .img_area {
        display: none;
        max-width: unset;
        border-radius: 19px;
        overflow: hidden;
    }

    .wp_solution #wp_lgn_rnw01 .lgn_ir .frm_area .frm_cont .hd > .img_bx {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}