@charset "utf-8";
@import url(../../fonts.googleapis.com/earlyaccess/notosanskr.css);

html { overflow-x: hidden; overflow-y: scroll; }

.body-layout, h1, h2, h3, h4, h5, h6,
input, textarea, button {
	font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic',
	'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

.body-layout {
	background-color: #FFF;
	padding-top: 128px;
}

@media (max-width: 767px) {
	.body-layout { padding-top: 118px; }
}

a, a:hover, a:focus, a:link, a:visited {
	text-decoration: none;
	-webkit-transition: ease-in-out 300ms all;
	transition: ease-in-out 300ms all;
}

#navTop {
/* 	background-color: #9c3b49; */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c3b49+0,9b1f2f+100 */
background: #9c3b49; /* Old browsers */
background: -moz-linear-gradient(left, #9c3b49 0%, #9b1f2f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #9c3b49 0%,#9b1f2f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #9c3b49 0%,#9b1f2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c3b49', endColorstr='#9b1f2f',GradientType=1 ); /* IE6-9 */
	border-bottom: 1px solid #eef6fb;
}

#navTop .container ul {
	padding-left: 0;
	margin-bottom: 0;
}

#navTop .container ul.etcMenu {
	float: right;
}

#navTop .container ul > li {
	float: left;
	list-style: none;
}

#navTop .container ul > li > a {
	font-size: 12px;
	font-weight: 300;
	line-height: 12px;
	letter-spacing: -0.03em;
	padding: 12px 15px;
	display: block;
	color: rgba(255, 255, 255, .8);
}

#navTop .container ul > li > a:hover,
#navTop .container ul > li > a:focus {
	color: #FFF;
}

#navTop .container ul.selectMenu > li > a {
	background-color: #792531;
	color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
}

#navTop .container ul.selectMenu > li.active > a,
#navTop .container ul.selectMenu > li.active > a:hover,
#navTop .container ul.selectMenu > li.active > a:focus {
	background-color: #FFF;
	color: #616161;
}

@media (min-width: 768px) {
	#navTop .container ul.etcMenu {
		margin-right: -15px;
	} 
}

@media (max-width: 767px) {
	#navTop .container ul.selectMenu > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 499px) {
	#navTop .container ul.selectMenu > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 429px) {
	#navTop .container ul > li > a,
	#navTop .container ul.selectMenu > li > a {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
}

.navbar-inverse {
    background-color: #FFF;
    border: none;
    margin-bottom: 0;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.navbar-inverse .navbar-brand {
	padding-top: 7px;
	padding-bottom: 3px;
}

.navbar-inverse .navbar-brand img {
	margin-top: 0;
}

.navbar-inverse .navbar-nav > li > a {
	font-weight: 500;
	color: #212121;
	letter-spacing: -0.03em;
}

.navbar-inverse .divider-vertical+li,
.navbar-inverse .divider-vertical+li+li {
	display: none;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.navbar-inverse .navbar-toggle {
		margin-top: 20px;
		border: 2px solid #9B2333 !important;
		border-radius: 0;
		background-color: transparent;
	}
	
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: transparent;
	}
	
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color:#9B2333 !important;
	}
}

@media (min-width: 768px) {
	.navbar-inverse > .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		padding: 20px 30px;
	}
	
	.navbar-inverse .navbar-nav.navbar-right {
		margin-right: -30px;
	}
	
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
		background-color: transparent;
		color: #790014;
	}
}

/* Main */
.container_slide {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 90px;
}

.container_slide .fill {
	height: 550px;
}

.container_slide .carousel-indicators {
	display: none;
}

.container_slide .carousel-caption h1::before {
	content: 'IT Management Service Group';
	text-transform: uppercase;
	display: inline-block;
	font-size: 16px;
	text-shadow: none;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.03em;
	padding: 0;
	border-bottom: 1px solid #fff;
	margin-left: 2px;
	margin-bottom: 25px;
	opacity: .5;
}

.container_slide .carousel-caption h1,
.container_slide .carousel-caption p {
	padding: 0;
	margin: 0;
}

.container_slide .carousel-caption h1 span,
.container_slide .carousel-caption p span {
	opacity: 1;
	text-shadow: none;
	background: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	letter-spacing: -0.03em;
	display: block;
}

.container_slide .carousel-caption h1 span {
    color: #FFF;
    line-height: 1.2;
    font-weight: 400;
}

.container_slide .carousel-caption h1 span > strong {
	color: #FFF;
	font-weight: 500;
	display: block;
	letter-spacing: -0.05em;
}

.container_slide .carousel-caption p span {
	color: #FFF;
	line-height: 1.6;
	font-weight: 400;
}

.container_slide .carousel-caption p span > a {
	display: inline-block;
    padding: 12px 60px;
    background-color: #792531;
    color: #FFF;
    font-size: 13px;
    font-weight: 300;
    margin-top: 45px;
}

