/* 순서도 */

.flow_wrapper {
	font-size: 0;
	text-align: center;
	position: relative;
}

.flow_chart,
.flow_desc {
	display: inline-block;
	font-size: 14px;
	vertical-align: top!important;
	position: relative;
	z-index: 1;
}

.flow_chart.w193 {
	width: 193px;
}


.flow_chart.w254 {
	width: 254px;
}


.flow_chart.w390 {
	width: 390px;
}

.flow_chart dt,
.flow_chart dd {
	width: 100%
}

.flow_chart .type1 {
	height: 45px;
	border-radius: 23px;
	border: 1px solid #e2e0dd;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; 
	line-height: 1.2
}

.flow_chart .type1 * {
	color: #3e0e27;
	font-weight: bold;
}

.flow_chart .type1.color1 {
	background: #ffffff;
}

.flow_chart .type1.color2 {
	background: #f0f9fc;
	border: 1px solid #c9dde3;
}


.flow_chart .type2 {
	height: 68px;
	border-radius: 10px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; 
	line-height: 1.2
}

.flow_chart .type2 * {
	color: #ffffff!important;
}

.flow_chart .type2.color1 {
	background: #939ac2;
}

.flow_chart .type2.color2 {
	background: #b696a8;
}

.flow_wrapper .arrow {
	position: relative;
	width: 40px;
	height: 60px;
	background: #eceef4;
	display: block;

}

.flow_wrapper .arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 27px solid #eceef4;
	border-left: 33px solid transparent;
	border-right: 33px solid transparent;
	margin-top: 14px;
	margin-left: 16px;
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -33px;
	z-index: 0;
}

.flow_wrapper .arrow2 {
	display: block;
	width: 2px;
	height: 50px;
	border-left: 2px dashed #808080;
}

.flow_wrapper .arrow2:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid #808080;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin-top: 14px;
	margin-left: 16px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	z-index: 0;
}


.flow_desc {
	margin-left: 12px;
}

.flow_desc .type1 {
	height: 45px;
	border-radius: 0;
	border: 0
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; 
	line-height: 1.2
}


.flow_desc .type2 {
	height: 68px;
	border-radius: 0px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; 
	line-height: 1.2
}


.alright{text-align: right!important;}
.flow_wrapper.alright{margin-right: -11px;}
.alleft{text-align: left!important;}
.flow_wrapper.alleft{margin-left: -11px;}

.flow_wrapper.alright .type1 {
	border-radius: 23px 0 0 23px!important
}

.flow_wrapper.alleft .type1 {
	border-radius: 0 23px 23px 0!important
}

.notice_txt {
	margin-top: 40px
}

.notice_txt h5 {
	font-size: 14px;
	font-weight: bold;
}

.notice_txt p {
	padding-left: 10px;
	position: relative;
}

.notice_txt p:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid #92888f;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.sub_sbj {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #3e0e27;
	margin-bottom: 10px;
}

.gray_box {
	background: #f6f6f6;
	padding: 20px;
	margin-top: 25px;
}

.blue_box {
	background: #e6eef7;
	padding: 20px;
	margin-top: 10px;
	color: #000000;
}

.ordered_list {
	margin-left: 18px;
}

.ordered_list li {
	margin-top: 7px;
}

.ordered_list li:first-child {
	margin-top: 0;
}

.dotted_list {
	margin-left: 15px;
	padding-left: 15px;
}

.dotted_list li {
	margin-top: 7px;
	position: relative
}

.dotted_list li:before {
	display: inline;
	content: url('../images/layout/list_arrow.gif');
	position: absolute;
	top: 0;
	left: -15px;
}

.dotted_list li:first-child {
	margin-top: 0;
}

.line_list {
	margin-left: 15px;
}

.line_list li {
	margin-top: 7px;
	position: relative
}

.line_list li:before {
	display: inline;
	content: '-';
	position: absolute;
	top: 0;
	left: -15px;
}

