@charset "euc-kr";

/*title /////////////////////////////////////////////////////////////////////////*/
.h1 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #000;
}

.h2 {
	padding: 20px 0px 10px 15px;
}

.h2 * {
	font-size: 14px;
	color: #000;
}

.h2 .num {
	padding-left: 5px;
}

.h2 .num:before {
	content: "(";
	padding-right: 1px;
}

.h2 .num:after {
	content: ")";
	padding-left: 1px;
}

.h2.bl {
	padding-top: 0;
	margin-top: 20px;
}

.h2.bl a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flex;
	display: flex;
}

.h2.bl a > span:first-child {
	display: block;
	position: relative;
	padding-left: 22px;
}

.h2.bl a > span:first-child:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -3px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url('../images/icon_title.png') 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.h2.bl span.btn_more {
	margin-top: -10px;
	margin-bottom: -10px;
}

.h3 {
	position: relative;
	display: block;
	padding-left: 10px;
	font-size: 15px;
	color: #000;
	background-color: #fff;
}

.h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #000;
}

.h3 span {
	color: #8f8f8f;
}

.h4 {
	position: relative;
	display: block;
	color: #000;
	font-weight: bold;
}

/*class title*/
.title {
	display: block !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #000;
}

.fund .title {
	overflow: visible;
	white-space: normal;
}

.title * {
	color: #000;
}

.title + .det {
	margin-top: 6px;
}

.s_title {
	font-size: 14px;
}

/*top_title*/
.top_title {
	border-top: 1px solid #e1e1e1;
	background-color: #f5f5f5;
}

.top_title .h2 {
	display: block;
	padding: 10px 0 9px 15px;
	vertical-align: middle;
	font-size: 14px;
	color: #000;
	background-color: #f5f5f5;
}

.top_title .edge {
	margin-right: 15px;
	font-size: 14px;
}