@media (min-width: 768px) {
	.container_slide .carousel-caption {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		left: 0;
		right: 0;
		width: 750px;
		text-align: left;
		padding-top: 85px;
	}
	.container_slide .carousel-caption h1 {
		font-size: 50px;
		margin-bottom: 25px;
	}
	
	.container_slide .carousel-caption h1 span > strong {
		font-size: 64px;
	}
	
	.container_slide .carousel-caption p {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.container_slide .carousel-caption {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container_slide .carousel-caption {
		width: 1170px;
	}
}

@media (max-width: 767px) {
	.container_slide .fill h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	
	.container_slide .fill h1 span strong {
		font-size: 48px;
	}
}

@media (max-width: 599px) {
	.etcMenu {
		display: none;
	}
	
	.container_slide .fill {
		height: 350px;
	}
	
	.container_slide .fill h1 {
		font-size: 18px;
	}
	
	.container_slide .carousel-caption {
		top: 20px;
		bottom: auto;
		padding-bottom: 0;
	}
	
	.container_slide .carousel-caption h1::before {
		font-size: 12px;
	}
	
	.container_slide .fill h1 span strong {
		font-size: 42px;
	}
	
	.container_slide .carousel-caption p span {
		font-size: 14px;
		word-break: keep-all;
	}
	
	.container_slide .carousel-caption p span br {
		display: none;
	}
	
	.container_slide .carousel-caption p span > a {
		margin-top: 25px;
	}
}

@media (max-width: 399px) {
	.container_slide .fill h1 {
		font-size: 16px;
	}
	
	.container_slide .carousel-caption {
		left: 15px;
		right: 15px;
	}
	
	.container_slide .carousel-caption h1::before {
		margin-bottom: 20px;
	}
	
	.container_slide .carousel-caption p span > a {
		margin-top: 20px;
	}
}

.container_contents {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.intro-html-layout {
	margin-left: 0;
	margin-right: 0;
}

.intro-html-layout > .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

.sectionTitle {
	font-size: 32px;
	letter-spacing: -0.03em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
	font-weight: 400;
}

#section1 {
	padding-bottom: 90px;
}

#section1 .sectionTitle {
	margin-bottom: 50px;
}

.section1-item-header {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.section1-item-header > span {
	color: #900020;
}

.section1-item-des {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: -0.03em;
	word-break: keep-all;
	color: #666666;
}

@media (min-width: 768px) {
	#section1 .container > .row {
		margin-left: -30px;
		margin-right: -30px;
	}
	
	#section1 .container > .row > .col-sm-4 {
		border-right: 1px solid #dddddd;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#section1 .container > .row > .col-sm-4:last-child {
		border-right: 0;
	}
}


@media (max-width: 539px) {
	.container_slide {
		margin-bottom: 50px;
	}
	
	#section1 {
		padding-bottom: 20px;
	}
	
	.sectionTitle {
		font-size: 16px;
		letter-spacing: -0.05em;
	}
	
	.section1-item-header {
		margin-top: 15px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	
	.section1-item-des {
		font-size: 12px;
		letter-spacing: -0.06em;
		margin-bottom: 30px;
	}
}

#section2 {
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url('img/main/section2_bg.jpg');
	background-position: center;
	background-size: cover;
	text-align: center;
}

#section2 .sectionTitle {
	color: #FFF;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.05em;
	margin-top: 0;
	margin-bottom: 50px;
}

#section2 .sectionTitle > small {
	display: block;
	font-size: 24px;
	font-weight: 200;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 15px;
	color: #FFF;
	opacity: .8;
}

#section2 a {
	padding: 20px 90px;
	background-color: #FEC925;
	color: #212121;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.03em;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 539px) {
	#section2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#section2 .sectionTitle {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	#section2 .sectionTitle > small {
		font-size: 14px;
	}
	
	#section2 a {
		padding: 15px 50px;
		font-size: 14px;
	}
}

