@charset "UTF-8";
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav {
  font-family: "Pretendard", sans-serif !important;
  box-sizing: border-box;
  letter-spacing: -0.3px;
}

p, span, li, a {
  word-break: keep-all !important;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nt-container {
  max-width: 1364px !important;
}

.nt-body > .nt-container > .na-row {
  justify-content: space-between;
}

.nt-body > .nt-container > .na-row > .col-lg-9 {
  max-width: 1024px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  gap: 30px;
}

.nt-body > .nt-container > .na-row > .col-lg-3 {
  width: calc(100% - 1024px - 30px);
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex: none !important;
}

.bg-pink.rank-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  padding: 0;
  min-width: 18px !important;
  background-color: #c63939 !important;
  font-family: "Pretendard", sans-serif !important;
}

.mb-ranking_content .xp-icon img {
  width: 18px !important;
  height: 18px !important;
  margin-top: -2px !important;
}

.mb-ranking_content li a {
  font-size: 14px !important;
  font-weight: 300 !important;
}

.mb-ranking_content li > div {
  align-items: center;
}

.mb-ranking_content li > div > div:last-child {
  font-size: 15px !important;
}

.searchbar {
  position: relative;
  width: 264px;
  height: 42px;
  background-color: #070707;
  border: 1px solid #595959;
  border-radius: 50px;
  padding: 0 15px;
}
.searchbar input {
  background-color: transparent;
  border: none;
  height: 42px;
  font-size: 14px;
  color: #BCBCBC;
}
.searchbar input::-moz-placeholder {
  color: #BCBCBC;
}
.searchbar input::placeholder {
  color: #BCBCBC;
}
.searchbar input:focus {
  border: none !important;
  outline: none !important;
}
.searchbar .searchicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.searchbar .searchicon img {
  width: 15px;
}

@media (min-width: 1200px) {
  .nt-body > .nt-container {
    padding-top: 40px !important;
    padding-bottom: 100px;
  }
}
#nt_header #nt_lnb {
  display: none !important;
}

.top_logo img {
  height: 45px;
}

#nt_menu .me-a {
  font-size: 16px;
  font-weight: 400;
  padding: 25px 0;
  padding-bottom: 23px;
}

.pcheadflex {
  justify-content: space-between;
}

.me-list {
  flex-grow: unset !important;
}
.me-list .sub-1dul li a {
  font-size: 14px !important;
  font-weight: 300 !important;
}

.BoardDiv {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  justify-content: center;
}
.BoardDiv .latest_content ul {
  padding-top: 10px;
}
.BoardDiv .latest_content ul li a {
  font-weight: 200 !important;
  font-size: 14px !important;
}
.BoardDiv .boardbox {
  height: 224px;
  background-color: #3F3F3F;
  border: 1px solid #626262;
}
.BoardDiv .latestboard {
  width: 474px;
}
.BoardDiv .latestboard .main_board_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  border-bottom: 1px solid #626262;
}
.BoardDiv .latestboard .main_board_title a {
  font-size: 12px;
}
.BoardDiv .allboard {
  width: calc(100% - 474px - 10px);
  padding: 0 !important;
}
.BoardDiv .allboard .main_board_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
}
.BoardDiv .allboard .main_board_title > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #2D2D2D;
  border-right: 1px solid #626262;
}
.BoardDiv .allboard .main_board_title > div:last-child {
  border-right: none;
}
.BoardDiv .allboard .main_board_title > div.on {
  background-color: #3F3F3F;
  color: #fff !important;
}

.na-table-head {
  border: none !important;
}
.na-table-head > div {
  font-weight: 300 !important;
}

#bo_list > div:nth-child(1) {
  display: none !important;
}

#bo_list .na-table-head {
  border: none !important;
}

#bo_list_wrap {
  margin-top: 20px;
  border-radius: 6px;
  border: 1px solid #D57C14;
}
#bo_list_wrap .xp-icon img {
  width: 16px !important;
}
#bo_list_wrap #list-body li .na-title .na-subject {
  font-size: 13px !important;
  font-weight: 300;
}

.new-setdiv {
  justify-content: flex-end;
  margin-top: 20px;
}

