@charset "utf-8";
@font-face {
    font-family: 'Eulyoo1945-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/Eulyoo1945-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: NotoSansKR;
    src: url(../font/NotoSansKR-Thin.otf);
    font-weight: 100;
}

@font-face {
    font-family: NotoSansKR;
    src: url(../font/NotoSansKR-Light.otf);
    font-weight: 200;
}


@font-face {
    font-family: NotoSansKR;
    src: url(../font/NotoSansKR-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: NotoSansKR;
    src: url(../font/NotoSansKR-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: NotoSansKR;
    src: url(../font/NotoSansKR-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: NotoSansKR;
    src: url(../font/NotoSansKR-Black.otf);
    font-weight: 900;
}



* {
	margin:0 auto;
	padding:0;

	box-sizing: border-box;
}

li {
	list-style:none;
}

a {
	text-decoration:none;
}
body {
	min-width:1300px;
}

#main {
	height:1000px;
	overflow:hidden;
	position:relative;
	font-family: 'Eulyoo1945-SemiBold';
}

#menu_bar {
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	background-color:rgba(255,255,255,0.3);
	height:120px;
	width:100%;
	z-index:99;
	font-family: 'Eulyoo1945-SemiBold';
}
.wrap {
	width:1300px;
	margin:0 auto;
	overflow: hidden;
}

#scroll {
	position:absolute;
	bottom:130px;
	left:50%;
	transform: translateX(-50%);
}
.container {

  position: relative;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.slide_wrap {
	position:relative;

}
#slide_frame {
	width:1920px;
	overflow: hidden;
}
.slide_wrap div {
	width:100%;
	position:absolute;
	height:1080px;
	position:relative;
	z-index:-9;
}
.slide_wrap div p {
	position:absolute;
	right:250px;
	bottom:300px;
	color:#fff;
	font-size:50px;
	text-align:right;
}
.slide_wrap div p span {
	font-size:70px;
}

.ani {
	animation-name: slide;
	animation-duration:8s;
	animation-iteration-count:infinite;

}
	


@keyframes slide {
	0% {
		background-size: auto 110%;
}

	100% {
		background-size: auto 100%;
	}
}


#slide_btn {
	position:absolute;
	bottom:100px;
	z-index: 99;
}

#slide_btn span {
	width:50px;
	height:50px;
	background:#000;
	color:#fff;
	display:inline-block;
	text-align:center;
	line-height:50px;
	opacity:0.5;
	font-size:18px;
	cursor:pointer;
}

#slide_btn span.selected {
	opacity:1;
}

#menu_bar .wrap > a {
	display:inline-block;

	height:120px;
	padding-top:25px;
}

#menu_bar .wrap > a img {
	display:block;
}

.menu_wrap {
	width:700px;
	float:right;
}

.menu_list {
	width:25%;
	float:left;
	text-align:center;
}
.menu_list > a {
	color:#333;
	display:block;
	height:120px;
	line-height:120px;
	font-size:20px;
	font-weight:700;
}
.drop_menu {
	background:#fff;
	padding-bottom:20px;
	padding-top:20px;
	display:none;
}
.drop_menu li {
	height:70px;
	line-height:70px;
}
.drop_menu li:hover {
	text-decoration: underline;
	background:#e5e5e5;
}
.drop_menu li a {
	color:#333;
	font-size:17px;
	font-weight:500;
}

.hover {
	background:#fff;
}

#content {
	margin-top:80px;
}

#content .wrap >div >h3 {
	width:40px;
	font-size:30px;
	font-weight:700;
	color:#333;
	display:inline-block;
	text-align:center;
	margin-right:20px;
	vertical-align: bottom;
	font-family: 'Eulyoo1945-SemiBold';
}
#content .wrap div img {
	vertical-align: bottom;
}
.explain {
	display:inline-block;
	width:600px;
	padding:50px;
	padding-bottom:0;
	vertical-align: bottom;
	font-family: 'Eulyoo1945-SemiBold';
}