.intro-board-widget-layout {
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (min-width: 768px) {
	.intro-board-widget-layout {
		width: 750px;
	}
	
	.intro-boardbox {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.intro-board-widget-layout {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.intro-board-widget-layout {
		width: 1170px;
	}
}

.intro-boardbox .page-header {
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.intro-boardbox .page-header h4 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.intro-boardbox .page-header .btn.pull-right {
	background-image: url('https://img.mailplug.com/asset/not_page.html');
	background-size: 23px;
	background-position: top left;
	background-repeat: no-repeat;
    display: block;
    width: 23px;
    height: 23px;
    border: 0;
	padding: 0;
    margin-top: 5px;
	transition:none;
}

.intro-boardbox .page-header .btn.pull-right:hover {
	background-image: url('https://img.mailplug.com/asset/not_page.html');
}

.intro-boardbox .page-header .btn.pull-right > i.fa {
	display: none;
}

.intro-boardbox .dh-front-list2 .front-panel > .panel,
.intro-boardbox .dh-front-list2 .front-panel > .panel .panel-body {
	border: none;
	padding: 0;
}

.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words {
	padding-left: 0;
	padding-right: 0;
}

.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words .row-separator,
.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words .list-row-contents {
	display: none;
}

.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words .list-row-regdate {
	float: right;
}

.dh-front-list2 h6 a, .dh-front-list2 h6 a span,
.dh-front-list2 h6 a:hover .list-row-regdate,
.dh-front-list2 h6 a:focus .list-row-regdate {
	font-weight: 400;
	color: #666;
	text-decoration: none;
}

.dh-front-list2 h6 a:hover, .dh-front-list2 h6 a:hover span,
.dh-front-list2 h6 a:focus, .dh-front-list2 h6 a:focus span {
	color: #790014;
	text-decoration: underline;
}

.footer_copy {
/* 	border-top: 1px solid #dddddd; */
	background-color: #FAFAFA;
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer_copy > .text-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.footer_copy ul {
	padding-left: 0;
	margin-top: -6px;
}

.footer_copy ul li {
	list-style: none;
	color: #999;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: -0.03em;
	float: left;
	margin-right: 15px;
}

.footer_copy .text-right ul li {
	float: right;
}

@media (min-width: 768px) {
	.footer_copy > .text-center {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.footer_copy > .text-center {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.footer_copy > .text-center {
		width: 1170px;
	}
}

@media (max-width: 991px) {
	.footer_copy .text-center div[class^=col] {
		text-align: left !important;
	}
}

.title-bg1{background:url("https://img.mailplug.com/asset/not_page.html");background-position:center;background-size:cover;}
.title-bg2{background:url("https://img.mailplug.com/asset/not_page.html");background-position:center;background-size:cover;}
.title-bg3{background:url("https://img.mailplug.com/asset/not_page.html");background-position:center;background-size:cover;}
.title-bg4{background:url("https://img.mailplug.com/asset/not_page.html");background-position:center;background-size:cover;}
.title-bg5{background:url("https://img.mailplug.com/asset/not_page.html");background-position:center;background-size:cover;}

.vs-titles{padding: 20px;}
.vs-titles h2{font-weight: bold; color: #fff; text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);}
.vs-titles span{color:#fff;font-weight:bold;background: rgba(0,0,0,0.8);}

.img-circle{width:100%;}


*, *:before, *:after {box-sizing:  border-box !important;}


.vs-masonry {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
column-gap:1em; 


margin-left:0px;margin-right:0px;
  
}


.vs-masonry .item {
 display: inline-block;
 padding:  .25rem;
 width:  100%; 
}


.vs-masonry .well {
 position:relative;
 display: block;
}
.vs-masonry .well img{width:100%;}
.vs-masonry{}
.vs-masonry .well{padding:0px;}
.vs-masonry .well .panel{margin-bottom:0px;}
.vs-masonry .panel{border: 0px solid transparent;}





.dh-front-blog .thumbnail {
    margin-top: 0px;
    margin-bottom: 0px;
}

.vs-info{}
.vs-info >.list-group-item{padding-top:25px;}
.vs-info >.list-group-item>h4{font-weight:bold;}

.vs-fest .panel-body{padding:35px !important;}
.vs-fest .list-group{margin-bottom:0px}
.vs-fest .list-group-item {background:rgba(255,255,255,0.9);}


.vs-program{background:url("https://img.mailplug.com/asset/not_page.html");}
.vs-program h2 {font-weight:bold;}
.vs-program h3 {color: #c23946;}
.vs-program .btn-default {
    background-image: linear-gradient(to bottom, #FFF 0px, #FFF 100%);
    background-repeat: repeat-x;
    text-shadow: 0px 0px 0px #FFF;
    border-color: #ddd;
}
.vs-program .btn-default a:color{255,255,255,0.5;}
.vs-program .btn-default a:hover{color:#c23946 !important;}
.vs-program .btn-default:hover, .vs-program .btn-default:focus {
    background-color: #FFF;
    background-position: 0px 0px;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0) inset, 0px 1px 1px rgba(0, 0, 0, 0);
}
a.btn:hover {
    border-bottom: 1px solid #fff !important;
}
.title-bg5{}

.offers-box {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 52px 0;
}
.offers-box figure {
    margin-bottom: 23px;
}
.offers-box .title {
    font: 30px/30px 'Pontano Sans';
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 16px;
}
.offers-box .hr {
    text-align: center;
    display: block;
    margin: 0 0 19px 0;
}
.offers-box .hr em {
    width: 370px;
    display: inline-block;
    border-top: 1px solid #5ee0f4;
}
.offers-box p {
    font: 14px/24px 'Istok Web';
    color: #737373;
    margin-bottom: 77px;
}
.thumb-pad0 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad0 figure {
    margin: 0 0 40px 0;
    width: 131px;
    height: 131px;
    border-radius: 100%;
    background: #790014;
    overflow: hidden;
    font: bold 30px/131px 'Istok Web';
    text-align: center;
    color: #ffffff;
    display: inline-block;
}
.thumb-pad0 .thumbnail .caption .description {
    font: 24px/24px 'Istok Web';
    color: #404141;
    ext-transform: uppercase;
    margin-bottom: 3px;
}
.thumb-pad0 .thumbnail .caption p {
    margin: 0 0 20px 0;
    color: #9f9f9f;
}
.btn-default.btn1 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    padding: 0;
    font: 18px 'Inder';
    margin: 0;
    text-shadow: none;
    color: #404141;
    border-radius: 0;
    border: none;
    background: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn1 span {
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    background: url("https://img.mailplug.com/asset/not_page.html") 0 top no-repeat;
    position: relative;
    top: 2px;
}

.center-box {
    color: #9f9f9f;
    border-bottom: 1px solid #e8e8e8;
    background: url("https://img.mailplug.com/asset/not_page.html") repeat;
    padding: 80px 40px;
    margin-bottom: 16px;
}
.center-box h2{
    font: 30px/30px 'Pontano Sans';
    color: #262626;
    margin: 0 0 35px 0;
    text-transform: uppercase;
}
.thumb-pad1 {
    margin: 0;
    overflow: hidden;
}
.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0 0 40px 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad1 figure {
    margin: 0 20px 0 0;
    float: left;
}
.thumb-pad1 figure img {
    border-radius: 100%;
}
.thumb-pad1 .thumbnail .caption .title {
    font: 24px/24px 'Istok Web';
    color: #3e3e3e;
    margin-bottom: 39px;
}
.thumbnail .caption {
    color: #9f9f9f;
    padding: 24px 0px 0px 0px;
}


.btn-default.btn2:hover {
    color: #ffffff;
    background: #790014;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-default.btn2 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 0 31px;
    font: 14px/42px 'Arial';
    margin: 0;
    text-shadow: none;
    color: #ffffff;
    border: 0;
    border-radius: 7px;
    background: #697580;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}



.center-box .choose-box {
    border-left: 1px solid #d9d9d9;
}
.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
}
.list1 li {
    font-size: 13px;
    line-height: 1.428571429;
    overflow: hidden;
    position: relative;
    padding-bottom: 24px;
}
.list1 li em {
    display: inline-block;
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 19px 0 0;
    width: 52px;
    height: 52px;
    overflow: hidden;
    background: url("https://img.mailplug.com/asset/not_page.html") 0 top no-repeat;
}
.list1 li:hover em {
    background: url("https://img.mailplug.com/asset/not_page.html") 0 bottom no-repeat;
}
.list1 li i {
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: url("https://img.mailplug.com/asset/not_page.html") repeat-y;
    top: 0;
    left: 26px;
}
.list1 li a {
    color: #3e3e3e;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 17px;
}

.list1 li p {
    margin-bottom: 0;
    margin-top: 16px;
    color: #9f9f9f;
    line-height: 24px;
}
.extra-wrap {
    overflow: hidden;
}
.list1 li .extra-wrap {
    padding-top: 9px;
}
.extra-wrap > p {
    line-height: 24px;
}
.footer-social-layout {
    display:none;
}


.thumb-pad2 {
    margin: 0;
    overflow: hidden;
}
.thumb-pad2 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    text-align: left;
}
.thumb-pad2 figure {
    margin: 0 13px 0 0;
    float: left;
}
.thumb-pad2 .thumbnail .caption {
    padding: 7px 0 0 0;
    overflow: hidden;
}
.thumb-pad2 .thumbnail .caption .title1 {
    text-transform: uppercase;
    font: 30px/30px 'Pontano Sans';
    color: #404141;
    margin-bottom: 23px;
}
.thumb-pad2 .thumbnail .caption p {
    margin: 0;
    font: 13px/30px 'Pontano Sans';
    color: #4f5b69;
}
.thumb-pad2 .thumbnail .caption .title2 {
    font: 16px/30px 'Pontano Sans';
    color: #47cee2;
    margin-top: 5px;
    margin-bottom: 18px;
}



.testim > h2 {
    font-size: 30px;
    font-weight: bold;
    color: #262626;
    margin: 0 0 18px 0;
}

.global.indent {
    background: url("https://img.mailplug.com/asset/not_page.html") repeat;
}
.who-box{
    padding: 4em 0em;
}
.who-box h2.indent{
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
}
.testim h2.indent {
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
}
.thumb-pad3 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.thumb-pad3 figure img {
    width: 100%;
}
.thumb-pad3 .thumbnail h3 {
    color: #3e3e3e;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 17px;
}
.thumb-pad3 .thumbnail p {
  margin-bottom: 24px;
  line-height: 24px;
}
.list6 li time {
    font-size: 16px;
    font-weight: bold;
    color: #404141;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 16px;
}
.list6 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list6 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 49px;
}
.list6 li p {
    margin-bottom: 0;
    color: #9f9f9f;
}

.list1-1 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list1-1 li {
    font-size: 13px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 16px;
    padding-left: 22px;
    background: url("https://img.mailplug.com/asset/not_page.html") left 2px no-repeat;
}
.list1-1 li a {
    font: 13px 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #9f9f9f;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


.testimBox {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 6em 0em 6em 0em;
}
.thumb-pad6 figure img {
    width: 100%;
}


.advantages-box {
    padding: 6em 0em 6em 0em;
    background: #f2f2f2;
}
.advantages-box h2{
    font-size: 30px;
    font-weight: bold;
    color: #262626;
    margin: 0 0 18px 0;
}
.advantages-box h3{
    color: #3e3e3e;
    font-weight: bold;
    margin: 0 0 16px 0;
    font-size: 17px;
}
.list1 li strong {
    display: inline-block;
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 19px 0 0;
    width: 52px;
    height: 52px;
    overflow: hidden;
    text-align: center;
    background: #697580;
    font: 30px/52px 'Pontano Sans';
    color: #ffffff;
    border-radius: 100%;
}
.list1 li:hover strong {
    background: #790014;
}


.thumb-pad5 .thumbnail .caption a {
    font: 14px 'Istok Web';
    color: #404141;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.thumb-pad5 .thumbnail .caption a:hover {
    color: #790014;
}
.thumb-pad5 .thumbnail .caption img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.thumb-pad5 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}


.thumb-pad6 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.thumb-pad6 .thumbnail .caption a:hover {
    color: #790014;
}
.thumb-pad6 .thumbnail .caption a {
    font: 14px 'Istok Web';
    color: #404141;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media screen and (min-width: 768px) {	
	.navbar-inverse .navbar-nav .dropdown-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 15px;
		background-color: #333;
		border-radius: 0;
		border: none;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-name: fadeInRight;
		left: 0;
		right: auto;
	}

	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		position: relative;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:before {
		content: '';
		background: #DDD;
		width: 5px;
		height: 2px;
		position: absolute;
		top: 14px;
		left: 5px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a:before {
		background: #FFF;
	}
	
	.navbar-inverse .navbar-nav > li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		background-color: transparent;
		color: #DDD;
		padding: 8px 15px;
		padding-left: 20px;
		font-size: 13px;
		line-height: 1;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #FFF;
		text-decoration: underline !important;
	}
}

.content {
    margin-top: 6em;
}
.section-title > h3 {
    font-weight: bold;
}
.section-title {
    margin-bottom: 3em;
}
.cap-icon {
    margin-bottom: 2em;
}
.cap-title > p {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.cap-des > p {
    font-size: 15px;
}
.cap-area:hover .cap-title > p {
    color: #790014;    
}
.section-bg {
    background-image: url('https://img.mailplug.com/asset/not_page.html');
    background-repeat:no-repeat;
    background-size:cover;
    height: auto;
    padding: 8em 0em 6em 0em;
}
.section-1 {
    margin-bottom:5em;
}
.cap-des2 > p{
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
}
.section-title2 > h3{
    padding-right: 60px;
    padding-bottom: 20px;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;

}
.section-title2 .more-area{
    margin-top: -44px;
    float: right;   
}
.section-title2 {
    margin-bottom: 1em;
}
.inline {
    display:inline-block;   
}
.more {
    color: #fff;
    font-size: 16px;
}
.page-header h4 {
    font-size: 26px;
    font-weight: 500;
    color: #323232;
}
.btn.active, .btn:active {
    box-shadow: inset 0 3px 5px #fff;
}
.front-panel > .panel {
    padding-top: 0px;
    background-color: #FFF;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #fff;
}
.panel-body {
    padding: 0px;
}
.dh-front-list2-words{
    padding: 0px;
}
.dh-front-list2 h5 {
    border-top:none;
    padding:0px
}
.page-header {
    padding-bottom: 35px;
    margin: 40px 0 10px;
    border-bottom: 1px solid #000;
}
.dh-front-list2 h6 a:hover span {
    text-decoration: none;
    color: #790014;
}
.f-logo {
    margin-bottom: 2.5em;
}
.f-social {
    margin-bottom: 1em;
}
.sub-section1  {
}
.sec2-box{
    padding: 0em 3em 0em 3em;
}
.caption > h3 {
    color: #3e3e3e;
    font-weight: bold;
    margin: 0 0 16px 0;
    font-size: 17px;   
}
.imp-padding1 {
    padding:0em !important;
}
.imp-padding2 {
    padding-top: 10px !important;
}
.list-row-contents {
    display:none;
}
.camera-caption {
    margin-top: 300px;
}
/* .intro-board-widget-layout {
    margin-bottom: 3em;
} */
.f-social > a:hover{
    opacity: 0.7;
}
@media (max-width:1400px){
    .camera-caption {
        margin-top: 222px !important;
    }
}
@media (max-width:1000px){
    .camera-caption {
        margin-top: 170px !important;
    }
}
@media (max-width:500px){
    .camera-caption {
        margin-top: 170px !important;
    }
    .camera-caption .title {
        font: bold 22px/30px 'Pontano Sans' !important;
    }
}

.body-layout .fill~.container {
    width: 100%;
}
.fill h1 {font-size: 30px;}
.fill h1 span, .fill p span {
    background-color: transparent;
    opacity: 1;
}
.carousel-caption {
    padding-bottom: 80px;
}
.fill p span {font-size: 17px;}
@media screen and (min-width: 768px) {
    .carousel-caption {
        padding-bottom: 100px;
    }
    .fill h1 {font-size: 36px;}
    .fill h1 span div, .fill p span div {
        display: inline;
    }
}

/* ----- board, mailform ----- */
.bbs-list-index-layout,.bbs-list-view-layout,.bbs-list-add-layout {
	max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 60px;
}
.dh-board>.table-hover {
    margin: 0;
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #ddd;
}
.dh-board>.table-hover th, .dh-board>.table-hover td {
    padding: 15px;
    border-bottom: 1px solid #ddd !important;
}
.dh-board>.table-hover th {
    background: #f3f3f3;
}
.table-hover>tbody>tr:hover {
    background: #fff;
}
.dh-board .subject strong a {
    font-weight: 400;
}
.dh-board .subject strong a:hover {
    color: #1fc4dc;
    text-decoration: underline !important;
}
.dh-view-box {
    margin: 0;
}
.dh-view-box > .row {
    margin: 0;
}
.dh-view-box>.row>.page-header {
    padding: 0;
    margin: 0 !important;
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #ddd;
}
.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    background: #f3f3f3;
}
.dh-view-box>.row>.dh-view-info {
    background: #fff;
}
.pagination>li>a {
    color: #666;
	border: none !important;
}
.pagination>li>a:hover, .pagination>li>a:focus {
    font-weight: 600;
    background: #fff;
    color: #666;
}
.pagination>li.active a, .pagination>li.active a:hover, .pagination>li.active a:focus {
    color: #790014;
    background: #fff;
    font-weight: 600;
    text-decoration: underline !important;
}
#btnNew {
    background: #5a5a5a;
    border-radius: 0;
    border: 1px solid #5a5a5a;
}
.input-group .form-control {
    background: #fff;
}
.input-group button, .input-group input {
    background: #f3f3f3;
    border-radius: 0;
}
/* login */
.login-layout br + br {
    display: none;
}
.login-layout {
    padding-bottom: 70px;
}
.login-layout .inner-box-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.login-layout .panel {
    border: none;
    box-shadow: none;
}
.login-layout .btn-warning {
    border-radius: 0;
    background: #5a5a5a;
    border: 1px solid #5a5a5a;
    text-shadow: none;
}

.sub_wrap ul li {
	list-style: none;
}

.intro-board-widget-layout {
	display: none;
}

#section1 .section1-item {
    text-align: center;
}

/* Sub */
.container.sub-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.is-sub {
    padding-top: 40px;
    padding-bottom: 60px;
}
.sub-left-box {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}

.sub-left-box li > a {
	padding: 12px 20px;
    display: block;
    font-size: 15px;
    color: #666;
    border-top: 1px solid #ddd!important;
    text-decoration: none;
}

.sub-left-box li > a:hover,
.sub-left-box li > a:focus {
    color: #790014;
    background: #f3f3f3;
}

.sub-left-box li.active > a,
.sub-left-box li.active > a:hover,
.sub-left-box li.active > a:focus {
    background: #555c62;
    color: #fff;
}

.sub-left-box > li > ul > li > a {
    padding: 8px 20px;
    color: #AAA;
    font-size: 12px;
	font-weight: 500;
    text-transform: uppercase;
}

.sub-left-box > li > ul {
    list-style: none;
    padding: 0;
    background-color: #FAFAFA;
    /* color: #818181; */
}

.sub-left-box > li > ul > li > a::before {
    content: '-';
    margin-right: 7px;
}

.sub-left-box > li:not(.active) > ul {
	display: none;
}

.sub-left-box > li > ul > li.active > a,
.sub-left-box > li > ul > li.active > a:hover,
.sub-left-box > li > ul > li.active > a:focus {
	background-color:#8e9396;
}
.breadcrumb-box .breadcrumb {
    padding: 0;
    text-align: right;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.04em;
    margin: 20px 0 0;
    background: none;
}
.breadcrumb-box .breadcrumb > li:first-child::before {
    font-family: FontAwesome;
    content: "\f015";
    margin-right: 5px;
}

.breadcrumb-box .breadcrumb > li+li::before {
    font-family: FontAwesome;
    content: "\f105";
}

.breadcrumb-box .breadcrumb > li:last-child {
    font-weight: 600;
    color: #790014;
}

#sub-left h3 {
    margin: 0 0 40px;
    line-height: 1;
    color: #222;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.sub-widget {border:1px solid #DEDEDE;background-color:#FCFCFC;border-radius:10px;padding:20px 20px;}
.sub-widget+.sub-widget {margin-top:20px;}
.sub-widget .title {font-size:18px;font-weight:500;letter-spacing:-0.03em;line-height:1;}
.sub-widget .num {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #fb8f09;
	margin-bottom:5px;
}
.sub-widget .time {font-size:13px;letter-spacing:-0.06em;color:#616161;word-break:keep-all;}
.sub-widget p > a {display: inline-block;background-color:#3d94e8;color:#FFF;padding:10px 35px 10px 30px;font-weight:300;font-weight:300;margin-top:5px;border-radius:4px;}
.sub-widget p:last-child {margin-bottom:0;}

@media (max-width: 767px) {
	.sub-left-widget {
		display: none;
	}
}

@media (min-width: 768px) {
	#sub-left {
		width: 230px;
		float: left;
		padding-right: 19px;
	}
	
	#sub-content {
		width: calc(100% - 230px);
		float: left;
		padding-left: 21px;
	}
}

@media (max-width: 767px) {
	#sub-content h3 > br {
		display: none;
		word-break: keep-all;
	}
}

#sub-content h3 {
	line-height: 1.5;
	margin:0 0 20px;
	font-weight: 500;
    letter-spacing: -0.03em;
    word-break: break-word;
}

#sub-content h4 {
	font-weight: 600;
}

#sub-content h4::before {
    content: '';
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #790014;
    display: block;
    left: 0;
    float: left;
    margin-right: 5px;
}

#sub-content p {
	font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin: 0 0 10px;
	word-break:keep-all;
}

#sub-content ul {
    padding-left: 20px;
	margin-bottom: 20px;
    list-style: none;
}

