@charset "UTF-8";
#container {
	background-color: #1F323A;
	color: #fff;
}

.fixed-header { 
	background: #1F323A;
}

h3 {
	font-size: 48px;
	font-weight: 700;
}

.sub-page-title-section {
    height: 250px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    background-color: #0A181E;
}

.sub-page-title-section .spt {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #4B6C7B;
}

/* 솔리드스톤 소개 */
.sub-container.introduce .section01 {
	padding: 150px 0;
}

.sub-container.introduce .section01 .content-area {
	align-items: center;
	gap: 170px;
}

.sub-container.introduce .section01 .content-area .left {
	min-width: 460px;
	min-height: 552px;
}

.sub-container.introduce .section01 .content-area .left img:nth-child(2) {
	transform: translate(60px, -60px);
}

.sub-container.introduce .section01 .content-area .right {
	padding-bottom: 60px;
}

.sub-container.introduce .section01 .content-area .right h4 {
	font-size: 36px;
	font-weight: 100;
	padding-bottom: 40px;
}

.sub-container.introduce .section02 {
	padding: 100px 0 150px;
	text-align: center;
}

.sub-container.introduce .section02 h3 {
	padding-bottom: 40px;
}

.sub-container.introduce .section02 p span {
	color: #FF6135;
}


.sub-container.introduce .section03 {
	height: 500px;
	text-align: center;
	background: url('/solidstone/file/IMAGE/uu/8db5fc5e880f4b16b96c3296fa77880a') no-repeat center / cover;
}

.sub-container.introduce .section03 h3 {
	font-size: 36px;
	font-weight: 700;
	color: #FF6135;
}

.sub-container.introduce .section04 > div {
	width: 50%;
	height: 840px;
	gap: 30px;
	text-align: center;
}

.sub-container.introduce .section04 > div.left {
	background: url("/solidstone/file/IMAGE/uu/1610e73dfad14fa2809566cddc0690a0") no-repeat center / cover;
} 

.sub-container.introduce .section04 > div.right {
	background: url("/solidstone/file/IMAGE/uu/fc2f304370a042c5b22de0cf92bd3525") no-repeat center / cover;
} 

.sub-container.introduce .section04 > div h4 {
	font-size: 34px;
	font-weight: 700;
}

.sub-container.introduce .section05 {
	padding: 150px;
	text-align: center;
}

.sub-container.introduce .section05 h3 {
	padding-bottom: 80px;	
}

.sub-container.introduce .section05 div {
	justify-content: center;
    align-items: baseline;
}

/* 채권형 절세 펀드 */
.bld {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	padding-left: 30px;
}

.bld:before {
	content: "";
    display: block;
    width: 3px;
    height: 34px;
    background-color: #FF6135;
    position: absolute;
    left: 0;
    top: 6px;
}

.sub-container.fund-info .section01 {
	padding: 150px 0;
	text-align: center;
}

.sub-container.fund-info .section01 > h3 {
	padding-bottom: 10px;
}

.sub-container.fund-info .section01 > h3 span {
	color: #FF6135;
}

.sub-container.fund-info .section01 > p {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 60px;
}

.sub-container.fund-info .section01 > div {
	position: relative;
	max-width: 770px;
	width: 100%;
	background-color: #0A181E;
	padding: 50px 90px;
	text-align: left;
}

.sub-container.fund-info .section01 > div h4 {
	margin-bottom: 20px;
}

.sub-container.fund-info .section01 > div h5 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
}

.sub-container.fund-info .section01 > div p {
	font-size: 14px;
	color: #A9C7D5;
	line-height: 28px;
	padding-bottom: 30px;
    word-break: keep-all;
}

.sub-container.fund-info .section01 > div span {
	font-size: 14px;
	color: #466675;
}

.sub-container.fund-info .section01 > div span.acct {
	color: #FF6135;
}

.sub-container.fund-info .section01 > div img {
	position: absolute;
	right: 0;
    bottom: 0;
    transform: translate(85%, 50%);
}

