/*================================
    °øÅë : top
================================*/
.top{
	width: 100%;
	height: 100px;
	position: fixed;
	background: #FFFFFF;
	top: 0;
	z-index: 1000000;
}
.top .top_logo{
	width: 20%;
	float: left;
	padding: 29px 0 0 0;
}
.top .top_menu{
	width: 80%;
	float: left;
	text-align: right;
}

/*================================
    °øÅë : ·Î°í
================================*/
.top .top_logo img{
	width: 199px;
}

/*================================
    °øÅë : ¸Þ´º
================================*/
.top .top_menu .jquerynav{
	display: inline-block;
}
.changed{
	border-bottom: 1px solid #d0d0d0;
}

/*================================
    °øÅë : Ä«ÇÇ¶óÀÌÅÍ
================================*/
.copyright .copyright_info p{
	font-size: 15px;
	color: #a2a2a2;
}
.copyright .copyright_info p span{
	width: 1px;
	height: 13px;
	background: #555555;
	display: inline-block;
	margin: 2px 12px 0 12px;
}

@media (min-width: 1100px){
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #333333;
		padding: 24px 0;
	}
	.copyright .copyright_left{
		width: 80%;
		float: left;
	}
	.copyright .copyright_right{
		width: 20%;
		float: left;
		text-align: right;
	}
	.copyright .copyright_logo{
		width: 22%;
		float: left;
	}
	.copyright .copyright_info{
		width: 100%;
		float: left;
	}
	.copyright .copyright_logo img{
		width: 90%;
	}
}
@media (min-width: 1200px){
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #333333;
		padding: 24px 0;
	}
	.copyright .copyright_left{
		width: 80%;
		float: left;
	}
	.copyright .copyright_right{
		width: 20%;
		float: left;
		text-align: right;
	}
	.copyright .copyright_logo{
		width: 25%;
		float: left;
	}
	.copyright .copyright_info{
		width: 100%;
		float: left;
	}
	.copyright .copyright_logo img{
		width: 199px;
	}
}
@media (min-width: 1300px){
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #333333;
		padding: 20px 0;
	}
	.copyright .copyright_left{
		width: 100%;
		float: left;
	}
	.copyright .copyright_right{
		width: 100%;
		float: left;
		text-align: right;
	}
	.copyright .copyright_logo{
		width: 17%;
		float: left;
	}
	.copyright .copyright_info{
		width: 100%;
		float: left;
	}
}
@media (min-width: 1400px){
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #333333;
		padding: 20px 0;
	}
	.copyright .copyright_left{
		width: 100%;
		float: left;
	}
	.copyright .copyright_right{
		width: 100%;
		float: left;
		text-align: right;
	}
}
@media (min-width: 1500px){
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #333333;
		padding: 40px 0;
	}
	.copyright .copyright_left{
		width: 80%;
		float: left;
	}
	.copyright .copyright_right{
		width: 20%;
		float: left;
		text-align: right;
	}
}

/*================================
    °øÅë : ÆÐ¹Ð¸®»çÀÌÆ®
================================*/
.copyright .copyright_right select:focus {
	outline: none;
	border: 1px solid #909090;
	border-radius: 0;
}

