@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url('../common/NotoSansKR/notosans.css');

/* reset */
* { box-sizing: border-box; background-size: 100% 100%; background-repeat: no-repeat; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rbga(0,0,0,0);}
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, a, button, select { margin: 0; padding: 0; }
/*body, input, textarea, select, button, table, pre, h1,h2,h3,h4,h5,h6 {font-family: 'Noto Sans KR', sans-serif;}*/
body, input, textarea, select, button, table, pre, h1,h2,h3,h4,h5,h6 {font-family: 'Noto Sans KR', sans-serif;}
input {border:none;}
input[type='number'], [type='phone'], [type='text'], [type='email'], [type='search'], [type='password'] { width: 100%; border: 1px solid #a4a4a4; padding: 3px 3% 0; line-height: 30px; vertical-align: middle; }
input, select, button { border-radius: 0; vertical-align: middle; }
ul,ol,li {list-style:none;}
dfn, i { font-style: normal; }
img,fieldset {border:none; vertical-align: middle;}
img { max-width: 100%; }
a {text-decoration:none; color: inherit; }
small { font-weight: 700; }
address,em {font-style : normal;}
strong {/*font-weight: 400;*/}
html,body {width:100%; height:100%;}
body { word-break: break-all; background-color: #fff; }
:focus { outline-color: #e54829; }

::-webkit-input-placeholder { opacity: 1; color: #ccc; word-spacing: -1px; letter-spacing: -1px; }
::-ms-webkit-input-placeholder { opacity: 1; color: #ccc; word-spacing: -1px; letter-spacing: -1px; }
::-moz-webkit-input-placeholder { opacity: 1; color: #ccc; word-spacing: -1px; letter-spacing: -1px; }

/* aline */
.fl { float: left }
.fr { float: right }
.ellipsis { display: inline-block; overflow: hidden; width: auto; white-space: nowrap; text-overflow: ellipsis; vertical-align: middle; }

/* link */
a:link, a:visited { text-decoration: none; }
a:active, a:hover, a:focus { }

html { font-size: 1rem; }
html {
    /* 화면을 길게 누르고 있을때 뜨는 팝업이나 액션시트를 제어 */
    -webkit-touch-callout: none;
    /* 텍스트나 이미지를 선택할 수 있게 하는 여부를 제어 */
    -webkit-user-select: none;
    /* 링크를 터치했을때 나오는 기본 영역의 색상을 제어 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img.lazy {
    display: none;
}
img.lazy.lazybg{
    padding:10%;
    background-color: #ccc;
    /*background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/view_top_cover.png") no-repeat;
    background-position:left center;*/
}

/* common */

.sc_out {
    display:block;
    width:0;
    height:0;
    text-indent:-9999px;
    overflow:hidden;
}

.clearfix:after {
    content: '.';
    display:block;
    clear:both;
    width:0;
    height:0;
    overflow:hidden;
}


/* 이벤트 및 공지사항 */ /* web - mobile */

.evnetProfile {
    width:100% !important;
    height:100% !important;
}

.eventNotice {
    width:100%;
    max-width:1440px;
    margin:0 auto;
    background:#f7f7f7;
}

.eventBox {
    width:100%;
    margin:0 auto;
    margin-bottom:2.778%;
    position: relative;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}

.eventBox:last-child{
    margin-bottom: 0;
}

.eventBox .boxState{
    display: none;
}

.eventBox.end .opc_bg{
    position:relative;
    height:100%;
}
.eventBox.end .boxState{
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #323232;
}

.boxState .msg{
    display: block;
    position: absolute;
    top: 50%;
    left:50%;
    margin-left:-120px;
    margin-top:-120px;
}

.boxState .msg .icon{
    display: block;
    position: relative;
    margin: 0 auto;
    width:240px;
    height:240px;
    background: url("https://cdn.moolban.com/unsafe/asset/api/img/webview/ico_event_end.png") no-repeat;
    background-size:100% auto;
}
.eventBox img {
    width:100%;
}

/* 자주 묻는 질문 */ /* 원사이즈 1440 */

.faqList {
    width:100%;
    max-width:1440px;
    margin:0 auto;
    background:#fff;
}

.faqList li {
    border-bottom:1px solid #c9c9c9;
    height:auto;
}

.faqList li:first-child {
    border-top:2px solid #c9c9c9;
}

.faqList li .faq_q {
    width:93.056%;
    margin:0 auto;
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet.png") no-repeat;
    background-position:left center;
}

.faqList li .faq_title {
    font-size:45px;
    line-height:60px;
    font-weight:bold;
    width:96.344%;
    padding:5.971% 0% 5.971% 0%;
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_faq_closebtn.png") no-repeat;
    background-position:right;
    letter-spacing:-4px;
    float:right;
    font-weight:500;
}

.faqList li .faq_title.active {
    font-size:45px;
    line-height:60px;
    font-weight:bold;
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_faq_openbtn.png") no-repeat;
    background-position:right;
    letter-spacing:-4px;
}

.faqList li .faq_a{
    border-top:1px solid #c9c9c9;
    height:auto;
    width:100%;
    color:#4c4c4c;
    font-size:45px;
    font-weight:normal;
    line-height:80px;
    letter-spacing:-4px;
    background:#f9f9f9;
}

.faqList li .faq_a > p {
    width: 97%;
    margin-left: 3%;
    padding: 5.209%;
    letter-spacing: -0.5px;
}

@media screen and (max-width:800px){

    .faqList li .faq_q {
        background-size:8px;
    }

    .faqList li .faq_title {
        font-size:25px;
        line-height:34px;
        padding:5.105% 0% 5.105% 0%;
        background-size:29px 15px;
        letter-spacing:-3px;
    }

    .faqList li .faq_title.active {
        font-size:25px;
        line-height:34px;
        background-size:29px 15px;
        letter-spacing:-3px;
    }

    .faqList li .faq_a{
        font-size:25px;
        line-height:44px;
        letter-spacing:-3px;
    }

    .boxState .msg .icon{
        width:239px;
        height:239px;
    }

}

@media screen and (max-width:600px){

    .faqList li .faq_q {
        background-size:6px;
    }

    .faqList li .faq_title {
        font-size:18px;
        line-height:25px;
        background-size:22px 12px;
        letter-spacing:-3px;
    }

    .faqList li .faq_title.active {
        font-size:18px;
        line-height:25px;
        font-weight:bold;
        background-size:22px 12px;
        letter-spacing:-3px;
    }

    .faqList li .faq_a{
        font-size:18px;
        line-height:33px;
        letter-spacing:-2px;
    }
    .boxState .msg{
        margin-left:-82.5px;
        margin-top:-82.5px
    }
    .boxState .msg .icon{
        width:165px;
        height:165px;
    }
}

@media screen and (max-width:414px){

    .faqList li .faq_q {
        background-size:5px;
    }

    .faqList li .faq_title {
        font-size:13px;
        line-height:17px;
        background-size:15px 9px;
        letter-spacing:-1.2px;
    }

    .faqList li .faq_title.active {
        font-size:13px;
        line-height:17px;
        font-weight:bold;
        background-size:15px 9px;
        letter-spacing:-1.2px;
    }

    .faqList li .faq_a{
        font-size:13px;
        line-height:23px;
        letter-spacing:-1.5px;
    }
    .boxState .msg{
        margin-left:-63px;
        margin-top:-63px;
    }
    .boxState .msg .icon{
        width:126px;
        height:126px;
    }
}

@media screen and (max-width:320px){

    .faqList li .faq_q {
        background-size:3px;
    }

    .faqList li .faq_title {
        font-size:12px;
        line-height:17px;
        background-size:15px 9px;
        letter-spacing:-1.2px;
    }

    .faqList li .faq_title.active {
        font-size:12px;
        line-height:17px;
        font-weight:bold;
        background-size:15px 9px;
        letter-spacing:-1.2px;
    }

    .faqList li .faq_a{
        font-size:12px;
        line-height:20px;
        letter-spacing:-1.5px;
    }
}

/* 민물_바다 요금테이블 */ /* 원사이즈 1440 */

.priceBox {
    width:100%;
    max-width:1440px;
	margin:45px auto;
    /*margin:50px auto;*/ /* margin:0px auto로 바꿔주셔야 합니다 */
}

.priceBox:first-child {
    /*margin-top:30px;*/
	margin-top:45px;
}

.priceBox:last-child {
    /*margin-bottom:30px;*/
	margin-bottom:45px;
}

.table_title{
    font-size:55px;
    font-weight:600;
    width:93.056%;
    padding-bottom: 8px;
    margin:0 auto;
    box-sizing:border-box;
    border:2px solid #d5d5d5;
    border-bottom:0px;
    padding:55px 45px;
    letter-spacing:-8px;
    position:relative;
    line-height:55px;
}

.table_title .mini-ca {
    position:absolute;
    right:45px;
    top:60px;
    font-size:45px;
    line-height:55px;
}

.table_title .mini-ca .caca_ti_1 {
    float:left;
    font-size:45px;
    line-height:55px;
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_1.png") no-repeat;
    background-position:left center;
    background-size:20px;
    text-indent:40px;
    font-weight:400;
    margin-right:50px;
}

.table_title .mini-ca .caca_ti_2 {
    float:left;
    font-size:45px;
    line-height:55px;
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_2.png") no-repeat;
    background-position:left center;
    background-size:20px;
    text-indent:40px;
    font-weight:400;
    margin-right:50px;
}

.table_title .mini-ca .caca_ti_3 {
    float:left;
    font-size:45px;
    line-height:55px;
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_3.png") no-repeat;
    background-position:left center;
    background-size:20px;
    text-indent:40px;
    font-weight:400;
}

.color_ti_1 {
    color:#4d4d4d;
}

.color_ti_2 {
    color:#e4398a;
}

.color_ti_3 {
    color:#3583d3;
}

.color_etc {
    color:#818181;
    font-weight:300;
    font-size:40px;
}

.line_hh {
    line-height:80px;
}

.table_title .mini-ca > div {
    float:left;
}

.table_border {
    width:93.056%;
    margin:0 auto;
    /*border-radius:2px;*/
    border:2px solid #d5d5d5;
    box-sizing:border-box;
}

table {
    width:100%;
    margin:0 auto;
    border-collapse:collapse;
    border-spacing:0;
    text-align:center;
    height:auto;
}

table thead {
    /*background:#e7e7e7;*/
    border-bottom:1px solid #bababc;
}

table tr {
    border-bottom:1px solid #bababc;
}

table tr th {
    border-right:1px solid #bababc;
    box-sizing:border-box;
}

table tbody tr:last-child {
    border-bottom:0px;
}

table tr th:last-child {
    border-right:0px;
}

.price_content th {
    /*height:200px;*/
    padding:55px 0px;
    color:#4d4d4d;
    font-size:45px;
    font-weight:400;
    letter-spacing:-3px;
}

.price_content th.price_text {
    padding:55px 45px;
    text-align:left;
}

th.price_text li {
    font-size:45px;
    height:auto;
    line-height:50px;
    color:#404040;
    font-weight:400;
    letter-spacing:-3px;
    margin-bottom:45px;
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
    background-position:left center;
    background-size:12px;
    padding-left:35px;
    word-break:keep-all;
}

th.price_text li:last-child {
    margin-bottom:0px;
}

th.price_text p {
    font-size:45px;
    height:auto;
    line-height:45px;
    color:#404040;
    font-weight:400;
    letter-spacing:-3px;
    margin-bottom:45px;
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
    background-position:left center;
    background-size:12px;
    padding-left:35px;
}

th.price_text p:last-child {
    margin-bottom:0px;
}

.price_cate {
    /*height:126px;*/
    color:#090909;
    font-size:50px;
    border:none;
    letter-spacing:-3px;
}

.price_cate th {
    font-weight:500;
    padding:55px 0px;
}

.th_fir {
    width:24.850%;
}

.th_z_fir {
    width:33.358%;
}

.th_se {
    /*width:37.575%;*/
}

.th_z_se {
    /*width:33.321%;*/
}

.th_z_se:last-child {
}

.th_bz_se {
    width:22.226%;
}

.th_bg {
    background:#fafafa;
}

.th_red {
    color:#e84418 !important;
}

.th_blue {
    color:#1717e8 !important;
}

.empty{
    text-align: center;
    padding: 20px;
}

@media screen and (max-width:800px){

    .priceBox {
        width:100%;
        max-width:1440px;
        margin:25px auto;
        /*margin:50px auto;*/ /* margin:0px auto로 바꿔주셔야 합니다 */
    }

    .priceBox:first-child {
        /*margin-top:30px;*/
        margin-top:25px;
    }

    .priceBox:last-child {
        /*margin-bottom:30px;*/
        margin-bottom:25px;
    }

    .table_title{
        font-size:31px;
        font-weight:600;
        border:2px solid #d5d5d5;
        border-bottom:none;
        padding:30px 25px;
        letter-spacing:-6px;
        position:relative;
        line-height:31px;
    }

    .table_title .mini-ca {
        position:absolute;
        right:25px;
        top:33px;
        font-size:25px;
        line-height:25px;
        letter-spacing:-4px;
    }

    .table_title .mini-ca .caca_ti_1 {
        float:left;
        font-size:25px;
        line-height:25px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_1.png") no-repeat;
        background-position:left center;
        background-size:11px;
        text-indent:21px;
        font-weight:400;
        margin-right:25px;
    }

    .table_title .mini-ca .caca_ti_2 {
        float:left;
        font-size:25px;
        line-height:25px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_2.png") no-repeat;
        background-position:left center;
        background-size:11px;
        text-indent:21px;
        font-weight:400;
        margin-right:25px;
    }

    .table_title .mini-ca .caca_ti_3 {
        float:left;
        font-size:25px;
        line-height:25px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_3.png") no-repeat;
        background-position:left center;
        background-size:11px;
        text-indent:21px;
        font-weight:400;
    }

    .color_etc {
        color:#818181;
        font-weight:300;
        font-size:20px;
        letter-spacing:-1px;
    }

    .line_hh {
        line-height:45px;
    }

    .table_border {
        border:2px solid #d5d5d5;
    }

    .price_content th {
        padding:30px 0px;
        font-size:25px;
        font-weight:400;
        letter-spacing:-3px;
    }

    .price_content th.price_text {
        padding:30px 25px;
        text-align:left;
    }

    th.price_text li {
        font-size:25px;
        height:auto;
        line-height:30px;
        font-weight:400;
        letter-spacing:-3px;
        margin-bottom:25px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
        background-position:left center;
        background-size:7px;
        padding-left:20px;
    }

    th.price_text li:last-child {
        margin-bottom:0px;
    }

    th.price_text p {
        font-size:25px;
        height:auto;
        line-height:25px;
        font-weight:400;
        letter-spacing:-3px;
        margin-bottom:25px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
        background-position:left center;
        background-size:7px;
        padding-left:20px;
    }

    th.price_text p:last-child {
        margin-bottom:0px;
    }

    .price_cate {
        font-size:28px;
        border:none;
        letter-spacing:-3px;
    }

    .price_cate th {
        font-weight:500;
        padding:30px 0px;
    }
}

@media screen and (max-width:600px){

    .priceBox {
        width:100%;
        max-width:1440px;
        margin:20px auto;
        /*margin:50px auto;*/ /* margin:0px auto로 바꿔주셔야 합니다 */
    }

    .priceBox:first-child {
        /*margin-top:30px;*/
        margin-top:20px;
    }

    .priceBox:last-child {
        /*margin-bottom:30px;*/
        margin-bottom:20px;
    }

    .table_title{
        font-size:23px;
        line-height:23px;
        font-weight:600;
        border:2px solid #d5d5d5;
        border-bottom:none;
        padding:22px 17px;
        letter-spacing:-4px;
        position:relative;
    }

    .table_title .mini-ca {
        position:absolute;
        right:17px;
        top:24px;
        font-size:19px;
        line-height:19px;
        letter-spacing:-4px;
    }

    .table_title .mini-ca .caca_ti_1 {
        float:left;
        font-size:19px;
        line-height:19px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_1.png") no-repeat;
        background-position:left center;
        background-size:8px;
        text-indent:16px;
        font-weight:400;
        margin-right:18px;
    }

    .table_title .mini-ca .caca_ti_2 {
        float:left;
        font-size:19px;
        line-height:19px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_2.png") no-repeat;
        background-position:left center;
        background-size:8px;
        text-indent:16px;
        font-weight:400;
        margin-right:18px;
    }

    .table_title .mini-ca .caca_ti_3 {
        float:left;
        font-size:19px;
        line-height:19px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_3.png") no-repeat;
        background-position:left center;
        background-size:8px;
        text-indent:16px;
        font-weight:400;
    }

    .color_etc {
        color:#818181;
        font-weight:300;
        font-size:16px;
    }

    .line_hh {
        line-height:34px;
    }

    .table_border {
        border:2px solid #d5d5d5;
    }

    .price_content th {
        padding:22px 0px;
        font-size:19px;
        font-weight:500;
        letter-spacing:-1px;
    }

    .price_content th.price_text {
        padding:22px 17px;
        text-align:left;
    }

    th.price_text li {
        font-size:19px;
        height:auto;
        line-height:24px;
        font-weight:400;
        letter-spacing:-2px;
        margin-bottom:20px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
        background-position:left center;
        background-size:5px;
        padding-left:15px;
    }

    th.price_text li:last-child {
        margin-bottom:0px;
    }

    th.price_text p {
        font-size:19px;
        height:auto;
        line-height:19px;
        font-weight:400;
        letter-spacing:-2px;
        margin-bottom:20px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
        background-position:left center;
        background-size:5px;
        padding-left:15px;
    }

    th.price_text p:last-child {
        margin-bottom:0px;
    }

    .price_cate {
        font-size:21px;
        line-height:21px;
        border:none;
        letter-spacing:-2px;
    }

    .price_cate th {
        font-weight:500;
        padding:22px 0px;
    }
}

@media screen and (max-width:480px){

    .priceBox {
        width:100%;
        max-width:1440px;
        margin:15px auto;
        /*margin:50px auto;*/ /* margin:0px auto로 바꿔주셔야 합니다 */
    }

    .priceBox:first-child {
        /*margin-top:30px;*/
        margin-top:15px;
    }

    .priceBox:last-child {
        /*margin-bottom:30px;*/
        margin-bottom:15px;
    }

    .table_title{
        font-size:19px;
        line-height:19px;
        font-weight:600;
        border:1px solid #d5d5d5;
        border-bottom:none;
        padding:16px 13px;
        letter-spacing:-2px;
        position:relative;
    }

    .table_title .mini-ca {
        position:absolute;
        right:14px;
        top:18px;
        font-size:15px;
        line-height:15px;
        letter-spacing:-1.5px;
    }

    .table_title .mini-ca .caca_ti_1 {
        float:left;
        font-size:15px;
        line-height:15px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_1.png") no-repeat;
        background-position:left center;
        background-size:6.5px;
        text-indent:12px;
        font-weight:400;
        margin-right:15px;
    }

    .table_title .mini-ca .caca_ti_2 {
        float:left;
        font-size:15px;
        line-height:15px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_2.png") no-repeat;
        background-position:left center;
        background-size:6.5px;
        text-indent:12px;
        font-weight:400;
        margin-right:15px;
    }

    .table_title .mini-ca .caca_ti_3 {
        float:left;
        font-size:15px;
        line-height:15px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_3.png") no-repeat;
        background-position:left center;
        background-size:6.5px;
        text-indent:12px;
        font-weight:400;
    }

    .color_etc {
        color:#818181;
        font-weight:300;
        font-size:15px;
    }

    .line_hh {
        line-height:27px;
    }

    .table_border {
        border:1px solid #d5d5d5;
    }

    .price_content th {
        padding:16px 0px;
        font-size:15px;
        font-weight:500;
        letter-spacing:-1px;
    }

    .price_content th.price_text {
        padding:16px 13px;
        text-align:left;
    }

    th.price_text li {
        font-size:15px;
        height:auto;
        line-height:20px;
        font-weight:400;
        letter-spacing:-2px;
        margin-bottom:15px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
        background-position:left center;
        background-size:4px;
        padding-left:12px;
    }

    th.price_text li:last-child {
        margin-bottom:0px;
    }

    th.price_text p {
        font-size:15px;
        height:auto;
        line-height:15px;
        font-weight:400;
        letter-spacing:-2px;
        margin-bottom:15px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
        background-position:left center;
        background-size:4px;
        padding-left:12px;
    }

    th.price_text p:last-child {
        margin-bottom:0px;
    }

    .price_cate {
        font-size:17px;
        line-height:17px;
        border:none;
        letter-spacing:-1.5px;
    }

    .price_cate th {
        font-weight:500;
        padding:17px 0px;
    }
}

@media screen and (max-width:400px){

    .priceBox {
        width:100%;
        max-width:1440px;
        margin:12px auto;
        /*margin:50px auto;*/ /* margin:0px auto로 바꿔주셔야 합니다 */
    }

    .priceBox:first-child {
        /*margin-top:30px;*/
        margin-top:12px;
    }

    .priceBox:last-child {
        /*margin-bottom:30px;*/
        margin-bottom:12px;
    }

    .table_title{
        font-size:17px;
        line-height:17px;
        font-weight:600;
        border:1px solid #d5d5d5;
        border-bottom:none;
        padding:15px 12px;
        letter-spacing:-2px;
        position:relative;
    }

    .table_title .mini-ca {
        position:absolute;
        right:14px;
        top:15px;
        font-size:15px;
        line-height:15px;
        letter-spacing:-1.5px;
    }

    .table_title .mini-ca .caca_ti_1 {
        float:left;
        font-size:15px;
        line-height:15px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_1.png") no-repeat;
        background-position:left center;
        background-size:6.5px;
        text-indent:12px;
        font-weight:400;
        margin-right:15px;
    }

    .table_title .mini-ca .caca_ti_2 {
        float:left;
        font-size:15px;
        line-height:15px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_2.png") no-repeat;
        background-position:left center;
        background-size:6.5px;
        text-indent:12px;
        font-weight:400;
        margin-right:15px;
    }

    .table_title .mini-ca .caca_ti_3 {
        float:left;
        font-size:15px;
        line-height:15px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_3.png") no-repeat;
        background-position:left center;
        background-size:6.5px;
        text-indent:12px;
        font-weight:400;
    }

    .color_etc {
        color:#818181;
        font-weight:300;
        font-size:13px;
    }

    .line_hh {
        line-height:27px;
    }

    .table_border {
        border:1px solid #d5d5d5;
    }

    .price_content th {
        padding:15px 0px;
        font-size:14px;
        font-weight:500;
        letter-spacing:-1px;
    }

    .price_content th.price_text {
        padding:15px 12px;
        text-align:left;
    }

    th.price_text li {
        font-size:14px;
        height:auto;
        line-height:20px;
        font-weight:400;
        letter-spacing:-2px;
        margin-bottom:14px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
        background-position:left center;
        background-size:4px;
        padding-left:10px;
    }

    th.price_text li:last-child {
        margin-bottom:0px;
    }

    th.price_text p {
        font-size:14px;
        height:auto;
        line-height:14px;
        font-weight:400;
        letter-spacing:-2px;
        margin-bottom:14px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
        background-position:left center;
        background-size:4px;
        padding-left:10px;
    }

    th.price_text p:last-child {
        margin-bottom:0px;
    }

    .price_cate {
        font-size:16px;
        line-height:16px;
        border:none;
        letter-spacing:-1.5px;
    }

    .price_cate th {
        font-weight:500;
        padding:15px 0px;
    }
}

@media screen and (max-width:360px){

    .table_title{
        font-size:16px;
        line-height:16px;
        font-weight:600;
        border:1px solid #d5d5d5;
        border-bottom:none;
        padding:10px 8px;
        letter-spacing:-2px;
        position:relative;
    }

    .table_title .mini-ca {
        position:absolute;
        right:10px;
        top:10px;
        font-size:13px;
        line-height:13px;
        letter-spacing:-1.5px;
    }

    .table_title .mini-ca .caca_ti_1 {
        float:left;
        font-size:13px;
        line-height:13px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_1.png") no-repeat;
        background-position:left center;
        background-size:4px;
        text-indent:10px;
        font-weight:400;
        margin-right:13px;
    }

    .table_title .mini-ca .caca_ti_2 {
        float:left;
        font-size:13px;
        line-height:13px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_2.png") no-repeat;
        background-position:left center;
        background-size:4px;
        text-indent:10px;
        font-weight:400;
        margin-right:13px;
    }

    .table_title .mini-ca .caca_ti_3 {
        float:left;
        font-size:13px;
        line-height:13px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_3.png") no-repeat;
        background-position:left center;
        background-size:4px;
        text-indent:10px;
        font-weight:400;
    }

    .color_etc {
        color:#818181;
        font-weight:300;
        font-size:12px;
    }

    .line_hh {
        line-height:22px;
    }

    .table_border {
        border:1px solid #d5d5d5;
    }

    .price_content th {
        padding:12px 0px;
        font-size:13px;
        font-weight:500;
        letter-spacing:-1px;
    }

    .price_content th.price_text {
        padding:12px 8px;
        text-align:left;
    }

    th.price_text li {
        font-size:14px;
        height:auto;
        line-height:20px;
        font-weight:400;
        letter-spacing:-2px;
        margin-bottom:14px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
        background-position:left center;
        background-size:4px;
        padding-left:10px;
    }

    th.price_text li:last-child {
        margin-bottom:0px;
    }

    th.price_text p {
        font-size:14px;
        height:auto;
        line-height:14px;
        font-weight:400;
        letter-spacing:-2px;
        margin-bottom:14px;
        background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/cha_bullet2.png") no-repeat;
        background-position:left center;
        background-size:4px;
        padding-left:10px;
    }

    th.price_text p:last-child {
        margin-bottom:0px;
    }

    .price_cate {
        font-size:14px;
        line-height:14px;
        border:none;
        letter-spacing:-1.5px;
    }

    .price_cate th {
        font-weight:500;
        padding:12px 0px;
    }
}

/*
앱 사용 컬어
<resources>
    <color name="colorPrimary">#e54829</color>
    <color name="colorPrimaryDark">#ca3a20</color>
    <color name="freshWaterColor">#094b8f</color>
    <color name="colorAccent">#e54829</color>
    <color name="line">#c0bfbf</color>
    <color name="gray">#c0bfbf</color>
    <color name="textGray">#868686</color>
    <color name="darkGray">#c3c9d1</color>
    <color name="grayBold">#8F8F8F</color>
    <color name="subBack">#f8f8f8</color>
    <color name="myDiarySubBack">#F5F5F5</color>
    <color name="psts_press">#1AFFFFFF</color>
    <color name="filterTitle">#f9f9f9</color>
    <color name="homeSelectColor">#e54829</color>
    <color name="homeUnSelectColor">#828282</color>
</resources>
*/

/* 웹뷰 기본 */

/* header */

#body_wrap {
    width:100%;
    height:100%;
}

.header {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:1000;
    background:#e84418;
    height:47px;
}

.header h1 {
    position:relative;
    margin:0 auto;
    display:block;
    overflow:hidden;
    -webkit-align-items:center;
    width:100%;
    height:47px;
    line-height:47px;
}

.header h1 > strong {
    display:block;
    width:auto;
    height:16px;
    font-size:16px;
    font-weight:700;
    color:#fff;
    text-align:center;
    line-height:16px;
    margin:15.5px auto;
    padding:0 20px 0 40px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.header h1 .btn-back {
    position:absolute;
    left:0;
    width:50px;
    height:47px;
    z-index:1000;
}

.header h1 .btn-back img {
    position:absolute;
    left:10px;
    top:16px;
    max-width:20px;
    height:auto;
}

.header.white {
    background:#fff;
    border-bottom: 1px solid #f1f1f1;
}

.header.white h1 > strong {
    color:#1d1d1d;
}

/* middle */

.header + .middle {
    padding-top:47px;
}

.middle

/*-------*/

#body_wrap .board-info img{
    max-width: 100;
}

#body_wrap .footer{
    border-top: 1px solid #c6c6c6;
    padding: 13px 0 40px;
    text-align: center;
    clear:both;
}

#body_wrap .footer .return-list-btn{
    display: inline-block;
    width: 86px;
    padding: 11px 0 10px;
    border: 1px solid #c6c6c6;
    font-size: 13px;
    box-sizing: border-box;
    color: #000;
    line-height: 1;
    text-align: center;
}

/* middle - reply */

#replyNoneWrap {
    position:relative;
    z-index:1;
    top:0;
    left:0;
}

#replyNoneWrap .replyNone {
    background:#f7f7f7;
    width:100%;
    height:auto;
    border-bottom:4px solid #e6e6e6;
    text-align:center;
    padding-top:13.62%;
    padding-bottom:13.62%;
}

#replyNoneWrap .replyNone .replyIcon {
    width:9.45%;
    margin:0 auto;
    margin-bottom:50px;
}

