@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/* LAYOUT */

@media screen and (max-width: 1220px){

}

@media screen and (max-width: 1023px){
/* desktop to ipad */

}

@media screen and (max-width: 767px){
/* ipad to iphone 6 plus */

}

@media screen and (max-width: 479px){
/* below iphone 6 plus */

}

@media screen and (max-width: 413px){

}

@media screen and (max-width: 374px){

}

/*-------------------------------------------------------------------------------------*/
/* INDEX */

@media screen and (max-width: 1220px){

}

@media screen and (max-width: 1023px){
/* desktop to ipad */

}

@media screen and (max-width: 767px){
/* ipad to iphone 6 plus */

}

@media screen and (max-width: 479px){
/* below iphone 6 plus */

}

@media screen and (max-width: 413px){

}

@media screen and (max-width: 374px){

}

/*-------------------------------------------------------------------------------------*/
/* NEWS & INSIGHT */

@media screen and (max-width: 1220px){
/*.news_list .news_item { width:260px; }*/
.news_list .news_info { height:127px; }

.news_detail { padding-right:0; }
.news_detail .news_detail_photo { padding:18px 0 0 15px; }
.news_detail .news_detail_photo .large_photo { width:590px; }
.news_detail .news_detail_photo .sub_photo_area { height:304px; }
}

@media screen and (max-width: 999px){
/*.news_list .news_item { width:33.33%;} */

.news_detail .news_detail_photo { padding:18px 0 0 0; }
.news_detail .news_detail_photo .large_photo { width:calc(100% - 160px); }
}

@media screen and (max-width: 767px){
.news_list .news_item { width:50%; }

.news_detail .news_detail_photo { padding:18px 26px 0 26px; }
.news_detail .news_detail_photo .large_photo { float:none; width:100%; max-width:689px; margin:0 auto; }

.news_detail .news_detail_photo .sub_photo_side { float:none; width:100%; max-width:420px; margin:20px auto 0 auto; }
.news_detail .news_detail_photo .sub_photo_area { width:100%; height:93px; }
.news_detail .news_detail_photo .sub_photo { float:left; width:140px; }
.news_detail .news_detail_photo .sub_photo_row .list_row { margin-left:0; margin-top:-12px; }
.news_detail .news_detail_photo .sub_photo_row .prev_row { top:50%; left:-20px; }
.news_detail .news_detail_photo .sub_photo_row .prev_row:before { content:"\f0d9"; }
.news_detail .news_detail_photo .sub_photo_row .next_row { bottom:auto; left:auto; top:50%; right:-20px; }
.news_detail .news_detail_photo .sub_photo_row .next_row:before { content:"\f0da"; }
.news_detail .news_detail_photo .sub_photo_side.overList { padding:0; }
}

@media screen and (max-width: 600px){
.news_detail .news_detail_photo .sub_photo_side { max-width:280px; }
}

@media screen and (max-width: 413px){
.news_list .news_item { width:100%; }
}

@media screen and (max-width: 374px){
.news_detail .news_detail_photo .sub_photo_side { max-width:140px; }
}