@import url('/css/common.css');


/*메인페이지index.php*/
/*비주얼 슬라이더 */

.swiper-visual .carousel_cover{
	width: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}
.swiper-visual .swiper-slide{
	overflow: hidden;
}
.swiper-slide.visual0 .carousel_img {
	width: 100%;
	background: url(/img/visual_01.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.swiper-slide.visual1  .carousel_img {
	width: 100%;
	background: url(/img/visual_01.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.swiper-slide.visual2  .carousel_img {
	width: 100%;
	background: url(/img/visual_06.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.swiper-button-next, .swiper-button-prev{
	opacity: 0.3; 
}
.swiper-visual .carousel_cover,.swiper-visual .swiper-slide,.swiper-slide .carousel_img{
	height: 90vh;
}
/*
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.swiper-slide.swiper-slide-active .carousel_img{
  -webkit-animation: infinite zoom 20s;
  animation:infinite zoom 20s;
}
*/
.swiper-visual .swiper-slide .slide-caption{
	width: 100%;
	position: absolute;
    text-align: center;
    top: 50%;
	margin-top: -110px;
    line-height: 1.5;
	z-index: 2;
}
.swiper-visual .swiper-slide .slide-caption h3,
.swiper-visual .swiper-slide .slide-caption p,
.swiper-visual .swiper-slide .slide-caption a{
opacity: 0;
transform: translate(0, 45px);
transition: all 1s;
}
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption h3{
	transition-delay: 0.2s;	
}
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption p{
	transition-delay: 0.7s;
}
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption a{
	transition-delay: 1s;
} 
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption h3, 
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption p, 
.swiper-visual .swiper-slide.swiper-slide-active .slide-caption a{
opacity: 1;
transform: translate(0, 0) !important;
}
.swiper-visual .slide-caption  h3 {
    font-size: 3rem;
    color: #fff;
    font-weight: 500;
	word-break: keep-all;
	white-space: normal;
}
.swiper-visual .slide-caption p {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1px;
	margin: 20px 0;
	word-break: keep-all;
	white-space: normal;
}
.swiper-visual .swiper-pagination {
    top: 50%;
    margin-top: -150px;
	height: 30px;
}
.swiper-visual .swiper-pagination-bullet{
width: 12px;
height: 12px;
}


/* container ****************************************************************/
 .subbg {
	min-height:100px			
}
/* Index - mainContent ****************************************************************/
#index_txt{
	z-index:1;
	position:absolute;
	top:205px;
	right:40%;
	margin-right:-180px;
}


#maincontent{
	position:relative;
}

.index_height{
	 min-height: 203px;
	 height: auto !important;
}

.sub_width{
	 width: 800px;
}

#maincontent h2{
background: url(/img/img_dot.png) no-repeat 0 center;
padding-left: 15px;
font-size: 1rem;
font-weight: 500;
}
#maincontent > div{
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1px solid #e4e4e4;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-right: 10px;
height: 190px;
}
#maincontent .btn_more{
position: absolute;
right: 15px;
top: 15px;
}
#maincontent .content1{
width: 270px;
}
#maincontent .content2{
width: 535px;
}
#maincontent .rates{
width: 310px;
margin-right: 0;
}
#maincontent .content2 ul {
overflow: hidden;
padding: 35px 0 10px 15px;
}
#maincontent .content2 ul li{
width: 120px;
text-align: center;
border-right: 1px solid #e4e4e4;
float: left;
}
#maincontent .content2 ul li a{
display: block;
-webkit-border-radius: 45px;
-moz-border-radius: 45px;
border-radius: 45px;
height: 90px;
width: 90px;
text-align: center;
margin: 0 auto;
padding-top: 7px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#maincontent .content2 ul li a:hover{
background-color: #ededed;
}
#maincontent .content2 ul li:last-child{
border-right: none;
}
#maincontent .rates h2{
background: url(/img/img_dot.png) no-repeat 0 4px;
}
#iframe {
	width:185px;
	height:162px;
	  
}
#maincontent .partners_link{
margin: 10px 0 10px;
width: 1136px;
height:45px;
}
#maincontent .partners_link h2{
width: 100px;
float: left;
}
#maincontent .partners_link ul{
overflow: hidden;
}
#maincontent .partners_link li{
float:left;
text-align: center;
margin: 0 13px;
}
#maincontent .partners_link li a{
display: block;
}

.section-heading{
font-size: 3rem;
}
.section-subheading{
padding: 20px 0;
font-size: 1.2rem;
}

