@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: 100px 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;
    }
}


ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 100%;
    font-family:"dotum";
    font-size:12px;
}
ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:82px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #eee;
    border-left: none;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;
    position: relative;
}
ul.tabs li.active {
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.tab_container {
    border: 1px solid #eee;
    border-top: none;
    clear: both;
    float: left;
    width: 248px;
    background: #FFFFFF;
}
.tab_content {
    padding: 5px;
    font-size: 12px;
    display: none;
}
.tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container .tab_content ul li {
    padding:5px;
    list-style:none
}
;
 #container {
    width: 249px;
    margin: 0 auto;
}
/*------------------------------------------------*/
#ctt_con{padding:0;}
._pg .cate{ width:100%; display:flex; justify-content:space-between; align-items:center;}
._pg .cate>li {position:relative; width: 100%; }
._pg .cate a { display:block; width:100%; padding:1.23rem 2rem; text-align:center; border:0px; border-bottom: 0.35rem solid #8e8e8e; color: #333; font-size: 1.3em;}
._pg .cate a._on { z-index:2; background:transparent; color:#333; font-weight:bold; border: 0px solid #ddd; border-bottom: 0.35rem solid #972C3A;}
._pg .cate  a:after {content: ""; position: absolute; top:0; left:0; width:0.06rem; height:calc(100% - 0.35rem); background-color:#ddd;}
._pg .cate>li:first-child a:after{width:0;}