#fullSlider {
    display: block;
    width: 100%;
    max-height: 700px;
}

    #fullSlider .bx-wrapper {
        border: 0;
        margin-bottom: 0;
    }

        #fullSlider .bx-wrapper .bx-controls-direction {
            width: 98%;
            max-width: 1088px;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
            height: 45px;
            bottom: 25%;
        }

            #fullSlider .bx-wrapper .bx-controls-direction a {
                margin-top: 0;
                top: 0;
            }

        #fullSlider .bx-wrapper .bx-prev,
        #fullSlider .bx-wrapper .bx-next {
            width: 25px;
            height: 45px;
            left: 0;
            background: url(img/left.svg) no-repeat center center;
            background-size: 21px 42px;
        }

        #fullSlider .bx-wrapper .bx-next {
            left: 83px;
            background-image: url(img/right.svg);
        }

    #fullSlider .slideItem {
        position: relative;
        max-height: 700px;
    }

        #fullSlider .slideItem .bgImg {
            position: relative;
            width: 100%;
            /*min-height: 100vh;*/
            height: 100vh;
            max-height: 700px;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: 1;
        }

            #fullSlider .slideItem .bgImg:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: rgb(49,55,62);
                background: linear-gradient(326deg, rgba(49,55,62,0) 0%, rgba(34,39,47,1) 100%);
                opacity: 0.5;
            }

            #fullSlider .slideItem .bgImg:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: rgb(49,55,62);
                background: linear-gradient(326deg, rgba(49,55,62,0) 0%, rgba(34,39,47,1) 100%);
                opacity: 0.5;
            }

            #fullSlider .slideItem .bgImg.noBeforeAfter:before,
            #fullSlider .slideItem .bgImg.noBeforeAfter:after {
                display: none;
            }

    #fullSlider .slideText {
        position: absolute;
        width: 98%;
        max-width: 1088px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 52px;
        letter-spacing: -0.02em;
        line-height: 62px;
        text-align: left;
        color: #fff;
        bottom: 37%;
        z-index: 2;
    }

        #fullSlider .slideText.fontSizeSmaller {
            bottom: 28%;
        }

        #fullSlider .slideText strong {
            font-weight: 500;
        }

        #fullSlider .slideText.fontSizeSmaller {
            font-size: 20px;
            line-height: 32px;
            letter-spacing: -0.02em;
        }

        #fullSlider .slideText.textCenter {
            text-align: center;
        }

#sliderBottomContent {
    margin-top: -145px;
    position: relative;
    z-index: 5;
}

#sliderBottom {
    width: 98%;
    max-width: 1088px;
    margin: 0 auto 28px;
    background: #fff;
}

    #sliderBottom .slide {
        padding: 25px 20px 35px;
        text-align: center;
    }

        #sliderBottom .slide a {
            position: relative;
            display: inline-block;
            font-size: 15px;
            color: #000;
            font-weight: 300;
        }

            #sliderBottom .slide a:after {
                position: absolute;
                content: "";
                bottom: -10px;
                background: #006DB7;
                height: 3px;
                /*width: 110%;
                left: -5%;*/
                left: 50%;
                width: 0;
                transition: all 1s ease;
            }

        #sliderBottom .slide.active a:after {
            width: 110%;
            left: -5%
        }

    #sliderBottom .bx-controls {
        text-align: center;
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 0;
        margin-top: -10px;
        bottom: unset;
        white-space: nowrap;
        height: 10px;
    }

        #sliderBottom .bx-controls .bx-pager-item a {
            width: 6px;
            height: 6px;
            background: #00416E;
            border-radius: 50%;
            margin-left: 0;
            margin-right: 0;
            opacity: 0.3;
            border: 2px #fff solid;
        }

            #sliderBottom .bx-controls .bx-pager-item a.active {
                background: #006DB7;
                border-color: #006DB7;
                opacity: 1;
            }

        #sliderBottom .bx-controls .bx-pager-item + .bx-pager-item {
            margin-left: 5px;
        }

    #sliderBottom .bx-wrapper .bx-pager {
        bottom: unset;
        padding-top: 0;
    }

    #sliderBottom .bx-wrapper {
        margin: 0;
        border: 0;
        box-shadow: unset;
    }

    #sliderBottom .bx-controls .bx-controls-direction {
        display: none;
    }

    #sliderBottom .bx-wrapper .bx-controls-direction a {
        width: 12px;
        height: 22px;
    }

        #sliderBottom .bx-wrapper .bx-controls-direction a.bx-prev {
            background: url('img/left-mobile.svg') no-repeat 0 0px;
            left: 20px;
        }

        #sliderBottom .bx-wrapper .bx-controls-direction a.bx-next {
            background: url('img/right-mobile.svg') no-repeat 0 0px;
            right: 20px;
        }

