/*상단 웹폰트 연결*/
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*상단 웹폰트 연결*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&display=swap');

body {
  margin:0;
  padding:0;
}
body.guest{
  font-family: 'Poppins', sans-serif;
}
body.dashboard{
  font-family: 'Open Sans', sans-serif;
}
.guest p {
  font-size: 14px;
  font-weight: 400;
}
.top-img {
  width: 110%;
}
.guest .navbar.navbar-default {
  border: none;
  padding: 10px 0;
}
#top-banner {
  background-color: #e3e3e3;
  padding: 40px 0;
  margin-top: -20px;
}
#top-banner h1 {
  font-size: 60px;
  font-weight: 900;
  color: #000;
}
.btn-group {
  display: flex;
  align-items: center;
}
.btn-group .btn {
  flex-grow: 1;
  flex-basis: 0;
}
#top-banner p {
  font-size: 16px;
  color: #000;
  font-family: 'Noto Sans KR', sans-serif;
}
#top-banner .form-control {
  height: 48px;
  border: none;
  box-shadow: none;
  border-radius: 5px;
}
#top-banner .checkbox label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.btn.btn-primary {
  background-color: #ef685e;
  border-radius: 5px;
  border-color: #ef685e;
  height: 48px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 900;
}
.btn.btn-alternate {
  background-color: #5e5e5e;
  border-radius: 5px;
  border-color: #5e5e5e;
  height: 48px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 900;
  color: #fff;
}
.asksignup {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 35px;
}
.sta-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stbox {
  text-align: center;
  border-radius: 5px;
  background-color: #ff602b;
  padding: 10px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.26);
}
.stbox h5 {
  font-size: 13px;
  color: #f1f1f1;
  margin-bottom: 0;
}
.stbox h4 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.stbox h4 span {
  font-size: 16px;
}
#getting {
  padding: 70px 0;
}
.sub-head {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}
.main-head {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  margin-bottom: 35px;
}
.getcount {
  width: 34px;
  height: 34px;
  margin: 0 auto 15px;
  background-color: #608df9;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px;
}
.geticon {
  margin: 0 auto 30px;
  display: block;
}
#marketing {
  padding: 100px 0;
  background: url('https://storage.perfectcdn.com/d1an2d/tfj8rmr88mq2yo58.jpg'),linear-gradient(90deg, rgb(255, 255, 255) 50%, #ff602b 50%, #ff602b 100%);
  background-repeat: no-repeat;
  background-position: -1px 0px, 0 0;
  background-size: 50% 100%,auto;
}
#marketing .main-head {
  margin-bottom: 10px;
  color:#ffffff;
}
#marketing .sub-head {
  margin-bottom: 25px;
  color:#ffffff;
}
#marketing p {
  color:#ffffff;
}
#marketing .col-sm-6:last-child {
  padding-left: 80px;
}
#withus {
  background-color: #e3e3e3;
  padding: 40px 0;
}
#withus .main-head, #withus p {
  color: #000;
}
#withus .main-head {
  margin-bottom: 15px;
}
#withus .btn.btn-primary {
  margin-top: 30px;
}
#weprovide {
  padding: 70px 0;
  background-color: #fffef4;
}
#weprovide .main-head {
  margin-bottom: 10px;
}
#weprovide .sub-head {
  margin-bottom: 50px;
}
.pro-box {
  text-align: center;
  padding: 0 30px;
  margin-top: 40px;
}
.pro-box img{
  transition:all .3s;
}
.pro-box:hover img{
	transform:scale(1.2);
}
.pro-box h4 {
  margin-top:30px;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
.pro-box p {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}
.pro-box a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
}
#sea {
  padding: 70px 0;
}
#sea .main-head {
  margin-bottom: 15px;
}
.sub-head2 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 35px;
}
.sea-icon {
  width: 54px;
  height: 54px;
  border: 1px solid #ff602b;
  border-radius: 50px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.sea-icon span {
  text-align: center;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-color: #ff602b;
  color: #fff;
  line-height: 42px;
  font-size: 18px;
}
.sea-box h4 {
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.sea-box p {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.sea-box {
  max-width: 50%;
  margin: 0 auto 40px;
}
.slick-dots li {
  list-style: none;
  margin: 0 2px;
}
.slick-dots {
  padding: 0;
  margin: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slick-dots li.slick-active button {
  background-color: #ff602b;
}
.slick-dots li button {
  text-indent: -9999999px;
  padding: 0;
  border: none;
  background-color: #ccc;
  width: 14px;
  height: 14px;
  border-radius: 20px;
}
#best {
  background-image: url(https://storage.perfectcdn.com/d1an2d/hl8cihyxhar6mos8.jpg);
  background-repeat: no-repeat;
  padding: 40px 0;
  background-size: cover;
}
#best .main-head {
  color: #fff;
  font-weight: 800;
}
#best .btn.btn-primary {
  max-width: 210px;
  margin: auto;
}
#detail {
  padding: 80px 0;
}
.detail-icon {
  width: 84px;
  height: 84px;
  display: block;
  margin: 0 auto 10px;
  border: 1px solid #ff602b;
  background-color: #fff;
  border-radius: 60px;
  text-align: center;
  line-height: 84px;
  box-shadow: 0px 5px 40px -20px rgba(0, 0, 0, 0.76);
}
#detail h3 {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
#detail h4 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
footer {
  background-color: #e3e3e3;
  text-align: left;
  padding: 40px 40px;
  font-size: 12px;
  
}
footer p {
  color: #000;
  font-weight: 500;
  margin: 0;
  text-align: left;
}

.dashboard .navbar.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.nav-menu {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 30px;
  list-style: none;
  display: flex;
  box-shadow: 0 10px 40px -16px rgba(0, 0, 0, 0.20);
  /*테두리 추가*/
  border: 1px solid #e3e3e3;
}
.nav-menu li a {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  display: block;
  padding: 5px 10px;
  border-radius: 6px;
  line-height: 28px;
  transition: all 0.3s ease-in;
  text-decoration: none;
  /*폰트추가*/
  font-family: 'NanumSquareNeo-Variable';
}
.nav-menu li {
  margin-right: 10px;
}
.nav-menu li.active a {
  background-color: #608df9;
  color: #fff;
}
/*
.dashboard {
  background-image: url(https://storage.perfectcdn.com/d1an2d/7n7cg1kiyo8jjdys.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 -100px;
}*/
.dashboard .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
  padding-top:5px;
  padding-bottom:5px;
}
.dashboard .navbar-default .dropdown-toggle {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
}
.dashboard .navbar-default .dropdown-toggle img {
  margin-left: 10px;
}
.balance-badge .badge {
  background-color: #fbb900;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin: 9px 0;
}
.page-stats h3,
.order-stats h3,
.service-stats h3,
.term-stats h3 {
  font-size: 16px;
  font-weight: 400;
  color: #262f44;
  margin-bottom: 15px;
}
.service-stats h3 {
  margin-bottom: 0;
}
.page-stats {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 30px;
  list-style: none;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px -16px rgba(0, 0, 0, 0.20);
  /*테두리 추가*/
  border: 1px solid #e3e3e3;
}
.page-stats ol {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.page-stats ol li {
  font-size: 12px;
  font-weight: 400;
  color: #262f44;
}
.page-stats ol li:first-child {
  margin-right: 15px;
  padding-right: 20px;
  position: relative;
}
.page-stats ol li:first-child::after {
  content: '/';
  position: absolute;
  right: 0;
  top: 0;
}
.new-stats {
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 30px;
  list-style: none;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px -16px rgba(0, 0, 0, 0.20);
  /*테두리 추가*/
  border: 1px solid #e3e3e3;
}
.new-icon {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto 15px;
  border-radius: 40px;
  background-color: #87afe3;
  line-height: 38px;
  text-align: center;
}
/*아이콘 컬러 추가*/
.new-icon2 {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto 15px;
  border-radius: 40px;
  background-color: #abc600;
  line-height: 38px;
  text-align: center;
}
.new-icon3 {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto 15px;
  border-radius: 40px;
  background-color: #fbb900;
  line-height: 38px;
  text-align: center;
}
.new-icon4 {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto 15px;
  border-radius: 40px;
  background-color: #ef685e;
  line-height: 38px;
  text-align: center;
}
.new-icon img,.new-icon2 img,.new-icon3 img,.new-icon4 img {
  filter: brightness(100) invert(1);
}
.new-stats h4 {
  font-size: 12px;
  font-weight: 400;
  color: #262f44;
  margin-top: 0;
  text-align: center;
  /*폰트추가*/
  font-family: 'NanumSquareNeo-Variable';
}
.new-stats h3 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #262f44;
}
.sectionTabWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.sectionTabWrapper .button {
  flex-grow: 1;
  flex-basis: 0;
  text-decoration: none;
  cursor: pointer;
}
.sectionTabWrapper .button .sectionTab{
  height: 48px;
  border-radius: 6px;
  border: 1px solid #e7ebf6;
  background-color: #fff;
  box-shadow: 0 10px 40px -16px rgba(0, 0, 0, 0.20);
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  /*폰트추가*/
  font-family: 'NanumSquareNeo-Variable';
  font-weight: bold;
}
.sectionTabWrapper .button .sectionTab.active {
  background-color: #abc600;
  border-color: #abc600;
  color: #fff;
}
.sectionTabWrapper .button:last-child {
  margin-left: 10px;
}
.sectionTabWrapper .button:last-child {
  margin-left: 10px;
}
.tabWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tabWrapper .tab {
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #e7ebf6;
  background-color: #fff;
  box-shadow: 0 10px 40px -16px rgba(0, 0, 0, 0.20);
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  padding: 0 14px;
  /*폰트추가*/
  font-family: 'NanumSquareNeo-Variable';
}

