﻿
@charset "utf-8";

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0 none
}

dl, ul, ol, menu, li {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

input, select, textarea, button {
    vertical-align: middle;
    font-size: 100%
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    -webkit-text-size-adjust: none
}

input:checked[type='checkbox'] {
    background-color: #666;
    -webkit-appearance: checkbox
}

input[type='text'], input[type='password'], input[type='submit'], input[type='search'], input[type='tel'], input[type='email'], html input[type='button'], input[type='reset'] {
    -webkit-appearance: none;
    border-radius: 0
}

    input[type='search']::-webkit-search-cancel-button {
        -webkit-appearance: none
    }

body {
    min-width: 320px;
    background: #f9f9f9
}

body, th, td, input, select, textarea, button {
    font-size: 14px;
    line-height: 1.5;
    font-family: NotoSansCJKkr-Regular,'Malgun Gothic', '맑은 고딕', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    color: #333
}

a {
    color: #333;
    text-decoration: none
}

    a:active, a:hover {
        text-decoration: none
    }

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal
}

/* global */
.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    color: transparent
}

.screen_out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px
}

.show {
    display: block
}

.hide {
    display: none
}

/* Font */
@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: 'NotoSansCJKkr-DemiLight';
    src: url(/Library/Style/Font/Noto/NotoSans-DemiLight.eot);
    src: local('☺'), local('NotoSansCJKkr-DemiLight'), url(/Library/Style/Font/Noto/NotoSans-DemiLight.eot?iefix) format('embedded-opentype'), url(/Library/Style/Font/Noto/NotoSans-DemiLight.woff2) format('woff2'), url(/Library/Style/Font/Noto/NotoSans-DemiLight.woff) format('woff')
}

@font-face {
    font-family: 'notosans-demilight';
    src: url('/Library/Style/Font/Noto/notosans-demilight.eot') format('embedded-opentype');
}

@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: 'NotoSansCJKkr-Medium';
    src: url(/Library/Style/Font/Noto/NotoSans-Medium.eot);
    src: local('☺'), local('NotoSansCJKkr-Medium'), url(/Library/Style/Font/Noto/NotoSans-Medium.eot?iefix) format('embedded-opentype'), url(/Library/Style/Font/Noto/NotoSans-Medium.woff2) format('woff2'), url(/Library/Style/Font/Noto/NotoSans-Medium.woff) format('woff')
}

/* Background Image - common 요소 */
.ico_crm {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    background: url(/Library/Images/Contents/ico_crm_221116.png) 0 0 no-repeat;
    vertical-align: top;
    background-size: 130px 100px
}

.ico_complete {
    width: 64px;
    height: 64px;
    background-position: -60px 0;
}

/* 공통 */
.inp_g::placeholder, .inp_g2::placeholder {
    color: #888
}

.inp_g::-webkit-input-placeholder, .inp_g2::-webkit-input-placeholder {
    color: #bec0c9
}

.inp_g:-moz-placeholder, .inp_g2:-moz-placeholder {
    color: #bec0c9
}

.inp_g::-moz-placeholder, .inp_g2::-moz-placeholder {
    color: #bec0c9
}

.inp_g:-ms-input-placeholder, .inp_g2:-ms-input-placeholder {
    color: #bec0c9
}

.inp_g {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border: 0 none;
    background: transparent;
    word-wrap: break-word;
    -webkit-appearance: none;
    outline: 0 none;
    resize: none;
    box-sizing: border-box
}

.inp_g2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 15px;
    border: 0 none;
    background: transparent;
    word-wrap: break-word;
    -webkit-appearance: none;
    outline: 0 none;
    resize: none;
    box-sizing: border-box;
    color: #000
}

.item_choice {
    display: inline-block;
    position: relative;
    vertical-align: top
}

    .item_choice .inp_g {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border: 0 none;
        opacity: 0.01;
        filter: alpha(opacity=1)
    }

    .item_choice .lab_g {
        display: block;
        position: relative;
        padding: 3px 0 0 31px;
        word-break: keep-all;
        cursor: pointer
    }

        .item_choice .lab_g .ico_crm {
            position: absolute;
            top: 0;
            left: 0
        }