.explain > a {
	font-size:20px;
	text-decoration: underline;
	color:#fff;
	background:#1d2088;
	display:inline-block;
	padding:10px 40px;
	margin-top:20px;
	outline:2px solid #1d2088;

}
.explain > a:hover {
	background:#fff;
	outline:2px solid #1d2088;
	transition:0.2s;
	color:#1d2088;
	text-decoration:none;
}
.explain > p {
	font-size:16px;
	line-height:25px;
	font-weight:300;
}
.explain hr {
	border:none;
	border-top:1px solid #ddd;
	margin-bottom:10px;
	margin-top:10px;

}
.explain > p b {
	line-height:40px;
	font-size:30px;
	display:block;
	margin-bottom:14px;
}
#content #board {
	margin-top:100px;

}
#content #board > div {
	width:610px;
	float:left;
}

#notice h3, #photo h3 {
	font-size:23px;
	padding:20px 10px;
	font-family: 'Eulyoo1945-SemiBold';
}
#notice h3 a,#photo h3 a {
	color:#555;
	float:right;
	font-size:35px;
	width:40px;
	text-align:center;
	font-weight:600;
	display:block;
	height:40px;
	line-height:40px;
	background:#eee;
}
#notice h3 a:hover, #photo h3 a:hover {
	color:#fff;
	background:#333;

}
#notice h3 b, #photo h3 b {
	font-size:35px;
}

.notice_li, .photo_li {
	border:1px solid #eee;
	margin-bottom:15px;
	overflow: hidden;
	cursor: pointer;
	width:600px;
	display:block;
	font-family: NotoSansKR;
	color:#333;
}
.notice_li:hover, .photo_li:hover {
	background:#eee;
}
.notice_li:hover span, .photo_li:hover span {
	background:#ea6a6a;
}

.notice_li span, .photo_li span {
	display:inline-block;
	float:left;
	width:98px;
	height:100px;
	color:#fff;
	text-align: center;
	line-height: 100px;
	background:#333;
}

.notice_li div, .photo_li div {
	height:100px;
	float:left;
	display:inline-block;
	width:500px;
	padding:15px;
}
.notice_date, .photo_date {
	font-size:14px;
	margin-top:13px;
	margin-bottom:4px;
}

.notice_title, .photo_title {
	width:470px;
	white-space: nowrap;
	display:block;
	overflow: hidden;
	text-overflow:ellipsis;
}

#lbl_notice, #lbl_photo {
	background:url(../img/inkpattern.png) center no-repeat;
	text-align:center;
	display:block;
	color:#333;
	font-size:20px;
	font-weight:500;
	padding:15px;
	margin-top:40px;
	font-family: 'Eulyoo1945-SemiBold';
}
#lbl_notice u,#lbl_photo u {
	font-size:15px;
}

#notice,#photo {
	height:420px;
}

#footer {
	margin-top:150px;
	border-top:1px solid #eee;
	font-weight:400;
	font-size:17px;
	font-family: NotoSansKR;
}

.footer_left {
	width:800px;
	float:left;
	padding:30px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
.footer_left p {
	padding-bottom:10px;
}

.footer_right {
	float:left;
	width:498px;
	padding:30px;

}

#footer .wrap {
	border-right:1px solid #eee;
}
.footer_right a {
	display:block;
	color:#333;
	padding-bottom:7px;

}
.copyright {
	clear: both;
	border-top:1px solid #eee;
	padding-top:60px;
	text-align:center;
	padding-bottom:30px;
}
.copyright p {
	margin-top:10px;
}


/*company*/
#com_banner {
	background-image:url(../img/company_banner.jpg);
	background-repeat: no-repeat;
	background-size:100% 500px;
	height:500px;
	margin-top:120px;
}

#com_banner h2 {
	color:#fff;
	text-align:center;
	font-size:50px;
	padding-top:250px;
}
#company {
	margin-top:200px
}

#com_title {
	width:300px;
	margin:0 auto;
	text-align:center;
	height:140px;
	background:url(../img/inkpattern2.png) center no-repeat;
	font-family: 'Eulyoo1945-SemiBold';
}


#com_title h3 {
	font-size:40px;

}
#com_title p {
	font-size:35px;
	padding-top:25px;

}

#route {
	border-top:1px solid #ccc;
	width:300px;
	font-family:"Noto Sans KR";
	text-align: center;
	padding:10px;
	font-size:16px;
	margin:30px auto;
}

#greet_box {
	width:1300px;
	margin:100px auto 150px;
}
#greet_img {
	width:620px;
	display:inline-block;
	vertical-align: top;
}
#greet_img > div {
	overflow: hidden;
}
#greet_img > div img {
	float:left;
	margin-top:27px
}