#sub-content ul > li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

#sub-content ul > li::before {
    content: '';
    width: 4px;
    height: 2px;
    background-color: #444;
    display: block;
    position: absolute;
    left: 23px;
    margin-top: 12px;
}
#sub-content .page--header {
    border-bottom: 1px solid #DDD;
    margin: 0 0 35px;
    padding: 0 0 40px;
}
#sub-content .page--header h3 {
    margin: 0;
    line-height: 1;
    color: #222;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
#sub-content .page--header .breadcrumb-box {
    float: right;
}

@media (max-width: 767px) {
	#sub-content .page--header h3 {
		font-size: 24px;
	}
	
	#sub-content .page--header .breadcrumb-box {
		float: none;
	}
	
	#sub-content .page--header .breadcrumb-box .breadcrumb {
		text-align: left;
	}
}

.table {
	border-top: 2px solid #790014;
}

.table thead tr th, .table tbody tr th, .table tbody tr td {
	padding: 12px 15px;
	vertical-align: middle;
	word-break: keep-all;
}

.table thead tr th {
	background-color: #FAFAFA;
	text-align: center;
}

#pg-lifecycle .table tbody tr th {
	width: 180px;
	text-align: center;
}

.row.row-ibm-control-desk {
	margin-left: -5px;
	margin-right: -5px;
}

