﻿@charset "UTF-8";

/* mobile reset */
* {
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
}

body, form, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, th, td, input, textarea, button, select {
    font-family: 'Apple SD Gothic Neo', 'Droid Mono', helvetica, arial, sans-serif;
    font-size: 0.933rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

li {
    list-style: none
}

a {
    text-decoration: none
}

    a[href^="tel"] {
        font-style: normal
    }

a {
    text-decoration: none;
    color: #000;
    vertical-align: middle;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
    }

address, caption, em, var {
    font-style: normal;
    font-weight: normal;
}

input, textarea, select {
    letter-spacing: normal;
}

ol, ul, dl {
    list-style: none;
}

fieldset, img {
    border: 0;
}

legend, caption {
    display: none;
}

img {
    border: 0;
    vertical-align: top;
}

hr {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br {
    letter-spacing: normal;
}

p {
    letter-spacing: normal;
}

input {
    vertical-align: middle;
}

    input[type="text"], input[type="password"] {
        -webkit-appearance: none;
    }

    input[type="checkbox"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    input:checked[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

    input[type="radio"] {
        border: none;
        -webkit-appearance: none;
    }

    button, input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
        -webkit-appearance: button;
        border-radius: 0;
    }

    input[type="placeholder"] {
        color: #fff;
    }

/*align*/
.f-left {
    float: left;
}

.f-right {
    float: right;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.t-center {
    text-align: center !important;
}

/*font-size*/
.fs13 {
    font-size: 0.867rem !important;
}
/*13px*/
.fs14 {
    font-size: 0.933rem !important;
    line-height: 1.429em;
}
/*14px*/
.fs15 {
    font-size: 1rem !important;
}
/*15px*/
.fs16 {
    font-size: 1.067rem !important;
    line-height: 1.500em;
}
/*16px*/
.fs17 {
    font-size: 1.133rem !important;
}
/*17px*/
.fs18 {
    font-size: 1.200rem !important;
}
/*18px*/
.fs19 {
    font-size: 1.267rem !important;
}
/*19px*/
.fs20 {
    font-size: 1.333rem !important;
}
/*20px*/
.fs22 {
    font-size: 1.467rem !important;
}
/*22px*/
.fs24 {
    font-size: 1.600rem !important;
}
/*24px*/

/*font-weight*/
.fB {
    font-weight: bold !important
}

.fN {
    font-weight: normal !important
}

/*margin*/
.m0 {
    margin: 0;
}

.mt54 {
    margin-top: 54px;
}

/*color*/
.p-color {
    background: #ffd900;
}

.bg-w {
    background: #fff;
}

/*haeader*/
#header {
    width: 100%;
    height: 67px;
    background: #1e1e1e;
    position: relative;
    z-index: 999;
}

    #header .headerMenu {
        position: absolute;
        top: 22px;
        left: 15px;
        z-index: 100;
        width: 24px;
        height: 24px;
    }

    #header .logo {
        text-align: center;
        padding-top: 25px;
    }

        #header .logo img {
            width: 107px;
            height: auto;
        }

    #header .login-btn {
        position: absolute;
        top: 18px;
        right: 15px;
        z-index: 100;
        color: #fff;
        text-align: center;
        font-size: 0.95rem;
        border: 1px solid #fff;
        width: 66px;
        height: 33px;
        line-height: 33px;
        font-weight: bold;
        background: #444;
        border-radius: 3px;
    }

        #header .login-btn .login-img {
            position: absolute;
            top: -10px;
            left: -10px;
        }

            #header .login-btn .login-img img {
                width: 20px;
                height: 20px;
            }

.menu-area {
    width: 100%;
    opacity: 1;
    transition: all .5s;
}

.menu-trigger {
    position: relative;
    width: 28px;
    height: 18px;
    margin-left: 15px;
    bottom: 20px;
}

    .menu-trigger, .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

        .menu-trigger span {
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #fff;
            border-radius: 4px;
        }

            .menu-trigger span:nth-of-type(1) {
                top: 0;
            }

            .menu-trigger span:nth-of-type(2) {
                top: 8px;
            }

            .menu-trigger span:nth-of-type(3) {
                bottom: 0;
            }

        /* 엑스자 만들기 */
        .menu-trigger.active-1 span:nth-of-type(1) {
            -webkit-transform: translateY (9px) rotate (-45deg);
            transform: translateY(9px) rotate(-45deg);
        }

        .menu-trigger.active-1 span:nth-of-type(2) {
            opacity: 0;
        }

        .menu-trigger.active-1 span:nth-of-type(3) {
            -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
        }

