/* == 시작::미디어 쿼리(반응형 분기) ================================= */
    /*
    @media all and (min-width:1340px) {
    }
    @media all and (min-width:800px) and (max-width:1339px) {
    }
    @media all and (max-width:799px) {
    }
    */
/* == 끝::미디어 쿼리(반응형 분기) =================================== */

/* == 시작::CSS 기본 세팅 ============================================ */
    @import url('webfont-Pretendard.css');

    html, html * {
        box-sizing: border-box;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        padding: 0;
        margin: -1px;
        border: 0;
        clip: rect(0, 0, 0, 0);
    }

    /* a태그 색상, 밑줄 제거 */
    a {
        text-decoration: none; /* 링크의 밑줄 제거 */
        color: inherit; /* 링크의 색상 제거 */
    }

    /* 이미지 보더(테두리) 깔끔히 0으로 하기 */
    img {
        border: 0;
    }

    /* 폰트 */
    body {
        font-family: 'Pretendard';
        font-weight: 400;
    }
    .cursor_text{
        cursor: pointer;
    }

/* == 끝::CSS 기본 세팅 ============================================== */


/* == 시작::슬라이드 쇼 ============================================== */
    /* 메인크기 */
    main {
        height: 652px;
        background-color: #398ee3;
    }

    #carousel {
        width: 100%;
        height: 384px;
    }

    /* 가로 정렬 */
    #carousel ul {
        display: table;
        margin: 0 auto;
    }

    /* 각 슬라이드 영역 가로, 세로 정렬 */
    #carousel ul li {
        width: 100%;
        height: 300px;
        text-align: center;
        vertical-align: middle;
    }

    /* 각 슬라이드 문구 줄 바꿈 */
    #carousel li span {
        display: block;
    }

    /* 각 슬라이드 문구 글씨 색상 지정 */
    #carousel li span {
        color: #ffffff;
    }

    #carousel li em {
        color: #70f0ea;
    }

    #carousel li strong {
        color: #70f0ea;
    }

    /* 세로 정렬하기 위해 테이블 셀처럼 행동하게 함 */
    #carousel li:nth-child(1) {
        display: table-cell;
    }

    /* 다른 슬라이드들은 숨기기 */
    #carousel li {
        display: none;
    }

    /* 슬라이드 컨트롤 */
    #carousel .control {
        width: 300px;
        margin: 0 auto;
    }

    /* 슬라이드 페이지 수 왼쪽으로 붙이기 */
    #carousel .control .inner .page-nums {
        float: left;
        line-height: 35px;
    }

    /* 슬라이드 페이지 수 오른쪽으로 붙이기 */
    #carousel .control .inner .btn {
        float: right;
        line-height: 35px;
    }

    /* 플로트 시 클리어픽스 해주기 */
    #carousel .control .inner::after {
        content: '';
        display: block;
        clear: both;
    }

    /* 슬라이드 페이지 수 표시 색상 */
    #carousel .page-nums {
        color: #ffffff;
    }

    #carousel .page-curr {
        color: #70f0ea;
    }

    /* 진행 바 */
    #carousel .progress-bar {
        margin: 5px 0;
        width: 100%;
        height: 5px;
        background-color: #ffffff;
    }

    /* 진행 바 완료(밝은 하늘색) */
    #carousel .progress-bar .completed {
        display: block;
        width: 0;
        height: 100%;
        background-color: #70f0ea;
    }

    /* 이전, 다음 버튼 마우스 커서 손모양 */
    #carousel .control .btn-prev,
    #carousel .control .btn-next {
        cursor: pointer;
        display: inline-block;
        padding: 0 3px;
    }

    /* 이전 버튼 너비 10픽셀 */
    #carousel .control .btn-prev img {
        width: 10px;
        height: auto;
    }

    /* 다음 버튼 너비 10픽셀 */
    #carousel .control .btn-next img {
        width: 10px;
        height: auto;
    }

    /* 각 슬라이드 문구 글씨 크기 및 행간 */
    #carousel li span:nth-child(1) {
        font-size: 54px;
        line-height: 80px;
    }

    #carousel li span:nth-child(2) {
        font-size: 80px;
        font-weight: 700;
    }

    @media all and (min-width:1340px) {
    }
    @media all and (min-width:800px) and (max-width:1339px) {
        #carousel li span:nth-child(1) {
            font-size: 34px;
            line-height: 80px;
        }
        #carousel li span:nth-child(2) {
            font-size: 56px;
        }
    }
    @media all and (max-width:799px) {
        #carousel li span:nth-child(1) {
            font-size: 34px;
            line-height: 45px;
        }
        #carousel li span:nth-child(2) {
            font-size: 56px;
        }
    }
/* == 끝::슬라이드 쇼 ================================================ */

/* == 시작::서브페이지 대표 문구(슬라이드 쇼 자리) =================== */
    /* 서브페이지 메인 영역 */
    .subpage main {
        display: table;
        width: 100%;
        height: 200px;
    }

    /* 서브페이지 대표 문구 영역(슬라이드 쇼 대신 들어가는 자리) */
    .subpage #carousel {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 200px;
        color: #ffffff;
    }

    /* 서브페이지 대표 문구 폰트 크기 및 행간 */
    .subpage .slogan {
        font-size: 54px;
        line-height: 88px; /* 행높이: 17px(상) + 54px(텍스트 높이) + 17px(하) */
    }

    /* 서브페이지 대표 문구 강조 텍스트 */
    .subpage .slogan em {
        color: #70f0ea;
    }
    @media all and (min-width:1340px) {
    }
    @media all and (min-width:800px) and (max-width:1339px) {
    }
    @media all and (max-width:799px) {
        .subpage .slogan {
            line-height: 70px;
        }
    }
/* == 끝::서브페이지 대표 문구(슬라이드 쇼 자리) ===================== */

/* == 시작::대출 검색결과 대표 문구(슬라이드 쇼 자리) =================== */
    /* 서브페이지 메인 영역 */
    .loan-search main {
        display: table;
        width: 100%;
        height: 200px;
    }

    /* 서브페이지 대표 문구 영역(슬라이드 쇼 대신 들어가는 자리) */
    .loan-search #carousel {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 200px;
        color: #ffffff;
    }

    /* 서브페이지 대표 문구 폰트 크기 및 행간 */
    .loan-search .slogan {
        font-size: 54px;
        line-height: 88px; /* 행높이: 17px(상) + 54px(텍스트 높이) + 17px(하) */
    }

    /* 서브페이지 대표 문구 강조 텍스트 */
    .loan-search .slogan em {
        color: #70f0ea;
    }
    @media all and (min-width:1340px) {
    }
    @media all and (min-width:800px) and (max-width:1339px) {
    }
    @media all and (max-width:799px) {
        .loan-search .slogan {
            line-height: 70px;
        }
    }
/* == 끝::대출 검색결과 대표 문구(슬라이드 쇼 자리) ===================== */