.item_check .lab_g .ico_check {
    width: 22px;
    height: 22px;
    background-position: 0 -30px
}

.item_check .inp_g:checked + .lab_g .ico_check {
    background-position: -30px -30px
}

.item_radio .lab_g .ico_radio {
    width: 23px;
    height: 23px;
    background-position: 0 0
}

.item_radio .inp_g:checked + .lab_g .ico_radio {
    background-position: -30px 0
}



/* 버튼 2개의 경우 */
.btn_g {
    float: left;
    width: 50%;
    border-top: 1px solid #dedede;
    box-sizing: border-box
}

    .btn_g + .btn_g {
        border-left: 1px solid #dedede
    }

    .btn_g:only-child {
        width: 100%;
        border: 0 none
    }

/* 레이어 공통 */
.dimmed_layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,.5);
    font-size: 0;
    text-align: center;
    white-space: nowrap
}

    .dimmed_layer:after {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: ''
    }

.inner_crm_layer {
    display: inline-block;
    overflow: hidden;
    width: 294px;
    background-color: #fff;
    border-radius: 10px;
    white-space: normal;
    vertical-align: middle
}

    .inner_crm_layer .layer_body .desc_layer {
        font-size: 14px;
        font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif;
        color: #222
    }

    .inner_crm_layer .layer_foot {
        height: 55px
    }

        .inner_crm_layer .layer_foot .btn_g {
            font-size: 15px;
            line-height: 55px;
            font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif;
            background-color: #f0f0f0
        }
/* 레이어 1 */
.inner_crm_layer1 {
    min-height: 170px
}

    .inner_crm_layer1 .layer_body {
        padding: 53px 20px 42px
    }
/* 레이어 2 */
.inner_crm_layer2 .layer_body {
    padding: 31px 24px 25px
}

    .inner_crm_layer2 .layer_body .btn_request {
        width: 100%;
        height: 50px;
        margin: 20px 0 7px;
        font-size: 15px;
        line-height: 50px;
        font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif;
        background-color: #6638B6;
        color: #fff;
    }

    .inner_crm_layer2 .layer_body .item_find {
        padding-right: 102px
    }

        .inner_crm_layer2 .layer_body .item_find .inp_g {
            border-right-width: 0;
            font-size: 24px;
            font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif
        }

            .inner_crm_layer2 .layer_body .item_find .inp_g:focus {
                padding: 14px 0 17px 19px;
                border-right-width: 2px
            }

        .inner_crm_layer2 .layer_body .item_find .btn_g {
            z-index: 1;
            width: 103px;
            border: 1px solid #aaa
        }

    .inner_crm_layer2 .layer_body .inp_g::placeholder {
        font-size: 15px
    }

    .inner_crm_layer2 .layer_body .inp_g::-webkit-input-placeholder {
        font-size: 15px
    }

    .inner_crm_layer2 .layer_body .inp_g:-moz-placeholder {
        font-size: 15px
    }

    .inner_crm_layer2 .layer_body .inp_g::-moz-placeholder {
        font-size: 15px
    }

    .inner_crm_layer2 .layer_body .inp_g:-ms-input-placeholder {
        font-size: 15px
    }

html, body {
    height: 100%
}

#kakaoWrap {
    position: relative;
    min-height: 100%
}

.cont_apply, .cont_cancel, .cont_contract {
    padding: 0 20px 95px
}
/* focused */
.inp_g[type="text"]:focus, .item_tf .inp_g2:focus, .item_select .select_g:focus, .item_address .inp_g2:focus {
    z-index: 10;
    border: 2px solid #6638B6
}
/* lab_g */
.select_g {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0 none;
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0;
    box-sizing: border-box
}

