@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

.container_1300{width: 1300px; margin: 0 auto;  font-family: 'Noto Sans KR';}

/* ---------------조직css-------------------- */

#wrap{
    margin-top: 120px;font-family: 'Noto Sans KR', sans-serif; font-size: 1em;
}
.main_img{
    background-image: url(../../../img/about_main_img.png);
    background-repeat: no-repeat;
    background-position: center;
    height:  300px;
    position: relative;
    
    
    
}
h2{
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}
.main_txt{
    color: #fff;
    font-size:1.2em;
    padding-top: 100px;
}
.main_txt p{
    margin-bottom: 10px;
}
.main_txt span{
    font-size: 2em;
    font-weight: 500;
}
.side_menu{
    width: 18%;
    margin-right: 7%;
    
}
.side_menu_ul{
    border: 1px solid #dcdcdc;
    border-top: 2px solid #f88c00;
}
.side_menu_ul li{
    
    border-bottom: 1px solid #dcdcdc;
    font-size: 1.2em;
}
.side_menu_ul li a{
    padding: 18px 20px;
    display: block;
}
.side_menu_ul li:last-child{
    border-bottom: none;
}

.side_menu_ul li a:hover{
    background: #f88c00;
    color: #fff;
}
.con_index{
    display: flex;
    flex-direction: row;
    
    margin-top: 70px; 
}
.contents{
    width: 75%;
}
.title{
    border-bottom: 2px solid #dcdcdc;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}


.map{
    color: #666666;
    font-size: 1.1em;
}
.map i{
 padding-right: 5px;   
}
.group_logo_img{
    width: 100%;
    text-align: center;
    border: 1px solid #dcdcdc;
    padding: 15px 0;
    
    border-radius: 5px;
   
}
.group_logo{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative;
    padding-bottom: 120px;
}

.group_logo::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(../../../img/group_line.png) no-repeat center center / contain;
    height: 120px;
}
.group_main_box1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    
}
.group_line_area{
    width: 100%;
    padding-bottom: 300px;
    position: relative;
}
.group_line_area::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(../../../img/group_line2.png) no-repeat center center / contain;
    height: 133px;
}
.group_main_box1>li{
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    
    font-size: 1.5em;
    color: #fff;
    width: 30%;
    text-align: center;
}
.group_dropdown{
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 0;
}

.group_dropdown>li{
    width: 100%;
    color: #000;
    text-align: left;
    line-height: 29px;
    font-size: 0.9em;
    padding-left: 5%;

}
.group_dropdown>li>p::before{
    background-color: #000;
    display: inline-block;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    content: '';
    margin-right: 5px;
    vertical-align: 2px;
}
.groupmainbox{
    background-color: #eb6e1e;
    height: 50px;
    width: 220px;
    line-height: 50px;
}

.group_main_box2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width:100%;
    height: 350px;
    margin: 0 auto;
    word-break: keep-all;
    
}
.groupmainbox2{
    background-color: #fa9700;
    height: 50px;
    line-height: 50px;
}
.group_main_box2>li{
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    
    font-size: 1.3em;
    color: #fff;
    width: 23%;
    text-align: center;
}
.group_dropdown>li>p{
    word-break: keep-all;
}



/* ----------------반응형-------------------- */

@media screen and (max-width:1024px){
    #wrap{margin-top: 70px;}
    .side_menu{
        display: none;
    }
    .contents {
        width: 100%;
    }
    .main_img{
        height: 250px;
    }
    .main_txt span{
        font-size: 1.6em;
    }
    .main_txt{
        padding-top: 80px;
    }
}
@media screen and (max-width:800px){
    .group_logo{
        padding-bottom: 82px;
    }
    .group_logo::after{
        height: 82px;
    }
    .group_line_area{
        padding-bottom: 268px;

    }
    .group_line_area::after{
        height: 100px;
    }

}
@media screen and (max-width:768px){
    .main_img{
        height: 180px;
    }
    .main_txt{
        padding-top: 50px;
     }
   
    .group_dropdown{
        display: none;
    }
    
    .group_main_box2{
        flex-direction: column;
        justify-content:flex-start;
        width: 50%;
        height: 300px;
    }
    .group_main_box2>li{
        width: 100%;
        margin-bottom: 5px;
    }
    .group_main_box1>li{
        width: 32%;
    }
   
    .group_line_area{
        padding-bottom: 100px;
    }
    .group_line_area::after{
        background: url(../../../img/m_group_line.png);
        width: 1px;
        left: 50%;
    }
    


    
}
@media screen and (max-width:540px){
    .group_logo::after{
        background: none;
    }
    .group_logo{
        padding-bottom: 50px;
    }
    .group_main_box1{
        width: 100%;
    }
}
@media screen and (max-width:500px){
    .group_main_box1>li{
        font-size: 1.3em;
    }
}
@media screen and (max-width:419px){
    .main_txt span{
        font-size: 1.2em;
    }
}


.ctt_admin{display: none !important;}