@charset "utf-8";

p {
	line-height: 1.5
}
h2 {
	color: #222222;
	font-size: 2.8125em;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	border-left: 0;
	padding-left: 0;
	margin: 0 0 70px 0;
}

/* sub-page */
.sub-page {
	padding-top: 0;
}
.sub-page #page_nav {
	position: static;
	text-align: right;
	margin-bottom: 100px;
	display: inline-block;
	float: right;
}
.sub-page #page_nav li {
	background: url(/resources/images/fund/sub/breadcrumb_icon.gif) no-repeat left center;
	padding: 1px 13px;
	color: #333333;
	font-size: 0.875em;
}
.sub-page #page_nav li:first-child {
	background: none;
}
.sub-page #page_nav li:before {
	content: none;
}

/* sub-top */
.sub-top {
	background-image: url(/resources/images/ai/sub/sub_top_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 490px;
	padding-top: 190px;
	color: #010101;
	text-align: center;
	position: relative;
}
.sub-top .sub-top-ttl {
	font-size: 3em;
	font-weight: 500;
}
.sub-top .sub-top-text {
	font-size: 0.95em;
	color: rgba(255, 255, 255, .88);
	display: none;
}
.breadcrumb {
	display: inline-block;
}

/* #body */
#body {
	margin-top: 0px;
	min-height: 518px;
}
#body>.fix-layout {
	background-color: #ffffff;
	padding: 90px 40px !important;
}
.body-content {
	padding: 0px 0 110px;
	word-break: keep-all;
	word-break: normal;
}
.non_style {
	background: none !important
}
div#board_item_list dt {
	width: 130px
}

/* title style */
h3 {
	background: url(/resources/images/walfare/sub/deco-line.png) no-repeat 0px 0px;
	padding-top: 12px;
	font-size: 1.9em;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333;
	margin-top: 40px
}
h4 {
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 20px;
	color: #2865bf;
}
h5 {
	background: url(/resources/images/walfare/sub/deco02.gif) no-repeat 0px 4px;
	padding-left: 25px;
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 10px;
	color: #383838;
	clear: both;
	line-height: 1.35;
	margin-bottom: 10px;
}
h6 {
	margin: 10px 0px;
	font-weight: 500;
	font-size: 1.1em
}

/* intro_01 */
.intro_01:after {
	display: block;
	clear: both;
	content: '';
}
.intro_01 .greeting-title {
	color: #0064eb;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 50px;
}
.intro_01 .content-left {
	width: 60%;
	float: left;
	color: #727272;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
}
.intro_01 .content-right {
	float: right;
	width: 40%;
	text-align: right;
}
.intro_01 .president-name {
	font-size: 24px;
	color: #373737;
	width: 100%;
	float: left;
}

@media all and (max-width: 1200px) {
	.intro_01 .content-left {
		width: 57%;
	}
}

/* sitemap */
.sitemap {
	width: 100%;
	display: inline-block
}
.sitemap a {
	display: block;
}
.sitemap > ul {
	display: flex;
    flex-wrap: wrap;
    gap: 25px 30px;
}
.sitemap > ul > li {
	flex: 0 0 calc((100% / 3) - 20px);
}
.sitemap > ul > li > a {
	background: #2763bb;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.sitemap > ul > li > ul > li {
	margin-bottom: 5px;
}
.sitemap > ul > li > ul > li > a {
	border: 1px solid #dedede;
	color: #525252;
	border-radius: 5px;
	font-weight: 500;
	padding: 16px;
}
.sitemap > ul > li > ul > li > a:hover {
	color: #2763bb;
	border: 2px solid #2763bb;
}
.sitemap > ul > li > ul > li > ul > li {
	position: relative;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	color: #4d4d4d;
	padding: 2px 0 2px 13px;
	margin-left: 10px;
}
.sitemap > ul > li > ul > li > ul > li:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #666;
	top: 12px;
	margin-top: -3px;
	left: 0;
	border-radius: 50%;
}
.sitemap > ul > li > ul > li > ul > li > ul > li a {
	color: #0E1968;
	width: 89%;
	content: "";
	font-weight: 400;
	padding: 2px 0;
}
.sitemap > ul > li > ul > li > ul > li > ul > li > ul {
	border: 1px solid #dedede;
	width: 89%;
	border-radius: 5px;
	padding: 8px
}
.sitemap > ul > li > ul > li > ul > li > ul > li > ul > li a {
	color: #0E1968;
	width: 89%;
	font-weight: 300;
}
.sitemap > ul > li:last-child {
	display: none
}
@media all and (max-width: 767px) {
	.sitemap > ul > li {
		flex:  1 1 100%;
	}
}

