@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('/nineint/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("/nineint/file/IMAGE/uu/1610e73dfad14fa2809566cddc0690a0") no-repeat center / cover;
} 

.sub-container.introduce .section04 > div.right {
	background: url("/nineint/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 {
	display: flex;
    padding: 100px 20px;
    background: #1F323A;
    min-width: 100%;
	min-height: 100vh;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-items: center;    
}

.container.contact .content-box {
    width: 100%;
    display: flex;
    max-width: 800px;
    text-align: center;
    color: #fff;
    padding: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
}

.container.contact .content-box h2 {
    padding-bottom: 30px;
    font-size: 42px;     
    font-weight: 700;
    color: #fff;     
}

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

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

.container.contact .content-box .contact-box .input-field label {
    display: flex;
    align-items: flex-start;  
    margin-bottom: 20px;
}

.container.contact .content-box .contact-box .input-field label span {
    width: 100px;      
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;  
}

.container.contact .content-box .contact-box .input-field label input {
    width: calc(100% - 100px);
    padding: 10px 15px;
    background: #fff;
    color: #132229;
    border: none;
    border-radius: 5px;
    text-align: left;      
    vertical-align: top;    
}

.container.contact .content-box .contact-box .input-field label textarea {
    width: calc(100% - 100px);
    height: 150px;         
    padding: 10px 15px;
    background: #fff;
    color: #132229;
    resize: none;      
    border-radius: 5px; 
}

.container.contact .content-box .contact-box #boardInsidePassword {
    width: 25%;
}

.container.contact .content-box .contact-box .submit-btn {
    width: 200px;   
    height: 45px;
    background-color: #FF6135;
    font-size: 16px;
    font-weight: 600;
    color: #fff;       
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.container.contact .content-box .contact-box .submit-btn:hover {
    background-color: #ff7a54; 
}

@media (max-width: 768px) {
    .container.contact .content-box {
        padding: 20px;
    }
    
    .container.contact .content-box h2 {
        font-size: 32px;
    }
    
    .container.contact .content-box .contact-box .input-field label {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .container.contact .content-box .contact-box .input-field label span {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .container.contact .content-box .contact-box .input-field label input {
        width: 100%;
    }
}