﻿@charset "utf-8";

/* *******************************************************************
	font style
******************************************************************* */
/*
	1. Nanum Myeongjo (Korean) http://www.google.com/fonts/earlyaccess
*/
@font-face {
  font-family: nm;
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.eot);
  src:local(※), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.woff) format('woff');
}
@font-face {
  font-family: nm;
  font-style: normal;
  font-weight: bold;
  src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-ExtraBold.eot);
  src:local(※), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-ExtraBold.woff) format('woff');
}

/* 
	2. container style
*/
#container {

}
	#container .innerWrap {
		width: 1024px;
	}
	
/* *******************************************************************
	 sub include style
******************************************************************* */
/*
	1. sub-spot
*/
#container .sub-spot {
    width: 100%;
	height: 130px;
    margin: 0 0 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #f1ffff;
}
    #container .sub-spot .innerWrap {
        width: 100%;
		height: 150px;
        background: url(/Images/bg/bg_sub_spot.png) 50% top no-repeat;
    }
        #container .sub-spot .innerWrap .inner {
            position: relative;
            width: 1024px;
            height: 130px;
            margin: 0 auto;
        }
            #container .sub-spot .innerWrap .inner .title-area {
                position: absolute;
                right: 30px;
                top: 40px;
                text-align: right;
                line-height: 1;
            }
                #container .sub-spot .innerWrap .inner .title-area .title01 {
                    float: left;
                    margin: 0 20px 10px;
                    font-size: 15px;
                    letter-spacing: -0.5px;
                    color: #bdbdbd;
                }
                #container .sub-spot .innerWrap .inner .title-area .title01 b {
                    display: block;
                    margin: 3px 0 0 5px;
                    color: #67cbcb;
                }
                #container .sub-spot .innerWrap .inner .title-area .title02 {
                    float: left;
                    margin: 0 0 5px;
                    font-size: 33px;
                    font-weight: 700;
                    color: #678ec3;
                }
                #container .sub-spot .innerWrap .inner .title-area .title02 span {
                    display: block;
                    margin: 7px 0 0;
                    font-size: 14px;
                    font-weight: 300;
                    color: #a3b9dc;
                    letter-spacing: 0.06px;
                }

/*
	2. snb
*/
#snb {
	position: relative;
	float: left;
    width: 224px;
    margin: 0;
    background: url(/Images/pattern/pattern_main_bg.png) left top;
}
	#snb h2 {
        position: relative;
        overflow: hidden;
        width: 224px;
        height: 80px;
        margin: 0;
        padding: 0 0 0 15px;
        line-height: 80px;
        font-size: 24px;
        font-weight: 500;
        text-indent: 0;
        color: #fff;
        background: #125aac url(/Images/bg/bg-snb-header.png) left;
	}   
        #snb h2 i {
            position: absolute;
            color: #deddec;
            opacity: 0.2;
        }
        #snb h2.sub01 i {
            right: -10px;
            top: 10px;
            font-size: 96px;
        }
        #snb h2.sub02 i {
            right: -10px;
            top: 5px;
            font-size: 86px;
        }
        #snb h2.sub03 i {
            right: -10px;
            top: 5px;
            font-size: 86px;
        }
        #snb h2.sub04 i {
            right: -10px;
            top: 5px;
            font-size: 100px;
        }
        #snb h2.sub05 i {
            right: 5px;
            top: 2px;
            font-size: 72px;
        }
        #snb h2.sub06 i {
            right: 10px;
            top: 3px;
            font-size: 72px;
        }
        #snb h2.sub09 i {
            right: -2px;
            top: 2px;
            font-size: 86px;
        }
	#snb ul.snb {
		width: 224px;
		margin: 0;
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        background-color: #fff;
	}
		#snb ul.snb li {
			width: 100%;
			margin: 0;
            border-bottom: 1px solid #e0e0e0;
		}
			#snb ul.snb li.active a,
            #snb ul.snb li.active a .highlight-etc {
				color: #125aac;
				background-color: #fff;
                background: #fafafa url(/Images/sub/snb_arrow_on.png) 190px 22px no-repeat;
			}
			
			#snb ul.snb li a {
				display: block;
				width: 100%;
				height: 60px;
				line-height: 60px;
				padding-left: 15px;
				font-size: 14px;
                font-weight: 300;
				color: #767676;
				text-decoration: none;
                outline: none;
                background: url(/Images/sub/snb_arrow.png) 185px 22px no-repeat;
				
				-moz-transition: all 0.25s;
				-webkit-transition: all 0.25s;
				transition: all 0.25s;
			}
            #snb ul.snb li.double a {
                padding-top: 12px;
                line-height: 1.2;
            }
			#snb ul.snb li a:hover,
            #snb ul.snb li a:hover .highlight-etc {
				color: #125aac;
				background-color: #fafafa;
                background: #fafafa url(/Images/sub/snb_arrow_on.png) 190px 22px no-repeat;
			}
            #snb ul.snb li.active a:hover {
				background-color: #fff;
                background: #fafafa url(/Images/sub/snb_arrow_on.png) 190px 22px no-repeat;
			}
            #snb ul.snb li a .highlight-etc {
                color: #0ba3a4;
            }

/*
  3. contents
*/
#contents {
	position: relative;
	float: left;
    width: 800px;
	/*min-height: 640px;*/
    padding: 0;
    background-color: #fff;
}

