main {
    margin-top: 104px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

@media only screen and (max-width: 1380px) {
    main {
        margin-top: 81px
    }
}

@media only screen and (max-width: 768px) {
    main {
        margin-top: 57px
    }
}

.sticky main {
    margin-top: 72px
}

@media only screen and (max-width: 1380px) {
    .sticky main {
        margin-top: 57px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-slide:focus {
    outline: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

ul.slick-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0
}

    ul.slick-dots li {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 2px
    }

        ul.slick-dots li:before {
            display: none
        }

        ul.slick-dots li.slick-active button {
            background: #b80a10
        }

    ul.slick-dots button {
        display: inline-block;
        width: 10px;
        height: 10px;
        text-indent: -9999px;
        padding: 0px;
        margin: 0px;
        background: #d3d3d3;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -khtml-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%
    }

        ul.slick-dots button:hover {
            opacity: .7
        }

.pageHeader {
    position: relative;
    background-color: #898989
}

    .pageHeader .container {
        position: relative;
        z-index: 3
    }

        .pageHeader .container h1 {
            display: inline-block;
            width: 100%;
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 1.1;
            color: #fff;
            margin: 85px 0;
            padding: 0
        }

@media only screen and (max-width: 768px) {
    .pageHeader .container h1 {
        margin: 50px 0;
        font-size: 1.8rem
    }
}

.pageHeader .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #898989;
    background-blend-mode: multiply;
    z-index: 1;
    opacity: .6
}

.pageControl {
    background: #f58220
}

    .pageControl .breadcrumbs {
        font-size: 0.8rem;
        line-height: 2.1;
        color: #fff
    }

@media only screen and (max-width: 600px) {
    .pageControl .breadcrumbs {
        font-size: 0.7rem;
        line-height: 1.8
    }
}

.pageControl .breadcrumbs a {
    display: inline-block;
    color: #fff;
    padding: 5px 10px
}

    .pageControl .breadcrumbs a:hover {
        color: #134a99
    }

    .pageControl .breadcrumbs a:first-child {
        padding-left: 0
    }

    .pageControl .breadcrumbs a:last-child {
        padding-right: 0;
        font-weight: 700
    }

@media only screen and (max-width: 768px) {
    .pageControl .pageMenu {
        display: none
    }
}

.pageControl .pageMenu ul {
    display: inline-block;
    width: auto;
    height: auto
}

    .pageControl .pageMenu ul li {
        display: inline-block;
        width: auto;
        margin-left: 15px
    }

        .pageControl .pageMenu ul li.like {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            height: auto;
            position: relative
        }

            .pageControl .pageMenu ul li.like a.likeBt {
                display: inline-block;
                width: auto;
                height: 20px;
                font-size: 20px;
                color: #fff
            }

                .pageControl .pageMenu ul li.like a.likeBt::before {
                    width: 20px;
                    margin: 0;
                    color: #fff
                }

                .pageControl .pageMenu ul li.like a.likeBt:hover::before {
                    color: #5e616c
                }

            .pageControl .pageMenu ul li.like .likeBox {
                position: absolute;
                top: 20px;
                left: -6px;
                display: none;
                visibility: hidden;
                width: 100%;
                height: auto;
                max-height: 0
            }

                .pageControl .pageMenu ul li.like .likeBox a {
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    background: #134a99;
                    color: #fff;
                    justify-content: center;
                    text-align: center;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    -khtml-border-radius: 100%;
                    -o-border-radius: 100%;
                    border-radius: 100%;
                    margin: 3px 0px;
                    padding: 8px 0px
                }

                    .pageControl .pageMenu ul li.like .likeBox a::before {
                        font-size: 16px;
                        margin: 0px
                    }

                    .pageControl .pageMenu ul li.like .likeBox a:hover {
                        background: #5e616c;
                        color: #fff
                    }

            .pageControl .pageMenu ul li.like:hover a.likeBt::before {
                color: #134a99
            }

            .pageControl .pageMenu ul li.like:hover .likeBox {
                display: block;
                visibility: visible;
                max-height: none
            }

        .pageControl .pageMenu ul li.copy, .pageControl .pageMenu ul li.print {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            height: auto
        }

            .pageControl .pageMenu ul li.copy a, .pageControl .pageMenu ul li.print a {
                display: inline-block;
                width: auto;
                height: 20px;
                font-size: 18px;
                color: #fff
            }

                .pageControl .pageMenu ul li.copy a::before, .pageControl .pageMenu ul li.print a::before {
                    width: 20px;
                    margin: 0;
                    color: #fff
                }

                .pageControl .pageMenu ul li.copy a:hover::before, .pageControl .pageMenu ul li.print a:hover::before {
                    color: #134a99
                }

        .pageControl .pageMenu ul li.text {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            height: auto;
            letter-spacing: -4px
        }

            .pageControl .pageMenu ul li.text a {
                letter-spacing: -1px;
                display: inline-block;
                width: auto;
                color: #fff;
                font-size: 1.1rem;
                line-height: 1.2
            }

                .pageControl .pageMenu ul li.text a.small {
                    font-size: .9rem
                }

                .pageControl .pageMenu ul li.text a.big {
                    font-size: 1.2rem
                }

                .pageControl .pageMenu ul li.text a:hover {
                    color: #134a99
                }

.leftMenu {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-right: 30px
}

@media only screen and (max-width: 1380px) {
    .leftMenu {
        padding-right: 20px
    }
}

@media only screen and (max-width: 768px) {
    .leftMenu {
        padding-right: 0px;
        margin-bottom: 30px;
        border: 1px solid rgba(153,153,153,0.15)
    }
}

.leftMenu span {
    display: none;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    background-color: #134a99;
    text-align: left;
    position: relative;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .leftMenu span {
        display: inline-block
    }
}

.leftMenu span::before {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 1.2rem;
    margin: 9px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90), M12=-sin(90), M21=sin(90), M22=cos(90));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90), M12=-sin(90), M21=sin(90), M22=cos(90))";
    zoom: 1;
    -webkit-transition: transform 0.35s ease-in;
    -moz-transition: transform 0.35s ease-in;
    -ms-transition: transform 0.35s ease-in;
    -o-transition: transform 0.35s ease-in;
    transition: transform 0.35s ease-in
}

