:focus {
    outline: none;
}

hr{
    display: block;
}

.div_body{
    width:100%;
    min-height: 1170px;
    background: #F6F7FB;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard';
}

.div_my_etc .my_link_list{
	display: flex;
	gap:7px;
	flex-wrap: wrap;
}
.div_my_etc li{
	flex:1;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #ecf0f2;
	box-sizing: border-box;
}

.div_my_etc li.my_order{
	border: 1px solid #6561E0 !important;

}

.div_my_etc .my_etc_link{
	display:flex;
	justify-content:center;
	align-items:center;
}
.div_my_etc .my_etc_link div{
	line-height:1;
}

.black-60{
    color: rgba(0, 0, 0, 0.60) !important;
}
.black-80{
    color: rgba(0, 0, 0, 0.80) !important;
}

.fc-blue{
	color: #1F77E5;
}

.fc-red{
	color: #FF3838;
}

.f-fa-medium{
    font-family: 'Pretendard' !important;
    font-weight: 500;
}
.f-fa-bold{
    font-family: 'Pretendard' !important;
    font-weight: 700;
}

.fs-12{
    font-size: 12px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-24{
    font-size: 24px !important;
}

.mg-top-34{ 
	margin-top: 34px;
}

.mg-top-54{ 
	margin-top: 54px;
}

.mg-top-69{ 
	margin-top: 69px;
}

.mg-bo-10{
    margin-bottom: 10px;
}
.mg-bo-14{
    margin-bottom: 14px;
}
.mg-bo-15{
    margin-bottom: 15px;
}
.mg-bo-20{
    margin-bottom: 20px;
}
.mg-bo-25{
    margin-bottom: 25px;
}
.mg-bo-26{
    margin-bottom: 26px;
}
.mg-bo-28{
    margin-bottom: 28px;
}
.mg-bo-42{
    margin-bottom: 42px;
}
.mg-bo-51{
    margin-bottom: 51px;
}

.mg-10{
    margin-bottom: 10px;
}

.mg-16{
    margin-bottom: 16px;
}

.mg-56{
    margin-bottom: 56px;
}

.ml-156 {
    margin-left: 156px;
}

.mg-tb-10 {
    margin: 10px 0;
}


.h-52{
    height: 52px;
}

.h-62{
    height: 62px;
}

.h-68{
    height: 68px;
}

.h-98{ 
	height: 98px;
}

.w-650{
    width:650px;
}
.w-725 {
    width: 725px;
}
.w-746{
    width:746px;
}
.w-768{
    width:768px;
}
.w-768-1{
    width:768px;
}

.blue_btn{
	background-color: #1F77E5;
}

.grey_btn{
	background-color: #5C5C5C;
}

.border-n {
    border:none;
}

.container{
    width: calc(100% - 40px);
    max-width: 896px;
    min-height: 940px;
    display: flex;
    justify-content: center;
    border-radius: 28px;
    text-align: center;
    background:white;
    margin: 50px auto;        
    padding: 0px 20px;
}

.div-detail{
	margin-top: 20px;
    border-top: 2px solid #b1b1b1;
}

.div-in-detail{
    height: auto;
    background: #FAFAFA;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #c3c3c3;
}

.div-title{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.80);
    font-weight: bold;
}

.div-date{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    margin-top: 16px;
}

.div-content img{
    max-width: 100%;
    margin-bottom: 20px;
    height: auto;
}

.div-main{
    display:flex;
    text-align: center;
    background:white;
    margin: 80px auto auto auto;
}

.div-sub{
    text-align: left;
}

.board-tit{
    font-size: 28px;
    font-weight: bold;
    font-weight: 700;
    margin-bottom: 16px;
}

