@charset "utf-8";


.header.active .head-page .item.sellings_item span {
    color: #939393;
}

.sellings_pg01 .conents_lists .img{
    width: 50%;
    justify-content: center;
    align-items: center;
}
.sellings_pg01 .conents_lists .texts{
    width: 40%;
}
.sellings_pg01 .conents_lists .texts .tit{
    margin: 20px 0 30px;
}
.sellings_pg01 .conents_lists .texts .con span{
    color: #7ba9be;
}
.sellings_pg01 .nav_lists .item{
    width: 23.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 0 5%;
    box-sizing: border-box; */
    text-align: center;
}
.sellings_pg01 .nav_lists .icon{
    border: 5px solid #99bcce;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.sellings_pg01 .nav_lists .icon img{
    display: block;
    max-width: 65%;
    max-height: 65%;
}
.sellings_pg01 .nav_lists .tit{
    font-weight: 600;
    color: #99bcce;
}
.sellings_pg02 {
    background: #f1f6f8;
}
.sellings_pg02 .lists {
    position: relative;
}
.sellings_pg02 .lists .box{
    max-width: 437px;
    width: 37%;
}
.sellings_pg02 .item {
    position: absolute;
    max-height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}
.sellings_pg02 .item::after{
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    background: #a5ada2;
    position: absolute;
    top: 32px;
}
.sellings_pg02 .item:nth-child(2n-1){
    left: 0;
    align-items: flex-start;
}
.sellings_pg02 .item:nth-child(2n-1)::after{
    left: calc(65px + 15%);
}
.sellings_pg02 .item:nth-child(2n){
    right: 0;
    align-items: flex-end;
}
.sellings_pg02 .item:nth-child(2n)::after{
    right: calc(65px + 15%);
}
.sellings_pg02 .item:nth-child(1),.sellings_pg02 .item:nth-child(2){
    top: 10%;
}
.sellings_pg02 .item:nth-child(3),.sellings_pg02 .item:nth-child(4){
    top: 50%;
    transform: translateY(-50%);
}
.sellings_pg02 .item:nth-child(5),.sellings_pg02 .item:nth-child(6){
    bottom: 10%;
}
.sellings_pg02 .item:nth-child(3){
    padding-left: 5%;
    box-sizing: border-box;
}
.sellings_pg02 .item:nth-child(3)::after{
    left: calc(65px + 28%);
}
.sellings_pg02 .item:nth-child(4){
    padding-right: 5%;
    box-sizing: border-box;
}
.sellings_pg02 .item:nth-child(4)::after{
    right: calc(65px + 28%);
}
.sellings_pg02 .item .icon{
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}
.sellings_pg02 .item .icon img{
    display: block;
    transition: all .4s;
}
.sellings_pg02 .item .text{
    font-weight: 600;
    color: #99bcce;
}
.sellings_pg02 .item .icon:hover img{
    transform: scale(1.08);
}
.sellings_pg03 .more_btn{
    padding: 0 25px;
    box-sizing: border-box;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7ba9be;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    width: 18.5%;
    margin-right: 1.875%;
    box-shadow: 0 3px 10px 1px #eee;
}
.sellings_pg03 .more_btn:nth-child(5n){
    margin-right: 0;
}
.sellings_pg03 .more_btn::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #7ba9be;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.sellings_pg03 .more_btn:hover{
    color: #fff;
}
.sellings_pg03 .more_btn:hover::after {
    width: 100%;
}
.sellings_detail_pg01 {
    background: #f1f6f8;
}
.sellings_detail_pg01 .texts{
    width: 45%;
}
.sellings_detail_pg01 .texts .tit {
    line-height: 1.2;
    margin-top: 20px;
}
.sellings_detail_pg01 .img{
    border: 5px solid #477589;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    border-radius: 50%;
}
.sellings_detail_pg01 .img img{
    display: block;
    max-width: 65%;
    max-height: 65%;
}
.sellings_detail_pg02 .title_line{
    width: 80px;
    height: 5px;
    background: #477589;
    margin-bottom: 25px;
}
.sellings_detail_pg02 .title_tit{
    color: #354a53;
}