.logname {
  padding: 14px 14px 0 14px;
  font-size: 16px;
  margin-bottom: 8px;
}

#outlogin_wrap .loginputBigbox {
  position: relative;
}
#outlogin_wrap .innerinputPaddiv {
  padding-left: 14px;
  padding-right: 14px;
}
#outlogin_wrap .new-log-input {
  height: 42px;
  background-color: #151515;
  border: none;
  border-radius: 0;
  padding-left: 34px;
  color: #fff;
}
#outlogin_wrap .new-log-input::-moz-placeholder {
  color: #ababab;
}
#outlogin_wrap .new-log-input::placeholder {
  color: #ababab;
}
#outlogin_wrap #outlogin_mb_id {
  margin-bottom: 1px;
}
#outlogin_wrap .logicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 20;
}
#outlogin_wrap .logicon-password {
  left: 12px;
}
#outlogin_wrap .submitbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  color: #fff;
  background: linear-gradient(90deg, #FF910C 0%, #FF690C 100%);
  font-size: 16px;
  border-radius: 0;
  border: none;
  margin-top: 14px;
}
#outlogin_wrap .logfindlinkWrap {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
}
#outlogin_wrap .logfindlinkWrap .logfindlinkWrap-flex {
  display: flex;
  align-items: center;
  gap: 60px;
}
#outlogin_wrap .logfindlinkWrap .logfindlinkWrap-flex a {
  display: flex;
  align-items: center;
  gap: 4px;
}
#outlogin_wrap .logfindlinkWrap .logfindlinkWrap-flex a span {
  font-size: 13px;
  color: #F2F2F2;
  font-weight: 200;
}

.afterloginInfo01 {
  padding: 18px 14px;
}

.login_info1,
.login_info2 {
  padding: 0 14px;
}

.sidebannerImg {
  width: 100%;
}

.SidedivContent {
  background-color: #3F3F3F;
  margin-top: 20px;
}
.SidedivContent .top {
  background-color: #505050;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.SidedivContent .top .name {
  font-size: 16px;
}
.SidedivContent .top ul {
  gap: 8px;
}
.SidedivContent .top button {
  background-color: transparent;
  color: #fff;
  padding: 0;
  font-size: 12px;
}
.SidedivContent .top button.active {
  color: #FFBA00;
  text-decoration: underline;
  background-color: transparent;
  text-underline-position: under;
}
.SidedivContent .top button:hover {
  color: #FFBA00;
}
.SidedivContent .title {
  position: relative;
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}
.SidedivContent .infodiv {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: -11px;
}
.SidedivContent .infodiv span {
  font-size: 12px;
  font-weight: 200;
  color: #FFBA00;
}
.SidedivContent .infodiv > div {
  display: flex;
  align-items: center;
  gap: 2px;
}
.SidedivContent .morebtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  color: #fff;
  font-size: 14px;
  background-color: #FE990B;
  transition: all 0.3s;
  margin-top: 10px;
}
.SidedivContent .morebtn:hover {
  background-color: #fe780b;
}

.communitySide .tab-content {
  padding: 14px;
  padding-bottom: 18px;
}
.communitySide .tab-content li {
  position: relative;
  margin-top: 6px;
}
.communitySide .tab-content li:nth-child(1) {
  margin-top: 0;
}
.communitySide .tab-content li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -6px;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #FFBA00;
}

.eventSide .condiv {
  padding: 18px 14px;
}
.eventSide li {
  padding: 12px 0;
  border-bottom: 1px solid #5E5E5E;
}
.eventSide li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eventSide li a .title {
  font-size: 15px;
}
.eventSide li:nth-child(1) {
  padding-top: 0;
}
.eventSide li:last-child {
  padding-bottom: 0;
  border: none;
}

.pagingDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.pagingDiv ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pagingDiv ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #747474;
  background-color: #2E2F30;
  color: #fff;
  font-size: 14px;
}
.pagingDiv ul li button img {
  height: 11px;
}
.pagingDiv ul li button.active {
  border: none;
  background-color: #141414;
}
.pagingDiv ul li button:hover {
  background-color: #515253;
}

