@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*common*/
textarea, select, input[type="text"], input[type="text"], input[type="url"], input[type="search"], input[type="tel"], input[type="email"],input[type="password"]{
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
}
textarea{
	padding: 10px 12px;
}
textarea:focus,select:focus, input[type="text"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="email"]:focus,input[type="password"]:focus {
	/*border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
	border: 1px solid #ccc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
select{
	padding: 0;
}
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.btn-master {
    background: linear-gradient(#e36159,#b8413b);
	border-color: #b8413b !important;
}
.mobile-show {
	display:none;
}
.mobile-hide {
	display: inline-block;
}
@media only screen and (max-width: 496px) {
	.pt-xlg2 {
		padding-top: 80px;
	}
	.pb-xlg2 {
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 992px) {
    .mobile-show {
		display:inline-block;
	}
	.mobile-hide {
		display: none;
	}
	.main .btn{
		padding: 2px 7px;
		font-size: 12px !important;
	}
}
/*#board_03_list 공통 테이블 CSS - 그누보드 스킨제작시 필수*/
#board03_wrap{
	font-family: "Nanum Barun Gothic","Open Sans", sans-serif !important;
}
#board03_wrap .required{
	top: 0;
	color: #777;
	font-size: 13px;
	font-weight: 500;
}
#board03_wrap .panel-body {
     background: none; 
     -webkit-box-shadow: none;
     box-shadow: none;
}
#board03_wrap table {
	font-size: 14px;
}
#board03_wrap thead a{
	color: #383f48;
	text-decoration: none;
}
#board03_wrap tbody a{
	color: #777;
	text-decoration: none;
}
#board03_wrap td,
#board03_wrap table,
#board03_wrap th{
	 border: none;
}
#board03_wrap th {
    line-height: 30px;
}
#board03_wrap tbody td{
	border-bottom: 1px solid #e1e1e1;
}
#board03_wrap .btn{
    font-size: 13px
}
#board03_wrap .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(249, 249, 249, 0.5);
}
#board03_wrap .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.77);
}
#board03_wrap .panel {
     border:none;
     -webkit-box-shadow: none;
     box-shadow: none;
	 background-color: transparent;
}
#board03_wrap thead{
	color: #383f48;
	border-top: 3px solid #383f48;
	border-bottom: 1px solid #e1e1e1;
	background-color: #f2f4f6;
}
#board03_wrap .board_notice td,
#board03_wrap .board_notice td a{
    font-weight: bold;
	color: #777777;
}
#board03_wrap .subject{
    padding-left: 25px;
}
@media only screen and (max-width: 496px) {
    #board03_wrap table {
		font-size: 12px;
	}
	#board03_wrap .panel {
    	margin-bottom: 0px;
	}
	#borad01_wrap .panel-body{
		padding: 15px 15px 5px 15px !important;
	}
    #board03_wrap .subject{
        padding-left: 8px;
    }
}
@media only screen and (max-width: 992px) {
    #board03_wrap table {
		font-size: 13px;
	}
    #board_03_list .row{
        margin-left: 0;
        margin-right: 0;
    }
}
/*보드 상단문구/하단문구*/
.body>p {
	width: 1170px;
	padding: 0 15px;
    margin: 20px auto -10px auto;
}
@media only screen and (max-width: 1200px){
	.body>p {
		width: 970px;
	}
}
@media only screen and (max-width: 992px){
	.body>p {
		width: 750px;
	}
}
/*board_03_list tab*/
#board_tap_wrp .board_tap ul>li {
    float: left;
    margin-left: -1px;
}
#board_tap_wrp .board_tap ul>li>a {
	color: #848484;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}
#board_tap_wrp .board_tap ul>li>a:hover,
#board_tap_wrp .board_tap ul>li>a:focus{
	color: #848484;
	background-color: #f2f4f6;
}
#board_tap_wrp .board_tap ul>li>.active:hover,
#board_tap_wrp .board_tap ul>li>.active{
	color: #fff;
	border-color: #343434;
	background-color: #383f48;
}
@media only screen and (max-width: 496px) {
	#board_tap_wrp .board_tap ul>li>a {
	padding: 3px 12px;
}
}
/*board_03_list - board top - 페이징*/
#board03_wrap .board_top .paging{
    font-size: 13px;
}
#board03_wrap .board_top{
    width: 100%;
    margin-bottom: 5px;
}
#board03_wrap .board_top>span{
    display: inline-block;
}
#board03_wrap .board_top>span.right{
    float: right;
}
@media only screen and (max-width: 992px){
	#board03_wrap .board_top{
	    margin-bottom: 0px;
	}
	#board03_wrap .board_top>span{
		font-size: 1.3rem !important;
		display: block;
	}
	#board03_wrap .board_top>span.right{
		float:none;
	}
}

