@charset "utf-8";

/*
 * File : insight.css
 * SUMMARY:
 * 1) BOX MARGIN

 * 2) Insight - #insight / .ins
 * 3) Insight Swiper
 * 4) Bottom Banner - .bottom_ins

 * 5) Insight Board - #insightBoard
 */


/*------ BOX MARGIN ------*/


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

#insight {padding: 60px 0 150px;}
#insightBoard {padding: 130px 0;}


#backface						{
transform:translateZ(0);
backface-visibility: hidden;
}




/*------ Insight ------*/

#insight .contents_title {
    margin: 0 0 60px;
}
#insight .contents_flex {
    align-items: flex-start;
	margin-bottom: 25px;

}


#insight .ins_tit_b {
    display: flex;

    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);
    font-family: 'Pretendard-Regular';
}
#insight .ins_import {
    width: 420px;
}
#insight .ins_import .ins_import_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_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: 6px;
}
#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 10px;
    margin: 0;
    font-family: 'Pretendard-Regular';
}

#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: 5px 0 10px;
}
#insight .ins_import .ins_import_item li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: fix-start;
    
}
#insight .ins_import .ins_import_item li a span {
    font-size: 14px;
    color: #777;
    font-weight: 600;
    font-family: 'Pretendard-Regular';
}
#insight .ins_import .ins_import_item li a p {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Pretendard-Regular';
}

#insight .ins_import .ins_import_item .ins_import_btn {
    width: 100%;
    display: block;
    color: #777;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: 1px solid var(--line-color);
    padding: 25px;
    margin: 10px 0 0;
    transition: 0.4s;
    font-family: 'Pretendard-Regular';
}
#insight .ins_import .ins_import_item .ins_import_btn:hover {
    background: var(--jg-blue);
    border: 1px solid var(--jg-blue);
    color: #fff;
    border-radius: 25px;
}





#insight .ins_recent {
    width: 880px;
}
#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%;
}
#insight .ins_recent .ins_recent_item .text_area {
    position: absolute;
    width: 25%;
    padding: 48px 42px;
    color: #fff;
}
#insight .ins_recent .ins_recent_item .text_area h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 38px;
    font-family: 'Pretendard-Regular';
}
#insight .ins_recent .ins_recent_item .text_area h3 {
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
}
#insight .ins_recent .ins_recent_item img {
    width: 100%;
	border-radius: 10px;
}









/*------ Insight Swiper ------*/

#insight .btn_option {
    position: absolute;
    width: 90px;
    height: 427px;
    display: flex;
    align-items: center;
}
#insight .swiper-button-next,#insight .swiper-button-prev {
    width:26px;
    height:26px;
    z-index:5;
    cursor:pointer;
    border:1px solid #636571;
    color: #636571;
    border-radius: 13px;
    background: #fff;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat;
    box-sizing:border-box;
}
#insight .swiper-button-next:hover,#insight .swiper-button-prev:hover {
    border:1px solid var(--jg-blue);
    background: var(--jg-skyblue);
    color: var(--jg-blue);
}
#insight .swiper-button-prev::after, #insight .swiper-button-next::after {
    content: none;
}
#insight .swiper_inst {
	display: none;
	overflow: unset;
	margin-top: 75px;
}

/* @media (min-width: 1600px) {
	#insight .swiper_inst {
    display: block;
    }
} */
@media (min-width: 1000px) {
	#insight .swiper_inst {
        display: block;
    }
}

#insight .swiper_inst .swiper-wrapper {
	justify-content: right;
}

#insight .swiper_inst .swiper-slide {
	width: 115px !important;
	height: 415px;
    margin-right: 10px;
}

#insight .swiper_inst .swiper-slide:last-child {
	margin-right: 0;
}

#insight .swiper_inst .swiper-slide.dimmed .card_title,
#insight .swiper_inst .swiper-slide.dimmed .text {
	display: none !important;
}



#insight .swiper_inst .swiper-slide .card_l {
	display: none;
}

#insight .swiper_inst .swiper-slide .slide_inner {
	position: relative;
	padding: 10px 15px 15px;
	width: 100%;
	height: 100%;
    background: var(--jg-skyblue);
    border-radius: 10px;
    border: 1px solid var(--line-color);
}

#insight .swiper_inst .swiper-slide .slide_inner .card_link {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#insight .swiper_inst .swiper-slide .card_type {
	display: none;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	color: #006eeb;
    font-family: 'Pretendard-Regular';
}

