@charset "utf-8";
::after, ::before{
	box-sizing: border-box;
}
html{
	margin:0;
	padding:0;
	font-size:14px;
}
body{
	margin:0;
	padding:0 !important;
	background:#eee;
}
div, ul, li, a{
	box-sizing: border-box;
}
form{
	margin:0;
}
button{
	cursor:pointer;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
.mg_l_5{
	margin-left:5px;
}
.mg_r_5{
	margin-right:5px;
}
.mg_t_5{
	margin-top:5px;
}
.mg_b_5{
	margin-bottom:5px;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.red_tr td, .red_tr th{
	background:#FFEAEA;
}
.red_td, .red_th{
	background:#FFEAEA;
}
/* 페이징 */
.tb_bottom .paging_num {
    display: inline-block;
    padding: 7px 0px;
    color: #888;
    width: auto;
    height: 30px;
    text-align: center;
    text-decoration: none;
	margin:0 3px;
}
.tb_bottom .paging_arrow {
    display: inline-block;
    padding: 7px 0px;
    color: #888;
    width: 20px;
    height: 30px;
    text-align: center;
}
.tb_bottom .active_page {
    color: #000;
    font-weight: 800;
}
/* 로그인 */
.login_wrap{
	width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.login_wrap .login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 450px;
    padding: 50px 15px;
    line-height: 1.2;
    box-shadow: 1px 1px 3px #888;
}
.login_wrap .login_box .head {
    width: 100%;
    font-size: 26px;
    text-align: center;
    padding: 15px 0 30px;
}
.login_wrap .login_box .cont {
    width: 400px;
    position: relative;
    margin: auto;
}
.login_wrap .login_box .cont .col {
    padding: 15px;
}
.login_wrap .login_box .cont .col input[type='text'], .login_wrap .login_box .cont .col input[type='password'] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
.login_wrap .login_box .cont .btn_wrap .btn_login {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    border: none;
}
@media (max-width: 1200px) {
	.login_wrap .login_box {
		top: 45%;
		width: 100%;
		box-shadow: none;
	}
	.login_wrap .login_box .head {
		width: 100%;
		font-size: 26px;
		text-align: center;
		padding: 15px 0 30px;
	}
	.login_wrap .login_box .cont {
		width: 100%;
	}
	.login_wrap .login_box .cont .col {
		padding: 15px;
	}
	.login_wrap .login_box .cont .col input[type='text'], .login_wrap .login_box .cont .col input[type='password'] {
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}
	.login_wrap .login_box .cont .btn_wrap .btn_login {
		width: 100%;
		padding: 10px;
		font-size: 14px;
		font-weight: 600;
		background-color: #337ab7;
		border-color: #2e6da4;
		color: #fff;
		border: none;
	}
}
/* 헤드 */
.header{
	width:100%;
	background:#2d457a;
}
.header .head_wrap{
	width:100%;
	max-width:800px;
	margin:auto;
	background:#263B68;
	padding:20px 40px;
}
.header .head_wrap h1{
	margin:0;
	margin-bottom:5px;
}
.header .head_wrap h1 a{
	font-size: 26px;
	text-decoration:none;
	color:#fff;
}
.header .head_wrap .sub{
	margin:0;
	margin-bottom:5px;
}
.header .head_wrap .sub a{
	font-size: 26px;
	font-weight:600;
	text-decoration:none;
	color:#fff;
}
.header .head_wrap p{
	font-size: 14px;
	line-height:1.5;
	margin:0;
	color:#fff
}
.contents{
	width:100%;
	max-width:800px;
	margin:auto;
	padding:20px;
	background:#fff;
	min-height:calc(100% - 100px);
}
footer{
	margin:30px 0 100px;
}
/* 메인 */
.img_write_wrap{
	width:100%;
	height:calc(100vh - 100px);
	position:relative;
}
.img_write_wrap .frm_img_write{
	width:100%;
	padding:150px 0;
	text-align:center;
}
.img_write_wrap .frm_img_write .txt_input{
	width:100%;
	padding:10px;
	font-size:20px;
	text-align:center;
	margin-bottom:15px;
	border:none;
	border-bottom:1px solid #aaa;
}
.img_write_wrap .frm_img_write .info{
	width:100%;
	padding:5px;
	font-size:16px;
	text-align:center;
	margin-bottom:15px;
}
.img_write_wrap .frm_img_write .btn_submit{
	font-size: 20px;
	border:none;
    max-width: 332px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #348bfe;
    box-shadow: 1px 2px 3px #348bfe;
    padding: 8px;
    border-radius: 4px;
}
/* 결과 */
.result_wrap{
	width:100%;
	height:calc(100vh - 100px);
	position:relative;
}
.result_wrap .img_wrap{
	width:100%;
	min-height:100%;
}
.result_wrap .img_wrap img{
	width:100%;
}
.result_wrap .img_wrap .btn_img_down{
	width:100%;
	padding:8px;
	font-size: 20px;
	border:none;
	background: #348bfe;
	text-decoration: none;
    display: inline-block;
    color: #fff;
    box-shadow: 1px 2px 3px #348bfe;
    border-radius: 4px;
	margin-top:10px;
	text-align:center;
}
.result_wrap .img_wrap .btn_back{
	width:100%;
	padding:8px;
	font-size: 20px;
	border:none;
	background: #348bfe;
	text-decoration: none;
    display: inline-block;
    color: #fff;
    box-shadow: 1px 2px 3px #348bfe;
    border-radius: 4px;
	margin-top:10px;
	text-align:center;
}
.result_wrap .none_img{
	width:100%;
	min-height:100%;
}
.result_wrap .none_img .none_img_info{
	width:100%;
	padding:100px 0;
	text-align:center;
}
.result_wrap .none_img .btn_back{
	width:100%;
	padding:8px;
	font-size: 20px;
	border:none;
	background: #348bfe;
	text-decoration: none;
    display: inline-block;
    color: #fff;
    box-shadow: 1px 2px 3px #348bfe;
    border-radius: 4px;
	margin-top:10px;
	text-align:center;
}