@media (min-width: 1100px){
	.copyright .copyright_right select{
		width: 150px;
		height: 36px;
		border: 1px solid #4f4f4f;
		font-size: 15px;
		color: #373737;
		padding: 0 10px;
		background: #fff url('../images/sub/bg_select.jpg') no-repeat 95% 50%; /* È­»ìÇ¥ ¾ÆÀÌÄÜ Ãß°¡ */
	}
}
@media (min-width: 1200px){
	.copyright .copyright_right select{
		width: 200px;
		height: 36px;
		border: 1px solid #4f4f4f;
		font-size: 15px;
		color: #373737;
		padding: 0 10px;
		background: #fff url('../images/sub/bg_select.jpg') no-repeat 95% 50%; /* È­»ìÇ¥ ¾ÆÀÌÄÜ Ãß°¡ */
	}
}
@media (min-width: 1300px){
	.copyright .copyright_right select{
		width: 200px;
		height: 36px;
		border: 1px solid #4f4f4f;
		font-size: 15px;
		color: #373737;
		padding: 0 10px;
		background: #fff url('../images/sub/bg_select.jpg') no-repeat 95% 50%; /* È­»ìÇ¥ ¾ÆÀÌÄÜ Ãß°¡ */
	}
}
@media (min-width: 1400px){
	.copyright .copyright_right select{
		width: 200px;
		height: 36px;
		border: 1px solid #4f4f4f;
		font-size: 15px;
		color: #373737;
		padding: 0 10px;
		background: #fff url('../images/sub/bg_select.jpg') no-repeat 95% 50%; /* È­»ìÇ¥ ¾ÆÀÌÄÜ Ãß°¡ */
	}
}
@media (min-width: 1500px){
	.copyright .copyright_right select{
		width: 200px;
		height: 43px;
		border: 1px solid #4f4f4f;
		font-size: 15px;
		color: #373737;
		padding: 0 10px;
		background: #fff url('../images/sub/bg_select.jpg') no-repeat 95% 50%; /* È­»ìÇ¥ ¾ÆÀÌÄÜ Ãß°¡ */
	}
}

/*Äü¸Þ´º*/
.menu-toggle-btn{
	width: 78px;
    height: 78px;    
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}
.menu-list{
    list-style: none;
    bottom: 0;
    right: -30px;
    position: absolute;
    z-index: 1;
}
.menu-list .menu-item{
	width: 86px;
	height: 48px;
	background: #FFFFFF;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-list .menu-item a{
	font-size: 13px;
	color: #414141;
	line-height: 15px;
	text-align: center;
}
.menu-list .menu-item:hover{
	background: #2e3092 !important;
	border: 1px solid #2e3092 !important;
}
.menu-list .menu-item:hover a{
    color: #FFFFFF;
}
.menu-list .menu-item:nth-of-type(1){
	border-top: 1px solid #d9d9d9;
	border-radius: 10px 10px 0 0;
}
.menu-list .menu-item:nth-of-type(5){
	border-radius: 0 0 10px 10px;
}

.menu-list.effect .menu-item:nth-of-type(1){
    bottom: 272px;
    right: 30px;
	opacity: 1.0;
}
.menu-list.effect .menu-item:nth-of-type(2){
    bottom: 224px;
    right: 30px;
	opacity: 1.0;
}
.menu-list.effect .menu-item:nth-of-type(3){
    bottom: 176px;
    right: 30px;
	opacity: 1.0;
}
.menu-list.effect .menu-item:nth-of-type(4){
    bottom: 128px;
    right: 30px;
	opacity: 1.0;
}
.menu-list.effect .menu-item:nth-of-type(5){
    bottom: 80px;
    right: 30px;
	opacity: 1.0;
}

@media (min-width: 1100px){
	.menu-container{
		bottom: 15px;
		right: 70px;
		position: fixed;
		z-index: 1000;
	}
}
@media (min-width: 1200px){
	.menu-container{
		bottom: 15px;
		right: 110px;
		position: fixed;
		z-index: 1000;
	}
}
@media (min-width: 1300px){
	.menu-container{
		bottom: 15px;
		right: 120px;
		position: fixed;
		z-index: 1000;
	}
}
@media (min-width: 1400px){
	.menu-container{
		bottom: 17px;
		right: 130px;
		position: fixed;
		z-index: 1000;
	}
}
@media (min-width: 1500px){
	.menu-container{
		bottom: 17px;
		right: 110px;
		position: fixed;
		z-index: 1000;
	}
}
@media (min-width: 1600px){
	.menu-container{
		bottom: 17px;
		right: 120px;
		position: fixed;
		z-index: 1000;
	}
}
@media (min-width: 1700px){
	.menu-container{
		bottom: 17px;
		right: 130px;
		position: fixed;
		z-index: 1000;
	}
}
@media (min-width: 1800px){
	.menu-container{
		bottom: 17px;
		right: 160px;
		position: fixed;
		z-index: 1000;
	}
}