@charset "utf-8";

/*
 * File : insight.css
 * SUMMARY:
 * 1) BOX MARGIN

 * 2) Insight Swiper
 * 3) Insight - #insight / .ins
 * 4) Bottom Banner - .bottom_ins

 * 5) Insight Board - #insightBoard
 */


/*------ BOX MARGIN ------*/

#insight {padding: 30px 8% 50px;}
#insightBoard {padding: 100px 8% 50px;}







/*------ Insight Swiper ------*/

#insight .swiper-inst {
    width: 90%;
    margin-bottom: 180px;
}
#insight .swiper-inst .swiper-wrapper {
    width: 100%;
    
}
#insight .swiper-inst .swiper-slide {
    width: 90%;
    height: 430px;
    border-radius: 13px;
    background: #fff;
    overflow: visible;
	/* border: 2px solid var(--line-color); */
}

#insight .swiper-pagination-bullet2 {
    width: 60px;
    height: 60px;
    /* border: 2px solid #fff; */
	border: 1px solid var(--line-color);
    border-radius: 13px;
    background: #fff;
    opacity: 1;
    padding: 5px;
    transition: all 0.4s;
	display: inline-block;
}

#insight .swiper-inst a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
#insight .swiper-inst .item {
    width: 100%;
    height: 100%;
    padding: 10% 8%;
}
#insight .swiper-inst .item h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--jg-blue);
    margin-bottom: 36px;
    letter-spacing: -0.05em;
}
#insight .swiper-inst .item h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--jg-blue);
    letter-spacing: -0.05em;
}
#insight .swiper-inst .item .icon_card_type {
	width: 74px;
	height: 74px;
    position: absolute;
    display: block;
    bottom: 8%;
	background: url(/mobile/img/ico.png) no-repeat 0 0;
    background-size: 74px 74px;
    border-radius: 13px;
    border: 2px solid #fff;
}



#insight .swiper-inst .swiper-slide.type_blog .item .icon_card_type {
	width: 74px;
	height: 74px;
    position: absolute;
    display: block;
    bottom: 8%;
	background: url(/mobile/img/blog_ico_w.png) no-repeat 0 0;
    background-size: 74px 74px;
    border-radius: 13px;
    border: 2px solid #fff;
}



#insight .swiper-inst .swiper-slide.in_tmb {
    background: url(/mobile/img/in_tmb.jpg) no-repeat 0 0;
    background-size: cover;
}
#insight .swiper-inst .swiper-slide.in_tmb .item h5 {
    color: ##006fec;
}
#insight .swiper-inst .swiper-slide.in_tmb .item h3 {
    color: ##006fec;
}




#insight .swiper-pagination {
    display: flex;
    justify-content: space-between;
    top: 720px;
    width: 84%;
}
#insight .swiper-pagination .swiper-pagination-bullet {
    width: 60px !important;
    height: 60px !important;
    border: 2px solid #fff;
    border-radius: 13px;
    background: #fff;
    opacity: 1;
    padding: 5px;
    transition: all 0.4s;
}
#insight .swiper-pagination .swiper-pagination-bullet img {
    width: 100%;
}
#insight .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--jg-blue);
}




#insight .swiper-scrollbar {
    top: 800px;
    bottom: 0;
    width: 84%;
    height: 10px;
    margin: 0 8%;
    background: var(--jg-skyblue);
}
#insight .swiper-scrollbar-drag {
    background: var(--jg-blue);
}





/*------ Insight ------*/

#insight .ins_tit_b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 18px;
}
#insight .ins_tit_b img {
    width: 18px;
    margin-right: 10px;
}
#insight .ins_tit_b h4 {
    font-size: 16px;
    color: var(--jg-blue);
}
#insight .ins_import {
    width: 100%;
    margin: 40px 0 0;
}
#insight .ins_import .ins_import_tit {
    width: 100%;
    height: 46px;
    margin-bottom: 0px;
    border-bottom: 2px solid var(--line-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#insight .ins_import .ins_import_tit .pgn {
}
#insight .ins_import .ins_import_tit .pgn ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
#insight .ins_import .ins_import_tit .pgn ul li {
    margin-left: 5px;
}
#insight .ins_import .ins_import_tit .pgn ul li a {
    color: #777;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    border: 1px solid var(--line-color);
    padding: 5px 9px;
    margin: 0;
}

