.login-area .sns-list li a {
	cursor: pointer;
}

.ranking-area .ranking-wrap td:nth-child(2){
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking-wrap .table-data tbody td:nth-child(3){
  padding: 6px 7px;
}

@media (max-width: 1024.98px){
  #section-about .ranking-wrap .table-data tbody td:nth-child(3){
      padding: 3px 1px;
  }
}

#section-about #brand-ranking-slick.slick-slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

#section-about #brand-ranking-slick.slick-slider .slick-dots > li {
  display: inline-block;
  margin: 0 9px;
  vertical-align: top;
}

#section-about #brand-ranking-slick.slick-slider .slick-dots > li button {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-radius: 50%;
  text-indent: -9999px;
  vertical-align: middle;
  background-color: #f1f1f1;
}

#section-about #brand-ranking-slick.slick-slider .slick-dots > li.slick-active button {
  background-color: #7b7b7b;
}

@media (min-width: 1025px) {
  #section-about #brand-ranking-slick.slick-slider .slick-dots {
    bottom: -36px;
  }
}

@media (max-width: 1024.98px) {
  #section-about #brand-ranking-slick.slick-slider .slick-dots {
    bottom: -28px;
  }
  #section-about #brand-ranking-slick.slick-slider .slick-dots > li {
    margin: 0 6px;
  }
}

.ico-file {
  cursor: pointer;
}

.join-area .form-agree .check-list a{
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}

#spin-over > div {
  margin-top: 200px;
}

pre {
  font-family: Open Sans, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "malgun gothic", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  word-break: break-all;
}

.join-area .form-agree .check-list label > a {
  cursor: pointer;
}

.more {
  width:100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.btn_more {
  width:120px;
  height:40px;
  background-color: #f7f7f7;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
}

.btn_more_icon {
  width:30px;
  height:10px;
  background: url(../images/ico-chevron-down.png) no-repeat right center;
  background-size: 13px auto;
  display: inline-block;
}

.join-area .sns-check input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 74px;
  border: 1px solid #ddd;
}

.join-area .sns-check input[type=checkbox] + label:before {
  display: none;
}

.join-area .sns-check input[type=checkbox] + label span {
  display: inline-block;
  position: relative;
  min-width: 157px;
  padding-left: 30px;
  text-align: center;
}

.join-area .sns-check input[type=checkbox] + label span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  width: 1px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  background-color: #d8d8d8;
}

.join-area .sns-check input[type=checkbox]:checked + label {
  border-color: #222;
}

.slick-list {
  margin-top:-20px;
}

@media (min-width: 1025px) {
  #section-about .logo-taobao {
    width: 96px !important;
    height: 80px !important;
    background-image: url(../images/china.png) !important;
  }
}
@media (max-width: 1024.98px) {
  #section-about .logo-taobao {
    width: 48px !important;
    height: 34px !important;
    background-image: url(../images/china@2x.png) !important;
    background-size: auto 34px !important;
  }
}

#currentDate {
  text-align: right;
}

.keyword-wrap{
  height: auto !important;
}

.keyword-wrap .check-item {
  display: inline-block;
  line-height: 40px;
  padding-bottom: 5px;
  margin-right: 6px;
}

.keyword-wrap .check-item + .check-item{
  margin-left: 0px !important;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-red2{
  background-color: #ff6688;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-violet2{
  background-color: #d87ade;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-blue2{
  background-color: #8f99e5;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-mint2{
  background-color: #74d4d3;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-yellow2{
  background-color: #e3e870;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-red3{
  background-color: #ffa6ba;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-violet3{
  background-color: #e8b2ec;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-blue3{
  background-color: #bec4f0;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-mint3{
  background-color: #aee6e5;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-yellow3{
  background-color: #eff1ac;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-red4{
  background-color: #ffccd7;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-violet4{
  background-color: #f2d3f4;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-blue4{
  background-color: #daddf6;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-mint4{
  background-color: #d1f1f0;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-yellow4{
  background-color: #f6f7cf;
}

.keyword-wrap input[type=checkbox]:checked + label.bg-keyword-undefined{
  background-color: #c7c7c7;
}

.table-data .bg-red2 {
  color: #000;
  background-color: rgba(255, 0, 56, 0.03) !important;
}

.table-data .bg-violet2 {
  background-color: rgba(190, 33, 200, 0.03) !important;
}

.table-data .bg-blue2 {
  background-color: rgba(68, 85, 211, 0.03) !important;
}

.table-data .bg-mint2 {
  background-color: rgba(24, 183, 181, 0.03) !important;
}

.table-data .bg-yellow2 {
  background-color: rgba(209, 216, 16, 0.03) !important;
}

.table-data .bg-red3 {
  color: #000;
  background-color: rgba(255, 0, 56, 0.02) !important;
}

.table-data .bg-violet3 {
  background-color: rgba(190, 33, 200, 0.02) !important;
}

.table-data .bg-blue3 {
  background-color: rgba(68, 85, 211, 0.02) !important;
}

.table-data .bg-mint3 {
  background-color: rgba(24, 183, 181, 0.02) !important;
}

.table-data .bg-yellow3 {
  background-color: rgba(209, 216, 16, 0.02) !important;
}

.table-data .bg-red4 {
  color: #000;
  background-color: rgba(255, 0, 56, 0.01) !important;
}

.table-data .bg-violet4 {
  background-color: rgba(190, 33, 200, 0.01) !important;
}

.table-data .bg-blue4 {
  background-color: rgba(68, 85, 211, 0.01) !important;
}

.table-data .bg-mint4 {
  background-color: rgba(24, 183, 181, 0.01) !important;
}

.table-data .bg-yellow4 {
  background-color: rgba(209, 216, 16, 0.01) !important;
}

.table-data .bg-undefined {
  background-color: rgba(199, 199, 199, 0.01) !important;
}

#btn_excel {
  padding:5px 10px;
  border: #000 1px solid;
  border-radius: 10px;
  margin-top:10px;
  font-size: 15px;
  cursor: pointer;
}

#btn_excel:hover {
  font-weight: 700;
}

.keyword-wrap dt {
  width: 78px;
}

.keyword-wrap dd {
  width: 1042px;
}

.selected-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.selected-brand li {
  border: 1px solid #ddd;
  padding: 4px 8px 4px 12px;
  display: flex;
  align-items: center;
}

.selected-brand li span {
  text-indent: -50px;
  overflow: hidden;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  cursor: pointer;
}

.selected-brand li span::after {
  content: '\00d7';
  font-size: 20px;
  line-height: 24px;
  padding-left: 10px;
  color: #999;
}