.listView .clainRow,
.listView .pagonArea,
.mapView .claimArea {display: none;}
.pagonArea {margin: 0 auto;}
.claimArea .brokerSrcBox {
    width: 100%;
    margin: 10px 0 30px;
    gap: 10px 30px;
    display: flex;
}
.claimArea .brokerSrcBox input {
    border-radius: 4px;
    background-image: url(/images/srcIicon-gray.png);
    background-position: top 50% right 15px;
    padding: 12px 15px;
}
.claimLft .featuredItem {
    padding: 0;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.infotHed {
    font-size: 24px;
    color: #000;
    display: block;
    margin-bottom: 20px;
}

.claimFlx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.claimLft {width: 26%}

.claimRit {
    width: 72%;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    padding: 30px;
}

.featuredTxtAdd .clemeditSvg svg {
    cursor: pointer;
    height: 14px;
}
.featuredTxtAdd .priadd li {color: #000;}
.clamTit {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin: 20px 0;
}

.clamBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.cMbtn {
    width: 100%;
    display:block;
    font-size: 14px;
    background: #fff;
    border: 1px solid #8E8E8E;
    font-family: inherit;
    border-radius: 5px;
    font-weight: 300;
    cursor: pointer;
    color: #8E8E8E;
    padding: 10px;
}
.cMbtn.active,
.cMbtn:hover {
    border: 1px solid #172E55;
    background: #172E55;
    color: #fff;
}

.cMbtn:active:hover {
    border: 1px solid #117F39;
    background: #117F39;
    color: #fff;
}
.claimTips {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.claimTip {
    width: calc(25% - 20px);
    position: relative;
    padding-top: 30px;
}
.infotHed {
    font-size: 24px;
    color: #000;
}
.clCheHed {
    color: #000;
    font-size: 22px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.claimTip .checkList {padding: 6px 0;}

.claimTip .agree input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.0);
    -webkit-transform: translateY(0);
    justify-content: flex-start;
    border: 1px solid #8E8E8E;
    transform: translateY(0);
    align-items: flex-start;
    margin: 0;
    top: 3px;
    left: 0;
}

.claimTip .agree input[type="checkbox"]:checked::before {
    width: 8px;
    height: 12px;
    border: solid #172E55;
    border-width: 0 2px 2px 0;
    margin: 2px 6px;
}

.claimTip .checkList li {padding: 5px 0;}
.claimTip .agree label {
    font-size: 16px;
    font-family: inherit;
    color: #000;
}

.clAddHed {
    color: #000;
    font-size: 22px;
    line-height: 1;
    display: block;
}

.claimInput {margin: 10px 0;}
.claimAdds {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.claimAdd {
    width: calc(25% - 15px);
    position: relative;
    padding-top: 30px;
}
.claimInput label {
    color: #000;
    font-family: inherit;
}
.claimAdd .moreItem {width: 100%;}

.claimAdd .filterTitle {
    min-height: 44px;
    padding-left: 44px;
    background-color: #F1F1F1;
    border-radius: 5px;
    font-size: 14px;
}
.claimAdd .filterTitle svg {
    width: 22px;
    left: 15px;
}
.claimAdd .checkList li {padding: 5px 0;}
.claimAdd .agree label {
    color: #767676;
    font-family: inherit;
}
.claimAdd .agree input[type="radio"] {
    border: 1px solid #172E55;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.0);
}
.claimAdd .agree input[type="radio"]::before {
    width:13px;
    height: 13px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: block;
    content: "";
}
.claimAdd .agree input[type="radio"]:checked::before {background-color: #172E55;}
.claimAdd .hdrRadioGroup {padding: 10px 0;}
.claimAdd .hdrRadioGroup input[type="radio"]:checked + label {border-color: #172E55;}
.clamBtn.clamSub .cMbtn {
    margin-top: 10px;
    width: calc(50% - 20px);
}
.listView .paginShow .pagonArea {display: block;}
.clSrcHed {
    color: #000;
    font-size:18px;
    font-weight: 600;
    margin: 0 0 15px;
    display:block;
}

.claimBtn {
    color: #172E55;
    font-size:14px;
    font-weight:400;
    font-style:normal;
    line-height:normal;
    border-radius: 5px;
    border: 1px solid #F3F3F3;
    background: linear-gradient(180deg, #FFF 0%, #E0E0E0 100%);
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.10);
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    gap: 0 5px;
}
.claimArea .brokerSrcBox input::placeholder {
    color: #172E55;
    opacity: 1;
}
.claimArea .brokerSrcBox input::-ms-input-placeholder {color: #172E55;}
.claimFlx .featureRight {
    display: block;
    width: calc(74% - 30px);
    position: relative;
}
.claimTipiT {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    padding: 30px;
}
.claimTipiT .clCheHed {
    position: relative;
    margin: 0;
}
.claimTipiT .claimTip {
    width: 100%;
    padding-top: 10px;
}
.toggleBoxHed.hedCenter {justify-content: center;}
.currValu p,
.currValu h1,
.currValu span {
    margin: 0;
    display: block;
    text-align: center;
    color: #000;
}
.currValu {padding: 50px 10px 20px;}
.currValu p {
    font-size: 27px;
    font-weight: 600;
}
.currValu h1 {
    font-size: 48px;
    font-weight: 400;
}
.currValu span {
    font-size: 18px;
    font-style: italic;
    color: #A5A5A5;
}
.nearByNe {
    margin: 0;
    padding: 20px;
    list-style: none;
}
.nearByNe li {display: block;}
.nearByNe li a {
    color: #000;
    padding: 4px 0;
    display: block;
    font-size: 14px;
}
.tolTable table{
    width: 100%;
}
.tolTable table th,
.tolTable table td {
    color: #000;
    text-align: left;
    padding: 4px 20px 4px 0;
    font-size: 14px;
}
.tolTable table th:last-child,
.tolTable table td:last-child{
padding-right: 0
}
.tolTable table th {color: #172E55}
.tolTable {padding: 20px;}
.tolTable table th,
.tolTable table td {
    color: #000;
    text-align: left;
    font-size: 14px;
}

.claimLft.pTdTPad .featuredItem {margin-top: 20px;}

@media screen and (max-width: 1919px) {
    .claimRit {padding: 15px 15px 30px;}
    .claimAdd {width: calc(25% - 10px);}
    .claimAdd .filterTitle {
        padding-left: 34px;
        font-size: 13px;
    }
    .claimAdd .filterTitle svg {
        width: 18px;
        left: 8px;
    }
    .tolTable table th, .tolTable table td {text-align: center;}
    .currValu h1 {font-size: 35px;}
    .currValu p {font-size: 20px;}
    .currValu span {font-size: 14px;}
    .clamBtn {gap: 15px;}
}

@media screen and (max-width: 1666px) {
    .claimTip .checkList li {padding: 3px 0;}
    .claimTip .agree label {font-size: 14px;}
    .claimAdd {width: calc(50% - 10px);}
    .claimLft.pTdTPad .clAddHed {font-size: 16px}
    .claimTipiT {padding: 10px 15px;}
}
@media screen and (max-width: 1466px) {
    .currValu h1 {font-size: 30px;}
    .currValu p {font-size: 16px;}
    .currValu span {font-size: 12px;}
    .toggleBoxHed.hedCenter {justify-content: left;}
    .toggleBoxHed {font-size: 14px;}
}

@media screen and (max-width: 1350px) {
    .claimTip {
        width: calc(50% - 20px);
        padding-top: 10px;
    }
    .clCheHed {
        font-size: 18px;
        top: -7px;
    }
    .clAddHed {font-size: 18px;}
    .viewTop {flex-wrap: wrap;}
    .cMbtn {padding: 8px;}
}

@media screen and (max-width: 1200px) {
    .claimLft {width: 30%;}
    .claimRit {width: 67%;}
    .claimFlx .featureRight {width: calc(70% - 30px);}
}

@media screen and (max-width: 1023px) {
    .infotHed {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .claimLft {width: 44%;}
    .claimRit {width: 53%;}
    .claimTip {
        width: 100%;
        padding-top: 0;
    }
    .clCheHed {
        top: 0;
        position: inherit;
    }
    .claimAdd {
        width: 100%;
        padding-top: 10px;
    }
    .clamBtn.clamSub .cMbtn {
        margin-top: 0;
        width: 100%;
    }
    .claimFlx .featureRight {
        width: 100%;
        margin-top: 30px;
    }
    .claimFlx .featureRight .popFeaHeds::after {display: none;}
}

@media screen and (max-width: 1023px) {
    .claimLft,
    .claimRit {width: 100%;}
}

@media screen and (max-width: 767px) {
    .clSrcHed {font-size: 15px;}
    .claimArea .brokerSrcBox {
        display: flex;
        gap: 5px;
        margin: 10px 0 18px;
    }
    .tolTable {padding: 15px 10px;}
    .tolTable table th,
    .tolTable table td {
        padding: 4px 10px 4px 0;
        text-align: center;
        font-size: 12px;
    }
    .currValu p {
    font-size: 16px;
}
    .currValu h1 {
    font-size: 26px;
}
    .claimInput label {
    font-size: 14px;
}
    .claimInput .input-control {
    padding: 8px 15px;
}
}
@media screen and (max-width: 639px) {
    .claimArea .brokerSrcBox input {padding: 6px 15px;}
    .claimBtn {padding: 4px 10px;}
    .cMbtn {padding: 6px;}
    .claimInput .input-control {
    padding: 6px 15px;
}
}