.tit_crm {
    padding: 19px 0;
    font-size: 20px;
    line-height: 22px;
    background-color: #fff;
    text-align: center;
    color: #444;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(217,217,217,0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(217,217,217,0.5);
    box-shadow: 0px 2px 4px 0px rgba(217,217,217,0.5)
}

.tit_crmsub {
    display: block;
    padding-top: 35px;
    font-size: 17px;
    line-height: 19px;
    font-family: NotoSansCJKkr-Medium,'Malgun Gothic', '맑은 고딕', sans-serif;
}

    .tit_crmsub .txt_tip {
        margin-left: 3px;
        font-size: 14px;
        line-height: 20px;
        color: #aaa
    }
/* dl,dt,dd 공통 */
.item_info {
    display: block;
    overflow: hidden;
    line-height: 20px
}

    .item_info + .item_info {
        margin-top: 6px
    }

    .item_info dt {
        float: left;
        min-width: 82px;
        font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif;
        color: #000
    }

    .item_info dd {
        overflow: hidden;
        font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif;
        white-space: pre-line;
        color: #888
    }

    .item_info + .tit_info {
        padding-top: 20px
    }
/* 계약자 정보 */
.box_certify {
    margin-top: 17px;
    background-color: #fff;
    box-sizing: border-box
}

    .box_certify .item_radio {
        width: 50%;
        padding: 19px 0 18px 20px;
        border: 1px solid #dedede;
        border-width: 1px 0 0 1px;
        box-sizing: border-box
    }

        .box_certify .item_radio + .item_radio {
            padding-left: 0;
            border-width: 1px 1px 0 0
        }

.item_find {
    overflow: hidden;
    position: relative;
    padding-right: 110px
}

    .item_find .inp_g {
        height: 55px;
        padding: 15px 0 18px 20px;
        font-size: 15px;
        line-height: 22px;
        border: 1px solid #dedede;
        box-sizing: border-box
    }

    .item_find .btn_g {
        position: absolute;
        top: 0;
        right: 0;
        width: 110px;
        height: 100%;
        border: 1px solid #dedede;
        border-left: 0;
        font-size: 15px;
        line-height: 22px;
        font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif;
        box-sizing: border-box
    }
/* 해지 인증 */
.box_info {
    margin-top: 10px;
    padding: 16px 20px 25px;
    background-color: #f4f4f4;
    border: 1px solid #dedede;
    box-sizing: border-box
}

    .box_info + .item_choice {
        margin-top: 18px
    }

        .box_info + .item_choice .lab_g {
            font-size: 15px;
            line-height: 17px;
            font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif
        }

.area_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

    .area_bottom .btn_g, .area_bottom .link_next {
        display: block;
        background-color: #6638B6;
        color: #fff;
        font-size: 16px;
        line-height: 60px
    }

    .area_bottom .link_next {
        text-align: center
    }
/* cms 수납요금 내용 */
.box_fee {
    margin-top: 17px
}

    .box_fee .item_check {
        width: 131px
    }
/* cms 신청내용 */
.cont_apply .box_contents {
    margin-top: 15px
}

.item_tf {
    position: relative;
    height: 55px;
    background-color: #fff;
    ;
    box-sizing: border-box
}

    .item_tf + .item_tf {
        margin-top: -1px
    }

    .item_tf .inp_g {
        padding: 19px 0 18px 20px;
        border: 1px solid #dedede
    }

    .item_tf .inp_g:focus {
        padding: 18px 0 17px 19px
    }

    .item_tf .inp_g2 {
        padding: 19px 0 18px 145px;
        border: 1px solid #dedede
    }

    .item_tf .lab_g2 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        width: 130px;
        height: 100%;
        padding: 15px 0 18px 15px;
        font-size: 15px;
        line-height: 17px;
        color: #444;
        box-sizing: border-box
    }

    .item_tf .inp_g2:focus {
        padding: 18px 0 17px 119px
    }

