﻿@charset "utf-8";
/* CSS Document */


/*
    서브공통
*/

/*
.content_sub {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    background: url(/bweb/common/marinecenter/images/snb.gif) repeat-y 0 0;
}

    .content_sub .snb {
        float: left;
        position: relative;
        width: 197px;
        height: 100%;
    }

        .content_sub .snb li {
            border-bottom: 1px solid #ccc;
        }

            .content_sub .snb li:first-child {
                border-bottom: 0;
            }

            .content_sub .snb li h2 {
                font-family: 'Nanum Gothic Bold';
                font-size: 24px;
                color: #fff;
                display: block;
                text-shadow: 2px 1px 1px #002e70;
                line-height: 75px;
                padding-left: 10px;
                background: url(/bweb/common/marinecenter/images/h2_bg.gif) no-repeat 0 0;
            }

            .content_sub .snb li a {
                display: block;
                padding: 13px 10px;
                font-size: 13px;
            }

                .content_sub .snb li a:hover {
                    font-family: 'Nanum Gothic Bold' !important;
                    padding: 13px 15px;
                    color: #000000;
                }

                .content_sub .snb li a.on {
                    color: #00427b;
                    font-size: 14px;
                    font-family: 'Nanum Gothic Bold' !important;
                    background: url(/bweb/common/marinecenter/images/lnb_mOver2.gif) no-repeat 0 center;
                    padding: 13px 15px;
                    border-right: 1px solid #dddddd;
                    border-left: 2px solid #00427b;
                }

    .content_sub .con {
        position: relative;
        width: 803px;
        min-height: 499px;
        margin: 0 0 0 197px;
        padding: 20px 0 100px 30px;
        box-sizing: border-box;
    }

        .content_sub .con h3 {
            font-family: 'Nanum Gothic Bold';
            font-size: 22px;
            color: #333333;
            line-height: 51px;
            display: block;
            padding-bottom: 5px;
            background: url(/bweb/common/marinecenter/images/h3_bg.gif) no-repeat 0 bottom;
        }*/
        
        
        
.content_sub {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    background: url(/bweb/common/marinecenter/images/snb.gif) repeat-y 0 0;
}

    .content_sub .snb {
        display:block;
        float: left;
        position: relative;
        width: 197px;
        height: 100%;
    }

        .content_sub .snb > ul > li {
            border-bottom: 1px solid #ccc;
        }

            .content_sub .snb > ul > li:first-child {
                border-bottom: 0;
            }

            .content_sub .snb > ul > li > h2 {
                font-family: 'Nanum Gothic Bold';
                font-size: 24px;
                color: #fff;
                display: block;
                text-shadow: 2px 1px 1px #002e70;
                line-height: 75px;
                padding-left: 10px;
                background: url(/bweb/common/marinecenter/images/h2_bg.gif) no-repeat 0 0;
            }

            .content_sub .snb > ul > li > a {
                /*display: block;
                padding: 13px 10px;
                font-size: 13px;*/
                display: block;
                font-family: 'Nanum Gothic Bold' !important;
                padding: 13px 10px;
                font-size: 15px;
                color: #555555;
            }

                .content_sub .snb > ul > li > a:hover {
                   // font-family: 'Nanum Gothic Bold' !important;
                    padding: 13px 15px;
                    color: #000000;
                }

                .content_sub .snb > ul > li > a.on {
                  /*  color: #00427b;
                    font-size: 14px;
                    font-family: 'Nanum Gothic Bold' !important;
                    background: url(/bweb/common/marinecenter/images/lnb_mOver2.gif) no-repeat 0 center;
                    padding: 13px 15px;
                    border-right: 1px solid #dddddd;
                    border-left: 2px solid #00427b;*/
                     color: #001635;
                    font-size: 15px;
                    font-family: 'Nanum Gothic Bold' !important;
                    background: url(../img/lnb_mOver2.gif) no-repeat 0 center;
                    padding: 13px 15px;
                    border-right: 1px solid #dddddd;
                    border-left: 2px solid #00427b;
                }
                
        .content_sub .snb .deps3 {
            padding:10px 0 10px 15px;
            border: 1px solid #ccc;
            border-bottom:0;
            border-left: 2px solid #ccc;
            background:#f8f8f8;
        }
            .content_sub .snb .deps3 li {
                padding: 6px 0;
                font-size: 13px;
                
            }
                .content_sub .snb .deps3 li a {
                   color: #676767; 
                   position: relative;
                   display:block;
                }
                    .content_sub .snb .deps3 li a:hover {
                        color:#000000;
                        font-family: 'Nanum Gothic Bold';
                        padding-left:5px;
                    }
                .content_sub .snb .deps3 li a.on {
                    /*text-decoration:underline;*/
                    color:#000000;
                    font-family: 'Nanum Gothic Bold';
                    padding-left:5px;
                }
                .content_sub .snb .deps3 .on:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: -15px;
                    top: 5px;
                    z-index: 1;
                    width: 10px;
                    height: 3px;
                    background-color: #ccc;
                }

