@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

.main_box {
	width: 1152px;
	min-width: 1152px; /* 줄어들지 않게 보장 */
}

form {
	display: block;
	margin-top: 0em;
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
}

dt, dd, ul {
	margin: 0;
	padding: 0;
}

p, ul, ol, pre {
	margin: 0;
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
}

input, select {
	font-size: 16px;
	line-height: 1;
}

div {
	margin: 0;
	padding: 0;
}

input[type=text] {
	box-sizing: border-box;
}

input[type="radio"], input[type="radio"]+label {
	cursor: pointer;
}

input[type="checkbox"], input[type="checkbox"]+label {
	cursor: pointer;
}

h1.page-tit {
	line-height: 150%;
	margin-bottom: 60px;
	font-size: 42px;
	font-weight: 700;
}

/* checkbox */
.check-area {
	position: relative;
	margin-bottom: 5px;
}

.check-area:last-child {
	margin-right: 0;
}

.check-area input[type="checkbox"] {
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.check-area label {
	line-height: 150%;
	cursor: pointer;
}

.check-area label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
	border: 1px solid #E5E7EC;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

.check-area input[type="checkbox"]:checked+label:before {
	border-color: #D71820;
	background: #D71820 url("../images/ic_check.svg") center/8px auto
		no-repeat;
}

.check-area.single:before {
	margin-right: 0;
}

.check-area input[type="checkbox"]:not (:checked ):disabled+label {
	cursor: default;
	color: #bbb;
}

.check-area input[type="checkbox"]:not (:checked ):disabled+label:before
	{
	background-color: #fafafa;
}

.check-area input[type="checkbox"]:checked:disabled+label {
	opacity: 0.3;
	cursor: default;
}
/*radio*/
.radio-area {
	position: relative;
	margin-bottom: 5px;
}

.radio-area:last-child {
	margin-right: 0;
}
.check-area input[type="checkbox"] {
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.radio-area input[type="radio"] {
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
	border: 1px solid #e5e7ec;
	border-radius: 50%;
	background: #fff;
	vertical-align: middle;
		cursor: pointer;
}
.check-area label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
	border: 1px solid #E5E7EC;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

.radio-area input[type="radio"]:checked {
	border: 6px solid #d71820;
	background-color: #fff
}

.radio-area label {
	line-height: 150%;
	cursor: pointer;
}

.radio-area input[type="radio"]:checked {
	border: 6px solid #d71820;
	background-color: #fff;
}

.vertical {
	display: grid;
}

caption, .accessibility {
	display: none;
}

button {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1em;
	text-decoration: none;
	vertical-align: middle;
	background: none;
	border: none;
	overflow: visible;
	cursor: pointer;
}

.m-auto {
	margin: auto;
}

.mb-10 {
	margin-bottom: 10px !important;
}

#apimainQnaFaq img, input, a {
	vertical-align: middle;
}


/*
.fundSearch_area .input_area {
	margin-top: 15px;
	margin-bottom: 14px;
}

.fundSearch_area .input_area input[type="text"] {
	width: 300px;
	padding: 0 16px;
	border: 1px solid #E5E7EC;
	border-radius: 6px;
	height: 44px;
}

.fundSearch_area .input_area input:focus {
	outline: 0;
	border: 1px solid #1a1a1a;
}
*/
.input_area {
	position: relative;
	width: 400px;
}

.input_area input {
	width: 100%;
	height: 44px;
	padding: 0 16px;
	border: 1px solid #E5E7EC;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.input_area *:-ms-input-placeholder {
	color: #8f8f8f;
}

.input_area *::-webkit-input-placeholder {
	color: #8f8f8f;
}

.input_area *:-moz-placeholder {
	color: #8f8f8f;
}

.input_area *::placeholder {
	color: #8f8f8f;
}

.input_area input:hover {
	border: 1px solid #1a1a1a;
}

.input_area input:focus {
	outline: 0;
	border: 1px solid #1a1a1a;
}

.fundSelect_area {
    margin-top: 2px;
    border-top: solid 2px #d1d1d1;
    border-bottom: solid 1px #d1d1d1;
    overflow: hidden;
}

.fundSelect_area .fund_select {
	float: left;
	border-left: solid 1px #d1d1d1;
	height: 100%;
}

.fundSelect_area .fund_select .select_list {
	height: 228px;
	overflow-y: auto;
	overflow-x: hidden;
}

.fundSelect_area .fund_select .select_list ul {
	margin-top: 6px;
	margin-left: 10px;
	margin-bottom: 6px;
}

.fundSelect_area .fund_select .select_list ul li {
	line-height: 25px;
}

.fundSelect_area .fund_select .select_list_half ul {
	margin-top: 4px;
	margin-left: 10px;
}

.fundSelect_area .fund_select .select_list_half ul li {
	line-height: 25px;
}

.fundSelect_area .fund_select dl dt {
	border-bottom: solid 1px #d1d1d1;
	background-color: #f8f8f8;
	text-align: center;
	line-height: 150%;
	padding: 8px 12px;
}

.fundSelect_area .fsType01 {
	width: 230px;
	border-left: 0;
}

.fundSelect_area .fsType02 {
	    width: 229px;
}

.fundSelect_area .fsType03 {
	width: 229px;
}

.fundSelect_area .fsType04 {
	width: 230px;
}

.fundSelect_area .fsType05 {
	width: 230px;
	border-right: 0;
}

.fundSearch_table table {
	border-spacing: 0px;
	width: 100%;
}

.fundSearch_table table th.border_left {
	border-left: solid 1px #d1d1d1;
}

.fundSearch_table table th {
	background: #f8f8f8;
	text-align: center;
	font-weight: normal;
	border-right: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	height: 50px;
}

.fundSearch_table table td {
	border-bottom: solid 1px #d1d1d1;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.fundSearch_close_butt {
	text-align: center;
	/*
    border-top: solid 1px #0facb9;*/
	top: -1px;
	margin: 0;
}

.retCheckbox {
	display: inline-block;
	margin-right: 6px;
}

.retCheckbox label {
	width: 20px;
}

/*상세보기*/
.btnOpen {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background-color: #d6361e;
	color: #fff;
	padding: 15px 20px;
	border: none;
	border-radius: 0 0 8px 8px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	width: 148px;
	height: 25px;
}

.btnClose {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background-color: #d6361e;
	color: #fff;
	padding: 15px 20px;
	border: none;
	border-radius: 0 0 8px 8px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	width: 148px;
	height: 25px;
}

.arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: transform 0.3s;
}