/*board_03_list board-pagination - 하단 페이징*/
#board03_wrap .board_pagin_wrp {
	padding-top: 10px
}
#board03_wrap .board_pagin_wrp .pagination {
	margin: 0;
}
#board03_wrap .pagination > li > a, #board03_wrap .pagination > li > span, #board03_wrap .pagination > li > a:hover, #board03_wrap .pagination > li > span:hover, #board03_wrap .pagination > li > a:focus, #board03_wrap .pagination > li > span:focus {
    color: #848484;
}
#board03_wrap .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
@media only screen and (max-width: 496px) {
	#board03_wrap .board_pagin_wrp {
		padding-top: 0px
	}
	#board03_wrap .pagination > li > a{
		padding:5px 10px;
	}
}

/*board_03_list - board_btn*/
#board03_wrap .board_btn_wrp .btn_right{
    float: right;
	margin-left: 3px;
	margin-top: 5px;
}
#board03_wrap .board_btn_wrp .btn_left{
    float: left;
	margin-right: 3px;
	margin-top: 5px;
}
@media only screen and (max-width: 496px) {
#board03_wrap .board_bottom_hidden_xs {
	display: none;
	}
}
/*board_03_list - board_search_wrp*/
#board03_wrap .board_sch_wrp {
    border: 1px solid #eee;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    padding: 20px 10px;
	background: url(./img/bg_pt.png);
    margin: 0 15px;
}
#board03_wrap .board_sch_wrp select,
#board03_wrap .board_sch_wrp input,
#board03_wrap .board_sch_wrp .sch_btn{
	height: 30px;
}
#board03_wrap .board_sch_wrp select {
    width: 10%;
	background-color: #fff;
	vertical-align: top;
}
#board03_wrap .board_sch_wrp input {
	width: 15%;
}
#board03_wrap .board_sch_wrp .sch_btn{
	border: none;
    width: 10%;
    color: #fff;
    border-radius: 3px;
	vertical-align: top;
	float: none !important;
}
@media only screen and (max-width: 992px) {
	#board03_wrap .board_sch_wrp {
		margin-top: 15px !important;
		margin-bottom: 20px;
	}
	#board03_wrap .board_sch_wrp select {
    	width: 30%;
	}
	#board03_wrap .board_sch_wrp input {
		width: 35%;
	}
	#board03_wrap .board_sch_wrp .sch_btn{
	    width: 30%;
	}
}
/*board list effect 리스트 경우의수*/
#board03_wrap table .notice {
    display: inline-block;
    background-color: #ffc322;
    border: 1px solid #f4b100;
    width: 30px;
    border-radius: 5%;
    height: 18px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    /*margin-right: 5px;*/
    font-weight: bold;
    line-height: 15px;
    vertical-align: middle;
    padding: 1px;
}
#board03_wrap table .new {
    display: inline-block;
    background-color: #ff8522;
    border: 1px solid #f46e00;
    width: 16px;
    border-radius: 25%;
    height: 16px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    margin-left: 5px;
    font-weight: bold;
    line-height: 15px;
    vertical-align: middle;
}
#board03_wrap table .comment {
    font-weight: 600;
    color: #2ba2de;
    font-size: 13px;
    margin-left: 5px;
}
#board03_wrap table .reply {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background: url(./img/reply.png);
    margin-right: 5px;
}
#board03_wrap table .lock {
	display: inline-block;
    position: relative;
    top: 2px;
}
#board03_wrap table .image {
	display: inline-block;
    position: relative;
    top: 2px;
	color: #383f48;
}
#board03_wrap table .re{
	color: #535353;
}



