@charset "UTF-8";

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* slider prev, slider next init */
.slick-slider .slick-prev,
.slick-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    /*outline: none;*/
    background: transparent;
    z-index: 1;
}

/* slider prev, slider next init end */
.index-banner-slider {
    position: relative;
    background-color: #fff;
    width: 100%;
    /* Dots */
}

.index-banner-slider img {
    width: 100%;
    max-width: inherit;
}

index-banner-slider a {
    display: block;
    width: 100%;
}

.index-banner-slider .slick-prev,
.index-banner-slider .slick-next {
    width: 35px;
    height: 65px;
}

.index-banner-slider .slick-prev {
    left: 0px;
    background: url(../../images/style03/main_slider_prev.png) 0 0 no-repeat;
    background-size: contain;
}

.index-banner-slider .slick-next {
    right: 0px;
    background: url(../../images/style03/main_slider_next.png) 0 0 no-repeat;
    background-size: contain;
}

.index-banner-slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.index-banner-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.index-banner-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.index-banner-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.index-banner-slider .slick-dots li button:hover,
.index-banner-slider .slick-dots li button:focus {
    outline: none;
}

.index-banner-slider .slick-dots li button:hover:before,
.index-banner-slider .slick-dots li button:focus:before {
    opacity: 1;
}

.index-banner-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index-banner-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* banner 
*****************************************************/
.index-banner-wrapper {
    position: relative;
    width: 100%;
    z-index: 0;
}

/* Dots end */
/* banner end
*****************************************************/
.index-section {
    position: relative;
    overflow: hidden;
    background-color: #f3faff;
}

.index-section-inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.index-section__heading {
    text-align: center;
    font-size: 2em;
    color: #333;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
}

.index-section__heading:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    background-image: url(../../images/style03/index-section-heading-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 38px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-section .btn-row {
    text-align: center;
    text-align: center;
    margin: 30px 0 0 0;
}

.index-section .btn {
    margin: 0 auto;
    width: 157px;
    height: 49px;
    padding: 0;
    line-height: 49px;
    color: #fff;
    background-color: #00677d;
    font-size: 0.9375em;
    font-weight: 700;
}

/*
.index-section .btn:hover, .index-section .btn:active {
  background-color: #1986d2;
}
*/
/*--*/
.txt > a {
    line-height: 24px;
    margin: 0 0 3px 0;
    font-size: 1.03em;
    color: #333;
}

.index-news-slider {
    width: 80%;
    margin: 0 auto;
}

.index-news-line {
    border-top: 2px solid #eee;
    display: flex;
    font-weight: bold;
    align-items: center;
    position: relative;
    padding: 13px 0;
}

.index-news-line::before {
    content: "";
    height: 2px;
    width: 110px;
    display: block;
    position: absolute;
    top: -2px;
    z-index: 1;
    background: #ccc;
}

.index-news-line .date,
.index-news-line .tag,
.index-news-line .txt {
    display: inline-block;
    vertical-align: top;
}

.index-news-line .date {
    padding: 25px 0;
    font-size: 1em;
    flex: 0 1 110px;
    text-align: center;
}

.index-news-line .tag {
background: #ddd;
    color: #555;
    font-size: 0.85rem;
    padding: 8px 12px;
    line-height: 1;
    margin: 0 15px;
    flex: 1;
    text-align: center;
    border-radius: 2px;
}

.index-news-line .txt {
    flex: 10;
}

.index-news-slider {
    width: 80%;
    margin: 0 auto;
}

.index-news-slider .slick-prev,
.index-news-slider .slick-next {
    width: 60%;
    width: 60vw;
    padding: 35px 20px;
}

.index-news-slider .slick-prev {
    right: -75px;
    background: url(../../images/arr-down-white.svg) center center no-repeat #999;
    background-size: 40%;
    top: 54%;
}

.index-news-slider .slick-next {
    right: -75px;
    background: url(../../images/arr-up-white.svg) center center no-repeat #999;
    background-size: 40%;
    top: 42%;
}

/*--*/
.index-news {
    padding: 0;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    overflow: inherit;
}

.index-news .index-section-inner {
    max-width: 1300px;
}

.index-news .index-section__heading {
    margin-bottom: 55px;
}

.index-news-box {
    width: calc(100% - 20px * 2);
    padding: 30px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    background-color: #fff;
    background-image: url(../../images/style03/index-news-box.jpg);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0 0 40px rgba(158, 158, 158, 0.34);
}

.index-news__list {
    width: calc(100% - 20%);
    max-width: 1048px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.index-news .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    border-top: 2px solid #e0e0e0;
    padding: 25px 0;
    position: relative;
}

.index-news .item:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    width: 120px;
    height: 2px;
    background-color: #c4c4c4;
}

.index-news .date {
    width: 150px;
    font-size: 1.0625em;
    color: #333;
}

.index-news .sub-text {
    width: 110px;
    text-align: center;
    background-color: #e3e3e3;
    line-height: 28px;
    font-size: .9em;
    font-weight: bold;
    border-radius: 3px;
}

.index-news .text-block {
    width: calc(100% - 150px - 110px);
    padding-left: 3%;
}

.index-news .main-text {
    font-size: 1.1875em;
    line-height: 1.6;
    letter-spacing: .05em;
    font-weight: 700;
}

.index-news .main-text a {
    color: #444;
}

.tag-color-hot,
.tag-color-top {
    height: 26px;
    line-height: 25px;
    font-size: 0.6em;
    color: #fff;
    border-radius: 29px;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    margin-right: .2em;
}

.index-news-tag {
    margin: 8px 0 0 0;
}

.tag-color-top {
    background-color: #1986d2;
}

.tag-color-hot {
    background-color: #e96083;
}

.index-news .slick-prev,
.index-news .slick-next {
    width: 41px;
    height: 41px;
}

.index-news .slick-prev {
    left: inherit;
    right: -70px;
    background: url(../../images/style03/index-news_prev.png) 0 0 no-repeat;
    background-size: contain;
    margin-top: -23px;
}

.index-news .slick-next {
    right: -70px;
    background: url(../../images/style03/index-news_next.png) 0 0 no-repeat;
    background-size: contain;
    margin-top: 94px;
}

.index-activities {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.index-activities .bg-index-activities {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 254px;
    background-color: #1986d2;
    pointer-events: none;
}

.index-activities .index-section-inner {
    max-width: 100%;
}

.index-activities .index-section__heading {
    margin-bottom: 20px;
    color: #fff;
}

.index-activities .index-section__heading:before {
    background-image: none;
    background-color: #fff;
}

.index-activities .slick-slide {
    width: 47%;
    width: 47vw;
    max-width: 680px;
    padding: 35px 50px;
    outline: none;
}

.index-activities .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.index-activities .item-image {
    width: 50%;
    overflow: hidden;
    padding-top: 39%;
    position: relative;
}

.index-activities .item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
}

.index-activities .item-content {
    width: 50%;
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.index-activities .main-text {
    width: 100%;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 0;
}

.index-activities .main-text a {
    color: #1f4685;
    height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-activities .date {
    width: 100%;
    color: #333;
    font-size: 1.01em;
    line-height: 1.73;
    margin: 0 0 5px 0 !important;
    font-weight: bold;
}

.index-bulletin {
    padding-bottom: 65px;
}

.index-bulletin .index-section-inner {
    max-width: 1400px;
}

.index-bulletin-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;

    padding: 0 25px;
}

.index-bulletin-box span.main-text a {
    height: 53px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
}

.index-bulletin-box {
    width: calc(100% - 25px * 2);
    margin: 0 25px;
    padding: 30px 35px;
    border-radius: 5px;
}

.index-bulletin-box:first-child {
    background-color: #1985d1;
}

.index-bulletin-box:last-child {
    background-color: #1986d2;
}

.index-bulletin-box__heading {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.7em;
    font-weight: 700;
}

.index-bulletin-box__content {
    background-color: #fff;
    padding: 10px 20px 20px;
}

.index-bulletin .btn {
    width: 105px;
    height: 35px;
    line-height: 32px;
    background-color: #6c6c6c;
    font-size: 0.8125em;
}

.index-bulletin__list {
    width: 100%;
    max-width: 1048px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.index-bulletin .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    border-bottom: 1px dotted #e0e0e0;
    padding: 12px 0;
}

.index-bulletin .date {
    width: 108px;
    font-size: 1.05em;
    color: #1985d1;
    line-height: 27px;
}

.index-bulletin .main-text {
    width: calc(100% - 108px);
    font-size: 1.1em;
    line-height: 27px;
    overflow: hidden;

}

.index-bulletin .tag {
    width: 53px;
    height: 26px;
    line-height: 26px;
    font-size: 0.8125em;
    color: #fff;
    border-radius: 26px;
    text-align: center;
    margin-right: 7px;
}

.index-bulletin .tag--new {
    background-color: #ed71ae;
}

.index-bulletin .tag--bulletin {
    background-color: #38b6f1;
}

.index-activity .index-section-inner {
    max-width: 100%;
}

.index-activity .index-section__heading {
    margin-bottom: 20px;
}

.index-activity-slider-title {
    background-color: #1986d2;
    width: calc(100% - 40px);
    max-width: 34%;
    position: relative;
    z-index: 2;
    margin: 0 auto 18px auto;
    -webkit-transform: translateY(62%);
    -khtml-transform: translateY(62%);
    -moz-transform: translateY(62%);
    -ms-transform: translateY(62%);
    -o-transform: translateY(62%);
    transform: translateY(62%);
    color: #fff;
    text-align: center;
    font-size: 1.03em;
    line-height: 26px;
    border-radius: 3px;
    padding: 10px 20px;
}

.index-activities-slider .slick-prev:focus,
.index-activities-slider .slick-next:focus {
    outline: 2px solid #fc0 !important;
}

.index-activity .slide-item {
    width: 50vw;
}

.index-activity .item {
    position: relative;
    padding-top: 38%;
    overflow: hidden;
    background-color: #fff;
}

.index-activity .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 102%;
}

.index-activity .item .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    width: 100%;
    max-width: 80%;
    line-height: 1.5;
    font-weight: 700;
    padding: 15px;
}

.index-activity .item .main-text {
    font-size: 1.6875em;
    line-height: 1.5;
}

.index-activity .item .sub-text {
    font-size: 1.3125em;
    line-height: 1.5;
}

.index-related {
    padding: 0 0 40px 0;
}

.index-related-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 95px;
}

.index-related-slider .slick-prev {
    left: 15px;
    background: url(../../images/style03/index_slider_prev.png) 0 0 no-repeat;
}

.index-related-slider .slick-next {
    right: 15px;
    background: url(../../images/style03/index_slider_next.png) 0 0 no-repeat;
}

.index-related-slider .slick-prev,
.index-related-slider .slick-next {
    width: 56px;
    height: 56px;
    background-size: contain;
}

.index-related .slide-item {
    padding: 30px 20px;
}

.index-related .slide-item img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    max-width: 293px;
    margin: 0 auto;
}



/*---------------兩塊iframe---------------*/
.layout03-iframe-map,
.layout03-iframe-fb {

    flex: 1;
}

.layout03-iframe {
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;

}

.layout03-iframe-fb {
    background: #fcf5e7 !important;
    padding: 35px 0;
    text-align: center;
}

/*
.layout03-iframe-fb iframe {
    width: 100% !important;
    height: 100% !important;
}
*/

.layout03-iframe-map {
    margin: 0 !important;
    position: relative;
}

.layout03-iframe-map iframe {
    width: 100%;
    height: 100%;
}

.layout03-iframe-map-info {
    position: absolute;
    right: 5%;
    width: 450px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    top: 50%;
    transform: translateY(-50%);
    padding: 14px 25px;
}

.gmap-word img,
.gmap-word p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;

}

.gmap-word img {
    width: 100px;
    display: none;
}

.gmap-word p {
    margin: 0;
    width: 100%;
    text-align: center;
}

.gmap-word {
    width: 100%;
    display: inline-block;
}

.gmap-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 14px 0 0 0;
}

.gmap-btn a {
    margin: 0 auto;
    width: 90px;
    /* height: 41px; */
    padding: 9px 10px;
    border-radius: 45px;
    color: #fff;
    background-color: #6f1330;
    font-size: 0.85em;
    font-weight: 700;
    display: inline-block;
}

/*------GOOGLE地圖-----*/
/*------國家發展研究所-榮譽榜-----*/

.index-honer-slider2 .slick-slide {

    padding: 0 30px;
}

.index-honer2-img {
    width: 100%;

    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 63% 0 0 0;
}

.index-honer2-img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.index-honer-inner2 {
    width: 84%;
    margin: 0 auto;
    display: block;
}

.index-honer2-cont {
    padding: 15px 15px;
    text-align: left;
    background: #6f1330;
}

.index-honer-slider2 {
    display: inline-block;
    width: 100%;
    padding-bottom: 48px;
}

