@charset "utf-8";
@import url("base.css");
@import url("font/font.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans KR", sans-serif;
}
head {
  display: block;
}
header {
  border-bottom: 1px solid #fff;
  background-color: #773aff;
  width: 100%;
}
header.head {
  position: fixed;
  background-color: transparent;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999999;
}
.logout ~ header.head {
  top: 40px;
}
.container {
  width: 1380px;
  margin: 0 auto;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper.bg {
  min-height: 100%;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header > .container {
  width: 1380px;
  margin: 0px auto;
  padding: 30px 0px;
  justify-content: space-between;
  background-color: #773aff;
}
header.head > .container {
  background-color: transparent;
}
header .menu {
  clear: none;
  max-height: none;
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

header .menu-icon,
header .menu-btn {
  display: none;
}
.foot {
  background-color: #fff;
  color: #535353;
  font-family: "Noto Sans KR", sans-serif;
  padding-bottom: 30px;
  letter-spacing: -0.5px;
}
.foot .container > ul.logoArea {
  justify-content: space-between;
  font-size: 15px;
  margin-top: 36px;
  margin-bottom: 36px;
}
.foot .container > ul.logoArea > li > .logo {
  color: #535353;
}
.foot .container > ul.logoArea > li > a > img {
  margin-left: 10px;
}
.foot .container > .footer01 > li > a {
  color: #773aff;
}
.foot .container > .footer02 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #535353;
}
.foot .container > .footer02 > li > span {
  color: #a9a8a8;
  padding-right: 10px;
}
.foot .container > .footer01 > li:not(:last-child)::after,
.foot .container > .footer02 > li:not(:last-child)::after {
  content: "|";
  color: #d9d7da;
  padding: 0px 20px;
}
.foot .container > span {
  color: #a9a8a8;
  font-size: 14px;
  font-weight: 300;
}

.mint {
  color: #69e9c6;
}
.mintBg {
  background-color: #3ac7a0;
}
.puple {
  color: #773aff;
}
strong.puple {
  font-weight: 700;
  color: #773aff;
}
.pupleBg {
  background-color: #773aff;
}
.blackBg {
  background-color: #010101;
}
.yellow {
  color: #ffde00;
}
/* flex */
header > .container,
nav > ul,
.main_btnList,
.mainfullbox_img > .container,
.mainfullbox1 > .container > ul,
.mainfullbox3 > .container > ul,
.foot .container > ul,
.top > .container > .title,
.list,
.backlink_list > li div > .item,
.logout > .container > ul,
.backlink_filter,
.backlink_list_view,
.backlink_listArea,
.chkBox_area,
.popup_charge_process,
.about_bg2 > .container > .about_point,
.about_bg3 > .container > .about_point,
.serviceSwiper_Title,
.service_bg2 > .container > ul,
.service_bg2 > .container > ul li,
.pagenation {
  display: flex;
  align-items: center;
}

/* flex 끝 */
/* 팝업 */
.popupArea {
  display: none;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  bottom: 0;
}
.popup {
  z-index: 100000000;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  width: 420px;
  max-width: 100%;
  /* margin-top: 50px; */
  border-radius: 10px;
  display: none;
  top: 50px;
}
.popupArea::-webkit-scrollbar,
.popup::-webkit-scrollbar {
  display: none;
}
.popupArea,
.popup {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popupTop {
  position: relative;
  padding: 0px 20px;
}

.popuptxt {
  padding: 0px 20px;
  text-align: center;
}

.popuptxt > ul > li {
  padding-bottom: 15px;
  text-align: left;
}
.popup_login,
.popup_join,
.popup_order,
.popup_order_result,
.popup_qna,
.popup_charge,
.popup_account,
.popup_report,
.popup_review {
  overflow-y: scroll;
  margin-bottom: 20px;
  max-height: 100%;
}
.popup_account .popupForm .item_title {
  margin-top: 10px;
}
.popup_account .popupForm button {
  margin-top: 10px;
  margin-bottom: 0px;
}
.popupTitle {
  font-size: 30px;
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 30px;
  color: #000;
}
.popupTitle > .txt {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  padding-top: 5px;
}
.popup_etc {
  color: #000;
  border-top: 1px solid #ccc;
}
.popup_etc2 {
  margin-top: 20px;
  border-top: 0px;
}
.popup_etc > p {
  font-size: 15px;
  margin-top: 27px;
  margin-bottom: 20px;
}
.popup_etc > a > div,
.orderResult_btn {
  width: 296px;
  height: 45px;
  line-height: 2.4;
  color: #fff;
  background-color: #272727;
  font-size: 20px;
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
  border: 0px;
  border-radius: 5px;
  margin: 0 auto 45px;
}
.orderResult_btn {
  margin-top: 30px;
}
.popup_result {
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.popup_result > .popup_section {
  padding-left: 10px;
}
.popup_result > .popup_section:first-child {
  margin-bottom: 15px;
  font-weight: 600;
}
.popup_result > .popup_section:last-child {
  font-weight: 400;
}
.popup_result
  > .popup_section:first-child
  > li:last-child
  > span:first-child::after {
  content: "/";
  padding: 0px 5px 0px 7px;
}
.popup_result > .popup_section:last-child > li:last-child {
  color: #4f27bd;
}
.popup_result > .popup_section > li {
  padding-bottom: 12px;
}
/* 팝업 끝 */
.popupForm {
  padding-bottom: 50px;
}
.popupForm input[type="text"],
.popupForm input[type="password"],
.popupForm input[type="number"],
.popupForm select {
  font-size: 14px;
}
.popupForm input[type="text"],
.popupForm input[type="password"],
.popupForm input[type="number"],
.popupForm button,
.popupForm textarea,
.popupForm select {
  width: 274px;
  height: 45px;
  border: 1px solid #c1bbc5;
  padding-left: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.popupForm select {
  width: 290px;
}

.popupForm input[type="number"].price {
  width: 240px;
  margin-right: 10px;
}
.popupForm textarea {
  width: 265px;
  font-size: 16px;
  padding: 15px 10px;
  height: 95px;
  margin-bottom: 15px;
  font-family: "Noto Sans KR", sans-serif;
}
.popupForm .chkBox_area {
  align-items: flex-start;
  font-size: 12px;
  text-align: left;
  width: 263px;
  margin: 0 auto 10px;
}
.popupForm .chkBox_area label {
  line-height: 1.3;
  padding-left: 5px;
}
.popupForm input[type="checkbox"] {
  width: 21px;
  height: 21px;
  border: 1px solid #c1bbc5;
  vertical-align: middle;
}
.popupForm button {
  width: 296px;
  color: #fff;
  font-size: 20px;
  border: 0px;
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #4f27bd;
  cursor: pointer;
}
.popupForm .item_title {
  text-align: left;
  width: 280px;
  padding-bottom: 10px;
  margin: 0 auto;
  font-family: "Noto Sans KR", sans-serif;
}
.popupForm p {
  color: #c92b2b;
  font-size: 15px;
  text-align: left;
  width: 280px;
  margin: 0 auto;
  line-height: 1.2;
  padding-bottom: 9px;
}
.popupForm ul {
  width: 290px;
  margin: 0 auto;
}
.popupForm ul li {
  position: relative;
}
.popupForm ul li.chkLeft {
  text-align: left;
  margin-bottom: 20px;
}
.popupForm ul li.chkInput::before {
  content: "*";
  color: #4f27bd;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: -10px;
}
.popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup_charge_list > form > label > input[type="radio"] {
  display: none;
}
.popup_charge_process {
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}
.popup_charge_process > li > a > div {
  background-color: #272727;
  border-radius: 7px;
  color: #fff;
  font-size: 17px;
  font-family: "SBAggro", sans-serif;
  font-weight: 500;
  width: 110px;
  line-height: 3.5;
}
.popupForm ul.popup_charge_process2 li {
  width: 100%;
}
.popupForm ul.popup_charge_process2 li.popup_charge_process2_left {
  margin-right: 5px;
}
.popup_charge_process2 > li > a > div {
  width: 100%;
}
.charge_choiceBox {
  height: 115px;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
}
.popup_charge_list > form > label > input[type="radio"] ~ .charge_choiceBox {
  opacity: 0.5;
}
.popup_charge_list
  > form
  > label
  > input[type="radio"]:checked
  ~ .charge_choiceBox {
  opacity: 1;
}
.charge_choiceBox.pupleBg {
  margin-bottom: 12px;
  border: 2px solid #773aff;
}
.charge_choiceBox.mintBg {
  border: 2px solid #3ac7a0;
}
.charge_choiceBox > p {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 22px;
}
.charge_choiceBox > span {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}
.account_info {
  background-color: #eeeeee;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px;
  text-align: left;
  width: 250px;
  margin: 0 auto;
}
.account_info > span {
  display: block;
}
.report_area {
  font-size: 15px;
  color: #666565;
  line-height: 1.4;
  text-align: left;
  width: 300px;
  margin: 0 auto;
}
.report_area a {
  color: #666565;
  font-weight: 500;
  text-decoration: underline;
}
.mainfull_navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainfull_navi span {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  line-height: 10px;
}

.mainfull_navi span.swiper-pagination-bullet-active {
  opacity: 1;
}
.mainfull_navi.bk span {
  background-color: #000;
}

.logo {
  font-size: 50px;
  font-family: "SBAggro", sans-serif;
  font-weight: 700;
  color: #fff;
}

nav > ul > li {
  padding-left: 40px;
}
nav > ul > li.on > a {
  color: #ffde00;
}
nav > ul > li > a {
  font-size: 18px;
  color: #fff;
}
nav > ul > li > a.mint > span {
  color: #ffde00;
}
nav > ul > li.login > a:first-child::after {
  content: "/";
  padding: 0px 5px;
}
.logout {
  background-color: #4f27bd;
  color: #fff;
  font-weight: 100;
  z-index: 9999999;
}
.logout.in {
  position: fixed;
  width: 100%;
}
.mainfullbox0 > .logout {
  position: absolute;
  top: 0px;
  width: 100%;
}
.logout > .container > ul {
  justify-content: flex-end;
  padding: 10px 0px;
}
.logout > .container > ul a:not(:last-child) li::after {
  content: "|";
  opacity: 0.3;
  display: inline-block;
  padding: 0px 10px;
}
.logout > .container > ul li span,
.logout > .container > ul li div {
  display: inline-block;
  vertical-align: middle;
}
.mainTitle_area > div {
  margin-top: 20px;
}

.mainTitle_sub {
  font-size: 27px;
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
}

.mainTitle_sub.mainTitle_sub2 {
  font-size: 25px;
}

.mainTitle {
  font-size: 71px;
  font-family: "SBAggro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.mainTitle.mainTitle2 {
  font-size: 50px;
}

.mainTitle_txt {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.main_btnList {
  justify-content: flex-start;
}

.main_btn {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 7px;
  font-size: 28px;
  font-family: "SBAggro", sans-serif;
  font-weight: 700;
  padding: 15px 20px 10px;
  margin-right: 10px;
}

.main_btn.mint {
  color: #69e9c6;
  border: 2px solid #69e9c6;
}

.mainfullbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.mainfullbox0 {
  background: url("../img/mainfullbox0_bg.jpg") no-repeat center;
  background-color: #773aff;
  /* margin-top:-20px; */
}
.mainfullbox0 > .container,
.mainfullbox2 > .container,
.mainfullbox1 > .container,
.mainfullbox3 > .container,
.mainfullbox4 > .container,
.mainfullbox_Last > .container {
  position: absolute;
  color: #fff;
}

.mainfullbox2 > .container,
.mainfullbox3 > .container,
.mainfullbox4 > .container {
  color: #010101;
}

.mainfullbox0 > .container,
.mainfullbox2 > .container {
  justify-content: flex-start;
  top: 50%;
  transform: translateY(-50%);
}

.mainfullbox1 > .container,
.mainfullbox3 > .container,
.mainfullbox4 > .container,
.mainfullbox_Last > .container {
  top: 50%;
  transform: translateY(-50%);
}

.mainfullbox2 > .container {
  top: 50%;
}

.mainfullbox0 > .container > .mainTitle_area > div,
.mainfullbox2 > .container > .mainTitle_area > div {
  width: 616px;
}

.mainfullbox0 > .container > .mainTitle_area > a > img {
  margin-top: 155px;
}

.mainfullbox1 {
  background: url("../img/mainfullbox1_bg.jpg") no-repeat center;
  background-size: cover;
}

.mainfullbox1 > .container > ul {
  justify-content: flex-start;
}

.mainfullbox1 > .container > ul > li.mainTitle_area {
  margin-left: 200px;
}

.mainfullbox2 {
  background: url("../img/mainfullbox2_bg.jpg") no-repeat center;
  background-color: #f6f6f6;
  color: #010101;
}

.mainfullbox3 {
  background: url("../img/mainfullbox3_bg.jpg") no-repeat center;
  background-size: cover;
  color: #010101;
  text-align: center;
}
.mainfullbox3 > .container > ul {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.mainfullbox3 > .container > ul > li {
  background-color: #fff;
  width: 418px;
  height: 252px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
  margin-bottom: 45px;
}

.mainfullbox3 > .container > ul > li > img {
  margin-top: 20px;
}

.mainfullbox3 > .container > ul > li > dl > dt {
  font-size: 20px;
  font-family: "SBAggro", sans-serif;
  font-weight: 500;
  margin: 19px auto 14px;
}

.mainfullbox3 > .container > ul > li > dl > dd {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

.mainfullbox4 {
  background: url("../img/mainfullbox4_bg.jpg") no-repeat center;
  background-size: cover;
  color: #010101;
  text-align: center;
}

.mainfullbox4 > .container > table {
  border-top: 2px solid #000;
  text-align: left;
  margin-top: 125px;
}

.mainfullbox4 > .container > table > tbody > tr {
  border-bottom: 1px solid #d9d7da;
}

.mainfullbox4 > .container > table > tbody > tr > th,
.mainfullbox4 > .container > table > tbody > tr > td {
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.4;
  letter-spacing: -0.5px;
  padding: 20px;
  vertical-align: middle;
}
.mainfullbox4 > .container > table > tbody > tr > th a,
.mainfullbox4 > .container > table > tbody > tr > td a {
  color: #333;
}
.mainfullbox4 > .container > table > tbody > tr > th {
  font-size: 25px;
  font-weight: 500;
  width: 40%;
}

.mainfullbox4 > .container > table > tbody > tr > td {
  font-size: 16px;
  font-weight: 300;
  width: 60%;
}
.mainfullbox4 > .container > table > tbody > tr > td a {
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mainfullbox_Last {
  background-color: #773aff;
}
.mainfullbox_Last.mainfullbox_size {
  height: 961px;
  position: relative;
}
.mainfullbox_Last.mainfullbox_size > .container {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mainfullbox3 > .container,
.mainfullbox_Last > .container {
  top: 56%;
}
.mainfullbox_Last > .container > ul {
  color: #fff;
}

.mainfullbox_Last > .container > ul > li:first-child > div {
  line-height: 1.4;
}

.mainfullbox_Last > .container > ul > li:first-child > div:first-child {
  font-size: 50px;
  font-family: "SBAggro", sans-serif;
  font-weight: 700;
  margin-bottom: 58px;
}

.mainfullbox_Last > .container > ul > li:first-child > div:first-child > span {
  text-decoration: none;
  background: linear-gradient(to top, #69e9c6 30%, transparent 20%);
}

.mainfullbox_Last > .container > ul > li:first-child > div:last-child {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 39px;
  font-weight: 300;
}

.mainfullbox_Last > .container > ul > li:last-child {
  text-align: right;
}

.mainfullbox_Last > .container > ul > li:last-child > span {
  font-family: "Poppins" !important;
  font-weight: 300;
  font-size: 23px;
}

.mainfullbox_Last > .container > ul > li:last-child > div {
  font-family: "Poppins" !important;
  font-weight: 300;
  font-size: 39px;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 34px;
}

.mainfullbox_Last > .container > ul > li:last-child > div > b {
  font-weight: 700;
}

.mainfullbox_Last > .container > ul > li:last-child > .main_btnList {
  justify-content: flex-end;
}

.mainfullbox_Last
  > .container
  > ul
  > li:last-child
  > .main_btnList
  > a
  > .main_btn {
  border: 0px;
  background-color: #69e9c6;
  color: #773aff;
}
.mainfullbox6.foot {
  height: 196px;
}
.top {
  background-color: #773aff;
  height: 350px;
}
.top > .container > .title {
  justify-content: space-between;
  align-items: flex-start;
}
.top > .container > .title > li > p {
  font-size: 55px;
  font-family: "SBAggro", sans-serif;
  font-weight: 700;
  margin-top: 118px;
  margin-bottom: 24px;
}
.top > .container > .title > li .main_btnList {
  margin-top: 14px;
}
.top > .container > .title > li > span {
  font-size: 22px;
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
  color: #fff;
}
.top > .container > .title > li:last-child {
  position: relative;
  top: 23px;
}
.pointBtn {
  background-color: #62b5c4;
  color: #4f27bd;
  width: 21px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  height: 21px;
  border-radius: 50px;
}
.bg {
  background-color: #fff;
  border-bottom: 1px solid #d3ced7;
}
.list {
  margin-top: 116px;
  margin-bottom: 116px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list > li {
  width: 345px;
}
.list > li > div {
  margin: 0px auto 50px;
}
.list > li .thumb {
  height: 197px;
  background-size: cover !important;
}
.backlink_list > li .thumb {
  height: 180px;
}
.backlink_list > li .thumb,
.backlink_list_view > li .thumb {
  background: url("../img/backlink_default_img.jpg") no-repeat center;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  background-size: cover !important;
}
.backlink_list > li .thumb_new {
  border: 1px solid #e8e8e8;
}
.backlink_list > li .thumb_new .img,
.backlink_list_view > li .thumb_new .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.backlink_list > li .thumb_new .img > img,
.backlink_list_view > li .thumb_new .img > img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.product_list > li > a > div {
  width: 90%;
  margin-bottom: 30px;
}
.product_list > li .thumb {
  background: url("../img/product_default_img.jpg") no-repeat center;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.list > li .title {
  color: #000;
}
.list > li .title > dt {
  margin-top: 29px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list > li .title > dd {
  font-size: 16px;
  font-weight: 300;
  white-space: normal;
  line-height: 1.4;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.backlink_list {
  margin-top: 20px;
}
.backlink_list > li .title > dd {
  -webkit-line-clamp: 2;
}
.backlink_list > li .title {
  padding: 0px 20px;
  height: 115px;
}
.backlink_list > li > a > div {
  border: 1px solid #d3ced7;
  width: 95%;
  margin: 15px auto;
}
.backlink_list > li div > .item {
  justify-content: space-between;
  border-top: 1px solid #d3ced7;
  padding: 15px 20px;
  font-size: 12px;
  color: #000;
}
.backlink_list > li div > .item .pay {
  display: inline-block;
}
.backlink_list > li div > .item .pay .puple {
  font-weight: 700;
  font-size: 16px;
}
.backlink_list_view {
  margin-top: 116px;
  justify-content: space-between;
  align-items: flex-start;
}
.backlink_list_view > li,
.backlink_list_info {
  width: 670px;
}
.backlink_list_view > li .thumb {
  height: 403px;
}
.backlink_list_view > li:last-child {
  border: 1px solid #d3ced7;
  /* height: 403px; */
}
.backlink_list_view > li:last-child > p,
.backlink_list_view > li:last-child > div {
  padding-left: 36px;
  padding-right: 36px;
}
.backlink_list_view > li:last-child > p {
  font-size: 35px;
  font-weight: 500;
  margin-top: 55px;
  margin-bottom: 34px;
  /* text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; */
}
.backlink_list_view > li:last-child > .starRating {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.backlink_list_view > li:last-child > .txt {
  padding-top: 16px;
  line-height: 1.2;
  /* word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}
.backlink_list_view > li:last-child > .backlink_btn {
  text-align: right;
  margin-top: 36px;
  margin-bottom: 49px;
}
.backlink_list_view > li:last-child > .backlink_btn > .pay {
  font-size: 35px;
  font-weight: 500;
}
.backlink_list_view > li:last-child > .backlink_btn > .btn {
  margin-top: 43px;
}
.backlink_list_view > li:last-child > .backlink_btn > .btn > a {
  color: #fff;
  border-radius: 7px;
  font-size: 20px;
  font-family: "SBAggro", sans-serif;
  font-weight: 500;
  padding: 15px 20px 10px;
  margin-left: 10px;
}
.backlink_list_view > li:last-child > .backlink_btn > .btn > a.puple {
  background-color: #773aff;
}
.backlink_list_view > li:last-child > .backlink_btn > .btn > a.bk {
  background-color: #000;
}
.backlink_listArea {
  align-items: flex-start;
  justify-content: space-between;
}
.backlink_list_info {
  margin-top: 44px;
  margin-bottom: 50px;
  color: #000;
}
.backlink_list_info > .title {
  font-weight: 500;
  font-size: 23px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.backlink_list_info > .txt {
  margin-top: 40px;
  font-weight: 300;
  line-height: 1.4;
}
.backlink_list_info > .txt b {
  font-weight: 700;
}
.backlink_list_info > .txt img {
  max-width: 100%;
  height: auto;
}
.backlink_list_info > ul li {
  border-bottom: 1px solid #d3ced7;
  padding-top: 30px;
  padding-bottom: 30px;
}
.backlink_list_info > ul > li a {
  color: #000;
}
.backlink_list_info > ul > li a {
  font-size: 14px;
  line-height: 1.5;
}
.backlink_list_info > ul > li a p {
  font-weight: 500;
}
.backlink_filter {
  justify-content: flex-end;
  margin-top: 116px;
}
.backlink_filter > a > li {
  width: 113px;
  text-align: center;
  line-height: 2;
  color: #fff;
  background-color: #b9b7c0;
  margin-right: 10px;
}
.backlink_filter > a > li.on {
  background-color: #6e56b1;
}
.order_list {
  font-size: 14px;
  width: 100%;
  margin-top: 117px;
  margin-bottom: 50px;
}
.order_list thead tr {
  font-weight: 500;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 15px;
}
.order_list tbody tr {
  border-bottom: 1px solid #d3ced7;
  text-align: center;
}
.order_list tbody tr td:first-child {
  text-align: left;
}
.order_list thead tr th,
.order_list tbody tr td {
  padding: 15px;
}
.order_list .order_thumb {
  width: 57px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/backlink_default_img.jpg");
  background-size: cover;
  margin-right: 10px;
}
.tag {
  width: 98px;
  text-align: center;
  line-height: 1.4;
  color: #000;
  margin: 0 auto;
  padding: 9px 5px;
  font-size: 0.8rem;
}
.tag.tag_ing {
  background-color: #cedfe5;
}
.tag.tag_ing2 {
  background-color: #ff8686;
}
.tag.tag_active {
  background-color: #e5a988;
}
.tag.tag_end {
  background-color: #d5d5d5;
}
.tag.tag_start {
  background-color: #6e3df5;
  color: #fff;
}
.board_title {
  margin-top: 116px;
}
.board_title > p.title {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 20px;
}
.board_title > span {
  font-size: 15px;
  font-weight: 300;
}
.board_content {
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.4;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.list_btn > div {
  width: 138px;
  line-height: 3.5;
  color: #fff;
  border-radius: 7px;
  font-size: 20px;
  font-family: "SBAggro", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 52px auto 50px;
}
.bar {
  background-color: #d9d9d9;
  width: 8px;
  height: 91px;
  margin: 0 auto;
}
.about_title {
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
  font-size: 37px;
  text-align: center;
  margin-bottom: 58px;
  line-height: 1.4;
}
.about_bg {
  padding-top: 116px;
  padding-bottom: 116px;
}
.about_bg2 {
  background-color: #262626;
  padding: 138px 0px;
}
.about_bg2 > .container > .about_point {
  justify-content: space-between;
}
.about_bg2 > .container > .about_point > li {
  background-color: #fff;
  border-radius: 7px;
  box-sizing: border-box;
  border-top: 7px solid #6e3df5;
  text-align: center;
  width: 215px;
  height: 267px;
}
.about_bg2 > .container > .about_point > li > img,
.about_bg2 > .container > .about_point > li > span,
.about_bg2 > .container > .about_point > li > p {
  display: block;
}
.about_bg2 > .container > .about_point > li > img {
  padding-top: 35px;
  padding-bottom: 8px;
  margin: 0 auto;
}
.about_bg2 > .container > .about_point > li > span {
  font-size: 20px;
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
}
.about_bg2 > .container > .about_point > li > p {
  font-size: 83px;
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
  color: #46caa6;
  padding-top: 30px;
}
.about_bg3 {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  font-family: "SBAggro", sans-serif;
}
.about_bg3 > .container > .about_point {
  justify-content: center;
  padding-top: 67px;
  padding-bottom: 67px;
}
.about_bg3 > .container > .about_point > li:not(:last-child) {
  margin-right: 50px;
}
.about_bg3 > .container > .about_point > li > img {
  padding-right: 5px;
  vertical-align: middle;
}
.about_bg3 > .container > .about_point > li > span:last-child {
  padding-left: 7px;
  color: #a0a0a0;
}
.about_bg4 {
  background: url("../img/about_bg.jpg") no-repeat center;
  height: 1826px;
  padding-top: 142px;
  text-align: center;
}
.about_bg4 > .container > .about_title {
  padding-bottom: 150px;
  line-height: 1.6;
}
.about_bg4 > .container > .about_title_history {
  font-size: 29px;
  font-family: "SBAggro", sans-serif;
  font-weight: 700;
  margin-bottom: 58px;
  text-decoration: none;
  background: linear-gradient(to top, #69e9c6 30%, transparent 20%);
}
.history {
  padding-top: 79px;
}
.history > li {
  list-style: none;
  margin: 0px auto;
  left: 150px;
  min-height: 50px;
  border-left: 1px solid #d9d9d9;
  padding: 0 0 70px 30px;
  position: relative;
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
  width: 532px;
}
.history > li:last-child {
  border-left: 0px;
}
.history > li::before {
  position: absolute;
  left: -4px;
  top: -5px;
  content: " ";
  background: #3921a7;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}
.history > li:nth-child(3)::before,
.history > li:nth-child(8)::before,
.history > li:nth-child(9)::before {
  background: #46caa6;
}
.history > li > .history_year {
  position: absolute;
  width: 100px;
  left: -35%;
  text-align: right;
  font-size: 57px;
  font-weight: 300;
}
.history > li > .history_month {
  font-size: 30px;
  display: block;
  text-align: left;
}

.history > li > .history_txt {
  font-size: 17px;
  text-align: left;
  padding-top: 15px;
  line-height: 1.4;
}
/* star */
.star {
  color: #000;
  font-family: "FontAwesome";
  font-weight: 600;
}
.star_on::after {
  content: "\f005";
}
.star_off::after {
  content: "\f006";
}
.star_half::after {
  content: "\f123";
}
.starArea {
  padding: 5px 0px 20px;
}
.star-title {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.star-rating {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
}
.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}
.star-rating__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #000;
}
.star-rating__ico:last-child {
  padding-left: 0;
}
.star-rating__input {
  display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
  content: "\f005";
}
/* star end */
.service_bg {
  background-color: #f0f0f0;
}
.service_bg > .container {
  overflow: hidden;
  position: relative;
  padding: 135px 0px;
}
.serviceSwiper .swiper-slide {
  border-radius: 20px 20px 135px 20px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  background-color: #6e3df5;
}
.serviceSwiper .swiper-slide.swiper-slide-active {
  background-color: #3ac7a0;
}
.serviceSwiper_Title {
  padding: 30px 34px 19px;
  font-family: "SBAggro", sans-serif;
  font-weight: 300;
  justify-content: flex-start;
}
.serviceSwiper_Title > dl {
  padding-left: 23px;
}
.serviceSwiper_Title > dl > dt {
  font-size: 30px;
}
.serviceSwiper_Title > dl > dd {
  font-size: 15px;
}
.serviceSwiper_txt {
  padding: 0px 38px;
  font-size: 17px;
  line-height: 1.3;
}

.serviceSwiper .swiper-slide .serviceSwiper_txt::before {
  content: url("../img/chat_puple01.png");
  display: block;
}

.serviceSwiper .swiper-slide .serviceSwiper_txt::after {
  content: url("../img/chat_puple02.png");
  float: right;
  display: block;
  margin-top: 15px;
  padding-bottom: 60px;
}

.serviceSwiper .swiper-slide.swiper-slide-active .serviceSwiper_txt::before {
  content: url("../img/chat_mint01.png");
  display: block;
}

.serviceSwiper .swiper-slide.swiper-slide-active .serviceSwiper_txt::after {
  content: url("../img/chat_mint02.png");
  float: right;
  display: block;
  margin-top: 15px;
}
.serviceSwiper .swiper-pagination {
  bottom: 75px;
}
.mainfullbox3.mainfullbox3_about {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 100px;
}
.mainfullbox3.mainfullbox3_about > .container {
  position: unset;
  transform: none;
}
.mainfullbox3.mainfullbox3_about
  > .container
  > .mainTitle_area
  > .mainTitle_sub2 {
  font-size: 45px;
}
.service_bg2 {
  text-align: center;
}
.service_bg2_title {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 164px;
  padding-bottom: 50px;
}
.service_bg2_txt {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  padding-bottom: 100px;
}
.service_bg2 > .container > ul {
  border-top: 1px solid #000;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  justify-content: space-around;
}
.service_bg2 > .container > ul li,
.service_bg2 > .container > ul li > dl {
  text-align: left;
  padding-left: 34px;
}
.service_bg2 > .container > ul li > dl > dt {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 20px;
}
.service_bg2 > .container > ul li > dl > dd {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
/* pagenation 시작 */
.pagenation {
  justify-content: center;
  margin-bottom: 100px;
  font-family: "SBAggro", sans-serif;
}
.pagenation > a {
  background-color: #fff;
  color: #ababab;
  width: 16px;
  height: 15px;
  text-align: center;
  padding: 10px;
  font-weight: 300;
}
.pagenation > a:first-child {
  padding-right: 20px;
}
.pagenation > a:last-child {
  padding-left: 20px;
}
.pagenation > a:first-child,
.pagenation > a:last-child {
  color: #773aff;
  font-weight: 500;
}
.pagenation > a.active {
  background-color: #773aff;
  color: #fff;
  border-radius: 50%;
}
/* pagenation 끝 */
.qna_list .title-row > td:first-child b {
  display: inline-block;
}
.qna_list .title-row > td:first-child {
  display: flex;
  align-items: flex-start;
}
.qna_list img {
  max-width: 100%;
  width: 500px;
  height: auto;
}
.title-row > td:first-child::before,
.content-row > td:first-child::before {
  font-size: 10px;
  padding: 5px 7px 1px;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  display: inline-block;
  width: 9px;
  height: 17px;
  text-align: center;
  vertical-align: top;
}
.title-row > td:first-child::before {
  content: "Q";
  background-color: #4f27bd;
}
.content-row > td:first-child::before {
  content: "A";
  background-color: #000;
}
.content-row-wait > td:first-child::before {
  background-color: #666565;
}
.content-row-wait > td:first-child span {
  color: #666565;
}
.content-row > td {
  background-color: #f9f9f9;
}
.content-row > td:first-child div {
  margin-top: 20px;
}
.content-row > td:first-child div p {
  line-height: 1.4;
}
.title-row {
  cursor: pointer;
}
.content-row.hide-row {
  display: none;
}
/* main 추가 css _230105 */
.foot_main {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  left: 0px;
  right: 0px;
  top: 100vh;
  z-index: 1200;
  transition: top 0.6s ease-in-out;
  height: calc(var(--vh, 1vh) * 100);
  height: 100vh;
  background-color: transparent;
}

.foot_main.transition-up {
  top: 0px;
}
.footer_main_area {
  background-color: #fff;
}
.foot_main .footer_main_area {
  margin-top: auto;
  width: 100%;
  padding-bottom: 40px;
}

body.foo {
  padding-bottom: 200px;
  background-color: #773aff;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

body.foo::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}
.swiper-wrapper.bg {
  border-bottom: 0px;
}
/* 추가css :: 230211*/
.mainNotice {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  color: #000;
  text-align: center;
}
.mainNotice ul {
  width: 565px;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 18px;
}
.mainNotice ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding: 8px 0px;
  border-bottom: 1px solid #d8d8d8;
}
.mainNotice ul li a {
  color: #000;
}
.mainNotice ul li:before {
  content: "·";
  padding-right: 10px;
}
.mainNotice_btn {
  font-family: "SBAggro", sans-serif;
  color: #773aff;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.mainNotice_btn:hover {
  color: #773aff;
}
.mainNotice_btn div {
  margin: 0px 24px 10px 0px;
  text-align: right;
}
.mainNotice_btn div::after {
  content: ">";
  padding-left: 10px;
}
.ordersList {
  display: flex;
  margin-top: 117px;
  justify-content: space-between;
  align-items: center;
}
.ordersList > li {
  text-align: center;
  width: 50%;
  font-family: "SBAggro", sans-serif;
  border: 3px solid #773aff;
  color: #773aff;
  background-color: #fff;
  padding: 12px 0px 10px;
  box-sizing: content-box;
}
.ordersList > li a {
  color: #773aff;
  font-size: 1.3rem;
}
.ordersList > li.on {
  background-color: #773aff;
}
.ordersList > li.on a {
  color: #fff;
}
.ordersList ~ .order_list {
  margin-top: 58px;
}
.notice_list thead tr th:first-child,
.notice_list tbody tr td:first-child {
  width: 900px;
}
.notice_list tbody tr td a,
.notice_list tbody tr td a:hover {
  color: #000;
}
.listBtn {
  border: 1px solid #d3ced7;
  padding: 16px 10px;
  font-size: 14px;
  color: #000;
  width: 90px;
  text-align: center;
  margin-bottom: 60px;
}
.notice_list_view {
  border-top: 1px solid #d3ced7;
}
.notice_list_view tbody tr {
  text-align: left;
}
.notice_list_view tbody tr th {
  padding: 15px 0 14px 18px;
  width: 140px;
}
.notice_list_view tbody tr.content td {
  padding: 30px 0px;
}
.order_list_complete {
  border-top: 1px solid #d3ced7;
}
.order_list_complete tbody tr th {
  background-color: #f8f8f8;
}
.product_list_top {
  margin-top:115px;
}