.sub-container.fund-info .section02 {
	padding: 180px 0 150px;
}

.sub-container.fund-info .section02 h4 {
	margin-bottom: 60px; 
}

.sub-container.fund-info .section02 table {
	border-collapse: collapse;
	border-top: 2px solid rgba(255 255 255 / 30%);
	border-bottom: 2px solid rgba(255 255 255 / 30%);
	font-size: 18px;
}

.sub-container.fund-info .section02 table:nth-of-type(1) {
	margin-bottom: 150px;
}

.sub-container.fund-info .section02 table tr th {
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
}

.sub-container.fund-info .section02 table tr td {
	text-align: center;
	padding: 20px 0;
}

.sub-container.fund-info .section02 table thead tr th {
	background-color: #132229;
	border-bottom: 1px solid rgba(255 255 255 / 30%);
}

.sub-container.fund-info .section02 table tbody tr th {
	border-bottom: 1px solid rgba(255 255 255 / 30%);
}

.sub-container.fund-info .section02 table tbody tr td {
	border-bottom: 1px solid rgba(255 255 255 / 30%);
}

.sub-container.fund-info .section03 {
	padding: 0 0 150px;
}

.sub-container.fund-info .section03 h4 {
	margin-bottom: 40px;
}

.sub-container.fund-info .section03 > div {
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.sub-container.fund-info .section03 > div:first-of-type {
	margin-bottom: 50px;
}

.sub-container.fund-info .section03 > div > div {
	position: relative;
	width: 250px;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 10px;
	border: 1px solid #fff;
	border-radius: 100%;
}

.sub-container.fund-info .section03 > div > div h5 {
	font-size: 22px;
	font-weight: 700;
}

.sub-container.fund-info .section03 > div > div p {
	font-size: 16px;
}

.sub-container.fund-info .section03 > div > div span {
	position: absolute;
	top: 40px;
	font-size: 10px;
	font-weight: 700;
	color: #FF6135;
}

.sub-container.fund-info .section03 > div > div:before {
	content: "";
	display: block;
	width: 100%;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: linear-gradient(0deg, rgba(217, 217, 217, 0.3) 0%, rgba(115, 115, 115, 0) 100%);
	border-radius: 100%;
}

/* 펀드 가입 */

.sub-container.fund-join .section01 {
	padding: 150px 0;
}

.sub-container.fund-join .section01 > h3 {
	text-align: center;
	padding-bottom: 60px;
}

.sub-container.fund-join .section01 > div:nth-of-type(1) {
	gap: 20px;
	text-align: center;
	margin-bottom: 100px;
}

.sub-container.fund-join .section01 > div:nth-of-type(1) p {
	font-size: 18px;
	padding: 30px 0 10px;
}

.sub-container.fund-join .section01 > div:nth-of-type(1) span {
	font-size: 28px;
	font-weight: 700;
}

.sub-container.fund-join .section01 table {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	border-top: 2px solid rgba(255 255 255 / 30%);
	border-bottom: 2px solid rgba(255 255 255 / 30%);
	font-size: 18px;
}

.sub-container.fund-join .section01 table tr th {
	background: #132229;
	height: 70px;
	border-right: 2px solid rgba(255 255 255 / 30%);
	border-bottom: 1px solid rgba(255 255 255 / 30%);
	font-weight: 700;
	text-indent: 20px;
}

.sub-container.fund-join .section01 table tr td {
	height: 70px;
	border-bottom: 1px solid rgba(255 255 255 / 30%);
	text-indent: 20px;  
}

.sub-container.fund-join .section02 {
	padding: 150px 0;
	text-align: center;
	background: #132229;
}

.sub-container.fund-join .section02 > h3 {
	padding-bottom: 60px;
}

.sub-container.fund-join .section02 .btn-area {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
}

.sub-container.fund-join .section02 .btn-area a {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #132229;
	font-weight: 700;
}

.sub-container.fund-join .section02 .btn-area > a {
	background: #FF6135;
}

.sub-container.fund-join .section02 .btn-area > div {
	gap: 20px;
	margin-bottom: 20px;
}

.sub-container.fund-join .section02 .btn-area > div > a {
	width: 50%;
	background: #BFBFBF;
}

.sub-container.fund-join .section03 {
	padding: 150px 0;
	text-align: center;
}

.sub-container.fund-join .section03 h3 {
	padding-bottom: 60px;
}

/* 공지사항 */
.board.notice {
	padding: 150px 0;
	min-height: 600px;
	color: #fff;
}

/* 상담하기 */
.container.contact {
	padding: 150px 20px;
}
.container.contact .content-box {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.container.contact .content-box h2 {
	padding-bottom: 10px;
	font-size: 48px;
	font-weight: 700;
}

.container.contact .content-box > p {
	padding-bottom: 40px;
}

.container.contact .content-box .contact-box {
	padding-bottom: 70px;
}

.container.contact .content-box .contact-box .input-field {
	margin-bottom: 15px;
}

.container.contact .content-box .contact-box .input-field label {
	display: flex;
	align-items: center;
}

.container.contact .content-box .contact-box .input-field label:not(:last-child) {
	margin-bottom: 15px;
}

.container.contact .content-box .contact-box .input-field label span {
	width: calc(100% - 530px);
	font-size: 18px;
	font-weight: 700;
}

.container.contact .content-box .contact-box .input-field label input {
	width: 530px;
	height: 42px;
	padding: 0 10px;
	background: #fff;
	color: #132229;
}

.container.contact .content-box .contact-box .input-field label textarea {
	width: 530px;
	height: 200px;
	padding: 10px 10px;
	background: #fff;
	color: #132229;
}

.container.contact .content-box .contact-box .submit-btn {
	width: 100%;
	height: 42px;
	background-color: #FF6135;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.container.contact .content-box .social-contact-box {
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.container.contact .content-box .social-contact-box img {
	max-width: 33px;
}

.container.contact .content-box .social-contact-box a {
	display: flex;
	gap: 10px;
	align-items: center;
}

.contact-fixed {
	position: fixed !important;
}

@media (max-width: 768px) {
	h3 { font-size: 28px; }
	.sub-container.introduce .section01 .content-area { flex-wrap: wrap; }
	.sub-container.introduce .section01 .content-area .left { display: none; }
	.sub-container.introduce .section01 .content-area .right { padding-bottom: 0; }
	.sub-container.introduce .section01 .content-area .right h4 { font-size: 22px; }
	.sub-container.introduce .section01 { padding: 100px 0; }
	.sub-container.introduce .section02 { padding: 50px 20px 100px; }
	.sub-container.introduce .section02 h3 { font-size: 24px; }
	.sub-container.introduce .section02 p br { display: none; }
	.sub-container.introduce .section03 { height: 300px; }
	.sub-container.introduce .section03 h3 { font-size: 20px; }
	.sub-container.introduce .section04 { flex-wrap: wrap; }
	.sub-container.introduce .section04 > div { width: 100%; height: 300px; }
	.sub-container.introduce .section05 { padding: 50px 20px 50px; }
	.sub-container.introduce .section05 h3 { font-size: 24px; padding-bottom: 40px; }
	
	.sub-container.fund-info .section01 { padding: 100px 0; }
	.sub-container.fund-info .section01 > div { padding: 20px; }
	.sub-container.fund-info .section01 > div img { display: none; }
	.sub-container.fund-info .section02 { padding: 100px 0; }
	.sub-container.fund-info .section02 .table-wrapper { width: 100%; overflow-x: scroll; }
	.sub-container.fund-info .section02 .table-wrapper:nth-of-type(2) table { width: 650px; }
	.sub-container.fund-info .section03 > div { flex-direction: column; gap: 30px; }
	.sub-container.fund-info .section03 > div > img { transform: rotate(90deg); }
	
	.container.contact .content-box .contact-box .input-field label span { width: 110px; }
	.container.contact .content-box .contact-box .input-field label input { width: calc(100% - 110px); }
}