@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; height:100%; margin: 0 auto;}
#wrap{
    margin-top: 140px;font-family: 'Noto Sans KR', sans-serif; font-size: 1em;
}
.main_img{
    background-image: url(../../../img/about_main_img.png?ver=1);
    background-repeat: no-repeat;
    background-position: center;
    height:  342px;
    position: relative;
    
    
    
}
h2{
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}
.main_txt{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color: #fff;
    font-size:1.2em;
    height:100%;
}
.main_txt p{
    margin-bottom: 10px;
    font-weight:700;
    font-size:70px;
}
.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 #1f51a2;
}
.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: #1f51a2;
    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;
  
}

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

.contents_index{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 8%;
}

.contents_header {position:relative; margin:0; margin-top:30px; padding:12px 15px 12px 15px; width:100%; border:1px solid #1f51a2; border-radius:35px;}
.contents_header > p {position:absolute; left:50%; top:-24px; transform:translateX(-50%); margin:0; padding:5px 75px 7px 75px; color:#fff; font-weight:500; font-size:22px; background:#1f51a2; border:0; border-radius:30px;}
.contents_header > div {display:flex; flex-direction:row; align-items:center; justify-content:center; margin:0; padding:0; color:#0a025b; width:100%; font-weight:600; font-size:22px; text-align:center;}
.pc_hide {display:none;}
.sub_tit {display:block; margin:0 auto; margin-bottom:17px; padding:1px 14px 4px 14px; width:fit-content; color:#fff; font-weight:400; font-size:20px; background:#1f51a2; border:0; border-radius:25px;}
.contents_box1 {display:flex; flex-direction:row; align-items:flex-start; justify-content:center; margin:0; margin-top:45px; padding:0; width:100%; background:url('/img/and.png') no-repeat center 36%; background-size:70px;}
.contents_box1 > div {display:flex; flex-direction:column; align-items:center; justify-content:center; margin:0; padding:0; width:48%;}
.sub_subject {position:relative; margin:0 auto; margin-bottom:8%; padding:0; width:500px; text-align:center;}
.sub_subject_left {position:absolute; left:0; top:0; width:25px; border:2px solid #1f51a2; border-right:0; height:100%;}
.sub_subject_right {position:absolute; right:0; top:0; width:25px; border:2px solid #1f51a2; border-left:0; height:100%;}
.sub_subject > h4 {font-weight:700; color:#4c00cc; font-size:35px;}
.sub_subject > p {padding-bottom:5px; font-weight:400; font-size:27px;}
.box1_circle {display:flex; flex-direction:column; align-items:center; justify-content:center; margin:0; padding:0; width:200px; height:200px; border:2px solid #0a025b; border-radius:50%;}
.box1_circle > h4 {font-weight:400; color:#0a025b; font-size:35px;}
.box1_circle > p {font-weight:400; color:#0a025b; font-size:20px;}
.box1_info {margin:0 auto; margin-top:25px; margin-bottom: padding:0;}
.box1_info > li {margin:10px auto; font-weight:400; font-size:15px; text-align:center;}
.box1_info > li:first-child {color:#4c00cc;}
.sub_arrow {margin:0 auto; padding:0; width:100%; height:100px; background:url('/img/arrow_bottom.png') no-repeat center center;}
.sub_arrow_top {margin:0 auto; padding:0; width:100%; height:100px; background:url('/img/arrow_top.png') no-repeat center center;}
.p_help {margin:0 auto; margin-top:-15px; padding:0; text-align:center; font-weight:400; font-size:1.35em;}
.sub_info3_list {display:flex; flex-direction:row; align-items:center; justify-content:space-between; margin:0; margin-top:30px; padding:0; width:100%;}
.sub_info3_list > div {margin:0; padding:0; width:300px;}
.sub_info3_list > div > img {display:block; width:100%;}



.index_title{
    text-align: center;
}
.intro_main_img{
    width: 50%;
    margin-right: 2%;
    overflow: hidden;

}
.intro_main_img>img{
    width: 100%;
}
.intro_main_txt{
    width: 50%;
}

.orange_txt{
    color: #eb6e1e;
    font-size: 1.2em;
    margin-top: 5%;
    margin-bottom: 2%;
    word-break: keep-all;
}
.dot_event{
    font-size: 1.2em;
}
.dot_event::before{
    background-color: #eb6e1e;
    display: inline-block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    content: '';
    margin-right: 8px;
    vertical-align: 2px;
}
.num_box{
    background: #eb6e1e;
    padding: 8px 32px;
    border-radius: 50px;
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.num_box>i{
    margin-right: 5px;
}
.m_num{
    display: none;
}
.center_num>div:last-child{
    margin-bottom: none;
}
.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;
 }
 .center_in{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 5%;
 }
 .center_icon{
     width: 12%;
     
 }
 .center_txt{
     width: 65%;
 }
 .center_txt p{
     margin-bottom: 2%;
     word-break: keep-all;
 }

.center_num{
  
    padding-top: 2%;
}
.font_bold_small{
    font-size: 1.6em;
    font-weight: 500;
}
.contents_index_center{
    margin-bottom: 8%;
}


/* -----------------direction------------------------ */
.contents_index_direction{

    margin-bottom: 8%;
}
.map_area{
    background: #eeeeee;
    height: 453px;
    width: 100%;
}
.direction_txt{
    font-size: 1.2em;
    margin-top:3%;
}
.direction_txt ul li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.orange_box{
    background: #eb6e1e;
    padding: 8px 0;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 1%;
    align-items: center;
    width: 200px;
    font-size: 1.2em;
    text-align: center;
}
.direct_index{
    margin-top: 1%;
    margin-left: 2%;
    word-break: keep-all;
}






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

    .contents_header > p {top:-19px; font-size:1.55em;}
    .contents_header > div {font-size:1.25em;}
    .sub_tit {font-size:1.55em;}
    .contents_list_ul > li {font-size:1.25em;}
    .contents_list_ul > li > span {font-size:13px; width:22px; height:22px;}
    
    .sub_info3_list > div {width:31%;}
}
@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: 90px;}
    .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:900px){
    .contents_box1 {background:none; flex-wrap:wrap;}
    .contents_box1 > div {width:100%;}
    .contents_box1 > div:first-child {margin-bottom:30px;}
  }

  @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;
    }

    #daumRoughmapContainer1623228498106{height: 300px !important;}

    .contents_header {padding:8px 8px 10px 8px;}
    .contents_header > p {top:-17px; width:65%; font-size:1.25em; text-align:center;}
    .contents_header > div > br {display:none;}
    .contents_list_ul > li > span {min-width:22px;}
    .contents_list_ul > li {font-size:1.15em;}
    .sub_tit {font-size:1.35em;}
    .pc_hide {display:block !important;}

    .sub_subject {width:100%;}
    .sub_subject > h4 {font-size:25px;}
    .sub_subject > p {font-size:18px;}
    .box1_circle {width:160px; height:160px;}
    .box1_circle > h4 {font-size:30px;}
    .box1_circle > p {font-size:17px;}

  }

  @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;
        }

        .sub_info3_list {flex-wrap:wrap; gap:20px 0;}
        .sub_info3_list > div {width:100%;}

  }
  

  @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;}
  .wrap_controllers{display: none;}
  .wrap_map>.map>div:nth-of-type(2){display:none;}