/*menu*/
.menu-area {
    display: block;
    position: absolute;
    z-index: 9999;
}

    .menu-area .menu-tit {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;
        padding: 6px 20px;
        border-top: 1px solid #ebebeb;
        background: #f8f8f8;
        font-size: 0.9rem;
        color: #555;
        font-weight: bold;
        line-height: 29px;
    }

    .menu-area ul.menu-list {
        position: relative;
        margin-bottom: -1px;
        border-top: 1px solid #f5f5f5;
    }

        .menu-area ul.menu-list .menu-item {
            position: relative;
            float: left;
            width: 50%;
            box-sizing: border-box;
            border-bottom: 1px solid #f5f5f5;
            background: #fff;
        }

            .menu-area ul.menu-list .menu-item a {
                display: block;
                height: 47px;
                padding: 0 30px 0 45px;
            }

.menu-item .list-ico {
    position: absolute;
    top: 12px;
    left: 15px;
}

    .menu-item .list-ico img {
        display: inline;
        vertical-align: middle;
        line-height: 22px;
        text-align: center;
    }

    .menu-item .list-ico .bg-ico {
        width: 22px;
        height: 22px;
        display: inline-block;
        border-radius: 3px;
        text-align: center;
        vertical-align: middle;
    }

    .menu-item .list-ico .ico-01 {
        background: #6638B6;
    }

.menu-item .list-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.85rem;
    line-height: 45px;
    vertical-align: middle;
    color: #555;
}

.menu-item .list-btn {
    padding: 0;
    width: 6px;
    height: 12px;
    background: url('../img/common/lright_arrow@2x.png') no-repeat center center;
    background-size: 18px;
    color: transparent;
    line-height: 0;
    font-size: 0;
}

/*nav*/
#nav {
    border-bottom: 1px solid #eee;
    height: 54px;
    background: #fff;
    width: 100%;
    z-index: 900;
    position: relative;
}

    #nav .back-btn {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 100;
    }

        #nav .back-btn img {
            width: 19px;
            height: 11px;
            vertical-align: middle;
        }

    #nav .sub-tit {
        text-align: center;
        line-height: 54px;
        font-size: 1rem;
        font-weight: bold;
    }

.header-select {
    padding: 18px 15px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    margin-top: 54px;
}

/*탭메뉴*/
.page_nav .tab-menu {
    width: 100%;
    height: 40px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    background: #1e1e1e;
    border-top: 1px solid #444;
}

    .page_nav .tab-menu li, .page_nav .tab-menu a {
        height: 100%;
        letter-spacing: -.1em;
    }

    .page_nav .tab-menu li {
        display: inline-block;
        width: 32%;
        box-sizing: border-box;
        text-align: center;
        white-space: nowrap;
    }

        .page_nav .tab-menu li:first-child {
            text-align: left;
        }

        .page_nav .tab-menu li:last-child {
            text-align: right;
        }

    .page_nav .tab-menu > li a {
        color: #ddd;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        white-space: nowrap;
    }

.page_tab .tab-menu, .page_tab .tab-menu > li, .page_tab .tab-menu > li a {
    height: 50px;
}

    .page_tab .tab-menu > li a {
        position: relative;
        padding: 0 7px;
        box-sizing: border-box;
        font-size: 0.933rem;
        width: 100%;
        line-height: 50px;
        text-align: center;
    }

        /*on*/
        .page_tab .tab-menu > li a:after {
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            height: 5px;
            content: '';
            z-index: 999;
        }

    .page_tab .tab-menu > li.on a:after {
        background-color: #6638B6;
    }

    .page_tab .tab-menu > li.on a {
        color: #fff;
    }

/*로그인*/
.login_box .tab_area {
    width: 100%;
    display: block;
}

    .login_box .tab_area li {
        color: #a7a7a7;
        width: 50%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #f9f9f9;
        display: inline-block;
        float: left;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #000;
    }

        .login_box .tab_area li.sel {
            color: #000;
            font-weight: bold;
            border-top: 1px solid #000;
            border-left: 1px solid #000;
            border-right: 1px solid #000;
            border-bottom: none;
            background: #fff;
        }

.login_box .inner {
    clear: both;
    padding: 30px 20px 20px;
}

    .login_box .inner li {
        float: left;
        width: 31%;
        height: 86px;
        border: 1px solid #ddd;
        margin-right: 10px;
        border-radius: 5px;
    }

    .login_box .inner span.tit {
        display: block;
        margin-bottom: 15px;
    }

    .login_box .inner li.last {
        margin-right: 0;
    }

.login_box img {
    display: block;
    margin: 15px auto 5px;
}

.login_box .inner li span {
    display: block;
    text-align: center;
}

.login_box .hasys-pc {
    overflow: hidden;
    margin-bottom: 30px;
}

    .login_box .hasys-pc li {
        background: #fff2a6;
    }

.login_box .pos {
    overflow: hidden;
}

    .login_box .pos li {
        background: #ebebeb;
    }