.subPgeCateTitlediv {
  width: 100%;
  height: 46px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #353535;
  border-radius: 6px;
  border: 1px solid #595959;
  padding: 0 20px;
}
.subPgeCateTitlediv .name {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.subPgeCateTitlediv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: linear-gradient(180deg, #FFA436 0%, #FF900D 100%);
}

.numAndtabdiv {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
.numAndtabdiv .numdiv {
  visibility: hidden;
}
.numAndtabdiv .numdiv p {
  font-size: 24px;
  font-weight: 500;
}
.numAndtabdiv .numdiv p span {
  color: #FFE836;
}
.numAndtabdiv .tabdiv ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.numAndtabdiv .tabdiv ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 36px;
  background-color: #3F3F3F;
  font-size: 15px;
  color: #fff;
  border-radius: 2px;
}
.numAndtabdiv .tabdiv ul li a.active,
.numAndtabdiv .tabdiv ul li a:hover {
  background-color: #FE990B;
}

.contentWrapbox {
  background-color: #2E2F30;
  border: 1px solid #D57C14;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
}

.contentWrapbox-nopadding {
  padding-left: 0;
  padding-right: 0;
}
.contentWrapbox-nopadding .nameAndsearch {
  padding-left: 20px;
  padding-right: 20px;
}

.nameAndsearch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.nameAndsearch .name {
  font-weight: 300;
}
.nameAndsearch .name span {
  color: #FF8F0C;
}

.subContentWrap {
  margin-top: 20px;
}

.primary-board-use .list-item {
  border-bottom: 7px solid #2e2e2e !important;
  background-color: #212121 !important;
}
.primary-board-use .list-item div {
  font-weight: 300 !important;
}
.primary-board-use .list-item .writerdiv {
  padding-left: 0px !important;
}

#bo_gallery {
  border: none !important;
}

.bojngContent .innerbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.bojngContent .innerbox .carddiv {
  width: calc(25% - 9px);
  background-color: #212121;
  border-radius: 6px;
}
.bojngContent .innerbox .carddiv .top {
  padding: 10px;
  padding-bottom: 0;
}
.bojngContent .innerbox .carddiv .top .sumimg {
  width: 100%;
  border-radius: 6px;
}
.bojngContent .innerbox .carddiv .top .txtp {
  padding: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.bojngContent .innerbox .carddiv .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #161616;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 8px 10px;
}
.bojngContent .innerbox .carddiv .bottom .left {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 8px;
}
.bojngContent .innerbox .carddiv .bottom .left .pbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bojngContent .innerbox .carddiv .bottom .left .p01 {
  font-size: 13px;
  font-weight: 300;
}
.bojngContent .innerbox .carddiv .bottom .left .p02 {
  font-size: 12px;
  color: #B7B7B7;
  font-weight: 300;
  margin-top: -5px;
}
.bojngContent .innerbox .carddiv .bottom .morebtn {
  padding: 0 25px;
  height: 32px;
  background: linear-gradient(90deg, #FFA436 0%, #EE7F00 100%);
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  transition: all 0.3s;
}
.bojngContent .innerbox .carddiv .bottom .morebtn:hover {
  background: linear-gradient(90deg, #FF4736 0%, #EE7F00 100%);
}

.preanaCardWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.preanaCardWrap .preanaCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  height: 100px;
  border-radius: 8px;
  gap: 48px;
  background-image: url("/theme/basic/img/preanaCard.png");
  cursor: pointer;
}
.preanaCardWrap .preanaCard .whicdiv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.preanaCardWrap .preanaCard .whicdiv .name {
  font-size: 13px;
  font-weight: 300;
  margin-top: 3px;
}
.preanaCardWrap .preanaCard .naraexleft,
.preanaCardWrap .preanaCard .naraexright {
  position: relative;
}
.preanaCardWrap .preanaCard .naraexleft:after {
  content: "홈";
  position: absolute;
  bottom: 6px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff !important;
  padding: 0px 5px;
  border-radius: 4px;
  height: 15px;
  background-color: #BB1616;
  z-index: 3;
}
.preanaCardWrap .preanaCard .naraexright:after {
  content: "원정";
  position: absolute;
  bottom: 6px;
  left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff !important;
  padding: 0px 5px;
  border-radius: 4px;
  height: 15px;
  background-color: #2B3F83;
  z-index: 3;
}
.preanaCardWrap .preanaCard .middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.preanaCardWrap .preanaCard .middle .time {
  font-size: 12px;
  font-weight: 200;
  color: #DFDFDF !important;
}
.preanaCardWrap .preanaCard .middle .vs {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 32px;
  height: 17px;
  background-color: #000;
  color: #FFA436;
  font-size: 10px;
}
.preanaCardWrap .preanaCard .middle .seediv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.preanaCardWrap .preanaCard .middle .seediv span {
  width: auto;
  padding: 0 6px;
  height: 20px;
  border-radius: 3px;
  background-color: #1a1a1a;
  font-weight: 200;
  font-size: 11px;
}
.preanaCardWrap .preanaCard:hover a, .preanaCardWrap .preanaCard:hover span, .preanaCardWrap .preanaCard:hover p {
  color: #fff !important;
}

.sportnewsContent .newsbox {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 22px;
}
.sportnewsContent .newsbox .sumnail {
  width: 196px;
  height: 116px;
  border-radius: 6px;
}
.sportnewsContent .newsbox .right {
  width: calc(100% - 206px);
}
.sportnewsContent .newsbox .right h4 {
  font-size: 17px;
  font-weight: 400;
  color: #fff !important;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sportnewsContent .newsbox .right .conp {
  font-weight: 200;
  font-size: 13px;
  line-height: 18px;
  color: #DBDBDB;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 표시할 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sportnewsContent .newsbox .right .info {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 4px;
}
.sportnewsContent .newsbox .right .info span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 200;
  color: #fff !important;
}
.sportnewsContent .newsbox .right .info span:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #fff;
  top: 23%;
  transform: translateX(-50%);
  right: -10px;
}
.sportnewsContent .newsbox .right .info span:last-child:after {
  display: none;
}
.sportnewsContent .newsbox:nth-child(even) {
  background-color: #262626;
}
.sportnewsContent .newsbox:nth-child(1) {
  padding-top: 0;
}
.sportnewsContent .newsbox:hover h4 {
  text-decoration: underline;
  text-underline-position: under;
}