/* login */
.lgn {
	display: inline-block;
	width: 100%;
	padding: 45px;
	border: solid 1px #e8eaed;
}
.lgn .lgn-info {
	float: left;
	width: 60%;
	padding: 95px 0 80px 0;
	background: url(/resources/images/korean/sub/login_star.jpg) no-repeat right top;
}
.lgn .lgn-info .lgn-info-w {
	background: url(/resources/images/korean/sub/login_lock.jpg) no-repeat 0 22px;
}
.lgn .lgn-info .lgn-info-w .lgn-info-txt01 {
	margin: 0 0 0 80px;
	padding: 0;
	font-size: 1.067em;
	font-weight: 400;
	color: #343434;
}
.lgn .lgn-info .lgn-info-w .lgn-info-txt02 {
	margin: 0 0 0 80px;
	padding: 0;
	font-size: 3.333em;
	font-weight: 500;
	color: #343434;
	letter-spacing: -0.07em;
}
.lgn .lgn-info .lgn-info-w .lgn-info-txt02-red {
	color: #be222f;
}
.lgn .lgn-info .lgn-info-w .lgn-info-txt02-black {
	color: #010101;
}
.lgn .lgn-info .lgn-info-w .lgn-info-txt03 {
	margin: 0;
	padding: 0;
	font-size: 1.067em;
	color: #6b6b6b;
	letter-spacing: -0.07em;
}
.lgn .lgn-ipt {
	float: left;
	position: relative;
	width: 40%;
	margin: 115px 0 0 0;
	padding: 0;
}
.lgn .lgn-ipt .lgn-ipt-form {
	width: auto;
	padding: 0 145px 0 0;
}
.lgn .lgn-ipt .lgn-ipt-form legend {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0px;
	float: left;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
}
.lgn .lgn-ipt .lgn-ipt-form .lgn-ipt-combo {
	padding: 0 0 10px 0;
	color: #464646;
}
.lgn .lgn-ipt .lgn-ipt-form ul {
	position: relative;
}
.lgn .lgn-ipt .lgn-ipt-form ul li {
	position: relative;
	margin-bottom: 5px;
	padding: 0;
}
.lgn .lgn-ipt .lgn-ipt-form ul li label {
	position: absolute;
	top: 0;
	left: 12px;
	line-height: 42px;
	color: #464646;
}
.lgn .lgn-ipt .lgn-ipt-form ul li input {
	width: 96%;
	min-width: 120px;
	height: 42px;
	padding: 0 12px;
	border: solid 1px #eee;
}
.lgn .lgn-ipt .lgn-ipt-form .lgn-btn {
	position: absolute;
	bottom: 6px;
	right: 0;
	width: 145px;
	height: 89px;
	font-size: 1.1133em;
	color: #fff;
	background-color: #be222f;
	border: 1px;
	border-color: #be222f;
	border-radius: 5px;
	outline: none;
}

/* 갤러리리스트(빌더추가) */
.ui-view .detail-title {
	font-size: 1.5em;
	font-weight: 400;
	width: 100%;
	padding-bottom: 20px;
	margin-top: 25px;
	color: #fff;
	position: relative;
	background: #2763bb;
	padding: 15px;
	margin: 0px;
	text-align: center
}
#searchVO .ui-gallery div {
	display: block;
}
#board_item2_view .detail-con-title {
	display: none !important;
}
#board_item2_view {
	position: relative;
	font-size: 15px;
	/* border: 1px solid #e1e1e1; */
	border-left-width: 0px;
	border-right-width: 0px;
	overflow: hidden;
	background: #fff;
	width: 100%;
	display: inline-block;
	float: right;
}
#board_item2_view dl {
	display: table;
	position: relative;
	width: 60%;
	float: left;
	min-height: 20px;
	line-height: 25px;
	margin: 0;
	z-index: 1;
	background: #ffffff;
	border-bottom: #d7d7d7 1px solid;
}
#board_item2_view dt {
	display: table-cell;
	position: relative;
	width: 140px;
	padding: 15px 10px 15px 20px;
	font-weight: 500;
	color: #2763bb;
	border-radius: 5px;
	background: #f1f1f1
}
#board_item2_view dd {
	display: table-cell;
	position: relative;
	vertical-align: top;
	padding: 15px 2px 15px 15px;
}
#board_item2_view dd input[type="text"],
#board_item2_view dd input[type="password"],
#board_item2_view dd textarea {
	width: 100%;
}
#board_item2_view dd input[type="text"].small,
#board_item2_view dd input[type="password"].small {
	width: 30%;
}
#board_item2_view dd input[type="text"],
#board_item2_view dd input[type="password"],
#board_item2_view dd textarea,
#board_item2_view dd select {
	height: 25px;
	border: 1px solid #ddd;
	padding: 0 5px;
	box-sizing: border-box;
}
#board_item2_view dd textarea {
	height: 200px;
	padding: 5px;
}
#board_item2_view .photo-left img {
	width: 100%;
}
#board_item2_view .board_content {
	width: 100%;
	min-height: 20px !important;
	padding-left: 0;
	padding-top: 15px;
	border: 0px;
}
#board_item2_view .board_content dt,
#board_item2_view .board_content dd {
	display: block;
	padding-left: 0;
	width: 100% !important;
	min-height: 10px;
}
#board_item2_view dl p {
	padding-top: 10px;
}
#board_item2_view .photo-left {
	width: 35% !important;
	margin-right: 4%;
}
#board_item2_view dl:nth-child(4n+2) {
	border-top: #d7d7d7 1px solid
}

