/* ÅÂ±×ÃÊ±âÈ­ */
html {width: 100%; height: 100%; display:block; }
body{ margin: 0px; font-family: "¸¼Àº °íµñ", "Malgun Gothic", ³ª´®°íµñ, NanumGothic, µ¸¿ò, Dotum, Arial; font-size: 13px; color: #333; width: 100%; height: 100%; display:block;   }
h1, h2, h3, h4, p, ul, div{ margin: 0px; padding: 0px;  }
ul{ list-style:none;  }
a, a:hover, a:active, a:focus { text-decoration: none; color: inherit;}
img, div{ border: 0px;  }

/* °øÅë  */

a.btn_setting {
    background:url(../Images/bg_icon.png) no-repeat;
    background-position:-120px -100px;
    display:block;
    height:20px;
    margin: 6px 5px 0 0;
    text-indent:-9999px;
    width:20px;
}

.a_link {
	display: inline-block;
	width: inherit;
	height: inherit;
}
table, th, tr, td {
	border-collapse:collapse;
}

/* º»¹® */
.header_wrap {
	width: 100%;
	min-width: 1020px;
	height: 70px;
	background-color: #525252;
}
.header {
	margin: 0px auto;
	position: relative;
	padding: 0px 20px;
	color: #fff;
}
.logo_small {
	position: absolute;
	top: 18px;
	left: 20px;
	width: 200px;
	height: 34px;
	background: url(../images/wisdomain_logo.png) no-repeat 0px 0px;
}
.mainmenu {
	text-align: center;
}
.mainmenu_item {
	display: inline-block;
	line-height: 70px;
	font-size: 15px;
}
.mainmenu_item a {
	margin-left: 30px;
}
.mainmenu_item a:first-child {
	margin-left: 0px;
}
.mainmenu_item a:hover, .mainmenu_item a.selected, .login_menu a:hover {
	color: #f6df67;
}
.usermenu {
	position: absolute;
	right: 20px;
	top: 10px;
	text-align: left;
	color: #fff;
}
.usermenu_part {
	color: #ccc;
	margin: 0px 6px;
}
.usermenu_listbox:hover, .bt_usermenu_listbox:hover ~ .usermenu_listbox {
	height: inherit;
	width: inherit;
	padding: 10px;
}
.usermenu_listbox {
	position: absolute;
	top: 3px;
	right: 70px;
	width: 0px;
	height: 0px;
	color: #333;
	padding: 0px;
	border:1px solid #000;
	background-color: #fff;
	text-align: center;
}
.usermenu_listbox a{
	display: none;
	line-height: 20px;
}
.bt_usermenu_listbox:hover ~ .usermenu_listbox a, .usermenu_listbox:hover a {
	display: block;
}
.usermenu_listbox a:hover {
	color: #44a8de;
}
.main_content_wrap {
	margin: 0px auto;
	width: 1020px;
}
.banner_txtbox {
	float: left;
	width: 265px;
	height: 274px;
	padding: 40px 30px;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	background-color: #1a7bc1;
}
.txtbox {
	border-top: 1px solid #fff;
	width: 205px;
	height:  172px;
	padding: 50px 30px;
	border-bottom: 1px solid #fff;
}
.txtbox_title {
	font-size: 35px;
	font-weight: lighter;
}
.txtbox_commentbox {
	margin-top: 30px;
}
.banner_img {
	float: right;
	width: 695px;
	height: 354px;
	background: url(../images/banner_img.png) no-repeat 0px 0px;
	z-index: 100;
}
.color_yellow {
	color: #f4c21c;
}
.main_content_title {
	float: left;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 50px;
	background-color: #666;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.main_img1, .main_img2, .main_img3 {
	float: left;
	width: 300px;
	height: 156px;
}
.main_img1 {
	background: url(../images/main_img1.png) no-repeat 0px 0px;
}
.main_img2 {
	background: url(../images/main_img2.png) no-repeat 0px 0px;
}
.main_img3 {
	background: url(../images/main_img3.png) no-repeat 0px 0px;
}
.main_content_right {
	float: right;
	width: 690px;
	height: 156px;
}
.main_content_right .comment {
	line-height: 23px;
	margin-bottom: 4px;
}
.main_content_right .bullet_blue {
	margin: 10px 6px;
}
.main_content_item {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.tr {
	display: table-row;
}
.td {
	display: table-cell;
}
.tr:first-child .td {
	line-height: 40px;
	height: 40px;
}
.th_txt {
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.bluetitle {
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 16px;
	color: #1a7bc1;
}
.comment {
	margin-bottom: 10px;
	font-size: 14px;
}
.float_left {
	float: left;
}
.bullet_blue {
	float: left;
	margin: 8px 6px;
	width: 4px;
	height: 5px;
	background: url(../images/bullet_blue.png) no-repeat 0px 0px;
}
.bottom {
	width: 100%;
	min-width: 1020px;
	height: 144px;
	background-color: #eee;
}
.bottom_content {
	margin: 50px auto 0px;
	width: 592px;
	height: 144px;
	background: url(../images/bottom_img.png) no-repeat 0px 0px;
}
.content_wrap {
	margin: 30px auto;
	width: 1020px;
}
.content_titlebox {
	float: left;
	width: 100%;
}
.titlebox_bluetitle {
	float: left;
	font-size: 20px;
	line-height: 30px;
	color: #1a7bc1;
	font-weight: bold;
}
.categorie {
	font-size: 11px;
	float: right;
	line-height: 30px;
}
.now {
	font-size: 14px;
}
.partline {
	float: left;
	width: 100%;
	height: 1px;
	background-color: #1a7bc1;
}
.clear_both {
	clear: both;
}
.content_subtitlebox {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.content_subtitlebox_layout {
	width: 700px;
	float: left;
}
.ico_img1 {
	float: left;
	margin-right: 4px;
	width: 23px;
	height: 21px;
	background: url(../images/ico_img1.png) no-repeat 0px 0px;
}
.ico_img2 {
	float: left;
	margin-right: 6px;
	width: 21px;
	height: 20px;
	background: url(../images/ico_img2.png) no-repeat 0px 0px;
}
.ico_img3 {
	float: left;
	margin-right: 4px;
	width: 22px;
	height: 20px;
	background: url(../images/ico_img3.png) no-repeat 0px 0px;
}
.ico_img4 {
	float: left;
	margin-right: 1px;
	width: 25px;
	height: 20px;
	background: url(../images/ico_img4.png) no-repeat 0px 0px;
}
.content {
	font-size: 14px;
}
.qbox {
	margin-bottom: 50px;
}
.q_titlebox {
	width: 100%;
	float: left;
	margin-bottom: 14px;
}
.q_img {
	float: left;
	width: 54px;
	height: 29px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url(../images/arrow_q.png) no-repeat 0px 0px;
	font-size: 13px;
	line-height: 25px;
	margin-right: 10px;
}
.q_title {
	float: left;
	height: 29px;
	line-height: 25px;
}
.max_width {
	margin-bottom: 20px;
}
.max_width .q_title {
	max-width: 930px;
	line-height: 20px;
}
.max_width .q_img {
	margin-top: 5px;
}
.subtitle_txt {
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 14px;
}
div.a_radio:first-child {
	margin-top: 0px;
}
div.a_radio, div.a_check {
	margin-top: 8px;
}
.a_check input, .a_radio input {
	vertical-align: -2px;
	cursor:pointer;
}
.qbox label {
	margin-right: 20px;
	cursor:pointer;
}
.bt_bluebox {
	width: 100%;
	text-align: center;
}
.bt_blue, .bt_white {
	display: inline-block;
	width: 135px;
	margin: 0px auto;
}
.bt_blue_leftout, .bt_blue_rightout, .bt_white_leftout, .bt_white_rightout {
	float: left;
	width: 2px;
	height: 32px;
}
.bt_white_leftout {
	background: url(../images/bt_white_out.png) no-repeat 0px 0px;
}
.bt_white_rightout {
	background: url(../images/bt_white_out.png) no-repeat -2px 0px;
}
.bt_blue_leftout {
	background: url(../images/bt_blue_out.png) no-repeat 0px 0px;
}
.bt_blue_rightout {
	background: url(../images/bt_blue_out.png) no-repeat -2px 0px;
}
.bt_blue_in, .bt_white_in {
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	float: left;
	height: 32px;
	width: calc(100% - 4px);
}
.bt_blue_in {
	background: url(../images/bt_blue_in.png) repeat-x 0px 0px;
}
.bt_white_in {
	color: #333;
	background: url(../images/bt_white_in.png) repeat-x 0px 0px;
}
.bt_blue_in a, .bt_white_in a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.color_orange {
	color: #ec631a;
}
.img_tendency {
	float: right;
	width: 274px;
}
.img_graph1 {
	margin: 30px auto;
	width: 356px;
	height: 239px;
}
.txt_center {
	text-align: center;
}
.table1, .table2, .table3, .table4, .table5 {
	width: 100%;
	font-size: 13px;
	margin-bottom: 50px;
}
.table1 td:first-child, .table2 .th td  {
	font-weight: bold;
	color: #fff;
	background: #5a646c url(../images/table_shine.png) repeat-x 0px -70px;
}
.table1 td {
	width: 50%;
	border:1px solid #ccc;
	text-align: center;
	background-color: #e9f1fa;
	height: 50px;
	line-height: 50px;
}
.table2 td, .table3 td, .table4 td, .table5 td {
	border:1px solid #ccc;
	text-align: center;
}
.table2 tr:first-child, .table2 tr:nth-child(2) {
	height: 50px;
}
.table2 tr:nth-child(2) td {
	width: 130px;
}
.table2 tr {
	height: 120px;
	background-color: #e9f1fa;
}
.portfolio_txt {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 26px;
}
.portfolio_titletxt {
	font-size: 15px;
	color: #1a7bc1;
	text-decoration: underline;
	display: block;
	margin-bottom: 3px;
}
.tendencybox {
	font-size: 13px;
}
.tendency_txt {
	font-weight: bold;
	color: #666;
	padding: 3px 3px;
	border-radius:2px;
	margin-left: 10px;
}
.tendency_txt:first-child {
	margin-left: 0px;
}
.table3 tr:first-child td {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	height: 35px;
	background: #5a646c url(../images/table_shine.png) repeat-x 0px -70px;
}
.table3 td {
	font-size: 13px;
	height: 40px;
	min-width: 50px;
	background-color: #e9f1fa;
}
.table3 td a {
	color: #1a7bc1;
	text-decoration: underline;
}
.table3 td div {
	font-size: 13px;
	margin: 4px 0px
}
.table4 td:nth-child(odd) {
	width: 160px;
	background-color: #eee;
}
.table4 td {
	height: 40px;
}
.table4 td:last-child {
	width: 350px;
}
.margin_left {
	margin-left: 30px;
}
/*---------------------------------- login------------------------------------ */
.login_wrap {
	width: 100%;
	height: 100%;
	min-width: 1020px;
	min-height: 700px;
	position: relative;
}
.topblue, .bottomgray {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 10px;
}
.topblue {
	top: 0px;
	background-color: #1a7bc1;
}
.bottomgray {
	bottom: 0px;
	background-color: #eee;
}
.loginbox {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -300px;
	width: 100%;
	color: #fff;
}
.logo_large {
	margin: 0px auto;
	width: 329px;
	height: 124px;
	background: url(../images/logo_large.png) no-repeat 0px 0px;
	margin-bottom: 30px;
}
.login_inputbox_layout {
	width: 100%;
	background-color: #333;
	padding-top: 30px;
}
.login_inputbox {
	margin: 0px auto;
	width: 920px;
	height: 350px;
}
.login_inputbox_top {
	line-height: 35px;
	margin: 0px auto;
	text-align: center;
	font-size: 18px;
}
.login_inputbox_left {
	width: 550px;
	float: left;
}
.login_imgbox {
	float: left;
	margin-top: 20px;
}
.login_img1, .login_img2 {
	float: left;
	width: 108px;
	height: 108px;
	background: url(../images/login_img1.png) no-repeat 0px 0px;
}
.login_img1 {
	background: url(../images/login_img1.png) no-repeat 0px 0px;
}
.login_img2 {
	background: url(../images/login_img2.png) no-repeat 0px 0px;
}
.login_imgbox_comment {
	display: table-cell;
	padding-left: 20px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 14px;
	height: 108px;
}
.login_inputbox_right {
	float: right;
	width: 300px;
	margin-top: 65px;
}
.login_inputbox_right input:focus {
	outline:0px;
}
.login_inputbox_right input {
	float: left;
	border:0px;
	font-size: 14px;
	padding: 3px 10px;
	width: 280px;
	height: 30px;
	margin-bottom: 10px;
}
.bt_login {
	float: left;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	width: 300px;
	height: 35px;
	background-color: #1a7bc1;
	margin: 6px 0px;
}
.login_menu {
	text-align: right;
}
/*------------------------------ join_page ---------------------------------- */
.join_page input[type="text"], .join_page input[type="password"], .join_page select {
	padding: 0px 6px;
	border:1px solid #ccc;
	height: 30px;
	margin: 0px 10px;
	outline:none;
	vertical-align: middle;
}
.input_long {
	width: 800px;
}
.input_short {
	width: 290px;
}
.input_date {
	width: 70px;
}
.input_mail {
	width: 310px;
}
input[type="radio"], label, select  {
	cursor: pointer;
}
/* ----------------------------popup pwbox --------------------------------- */
.bg_black {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1020px;
	height: 100%;
	background: url(../images/bg_black.png) repeat 0px 0px;
}
.popup_pwbox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -180px;
	margin-top: -115px;
	display: block;
	text-align: center;
	font-size: 13px;
	width: 320px;
	height: 190px;
	border:1px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
	padding: 20px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, .6);
	display: none;
}
.pwbox_close {
	cursor:pointer;
	position: absolute;
	top: 8px;
	right: 10px;
	width: 20px;
	height: 21px;
	background: url(../images/pwbox_close.png) no-repeat 0px 0px;
}
.pwbox_close:hover {
	background-position: 0px -21px;
}
.pwbox_close:active {
	background-position: 0px -42px;
}
.bt_smallwhite {
	display: inline-block;
	border-radius:2px;
	text-align: center;
	width: 80px;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	background-color: #fff;
	border:1px solid #ccc;
}
.bt_smallwhite:hover {
	background-color: #666;
	color: #fff;
}
.pwbox_comment {
	width: 240px;
	line-height: 20px;
	margin: 24px auto 0px;
}
.pwbox_input {
	display: block;
	font-size: 12px;
	padding: 3px 6px;
	margin: 15px auto 28px;
	width: 230px;;
	height: 20px;
	outline: 0px;
}
.none {
	display: none;
}
.popup_pwbox_checkbox:checked ~ .popup_pwbox, .popup_pwbox_checkbox:checked ~ .bg_black {
	display: block;
}
.pwbox_open {
	display: block;
	width: 100%;
	height: 100%;
}
/* ----------------------------- popup_portfolio -------------------------------------- */
.popup_portfolio_layout {
	width: 100%;
	min-width: 1028px;
	display: block;
	font-size: 14px;
	padding: 20px 0px;
	background-color: #eee;
}
.popup_portfolio {
	border-radius:10px;
	margin: 0px auto;
	position: relative;
	width: 1000px;
	min-height: 500px;
	background-color: #fff;
	padding: 20px 14px 20px;
}
.popup_portfolio_titlebox {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background-color: #1a7bc1;
	margin-bottom: 20px;
}
.portfolio_left {
	float: left;
	width: 350px;
}
.portfolio_subtitle {
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #1a7bc1;
	width: 100%;
	background: #eee url(../images/subtitle_shine.png) repeat-y right 0px;
	margin-bottom: 14px;
}
.img_tendency2 {
	margin: 30px 20px;
	width: 233px;
	height: 162px;
}
.img_tendency2_comment {
	text-align: center;
}
.tendency2_comment_point {
	font-size: 30px;
	color: #ec631a;
	margin-left: 14px;
}
.portfolio_right {
	float: right;
	width: 600px;
}
.subtitle_date {
	float: right;
	font-size: 12px;
	line-height: 30px;
	font-weight: lighter;
	color: #333;
}
.img_graph2 {
	width: 532px;
	height: 211px;
    padding: 0px;
}
.roundLine{
    padding: 0px;
}
.table5 {
	margin-bottom: 0px;
}
.table5 td {
	background-color: #e9f1fa;
	width: 199px;
	height: 50px;
}
.table5 td:first-child, .table5 tr:first-child td {
	font-weight: bold;
	color: #fff;
	background: #5a646c url(../images/table_shine.png) repeat-x 0px -70px;
}
.portfolio_partbox {
	clear:both;
	padding-top: 50px;
}
.img_graph3 {
	float: left;
	margin-top: 20px;
	margin-left: 80px;
	width: 296px;
	height: 180px;
}
.table1.smallwidth {
	margin-top: 50px;
	width: 400px;
	float: right;
}
.borderbox {
	width: 934px;
	border:3px solid #eee;
	padding: 20px 30px;
}
.bullet_green {
	float: left;
	margin-right: 6px;
	width: 16px;
	height: 17px;
	background: url(../images/bullet_green.png) no-repeat 0px 0px;
}
.table1.smallth tr td:first-child {
	width: 200px;
}
.table1.smallth tr td:last-child {
	width: 770px;
	padding-left: 30px;
	text-align: left;
}
.table1.smallth .comment {
	line-height: 20px;
	margin: 18px 0px;
}
.bottom_blue {
	width: 100%;
	height: 6px;
	margin-top: 50px;
	background-color: #1a7bc1;
}
.popup_portfolio .commentbox {
	clear: both;
	padding-top: 20px;
}

/* --------------------------- ¸®¹ë·±½Ì ÇöÈ² ÆË¾÷ ----------------------------------- */
.rebalancing .table3 td {
	width: 250px;
	height: 50px;
}
.rebalancing .table2 tr {
	height: 50px;
}
.rebalancing .portfolio_left, .rebalancing .portfolio_right {
	width: 500px;
}
/* --------------------------- Intro È­¸é ----------------------------------- */
.BasicBack {
    width: 340px; 
    height: 150px; 
    background-color: #f0f0f0; 
    border: solid #b9b9b9 1px;
}
.ProductTitleTD {
    vertical-align: top; 
    text-align:left;
    padding: 20px 10px 10px 10px;
}
.ProductTitleUseTD {
    vertical-align: top; 
    text-align:left;
    width:50px;
    padding: 20px 10px 10px 10px;
}
.ProductTitleUnUseTD {
    vertical-align: top; 
    text-align:left;
    width:50px;
    padding: 20px 10px 10px 10px;
}
.ProductTitleSpan {
    font-size:16px; 
    font-weight:bold;
}
.SubProductTitleSpan {
    font-size:14px; 
    font-weight:normal;
}
.InUseBox {
    font-size:12px;
    border: solid 1px #22b14c;
    padding: 5px 5px 5px 5px;
    vertical-align: central; 
    text-align:right;
}
.UnUseBox {
    font-size:12px;
    border: solid 1px #7f7f7f;
    padding: 5px 5px 5px 5px;
    vertical-align: central; 
    text-align:right;
}
/* Inpadoc Table */

.Inpadoc_TBL_Area { padding: 15px 15px 10px; }

.Inpadoc_TBL_Area ul.List_head {
	float: left;
	font-size: 12px;
	margin-bottom: 6px;
	width: 100%;
}

.Inpadoc_TBL_Area ul.List_head li {
	display: inline;
	float: left;
	margin-right: 15px;
}

.Inpadoc_TBL_Area ul.List_head span { float: left; }

.positive {
	background: url("/Images/bg_icon.png") no-repeat; /* FullText/positive.png */
	background-position: -290px -477px;
	color: #549A32;
	display: inline-block;
	margin: 0 2px;
	text-indent: -9999px;
	width: 11px;
}

.positive_Txt { color: #549A32; }

.negative {
	background: url("/Images/bg_icon.png") no-repeat; /* FullText/negative.png */
	background-position: -320px -477px;
	color: #CE2B1E;
	display: inline-block;
	margin: 0 2px;
	text-indent: -9999px;
	width: 11px;
}

.negative_Txt { color: #CE2B1E; }

.link_view {
	background: url("/Images/bg_icon.png") no-repeat; /* FullText/link_view.png */
	background-position: -350px -477px;
	display: inline-block;
	*float: left;
	margin: 0 2px;
	text-indent: -9999px;
	width: 16px;
}

.TBL03 {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

.TBL03 th {
	background: #E7EDF5;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #535353;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	line-height: 100%;
	padding: 3px 6px;
}

.TBL03 td {
	font-size: 13px;
	padding: 3px 6px;  
}

.View_TBL_Area { padding: 10px 0; }

.TBL04 {
	background-color: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}

.TBL04 th {
	background: #EFEFEF;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #535353;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	line-height: 100%;
	padding: 4px 6px;
}

.TBL04 td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
	padding: 6px 6px;
	word-break: break-all;
}
.TBL05 {
	background-color: #fff;
    border-bottom:1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
.TBL05 tr
{
    border-bottom:1px solid #fff;
}
.TBL05 th {
	background: #E7EDF5;
	border-right:1px solid #fff;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 100%;
	padding:4px 8px 5px;
	text-align:left;
}

.TBL05 td 
{
    background: #F7F7F7;
	font-size: 13px;
	padding:4px 8px 5px;
}
.TBL_White
{
    width:100%;
    background: #fff;
    border-collapse:separate;
    border:1px solid #ccc;
}
tr.Gray,.TBL_White tr.Gray
{
    background:#eee;
}
.TBL_White th {
	color: #333;
	font-size: 13px;
	font-weight:normal;
	height: 20px;
	line-height: 100%;
	padding:4px 8px 5px;
	text-align:left;
	border:none;
}

.TBL_White td 
{
	font-size: 13px;
	padding:4px 8px 5px;
	border:none;
}
.TBL04  .TBL_White
{
    border:1px solid #fff;
}
.View_patentNo {
	background: url("../Images/Search/bg_icon.png") no-repeat; /* FullText/bullet_blue.gif */
	background-position: -597px -5px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 8px;
}