/*board_03_view*/
#board_03_view{
    font-size: 13px;
}
#board_03_view .required {
	top: 0;
	color: #777;
	font-size: 13px;
	font-weight: 500;
}
#board03_view_wrap{
	font-family: "Nanum Barun Gothic","Open Sans", sans-serif !important;
}
#board03_view_wrap .btn{
    font-size: 13px
}
#board_03_view .contents_wrp {
	padding: 10px 12px;
}
#board_03_view .contents_wrp label {
    vertical-align: top;
    margin-left: 2px;
	margin-bottom: 0;
}
#board_03_view .contents_wrp input {
    margin-left: 10px;
	margin: 0;
}
#board_03_view .view_btn_wrp .btn_left{
	margin-right:3px;
	float: left;
}
#board_03_view .view_btn_wrp .btn_right{
	margin-left:3px;
	float: right;
}
#board_03_view .view_btn_wrp .view_btn_right{
 	text-align: right;
	float: right;
}
@media only screen and (max-width: 992px) {
	#board_03_view{
    	font-size: 12px;
	}
}
@media only screen and (max-width: 496px) {
	#board_03_view .view_btn_wrp>span{
		display: block;
	}
	#board_03_view .view_btn_wrp .view_btn_right{
		text-align: right;
		float: none;
	}
}
/*#board_03_view 테이블 CSS*/
#board03_view_wrap .board_03_view_wrp{
	font-family: "Nanum Barun Gothic","Open Sans", sans-serif !important;
	clear: both;
}
#board03_view_wrap .board_03_view_wrp table {
	font-size: 13px;
}
#board03_view_wrap .board_03_view_wrp thead a{
	color: #383f48;
	text-decoration: none;
}
#board03_view_wrap .board_03_view_wrp tbody a{
	color: #777;
	text-decoration: none;
}
#board03_view_wrap .board_03_view_wrp td,
#board03_view_wrap .board_03_view_wrp table,
#board03_view_wrap .board_03_view_wrp th{
	 border: none;
}
#board03_view_wrap .board_03_view_wrp th {
    line-height: 30px;
}
#board03_view_wrap .board_03_view_wrp tbody td{
	border-bottom: 1px solid #e1e1e1;
}
#board03_view_wrap .board_03_view_wrp .btn{
    font-size: 13px
}
#board03_view_wrap .board_03_view_wrp .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(249, 249, 249, 0.5);
}
#board03_view_wrap .board_03_view_wrp .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.77);
}
#board03_view_wrap .board_03_view_wrp .panel {
     border:none;
     -webkit-box-shadow: none;
     box-shadow: none;
	 background-color: transparent;
}
#board03_view_wrap .board_03_view_wrp thead{
	color: #383f48;
	border-top: 3px solid #383f48;
	border-bottom: 1px solid #e1e1e1;
	background-color: #f2f4f6;
}
#board03_view_wrap .board_03_view_wrp .board_notice td,
#board03_view_wrap .board_03_view_wrp .board_notice td a{
    font-weight: bold;
	color: #777777;
}
#board03_view_wrap .board_03_view_wrp .subject{
    padding-left: 25px;
}
@media only screen and (max-width: 496px) {
    #board03_view_wrap .board_03_view_wrp table {
		font-size: 12px;
	}
	#board03_view_wrap .board_03_view_wrp .panel {
    	margin-bottom: 0px;
	}
	#borad01_wrap .board_03_view_wrp .panel-body{
		padding: 15px 15px 5px 15px !important;
	}
    #board03_view_wrap .board_03_view_wrp .subject{
        padding-left: 8px;
    }
}
#board_03_view .comment_count {
	color: #fa640f;
}
@media only screen and (max-width: 992px) {
    #board03_view_wrap table {
		font-size: 13px;
	}
}
/*viwe영역*/
#board03_view_wrap .board_03_view_wrp{
	font-family: "Nanum Barun Gothic","Open Sans", sans-serif !important;
}
#board03_view_wrap .board_03_view_wrp span{
	padding: 0 !important;
}
#board03_view_wrap .board_03_view_wrp .btn{
    font-size: 13px
}
#board03_view_wrap .board_03_view_wrp .required {
	color: #e13232;
    font-weight: 200;
    display: inline-block;
    padding-right: 1px;
}
#board03_view_wrap .board_03_view_wrp hr {
	width: 50px;
    height: 3px;
	background: #343434;
    margin: 20px 0 30px 0;
	display: inline-block;
}
#board03_view_wrap .board_03_view_wrp table{
	width: 100%;
	border: 1px solid #ddd;
}
#board03_view_wrap .board_03_view_wrp table th{
	background-color: #fcfcfc;
	color: #383f48;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#board03_view_wrap .board_03_view_wrp table tr{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
    margin-bottom: 5px;
    margin-top: 5px;
}
#board03_view_wrap .board_03_view_wrp table th, #board03_view_wrap .board_03_view_wrp table td {
    padding: 10px 15px;
}
#board03_view_wrap .board_03_view_wrp table input{
	padding: 8px;
}
#board03_view_wrap .board_03_view_wrp .contents_wrp label{
	margin-top: 15px;
	margin-left: 2px;
}
#board03_view_wrap .board_03_view_wrp .w-37{
	width: 37%;
}
#board03_view_wrap .board_03_view_wrp #write_option{
	margin-left: 10px;
}
#board03_view_wrap .board_03_view_wrp table .wt_extra_wrp{
	height: 100%;
	padding-left: 10px !important;
}
#board03_view_wrap .board_03_view_wrp table .wt_extra_btn{
	background-color: #596674;
	height: 100%;
	width: 110px;
    border-radius: 5px;
    color: #fff;
}
#board03_view_wrap .board_03_view_wrp table .view{
	display: block;
	min-height: 200px;
	margin: 5px 0;
}
@media only screen and (max-width: 1100px) {
	#board03_view_wrap .board_03_view_wrp table th {
    border-left: none;
	border-right: none;
}
	#board03_view_wrap .board_03_view_wrp table td, #board03_view_wrap .board_03_view_wrp table th {
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 100%;
}
	#board03_view_wrap .board_03_view_wrp table .wt_extra_btn{
	width: 100px;
}
	#board03_view_wrap .board_03_view_wrp .w-37{
	width: 100%;
}
}
/*board_03_view - comment_list Area*/
#board_03_view .comment_list_wrp .comment_list {
    padding: 0.5% 1%;
}
#board_03_view em>.show{
	display: inline-block !important;
}
#board_03_view .comment_list strong,
#board_03_view .comment_list .date {
	font-weight: 400;
	font-size: 12px;
}
#board_03_view .comment_list .user{
	color: #567da3;
}
#board_03_view .comment_list .comment-adjust{
	background-color: transparent;
    border: none;
	padding: 0;
}
#board_03_view .comment_list .delete,
#board_03_view .comment_list .adjust_user,
#board_03_view .comment_list .reply_user{
	min-height: 20px;
    position: relative;
    cursor: pointer;
	color: #777;
}
#board_03_view .comment_info {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
	color: #3e3e3e;
    border-bottom: 3px solid #383f48;
	clear: both;
}
#board_03_view .comment_list_wrp .listcomment {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 5px;
	padding: 25px;
}
#board_03_view .comment_list_wrp .listcomment li{
	position: relative;
	z-index: 50;
}
#board_03_view .comment_list_wrp .talk{
	background-color: #fcfcfc;
    border: 1px solid #ddd;
    height: 40px;
    margin-top: 30px;
    float: right;
    width: 40px;
    position: absolute;
    transform: rotate(45deg);
    right: -33px;
}
#board_03_view .comment_list_wrp .talk2{
	background-color: #fcfcfc;
    border: none;
    height: 40px;
    margin-top: 30px;
    float: right;
    width: 40px;
    position: absolute;
    transform: rotate(45deg);
    right: -34px;
	z-index: 10;
}
@media only screen and (max-width:469px){
	#board_03_view .comment_list .comment_right{
		display: block;
		clear: both;
		text-align: left;
		color: #a0a0a0;
	}
	#board_03_view .comment_list .delete, #board_03_view .comment_list .adjust_user, #board_03_view .comment_list .reply_user{
		color: #a0a0a0;
	}
}
/*board_03_view - comment write*/
#board_03_view .comment_article{
	border:1px solid #e9eef3; 
	border-radius: 0 0 5px 5px;
}
#board_03_view .comment_write_wrp {
    background-color: #f2f4f6;
    padding: 35px;
}
#board_03_view .comment_write_wrp dt,
#board_03_view .comment_write_wrp dd{
    float: left
}
#board_03_view .comment_write_wrp .user_pass,
#board_03_view .comment_write_wrp .user_name,
#board_03_view .comment_write_wrp .wt_comment{
    width: 100%;
	font-weight: 400;
	height: 81%;
    z-index: 5;
    position: relative;
}
#board_03_view .comment_write_wrp .data_box{
	height: 30%; 
	width: 100%;
}
#board_03_view .comment_write_wrp .comment_write {
    height: 150px;
}
#board_03_view .user_name_wrp {
    padding-right: 3px
}
#board_03_view .comment_write_wrp .suc {
    height: 150px;
    margin-bottom: 0;
}
#board_03_view .user_pass_wrp {
    padding-left: 3px
}
#board_03_view .comment_write_wrp .comment_submit{
    width: 100%;
	height: 100%;
}
#board_03_view .comment_write_wrp .comment_submit .write_subm{
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-weight: 700;
	padding: 4.5em 0;
}
#board_03_view .comment_write_wrp .comment_submit .mobile-secret{
	width:30%;
	float: left;
    margin-top: 15px;
    padding: 10px 12px;
}
@media only screen and (max-width: 992px) {
	#board_03_view .comment_article{
	border: none; 
	padding: none;
}
    #board_03_view .user_name_wrp,
    #board_03_view .user_pass_wrp {
        padding: 0;
        margin-bottom: 5px;
    }
	#board_03_view .comment_write_wrp .comment_submit{
		text-align: center;
	}
	#board_03_view .comment_write_wrp .comment_submit .write_subm {
    width: 60%;
    height: 40px;
    background-color: #383f48;
    border-color: #383f48 #383f48 #22262b;
    border-radius: 10px 10px 10px 10px;
    font-weight: 700;
    margin-top: 15px;
    float: right;
    padding: 0.7em 0;
}
	#board_03_view .comment_write_wrp .wt_comment-mt{
	margin-top: 0 !important;
}
	#board_03_view .comment_write_wrp .comment_write{
		height: 94px;
		padding-right: 0 !important;
	}
	#board_03_view .comment_info {
    font-size: 13px;
}
	#board_03_view .comment_write_wrp .height-line {
    height: 0px;
}
	#board_03_view .comment_write_wrp .comment_submit {
    height: 0px;
}
	#board_03_view .comment_write_wrp .data_box{
	height: 100%; 
	width: 100%;
}
	#board_03_view .comment_write_wrp {
	padding-bottom: 25px;
}
	#board_03_view .comment_list_wrp .listcomment {
	padding: 10px;
}
	#board_03_view .comment_list_wrp .talk{
    margin-top: 15px;
	right: -37px;
}
	#board_03_view .comment_list_wrp .talk2{
    margin-top: 15px;
	right: -38px;
}
	#board_03_view .comment_write_wrp .suc {
    height: 130px;
}
}
/*board_03_view - pagination*/
#board_03_view .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
#board_03_view .pagination > li > a, #board_03_view .pagination > li > span, #board_03_view .pagination > li > a:hover, #board_03_view .pagination > li > span:hover, #board_03_view .pagination > li > a:focus, #board_03_view .pagination > li > span:focus {
    color: #848484;
}
#board_03_view .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
@media only screen and (max-width: 496px) {
	#board_03_view .board_pagin_wrp {
		padding-top: 0px
	}
	#board_03_view .pagination>li>a, .pagination>li>span {
    	padding: 5px 10px;
	}
	#board_03_view .board_pagin_wrp,
	#board_03_view .board_pagin_wrp > ul{
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}
/*첫번째 댓글*/
.col-2per{
	width: 2%;
}
.col-98per{
	width: 98%;
	float:left;
}
/*두번째 댓글*/
.col-5per{
	width: 5%;
}
.col-95per{
	width: 95%;
	float:left;
}
/*세번째 댓글*/
.col-10per{
	width: 10%;
}
.col-90per{
	width: 90%;
	float:left;
}
/*네번째 댓글*/
.col-15per{
	width: 15%;
}
.col-85per{
	width: 85%;
	float:left;
}
/*다섯번째 댓글*/
.col-20per{
	width: 20%;
}
.col-80per{
	width: 80%;
	float:left;
}


