@charset "utf-8";

/* 내용관리 */
#ctt {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;}
#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;   
}

.font_bold{
    font-size: 2em;
    font-weight: 500;
    padding: 1% 0;
    margin-bottom: 4%;
  
}

.sub_index{
    word-break: keep-all;
    font-size: 1.2em;
    margin-bottom: 5%;
}

.contents_index{
    padding: 20px 0;
    margin-bottom: 8%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tl-slide{
    background:#fff;
}
.tl-text h2.tl-headline{
    font-size:1.4em !important;
    line-height: 29px !important;
    word-break: keep-all;
}
.tl-slide .tl-slide-scrollable-container{
    width:100% !important;
}
.tl-slide-media-only .tl-slide-content-container .tl-slide-content{
    width:100% !important;    
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon,
.tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon{
    color:#666 !important;
}
.tl-text h3.tl-headline-date{
    color:#f88c00 !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 3px solid #f88c00;
    display: block;
    width: 20px;
    font-size:1.6em !important;
}
.tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title,
.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description{
    text-shadow: none !important; color:#666 !important;
}
.tl-storyslider .tl-slider-container-mask{
    background:#fff
}
.tl-timeline p{
    font-family: 'Noto Sans KR', sans-serif !important;
}
.tl-slide .tl-slide-content-container .tl-slide-content{
    width:100% !important;
}
.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-text{
    text-align: left !important;
}
.tl-slide.tl-full-image-background h2{
    text-shadow: none;
}

.ft_side>a{
    display: none !important;
}




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



/* --------------반응형--------------------- */
@media screen and (max-width:1399px){
    .center_txt{
        width: 45%;
    }
}
@media screen and (max-width: 1320px){
.top_bt{
    display: none;
}

}
@media screen and (max-width:1199px){
  .center_txt{
      width: 45%;
  }
  .orange_txt{
    font-size: 1em;
    margin-top: 0;

}
.font_bold {
    font-size: 2em;
}
    
}

@media screen and (max-width:1024px){
    #wrap{margin-top: 70px;}
    .side_menu{
        display: none;
    }
    .contents {
        width: 100%;
    } 
    .orange_txt{
        margin-top: 5%;
    }
    .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{
        flex-direction: column;
    }
    .intro_main_img{
        width: 100%;
        height: 250px;
    }
    .intro_main_txt{
        width: 100%;
    }
    .font_bold{
        margin-bottom: 2%;
    }
    .orange_txt{
        margin-bottom: 0;
    }
    .num_box{
        padding: 5px 28px;
        
    }
    .center_icon{
        display: none;
    }
    .orange_box{
        padding: 5px 0;
       
    }
    .index_title{
        margin-bottom: 5%;
    }
    .center_txt{
        width: 60%;
    }
    .direction_txt ul li{
        flex-direction: column;
        margin-bottom: 2%;
        align-items: center;
        text-align: center;
    }
    .map_area{
        height: 300px;
    }

  }

  @media screen and (max-width:599px){
        .num_box{
                  display: none;
        }
        .m_num{
            display: block;
            background: #eb6e1e;
            padding: 6px 32px;
            border-radius: 50px;
            color: #fff;
            font-size: 1.2em;
            width: 200px;
            margin: 0 auto 5px;

        }
        .m_num>i{
            margin-right: 5px;
        }
        .center_txt{
            width: 100%;
            text-align: center;
        }

  }
  

  @media screen and (max-width:419px){
    .main_txt span{
        font-size: 1.2em;
    }
    .intro_main_txt{
        text-align: center;
        margin-bottom: 20px;
    }
    .contents_index_center{
        margin-bottom: 30%;
    }
    .contents_index_direction{
        margin-bottom: 30%;
    }
    .orange_box{
        border-radius: 5px;
        width: 100%;
    }
    .m_num{
        width: 100%;
        border-radius: 5px;
    }
    .intro_main_img{
        height: 200px;
    }

  }

  .ctt_admin{display: none !important;}