/* footer-contact us */
.footer-orange {
    background: url(../images/index/index12.png) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}
.footer-orange .title {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    margin-bottom: 42px;
}
.footer-cu-btn {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
    position: relative;
    z-index: 1;
    background: none;
    border: none;
    height: 60px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.footer-cu-btn::before, .footer-cu-btn::after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.footer-cu-btn::before {
    border: 2px solid #FFF;
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -o-transform: scale3d(1.2, 1.2, 1);
}
.footer-cu-btn::after {
    background: #fff;
    color: #FFF;
}
.footer-cu-btn:hover::before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
}
.footer-cu-btn:hover::after {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    -o-transform: scale3d(0.8, 0.8, 1);
}
.footer-cu-btn a {
    color: #FE6310;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.footer-cu-btn:hover a {
    color: #FFF;
}


/* footer */
footer {
    background: #EEEEEE;
}
.footer-block-all {
    display: flex;
    padding: 65px 0 50px 0;
}
.footer-block {
    padding: 0 65px 15px 65px;
    border-right: 1px solid #DDD;
}
.footer-block:first-child {
    padding-left: 0;
}
.footer-block:last-child {
    padding-right: 0;
    border-right: none;
}
.footer-block ul {
    list-style-type: none;
    padding-left: 0;
}
.footer-block li {
    font-size: 15px;
}
.footer-block ul li a:hover {
    color: #F26418;
}
.footer-logo {
    margin-bottom: 40px;
}
.footer-info li {
    position: relative;
    padding-left: 30px;
}
.footer-info li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
}
.footer-info li:nth-child(1)::before {
    background: url(../images/ft-icon01.png) no-repeat center;
}
.footer-info li:nth-child(2)::before {
    background: url(../images/ft-icon02.png) no-repeat center;
}
.footer-info li:nth-child(3)::before {
    background: url(../images/ft-icon03.png) no-repeat center;
}
.footer-info li:nth-child(4)::before {
    background: url(../images/ft-icon04.png) no-repeat center;
}
.footer-block-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.footer-list {
    display: flex;
    justify-content: space-between;
}
.footer-list ul {
    padding-right: 80px;
}
.footer-list li {
    margin-bottom: 10px;
}
.footer-menu {
    padding: 15px 10px 0 110px;
}
.footer-media {
    display: flex;
    align-items: center;
}
.footer-media > div {
    border-radius: 100%;
    margin-right: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.footer-media > div:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
.media-icon-gplus, .media-icon-yt {
    background: #D83C3D;
}
.media-icon-fb {
    background: #5875AF;
}
.footer-media .media-icon-yt {
    margin-right: 0;
}
.footer-media .media-icon-gplus:hover, .footer-media .media-icon-yt:hover {
    box-shadow: 0 0 10px rgba(216,60,61);
    -webkit-box-shadow: 0 0 10px rgba(216,60,61);
    -moz-box-shadow: 0 0 10px rgba(216,60,61);
}
.footer-media .media-icon-fb:hover {
    box-shadow: 0 0 10px rgba(88,117,175);
    -webkit-box-shadow: 0 0 10px rgba(88,117,175);
    -moz-box-shadow: 0 0 10px rgba(88,117,175);
}
.footer-media > div a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright {
    text-align: center;
    background: #DFDFDF;
    font-size: 14px;
    color: #8c8c8c;
    padding: 20px 0;
    letter-spacing: 0.5px;
}


/* top */
#gotop { 
    display: none; 
    position: fixed; 
    right: 20px; 
    bottom: 1%; 
    cursor: pointer; 
    z-index: 99;
}


@media all and (max-width: 1500px) {
    .footer-block {
        padding: 0 45px 15px 45px;
    }
    .footer-menu {
        padding: 15px 10px 0 60px;
    }
}

@media all and (max-width: 1100px) { 
	.footer-orange .title {
        font-size: 26px;
        line-height: 1.3;
    }
    .footer-block-all {
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .footer-block {
        padding: 30px 0;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #DDD;
    }
    .footer-block:last-child {
        border-bottom: none;
    }
    .footer-block-title {
        margin-bottom: 15px;
    }
    .footer-list {
        justify-content: flex-start;
    }
    .footer-list ul {
        padding-right: 30px;
    }
}