@charset "UTF-8";
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 




html,body{
    width: 100%;
    overflow-x: hidden;
}
body{
    overflow: hidden;
}
.blank{
    display: block;
}
.all_wrap{
    position: relative;
}

/********************************header*********************************/
#header{
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
#header  .header_sub .wrap{
    position: relative;
}

/***************20170919수정*****************/
#header  .header_sub ul{
    position: absolute;
    top: 5px;right: 0;
    z-index: 999;
}
#header  .header_sub ul li{
    float: left;
    padding: 0 5px;
    border-right: 1px solid #cccccc;
    line-height: 12px;
}
#header  .header_sub ul li a{

    color: #b8b8b8;
}
#header  .header_sub ul li:last-of-type{
    border: 0;
}
#header  .header_sub ul li a{
    font-size: 12px;
}

#header h1{
    float: left;
    margin-top: 12px;
}
#header #gnb{
    float: right;
}

/***************0919수정******************/
#header #gnb .m_menu{
    float: left;
    width: 140px;
    text-align: center;
    line-height: 30px;
    height: 60px;
    margin-top: 20px;
}


#header #gnb .m_menu a{
    display: block;
    font-size: 18px;
    letter-spacing: -1px;
}



/***************0919수정******************/
#header #gnb .m_menu>a{
    line-height: 55px;
    border-bottom: 5px solid white;
}




#header #gnb .s_menu{
    border: 1px solid #cccccc;
    display: none;
    background: white;
    width: 139px;
    position: absolute;
    z-index: 9999;
}
#header #gnb .s_menu li{
    line-height: 40px;
}
#header #gnb .s_menu li a{
    font-size: 15px;
    display: block;
}
#header #gnb .s_menu li a:hover{
    background: #f2f2f2;
}







.m_open{
    display: none;
}
#small_gnb{
    display: none;
}

/****************************main_slider*****************************/
.main_slider, .main_slider li{
    height: 550px;
    position: relative;
}
.main_slider li  .wrap{
    position: relative;
    height: 550px;
}
.main_slider li:nth-of-type(2){
    background-size: cover;
}
.main_slider li:nth-of-type(3){
    background-size: cover;
}
.main_slider li:nth-of-type(4){
    background-size: cover;
}

.for_slide_btn{
    width: 100%;
    max-width:1200px;
    position: absolute;
    top: 340px; left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}
.for_slide_btn .prev{
    display: block;
    text-indent: -9999px;
    width: 53px; height: 53px;
    background: url(../images/main/slide_left.png) no-repeat center center;
    left: 5px;
}
.for_slide_btn .next{
    display: block;
    text-indent: -9999px;
    width: 53px; height: 53px;
    background: url(../images/main/slide_right.png) no-repeat center center;
    right: 5px;
}
.unslider-nav{
    position: absolute;
    top: 580px;
    left: 50%;
    transform: translateX(-50%);
}
.unslider-nav ol li{
    width: 8px; height: 8px;
    margin: 0 6px;
}


