@import "../../portal/css/global.css";

@font-face {
	font-family: "Pretendard GOV";
	font-weight: 900;
	font-display: swap;
	src: local("Pretendard GOV Black"), url(/pub/site/portal/css/font/woff2/PretendardGOV-Black.woff2) format("woff2"), url(/pub/site/portal/css/font/woff/PretendardGOV-Black.woff) format("woff");
}
@font-face {
	font-family: "Pretendard GOV";
	font-weight: 800;
	font-display: swap;
	src: local("Pretendard GOV ExtraBold"), url(/pub/site/portal/css/font/woff2/PretendardGOV-ExtraBold.woff2) format("woff2"), url(/pub/site/portal/css/font/woff/PretendardGOV-ExtraBold.woff) format("woff");
}
@font-face {
	font-family: "Pretendard GOV";
	font-weight: 700;
	font-display: swap;
	src: local("Pretendard GOV Bold"), url(/pub/site/portal/css/font/woff2/PretendardGOV-Bold.woff2) format("woff2"), url(/pub/site/portal/css/font/woff/PretendardGOV-Bold.woff) format("woff");
}
@font-face {
	font-family: "Pretendard GOV";
	font-weight: 600;
	font-display: swap;
	src: local("Pretendard GOV SemiBold"), url(/pub/site/portal/css/font/woff2/PretendardGOV-SemiBold.woff2) format("woff2"), url(/pub/site/portal/css/font/woff/PretendardGOV-SemiBold.woff) format("woff");
}
@font-face {
	font-family: "Pretendard GOV";
	font-weight: 500;
	font-display: swap;
	src: local("Pretendard GOV Medium"), url(/pub/site/portal/css/font/woff2/PretendardGOV-Medium.woff2) format("woff2"), url(/pub/site/portal/css/font/woff/PretendardGOV-Medium.woff) format("woff");
}
@font-face {
	font-family: "Pretendard GOV";
	font-weight: 400;
	font-display: swap;
	src: local("Pretendard GOV Regular"), url(/pub/site/portal/css/font/woff2/PretendardGOV-Regular.woff2) format("woff2"), url(/pub/site/portal/css/font/woff/PretendardGOV-Regular.woff) format("woff");
}
@font-face {
	font-family: "Pretendard GOV";
	font-weight: 300;
	font-display: swap;
	src: local("Pretendard GOV Light"), url(/pub/site/portal/css/font/woff2/PretendardGOV-Light.woff2) format("woff2"), url(/pub/site/portal/css/font/woff/PretendardGOV-Light.woff) format("woff");
}
@font-face {
	font-family: "Pretendard GOV";
	font-weight: 200;
	font-display: swap;
	src: local("Pretendard GOV ExtraLight"), url(/pub/site/portal/css/font/woff2/PretendardGOV-ExtraLight.woff2) format("woff2"), url(/pub/site/portal/css/font/woff/PretendardGOV-ExtraLight.woff) format("woff");
}
@font-face {
	font-family: "Pretendard GOV";
	font-weight: 100;
	font-display: swap;
	src: local("Pretendard GOV Thin"), url(/pub/site/portal/css/font/woff2/PretendardGOV-Thin.woff2) format("woff2"), url(/pub/site/portal/css/font/woff/PretendardGOV-Thin.woff) format("woff");
}



/* basic */
html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: "Pretendard GOV", sans-serif;
	font-weight: normal;
	word-break: keep-all;
	word-wrap: break-word;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
	line-height: 1.5;
}

body {
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

p {
	margin: 0;
}

input[type=password] {
	font-family: sans-serif;
}
input[type=password]::-moz-placeholder {
	font-family: "Pretendard GOV", sans-serif, "Malgun Gothic", "apple sd gothic neo", sans-serif;
}
input[type=password]::placeholder {
	font-family: "Pretendard GOV", sans-serif, "Malgun Gothic", "apple sd gothic neo", sans-serif;
}

.sr-only {
	position: absolute !important;
	bottom:1px;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static !important;
	bottom:1px;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	overflow: visible !important;
	clip: auto !important;
}

.bs5-hide {
	display: none !important;
}
.ml-1, .mx-1 {
	margin-left: 0.25rem !important;
}
.ml-2, .mx-2 {
	margin-left: 0.5rem !important;
}
.ml-3, .mx-3 {
	margin-left: 1rem !important;
}
.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}
.ml-5, .mx-5 {
	margin-left: 3rem !important;
}
.mr-1, .mx-1 {
	margin-right: 0.25rem !important;
}
.mr-2, .mx-2 {
	margin-right: 0.5rem !important;
}
.mr-3, .mx-3 {
	margin-right: 1rem !important;
}
.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}
.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

/* default input */
input,
select,
textarea {
	border-radius: 0;
	background: #fff;
	/*
         @media all and (max-width: 1199px) {
             appearance: none;
             -moz-appearance: none;
             -ms-appearance: none;
             -webkit-appearance: none;

             &::-ms-expand {
                 display: none;
             }
         }
     */
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

button {
	/*outline: none;*/
	border-radius: 0;
}

article.pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 2px;
	width: 100%;
	margin-top: 30px;
}
article.pagenation a {
	background: white;
}
article.pagenation a,
article.pagenation strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	color: #666;
	min-width: 30px;
	height: 30px;
}
article.pagenation a:hover,
article.pagenation strong:hover {
	border-radius: 8px;
	background-color: #eee;
	transition: 0.4s ease-in-out;
}
article.pagenation strong {
	background-color: #555;
	color: #fff;
	transition: 0.4s ease-in-out;
}


.skip-navi a:active,
.skip-navi a:focus {
	display: block;
	background: #000;
	width: 100%;
	line-height: 4rem;
	color: #fff;
	text-align: center;
}

i span {  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; }


header.header{position: relative;}
header.header div.head-util {
	display: none;
}

