body{
    font-family: "Noto Sans KR", "Malgun Gothic", "dotum", "arial", sans-serif;
}


/*----------반응형 글씨 크기---------------*/

div[class$=Area]{
    font-size: 14px;
}

@media (min-width: 576px){
    div[class$=Area]{
        font-size: 16px;
    }
}

@media (min-width: 768px){
    div[class$=Area]{
        font-size: 12px;
    }
}

@media (min-width: 992px){
    div[class$=Area]{
        font-size: 14px;
    }
}

@media (min-width: 1200px){
    div[class$=Area]{
        font-size: 16px;
    }
}


/*------------------ 빠른이동 영역------------------*/

.infoArea{
    background: url(../img/main/new/m_main_background.jpg) no-repeat;
    background-size: cover;
}

.infoArea .row{
    justify-content: center;
    padding: 30px 0 30px 0;
    margin: 0;
}


.infoBox{
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12);
    padding: 0;
}

.individualInfo{
    margin-bottom: 16px;
}

.infoBox > div{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 0 0.9375em 0 0.8125em;
}

.infoBox > div:nth-child(1){
    height: 45px;
    justify-content: center;
    padding: 0;
    cursor: default;
}

.infoBox > div:nth-child(1) > h5{
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.infoBox > div:nth-child(3){
    background: #f0f3fa;
}

.individualInfo > div:nth-child(1){
    background: #A76539;
}

.organizationInfo > div:nth-child(1){
    background: #AF5B23;
}

.infoBox > div > div{
    display: flex;
    align-items: center;
}

.infoBox > div > div > a {
    color: #575757;
}

.largeTitle{
    font-family: 'GmarketSansMedium';
    font-size: 1.5625em;
    font-weight: bold;
    line-height: 1.75rem;
    letter-spacing: -0.5px;
}

.midTitle{
    font-family: 'GmarketSansMedium';
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.75rem;
    letter-spacing: -0.5px;
    margin-top: 6px;
    margin-right: 0.9375em;
}

.individualInfo .midTitle{
    color: #7A664A;
}

.organizationInfo .midTitle{
    color: #A76539;
}

.infoArea .info{
    line-height: 1.75rem;
    font-size: 0.875em;
}

.infoArea .calendarIcon{
    order: 1;
    object-fit: contain;
    width: 1em;
    height: 1em;
    margin-left: 2em;
    cursor: pointer;
}

.infoArea .goButton{
    width: 0.5625em;
    height: 1.0625em;
    background: url(../img/main/new/m_go_button.png) no-repeat;
    background-size: 100%;
}


@media (min-width: 768px){

    .infoArea{
        background-image: url(.../img/main/new/main_background.jpg);
    }

    .infoArea .row{
        padding: 75px 0 75px 0;
    }

    .individualInfo, .organizationInfo{
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .individualInfo{
        margin-bottom: 0;
        margin-right: 1.8em;
    }

    .infoBox > div{
        padding: 0 1em;
    }

    .infoBox > div:nth-child(1){
        height: 80px;
    }

    .largeTitle{
        font-size: 1.8em;
    }

    .midTitle{
        font-size: 1.5em;
        margin-right: 0;
    }

    .infoArea .info{
        font-size: 1em;
    }

    .infoArea .calendarIcon{
        order: 0;
        margin: 0 1em;
    }

    .infoArea .goButton{
        width: 1.5em;
        height: 1.5em;
        background: url(.../img/main/new/go_button.png) no-repeat;
        background-size: 100%;
    }
}


/* ---------------- 원형 아이콘 영역 --------------------*/

.circleArea{
    background: #577B94;
    line-height: 1.75rem;
    letter-spacing: -0.5px;
}

.circleArea > div > .row{
    justify-content: center;

}

.circleArea .secondGroup{
    height: 170px;
}

.circleArea .secondGroup:nth-child(1){
    padding: 38px 0 14.5px 0;
}

.circleArea .secondGroup:nth-child(2){
    padding: 14.5px 0 38px 0;
}

.circleArea .linkBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.circleArea .circleIcon{
    background: white no-repeat center;
    background-size: 60%;
    width: 5.375em;
    padding-top: 5.375em;
    height: 0;
    border-radius: 50%;
    transition: box-shadow 0.3s, transform 0.3s;
}

.circleArea .circleIcon:hover{
    box-shadow: 0 20px 20px -20px rgb(0 0 0 / 70%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.circleArea .circleLabel{
    color: white;
    font-weight: 400;
    font-size: 0.875em;
    margin-top: 0.625em;
}


@media (min-width: 768px){

    .circleArea > div > .row{
        justify-content: center;
        margin: 0;
    }

    .circleArea .secondGroup{
        margin: 0;
    }

    .circleArea .secondGroup:nth-child(1){
        padding: 0;
    }

    .circleArea .secondGroup:nth-child(2){
        padding: 0;
    }

    .circleArea .circleLabel{
        font-size: 1em;
        margin-top: 0.875em;
    }
}


/* ---------------- 게시판 영역 --------------------*/

.boardArea{
    line-height: 1.75rem;
    letter-spacing: -0.5px;
}

.boardArea > div > .row{
    justify-content: space-between;
    margin-top: 38px;
    padding: 0 1.25em;
}

.boardArea .boardBox{
    margin-bottom: 38px;
    padding: 0;
}

.boardArea .boardHeader{
    height: 40px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3125em;
}

.boardArea .boardHeader > h5{
    font-size: 1.26em;
    font-weight: bold;
    color: #202020;
    border-bottom: 2px solid #829dac;
    margin: 0;
}

/* 이전
.boardArea .boardHeader > span{
    font-size: 1.4375em;
    font-weight: bold;
    color: #202020;
    border-bottom: 2px solid #829dac;
}
*/
.boardArea .plusButton{
    background: url(.../img/main/new/plus_button.png) no-repeat;
    background-size: 100%;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;

}

.boardArea .boardContent{
    list-style: none;
    margin: 0;
    padding: 0;
}

.boardArea .boardRow{
    display: flex;
    justify-content: space-between;
    margin-top: 0.625em
}

.boardArea .boardTitle{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 1em;
}

.boardArea .boardTitle > a{
    color: #202020;
}

.boardArea .boardRight{
    flex-grow: 0;
    flex-shrink: 0;
    color: #6E6E6E;
    display: flex;
    align-items: center;
}

.boardArea .boardDate {
    font-size: 0.9em;
}

/* 이전
.boardArea .boardDate {
    font-size: 0.7625em;
}
*/
.boardArea .newIcon{
    visibility: hidden;
    background: url(.../img/main/new/new_icon.png) no-repeat;
    background-size: 100%;
    width: 0.8125em;
    height: 0.8125em;
    margin-right: 1em;
}


@media (min-width: 768px){
    .boardArea > div > .row{
        justify-content: space-between;
        margin-top: 38px;
        padding: 0 1.25em;
    }

    .boardArea .boardBox{
        padding-right: 1.25em;
    }

    .boardArea .boardBox:nth-child(3){
        padding-right: 0;
    }

    .boardArea .newIcon{
        width: 1.25em;
        height: 1.25em;
    }
}

.main-margin-right{
    margin-right: 6px;
}

#main-colgroup1 col:nth-child(1){
    width: 25%;
}
#main-colgroup1 col:nth-child(2){
    width: 10%;
}
#main-colgroup1 col:nth-child(3){
    width: 40%;
}
#main-colgroup1 col:nth-child(4){
    width: 25%;
}
#main-colgroup2 col:nth-child(1){
    width: 10%;
}
#main-colgroup2 col:nth-child(2){
    width: 10%;
}
#main-colgroup2 col:nth-child(3){
    width: 25%;
}
#main-colgroup2 col:nth-child(4){
    width: 15%;
}
#main-colgroup2 col:nth-child(5){
    width: 20%;
}
#main-colgroup2 col:nth-child(6){
    width: 20%;
}