@charset "euc-kr";

/* intro_A1 ÇÏ´Ü ¾È³» ¿µ¿ª Àü¿ë CSS v9
   ¿À¸¥ÂÊ È­»ìÇ¥ CSS ¹æ½ÄÀ¸·Î Á¤·Ä º¸Á¤ */

.kt-a1-guide {
    clear:both;
    width:100%;
    margin:28px 0 0 0;
    padding:0;
    font-family:'Malgun Gothic','¸¼Àº °íµñ',Dotum,sans-serif;
    box-sizing:border-box;
}

.kt-a1-guide * {
    box-sizing:border-box;
}

.kt-a1-guide:after {
    content:"";
    display:block;
    clear:both;
}

.kt-a1-top-banners {
    margin:0 0 8px 0;
    padding:0;
}

.kt-a1-guide .internetImg {
    margin:0 0 8px 0 !important;
    padding:0 !important;
    line-height:0;
}

.kt-a1-guide .internetImg img {
    display:block;
    width:100% !important;
    max-width:860px;
    height:auto !important;
    border:0;
}

.kt-guide-summary {
    position:relative;
    margin:8px 0 14px 0;
    padding:16px 21px 16px 22px;
    border:1px solid #d7e2f2;
    border-radius:16px;
    background:#f7faff;
    box-shadow:0 8px 22px rgba(24,62,115,0.07);
    text-align:left;
}

.kt-guide-summary:before {
    content:"";
    position:absolute;
    left:0;
    top:14px;
    bottom:14px;
    width:5px;
    border-radius:0 10px 10px 0;
    background:#1d6ff2;
}

.kt-guide-summary strong {
    display:block;
    margin:0;
    padding:0;
    font-size:21px;
    line-height:1.35;
    letter-spacing:-1px;
    color:#e60012;
    font-weight:800;
}


.kt-a1-guide dt.slideDT.kt-guide-title {
    display:block !important;
    float:none !important;
    clear:both !important;
    width:100% !important;
    min-height:0 !important;
    height:auto !important;
    margin:0 0 9px 0 !important;
    padding:0 !important;
    border:1px solid #d8e3f2 !important;
    border-radius:15px !important;
    background:#ffffff !important;
    box-shadow:0 6px 18px rgba(21,45,84,0.06);
    cursor:pointer;
    line-height:1.3 !important;
    overflow:hidden;
}

.kt-a1-guide dt.slideDT.kt-guide-title:hover {
    border-color:#a9c5ec !important;
}

.kt-guide-title-inner {
    display:flex;
    align-items:center;
    min-height:58px;
    padding:12px 58px 12px 18px;
    position:relative;
}

.kt-guide-title-inner em {
    display:block;
    flex:0 0 38px;
    width:38px;
    height:38px;
    margin-right:12px;
    border-radius:12px;
    background:#eef5ff;
    color:#1d6ff2;
    font-size:14px;
    line-height:38px;
    text-align:center;
    font-style:normal;
    font-weight:800;
    letter-spacing:-0.4px;
}

.kt-guide-title-inner p {
    display:block;
    min-width:0;
    margin:0 !important;
    padding:0 !important;
}

.kt-guide-title-inner strong {
    display:block;
    margin:0;
    padding:0;
    font-size:18px;
    line-height:1.35;
    letter-spacing:-0.8px;
    color:#14233a;
    font-weight:800;
}

.kt-guide-title-inner span {
    display:none !important;
}

.kt-guide-toggle {
    position:absolute;
    right:17px;
    top:50%;
    transform:translateY(-50%);
    display:block !important;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#f1f5fb;
    text-align:center;
    line-height:30px;
}

.kt-guide-toggle img {
    display:inline-block;
    width:13px !important;
    height:auto !important;
    margin:0 !important;
    vertical-align:middle;
}

.kt-a1-guide dd.slideDD.kt-guide-panel {
    display:none;
    float:none !important;
    clear:both !important;
    width:100% !important;
    height:auto !important;
    margin:-2px 0 12px 0 !important;
    padding:0 !important;
    border:1px solid #d8e3f2 !important;
    border-radius:0 0 15px 15px !important;
    background:#ffffff !important;
    overflow:visible;
}

.kt-guide-panel-inner {
    width:100%;
    padding:17px 17px 19px 17px;
}

.kt-table-note {
    display:block;
    margin:0 0 10px 0 !important;
    padding:0 !important;
    font-size:13px !important;
    line-height:1.5 !important;
    letter-spacing:-0.4px;
    color:#4c5f78 !important;
    text-align:left !important;
}

.kt-table-scroll {
    width:100%;
    max-width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    border:1px solid #7f93ad;
    border-radius:12px;
    background:#ffffff;
}

