@charset "utf-8";

/* 경기천년제목 */
@font-face {
    font-family: 'GyeonggiTitleM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiTitleM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 나눔고딕 */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 나눔스퀘어 */
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

.mT25 {margin-top:25px;}
.mT35 {margin-top:35px;}
.mT40 {margin-top:40px;}
.mT60 {margin-top:60px;}
.mT80 {margin-top:80px;}

@media (min-width:1500px) {

    .corporation3 {width:1250px; margin:0 auto; margin-bottom:100px;}
    .corporation3 .cpr_T {font-size: 30px; letter-spacing: -0.59px; font-family: 'GyeonggiTitleM';}
    .corporation3 .cpr_T::before {content: ''; display: inline-block; width: 8px; height: 36px; border-radius: 4px; background-color: #436690; margin-right: 6px; position: relative; top: 10px;}

}

@media (max-width:1499px) and (min-width:1100px) {

    .corporation3 {width:96%; margin:0 auto; margin-bottom:100px;}
    .corporation3 img {width:100%;}
    .corporation3 .cpr_T {font-size: 30px; letter-spacing: -0.59px; font-family: 'GyeonggiTitleM';}
    .corporation3 .cpr_T::before {content: ''; display: inline-block; width: 8px; height: 36px; border-radius: 4px; background-color: #436690; margin-right: 6px; position: relative; top: 10px;}

}

@media (max-width:1099px) and (min-width:780px) {
    .corporation3 {width:96%; margin:0 auto; margin-bottom:100px;}
    .corporation3 img {width:100%;}
    .corporation3 .cpr_T {font-size: 26px; letter-spacing: -0.59px; font-family: 'GyeonggiTitleM';}
    .corporation3 .cpr_T::before {content: ''; display: inline-block; width: 8px; height: 36px; border-radius: 4px; background-color: #436690; margin-right: 6px; position: relative; top: 10px;}

}

@media (max-width:779px) {
    .corporation3 {width:96%; margin:0 auto; margin-bottom:100px;}
    .corporation3 img {width:100%;}
    .corporation3 .cpr_T {font-size:22px; letter-spacing: -0.59px; font-family: 'GyeonggiTitleM';}
    .corporation3 .cpr_T::before {content: ''; display: inline-block; width: 8px; height: 36px; border-radius: 4px; background-color: #436690; margin-right: 6px; position: relative; top: 10px;}

}

/* 추가 */
@media (max-width:500px) {
 
}