/*************************first_row****************************/
.first_row{
    height: 400px;
    width: 100%;
    background: #f4f4f4;
    box-sizing: border-box;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.first_row .con1{
    background: white;
    height: 399px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-top: 0;
}
.first_row .main_con{
    box-sizing: border-box;
    padding: 20px;
}
.first_row .main_con h3{
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.first_row .main_con h3 span{
    font-size: 16px; color: #c0c0c0;
    font-weight: normal;
    padding-left: 10px;
}
.first_row .main_con p{
    line-height: 26px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.first_row .main_con a{
    display: block;
    width: 120px; height: 30px;
    text-indent: 7px; line-height: 30px;
    border: 1px solid #cccccc;
    background: url(../images/main/a_arrow.png) no-repeat 80px center;
}
.first_row .con2 a, .first_row .con3 a{
    border: 1px solid white;
    color: white;
    background: url(../images/main/a_arrow_white.png) no-repeat 80px center;
}
.first_row .con1{
    background: url(../images/main/company_bg.png) no-repeat right bottom;
    background-color: white;
}
.first_row .con2{
    background: url(../images/main/cer_bg.png) no-repeat right bottom;
    background-color: #83b92d;
    height: 200px;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
}
.first_row .con3{
    background: url(../images/main/process_bg.png) no-repeat right bottom;
    background-color: #00a5d4;
    height: 200px;
    box-sizing: border-box;
}
.first_row .con4{
    background: url(../images/main/location_bg.png) no-repeat right center;
    background-color: white;
    height: 199px;
    box-sizing: border-box;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.first_row .con2 h3, .first_row .con2 h3 span, .first_row .con2 p,  .first_row .con3 h3, .first_row .con3 h3 span, .first_row .con3 p{
    color: white;
}




.second_row .notice {
    padding: 20px;
    box-sizing: border-box;
}
.second_row .notice h3{
    float: left;
    font-size: 24px;
}
.second_row .notice span{
    font-size: 16px;
    color: #c0c0c0;
    font-weight: normal;
    letter-spacing: -1px;
    padding-left: 5px;
}
.second_row .notice .line{
border-bottom: 2px solid  #959595;
padding-top: 7px; margin-bottom: 5px;
}
.second_row .notice .go{
    float: right;
    margin-top: 8px;
}


.second_row .notice ul li {
  line-height: 45px;
}

.second_row .notice ul li a {
  font-size: 14px;
  display: block;
  float: left;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.second_row{
    height: 312px;
    border-bottom: 1px solid #cccccc;
}
.second_row .notice ul li a:hover {
  font-weight: bold;
}

.second_row .notice ul li span {
  display: block;
  float: right;
  font-size: 13px;
}
.second_row iframe{
    width: 100%; height: 312px;
    background: lightgray;
    border: 0;
}

.third_row{
    /* height: 520px; */
    background: url(../images/main/third_bg.png) no-repeat center center;
    background-size: cover;
}
.third_row h3{
    font-size: 25px;
    text-align: center;
    letter-spacing: -1px;
    margin: 30px 0;
}
.third_row h3 span{
    font-size: 16px;
    color: #c0c0c0;
    margin-left: 10px;
    font-weight: normal;
}
.third_row ul{
    overflow: hidden;
}
.third_row ul li{
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
}
.third_row ul li dt{
   /*  width: 202px; height: 152px; */
    margin: 0 auto;
    border: 1px solid #cccccc;
    background: white;
}

.third_row ul li dd{
    height: 38px; line-height: 38px;
    border: 1px solid #cccccc;
    border-top: 0;
    /* width: 202px; */
    margin: 0 auto;
    background: #f3f3f3;
}

/* 2021-09 수정*/
.third_row{
	height:auto;
}

.third_row ul li dt{
	width: 84%;
	height:auto;
	line-height:0;
}
.third_row ul li dt img{width:100%;}

.third_row ul li dd{
	width:84%;
	height:42px;
	line-height:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 8px;
	box-sizing:border-box;
}

/****************************footer************************/
#footer {
    padding: 20px 0;
    border-top: 1px solid #cccccc;
    background: #f4f4f4;
}
#footer .wrap>ul{
    overflow: hidden;
    float: left;
}
#footer .wrap>ul>li{
    float: left;
    width: 115px;
}
#footer b{
    font-weight: normal;
    color: #7f7f7f;
}
#footer  .line{
    display: block;
    width: 20px;
    border-bottom: 1px solid #7f7f7f;
    margin: 10px 0;
}
#footer li li a{
    font-size: 13px;
    line-height: 24px;
    color: #afafaf;
}
#footer .info_area{
    float: right;
}
#footer .info_area{
    font-size: 12px;
    color: #898989;
    line-height: 23px;
    text-align: right;
}
#footer .info_area a{
    font-size: 12px;
    color: #898989;
    text-decoration: underline;
}
#footer .info_area img{
    vertical-align: middle;
    margin: 0 5px;
}



/***********************미디어쿼리 시작**************************/


@media all and (max-width:1080px) {
    #footer .wrap > ul{
        display: none;
    }
    #footer .info_area{
        float: none;
        text-align: center;
    }
    #footer .info_area img{
        margin-bottom: 10px;
    }
}