.row.row-ibm-control-desk > div[class^=col] {
	padding-left: 5px;
	padding-right: 5px;
}

#sub-content .ibm-control-desk-item h5 {
    background-color: #782531;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 10px 0 5px;
}
#sub-content .ibm-control-desk-item ul {
    background-color: #F0F0F0;
    padding: 5px;
    margin: 0 0 10px;
	min-height: 182px;
}

#sub-content .ibm-control-desk-item ul > li {
    list-style: none;
    background-color: #FFF;
    margin: 0 0 5px;
    font-size: 13px;
    text-align: center;
	line-height: 1.4;
    word-break: keep-all;
    border: 1px solid #DDD;
    padding: 5px;
}

#sub-content .ibm-control-desk-item ul > li::before {
	content: '';
	display: none;
}

#sub-content .ibm-control-desk-item ul > li:last-child {
	margin-bottom: 0;
}

#sub-content .ibm-control-desk-bottom,
#sub-content .ibm-control-desk-bottom2 {
    background-color: #F0F0F0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding: 8px 0;
}

#sub-content .ibm-control-desk-bottom > p,
#sub-content .ibm-control-desk-bottom2 > p {
    margin: 0;
}

#sub-content .ibm-control-desk-bottom2 {
	background-color:#9c3b49;