/*
	4. constitle
*/
.constitle {
	position: relative;
	width: 760px;
    height: 80px;
	margin: 0 0 0 40px;
    padding: 0; 
	border-bottom: 0px solid #e0e0e0;
}	
	.constitle h3 {
        margin: 0;
        padding: 0 0 0;
		font-size: 26px;
		font-weight: bold;
		color: #333;
		letter-spacing: -0.75px;
	}
        .constitle h3 span {
            display: block;
            margin-top: 10px;
            font-size: 12px;
            font-weight: 300;
            letter-spacing: 0;
            color: #999;
        }
            .constitle h3 span .highlight01 {
                color: #ec9400;
            }
            .constitle h3 span .highlight02 {
                color: #0ba3a4;
            }
		.constitle h3 .divline {
			margin-left: 12px;
			font-size: 0.72em;
			font-weight: normal;
			color: #ccc;
		}
		.constitle h3 .sub-title {
			margin-left: 10px;
			font-size: 0.75em;
			font-weight: normal;
			letter-spacing: -0.75px;
			color: #767676;
		}

	.constitle ul {
		position: absolute;
		right: 0;
		top: 0;
	}
		.constitle li {
			float: left;
			height: 20px;
			margin: 0 5px 0 0;
		}
			.constitle li a {
				display: block;
				height: 20px;
				line-height: 20px;
				font-size: 13px;
				letter-spacing: -0.75px;
				font-weight: 300;
				color: #999;
				text-decoration: none;
			}
			.constitle li a:hover {
				color: #125aac;
			}
			.constitle li.home a {
				line-height: 16px;
			}
			.constitle li.depth1 {
				display: block;
				height: 20px;
				font-size: 13px;
				/*letter-spacing: -0.75px;*/
				font-weight: 300;
				color: #999;
				line-height: 20px;
			}
			.constitle li.depth2 {
				display: block;
				height: 20px;
				line-height: 20px;
				font-size: 13px;
				/*letter-spacing: -0.75px;*/
				font-weight: 300;
				color: #125aac;
				text-decoration: none;
			}
			.constitle li.arrow {
				width: 7px;
                height: 20px;
                margin: 0 8px 0 5px;
                background: url(/Images/sub/constitle_arrow.png) left 6px no-repeat; 
			}
		
/*
	5. section
*/
.section {
	position: relative;
	width: 760px;
    min-height: 600px;
    margin: 0 0 0 40px;
	padding: 30px 0 50px;
    font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
    border-top: 1px solid #e0e0e0;	
}
	.section h4 {
		margin: 0 0 20px;
        line-height: 1.3;
		font-size: 18px;
		font-weight: bold;
        color: #333;
	}
        .section h4 i {
            margin: 0 7px 0 0;
            font-size: 18px;
            color: #ccc;
        }
        .section h4 small {
		    margin: 0 0 0 5px;
            font-size: 13px;
            color: #767676
	    }
        .section h4 .divline {
            margin: 0 8px 0 5px;
            font-weight: 200;
            font-size: 15px;
            color: #ccc;
        }

    .section h5 {
        margin: 0 0 10px;
        padding: 0 0 0 35px;
        font-size: 16px;
		font-weight: 500;
        color: #333;
    }

	.section p {
		margin: 0 0 20px;
	}
		
	.section dl {
		margin: 0 0 20px;
	}
		.section dl dt {
			margin: 0 0 5px;
            font-size: 14px;
			font-weight: bold;
            color: #333;
		}
		.section dl dd {
			margin: 0 0 20px;
            padding: 0 0 0 8px;
            background: url(/Images/bullet/bullet_main_2x2.png) left 10px no-repeat;
		}
        .section dl dd.no-bg {
            padding: 0;
            background: none;
        }

    .section img {
        max-width: 100%;
    }

/*
  6. banner slide 
*/
.banner-area ul li {
  margin: 10px 5px 0 2px;
}

/*
  7. quick-banner
*/
/* .quick-banner */
.quick-banner {
    position: absolute;
    right: -120px;
    top: 80px;
    width: 90px;
    border-top: 5px solid #aaa;
    border-bottom: 0;
    background-color: #f5f3f1;
}
    .quick-banner .link-area {

    }
        .quick-banner .link-area a {
            display: block;
            padding: 10px 0;
            color: #806f61;
            outline: none;
            text-decoration: none;
            background-color: #faf9f8;
        }
        .quick-banner .link-area a:first-child {
            padding-top: 15px;
        }
        .quick-banner .link-area a:hover {
            color: #573a37;
            background-color: #f5f3f1;
        }
            .quick-banner .link-area .icon {
                display: block;
                margin: 0 0 5px;
            }
            .quick-banner .link-area .title {
                display: block;
                text-align: center;
                font-weight: 300;
                font-size: 12px;
            }
            /*공지사항 추가*/
        .quick-banner .link-0 .icon {
            height: 30px;
            background: url(/Images/icon/icon_main_utility0.png) 50% top no-repeat;
        }
        .quick-banner .link-1 .icon {
            height: 30px;
            background: url(/Images/icon/icon_main_utility1.png) 50% top no-repeat;
        }
        .quick-banner .link-2 .icon {
            height: 25px;
            background: url(/Images/icon/icon_main_utility2.png) 50% top no-repeat;
        }
        .quick-banner .link-3 .icon {
            height: 26px;
            background: url(/Images/icon/icon_main_utility3.png) 50% top no-repeat;
        }
        .quick-banner .link-4 .icon {
            height: 30px;
            background: url(/Images/icon/icon_main_utility4.png) 50% top no-repeat;
        }
        .quick-banner .link-5 .icon {
            height: 30px;
            background: url(/Images/icon/icon_main_utility5.png) 50% top no-repeat;
        }

    .quick-banner .top-link {
        text-align: center;
        color: #eee;
        background-color: #bbb;
    }
        .quick-banner .top-link a {
            display: block;
            width: 90px;
            padding: 3px 0;
            font-size: 12px;
            color: #eee;
        }
        .quick-banner .top-link a:hover {
            color: #fff;
            background-color: #aaa;
        }
            .quick-banner .top-link a span {
                margin: 0 2px;
            }

