@charset "utf-8";
/* 초기화 */

/* footer */
#footer{position:relative;width:100%;height:auto;}
#footer .ft_wrap{width:100%;height:60px;line-height:60px;border-bottom:1px solid rgba(255,255,255,0.2)}
#footer .ft_link,.ft_info{position:relative;width:1300px;margin:0 auto;height:auto;overflow:hidden}
#footer .ft_link a{font-size:14px;color: #000;margin-right:25px}
#footer .ft_link a:hover{color:#eec124}
#footer .ft_link select{float:right;width:260px;height:60px;background:url('../img/select_bg.png')no-repeat right #2d2c29;border:none;color:#fff;padding:0 20px;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}
#footer .ft_link select:last-child{background:url('../img/select_bg.png')no-repeat right #363533}
#footer .ft_link select::atfer{clear:both}
#footer .ft_link select::-ms-expand{ display:none}
#footer .ft_info .ft_logo{float:left;line-height:130px; padding:0 30px;}
#footer .ft_info .ft_logo img {max-width: 120px; vertical-align:middle;}
#footer .ft_info .ft_text{float:left;width:55%;margin:45px 0;line-height:1.6}
#footer .ft_info .ft_text ul{height:auto;overflow:hidden}
#footer .ft_info .ft_text ul li{float:left;margin-right:30px;font-size:14px;color:#adadad}
#footer .ft_info .ft_text .copylight{clear:both;font-size:14px;color:#adadad;letter-spacing:0;}
@media(max-width:1400px){
#footer .ft_link,.ft_info{width:100%;padding-left:20px}
#footer .ft_info .ft_logo,#footer .ft_info .ft_text{width:50%;}
}
@media(max-width:920px){
#footer .ft_link select{display:none}
}
@media(max-width:890px){
#footer .ft_link, .ft_info{padding:0 10px}
#footer .ft_info .ft_logo, #footer .ft_info .ft_text{width:100%;text-align:center}
#footer .ft_info .ft_logo{line-height:80px}
#footer .ft_info .ft_text{margin:0;margin-bottom:20px}
#footer .ft_info .ft_text ul li{float:none;display:inline-block;}
}
@media(max-width:500px){
#footer .ft_info .ft_text ul li{float:none;display:inline-block;margin-right:0;margin:0 5px}
#footer .ft_info .ft_text ul li:first-child{display:block}
#footer .ft_info .ft_text .copylight{word-break:keep-all}
#footer .ft_info .ft_logo img{width:80%}
#footer .ft_wrap{display:none}
}