/*1:1문의 답변달기*/
#bo_v_ans{
	font-family: "Nanum Barun Gothic","Open Sans", sans-serif !important;
	margin: 0 0 20px;
    padding: 20px 20px 10px;
    border: 1px solid #e1e1e1;
    background: #fcfcfc;
	clear: both;
}
#bo_v_ans strong{
	font-weight: normal;
}
#bo_v_ans input[type="text"]{
	height: 33px;
	padding: 6px 12px;
}
#bo_v_ans .tbl_frm01 {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}
#bo_v_ans a,
#bo_v_ans a:hover{
	color: #848484 !important;
	text-decoration: none;
}
#bo_v_ans table {
	font-size: 13px;
}
#bo_v_ans td,
#bo_v_ans table,
#bo_v_ans th{
	 border: none;
}
#bo_v_ans th {
    line-height: 30px;
}
#bo_v_ans tbody td{
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
}
#bo_v_ans .btn{
    font-size: 13px
}
#bo_v_ans .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(249, 249, 249, 0.5);
}
#bo_v_ans .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.77);
}
#bo_v_ans thead{
	color: #383f48;
	border-top: 3px solid #383f48;
	border-bottom: 1px solid #e1e1e1;
	background-color: #f2f4f6;
}
#bo_v_ans .board_notice td,
#bo_v_ans .board_notice td a{
    font-weight: bold;
	color: #777777;
}
#bo_v_ans .subject{
    padding-left: 25px;
}
#bo_v_ans .required_write {
	color: #e13232;
    font-weight: 200;
    display: inline-block;
    padding-right: 1px;
}
#bo_v_ans table{
	width: 100%;
	border: 1px solid #ddd;
	font-size: 13px;
}
#bo_v_ans table th{
	background-color: #f2f4f6;
	color: #383f48;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 150px;
}
#bo_v_ans table tr{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
    margin-bottom: 5px;
    margin-top: 5px;
}
#bo_v_ans table th, #bo_v_ans table td {
    padding: 10px 10px;
}

