@charset "utf-8";


/* ---------------------------------- sub page */
/*
	sub layout
*/
#subWrap {
	position: relative;
	overflow: hidden;
    min-height: 400px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
/*    z-index: -2;*/
}

/* fade */
@media (min-width: 768px){
    .boardWrap,
    .banner_wrap,
    .snb_depth3,
    .business_common_tit,
    .sub-cont-section article,
    .sub_depth3_navi,
    .sub-cont-header {
        opacity: 0;
    }
}

.banner_wrap img {
	display: block;
	margin: 0 auto;
}

.sub-cont-header {
    padding-top: 140px; 
}
.sub-cont-header .inner {
    position: relative;
}
.sub-cont-header .inner:after {
    content: '';
    display: block;
    clear:both;
}
.sub-cont-header h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.1;
}

@media (max-width:991px) {
    .sub-cont-header h2 {
        font-size: 2.875rem;
    }
}
@media (max-width:767px) {
    .sub-cont-header h2 {
        font-size: 28px;
    }
}
/* social-list */
/*
@media (min-width:769px) {
    .sub-cont-header .ul_social_list {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5;		
    }
}
*/

@media (min-width:768px) {
    .sub-cont-header .ul_social_list {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5;		
    }    
}
/*
@media(max-width:770px) {
	.sub-cont-header .ul_social_list {
        position: static;
		margin-top: 20px;
    }
}
*/
ul.ul_social_list:after {
    content: '';
    display: block;
    clear:both;
}
ul.ul_social_list {
	display: inline-block;
    font-size: 0;
/*    margin: 0 -10px;*/
}
ul.ul_social_list li {
    display: inline-block;
}

ul.ul_social_list li a {
    position: relative;
    display: block;
    width: 55px;
    text-align: center;
}
@media (max-width:767px) {
    .sub-cont-header ul.ul_social_list {
        float: right;
        margin-top: 10px;
    }
	ul.ul_social_list li a {
		width: 34px;
	}
	ul.ul_social_list li a img {
		-webkit-transform: scale(.8);
		    -ms-transform: scale(.8);
		        transform: scale(.8);
	}
}

ul.ul_social_list li + li a:before {
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    content: '';
    width: 1px;
    height: 10px;
    background: #ddd;
}

ul.ul_social_list li a img {
    vertical-align: top;
}

ul.ul_social_list li a:hover img {
    opacity: .6;
    vertical-align: top;
}

@media (max-width:767px) {
    ul.ul_social_list li {
        margin-left: 0; text-align: center;
    }
/*
    ul.ul_social_list li img {
        width: 70%;
    }
*/
}

/* location */
.location-wrap {
    position: fixed;
    top: 119px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 190;
   
}

.location-wrap.fixed {
    position: fixed;
    top: 79px;
     -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}
    
.location-wrap .inner {
    position: relative;
    max-width: 1840px;
}
    
.location-wrap .location-ul {
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
}

.location-wrap .location-ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: -1px;
}

.location-wrap .location-ul > li:before {
    position: absolute;
    top: calc(50% - 8.5px);
    right: 20px;
    content: "";
    width: 17px;
    height: 17px;
    background: url('/resources/img/sub/ico_location_down_arrow.png') no-repeat center;
}

.location-wrap .location-ul > li.location-home {
    position: relative;
    display: inline-block !important;
}

.location-wrap .location-ul > li.location-home a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    min-width: 45px;
    height: 60px;
    text-align: center;
    border-width: 0;
    background-color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.location-wrap .location-ul>li>a {
	position: relative;
    height: 60px;
}
.location-wrap li a {
    display: block;
    padding: 22px 40px 20px 25px;
    min-width: 272px;
    font-size: 18px;
    line-height: 1;
    word-break: keep-all;
    font-weight: 500;
    color: #111;
}
@media(max-width:969px) {
	.location-wrap li a {
		font-size: 16px;
		min-width: 220px;
	}
}
.location-wrap .location-ul > li > a:after {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    content: '';
    width: 1px;
    height: 20px;
    background-color: #ddd;
}

.location-wrap .location-ul > li.location-home:after {
    display: none;
}

.location-wrap .location-ul > li:last-child > a,
.location-wrap .location-ul > li.on > a {
    font-weight: 500;
}

.location-wrap .location-depth2 {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0;
    background-color: #fff;
}

.location-wrap .location-depth2 a {
    font-size: 16px;
    padding: 17px 20px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px;
    background: transparent;
    line-height: 17px;
    color: #333;
}

.location-wrap .location-depth2 li.on a {
    color: #007eb3!important;
}

