/*************************************  banner *************************************/

.banner {
    position: relative;
    padding-top: 60px;
    margin-bottom: 30px;

}

.banner .bigLeftArrowWhite,
.banner .bigRightArrowWhite {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    cursor: pointer;
    width: 11px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    /*    border:1px solid red;*/
}

.banner .bigLeftArrowWhite {
    background-image: url(../img/icons/bigLeftArrowWhiteM.svg);
}

.banner .bigRightArrowWhite {
    background-image: url(../img/icons/bigRightArrowWhiteM.svg);
}



.banner .bigLeftArrowWhite {
    left: 15px;
}

.banner .bigRightArrowWhite {
    right: 15px;
}

.banner .bigLeftArrowWhite:hover,
.banner .bigRightArrowWhite:hover {
    opacity: 0.7;
}

.banner div img {
    width: 100%;
}


/*************************************  articles *************************************/
.articles {

    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}


.articles a .oneArticle {
    color: black;
    background-color: #fff;
    margin-bottom: 15px;
}

.articles a:hover .oneArticle {
    background-color: #FAF8F5;
}



.articles a .oneArticle .imgArea {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center center;
}



.articles a .oneArticle .textArea {
    padding: 15px;
}


.articles a .oneArticle h5 {
    color: black;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



.articles a .oneArticle .textArea .myDetail {
    color: black;
    font-size: 18px;
    line-height: 32px;
    font-weight: lighter;
    color: #727272;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}



.articles a .oneArticle .date {
    color: #727272;
    margin-bottom: 0px;
    font-size: 14px;
}



/*************************************  otherService *************************************/

.otherServiceContainer {

    padding-bottom: 30px;
    border-top: 1px solid #c4c4c4;
}

.otherServiceContainer .oneService {
    border-bottom: 1px solid #c4c4c4;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.otherServiceContainer .oneService:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}



.otherServiceContainer .oneService:hover {
    background-color: #FAF8F5;
}

.otherServiceContainer .oneService p {
    margin-bottom: 0px;
}


/*************************************  greyArea *************************************/

.greyArea {
    background-color: #FAF8F5;
    padding-bottom:60px;
}

.greyArea .whiteBox {
    padding-top: 60px;
    padding-bottom: 30px;
    /*
    padding-left:0px;
    padding-right: 0px;
*/

    background-color: #fff;
    border-radius: 4px;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, .1));
    margin-bottom: 60px;
}

.myDelete {
    color: #727272;
    cursor: pointer;
    display: inline-block;
}

.myDelete:hover {
    opacity: 0.7;
}

.myDelete:before {
    content: url(../img/icons/trash.svg);
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}

a .myBtn.searchServiceBtn {
    margin-bottom: 30px;
    line-height: 2;
    font-size: 15px;
    background-color: #000;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
}

a:hover .myBtn.searchServiceBtn {
    opacity: 1;
    background-color: #727272;
}



.hideArea {
    margin-top: 30px;
    display: none;
    border-top: 1px solid #C4C4C4;
    padding-top: 30px;
    padding-bottom: 30px;

}


.serviceForYou {}


.serviceForYou .oneService {
    border-top: 1px solid #c4c4c4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.serviceForYou .oneService:last-child {
    padding-bottom: 0px;
}

.serviceForYou .oneService p {
    margin-bottom: 0px;
}


.iconThree {}

.iconThree .oneIcon {
    width: 61px;
    height: 61px;
    background-size: contain;
    display: inline-block;
    margin: 0 5px;
}

.iconThree .oneIcon:hover {
    opacity: 1;
}


.iconThree .lineCircle {
    background-image: url(../img/icons/lineCircle.svg);
}

.iconThree .lineCircle:hover {
    background-image: url(../img/icons/lineCircleOver.svg);
}


.iconThree .emailCircle {
    background-image: url(../img/icons/emailCircle.svg);
}

.iconThree .emailCircle:hover {
    background-image: url(../img/icons/emailCircleOver.svg);
}

.iconThree .phoneCircle {
    background-image: url(../img/icons/phoneCircle.svg);
}

.iconThree .phoneCircle:hover{
    background-image: url(../img/icons/phoneCircleOver.svg);
}