#contents .snb_m {

    position: relative;
    margin-bottom: 15px;
}
    #contents .snb_m > ul {
        width: 100%;
        position: relative;
        display: inline-block;
    }
#contents .line5 > ul > li {
    position: relative;
    float: left;
    width: 32.2%;
    margin: 0.5%;
}
#contents .line3 > ul > li {
    position: relative;
    float: left;
    width: 32.2%;
    margin: 0.5%;
}
            #contents .snb_m > ul > li a {
                display: block;
                padding: 10px 10px;
                box-sizing: border-box;
                text-align: center;
                color: #333333;
                background: #eee;
            }
                #contents .snb_m > ul > li a.on {
                    color: #fff;
                    font-weight:bold;
                    background: #2183d5;
                }


.content_sub .con {
    position: relative;
    width: 803px;
    min-height: 499px;
    margin: 0 0 0 197px;
    padding: 10px 0 100px 30px;
    box-sizing: border-box;
}

        .content_sub .con h3 {
            font-family: 'Nanum Gothic Bold';
            font-size: 22px;
            color: #333333;
            line-height: 51px;
            display: block;
            padding-bottom: 5px;
            margin-bottom:15px;
            background: url(/bweb/common/marinecenter/images/h3_bg.gif) no-repeat 0 bottom; 
        }

.location {
    height: 45px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .location span {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 1000px;
        padding: 13px 13px 13px 8px;
        box-sizing: border-box;
        font-size: 12px;
        color: #808080;
    }

        .location span strong {
            color: #000000;
        }



/* 
    his
*/
.his_row > div {
    position: relative;
    display: table;
    margin-top: 40px;
    padding-top: 27px;
    margin-bottom: -28px;
    border-top: 1px solid #4a6c2f;
    width: 50%;
}

.img_wrap {
    width: 200px;
    height: 65px;
    margin: 0 auto;
    padding: 5px 20px;
    border: 5px solid #7dad3f;
    border-radius: 39px;
    background: #ffffff;
    line-height: 63px;
}

    .img_wrap img {
        vertical-align: middle;
    }

.his_row .his_left h4 {
    position: absolute;
    width: 150px;
    text-align: right;
    background-color: #fff;
    top: -28px;
    font-size: 3.33em;
    color: #4a6c2f;
    font-family: 'Nanum Square', 'Nanum Gothic Bold';
}

.his_row .his_right h4 {
    position: absolute;
    width: 340px;
    background-color: #fff;
    top: -28px;
    right: 0px;
    font-size: 3.33em;
    color: #4a6c2f;
    font-family: 'Nanum Square', 'Nanum Gothic Bold';
}

.his_month li {
    display: table;
    margin-bottom: 8px;
    line-height: 1.4;
}

.his_month .his_list {
    padding-left: 50px;
}

.his_month .date {
    display: table-cell;
    font-size: 17px;
    width: 45px;
    font-family: 'Nanum Square', 'Nanum Gothic Bold';
}

.his_month .date_txt {
    display: table-cell;
    font-size: 1.133em;
}

.his_left {
    float: left;
}

    .his_left:after {
        position: absolute;
        right: -10px;
        top: -9px;
        border-radius: 50% 50%;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-color: #7dad3f;
    }

.his_right:after {
    position: absolute;
    left: -10px;
    top: -9px;
    border-radius: 50% 50%;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #7dad3f;
}

.his_wrap {
    margin-top: -30px;
}

.his_right {
    float: right;
}

.sub_con.his_bg {
    padding: 0;
}

.his_wrap {
    padding: 50px 0 100px;
    text-align: center;
}

.his_inn {
    background: url(/bweb/common/marinecenter/images/his_line_bg.png) repeat-y center 0;
}

.his_bg {
    background: url(/bweb/common/marinecenter/images/his_bg.gif) no-repeat 0 0;
}

.his_inn .his_right {
    float: right;
}

.his_inn .his_left {
    float: left;
}

.clearfix:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    clear: both;
}