@media only screen and (max-width: 496px) {
    #bo_v_ans table {
		font-size: 12px;
	}
	#bo_v_ans .panel {
    	margin-bottom: 0px;
	}
	#bo_v_ans .panel-body{
		padding: 15px 15px 5px 15px !important;
	}
    #bo_v_ans .subject{
        padding-left: 8px;
    }
}
@media only screen and (max-width: 992px) {
    #bo_v_ans table {
		font-size: 13px;
	}
	#bo_v_ans input[type="text"]{
		width: 100%;
	}
	#bo_v_ans td,
	#bo_v_ans th{
		width: 100% !important;
		display: inline-block;
		border: 0px !important;
	}
}

/*1:1문의 답변에 대한 추가질문*/
#bo_v_ans .re_re_title{
	display: inline-block;
	margin: 0 10px 0 0;
}
#bo_v_ans #ans_datetime {
    border-top: 1px dotted #ccc;
    padding: 15px 0 5px;
    margin-top: 15px;
}
#bo_v_ans #ans_add .btn_b01{
	margin-left: 5px;
}

/*연관질문*/
#bo_v_rel {
	font-family: "Nanum Barun Gothic","Open Sans", sans-serif !important;
	margin: 0 0 20px;
	padding: 20px 20px 30px 20px;
	clear: both;
	border: 1px solid #eee;
}
#bo_v_rel > h2{
	font-size: 1.4em !important;
	font-weight: 400 !important;
	line-height: 27px;
	margin-bottom: 0px;
    border-bottom: 2px solid #eee;
	padding-bottom: 14px;
}
#bo_v_rel .tbl_head01 table {
    width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
