@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900');

/*
@font-face{
	font-family:'nanum';
	src:url('../include/NanumGothic.eot');
	src:local(※), 
		url('../include/NanumGothic.woff') format('woff')
}

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*/

* {
    box-sizing: border-box;
}

body {
    font-size: 1em;
    font-family: 'Noto Sans KR', sans-serif;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../sub/images/select.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10% auto;
    font-family: 'Noto Sans KR', sans-serif;
}

input {
    font-family: 'Noto Sans KR', sans-serif !important;
}

input {
    outline: none;
}

input:focus {
    outline: none;
}

select {
    outline: none;
}

select:focus {
    outline: none;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

.c_red {
    color: #ffdcdc;
}

.c_blue {
    color: #d1e1ff;
}

.c_darkgrey {
    color: #565656;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

    #login{
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999999;
        padding-top: 100px;
            display: none;
    }
        
    .loginbox{
        padding: 25px 30px 70px 30px;
        background: rgb(25, 31, 67,0.95);
        width: 350px;
        text-align: center;
        margin: 0 auto;
    }
    
    .img_close{
        margin-bottom: 70px;
        float: right;
        cursor: pointer;
    }
    
    .login_inputbox{
        margin-top: 25px;
        margin-bottom: 20px;
    }
    
    .login_input{
        width: 100%;
        border: none;
        height: 50px;
        border-radius: 7px;
        margin-bottom:10px;
        padding-left: 10px;
        background: rgb(19, 25, 47);
        color: #fff;
    }    
    
    .logbtn{
        width: 100%;
        border-radius: 7px;
        margin-bottom: 10px;
        height: 50px;
        border: none;
        cursor: pointer;

    }
    .logbtn01{
        background: #5c51ca;
        color: #fff;
    }
    
    .ck_txt{
        color: #fff;
        font-size: 15px;
    }

#wrap {
    width: 100%;
    overflow: hidden;
}
#header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	background:#ffffff;
}
.header_inner {
    position: relative;
    z-index: 200;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
	height:70px;
}
.logo {width:150px;float:left; margin-top:15px;}

.hedaer_menu {float:right;}
.hedaer_menu li {float:left;margin-top:25px;}
.hedaer_menu li a {color:#333333; font-size:16px;}
.hedaer_menu li:nth-child(1) {margin-right:15px;}

.visual {
	width:100%;
	height:300px;
	background:url(../images/main01.jpg)no-repeat;
	margin-top:70px;
	}
.text_box {overflow:hidden;text-align:Center;color:#ffffff;padding-top:75px;}
.text {
    font-size: 17px;
    font-weight: 300;
}
.text2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    margin-bottom: 10px;
    letter-spacing: 2px;
    margin-top: 25px;
}
.text3 {
    font-size: 22px;
    font-weight: 400;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}

.section01 {overflow:hidden;margin-top:50px;margin-bottom:50px;}
.inner {width:95%; overflow:hidden;margin:0 auto;}
.banner {width:100%;height:130px;background:#000000;margin-bottom:10px;overflow: hidden;}

.section02 {overflow:hidden;}
.search {overflow:hidden;margin-bottom:30px;}
.search_input {
    width: 80%;
    border: 1px #cccccc solid;
    height: 40px;
    padding-left: 10px;
    float: left;
}
.button01 {
    float: left;
    width: 19%;
    border: 1px #cccccc solid;
    height: 40px;
    padding-left: 10px;
    margin-left: 1%;
    font-size: 16px;
    cursor: pointer;
}
.sort {
    font-size: 16px;
    border: 1px #cccccc solid;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    background: #f0f0f0;
	cursor:pointer;
	margin-bottom:10px;
}
.banner img {width:100%;height:100%;}
.board_title {
    width: 100%;
    height: 50px;
    border-top: 1px #ededed solid;
    border-bottom: 1px #ededed solid;
    overflow: hidden;
    border-collapse: unset;
    display: table;
    margin-top: -1px;
}
.board_title .number {
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    padding-left: 20px;
    width: 10%;
}
.board_title .title_p {
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    padding-left: 22px;
    height: 50px;
    overflow: hidden;
    width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_title:hover {background:#f0f0f0;}


.none {display:none;}
.content_p {
    width: 100%;
    font-size: 14px;
    color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
	text-align:Center;
}
.content_p img {width:100%;text-align:center;}

#footer {
	width:100%; 
	background:#272727;
	margin-top:50px;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	}
.copyright {background:#3a3a3a;text-align:center;height:30px;}
.copy_txt {color: #888;font-size:14px;line-height:30px;letter-spacing: 0.5px;}

.page_nav {overflow:hidden;margin-top:30px;}
.page_nav ul {display:table;margin:0 auto;}
.page_nav ul li {
	float:left;
	padding:8px 15px 8px 15px;
	border:1px #e4e4e4 solid;
	cursor:pointer;
	border-right: none;
	}
.page_nav ul li:last-child {border-right:1px #e4e4e4 solid;}
.page_on {background: #36347e;color:#ffffff;border:none;}