@charset "utf-8";

.contents {
    width:100%;
    height:100vh;
    background-color:#fafafa;
}
.main-wrap {
    max-width:1200px;
    height:100vh;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    justify-content:center;
}
.pctitle {
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content: center;
    margin-left:40px;
}
.pctitle .fmdlogo {
    width:90px;
    padding-bottom:14px;
}
.pctitle h4 {
    font-size:40px;
    font-weight:700;
    color:var(--n700);
    line-height:140%;
    display:block;
    padding-bottom:14px;
    letter-spacing:-1px;
}
.pctitle h4 .hidebr{
    display:none;
}
.pctitle h4 .onbr {
    display:block;
}
.pctitle p {
    font-size:24px;
    color:var(--n500);
    line-height:150%;
    font-weight:300;
    letter-spacing:-1px;
}
.pctitle > .adbnr {
    max-width:370px;
    margin-top:40px;
    background-color:#eeeeee;
}
.mctt {
    max-width:540px;
    width:100%;
    display:flex;
    justify-content: center;
    margin-right:40px;
}
.service {
    background-color:var(--wh);
    width:540px;
    height:100vh;
    overflow-x:hidden;
}
/* 헤더 */
header {
    padding:0 20px;
    position:sticky;
    top:0;
    left:0;
    width: 100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    background-color:#fff;
    z-index:999;
}
/* 헤더 고정 */
header.fixed {
    position:relative;
}
/* 헤더 상단영역 */
header .top {
    width:100%;
    display:flex;
    justify-content:space-between;
    height:50px;
    align-items:center;
}
header .top button {
    width:30px;
    height:30px;
    text-indent:-9999px;
}
header button.back {
    background:url(../img/ico_back.svg) no-repeat center left;
}
header button.search {
    background:url(../img/ico_search.svg) no-repeat center;
}
header button.menu {
    background:url(../img/ico_menu.svg) no-repeat center;
}
header button.close {
    background:url(../img/ico_close.svg) no-repeat center;
}

/* 헤더 로고와 탭 */
header h1 a {
    background:url(../img/logo_black.png) no-repeat center center;
    background-size: cover;
    width:127px;
    height:26px;
    display: block;
    text-indent:-9999px;
}
header .tab {
    width:100%;
    display: flex;
    flex-direction:row;
}
header .tab button {
    text-indent:0;
    width:auto;
    height:auto;
    font-size:16px;
    line-height:150%;
    padding-bottom:12px;
    color:#ffffff50;
    cursor: pointer;
}
header .tab button:hover {
    color:#ffffff80;
}
header .tab button.on {
    border-bottom:2px solid #eee;
    padding-bottom:10px;
    font-weight:600;
    color:#fff;
}
header .tab button:not(:last-child) {
    margin-right:12px;
}

/* 메인 - 투명 헤더 */
header.transparent {
    background-color:#ffffff00;
    backdrop-filter: blur(999px);
}
header.transparent h1 a {
    background:url(../img/logo_white.png) no-repeat center center;
    background-size: cover;
}
header.transparent button.search {
    background:url(../img/ico_search_wh.svg) no-repeat center;
}
header.transparent button.menu {
    background:url(../img/ico_menu_wh.svg) no-repeat center;
}
header.transparent .tab button {
    color:#ffffff60;
}
header.transparent .tab button:hover {
    color:#ffffff95;
}
header.transparent .tab button.on {
    border-bottom:2px solid #eee;
    color:#fff;
}

