@charset "euc-kr";
/*CSS Document*/
/*@import url(/admin/wiz_reset.css);*/

.select {color:#666; border:1px solid #ccc; background-color:#fff;}
.input {padding:2px; border:1px solid #dfdfdf; background-color:#f7f7f7;}
.input_idpw {color:#545454; border:1px solid #dfdfdf; background-color:#fff;}
.search_input {color: #847f74; border: #cfcfcf 1px solid; background-color: #fff; }
.category_pd { padding-bottom:5px; }

/*ÆäÀÌÂ¡°£°Ý*/
.Paging_Num td { padding-left:3px; }

/*ÆÐ½º¿öµåÀÎÇ²*/
.Password_input input { height:20px; line-height:20px; background:#fff; border:1px solid #ccc; margin:0 1px; padding:3px 4px 3px;}


/***************************************************** ¸®½ºÆ® *****************************************************/
/* °Ô½ÃÆÇ ÇÏ´Ü °Ë»ö------------------------------------------*/
.AWbbs_f_search{border-top:1px solid #999; border-bottom:1px solid #ddd; background:#f7f7f7; padding:10px 0;}
.AWbbs_f_search select{border:1px solid #ccc; padding:4px 4px 5px; }
.AWbbs_f_search input{width:200px; height:20px; line-height:20px; background:#fff; border:1px solid #ccc; margin:0 5px; padding:3px 4px 3px;}
.AWbbs_f_search button{}

/***************************************************** ÀÎÇ² *****************************************************/
/* °Ô½ÃÆÇ input ------------------------------------------*/
.AWbbs_input_table{border-top:1px solid #333;}
.AWbbs_input_table th, .AWbbs_input_table td{text-align:left; padding-left:15px; border-bottom:1px solid #ddd; vertical-align:middle; padding:4px 0 4px 15px;}
.AWbbs_input_table th{height:38px; background:#f7f7f7;}
.AWbbs_input_table td{}
	/* Ã¼Å©¹Ú½º (HTML ºñ¹Ð±Û °øÁö±Û) */
	.AW_bbs_input_checkbox{margin:0 0 10px;}
	.AW_bbs_input_checkbox input{vertical-align:middle;}
	.AW_bbs_input_checkbox label{vertical-align:middle; margin:0 10px 0 2px;}





/***************************************************** »ó¼¼ *****************************************************/
/* °Ô½ÃÆÇ view ------------------------------------------*/
.AWbbs_view_table { font-size:0.9rem; }
.AWbbs_view_table.border{border-top:1px solid #1b2e5a;}
.AWbbs_view_table th, .AWbbs_view_table td{text-align:left; padding-left:15px; border-bottom:1px solid #ddd; vertical-align:middle;}
.AWbbs_view_table th{height:40px; background:#f9f9f9; font-weight:600; color:#333;}
.AWbbs_view_table .writer_info td {
    height:40px;
}
.AWbbs_view_table .writer_info td[width="100"] {
    text-align:right;
    padding:0 7px 0 0;
}
.article_board td span {
    word-wrap:break-word;
    word-break:break-all;
}
.AWbbs_view_table .bbs_contents td {
    font-size:0.8rem;
}
	/* Å×ÀÌºí ¾È¿¡ Å×ÀÌºí ¸®¼Â */
	.AWbbs_view_table table{border:0 none;}
	.AWbbs_view_table table th, .AWbbs_view_table table td{height:auto; padding:0; border:0 none; background:none;}
    .AWbbs_view_table span.block {
    display:none;
    }
	/* ÄÚ¸àÆ® */
	.AWbbs_comment_id{text-align:center; background:#f7f7f7; line-height:1.4;}
	.AWbbs_comment_id p{font-weight:bold;}
	.AWbbs_comment_id span{display:block; color:#999; font-size:10px;}
	
	/* ÄÚ¸àÆ®¾²±â */
	.AWbbs_comment_input_info{}
	.AWbbs_comment_input_info .input{background:#fff;}

@media screen and (max-width:720px) and (min-width:320px) {
    .input.w150 {
        display:block;
    }
    .AWbbs_input_table font.comment.left10 {
        font-size:0.9rem;
    }
    .AWbbs_input_table th, .AWbbs_input_table td {
        font-size:1rem;
        padding-left:5px;
    }
    .AWbbs_input_table th {
        width:50px;
    }
    .input.w150 {
        width:120px;
    }
    .input.w200 {
        width:80%;
    }
    span.ast { display:none;}
    .input_ttl {display:none;}
    .AW_bbs_input_checkbox {margin-left:10px;}
}
@media screen and (max-width:460px) and (min-width:320px) {
    .AWbbs_view_table th, .AWbbs_view_table td {
        padding-left:7px;
    }
    .AWbbs_input_table select {
        margin:0px 0 5px;
    }
    .input.w150 {
        width:80px;
    }
    .AWbbs_input_table input[type="password"] {width:120px;}
}
/***************************************************** »óÇ°Æò *****************************************************/
/* »óÇ°Æò view ------------------------------------------*/
.Prd_review_bbs { border:1px solid #ddd; background:#fafafa; padding:20px; margin:15px 0; }
.Prd_review_bbs_img img { padding:3px; background:#fff; border:1px solid #ddd; }
.Prd_review_bbs_info {}
.Prd_review_bbs_info th { text-align:left; border-bottom:1px solid #ddd; padding-bottom:15px;  font-size:16px; }
.Prd_review_bbs_info td { padding-top:15px;  }
.Prd_review_bbs_info td span { color:#d43d60;  }



.board_skin {
    width: 100%;
    height: 900px;
}
.board_skin > ul > li {
    width: 100%;
    height: 49px;
    line-height: 49px;
    letter-spacing: -0.045em;
    box-sizing: border-box;
}
.board_skin > ul > li > ul > li {
    float: left;
}
.board_skin > ul > li.top {
    background: #f7f7f7;
    border-top: 1px solid #333;
}
.board_skin > ul > li.top * {
    font-size: 14px;
    color: #333;
}
.board_skin > ul > li.top li {
    background: url(/images/footer_bar.png) right center no-repeat;
}
.board_skin > ul > li.body {
    border-top: 1px solid #d7d7d7;
}
.board_skin > ul > li.body * {
    color: #444;
}
.board_skin > ul > .body:last-of-type {
    border-bottom: 1px solid #d7d7d7;
}
.board_skin > ul.board > li > ul > li:first-child {
    width: 8.2%;
}
.board_skin > ul.board > li > ul > li:nth-child(2) {
    width: 51.9%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.board_skin > ul.board > li.body > ul > li:nth-child(2) {
    text-align: left;
    padding-left: 12px;
    box-sizing: border-box;
}
.board_skin > ul.board > li > ul > li:nth-child(3) {
    width: 14.1%;
}
.board_skin > ul.board > li > ul > li:nth-child(4) {
    width: 14.2%;
}
.board_skin > ul.board > li > ul > li:last-child {
    width: 11.3%;
    background: none;
}
.board_skin > ul > li.nav {
    width: 200px;
    height: 25px;
    margin: 30px auto;
}
.board_skin > ul > li.nav li {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 3px;
    font-size: 12px;
    font-family: 'Dotum', '?‹ì?', sans-serif;
}
.board_skin > ul > li.nav li span {
    margin: 0 3px;
    color: #444;

	cursor:pointer;
}
.board_skin > ul > li.nav li strong {
    font-weight: 600;
}
.board_skin > ul > li.nav li:last-child {
    margin-right: 0;
}
.board_skin > ul > li.nav li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 21px;
    border: 1px solid #dedede;
    color: #666;
    font-size: 18px;
    font-family: 'NotoSansR', sans-serif;
    box-sizing: border-box;
}
.board_skin > ul > li.search {
    width: 100%;
    height: 51px;
    line-height: 49px;
    background: #f7f7f7;
    border-top: 1px solid #999;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
}
.board_skin > ul > li.search select {
    width: 97px;
    height: 28px;
    border: 1px solid #ccc;
    font-size: 12px;
    padding-left: 8px;
    margin-right: 5px;
    box-sizing: border-box;
}
.board_skin > ul > li.search input[type="text"] {
    width: 210px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
    padding-left: 7px;
    font-size: 13px;
    vertical-align: middle;
    box-sizing: border-box;
}
.board_skin > ul > li.search button {
    width: 60px;
    height: 28px;
    background: #6f6f6f;
    border: 1px solid #5b5b5b;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
}
.board_skin > ul.btn {
    float: right;
    margin: 20px 0 0;
}
.board_skin > ul.btn li {
    float: left;
    width: 70px;
    height: 28px;
    text-align: center;
    margin-left: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.board_skin > ul.btn li a {
    display: block;
    width: 100%;
    height: 100%;
    font: 400 12px 'Dotum', '?‹ì?', sans-serif;
    color: #666;
    line-height: 26px;
}


#wiz_get_table_mwidth { width:100%!important }