#bo_v_rel .tbl_head01 table thead {
    color: #383f48;
    border-top: 3px solid #383f48;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f2f4f6;
}
#bo_v_rel .tbl_head01 table th, 
#bo_v_rel .tbl_head01 table td {
    text-align: center;
	padding: 8px;
	border-bottom: 1px solid #eee;
}
#bo_v_rel .tbl_head01 table th{
	line-height: 30px;
}
#bo_v_rel .tbl_head01 table>tbody>tr:nth-of-type(even) {
    background-color: rgba(249, 249, 249, 0.5);
}
#bo_v_rel .tbl_head01 table a,
#bo_v_rel .tbl_head01 table a:hover{
	color: #848484 !important;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
/*board_03_write*/
#board_03_write{
	font-family: "Nanum Barun Gothic","Open Sans", sans-serif !important;
}
#board_03_write .required {
	top: 0;
	color: #777;
	font-size: 13px;
	font-weight: 500;
}
#board_03_write .btn{
    font-size: 13px
}
#board_03_write .required_write {
	color: #e13232;
    font-weight: 200;
    display: inline-block;
    padding-right: 1px;
}
#board_03_write .board_03_write_title{
	text-align: left
}
#board_03_write hr {
	width: 50px;
    height: 3px;
	background: #343434;
    margin: 20px 0 30px 0;
	display: inline-block;
}
#board_03_write table{
	width: 100%;
	border: 1px solid #ddd;
	font-size: 13px;
}
#board_03_write table th{
	background-color: #f2f4f6;
	color: #383f48;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 150px;
}
#board_03_write table tr{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
    margin-bottom: 5px;
    margin-top: 5px;
}
#board_03_write table th, #board_03_write table td {
    padding: 10px 10px;
}
#board_03_write .contents_wrp{
	height: 35px;
    line-height: 90%;
}
#board_03_write table input[type="text"]{
	height: 33px;
	padding: 6px 12px;
}
#board_03_write .contents_wrp label{
	margin-top: 15px;
	margin-left: 2px;
}
#board_03_write .w-37{
	width: 37%;
}
#board_03_write #write_option{
	margin-left: 10px;
}
#board_03_write table .wt_extra_wrp{
	height: 100%
}
#board_03_write table .wt_extra_btn{
	background-color: #596674;
	height: 100%;
	width: 110px;
    border-radius: 5px;
    color: #fff;
}
#board_03_write .wr_btn_wrp{
	width: 100%;
	text-align: center;
	height: 35px;
}
#board_03_write .wr_btn_wrp .wr_btn{
	width: 100px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	font-size: 13px;
    font-weight: bold;
	margin: 0 1px;
	padding: 5px;
    vertical-align: top;
}
@media only screen and (max-width: 496px) {
	#board_03_write table .wt_extra_btn {
   	 width: initial;
   	 font-size: 1rem;
	}
	#board_03_write .wr_btn_wrp .wr_btn {
    width: initial;
}
}
@media only screen and (max-width: 1100px) {
	#board_03_write table th {
		border-left: none;
		border-right: none;
	}
	#board_03_write table td, #board_03_write table th {
		border-bottom: 1px solid #fff;
		display: inline-block;
		width: 100%;
	}
	#board_03_write .w-37{
		width: 100%;
	}
	#board_03_write table input[type="text"]{
		width: 100%;
	}
}