.board-sub-tit,
.shop-sub-tit {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;        
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-sub-tit {
	align-items: unset;
    flex-direction: column;
}


.bo_fx {
    margin-bottom: 5px;
    zoom: 1;
}

.bo_fx:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.bo_fx ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn_user {
    display: flex;
    justify-content: flex-end;
    gap: 1%;
    align-items: center;
	margin-top: 20px;
}

.btn_bo_user li {
    float: left;
    margin-left: 5px;
}

.search-form{        
    display: flex;
    justify-content: space-between;
}

.search-form input {
    height: 48px;
    width: 77%;
    background-color: #FBFBFB;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding: 16px 0px 16px 20px;
    box-sizing: border-box;
    margin: 0px;
    font-size: 16px;
    font-family: 'Pretendard' !important;
    font-weight: 500;
}

.search-form input::placeholder, .total-form input::palceholder, .total-form select::palceholder {     
    font-size: 16px;
    padding-top: 5px;
    color: #CCCCCC;
    /*font-weight: bold;*/
}

.search-form button {
    /*display: inline-flex;*/
    width: 20%;
    min-width: 128px;
    height: 48px;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    background-color: #1F77E5;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard' !important;
    font-weight: 500;
}

.tbListA{
    border-top: 2px solid #b1b1b1;
    border-bottom: 2px solid #D8D8D8;
}

.tb-center th, td{
    text-align: center;
    vertical-align: middle;
    /*border-top: 1px solid #c3c3c3 !important;*/
}

.tb-center th:first-child{
    border-right: 1px solid #C3C3C3;
}

.tbListA tbody tr th{
    border-top: 1px solid #e4e4e4;
}

.tbListA th{
    background: #FAFAFA;
    font-family: 'Pretendard' !important;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.60);
}

.tbListA .td_num{
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.38);
    width:60px;
}

.tbListA .td_open{
    font-size: 14px;
    text-align: center;
    width:60px;
    color: #1F77E5;        
    font-weight: 600;
    display: none;
}

.tbListA .tr_view{
    height: 53px;
}

.tbListA .td_subject{
    text-align: left;  
	 cursor: pointer;
}

.tbListA .td_subject span{
    color: rgba(0, 0, 0, 0.80);
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width:100%;
    cursor: pointer;
    margin-bottom: unset;
}

.tbListA .td_date{
    font-size: 14px;
    text-align: right;
    color: rgba(0, 0, 0, 0.60);
    width: 130px;
}
/*전화상담 - 카테고리명*/
.tbListA .td_ca_name{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    width: 80px;
}
/*전화상담 - 전화번호*/
.tbListA .td_wr_2{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    width: 120px;
}

/*전화상담 - 작성일자*/
.tbListA .wr_datetime{
    font-size: 14px;
    text-align: left;
    color: rgba(0, 0, 0, 0.60);
    width: 100px;
}
/*전화상담 - 담당자*/
.tbListA .wr_3{
    font-size: 14px;
    text-align: right;
    color: rgba(0, 0, 0, 0.60);
    width: 60px;
}

.tbListA .td_answer{
    width:80px;
}


.act_view{
    background: #fafafa !important;
}

.pg_wrap{
    margin-bottom: 50px !important;
}

.pg_current{
    /* width:20px; */
    height:25px;
    border-radius: 4px;
    background: #1F77E5;
   /* line-height: unset; */
    font-size: 12px;        
    padding: 0px 8px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.9em;
	letter-spacing:0;
    border: none;
	color: #fff;
}

.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

.pg_page {
   /* width:20px; */
    height:25px;
    border-radius: 4px;
    background: #CCCCCC;
    /* line-height: unset !important; */
    font-size: 12px;        
    padding: 0px 8px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.9em;
	letter-spacing:0;
}

.btn_list{
    border: 1px solid #6d6d6d;
    background: #ffffff;
    height: 32px;
	width:58px;
    border-radius: 4px;
    color: #6d6d6d;
    font-family: 'Pretendard';
    font-weight: 400;
}

.btn_update{
border: 1px solid #6d6d6d;
    background: #ffffff;
	 height: 30px;
    width:58px;
	 border-radius: 4px;
	margin-left:10px;
	display: inline-flex;
    justify-content: center; 
    align-items: center;
}