#replyNoneWrap .replyNone .replyIcon img {
    width:100%;
}

#replyNoneWrap .replyNone .NoneTi {
    font-size:45px;
    color:#525252;
    margin-bottom:18px;
    font-weight:500;
}

#replyNoneWrap .replyNone .Nonesub {
    font-size:45px;
    color:#989898;
}

#eventPopupWrap {
    position:relative;
    z-index:1;
    top:0;
    left:0;
}

#eventPopupWrap .popup {
    background-color:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    position:fixed;
    z-index:1;
    top:0;
    left:0;
}

#eventPopupWrap .buttonGroup {
    background:#fff;
    width:80%;
    height:400px;
    position:fixed;
    z-index:99;
    top:50%;
    left:10%;
    border-radius:30px;
    margin:0 auto;
}

#eventPopupWrap .buttonGroup li {
    width:100%;
    height:200px;
    text-align:center;
    font-size:50px;
    font-weight:500;
    line-height:200px;
    border-bottom:1px solid #ebebeb;
    cursor:pointer;
}

#eventPopupWrap .buttonGroup li:last-child {
    border-bottom:0px;
}

.cautionbox {
    /*margin:52px 0;*/
    width:100%;
    max-width:1440px;
    height:auto;
    background-color:#f5f5f5;
    padding:3.61%;
}

