@charset "UTF-8";
@import url(../font/font.css);

/* sub common */

/*sub공통*/

.sub_top div > h3{font-size:42px; color:#fff;text-align: center;position:relative;top:149px}
.sub_top div > p{font-size: 26px;color: #fff;font-family:'NotoKr-Regular';text-align: center; position: relative; top: 160px;letter-spacing: 1.2px;}
.sub_top div.visual_0{background: url(../img/qna/visual_bg.png)no-repeat;background-size: cover;height:350px; }
.sub_top div.visual_1{background: url(../img/sub1/visual_bg.png)no-repeat;background-size: cover ;height:350px; }
.sub_top div.visual_2{background: url(../img/sub2/visual_bg.png)no-repeat;background-size: cover;height:350px; }
.sub_top div.visual_3{background: url(../img/sub3/visual_bg.png)no-repeat;background-size: cover;height:350px; }
.sub_top div.visual_4{background: url(../img/sub4/visual_bg.png)no-repeat;background-size: cover;height:350px}
.sub_top div.visual_5{background: url(../img/sub5/visual_bg.png)no-repeat;background-size: cover;height:350px; }
#navbar {
    background-color: #fff;
    z-index: 500;
    width: 100%;
	
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
	transition:.3s;
	box-shadow: 0 0px 20px rgba(0,0,0,0.3);
}
.sub_menu {
  
    padding: 40px 0 0;
	
}
.sub_menu.sub2{border-bottom: 1px solid #d9d9d9;} 
.sub_menu ul:first-child {
    border-bottom: 1px solid #d9d9d9;
    height: 44px;
}
.sub_menu ul{text-align: center}
.sub_menu ul.sub_sub {
    margin:5px 0;
}
.sub_menu ul li{display: inline-block;position: relative;margin:0 30px}
.sub_menu ul.sub_sub li{margin:0 50px}
.sub_menu ul li:after {
    content: "";
    background: #333;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: relative;
    left: 29px;
    top: -7px;
}
.sub_menu ul.sub_sub li:after {
    content:none
}
.sub_menu ul li a{font-size:23px;font-family: 'NotoKr-Medium';color:#000;}
.sub_menu ul.sub_sub li a{font-size:16px;font-family: 'NotoKr-Regular';}
.sub_menu ul li a.on{color:#52B6B3;}
.sub_menu ul li a.on:before {
    content: "";
	background:#52B6B3;
	border-bottom:-1px solid #52B6B3;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    top: 44px;z-index: 99999
}
.sub_menu ul.sub_sub li a.on:before {display: none}

.sub_menu ul li a:hover{color:#52B6B3; transition: .2s}
.sub_menu ul li a:after {
    height: 13px;
    width: 100%;
    background:  url(../img/sub1/menu.png)no-repeat center;
    content: "";
    position: absolute;
    top: 44px;
    left: 0px;
    bottom: 0;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sub_menu ul.sub_sub li a:after{display: none}
.sub_menu ul li a:hover:after{
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sub_menu ul li:last-child:after{display: none}

.sub_menu ul.sub_sub.lnb3 {
    overflow: hidden;
    margin: 0 auto;
    width: 1037px;
}
.sub_menu ul.sub_sub.lnb3 li {
    display: block;
    width: 25%;
    float: left;
    margin: 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    padding: 1px 0;
    position: relative;
} 

.red_box {
    height: 253px;
    background: #52B6B3;
    margin-top: 77px;
    position: absolute;
    width: 1028px;
    top: -130px;
    left: 115px;
}
/*
.gray_box {
    height: 282px;
    background: #f4f4f4;
    margin-top: 77px;
    position: absolute;
    width: 1168px;
    top: -77px;
}
*/
.main_business_box{
	height: 399px;
    margin-top: 0;
    position: relative;left:228px;
    width: 80%;
	background: url(../img/sub1/business_bg.png)no-repeat;
	z-index: 99
}

.con_inner{width:1037px; margin:0 auto;}
.board_info > h4{font-size:50px;text-align: center;color:#000;margin:60px}
.year_tab {display:table; width:auto;}
.year_tab ul li {float:left;}
.year_tab ul li a {padding:9px 25px;}
.year_tab ul li a.on{background:#f26521; color:white;}

.sub_section h4{font-size: 34px; text-align: center;color:#000;font-family: 'NotoKr-Regular';padding:59px 15px 25px}

.section {
  width: 100%;
  float: left;
  overflow: hidden; }
.code {
  width: 40%;
  clear: both;
  border-radius: 2px;
/*   padding: 10px;  */
}
.code pre, .code code {
    height: 100%;
    margin: 0; 
}
.code code {
    padding: 20px 0 0 20px; 
}
.code--small code {
    padding-top: 75px; 
}
.code--left {
    float: left; 
}
.code--right {
    float: right; 
}
.code--wider {
    width: 66%; 
}
.code--wider code {
      padding-top: 60px; 
}

.section--more {
  color: #FFF;
  background: #0E0F34;
  padding: 20px 0 40px 0; 
}


/*ceo인사말*/
.sub_main {
    position: relative;
    top: 200px;
    left: 330px;
}
.point{color: #f26521}
#ceo_wrap{height: 1280px;position:relative;top:78px;overflow: hidden;}
div.ceo{position: absolute;}
div.ceo p{text-align: center;font-size:25.99px; color:#000}
div.ceo p:first-child{margin-top:80px}
div.ceo p:first-child:before{content: '';display: block;width:35px; height:3px; background:#52B6B3}
div.ceo p em{font-size:15px;;font-style:normal}
div.ceo{position: absolute;top:40px}
div.ceo p{text-align: center;font-size:25.99px; color:#000}
div.ceo p.ceo_name{margin-top:30px}
div.ceo p.ceo_name:before {
    content: "";
    background: #52B6B3;
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 20px;
    position: relative;
    left: 153px;
}
div.ceo p em{font-size:15px;;font-style:normal}
div.ceo_greeting {
    position: absolute;
    right: 21px;
    top: 69px;
}
.ceo_greeting ul li:first-child p{color:#fff;margin-top:40px;font-family: 'NotoKr-Light';}
.ceo_greeting ul li:first-child p span{font-family: 'NotoKr-Regular';}
.ceo_greeting ul li:nth-child(2) { margin-top: 97px;}/*0829*/
.ceo_greeting ul li:nth-child(2) p{color:#797979}

p.ceri1{font-size:18px; color:#333}
span.strong{font-size:20px;color:#000}
span.strong b{color:#52B6B3}
#big_title.scroll > ul li:nth-child(2){animation:fadeInUp 3s;}
#big_title.scroll > ul li:nth-child(3){animation:fadeInUp 5s;}
#big_title.scroll > ul li:nth-child(4){animation:fadeInUp 8s;}
#big_title.scroll > ul li:nth-child(5){animation:fadeInUp 10s;}
.code.code--wider.code--right.aos-init.aos-animate p{line-height:1.7}
/*비전미션*/
#mission_wrap {
    position: relative;
    top: 78px;
    overflow: hidden;
    height: 2120px;
}

#big_title.scroll > div>img{animation:fadeInUp 3s;margin-top:100px;}
.code.code--right.aos-init.aos-animate.center {
    text-align: center;
}
.mission_btn{overflow: hidden}
.mission_btn ul{float: left;width: 33.3%}
.mission_btn ul li a{
	display: block;
	padding:10px;
	background: #f9f9f9;
	border:1px solid #eee;
	text-align: center;
	width:276px;margin:0 auto 20px
	
}
.mission_btn ul li a:hover{
	border:1px solid #52b6b3;
	color:#52b6b3
	
}


/*주요업무*/
#main_business_wrap{
	position: relative;
    top: 78px;
    height:1650px;
}
.main_business-top{position: relative}
.main_business-top .title_box {
    background: #52B6B3;
    padding: 60px 30px;
    width: 496px;
    z-index: 99;
    position: absolute;
    top: -350px;
}
.main_business-top .title_box h4{font-size:60px; color:#fff;margin-bottom:30px}
.main_business-top .title_box p{font-size:22px; color:#fff}
.b_chart{text-align: center;margin:120px 0}
h5.title-5{font-size: 24px; color:#333;margin-bottom:30px}
h5.title-5:before{content: "";display: block;width: 30px;height:2px;background:#333;position: relative;top:0;left:0;margin-bottom: 10px}
#big_title.scroll > div>div>img{animation:fadeInUp 3s;}
#big_title.scroll > div>div>p{animation:fadeInUp 8s;}

/*연혁*/
#history_wrap {
    position: relative;
    top: 78px;
}
.history-top{position:relative}
.history-top ul{overflow: hidden}
.history-top ul li{float: left;font-family: 'NotoKr-Regular'}
.history-top ul li h4{font-size:60px;color:#000;padding:40px 40px 40px 56px}
.history-top ul li .block > p {padding-left: 59px;font-size: 22px;color:#333}

.history_ceri{
	padding-bottom: 200px;

}
.history_ceri ul{
	width:800px; 
	margin:0 auto;
	position: relative

}
.container .content .section_sub:before {
	content: '';
    position: absolute;
    left: 49.7%;
    height: 100%;
    width: 1px;
    background: #e3e3e3;
}
.history_ceri ul:before {
    content: '';
    position: absolute;
    left: 49%;
	top:0;
    height:10px;
    width: 10px;
	border-radius: 50%;
    background: #52B6B3
}
.history_ceri ul:after {
    content: '';
    position: absolute;
    left: 49%;
	bottom:0;
    height:10px;
    width: 10px;
	border-radius: 50%;
    background: #52B6B3;
	
}
.history_ceri ul li{
	width:387px;
	overflow: hidden
}
.history_ceri ul li p {
    color: #555555;
    font-size: 24px;
    font-weight: bold;
	border-top:1px solid #e3e3e3;
	padding-bottom: 19px;
}
.history_ceri ul li p.year.red {
    color: #52B6B3;
    font-size: 32px;
    font-weight: bold;
	border-top:0
}

.history_ceri ul li dl{
	position: relative;
	overflow: hidden;
    margin-bottom: 50px;
}
.history_ceri ul li.h_img {
    vertical-align: bottom;
    margin-bottom: 35px;
}
.history_ceri ul li.h_left{
	text-align: left
}
.history_ceri ul li.h_right {
    position: relative;
    left: 398px;
}
.history_ceri ul li.h_left p{text-align: right; padding-right:80px}
.history_ceri ul li.h_left dl dd{float:right;text-align: right;}

.history_ceri ul li.h_left dl dd:first-child {
    background: url(../img/sub1/left_g.png)no-repeat 4px;
    margin-right: 10px;
    width: 40px;
    height: 35px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 0px;
    background-size: 36px;
    font-size: 15px;
    line-height: 2.3;

}

.history_ceri ul li.h_left dl dd:nth-child(2){padding-right:16px;color:#666;font-size:18px}
.history_ceri ul li.h_left dl.first dd:nth-child(2){color:#333;}
.history_ceri ul li.h_right p{padding-left:80px;}
.history_ceri ul li.h_right dl dd{float:left}

.history_ceri ul li.h_right dl dd:first-child {
    background: url(../img/sub1/right_g.png)no-repeat;
    margin-left: 10px;
    width: 40px;
    height: 35px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 1px;
    background-size: 36px;
    line-height: 2.1;
    font-size: 15px;
    font-weight: bold;
    padding-left: 1px;
}
.history_ceri ul li.h_right dl dd:nth-child(2){padding-left:16px;color:#666;font-size: 18px;}

.history_ceri ul li.h_right dl.first dd:nth-child(2){color:#333;}
.history_ceri ul li dl.first dd:first-child {
    background: url(../img/sub1/left_r.png)no-repeat 1px;
    width: 42px;
}
.li-img{padding-bottom:0;position:relative;top: 16px;}
.section_sub.section--code ul li:first-child {
    padding-top: 55px;
}
/*조직도*/
#chart_wrap {
    position: relative;
    top: 78px;
    overflow: hidden;
    height:1529px;
}
.container2 {
    margin-top: 50px;
}
.mission-top.org {
    position: relative;
    margin-bottom: 130px;
    margin-top: 83px;
}
.mission-top.org ul {
    background: #52B6B3;
}
.mission-top.org ul li h4{color:#fff}
.mission-top.org ul li p{color:#fff}

.chart-top ul{overflow: hidden}
.chart-top ul li{float: left;font-family: 'NotoKr-Regular';}
.chart-top ul li:first-child{width:41%}
.chart-top ul li:nth-child(2){width:55%}
.chart-top ul li h4{font-size:60px;color:#fff;padding:40px;background: #52B6B3;}
.chart-top ul li p {
    background: #52B6B3;
    padding: 44px 89px 44px 30px;
    color: #fff;
    font-size: 22px;
}
.chart-top > p{margin:100px 0;text-align: center;}
.ceri_chart > div > h5{font-size: 24px; color:#333;margin-bottom:30px;margin-top: 190px;}
.ceri_chart > div > h5:before{content: "";display: block;width: 30px;height:2px;background:#333;position: relative;top:0;left:0;margin-bottom: 10px}
.org_link_p{position:relative}
.org_link{position:absolute;bottom:27px}
.org_link ul{overflow:hidden}
.org_link ul li {
    float: left;
    height: 49px;margin-left:58px
}
.org_link ul li:first-child{margin-left:6.4px}
.org_link ul li:nth-child(3){margin-left:67.4px}
.org_link ul li:last-child{margin-left:58px}
.org_link ul li a {
    padding: 13px 104px;
    border-radius: 30px;
    display: inline-block;
    text-indent: -999px;
}
.org_link ul li:last-child a{padding:13px 104px}
.person{position: relative}
.org_link ul li a:hover{background: rgb(0,0,0,0.2);}
    
.person ul{overflow: hidden;margin-top:60px}
.person ul.p1 li{float:left;}
.person ul.p2 li{float:right;}

.person ul.p1 li:first-child{width:35%;}
.person ul.p1 li{width:16%;text-align: center}
.person ul.p2{margin-top: 8px}
.person ul.p2:after{content: "";background:#999;width:8px; height: 8px; border-radius: 20px;display: inline-block;position:absolute;right:0;top:278px}
.person ul.p2:before{content: "";background:#999;width:8px; height: 8px; border-radius: 20px;display: inline-block;position:absolute;left:340px;top:278px}
.person ul.p2 li{border-top:1px solid #333;width:12.8%;padding:10px 20px;text-align: center}
.skill{margin-top:100px}
.skill p{padding:30px; background: #f2f2f2;border:1px solid #e0e0e0;color:#333;font-size:18px}
div.skill > h5{font-size: 24px; color:#333;margin-bottom:30px;margin-top: 190px;}
div.skill > h5:before{content: "";display: block;width: 30px;height:2px;background:#333;position: relative;top:0;left:0;margin-bottom: 10px}
#big_title.scroll > p>img{animation:fadeInUp 3s;}

#history.scroll > ul.pl li{animation:fadeIn .5s 7s ease-out;animation-fill-mode: both;}
#history.scroll > ul.p1 li:first-child{animation-delay:0s}
#history.scroll > ul.p1 li:nth-child(2){animation-delay: 0.8s;}/*2*/
#history.scroll > ul.p1 li:nth-child(3){animation-delay: 1.1s;}/*3*/
#history.scroll > ul.p1 li:nth-child(4){animation-delay: 1.4s;}/*4*/
#history.scroll > ul.p1 li:nth-child(5){animation-delay: 1.7s;}/*5*/
#history.scroll > ul.p2 li{animation-delay: 0s;}/*5*/
#history.scroll > div > p{animation:fadeInUp 5s;}



/*업무소개*/
.no-data{text-align: center;padding: 50px 10px}
#business_wrap {
    margin: 0 auto;
    
}
#business_wrap h5{
	color:#52b6b3;
	font-size: 26px;
	margin:20px 0 10px
}
#business_wrap h5 > span{color: #000;font-size:20px}
.orange{color:#ff8300}
b.f22{font-size: 22px}
.t_text.block {margin-top: 50px}
.t_text.block p{line-height:1.7}
.build_b {height: 4160px}
.build_b-2 {height: 4730px}
.build_b-3 {height: 2940px}
.build_e-1 {height: 3980px}
.build_e-2 {height: 3590px}
.build_e-3 {height: 1680px}
.build_e-4 {height: 2650px}
.build_e-5 {height: 3490px}
.build_e-6 {height: 1842px}
.build_e-7 {height: 10780px}

.build_a-1 {height: 4250px}
.build_a-2 {height: 2160px}
.build_a-3 {height: 2760px}
.build_a-4 {height: 7650px}
.build_a-5 {height: 3500px}
.build_a-6 {height: 2090px}
.build_a-7 {height: 2370px}
.build_a-8 {height: 1600px}
.build_a-9 {height: 2770px}
.scholarship_c{height: 3630px}
.development_c{height: 2900px}
.cost_accounting_c{height: 1940px;}
.business-top{text-align: center;position: relative}
#big_title {background: #f5f5f5}
.business-top h4 {
    font-size: 32px;
    text-align: center;
    color: #000;
    padding-bottom: 40px;
    background: url(../img/sub2/icon.png)no-repeat center 42px;
    font-family: 'NotoKr-Regular';
    padding-top: 149px;
}
.business-top h4.none{background:none}
.business-top h4.i_1-3{	background: url(../img/sub2/icon1-3.png)no-repeat center 42px} 
.business-top h4.i_2-1{	background: url(../img/sub2/icon2-1.png)no-repeat center 42px}
.business-top h4.i_2-2{	background: url(../img/sub2/icon2-2.png)no-repeat center 42px}
.business-top h4.i_2-3{	background: url(../img/sub2/icon2-3.png)no-repeat center 42px}
.business-top h4.i_2-4{	background: url(../img/sub2/icon2-4.png)no-repeat center 42px}
.business-top h4.i_2-5{	background: url(../img/sub2/icon2-5.png)no-repeat center 42px}



.business-top h4.i_3-1{	background: url(../img/sub2/icon3-1.png)no-repeat center 42px}
.business-top h4.i_3-2{	background: url(../img/sub2/icon3-2.png)no-repeat center 42px}
.business-top h4.i_3-4{	background: url(../img/sub2/icon3-4.png)no-repeat center 42px}
.business-top h4.i_3-5{	background: url(../img/sub2/icon3-5.png)no-repeat center 42px}
.business-top h4.i_3-6{	background: url(../img/sub2/icon3-6.png)no-repeat center 42px}
.business-top h4.i_3-7{	background: url(../img/sub2/icon3-7.png)no-repeat center 42px}
.business-top h4.i_3-8{	background: url(../img/sub2/icon3-8.png)no-repeat center 42px}
.business-top h4.i_3-9{	background: url(../img/sub2/icon3-9.png)no-repeat center 42px}
.business-top p{font-size:24px; color:#333;text-align: center;margin-bottom:100px}

.business-top > div.w_box {
    padding: 50px 70px;
    background: rgba(255,255,255,0.9);
    box-shadow: 8px 8px 0px -6px rgba(51, 51, 51, 0.5);
    position: absolute;
    right: 0px;
    left: 62px;
    width: 879px;
    text-align: left;
	    top: 693px;
}

.ceri_business >div{margin-bottom:100px}
#up_slide1.scroll > img{animation:slideInUp 1.8s;}
#up_slide2.scroll > img{animation:slideInUp 1.8s;}
#up_slide3.scroll > img{animation:slideInUp 1.8s;}

.section_sub2 >div > div{margin-bottom:100px}

.txt i{font-style:normal;font-size:20px;background:url(../img/sub2/text_icon.png)no-repeat 0;display:inline-block;font-weight:400;padding-left:25px}

/*실적게시판 & 새소식*/

form.board_list{position: relative}
    /*수정*/
    .tab ul{overflow: hidden; margin:30px 0;}
    /*수정*/
.tab ul li{float: left;margin-right:25px}
.tab ul li a{float: left;font-family: 'NotoKr-Regular';font-size:18px;color:#000}
.tab ul li.on a{color:#f26520;}
.tab ul li.on a:after{content:'';display:block;background-color:#f26520;width:100%; height:2px;}
.tab ul li a:hover{color:#f26520}
.tab ul li a:after{content:'';display:block;background-color:#f26520;width:0%; height:2px;
	-webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;}

.tab ul li a:hover:after {width:100%;}

    /*수정*/
    .form_area{ margin:30px 0; text-align: center;}
    /*수정*/
.form_area input{
	width:210px;height:33px; 
	border:1px solid #d9d9d9;box-sizing:border-box;
	padding:0 10px;
	outline:None;
}
    /*수정*/
    .form_area select{
        box-sizing:border-box;
        width:auto;
        padding-right:30px;
        height:33px;
        box-sizing:border-box;
        padding-left:10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background:#fff url(../img/select.png) no-repeat right 10px center;
        border:1px solid #d9d9d9;outline:None;vertical-align:middle;
    }
    /*수정*/
select::-ms-expand {  display: none;}

.form_area a.btn {
    background: #000;
    color: #fff;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 2px;
}
.boardT td:nth-child(3){text-align: left}
.listTable{width:100%}
.listTable th{background:#5ba5a2;border:1px solid #d9d9d9;padding:10px;color:#fff;font-family: 'NotoKr-Regular';font-size: 18px}
.listTable.newboard th{background:#f7f7f7;border-right:none;border-left:none;color:#000}
.listTable td{border:1px solid #d9d9d9; text-align: center; padding:15px;color:#333; font-family: 'NotoKr-Regular'; font-size: 16px;text-align: center;}
.listTable.newboard td{border-right:none;border-left:none}
.listTable.newboard td:nth-child(3){text-align:left}
.listTable td.gray,
.listTable.gray_T td{background:#f5f5f5;}
.listTable td.d_gray{background:#e9e9e9}
.listTable td span.red{color:red}
.listTable td a:hover{color:#f26520}
.listTable.leftT td:nth-child(2),
.listTable.leftT td:nth-child(3),
.listTable.left td{text-align: left}
.listTable.leftT.last_c td{text-align: center}
p.indent{
	text-indent: -10px;padding-left:13px
}
.viewTable {
    width: 100%;
    margin-left: -1px;
    border-top: 2px solid #666;
}
.viewTable th {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 0;
}
.viewTable td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-right: 0;
}
.viewTable th.need:after {
    content: '★';
    display: inline-block;
    margin-left: 3px;
    font-size: 8px;
    color: #e51937;
    vertical-align: top;
}
ul.file{margin-top:20px}
ul.file li p{display:inline-block;border-bottom:1px solid #333;margin-bottom:5px}
ul.file li p a {
    background: #555;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    width: 14px;
    height: 15px;
    position: relative;
    top: -1px;
    text-align: center;
    line-height: -0.1;
    font-size: 10px;
    margin-left: 7px;
}
/*실적게시판-뷰화면2*/
.r_view .table_box {width:100%; height:auto; display:table; background:#f9f9f9; margin-bottom:40px;}
.r_view .img_box {width:240px; height:300px; overflow:hidden; float:left;  margin-right:30px;}
.r_view .img_box img{width:100%;}
.r_view  table {margin-top:30px;}
.r_view  table th,.r_view  table td { font-size:20px;  vertical-align: top;}
.r_view  table th {color:black; font-family:'NotoKr-Medium'; text-align:justify;}
.r_view  table td {font-family: 'NotoKr-Light';text-align: left;padding-left: 15px;}
.r_view  table td:nth-of-type(2) {text-align:left;}
.r_view  table th::after {content:"";display:inline-block;width:100%;}
.r_view  .view2 {font-size:20px;}




.r_view > p{color:#52B6B3;font-size:16px;text-align: center;padding-bottom:25px}
.r_view > p span{color:#000}
.r_view > p span:before{content: ""; background:#999;width:1px; height:10px; display: inline-block;margin:0 10px }
.contents_view{padding:80px 0;border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9;margin-bottom:50px}
.contents_view {display: block;text-align: center}
.contents_view p{text-align: left;margin-top:20px}

.r_view > div ul {overflow: hidden}
.r_view > div ul li{float: left;width:33.3%;box-sizing: border-box;position: relative;padding: 1px 0;}
.r_view > div ul li img{display: inline-block;border:1px solid #d9d9d9;padding:16px;height: 14px;}

.r_view > div ul li >a{position: absolute;}
.r_view > div ul li:first-child >a{top:0;left:0s;height: 49px;}
.r_view > div ul li:first-child >a:hover{background:#000 url(../img/p2_w.png)no-repeat 17px 17px;}
.r_view > div ul li:first-child span{padding-left:80px}
.r_view > div ul li span{color:#000;font-family: 'NotoKr-Medium';display: inline-block}
.r_view > div ul li span a{color:#595959;font-family: 'NotoKr-Light';}
.r_view > div ul li:nth-child(2){text-align: center;}
.r_view > div ul li:nth-child(2) p a{display: inline-block;padding:10px 30px; border:1px solid #d9d9d9;transition: .3s}
.r_view > div ul li:nth-child(2) p a:hover{color:#fff;background:#000;transition: .3s}
.r_view > div ul li:last-child{text-align: right;}
.r_view > div ul li:last-child >a{top:0;right:0;height: 49px;}
.r_view > div ul li:last-child >a:hover{background:#000 url(../img/p3_w.png)no-repeat 17px 17px}
.r_view > div ul li:last-child span{padding-right:80px}

.r_view > div .file_list ul li {float: none; text-align: left; width: 100%;}
.r_view > div .file_list ul li a {position: relative; display: inline-block; height: auto; background: url(../img/red_file.png)no-repeat 0; padding-left: 27px;}
.r_view > div .file_list ul li a:hover {background: url(../img/red_file.png)no-repeat 0;color:#777}



/*CONTENT*/
#content-wrap{
	width:1180px;
	margin:100px auto 180px;
}
/*주요수행실적*/
p.nodata {
    margin-top: 0;
    color: #999;
}
.result_list ul li{
	margin-bottom:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.result_list ul li dl{overflow: hidden}
.result_list ul li dl dd{float:left;width:65%}
.result_list ul li dl dd:first-child{width:30%}
.result_list ul li dl dd:first-child img{width: 100%;height: 100%;vertical-align: top}
.result_list ul li dl dd:nth-child(2){padding:50px 20px}
.result_list ul li dl dd b{display: inline-block;background:#f36d2b;color: #fff;padding:5px 20px;margin-right: 10px}
.result_list ul li dl dd span{color: #f36d2b;font-size:16px;}
.result_list ul li dl dd strong{display:block;font-size:20px;color: #000;margin:15px 0 5px}
.result_list ul li dl dd p{font-size:20px;color: #000;margin:0 0 5px}
.result_list ul li dl dd em{font-size:16px;font-style: normal}

/*클라이언트*/
section.client {
    height: 1830px;
}
/*고객지원*/
.table_wrap h5 {
    font-size: 22px;
    color: #222;
	font-family: 'NotoKr-Regular';
	margin-top:50px
}
.table_wrap p.box {
    padding: 10px 20px;
    color: #999;
    border: 1px solid #999;
    height: 150px;
    overflow-y: auto;
    margin: 10px 0;
}
.m_new_list ul li {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px;
}
.file_list {
    background: #f4f4f4;
    margin-top: 30px;
    padding: 15px;
}
.m_new > div p.nodata {
    margin-top: 0;
    color: #999;
}
.m_new ul {
    text-align: center;
    margin-top: 20px;
}
.file_list ul li {
    float: none;
    text-align: left;
    width: 100%;
}
.file_list ul li a {
    position: relative;
    display: block;
    height: auto;
    background: url(../img/red_file.png)no-repeat 0;
    padding-left: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*오시는길*/

.map_info > ul >li > p{font-size:28px;text-align: center;margin:30px 0}
.map_info > ul >li > p span{font-size:28px; color:#52B6B3}
.iframe{border:1px solid #e0e0e0;padding:15px}
.map_box{background: url(../img/sub5/map_icon.png)no-repeat 15px center;border:1px solid #e0e0e0;padding:15px;margin:10px 0}
.map_box ul li{padding:5px}
.map_box ul li p{color:#666;display: inline-block;font-size: 16px;margin-left:80px;background: url(../img/sub5/address_icon.png)no-repeat 0 center;padding-left:20px}
.map_box ul li span{display: inline-block;margin-left:20px}
.map_box ul li span em{font-style:normal;color:#52B6B3}
.map_box ul li:nth-child(2) p:first-child{background: url(../img/sub5/tel_icon.png)no-repeat}
.map_box ul li:nth-child(2) p:nth-child(3) {
    background: url(../img/sub5/fax_icon.png)no-repeat 0 center;
    padding-left: 26px;
}
.map_box ul li:nth-child(2) p:nth-child(5) {
    background: url(../img/sub5/email_icon.png)no-repeat 0 center;
    padding-left: 28px;
}
.bus_box {
    background: url(../img/sub5/subway.png)no-repeat left 10px top 10px;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 90px;
	position: relative
}
.bus_box:before {
    content: "";
    background: url(../img/sub5/bus.png)no-repeat center;
    display: inline-block;
    width: 68px;
    height: 73px;
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: 136px;
}
.bus_box ul li{padding:5px}
.bus_box ul li p{color:#333;font-size: 16px;margin-left:60px;padding-left:20px}
.bus_box ul li b{color:#333;display: inline-block;font-size: 16px;margin-left:60px;padding-left:20px; color:#000}
.bus_box ul li em.start{font-style:normal;color:#000}
.bus_box ul li span{color:#3aa60a}
.bus_box ul li span+em{margin-left:15px;color: #999}
.bus_box ul li span.red{color:#52B6B3}

.bus_box ul li.blue p span{color:#2060d6}
.bus_box ul li.green p span{color:#3aa60a}
.bus_box ul li.orange p span{color:#eda128}
.bus_box ul li.red p span{color:#ed283b}




/*페이지*/
.pagination{text-align: center;margin:50px 0 100px}
.pagination > a{display: inline-block;padding:10px;border:1px solid #ddd;width:25px;height:24px}
.pagination > a:hover{background:#d9d9d9}
.pagination > a:nth-child(2){margin-right:30px}
.pagination > a:nth-child(4){margin-left:30px}
.pagination a > span a{padding:10px}
.page_n a{padding:10px}
.page_n a.on{color:#f26520;border-bottom:1px solid #f26520}
.page_n a:hover{color:#f26520;border-bottom:1px solid #f26520}

/*input & select*/
input.txt{
	box-sizing:border-box;width:100%;height:30px;
	padding:0 10px;
	border:1px solid #c6cbd8;
	outline:None;
}
input.txt1{width:50px;height:30px;padding:0 10px;
	border:1px solid #c6cbd8;
	outline:None;}
input.txt2{width:150px;height:30px;padding:0 10px;
	border:1px solid #c6cbd8;
	outline:None;}
input.txt3{width:250px;height:30px;padding:0 10px;
	border:1px solid #c6cbd8;
	outline:None;}
input.txt4{width:370px;height:30px;padding:0 10px;
	border:1px solid #c6cbd8;
	outline:None;}
input.txt5{width:500px;height:30px;padding:0 10px;
	border:1px solid #c6cbd8;
	outline:None;}


.table_wrap select{
	box-sizing:border-box;height:30px;
	padding-left:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(../img/icon/bottom_arrow.png) no-repeat right 15px center;
	border:1px solid #c6cbd8;outline:None;vertical-align:middle;
}
select::-ms-expand { 
  display: none;
}

textarea{
	box-sizing:border-box;width:100%;height:300px;
	padding:10px;
	border:1px solid #c6cbd8;
	outline:None;resize: none;
}
input[type='checkbox']{
	position:relative;width:17px;height:16px;
	background:url(../img/btn/input_ck.png) no-repeat 1px 1px;
	border:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline:none
}
input[type='checkbox']:checked:after{
	content:'';
	position:absolute;width:17px;height:16px;
	background:url(../img/btn/input_ck.png) no-repeat 1px bottom;
}
input[type='radio']{
	position:relative;width:17px;height:16px;
	background:url(../img/sub4/input_off.png) no-repeat 0;
	border:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline:none
}
input[type='radio']:checked:after{
	content:'';
	position:absolute;width:17px;height:16px;
	background:url(../img/sub4/input_on.png) no-repeat 0;
}

label input{margin-right:5px;vertical-align:-4px}
label+label{margin-left:15px}

input::-webkit-input-placeholder { color:#CCC;font-size:13px }
input:-moz-placeholder { color:#CCC;font-size:13px}
input::-moz-placeholder { color:#CCC;font-size:13px }
input:-ms-input-placeholder { color:#CCC;font-size:13px }

/*btns*/
.btn_datepicker{
	position:absolute;
	display:inline-block;width:16px;height:16px;
	margin:7px 0 0 -24px;
	background:url(../img/icon/calendar.png) no-repeat;
	font-size:0
}
.btn_datepicker:hover,
.btn_datepicker.on{background-position:0 -16px}

.btns_top{margin-bottom:15px}
.btns_top .total{margin:0 10px 0 0;background-position: 0 2px}
.btns_top a{
	display:inline-block;box-sizing:border-box;height:30px;line-height:30px;
	padding:0 10px;
	background:#444;border-radius:2px;
	text-align:center;color:#fff;
}
.btn_r{margin-top:25px;text-align:right}
.btn_c{margin:50px 0;text-align:center}
.btn_l{margin-top:25px}

.btn_r+.btn_l{position:absolute;margin-top:-37px}
.btn_r a,
.btn_c a,
.btn_l a
{   
	display:inline-block;box-sizing:border-box;min-width:100px;height:37px;line-height:37px;
	padding:0 15px;
	background:#444;border-radius:2px;
	text-align:center;color:#fff;font-size:14px;font-weight:600
}

.btn_r+.btn_l{position:absolute;margin-top:-37px}
.btn_r a,
.btn_c a,
.btn_l a{
	display:inline-block;box-sizing:border-box;min-width:180px;height:37px;line-height:37px;
	padding:0 15px;
	background:#fff;border-radius:2px;
	text-align:center;color:#666;font-size:14px;border:1px solid #555;margin:5px
}
.btn_c a:hover{opacity:0.7;transition:.3s}
a.btn{
	position: relative;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    height: 25px;
    line-height: 0px;
    background: #444;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    padding: 16px 20px;
}

a.red{background:#52B6B3;color:#fff;border:1px solid #52B6B3 }
a.gray{background:#777}

a.link{border-bottom:1px dashed #888;}

/*추가사항*/
/*등록게시물 없을때*/
.list_none p{
	padding: 70px;
	font-size: 20px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 110px
}
.list_none_card p{
	padding:30px;
	font-size:20px;
	text-align:center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

.qan_form {
    margin-bottom:80px;
    text-align: center;
}

/*21.01.29*/
.top_con {
    padding-left: 50%;
    margin: 100px 0 150px;
	position:relative
}
.top_con:before {
    content: '' ;
    display: inline-block;
    background: url(../img/sub2/sub_bg.jpg)no-repeat;
    position: absolute;
    top: -42px;
    width: 460px;
    height: 240px;
    left: 0;
}
.top_con > strong {
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}
.sub_top div.top_con > p {
    font-size: 16px;
    color: #333;
    font-family: 'NotoKr-Regular';
    text-align: left;
    position: relative;
    top:0;
    letter-spacing:0;
}



.sub_top div.txt > p {
    font-size: 16px;
    color: #333;
    font-family: 'NotoKr-Regular';
    text-align: left;
    position: relative;
    top:0;
    letter-spacing:0;
}
div.area{overflow:hidden}
div.area > div.title {
    float: left;
    width: 20%;
    background: #52b6b3;
    border-radius: 50%;
    height: 200px;
}
div.area > div.title span,
div.area > div.title em{display:block;text-align:center;color:#fff;font-size:20px;font-style:normal}
div.area > div.title span{padding-top:30%}
div.area > div.txt{float:right;width:75%;margin-top: 4%;}
div.area > div.txt > p{font-size:18px}
div.area > div.txt ul li{color:#999}
div.area > div.txt ul li:before{content:'-';display:inline-block;margin-right:5px}




/*21.01.29*/
.container2 strong {
    display: block;
    margin: 20px 0 5px
}
table+table {
    margin-top: 15px;
}
.code.code--right.aos-init.aos-animate {
    position: relative;
}
.right {
    position: absolute;
    right: 8px;
    top: 21px;
    color: #999;
    font-size: 14px;
}
.tab_type2 {
    overflow: hidden;
    margin: 20px 0 60px;
}
.tab_type2 li {
    float: left;
    width: 21.8%;
    text-align: center;
    color: #999;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    padding: 15px;
    border-right: 1px solid #fff;
    cursor: pointer;
}
.tab_type2 li:last-child{border-right:1px solid #d9d9d9}
.tab_type2 li.on,
.tab_type2 li:hover{color:#333;border-color:#333;border-right-color:#333}
.link_list h5{font-size:24px;font-weight:500;margin-bottom:15px}
.link_list li{background:#f9f9f9;border:1px solid #eee;padding:15px;margin-bottom: 10px;}
.link_list li a:hover{color:#52B6B3;}