/* 메인 - 대출 공통 스타일 */
.loan_ctt {
    margin-top:-86px;
}
.loan_ctt > li {
    display:none;
}
.loan_ctt > li.on {
    display:block;
}
.loan_ctt li .bnr {
    /* header 높이 : 86px */
    padding:130px 0 50px 0;
    display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.loan_ctt li .bnr h2 {
    font-size:24px;
    line-height:130%;
    font-weight:600;
    color:#fff;
    margin-bottom:12px;
}
.loan_ctt li .bnr p {
    font-size:16px;
    color:#ffffff90;
    margin-bottom:20px;
}
.loan_ctt li .bnr img {
    height:152px;
    margin-bottom:20px;
}
.loan_ctt li .bnr a {
    padding:16px 25px;
    border:2px solid #ffffff30;
    mix-blend-mode: plus-lighter;
    color:#fff;
    line-height:100%;
    font-size:16px;
    font-weight:600;
    border-radius:9999px;

}

/* 메인 - 대출 과목별 배너 색상 */
.loan_ctt li.realEstate .bnr {
    background-color: #1C315B;
}
.loan_ctt li.lent .bnr {
    background-color: #5E2D2D;
}
.loan_ctt li.creditLoan .bnr {
    background-color: #1C4B46;
}
.loan_ctt li.lease .bnr {
    background-color: #0E4055;
}
.loan_ctt li.foreignerLoan .bnr {
    background-color: #3B2D5E;
}


/* 메인 - 대출 히스토리 */
.history {
    padding:30px 20px 20px 20px;
}
.history .wrap {
    display: flex;
    flex-direction:row;
    margin-bottom:20px;
}
.history .wrap > div {
    display:flex;
    flex-direction:column;
}
.history .img {
    width:50px;
    height:50px;
    border-radius:999px;
    background-color:var(--n50);
    display: flex;
    justify-content:center;
    align-items:center;
    margin-right:12px;
}
.history .img img {
    width:35px;
    mix-blend-mode: multiply;
}
.history .wrap div > ul {
    display:flex;
    flex-direction:row;
}
.history h4 {
    font-weight:600;
    font-size:16px;
    color:var(--n500);
    margin-bottom:15px;
}
.history strong, .history li {
    font-size:16px;
    font-weight:700;
    letter-spacing:-0.5px;
    color:var(--n700);
}
.history strong {
    margin-bottom:8px;
}
.history li {
    margin-right:16px;
}
.history li span {
    font-size:14px;
    color:var(--n500);
    font-weight:400;
    margin-right:8px;
}
.history a {
    display:block;
    text-align:center;
    width:100%;
    line-height:100%;
    background:var(--n600);
    font-size:16px;
    font-weight:600;
    color:#fff;
    border-radius:8px;
    padding:20px 0;
}
.history strong::before {
    border-radius:999px;
    display:inline-block;
    border:1px solid var(--n300);
    color:var(--n500);
    padding:3px 8px;
    font-weight:400;
    font-size:12px;
    margin-right:8px;
}

/* 건물 종류 */
.history.apt strong::before {
    content:'아파트';
}
.history.ofctel strong::before {
    content:'오피스텔';
}
.history.rdd strong::before {
    content:'주상복합';
}
.history.villa strong::before {
    content:'연립/다세대';
}
.history.bdland strong::before {
    content:'건물 + 토지';
}
.history.land strong::before {
    content:'토지';
}
.history.store strong::before {
    content:'집합상가';
}


/* 모바일 메인 - 슬라이더*/
.ctt.blogSlide {
    padding-bottom:0 !important;
}
.swiper{
    width: 100%;
    height:420px;
    border-radius:12px;
    box-shadow: 0px 4px 30px #00000015;
    visibility:visible !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #5d5b5b;
    display: flex;
    justify-content: baseline;
    flex-direction: column;
}
.swiper-slide a {
    width:100%;
    height:100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 60%;
    object-fit: cover;
}
.swiper-slide div {
    height:40%;
    background-color:var(--wh);
    text-align:left;
    display: flex;
    justify-content: center;
    flex-direction:column;
    padding:0 20px ;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    bottom: 45% !important;
    z-index: 30;
    left: 20px !important;
    width: auto !important;
}
.swiper-slide span {
    font-size:14px;
    font-weight:600;
    color:var(--n500);
    letter-spacing:-0.5px;
}
.swiper-pagination-bullet-active {
    background:#ffffff80 !important;
}

/* 고객센터 */
.ctt.help {
    padding:40px 0px 0px 0px !important;
}
.ctt.help h4.s01{
    margin-bottom:20px;
}
.ctt.help ul li:nth-child(1) {
    font-size:14px;
    font-weight:600;
    color:var(--p300);
    letter-spacing:-0.5px;
    margin-bottom:12px;
}
.ctt.help ul li:nth-child(2) {
    font-size:24px;
    font-weight:600;
    color:var(--p700);
    letter-spacing:-0.5px;
    margin-bottom:12px;
}
.ctt.help ul li:nth-child(3) {
    font-size:12px;
    font-weight:400;
    color:var(--n500);
    letter-spacing:-0.5px;
    margin-bottom:20px;
}

p.s01 {
    font-size:16px;
    color:var(--n500);
    line-height:150%;
    letter-spacing:-0.5px;
    margin-bottom:4px;
}
h4.s01 {
    font-size:20px;
    font-weight:700;
    color:var(--n700);
    line-height:140%;
    letter-spacing:-0.5px;
    margin-bottom:10px;
}

/* 푸터 */
.footer{
    background:var(--n50);
    width:100%;
    padding:40px 20px;
}
.footer h5{
    font-size:14px;
    color:var(--n700);
    margin-bottom:4px;
}
.footer ul.info {
    margin-bottom:20px;
}
.footer ul.info li {
    line-height:170%;
    font-size:12px;
    color:var(--n500);
}
.footer ul.terms {
    max-width:400px;
}
.footer ul.terms li {
    margin-right:10px;
    display:inline-block;
    padding-right:10px;
    border-right: 1px solid var(--n300);
    margin-bottom:6px;
    overflow: hidden;
    line-height:14px;
}
.footer ul.terms li:nth-child(2),.footer ul.terms li:last-child {
    border:none;
}
.footer ul.terms li a {
    font-weight:500;
}
.footer > div {
    margin-top:19px;
    padding-top:25px;
    border-top:1px solid #00000020;
}
.footer > div p {
    font-size:12px;
    color:var(--n500);
    line-height:170%;
}
.footer > div p:not(:last-child) {
    margin-bottom:30px;
}

.footer .ctt.term_detail {
    padding-bottom:0;
}
.footer .ctt.term_detail h3 {
    font-size:14px;
}
.footer .ctt.term_detail * {
    font-size:12px;
}
.footer .ctt.term_detail p, .footer .ctt.term_detail ul{
    margin-bottom:15px;
}
.footer .ctt.term_detail ul li {
    margin-bottom:5px;
}
.term_detail span.highlight {
    text-decoration:underline;
    font-weight:700;
}