/* 2depth */
@media (max-width: 1200px) {

    .location-wrap,
    .location-wrap.fixed {
        top: 119px;
    }

    .location-wrap ul.location-ul {
        margin: 0 -20px 0;
    }
    
    .location-wrap ul.location-ul > li.location-home a {
        min-width: 55px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media (min-width: 1201px) {

   .location-wrap .location-depth2 li:not(.location-home) a:hover {
      background: #f8f8f8;
      color: #000;
    }
}


@media (max-width: 767px) {
    .location-wrap,
    .location-wrap.fixed {
        top: 84px;
    }
    .location-wrap ul.location-ul > li {
        display: none;
    }

    .location-wrap .location-ul > li.location-home {
        display: inline-block;
    }

    .location-wrap .location-ul > li:last-of-type {
        display: inline-block;
        width: calc(100% - 55px);
    }
    
    .location-wrap .location-ul > li:last-of-type a:after {
        display: none;
    }
    .location-wrap .location-ul>li>a {
        height: auto;
    }
    .location-wrap li a {
        font-size: 1rem;
        line-height: 47px;
        padding: 0 20px;
    }

    .location-wrap ul.location-ul > li.location-home a {
        min-width: 55px;
        height: 47px;
    }

    .location-wrap ul.location-ul > li.location-home img {
        width: 16px;
    }

    .location-wrap ul.location-ul .location-depth2 {
        top: 47px;
    }
    
    .location-wrap .location-depth2 a {
        font-size: 14px;
        padding: 13px 20px 11px;
    }
}

.sub-cont-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width:767px) {
	.sub-cont-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.sub-cont-section:last-child {
    padding-bottom: 120px;
}
@media (max-width:767px) {
	.sub-cont-section:last-child {
		padding-bottom: 60px;
	}
}

@media(max-width:1200px) {
	.table_wrap {
		overflow-x: auto;
	}
    
    .table_wrap:before {
        content: "좌우스크롤을 통해 하단 표의 더 많은 내용을 확인하실 수 있습니다.";
        display: block;
        margin-top: 8px;
        font-size: 13px;
        font-weight: 300;
        color: #999;
    }
}

table.type1 {
	border-top: 2px solid #033088;
}
table.type1 th {
	font-size: 18px; 
	color: #111; 
	font-weight: 600; 
	background: #f6fbff; 
	border-bottom: 1px solid #ddd; 
	padding: 20px 10px; 
	text-align: center; 
	vertical-align: middle; 
	border-right: 1px solid #ddd; 
}
@media (max-width:767px) {
	table.type1 th {
		font-size: 14px;
		padding: 10px;
	}
}
@media(max-width:486px) {
	table.type1 th {
		font-size: 12px;
	}
}
table.type1 th:last-child {
	border-right: none;
}
table.type1 td {
	font-size: 18px; 
	color: #111; 
	font-weight: 500; 
	vertical-align: middle; 
	padding: 20px 10px; 
	text-align: center; 
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ddd;
}
@media (max-width:767px) {
	table.type1 td {
		font-size: 14px;
		padding: 10px;
	}
}
@media(max-width:486px) {
	table.type1 td {
		font-size: 12px;
		padding: 5px;
	}
}
table.type1 td.subject {
	text-align: left; 
	padding-left: 20px;
	border-bottom-style: dashed;
}
table.type1 td.subject dl dt {
	font-weight: bold;
}
table.type1 td.subject dl dd {
	margin-bottom: 10px;
}

@media(max-width:486px) {
	table.type1 td.subject {
		padding-left: 5px;
	}
}
table.type1 tr.dash-line td.subject {
	border-bottom-style: solid;
}
table.type1 td:last-child {
	border-right: none; 
}
table.type2 td:last-child {
	border-right: 1px solid #ddd;
}
table.type2 td.border-no {
	border-right: none;
}
table.type3 {
	border-top-color: #111;
}
table.type3 th {
	background-color: #f9fafb;
	border-right: none;
	border-bottom: 1px solid #ddd;
}
table.type3 td {
	border-right: none;
	border-bottom: 1px solid #ddd;
}
table.type3 td.subject {
	border-bottom-style: solid;
}
table.type3 td.subject a {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	/* display: -webkit-box; */
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 1.2em;
}


.tab_wrap .tab_c {
	display: none;
}
.tab_wrap .tab_c.on {
	display: block;
}
/* table 합계  */
.tr_sum th,
.tr_sum td {
    background: #f6fbff;
}


.sub_depth3_navi {
	text-align: left;
	border-bottom: 1px solid #eee;
}
.sub_depth3_navi li {
	display: inline-block;
	padding-right: 20px;
}
.sub_depth3_navi li a {
	display: block;
	font-size: 20px;
	color: #444;
	font-weight: 400;
	padding-bottom: 20px;
	position: relative;
}
@media (max-width:767px) {
    .sub_depth3_navi {
        margin-bottom: 10px;
    }
	.sub_depth3_navi li a {
		font-size: 14px;
		padding-bottom: 10px;
	}
}
.sub_depth3_navi li.on a {
	font-weight: 700;
}
.sub_depth3_navi li.on a:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: -o-linear-gradient(left, #1db2fa, #0951a5);
	background: -webkit-gradient(linear, left top, right top, from(#1db2fa), to(#0951a5));
	background: linear-gradient(to right, #1db2fa, #0951a5);
	position: absolute;
	left: 0;
	bottom: 0;
}


/* company */
.ceo-message-wrap {
/*    background: #e9f0f5;*/
    background: -o-linear-gradient(right, #e9f0f5 80%, transparent 80%);
    background: -webkit-gradient(linear, right top, left top, color-stop(80%, #e9f0f5), color-stop(80%, transparent));
    background: linear-gradient(to left, #e9f0f5 80%, transparent 80%);
}
.ceo-message-inner {
    margin-top: 40px;
    padding: 90px 0;
}
.ceo-message-picture {
    display: inline-block; 
    margin-top: -150px;    
}
.ceo-message-picture img {
    -webkit-box-shadow: 12px 20.8px 21px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 12px 20.8px 21px 0 rgba(0, 0, 0, 0.11);
}
.ceo-message-conts h3 {
    font-size: 40px;
    color: #033088;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -.5px;
    margin-bottom: 35px;
}
@media(max-width:968px) {
	.ceo-message-conts h3 {
		font-size: 28px;
		line-height: 40px;
		margin-top: 20px;
	}
}
.ceo-message-conts p {
    font-weight: 400;
}
.ceo_sign {
    text-align: right;
    margin-top: 25px;
}
.ceo_sign p {
    display: inline-block;
    padding-top: 15px;
    padding-left: 115px;
    min-height: 40px;
    background: url('/resources/img/sub/company/ico_kvic.png')no-repeat left bottom/auto;
}

.corporate-culture-wrap {
	text-align: center;
	background: url('/resources/img/sub/company/bg_culture_map.png') center center no-repeat;
}
.corporate-culture-wrap h3 {
	font-size: 30px;
	color: #333;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 20px;
}
@media (max-width:767px) {
	.corporate-culture-wrap h3 {
		font-size: 18px;
		line-height: 30px;
	}
}
.corporate-culture-wrap h3 b {
	display: block;
	font-size: 40px;
	background: -o-linear-gradient(left, #007eb3,#007eb3, #033088, #033088);
	background: -webkit-gradient(linear, left top, right top, from(#007eb3),color-stop(#007eb3), color-stop(#033088), to(#033088));
	background: linear-gradient(to right, #007eb3,#007eb3, #033088, #033088); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width:767px) {
	.corporate-culture-wrap h3 b {
		font-size: 30px;
	}
}
.corporate-culture-wrap .vision_list {
	padding-top: 90px;
	position: relative;
	margin-top: -50px;
}
.corporate-culture-wrap .vision_list:before {
	content: "";
	display: block;
	background: url('/resources/img/sub/company/img_culture_arrow.png') center top 0 no-repeat;
	width: 100%;
	height: 120px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
@media (max-width:767px) {
	.corporate-culture-wrap .vision_list:before {
		background-size: 90% auto;
	}
}
.corporate-culture-wrap .vision_list > li {
	padding-bottom: 30px;
	position: relative;
}
@media(max-width:969px) {
	.corporate-culture-wrap .vision_list > li {
		padding-bottom: 40px;
	}
}
.corporate-culture-wrap .vision_list > li:before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background-color: #ccc;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: -30px;
}
@media (max-width:969px) {
	.corporate-culture-wrap .vision_list > li:before {
		height: 40px;
		top: -40px;
	}
}
.corporate-culture-wrap .vision_list > li:first-child:before {
	display: none;
}
.corporate-culture-wrap .vision_list > li h4 {
	display: inline-block;
	font-size: 18px;
	min-width: 130px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #0075de;
	color: #0075de;
	border-radius: 30px;
	background-color: #fff;
	font-weight: 600;
}
.corporate-culture-wrap .vision_list > li:nth-child(2) h4 {
	color: #007eb3;
	border-color: #007eb3;
}
.corporate-culture-wrap .vision_list > li:nth-child(3) h4 {
	color: #033088;
	border-color: #033088;
}
.corporate-culture-wrap .vision_list > li > div {
	max-width: 800px;
	margin: -20px auto 0;
	padding: 30px 20px 20px;
	border-radius: 100px; 
}
@media(max-width:969px) {
	.corporate-culture-wrap .vision_list > li > div {
		padding: 30px 20px 20px;
	}
}
.corporate-culture-wrap .vision_list > li:nth-child(1) > div {
	background: url('/resources/img/sub/company/bg_culture_visionlist.png') right 0 center no-repeat #0075de;
}
.corporate-culture-wrap .vision_list > li:nth-child(2) > div {
	background: url('/resources/img/sub/company/bg_culture_visionlist2.png') right 0 center no-repeat #007eb3;
}
.corporate-culture-wrap .vision_list > li > div p {
	font-size: 25px;
	color: #fff;
	font-weight: 300;
}
@media(max-width:969px) {
	.corporate-culture-wrap .vision_list > li > div p {
		font-size: 18px;
	}
}
.corporate-culture-wrap .vision_list > li > div p b {
	font-weight: 700;
}
.corporate-culture-wrap .vision_list > li > ul {
	margin-top: -25px;
}
@media(max-width:969px) {
	.corporate-culture-wrap .vision_list > li > ul {
		margin-top: 50px;
	}
}
.corporate-culture-wrap .vision_list > li > ul:before {
	content: "";
	display: block;
	background: url('/resources/img/sub/company/img_culture_line.png') center top 0 no-repeat;
	width: 100%;
	height: 60px;
}
@media(max-width:969px) {
	.corporate-culture-wrap .vision_list > li > ul:before  {
		display: none;
	}
}
.corporate-culture-wrap .vision_list > li > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px;
}
@media (max-width:767px) {
	.corporate-culture-wrap .vision_list > li > ul > li {
		padding: 0;
		padding-bottom: 60px;
		padding: 0 20px 60px 20px;
	}
	.corporate-culture-wrap .vision_list > li > ul > li:nth-child(2) {
		padding-bottom: 30px;
	}
}
.corporate-culture-wrap .vision_list > li > ul > li > div {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 2px dotted #033088;
	position: relative;
	-webkit-box-shadow: 3px 2px 8px 5px rgba(0,0,0,.05);
	        box-shadow: 3px 2px 8px 5px rgba(0,0,0,.05);
	padding-top: 120px;
	background-color: #fff;
}
.corporate-culture-wrap .vision_list > li > ul > li > div:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 40px;
}
.corporate-culture-wrap .vision_list > li > ul > li:nth-child(1) > div:after {
	background: url('/resources/img/sub/company/ico_culture_valure01.png') center no-repeat;
	height: 72px;
}
.corporate-culture-wrap .vision_list > li > ul > li:nth-child(2) > div:after {
	background: url('/resources/img/sub/company/ico_culture_valure02.png') center no-repeat;
	height: 74px;
}
.corporate-culture-wrap .vision_list > li > ul > li:nth-child(3) > div:after {
	background: url('/resources/img/sub/company/ico_culture_valure03.png') center no-repeat;
	height: 78px;
}
.corporate-culture-wrap .vision_list > li > ul > li:nth-child(odd) > div:before {
	content: "";
	display: block;
	background: url('/resources/img/sub/company/img_culture_circle1.png') no-repeat;
	width: 269px;
	height: 121px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -25px;
}
.corporate-culture-wrap .vision_list > li > ul > li:nth-child(even) > div:before {
	content: "";
	display: block;
	background: url('/resources/img/sub/company/img_culture_circle2.png') no-repeat;
	width: 269px;
	height: 121px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: -25px;
}
.corporate-culture-wrap .vision_list > li > ul > li > div h5 {
	font-size: 20px;
	color: #111;
	font-weight: 700;
}
.corporate-culture-wrap .vision_list > li > ul > li > div h5 em {
	display: block;
	font-size:16px;
	color: #a8a8a8;
	font-weight: 400;
}
.corporate-culture-wrap .strategy_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
}
@media (max-width:767px) {
	.corporate-culture-wrap .strategy_wrap {
		display: block;
	}
}
.corporate-culture-wrap .strategy_wrap .tit {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 200px;
	padding: 0 20px;
	text-align: right;
}
@media(max-width:969px) {
	.corporate-culture-wrap .strategy_wrap .tit {
		display: none;
	}
}
.corporate-culture-wrap .strategy_wrap .tit h3 {
	font-size: 18px;
	color: #111;
	font-weight: 700;
}
.corporate-culture-wrap .strategy_wrap .tit h3:first-child {
	line-height: 70px;
}
.corporate-culture-wrap .strategy_wrap .tit h3:last-child {
	line-height: 170px;
}
.corporate-culture-wrap .strategy_wrap .contt {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	max-width: 1010px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 30px 30px 0 0;
}
@media (max-width:767px) {
	.corporate-culture-wrap .strategy_wrap .contt {
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		display: block;
		border: none;
	}
}
.corporate-culture-wrap .strategy_wrap .contt > li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}
@media (max-width:767px) {
	.corporate-culture-wrap .strategy_wrap .contt > li {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		margin-bottom: 20px;
	}
}
.corporate-culture-wrap .strategy_wrap .contt > li h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	height: 70px;
	display: table;
	width: 100%;	
	position: relative;
}
@media(max-width:969px) {
	.corporate-culture-wrap .strategy_wrap .contt > li h4 {
		font-size: 14px;
		height: 60px;
		
	}
}
.corporate-culture-wrap .strategy_wrap .contt > li h4 i {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	right: -35px;
	top: 0;
	z-index: 10;
}
@media(max-width:969px) {
	.corporate-culture-wrap .strategy_wrap .contt > li h4 i {
		width: 60px;
		height: 60px;
	}

}
@media (max-width:767px) {
	.corporate-culture-wrap .strategy_wrap .contt > li h4 i {
		display: none;
	}
}
.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(1) h4 i {
	background-color: #31404d;
}
.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(2) h4 i {
	background-color: #0f3580;
}
.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(3) h4 i {
	display: none;
}
.corporate-culture-wrap .strategy_wrap .contt > li h4 i:before {
	content: "";
	display: block;
	width: 2px;
	height: 25px;
	background-color: #d6d9db;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.corporate-culture-wrap .strategy_wrap .contt > li h4 i:after {
	content: "";
	display: block;
	width: 2px;
	height: 25px;
	background-color: #d6d9db;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	    -ms-transform: translate(-50%,-50%) rotate(90deg);
	        transform: translate(-50%,-50%) rotate(90deg);
}
.corporate-culture-wrap .strategy_wrap .contt > li h4 span {
	display: table-cell;
	vertical-align: middle;
}
.corporate-culture-wrap .strategy_wrap .contt > li h4  + h4 { color: #111;  border-bottom: 1px solid #ddd; background-color: #fff !important;}
.corporate-culture-wrap .strategy_wrap .contt > li > ul {
	padding: 35px 25px;
	text-align: left;
}
@media (max-width:767px) {
.corporate-culture-wrap .strategy_wrap .contt > li h4  + h4 {
	border: 1px solid #ddd;  border-radius:0 !important;  
}
	.corporate-culture-wrap .strategy_wrap .contt > li > ul {
		border: 1px solid #ddd;
		border-top: none;
	}
}
.corporate-culture-wrap .strategy_wrap .contt > li:after {
	content: "";
	display: block;
	width: 1px;
	height: 150px;
	background-color: #ddd;
	position: absolute;
	right: 0;
	top: 60%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (max-width:767px) {
	.corporate-culture-wrap .strategy_wrap .contt > li:after {
		display: none;
	}
}
.corporate-culture-wrap .strategy_wrap .contt > li:last-child:after {
	display: none;
}
.corporate-culture-wrap .strategy_wrap .contt > li > ul > li {
	font-size: 18px;
	color: #111;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
@media(max-width:969px) {
	.corporate-culture-wrap .strategy_wrap .contt > li > ul > li {
		font-size: 14px;
	}
}
.corporate-culture-wrap .strategy_wrap .contt > li > ul > li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 10px;
}
.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(1) h4 {
	background-color: #268ae3;
	border-radius: 30px 0 0 0;
}
@media (max-width:767px) {
	.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(1) h4 {
		border-radius: 30px 30px 0 0;
	}
	.corporate-culture-wrap .strategy_wrap .contt > li > ul > li:before { 
		top: 8px;
	}
}
.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(1) > ul > li:before {
	background-color: #268ae3;
}
.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(2) h4 {
	background-color: #515151;
	border-radius: 0 0 0 0;
}
@media (max-width:767px) {
	.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(2) h4 {
		border-radius: 30px 30px 0 0;
	}
}
.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(2) > ul > li:before {
	background-color: #515151;
}
.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(3) h4 {
	background-color: #294f9a;
	border-radius: 0 30px 0 0;
}
@media (max-width:767px) {
	.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(3) h4 {
		border-radius: 30px 30px 0 0;
	}
}
.corporate-culture-wrap .strategy_wrap .contt > li:nth-child(3) > ul > li:before {
	background-color: #294f9a;
}

.history-wrap .banner_wrap {
	background:url('/resources/img/sub/company/bg_history_banner.jpg') center no-repeat;
	background-size: cover;
	padding: 80px 0;
	text-align: center; 
}
@media (max-width:767px) {
	.history-wrap .banner_wrap {
		padding: 30px 0;
	}
}
.history-wrap .banner_wrap h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	margin: 20px 0 10px;
}
@media (max-width:767px) {
	.history-wrap .banner_wrap h3 {
		font-size: 18px;
	}
}
.history-wrap .banner_wrap h3 span {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	margin-top: 5px;
}
@media (max-width:767px) {
	.history-wrap .banner_wrap h3 span {
		font-size: 14px;
	}
}
.history-wrap .tab_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 80px;
	position: relative;
}
@media(max-width:969px) {
	.history-wrap .tab_wrap {
		display:block;
		padding-top: 40px;
	}
}
.history-wrap .tab_wrap:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #ddd;
	position: absolute;
	left: 320px;
	top: 0;
}
@media(max-width:969px) {
	.history-wrap .tab_wrap:before {
		display: none;
	}
}
.history-wrap .tab_wrap .tab_menu {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 320px;
}
@media(max-width:969px) {
	.history-wrap .tab_wrap .tab_menu {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 100%;
	}
}
.history-wrap .tab_wrap .tab_menu li {
	padding-bottom: 20px;
}
@media(max-width:969px) {
	.history-wrap .tab_wrap .tab_menu li {
		display: inline-block;
		margin-right: 20px;
	}
}
.history-wrap .tab_wrap .tab_menu li a {
	font-size: 20px;
	color: #757575;	
	font-weight: 500;
}
.history-wrap .tab_wrap .tab_menu li.on a {
	color: #033088;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -2px;
}
@media (max-width:767px) {
	.history-wrap .tab_wrap .tab_menu li.on a {
		font-size: 28px;
	}
}
.history-wrap .tab_wrap .tab_c {
	padding-left: 100px;
}
@media (max-width:767px) {
	.history-wrap .tab_wrap .tab_c {
		padding-left: 30px;
	}
}
.history-wrap .tab_wrap .history-row > li {
	margin-bottom: 50px;
	position: relative;
}
@media(max-width:969px) {
	.history-wrap .tab_wrap .history-row > li {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}
	.history-wrap .tab_wrap .history-row > li:last-child {
		border-bottom: none;
	}
}
.history-wrap .tab_wrap .history-row > li:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #007eb3;
	position: absolute;
	left: -126px;
	top: 20px;
}
@media(max-width:969px) {
	.history-wrap .tab_wrap .history-row > li:before {
		left: -60px;
	}
}
@media (max-width:767px) {
	.history-wrap .tab_wrap .history-row > li:before {
		width: 7px;
		height: 7px;
		left: -30px;
		top: 13px;
	}
}
.history-wrap .tab_wrap .history-row > li:after {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background:rgba(30,184,255,.2);
	position: absolute;
	left: -132px;
    top: 14px;
}
@media(max-width:969px) {
	.history-wrap .tab_wrap .history-row > li:after {
		left: -66px;
	}
}
@media (max-width:767px) {
	.history-wrap .tab_wrap .history-row > li:after {
		width: 13px;
		height: 13px;
		left: -33px;
		top: 10px;
	}
}
.history-wrap .tab_wrap .history-row > li strong {
	display: block;
	font-size: 35px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}
@media (max-width:767px) {
	.history-wrap .tab_wrap .history-row > li strong {
		font-size: 22px;
	}
}
.history-wrap .tab_wrap .history-row > li > ul > li {
	margin-bottom: 10px;
	font-size: 1.25rem;
	color: #333;
	font-weight: 400;
	position: relative;
	padding-left: 40px;
	line-height: 35px;
}
@media (max-width:767px) {
	.history-wrap .tab_wrap .history-row > li > ul > li {
		font-size: 1.125rem;
	}
}
.history-wrap .tab_wrap .history-row > li > ul > li b {
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
}

/* en */
:lang(en) .history-wrap .tab_wrap .history-row > li > ul > li {
    /* padding-left: 0; */
}
:lang(en) .history-wrap .tab_wrap .history-row > li > ul > li b {
    /* display: none; */
}


/* 조직도 */
.organization-chart-header {
    position: relative;
}

.organization-chart-header.on {
    border-top: 1px solid #ddd;
    padding-top: 50px;
}

.d_table.d_table_company, .organization-chart-header.organization-chart-header-company {
    display: none;
}

.d_table.d_table_company.on, .organization-chart-header.organization-chart-header-company.on {
    display: inherit;
}

.organization-chart ul li h3,
.organization-chart ul h4,
.organization-chart ul li span {
    cursor: pointer;
}
.organization-chart-btn {
    position: absolute;
    right: 0;
    bottom: 6px;
    
}
.organization-chart-btn a {
    top:-50px;
    cursor: pointer;
}
.organization-chart-btn a.all_view_btn {
    min-width: 6.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #666;
    background:url('/resources/img/sub/company/ico_organize_list_view_btn.png')no-repeat center right 1.25rem;
    padding: 0.5em 2.625rem 0.5em 1.25rem;
}
/* 소통 담당관 삭제 */
._ceo._h_ceo {
    padding-bottom: 200px!important;
}
@media (max-width: 767px){
    ._ceo._h_ceo {
        padding-bottom: 30px!important;
    }
    .organization-chart ul.org_bottom > li > ul + ul {
        margin-top: 20px;
    }
	.organization-chart-header + .select_table {
		overflow-x: auto;
	}
	.organization-chart-header.on + .select_table:before {
		content: '좌우스크롤을 통해 하단 표의 더 많은 내용을 확인하실 수 있습니다.';
		display: block;
		margin-bottom: -20px;
		font-size: 1rem;
		font-weight: 300;
	}
}
.organization-chart-header .sub_depth_tit {
    font-size: 35px;
    color: #111;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

/* chart */
.organization-chart {
    position: relative;
    padding-bottom: 50px;
}
.organization-chart ul {
    margin: 0 auto;
    text-align: center;
}
.organization-chart ul li {
    display: inline-block;
    font-size: 0;
    width: 100%;
}

.organization-chart ul.org_top {
    position: relative;
    padding-bottom: 35px;
}
.organization-chart ul.org_top:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 2px dotted #ddd;
    z-index: -1;
}
.organization-chart ul.org_top li {
    display: block;
    margin: 0 auto;
    width: 170px;
}
.organization-chart ul.org_top > li:nth-of-type(1) {
    padding-bottom: 30px;
}

@media (min-width: 768px) {

}
@media (max-width: 767px) {
	.organization-chart ul.org_top {
		width: 200px;
	}
	:lang(en) .organization-chart ul.org_top {
		width: 250px;
	}
    .organization-chart ul.org_top li {
        width: 100%;
    }
}
.organization-chart ul.org_top li h3 {
    margin: 0 auto;
    color: #fff;
    border: 1px solid #033088;
    background: #033088;
}

.organization-chart ul.org_top .li_tft li+li {
    margin-top: 20px;
}
.organization-chart .li_tft ul li h4 {
    border: 1px solid #88aaff;
    background: #88aaff;
}
.organization-chart .li_tft ul li span {
    border: 1px solid #ddd;
    background: #fff;
}

.organization-chart ul.org_top .li_tht li+li {
    margin-top: 20px;
}
.organization-chart .li_tht ul li h4 {
    border: 1px solid #88aaff;
    background: #88aaff;
}
.organization-chart .li_tht ul li span {
    border: 1px solid #ddd;
    background: #fff;
}

@media (min-width: 768px) {
    
}
@media (min-width: 1201px) {
   .organization-chart ul.org_top > li:nth-of-type(2):after {
        top: 38px;
    }
}
.organization-chart ul.org_top li:nth-of-type(2) span {
}
.organization-chart ul.org_bottom {
    position: relative;
    display: block;
    width: 200px;;
}


.organization-chart ul.org_bottom >li {
    display:block;
    width: 100%;
    padding: 70px 0 0;
}
@media (min-width:768px) {
    .organization-chart ul.org_top > li:nth-of-type(1) {
        width: 210px;
        padding-bottom: 160px;
    }
    .organization-chart ul.org_top > li.li_tft {
        position: relative;
        right: 50%;
        margin-right: 150px;
    }
    .organization-chart ul.org_top > li.li_tht {
        position: relative;
        right: 50%;
        margin-right: -380px;
    }
    .organization-chart ul.org_top > li.li_tft:after {
        content: '';
        position: absolute;
        right: -150px;
        top: 26px;
        width: 100%;
        height: 1px;
        border-top: 2px dotted #ddd;
        z-index: -1;
    }
    .organization-chart ul.org_top > li.li_tht:after {
        content: '';
        position: absolute;
        right: 150px;
        top: 26px;
        width: 100%;
        height: 1px;
        border-top: 2px dotted #ddd;
        z-index: -1;
    }
    .organization-chart ul.org_top .li_tft,
    .organization-chart ul.org_top .li_tft li,
    .organization-chart ul.org_top .li_tht,
    .organization-chart ul.org_top .li_tht li{
        width: 230px!important;
        position: relative;
    }
    .organization-chart .li_tft ul li:not(:first-of-type):after {
        content: '';
        position: absolute;
        left: 50%;
        top: -20px;
        width: 1px;
        height: 100%;
        background: #ccc;
        z-index: -1;
    }
    .organization-chart .li_tht ul li:not(:first-of-type):after {
        content: '';
        position: absolute;
        left: 50%;
        top: -20px;
        width: 1px;
        height: 100%;
        border-left: 2px dotted #ddd;
        z-index: -1;
    }
    .organization-chart ul.org_bottom {
        display: table;
        width: 100%;
    }
    .organization-chart ul.org_bottom:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 83.34%;
        height: 1px;
        border-top: 2px dotted #ddd;
        z-index: -1;
    }
    .organization-chart ul.org_bottom > li {
        display: table-cell;
        width: 16.666%;
        padding: 70px 20px 0;
    }
}
.organization-chart ul.org_bottom li li{
    position: relative;
    margin-bottom: 20px;
}
.organization-chart ul.org_bottom >li li:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    width: 1px;
    height: 100%;
    border-left: 2px dotted #ddd;
    z-index: -1;
}
.organization-chart ul.org_bottom >li li:first-of-type:after {
    top: -70px;
}
.organization-chart ul.org_bottom li li,
.organization-chart ul h4,
.organization-chart ul span,
.organization-chart ul a {
    display: block;
}
.organization-chart ul li h3,
.organization-chart ul h4,
.organization-chart ul li span,
.organization-chart ul li a {
    padding: 20px 20px;
    border-radius: 20px;
    font-size: 1.125rem; 
	font-weight: 600;
}

.organization-chart ul.org_bottom li li h4 {
    border: 1px solid #007eb3;
    background: #007eb3;
	color: #fff;
}
.organization-chart ul li span,
.organization-chart ul li a {
    border: 1px solid #ddd;
    background: #f5f5f5;
	color: #033088;
}

@media (min-width: 768px) {
	:lang(en) .organization-chart ul li h3,
	:lang(en) .organization-chart ul h4,
	:lang(en) .organization-chart ul li span {
		padding: 15px 10px;
		border-radius: 15px;
	}
}
@media (min-width: 768px) {
    .organization-chart .org_etc {
        position: absolute;
        top: 100px;
        right: 50%;
        margin-right: -300px;
    }
}

.organization-chart ul.org_etc li {
    display: block;
    width: 170px;
    margin-bottom: 20px;
    position: relative;
}
@media (max-width: 767px) {
    :lang(en) .organization-chart ul.org_bottom { 
		width: 250px;
	}
    :lang(en) .organization-chart ul.org_top li:nth-of-type(3) {
		margin-top: 20px;
    }
    .organization-chart ul.org_bottom li li:last-of-type {
        margin-bottom: 0;
    }

    .organization-chart ul.org_top {
        padding-bottom: 10px;
    }

    .organization-chart .org_etc {
        margin-top: 40px;
        width: 200px;
    }
    :lang(en) .organization-chart .org_etc {
        width: 250px;
    }
    .organization-chart ul.org_etc li {
        width: 100%;
    }
}
.organization-chart ul.org_etc li:not(:first-of-type):after{
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    width: 1px;
    height: 100%;
	border-left: 2px dotted #ddd;
    z-index: -1;
}
.organization-chart ul.org_etc li h4 {
    border: 1px solid #0075de;
    background: #0075de;
	color: #fff;
}
.organization-chart .org_etc li span{
    border: 1px solid #0075de;
    background: #0075de;
	color: #fff;
}
@media (max-width: 1200px) {
    .organization-chart ul.org_bottom > li {
        padding: 40px 10px 0;
    }

    .organization-chart ul.org_bottom > li li:first-of-type:after {
        top: -40px;
    }

    .organization-chart ul li h3,
    .organization-chart ul h4,
    .organization-chart ul li span {
        padding: 14px 5px;
        border-radius: 2.5rem;
        font-size: .875rem;
    }
}
@media (max-width: 767px) {
    .organization-chart ul.org_bottom > li {
        padding: 40px 0px 0;
    }
}

.ci_wrap article {
	padding: 80px 0;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
@media (max-width:767px) {
	.ci_wrap article {
		padding: 40px 0;
	}
}
.ci_wrap article:first-of-type {
	padding-top: 0;
}
.ci_wrap article:last-of-type {
	border-bottom: none;
}
.ci_wrap article h3 {
	font-size: 35px;
	color: #111;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width:767px) {
	.ci_wrap article h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
}
.ci_wrap article h3 span {
	display: block;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	margin-top: 10px;
	font-weight: 400;
}
@media (max-width:767px) {
	.ci_wrap article h3 span {
		font-size: 14px;
		line-height: 24px;
	}
	.ci_wrap article h3 span br {
		display: none;
	}
}
.ci_wrap article h4 {
	font-size: 25px;
	color: #033088;
	font-weight: 700;
	margin: 30px 0 20px;
}
@media (max-width:767px) {
	.ci_wrap article h4 {
		font-size: 18px;
	}
}
.ci_wrap article p {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
@media (max-width:767px) {
	.ci_wrap article p  {
		font-size: 14px;
		line-height: 24px;
	}
}
.ci_wrap article p b {
	display: inline-block;
	font-weight: 600;
	color: #033088;
}
.ci_wrap article .signature_list > li {
	margin-bottom: 50px;
}
.ci_wrap article .signature_list > li:last-child {
	margin-bottom: 0;
}
.ci_wrap article .signature_list > li > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ci_wrap article .signature_list > li > ul > li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 10px;
}
.ci_wrap article .color_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.ci_wrap article .color_list > li {
	width: 33.33333%;
	padding: 0 10px 20px;
}
@media(max-width:1200px) {
	.ci_wrap article .color_list > li {
		width: 50%;
	}
}
@media (max-width:767px) {
	.ci_wrap article .color_list > li {
		width:100%;
	}
}
.ci_wrap article .color_list > li > div {
	border: 1px solid #eee;
	border-radius: 10px;
}
.ci_wrap article .color_list > li .color_chips {
	float: left;
	width: 150px;
	height: 170px;
	border-radius: 10px;
}
@media (max-width:767px) {
	.ci_wrap article .color_list > li .color_chips {
		width: 100px;
		height: 120px;
	}
}
.ci_wrap article .color_list > li:nth-child(1) .color_chips {
	background-color: #389dc7;
}
.ci_wrap article .color_list > li:nth-child(2) .color_chips {
	background-color: #293e81;
}
.ci_wrap article .color_list > li:nth-child(3) .color_chips {
	background-color: #033089;
}
.ci_wrap article .color_list > li:nth-child(4) .color_chips {
	background-color: #8c8f88;
}
.ci_wrap article .color_list > li:nth-child(5) .color_chips {
	background-color: #b0b1ac;
}
.ci_wrap article .color_list > li:nth-child(6) .color_chips {
	background-color: #dddddb;
}
.ci_wrap article .color_list > li .txt_wrap {
	float: left;
	width: calc(100% - 150px);
	padding: 20px 20px 20px 30px;
	text-align: left;
}
@media (max-width:767px) {
	.ci_wrap article .color_list > li .txt_wrap {
		width: calc(100% - 100px);
	}
}
.ci_wrap article .color_list > li .txt_wrap span {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-weight: 400;
}
@media (max-width:767px) {
	.ci_wrap article .color_list > li .txt_wrap span {
		font-size: 14px;
		line-height: 20px;
	}
}
.ci_wrap article .color_list > li .txt_wrap span strong {
	display: block;
	font-size: 20px;
	color: #111;
	font-weight: 700;
	margin-bottom: 10px;
}
@media (max-width:767px) {
	.ci_wrap article .color_list > li .txt_wrap span strong {
		font-size: 16px;
		margin-bottom: 0;
	}
}

/* Together */
.ci_wrap .ci_together h3 {
	margin-bottom: 50px;
}
.ci_wrap .ci_together h4 {
	margin-top: 10px;
	margin-bottom: 15px;
}
.ci_wrap .ci_together ul.signature_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.ci_wrap .ci_together ul.signature_main > li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 10px;
}

.together_color > span {
	display: inline-block;
	width: 43px;
	height: 43px;
	margin-right: 10px;
	vertical-align: middle;
}
.together_color > .c_box_1 {
	background-color: #44b8e0;
}
.together_color > .c_box_2 {
	background-color: #377cb5;
}
.together_color > .c_box_3 {
	background-color: #033088;
}

.ci_wrap .ci_together {
	padding-top: 0;
	padding-bottom: 50px;
	border-bottom: none;
}

.ci_wrap .ci_together:last-child {
	padding-bottom: 70px;
	border-bottom: 1px solid #ddd;
}

@media(min-width:1201px) {
	.ci_wrap .ci_together ul.signature_main > li:first-child {
		width: 38%;
		max-width: 38%;
	}
	.ci_wrap .ci_together ul.signature_main > li:last-child {
		width: 62%;
		max-width: 62%;
	}
}
@media (max-width:767px) {
	.ci_wrap .ci_together ul.signature_main > li {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		width: 100%;
	}
}

h3.cont-section-tit {
    font-size: 35px;
    color: #111;
    font-weight: 700;
    text-align: center;
	margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
	h3.cont-section-tit {
		font-size: 28px;
		margin-bottom: 20px;
	}
}



.ethical-management-wrap .txt_wrap {
	padding-top: 50px;
}
@media (max-width:767px) {
	.ethical-management-wrap .txt_wrap {
		padding-top: 20px;
	}
}
.ethical-management-wrap .txt_wrap p {
	font-size: 30px;
	color: #033088;
	line-height: 45px;
	font-weight: 400;
}
@media (max-width:767px) {
	.ethical-management-wrap .txt_wrap p {
		font-size: 18px;
		line-height: 30px;
	}
	.ethical-management-wrap .txt_wrap p br {
		display: none;
	}
}
.ethical-management-wrap .txt_wrap p:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #111;
	margin: 30px 0;
}
.ethical-management-wrap .txt_wrap p b {
	font-weight: 700;
}
.ethical-management-wrap .txt_wrap span {
	display: block;
	font-size: 18px;
	color: #111;
	line-height: 33px;
	font-weight: 500;
}
@media (max-width:767px) {
	.ethical-management-wrap .txt_wrap span {
		font-size: 14px;
		line-height: 24px;
	}
}
.ethical-management-wrap .txt_wrap span:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	margin: 30px 0;
}
.ethical-management-wrap .txt_wrap strong {
	display: block;
	font-size: 25px;
	color: #033088;
	letter-spacing: 2px;
}
@media (max-width:767px) {
	.ethical-management-wrap .txt_wrap strong {
		font-size: 18px;
	}
}
.ethical-management-wrap .txt_wrap strong em {
	display: block;
	font-size: 18px;
	color: #757575;
	letter-spacing: 0px;
}
@media (max-width:767px) {
	.ethical-management-wrap .txt_wrap strong em {
		font-size: 14px;
	}
}

.ethics-code-wrap {
	text-align: left;
}
.ethics-code-wrap h3 {
	font-size: 35px;
	color: #111;
	font-weight: 700;
	margin-bottom: 20px;
}
@media(max-width:969px) {
	.ethics-code-wrap h3 {
		font-size: 28px;
	}
}
@media (max-width:767px) {
	.ethics-code-wrap h3 {
		font-size: 22px;
	}
}
.ethics-code-wrap .ethics_code_list {
	border-top: 2px solid #111;
}
.ethics-code-wrap .ethics_code_list > li {
    min-height: 150px;
	border-bottom: 1px solid #ddd;
	padding: 25px 0 25px 140px;
	position: relative;
}
@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list > li {
		padding: 20px 0 20px 0;
	}
}
.ethics-code-wrap .ethics_code_list > li > img {
	position: absolute;
	left: 0;
	top: 25px;
}

.ethics-code-wrap .ethics_code_list > li.img_li {
	min-height: inherit;
	padding: 0;
	border: 1px solid #ddd;
	border-width: 0 1px 1px;
}

@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list > li > img {
		position: static;
		margin-bottom: 5px;
	}
}
.ethics-code-wrap .ethics_code_list > li .txt_wrap strong {
	display: block;
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
}
@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list > li .txt_wrap strong {
		font-size: 18px;
	}
}
.ethics-code-wrap .ethics_code_list > li .txt_wrap b {
	display: block;
	font-size: 18px;
	color: #033088;
	font-weight: 700;
	margin-bottom: 10px;
}
@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list > li .txt_wrap b {
		font-size: 14px;
	}
}
.ethics-code-wrap .ethics_code_list > li ul > li {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
}
@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list > li ul > li {
		font-size: 14px;
		line-height: 20px;
	}
}
.ethics-code-wrap .ethics_code_list > li ul > li span {
	display: inline-block;
	color: #ff0e0e;
}
.ethics-code-wrap .ethics_code_list > li ul > li em {
	display: block;
	font-size: 16px;
	color: #444;
}
.ethics-code-wrap .ethics_code_list > li ul > li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #033088;
	position: absolute;
	left: 0;
	top: 10px;
}
.ethics-code-wrap .ethics_code_list > li ul > li.nodot {
	padding-left: 0;
}
.ethics-code-wrap .ethics_code_list > li ul > li.nodot:before {
	display: none;
}
.ethics-code-wrap .ethics_code_list > li ul > li b {
	font-weight: 700;
	position: absolute;
	left: 20px;
	top: 0;
}
.ethics-code-wrap .ethics_code_list > li ul > li.istit {
	padding-left: 100px;
}
.ethics-code-wrap .ethics_code_list .btn_report {
	display: inline-block;
	min-width: 220px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	border-radius: 30px;
	background-color: #d14343;
	margin-top: -20px;
}
@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list .btn_report {
		min-width: 180px;
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
}
.ethics-code-wrap .ethics_code_list  .btn_report:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('/resources/img/sub/ico_btn_arrow.png') no-repeat;
	width: 12px;
	height: 10px;
	margin-left: 40px;
}
.ethics-code-wrap .ethics_code_list .btn_viewmore {
	display: inline-block;
	min-width: 165px;
	height: 60px;
	padding: 0 20px;
	border: 1px solid #ddd;
	font-size: 18px;
	color: #222;
	border-radius: 30px;
	line-height: 59px;
	position: absolute;
	right: 0;
	top: 50%;
    text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 500;
}
@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list .btn_viewmore  {
		position: static;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		font-size: 14px;
		line-height: 44px;
		height: 45px;
		min-width: 100px;
	}
}
.ethics-code-wrap .ethics_code_list .btn_viewmore img {
	position: static;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
.ethics-code-wrap .ethics_code_list .btn_viewmore.type2 {
	position: static;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.ethics-code-wrap .ethics_code_list .btn_download {
	display: inline-block;
	min-width: 180px;
	height: 60px;
	line-height: 60px;
	background-color: #033088;
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	font-weight: 500;
	border-radius: 30px;
}
@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list .btn_download {
		min-width: 120px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
}
.ethics-code-wrap .ethics_code_list .btn_download img {
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.ethics-code-wrap .ethics_code_list.type2 .txt_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list.type2 .txt_wrap {
		display: block;
	}
}
.ethics-code-wrap .ethics_code_list.type2 .txt_wrap > ul {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}
@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list.type2 .txt_wrap > ul {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		margin-bottom: 20px;
	}
}
.ethics-code-wrap .ethics_code_list.type2 .txt_wrap > ul:after {
	content: "";
	display: block;
	width: 1px;
	height: 130px;
	background-color: #eee;
	position: absolute;
	right: 70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (max-width:767px) {
	.ethics-code-wrap .ethics_code_list.type2 .txt_wrap > ul:after {
		display: none;
	}
}
.ethics-code-wrap .ethics_code_list.type2 .txt_wrap > ul:last-child:after {
	display: none;
}
.ethics-code-wrap .ethics_code_list.type2 .txt_wrap > ul > li > ul {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
}
.ethics-code-wrap .ethics_code_list.type2 .txt_wrap > ul > li > ul > li {
	font-size: 16px;
	color: #444;
	font-weight: 400;
	margin-bottom: 5px;
	padding-left: 10px;
}
.ethics-code-wrap .ethics_code_list.type2 .txt_wrap > ul > li > ul > li:before {
	background-color: #444; 
	width: 5px;
	height: 1px;
}
.ethics-code-wrap .btm_txt {
	display: block;
	padding-top: 50px;
	font-size: 35px;
	color: #111;
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}
@media(max-width:969px) {
	.ethics-code-wrap .btm_txt {
		font-size: 28px;
	}
}
@media (max-width:767px) {
	.ethics-code-wrap .btm_txt {
		font-size: 16px;
	}
}
.ethics-code-wrap .btn_view {
	display: inline-block;
	max-width: 340px;
	height: 60px;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	padding: 0 20px;
	margin: 0 5px;
}
@media (max-width:767px) {
	.ethics-code-wrap .btn_view {
		display: block;
		margin: 0 auto 10px;
		font-size: 14px;        
        height: 50px;
        line-height: 50px;
	}
}
.ethics-code-wrap .btn_view.btn_view01 {
	background-color: #0e69b9;
}
.ethics-code-wrap .btn_view.btn_view02 {
	background-color: #033088;
}
.ethics-code-wrap .btn_view:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url('/resources/img/sub/ico_btn_arrow.png') no-repeat;
	width: 12px;
	height: 10px;
	margin-left: 40px;
}
.ethics-code-wrap .top_txt {
	display: block;
	font-size: 30px;
	color: #033088;
	font-weight: 600;
	margin: 50px 0 30px;
}
@media (max-width:767px) {
	.ethics-code-wrap .top_txt {
		font-size: 22px;
		margin: 30px 0 20px;
	}
}
.ethics-code-wrap .top_txt2 {
	margin-bottom: 50px;
}
.ethics-code-wrap .top_txt2 li {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	position: relative;
	padding-left: 15px;
}
.ethics-code-wrap .top_txt2 li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #033088;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.complaint-report-wrap article {
	margin-bottom: 80px;
}
@media (max-width:767px) {
	.complaint-report-wrap article {
		margin-bottom: 40px;
	}
}
.complaint-report-wrap article:last-of-type {
	margin-bottom: 0;
}