.login_box .tell {
    display: block;
    margin-top: 42px;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.login_box .kt-pc {
    overflow: hidden;
    margin-bottom: 30px;
}

    .login_box .kt-pc li {
        background: #ffe8e8;
    }

/*content*/
#content {    
    padding: 20px 15px;
}

.wrap {
    position: relative;
}

/*form input*/
.form-control {
    margin-bottom: 6px;
    display: block;
    width: 100%;
    height: 48px;
    /*padding: 13px 18px;*/
    padding: 13px 10px;
    /*font-size: 0.933rem;*/
    font-size: 12px;
    line-height: 20px;
    color: #4d5256;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    outline: none;
}

    .form-control:focus, .form-control:active {
        outline: none;
        border: 1px solid #ffcc00;
    }

select.form-control {
    vertical-align: middle;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    background: url('../img/common/bottom_arrow@2x.png') no-repeat;
    background-size: 12px 6px;
    background-position: 95%;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control::input-placeholder {
    color: #bbb
}

.form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #bbb
}

.form-control::-webkit-input-placeholder {
    color: #bbb
}

.form-control::-webkit-select-optgroup {
    color: #bbb
}

/*form select*/
.select-col {
    float: left;
    width: 49%;
}

/*체크박스*/
.inpbx {
    display: inline-block;
    position: relative;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 10px;
}

    .inpbx input[type=checkbox] {
        display: none;
    }

        .inpbx input[type=checkbox] + label {
            display: inline-block;
            cursor: pointer;
            position: relative;
            top: 12px;
            padding-left: 30px;
            font-size: 13px;
            padding-bottom: 9px;
        }

    .inpbx input:focus {
        outline: none
    }

    .inpbx input[type=checkbox] + label:before {
        content: "\2713";
        font-size: 2rem;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        width: 26px;
        height: 26px;
        line-height: 28px;
        text-align: center;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 3px;
        border-radius: 24px;
        border: 1px solid #b2b2b2;
        background: #b2b2b2;
    }

    .inpbx input[type=checkbox]:checked + label:before {
        content: "\2713";
        font-size: 2rem;
        color: #fff;
        font-weight: bold;
        background: #6638B6;
        text-align: center;
        line-height: 28px;
        border: 1px solid #6638B6;
    }

    .inpbx .txt {
        font-size: 0.85rem;
        color: #666;
        display: inline-block;
    }

input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    padding: 0 19px 0 40px;
    min-height: 35px;
    line-height: 27px;
    background: url('../img/common/check_off@2x.png') no-repeat;
    cursor: pointer;
    background-size: 30px 30px;
}

    input[type=checkbox]:checked + label, input[type=checkbox] + label.on {
        background-image: url('../img/common/check_on@2x.png');
    }

.ck_area {
    position: relative;
    display: inline-block;
}

    .ck_area input[type=checkbox] {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0;
        background-position: -54px -27px;
        vertical-align: top;
        -webkit-appearance: none
    }

        .ck_area input[type=checkbox]:checked {
            background-position: -54px 0;
            background-color: #fff
        }

            .ck_area input[type=checkbox]:checked + label {
                font-weight: bold;
            }

    .ck_area label {
        display: inline-block;
        font-size: 15px;
        word-spacing: -1px
    }


/*btn*/
.more-txt {
    text-decoration: underline;
    vertical-align: middle;
    margin-left: 7px;
    color: #2196f3;
    vertical-align: top;
    display: inline-block;
}

.contact-btn-off {
    height: 60px;
    background: #b2b2b2;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin-top: 10px;
    font-weight: bold;
    width: 100%;
    border: 0px;
}

.contact-btn-on {
    height: 60px;
    background: #6638B6;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin-top: 10px;
    font-size: 1.067rem;
    width: 100%;
    border: 0px;
}

/*layer-pop*/
.layer-pop {
    position: absolute;
    z-index: 800;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -200px;
    width: 320px;
}

    .layer-pop .pop-inner {
        margin: 0 auto;
        background: #fff;
        border-radius: 7px;
        padding: 25px;
        border: 1px solid #ededed;
    }

        .layer-pop .pop-inner .pop-tit {
            font-size: 0.92rem;
            letter-spacing: -1px;
            text-align: center;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .layer-pop .pop-inner .pop-txt {
            font-size: 0.8rem;
            letter-spacing: -1px;
            margin-bottom: 20px;
            color: #666;
        }

.ok-btn {
    display: block;
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
}

#mask {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    opacity: 0.6;
}

/*이용약관*/
.useterms {
    font-size: 0.933rem;
    color: #7a7a7a;
    text-align: justify;
}

    .useterms .sub-tit {
        font-size: 0.933rem;
        display: block;
        font-weight: bold;
        margin: 15px 0;
        color: #444;
    }