.btnOpen .arrow {
	transform: rotate(-45deg); /* 아래쪽 */
	margin-top: -2px;
}

.btnClose .arrow {
	transform: rotate(135deg); /* 위쪽 */
	margin-top: 2px;
}

/* 버튼 호버 시 약간 어둡게 */
.btnOpen:hover {
	background-color: #b52e19;
}

.fund_total {
	margin: 25px 0 25px 5px;
	font-size: 16px;
	background: url('https://www.ls-sec.co.kr/images/ico/bul_dot4.png') 0
		10px no-repeat;
	padding-left: 10px;
	letter-spacing: -0.1px;
}

.fund_total strong {
	font-size: 21px;
	font-weight: 600;
	color: #fe113e;
	text-decoration: underline;
}

.detailSubCheckbox {
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

.detailCheck {
	display: inline-block;
	width: 88px;
}

.detailCheck_division {
	display: inline-block;
	width: 113px;
	margin-bottom: 5px;
}

.detailCheck_division2 {
	display: inline-block;
	width: 78px;
}

.detailCheck_target {
	display: inline-block;
	width: 88px;
}

/* 하단 펀드비교/정렬 */
.fundCompare {
	margin-top: 20px;
	padding: 0 3px 0 2px;
	text-align: right;
}

.fundCompare .optionArea {
	float: left;
}

.subMenu {
	margin-left: 14px !important;
	margin-top: 0 !important;
}

/*하단글*/
.inforArea {
	height: auto;
	line-height: 150%;
	padding: 24px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #D0D3D8;
	background-color: #fff;
	margin-top: 40px;
}

.titInfo {
	position: relative;
	line-height: 150%;
	margin-bottom: 16px;
	padding-left: 28px;
	font-weight: 700;
}

.titInfo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/ic_advice.svg) center/auto auto no-repeat;
}