.customer-charter-wrap .txt_wrap {
	padding-top: 80px;
}
@media(max-width:969px) {
	.customer-charter-wrap .txt_wrap {
		padding-top: 40px;
	}
}
.customer-charter-wrap .txt_wrap p {
	font-size: 30px;
	color: #033088;
	line-height: 42px;
	font-weight: 400;
	margin-bottom: 30px;
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap p {
		font-size: 18px;
		line-height: 30px;
	}
	.customer-charter-wrap .txt_wrap p br {
		display: none;
	}
}
.customer-charter-wrap .txt_wrap p b {
	font-weight: 700;
}
.customer-charter-wrap .txt_wrap .customer_charter_list {
	border-top: 2px solid #111;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
.customer-charter-wrap .txt_wrap .customer_charter_list.type1 li {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
	position: relative;
	padding-left: 50px;
	font-weight: 500;
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap .customer_charter_list.type1 li {
		font-size: 14px;
		line-height: 20px;
		padding-left: 30px;
	}
}
.customer-charter-wrap .txt_wrap .customer_charter_list.type1 li:last-child {
	margin-bottom: 0;
}
.customer-charter-wrap .txt_wrap .customer_charter_list.type1 li b {
	font-size: 20px;
	color: #033088;
	font-weight: 700;
	text-decoration: underline;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap .customer_charter_list.type1 li b {
		font-size: 14px;
	}
}
.customer-charter-wrap .txt_wrap .customer_charter_list.type2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap .customer_charter_list.type2 {
		display: block;
		border-bottom: none;
	}
}
.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0px 40px;
	position: relative;
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li {
		border-bottom: 1px solid #ddd;
		padding:20px 0;
	}
	.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li:nth-child(1) {
		padding-top: 0;
	}
}
.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li:after {
	content: "";
	display: block;
	width: 1px;
	height: 140px;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li:after {
		display: none;
	}
}
.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li:last-child:after {
	display: none;
}
.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li b {
	display: block;
	font-size: 16px;
	color: #007eb3;
	font-weight: 600;
	margin-bottom: 20px;
}
.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li h4 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li h4 {
		font-size: 18px;
	}
}
.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li p {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-weight: 500;
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap .customer_charter_list.type2 li p {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
	}
}
.customer-charter-wrap .txt_wrap .btm_txt {
	display: block;
	font-size: 18px;
	color: #111;
	margin: 50px 0;
	font-weight: 500;
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap .btm_txt {
		font-size: 14px;
		margin:30px 0;
	}
}
.customer-charter-wrap .txt_wrap .sign {
	display: block;
	font-size: 25px;
	color: #033088;
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap .sign {
		font-size: 18px;
	}
}
.customer-charter-wrap .txt_wrap .sign em {
	display: block;
	font-size: 18px;
	color: #757575;
	font-weight: 400;
}
@media (max-width:767px) {
	.customer-charter-wrap .txt_wrap .sign em  {
		font-size: 14px;
	}
}
.customer-charter-wrap article h3 {
	font-size: 35px;
	color: #111;
	font-weight: 700;
	margin-bottom: 20px;
}
@media (max-width:767px) {
	.customer-charter-wrap article h3 {
		font-size: 22px;
	}
}
.anti-graft-law-wrap article .report_step_list {
	border: 1px solid #ddd;
	border-top: 2px solid #111;
	background-color: #f9fafb;
	padding: 70px 0;
	text-align: center;
}
@media (max-width:767px) {
	.anti-graft-law-wrap article .report_step_list {
		padding: 30px 0;
	}
}
.anti-graft-law-wrap article .report_step_list > li {
	display: inline-block;
	width: 15%;
	padding: 0 30px;
	text-align: center;
	position: relative;
}
@media(max-width:969px) {
	.anti-graft-law-wrap article .report_step_list > li {
		width: 32.3333%;
		margin-bottom: 20px;
	}
}
@media (max-width:767px) {
	.anti-graft-law-wrap article .report_step_list > li {
		width: 45%;
	}
}
.anti-graft-law-wrap article .report_step_list > li:after {
	content: "";
	display: block;
	background: url('/resources/img/sub/company/ico_report_step_arrow.png') no-repeat;
	width: 40px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (max-width:767px) {
	.anti-graft-law-wrap article .report_step_list > li:after {
		background-position: right 0;
		width: 20px;
	}
}
.anti-graft-law-wrap article .report_step_list > li:last-child:after {
	display: none;
}
.anti-graft-law-wrap article .report_step_list > li em {
	display: block;
	font-size: 16px;
	color: #033088;
	font-weight: 600;
	margin-bottom: 10px;
}
.anti-graft-law-wrap article .report_step_list > li .ico_wrap {
	height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
}
.anti-graft-law-wrap article .report_step_list > li h4 {
	font-size: 20px;
	color: #111;
	font-weight: 600;
}
@media (max-width:767px) {
	.anti-graft-law-wrap article .report_step_list > li h4 {
		font-size: 16px;
	}
}


/* 부당행위 유형  */
.accordion-wrap {
	border-top: 2px solid #111;
}
.accordion-wrap .f-wrap {
    position: relative;
    padding: 35px 0 35px 130px;
    border-bottom: 1px dotted #bbb;
    cursor: pointer;
}
@media (max-width:767px) {
	.accordion-wrap .f-wrap {
		padding: 20px 50px 20px 100px;
	}
}
@media(max-width:486px) {
	.accordion-wrap .f-wrap {
		padding: 20px 50px 20px 20px;
	}
}
.accordion-wrap .f-wrap h4 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
}
@media (max-width:767px) {
	.accordion-wrap .f-wrap h4 {
		font-size: 16px;
	}
}
.accordion-wrap .f-wrap a {
	position: absolute;
	display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
}
@media (max-width:767px) {
	.accordion-wrap .f-wrap a {
		right: 0;
	}
}
.accordion-wrap .f-wrap a:before {
    position: absolute;
    right: 20px;
    top: 50%;
	content: "";
	background: url('/resources/img/sub/company/ico_faq_down.png') no-repeat;
	width: 17px;
	height: 10px;
	margin-top: -5px;
}
.accordion-wrap .f-wrap.on a:before {
	background-image: url('/resources/img/sub/company/ico_faq_up.png');
}
.accordion-wrap .f-wrap.on span._case {
	background-color: #033088;
}
.accordion-wrap .f-wrap.on h4 {
	font-size: 20px;
	font-weight: 600;
	color: #033088;
}
@media (max-width:767px) {
	.accordion-wrap .f-wrap.on h4 {
		font-size: 16px;
	}
}
.accordion-wrap .q-wrap {
	display:none;
	background: #f6fbff;
}
.accordion-wrap .q-wrap.on {
	display:block;
}
.accordion-wrap .q-wrap__box {
    padding: 40px 20px 40px 80px;
	position: relative;
}
@media (max-width:767px) {
	.accordion-wrap .q-wrap__box {
		padding: 20px 20px 20px 40px;
	}
}
.accordion-wrap .q-wrap__box:before {
	content: "";
	display: block;
	background: url('/resources/img/sub/company/ico_faq_answer.png') no-repeat;
	width: 15px;
	height: 17px;
	position: absolute;
	left: 40px;
	top: 40px;
}
@media (max-width:767px) {
	.accordion-wrap .q-wrap__box:before {
		left: 15px;
		top: 20px;
	}
}
.accordion-wrap .faq-list span._case {
	display:inline-block;
	text-align: center;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-weight: 500;
	border-radius: 20px;
	background: #5473ae;
	position: absolute;
	color: #fff;
	left: 0;
	top: 30px;
}
@media (max-width:767px) {
	.accordion-wrap .faq-list span._case {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		top: 20px;
	}
}
@media(max-width:486px) {
	.accordion-wrap .faq-list span._case {
		position: static;
		margin-bottom: 10px;
	}
}
.accordion-wrap .q-wrap p {
    margin-bottom: 10px;
    line-height: 1.4;
	font-size: 18px;
	color: #000;
}
@media (max-width:767px) {
	.accordion-wrap .q-wrap p {
		font-size: 14px;
		line-height: 24px;
	}
}
.accordion-wrap .q-wrap ul li {
	position: relative; 
	padding-left: 25px;
	font-size: 18px;
	color: #000;
}
@media (max-width:767px) {
	.accordion-wrap .q-wrap ul li {
		font-size: 14px;
		
	}
}
.accordion-wrap .q-wrap ul li:before {
    position: absolute;
    left: 0;
    top: 0;
	content: "";
	background: url('/resources/img/sub/company/ico_faq_answer2.png') no-repeat;
	width: 20px;
	height: 20px;
}

