* {
    padding: 0;
    margin: 0;
    font-family: 'Nanum Gothic', '나눔고딕', 'Dotum', '돋움', 'arial';
}

body {
    background: #abc1d1
}

#wrap {}

.wrap_in {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    text-align: center;
    margin: 0 auto;
}

.page-2 > div {
    display: none;
}

.page-2 .text-ing {}

.page-2 .text-complate img {
    margin-top: -10px;
}

.page-2 .text-complate {
    display: none;
    color: #f00;
}

.page-2 .complate .text-ing {
    display: none !important
}

.page-2 .complate .text-complate {
    display: inline-block !important
}

.page-2 span[id^=count-data] {
    font-weight: bold;
}

.page-2 .progress-text {
    font-size: 12px;
    color: #000;
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid #e0d500;
    text-align: left;
    padding-left: 6px;
    letter-spacing: -0.7px;
}

.page-2 .progress-percent {
    font-size: 14px;
    color: #000;
    line-height: 40px;
    height: 40px;
    text-align: left;
}

.page-2 .progress-percent .icon_down {
    display: inline-block;
    padding: 0 15px 0 35px;
    background: url(../css_img/icon_down.gif) 9px center no-repeat;
    background-size: 22px 22px;
    width: 60px;
}

.input_wrap {
    border: 3px #fff solid;
    width: 60%;
    margin: 10px auto;
    text-align: left;
    padding: 4px;
    font-size: 24px;
    color: #000;
    background: #fff;
}

.input_wrap input {
    width: 60%;
    background: #fff;
    border: 0;
    color: #000;
    font-size: 24px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 15px;
}

.input_wrap label {
    color: #000;
    width: 22%;
    display: inline-block;
    padding-left: 20px;
}

.tel input {
    width: 19%;
    padding-left: 0;
}

.tend {
    overflow: hidden;
}

.tend span {
    display: inline-block;
    color: #000;
    width: 29%;
    padding-left: 20px;
    float: left;
    line-height: 56px;
}

.tend_radiobox {
    float: left;
    margin-left: 10px;
    text-align: center;
}

.tend input {
    width: auto;
}

.tend label {
    width: auto;
    display: inline;
    padding-left: 0;
    font-size: 14px;
}

.page-2 {
    overflow: hidden;
    margin-bottom: 60px;
}

.page-2 > div {
    background: #fff200;
    width: 250px;
    margin: 0 10px 10px 0;
    float: right;
    clear: both;
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.page-2 > div :before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #ffeb00;
    border-right: 8px solid transparent;
    position: absolute;
    right: -7px;
    top: 6px;
}

.header {
    height: 51px;
    line-height: 51px;
    border-bottom: 1px solid #a4b9c8;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #abc1d1;
}

.header > span {
    display: inline-block;
}

.header .icon_back {
    padding-left: 35px;
    height: 51px;
    background: url(../css_img/icon_back.png) 9px center no-repeat;
    background-size: 22px 22px;
    text-align: left;
    float: left;
}

.header .icon_srch {
    width: 22px;
    height: 51px;
    background: url(../css_img/icon_srch.png) 0 center no-repeat;
    background-size: 22px 22px;
    float: right;
    padding-right: 14px;
}

.header .icon_menu {
    width: 22px;
    height: 51px;
    background: url(../css_img/icon_menu.png) 0 center no-repeat;
    background-size: 22px 22px;
    float: right;
    padding-right: 16px;
}

.red {
    color: #F00;
}

.gray {
    color: #595959;
}

.talk-zone {
    margin: 63px 0 0 5px;
    display: none;
}

.talk-zone .reporter {
    text-align: left;
    font-size: 13px;
    color: #444d54;
    display: block;
    padding: 0 0 5px 46px;
    position: relative;
}

.talk-zone .reporter span.profile {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0px;
    background-size: 100% 100%;
    border-radius: 18px;
    background-image: url(http://my.newscover.co.kr/img/news/cor/kakao/logo03.png);
}

.talk-zone p {
    max-width: 220px;
    border-radius: 3px;
    padding: 8px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    clear: both;
    margin-bottom: 15px;
    text-align: left;
    background: #fff;
    margin-left: 46px;
    font-size: 14px;
    line-height: 18px;
}

.talk-zone p:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    position: absolute;
    left: -7px;
    top: 6px;
}

