.type-04 {
    padding: 40px 0 60px 0;
    background-color: #0a519e;
}

    .type-04 .cText01 {
        display: none;
    }

        .type-04 .cText01 .cText01A {
            margin: 0 0 25px 0;
        }

        .type-04 .cText01 .cText01B {
            width: 594px;
            line-height: 22px;
        }

    .type-04 .itemContainer {
        font-size: 0;
    }

        .type-04 .itemContainer .citem {
            display: inline-block;
            width: 295px;
            height: 410px;
            vertical-align: top;
        }

            .type-04 .itemContainer .citem:before {
                display: inline-block;
                content: "";
                position: absolute;
                z-index: 2;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 221px;
                opacity: 0.5;
                background-image: linear-gradient(to bottom, transparent, #000000);
            }

            .type-04 .itemContainer .citem .citemA {
                position: absolute;
                z-index: 0;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
            }

                .type-04 .itemContainer .citem .citemA:before {
                    display: inline-block;
                    content: "";
                    position: absolute;
                    z-index: 2;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    opacity: 0;
                    background-color: #0a519e;
                    -webkit-transition: opacity 0.4s;
                    -moz-transition: opacity 0.4s;
                    -o-transition: opacity 0.4s;
                    transition: opacity 0.4s;
                }

            .type-04 .itemContainer .citem .citemB {
                position: absolute;
                z-index: 5;
                bottom: 24px;
                left: 0;
                padding: 0 20px 0 30px;
            }

                .type-04 .itemContainer .citem .citemB .citemB-01 {
                    margin-bottom: 19px;
                    line-height: 24px;
                }

            .type-04 .itemContainer .citem.v1 {
                width: 610px;
            }

                .type-04 .itemContainer .citem.v1 .citemB .citemB-01 {
                    /* width: 78%; */
                }

            .type-04 .itemContainer .citem:hover .citemA:before {
                opacity: 0.5;
            }

        .type-04 .itemContainer .owl-controls {
            position: absolute;
            bottom: -62px;
            left: 50%;
            width: 500px;
            height: 40px;
            margin-left: -250px;
        }

            .type-04 .itemContainer .owl-controls .owl-dots {
                height: 100%;
                margin: 0 7px;
                text-align: center;
            }

                .type-04 .itemContainer .owl-controls .owl-dots .owl-dot {
                    display: inline-block;
                    vertical-align: top;
                    width: 13px;
                    height: 100%;
                    margin: 0 7px;
                    text-align: center;
                }

                    .type-04 .itemContainer .owl-controls .owl-dots .owl-dot:before {
                        display: inline-block;
                        content: "";
                        height: 100%;
                        vertical-align: middle;
                    }

                    .type-04 .itemContainer .owl-controls .owl-dots .owl-dot span {
                        display: inline-block;
                        width: 5px;
                        height: 5px;
                        border-radius: 50%;
                        vertical-align: middle;
                        background-color: #ffffff;
                        opacity: 0.5;
                        -webkit-transition: width 0.5s, height 0.5s, opacity 0.5s;
                        -moz-transition: width 0.5s, height 0.5s, opacity 0.5s;
                        -o-transition: width 0.5s, height 0.5s, opacity 0.5s;
                        transition: width 0.5s, height 0.5s, opacity 0.5s;
                    }

                    .type-04 .itemContainer .owl-controls .owl-dots .owl-dot.active span {
                        width: 7px;
                        height: 7px;
                        opacity: 1;
                    }

            .type-04 .itemContainer .owl-controls .owl-nav {
                display: none !important;
                width: 100%;
                height: 100%;
            }

                .type-04 .itemContainer .owl-controls .owl-nav .owl-prev {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 40px;
                    height: 40px;
                    background-image: url("../images/arrow-previous.png");
                    background-repeat: no-repeat;
                    background-size: 15px auto;
                    background-position: center center;
                }

                .type-04 .itemContainer .owl-controls .owl-nav .owl-next {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 40px;
                    height: 40px;
                    background-image: url("../images/arrow-next.png");
                    background-repeat: no-repeat;
                    background-size: 15px auto;
                    background-position: center center;
                }

    .type-04 .newsLink {
        height: 74px;
        margin: 7px auto 0 auto;
    }

        .type-04 .newsLink a {
            position: absolute;
            z-index: 5;
            right: 0;
            bottom: 0;
            height: 74px;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            -webkit-align-items: center;
        }

.type-29 {
    height: 750px;
    background-color: #707474;
}

    .type-29 .sliderContainer {
        height: 100%;
        overflow: hidden;
    }

    .type-29 #mainSliderType {
        width: 100%;
        height: 100% !important;
    }

        .type-29 #mainSliderType .sstSlideItem {
            position: relative;
            width: 100%;
            aspect-ratio: 1920 / 662;
        }

@media screen and (max-width: 768px) {
    .type-29 #mainSliderType .sstSlideItem {
        aspect-ratio: 390.4 / 390.4 !important;
    }
}

.type-29 #mainSliderType .sstSlideItem .sliderLink {
    display: block;
    width: 100%;
    height: 100%;
}

.type-29 #mainSliderType .sstSlideItem .bgImage {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .type-29 #mainSliderType .sstSlideItem .bgImage:before,
    .type-29 #mainSliderType .sstSlideItem .bgImage:after {
        display: block;
        position: absolute;
        z-index: 2;
        content: "";
        left: 0;
        width: 100%;
        height: 250px;
        opacity: 0.75;
    }

    .type-29 #mainSliderType .sstSlideItem .bgImage:before {
        top: 0;
        background-image: linear-gradient(to top, transparent, #000000);
    }

    .type-29 #mainSliderType .sstSlideItem .bgImage:after {
        bottom: 0;
        background-image: linear-gradient(to bottom, transparent, #000000);
    }

.type-29 #mainSliderType .sstSlideItem .textContent {
    position: absolute;
    z-index: 15;
    bottom: 142px;
    left: 0;
    max-width: 90%;
}

    .type-29 #mainSliderType .sstSlideItem .textContent .sliderTitle {
        margin-bottom: 38px;
        line-height: 97px;
    }

    .type-29 #mainSliderType .sstSlideItem .textContent .btnLink {
        margin-top: 40px;
    }

