﻿@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Noto Sans KR', "Apple SD Neo Gothic", "malgun gothic", dotum, sans-serif !important;
}

div, p, em, ol, ul, li, dl, dt, dd, a, address, img, h1, h2, h3, h4, h5, h6 {
    font-size: 11pt;
    color: #666;
    text-decoration: none;
}

table, td, th {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    font-size: 11pt;
    color: #6E6E6E;
}

    /* Search */
    table.SearchTable {
        border-top: 1px solid #AABAD9;
        border-right: 1px solid #AABAD9;
        border-bottom: 1px solid #AABAD9;
        border-left: 1px solid #AABAD9;
        height: 26pt;
    }

        table.SearchTable tr td {
            background: #E3E7F2;
            color: #399EEF;
            font-weight: bolder;
        }


/* List Table THEAD */
thead.mhead {
    border-left: 1px solid #2293FF;
}

    thead.mhead tr, thead.mhead th {
        background: #E3E7F2;
        color: black;
        border-top: 1px solid #AABAD9;
        border-right: 1px solid #AABAD9;
        border-bottom: 1px solid #AABAD9;
        border-left: 1px solid #AABAD9;
        padding: 2px 2px 2px 2px;
        height: 20pt;
        font-weight: lighter;
    }
/* List Table TBODY */
tbody.mbody tr th {
    background: #E3E7F2;
    color: black;
    border-top: 1px solid #AABAD9;
    border-right: 1px solid #AABAD9;
    border-bottom: 1px solid #AABAD9;
    border-left: 1px solid #AABAD9;
    padding: 2px 2px 2px 2px;
    height: 20pt;
}

tbody.mbody tr td, tbody.mbody tr {
    /* background-color: #FFFFFF;*/
    border-top: 1px solid #C6BEC6;
    border-right: 1px solid #C6BEC6;
    border-bottom: 1px solid #C6BEC6;
    border-left: 1px solid #C6BEC6;
    /*padding: 0.4em 0.5em 0.4em 0.4em;*/
    padding: 2px 2px 2px 2px;
    height: 20pt;
    text-align: center;
}

    tbody.mbody tr td a.btn_confirm {
        display: inline-block;
        /*float: left;*/
        width: 50px;
        height: 30px;
        margin: 5px 0 0 0px;
        border: 1px solid #cfcfcf;
        background: #f8585b;
        color: #fff;
        text-align: center;
        vertical-align: top;
        line-height: 30px;
    }

/* button */
.btn {
    color: black;
    background-color: #7392C4; /* ad6963  #739631 */
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    font-size: 9pt;
    color: white;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
    width: 50px;
    height: 24px;
}

img {
    border: 0;
}

h1 {
    float: left;
    padding: 0 0 0 0px;
}

h2 {
    padding: 0 0 0 0px;
}

ul, li {
    list-style: none;
}

.arrange {
    padding: 60px 0;
    background-size: contain;
    margin-left: 140px;
}

.red_txt {
    color: #ee7272;
}

.blind {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -5000px
}

.lle {
    padding: 140px 0;
    background: url(../images/fund/main.png) no-repeat center;
    background-size: contain;
    background-color: #ffffff;
}

.hrd div.title {
    float: left;
    margin-left: 20px;
    width: 800px;
}

    .hrd div.title > h2 {
        margin-bottom: 5px;
        font-size: 32px;
        line-height: 42px;
        color: #000000;
    }

    .hrd div.title > h3 {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 10px;
        color: #000000;
    }

    .hrd div.title > p {
        font-size: 16px;
        line-height: 22px;
        color: #000000;
    }