@media (max-width: 767px){
	.download-form-wrap a {
		display: block;
		width: calc(50% - 10px);
		font-size: 14px;
		height: auto;
		padding: 19px 10px;
	}
	.accordion-wrap {
		padding: 40px 30px;
	}
}
@media (max-width:767px) {
	.accordion-wrap {
		padding: 0;
	}
}

.contact-us-wrap .tit_area {
	padding:50px 0 10px;
	border-bottom: 1px solid #eee;
}
.contact-us-wrap .tit_area h3 {
	float: left;
	font-size: 40px;
	color: #000;
	font-weight: 600;
}
.contact-us-wrap .tit_area button {
	float: right;
	display: inline-block;
	background: none;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.contact-us-wrap .tit_area button img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	
}
.contact-us-wrap .info_wrap {
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-us-wrap .info_wrap li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 10px;
	font-size: 1rem;
	color: #090c08;
	font-weight: 500;
}
.contact-us-wrap .info_wrap li img {
	margin-right: 10px;
}

.contact-us-wrap .transport_wrap {
	border-top: 2px solid #111;
	margin: 50px 0;
}
.contact-us-wrap .transport_wrap > li {
	border-bottom: 1px solid #ddd;
	padding: 30px 20px 30px 100px;
	position: relative;
}
.contact-us-wrap .transport_wrap > li .ico_wrap {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
}
.contact-us-wrap .transport_wrap > li .ico_wrap span {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 5px;
}
.contact-us-wrap .transport_wrap > li > ul > li {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.contact-us-wrap .transport_wrap > li > ul > li:first-child {
	padding-top: 0;
}
.contact-us-wrap .transport_wrap > li > ul > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.contact-us-wrap .transport_wrap > li > ul > li b {
	display: block;
	font-size: 1.25rem;
	color: #090c08;
	font-weight: 700;
	margin-bottom: 10px;
}
.contact-us-wrap .transport_wrap > li > ul > li p {
	font-size: 1rem;
	color: #090c08;
	line-height: 30px;
}
.contact-us-wrap .transport_wrap > li > ul > li p span {
	display: inline-block;
	font-weight: 500;
}
.contact-us-wrap .transport_wrap > li > ul > li p span.green-txt {
	color: #00843c;
}
.contact-us-wrap .transport_wrap > li > ul > li p span.blue-txt {
	color: #1858df;
}
.contact-us-wrap .transport_wrap > li > ul > li p span.yellow-txt {
	color: #bf5700;
}
.contact-us-wrap .transport_wrap > li > ul > li p span.orange-txt {
	color: #bf5700;
}

@media (max-width:991px) {
    .contact-us-wrap .tit_area h3 {
        font-size: 2rem;
    }
}

@media (max-width:550px) {    
    #map {
        height: 300px!important;
    }
    
    .contact-us-wrap .info_wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .contact-us-wrap .info_wrap li {
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        width: 100%;
    }
    .contact-us-wrap .info_wrap li + li {
        margin-top: 10px;
    }
}

/* business */
.business_common_tit {
	padding: 50px 0;
	text-align: left;
}
@media (max-width:767px) {
	.business_common_tit {
		padding-bottom: 0;
	}
}
.business_common_tit h3 {
	font-size: 45px;
	color: #033088;
	font-weight: 700;
	margin-bottom: 30px;
}
@media (max-width:767px) {
	.business_common_tit h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}
