#page_company_greeting .container.content{
    padding-top: 70px;
}
#page_company_greeting .container.content .box{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#page_company_greeting .container.content .box.b1{
    align-items: center;
    margin-bottom: 93px;
    width: fit-content;
}
#page_company_greeting .container.content .box .img-contopia{
    height: 168px;
    object-fit: contain;
}
#page_company_greeting .container.content .box.b1 .col-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 36px;
}
#page_company_greeting .container.content .box.b1 .col-group .col{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.6em 0;
    background: #0025e8;
    border-radius: 3em;
    color: #fff;
    font-weight: 800;
    
}
#page_company_greeting .container.content .box.b2{
    width: fit-content;
}
#page_company_greeting .container.content .box.b2 .text.t1{
    font-weight: 700;
    margin-bottom: 45px;
    word-break: break-all;
}
#page_company_greeting .container.content .box.b2 .text{
    font-weight: 500;
    display: block;
    line-height: 1.5em;

    
}
#page_company_greeting .container.content .box.b2 .highlight{
    min-width: fit-content;
}
#page_company_greeting .container.content .box.b2 .text.t2{
    margin-bottom: 1.5em;
}

#page_company_greeting .container.content .box.b2 .text.t5{
    margin-bottom: 1.5em;
}



/** S : 해상도 분기 - 1 :: 기기의 가로 기준 해상도 */

/* 모바일 + 태블릿 */
@media (max-width: 1199px){
}

/* 모바일 - 저해상도, 구형 스마트폰 */
@media (max-width: 359px){
}

/* 모바일 - 일반 */
@media (min-width: 360px) and (max-width: 767px){
}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1199px){
}

/* PC - 일반 (기본 베이스) */
@media (min-width: 1200px) {
}

/* PC - 2k (qhd 기준 2560px * 1440px) */
@media (min-width: 2400px) {
}

/* PC - 4k (uhd 기준 3840px * 2160px)*/
@media (min-width: 3000px) {
}

/** E : 해상도 분기 - 1 :: 기기의 가로 기준 해상도 */


/** S : 해상도 분기 - 2 :: 기기의 가로/세로 해상도, 화면 방향 기준 */

/* 모바일 + 태블릿 */
@media (max-width: 1199px), (orientation: portrait), (min-width: 3841px), (min-height: 2161px) { 

}

/* 모바일 - 일반 (기본 베이스) */
@media (min-width: 1px) and (max-width: 767px) {

    #page_company_greeting .container.content .box.b1 .col-group{
        gap: 12px;
    }
    #page_company_greeting .container.content .box.b1{
        margin-bottom: 50px;
    }
    #page_company_greeting .container.content .box .img-contopia{
        height: 69px;
        margin-bottom: 11px;
    }
    #page_company_greeting .container.content .box.b2 .text.t1{
        margin-bottom: 28px;
    }

}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1199px), (min-width: 768px) and (orientation: portrait), (min-width: 3841px), (min-height: 2161px) { 

    #page_company_greeting .container.content .box.b1 .col-group{
        gap: 24px;
    }
    #page_company_greeting .container.content .box.b1{
        margin-bottom: 80px;
    }
    #page_company_greeting .container.content .box .img-contopia{
        height: 130px;
        margin-bottom: 23px;
    }
    #page_company_greeting .container.content .box.b2 .text.t1{
        margin-bottom: 45spx;
    }


}

/* PC - 일반 (기본 베이스) */
@media (min-width: 1200px) and (orientation: landscape) and (max-width: 3840px) and (max-height: 2160px) {
}

/* PC - 2k (qhd 기준 2560px * 1440px) */
@media (min-width: 2400px) and (orientation: landscape) and (max-width: 3840px) and (max-height: 2160px) {
}

/* PC - 4k (uhd 기준 3840px * 2160px)*/
@media (min-width: 3000px) and (orientation: landscape) and (max-width: 3840px) and (max-height: 2160px) {
}

/** E : 해상도 분기 - 2 :: 기기의 가로/세로 해상도, 화면 방향 기준 */


/* 
폰트사이즈

기본(일반)
PC : 16px
태블릿 : 15px
모바일 : 15px

글 리스트 제목
PC : 20px
태블릿 : 18px
모바일 : 16px

글 리스트 부제목
PC : 16px
태블릿 : 15px
모바일 : 15px

글 리스트 날짜, 태그
PC : 14px
태블릿 : 14px
모바일 : 14px

*/