.cautionbox .cau_ti {
    font-size:50px;
    font-weight:bold;
    color:#333;
    padding-bottom:30px;
    margin-bottom:50px;
    border-bottom:2px solid #ddd;
}

.cautionbox .cms_txtA {
    width:100%;
    height:auto;
}

.cautionbox .cms_txtA p {
    font-size:35px;
    color:#454545;
}

.event_slide:after{width:100%;height:auto;padding-bottom:3%;background:#f7f7f7;content:'';display:block;}

.event_slide .swiper-slide{
    text-align:center;
    display:block;
}

.event_slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 7px
}

.event_slide .swiper-pagination-bullet{
    width:20px;
    height:20px;
    background:#fff;
    opacity:.3;
}

.event_slide .swiper-pagination-bullet-active{
    background:#fff;
    opacity:1
}

.replybox {
    width:100%;
    max-width:1440px;
    height:auto;
    border-top:4px solid #e6e6e6;
    margin:0 auto
}

.replybox .reply_head {
    width:100%;
    padding-left:3.61%;
    padding-right:3.61%;
    height:152px;
    line-height:152px;
    overflow:hidden;
    border-bottom:4px solid #ebebeb;
}

.replybox .reply_head .reply {
    float:left;
    width:auto;
    font-size:52px;
    color:#000;
}