.type-29 #mainSliderType .rsBullets {
    position: absolute;
    z-index: 10;
    bottom: 65px;
    width: 1240px;
    font-size: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}

    .type-29 #mainSliderType .rsBullets .rsBullet {
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
        vertical-align: middle;
    }

        .type-29 #mainSliderType .rsBullets .rsBullet span {
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            -webkit-transition: background-color 0.3s;
            -moz-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

        .type-29 #mainSliderType .rsBullets .rsBullet.rsNavSelected span {
            background-color: #0d86c8;
        }

        .type-29 #mainSliderType .rsBullets .rsBullet.rsNavSelected:hover span {
            background-color: #0d86c8;
        }

        .type-29 #mainSliderType .rsBullets .rsBullet:hover span {
            background-color: rgba(255, 255, 255, 0.7);
        }

.type-29 .sliderNavi {
    position: absolute;
    bottom: 250px;
    left: 50%;
    z-index: 16;
    width: 100%;
    height: 0px;
    margin-left: -50%;
    text-align: right;
}

    .type-29 .sliderNavi .curectSlider {
        display: none;
        color: #0d86c8;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 0.1px;
    }

    .type-29 .sliderNavi .countSlide,
    .type-29 .sliderNavi .sep {
        display: none;
        color: #ffffff;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 0.1px;
        opacity: 0.7;
    }

    .type-29 .sliderNavi .arrow {
        width: 170px;
        height: 150px;
        cursor: pointer;
        background-color: #323636;
        box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.5);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .type-29 .sliderNavi .arrow img {
            width: 100%;
        }

    .type-29 .sliderNavi .arrowR {
        display: none;
        position: absolute;
        right: -119px;
    }

        .type-29 .sliderNavi .arrowR:hover {
            right: 0;
        }

    .type-29 .sliderNavi .arrowL {
        display: none;
        position: absolute;
        left: -119px;
    }

        .type-29 .sliderNavi .arrowL:hover {
            left: 0;
        }

.type-59 {
    padding: 90px 0 90px 0;
    font-size: 0;
    background-color: #edf1f1;
}

    .type-59 .gridWrapper {
        display: flex;
        display: -webkit-flex;
    }

    .type-59 .cbox {
        flex: 1;
        -webkit-flex: 1;
        margin-right: 19.5px;
    }

        .type-59 .cbox:last-child {
            margin-right: 0;
        }

        .type-59 .cbox .cbox01 {
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
            height: 55px;
            background-color: #e12f48;
        }

            .type-59 .cbox .cbox01 img {
                width: auto;
                height: 27px;
            }

        .type-59 .cbox .cbox02 {
            padding: 20px 20px 25px 20px;
            text-align: center;
            background-color: #ffffff;
        }

            .type-59 .cbox .cbox02 .cbox02A {
                height: 34px;
                margin-bottom: 10px;
                line-height: 19px;
            }

            .type-59 .cbox .cbox02 .cbox02B {
                display: -webkit-flex;
                display: flex;
                justify-content: center;
                -webkit-justify-content: center;
                height: 100px;
            }

                .type-59 .cbox .cbox02 .cbox02B .cbox02B-01,
                .type-59 .cbox .cbox02 .cbox02B .cbox02B-03 {
                    width: 100px;
                    height: 100px;
                }

                .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 {
                    display: -webkit-flex;
                    display: flex;
                    justify-content: center;
                    -webkit-justify-content: center;
                    align-items: center;
                    -webkit-align-items: center;
                    width: 160px;
                    height: 100%;
                }

                    .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 span {
                        display: inline-block;
                        vertical-align: top;
                        margin-right: 30px;
                    }

                        .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 span:after {
                            display: inline-block;
                            content: "";
                            position: absolute;
                            right: -14px;
                            height: 40px;
                            border-right: 1px solid #d8d8d8;
                            -webkit-transform: rotate(12deg);
                            -moz-transform: rotate(12deg);
                            -ms-transform: rotate(12deg);
                            -o-transform: rotate(12deg);
                            transform: rotate(12deg);
                        }

                        .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 span:last-child {
                            margin-right: 0;
                        }

                            .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 span:last-child:after {
                                display: none;
                            }

            .type-59 .cbox .cbox02 .cbox02C {
                margin-top: 37px;
            }

                .type-59 .cbox .cbox02 .cbox02C span {
                    display: block;
                    margin-bottom: 4px;
                }

                    .type-59 .cbox .cbox02 .cbox02C span:last-child {
                        margin-bottom: 0;
                    }