#insight .ins_import .ins_import_item {
    width: 420pz;
}
#insight .ins_import .ins_import_item li{
    width: 100%;
    border-bottom: 1px solid var(--line-color);
    /*margin: 0 0 15px;*/
    padding: 10px 0 10px 0px;
}
#insight .ins_import .ins_import_item li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
#insight .ins_import .ins_import_item li a span {
    font-size: 14px;
	
    color: #777;
    font-weight: 600;
}
#insight .ins_import .ins_import_item li a p {
    font-size: 14px;
	line-height: 20px;
    color: #3e3e3e;
    font-weight: 600;
    letter-spacing: -0.05em;
	text-align: right;
    padding-left:10px
    
}

#insight .ins_import .ins_import_item .ins_import_btn {
    width: 100%;
    display: block;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 1px solid var(--line-color);
    padding: 11px;
    margin: 20px 0 0;
    transition: 0.4s;
}





#insight .ins_recent {
    width: 100%;
    margin: 40px 0 0;
}
#insight .ins_recent .ins_recent_tit {
    width: 100%;
    height: 46px;
    margin-bottom: 25px;
    border-bottom: 2px solid var(--line-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#insight .ins_recent .ins_recent_item {
    width: 100%;
    height: 220px;
    padding: 20% 8% 0;
    background-image: url(/mobile/img/in_tit_tmb.jpg);
    background-size: cover;
}
#insight .ins_recent .ins_recent_item a {
    width: 100%;
    height: 100%;
}
#insight .ins_recent .ins_recent_item .text_area {
    margin: auto 0;
    color: #fff;
}
#insight .ins_recent .ins_recent_item .text_area h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
#insight .ins_recent .ins_recent_item .text_area h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}



/*------ Bottom Banner ------*/

.bottom_ins {
    background-image: url(/mobile/img/bottom_ins.jpg);
}




/* ---- Insight Board ---- */

#insightBoard.contents {
    width: 100%;
}
#insightBoard .contents_title {
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
}
#insightBoard .contents_title .tit_board {

}
#insightBoard .contents_title .tit_board h5 {
    font-weight: 600;
    font-size: 14px;
    color: #3e3e3e;
    margin-bottom: 20px;
}
#insightBoard .contents_title .tit_board h2 {
    font-weight: 600;
    font-size: 28px;
}

#insightBoard .contents_title .pgn {
	flex-basis:50%;
    margin-bottom: 14px;
}
#insightBoard .contents_title .pgn ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
#insightBoard .contents_title .pgn ul li {
    margin-left: 10px;
	flex-basis:50%;
}
#insightBoard .contents_title .pgn ul li a {
    color: var(--mo-txt);
    font-size: 9px;
    text-align: center;
    border: 1px solid var(--line-color);
	display:block;
	padding: 7px 0px;
}




#insightBoard .contents_board {
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
}
#insightBoard .contents_board .main_board {
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 0 95px;
}
#insightBoard .contents_board .main_board h3 {
    font-size: 20px;
    letter-spacing: -0.05em;
    color: var(--jg-navy);
    font-weight: 600;
}
#insightBoard .contents_board .main_board h4 {
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #3e3e3e;
    font-weight: 600;
}
#insightBoard .contents_board .main_board p {
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #3e3e3e;
    font-weight: 400;
}
#insightBoard .contents_board .main_board img {
    display: inline-block;
    width: 100%
}
#insightBoard .contents_board .blog_banner {
    width: 100%;
}
#insightBoard .contents_board .blog_banner img {
    width: 100%;
}

#insightBoard .contents_bottom {
    width: 100%;
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
}
#insightBoard .contents_bottom a {
    width: 130px;
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-align: center;
    line-height: 45px;
}
#insightBoard .contents_bottom a.btn1_board {
    border: 1px solid var(--line-color);
    background: #fff;
    color: #777;
}
#insightBoard .contents_bottom a.btn2_board {
    border: 1px solid var(--jg-blue);
    background: var(--jg-blue);
    color: #fff;
}
#insightBoard .contents_bottom a.btn2_board i {
    margin-left: 8px;
}















