@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
    @import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

    html {
        height: 100%;
    }

    body {
        -webkit-text-size-adjust: none;
        background-color: #f7f7f7;
    }

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    select,
    textarea,
    p,
    blockquote,
    th,
    td,
    legend,
    button {
        margin: 0px;
        padding: 0px;
    }

    section,
    nav,
    header,
    footer {
        display: block;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    form,
    fieldset,
    img {
        border: 0 none;
    }

    ul,
    ol,
    li {
        list-style: none outside;
    }

    a {
        text-decoration: none;
        color: #3b3b3b;
    }

    li,
    p,
    dt,
    dd,
    div,
    span {
        word-break: break-all;
    }

    button,
    input[type='button'],
    input[type='submit'],
    input[type='reset'] {
        cursor: pointer;
        -webkit-border-radius: 0;
    }

    input[type=search]::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }

    img,
    input,
    select,
    textarea {
        vertical-align: middle
    }

    body {
        font: 14px/1.5 'Lato', 'Malgun Gothic', 'Nanum Gothic', '돋움', Dotum, '굴림', Gulim, arial, sans-serif;
        color: #333;
        letter-spacing: -.25pt;
        background-color: #fafafa
    }

    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    tbody,
    tfoot,
    thead,
    th,
    td,
    article,
    figure {
        margin: 0;
        padding: 0;
    }

    #header {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        z-index: 100;
    }

    #wrap {
        width: 100%;
        padding: 52px 0px 56px 0px;
        margin: 0px;
    }

    #header {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        z-index: 100;
    }

    #gnb {
        width: 100%;
        height: 53px;
        border-bottom: solid 1px #ccc;
        background: #fff;
    }

    #title {
        width: 100%;
        height: 54px;
        background: #ffffff;
        border-bottom: 1px solid #EAEAEA;
        /* FF3.6-15  background: -webkit-linear-gradient(left,  #fffff 0%,#fffff 100%); /* Chrome10-25,Safari5.1-6 background: linear-gradient(to right,  #fffff 0%,#fffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff', endColorstr='#fffff',GradientType=1 ); /* IE6-9 */
    }

    #title .logo {
        margin: 0 auto;
        display: block;
        background: #fffff;
        width: 170px;
        height: 54px;
        text-indent: -999em;
        background: url(https://doctorgram.cafe24.com/img/logo.png) no-repeat 0 0;
        background-size: 170px auto;
    }

    .txt_title {
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        overflow: hidden;
        height: 53px;
        line-height: 53px;
        font-weight: bold;
        font-size: 18px;
    }

    #title a {
        display: block;
        text-decoration: none;
        text-align: center;
        font-size: 12px;
        color: #111;
        cursor: pointer;
    }

    #title i {
        display: block;
        background: url(img/layout.png) no-repeat 0 0;
        background-size: 320px auto;
        width: 25px;
        height: 25px;
        margin: 0 auto;
    }

    #title .btn_back {
        position: absolute;
        left: 10px;
        top: 15px;
    }

    #title .btn_back i {
        background-position: -100px -100px;
    }

    #gnb .btn_search {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    #gnb .btn_search i {
        background-position: -200px 0px;
    }

    #gnb .btn_cart {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    #gnb .btn_cart i {
        background-position: -100px 0px;
    }

    #gnb .btn_cart span {
        position: absolute;
        background-color: #ec1b23;
        right: 0px;
        top: 0px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        color: #fff;
        text-align: center;
        border-radius: 10px;
        font-size: 13px;
    }

    #container {
        min-height: 500px
    }

    .form_input {
        float: left;
        height: auto;
        margin-right: 10px;
    }

    .input_div {
        width: 100%;
        padding-left: 16px;
        margin-bottom: 4px;
        height: 32px;
        position: relative;
        display: table;
        table-layout: fixed;
    }

    .input_title {
        font-size: 16px;
        width: 25%;
        text-align: right;
        color: rgb(74, 74, 74);
        display: table-cell;
        line-height: 1.25;
        vertical-align: middle;
        padding-right: 18px;
    }

    .input_text {
        width: 75%;
        height: 32px;
        font-size: 16px;
        display: table-cell;
        vertical-align: middle;
        line-height: 1.25;
        padding: 6px 16px;
        border-radius: 2px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(223, 223, 223);
        border-image: initial;
    }

    .form_float {
        zoom: 1
    }

    .form_float:after {
        content: '';
        display: block;
        clear: both
    }

    .form_float>li {
        float: left
    }

    .form_back {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #eaeaea;
        z-index: 1000
    }

    .form_back #form_btn {
        display: block;
        padding: 5px;
    }

    .form_back #form_option {
        display: none;
        position: relative;
        padding: 5px;
    }

    .form_back #form_option .form_close {
        position: absolute;
        top: -40px;
        right: 0;
        width: 80px;
        height: 40px;
        line-height: 40px;
        background-color: #2EBDA9;
        color: #fff;
        text-align: center;
        font-size: 18px
    }

    .form_back.open {
        background-color: #fff
    }

    .form_back.open #form_btn {
        display: none
    }

    .form_back.open #form_option {
        display: block
    }

    .form_back .form_button {
        height: 46px;
        line-height: 46px;
        margin-top: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

   
    select {
        width: 200px;
        padding: .8em .5em;
        font-family: inherit;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #999;
        border-radius: 0px;
    }


    .send_db {
        max-width: 880px;
        margin: 0 auto;
        background: #fff;
    }

    .send_db-wrap {
        background: #fff;
        padding: 30px 15px;
        border: 1px solid black
    }

    .send_db-box {
        margin: 0 auto;
        width: 95%;
        max-width: 870px;
        padding: 30px 0 50px;
        box-sizing: border-box;
    }

    .send_db-box>.inner {
        position: relative;
    }

    .send_db-box ul {
        width: 100%;
        box-sizing: border-box;
    }

    .send_db-box ul li {
        border-bottom: 1px solid #3f3f3f;
        line-height: 3.5;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
    }

    .send_db-box ul li:after {
        content: '';
        display: table;
        clear: both;
    }

    .send_db-box ul li .writer,
    .send_db-box ul li .tel,
    .send_db-box ul li .subject {
        display: inline-block;
        white-space: nowrap;
    }

    .send_db-box ul li .writer {
        width: 120px;
        text-align: center;
    }

    .send_db-box ul li .tel {
        width: 450px;
        text-align: center;
    }

    .send_db-box ul li .subject {}

    .send_db-box ul li:last-child {
        border-bottom: 0;
    }

    ul {
        list-style: none;
        margin: 0;
        text-align: center;
        padding: 0;
    }

    li {
        display: inline-block;
    }

    input[type="radio"] {
        display: none
    }

    @media (max-width:767px) {
        .send_db {
            letter-spacing: -0.05em;
            fon
        }

        .send_db-box {
            padding: 15px 0 25px;
        }

        .send_db-wrap {
            padding: 15px 10px;
        }

        .send_db-box ul {
            padding: 0;
        }

        .send_db-box ul li {}

        .send_db-box ul li .writer {
            width: 200px;
        }

        .send_db-box ul li .tel {
            width: 150px;
        }

        .send_db-box ul li .subject {
            display: none
        }

        
    }
    