@media all and (max-width:900px) {
    #header #gnb{
        display: none;
    }
    .m_open{
        display: block;
        position: absolute;
        top: 10px; right: 5%;
        font-size: 30px;
    }
    #header{
        height: 72px;
    }
    #header .header_sub{
        display: none;
    }
    #header h1{
        margin-top: 10px;
    }
    #header h1 img{
        width: 130px;
    }

    #small_gnb{
            display: block;
            position: absolute;
            top: 0; right: -300px; bottom: 0;
            background: white;
            width: 250px;
            height: 100%;
            z-index: 999;
            border-left: 1px solid #f2f2f2;
            box-sizing: border-box;
        }
        #small_gnb a{
            line-height: 40px;
            display: block;
            width: 100%; height: 100%;
        }
        #small_gnb .m_menu, #small_gnb .go{
            border-bottom: 1px solid #f2f2f2;
        }
        #small_gnb .m_menu>a, #small_gnb .go>a{
            font-size: 16px;
            text-align: center;
            display: block;
            line-height: 50px;
            font-weight: bold;
        }
        #small_gnb .s_menu{
            border-top: 1px solid #f2f2f2;
            display: none;
        }
        #small_gnb .s_menu li a{
            text-indent: 20px;
        }
        #small_gnb .small_sub li{
            float: left;
            width: 33.3333333%;
            text-align: center;
            border-bottom: 1px solid #f2f2f2;
            border-right: 1px solid #f2f2f2;
            box-sizing: border-box;
        }
        #small_gnb .small_sub li a{
            display: block;
            font-size: 13px;
        }
        #small_gnb .small_sub li:last-of-type{
            border-right: 0;
        }
        .blind{
            position: absolute;
            top: 0; left: 0; bottom: 0;
            background: rgba(0,0,0,0.3);
            width:100%;
            z-index: 998;
            display: none;
        }
        .first_row{
            height: auto;
            overflow:hidden;
            box-sizing: border-box;
            margin-top: 20px;
            background: white;
            border: 0;
        }
.first_row .con1{
    width: 100%;
    height: 220px;
    border-top: 1px solid #cccccc;
}
.first_row .con2, .first_row .con3{
    height: 220px;
    width: 50%;
}
.first_row .con4{
    width: 100%;
    height: 220px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.second_row{
    height: auto;
}
.second_row .notice, .second_row .col-6{
    width: 100%;
}
.second_row .notice{
    padding: 20px 0;
}
.second_row iframe{
    height: 450px;
}
.third_row ul li{
    width: 33.333333%;
}
.third_row{
    height: auto;
    background: url(../images/main/third_bg.png) no-repeat center bottom;
}

}


@media all and (max-width:768px) {

    .wrap{
        box-sizing: border-box;
        padding: 0 5%;
    }



    .main_slider, .main_slider li, .main_slider li .wrap{
        height: 350px;
    }
    .for_slide_btn{
        top: 230px;
    }
    .main_slider li.slide_1 img{
        width: 300px;
    }

    .first_row .main_con h3, .second_row .notice h3, .third_row h3{
        font-size: 21px;
    }
    .first_row .main_con h3 span{
        display: none;
    }
    .first_row .con1{
        background: url(../images/main/company_bg.png) no-repeat right bottom;
        background-color: white;
        background-size: 60%;
    }
    .third_row ul li{
        width: 50%;
    }
    .second_row iframe{
        height: 350px;
    }
    .second_row{
        border: 0;
    }

    .unslider-nav{
        top: 380px;
    }
    .second_row .notice ul li{
        line-height: 35px;
    }



}







@media all and (max-width:400px) {
    .main_slider, .main_slider li, .main_slider li .wrap{
        height: 250px;
    }
    .for_slide_btn{
        top: 160px;
    }
    .main_slider li.slide_1 img{
        width: 200px;
    }
    .first_row .con2, .first_row .con3, .first_row .con4{
        width: 100%;
        height: auto;
    }
    .first_row .main_con p .blank{
        display: inline;
    }
    .second_row iframe{
        height: 250px;
    }
    .third_row ul li{
        width: 100%;
    }

}