.replybox .reply_head .reply .reply_num {
    color:#ff724c;
}

.replybox .reply_head .reply_array {
    float:right;
    width:22.5%;
}

.replybox .reply_head .reply_array p {
    float:left;
    width:41.3%;
    text-align:right;
    color:#878787;
    font-size:23px;
	cursor:pointer;
}

.replybox .reply_head .reply_array p.rear_on {
    color:#e84418;
}

.replybox .reply_head .reply_array p:last-child {
    margin-left:17%;
}

.replybox .reply_list {
    width:100%;
}

.replybox .reply_list li {
    width:100%;
    padding:3.61%;
    border-bottom:4px solid #ebebeb;
}

.replybox .reply_list li .prof_ph {
    width:8.98%;
    height:120px;
    border-radius:100%;
    overflow:hidden;
    border:1px solid #ebebeb;
    box-sizing:border-box;
    float:left;
    margin-right:2.4%;
}

.replybox .reply_list li .prof_txtA {
    width:88.62%;
    float:left;
}

.replybox .reply_list li .prof_txtA .prof_nick {
    width:100%;
    height:72px;
    line-height:72px;
    font-size:48px;
    color:#000;
    font-weight:500;
    margin-bottom:16px;
    float:left;
}

.replybox .reply_list li .prof_txtA .plusbtn {
    width:7%;
    float:right;
    margin:0 auto;
    cursor:pointer;
}

.replybox .reply_list li .prof_txtA .plusbtn img {
    width:100%;
}

.replybox .reply_list li .prof_txtA .txtA {
    width:100%;
    height:auto;
    line-height:auto;
    font-size:52px;
    color:#3f3f3f;
    margin-bottom:52px;
}

.replybox .reply_list li .prof_txtA .reply_date {
    width:100%;
    font-size:44px;
    color:#878787;
}

.replybox .list_pagingbox {
    width:100%;
    border-bottom:4px solid #ebebeb;
    text-align:center;
}

.replybox .list_pagingbox .paging_num {
    padding-top:3.61%;
    padding-bottom:3.61%;
    text-align:center;
    display:inline-block;
}

.replybox .list_pagingbox .paging_num li {
    height:120px;
    line-height:120px;
    overflow:hidden;
    width:120px;
    font-size:45px;
    border:2px solid #eee;
    border-right:0px;
    padding:0px;
    margin:0px;
    float:left;
    cursor:pointer;
    position: relative;
}

.replybox .list_pagingbox .paging_num li.prev-page {
    border-left:1px solid #eee;
    border-top-left-radius:50px;
    border-bottom-left-radius:50px;
}

.replybox .list_pagingbox .paging_num li.prev-page a {
    border-top-left-radius:50px;
    border-bottom-left-radius:50px;
    text-indent:-9999px;
    overflow:hidden;
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/prev_btn.png") no-repeat;
    background-size:20%;
    background-position:center;
}

.replybox .list_pagingbox .paging_num li.next-page {
    border-right:1px solid #eee;
    border-top-right-radius:50px;
    border-bottom-right-radius:50px;
}

.replybox .list_pagingbox .paging_num li.next-page a {
    /*border-right:2px solid #eee;*/
    border-top-right-radius:50px;
    border-bottom-right-radius:50px;
    text-indent:-9999px;
    overflow:hidden;
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/next_btn.png") no-repeat;
    background-size:20%;
    background-position:center;
}

.replybox .list_pagingbox .paging_num li a{
    display: block;
}

.replybox .list_pagingbox .paging_num li.prev-page a.dimm{
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/prev_btn_dimm.png") no-repeat;
    background-size:20%;
    background-position:center;
}

.replybox .list_pagingbox .paging_num li.next-page a.dimm{
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/next_btn_dimm.png") no-repeat;
    background-size:20%;
    background-position:center;
}

.replybox .list_pagingbox .paging_num li.on {
    font-weight:500;
    color:#e84418;
}

.replybox .reply_phonebox {
    width:100%;
    border-bottom:4px solid #ebebeb;
    padding:3.61%;
    margin-bottom:52px;
}

.replybox .reply_phonebox .phoneStep {
    width:100%;
    height:auto;
    border-bottom:4px solid #e4e4e4;
}

.replybox .reply_phonebox .phoneStep .phoneNum .psTitle{
    width:27.84%;
    height:auto;
    line-height:120px;
    float:left;
    font-size:50px;
    color:#777;
}

.replybox .reply_phonebox .phoneStep .phoneNum div {
    float:left;
    width:/*964px*/72.16%;
}

.replybox .reply_phonebox .phoneStep .phoneNum div > input {
    float:left;
    height:120px;
    line-height:120px;
    border:2px solid #dadada;
    width:62.24%;
    font-size:50px;
    color:#000;
    display:block;
}

.replybox .reply_phonebox .phoneStep .phoneNum div > button {
    width:35.35%;
    float:left;
    margin-left:2.41%;
    height:120px;
    line-height:120px;
    font-size:48px;
    background-color:#e84418;
    color:#fff;
}

.replybox .reply_phonebox .phoneStep .phoneNum div > button.ret_sms {
    width:35.35%;
    float:left;
    margin-left:2.41%;
    height:120px;
    line-height:120px;
    font-size:48px;
    background-color:#fff;
    border:2px solid #e84418;
    color:#e84418;
	cursor:pointer;
}

.replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
    clear:both;
    width:100%;
    font-size:45px;
    height:45px;
    line-height:45px;
    padding-top:45px;
    padding-bottom:45px;
    margin-bottom:52px;
    color:#707070;
}

.replybox .reply_phonebox .phoneStep .phoneCode {
    margin-bottom:52px;
}

.replybox .reply_phonebox .phoneStep .phoneCode .psTitle{
    width:27.84%;
    height:auto;
    line-height:120px;
    float:left;
    font-size:50px;
    color:#777;
}

.replybox .reply_phonebox .phoneStep .phoneCode div {
    float:left;
    width:72.16%;
}

.replybox .reply_phonebox .phoneStep .phoneCode div > input {
    float:left;
    height:120px;
    line-height:120px;
    border:2px solid #dadada;
    width:41.08%;
    font-size:50px;
    color:#000;
    display:block;
}

.replybox .reply_phonebox .phoneStep .phoneCode div > .codetime {
    width:23.57%;
    float:left;
    height:120px;
    line-height:120px;
    font-size:48px;
    color:#e84418;
    text-indent:30px;
}

.replybox .reply_phonebox .phoneStep .phoneCode div > button {
    width:35.35%;
    float:left;
    height:120px;
    line-height:120px;
    font-size:48px;
    background-color:#e84418;
    color:#fff;
    border:none;
	cursor:pointer;
}

.replybox .reply_phonebox .phoneInfo {
    margin-top:52px;
    clear:both;
    height:43px;
    line-height:43px;
}

.replybox .reply_phonebox .phoneInfo > div {
    width:1.123%;
    height:15px;
    background-color:#ff724c;
    border-radius:50%;
    float:left;
    margin-right:1.78%;
    margin-top:10px;
}

.replybox .reply_phonebox .phoneInfo > p {
    font-size:40px;
    color:#707070;
}

.replybox .replyTxtarea {
    width:100%;
    height:auto;
    position:relative;
    left:0;
    top:0;
}

.replybox .replyTxtarea .reply_cc {
    width:100%;
    background:#f7f7f7;
	border-bottom:4px solid #e6e6e6
}

.replybox .replyTxtarea .reply_cc .cc_txt {
    color:#6c6c6c;
    font-size:40px;
    line-height:120px;
    margin-left:3.61%;
    float:left;
}

.replybox .replyTxtarea .reply_cc .cc_btn {
    float:right;
    line-height:120px;
    margin-right:3.61%;
    width:2.8%;
    cursor:pointer;
}

.replybox .replyTxtarea .reply_cc .cc_btn img {
    width:100%;
}

.replybox .reply_input {
    width:100%;
    padding:3.61%;
    border-bottom:4px solid #ebebeb;
    margin-bottom:52px;
    clear:both;
    position:relative;
    left:0;
    top:0;
}

.replybox .reply_input .reply_icon {
    display:block;
    float:left;
    width:6%;
    margin-right:0.82%;
    height:76px;
    line-height:76px;
}

.replybox .reply_input .reply_icon img {
    width:100%;
    vertical-align:center;
}

.replybox .reply_input input, .replybox .reply_input textarea {
    float:left;
    width:83%;
    border:none;
    padding:0px !important;
    margin:0px !important;
    height:76px;
    line-height:76px;
    font-size:52px;
    color:#000;
}

.replybox .reply_input button {
    float:left;
    width:7.185%;
    margin-left:2.994%;
    height:76px;
    line-height:76px;
    font-size:48px;
    color:#878787;
    border:none;
    text-align:right;
    background:none;
	cursor:pointer;
}

