@charset "utf-8";
/* 
	   SITE  : www.tradesecret.or.kr   |    V1.0   |    2017.03.07
	   CODER : LORI CHOI
*/




/*  defult define area  */

html, body {
	width: 100%;
	word-wrap: normal;
}
#pop_warp {
	margin: 16px auto;
	padding: 0;
	width: 800px;
}
.txt_rad {
	color: #eb2a2d;
}
.txt_black {
	color: #000000;
}
.txt_blue {
	color: #1a5ba6;
}
.txt_charcoal {
	color: #383838;
}
.txt_bold {
	font-weight: bold;
}
/*  defult Funtion define  */
/*  heard define area  */

#pop_warp_top {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 96px;
}
.back_bg-main {
	background: url(../images/tradesecret_pop-img_back_topMain.gif) no-repeat top center;
}
.back_bg-sub {
	background: url(../images/tradesecret_pop-img_back_topSub.gif) no-repeat top center;
}
.back_bg-sub1 {
	background: url(../images/tradesecret_pop-img_back_topSub_02.gif) no-repeat top center;
}
.pop-logo {
	margin: 25px 0 0 25px;
	padding: 0;
	display: block;
	float: left;
	width: 380px;
	height: 35px;
	list-style: none;
}
.pop-logo li {
	margin: 0;
	padding: 0;
	display: inline;
}
.btn-close {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	width: 30px;
	height: 30px;
}
.popSub-title {
	margin: 15px 0 0 21px;
	padding: 0;
	display: block;
	float: left;
	width: 390px;
	height: 33px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.popSub-navi {
	margin: 15px 0 0 66px;
	padding: 0;
	display: block;
	float: left;
	width: 230px;
	height: 33px;
	list-style: none;
}
.popSub-navi li {
	margin: 0;
	padding: 0 20px;
	display: inline;
}
/*  heard Funtion define  */
/*  contents Funtion define  */

#pop_warp_body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	background: url(../images/tradesecret_pop-img_back_body.gif) repeat-y center;
}
.big-title {
	margin: 0 auto;
	padding: 45px 0 0 0;
	display: block;
	width: 640px;
	height: 45px;
	font-size: 42px;
	text-align: center;
}
.info_box_btnList {
	margin: 0 auto;
	padding: 70px 0 0 0;
	display: block;
	width: 600px;
	height: 49px;
	text-align: center;
}
.info_box_btnList li {
	margin: 0;
	padding: 0 23px;
	display: inline;
}
.info_box {
	margin: 0 auto;
	padding: 100px 0 30px 40px;
	width: 700px;
	font-size: 14px;
	line-height: 160%;
	color: #373737;
	background: url(../images/tradesecret_pop-img_back_boxImg.png) no-repeat right bottom;
}
.popSub_findBox {
	margin: 0 auto;
	padding: 10px 13px 0 15px;
	width: 543px;
	height: 39px;
	font-size: 14px;
	line-height: 160%;
	background: url(../images/tradesecret_pop-img_back_find.png) no-repeat top left;
}
.popSub_findTxtBox {
	margin: 0 auto;
	padding: 10px 13px 10px 15px;
	width: 680px;
	height: 39px;
	font-size: 14px;
	line-height: 160%;
	color: #373737;
	text-align: center;
}
.select-script {
	position: relative;
	float: left;
	width: 125px;
	height: 28px;
	border: 1px solid #eb2a2d;
	border-radius: 4px;
	text-transform: uppercase;
	color: #fff;
}
.select-script label {
	position: absolute;
	width: 98%;
	font-size: 20px;
	color: #fff;
	top: 0;
	left: 0;
	padding: 0 5%;
}

.select-script select {
	width: 100%;
	height: 28px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0)/* IE 8 */;
}
.selectbox_txt {
	float: left;
	margin: 0;
	margin-left: 25px;
	width: 320px !important;
	height: 28px !important;
	border: 1px solid #fef7f8 !important;
	border-radius: 0px !important;
	color: #383838 !important;
	background: #fef7f8 !important;
	font-size: 14px;
}
 input:focus::-webkit-input-placeholder { /* WebKit browsers */
color:transparent;
font-size: 14px;
}
input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:transparent;
font-size: 14px;
}
input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
color:transparent;
font-size: 14px;
}
input:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
color:transparent;
font-size: 14px;
}
.popSub_contentsBox {
	margin: 18px auto;
	padding: 0;
	width: 746px;
	min-height: 400px;
	font-size: 12px;
	font-family: "돋움";
	line-height: 160%;
}
.popSub_contentsBox > dl {
	margin: 30px 0 10px 0;
	padding: 0;
	display: block;
	width: inherit;
	min-height: 30px;
}
.popSub_contentsBox > dl dd {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.popSub_contentsBox p {
	margin: 0;
	padding: 0;
	display: block;
	width: inherit;
}
.dd-w_634 {
	width: 634px !important;
}
.dd-w_111 {
	width: 111px !important;
}
.pad-t_14 {
	padding-top: 14px !important;
}
.popSub_searchKeyBox {
	position: relative;
	margin: 0;
	padding: 15px;
	width: 715px;
	min-height: 475px;
	overflow-y: scroll-y;
	border-top: 2px solid #eb2a2d;
	border-bottom: 1px solid #d5d5d5;
}
.span_radio {
	margin:0 5px;
	padding:0;
	display:block;
	float:left;
	width:15px;
	font-family: "돋움";
	font-size: 12px;	
}
.input_radio {
	/* _margin: -3px; */
	vertical-align: middle
}

/*  contents Funtion define  */
/*  footer Funtion define  */

#pop_warp_foot {
	margin: 0;
	margin-top: -20px;
	padding: 30px 0 0 0;
	width: 800px;
	height: 40px;
	text-align: center;
	background: url(../images/tradesecret_pop-img_back_foot.gif) no-repeat bottom center;
}
#pop_warp_foot > span {
	font-family: "돋움";
	font-size: 11px !important;
	font-weight: normal !important;
	color: #676767;
}
/*  footer Funtion define  */