.sportnews_wrap,
.premiumanalysis_wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sportnews_wrap .nameAndsearch,
.premiumanalysis_wrap .nameAndsearch {
  padding-left: 20px;
  padding-right: 20px;
}
.sportnews_wrap #bo_webzine ul li,
.premiumanalysis_wrap #bo_webzine ul li {
  padding: 20px;
}
.sportnews_wrap #bo_webzine ul li .card,
.premiumanalysis_wrap #bo_webzine ul li .card {
  background-color: #2E2F30;
}
.sportnews_wrap #bo_webzine ul li h5,
.premiumanalysis_wrap #bo_webzine ul li h5 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7px !important;
}
.sportnews_wrap #bo_webzine ul li .card-text,
.premiumanalysis_wrap #bo_webzine ul li .card-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #DBDBDB;
  margin-bottom: 5px;
}
.sportnews_wrap #bo_webzine ul li .no-gutters,
.premiumanalysis_wrap #bo_webzine ul li .no-gutters {
  align-items: center;
}
.sportnews_wrap #bo_webzine ul li:nth-child(1),
.premiumanalysis_wrap #bo_webzine ul li:nth-child(1) {
  padding-top: 0 !important;
}
.sportnews_wrap #bo_webzine ul li:nth-child(even),
.sportnews_wrap #bo_webzine ul li:nth-child(even) .card,
.premiumanalysis_wrap #bo_webzine ul li:nth-child(even),
.premiumanalysis_wrap #bo_webzine ul li:nth-child(even) .card {
  background-color: #262626 !important;
}
.sportnews_wrap #bo_btn_top,
.premiumanalysis_wrap #bo_btn_top {
  padding-left: 20px;
  padding-right: 20px;
}

.sportcardimg {
  max-width: 200px;
}

.event-list-body .sportcardimg {
  max-width: 112px;
}