.tabWrapper .tab.active {
  background-color: #608df9;
  border-color: #608df9;
  color:#fff;
}
.tabWrapper .tab .tabIcon {
  display: inline-flex;
  margin-right: 10px;
}
.tabWrapper .tab .tabIcon img {
  width: 20px;
}
.well {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e7ebf6;
  background-color: #fff;
}
/* 두번째 벽 추가 */
.well2 {
  border-radius: 6px;
  border: 1px solid #e7ebf6;
  background-color: #fff;
  width:97%;
  float:right;
  box-shadow: 0 10px 40px -16px rgba(0, 0, 0, 0.20);
}
@media screen and (max-width: 767px){
   .well2{
     width:100%;
  	}
}
.control-label {
  font-size: 14px;
  font-weight: 600;
  color: #373737;
}
.form-control {
  height: 34px;
  border: 1px solid #e7ebf6;
  box-shadow: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #6a6a6a;
  box-shadow:inset 3px 3px 3px 0px rgba(0, 0, 0, 0.03);
}
.form-group .select2-container .select2-selection--single, 
.form-group .select2-container--default .select2-selection--single{
  height: 49px;
  display: flex;
  align-items: center;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.07);
}
.panel-body.border-solid.border-rounded {
  border: 1px solid #e7ebf6;
}
.news {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.news li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
}
.news li::before {
  counter-increment: my-counter;
  content: counter(my-counter);
  background-color:#844ff1;
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 40px;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  font-weight: 700;
  color:#ffffff;
}
ul.news li:nth-child(2n+1)::before {
  background-color: #11c28e;
}
.news li h3 {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #262f44;
  margin-bottom: 15px;
}
.news li h3 strong {
  font-size: 12px;
  font-weight: 300;
  color: #fa329c;
  position: absolute;
  right: 0;
  top: 0;
}
.news li p {
  font-size: 14px;
  color: #6a6a6a;
  font-weight: 400;
  margin: 0;
}
.nav-search form {
  margin: 0;
}
.nav-search .input-group {
  border-radius: 6px;
  margin: 0px 15px 0 0px;
}
.nav-search .input-group .form-control {
  border: none;
  box-shadow:none;
  min-width: 300px;
}
.nav-search .input-group .btn.btn-default {
  border: none;
}
.nav-search .input-group .btn.btn-default {
  border: none;
}
.order-stats {
  background-color: #fff;
  border-radius: 5px;
  padding: 27px 30px;
  list-style: none;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px -16px rgba(0, 0, 0, 0.20);
}
.nav.nav-pills {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.nav.nav-pills::before, 
.nav.nav-pills::after {
  display: none;
}
.nav-pills > li > a {
  font-size: 13px;
  font-weight: 400;
  color: #262f44;
  border-radius: 6px;
}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
  color: #ffffff;
  /*background-color: #ee685d;*/
}
.mob-search {
  display: none;
}
.table-wrap .table thead tr th {
  color: #262f44;
  font-size: 14px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
}
.table-wrap .table > tbody > tr > td {
  font-size: 13px;
  font-weight: 400;
  color: #262f44;
  border-top: none;
  border-bottom: 1px solid #e7ebf6;
  vertical-align: middle;
}
.table-wrap .table > tbody > tr > td a {
  color: #154dd0;
}
.btn.btn-xs.btn-primary {
  height: auto;
  font-size: 13px;
  color: #fff;
  min-width: 60px;
}
.table-wrap .table > tbody > tr > td > .badge {
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 10px;
  color: #fff;
}
.table-wrap .table > tbody > tr > td > .badge.badge-대기중 {
  background-color: #f69332; /*pending*/
}
.table-wrap .table > tbody > tr > td > .badge.badge-진행중 {
  background-color: #ab11a0; /*inprogress*/
}
.table-wrap .table > tbody > tr > td > .badge.badge-완료됨 {
  background-color: #11c28e; /*completed*/
}
.table-wrap .table > tbody > tr > td > .badge.badge-일부.완료됨,
.table-wrap .table > tbody > tr > td > .badge.badge-일시정지됨{
  background-color: #448ceb; /*partial*/
}
.table-wrap .table > tbody > tr > td > .badge.badge-처리중,
.table-wrap .table > tbody > tr > td > .badge.badge-활성화됨{
  background-color: #844ff1; /*processing*/
}
.table-wrap .table > tbody > tr > td > .badge.badge-취소됨,
.table-wrap .table > tbody > tr > td > .badge.badge-만료됨{
  background-color: #ff3675; /*cancelled*/
}
.dashboard footer {
  background-color: transparent;
  padding: 0 50px;
  text-align: inherit;
  padding-bottom:20px;
}
.dashboard footer p {
  color: inherit;
  font-weight: 400;
}
.dashboard footer p span {
  color: #ff602b;
}
.footer-social {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}
.footer-social li a {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #0433b5;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  line-height: 42px;
}
.footer-social li a:hover, .footer-social li a:active, .footer-social li a:focus {
  background-color: #ff602b;
}
.footer-social li {
  margin-left: 10px;
}
.service-stats {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 30px;
  list-style: none;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px -16px rgba(0, 0, 0, 0.20);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.term-stats {
  background-color: #fff;
  border-radius: 5px;
  padding: 44px 30px;
  list-style: none;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px -16px rgba(0, 0, 0, 0.20);
}
.term-stats h4 {
  font-size: 12px;
  margin-top: 0;
  font-weight: 400;
}
.term-stats h3 {
  margin-bottom: 0;
}
.term-stats h4 span {
  color: #ff602b;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border: none;
  box-shadow: none;
  padding: 0;
}
.panel-default > .panel-heading .panel-title a {
  font-size: 14px;
  font-weight: 600;
  color: #373737;
  line-height: 39px;
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px;
  border-color: #e7ebf6;
  box-shadow: none;
  overflow: hidden;
}
.panel-group .panel-body {
  border: none !important;
  padding-left: 50px;
}
.panel-default > .panel-heading .panel-title a.collapsed .fas{
  color: #a1a6b6;
}
.panel-default > .panel-heading .panel-title a .fas {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #ff602b;
  transform: translateY(-50%);
}
.panel-default > .panel-heading .panel-title a span {
  width: 18px;
  height: 18px;
  display: block;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #ff602b;
  border-radius: 20px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.mo-col{
    display:none;
  }
@media(max-width:550px) {
  .top-img {
    width: 100%;
    display: block;
  }
  #top-banner h1 {
    font-size: 48px;
    font-weight: 900;
    color: #000;
    text-align: center;
  }
  #top-banner p {
   font-size: 14px;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
  }
  #top-banner .form-control {
    height: 42px;
  }
  .btn.btn-primary,
  .btn.btn-alternate{
    height: 42px;
    font-size: 14px;
    line-height: 32px;
  }
  .sta-boxes{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .stbox {
    width: 100%;
    margin-bottom: 10px;
  }
  #getting {
    padding: 40px 0;
  }
  .sub-head {
    font-size: 14px;
  }
  .main-head {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #marketing {
    padding: 50px 0;
	background: url('https://storage.perfectcdn.com/d1an2d/tfj8rmr88mq2yo58.jpg'),linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(232, 184, 0) 20%, rgb(232, 184, 0) 100%);
    background-repeat:no-repeat;
    background-position: 0px 0px, 0 0;
	background-size: 100% 350px,auto;
  }
  .col-sm-6.img-sec {
    min-height: 300px;
  }
  #marketing .col-sm-6:last-child {
    padding-left: 15px;
    padding-top: 30px;
  }
  #withus .main-head, #withus p {
    text-align: center;
  }
  #weprovide {
    padding: 40px 0;
  }
  #weprovide .sub-head {
    margin-bottom: 0px;
  }
  .pro-box img {
    width: 52px;
  }
  .pro-box h4 {
    font-size: 18px;
  }
  #sea {
    padding: 40px 0;
  }
  .sea-box {
    max-width: 100%;
  }
  #detail {
    padding: 40px 0;
  }
  .detail-icon {
  	width: 54px;
    height: 54px;
    line-height: 54px;
  }
  .detail-icon img {
    width: 22px;
  }
  #detail h3 {
    font-size: 18px;
  }
  #detail h4 {
    font-size: 14px;
  }
  footer {
    padding: 15px 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
  }
  .navbar-default .navbar-toggle {
    margin-right:15px;
  }
  .dashboard .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu{
    padding: 15px 15px;
    margin-bottom: 0px;
    box-shadow: 0 0px 20px -4px rgba(0, 0, 0, 0.20);
    flex-wrap: wrap;
    justify-content: left;
  }
  .page-stats{
    padding: 15px 15px;
    margin-bottom: 10px;
    box-shadow: 0 0px 20px -4px rgba(0, 0, 0, 0.20);
  }
  .new-stats{
    padding: 15px 15px;
    box-shadow: 0 0px 20px -4px rgba(0, 0, 0, 0.20);
  }
  .sectionTabWrapper{
    margin-bottom: 0px;
  }
  .top-wrapper .col-sm-3.col-xs-6:nth-child(2), .top-wrapper .col-sm-3.col-xs-6:nth-child(4) {
    padding-left: 8px;
  }
  .top-wrapper .col-sm-3.col-xs-6:nth-child(1), .top-wrapper .col-sm-3.col-xs-6:nth-child(3) {
    padding-right: 8px;
  }
  .sectionTabWrapper .button .sectionTab{
    height: 42px;
    line-height: 38px;
  }
  .tabWrapper{
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .tabWrapper .tab {
    height: 42px;
    line-height: 38px;
    max-width: 48.4%;
    flex: 0 0 48.4%;
    margin-top: 10px;
  }
  .tabWrapper .tab:nth-child(2n) {
    /*margin-left: 5px;*/
  }
  .tabWrapper .tab:nth-child(2n+1) {
    /*margin-right: 5px;*/
  }
  .news li {
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .news li::before{
    width: 22px;
	height: 22px;
    line-height: 22px;
	font-size: 13px;
  }
  .news li h3 {
  	font-size: 18px;
  }
  .dashboard footer p {
    text-align: left;
    margin-top: 10px;
  }
  .dashboard footer .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-social{
    justify-content: center;
  }
  .footer-social li a{
    width: 32px;
	height: 32px;
    line-height: 32px;
  }
  .order-stats{
    padding: 15px 15px;
 	margin-bottom: 0px;
    box-shadow: 0 0px 20px -4px rgba(0, 0, 0, 0.20);
  }
  .nav.nav-pills{
    flex-wrap: wrap;
  }
  .nav > li.nav-search {
    display: none;
  }
  .mob-search {
    display: block;
    background-color: white;
    box-shadow: 0 10px 40px -16px rgba(0, 0, 0, 0.20);
    border-radius: 6px;
  }
  .mob-search .form-control {
    border: none;
  }
  .mob-search .btn.btn-default {
    border: none;
  }
 .mo-col{
  display:block;
  }
 .pc-col{
  display:none;
  }
}
  
  

/*------------추가 css--------------*/
.forgotPassword{
    padding-top: 10px;
    float: right;
}
@media screen and (max-width: 990px){
    .top-img{
      width:100%;
  	}
    .col-md-6-2 h2{
  	  margin-top: 35px;
   	 font-size: 24px;
    font-family: 'Noto Sans KR', sans-serif;
  	}
}
@media screen and (max-width: 767px){
 	.col-sm-6 .checkbox{
      float:left;
  	}
  .col-sm-6 .forgotPassword{
   	  float:right; 
  	}
  .navbar-brand{
    padding: 0 13px;
  	}
  
}
@media screen and (max-width: 550px){
	.dashboard footer{
      padding-left:15px;
      padding-right:15px;
  	}
}
  .col-md-6-2 h2{
    font-family: 'Noto Sans KR', sans-serif;
  }

.new-icon:first-child{
  background-color:#608df9; 
}

/*검색창 무지개 테두리*/
form#history-search{
	border-radius: 7px;
    margin: 9px 15px 0 0px;
    border: 3px solid transparent;
    background-image: linear-gradient(#fff, #fff),linear-gradient(to right, #7da1f3, #bc85dc, #fec043);
    background-origin: border-box;
    background-clip: content-box, border-box;
}