dt .title {
	font-size: 16px;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

dt .val {
	font-size: 16px;
	font-weight: bold;
}

dd .title {
	font-size: 16px;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}


/*icon ///////////////////////////////////////////////////////////////////////////*/
.icon {
	display: inline-block;
	text-align: center;
	margin-right: 4px;
	padding: 4px 7px;
	font-size: 13px;
	line-height: 1em !important;
	border: 1px solid #000;
	white-space: nowrap;
}

.icon_r {
	display: inline-block;
	text-align: center;
	margin-right: 4px;
	padding: 4px 7px;
	font-size: 13px;
	line-height: 1em !important;
	border: 1px solid #000;
	border-radius: 15px;
	white-space: nowrap;
}

.icon + span,
.icon_r + span {
	margin-left: 5px;
}

.icon + .icon {
	margin-left: 0;
}

.icon_r[class*=f_],
.icon[class*=f_] {
	padding: 5px 7px;
	border: none;
	color: #fff;
}

.b_yel {
	color: #f2c705;
	border-color: #f2c705;
}

.f_yel {
	background-color: #f2c705;
}

.b_green {
	color: #4e8a61;
	border-color: #4e8a61;
}

.b_gray {
	color: #8f8f8f;
	border-color: #8f8f8f;
}

.f_green {
	background-color: #4e8a61;
}

.b_navy {
	color: #002664;
	border-color: #002664;
}

.f_navy {
	background-color: #002664;
}

.b_violet {
	color: #ab72cc;
	border-color: #ab72cc;
}

.f_violet {
	background-color: #ab72cc;
}

.f_pink {
	background-color: #de6d72;
}

.icon_list .rflex {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icon_list .rflex li {
	margin: 0px 4px 4px 0;
}

/*banner //////////////////////////////////////////////////////////////////////////*/
.banner {
	padding: 10px;
}

/*search_box ///////////////////////////////////////////////////////////*/
.search_box {
	position: relative;
	padding: 10px 10px;
	background-color: #f5f5f5;
}

.search_box.bgf {
	padding-bottom: 0;
}

.search_box .input {
	position: relative;
	border: 1px solid #8f8f8f;
	border-radius: 3px;
	background-color: #fff;
	color: #8f8f8f;
}

.search_box input {
	width: 100%;
	height: 35px;
	padding-left: 15px;
	font-size: 15px;
	border: 0 none;
	border-radius: 3px;
	color: #000;
}

.search_box .src {
	overflow: hidden;
	position: absolute;
	top: 3px;
	right: 2px;
	width: 30px;
	height: 30px;
	background-color: #8f8f8f;
	background-image: url('../images/btn_search.png');
	-webkit-background-size: 35px;
	background-size: 35px;
	background-position: -2px -2px;
	background-repeat: no-repeat;
	text-indent: -100px;
	z-index: 2;
}

.src_det {
	position: relative;
	width: auto;
	height: 40px;
	padding: 0 10px;
	margin-left: 10px;
	border-radius: 3px;
	background-color: #acacac;
	color: #fff;
}

/*search_box 활성화 */
.search_box .input.on {
	border-color: #288bd8;
}

.search_box .on .src {
	background-color: #288bd8;
}

.search_box {
	margin: 0;
}

.search_box + .search_box {
	padding-top: 0;
}

.search_box input {
	height: 38px;
	padding: 0px 10px 0px 10px;
	line-height: 1;
}

.search_box .src {
	top: 5px;
}

.search_box [class^="flg"] + [class^="flg"],
.search_box .select + .select,
.search_box .select + .input,
.search_box .input + .input,
.search_box .input + .select {
	margin-left: 10px;
}

.search_box .select.type_02 div p a {
	border-color: #8f8f8f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.search_box .select.type_02 div p a:before {
	border-top-color: #8f8f8f;
}

.search_box [class^="flg"],
.search_box .input[class^="flg"],
.search_box .select[class^="flg"] {
	width: 1%;
}

/*유사검색어*/
.key_over {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0 10px;
	top: 52px;
	left: 0;
	z-index: 10;
	background-color: transparent;
}

.key_over ul {
	overflow: hidden;
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #8f8f8f;
	border-radius: 3px;
}

.key_over ul li {
	background-color: transparent;
}

.key_over ul li:first-child {
	border-radius: 3px 3px 0 0;
}

.key_over ul li:last-child {
	border-radius: 0 0 3px 3px;
}

.key_over ul li a {
	border-top: 1px solid #e1e1e1;
	display: block;
	padding: 10px 14px;
	color: #000;
}

.key_over ul li:first-child a {
	border-top: 0 none;
}

.info_list .btn_search {
	overflow: hidden;
	text-indent: -100px;
	width: 28px;
	height: 28px;
	background-color: #c9c9c9;
	background-image: url('../images/btn_search.png');
	-webkit-background-size: 35px;
	background-size: 35px;
	background-position: -3px -3px;
	background-repeat: no-repeat;
}

.info_list .btn_close {
	overflow: hidden;
	text-indent: -100px;
	width: 28px;
	height: 28px;
	margin-top: -1px;
	background-color: #fff;
	background-image: url('../images/btn_close.png');
	-webkit-background-size: 50px;
	background-size: 50px;
	background-position: -2px -52px;
	background-repeat: no-repeat;
	border-radius: 14px;
	border: 2px solid #c9c9c9;
}

.info_list .btn_search,
.info_list .btn_close {
	margin-left: 3px;
}


/*star_point //////////////////////////////////////////////////*/
.fund_det .star_point {
	margin-top: 15px;
}

.star_point span {
	display: block;
	overflow: hidden;
	text-indent: -100px;
	width: 15px;
	min-width: 15px;
	height: 15px;
	margin-left: 2px;
	background-color: #bdbdbd;
	background-image: url('../images/icon_star.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.star_point span.on {
	background-color: #288bd8;
}

/*radio / checkbox /////////////////////////////////////////////////////////////////////*/
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	border: 0 none;
	background: transparent;
	vertical-align: middle;
	outline: 0 none;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

input[type="radio"] {
	width: 22px;
	height: 22px;
	background-image: url('../images/bg_radio.png');
	-webkit-background-size: 22px;
	background-size: 22px;
}

input[type="radio"]:checked {
	background-position: 0 -50px;
}

input[type="checkbox"] {
	width: 21px;
	height: 21px;
	border: 1px solid #aeafb0;
	background: #fff url('../images/bg_checkbox.png') -1px top;
	border-radius: 4px;
	-webkit-background-size: 21px;
	background-size: 21px;
}

input[type="checkbox"]:checked {
	background-color: #258bda;
	border: 1px solid #258bda;
	background-position: -1px -51px;
}

.icon_list .round_title + input[type="checkbox"] {
	margin-left: 6px;
	margin-top: -2px;
}

label {
	margin-right: 0px;
	display: inline-block;
}

label {
	padding-left: 30px;
	text-indent: -30px;
}

input + label {
	padding-left: 0;
	text-indent: 0;
}

.rflex > label {
	display: block;
}

label input[type="radio"],
label input[type="checkbox"] {
	margin-right: 10px;
	top: -2px;
}

.input_list {
	margin-top: 20px;
}

.input_list li {
	padding: 8px 0 8px 2px;
}

.input_list li label {
	margin-left: 10px;
	color: #000;
}

.input_list li label span {
	color: #666;
}

.input.type_02 {
	line-height: 1;
}

.fieldset_box {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
}

.fieldset_box:first-child {
	margin-top: 0;
}

.fieldset_box > div {
	margin-left: 10px;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 1%;
	line-height: 40px;
}

/*.fieldset_box>div:not(.flg_0) {
  margin-left:10px;
  -webkit-box-flex:1;
  box-flex:1;
  -webkit-flex-grow:1;
  flex-grow:1;
  width:1%;
  line-height:40px;
}*/
.fieldset_box > div:first-child {
	margin-left: 0;
}

.fieldset_box .label {
	display: -webkit-box;
	display: -ms-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-flex: 0;
	box-flex: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	width: 8em;
	font-size: 15px;
	line-height: 1;
	color: #000;
}

.fieldset_box .text {
	-webkit-box-flex: 0;
	box-flex: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	width: auto;
}

.fieldset_box .select + .text {
	margin-left: 5px;
}

.fieldset_box .hyphen {
	position: relative;
	margin-left: 15px !important;
	overflow: visible !important;
}

.fieldset_box .hyphen:before {
	content: "-";
	position: absolute;
	top: -1px;
	left: -16px;
	width: 15px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.fieldset_box.line_feed .label {
	margin-top: 13px;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	box-align: start;
}

/*simbol //////////////////////////////////////////////////////////////////////////*/
.simbol {
	display: block;
	width: 22px;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	height: 22px;
	margin-right: 10px;
	border-radius: 12px;
	background-color: purple;
	color: #fff;
	text-align: center;
	padding-top: 3px;
}

/*icon_menu*/
.icon_menu {
	overflow: hidden;
}

.icon_menu li {
	float: left;
	width: 50%;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}

.icon_menu li:nth-child(odd) {
	border-left: 0 none;
}

.icon_menu li:nth-child(-n+2) {
	border-top: 0 none;
}

.icon_menu li a {
	overflow: hidden;
	padding: 12px 15px;
	display: block;
	/*  display:-webkit-flex;
  display:flex;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-align-items: center;
  align-items: center;*/
}

.icon_menu li a span {
	display: inline-block;
	float: left;
	padding: 4px 0 0 0px;
}

.icon_menu .icon {
	width: 23px;
	height: 23px;
	padding: 0;
	border: 1px solid #f2c911;
	border-radius: 12px;
	margin-right: 6px;
}

.icon_menu .icon.download {
	position: relative;
	float: right;
	width: 44px;
	height: 44px;
	margin-right: 10px;
	background-color: #333;
	border: 0 none;
	border-radius: 10px;
}

.icon_menu .icon.download:before {
	content: "";
	position: absolute;
	display: block;
	top: 24px;
	left: 34px;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background-color: rgba(40, 139, 216, 0.9);
}

.icon_cal {
	position: relative;
	padding-left: 28px;
}

.icon_cal:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 22px;
	background: url('../images/icon_title.png') 0 -202px no-repeat;
	-webkit-background-size: 20px;
	background-size: 20px;
}

/*select/////////////////////////////////////////////////////////*/
.select {
	display: inline-block;
}

.select > div {
	position: relative;
	display: block;
}

.ie7 .select > div {
	display: inline;
}

.ui-dropdown2,
.ui-dropdown1,
.ui-dropdown {
	position: relative;
}

/*value*/
.select div p a {
	position: relative;
	display: block;
	white-space: nowrap;
}

.ui-dropdown1-select:before,
.select div p a:before {
	content: "";
	display: block;
	position: absolute;
}

/*option*/
.select .option_box {
	position: absolute;
	display: none;
	min-width: 100%;
	z-index: 502;
	/* background-color: #fff; */
}

.ui-dropdown .ui-dropdown-list,
.select.type_01 .option_box,
.select.type_03 .option_box {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 502;
}

.select div span {
	display: block;
	min-width: 100px;
	padding: 5px 15px 5px 10px;
	text-align: left;
	word-wrap: initial;
}

.select div li.on span {
	background-color: #000;
	color: #fff;
}

/*type_01*/
.ui-dropdown .ui-dropdown-select,
.select.type_01 div p a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 134px;
	max-width: 140px;
	height: 35px;
	line-height: 32px;
	padding: 0px 25px 0px 15px;
	background-color: #fff;
	border: 2px solid #c9c9c9;
	border-radius: 18px;
	font-size: 13px;
}

.ui-dropdown-select:before,
.select.type_01 div p a:before {
	top: 50% !important;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -3px !important;
	border-top: 6px solid #c9c9c9;
	border-right: 4px solid rgba(255, 255, 255, 0);
	border-left: 4px solid rgba(255, 255, 255, 0);
}

/* .ui-dropdown .ui-dropdown-list,
.select.type_01 .option_box {
  overflow: hidden !important;
  border:2px solid #c9c9c9;
  border-radius:18px;
  background-color: #fff;
} */
.ui-dropdown .ui-dropdown-list,
.select.type_01 .option_box {
	overflow: hidden !important;
	background-color: transparent;
	background-color: #fff;
	border-radius: 18px;
}

/* .ui-dropdown .ui-dropdown-list ul, {
  display:block;
  border-radius:16px;
  max-height:175px;
  overflow-x:auto;
  background-color: #fff;
} */
.ui-dropdown .ui-dropdown-list ul,
.select.type_01 .option_box ul {
	display: block;
	border-radius: 18px;
}

.ui-dropdown1 .ui-dropdown1-list,
.select.type_02 .option_box {
	overflow: hidden !important;
	background-color: #fff;
	height: auto;
	border-radius: 3px;
}

.ui-dropdown1 .ui-dropdown1-list ul,
.select.type_02 .option_box ul {
	display: block;
	border-radius: 3px;
	max-height: 280px;
	overflow-x: auto;
	border: 1px solid #8f8f8f;
	background-color: transparent;
}

/* .ui-dropdown-list li,
.select.type_01 div li span {
  position: relative;
  overflow: hidden;
  min-height: 24px;
  height: 35px;
  padding:0px 15px 0px 15px;
  font-size: 13px;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
  background-color: #fff;
  line-height: 34px;
} */
.select.type_01 div li {
	background-color: transparent;
}

.ui-dropdown-list li,
.select.type_01 div li span {
	overflow: hidden;
	min-height: 24px;
	height: 35px;
	padding: 0px 15px 0px 15px;
	font-size: 13px;
	border-width: 0 2px 1px 2px;
	border-style: solid;
	border-color: #C9C9C9;
	background-color: transparent;
	line-height: 34px;

}

.ui-dropdown-list li:first-child,
.select.type_01 div li:first-child span {
	border-top: 2px solid #c9c9c9 !important;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	line-height: 32px;
}

.ui-dropdown-list li:last-child,
.select.type_01 div li:last-child span {
	border-bottom-width: 2px !important;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	line-height: 32px;
}

.ui-dropdown-list li.selected,
.select.type_01 div li.on span {
	background-color: rgba(0, 0, 0, 0.1);
	color: #666;
}

.select.type_01 .slt_close {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 30px;
	height: 28px;
	text-indent: -1000px;
	background-color: transparent;
}

.select.type_01 .slt_close:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-bottom: 6px solid #8f8f8f;
	border-right: 4px solid rgba(255, 255, 255, 0);
	border-left: 4px solid rgba(255, 255, 255, 0);
}

/*type_02*/
.select.type_02 {
	display: block;
}

/* select */
.ui-dropdown1 .ui-dropdown1-select,
.select.type_02 div p a {
	position: relative;
	overflow: hidden;
	height: 40px;
	padding: 0px 30px 0px 10px;
	background-color: #fff;
	border: 1px solid #8f8f8f;
	border-radius: 3px;
	font-size: 15px;
	color: #000;
	line-height: 40px;
	vertical-align: middle;
	white-space: initial;
	word-break: break-word;
}

.select.type_02 .show {
	position: relative;
	overflow: hidden;
	height: 40px;
	background-color: #fff;
	border: 1px solid #8f8f8f;
	border-radius: 3px;
	font-size: 15px;
	color: #000;
	line-height: 40px;
	vertical-align: middle;
	white-space: initial;
	word-break: break-word;
	width: 100%;
}



.search_box .select.type_02 div p a {
	min-width: 100px;
}

.ui-dropdown1 .ui-dropdown1-select:before,
.select.type_02 div p a:before {
	top: 16px;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 6px solid #8f8f8f;
	border-right: 4px solid rgba(255, 255, 255, 0);
	border-left: 4px solid rgba(255, 255, 255, 0);
}

.select.type_02 .slt_close {
	display: none;
}

.ui-dropdown1 .ui-dropdown1-list,
.select.type_02 .option_box {
	top: 45px;
	/*overflow: hidden;*/
	/* border:1px solid #8f8f8f; */
	border: 0;
}

.select.type_02 div li {
	background-color: transparent;
}

.ui-dropdown1 .ui-dropdown1-list li,
.select.type_02 div li span {
	min-height: 40px;
	padding: 11px 15px 0px 15px;
	font-size: 15px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1em;
	background-color: transparent;
}

.ui-dropdown1 .ui-dropdown1-list li:last-child,
.select.type_02 div li:last-child span {
	border-bottom: 0;
}

.ui-dropdown1 .ui-dropdown1-list li.selected,
.select.type_02 div li.on span {
	background-color: rgba(0, 0, 0, 0.1);
	color: #000;
}

/* .ui-dropdown-list ul li:last-child,
.ui-dropdown1-list ul li:last-child,
.select div ul li:last-child span {
  border-bottom: 0;
} */

/*input type=text*/
.input {
	line-height: 1 !important;
}

.input.type_02 {
	overflow: hidden;
	display: block;
	background-color: #fff;
	border: 1px solid #8f8f8f;
	border-radius: 3px;
}

.input.type_02 input,
.input.type_02 textarea {
	display: inline-block;
	width: 100%;
	height: 38px;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1em;
	color: #000;
	background-color: #fff;
	border: 0 none;
	border-radius: 3px;
}

.input.type_02 textarea {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	height: 130px;
}

/*hyphen box*/

.hyp_box > div:first-of-type {
	flex: 1.8;
	font-size: 15px;
}

.hyp_box > div {
	position: relative;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 1%;
	margin-left: 15px;
}

.hyp_box > div:first-child {
	margin-left: 0;
}

.hyp_box > div:nth-child(2) {
	-webkit-box-flex: 1.25;
	box-flex: 1.25;
	-webkit-flex: 1.25 0 auto;
	flex: 1.25 0 auto;
	margin-left: 5px;
}


.hyp_box > div:before {
	content: "-";
	display: block;
	position: absolute;
	top: 10px;
	left: -11px;
	color: #595959;
}

.hyp_box > div:first-child:before,
.hyp_box > div:nth-child(2):before {
	display: none;
}

.form_box > div {
	margin-top: 10px;
}

/* tab */
.tab_gray {
	overflow: hidden;
	margin: 0 10px;
	/* border: 1px solid #acacac;
  border-radius:3px; */
}

.tab_gray ul {
	border-radius: 3px;
}

.cont .tab_gray {
	margin: 0 15px;
}

.tab_gray li {
	width: 1%;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1 !important;
	flex-grow: 1 !important;
	background-color: #fff;
	border: 1px solid #acacac;
	border-left: 0;
}

.tab_gray li:first-child {
	border-left: 1px solid #acacac;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.tab_gray li:last-child {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.tab_gray li > * {
	display: block;
	text-align: center;
	padding: 1px 0 0 0;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	font-size: 14px;
	/* border-left: 1px solid #acacac; */
	background-color: transparent;
}

.tab_gray li:first-child > * {
	border-left: 0 none;
}

.tab_gray .on {
	background-color: #acacac;
	border: 0;
}

.tab_gray .on > a {
	font-weight: bold;
	color: #fff;
	height: 32px;
	line-height: 32px;
}

/*tab default style*/
.tab {
	background-color: #fff;
}

.tab li {
	-webkit-box-flex: 1;
	-box-flex: 1;
	-webkit-flex-grow: 1 !important;
	flex-grow: 1 !important;
}

.tab li a {
	display: block;
	padding: 1px 12px 0px;
	color: #8f8f8f;
	text-align: center;
	height: 41px;
	line-height: 41px;
}

/*type_01*/
.tab.type_01 {
	position: relative;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	z-index: 2;
}

.tab + .cont:not(.box) {
	border-top: 0;
}

.tab.type_01 .rflex li {
	width: 1%;
}

/* 크기고정 */
.tab.type_01 li a {
	border-left: 1px solid #e1e1e1;
	font-size: 15px;
}

.tab.type_01 li:first-child a {
	border-left: 0 none;
}

.tab.type_01 li.on a {
	background-color: #8f8f8f;
	color: #fff;
	font-weight: bold;
}

.tab.type_01 li.on + li a {
	border-left: 0 none;
}

/*type_01 over*/
.tab.type_01.over {
	position: relative;
}

.tab.type_01.over ul {
	overflow: hidden;
	position: relative;
	left: 30px;
	height: 41px;
	z-index: 1;
}

.tab.type_01.over li {
	display: block;
	float: left;
}

.tab.type_01.over li a {
	/*padding: 12px;*/
}

.tab.type_01.over button {
	position: absolute;
	top: 0;
	width: 30px;
	height: 41px;
	background-color: #fff;
	z-index: 2;
	background-image: url('../images/arrow_tab_01.png');
	background-repeat: no-repeat;
	-webkit-background-size: 9px;
	background-size: 9px;
}

.tab.type_01.over button.right {
	right: 0;
	border-left: 1px solid #8f8f8f;
	background-position: 12px 14px;
}

.tab.type_01.over button.left {
	left: 0;
	border-right: 1px solid #8f8f8f;
	background-position: 9px -36px;
}

/*type_02*/
.tab.type_02 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #e1e1e1;
}

