@font-face { font-family: 'CHONBUKL'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/CHONBUKL.woff') format('woff'); font-weight: normal; font-style: normal; }

.container{
	width:1280px;
	margin:0 auto;
}

.cl{
	clear:both;
}

.tops{
	width:100%;
	background-color:#1b5d9b;
	text-align:right;
}

.tops a{
	display:inline-block;
	margin-right:-3px;
	color:#fff;
	font-size:15px;
	padding:5px 0;
}

.tops span{
	color:#fff;
	display:inline-block;
	margin:0 15px;
	font-size:15px;
	padding:5px 0;
}

/* 상단 메뉴 */
.top-wrap{
	width:100%;
	height:137px;
	background-color:#fff;
	z-index:99;
	font-family:'Noto Sans KR';
}

.top-fixed{
	position:fixed !important;
	top:0;
	left:0;
	z-index:99;
	background:#d1dfea;
}

.top-wrap .tmenu{
	display:table;
	table-layout:fixed;
	width:100%;
	height:137px;
}

.top-wrap .tmenu .tm{
	position:relative;
	display:table-cell;
	width:100%;
	vertical-align:middle;
}

.top-wrap .tmenu .logo{
	display:table-cell;
	vertical-align:middle;
	width:270px;
}

.top-wrap .logo2{
	display:none;
}

.top-wrap .tmenu .logo a{
	display:block;
}


.top-wrap .tmenu .tm > a{
	display:block;
	padding:55px 0 35px 0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

.top-wrap.top-fixed .tmenu .tm > a{
	display:block;
	padding:55px 0 35px 0;
	text-align:center;
	font-size:18px;
	color:#072746;
}

.top-wrap .tm ul{
	position:absolute;
	z-index:2;
	top:98px;
	left:0;
	display:none;
	opacity:0;
}

.top-wrap .tm ul{
	position:absolute;
	z-index:2;
	list-style:none;
	min-width:185px;
	display:none;
	opacity:0;
}

.top-wrap .tm ul a{
	display:block;
	background-color:#fff;
	color:#072746;
	padding:10px 0 10px 20px;
	font-size:16px;
}

.top-wrap .tm ul a:hover{
	background-color:#fff;
	color:#000;
}

.top-wrap .tm ul li{
	border-bottom:1px solid #ccc;
}

.top-wrap .tm ul li:last-child{
	border:0;
}

.top-wrap .submenu-wrap{
	position:absolute;
	z-index:98;
	width:100%;
	height:0;
	overflow:hidden;
	top:169px;
}

.top-wrap.top-fixed .submenu-wrap{
	top:137px;
}

.top-wrap .submenu-wrap .submenu{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.8);
	color:#000;
}

.top-wrap .submenu-wrap .submenu ul{
	display:block;
	width:100%;
}

.top-wrap .submenu-wrap .submenu .submenuw {
	display:table;
	table-layout:fixed;
	margin-left:270px;
	width:1010px;
}

.top-wrap .submenu-wrap .submenu li.stmenu{
	display:table-cell;
	width:100%;
	text-align:center;
	vertical-align:top;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	padding:25px 0;
}

.top-wrap .submenu-wrap .submenu li.stmenu:hover{
	background-color:#1b5d9a;
}

.top-wrap .submenu-wrap .submenu li.stmenu > a{
	color:#fff;
	font-size:15px;
	padding:30px 0 22px 0;
	text-align:center;
	display:block;
	font-weight:bold;
}

.top-wrap .submenu-wrap .submenu li.stmenu:hover a{
	color:#fff;
}

.top-wrap .submenu-wrap .submenu li.stmenu a:hover{
	color:#27b2cf;
}

.top-wrap .submenu-wrap .submenu li.stmenu li a{
	display:block;
	padding:5px 0;
	text-align:center;
	color:#000;
	font-size:15px;
}

.quick-menu{
	position:fixed;
	z-index:99;
	top:50%;
	right:100px;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

#main-slide{
	position:relative;
}

#main-slide .ms-item{
	width:100%;
	min-width:1280px;
	height:649px;
	background-repeat:no-repeat;
	background-position:center;
}

/* 메인 */
.img-off{
	opacity:1;
}

.img-on{
	position:absolute;
	z-index:2;
	top:0;
	opacity:0;
}

.mt-title{
	text-align:center;
	color:#1b5d9b;
	margin-bottom:40px;
}

.mt-title .p1{
	font-size:40px;
	margin-bottom:15px;
}

.mt-title .p2{
	font-size:20px;
	margin-bottom:15px;
}

.mt-title .p3{
	display:block;
	text-align:center;
	font-size:40px;
	color:#1b5d9b;
}

.mt-lt{
	padding:20px;
	border:1px solid #dddddd;
	height:320px;
}