/*메인 게시판*/
.main-board{
position: absolute;
width: 100%;
z-index: 1;
bottom: 0px;
}
.main-board .container{
padding:2rem 3rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow:  6px 0px 15px rgba(0,0,0,.4);
-moz-box-shadow:  6px 0px 15px rgba(0,0,0,.4);
box-shadow:  6px 0px 15px rgba(0,0,0,.4);
background: #043269;

background: rgb(4,50,105);
background: linear-gradient(304deg, rgba(4,50,105,1) 0%, rgba(71,123,172,1) 64%, rgba(4,50,105,1) 100%);

-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.main-board .row{
align-items:center;
}
.main-board .main_left{
height: 100%;
border-right: 1px solid #fff;
}
.main-board .main_left .txt_time{
color: #fff;
font-size: 1.2rem;
}
.main-board .main_left .txt_tel{
color: #fff;
font-size: 2.5rem;
line-height: 1.5;
font-weight: bold;
}
.main-board h2{
color: #fff;
text-align: center;
}
.main-board .tit_left h2 {
font-size: 1.5rem;
padding-left:70px;
height: 100px;
line-height: 100px;
background: url(/img/ico_cs.png) no-repeat left center;
-webkit-background-size: 70px;
background-size: 70px;
}
.main-board .tit_board h2 {
font-size: 1.5rem;
padding-left:70px;
height: 100px;
line-height: 100px;
background: url(/img/ico_qna.png) no-repeat left center;
-webkit-background-size: 70px;
background-size: 70px;
}
.main-board .lat .lat_title{
display: none;
}
.main-board .lat{
background: none;
border: none;
margin-bottom: 0;
}
.main-board .lat ul{
padding:0;
list-style: none;
}
.main-board .lat ul li{
padding: 7px 40px 7px 0;
overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space:nowrap;
color: #fff;
}
.main-board .lat ul li{
border-bottom: 0;
}
.main-board .lat ul li:before{
display: none;
}
.main-board .lat ul li a,.main-board .lat ul li a:hover{
color: #fff !important;
}
.main-board .lt_more{
color: #fff !important;
display: inline-block;
margin: 20px 0;
display: none;
}
.main-board .lat .lt_more{
display: none;
}
.main-board .lat .lt_date{
color: #eee;
}
.main-board .lat .new_icon{
color: #fff;
background: #3aadf6;
}
.main-board .lat .lt_info{
display: none;
}
.lat li a{
font-weight: 400;
font-size: 1em;
}
/*메인 사업분야*/
.main_business{
position: relative;
max-width:1400px;
margin: 100px auto 0;
}
.main_business:before{
content:"ASSURED";
font-size: 250px;
color: #f7f7f7;
position: absolute;
right: -20%;
 bottom: -10%;
z-index:-1;
font-weight: 600;
}

.main_business .row > div{
padding: 1rem;
}
.main_business .row a > div{
height: 400px;
padding: 2rem;
line-height: 400px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
overflow: hidden;
z-index: 1;
vertical-align: middle;
text-align: center;
-webkit-border-radius: 50px !important;
-moz-border-radius: 50px !important;
border-radius: 50px !important;
overflow: hidden !important;
}
.main_business .row > div > a{
-webkit-border-radius: 50px !important;
-moz-border-radius: 50px !important;
border-radius: 50px !important;
}
.main_business h4{
font-size: 1.5rem;
color: #fff;
padding: 20px 20px 5px ;
text-align: left;
font-weight: 600;
}
.main_business h5{
font-size: 1.1rem;
margin-bottom: 1rem;
padding-left: 20px;
text-align: left;
color: #fff;
}
.btn_more{
display: inline-block;
margin: 0 auto;
height: 48px;
line-height: 44px;
color: #fff !important;
background: #043269;
border: 2px solid #043269;
transition:0.5s;
width: auto;
padding: 0 20px;
font-size: 1rem;
font-weight: 500;
text-align: center;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
}
.btn_more:hover,.btn_more:hover{
border-color: #fff;
background: none;
color: #fff !important;
}
.main_business .col-md-4 .btn_more{
opacity: 0;
}
.main_business .col-md-4:hover .btn_more{
opacity: 1;
}

.busn1 .div_bg{
background-image: url(/img/main01_01_04.jpg);
-webkit-background-size: cover;
background-size: cover;
}

.busn2 .div_bg{
background-image: url(/img/busn2.jpg);
-webkit-background-size: cover;
background-size: cover;
}
.busn3 .div_bg{
background-image: url(/img/busn3.jpg);
-webkit-background-size: cover;
background-size: cover;
}
.main_business a:hover {
display: block;
-webkit-box-shadow:10px 10px 15px rgba(0,0,0,.3);
-moz-box-shadow: 10px 10px 15px rgba(0,0,0,.3);
box-shadow: 10px 10px 15px rgba(0,0,0,.3);
}
.main_business .div_bg{
position: absolute;
left: 0;
top:0;
width: 100%;
height: 100%;
background-position: center;
-webkit-background-size: cover;
background-size:cocver ;
background-repeat: no-repeat;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
z-index: -1;
}
.main_business .div_bg:before{
content: "";
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
} 
.main_business .col-md-4:hover .div_bg{
 -ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); 
}
.main_business .col-md-4:hover .div_bg:before{
background: rgb(4,50,105);
background: linear-gradient(304deg, rgba(4,50,105,1) 0%, rgba(71,123,172,1) 64%, rgba(4,50,105,1) 100%);
opacity: 0.9;
}
.main_business .col-md-4:hover .div_bg {

}
.main_business .box{
margin-bottom: 30px;
}
.main_business .col-md-4:hover .btn_more{
background: none;
border-color: #fff;
color: #fff;
}
.busn1.on{
background-image: url(/img/main02_01_01.jpg);
}
.busn1.on:before{
background-color: rgba(4,27,65,1);
}
.busn2.on{
background-image: url(/img/main02_02_01.jpg);
}
.busn3.on{
background-image: url(/img/main02_03_01.jpg);
}
.busn4.on{
background-image: url(/img/main02_04_01.jpg);
} 


.sec_est{
background:url(/img/img_est.jpg) no-repeat center ;
background-attachment: fixed;
-webkit-background-size: cover;
background-size: cover;
}
.sec_est {
color: #fff;
}
.sec_est h2,.sec_est h3{
color: #fff;
}
/*관련사 링크*/
.main_link a {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
text-align: center;
border: 1px solid #fff;
cursor:default
}
/* .main_link a:hover{
border-color:#efefef;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} */
.main_link a img{
width: 100%;
max-width:190px;
display: inline-block;
padding: 10px 20px;
}


/*메인*/

