@charset "utf-8";

/**ÇÏ´Ü**/    
.ft .ft_top{border-top:solid 1px #666666;}

.ft_bottom{    padding: 30px 0;
    background-color: #151517;
    border-top: 1px solid #313131; color: #b5b5b5;
    font-weight: 100; font-size: 0.9em;}

.copy_menu {    display: table;
    margin: 0 auto;}
.copy_menu li{            position: relative;
    padding: 0 2em;
    display: inline-block;}
.copy_menu li:after {content: "";
    display: block;
    width: 1px;
    height: 20px;
    border-left: 1px solid gray;
    position: absolute;
    top: 51%;
    right: 0;
    margin-top: -10px;}
.copy_menu li:nth-last-child(1)::after {display:none;}
.copy_menu li a{    line-height: 2.8em; color: white; font-weight: 100;}
.copy_menu li:nth-of-type(1) a {color: white;
    font-weight: 300;}

ul.copyright {            display: table;
    width: 68%;
    box-sizing: border-box;
    /* margin: 1em 0 3em 0; */
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.5em;
    margin-top: 3em;}
ul.copyright li{    display: inline-block;
    margin-right: 2em;}
ul.copyright li:nth-of-type(1){}
ul.copyright li:nth-last-child(1){color: #5a5a5a;
    display: table;
    margin: 0 auto;}
ul.copyright li:nth-last-child(1):hover{color:#e16704; cursor: pointer;}
ul.copyright li:nth-last-child(2){    margin-top: 2em;}
ul.copyright li span{padding-right: 1em;}

@media screen and (max-width: 1000px) { 
	ul.copyright {font-size:0.9em}	
}

ul.ft_logo {    margin: 0 auto;
    display: table;
    text-align: center;}
ul.ft_logo li{}
ul.ft_logo li:nth-of-type(1){        background-image: url(/img/logo/bottom_logo.png);
    height: 2.4em;
    margin: 0 auto;
    margin-bottom: 2em;
    background-repeat: no-repeat;
    margin-top: 1em;
    width: 16em;}
ul.ft_logo li:nth-of-type(2){    font-size: 3em;
    font-weight: 800;
    color: white;}
ul.ft_logo li:nth-of-type(3){}

#back-top {
        position: fixed;
    bottom: 0px;
    left: 50%;
    z-index: 100000;
    width: 1200px;
    /* margin: 0 auto; */
    margin-left: -600px;
}
 #back-top *{box-sizing: border-box; }
#back-top a {
    width: 218px;
    height:138px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;    padding-top: 3em;
}
#back-top a:nth-of-type(1) {color: #3e3e3e; background-color:white;}
#back-top a:nth-of-type(2) {color: white; background-color:#0e2c7b;}
#back-top a span {    display: table;
    font-size: 0.8em;
    text-align: center;
    width: 100%;margin-top: 1em;
    font-weight: 500;
}

@media screen and (max-width: 1000px) {
	#footer {}
	.ft .ft_bottom{float:none; width: 100%;}
	.ft .ft_bottom h4 {float: none;
    margin: 0 auto;}
	.copy_menu li:after {display:none;}
	.copy_menu li a{    line-height: 1em;}
	.copy_menu {
    display: table;
    width: 93%;
    margin: 0 auto;     margin-top: 1em;     text-align: center;
	}
	.copy_menu li{
    padding: 0 0.2em;}
}