@media (min-width: 1200px) {
	header.header div.head-util {
		display: block;
		background: #F0F0F0;
		text-align: right;
	}
	header.header div.head-util div.container {
		line-height: 38px;
	}
	header.header div.head-util div.container > div {
		float:left;
	}
	header.header div.head-util div.container ul {
		list-style: none;
		padding-left:0;
		margin-bottom:0;
	}
	header.header div.head-util div.container ul li {
		display: inline-block;
		position: relative;
		font-size: 15px;
		margin-left: 34px;
	}
	header.header div.head-util div.container a {
		color: #555555;
	}
}
@media (min-width: 1200px) and (min-width: 1200px) {
	header.header div.head-util div.container a {
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	header.header div.head-util div.container a::after {
		content: "";
		display: block;
		position: absolute;
		left: -20px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 11px;
		background: #BEBEBE;
		outline: none;
	}
	header.header div.head-util div.container li:first-of-type {
		margin-left: 0;
	}
	header.header div.head-util div.container li:first-of-type a::after {
		display: none;
	}
}
header.header div.head-wrap {
	border-bottom: 1px solid #e4e4e4;
	background: #fff;
}
header.header div.head-wrap div.container {
	position: relative;
	height: 73px;
}
@media (min-width: 1200px) {
	header.header div.head-wrap div.container {
		height: 100px;
	}
}
header.header div.head-wrap div.container h1 {
	position: absolute;
	left: 15px;
	top: 50%;
	z-index:825;
	transform: translateY(-50%);
	width: 194px;
	height: 40px;
	font-size: 0;
	margin: 0;
	background: url(../images/logo_center.png) no-repeat center/100% auto;
}
header.header div.head-wrap div.container h1.rise{
	background: url(../images/logo_center.png) no-repeat center/100% auto;
}

header.header div.head-wrap div.container h1.header-logo{
	background: none;
}

header.header div.head-wrap div.container h1.header-logo a img{
	width: 100%;
}

header.header div.head-wrap div.container h1 a {
	display:block;
	width:100%;
	height:40px;
}
@media (min-width: 1200px) {
	header.header div.head-wrap div.container h1 {
		width: 194px;
		height: 40px;
	}
	header.header div.head-wrap div.container h1 a {
		height:40px;
	}
	header.header div.head-wrap div.container h1.header-logo a img{
		width: auto;
	}
}
header.header div.head-wrap div.container div.right {
	position: absolute;
	right: 15px;
	top: 50%;
	z-index:825;
	transform: translateY(-50%);
}
header.header div.head-wrap div.container div.right button {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	background: none;
	width: 32px;
	height: 32px;
}
@media (min-width: 1200px) {
	header.header div.head-wrap div.container div.right button {
		margin: 0 0 0 8px;
	}
}
header.header div.head-wrap div.container div.right button i {
	font-size: 22px;
	color:#222;
}
/*
@media (min-width: 1200px) {
  header.header div.head-wrap div.container div.right button i {
    font-size: 19px;
  }
}
*/
header.header div.head-wrap nav.gnb {
	display: none;
	position: absolute;
	z-index: 820;
	left: 0;
	top: 73px;
	width:100%;
}
@media (min-width: 1200px) {
	header.header div.head-wrap nav.gnb {
		display: block;
	}
}
header.header div.head-wrap nav.gnb ul.gnb-wrap {
	margin: 0 auto;
	padding: 0 135px 0 0;
	list-style: none;
	display:flex;
	justify-content: flex-end;
	gap: 36px;
	max-width: 1320px;
}

@media (max-width: 1400px) {
	header.header div.head-wrap nav.gnb ul.gnb-wrap {
		max-width: 1140px;
	}
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li {

}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li:last-child {
	margin-right: 0;
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li > a {
	display: block;
	font-size: 19px;
	color: #1D1D1D;
	text-decoration: none;
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li:hover > a, header.header div.head-wrap nav.gnb ul.gnb-wrap > li > a.active {
	font-weight: 700;
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li:hover > a::after, header.header div.head-wrap nav.gnb ul.gnb-wrap > li > a.active::after {
	content: "";
	display: block;
	margin-top:34px;
	width: 100%;
	height: 3px;
	background: #1D1D1D;
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);

	border-bottom: 1px solid #D8D8D8;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	background: #fff;
	top: 66px;
}

header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap .gnb-inner {
	display: flex;
	flex-direction: column;
	max-width: 1320px;
	margin: 0 auto;
	padding:0 12px;
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap .gnb-tit {
	display: flex;
	flex-direction: column;
	padding: 32px 0;
	font-size: 25px;
	font-weight: 700;
	position: relative;
}
/*header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap .gnb-tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 250px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E4E4E4;
}*/
header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap ul {
	list-style: none;
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap ul.ul {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	padding:0 0 80px;
	gap:24px;
	flex:1;
}
@media (max-width: 1400px) {
	header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap .gnb-inner {
		max-width: 1140px;
	}
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap li {

}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap li a {
	display: flex;
	font-size: 17px;
	color: #555555;
	padding: 8px 24px;
	border:1px solid #D8D8D8;
	border-radius: 8px;
	gap:8px;
	align-items: center;
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap li a.active, header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap li:hover > a {
	font-weight: 700;
	background-color: #0079D5;
	color: #fff;
	border-color:#0079D5;
	text-decoration: none;
}

header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap li.style01 a.active, header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap li.style01:hover > a {
	background-color: #003660;
	border-color:#003660;
}

header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap ul.sub-ul {
	margin-top:10px;
	padding-left:20px;
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap ul.sub-ul li {
	position:relative;
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap ul.sub-ul li a {
	border:none;
	padding:6px 10px;
}
li.nw_link a::after {
	display: block;
	content: "\f08e";
	font-family:"Font Awesome 6 Pro";
	font-size: 13px;
}

header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap ul.sub-ul li a::before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #666666;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li .w-gnb-wrap li:hover > .sub-ul li:hover a {
	font-weight: 700;
	color: #0079D5;
	background-color: transparent;
	border:none;
	text-decoration: underline;
}
header.header div.head-wrap nav.gnb ul.gnb-wrap > li a.active + .w-gnb-wrap {
	display: block;
}
header.header div.m-menu {
	display: none;
	position: fixed;
	overflow-y: scroll;
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 900;
}
header.header div.m-menu.active {
	display: block;
}
@media (max-width: 1199px) {
	header.header div.m-menu div.m-logo {
		position: relative;
		height: 74px;
		border-bottom:1px solid #e4e4e4;
	}
	header.header div.m-menu div.m-logo h1 {
		position: absolute;
		left: 15px;
		top: 50%;
		z-index:825;
		transform: translateY(-50%);
		width: 194px;
		height: 40px;
		font-size: 0;
		margin: 0;
		background: url(../images/logo_center.png) no-repeat center/100% auto;
	}
	header.header div.m-menu div.m-logo h1.m-header-logo{
		background: none;
	}

	header.header div.m-menu div.m-logo h1 a {
		display:block;
		width:100%;
		height:40px;
	}
	header.header div.m-menu div.m-logo h1 a img{
		width: 100%;
	}

	header.header.fixed div.m-menu div.m-logo {
		position: fixed;
		left: 0;
		right: 0;
		top:0;
		z-index: 800;
		background-color: #fff;
	}
	header.header.fixed div.m-menu button.close {
		position: fixed;
		left: 0;
		right: 0;
		top:0;
		z-index: 800;
	}
	header.header.fixed div.m-menu button.close i {
		position: absolute;
		top:22px;
		right:20px;
	}

	header.header div.m-menu div.m-util {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		background: #F0F0F0;
		padding: 0 20px;
		height:50px;
	}

	header.header div.m-menu div.m-util a {
		display: block;
		position: relative;
		font-size: 15px;
		color: #1d1d1d;
		margin-left: 40px;
	}
	header.header div.m-menu div.m-util a::after {
		content: "";
		display: block;
		position: absolute;
		left: -21px;
		top: 50%;
		transform: translateY(-50%);
		width: 3px;
		height: 3px;
		background: #BEBEBE;
		border-radius: 50%;
	}
	header.header div.m-menu div.m-util a:first-of-type {
		margin-left: 0;
	}
	header.header div.m-menu div.m-util a:first-of-type::after {
		display: none;
	}

	header.header div.m-menu ul.m-etc {
		display: flex;
		background: #F0F0F0;
		padding: 0;
		margin-bottom: 0;
		flex-wrap: wrap;
		list-style: none;
		border-top:1px solid #e4e4e4;
	}
	header.header div.m-menu ul.m-etc li {
		position: relative;
		width:50%;
		font-size: 15px;
		border-bottom:1px solid #e4e4e4;
	}
	header.header div.m-menu ul.m-etc li:nth-of-type(even) {
		border-left:1px solid #e4e4e4;
	}
	header.header div.m-menu ul.m-etc a {
		display: flex;
		align-items: center;
		height:40px;
		padding:0 20px;
		color: #1d1d1d;
	}

	header.header div.m-menu ul.m-etc a:first-of-type:after {
		display: none;
	}

	header.header div.m-menu button.close {
		position: absolute;
		right: 20px;
		top: 22px;
		border: none;
		background: none;
		font-size: 0;
		padding: 0;
	}
	header.header div.m-menu button.close i {
		font-size: 26px;
		color: #222;
	}
	header.header div.m-menu ul.m-menu-wrap {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	header.header div.m-menu ul.m-menu-wrap > li {
		border-bottom:1px solid #e4e4e4;
	}
	header.header div.m-menu ul.m-menu-wrap > li > a {
		display: flex;
		justify-content: space-between;
		line-height: 40px;
		color: #1D1D1D;
		font-size: 17px;
		font-weight: 700;
		padding:8px 20px;
	}
	header.header div.m-menu ul.m-menu-wrap > li > a::after {
		display: block;
		content: "\f078";
		font-family:"Font Awesome 6 Pro";
		font-size: 15px;
	}
	header.header div.m-menu ul.m-menu-wrap > li > a.active::after {
		display: block;
		content: "\f077";
		font-family:"Font Awesome 6 Pro";
		font-size: 15px;
	}
	header.header div.m-menu ul.m-menu-wrap > li > ul {
		display: none;
		list-style: none;
		margin: 0 20px 20px;
		padding: 10px;
		border-radius: 8px;
	}
	header.header div.m-menu ul.m-menu-wrap > li > ul.active {
		display: block;
	}
	header.header div.m-menu ul.m-menu-wrap > li > ul > li > a {
		display: block;
		color: #1d1d1d;
		font-size: 15px;
		font-weight: 400;
		line-height: 32px;
	}
	header.header div.m-menu ul.m-menu-wrap > li > ul > li ul {
		display: block;
		position: relative;
		list-style: none;
		margin: 0 0 16px;
		padding: 0 10px;
	}
	header.header div.m-menu ul.m-menu-wrap > li > ul > li ul.active {
		display: block;
	}
	header.header div.m-menu ul.m-menu-wrap > li > ul > li ul::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 5px;
		bottom: 5px;
		width: 1px;
		background: #D8D8D8;
	}
	header.header div.m-menu ul.m-menu-wrap > li > ul > li ul li a {
		display: flex;
		color: #555555;
		font-size: 15px;
		line-height: 28px;
		gap:8px;
	}
}
@media (min-width: 1200px) {
	header.header div.m-menu {
		background: rgba(0, 0, 0, 0.5);
	}
	header.header div.m-menu div.m-logo {
		display: none;
	}
	header.header div.m-menu div.m-util {
		display: none;
	}
	header.header div.m-menu ul.m-etc {
		display: none;
	}
	header.header div.m-menu button.close {
		position: absolute;
		right: 48px;
		top: 48px;
		border: none;
		background: none;
		font-size: 0;
		padding: 0;
	}
	header.header div.m-menu button.close i {
		font-size: 30px;
		color: #222;
	}
	header.header div.m-menu > div {
		padding: 0 0 160px;
		background-color: #FFF;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-image: url(/pub/site/platform/images/nav_bg.png);
	}
	header.header div.m-menu > div ul.m-menu-wrap {
		display: flex;
		list-style: none;
		max-width: 1400px;
		margin: 0 auto 0;
		padding:110px 0 0;
		gap: 36px;
	}
	header.header div.m-menu > div ul.m-menu-wrap > li {
		width: 100%;
	}
	header.header div.m-menu > div ul.m-menu-wrap > li > a {
		display: block;
		color: #1d1d1d;
		font-size: 23px;
		font-weight: 700;
		padding: 0 0 50px;
		margin-bottom: 45px;
		border-bottom:1px solid #1d1d1d;
	}
	header.header div.m-menu > div ul.m-menu-wrap > li > ul {
		list-style: none;
		margin: 0;
		padding: 0; 
	}
	header.header div.m-menu > div ul.m-menu-wrap > li > ul > li {
		position: relative;
		padding: 16px 0;
	}
	header.header div.m-menu > div ul.m-menu-wrap > li > ul > li > a {
		display: block;
		color: #1d1d1d;
		font-size: 18px;
		font-weight: 700;
	}
	header.header div.m-menu > div ul.m-menu-wrap > li > ul > li > a:hover,
	header.header div.m-menu > div ul.m-menu-wrap > li > ul > li > a.active {
		color: #0079d5;
		text-decoration: underline;
	}
	header.header div.m-menu > div ul.m-menu-wrap > li > ul > li ul {
		position: relative;
		list-style: none;
		margin: 10px 0 0 0;
		padding: 0 20px;
		border-left: solid 1px #d8d8d8;
	}
	header.header div.m-menu > div ul.m-menu-wrap > li > ul > li ul.active {
		display: block;
	}

	header.header div.m-menu > div ul.m-menu-wrap > li > ul > li ul li a {
		display: block;
		padding: 10px 0 5px;
		color: #555555;
		font-size: 17px;
	}
	header.header div.m-menu > div ul.m-menu-wrap > li > ul > li ul li a:hover, 
	header.header div.m-menu > div ul.m-menu-wrap > li > ul > li ul li a.active {
		color: #0079D5;
		font-weight: 700;
	}
}
header.header div.search-popup {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 830;
}
header.header div.search-popup.active {
	display: block;
}
header.header div.search-popup div.search-wrap {
	background: #003660;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	padding: 15px 20px 56px;
}
@media (min-width: 1200px) {
	header.header div.search-popup div.search-wrap {
		padding: 62px 20px 120px;
	}
}
header.header div.search-popup div.search-wrap div.container {
	position: relative;
}
header.header div.search-popup div.search-wrap div.container strong {
	display: block;
	width: 178px;
	height: 43px;
	font-size: 0;
	margin: 0 0 28px;
	background: url(../images/logo-white.svg) no-repeat center/100% auto;
}
@media (min-width: 1200px) {
	header.header div.search-popup div.search-wrap div.container strong {
		width: 218px;
		height: 52px;
	}
}
header.header div.search-popup div.search-wrap div.container button.close {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
header.header div.search-popup div.search-wrap div.container button.close i {
	font-size: 22px;
	color: #fff;
}
@media (min-width: 1200px) {
	header.header div.search-popup div.search-wrap div.container button.close i {
		font-size: 30px;
	}
}
header.header div.search-popup div.search-wrap div.container div.search-box {
	position: relative;
	display: flex;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
@media (min-width: 1200px) {
	header.header div.search-popup div.search-wrap div.container div.search-box {
		width: 800px;
		margin: 0 auto;
	}
}
header.header div.search-popup div.search-wrap div.container div.search-box input {
	height: 60px;
	flex: 1 1 auto;
	border: none;
	padding: 0 64px 0 24px;
	/*outline: none;*/
	font-size: 15px;
}
@media (min-width: 1200px) {
	header.header div.search-popup div.search-wrap div.container div.search-box input {
		font-size: 17px;
	}
}
header.header div.search-popup div.search-wrap div.container div.search-box button {
	position: absolute;
	top:50%;
	right:16px;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 0;
	width: 40px;
	height: 40px;
}
header.header div.search-popup div.search-wrap div.container div.search-box button i {
	font-size: 20px;
	color: #003660;
}
header.header.fixed div.head-util {
	position: fixed;
	z-index: 800;
	top: 0;
	left: 0;
	right: 0;
}
header.header.fixed div.head-wrap {
	position: fixed;
	left: 0;
	right: 0;
	top:0;
	z-index: 800;
}
@media (min-width: 1200px) {
	header.header.fixed div.head-wrap {
		top: 38px;
	}
}
header.header.fixed div.head-wrap nav.gnb {
	top: 35px;
}

div.contents.sub div.container {
	position: relative;
	padding: 0 16px 50px;
}
@media (min-width: 1200px) {
	div.contents.sub div.container {
		display:flex;
		gap:50px;
		padding: 70px 0;
		min-height: 800px;
	}
}
div.contents.sub div.container aside.sub-menu {
	display: none;
}
@media (min-width: 1200px) {
	div.contents.sub div.container aside.sub-menu {
		display: block;
		width: 260px;
		padding:0;
		flex-shrink: 0;
	}
	div.contents.sub div.container aside.sub-menu h2.aside-title {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 10px;
		padding:0 24px;
		height:136px;
		color: #fff;
		font-size: 32px;
		font-weight: 700;
		background: #0079d5 url(../images/aside_bg_rise.png) no-repeat left bottom;
		border-radius: 12px 12px 0 0;
		line-height: 1.2;
	}
	div.contents.sub div.container aside.sub-menu h2.aside-title.style01{
		background: #003660;
		border-radius: 12px;
	}

	div.contents.sub div.container aside.sub-menu div.lnb {

	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li {
		margin-bottom:5px;
	}

	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li > a {
		position: relative;
		display: block;
		padding:16px 24px;
		border: 1px solid #e4e4e4;
		font-size: 19px;
		color: #1D1D1D;
		text-decoration: none;
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li.style01 > a{
		border: none;
		padding:16px 8px;
		border-bottom: 1px dotted #8E8E8E;
	}

	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li > a i {
		position: absolute;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		color: #555555;
		font-size: 15px;
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li > a.active i {
		color: #0062ab;
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li > a:hover, div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li > a.active {
		font-weight: 700;
		color:#0062ab;
		border-color: #0079d5;
		background-color: #f2f8fd;
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li.style01 > a:hover, div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li.style01 > a.active {
		color: #003660;
		border-color: #003660;
		border-bottom-style: solid;
		background-color: transparent;
	}

	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li > a.active i {
		transform: translateY(-50%) rotate(180deg);
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li ul {
		display: none;
		width: 100%;
		margin: 0;
		padding: 20px 20px 0;
		border:1px solid #0079d5;
		border-top:none;
		list-style: none;
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li.style01 ul {
		border: none;
		background-color: #F8F8F8;
	}

	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li ul li a {
		position: relative;
		display: block;
		margin: 0 0 20px;
		font-size: 17px;
		color: #555555;
		padding: 0 0 0 12px;
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li ul li a::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #717171;
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li ul li a:hover::before, div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li ul li a.active::before {
		background: #0079D5;
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li ul li a:hover, div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li ul li a.active {
		font-weight: 700;
		color: #0079D5;
	}
	div.contents.sub div.container aside.sub-menu div.lnb ul.depth1 > li a.active + ul {
		display: inline-block;
	}
}
div.contents.sub div.container div.breadcrumb-wrap {
	margin: 16px 0 24px;
}
@media (min-width: 1200px) {
	div.contents.sub div.container div.breadcrumb-wrap {
		margin: 16px 0 24px;
	}
}
div.contents.sub div.container div.breadcrumb-wrap ol.breadcrumb {
	background:none;
}
div.contents.sub div.container div.breadcrumb-wrap ol.breadcrumb li {
	font-size: 15px;
	color: #555555;
}
div.contents.sub div.container div.breadcrumb-wrap ol.breadcrumb li:first-child::before {
	display: inline-flex;
	content: "\f015";
	font-family:"Font Awesome 6 Pro";
	font-size: 14px;
	width: 20px;
}

div.contents.sub div.container div.breadcrumb-wrap ol.breadcrumb li a {
	color: #555555;
}
div.contents.sub div.container div.breadcrumb-wrap ol.breadcrumb li span {
	font-size: 15px;
	color:#1d1d1d;
	font-weight: 700;
}
div.contents.sub div.container div.breadcrumb-wrap ol.breadcrumb li i {
	margin: 0 8px;
}
div.contents.sub div.container div.sub-contents {
	position: relative;
	flex:1;
	padding:0;
	font-size: 17px;
	width: 100%;
}
@media (min-width: 1200px) {
	div.contents.sub div.container div.sub-contents {
		width: 1010px;
	}
}
div.contents.sub div.container div.sub-contents div.sub-title-wrap h2.sub-title {
	font-size: 25px;
	color: #1D1D1D;
	font-weight: 700;
	margin: 10px 0 20px;
}
@media (min-width: 1200px) {
	div.contents.sub div.container div.sub-contents div.sub-title-wrap h2.sub-title {
		font-size: 32px;
		border-bottom:1px solid #e4e4e4;
		margin: 0 0 72px;
		padding: 0 0 25px;
	}
}
div.contents.sub div.container div.sub-contents div.sub-title-wrap .print-icon {
	position: absolute;
	top: 65px;
	right: 0;
}
div.contents.sub div.container div.sub-contents div.sub-title-wrap .print-icon .print-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	color: #1D1D1D;
	font-size: 14px;
	border-radius: 6px;
	border: 1px solid #C6C6C6;
}

.header.fixed + div.contents {
	margin-top: 118px;
}

footer.footer {
	/*background: #F0F0F0;*/
	background: #F3F4F6;
	padding: 30px 0;
}
@media (min-width: 1200px) {
	footer.footer {
		padding: 58px 0;
	}
}
footer.footer div.container {
	position: relative;
}
footer.footer div.container h2 {
	width: 194px;
	height: 40px;
	font-size: 0;
	margin: 0 0 25px;
	background: url(../images/logo_center.png) no-repeat center/100% auto;
}

footer.footer div.container h2.rise{
	background: url(../images/logo_center.png) no-repeat center/100% auto;
}

footer.footer div.container h2.footer-logo{
	background: none;
}

footer.footer div.container h2.footer-logo a img{
	width: 100%;
}

@media (min-width: 1200px) {
	footer.footer div.container h2 {
		width: 194px;
		height: 40px;
		margin: 0 0 28px;
	}

	footer.footer div.container h2.footer-logo a img{
		width: auto;
	}
}
footer.footer div.container address {
	font-size: 15px;
	color: #1D1D1D;
	margin: 0 0 24px;
}
@media (min-width: 1200px) {
	footer.footer div.container address {
		font-size: 17px;
		margin: 0 0 36px;
	}
}
footer.footer div.container address p span {
	display: block;
}
@media (min-width: 1200px) {
	footer.footer div.container address p span {
		display: inline-block;
		margin-right: 20px;
	}
}
footer.footer div.container div.footer-link {
	display: flex;
	margin: 0 0 20px;
}
@media (min-width: 1200px) {
	footer.footer div.container div.footer-link {
		position: absolute;
		right: 15px;
		/*top: 150px;*/
		bottom: 100px;
	}
}
footer.footer div.container div.footer-link a {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 15px 0 0;
}
@media (min-width: 1200px) {
	footer.footer div.container div.footer-link a {
		width: 32px;
		height: 32px;
		margin: 0 0 0 20px;
	}
}
footer.footer div.container div.footer-link a.instagram {
	background: url(../images/sns_icon/sns_instagram.svg) no-repeat center/100% auto;
}
footer.footer div.container div.footer-link a.facebook {
	background: url(../images/sns_icon/sns_facebook.svg) no-repeat center/auto 100%;
}
footer.footer div.container div.footer-link a.youtube {
	background: url(../images/sns_icon/sns_youtube.svg) no-repeat center/100% auto;
}
footer.footer div.container div.footer-link a.blog {
	background: url(../images/sns_icon/sns_blog.svg) no-repeat center/auto 100%;
}
footer.footer div.container div.footer-util {
	border-top: 1px solid #D8D8D8;
	margin: 20px 0 0;
	padding: 20px 0;
}
@media (min-width: 1200px) {
	footer.footer div.container div.footer-util {
		margin: 36px 0 0;
		padding: 36px 0;
	}
}
footer.footer div.container div.footer-util a {
	font-size: 15px;
	color: #555555;
	display: inline-block;
	margin-right: 15px;
}
@media (min-width: 1200px) {
	footer.footer div.container div.footer-util a {
		font-size: 17px;
	}
}
footer.footer div.container div.footer-util a strong {
	font-weight: 700;
	color: #1d1d1d;
}
footer.footer div.container p.f-copy {
	color: #555555;
	font-size: 15px;
}
@media (min-width: 1200px) {
	footer.footer div.container p.f-copy {
		font-size: 17px;
		position: absolute;
		right: 15px;
		bottom: 36px;
	}
}/*# sourceMappingURL=style.css.map */

@keyframes quickicon {
	0% {
		margin-bottom: 5px;
	}
	50% {
		margin-bottom: 0;
	}
	100% {
		margin-bottom: 5px;
	}
}
.quick-icon {
	position: fixed;
	right: 15px;
	bottom: 10px;
	z-index: 100;
	margin-bottom: 5px;
	animation: quickicon 1s infinite;
}
@media (min-width: 1200px) {
	.quick-icon {
		right: 30px;
		bottom: 25px;
	}
}
.quick-icon a {
	position: relative;
	display: inline-block;
	width: 113px;
	height: 44px;
	padding-top: 13px;
	color: #2F50C2;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	border-radius: 22px;
	background-color: #fff;
	box-shadow: 0px 6px 10px #0000001A;
}
.quick-icon a::before {
	content: '';
	position: absolute;
	top: -65px;
	left: -1px;
	display: inline-block;
	width: 116px;
	height: 83px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/qna.svg);
}
.quick-icon a:hover {
	text-decoration: none;
}



/************** 콘텐츠 **************/
.contents-wrap h3 {
	font-size: 25px;
	font-weight: 700;
}
.contents-wrap h4 {
	position: relative;
	padding-top:12px;
	font-size: 19px;
	font-weight: 700;
}
.contents-wrap h4::before {
	content: '';
	position: absolute;
	top:0;
	left:0;
	width:18px;
	height:2px;
	background-color: #003660;
}

.tmg_h {margin-top:64px}
.tmg_r {margin-top:32px}
.tmg_r2 {margin-top:24px}

@media (min-width: 1200px) {
	.tmg_h {margin-top:80px}
	.tmg_r {margin-top:40px}
	.tmg_r2 {margin-top:32px}
}
.tal {text-align: left !important;}
.tar {text-align: right !important;}
.tac {text-align: center !important;}

/* 플랫폼소개 */
.platform_intro {
	display:flex;
	flex-direction: column;
	gap:56px;
	align-items: center;
	width:100%;
}
.platform_intro ul {
	list-style: none;
}

.platform_intro .titlebox {
	display:flex;
	flex-direction: column;
	gap:16px;
	align-items: center;
	color:#555;
}
.platform_intro .titlebox .title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:64px;
	padding:0 48px;
	height:56px;
	margin-bottom:0;
	font-size: 25px;
	font-weight: 700;
	background-color: #cde4f6;
	border-radius: 30px;
	color:#003660;
}
@media (max-width: 991px) {
	.platform_intro .titlebox .title {
		height:auto;
		padding:9px 24px;
	}
}
@media (max-width: 767px) {
	.platform_intro .titlebox {
		text-align: center;
	}
}

.platform_intro .txtbox {
	display:flex;
	flex-direction: column;
	gap:24px;
	align-items: center;
	padding:24px 32px;
	border:8px solid #f2f8fd;
	border-radius: 24px;
}

.platform_intro .txtbox > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:64px;
	width:100%;
	height:56px;
	margin-bottom:0;
	font-size: 19px;
	font-weight: 700;
	background-color: #cde4f6;
	border-radius: 30px;
	color:#003660;
}
.platform_intro .txtbox > ul > li {
	position: relative;
	padding-left: 12px;
}
.platform_intro .txtbox > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #003660;
}

.platform_intro .txtbox .pi {
	width:194px;
	height: 40px;
	flex-shrink: 0;
	background: url(../images/logo_center.png) no-repeat center/100% auto;
}
.platform_intro .txtbox p {
	text-align: justify;
	word-break: break-all;
}

@media (min-width: 1200px) {
	.platform_intro {
		gap:80px;
	}
	.platform_intro .txtbox {
		gap:64px;
		flex-direction: row;
		align-items: normal;
		padding:48px 40px;
	}

	.platform_intro .txtbox.style01{
		flex-direction: column;
		gap: 24px;
	}

	.platform_intro .txtbox .pi {
		height:auto;
	}
}

.platform_intro .effect {
	display: flex;
	flex-direction: column;
	gap:64px;
	align-items: center;
	width:100%;
	padding:0 32px;
}
.platform_intro .effect h3 {
	position: relative;
	margin:0;
	padding: 13px 35px;
	background-color: #0079d5;
	border-radius: 50px;
	color:#fff;
	font-size: 25px;
}
.platform_intro .effect h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 78px;
	transform: translateX(-50%);
	height: 32px;
	border-left:1px dotted #004a80;
}
@media (max-width: 500px) {
	.platform_intro .effect {
		padding:0;
	}
}
@media (min-width: 1200px) {
	.platform_intro .effect {
		padding:0;
		gap:108px;
	}
	.platform_intro .effect h3::after {
		top: 87px;
		height: 50px;
		border-left:1px dotted #004a80;
	}
}

.circle_diagram{
	width:100%;
	padding:0;
	margin:0;
	display:flex;
	align-items: center;
	justify-content: center;
}
.circle_diagram > li{
	width:100%;
	height:auto;
	border-radius:50%;
	display:flex;
	justify-content: center;
}
.circle_diagram > li:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.circle_diagram > li .inner {
	color:#fff;
	text-align:center;
	font-size:25px;
	font-weight:700;
	line-height: 1.3;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	gap:20px;
}
.circle_diagram li i {
	font-size: 56px;
}
.circle_diagram > li:nth-child(n+2){
	margin-left:-30px
}
.circle_diagram > li:nth-child(1){
	background:#3394de;
}
.circle_diagram > li:nth-child(2){
	background:#335e80;mix-blend-mode: multiply;
}
.circle_diagram > li:nth-child(3){
	background:#3a9d9a;
}

@media (min-width: 1200px) {
	.circle_diagram > li{
		width:264px;
		height:264px;
	}
}
@media (max-width: 991px) {
	.circle_diagram {
		flex-direction: column;
		gap:24px
	}
	.circle_diagram > li{
		height:100px;
		margin-left:0 !important;
		border-radius: 50px;
	}
	.circle_diagram > li .inner {
		flex-direction: row;
		font-size: 19px;
	}
	.circle_diagram > li .inner br {
		display: none;
	}
}

@media (max-width: 770px) {
	.circle_diagram > li .inner {
		font-size: 19px;
	}
	.circle_diagram li i {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.platform_intro .txtbox > ul {
		gap:8px;
	}
	.circle_diagram > li .inner {
		font-size: 19px;
	}
	.circle_diagram li i {
		font-size: 40px;
	}
}

@media (max-width: 450px) {
	.platform_intro .txtbox {
		padding:24px;
	}
	.platform_intro .txtbox > ul {
		height:auto;
		flex-direction: column;
		padding:16px 0;
	}

	.circle_diagram > li .inner {
		font-size: 17px;
		gap:8px
	}
	.circle_diagram li i {
		font-size: 32px;
	}
}

.conts_diagram {
	width:100%;
	padding:0;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:32px;
}

.conts_diagram li {
	padding:30px 24px;
	border-width: 1px;
	border-style: solid;
	border-radius:24px;
	width:95%;
}
.conts_diagram > li:nth-child(1){
	border-color:#3394de;
}
.conts_diagram > li:nth-child(2){
	border-color:#335e80;mix-blend-mode: multiply;
}
.conts_diagram > li:nth-child(3){
	border-color:#3a9d9a;
}
.conts_diagram .tit{
	position:relative;
	margin-bottom:16px;
	padding-bottom:16px;
	border-bottom: 1px dashed #d8d8d8;
	font-size: 19px;
	font-weight: 700;
	color:#1d1d1d;
	line-height: 1;
	text-align: center;
}
.conts_diagram .tit::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -36px;
	transform: translateX(-50%);
	width:12px;
	height: 12px;
	border-radius: 100%;
}
.conts_diagram > li:nth-child(1) .tit::before {
	background-color: #0079d5;
}
.conts_diagram > li:nth-child(2) .tit::before {
	background-color: #003660;
}
.conts_diagram > li:nth-child(3) .tit::before {
	background-color: #0b8481;
}
.conts_diagram p {
	text-align: center;
}

.conts_diagram > li:nth-child(1) p strong {
	color: #0079d5;
}
.conts_diagram > li:nth-child(2) p strong {
	color: #003660;
}
.conts_diagram > li:nth-child(3) p strong {
	color: #0b8481;
}

.conts_diagram > li > ul {
	padding:0 16px;
}
.conts_diagram > li > ul > li {
	position: relative;
	margin-bottom:12px;
	padding: 0 0 0 12px;
	word-break: break-all;
	color:#555;
	border: none;
}
.conts_diagram > li > ul > li:last-child {
	margin-bottom:0;
}
.conts_diagram > li > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #1d1d1d;
}

@media (min-width: 1200px) {
	.conts_diagram {
		margin-top:-52px;
		flex-direction: row;
	}

	.conts_diagram.style01{
		align-items: normal;
	}

	.conts_diagram p {
		text-align: justify;
		word-break: break-all;
	}
}
/* 인사말 */
.greeting {
	display:flex;
	gap:56px;
}
.greeting.style01{
	flex-direction: column;
}

.greeting .img-wrap{
	display:none;
}
.greeting .conts-wrap{
	flex:1;
}
.greeting .conts-wrap .tit {
	position:relative;
	margin:0 0 35px;
	padding:0 10px 0 32px;
	font-size:25px;
	font-weight: 700;
	color:#0079d5;
	font-style:normal;
	line-height: 1.2;;
}
.greeting .conts-wrap .tit::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: #0079d5;
}
.greeting .conts-wrap .tit span {
	display:block;
	margin-bottom:16px;
	font-size:19px;
	font-weight: 400;
	color:#003660;
}
.greeting .conts-wrap .tit strong {
	display: block;
	font-weight: 700;
	color:#003660;
}
.greeting .conts-wrap p{
	margin:0 0 24px;
	text-align:justify;
	word-break: break-all;
	color:#555;
}
.greeting .conts-wrap p.sign{
	margin-top:40px;
	text-align: right;
}
.greeting .conts-wrap p.sign strong{
	margin-left:16px;
	font-size: 22px;
	color:#1d1d1d;
}
@media (min-width: 1200px) {
	.greeting .img-wrap{
		display:block;
		width:350px;
		flex-shrink: 0;
		border-radius: 12px;
		overflow:hidden;
		background: url(../images/content/img_greeting.jpg) no-repeat center bottom;
		background-size:cover;
	}
	.greeting .img-wrap.rise{
		background: url(../images/content/img_rise_greeting.jpg) no-repeat center top;
	}
	.greeting .img-wrap.bio{
		height:250px;
		width: auto;
		background: url(../images/bio/greeting.jpg) no-repeat center bottom;
		background-size:cover;
	}
	.greeting .img-wrap.green{
		height:250px;
		width: auto;
		background: url(../images/green/greeting.jpg) no-repeat center bottom;
		background-size:cover;
	}
	.greeting .img-wrap.intelligent{
		height:250px;
		width: auto;
		background: url(../images/intelligent/greeting.jpg) no-repeat center bottom;
		background-size:cover;
	}


	.greeting .conts-wrap .tit {
		margin:35px 0;
		padding:0 0 0 40px;
		font-size:32px;
		font-style:italic;
	}
	.greeting .conts-wrap .tit::before {
		width: 8px;
	}
	.greeting .conts-wrap .tit span {
		font-size:25px;
	}
	.greeting .conts-wrap .tit strong {
		display: block;
	}
}
@media (max-width: 1400px) {
	.greeting .img-wrap{
		width:300px;
	}
}

/* 주요업무 */
.business_task {
	display: flex;
	flex-direction: column;
	gap:80px;
}
.business_task ul {
	list-style: none;
	padding-left:0;
}
.business_task .conts-box {
	display: flex;
	flex-direction: column;
	gap:16px;
	color:#555;
}
.business_task .conts-box h3 {
	position: relative;
	text-align: center;
	padding:3px 16px;
	flex-shrink: 0;
	font-size: 21px;
	font-weight: 700;
	background-color: #f3f5f7;
	border-radius: 8px;;
	color:#1d1d1d;
	width: auto;
}
.business_task .conts-box ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	width: 100%;
}
/*.business_task .conts-box ul li {*/
/*	border:1px solid #ccd8df;*/
/*	background-color: #f3f5f7;*/
/*	border-radius: 8px;*/
/*	padding:20px 16px;*/
/*	color:#1d1d1d;*/
/*	text-align: center;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/
.business_task .conts-box ul li {
	border:1px solid #ccd8df;
	background-color: #f3f5f7;
	border-radius: 8px;
	padding:20px 16px;
	color:#1d1d1d;
	text-align: center;
	display: flex;
	justify-content: start;
	flex-flow: column;
	gap: 20px;
}

@media (min-width: 1200px) {
	.business_task .conts-box ul li strong{
		display: block;
		min-height: 51px;
	}
}


.business_task .conts-box ul li > ul{
	display: flex;
	flex-flow: column;
	gap: 12px;
}
.business_task .conts-box ul li > ul li{
	position: relative;
	padding: 0 12px;
	word-break: break-all;
	color: #1d1d1d;
	border: none;
	text-align: left;
}

.business_task .conts-box ul li > ul li:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #1d1d1d;
}

@media (max-width: 1199px) {
	.business_task .conts-box ul li {
		background-color: #fff;
	}
}

@media (max-width: 767px) {
	.business_task .conts-box ul {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 450px) {
	.business_task .conts-box ul {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (min-width: 1200px) {
	.business_task .conts-box {
		display: flex;
		flex-direction: row;
		gap:50px;
	}
	.business_task .conts-box h3 {
		width:96px;
		text-align: left;
		padding:20px 0 0;
		background-color: transparent;
		border-radius: 0;
	}
	.business_task .conts-box h3::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width:96px;
		height: 2px;
		background-color: #003660;
	}
}

/* 사업개요 */
.business_outline {
	display: flex;
	flex-direction: column;
	gap:80px;
}
.business_outline ul {
	list-style: none;
	padding-left:0;
}
.conts-box {
	display: flex;
	flex-direction: column;
	gap:16px;
	color:#555;
}
.conts-box h3 {
	position: relative;
	/*width:112px;*/
	/*width:155px;*/
	/*text-align: center;*/
	padding:3px 16px;
	flex-shrink: 0;
	font-size: 21px;
	font-weight: 700;
	background-color: #f3f5f7;
	border-radius: 8px;;
	color:#1d1d1d;
}
.conts-box .square_brackets{
	position: relative;
	padding:32px;
	display:flex;
	align-items: center;
	justify-content: center;
	flex:1;
}
.square_brackets::before, .square_brackets::after{
	content:'';
	width:70px;
	height:100%;
	border-top:20px solid #f3f5f7;
	border-left:20px solid #f3f5f7;
	border-bottom:20px solid #f3f5f7;
	position:absolute;
	left:0;
	top:0;
}
.square_brackets::after{
	right:0;
	left:auto;
	border-left:0 none;
	border-right:20px solid #f3f5f7;
}
.square_brackets strong {
	font-size: 25px;
	color:#1d1d1d;
}
@media (max-width: 770px) {
	.square_brackets::before, .square_brackets::after{
		width:35px;
		border-top:12px solid #f3f5f7;
		border-left:12px solid #f3f5f7;
		border-bottom:12px solid #f3f5f7;
	}
	.square_brackets::after{
		border-left:0 none;
		border-right:12px solid #f3f5f7;
	}
	.square_brackets strong {
		font-size: 19px;
	}
}
@media (max-width: 450px) {
	.square_brackets strong {
		font-size: 17px;
	}
}
@media (min-width: 1200px) {
	.conts-box {
		display: flex;
		flex-direction: row;
		gap:50px;
	}
	.conts-box h3 {
		width:125px;
		padding:20px 0 0;
		background-color: transparent;
		border-radius: 0;
	}
	.conts-box h3::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width:96px;
		height: 2px;
		background-color: #003660;
	}
	.conts-box .square_brackets{
		padding:40px;
	}
}

.conts-box .txt {
	flex:1;
	border:1px dashed #ccd7df;
	border-radius: 24px;
	padding:10px 40px 0;
}
.conts-box .txt ul li {
	position:relative;
	padding:20px 16px;
	color:#555;
	display: flex;
	flex-direction: column;
	gap:16px;

	border-bottom:1px solid #e4e4e4;
}
.conts-box .txt ul li:last-child {
	border-bottom:none;
}
.conts-box .txt ul li::before {
	content: "";
	display: block;
	position: absolute;
	left:0;
	top:32px;
	width:5px;
	height:5px;
	border-radius: 100%;
	background-color: #1d1d1d;
}
.conts-box .txt ul li .tit {
	width:176px;
	flex-shrink: 0;
	font-size: 19px;
	font-weight: 700;
	color:#1d1d1d;
}
.conts-box p {
	text-align: justify;
	word-break: break-all;
}

@media (min-width: 1200px) {
	.conts-box .txt ul li {
		flex-direction: row;
		gap:48px;
	}
}

.ci-wrap .ci-img { margin-bottom: 30px; }
.conts-box .co{width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; flex-flow: row wrap;}
.conts-box .co .img-co{position: relative; width: 100%; border: 1px solid #E4E4E4; text-align: center; padding: 20px;}
.conts-box .co .img-co .img-height { height: 40px;}
.conts-box .co .img-co .img-width {	width: 110px;}
.conts-box .co .grid-co{width: 160px;}
.conts-box .co .grid-co p{margin-top: 20px; font-size: 16px;}
.conts-box .co .grid-co img{width: 100%;}
.conts-box .ci-color div {
	width: 100%;
	padding: 20px;
}
.conts-box .ci-color .ci-blue {
	color: #fff;
	background-color: #10069F;
}
.conts-box .ci-color .ci-sky {
	color: #1D1D1D;
	background-color: #59CBE8;
}
.conts-box .ci-color div p {
	padding-bottom: 60px;
	font-size: 17px;
	font-weight: bold;
}
.conts-box .ci-color div ul {
	margin: 0;
}
.conts-box .ci-color div ul li {
	display: flex;
}
.conts-box .ci-color div ul li strong {
	display: block;
	width: 25%;
}
.conts-box .ci-color div ul li span {
	display: block;
	width: 75%;
}
.conts-box .ci-color .ci-gradient {
	width: 100%;
	height: 54px;
	margin-top: 15px;
	background: linear-gradient(90deg, #10069F 23%, #59CBE8 78%);
}
.ci-wrap .ci-download {
	margin-top: 50px;
}
.ci-wrap .ci-download a {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 10px;
	color: #003660;
	border: 1px solid #CCD8DF;
}
.ci-wrap .ci-download a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #003660;
}

@media (min-width: 1200px) {
	.ci-wrap .ci-img { margin-bottom: 50px; }
	.conts-box .co .img-co .img-height { height: 60px;}
	.conts-box .co .img-co .img-width {	width: 125px;}
	.conts-box .co .grid-co{width: 234px;}
	.conts-box .ci-color {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.conts-box .ci-color div {
		width: 50%;
		padding: 40px;
	}
	.conts-box .ci-color div p {
		padding-bottom: 80px;
	}
	.conts-box .ci-color div ul li strong {
		width: 30%;
	}
	.conts-box .ci-color div ul li span {
		width: 70%;
	}
	.ci-wrap .ci-download {
		display: flex;
		justify-content: center;
	}
	.ci-wrap .ci-download a {
		width: 200px;
		margin: 0 10px;
	}
}


/* 비전목표 */
.vision-wrap {
	display:flex;
	flex-direction: column;
	gap:125px;
	position:relative;
}
.vision-wrap ul {
	padding-left:0;
	margin-bottom:0;
	list-style: none;
}

@media (max-width: 991px) {
	.vision-wrap {
		gap:100px;
	}
}

.vision-wrap .vision {
	display:flex;
	padding:30px 40px;
	background-color: #f2f8fe;
	border-radius: 50px;
}
.vision-wrap .vision .tit {
	display:flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width:150px;
	height:40px;
	background-color: #0079d5;
	border-radius: 20px;
	color:#fff;
	font-size: 19px;
	font-weight: 700;
}
.vision-wrap .vision .txt {
	display:flex;
	align-items: center;
	justify-content: center;
	flex:1;
	/*margin-left:-100px;*/
	color:#1d1d1d;
	font-size:25px;
	font-weight: 700;
	text-align: center;
}
.vision-wrap .vision .txt.mg0 {
	margin-left:0;
}
@media (max-width: 1399px) {
	.vision-wrap .vision .txt.mgl10 {
		margin-left:-10px;
	}
	.vision-wrap .vision .txt.mg0 {
		margin-left:30px;
	}
}
@media (max-width: 991px) {
	.vision-wrap .vision {
		flex-direction: column;
		align-items: center;
		gap:24px;
		padding:20px;
	}
	.vision-wrap .vision .txt {
		margin-left:0;
	}
	.vision-wrap .vision .txt.mg0 {
		margin-left:0;
		text-align: center;
	}
}
@media (max-width: 500px) {
	.vision-wrap .vision {
		gap:16px;
	}
	.vision-wrap .vision .tit {
		width:120px;
		height:35px;
	}
	.vision-wrap .vision .txt {
		font-size: 19px;
		text-align: center;
	}
}
.vision-wrap .objective:not(:first-child)::before {
	content: '';
	display: block;
	position:absolute;
	left:50%;
	top:-93px;
	transform: translateX(-50%);
	width: 76px;
	height: 47px;
	background: url(../images/content/ico_up.svg) no-repeat center center;
	z-index: -1;
}
.vision-wrap .objective {
	position: relative;
	padding: 50px;
	border-radius: 24px;
	border: 1px dashed #ccd7df;
}
.vision-wrap .objective > div.tit {
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #003660;
	padding: 0 30px;
	background: #fff;
	transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
	.vision-wrap .objective {
		margin-top:12px;
	}
	.vision-wrap .objective:not(:first-child)::before {
		width:65px;
		top:-81px;
	}

}
@media (max-width: 767px) {
	.vision-wrap .objective {
		padding:50px 32px;
	}
	.vision-wrap .objective > div.tit {
		font-size: 21px;
	}
}
@media (max-width: 500px) {
	.vision-wrap .objective {
		padding:32px 24px;
	}
}

.vision-wrap .objective .list01 {
	display:flex;
	gap:32px;
	margin-bottom:50px;
}
.vision-wrap .objective .list01 li {
	padding:24px;
	border-radius: 20px;
}
.vision-wrap .objective .list01 li:nth-child(1) {
	border:1px solid #65afe6;
}
.vision-wrap .objective .list01 li:nth-child(2) {
	border:1px solid #99afc0;
}
.vision-wrap .objective .list01 li:nth-child(3) {
	border:1px solid #99AFC0;
}
.vision-wrap .objective .list01 li:nth-child(4) {
	border:1px solid #9DCDCB;
}
.vision-wrap .objective .list01 li span {
	font-size: 25px;
	font-weight: 700;
	font-style: italic;
}
.vision-wrap .objective .list01 li:nth-child(1) span {
	color:#0079d5;
}
.vision-wrap .objective .list01 li:nth-child(2) span {
	color:#003660;
}
.vision-wrap .objective .list01 li:nth-child(3) span {
	color:#003660;
}
.vision-wrap .objective .list01 li:nth-child(4) span {
	color:#0b8481;
}
@media (max-width: 991px) {
	.vision-wrap .objective .list01 {
		flex-direction: column;
		gap:16px;
	}
}

.vision-wrap .objective .list02{
	width:100%;
	padding:0;
	margin:0 0 40px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.vision-wrap .objective .list02 > li{
	padding:0 65px;
	height:60px;
	border-radius:30px;
	font-size: 19px;
	color:#fff;
	font-weight: 700;
	display:flex;
	justify-content: center;
	align-items: center;
}
.vision-wrap .objective .list02 li i {
	font-size: 56px;
}
.vision-wrap .objective .list02 > li:nth-child(n+2){
	margin-left:-20px;
}
.vision-wrap .objective .list02 > li:nth-child(1){
	background:#3394de;
}
.vision-wrap .objective .list02 > li:nth-child(2){
	background:#335e80;mix-blend-mode: multiply;
}
.vision-wrap .objective .list02 > li:nth-child(3){
	background:#3a9d9a;mix-blend-mode: multiply;
}
.vision-wrap .objective .list02 > li:nth-child(4){
	background:#0062AB;mix-blend-mode: multiply;
}
.vision-wrap .objective .list02 > li:nth-child(5){
	background:#019CBE;
}


@media (max-width: 991px) {
	.vision-wrap .objective .list02 {
		flex-direction: column;
		gap:16px;
	}
	.vision-wrap .objective .list02 > li{
		width:100%;
		border-radius: 100px;
		text-align: center;
	}
	.vision-wrap .objective .list02 > li:nth-child(n+2){
		margin-left:0;
	}
}
.vision-wrap .objective .list02.circle_large > li {
	display: flex;
	align-items: center;
	flex-direction: column;
	width:100%;
	height:88px;
	padding:0 20px;
	border-radius: 50px;
	font-weight: 400;
	text-align: center;
}
.vision-wrap .objective .list02.circle_large > li:nth-child(n+2) {
	margin-left: -30px;
}
.vision-wrap .objective .list02.circle_large > li strong {
	font-weight: 700;
	margin-left:6px;
}

@media (max-width: 991px) {
	.vision-wrap .objective .list02.circle_large > li:nth-child(n+2){
		margin-left:0;
	}
}


.vision-wrap .objective .list03{
	width:100%;
	padding:0;
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	gap:16px;
}
.vision-wrap .objective .list03 > li{
	overflow: hidden;
	height:auto;
	border:1px solid #98c9ed;
	border-radius:20px;
	display:flex;
	flex-direction: column;
	align-items: center;
	flex:1;
}
.vision-wrap .objective .list03 > li div.tit {
	width:100%;
	padding:18px 0;
	border-bottom:1px solid #98c9ed;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	background-color: #cde4f6;
	color:#003660;
}
.vision-wrap .objective .list03 > li div.con {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height:100%;
	padding:18px 0;
}
.vision-wrap .objective .list03 > li div.con i {
	margin:0 10px;
}
.vision-wrap .objective .list03 > li div.con strong {
	font-size: 25px;
	font-weight: 700;
}
.vision-wrap .objective .list03 > li div.con span:last-child {
	font-size: 15px;
	color:#555;
}
.vision-wrap .objective .list03 > li div.con span:last-child i {
	margin:0;
}

@media (max-width: 1399px) {
	.vision-wrap .objective .list03 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 991px) {
	.vision-wrap .objective .list03 {
		grid-template-columns: repeat(1, 1fr);
		gap:16px;
	}
}


/* 분야별 추진과제 */
.vision-wrap .objective .list04 {
	width:100%;
	padding:0;
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	gap:32px;
}

.vision-wrap .objective .list04.style01{
	grid-template-columns: repeat(4, 1fr);
}


.vision-wrap .objective .list04 > li{
	overflow: hidden;
	height:auto;
	border:1px solid #98c9ed;
	border-radius:20px;
	display:flex;
	flex-direction: column;
	align-items: center;
	flex:1;
}
.vision-wrap .objective .list04.style01 > li{
	padding: 24px;
	text-align: center;
}


.vision-wrap .objective .list04 > li:nth-child(1) {
	border:3px solid #0079d5;
}
.vision-wrap .objective .list04 > li:nth-child(2) {
	border:3px solid #003660;
}
.vision-wrap .objective .list04 > li:nth-child(3) {
	border:3px solid #0b8481;
}

.vision-wrap .objective .list04.style01 > li:nth-child(1) {
	border-width: 1px;
	background-color: #F2F8FE;
}
.vision-wrap .objective .list04.style01 > li:nth-child(2) {
	border-width: 1px;
	background-color: #f3f5f7;
}
.vision-wrap .objective .list04.style01 > li:nth-child(3) {
	border-width: 1px;
	background-color: #e7f4f3;
}
.vision-wrap .objective .list04.style01 > li:nth-child(4) {
	border:1px solid #e27e3a;
	background-color: #fcf2eb;
}

.vision-wrap .objective .list04.style01 li .ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 22px;
	border-radius: 100%;
	color: #fff;
	font-size: 25px;
}

.vision-wrap .objective .list04.style01 > li:nth-child(1) .ico{
	background-color: #0079d5;
}
.vision-wrap .objective .list04.style01 > li:nth-child(2) .ico{
	background-color: #003660;
}
.vision-wrap .objective .list04.style01 > li:nth-child(3) .ico{
	background-color: #0b8481;
}
.vision-wrap .objective .list04.style01 > li:nth-child(4) .ico{
	background-color: #e27e3a;
}


.vision-wrap .objective .list04 > li div.tit {
	width:100%;
	padding:18px 0;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	color:#fff;
}
.vision-wrap .objective .list04 > li:nth-child(1) div.tit {
	background-color: #0079d5;
}
.vision-wrap .objective .list04 > li:nth-child(2) div.tit {
	background-color: #003660;
}
.vision-wrap .objective .list04 > li:nth-child(3) div.tit {
	background-color: #0b8481;
}
.vision-wrap .objective .list04 > li div.con {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height:100%;
	padding:18px 0;
	color:#555;
	text-align: center;
}
@media (max-width: 991px) {
	.vision-wrap .objective .list04 {
		grid-template-columns: repeat(1, 1fr);
		gap:16px;
	}

	.vision-wrap .objective .list04.style01{
		grid-template-columns: repeat(1, 1fr);
	}
}


.vision-wrap .objective .list05{
	width:100%;
	padding:0;
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	justify-content: center;
	gap:24px;
}
.vision-wrap .objective .list05 > li{
	overflow: hidden;
	height:auto;
	border:1px solid #98c9ed;
	border-radius:20px;
	display:flex;
	flex-direction: column;
	align-items: center;
	flex:1;
}
.vision-wrap .objective .list05 > li div.tit {
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	padding:18px 10px;
	border-bottom:1px solid #98c9ed;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	background-color: #cde4f6;
	color:#003660;
}
.vision-wrap .objective .list05 > li:nth-child(2){
	border:1px solid #99afc0;
}
.vision-wrap .objective .list05 > li:nth-child(2) div.tit {
	border-bottom:1px solid #99afc0;
	background-color: #d7e0e6;
}
.vision-wrap .objective .list05 > li div.tit span {
	font-size: 17px;
	font-weight: 400;
}
.vision-wrap .objective .list05 > li div.con {
	width:100%;
	padding:18px 24px;
}
.vision-wrap .objective .list05 > li div.con > ul {
	display:flex;
	gap:32px;
}
.vision-wrap .objective .list05 > li div.con > ul > li {
	position:relative;
	flex:1;
	width: calc(33.33% - 32px);
}
.vision-wrap .objective .list05 > li div.con > ul > li:not(:first-child)::before {
	content: '';
	position:absolute;
	left:-16px;
	top:0;
	width:1px;
	height:100%;
	border-left:1px solid #ddd;
}
.vision-wrap .objective .list05 > li div.con > ul > li > ul > li {
	display:flex;
	position:relative;
	word-break: break-all;
	margin-bottom:11px;
	color:#555;
}
.vision-wrap .objective .list05 > li div.con > ul > li > ul > li:last-child {
	margin-bottom:0;
}
.vision-wrap .objective .list05 > li div.con > ul > li > ul > li::before {
	content: '·';
	display:block;
	margin-right:10px;
}
@media (max-width: 991px) {
	.vision-wrap .objective .list05 {
		gap:16px;
	}
	.vision-wrap .objective .list05 > li div.con > ul {
		flex-direction: column;
	}
	.vision-wrap .objective .list05 > li div.con > ul > li {
		width:100%;
	}
	.vision-wrap .objective .list05 > li div.con > ul > li:not(:first-child)::before {
		content: '';
		position:relative;
		left:0;
		top:-16px;
		display: block;
		width:100%;
		height:1px;
		border-bottom:1px solid #ddd;
	}
}
@media (max-width: 767px) {
	.vision-wrap .objective .list05 > li div.tit {
		flex-direction: column;
	}
}

/* 비전 및 목표 - 기대효과 */
.vision-wrap .effect::after {
	content: '';
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width:800px;
	height:800px;
	border-radius: 100%;
	border:2px dashed #4c728f;
}
.vision-wrap .effect h3 {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width:250px;
	height:250px;
	margin-bottom: 0;
	border-radius: 100%;
	background-color: #003660;
	text-align: center;
	color:#fff;
}
.vision-wrap .effect h3::after {
	content: '';
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width:500px;
	height:500px;
	border-radius: 100%;
	border:80px solid #f2f8fd;
}
.vision-wrap .effect h3 span {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3;
}
.vision-wrap .effect ul {
	display:flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.vision-wrap .effect ul:nth-child(n+3) {
	display:flex;
	justify-content: space-between;
}
.vision-wrap .effect ul.mgb127 {
	margin-bottom:127px;
}
.vision-wrap .effect ul:last-child {
	display:flex;
	justify-content: center;
	gap: 160px;
}
.vision-wrap .effect ul li {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:8px;
	/*Width:220px;*/
	/*height:220px;*/
	/*border-radius: 100%;*/
	Width:300px;
	height:230px;
	border-radius: 16px;
	padding:0 16px;
	border:5px solid #003660;
	background-color: #fff;
	text-align: center;
	color:#1d1d1d;
}
.vision-wrap .effect ul li span {
	display:block;
	font-size: 25px;
	font-weight: 700;
	color:#003660;
	line-height: 1;
}
.vision-wrap .effect ul li span strong {
	display:block;
	margin-top:7px;
	padding:0 16px;
	font-size: 18px;
	font-weight: 700;
	background-color: #003660;
	border-radius: 30px;
	color:#fff;
	line-height: 1.5;
}

.vision-wrap .effect ul li.point02 {
	border-color: #0079d5;
}
.vision-wrap .effect ul li.point02 span {
	color:#0079d5;
}
.vision-wrap .effect ul li.point02 span strong {
	background-color: #0079d5;
	color:#FFF;
}
.vision-wrap .effect ul li.point02 strong {
	color:#0079d5;
}

.vision-wrap .effect ul li.point03 {
	border-color: #713A83;
}
.vision-wrap .effect ul li.point03 span {
	color:#713A83;
}
.vision-wrap .effect ul li.point03 span strong {
	background-color: #713A83;
	color:#FFF;
}
.vision-wrap .effect ul li.point03 strong {
	color:#713A83;
}

.vision-wrap .effect ul li.point04 {
	border-color: #49a23c;
}
.vision-wrap .effect ul li.point04 span {
	color:#49a23c;
}
.vision-wrap .effect ul li.point04 span strong {
	background-color: #49a23c;
	color:#FFF;
}
.vision-wrap .effect ul li.point04 strong {
	color:#49a23c;
}

.vision-wrap .effect ul li.point05 {
	border-color: #e27e3a;
}
.vision-wrap .effect ul li.point05 span {
	color:#e27e3a;
}
.vision-wrap .effect ul li.point05 span strong {
	background-color: #e27e3a;
	color:#FFF;
}
.vision-wrap .effect ul li.point05 strong {
	color:#e27e3a;
}



@media (max-width: 1399px) {
	.vision-wrap .effect::after {
		width:700px;
		height:700px;
	}
	.vision-wrap .effect h3::after {
		width:400px;
		height:400px;
		border-width: 65px;
	}
	.vision-wrap .effect h3 {
		width:200px;
		height:200px;
	}

	.vision-wrap .effect ul:last-child {
		gap:60px;
	}

	.vision-wrap .effect ul.mgb127 {
		margin-bottom: 87px;
	}
}
@media (max-width: 991px) {
	.vision-wrap .effect {
		display: grid;
		gap:24px;
	}
	.vision-wrap .effect::after {
		display: none;
	}
	.vision-wrap .effect h3::after {
		display: none;
	}
	.vision-wrap .effect h3 {
		position: relative;
		top:0;
		transform: translate(-50%, 0);
		width:100%;
		/*height:100px;*/
		border-radius: 24px;
	}
	.vision-wrap .effect h3 br {
		display: none;
	}
	.vision-wrap .effect ul li {
		gap:8px;
		Width:100%;
		/*height:150px;*/
		height:215px;
		font-size: 16px;
		border-radius: 24px;
		border-width:3px;
	}
	.vision-wrap .effect ul:nth-child(n+3) {
		flex-direction: column;
		gap:24px;
	}
	.vision-wrap .effect ul.mgb127 {
		margin-bottom:0;
	}
}



/* 각 사업단 홈페이지 이동 버튼 */
.link-btn {
	display: flex;
	justify-content: flex-end;
	margin-bottom:50px;
}
.link-btn a {
	display:block;
	padding:20px;
	line-height: 1;
	border:1px solid #ccd8df;
	border-radius: 12px;
	color:#003660;
	font-weight: 700;
	text-decoration: none;
}
.link-btn i {
	font-size: 15px;
	margin-left:5px;
}
.link-btn a:hover {
	background-color:#003660;
	border:1px solid #003660;
	color:#fff;
}

@media (max-width: 767px) {
	.link-btn {
		margin-bottom:24px;
	}
	.link-btn a {
		width:100%;
		text-align: center;
	}
}

/* 사업단 콘텐츠 */
h3.edutit {
	margin-bottom:10px;
	margin-left:35px;
}
.vision-wrap.edu_wrap {
	gap: 32px;
	margin-bottom:32px;
}

.jeju_joy {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:40px;
	padding:50px;
	border-radius: 24px;
	background-color: #f2f8fd;
}
.jeju_joy .title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color:#003660;
}
.jeju_joy .title > strong {
	color:#0079d5;
	font-weight: 700;
}
.jeju_joy .title span {
	display: block;
	font-size: 25px;
	color:#555;
	font-weight: 400;
}
.jeju_joy .title span > strong{
	color:#0079d5;
	font-weight: 400;
}
.jeju_joy ul {
	display: flex;
	gap:40px;
}
.jeju_joy ul li {
	display:flex;
	align-items: center;
	justify-content: center;
	position:relative;
	flex:1;
	height:72px;
	padding:10px 32px;
	border:1px solid #cce3f6;
	border-radius: 100px;
	background-color: #fff;
	box-shadow: 0 5px #e3edf6;
}
.jeju_joy ul li:not(:first-child)::before {
	content:'+';
	position:absolute;
	top:50%;
	left:-29px;
	transform: translateY(-50%);
	font-size: 25px;
	font-weight: 700;
	color:#0079d5;
}
.jeju_joy ul li img {
	height:100%;
}

@media (max-width: 1399px) {
	.jeju_joy ul li {
		height:63px;
		padding:10px 24px;
	}
}
@media (max-width: 991px) {
	.jeju_joy {
		gap:24px;
		padding:32px;
	}
	.jeju_joy .title {
		font-size: 25px;
	}
	.jeju_joy .title span {
		font-size: 19px;
	}
	.jeju_joy ul {
		display:block;
		width:100%;
		gap:20px;
	}
	.jeju_joy ul li:not(:last-child) {
		margin-bottom:16px;
	}
	.jeju_joy ul li:not(:first-child)::before {
		display: none;
	}
}

.vision-wrap .vision.edu_1 {
	background-color: #fff;
	border:1px solid #99afc0;
}
.vision-wrap .vision.edu_1 .tit {
	background-color: #003660;
}
.vision-wrap .vision.edu_1 .txt {
	color:#003660;
}
.vision-wrap .vision.edu_2 {
	background-color: #fff;
	border:1px solid #0079d5;
}
.vision-wrap .vision.edu_2 .tit {
	background-color: #0079d5;
}
.vision-wrap .vision.edu_2 .txt {
	color:#003660;
}


.vision-wrap.edu_wrap .objective .list07 {
	gap:32px;
	background-color: #f3f5f8;
	border-radius: 50px;
	padding:0 30px;
}
.vision-wrap.edu_wrap .objective .list07 > li {
	position: relative;
	display:flex;
	align-items: center;
	justify-content: center;
	height:80px;
	border-radius: 50px;
	font-size: 19px;

}
.vision-wrap.edu_wrap .objective .list07 > li:not(:first-child):before {
	content:'+';
	position:absolute;
	top:50%;
	left:-23px;
	transform: translateY(-50%);
	font-size: 25px;
	font-weight: 700;
	color:#003660;
}

@media (max-width: 1399px) {
	.vision-wrap.edu_wrap .objective .list07 {
		grid-template-columns: repeat(2, 1fr);
		gap:16px;
		background-color: #fff;
		padding:0;
	}
	.vision-wrap.edu_wrap .objective .list07 > li::before {
		display: none;
	}
}
@media (max-width: 991px) {
	.vision-wrap.edu_wrap .objective .list07 {
		grid-template-columns: repeat(1, 1fr);

	}

}
.vision-wrap.edu_wrap .objective .list02 {
	margin-bottom:0;
}
.vision-wrap.edu_wrap .objective.group-conts .list02 > li{
	font-size: 19px;
}
.vision-wrap.edu_wrap .objective .task {
	margin-top:-20px;
}

.vision-wrap.edu_wrap .objective.group-conts .list03 > li div.tit {
	height:56px;
}
.vision-wrap.edu_wrap .objective.group-conts .list03 > li ul.con li {
	text-align: left;
}
@media (max-width: 1399px) {
	.vision-wrap.edu_wrap .objective.group-conts .list03 > li div.tit {
		font-size: 17px;
	}
	.vision-wrap.edu_wrap .objective.group-conts .list03 > li ul.con {
		font-size: 17px;
	}
}


.vision-wrap .objective.group-conts .list04 > li div.tit {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:4px 0;
}
.vision-wrap .objective.group-conts .list04 > li div.tit span {
	font-weight: 400;
}
.vision-wrap .objective.group-conts .list04 > li ul.con {
	width:100%;
	padding:12px 18px;
	text-align: left;
}
.vision-wrap .objective.group-conts .list04 > li ul.con li {
	padding-left:10px;
	color:#555;
	font-weight: 400;
}
.vision-wrap .objective.group-conts .list04 > li ul.con li span {
	display:block;
}
.vision-wrap .objective.group-conts .list04 > li ul.con li::before {
	position:relative;
	content: "";
	display: block;
	left: -10px;
	top: 15px;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 5px;
}


.educational_system {
	position: relative;
	margin-top:50px;
	padding:50px;
	border:8px solid #f2f8fd;
	border-radius: 24px;
}
.educational_system > div.tit {
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #003660;
	padding: 0 30px;
	background: #fff;
	transform: translate(-50%, -50%);
}
.educational_system h4::before {
	display: none;
}
.educational_system img {
	width:100%;
}
@media (max-width: 767px) {
	.educational_system {
		padding: 50px 32px;
	}
}



.business-group .title {
	font-size: 25px;
	text-align: center;
	margin-bottom:32px;
}
.business-group .title strong {
	font-weight: 700;
	color:#003661;
}

.business-group .txtbox {
	margin-bottom:40px;
	padding:40px;
	border:8px solid #f2f8fd;
	border-radius: 24px;
	text-align: justify;
}
@media (max-width: 767px) {
	.business-group .txtbox {
		padding:24px 32px;
	}
}

.vision-wrap .objective.group-conts {
	display:flex;
	gap: 50px;
	flex-direction: column;

}
.vision-wrap .objective .task {
	display: flex;
	gap:50px
}

.vision-wrap .objective .task h3 {
	width:96px;
	flex-shrink: 0;
	position: relative;
	padding: 20px 0 0;
	font-size: 19px;
	font-weight: 700;
	color: #1d1d1d;
}
.vision-wrap .objective .task h3::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 96px;
	height: 2px;
	background-color: #003660;
}

.vision-wrap .objective .task [class*="list0"] {
	flex:1;
	margin-bottom:0;
}
.vision-wrap .objective .task .list-wrap {
	display:flex;
	gap:16px;
	flex:1;
	align-items: flex-start;
}

.vision-wrap .objective .list06 {
	display:flex;
	justify-content: center;
	gap:32px;
	padding:32px;
	border-radius: 100px;
	background-color: #f3f5f8;
}
.vision-wrap .objective .list06 li {
	flex:1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.vision-wrap .objective .list06 li:nth-child(-n+2) {
	flex:1.5;

}
.vision-wrap .objective .list06 li:not(:first-child)::before {
	content: "";
	display: block;
	position: absolute;
	left: -16px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #cdd6e5;
}
@media (max-width: 1399px) {
	.vision-wrap .objective .task h3 {
		width:80px;
	}
	.vision-wrap .objective .task h3::before {
		width: 80px;
	}
}
@media (max-width: 991px) {
	.vision-wrap .objective .task .list-wrap {
		flex-direction: column;
		width:100%;
	}
	.vision-wrap .objective .list06 {
		flex-direction: column;
		gap:16px;
		border-radius: 24px;
		padding:24px 32px;
	}
	.vision-wrap .objective .list06 li {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
		padding-left:10px;
	}
	.vision-wrap .objective .list06 li:first-child::before, .vision-wrap .objective .list06 li:not(:first-child)::before {
		position:relative;
		content: "";
		display: block;
		left: -10px;
		top: 9px;
		width: 3px;
		height: 3px;
		background-color: #1d1d1d;
		border-radius: 5px;
	}
}
@media (max-width: 767px) {
	.business-group .title {
		font-size: 21px;
	}
	.vision-wrap .objective .task {
		flex-direction: column;
		gap:16px;
		align-items: center;
	}
	.vision-wrap .objective .task h3 {
		text-align: center;
		padding-top:16px;
		margin-bottom:0;
	}
	.vision-wrap .objective .list06 {
		width: 100%;
		padding:24px;
	}
}

.vision-wrap .objective.group-conts .list02 > li {
	font-size:17px;
}

.vision-wrap .objective.group-conts .list03{
	grid-template-columns: repeat(1, 1fr);
}
.vision-wrap .objective.group-conts .list03 > li{
	border:1px solid #98c9ed;
	align-items: flex-start;
	word-break: break-all;
}
.vision-wrap .objective.group-conts .list03 > li div.tit {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height:90px;
	padding:16px;
	border-bottom:1px solid #98c9ed;
	font-size: 17px;
	font-weight: 400;
	color: #003660;
	word-break: keep-all;
}
@media (max-width: 1399px) {
	.vision-wrap .objective.group-conts .list03 > li div.tit {
		font-size: 15px;
		/*padding:0;*/
	}
	.vision-wrap .objective.group-conts .list03 > li ul.con {
		font-size:15px;
	}
}
@media (max-width: 1199px) {
	.vision-wrap .objective.group-conts .list03 > li div.tit, .vision-wrap .objective.group-conts .list03 > li ul.con {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.vision-wrap .objective.group-conts .list03 > li div.tit, .vision-wrap .objective.group-conts .list03 > li ul.con {
		font-size: 17px;
	}
}

.vision-wrap .objective.group-conts .list03:nth-child(2) > li{
	border:1px solid #99afc0;
}
.vision-wrap .objective.group-conts .list03:nth-child(2) > li div.tit {
	background-color: #d7e0e6;
	border-bottom:1px solid #99afc0;
	color: #001526;
}

.vision-wrap .objective.group-conts .list03:nth-child(3) > li{
	border:1px solid #9dcecc;
}
.vision-wrap .objective.group-conts .list03:nth-child(3) > li div.tit {
	background-color: #cfe6e5;
	border-bottom:1px solid #9dcecc;
	color: #063b39;
}


.vision-wrap .objective.group-conts .list03 > li ul.con {
	padding:12px;
	text-align: left;
}
.vision-wrap .objective.group-conts .list03 > li ul.con li {
	padding-left:10px;
	color:#555;
	font-weight: 400;
	/*text-align: justify;*/
	text-align: left;
	word-break: keep-all;
}
.vision-wrap .objective.group-conts .list03 > li ul.con li span {
	display:block;
}
.vision-wrap .objective.group-conts .list03 > li ul.con li::before {
	position:relative;
	content: "";
	display: block;
	left: -10px;
	top: 15px;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 5px;
}

@media (max-width: 991px) {
	.vision-wrap .objective.group-conts .list03 > li ul.con li span {
		display:inline;
	}
}



.vision-wrap .objective .list07 {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap:16px;
	width:100%;
}

.vision-wrap .objective .list07.rise{
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}

.vision-wrap .objective .list07 > li {
	flex:1;
	padding:12px 18px;
	border-radius: 20px;
	background-color: #f3f5f8;
}

.vision-wrap .objective .list07.rise  > li {
	text-align: center;
	font-weight: 700;
	min-width: 138px;
}

.vision-wrap .objective .list07 > li ul.con li {
	padding-left:10px;
	color:#555;
}
.vision-wrap .objective .list07 > li ul.con li::before {
	position:relative;
	content: "";
	display: block;
	left: -10px;
	top: 15px;
	width: 3px;
	height: 3px;
	background-color: #555;
	border-radius: 5px;
}

@media (max-width: 1399px) {
	.vision-wrap .objective .list07 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 991px) {
	.vision-wrap .objective .list07 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.vision-wrap .objective .title01{
	width:100%;
	border-radius: 100px;
	background-color: #CDE4F6;
	color: #003660;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	line-height: 37.5px;
	padding: 13px 48px;
	word-break: keep-all;
	margin-bottom: 32px;
}

.vision-wrap .objective .title02{
	width:100%;
	border-radius: 30px;
	color: #003660;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 37.5px;
	padding: 13px 48px;
	word-break: keep-all;
	margin-bottom: 32px;
	border: 8px solid #CDE4F6;
}

@media (max-width: 991px) {
	.vision-wrap .objective .title01{
		font-size: 20px;
		padding: 13px 28px;
	}
}

.vision-wrap .objective .list08 {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	gap:8px;
	margin-bottom: 32px;
}
.vision-wrap .objective .list08 > li{
	padding: 16px 24px;
	border-radius: 24px;
	border: 1px solid #335E80;
	width: calc(20% - 8px);
	text-align: center;
	min-height: 230px;
}
.vision-wrap .objective .list08 > li .tit{
	font-weight: 700;
}
.vision-wrap .objective .list08 > li .tit i{
	display: inline-block;
	width: 40px;
	height: 32px;
}

.vision-wrap .objective .list08 > li .tit i.con01{
	background: url(../images/content/vision/con01.png) no-repeat center/auto auto;
}
.vision-wrap .objective .list08 > li .tit i.con02{
	background: url(../images/content/vision/con02.png) no-repeat center/auto auto;
}
.vision-wrap .objective .list08 > li .tit i.con03{
	background: url(../images/content/vision/con03.png) no-repeat center/auto auto;
}
.vision-wrap .objective .list08 > li .tit i.con04{
	background: url(../images/content/vision/con04.png) no-repeat center/auto auto;
}
.vision-wrap .objective .list08 > li .tit i.con05{
	background: url(../images/content/vision/con05.png) no-repeat center/auto auto;
}

.vision-wrap .objective .list08 > li .tit:after{
	content: "";
	display: inline-block;
	margin: 16px 0;
	width: 100%;
	height: 1px;
	background-color: #CDD6E5;
}

.vision-wrap .objective .list08 > li .con{
	font-size: 15px;
}

@media (max-width: 991px) {
	.vision-wrap .objective .list08 > li{
		width: calc(50% - 8px);
	}
}

.vision-wrap .objective .list09{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 32px;
	background-color: #F4F5F8;
	color: #003660;
	font-weight: 700;
	padding: 14px 48px;
	border-radius: 30px;
}
.vision-wrap .objective .list09 > li{
	min-width: 12%;
	text-align: center;
}


/* 조직구성 및 참여주체 */
.org-wrap {
	position: relative;
}
.org-wrap ul {
	padding-left:0;
	margin-bottom: 0;
	list-style: none;
}
.org-wrap ul.org_team {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:12px 0;
	border:1px solid #ccd7df;
	border-radius: 8px;
	background-color: #fff;
	color:#1d1d1d;
	text-align: center;
	font-size: 14px;
}
.org-wrap ul.org_team li {
	padding:5px 0;
}

.org-wrap .group_1, .org-wrap .group_2, .org-wrap .group_3{
	display: flex;
	justify-content: center;
	margin-bottom:32px;
}
.org-wrap .group_1, .org-wrap .group_2, .org-wrap .group_3, .org-wrap .group_4, .org-wrap .group_5, .org-wrap .group_6{
	position:relative;
}
.org-wrap .group_1 > strong {
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width:240px;
	height:64px;
	border-radius: 8px;
	background-color: #003660;
	color:#fff;
	font-weight: 700;
}
.org-wrap .group_1::before {
	content: '';
	width: 1px;
	height: 350px;
	border-left: 1px solid #d8d8d8;
	position: absolute;
	z-index: -1;
	left: 50%;
}

.org-wrap .group_1.style01::before {
	height: 297px;
}

.org-wrap .group_2 > strong {
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width:240px;
	height:64px;
	border-radius: 8px;
	background-color: #0062ab;
	color:#fff;
	font-weight: 700;
}
.org-wrap .group_3 {
	margin-bottom:80px;
}

.org-wrap .group_3.style01:before {
	content: '';
	width: 1px;
	height: 160px;
	border-left: 1px solid #d8d8d8;
	position: absolute;
	z-index: -1;
	left: 50%;
}

.org-wrap .group_3 > strong {
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width:240px;
	height:64px;
	border-radius: 8px;
	background-color: #3494de;
	color:#fff;
	font-weight: 700;
}

.org-wrap .group_3 > ul:before{
	content: '';
	width: 50.8%;
	height: 1px;
	border-top: 1px solid #d8d8d8;
	position: absolute;
	z-index: -1;
	left: 50%;
	top:-40px;
	transform: translateX(-50%);
}

.org-wrap .group_3 > ul{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:16px;
}

.org-wrap .group_3 > ul li:before{
	content: '';
	width: 1px;
	height: 40px;
	border-left: 1px solid #d8d8d8;
	position: absolute;
	z-index: -1;
	left: 50%;
	top:-40px;
}

.org-wrap .group_3 > ul li{
	position: relative;
	flex:1;
	display: flex;
	flex-direction: column;
	gap:80px;
	align-items: center;
}

.org-wrap .group_3 > ul li strong{
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width:240px;
	height:64px;
	border-radius: 8px;
	background-color: #019CBE;
	color:#fff;
	font-weight: 700;
}

.org-wrap .group_3 > ul li strong:after{
	content: '';
	width: 1px;
	height: 40px;
	border-left: 1px solid #d8d8d8;
	position: absolute;
	z-index: -1;
	top:64px;
	left: 50%;
}

.org-wrap .group_3 > ul li .group_5.style02 > ul{
	grid-template-columns: repeat(2, 1fr);
}


.org-wrap .group_4 {
	position:absolute;
	right:0;
	top:0;
	width:216px;
	display: flex;
	flex-direction: column;
	gap:8px;
}
.org-wrap .group_4 > strong {
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height:64px;
	border-radius: 8px;
	background-color: #0b8481;
	color:#fff;
	font-weight: 700;
}
.org-wrap .group_5::before {
	content: '';
	width: 81.5%;
	height: 1px;
	border-top: 1px solid #d8d8d8;
	position: absolute;
	z-index: -1;
	left: 50%;
	top:-40px;
	transform: translateX(-50%);
}

.org-wrap .group_5.style01:before{
	width: 67.7%;
}
.org-wrap .group_5.style02:before{
	width: 51.7%;
}

.org-wrap .group_5 > ul {
	display:grid;
	grid-template-columns: repeat(5, 1fr);
	gap:16px;
}

.org-wrap .group_5.style01 > ul{
	grid-template-columns: repeat(3, 1fr);
}

.org-wrap .group_5.style02 > ul{
	grid-template-columns: repeat(4, 1fr);
}

.org-wrap .group_5 > ul li {
	position: relative;
	flex:1;
	display: flex;
	flex-direction: column;
	gap:8px;
}
.org-wrap .group_5 > ul >li::before {
	content: '';
	width: 1px;
	height: 40px;
	border-left: 1px solid #d8d8d8;
	position: absolute;
	z-index: -1;
	left: 50%;
	top:-40px;
}
.org-wrap .group_5 > ul li strong {
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height:76px;
	border:1px solid #99aec0;
	border-radius: 8px;
	background-color: #e6ebef;
	color:#003660;
	font-weight: 700;
	padding:0 5px;
}
.org-wrap.teamgroup .group_5 > ul li strong {
	height:64px;
}

@media (max-width: 1399px) {

	/*.org-wrap .group_1.style01::before{*/
	/*	height: 350px;*/
	/*}*/

	/*.org-wrap .group_3 > ul{*/
	/*	grid-template-columns: repeat(1, 1fr);*/
	/*}*/

	/*.org-wrap .group_3 > ul:before{*/
	/*	display: none;*/
	/*}*/

	/*.org-wrap .group_3 > ul li:before{*/
	/*	display: none;*/
	/*}*/
	/*.org-wrap .group_3 > ul li .group_5.style02 > ul li span:before{*/
	/*	content: '';*/
	/*	width: 1px;*/
	/*	height: 40px;*/
	/*	border-left: 1px solid #d8d8d8;*/
	/*	position: absolute;*/
	/*	z-index: -1;*/
	/*	left: 50%;*/
	/*	top: -40px;*/
	/*}*/

	.org-wrap .group_3 > ul li span{
		width: 195px;
	}

}

@media (max-width: 1200px) {

	.org-wrap .group_3 > ul:before{
		width: 45.5%;
	}

}
@media (max-width: 991px) {
	.org-wrap .group_1::before {
		height: 650px;
	}
	.org-wrap .group_3 {
		margin-bottom:32px;
	}
	.org-wrap .group_3 > ul li span{
		width: 160px;
	}

	.org-wrap .group_3 > ul:before{
		width: 51.2%;
	}

	.org-wrap .group_4 {
		position:relative;
		width:100%;
		margin-bottom:80px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:8px;
	}
	.org-wrap .group_4 > span {
		width:240px;
	}
	.org-wrap .group_4 > ul {
		width:240px;
	}
	.org-wrap .group_5 > ul {
		grid-template-columns:repeat(3, 1fr);
	}
	.org-wrap .group_5::before {
		width: 68.3%;
	}
	.org-wrap .group_5 > ul >li:nth-child(4)::before, .org-wrap .group_5 > ul >li:nth-child(5)::before {
		display: none;
	}

	.org-wrap.teamgroup .group_3 {
		margin-bottom:80px;
	}
	.org-wrap.teamgroup .group_5 > ul {
		grid-template-columns:repeat(5, 1fr);
	}
	.org-wrap.teamgroup .group_5::before {
		width: 81.9%;
	}
	.org-wrap.teamgroup .group_5.style02 > ul {
		grid-template-columns:repeat(4, 1fr);
	}
	.org-wrap.teamgroup .group_5.style02::before {
		width: 51.7%;
	}

	.org-wrap.teamgroup .group_5 > ul >li:nth-child(4)::before, .org-wrap.teamgroup .group_5 > ul >li:nth-child(5)::before {
		display: block;
	}

}
@media (max-width: 767px) {
	.org-wrap .group_1::before {
		height: 532px;
	}

	.org-wrap .group_3 > ul li .group_5.style02 > ul{
		grid-template-columns: repeat(1, 1fr);
	}

	.org-wrap .group_3 > ul:before{
		width: 39.2%;
	}

	.org-wrap .group_3 > ul li span{
		width: 180px;
	}

	.org-wrap.teamgroup .group_5.style02::before {
		display: none;
	}



	.org-wrap .group_5 > ul {
		grid-template-columns:repeat(2, 1fr);
	}
	.org-wrap .group_5::before {
		width: 51.7%;
	}
	.org-wrap .group_5 > ul >li:nth-child(3)::before, .org-wrap .group_5 > ul >li:nth-child(4)::before, .org-wrap .group_5 > ul >li:nth-child(5)::before {
		display: none;
	}
	.org-wrap.teamgroup .group_5 > ul {
		grid-template-columns:repeat(3, 1fr);
	}
	.org-wrap.teamgroup .group_5::before {
		width: 69%;
	}
	.org-wrap.teamgroup .group_5.style02 > ul {
		grid-template-columns:repeat(2, 1fr);
	}

	.org-wrap.teamgroup .group_5 > ul >li:nth-child(3)::before {
		display:block;
	}
	.org-wrap.teamgroup .group_5 > ul >li:nth-child(4)::before, .org-wrap.teamgroup .group_5 > ul >li:nth-child(5)::before {
		display: none;;
	}
}
@media (max-width: 450px) {

	/*.org-wrap .group_3 > ul li .group_5.style02 > ul{*/
	/*	grid-template-columns: repeat(1, 1fr);*/
	/*}*/

	.org-wrap .group_3 > ul li{
		gap: 40px;
	}


	.org-wrap .group_3 > ul li span{
		width: 164px;
	}

	.org-wrap .group_1, .org-wrap .group_2, .org-wrap .group_3, .org-wrap .group_4 {
		margin-bottom:16px;
	}
	.org-wrap .group_1 > span, .org-wrap .group_2 > span, .org-wrap .group_3 > span, .org-wrap .group_4 > span, .org-wrap .group_4 > ul {
		width:100%;
	}
	.org-wrap .group_1::before, .org-wrap .group_5::before, .org-wrap .group_5 > ul >li::before {
		display: none;
	}

	.org-wrap.teamgroup .group_1, .org-wrap.teamgroup .group_2, .org-wrap.teamgroup .group_3, .org-wrap.teamgroup .group_4 {
		margin-bottom:16px;
	}
	.org-wrap.teamgroup .group_5 > ul >li:nth-child(3)::before {
		display:none;
	}
	.org-wrap .group_5 > ul, .org-wrap.teamgroup .group_5 > ul {
		grid-template-columns:repeat(1, 1fr);
	}
}


.banner-list {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap:16px;
	padding-left:0;
	color:#1d1d1d;
	list-style: none;
}
.banner-list li {
	position: relative;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/*padding:20px 10px;*/
	height: 80px;
	background-color: #f2f5f7;
	border-radius: 8px;
}
.banner-list li:hover{
	background-color: #dadcde;
}

@media (max-width: 1400px) {
	.banner-list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 991px) {
	.banner-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.banner-list {
		grid-template-columns: repeat(1, 1fr);
	}
}


/* PI */
.pi-wrap {
	margin-bottom: 40px;
	border:1px solid #ccd7df;
	border-radius: 24px;
}
.pi-wrap .pi {
	position: relative;
	height:240px;
	/*background-image: url(../images/logo.svg), url(../images/content/bg_pi.gif) ;*/
	background-image: url(../images/ci/ci_koen_w.png), url(../images/content/bg_pi.gif) ;
	background-size:auto 49%, auto;
	background-position: center center, 0 0;
	background-repeat: no-repeat, repeat ;
}
.pi-wrap .txt {
	padding:29px 0;
	border-top:1px solid #ccd7df;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap:56px;

}
.pi-wrap .txt p {
	display:flex;
	gap:24px;
	align-items: center;
	font-weight: 700;
}
.pi-wrap .txt p span{
	display: inline-block;
	width:40px;
	height:40px;
	border-radius: 100%;
}
.pi-wrap .txt p:nth-child(1) span{
	background-color: #4babdf;
}
.pi-wrap .txt p:nth-child(2) span{
	background-color: #63b157;
}
.pi-wrap .txt p:nth-child(3) span{
	background-color: #e27e3a;
}
@media (max-width: 780px) {
	.pi-wrap .pi {
		background-size:80% auto, auto;
	}
	.pi-wrap .txt {
		flex-direction: column;
		gap:24px;
	}
	.pi-wrap .txt p {
		width:75%;
	}
}


/* 총괄운영센터 - 주요업무 */
.general_operation {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:24px;
	list-style: none;
	padding-left:0;
	margin-bottom:0;
}
.general_operation li {
	position:relative;
	padding:48px 0;
	border-radius: 12px;
	text-align: center;
	color:#555;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:16px;
}
.general_operation li::after {
	content: '';
	display: block;
	position:absolute;
	left:50%;
	top:-1px;
	transform: translateX(-50%);
	width:48px;
	height:2px;
}
.general_operation li:nth-child(odd) {
	border:1px solid #99aec0;
}
.general_operation li:nth-child(odd)::after {
	background-color: #003660;
}
.general_operation li:nth-child(even) {
	border:1px solid #98c8ed;
}
.general_operation li:nth-child(even)::after {
	background-color: #0079d5;
}

.general_operation li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width:80px;
	height:80px;
	border-radius: 100%;
	font-size: 40px;
}
.general_operation li .tit {
	margin-top:8px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}
.general_operation li:nth-child(odd) .tit {
	color:#003660;
}
.general_operation li:nth-child(even) .tit {
	color:#004a80;
}
.general_operation li:nth-child(odd) span {
	background-color:#e6ebef;
	color:#003660;
}
.general_operation li:nth-child(even) span {
	background-color:#e4ecf4;
	color:#004a80;
}

@media (max-width: 991px) {
	.general_operation {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.general_operation {
		grid-template-columns: repeat(1, 1fr);
	}
}


/* 총괄운영센터 - 오시는길 */
.map-wrap {
	position:relative;
}
.map-wrap .root_daum_roughmap {
	width:100% !important;
}
.root_daum_roughmap {
	border-bottom:1px solid #ddd;
}
.root_daum_roughmap .wrap_controllers{
	display:none !important;
}
.map-wrap .map_btn{
	position: absolute;
	right: 0;
	bottom:0;
	z-index:9;
}
.map-wrap .map_btn a{
	display: block;
	padding:10px 20px;
	font-size:19px;
	border-radius: 12px 0 0 0;
	background:#003660;
	color: #fff;
}

.map_info {
	margin-top: 16px;
	color:#555;
}
.map_info ul {
	margin: 0;
	padding-left:0;
	list-style: none;
}
.map_info ul li {
	display: flex;
	margin-bottom: 8px;
}
.map_info [class*="info_"] {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #ccd7df;
	display: grid;
	grid-template-columns: 24% 76%;
	align-items: center;
}
.map_info [class*="info_"] li span {
	margin-right:5px;
	padding:4px 12px;
	border:1px solid #ddd;
	border-radius: 50px;
	line-height: 1;
	height:27px;
}
.map_info .title {
	color:#1d1d1d;
	font-weight:700;
	font-size:19px;
	display: flex;
	align-items: center;
	gap:16px;
}
.map_info .title span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	font-size: 21px;
	background-color: #e6ebef;
	color: #003660;
}
.map_info .info_1, .map_info .info_4 {
	align-items: flex-start;
}
.map_info .info_1 ul {
	margin-top:24px;
}
.map_info .info_4 .transportation p {
	font-weight: 700;
	margin-bottom:5px;
	color:#1d1d1d;
}
.map_info .info_4 .transportation p  i {
	font-size: 15px;
	margin:0 5px;
}
.map_info .info_4 .transportation ul:not(:last-child) {
	margin-bottom:24px;
}

@media (max-width: 991px) {
	.map_info [class*="info_"] {
		grid-template-columns: 1fr;
		gap:8px;
	}
	.map_info .title {
		gap:12px;
	}
	.map_info .title span {
		width:40px;
		height:40px;
		font-size: 19px;
	}
	.map_info [class*="info_"] .conts, .map_info .info_4 .transportation {
		margin-left:50px;
	}
}
@media (max-width: 500px) {
	.map-wrap .root_daum_roughmap {
		height:350px;
	}
	.map-wrap .wrap_btn_zoom {
		display: none !important;
	}
}



/* 서비스도우미 */

.guide-wrap h3 span {
	margin-left:32px;
	font-size: 17px;
	font-weight: 400;
}
.guide_box {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:40px;
	border: 1px solid #ccd7df;
	border-radius: 12px;
	padding: 32px;
}
.guide_box .img-wrap {
	display:flex;
	align-items: center;
	justify-content: center;
	max-height: 280px;
	background-color: #f3f5f7;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #E4E4E4;
}
.guide_box .img-wrap img {
	/*height:100%;*/
	/*width:auto;*/
	width: 100%;
	height: auto;
}
.guide_box .conts-wrap {
	flex:1;
	padding-bottom: 30px;
}
.guide_box .conts-wrap:last-child{
	padding-bottom: 0;
}
.guide_box .conts-wrap ol {
	margin:24px 0;
	padding-left:20px;
	list-style: none;
	counter-reset:list-number;
}
.guide_box .conts-wrap ol li {
	margin-bottom:5px;
	counter-increment:list-number;
	list-style-position: inside;
	text-indent: -20px;
}
.guide_box .conts-wrap ol li:before{
	content: counter(list-number) ') ';
}

.guide_box .conts-wrap .txt {
	padding:16px 24px;
	margin-bottom:24px;
	background-color: #f3f5f7;
	border-radius: 8px;
	font-size: 15px;
}
@media (max-width: 767px) {
	.guide-wrap h3 {
		font-size: 21px;
	}
	.guide-wrap h3 span {
		display: block;
		margin:0 0 24px;
	}
	.guide_box {
		grid-template-columns: 1fr;
		gap:8px;
		padding:24px;
	}
	.guide_box .conts-wrap .txt {
		margin-bottom:0;
	}
}

/* 사업개요 */
.business-overview {
	display:flex;
	flex-direction: column;
	gap:56px;
	align-items: center;
	width:100%;
}
.business-overview ul {
	list-style: none;
	padding-left: 0;
}
@media (min-width: 1200px) {
	.business-overview {
		gap:80px;
	}
}

.business-overview .effect {
	display: flex;
	flex-direction: column;
	gap:32px;
	align-items: center;
	width:100%;
	padding:0 32px;
}
.business-overview .effect h3 {
	position: relative;
	width:20%;
	margin:0;
	padding: 10px 24px;
	background-color: #003660;
	border-radius: 50px;
	color:#fff;
	font-size: 19px;
	text-align: center;
}
@media (max-width: 500px) {
	.business-overview .effect {
		padding:0;
	}
}
@media (max-width: 991px) {
	.business-overview .effect h3 {
		width:100%;
	}
}
@media (min-width: 1200px) {
	.business-overview .effect {
		padding:0;
	}
}

.business-overview .conts_diagram {
	width:100%;
	padding:0;
	display:flex;
	flex-direction: column;
	justify-content: center;
	gap:32px;
	align-items: center;
}


.business-overview .conts_diagram > li {
	padding:32px 16px;
	border-width: 1px;
	border-style: solid;
	border-radius:24px;
	flex:1;
}
.business-overview .conts_diagram > li:nth-child(1){
	border-color:#fff;
	background-color: #f2f8fe;

}
.business-overview .conts_diagram > li:nth-child(2){
	border-color:#fff;
	background-color: #f3f5f7;

}
.business-overview .conts_diagram > li:nth-child(3){
	border-color:#fff;
	background-color: #e7f4f3;
}
.business-overview .conts_diagram > li:nth-child(4){
	border-color:#fff;
	background-color: #f2f8fe;

}
.business-overview .conts_diagram > li:nth-child(5){
	border-color:#fff;
	background-color: #f3f5f7;

}
.business-overview .conts_diagram > li:nth-child(6){
	border-color:#fff;
	background-color: #e7f4f3;
}


.business-overview .conts_diagram .tit{
	position:relative;
	margin-bottom:16px;
	padding: 0 0 16px;
	border-bottom: 1px dashed #d8d8d8;
	font-size: 19px;
	font-weight: 700;
	color:#1d1d1d;
	text-align: center;
}
.business-overview .conts_diagram .tit br {
	display: none;
}
.business-overview .conts_diagram .tit::before {
	display: none;
}
.business-overview .conts_diagram p {
	padding:0 16px;
	color:#1d1d1d;
}
.business-overview .conts_diagram p.center{
	text-align: center;
}

.business-overview .conts_diagram > li:nth-child(1) p strong {
	color: #0079d5;
}
.business-overview .conts_diagram > li:nth-child(2) p strong {
	color: #003660;
}
.business-overview .conts_diagram > li:nth-child(3) p strong {
	color: #0b8481;
}
.business-overview .conts_diagram > li > ul {
	padding:0 16px;
}
.business-overview .conts_diagram > li > ul > li {
	position: relative;
	margin-bottom:12px;
	padding-left: 12px;
	word-break: break-all;
	color:#1d1d1d;
}
.business-overview .conts_diagram > li > ul > li:last-child {
	margin-bottom:0;
}
.business-overview .conts_diagram > li > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #1d1d1d;
}


@media (min-width: 1200px) {
	.business-overview .conts_diagram {
		flex-direction: row;
		margin-top: 0;
		align-items: normal;
	}
	.business-overview .effect.style01 .conts_diagram{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.business-overview .conts_diagram p {
		text-align: justify;
		word-break: break-all;
	}
	.business-overview .conts_diagram .tit br {
		display: block;
	}
}

/* 추진현황 */
.progress_status {
	display: flex;
	flex-direction: column;
	gap:80px;
}
.progress_status ul {
	list-style: none;
	padding-left:0;
	margin-bottom: 0;
}
.progress_status .conts-box {
	display: flex;
	flex-direction: column;
	gap:16px;
	color:#555;
	position: relative;
}
.progress_status .conts-box:not(:first-child) h3::before {
	content: '';
	display: block;
	position:absolute;
	left:50%;
	top:-60px;
	transform: translateX(-50%);
	width: 60px;
	height: 37px;
	background: url(../images/content/ico_down.svg) no-repeat center center;
	z-index: -1;
	filter: grayscale(1);
}
.progress_status .conts-box h3 {
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	text-align: center;
	padding:20px;
	margin-bottom: 0;
	background-color: #003660;
	border-radius: 12px;
	color:#fff;
}
.progress_status .conts-box:nth-child(2) h3 {
	background-color: #0079d5;
}
.progress_status .conts-box:nth-child(3) h3 {
	background-color: #009cbd;
}
.progress_status .conts-box:nth-child(4) h3 {
	background-color: #0b8480;
}
.progress_status .conts-box:nth-child(5) h3 {
	background-color: #e27e3a;
}
.progress_status .conts-box h3::before {
	display: none;
}
.progress_status .conts-box > ul {
	display: flex;
	gap: 24px;
	width: 100%;
}

.progress_status .conts-box > ul.center{
	text-align: center;
}

.progress_status .conts-box > ul.center li{
	justify-content: center;
}


.progress_status .conts-box > ul > li {
	background-color: #f2f5f7;
	border:1px solid #99afbf;
	border-radius: 8px;
	padding:20px 16px;
	color:#1d1d1d;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: start;
	flex:1;
}

.progress_status .conts-box > ul > li strong {
	text-align: center;
}
.progress_status .conts-box > ul > li > ul {
	margin-top:10px;
}

.progress_status .conts-box > ul > li > ul > li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 12px;
	word-break: break-all;
	color: #555;
	font-size: 16px;
}
.progress_status .conts-box > ul > li > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #1d1d1d;
}

.progress_status .conts-box:nth-child(2) ul li {
	background-color: #f2f8fd;
	/*border:1px solid #99c9ee;*/
}
.progress_status .conts-box:nth-child(3) ul li {
	background-color: #f2fafc;
	/*border:1px solid #99d7e5;*/
}
.progress_status .conts-box:nth-child(4) ul li {
	background-color: #f3f9f9;
	/*border:1px solid #9dcecc;*/
}
.progress_status .conts-box:nth-child(5) ul li {
	background-color: #fef8f5;
	/*border:1px solid #f3cbb0;*/
}

@media (max-width: 767px) {
	.progress_status .conts-box ul {
		flex-direction: column;
		gap:16px;
	}
}
@media (max-width: 450px) {

}
@media (min-width: 991px) {
	.progress_status .conts-box {
		display: flex;
		flex-direction: row;
		gap:24px;
	}
	.progress_status .conts-box h3 {
		width:150px;
	}

}



/* 일반테이블 - 라인 */
.tbl-wrap {
	padding-top:10px;
	clear:both;
}
.tbl-wrap table {
	width:100%;
	border-top:1px solid #000;
	table-layout:fixed;
}
.tbl-wrap table caption {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.tbl-wrap thead th {
	padding:20px 24px;
	font-size:17px;
	background-color:#fff;
	border-bottom:1px solid #dddddd;
	font-weight:700;
	color:#1d1d1d;
	text-align:center;
	white-space:nowrap;
}
.tbl-wrap td {
	padding:20px 24px;
	border-bottom:1px solid #dddddd;
	color:#555;
	text-align:center;
}
.tbl-wrap td a:hover {
	text-decoration:underline;
}
.tbl-wrap td .btn_area a:hover {
	text-decoration:none;
}
.tbl-wrap a:focus {
	text-decoration:underline;
}
.tbl-wrap td.tit {
	font-weight: 700; color:#1d1d1d;
}

@media all and (max-width:768px){
	.tbl-wrap table {
		table-layout:fixed;
	}
	.tbl-wrap tr {
		display:block;
		padding:9px 0 11px;
		border-bottom:1px solid #dedede;
	}
	.tbl-wrap colgroup, .tbl-wrap caption,
	.tbl-wrap colgroup, .tbl-wrap thead {
		display:none;
	}
	.tbl-wrap td {
		display:block;
		width:100%;
		padding:1px 0;
		border:0 none;
		text-align:left;
		line-height:1.6;
	}
	.tbl-wrap td::before {
		margin-right:5px;
		font-weight:700;
		color:#1d1d1d;
		content:attr(data-label);
	}
	.tbl-wrap tr + tr td {
		border:0 none;
	}
}


/* 이북 콘텐츠 */
.ebook-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.ebook-wrap .ebook-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc( 50% - 15px );
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 20px 10px;
	text-align: center;
	background-color: #eee;
	border-radius: 10px;
}
@media (min-width: 991px) {
	.ebook-wrap .ebook-list {
		width: calc( 34.2% - 30px );
		margin-right: 30px;
		margin-bottom: 30px;
		padding: 20px;
	}
}
@media (max-width: 991px) {
	.ebook-wrap .ebook-list:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media (min-width: 991px) {
	.ebook-wrap .ebook-list:nth-of-type(3n) {
		margin-right: 0;
	}
}
.ebook-wrap .ebook-list .ebook-title {
	margin-bottom: 15px;
	color: #1d1d1d;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
}
.ebook-wrap .ebook-list .ebook-img {
	margin-bottom: 10px;
}
.ebook-wrap .ebook-list img {
	max-width: 100%;
}
.ebook-wrap .ebook-list .ebook-btngroups a {
	color: #1d1d1d;
	font-size: 14px;
}