.dot_list > li {
    padding-left: 13px;
    background: url(/bweb/common/marinecenter/images/bull_dot.jpg) 2px 7px no-repeat;
}

    .dot_list > li span {
        font-size: 12px;
        color: #808080;
    }

/*
    icon-style
*/
i[class] {
    text-decoration: none;
}

i.icon-home {
    display: inline-block;
    height: 17px;
    width: 20px;
    background-image: url(/bweb/common/marinecenter/images/sp_ico.png);
    background-repeat: no-repeat;
    background-position: 0 -4px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

i.arow-right {
    display: inline-block;
    height: 21px;
    width: 10px;
    background-image: url(/bweb/common/marinecenter/images/sp_ico.png);
    background-repeat: no-repeat;
    background-position: -20px 0;
    margin: 0 10px;
    vertical-align: middle;
    opacity: 0.4;
}

.title_bg {
    display: inline-block;
    height: 27px;
    width: 20px;
    background-image: url(/bweb/common/marinecenter/images/sp_ico.png);
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: -52px -2px;
    margin: 0;
    vertical-align: middle;
}


.top_titleImg_01 {
    background: url(/bweb/common/marinecenter/images/s_top_img01.jpg) no-repeat center center #002e70;
    height: 95px;
    position: relative;
    width: 100%;
}

    .top_titleImg_01 div {
        position: relative;
        margin: 0 auto;
        width: 1000px;
    }

    .top_titleImg_01 span {
        position: absolute;
        right: 0;
        top: 30px;
        color: #fff;
        font-size: 15px;
        font-family: 'Nanum Gothic Bold';
        text-align: right;
        line-height: 20px;
        text-shadow: 2px 2px #002e70;
    }




/* 
    table-style 
*/
.tb_title {
    position: relative;
    border-top: 4px solid #00427b;
}

    .tb_title:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -4px;
        z-index: 1;
        width: 20px;
        height: 4px;
        background-color: #7dad3f;
    }

.tb_list_st01 {
    width: 100%;
    border-spacing: 0;
}

    .tb_list_st01 th {
        background-color: #f8f8f8;
        line-height: 1.5;
        text-align: center;
        border-bottom: 1px solid #babcbe;
        border-left: 1px solid #e9e9e9;
        font-size: 14px;
        padding: 10px 0;
        font-family: 'Nanum Gothic Bold' !important;
    }

    .tb_list_st01 td {
        line-height: 1.3;
        border-bottom: 1px solid #babcbe;
        /*border-left: 1px solid #babcbe;*/
        font-size: 13px;
        padding: 10px 5px;
    }

        .tb_list_st01 th:first-child,
        .tb_list_st01 td:first-child {
            border-left: 0 none;
        }

.tb_list_st02 {
    width: 100%;
    border-spacing: 0;
    border-right: 1px solid #e9e9e9;
}
/*
    .tb_list_st02 td {
        cursor: pointer;
    }

    .tb_list_st02 tr:hover {
        font-family: 'Nanum Gothic Bold' !important;
    }*/

    .tb_list_st02 th {
        background-color: #f8f8f8;
        line-height: 1.5;
        text-align: center;
        border-bottom: 1px solid #babcbe;
        border-left: 1px solid #e9e9e9;
        font-size: 14px;
        padding: 10px 0;
        font-family: 'Nanum Gothic Bold' !important;
    }

    .tb_list_st02 td {
        line-height: 1.6;
        border-bottom: 1px solid #babcbe;
        border-left: 1px solid #e9e9e9;
        font-size: 13px;
        padding: 7px 7px;
    }

/* base style
---------------------------------------------------------------- */
p.txt {
    padding: 1px 0;
    line-height: 30px;
}

.input_st01 {
    border: none;
    background: #fff;
    width: 100px;
    height: 24px;
    padding: 4px;
}