.tab_01 {
    display: table;
    margin-bottom: 20px;
    border-right: 1px solid #e5e5e5;
    width: 100%;
}

    .tab_01 a {
        position: relative;
        box-sizing: border-box;
        display: table-cell;
        width: 1%;
        height: 40px;
        width: 100px;
        text-align: center;
        vertical-align: middle;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        background-color: #f7f7f7;
    }

        .tab_01 a:before,
        .tab_01 a:after {
            position: absolute;
            bottom: 10px;
            height: 18px;
            margin: auto;
            border-left: 1px solid #e5e5e5;
            content: '';
        }

        .tab_01 a:before {
            left: 0px;
        }

        .tab_01 a:after {
            right: -1px;
            z-index: 1;
        }

        .tab_01 a:first-child:before {
            position: absolute;
            height: 39px;
            bottom: 0;
            border-left: 1px solid #e5e5e5;
            content: '';
        }

        .tab_01 a.select {
            z-index: 10;
            border-width: 3px 0 0;
            border-style: solid;
            border-color: #324184 #e5e5e5 transparent;
            background-color: #fff;
            padding-bottom: 3px;
        }

            .tab_01 a.select:before,
            .tab_01 a.select:after {
                bottom: 0;
                height: 39px;
                border-color: #e5e5e5;
            }






/* 본문 */

.wrap {
    max-width: 960px;
    margin: 0 auto;
}

    .wrap.wd668 {
        max-width: 728px;
    }

        .wrap.wd668.line {
            border: 1px solid #ececec;
            padding: 30px 20px;
        }

.container {
    width: 100%;
}

.sub_tit_txt {
    margin: 80px 0 20px 20px;
    color: #2f2f2f;
    font-size: 25px;
}

.wrap.wd668.line .sub_tit_txt {
    margin: 0px 0 20px 20px;
}

.con_term .term_txt {
    border: 1px solid #ececec;
    padding: 30px;
    height: 210px;
    overflow-y: auto;
    margin: 0 0 15px;
}

    .con_term .term_txt ul li, .con_term .term_txt p, .con_term .term_txt div {
        color: #818181;
        font-size: 12px;
        line-height: 17px;
        margin: 0 0 15px;
    }

.left_margin {
    margin: 0 0 0 20px;
}

.con_term .term_txt div.txt_bold {
    font-weight: bold;
    margin: 0 0 25px;
}