/* *******************************************************************
	1. kci-md
******************************************************************* */

.section.kci-md {
	
}
.section.kci-md .detail {
	float: none;
    width: 100%;
    margin: 0;
    padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background-color: #f7f7f7;
}    
.section.kci-md .detail ol {
    margin: 0 0 0 20px;
}
.section.kci-md .detail ol li {
    margin: 0 0 7px;
    list-style: decimal;
}

/*
  page01
*/
.section.kci-md .chairman {
    font-size: 18px;
    text-align: right;
}
	
/*
  page02
*/
.section.kci-md .text-box {
    padding: 20px;
    font-size: 15px;
    color: #125aac;
    letter-spacing: -0.25px;
    border: 1px solid #e6ffff;
    border-radius: 5px;
    background-color: #f1ffff;
}

.section.kci-md .list {
    margin: 0 0 30px;
}
.section.kci-md .list li {
    margin: 0 0 5px 30px;
    list-style: disc;
}
	
/*
page03
*/
.section .thm-organ {
    margin: 0 0 50px;
}
    

/*
page04
*/
.map-area {
	width: 100%;
	height: 400px;
	margin: 0 0 30px;
}
#marker-title {
    width: 180px;
}
    #marker-title h1 {
        height:30px;
        line-height:30px;
        font-size: 15px;
    }

/*
    page05
*/
.kci-md-group {
    margin: 0 0 50px;
}
    .kci-md-group .roll {
        display: none;
        float: left;
        width: 260px;
        padding: 17px 0 0;
        border-top: 2px solid #125aac;
    }
    .kci-md-group .roll ul {
        margin: 0 0 0 20px;
    }
    .kci-md-group .roll ul li {
        margin: 0 0 5px;
        list-style: disc;
    }
    ul.list-disc {
        padding-left: 20px;
    }
    ul.list-disc li {
        list-style: disc;
    }

    .kci-md-group .detail {
        float: none;
        width: 100%;
        margin: 0;
        padding: 20px;
        border: 1px solid #f0f0f0;
        border-radius: 5px;
        background-color: #f7f7f7;
    }
    .kci-md-group .detail ol {
        margin: 0 0 0 20px;
    }
    .kci-md-group .detail ol li {
        margin: 0 0 7px;
        list-style: decimal;
    }

/*
    page07
*/
.flow-chart {
    /*margin: 30px auto;*/
    width: 310px;
    text-align: center;
}
.flow-chart p {
    margin: 15px 0;
}
.flow-chart .title {
    font-weight: 700;
}
.flow-chart .description {
    font-size:12px;
    padding-left: 5px;
    color: #767676;
}

.flow-chart .box {
    padding: 10px 0;
    border: 2px solid #125aac;
    border-radius: 5px;
    background-color: #f1ffff;
}
.flow-chart p:first-child {
    border: 2px solid #125aac;
    background-color: #87b0df;
}
.flow-chart p:nth-child(3) {
    border: 2px solid #1ea2a2;
    background-color: #7fd8d8;
}
.flow-chart p:nth-child(5) {
    border: 2px solid #feb349;
    background-color: #fbd27b;
}
.flow-chart p:nth-child(7) {
    border: 2px solid #f18042;
    background-color: #f9ac82;
}

.flow-chart .box .description {
    display: block;
    color: #eee;
    font-size:12px;
}
.flow-chart .box .title {
    font-size: 18px;
    color: #fff;
}
.flow-chart .box abbr {
    font-weight: 700;
    padding-left: 5px;
    color:#125aac;
}
.flow-chart .box.single {
    height: 74px;
    padding: 20px 0 0 0;
}

.flow-chart .flow .sign {
    font-weight: 700;
    padding-right: 5px;
    color: #125aac;
    font-size: 16px;
}

/* page08 */
.section.kci-md.page08 .btn-area {
    width: 565px;
    margin: 20px auto 30px;
    padding: 20px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #eee;
}
.section.kci-md.page08 .btn-area a.btn {
    margin: 0 10px;
}
.section.kci-md.page08 .btn-area a.btn i {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 20px;
    vertical-align: middle;
}
.section.kci-md.page08 .btn-area a.btn span {
    display: inline-block;
    vertical-align: middle;
}
.thm {
    text-align: center;
}

/* page10 */
.section.kci-md.kci-introduce .tab-content {
    padding: 30px 0;
}
.section.kci-md.kci-introduce iframe {
    width: 100%;
    height: auto;
    min-height: 428px;
}