.kt-guide-table {
    width:100% !important;
    min-width:0;
    margin:0 !important;
    padding:0 !important;
    border-collapse:collapse !important;
    border-spacing:0 !important;
    table-layout:fixed !important;
    border:0 !important;
    background:#ffffff !important;
    font-family:'Malgun Gothic','¸¼Àº °íµñ',Dotum,sans-serif !important;
}

.kt-guide-table caption {
    position:absolute;
    left:-9999px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.kt-guide-table th,
.kt-guide-table td {
    float:none !important;
    position:static !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:12px 9px !important;
    border:1px solid #9aadc4 !important;
    background:#ffffff !important;
    color:#263850 !important;
    font-size:14px !important;
    line-height:1.35 !important;
    letter-spacing:-0.4px;
    text-align:left !important;
    vertical-align:middle !important;
    white-space:normal !important;
    word-break:keep-all;
}

.kt-guide-table thead th {
    background:#eaf2ff !important;
    color:#14233a !important;
    font-weight:800 !important;
    border-color:#8fa5c0 !important;
}

.kt-guide-table tbody th {
    background:#f8fbff !important;
    color:#14233a !important;
    font-weight:800 !important;
}

.kt-guide-table tbody td {
    font-weight:600 !important;
}

.kt-guide-table thead th {
    text-align:center !important;
}

.kt-guide-table tbody th {
    text-align:left !important;
}

.kt-guide-table tbody td {
    text-align:center !important;
}

.kt-guide-table tbody th:first-child,
.kt-guide-table tbody td:first-child {
    text-align:left !important;
}


.kt-guide-table tr:last-child th,
.kt-guide-table tr:last-child td {
    border-bottom-color:#7f93ad !important;
}

.kt-guide-table th:first-child,
.kt-guide-table td:first-child {
    border-left-color:#7f93ad !important;
}

.kt-guide-table th:last-child,
.kt-guide-table td:last-child {
    border-right-color:#7f93ad !important;
}

.kt-price-red {
    display:inline-block;
    margin:0;
    padding:0;
    color:#e22727 !important;
    font-weight:800 !important;
    line-height:1.3;
}

.kt-info-card {
    margin:0 0 12px 0;
    padding:15px 16px;
    border:1px solid #d8e3f2;
    border-radius:13px;
    background:#f7faff;
    text-align:left !important;
}

.kt-info-card strong {
    display:block;
    text-align:left !important;
    font-size:16px;
    line-height:1.45;
    color:#14233a;
    font-weight:800;
    letter-spacing:-0.6px;
}

.kt-info-card span {
    display:block;
    text-align:left !important;
    margin-top:4px;
    font-size:13px;
    color:#68788e;
}

.kt-guide-list {
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

.kt-guide-list li {
    position:relative;
    text-align:left !important;
    margin:0 0 8px 0 !important;
    padding:12px 14px 12px 32px !important;
    border:1px solid #d8e3f2;
    border-radius:12px;
    background:#fbfdff;
    color:#2d3e55;
    font-size:14px;
    line-height:1.65;
    letter-spacing:-0.45px;
    word-break:keep-all;
}

.kt-guide-list li:before {
    content:"";
    position:absolute;
    left:14px;
    top:20px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#1d6ff2;
}

.kt-guide-list li:last-child {
    margin-bottom:0 !important;
}

.kt-benefit-grid {
    display:table;
    width:100%;
    margin:0 !important;
    padding:0 !important;
    table-layout:fixed;
    border-spacing:10px 0;
    list-style:none !important;
}

.kt-benefit-grid li {
    display:table-cell;
    width:33.333%;
    margin:0 !important;
    padding:17px 13px !important;
    border:1px solid #d8e3f2;
    border-radius:14px;
    background:#fbfdff;
    text-align:left;
    vertical-align:top;
}

.kt-benefit-grid img {
    display:block;
    width:auto;
    max-width:46px;
    height:auto;
    margin:0 auto 10px auto;
}

.kt-benefit-grid strong {
    display:block;
    text-align:left !important;
    margin:0 0 7px 0;
    padding:0;
    font-size:15px;
    line-height:1.35;
    color:#14233a;
    font-weight:800;
    letter-spacing:-0.6px;
}

.kt-benefit-grid p {
    margin:0 !important;
    text-align:left !important;
    padding:0 !important;
    font-size:13px;
    line-height:1.55;
    letter-spacing:-0.5px;
    color:#2d3e55;
}


/* Ãâµ¿ºñ / À¯ÀÇ»çÇ× / Ãß°¡¿ä±Ý ¾È³» º»¹® ÁÂÃø Á¤·Ä °­Á¦ º¸Á¤ */
.kt-a1-guide .kt-guide-panel,
.kt-a1-guide .kt-guide-panel-inner,
.kt-a1-guide .kt-info-card,
.kt-a1-guide .kt-info-card strong,
.kt-a1-guide .kt-info-card span,
.kt-a1-guide .kt-guide-list,
.kt-a1-guide .kt-guide-list li,
.kt-a1-guide .kt-benefit-grid,
.kt-a1-guide .kt-benefit-grid li,
.kt-a1-guide .kt-benefit-grid strong,
.kt-a1-guide .kt-benefit-grid p {
    text-align:left !important;
}

.kt-a1-guide .kt-guide-list li,
.kt-a1-guide .kt-benefit-grid p {
    word-break:keep-all !important;
    overflow-wrap:break-word !important;
}

.kt-a1-guide .kt-info-card strong {
    display:block !important;
}

.kt-a1-guide .kt-info-card span {
    display:block !important;
}



/* Ç®´Ù¿î ¾ÆÄÚµð¾ð ¸ð¼Ç ºÎµå·´°Ô º¸Á¤ */
.kt-a1-guide dt.slideDT.kt-guide-title {
    transition:border-color .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.kt-a1-guide dt.slideDT.kt-guide-title.is-open {
    border-color:#b8cdea !important;
    box-shadow:0 8px 22px rgba(21,45,84,0.08);
}

.kt-a1-guide dd.slideDD.kt-guide-panel {
    overflow:hidden !important;
    will-change:height;
}

.kt-a1-guide .kt-guide-panel-inner {
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
}

.kt-guide-toggle {
    transition:background-color .22s ease, transform .22s ease;
}

.kt-a1-guide dt.slideDT.kt-guide-title.is-open .kt-guide-toggle {
    background:#eaf2ff;
}

.kt-a1-guide dt.slideDT.kt-guide-title:active .kt-guide-toggle {
    transform:translateY(-50%) scale(.96);
}

@media screen and (max-width:767px) {
    .kt-a1-guide {
        margin-top:16px;
    }

    .kt-a1-guide .internetImg {
        margin-bottom:6px !important;
    }

    .kt-guide-summary {
        margin:6px 0 10px 0;
        padding:13px 15px 13px 17px;
        border-radius:13px;
    }

    .kt-guide-summary strong {
        font-size:18px;
    }

    .kt-guide-summary span {
        font-size:12.5px;
    }

    .kt-guide-title-inner {
        min-height:57px;
        padding:12px 48px 12px 12px;
    }

    .kt-guide-title-inner em {
        flex-basis:33px;
        width:33px;
        height:33px;
        margin-right:9px;
        border-radius:10px;
        font-size:12px;
        line-height:33px;
    }

    .kt-guide-title-inner strong {
        font-size:15px;
    }

    .kt-guide-title-inner span {
        font-size:11.5px;
        line-height:1.3;
    }

    .kt-guide-toggle {
        right:12px;
        width:27px;
        height:27px;
        line-height:27px;
    }

    .kt-guide-panel-inner {
        padding:12px;
    }

    .kt-table-note {
        font-size:12px !important;
    }

    .kt-table-scroll {
        border-radius:10px;
    }

    .kt-guide-table {
        min-width:0 !important;
        table-layout:auto !important;
    }

    .kt-guide-table th,
    .kt-guide-table td {
        padding:9px 8px !important;
        font-size:12px !important;
        line-height:1.35 !important;
        text-align:left !important;
    }

    .kt-price-table,
    .kt-rental-table {
        display:block !important;
        width:100% !important;
        min-width:0 !important;
        border-collapse:separate !important;
        border-spacing:0 !important;
    }

    .kt-price-table thead,
    .kt-rental-table thead,
    .kt-price-table colgroup,
    .kt-rental-table colgroup {
        display:none !important;
    }

    .kt-price-table tbody,
    .kt-rental-table tbody,
    .kt-price-table tr,
    .kt-rental-table tr {
        display:block !important;
        width:100% !important;
    }

    .kt-price-table tr,
    .kt-rental-table tr {
        border:1px solid #7f93ad !important;
        border-radius:10px;
        overflow:hidden;
        background:#ffffff !important;
    }

    .kt-price-table tbody th,
    .kt-rental-table tbody th {
        display:block !important;
        width:100% !important;
        padding:11px 12px !important;
        border:0 !important;
        border-bottom:1px solid #8fa5c0 !important;
        background:#eaf2ff !important;
        color:#14233a !important;
        font-size:13px !important;
        font-weight:800 !important;
        text-align:left !important;
    }

    .kt-price-table tbody td,
    .kt-rental-table tbody td {
        display:flex !important;
        align-items:center;
        justify-content:space-between;
        width:100% !important;
        padding:10px 12px !important;
        border:0 !important;
        border-bottom:1px solid #d0dce9 !important;
        background:#ffffff !important;
        color:#263850 !important;
        font-size:12.5px !important;
        font-weight:700 !important;
        text-align:right !important;
        white-space:normal !important;
    }

    .kt-price-table tbody td:last-child,
    .kt-rental-table tbody td:last-child {
        border-bottom:0 !important;
    }

    .kt-price-table tbody td:before,
    .kt-rental-table tbody td:before {
        display:block;
        padding-right:12px;
        color:#4c5f78;
        font-weight:700;
        text-align:left;
        white-space:nowrap;
    }

    .kt-price-table tbody td:nth-of-type(1):before,
    .kt-rental-table tbody td:nth-of-type(1):before { content:"¹«¾àÁ¤"; }
    .kt-price-table tbody td:nth-of-type(2):before,
    .kt-rental-table tbody td:nth-of-type(2):before { content:"1³â ¾àÁ¤"; }
    .kt-price-table tbody td:nth-of-type(3):before,
    .kt-rental-table tbody td:nth-of-type(3):before { content:"2³â ¾àÁ¤"; }
    .kt-price-table tbody td:nth-of-type(4):before,
    .kt-rental-table tbody td:nth-of-type(4):before { content:"3³â ¾àÁ¤"; }

    .kt-info-card {
        padding:12px;
    }

    .kt-info-card strong {
        font-size:14px;
    }

    .kt-info-card span {
        font-size:12px;
    }

    .kt-guide-list li {
        padding:10px 11px 10px 28px !important;
        font-size:12.5px;
        line-height:1.6;
        word-break:keep-all;
    }

    .kt-guide-list li:before {
        left:12px;
        top:17px;
        width:6px;
        height:6px;
    }

    .kt-benefit-grid {
        display:block;
        border-spacing:0;
    }

    .kt-benefit-grid li {
        display:block;
        width:100%;
        margin:0 0 8px 0 !important;
        padding:13px 12px !important;
        text-align:left;
        overflow:hidden;
    }

    .kt-benefit-grid img {
        float:left;
        width:auto;
        max-width:36px;
        margin:2px 11px 0 0;
    }

    .kt-benefit-grid strong {
        font-size:13.5px;
        margin-bottom:4px;
    }

    .kt-benefit-grid p {
        font-size:12.5px;
        line-height:1.5;
    }
}

/* v9: Ç×¸ñ ¿À¸¥ÂÊ È­»ìÇ¥ À§Ä¡/Ç¥½Ã º¸Á¤
   ±âÁ¸ ÀÌ¹ÌÁö È­»ìÇ¥¸¦ ¼û±â°í CSS È­»ìÇ¥·Î ÅëÀÏÇÏ¿© Áß¾Ó Á¤·Ä */
.kt-a1-guide .kt-guide-toggle {
    position:absolute !important;
    right:18px !important;
    top:50% !important;
    width:30px !important;
    height:30px !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:50% !important;
    background:#f1f5fb !important;
    transform:translateY(-50%) !important;
    transition:background-color .22s ease, transform .22s ease !important;
    overflow:hidden !important;
    line-height:1 !important;
    font-size:0 !important;
    text-align:center !important;
    box-sizing:border-box !important;
}

.kt-a1-guide .kt-guide-toggle img {
    display:none !important;
    width:0 !important;
    height:0 !important;
    opacity:0 !important;
    visibility:hidden !important;
}

.kt-a1-guide .kt-guide-toggle:before {
    content:"";
    position:absolute;
    left:50%;
    top:48%;
    width:8px;
    height:8px;
    border-right:2px solid #36506f;
    border-bottom:2px solid #36506f;
    transform:translate(-50%, -50%) rotate(45deg);
    transform-origin:center center;
    transition:transform .22s ease, top .22s ease, border-color .22s ease;
    box-sizing:border-box;
}

.kt-a1-guide dt.slideDT.kt-guide-title.is-open .kt-guide-toggle {
    background:#eaf2ff !important;
}

.kt-a1-guide dt.slideDT.kt-guide-title.is-open .kt-guide-toggle:before {
    top:53%;
    border-color:#1d6ff2;
    transform:translate(-50%, -50%) rotate(225deg);
}

.kt-a1-guide dt.slideDT.kt-guide-title:active .kt-guide-toggle {
    transform:translateY(-50%) scale(.96) !important;
}

@media screen and (max-width:767px) {
    .kt-a1-guide .kt-guide-title-inner {
        padding-right:50px !important;
    }

    .kt-a1-guide .kt-guide-toggle {
        right:12px !important;
        width:27px !important;
        height:27px !important;
    }

    .kt-a1-guide .kt-guide-toggle:before {
        width:7px;
        height:7px;
        border-right-width:2px;
        border-bottom-width:2px;
    }
}