/*board_03_password*/
#board_03_password .board_03_password_wrp{
	width: 60%;
	margin: 0 auto;
}
#board_03_password .board_03_password_wrp .board_03_password_title,
#board_03_password .board_03_password_wrp .board_03_password_form{
	list-style: none;
}
#board_03_password .board_03_password_wrp .board_03_password_title {
    background-color: #fafbfb;
    height: 370px;
    padding: 10px;
	border: 1px solid #eee;
	border-top: 3px solid #383f48;
}
#board_03_password .board_03_password_wrp .board_03_password_title li h3{
	font-family: "Open Sans", sans-serif;
	color: #383f48;
}
#board_03_password .board_03_password_wrp .board_03_password_title li span{
	display: block;
}
#board_03_password .board_03_password_wrp .board_03_password_title li span.text-md{
	color: #a5a5a5
}
#board_03_password .board_03_password_wrp .board_03_password_form .password_form{
	width: 280px;
	display: inline-block;
}
#board_03_password .board_03_password_wrp .board_03_password_form{
    width: 100%;
    text-align: center;
}
#board_03_password .board_03_password_wrp .board_03_password_form li .password_submit{
	display: inline-block;
	padding: 10px 12px;
	width: 80px;
	margin-left: 2px;
    vertical-align: top;
}
#board_03_password .board_03_password_wrp .return {
	float: right;
}
#board_03_password .board_03_password_wrp span.text-sm{
	color: #868686;
}
#board_03_password .board_03_password_wrp .return a{
	text-decoration: none;
	color: #868686;
}
@media only screen and (max-width:992px){
    #board_03_password .board_03_password_wrp{
	width: 100%;
    padding: 0 15px;
    margin: 0;
}
}
@media only screen and (max-width:469px){
    #board_03_password .board_03_password_wrp .board_03_password_form .password_form{
	width: 65% !important;
}
    #board_03_password .board_03_password_wrp .board_03_password_form li .password_submit {
    width: 20%;
}
    #board_03_password .board_03_password_wrp .return {
	float: left;
        width: 100%;
}
    #board_03_password .board_03_password_wrp .board_03_password_title li span{
    font-size: 1.5rem !important;
    }
}

/*board list effect 리스트 경우의수*/
table .ans-wait {
    color: #e55252;
}
table .ans-sucess {
    color: #2c69e5;
}