/* 	color: #FFF; */
}

#sub-content .ibm-control-desk-bottom2 > p {
	color: #FFF;
}

#sub-content .ibm-control-desk-bottom2-icon {
    margin: 0 0 10px;
    background-color: #F0F0F0;
    display: block;
    text-align: center;
    min-height: 125px;
    padding: 18px 10px;
}

#sub-content .ibm-control-desk-bottom2-icon .fa {
    color: #808080;
    display: block;
    font-size: 42px;
    margin: 0 0 10px;
}

#sub-content .ibm-control-desk-bottom2-icon label {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

#sub-content .partner_list {
    padding-left: 0;
    margin-bottom: 0;
}

#sub-content .partner_list > li {
    float: left;
    width: 25%;
	list-style: none;
}

#sub-content .partner_list > li::before {
	content: '';
	display: none;
}

#sub-content .partner_list > li > a {
    list-style: none;
    border: 1px solid #DEDEDE;
	padding: 15px 0;
	background-color: #FFF;
/*     height: 100px; */
    margin-left: -1px;
    margin-top: -1px;
    display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#sub-content .partner_list > li > a:hover {
	position: relative;
	z-index: 5;
	border-color: #790014;
}

#sub-content .partner_list > li.empty > a,
#sub-content .partner_list > li.empty > a:hover {
	cursor: default !important;
	border: 1px solid #DEDEDE;
}

