#tblLayout {
    max-width: 100%;
}

div#Contents {
    padding: 0;
}

.philosophyPackage {
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "???" , "Yu Mincho" , "????" , "YuMincho" , "?????? Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS??E" , "?? ???" , "MS PMincho" , serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
}

.philosophyPackage .mainImageComponent {
    overflow: hidden;
    height: auto;
}

.philosophyPackage .mainImageComponent img {
    width: 100%;
    margin: 0!important;
}

.philosophyPackage .philosophyComponent {
    padding: 30px 0px;
}

.philosophyPackage .philosophyComponent img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.philosophyPackage .philosophyComponent h3 {
    margin: 50px 10px;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 5rem;
    text-align: center;
    text-transform: uppercase;
}

.philosophyPackage .philosophyComponent p {
    margin: 50px auto;
    padding: 0px 20px!important;
    font-size: 18px;
    text-align: left;
    max-width: 800px;
}

.philosophyPackage .philosophyComponent__slogan {
    background: #2E2E2E;
    text-align: center;
    padding: 80px 20px;
}

.philosophyPackage .philosophyComponent__slogan h3 {
    padding: 20px 10px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
}

.philosophyPackage .philosophyComponent__slogan img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.philosophyPackage .philosophyComponent__history {
    background: url("/contents/feature/lp/foxfire_philosophy/timelinebg.jpg") center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.philosophyPackage .philosophyComponent__history h3 {
    padding: 50px 10px;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.philosophyPackage .philosophyComponent__visual {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 15px;
}

.philosophyComponent__visualbox {
    width: 46%;
    margin: 10px;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.section-timeline .title {
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    text-transform:uppercase;
    color:#FFF;
}

.section-timeline .description {
    margin-bottom: 100px;
    text-align: center;
}

.timeline {
    list-style: none;
    padding: 20px 20px 60px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #ffffff;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 40%;
    float: left;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);

}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -13px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -20px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #545454;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto;
}

.timeline-badge > i {
    color:#515151;
}

.timeline-title {
    margin: 10px 0px;
    font-size: 1.4rem;
    line-height: 2rem;
}

.timeline-year {
    font-size: 1.8rem;
    text-align: center;
    margin: 20px 10px;
}

.timeline-body > p,
.timeline-body > ul {
    margin: 30px 5px 5px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    
    .philosophyPackage .philosophyComponent h3 {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    
    .philosophyPackage .philosophyComponent__history {
        background: url(/contents/feature/lp/foxfire_philosophy/timelinebg.jpg) center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .philosophyComponent__visualbox {
        width: 90%;
    }
    
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 55px);
        width: -moz-calc(100% - 55px);
        width: -webkit-calc(100% - 55px);
    }

    ul.timeline > li > .timeline-badge {
        left: 0px;
        margin-left: 0;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -13px;
        right: auto;
    }
}