/* == 시작::메인 배너 메뉴 =========================================== */
    /* 전체크기 */
    #loan-items {
        width: 1187px;
        margin: 0 auto; /* 가운데 정렬 */
    }

    /* 배너 크기, 정렬, 디자인, 간격 */
    #loan-items section {
        float: left;
        width: 279px;
        height: 144px;
        border-radius: 9px; /* 둥근 모서리 */
        background-color: #ffffff;
        margin: 10px;
        padding: 10px;
    }

    /* 마지막 배너 간격 */
    #loan-items section:last-child {
        margin-right: 0;
    }

    /* 배너 이미지 정렬, 크기 */
    #loan-items section img {
        float: left;
        margin-left: 22px;
        margin-top: 25px;
        width: 64px;
        height: auto;
    }

    /* 배너 플로트 막음 */
    #loan-items section:after {
        content: '';
        display: block;
        clear: both;
    }

    /* 배너 플로트 막음 */
    #loan-items:after {
        content: '';
        display: block;
        clear: both;
    }

    /* 배너 이미지 자리 만들기 */
    #loan-items h3, 
    #loan-items p {
        padding-left: 103px;
    }

    /* 배너 제목*/
    #loan-items h3 {
        padding-top: 27px;
        line-height: 28px;
        font-weight: bold;
    }

    /* 배너 문구 간격*/
    #loan-itmes p {
        line-height: 21px;
    }

    @media all and (min-width:1340px) {
    }
    @media all and (min-width:800px) and (max-width:1339px) {
        /* 메인 하단 여백 */
        main {
            height: auto;
            padding-bottom: 30px;
        }
        /* 태블릿 배너 정렬 */
        #loan-items {
            width: 600px;
        }
        #loan-items section {
            /*margin-bottom: 21px;*/
        }
    }
    @media all and (max-width:799px) {
        /* 메인 하단 여백 */
        main {
            height: auto;
            padding-bottom: 30px;
        }
        /* 모바일 배너 정렬 */
        #loan-items {
            width: 300px;
        }
        #loan-items section {
            /*margin-bottom: 21px;*/
        }
    }
/* == 끝::메인 배너 메뉴 ============================================= */

/* == 시작::메인 본문 공통 =========================================== */
    body > section h2 em {
        font-weight: 700;
    }
/* == 끝::메인 본문 공통 ============================================= */