.select_st01 {
    border: none;
    background: #fff;
    width: 100px;
    height: 24px;
}

.btn_st01 {
    color: #fff;
    background: #364150;
    padding: 5px 8px;
    font-size: 11px;
}

div.btn_tl {
    height: 30px;
    text-align: left;
    margin-bottom: 10px;
}

div.btn_tc {
    height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

div.btn_tr {
    height: 30px;
    text-align: right;
    margin-bottom: 10px;
}

.box_tr {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.btn_srch {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #7dad3f;
    font-family: 'Nanum Gothic Bold';
}

.btn_gr {
    width: 60px;
    background: #6F6F6F;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-family: 'Nanum Gothic Bold';
}

.btn_bl {
    width: 60px;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-family: 'Nanum Gothic Bold';
}

.btn_b {
    min-width: 40px;
    height: 26px;
    font-size: 13px;
    color: #fff;
    padding: 7px;
    text-align: center;
    background-color: #2d508a;
    border: 1px solid #27487f;
    line-height: 26px;
    font-family: 'Nanum Gothic Bold';
}

.btn_r {
    min-width: 40px;
    height: 26px;
    font-size: 13px;
    color: #fff;
    padding: 7px;
    text-align: center;
    background-color: #d81102;
    border: 1px solid #d81102;
    line-height: 26px;
    font-family: 'Nanum Gothic Bold';
}

.btn_normal {
    min-width: 40px;
    height: 26px;
    font-size: 13px;
    color: #777;
    padding: 7px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #cdcdcd;
    line-height: 26px;
}

.txt_color_01 {
    color: #0079c9;
}

.txt_color_02 {
    color: #d50000;
}

.down_xls {
    border: 1px solid #d3d3d3;
    display: inline-block;
    height: 28px;
    background: #fff;
}

.btn_srch:hover,
.btn_search:hover,
.btn_r:hover,
.btn_l:hover,
.btn_gr:hover,
.btn_bl:hover,
.btn_b:hover,
.btn_site:hover,
.txt_color_02:hover,
.txt_color_01:hover,
.btn_normal:hover {
    color: #fff;
    opacity: 0.8;
}

.btn_tr select,
.box_tr select {
    height: 30px;
    border: 1px solid #e3e3e3;
    width: 110px;
    line-height: 26px;
    font-size: 13px;
    color: #666;
    vertical-align: middle;
    font-family: 'Nanum Gothic';
    padding-left: 10px;
}

.down_xls span {
    display: inline-block;
}

    .down_xls span.ico_xls {
        vertical-align: middle !important;
        border-left: 1px solid #e3e3e3;
        height: 28px;
        background: url(/bweb/common/marinecenter/images/ico-xls.jpg) no-repeat center center #f1f1f1;
        width: 28px;
    }

    .down_xls span.txt {
        line-height: 28px;
        vertical-align: middle !important;
        font-family: 'Nanum Gothic Bold';
        color: #555;
        font-size: 13px;
        letter-spacing: -0.04em;
        text-align: center;
        padding: 0 7px;
        height: 28px;
    }

.btn_site {
    height: 30px;
    font-family: 'Nanum Gothic Bold';
    font-size: 13px;
    color: #fff;
    padding: 0 12px;
    display: inline-block;
    background: #666;
    line-height: 30px;
}
/* pagenate
---------------------------------------------------------------- */
.pagenate {
    position: relative;
    padding: 20px 0;
    clear: both;
}

    .pagenate .page {
        text-align: center;
    }

        .pagenate .page a.first {
            background: url(/bweb/common/marinecenter/images/btn-arrow01.jpg) no-repeat;
        }

        .pagenate .page a.prev {
            background: url(/bweb/common/marinecenter/images/btn-arrow02.jpg) no-repeat;
        }

        .pagenate .page a.next {
            background: url(/bweb/common/marinecenter/images/btn-arrow03.jpg) no-repeat;
        }

        .pagenate .page a.end {
            background: url(/bweb/common/marinecenter/images/btn-arrow04.jpg) no-repeat;
        }

        .pagenate .page a.page_btn {
            width: 29px;
            height: 29px;
            padding: 0;
            margin: 0;
            font-size: 1px;
            line-height: 0;
            text-indent: -9999em;
            overflow: hidden;
            border: none;
            cursor: pointer;
        }

            .pagenate .page a.page_btn:hover {
                border: 0;
            }

        .pagenate .page a {
            display: inline-block;
            height: 27px;
            margin: 0 1px;
            padding: 0 10px 0 10px;
            border: 1px solid #ddd;
            color: #4c4c4c;
            font-size: 12px;
            font-family: tahoma;
            line-height: 28px;
            text-align: center;
            vertical-align: middle;
            background-color: #fff;
        }

            .pagenate .page a.on {
                height: 27px;
                padding: 0 10px 0 10px;
                border: 1px solid #2d508a;
                color: #fff;
                background: #2d508a;
            }

            .pagenate .page a:hover, .pagenate .page a:active, .pagenate .page a:focus {
                border: 1px solid #2d508a;
                text-decoration: none;
            }

.search_box {
    position: relative;
    width: auto;
    padding: 4px;
    background: #d5d5d5;
    margin-bottom: 20px;
}
.search_box_m {
    display: block;
    position: relative;
    width: auto;

    padding: 4px;
    background: #d5d5d5;
    margin-bottom: 20px;
}

    .search_box_m ul {
        background: #f8f8f8;
    }
    .search_box_m .th {
        width: 28%;
        float: left;
        padding: 5px 0 5px 14px;
        text-align: left;
        box-sizing: border-box;
        font-weight: bold;
    }
    .search_box_m .td {
        width: 70%;
        float: left;
        padding: 5px 5px;
        text-align: left;
        box-sizing: border-box;
    }
    .search_box_m input {
        border-color: #ccc;
        border-width: 1px;
        border-style: solid;
        padding: 3px 10px;
        line-height: 18px;

    }

    .search_box_m select {
        border-color: #ccc;
        border-width: 1px;
        border-style: solid;
        padding: 3px 2px;
        line-height: 24px;
    }
.search_form {
    width: auto;
    text-align: center;
    padding: 20px;
    background: #fff;
}

    .search_form select {
        height: 30px;
        border: 1px solid #e3e3e3;
        width: 135px;
        line-height: 26px;
        padding: 2px;
        font-size: 13px;
        color: #666;
        vertical-align: middle;
        font-family: 'Nanum Gothic';
        padding-left: 5px;
    }

    .search_form input {
        height: 30px;
        border: 1px solid #e3e3e3;
        color: #666;
        line-height: 28px;
        vertical-align: middle;
        font-family: 'Nanum Gothic';
        width: 195px;
        padding-left: 6px;
    }

.btn_search {
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
    padding: 0 9px 0 9px;
    border: 1px solid #7dad3f;
    height: 30px;
    line-height: 31px !important;
    line-height: 30px \0/IE8+9 !important;
    color: #fff;
    content: "\e6ed";
    font-family: axicon;
    speak: none;
    font-style: normal;
    font-family: 'Nanum Gothic Bold';
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    background: #7dad3f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .btn_search i {
        margin-left: 5px;
    }

    .btn_search .axi-search:before {
        font-size: 11px;
    }

/*
    text - style
*/
.aca_info {
    margin-top: 50px;
}

.triangle_ico {
    color: #4a6c2f;
    font-size: 1.333em;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: 'Nanum Gothic Bold';
    background: url(/bweb/common/marinecenter/images/sp_ico.png) no-repeat 0 -17px;
    padding-left: 23px;
}

.couse_wrap1 {
    padding-left: 24px;
}

    .couse_wrap1 .course_inn .dot_list li span {
        font-family: 'Nanum Gothic Bold';
        font-size: 14px !important;
        color: #000 !important;
    }

    .couse_wrap1 .course_inn .dot_list li {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

.couse_wrap2 {
    padding-left: 10px;
}

.tc__type1 {
    background: url(/bweb/common/marinecenter/images/sp_ico.png) no-repeat 0 -40px !important;
    color: #000000;
    font-family: 'Nanum Gothic Bold';
    margin-bottom: 20px;
    line-height: 20px;
    padding-left: 15px !important;
}

.tc__type2 {
    background: url(/bweb/common/marinecenter/images/sp_ico.png) no-repeat 0 -40px !important;
    color: #000000;
    margin-bottom: 4px;
    line-height: 20px;
    padding-left: 15px !important;
}



.table_style_04 {
    position:relative;
    width:100%;
    border-top: 1px solid #898989;
    background-color: #f8f8f8;
    border:1px solid #d0d3d8;
}
.table_style_04  th {
    background: #f7f7f7;
    line-height:30px;
    font-size:12px;
    text-align:left;
    padding:0px 10px;
    font-weight: normal;
    text-align:left;
    padding-left:10px;
    height: 35px;
}
.table_style_04 td {
    padding:3px 5px;
}
.table_style_04 th {
    font-family: 'Dotum';
    font-weight: bold;
}
.table_style_04 th a.btn:hover {
	background:#2c8bf7;
	color:#fff;
}
.table_style_04 th a.btn {
	border:1px solid #0f71e1;
    height:30px;
    display:inline-block;
    line-height:30px;
    width:80px;
    margin:5px;
    background:#0660c7;
    color:#fff;
    font-family: 'Nanum Gothic Bold';
    border-radius:5px;
}
.table_style_04 select,
.table_style_04 input {
    border:1px solid #ddd;
    line-height:22px;
    height:25px;
    padding: 0 5px;
    font-size: 12px;
}
    .table_style_04 input[type=checkbox] {
        border:1px solid #ddd;
        height:13px;
    }
    .table_style_04 input[type=file] {
        padding:0;
    }
    .table_style_04 input[type=radio] {
        padding:0;
        height:13px;
    }
    .table_style_04 textarea {
        border:1px solid #ddd;
        padding: 0 5px;
    }
    .table_style_04 b {
        font-weight:bold;
    }


@media only screen and (max-width: 9999px) {
    /* pc */
    
    .content_sub {
        position: relative;
        margin: 0 auto;
        width: 1000px;
        background: url(/bweb/common/marinecenter/images/snb.gif) repeat-y 0 0;
    }
.content_sub .snb {
        display:block;
        float: left;
        position: relative;
        width: 197px;
        height: 100%;
    }
    .location span {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 1000px;
        padding: 13px 13px 13px 8px;
        box-sizing: border-box;
        font-size: 12px;
        color: #808080;
    }
    .content_sub .con {
        position: relative;
        width: 803px;
        min-height: 499px;
        margin: 0 0 0 197px;
        padding: 10px 0 100px 30px;
        box-sizing: border-box;
    }
        .content_sub .con img {
            width: auto;
        }
    .couse_wrap1 {
        padding-left: 24px;
    }
    .triangle_ico {
        color: #4a6c2f;
        font-size: 1.333em;
        line-height: 1.4;
        margin-bottom: 20px;
        font-size: 17px;
        font-family: 'Nanum Gothic Bold';
        background: url(/bweb/common/marinecenter/images/sp_ico.png) no-repeat 0 -17px;
        padding-left: 23px;
    }
    .couse_wrap1 .course_inn .dot_list li {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    .aca_info {
        margin-top: 50px;
    }
    .location {
        position: relative;

        height: 45px;
        background: #fff;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    #contents .snb_m {
        display:none;
        position: relative;
        margin-bottom: 15px;
    }
    i.arow-right {
        display: inline-block;
        height: 21px;
        width: 10px;
        background-image: url(/bweb/common/marinecenter/images/sp_ico.png);
        background-repeat: no-repeat;
        background-position: -20px 0;
        margin: 0 10px;
        vertical-align: middle;
        opacity: 0.4;
    }
    .content_sub .con h3 {
        font-family: 'Nanum Gothic Bold';
        font-size: 22px;
        color: #333333;
        line-height: 51px;
        display: block;
        padding-bottom: 5px;
        margin-bottom: 15px;
        background: url(/bweb/common/marinecenter/images/h3_bg.gif) no-repeat 0 bottom;
    }
    .search_box {
        display:block;
        position: relative;
        width: auto;
        padding: 4px;
        background: #d5d5d5;
        margin-bottom: 20px;
    }
    .search_box2 {
        display: block;
        position: relative;
        width: 100%;
        padding: 4px;
        background: #d5d5d5;
        margin-bottom: 20px;
        box-sizing:border-box;
    }
    .search_box_m {
        display: block;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        min-width: 350px;
        padding: 4px;
        background: #d5d5d5;
        margin-bottom: 20px;
    }
    .search_form {
        width: auto;
        text-align: center;
        padding: 20px;
        background: #fff;
    }
    .search_box_m ul {
        background: #f8f8f8;
        padding:10px;
        box-sizing:border-box;
    }
    .search_box_m .th {
        width: 100px;
        height: 36px;
        float: left;
        padding: 5px 0 5px 14px;
        text-align: left;
        box-sizing: border-box;
        font-weight: bold;
    }
    .search_box_m .td {
        width: 248px;
        height: 36px;
        float: left;
        padding: 5px 5px;
        text-align: left;
        box-sizing: border-box;
    }
    .search_box_m ul li:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    /* pad */
    .content_sub {
        position: relative;
        margin: 0 auto;
        width: 100%;
        background: none;
    }
        .content_sub .snb {
            display: none;
            float: left;
            position: relative;
            width: 197px;
            height: 100%;
        }
    .location {
        position: relative;
        height: 0;
        background: #fff;
        width: 100%;
        border-bottom: 0;
        text-align:right;
    }
        .location span {
            display: inline-block;
            position: absolute;
            top: 24px;
            right: 0;
            margin: 0 auto;
            width: auto;
            padding: 13px 13px 13px 8px;
            box-sizing: border-box;
            font-size: 12px;
            color: #808080;
        }
    .content_sub .con {
        position: relative;
        width: 100%;
        min-height: 499px;
        margin: 0 0 0 0;
        padding: 10px 0 100px 0;
        box-sizing: border-box;
    }
    .content_sub .con img {
        width:100%;
    }
    .couse_wrap1 {
        padding-left: 24px;
    }
    .triangle_ico {
        color: #4a6c2f;
        font-size: 1.333em;
        line-height: 1.4;
        margin-bottom: 20px;
        font-size: 17px;
        font-family: 'Nanum Gothic Bold';
        background: url(/bweb/common/marinecenter/images/sp_ico.png) no-repeat 0 -17px;
        padding-left: 23px;
    }
    .couse_wrap1 .course_inn .dot_list li {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    .aca_info {
        margin-top: 23px;
    }
    
    #contents .snb_m {
        display: block;
        position: relative;
        margin-bottom: 0;
    }

    #contents .line5 > ul > li {
        position: relative;
        float: left;
        width: 18.6%;
        margin: 0.5%;
    }
    #contents .line3 > ul > li {
        position: relative;
        float: left;
        width: 31.5%;
        margin: 0.5%;
    }
            #contents .snb_m > ul > li a {
                display: block;
                padding: 5px 10px;
                box-sizing: border-box;
                text-align: center;
                color: #333333;
                background: #eee;
            }
    i.arow-right {
        display: inline-block;
        height: 21px;
        width: 10px;
        background-image: url(/bweb/common/marinecenter/images/sp_ico.png);
        background-repeat: no-repeat;
        background-position: -20px 0;
        margin: 0 10px;
        vertical-align: middle;
        opacity: 0.4;
    }
    .content_sub .con h3 {
        font-family: 'Nanum Gothic Bold';
        font-size: 22px;
        color: #333333;
        line-height: 51px;
        display: block;
        padding-bottom: 5px;
        margin-bottom: 15px;
        background: url(/bweb/common/marinecenter/images/h3_bg.gif) no-repeat 0 bottom;
    }
    .search_box {
        display: block;
        position: relative;
        width: auto;
        padding: 4px;
        background: #d5d5d5;
        margin-bottom: 20px;
    }
    .search_box2 {
        display: block;
        position: relative;
        width: 100%;
        padding: 4px;
        background: #d5d5d5;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .search_box_m {
        display: block;
        position: relative;
        width: auto;
        min-width: 350px;
        padding: 4px;
        box-sizing: border-box;
        background: #d5d5d5;
        margin-bottom: 20px;
    }
        .search_box_m .th {
            width: 28%;
            float: left;
            padding: 5px 0 5px 14px;
            text-align: center;
            box-sizing: border-box;
            font-weight: bold;
            line-height: 25px;
        }
        .search_box_m .td {
            width: 70%;
            float: left;
            padding: 5px 5px;
            text-align: left;
            box-sizing: border-box;
        }
    .search_form {
        width: auto;
        text-align: center;
        padding: 20px 10px;
        background: #fff;
    }
     .content_sub .con .search_box_m img {
        width: 19px !important;
    }
}

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

    .content_sub {
        position: relative;
        margin: 0 auto;
        width: 100%;
        background: none;
    }
        .content_sub .snb {
            display: none;
            float: left;
            position: relative;
            width: 197px;
            height: 100%;
        }
    .location {
        position: relative;
        height: 0;
        background: #fff;
        width: 100%;
        border-bottom: 0;
        text-align:right;
    }
    .location span {
        display: inline-block;
        position: absolute;
        top: 24px;
        right: 0;
        margin: 0 auto;
        width: auto;
        padding: 13px 13px 13px 8px;
        box-sizing: border-box;
        font-size: 12px;
        color: #808080;
    }
    .content_sub .con {
        position: relative;
        width: 100%;
        min-height: 499px;
        margin: 0 0 0 0;
        padding: 21px 0 50px 0;
        box-sizing: border-box;
    }
    .content_sub .con img {
        width: 100%;
    }

        .content_sub .con .search_box_m img {
        width: 19px !important;
    }

    .couse_wrap1 {
        padding-left: 0;
    }
    .triangle_ico {
        color: #4a6c2f;
        font-size: 1.333em;
        line-height: 1.4;
        margin-bottom: 10px;
        font-size: 17px;
        font-family: 'Nanum Gothic Bold';
        background: url(/bweb/common/marinecenter/images/sp_ico.png) no-repeat 0 -17px;
        padding-left: 23px;
    }
    .couse_wrap1 .course_inn .dot_list li {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.2;
    }
    .aca_info {
        margin-top: 23px;
    }
   
    #contents .snb_m {
        display: block;
        position: relative;
        margin-bottom: 0;
        /*min-width:320px;*/
    }
        #contents .line5 > ul > li {
            position: relative;
            float: left;
            width: 32.2%;
            margin: 0.5%;
        }
    #contents .line3 > ul > li {
        position: relative;
        float: left;
        width: 49%;
        margin: 0.5%;
    }
            #contents .snb_m > ul > li a {
                display: block;
                padding: 8px 5px;
                box-sizing: border-box;
                text-align: center;
                color: #333333;
                background: #eee;
            }

    i.arow-right {
        display: inline-block;
        height: 21px;
        width: 10px;
        background-image: url(/bweb/common/marinecenter/images/sp_ico.png);
        background-repeat: no-repeat;
        background-position: -20px 0;
        margin: 0 2px;
        vertical-align: middle;
        opacity: 0.4;
    }
    .content_sub .con h3 {
        font-family: 'Nanum Gothic Bold';
        font-size: 22px;
        color: #333333;
        line-height: 36px;
        display: block;
        padding-bottom: 5px;
        margin-bottom: 15px;
        background: url(/bweb/common/marinecenter/images/h3_bg.gif) no-repeat 0 bottom;
    }
    .search_box {
        display: block;
        position: relative;
        width: auto;
        padding: 4px;
        background: #d5d5d5;
        margin-bottom: 20px;
    }
    .search_box2 {
        display: block;
        position: relative;
        width: 100%;
        padding: 4px;
        background: #d5d5d5;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .search_form {
        width: auto;
        text-align: center;
        padding: 20px 5px;
        background: #fff;
    }
    .search_box_m {
        display: block;
        position: relative;
        width: auto;
        min-width: 310px;
        padding: 4px;
        box-sizing: border-box;
        background: #d5d5d5;
        margin-bottom: 20px;
    }
        .search_box_m .th {
            width: 28%;
            float: left;
            padding: 5px 0 5px 14px;
            text-align: left;
            box-sizing: border-box;
            font-weight: bold;
        }
        .search_box_m .td {
            width: 70%;
            float: left;
            padding: 5px 5px;
            text-align: left;
            box-sizing: border-box;
        }
        .search_box_m ul {
            background: #f8f8f8;
            padding:0;
        }
        .search_box_m ul li:last-child {
            width:100%;
        }
        .search_box_m .th {
            width: 28%;
            height: auto;
            float: left;
            padding: 5px 0 5px 14px;
            text-align: left;
            box-sizing: border-box;
            font-weight: bold;
        }
        .search_box_m .td {
            width: 70%;
            height: auto;
            float: left;
            padding: 5px 5px;
            text-align: left;
            box-sizing: border-box;
        }

	
}
.ui-datepicker-trigger {
	width:19px;
	}