.lotto-area-wrap {
  background-color: #2E2F30;
  border-radius: 6px;
  padding: 20px;
  border: 1px solid #D57C14;
  margin-top: 30px;
  margin-bottom: 20px;
}
.lotto-area-wrap .lotto-area {
  padding: 50px 40px;
  background-image: url("/theme/basic/img/lotto-area.webp");
}
.lotto-area-wrap .lotto-area .btn-make {
  background: linear-gradient(90deg, #FF910C 0%, #FF690C 100%);
  border: 1px solid #FFB753;
  border-radius: 4px;
  padding: 0;
  width: 136px;
  height: 46px;
}
.lotto-area-wrap .lotto-area .btn-clear {
  background: linear-gradient(90deg, #484862 0%, #37356C 100%);
  border: 1px solid #7E8AC9;
  border-radius: 4px;
  padding: 0;
  width: 136px;
  height: 46px;
}
.lotto-area-wrap .lotto-area .txtp {
  margin-top: 15px;
  color: #fff;
  font-weight: 300;
}

.seoWrap {
  margin-top: 40px;
  background-color: #2E2F30;
  border-radius: 6px;
  border: 1px solid #7B7B7C;
  padding: 20px;
}
.seoWrap .inner {
  padding: 40px 20px;
  border-radius: 6px;
  background-color: #1B1B1B;
}
.seoWrap h1 {
  font-weight: 700;
  font-size: 28px;
}
.seoWrap h2 {
  font-weight: 600;
  font-size: 20px !important;
}
.seoWrap h3 {
  font-weight: 600;
  font-size: 22px !important;
}
.seoWrap section p {
  font-weight: 300 !important;
  color: #ececec !important;
}

.mainSeo .mainlinul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.mainSeo .mainlinul li a {
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 15px;
  border-radius: 4px;
  border: 1px solid #7B7B7C;
}

.subSeo .section, .subSeo section {
  padding: 30px 0;
  border-bottom: 1px solid #3b3b3b;
}
.subSeo .section p, .subSeo section p {
  font-weight: 300 !important;
  color: #ececec !important;
  word-break: keep-all;
}
.subSeo .section:nth-child(1), .subSeo section:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
}
.subSeo .section:last-child, .subSeo section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.subSeo h1 {
  margin-bottom: 30px;
  word-break: keep-all;
}
.subSeo h2 {
  margin-bottom: 20px;
  word-break: keep-all;
}

.verify-contenttext-img-div,
.verify-contenttext-img-mobile {
  margin-top: 20px;
}

.verify-contenttext-img-mobile {
  padding: 0 15px;
}

.verify-contenttext-img-div img,
.verify-contenttext-img-mobile img {
  width: 100%;
}

@media (max-width: 768px) {
  .seobigWrap {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .seobigWrap .seoWrap {
    margin-top: 15px;
    padding: 10px;
  }
  .seobigWrap .seoWrap .inner {
    padding: 20px 12px;
  }
  .seobigWrap .seoWrap h1 {
    font-size: 24px;
    line-height: 32px;
    word-break: keep-all;
  }
  .seobigWrap .seoWrap h2 {
    font-size: 18px !important;
    line-height: 26px;
    word-break: keep-all;
    font-weight: 600;
  }
  .seobigWrap .seoWrap h3 {
    font-size: 16px !important;
    line-height: 24px;
    word-break: keep-all;
    font-weight: 600;
  }
  .seobigWrap .seoWrap section p {
    font-size: 14px !important;
    line-height: 19px;
  }
  .mainSeo .mainlinul li {
    width: calc(50% - 4px);
  }
  .mainSeo .mainlinul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
  }
  .mainSeo .vardiv a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 4px);
    padding: 8px 0 !important;
    display: block;
  }
  .section, section {
    padding: 20px 0 !important;
    border-bottom: 1px solid #3b3b3b;
  }
  .section p, section p {
    font-weight: 300 !important;
    color: #ececec !important;
    word-break: keep-all;
  }
  .section:nth-child(1), section:nth-child(1) {
    margin-top: 0;
    padding-top: 0 !important;
  }
  .section:last-child, section:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */