﻿@charset "UTF-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);*/

/*@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);*/

body {
    font-family: "Noto Sans KR",sans-serif,"Nanum Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    color: #231f20;
}

.h3, h3 {
    font-size: 34px;
    margin-top: 5px;
}

p {
    font-size: 15px;
    /*font-weight: 200;*/
    color: #414042;
}


a:hover,
a:focus {
    color: #414042;
    text-decoration: underline;
}


.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.gnb {
    margin-top: 20px
}

    .gnb span {
        font-size: 20px;
        margin-left: 30px
    }



/*footer*/
.foot {
    border-top: 1px solid #D8D8D8;
}

footer {
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-top: 10px;
}

    footer p {
        font-size: 12px;
        margin-top: 7px
    }

    footer a {
        color:#333;
        cursor:pointer;
    }

.finfo-mobile {
    display: block;
    padding: 5px;
}

.finfo-pc {
    display: none;
    padding-left: 50px;
}

    .finfo-pc span {
        font-size: 12px;
        padding: 7px;
    }

.f-logo {
    text-align: left;
}

.f-relate {
    text-align: right;
    font-size: 14px;
}

    .f-relate a {
        color: black !important;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 7px;
        padding-bottom: 3px !important;
    }

    .f-relate .divider {
        margin: 5px 0;
    }

    .f-relate .dropdown-menu {
        /*font-size: 12px;*/
        margin-top: 10px;
        margin-left: -80px;
        /*margin-bottom: 30px;*/
        padding-bottom: 0;
    }


.modal-body {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-title { 
    font-weight: normal;
}


@media (min-width: 992px) {
    .finfo-mobile {
        display: none
    }

    .finfo-pc {
        display: block; 
    }

    .f-logo {
        text-align: right;
    }

    .f-relate {
        text-align: center;
    }

        .f-relate .dropdown-menu {
            /*font-size: 12px;*/
            margin-left: -40px;
        }


    /*부트스트래 높이 같은 줄*/
    .srow {
        display: table;
    }
    .srow .cell{
        /*width:100%;*/
        display:table-cell;
        float:none;
    }
}


@media (min-width: 1200px) {
 
    .finfo-pc {
        display: block;
        min-width: 875px;
    }
}


    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #beafa8;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #cdcdcd;
    }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 3;
            color: #beafa8;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #999999;
        border-color: #cdcdcd;
    }

    .pagination > li > a {
        margin: 1px;
    }



    #form input, #contact_body {
        font-size: 14px;
        font-weight: normal;
        padding: 10px;
    }