#pg-discovery .table tbody tr th {
	width: 200px;
	text-align: center;
}

#pg-sw_license .table tbody tr th {
	width: 200px;
	text-align: center;
}

#pg-api_mgt .table tbody tr th {
/* 	width: 200px; */
	text-align: center;
}

#pg-itsm .table tbody tr th {
	width: 200px;
	text-align: center;
}

#pg-it_infra .table tbody tr th {
	width: 350px;
	text-align: center;
}

#pg-secu_patch .table tbody tr th {
/* 	width: 350px; */
	text-align: center;
}

#pg-portal .table tbody tr th {
/* 	width: 350px; */
	text-align: center;
}

#pg-performance .table tbody tr > td:first-child,
#pg-performance .table tbody tr > td:last-child {
	text-align: center;
}

.dl_list {
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #1a1a1a;
}
.dl_list dl {
    float: left;
    width: 100%;
    margin: 0;
}
.dl_list dl dt, .dl_list dl dd {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 15px;
    letter-spacing: -0.02em;
}
.dl_list dl dt {
    width: 150px;
    border-top: 1px solid #ccc;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: -0.05em;
}
.dl_list dl:first-child > dt {
	border-top: none;
}
.dl_list dl dd {
    width: calc(100% - 150px);
    border-top: 1px solid #efefef;
}
.dl_list_ul {
    padding: 0;
    margin: 0 !important;
    list-style: none;
}
.dl_list_ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    letter-spacing: -0.03em;
    word-break: keep-all;
    padding-left: 0;
    position: relative;
}
.dl_list_ul li:before {
	content: "";
    background: #ccc;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 5px;
}
.dl_list_ul li small {
    color: #888;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 0 0 5px;
    display: inline-block;
}

