@charset "UTF-8";
@font-face {
  font-family: 'Paperlogy-8ExtraBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

/* ---------------------- 메인비쥬얼 이미지슬라이드영역 시작---------------------- */
.mainVisual{
  padding-bottom: 2.1rem;
}

.mainVisualText{
  padding-top: 200px;
  z-index: 1
}
.mainVisualText, .mainVisualSub{
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.mainVisual h3 {color: #fff;
font-size: 32px;
font-weight: 600;
line-height: 1.3;
}
.mainVisual h3 em{
  color: #FF6600;
}
.mainVisual h2 {color: #fff;
    font-family: 'Paperlogy-8ExtraBold';
  font-size: 120px;
  line-height: 1.3;
  }



  .wrap { 
    overflow: hidden;
    margin-top: -25rem;
  
  }
  .wrap::before {
    margin-top: 8rem;
    background: no-repeat url("../../images/gradi.png") 50% 0;
    content: ""; 
    position: absolute;
    top: -2.8rem;
    left: 0;
    width: 100%;
    height: 100%;
   z-index: 1; 
    pointer-events: none;
}


  .roller, .roller3, .roller2 {
    display: flex;
    margin-bottom: 30px;
  }
  .rolling_list, .rolling_list2, .rolling_list3{ 
    display: flex;
  }
  .wrap .rolling_list .item,
  .wrap .rolling_list2 .item,
  .wrap .rolling_list3 .item { 
    width: 455px; 
    height: 260px;
    border-radius: 20px;
    display: flex; 
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
    color: #fff;
    margin-right: 30px;
  }
  .wrap .rolling_list .item img,
  .wrap .rolling_list2 .item img,
  .wrap .rolling_list3 .item img{
    width: 455px; 
    height: 260px;
    border-radius: 20px;
  }

  .roller .rolling_list.original {
    animation: rollingTop1 40s linear infinite;
  
  }
  .roller .rolling_list.clone {
    animation: rollingTop2 40s linear infinite;
  }
  @keyframes rollingTop1 {
    0% { transform: translateX(0); }
    50% { transform: translateX(-100%); }
    50.01% { transform: translateX(100%); }
    100% { transform: translateX(0); }
  }
  @keyframes rollingTop2 {
    0% { transition: translateX(0); }
    100% { transform: translateX(-200%); }
  }
  
  .roller:hover .rolling_list {
     /* animation-play-state: paused;  */
  }


  .roller3 .rolling_list3.original3 {
    animation: rollingTop5 40s linear infinite;
    /* animation-delay: 1s; */
  }
  .roller3 .rolling_list3.clone3 {
    animation: rollingTop6 40s linear infinite;
    /* animation-delay: 1s; */
  }
  @keyframes rollingTop5 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
  }
  @keyframes rollingTop6 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
  }

 .roller3:hover .rolling_list3 {
  /* animation-play-state: paused;  */
}




  .roller2 .rolling_list2.original2 {
    animation: rollingTop3 40s linear infinite;
    /* animation-delay: 1.5s; */
  }
  .roller2 .rolling_list2.clone2 {
    animation: rollingTop4 40s linear infinite;
    /* animation-delay: 1.5s; */
  }
  @keyframes rollingTop3 {
    0% { transform: translateX(0); }
    50% { transform: translateX(-100%); }
    50.01% { transform: translateX(100%); }
    100% { transform: translateX(0); }
  }
  @keyframes rollingTop4 {
    0% { transition: translateX(0); }
    100% { transform: translateX(-200%); }
  }

 .roller2:hover .rolling_list2 {
  /* animation-play-state: paused;  */
}