.vision > div > div{
background: #fff;
padding: 50px 30px;
height: 100%;
}
.greeting .card{
box-shadow:0 0 19px 10px rgba(0,0,0,.1);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
}
 .card.bg-point  *{
color: #fff !important;
}
.vision h5{
    font-size: 1.8rem;
	margin-bottom: 0;
    color: #000;
    letter-spacing: -1px;
	font-weight: 600;
}
.vision p{
font-size: 1rem;
	font-weight: 600;
	margin-bottom: 150px;
}
.vision  ul li{
margin-bottom: 1rem;
font-size: 18px;
}
.li-check li{
margin-bottom:1rem;
}
.li-check li:last-child{
margin-bottom: 0;
}
.li-check li .fa{
color: #1f73cf;
}
.vision .card *{
color: #fff;
z-index:2;
text-shadow:0 3px 3px rgba(0,0,0,.3)
}
.vision .col-01 .card{
background: url(/img/main01_01_02.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
border: 0;
}
.vision .col-02 .card{
background: url(/img/main01_01_03.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
border: 0;
}
.vision .col-03 .card{
background: url(/img/main01_01_04.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
border: 0;
}
.vision .col-01 .card:before,
.vision .col-02 .card:before,
.vision .col-03 .card:before{
content:"";
display: block;
position: absolute;
left: 0;
top:0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.2);
}


/*left menu -  Sidebar ****************************************************************/

#sidebar {
	width: 100%; 	
	background:url(/img/sub_top_img1_bg.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
}
#sidebar.two {
	width: 100%; 	
	background:url(/img/sub_top_img1_bg.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
}
#sidebar.three {
	width: 100%; 	
	background:url(/img/sub_top_img1_bg.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
}
#sidebar.four {
	width: 100%; 	
	background:url(/img/sub_top_img1_bg.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
}
#sidebar.five {
	width: 100%; 	
	background:url(/img/sub_top_img1_bg.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
}
#sidebar .snb h2{
height: 430px;
line-height: 480px;
text-align: center;
color: #fff;
letter-spacing: 1px;
font-size:2rem;
font-weight: 500;
}
#sidebar .snb .menu {
background:#fff;
height: 55px;
border-bottom: 1px solid #d5d5d5;
}
#sidebar .snb .menu ul{
max-width: 1400px;
    margin: 0 auto 0;
    text-align: left;
}
#sidebar .snb .menu > ul > li{
display:inline-block;
width: 200px;
height: 54px;
line-height:54px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
position: relative;
border-right: 1px solid #d5d5d5;
background: url(/img/ico_down.png) no-repeat 95% center;
-webkit-background-size: 10px auto;
background-size: 10px auto;
}
#sidebar .snb .menu > ul > li.on{
background: url(/img/ico_up.png) no-repeat 95% center;
-webkit-background-size: 10px auto;
background-size: 10px auto;
}
#sidebar .snb .menu > ul > li:first-child{
border-left: 1px solid #d5d5d5;
}
#sidebar .snb .menu > ul > li ul{
display: none;
background: #fff;
border: 1px solid #d5d5d5;
position: absolute;
left: -1px;
top:54px;
width:201px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
z-index: 2;
}
#sidebar .snb .menu > ul > li.on ul{
display: block;
}
#sidebar .snb .menu > ul > li ul li{
width: 200px;
}
#sidebar .snb .menu li a,#sidebar .snb .menu li button{
background: none;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
width: 100%;
color: #464343;
font-size: 1rem;
text-decoration: none;
font-weight: 400;
text-align: left;
padding: 0 1rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 54px;
}
#sidebar .snb .menu li.on{
background: #f3f3f3;
}
#sidebar .snb .menu li.on li:hover{
background: #f3f3f3;
}

#sidebar .snb .menu > ul > li.home{
width: 54px;
background: none;
}
.ico.home {
    margin-bottom: -3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    opacity: 0.7;
    background: url(/img/ico_home.png) no-repeat center;
        background-size: auto;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
/*subpage - sub title & contents****************************************************************/
#subcontent{
width: 100%;
}
#subcontent #subbody{
	position:relative;
	font-size:1rem;
}
.sub_h3{
font-size: 3rem;
font-weight: 600;
text-align: center;
padding: 80px 0;
max-width:1400px;
margin: 0 auto;
}
.sub_h3 span{
display: block;
font-size: 1.5rem;
color: #414243;
}
.bar{
display: block;
width: 50px;
height: 2px;
background: #fff;
}
#subcontent > p{
height: 250px;
width: 100%;
text-align: center;
line-height: 1.5;
color: #fff;
font-size: 24px;
padding-top: 100px;
margin-left: -100px;
}
#subcontent > p span{
font-size: 1rem;
}
.sub_txt{
width: 800px;
margin: 30px auto;
line-height: 1.5;
}

/*subpage - 인사말****************************************************************/


/*subpage -연혁****************************************************************/
 
#subbody .sub_title {
margin: 20px auto 30px;
}
.his_wrap > li {
overflow: hidden;
padding: 0 0 100px;
background: url(/img/his_line.png) no-repeat center top;
}
.his_wrap > li:last-child{
background: url(/img/his_line_last.png) no-repeat center top;
}
.his_wrap > li > p{
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 24px;
font-weight: 600;
vertical-align: top;
}
.his_wrap > li > p > span{
display: block;
color: #043269;
margin-bottom: 30px;
font-size: 3rem;
line-height: 2rem;
}
.his_wrap > li > img{
padding: 10px;
}
.his_wrap > li > ul{
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.his_wrap > li.his_left p{
float: left;
text-align: right;
}
.his_wrap > li.his_left p span{
margin-right:120px;
}
.his_wrap > li.his_left ul{
float: right;
}
.his_wrap > li.his_left ul li{
padding-left: 120px;
margin-bottom: 30px;
}
.his_wrap > li.his_right p{
float: right;
text-align: left;
}
.his_wrap > li.his_right p span{
margin-left: 120px;
}
.his_wrap > li.his_right ul{
float: left;
text-align: right;
}
.his_wrap > li.his_right ul li{
padding-right: 120px;
margin-bottom: 30px;
}
.his_wrap > li span{
display: block;
font-weight: 600;
font-size: 1.5rem;
color: #aa750d;
}

@media (max-width:650px) {
	.his_wrap > li{
	background: none;
	}
	.his_wrap > li.his_left p,	.his_wrap > li.his_right p{
	float: none;
	width: 100%;
	text-align: left;
	}
	.his_wrap > li ul{
	float: none !important;
	width: 100% !important;
	}
	.his_wrap > li.his_right p span{
	margin-left: 0;
	}
	.his_wrap > li p span{
	display: block;
	margin-bottom: 10px;
	}
	.his_wrap > li ul li{
	padding-left: 10px !important;
	padding-right: 10px !important;
	text-align: left !important
	}
	.his_wrap > li:last-child{
	background: none;
	}
}

#subbody.main01_03 .col-lg-6.d-flex{
    flex-direction: column;
    justify-content: space-between;
}
#subbody.main01_03 .card{
padding: 0;
border: 0;
}

#subbody.main01_03 h5.ss{
display: inline-block;
padding: 15px 40px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: #043269;
color:#fff;
font-size: 24px;
}
/*subpage -조직도****************************************************************/
.org_tb{
width: 90%;
margin: 10px auto 30px;
border-collapse: collapse;
}

.org_tb th,.org_tb td{
border: 1px solid #c9c9c9;
text-align: center;
height: 40px;
line-height: 40px;
padding: 0 10px;
}
.org_tb th{
background: #e2e7f4;
}
.org_tb td:first-child{
background: #fafafa;
}
/* .org_tb td:last-child{
text-align: left;
} */
.sub_h4{
color: #000;
font-size: 2rem;
font-weight: 900;
margin-bottom: 2rem;
}
.sub_h4 span{
position: relative;
color: #000;
font-size: 2rem;
font-weight: 900;
display: inline-block;
}
.sub_h4 span:before{
content:"";
display: inline-block;
width: 100%;
height: 10px;
background: #aa750d;
z-index:-1;
position:absolute;
left:0;
bottom:5px;
opacity: 0.5;
}


/*조직도*/
.organizational-chart h1{
color: #fff;
}
.organizational-chart h1,
.organizational-chart h2,
.organizational-chart h3,
 .organizational-chart h4{
line-height: 60px;
font-weight: 400;
height: 60px;
}
ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #e0e0e0;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 1px;
}

ol.organizational-chart > li ol:after {
    height: 1px;
    left: 1px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 1px;
    left: 0;
    top: 47px;
    width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 1px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 1px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 1px;
}


/*** PRIMARY ***/
ol.organizational-chart > li > div {
    min-height: 55px;
    background-color: #1f73cf;
    margin-right: 1em;
	color: #fff;
}

ol.organizational-chart > li > div:before {
    bottom: 30px;
    height: 1px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 30px;
    right: -1em;
    width: 1px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 1px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
background-color: #d4e3f5;
color: #fff;
text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
border: 1px solid #a0a6b1
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #f5f5f5;
	border: 1px solid #d5d5d5;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #fff;
	border: 1px solid #d5d5d5;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
		max-width:302px;
    }
    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 1px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 1px;
        width: calc(50% + 1em + 1px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 1px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 1px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 1px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 1px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
		min-width:334px;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 1px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 1px;
        left: 0;
        top: 0;
        width: 100%;
    }

}






/*subpage -오시는 길 ****************************************************************/
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 45px;
    width: 100%;
    font-size:12px;
	overflow: hidden;
}
ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:25%;
    height: 45px;
    line-height: 45px;
    border-left: none;
    font-weight: 400;
    background: #ebebeb;
    overflow: hidden;
    position: relative;
	border-right: 1px solid #d4d4d4;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0 ;
	border-radius: 8px 8px 0 0 ;
}
ul.tabs li.active {
    color:#fff;
	background: #01a4b6; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #01a4b6 0%, #004f9b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #01a4b6 0%,#004f9b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #01a4b6 0%,#004f9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a4b6', endColorstr='#004f9b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-weight: 500
}
ul.tabs li:last-child{
border-right: 0;
}
.tab_content {
    padding: 5px;
    font-size: 12px;
    display: none;
	padding-top: 50px;
}
.tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container .tab_content ul li {
    list-style:none
}
.add_st{
line-height: 2;
padding: 20px 0;
margin: 0 auto;
}
.add_st span{
	font-size: 1.1rem;

	font-weight: 500;
	width: 170px;
	display: inline-block;
	padding: 10px;
	background: #f5f5f5;
	margin-right: 20px;
	text-align: center;
}
.add_st li:first-child{
	border-top: 1px solid #d5d5d5;
}
.add_st li {
padding: 0;
border-bottom: 1px solid #d5d5d5;
}
.add_st li p{
word-break:keep-all;
}
/* .add_st .loc span{
padding-left: 40px;
background: url(/img/ico_loc.png) no-repeat left center;
-webkit-background-size: 24px 24px;
background-size:24px 24px ;
}
.add_st .tel span{
padding-left: 40px;
background: url(/img/ico_tel.png) no-repeat left center;
-webkit-background-size: 24px 24px;
background-size:24px 24px ;
margin-bottom: 0;
}
 */
