@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;}
/* ---------------비전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;
    
    
    
}
p{
    word-break: keep-all;
}
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;   
}

.font_bold{
    font-size: 2.3em;
    font-weight: 500;
    padding: 0 0 1% 0;
    margin-bottom: 4%;
    line-height: 1.3em;
    word-break: keep-all;
  
}
.index_title{
    text-align: center;
}
.underline{
    font-size: 1.4em;
    position: relative;
    display: inline;
 }
 .underline::before{
     content: '';
     background: #fa9700;
     height: 7px;
     width: 100%;
     display: inline-block;
     position: absolute;
     left: 0;
     bottom: 2px;
     z-index: -1;
 }
 .contents_index{
    padding: 40px 0;
    
    margin-bottom: 8%;
}
.contents_index_txt{
    background-image: url(../../../img/vision_bg.png);
    background-repeat: no-repeat;
    background-position:69% 47%;
    
}
.contents_index_txt ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
   
}

.contents_index_txt ul li{
    font-size: 1.3em;
    text-align: center;
    width: 21.25%;
    margin-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.contents_index_txt ul li>p{
    word-break: keep-all;
}
.contents_index_txt ul li:last-child{
    margin-right: 0;
}

i.fa-angle-double-right{
    display: none;
}

.vision_img{
    margin-bottom: 2%;
}

.vision_arrow{
    color: #fa9700;
    padding: 10px;
}
.vision_arrow_right{
    display: none;
    color: #fa9700;
    padding: 10px;
}

.gray_bg{
    background: #fafafa;
    font-weight: 500;
}
.gray_bg_excep{
    padding: 16px 30px;
    height: 100px;
    font-weight: 500;
    background: #fafafa;
    
}
.vision_img_excep{
    margin-bottom: 18%;
}
.vision_sub_txt_excep{
    margin-bottom: 7%;
}

.vision_row_table{
    width: 100%;
    border-top: 1px solid #fa9700;
    font-size: 1.2em;
    margin-bottom: 8%;
   
}
.row_table_1 ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 5%;
   
    
}


.row_table_2 ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: #fafafa;
    padding: 5%;
   
}
.row_table_2 ul li p{
    word-break: keep-all;
}
.row_table_img{
    margin-right: 5%;

}
.orange_bold_txt{
    color: #fa9700;
    font-size: 1.4em;
    margin-bottom: 2%;
    font-weight: 500;
}

/* --------------반응형--------------------- */
@media screen and (max-width:1199px){
    .font_bold {
        font-size: 2em;
    }
}
@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:768px){
    .main_img{
        height: 180px;
    }
    .main_txt{
        padding-top: 50px;
     }
    
    .contents_index_txt{
        background: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
      
    }
    .contents_index_txt ul{
        flex-direction: column;
        align-items: stretch;
    }
    .contents_index_txt ul li{
        width: 100%;
        flex-direction: column;
        align-items: center;
        height: 18%;
    }
    i.fa-angle-double-down{
        display: none;
    }
    i.fa-angle-double-right{
        display: block;
    }
    ul.vision_icon_only{
        display: none;
    }
    .row_table_img{
        display: none;
    }
    .contents_index_txt ul li{
        background: #fafafa;
        height: 80px;
        margin-bottom: 10px;
    }
  
}
@media screen and (max-width:500px){
    .contents_index_txt ul li{
        font-size: 1.2em;
    }
    .contents_index_txt .padding-left>li{
        padding-left: 20px;
    }
    .contents_index_txt .padding-right>li{
        padding-right: 20px;
    }
}
@media screen and (max-width:419px){
    .main_txt span{
        font-size: 1.2em;
    }
}

.ctt_admin{display: none !important;}