.business_common_tit h3 span {
	display: block;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin-top: 20px;
}
@media (max-width:767px) {
	.business_common_tit h3 span {
		font-size: 16px;
		line-height: 24px;
	}
}
.business_common_tit ul li {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}
@media (max-width:767px) {
	.business_common_tit ul li {
		font-size: 14px;
		line-height: 20px;
	}
}
.business_common_tit ul li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #033088;
	position: absolute;
	left: 0;
	top:10px;
}
.business_common_tit .box_wrap {
	margin-top: 20px;
	border: 1px dashed #ddd;
	border-radius: 10px;
	padding: 20px 20px 20px 165px;
	position: relative;
}
@media (max-width:767px) {
	.business_common_tit .box_wrap {
		padding: 20px;
	}
}
.business_common_tit .box_wrap img {
	position: absolute;
	left: 20px;
	top: 20px;
}
@media (max-width:767px) {
	.business_common_tit .box_wrap img {
		position: static;
	}
}
.business_common_tit .box_wrap .txt_wrap p {
	font-size: 18px;
	color: #000;
}
@media (max-width:767px) {
	.business_common_tit .box_wrap .txt_wrap p {
		font-size: 14px;
	}
}
.business_common_tit .box_wrap .txt_wrap p span {
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 5px;
	font-weight: 500;
}
@media (max-width:767px) {
	.business_common_tit .box_wrap .txt_wrap p span {
		font-size: 12px;
	}
}
.business_common_tit .box_wrap .txt_wrap em {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}
.business_common_tit2 {
	font-size: 35px;
	color: #111;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width:767px) {
	.business_common_tit2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
.business_common_tit2 span {
	display: block;
	font-size: 18px;
	color: #333;
	margin-top: 10px;
	font-weight: 400;
}
@media (max-width:767px) {
	.business_common_tit2 span {
		font-size: 14px;
	}
}
.business_common_tit .inquiry_info {
	padding-top: 20px;
}
.business_common_tit .inquiry_info h4 {
	display: inline-block;
	background-color: #6c6e75;
	border-radius: 15px 15px 15px 0;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 0 20px;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
}
.business_common_tit .inquiry_info span {
	display: inline-block;
	font-size: 18px;
	color: #000;
	font-weight: 400;
}

.business_sub_wrap article:first-of-type {
	padding-top: 50px;
}

.business_sub_wrap article {
	margin-bottom: 50px;
}
.business_sub_wrap article:last-of-type {
	margin-bottom: 0;
}
.business_sub_wrap .invest_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media(max-width:968px) {
	.business_sub_wrap .invest_list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.business_sub_wrap .invest_list li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 10px;
}
@media(max-width:968px) {
	.business_sub_wrap .invest_list li {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		margin-bottom: 20px;
	}
}
.business_sub_wrap .invest_list li > div {
	border-radius: 20px;
	padding: 20px 30px 40px;
	position: relative;
	text-align: left;
    height: 100%;
}
@media (max-width:767px) {
	.business_sub_wrap .invest_list li > div {
		padding: 20px;
	}
}
.business_sub_wrap .invest_list li > div b {
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 60px;
}
:lang(en) .business_sub_wrap .invest_list li > div b {
    margin-bottom: 30px;   
}
.business_sub_wrap .invest_list li > div p {
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	font-weight: 600;
}
@media(max-width:969px) {
	.business_sub_wrap .invest_list li > div p {
		font-size: 18px;
		line-height: 30px;
	}
	.business_sub_wrap .invest_list li > div p br {
		display: none;
	}
}
.business_sub_wrap .invest_list li:nth-child(1) > div {
	background: url('/resources/img/sub/business/bg_invest_list01.png') right 0 top 0 no-repeat #007eb3;
}
.business_sub_wrap .invest_list li:nth-child(2) > div {
	background: url('/resources/img/sub/business/bg_invest_list02.png') right 0 top 0 no-repeat #033088;
}
.business_sub_wrap .invest_list li:nth-child(3) > div {
	background: url('/resources/img/sub/business/bg_invest_list03.png') right 0 top 0 no-repeat #0075de;
}

._operating-system  {
    margin-top: 70px;
	background-color: #f9fafb;
	border: 1px solid #ddd;
	padding: 50px 20px;
/*	padding-left: 80px;*/
}
._operating-system.__type_pl80 {
    padding-left: 80px;
} 
@media(max-width:1200px) {
	._operating-system {
		padding-left: 20px;
        
	}

}
@media (max-width:767px) {
	._operating-system {
		margin-top: 20px;
	}
    ._operating-system.__type_pl80 {
        padding-left: 20px;
    }
}
._operating-system > ul > li {
    display: block;
    position: relative;
    width: 100%;
	padding-bottom: 30px;
}
._operating-system ul li:last-child {
	padding-bottom: 0;
}
._operating-system.type2 > ul > li {
	padding-bottom: 50px;
}
._operating-system.type2 .txt-down-up {
	margin-top: 88px;
}
._operating-system.type2 .txt-down-up p span {
	position: static;
}
._operating-system.type2 dd {
	margin-top: 0;
}
._operating-system.type2 dd .box_ul_st li {
	font-size: 18px;
	color: #333;
	font-weight: 500;
}
._operating-system dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width:767px) {
	._operating-system dl {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
._operating-system dt {
    width: 390px;
    margin-right: 50px;
    height: 210px;
    border-radius: 74px;
    position: relative;
}
@media(max-width:1200px) {
	._operating-system dt {
		width: 210px;
	}
}
._selection-vigilance dt {
    height: 90px;
    border-radius: 45px;
}
._operating-system dd {
    margin: 25px 0;
}
._operating-system dd h4 {
	font-size: 22px;
	color: #333;
	font-weight: 600;
}
@media (max-width:767px) {
	._operating-system dd h4 {
		font-size: 18px;
	}
}
._operating-system dd h4.blue-txt {
	color: #0075de;
}
._operating-system dd h4.sky-txt {
	color: #007eb3;
}
._operating-system dd h4.navy-txt {
	color: #033088;
}
._operating-system dd .box_ul_st {

	margin: 5px 0;
}
._operating-system dd .box_ul_st li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}
._operating-system dd .box_ul_st li:last-child {
    margin-bottom: 0;
}
._operating-system dd .box_ul_st li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #033088;
	position: absolute;
	left: 0;
	top: 10px;
}
._operating-system dd .box_ul_st li.nodot {
	padding-left: 0;
}
._operating-system dd .box_ul_st li.nodot:before {
	display: none;
}
._operating-system dd .box_ul_st + h4 {
    margin-top: 10px;
}
._box-dashed {
    padding: 25px 40px;
}
._box-dashed:not(.no-txt) {
    background: #fff;
 	border-radius: 20px;
	min-width: 600px;
}
._operating-system.__type_pl80 ._box-dashed:not(.no-txt) {
    max-width: 600px;
}


@media(max-width:1200px) {
	._box-dashed:not(.no-txt) {
		min-width: auto;
        width: calc(100% - 300px);
	}
}
@media (max-width:767px) {
	._box-dashed:not(.no-txt) {
		min-width: 90%;
		max-width: 90%;
		margin: 0 auto;
		padding: 20px;
	}
}
._operating-system dt .circle {
    position: absolute;
	left: 120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background-color: #eee;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	display: table;
}
@media (max-width:1200px) {
    ._operating-system dt .circle {
        left: 0;
    }
}
@media (max-width:767px) {
	._operating-system dt .circle {
		position: static;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		width: 180px;
		height: 180px;
		margin: 0 auto;
	}
}
._operating-system dt .circle span {
    font-size: 18px;
	font-weight: 400;
}
._operating-system dt .circle strong {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-shadow:5px 5px 8px 2px rgba(0,0,0,.05);
	        box-shadow:5px 5px 8px 2px rgba(0,0,0,.05);
	border-radius: 50%;
}

._operating-system ul li dt.bg_5a23ae {
    color: #fff;
}

._operating-system dt,
._operating-system dd {
    display: inline-block;
}
@media (max-width:767px) {
	._operating-system dt,
	._operating-system dd {
		width: 100%;
		margin-right: 0;
	}
}
.txt-down-set,
.txt-down-up {
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 901px) {
    .txt-down-set,
    .txt-down-up {
        position: absolute;
        width: 448px;
        top: 50%;
        margin-top: 105px;
    }
    
    .po_txt-down-up .txt-down-up {
        margin-top: 115px;
    }
}

@media (min-width: 1201px) {
/*
    ._operating-system ul li.po_txt-down-up .txt-down-up {
        margin-top: 110px;
    }
*/
    ._operating-system ul li.po_txt-down-up .txt-down-up.en_css {
        margin-top: 100px;
    }
    ._operating-system_en_li .txt-down-up.en_css {
        margin-top: 90px;
    }
    
}

.txt-down-up p {
    position: relative;
    width: 200px;
    margin: 0 auto;
}
.txt-down-up.en_css p {
    width: 100%;
}
.txt-down-set p{
    position: relative;
    margin: 0 auto;
}
.txt-down-up p span:first-of-type {
    position: absolute;
    left:0;
}
.txt-down-up p span:last-of-type {
    position: absolute;
    right:0;
}
.txt-down-up.en_css p {
    margin-bottom: 20px;
}
.txt-down-up.en_css p span:first-of-type {
    left:auto;
    right: 50%;
    margin-right: 50px;
    text-align: right;
}
.txt-down-up.en_css p span:last-of-type {
    right:auto;
    left: 50%;
    margin-left: 50px;
    text-align: left;
}
/*
@media (max-width: 1200px) {
    ._operating-system dt {
        width: 380px;
        margin-right: 30px;
        height: 120px;
        border-radius: 60px;
        position: relative;
    }

    ._operating-system dd {
        width: calc(100% - 410px);
        margin: 25px 0;
    }
    .txt-down-set,
    .txt-down-up {
        width: 380px;
    }
    .txt-down-set {
        top: 100%;
        margin-top: 25px;
    }

}
*/

/*
@media (max-width: 900px) {
    ._operating-system dt {
        width: 380px;
        height: 120px;
        border-radius: 60px;
        position: relative;
        margin: 0 auto;
    }

    ._operating-system dd {
        width: 100%;
        margin: 25px 0;
    }
    .txt-down-up {
        margin: 40px auto 50px;
    }
}
@media (max-width: 550px) {
    ._operating-system dt {
        width: 100%;
        height: 90px;
        border-radius: 45px;
    }
}
*/

@media(max-width:1200px) {
	.txt-down-set, .txt-down-up {
		position: static;
		margin-top: 20px;
	}
}


._operating-system .step_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin: 0;
}
@media(max-width:968px) {
	._operating-system .step_list  {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 50px;
	}
	._operating-system .step_list:last-child {
		margin-bottom: 0;
	}
}
@media (max-width:767px) {
	._operating-system .step_list {
		padding-left: 0;
		padding-right: 0;
	}
}
._operating-system .step_list > li {
/*	flex: 1;*/
	position: relative;
	padding: 0 50px 100px;
}

._operating-system .step_list.type-flex-auto > li { 
    -webkit-box-flex: 1; 
        -ms-flex: 1; 
            flex: 1;    
    
}
@media(min-width:1201px) {
    
    ._operating-system .step_list > li.col-xl-2-5 {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
                flex: 0 0 20%;
        max-width: 20%;
    }
}

@media(max-width:1200px) {
    ._operating-system .step_list.type-flex-auto > li { 
        padding: 0 0 100px;
    }
}
@media(max-width:968px) {
    ._operating-system .step_list.type-flex-auto > li {
        padding: 0 0 50px;
    }
	._operating-system .step_list > li {
		padding: 0 20px 50px;
	}
	._operating-system .step_list > li:last-child {
		padding-bottom: 0;
	}
}
._operating-system .step_list.type2 > li {
	padding: 0 30px 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
._operating-system .step_list > li:after {
	content: "";
	display: block;
	background: url('/resources/img/sub/business/ico_fund_step_arrow.png') right 0 no-repeat; 
	width: 130px;
	height: 15px;
	position: absolute;
	right: -65px;
	top: 100px;
    z-index: 2;
}
@media(max-width:1200px) {
	._operating-system .step_list > li:after {
		width: 70px;
        right: -35px;
	}
}
@media(max-width:968px) {
	._operating-system .step_list > li:after {
		width: 50px;
		right: -30px;
	}
}
@media (max-width:767px) {
	._operating-system .step_list > li:after {
		display: none;
	}
}
._operating-system .step_list.type2 > li:after {
	width: 30px;
	right: 0;
	top: 90px;
}
._operating-system .step_list.type2 > li:last-child:after {
	display: none;
}
._operating-system .step_list.type1 > li > div {
	width: 220px;
	height: 220px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 4px 6px 11px 1px rgba(3,48,136,.1);
	        box-shadow: 4px 6px 11px 1px rgba(3,48,136,.1);
	margin-bottom: 10px;
	padding: 30px 20px;
	text-align: center;
}
._operating-system .step_list > li > div .ico_wrap {
	height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	margin-bottom: 20px;
}
._operating-system .step_list > li > div .ico_wrap img {
    display: block;
}
@media (max-width:550px) {
	._operating-system .step_list > li > div .ico_wrap {
		min-height: auto;
	}
}
._operating-system .step_list > li > div h5 {
	font-size: 20px;
	color: #111;
	font-weight: 600;
}
._operating-system .step_list > li > div h5 span {
	display: block; 
	font-size: 16px;
	color: #033088;
}
._operating-system .step_list > li p {
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: 400;
}
@media(max-width:1200px) {
	._operating-system .step_list > li p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media(min-width:768px) {
    ._operating-system .step_list.step_btm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}
._operating-system .step_list.step_btm > li:after {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
._operating-system .step_list.step_btm > li:first-child:after {
	display: none;
}
._operating-system .step_list.step_top.type1 > li:last-child:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	right: 50%;
    margin-right: -65px;
	top: 320px;
}
@media(max-width:1200px) {
	._operating-system .step_list.step_top.type1 > li:last-child:after {
		top: 300px;
        margin-right: -35px;
	}
}
._operating-system .step_list.step_top.type2 > li {
	text-align: center;
}
@media(max-width:767px){
	._operating-system .step_list.step_top.type2 > li {
/*		border-bottom: 1px dashed #ddd;*/
		padding: 20px 15px;
	}
/*
	._operating-system .step_list.step_top.type2 > li:first-child {
		padding-top: 0;
	}
*/
	._operating-system .step_list.step_top.type2 > li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
}
._operating-system .step_list.step_top.type2 > li em {
	display: block;
	font-size: 16px;
	color: #033088;
	font-weight: 700;
	margin-bottom: 20px;
}
._operating-system .step_list.step_top.type2 > li h5 {
	font-size: 20px;
	color: #111;
	font-weight: 600;
}
@media(max-width:767px){
	._operating-system .step_list.step_top.type2 > li h5 {
		font-size: 16px;
	}
}
._operating-system .step_list.step_top.type2 > li h5 span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #111;
}
@media (max-width:767px) {
	._operating-system .step_list.step_top.type2 > li h5 span {
		font-size: 14px;
	}
}
._operating-system .step_list.step_top.type2 > li .desc_list {
	border-top: 1px dashed #ddd;
	margin-top: 10px;
	text-align: left;
	padding: 10px 10px 0 40px;
}
@media (max-width:767px) {
	._operating-system .step_list.step_top.type2 > li .desc_list {
		border-top: none;
	}
}
._operating-system .step_list.step_top.type2 > li .desc_list h6 {
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
	font-weight: 500;
}
._operating-system .step_list.step_top.type2 > li .desc_list ul li {
	font-size: 16px;
	color: #666;
	font-weight: 500;
}
@media (max-width:767px) {
	._operating-system .step_list.step_top.type2 > li .desc_list ul li {
		font-size: 14px;
		
	}
}
@media (min-width:551px) {
    :lang(en) ._operating-system .step_list.step_top.type2 > li .desc_list {
        padding-left: 15px;
    }
}
@media (max-width:550px) {
    ._operating-system .step_list > li {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 100%;
    }
    ._operating-system .step_list.step_top.type2 > li .desc_list {
        text-align: center;
        padding: 10px 0;
    }
    
    ._operating-system .step_list.step_top.type2 > li .desc_list ul{
        display: inline-block;
        text-align: left;
    }
 }

._operating-system .step_list.step_top.type2 > li .desc_list ul li span {
	display: inline-block;
	position: relative;
	padding-left: 10px;
}
._operating-system .step_list.step_top.type2 > li .desc_list ul li span:before {
	content: "-";
	display: inline-block;
	font-size: 16px;
	color: #666;
	position: absolute;
	left: 0;
	top: -2px;
}



/* 모태펀드 선정 및 사후관리 절차 */
.post-management_wrap {
    text-align: center;
    max-width: 1060px;
    margin: 50px auto 0;
}
.post-management_wrap li h3,
.post-management_wrap li h4 {
    height: 90px;
    line-height: 90px;
    border-radius: 45px;
}

.post-management_wrap li h3 {
    width: 448px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    background: #0075de;

}

.post-management_wrap li h4 {
/*    width: 290px;*/
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    background: #007eb3;

}
.post-management_wrap .post-management_top {
    position: relative;
    padding-bottom: 50px;
}

.post-management_wrap .post-management_top:after{
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: 0;
    content: '';
    width: 1px;
    height: 50%;
    background: #ccc;
    z-index: -1;
}
.post-management_wrap .post-management_top > li {
    display: inline-block;
}

.box_txt .box_txt_h3 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 30px;
}
/* ul.box_ul_st */
.box_ul_st li {
    position: relative;
    line-height: 1.6;
    padding-left: 15px;
    font-size: 1.125rem;
    margin-bottom: 20px;
} 

