html{
    position: relative;
    height: 100%;
    font-family: "Noto Sans KR","arial", "sans-serif";
    
}
body{
    text-align: center;
    padding: 0;
    margin: 0;
}

content{
    margin-top: 100px
}

content, content img, footer img{
    text-align: center;
    min-width: 1280px;
    max-width: 2000px;
    margin-bottom:-6px;
}

content img, footer img{
    width:100%;
    text-align: center; margin: 0 auto;     display: inherit;
}

.input_bar input[type="text"],.input_bar select,.input_bar textarea{
    width: 100px;
    height: 39px;
    padding: 0 6px;
    margin-right: 20px;
    border: 0;
    font-size: 14px;
    color: #5f5d60;
    background: #ffffff;
}

.input_bar{
    z-index: 99;
    text-align: center;
    background: #2d2d2d;
    padding:20px;
    position: fixed;
    width: 100%;
    top: 0;
    transition: top 0.2s ease-in-out;
}
label{
    color:#bfbfbf
}

select, select.required {
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/common/sel_arrow01.png) 100% 50% no-repeat !important;
    -webkit-background-size: 20px 8px !important;
    background-size: 20px 8px !important;
}

.nav-up {
    top: -134px;
}

.twentytwenty-wrapper{
    margin-top: -16px;
    margin-bottom: -16px;
}


.input_mbar form, .input_mbar table{
    width: 100%;
    text-align: center;
}

.input_mbar{
    z-index: 99;
    text-align: center;
    
    position: fixed;
    width: 100%;
/*    top: 0;*/
}
.input_mbar_div{
    
    background: #2d2d2d;
}
.input_mbar img{
    width:90%;
}

.input_mbar input[type="text"], .input_mbar select, .input_mbar textarea{
    width: 91%;
    height: 150px;
    border: 0;
    margin-bottom:10px;
    font-size: 4em;
    color: #5f5d60;
    background: #ffffff;
}

.input_mbar input[type="text"], .input_mbar input[type="password"], .input_mbar input[type="search"], .input_mbar input[type="number"], .input_mbar input[type="date"], .input_mbar input[type="datetime"], .input_mbar input[type="email"], .input_mbar input[type="tel"], .input_mbar input[type="submit"], .input_mbar input[type="button"], button {
    color: #898989;
    height: 150px;
    padding: 2px 8px;
    font-size: 4em;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input_mbar textarea {
    width: 90.5%;
    height: 300px;
    margin-top: 2px;
    padding: 10px;
    font-size: 4em;
    color: #898989;
    background: #fff;
    border-radius: 0;
    margin-top: 10px;
}
.checkbox input{
    width: 100px;
    height:50px
}
.checkbox{
    font-size: 4em;
}


.policy_pop {
    display: none;
    position: fixed;
    top: 15%;
    left: 4%;
    right: 4%;
    margin-top: -160px;
    padding: 30px;
    background: #fff;
}

.policy_pop h2 {
    text-align: left;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #3d6191;
    font-weight: bold;
    font-size: 5em;
}
.policy_pop .btn_close {
    position: absolute;
    top: 60px;
    right: 35px;
    width: 110px;
}

.policy_pop .scroll_cont {
    overflow-y: scroll;
    height: 1000px;
    white-space: pre-wrap;
    text-align: left;
    font-size: 3em;
}
.btn_submit {
    display: block;
    width: 100%;
    height: 150px;
    margin-top: 15px;
    font-size: 4em;
    color: #fff;
    line-height: 150px;
    background: #ee6b8f;
    text-align: center;
    font-weight: bold;
}

.o_c_btn img{
    margin-top: -2px
}