/* == 시작::메인 본문 세부 =========================================== */
    /* == 시작::금리를 부탁해 메인 첫번째 본문 ======================= */
        /* 첫번째 배너 배경색 */
        #intro {
            background-color: #f7f7f7;
        }

        /* 첫번째 배너 크기 */
        #intro .inner {
            width: 1178px; /* 가이드 선 너비 */
            height: 529px;
            margin: 0 auto; /* 가운데 정렬 */
        }

        /* 첫번째 배너의 문구 왼쪽 정렬 */
        #intro .inner .wrap {
            float: left;
            width: 50%;
            margin-top: 150px;
        }

        /* 첫번째 배너의 이미지 오른쪽 정렬 */
        #intro .inner img {
            float: right;
        }

        /* 첫번째 배너의 플로트 해제 */
        #intro .inner:after {
            content: '';
            display: block;
            clear: both;
        }

        /* 첫번째 배너의 타이틀 크기 */
        #intro h2 {
            font-size: 54px;
            line-height: 72px;
        }

        /* 첫번째 배너의 문구 내용 크기 */
        #intro p {
            font-size: 18px;
            padding: 12px 0;
            line-height: 26px;
        }

        /* 첫번째 배너의 타이틀 색상 */
        #intro h2 em {
            color: #3489e2;
        }

        @media all and (min-width:1340px) {
        }
        @media all and (min-width:800px) and (max-width:1339px) {
            #intro {
                padding: 50px 0;
            }
            #intro .inner {
                width: auto;
            }
            #intro .inner .wrap {
                float: none;
                margin-top: 0;
                width: 600px;
                margin: 0 auto;
            }
            #intro .inner img {
                float: none;
                display: block;
                margin: 0 auto;
            }
            #intro .inner {
                height: 800px;
            }
        }
        @media all and (max-width:799px) {
            #intro {
                padding: 50px 0;
            }
            #intro .inner {
                width: auto;
            }
            #intro .inner .wrap {
                float: none;
                margin-top: 0;
                width: 300px;
                margin: 0 auto;
            }
            #intro .inner img {
                float: none;
                display: block;
                margin: 0 auto;
                width: 300px;
                height: auto;
            }
            #intro .inner {
                height: 635px;
            }
            #intro .inner * {
                margin: 0 auto;
            }
            #intro h2 {
                font-size: 34px;
                line-height: 50px;
            }
        }
    /* == 끝::금리를 부탁해 메인 첫번째 본문 ========================= */

    /* == 시작::금리를 부탁해 메인 두번째 본문 ======================= */
        #different {
            padding: 50px 0;
        }

        /* 두번째 배너의 안쪽 감싸주는 div영역 크기 */
        #different .inner {
            width: 1178px;
            margin: 0 auto;
            text-align: center;
        }

        /* 타이틀 글씨 크기 및 행높이 */
        #different h2 {
            font-size: 54px;
            line-height: 72px;
            text-align: center;
        }

        /* 타이틀 강조 색상 */
        #different h2 em {
            color: #3489e2;
        }

        /* 타이틀 아래 부제목 - 가운데 정렬 */
        #different .subheading {
            text-align: center;
        }

        /* 특허증 그리고 등록증 영역 */
        #different .document {
            display: inline-block;
            margin: 60px 43px 0;
            vertical-align: top;
            text-align: center;
        }

        /* 특허증 및 등록증 영역 내 이미지에 대한 속성들 */
        #different .document img {
            display: block;
            width: 290px;
            height: auto;
        }

        /* 특허증 및 등록증 영역 내 텍스트에 대한 속성들 */
        #different .document span {
            display: block;
            padding: 45px 0;
        }

        @media all and (min-width:1340px) {
        }
        @media all and (min-width:800px) and (max-width:1339px) {
            #different .inner {
                position: relative;
                width: 600px;
                height: 600px;
            }
            #different p {
                font-size: 18px;
                line-height: 26px;
            }
            #different .document span {
                display: none;
            }
            #different .document {
                position: absolute;
            }
            #different .cert-of-patent {
                z-index: 11;
                top: 143px;
                left: 45px;
            }
            #different .patent-number {
                z-index: 10;
                top: 79px;
                left: 197px;
            }
        }
        @media all and (max-width:799px) {
            #different .inner {
                position: relative;
                width: 300px;
                height: 600px;
            }
            #different h2 {
                font-size: 34px;
                line-height: 50px;
            }
            #different p {
                font-size: 18px;
                line-height: 26px;
            }
            #different .document span {
                display: none;
            }
            #different .document {
                position: absolute;
                margin: 60px 0;
            }
            #different .cert-of-patent {
                z-index: 11;
                top: 167px;
                left: -1px;
            }
            #different .patent-number {
                z-index: 10;
                top: 126px;
                left: 17px;
            }
        }
    /* == 끝::금리를 부탁해 메인 두번째 본문 끝======================= */

    /* == 시작::금리를 부탁해 메인 세번째 본문 ======================= */
        /* 세번째 배너 메뉴 배경색 */
        #special {
            background-color: #f7f7f7;
        }

        /* 세번째 배너 크기 */
        #special .inner {
            width: 1178px; /* 가이드 선 너비 */
            height: 529px;
            margin: 0 auto; /* 가운데 정렬 */
        }

        /* 세번째 배너의 문구 왼쪽 정렬 */
        #special .inner .wrap {
            float: right;
            width: 50%;
            margin-top: 88px;
        }

        /* 세번째 배너의 이미지 오른쪽 정렬 */
        #special .inner img {
            float: left;
        }

        /* 세번째 배너의 플로트 해제 */
        #special .inner:after {
            content: '';
            display: block;
            clear: both;
        }

        /* 세번째 배너의 타이틀 크기 */
        #special h2 {
            font-size: 54px;
            line-height: 72px;
        }

        /* 세번째 배너의 문구 내용 크기 */
        #special p {
            font-size: 18px;
            padding: 12px 0;
            line-height: 26px;
        }

        /* 세번째 배너의 타이틀 색상 */
        #special h2 em {
            color: #3489e2;
        }

        @media all and (min-width:1340px) {
        }
        @media all and (min-width:800px) and (max-width:1339px) {
            #special {
                padding: 50px 0;
            }
            #special .inner {
                width: auto;
            }
            #special .inner .wrap {
                float: none;
                margin-top: 0;
                width: 600px;
                margin: 0 auto;
            }
            #special .inner img {
                float: none;
                display: block;
                margin: 0 auto;
            }
            #special .inner {
                height: 800px;
            }
        }
        @media all and (max-width:799px) {
            #special {
                padding: 50px 0;
            }
            #special .inner {
                width: auto;
            }
            #special .inner .wrap {
                float: none;
                margin-top: 0;
                width: 300px;
                margin: 0 auto;
            }
            #special .inner img {
                float: none;
                display: block;
                margin: 0 auto;
                width: 300px;
                height: auto;
            }
            #special .inner {
                height: 635px;
            }
            #special .inner * {
                margin: 0 auto;
            }
            #special h2 {
                font-size: 34px;
                line-height: 50px;
            }
        }
    /* == 끝::금리를 부탁해 메인 세번째 본문 ========================= */

    /* == 시작::금리를 부탁해 메인 네번째 본문 ======================= */
        #realistic h2 {
            font-size: 54px;
            line-height: 72px;
        }

        /* 가운데 정렬 - 배너 전체 정렬 */
        #realistic .inner {
            width: 1178px;
            margin: 0 auto;
            padding: 50px 0;
        }

        #realistic p {
            font-size: 18px;
            padding: 12px 0;
            line-height: 22px;
        }

        #realistic h2 {
            text-align: center;
        }

        #realistic h3 {
            font-size: 18px;
            line-height: 22px;
        }

        /* 현실적입니다 - 소제목 굵기 강조 */
        #realistic h3 strong {
            font-weight: bold;
        }

        #realistic h2 em {
            color: #3489e2;
        }

        /* 문구 패딩, 라인, 둥근 모서리 모양 */
        #realistic section {
            padding: 25px;
            margin: 25px;
            box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.23);
            border-radius: 10px;
        }

        #realistic section img {
            float: left;
            width: 59px;
            height: auto;
            margin-right: 15px;
        }

        @media all and (min-width:1340px) {

        }
        @media all and (min-width:800px) and (max-width:1339px) {
            #realistic .inner {
                width: 600px;
            }
            #realistic section img {
                float: none;
                width: auto;
                height: auto;
                display: block;
                margin: 20px auto;
            }
        }
        @media all and (max-width:799px) {
            #realistic .inner {
                width: 300px;
            }
            #realistic h2 {
                font-size: 34px;
                line-height: 50px;
            }
            #realistic section {
                margin: 25px 0;
            }
            #realistic section img {
                float: none;
                width: auto;
                height: auto;
                display: block;
                margin: 20px auto;
            }
        }
    /* == 끝::금리를 부탁해 메인 네번째 본문 ========================= */

    /* == 시작::금리를 부탁해 메인 다섯번째 본문 ===================== */
        /* 다섯번째 배너 메뉴 배경색 */
        #trustable {
            background-color: #F7F7F7;
        }

        /* 다섯번째 배너 크기 */
        #trustable .inner {
            width: 1178px; /* 가이드 선 너비 */
            height: 529px;
            margin: 0 auto; /* 가운데 정렬 */
        }

        /* 다섯번째 배너의 문구 왼쪽 정렬 */
        #trustable .inner .wrap {
            float: left;
            width: 50%;
            margin-top: 118px;
        }

        /* 다섯번째 배너의 이미지 오른쪽 정렬 */
        #trustable .inner img {
            float: right;
            margin-top: 57px;
            margin-right: 77px;
        }

        /* 다섯번째 배너의 플로트 해제 */
        #trustable .inner:after {
            content: '';
            display: block;
            clear: both;
        }

        /* 다섯번째 배너의 타이틀 크기 */
        #trustable h2 {
            font-size: 54px;
            line-height: 72px;
        }

        /* 다섯번째 배너의 문구 내용 크기 */
        #trustable p {
            font-size: 18px;
            padding: 12px 0;
            line-height: 26px;
        }

        /* 다섯번째 배너의 타이틀 색상 */
        #trustable h2 em {
            color: #3489e2;
        }

        @media all and (min-width:1340px) {
        }
        @media all and (min-width:800px) and (max-width:1339px) {
            #trustable {
                padding: 50px 0;
            }
            #trustable .inner {
                width: auto;
            }
            #trustable .inner .wrap {
                float: none;
                margin-top: 0;
                width: 600px;
                margin: 0 auto;
            }
            #trustable .inner img {
                float: none;
                display: block;
                margin: 0 auto;
            }
            #trustable .inner {
                height: 800px;
            }
        }
        @media all and (max-width:799px) {
            #trustable {
                padding: 50px 0;
            }
            #trustable .inner {
                width: auto;
            }
            #trustable .inner .wrap {
                float: none;
                margin-top: 0;
                width: 300px;
                margin: 0 auto;
            }
            #trustable .inner img {
                float: none;
                display: block;
                margin: 0 auto;
                width: 300px;
                height: auto;
            }
            #trustable .inner {
                height: 635px;
            }
            #trustable .inner * {
                margin: 0 auto;
            }
            #trustable h2 {
                font-size: 34px;
                line-height: 50px;
            }
        }
    /* == 끝::금리를 부탁해 메인 다섯번째 본문 ======================= */

    /* == 시작::금리를 부탁해 메인 여섯번째 본문 ===================== */
        /* 여섯번째 배너 메뉴 배경색 */
        #optimized {
            background-color: #FFFFFF;
        }

        /* 여섯번째 배너 크기 */
        #optimized .inner {
            width: 1178px; /* 가이드 선 너비 */
            height: 529px;
            margin: 0 auto; /* 가운데 정렬 */
        }

        /* 여섯번째 배너의 문구 왼쪽 정렬 */
        #optimized .inner .wrap {
            float: right;
            width: 50%;
            margin-top: 88px;
        }

        /* 여섯번째 배너의 이미지 오른쪽 정렬 */
        #optimized .inner img {
            float: left;
            margin-top: 20px;
        }

        /* 여섯번째 배너의 플로트 해제 */
        #optimized .inner:after {
            content: '';
            display: block;
            clear: both;
        }

        /* 여섯번째 배너의 타이틀 크기 */
        #optimized h2 {
            font-size: 50px;
            line-height: 72px;
        }

        /* 여섯번째 배너의 문구 내용 크기 */
        #optimized p {
            font-size: 18px;
            padding: 12px 0;
            line-height: 26px;
        }

        /* 여섯번째 배너의 타이틀 색상 */
        #optimized h2 em {
            color: #3489e2;
        }

        @media all and (min-width:1340px) {
        }
        @media all and (min-width:800px) and (max-width:1339px) {
            #optimized {
                padding: 50px 0;
            }
            #optimized .inner {
                width: auto;
            }
            #optimized .inner .wrap {
                float: none;
                margin-top: 0;
                width: 600px;
                margin: 0 auto;
            }
            #optimized .inner img {
                float: none;
                display: block;
                margin: 0 auto;
            }
            #optimized .inner {
                height: 800px;
            }
        }
        @media all and (max-width:799px) {
            #optimized {
                padding: 50px 0;
            }
            #optimized .inner {
                width: auto;
            }
            #optimized .inner .wrap {
                float: none;
                margin-top: 0;
                width: 300px;
                margin: 0 auto;
            }
            #optimized .inner img {
                float: none;
                display: block;
                margin: 0 auto;
                width: 300px;
                height: auto;
            }
            #optimized .inner {
                height: 635px;
            }
            #optimized .inner * {
                margin: 0 auto;
            }
            #optimized h2 {
                font-size: 34px;
                line-height: 50px;
            }
        }
    /* == 끝::금리를 부탁해 메인 여섯번째 본문 ======================= */

    /* == 시작::금리를 부탁해 메인 일곱번째 본문 ===================== */
        #info {
            background-color: #f4f9ff;
            padding: 50px 0;
        }

        #info .inner {
            width: 1187px;
            margin: 0 auto;
        }

        #info h2 {
            font-size: 54px;
            line-height: 72px;
            text-align: center;
            font-weight: 700;
        }

        #info ol {
            margin: 30px 0;
        }

        #info li {
            display: inline-block;
            width: 193px;
            padding-right: 72px;
            vertical-align: top;
            text-align: center;
            background: url('../img/info_img_07.png') 159px 59px no-repeat;
        }

        #info li:last-child {
            width: 121px;
            padding-right: 0;
            background: none;
        }

        #info li strong {
            display: block;
            font-weight: bold;
            padding: 20px 0;
        }

        #info p {
            font-size: 16px;
            margin: 14px 0;
            line-height: 20px;
        }

        @media all and (min-width:1340px) {
        }
        @media all and (min-width:800px) and (max-width:1339px) {
            #info .inner {
                width: 600px;
            }
            #info h2 {
                font-size: 34px;
                line-height: 50px;
            }
            #info ol {
                margin: 50px;
                text-align: center;
            }
        }
        @media all and (max-width:799px) {
            #info .inner {
                width: 300px;
            }
            #info h2 {
                font-size: 34px;
                line-height: 50px;
            }
            #info ol {
                margin: 20px;
                text-align: center;
            }
            #info p {
                padding: 0 15px;
            }
            #info li {
                padding-right: 0;
                padding-bottom: 50px;
                background: transparent url('../img/info_img_07mobile.png') 50% 192px/28.5px no-repeat;
            }
        }
    /* == 끝::금리를 부탁해 메인 일곱번째 본문 ======================= */