ul.inforList3 li {
	position: relative;
	line-height: 150%;
	margin-bottom: 8px;
	padding-left: 24px;
	color: #666;
	font-size: 16px;
}

ul.inforList3 li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #666;
}

ul.inforList3 li:last-child {
	margin-bottom: 0;
}

.txtP2 {
	color: #FE113E !important;
}

.txtP1 {
	color: #0253ae !important;
}

.vspace30 {
	margin-top: 30px !important;
}


.alignR {
	/*	text-align: right !important;*/
	
}

.alignC {
	text-align: center !important;
}



/* 펀드정보 - 하단(클래스 보기) */
.fundInfo-subfoot {
	font-size: 11px;
	float: right;
	border: 1px solid #d1d1d1;
	padding: 5px;
	color: #656565;
}

.fundInfo-subfoot:hover {
	font-weight: 600;
	text-decoration: underline;
}
/* 기간버튼 (수익률,자금유출입 컬럼) */
.btn-term, btn-term.sel_back {
	border: solid 1px #ddd;
	background: white;
	font-size: 14px;
	padding: 4px 6px;
	border-radius: 5px;
	margin-right: 1px;
	cursor: pointer;
}

.btn-term:hover {
	box-shadow: 5px 5px 5px 1px rgba(135, 135, 135, 0.3);
}

.btn-term:active, .btn-term.sel {
	background: var(--Primary-Red, #D71820);
	border-color: var(--Primary-Red, #D71820);
	color: white;
}
/* 정렬 버튼 */
.th_inner {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.updown_align {
	display: flex;
	flex-direction: column;
	gap: 2px;
	position: static;
}

.btn_up, .btn_down {
	width: 9px;
	height: 7px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.btn_up {
	background-image: url(../images/btn_up_0.png);
}

.btn_up.sel, .btn_up:hover {
	background-image: url(../images/btn_up_1.png);
}

.btn_down {
	background-image: url(../images/btn_down_0.png);
}

.btn_down.sel, .btn_down:hover {
	background-image: url(../images/btn_down_1.png);
}

/*펀드 체크박스*/
.custom-checkbox-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.checkbox-icon {
	width: 20px;
	height: 20px;
	background: url(../images/bg_uncheck.svg);
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
}

.checkbox-icon:hover {
	transform: translateY(-2px);
	box-shadow: 5px 5px 5px 1px rgba(135, 135, 135, 0.3);
	transition: all 0.2s ease;
}

.checkbox-wrap input[type="checkbox"]:checked+.checkbox-icon {
	background-image: url(../images/bg_check.svg);
}

input[id^="selectAll-"]:checked+.custom-checkbox-label .checkbox-icon,
	input[id^="selectAllSlide-"]:checked+.custom-checkbox-label .checkbox-icon
	{
	background-image: url(../images/bg_check.svg);
}

.checkbox-wrap input[type="checkbox"] {
	display: none;
}


/*펀드리스트 상단*/
.result-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	margin-top: 40px;
	padding-left: 10px;
}

.fund-total-cnt {
	padding: 0 10px;
	color: #3f3f3f;
	font-weight: 700;
	text-align: left;
}

.fund-compare-wrap .fund-compare {
	display: flex;
	align-items: center;
}

.btn-compare {
	display: inline-block;
	margin: 0 5px;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	border-radius: 18px;
	padding: 8px 14px;
	background-color: #fff;
	transition: all 0.25s;
	border: solid 1px #ddd;
	text-align: right;
}

.btn-compare .text {
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	color: #3D476A;
	font-size: 13px;
}