#greet {
	display:inline-block;
	vertical-align: top;
	padding:30px;
	margin-top:40px;
	width:670px;
}

#greet h4 {
	font-size:40px;
	margin-bottom:30px;
	font-family: 'Eulyoo1945-SemiBold';
}

#greet p {
	font-size:20px;
	font-family: "Noto Sans KR";

}

#greet i {
	font-style: normal;
	font-size:30px;
	margin-top:50px;
	display:block;
	text-align:right;
	font-family: 'Eulyoo1945-SemiBold';
}

/* map */

#map {
	margin-top:200px;
	font-family: "Noto Sans KR";
}
#kakaomap {
	width:1300px;margin:100px auto 150px;
}
#map_title {
	width:300px;
	margin:0 auto;
	text-align:center;
	height:140px;
	background:url(../img/inkpattern2.png) center no-repeat;
	font-family: 'Eulyoo1945-SemiBold';
}


#map_title h3 {
	font-size:40px;


}
#map_title p {
	font-size:35px;
	padding-top:25px;


}

#map_banner {
	background-image:url(../img/map_banner.jpg);
	background-repeat: no-repeat;
	background-size:100% 500px;
	height:500px;
	margin-top:120px;
}

#map_banner h2 {
	color:#fff;
	text-align:center;
	font-size:50px;
	padding-top:250px;
}

/*project*/

#project {
	margin-top:200px;
}
#pro_title {
	width:300px;
	margin:0 auto;
	text-align:center;
	height:140px;
	font-family: Eulyoo1945-SemiBold;
	background:url(../img/inkpattern2.png) center no-repeat;
}


#pro_title h3 {
	font-size:50px;

}
#pro_title p {
	font-size:35px;
	padding-top:25px;

}

#pro_banner {
	background-image:url(../img/pro_banner.jpg);
	background-repeat: no-repeat;
	background-size:100% 500px;
	height:500px;
	margin-top:120px;
}

#pro_banner h2 {
	color:#fff;
	text-align:center;
	font-size:50px;
	padding-top:250px;
}

#project_board {
	width:1300px;
	margin:100px auto 0;
	font-family: 'Eulyoo1945-SemiBold';
}

.pro_board_li {
	border:1px solid #ddd;
	height:400px;
	overflow: hidden;
	margin-bottom:40px;
	display:block;
	color:#333;
}

.meta_box {
	height:100%;
	width:398px;
	display:block;
	float:left;
}

.board_content {
	width:900px;
	float:left;
	background:#eee;
	padding:30px;
	height:400px;
}
.imgbox {
	width:100%;
	height:300px;
}
.imgbox img {
	width:100%;
}
.padding {
	padding:17px;
}
.padding p {
	padding:5px;
}
.padding p b {
	display:inline-block;
	width:70px;
	text-align:center;
}
.pro_board_title {
	width:250px;
	display:inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.board_content > p {
	padding-bottom:20px;

}

.proimg {
	float:left;
	width:153px;
	margin-right:18px;
	overflow: hidden;
}
.proimg:last-of-type {
	margin-right:0px;
}
.pro_board_content {
	width:840px;
	display:block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.proimg_list {
	overflow: hidden;
}
.proimg_list:first-of-type {
	margin-bottom:18px;
}

/*history*/
.history_list {
	border-bottom:1px solid #eee;
	font-family: Eulyoo1945-SemiBold;
}

.year h3 {
	font-size:40px;
	color:#1d2088;
	padding:10px;
}
.history p {
	padding:10px;
}

.history {
	margin-left:140px;
}

/*sitemap*/
.sitemap {
	padding:20px;
	width:1300px;
	margin:20px auto;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
}
.main_menu {
	display:inline-block;
}
.main_menu p {
	font-size:30px;
	width:200px;

}
.sub_menu a {
	color:#555;
	display:block;
	float:left;
	padding-left:40px;
	padding-right:40px;
}

.sub_menu {
	display:inline-block;
}


    #icon_menu {
        position: fixed;
        bottom: 10px;
        right: 10px;

    }

    #icon_menu a {
        display: block;
        width: 60px;
        height: 60px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        margin-bottom: 10px;
        border-radius: 10px;
        border:2px solid #fff;
    }

    #icon_menu a img {
        width:25px;
    }