@media (max-width: 1900px) {
  .mainfull_navi {
    right: 5%;
  }

  .mainfullbox0 {
    margin-top: 0px;
  }
}

@media (max-width: 1750px) {
  .mainfullbox0,
  .mainfullbox2 {
    background-position: 45%;
  }

  .mainfullbox3 > .container > ul {
    margin-top: 40px;
  }
  .foot .container > .footer02 > li {
    padding-right: 20px;
  }
  .foot .container > .footer02 > li > span {
    display: block;
    line-height: 2;
  }
  .foot .container > .footer02 > li:not(:last-child)::after {
    content: "";
    display: none;
    padding: 0px;
  }
}

@media (max-width: 1400px) {
  header > .container,
  .container {
    width: 90%;
    padding: 30px 40px;
  }
  .logout > .container {
    padding: 0px;
  }
  .mainfull_navi {
    display: none;
  }

  .mainfullbox0,
  .mainfullbox1,
  .mainfullbox2,
  .mainfullbox3,
  .mainfullbox4 {
    background-size: cover;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .mainfullbox3 > .container > ul > li {
    width: 380px;
  }

  .mainfullbox4 > .container > table {
    width: 90%;
    margin: 40px auto 0px;
  }

  .mainfullbox1 > .container > ul > li.mainTitle_area {
    margin-left: 50px;
  }
  .backlink_list_view > li,
  .backlink_list_info {
    width: 570px;
    max-width: 100%;
  }
  .backlink_list_view > li:last-child > p {
    margin-top: 64px;
    margin-bottom: 15px;
  }

  .top_about > .container > .title > li > p {
    margin-top: 90px;
  }
  .about_bg2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about_bg2 > .container > .about_point > li {
    width: 184px;
    height: 236px;
  }
  .about_bg2 > .container > .about_point > li > p {
    padding-top: 20px;
    font-size: 65px;
  }
  .about_bg3 > .container > .about_point li > img {
    display: block;
    margin: 0 auto 10px;
  }
  .list > li {
    width: 33%;
  }

  .top > .container > .title > li > p {
    margin-top: 57px;
  }
}
@media (max-width: 1320px) {
  header > .container {
    display: block;
    padding: 20px 0px;
  }
  header > .container > a > .logo {
    float: left;
  }

  header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #773aff;
  }

  header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
  }

  header li.login a {
    display: inline-block;
  }

  header li.login a:first-child {
    padding: 20px 0px 20px 20px;
  }

  header li.login a:last-child {
    padding: 20px 20px 20px 0px;
  }

  header .menu {
    clear: both;
    flex-direction: column;
    max-height: 0;
    transition: max-height 0.2s ease-out;
  }

  header .menu-icon {
    cursor: pointer;
    display: block;
    float: right;
    padding: 19px 0px;
    position: relative;
    right: 20px;
    user-select: none;
  }

  header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 35px;
  }

  header .menu-icon .navicon:before,
  header .menu-icon .navicon:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  header .menu-icon .navicon.bk,
  header .menu-icon .navicon.bk:before,
  header .menu-icon .navicon.bk:after {
    background: #000;
  }
  header .menu-icon .navicon:before {
    top: 10px;
  }

  header .menu-icon .navicon:after {
    top: -10px;
  }

  header .menu-btn {
    display: none;
  }

  header .menu-btn:checked ~ .menu {
    max-height: 353px;
  }

  header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  nav > ul > li {
    padding-left: 0px;
  }

  .mainfullbox3 > .container > ul > li {
    width: 30%;
  }

  .mainfullbox3 > .container > ul > li > dl > dt {
    margin: 10px auto 14px;
  }

  .mainfullbox3 > .container > ul > li > dl > dd {
    padding: 0px 20px;
    font-size: 14px;
  }

  .mainfullbox4 > .container > table > tbody > tr > th {
    font-size: 20px;
  }

  .mainTitle {
    font-size: 65px;
  }

  .mainfullbox_Last > .container > ul > li:first-child > div:first-child,
  .mainTitle.mainTitle2 {
    font-size: 45px;
  }

  .mainfullbox_Last > .container > ul > li:first-child > div:last-child,
  .mainfullbox_Last > .container > ul > li:last-child > div {
    font-size: 30px;
  }

  .mainfullbox0,
  .mainfullbox2 {
    background-position: 38%;
  }

  .top > .container > .title > li:last-child > img {
    margin-top: 30px;
  }
  .backlink_list_view > li,
  .backlink_list_info {
    width: 49%;
  }
  .top_about > .container > .title > li {
    width: 503px;
  }
  .top_about > .container > .title > li > span {
    line-height: 1.4;
  }
  .about_bg2 > .container > .about_point > li {
    width: 165px;
    height: 216px;
  }
  .about_bg2 > .container > .about_point > li > img {
    padding-top: 26px;
  }

  .about_title {
    font-size: 29px;
    margin-bottom: 30px;
  }
  .about_bg {
    padding-bottom: 50px;
  }
  .about_bg2 > .container > .about_point > li > p {
    font-size: 45px;
  }
  .about_bg2 > .container > .about_point > li {
    height: 196px;
    max-width: 16%;
  }
  .about_bg4 {
    padding-top: 60px;
    height: auto;
  }
  .about_bg4 > .container > .about_title {
    padding-bottom: 50px;
  }

  .about_bg3 > .container > .about_point li > span {
    display: block;
    text-align: center;
    line-height: 1.4;
  }
  .mainfullbox3.mainfullbox3_about {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .mainfullbox3.mainfullbox3_about
    > .container
    > .mainTitle_area
    > .mainTitle_sub2 {
    font-size: 35px;
  }
  .service_bg2_title {
    padding-top: 30px;
    font-size: 35px;
  }
  .service_bg2_txt {
    font-size: 20px;
    padding-bottom: 70px;
  }
  .service_bg2 > .container > ul {
    padding-top: 70px;
    padding-bottom: 70px;
    justify-content: space-between;
  }
  .service_bg2 > .container > ul li,
  .service_bg2 > .container > ul li > dl {
    padding-left: 15px;
  }
  .service_bg2 > .container > ul li > dl > dt {
    font-size: 25px;
  }
  .service_bg2 > .container > ul li > dl > dd {
    font-size: 14px;
  }
  .notice_list thead tr th:first-child,
  .notice_list tbody tr td:first-child {
    width: 700px;
  }
  .foot .container > .footer02 > li {
    font-size: 13px;
  }
}
@media (max-width: 1080px) {
  .list > li .thumb {
    height: 174px;
  }
  .backlink_list > li .thumb {
    height: 180px;
  }

  .top {
    height: auto;
  }

  .top > .container > .title {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .top > .container > .title > li > p {
    margin-top: 10%;
  }

  .top > .container > .title > li:first-child {
    padding-bottom: 50px;
  }

  .top > .container > .title > li:last-child {
    display: none;
  }
  .list {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .backlink_list {
    margin-top: 20px;
  }
  .backlink_list_view {
    margin-top: 50px;
  }
  .backlink_filter {
    margin-top: 50px;
  }
  .order_list {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .order_list thead tr,
  .order_list tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .order_list thead tr th,
  .order_list tbody tr td {
    flex: 1 1 0%;
  }
  .order_list thead tr th:nth-child(1),
  .order_list tbody tr td:nth-child(1) {
    flex: 0 1 100%;
  }
  .order_list thead tr th:nth-child(1) {
    border-bottom: 1px solid #000;
  }
  .order_list tbody tr td:not(:last-child) {
    border-right: 1px solid #d3ced7;
  }
  .order_list tbody tr td:first-child {
    border-right: 0px;
    border-bottom: 1px solid #d3ced7;
  }
  .order_list thead tr th,
  .order_list tbody tr td {
    line-height: 2.5;
  }

  .notice_list thead tr,
  .notice_list tbody tr {
    flex-wrap: nowrap;
    line-height: 1.4;
    flex: none;
  }
  .notice_list thead tr th:nth-child(1),
  .notice_list tbody tr td:first-child,
  .notice_list tbody tr td:not(:last-child) {
    border: 0px;
  }
  .notice_list thead tr th:nth-child(1),
  .notice_list tbody tr td:nth-child(1) {
    flex: none;
  }

  .notice_list thead tr th:first-child,
  .notice_list tbody tr td:first-child {
    width: 70%;
  }

  .board_title > p.title {
    font-size: 30px;
  }
  .board_title {
    margin-top: 50px;
  }
  .list_btn > div {
    width: 100px;
    line-height: 3;
    margin: 30px auto 50px;
  }
  .service_bg2_title {
    font-size: 30px;
    padding-top: 50px;
  }
  .service_bg2_txt {
    font-size: 18px;
  }
  .service_bg2 > .container > ul li {
    flex-direction: column;
  }
  .service_bg2 > .container > ul li > dl > dt {
    padding-top: 5px;
  }
  .service_bg2 > .container > ul li > dl {
    text-align: center;
    padding-left: 0px;
  }
  .service_bg2 > .container > ul {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-row > td:first-child::before,
  .content-row > td:first-child::before {
    padding: 0px 7px 7px;
  }
  .qna_list .title-row > td:first-child {
    line-height: 1.4;
  }
  .ordersList {
    margin-top: 58px;
  }
  .order_list_complete tbody tr td:not(:last-child) {
    border-right: 0px;
  }
  .order_list_complete tbody tr th {
    padding: 26px 30px;
  }
}

@media (max-width: 990px) {
  header:not(.head) {
    padding-top: 40px;
  }
  .container {
    padding: 0px;
  }

  .mainfullbox0,
  .mainfullbox2 {
    background-position: 83% 100%;
    position: relative;
  }

  .mainfullbox0::before,
  .mainfullbox2::before {
    position: absolute;
    content: "";
    opacity: 0.7;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .mainfullbox0::before {
    background-color: #773aff;
  }

  .mainfullbox2::before {
    background-color: #f6f6f6;
  }

  .mainfullbox:not(.mainfullbox.mainfullbox_Last) {
    text-align: center;
  }
  .mainfullbox0 > .container > .mainTitle_area,
  .mainfullbox1 > .container > ul {
    text-align: center;
  }
  .mainfullbox0 > .container > .mainTitle_area > div,
  .mainfullbox2 > .container > .mainTitle_area > div {
    width: 100%;
    text-align: center;
  }

  .main_btnList {
    justify-content: center;
  }
  .mainfullbox1 > .container > ul {
    flex-direction: column;
  }

  .mainfullbox1 > .container > ul > li > img {
    width: 80%;
    margin-bottom: 30px;
  }

  .mainfullbox1 > .container > ul > li.mainTitle_area {
    margin-left: 0px;
  }

  .mainfullbox3 > .container > ul > li {
    width: 49%;
    margin-bottom: 5px;
    height: 189px;
  }

  .mainfullbox3 > .container > ul {
    margin-top: 30px;
  }

  .mainfullbox3 > .container > ul > li > img {
    width: 133px;
    margin-top: 13px;
  }

  .mainfullbox_Last > .container > ul > li:first-child > div:first-child,
  .mainTitle.mainTitle2 {
    font-size: 35px;
  }

  .mainTitle {
    font-size: 50px;
  }

  .logo {
    width:85px;
  }

  .mainfullbox_Last > .container > ul > li:first-child > div:last-child,
  .mainfullbox_Last > .container > ul > li:last-child > div {
    font-size: 25px;
  }

  .foot .container > ul.footer01,
  .foot .container > ul.footer02 {
    text-align: left;
  }

  .foot .container > ul.footer02 {
    flex-wrap: wrap;
  }
  .foot .container > ul.footer02 li {
    flex: 1 1 24%;
  }
  .list > li {
    width: 50%;
  }

  .list > li > div {
    width: 370px;
  }

  .list > li .thumb {
    height: 238px;
  }
  .backlink_list > li .thumb {
    height: 180px;
  }

  .logout {
    position: absolute;
    width: 100%;
  }
  .backlink_list_view,
  .backlink_listArea {
    flex-direction: column;
  }
  .backlink_list_view > li,
  .backlink_list_info {
    width: 100%;
  }
  .backlink_list_view > li .thumb {
    height: 267px;
  }
  .backlink_list_view > li:last-child > p {
    margin-top: 40px;
    font-size: 28px;
  }
  .backlink_list_view > li:last-child > .backlink_btn {
    margin-bottom: 40px;
  }
  .backlink_list_info > ul li:last-child {
    border-bottom: 0px;
  }
  .top_about > .container > .title > li {
    width: 260px;
  }
  .about_title {
    font-size: 24px;
  }
  .about_bg,
  .about_bg3 > .container > .about_point {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about_bg2 > .container > .about_point,
  .about_bg3 > .container > .about_point {
    flex-wrap: wrap;
  }
  .about_bg2 > .container > .about_point > li {
    max-width: 32%;
    margin-bottom: 10px;
    flex: 1 1 29%;
  }
  .about_bg3 > .container > .about_point {
    align-items: flex-start;
  }
  .about_bg3 > .container > .about_point > li {
    flex: 1 1 45%;
  }
  .about_bg3 > .container > .about_point > li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .history > li {
    max-width: 100%;
    width: 380px;
    left: 10%;
  }
  .history > li > .history_year {
    left: -178px;
  }
  .mainfullbox0 > .container > .mainTitle_area > .mainNotice {
    width: 97%;
  }
  .mainNotice ul {
    width: 90%;
  }
}

@media (max-width: 870px) {
  .list > li > div {
    width: 95%;
  }

  .list > li .thumb {
    height: 197px;
  }
  .top > .container > .title > li > p {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .foot .container > ul.footer01,
  .foot .container > ul.footer02 {
    font-size: 14px;
  }
  .order_list thead tr th,
  .order_list tbody tr td {
    padding: 10px;
  }
  .service_bg2_title {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .service_bg2_txt {
    font-size: 16px;
    padding-bottom: 50px;
  }
  .service_bg2 > .container > ul li > dl > dt {
    font-size: 22px;
  }
  .order_list_complete thead tr th,
  .order_list_complete tbody tr td {
    flex: 1 1 74%;
  }
}
@media (max-width: 700px) {
  .order_list_complete thead tr th,
  .order_list_complete tbody tr td {
    flex: 1 1 62%;
  }
}
@media (max-width: 640px) {
  .swiper-wrapper.bg {
    flex-direction: column;
    position: unset;
  }

  .mySwiper {
    height: auto;
  }
  .logo {
    font-size: 25px;
  }

  header .menu-icon {
    padding: 10px 0px;
  }

  header .menu-icon .navicon:before {
    top: 6px;
  }

  header .menu-icon .navicon:after {
    top: -6px;
  }

  .mainTitle {
    font-size: 35px;
  }

  .mainTitle_sub {
    font-size: 17px;
  }

  .main_btn {
    font-size: 18px;
  }

  .mainfullbox0 > .container > .mainTitle_area > a > img {
    margin-top: 100px;
  }

  .mainfullbox0,
  .mainfullbox1,
  .mainfullbox_Last,
  .mainfullbox_Last.mainfullbox_size {
    height: 705px;
  }

  .mainfullbox2 {
    height: 340px;
  }

  .mainfullbox3:not(.mainfullbox3_about) {
    height: 1600px;
  }

  .mainfullbox3 > .container,
  .mainfullbox4 > .container {
    top: 80px;
    transform: unset;
  }

  .mainfullbox4 {
    height: 100%;
  }

  .mainfullbox4 > .container {
    padding: 100px 0px;
    position: inherit;
    top: 0px;
  }
  .mainTitle_sub.mainTitle_sub2 {
    font-size: 18px;
  }

  .mainfullbox_Last > .container > ul > li:first-child > div:first-child,
  .mainTitle.mainTitle2 {
    font-size: 26px;
  }

  .mainTitle_txt {
    font-size: 15px;
  }

  .mainfullbox3 > .container > ul > li {
    width: 100%;
    margin-bottom: 10px;
    height: 190px;
  }

  .mainfullbox4 > .container > table {
    width: 100%;
  }

  .mainfullbox4 > .container > table > tbody > tr > th,
  .mainfullbox4 > .container > table > tbody > tr > td {
    width: 87%;
    display: block;
  }

  .mainfullbox_Last > .container > ul > li:first-child > div:first-child {
    margin-bottom: 20px;
  }

  .mainfullbox_Last > .container > ul > li:first-child > div:last-child,
  .mainfullbox_Last > .container > ul > li:last-child > div {
    font-size: 17px;
  }

  .mainfullbox_Last > .container > ul > li:last-child {
    margin-top: 40px;
  }

  .mainfullbox6.foot {
    height: 265px;
  }

  .foot {
    text-align: center;
  }

  .foot .container > ul.footer01 {
    margin: 10px;
    justify-content: center;
  }

  .foot .container > ul.footer02 {
    display: block;
    text-align: center;
  }

  .foot .container > ul.footer02 > li {
    margin-bottom: 5px;
  }

  .foot .container > .footer02 > li:not(:last-child)::after {
    content: "";
  }

  .foot .container > span {
    font-size: 13px;
  }

  .foot .container > ul.logoArea > li > a > img {
    width: 40px;
  }
  .top > .container > .title > li > p {
    font-size: 45px;
    margin-bottom: 15px;
    margin-top: 35px;
  }
  .top > .container > .title > li > span {
    font-size: 18px;
  }
  .top > .container > .title > li:first-child {
    padding-bottom: 35px;
  }
  .popup_login,
  .popup_join,
  .popup_order,
  .popup_order_result,
  .popup_qna,
  .popup_charge,
  .popup_account,
  .popup_report,
  .popup_review {
    width: 90%;
  }
  .popupForm input[type="text"],
  .popupForm input[type="password"],
  .popupForm input[type="number"] {
    width: 265px;
    font-size: 16px;
  }
  .popupForm select {
    width: 280px;
  }
  .popupForm textarea {
    width: 260px;
  }
  .popupForm button,
  .popup_etc > a > div,
  .orderResult_btn {
    width: 264px;
  }
  .popupTitle {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .popupForm button {
    margin-bottom: 20px;
  }
  .backlink_filter {
    justify-content: center;
    flex-wrap: wrap;
  }
  .backlink_filter a {
    flex: 1 1 45%;
  }
  .backlink_filter > a > li {
    width: 100%;
  }
  .backlink_filter > a:nth-child(even) > li {
    margin-left: 1px;
  }
  .backlink_filter > a:nth-child(-n + 2) > li {
    margin-bottom: 1px;
  }
  .backlink_list > li div > .item > div > span {
    display: block;
  }
  .order_list thead tr th,
  .order_list tbody tr td {
    padding: 6px;
  }
  .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 85%;
  }
  .history > li {
    width: 210px;
  }
  .history > li > .history_year {
    font-size: 40px;
    left: -131px;
  }

  .bar {
    width: 4px;
    height: 55px;
  }

  .service_bg2 > .container > ul {
    flex-direction: column;
    align-items: center;
  }
  .service_bg2 > .container > ul li {
    flex-direction: row;
    padding-bottom: 20px;
    width: 300px;
    max-width: 100%;
  }
  .service_bg2 > .container > ul li > dl > dt {
    padding-top: 0px;
  }
  .service_bg2 > .container > ul li > dl {
    text-align: left;
    padding-left: 10px;
  }
  .footer_main_area {
    padding-top: 1px;
  }

  header.head {
    position: absolute;
    background: #773aff;
  }
  header > .container,
  header.head > .container {
    background: #773aff;
  }
  .logout > .container > ul > a:last-child,
  .logout > .container > ul a:nth-last-child(2) li::after {
    display: none;
  }
  .ordersList > li a {
    font-size: 1.1rem;
  }
  .foot .container > .footer02 > li > span {
    display: inline-block;
    line-height: 1.4;
  }
  .notice_list_view tbody tr th {
    width: 100px;
  }
  .order_list_complete thead tr th,
  .order_list_complete tbody tr td {
    flex: 1 1 59%;
  }
}
@media (max-width: 552px) {
  .title-row > td:first-child::before,
  .content-row > td:first-child::before {
    padding: 3px 8px 4px;
  }
  .qna_list img {
    max-width: 90%;
  }
  .list > li {
    flex: 1 1 100%;
  }
  .logout > .container > ul a:not(:last-child) li::after {
    content: "";
    padding: 0px 3px;
  }
  .logout > .container > ul li:first-child > div:not(.pointBtn) {
    width: 37px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .backlink_list > li div > .item > div > span {
    display: inline-block;
  }
  .logout > .container > ul li,
  .logout > .container > ul li span,
  .logout > .container > ul li div:not(.pointBtn) {
    font-size: 12px;
  }
  .logout > .container > ul li div.pointBtn {
    display: none;
  }

  .service_bg > .container {
    padding: 40px 0px 50px;
  }
  .serviceSwiper .swiper-pagination {
    bottom: 20px;
  }
  .order_list_complete thead tr th,
  .order_list_complete tbody tr td {
    flex: 1 1 53%;
  }
}
@media (max-width: 490px) {
  .top > .container > .title > li > p {
    font-size: 39px;
  }
  .backlink_list_view > li:last-child > p,
  .backlink_list_view > li:last-child > div {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0px;
  }
  .backlink_list_view > li:last-child > .backlink_btn > .pay {
    font-size: 28px;
  }
  .backlink_list_view > li:last-child > p {
    margin-top: 40px;
  }
  .backlink_list_view > li .thumb {
    height: 193px;
  }
  .backlink_list_info {
    margin-bottom: 20px;
  }
  .popup {
    margin-top: 10px;
  }
  .popupForm ul {
    width: 250px;
    margin: 0 auto;
  }
  .account_info {
    width: 220px;
    margin: 0 auto;
  }
  .popupForm input[type="text"],
  .popupForm input[type="password"] {
    width: 237px;
  }
  .popupForm select {
    width: 252px;
  }
  .popupForm textarea {
    width: 229px;
    font-size: 13px;
  }
  .popupForm button,
  .popup_etc > a > div,
  .orderResult_btn {
    width: 248px;
    height: 50px;
  }
  .mainfullbox4 {
    height: 100%;
  }
  .order_list thead tr th,
  .order_list tbody tr td {
    flex: 1 1 29%;
    padding: 8px 6px;
  }
  .order_list tbody tr td:not(:last-child) {
    border-right: 0px;
  }
  .order_list thead tr th,
  .order_list tbody tr td {
    line-height: 1.8;
  }
  .order_list tbody tr td:first-child {
    display: flex;
    align-items: flex-start;
  }
  .notice_list_view tbody tr td:first-child {
    display: unset;
  }
  .charge_choiceBox > p {
    font-size: 22px;
    padding-top: 22px;
  }
  .order_list thead tr th:nth-child(n + 2):nth-child(-n + 4),
  .order_list tbody tr td:nth-child(n + 2):nth-child(-n + 4) {
    display: none;
  }
  .popupForm input[type="number"].price {
    width: 211px;
  }
  .popup_account .popupForm .item_title {
    font-size: 14px;
    text-align: center;
  }
  .report_area {
    width: 240px;
  }
  .board_title > p.title {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .board_content {
    font-size: 14px;
  }
  .list_btn > div {
    font-size: 18px;
  }
  .about_title {
    font-size: 18px;
  }
  .about_bg2 > .container > .about_point > li > img {
    width: 30px;
  }
  .about_bg2 > .container > .about_point > li > span {
    font-size: 15px;
  }
  .about_bg2 > .container > .about_point > li > p {
    font-size: 40px;
    padding-top: 14px;
  }
  .about_bg2 > .container > .about_point > li {
    height: 159px;
  }
  .about_bg3 > .container > .about_point > li > span:last-child {
    font-size: 15px;
  }
  .about_bg4 > .container > .about_title {
    padding-bottom: 20px;
  }
  .history > li {
    width: 165px;
    padding: 0 0 40px 30px;
  }
  .history > li > .history_year {
    font-size: 30px;
  }
  .history > li > .history_month {
    font-size: 20px;
  }
  .history > li > .history_txt {
    font-size: 14px;
  }
  .mainfullbox3.mainfullbox3_about
    > .container
    > .mainTitle_area
    > .mainTitle_sub2 {
    font-size: 28px;
  }
  .popupForm input[type="text"],
  .popupForm input[type="password"],
  .popupForm input[type="number"] {
    font-size: 13px;
  }
  .mainNotice ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mainNotice_btn div {
    margin: 6px 24px 5px 0px;
  }
  .notice_list thead tr th:first-child,
  .notice_list tbody tr td:first-child {
    width: 100%;
  }
  .order_list_complete thead tr th:nth-child(n + 2):nth-child(-n + 4),
  .order_list_complete tbody tr td:nth-child(n + 2):nth-child(-n + 4) {
    display: block;
  }
  .order_list_complete thead tr th,
  .order_list_complete tbody tr td {
    flex: 1 1 42%;
  }
}
