/* BASIC css start */
    .clearfix:before, .clearfix:after{
      content: '';
      display: block;
      clear: both;
    }

  	footer{
      width: 100%;
    }

    footer a:hover{
      opacity: 0.5;
    }

    footer ul{
    	list-style: none;
    	padding: 0;
    }

    footer ._top{
      position: fixed;
      width: 50px;
      height: 50px;
      bottom: 90px;
      right: 30px;
      background: url("http://www.strapya-korea.com/iface/footer/top.png") no-repeat;
      display: none;
      border-radius: 50px;
      box-shadow: 0 0 5px gray;
    }

    footer ._top a{
      display: block;
      width: 50px;
      height: 50px;
      text-indent: -9999px;
      overflow: hidden;
      z-index: 99;
    }

    .footer_top{
      width: 100%;
      border-top:1px solid #b2b2b2;
    }

    .footer_top ul{
    	width: 1200px;
    	height: 40px;
    	margin: 0 auto;
    	line-height: 40px;
    }

    .footer_top ul li{
    	float: left;
    	margin-right: 24px;
    }

    .footer_top ul li a{
    	text-decoration: none;
    	font-size: 14px;
    	color:#000000;
    }

    .footer_center{
    	width: 1200px;
    	margin: 0 auto;
    }

    .footer_center ul{
    	margin: 40px 0 0;
    	float: left;
    	font-size: 14px;
    	line-height: 1.6em;
      overflow :hidden;
    }


    .footer_logo{
      width: 250px;
      text-align: left;
      overflow :hidden;
    }

    .footer_logo li{
      width: 142px;
      height: 32px;
      text-align: left;
      text-indent: -9999px;
      overflow: hidden;
    }

    .footer_logo li a{
    	background: url('http://www.strapya-korea.com/iface/footer/logo.png') no-repeat;
      display: block;
      height: 32px;
    }

    .footer_logo a:hover{
      opacity: 1;
    }    

    .footer_info01{
      width: 650px;
      text-align: left;
    }

    .footer_info01 li:last-child{
    	margin-top: 20px;
    	color: #999;
    }   

    .footer_info02{
      width: 300px;
      text-align: left;
    }

    .footer_info02 li:first-child{
    	font-size: 15px;
    	font-weight: bold;
    }

    .footer_info02 li:last-child a{
      font-size: 14px;
      font-weight: bold;
      text-decoration: underline;
      color: #000000;
    }    

    .footer_bottom{
    	width: 1200px;
    	margin: 0 auto;
    }
/* BASIC css end */

