@charset "utf-8";

/*reset css*/
.plugin-summary li,
.plugin-content .tab li,
.second-info li,
.plugin-list li,
.plugin-guide li,
.category li,
.layer-sns li,
.dev-list li {
  list-style: none;
}

.store a,
.plugin-manage .file-box .btn-upload{
  text-decoration: none;
}
.store ul,
.header-bar h1,
.heading-title h2,
.plugin-item dl,
.plugin-item dd,
.list-heading h2,
.header-bar h2,
.category h3,
.category h4,
.heading-title p,
.plugin-detail .plugin-summary h2,
.plugin-detail .second-info > li h3,
.plugin-detail .plugin-document h3,
.plugin-manage h2,
.upload-file p,
.plugin-manage .screenshot-upload dd,
.plugin-manage .screenshot-upload dl,
.plugin-detail .plugin-summary dd,
.plugin-manage-list p,
.plugin-manage .plugin-desc p{
  margin: 0;
  padding: 0;
}
.header-bar .category-toggle {
  padding: 0;
}

.xo-text-blue{
  color:#2c8beb !important;
}

.xo-text-red{
  color:#FC1A54 !important;
}

button{cursor: pointer}

.store-wrap {
  padding-top: 50px;
}

.heading-title a,
.store-wrap a {
  color: #2c8beb;
}

.plugin-detail .second-info .xe-btn-primary {
  color: #fff;
}

.plugin-detail .second-info .xe-btn i{
  margin-right: 5px;
  vertical-align: sub;
  font-size: 16px;
  line-height: 0.5;
}

.transition {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.plugin-item .plugin-img  img,
.plugin-item .plugin-img img {
  position: relative;
  margin: 1px;
  vertical-align: baseline;
}
.plugin-item .plugin-img a {
  position: relative;
  display: block;
}
.plugin-item .plugin-img a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(0,0,0,.1);
}

.header-bar.v2 {
  border-bottom: 1px solid #e4e4e4;
}
.header-bar h1 {
  text-align: center;
}
.header-bar h1 a {
  color: #fff;
}
.header-bar h1,
.header-bar h2 {
  line-height: 50px;
  font-size: 22px;
  font-weight: normal;
}
.header-bar h2 {
  text-align: center;
  font-size: 18px;
}
.header-bar .xe-container {
  position: relative;
  height: 50px;
  z-index: 99;
}
.header-bar .xe-container .right-group {
  position: absolute;
  right: 0;
  top: 0;
}
.header-bar .xe-container .right-group .btn-myplugin,
.header-bar .xe-container .right-group .btn-search,
.header-bar .xe-container .right-group .btn-search-lg {
  width: 48px;
  height: 48px;
  margin: 1px 0;
  background-color: transparent;
  border: none;
  font-size: 22px;
  vertical-align: middle;
  color: #fff;
  outline: none;
}
.header-bar .xe-container .right-group .btn-myplugin.active .xi-user,
.header-bar .xe-container .right-group .btn-myplugin-text {
  display: none;
}
.header-bar .xe-container .right-group .active .btn-myplugin-text {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 7px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  letter-spacing: -0.5px;
  text-indent: -1px;
}
.header-bar .xe-container .right-group .link-plugin-config {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #2c8beb;
  border-radius: 2px;
  color: #fff;
}
.header-bar .xe-container .right-group .btn-like,
.header-bar .xe-container .right-group .btn-share {
  width: 48px;
  height: 48px;
  margin-top: 4px;
  background-color: transparent;
  border: none;
  color: #9197a3;
  font-size: 20px;
  outline: none;
}
.header-bar .xe-container .right-group .btn-like.on,
.header-bar .xe-container .right-group .btn-share.on {
  color: #2c8beb;
}
.header-bar .xe-container .right-group .layer-sns {
  position: absolute;
  right: 0;
  top: 100%;
  width: 293px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
.header-bar .xe-container .right-group .layer-sns ul {
  overflow: hidden;
  margin: 15px;
}
.header-bar .xe-container .right-group .layer-sns li {
  float: left;
  margin-left: 10px;
}
.header-bar .xe-container .right-group .layer-sns li:first-child {
  margin-left: 0;
}
.header-bar .xe-container .right-group .layer-sns li a {
  display: block;
  color: #696e7a;
  text-align: center;
}
.header-bar .xe-container .right-group .layer-sns li i {
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #9197a3;
  color: #fff;
  line-height: 35px;
  font-size: 21px;
}
.header-bar .xe-container .right-group .layer-sns li a:hover i {
  background-color: #c8cbd1;
}
.header-bar .xe-container .right-group .layer-sns .btn-layer-close {
  width: 100%;
  height: 38px;
  background-color: #fff;
  border: 1px solid #dadbde;
  border-width: 1px 0 0 0;
  color: #2c8beb;
  font-size: 14px;
  outline: none;
}
.header-bar .xe-container .right-group .layer-sns .btn-layer-close:hover {
  background-color: #f6f7f8;
}
.header-bar .xe-container .search-group {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 50px;
  padding: 5px 45px 5px 0;
  background-color: #2c8aea;
  z-index: -1;
}
.header-bar .xe-container .search-group.open {
  opacity: 1;
  z-index: 10;
}
.header-bar .xe-container .search-group .btn-search-close {
  position: absolute;
  right: 0;
  top: 1px;
  width: 48px;
  height: 48px;
  font-size: 19px;
  background-color: transparent;
  border: none;
  color: #fff;
}
.header-bar .xe-container .search-group .input-text {
  position: relative;
  /*max-width: 678px;*/
  margin-left: 20px;
}
.header-bar .xe-container .search-group .input-text input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: none;
  font-size: 16px;
}
.header-bar .xe-container .search-group .input-text .btn-remove {
  position: absolute;
  top: 0;
  right: 6px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  color: #878b93;
  font-size: 18px;
}
.header-bar .xe-container .search-group .input-text .btn-remove:active {
  color: #2388ee;
}
.header-bar .link-back,
.header-bar .category-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  color: #2c8beb;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}
.header-bar .category-open {
  /*padding: 5px 0 5px 15px;*/
  width: 48px;
  height: 48px;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
}
.header-bar .category-open:active {
  opacity: .5;
}
.category-article-top {
  vertical-align: top;
  white-space: nowrap;
}
.category-article-top a {
  position: relative;
  height: 59px;
  display: inline-block;
  margin: 0 10px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  outline: none;
  line-height: 63px;
  vertical-align: top;
  color: #fbfdff;
}
.category-article-top a:first-child {
  margin-left: 57px;
}

.header-bar.v2 .link-back {
  width: auto;
  padding-left: 7px;
  font-size: 16px;
}
.header-bar.v2 .link-back i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 2px;
  padding-bottom: 4px;
}
.store {
  overflow-x: hidden;
}
.store .xe-container .xe-container {
  padding: 0;
}
.store .bg-store {
  height: 100px;
  background-position: 50% 0;
  background-size: cover;
}
.sub.store .ct > .xe-container {
  padding-top: 0;
}
.sub.no_spot.store .ct {
  margin-top: 0;
}
.heading-title {
  padding: 40px 30px;
  background-color: #359bf7;
  text-align: center;
  color: #fff;
}
.heading-title h2 {
  font-size: 64px;
  font-weight: 200;
}
.heading-title p {
  font-size: 16px;
  line-height: 1.5em;
}
.heading-title a {
  margin-right: 30px;
  font-size: 16px ;
  color : #99ddff;
}
.heading-title a:hover {
  text-decoration: underline;
}
.my-plugin {
  display: none;
  position: absolute;
  z-index: 599;
  top: 60px;
  right: 24px;
  border: 1px solid #e4e4e4;
  border-width: 0 1px 1px 1px;
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0,0,0,.175);
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.my-plugin .my-pulgin-login {
  max-width: 180px;
}
.category .my-pulgin-login {
  max-width: 100%;
  padding-right: 60px;
  white-space: nowrap;
}
.my-pulgin-login {
  padding: 15px 0 15px 20px;
  background-color: #2779cc;
  font-size: 14px;
  color: #fff;
}
.my-plugin .my-plugin-username {
  max-width: 120px;
}
.category .my-plugin-username {
  max-width: 100%;
}
.my-plugin-username {
  display: inline-block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-pulgin-login:after {
  content: "님";
  vertical-align: top;
}
.header-bar .my-plugin .my-plugin-logout,
.header-bar .my-plugin h4 {
  overflow: hidden;
  height: 40px;
  margin: 0;
  padding: 14px 19px;
  background-color: #e4e4e4;
  font-size: 14px;
  color: #434a53;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.header-bar .my-plugin li {
  width: 177px;
  list-style: none;
}
.header-bar .my-plugin a {
  display: block;
  height: 100%;
  padding: 15px 30px 15px 30px;
  color: #434a53;
  font-size: 14px;
}
.header-bar .my-plugin .on a {
  color: #2c8aea;
}
.header-bar .my-plugin li:hover {
  background-color: #2a88e8;
}
.header-bar .my-plugin li:hover a{
  color: #fff;
}
.header-bar .my-plugin .my-plugin-logout {
  background-color: transparent;
  font-weight: bold;
}
.plugin-group {
  overflow: hidden;
  margin-right: -15px;
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
}
.plugin-group:first-child {
  padding-top: 20px;
  border-top: 0;
}
.plugin-group h3 {
  display: inline-block;
  margin: 0 25px 15px 0;
  font-size: 18px;
  font-weight: normal;
}
.plugin-group .link-list {
  display: inline-block;
  float: right;
  vertical-align: top;
  margin-right: 15px;
  padding-top: 5px;
  font-size: 15px;
}
.plugin-group .link-list:active {
  opacity: .5;
}

.plugin-item .plugin-img {
  position: relative;
  width: 130px;
  line-height: 17px;
  font-size: 13px;
  text-align: left;
}
.iscroll.v2 .plugin-img,
.iscroll.v2 dl {
  width: 322px;
}
.plugin-item .plugin-img > a .plugin-title {
  display: block;
  /*! display: -webkit-box; */
  /*margin-top: 5px;*/
  color: #434a53;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25em;
  /*! overflow: hidden; */
  /*! max-height: 50px; */
  /*! text-overflow: ellipsis; */
  /*! -webkit-line-clamp: 2; */
  /*! -webkit-box-orient: vertical; */
  /*! word-break: break-word; */
}
.plugin-item .plugin-img .plugin-detail {
  display: none;/*margin-top: 5px;*/
}
.plugin-item dl {
  line-height: 22px;
  width: 128px;
}
.plugin-item dd,
.plugin-item dd.link-category a {
  margin-top: 2px;
  color: #878b93;
  font-size: 13px;
}
.plugin-item dd.like-number,
.plugin-item dd.download-number{
  margin-top: 5px;
}

.plugin-item dd.like-number {
  float: left;
  margin-right: 18px;
}

.plugin-item dd.like-number i,
.plugin-item dd.download-number i{
  font-size: 15px;
}

.plugin-guide.xe-visible-xs {
  margin: 0 -15px;
  padding: 20px 0 0;
}
.plugin-guide.xe-visible-xs h3 {
  margin-left: 15px;
  padding-top: 20px;
  border-top: 1px solid #e4e4e4;
}
.plugin-guide .guide-group {
  padding: 25px;
  border: 1px solid #e4e4e4;
}
.plugin-guide .guide-group:first-child {
  border-bottom: none;
}
.plugin-guide h3 {
  font-size: 18px;
  font-weight: normal;
}
.plugin-guide .guide-group p {
  margin: 20px 0 25px;
  font-size: 16px;
  color: #878b93;
  line-height: 25px;
}
.plugin-guide .guide-group a {
  font-size: 14px;
  line-height: 23px;
}
.plugin-guide .guide-group a:hover {
  text-decoration: underline;
}
.plugin-guide ul {
  margin-top: 15px;
}
.plugin-guide li {
  border-bottom: 1px solid #e4e4e4;
}
.plugin-guide li:first-child {
  border-top: 1px solid #e4e4e4;
}
.plugin-guide li a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #2389ee;
}
.plugin-group .iscroll.v2 .plugin-item .plugin-img a:after {
  width: 322px;
  height: 182px;
}
.plugin-group .iscroll{
  position: relative;
  z-index: 1;
  /* height: 220px; */
  width: 100%;
  overflow: hidden;
  -ms-touch-action: none;
}
.plugin-group .iscroll.v2 {
  /* height: 250px; */
}
.plugin-group .scroller {
  /* position: absolute; */
  overflow: hidden;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 870px;
  /* height: 160px; */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.plugin-group .iscroll .scroller>ul {
  overflow: hidden;
  list-style: none;
  width: 870px;
}
.plugin-group .iscroll.v2 .scroller {
  width: 1011px;
}
.plugin-group .iscroll.v2 .scroller>ul {
  width: 1011px;
}
.plugin-group .scroller li {
  float: left;
  padding-right: 15px;
}
.plugin-group .iscroll.v2 .scroller li {
  padding-right: 15px;
}
.store-wrap .link-plugin-config {
  display: block;
  margin-top: 15px;
  line-height: 50px;
  border-radius: 2px;
  background-color: #2c8beb;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.page-navi {
  margin: 0 0 30px;
}
.page-navi li {
  display: inline-block;
  font-size: 14px;
}
.page-navi li i {
  margin: 0 5px;
}
.list-heading {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.list-heading h2 {
  font-size: 28px;
  font-weight: normal;
}
.list-heading .xe-dropdown {
  position: absolute;
  right: 0;
  top: 0;
}
.list-heading .xe-dropdown > .xe-btn,
.list-heading .xe-dropdown-menu li > a {
  padding-right: 20px;
}
.list-heading .xe-dropdown > .xe-btn:after {
  right: 0;
  border-color: #2c2e37 transparent transparent transparent;
}
.list-heading .xe-dropdown-menu {
  min-width: 110px;
  left: auto;
  right:0;
}

.popular-search {
  display: none !important;
  position: fixed;
  z-index: 999;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255,255,255,.96);
}
.popular-search.open {
  display: block !important;
}
.popular-search h4 {
  height: 40px;
  padding: 0 0 0 35px;
  margin: 0;
  color: #878b93;
  line-height: 40px;
  background-color: #f0f2f1;
  font-weight: normal;
}
.popular-search li a {
  display: block;
  padding-left: 35px;
  line-height: 45px;
  color: #434a53;
  font-size: 16px;
}

.paging-group {
  overflow: hidden;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.paging-group a,
.paging-group li {
  display: inline-block;
  color: #434a53;
}
.paging-group a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  border-radius: 2px;
}
.paging-group li.on a,
.paging-group li a:hover {
  background-color: #2388ee;
  color: #fff;
}
.paging-group li strong {
  font-weight: normal;
}
.paging-group .btn-prev,
.paging-group .btn-next {
  float: left;
  width: auto;
  padding: 0 12px;
  border-radius: 2px;
  border: 1px solid #2c8beb;
  color: #2c8beb;
}
.paging-group .btn-next {
  float: right;
}
.paging-group .btn-prev:hover,
.paging-group .btn-next:hover {
  background-color: #2c8beb;
  color: #fff;
}
.paging-group .paging-current {
  color: #878b93;
  line-height: 36px;
}

.plugin-detail .plugin-title {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDADF;
}
.plugin-detail .plugin-img {
  float: left;
  margin-bottom: 15px;
}
.plugin-detail .plugin-img img {
  width: 100px;
  height: 100px;
}
.plugin-detail .plugin-summary {
  margin-left: 110px;
  font-size: 13px;
}
.plugin-detail .plugin-summary.v2{
  margin-left: 0;
}
.plugin-detail .plugin-summary:after {
  display: table;
  content: "";
  clear: both;
}
.plugin-detail .plugin-summary h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25em;
}

.plugin-detail .plugin-summary h2 .xe-badge {
  min-height: 1.5em;
  margin-left: 9px;
  padding: .2em 0.7em;
  line-height: 1.2em;
  vertical-align: middle;
  font-size: 11px;
}

.plugin-detail .plugin-title h3{
  margin : 25px 0 17px;
  font-size: 18px;
  color: #434a53;
  font-weight: normal;
}

.plugin-detail .plugin-summary dl {
  overflow: hidden;
  margin: 0;
}
.plugin-detail .plugin-summary .plugin-install {
  margin: 6px 0 8px;
}
.plugin-detail .plugin-summary .plugin-install dd {
  color: #696e7a;
  font-size: 14px;
}
.plugin-detail .plugin-summary .plugin-count dd {
  float: left;
  margin: 0 20px 10px 0;
  color: #696e7a;
  font-size: 14px;
}
.plugin-detail .plugin-summary .plugin-count dd i {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}
.plugin-install .plugin-install-link {
  color: #2388ee;
}
.plugin-detail .plugin-summary .plugin-count dd .btn-like{
  color: #696e7a;
}

.plugin-detail .plugin-summary .plugin-count dd .btn-like.on .xi-heart-o,
.plugin-detail .plugin-summary .plugin-count dd .btn-like:not(.on) .xi-heart{
  display: none;
}
.plugin-detail .plugin-summary .plugin-count dd .btn-like{
  color: #696e7a;
}
.plugin-detail .plugin-summary .plugin-count dd .btn-like:hover,
.plugin-detail .plugin-summary .plugin-count dd .btn-like.on{
  color: #2c8beb;
}
.plugin-detail .plugin-summary .plugin-count dd .btn-like.ing i {
  -webkit-animation-name: like-loading;
  -o-animation-name: like-loading;
  animation-name: like-loading;
  animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@keyframes like-loading {
  0% {opacity: 1}
  100% {opacity: 0}
}
.plugin-detail .plugin-summary .text-gray{
  font-size: 11px;
}

.plugin-detail .plugin-summary .desc{
  margin: 0 0 35px;
  color: #696e7a;
  font-size: 14px;
  line-height: 23px;
}

.plugin-detail .plugin-dev:after,
.plugin-detail .plugin-dev:before{
  content: " ";
  display: table;
}

.plugin-detail .plugin-dev:after{
  clear:both;
}

.plugin-detail .plugin-dev .maker-group {
  display: inline-block;
  position: relative;
  margin: 20px 0 15px;
}
.plugin-detail .plugin-dev .maker-group img {
  border-radius: 2px;
}
.plugin-detail .plugin-dev .maker-group .maker {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  vertical-align: top;
  line-height: 40px;
  color: #434a53;
  font-size: 14px;
}
.plugin-detail .plugin-dev .maker-group .maker.more:after {
  display: inline-block;
  position: absolute;
  right: -13px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-style: solid;
  border-width: 4px;
  border-color: #434a53 transparent transparent transparent;
  content: "";
}
.plugin-detail .plugin-dev .maker-group .layer-dev {
  position: absolute;
  left: 0;
  top: 26px;
  width: 293px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  z-index: 10;
}
.plugin-detail .plugin-dev .maker-group .layer-dev ul {
  margin: 15px;
}
.plugin-detail .plugin-dev .maker-group .layer-dev .btn-layer-close {
  width: 100%;
  height: 38px;
  background-color: #fff;
  border: 1px solid #dadbde;
  border-width: 1px 0 0 0;
  color: #2c8beb;
  font-size: 14px;
  outline: none;
}
.plugin-detail .plugin-dev .maker-group .layer-dev .btn-layer-close:hover {
  background-color: #f6f7f8;
}
.plugin-detail .xe-select-box {
  background-color: #2388EE;
  border: none;
}
.plugin-detail .xe-select-box:hover {
  background-color: #2388EE;
}
.plugin-detail .xe-select-box label{
  color : #fff;
}
.plugin-detail .xe-select-box.xe-btn:after{
  border-color: #fff transparent transparent transparent;
}

.plugin-detail .plugin-dev .xe-select-box {
  float: right;
  margin-top: 25px;
}
.plugin-detail .plugin-dev .xe-select-box label {
  top: 4px;
  font-weight: normal;
  color: #fff;
}

.plugin-detail .plugin-dev .dev-info a.link-dev {
  line-height: 40px;
}
.plugin-detail .second-info > li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
  font-size: 13px;
}
.plugin-detail .second-info > li:first-child {
  padding-top: 0;
}
.plugin-detail .second-info > li .xe-btn {
  display: block;
  margin-top: 10px;
}
.plugin-detail .second-info > li .xe-btn:first-child {
  margin-top: 0;
}
.plugin-detail .second-info > li h3 {
  margin-bottom: 10px;
  color: #434a53;
  font-weight: normal;
  font-size: 16px;
}
.plugin-detail .second-info > li h3.xe-hidden-lg {
  margin-bottom: 0;
}
.plugin-detail .xe-license-box {
  padding: 15px;
  /*border: 1px solid #dcdde0;*/
  background-color: #edeff2;
}
.plugin-detail .xe-license-box .xe-license-title {
  margin: 0;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #dcdde0;
  font-size: 14px;
  color: #696e7a;
}
.plugin-detail .xe-license-price {
  /*overflow: auto;*/
  position: relative;
  text-align: right;
}
.plugin-detail .xe-license-price button{
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 10px;*/
  margin: 10px 0 0;
  padding:0;
  background-color: transparent;
  border: 0;
  font-size: 13px;
  color: #2388ee;
}
.xe-license-price .xe-price{
  display: block;
  height: 29px;
  margin: 20px 0 0;
  padding: 0;
  font-size: 25px;
  color: #434a53;
  vertical-align: text-top;
}
.xe-license-price .xe-price.charged:before {
  content:"￦ ";
}
.xe-btn-store-buy {
  border: 0;
  height: 45px;
  background: -moz-linear-gradient(left, #3bb6f8 0%, #5b80f2 50%, #5e6dee 75% ,#5069ed 100%);
 	background: -webkit-linear-gradient(left, #3bb6f8 0%, #5b80f2 50%, #5e6dee 75% ,#5069ed 100%);
 	background: linear-gradient(to right, #3bb6f8 0%, #5b80f2 50%, #5e6dee 75% ,#5069ed 100%);
  font-size: 20px;
  font-weight: bold;
}
.plugin-detail .second-info .xe-btn-store-buy i, .xe-btn-store-buy i {
  margin-right: 5px;
  font-size: 24px;
  vertical-align: -4px;
}
.plugin-detail .xe-license-price + .xe-btn-primary {
  margin-top: 7px;
  width: 100%;
}
.xe-btn-store-install {
  width: 100%;
}
.xe-btn-store-install button {
  width: 50%;
  margin-top: 10px !important;
  padding: 7px 0;
  border: 1px solid #2388ee;
  font-size: 15px;
  color: #2388ee;
}
.xe-btn-store-install button:hover,
.xe-btn-store-install button:hover:active {
  background-color: #2388ee;
  border-color: #2388ee;
  color: #fff;
}
.xe-license-box .xe-btn-store-install button:last-child i {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.xe-license-box .xe-btn-store-install button:first-child i {
  font-size: 13px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.plugin-detail .xe-btn-plugin-block {
  width: 100%;
}
.plugin-detail .second-info > li .xe-btn-plugin-manage,
.plugin-detail .xe-btn-plugin-manage {
  display: block;
  width: 100%;
  padding: 7px 0;
  font-size: 13px;
  vertical-align: bottom;
}
.plugin-detail .xe-btn-plugin-manage:nth-of-type(2) {
  margin: 10px 0;
}
.plugin-detail .screenshot {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 50px;
}
.plugin-detail .screenshot.xe-example .images {
  white-space: nowrap;
}
.plugin-detail .screenshot.xe-example .images_wrap {
  position: relative;;
  display: inline-block;
  margin:5px;
}
.plugin-detail .screenshot.xe-example .btn-images-remove {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #DCDCDE;
  border-radius: 2px;
  outline: none;
  text-align: center;
  color: #B7B8BD;
}
.plugin-detail .screenshot.xe-example .images img{
  height: 160px;
  width: auto;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
}
.plugin-detail .screenshot.xe-example .images img:after{
  content: "";
  clear: both;
  overflow: auto;
}
.plugin-detail .dev-list li,
.plugin-manage .dev-list li {
  overflow: hidden;
  margin-bottom: 10px;
  white-space: nowrap;
}

.plugin-manage .dev-list li{
  margin-top:10px;
}

.plugin-detail .dev-list img,
.plugin-manage .dev-list img {
  float: left;
  border-radius: 2px;
}
.plugin-manage .dev-list img{
  width:35px;
  height:35px;
  border-radius: 4px;
}

.plugin-detail .dev-list .dev-info,
.plugin-manage .dev-list .dev-info {
  position: relative;
  margin-left: 50px;
}

.plugin-detail .dev-list .dev-info{
  display: inline-block;
  margin-left: 10px;
  padding-right: 30px;
}

.plugin-manage .dev-list .dev-info{
  display:table;
  height: 35px;
}

.plugin-detail .dev-list button{
  position: absolute;
  right: 0;
  top:4px;
  width:22px;
  height: 22px;
  padding: 0;
  background-color: transparent;
  border:1px solid #D1D1D4;
  border-radius: 2px;
  text-align: center;
  color: #878b93;
  line-height: 22px;
}
.plugin-detail .dev-list button:hover{
  border-color : #909090
}
.plugin-detail .dev-list .dev-info a,
.plugin-manage .dev-list .dev-info a {
  display: block;
  margin-top: 5px;
  color: #878b93;
}
.plugin-detail .dev-list .dev-info a.link-dev,
.plugin-manage .dev-list .dev-info a.link-dev {
  margin-top: 0;
  color: #434a53;
}

.plugin-manage .dev-list .dev-info a.link-dev,
.plugin-manage .dev-list .dev-info .btn-delete{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.plugin-detail .second-info .maker-add{
  margin-bottom: 10px;
}

.plugin-detail .dev-list .dev-info a.link-dev{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plugin-manage .dev-list .dev-info .btn-delete{
  height: 35px;
  width: 35px;
  border-color:transparent;
  background-color:transparent;
}
.plugin-detail .second-info .link-more {
  display: block;
  text-align: right;
}
.plugin-detail .second-info .link-more.v2 {
  position: absolute;
  right: 0;
  top: 20px;
}
.plugin-detail .second-info .info-table th,
.plugin-detail .second-info .info-table td {
  padding: 7px 0;
  vertical-align: top;
  line-height: 18px;
  font-size: 13px;
}
.plugin-detail .second-info .info-table th {
  min-width: 80px;
  font-weight: normal;
}
.plugin-detail .second-info .info-table a:hover {
  text-decoration: underline;
}
.plugin-detail .second-info .info-table .link-plugin {
  display: block;
}
.plugin-detail .second-info .info-table .text-gray {
  color: #878b93;
}
.plugin-detail .second-info .tag-list li,
.plugin-detail .second-info .component-list li {
  display: inline-block;
  margin: 0 2px 5px 0;
}
.plugin-detail .second-info .tag-list li .item {
  display: block;
  padding: 0 9px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  line-height: 25px;
  color: #878b93;
  white-space: nowrap;
}
.plugin-detail .second-info .tag-list li .item:hover {
  border-color: #2c8beb;
}
.plugin-detail .second-info .component-list li .xe-badge {
  border-radius: 2px;
  color: #fff;
}
.plugin-detail .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.plugin-detail .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #9197a3;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid transparent;
}
.plugin-detail .owl-theme .owl-dots .owl-dot.active span,
.plugin-detail .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border-color: #2388ee;
}
.plugin-detail .owl-controls {
  display: none;
  overflow: hidden;
  margin-top: 15px;
  text-align: center;
  color: #696e7a;
  font-size: 13px;
}
.plugin-detail .owl-controls .owl-prev {
  float: left;
  margin-left: 10px;
}
.plugin-detail .owl-controls .owl-next {
  float: right;
  margin-right: 10px;
}
.plugin-detail .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.plugin-detail .plugin-document {
  font-size: 14px;
  color: #696e7a;
  line-height: 23px;
}
.plugin-detail .plugin-document img,
.plugin-detail .plugin-document h3,
.plugin-detail .plugin-document p {
  margin-bottom: 17px;
}
.plugin-detail .plugin-document h3 {
  font-size: 18px;
  color: #434a53;
  font-weight: normal;
}
.plugin-detail .plugin-document img {
  width: 100%;
  border: 1px solid #DBDBDB;
}
.plugin-detail .plugin-document ul {
  margin-left: 15px;
}
.plugin-detail .plugin-document .plugin-desc button{
  width: 34px;
  height: 30px;
  margin-right: 8px;
  padding: 4px 0 0 0;
  border: 1px solid #D7D7DA;
  background-color: transparent;
  border-radius: 2px;
  font-size: 19px;
  color: #656972;
}
.plugin-detail .plugin-document .plugin-desc em{
  font-style: normal;
  color: #323335;
}

.plugin-detail .second-info .xe-select-box {
  margin-top: 10px;
}

.plugin-list {
  margin: 0 -15px;
}
.plugin-list li .plugin-item dl {
  width: 100%;
}
.plugin-list li .plugin-item .plugin-img > a:hover .over-opacity {
  display: none;
}
.plugin-list li .plugin-item .plugin-img > a:hover .plugin-title {
  display: -webkit-box;
}
.plugin-list li .plugin-item .plugin-img > a:hover .plugin-detail {
  display: none;
}
.plugin-list li {
  position: relative;
  /*!  */
  padding: 15px 65px 15px 15px;
  border-bottom: 1px solid #e4e4e4;
}
.plugin-list li .plugin-item .plugin-img > a .plugin-title {
  margin-top: 0;
  font-size: 16px;
}
.plugin-list li:first-child {
  border-top: 1px solid #e4e4e4;
}
.plugin-list li .plugin-item .plugin-img {
  width: 100%;
}
.plugin-list li .plugin-item .plugin-img a:after {
  width: 100px;
  height: 100px;
}
.plugin-list li .link-plugin-detail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-right: 54px;
}
.plugin-list li .link-plugin-detail:active {
  background-color: #f0f2f1;
}
.plugin-list li .link-plugin-detail:active + .plugin-img + dl {
  position: relative;
}
.plugin-list li .btn-like {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #b5b7bd;
  font-size: 24px;
  outline: none;
  z-index: 10;
}
.plugin-list li .btn-like.on {
  color: #2c8beb;
}

/*plugin enroll*/

.plugin-manage .manage-plugin-title{
  margin-bottom:37px;
}
.plugin-manage .manage-plugin-title h2 a,
.plugin-manage .manage-plugin-title h2{
  font-size:28px;
  font-weight: normal;
  color:#434a53
}
.plugin-manage .manage-plugin-title h2+p,
.plugin-manage .manage-plugin-title h2+p+p{
  margin: 10px 0;
  color:#696e7a;
  font-size:18px
}

.plugin-manage .manage-plugin-title h2+p+p{
  font-size:14px;
}

.plugin-manage .manage-plugin-title a{
  font-size: 14px;
  text-decoration: underline;
}

.plugin-manage .plugin-info{
  padding: 17px 20px;
  border-top:1px solid #DBDBDD;
}
.plugin-manage .plugin-info th{
  width: 100px;
  padding: 5px 0;
  text-align: left;
  font-size: 13px;
  color: #434a53;
}

.plugin-manage .plugin-info td{
  font-size: 13px;
  color: #878b93;
}

.plugin-manage .plugin-info.v2{
  padding: 40px 0;
}

.plugin-manage .plugin-info.v2 td{
  font-size: 14px;
}

.plugin-manage .file-box{
  overflow: hidden;
  padding:20px;
  border:1px solid #DADBDF;
}
.plugin-manage .file-box .upload-file{
  position: relative;
  padding: 8px 35px 8px 13px;
  margin-bottom:20px;
  background-color:#B6B7BC;
  color:#fff;
  font-size: 15px;
}
.plugin-manage .file-box .upload-file .xi-cloud-upload-o{
  vertical-align:middle;
  margin-right:3px;
  padding-bottom:1px;
}
.plugin-manage .file-box .upload-file .btn-file-remove{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background-color: transparent;
  border-color: transparent;
  font-size: 17px;
  outline: none;
}
.plugin-manage .btn-file{
  display:inline-block;
  position:relative;
  height:35px;
  padding:0 33px;
  border: 1px solid #DBDADF;
  border-radius:2px;
  line-height:33px;
  color:#696e7a;
  font-size: 14px;
}
.plugin-manage .btn-file input{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
}

.plugin-manage .file-box .btn-upload,
.plugin-manage .file-box .xe-btn-primary{
  float:right;
  height:35px;
  padding:0 33px;
  background-color: transparent;
  border-color: transparent;
  border-radius: 2px;
  background-color:#2388EE;
  line-height:33px;
  color:#fff;
  font-size: 14px;
}
.plugin-manage .plugin-desc{
  font-size:13px;
  color:#696e7a;
  line-height:21px;
}

.plugin-manage .plugin-desc p{
  margin-bottom: 10px;
}

.plugin-manage .plugin-desc ul{
  margin-left:15px;
}

.plugin-manage .plugin-desc ul li{
  margin-bottom:7px;
}

.plugin-manage .xe-input-text{
  height:35px;
}
.plugin-manage .plugin-manage-list{
  margin-bottom: 40px;
  padding:40px 0;
  border:1px solid #DBDBDD;
  border-width:1px 0;
}
.plugin-manage .plugin-manage-list label{
  display: inline-block;
  margin-bottom: 10px;
  font-size:15px;
}
.plugin-manage .plugin-manage-list .xe-row{
  margin-top:20px;
}
.plugin-manage .plugin-manage-list .xe-row:first-of-type{
  margin-top:0;
}

.plugin-manage .plugin-manage-list p{
  margin-bottom:5px;
  color:#696e7a;
  font-size: 14px;
  line-height:23px;

}

.plugin-manage .plugin-manage-list textarea{

  width: 100%;

  min-height: 80px;

  border: 1px solid #ddd;
}


.plugin-manage .screenshot-upload .btn-file{
  margin-right: 20px;
  padding:0 20px;
  background-color:#2389EE;
  border: none;
  color:#fff;
}
.plugin-manage .screenshot-upload dl{
  display: inline-block;
  overflow: hidden;
  font-size:15px;
  vertical-align: middle;
}
.plugin-manage .screenshot-upload dl dt,
.plugin-manage .screenshot-upload dl dd{
  margin-left:5px;
  float:left;
}
.plugin-manage .screenshot-upload dl dd{
  color:#2c8beb;
}

.plugin-manage .screenshot-upload ul{
  margin-top:20px;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #ddd;
}
.plugin-manage .screenshot-upload ul li{
  position: relative;
  display:table-cell;
  padding-right:10px;
}
.plugin-manage .screenshot-upload ul li img{
  width:318px;
  height:198px;
}
.plugin-manage .screenshot-upload ul li button{
  position:absolute;
  right:20px;
  bottom:10px;
  width:20px;
  height:20px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #DCDCDE;
  border-radius: 2px;
  outline: none;
  text-align:center;
  color: #B7B8BD;
}

.store .btn-group{
  text-align:center;
  overflow: hidden;
}

.store .btn-group .xe-btn{

  margin-right: 7px;

  padding: .7143em 3.1571em;
}

.plugin-manage .xe-table-responsive{
  border:1px solid #ddd;
}

.plugin-manage .xe-table > thead > tr > th:after{
  background-color: transparent;
}

.plugin-manage .xe-table > thead > tr > th{
  border-bottom: 2px solid #ddd;
}

.plugin-manage .xe-table > thead:first-child > tr:first-child > th{
  border-top-color:transparent;
}

.plugin-manage .xe-table th,
.plugin-manage .xe-table td,
.plugin-manage .report-table .xe-table .text-left{
  text-align: left;
}

.plugin-manage .report-table .xe-table th,
.plugin-manage .report-table .xe-table td{
  text-align: center;
}

.plugin-manage .xe-table .report-result{
  display: none;
}

.plugin-manage .xe-table .report-result > td{
  padding-top:0;
  border-top-color:transparent;
}

.plugin-manage .xe-table .report-result .report-result-content{
  padding: 15px;
  background-color: #E9F3FD;
  border: 1px solid #D5E8FB;
  border-radius: 4px;
}

.plugin-manage .xe-table .report-result .report-result-content ul{
  padding-left:  25px;
}

.plugin-manage .xe-table .report-result .report-result-content ul li{
  color: #878b93;
}

.plugin-manage .xe-table .result-toggle{
  position: relative;
  margin-left: 20px;
  padding: 0 11px 0 0;
  background-color:transparent;
  border: none;
  color:#2c8beb;
  border-bottom: 1px solid #2c8beb;
  outline:none;
}

.plugin-manage .xe-table .result-toggle span+span,
.plugin-manage .xe-table .result-toggle.open span{
  display: none;
}

.plugin-manage .xe-table .result-toggle.open span+span{
  display: block;
}

.plugin-manage .xe-table .result-toggle:after{
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  border-right: 1px solid #2c8beb;
  border-bottom: 1px solid #2c8beb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.plugin-manage .xe-table .result-toggle.open:after{
  margin-top: -3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.plugin-detail .plugin-manage{
  margin-top: 0;
}

.plugin-detail .plugin-manage .plugin-info.v2{
  padding-top:0;
  border-top:none;
}

.plugin-detail .plugin-manage .xe-table > tbody > tr > td,
.plugin-detail .plugin-manage .xe-table > tbody > tr > th,
.plugin-detail .plugin-manage .xe-table > tfoot > tr > td,
.plugin-detail .plugin-manage .xe-table > tfoot > tr > th,
.plugin-detail .plugin-manage .xe-table > thead > tr > td,
.plugin-detail .plugin-manage .xe-table > thead > tr > th{
  padding:6px;
  font-size: 12px;
}

.plugin-detail .plugin-manage .xe-table .result-toggle:after{
  width:6px;
  height:6px;
}
.plugin-update{
  padding-bottom: 20px;
  border-left: 4px solid #2388ee;
  color:#434a53;
  font-size: 14px
}
.plugin-update-article {
  position: relative;
  padding: 17px 25px;
}
.plugin-update-article:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 3px solid #2388ee;
  border-radius: 100%;
  color: #434a53;
}
.plugin-update-article strong{
  display: inline-block;
  font-size:22px;
  font-weight: bold;
}
.plugin-update-article em{
  display: inline-block;
  margin-bottom: 10px;
  color:#8e8e93;
  font-size: 13px;
  font-style: normal;
}
.plugin-update-article p,
.plugin-update-article ul li {
  margin:5px 0;
  font-size: 13px;
  line-height: 18px;
  color: #696e7a;
}
.plugin-update-article ul {
  padding-left: 20px;
}
.plugin-update-article .xe-star-point ul {
  padding-left: 0;
}
.plugin-update-article li {
  list-style-type: disc;
}
.plugin-update-article li:last-child {
  margin-bottom: 0;
}
.plugin-update a{
  margin:5px 0;
  text-decoration: underline;
}
.plugin-update-article .xe-btn-modify {
  margin-top: 10px;
  padding: 5px 10px;
  color: #2c8beb;
}
.footer-bar {
  position: relative;
  background-color: #f6f7f9;
  height: 298px;
  margin-top: 81px;
}
.footer-bar h1 {
  margin: 20px 0 -4px 0;
  padding: 0;
  font-size: 20px;
}
.footer-bar h1 a {
  color: #686e7a;
}
.footer-bar h1 i {
  margin-left: -4px;
  font-size: 40px;
  vertical-align: -9px;
}
.footer-bar .sns-icon h2 {
  display: none;
}
.footer-sns-icon {
  position: absolute;
  top: 32px;
  right: 13px;
}
.footer-sns-icon ul {
  list-style-type: none;
}
.footer-sns-icon li {
  display: inline-block;
}
.footer-sns-icon i {
  font-size: 23px;
  color: #686e7a;
}
.footer-link-group {
  margin: 0;
  font-size: 13px;
}
.footer-link-group dt {
  margin: 17px 0 0 0;
  color: #2e2e36;
}
.footer-link-group dd {
  display: inline-block;
  margin: 7px 13px 0 0;
}
.footer-link-group dd a {
  color: #878b94;
}
.footer-copyright {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #e4e4e4;
  font-size: 12px;
  color: #2c2e37;
}
.footer-copyright a {
  color: #1677cb;
}
.btn-move-top {
  position: absolute;
  top: -56px;
  right: 13px;
  width: 36px;
  height: 35px;
  border: 0;
  border-radius: 3px;
  background-color: #c8cbd2;
  font-size: 20px;
  color: #f4f5f7;
  line-height: 35px;
  text-align: center;
}
.footer-bar .xe-dropup {
  margin-top: 20px;
}

.contextual-alert {position: fixed; right:16px; top:80px; width:280px;}
.contextual-alert > p {
  margin: 0 0 5px;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
}
.contextual-alert .close {
  color: #fff;
}

.xe-modal-token {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: 10000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.xe-modal-token .xe-modal-body {
  text-align: center;
  padding-bottom: 25px;
}
.xe-modal-token p {
  text-align: left;
}
.xe-modal-token .token-box {
  display:inline-block;
  margin-top: 15px;
  padding: 13px;
  background-color: #dcdde0;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
}

.pie-section {
  padding-top: 30px;
  text-align: center;
}
.pie-article {
  position: relative;
  width: 212px;
  display: inline-block;
}
.sales-num {
  margin-top: 39px;
}
.pie-article svg {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  transform: rotate(-90deg);
  background: transparent;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.pie-article circle {
  fill: transparent;
  stroke-width: 10;
  stroke-dasharray: 0, 596;
  transition: stroke-dasharray .4s ease-in;
}
.plugin-num .back { stroke: #54c3ff }
.plugin-num .pie { stroke: #5b69ee }
.sales-num .back { stroke: #ed5aeb }
.sales-num .pie { stroke: #892fd4 }

.pie-text-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.pie-text-center span {
  position: absolute;
  top: 55px;
  left: 50%;
  font-size: 25px;
  color: #2c2e37;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pie-text-center p {
  margin: 88px 0 0 ;
  font-size: 16px;
  color: #696e7a;
  
}
.pie-text-bottom {
  margin-top: 18px;
}
.pie-text-bottom ul{
  margin: 0 0 0 0;
  padding: 0;
}
.pie-text-bottom li {
  display: inline-block;
  font-size: 16px;
}
.pie-text-bottom li + li {
  margin-left: 10px;
}
.pie-text-bottom li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-width: 4px;
  border-style: solid;
  border-radius: 100%;
  vertical-align: -5px;
}
.pie-text-bottom li span {
  color: #696e7a;
}
.pie-text-bottom li strong {
  margin-left: -3px;
  color: #2c2e37;
}
.plugin-num .pie-text-bottom li:nth-of-type(1)::before { border-color: #5b69ee }
.plugin-num .pie-text-bottom li:nth-of-type(2)::before { border-color: #54c3ff }
.sales-num .pie-text-bottom li:nth-of-type(1)::before { border-color: #892fd4 }
.sales-num .pie-text-bottom li:nth-of-type(2)::before { border-color: #ed5aeb }

.guide-title {
  margin: 0;
  font-size: 28px;
  color: #434a53;
}
.guide-title-caption {
  margin: 18px 0 0 0;
  font-size: 18px;
  line-height: 24px;
  color: #696e7a;
}
.guide-subtitle {
  position: relative;
  display: block;
  margin: 43px 0 0;
  padding-bottom: 18px;
  font-size: 24px;
  color: #333;
}
.guide-subtitle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #2c8aea;
  
}
.guide-textual {
  margin: 26px 0 0;
  font-size: 16px;
  line-height: 22px;
  color: #535761;
}
.guide-textual-list {
  font-size: 14px;
  line-height: 20px;
  color: #535761;
}
ol.guide-textual-list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
ul.guide-textual-list {
  list-style-type: none;
}
.guide-textual-list li:first-child {
  margin-top: 12px;
}
.guide-textual-list li {
  margin-top: 8px;
}
ul.guide-textual-list li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background-color: #333;
  border-radius: 100%;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.link_document {
  display: inline-block;
  margin-top: 23px;
  font-size: 14px;
}
.link_document i {
  font-size: 16px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.guide-topic {
  margin-top: 20px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
.guide-topic:first-child {
  margin-top: 25px;
}
.guide-topic {
  padding: 0 10px 25px;
}
.guide-subheading {
  display: block;
  margin: 0 -10px;
  padding: 16px 0 18px 10px;
  border-bottom: 1px solid #ddd;
  background-color: #cce6ff;
  font-size: 16px;
  color: #535761;
}
.guide-subtopic {
  margin: 24px 0 10px;
  font-size: 16px;
  color: #535761;
}
.textual-code {
  display: inline-block;
  height: 19px;
  padding: 0 4px;
  border-radius: 2px;
  background-color: #f4edef;
  font-size: 12px;
  color: #c6248e;
}
.guide-textual a {
  text-decoration: underline;
}
.textual-reference {
  display: block;
  margin-top: 16px;
  padding: 12px 10px;
  background-color: #ddd;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  line-height: 22px;
}

@media (max-width: 991px) {
  .header-bar {
    background-color: #2c8aea;
  }
  .header-bar .xe-container {
    max-width: inherit;
  }
  /* .category {
    display: none;
    position: fixed;
    z-index: 999;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  } */
  .category.open {
    display: block !important;
  }
  .category .category-list,
  .popular-search .popular-search-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .category .category-list .category-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1px 0;
    width: 48px;
    height: 48px;
    border: none;
    background-color: transparent;
    font-size: 19px;
    color: #fff;
  }
  .category h3,
  .category h4,
  .category li a {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
    border-top: 1px solid #e4e4e4;
    color: #434a53;
    font-weight: normal;
  }
  .category h4 {
    font-size: 12px;
    line-height: 30px;
    background-color: #f0f2f1;
    color: #878b93;
  }
  .category h3.text-category {
    background-color: #fcfcfc;
    font-size: 18px;
    text-align: center;
  }
  .category li.on a {
    position: relative;
    color: #2c8beb;
  }
  .category li.on a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 9px;
    margin-top: -7px;
    border-top: 2px solid #2c8beb;
    border-right: 2px solid #2c8beb;
    background-color: #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }
  .category a {
    position: relative;
  }
  .category .depth > a:after {
    content: "\e943";
    position: absolute;
    right: 18px;
    top: 0;
    width: 20px;
    height: 10px;
    font-size: 26px;
    color: #5e6672;
    font-family: xeicon;
  }
  .category .depth.open > a:after {
    content: "\e946";
  }
  .category ul > li ul {
    display: none;
  }
  .category .open ul {
    display: block;
    border-top: 1px solid #e4e4e4;
  }
  .category .open > ul {
    box-shadow: inset 1px 20px 16px 3px rgba(228, 228, 228, 0.1);
  }
  .category ul > li ul li a{
    border-top: 0;
    font-size: 14px;
  }
  
  
  
  .list-heading .xe-form-inline{
    margin-bottom : 0;
  }
  .list-heading .xe-dropdown .xe-dropdown-menu {
    display: block;
    position: relative;
    top: 3px;
    /*! padding: 0 30px; */
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
  }
  .list-heading .xe-dropdown .xe-dropdown-menu ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .list-heading .xe-dropdown .xe-dropdown-menu ul li {
    display: table-cell;
    width: 1%;
    text-align: center;
    border: 1px solid #2c8beb;
    border-width: 1px 1px 1px 0;
  }
  .list-heading .xe-dropdown .xe-dropdown-menu ul li:first-child {
    border-left: 1px solid #2c8beb;
  }
  .list-heading .xe-dropdown .xe-dropdown-menu ul li a {
    padding: 0 !important;
    line-height: 28px;
    color: #2c8beb;
    text-align: center;
  }
  .list-heading .xe-dropdown .xe-dropdown-menu ul li.on a {
    background-color: #2c8beb;
    color: #fff;
  }
  .plugin-detail .second-info {
    margin-top: 20px;
    border-top: 1px solid #e4e4e4;
  }
  .plugin-list li{
    overflow: hidden;
  }

  .plugin-list li .plugin-item .plugin-img img {
    float: left;
    width: 98px;
    height: 98px;
    margin-right: 10px;
  }

  .plugin-item .plugin-img > a .plugin-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category {
    top: 0;
  }
  .popular-search {
    top: 50px;
  }
  .list-heading .xe-dropdown .xe-dropdown-menu {
    /*! padding: 0 100px; */
  }
}

@media (min-width: 768px) {
  .header-bar .xe-container .right-group {
    right: 8px;
  }
  .header-bar .link-back,
  .header-bar .category-open {
    left: 8px;
  }
  .header-bar .xe-container .search-group .btn-search-close {
    right: 0;
    color: #fff;
  }
  .header-bar .xe-container .search-group .input-text {
    /*margin-left: 0;*/
  }
  .header-bar .xe-container .search-group .input-text input {
    padding-left: 20px;
  }
  .popular-search {
    /*width: 745px;*/
  }
  /*.plugin-manage{
    margin-top: 80px
  }*/
  .popular-search h4 {
    padding-left: 40px;
  }
  .popular-search li a {
    padding-left: 40px;
  }
  .plugin-guide {
    display: table;
    width: 100%;
  }
  .plugin-guide .guide-group {
    display: table-cell;
    width: 50%;
  }
  .plugin-guide .guide-group:first-child {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }

  .plugin-group {
    padding: 30px 0;
    margin-right: 0;
  }
  .plugin-group .link-list {
    float: none;
  }
  .plugin-group .link-list:hover {
    text-decoration: underline;
  }
  .plugin-group .link-list:active {
    opacity: 1;
  }
  .plugin-group h3 {
    margin: 0 25px 20px 0;
    font-size: 26px;
  }
  .plugin-group .iscroll .scroller {
    width: 930px;
  }
  .plugin-group .iscroll .scroller>ul {
    width: 960px;
  }
  .plugin-group .iscroll .scroller li {
    padding-right: 30px;
  }
  .plugin-group .iscroll.v2 .scroller li {
    padding-right: 30px;
  }
  .plugin-group .iscroll.v2 .scroller {
    width: 1026px;
  }
  .plugin-group .iscroll.v2 .scroller>ul {
    width: 1056px;
  }

  .plugin-list {
    margin: 0;
  }

  .category-search .xe-form-group {
    margin-bottom: 0;
  }
  .plugin-detail .plugin-img img {
    width: 120px;
    height: 120px;
  }
  .plugin-detail .plugin-summary {
    margin-left: 135px;
  }
  .plugin-detail .plugin-summary h2 {
    font-size: 24px;
  }
  .plugin-detail .owl-controls {
    display: block;
  }
  .store .guide-textual-list {
    padding-left: 20px;
  }
  .link_document {
    padding-left: 20px;
  }
  .guide-topic {
  }
  .guide-subheading {
    padding: 16px 20px;
  }
  .textual-reference {
    padding: 14px 20px;
  }
}

@media (min-width: 992px) {
  html {
    height: 100%;
  }
  .store{
    height: 100%;
    /*padding-top: 60px;*/
    padding-bottom: 237px;
  }
  .ct {
    min-height: 100%;
  }
  .header-bar h1 {
    display: inline-block;
  }
  .header-bar .xi-xpressengine {
    font-size: 29px;
    vertical-align: -5px;
    margin-right:6px;
  }
  .header-bar .xe-container {
    height: 60px;
  }
  .header-bar h1,
  .header-bar h2 {
    position: relative;
    line-height: 62px;
    z-index: 20;
  }

  .header-bar .xe-container .search-group {
    height: 58px;
    padding-left: 180px;
    padding-top: 10px;
  }
  .header-bar .xe-container .search-group .input-text {
    max-width: none;
    margin-left: 0;
  }
  .header-bar .xe-container .search-group .xi-search {
    left: 148px;
  }
  .header-bar .xe-container .search-group .input-text .btn-remove:active {
    color: #878b93;
  }
  .header-bar .xe-container .search-group .input-text .btn-remove:hover {
    color: #2388ee;
  }
  .header-bar .xe-container .search-group .btn-search-close {
    top: 5px;
    font-size: 25px;
    color: #fff;
  }

  .header-bar .xe-container .right-group {
    margin: 5px 0;
  }
  .header-bar .xe-container .right-group .btn-search,
  .header-bar .xe-container .right-group .btn-search-lg {
    font-size: 25px;
  }
  .header-bar .category {
    display: none;
    position: absolute;
    top: 60px;
    left: 183px;
    height: auto !important;
    padding: 10px 0;
    border: 1px solid #e4e4e4;
    border-width: 0 1px 1px 1px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.175);
  }
  .header-bar .category .category-list > div {
    float: left;
    width: 220px;
  }
  .header-bar .category h3,
  .header-bar .category h4,
  .header-bar .category li a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
    color: #434a53;
    font-weight: normal;
  }
  .header-bar .category h4 {
    font-size: 12px;
    line-height: 30px;
    color: #878b93;
  }
  .header-bar .category h3.text-category {
    background-color: #fcfcfc;
    font-size: 18px;
    text-align: center;
  }
  .header-bar .category li.on a {
    position: relative;
    color: #2c8beb;
  }
  .header-bar .category li a:hover {
    background-color: #2388ee;
    color: #fff;
  }

  .popular-search {
    display: none !important;
    position: absolute;
    z-index: 999;
    top: 50px;
    bottom: auto;
    left: 180px;
    right: auto;
    width: 745px;
    height: auto !important;
    padding: 0 0 15px 0;
    border: 1px solid #e4e4e4;
    border-width: 0 1px 1px 1px;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.175);
  }
  .popular-search li a {
    color: #878b93;
  }
  .popular-search li a:hover {
    background-color: #2388ee;
    color: #fff;
  }
  .popular-search ul {
    margin-bottom: 0;
  }

  .store .bg-store {
    height: 200px;
  }
  .heading-title {
    padding: 54px 0;
    background:url(../img/store_spot.jpg) 50% 50% no-repeat;
    background-size: cover;
    color: #434a53;
    text-align: left;
  }
  .heading-title h2{
    color: #fff;
  }

  .heading-title p {
    margin: 30px 0 20px;
    color : #7fd4ff;
  }

  .header-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #2c8aea;
    z-index: 11;
  }
  .list-heading{
    padding-bottom: 0;
    border-bottom: 1px solid #dadbde;
  }
  .plugin-list {
    overflow: hidden;
    width: 940px;
    margin-bottom: 40px;
  }
  .plugin-list ul {
    width: 1010px;
    font-size: 0;
  }
  .plugin-list li {
    margin-right: 60px;
  }
  .plugin-list li {
    display: inline-block;
    max-width: 128px;
    /*! height: 190px; */
    margin: 0 74px 25px 0;
    padding: 0;
    border-bottom-color: transparent;
    vertical-align: top;
  }
  .plugin-list li:first-child {
    border-top: 1px solid transparent;
  }
  .plugin-list li .plugin-item .plugin-img > a .plugin-title {
    padding-top: 0;
    /*! max-height: 40px; */
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
  }
  .plugin-list li:active {
    background-color: transparent;
  }
  .plugin-list li .plugin-item .plugin-img {
    width: 130px;
  }
  .plugin-list li .plugin-item .plugin-img img {
    float: none;
    width: 128px;
    height: 128px;
  }
  .plugin-list li .plugin-item .plugin-img a:after {
    width: 130px;
    height: 130px;
  }
  .plugin-detail .owl-nav,
  .owl-dots {
    display: block;
  }
  .plugin-detail .plugin-title {
    margin: 0 0 40px;
    padding:0;
    border: none;
  }
  .plugin-detail .owl-nav,
  .owl-dots {
    display: block;
  }
  .plugin-detail .plugin-img{
    position: absolute;
    top: 0;
    left: 15px;
  }
  .plugin-detail .plugin-img img {
    width: 160px;
    height: 160px;
  }
  .plugin-detail .plugin-summary,
  .plugin-detail .plugin-summary.v2 {
    margin-left: 180px;
  }
  .plugin-detail .plugin-summary h2 {
    font-size: 28px;
  }

  .plugin-detail .plugin-summary .desc{

    margin: 21px 0 0 0;
  }

  .plugin-detail .second-info > li h3 {
    color: #878b93;
    font-size: 13px;
  }
  .plugin-detail .xe-select-box {
    width: 100%;
    height: 35px;
  }
  .plugin-detail .xe-select-box select {
    height: 35px;
    line-height: 35px;
  }

  .plugin-tabs-navigation{
    table-layout: fixed;
  }

  .plugin-group {
    padding: 60px 0;
  }
  .plugin-group h3 {
    margin: 0 25px 30px 0;
  }
  .plugin-group .iscroll .scroller {
    width: 940px;
  }
  .plugin-group .iscroll .scroller li {
    /* padding-right: 30px; */
  }

  .paging-group ul {
    /*float: left;*/
  }
  .paging-group .btn-prev,
  .paging-group .btn-next {
    float: none;
  }
  .paging-group .btn-prev,
  .paging-group .btn-next {
    border: none;
    color: #434a53;
  }
  .paging-group .btn-prev:hover,
  .paging-group .btn-next:hover {
    background-color: #f0f2f1;
    color: #434a53;
  }
  .footer-bar {
    height: 156px;
    border-top: 1px solid #e4e4e4;
  }
  .footer-bar h1 {
    display: inline-block;
    margin: 21px 283px 0px 0;
    vertical-align: top;
  }
  .footer-link-group {
    position: relative;
    display: inline-block;
    margin: 37px 0 0 0;
  }
  .footer-link-group dt {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .footer-link-group dd {
    display: block;
    width: 100px;
    margin: 0 0 8px 75px;
  }
  .footer-copyright {
    position: absolute;
    top: 68px;
    left: 21px;
    border: 0;
  }
  .footer-sns-icon {
    position: relative;
    top: inherit;
    right: inherit;
    display: inline-block;
    margin: 37px 0 0 0;
    vertical-align: top;
    white-space: nowrap;
  }
  .footer-sns-icon h2{
    margin: 0 0 0 23px;
    font-size: 13px;
    color: #2e2e36;
    font-weight: normal;
    vertical-align: top;
  }
  .footer-sns-icon ul{
    display:inline-block;
    margin-top: -4px;
  }
  .footer-sns-icon li {
    margin-left: 10px;
  }
  .footer-sns-icon a:hover i{
    color: #429cf2;
  }
  .footer-sns-icon li:first-child a:hover i{
    color: #405d9a;
  }


  .footer-bar .xe-container {
    position: relative;
    height: 100%;
  }
  .footer-bar .xe-dropup {
    position: absolute;
    bottom: 37px;
    right: 0;
  }

}
/*tab*/

@media (min-width: 1200px) {
  .plugin-group .iscroll .scroller,
  .plugin-group .iscroll.v2 .scroller{
    width: 1140px;
  }

  .plugin-group .iscroll .scroller li {
    padding-right: 72px;
  }
  .popular-search {
    width: 945px;
  }
  .plugin-list {
    width: 1140px;
  }
  .plugin-list ul {
    width: 1300px;
  }
  .plugin-list li {
    margin-right: 74px;
  }
}

.plugin-tabs {
  position: relative;
}
.plugin-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.plugin-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .plugin-tabs::after {
  display: none;
}
.plugin-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.plugin-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 35px;
}

.plugin-tabs-navigation {
  width: 100%;
  display: table;
}
.plugin-tabs-navigation li {
  display: table-cell;
  white-space: nowrap;
  text-align: center;
}
.plugin-tabs-navigation a {
  position: relative;
  display: block;
  border-bottom: 2px solid #DCDDE0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  padding: 0 20px;
  line-height: 35px;
  color: #696e7a;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.no-touch .plugin-tabs-navigation a:hover,
.plugin-tabs-navigation a.selected {
  color: #2388ee;
  border-bottom: 2px solid #2388ee;
}
.plugin-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.plugin-tabs-content {
  height: auto !important;
}

.plugin-tabs-content li.plugin-tabs-content-item {
  display: none;
}
.plugin-tabs-content li.plugin-tabs-content-item.selected {
  display: block;
  -webkit-animation: plugin-fade-in .5s;
  animation: plugin-fade-in .5s;
}

.comment-write-title {
  display: inline-block;
  font-size: 14px;
  margin: 4px 0 0;
  padding: 0;
}
.comment-write .xe-star-point {
  display: inline-block;
  padding: 0 0 0 15px;
  vertical-align: -1px;
}

.xe-star-point ul {
  margin: 0;
  padding: 0;
}

.xe-star-point li {
  display: inline-block;
}

.xe-star-point li.active {
  border-bottom: 0 none;
}

.xe-star-point button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.xe-star-point i {
  padding-top: 2px;
  color: #f0ad4e;
  /* font-size: 14px; */
  font-size: 17px;
}
.xe-star-point i:first-of-type,
.xe-star-point .active i:last-of-type {
  display: none;
}

.xe-star-point .active i:first-of-type {
  display: block;
}
.comment-write-input .markdown-btn button {
  width: auto;
}
.markdown-btn {
  margin: 14px 0 -1px;
}
.markdown-btn button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: -3px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
  background-color: transparent;
  font-size: 15px;
  outline: none;
  color: rgba(0, 0, 0, 0.68);
}
.markdown-btn button.active {
  z-index: 2;
  border-color: #dcdde0;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}

.markdown-editor .markdown-preview,
.markdown-editor .markdown-input {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 127px;
  padding: 8px 10px;
  border: 1px solid #dcdde0;
  line-height: 23px;
  font-size: 14px;
  resize: vertical;
  word-break: break-all;
  outline: 0;
}
.markdown-editor .markdown-preview {
  min-height: 127px;
  height: auto;
  padding: 20px 10px;
}
.markdown-editor .markdown-caption {
  margin: 12px 0 18px;
  padding: 0;
  font-size: 14px;
  color: #696e7a;
}
.comment-write-btn .xe-btn-primary {
  background-color: #76b4f2;
  border-color: #76b4f2;
}
.comment-write button {
  width: 100%;
}
.comment-list > ul {
  position: relative;
  padding-bottom: 1px;
  margin-top: 50px;
  list-style-type: none;
}
.comment-list > ul > li {
  position: relative;
  padding-top: 20px;
}
.comment-list > ul > li:before {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #dcdde0;
}
.comment-list > ul:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #dcdde0;
}
.comment-list-btn {
  position: absolute;
  top: 17px;
  right: 0;
}
.comment-list-btn button{
  padding: 3px;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  color: #a8abb0;
}
.comment-list-infor {
  margin-top: 4px;
  font-size: 12px;
  color: #aaa;
}
.comment-list-infor-id {
  padding-right: 2px;
}
.comment-list-infor-date {
  position: relative;
  padding-left: 6px;
}
.comment-list-infor-date:before {
  content:"";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 8px;
  background-color: #aaa;
}
.comment-list-text {
  margin: 20px 0;
  font-size: 13px;
  line-height: 20px;
}
.comment-list-btn-more {
  margin-top: 10px;
  text-align: right;
}
.comment-list-btn-more button {
  padding: 0;
  margin: 0;
}
.comment-list-btn-more button:before {
  content: "...";
}
.plugin-infor {
  position: relative;
  color: #696e7a;
  min-height: 180px;
}
.manage-plugin-sub-title {
  display: block;
  margin: 0;
  padding: 11px 15px 10px;
  border-top: 2px solid #2388ee;
  background-color: #ededed;
  font-size: 16px;
  color: #434a53;
}
.plugin-infor-img {
  position: absolute;
  top: 0;
  left: 15px;
  width: 90px;
  height: 90px;
  background: url(../../assets/img/no_image.jpg) 0 0 no-repeat;
  background-size: cover;
}
.plugin-infor-img img {
  width: 100%;
  height: 100%;
}
.plugin-infor-title {
  margin: 0;
  padding: 0;
  padding-left: 120px;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}
.plugin-infor-update {
  padding-left: 120px;
  margin: 9px 0 0;
}
.plugin-infor-update dt,
.plugin-infor-update dd {
  display: inline-block;
  margin: 0;
}
.plugin-infor-update dd {
  padding-left: 7px;
}
.plugin-infor-count {
  margin: 5px 0 0;
  padding-left: 120px;
}
.plugin-infor-count dd {
  margin: 0;
}
.plugin-infor-count dd i{
  margin-right: 8px;
}
.plugin-infor-desc {
  margin: 17px 0 0;
  font-size: 13px;
  line-height: 19px;
}
.plugin-infor-version {
  position: relative;
  margin: 10px 0 12px;
}
.plugin-infor-version dt {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.plugin-infor-version dd {
  display: inline-block;
  margin: 0 0 0 81px;
}
.plugin-infor-version ul {
  list-style-type: none;
}
.plugin-infor-version li {
  display: inline-block;
  margin: 0 2px 5px 0;
}
.plugin-infor-version p {
  margin: 0;
}
.license-infor {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdde0;
  color: #434a53;
}
.caption-status h4{
  margin: 8px 0 9px;
}
.caption-status ul{
  margin: 0;
  padding: 5px 0 10px 14px;
  border-top: 1px solid #dcdde0;
}
.caption-status li{
  display: inline-block;
  margin: 5px 40px 0 0;
}
.caption-status .xe-badge{
  border-radius: 10px;
  font-weight: normal;
}
.caption-status .xe-badge + span{
  margin-left: 5px;
}

.table-type .table-cell:first-child {
  font-weight: bold;
}
.license-infor .xe-form-control,
.license-infor .xe-select-box {
  display: inline-block;
  height: 35px;
  margin: 0;
  border: 1px solid #dcdde0;
  color: #696e7a;
}
.license-infor .xe-form-control + .caption,
.license-infor .xe-select-box + .caption {
  display: inline-block;
  padding-top: 4px;
}
.license-infor .color-red {
  color: #d9534f;
}
.license-infor .color-blue {
  color: #2c8beb;
}
.license-infor .color-green {
  color: #5cb85c;
}

.license-infor .xe-form-group {
  margin-bottom: 0;
}
.plugin-manage .license-infor + .pull-right .xe-btn {
  margin: 10px 0 0 10px;
}
.table-row {
  overflow: auto;
}
.table-cell {
  display: inline-block;
  font-size: 13px;
}
.table-type .border-bottom {
  border-bottom: 1px solid #dcdde0
}
.table-type .table-cell:first-child {
  padding-top: 15px;
}
.table-type .table-cell:last-child {
  float: right;
  padding-top: 15px;
}
.table-type .table-cell.type-block {
  float: none;
  display: block;
}
.table-type .table-cell:last-child p {
  margin: 0;
  color: #696e7a;
}
.table-type .table-cell:last-child a {
  color: #2388ee;
  -ms-word-break: break-all;
  word-break: break-all;
}
.table-type .license-detail-date .table-cell{
  padding-top: 12px;
  padding-bottom: 11px;
}
.table-type .license-detail-name .table-cell:last-child {
  position: relative;
  float: none;
}
.license-detail-name .table-cell {
  min-height: 105px;
}
.license-detail-name img {
  position: absolute;
  top: 12px;
  left: 0;
  width: 90px;
  height: 90px;
}
.license-detail-name p {
  padding-left: 105px;
  font-size: 20px;
}
.table-type .license-detail-domain .table-cell:last-child {
  float: none;
}
.license-detail-bank .table-cell:last-child p {
  text-align: right;
}
.license-detail-bank span{
  white-space: nowrap;
}
.total-price {
  padding: 7px 15px 0;
  background-color: #2388ee;
}
.total-price li {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #cfe0fa;
}
.total-price dl {
  overflow:auto;
  margin: 0;
  padding-top: 12px;
}
.total-price dt {
  float: left;
}
.total-price dd {
  float: right;
  margin: 0;
}
.total-price dd:before {
  content: "￦ ";
}
.total-price .discount dd:before {
  content: "(-) ￦ ";
}
.total-price .sum {
  color: #fff;
}
.total-price .sum dl{
  padding-top: 30px;
  padding-bottom: 16px;
}
.total-price .sum dd{
  font-size: 20px;
}
.license-infor .table-row:last-child .table-cell:last-child {
}
.license-infor .price {
  font-size: 13px;
  color: #2c8aea;
  font-weight: bold;
}
.license-infor .price:before {
  content: "￦ ";
}
.text-caution {
  color: #696e7a;
  margin: 8px 0 0;
  line-height: 16px;
}
.text-caution + .xe-btn-buy,
.license-infor + .xe-btn-buy {
  width: 100%;
  margin-top: 20px;
  padding: 9px 16px;
  font-size: 18px;
}
.plugin-infor-caption {
  min-height: 90px;
  margin-top: 20px;
}
.table-container {
  overflow-x: auto;
}
.table-type2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
}
.table-type2 .table-header-group {
  display: table-header-group;
}
.table-type2 .table-row-group {
  display:table-row-group;
}
.table-type2 .table-row {
  display: table-row;
}
.table-type2 .table-cell {
  position: relative;
  display: table-cell;
  width: auto;
  border: 1px solid #dcdde0;
  padding: 0 15px;
  vertical-align: middle;
  text-align: left;
}
.table-type2 .table-cell.center {
  text-align: center;
}
.table-type2 .table-header-group .table-cell{
  height: 40px;
  border-top: 2px solid #2388ee;
  border-bottom: 0;
  background-color: #ededed;
  color: #434a53;
  font-weight: bold;
}
.table-type2 .table-row-group .table-cell {
  overflow: hidden;
  height: 40px;
  padding: 0 15px;
  color: #696e7a;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-type2 .price p:before,
.table-type2 .sale-list-fees p:before {
  content: "￦ "
}
.table-type2 .sale-list-fees p {
  display: inline-block;
  margin: 4px 0;
}
.table-type2 .sale-list-fees p:first-child,
.table-type2 .sale-list-fees p:first-child + p {
  font-weight: bold;
}
.table-type2 .color {
  color: #6c57d9;
}
.table-type2 .color + p {
  margin-left: 5px;
}
.xe-btn-token {
  min-width: 50px;
}
.xe-btn-addsite {
  margin-top: 20px;
  text-align: right;
}
.store-pager {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.store-pager .nav-text {
  display: inline-block;
  margin: 10px 0 0;
  color: #878b93;
  font-size: 14px;
}
.store-pager ul {
  display: inline-block;
}
.store-pager a {
  display: block;
  color: #434a58;
  height: 100%;
  font-size: 14px;
}
.store-pager .active {
  background-color: #2388ee;
}
.store-pager .active a {
  color: #fff;
}
.store-pager .btn-prve,
.store-pager .btn-next {
  position: absolute;
  width: 54px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #2c8beb;
  background-color: #fff;
  font-size: 14px;
  color: #2c8beb;
}
.store-pager .btn-prve {
  left: 0;
}
.store-pager .btn-next {
  right: 0;
}

.sale-total-price {
  position: relative;
  background-color: #7885ff;
}
.sale-total-price dl {
  overflow: hidden;
  margin: 0;
  padding: 12px 15px 8px;
  color: #fff
}
.sale-total-price dl:first-of-type {
  background-color: #5b69ee;
}
.sale-total-price dt {
  padding-top: 4px;
  font-size: 14px;
  display: inline-block;
}
.sale-total-price dd {
  float: right;
  font-size: 25px;
}
.sale-total-price .won:before {
  content: "￦ ";
  font-size: 24px;
  vertical-align: top;
}
.search-btn {
  display: inline-block;
  margin: 0;
  float:none;
}
.search-btn button{
  padding: 7px 13px;
  border: 1px solid #dcdde0;
  font-size: 13px;
  color: #434a53;
}
.search-btn button + button{
  margin-left: 5px
}
.gray-box {
  position: relative;
  margin: 15px 0;
  padding: 15px;
  background-color: #f2f2f2;
  text-align: center;
}
.search-date {
  padding: 15px 0 15px;
  color: #434a53;
}
.search-date dl{
  position: relative;
  text-align: right;
  margin: 0;
}
.search-date dl:first-of-type {
  margin-bottom: 14px;
}
.search-date dt{
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 13px;
}
.search-date dd{
  padding-left: 44px;
  margin: 0;
}
.xe-btn-sale-search {
  width: 100%;
  margin-top: 7px;
  background-color: #fff;
  color: #2c8beb;
}
.category-search {
  color: #434a53;
}
.category-search dl{
  /*margin: 0 0 -20px;*/
  font-size: 13px;
}
.category-search dl:first-of-type {
  margin-top: 20px;
  margin-bottom: -11px;
}
.category-search dt{
  margin: 10px 0 3px;
}
.category-search dd{
  margin: 0;
}
.category-search2 {
  padding: 0 0 15px 0;
}
.category-search2 .xe-select-box + .xe-select-box {
  margin-top: 5px;
}
.table-type2.sale-list .table-cell {
  text-align: left;
}
.table-type2.sale-list .table-cell:nth-of-type(1) img{
  vertical-align: middle;
}
.table-type2 .table-row-group .view-more,
.table-type2 .view-more {
  padding-left: 36px;
}
.table-type2 .view-more p {
  padding-top: 4px;
  margin: 0;
  font-size: 12px;
}
.table-type2 .view-more a {
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(5px) \9;
}
.table-type2 .view-more a i {
  font-size: 17px;
}
.table-type2 .view-more a span {
  text-decoration: underline
}
.sale-list .sale-list-price p {
  vertical-align: top;
}
.sale-list-price p:before {
  content: "￦ ";
  vertical-align: top;
}
.table-type2 .width-80{width: 80px}
.table-type2 .width-110{width: 110px}
.table-type2 .width-130{width: 130px}
.table-type2 .width-150{width: 150px}
.table-type2 .width-180{width: 180px}
.table-type2 .width-200{width: 200px}
.table-type2 .width-auto{width: 200px}

.plugin-detail .second-info .xe-modal-modify-number {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-90%, -50%);
  -ms-transform: translate(-90%, -50%);
  -o-transform: translate(-90%, -50%);
  transform: translate(-90%, -50%);
}
.plugin-detail .xe-modal-modify-number {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.xe-modal-modify-number {
  display: none;
  width: 203px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #dcdde0;
  text-align: center;
  z-index: 102;
  white-space: nowrap;
}
.plugin-detail .second-info .xe-modal-modify-number:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-left-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.xe-modal-modify-number .modify-number {
  border: 1px solid #fff;
  text-align: right;
  font-size: 25px;
  color: #434a53;
}
.xe-modal-modify-number .modify-number::-webkit-outer-spin-button,
.xe-modal-modify-number .modify-number::-webkit-inner-spin-button{
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.xe-modal-modify-number input {
  width: 100%;
}
.plugin-detail .second-info > li .xe-modal-modify-number button {
  display: inline-block;
}
.xe-modal-modify-number button {
  width: 89px;
  margin: 18px 2px 0;
}
.xe-modal-modify-number button:first-of-type {
  margin-left: 0;
}
.xe-modal-modify-number button:last-of-type {
  margin-right: 0;
}
.dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #010101;
  opacity: 0.5;
  cursor: default;
}
.profile-seller {
  text-align: center;
}
.profile-name {
  width: 100%;
  margin: 26px 0 0 0;
  border: 0;
  color: #2c2e37;
  font-size: 32px;
  text-align: center;
  line-height: 38px;
  font-weight: 600;
  word-break: break-all;
}
.profile-infor {
  overflow: auto;
  margin-top: 30px;
  padding-bottom: 38px;
  border: 1px solid #e4e4e4;
}
.profile-infor-title {
  padding: 19px 0 18px 24px;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
}
.profile-infor-text {
  padding: 30px 25px 0;
}
.profile-infor-plugin-list {
  padding: 24px 25px 0;
  margin: 40px 0 0;
  border-top: 1px solid #e4e4e4;
  list-style-type: none;
}
.profile-infor-text-content {
  padding: 12px 0;
  color: #8e8e93;
  line-height: 21px;
  word-break: break-all;
}
.profile-infor-plugin-img {
  float: left;
  width: 80px;
  height: 80px;
  border: 1px solid #dcdde0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.profile-infor-plugin-img img {
  width: 100%;
  height: 100%;
}
.profile-infor-plugin-summary {
  padding-left: 100px;
}
.profile-infor-plugin-summary h2,
.profile-infor-plugin-summary p{
  margin: 0;
  font-size: 16px;
  color: #2c2e37;
  font-weight: bold;
  line-height: 24px;
}
.profile-infor-plugin-price::before {
  content: '￦ ';
}
.profile-infor-plugin-price {
  text-align: right;
  padding-right: 20px;
}
.profile-infor-plugin-desc {
  padding: 12px 0 6px;
  margin: 0;
  font-size: 14px;
  color: #696e7a;
  line-height: 18px;
}
.profile-infor-plugin-count {
  overflow: auto;
  padding-bottom: 10px;
  margin: 0;
}
.profile-infor-plugin-count dd i {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}
.profile-infor-plugin-count dd {
    float: left;
    margin: 0 0 0 20px;
    color: #696e7a;
    font-size: 14px;
}
.profile-infor-plugin-count dd:first-of-type{
  margin-left: 0;
}
.profile-infor-plugin ul {
  overflow: auto;
}
.profile-infor-plugin ul + div {
  padding: 0 25px;
  text-align: right;
}
.profile-infor-top {
  overflow: auto;
}
.core-down {
  margin: 50px auto -11px;
  padding: 0 20px;
  text-align: center;
}
.core-down .link {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 2px solid #192004;
  border-radius: 5px;
  font-size: 20px;
}
.core-down .btn-core-down {
  margin-bottom: 10px;
  background-color: #192004;
  color: #fff;
}
.core-down .btn-core-github {
  color: #000;
  background-color: transparent;
}

.setting-card .setting-group p, .setting-card .setting-detail p {
  margin-bottom: 8px;
  font-weight: 600;
  color: #2c2e37;
}

.setting-card .text-gray {
  display: inline-block;
  font-size: 15px;
  color: #696e7a;
}
.setting-card em {
  font-style: normal;
}


/*공홈 분기*/
@media (max-width: 991px) {
  .sub.store .popular-search{
    top: 98px
  }
  .sub.store .category {
    top: 48px;
  }
}
@media (min-width: 768px) {
  .comment-list-pic {
    position: relative;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 1px rgba(153,153,153, .3) inset;
  }
  .comment-list > ul > li {
    padding:0 0 0 103px;
    margin-bottom: 15px;
  }
  .comment-list > ul > li:before,
  .comment-list > ul:after {
    display: none;
  }
  .comment-list-left {
    position: absolute;
    top: 0;
    left: 0;
  }
  .comment-list-right {
    position: relative;
    padding: 20px 20px 0;
    border: 1px solid #dcdde0;
    vertical-align: top;
  }
  .comment-list-right:after {
    content: "";
    position: absolute;
    top: 17px;
    left: -6px;
    width: 10px;
    height: 10px;
    border: 1px solid #dcdde0;
    background-color: #fff;
    transform: rotate(45deg);
    border-top: 0;
    border-right: 0;
  }
  .comment-list-btn {
    right: 16px;
  }
  .xe-star-point {
    display: inline-block;
  }
  .comment-list-infor {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
  }
  .comment-list-text {
    margin: 13px 0 20px;
  }
  .search-btn:after {
    content: "";
    display: block;
    clear: both;
  }
  .search-btn button{
    float: left;
    padding: 7px 13px;
    border: 1px solid #dcdde0;
    font-size: 13px;
    color: #434a53;
  }
  .table-type2 .width-auto{width: auto}
  .core-down {
    max-width: 750px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub.store .category {
    top: 56px;
  }
  .sub.store .popular-search {
    top: 106px;
  }
  .sub.store .list-heading .xe-dropdown .xe-dropdown-menu {
    padding: 0 100px;
  }
  .sub.store .plugin-detail .plugin-title {
    margin: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .sub.store{
    padding-top: 128px;
  }
  .sub.store .header-bar{
    top: 68px;
  }
  .sub.store .plugin-detail .plugin-title{
    border : none;
  }

  .plugin-detail .dev-list .dev-info {
    max-width: 160px;
  }
  .plugin-detail .plugin-document .plugin-desc button{
    width: auto;
    padding: 0 12px;
    font-size: 13px;
  }
  .plugin-detail .xe-license-box {
    border: 1px solid #dcdde0;
    background-color: #fff;
  }
  .plugin-detail .xe-license-price button {
  }
  .plugin-detail .xe-btn-plugin-block {
    text-align: left;
  }

  .comment-write-btn {
    text-align: center;
  }
  .comment-write-btn button{
    width: 115px;
    margin: 0 4px;
  }
  .comment-list-btn-more {
    text-align: center;
  }
  .comment-list-btn-more button:before {
    display: none;
  }
  .manage-plugin-sub-title {
    padding: 0;
    border: 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
  }
  .sub-container {
    margin: 20px 0 38px;
    border: 1px solid #dcdde0;
    border-top: 2px solid #2388ee;
  }
  .plugin-infor-caption {
    min-height: auto;
    margin-top: 32px;
    padding-right: 20px;
  }
  .plugin-infor-img {
    top: 35px;
    left: 25px;
    width: 112px;
    height: 112px;
  }
  .plugin-infor-title {
    display: inline-block;
    padding-left: 157px;
    margin-right: 8px;
  }
  .plugin-infor-update,
  .plugin-infor-count {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .plugin-infor-update {
    margin-right: 8px;
  }
  .plugin-infor-desc {
    padding:0 20px 0 157px;
  }
  .plugin-infor-version {
    padding: 0 20px;
  }
  .plugin-infor-version dt {
    left: 157px;
  }
  .plugin-infor-version dd {
    margin-left: 230px;
  }
  .text-caution {
    position:relative;
    top: -30px;
  }
  .caption-status ul {
    border: 0;
    padding: 0;
  }
  .caption-status li {
    margin-right: 20px;
  }
  .table-type,
  .table-type2 {
    display: table;
    width: 100%;
    padding: 0;
    table-layout: fixed;
  }
  .table-row {
    display: table-row;
  }
  .table-type .table-cell {
    position: relative;
    display: table-cell;
    height: 49px;
    border-bottom: 1px solid #dcdde0;
    vertical-align: middle;
    font-size: 14px;
  }
  .license-infor .table-cell:first-child {
    width: 170px;
  }
  .table-type .table-cell:first-child {
    padding: 0 0 0 20px;
    background-color: #ededed;
  }
  .table-type .table-cell:last-child {
    float: none;
    display: table-cell;
    padding: 16px 20px;
  }
  .table-type .table-row:last-child .table-cell {
    border-bottom: 0;
  }
  .license-infor .price {
    float: none;
    font-size: 20px;
  }
  .license-infor .xe-form-control, .license-infor .xe-select-box {
    height: 30px;
  }
  .license-infor .xe-form-control {
    max-width: 420px;
  }
  .license-infor .xe-select-box {
    max-width: 80px;
  }
  .border-type {
    border-left: 0;
  }
  .text-caution + .xe-btn-buy,
  .license-infor + .xe-btn-buy {
    display: block;
    width: 230px;
    margin: 0 auto;
  }
  .plugin-manage .license-infor + .pull-right .xe-btn {
    margin-top: 0;
  }
  .license-detail-name p {
    font-size: 14px;
  }
  .table-type .table-cell:last-child img {
    position: absolute;
    top: 9px;
    left: 20px;
    width: 30px;
    height: 30px;
  }
  .table-type .table-cell:last-child img + p {
    padding-left: 40px;
  }
  .license-detail-bank .table-cell:last-child p {
    text-align: left;
  }
  .relative-box {
    position: relative;
    clear: both;
    overflow: hidden;
  }
  .total-price {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 38px;
    width: 250px;
  }
  .total-price .sum {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
  }
  .total-price .sum dt {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }
  .btn-statement {
    float: right;
    margin-top: -23px;
  }
  .store-pager {
    margin-top: 40px;
  }

  .table-type2 .table-header-group .table-cell{
    height: 32px;
    text-align: center;
  }
  .table-type2 .table-row-group .table-cell:first-child {
    padding-left: 20px;
  }
  .table-type2 .table-row-group .table-cell {
    height: 60px;
    text-align: center;
  }
  .store-pager .btn-prve,
  .store-pager .btn-next,
  .store-pager li {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
  }
  .store-pager .btn-prve,
  .store-pager .btn-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    color: #434a58;
  }
  .sale-total-price {
    position: absolute;
    bottom: 8px;
    right: 0;
    background-color: transparent;
  }
  .sale-total-price.v2 {
    right: 15px;
  }
  .sale-total-price dl,
  .sale-total-price dt,
  .sale-total-price dd {
    display: inline-block;
    color: #000;
  }
  .sale-total-price dl:first-of-type {
    background-color: transparent;
  }
  .sale-total-price dl {
    padding: 0;
  }
  .sale-total-price dl + dl {
    margin-left: 20px;
  }
  .sale-total-price dt {
    padding: 8px 13px 0 0;
    color: #434a53;
    vertical-align: top;
  }
  .sale-total-price dd {
    float: none;
    margin: 0;
    font-size: 30px;
    color: #2388ee;
  }
  .sale-total-price .won:before {
    font-size: 30px;
  }
  .table-type2 .table-row-group .view-more,
  .table-type2 .view-more {
    padding-left: 15px;
  }
  .table-type2 .view-more p {
    padding-top: 0;
    margin: 0 0 5px;
  }
  .table-type2 .view-more a {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .table-type2.sale-list .table-header-group .table-cell:nth-of-type(1) {
    padding-left: 30px;
  }
  .table-type2.sale-list .table-cell:nth-of-type(1) {
    width: auto;
    padding-left: 70px;
    text-align: left;
  }
  .table-type2.sale-list .table-cell:nth-of-type(2) {
    width: 147px;
  }
  .table-type2.sale-list .table-cell:nth-of-type(3) {
    width: 147px;
  }
  .table-type2.sale-list .table-cell:nth-of-type(1) img {
    position: absolute;
    top: 15px;
    left: 30px;
  }
  .relative-box .category-search2 {
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .category-search2 {
    white-space: nowrap;
    padding: 0 0 15px 0;
  }
  .category-search2 .xe-select-box {
    display: inline-block;
    width: 110px;
    vertical-align: bottom;
    border: 1px solid #bbbcbf;
  }
  .category-search2 .xe-select-box + .xe-select-box {
    margin:0 0 0 2px
  }
  .category-search2 .xe-btn-sale-search {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 3px;
  }
  .category-search {
    float: left;
    margin-bottom: 60px;
  }
  .category-search dl,
  .category-search dt,
  .category-search dd {
    display: inline-block;
    vertical-align: top;
  }
  .category-search dl,
  .category-search dl:first-of-type {
    margin: 0;
  }
  .category-search dt {
    padding-right: 6px;
  }
  .category-search dl + dl {
    padding-left: 8px;
  }
  .gray-box {
    margin-bottom: 85px;
  }
  .search-date {
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .search-date dl {
    display: inline-block;
  }
  .search-date dl,
  .search-date dl:first-of-type {
    margin-bottom: 0;
  }
  .search-date dl:nth-of-type(2) dt span {
    padding: 0 9px 0 6px;
  }
  .search-date dl:nth-of-type(2) dd {
    padding-left: 68px;
  }
  .search-date dd .xe-form-control{
    width: 165px;
    padding: 7px 3px 7px 16px;
  }
  .xe-btn-sale-search {
    width: 60px;
    margin: 0;
  }
  .search-btn {
    margin: 0 20px 0 0;
  }
  .profile-infor-plugin-img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .profile-infor-plugin-summary {
    padding-left: 140px;
  }
  .profile-infor-plugin ul {
    border-top: 1px solid #e4e4e4;
    margin: 40px 20px 0;
  }
  .profile-infor-plugin-list {
    border-top: 0;
    margin: 0;
    padding-right: 27px;
  }
  .profile-infor-plugin li + li {
    padding-left: 27px;
    padding-right: 0;
  }
  .core-down {
    max-width: 970px;
    height: 274px;
    padding: 60px 20px 0 640px;
    background: url(../../assets/img/i_core_down.png) 0 0 no-repeat, url(../../assets/img/bg_core_down.jpg) 0 0 no-repeat;
    background-size: auto 100%, cover;
  }
  .core-down .link {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
  }
  .core-down .btn-core-down {
    margin-bottom: 15px;
  }
  .core-down .link i {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@media (min-width: 1200px) {
  .plugin-group .iscroll .scroller>ul{
    width:1212px;
  }

  .plugin-group .iscroll.v2 .scroller>ul{
    width: 1227px;
  }

  .plugin-group .iscroll.v2 .scroller li{
    padding-right: 87px;
  }
  .plugin-detail .dev-list .dev-info {
    max-width: 210px;
  }
  .plugin-detail .xe-btn-plugin-manage {

  }
  .plugin-detail .second-info > li .xe-btn-plugin-manage {
    display: inline-block;
    width: 82px;
  }
  .plugin-detail .second-info > li .xe-btn-plugin-manage:nth-of-type(2) {
    margin: 0 2px
  }
  .sale-total-price dl + dl {
    margin-left: 38px;
  }
  .sales-num {
    margin-top: 0;
    margin-left: 39px;
  }
  .core-down {
    max-width: 1170px;
    padding: 60px 40px 0 710px;
  }
}