.tab.type_02 li a {
	position: relative;
}

.tab.type_02 li.on a {
	color: #000;
}

.tab.type_02 li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 1px;
	height: 12px;
	background-color: #e1e1e1;
}

.tab.type_02 li:first-child a:before {
	display: none;
}

/*type_03*/
.tab.type_03 {
	background: #f2f2f2;
	padding: 20px 12px
}

.tab.type_03 ul {
	border: 1px solid #acacac;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap
}

.tab.type_03 ul li {
	width: 50%;
	height: 41px;
	border-bottom: 1px solid #e1e1e1;
	flex-grow: initial !important
}

.tab.type_03 ul li:last-child {
	border-bottom: none
}

.tab.type_03 ul li a {
	width: 100%;
	display: block;
	position: relative
}

.tab.type_03 ul li:nth-child(even) a:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #e1e1e1;
	position: absolute;
	left: 0;
	top: 12px
}

.tab.type_03 ul li.on a {
	color: #258bda;
	border-bottom: 2px solid #258bda;
	font-weight: bold
}

.tab.type_03.col3 li {
	width: 33.33%;
	height: 70px
}

.tab.type_03.col3 li a {
	line-height: initial;
	padding: 18px 0 0;
	height: 70px
}

.tab.type_03.col3 ul li + li a:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 45px;
	background: #e1e1e1;
	position: absolute;
	left: 0;
	top: 12px
}

/*tab type round*/
.round_tab {
	margin-top: 10px;
	background-color: transparent;
}

.round_tab ul {
	position: relative;
}

.round_tab ul li {
	position: relative;
	width: 46px;
	height: 46px;
	border-radius: 23px;
	background-color: #acacac;
	-webkit-box-shadow: inset 0px 2px 0 0 #929292;
	box-shadow: inset 0px 2px 0 0 #929292;
	z-index: 2;
}

.round_tab ul:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	width: 100%;
	height: 5px;
	background-color: #acacac;
	-webkit-box-shadow: inset 0px 2px 0 0 #8c8c8c;
	box-shadow: inset 0px 2px 0 0 #8c8c8c;
	z-index: 1;
}

.round_tab ul li a {
	position: absolute;
	display: table;
	/*  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
    -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
   align-items: center;*/
	top: 3px;
	left: 3px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	padding: 0 5px;
	text-align: center;
	font-size: 13px;
}

.round_tab ul li a span {
	display: table-cell;
	width: 20px;
	/*padding-top: 13px;*/
	vertical-align: middle;
	color: #fff;
	background-color: transparent;
}

.round_tab ul li.on a {
	/*border:1px solid #797979;*/
	-webkit-box-shadow: 0px 2px 0 0 #797979;
	box-shadow: 0px 2px 0 0 #797979;
	font-weight: bold;
}