.talk-zone p .img {
    display: block;
}

.mt_5 {
    display: block;
    margin-top: 5px;
}

.img {
    margin-bottom: 8px;
}

.footer {
    height: 44px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
}

.footer span {
    display: inline-block;
}

.footer .icon_plus {
    width: 52px;
    height: 44px;
    background: url(../css_img/icon_plus.png) center center no-repeat;
    background-size: 24px 24px;
    text-align: left;
    float: left;
}

.footer .icon_emoti {
    width: 22px;
    height: 34px;
    background: url(../css_img/icon_emoti.png) 0 center no-repeat;
    background-size: 22px 22px;
    float: right;
    padding-right: 15px;
}

.footer .icon_tag {
    width: 22px;
    height: 34px;
    background: url(../css_img/icon_tag.png) 0 center no-repeat;
    background-size: 22px 22px;
    float: right;
    padding-right: 8px;
}

.bd {
    border: 1px solid #dededf;
    border-radius: 17px;
    background: #f8f8f8;
    overflow: hidden;
    margin: 4px 11px 0 0;
}

.pop_background_layer {
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    height: 200%;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: none;
}

.popup_wrap {
    z-index: 100;
    position: fixed;
    width: 298px;
    height: 366px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -184px;
    background: #523637;
    border: 1px solid #4c4c4c;
    border-radius: 3px;
    display: none;
}

.popup_wrap h1 {
    border-bottom: 1px solid #392626;
    color: #FFF;
    font-size: 17px;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 10px 0;
}

.popup_wrap h1 .logo {
    display: block;
    background: url(http://my.newscover.co.kr/img/news/cor/kakao/logo02.png) 14px center no-repeat;
    background-size: 70% 70%;
    padding-left: 78px;
}

.popup_wrap h1 .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999em;
    width: 32px;
    height: 32px;
    background: url(../css_img/icon_close.png) center center no-repeat;
    background-size: 14px 14px;
}

/* form */
.formWarp {
    padding: 0 5px;
}

.txt_box {
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
    padding: 14px;
}

.yellow {
    color: #fff200;
}

.inputBox {
    padding: 0 14px;
}

.inputBox ul {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.inputBox ul li {
    width: 100%;
    float: none;
    display: inline-block;
    margin-top: 5px;
    line-height: 33px;
    text-align: left;
    box-sizing: border-box;
}

.inputBox ul li:first-child {
    margin-top: 0;
}

.inputBox ul li select {
    height: 45px;
    font-size: 16px;
    display: block;
    float: left;
    border: 0;
    box-sizing: border-box;
    padding: 3px 4px;
    box-shadow: 0;
    background-color: #fff;
    border: 1px solid #000;
}

.inputBox ul li input {
    height: 45px;
    font-size: 16px;
    display: block;
    float: left;
    border: 0;
    box-sizing: border-box;
    padding: 3px 4px;
    box-shadow: 0;
    background-color: #fff;
    border: 1px solid #000;
}

.inputBox ul li .prdName {
    width: 100%;
}

.inputBox ul li .prdNum1 {
    width: 32%;
    margin-right: 2%;
}

.inputBox ul li .prdNum2 {
    width: 32%;
    margin-right: 0;
}

.btn_send {
    height: 43px;
    line-height: 43px;
    border: 1px solid #4a4a4a;
    border-radius: 3px;
    background: #fff200;
    color: #000;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

/*개인정보창*/
.background_layer {
    z-index: 1000;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.agree_layer {
    z-index: 10000;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.agree_txt {
    box-sizing: border-box;
    overflow: auto;
    white-space: pre-line;
    font-size: 14px;
    line-height: 1.6;
    height: 100%;
    padding: 5%;
    border: 4px solid #ccc;
    color: #555;
}

.btn_close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 4px solid #ccc;
    background: #fff;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    color: #555;
    padding: 4px;
    border-radius: 5px;
    cursor: pointer;
}

.btn_popup {
    cursor: pointer;
    font-size: 12px;
}