.type-60 .cbox01 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .type-60 .cbox01:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .type-60 .cbox01 .cbox01A {
        position: absolute;
        top: 50px;
        left: 0;
        width: 50%;
        padding-left: 107px;
        line-height: 24px;
    }

        .type-60 .cbox01 .cbox01A:before {
            display: inline-block;
            content: "";
            position: absolute;
            width: 42px;
            margin-right: 50px;
            border-top: 1px solid #edf1f1;
            vertical-align: middle;
            left: 0;
            top: 15px;
        }

    .type-60 .cbox01 .cbox01B {
        display: inline-block;
        position: absolute;
        top: 56px;
        right: 0;
    }

        .type-60 .cbox01 .cbox01B:before {
            display: inline-block;
            content: "";
            width: 42px;
            margin-right: 26px;
            border-top: 1px solid #edf1f1;
            vertical-align: middle;
        }

    .type-60 .cbox01 .cbox01C {
        position: absolute;
        bottom: 291px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .type-60 .cbox01 .cbox01C .cbox01C-01 {
            width: 820px;
            margin: 0 auto;
            line-height: 59px;
        }

        .type-60 .cbox01 .cbox01C .cbox01C-02 {
            margin: 40px auto 0 auto;
        }

.type-60 .cbox02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 210px;
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(237, 241, 241, 0.2);
}

    .type-60 .cbox02 .gridWrapper {
        display: flex;
        display: -webkit-flex;
    }

    .type-60 .cbox02 .cbox02A {
        display: flex;
        display: -webkit-flex;
        width: 413px;
        height: 120px;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

        .type-60 .cbox02 .cbox02A .cbox02A-01 {
            width: 190px;
            height: 120px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

        .type-60 .cbox02 .cbox02A .cbox02A-02 {
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            margin-left: -10px;
            flex-direction: column;
            webkit-flex-direction: column;
        }

            .type-60 .cbox02 .cbox02A .cbox02A-02 span {
                display: -webkit-flex;
                display: flex;
                justify-content: center;
                -webkit-justify-content: center;
                align-items: center;
                -webkit-align-items: center;
                width: 46px;
                height: 32px;
                background-color: #0d86c8;
            }

                .type-60 .cbox02 .cbox02A .cbox02A-02 span:last-child {
                    background-color: #0a519e;
                }

        .type-60 .cbox02 .cbox02A .cbox02A-03 {
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            -webkit-justify-content: center;
            padding-left: 15px;
            flex-direction: column;
            webkit-flex-direction: column;
        }

            .type-60 .cbox02 .cbox02A .cbox02A-03 span {
                height: 32px;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                -webkit-align-items: center;
            }

        .type-60 .cbox02 .cbox02A:hover {
            opacity: 0.8;
        }

.type-64 {
    height: 1080px;
}

    .type-64 .sliderContent {
        width: 100%;
        height: 100% !important;
    }

        .type-64 .sliderContent .cbox01 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 375px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

            .type-64 .sliderContent .cbox01:before {
                content: "";
                display: inline-block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background-color: rgba(12, 56, 96, 0.8);
            }

        .type-64 .sliderContent .cbox02 {
            position: absolute;
            top: 246px;
            left: 0;
        }

        .type-64 .sliderContent .cbox03 {
            position: absolute;
            top: 40px;
            left: 105px;
            width: 505px;
            height: 746px;
        }

        .type-64 .sliderContent .cbox04 {
            width: 503px;
            padding-top: 150px;
            margin-left: auto;
        }

            .type-64 .sliderContent .cbox04 .cbox04A {
                margin-bottom: 17px;
                line-height: 52px;
            }

            .type-64 .sliderContent .cbox04 .cbox04B {
                opacity: 0.5;
            }

        .type-64 .sliderContent .cbox05 {
            display: -webkit-flex;
            display: flex;
            position: absolute;
            top: 720px;
            right: 240px;
        }

        .type-64 .sliderContent .type-61 {
            position: absolute;
            top: 433px;
            right: 0px;
            width: 534px;
            padding: 0 0px 0 0;
        }

            .type-64 .sliderContent .type-61 .cbox .cbox01 {
                position: relative;
                top: auto;
                left: auto;
                width: 239px;
                height: 100%;
            }

                .type-64 .sliderContent .type-61 .cbox .cbox01:before {
                    display: none;
                }

            .type-64 .sliderContent .type-61 .cbox .cbox02 {
                position: relative;
                top: auto;
                left: auto;
                width: 294px;
                padding-left: 0;
            }

            .type-64 .sliderContent .type-61 .cbox:nth-child(even) {
                background-color: rgba(237, 241, 241, 0.5);
            }

        .type-64 .sliderContent .rsThumbs {
            position: absolute;
            bottom: 60px;
            width: 1300px;
            height: 100px;
            padding: 0 30px;
            background-color: #ffffff;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
            -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
        }

            .type-64 .sliderContent .rsThumbs .rsThumb {
                width: 311px;
                height: 100px;
                display: flex;
                display: -webkit-flex;
                padding: 10px 0 0 20px;
                border-right: 1px solid transparent;
                border-left: 1px solid rgba(224, 228, 228, 0.5);
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

                .type-64 .sliderContent .rsThumbs .rsThumb:first-child {
                    margin-left: -1px;
                }

                .type-64 .sliderContent .rsThumbs .rsThumb:before {
                    display: inline-block;
                    content: "";
                    width: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    border-top: 0 solid #0d86c8;
                    -webkit-transition: border 0.3s;
                    -moz-transition: border 0.3s;
                    -o-transition: border 0.3s;
                    transition: border 0.3s;
                }

                .type-64 .sliderContent .rsThumbs .rsThumb img {
                    width: 90px;
                    height: 90px;
                    margin-right: 20px;
                }

                .type-64 .sliderContent .rsThumbs .rsThumb > div {
                    height: 100%;
                    display: -webkit-flex;
                    display: flex;
                    justify-content: center;
                    -webkit-justify-content: center;
                    flex-direction: column;
                    -webkit-flex-direction: column;
                }

                .type-64 .sliderContent .rsThumbs .rsThumb div h6 {
                    -webkit-transition: color 0.3s;
                    -moz-transition: color 0.3s;
                    -o-transition: color 0.3s;
                    transition: color 0.3s;
                }

                .type-64 .sliderContent .rsThumbs .rsThumb div span:after {
                    display: inline-block;
                    content: "";
                    width: 5px;
                    margin: 0 5px;
                    border-top: 1px solid #898d8d;
                    vertical-align: middle;
                }

                .type-64 .sliderContent .rsThumbs .rsThumb div span:last-child:after {
                    display: none;
                }

                .type-64 .sliderContent .rsThumbs .rsThumb:hover,
                .type-64 .sliderContent .rsThumbs .rsThumb.rsNavSelected {
                    border-right-color: #0d86c8;
                    border-left-color: #0d86c8;
                }

                    .type-64 .sliderContent .rsThumbs .rsThumb:hover:before,
                    .type-64 .sliderContent .rsThumbs .rsThumb.rsNavSelected:before {
                        border-top: 5px solid #0d86c8;
                    }

                    .type-64 .sliderContent .rsThumbs .rsThumb:hover h6,
                    .type-64 .sliderContent .rsThumbs .rsThumb.rsNavSelected h6 {
                        color: #0d86c8;
                    }

                    .type-64 .sliderContent .rsThumbs .rsThumb:hover:last-child,
                    .type-64 .sliderContent .rsThumbs .rsThumb.rsNavSelected:last-child {
                        border-left-color: #0d86c8;
                    }

            .type-64 .sliderContent .rsThumbs .rsThumbsArrow {
                position: absolute;
                z-index: 5;
                top: 0;
                width: 30px;
                height: 100%;
                background-color: #ffffff;
                background-size: 11px auto;
                background-position: center center;
                background-repeat: no-repeat;
                -webkit-transition: opacity 0.4s;
                -moz-transition: opacity 0.4s;
                -o-transition: opacity 0.4s;
                transition: opacity 0.4s;
            }

                .type-64 .sliderContent .rsThumbs .rsThumbsArrow.rsThumbsArrowLeft {
                    left: 0;
                    border-right: 1px solid rgba(224, 228, 228, 0.5);
                    background-image: url("../images/arrow-left.png");
                }

                .type-64 .sliderContent .rsThumbs .rsThumbsArrow.rsThumbsArrowRight {
                    right: 0;
                    border-left: 1px solid rgba(224, 228, 228, 0.5);
                    background-image: url("../images/arrow-right.png");
                }

            .type-64 .sliderContent .rsThumbs:first-child {
                border-left: 1px solid transparent;
            }



.type-72 {
    padding: 100px 0 100px 0;
    background-color: #edf1f1;
}

    .type-72 .gridWrapper {
        display: -webkit-flex;
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .type-72 .citem {
        flex: 1;
        -webkit-flex: 1;
        height: 250px;
        margin: 0 20px 20px 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
        background-color: red;
    }

        .type-72 .citem:nth-child(4n + 4),
        .type-72 .citem:last-child {
            margin-right: 0;
        }

        .type-72 .citem:hover {
            opacity: 0.8;
        }

@media all and (max-width: 767px) {
    .type-04 {
        padding: 10px 0 20px 0;
    }

        .type-04 .cText01 .cText01A {
            margin: 0 0 20px 0;
        }

        .type-04 .cText01 .cText01B {
            width: 100%;
        }

        .type-04 .itemContainer {
            width: calc(100% - 25px);
            width: -webkit-calc(100% - 25px);
            margin-left: 25px;
        }

            .type-04 .itemContainer .citem {
                width: 160px;
                height: auto;
            }

                .type-04 .itemContainer .citem:before {
                    display: none;
                }

                .type-04 .itemContainer .citem .citemA {
                    position: relative;
                    top: auto;
                    left: auto;
                    height: 220px;
                }

                    .type-04 .itemContainer .citem .citemA:before {
                        display: none;
                    }

                .type-04 .itemContainer .citem .citemB {
                    position: relative;
                    z-index: 5;
                    bottom: auto;
                    left: auto;
                    padding: 11px 5px 0 5px;
                }

                    .type-04 .itemContainer .citem .citemB .citemB-01 {
                        width: 100%;
                        margin-bottom: 7px;
                        line-height: 18px;
                    }

                .type-04 .itemContainer .citem.v1 {
                    width: 185px;
                }

                    .type-04 .itemContainer .citem.v1 .citemB h5 {
                        width: 100%;
                    }

            .type-04 .itemContainer .owl-controls {
                bottom: -62px;
                left: -12px;
                width: 100%;
                margin-left: 0;
            }

                .type-04 .itemContainer .owl-controls .owl-dots .owl-dot {
                    margin: 0 2px;
                }

        .type-04 .newsLink {
            margin: 70px auto 0 auto;
        }

            .type-04 .newsLink a {
                right: 50%;
                margin-right: -77px;
            }

    .type-29 {
        height: 240px !important;
    }

        .type-29 .sliderContainer {
            height: 100% !important;
        }

        .type-29 #mainSliderType .sstSlideItem .bgImage:before,
        .type-29 #mainSliderType .sstSlideItem .bgImage:after {
            height: 150px;
        }

        .type-29 #mainSliderType .sstSlideItem .textContent {
            bottom: 34px;
            width: 100%;
            max-width: 100%;
            text-align: center;
        }

            .type-29 #mainSliderType .sstSlideItem .textContent .sliderTitle {
                margin-bottom: 0;
                line-height: 30px;
            }

            .type-29 #mainSliderType .sstSlideItem .textContent .sliderDesc {
                display: none;
            }

        .type-29 #mainSliderType .rsBullets {
            bottom: 15px;
            width: 100%;
        }

            .type-29 #mainSliderType .rsBullets .rsBullet span {
                width: 10px;
                height: 10px;
            }

        .type-29 .sliderNavi {
            /* bottom: 100px; */
            bottom: 60%;
            height: 0;
        }

            .type-29 .sliderNavi .arrow {
                width: 170px;
                height: 74px;
            }

            .type-29 .sliderNavi .arrowR {
                right: -145px;
            }

                .type-29 .sliderNavi .arrowR:hover {
                    right: -145px;
                }

            .type-29 .sliderNavi .arrowL {
                left: -145px;
            }

                .type-29 .sliderNavi .arrowL:hover {
                    left: -145px;
                }

    .type-59 {
        padding: 35px 0 35px 0;
    }

        .type-59 .gridWrapper {
            flex-direction: column;
            -webkit-flex-direction: column;
        }

        .type-59 .cbox {
            min-height: 247px;
            margin-right: 0;
            margin-bottom: 20px;
        }

            .type-59 .cbox .cbox01 {
                height: 45px;
            }

            .type-59 .cbox .cbox02 {
                padding: 16px 20px 19px 20px;
            }

                .type-59 .cbox .cbox02 .cbox02A {
                    margin-bottom: 0;
                }

                .type-59 .cbox .cbox02 .cbox02B {
                    height: 80px;
                }

                    .type-59 .cbox .cbox02 .cbox02B .cbox02B-01,
                    .type-59 .cbox .cbox02 .cbox02B .cbox02B-03 {
                        width: 80px;
                        height: 80px;
                    }

                    .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 {
                        width: 125px;
                    }

                        .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 span:after {
                            top: -7px;
                        }

                .type-59 .cbox .cbox02 .cbox02C {
                    margin-top: 17px;
                }

                    .type-59 .cbox .cbox02 .cbox02C span {
                        margin-bottom: 2px;
                    }

    .type-60 {
        height: auto !important;
        padding-bottom: 70px;
    }

        .type-60 .cbox01 {
            height: 230px;
        }

            .type-60 .cbox01 .cbox01A,
            .type-60 .cbox01 .cbox01B {
                display: none;
            }

            .type-60 .cbox01 .cbox01C {
                bottom: -24px;
            }

                .type-60 .cbox01 .cbox01C .cbox01C-01 {
                    width: 100%;
                    line-height: 24px;
                }

                .type-60 .cbox01 .cbox01C .cbox01C-02 {
                    margin: 24px auto 0 auto;
                }

        .type-60 .cbox02 {
            position: relative;
            bottom: auto;
            left: auto;
            width: 100%;
            height: auto;
            padding-top: 46px;
            border-top: none;
        }

            .type-60 .cbox02 .gridWrapper {
                display: block;
            }

            .type-60 .cbox02 .cbox02A {
                width: 100%;
                height: auto;
                padding-top: 10px;
                padding-bottom: 5px;
                border-bottom: 1px solid #e0e4e4;
            }

                .type-60 .cbox02 .cbox02A:last-child {
                    padding-bottom: 0;
                    border-bottom: none;
                }

                .type-60 .cbox02 .cbox02A .cbox02A-01 {
                    width: 130px;
                    height: 85px;
                }

                .type-60 .cbox02 .cbox02A .cbox02A-02 span {
                    width: 38px;
                    height: 24px;
                }

                .type-60 .cbox02 .cbox02A .cbox02A-03 span {
                    height: 24px;
                }

                .type-60 .cbox02 .cbox02A:hover {
                    opacity: 1;
                }

    .type-64 {
        display: none;
    }



    .type-72 {
        padding: 10px 0 50px 0;
    }

        .type-72 .gridWrapper {
            display: block;
            align-items: initial;
            -webkit-align-items: initial;
            justify-content: initial;
            -webkit-justify-content: initial;
        }

        .type-72 .citem {
            display: block;
            width: 100%;
            height: 300px;
            margin: 0 0 10px 0;
        }

            .type-72 .citem:last-child {
                margin-bottom: 0;
                /*Değişebilir*/
                height: unset !important;
                aspect-ratio: 1170/223;
            }

            .type-72 .citem:hover {
                opacity: 1;
            }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .type-04 {
        padding: 50px 0 100px 0;
    }

        .type-04 .cText01 .cText01A {
            margin: 0 0 23px 0;
        }

        .type-04 .itemContainer .citem {
            width: 216px;
            height: 301px;
        }

            .type-04 .itemContainer .citem:before {
                display: none;
            }

            .type-04 .itemContainer .citem .citemB {
                bottom: 16px;
                padding: 0 10px 0 18px;
            }

                .type-04 .itemContainer .citem .citemB .citemB-01 {
                    margin-bottom: 13px;
                    line-height: 20px;
                }

            .type-04 .itemContainer .citem.v1 {
                width: 448px;
            }

        .type-04 .newsLink a {
            bottom: -60px;
        }

    .type-29 {
        height: 490px !important;
    }

        .type-29 .sliderContainer {
            height: 100% !important;
        }

        .type-29 #mainSliderType .sstSlideItem .textContent {
            bottom: 74px;
            width: 100%;
            max-width: 100%;
            text-align: center;
        }

            .type-29 #mainSliderType .sstSlideItem .textContent .sliderTitle {
                margin-bottom: 19px;
                line-height: 56px;
            }

        .type-29 #mainSliderType .rsBullets {
            bottom: 40px;
            width: 680px;
        }

        .type-29 .sliderNavi {
            bottom: 188px;
        }

    .type-59 {
        padding: 70px 0 70px 0;
    }

        .type-59 .gridWrapper {
            flex-direction: column;
            -webkit-flex-direction: column;
        }

        .type-59 .cbox {
            width: 564px;
            min-height: 275px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
        }

            .type-59 .cbox:last-child {
                margin-right: auto;
            }

            .type-59 .cbox .cbox01 {
                height: 50px;
            }

            .type-59 .cbox .cbox02 {
                padding: 16px 20px 19px 20px;
            }

                .type-59 .cbox .cbox02 .cbox02A {
                    margin-bottom: 0;
                }

                .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 {
                    width: 148px;
                }

                .type-59 .cbox .cbox02 .cbox02C {
                    margin-top: 21px;
                }

                    .type-59 .cbox .cbox02 .cbox02C span {
                        margin-bottom: 2px;
                    }

    .type-60 {
        height: auto !important;
        padding-bottom: 70px;
    }

        .type-60 .cbox01 {
            height: 480px;
        }

            .type-60 .cbox01 .cbox01A {
                top: 38px;
                padding-left: 58px;
                line-height: 19px;
            }

                .type-60 .cbox01 .cbox01A:before {
                    top: 9px;
                    width: 33px;
                    margin-right: 50px;
                }

            .type-60 .cbox01 .cbox01B {
                top: 41px;
            }

                .type-60 .cbox01 .cbox01B:before {
                    width: 42px;
                    margin-right: 26px;
                }

            .type-60 .cbox01 .cbox01C {
                bottom: 48px;
            }

                .type-60 .cbox01 .cbox01C .cbox01C-01 {
                    width: 100%;
                    line-height: 38px;
                }

                .type-60 .cbox01 .cbox01C .cbox01C-02 {
                    margin: 33px auto 0 auto;
                }

        .type-60 .cbox02 {
            position: relative;
            bottom: auto;
            left: auto;
            width: 100%;
            height: auto;
            padding-top: 10px;
        }

            .type-60 .cbox02 .gridWrapper {
                display: block;
            }

            .type-60 .cbox02 .cbox02A {
                width: 100%;
                height: auto;
                padding-top: 20px;
                padding-bottom: 10px;
                border-bottom: 1px solid #e0e4e4;
            }

                .type-60 .cbox02 .cbox02A:last-child {
                    padding-bottom: 0;
                    border-bottom: none;
                }

                .type-60 .cbox02 .cbox02A .cbox02A-01 {
                    width: 180px;
                    height: 114px;
                }

                .type-60 .cbox02 .cbox02A:hover {
                    opacity: 1;
                }

    .type-64 {
        height: 790px;
    }

        .type-64 .sliderContent .cbox01 {
            height: 223px;
        }

        .type-64 .sliderContent .cbox02 {
            left: 282px;
            top: 65px;
        }

        .type-64 .sliderContent .cbox03 {
            top: 70px;
            left: 0;
            width: 254px;
            height: 375px;
        }

        .type-64 .sliderContent .cbox04 {
            width: 396px;
            padding-top: 113px;
        }

            .type-64 .sliderContent .cbox04 .cbox04A {
                margin-bottom: 5px;
                line-height: 48px;
            }

        .type-64 .sliderContent .cbox05 {
            top: 500px;
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .type-64 .sliderContent .type-61 {
            top: 249px;
            width: 406px;
        }

            .type-64 .sliderContent .type-61 .cbox {
                height: 50px;
            }

                .type-64 .sliderContent .type-61 .cbox .cbox01 {
                    width: 217px;
                    padding-left: 16px;
                    font-size: 14px;
                }

                .type-64 .sliderContent .type-61 .cbox .cbox02 {
                    width: 188px;
                    font-size: 14px;
                }

        .type-64 .sliderContent .rsThumbs {
            bottom: 60px;
            width: 680px;
        }

            .type-64 .sliderContent .rsThumbs .rsThumb {
                width: 340px;
                padding: 10px 0 0 20px;
            }

                .type-64 .sliderContent .rsThumbs .rsThumb img {
                    margin-right: 15px;
                }



    .type-72 {
        padding: 80px 0 80px 0;
    }

        .type-72 .citem {
            width: 162px;
            height: 144px;
            margin: 0 10px 10px 0;
        }

            .type-72 .citem:hover {
                opacity: 1;
            }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
    .type-04 {
        padding: 50px 0 100px 0;
    }

        .type-04 .cText01 .cText01A {
            margin: 0 0 23px 0;
        }

        .type-04 .itemContainer .citem {
            width: 216px;
            height: 301px;
        }

            .type-04 .itemContainer .citem:before {
                display: none;
            }

            .type-04 .itemContainer .citem .citemB {
                bottom: 16px;
                padding: 0 10px 0 18px;
            }

                .type-04 .itemContainer .citem .citemB .citemB-01 {
                    margin-bottom: 13px;
                    line-height: 20px;
                }

            .type-04 .itemContainer .citem.v1 {
                width: 448px;
            }

        .type-04 .newsLink a {
            bottom: -60px;
        }

    .type-29 {
        height: 650px !important;
    }

        .type-29 .sliderContainer {
            height: 100% !important;
        }

        .type-29 #mainSliderType .sstSlideItem .textContent {
            bottom: 95px;
            left: 0;
            width: 100%;
            max-width: 100%;
            text-align: center;
        }

            .type-29 #mainSliderType .sstSlideItem .textContent .sliderTitle {
                margin-bottom: 19px;
                line-height: 69px;
            }

        .type-29 #mainSliderType .rsBullets {
            bottom: 50px;
            width: 680px;
        }

        .type-29 .sliderNavi {
            bottom: 222px;
        }

            .type-29 .sliderNavi .arrow {
                width: 170px;
            }

            .type-29 .sliderNavi .arrowR {
                right: -99px;
            }

            .type-29 .sliderNavi .arrowL {
                left: -99px;
            }

    .type-59 {
        padding: 70px 0 70px 0;
    }

        .type-59 .gridWrapper {
            flex-direction: column;
            -webkit-flex-direction: column;
        }

        .type-59 .cbox {
            margin-right: 0;
            margin-bottom: 20px;
            min-height: 275px;
        }

            .type-59 .cbox .cbox01 {
                height: 50px;
            }

            .type-59 .cbox .cbox02 {
                padding: 16px 20px 19px 20px;
            }

                .type-59 .cbox .cbox02 .cbox02A {
                    margin-bottom: 0;
                }

                .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 {
                    width: 148px;
                }

                .type-59 .cbox .cbox02 .cbox02C {
                    margin-top: 21px;
                }

                    .type-59 .cbox .cbox02 .cbox02C span {
                        margin-bottom: 2px;
                    }

    .type-60 {
        height: auto !important;
        padding-bottom: 70px;
    }

        .type-60 .cbox01 {
            height: 640px;
        }

            .type-60 .cbox01 .cbox01A {
                top: 38px;
                padding-left: 58px;
                line-height: 19px;
            }

                .type-60 .cbox01 .cbox01A:before {
                    top: 9px;
                    width: 33px;
                    margin-right: 50px;
                }

            .type-60 .cbox01 .cbox01B {
                top: 41px;
            }

                .type-60 .cbox01 .cbox01B:before {
                    width: 42px;
                    margin-right: 26px;
                }

            .type-60 .cbox01 .cbox01C {
                bottom: 60px;
                width: 100%;
                text-align: center;
            }

                .type-60 .cbox01 .cbox01C .cbox01C-01 {
                    width: 100%;
                    line-height: 46px;
                    letter-spacing: -0.02em;
                }

                .type-60 .cbox01 .cbox01C .cbox01C-02 {
                    margin: 33px auto 0 auto;
                }

        .type-60 .cbox02 {
            position: relative;
            bottom: auto;
            left: auto;
            width: 100%;
            height: auto;
            padding-top: 20px;
        }

            .type-60 .cbox02 .gridWrapper {
                display: block;
            }

            .type-60 .cbox02 .cbox02A {
                width: 100%;
                height: auto;
                padding-top: 20px;
                padding-bottom: 10px;
                border-bottom: 1px solid #e0e4e4;
            }

                .type-60 .cbox02 .cbox02A:last-child {
                    padding-bottom: 0;
                    border-bottom: none;
                }

                .type-60 .cbox02 .cbox02A .cbox02A-01 {
                    width: 180px;
                    height: 114px;
                }

                .type-60 .cbox02 .cbox02A:hover {
                    opacity: 1;
                }

    .type-64 {
        height: 790px;
    }

        .type-64 .sliderContent .cbox01 {
            height: 223px;
        }

        .type-64 .sliderContent .cbox02 {
            left: 282px;
            top: 65px;
        }

        .type-64 .sliderContent .cbox03 {
            top: 70px;
            left: 0;
            width: 254px;
            height: 375px;
        }

        .type-64 .sliderContent .cbox04 {
            width: 396px;
            padding-top: 113px;
        }

            .type-64 .sliderContent .cbox04 .cbox04A {
                margin-bottom: 5px;
                line-height: 48px;
            }

        .type-64 .sliderContent .cbox05 {
            top: 500px;
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .type-64 .sliderContent .type-61 {
            top: 249px;
            width: 406px;
        }

            .type-64 .sliderContent .type-61 .cbox {
                height: 50px;
            }

                .type-64 .sliderContent .type-61 .cbox .cbox01 {
                    width: 217px;
                    padding-left: 16px;
                    font-size: 14px;
                }

                .type-64 .sliderContent .type-61 .cbox .cbox02 {
                    width: 188px;
                    font-size: 14px;
                }

        .type-64 .sliderContent .rsThumbs {
            bottom: 60px;
            width: 680px;
        }

            .type-64 .sliderContent .rsThumbs .rsThumb {
                width: 340px;
                padding: 10px 0 0 20px;
            }

                .type-64 .sliderContent .rsThumbs .rsThumb img {
                    margin-right: 15px;
                }



    .type-72 {
        padding: 80px 0 80px 0;
    }

        .type-72 .citem {
            height: 144px;
            margin: 0 10px 10px 0;
        }

            .type-72 .citem:hover {
                opacity: 1;
            }
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
    .type-04 {
        padding: 30px 0 20px 0;
    }

        .type-04 .cText01 .cText01A {
            margin: 0 0 23px 0;
        }

        .type-04 .itemContainer .citem {
            width: 260px;
            height: 358px;
        }

            .type-04 .itemContainer .citem.v1 {
                width: 520px;
            }

    .type-29 {
        height: 450px;
    }

        .type-29 #mainSliderType .sstSlideItem .textContent {
            bottom: 70px;
            left: 100px;
        }

            .type-29 #mainSliderType .sstSlideItem .textContent .sliderTitle {
                margin-bottom: 19px;
                line-height: 65px;
            }

        .type-29 #mainSliderType .rsBullets {
            bottom: 45px;
            width: 1170px;
        }

        .type-29 .sliderNavi {
            bottom: 222px;
        }

    .type-59 {
        padding: 80px 0 80px 0;
    }

        .type-59 .cbox {
            margin-right: 18px;
            min-height: 275px;
        }

            .type-59 .cbox .cbox01 {
                height: 50px;
            }

            .type-59 .cbox .cbox02 {
                padding: 15px 15px 25px 15px;
            }

                .type-59 .cbox .cbox02 .cbox02A {
                    margin-bottom: 0;
                }

                .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 {
                    width: 148px;
                }

                .type-59 .cbox .cbox02 .cbox02C {
                    margin-top: 16px;
                }

                    .type-59 .cbox .cbox02 .cbox02C span {
                        margin-bottom: 2px;
                    }

    .type-60 {
        height: 855px !important;
    }

        .type-60 .cbox01 .cbox01A {
            top: 54px;
            padding-left: 99px;
        }

        .type-60 .cbox01 .cbox01B {
            top: 61px;
        }

        .type-60 .cbox01 .cbox01C {
            bottom: 267px;
        }

            .type-60 .cbox01 .cbox01C .cbox01C-01 {
                line-height: 52px;
            }

            .type-60 .cbox01 .cbox01C .cbox01C-02 {
                margin: 25px auto 0 auto;
            }

        .type-60 .cbox02 {
            height: 186px;
            padding: 30px 0 0 0;
        }

            .type-60 .cbox02 .cbox02A {
                width: 387px;
                height: 114px;
            }

                .type-60 .cbox02 .cbox02A .cbox02A-01 {
                    width: 180px;
                    height: 114px;
                }

                .type-60 .cbox02 .cbox02A .cbox02A-02 {
                    margin-left: -10px;
                }

                    .type-60 .cbox02 .cbox02A .cbox02A-02 span {
                        width: 46px;
                        height: 32px;
                        background-color: #0d86c8;
                    }

                .type-60 .cbox02 .cbox02A .cbox02A-03 {
                    display: -webkit-flex;
                    display: flex;
                    justify-content: center;
                    -webkit-justify-content: center;
                    padding-left: 15px;
                    flex-direction: column;
                    webkit-flex-direction: column;
                }

                    .type-60 .cbox02 .cbox02A .cbox02A-03 span {
                        height: 32px;
                        display: -webkit-flex;
                        display: flex;
                        align-items: center;
                        -webkit-align-items: center;
                    }

    .type-64 {
        height: 950px;
    }

        .type-64 .sliderContent .cbox01 {
            height: 305px;
        }

        .type-64 .sliderContent .cbox02 {
            top: 205px;
        }

        .type-64 .sliderContent .cbox03 {
            top: 20px;
            left: 109px;
            width: 450px;
            height: 665px;
        }

        .type-64 .sliderContent .cbox04 {
            width: 475px;
            padding-top: 119px;
        }

            .type-64 .sliderContent .cbox04 .cbox04A {
                margin-bottom: 12px;
                line-height: 48px;
            }

        .type-64 .sliderContent .cbox05 {
            top: 640px;
            right: 195px;
        }

        .type-64 .sliderContent .type-61 {
            top: 359px;
            right: 0;
            width: 493px;
        }

            .type-64 .sliderContent .type-61 .cbox {
                height: 50px;
            }

                .type-64 .sliderContent .type-61 .cbox .cbox01 {
                    width: 217px;
                    padding-left: 18px;
                    font-size: 14px;
                }

                .type-64 .sliderContent .type-61 .cbox .cbox02 {
                    width: 200px;
                    font-size: 14px;
                }

        .type-64 .sliderContent .rsThumbs {
            bottom: 60px;
            width: 1170px;
        }

            .type-64 .sliderContent .rsThumbs .rsThumb {
                width: 294px;
                padding: 10px 0 0 10px;
            }

                .type-64 .sliderContent .rsThumbs .rsThumb img {
                    margin-right: 15px;
                }



    .type-72 .citem {
        width: 275px;
        height: 223px;
    }
}