/* ---------------------- 메인비쥬얼 이미지슬라이드영역 시작---------------------- */






  .mainVisualSub{
    background: url(../../images/mainVisualBG.jpg) no-repeat;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  .mainVisualSub h4{
    font-size: 23px;
    font-weight: 400;
    color: #FF6600;
  }
  .mainVisualSub h3{
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.5;
  }
  .mainVisualSub h3 strong{
    background: #FF6600;
    padding-right: 0.2em;
    padding-left: 0.2em;
  }
  .mainVisualSub h5{
    font-size: 17px;
  color: #6B7684;
  font-weight: 400;
  margin-top: 5rem;
  }



  .mainVisualSub2{
    background: url(../../images/mainVisualBG2.jpg) no-repeat;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 8rem;

    box-sizing: border-box;
  }
  .mainVisualSub2 .flexcontainer{
    justify-content: space-between;
    padding-left: 150px;
    padding-right: 150px;
    align-items: flex-end;
  }
  .mainVisualSub2 h3{
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .mainVisualSub2 h5{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #FF6600;
  }
  .mainVisualSub2 i{
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
  }









  .mainVisualSub ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mainVisualSub ul li {
    font-size: 0.85rem;
    color: #555;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  
  .mainVisualSub ul li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }
  

/* help섹션 시작------------------------- */
.help{background: #1E1E1E;}
.help .inner{padding:90px 90px 0 90px;
  background: url(../../images/helpBG.jpg) no-repeat left bottom;
  background-size: cover;
  overflow: hidden;
}

.helpTitle{width: 1440px; margin:0 auto}
.helpTitle h2{
  color: #FF6600;
  font-size: 32px;
  font-weight: 600;
  line-height: 28px; 
padding-top: 50px;
padding-left: 90px;
}
.helpWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left {

  display: flex;
  justify-content: center;
}

.helpWrap .left .circle-menu{
  width: 695px;
  height: 665px;
  position: relative;
  background: #fff;
  box-shadow: -60px 20px #E5E8EB;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.helpWrap .left .circle-menu em{
  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  height: 90px;
}
.menu-item {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 15px;
  text-align: center;
  background-color: gray;
 color: #000;
  cursor: pointer;
  background: #F2F4F6;
  vertical-align: middle;
  transition: background 0.3s ease, color 0.3s ease;
  padding-top: 50px;
  line-height: 1.4;
  letter-spacing: -1.2px;
}

.helpWrap .left #menu-item01{  position: absolute;  top: 77px;  left: 170px; position: relative;}
.helpWrap .left #menu-item01::after{  content:'';  display:inline-block;  width:13px;  height:13px;  vertical-align:middle;
  background: #FF5F00;border-radius:50%; position: absolute;right: -29px;top: 70px;}
.helpWrap .left #menu-item02{  position: absolute;  top: 77px;  left: 360px;}
.helpWrap .left #menu-item02::after{  content:'';  display:inline-block;  width:13px;  height:13px;  vertical-align:middle;
  background: #FF5F00;border-radius:50%; position: absolute;right: -29px;top: 100px;}
.helpWrap .left #menu-item03{  position: absolute;  top: 205px;  left:508px}
.helpWrap .left #menu-item03::after{  content:'';  display:inline-block;  width:13px;  height:13px;  vertical-align:middle;
  background: #FF5F00;border-radius:50%; position: absolute;left:30px;top: 150px;}
.helpWrap .left #menu-item04{  position: absolute;  top: 386px;  left: 508px}
.helpWrap .left #menu-item04::after{  content:'';  display:inline-block;  width:13px;  height:13px;  vertical-align:middle;
  background: #FF5F00;border-radius:50%; position: absolute;left: 15px;top: 160px;}
.helpWrap .left #menu-item05{  position: absolute; 
   top: 500px;  left: 360px; padding-top: 50px}
.helpWrap .left #menu-item05::after{  content:'';  display:inline-block;  width:13px;  height:13px;  vertical-align:middle;
  background: #FF5F00;border-radius:50%; position: absolute;left: -30px;top: 78px;}
.helpWrap .left #menu-item06{  position: absolute;  top: 500px;  left:180px; padding-top: 50px}
.helpWrap .left #menu-item06::after{  content:'';  display:inline-block;  width:13px;  height:13px;  vertical-align:middle;
  background: #FF5F00;border-radius:50%; position: absolute;left: -30px;top: 40px;}
.helpWrap .left #menu-item07{  position: absolute;  top:380px;  left: 50px; padding-top: 50px}
.helpWrap .left #menu-item07::after{  content:'';  display:inline-block;  width:13px;  height:13px;  vertical-align:middle;
  background: #FF5F00;border-radius:50%; position: absolute;left:55px;top: -20px;}
.helpWrap .left #menu-item08{  position: absolute;  top:205px;  left: 50px;  padding-top: 50px}
.helpWrap .left #menu-item08::after{  content:'';  display:inline-block;  width:13px;  height:13px;  vertical-align:middle;
  background: #FF5F00;border-radius:50%; position: absolute;  right: 36px; top: -20px;}

/* .helpWrap .left #circleLogo{  position: absolute;  top:306px;  left: 230px} */




/* 첫 번째 메뉴 아이템 기본 활성화 */
.menu-item.active {
  color: #fff;
  background: linear-gradient(45deg, #FF5F00, #FF9353);
}

.menu-item:hover {
  color: #fff;
  background: linear-gradient(45deg, #FF5F00, #FF9353);
}

.right {
  flex: 1;
  padding: 20px;
  padding-left: 120px;
  border-radius: 15px;
}

.content {
  display: none;
}
.right .content h3{
  color: #fff;
font-size: 26px;
font-weight: 600;
}
.right .content .tag{
  font-size: 14px;
  font-weight: 300;
  color: #FF822E;
  line-height: 2;
}
.right .content p{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.right .content img{margin-top: 24px;
    border-radius: 15px;}

.content.active {
  display: block;

}


.helpWrap .left .circle-menu{
  position: relative;
}

















/* help섹션 끝------------------------- */


  /* ---------------------- 광고가주는 설레임 섹션 시작----------------------  */
  .ad{background: #fff; }
  .ad .inner{padding: 90px;}
  .ad .gridcontainer{
    display: grid;
margin-top: 30px;
    grid-template-columns: 100px 1fr 1fr 2fr;
  }
  .griditem1{
    font-size: 26px;
    color: #191F28;
  }
  .griditem2{
    font-size: 26px;
    color: #191F28;
  }
  .griditem3{

  }
  .griditem4{
    font-size: 14px;
    color: #191F28;
    grid-column-start: 4;
    grid-column-end: 5;
    line-height: 1.3;

  }
  /* ---------------------- 광고가주는 설레임 섹션 끝----------------------  */
  /* ---------------------- 레퍼런스 섹션 시작----------------------  */
 
.reference{
  background: linear-gradient(#fff, #FFDAC2);
 }
.reference .inner{padding:90px;}
.reference h3{

  color: #FF6600;
  font-size: 32px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 50px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
height: 146px;
text-align: center;
}
ul.tabs em{
  font-size: 40px;
}
ul.tabs li {
font-size: 18px;
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	line-height: 31px;
	color: #ccc;
	overflow: hidden;
	position: relative;

  width: 310px;
  height: 146px;
  padding: 32px 24px;
}


ul.tabs li:hover {
	color: #FF6600;
}

ul.tabs li.active {

	color: #FF6600;
	display: block;
}

.tab_container {
	border: 1px solid #FF6600;
  border-radius: 10px;
  padding: 24px 10px;
	width: 100%;
	background: #fff;
	overflow: auto;
  box-sizing: border-box;
  overflow: hidden;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }
#tab1 .tab_content .flexcontainer{
justify-content: space-between;
}
#tab3 .tab_content .flexcontainer{
  justify-content: space-between;
  }
.tab_content a{
  display: block;
  text-align: right;
  color: #FF6600;
  margin-bottom: 20px;
  cursor: pointer;
}
.tab_content span i{
  margin-left: 5px;
  color: #FF6600;
}
.referTxt{
  margin-top: 10px;
position: relative;
text-align: left;
}
.referTxt>div{
  display: inline-block;
  vertical-align: middle;
}

.referTxt>div.channalName{
  width: 240px;
  padding-left: 5px;
}
.referTxt>div:nth-child(2) p{
  font-size: 14px;
  color: #333D4B;
}
.referTxt>div:nth-child(2) span{
  display: inline-block;
  font-size: 12px;
  color: #FF6600;
  text-align: left;
}
.referTxt>div:nth-child(3){
  text-align: right;
  max-width: 140px;
}


.referTxt>div:nth-child(3) img{
  max-width: 120px;
}
.referTxt .face{
  position: relative;

}
.referTxt .face img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* 1번째 유튜브 탭--------------- */

.swiper-wrapper .swiper-slide .tab1Img{
position: relative;

} 
#tab1 .tab1Img img{

  display: block;
  object-fit: cover;
  width: 100%;
  height: 180px;
}
#tab1 .flexcontainer .flexitem>div:nth-child(1) img{
  display: block;
  object-fit: cover;
  width: 360px;
     height: 180px;
 }
 

/* 2번째 인스타그램 탭--------------- */
#tab2 .flexcontainer{
  /* gap: 10px;ㄴ */

}
#tab2 .flexcontainer .flexitem{
  width:230px ;
  height: 340px;
}
.InstaThumbnail img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}