/* *******************************************************************
	2. outline
******************************************************************* */

.section.outline {
	
}

/*
  page01 - old
*/
.category-area {
    margin: 0 0 50px;
}
    .thm-area {
        float: left;
        width: 310px;
        margin: 0 40px 0 0;
        background-color: #f1ffff;
    }
        .thm-area img {
            max-width: 100%;
        }

    .tb-category {
        float: left;
        width: 410px;
    }
        .tb-category th {
            min-height: 66px;
            padding: 10px;
            text-align: center;
            border: 1px solid #dfdfdf;
            background-color: #f7f7f7;
        }
        .tb-category th.th-cat01 {
            border-left: 5px solid #125aac;
        }
        .tb-category th.th-cat02 {
            border-left: 5px solid #0ba3a4;
        }
        .tb-category th.th-cat03 {
            border-left: 5px solid #ffb637;
        }
        .tb-category th.th-cat04 {
            border-left: 5px solid #f18043;
        }
        .tb-category td {
            padding: 10px;
            font-weight: 300;
            border: 1px solid #dfdfdf;
        }

/*
  page01 - new
*/
.section.outline {

}

.section.outline .tab-custom-type2 {

}
.section.outline .tab-custom-type2 ul.nav-tabs.nav-justified {

}
.section.outline .tab-custom-type2 ul.nav-tabs.nav-justified > li {
    padding-right: 10px;
}
.section.outline .tab-custom-type2 ul.nav-tabs.nav-justified > li:last-child {
    padding-right: 0;
}
.section.outline .tab-custom-type2 ul.nav-tabs.nav-justified > li > a {
    color: #999;
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fafafa;
}
.section.outline .tab-custom-type2 ul.nav-tabs.nav-justified > li.active > a {
    color: #fff;
    border: 1px solid #2d8f76;
    background-color: #2d8f76;
}

.section.outline .tab-custom-type2 .tab-content .info-area {
    margin: 0 0 40px;
    border-bottom: 1px solid #000;
}
.section.outline .tab-custom-type2 .tab-content h4.title {
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #2d8f76;
}
.section.outline .tab-custom-type2 .tab-content ul.list {
        margin: 0 0 20px 20px;
}
.section.outline .tab-custom-type2 .tab-content ul.list > li {
    margin: 0 0 5px;
    list-style: disc;
}
.section.outline .tab-custom-type2 .tab-content ul.list.no-bullet {
        margin: 0 0 20px;
}
.section.outline .tab-custom-type2 .tab-content ul.list.no-bullet > li {
    list-style: none;
}

/*
  page02
*/
/*tb-outline 첫번째*/
.section table.tb-outline{
    width: 99%;
    margin-left: 1px;
    margin-bottom: 40px;
}
.section table.tb-outline tr td {
    border: 1px solid #efefef;
}

.section table.tb-outline thead {
    /*border: 1px solid #e6ffff;*/
    background-color: #f1ffff;
}
.section table.tb-outline thead tr th {
    padding: 5px 5px !important;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #125aac;
}
.section table.tb-outline tbody tr td {
    padding: 8px 15px;
}
.section table.tb-outline tbody tr td:first-child {
    padding: 8px 0;
    font-size: 15px;
    text-align: center;
    color: #125aac;
    background: #f1ffff;
}
.section table.tb-outline tbody tr td:last-child {
    padding-left: 10px;
}
.section table.tb-outline tbody tr td p.number {
    margin: 0;
    padding-top: 15px;
    font-weight: 500;
}

.section table.tb-outline tbody tr td p.number:last-child {
    padding-bottom: 15px;
}
.section table.tb-outline ul.disc li,
.section table.tb-outline p.disc {
    padding-left: 10px;
    background: url(/Images/bullet/bullet_main_board.jpg) no-repeat left center;
}
.section table.tb-outline ul {
    padding-left: 5px;
}

.section .caution-box {
    background-color: #f5f3f1;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
}
.section .caution-box p {
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
}

/*tb-outline 두번째*/
.section .description02 {
    display:block;
    text-align:left;
    color: rgb(18, 90, 172);
    margin-bottom: 40px;
}
.section table.tb-outline02{
    width: 99% !important;
    margin-left: 1px;
    margin-bottom: 0;
}
.section table.tb-outline02 tr td {
    border: 1px solid #efefef !important;
}
.section table.tb-outline02 thead {
    /*border: 1px solid #e6ffff;*/
    background-color: #f1ffff;
}
.section table.tb-outline02 thead tr th {
    padding: 5px 5px !important;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #125aac;
}
.section table.tb-outline02 tbody tr td {
    padding: 8px 15px;
}
.section table.tb-outline02 tbody tr td:last-child {
    padding-left: 10px;
}.section table.tb-outline02.pd-reset tbody tr td:last-child {
    padding-left: 15px;
}
.section table.tb-outline02 tbody tr td p.number {
    margin: 0;
    padding-top: 15px;
    font-weight: 500;
}

.section table.tb-outline02 tbody tr td p.number:last-child {
    padding-bottom: 15px;
}
.section table.tb-outline02 ul.disc li,
.section table.tb-outline02 p.disc {
    text-align:center;
    /*padding-left: 10px;*/
    background: url(/Images/bullet/bullet_main_board.jpg) no-repeat 15px center;
}
.section table.tb-outline02 .disc-title {
    text-align: center;
    margin-bottom: 0;
}