@media all and (max-width: 1200px) {
	/************************************************
		Sub Page Style
	*************************************************/
	h2 {
		margin-left: -400px;
	}
	.sub-page #page_nav,
	h2 {
		background-color: #ffffff;
		margin-top: 90px;
		margin-bottom: 30px;
	}
	.sub-page #page_nav {
		padding-bottom: 25px;
	}
	h2,
	.cont>h2 {
		padding-left: 20px;
		font-size: 1.5em;
		background: #fff;
	}
	.cont>h2 {
		margin-top: 20px;
	}
	.cont:first-child {
		margin-bottom: 40px
	}

	/************************************************
		Sub layout Style
	*************************************************/
	.sub-top {
		border-top: 1px solid #b9b9b9;
		height: 300px;
		padding-top: 150px;
	}
	.sub-top .sub-top-ttl {
		margin-bottom: 0px;
		font-size: 1.6875em;
	}
	.sub-top .sub-top-text {
		font-size: 0.671em;
	}
	#body {
		margin-top: 0;
		min-height: auto;
	}
	#body>.fix-layout {
		background-color: #fff;
		padding: 0 !important;
	}
	.body-content {
		background-color: #ffffff;
		padding: 20px 20px 50px;
	}

	/************************************************
		Sub contents
	*************************************************/
	/* intro_01 */
	.intro_01 .greeting-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.intro_01 .content-left {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.intro_01 .president-name {
		font-size: 20px;
	}

	/* login */
	.lgn .lgn-info {
		width: 55%;
	}
	.lgn .lgn-info .lgn-info-w {
		background: url(/resources/images/korean/sub/login_lock.jpg) no-repeat 0 0;
		min-height: 100px;
	}
	.lgn .lgn-info .lgn-info-w .lgn-info-txt02 {
		font-size: 2.5em;
	}
	.lgn .lgn-info .lgn-info-w .lgn-info-txt03 {
		display: none;
	}
	.lgn .lgn-ipt {
		width: 45%;
	}
	.lgn .lgn-ipt .lgn-ipt-form {
		padding: 0 100px 0 0;
	}
	.lgn .lgn-ipt .lgn-ipt-form .lgn-btn {
		width: 90px;
	}
}

@media all and (max-width: 1000px) {
	h2 {
		margin-left: 0;
	}
	/* intro_01 */
	.intro_01 .content-left {
		float: none;
		width: 100%
	}
	.intro_01 .content-right {
		display: none;
	}
}

@media all and (max-width: 767px) {
	/************************************************
		Sub Page Style
	*************************************************/
	#body {
		padding: 0px 10px
	}
	.sub-page #page_nav,
	h2 {
		background-color: transparent;
		float: none;
		margin-bottom: 0;
	}
	.cont>h2 {
		margin-top: 0;
		padding-top: 0;
	}
	h2 {
		padding-top: 23px;
		font-size: 1.428em;
		margin-right: 20px;
	}

	/************************************************
		Sub layout Style
	*************************************************/
	.sub-top {
		display: none;
	}

	/* login */
	.lgn .lgn-info {
		width: 100%;
		padding: 0;
		background: none;
	}
	.lgn .lgn-info .lgn-info-w .lgn-info-txt01 {
		font-size: 1em;
	}
	.lgn .lgn-info .lgn-info-w .lgn-info-txt02 {
		font-size: 2.3em;
	}
	.lgn .lgn-ipt {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.lgn .lgn-ipt .lgn-ipt-form {
		padding: 0 100px 0 0;
	}
}

@media all and (max-width: 551px) {
	.sub-page #page_nav {
		padding-bottom: 0;
		padding-left: 20px;
		margin-top: 20px;
	}
}

@media all and (max-width: 450px) {
	.intro_01 .greeting-title {
		font-size: 17px;
	}
	.intro_01 .content-left {
		font-size: 14px;
	}
	.intro_01 .president-name {
		font-size: 17px;
	}

	/* login */
	.lgn .lgn-info .lgn-info-w {
		min-height: 0;
		background: none;
	}
	.lgn .lgn-info .lgn-info-w .lgn-info-txt01 {
		margin: 0;
		text-align: center;
		font-size: 0.85em;
	}
	.lgn .lgn-info .lgn-info-w .lgn-info-txt02 {
		margin: 0;
		text-align: center;
		font-size: 2em;
	}
	.lgn .lgn-ipt .lgn-ipt-form {
		padding: 0;
	}
	.lgn .lgn-ipt .lgn-ipt-form .lgn-ipt-combo {
		text-align: center;
	}
	.lgn .lgn-ipt .lgn-ipt-form ul li input {
		width: 100%;
	}
	.lgn .lgn-ipt .lgn-ipt-form .lgn-btn {
		position: relative;
		width: 100%;
		height: 55px;
		margin-top: 10px;
	}
}

.text-center {
	display: flex;
	width: 100%;
	justify-content: center;
}