.item_select .select_g {
    padding: 17px 0 16px 19px;
    border: 1px solid #dedede;
    font-size: 15px;
    line-height: 17px;
    color: #444
}

    .item_select .select_g:focus {
        padding: 16px 0 15px 18px
    }

.item_select .ico_more {
    position: absolute;
    z-index: 10;
    top: 24px;
    right: 20px;
    width: 12px;
    height: 6px;
    background-position: 0 -60px
}

.box_util {
    margin: 13px -5px 0 -4px
}

    .box_util .item_util {
        display: inline-block;
        width: 100%;
        padding: 0 5px 0 4px;
        box-sizing: border-box
    }

    .box_util .item_file {
        position: relative
    }

    .box_util .link_g {
        display: block;
        height: 45px;
        border: 1px solid #979797;
        background-color: #fff;
        font-size: 15px;
        line-height: 44px;
        color: #000;
        box-sizing: border-box;
        text-align: center
    }

    .box_util .item_util .inp_file {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        opacity: 0.01
    }

    .box_util .item_util .lab_g {
        display: inline-block;
        float: left;
        width: 49%;
        height: 45px;
        border: 1px solid #979797;
        background-color: #fff;
        font-size: 15px;
        line-height: 44px;
        color: #000;
        box-sizing: border-box;
        text-align: center
    }

    .box_util .item_util .txt_done {
        display: none
    }

    .box_util .item_util .on + .lab_g .txt_do {
        display: none
    }

    .box_util .item_util .on + .lab_g .txt_done {
        display: block
    }

.box_agree {
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #dedede
}

    .box_agree .item_check {
        width: 100%;
        height: 60px;
        padding: 19px 20px;
        border-bottom: 1px solid #dedede;
        box-sizing: border-box
    }

    .box_agree .wrap_agree { /* overflow-y: auto; */ /* height: 100px; */
        padding: 20px 20px 20px 20px;
        font-size: 12px;
        line-height: 18px;
        font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif;
        color: #1b1b1b;
    }

    .box_agree .txt_bar {
        display: inline-block;
        margin-right: 2px;
        text-indent: 0;
        vertical-align: text-top
    }

    .box_agree + .box_advice {
        margin-top: 22px
    }

.box_advice {
    padding: 16px 20px 19px;
    border: 1px solid #dedede;
    background-color: #f0f0f0;
    box-sizing: border-box
}

    .box_advice .tit_advice {
        display: block;
        margin-top: -6px;
        padding-bottom: 22px;
        font-weight: normal
    }

    .box_advice .desc_guide {
        font-size: 13px;
        font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif;
        color: #888
    }

.cont_apply .item_all {
    position: absolute;
    top: 90px;
    right: 20px
}

    .cont_apply .item_all .lab_g {
        font-size: 15px;
        line-height: 17px;
        font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic', '맑은 고딕', sans-serif
    }
/* 출금이체 신청 서명 */
/* 신청정보 확인 */
.box_advice {
    margin-top: 16px;
    padding: 22px 20px;
    border: 1px solid #dedede;
    background-color: #f0f0f0;
    box-sizing: border-box
}

    .box_advice .desc_info {
        margin-bottom: 20px;
        line-height: 20px;
        color: #444
    }

    .box_advice .desc_advice {
        line-height: 18px;
        font-family: NotoSansCJKkr-DemiLight,'Malgun Gothic','맑은 고딕',sans-serif;
        color: #888
    }
/* 신청일자 */
.box_date {
    margin: 10px -2px 0 -1px
}

    .box_date .item_date {
        width: 30.33%
    }

