﻿@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Common */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
.wrapper{
	max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
body {
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0 auto;
}
html.fixed{ 
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%
}

#header{
    position: fixed;
    top: 0;
    lefT: 0;
    width: 100%;
    z-index: 99;
    color: #fff;
    height: 70px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    transition: all .5s
}
#header:hover,
#header.scroll{
    background: #2a2a2a !important
}
#header .logo{
    position: absolute;
    left: 0;
    top: 16px;
	z-index: 999
}
#header .logo img{
    height: 40px
}
#header nav{
    position: absolute;
    right: 0;
    top: 0
}
#header nav li{
    display: inline-block;
    margin-left: 50px;
    font-size: 17px;
    line-height: 70px;
    transition: all .3s
}
#header nav li.click,
#header nav li:hover{
    color: #0095dd
}
#header nav li a{
    display: block;
}

/*** footer ***/
#footer{
    position: relative;
    background: #2a2a2a;
}
#footer .wrapper{
    padding: 50px 0;
}
#footer .left{
    float: left;
    color: #fff;
    font-size: 14px;
}
#footer .left .info_box{
	margin-top: 50px;
}
#footer .left .info_box>li{
    line-height: 1.6;
	display: inline-block;
	margin-right: 20px

}
#footer .left .info_box>li span{
	color: #aaa;
	display: inline-block;
	margin-right: 10px
}
#footer .left .copy{
    margin-top: 50px;
	word-break: keep-all;
	color: #aaa
}
#footer .right{
    float: right;
    position: relative;
	color: #fff
}
#footer .right .sns_btn>li{
	display: inline-block;
	margin-right: 10px;
}
#footer .right .contact>li{
	margin-bottom: 25px;
	font-size: 20px
}
#footer .right .s_title{
	font-size: 16px;
	font-weight: 100
}
#footer .right .desc{
	word-break: keep-all;
	font-size: 23px;
	line-height: 1.6;
	margin-top: 12px;
	font-weight: 600
}

/*** 공통 ***/
#content #sec1{
	padding-top: 180px
}
#scroll_menu{
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
#scroll_menu .menu{
	display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
	text-align: center
}
#scroll_menu .menu li{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	line-height: 50px;
	font-size: 18px;
	display: list-item;
	color: #666;
}
#scroll_menu .menu li a{
	display: block;
	position: relative;
}
#scroll_menu .menu li.click{
	color: #002b81;
}
#scroll_menu .menu li.click::after{
	width: 100%;
	display: block;
	content: '';
	height: 2px;
	background: #002b81;
}
#sec_box>div{
	padding-top: 80px
}
#sec_box>div .tit{
	font-size: 35px;
	color: #adadad;
	text-align: center;
	font-weight: 600
}
#sec_box>div .desc{
	text-align: center;
	line-height: 1.8;
	margin-top: 20px
}
#content .no_data{
	text-align: center;
	font-size: 18px;
	line-height: 400px;
	color: #666
}
#pagination_box{
    text-align: center;
    margin-top: 50px
}
#pagination_box .pagination{
	 font-size: 0
}
#pagination_box .pagination>li{
	display: inline-block;
	font-size: 16px;
	height: 35px;
    min-width: 35px;
    line-height: 33px;
	color: #666
}
#pagination_box .pagination>li a{
	display: inline-block;
	padding: 0 5px;
	box-sizing: border-box;
	border: 0 none;
	border-bottom: 1px solid transparent;
	width: 100%;
	height: 100%;
	background: none !Important;
	border-radius: 0;
	color: #000
}
#pagination_box .pagination>li.active{
	color: #000;
}
#pagination_box .pagination>li.active a{
	border-color: #000
}
#menuBtn{
	display: none;
	position: absolute;
	right:0;
	top: 20px;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: none;
	cursor: pointer;
	padding: 0;
	text-align: center;
	z-index: 999
}
#menuBtn span{
	display: block;
	width: 50%;
	height: 1px;
	background: #fff;
	margin: 0 auto
}
#menuBtn span.bar2{
	margin-top: 6px;
}
#menuBtn.click span.bar1{
	transform: rotate(-45deg) translate(-2px, 2px)
}
#menuBtn.click span.bar2{
	transform: rotate(45deg) translate(-3px, -2px)
}
#menuBox{
	background: #002b81;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	display: none
	
}
#menuBox .menu{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	font-size: 30px;
}
#menuBox .menu li{
	margin-top: 20px
}
#menuBox .menu li a{
	display: inline-block;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
	opacity: .5;
	transition: all .3s;
	position: relative
}
#menuBox .menu li:hover a{
	opacity: 1
}
#menuBox .menu li a::after{
	display: block;
	content: '';
	width: 0;
	height: 10px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all .3s;
}
#menuBox .menu li:hover a::after{
	width: 100%
}

@media screen and (max-width: 1200px) {
	
	.wrapper{
		width: 90%
	}
	#footer .left,
	#footer .right{
		float: none;
		width: 100%
	}
	#footer .right .contact>li{
		margin-bottom: 10px;
	}
	#footer .right .contact>li p{
		display: inline-block;
		vertical-align: middle
	}
	#footer .right .desc{
		margin: 0
	}
	#footer .right .s_title{
		font-size: 14px;
		color: #aaa;
		width: 80px;
		font-weight: 400
	}
	#footer .right .desc{
		font-size: 18px;
		width: calc(100% - 90px)
	}
	#footer .left {
		margin-top: 40px
	}
	#footer .left .info_box{
		margin-top: 30px;
		font-size: 14px
	}
	#footer .left .info_box>li:last-child{
		margin-right: 0
	}
	#footer .left .copy{
		margin-top: 10px
	}
	#sec_box>div .desc{
		font-size: 14px;
		letter-spacing: -0.5px;
		word-break: keep-all
	}
}

@media screen and (max-width: 900px) {
	
	#menuBtn{
		display: block
	}
	#header nav{
		display: none
	}

}
@media screen and (max-width: 768px) {
	#scroll_menu .menu li{
		font-size: 14px
	}
	#scroll_menu{
		display: none
	}
	#content #sec1{
		padding-top: 120px
	}
	#sec_box>div .desc{
		word-break: keep-all;
		width: 90%;
		margin: 0 auto;
		margin-top: 20px
	}
	#sec_box>div .desc br{
		display: none
	}

}
@media screen and (max-width: 480px) {
	
	#footer .right .desc{
		font-size: 14px
	}
	#footer .left .logo img{
		height: 40px
	}

}