.btn_wrap {
    text-align: center;
    margin: 40px 0 30px;
}

    .btn_wrap a {
        color: #fff;
        background-color: #4380ce;
        font-weight: bold;
        padding: 10px;
        height: 30px;
        line-height: 30px;
        width: 168px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

        .btn_wrap a.wide {
            width: 587px;
            margin: 0 0 0 20px;
        }

.find_txt ul li {
    color: #9a9a9a;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    margin: 0 0 20px;
}

.form_txtInput .checkbox_wrap {
    position: relative;
    padding: 5px;
    text-align: left;
}

    .form_txtInput .checkbox_wrap input[type="checkbox"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

        .form_txtInput .checkbox_wrap input[type="checkbox"] + label {
            display: inline-block;
            line-height: 14px;
            position: relative;
            padding-left: 20px;
            font-size: 13px;
            color: #818181;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

            .form_txtInput .checkbox_wrap input[type="checkbox"] + label:before {
                content: '';
                position: absolute;
                top: 0px;
                left: 0;
                width: 12px;
                height: 12px;
                text-align: center;
                background: #fff;
                border: 1px solid #c2c2c2;
            }

            .form_txtInput .checkbox_wrap input[type="checkbox"] + label:active:before, .checkbox_wrap input[type="checkbox"]:checked + label:active:before {
                box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
            }

        .form_txtInput .checkbox_wrap input[type="checkbox"]:checked + label:before {
            background: #fff;
            border-color: #ddd;
        }

        .form_txtInput .checkbox_wrap input[type="checkbox"]:checked + label:after {
            content: '✓';
            color: #0094ff;
            position: absolute;
            top: 0px;
            left: 2px;
            width: 7px;
            height: 7px;
            font-size: 13px;
            font-weight: bold;
        }

.exTxt {
    font-size: 14px;
    color: #9a9a9a;
    display: block;
    margin: 0 0 45px 20px;
}

.exTxt2 {
    font-size: 16px;
    color: #9a9a9a;
    display: block;
    margin: 0 0 45px 20px;
    padding-left: 12px;
    line-height: 22px;
}

.exTxt3 {
    font-size: 18px;
    color: #9a9a9a;
    display: block;
    text-align: center;
}

.exTxt a.btn_todo {
    display: inline-block;
    /*float: left;*/
    width: 115px;
    height: 48px;
    margin: 5px 0 0 0px;
    border: 1px solid #cfcfcf;
    background: #5872f8;
    color: #fff;
    text-align: center;
    vertical-align: top;
    line-height: 50px;
}

.exTxt a.btn_todo2 {
    display: inline-block;
    /*float: left;*/
    width: 200px;
    height: 48px;
    margin: 5px 0 0 0px;
    border: 1px solid #cfcfcf;
    background: #5872f8;
    color: #fff;
    text-align: center;
    vertical-align: top;
    line-height: 50px;
}

.exTxt a.btn_todo3 {
    display: inline-block;
    /*float: left;*/
    width: 340px;
    height: 48px;
    margin: 5px 0 0 0px;
    border: 1px solid #cfcfcf;
    background: #5872f8;
    color: #fff;
    text-align: center;
    vertical-align: top;
    line-height: 50px;
}

/* 라디오버튼 */
.select {
    padding: 15px 10px;
}

    .select input[type=radio] {
        display: none;
    }

        .select input[type=radio] + label {
            display: inline-block;
            cursor: pointer;
            height: 24px;
            width: 90px;
            border: 1px solid #333;
            line-height: 24px;
            text-align: center;
            font-weight: bold;
            font-size: 13px;
        }

        .select input[type=radio] + label {
            background-color: #fff;
            color: #333;
        }

        .select input[type=radio]:checked + label {
            background-color: #333;
            color: #fff;
        }
/* 라디오버튼 끝 */

/* 라디오버튼 */
.select2 {
    padding: 5px 10px;
}

    .select2 input[type=radio] {
        display: none;
    }

        .select2 input[type=radio] + label {
            display: inline-block;
            cursor: pointer;
            height: 30px;
            width: 40px;
            border: 1px solid #333;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
            font-size: 13px;
        }

        .select2 input[type=radio] + label {
            background-color: #fff;
            color: #333;
        }

        .select2 input[type=radio]:checked + label {
            /*background-color: #333;*/
            background-color: #1e26ca;
            color: #fff;
        }
/* 라디오버튼 끝 */

.join_form {
    width: 100%;
    /*max-width: 668px;*/
    max-width: 1100px;
}

    .join_form fieldset {
        border: 0;
        padding: 0;
        margin: 0;
        background-color: #eff6fe; /* 밝은 회색 배경색 */
        /*width: 100%;*/
    }

        .join_form fieldset legend {
            font-size: 18px;
            color: #4c4c4c;
        }

    .join_form table {
        border-spacing: 0;
        /*margin: 0;*/
        padding: 0;
        border: 0;
        width: 100%;
    }

        .join_form table input {
            border: 1px solid #ececec;
            font-size: 14px;
            color: #4c4c4c;
            height: 35px;
            padding: 10px;
            width: 380px;
            float: left;
        }

            

            

        .join_form table tr td div.desc {
            border: 1px solid #ececec;
            font-size: 14px;
            color: #4c4c4c;
            height: 35px;
            padding: 10px;
            width: 100%;
            float: left;
            width: 410px;
            height: 140px;
        }

        .join_form table input.email {
            width: 200px;
        }

        .join_form table input.email2 {
            width: 130px;
        }

        .join_form table input.address {
            width: 162px;
            display: inline-block;
        }

        .join_form table input.phone {
            width: 182px;
            margin: 0 12px 0 11px;
        }

        .join_form table input.phone2 {
            width: 182px;
        }

        .join_form table input.send_number {
            width: 383px;
        }

        .join_form table th {
            text-align: left;
            font-size: 14px;
            color: #404040;
            padding-left: 10px;
        }

            .join_form table th span {
                display: inline-block;
                position: relative;
                padding: 0 12px 0 0;
                text-indent: 1px;
            }

                .join_form table th span:after {
                    content: '*';
                    font-size: 13px;
                    color: #f95427;
                    position: absolute;
                    top: 0;
                    right: 0px;
                    font-weight: bold;
                }

        .join_form table td {
            padding: 6px 0;
            position: relative;
        }

            .join_form table td a.btn_confirm {
                display: inline-block;
                /*float: left;*/
                width: 115px;
                height: 48px;
                margin: 5px 0 0 0px;
                border: 1px solid #cfcfcf;
                background: #f8585b;
                color: #fff;
                text-align: center;
                vertical-align: top;
                line-height: 50px;
            }

#openModalPop {
    display: inline-block;
    /*float: left;*/
    width: 500px;
    height: 50px;
    margin: 5px 0 0 20px;
    border: 1px solid #cfcfcf;
    background: #5872f8;
    color: #fff;
    text-align: center;
    vertical-align: top;
    line-height: 50px;
    font-size: 20px;
}

#btn_close {
    display: inline-block;
    /*float: left;*/
    width: 115px;
    height: 48px;
    margin: 5px 0 0 0px;
    border: 1px solid #cfcfcf;
    background: #f8585b;
    color: #fff;
    text-align: center;
    vertical-align: top;
    line-height: 50px;
    cursor: pointer;
    font-weight: bold;
}

#local {
    display: inline-block;
    /*float: left;*/
    width: 200px;
    height: 200px;
    margin: 5px 0 0 0px;
    border: 1px solid #cfcfcf;
    background: #585cf8;
    color: #fff;
    text-align: center;
    vertical-align: central;
    line-height: 100px;
}