/* == 끝::메인 본문 세부 ============================================= */

/* == 시작::서브페이지 본문 공통 ===================================== */
    @media all and (min-width:1340px) {
        .subpage {
            margin-top: 170px;
        }

        /* 섹션 위 여백 */
        .subpage section {
            margin-top: 40px;
        }
        /* 안쪽 폭과 가로 가운데 정렬 */
        .subpage section > .inner {
            width: 1178px;
            margin: 0 auto;
        }

        /* 폼 필드 중제목 스타일 주기 */
        .subpage section h2 {
            padding-left: 17px;
            font-size: 24px;
            font-weight: 600;
            color: #2c80df;
            background: url('../img/heading-deco.png') 0 50%/6px no-repeat;
        }

        /* 폼 필드 마다 상하 여백 주기 */
        .subpage fieldset {
            display: table;
            margin: 16px 0 40px;
            padding: 8px 29px;
            border: 1px solid #ceced0;
            border-radius: 4px;
            background-color: #f5f6fa;
            font-size: 0;
        }

        .subpage dl {
            display: table-row;
        }

        .subpage dt, .subpage dd {
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #e2e3e7;
        }
        .subpage dl:first-child dt, .subpage dl:first-child dd {
            border-top: none;
        }
        .subpage dl:last-of-type dt, .subpage dl:last-of-type dd {
            border-bottom: none;
        }

        /* 폼 양식 매 항목 마다 스타일 주기 */
        .subpage dt {
            display: table-cell;
            width: 173px;
            height: 77px;
            padding-left: 27px;
            background: url('../img/bullet-grey.png') 12px 50%/5px no-repeat;
            font-size: 18px;
            color: #333333;
            vertical-align: middle;
        }

        /* 필수 항목의 경우 불릿 이미지 하늘색으로 */
        .subpage dt.must {
            background-image: url('../img/bullet-skyblue.png');
        }

        .subpage dd {
            display: table-cell;
            width: 941px;
            height: 77px;
            font-size: 18px;
            color: #454545;
            vertical-align: middle;
            padding: 10px 0;
        }

        .subpage section dd span {
            position: relative;
            top: -5px;
        }

        .subpage dl p.note {
            margin: 10px;
            font-size: 16px;
            font-weight: 300;
            color: #3185e1;
        }

        .subpage dd p {
            margin: 10px 0;
            line-height: 22px;
        }

        .subpage dd label {
            margin-right: 20px;
            margin-left: 2px;
        }
        .subpage select {
            width: 150px;
            height: 43px;
            border: 1px solid #d8d9db;
            margin-right: 10px;
        }
        .subpage input[type="text"] {
            height: 34px;
            border: 1px solid #d8d9db;
            margin-right: 10px;
            font-size: 18px;
            text-align: right;
        }
        .subpage input[type="radio"], .subpage input[type="checkbox"] {
            position: relative;
            top: 4px;
            width: 22px;
            height: 22px;
        }
        .subpage dl dd.has-note span {
            top: 0;
        }
    }
    @media all and (min-width:800px) and (max-width:1339px) {
        .subpage {
            margin-top: 122px;
        }
        /* 섹션 위 여백 */
        .subpage section {
            margin-top: 40px;
        }
        /* 안쪽 폭과 가로 가운데 정렬 */
        .subpage section .inner {
            width: 600px;
            margin: 0 auto;
        }

        /* 폼 필드 중제목 스타일 주기 */
        .subpage section h2 {
            padding-left: 17px;
            font-size: 24px;
            font-weight: 600;
            color: #2c80df;
            background: url('../img/heading-deco.png') 0 50%/6px no-repeat;
        }

        /* 폼 필드 마다 상하 여백 주기 */
        .subpage fieldset {
            margin: 16px 0 40px;
            padding: 25px 25px;
            border: 1px solid #ceced0;
            border-radius: 4px;
            background-color: #f5f6fa;
            font-size: 0;
        }

        .subpage dl {
            display: block;
        }

        /* 폼 양식 매 항목 마다 스타일 주기 */
        .subpage dt {
            display: block;
            height: 38px;
            padding-left: 13px;
            background: url('../img/bullet-grey.png') 1px 50%/5px no-repeat;
            font-size: 18px;
            line-height: 38px;
            color: #333333;
            vertical-align: middle;
        }

        /* 필수 항목의 경우 불릿 이미지 하늘색으로 */
        .subpage dt.must {
            background-image: url('../img/bullet-skyblue.png');
        }

        .subpage dd {
            display: block;
            padding-bottom: 20px;
            font-size: 18px;
            color: #454545;
            vertical-align: middle;
            background: url('../img/fieldset-border.png') 0 100% repeat-x;
        }
        .subpage dl:last-child dd {
            background: none;
        }

        .subpage dd select {
            width: calc(50% - 20px);
            margin-right: 20px;
        }
        .subpage dd select:last-child {
            margin-right: 0;
        }

        .subpage section dd span {
            display: inline-block;
        }

        .subpage dl p.note {
            margin: 10px;
            font-size: 16px;
            font-weight: 300;
            color: #3185e1;
        }

        .subpage dd p {
            margin: 10px 0;
            line-height: 22px;
        }

        .subpage dd label {
            margin-right: 20px;
            margin-left: 2px;
        }
        .subpage select {
            height: 34px;
            border: 1px solid #d8d9db;
            margin-right: 10px;
        }
        .subpage input[type="text"] {
            height: 34px;
            border: 1px solid #d8d9db;
            margin-right: 10px;
            font-size: 18px;
            text-align: right;
        }
        .subpage input[type="radio"], .subpage input[type="checkbox"] {
            position: relative;
            top: 4px;
            width: 22px;
            height: 22px;
        }
        .subpage dl dd.has-note span {
            top: 0;
        }
        .entry {
            background: url(../img/fieldset-border.png) 0 100% repeat-x;
        }
    }
    @media all and (max-width:799px) {
        .subpage {
            margin-top: 122px;
        }

        /* 섹션 위 여백 */
        .subpage section {
            margin-top: 40px;
        }
        /* 안쪽 폭과 가로 가운데 정렬 */
        .subpage section .inner {
            width: 300px;
            margin: 0 auto;
        }

        /* 폼 필드 중제목 스타일 주기 */
        .subpage section h2 {
            padding-left: 17px;
            font-size: 24px;
            font-weight: 600;
            color: #2c80df;
            background: url('../img/heading-deco.png') 0 50%/6px no-repeat;
        }

        /* 폼 필드 마다 상하 여백 주기 */
        .subpage fieldset {
            margin: 16px 0 40px;
            padding: 25px 25px;
            border: 1px solid #ceced0;
            border-radius: 4px;
            background-color: #f5f6fa;
            font-size: 0;
        }

        .subpage dl {
            display: block;
        }

        /* 폼 양식 매 항목 마다 스타일 주기 */
        .subpage dt {
            display: block;
            height: 38px;
            padding-left: 13px;
            background: url('../img/bullet-grey.png') 1px 50%/5px no-repeat;
            font-size: 18px;
            line-height: 38px;
            color: #333333;
            vertical-align: middle;
        }

        /* 필수 항목의 경우 불릿 이미지 하늘색으로 */
        .subpage dt.must {
            background-image: url('../img/bullet-skyblue.png');
        }

        .subpage dd {
            display: block;
            padding-bottom: 20px;
            font-size: 18px;
            color: #454545;
            vertical-align: middle;
            background: url('../img/fieldset-border.png') 0 100% repeat-x;
        }

        .subpage dl:last-child dd {
            background: none;
        }

        .subpage dd select {
            width: calc(50% - 10px);
            margin-right: 10px;
        }
        .subpage dd select:last-child {
            margin-right: 0;
        }

        .subpage section dd span {
            display: inline-block;
        }

        .subpage dl p.note {
            margin: 10px;
            font-size: 16px;
            font-weight: 300;
            color: #3185e1;
        }

        .subpage dd p {
            margin: 10px 0;
            line-height: 22px;
        }

        .subpage dd label {
            margin-right: 20px;
            margin-left: 2px;
        }
        .subpage select {
            height: 34px;
            border: 1px solid #d8d9db;
            margin-right: 10px;
        }
        .subpage input[type="text"] {
            width: 200px;
            height: 34px;
            border: 1px solid #d8d9db;
            margin-right: 10px;
            font-size: 18px;
            text-align: right;
        }
        .subpage input[type="radio"], .subpage input[type="checkbox"] {
            position: relative;
            top: 4px;
            width: 22px;
            height: 22px;
        }
        .subpage dl dd.has-note span {
            top: 0;
        }

        section.caution > p {
            float: none;
            display: block;
        }

        section.caution > .heading, 
        section.caution > .text {
            width: 100%;
            padding-right: 0;
        }
        section.caution .heading {
            padding-bottom: 20px;
            background: none;
        }
        .entry {
            background: url(../img/fieldset-border.png) 0 100% repeat-x;
        }
    }

    /* 하단 버튼(공통) */
    .subpage .buttons {
        text-align: center;
    }
    .subpage .buttons input[type="image"] {
        width: 226px;
        height: auto;
        margin: 10px;
    }

    /* 참고 문구 영역 */
    .caution {
        margin: 40px 0;
        padding: 25px;
        box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.23);
        border-radius: 10px;
    }
    .caution > p {
        float: left;
        color: #333333;
    }
    .caution:after {
        content: '';
        display: block;
        clear: both;
    }
    .caution > .heading {
        width: calc(40% - 10px);
        /*기존코딩 */
        padding-right: 20px;
        /* padding: 10%; */
        font-size: 20px;
        font-weight: 600;
        background: url('../img/search-result-vbar.png') calc(100% - 20px) 50% repeat-y;
    }
    .caution > .text {
        width: 60%;
    }
    .caution .subheading {
        font-size: 15px;
        font-weight: 400;
        color: #3489e2;
    }

    .caution span, 
    .caution strong {
        display: block;
        line-height: 30px;
    }