@media all and (min-width: 1400px) and (max-width: 1599px) {
    .type-04 {
        padding: 40px 0 30px 0;
    }

        .type-04 .cText01 .cText01A {
            margin: 0 0 23px 0;
        }

        .type-04 .itemContainer .citem {
            width: 260px;
            height: 358px;
        }

            .type-04 .itemContainer .citem.v1 {
                width: 520px;
            }

    .type-29 {
        height: 580px;
    }

        .type-29 #mainSliderType .sstSlideItem .textContent {
            bottom: 114px;
            left: 100px;
        }

            .type-29 #mainSliderType .sstSlideItem .textContent .sliderTitle {
                margin-bottom: 19px;
                line-height: 85px;
            }

        .type-29 #mainSliderType .rsBullets {
            width: 1170px;
        }

        .type-29 .sliderNavi {
            bottom: 222px;
        }

    .type-59 {
        padding: 80px 0 80px 0;
    }

        .type-59 .cbox {
            margin-right: 18px;
            min-height: 275px;
        }

            .type-59 .cbox .cbox01 {
                height: 50px;
            }

            .type-59 .cbox .cbox02 {
                padding: 15px 15px 25px 15px;
            }

                .type-59 .cbox .cbox02 .cbox02A {
                    margin-bottom: 0;
                }

                .type-59 .cbox .cbox02 .cbox02B .cbox02B-02 {
                    width: 148px;
                }

                .type-59 .cbox .cbox02 .cbox02C {
                    margin-top: 16px;
                }

                    .type-59 .cbox .cbox02 .cbox02C span {
                        margin-bottom: 2px;
                    }

    .type-60 {
        height: 855px !important;
    }

        .type-60 .cbox01 .cbox01A {
            top: 54px;
            padding-left: 99px;
        }

        .type-60 .cbox01 .cbox01B {
            top: 61px;
        }

        .type-60 .cbox01 .cbox01C {
            bottom: 267px;
        }

            .type-60 .cbox01 .cbox01C .cbox01C-01 {
                line-height: 52px;
            }

            .type-60 .cbox01 .cbox01C .cbox01C-02 {
                margin: 25px auto 0 auto;
            }

        .type-60 .cbox02 {
            height: 186px;
            padding: 30px 0 0 0;
        }

            .type-60 .cbox02 .cbox02A {
                width: 387px;
                height: 114px;
            }

                .type-60 .cbox02 .cbox02A .cbox02A-01 {
                    width: 180px;
                    height: 114px;
                }

                .type-60 .cbox02 .cbox02A .cbox02A-02 {
                    margin-left: -10px;
                }

                    .type-60 .cbox02 .cbox02A .cbox02A-02 span {
                        width: 46px;
                        height: 32px;
                        background-color: #0d86c8;
                    }

                .type-60 .cbox02 .cbox02A .cbox02A-03 {
                    display: -webkit-flex;
                    display: flex;
                    justify-content: center;
                    -webkit-justify-content: center;
                    padding-left: 15px;
                    flex-direction: column;
                    webkit-flex-direction: column;
                }

                    .type-60 .cbox02 .cbox02A .cbox02A-03 span {
                        height: 32px;
                        display: -webkit-flex;
                        display: flex;
                        align-items: center;
                        -webkit-align-items: center;
                    }

    .type-64 {
        height: 950px;
    }

        .type-64 .sliderContent .cbox01 {
            height: 305px;
        }

        .type-64 .sliderContent .cbox02 {
            top: 205px;
        }

        .type-64 .sliderContent .cbox03 {
            top: 20px;
            left: 109px;
            width: 450px;
            height: 665px;
        }

        .type-64 .sliderContent .cbox04 {
            width: 475px;
            padding-top: 119px;
        }

            .type-64 .sliderContent .cbox04 .cbox04A {
                margin-bottom: 12px;
                line-height: 48px;
            }

        .type-64 .sliderContent .cbox05 {
            top: 640px;
            right: 195px;
        }

        .type-64 .sliderContent .type-61 {
            top: 359px;
            right: 0;
            width: 493px;
        }

            .type-64 .sliderContent .type-61 .cbox {
                height: 50px;
            }

                .type-64 .sliderContent .type-61 .cbox .cbox01 {
                    width: 217px;
                    padding-left: 18px;
                    font-size: 14px;
                }

                .type-64 .sliderContent .type-61 .cbox .cbox02 {
                    width: 200px;
                    font-size: 14px;
                }

        .type-64 .sliderContent .rsThumbs {
            bottom: 60px;
            width: 1170px;
        }

            .type-64 .sliderContent .rsThumbs .rsThumb {
                width: 294px;
                padding: 10px 0 0 10px;
            }

                .type-64 .sliderContent .rsThumbs .rsThumb img {
                    margin-right: 15px;
                }



    .type-72 .citem {
        height: 214px;
    }
}

