/**visit**/



/** 헤더 **/
#header1 {
    width: 100%;
    background: rgba(0,0,0,0.5);
    font-weight: 400;
    position: fixed;
    z-index: 99;
    height: 90px;
}

    #header1 h1 {
        float: left;
        padding-top: 25px;
        background: url('../../images/logo.png') no-repeat 50% 50%;
        background-size: contain;
        margin-right: 70px;
        text-indent: -10000px;
        min-width: 160px;
        height: 90px;
    }

        #header1 h1.en_logo {
            background: url('../../images/en_logo.png') no-repeat 50% 50%;
            margin-right: 4.5%;
        }
        /**영문로고**/
        #header1 h1 a {
            display: block;
            width: 100%;
            height: 100%;
        }

nav.gnbVisit {
    float: left;
    width: 900px;
}

    nav.gnbVisit > ul > li {
        float: left;
        width: 25%;
        position: relative;
    }

    nav.gnbVisit ul::after {
        content: "";
        display: block;
        clear: both;
    }

    nav.gnbVisit > ul > li > a {
        display: block;
        padding: 35px 0 35px 20px;
        font-size: 18px;
        color: #fff;
        text-align: left;
    }

    nav.gnbVisit.en > ul {
        display: block;
    }
        /**영문메뉴일때**/
nav.gnbVisit.en > ul > li {
    width: 22%;
    letter-spacing: -0.5px;
}

    nav.gnbVisit.en > ul > li:nth-child(2) {
        width: 24%;
    }

    nav.gnbVisit.en > ul > li:nth-child(3) {
        width: 23%;
        letter-spacing: -1px;
    }

    nav.gnbVisit.en > ul > li > a {
        display: block;
        padding: 35px 20px 35px 20px;
        font-size: 18px;
        text-align: left;
    }

/*nav.gnbVisit.en > ul > li:last-child {
            }*/

nav.gnbVisit.en .sub_menu > ul > li > a {
    font-size: 15px;
}

@media only screen and (max-width: 768px){

    #header1 h1 {
        float: left;
        padding-top: 25px;
        background: url('../../images/logo.png') no-repeat 50% 50%;
        background-size: contain;
         margin-right: auto !important; 
        text-indent: -10000px;
        min-width: 160px;
        height: 90px;
    }

    nav.gnbVisit > ul > li {
        float: left;
        width: auto;
        position: relative;
    }


    nav.gnbVisit {
        float: none !important;
        width: 900px;
    }

    #visit {
        position: relative;
        width: auto;
        height: 235px;
        background-color: #023e7c;
        background: #023e7c;
    }

    #visitAgree {
        /*display: inline;*/
        float: left;
        padding: 30px 0 30px 0;
        color: #FFF;
        font-size: 13px;
        text-decoration: none;
        text-align: center;
        padding-left: 18% !important;
    }

    #partnersManage {
        /*display: inline;*/
        float: left;
        padding: 30px 0 30px 0;
        color: #FFF;
        font-size: 13px;
        text-decoration: none;
        text-align: center;
        padding-left: 8%;
    }

    .stepWrap {
        clear: both;
        width: 100% !important;
        height: 130px;
        margin-top: 10px;
        background-color: #FFF;
        margin-left: 0% !important;
    }

        .stepWrap h1 {
            width: auto !important;
            float: left;
            color: #1b4182;
            font-size: 18px;
            line-height: 142px;
            padding-left: 20px !important;
            padding-right: 20px !important;
            text-align: center;
            font-weight: 700;
        }

        .stepWrap ul {
            float: left;
            width: 70% !important;
        }

            .stepWrap ul li {
                float: left;
                position: relative;
                width: 18%;
                height: 80px;
                margin-top: 36px;
                letter-spacing: -0.1em;
                text-align: center;
            }

                .stepWrap ul li.arrow {
                    width: 2.5%;
                    margin-top: 15% !important;
                }

                    .stepWrap ul li.arrow img {
                        width: 100%;
                    }

                .stepWrap ul li div span {
                    display: block;
                    width: 100%;
                    font-size: 13px;
                    color: #333;
                }

                .stepWrap ul li span {
                    display: block;
                    width: 100%;
                    font-size: 14px;
                    color: #333;
                    padding-top: 6px;
                }
}

/*content*/
#main_txt h2 {
    padding-bottom: 1%;
    color: #3b3d40;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
    font-family: 'HyundaiH', 'Montserrat','Noto Sans KR', 'NanumSquare', 'Malgun Gothic',Vertical, Arial, sans-serif;
}

