.po-cen{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.txt-shadow{
	text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
.bt{
	border-top:1px solid #e4e4e4;
}
.bb{
	border-bottom:1px solid #e4e4e4;
}
.br{
	border-right:1px solid #e4e4e4 !important;
}
.bl{
	border-left:1px solid #e4e4e4;
}
.db{
	border-bottom:1px dashed #ebebeb;
}
.dot-border{
    border: 4px solid transparent;
    border-image: url('../images/dotted-line.png') 4 round;
}
.bg-white{
    background:#fff !important;
}
.bg-gray{
    background:#f3f3f3 !important;
}
.bg-lgray{
    background:#f7f7f7 !important;
}
.bg-red{
    background:#f3f3f3 !important;
}
.bg-blue {
	background:#4973b1 !important;
	color:white;
}
.bg-green{
	background:#6ba11e !important;
	color:white;
}
.bg-9{
	background:#999 !important;
	color:white;
}
.gray-box{
	border:1px solid #ddd;
}
.gray-border{
	border:1px solid #ebebeb;
}


.cta{
	display:inline-block;
	width:480px;
	height:90px;
	line-height: 90px;
	text-align: center;
}
.cta:hover{
	color:#fff;
}
.cc{
	position: relative;
	margin-left:30px;
} 
.cc-white::after{
	position: absolute;
	content:'';
	width:45px;
	height:45px;
	background: rgba(255,255,255,0.2);
	top: -7px;
	right: -24px;
	border-radius:50%;
}
.cc-green::after{
	position: absolute;
	content:'';
	width:45px;
	height:45px;
	background: rgba(163,168,70,0.3);
	top: -7px;
	right: -24px;
	border-radius:50%;
}
.cc-blue::after{
	position: absolute;
	content:'';
	width:45px;
	height:45px;
	background: rgba(46,112,175,0.3);
	top: -7px;
	right: -24px;
	border-radius:50%;
}
@media(max-width:992px){
	.cta{
		width:200px;
		height:70px;
		line-height: 70px;
	}
	.cc {
		margin-left: 10px;
	}
	.cc-white::after,
	.cc-green::after,
	.cc-blue::after{
		width:25px;
		height:25px;
		top: 2px;
		right: -10px;
	}
}
@media(max-width:767px){
	.cta{
		height:60px;
		line-height: 60px;
	}
}

.row.boxs {
	margin-left:-10px;
	margin-right:-10px;
}
.row.boxs > div{
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 20px;
}
.row.boxs > div > ul{
	border:1px solid #ddd;
	width:100%;
	height:200px;
	position: relative;
}
.row.boxs > div > ul::before{
    content: '';
    width: 1px;
    height: 80px;
    background: #d9e7c4;
    position: absolute;
	top: 50%;
	left: 115px;
	transform: translateY(-50%);
}
.row.boxs > div > ul::after{
	content:'';
	display:block;
	clear:both;
}
.row.boxs > div > ul > li{
	vertical-align: middle;
	display:inline-block;
	position: relative;
	width:100%;
	height:100%;
}
.row.boxs > div > ul > li:first-child {
	width:20%;
	opacity:0.6;
}
.row.boxs > div > ul > li:first-child > p{
	font-weight: bold;
	font-family: 'Montserrat' !important;
	font-size:36px;
	color:#609c0a;
}
.row.boxs > div > ul > li:last-child{
	width:79%;
}
.row.boxs > div > ul > li > p{
    position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	line-height:1.6;
	font-family: 'Noto Sans KR' !important;
}
.row.boxs > div > ul > li:first-child > p{
	left:36px;
}
.row.boxs > div > ul > li:last-child > p{
	left: 30px;
}
@media(max-width:1200px){
	.row.boxs > div > ul::before {
		content: '';
		left: 100px;
	}
}
@media(max-width:992px){
	.row.boxs > div > ul{
		padding:14px;
		height:auto;
		padding:24px 14px;
	}
	.row.boxs > div > ul::before {
		content:none;
	}
	.row.boxs > div > ul > li{
		vertical-align: top;
	}
	.row.boxs > div > ul > li:first-child{
		width:8%;
	}
	.row.boxs > div > ul > li:first-child > p{
		font-size:15px;
	}
	.row.boxs > div > ul > li:last-child{
		width:90%;
	}
	.row.boxs > div > ul > li > p{
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0);
	}
	.row.boxs > div > ul > li:first-child > p{
		left:16px;
	}
	.row.boxs > div > ul > li:last-child > p{
		left: 10px;
	}
}
@media(max-width:767px){
	.row.boxs > div {
		margin-bottom: 10px;
	}
	.row.boxs > div > ul{
		padding:24px 10px;
	}
	.row.boxs > div > ul > li:first-child > p{
		left:0px;
	}
}

.row.boxs.icons > div.col-sm-4 > ul::before {
    left: 124px;
}
.row.boxs.icons > div.col-sm-4 > ul > li:first-child {
    width: 31%;
    opacity: 1;
}
.row.boxs.icons > div.col-sm-4 > ul > li:first-child > p {
    left: 16px;
}
.row.boxs.icons > div.col-sm-4 > ul > li:last-child {
    width: 63%;
}
@media(max-width:1200px){
	.row.boxs.icons > div.col-sm-4 > ul::before {
		left: 100px;
	}
	.row.boxs.icons > div.col-sm-4 > ul > li:first-child {
		width: 39%;
	}
	.row.boxs.icons > div.col-sm-4 > ul > li:first-child > p {
		left: 0;
	}
	.row.boxs.icons > div.col-sm-4 > ul > li:last-child {
		width: 53%;
	}
	.row.boxs > div > ul > li:last-child > p {
		left: 0;
	}
}
@media(max-width:767px){
	.row.boxs.icons > div.col-sm-4 > ul > li:first-child {
		width: 18%;
	}
	.row.boxs.icons > div.col-sm-4 > ul > li:first-child img {
		max-width: 54px !important;
	}
	.row.boxs.icons > div.col-sm-4 > ul > li:last-child {
		width: 80%;
	}
}


/* number */
.num{
	position: relative;
}
.counters > p{
	position: relative;
	margin:16px 0;
	padding-left:46px;
	line-height: 1.6;
}
.counters > p::before {
	counter-increment: num;
	content: counter(num);
	font-size:18px;
	color:#7eae39;
	font-weight: bold;
	font-family: 'Roboto' !important;
	position: absolute;
	top: -2px;
	left: 0;
}
.counters > p:nth-child(-n+9)::before {
	content: "0" counter(num);
}
@media(max-width:992px){
	.counters > p{
		margin:14px 0;
		padding-left:26px;
	}
	.counters > p::before {
		font-size:15px;
		font-weight: 500;
	}
}

.deco{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	display:block;
	position: relative;
}
.deco > p{
	color:black !important;
}
.deco > p:first-child{
	font-weight: 500 !important;
	font-family: 'Noto Sans KR' !important;
}
.deco > p:first-child::before {
    content: '';
    background: url('../images/tt-deco.png')no-repeat center center/ contain;
    width: 21px;
    height: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
@media(max-width:992px){
	.deco{
		margin-bottom: 20px;
		margin-top: 20px;	
	}
	.deco > p:first-child::before {
		width: 18px;
		height: 9px;
		top: -20px;
	}
}

/* bullets */
.gray-bullet{
	position:relative;
	padding-left:15px;
	font-family: 'Noto Sans Kr' !important;
}
.gray-bullet:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
    content: '';
}
.warn-bullet{
	position:relative;
	padding-left:30px;
	margin:10px 0;
	font-family: 'Noto Sans Kr' !important;
}
.warn-bullet:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    border-radius: 50%;
    content: '※';
}
.warn-bullet.red:before {
    color: #db0000;
}
.dash-bullet{
	position:relative;
	padding-left:16px;
	margin:6px 0;
	display: inline-block;
	font-family: 'Noto Sans Kr' !important;
}
.dash-bullet:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border-radius: 50%;
    content: '-';
}
.dash-bullet.bk:before {
    color: #000;
}
.red-bullet{
	position:relative;
	padding-left:15px;
}
.red-bullet:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    background: #e60013;
    border-radius: 50%;
    content: '';
}

@media(max-width:992px){
	.gray-bullet{
		padding-left:12px;
	}
	.warn-bullet{
		padding-left:20px;
	}
	.warn-bullet:before {
		font-size:12px;
	}
	.dash-bullet{
		padding-left:14px;
		margin:2px 0;
	}
}
@media(max-width:767px){
	#gray_board_top .select_search {
		min-width: 80px;
	}
	#gray_board_top .input_search {
		width: 55%;
	}
}

/*boots 추가 스타일*/
/* content styles */

.inside {

}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}


#Wrapper {
 height: 100%;
  width: 100%;
  _overflow-x:hidden !important;
}

/*라인 설정*/
.titleLine {border-top:1px solid #00aeef;}
.titleLine.lineBlue{border-color:#00aeef;}
.titleLine.lineWhite{border-color:#fff;}
.titleLine.line-lg {border-width:6px;}
.titleLine.line-md {border-width:4px;}
.titleLine.line-sm {border-width:2px;}
.titleLine.line-left{display:inline-block;}


/**/
.listMore {
	padding:30px 0;
	text-align:center;
}

.mt65{
	margin-top: 65px;
}