/*Anasayfa Mobil oyun section*/
@media screen and (min-width: 768px) {
    section.basketball-game-mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    section.basketball-game-mobile {
        background-color: #002443;
    }

        section.basketball-game-mobile .content {
            padding: 24px;
            background: linear-gradient( to bottom, #002443 0%, #002443 80%, transparent 100% );
        }

            section.basketball-game-mobile .content h2.title {
                font-weight: 800;
                font-size: 26px;
                line-height: 34px;
                text-align: center;
                color: white;
                margin-bottom: 8px;
            }

            section.basketball-game-mobile .content p {
                font-size: 16px;
                line-height: 22px;
                text-align: center;
                color: white;
                margin-bottom: 20px;
            }

            section.basketball-game-mobile .content .btn-game-link {
                display: flex;
                justify-content: center;
                align-items: center;
                max-width: 165px;
                min-height: 44px;
                padding: 11px 39px;
                font-weight: 700;
                font-size: 13px;
                line-height: 22px;
                text-align: center;
                background-color: white;
                clip-path: polygon( 8% 0, 100% 0, 92% 100%, 0 100% );
                margin-left: auto;
                margin-right: auto;
            }

                section.basketball-game-mobile .content .btn-game-link span {
                    font-weight: 700;
                    font-size: 13px;
                    line-height: 22px;
                    text-align: center;
                    white-space: nowrap;
                    color: #08519E;
                }

        section.basketball-game-mobile .image {
            width: 100%;
            height: auto;
        }

            section.basketball-game-mobile .image img {
                width: inherit;
                height: inherit;
            }
}