.content_visit {
    /*padding: 1.5% 0 3% 0;
            display: block;*/
    position: relative;
    /*width: 477px;*/
    height: 235px;
    /*background-color: #023e7c;*/
    /*background: #023e7c;*/
}

.content-position {
    position: relative;
    overflow: hidden;
    top: 50%;
    margin-top: -330px;
}

#visit {
    position: relative;
    /*width: 477px;*/
    height: 235px;
    background-color: #023e7c;
    background: #023e7c;
}

    #visit h1 {
        /*font-size: 18px;*/
        color: #fff;
        text-align: center;
        font-weight: normal;
        line-height: 40px;
    }

#visitAgree {
    /*display: inline;*/
    float: left;
    padding: 30px 0 30px 0;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    padding-left: 40%;
}

#partnersManage {
    /*display: inline;*/
    float: left;
    padding: 30px 0 30px 0;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    padding-left: 8%;
}

.stepWrap {
    clear: both;
    width: 50%;
    height: 130px;
    margin-top: 10px;
    background-color: #FFF;
    margin-left: 30%;
}

    .stepWrap h1 {
        width: 17%;
        float: left;
        color: #1b4182;
        font-size: 18px;
        line-height: 142px;
        padding-left: 46px;
        text-align: center;
        font-weight: 700;
    }

    .stepWrap ul {
        float: left;
        width: 83%;
    }

        .stepWrap ul li {
            float: left;
            position: relative;
            width: 18%;
            height: 80px;
            margin-top: 36px;
            letter-spacing: -0.1em;
            text-align: center;
        }

            .stepWrap ul li.arrow {
                width: 2.5%;
                margin-top: 7%;
            }

                .stepWrap ul li.arrow img {
                    width: 100%;
                }

            .stepWrap ul li div span {
                display: block;
                width: 100%;
                font-size: 13px;
                color: #333;
            }

            .stepWrap ul li span {
                display: block;
                width: 100%;
                font-size: 14px;
                color: #333;
                padding-top: 6px;
            }


    .sub_contents {
        width: 1000px;
        display: block;
        margin: 0 auto 100px;
        min-height: 1000px;
    }

        .sub_contents .title_wrap {
            width: 100%;
            display: block;
            text-align: center;
            overflow: hidden;
            padding: 20px 0;
        }

            .sub_contents .title_wrap .tit {
                clear: both;
                color: #333;
                font-size: 56px;
                padding: 30px 0;
            }

    .tit {
        font-weight: 700 !important;
    }

    .sub_contents .step_wrap {
        width: 100%;
        height: 70px;
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0 auto 40px;
    }

        .sub_contents .step_wrap .bg_cover {
            width: 100%;
            height: 70px;
            border: 1px solid #d5d5d5;
        }

        .sub_contents .step_wrap ul {
            position: absolute;
            top: 0;
            width: 100%;
            height: 70px;
        }

            .sub_contents .step_wrap ul li.on {
                color: #fff;
            }

        .sub_contents .step_wrap .bg_cover img {
            width: 100%;
            height: 100%;
        }

        .sub_contents .step_wrap ul li img {
            vertical-align: middle;
            padding-right: 10px;
            width: 30px;
        }

        .sub_contents .step_wrap ul li span {
            vertical-align: middle;
        }

        .sub_contents .step_wrap ul li {
            float: left;
            width: 33.3%;
            color: #888;
            text-align: center;
            display: block;
            line-height: 65px;
            font-weight: 700;
        }

            .sub_contents .step_wrap ul li img {
                vertical-align: middle;
                padding-right: 10px;
                width: 30px;
            }

            .sub_contents .step_wrap ul li span {
                vertical-align: middle;
            }

    .sub_contents .agree_wrap {
        clear: both;
        width: 100%;
        display: block;
        margin: 0 auto 20px;
    }

        .sub_contents .agree_wrap .tit {
            color: #333;
            font-size: 20px;
            line-height: 40px;
        }

        .sub_contents .agree_wrap .agree {
            width: 100%;
            height: 240px;
            border: 1px solid #d5d5d5;
            /*border-top: 1px solid #333;*/
            /*overflow-y: scroll;*/
        }

            .sub_contents .agree_wrap .agree .scroll {
                /*padding: 30px 50px;*/
                font-size: 12px;
                line-height: 22px;
                color: #333;
            }

                .sub_contents .agree_wrap .agree .scroll table {
                    border-top: none;
                }

        .sub_contents .agree_wrap .check_wrap {
            text-align: right;
            font-size: 14px;
            color: blue;
            padding: 5px 10px;
        }

    .sub_contents .btn_wrap {
        display: block;
        text-align: center;
        margin: 20px auto 0;
    }

        .sub_contents .btn_wrap a.btn_blue {
            background: #023e7c;
        }
        .sub_contents .btn_wrap a.btn_gray {
            background: #b3b3b3;
        }
        .sub_contents .btn_wrap a {
            display: inline-block;
            color: #fff;
            min-width: 106px;
            padding: 12px 26px;
            font-family: 'HDharmonyM';
            font-size: 12px;
        }
        .sub_contents .btn_wrap input.btn_blue {
            background: #023e7c;
        }

        .sub_contents .btn_wrap input {
            display: inline-block;
            color: #fff;
            min-width: 106px;
            padding: 12px 26px;
            font-family: 'HDharmonyM';
            font-size: 12px;
        }


    .bbs_wrap .tit {
        color: #333;
        font-size: 20px;
        line-height: 40px;
    }
    .bbs_wrap table.bbs_write {
        border-top: 1px solid #aaa;
        width: 100%;
        margin-bottom: 50px;
    }
    .bbs_wrap table.bbs_write td.tit {
        background: #f9f9f9;
        padding-left: 30px;
        color: #666;
        line-height: normal;
    }
    .bbs_wrap table.bbs_write td {
        border-bottom: 1px solid #ddd;
        color: #999;
        padding: 10px 5px;
        font-size: 14px;
        padding-left: 10px;
        vertical-align: middle;
    }
    .bbs_wrap table.bbs_write td .txt {
        font-size: 13px;
        line-height: 18px;
        padding-top: 5px;    
        color: #000;
    }
    .bbs_wrap .info {
        border-top: 1px solid #333;
        width: 100%;
        padding: 20px 0;
    }
    .colorBlue {
        color: #00f !important;
    }
    .bbs_wrap .info p {
        padding: 0 10px;
        font-size: 13px;
        line-height: 18px;
        color: #000;
    }

    .targetVisitorBtn {
        background: #333;
        display: inline-block;
        color: #fff;
        min-width: 106px;
        padding: 12px 26px;
        font-family: 'HDharmonyM';
        font-size: 12px;
        text-align: center;
        margin: 0px auto 0;
    }

    /*방문객 정보*/
    .visit_list {
        display: block;
        overflow: hidden;
    }
    .visit_table {
        table-layout: fixed;
        width: 100%;
    }

    .visit_list tr th.list_01 {
        width: 10%;
    }

    .visit_list tr th.list_02 {
        width: 8%;
    }

    .visit_list tr th.list_03 {
        width: 5%;
    }

    .visit_list tr th.list_04 {
        width: 10%;
    }

    .visit_list tr th.list_05 {
        width: 15%;
    }

    .visit_list tr th.list_06 {
        width: 10%;
    }

    .visit_list tr th.list_07 {
        width: 10%;
    }

    .visit_list tr th.list_08 {
        width: 10%;
    }

    .visit_list tr th.list_09 {
        width: 20%;
    }

    .visit_list tr th.list_10 {
        width: 8%;
    }
    .visit_list tr th .tit {
        color: #333;
        line-height: normal;
        font-size: 13px;
    }
    .visit_list .visit_list_header tr th {
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 15px 0;
    }
    .visit_list tr th {
        overflow: hidden;
        border-bottom: 1px solid #dcdcdc;
        display: table-cell;
        width: 8%;
        text-align: center;
        vertical-align: middle;
    }

    .visit_list .visit_list_header tr {
        border-top: 1px solid #333;
    }

.addVistorBtn {
    background: #333;
    display: inline-block;
    color: #fff;
    min-width: 80px;
    padding: 10px 5px;
    font-family: 'HDharmonyM';
    font-size: 12px;
    text-align: center;
    margin: 0px auto 0;
}
#rptVisit td {
    border: 1px solid #ddd;
}
.visit_list tr td .txtGubun {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #00f;
    width: 100%;
    font-weight: 700;
}
.visit_list tr td .txtHost {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    width: 100%;
}
.visit_list tr td img {
    width: 20px;
    vertical-align: middle;
}


.bbs_wrap .infoFinish {
    border-top: 1px solid #333;
    width: 100%;
    padding: 20px 0;
}

.bbs_wrap .infoFinish p {
    padding: 50px 20px;
    font-size: 25px;
    line-height: 18px;
}