.loc_h4{
display: inline-block;
width: 150px;
height: 150px;
line-height: 110px;
text-align: center;
font-size: 1.5rem;
color: #fff;
z-index: 10;
padding-top: 50px;
background: #1f73cf  url(/img/ico_loc_w.png) no-repeat center 30px;
-webkit-background-size: 50px;
background-size: 50px;
position: absolute;
right: 70px;
top:0
}
@media (max-width:500px) {
	.add_st span{
	display: block;
	text-align: left;
	}
	.add_st ul{
	padding: 0 10px;
	}
}
/*    

AIzaSyA6sLsUEHR571NKTGYc7W7AKvrKYUr9M4o

*/
/*subpage -서비스 ****************************************************************/
#subbody.service dl{
display:flex;
padding: 30px 0;

}
#subbody.service dl dt{
color: #aa750d;
font-weight: 600;
font-size: 1.5rem;
}
#subbody.service dl ul li{
line-height: 2;
}
#subbody.service dl ul li:before{
content:"-";
margin-right: 10px;
}
#subbody.service .service-img{
padding: 30px 10px;
display:flex;
flex-wrap: wrap;
gap:80px;
flex-wrap:wrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
justify-content:center;
}
#subbody.service .service-img img{
height: 70px;
}

#subbody.service p{
line-height: 2;
margin-bottom: 20px;
}
.img_tab{
width: 100%;
max-width:600px;
margin:0 auto;
height:150px;
}
.img_tab li{
width: 25%;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
}
.img_tab li > a{
display: block;
width: 100%;
height:150px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media (max-width:400px) {
.img_tab {
height: 75px;
}
.img_tab li{
width: 25%;
padding: 0;
}
.img_tab li > a{
height: 100px;
}
#subbody.service .sub_title{
padding: 10px 0;
font-size: 1.5rem;
margin: 0 auto 10px;
}
#subbody.service .sub_title strong{
font-size: 1.5rem;
}
}

#subbody.service  .sec02{
background: url(/img/main02_01_sec02.jpg) no-repeat;
background-attachment: fixed;
padding: 100px 0;
}
#subbody.service  .sec02 .card{
background: rgba(0,0,0,.2);
border: 0;
}
#subbody.service  .sec02 .card *{
color: #fff;
}

/*subpage -해외파트너 ****************************************************************/
#subbody.partners .row .col-md-6{
margin-bottom: 3rem;
}
#subbody.partners .countries{
display:flex;
gap:20px;
flex-wrap: wrap;
}

.swiper-button-next, .swiper-button-prev {
    opacity: 0.3;
	position: absolute;
	top: 50%;
	width: 24px;
	height: 19px;
	margin-top: -11px;
	z-index: 10;
	cursor: pointer;
	background-size: 20px 26px;
	background-position: center;
	background-repeat: no-repeat;
}
/* footer ****************************************************************/
footer{
border-top: 1px solid #d5d5d5;
overflow: hidden;
color: #bdbdbd !important;
}
footer a,footer a:hover{
color: #bdbdbd !important;
}
footer .container{
max-width: 1400px;
padding:0 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
footer img{
padding: 25px 20px;
}
footer .footer_top{
background: #eee;
/* background: #2c3238; */
}
footer .footer_top a{
display: inline-block;
padding: 0 15px;
border-left: 1px solid #969696;
line-height: 1;
vertical-align: bottom;
color: #444 !important; 
}
footer .footer_top a:first-child{
border-left: 0;
padding-left: 0;
}

footer p{
	color: #bdbdbd;
	padding:15px;
	margin: 0 auto;
	line-height: 1.3;

}
footer dl {
padding: 10px 0 20px;
}
footer dl dt{
padding-bottom: 10px;
font-size: 1.2rem;
}
footer dl dt,footer dl dd{
color: #bdbdbd ;
line-height: 1.8;
}
/*게시판 스타일*/

.board_list th, .board_list td{
height: 45px !important;
font-size: 14px !important;
}
.board_list th{
background: #fafafa !important;
font-weight: 500 !important;
border-top: 2px solid #1a68a6 !important;
}
.board_list tr.bg0{
background: #fff !important;
}
#writeContents{
font-size: 14px !important;
}
.view_tb{
height: 40px;
line-height: 40px;
-webkit-box-sizing: border-box;s
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.write_tb th,.write_tb td{
height: 40px;
line-height: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: none;
border-bottom: 1px solid #eee;
}

.pclnb{display: block;}
#mMenu,.menu_btn{
display:none;
}
.tb_st{
width: 100%;
}
.tb_st th,.tb_st td{
border: 1px solid #ccc;
border-collapse:collapse;
border-spacing:0;
height: 50px;
line-height: 50px;
padding: 0 10px;;
}
.tb_st th{
background: #f9f9f9;
text-align: center;
font-weight:normal;
color:#5085c5;
font-weight:500;
}
.tb_st strong{
color:#5085c5;
font-weight:500;
}
.tb_st .tb_2line{
line-height:1.5;
text-align: center;
}

.tb_st th,.tb_st .tb_2line, .tb_st .td3{
width:150px;
}
.tb_st_1 th{
font-weight: 900;

}
/* .tb_st_1 th:before{
content:"";
display: inline-block;
margin-right: 10px;
width: 5px;
height: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #5085c5;
    line-height: 50px;
    vertical-align: middle;
} */
.tb_st_1 th,.tb_st_1 td{
padding: 10px;
}
section{
padding: 20px 0;
}

