@charset "utf-8";

@import url("../../css/reset.css");

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: "Pretendard";
    src: url(/common/font/Pretendard-Medium.woff);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url(/common/font/Pretendard-SemiBold.woff);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Pretendard";
    src: url(/common/font/Pretendard-Bold.woff);
    font-weight: 600;
    font-style: normal;
}


html,
body {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    font-variant-numeric: tabular-nums;
    color: #000;
    text-align: left;
    word-break: keep-all;
    height: 100%;
}


.only-pc {
    display: block;
}

.only-mo {
    display: none;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.wrap {
    position: relative;
}


/* header */
header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

header .inner {
    width: 1200px;
    box-sizing: border-box;
}

header .logo-pc {
    display: block;
    padding: 16px 0;
}

header .logo-pc img {
    width: 224px;
}

header a {
    display: inline-block;
}

/* mainTitle */
.mainTitle {
    position: relative;
    background-image: url("../images/bg_main.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mainTitle .inner {
    padding: 90px 0 80px 0;
    color: #fff;
}


.mainTitle .inner > h4 {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -1.05px;

}

.mainTitle .sub-title {
    font-size: 15px;
    letter-spacing: -0.15px;
    line-height: 1.5;
    font-weight: 300;
}


/* dj_bank */
.dj_bank {
    padding: 60px 0;
    background-color: #f3f7ff;
    box-sizing: border-box;
}

.dj_bank .inner {
    width: 1000px;
    box-sizing: border-box;
}

.dj_bank  .title {
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.24px;
    font-weight: bold;
    color: #323941;
    margin-bottom: 30px;
}

.dj_bank .blue {
    color: #1379f6;
}

.dj_bank .card-wrap,
.dj_bank .card-wrap2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dj_bank .card-wrap .card {
    width: 490px;
    height: 200px;
    padding: 24px 0 0 24px;
    box-sizing: border-box;
    border-radius: 16px;
    color: #323941;
    letter-spacing: -0.5px;
    position: relative;
}

.card1 {
    background-color: #d5eaff;
}

.card2 {
    background-color: #e8edff;
}

.card-wrap .sub-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 9px;
}

.card-wrap .sub-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.card .icon {
    display: inline-block;
    width: 140px;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.card .icon1 {
    background-image: url("../images/ic-01.webp");
}

.card .icon2 {
    background-image: url("../images/ic-02.webp");
}


.card-wrap2 .s-card {
    width: 490px;
    height: 124px;
    border-radius: 16px;
    background-color: #fff;
    padding: 24px 24px 24px 20px;
    box-sizing: border-box;
    color: #323941;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.card-wrap2 .s-card .text {}


.card-wrap2 .s-card .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.card-wrap2 .s-card .icon3 {
    background-image: url("../images/ic-03.webp");
}

.card-wrap2 .s-card .icon4 {
    background-image: url("../images/ic-04.webp");
}

.card-wrap2 .s-card .sub-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.card-wrap2 .s-card .sub-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}


.dj_bank .line-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #000;
    line-height: 40px;
}

/*qr*/
section.qr {
    text-align: center;
    padding: 60px 0 80px;
    box-sizing: border-box;
    color: #323941;
    letter-spacing: -0.5px;
}
section.qr .only-mo,
div.only-mo {
    display: none;
}

.qr .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.qr .blue {
    color: #1379f6;
}

.qr .qr_wrap {
    width: 440px;
    height: 203px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.qr .qr_wrap .qr_desc {
    font-size: 18px;
    font-weight: 500;
    color: #323941;
    margin-bottom: 16px;
    display: block;
    background-color: transparent;
}

.qr .qr_wrap .qr_desc .icon {
    vertical-align: top;
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.qr .qr_wrap .icon5 {
    background-image: url("../images/ic-05.webp");
}

.qr .qr_wrap .icon6 {
    background-image: url("../images/ic-06.webp");
}

.qr .qr_wrap img.qr {
    width: 140px;
    height: 140px;
}

.qr .qr_wrap .blue_box {
    border: 2px solid #1379f6;
    border-radius: 10px;
    padding: 10px;
}

.intro {
    box-sizing: border-box;
    background-color: #f8f8f8;
    color: #69727c;
    text-align: left;
    font-size: 13.5px;
}

.intro .inner {
    width: 1000px;
    padding: 30px 0 40px 0;
}

.intro .inner p {
    font-size: 17px;
    letter-spacing: -0.3px;
    color: #323941;
    font-weight: bold;
}

.intro .icon7 {
    display: inline-block;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/ic-07.png");
    vertical-align: middle;
}

.intro .notice ul {
    padding: 12px 0 40px;
    letter-spacing: -0.5px;
}

.intro .notice ul li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.intro .bottom {
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid rgba(53, 65, 79, 0.2);
    text-align: center;
}

.intro .bottom .logo_box {
    display: flex;
    width: 191px;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 16px;
}

.intro .bottom .logo_box .dj_logo {
    width: 78px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/lg-djbank@2x.png");
}

.intro .bottom .logo_box .jeju_bank {
    width: 80px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/lg-jejubank@2x.png");
}

.intro .bottom .logo_box .bar {
    display: inline-block;
    height: 16px;
    width: 1px;
    background-color: #35414f;
    opacity: 0.2;
    margin-top: 4px;
}
.intro .bottom .desc {
    color: #69727c;
    font-size: 12px;
    font-weight: 400;
}

/* footer */
footer {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    letter-spacing: -0.4px;
    background-color: #1e2125;
}

footer .inner {
    position: relative;
    width: 1200px;
    height: 100%;
}

.footer-top {
    height: 70px;
    border-bottom: 1px solid #3e3e3e;
}

.footer-menu {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.footer-menu li:not(:last-of-type) {
    margin-right: 47px;
}

.footer-menu li a {
    color: #fff;
}

.footer-family {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-family dt {
    width: 240px;
    border-bottom: 1px solid #7b7b7b;
}

.footer-family dt.family_btn {
    padding: 10px 17px;
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #fff;
    cursor: pointer;
}

.footer-family dt.family_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url("../images/ic_arr_up_gray_24@2x.png");
    background-repeat: no-repeat;
    background-size: 24px;
    transform: translateY(-50%);
    transition: transform 0.5s;
}

.footer-family dt.family_btn.on::after {
    top: 25%;
    transform: rotate(180deg);
}

.footer-family dd {
    display: none;
    position: absolute;
    top: -173px;
}

.footer-family dt.family_btn.on + dd {
    display: block;
}

.footer-family dd ul {
    width: 273px;
    height: 170px;
    overflow-y: scroll;
    background-color: #fff;
    border: solid 1px #454545;
}

.footer-family dd ul li:first-of-type {
    padding-top: 15px;
}

.footer-family dd ul li {
    padding: 0 10px 20px 10px;
    font-size: 14px;
}

.footer-family dd ul li a {
    display: block;
}

footer .footer-info {
    color: #7b7b7b;
    font-size: 14px;
    letter-spacing: -0.38px;
    line-height: 25px;
}

footer .footer-info > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

footer .footer-info .line span {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

footer .footer-info .line span::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 14px;
    content: "";
    background: #3e3e3e;
}

footer .footer-info .line span:last-child {
    padding: 0;
    margin: 0;
}

footer .footer-info .line span:last-child::after {
    display: none;
}

footer .footer-info .copyright {
    margin-top: 26px;
}

.footer-logo img {
    width: 145px;
    filter: contrast(0);
}

.footer-logo a {
    display: inline-block;
    margin-right: 60px;
}

.footer-bottom {
    padding: 40px 0 64px 0;
}

.footer-bottom .inner {
    display: flex;
}

/*태블릿 반응형 추가*/
@media (min-width: 768px) and (max-width: 1024px) {
    .inner {
        width: 100%;
        margin: 0 auto;
    }



    header .inner,
    .mainTitle .inner ,
    .dj_bank .inner,
    .intro .inner,
    footer .inner{
        width: 90%;
    }
    .dj_bank,
    .intro{
        width: 100%;
    }
    .dj_bank .card-wrap .card,
    .card-wrap2 .s-card{
        width: 48%;
    }
}



@media screen and (max-width: 767px) {
    .only-pc {
        display: none !important;
    }
    .inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .only-mo {
        display: block !important;
    }
    header .only-mo {
        width: 100%;
        height: 60px;
        line-height: 40px;
    }

    header .inner {
        width: 100%;
        height: 60px;
        padding: 10px;
        box-sizing: border-box;

    }

    .mainTitle {
        position: relative;
        background-image: url("../images/bg_main_mo.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
        aspect-ratio: 16 / 18;

    }

    .mainTitle .inner {
        display: flex;
        margin-top: 0;
        padding-top: 48px;
        padding-left: 24px;
        flex-direction: column;
        box-sizing: border-box;
        text-align: left;
    }


    .mainTitle .inner > h4 {
        margin-bottom: 12px;
        font-size: 25px;

        line-height: 1.4;
        letter-spacing: -0.5px;

    }



    .mainTitle .info {
        position: fixed;
        top: auto;
        bottom: 0;
        width: 100%;
        padding: 20px 20px 28px 20px;
        border-radius: 0;
        box-sizing: border-box;
        z-index: 11;
    }


    .mainTitle .sub-title {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.35px;
        opacity: 0.8;
    }

    .mainTitle .info h4,
    .mainTitle .info p {
        display: none;
    }

    .mainTitle .info .button-group {
        flex-direction: row;
        gap: 15px;
    }

    .mainTitle .info .button-group a {
        height: 52px;
        padding: 0;
        font-size: 15px;
        line-height: 52px;
        letter-spacing: -0.45px;
        box-sizing: border-box;
    }


    /* dj_bank */
    .dj_bank {
        min-height: 988px;
        padding: 50px 0 60px;
        box-sizing: border-box;
    }

    .dj_bank .inner {
        width: 100%;
    }
    .dj_bank .inner .title {
        font-size: 21px;
        letter-spacing: -0.33px;
        line-height: 1.5;
    }

    .dj_bank .card-wrap,
    .dj_bank .card-wrap2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: flex-start;
    }

    .dj_bank .card-wrap .card {
        min-width: 320px;
        width: 80%;
        min-height: 250px;
    }
    .dj_bank .card-wrap .card1{
        margin-bottom: 10px;
    }
    .card-wrap .sub-title {
        line-height: 1.5;
        margin-bottom: 7px;
    }

    .card-wrap2 .s-card {
        min-width: 320px;
        width: 80%;
        min-height: 116px;
        letter-spacing: -0.4px;
        padding: 20px ;
    }

    .card-wrap2 .s-card .sub-title {
        margin-bottom: 10px;
    }

    /*qr*/
    section.qr {
        min-height: 307px;
        text-align: center;
    }

    section.qr .only-pc {
        display: none;
    }
    .qr .qr_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 20px;
    }

    .qr .qr_wrap .qr_desc {
        display: inline-block;
        width: 320px;
        height: 60px;
        text-align: center;
        border-radius: 16px;
        font-weight: 500;
        color: #fff;
        background-color: #1379f6;
        line-height: 60px;
        position: relative;

    }


    .qr .qr_wrap .qr_desc  .icon5{
        vertical-align: middle;
        background-image: url("../images/ic-new-20@2x.png");
    }
    .qr .qr_wrap .qr_desc .icon6{
        vertical-align: middle;
        background-image: url("../images/ic-replace-20@2x.png");
    }

    .qr .qr_wrap .qr_desc span {
        position: absolute;
        right: 18px;
        top: 25px;
        display: inline-block;
        width: 12px;
        height: 12px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../images/ic-chev-right-outlined-12-bk@2x.png");
    }

    .intro .inner {
        width: 80%;
        min-height: 396px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .intro .inner p {
        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .intro .icon7 {
        display: inline-block;
        margin-right: 7px;
        width: 20px;
        height: 20px;
    }

    .intro .notice {

    }
    .intro .notice ul {
        margin: 0 auto;
        width: 95%;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.58;
        color: #69727c;
        padding-bottom: 20px;

    }

    .intro .notice ul li {
        font-size: 13px;
        word-break: break-word;
    }

    .intro .bottom {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        border-top: 1px solid rgba(53, 65, 79, 0.2);
        text-align: center;
    }

    .intro .bottom .logo_box {
        display: flex;
        min-width:191px;
        margin: 0 auto;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    .intro .bottom .desc {
        line-height: 1.5;
    }


    /* footer */
    footer {
        padding-bottom: 100px;
    }

    footer .inner {
        width: 100%;
        padding: 0;
    }

    .footer-top {
        height: auto;
        padding: 30px 20px 50px 20px;
    }

    .footer-family {
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .footer-family dt {
        width: 100%;
    }

    .footer-family dt.family_btn {
        box-sizing: border-box;
        border: 1px solid #e0e0e0;
    }

    .footer-menu li {
        margin-bottom: 16px;
    }

    .footer-menu li a {
        font-size: 13px;
        letter-spacing: -0.33px;
    }

    .footer-menu li:not(:last-of-type) {
        margin-right: 21px;
    }

    .footer-family dd {
        width: 100%;
    }

    .footer-family dd ul {
        width: calc(100% - 1px);
    }

    footer .company {
        padding-top: 26px;
    }

    footer .company h4 {
        display: inline-block;
        padding-right: 22px;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.33px;
        cursor: pointer;
        background-image: url("../images/ic_arr_up_gray_24@2x.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 18px;
    }

    footer .company h4 a {
        color: #8e8e8e;
    }

    footer .company h4.active {
        background-image: url("../images/ic_arr_up_gray_24@2x.png");
    }

    footer .item {
        display: none;
        margin-top: 10px;
    }

    footer .item dl {
        display: grid;
        grid-template-columns: 94px 1fr;
    }

    footer dl dt {
        font-size: 12px;
        letter-spacing: -0.3px;
        color: #7b7b7b;
    }

    footer dl dd {
        margin-bottom: 8px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: -0.3px;
        color: #7b7b7b;
    }

    footer .copy {
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: -0.3px;
        color: #939393;
    }
}