/*Write - sub_option*/
#board_03_write .sub_option{
	display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    clear: both;
}
#board_03_write .sub_option > input[type="checkbox"]{
	padding: 0px;
    display: inline-block;
    height: inherit;
	margin: 0;
}
#board_03_write .sub_option > label{
	margin: 0;
	vertical-align: text-bottom;
	margin-left: 2px;
	margin-right: 10px;
}
@media only screen and (max-width:992px){
	#board_03_write .sub_option{
		padding: 5px 0px;
	}
}
/*단축키알림*/
.cke_sc_def dl::before{
	content: '단축키 목록';
	display: block;
	top: 25px;
    font-size: 13px !important;
    line-height: inherit !important;
    color: #777;
	font-weight: 700;
	margin-bottom: 10px;
}
.cke_sc_def {
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    max-width: 400px;
	border-top: 3px solid #383f48;
}
.cke_sc_def dt{
	color: #3c6ec0;
	background-color: rgba(232, 245, 255, 0.2);
}
.cke_sc_def dt,
.cke_sc_def dd{
	float: left;
    width: 25%;
    border: 1px solid #eee;
    padding: 5px;
    margin-left: -1px;
	margin-top: -1px;
	margin-bottom: 0;
}
.cke_sc_def dd:last-child {
	margin-bottom: 20px;
}
.btn_cke_sc,
.btn_cke_sc_close{
	font-size: 13px;
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
	margin-bottom: 5px;
	border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;

}
.btn_cke_sc_close{
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width:496px){
	.cke_sc_def {
		max-width: 210px;
	}
	.cke_sc_def dt,
	.cke_sc_def dd{
		float: left;
		width: 50%;
		border: 1px solid #eee;
		padding: 5px;
		margin-left: -1px;
		margin-top: -1px;
		margin-bottom: 0;
	}
	.btn_cke_sc,
	.btn_cke_sc_close{
		padding: 5px;
		font-size: 13px;
	}
}

section.qawrite { font-family: "Nanum Gothic", 나눔고딕, dotum, 돋움, "Open Sans", sans-serif; font-size: 14px; }
section.qawrite input[type=text],
section.qawrite [type="password"],
section.qawrite [type="search"],
section.qawrite [type="email"],
section.qawrite [type="url"],
section.qawrite [type="number"],
section.qawrite [type="tel"],
section.qawrite select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

section.qawrite .required, section.qawrite textarea.required {
    background: url('/img/wrest.gif') #fff top right no-repeat !important;
}

section.qawrite .row {
    margin-right: -15px;
    margin-left: -15px;
}

section.qawrite .heading {
    margin-bottom: 5px;
}
section.qawrite .heading-center {
    text-align: center;
    float: none;
}

section.qawrite .heading h1, section.qawrite .heading h2, section.qawrite .heading h3, section.qawrite .heading h4 {
    color: #303030;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
section.qawrite .heading h2 {
    font-size: 40px;
    line-height: 42px !important;
}
section.qawrite .heading_title h2 {
    font-size: 30px;
}
section.qawrite p, section.qawrite p.lead {
    color: #696f6f;
    margin-bottom: 20px;
}

section.qawrite .heading:after {
    border-top: 3px solid #303030;
    display: block;
    margin-top: 10px;
    width: 30px;
    content: "";
}
section.qawrite .heading.heading-center:after, section.qawrite .heading.title-center:after {
    margin: 30px auto 0;
}

section.qawrite .form-group label {
    color: #444;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px;
}
section.qawrite .form-group > label {
    display: block;
}

section.qawrite input.form-control, section.qawrite textarea.form-control, section.qawrite select.form-control {
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 1.33333;
    padding: 12px 18px;
	font-family: inherit;
}
section.qawrite input.form-control, section.qawrite textarea.form-control, section.qawrite select.form-control, section.qawrite .input-group-addon {
    border: 2px solid #ebebeb;
}

section.qawrite input.form-control:focus, section.qawrite textarea.form-control:focus, section.qawrite select.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
section.qawrite input.form-control:focus, section.qawrite textarea.form-control:focus, , section.qawrite select.form-control:focus {
    box-shadow: none;
}

section.qawrite .form-control[disabled], section.qawrite .form-control[readonly], section.qawrite fieldset[disabled] section.qawrite .form-control {
    background-color: #eee;
    opacity: 1;
	cursor: auto;
}
section.qawrite .form-control[readonly] {
    background: none;
    font-size: 12px;
    color: #888;
}

section.qawrite .btn {
    border-radius: 4px;
    padding: 12px 20px;
	font-size: 14px;
    font-weight: 400;
}
section.qawrite .button.color, .btn.btn-primary {
    background-color: #26B8F3;
    border-color: #26B8F3;
    color: #fff;
}
section.qawrite .btn.btn-primary:hover {
    opacity: 0.8;
}