/*게시판*/
.board_wrap *{
-ms-word-break: keep-all;
word-break: keep-all;
}
.board_wrap a,.board_wrap a:hover{
color:#fff !important;
font-weight: 4;
font-size: 1rem;
}
.board_wrap .bo_tit a{
color: #3c3c3c !important;
font-weight: 400;
}
.board_wrap a.btn, .board_wrap button.btn,.board_wrap .btn_submit{
height:30px;
line-height:30px;
padding: 0 10px;
font-size: 1rem;
font-weight: 400;
}
.board_wrap a.btn, .board_wrap .btn_submit{
background:#0c4da1;
border-color:#09336c
}
.board_wrap button.btn{
background:#eee;
color:#3c3c3c;
border-color:#d5d4d4
}
.cmt_btn{
font-size: 16px;
font-weight: 400;
}
.btn_confirm .fa{
margin-top: 10px;
}
.board_wrap .tbl_wrap table{
border-left: 0;
border-right: 0;
}
.board_wrap .tbl_wrap table th a{
color:#3c3c3c !important;
font-weight: 400;
}
#bo_list tbody tr:hover .td_chk{
border-left: none !important;
}
.board_wrap .bo_vc_act a, .board_wrap .bo_v_nb a{
color: #3c3c3c !important;
font-weight: 400;
}
.bd_view_tb{
border-collapse: collapse;
width: 100%;
border-top: 1px solid #c9c9c9;
}
.bd_view_tb th{
background: #f7f7f7;
height: 50px;
padding: 0 5px;
border-bottom: 1px solid #c9c9c9;
text-align: center;
}
.bd_view_tb td{
height: 50px;
padding: 0 5px;
border-bottom: 1px solid #c9c9c9;
}

#bo_cate a{
color: #000 !important;
font-weight: 300;
}
#bo_cate #bo_cate_on{
color: #fff !important;
}
#bo_v_top{
}
#bo_v header{
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.write_div label{
margin-top: 20px;
font-weight: 500;
font-size: 16px;
}
#bo_w .bo_w_link label,#bo_w .bo_w_flie .file_wr label{
margin-top: 0;
}

.est-form #btn_submit.btn_more{
padding: 0 30px;
}
#btn_submit.btn_more:hover{
border-color: #3c3c3c;
color: #3c3c3c !important;
}
/*버튼*/

.board_body .btn_submit{
	background: #01a4b6; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #01a4b6 0%, #004f9b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #01a4b6 0%,#004f9b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #01a4b6 0%,#004f9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a4b6', endColorstr='#004f9b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#login_info a{color: #1d1d1d!important;}
#mb_login{margin:20px auto;}
#mb_login #login_fs .btn_submit{height: 40px;line-height: 40px;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}

#to_top {
    position: fixed;
    right: 15px;
    bottom: 45px;
    z-index: 100;
    display: none;
	cursor:pointer;
}

.board_wrap #bo_w{
max-width:1000px;
margin: 0 auto;
}
.board_wrap h3.text-point{
font-size: 2rem;
}
.write_div.bg-light{
padding:1rem 1.5rem;
}
.write_div.bg-light iframe{
background: #fff;
}



/*게시판*/

.board_wrap{
font-size: 1rem;
/* max-width:1200px !important; */
margin: 0 auto;
}


/*게시판 읽기*/


/*로그인*/
.mbskin{
margin-top: 0;
font-size: 1rem;
}
.mbskin::before, .mbskin::after{
-webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow: none;
}

.navbar-toggler{
display: none;
}
#bo_v_info{
border-bottom: 0;
padding: 0;
}
#bo_v_info .profile_info .profile_info_ct{
float: none;
font-size: 16px;
}
#bo_v_info .profile_info{
float: none;
width: 100%;
display: flex;
margin-top: 0;
}







@media (min-width:1400px){
	.container {
		max-width: 1400px;
	}
}


@media (max-width:1400px) {
	.pcMenu {
		margin-right: 0;
		padding-right: 0;
	}
	.main-board .container{
	max-width:100%;
	}
	#container{
	width: 100%;
	}
	.subbg{
	background: none;
	}
	#subcontent{
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#subbody{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.main-board{
	padding: 0;
	position: static;
	}
	.main_business{
	margin-top: 0px;
	}
	.sub_h3{
		margin-left: 0;
		padding: 10px 0 10px 10px;
		}
	.org_img{
		max-width:920px;
		margin: 0 auto;
	}
	.his_img{
		display: none !important;
		}
}