.mt-lt-subj{
	width:100%;
	font-size:28px;
	color:#195d9a;
	margin-bottom:15px;
}

.mt-lt-subj a{
	float:right;
	font-size:28px;
	color:#195d9a;
}

.main-item1{
	width:100%;
	padding:40px 0;
}

.main-item1 li{
	position:relative;
	z-index:2;
	display:inline-block;
	margin-right:-3px;
	width:25%;
}

.main-item1 li div{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-item1 li:hover .img-off{
	opacity:0;
}

.main-item1 li:hover .img-on{
	opacity:1;
}

.main-item2{
	width:100%;
}

.main-item3{
	width:100%;
	margin:40px 0;
	background-color:#f8f8f8;
	background-image:url("../img/page/main_sec3_bg.jpg");
	background-repeat:no-repeat;
	background-position:center;
}

.main-item3 li{
	display:inline-block;
	margin-right:-3px;
	vertical-align:top;
}

.main-item3 li:nth-child(1){
	width:420px;
	padding:17px 20px;
}

.main-item3 li:nth-child(2){
	width:433px;
	padding:20px;
}

.main-item3 li:nth-child(3){
	width:427px;
	padding:20px;
}

.main-item3 .lt-subj{
	font-size:30px;
	color:#1b5d9b;
}

.main-item3 li:nth-child(3) .lt-subj{
	color:#fff;
}

.main-item3 li:nth-child(3) .lt-subj a{
	font-size:30px;
	color:#fff;
	float:right;
}

.main-item3 .lt-data{
	margin-top:15px;
	border:1px solid #d0d0d0;
	padding:15px;
	background-color:#fff;
}

.main-item4{
	width:100%;
}

.main-item4 ul{
	display:table;
	table-layout:fixed;
	width:100%;
}

.main-item4 li{
	display:table-cell;
	vertical-align:top;
}

.main-item4 li:nth-child(1){
	width:716px;
}

.main-item4 li:nth-child(2){
	width:100%;
}

/* 서브 - 메뉴 */
.sub-top-wrap{
	position:relative;
	width:100%;
	height:300px;
	overflow:hidden;
}

.sub-top-wrap .sub-title-wrap{
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.sub-top-wrap .sub-title-wrap .sub-title{
	color:#fff;
	font-size:40px;
	text-align:center;
}

.sub-top-wrap .sub-title-wrap .sub-slogan{
	color:#fff;
	font-size:18px;
	text-align:center;
	margin-top:15px;
}

.sub-menu-wrap{
	width:100%;
	background-color:#fff;
	color:#818181;
	font-size:16px;
	top:148px;
	border-bottom:1px solid #dadada;
}

.sub-menu-wrap .sm > li{
	display:inline-block;
	margin-right:-4px;
	text-align:center;
	border-right:1px solid #dadada;
	vertical-align:middle;
	min-width:254px;
	font-size:14px;
}

.sub-menu-wrap .sm > li:first-child{
	min-width:60px;
}

.sub-menu-wrap .sm > li > a{
	display:block;
	padding:15px;
	color:#818181;
	font-size:16px;
}
.selectric .label{
	font-size:16px !important;
}

.selectric .label,
.selectric .button{
	color:#818181 !important;
}

.selectric .button{
	top:50% !important;
	right:5px !important;
	border:1px solid #e0e0e0;
	width:30px !important;
	height:30px !important;
	font-size:16px !important;
	line-height:27px;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.selectric-items{
	border-left:1px solid #dedee0 !important;
	border-right:1px solid #dedee0 !important;
	border-bottom:1px solid #dedee0 !important;
	box-shadow:none !important;
	top:48px !important;
	left:1px !important;
}

.selectric-items li{
	padding:10px 30px !important;
	color:#272727 !important;
}

.selectric-items li.selected{
	background-color:#f3f4f6 !important;
	color:#272727 !important;
}

.selectric-items li:hover{
	background:#f3f4f6 !important;
	color:#272727 !important;
}

.sub-menu-wrap .page_submenu{
	display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:0 30px;
    font-size:16px;
    line-height:48px;
    color:#818181;
    height:48px;
    text-align:left;
}

/* 하단 */
footer{
	margin-top:40px;
	width:100%;
	background-color:#fff;
}

footer .ft-link{
	background-color:#1b5d9b;
	padding:10px 0;
	text-align:right;
}

footer .ft-link a{
	display:inline-block;
	margin-right:-3px;
	color:#fff;
	font-size:15px;
}

footer .ft-link span{
	display:inline-block;
	margin:0 15px;
	color:#fff;
	font-size:15px;
}

footer .ft-info{
	display:table;
	table-layout:fixed;
	width:100%;
}

footer .ft-info .ft-logo{
	display:table-cell;
	width:300px;
	text-align:center;
	vertical-align:middle;
	padding:40px 0;
}

footer .ft-info .ft-addr{
	display:table-cell;
	width:100%;
	color:#5c5c5c;
	font-size:15px;
	line-height:25px;
	vertical-align:middle;
}



.t_style1 {
	font-size: 30px;
	font-weight: 400;
	color: #0066CC;line-height:80px;
	width:100%;
	text-align:center;
}
.t_style2_1 {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	width:20%;
	height:100%;
	background:#002D60;
	float:left;
	text-align:center;
	vertical-align:middle;
	padding:50px 0;
	margin-bottom:30px;

}

.t_style2_2 {
width:75%; height:100%; float:left; margin-left:20px;
}


.t_style3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;line-height:30px;
}
.t_style4 {
	font-size: 17px;
	color: #333333;line-height:30px;
}

.t_style4_bold {font-size:18px; font-weight:bold;}

.t_style4_b {border:1px;}

.t_box {width:100%; border:1px solid #d9d9d9; background-color: #f4f4f4; margin: 1% 0 0; padding: 2% 2% 1.7% 2.75%;}
.border {width:100%; height:2px; border-bottom:2px solid #d9d9d9; margin-top:60px; margin-bottom:40px; clear:both;}
.clear {clear:both;}
.25 {width:25%;}
.70 {width:70%;}


.t_styletop {font-size:100px; width:100%; text-align:center; margin-bottom:-50px; color:#b6dcff; font-family:'CHONBUKL';padding-top:40px;}

.t_styletop2 {font-size:45px; width:100%; text-align:left; margin-bottom:40px; color:#1a76cc; font-family:'kopubbatang';padding-top:40px; line-height:55px;}


/* 서브페이지 탭 메뉴 */
.tabmenu{
	width:100%;
}

.tabmenu li{
	float:left;
	width:33%;
	margin-left:-1px;
}

.tabmenu li a{
	display:block;
	background-color:#e8e8e8;
	color:#484745;
	text-align:center;
	padding:10px 0;
	margin:0 0 5px 5px;
}

.tabmenu li:nth-child(1),
.tabmenu li:nth-child(4),
.tabmenu li:nth-child(7),
.tabmenu li:nth-child(10),
.tabmenu li:nth-child(13),
.tabmenu li:nth-child(1) a,
.tabmenu li:nth-child(4) a,
.tabmenu li:nth-child(7) a,
.tabmenu li:nth-child(10) a,
.tabmenu li:nth-child(13) a{
	margin-left:0;
}

.tabmenu li:nth-child(4) a,
.tabmenu li:nth-child(5) a,
.tabmenu li:nth-child(6) a{
	margin-bottom:5px;
}

.tabmenu li a:hover,
.tabmenu li a.active{
	background-color:#4a4a4a;
	color:#fff;
}

.tab-content{
	clear:both;
	width:100%;
	position:relative;
}

.tab-content .tab-item{
	position:relative;
	width:100%;
	display:none;
}

.tab-content .tab-item.active{
	display:block;
}





.t_style2 {
	font-size: 20px;
	font-weight: 600;
	color: #243d8c;
}
.t_style3 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;line-height:30px;
}
.t_style4 {
	font-size: 17px;
	color: #333333;line-height:25px;
	margin-bottom:50px;
}



.t_box_c {
width:100%; border:1px solid #d9d9d9; background-color: #f4f4f4; margin: 1% 0 0; padding: 2% 2% 1.7% 2.75%; text-align:center;}




 /* 프로필 css */

 #cv {
	width: 100%;
	max-width: 900px;
	margin: 30px auto;
}


.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #b09460;
	background: #f0f0f0;
}
#name .delayTwo {
	font-size: 30px;
	font-weight: 700;
	color:#b09460;
	font-family: 'Nanum Myeongjo', Arial, sans-serif;
	margin-bottom: -6px;
}

#name .delayThree {
	font-size: 18px;
	font-weight:400;
	margin-left: 2px;
	margin-top:5px;
	color: #666;
}

#mainArea {
	padding: 0 40px;
}

#headshot {
	width: 170px;
	margin:auto;
}


#name {
	float: center;
	text-align:center;
	margin-top:20px;
}

#contactDetails {
	float: right;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 15px;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}



section {
	border-top: 1px solid #dedede;
	padding: 20px 0 20px 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 25%;
}

.sectionContent {
	float: right;
	width: 72.5%;
	font-size:15px;
	line-height:30px;
}

.sectionContent ul {
	list-style: circle;
	}

.sectionTitle h1 {
	font-family: 'Nanum Myeongjo', Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: #b09460;
}
.sectionTitle h2 {
	font-size: 18px;
	font-weight:400;
	color: #999;
}


.clear {clear: both;}