#foreigner {
    display: inline-block;
    /*float: left;*/
    width: 200px;
    height: 200px;
    margin: 5px 0 0 0px;
    border: 1px solid #cfcfcf;
    background: #0ba328;
    color: #fff;
    text-align: center;
    vertical-align: central;
    line-height: 100px;
}

.bank-table {
    width: 80%;
    min-width: 500px; /* 최소 넓이 설정 */
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-left: 30px;
}

    .bank-table th,
    .bank-table td {
        border: 1px solid black;
        text-align: center;
        padding: 8px;
    }

    .bank-table tr th {
        background-color: #f2f2f2;
        text-align: center;
    }

    /* 🖱️ Hover 효과 */
    .bank-table tr:hover {
        background-color: #e8f4ff; /* 은은한 하늘색 배경 */
    }

.join_form table td select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*appearance: none;
        background: url(https://secsales.interparkb2b.co.kr/data/G94/main/sele_arr.gif) no-repeat 95% 50%;*/
    text-indent: 20px;
    width: 144px;
    height: 50px;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #828080;
    float: left;
}

    .join_form table td select::-ms-expand {
        display: none;
    }

.join_form table td tr.phone td select {
    text-align: center;
    text-indent: 10px;
}

.join_form table tr.email input:after, .mar10:after, .join_form table td select:after {
    content: '';
    display: block;
    clear: both;
}

.agree_wrap {
    margin: 36px 0 0;
}

    .agree_wrap .checkbox_wrap {
        text-align: left;
    }

::placeholder {
    color: #c4c4c4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c4c4c4 !important;
}

.mar27 {
    margin: 27px 0 0;
}

.mar10 {
    margin: 14px 5px 0 10px;
    display: inline-block;
    padding: 0;
    float: left;
}

.exform_txt {
    padding: 12px 0 19px 0;
    text-align: right;
    color: #9a9a9a;
    font-size: 13px;
    border-bottom: 1px solid #ececec;
}

    .exform_txt span {
        display: inline-block;
        position: relative;
        padding-left: 10px
    }

        .exform_txt span:after {
            content: '*';
            position: absolute;
            left: 0;
            top: 0;
            color: #f95427;
            font-size: 13px;
            font-weight: bold;
        }

.explan_txt {
    margin: 3px 0 0 22px;
}

    .explan_txt li {
        color: #b2b2b2;
        font-size: 13px;
        line-height: 17px;
    }