.sellings_detail_pg02 .texts{
    width: 47%;
}
.sellings_detail_pg02 .texts .con p{
    margin-bottom: 22px;
}
.sellings_detail_pg02 .texts .con p:last-child{
    margin-bottom: 0;
}
.sellings_detail_pg02 .imgs{
    width: 47%;
}
.sellings_detail_pg02 .img{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fbfc;
    margin-bottom: 15px;
    padding: 15px;
    box-sizing: border-box;
    height: 280px;
}
.sellings_detail_pg02 .img:last-child{
    margin-bottom: 0;
}
.sellings_detail_pg02 .imgs img{
    display: block;
    max-height: 100%;
}
@media only screen and (max-width:1200px) {
    .sellings_pg02 .lists .box{
        width: 32%;
    }
    .sellings_pg02 .item::after{
        width: 45%;
    }

    .sellings_detail_pg01 .img{
        width: 220px;
        height: 220px;
    }
}
@media only screen and (max-width:1043px) {
    .sellings_pg01 .nav_lists .icon {
        border: 3px solid #99bcce;
        width: 94px;
        height: 94px;
    }
    .sellings_detail_pg01 .img {
        width: 205px;
        height: 205px;
    }
}
@media only screen and (max-width:960px) {
    .sellings_pg02 .item .icon {
        width: 60px;
    }
    .sellings_detail_pg01 .img {
        width: 180px;
        height: 180px;
    }
}
@media only screen and (max-width:768px) {
    .sellings_pg01 .conents_lists .texts .tit {
        margin: 5px 0 15px;
    }
    .sellings_pg01 .conents_lists .texts {
        width: 100%;
    }
    .sellings_pg01 .conents_lists .img{
        width: 100%;
        margin-top: 25px;
    }
    .sellings_pg01 .nav_lists .item {
        width: 48%;
        margin-bottom: 20px;
    }
    .sellings_pg01 .nav_lists .icon {
        border: 2px solid #99bcce;
        width: 78px;
        height: 78px;
    }
    .sellings_pg02 .items {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-top: 15px;
    }
    .sellings_pg02 .item {
        position: initial;
        max-height: 30%;
        width: 48%;
        margin-right: 4%;
        margin-top: 20px;
    }
    .sellings_pg02 .item:nth-child(2n){
        margin-right: 0;
    }
    .sellings_pg02 .item::after{
        display: none;
    }
    .sellings_pg02 .item:nth-child(3), .sellings_pg02 .item:nth-child(4) {
        transform: initial;
        padding: 0;
    }
    .sellings_pg02 .item:nth-child(2n) {
        align-items: center;
    }
    .sellings_pg02 .item:nth-child(2n-1) {
        align-items: center;
    }
    .sellings_pg02 .item .text{
        text-align: center;
    }
    .sellings_pg02 .lists .box {
        width: 60%;
    }
    .sellings_pg02 .item .icon {
        width: 55px;
    }
    .sellings_detail_pg01 .texts {
        width: 100%;
    }
    .sellings_detail_pg01 .img {
        width: 95px;
        height: 95px;
        margin: 20px auto 0;
        border: 3px solid #477589;
    }
    .sellings_pg01 .nav_lists .icon img {
        max-width: 58%;
        max-height: 52%;
    }
    .sellings_detail_pg01 .img img {
        max-width: 55%;
        max-height: 55%;
    }
    .sellings_detail_pg02 .img{
        height: auto;
    }
    .sellings_detail_pg02 .title_line {
        width: 42px;
        height: 3px;
        margin-bottom: 15px;
    }
    .sellings_detail_pg02 .texts {
        width: 100%;
    }
    .sellings_detail_pg02 .imgs {
        width: 100%;
    }
}