.line_list li:first-child {
	margin-top: 0;
}


.inner_tab {
/* 	position: absolute;
	bottom: 0;
	left: 0; */
	padding-top: 25px;
}

.inner_tab ul {
	font-size: 0;
	border-bottom: 2px solid #900051;
}

.inner_tab ul li {
	display: inline-block;
	border-left: 1px solid #ffffff
}

.inner_tab ul li:first-child {
	border-left: 0
}

.inner_tab ul li a {
	display: block;
	font-size: 14px;
	height: 40px;
	background: #f6f6f6;
	line-height: 39px;
	color: #111;
	text-align: center;
}

.inner_tab ul li.on a {
	background: #900051;
	color: #ffffff;
	font-weight: 800;
} 

.inner_tab ul li:hover a {
	text-decoration: none;
}

.inner_tab_cont .default_table {
	padding-top: 24px;
}

.active_link {
	text-decoration: underline
}

.default_table + .ordered_list,
.default_table + .dotted_list {
	margin-top: 15px;
}

p.no_contents {
	font-size: 14px;
	text-align: center;
	padding-top: 50px;
}

.inner_tab_cont h5 {
	font-size: 14px;
	margin-top: 40px;
	font-weight: 600;
	position: relative
}

.inner_tab_cont h5:first-child {
	margin-top: 20px;
}

.inner_tab_cont h5:before {
	content: '●';
	display: inline-block;
	margin-right: 3px;
}

.inner_tab_cont h5 + .default_table {
	padding-top: 20px;
}

.inner_tab_cont h5 + .gray_box {
	margin-top: 20px;
}

.inner_tab_cont h5 .paright {
	position: absolute;
	right: 0;
	font-weight: normal;
}

.gray_box_wrap {
	font-size: 0;
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: flex-start ;
	-webkit-justify-content: flex-start ;
	-ms-flex-pack: flex-start ;
	justify-content: flex-start ;
	-webkit-box-align: flex-start ;
	-webkit-align-items: flex-start ;
	-ms-flex-align: flex-start ;
	align-items: flex-start;
}

.flex_inner{
	/* Center slide text vertically */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(50% - 10px);
	margin-right: 20px
}

.gray_box2 {
	background: #f9f9f9;
	border-radius: 13px;
	text-align: center;
	padding: 20px;
	width: 100%;
	font-size: 14px;
	vertical-align: top;
	height: 96px;
	
}

.gray_box2 p:nth-child(2) {
	margin-top: 10px;
}

.flex_inner:last-child {
	margin-right: 0
}

.active_link {
	color: #1783b5;
	vertical-align: top!important;
}


.sitemap_table table {
	table-layout: fixed;
	width: 100%
}

.sitemap_table table .th {
	background: #fcfcfc
}

.sitemap_table table th,
.sitemap_table table td {
	border: 1px solid #e6e6e6;
	color: #000000;
	font-size: 14px;
	height: 46px;
	padding: 5px 10px 4px;
	/* position: relative; */
}

.sitemap_table table th {
	background: #e6eef7;
	font-weight: 600;
	font-size: 18px;
	height: 80px;
	border-right-color: #ffffff;
}

.sitemap_table table th:last-child {
	border-right-color: #e6e6e6;
}

.sitemap_table table td {
	vertical-align: top;
	background: #ffffff;
	padding: 30px 20px;
}

.sitemap_table table td > ul > li {
	padding-top: 30px;
}

.sitemap_table table td > ul > li:first-child {
	padding-top: 0;
}

.sitemap_table table td > ul > li > a {
	font-weight: 600;
	color: #000000;
}

.sitemap_table table td > ul > li > ul {
	padding-left: 5px;
	padding-top: 5px;
}

.sitemap_table table td > ul > li > ul > li > a {
	color: #666666;
	letter-spacing: -0.27px;
}