/*tb-outline03*/
.section table.tb-outline03 thead {
    /*background-color : #f1ffff;*/
    /*color: #125aac;*/
    background-color: #125aac;
    color: #fff;
    font-weight: 400;
}

.section table.tb-outline03 thead th {
    text-align: center;
}



/*
.section.outline h3 {
    margin: 0 0 20px;
    padding: 5px 10px;
	color: #fff;
    font-size: 15px;
    border: 1px solid #125aac;
    border-radius: 2px;
    background-color: #125aac;
}
    .section.outline .area01,
    .section.outline .area02,
    .section.outline .area03 {
        margin: 0 0 30px;
    }
    .section.outline .area01 h3 {
        border: 1px solid #3378c1;
        background-color: #3378c1;
    }
    .section.outline .area02 h3 {
        border: 1px solid #41c1c2;
        background-color: #41c1c2;
    }
    .section.outline .area03 h3 {
        border: 1px solid #125aac;
        background-color: #125aac;
    }
    .section.outline .area04 h3 {
        border: 1px solid #0ba3a4;
        background-color: #0ba3a4;
    }

.section.outline h4 {
	margin: 0 0 5px;
}

.section.outline ul {
	margin: 0 0 20px;
}
    .section.outline ul li {
	    margin: 0 0 5px 35px;
        list-style: disc;
    }
*/

/*
  page04
*/
.section.outline .text-box {
    padding: 20px;
    font-size: 15px;
    color: #125aac;
    letter-spacing: -0.5px;
    border: 1px solid #e6ffff;
    border-radius: 5px;
    background-color: #f1ffff;
}
.section.outline .list {
    margin: 0 0 30px;
}
.section.outline .list li {
    margin: 0 0 5px 30px;
    list-style: disc;
}
.section.outline .list {
    margin: 0 0 0 20px;
}
.section.outline .list li {
    margin: 0 0 7px;
    list-style: decimal;
}

/*
  page05
*/
.section h5 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #2869b3;
}

/*
  page06
*/
.guide-flow-chart dl:after {
    content: '';
    display: block;
    clear: both;
}
.guide-flow-chart dl {
    padding: 0;
    margin: 0 0 20px;
    /*background-image: url("/Images/sub/arrow.png");
    background-repeat: no-repeat;
    background-position: 10% 87%;*/
}

.guide-flow-chart dl dt,
.guide-flow-chart dl dd {
    margin: 0;
    float: left;
    display: block;
}
.guide-flow-chart dl dt {
    width: 30%;
    padding-right:20px;
    text-align: center;
}
.guide-flow-chart dl dt span {
    display: block;
}
.guide-flow-chart dl dt .box {
    padding: 15px 10px;
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    font-size: 16px;
}
.guide-flow-chart dl dt .sign {
    margin: 20px 0 0; 
}
.guide-flow-chart dl dd {
    width: 70%;
    background: none;
    background-color: #f7f7f7;
}
.guide-flow-chart dl dd ul {
    padding: 10px 10px 10px 20px;
    list-style: disc;
}
.tab-custom .nav-tabs li a {
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    color:#9f978c;
}
.tab-custom .nav-tabs li.active a {
    /*border-top: 2px solid #2869b3;*/
    /*background-color: #fff;
    color: #333;*/
    border: 1px solid transparent;
    background-color: #2869b3;
    color: #fff;
}
.tab-custom .nav-tabs li a {
    background-color:#f7f7f7;
} 

/*색상변경*/
.guide-flow-chart.blue-arrow dl dt .box {
    color: #1a5da7;
    background-color: #e6f1fc;
}

.guide-flow-chart.green-arrow dl dt .box {
    color: #179c55;
    background-color: #f6fffa;
}


/*.tab-custom .nav-tabs >li.active >a {
    border: 1px solid #337ab7;
    border-bottom:1px solid transparent;
}*/


/*화살표 조정*/
/*.guide-flow-chart.blue-arrow dl:first-child {
    background-position: 10% 87%;
}
.guide-flow-chart.blue-arrow dl:nth-child(2) {
    background-position: 10% 73%;
}
.guide-flow-chart.blue-arrow dl:nth-child(3) {
    background-position: 10% 75%;
}
.guide-flow-chart.blue-arrow dl:nth-child(4) {
    background-position: 10% 70%;
}
.guide-flow-chart.blue-arrow dl:nth-child(5) {
    background-position: 10% 83%;
}
.guide-flow-chart.blue-arrow dl:nth-child(6) {
    background-position: 10% 85%;
}*/