.item_date {
    display: inline-block;
    position: relative;
    height: 55px;
    padding: 0 2px 0 1px;
    box-sizing: border-box;
    vertical-align: top
}

    .item_date .inp_g {
        overflow: hidden;
        padding: 15px 40px 18px 20px;
        background-color: #fff;
        font-size: 15px;
        border: 1px solid #dedede
    }

    .item_date .num_date {
        position: absolute;
        top: 15px;
        left: 19px;
        z-index: 20;
        font-size: 15px;
        line-height: 22px;
        color: #aaa
    }

    .item_date .txt_date {
        position: absolute;
        top: 15px;
        right: 19px;
        z-index: 20;
        font-size: 15px;
        line-height: 22px;
        color: #444
    }

    .item_date .inp_g:focus {
        padding: 14px 19px 17px
    }
/* 전자서명 */
.box_signature {
    position: relative
}

    .box_signature .area_signature {
        height: 150px;
        margin-top: 15px;
        background-color: #fff;
        border: 1px solid #dedede;
        box-sizing: border-box
    }

    .box_signature .btn_initial {
        position: absolute;
        top: -35px;
        right: 0;
        text-decoration: underline;
        color: #ff7b2e
    }
/* 신규 계약 신청서 */
/* 신규계약 절차 */
.nav_step {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: -15px
}

.list_step {
    float: right
}

    .list_step li {
        float: left
    }

        .list_step li + li {
            margin-left: 6px
        }

        .list_step li .link_step {
            display: block;
            width: 22px;
            height: 22px;
            border: 1px solid #dedede;
            background-color: #f0f0f0;
            line-height: 20px;
            font-family: NotoSansCJKkr-Medium,'Malgun Gothic', '맑은 고딕', sans-serif;
            text-align: center;
            box-sizing: border-box;
            color: #aaa
        }

        .list_step li.on .link_step {
            background-color: #B4B4B4;
            border-color: #b4b4b4;
            color: #fff
        }
/* 신청구분 */
.box_distinction {
    margin-top: 15px
}

.item_select2 {
    display: inline-block;
    width: 50%;
    vertical-align: top
}

    .item_select2 + .item_select2 .select_g, .item_option + .item_select2 .select_g {
        border-width: 1px 1px 1px 0
    }

        .item_select2 + .item_select2 .select_g:focus {
            border-width: 2px;
            padding-left: 17px
        }
/* 사업자 유형  */
.box_type {
    position: relative
}

    .box_type .area_type {
        margin-top: 15px;
        padding: 12px 20px 11px;
        background-color: #fff;
        border: 1px solid #dedede
    }

        .box_type .area_type .item_choice {
            /*width: 50%;*/
            padding: 8px 0 9px
        }

    .box_type .lab_g {
        padding-left: 28px
    }

    .box_type .file_apply {
        position: absolute;
        top: -49px;
        right: 0;
        height: 40px;
        width: 100%;
    }

.file_apply .inp_file {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    opacity: 0.01
}

.file_apply .lab_g {
    display: inline-block;
    height: 100%;
    padding: 7px 9px 6px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #6638B6;
    /*color: #fff;*/
    float: left;
    width: 49%;
}

.file_apply .txt_done {
    display: none
}

.file_apply .on + .lab_g .txt_do {
    display: none
}

.file_apply .on + .lab_g .txt_done {
    display: block
}
/* 계약자 정보 및 사업자 정보 */
.cont_contract .box_contents {
    margin-top: 19px
}

.item_distinct {
    padding-left: 120px;
    border: 1px solid #dedede
}

    .item_distinct .lab_g2 {
        font-weight: normal
    }

    .item_distinct .item_choice {
        width: 49%;
        padding: 16px 0
    }
/* 주소 */
.box_address {
    margin-top: 15px;
    background-color: #fff
}