.div-flex-3{
    height: 260px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.rdo-div-w240{
    width:240px;
    height: 100%;
}

.rdo-sub-div{
    border: 1px solid #c3c3c3;
    border-radius: 12px;
    width:100%;
    height: 100%;
    text-align: center;
    align-content: center;
}

.rdo-subsub-div{
    padding: 16px 23px;
}

.rdo-sub-div input[type="radio"]{
    width:24px;
    height:24px;
}

.rdo-sub-div .rdo_out_div1{
    display: flex;
    justify-content: center;
    margin-bottom: 54px;
}

.rdo-sub-div .rdo_out_div2{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.rdo-sub-div input{
    cursor: pointer;
}

.rdo-point-content{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: 'Pretendard';
    font-weight: 600;
}

.rdo-div-detail{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    margin-bottom: 16px;
    font-size: 16px;
}

.rdo-plus-point{
    background: #FF4649;
    color:#ffffff;
    border-radius: 4px;
    width:113px;
    font-size: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rdo-plus-div{
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

.rdo-hr{
    margin-bottom: 16px;
    border: 1px solid #DCDCDC;
}

.rdo-price{
    font-size: 18px;
}

.point-last-btn{
    height: 56px;
    width:100%;
    text-align: center;
    background: #1F77E5;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
        cursor: pointer;
}

.point-last-btn-grey{
    height: 56px;
    width:100%;
    text-align: center;
    background: #C7C7C7;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
        cursor: pointer;
}

.p-icon{
    color:#ffffff;
    background: #00ACB3;
    border-radius: 4px;
    font-size: 10px;
    margin-right: 4px;
    
}

.p-icon-big{
    color:#ffffff;
    background: #00ACB3;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 4px;
    
}

.p-icon-small{
    color:#ffffff;
    background: #00ACB3;
    border-radius: 4px;
    font-size: 8px;
    margin-right: 4px;
    
}

.p-wh{
    width:18px !important;
    height: 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-wh-big{
    width:24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-wh-small{
    width:14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point-pay-btn{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 16px;
}

/*무료시작, 회원정보수정 css*/
.free-form-totalbox,
.minfo {
    box-sizing: border-box;
    width: 100%;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 16px;
}

.padding-left { padding-left: 20px; }
.line-margin { margin: 10px 0; }
.push-box input[type=radio] { display: none; }
.none { display: none; }

.mx-w315 {
    width: 100%;
    max-width: 315px;
}

.mx-w312 {
    width: 100%;
    max-width: 312px;
}

.total-form input:focus, .total-form input:active,
 .total-form select:focus, .total-form select:active {
    outline: none;
}

.free-form-totalbox input, .free-form-totalbox select,
.minfo input, .minfo select, .custom-select input, .custom-select select, .call2-textarea {
    width: 100%;
    height: 48px;
    padding: 16px 0px 16px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    background-color: #FBFBFB;
    font-size: 14px;
    font-family: 'Pretendard';
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    
}

.free-form-totalbox .maintit, .minfo .maintit {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.free-form-totalbox .cgline, .minfo .cgline,
.agree-chkbox .cgline {
    border: 2px solid #BABABA;
    margin: 10px 0 28px 0;
    box-sizing: border-box;
}

.push-box {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
	gap:4%;
}

.push-box .push-boxbtn {
    height: 48px;
    background-color: #C7C7C7;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Pretendard';
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.push-box .active, .push-box input:checked + label {
    background-color: #4a90e2;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Pretendard';
    font-weight: 600;
}

.push-boxbtn .icon-wrapper {
    display: none;
    background-color: #ffffff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.push-boxbtn.active .icon-wrapper, .push-box input:checked + label .icon-wrapper {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}


.id-form,
.hp-form {
    display: flex;
    justify-content: space-between;
	align-items: center;
    gap: 1%;
}

.id-form input,
.hp-form-input {
    width: 77%;
}

.id-form button,
.hp-form button,
.address-form button {
    width: 20%;
    min-width: 128px;
    height: 48px;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    background-color: #1F77E5;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    font-family: 'Pretendard' !important;
    font-weight: 500;
}


.category-colbox {
    width: 100%;
    display: flex; 
    flex-direction: column;
    /* justify-content: space-between; */
}

.category-rowbox {
    width: 100%;
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
	gap: 4%;
}

.store-box {
    width: 100%;
    display: flex; 
    flex-direction: column;
}

.agreelink {
    color:#1F77E5;
    text-decoration: underline;
}

.agreelink-content {
    width:100%;
    height:130px;
    display: none;
}

.chk-msg {
    font-size: 14px;
    color: #1F77E5; 
    font-family: 'Pretendard';
    font-weight: 400;
}

.agreeTxt{
    width: 100%;
    height: 100px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
    overflow-y: scroll;
    font-size: 12px;
}

.btn_confirm {
    margin: 74px 0 112px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 4%;
}

.btn-total {
    border: none;
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #fff !important;
    font-size: 18px;
    font-family: 'Pretendard';
    font-weight: 600;
    border-radius: 6px !important;
    max-width: 315px;
    padding: 0;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
  }

.custom-select select {
    appearance: none; /* Remove default arrow (for most browsers) */
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none; /* Firefox */
    width: 100%;
    padding: 10px 40px 10px 20px; /* Add space for icon */
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.custom-select .arrow {
    position: absolute;
    right: 6%;
    top: 47%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.m-leave-link {
    text-decoration: underline !important;
    display: inline-block;
    float: left;
    /*margin-top: 30px;*/
}

.btn_user .btn_adminp,
.btn_user .btn_answer {
    width: 60px;
    height: 25px;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    background-color: #1F77E5;
    font-size: 14px;
    font-family: 'Pretendard';
	font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.btn_con {
    height: 32px;
    width: 58px;
    line-height: 32px;
    text-align: center;
    font-size: 0.9em;
}

#ans_add a, #ans_add a:visited, .ans-cbtn, .edit-btn {
    color: #6d6d6d;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
	font-weight: unset;
    font-family: 'Pretendard';
    font-weight: 400;
    cursor: pointer;
}

.edit-btn {
	margin-bottom: unset;
}

.write-btn {
	padding: 8px;
	color: #fff;
	cursor: pointer;
	background: #006dba;
    font-size: 16px;
    font-family: 'Pretendard';
    font-weight: 500;
    border: none;
}

.div-title {
    margin-bottom: 10px;
}

.username-ip {
    font-family:'Pretendard';
    font-weight: 400;
    display:inline-block;
    color: rgba(0, 0, 0, 0.60);
    display: flex;
}

.div-usertag {
    color: rgba(0, 0, 0, 0.60);
    font-family:'Pretendard';
    font-weight: 400;
}

.div-userid {
    color: rgba(0, 0, 0, 0.60);
     font-family:'Pretendard';
    font-weight: 400;
}

.div-userinfo {
    display:flex;
    align-items: center;
    justify-content: space-between;
     font-family:'Pretendard';
    font-weight: 400;
}

.div-userhp {
    color: rgba(0, 0, 0, 0.60);
     font-family:'Pretendard';
    font-weight: 400;
}

.div-date {
    margin-top:unset;
    font-family:'Pretendard';
    font-weight: 400;
}

.ans-topline {
    border: 1px solid #e9e9e9;
    margin: 20px 0;
}

.ans-titlebox {
    font-weight:600;
    margin-bottom:15px;
}

.ans-form {
    display:grid;
    width: 100%;
    grid-template-columns: 8fr 2fr;
    gap: 10px;
}

.wr_content {
    resize: none;
    height: 80px;
}

.ans-datetimebox {
    font-weight:600; 
    margin-bottom:15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ans-p {
    color:#1F77E5;
}

.ans-insert, .ans-view, .ans-edit {
    margin-top:40px;
    display:none;
}

.top-btns {
    text-align: left;
    margin-bottom: 20px;
    display:flex;
    justify-content: space-between;
}

.admin-btn-box {
    display:flex;
    gap: 5px;
}

.admin-btn-box a {
    color:#6d6d6d;
}

.isset-anscon {
    padding: 0 0 10px;
    word-break:break-all;
    width:100%;
}

.in-block {
    display:inline-block;
}

.p-20 {
    padding: 20px 20px;
}

.p-bt-10 {
    padding: 0 0 10px;
}


/* 테블릿 */
@media  (min-width: 769px) and (max-width: 1200px) {     
/*@media  (max-width: 1200px) {    */


    .div-main{
        margin: 40px auto auto auto;
    }

    .div_body{
        height: 100%;
        min-height:100%;
    }

    .container{
        width:100%;
        margin: 0px;
        padding: 0px;
        /*border-radius: 0px;*/
        min-height: 998px;
        max-width: 100%;
    }

    .div-sub{
        width:100%;
        /*padding: 0px 15px;*/
        padding: 0px 32px;
    }

    .search-form input {
        max-width: calc(100% - 164px + 15px);
    }

    .search-form button {
        max-width: 164px;
    }

    .board-tit{
        font-size: 24px;
    }    

    .rdo-div-w240{
        max-width:calc((100% - 44px) / 3);
        width:100%;
    }

    .w-768{
        width:inherit;
    }

    .w-768-1{
        width:768px;
    }

    .p-wh{
        width:16px;
        height:16px;
    }

    .div-mg{
        margin-bottom: 33px;
    }

    .point-last-btn{
        height: 52px;
    }

    .point-last-btn-grey{
        height: 52px;
    }
}


/* 모바일 */
/*@media (max-width: 393px) {*/
@media (max-width: 768px) {

    .div_body{
        align-items: unset;
        margin: 0px;
        min-height: 100%;
    }

	.my_link_list li {
		flex: 1 1 calc(50% - 3.5px); /* 모바일: 2열 */
	}

    .container{
        border-radius: 0px;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    .div-main{
        margin: 0px;
    }   
	
	.div-userinfo {
		flex-direction: column;
	    align-items: flex-start;
	}

    .search-form input {
        font-size: 14px;
        max-width: calc(100% - 81px - 10px);
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-form input::placeholder {     
        font-size: 14px;
    }

    .search-form button {
        min-width: 81px;
    }

    .div-sub{
        width:100%;
        padding: 10px 16px;
    }

    .board-tit{
        font-size: 18px;
        margin-top: 40px;
    }

    .board-sub-tit{
        font-size: 14px;
    }

    .tbListA .tr_view{
        display: flex;
        height: 60px !important;
        flex-direction: column-reverse;
        border-bottom: 1px solid #e4e4e4;
        justify-content: center;
        padding: 0px 10px;
    }

	.tbListA .mb-h-75{
		height: 75px !important;
	}

    .tbListA tbody tr td{
        padding: 5px;
        /*border-top: none;*/
    }

	.tbListA tbody .tr-le-pad td {
		padding-left: 5px !important;
	}

    .td_num, .td_open{
        display: none !important;
    }

    .td_subject{
        padding-top: 0px !important;
        font-size: 14px !important;
    }

    .td_date{
        padding-bottom: 0px !important;
        font-size: 12px !important;
    }        

    .div-flex-3{
        flex-direction: column;
    }

    .rdo-div-w240{
        width:100%;
        height: 62px;
    }

    .rdo-subsub-div{
        display: flex;
        padding: 20px 14px;
        height: 20px;
        align-items: center;
        justify-content: space-between;
    }

    .rdo-plus-div{
        margin-bottom: 0px;
    }

    .rdo-hr{
        display: none;
    }

    .rdo-div-detail{
        display: none;
    }

    .rdo-text{
        display: none;
    }

    .rdo-plus-point{
        width:79px;
    }

    .rdo-sub-div .rdo_out_div1{
        margin-bottom: 0px;
        margin-right: 14px;
    }

    .rdo-sub-div .rdo_out_div2{
        margin-bottom: 0px;
        margin-right: 14px;
    }

    .rdo-point-content{
        font-size: 18px;
        width:90px;
        text-align: left;
        justify-content: unset;
    }

    .rdo-price{
        font-size: 16px;
        width:80px;
    }

    .div-flex-3{
        margin-bottom: 34px;
        height: 218px;
    }

    .rdo-plus-div{
        display: block !important;
    }

    .p-wh-big{
        width:16px;
        height:16px;
        font-size:10px;
    }

    .mg-56, .mg-16{
        margin-bottom: 0px;
    }

    .mg-10{
        margin-bottom: 0px;
    }

    span{
        margin-bottom: 0px;
    }

    .fs-16{
        font-size: 14px !important;
    }

    .fs-18{
        font-size: 16px !important;
    }

    .w-m-full{
        display: none;
    }
    .w-m-500{
        display: block !important;
        margin-bottom: 44px;
    }
    .div-mg{
        margin-bottom: 20px;
    }

    .point-last-btn{
        height: 52px;
    }
    .point-last-btn-grey{
        height: 52px;
    }
}