/* @note 2021-03-25 */
/* 마켓 전용 레이어 팝업 */
.popup_comm_over{
	width: 396px;
    /*max-height: 216px;*/
    margin: -108px 0 0 -198px;
    z-index:1000;
}
.popup_wrap.popup_comm_over .pop_con {
    padding-top: 25px;
    padding-bottom: 10px;
}
.popup_wrap.popup_comm_over .pop_con p.txt {
    color: #44474e;
    text-align: center;
    font-size: 0;
}
.popup_wrap.popup_comm_over .pop_con p.txt span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box;
}
.popup_wrap.popup_comm_over .pop_con ul {
    font-size: 0;
    margin-top: 25px;
    text-align: center;
}
.popup_wrap.popup_comm_over .pop_con ul li {
    display: inline-block;
    vertical-align: middle;
}
.popup_wrap.popup_comm_over .pop_con ul li.btn02 a {
    background-color: #44474e;
    color: #fff;
}

.popup_wrap.popup_comm_over .pop_con ul li a {
    display: block;
    width: 82px;
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    font-size: 12px;
}
.popup_wrap.popup_comm_over .pop_con ul li.btn01 a {
    background-color: #FFF;
    color: #44474e;
    border: 1px solid #44474e;
    margin-right: 5px;
}
.popup_wrap.popup_comm_over .pop_con ul li a {
    display: block;
    width: 82px;
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    font-size: 12px;
}

html, b
/* 폰트사이즈 */
.fontStyle1{color:#302c2d;font-size:14px;}
.fontSize12,.fontSize13,.fontSize14,
.fontSize15,.fontSize16,.fontSize17,.fontSize18{word-break: keep-all}
.fontSize12{font-size:12px!important;}
.fontSize13{font-size:13px!important;}
.fontSize14{font-size:14px!important;line-height:19px}
.fontSize15{font-size:15px!important;}
.fontSize16{font-size:16px!important;}
.fontSize17{font-size:16px!important;}
.fontSize18{font-size:18px!important;}

/* 텍스트정렬 */
.ta-center{text-align:center!important;}
.ta-left{text-align:left!important;}
.ta-right{text-align:right!important;}
.layout_bg{display:none;position:fixed;width:100%;height:100%;left:0;bottom:0;background:rgba(0,0,0,.7);z-index:999; }
/* //@note 2021-03-25 */