.item_address {
    position: relative;
    height: 55px;
    padding-right: 65px
}

    .item_address .link_search {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 19px 24px
    }

        .item_address .link_search .ico_search {
            width: 17px;
            height: 17px;
            background-position: -20px -60px
        }

    .item_address .btn_g {
        position: absolute;
        top: 0;
        right: 0
    }

    .item_address .inp_g2, .item_detail .inp_g {
        padding: 14px 0 17px 20px;
        border: 1px solid #dedede;
        font-size: 15px;
        line-height: 17px;
        color: #000
    }

        .item_address .inp_g2:focus, .item_detail .inp_g:focus {
            padding: 13px 0 16px 19px
        }

    .item_address + .item_detail {
        margin-top: -1px
    }

    .item_address .inp_g2::placeholder {
        color: #444
    }

    .item_address .inp_g2::-webkit-input-placeholder {
        color: #444
    }

    .item_address .inp_g2:-moz-placeholder {
        color: #444
    }

    .item_address .inp_g2::-moz-placeholder {
        color: #444
    }

    .item_address .inp_g2:-ms-input-placeholder {
        color: #444
    }
/* 기업 상품명 */
.item_choice .txt_radio {
    font-size: 12px;
    color: #888
}
/* 서비스 신청 */
.box_service {
    margin-top: 15px
}

.box_service .item_choice {
    width: 49%
}

.item_radio2 {
    background-color: #fff
}

    .item_radio2 .lab_g2 {
        display: block;
        width: 100%;
        height: 55px;
        padding: 15px 0 18px;
        border: 1px solid #dedede;
        font-size: 15px;
        text-align: center;
        box-sizing: border-box
    }

    .item_radio2 + .item_radio2 .lab_g2 {
        border-left: 0
    }

    .item_radio2 .inp_g:checked + .lab_g2 {
        background-color: #6638B6;
        color: #fff;
    }
/* 약정 선택 */
.box_period {
    margin-top: 17px
}

.item_tf.item_period .inp_g {
    padding: 0
}

.item_period {
    height: 60px;
    padding: 19px 20px 15px;
    border: 1px solid #dedede;
    width:99%
}

    .item_period .item_radio:first-child + .item_radio {
        margin: 0 auto
    }

    .item_period .item_choice {
        width: 30.33%
    }

        .item_period .item_choice .lab_g {
            display: inline-block;
            vertical-align: top
        }

        .item_period .item_choice + .item_choice {
            text-align: center
        }

        .item_period .item_choice:last-child {
            text-align: right
        }

.item_option {
    display: inline-block;
    width: 48%;
    border: 1px solid #dedede
}

    .item_option .item_choice {
        display: block;
        padding: 16px 0 16px 20px
    }

    .item_option + .item_select2 .select_g:focus {
        padding-left: 17px;
        border-width: 2px
    }

.box_discount {
    margin-top: 17px
}

    .box_discount .lab_g {
        padding-left: 28px
    }

        .box_discount .lab_g .txt_radio {
            margin-left: 3px;
            letter-spacing: -1px
        }

    .box_discount .item_option:first-child + .item_tf {
        margin-top: 0
    }
/* 이용약관 동의 */
.cont_contract .item_all {
    position: absolute;
    top: 121px;
    right: 20px
}
/* 신청서 서명란 */
.cont_contract .box_info {
    margin-top: 13px
}

.box_info .tit_info {
    display: block;
    padding-bottom: 17px;
    font-size: 15px;
    line-height: 17px;
    font-family: NotoSansCJKkr-Medium,'Malgun Gothic', '맑은 고딕', sans-serif;
}

.box_info .desc_tip {
    font-size: 12px;
    color: #444
}

    .box_info .desc_tip .txt_tip {
        color: #d80000
    }

.area_bottom .btn_addapply {
    background-color: #ececec
}

.br_t {
    border-top: 1px solid #ddd;
}

.item_policy {
    font-size: 14px;
}


    /*.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;
        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;
    }

label.lab_g2 {
    font-weight: bold;
    vertical-align: middle;
}

.item_policy p {
    margin-top: 15px;
    font-size: 15px;
    color: #1b1b1b;
}

.item_policy b {
    color: #000;
    font-size: 15px;
    text-decoration: underline;
}

.item_policy strong {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    color: #000;
}

.strong {
    font-weight: bold;
    margin: 15px 0;
}