/*
  page09
*/
.tb-business {
    margin-top: 30px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.tb-business thead th {
    background-color: #125aac;
    color: #fff;
}


/* *******************************************************************
	3. exam
******************************************************************* */

.section.exam {
	
}

/*
  page01
*/
.section.exam .exam-info p {
    margin: 0;
}
.section.exam .exam-info ul {
    margin: 0 0 20px;
    padding: 0 0 0 10px;
}
    .section.exam .exam-info ul > li {
        list-style: none;
    }
    .section.exam .exam-info ul.list > li {
        list-style: disc;
        margin-left: 25px !important;
    }
        .section.exam .exam-info ul > li > ul {
            margin: 5px 0;
            padding: 0;
        }
            .section.exam .exam-info ul > li > ul li {
                margin: 0;
                padding: 0 0 0 20px;
                list-style: none;
            }

.section.exam .btn-area {
    margin: 30px 0;
    padding: 20px;
    text-align: center;
    /*border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #eee;*/
}

.section.exam h3 {
    margin: 60px 0 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.section.exam h3:first-child {
    margin: 40px 0 20px;
}
.section.exam h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.section.exam h5 {
    margin: 0 0 10px;
    padding-left: 22px;
}
.section.exam .text-box {
    padding: 20px;
    font-size: 15px;
    color: #125aac;
    letter-spacing: -0.25px;
    border: 1px solid #e6ffff;
    border-radius: 5px;
    background-color: #f1ffff;
}
    .section.exam .text-box .chairman {
        text-align: right;
        color: #333;
    }
        .section.exam .text-box .chairman b {
            font-weight: 500;
        }

.section.exam ul {
	margin: 0 0 20px;
}
    .section.exam ul li {
	    margin: 0 30px 5px 35px;
        list-style: disc;
    }

.section.exam .pre-circle {
    padding-left: 45px;
}

.section.exam .tb-exam {
    width: 100%;
    margin: 0 0 30px;
    border-collapse: collapse;
    /*table-layout: fixed;*/
}
    .section.exam .tb-exam th {
        padding: 8px 0;
        text-align: center;
        font-weight: 500;
        border: 1px solid #dfdfdf;
        background-color: #f7f7f7;
    }
    .section.exam .tb-exam td {
        padding: 8px 10px;
        text-align: center;
        font-weight: 300;
        border: 1px solid #dfdfdf;
    }
    .section.exam .exam-info {
        margin-top: 50px;
    }
    .section.exam ul.flex-list > li {
        display:flex;
        margin: 0 20px 5px 20px;
    }
    .section.exam ul.flex-list > li > span:first-child {
        padding-right: 5px;
    }


.btn-exam-area {
    text-align: right;
    margin: 0 0 10px;
}
    a.btn-exam {
        display: inline-block;
        width: 240px;
        padding: 3px 0;
        text-align: center;
        color: #fff;
        border: 1px solid #41c1c2;
        border-radius: 2px;
        text-decoration: none;
        background-color: #41c1c2;
    }
    a.btn-exam.deactive {
        color: #eee;
        border-color: #ccc;
        background-color: #ccc;
        cursor: not-allowed;
    }
    a.btn-exam:hover,
    a.btn-exam:focus {
        color:#aae3e3;
        border: 1px solid #0ba3a4;
        background-color: #0ba3a4;
    }
    a.btn-exam.deactive:hover,
    a.btn-exam.deactive:focus {
        color:#eee;
        border-color: #ccc;
        background-color: #ccc;
    }
        a.btn-exam i {
            margin: 0 10px 0 0;
        }
        
/*
  page02
*/
.exam-date-area {
    margin: 0 0 50px;
    padding: 20px 0;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.exam1 {

}
.exam2 {

}
    .exam-date-area h5 {
        color: #125aac;
    }
    .exam-date-area h6 {
        color: #0ba3a4;
    }
    .exam-date-area .title {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .exam-date-area .detail {
        padding: 0 30px;
    }
    .exam-date-area .detail.ready {
        
    }
        .exam-date-area .detail.ready p {
            margin: 0;
            text-align: left;
            font-size: 15px;
            color: #999;
            letter-spacing: -0.75px;
        }
        .exam-date-area .detail.ready i {
            margin-right: 7px;
        }



/* *******************************************************************
	4. organ
******************************************************************* */

.section.organ {
	
}

/*
  page01 - new
*/
.section.organ {

}

.section.organ .tab-custom-type2 {

}
.section.organ .tab-custom-type2 ul.nav-tabs.nav-justified {

}
.section.organ .tab-custom-type2 ul.nav-tabs.nav-justified > li {
    padding-right: 10px;
}
.section.organ .tab-custom-type2 ul.nav-tabs.nav-justified > li:last-child {
    padding-right: 0;
}
.section.organ .tab-custom-type2 ul.nav-tabs.nav-justified > li > a {
    color: #999;
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fafafa;
}
.section.organ .tab-custom-type2 ul.nav-tabs.nav-justified > li.active > a {
    color: #fff;
    border: 1px solid #2d8f76;
    background-color: #2d8f76;
}

/*
  page01
*/
.section.organ .text-box {
    padding: 20px;
    font-size: 15px;
    color: #125aac;
    letter-spacing: -0.25px;
    border: 1px solid #e6ffff;
    border-radius: 5px;
    background-color: #f1ffff;
}

/*.section.organ .tab-content ul {
	margin: 0 0 20px;
}
    .section.organ .tab-content ul li {
	    margin: 0 0 5px 35px;
        list-style: disc;
    }

.section.organ .tab-content ol {
	margin: 0 0 20px;
}
    .section.organ .tab-content ol li {
	    margin: 0 0 5px 35px;
        list-style: decimal;
    }
.section.organ .tab-content ol li .label {
    margin: 0 0 0 5px;
	font-size: 12px;
    font-weight: normal;
}*/

/* page02 ~ page04 */
.organ-area {
    position: relative;
    margin: 0 0 50px;
}
    .organ-area h4 {
        max-width: 600px;
        text-align: left;
    }
    .organ-area ul.list-box {
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
        .organ-area ul.list-box > li {
            margin: 0 0 10px;
            padding: 0 0 10px;
            overflow: hidden;
            list-style: none;
            border-bottom: 1px solid #dfdfdf;
        }
        .organ-area ul.list-box > li:last-child {
            margin: 0;
            padding: 0;
            border: 0;
        }
            .organ-area ul.list-box li .title {
                display: block;
                float: left;
                width: 140px;
                margin: 8px 0 0;
                line-height: 1;
                font-weight: 500;
                color: #125aac;
            }
            .organ-area ul.list-box li .con {
                float: left;
                font-weight: 400;
            }
                .organ-area ul.list-box li .con ul {
                    margin: 0;
                    padding: 0;
                }
                .organ-area ul.list-box li .con ul li {
                    margin: 8px 0;
                    padding: 0;
                    font-weight: 300;
                    line-height: 1;
                }

    a.btn-organ {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 150px;
        padding: 3px 0;
        text-align: center;
        color: #fff;
        border: 1px solid #2a6bb4;
        border-radius: 2px;
        text-decoration: none;
        background-color: #2a6bb4;
    }
    a.btn-organ.btn2 {
        position: absolute;
        right: 160px;
        top: 0;
    }
    a.btn-organ.deactive {
        color: #eee;
        border-color: #ccc;
        background-color: #ccc;
        cursor: not-allowed;
    }
    a.btn-organ:hover,
    a.btn-organ:focus {
        color:#d2e2f4;
        border: 1px solid #125aac;
        background-color: #125aac;
    }
    a.btn-organ.deactive:hover,
    a.btn-organ.deactive:focus {
        color:#eee;
        border-color: #ccc;
        background-color: #ccc;
    }
        a.btn-organ i {
            margin: 0 10px 0 0;
        }

/* *******************************************************************
	5. event
******************************************************************* */

.section.event {
	
}

/*
  page02
*/
.section.event .tb-event {
	width: 100%;
    margin: 0 0 30px;
    border-collapse: collapse;
}
    .section.event .tb-event .col1 {
	    width: 150px;
    }
    .section.event .tb-event .col2 {
	    width: auto;
    }
    .section.event .tb-event th {
        padding: 10px 15px;
	    font-weight: 500;
        font-size: 15px;
        text-align: center;
        border: 1px solid #dfdfdf;
        background-color: #f7f7f7;
    }
    .section.event .tb-event td {
        padding: 10px 20px;
	    font-weight: 300;
        font-size: 15px;
        text-align: left;
        border: 1px solid #dfdfdf;
    }


/* *******************************************************************
	6. board
******************************************************************* */

.section.board {
	padding: 0 0 50px;
    border-top: 0px solid #e0e0e0;	
}
.section.board.list {
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;	
}

/*
  page05
*/
.board.list .nav-tabs {
    border-bottom: 1px solid #125aac;
}
.board.list .nav-tabs > li.active > a, 
.board.list .nav-tabs > li.active > a:hover, 
.board.list .nav-tabs > li.active > a:focus {
    color: #125aac;
    border: 1px solid #125aac;
    border-bottom-color: #fff;
}
.board.list .nav-tabs > li > a {
    min-width: 85px;
        padding: 10px 13px;
    font-size: 13px;
    text-align: center;
    color: #767676;
    outline: none;
    border-bottom: 1px solid #125aac;
}
.board.list .nav-tabs > li > a:hover,
.board.list .nav-tabs > li > a:focus {
    border-bottom: 1px solid #125aac;
}

.tb-kcimd-list {
    width: 100%;
    margin: 30px 0 0;
    /*table-layout: fixed;*/
}
    .tb-kcimd-list th {
        padding: 8px 10px;
        text-align: center;
        border: 1px solid #dfdfdf !important;
        background-color: #f7f7f7;
    }
    .tb-kcimd-list td {
        padding: 8px 10px;
        text-align: center;
        border: 1px solid #dfdfdf;
    }
        .tb-kcimd-list .col1 {
            width: 100px;
        }
        .tb-kcimd-list .col2 {
            width: 150px;
        }
        .tb-kcimd-list .col3 {
            width: 140px;
        }
        .tb-kcimd-list .col4 {
            width: auto;
        }
        .tb-kcimd-list .col5 {
            width: 90px;
        }
        .tb-kcimd-list .col6 {
            width: 90px;
        }

/*
  page03
*/
.objection .objection-info p {
    margin: 0;
}

.objection .objection-info ul {
    margin: 0 0 20px;
    padding: 0 0 0 10px;
}

    .objection .objection-info ul > li {
        list-style: none;
    }

    .objection .objection-info ul.list > li {
        list-style: disc;
        margin-left: 25px !important;
    }

    .objection .objection-info ul > li > ul {
        margin: 5px 0;
        padding: 0;
    }

        .objection .objection-info ul > li > ul li {
            margin: 0;
            padding: 0 0 0 20px;
            list-style: none;
        }

.objection .btn-area {
    margin: 30px 0;
    padding: 20px;
    text-align: center;
    /*border: 1px solid #dfdfdf;
    border-radius: 5px;
    background-color: #eee;*/
}

.objection h3 {
    margin: 60px 0 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

    .objection h3:first-child {
        margin: 40px 0 20px;
    }

.objection h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.objection h5 {
    margin: 0 0 10px;
    padding-left: 22px;
}

.objection .text-box {
    padding: 20px;
    font-size: 15px;
    color: #125aac;
    letter-spacing: -0.25px;
    border: 1px solid #e6ffff;
    border-radius: 5px;
    background-color: #f1ffff;
}

    .objection .text-box .chairman {
        text-align: right;
        color: #333;
    }

        .objection .text-box .chairman b {
            font-weight: 500;
        }

.objection ul {
    margin: 0 0 20px;
}

    .objection ul li {
        margin: 0 30px 5px 35px;
        list-style: disc;
    }

.objection .pre-circle {
    padding-left: 45px;
}

.objection .tb-exam {
    width: 100%;
    margin: 0 0 30px;
    border-collapse: collapse;
    /*table-layout: fixed;*/
}

    .objection .tb-exam th {
        padding: 8px 0;
        text-align: center;
        font-weight: 500;
        border: 1px solid #dfdfdf;
        background-color: #f7f7f7;
    }

    .objection .tb-exam td {
        padding: 8px 10px;
        text-align: center;
        font-weight: 300;
        border: 1px solid #dfdfdf;
    }

.objection .objection-info {
    margin-top: 50px;
}

/* list */
.objection .objection-list {
    margin: 60px 0;
    list-style: none;
}
.objection .objection-list > li {
    max-width: 640px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    list-style: none;
    font-size: 21px;
    font-weight: bold;
    border-radius: 40px;
    background-color: #FBE5D6;
}
.objection .objection-list > li.arrow {
    max-width: 640px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
}
.objection .objection-list > li.arrow i {
    font-size: 32px;
    color: #C55A11;
}

/* *******************************************************************
	etc
******************************************************************* */
/*
	준비중 입니다.
*/
.schedule {
    text-align: center;
    padding: 70px 30px;
    background: #fafafa;
    color: #767676;
    border: 0px solid #dfdfdf;
    font-size: 24px;
}
    .schedule i {
        margin: 0 10px 0 0;
        font-size: 28px;
        color: #bbb;
    }

/*
	신청기간이 아닙니다.
*/
.not-submit-date {
    text-align:center;
    margin: 0 0 30px !important;
    padding: 30px;
    font-size: 24px;
    color: #767676;
    /*border-bottom: 1px solid #dfdfdf;*/
    background-color:#fafafa;
}
    .not-submit-date i {
        margin: 0 10px 0 0;
        font-size: 28px;
        color: #bbb;
    }


/* *******************************************************************
	연혁
******************************************************************* */
    .history-box {
        box-sizing: border-box;
    }
        .history-box h4 {
            float: left;
            /*padding-top: 15px;*/
            padding-left: 20px;
            font-size: 28px;
            font-weight: 400;
            color: #337ab7;
            text-shadow: 1px 1px #cbcaca;
            width: 120px;
            box-sizing: border-box;
        }
        .history-box .history-data {
            float: left;
            width: 640px;
            box-sizing: border-box;
            margin-bottom: 15px;
            border-left: 2px solid rgba(178, 204, 255, 0.5);
        }
            .history-box .history-data dl {
                border-left: 1px solid rgba(178, 204, 255, 0.8);
                margin:0;
                padding-bottom:8px;
                box-sizing: border-box;
            }
                .history-box .history-data dl dt {
                    float: left;
                    width: 77px;
                    font-size: 16px;
                    font-weight: 400;
                    padding-left: 25px;
                    color: #999;
                    box-sizing: border-box;
                }
                .history-box .history-data dl dd {
                    float: left;
                    width: 560px; 
                    background: none;
                    font-size: 14px;
                    color: #5D5D5D;
                    margin: 0;
                    box-sizing: border-box;
                }
                    .history-box .history-data dl dd p {
                        margin: 0;
                        letter-spacing: -0.25px;
                    }

/* *******************************************************************
	불만 및 이의제기
******************************************************************* */
.qa .checkbox-area {

}
    .qa .checkbox-area label {
        margin: 0 0 0 5px;
        vertical-align: middle;
        cursor: pointer;
    }
    .qa .checkbox-area input {
        margin: 0;
        vertical-align: middle;
    }
    .qa .guide-join {
        height: 200px;
        overflow-y: auto;
        margin: 10px 0 30px;
        padding: 20px;
        border: 1px solid #dfdfdf;
    }
        .qa .guide-join p {
            margin: 0 0 10px;
        }

/* *******************************************************************
	불만 및 이의제기
******************************************************************* */
.print-cert .tb-result-area {
    margin-top: 40px;
}
.print-cert .tb-result-area table {
    width: 100%;
}
.print-cert .tb-result-area table th {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-top: 1px solid #125aac;
    background-color: #f7f7f7;
}
.print-cert .tb-result-area table td {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #dfdfdf;
}
.print-cert .tb-result-area table td.Column2Class,
.print-cert .tb-result-area table td.Column4Class {
    text-align: left;
}
.print-cert .no-result {
    margin: 30px 0 0;
    padding: 40px;
    text-align: center;
    border: 1px solid #dfdfdf;
    background-color: #f0f0f0;
}
