/* # General
================================ */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Jost', sans-serif;
    font-family: 'Noto Sans KR', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    word-break: keep-all;
}

::-moz-selection {
    background: rgb(155, 256, 0);
    color: #414042;
}

::selection {
    background: rgb(155, 256, 0);
    color: #414042;
}

input[type="text"],
textarea,
[contenteditable] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.scroll {
    -webkit-user-select: text;
    -moz-user-select: -moz-text;
    -ms-user-select: text;
    user-select: text;
}


/*pc========================================*/

@media all and (min-width:768px) {
    #navbar-mobile {
        display: none;
    }
    #menu {
        display: none;
    }
    .krf2020-mobile {
        display: none;
    }
    .mobile {
        display: none;
    }
    #navbar2 {
        display: none;
    }
    .container {
        padding: 0 280px;
        min-width: 1366px;
        max-width: 1600px;
        float: center;
        margin: 0 auto;
    }
    .container2 {
        padding: 0 280px 70px 280px;
        min-width: 1366px;
        max-width: 1600px;
        float: center;
        margin: 0 auto;
    }
    .container3 {
        padding: 70px 280px 70px 280px;
        min-width: 1366px;
        max-width: 1600px;
        float: center;
        margin: 0 auto;
    }
    a {
        cursor: pointer
    }
    /*text style*/
    .ssmallfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 10px;
        line-height: 16px;
    }
    .smallfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 13.5px;
        line-height: 23.5px;
    }
    .regularfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 16px;
        line-height: 27px;
    }
    .mediumfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 17px;
        line-height: 33px;
    }
    .largefont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 31px;
        line-height: 41px;
    }
    .semibold {
        font-weight: 600;
    }
    .medium {
        font-weight: 500;
    }
    .regular {
        font-weight: 400;
    }
    .k0 {
        color: #ffffff
    }
    .k15 {
        color: #e6e6e6;
    }
    .k30 {
        color: #c9caca;
    }
    .k60 {
        color: #898989;
    }
    .k80 {
        color: #595757;
    }
    .k100 {
        color: #000000
    }
    .left {
        text-align: left;
    }
    .justify {
        text-align: justify;
    }
    .right {
        text-align: right;
    }
    .aboutfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }
    .kcisfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 12px;
        line-height: 22px;
    }
    .projectfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 31px;
        line-height: 50px;
    }
    .space {
        letter-spacing: 2px;
    }
    .spacesmall {
        letter-spacing: 1px;
    }
    .wordbreak {
        word-break: keep-all;
    }
    /* # Header, Main Menu
================================ */
    #header {
        font-family: 'Jost', sans-serif;
        background-color: white;
        padding: 30px 10px;
        position: fixed;
        top: 0;
        width: 100%;
        transition: 0.2s;
        z-index: 999;
        display: table-cell;
        vertical-align: middle;
    }
    .dropbtn {
        color: black;
        padding: 0;
        border: none;
        font-size: 14px;
        text-decoration: none;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 0;
        z-index: 1;
        text-align: center;
        border: 1px solid black;
        margin: 0 0 0 40px;
    }
    .dropdown-content a {
        padding: 2px 15px 2px 15px;
        margin: 0 0 0 -23px;
        text-decoration: none;
        display: block;
        color: black;
        font-size: 14px;
    }
    .dropdown-content a:hover {
        color: white;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .logobox {
        width: 172px;
        height: auto;
        float: left;
        position: relative;
        display: table;
    }
    .logoboxsub {
        display: table-cell;
        vertical-align: middle;
    }
    #logo {
        width: 170px;
        height: auto;
        padding: 0;
        margin-top: 30px;
    }
    #logo2 {
        width: 100px;
        height: 43px;
        padding: 0;
        margin: 0;
        display: none;
    }
    #navbar {
        overflow: hidden;
        padding: 30px 0;
        margin: 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        background-color: white;
    }
    #navbar a {
        float: left;
        color: black;
        text-decoration: none;
        font-size: 14px;
    }
    #navbar-right {
        float: right;
        text-align: right;
        padding: 40px 0;
    }
    #navbar-right a {
        padding-left: 40px;
    }
    #navbar-right a:hover {
        color: #c9caca;
    }
    #navbar-right a:hover {
        color: #c9caca;
    }
    .line {
        width: 100%;
        height: 1px;
        float: left;
        margin: 140px 0;
        background-color: #595757;
    }
    .line2 {
        width: 100%;
        height: 1px;
        float: left;
        margin: 120px 0 140px 0;
        background-color: #595757;
    }
    .line3 {
        width: 100%;
        height: 1px;
        float: left;
        margin: 140px 0 120px 0;
        background-color: #595757;
    }
    /*section one=============================*/
    #section01 {
        width: 100%;
        min-width: 1366px;
        height: 70%;
        padding: 175px 0 0 0;
        margin: 0;
        left: 0;
        text-align: center;
    }
    #section01 img {
        width: 100%;
        min-width: 1366px;
        height: 70%;
        margin: 0;
        left: 0;
        z-index: 0;
    }
    .arrowbox {
        float: left;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    .arrowbox a {
        text-decoration: none;
    }
    .arrowbox i {
        font-size: 60px;
        color: black;
    }
    i:hover {
        color: #c9caca;
    }
    /*section two=============================*/
    #section02 {
        padding: 70px 0 0 0;
    }
    .gradient {
        z-index: 1;
        position: relative;
        float: left;
        width: 100%;
        height: 100px;
        /* Safari 5.1 ~ 6.0, chrome 10.0~25 */
        background: -webkit-linear-gradient(left top, #ffb2c0, #ffc3b2, #ffeda0, #95ffea);
        /* Opera 11.1~ 12.0 */
        background: -o-linear-gradient(bottom right, #ffb2c0, #ffc3b2, #ffeda0, #95ffea);
        /* Firefox 3.6 ~ 15 */
        background: -moz-linear-gradient(bottom right, #ffb2c0, #ffc3b2, #ffeda0, #95ffea);
        /*표준 문법 */
        background: linear-gradient(to bottom right, #ffb2c0, #ffc3b2, #ffeda0, #95ffea);
    }
    .krf2020abouttop {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        padding: 55px 0 35px 0;
        margin: 0;
    }
    .krf2020aboutleft {
        position: relative;
        float: left;
        width: 48.5%;
        height: auto;
        padding: 2px 0 0 0;
        margin: 0;
    }
    .krf2020aboutright {
        position: relative;
        float: left;
        width: 50.5%;
        height: auto;
        padding: 0 0 0 40px;
        margin: 0;
    }
    /*section three=============================*/
    .teaser {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        margin: 0 auto;
        text-align: center;
    }
    .teaser iframe {
        width: 853px;
        height: 480px;
    }
    /*section four=============================*/
    .krf2020projectleft {
        position: relative;
        float: left;
        vertical-align: top;
        width: 48.5%;
        height: auto;
        padding: 50px 0 0 0;
    }
    .krf2020projectright {
        position: relative;
        float: left;
        vertical-align: top;
        width: 50.5%;
        padding: 50px 0 0 40px;
    }
    /*section five=============================*/
    * {
        box-sizing: border-box
    }
    .slidecon {
        width: 100%;
        float: left;
    }
    .slidebox {
        width: 853px;
        position: relative;
        float: center;
        margin: 0 auto;
    }
    .slidebox img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    /* Next & previous buttons */
    .prev,
    .next {
        position: absolute;
        width: 50px;
        height: auto !important;
        top: 50%;
        z-index: 998;
        color: #c9caca;
        transition: 0.5s ease;
        cursor: pointer;
        font-size: 50px;
        margin: 0;
        padding: 0;
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
    }
    .prev {
        left: 0;
        margin-left: 10px;
    }
    .next {
        right: 0;
    }
    .prev:hover,
    .next:hover {
        color: #595757;
    }
    .dotbox {
        position: absolute;
        width: 100%;
        margin-top: -45px;
        text-align: center;
    }
    .dot {
        cursor: pointer;
        height: 7px;
        width: 7px;
        margin: 0 2px;
        background-color: #c9caca;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.5s ease;
        z-index: 998;
    }
    .active,
    .dot:hover {
        background-color: #595757;
    }
    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 0.5s;
        animation-name: fade;
        animation-duration: 0.5s;
    }
    @-webkit-keyframes fade {
        from {
            opacity: 0.5
        }
        to {
            opacity: 1
        }
    }
    @keyframes fade {
        from {
            opacity: 0.5
        }
        to {
            opacity: 1
        }
    }
    .slidetextbox {
        width: 100%;
        float: left;
        margin: 0 auto;
        padding: 40px 0 0 0;
    }
    .slidetext {
        width: 853px;
        float: center;
        margin: 0 auto;
        padding: 0 0 0 0;
    }
    /*section six*/
    .kcisbox {
        position: relative;
        float: left;
        width: 30%;
        height: auto;
    }
    .kcisbox img {
        width: 80%;
        float: left;
        padding: 15px 0;
    }
    .kcistextbox {
        position: relative;
        float: left;
        width: 35%;
        height: auto;
        padding: 0 0 0 40px;
    }
    .kcistextbox2 {
        position: relative;
        float: left;
        width: 35%;
        height: auto;
        padding: 0 0 0 40px;
    }
    /*footer*/
    #footer {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        bottom: 0;
        border-top: 1px solid #c9caca;
        margin-top: 110px;
    }
    .footertextleft {
        position: relative;
        float: left;
        width: 80%;
        height: auto;
        padding: 10px 0 40px 0;
    }
    .footerlogoright {
        position: relative;
        float: left;
        width: 20%;
        text-align: right;
    }
    .footerlogoright i {
        position: relative;
        float: right;
        font-size: 18px;
        padding: 25px 0 0 20px;
    }
}


/*mobile========================================*/

@media screen and (max-width: 767px) {
    #navbar-right {
        display: none;
    }
    .krf2020 {
        display: none;
    }
    #logo {
        display: none;
    }
    #logo2 {
        display: none;
    }
    #navbar {
        display: none;
    }
    .pchide {
        display: none;
    }
    .containermobile {
        width: 88%;
        float: center;
        margin: 0 auto;
        padding: 0;
    }
    #navbar2 {
        overflow: hidden;
        padding: 15px 0;
        margin: 0 0 0 0;
        position: fixed;
        float: left;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        z-index: 999;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .colorchange {
        background-color: black;
        margin-bottom: 10px;
    }
    #navbar2 a {
        float: left;
        color: black;
        text-decoration: none;
        font-size: 14px;
    }
    #logomobile {
        width: 240px;
        height: auto;
        padding: 10px 0 0 0;
        margin: 0;
        float: left;
    }
    #logomobile2 {
        width: 240px;
        height: auto;
        padding: 0;
        margin: 0;
        display: none;
        float: left;
    }
    #categorymobile {
        width: 20px;
        height: auto;
        padding: 5px 0 0 0;
        margin: 0;
        float: right;
    }
    #categorymobile2 {
        width: 20px;
        height: auto;
        padding: 0;
        margin: 0;
        display: none;
        float: right;
    }
    #navbar-mobile {
        width: 20px;
        height: 20px;
        float: right;
        padding-top: 0;
        z-index: 998;
    }
    #navbar-mobile img {
        width: 100%;
        transition: all 0.3s;
        backface-visibility: hidden;
    }
    #navbar-mobile2 {
        width: 20px;
        height: 20px;
        float: right;
        padding-top: 0;
        z-index: 999;
        display: none;
    }
    #navbar-mobile2 img {
        width: 100%;
        transition: all 0.3s;
        backface-visibility: hidden;
    }
    #menu {
        position: fixed;
        top: 0;
        right: 0;
        background-color: white;
        width: 55%;
        height: 890px;
        text-align: left;
        margin: 0 0 0 0;
        display: none;
        z-index: 990;
    }
    .menulink {
        float: left;
        text-align: left;
        width: 100%;
        height: auto;
        margin: 100px 0 0 0;
    }
    .menulink a {
        float: left;
        color: black;
        width: 100%;
        height: 0;
        text-align: left;
        text-decoration: none;
        margin: 40px 40px 30px 20px;
    }
    #menu a:hover {
        color: #c9caca;
    }
    /*----------------------------------*/
    .navbarM {
        padding-top: 180px;
    }
    .menu-item {
        background: #fff;
        width: auto;
        margin-top: -15%;
    }
    /*Menu Header Styles*/
    .menu-item label {
        color: black;
        padding: 7px 20px;
    }
    .menu-item label a {
        color: black;
        display: block;
        text-decoration: none;
        width: 200px;
    }
    /*Menu Header Styles*/
    .menu-item label {
        display: block;
        color: black;
        padding: 7px 20px;
    }
    *First Item Styles*/ .alpha p {
        font-size: 13px;
        padding: 8px 12px;
        color: #F00;
    }
    /*ul Styles*/
    .menu-item ul {
        background: #fff;
        list-style-type: none;
        overflow: hidden;
        padding: 0;
    }
    .menu-item ul a {
        margin: -10px 0 30px 50px;
        text-decoration: none;
        color: #000;
        display: block;
        width: 200px;
        font-size: 16px;
    }
    #sida1 .menu-item ul {
        padding-bottom: 100px;
    }
    /*ul Styles*/
    .menu-item ul {
        background: #fff;
        height: 0px;
        /*Collapses the menu*/
        list-style-type: none;
        overflow: hidden;
        padding: 0px;
    }
    /*ul Styles*/
    .menu-item ul {
        background: #fff;
        height: 0px;
        list-style-type: none;
        overflow: hidden;
        padding: 0px;
        /*Animation*/
        -webkit-transition: height 0.4s ease;
        -moz-transition: height 0.4s ease;
        -o-transition: height 0.4s ease;
        -ms-transition: height 0.4s ease;
        transition: height 0.4s ease;
    }
    input[type=checkbox] {
        display: none
    }
    input[type=checkbox]:checked+.menu-item ul {
        height: auto;
    }
    /*----------------------------------*/
    #blackmatte {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        width: 100%;
        height: 890px;
        text-align: left;
        margin: 0 0 0 0;
        padding: 140px 0 0 0;
        opacity: 0.7;
        display: none;
        z-index: 980;
    }
    /*text style*/
    .ssmallfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 10px;
        line-height: 14px;
    }
    .smallfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 15px;
        line-height: 20px;
    }
    .mediumfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 13px;
        line-height: 30px;
    }
    .largefont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 20px;
        line-height: 41px;
    }
    .semibold {
        font-weight: 600;
    }
    .medium {
        font-weight: 500;
    }
    .regular {
        font-weight: 400;
    }
    .k0 {
        color: #ffffff
    }
    .k15 {
        color: #e6e6e6;
    }
    .k30 {
        color: #c9caca;
    }
    .k60 {
        color: #898989;
    }
    .k80 {
        color: #595757;
    }
    .k100 {
        color: #000000
    }
    .left {
        text-align: left;
    }
    .justify {
        text-align: justify;
    }
    .right {
        text-align: right;
    }
    .center {
        text-align: center;
    }
    .aboutfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 23px;
        line-height: 41px;
    }
    .menufont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 20px;
        line-height: 41px;
    }
    .regularfontkr {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 13px;
        line-height: 24px;
    }
    .regularfonteng {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 14px;
        line-height: 25px;
    }
    .footersmallfont {
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
        font-size: 8px;
        line-height: 16px;
    }
    .space {
        letter-spacing: 1px;
    }
    .spacesmall {
        letter-spacing: 0.5px;
    }
    .wordbreak {
        word-break: keep-all;
    }
    .textheight {
        line-height: 25px;
    }
    /*===================*/
    .line {
        width: 100%;
        height: 1px;
        float: left;
        margin: 40px 0;
        background-color: #595757;
    }
    .line2 {
        width: 100%;
        height: 1px;
        float: left;
        margin: 20px 0 40px 0;
        background-color: #595757;
    }
    .line3 {
        width: 100%;
        height: 1px;
        float: left;
        margin: 40px 0 40px 0;
        background-color: #595757;
    }
    #section01 {
        top: 0;
        margin: 0;
        padding: 0;
    }
    .krf2020-mobile {
        float: left;
        top: 0;
        margin: -15px 0 0 0;
        padding: 0;
        width: 100%;
        height: auto !important;
    }
    .arrowbox {
        display: none;
    }
    .arrowbox a {
        text-decoration: none;
    }
    .arrowbox i {
        font-size: 60px;
        color: white;
    }
    i:hover {
        color: #c9caca;
    }
    #section02 {
        width: 100%;
        height: auto;
        float: left;
        padding-top: 100px;
    }
    .gradient {
        z-index: 1;
        position: relative;
        float: left;
        width: 100%;
        height: 50px;
        /* Safari 5.1 ~ 6.0, chrome 10.0~25 */
        background: -webkit-linear-gradient(left top, #ffb2c0, #ffc3b2, #ffeda0, #95ffea);
        /* Opera 11.1~ 12.0 */
        background: -o-linear-gradient(bottom right, #ffb2c0, #ffc3b2, #ffeda0, #95ffea);
        /* Firefox 3.6 ~ 15 */
        background: -moz-linear-gradient(bottom right, #ffb2c0, #ffc3b2, #ffeda0, #95ffea);
        /*표준 문법 */
        background: linear-gradient(to bottom right, #ffb2c0, #ffc3b2, #ffeda0, #95ffea);
    }
    .krf2020abouttop {
        position: relative;
        float: left;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 45px 0 20px 0;
        margin: 0;
    }
    .krf2020aboutleft {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        padding: 0 0 10px 0;
        margin: 0;
    }
    .krf2020aboutright {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        padding: 0 0 0 0;
        margin: 0;
    }
    .teaser {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        margin: 0 auto;
        text-align: center;
    }
    .teaser iframe {
        width: 100%;
        height: 48vw;
    }
    .youtubevideowrapperdiv16-9blind {
        position: relative;
        padding-bottom: 83%;
        /* 영상비율에 따른 수치 */
        padding-top: 0%;
        height: 0;
    }
    .youtubevideowrapperdiv16-9 {
        position: relative;
        padding-bottom: 56.25%;
        /* 영상비율에 따른 수치 */
        padding-top: 3%;
        height: 0;
    }
    /*section four=============================*/
    .krf2020projectleft {
        position: relative;
        float: left;
        vertical-align: top;
        width: 100%;
        height: auto;
        padding: 0 0 25px 0;
    }
    .krf2020projectright {
        position: relative;
        float: left;
        vertical-align: top;
        width: 100%;
    }
    * {
        box-sizing: border-box
    }
    .slidecon {
        width: 100%;
        float: left;
    }
    .slidebox {
        width: 100%;
        position: relative;
        float: center;
        margin: 0 auto;
    }
    .slidebox img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    /* Next & previous buttons */
    .prev,
    .next {
        position: absolute;
        width: 50px;
        height: auto !important;
        top: 40%;
        z-index: 998;
        color: #c9caca;
        transition: 0.5s ease;
        cursor: pointer;
        font-size: 40px;
        margin: 0;
        padding: 0;
        font-family: 'Noto Sans KR', sans-serif;
        font-family: 'Jost', sans-serif;
    }
    .prev {
        left: 0;
    }
    .next {
        right: 0;
        text-align: right;
        float: right;
    }
    .prev:hover,
    .next:hover {
        color: #595757;
    }
    .dotbox {
        position: absolute;
        width: 100%;
        margin-top: -37px;
        text-align: center;
    }
    .dot {
        cursor: pointer;
        height: 7px;
        width: 7px;
        margin: 0 2px;
        background-color: #c9caca;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.5s ease;
        z-index: 998;
    }
    .active,
    .dot:hover {
        background-color: #595757;
    }
    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 0.5s;
        animation-name: fade;
        animation-duration: 0.5s;
    }
    @-webkit-keyframes fade {
        from {
            opacity: 0.5
        }
        to {
            opacity: 1
        }
    }
    @keyframes fade {
        from {
            opacity: 0.5
        }
        to {
            opacity: 1
        }
    }
    .slidetextbox {
        width: 100%;
        float: left;
        margin: 0 auto;
        padding: 10px 0 0 0;
    }
    .slidetext {
        width: 100%;
        float: center;
        margin: 0 auto;
        padding: 0 0 0 0;
    }
    .slidetext p {
        padding-bottom: 10px;
    }
    .kcisbox {
        position: relative;
        float: left;
        text-align: center;
        width: 100%;
        height: auto;
    }
    .kcisbox img {
        width: 60%;
        float: center;
        text-align: center;
        padding: 0;
    }
    .kcistextbox {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        padding: 40px 0 10px 0;
    }
    .kcistextbox2 {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        padding: 0 0 70px 0;
    }
    #footer {
        display: none;
    }
    #footer2 {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        bottom: 0;
        border-top: 1px solid #c9caca;
        margin-top: 110px;
    }
    .footertextleft {
        position: relative;
        float: left;
        width: 60%;
        height: auto;
        padding: 10px 0 40px 0;
    }
    .footerlogoright {
        position: relative;
        float: left;
        width: 40%;
        text-align: right;
    }
    .footerlogoright i {
        position: relative;
        float: right;
        font-size: 18px;
        padding: 20px 0 0 20px;
    }
}