.leftMenu ul {
    display: inline-block;
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: height 0.35s ease-in;
    -moz-transition: height 0.35s ease-in;
    -ms-transition: height 0.35s ease-in;
    -o-transition: height 0.35s ease-in;
    transition: height 0.35s ease-in
}

@media only screen and (max-width: 768px) {
    .leftMenu ul {
        height: 0;
        overflow: hidden;
        display: none
    }
}

.leftMenu ul li {
    display: inline-block;
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid rgba(153,153,153,0.15);
    position: relative
}

@media only screen and (max-width: 768px) {
    .leftMenu ul li {
        border-bottom: 1px solid rgba(153,153,153,0.15)
    }
}

.leftMenu ul li:last-child {
    border: 0px
}

.leftMenu ul li.pushopen a.menuSub {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90))";
    zoom: 1
}

.leftMenu ul li.pushopen ul {
    display: inline-block;
    height: auto
}

.leftMenu ul li a.menuSub {
    position: absolute;
    right: 5px;
    top: 13px;
    width: 36px;
    height: 36px;
    background: #ffd8b6;
    z-index: 5;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    color: #f58220;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90), M12=-sin(90), M21=sin(90), M22=cos(90));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(90), M12=-sin(90), M21=sin(90), M22=cos(90))";
    zoom: 1;
    -webkit-transition: transform 0.35s ease-in;
    -moz-transition: transform 0.35s ease-in;
    -ms-transition: transform 0.35s ease-in;
    -o-transition: transform 0.35s ease-in;
    transition: transform 0.35s ease-in
}

    .leftMenu ul li a.menuSub::before {
        margin: 8px
    }

    .leftMenu ul li a.menuSub:hover {
        color: #fff;
        background: #134a99
    }

    .leftMenu ul li a.menuSub.open {
        color: #fff;
        background: #134a99
    }

.leftMenu ul li a {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 23px 15px;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
    color: #5e616c;
    text-align: left
}

@media only screen and (max-width: 1380px) {
    .leftMenu ul li a {
        font-size: .9rem
    }
}

@media only screen and (max-width: 768px) {
    .leftMenu ul li a {
        padding: 12px 15px
    }
}

.leftMenu ul li a:hover {
    color: #134a99;
    background: rgba(153,153,153,0.05)
}

.leftMenu ul li a.active {
    font-weight: 700;
    color: #fff;
    background-color: #f58220;
    position: relative
}

    .leftMenu ul li a.active:before {
        content: '';
        border-style: solid;
        border-color: rgba(0,0,0,0) #f58220 rgba(0,0,0,0) rgba(0,0,0,0);
        height: 0;
        position: absolute;
        width: 0;
        border-width: 12px 12px 12px 0;
        right: -12px;
        top: 50%;
        margin-top: -12px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.leftMenu ul li ul {
    padding-left: 15px;
    height: 0;
    overflow: hidden;
    display: none
}

    .leftMenu ul li ul li {
        border-bottom: 1px dotted rgba(153,153,153,0.15)
    }

        .leftMenu ul li ul li a {
            display: inline-block;
            width: 100%;
            height: auto;
            padding: 15px;
            font-size: .9rem;
            line-height: 1.3;
            font-weight: 400;
            margin: 0 !important
        }

.leftMenu.open span::before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-90), M12=-sin(-90), M21=sin(-90), M22=cos(-90))";
    zoom: 1
}

@media only screen and (max-width: 768px) {
    .leftMenu.open ul {
        display: inline-block;
        height: auto
    }
}

.pageDetail .slider {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    position: relative
}

    .pageDetail .slider .photoSlider {
        display: inline-block;
        width: 100%;
        height: auto
    }

        .pageDetail .slider .photoSlider .slide {
            display: inline-block;
            width: 100%;
            height: auto
        }

            .pageDetail .slider .photoSlider .slide img {
                display: inline-block;
                width: 100%;
                height: auto
            }

    .pageDetail .slider .Prev, .pageDetail .slider .Next {
        position: absolute;
        top: 50%;
        width: 36px;
        height: 36px;
        margin-top: -18px;
        overflow: hidden;
        z-index: 10
    }

@media only screen and (max-width: 1030px) {
    .pageDetail .slider .Prev, .pageDetail .slider .Next {
        display: none
    }
}

.pageDetail .slider .Prev::before, .pageDetail .slider .Next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    margin: -10px 0 0 -10px;
    color: #f58220;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out
}

.pageDetail .slider .Prev:hover::before, .pageDetail .slider .Next:hover::before {
    color: #134a99
}

.pageDetail .slider .Prev {
    left: -35px
}

@media only screen and (max-width: 768px) {
    .pageDetail .slider .Prev {
        left: 0px
    }
}

.pageDetail .slider .Prev::before {
    margin-left: -10px
}

.pageDetail .slider .Next {
    right: -35px
}

@media only screen and (max-width: 768px) {
    .pageDetail .slider .Next {
        right: 0px
    }
}

.pageDetail .slider .Next::before {
    margin-left: -10px
}

.pageDetail .slider .slickDots {
    position: absolute;
    width: 100%;
    bottom: 10px
}

    .pageDetail .slider .slickDots ul {
        display: inline-block;
        width: 100%;
        text-align: center
    }

        .pageDetail .slider .slickDots ul li {
            display: inline-block;
            width: auto;
            height: auto;
            margin: 0 2px
        }

            .pageDetail .slider .slickDots ul li button {
                display: inline-block;
                width: 10px;
                height: 10px;
                text-indent: -9999px;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                padding: 0px;
                margin: 0px;
                border: 0;
                background: rgba(255,255,255,0.2)
            }

                .pageDetail .slider .slickDots ul li button:hover {
                    background: rgba(255,255,255,0.5)
                }

            .pageDetail .slider .slickDots ul li.slick-active button {
                background: #fff
            }

.pageDetail .text {
    display: inline-block;
    width: 100%;
    height: auto
}

    .pageDetail .text[contenteditable="true"] {
        border: 0;
        outline: 0
    }

    .pageDetail .text .blue {
        color: #000
    }

    .pageDetail .text .orange {
        color: #000
    }

    .pageDetail .text .grey {
        color: #000
    }

    .pageDetail .text h2 {
        display: inline-block;
        width: 100%;
        height: auto;
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: 700;
        padding: 0;
        margin: 0 0 6px 0;
        border: 0;
        color: #000
    }

@media only screen and (max-width: 768px) {
    .pageDetail .text h2 {
        font-size: 1.1rem
    }
}

.pageDetail .text h2::after {
    display: none
}

.pageDetail .text h2.borderBottom {
    padding: 0 0 10px 0;
    border-bottom: 2px solid #ffd8b6
}

    .pageDetail .text h2.borderBottom::after {
        left: 0;
        margin-left: 0;
        display: block
    }

.pageDetail .text h3 {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    margin: 0 0 6px 0;
    border: 0;
    color: #000
}

@media only screen and (max-width: 768px) {
    .pageDetail .text h3 {
        font-size: .9rem
    }
}

.pageDetail .text p {
    display: inline-block;
    width: 100%;
    height: auto;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 1rem;
    text-align: justify !important;
    line-height: 1.8 !important;
    font-weight: 500;
    color: #333;
    padding: 0;
    margin: 12px 0;
    border: 0
}

    .pageDetail .text p * {
        font-family: Arial,Helvetica,sans-serif !important;
        text-align: justify !important;
        font-size: 1rem;
        color: #333 !important;
        line-height: 1.8 !important
    }

@media only screen and (max-width: 768px) {
    .pageDetail .text p {
        font-size: 0.75rem
    }
}

.pageDetail .text p.link {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px dashed rgba(153,153,153,0.3)
}

    .pageDetail .text p.link a {
        color: #f58220
    }

        .pageDetail .text p.link a:hover {
            text-decoration: underline
        }

.pageDetail .text p b {
    font-weight: 700
}

    .pageDetail .text p b.big {
        font-size: 120%
    }

.pageDetail .text p a {
    display: inline-block;
    cursor: pointer;
    color: #333
}

    .pageDetail .text p a:hover {
        color: #f58220
    }

.pageDetail .text p img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto
}

.pageDetail .text hr {
    display: inline-block;
    width: 80%;
    clear: both;
    border: 0;
    margin: 30px 10%;
    border-bottom: 1px dashed rgba(153,153,153,0.5)
}

.pageDetail .text ul {
    height: auto;
    padding: 0 0 0 12px
}

    .pageDetail .text ul li {
        list-style: none;
        font-size: 0.813rem;
        font-weight: 500;
        color: #333;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px
    }

        .pageDetail .text ul li::before {
            position: absolute;
            left: -12px;
            content: "\2022 ";
            font-size: 18px;
            line-height: 24px
        }

        .pageDetail .text ul li::marker {
            display: none
        }

.pageDetail .pageButon {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 35px;
    margin-bottom: 20px
}

    .pageDetail .pageButon a {
        display: inline-block;
        width: auto;
        padding: 12px 60px 12px 20px;
        font-size: 0.875rem;
        line-height: 1.5;
        color: #fff;
        font-weight: 700;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -khtml-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        margin: 5px 15px 5px 0;
        position: relative
    }

        .pageDetail .pageButon a.blue {
            background-color: #134a99
        }

        .pageDetail .pageButon a.orange {
            background-color: #f58220
        }

        .pageDetail .pageButon a::before {
            position: absolute;
            right: 10px;
            top: 50%;
            font-size: 28px;
            margin-top: -14px
        }

        .pageDetail .pageButon a:hover {
            background: #5e616c
        }

.pageDetail .boards hr {
    width: 100%;
    margin: 30px 0;
    border-bottom: 1px solid #d6ddf6
}

.pageDetail .boards h2 {
    margin-bottom: 30px
}

.pageDetail .boards .member {
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: -5px
}

    .pageDetail .boards .member .Image {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        height: auto;
        overflow: hidden;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -khtml-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        letter-spacing: 0px
    }

        .pageDetail .boards .member .Image img {
            display: inline-block;
            width: 100%;
            height: auto
        }

    .pageDetail .boards .member .Text {
        letter-spacing: 0px;
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        height: auto;
        overflow: hidden;
        padding-left: 18px;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500;
        color: #333
    }

@media only screen and (max-width: 768px) {
    .pageDetail .boards .member .Text {
        padding-left: 10px;
        font-size: .8rem
    }
}

.pageDetail .newsBox {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 30px 0px
}

@media only screen and (max-width: 1380px) {
    .pageDetail .newsBox {
        margin: 20px 0px
    }
}

.pageDetail .newsBox.bulten a.image {
    border: 1px solid #dfdfe2
}

    .pageDetail .newsBox.bulten a.image img {
        height: 420px
    }

@media only screen and (max-width: 1380px) {
    .pageDetail .newsBox.bulten a.image img {
        height: 300px
    }
}

@media only screen and (max-width: 768px) {
    .pageDetail .newsBox.bulten a.image img {
        height: 420px
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail .newsBox.bulten a.image img {
        height: 480px
    }
}

.pageDetail .newsBox.ourPartners a.image img, .pageDetail .newsBox.events a.image img {
    height: 200px
}

@media only screen and (max-width: 1380px) {
    .pageDetail .newsBox.ourPartners a.image img, .pageDetail .newsBox.events a.image img {
        height: 140px
    }
}

@media only screen and (max-width: 768px) {
    .pageDetail .newsBox.ourPartners a.image img, .pageDetail .newsBox.events a.image img {
        height: 220px
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail .newsBox.ourPartners a.image img, .pageDetail .newsBox.events a.image img {
        height: 240px
    }
}

.pageDetail .newsBox.press {
    border: 1px solid #dfdfe2;
    padding: 10px;
    margin: 15px 0px
}

    .pageDetail .newsBox.press a.image img {
        height: 280px
    }

@media only screen and (max-width: 1380px) {
    .pageDetail .newsBox.press a.image img {
        height: 250px
    }
}

@media only screen and (max-width: 768px) {
    .pageDetail .newsBox.press a.image img {
        height: 420px
    }
}

@media only screen and (max-width: 600px) {
    .pageDetail .newsBox.press a.image img {
        height: 300px
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail .newsBox.press a.image img {
        height: 480px
    }
}

.pageDetail .newsBox.video {
    border: 1px solid #dfdfe2;
    padding: 10px;
    margin: 15px 0px
}

    .pageDetail .newsBox.video a.image img {
        height: 280px
    }

@media only screen and (max-width: 1380px) {
    .pageDetail .newsBox.video a.image img {
        height: 250px
    }
}

@media only screen and (max-width: 768px) {
    .pageDetail .newsBox.video a.image img {
        height: 420px
    }
}

@media only screen and (max-width: 600px) {
    .pageDetail .newsBox.video a.image img {
        height: 300px
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail .newsBox.video a.image img {
        height: 480px
    }
}

.pageDetail .newsBox a.image {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0
}

    .pageDetail .newsBox a.image img {
        display: inline-block;
        width: 100%;
        height: 220px;
        object-fit: cover
    }

@media only screen and (max-width: 1380px) {
    .pageDetail .newsBox a.image img {
        height: 180px
    }
}

@media only screen and (max-width: 768px) {
    .pageDetail .newsBox a.image img {
        height: 220px
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail .newsBox a.image img {
        height: 200px
    }
}

.pageDetail .newsBox .text {
    display: inline-block;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 20px 0px
}

@media only screen and (max-width: 1380px) {
    .pageDetail .newsBox .text {
        padding-bottom: 0
    }
}

.pageDetail .newsBox .text h3 {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    padding: 0px;
    margin: 0 0 10px 0
}

@media only screen and (max-width: 1380px) {
    .pageDetail .newsBox .text h3 {
        font-size: .9rem
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail .newsBox .text h3 {
        font-size: .8rem
    }
}

.pageDetail .newsBox .text .date {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.2;
    color: #5e616c;
    margin: 0 0 10px 0
}

.pageDetail .newsBox .text a {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #f58220;
    margin-right: 30px
}

@media only screen and (max-width: 480px) {
    .pageDetail .newsBox .text a {
        font-size: .7rem
    }
}

.pageDetail .newsBox .text a::after {
    font-size: 11px;
    margin-left: 3px
}

@media only screen and (max-width: 480px) {
    .pageDetail .newsBox .text a::after {
        font-size: 10px
    }
}

.pageDetail .newsBox .text a:hover {
    color: #134a99
}

.pageDetail .borderBottom {
    border-bottom: 1px solid #dfdfe2
}

@media only screen and (max-width: 768px) {
    .pageDetail .maps {
        margin-top: 20px
    }
}

.pageDetail .maps iframe {
    width: 100%;
    height: 350px
}

.pageDetail #map {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

    .pageDetail #map #TrSVG, .pageDetail #map #istanbulSVG {
        display: inline-block;
        width: 100%;
        height: auto
    }

.pageDetail #infowindow {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 380px;
    padding: 20px
}

@media only screen and (max-width: 992px) {
    .pageDetail #infowindow {
        padding: 10px
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail #infowindow {
        padding: 0px
    }
}

.pageDetail #infowindow h2 {
    font-family: "Quicksand",sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #134a99;
    margin: 0
}

@media only screen and (max-width: 992px) {
    .pageDetail #infowindow h2 {
        font-size: 1rem
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail #infowindow h2 {
        font-size: .8rem;
        line-height: 1.4
    }
}

.pageDetail #infowindow p {
    font-family: "Quicksand",sans-serif;
    color: #5e616c;
    font-weight: 400;
    line-height: 1.8;
    margin: 10px 0 0;
    font-size: 1rem
}