.popWrap {
    border: 1px solid #ececec;
    padding: 30px;
    max-width: 400px;
    width: 100%;
    margin: 30px auto 0;
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 5;
}

    .popWrap.is-open {
        display: block;
    }

    .popWrap .pop_txt_con .pop_exTxt {
        font-size: 14px;
        color: #9a9a9a;
        line-height: 20px;
    }

        .popWrap .pop_txt_con .pop_exTxt span {
            color: #254ee9
        }

    .popWrap .pop_btnWrap {
        margin: 30px 0 0;
    }

        .popWrap .pop_btnWrap a {
            color: #fff;
            background-color: #4380ce;
            font-weight: bold;
            padding: 10px;
            height: 22px;
            line-height: 22px;
            width: 103px;
            display: block;
            text-align: center;
        }

.join_form table input.send_number::placeholder {
    text-align: right;
}

.join_form table input.send_number:-ms-input-placeholder {
    text-align: right;
}

.overlayer {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.overlayer.is-open {
    display: block;
}

/* 반응형 대응 : 모바일 브라우저  */
@media ( max-width: 1023px ) {
    .wrap {
        margin: 30px auto;
    }

        .wrap, .wrap.wd668.line {
            max-width: 80vw;
        }

            .wrap.wd668 {
                width: 90vw;
            }

    .join_form {
        max-width: 90vw;
    }

        .join_form table th span {
            text-indent: 0;
            font-size: 13px;
        }

        /*.join_form table {
            width: 100%;
        }*/

        .join_form table input {
            border: 1px solid #ececec;
            font-size: 14px;
            color: #4c4c4c;
            height: 37px;
            padding: 10px;
            width: 70%;
        }

            .join_form table input.email {
                width: 30%;
                display: inline-block;
            }

            .join_form table input.email2 {
                width: 60%;
            }

        .join_form table tr.email input {
            float: left;
        }

    .mar10 {
        margin: 5px 2% 0 2%;
        float: left;
    }

    .join_form table input.email {
        width: 36%;
    }

    .join_form table input.email2 {
        width: 53%
    }

    .join_form table input.phone {
        width: 30%;
        margin: 0 4% 0 4%;
    }

    .join_form table input.phone2 {
        width: 31%;
    }

    .join_form table input.send_number {
        width: 53%;
    }

    .exTxt {
        margin: 0 0 25px 0px
    }

    .wrap.wd668.line .sub_tit_txt, .wrap .sub_tit_txt {
        margin: 0 0 10px 0;
    }

    .btn_wrap a, .btn_wrap a.wide {
        width: auto;
        margin: 0;
    }

    .btn_wrap {
        overflow: hidden;
    }

    .join_form table td select {
        width: 30%;
        height: 37px;
        float: left;
    }

        .join_form table tr.email input:after, .mar10:after, .join_form table td select:after {
            content: '';
            display: block;
            clear: both;
        }

    .popWrap {
        right: auto;
        max-width: 80vw;
        margin: 30px auto 0;
        left: 50%;
        transform: translateX(-50%);
    }

    /* .join_form table td a.btn_confirm {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        margin: 5px 0 0;
    }*/

    .join_form table input.send_number + a {
        margin: 0 0 0 5px;
    }

    .join_form .bank-table {
        width: 100%;
        margin-left: 0px;
    }

    #local {
        display: inline-block;
        /*float: left;*/
        width: 120px;
        height: 120px;
        margin: 5px 0 0 0px;
        border: 1px solid #cfcfcf;
        background: #585cf8;
        color: #fff;
        text-align: center;
        vertical-align: central;
        line-height: 60px;
    }

    #foreigner {
        display: inline-block;
        /*float: left;*/
        width: 120px;
        height: 120px;
        margin: 5px 0 0 0px;
        border: 1px solid #cfcfcf;
        background: #0ba328;
        color: #fff;
        text-align: center;
        vertical-align: central;
        line-height: 60px;
    }

    #banner_online {
        padding: 15px;
        font-size: 14px;
    }

        #banner_online h2 {
            font-size: 16px;
        }

    .notice-title {
        font-size: 15px;
    }

    .description {
        padding: 8px 10px;
    }

    #close_button, #close_button2 {
        font-size: 13px;
    }
}