.box_ul_st li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.666em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #00053e;
}

@media screen and (min-width: 1001px) {
    .post-management_wrap .post-management_top:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        content: '';
        width: 50%;
/*        width: 54.5%;*/
        height: 1px;
        background: #ccc;
    }

    .post-management_wrap .post-management_bottom {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 90px;
/*        margin-right: -90px;*/
    }

    .post-management_wrap .post-management_bottom:before {
        position: absolute;
        left: 50%;
/*        transform: translateX(-48%);*/
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
/*        margin-left: -57px;*/
        top: 0;
        content: '';
        width: 50%;
        height: 90px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        z-index: -1;
    }

    .post-management_wrap .post-management_bottom > li {
        padding: 0 95px;
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
}
.post-management_wrap .post-management_bottom .box_ul_st {
    margin-top: 30px;
}
.post-management_wrap .post-management_bottom .box_ul_st li {
    margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
    .post-management_wrap .post-management_top > li {
        display: block;
    }
    .post-management_wrap li h3 {
        width: 100%;
        max-width: 448px;
        margin: 0 auto;
    }
    .post-management_wrap .post-management_bottom {
        display: inline-block;
    }
    .post-management_wrap li h4 {
        width: 100%
    }
    .post-management_wrap .post-management_bottom > li + li {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {

    .post-management_wrap li h3,
    .post-management_wrap li h4 {
        height: 50px;
        line-height: 50px;
    }
}

.business_sub_wrap .btn_viewmore {
	display: inline-block;
	margin-top: 30px;
	min-width: 300px;
	height: 60px;
	line-height: 59px;
	font-size: 18px;
	color: #222;
	padding: 0 20px;
	border-radius: 30px;
	border: 1px solid #ddd;
}
@media (max-width:767px) {
	.business_sub_wrap .btn_viewmore {
		min-width: 200px;
		margin-top: 20px;
		font-size: 14px;
		height: 45px;
		line-height: 44px;
	}
}


.business_sub_wrap .btn_viewmore img {
	vertical-align: middle;
	margin-left: 20px;
}

/* newsletter */
.news_letter_wrap .main-marketWatch {
	background: url('/resources/img/sub/newsletter/bg_newsletter.jpg') center center no-repeat;	
}
.news_letter_wrap .marketWatchTxt {
	font-size: 30px;
	color: #fff;
	line-height: 45px;
	padding: 200px 0 100px;
}
@media(max-width:767px) {
	.news_letter_wrap .marketWatchTxt {
		font-size: 18px;
		line-height: 30px;
		padding: 100px 0 0px;
	}
}
.news_letter_wrap .marketWatchTxt b {
	font-weight: 700;
}
.news_letter_wrap .sub-cont-section {
	padding-bottom: 0;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}

@media (max-width:767px) {
	.pb-70 {
		padding-bottom: 50px !important;
	}
	.pb-100 {
		padding-bottom: 70px !important;
	}
}

.iframe-box iframe {
	/* height: 1550px; */
	height: 1150px;
}

@media(max-width:1050px) {
	.news_letter_wrap .sub-cont-section.pb-100 {
		padding-bottom: 70px !important;
	}

	.iframe-box {
		height: 0;
		padding-bottom: 150%;
		overflow: hidden;
	}
}

.news_letter_wrap .btn_inquiry {
	display: inline-block;
	min-width: 240px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color: #033088;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 0 20px;
}
@media(max-width:969px) {
	.news_letter_wrap .btn_inquiry {
		margin-bottom: 20px;
	}
}
@media (max-width:767px) {
	.news_letter_wrap .btn_inquiry {
		min-width: 180px;
		font-size: 14px;
		height: 45px;
		line-height: 44px;
		
	}
}
.news_letter_wrap .btn_inquiry img {
	vertical-align: middle;
	margin-left: 20px;
}

.news_letter_wrap .latest_news_wrap {
	padding: 0 0 100px;
	text-align: center;
}
.news_letter_wrap .latest_news_wrap .main_webzine-title {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}
.news_letter_wrap .latest_news_wrap .btn_wrap {
	font-size: 0;
	
}
.news_letter_wrap .latest_news_wrap .btn_wrap a {
	margin: 0 5px;
}
.news_letter_wrap .latest_news_wrap .btn_wrap .btn_webzine {
	display: inline-block;
	min-width: 100px;
	height: 40px;
	line-height: 39px;
	border-radius: 30px;
	border: 1px solid rgba(255,255,255,.5);
	background: none;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.news_letter_wrap .sub-marketWatch {
	padding-top: 60px;
}


.investment-contract-commentary {
    background-color: #fff;
    padding: 35px;
	margin-bottom: 50px;
}
@media (max-width:767px) {
	.investment-contract-commentary {
		padding: 20px;
	}
}
.border_dashed {
    border: 1px dashed #ccc;
}
.investment-contract-commentary dl,
.investment-contract-commentary .dl {
    width: 100%;
}
.investment-contract-commentary dl dt,
.investment-contract-commentary .dl .dt {
    margin-bottom: 30px;
    text-align: center;
}
.investment-contract-commentary dl dd p,
.investment-contract-commentary .dl .dd p {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
}
@media (max-width:767px) {
	.investment-contract-commentary dl dd p,
	.investment-contract-commentary .dl .dd p {
		font-size: 14px;
		line-height: 24px;
	}
}
@media (min-width: 601px) {
    .investment-contract-commentary dl,
    .investment-contract-commentary .dl {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .investment-contract-commentary dl dt,
    .investment-contract-commentary .dl .dt,
    .investment-contract-commentary dl dd,
    .investment-contract-commentary .dl .dd {
        display: table-cell;
        vertical-align: middle;
    }

    .investment-contract-commentary dl dt,
    .investment-contract-commentary .dl .dt {
        width: 100px;
        margin-bottom:0;
    }

    .investment-contract-commentary dl dd,
    .investment-contract-commentary .dl .dd {
        width: calc(100% - 100px);
        padding-left: 20px;

    }
}

.service-img-wrap {
	position: relative;
}
@media(max-width:969px) {
	.service-img-wrap {
		padding-top: 50px;
	}
}
.service-img-wrap .btn_link {
	position: absolute;
	min-width: 240px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #033088;
	border-radius: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 50px;
}
@media (max-width:767px) {
	.service-img-wrap .btn_link {
		min-width: 180px;
		font-size: 14px;
		height: 45px;
		line-height: 45px;
		bottom: 20px;
	}
}
.service-img-wrap .btn_link img {
	margin-left: 20px;
	vertical-align: middle;
}

/* 아코디언 */
.faq-wrap {
	width: 100%;
	border-top: 2px solid #00053e;
}
.faq-wrap .faq-list {
	border-bottom: 1px solid #e0e0e0;
}
.faq-wrap .f-wrap {
	background: url(/resources/img/sub/open/icon_accordion_bullet.png) no-repeat left 20px center;
}
.faq-wrap .f-wrap.on {
	background: url(/resources/img/sub/open/icon_accordion_bullet_on.png) no-repeat left 20px center;
}
@media (max-width:767px) {
	.faq-wrap .f-wrap.on {
		background-size: 15px;
		background-position: left 15px center;
	}
}
.faq-wrap .f-wrap a {
	display: block;
	padding: 40px 150px 40px 80px;
	background: url(/resources/img/sub/open/icon_accordion_plus.png) no-repeat right 40px center;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	word-break: keep-all;
}
.faq-wrap .f-wrap.on a {
	background: url(/resources/img/sub/open/icon_accordion_minus.png) no-repeat right 40px center;
	color: #033088;
	font-weight: 700;
}
.faq-wrap .q-wrap {
	display: none;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	padding: 30px 60px 30px;
	background-color: #f6fbff;
}
.q-wrap__color-box {
	padding: 30px;
	background-color: #dce7f3;
}
.q-wrap__box {
	padding: 0 30px;
	position: relative;
}
.q-wrap__box:before {
	content: "";
	display: block;
	background: url('/resources/img/sub/open/icon_accordion_answer.png') no-repeat;
	width: 15px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width:767px) {
	.q-wrap__box:before {
		background-size: 60% auto;
	}
}
.q-wrap__color-box + .q-wrap__box {
	padding: 30px 30px 0;
}
.q-wrap__color-box ol,
.q-wrap__box ol {
	padding-left: 30px;
}
.q-wrap__color-box ol li,
.q-wrap__box ol li {
	font-size: 18px;
	font-weight: 500;
	color: #444;
	word-break: keep-all;
	list-style: hangul;
}
.q-wrap__box ol li + li {
	margin-top: 7px;
}
@media (max-width: 767px) {
	.faq-wrap .f-wrap {
		background-position: left 15px center;
		background-size: 15px;
	}
	.faq-wrap .f-wrap a {
		font-size: 12px;
		padding: 20px 60px 20px 40px;
		background-position: right 20px center;
		background-size: 15px;
	}
	.faq-wrap .f-wrap.on a {
		background-position: right 20px center;
		background-size: 15px;
	}
	.faq-wrap .q-wrap {
		padding: 27px 30px 32px;
	}
	.q-wrap__color-box {
		padding: 15px;
	}
	.q-wrap__box {
		padding: 0 15px;
	}
	.q-wrap__color-box + .q-wrap__box {
		padding: 15px 15px 0;
	}
	.q-wrap__color-box ol,
	.q-wrap__box ol {
		padding-left: 15px;
	}
	.q-wrap__color-box ol li,
	.q-wrap__box ol li {
		font-size: 12px;
	}
}

/* open api */
.openApi_txt_box + .openApi_txt_box {
	margin-top: 60px;
}
@media (max-width:767px) {
	.openApi_txt_box + .openApi_txt_box {
		margin-top: 30px;
	}
}
.openApi_txt_box__tit {
    position: relative;
	font-size: 20px;
    color: #00053e;
    padding-left: 15px;
    font-weight: 500;
}
.openApi_txt_box__tit:before {
    content: '';
    height: 2px;
    -webkit-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
            transform: rotate(-70deg);
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 3px;
    background: #00053e;
}
.openApi_depth__tit {
	font-size: 18px;
    color: #00053e;
    font-weight: 500;
}

a.api_apply_btn {
    width: 250px;
    height: 70px;
    padding: 0;
    line-height: 70px;
    color: #fff;
    border: none;
    background: #3d79ec;
}
a.news_link_btn:hover,
a.news_link_btn:focus,
a.api_apply_btn:hover,
a.api_apply_btn:focus {
     outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 121, 236,.25);
            box-shadow: 0 0 0 0.2rem rgba(61, 121, 236,.25);
}

.sub_cont_tit {
    max-width: 1280px;
    position: relative;
}
a.news_link_btn {
    display: block;
    width: 240px;
    height: 55px;
    font-size: 17px;
    line-height: 55px;
    color: #fff;
    background: #3d79ec;
}

@media (min-width: 768px) {
    .sub_cont_tit .news_link_btn {
        position: absolute;
        left: 0;
        top: 18px;
    }
}

@media (max-width: 767px) {
    .sub_cont_tit .news_link_btn {
        margin: 20px auto;
    }
}

.download-form-wrap a {
	display: block;
	width: 300px;
	height: 80px;
	padding: 28px 0;
	color: #6d9dd5;
	line-height: 1;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin: 0 5px;
	border: 3px solid #6d9dd5;
	background-color: #d3e1f9;
}

a.api_apply_btn {
	display: inline-block;;
    width: 250px;
    height: 70px;
    padding: 0;
    line-height: 70px;
    color: #fff;
    border: none;
    background: #3d79ec;
	margin-top: 50px;
}
@media (max-width:767px) {
	.download-form-wrap a {
		width:auto;
		min-width: 120px;
		padding: 0 20px;
		font-size: 14px;
		height: 45px;
		line-height: 45px;
		margin-top: 20px;
	}
}



/* print  */
@page {
    size: A4;
    margin: 50px 20px 0;
}

@media print {
    html,
    body {
        width: 210mm;
        height: 297mm;
/*        font-size: 12px;*/
    }
    
    .no-print,
    .no-print * {
        display: none !important;
    }
    
    #subWrap {
        margin: 0 auto;
/*        width: 100%!important;*/
    }

    body [class*="fade"] {
        visibility: inherit !important;
        opacity: 1 !important;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
            -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
                transform: matrix(1, 0, 0, 1, 0, 0) !important;
    }
    .ico_contact_file, /* en contact us button */
    .latest_news_wrap.main-marketWatch, /* 발간자료 상단 */
    .board-paging, /* 게시판 페이징 */
    .banner_wrap, /* 상단 이미지 */
    .location-wrap,
    .ceo.ceo-pc,
    .ceo_shadeow,
    .sub_contactUs,
    #footer {
        display: none;
    }
    body * {
        font-size: 12px;
    }
    .sub-cont-section:last-child {
        padding-bottom: 0!important;

    }
    .sub-cont-header {
        padding-top: 70px;
    }
    .sub-cont-header h2 {
        font-size: 30px;
        text-align: center;
    }
 
    * {  
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
        color-adjust: exact !important;                 /*Firefox*/
    }
    
    /* KVIC MarketWatch 게시판  */
    .news_letter_wrap .section-01 {
        padding-top: 0;
    }
    .market-watch-box .col-6 {
        -ms-flex: 0 0 33.333%;
        -webkit-box-flex: 0;
                flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .sub-marketWatch .market-watch-box .row .item:before {
        display: none!important;
    }

    /* 사업소개 */
    .business_common_tit .box_wrap {
        padding: 20px 20px 20px 165px;
    }
    .business_common_tit .box_wrap img {
        position: absolute;
        left: 20px;
        top: 20px;
    }
    ._operating-system {
        padding: 70px 20px!important; 
    }
    ._operating-system.type2 > ul > li {
        padding: 0 20px;
    }
    ._operating-system dl {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important; 
    }
    ._operating-system dt {
        width: calc(180px + 40px)!important; 
        margin-right:0!important;
        height: 100%!important; 
    }
    ._operating-system dt .circle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: 50%;    
        left: 0;
        width: 180px!important; 
        height: 180px!important; 
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    }
    ._box-dashed:not(.no-txt) {
        width: calc(100% - 180px - 40px)!important; 
        min-width: auto!important; 
    }

    ._operating-system.type2 .txt-down-up {
        margin-top: 50px!important;
    }
    ._operating-system.type2 > ul > li {
        padding-bottom: 20px!important; 
    }
    
    ._operating-system .step_list > li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

    /* table */
    
    table {
        width: 100%;
        table-layout: fixed; 
    }
    .table_wrap {
        overflow-x:visible;
    }


    /*  조직도 */
    ._ceo._h_ceo {
        padding-bottom:160px!important;
    }
    .organization-chart ul.org_bottom > li {
        padding: 40px 10px 0!important;
    }
    .organization-chart ul.org_top > li:nth-of-type(2):after {
        top: 38px;
    }
     .organization-chart ul.org_top >li:nth-of-type(1) {
        width: 150px;
        padding-bottom: 160px;
    }
    
    .organization-chart ul.org_top > li:nth-of-type(2) {
        position: relative;
        right: 50%;
        margin-right: 50px;
    }
    
    .organization-chart ul.org_top {
        padding-bottom: 30px!important;
    }

    :lang(en) .organization-chart ul.org_top li:nth-of-type(3) {
        position: relative;
        right: 50%;
        margin-right: 50px;
		margin-top: 20px;
    }
   .organization-chart ul.org_top > li:nth-of-type(2):after {
        content: '';
        position: absolute;
        right: -50px;
        top: 26px;
        width: 100%;
        height: 1px;
        border-top: 2px dotted #ddd;
        z-index: -1;
    }
	:lang(en) .organization-chart ul.org_top li:nth-of-type(3):after {
        content: '';
        position: absolute;
        right: -50px;
        top: 50%;
        width: 100%;
        height: 1px;
        border-top: 2px dotted #ddd;
        z-index: -1;
    }
    .organization-chart ul.org_top .li_tft,
    .organization-chart ul.org_top .li_tft li{
        width: 150px!important;
        position: relative;
    }
    .organization-chart .li_tft ul li:not(:first-of-type):after {
        content: '';
        position: absolute;
        left: 50%;
        top: -20px;
        width: 1px;
        height: 100%;
        background: #ccc;
        z-index: -1;
    }
    .organization-chart ul.org_bottom {
        display: table;
        table-layout: fixed;
        width: 100%!important;
    }
    .organization-chart ul.org_bottom:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 83.34%;
        height: 1px;
        border-top: 2px dotted #ddd;
        z-index: -1;
    }
    .organization-chart ul.org_bottom > li {
        display: table-cell;
        width: 16.666%;
         padding: 70px 20px 0;
    }
    
	.organization-chart ul li h3,
	.organization-chart ul h4,
	.organization-chart ul li span {
		padding: 10px 10px!important;
		border-radius: 15px;
        font-size: .75rem!important;
	}

    .organization-chart .org_etc {
        position: absolute;
        top: 50px!important;
        right: 50%;
        margin-right: -300px;
    }
    
    /* KVIC 윤리규범 */
    .ethics-code-wrap .ethics_code_list > li {
        padding: 25px 0 25px 140px;
    }
    .ethics-code-wrap .ethics_code_list > li img {
        position: absolute;
        left: 0;
        top: 25px;
    }
    
    .ethics-code-wrap .btn_view {
        display: inline-block !important;
        max-width: 250px;
        height: 50px;
        border-radius: 25px;
        font-size: 14px;
        line-height: 50px;
        margin: 0 5px;
    }
    
    /* 청탁금지법 위반행위 신고처리절차 */
    .anti-graft-law-wrap article .report_step_list > li {
        width: 15%;
    }
    /* en contact us */
    .contact-us-wrap-en .col-lg-3:first-child {
        -ms-flex: 0 0 33%;
        -webkit-box-flex: 0;
                flex: 0 0 33%;
        max-width: 33%;
    }
    .contact-us-wrap-en .col-lg-3:first-child img {
        width: 100%;
    }
    
    .contact-us-wrap-en .col-lg-3:last-child {
        display: none;
    }
    
    .contact-us-wrap-en .col-lg-6 {
        -ms-flex: 0 0 67%;
        -webkit-box-flex: 0;
                flex: 0 0 67%;
        max-width: 67%;
    }
    
    /* Post-Management for Partnership Fund */    
    .post-management_wrap .post-management_top:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        content: '';
        width: 50%;
/*        width: 54.5%;*/
        height: 1px;
        background: #ccc;
    }

    .post-management_wrap .post-management_bottom {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 90px;
/*        margin-right: -90px;*/
    }

    .post-management_wrap .post-management_bottom:before {
        position: absolute;
        left: 50%;
/*        transform: translateX(-48%);*/
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
/*        margin-left: -57px;*/
        top: 0;
        content: '';
        width: 50%;
        height: 90px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        z-index: -1;
    }

    .post-management_wrap .post-management_bottom > li {
        padding: 0 20px;
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

	.business3141_history__row > li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.business3141_history__col {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		width: 50%;
		padding: 0 60px;
	}

	.business3141_history__row > li:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.business3141_history__row > li:nth-child(even) .business3141_history__conts {
		text-align: right;
	}
	.business3141_history__row > li:nth-child(even) .business3141_history__conts p:before {
		left: auto;
		right: -67px;
	}
	.business3141_history__row > li:nth-child(even) .business3141_history__conts p:after {
		left: auto;
		right: -73px;
	}
	.business3141_history__row > li:nth-child(even) .business3141_history__conts ul li {
		padding-left: 0;
		padding-right: 0.83333em;
	}
	.business3141_history__row > li:nth-child(even) .business3141_history__conts ul li:before{
		left: auto;
		right: 0;
	}
	

	.business3141_history__conts .tit {
		font-size: 20px !important;
	}
	
	.business3141_history__conts ul li { 
		font-size: 14px !important;
	}
	

	.business3131_map__area {
		width: 400px;
	}
	.business3131_map__area .item {
		width: 24.1690vw!important;
	}	
	.business3111__wrap .top-vis__figure figcaption p,
	.business3111__wrap .top-vis__figure figcaption p strong {
		font-size: 20px!important;
	}
	.business3111__list .col-md-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.business3111__list > li .item-box {
		min-height: auto!important;
		padding: 25px 25px 50px!important;
	}
	.business3111__list .item-box-conts * {
		font-size: 16px!important; 
	}
	
	.business3111__list > li .ico_bg img {
		height: 70px;
	}
	
	.business3122__row > .item {
		width: 20% !important;
		padding: 15px;
	}
	
	/* 투자유치 도움자료 */
	
	.business321_guide__row {
		display: -webkit-box;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.business321_guide__row .business321_guide__thumb,
	.business321_guide__row .business321_guide__conts {
		padding: 0 20px;
	}
	.business321_guide__row .business321_guide__thumb {
		width: 300px;
	}
	.business321_guide__row .business321_guide__thumb .thumb {
		margin-bottom: 0;
	}
	
	.business321_guide__row .business321_guide__conts {
		position: relative;
		width: calc(100% - 300px);
		padding-bottom: 160px !important;
	}
}

/* 게시글 상세 테이블 */


/* table */
table.fz16 {
    
}
.d_table table {
    width: 100%;
    border-top: 1px solid #111;
}
.d_table table caption {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media screen and (min-width: 769px) {
    table {
        table-layout: fixed;
    }
}
.d_table table tr {
    border-bottom: 1px solid #ddd;
}
.d_table table tr th {
    font-weight: 500;
    background: #f6fbff;
}
.d_table table tr td {
    font-weight: 400;
}
.d_table table tr th,
.d_table table tr td {
    padding: 10px 20px;
    font-size: .875rem;
    vertical-align: middle;
}
.d_table table tr td {

}
.d_table table tr td,
.d_table table tr td dl dd{
    line-height: 1.8;
}
.d_table table tr td dl dt {
    font-weight: 600;
}

/* sub_contactUs_list / 하단고정 */
.sub_contactUs_list * {
    display: inline-block;
    color: #333;
}
.sub_contactUs_list {
    border-top: 2px solid #000;
}
.sub_contactUs_list li {
    padding: 25px 0;
}

.sub_contactUs_list li dl {
    margin-right: 55px;
}
.sub_contactUs_list li dl dt {
   font-weight: 600;
}
.sub_contactUs_list li dl dt:before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 31px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.sub_contactUs_list li dl dd {
    font-weight: 400;
    padding-left: 5px;
}
@media screen and (max-width: 1200px) {
    .sub_contactUs_list li {
        width: 25%;
        float: left;
    }
    .sub_contactUs_list li dl {
        margin-right: 0;
    }
    .sub_contactUs_list li dl dt {
        display: block;
    }

    .sub_contactUs_list li dl dd {
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .sub_contactUs_list li {
        width: 50%;
    }

}
.sub_contactUs_list li dl.manager dt:before {
    background: url('/resources/img/sub/ico_manager.png')no-repeat center left;
}
.sub_contactUs_list li dl.department dt:before {
    background: url('/resources/img/sub/ico_department.png')no-repeat center left;
}
.sub_contactUs_list li dl.phone dt:before {
    background: url('/resources/img/sub/ico_phone.png')no-repeat center left;
}
.sub_contactUs_list li dl.email dt:before {
    background: url('/resources/img/sub/ico_email.png')no-repeat center left;
}
@media screen and (max-width: 768px) {
    .sub_contactUs_list li dl dt:before {
        background-size: 17px!important;
         margin-right: 0;
    } 

}


section.last_section {padding-bottom: 180px; margin-top:30px;}

/* color */
.c_eb5c38 {color: #eb5c38;}
.c_666 {color: #666;}

/* 고객혁신제안 */
.sub_depth_tit {
    font-size: 1.875rem;
	font-weight: 600;
	color: #111;
    text-align: center;
	line-height:1.2;
	margin-bottom: 2rem;
    letter-spacing: -.5px;
	word-break: keep-all;
}

.board-view-check .d_table table {
    table-layout: fixed;
    border-width: 1px 0 0;
}
.board-view-check .d_table table th,
.board-view-check .d_table table td {
    text-align: left;
    padding: 12px 15px;
}
.board-view-check .d_table table td input {
    height: 2.5rem;
    min-width: 250px;
    padding: 0 15px;
    border: 1px solid #ddd;
}

.board-view-check .d_table table.normal_write input {
    width: 50%;
}

.board-view-check .d_table table.normal_write textarea {
    width: 100%;
    height: 250px;
    padding: 15px;
}
@media screen and (max-width: 767px) {
   .board-view-check .d_table table.normal_write input {
        width: 100%;
    } 
}

.board-view-check .d_table table.normal_write .file .fileHidden {
	display: none;
}

.board-view-check .d_table table.normal_write .file label {
	display: inline-block;
	vertical-align: middle;
	min-width: 80px;
	height: 41px;
	line-height: 39px;
	border-radius: 2px;
	background-color: #ddd;
	font-size: 13px;
	color: #111;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ddd;
}

.board-view-check .d_table table.normal_write .file label.focus {
	outline: 2px solid #000;
}

.agree__wrap .box-wrap { 
    padding: 20px;
    height: 200px;
    margin-top: 10px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    overflow-x: hidden;
        
}
.agree__wrap .box-wrap:focus-visible {
	height: auto;
    outline: 1px solid #000;
}

.agree__wrap .box-wrap h3 {
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 15px 0 5px;
}

.agree__wrap .agree-box {
    padding: 15px;
    background: #fff;
    overflow: hidden;
    margin-top: 10px;
}
.agree-box .join-agree {
    text-align: right;    
}

@media screen and (min-width: 601px) {
    .agree-box .join-agree-txt {
        float: left;
    }
    .agree-box .join-agree {
        float: right;
    }
}
.agree-box .join-agree-txt strong {
    margin-right: 5px;
}
.agree-box .join-agree input {
    margin-left: 15px;
}
.agree-box .join-agree input + label{
    margin-left: 5px;
}

/* 등록 버튼 */
.board-btn-wrap {
    text-align: right;
}
.board-btn-wrap button,
.board-btn-wrap input[type="button"],
.board-btn-wrap .btn-confirm {    
    width: auto;
    height: auto;
    line-height: 1;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 3px;
    border-width: 1px;
    /* outline: none; */
    -webkit-box-shadow: none;
            box-shadow: none;
    border-style: none;
    background: -o-linear-gradient(left top, #007eb3, #094da1, #094da1);
    background: -webkit-gradient(linear, left top, right bottom, from(#007eb3), color-stop(#094da1), to(#094da1));
    background: linear-gradient(to right bottom, #007eb3, #094da1, #094da1);
    cursor: pointer;
	position: relative;
	top: 0;
}

.board-btn-wrap input.cancel_btn,
.board-btn-wrap button.cancel_btn {
    background: rgba(102, 102, 102, 1);
    border-color: rgba(102, 102, 102, 1);
}

/* 공공데이터개방 220902 */
.btn_link {
	display: inline-block;
    min-width: 240px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #033088;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 0 20px;
}
.sub-open4_1-wrap .txt_wrap {
	margin-bottom: 2.5rem;
}

.txt_wrap .h3-title {
	font-size: 25px;
	font-weight: 600;
    color: #033088;
	margin-bottom: 10px;
}

.list-dash  li {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}
@media (max-width:767px) {
	.txt_wrap .h3-title {
		font-size: 20px;
	}
	.list-dash  li {
		font-size: 14px;
		line-height: 20px;
	}
	
	.btn_link {
		min-width: 180px;
		font-size: 14px;
		height: 45px;
		line-height: 44px;
	}
}
.list-dash  li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #033088;
	position: absolute;
	left: 0;
	top:10px;
}

/* 20220906  투자유치지원 지원사업 */
.comingSoon {
	padding: 150px 50px;
	text-align: center;
}
@media (max-width:767px) {
	.comingSoon {
		padding: 100px 50px;
	}
}
/* background-color */
.bg_fafafc {background-color: #fafafc !important;}
.bg_f9fafc {background-color: #f9fafc !important;}

/* youtube list */
.youtube_wrap {
	position: relative;
    width: 100%;
	height: 0;
    overflow: hidden;
    padding-bottom: 36.15%;
}

.youtube_wrap * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.youtube_wrap .media__watch {
    width: 65%;
}
.youtube_wrap .media__conds {
    width: 35%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
	background-color: #fafafc;
}

.youtube_wrap .media__watch .vdo__contain {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.youtube_wrap .media__watch .vdo__contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 아래의 모든 코드는 영역::코드로 사용 */
.scroll-bar {
	height: 100%;
	overflow-y: auto;
}
.scroll-bar::-webkit-scrollbar {
    width: 10px;  /* 스크롤바의 너비 */
}

.scroll-bar::-webkit-scrollbar-thumb {
/*    height: 30%;  스크롤바의 길이 */
    background: #dedede; /* 스크롤바의 색상 */
    
/*     border-radius: 10px; */
	background-clip: padding-box;
    border: 3px solid transparent;
}

.scroll-bar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0px 0px 10px #fafafc;
	        box-shadow: inset 0px 0px 10px #fafafc;
    background: transparent;  /*스크롤바 뒷 배경 색상*/
}


/* list */
.srch__ui {

}

.srch_rslt li {
	padding: 15px 30px;
}

.srch_rslt li a {
    display: table;
	width: 100%;
}

.srch_rslt li.on {
	background-color: #033189;
}

.srch_rslt li.on a * {
	color: #fff;
}
.srch_rslt li .thumb {
    position: relative;
    width: 30%;
    height: 73px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.srch_rslt li .thumb img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.srch_rslt li .tit {
    display: table-cell;
    width: 70%;
    padding: 0 20px;
    font-size: 1.0625rem;
    font-weight: 500;
    vertical-align: middle;
}

.srch_rslt li .tit b {display: block;}

.media__subscription {
    position: relative;
    margin-top: 20px;
}

.media__subscription #title {
    font-size: 1.375rem;
    letter-spacing: -.5px;
    font-weight: 500;
    margin-bottom: 25px;
}

.business321_guide__row {

}

.business321_guide__row .business321_guide__thumb .thumb {
	margin-bottom: 15px;
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,.2);
	        box-shadow: 5px 5px 3px rgba(0,0,0,.2);
}

.business321_guide__header {
	border: 1px solid #111;
	border-width: 1px 0;
	padding: 20px 0;
	margin-top: 40px;
}
.business321_guide__header:after {
	content: '';
	display: block;
	clear: both;
}

.business321_guide__title {
	float: left;
	display: inline-block;
}
.business321_guide__title .above {
	font-size: 1.125rem;
}
.business321_guide__title .title {
	display: block;
	font-size: 1.5625rem;
	font-weight: 700;
}
.business321_guide__header .figcaption {
	width: 200px;
	text-align: right;
	float: right;
}

.business321_guide__header .figcaption .__btn {
	margin-top: 12px;
}

.market-watch-box.__type_business321 .item {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.business321_guide__row {
		display: -webkit-box;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.business321_guide__row .business321_guide__thumb,
	.business321_guide__row .business321_guide__conts {
		padding: 0 20px;
	}
	.business321_guide__row .business321_guide__thumb {
		width: 400px;
	}
	.business321_guide__row .business321_guide__thumb .thumb {
		margin-bottom: 0;
	}
	
	.business321_guide__row .business321_guide__conts {
		position: relative;
		width: calc(100% - 400px);
		padding-bottom: 160px !important;
	}
	
	.business321_guide__header {
		position: absolute;
		bottom: 0;
		width: calc(100% - 40px);
		margin-top: 0;
	}
}
@media (min-width: 1025px) {
	.market-watch-box.__type_business321 .item {
		margin: 50px 0;
	}
}

@media screen and (max-width:991px) {
	.srch_rslt li {
		padding: .9375rem 0px;
	}
	.srch_rslt li .thumb {
		display: none;
	}
	.srch_rslt li .tit {
		width: 100%;
	}
}

@media screen and (max-width:550px) {
	.srch_rslt li {
		padding: .75rem 0px;
	}
	.srch_rslt li .tit {
		font-size: 12px;
		padding: 0 10px;
	}
}


@media screen and (max-width:450px) {
	.youtube_wrap {
		padding-bottom: 0;
		height: auto;
		overflow: visible;
	}
	.youtube_wrap .media__watch,
	.youtube_wrap .media__conds {
		width: 100%;
	}
	.youtube_wrap .media__conds {
		position: static;
		background-color: transparent;
	}
	
	.mo-flex-order-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		
	}
	.mo-flex-order-list .order_1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.mo-flex-order-list .order_2 {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.mo-flex-order-list .order_3 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.media__conds .scroll-bar {
		height: 340px;
		background-color: #fafafc;
	}
	
}
/* 산업별 투자유치 지원 사업 소개  */
.business3141_history__wrap {
	position: relative;
	background-image: url('/resources/img/sub/business/txt_kvic_outline.png');
	background-position: bottom -10% right -8%;
	background-size: 50% auto;
	background-repeat: no-repeat;
}

.business3141_history__wrap:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
	left: calc(50% - 0.5px);
    top: 0;
}

.business3141_history__row > li + li {
	margin-top: 60px;
}

.business3141_history__conts .tit {
	position: relative;
	font-size: 35px;
	color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.business3141_history__conts .tit:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #007eb3;
    position: absolute;
    left: -67px;
    top: 20px;
}
.business3141_history__conts .tit:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(30,184,255,.2);
    position: absolute;
    left: -73px;
    top: 14px;
}

.business3141_history__conts ul li {
	position: relative;
    font-size: 1.25rem;
    color: #333;
    font-weight: 400;
	padding-left: 0.83333em;
}

.business3141_history__conts ul li:before {
	content: '';
	width: 7px;
	height: 2px;
	position: absolute;
	left: 0;
	top: .67777em;
	background-color: #666;
}

@media screen and (min-width:768px) {
	
	.business3141_history__wrap {
		padding-top: 90px!important;
	}
	.business3141_history__row > li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.business3141_history__col {
		width: 50%;
		padding: 0 60px;
	}
	
	.business3141_history__row > li:nth-child(odd) .business3141_history__conts {
		padding-right: 0;
	}
	
	.business3141_history__row > li:nth-child(even) .business3141_history__conts {
		padding-left: 0;
	}

	.business3141_history__row > li:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.business3141_history__row > li:nth-child(even) .business3141_history__conts {
		text-align: right;
	}
	.business3141_history__row > li:nth-child(even) .business3141_history__conts .tit:before {
		left: auto;
		right: -67px;
	}
	.business3141_history__row > li:nth-child(even) .business3141_history__conts .tit:after {
		left: auto;
		right: -73px;
	}
	.business3141_history__row > li:nth-child(even) .business3141_history__conts ul li {
		padding-left: 0;
		padding-right: 0.83333em;
	}
	.business3141_history__row > li:nth-child(even) .business3141_history__conts ul li:before{
		left: auto;
		right: 0;
	}
}

@media screen and (max-width:767px) {
	.business3141_history__wrap {
		background-size: 70% auto;
		background-position: bottom -3% right -2%;
	}
	.business3141_history__wrap:before {
		left: 18px;
	}
	.business3141_history__col {
		padding-left: 25px;
	}
	.business3141_history__row > li + li {
		margin-top: 30px;
	}
	.business3141_history__img {
		margin-bottom: 15px;
	}
	.business3141_history__conts .tit {
		font-size: 25px;
	}

	.business3141_history__conts ul li {
		font-size: 1.125rem;
	}
	
	.business3141_history__conts .tit:before {
        width: 7px;
		height: 7px;
		left: -30px;
		top: 13px;
	}
	.business3141_history__conts .tit:after {
		width: 13px;
		height: 13px;
		left: -33px;
		top: 10px;
	}
}

@media screen and (max-width:550px) {
	.business3141_history__conts .tit {
		font-size: 20px;
	}
	.business3141_history__conts ul li {
		font-size: 1rem;
	}
}

/* 해외 진출 지원 사업 소개 */
.business3121__row {
	padding-top: 3.5rem;
}
.business3121__row figure figcaption {
	padding: 25px 0;
}

@media screen and (min-width:1025px) {
	.business3121__row {
		margin: 0 -25px;
	}
	.business3121__row > li {
		padding: 0 25px;
	}
	
	.business3121__row figure figcaption {
		width: 90%;
	}
}

/* 지역기업 투자유치 지원 사업 소개 */
.business3131_map__wrap {
	padding: 0!important;
}
.business3131_map__area {
	position: relative;
	max-width: 710px;
    margin: 0 auto;

}

.business3131_map__img {
	text-align: center;
}

.business3131_map__area .item {
	position: absolute;
	width: 342px;
}

.business3131_map__area .item_01 {
	left: 67%;
	bottom: 68%;
	
}
.business3131_map__area .item_02 {
	left: 75%;
	bottom: 44%;
}
.business3131_map__area .item_03 {
	left: 29%;
    bottom: 12%;
}

@media screen and (max-width: 1024px) {
	.business3131_map__area .item {
		width: 250px;
	}
	
}

@media screen and (max-width: 710px) {
	.business3131_map__area .item {
		width: 27.1690vw;
	}	
		
}

/*  지역투자유치지원 팝업 슬라이드  */
.modal_slider__wrap .slider .slide figure {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000;
	overflow: hidden;
}

.modal_slider__wrap .slider .slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
/* 가로기준
	width: 100%;
	height: auto;
*/
	/* 세로기준 */
	width: auto;
    height: 100%;
	-webkit-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
	-ms-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
	transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}
.modal-main-slider .slick-slide .video_bg {
	display: none;
}
.modal-main-slider .video_figure video {
	position: absolute;
	width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.modal-thumb-slider {
	margin-top: 20px;
	padding: 0 15px;
}
.modal-thumb-slider .slick-slide {
    margin: 0 7.5px !important;
	cursor: pointer;
}

.modal-thumb-slider .slick-slide video {
	display: none;
}
.modal-thumb-slider .slick-slide .video_bg {
	display: block;
}
/* arrow */
.modal-thumb-slider .slick-prev {
	left: 0;
}
.modal-thumb-slider .slick-prev:after {
	content: "\f104";
}

.modal-thumb-slider .slick-next {
	right: 0;
}
.modal-thumb-slider .slick-next:after {
	content: "\f105";
}

.modal-thumb-slider .slick-prev,
.modal-thumb-slider .slick-next {
	width: 20px;
	height: 100%;
	z-index: 3;
}

.modal-thumb-slider .slick-prev:after,
.modal-thumb-slider .slick-next:after {
	font-family: FontAwesome;
	font-size: 32px;
	line-height: 0.5;
	color: #000;
} 


/*  지역투자유치지원 팝업 버튼 수정  */

.bi_3131 .modalWrap {
    max-width: 765px;
	padding: 50px;
}
.bi_3122 .modal-tit,
.bi_3131 .modal-tit {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
/*
.bi_3131 .modal_close {
	top: -31px;
    right: -31px;
	width: 62px;
	height: 62px;
	padding: 11px;
	border-radius: 50%;
	background-color: #033189;
}

.bi_3131 .modal_close:before, .bi_3131 .modal_close:after {
	top: 29px;
	background: #fff;
}
*/

@media screen and (max-width: 767px) {
	.modalWrap.size_xl,
	.bi_3131 .modalWrap {
		padding: 50px 30px;
	}
	.bi_3122 .modal-tit,
	.bi_3131 .modal-tit {
		font-size: 1.5rem;
	}
}

/* 투자유치지원 지원사업 소개 */
.business3111__wrap .top-vis__figure {
	position: relative;
}
.business3111__wrap .top-vis__figure figcaption {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(calc(-50% + 0.5px));
	-ms-transform: translateY(calc(-50% + 0.5px));
	transform: translateY(calc(-50% + 0.5px));
}

.business3111__wrap .top-vis__figure figcaption p {color: #fff; font-weight: 300; padding: 70px 20px; font-size: 45px; line-height: 1.4; }

.business3111__list {margin: 0;}
.business3111__list > li {padding: 0; margin: 0; border: 1px solid #ddd;}
.business3111__list > li .item-box { position: relative; min-height: 410px; height: 100%; padding: 60px;}
.business3111__list > li:not(:first-child) {
	margin-left: -1px;
}
.business3111__list .item-box-conts {position: relative; z-index: 1;}
.business3111__list .item-box-conts p {font-size: 30px; line-height: 1.2; margin-bottom: 1.875rem;}
.business3111__list .item-box-conts p b { display: block; font-weight: 800; margin-bottom: 0.875rem;}
.business3111__list .item-box-conts p small {display: block; line-height: 1.6; font-size: 65%;}
.business3111__list > li a {display: block;}
.business3111__list > li .ico_arrow {
	display: block;
	width: 37px;
	height: 37px;
	background: url('/resources/img/sub/business/ico_circle-arrow-right-blue.png')no-repeat center /contain;
}
.business3111__list > li .ico_bg {
	position: absolute;
	bottom: 0;
	right: 0;
}

.business3111__list > li a:hover {
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,.15);
	box-shadow: 0px 0px 50px rgba(0,0,0,.15);
}
@media screen and (max-width: 1200px) {
	.business3111__wrap .top-vis__figure figcaption p {
		font-size: 2.25rem;
	}
	.business3111__list > li .item-box { min-height: inherit;  padding: 30px 20px 80px;}
	.business3111__list .item-box-conts p {font-size: 1.5rem;}
	.business3111__list > li .ico_arrow {
		width: 1.75rem;
		height: 1.75rem;
	}
	.business3111__list > li .ico_bg img {
		height: 100px;
	}
}
@media screen and (max-width: 767px) {
	.business3111__wrap .top-vis__figure figcaption p {
		font-size: 1.5rem;
	}

	.business3111__list > li:not(:first-child) {
		margin-left: 0;
	}
	.business3111__list > li:nth-child(2) {
		border-left: 0;
	}
	.business3111__list > li:nth-child(3) {
		border-top: 0;
	}
	.business3111__list > li:nth-child(4) {
		border-top: 0;
		border-left: 0;
	}
}
@media screen and (max-width: 550px) {
	.business3111__list > li .ico_bg img {
		height: 70px;
	}
}


/*  온라인IR 프로그램 */

/* tab */

.tab_btn_box li {
	display: inline-block;
}
.tab_btn_box li:not(:first-child):before {
	display: inline-block;
	content: '';
	width: 1px;
	height: 14px;
	margin: 0 15px;
	background-color: #ddd;
}
.tab_btn_box li a {
	position: relative;
	display: inline-block;
	font-size: 22px;
	color: #444;
	font-weight: 400;
	
}

.tab_btn_box li a.on {
	font-weight: bold;
}

.tab_conts_box > ul > li {
	display: none;
}
.tab_conts_box > ul > li:first-child {
	display: block;
}


.business3122__row {
	margin-top: 3.5rem;
	margin-left: -5px;
	margin-right: -5px;
}
.business3122__row > .item {
	width: 50%;
	padding: 5px;
}
.business3122__row a {
	display: block;
	height: 100%;
}
.business3122__row figure {
	height: 100%;
	text-align: center;
	padding: 15px 15px;
	border-radius: 10px;
	border: solid 1px #dedede;
	background-color: #fff;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}
.business3122__row figure .logo {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.business3122__row figure figcaption {
	padding: 10px 0;
}
.business3122__row figure figcaption p {}
.business3122__row a:hover figure {
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width:551px) {	
	.business3122__row > .item {
		width: 33.333%;
	}
}
@media screen and (min-width:768px) {	
	.business3122__row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.business3122__row > .item {
		padding: 10px;
	}
	.business3122__row figure {
		padding: 35px 15px;
	}
}
@media screen and (min-width:992px) {
	.business3122__row > .item {
		width: 25%;
	}
}

@media screen and (min-width:1201px) {
	.business3122__row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.business3122__row > .item {
		width: 20%;
		padding: 15px;
	}
}

@media screen and (max-width:767px) {	
	.business3122__row figure .logo {
		height: 45px;
	}
	.business3122__row figure .logo img {
		max-height: 100%;
	}
}