/* 2번째 인스타그램 탭--------------- */

/* 3번째 블로그 탭------------------- */

#tab3 .cardbody {
  background: #333D4B;
  border-top-left-radius : 15px;
  border-top-right-radius : 15px;
  padding: 8px;
}
#tab3 .cardbody img{
  width:16px; height: 16px; 
  
  display: inline-block;
}
#tab3 .blogcard{

  
}
#tab3 .blogcard .cardImg{

/* width: 232px; */
height: 232px;
border-bottom-left-radius : 15px;
border-bottom-right-radius : 15px;
margin-top: -1px;
}
#tab3 .cardbody .cardtext{

  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  max-width: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
vertical-align: middle;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-break: break-all;
margin-top:-10px
}

.card-text:last-child {
  margin-bottom: 0;
}
/* 3번째 블로그 탭------------------- */


/* 4번째 광고모델 탭--------------- */
#tab4 .flexcontainer .rowrefer{

  width:195px ;
  height: 295px;
}
#tab4 .referTxt>div:nth-child(2){
  width: initial;
}
#tab4 .flexcontainer .referTxt div p{
  display: inline-block;
}
/* 4번째 광고모델 탭--------------- */

  /* ---------------------- 레퍼런스 섹션 끝----------------------  */



  /* ----------------------질문에대한해답 섹션 시작----------------------  */
  .question {background: #fff;}
  .question .inner{padding: 70px 90px;}
  .question h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
text-align: left;
color:#FF6600;
}
.notSimple{
  background: #FFF0E6;
}
.notSimple .inner{
  padding: 70px 90px;
}