.index-honer-slider2 a {
    vertical-align: top;

    border-radius: 6px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.index-honer-slider2 a img {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.index-honer-slider2 a p {
    margin: 0;
    height: 26px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    line-height: 24px;
    width: 100%;
    font-size: 1.05em;
}



/*-榮譽榜-*/


.index-honer .btn-row {
    display: inline-block;
    width: 100%;
    text-align: center;
}

/*-榮譽榜點點-*/

.index-honer-slider2 .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.index-honer-slider2 .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: none;
}

.index-honer-slider2 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.index-honer-slider2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.index-honer-slider2 .slick-dots li button:hover,
.index-honer-slider2 .slick-dots li button:focus {
    outline: none;
}

.index-honer-slider2 .slick-dots li button:hover:before,
.index-honer-slider2 .slick-dots li button:focus:before {
    opacity: 1;
}

.index-honer-slider2 .slick-dots li button:before {
    font-size: 2.500em;
    line-height: 20px;
    position: absolute;
    top: 0;
    color: #cecece;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index-honer-slider2 .slick-dots li.slick-active button:before {
    color: #6f1330;
}

/*------韓國語文學系-相關連結-----*/

.index-honer-inner {
    width: 84%;
    margin: 0 auto;
    display: block;
}


.index-honer-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index-honer-slider > div {
    margin: 0 1%;
    flex-basis: calc(100% / 6 - 1.7%);
    background: #00327f;
    border-radius: 5px;
}

.index-honer-slider a {
    vertical-align: top;
    width: 100%;

    color: #fff;
    padding: 15px 17px;
    font-weight: bold;
    display: inline-block;

}

.index-honer-slider div:first-child {
    margin-left: 0;
}

.index-honer-slider div:nth-child(2) {
    background: #00aac8;
}

.index-honer-slider div:nth-child(3) {
    background: #949494;
}

.index-honer-slider div:nth-child(4) {
    background: #11bfc1;
}

.index-honer-slider div:nth-child(5) {
    background: #008dc8;
}


.index-honer-slider div:last-child {
    margin-right: 0;
    background: #f18c99;
}

.index-honer-slider a img {
    margin: 0 auto 15px auto;
    width: 46px;
    display: block;
}

.index-honer-slider a p {
    margin: 0;

    text-align: center;
    line-height: 23px;
    width: 100%;
    font-size: 1.05em;
}

/*------學術活動arrow-----*/

.index-section.index-activities .btn-row {
    text-align: center;
    text-align: center;
    margin: 12px 0 0 0;
}

.index-activities-slider .slick-prev,
.index-activities-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 5;
    background-size: contain !important;
    bottom: 0;
}

.index-activities-slider .slick-next {
    right: 47%;
    background: url(../../images/style03/index_slider_next.png) 0 0 no-repeat;
}

.index-activities-slider .slick-prev {
    left: 47%;
    background: url(../../images/style03/index_slider_prev.png) 0 0 no-repeat;
}

.index-activities-slider .slick-prev:before,
.index-activities-slider .slick-next:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 1;
    opacity: 0 !important;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index-activities-slider.slick-initialized.slick-slider {

    padding: 0 0 50px 0;
}





/*------活動花絮arrow-----*/

.index-activity-slider .slick-prev,
.index-activity-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 70px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 5;
    background-size: contain !important;
}

.index-activity-slider .slick-next {
    right: 0%;
    background: url(../../images/style03/layout03-activity-arr-next.png) 0 0 no-repeat;
}

.index-activity-slider .slick-prev {
    left: 0%;
    background: url(../../images/style03/layout03-activity-arr-prev.png) 0 0 no-repeat;
}

.index-activity-slider .slick-prev:before,
.index-activity-slider .slick-next:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 1;
    opacity: 0 !important;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/*------榮譽榜arrow-----*/

.index-honer-slider2 .slick-prev,
.index-honer-slider2 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 63px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 5;
    background-size: contain !important;
}

.index-honer-slider2 .slick-next {
    right: 0px;
    background: url(../../images/style03/layout03-honor-next.png) 0 0 no-repeat;
}

.index-honer-slider2 .slick-prev {
    left: 0px;
    background: url(../../images/style03/layout03-honor-prev.png) 0 0 no-repeat;
}

.index-honer-slider2 .slick-prev:before,
.index-honer-slider2 .slick-next:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 1;
    opacity: 0 !important;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*--*/
.en .layout03-intro .index-section__heading {
    display: inline-block;
    text-align: left;
    width: 194px;
    margin: 0 60px 0 0;
    vertical-align: top;
    position: relative;
    font-size: 1.8rem;
}

.en .layout03-intro-cont {
    width: calc(100% - 258px);
    display: inline-block;
    font-size: 1.2em;
    line-height: 30px;
    color: #333333;
}
