/* 
    2024년 5월 27일 미야디자인하우스 홍성민 대리 웹 모바일버전 리뉴얼
*/


/* Box Shadow */
.boxShadow{
    box-shadow: 4px 4px 16px 1px rgba(0,0,0,0.13);
    -webkit-box-shadow: 4px 4px 16px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 4px 4px 16px 1px rgba(0,0,0,0.13);
}

.titleHidden{
    text-indent: -999px;
    height: 0px;
}

/* 더보기 Arrow 스타일 */
.greenArrow{
    position: relative;
    left: 4px;
    display: inline-block;
    width: 8px;
    height: 13px;
}

.greenArrow img{
    width: 100%;
    height: 100%;
}

.blackArrow {
    display: inline-block;
    width: 8px;
    height: 15px;
}

.blackArrow img{
    width: 100%;
    height: 100%;
}


/* 공통 */
.addPadding{
    box-sizing: border-box;
    padding: 0 10px;
}

/* 상단 섹션 */
.topSection{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* 상단 섹션 박스들 */
.topSectionBox{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}  

.topSectionBox.green{
    width: 40.5%;
    background-color: #CBEFAE;
    height: 156.5px;
    order: 1;
}

.topSectionBox.snsBox{
    width: 40.5%;
    order: 2;
}

.topSectionBox.orange{
    background-color: #FFEAC0;

    display: flex;
	flex-direction: column;
    align-items: flex-end;
    order: 3;
}

.topSectionBox.blue{
    background-color: #E1EDFF;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    order: 4;
}

.topSectionBox h1{
    width: 100%;
    font-size: 19.5px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.topSectionBox p {
    width: 100%;
    font-size: 15px;
    word-spacing: 1.8px;
    padding: 10px 0 30px 0;
    position: relative;
    z-index: 2;
}

.topSectionBox.blue a, .topSectionBox.orange a{
    font-size: 14px;
    font-weight: 500;
    color: #569721;
}

.telNumber{
    margin: 8px 0 10px;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.innerList li {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

/* SNS 리스트 */

.snsList{
    margin-top: 4px;
}
.snsList li{
    width: auto;
    margin-bottom: 3px;
}

.snsList li a{
    background-color: #F4F4F4;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    padding: 5px 0;
}

.snsName{
    display: inline-block;
    width: 66%;
    text-align: left;
}

.snsIcons{
    display: inline-block;
    width: 30px;
    height: 30px;

    position: relative;
    left: 10px;
}

.snsIcons img{
    width: 100%;
    height: 100%;
}

/* 상단섹션 이미지 아이콘 */
.green .topSectionIcon{
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 70px;
    height: 70px;
    z-index: 1;
    opacity: 0.7;
}

:is(.orange, .blue) .topSectionIcon{
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
    z-index: 1;
    opacity: 0.7;
}

/* 공지사항 섹션 */
.noticeBox {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.noticeBoxTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.noticeBoxTop h1 {
    font-size: 19.5px;
    font-weight: 500;
}

.noticeBoxTop a {
    font-size: 14px;
    font-weight: 500;
    color: #569721;
}

/* 공지사항 리스트 */
.noticeList li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.noticeList li a, .noticeList li span{
    font-size: 16px;
}

.noticeList li a {
    color: #000;
}

.noticeList li span{
    color: #8F9CA9;
    font-weight: 400;
}

/* 성장인 포토 */
.photoSection{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

/* 성장인 포터 헤더 */
.photoHeader{
    text-align: center;
    margin: 20px 0 30px;
}

.photoHeader h1{
    font-size: 19.5px;
    font-weight: 500;
}

.photoHeader p{
    font-size: 16px;
    color: #66737F;
    margin-top: 8px;
}

.photoList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2%;
}

.photoList li{
    width: 49%;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.imgBoxSizing{
    width: 100%;
    height: 33vw;
}

.imgBoxSizing img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photoListContent{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.photoListContent a{
    font-size: 16px;
    color: #000;
}

.photoListContent span{
    font-size: 14px;
    color: #8F9CA9;
}

/* 더보기 버튼 */
.more_btn{
    margin: 20px 0 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #569721;
    text-align: center;

    border-radius: 5px;
    border: 1px solid #569721;

    width: 157px;
    padding: 10px 0;

    transition: all 0.3s ease-in-out;
}


/* 테블릿 시작 */
@media screen and (min-width: 480px) {
    /* 상단박스 */
    .topSectionBox.green, .topSectionBox.snsBox{
        width: 42%;
    } 
}



/* 미들사이즈 테블릿 */
@media screen and (min-width:768px) {
    /* 상단박스 */
    .topSectionBox{
        padding: 25px;
    }
    .topSectionBox.green, .topSectionBox.snsBox{
        width: 42.5%;
        height: 150px;
    }

    .topSectionBox.orange, 
    .topSectionBox.blue{
        width: 42.5%;
    }

    .green .topSectionIcon{
        width: 130px;
        height: 130px;
        right: 10px;
        bottom: 10px;
    }

    .telNumber {
        font-size: 26px;
    }
    
    /* 센터 SNS */
    .snsList {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 15px;
    }

    .snsList li a {
        width: 100px;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    
    /* 하단 포토박스 */
    .photoList li{
        width: 23.5%;
    }

    .snsName{
        width: auto;
    }

    .snsIcons{
        width: 55px;
        height: 55px;
        left: 0;
    }

    :is(.orange, .blue) .topSectionIcon {
        left: 15px;
        bottom: 15px;
    }

    .imgBoxSizing {
        height: 15vw;
    }
}


@media screen and (min-width: 1024px) {
    .topSectionBox.green, .topSectionBox.snsBox{
        width: 44%;
    }

    .topSectionBox.orange, 
    .topSectionBox.blue{
        width: 44%;
    }
    .topSectionBox.blue p{
        padding-bottom: 28px;
    }

    .snsList li a {
        width: 120px;
    }
}