@media screen and (max-width: 800px) {

    #replyNoneWrap .replyNone {
        border-bottom:1px solid #e6e6e6;
    }

    #replyNoneWrap .replyNone .replyIcon {
        width:9.45%;
        margin-bottom:30px;
    }

    #replyNoneWrap .replyNone .NoneTi {
        font-size:30px;
        margin-bottom:15px;
    }

    #replyNoneWrap .replyNone .Nonesub {
        font-size:30px;
    }

    #eventPopupWrap .buttonGroup {
        height:220px;
        top:500px;
        border-radius:20px;
    }

    #eventPopupWrap .buttonGroup li {
        height:110px;
        font-size:32px;
        line-height:110px;
    }

    #eventPopupWrap .buttonGroup li:last-child {
        border-bottom:0px;
    }

    .cautionbox {
        /*margin:30px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:28px;
        padding-bottom:18px;
        margin-bottom:18px;
        border-bottom:1px solid #ddd;
    }

    .cautionbox .cms_txtA p {
        font-size:24px;
    }

    .event_slide .swiper-pagination-bullet{
        width:15px;
        height:15px;
    }

    .replybox {
        border-top:1px solid #e6e6e6;
    }

    .replybox .reply_head {
        height:80px;
        line-height:80px;
        border-bottom:1px solid #ebebeb;
    }

    .replybox .reply_head .reply {
        font-size:30px;
    }

    .replybox .reply_head .reply_array p {
        font-size:22px;
    }

    .replybox .reply_list li {
        border-bottom:1px solid #ebebeb;
    }

    .replybox .reply_list li .prof_ph {
        height:65px;
    }

    .replybox .reply_list li .prof_txtA .prof_nick {
        height:40px;
        line-height:40px;
        font-size:28px;
        margin-bottom:8px;
    }

    .replybox .reply_list li .prof_txtA .txtA {
        font-size:30px;
        margin-bottom:30px;
    }

    .replybox .reply_list li .prof_txtA .reply_date {
        font-size:26px;
    }

    .replybox .list_pagingbox {
        border-bottom:1px solid #ebebeb;
    }

    .replybox .list_pagingbox .paging_num li {
        width:65px;
        height:65px;
        line-height:65px;
        font-size:30px;
        border:1px solid #eee;
        border-right:none;
    }

    .replybox .list_pagingbox .paging_num li.prev-page {
        border-top-left-radius:50px;
        border-bottom-left-radius:50px;
    }

    .replybox .list_pagingbox .paging_num li.next-page {
        border-right:1px solid #eee;
        border-top-right-radius:50px;
        border-bottom-right-radius:50px;
    }

    .replybox .reply_phonebox {
        border-bottom:1px solid #ebebeb;
        margin-bottom:20px;
    }

    .replybox .reply_phonebox .phoneStep {
        border-bottom:1px solid #e4e4e4;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum .psTitle{
        line-height:65px;
        font-size:30px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > input {
        height:65px;
        line-height:65px;
        border:1px solid #dadada;
        font-size:30px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button {
        height:65px;
        line-height:65px;
        font-size:30px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button.ret_sms {
        height:65px;
        line-height:65px;
        font-size:30px;
        border:1px solid #e84418;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:26px;
        height:26px;
        line-height:26px;
        padding-top:26px;
        padding-bottom:26px;
        margin-bottom:26px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode {
        margin-bottom:26px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode .psTitle{
        line-height:65px;
        font-size:30px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > input {
        height:65px;
        line-height:65px;
        border:1px solid #dadada;
        font-size:30px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > .codetime {
        height:65px;
        line-height:65px;
        font-size:30px;
        text-indent:20px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > button {
        height:65px;
        line-height:65px;
        font-size:30px;
    }

    .replybox .reply_phonebox .phoneInfo {
        margin-top:20px;
        height:25px;
        line-height:25px;
    }

    .replybox .reply_phonebox .phoneInfo > div {
        height:8.5px;
        margin-top:5px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:21px;
    }

    .replybox .replyTxtarea .reply_cc {
        border-bottom:1px solid #e6e6e6;
    }

    .replybox .replyTxtarea .reply_cc .cc_txt {
        font-size:25px;
        line-height:80px;
    }

    .replybox .replyTxtarea .reply_cc .cc_btn {
        line-height:80px;
    }

    .replybox .reply_input {
        width:100%;
        padding:3.61%;
        border-bottom:4px solid #ebebeb;
        margin-bottom:52px;
        clear:both;
        position:relative;
        left:0;
        top:0;
    }

    .replybox .reply_input .reply_icon {
        height:61px;
        line-height:61px;
    }

    .replybox .reply_input {
        border-bottom:1px solid #ebebeb;
        margin-bottom:20px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        height:65px;
        line-height:65px;
        font-size:30px;
    }

    .replybox .reply_input button {
        height:65px;
        line-height:65px;
        font-size:25px;
    }
}

@media screen and (max-width: 768px) {

    #replyNoneWrap .replyNone .replyIcon {
        margin-bottom:29px;
    }

    #replyNoneWrap .replyNone .NoneTi {
        font-size:29px;
        margin-bottom:14px;
    }

    #replyNoneWrap .replyNone .Nonesub {
        font-size:29px;
    }

    #eventPopupWrap .buttonGroup {
        height:200px;
        top:420px;
        border-radius:20px;
    }

    #eventPopupWrap .buttonGroup li {
        height:100px;
        font-size:30px;
        line-height:100px;
    }

    .cautionbox {
        /*margin:28px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:27px;
        padding-bottom:17px;
        margin-bottom:17px;
    }

    .cautionbox .cms_txtA p {
        font-size:23px;
    }

    .replybox .reply_head {
        height:78px;
        line-height:78px;
    }

    .replybox .reply_head .reply {
        font-size:29px;
    }

    .replybox .reply_head .reply_array p {
        font-size:17px;
    }

    .replybox .reply_list li .prof_ph {
        height:62px;
    }

    .replybox .reply_list li .prof_txtA .prof_nick {
        height:38px;
        line-height:38px;
        font-size:27px;
        margin-bottom:7px;
    }

    .replybox .reply_list li .prof_txtA .txtA {
        font-size:29px;
        margin-bottom:28px;
    }

    .replybox .reply_list li .prof_txtA .reply_date {
        font-size:25px;
    }

    .replybox .list_pagingbox .paging_num li {
        width:64px;
        height:64px;
        line-height:64px;
        font-size:29px;
    }

    .replybox .reply_phonebox {
        margin-bottom:20px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum .psTitle{
        line-height:60px;
        font-size:28px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > input {
        height:60px;
        line-height:60px;
        font-size:28px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button {
        height:60px;
        line-height:60px;
        font-size:28px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button.ret_sms {
        height:60px;
        line-height:60px;
        font-size:28px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:20px;
        height:25px;
        line-height:25px;
        padding-top:25px;
        padding-bottom:25px;
        margin-bottom:25px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode {
        margin-bottom:25px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode .psTitle{
        line-height:60px;
        font-size:28px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > input {
        height:60px;
        line-height:60px;
        font-size:28px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > .codetime {
        height:60px;
        line-height:60px;
        font-size:28px;
        text-indent:18px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > button {
        height:60px;
        line-height:60px;
        font-size:28px;
    }

    .replybox .reply_phonebox .phoneInfo {
        margin-top:30px;
        height:24px;
        line-height:24px;
    }

    .replybox .reply_phonebox .phoneInfo > div {
        height:8px;
        margin-top:5px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:16px;
    }

    .replybox .replyTxtarea .reply_cc .cc_txt {
        font-size:24px;
        line-height:78px;
    }

    .replybox .replyTxtarea .reply_cc .cc_btn {
        line-height:78px;
    }

    .replybox .reply_input {
        margin-bottom:20px;
    }

    .replybox .reply_input .reply_icon {
        height:58px;
        line-height:58px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        height:60px;
        line-height:60px;
        font-size:28px;
    }

    .replybox .reply_input button {
        height:60px;
        line-height:60px;
        font-size:20px;
    }
}

@media screen and (max-width: 600px) {

    #replyNoneWrap .replyNone .replyIcon {
        margin-bottom:22px;
    }

    #replyNoneWrap .replyNone .NoneTi {
        font-size:22px;
        margin-bottom:12px;
    }

    #replyNoneWrap .replyNone .Nonesub {
        font-size:22px;
    }

    #eventPopupWrap .buttonGroup {
        height:150px;
        top:400px;
        border-radius:20px;
    }

    #eventPopupWrap .buttonGroup li {
        height:75px;
        font-size:22px;
        line-height:75px;
    }

    .cautionbox {
        /*margin:25px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:24px;
        padding-bottom:14px;
        margin-bottom:14px;
    }

    .cautionbox .cms_txtA p {
        font-size:19px;
    }

    .event_slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin:0 5px
    }

    .event_slide .swiper-pagination-bullet{
        width:10px;
        height:10px;
    }

    .replybox .reply_head {
        height:65px;
        line-height:65px;
    }

    .replybox .reply_head .reply {
        font-size:25px;
    }

    .replybox .reply_head .reply_array p {
        font-size:14.9px;
    }

    .replybox .reply_list li .prof_ph {
        height:48px;
    }

    .replybox .reply_list li .prof_txtA .prof_nick {
        height:35px;
        line-height:35px;
        font-size:23px;
        margin-bottom:5px;
    }

    .replybox .reply_list li .prof_txtA .txtA {
        font-size:23px;
        margin-bottom:20px;
    }

    .replybox .reply_list li .prof_txtA .reply_date {
        font-size:20px;
    }

    .replybox .list_pagingbox .paging_num li {
        width:50px;
        height:50px;
        line-height:50px;
        font-size:22px;
    }

    .replybox .reply_phonebox {
        margin-bottom:20px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum .psTitle{
        line-height:50px;
        font-size:24px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > input {
        height:50px;
        line-height:50px;
        font-size:24px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button {
        height:50px;
        line-height:50px;
        font-size:24px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button.ret_sms {
        height:50px;
        line-height:50px;
        font-size:24px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:18px;
        height:20px;
        line-height:20px;
        padding-top:20px;
        padding-bottom:20px;
        margin-bottom:20px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode {
        margin-bottom:20px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode .psTitle{
        line-height:50px;
        font-size:24px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > input {
        height:50px;
        line-height:50px;
        font-size:24px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > .codetime {
        height:50px;
        line-height:50px;
        font-size:24px;
        text-indent:15px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > button {
        height:50px;
        line-height:50px;
        font-size:24px;
    }

    .replybox .reply_phonebox .phoneInfo {
        margin-top:25px;
        height:20px;
        line-height:20px;
    }

    .replybox .reply_phonebox .phoneInfo > div {
        height:6.5px;
        margin-top:5px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:15px;
    }


    .replybox .replyTxtarea .reply_cc .cc_txt {
        font-size:22px;
        line-height:55px;
    }

    .replybox .replyTxtarea .reply_cc .cc_btn {
        line-height:55px;
    }

    .replybox .reply_input {
        margin-bottom:20px;
    }

    .replybox .reply_input .reply_icon {
        height:46px;
        line-height:46px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        height:50px;
        line-height:50px;
        font-size:23.1px;
    }

    .replybox .reply_input button {
        height:50px;
        line-height:50px;
        font-size:17.1px;
    }
}

@media screen and (max-width: 533px) {

    #replyNoneWrap .replyNone .replyIcon {
        margin-bottom:20px;
    }

    #replyNoneWrap .replyNone .NoneTi {
        font-size:20px;
        margin-bottom:10px;
    }

    #replyNoneWrap .replyNone .Nonesub {
        font-size:20px;
    }

    #eventPopupWrap .buttonGroup {
        height:130px;
        top:350px;
        border-radius:20px;
    }

    #eventPopupWrap .buttonGroup li {
        height:65px;
        font-size:20px;
        line-height:65px;
    }

    .cautionbox {
        /*margin:22px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:22px;
        padding-bottom:13px;
        margin-bottom:13px;
    }

    .cautionbox .cms_txtA p {
        font-size:17px;
    }

    .event_slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin:0 3px;
    }

    .event_slide .swiper-pagination-bullet{
        width:7px;
        height:7px;
    }

    .replybox .reply_head {
        height:57px;
        line-height:57px;
    }

    .replybox .reply_head .reply {
        font-size:22px;
    }

    .replybox .reply_head .reply_array p {
        font-size:13.7px;
    }

    .replybox .reply_list li .prof_ph {
        height:42.5px;
    }

    .replybox .reply_list li .prof_txtA .prof_nick {
        height:30px;
        line-height:30px;
        font-size:20px;
        margin-bottom:5px;
    }

    .replybox .reply_list li .prof_txtA .txtA {
        font-size:20px;
        margin-bottom:17px;
    }

    .replybox .reply_list li .prof_txtA .reply_date {
        font-size:18px;
    }

    .replybox .list_pagingbox .paging_num li {
        width:44.5px;
        height:44.5px;
        line-height:44.5px;
        font-size:20px;
    }

    .replybox .reply_phonebox {
        margin-bottom:15px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum .psTitle{
        line-height:45px;
        font-size:19px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > input {
        height:45px;
        line-height:45px;
        font-size:19px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button {
        height:45px;
        line-height:45px;
        font-size:19px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button.ret_sms {
        height:45px;
        line-height:45px;
        font-size:19px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:15.5px;
        height:17.5px;
        line-height:17.5px;
        padding-top:17.5px;
        padding-bottom:17.5px;
        margin-bottom:17.5px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode {
        margin-bottom:18px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode .psTitle{
        line-height:45px;
        font-size:19px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > input {
        height:45px;
        line-height:45px;
        font-size:19px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > .codetime {
        height:45px;
        line-height:45px;
        font-size:17.5px;
        text-indent:10px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > button {
        height:45px;
        line-height:45px;
        font-size:17.5px;
    }

    .replybox .reply_phonebox .phoneInfo {
        margin-top:18px;
        height:18px;
        line-height:18px;
    }

    .replybox .reply_phonebox .phoneInfo > div {
        height:6px;
        margin-top:4px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:13px;
    }


    .replybox .replyTxtarea .reply_cc .cc_txt {
        font-size:20px;
        line-height:45px;
    }

    .replybox .replyTxtarea .reply_cc .cc_btn {
        line-height:45px;
    }

    .replybox .reply_input {
        margin-bottom:15px;
    }

    .replybox .reply_input .reply_icon {
        height:22px;
        line-height:22px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        height:25px;
        line-height:25px;
        font-size:20.5px;
    }

    .replybox .reply_input button {
        height:25px;
        line-height:25px;
        font-size:15.5px;
    }
}

@media screen and (max-width: 480px) {

    #replyNoneWrap .replyNone .replyIcon {
        margin-bottom:15px;
    }

    #replyNoneWrap .replyNone .NoneTi {
        font-size:18px;
        margin-bottom:10px;
    }

    #replyNoneWrap .replyNone .Nonesub {
        font-size:18px;
    }

    #eventPopupWrap .buttonGroup {
        height:120px;
        top:350px;
        border-radius:15px;
    }

    #eventPopupWrap .buttonGroup li {
        height:60px;
        font-size:19px;
        line-height:60px;
    }

    .cautionbox {
        /*margin:20px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:20px;
        padding-bottom:12px;
        margin-bottom:12px;
    }

    .cautionbox .cms_txtA p {
        font-size:15px;
    }

    .replybox .reply_head {
        height:52px;
        line-height:52px;
    }

    .replybox .reply_head .reply {
        font-size:19px;
    }

    .replybox .reply_head .reply_array p {
        font-size:11.9px;
    }

    .replybox .reply_list li .prof_ph {
        height:40px;
    }

    .replybox .reply_list li .prof_txtA .prof_nick {
        height:25px;
        line-height:25px;
        font-size:17px;
        margin-bottom:5px;
    }

    .replybox .reply_list li .prof_txtA .txtA {
        font-size:17px;
        margin-bottom:14px;
    }

    .replybox .reply_list li .prof_txtA .reply_date {
        font-size:15px;
    }

    .replybox .list_pagingbox .paging_num li {
        width:40px;
        height:40px;
        line-height:40px;
        font-size:17px;
    }

    .replybox .reply_phonebox {
        margin-bottom:13px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum .psTitle{
        line-height:43px;
        font-size:18px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > input {
        height:43px;
        line-height:43px;
        font-size:18px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button {
        height:43px;
        line-height:43px;
        font-size:18px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button.ret_sms {
        height:43px;
        line-height:43px;
        font-size:18px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:13.5px;
        height:15.5px;
        line-height:15.5px;
        padding-top:15.5px;
        padding-bottom:15.5px;
        margin-bottom:15.5px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode {
        margin-bottom:15px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode .psTitle{
        line-height:43px;
        font-size:18px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > input {
        height:43px;
        line-height:43px;
        font-size:18px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > .codetime {
        height:43px;
        line-height:43px;
        font-size:15px;
        text-indent:8px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > button {
        height:43px;
        line-height:43px;
        font-size:15px;
    }

    .replybox .reply_phonebox .phoneInfo {
        margin-top:16px;
        height:16px;
        line-height:16px;
    }

    .replybox .reply_phonebox .phoneInfo > div {
        height:5px;
        margin-top:4px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:11px;
    }


    .replybox .replyTxtarea .reply_cc .cc_txt {
        font-size:17px;
        line-height:40px;
    }

    .replybox .replyTxtarea .reply_cc .cc_btn {
        line-height:40px;
    }

    .replybox .reply_input {
        margin-bottom:13px;
    }

    .replybox .reply_input .reply_icon {
        height:19px;
        line-height:19px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        height:24px;
        line-height:24px;
        font-size:17px;
    }

    .replybox .reply_input button {
        height:25px;
        line-height:25px;
        font-size:13px;
    }
}

@media screen and (max-width: 414px) {

    #replyNoneWrap .replyNone .replyIcon {
        margin-bottom:12px;
    }

    #replyNoneWrap .replyNone .NoneTi {
        font-size:16px;
        margin-bottom:8px;
    }

    #replyNoneWrap .replyNone .Nonesub {
        font-size:16px;
    }

    #eventPopupWrap .buttonGroup {
        height:100px;
        top:400px;
        border-radius:10px;
    }

    #eventPopupWrap .buttonGroup li {
        height:50px;
        font-size:16px;
        line-height:50px;
    }

    .cautionbox {
        /*margin:17px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:16px;
        padding-bottom:10px;
        margin-bottom:10px;
    }

    .cautionbox .cms_txtA p {
        font-size:13.5px;
    }

    .replybox .reply_head {
        height:45px;
        line-height:45px;
    }

    .replybox .reply_head .reply {
        font-size:16px;
    }

    .replybox .reply_head .reply_array p {
        font-size:10.7px;
    }

    .replybox .reply_list li .prof_ph {
        height:32.5px;
    }

    .replybox .reply_list li .prof_txtA .prof_nick {
        height:22px;
        line-height:22px;
        font-size:15px;
        margin-bottom:5px;
    }

    .replybox .reply_list li .prof_txtA .txtA {
        font-size:15px;
        margin-bottom:12px;
    }

    .replybox .reply_list li .prof_txtA .reply_date {
        font-size:13px;
    }

    .replybox .list_pagingbox .paging_num li {
        width:35px;
        height:35px;
        line-height:35px;
        font-size:15px;
    }

    .replybox .reply_phonebox {
        margin-bottom:13px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum .psTitle{
        line-height:38px;
        font-size:16px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > input {
        height:38px;
        line-height:38px;
        font-size:16px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button {
        height:38px;
        line-height:38px;
        font-size:16px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button.ret_sms {
        height:38px;
        line-height:38px;
        font-size:16px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:13px;
        height:14px;
        line-height:14px;
        padding-top:14px;
        padding-bottom:14px;
        margin-bottom:14px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode {
        margin-bottom:14px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode .psTitle{
        line-height:38px;
        font-size:16px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > input {
        height:38px;
        line-height:38px;
        font-size:16px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > .codetime {
        height:38px;
        line-height:38px;
        font-size:13.5px;
        text-indent:8px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > button {
        height:38px;
        line-height:38px;
        font-size:14px;
    }

    .replybox .reply_phonebox .phoneInfo {
        margin-top:14px;
        height:14px;
        line-height:14px;
    }

    .replybox .reply_phonebox .phoneInfo > div {
        height:4.5px;
        margin-top:4px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:11px;
    }


    .replybox .replyTxtarea .reply_cc .cc_txt {
        font-size:15px;
        line-height:35px;
    }

    .replybox .replyTxtarea .reply_cc .cc_btn {
        line-height:35px;
    }

    .replybox .reply_input {
        margin-bottom:13px;
    }

    .replybox .reply_input .reply_icon {
        height:17px;
        line-height:17px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        height:22px;
        line-height:22px;
        font-size:15.9px;
    }

    .replybox .reply_input button {
        height:22px;
        line-height:22px;
        font-size:12.9px;
    }
}

@media screen and (max-width: 400px) {

    #replyNoneWrap .replyNone .replyIcon {
        margin-bottom:12px;
    }

    #replyNoneWrap .replyNone .NoneTi {
        font-size:14px;
        margin-bottom:6px;
    }

    #replyNoneWrap .replyNone .Nonesub {
        font-size:14px;
    }

    #eventPopupWrap .buttonGroup {
        height:100px;
        top:300px;
        border-radius:10px;
    }

    #eventPopupWrap .buttonGroup li {
        height:50px;
        font-size:15px;
        line-height:50px;
    }

    .cautionbox {
        /*margin:14px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:15px;
        padding-bottom:9px;
        margin-bottom:9px;
    }

    .cautionbox .cms_txtA p {
        font-size:13px;
    }

    .replybox .reply_head {
        height:43px;
        line-height:43px;
    }

    .replybox .reply_head .reply {
        font-size:15px;
    }

    .replybox .reply_head .reply_array p {
        font-size:10.1px;
    }

    .replybox .reply_list li .prof_ph {
        height:31.3px;
    }

    .replybox .reply_list li .prof_txtA .prof_nick {
        height:19px;
        line-height:19px;
        font-size:14px;
        margin-bottom:4px;
    }

    .replybox .reply_list li .prof_txtA .txtA {
        font-size:14px;
        margin-bottom:10px;
    }

    .replybox .reply_list li .prof_txtA .reply_date {
        font-size:12.5px;
    }

    .replybox .list_pagingbox .paging_num li {
        width:33.3px;
        height:33.3px;
        line-height:33.3px;
        font-size:15px;
    }

    .replybox .reply_phonebox {
        margin-bottom:12px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum .psTitle{
        line-height:34px;
        font-size:15px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > input {
        height:34px;
        line-height:34px;
        font-size:15px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button {
        height:34px;
        line-height:34px;
        font-size:15px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button.ret_sms {
        height:34px;
        line-height:34px;
        font-size:15px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:13px;
        height:13px;
        line-height:13px;
        padding-top:13px;
        padding-bottom:13px;
        margin-bottom:13px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode {
        margin-bottom:13px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode .psTitle{
        line-height:34px;
        font-size:15px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > input {
        height:34px;
        line-height:34px;
        font-size:15px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > .codetime {
        height:34px;
        line-height:34px;
        font-size:13px;
        text-indent:6.5px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > button {
        height:34px;
        line-height:34px;
        font-size:13px;
    }

    .replybox .reply_phonebox .phoneInfo {
        margin-top:12.5px;
        height:12.5px;
        line-height:12.5px;
    }

    .replybox .reply_phonebox .phoneInfo > div {
        height:4.2px;
        margin-top:2px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:10.5px;
    }


    .replybox .replyTxtarea .reply_cc .cc_txt {
        font-size:14px;
        line-height:37px;
    }

    .replybox .replyTxtarea .reply_cc .cc_btn {
        line-height:37px;
    }

    .replybox .reply_input {
        margin-bottom:12px;
    }

    .replybox .reply_input .reply_icon {
        height:16px;
        line-height:16px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        height:19px;
        line-height:19px;
        font-size:15.4px;
    }

    .replybox .reply_input button {
        height:19px;
        line-height:19px;
        font-size:12.4px;
    }
}

@media screen and (max-width: 384px) {

    #replyNoneWrap .replyNone .replyIcon {
        margin-bottom:10px;
    }

    #replyNoneWrap .replyNone .NoneTi {
        font-size:13px;
        margin-bottom:5px;
    }

    #replyNoneWrap .replyNone .Nonesub {
        font-size:13px;
    }

    #eventPopupWrap .buttonGroup {
        height:100px;
        top:300px;
        border-radius:10px;
    }

    #eventPopupWrap .buttonGroup li {
        height:50px;
        font-size:15px;
        line-height:50px;
    }

    .cautionbox {
        /*margin:13px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:14.4px;
        padding-bottom:8px;
        margin-bottom:8px;
    }

    .cautionbox .cms_txtA p {
        font-size:12.5px;
    }

    .replybox .reply_head {
        height:38px;
        line-height:38px;
    }

    .replybox .reply_head .reply {
        font-size:14.4px;
    }

    .replybox .reply_head .reply_array p {
        font-size:9.7px;
    }

    .replybox .reply_list li .prof_ph {
        height:30px;
    }

    .replybox .reply_list li .prof_txtA .prof_nick {
        height:17px;
        line-height:17px;
        font-size:13px;
        margin-bottom:3px;
    }

    .replybox .reply_list li .prof_txtA .txtA {
        font-size:13px;
        margin-bottom:8px;
    }

    .replybox .reply_list li .prof_txtA .reply_date {
        font-size:11px;
    }

    .replybox .list_pagingbox .paging_num li {
        width:32px;
        height:32px;
        line-height:32px;
        font-size:13px;
    }

    .replybox .reply_phonebox {
        margin-bottom:11px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum .psTitle{
        line-height:32px;
        font-size:13px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > input {
        height:32px;
        line-height:32px;
        font-size:13px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button {
        height:32px;
        line-height:32px;
        font-size:13px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button.ret_sms {
        height:32px;
        line-height:32px;
        font-size:13px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:12.5px;
        height:12.5px;
        line-height:12.5px;
        padding-top:12.5px;
        padding-bottom:12.5px;
        margin-bottom:12.5px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode {
        margin-bottom:12px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode .psTitle{
        line-height:32px;
        font-size:13px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > input {
        height:32px;
        line-height:32px;
        font-size:13px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > .codetime {
        height:32px;
        line-height:32px;
        font-size:12.5px;
        text-indent:6.5px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > button {
        height:32px;
        line-height:32px;
        font-size:12.5px;
    }

    .replybox .reply_phonebox .phoneInfo {
        margin-top:12.5px;
        height:12px;
        line-height:12px;
    }

    .replybox .reply_phonebox .phoneInfo > div {
        height:4px;
        margin-top:2px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:10.5px;
    }


    .replybox .replyTxtarea .reply_cc .cc_txt {
        font-size:14px;
        line-height:35px;
    }

    .replybox .replyTxtarea .reply_cc .cc_btn {
        line-height:35px;
    }

    .replybox .reply_input {
        margin-bottom:11px;
    }

    .replybox .reply_input .reply_icon {
        height:13px;
        line-height:13px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        height:17px;
        line-height:17px;
        font-size:14.8px;
    }

    .replybox .reply_input button {
        height:17px;
        line-height:17px;
        font-size:11.8px;
    }
}

@media screen and (max-width: 375px) {

    #eventPopupWrap .buttonGroup {
        height:100px;
        top:300px;
        border-radius:10px;
    }

    #eventPopupWrap .buttonGroup li {
        height:50px;
        font-size:15px;
        line-height:50px;
    }

    .cautionbox {
        /*margin:13px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:14.4px;
        padding-bottom:8px;
        margin-bottom:8px;
    }

    .cautionbox .cms_txtA p {
        font-size:12.5px;
    }

    .replybox .reply_head .reply_array p {
        font-size:9.4px;
    }

    .replybox .reply_list li .prof_ph {
        height:29.5px;
    }

    .replybox .reply_phonebox .phoneInfo {
        margin-top:12.5px;
        height:12px;
        line-height:12px;
    }

    .replybox .reply_phonebox .phoneInfo > div {
        height:4px;
        margin-top:2px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:9.5px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        font-size:14.4px;
    }

    .replybox .reply_input button {
        font-size:11.4px;
    }
}

@media screen and (max-width: 360px) {

    #eventPopupWrap .buttonGroup {
        height:100px;
        top:300px;
        border-radius:10px;
    }

    #eventPopupWrap .buttonGroup li {
        height:50px;
        font-size:15px;
        line-height:50px;
    }

    .cautionbox {
        /*margin:13px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:13.5px;
        padding-bottom:8px;
        margin-bottom:8px;
    }

    .cautionbox .cms_txtA p {
        font-size:11.9px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:11.5px;
        height:12.5px;
        line-height:12.5px;
        padding-top:12.5px;
        padding-bottom:12.5px;
        margin-bottom:12.5px;
    }

    .replybox .reply_head .reply {
        font-size:13.5px;
    }

    .replybox .reply_head .reply_array p {
        font-size:8.9px;
    }

    .replybox .reply_list li .prof_ph {
        height:29px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:9.5px;
    }

    .replybox .replyTxtarea .reply_cc .cc_txt {
        font-size:12px;
        line-height:30px;
    }

    .replybox .replyTxtarea .reply_cc .cc_btn {
        line-height:30px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        font-size:13.8px;
    }

    .replybox .reply_input button {
        font-size:10.8px;
    }
}

@media screen and (max-width: 340px) {
    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:10.5px;
        height:12.5px;
        line-height:12.5px;
        padding-top:12.5px;
        padding-bottom:12.5px;
        margin-bottom:12.5px;
    }

    .replybox .reply_head .reply_array p {
        font-size:8.6px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:8.5px;
    }

    .replybox .reply_input button {
        font-size:9.8px;
    }
}

@media screen and (max-width: 320px) {

    #replyNoneWrap .replyNone .replyIcon {
        margin-bottom:8px;
    }

    #replyNoneWrap .replyNone .NoneTi {
        font-size:11px;
        margin-bottom:3px;
    }

    #replyNoneWrap .replyNone .Nonesub {
        font-size:11px;
    }

    #eventPopupWrap .buttonGroup {
        height:85px;
        top:250px;
        border-radius:10px;
    }

    #eventPopupWrap .buttonGroup li {
        height:42.5px;
        font-size:13px;
        line-height:42.5px;
    }

    .cautionbox {
        /*margin:11px 0;*/
    }

    .cautionbox .cau_ti {
        font-size:13px;
        padding-bottom:6px;
        margin-bottom:6px;
    }

    .cautionbox .cms_txtA p {
        font-size:10.6px;
    }

    .replybox .reply_head .reply {
        font-size:13px;
    }

    .replybox .reply_head .reply_array p {
        font-size:8.6px;
    }

    .replybox .reply_list li .prof_ph {
        height:29px;
    }

    .replybox .reply_list li .prof_txtA {
        margin-top:5px;
    }

    .replybox .reply_list li .prof_txtA .prof_nick {
        height:15px;
        line-height:15px;
        font-size:12.5px;
        margin-bottom:2.5px;
    }

    .replybox .reply_list li .prof_txtA .txtA {
        font-size:12.5px;
        margin-bottom:6px;
    }

    .replybox .reply_list li .prof_txtA .reply_date {
        font-size:10.5px;
    }

    .replybox .list_pagingbox .paging_num li {
        width:27px;
        height:27px;
        line-height:27px;
        font-size:12px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum .psTitle {
        line-height:27px;
        font-size:12px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > input {
        height:27px;
        line-height:27px;
        font-size:12px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button {
        height:27px;
        line-height:27px;
        font-size:12px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > button.ret_sms {
        height:27px;
        line-height:27px;
        font-size:12px;
    }

    .replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
        font-size:10.5px;
        height:11.5px;
        line-height:11.5px;
        padding-top:11.5px;
        padding-bottom:11.5px;
        margin-bottom:11.5px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode {
        margin-bottom:11.5px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode .psTitle {
        line-height:27px;
        font-size:12px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > input {
        height:27px;
        line-height:27px;
        font-size:12px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > .codetime {
        height:27px;
        line-height:27px;
        font-size:12px;
        text-indent:5.5px;
    }

    .replybox .reply_phonebox .phoneStep .phoneCode div > button {
        height:27px;
        line-height:27px;
        font-size:12px;
    }

    .replybox .reply_phonebox .phoneInfo {
        margin-top:12.5px;
        height:10px;
        line-height:10px;
    }

    .replybox .reply_phonebox .phoneInfo > div {
        height:3px;
        margin-top:2px;
    }

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:9px;
    }


    .replybox .replyTxtarea .reply_cc .cc_txt {
        font-size:11px;
        line-height:25px;
    }

    .replybox .replyTxtarea .reply_cc .cc_btn {
        line-height:25px;
    }

    .replybox .reply_input input, .replybox .reply_input textarea {
        font-size:12.3px;
    }

    .replybox .reply_input button {
        font-size:10.3px;
    }
}

@media screen and (max-width: 290px) {
	.replybox .reply_phonebox .phoneStep .phoneNum div > .sms_info {
		font-size:9.5px;
		height:11.5px;
		line-height:11.5px;
		padding-top:11.5px;
		padding-bottom:11.5px;
		margin-bottom:11.5px;
	}

    .replybox .reply_phonebox .phoneInfo > p {
        font-size:7.5px;
    }

    .replybox .reply_input button {
        font-size:9.3px;
    }
}


/* 약관 */

.policy-warp{padding: 5% 3%; background-color: transparent;}
.policy-warp b {font-weight: bold;}
.policy-warp p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font-size: 16.0px; color: #212121; -webkit-text-stroke: #212121}
.policy-warp p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font-size: 15.0px; color: #000000; -webkit-text-stroke: #000000; min-height: 17.0px}
.policy-warp p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font-size: 15.0px; color: #212121; -webkit-text-stroke: #212121}
.policy-warp p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font-size: 13.0px; color: #212121; -webkit-text-stroke: #212121}
.policy-warp p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font-size: 15.0px; color: #000000; -webkit-text-stroke: #000000}
.policy-warp p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font-size: 15.0px; color: #212121; -webkit-text-stroke: #212121}
.policy-warp p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font-size: 15.0px; color: #000000; -webkit-text-stroke: #000000; min-height: 17.0px}
.policy-warp p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font-size: 16.0px; color: #212121; -webkit-text-stroke: #212121}
.policy-warp p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font-size: 16.0px; color: #000000; -webkit-text-stroke: #000000}
.policy-warp span.s1 {
    font-kerning: none;
    color: #ff2600;
}
.policy-warp li.li3 {margin: 0.0px 0.0px 0.0px 0.0px; font-size: 15.0px; color: #212121; -webkit-text-stroke: #212121}
.policy-warp li.li5 {margin: 0.0px 0.0px 0.0px 0.0px; font-size: 15.0px; color: #212121; -webkit-text-stroke: #212121}
.policy-warp ul.ul1 {list-style: decimal;}
.policy-warp table.t1 {width: 100%; border: 1px solid #000; border-collapse: collapse;}
.policy-warp td.td1 {border: 1px solid #000; padding: 5px; text-align: center; line-height: 18px;}
@media screen and (min-width: 440px){
    .policy-warp p.p1 {font-size: 14px;}
    .policy-warp p.p2, .policy-warp p.p3, .policy-warp p.p5, .policy-warp p.p6, .policy-warp p.p7, .policy-warp p.p8, .policy-warp p.p9, .policy-warp p.p10, .policy-warp p.p11, .policy-warp p.p12, .policy-warp p.p13 {font-size: 13px;}
    .policy-warp li.li3, .policy-warp li.li5 {font-size: 13px;}
}

.policy-warp .youth_manager ul {
    margin-bottom: 5%;
}

.policy-warp .youth_manager li {
    padding-left: 3%;
}

.policy-warp .youth_manager li:first-child {
    padding-left: 0%;
}

/* 이미지맵 */
img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}


/* 유튜브 컨테이너 */
.video-container{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video-container iframe
,.video-container object
,.video-container embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*스타일*/
.text-color.default {color:#4d4d4d}
.text-color.red {color:#e4398a}
.text-color.blue {color:#3583d3}


.priceBox2 .table_title{
    position:relative;
    border:1px solid #d5d5d5;
    border-bottom:none;
    padding: 0;
}

.priceBox2 .table_title > div{
    display: inline-block;
}

.priceBox2 .table_title .name{
    float: left;
    font-size:1.1em;
    letter-spacing:-2px;
    line-height:1.1em;
    font-weight:600;
    padding: .6em .5em;
    word-break: break-all;
}

.priceBox2 .table_title .mini-cate {
    float: right;    right:10px;
    top:0;
    padding: 1.1em;
    font-size:.8em;
    line-height:.8em;
    text-indent:10px;
    font-weight:400;
    letter-spacing:-1.5px;
}

.priceBox2 .table_title .mini-cate > div {
    float:left;
    margin-right:.8em;
}

.priceBox2 .table_title .mini-cate > div:last-child {
    margin-right:0;
}

.priceBox2 .table_title .mini-cate .caca_ti_1 {
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_1.png") no-repeat;
    background-position:left center;
    background-size:4px;
}

.priceBox2 .table_title .mini-cate .caca_ti_2 {
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_2.png") no-repeat;
    background-position:left center;
    background-size:4px;
}

.priceBox2 .table_title .mini-cate .caca_ti_3 {
    background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/caca_ti_3.png") no-repeat;
    background-position:left center;
    background-size:4px;
}

.eventUrlBox {
    background-color:#fff;
    text-align:center;
    padding:3.2% 0;
    color:#e84418;
    font-size:11pt;
    font-weight:bold;
}

#body_wrap .footer .return-list-btn {
	display:inline-block;
	width:44%;
	padding:11px 0 10px;
	border:1px solid #e84418;
	font-size:13px;
	box-sizing:border-box;
	color:#e84418;
	line-height:1;
	text-align:center;
	float:left;
	margin-left:5%;
	border-radius:3px;
}

#body_wrap .footer .return-list-btn2 {
	display:inline-block;
	width:44%;
	padding:11px 0 10px;
	border:1px solid #e84418;
	font-size:13px;
	box-sizing:border-box;
	color:#e84418;
	line-height:1;
	text-align:center;
	/*float:left;*/
	margin-left:5%;
	border-radius:3px;
}

a.share-btn {
	display:inline-block;
	width:44%;
	padding:11px 0 10px;
	border:1px solid #e84418;
	font-size:13px;
	box-sizing:border-box;
	color:#ffffff;
	background-color:#e84418;
	line-height:1;
	text-align:center;
	float:right;
	margin-right:5%;
	border-radius:3px;
}



/* 공지사항 리스트 CSS */
.notice_wrap{font-size:45px;background:#f7f7f7;height:100%;position:relative;}
.notice_wrap .sectionArea{background:#fff;}
.notice_wrap .tabBtn:after{display:block;content:'';clear:both}
.notice_wrap .tabBtn{border-bottom:1px solid #ebebeb;}
.notice_wrap .tabBtn li{width:50%;float:left;text-align:center;position:relative;top:1px}
.notice_wrap .tabBtn li a{display:block;color:#000000;padding:6% 0}
.notice_wrap .tabBtn li.active a{color:#e84418;font-weight:bold;border-bottom:2px solid #e84418}
.notice_wrap .tabConents li{padding:19px 20px 15px;background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/notice_arrow.png") top 45% right 13px no-repeat;border-bottom:1px solid #ebebeb}
.notice_wrap .tabConents li h2:before{content:'';display:block;width:10px;height:10px;background:#e84418;border-radius:100%;left:-30px;position:absolute;top:24px;}
.notice_wrap .tabConents li h2{font-size:90%;margin-left:30px;font-weight:bold;position:relative;}
.notice_wrap .tabConents li h2 span{display:block;width:95%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000;height:56px;line-height:54px;}
.notice_wrap .tabConents li p{font-size:88%;margin-left:30px;color:#909090}
.notice_wrap .list_title{padding:19px 20px 15px;border-bottom:1px solid #e6e6e6;}
.notice_wrap .list_title dt{color:#000;font-weight:bold;}
.notice_wrap .list_title dd{color:#909090;font-size:0.8em;line-height:1.5;}
.notice_wrap .listSection img{width:100%}
.notice_wrap .list_btn{background:#fff;position:fixed;bottom:0;padding:3%;width:100%;border:1px solid #e6e6e6; z-index:9;}
.notice_wrap .list_btn a{background:#e84418;border-radius:0.2em;color:#fff;display:block;text-align:center;padding:3%;}
.notice_wrap .list_text{padding:11px 20px; word-break: keep-all;}
.notice_wrap .btn_area{width:100%;height:calc(100% - 61px);position:absolute;top:0;left:0;z-index:8}
.notice_wrap .btn_area > a{position: absolute;}

/* mediaQuery */
@media screen and (max-width:1220px){
	.sectionArea{font-size: 70%;}
	.notice_wrap .tabConents li h2:before{width:8px;height:8px;top:16px;left:-20px;}
	.notice_wrap .tabConents li h2{margin-left:20px;}
    .notice_wrap .tabConents li h2 span{height:40px;line-height:38px;}
	.notice_wrap .tabConents li p{margin-left:20px;}
}
@media screen and (max-width:850px){
    .sectionArea{font-size: 65%;}
    .notice_wrap .tabConents li{padding:14px 20px 10px}
    .notice_wrap .tabConents li h2:before{top:14px;}
    .notice_wrap .tabConents li h2 span{height:37px;line-height:35px;}
    .notice_wrap .list_title{padding:14px 20px 10px}
}
@media screen and (max-width:768px){
    .sectionArea{font-size: 60%;}
	.notice_wrap .tabConents li h2:before{width:6px;height:6px;top:13px;left:-15px;}
	.notice_wrap .tabConents li h2{margin-left:15px;}
    .notice_wrap .tabConents li h2 span{height:34px;line-height:32px;}
	.notice_wrap .tabConents li p{margin-left:15px;}
}
@media screen and (max-width:640px){
	.sectionArea{font-size: 40%;}
	.notice_wrap .tabConents li{padding:12px 13px 8px;background:url("https://cdn.moolban.com/unsafe/asset/api/img/webview/notice_arrow.png") top 45% right 13px no-repeat;background-size:8px 15px;}
	.notice_wrap .tabConents li h2:before{width:5px;height:5px;top:9px;left:-13px}
	.notice_wrap .tabConents li h2{margin-left:13px;}
    .notice_wrap .tabConents li h2 span{height:24px;line-height:22px;}
	.notice_wrap .tabConents li p{margin-left:13px;}
    .notice_wrap .list_title{padding:12px 13px 8px;}
    .notice_wrap .list_text{padding:11px 13px;}
}

@media screen and (max-width:414px){
	.sectionArea{font-size: 36%;}
	.notice_wrap .tabConents li h2:before{width:4px;height:4px;top:8px;left:-10px;}
	.notice_wrap .tabConents li h2{margin-left:10px;}
	.notice_wrap .tabConents li p{margin-left:10px;}
    .notice_wrap .list_title dt{line-height:22px;}
}


.view_web_link{display:none !important}
.view_app_link{display:block !important}

