<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;

}

.popbox {
    width: 525px;
    height: 700px;
    /* overflow: hidden; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px 35px;
    box-sizing: border-box;
    overflow: auto;
}

.popup_email .popbox{
    box-sizing: content-box;
}

.popup_email .popbox,
.popup_sms .popbox{
    /* width: 860px; */
    width: 790px;
    height: 77%;
    height: max-content;
    border-radius: 20px;
    padding: 0;
    overflow-y: scroll;

    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.popup_email .popbox::-webkit-scrollbar,
.popup_sms .popbox::-webkit-scrollbar{
    display: none; /* Chrome, Safari, Opera*/
}


.popup_email .popbox .popup_close,
.popup_sms .popbox .popup_close{
    right: 3%;
    top: 3%;
    color: #111;
}

.popup_info .popbox2 {
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

.popt_top {
    width: 100%;
    padding-bottom: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popt_top p {
    font-size: 22px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.popt_top i {
    font-size: 22px;
    color: #111;
    cursor: pointer;
}

.pop_inner{
    overflow: auto;
    white-space: pre-line;
    color : #454545;
    line-height: 26px;
}

.pop_inner strong{
    font-weight: normal;
    font-family: 'Pretendard-Medium', sans-serif;
    color : #111111;
}

.popbox &gt; p {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.popbox &gt; p i{
    font-size: 20px;
    transform: translateY(-2px);
}

.popbox_inner {
    width: 100%;
    /*max-height: 80vh;*/
    padding: 50px 90px;
    box-sizing: border-box;
    position: relative;

    /*overflow-y: scroll;*/
}

.popbox_inner2{
    width:100%;
}

.popbox_inner2 .popup_close{
    top: -1%;
    right: 2px;
}

.popup_close{
    color: white;
    font-size: 32px;
    position: absolute;
    top: -1%;
    right: -5%;
    cursor: pointer;
}

.popup_info .popup_img{
    text-align: center;
}

.popup_info .popup_img .img2{
    margin-top: 20px;
}


.popbox_inner ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
}

.popbox_inner ul li {
    width: 100%;
}

.popbox_inner ul li:nth-child(2),
.popbox_inner ul li:nth-child(3){
    width: 48.5%;
}

.popbox_inner ul li p {
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 10px;
}

.popbox_inner ul li input {
    width: 100%;
    height: 45px;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #06183b;
    font-family: 'Pretendard-Regular', sans-serif;
    padding: 0 20px;
}

.popbox_inner ul li input::placeholder,
.popbox_inner ul li textarea::placeholder {
    font-size: 16px;
    color: #cccccc;
    font-family: 'Pretendard-Regular', sans-serif;
}

.popbox_inner ul li textarea {
    width: 100%;
    height: 95px;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #06183b;
    font-family: 'Pretendard-Regular', sans-serif;
    padding: 15px 20px;
}

.popbox_inner &gt; input[type='button'] {
    width: 250px;
    height: 60px;
    background-color: #302d90;
    border-radius: 18px;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
    margin: 50px auto 0;
    border: 0;
}

.popbox_inner .bottom_text{
    margin-top: 20px;
    margin-bottom:50px;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 16px;
    color: #616161;
}

.pop_input {
    width: 100%;
    display: flex;
    justify-content: space-between;
}



.pop_input2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pop_input2 input {
    width: 30% !important;
}

.input_box5 {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.input_box5 input {
    width: auto !important;
    height: auto !important;
}

.input_box5 label {
    width: max-content;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    gap: 0 10px;
    cursor: pointer;
}





.idpw_popup{    
    box-sizing: border-box;

    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}

.idpw_popup .title{
    text-align: center;
    font-family: 'Pretendard-Bold', sans-serif;
    background-color: #302d90;
    font-size: 20px;
    color: white;
    padding: 20px 0;
}

.idpw_popup .id_pop,
.idpw_popup .pw_pop{
    width: 525px;
    
    background-color: white;

    font-family: 'Pretendard-Light', sans-serif;
    font-size: 18px;
    color : #454545;
    line-height: 30px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.idpw_popup .content{
    padding: 50px 100px;
    text-align: center;
}

.idpw_popup i{
    position: absolute;
    right: 5%;
    top: 11%;
    color: white;
    font-size: 24px;
    transform: translate(-50%, -55%);
}

.idpw_popup .login_inner&gt;input{
    height: 60px;
    
}

.id_popup .login_inner&gt;input{
    margin-top: 0px;
}

.pw_popup .login_inner&gt;input{
    margin-top: 45px;
}

#resultEmail2,
#resultName{
    font-family: 'Pretendard-SemiBold', sans-serif;
    color : #454545;
}

#resultId{
    font-family: 'Pretendard-Bold', sans-serif;
    color : #111;
    padding: 24px;
}


.popup_search .popbox_inner .selection_box{
    padding-bottom: 30px;
    
    border-bottom: 1px solid #d7d7d7;
}

.popup_search .popbox_inner .selection_box ul{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.popup_search .popbox_inner .small_title_padd{
    padding-top: 30px;
}

.popup_search .popbox_inner .selection_box ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 15px;
    border-radius: 8px;    
    width: 100px; 
    height: 40px;
    color: #a2a2a2;
    border: 1px solid #a2a2a2;
}

.popup_search .popbox_inner .selection_box ul li.on{
    color: #302d90;
    border: 1px solid #302d90;
}

#sub_content .popup_search .small_title_padd{
    border :none;
    margin-bottom: 12px;
}

.popup_search .bottom_search{
    width: 100%;
    background: #302d90;
    text-align: center ;
    color: white;
    padding: 20px 0px;

    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 18px;
}

.popup_search .popbox{
    width: 63%;
    height: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.popup_search .popbox{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0;
}

.popup_search .popbox .bottom_search i{
    margin-right: 10px;
}

.popup_search .popbox_inner{
    /* padding: 50px; */
    padding: 0 50px 50px 50px;
    margin-top: 50px;
}

.sub1_3_section .popbox_inner,
.sub1_2_section .popbox_inner {
    overflow-y: scroll;
    overflow-x: hidden;
}

.sub1_3_section .popup_close,
.sub1_2_section .popup_close{
    color: black;
    top: -1%;
    right: 2%;
}


table.sub1_2_d_table_type5 tr th{
    border: 1px solid #cccccc; 
    background-color: #f7f7f7;
    color : #454545;
}

table.sub1_2_d_table_type5 tr td{
    text-align: center !important;
}

table.sub1_2_d_table_type5 tr th:first-child{
    border-left: 0;
}

table.sub1_2_d_table_type5 tr th:last-child{
    border-right: 0;
}


























/* mobile */
@media screen and (max-width: 767px) {

    .popup_info .popbox2{
        width: 90%;
        padding: 35px 0;
    }

    .popbox {
        width: 90%;
        border-radius: 15px;
    }

    .popup_email .popbox, .popup_sms .popbox{
        width: 95%;
    }

    .popt_top {
        /*padding: 10px 20px;*/
    }

    .popt_top p {
        font-size: 16px;
    }

    .popt_top i {
        font-size: 16px;
        cursor: inherit;
    }

    .popbox_inner {
        max-height: 75vh;
        overflow: auto;
        padding: 30px 20px;
    }

    .popbox_inner .bottom_text{
        margin-bottom: 30px;
        font-size: 12px;
    }

    .popbox_inner ul {
        display: block;
        gap: 0;
    }

    .popbox_inner ul li {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .popbox_inner ul li:last-child {
        margin-bottom: 0;
    }

    .popbox_inner ul li p {
        font-size: 14px;
    }

    .popbox_inner ul li input {
        height: 35px;
        /*border-radius: 10px;*/
        font-size: 13px;
        padding: 0 10px;
    }

    .popbox_inner ul li textarea{
        padding: 10px;
    }

    .popbox_inner ul li input::placeholder,
    .popbox_inner ul li textarea::placeholder{
        font-size: 13px;
    }

    .popbox_inner .bottom_text{

    }

    .popbox_inner &gt; input[type='button'] {
        width: 150px;
        height: 40px;
        border-radius: 10px;
        font-size: 15px;
        margin: 30px auto 0;
    }

    .input_box5 {
        height: auto;
    }

    .input_box5 label {
        font-size: 13px;
        cursor: inherit;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .popbox {
        width: 50%;
        border-radius: 15px;
    }

    .popt_top {
        padding: 10px 20px;
    }

    .popt_top p {
        font-size: 16px;
    }

    .popt_top i {
        font-size: 16px;
        cursor: inherit;
    }

    .popbox_inner {
        padding: 30px 20px;
    }

    .popbox_inner ul {
        display: block;
        gap: 0;
    }

    .popbox_inner ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .popbox_inner ul li:last-child {
        margin-bottom: 0;
    }

    .popbox_inner ul li p {
        font-size: 14px;
    }

    .popbox_inner ul li input {
        height: 35px;
        border-radius: 10px;
        font-size: 13px;
    }

    .popbox_inner ul li input::placeholder {
        font-size: 13px;
    }

    .popbox_inner &gt; input[type='button'] {
        width: 150px;
        height: 40px;
        border-radius: 10px;
        font-size: 15px;
        margin: 30px auto 0;
    }

    .input_box5 {
        height: auto;
    }

    .input_box5 label {
        font-size: 13px;
        cursor: inherit;
    }

}





















/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {

    .popt_top {
        padding: 15px 30px;
    }

    .popt_top p {
        font-size: 20px;
    }

    .popt_top i {
        font-size: 18px;
    }

    .popbox_inner {
        padding: 30px 40px;
    }

    .popbox_inner ul {
        gap: 20px 0;
    }

    .popbox_inner ul li p {
        font-size: 18px;
    }

    .popbox_inner ul li input {
        height: 45px;
        border-radius: 10px;
    }

    .popbox_inner &gt; input[type='button'] {
        width: 200px;
        height: 50px;
        border-radius: 10px;
        font-size: 18px;
        margin: 40px auto 0;
    }

}
</pre></body></html>