#insight .swiper_inst .swiper-slide .card_content {
	margin-top: 13px;
}
#insight .swiper_inst .swiper-slide .card_title {
	display: block;
	width: 100%;
	white-space: nowrap;
	transform: rotate(90deg);
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
    font-family: 'Pretendard-Regular';

	/* letter-spacing: -0.05em; */
	color: var(--jg-navy);
}
#insight .swiper_inst .swiper-slide .text {
	display: none;
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	/* letter-spacing: -0.5px; */
	color: #131313;
    font-family: 'Pretendard-Regular';
	filter: blur(0);
}
#insight .swiper_inst .swiper-slide .bottom {
	margin-top: 0;
}
#insight .swiper_inst .swiper-slide .icon_card_type {
	position: absolute;
	bottom: 18px;
	left: 18px;
	width: 80px;
	height: 80px;
    background: url(/img/ico.png) no-repeat 0 0;
    background-size: 80px;
}

#insight .swiper_inst .swiper-slide.open {
	width: 300px !important;
}
#insight .swiper_inst .swiper-slide.open .slide_inner {
	background: var(--jg-blue);
    padding: 30px 30px 15px;
	border:1px solid #006eeb;
}
#insight .swiper_inst .swiper-slide.open .slide_inner.in_tmb {
	background: url(/img/in_tmb.jpg) no-repeat 0 0;
    background-size: 100%;
}
#insight .swiper_inst .swiper-slide.open .card_link {
	display: block;
}
#insight .swiper_inst .swiper-slide.open .card_type {
	display: block;
}
#insight .swiper_inst .swiper-slide.open .card_title {
	margin-top: 20px;
	font-size: 20px;
	line-height: 32px;
	transform: rotate(0);
    color: #006eeb;
    font-family: 'Pretendard-Regular';
}
#insight .swiper_inst .swiper-slide.open .icon_card_type {
	left: 30px;
	width: 80px;
	height: 80px;
	background-size: 80px 80px;
    border-radius: 13px;
    border: 2px solid #fff;
}

#insight .swiper_inst .swiper-slide.type_blog .icon_card_type {
    width: 80px;
	height: 80px;
    background: url(/img/blog_ico.png) no-repeat 0 0;
    background-size: 80px;
}
#insight .swiper_inst .swiper-slide.type_blog.open .icon_card_type {
    width: 80px;
	height: 80px;
    background: url(/img/blog_ico_w.png) no-repeat 0 0;
    background-size: 80px 80px;
}

#insight .swiper_inst_m {
    
}

#insight .swiper_inst_m .swiper-slide {
    width: 336px !important;
    height: 460px;
    padding: 30px;
    background: #fff;
}



/*------ Bottom Banner ------*/

.bottom_ins {
    background-image: url(/img/bottom_ins.jpg);
}




/* ---- Insight Board ---- */

#insightBoard.contents {
    width: 1200px;
}
#insightBoard .contents_title {
    width: 100%;
    padding-bottom: 45px;
    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;
    margin-bottom: 20px;
    font-family: 'Pretendard-Regular';
}
#insightBoard .contents_title .tit_board h2 {
    font-weight: 600;
    font-size: 38px;
    font-family: 'Pretendard-Regular';
}

#insightBoard .contents_title .pgn {
}
#insightBoard .contents_title .pgn ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
#insightBoard .contents_title .pgn ul li {
    margin-left: 6px;
}
#insightBoard .contents_title .pgn ul li a {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    border: 1px solid var(--line-color);
    padding: 9px 13px;
    font-family: 'Pretendard-Regular';
}




#insightBoard .contents_board {
    width: 100%;
    padding: 55px 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;
    font-family: 'Pretendard-Regular';
}
#insightBoard .contents_board .main_board h3 {
    font-size: 24px;
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
    color: var(--jg-navy);
    font-weight: 600;
}
#insightBoard .contents_board .main_board h4 {
    font-size: 20px;
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
    color: var(--txt);
    font-weight: 600;
}
#insightBoard .contents_board .main_board p {
    font-size: 16px;
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
    color: var(--txt);
    font-weight: 400;
}
#insightBoard .contents_board .main_board img {
    display: inline-block;
    max-width: 500px;
}
#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: 190px;
    height: 56px;
    font-size: 18px;
    font-weight: 600;
    /* letter-spacing: -0.05em; */
    font-family: 'Pretendard-Regular';
    text-align: center;
    line-height: 56px;
}
#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;
    transition: 0.4s;
}
#insightBoard .contents_bottom a.btn2_board i {
    margin-left: 26px;
}
#insightBoard .contents_bottom a.btn2_board:hover {
    background: #fff;
    color: var(--jg-blue);
    border-radius: 28px;
}