/* == 끝::서브페이지 본문 공통 ======================================= */




/* == 시작::대출 검색결과 세부 ======================================= */
    @media all and (min-width:1340px) {
        .search-result {
            margin-bottom: 90px;
        }
        .search-result > .inner {
            width: 1178px;
            margin: 0 auto;
        }
        .search-result section {
            margin-top: 0;
        }
        .search-result p.note {
            margin-top: 48px;
            line-height: 40px;
            border-bottom: 1px solid #b0b6bb;
            color: #2c80df;
            background-color: #ffffff;
        }
        .search-result .loan-item {
            position: relative;
            padding: 20px 0;
            border-bottom: 1px solid #b0b6bb;
        }
        .search-result .loan-item > * {
            display: inline-block;
            vertical-align: middle;
        }
        .search-result .loan-item > p {
            width: 125px;
            padding: 11px;
        }
        .search-result .loan-item > p * {
        
        }
        .search-result .loan-item > p label {
            margin-left: 3px;
            font-size: 18px;
            font-weight: 600;
            color: #0e4e98;
        }
        .search-result .active {
            background-color: #f4f9fd;
        }

        .search-result .estimated-price {
            width: 220px;
            color: #333333;
        }
        .search-result .estimated-price h4 {
            font-size: 18px;
            font-weight: 600;
        }
        .search-result .estimated-price p {
            font-size: 16px;
        }
        .search-result .estimated-price strong {
            font-size: 44px;
        }

    
        .search-result .labels span {
            display: inline-block;
            margin: 2px 3px;
            padding: 0 2px;
            border-radius: 4px;
            line-height: 23px;
            font-size: 14px;
            color: #ffffff;
        }
        .search-result .labels span:nth-child(odd) {
            background-color: #0e4e98;
        }
        .search-result .labels span:nth-child(even) {
            background-color: #2d80df;
        }

        .search-result .interests {
            background: url('../img/search-result-vbar.png') calc(100% - 32px) 50% repeat-y;
        }
        .search-result .interests p {
            width: 216px;
            font-size: 16px;
        }
        .search-result .interests p strong {
            font-size: 36px;
        }
        .search-result .interests p span {
            font-size: 36px;
        }

        .search-result .estimated-repayment {
            width: 468px;
            height: 77px;
        }
        .search-result .estimated-repayment h4 {
            display: inline-block;
            font-size: 18px;
            font-weight: 600;
        }
        .search-result .estimated-repayment .labels {
            display: inline-block;
        }
        .search-result .estimated-repayment li {
            display: inline-block;
            padding-left: 12px;
            padding-right: 20px;
            font-size: 15px;
            line-height: 25px;
            background: url('../img/bullet-skyblue.png') 0 50%/5px no-repeat;
        }
        .search-result .estimated-repayment li strong {
            font-weight: 700;
        }

        .search-result .consultant {
            vertical-align: bottom;
        }
        .search-result .consultant p {
            font-size: 16px;
            margin-bottom: 3px;
        }
        .search-result .consultant em, 
        .search-result .consultant strong {
            display: block;
            line-height: 21px;
            text-align: center;
        }
        .search-result .consultant strong {
            font-weight: 600;
        }

        .search-result .loan-item .buttons {
            position: absolute;
            top: 13px;
            right: 43px;
        }

        .search-result .foldable {
            position: relative;
            padding: 8px 40px;
            border-bottom: 1px solid #b0b6bb;
        }
        .search-result .foldable > .buttons input[type='image'] {
            position: absolute;
            top: 22px;
            right: 40px;
            width: 20px;
            height: auto;
        }
        .search-result .foldable h4 {
            padding-left: 14px;
            font-size: 21px;
            font-weight: 600;
            line-height: 54px;
            color: #2c80df;
            background: url('../img/heading-deco.png') 0 50%/5px 19px no-repeat;
        }
        .search-result .foldable table {
            float: left;
            width: 538px;
            margin-bottom: 12px;
            margin-right: 22px;
        }
        .search-result .foldable > section {
            margin-bottom: 30px;
        }
        .search-result .foldable table:nth-of-type(2) {
            margin-right: 0;
        }
        .search-result .foldable table:nth-of-type(3) {
            margin-right: 0;
        }
        .search-result .foldable section:after {
            content: '';
            display: block;
            clear: both;
        }
        .search-result .foldable th {
            width: 192px;
            padding: 11px 20px;
            border: 1px solid #b4b4b4;
            font-size: 16px;
            font-weight: 600;
            background-color: #fbfcfc;
            vertical-align: middle;
            text-align: left;
            background: url(../img/bullet-grey.png) 8px 50%/5px no-repeat;
        }
        .search-result .foldable th span {
            font-weight: 400;
        }
        .search-result .foldable td {
            padding: 11px 20px;
            border: 1px solid #b4b4b4;
            font-size: 16px;
            background-color: #ffffff;
        }
        .search-result .foldable .consultant-info {
            position: relative;
        }
        .search-result .foldable .consultant-info .inner {
            /* min-height: 255px; 원본 크기 */
            min-height: 175px;
            padding: 12px 19px;
            border: 1px solid #cfcfcf;
            background-color: #ffffff;
        }
        .search-result .foldable .consultant-info .inner > * {
            display: inline-block;
            vertical-align: top;
        }
        .search-result .foldable .consultant-info .inner:after {
            content: '';
            display: block;
            clear: both;
        }
        .search-result .foldable .thumbnails img {
            width: 163px;
            height: auto;
        }
        .search-result .foldable p.details {
            width: 870px;
            margin-left: 19px;
        }
        .search-result .foldable p.details strong {
            font-weight: 600;
        }
        .search-result .foldable p.details span {
            display: block;
            padding-left: 15px;
            font-size: 15px;
            line-height: 24px;
            background: url('../img/bullet-grey.png') 0 9px/4px no-repeat;
        }
        .search-result .foldable .consultant-info .buttons {
            position: absolute;
            top: 10px;
            right: 0;
        }
        .morgage-outsourcing-outer {
            position: fixed;
            overflow: auto;
            overscroll-behavior: contain;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 1000;
        }
        .morgage-outsourcing {
            position: absolute;
            top: 20px;
            left: 50%;
            width: 722px;
            height: 660px;
            margin-left: -361px;
        }
        .morgage-outsourcing .heading .btn-close {
            float: right;
            width: 32.5px;
            height: auto;
            margin: 28px;
            margin-right: 0;
            cursor: pointer;
        }
        .morgage-outsourcing .heading:after {
            content: '';
            display: block;
            clear: both;
        }
        .morgage-outsourcing article {
            height: 540px;
            padding: 23px 41px;
            background-color: #ffffff;
            overflow-y: scroll;
        }
        .morgage-outsourcing h2 {
            position: static;
            margin-top: 0;
            padding-left: 17px;
            font-size: 24px;
            font-weight: 600;
            line-height: 56px;
            color: #2c80df;
            background: url(../img/heading-deco.png) 0 50%/6px no-repeat;
        }
        .morgage-outsourcing th {
            width: 118px;
            border: 1px solid #3185e1;
            color: #3185e1;
            background-color: #f4f9fd;
        }
        .morgage-outsourcing th, 
        .morgage-outsourcing td {
            padding: 16px 21px;
        }
        .morgage-outsourcing td {
        }
        .morgage-outsourcing td:nth-of-type(odd) {
            border: 1px solid #898989;
            color: #898989;
        }
        .morgage-outsourcing td:nth-of-type(even) {
            border: 1px solid #898989;
            color: #898989;
            background-color: #fafafa;
        }
        /* 보증료금액 폰트 사이즈 */
        #result_val{
            font-size: 35px;
        }
        /* 끝== 보증료금액 폰트 사이즈 */
    }
    @media all and (min-width:800px) and (max-width:1339px) {
        .search-result .note {
            display: flex;
            align-content: center;
            justify-content: center;
            flex-direction: column;
            height: 79px;
            padding: 0 10px;
            border-bottom: 1px solid #b0b6bb;
            color: #2c80df;
            text-align: center;
        }
        .search-result p.note {
            background-color: #ffffff ;
        }

        .search-result .loan-item {
            position: relative;
            padding: 0 10px;
            width: 600px;
            margin: 0 auto;
            padding-bottom: 35px;
            background: url('../img/fieldset-border.png') 0 49px repeat-x, url('../img/fieldset-border.png') 0 131px repeat-x, url('../img/fieldset-border.png') 0 223px repeat-x;
        }
        .search-result .loan-item.active {
            /*background: none;*/
        }
        .search-result .loan-item > p {
            line-height: 62px;
        }
        .search-result .loan-item > p label {
            margin-left: 3px;
            font-size: 18px;
            font-weight: 600;
            color: #0e4e98;
        }
        .search-result .active {
            background: #f4f9fd url(../img/fieldset-border.png) 0 100% repeat-x;
        }

        .search-result .estimated-price {
            float: left;
            height: 80px;
            color: #333333;
        }
        .search-result .estimated-price h4 {
            font-size: 18px;
            font-weight: 600;
        }
        .search-result .estimated-price p {
            font-size: 16px;
        }
        .search-result .estimated-price strong {
            font-size: 35px;
        }

        .search-result .labels span {
            display: inline-block;
            margin: 2px 3px;
            padding: 0 2px;
            border-radius: 4px;
            line-height: 23px;
            font-size: 14px;
            color: #ffffff;
            text-align: center;
        }
        .search-result .labels span:nth-child(odd) {
            background-color: #0e4e98;
        }
        .search-result .labels span:nth-child(even) {
            background-color: #2d80df;
        }

        .search-result .interests .labels span:nth-child(1) {
            min-width: 48.53px;
        }
        .search-result .interests .labels span:nth-child(2) {
            min-width: 69.74px;
        }

        .search-result .interests {
            float: right;
            height: 80px;
        }
        .search-result .interests p {
            font-size: 16px;
        }
        .search-result .interests p strong {
            font-size: 30px;
        }
        .search-result .interests p span {
            font-size: 30px;
        }

        .search-result .estimated-repayment .labels span:nth-child(1) {
            min-width: 79.79px;
        }
        .search-result .estimated-repayment .labels span:nth-child(2) {
            min-width: 40.3px;
        }
        .search-result .estimated-repayment {
            position: relative;
            clear: both;
            height: 130px;
        }
        .search-result .estimated-repayment h4 {
            display: inline-block;
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
        }
        .search-result .estimated-repayment .labels {
            display: inline-block;
        }
        .search-result .estimated-repayment ul {
            margin-top: 3px;
        }
        .search-result .estimated-repayment li {
            display: block;
            padding-left: 12px;
            padding-right: 20px;
            font-size: 15px;
            line-height: 25px;
            background: url('../img/bullet-skyblue.png') 0 50%/5px no-repeat;
        }
        .search-result .estimated-repayment li strong {
            font-weight: 700;
        }
        .search-result .estimated-repayment .labels {
            position: absolute;
            right: 0;
        }

        .search-result .consultant {
            position: absolute;
            top: 242px;
            left: 10px;
        }
        .search-result .consultant p {
            font-size: 16px;
            margin-bottom: 3px;
        }
        .search-result .consultant em, 
        .search-result .consultant strong {
            display: inline-block;
            line-height: 21px;
            text-align: center;
            margin-right: 5px;
        }
        .search-result .consultant strong {
            font-weight: 600;
        }

        .search-result .loan-item .buttons {
            position: absolute;
            top: 234px;
            right: 19px;
        }

        .search-result .foldable {
            position: relative;
            width: 600px;
            margin: 0 auto;
        }
        .search-result .foldable > .buttons input[type='image'] {
            position: absolute;
            top: 16px;
            right: 1px;
            width: 20px;
            height: auto;
        }
        .search-result .foldable h4 {
            padding-left: 14px;
            font-size: 21px;
            font-weight: 600;
            line-height: 54px;
            color: #2c80df;
            background: url('../img/heading-deco.png') 0 50%/5px 19px no-repeat;
        }
        .search-result .foldable table {
            width: 100%;
            margin-bottom: 24px;
        }
        .search-result .foldable th {
            width: 35%;
            padding: 11px 20px;
            border: 1px solid #b4b4b4;
            font-size: 16px;
            font-weight: 600;
            background-color: #fbfcfc;
            vertical-align: middle;
            text-align: left;
            background: url(../img/bullet-grey.png) 8px 50%/5px no-repeat;
        }
        .search-result .foldable th span {
            font-weight: 400;
        }
        .search-result .foldable td {
            padding: 11px 20px;
            border: 1px solid #b4b4b4;
            font-size: 16px;
            background-color: #ffffff;
        }

        .search-result .foldable .thumbnails:after {
            content: '';
            display: block;
            clear: both;
        }
        .search-result .foldable .thumbnails p {
            float: left;
            width: calc(50% - 7.5px);
            margin-right: 15px;
        }
        .search-result .foldable .thumbnails p img {
            width: 100%;
        }
        .search-result .foldable .thumbnails p:last-child {
            margin-right: 0;
        }

        .search-result .foldable p.details {
            width: 320px;
        }
        .search-result .foldable p.details strong {
            font-weight: 600;
        }
        .search-result .foldable p.details span {
            display: block;
            padding-left: 15px;
            font-size: 15px;
            line-height: 24px;
            background: url('../img/bullet-grey.png') 0 9px/4px no-repeat;
        }

        .search-result .foldable .consultant-info {
            position: relative;
            padding-bottom: 25px;
        }

        .search-result .foldable .consultant-info .buttons {
            position: absolute;
            top: 10px;
            right: 0;
        }

        .morgage-outsourcing-outer {
            position: fixed;
            overflow: auto;
            overscroll-behavior: contain;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 1000;
        }
        .morgage-outsourcing {
            position: absolute;
            top: 20px;
            left: 50%;
            width: 722px;
            height: 660px;
            margin-left: -361px;
        }
        .morgage-outsourcing .heading .btn-close {
            float: right;
            width: 32.5px;
            height: auto;
            margin: 28px;
            margin-right: 0;
            cursor: pointer;
        }
        .morgage-outsourcing .heading:after {
            content: '';
            display: block;
            clear: both;
        }
        .morgage-outsourcing article {
            height: 540px;
            padding: 23px 41px;
            background-color: #ffffff;
            overflow-y: scroll;
        }
        .morgage-outsourcing h2 {
            position: static;
            margin-top: 0;
            padding-left: 17px;
            font-size: 24px;
            font-weight: 600;
            line-height: 56px;
            color: #2c80df;
            background: url(../img/heading-deco.png) 0 50%/6px no-repeat;
        }
        .morgage-outsourcing th {
            width: 118px;
            border: 1px solid #3185e1;
            color: #3185e1;
            background-color: #f4f9fd;
        }
        .morgage-outsourcing th, 
        .morgage-outsourcing td {
            padding: 16px 21px;
        }
        .morgage-outsourcing td {
        }
        .morgage-outsourcing td:nth-of-type(odd) {
            border: 1px solid #898989;
            color: #898989;
        }
        .morgage-outsourcing td:nth-of-type(even) {
            border: 1px solid #898989;
            color: #898989;
            background-color: #fafafa;
        }
    }
    @media all and (max-width:799px) {

    
        .search-result .note {
            display: flex;
            align-content: center;
            justify-content: center;
            flex-direction: column;
            height: 79px;
            padding: 0 10px;
            border-bottom: 1px solid #b0b6bb;
            color: #2c80df;
            text-align: center;
        }
        .search-result p.note {
            background-color: #ffffff ;
        }

        .search-result .loan-item {
            position: relative;
            padding: 0 10px;
            width: 320px;
            margin: 0 auto;
            padding-bottom: 35px;
            background: url('../img/fieldset-border.png') 0 49px repeat-x, url('../img/fieldset-border.png') 0 131px repeat-x, url('../img/fieldset-border.png') 0 223px repeat-x;
        }
        .search-result .loan-item.active {
            /*background: none;*/
        }
        .search-result .loan-item > p {
            line-height: 62px;
        }
        .search-result .loan-item > p label {
            margin-left: 3px;
            font-size: 18px;
            font-weight: 600;
            color: #0e4e98;
        }
        .search-result .active {
            background: #f4f9fd url(../img/fieldset-border.png) 0 100% repeat-x;
        }

        .search-result .estimated-price {
            float: left;
            height: 80px;
            color: #333333;
        }
        .search-result .estimated-price h4 {
            font-size: 18px;
            font-weight: 600;
        }
        .search-result .estimated-price p {
            font-size: 16px;
        }
        .search-result .estimated-price strong {
            font-size: 34px;
        }

        .search-result .labels span {
            display: inline-block;
            margin: 2px 3px;
            padding: 0 2px;
            border-radius: 4px;
            line-height: 23px;
            font-size: 14px;
            color: #ffffff;
        }
        .search-result .labels span:nth-child(odd) {
            background-color: #0e4e98;
        }
        .search-result .labels span:nth-child(even) {
            background-color: #2d80df;
        }

        .search-result .interests {
            float: right;
            height: 80px;
        }
        .search-result .interests p {
            font-size: 16px;
        }
        .search-result .interests p strong {
            font-size: 30px;
        }
        .search-result .interests p span {
            font-size: 30px;
        }

        .search-result .estimated-repayment {
            position: relative;
            clear: both;
            height: 130px;
        }
        .search-result .estimated-repayment h4 {
            display: inline-block;
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
        }
        .search-result .estimated-repayment .labels {
            display: inline-block;
        }
        .search-result .estimated-repayment ul {
            margin-top: 3px;
        }
        .search-result .estimated-repayment li {
            display: block;
            padding-left: 12px;
            padding-right: 20px;
            font-size: 15px;
            line-height: 25px;
            background: url('../img/bullet-skyblue.png') 0 50%/5px no-repeat;
        }
        .search-result .estimated-repayment li strong {
            font-weight: 700;
        }
        .search-result .estimated-repayment .labels {
            position: absolute;
            right: 0;
        }

        .search-result .consultant {
            position: absolute;
            top: 233px;
            left: 10px;
        }
        .search-result .consultant p {
            font-size: 16px;
            margin-bottom: 3px;
        }
        .search-result .consultant em, 
        .search-result .consultant strong {
            display: block;
            line-height: 21px;
            text-align: center;
            margin-right: 5px;
        }
        .search-result .consultant strong {
            font-weight: 600;
        }

        .search-result .loan-item .buttons {
            position: absolute;
            top: 231px;
            right: 19px;
        }

        .search-result .foldable {
            position: relative;
            width: 320px;
            margin: 0 auto;
        }
        .search-result .foldable > .buttons input[type='image'] {
            position: absolute;
            top: 16px;
            right: 1px;
            width: 20px;
            height: auto;
        }
        .search-result .foldable h4 {
            padding-left: 14px;
            font-size: 21px;
            font-weight: 600;
            line-height: 54px;
            color: #2c80df;
            background: url('../img/heading-deco.png') 0 50%/5px 19px no-repeat;
        }
        .search-result .foldable table {
            width: 100%;
            margin-bottom: 24px;
        }
        .search-result .foldable th {
            width: 35%;
            padding: 11px 20px;
            border: 1px solid #b4b4b4;
            font-size: 16px;
            font-weight: 600;
            background-color: #fbfcfc;
            vertical-align: middle;
            text-align: left;
            background: url(../img/bullet-grey.png) 8px 50%/5px no-repeat;
        }
        .search-result .foldable th span {
            font-weight: 400;
        }
        .search-result .foldable td {
            padding: 11px 20px;
            border: 1px solid #b4b4b4;
            font-size: 16px;
            background-color: #ffffff;
        }

        .search-result .foldable .thumbnails:after {
            content: '';
            display: block;
            clear: both;
        }
        .search-result .foldable .thumbnails p {
            float: left;
            width: calc(50% - 7.5px);
            margin-right: 15px;
        }
        .search-result .foldable .thumbnails p img {
            width: 100%;
        }
        .search-result .foldable .thumbnails p:last-child {
            margin-right: 0;
        }

        .search-result .foldable p.details {
            width: 320px;
        }
        .search-result .foldable p.details strong {
            font-weight: 600;
        }
        .search-result .foldable p.details span {
            display: block;
            padding-left: 15px;
            font-size: 15px;
            line-height: 24px;
            background: url('../img/bullet-grey.png') 0 9px/4px no-repeat;
        }

        .search-result .foldable .consultant-info {
            position: relative;
            padding-bottom: 25px;
        }

        .search-result .foldable .consultant-info .buttons {
            position: absolute;
            top: 10px;
            right: 0;
        }

        .morgage-outsourcing-outer {
            position: fixed;
            overflow: auto;
            overscroll-behavior: contain;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 1000;
        }
        .morgage-outsourcing {
            position: absolute;
            top: 20px;
            left: 50%;
            width: 310px;
            height: 660px;
            margin-left: -155px;
        }
        .morgage-outsourcing .heading .btn-close {
            float: right;
            width: 32.5px;
            height: auto;
            margin: 28px;
            margin-right: 0;
            cursor: pointer;
        }
        .morgage-outsourcing .heading:after {
            content: '';
            display: block;
            clear: both;
        }
        .morgage-outsourcing article {
            height: 540px;
            padding: 23px 41px;
            background-color: #ffffff;
            overflow-y: scroll;
            overflow-x: scroll;
        }
        .morgage-outsourcing h2 {
            position: static;
            margin-top: 0;
            padding-left: 17px;
            font-size: 24px;
            font-weight: 600;
            line-height: 56px;
            color: #2c80df;
            background: url(../img/heading-deco.png) 0 50%/6px no-repeat;
        }
        .morgage-outsourcing table {
            width: 625px;
        }
        .morgage-outsourcing th {
            width: 118px;
            border: 1px solid #3185e1;
            color: #3185e1;
            background-color: #f4f9fd;
        }
        .morgage-outsourcing th, 
        .morgage-outsourcing td {
            padding: 16px 21px;
        }
        .morgage-outsourcing td {
        }
        .morgage-outsourcing td:nth-of-type(odd) {
            border: 1px solid #898989;
            color: #898989;
        }
        .morgage-outsourcing td:nth-of-type(even) {
            border: 1px solid #898989;
            color: #898989;
            background-color: #fafafa;
        }
    }