@media only screen and (max-width: 992px) {
    .pageDetail #infowindow p {
        font-size: .85rem;
        line-height: 1.5
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail #infowindow p {
        font-size: 0.7rem;
        line-height: 1.4
    }
}

.pageDetail #infowindow a {
    font-family: "Quicksand",sans-serif;
    display: inline-block;
    font-size: .7rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    background: #f58220;
    padding: 5px 20px;
    margin-top: 24px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -khtml-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px
}

    .pageDetail #infowindow a:hover {
        color: #fff;
        background: #134a99
    }

@media only screen and (max-width: 480px) {
    .pageDetail #infowindow a {
        font-size: .6rem;
        line-height: 1.3;
        padding: 3px 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -khtml-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px
    }
}

.pageDetail .mapsDetail {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    font-size: 0.813rem;
    line-height: 1.8;
    font-weight: 500;
    color: #333;
    padding: 0;
    text-align: right
}

    .pageDetail .mapsDetail span {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin-right: 30px
    }

        .pageDetail .mapsDetail span img {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            height: 24px;
            margin-right: 5px
        }

            .pageDetail .mapsDetail span img .circle {
                height: 20px
            }

        .pageDetail .mapsDetail span p {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            margin: 0
        }

.pageDetail .sube {
    display: inline-block;
    width: 100%;
    height: auto
}

    .pageDetail .sube .item {
        display: inline-block;
        width: 100%;
        height: auto;
        background: #fff;
        -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
        box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 20px;
        margin-top: 10px;
        margin-bottom: 10px
    }

        .pageDetail .sube .item h2 {
            font-size: 1.2rem;
            line-height: 1.5;
            font-weight: 700;
            color: #134a99;
            margin: 0
        }

