@charset "UTF-8";
/* 토픽 배너 */
/* .xf-topic-widget-section {
    .xf-company-banner-wrap {
        display: block;
        top: 0;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        position: relative;
        
        .company-banner-img{
            background-image: url(../img/banner.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            
        }
    
        .company-banner-content {
            padding: 18px 15px;
            .banner-tit {
                text-align: center;
                margin-bottom: 40px;
                .tit-text {
                    margin: 0;
                    line-height: 32px;
                    font-size: 28px;
                    color: #141414;
                    letter-spacing: -0.8px;
                    font-weight: 700;
                }
            }
        }
    
        &.xf-topic-banner-wrap {
            .banner-tit {
                margin-bottom: 80px;
            }
        }
        
    }
}




@media (min-width: 992px) {
    .xf-topic-widget-section {
        .xf-company-banner-wrap {
            .company-banner-content {
                padding: 36px 15px 42px;
                .banner-tit {
                    text-align: center;
                    margin-bottom: 48px;
                    .tit-text {
                        margin: 0;
                        line-height: 32px;
                        font-size: 28px;
                        color: #141414;
                        letter-spacing: -0.8px;
                        font-weight: 700;
                    }
                }
            }
            &.xf-topic-banner-wrap {
                .banner-tit {
                    margin-bottom: 102px;
                }
            }
        }
    }
}
 */
.xf-topic-sub-head {
  margin-bottom: 16px;
}

.xf-topic-sub-head .xf-topic-sub-tit {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1.1px;
  line-height: 26px;
}

.xf-topic-word-section .topic-word-cloud-box {
  padding: 0;
  max-width: 500px;
  /* margin: 0 auto; */
}

.xf-topic-word-section .topic-word-cloud-box .word-cloud-chart {
  border: 6px solid #f1f3f5;
  border-radius: 24px;
}

.xf-topic-view-section {
  padding-top: 30px;
}

.xf-topic-btn-wrap {
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.xf-topic-btn-wrap .xf-topic-btn {
  display: block;
  text-align: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(20, 20, 20, 0.6);
  letter-spacing: -0.4px;
  text-decoration: none;
}

@media (min-width: 992px) {
  .xf-topic-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xf-topic-box .xf-topic-section {
    width: 50%;
  }
  .xf-topic-word-section .topic-word-cloud-box {
    margin: 0;
    max-width: none;
    margin-right: 40px;
    padding: 0;
  }
  .xf-topic-word-section .topic-word-cloud-box .word-cloud-chart {
    border: 10px solid #f1f3f5;
    border-radius: 24px;
  }
  .xf-topic-btn-wrap {
    margin-top: 46px;
  }
  .xf-topic-btn-wrap::after {
    content: '';
    display: block;
    clear: both;
  }
  .xf-topic-btn-wrap .xf-topic-btn {
    display: inline-block;
    float: right;
    padding-right: 0;
  }
}

/*# sourceMappingURL=widget.css.map */