/*  board Funtion define  */

.board_intro {
	width: 745px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-top: #eb2a2d 2px solid;
}
.board_intro th {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	height: 12px;
	color: #383838;
	font-family: "돋움";
	font-size: 12px;
	font-weight: bold;
	line-height: 170%;
	vertical-align: middle;
	border-right: #cdd0d2 1px solid;
	border-left: #cdd0d2 1px solid;
	border-bottom: #cdd0d2 1px solid;
	background: #f6f9fb;
	text-align: center;
}
.board_intro td {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	height: 12px;
	color: #383838;
	font-family: "돋움";
	font-size: 12px;
	line-height: 170%;
	vertical-align: middle;
	text-align: left;
	border: #cdd0d2 1px solid;
}
.board_intro .td_txt {
	margin: 0px;
	padding: 7px 0px 7px 10px;
	height: 12px;
	color: #383838;
	font-family: "돋움";
	font-size: 12px;
	line-height: 170%;
	text-align: left;
	vertical-align: middle;
	border: #cdd0d2 1px solid;
}
.board_intro .td_bg {
	background:#fdf7f7;
}

.board_intro1 {
	width: 745px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-top: #eb2a2d 2px solid;
}
.board_intro1 th {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	height: 12px;
	color: #383838;
	font-family: "돋움";
	font-size: 12px;
	font-weight: bold;
	line-height: 170%;
	vertical-align: middle;
	border-right: #cdd0d2 1px solid;
	border-left: #cdd0d2 1px solid;
	border-bottom: #cdd0d2 1px solid;
	background: #f6f9fb;
	text-align: center;
}
.board_intro1 td {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	height: 12px;
	color: #383838;
	font-family: "돋움";
	font-size: 12px;
	line-height: 170%;
	vertical-align: middle;
	text-align: center;
	border: #cdd0d2 1px solid;
}
.board_intro1 .td_txt {
	margin: 0px;
	padding: 7px 0px 7px 10px;
	height: 12px;
	color: #383838;
	font-family: "돋움";
	font-size: 12px;
	line-height: 170%;
	text-align: center;
	vertical-align: middle;
	border: #cdd0d2 1px solid;
}
.board_intro1 .td_bg {
	background:#fdf7f7;
}

/*  board Funtion define   */


/* UI Object */
/* .paginate { */
/* 	overflow: hidden; */
/* 	clear: both; */
/* 	margin: 0 auto; */
/* 	padding: 10px 0 30px; */
/* 	text-align: center; */
/* 	zoom: 1 */
/* } */
/* .paginate a { */
/* 	display: -moz-inline-box; */
/* 	display: inline-block; */
/* 	_position: relative; */
/* 	margin-right: -3px; */
/* 	padding: 0 0 0 5px; */
/* 	color: #383838; */
/* 	font-family: '돋움', Dotum; */
/* 	font-size: 12px; */
/* 	font-weight: bold; */
/* 	line-height: 28px; */
/* 	text-decoration: none !important */
/* } */
/* .paginate a:hover, .paginate a:focus, .paginate a:active { */
/* 	background: #ffffff; */
/* } */
/* .paginate strong { */
/* 	display: -moz-inline-box; */
/* 	display: inline-block; */
/* 	_position: relative; */
/* 	margin-right: -3px; */
/* 	padding: 0 5px 0 7px; */
/* 	background: #ffffff; */
/* 	color: #383838; */
/* 	font-family: '돋움', Dotum; */
/* 	font-size: 12px; */
/* 	font-weight: bold; */
/* 	line-height: 28px; */
/* 	text-decoration: none !important; */
/* 	border: 1px solid #eaeaea; */
/* 	text-align: center; */
/* } */
/* .paginate strong { */
/* 	color: #ff4c4c !important */
/* } */
/* .paginate a span { */
/* 	display: block; */
/* 	_display: inline; */
/* 	position: relative; */
/* 	top: 0; */
/* 	padding: 0 8px 0 3px; */
/* 	zoom: 1 */
/* } */
/* .paginate a:hover span, .paginate a:focus span, .paginate a:active span { */
/* 	background: #ffffff; */
/* 	text-decoration: underline; */
/* 	cursor: pointer */
/* } */
/* .paginate strong span { */
/* 	display: block; */
/* 	_display: inline; */
/* 	position: relative; */
/* 	top: 0; */
/* 	padding: 0 8px 0 5px; */
/* 	background: #fff; */
/* 	zoom: 1 */
/* } */
/* /* user option */ */
/* .paginate a.pre, .paginate a.next { */
/* 	position: relative; */
/* 	top: 9px; */
/* 	background: none !important; */
/* 	font-family: '돋움', Dotum, '굴림', Gulim, AppleGothic, Sans-serif; */
/* 	font-size: 12px; */
/* } */
/* .paginate a.pre:hover, .paginate a.pre:focus, .paginate a.pre:active, .paginate a.next:hover, .paginate a.next:focus, .paginate a.next:active { */
/* 	background: none !important; */
/* } */
/* .paginate a.pre { */
/* 	margin-right: 0px !important; */
/* 	padding-right: 0px !important; */
/* 	margin-left: -4px !important; */
/* 	padding-left: 0 !important; */
/* } */
/* .paginate a.next { */
/* 	margin-left: 0px !important; */
/* 	padding-left: 0px !important; */
/* 	margin-right: -4px !important; */
/* 	padding-right: 0px !important; */
/* } */
/* //UI Object */