/*footer*/
#footer {
    margin-top: 10px;
    text-align: center;
    background: #878787;
    clear: both;
}

    #footer .footer-top {
        height: 80px;
        background-color: #fff;
        border-top: 1px solid #D5D5D5;
        border-bottom: 1px solid #D5D5D5;
    }

    #footer .footer-menu {
        /*border-bottom: 1px solid #363636;*/
    }

        #footer .footer-menu li {
            position: relative;
            width: 33.33%;
            float: left;
        }

            #footer .footer-menu li:last-child p {
                width: 100%;
            }

            #footer .footer-menu li a {
                display: block;
                height: 40px;
                line-height: 40px;
                font-size: 0.933rem;
                color: #888;
                background: #fff;
            }

            #footer .footer-menu li:after {
                display: block;
                position: absolute;
                right: 0;
                top: 15px;
                width: 1px;
                height: 11px;
                background: #d5d5d5;
                content: '';
            }

            #footer .footer-menu li:nth-child(2):after {
                display: none;
            }

            #footer .footer-menu li:last-child:after {
                display: none;
            }

        #footer .footer-menu p.impact a {
            color: #000;
            font-weight: bold;
        }

    #footer .share {
        padding: 18px 0 10px 0;
        clear: both;
    }

        #footer .share a {
            display: inline-block;
            margin: 0 10px;
        }

            #footer .share a img {
                width: auto;
                height: 26px;
            }

    #footer .contact {
        padding: 0 15px 10px;
    }

        #footer .contact a {
            display: inline-block;
            padding-bottom: 5px;
            font-size: 0.933rem;
            color: #fff;
        }

        #footer .contact span {
            font-size: 0.867rem;
            color: #dbdbdb;
            display: inline-block;
        }

    #footer .copyright {
        background: #444;
        color: #fff;
        font-size: 0.6rem;
        color: #aaa;
        padding: 10px 0
    }

/*top 버튼*/
.button_top {
    position: fixed;
    right: 15px;
    bottom: 70px;
    width: 47px;
    height: 47px;
    background-position: -1px -61.5px;
    display: none;
    background: url(../img/common/top_btn@2x.png) no-repeat;
    background-size: 47px;
    content: '';
}

/*상담신청버튼*/
.btmFixed {
    box-sizing: border-box;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60px;
    display: none;
    content: '';
    background: #fff;
    z-index: 999;
}

    .btmFixed a.login {
        float: left;
        width: 32%;
        height: 60px;
        display: inline-block;
        text-align: center;
        line-height: 60px;
        background: #fff;
    }

    .btmFixed a.customer {
        float: right;
        width: 68%;
        height: 60px;
        display: inline-block;
        text-align: center;
        line-height: 60px;
        background: #9664FF;
        color: #fff;
    }

        .btmFixed a.customer span {
            font-size: 1rem;
            font-weight: bold;
        }

    .btmFixed a.login span {
        font-size: 1rem;
        color: #4d3400;
        font-weight: bold;
    }

    .btmFixed a.login img {
        vertical-align: middle;
        margin-right: 6px;
        margin-bottom: 4px;
    }

    .btmFixed a.customer img {
        vertical-align: middle;
        margin-left: 7px;
        margin-bottom: 2px;
    }

/*항목더보기*/
.list-more {
    height: 50px;
    background: #f8f8f8;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #ddd;
    margin: 10px;
}


.bl_ess_hide {
    margin: 4px 2px 0 0;
    width: 10px;
    height: 10px;
    background-position: 0 0;
    display: inline-block;
    overflow: hidden;
    background: none;
    line-height: 999px;
    vertical-align: top;
}

.group_list {
    margin-top: 13px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    text-align: left;
}

    .group_list .tit_terms {
        padding: 10px;
        background: #eee;
    }

    .group_list .desc_terms {
        padding: 10px; /*max-height: 88px;*/ /*overflow-x: hidden;*/ /*overflow-y: scroll; */
        border-top: 1px solid #ddd;
    }

.br_t {
    border-top: 1px solid #ddd;
}

.item_policy table {
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 20px 0;
    width: 100%;
}

    .item_policy table th {
        background: #f8f8f8;
        height: 38px;
        text-align: center;
        color: #1b1b1b;
        border: 1px solid #ddd;
        font-size: 14px;
    }

    .item_policy table td {
        padding: 0 10px;
        text-align: justify;
        height: 40px;
        color: #444;
        border-right: 1px solid #ddd;
        font-size: 13px;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

label.lab_g {
    font-weight: bold;
    vertical-align: middle;
    margin-left: 5px;
}

.item_policy p {
    margin-top: 15px;
    font-size: 13px;
    color: #9d9d9d;
}

.item_policy b {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
    font-size: 15px;
}

.item_policy strong {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    color: #000;
}

.strong {
    font-weight: bold;
    margin: 15px 0;
}
