﻿.input3 {
    padding: 0px;
    border: 1px solid #F1B720;
    border-radius: 1px;
    color: #333;
    width: 50px;
    margin-left: 20px;
    height: 28px;
}

.table {
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

#stock_chk_div {
    font-size: 20px;
    color: #ff0000;
}

.idinput {
    font-size: 18px;
    font-weight: bold;
    display: inline-flex;
    cursor: pointer;
}

.pricetxt {
    font-size: 20px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.svcrow {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#bz6month, #bz12month {
    text-decoration: line-through;
    text-decoration-color: #ff0000;
}

.bz6month_sum, .bz12month_sum {
    color: #FF5C1F;
    font-family: tahoma,돋움,dotum,Helvetica,sans-serif;
    font-size: 26px;
    font-weight: bold;
}

.svcgoodsgroup {
    background-color: #7AAB29;
    color: #FFFFFF;
    height: 50px;
    font-size: 16px;
}

.next1btn {
    background-color: white;
    border: 0;
    padding: 0.5rem 1rem;
    font-size: 3rem;
    font-family: 돋움;
    transition: all .3s;
    cursor: pointer;
    border-radius: 5px;
    border-bottom: 4px solid;
    margin: 10px;
}

    .next1btn:hover {
        box-shadow: 0px 15px 25px -5px;
        transform: scale(1.03);
    }

    .next1btn:active {
        box-shadow: 0px 4px 8px;
        transform: scale(.98);
    }

#pricetbody th {
    width: 25%;
}

.svcgoodsgroup, .svctd, pricetable {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 5px;
    line-height: 18px;
}

#pricetbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

user agent stylesheet
#pricetable {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.section-preview {
    border: 2px solid #dcffa1;
    padding: 10px;
    height: 300px;
    margin: 10px;
    background-color: #fcfff2
}

.market {
    font-size: 23px;
    font-weight: bold;
}

.cr {
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
    cursor: pointer;
}

    .cr:before, .cr:after {
        content: "";
        box-sizing: border-box;
        width: 1em;
        height: 1em;
        font-size: var(--uiToggleSize);
        position: absolute;
        left: 0;
        top: 0;
    }

    .cr:before {
        border: var(--uiToggleBorderWidth) solid var(--uiToggleColor);
        z-index: 2;
    }

    .cr:before, .cr:after {
        border-radius: 2px;
    }


li {
    display: inline-block;
}

.form-control-range {
    width: 100%;
    max-width: 100%;
}

#shopspan {
    font-size: 30px;
}

#price {
    position: center;
    color: #333;
    text-align: center;
    font-size: 40px;
    height: 132px;
    line-height: 132px;
    width: 500px;
}

.pricecu {
    text-align: center;
}

#shopcu {
    position: center;
    color: #333;
    text-align: center;
    font-size: 40px;
    height: 132px;
    line-height: 132px;
    width: 500px;
}

.shopcu2 {
    text-align: center;
    margin-bottom: 10px;
}

#searchbtn {
    font-family: arial;
    color: #FFFFFF;
    font-size: 30px;
    padding: 16px 40px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 4px solid #1E73BE;
    background: #1E73BE;
    position: center;
    text-align: center;
}

.innerArea {
    width: 1100px;
    margin: 0 auto 0;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0px;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 14px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #50555C;
        background: #50555C;
        border-radius: 14px;
        border: 0px solid #000000;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 20px;
        width: 40px;
        border-radius: 12px;
        background: #529DE1;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #50555C;
    }



    input[type=range]::-ms-track {
        width: 100%;
        height: 14px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #50555C;
        border: 0px solid #000000;
        border-radius: 28px;
        box-shadow: 1px 1px 1px #50555C;
    }

    input[type=range]::-ms-fill-upper {
        background: #50555C;
        border: 0px solid #000000;
        border-radius: 28px;
        box-shadow: 1px 1px 1px #50555C;
    }

    input[type=range]::-ms-thumb {
        margin-top: 1px;
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 20px;
        width: 40px;
        border-radius: 12px;
        background: #529DE1;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #50555C;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #50555C;
    }

.textbox {
    width: 230px;
    border: 1px solid #3366FF;
    float: right;
}

.sojemoc {
    font-size: 20px;
    position: center;
    margin-bottom: 50px;
    margin-top: 20px;
}

.cntlabel {
    text-align: center;
    font-size: 20px;
}

.btnarea {
    margin-left: auto;
    margin-right: auto;
    position: center;
}

.extend_result {
    padding: 14px 0px 14px 0px;
    margin-top: 40px;
    color: #6D6D6D;
    text-align: center;
    font-size: 26px;
}

.extend_tit {
    text-align: center;
    font-size: 30px;
}

.pricearea {
    text-align: center;
}

.hidearea {
    position: center;
    text-align: center;
}

.checks {
    position: relative;
}

    .checks input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }

        .checks input[type="checkbox"] + label {
            display: inline-block;
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

            .checks input[type="checkbox"] + label:before { /* 가짜 체크박스 */
                content: ' ';
                display: inline-block;
                width: 21px; /* 체크박스의 너비를 지정 */
                height: 21px; /* 체크박스의 높이를 지정 */
                line-height: 21px; /* 세로정렬을 위해 높이값과 일치 */
                margin: -2px 8px 0 0;
                text-align: center;
                vertical-align: middle;
                background: #fafafa;
                border: 1px solid #cacece;
                border-radius: 3px;
                box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
            }

            .checks input[type="checkbox"] + label:active:before, .checks input[type="checkbox"]:checked + label:active:before {
                box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
            }

        .checks input[type="checkbox"]:checked + label:before { /* 체크박스를 체크했을때 */
            content: '\2714'; /* 체크표시 유니코드 사용 */
            color: #99a1a7;
            text-shadow: 1px 1px #fff;
            background: #e9ecee;
            border-color: #adb8c0;
            box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        }

    .checks.etrans input[type="checkbox"] + label {
        padding-left: 30px;
    }

        .checks.etrans input[type="checkbox"] + label:before {
            position: absolute;
            left: 0;
            top: 0;
            margin-top: 0;
            opacity: .6;
            box-shadow: none;
            border-color: #83de00;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    .checks.etrans input[type="checkbox"]:checked + label:before {
        position: absolute;
        content: "";
        width: 10px;
        top: -5px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        background: transparent;
        border-color: transparent #50555C #50555C transparent;
        border-top-color: transparent;
        border-left-color: transparent;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.no-csstransforms .checks.etrans input[type="checkbox"]:checked + label:before {
    /*content:"\2713";*/
    content: "\2714";
    top: 0;
    left: 0;
    width: 21px;
    line-height: 21px;
    color: #83de00;
    text-align: center;
    border: 1px solid #83de00;
}

.cnttr {
    font-size: 20px;
}

.cntth {
    text-align: right;
}

.panel-success > .panel-heading {
    color: #2333A0;
    background-color: #B7DA7F;
    border-color: #d6e9c6;
}

.price_start {
    background: #B7DA7F;
    color: #fff;
    text-align: center;
    font-size: 26px;
    height: 55px;
    line-height: 60px;
    margin-bottom: 10px;
}

blockquote:before, .w-separator.color_border, .w-iconbox.color_light .w-iconbox-icon {
    color: #ebebeb;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-warning {
    background-color: #fada78;
    color: #963 !important;
}

.cntth {
    text-align: right;
    padding-right:20px;
}