@media (max-width:1200px) {
	.main-board{
	padding: 0;
	position: static;
	}
	.main-board .tit_board h2,	.main-board .tit_left h2{
	padding-left: 40px;
	-webkit-background-size: 40px;
	background-size: 40px;
	font-size: 1.2rem;
	}
	.main-board .main_left .txt_tel{
	font-size: 2rem;
	}
	.main-board .main_left{
	border-right: 0;
	}

	#header #gnb .top_menu > ul > li{
	width: 130px;
	}
	#subbody.service .sv-left,
	#subbody.service .sv-right{
	background: none;
	min-height:400px;
	}
	.sv-left .sv_txt{
	bottom: 0;
	}
	.sv_img{
	padding: 5px;
	}
}
	@media (max-width:991px) {
		p,div,ul,li,th,td,dt,dd{font-size:16px;}		
		.display-4{
		font-size: 2rem;
		}
		
		.container{
		max-width:100%;
		}
		.swiper-slide .slide-caption h3{
		font-size: 1.5rem;
		}
		.swiper-visual .slide-caption p{
		font-size: 16px;
	}
		#wrap{
		padding-top: 55px;
		}
		.carousel-item{
		height:40vh !important;
		min-height:200px
		}
		.carousel-caption {
		left: 0;
		text-align: center;
		width: 100%;
		}
		.carousel-caption .h3_span{
		font-size: 20px;
		}
		.carousel-caption h3{
		font-size: 24px;
		text-align: center;
		}

		#subbody{
		padding:10px 5px; 
		}
		.sub_h3{
		font-size: 24px;
		}
		#subbody.greeting h4{
		font-size: 2rem;
		}
		.greeting .p-5{
		padding: 1rem !important;
		}
		.tb_st th,.tb_st .tb_2line, .tb_st .td3{
		width:auto;
		}
		.tb_st th,	.tb_st td{
		font-size:12px;
		padding:0;
		line-height:1;
		text-align: center;
		}
		#header{
		height: 55px;
		}
		#header .container{
		max-width:100%
		}
		#header h1{
		padding-left: 0px;
		padding-top: 0px;
		width: 100%;
		text-align: center;
		}

		.navbar-toggler{
		display: block;
		position:absolute;
		height: 55px;
		line-height: 55px;
		border-left: 1px solid #e6e6e6;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		right:0px;
		top:0px;
		cursor:pointer;
		}
		.navbar-toggler span{
		padding: 0;
		line-height: 40px;
		margin: 0;
		}
		.close_gnb{
		position:absolute;
		right:12px;
		top:12px;
		}
		#tnb{
		position: fixed;
		bottom:0;
		left: 0;
		width: 100%;
		background: #fff;
		border-top: 1px solid #ddd;
		}
		#header .pcMenu,#header .pclnb{
		display: none;
		}

		#mMenu, .m_home, .close_gnb,.menu_btn{
		display: block;
		}
		.navbar-header{
		width: 100%;
		}
		.navbar{background: #fff;border-bottom: 1px solid #eee;}
		
		/*모바일 메뉴 */

		#mMenu {
		right:-1000px;
		width:100%;
		min-width:0;
		position:fixed;
		padding-left:0;
		z-index:9999;
		top:0px;
		margin:0;
		background:#fff;
		border-left: 1px solid #ddd;
		box-shadow: -3px 10px 25px 12px rgba(0,0,0,.25);
		overflow:auto;
		}
		.member_wrap{
		width: 100%;
		}
		.member_wrap ul {
		overflow: hidden;
		height: 50px;
		line-height: 50px;
		text-align: left;
		}
		.member_wrap ul li {
		display: inline-block;
		}
		.member_wrap ul li a, 
		#header.scroll .member_wrap ul li a{
		padding: 0 20px;
		color: #fff !important;
		font-weight: 300;
		}
		.member_wrap ul li:first-child a{
		border-right: 1px solid rgba(255,255,255,.7);
		}
		#mMenu ul {
		list-style:none;
		border-top:1px solid #e0e0e0;
		}
		#mMenu .m_nav > li {
		position:static !important;
		}
		#mMenu .m_nav > li > a {
		display:block;
		height:55px;
		line-height:55px;
		border-bottom:1px solid #e0e0e0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 10px 0 20px;
		background-color:#f7f7f7;
		color: #000 !important;
		font-weight:400;
		text-align: left;
		}
		#mMenu .m_nav > li a.nav_on{
		background-image:url(../img/ico_down.png);
		background-repeat:no-repeat;
		background-position:95% center;
		-webkit-background-size:12px;
		background-size:12px;
		}
		#mMenu .m_nav > li > a.nav_on.on{
		background-color:#e7e7e7;
		background-image:url(../img/ico_up.png);
		-webkit-background-size:12px;
		background-size:12px;
		}
		#mMenu .m_nav .m_nav_sub {
		margin:0;
		padding:0;
		display:none;
		}
		#mMenu .m_nav .m_nav_sub li a {
		display:block;
		height:50px;
		line-height:50px;
		border-bottom:1px solid #eee;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 10px 0 30px;
		color: #000 !important;
		text-align: left;
		}
		#mMenu #slidemenu .m_navbar-nav {
		min-width:0;
		width:100%;
		margin:0;
		border-top: 1px solid #e0e0e0;
		}
		#mMenu .m_navbar-nav .dropdown-menu li a {
		min-width:0;
		width:80%;
		white-space:normal;
		}

		#mMenu {
		background: #fff
		}






		/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
		#navbar-height-col {
		position:fixed;
		top:0;
		height:100%;
		bottom:0;
		width:80%;
		right:-80%;
		background:#f7f7f7;
		}
		#navbar-height-col.inverse {
		background:#fff;
		z-index:1;
		border:0;
		}
		#slide-nav .navbar-form {
		width:100%;
		margin:8px 0;
		text-align:center;
		overflow:hidden;
		/*fast clearfixer*/
		}
		#slide-nav .navbar-form .form-control {
		text-align:center
		}
		#slide-nav .navbar-form .btn {
		width:100%
		}
		#slide-nav .container {
		max-width:none !important;
		}
		#container, #subcontent,.sub_txt{
		width: 100%;
		}
		.main_business a{
		margin-bottom: 20px;
		}
		#sidebar .snb h2{
		height: 100px;
		line-height: 100px;
		font-size: 1.5rem;
		}
		.sub_h3 span{
		display: inline-block;
		}
		.swiper-visual .carousel_cover,.swiper-visual .swiper-slide{
		height: 60vh;
		}
		.slide-caption h3{
		font-size: 2rem;
		}
		.sv-right .sv_txt,.sv_img{
		padding-top: 0;
		}
		.sv-left .sv_txt{
		padding-bottom: 0;
		}
		.sv-left .sv_img {
		bottom: 0px;
		top: auto;
		}
		#subbody.service .sv-left, #subbody.service .sv-right{
		margin-bottom: 50px;
		}
		#subbody.service .sub_title,#subbody.service .sub_title strong{
		font-size: 1.5rem;
		}
}
	@media (min-width:768px) and (max-width:991px){
		.main-board .container{
		padding: 1rem;
		}
		.main-board .container .row > .col-md-2{
		margin: 0 !important;
		padding: 0 !important;
		}
	}
	@media (max-width:767px) {
		.main-board .container{
		padding: 1rem !important;
		}
		.main-board .tit_board h2, .main-board .tit_left h2{
		height: 70px;
		line-height: 70px;
		text-align: left;
		padding-left: 50px;
		font-weight: 600 !important;
		}
		.container{
		max-width:100%;
		}
		.section-heading{
		font-size: 2rem;
		}
		.section-subheading{
		font-size: 1rem;
		}
		.main_business h4{
		font-size: 1.2rem;
		}
		.main_business h5{
		font-size: 1rem;
		}
		.btn_more{
		height: 35px;
		line-height: 33px;
		font-size: 0.8rem;
		border-width: 1px;
		}
		#sidebar .snb .menu{
		border-top: 1px solid #d5d5d5;
		}
		#sidebar .snb h2{
		display: none;
		}
		#sidebar .snb .menu{
		padding-left: 53px;
		}
		#sidebar .snb .menu > ul > li.home{
		position: absolute;
		left: 0;
		}
		#sidebar .snb .menu > ul > li ul li,#sidebar .snb .menu > ul > li ul{
		width: 100%;
		}
		#sidebar .snb .menu > ul > li{
		display: block;
		float: left;
		width: 50%;
		}
		#sidebar .snb .menu li a, #sidebar .snb .menu li button{
		font-size: 0.8rem;
		}




		.his_wrap > li{
		padding-bottom: 20px;
		}
		.his_wrap > li > p > span{
		font-size: 1.5rem;
		font-weight: 600;
		color: #1f73cf;
		}
		.his_wrap > li.his_left ul li{
		margin-bottom: 10px;
		}
		.his_wrap > li span{
		font-size: 1rem;
		font-weight: 600;
		color: #000;
		}
		.his_wrap > li ul li span:before{
		content:"-";
		margin-right: 5px;
		}
		.org_img{
		display: none;
		}
		.main_business .row a > div{
		height: 200px;
		line-height: 200px;
		}
		.main_business a img{
		width: 60px;
		}
		.main_business .col-sm-6,
		.main_link .col-sm-6{
		width: 50%;
		margin-bottom: 20px;
		}

		/*오시는 길*/
		.loc_h4{
		display: none;
		}
		.add_st li,.add_st li:first-child{
		border: none;
		}
		.add_st p{
		padding-bottom: 20px;
		text-align: center;
		}
		.add_st span{
		text-align: center;
		width: 100%;
		font-size: 1rem;
		padding: 3px 3px 0 3px;
		margin-bottom: 10px;
		background-color: #f5f5f5;
		border: 1px solid #d5d5d5;
		}
		
		/*조직도*/
		.organizational-chart h1, .organizational-chart h2, .organizational-chart h3, .organizational-chart h4 {
		line-height: 40px;
		font-weight: 400;
		height: 40px;
		}
		ol.organizational-chart > li > div{
		min-height:40px;
		}

	
		/*글로벌 네트워크*/
		#subbody.partners .row{
		padding: 0px;
		background: #f4f4f4;
		}
		#subbody.partners .row .col-md-4{
		padding: 0 0 5px 0;
		}
		#subbody.partners .row dl{
		background: #fff;
		border-top: 1px solid #d5d5d5;
		border-bottom: 1px solid #d5d5d5;
		}
		#subbody.partners dl{
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		}
		
		#bo_sch{
		display: none;
		}
		#subcontent.board_wrap{
		padding-top: 0 !important;
		}
		#bo_w.est-form .bg-light{
		padding: 1rem;
		}
		.board_wrap h3.text-point{
		font-size: 1.2rem;
		}
	}

	@media (max-width:400px){
	.service .col-md-6{
	margin-bottom: 20px;
	}
	#subbody.greeting .greeting_1{
	text-align: left;
	padding: 5px !important;
	}
	#subbody.greeting .greeting_1 > .row{
	padding: 0 !important;
	}
	.swiper-slide .slide-caption h3{
	font-size: 1.5rem;
	}
	footer .footer_top a{
	border-left: 0;
	padding: 5px 0;
	display: block;
	}
}
#reg_result .btn_submit{
color: #fff;
}
#reg_result{
padding: 50px 0;
}
#bo_w .write_div{
font-size: 16px;
}
.btn_cke_sc{
height: auto;
font-size: 14px;
}
#ft_wr{
max-width:1400px;
}
#ft_link a,#ft_link a:hover{
display: inline-block;
font-size: 14px;
color: #fff !important;
margin-right: 20px;
}
#ft_link a:hover{
opacity: 0.7;
}
#ft_wr, #ft_copy{
font-size: 14px !important;
}
#ft_wr .ft_cnt{
float: none;
width: auto;
padding-left: 0;
}
#ft_wr p{
color: #fff;
opacity: 0.8;
font-size: 14px;
}
.more_opt li button, .more_opt li a,.more_opt li a:hover{
color: #000 !important;
font-weight:400 !important;
display: block;
text-align: center;
font-size:14px;
}
.more_opt li i{
display: none;
}
.board_wrap a.btn, .board_wrap button.btn, .board_wrap .btn_submit {
    height: 40px;
    line-height: 40px;
    min-width: 40px;
}
#bo_v_title .bo_v_tit{
font-size: 1.7rem;
font-weight: 500;
}
#bo_v_info{
margin-bottom: 10px;

}
#bo_list .tbl_head01 thead th,
.tbl_head01 td,
#bo_sch select,
#bo_sch .sch_input{
font-size: 16px;
}
#bo_list .td_datetime {
    font-style: normal;
}
#bo_list .td_name{
text-align: center;
}
#mb_login *{
font-size: 16px;
}
#login_info label span{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-top: 2px;
}