@charset "utf-8";

/* 내용관리 */
#ctt {
    background: #fff;
}

.ctt_admin {
    text-align: right
}


#ctt header h1 {
    text-align: center;
    color: #fff;
    font-size: 34px;
}

#ctt_con {
    width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 1.6em
}

section.main_bompany {
    padding: 150px 0;
}

.about,
.project,
.gallery,
.category,
.info {
    margin: auto;
}

/* .section-title {
    text-align: center;
    font: normal normal bold 50px/72px Source Han Sans KR;
    letter-spacing: 0px;
    color: #0284DA;
    padding: 15px 0;
    position: relative;
    margin-bottom: 30px;
}

.section-title::before {
    content: "";
    width: 66px;
    border: 3px solid #0284DA;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.tabnav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
    margin-bottom: 50px;
}

.tabnav li a {
    display: block;
    border: 1px solid #ddd;
    padding: 30px 0;
    font-size: 15px;
    text-align: center;
    border-bottom: 5px solid #707070;
}

.tabnav li a.active {
    border-bottom: 5px solid #972C3A;
}

.tabcontent {
    padding: 10px 0;
}

.tab01_img img {
    display: block;
    width: 100%;
}
.tab01_text{
    padding: 30px 0;
}
#tab01 p {
    font-size: 15px;
    line-height: 200%;
    text-align: center;
}

#tab01 p span {
    font-size: 30px;
    color: #972C3A;
    font-weight: 800;
}

#tab01 p.ceo {
    font-size: 20px;
    font-weight: 900;
    text-align: right;
}

#tab01 p.ceo-name {
    font-size: 35px;
    font-weight: 900;
    text-align: right;
}

#map {
    margin-bottom: 50px;
}

#tab02 ul {
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#tab02 ul li {
    padding: 10px 0;
    font-size: 20px;
}


@media all and (min-width:1181px) {}

@media all and (min-width:768px) and (max-width:1180px) {
    #ctt_con{
        width: 100%;
    }
    .tabnav{
        grid-template-columns: 1fr;
    }
}

@media all and (max-width:767px) {
    #ctt_con{
        width: 100%;
    }
    .tabnav{
        grid-template-columns: 1fr;
    }
}