#sub-content .kong-api-box {
    background-color: #010F1E;
    padding: 40px 100px 20px;
    color: #FFF;
    margin: 20px 0 30px;
}

#sub-content .kong-api-box p {
	color: rgba(255, 255, 255, .75);
}

#mailForm .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: none;
    background: #f4f4f4;
}

#mailForm textarea {
	resize: vertical;
	min-height: 100px;
	height: 100px;
}

#mailForm p.error {
    border: 1px solid #e3abab;
    margin: 5px 0;
    padding: 5px 15px;
    background: #f2d9d9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #E10029;
    font-size: 12px;
    font-weight: bold;
}

#mailForm input[type=submit] {
    font-size: 18px;
    background: #9B2333;
    background-color: #9B2333;
    color: #FFF;
    padding: 12px 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    letter-spacing: 0.03em;
    border: none;
    box-shadow: none;
    text-shadow: none;
    width: 240px;
    text-align: center;
    margin: 0 auto;
}

/*2019-08-14*/
#pg-RPA #sub-content .col-sm-12 .row .col-md-6 p{    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;}

/*2019-11-27*/
#pg-recruit #bbs-inbox{

}
#sub-content .col-sm-12 > h5{
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}
#sub-content .col-sm-12 > h5:before {
    content: '';
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #790014;
    display: block;
    left: 0;
    float: left;
    margin-right: 5px;
}
.process-wrap{
    
}
.process-wrap > div:before{
    content: '\f061';
    font-family: 'fontawesome';
    font-size: 20px;
    color: #9C3745;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.process-wrap > div:last-child:before{
    content: '';
    display: none;
}
.process-wrap .inner{
    padding: 15px;
    min-height: 240px;
    border: 1px solid #9C3745;
    background: #fafafa;
}
.process-wrap .inner h5 {
    margin: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddd;
    font-size: 25px;
    font-weight: 400;
    color: #9C3745;
}
.process-wrap .inner p {
    padding: 0 15px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -1px;
}

#sub-content .apply-how{
    margin-bottom: 50px;
}
#sub-content .apply-how ul{
    margin-bottom: 0;
}
#sub-content .apply-how .text-info {
    padding-left: 30px;
    color: #d90000;
    font-size: 15px;
}
#sub-content .pagination > li::before{
    content: '';
    display: none;
}

/* CA Service Virtualization */
.sub-left-box > li:nth-child(2) > ul > li:nth-child(2) > a {
    text-transform: none;
}
#sub-content .inner-contents {
    margin-bottom: 30px;
}
#ca_service table.description tr > th:first-child {
    width: 230px;
}
ul.service-step {
    margin-bottom: 10px;
}
ul.service-step ol {
    padding-left: 0;
    list-style-type: none;
}
.box-case { /* 대표적인 사용 사례 */
    margin-bottom: 12px;
    border: 1px solid #9c3c4a;
    border-radius: 8px 0 0 8px;
}
.box-case .icon, .box-case .txt {
    height: 95px;
    display: table-cell;
    vertical-align: middle;
}
.box-case .icon {
    width: 23%;
    float: left;
    padding: 15px 10px;
    background-color: #9c3c4a;
    border-radius: 5px;
}
.box-case .icon img {
    width: 65px;
}
.box-case .txt {
    width: 68%;
    padding: 0 20px;
}
.box-case .txt h5 {
    margin-bottom: 7px;
    font-size: 17px;
    color: #412b6b;
    font-weight: 600;
}
#sub-content .box-case .txt p {
    line-height: 1.5;
}

/* DataDog */
#data_dog table.table tr > th:first-child {
    width: 150px;
}
#data_dog table.table tr > td strong {
    color: #ff0000;
}
img.bordered {
    border: 1px solid #ddd;
}
.wrap-sentence {
    width: 470px;
    display: block;
    margin: 20px auto 40px;
    padding: 5px;
    text-align: center;
    background-color: #9c3c4a;
}
.sentence {
    display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #9c3c4a;
    border: 2px solid #fff;
}

@media (max-width: 767px) {
    .box-case .icon, .box-case .txt {
        height: 108px;
    }
    .box-case .icon {
        width: 32%;
        padding: 22px 10px;
    }
    .box-case .txt p br {
        display: none;
    }
    .wrap-sentence {
        width: 100%;
    }
}

#pg-api_finetrace{

}

#pg-api_finetrace td > b{
     color: #9c3b49;
}
#pg-api_finetrace dl{

}
#pg-api_finetrace dt{
    color: #fff;
    background: #9c3b49;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
}
#pg-api_finetrace dd{
    font-size: 14px;
    text-align: center;
    padding: 4px 0;
    background: #f8f8f8;
    margin: 5px 0;
}
#pg-api_finetrace .col-xs-12 > img{
    padding: 40px 60px;
}
#pg-api_finetrace .col-xs-12.col-sm-6 > img{
    padding: 0;
}
#pg-api_portal{

}
#pg-api_portal #sub-content .row h3 {
    font-size: 23px;
}

.root_daum_roughmap{
    width: 100% !important;
}