.notSimple .gridcontainer{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 150px;
  padding-right: 150px;
  gap: 20px;
}
.notSimple .gridcontainer .griditem{

  background: #fff;
  padding: 64px 22px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #191F28;
  line-height: 1.2;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.notSimple .gridcontainer .griditem span{
  color: #FF6600;
}


  /* ----------------------질문에대한해답 섹션 끝--------------------  */

  /* ----------------------공동설명회 섹션 시작--------------------  */
.Briefing {background: #fff;}
.Briefing .inner{padding: 70px 90px;}
.Briefing .inner>div{
display: inline-block;
}
.Briefing .inner>div:nth-child(1){
  width: 360px;
  margin-right: 60px;
  vertical-align: top;
}
.Briefing .inner>div:nth-child(1) h3{
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
text-align: left;
color:#FF6600;
}
.Briefing .inner>div:nth-child(2){
  width: 820px;
background: #F9FAFB;
padding: 36px 24px;
}
.Briefing .inner>div:nth-child(2) .Briefingboard{
border-bottom: 1px solid #D4D2E3;
padding: 16px
}
.Briefing .inner>div:nth-child(2) .Briefingboard h4{
  font-size: 17px;
  color: #333D4B;
  font-weight: 600;
  margin-bottom: 10px;
}
.Briefing .inner>div:nth-child(2) .Briefingboard p{
  display: inline-block;
  font-size: 14px;
  color: #FF6600;
  font-weight: 700;
  margin-bottom: 6px;
  margin-right: 20px;
}
.Briefing .inner>div:nth-child(2) .Briefingboard i{

  margin-right: 5px;
  color: #FF6600;
  margin-bottom: 6px;
}
.Briefing .inner>div:nth-child(2) .Briefingboard  .BriefingDetail{
font-size: 14px; color: #8B95A1;
}
.Briefing .inner>div:nth-child(2) .finish{
  border-bottom: none;
}
.Briefing .inner>div:nth-child(2) .finish i,
.Briefing .inner>div:nth-child(2) .finish p{
  color: #6B7684;
}

  /* -----------------------공동설명회 섹션 끝--------------------  */

  /* ----------------------- arYoutuber 섹션 시작--------------------  */

.arYoutuber{background: #F9FAFB; padding-top: 80px; padding-bottom: 80px;}
.arYoutuber.inner{}
.arYoutuber h3{
  color:#FF6600;
  display: inline-block;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.arYoutuber h5{
  font-size: 14px;
  color: #6B7684;
  text-align: left;
  line-height: 1.2;
}
.arYoutuber .btn-orange{
  font-size: 20px;
}

/* 슬라이드 ---------------- */
.swiper {
  width: 1440px;
  height: 100%;
}
.swiper-wrapper{
  margin-top: 40px;
  margin-bottom: 40px;
}
.arYoutuber .swiper-slide{
  max-width: 200px;
  height: 250px;
  border-radius: 10px;
  position: relative;
  background: #fff;
box-sizing: border-box;
border-radius: 20px;
padding: 18px 16px;

}

.arYoutuber .swiper-slide img {
  display: block;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  object-fit: cover;
}

.arYoutuber .creatorTop{
  text-align: center;
  display: block;
}
.arYoutuber .creatorTop img{
  width: 120px;
  height: 120px;
border-radius: 50%;
margin:0 auto;
  border: solid 1px #dbe0e3;
}
.arYoutuber .creatorTop h4{
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #191F28;
  padding-top: 14px;
  padding-bottom: 13px;
  height:42px;
  max-width: 166px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; 

}
.arYoutuber  .creatorBottom table{
  width: 100%;

}
.arYoutuber .creatorBottom table tr th{
  width: 30%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;

}
.arYoutuber .creatorBottom table tr th,
.arYoutuber .creatorBottom table tr th i{
  font-size: 12px;
margin-right: 5px;
  color: #8B95A1;
}
.arYoutuber .creatorBottom table tr td {
padding-top: 8px;

}
.arYoutuber .creatorBottom table tr td span{
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #FF6600;
  padding: 4px 10px;
  border-radius: 30px;
  background-color: #FFF0E6;
  text-align: center;
}
.registBtn{text-align: right;}
/* 슬라이드 ---------------- */







  /* ----------------------- arYoutuber 섹션 -----------------  */

  /* ---------------------- 뉴스섹션----------------------  */
  .news{
    background: #fff;
    position: relative;
  }
.articleView{
  float: right;
margin-top: 1.5rem;
cursor: pointer;
color: var(--Gray-800, #333D4B);
text-align: right;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
}
.articleView i{
  margin-left: 5px;
  cursor: pointer;

}
  .row {
justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    gap: 20px; 

  }
  .row-cols-1{
    margin-bottom: 20px;
  }
  .news .inner{
    padding: 90px;
  }
  .news h3{
  color:#FF6600;
  display: inline-block;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
  .news .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: var(--bs-card-border-radius);
    flex: 0 0 auto;
    width:290px;
    height: 400px;
    border-radius: 30px;
    padding:2rem 1rem 1.5rem 1rem;
    background: #F2F4F6;
  }
  .news .card img{
    width: 72px;
    height: 72px;
  }
  .card .card-title{
    color: #191F28;
    font-size: 23px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .card .card-text{
  color:#6B7684;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  }
  .cardGo{
    position: relative;
    vertical-align:bottom
  }
  .cardGo p{
    display: inline-block;
    font-size: 12px;
    color: #8B95A1;
    margin-top: 10px;
  }
  .cardGo span{
    float:right;
top: 0;
right: 0;
    display: inline-block;
    background: #6B7684;
border-radius: 50%;
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
  }
  .cardGo span i{

    color: #fff;
    font-weight: 600;
  
  }

  .news .card:hover{
    background: #FFF0E6;
  }
  .news .card:hover .cardGo span{
    background:#FF822E;
  }