.round_tab.type_01 ul li.on a {
	background-color: #b188ee;
}

.round_tab.type_02 ul li.on a {
	background-color: #8fa0f1;
}

.btn_list_more {
	display: block;
	width: 100%;
	padding: 11px 0 10px;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 13px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 0 none;
	/*border-bottom: 1px solid #e1e1e1;*/
}

.btn_list_more span {
	display: inline-block;
	padding-bottom: 1px;
}

/* 자산현황  my Header 이어지는 Box */
.top_box {
	padding: 25px 15px;
	border-top: 1px solid #fff;
	background-color: #258bda;
	color: #fff;
}

.top_box .txt_flag {
	border-color: #fff !important;
	color: #fff !important;
	background-color: transparent !important;
}

.top_box .select {
	float: right;
}

.top_box .ui-dropdown-select,
.top_box .select div p a {
	max-width: 90px;
	min-width: 90px;
	border-color: #fff;
	background-color: #258bda;
	color: #fff;
	white-space: initial;
}

.top_box .ui-dropdown-select:before,
.top_box .select div p a:before {
	border-top-color: #fff;
}

.top_box .select .slt_close:before {
	border-bottom-color: #fff;
}

.top_box .ui-dropdown .ui-dropdown-list ul,
.top_box .select.type_01 .option_box ul {
	background-color: #258bda;
}

.top_box .ui-dropdown-list li,
.top_box .select div li span {
	min-width: 90px;
	background-color: #258bda;
}

.top_box .ui-dropdown-list li,
.top_box .select.type_01 div li span {
	border-color: #fff !important;
}

.top_box .ui-dropdown-list li.selected,
.top_box .select div li.on span {
	color: #fff;
	background-color: rgba(255, 255, 255, .3);
}

.top_box .btn_fat {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.top_box .input.type_02 {
	background-color: transparent;
	border: 2px solid #f2c911;
	border-radius: 3px;
}

.top_box .input.type_02 input {
	background-color: transparent;
	color: #fff;
	height: 27px;
	font-size: 13px;
	line-height: 1;
	padding-top: 4px;
}

.top_box *::-webkit-input-placeholder {
	color: #fff;
}

.input.type_02.my_01 {
	width: 90px;
}