/* == 끝::대출 검색결과 세부 ========================================= */

/* == 시작::고객 센터 섹션 =========================================== */
    /* 고객센터 전체 랩 */
    #customer-center {
        font-size: 16px;
        line-height: 20px;
        background-color: #3b3b3b;
        color: #ffffff;
    }

    /* 고객센터 전체 안쪽랩 */
    #customer-center .inner {
        width: 1178px;
        /*height: 200px;*/
        margin: 0 auto;
        vertical-align: middle;
    }

    /* 고객센터 정보 */
    #customer-center .hotline {
        float: left;
        width: 320px;
        padding-top: 34px;
    }

    /* 고객센터 전화번호 링크 */
    #customer-center a {
        font-size: 38px;
        font-weight: 700;
        color: #7bc0ff;
        line-height: 54px;
    }

    /* 고객센터 영업시간 */
    #customer-center .office-hours {
        line-height: 23px;
    }

    /* 고객센터 문구 */
    #customer-center .note {
        float: left;
        width: 770px;
        margin: 0;
        padding: 67px 45px;
        line-height: 30px;
    }

    /* 플로트 해제 */
    #customer-center .inner:after {
        content: '';
        display: block;
        clear: both;
    }

    @media all and (min-width:1340px) {
    }
    @media all and (min-width:800px) and (max-width:1339px) {
        #customer-center .inner {
            width: 600px;
        }
        #customer-center .hotline {
            float: none;
            margin: 0 auto;
        }
        #customer-center .note {
            float: none;
            width: auto;
            margin: 0 auto;
        }
    }
    @media all and (max-width:799px) {
        #customer-center .inner {
            width: auto;
        }
        #customer-center .hotline {
            float: none;
            margin: 0 auto;
        }
        #customer-center .note {
            float: none;
            width: auto;
            margin: 0 auto;
            padding: 67px 15px;
        }
    }
/* == 끝::고객 센터 섹션 ============================================= */

/* == 시작::스크롤 버튼 그룹 ========================================= */
    .scroll {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 90;
    }
    .scroll p {
        margin: 10px;
    }
    .scroll a {
        cursor: pointer;
    }
    @media all and (min-width:1340px) {
    }
    @media all and (min-width:800px) and (max-width:1339px) {
        .scroll {
            bottom: 15px;
            right: 15px;
        }
        .scroll img {
            width: 50px;
            height: auto;
        }
    }
    @media all and (max-width:799px) {
        .scroll {
            bottom: 15px;
            right: 15px;
        }
        .scroll img {
            width: 50px;
            height: auto;
        }
    }
/* == 끝::스크롤 버튼 그룹 =========================================== */