@media only screen and (max-width: 767px) {
    #sliderBottom .bx-controls .bx-controls-direction {
        display: block;
    }

    #sliderBottom .bx-wrapper .bx-controls-direction a {
        top: -25px;
    }
}

#homeBoxes {
    display: flex;
    width: 98%;
    max-width: 1088px;
    margin: 0 auto 54px;
}

    #homeBoxes .homeBox {
        width: calc( (100% - 32px ) / 3 );
        height: 276px;
        display: flex;
        margin-bottom: 16px;
    }

        #homeBoxes .homeBox + .homeBox {
            margin-left: 16px;
        }

    #homeBoxes .homeBox1 {
        background: #82C7F5 url(img/icon-homebox1.svg) no-repeat bottom right;
    }

    #homeBoxes .homeBox2 {
        background: #DE6868 url(img/icon-homebox2.svg) no-repeat bottom right;
    }

    #homeBoxes .homeBox3 {
        background: #A7CB59 url(img/icon-homebox3.svg) no-repeat bottom right;
    }

    #homeBoxes .homeBox .fullLink {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 19px 22px 23px;
    }

        #homeBoxes .homeBox .fullLink:hover {
            text-decoration: none;
        }

    #homeBoxes .homeBox .boxTitle {
        font-size: 26px;
        line-height: 32px;
        color: #fff;
        letter-spacing: -0.02em;
        font-weight: 500;
    }

    #homeBoxes .homeBox .fullLink > img {
        width: 37.5px;
        height: 37.5px;
        display: block;
        margin-top: auto;
    }

    #homeBoxes .homeBox .onlineBox {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 18px 23px 36px 33px;
    }

        #homeBoxes .homeBox .onlineBox .onlineLinks {
            margin-top: auto;
        }

            #homeBoxes .homeBox .onlineBox .onlineLinks li {
                padding: 0;
                margin: 0;
            }

                #homeBoxes .homeBox .onlineBox .onlineLinks li + li {
                    margin-top: 23px;
                }

                #homeBoxes .homeBox .onlineBox .onlineLinks li a {
                    display: flex;
                    width: 100%;
                    color: #282A2F;
                    text-decoration: underline;
                    font-size: 18px;
                    font-weight: 300;
                    letter-spacing: -0.02em;
                    line-height: 24px;
                    align-items: center;
                }

                    #homeBoxes .homeBox .onlineBox .onlineLinks li a i {
                        margin-left: auto;
                        color: #282A2F;
                        font-size: 18px;
                    }

                        #homeBoxes .homeBox .onlineBox .onlineLinks li a i:before {
                            margin: 0;
                        }

#siteContents {
    display: flex;
    width: 98%;
    max-width: 1088px;
    margin: 0 auto 75px;
}

    #siteContents .contentBox {
        width: calc( (100% - 32px ) / 3 );
        display: flex;
        margin-bottom: 16px;
        flex-direction: column;
    }

        #siteContents .contentBox + .contentBox {
            margin-left: 16px;
        }

    #siteContents .boxTitle {
        font-weight: 700;
        font-size: 26px;
        letter-spacing: -0.02em;
        line-height: 32px;
        text-align: left;
        color: #9da2af;
        margin-bottom: 25px;
        display: flex;
        width: 100%;
    }

        #siteContents .boxTitle i {
            margin-left: auto;
            color: #282a2f;
            opacity: 0;
        }

    #siteContents .contentList {
        height: 270px;
        overflow: hidden;
        margin-bottom: 55px;
        padding-right: 50px;
    }

        #siteContents .contentList ul {
        }

            #siteContents .contentList ul li {
                border-bottom: 1px solid rgba(52, 55, 67, 0.1);
                max-height: 70px;
                overflow: hidden;
            }

                #siteContents .contentList ul li a {
                    font-weight: 300;
                    font-size: 15px;
                    letter-spacing: -0.02em;
                    line-height: 26px;
                    color: #282a2f;
                    padding: 13px 0;
                    display: block;
                }

                    #siteContents .contentList ul li a:hover {
                        text-decoration: underline;
                    }

    #siteContents .allContentsLink {
        display: block;
    }

        #siteContents .allContentsLink a {
            border: 1px #d5d5d5 solid;
            width: 164px;
            height: 44px;
            border-radius: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            font-size: 12px;
            color: #006db7;
            transition: all 0.2s ease;
        }

            #siteContents .allContentsLink a:hover {
                text-decoration: none;
                border-color: #006DB7;
                color: #fff;
                background: #006DB7;
            }
