@charset "UTF-8";

/* 공통 */
body.main section > article.main_title  { margin-bottom:11px }
body.main section > article.main_title > h3 { width:100%; font-size:28px; color:#222222; font-weight:bold; padding-bottom:5px }
body.main section > article.main_title > h3 a.more { float:right; font-size:14px; color:#666666 }
body.main section > article.main_title > span.description { margin-top:8px; font-size:16px; color:#999999;  } 

.ajax-loader { background-image:url('/img/common/ajax-loader.gif'); background-size:32px 33px; background-repeat: no-repeat; background-position: center; opacity: 0.5;filter:alpha(opacity=50);  -ms-filter:"alpha(opacity=50)"; }

/* main_visual */
section.main_visual { width:100%; max-width:1700px; padding:0px 20px; margin:0 auto; margin-top:20px; }
div.banner_swiper { --main-visual-height:500px; width:100%; max-width:1600px; height:var(--main-visual-height); }
div.banner_swiper #banner_list    { z-index:1; top:0; left:0; width:100%; height:100%; background-color:#F6F7F8; border-radius:20px }
div.banner_swiper #banner_list li { width:100%; height:var(--main-visual-height); /* padding-bottom:28.125%;  */ border-radius:20px; cursor:pointer }
div.banner_swiper #banner_list li img { position:absolute; z-index:1; top:0; left:0px; width:100%; height:100%; border-radius:20px; object-fit: cover; }
div.banner_swiper #banner_list li:first-child { display:block }
div.banner_swiper #banner_list li.blank { cursor:default; }
div.banner_swiper .swiper-pagination  { position: relative; bottom:50px !important; padding-top:0px !important; }
div.banner_swiper .swiper-pagination .swiper-pagination-bullet { width:7px !important; height:7px !important; border:1px solid #1E1E1E; background:transparent !important; }
div.banner_swiper .swiper-pagination .swiper-pagination-bullet-active{ background:#1E1E1E !important; }

/* 비상장투자 */
section.funding  { margin-top:65px; padding-top:0px; padding-bottom:38px; }
#funding_list    { overflow:hidden; }
#funding_list li { width:calc(33.3% - 14px); display:inline-block; vertical-align:top; padding-bottom:21px; margin:20px 7px 20px 7px; border-bottom:1px solid #DDDDDD; overflow:hidden; cursor:pointer }
#funding_list li span.img     { display:inline-block; width:100%; overflow:hidden; border-radius:15px; background-color:#EFEFEF }
#funding_list li span.img img { z-index:1; top:0; left:0; width:100%; height:100%; min-height:100px; }
#funding_list li:hover span.img img { transition-duration: .5s; transform: rotate(0deg) scale(1.05); }
#funding_list li span.company { display:block; padding-top:10px; font-size:14px; color:#666666; padding-right:20px }
#funding_list li span.title   { margin-top:8px; width:100%; height:51px; padding-right:20px; font-size:20px; font-weight:500; line-height:24px; color:#222222; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; display:-webkit-box !important; -webkit-line-clamp:2; -webkit-box-orient: vertical; }
#funding_list li span.tag     { margin-top:16px; width:100%; height:38px; padding-right:20px; line-height:19px; font-size:14px; color:#999999; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; display:-webkit-box !important; -webkit-line-clamp:2; -webkit-box-orient: vertical; }
#funding_list li span.tag span{ white-space: nowrap; padding-right:5px }
#funding_list li div.info     { margin-top:32px; width:100%; padding-right:20px }
/*#funding_list li div.info span:first-child { font-size:17px; color:#FF8F00; font-weight:bold; float:left  }*/
#funding_list li div.info span:first-child { font-size:17px; color:#8C8C8C; font-weight:bold; float:left  }
#funding_list li div.info span:last-child  { font-size:17px; color:#999999; float:right }
#funding_list li.blank span { background-color:#F6F7F8; color:#F6F7F8 !important; cursor:default; }
#funding_list li .company-header              {display: flex;justify-content: space-between;align-items: center;padding-top: 10px;padding-right: 20px;}
#funding_list li .company-header span.company {display: block;padding-top: 0px;font-size: 14px;color: #666666;flex: 1;}
.end-label {display: inline-block;background-color: #E6E6E6;color: #404040;font-size: 10px;font-weight: 600;padding: 4px 8px;border-radius: 4px;white-space: nowrap;line-height: 1;}

/* 기존 company 스타일 덮어쓰기 방지 */
#funding_list li span.company.with-label { padding-top: 0px;}



/* 클럽딜 */
section.clubdeal  { margin-top:27px; padding-top:37px; padding-bottom:38px; }
#clubdeal_list    { overflow:hidden }
#clubdeal_list li { float:left; width:32%; padding-bottom:21px; margin-left:2%; border-bottom:1px solid #DDDDDD; overflow:hidden; cursor:pointer }
#clubdeal_list li:first-child { margin-left:0px }
#clubdeal_list li:nth-child(4) { display:none }
#clubdeal_list li span.img     { display:inline-block; width:100%; overflow:hidden; border-radius:15px; background-color:#EFEFEF }
#clubdeal_list li span.img img { z-index:1; top:0; left:0; width:100%; height:100%; }
#clubdeal_list li:hover span.img img { transition-duration: .5s; transform: rotate(0deg) scale(1.05);  }
#clubdeal_list li span.company { margin-top:21px; font-size:14px; color:#666666 }
#clubdeal_list li span.title   { margin-top:8px; width:100%; height:51px; font-size:20px; line-height:20px; color:#222222; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; display:-webkit-box !important; -webkit-line-clamp:2; -webkit-box-orient: vertical; }
#clubdeal_list li span.tag     { margin-top:16px; width:100%; height:38px; line-height:19px; font-size:14px; color:#999999; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; display:-webkit-box !important; -webkit-line-clamp:2; -webkit-box-orient: vertical; }
#clubdeal_list li span.tag span{ white-space: nowrap; padding-right:5px }
#clubdeal_list li div.info    { margin-top:32px; width:100%;  }
#clubdeal_list li div.info span:first-child { font-size:17px; color:#FF8F00; font-weight:bold; float:left  }
#clubdeal_list li div.info span:last-child  { font-size:17px; color:#999999; float:right }
#clubdeal_list li.blank span { background-color:#F6F7F8; color:#F6F7F8 !important; cursor:default; }

/* 트랜드픽 */
section.trandpick { margin-top:27px; padding-top:37px; padding-bottom:100px; }
article.trandpick_wrap { width:100%; max-width:1350px; margin-top:30px }
div.trandpick_swiper   { width:calc(100% - 100px); margin:0px 50px; height:308px; }
div.trandpick_swiper #trandpick_list {  }
div.trandpick_swiper #trandpick_list li { display:inline-block; width:280px; height:308px; margin-right:12px; cursor:pointer }
div.trandpick_swiper #trandpick_list li span.txt { position: relative; display:table-cell; vertical-align:bottom; width:280px; height:280px; overflow:hidden; z-index:1; color:#fff; padding:30px 17px 30px 30px; border-radius: 20px; background-color: rgba(0,0,0,0.1); }
div.trandpick_swiper #trandpick_list li span.txt span.corp_name { display:block; font-size:16px; }
div.trandpick_swiper #trandpick_list li span.txt hr { display:inline-block; width:10px; height:1px; background-color:#fff; margin: 0; }
div.trandpick_swiper #trandpick_list li span.txt span.title { display:block; font-family:s-core-dream6; font-size:28px; font-weight:600; white-space:initial; word-break: break-all; overflow:hidden; text-overflow:ellipsis; display:-webkit-box !important; -webkit-line-clamp:3; -webkit-box-orient: vertical; text-shadow: rgba(0 0 0 / 20%) 1px 1px 1px; }
div.trandpick_swiper #trandpick_list li span.img { position:absolute; margin-top:-280px; display:block; width:280px; height:280px; background-color:#efefef; border-radius:20px; overflow:hidden }
div.trandpick_swiper #trandpick_list li span.img img { position:relative; width:280px; height:280px; object-fit:cover; top: 50%; left: 50%; transform: translate(-50%, -50%); }
div.trandpick_swiper #trandpick_list li:hover span.img img { transition-duration: .5s; transition-property: filter, zoom; zoom:1.1; filter: blur(5px); }
div.trandpick_swiper #trandpick_list li span.date { float:right; display:inline-block; text-align:right; font-size:15px; color:#999999; margin-top:2px; font-weight:300 }
div.trandpick_swiper #trandpick_list li.blank span { background-color:#F6F7F8; color:#F6F7F8 !important; cursor:default }
div.trandpick_swiper_nav  { position:relative; width:100%; }
div.trandpick_swiper_nav .swiper-button-prev  { margin-top:-177px; background:url('/img/icon/icon_arrow_left.svg') no-repeat center;  }
div.trandpick_swiper_nav .swiper-button-prev:after { content:'' }
div.trandpick_swiper_nav .swiper-button-next  { margin-top:-177px; background:url('/img/icon/icon_arrow_right.svg') no-repeat center; }
div.trandpick_swiper_nav .swiper-button-next:after { content:'' }
a.trandpick_more { margin:0 auto; margin-top:40px; display:block; border:1px solid #444444; width:236px; height:47px; line-height:47px; border-radius: 25px; font-size:16px; text-align:center; }

/* timeline */
section.timeline  { background-color:#F6F7F8; padding-top:37px; padding-bottom:68px; }
article.timeline_wrap { width:100%; padding-top:30px; }
div.timeline_swiper { width:100%;  }
div.timeline_swiper #timeline_list    { width:100%; height:327px; white-space: nowrap; background-color:#F6F7F8 }
div.timeline_swiper #timeline_list li { display:inline-block; vertical-align:top; width:400px; height:326px; margin-right:20px; padding:30px; background-color:#fff; border-radius:15px; cursor:pointer }
div.timeline_swiper #timeline_list li:hover { background-color:#ffffee }
div.timeline_swiper #timeline_list li div.info { height:36px; }
div.timeline_swiper #timeline_list li div.info .profile_wrap { display:inline-block; width:calc(100% - 5px); line-height:36px; font-size:14px; font-weight:bold }
div.timeline_swiper #timeline_list li div.info .profile_wrap .profile_img  { vertical-align: bottom; margin-right:5px }
div.timeline_swiper #timeline_list li div.info .profile_wrap .owner        { padding-left:15px; display:flex; }
div.timeline_swiper #timeline_list li div.info .profile_wrap .owner img    { margin-right:6px; }
div.timeline_swiper #timeline_list li div.info .profile_wrap .owner span   { display:inline-block; font-size:14px; font-weight:bold; background-color:#F6F7F8; border-radius:5px; padding:5px 8px; line-height: initial; } 
div.timeline_swiper #timeline_list li div.info div.date      { display:inline-block; margin-left:-50px; text-align:right; position:absolute; float:right;  width:60px; line-height:30px; text-align:right; font-size:14px; color:#999999 }
div.timeline_swiper #timeline_list li div.content { font-size:16px; color:#666666; line-height:24px; margin-top:30px; min-height:190px; white-space: initial; word-break: break-all; overflow:hidden; text-overflow:ellipsis; display:-webkit-box !important; -webkit-line-clamp:8; -webkit-box-orient: vertical; }
div.timeline_swiper #timeline_list li.blank span  { background-color:#F6F7F8; color:#F6F7F8 !important; cursor:default }
div.timeline_swiper #timeline_list li.blank div.info div.date        { border:0px; background-color:#F6F7F8; color:#F6F7F8; }
div.timeline_swiper #timeline_list li.blank div.info div.profile_img { border:0px; background-color:#F6F7F8; }
div.timeline_swiper #timeline_list li.owner div.info    { height:60px; }
div.timeline_swiper #timeline_list li.owner div.content { -webkit-line-clamp:7; }
div.timeline_swiper .swiper-button-prev  { width: 60px; height: 60px; background: url(/img/main/icon_timeline_prev.svg) no-repeat; }
div.timeline_swiper .swiper-button-prev:after { content:'' }
div.timeline_swiper .swiper-button-next  { width: 60px; height: 60px; background: url(/img/main/icon_timeline_next.svg) no-repeat; }
div.timeline_swiper .swiper-button-next:after { content:'' }


/* 테블릿 사이즈 */
@media (max-width: 992px) {

	/* main_visual */
	div.banner_swiper { --main-visual-height:380px; }	
	div.banner_swiper .swiper-pagination   { bottom:30px !important; }	
	
	/* 비상장투자 */
	section.funding  { margin-top:51px; padding-top:0px; padding-bottom:0px; }
	#funding_list li { width: calc(50% - 14px); }
	#funding_list li:nth-child(odd) {  }

	/* 클럽딜 */
	section.clubdeal { margin-top:51px; padding-top:0px; padding-bottom:0px; }	
	#clubdeal_list li { width:49%; margin-left:2%; }
	#clubdeal_list li:nth-child(odd) { margin-left:0px }
	#clubdeal_list li:nth-child(3), #clubdeal_list li:nth-child(4) { margin-top:20px; display:inline-block  }

	/* timeline */
	#timeline_list    { width:calc(100% - 20px); margin-left:20px; }
	section.timeline .bx-wrapper .bx-prev { display:none }
	section.timeline .bx-wrapper .bx-next { display:none }

}

/* 모바일 사이즈 */
@media (max-width: 767px) {

	/* 공통 */
	body.main section > article.main_title > h3 { width:100%; font-size:20px; color:#222222; font-weight:bold; }
	body.main section > article.main_title > h3 a.more { float:right; font-size:12px; color:#666666 }
	body.main section > article.main_title > span.description { display:none !important }

	/* main_visual */
	div.banner_swiper { --main-visual-height:220px; }

	/* 비상장투자 */
	#funding_list li { padding-bottom:11px }
	#funding_list li span.company { font-size:12px; }
	#funding_list li span.title   { height:44px; font-size:16px; line-height:22px; }
	#funding_list li span.tag     { margin-top:9px; height:30px; line-height:16px; font-size:12px; }
	#funding_list li div.info     { margin-top:10px; width:100%;  }
	#funding_list li div.info span:first-child { font-size:14px; }
	#funding_list li div.info span:last-child  { font-size:12px; }

	/* 클럽딜 */
	#clubdeal_list li { padding-bottom:11px }
	#clubdeal_list li span.company { font-size:12px; }
	#clubdeal_list li span.title   { height:44px; font-size:16px; line-height:22px; }
	#clubdeal_list li span.tag     { margin-top:9px; height:30px; line-height:16px; font-size:12px; }
	#clubdeal_list li div.info     { margin-top:10px; width:100%; }
	#clubdeal_list li div.info span:first-child { font-size:14px; }
	#clubdeal_list li div.info span:last-child  { font-size:12px; }

	/* 트렌드픽 */
	div.trandpick_swiper      { width:100%; margin:0px 0px; height:308px; }
	div.trandpick_swiper_nav  { display:none }

	/* timeline */
	#timeline_list li { width:270px; }
	div.timeline_swiper #timeline_list li div.info div.date { display:none; margin-top:-24px; }
	div.timeline_swiper .swiper-button-prev { display:none }
	div.timeline_swiper .swiper-button-next { display:none } 

}