/* -----------------------------------------------------------------------------------------------
	Index
-------------------------------------------------------------------------------------------------- */

/* 9-0 banner section */

.section_banner {
    margin-bottom: 40px!important;
}
.slide {
    margin-bottom: 30px!important;
}
.banner_slick {
    position: relative;
}
.banner_slick_bak {
   background: #ffffff;
}


.banner_slick_each {
    position: relative;
    margin: 0 5px;
}
.banner_slick_each img {
    height: 30vw;
    width: auto;
    max-height: 500px;
    min-height: 400px;
    opacity: 0.35;
    transition: 1s;
}
.slick-current img {
    opacity: 1;
    transition: 1s;
}

/* captiton */
.slide .slide_text {
    text-align: center;
    font-weight: bold;
}
/* nav */
.slide-arrow {
    display: block;
    width: 25px;
    height: 60px;
    background: rgb(192, 192, 192);
    opacity: 1;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
    top: 50%;
    bottom:50%;
    z-index: 200;
}
.prev-arrow {
    left: 20px;
    transform: rotate(180deg);
}
.next-arrow {
    right: 20px;
}
.prev-arrow::before,
.next-arrow::before {
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

/* dot */
.dots-wrap {
    display: flex;
    justify-content: center;
}

.dots-wrap li {
    list-style: none!important;
    width: 24px;
    height: 4px;
    margin: 0 5px;
    background: #e0e0e0;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: rgb(255, 173, 80);
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* thumbnail */
.slide_menu {
    text-align: center;
}
.slide_menu div {
    display: inline-block;
    border: 1px solid #d0d0d0;
    padding: 2px;
    margin: 4px;
}
.slide_menu img {
    width: 80px;
}







/* blog index page  */


.section_afcnews_index {
    margin:0 auto 30px auto;
    padding: 0 0 10px 0;
    background: #f0f0e9;
}

.afcnews_index_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
    max-height: 240px;
    overflow-y: auto;
}
.afcnews_index_each {
    margin: 0 10px;
    overflow: hidden;
}

.afcnews_index_each_image {
    float: left;
    width: 110px;
    margin:0 20px 10px 0;
    position: relative;
    border: 1px solid #cccccc;
    background: #ffffff;
}

.afcnews_index_each_image:before{
    content: "";
    display: block;
    padding-top: 60%;
  }
.afcnews_index_each_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  padding:3px;
}

.afcnews_index_each_info {
    float: left;
    width: 70%;
    padding: 0;
    margin-top: 6px;
}

p.afcnews_index_each_title {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    line-height: 1.3;
}
.afcnews_index_each_title a {
    color: #000000;
}
.afcnews_index_each_date {
    padding: 0;
    font-size: 1.4rem;
    color: #666666;
}

.afcnews_index_each_link {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    padding: 1px 8px;
    border-radius: 6px;
    font-size: 1.3rem;
    margin-left: 6px;
}

.afcnews_index_wrap .slide-arrow {
    display: block;
    width: 24px;
    height: 60px;
    background: rgb(192, 192, 192);
    opacity: 1;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
    top: 70px;
    z-index: 100;
}
.afcnews_index_wrap .prev-arrow {
    left: 0;
}
.afcnews_index_wrap .next-arrow {
    right: 0;
}





/* 9-1 premium index  */
.premium_index {
    position: relative;
}
.premium_index_new {
    width: 100%;
    margin: 0 auto 80px auto;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.premium_mainimage_new {
    margin: 0 0 0 0;
    width: 40%;
	flex: 0 1 auto;

}
.premium_mainimage_new img {
	width: 100%;
}


.premium_mainimage_list {
    width: 55%;
    flex: 0 1 auto;
}


.premium_title_new {
    font-weight: normal;
	font-size: 3rem;
	line-height:1.5;
	margin: 10px 0 10px;
}
.premium_title_new a {
    color: #000000;
}
.premium_lead_new  {
    line-height:1.75;
	font-size: 1.8rem;
	text-align:justify;
	color: #333333;
    margin-bottom: 30px;
}






























@media screen and (max-width: 480px) {
    
/* 9-0 banner section */
    .section_banner {
        margin-bottom: 10px!important;
    }
    .banner_slick_each img {
        max-height: 350px;
        min-height: 250px;
        opacity: 1;
    }
    .prev-arrow {
        left: 0;
    }
    .next-arrow {
        right: 0;
    }

    /* news */
    .section_afcnews_index {
        margin:0 auto 0 auto;
        padding: 0 0 10px 0;
        background: #f0f0e9;
    }

    .afcnews_index_wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0;
        max-height: 240px;
        overflow-y: auto;
    }
    .afcnews_index_each {
        margin: 5px 0;
        overflow: hidden;
    }
    .afcnews_index_each_image {
        float: left;
        width: 24%;
        margin:0 10px 0 0;
    }
    .afcnews_index_each_info {
        float: left;
        width: 70%;
        padding: 0;
        margin-top: 0;
    }


    .afcnews_index_each_title {
        font-size: 1.6rem;
    }
    .afcnews_index_each_date {
        font-size: 1.4rem;
    }



    /* ppp */
    .premium_index_new {
        width: 100%;
    }

    .premium_mainimage_new {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .premium_mainimage_list {
        width: 100%;
        flex:none;
    }


    .premium_body {
        width: 100%;
        padding: 15px 5px 10px 5px;
    }

    .premium_book, .premium_movie {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
    }

    
    .premium_title {
        font-size: 2.4rem;
        margin: 10px 0 20px;
    }
  
    .premium_lead_new  {
        font-size: 1.7rem;
        padding: 0 2rem;
    }


    


    

}