@media only screen and (max-width: 992px) {
    .pageDetail .sube .item h2 {
        font-size: 1rem
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail .sube .item h2 {
        font-size: .8rem;
        line-height: 1.4
    }
}

.pageDetail .sube .item p {
    color: #5e616c;
    font-weight: 500;
    line-height: 1.8;
    margin: 10px 0 0
}

@media only screen and (max-width: 992px) {
    .pageDetail .sube .item p {
        font-size: .85rem;
        line-height: 1.5
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail .sube .item p {
        font-size: 0.7rem;
        line-height: 1.4
    }
}

.pageDetail .sube .item a.phone {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    color: #5e616c;
    font-weight: 700
}

    .pageDetail .sube .item a.phone:hover {
        color: #134a99
    }

.pageDetail .sube .item a.directions {
    display: inline-block;
    font-size: .7rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    background: #f58220;
    padding: 5px 20px;
    margin-top: 24px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -khtml-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px
}

    .pageDetail .sube .item a.directions:hover {
        color: #fff;
        background: #5e616c
    }

@media only screen and (max-width: 480px) {
    .pageDetail .sube .item a.directions {
        font-size: .6rem;
        line-height: 1.3;
        padding: 3px 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -khtml-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px
    }
}

.pageDetail .sube .item .bigImage {
    display: inline-block;
    width: 100%;
    height: auto
}

    .pageDetail .sube .item .bigImage img {
        display: inline-block;
        width: 100%;
        height: auto
    }

@media only screen and (max-width: 480px) {
    .pageDetail .history .row {
        text-align: center
    }
}

.pageDetail .history .row h2 {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.2;
    color: #134a99
}

@media only screen and (max-width: 768px) {
    .pageDetail .history .row h2 {
        font-size: 2.2rem
    }
}

@media only screen and (max-width: 480px) {
    .pageDetail .history .row h2 {
        font-size: 1.8rem
    }
}

.pageDetail .history .row img {
    display: inline-block;
    width: 100%;
    height: auto;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.pageDetail .history .row.reverse {
    background-color: #fff
}

    .pageDetail .history .row.reverse h2, .pageDetail .history .row.reverse h3, .pageDetail .history .row.reverse p {
        text-align: right
    }

@media only screen and (max-width: 480px) {
    .pageDetail .history .row.reverse h2, .pageDetail .history .row.reverse h3, .pageDetail .history .row.reverse p {
        text-align: center;
        margin: 8px 0
    }
}

.pageDetail .history .row:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media print {
    .boards {
        padding: 20px
    }

        .boards .member {
            margin-top: 20px;
            margin-bottom: 20px
        }

            .boards .member .Image {
                display: inline-block;
                width: 100%;
                height: auto
            }

                .boards .member .Image img {
                    display: inline-block;
                    width: 100%;
                    height: auto
                }

            .boards .member .Text {
                display: inline-block;
                width: 100%;
                text-align: center;
                margin-top: 15px
            }
}

.istanbul-ilceler {
    width: 100%;
    height: auto
}

.hizmetBolgsesi {
    fill: #f58220 !important
}

.subelerimiz {
    fill: #134a99 !important
}

.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center
}

    .svg-turkiye-haritasi svg {
        width: 100%;
        height: auto
    }

.il-isimleri {
    position: absolute;
    z-index: 2
}

    .il-isimleri div {
        display: inline-block;
        background: #898989;
        color: #fff;
        padding: 5px 10px;
        font-size: .8rem;
        line-height: 1.5;
        font-weight: 700;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px
    }

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: silver
}

    #svg-turkiye-haritasi path:hover {
        fill: #9a9a9a
    }

#guney-kibris {
    pointer-events: none
}

.pagination {
    display: inline-block;
    width: auto;
    border: 1px solid rgba(94,97,108,0.15);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    letter-spacing: -5px
}

    .pagination a {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 10px 15px;
        color: #5e616c;
        border-right: 1px solid rgba(94,97,108,0.15);
        letter-spacing: 0px
    }

@media only screen and (max-width: 480px) {
    .pagination a {
        padding: 8px 10px;
        font-size: 0.9rem
    }
}

.pagination a:first-child {
    padding-left: 20px
}

@media only screen and (max-width: 480px) {
    .pagination a:first-child {
        padding-left: 10px
    }
}

.pagination a:last-child {
    border-right: 0;
    padding-right: 20px
}

@media only screen and (max-width: 480px) {
    .pagination a:last-child {
        padding-right: 10px
    }
}

.pagination a:hover {
    opacity: .5
}

.pagination a.active {
    color: #f58220;
    font-weight: 700
}
