@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NanumBarunGothicLight.eot);
  src: local('Nanum Barun Gothic Light'),
       local('NanumBarunGothicLight'),
       url(../fonts/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothicLight.woff2) format('woff2'),
       url(../fonts/NanumBarunGothicLight.woff) format('woff'),
       url(../fonts/NanumBarunGothicLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NanumBarunGothic.eot);
  src: local('Nanum Barun Gothic'),
       local('NanumBarunGothic'),
       url(../fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothic.woff2) format('woff2'),
       url(../fonts/NanumBarunGothic.woff) format('woff'),
       url(../fonts/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NanumBarunGothicBold.eot);
  src: local('Nanum Barun Gothic Bold'),
       local('NanumBarunGothicBold'),
       url(../fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothicBold.woff2) format('woff2'),
       url(../fonts/NanumBarunGothicBold.woff) format('woff'),
       url(../fonts/NanumBarunGothicBold.ttf) format('truetype');
}

* {
  list-style: none;
  outline: 0;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, div, a, span {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

html, body {
  width: 100%;
  height: 100%
}

body {
  font-family: "Montserrat", "Apple SD Gothic Neo", "Nanum Barun Gothic", Dotum, '돋움', sans-serif;
  color: #262938;
  /* background-color: #ededed; */
}

.font-number{
  font-family: "Apple SD Gothic Neo", "Nanum Barun Gothic", Dotum, '돋움', sans-serif !important;
}

b, strong{
  font-weight: 700;
}

input, textarea{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

textarea {
  resize: none;
}

/* glide style */
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:initial;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:white;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,0.5);border-radius:4px;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);text-shadow:0 0.25em 0.5em rgba(0,0,0,0.1);opacity:1;cursor:pointer;transition:opacity 150ms ease, border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:0.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,0.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);margin:0 0.25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide__bullet--active{background-color:white}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}


/*[ng-click], [data-ng-click], [x-ng-click] {
  cursor: pointer;
}
.modal{
  cursor: default;
}*/

/* non-responsive */
.container {
  width: 1400px;
  max-width: none !important;
}

.toggled {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper {
  padding-left: 300px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

}

#wrapper.toggled {
  padding-left: 0;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 0;
  width: 300px;
  height: 100%;
  /*     overflow-y: auto; */
  background: #262938;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  left: -300px;
}

#page-content-wrapper {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 1470px;
  max-width: none !important;
  z-index: 1;
  background-color: #fafafa;
  overflow: hidden;
}

#wrapper.toggled #page-content-wrapper {
  position: relative;
  margin-right: -300px;
}

/* Sidebar Styles */
.sidebar-brand {
  position: absolute;
  width: 300px;
  height: 120px;
  top: 0;
  z-index: 3;
  padding-top: 28px;
  border-bottom: 1px solid #000;
  text-align: center;
  background: #262938;
}

.cauly-main {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.cauly-main img{
  width: 32px;
  height: 32px;
}

.center-main {
  display: block;
  font-size: 18px;
  color: #FFF;
  padding-top: 8px;
}

.sidebar-brand a:hover, .sidebar-brand a:focus {
  color: #FFF;
  background: none;
  text-decoration: none;
}

.sidebar-brand .dropdown-menu{
  width: 245px;
	height: 38px;
	border-radius: 4px;
	background-color: #4a4f6d;
  border: solid 1px #0f151f;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: -0.4px;
  left: -125px;
}
.sidebar-brand .dropdown-menu > li > a{
  color: #ffffff;
}
.sidebar-brand .dropdown-menu > li > a:hover,
.sidebar-brand .dropdown-menu > li > a:focus{
  color: #ffffff;
  background-color: transparent;
}

.sidebar-user {
  position: absolute;
  width: 300px;
  height: 100px;
  top: 120px;
  z-index: 2;
  padding: 16px 20px 12px 20px;
  border-bottom: 1px solid #000;
  background: #262938;
}

.sidebar-user div {
  padding-bottom: 10px;
}

.sidebar-user div img {
  width: 26px;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: middle;
}

.sidebar-user div p {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
}

.sidebar-user a.on-login {
  display: inline-block;
  font-size: 12px;
  color: #a3acb6;
  text-decoration: underline;
  cursor: pointer;
}

.sidebar-user a.on-login:hover {
  background: none;
  text-decoration: underline;
}

.sidebar-user a.non-login {
	margin-top: 20px;
	width: 80px;
}

.sidebar-nav {
  position: absolute;
  top: 220px;
  z-index: 1;
  width: 300px;
  height: calc(100% - 220px);
  margin: 0;
  padding: 0;
  list-style: none;
  background: #262938;
  overflow-x: hidden;
  overflow-y: scroll;
}

.sidebar-nav li {
  border-bottom: 1px solid #000;
  line-height: 54px;
  font-size: 16px;
  color: #FFFFFF;
}

.sidebar-nav .nav-title {
  padding-left: 40px;
  padding-right: 20px;
}

.sidebar-nav div .icon-nav {
  padding-right: 15px;
}

.sidebar-nav li p {
  display: inline-block;
}

.sidebar-nav li .icon-updown {
  padding-top: 10px;
  color: #FFFFFF;
  float: right;
  font-size: 30px;
}

.sidebar-nav li .icon-listsort {
  color: #FFFFFF;
  float: right;
}

.sidebar-nav li .icon-listsort .fa-cog {
  margin-right: 10px;
}

.sidebar-nav li .icon-listsort .icon-updown2 {
  font-size: 30px;
  vertical-align: sub;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav li>ul li {
  background-color: #171926;
  border-bottom: 1px solid #222533;
}

.sidebar-nav li>ul li:last-child {
  border-bottom: none;
}

.sidebar-nav li>ul li a {
  padding-left: 54px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 40px;
  color: #a2a3a8;  
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-nav .nav-special {
  padding-left: 20px;
  padding-right: 20px;
}

.bookmark .nav-special {
	font-size: 14px;
  color: #fee100 !important;
}

.sdk a {
  font-size: 14px;
  color: #FFFFFF !important;
}

.customer a {
  font-size: 14px;
  color: #fee100 !important;
}

.customer.active {
  background-color: #fee100 !important;
}

.customer.active a {
  color: #292638 !important;
}

.brochure a {
  font-size: 14px;
  color: #5ad4d9 !important;
}

.designguide a {
  font-size: 14px;
  color: #ff8146 !important;
}

.blank {
  display: block;
  height: 54px;
  border-bottom: 0 !important;
}

.blank-top {
  display: block;
  height: 54px;
}

.nav-down {
  padding-left: 30px;
}

.pub-bg-active {
  background-color: #90c31f;
}

.pub-txt-active {
  color: #90c31f !important;
}

.ad-bg-active {
  background-color: #4179f7;
}

.ad-txt-active {
  color: #4179f7 !important;
}

.ads-list-sort {
  background: #234184 !important;
  font-size: 11px !important;
  line-height: 16px !important;
  text-align: center;
  height: 54px;
  padding-top: 18px;
}

@media ( min-width :1470px) {

  #wrapper {
    padding-left: 300px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    left: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    left: -300px;
  }
  #page-content-wrapper {
    position: relative;
    overflow: hidden;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.page-content-area {
  display: block;
  min-height: calc(100vh - 156px);
}

.page-width-fix {
  min-width: 1470px;
  max-width: 1600px;
}
.page-height-fix {
  min-height: 1300px;
}

/* 공통 사용 클래스 정의 */
.text-advertiser {
  color: #4279f7 !important;
}

.text-publisher {
  color: #8fc320;
}

.text-danger{
  color: #fc382a;
  font-weight: 700;
}

.text-point {
  color: #ff8245;
}

.text-etc {
  display: inline-block;
  color: #646e78;
  font-size: 12px;
}

.text-etc i {
  color: #ff8245;
  padding-right: 5px;
}

.text-etc span {
  color: #ff8245;
  padding-left: 10px;
}

.text-14px {
  font-size: 14px;
}

.text-12px {
  font-size: 12px;
}

.text-11px {
  font-size: 11px;
}

.text-10px {
  font-size: 10px;
}

.text-bold {
  font-weight: 700;
}
.text-under{
  text-decoration: underline;
}

.won {
  font-size: 36px;
  padding-left: 5px;
  vertical-align: top;
}

.bin {
  height: 36px;
}

.v-bar {
  padding-left: 10px;
  padding-right: 10px;
}

.space {
  padding-right: 5px;
}

.space-sm {
  padding-right: 10px;
}

.space-md {
  padding-right: 20px;
}

.space-sm-left {
  padding-left: 15px;
}

.space-md-left {
  padding-left: 26px;
}

.red {
  color: #ff1c1c;
}

.red i {
  padding-left: 10px;
}

.red-box {
  border: 1px solid #ff1c1c;
  color: #ff1c1c;
  padding: 10px;
  margin: 15px;
  text-align: left;
}

.green {
  color: #8fc320;
}

.green i {
  padding-left: 10px;
}

.blue {
  color: #4279f7;
}

.gray {
  color: #a4adb6;
}

.text-btn {
  text-decoration: underline;
}

.td-highlight {
  width: 200px !important;
  background-color: #edeeeb;
}

.bg-highlight {
  background-color: #fafafa;
}

.td-space {
  width: 3px;
}

.td-v-line {
  width: 5px;
  border-left: 1px solid rgba(0,0,0,0.05);
}

.text-space {
  height: 26px;
}

.left-title {
  line-height: 31px;
}

.count-sum {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}


/* .table>thead>tr>th {
    border-top: 3px solid #646e79 !important;
} */

.table>thead>tr>th.bottom-border {
  border-bottom: 1px solid #dfdfdf;
}

.table>thead>tr>th, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-right: 1px solid rgba(0,0,0,0.05);
}

.table>thead>tr>th:last-child, .table>tbody>tr>td:last-child, .table>tfoot>tr>td:last-child {
  border-right: 0;
}

.table>tbody>tr>td:last-child, .table>tfoot>tr>td:last-child {
  border-right: 0;
}

.right-border {
  border-right: 1px solid rgba(0,0,0,0.05) !important;
}

.left-border {
  border-left: 1px solid rgba(0,0,0,0.05) !important;
}

/* 버튼 광고주, 퍼블리셔 컬러 정의 */
.btn-advertiser {
  color: #ffffff;
  background-color: #4179f7;
  border-color: #2d69f3;
}

.btn-advertiser:hover, .btn-advertiser:focus, .btn-advertiser.focus,
.btn-advertiser:active, .btn-advertiser.active, .open>.dropdown-toggle.btn-advertiser
{
  color: #ffffff;
  background-color: #3067e2;
  border-color: #2258d1;
}

.btn-advertiser:active, .btn-advertiser.active, .open>.dropdown-toggle.btn-advertiser
{
  background-image: none;
}

.btn-advertiser-line {
  color: #4179f7;
  background-color: #fafafa;
  border-color: #2d69f3;
}

.btn-advertiser-line:hover, .btn-advertiser-line:focus,
.btn-advertiser-line.focus, .btn-advertiser-line:active,
.btn-advertiser-line.active, .open>.dropdown-toggle.btn-advertiser-line
{
  color: #3067e2;
  background-color: #fafafa;
  border-color: #2258d1;
}

.btn-advertiser-line:active, .btn-advertiser-line.active, .open>.dropdown-toggle.btn-advertiser-line
{
  background-image: none;
}

.btn-publisher {
  color: #ffffff;
  background-color: #8fc320;
  border-color: #73b90f;
}

.btn-publisher:hover, .btn-publisher:focus, .btn-publisher.focus,
.btn-publisher:active, .btn-publisher.active, .open>.dropdown-toggle.btn-publisher
{
  color: #ffffff;
  background-color: #89b820;
  border-color: #71b017;
}

.btn-publisher:active, .btn-publisher.active, .open>.dropdown-toggle.btn-publisher
{
  background-image: none;
}

.btn-publisher-line {
  color: #8fc320;
  background-color: #fafafa;
  border-color: #73b90f;
}

.btn-publisher-line:hover, .btn-publisher-line:focus,
.btn-publisher-line.focus, .btn-publisher-line:active,
.btn-publisher-line.active, .open>.dropdown-toggle.btn-publisher-line {
  color: #89b820;
  background-color: #fafafa;
  border-color: #71b017;
}

.btn-publisher-line:active, .btn-publisher-line.active, .open>.dropdown-toggle.btn-publisher-line
{
  background-image: none;
}

.btn-darken {
  color: #FFFFFF;
  background-color: #080A14;
  border-color: #080A14;
}

.btn-darken:hover, .btn-darken:focus, .btn-darken.focus, .btn-darken:active,
.btn-darken.active, .open>.dropdown-toggle.btn-darken {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}

.btn-darken:active, .btn-darken.active, .open>.dropdown-toggle.btn-darken
{
  background-image: none;
}

.btn-point-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.btn-point-padding-sm {
  padding-left: 30px;
  padding-right: 30px;
}

.btn-point-padding-xs {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-point {
  color: #FFFFFF;
  background-color: #ff8245;
  border-color: #ff8245;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-point:hover, .btn-point:focus, .btn-point.focus, .btn-point:active,
.btn-point.active, .open>.dropdown-toggle.btn-point {
  color: #FFFFFF;
  background-color: #cc6837;
  border-color: #cc6837;
}

.btn-point:active, .btn-point.active, .open>.dropdown-toggle.btn-point {
  background-image: none;
}

.btn-point-line {
  color: #ff8245;
  background-color: #fafafa;
  border-color: #ff8245;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-point-line:hover, .btn-point-line:focus, .btn-point-line.focus,
.btn-point-line:active, .btn-point-line.active, .open>.dropdown-toggle.btn-point-line
{
  color: #cc6837;
  background-color: #fafafa;
  border-color: #cc6837;
}

.btn-point-line:active, .btn-point-line.active, .open>.dropdown-toggle.btn-point-line
{
  background-image: none;
}

.btn-basic {
  color: #ffffff;
  background-color: #646e78;
  border-color: #646e78;
}

.btn-basic:hover, .btn-basic:focus, .btn-basic.focus, .btn-basic:active,
.btn-basic.active, .open>.dropdown-toggle.btn-basic {
  color: #ffffff;
  background-color: #505860;
  border-color: #505860;
}

.btn-basic:active, .btn-basic.active, .open>.dropdown-toggle.btn-basic {
  background-image: none;
}

.btn-pop {
  color: #ffffff;
  background-color: #59d5d8;
  border-color: #59d5d8;
}

.btn-pop:hover, .btn-pop:focus, .btn-pop.focus, .btn-pop:active,
.btn-pop.active, .open>.dropdown-toggle.btn-pop {
  color: #ffffff;
  background-color: #47aaad;
  border-color: #47aaad;
}

.btn-pop:active, .btn-pop.active, .open>.dropdown-toggle.btn-pop {
  background-image: none;
}


.btn-basic .badge {
  color: #646e78;
  background-color: #ffffff;
}

.btn-default-light {
  color: #ffffff;
  background-color: #a3acb6;
  border-color: #939da7;
}

.btn-default-light:hover, .btn-default-light:focus, .btn-default-light.focus,
.btn-default-light:active, .btn-default-light.active, .open>.dropdown-toggle.btn-default-light
{
  color: #ffffff;
  background-color: #959ea8;
  border-color: #838b95;
}

.btn-default-light:active, .btn-default-light.active, .open>.dropdown-toggle.btn-default-light
{
  background-image: none;
}

.btn-default-line {
  color: #646e79;
  background-color: transparent;
  border-color: #d4d6de;
}

.btn-default-line:hover, .btn-default-line:focus, .btn-default-line.focus,
.btn-default-line:active, .btn-default-line.active, .open>.dropdown-toggle.btn-default-line
{
  color: #646e79;
  background-color: transparent;
  border-color: #babecb;
}

.btn-default-line:active, .btn-default-line.active, .open>.dropdown-toggle.btn-default-line
{
  background-image: none;
}

.btn-danger-line {
  color: #e9090a;
  background-color: #fafafa;
  border-color: #e9090a;
}

.btn-danger-line:hover, .btn-danger-line:focus, .btn-danger-line.focus,
.btn-danger-line:active, .btn-danger-line.active, .open>.dropdown-toggle.btn-danger-line
{
  color: #be0304;
  background-color: #fafafa;
  border-color: #be0304;
}

.btn-danger-line:active, .btn-danger-line.active, .open>.dropdown-toggle.btn-danger-line
{
  background-image: none;
}

.btn-warning-line {
  color: #4d19dd;
  background-color: #fafafa;
  border-color: #4d19dd;
}

.btn-warning-line:hover, .btn-warning-line:focus, .btn-warning-line.focus,
.btn-warning-line:active, .btn-warning-line.active, .open>.dropdown-toggle.btn-warning-line
{
  color: #301971;
  background-color: #fafafa;
  border-color: #301971;
}

.btn-warning-line:active, .btn-warning-line.active, .open>.dropdown-toggle.btn-warning-line
{
  background-image: none;
}

.btn-info-line {
  color: #4279f7;
  background-color: #fafafa;
  border-color: #4279f7;
}

.btn-info-line:hover, .btn-info-line:focus, .btn-info-line.focus,
.btn-info-line:active, .btn-info-line.active, .open>.dropdown-toggle.btn-info-line
{
  color: #3461c6;
  background-color: #fafafa;
  border-color: #3461c6;
}

.btn-info-line:active, .btn-info-line.active, .open>.dropdown-toggle.btn-info-line
{
  background-image: none;
}

.btn-setting-line {
  color: #a3acb6;
  background-color: #fafafa;
  border-color: #a3acb6;
}

.btn-setting-line:hover, .btn-setting-line:focus, .btn-setting-line.focus,
.btn-setting-line:active, .btn-setting-line.active, .open>.dropdown-toggle.btn-setting-line
{
  color: #828a92;
  background-color: #fafafa;
  border-color: #828a92;
}

.btn-setting-line:active, .btn-setting-line.active, .open>.dropdown-toggle.btn-setting-line
{
  background-image: none;
}

.btn-setting-line i {
  font-size: 16px;
  margin-top: 2px;
}

.btn-setting-line:active, .btn-setting-line.active, .open>.dropdown-toggle.btn-setting-line
{
  background-image: none;
}

.btn-calendar-line {
  color: #a4adb6;
  background-color: #fafafa;
  border-color: #dfe3e9;
}

.btn-calendar-line:hover, .btn-calendar-line:focus, .btn-calendar-line.focus,
.btn-calendar-line:active, .btn-calendar-line.active, .open>.dropdown-toggle.btn-setting-line
{
  color: #457bf7;
  background-color: #fafafa;
  border-color: #457bf7;
}

.btn-login {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30px;
  padding: 7px 30px;
}

.btn-login:hover, .btn-login:focus, .btn-login.focus, .btn-login:active,
.btn-login.active, .open>.dropdown-toggle.btn-login {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-login:active, .btn-login.active, .open>.dropdown-toggle.btn-login {
  background-image: none;
}

.btn-join {
  color: #646e78;
  border-color: #646e78;
  border-radius: 30px;
  padding: 7px 30px;
}

.btn-join:hover, .btn-join:focus, .btn-join.focus, .btn-join:active,
.btn-join.active, .open>.dropdown-toggle.btn-join {
  color: #505860;
  background-color: #fafafa;
  border-color: #505860;
}

.btn-join:active, .btn-join.active, .open>.dropdown-toggle.btn-join {
  background-image: none;
}

.btn-target-line {
  color: #979ca3;
  border-color: #979ca3;
  border-radius: 30px;
  min-width: 150px;
}

.btn-target-line:hover, .btn-target-line:focus, .btn-target-line.focus {
  color: #828a92;
  background-color: transparent;
  border-color: #828a92;
}

.btn-target-line:active, .btn-target-line.active {
  color: #4179f7;
  background-color: transparent;
  border-color: #4179f7;
}

.btn-target-line.active:hover {
  color: #3461c6;
  background-color: transparent;
  border-color: #3461c6;
}

.btn-dropdown-line {
  color: #646e78;
  background-color: #fafafa;
  border-color: #a4adb6;
  min-width: 150px;
  text-align: left;
}

.btn-dropdown-line:hover, .btn-dropdown-line:focus, .btn-dropdown-line.focus,
.btn-dropdown-line:active, .btn-dropdown-line.active, .open>.dropdown-toggle.btn-dropdown-line
{
  color: #828a92;
  background-color: #fafafa;
  border-color: #828a92;
}

.btn-dropdown-line:active, .btn-dropdown-line.active, .open>.dropdown-toggle.btn-dropdown-line
{
  background-image: none;
}

.btn-daytime-line {
  color: #646e79;
  background-color: #ffffff;
  border-color: #ced0da;
}

.btn-daytime-line:hover, .btn-daytime-line:focus, .btn-daytime-line.focus {
  background-color: #f7f8f8;
  color: #354052;
  border-color: #ced0da;
}

.btn-daytime-line:active, .btn-daytime-line.active {
  background-color: #4179f7;
  color: #FFFFFF;
  border-color: #2d69f3;
}

.btn-white-line {
  color: #FFFFFF;;
  border-color: #FFFFFF;;
}

.btn-white-line:hover, .btn-white-line:focus, .btn-white-line.focus {
  color: #a4adb6;
  border-color: #a4adb6;
}

.btn-white-line:active, .btn-white-line.active {
  color: #FFFFFF;
  border-color: #FFFFFF;;
}

.btn-search {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-search i {
  font-size: 11px;
}

.btn .caret {
    margin-top: 7px;
    margin-left: 10px;
}

/* 체크박스, 라디오버튼 스타일 정의 */
.checkbox {
  display: inline;
  padding-left: 20px;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ced0da;
  border-radius: 4px;
  background-color: #fff;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -17px;
  font-size: 8px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-login label::before {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}

.checkbox-login input[type="checkbox"]:checked+label::before {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}

.checkbox-login input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-advertiser input[type="checkbox"]:checked+label::before {
  background-color: #457bf7;
  border-color: #2966f3;
}

.checkbox-advertiser input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-publisher input[type="checkbox"]:checked+label::before {
  background-color: #8fc320;
  border-color: #73b90f;
}

.checkbox-publisher input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.radio {
  display: inline;
  padding-left: 20px;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 3px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ced0da;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -ms-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  left: 5px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
  background-color: #4279f7;
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: #4279f7;
  background-color: #4279f7;
}

.radio-primary input[type="radio"]:checked+label::after {
  background-color: #FFFFFF;
}

.radio-width {
  min-width: 80px;
  padding-left: 30px;
}

.onoffswitch {
  position: relative;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 9px;
  color: white;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #8fc320;
  color: #FFFFFF;
  text-align: left;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #A3ACB6;
  color: #FFFFFF;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 3px;
  background: #FFFFFF;
  border: none;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0;
}

/* 카울리센터 메인 페이지 스타일 정의*/

.cauly-main-page {
  background: #ededed;
}

.cauly-main-page .container{
  width: 1400px !important;
}

.cauly-main-top {
  clear: both;
  background: #FFFFFF;
}

.main-brand {
  position: relative;
  float: left;
  padding-top: 38px;
  height: 49px;
}

.main-logo {
  display: inline-block;
  width: 150px;
  height: 49px;
  vertical-align: top;
}

.main-brand span{
  padding-left: 10px;
  font-size: 18px;
  color: #354052;
  line-height: 49px;
  height: 49px;
}

.main-signup {
  float: right;
  padding-top: 53px;
  vertical-align: sub;
}

.cauly-main-center {
  clear: both;
  background: #FFFFFF;
}

.main-slogan {
  padding-top: 100px;
  padding-bottom: 70px;
}

.cauly-main-login {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 378px;
  /*     display: -webkit-box;      OLD - iOS 6-, Safari 3.1-6
      display: -moz-box;         OLD - Firefox 19- (buggy but mostly works)
      display: -ms-flexbox;      TWEENER - IE 10
        display: -webkit-flex;     NEW - Chrome */
  display: table;
}

.btn-login-ad-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 378px;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
}

.btn-login-pb-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 378px;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
}

.cauly-main-advertiser {
  width: 50%;
  height: 378px;
  display: table-cell;
  background-color: #4279f7;
  text-align: right;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.cauly-main-advertiser div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 378px;
  background: url(../images/main_advertiser.png) right top no-repeat;
  padding-top: 170px;
  padding-right: 75px;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.cauly-main-advertiser div a:hover, .cauly-main-advertiser div a:focus {
  text-decoration: none;
}

.cauly-main-advertiser div span {
  font-size: 14px;
  color: #FFFFFF;
}

.cauly-main-advertiser div span i {
  font-size: 12px;
}

.cauly-main-publisher {
  width: 50%;
  height: 378px;
  display: table-cell;
  background-color: #92d209;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.cauly-main-publisher div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 378px;
  background: url(../images/main_publisher.png) left top no-repeat;
  padding-top: 170px;
  padding-left: 75px;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.cauly-main-publisher div a:hover, .cauly-main-publisher div a:focus {
  text-decoration: none;
}

.cauly-main-publisher div span {
  font-size: 14px;
  color: #FFFFFF;
}

.cauly-main-publisher div span i {
  font-size: 12px;
}

.cauly-main-login td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cauly-main-login input {
  box-shadow: none;
  color: #FFFFFF;
  border: 0;
}

.cauly-main-login input::-moz-selection { background-color: rgba(0,0,0,0.7);}
.cauly-main-login input::selection { background-color: rgba(0,0,0,0.7);}

.login-input {
  border-bottom: 2px solid #FFFFFF;
}

.cauly-main-login input[type="image"] {
  border: none;
}

.cauly-main-login ::-webkit-input-placeholder {
  color: #FFFFFF;
}

.cauly-main-login :-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}

.cauly-main-login ::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}

.cauly-main-login :-ms-input-placeholder {
  color: #FFFFFF;
}

/*.cauly-main-login img {
    margin-top: -15px;
}*/
.cauly-main-login .login-option, .cauly-main-login .login-option a {	
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
}

.login-after {
  float: right;
  padding-top: 53px;
  vertical-align: sub;
}

.login-after p {
  font-size: 18px;
}

.login-after p span:first-child {
  float: right;
  margin-right: 100px;
}

.login-after p a {
  font-size: 14px;
  color: #646e79;
  text-decoration: underline;
}

.advertiser-login {
  display: none;
  float: right;
  padding-top: 30px;
}

.advertiser-login.toggled {
  display: inline;
  z-index: 100000;
  position: relative;
}

.publisher-login {
  display: none;
  padding-top: 30px;
}

.publisher-login.toggled {
  display: inline;
  z-index: 100000;
  position: absolute;
}

.btn-ad-login {
  display: inline;
}

.btn-ad-login.toggled {
  display: none;
}

.btn-pb-login {
  display: inline;
}

.btn-pb-login.toggled {
  display: none;
}

.cauly-main-bottom {
  padding-top: 70px;
  padding-bottom: 80px;
  clear: both;
  background: #FFFFFF;
}

.cauly-main-bottom a {
  padding-right: 70px;
}

.cauly-main-bottom a:last-child {
  padding-right: 0;
}

.cauly-main-notice {
  background: #fafafa;
  font-size: 14px;
  clear: both;

}

.cauly-main-notice div {
  width: 600px;
  height: 64px;
  margin: 0 auto;
  position: relative;

}

.cauly-main-notice p {
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 30px;
}

.cauly-main-notice i {
  position: absolute;
  top: 26px;
}

.cauly-main-footer {
  clear: both;
  background-color: #ededed;
}

.cauly-sub-footer {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #ededed;
}

.footer-logo {
  padding: 30px 15px 0 30px;
  vertical-align: top;
}

.footer-logo-sub {
  padding: 30px 15px 0 0;
  vertical-align: top;
}

.footer-contents {
  display: inline-block;
  padding: 30px 0 16px 0;
  font-size: 11px;
}

.footer-contents p {
  font-size: 11px;
  padding-bottom: 16px;
}

.footer-contents p a {
  font-size: 12px;
  color: #080A14;
}

.footer-customer {
  float: right;
  padding-top: 30px;
  text-align: right;
}

.footer-customer p {
  padding-bottom: 16px;
}

.footer-customer img {
  width: 80%;
}

/* */
.page-header {
  position: fixed;
  top: 0;
  left: 300px;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #a4adb6;
  background-color: #fafafa;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled .page-header {
  left: 0;
}

@media ( min-width :1470px) {
  .page-header {
    left: 300px;
  }
  #wrapper.toggled .page-header {
    left: 0;
  }
}

#sidebar-toggle {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  border-right: 1px solid #a4adb6;
  border-bottom: 1px solid #a4adb6;
}

.back-black {
  background-color: #262938;
  color: #FFFFFF;
}

.back-white {
  background-color: #fafafa;
  color: #262938;
}

.page-header p {
  position: absolute;
  top: 17px;
  left: 65px;
  font-size: 13px;
}

.sub-header {
  margin: 110px 60px 60px;
}

.sub-header h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
}

.sub-header h2.inline {
  display: inline-block;
}

.sub-header div {
  display: inline-block;
}

.sub-header p {
  font-size: 16px;
  color: #646e79;
  padding-top: 20px;
}

.sub-header p span {
  border-right: 1px solid #dfdfdf;
  padding: 0 15px 0 15px;
}

.sub-header p span:first-child {
  padding-left: 0;
}

.sub-header p span:last-child {
  border-right: 0;
}

.sub-header p span b {
  color: #4179f7;
}

.sub-header a {
  margin-left: 10px;
}

.sub-header a:hover, .sub-header a:focus {
  text-decoration: none;
}

.sub-header a i {
  font-size: 10px;
}

.sub-header h2 span {
  color: #b1bbc7;
  padding: 0 30px 0 30px;
}

.sub-header h2 span:first-child {
  padding-left: 0;
}

.sub-header h2 span:last-child {
  border-right: 0;
}

.sub-header h2 span.active {
  color: #354052;
}

.sub-header h2.sign {
  display: inline-block;
}

.sub-header em {
  font-size: 24px;
  padding: 0 0 0 20px;
  font-style: normal;
}

.sub-header-sub {
  clear: both;
  margin: 0 60px 60px;
}

.table, .non-table {
  border-top: 3px solid #646e79;
  border-bottom: 1px solid #646e79;
}

.top-border-3px {
  border-top: 3px solid #646e79;
}

.table-top {
  border-bottom: none;
  margin-bottom: 0;
}

.table-top table tr td {
  padding: 15px;
}

.table-bottom {
  border-top: none;
  border-bottom: none;
}

.table-nonborder {
  width: 100%;
  max-width: 100%;
}

.table-nonborder tr td {
  padding: 6px 25px;
  vertical-align: middle;
  font-size: 13px;
}

.table-nonborder-padding {
  width: 100%;
  max-width: 100%;
}

.table-nonborder-padding tr td {
  padding: 6px 0;
  vertical-align: middle;
  font-size: 12px;
}


.non-table table tr td {
  padding: 10px 25px;
}

.non-table table tr td table tr th, .non-table table tr td table tr td {
  margin: 0;
  padding: 1px;
}

.non-table table tr td p {
  display: inline-block;
  padding-left: 15px;
}

.top-border {
  border-top: 1px solid #dfdfdf;
}

.top-border-bold {
  border-top: 1px solid #646e79;
}

.bottom-border-bold {
  border-bottom: 1px solid #646e79;
}

.non-table-sm {
  border-top: 3px solid #646e79;
  border-bottom: 1px solid #646e79;
}

.non-table-sm table tr td {
  padding: 5px 15px;
}

.non-table-sm table tr td table tr td {
  padding: 0;
}

.non-table-sm table tr td p {
  display: inline-block;
  padding-left: 15px;
}

.non-table-sm table tr.top-border {
  border-top: 1px solid #dfdfdf;
}

.non-table-md {
  border-top: 3px solid #646e79;
  border-bottom: 1px solid #646e79;
}

.non-table-md table tr td {
  padding: 10px 15px;
}

.non-table-md table tr td p {
  display: inline-block;
  padding-left: 15px;
}

.non-table-md table tr.top-border {
  border-top: 1px solid #dfdfdf;
}

.non-table-etc {
  padding-top: 20px;
}

.non-table-etc table tr td {
  padding: 5px 15px;
  vertical-align: top;
}

.non-table h1 {
  padding: 50px 0;
}

.td-in-padding {
  padding: 0 !important;
}

.table-in-table tr th {
  border-bottom: 1px solid #646e79;
}

.table-in-table tr th,
.table-in-table tr td {
  height: 40px;
  padding: 10px 15px !important;
  table-layout:fixed;
  word-break:break-all;
}

.table-in-table tr {
  border-bottom: 1px solid #dfdfdf;
}

.table-in-table tr:last-child {
  border-bottom: 0;
}

.table-in-table tr td {
  border-left: 1px solid rgba(0,0,0,0.05);
}

.table-in-table tr td:first-child {
  border-left: 0;
}

.table-fixed {
  height: 232px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #646e79;
}

.top-padding-bottom-xs {
  padding-top: 15px;
}

.row-sm {
    margin-left: -10px;
    margin-right: -10px;
}

.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}

.top-padding-xs {
  margin-top: 5px;
}

.top-padding-sm {
  padding-top: 10px;
}
.top-padding-md {
  padding-top: 20px !important;
}

.top-padding-bottom-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-padding-bottom-md {
  padding-top: 30px;
  padding-bottom: 60px;
}

.left-padding {
  padding-left: 60px;
}

.right-padding {
  padding-right: 90px;
}

.left-padding-right {
  padding-left: 60px;
  padding-right: 90px;
}

.left-padding-right-sm {
  padding-left: 10px;
  padding-right: 10px;
}

.top-padding-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

.top-padding-bottom-sm {
  padding-top: 60px;
  padding-bottom: 30px;
}

.panel-body-padding {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
}

.bottom-padding-bottom {
  padding-bottom: 60px;
}

.bottom-padding-bottom-sm {
  padding-bottom: 30px;
}

.bottom-padding-bottom-xs {
  padding-bottom: 10px !important;
}

.bottom-margin-md {
  margin-bottom: 30px !important;
}

.bottom-margin-sm {
  margin-bottom: 20px !important;
}

.bottom-margin-xs {
  margin-bottom: 10px !important;
}

.refund-possible {
  font-size: 42px;
  letter-spacing: -0.04em;
  line-height: 0;
  padding-top: 66px;
  padding-bottom: 66px;
  text-align: center;
}

.advertiser-accout {
  font-size: 42px;
  letter-spacing: -0.04em;
  line-height: 0;
  padding-top: 68px;
  padding-bottom: 68px;
  text-align: center;
}

.advertiser-accout2 {
  font-size: 42px;
  letter-spacing: -0.04em;
  line-height: 0;
  padding-top: 91px;
  padding-bottom: 91px;
  text-align: center;
}

.withdraw-account {
  font-size: 42px;
  letter-spacing: -0.04em;
  line-height: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.non-table-btn {
  border-top: 1px solid #dfdfdf;
  padding: 7px;
  text-align: center;
}

.non-table-btn a {
  width: 100px;
}

.today-line {
  display: block !important;
}

.today {
  float: right;
}

.menu-right-icon {
  float: right;
  margin-top: 22px;
}

.real-revenue thead>tr>th, .real-revenue tbody>tr>td, .real-revenue tfoot>tr>td
{
  height: 45px;
  text-align: center;
  vertical-align: middle;
}

.real-revenue tfoot {
  background-color: #edeeeb;
  font-weight: 700;
}

.real-revenue-btn {
  margin-top: 10px;
  float: right;
}

.table-top-summary {
  background-color: #edeeeb;
  font-weight: 700;
}

.list-top-right-btn {
  float: right;
  margin-top: -10px;
}

.list-top-right-btn-down {
  float: right;
}

.list-top-right-btn-bottom {
  float: right;
  margin-bottom: 10px;
  color: white !important;
}

.list-bottom-right-btn {
  float: right;
  margin-top: 15px;
  padding-left: 24px;
  padding-right: 24px;
}

.list-center-right-btn {
  float: right;
  color: white !important;
}

.detail-comment {
  float: left;
  margin-top: 15px;
  padding-left: 15px;
  font-size: 12px;
  color: #646e79;
}

.inventory-list thead>tr>th, .inventory-list tbody>tr>td,
.inventory-list tfoot>tr>td {
  vertical-align: middle;
}

.inventory-list a i {
  font-size: 16px;
  margin-top: 4px;
}

.campaign-list a i {
  font-size: 16px;
  margin-top: 4px;
}

.panel-footer button {
  margin-top: 10px;
  margin-right: 5px;
  float: left;
}

.panel-footer div {
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.panel-footer .btn-group .btn i{
  position: absolute;
  right: 18px;
  top: 12px;
}
.panel-footer .btn-group.open .btn i{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-footer .btn-group ul.dropdown-menu{
  min-width: 175px;
  border: 1px solid #e6eaee;
  border-radius: 4px;
  padding: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.panel-footer .btn-group ul.dropdown-menu > li{
  border-bottom: 1px solid #e6eaee;
}
.panel-footer .btn-group ul.dropdown-menu > li:last-child{
  border-bottom: 0;
}
.panel-footer .btn-group ul.dropdown-menu > li > a{
  padding: 10px 20px;
  color: #292638;
}
.panel-footer .btn-group .dropdown-menu > li > a:hover,
.panel-footer .btn-group .dropdown-menu > li > a:focus {
  background-color: #f5f8fa;
  color: #457bf7;
}

.fa-star {
  color: #FFE100;
}

.fa-star-o {
  color: #dfdfdf;
}

.fa-circle {
  font-size: 10px;
}

.inventory-imp .fa-circle {
  font-size: 10px;
  color: #a2dd1d;
}

.inventory-imp .fa-circle-thin {
  font-size: 10px;
  color: #a3acb6;
}

.inventory-agreement-tab {
  height: 150px;
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 2px solid #646e79;
  border-bottom: 1px solid #646e79;
  font-size: 11px;
}

.tab-bottom {
  padding-top: 15px;
  padding-left: 15px;
}

.inventory-platform {
  padding: 30px 15px;
}

.cauly-product {
  padding: 0;
}

.cauly-product-publisher {
  padding: 30px 15px;
}

.platform-box {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 100px;
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  text-align: left;
  text-decoration: none;
}

.platform-box:hover, .platform-box:active {
  background-color: #fafafa;
  /*border: 1px solid #ff8245;*/
  /*    border-left: 1px solid transparent;
  border-right: 1px solid transparent;*/
  /*border: 1px solid #ff8245;*/
  /*color: #FFFFFF;*/
  text-decoration: none;
}

.platform-box.active {
  background-color: #8fc320;
  color: #FFFFFF;
  text-decoration: none;
}

.platform-name {
  padding-top: 33px;
  padding-left: 100px;
}

.platform-android {
  position: absolute;
  left: 26px;
  top: 18px;
  width: 60px;
  height: 60px;
  background: url(../images/icon_set.png) 0 0 no-repeat;
}

.platform-apple {
  position: absolute;
  left: 26px;
  top: 18px;
  width: 60px;
  height: 60px;
  background: url(../images/icon_set.png) -64px 0 no-repeat;
}

.platform-mweb {
  position: absolute;
  left: 26px;
  top: 18px;
  width: 60px;
  height: 60px;
  background: url(../images/icon_set.png) -128px 0 no-repeat;
}

.platform-addinfo>p {
  color: #646e78;
}

.platform-addinfo>p>a {
  color: #315BBA;
}

.product-box {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 100px;
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  text-align: left;
  text-decoration: none;
}

.product-box:hover, .product-box:active {
  background-color: #fafafa;
  /*border: 1px solid #ff8245;*/
  /*    border-left: 1px solid transparent;
  border-right: 1px solid transparent;*/
  /*border: 1px solid #ff8245;*/
  /*color: #FFFFFF;*/
  text-decoration: none;
}

.cauly-product-advertiser .product-box.active {
  background-color: #4279f7;
  color: #FFFFFF;
  text-decoration: none;
}

.cauly-product-publisher .product-box.active {
  background-color: #8fc320;
  color: #FFFFFF;
  text-decoration: none;
}


.product-name {
  font-size: 16px;
  padding-top: 37px;
  padding-left: 84px;
}

.product-banner {
  position: absolute;
  left: 14px;
  top: 18px;
  width: 62px;
  height: 62px;
  background: url(../images/icon_set.png) 0px -127px no-repeat;
}

.product-full {
  position: absolute;
  left: 14px;
  top: 18px;
  width: 62px;
  height: 62px;
  background: url(../images/icon_set.png) -64px -127px no-repeat;
}

.product-video {
  position: absolute;
  left: 14px;
  top: 18px;
  width: 62px;
  height: 62px;
  background: url(../images/icon_set.png) -192px -127px no-repeat;
}

.product-native {
  position: absolute;
  left: 14px;
  top: 18px;
  width: 62px;
  height: 62px;
  background: url(../images/icon_set.png) -128px -127px no-repeat;
}

.inventory-code {
  display: inline-block;
  padding: 30px 15px;
}

.inventory-code a {
  display: inline-block;
}

.panel-housead-make {
  display: inline-block;
}

.panel-housead-make h5 {
  font-size: 14px;
  padding-bottom: 10px;
}

.panel-housead-make form {
  padding-bottom: 30px;
}

#crumbs ul {
  list-style: none;
  display: inline-table;
}

#crumbs ul li {
  display: inline;
}

#crumbs ul li a {
  display: block;
  float: left;
  width: auto;
  height: 40px;
  background: #edeeeb;
  text-align: center;
  padding: 0 40px;
  position: relative;
  margin: 0 5px 0 0;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  color: #646e79;
  /*border: 1px solid #dfdfdf;*/
}

#crumbs ul li a:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #edeeeb;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
}

#crumbs ul li a:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #fafafa;
  position: absolute;
  left: 0;
  top: 0;
}

#crumbs ul li:first-child a {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

#crumbs ul li:first-child a:before {
  display: none;
}
/*#crumbs ul li:last-child a {
padding-right: 80px;
border-top-right-radius: 2px; border-bottom-right-radius: 2px;
}
#crumbs ul li:last-child a:after {
display: none;
}*/
#crumbs ul li a:hover {
  background: #dfdfdf;
  color: #646e79;
}

#crumbs ul li a:hover:after {
  border-left-color: #dfdfdf;
}

#crumbs ul li a.active {
  background: #646e79;
  color: #FFFFFF;
}

#crumbs ul li a.active:after {
  border-left-color: #646e79;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  /*margin: 10px;*/
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity = 0);
}

.preview-banner-200 {
  display: inline-block;
  width: 320px;
  height: 100px;
  background: url(../images/ad_img_set.png) 0 -1200px no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-banner-add-200{
  display: inline-block;
  width: 320px;
  height: 100px;
  background: url(../images/ad_img_set.png) -350px -1310px no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-banner-add-200:focus, .preview-banner-add-200:hover  {
  background: url(../images/ad_img_set.png) -350px -1310px no-repeat;
  cursor: pointer;
}
.preview-banner-600 {
  display: inline-block;
  width: 300px;
  height: 250px;
  background: url(../images/ad_img_set.png) 0 -1680px no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-banner-600:focus, .preview-banner-600:hover {
  background: url(../images/ad_img_set.png) -310px -1680px no-repeat;
  cursor: pointer;
}

.preview-banner-add-600 {
  display: inline-block;
  width: 300px;
  height: 250px;
  background: url(../images/ad_img_set.png) -620px -1680px no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-banner-add-600:focus, .preview-banner-add-600:hover {
  background: url(../images/ad_img_set.png) -930px -1680px no-repeat;
  cursor: pointer;
}
.preview-banner {
  display: inline-block;
  width: 320px;
  height: 50px;
  background: url(../images/ad_img_set.png) 0 0 no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-banner-add {
  display: inline-block;
  width: 320px;
  height: 50px;
  background: url(../images/ad_img_set.png) 0 -1070px no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-full {
  display: inline-block;
  width: 205px;
  height: 350px;
  background: url(../images/ad_img_set.png) -620px 0 no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-native-icon {
  display: inline-block;
  width: 117px;
  height: 117px;
  background: url(../images/ad_img_set.png) -500px -320px no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-native-square {
  display: inline-block;
  width: 158px;
  height: 158px;
  background: url(../images/ad_img_set.png) -830px -320px no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-native-horizontal1 {
  display: inline-block;
  width: 300px;
  height: 200px;
  background: url(../images/ad_img_set.png) 0 -100px no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-native-horizontal2 {
  display: inline-block;
  width: 450px;
  height: 200px;
  background: url(../images/ad_img_set.png) 0 -320px no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-native-horizontal3 {
  display: inline-block;
  width: 192px;
  height: 60px;
  background: url(../images/ad_img_set.png) -500px -1000px no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-native-vertical {
  display: inline-block;
  width: 200px;
  height: 300px;
  background: url(../images/ad_img_set.png) -400px 0 no-repeat;
  cursor: pointer;
  border: 1px dashed #a3acb6;
}

.preview-banner:hover, .preview-banner:focus {
  background: url(../images/ad_img_set.png) 0 -530px no-repeat;
  cursor: pointer;
}

.preview-banner-add:hover, .preview-banner-add:focus {
  background: url(../images/ad_img_set.png) 0 -1140px no-repeat;
  cursor: pointer;
}

.preview-full:hover, .preview-full:focus {
  background: url(../images/ad_img_set.png) -620px -530px no-repeat;
  cursor: pointer;
}

.preview-native-icon:hover, .preview-native-icon:focus {
  background: url(../images/ad_img_set.png) -500px -850px no-repeat;
  cursor: pointer;
}

.preview-native-square:hover, .preview-native-square:focus {
  background: url(../images/ad_img_set.png) -830px -1000px no-repeat;
  cursor: pointer;
}

.preview-native-horizontal1:hover, .preview-native-horizontal1:focus {
  background: url(../images/ad_img_set.png) 0 -630px no-repeat;
  cursor: pointer;
}

.preview-native-horizontal2:hover, .preview-native-horizontal2:focus {
  background: url(../images/ad_img_set.png) 0 -850px no-repeat;
  cursor: pointer;
}

.preview-native-horizontal3:hover, .preview-native-horizontal3:focus {
  background: url(../images/ad_img_set.png) -500px -1080px no-repeat;
  cursor: pointer;
}

.preview-native-vertical:hover, .preview-native-vertical:focus {
  background: url(../images/ad_img_set.png) -400px -530px no-repeat;
  cursor: pointer;
}

.upload-cencel {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/ad_img_set.png) -500px -500px no-repeat;
  vertical-align: top;
  cursor: pointer;
  margin-left: -3px;
  margin-top: 0;
}

.upload-cencel:hover, .upload-cencel:focus {
  cursor: pointer;
}

.modal-content{ 
  border-radius: 4px;
}
.modal-header{ 
  background-color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-header.alert{
  border: 0;
  padding: 30px 30px 0 30px;
  margin: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-footer{ 
  background-color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.modal-title div {
  margin: 0 auto;
  width: 52px;
  height: 52px;
  border: 1px solid #a4adb6;
  border-radius: 26px;
  vertical-align: middle;
  margin-bottom: 20px;
}

.modal-title div i {
  font-size: 25px;
  color: #a4adb6;
  margin-top: 12px;
}

.modal-title div .fa-paper-plane {
  font-size: 25px;
  color: #a4adb6;
  margin-top: 13px;
  margin-left: -3px;
}

.modal-title {
  font-size: 16px;
}

.modal-body-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.modal-body-content {
  margin-left: 30px;
}

.modal-body-white {
  border: 0;
  background: #FFFFFF;
}

.modal-close {
  font-size: 40px;
  margin-right: 10px;
}

.modal-table-title {
  color: #646e79;
  margin-bottom: 30px;
}

.td-bgc {
  background-color: #edeeeb;
}

.sdk-btn-box {
  display: block;
  margin: 30px auto 30px auto;
  width: 200px;
  height: 120px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.sdk-btn-box img {
  padding: 20px 0 10px 0;
}

.modal-body a:hover {
  background-color: #edeeeb;
  text-decoration: none;
}

.type-banner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 10px;
  height: 12px;
  background: url(../images/goods_type.png) 0 0 no-repeat;
}

.type-full {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 10px;
  height: 12px;
  background: url(../images/goods_type.png) -10px 0 no-repeat;
}

.type-native {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 10px;
  height: 12px;
  background: url(../images/goods_type.png) -20px 0 no-repeat;
}

.type-video {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 10px;
  height: 12px;
  background: url(../images/goods_type.png) -30px 0 no-repeat;
}

.report-graph {
  border-bottom: 2px solid #646e79;
  padding-top: 15px;
  padding-bottom: 15px;
}

.report-graph-top {
  border-bottom: 2px solid #646e79;
}

.graph-area {
  position: relative;
  text-align: center;
}

.badge-advertiser {
  min-width: 10px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #4279f7;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #4279f7;
  float: right;
}

.panel-heading p {
  display: inline-block;
}

.panel-title p {
  display: inline-block;
  line-height: 1;
  padding-top: 15px;
}

.graph-toggle {
  display: inline-block;
  width: 24px;
  padding: 6px;
  background-color: #edeeeb;
  color: #646e79;
  line-height: 1;
}

.cost-top-left {
  display: inline-block;
}

.cost-comment {
  display: inline-block;
  padding-left: 50px;
  line-height: 1.8;
}

.cost-comment p a {
  font-weight: 700;
  text-decoration: underline;
}

.cost-comment a {
  margin-top: 20px;
  margin-left: 8px;
}

.top-cost-area {
  min-width: 370px;
}

.cost-balance {
  height: 190px;
  font-size: 42px;
  letter-spacing: -0.04em;
  line-height: 0;
  padding-top: 95px;
}

.page-popup {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}

.popup-content {
  margin: 20px;
}

.popup-header {
  padding: 20px 0 20px 0;
  border-bottom: 3px solid #626f78;
}

.popup-title {
  font-size: 30px;
  margin: 0;
}

.popup-body h4 {
  padding: 20px 10px 0 10px;
}

.popup-body p {
  padding: 15px 10px 10px 10px;
}

.popup-body .checkbox {
  margin-left: 10px;
}

.popup-body .popup-table-no {
  margin: 20px 10px 20px 10px;
}

.popup-body .popup-table-no tr td {
  padding: 5px;
}

.popup-body .popup-table-yes {
  width: 100%;
}

.popup-body .popup-table-yes tr td {
  padding: 10px 25px;
}

.popup-body .popup-table-yes tr td input{
  width: 200px;
}

.popup-footer {
  padding: 15px;
  border-top: 1px solid #626f78;
}

.popup-footer p {
  text-align: left;
}

.popup-footer div {
  text-align: right;
}

.popup-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.join-btn-box {
  display: inline-block;
  padding: 38px 25px;
  width: 230px;
  height: 130px;
  font-size: 20px;
  border-radius: 4px;
}

.join-btn-box:hover {
  text-decoration: none;
}

.join-btn-box i {
  float: right;
  font-size: 14px;
  padding-top: 6px;
}

.nationals {
  color: #262938;
  background-color: #ffe100;
}

.foreigner {
  color: #FFFFFF;
  background-color: #646e79;
  margin-left: 40px;
}

.foreigner:hover {
  color: #FFFFFF;
}

.policy {
  padding: 15px;
  height: 200px;
  overflow: scroll;
}

.signout {
  float: right;
}

.signout a {
  text-decoration: underline;
}

.sign-guide {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 1;
}

.edit-type-box p {
  padding-bottom: 10px;
}

.edit-type-box table {
  border: 1px solid #dfdfdf;
}

.information-edit-tab {
  height: 100%;
  padding: 15px;
  border-top: 3px solid #646e79;
  border-bottom: 1px solid #646e79;
}

.sign-leave-guide {
  padding: 50px 30px;
  border-bottom: 1px solid #646e79;
}

.modal-box-top-border {
  border-top: 1px solid #dfdfdf;
  padding: 20px 20px 40px 20px;
}

.help-inquiry-tab {
  height: 100%;
  padding: 15px 0 15px 0;
  /*    border-top: 3px solid #646e79;
  border-bottom: 1px solid #646e79;*/
}

.help-inquiry-tab table tr td {
  padding: 10px;
}

.help-inquiry-tab .top-border {
  border-top: 1px solid #dfdfdf;
}

.inquiry-answer {
  background-color: #FFFFFF;
  padding: 30px 20px !important;
}

.inquiry-answer h4 {
  padding-bottom: 20px;
}


.nav-tabs-inquiry {
  font-size: 16px;
  /*border-top: 3px solid #dfdfdf;*/
}

.nav-tabs-inquiry>li {
  float: left;
  /*margin-bottom: -1px;*/
}

.nav-tabs-inquiry>li>a {
  margin-right: 2px;
  line-height: 1.66666666;
  border-top: 3px solid #dfdfdf;
  /*border-radius: 2px 2px 0 0;*/
  background-color: #edeeeb;
  padding: 15px 20px;
}

.nav-tabs-inquiry>li>a:hover {
  background-color: #fafafa;
}

.nav-tabs-inquiry>li.active>a, .nav-tabs-inquiry>li.active>a:hover,
.nav-tabs-inquiry>li.active>a:focus {
  background-color: #FFFFFF;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs-inquiry>li.guest>a, .nav-tabs-inquiry>li.guest>a:hover,
.nav-tabs-inquiry>li.guest>a:focus {
  border-top: 3px solid #ffe100;
}

.nav-tabs-inquiry>li.advertiser>a, .nav-tabs-inquiry>li.advertiser>a:hover,
.nav-tabs-inquiry>li.advertiser>a:focus {
  border-top: 3px solid #2756c0;
}

.nav-tabs-inquiry>li.publisher>a, .nav-tabs-inquiry>li.publisher>a:hover,
.nav-tabs-inquiry>li.publisher>a:focus {
  border-top: 3px solid #8fc320;
}

.nav-tabs-inquiry.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs-inquiry.nav-justified>li {
  float: none;
}

.nav-tabs-inquiry.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs-inquiry.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media ( min-width : 768px) {
  .nav-tabs-inquiry.nav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs-inquiry.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-inquiry.nav-justified>li>a {
  margin-right: 0;
  /*border-radius: 4px;*/
}

.nav-tabs-inquiry.nav-justified>.active>a, .nav-tabs-inquiry.nav-justified>.active>a:hover,
.nav-tabs-inquiry.nav-justified>.active>a:focus {
  border-bottom: 1px solid #646e79;
}

@media ( min-width : 768px) {
  .nav-tabs-inquiry.nav-justified>li>a {
    border-bottom: 1px solid #646e79;
    /*border-radius: 2px 2px 0 0;*/
  }
  .nav-tabs-inquiry.nav-justified>.active>a, .nav-tabs-inquiry.nav-justified>.active>a:hover,
  .nav-tabs-inquiry.nav-justified>.active>a:focus {
    border-bottom-color: #FFFFFF;
  }
}

.tab-content-inquiry {
  /*padding: 0 30px;*/
  border-bottom: 1px solid #646e79;
  background-color: #FFFFFF;
}

.tab-content-inquiry>.tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content-inquiry>.active {
  display: block;
  visibility: visible;
}

.nav-tabs-ad {
  border-top: 3px solid #646e79;
}

.nav-tabs-ad>li {
  float: left;
  border-left: 1px solid #dfdfdf;
  /*margin-bottom: -1px;*/
}

.nav-tabs-ad>li:first-child {
  border-left: none;
}

.nav-tabs-ad>li>a {
  margin-right: 2px;
  line-height: 1.66666666;
  background-color: #fafafa;
  padding: 30px 0px;
  font-size: 16px;
}

.nav-tabs-ad>li.active>a, .nav-tabs-ad>li.active>a:hover, .nav-tabs-ad>li.active>a:focus
{
  color: #262938;
  background-color: #FFFFFF;
  /*border: 1px solid #646e79;*/
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs-ad.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs-ad.nav-justified>li {
  float: none;
}

.nav-tabs-ad.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs-ad.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media ( min-width : 768px) {
  .nav-tabs-ad.nav-justified>li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs-ad.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-ad.nav-justified>li>a {
  margin-right: 0;
  border-bottom: 1px solid #dfdfdf;
}

.nav-tabs-ad.nav-justified>.active>a, .nav-tabs-ad.nav-justified>.active>a:hover,
.nav-tabs-ad.nav-justified>.active>a:focus {
  /*border: 1px solid #646e79;*/
  border-bottom: 1px solid #FFFFFF;
}

.tab-content-ad {
  padding: 50px 60px;
  border-bottom: 1px solid #646e79;
  background-color: #FFFFFF;
}

.tab-content-ad>.tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content-ad>.active {
  display: block;
  visibility: visible;
}

.cost-type {
  font-size: 12px;
  color: #ff8245;
  border: 1px solid #ff8245;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 5px;
}

.tab-content-ad table {
  width: 100%;
}

.tab-content-ad table tr td {
  vertical-align: top;
  font-size: 14px;
}

.tab-content-ad .prd-infomation {
  padding-top: 40px;
}

.tab-content-ad .prd-title {
  font-size: 30px;
}

.tab-content-ad p i {
  font-size: 18px;
  font-style: normal;
}

.tab-content-ad span {
  display: block;
  padding-top: 40px;
  padding-bottom: 25px;
}

.tab-content-ad .phone {
  width: 234px;
  height: 464px;
  position: relative;
  left: 100px;
}

.tab-content-ad .skin {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.tab-content-ad .inner {
  position: absolute;
  left: 12px;
  top: 41px;
  width: 211px;
}

.tab-content-ad .rolling {
  position: absolute;
  left: 245px;
  top: 44px;
  width: 50px;
  font-size: 12px;
  color: #646e78;
}
.tab-content-ad .img {
  position: absolute;
  left: 245px;
  top: 340px;
  width: 50px;
  font-size: 12px;
  color: #646e78;
}

.btn-choice-product {
  font-size: 16px;
  padding: 16px 32px;
}

.ads-make-width {
  width: 1200px;
}

.banner-tab {
  min-width: 960px;
}

.area-upload {
  vertical-align: middle;
  padding-left: 15px;
}

.make-ads-area {
  margin-bottom: 20px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.make-ads-area:first-child {
  border-top: none;
}

.make-ads-area:last-child {
  margin-bottom: 0;
}

.ads-add-delete button {
  font-size: 30px;
  line-height: 0;
  width: 40px;
  height: 40px;
  background-color: #a3acb6;
  margin-top: 15px;
}

.ad-image-guide {
  padding: 10px 0 20px 20px;
  border-bottom: 1px solid #dfdfdf;
}

.ad-image-size {
  display: block !important;
  font-size: 18px;
  padding: 10px 0 15px 0;
}

.ad-image-size img{
  padding: 0 10px;
}

.crumbs-advertiser {
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 15px 25px;
}

.crumbs-advertiser .fa-angle-right {
  font-size: 36px;
  color: #dfdfdf;
}

.crumbs-advertiser .crumbs-box {
  display: inline-block;
  padding-left: 40px;
}

.crumbs-advertiser .crumbs-box i {
  color: #a4adb6;
  font-size: 20px;
  float: left;
  margin-left: -40px;
  margin-top: 8px;
}

.crumbs-advertiser .crumbs-box p {
  color: #a4adb6;
  font-size: 14px;
  font-weight: 700;
}

.crumbs-advertiser .crumbs-box span {
  color: #a4adb6;
  font-size: 12px;
  font-weight: 700;
}


.ads-add-btn-area {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.ads-add-btn-area p {
  display: inline-block;
  font-size: 20px;
  text-align: left;
  line-height: 1;
  vertical-align: top;
  margin-top: 15px;
}

.ads-add-btn-area span {
  font-size: 12px;
  color: #4279f7;
}

.btn-ads-add {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../images/ad_img_set.png) -700px -1000px no-repeat;
}

.btn-ads-add:hover, .btn-ads-add:focus {
  background: url(../images/ad_img_set.png) -700px -1100px no-repeat;
}



.btn-group-sm>.btn {
  margin: 2px 4px;
}

.btn-group-sm.join>.btn {
  margin: 0 0 0 -1px;
  border-radius: 0;
}

.btn-group-sm.join>.btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-sm.join>.btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.target-box {
  min-width: 960px;
}

.target-setting-box {
  background-color: #FFFFFF;
  padding-bottom: 10px;
}

.box-border-left {
  border-left: 1px solid #a8adb3 !important;
}
.box-border-right {
  border-right: 1px solid #a8adb3 !important;
}
.box-border-top {
  border-top: 1px solid #a8adb3 !important;
}
.box-border-bottom {
  border-bottom: 1px solid #a8adb3 !important;
}

.target-table {
  margin-bottom: 30px;
  background-color: #FFFFFF;
}

.target-table-category {
  background-color: #FFFFFF;
}

.target-table-inpage {
  background-color: #FFFFFF;
  border-top: 3px solid #646e79;
  padding-bottom: 30px;
}

.target-table:last-child {
  margin-bottom: 0;
}

.target-table tr {
  border-top: 1px solid #dfdfdf;
}

.target-table-title {
  border-right: 1px solid rgba(0,0,0,0.05);
}


.target-table-title:last-child {
  border-right: none;
}

.target-table-list {
  vertical-align: top;
  border-right: 1px solid rgba(0,0,0,0.05);
  padding: 0 !important;
}


.target-inventory-list .ui-grid {
    border: none !important;
}
 
.target-inventory-list .ui-grid-row:nth-child(odd) .ui-grid-cell,
.target-inventory-list .ui-grid-row:nth-child(even) .ui-grid-cell {
    background: none !important;
    border: none !important; 
}

.target-inventory-list .ui-grid-row:nth-child(odd) .ui-grid-cell:hover,
.target-inventory-list .ui-grid-row:nth-child(even) .ui-grid-cell:hover {
    background-color: rgba(0,0,0,0.03) !important;
}

.target-table-list ul {
  height: 590px;
  overflow-y: auto;
}

.target-table-list li.select-list {
  border-left: 3px solid #ffffff;
}

.target-table-list li:hover {
  background: #fafafa;
}

.target-table-list li.active {
  /*border-top: 1px solid #dfdfdf;*/
  /*border-bottom: 1px solid #dfdfdf;*/
  border-left: 3px solid #a8d3fe;
  border-right: none;
  background: #f4f9ff;
}

.target-table-list .off.active {
  border-left: 3px solid #ffbcb7;
  border-right: none;
  background: #fff9f9;
}

.target-table-list:last-child {
  border-right: none;
}

.target-table-list ul li {
  padding: 8px 8px;
}

.target-table-list ul li p {
  float: right;
}

.target-table-list ul li .radio label {
  padding-right: 20px;
}

.target-table-list-on {
  background: #f4f9ff;
}

.target-table-list-off {
  background: #fff9f9;
}

.target-sidebar,
.target-sidebar-show
{
  position: absolute;
  overflow: hidden;
  z-index: 999;
/*   background-color: #262938; */
  -webkit-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -moz-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -ms-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -o-transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  transition: 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  height: 751px;
  width: 470px;
  top: 366px;
}

.target-sidebar {
  right: -410px;
}

.target-sidebar-show {
  right: 0px;
}

.target-sidebar-toggle {
	vertical-align: top;
	
}

.target-sidebar-toggle div {
	width: 50px;
	height: 130px;
	background: #262938;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.target-sidebar-toggle div i {
	margin-top: 48px;
}


.target-sidebar-toggle-bar {
	width: 10px;
	background: #262938;
}

.taget-or-detaget {
	width: 100%;
}

.taget-or-detaget tr td {
	padding-top:2px;
	width: 1%;
	height: 55px;
	background-color: #13141c;
	font-size: 16px;
	text-align: center;
	color: #a4adb6;
}

.taget-or-detaget tr td:hover {
	background-color: #000000;
	color: #FFFFFF;
}

.taget-or-detaget tr td.active{
	background-color: #262938;
	color: #FFFFFF;
}

.target-table-side tr td.target-side-search {
  padding: 15px 28px;
  background-color: #262938;
}


.target-table-side tr td.target-side-list {
	padding: 0 28px 25px 28px;
	background-color: #262938;
}

.target-table-side tr td.target-side-list .ui-grid {
	border: none !important;
}

.target-side-list .ui-grid-row:nth-child(odd) .ui-grid-cell,
.target-side-list .ui-grid-row:nth-child(even) .ui-grid-cell {
    background: none !important;
    color: #a4adb6;
    border: none !important; 
}

.target-table-side tr td.target-side-list .ui-grid-cell-contents {
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #bdbdc0 !important;
}

.target-table-side tr td.target-side-list .ui-grid-cell-contents .target-app-list-platform {
	position: absolute;
	right: 25px;
}

.target-table-side tr td .input-group {
  width: 100%;
}

.target-table-side tr td .input-group input {
  color: white !important;
}

.target-table-side tr td ul li {
  padding-top: 10px;
  color: #e8e8e9;
}

.target-table-side tr td ul li.category {
  padding-left: 10px;
}

.target-table-side tr td ul li.category .category-sub {
  padding-left: 15px;
}

.target-table-side tr td ul li.category .category-sub .app-list {
  padding-left: 20px;
}

.target-table-side tr td ul li.category .category-sub .app-list label {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #bdbdc0 !important;
}

.target-table-side tr td ul li.category .category-sub .app-list span {
  float: right;
  color: #a4adb6;
  margin-right: 25px;
}

.target-table-side tr.top-border {
  border-top: 1px solid #dfdfdf;
}

.target-ads-choice {
  height: 208px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.target-ads-choice li {
  padding-bottom: 5px;
}

.sdk-android {
  display: inline-block;
  width: 255px;
  height: 282px;
  text-align: center;
  background: url(../images/sdk_android.png);
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

.sdk-ios {
  display: inline-block;
  width: 255px;
  height: 282px;
  margin: 0 15px;
  text-align: center;
  background: url(../images/sdk_ios.png);
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

.sdk-mweb {
  display: inline-block;
  width: 255px;
  height: 282px;
  text-align: center;
  background: url(../images/sdk_web.png);
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

.sdk-library div p.info {
  padding: 175px 0 20px 0;
}

.sdk-library-bottom {
  width: 800px;
  margin-top: 70px;
  margin-bottom: 120px;
  border-top: 3px solid #646e79;
  border-bottom: 1px solid #646e79;
}

.sdk-library-bottom table {
  width: 100%;
}

.sdk-library-bottom table tr td {
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  vertical-align: top;
}

.sdk-library-bottom table tr td h4 {
  padding-bottom: 10px;
}

.notice ul li {
  padding: 20px 15px;
  border-bottom: 1px solid #dfdfdf;
}

.notice ul li:hover {
  background-color: #FFFFFF;
  cursor: pointer;
}

.notice ul li:first-child {
  border-top: none;
}

.notice ul li:last-child {
  border-bottom: 0;
}

.notice ul li .notice-title {
  display: inline-block;
  font-size: 14px;
}

.notice ul li .notice-date {
  float: right;
  color: #646e79;
  font-size: 14px;
}

.notice ul li .notice-contents {
  background: #FFFFFF;
  padding: 30px;
  font-size: 13px;
}

.notice ul li div {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
  margin-top: 20px;
}

.notice ul li.active {
  background: #FFFFFF;
}

.notice ul li.active .notice-title {
  font-size: 18px;
}

.terms-hotkey table {
  border-top: 1px solid #dfdfdf;
  padding: 20px 0;
}

.terms-hotkey a {
  padding-left: 15px;
}

.terms {
  padding: 30px 30px;
}

.terms .contents {
  padding: 20px 0;
}

.terms p.title {
  color: #ff8245;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
}

.terms h4 {
  padding-top: 20px;
  padding-bottom: 15px;
}

.terms li {
  position: relative;
  padding-left: 19px;
}

.terms em {
  position: absolute;
  left: 0;
  top: 0;
}

.terms-signup {
  padding: 0;
}

.terms-signup .contents {
  padding: 10px 0;
}

.terms-signup p.title {
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}

.terms-signup h4 {
  padding-top: 15px;
  padding-bottom: 10px;
}

.terms-signup li {
  position: relative;
  padding-left: 19px;
}

.terms-signup em {
  position: absolute;
  left: 0;
  top: 0;
}

.policy-advertiser p.title {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.policy-advertiser table {
  margin-top: 15px;
}

.policy-advertiser table tr td {
  padding-left: 15px;
}

.policy-advertiser ul li {
  position: relative;
  left: 50px;
}

.policy-advertiser ul ul {
  padding-top: 20px;
  padding-bottom: 20px;
}

.policy-advertiser ul ul li {
  position: relative;
  left: 90px;
}

.policy-advertiser ul li span {
  position: absolute;
  left: -30px;
  top: 0;
}

.policy-advertiser ul ul li span {
  position: absolute;
  left: -50px;
  top: 0;
}

.policy-publisher p.title {
  font-size: 22px;
  padding-top: 30px;
}

.policy-publisher p.title-top {
  font-size: 22px;
}

.policy-publisher h4 {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.policy-publisher table {
  margin-top: 15px;
}

.policy-publisher table tr td {
  padding-left: 15px;
  padding-right: 15px;
}

.policy-publisher ul li {
  position: relative;
  left: 20px;
}

.policy-publisher ul ul {
  padding-top: 20px;
  padding-bottom: 20px;
}

.policy-publisher ul ul li {
  position: relative;
  left: 40px;
}

.policy-publisher ul li span {
  position: absolute;
  left: -30px;
  top: 0;
}

.policy-publisher ul ul li span {
  position: absolute;
  left: -50px;
  top: 0;
}

.list-in-btn {
  margin-left: 6px;
  cursor: pointer;
  opacity: 0;
}

.user-list-in-btn {
  margin-left: 6px;
  cursor: pointer;
}

td:hover .list-in-btn {
  opacity: 1;
}

.list-in-btn.btn-edit {
  display: inline-block;
  width: 41px;
  height: 19px;
  background: url(../images/img_btn_set.png) -60px 0 no-repeat;
  vertical-align: middle;
}

.list-in-btn.btn-edit:hover {
  background: url(../images/img_btn_set.png) -60px -30px no-repeat;
}

.list-in-btn.btn-target {
  display: inline-block;
  width: 51px;
  height: 19px;
  background: url(../images/img_btn_set.png) 0 0 no-repeat;
  vertical-align: middle;
}

.list-in-btn.btn-target:hover {
  background: url(../images/img_btn_set.png) 0 -30px no-repeat;
}

.list-in-btn.btn-adslist {
  display: inline-block;
  width: 41px;
  height: 19px;
  background: url(../images/img_btn_set.png) -170px 0 no-repeat;
  vertical-align: middle;
}

.list-in-btn.btn-adslist:hover {
  background: url(../images/img_btn_set.png) -170px -30px no-repeat;
}

.list-in-btn.btn-useredit {
  display: inline-block;
  width: 200px;
  height: 19px;
  background: url(../images/img_btn_set.png) -220px 0 no-repeat;
  vertical-align: middle;
}

.list-in-btn.btn-useredit:hover {
  background: url(../images/img_btn_set.png) -220px -30px no-repeat;
}

.btn-setting {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/img_btn_set.png) -110px 0 no-repeat;
  vertical-align: middle;
}

.btn-setting:hover {
  background: url(../images/img_btn_set.png) -110px -30px no-repeat;
}

.refund-comment {
  color: #646e79;
  padding-bottom: 30px;
}

.refund-comment .title {
  padding-top: 10px;
}

.refund-comment .contents {
  padding-left: 15px;
}

.one-tab li a {
  padding: 30px 50px;
  border-right: 1px solid #dfdfdf;
  border-bottom: none;
  width: 300px;
  text-align: center;
}

.one-tab-side {
	border-bottom: 1px solid #dfdfdf;
	border-left: none !important;
	height: 86px;
	width: 808px;
	margin-left: -2px;
}

.help-tip {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../images/i_g.svg) no-repeat;
  vertical-align: middle;
}

.tooltip-inner table tr td{
  padding: 3px 8px;
}

/* Specify styling for tooltip contents */
.tooltip.customClass .tooltip-inner {
  color: #FFFFFF;
  background-color: #262938;
  border-radius: 4px;
  padding: 10px;
}
/* Hide arrow */
.tooltip.customClass .tooltip-arrow {
  display: none;
}

.report-tab {
  background-color: #f5f5f5;
  vertical-align: middle;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}

.report-tab .tab-btn {
  display: table-cell;
  text-align: center;
  
  border-right: 1px solid #dfdfdf;
}

.report-tab .tab-btn a {
  display: block;
  width: 200px;
  padding-bottom: 15px;
  font-size: 14px;
  cursor: pointer;
  border-left: none;
  border-bottom: 1px solid #dfdfdf;
}

.report-tab .tab-btn a span{
  display: block;
  width: 100%;
  height: 3px;
  background: #dfdfdf;
  margin-bottom: 15px;
}

.report-tab .tab-btn .active {
  background-color: #fafafa;
  border-bottom: 1px solid #fafafa !important;
}

.report-tab .tab-btn .active span{
  background: #4279f7;
}

.report-tab .tab-btn a:hover {
  background-color: #ffffff;
  text-decoration: none;
}

.report-tab .tab-btn .publisher.active span{
  background-color: #8fc320;
}

.tab-btn-right {
  display: table-cell;
  text-align: right;
  width: 100%;
  padding-right: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #dfdfdf;
}

.tab-btn-right .label-yesbox-fix, a {
  vertical-align: top;
}

.not-margin {
  margin: 0 !important;
}
.not-padding {
  padding: 0 !important;
}

.not-padding-top {
  padding-top: 0 !important;
}

.not-padding-bottom {
  padding-bottom: 0 !important;
}

.not-border {
  border-top: none !important;
}
.not-border-top {
  border-top: none !important;
}

.not-border-bottom {
  border-bottom: none !important;
}

.not-border-left {
  border-left: none !important;
}

.not-border-right {
  border-right: none !important;
}

.contactus-tab {
  background-color: #f5f5f5;
  vertical-align: middle;
  width: 100%;
}

.contactus-tab .tab-btn {
  display: table-cell;
  text-align: center;
  width: 1%;
  border-right: 1px solid #dfdfdf;
}

.contactus-tab .tab-btn:last-child {
  border-right: none;
}

.contactus-tab .tab-btn a {
  display: block;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border-left: none;
  border-bottom: 1px solid #dfdfdf;
}

.contactus-tab .tab-btn a span{
  display: block;
  width: 100%;
  height: 3px;
  background: #dfdfdf;
  margin-bottom: 15px;
}

.contactus-tab .tab-btn .active {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.contactus-tab .tab-btn .active span{
  background: #4279f7;
}

.contactus-tab .tab-btn .publisher.active span{
  background-color: #8fc320;
}

.contactus-tab .tab-btn a:hover {
  background-color: #ffffff;
  text-decoration: none;
}


.target-tab {
  background-color: #f5f5f5;
  vertical-align: middle;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}

.target-tab .tab-btn {
  display: table-cell;
  text-align: center;
  width: 200px;
  border-right: 1px solid #dfdfdf;
}

.target-tab .tab-bin {
  display: table-cell;
  width: 918px;
}

.target-tab .tab-bin span{
	display: block;
  padding-bottom: 15px;
  font-size: 14px;
  border-left: none;
  border-bottom: 1px solid #dfdfdf;
}

.target-tab .tab-btn a {
  display: block;
  padding-bottom: 15px;
  font-size: 14px;
  cursor: pointer;
  border-left: none;
  border-bottom: 1px solid #dfdfdf;
}

.target-tab .tab-btn a span{
  display: block;
  width: 100%;
  height: 3px;
  background: #dfdfdf;
  margin-bottom: 15px;
}

.target-tab .tab-btn .active {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff !important;
}

.target-tab .tab-btn .active span{
  background: #4279f7;
}

.target-tab .tab-btn a:hover {
  background-color: #ffffff;
  text-decoration: none;
}

.platform-choice-set {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}

.platform-choice-set li {
  list-style: none;
  float: left;

}

.platform-choice-set li a {
  display: block;
  width: 92px;
  padding: 13px 0;
  margin-left:0;
  margin-bottom: 1px;
  text-decoration: none!important;
  text-align: center;
  color: #dfdfdf;
  background: #ffffff;
  border: 1px solid #dfdfdf;
}


.platform-choice-set li a:hover {
  background: #fafafa;
}

.platform-choice-set li a.active {
  margin-bottom: 0;
  color: #ffffff;
  background: #a4adb6;
  border: 1px solid #a4adb6;
  cursor: default;
  -webkit-box-shadow: inset 0 0 6px #646e78;
  -moz-box-shadow: inset 0 0 6px #646e78;
  -ms-box-shadow: inset 0 0 6px #646e78;
  -o-box-shadow: inset 0 0 6px #646e78;
  box-shadow: inset 0 0 6px #646e78;
}

.target-side-platform {
	padding: 22px 28px 7px 28px;
	background: #262938;
}

.platform-choice-inventory {
  vertical-align: middle;
}

.platform-choice-inventory td {
  width: 120px;
  text-decoration: none !important;
  text-align: center;
  color: #a4adb6;
  background: #13141c;
  cursor: pointer;
  vertical-align: middle;  
}

.platform-choice-inventory td:first-child {
  padding-left: 3px;
}

.platform-choice-inventory td:last-child {
  padding-right: 3px;
}

.platform-choice-inventory td div {
  margin: 6px 3px;
  padding: 10px 0 !important;
  border-radius: 4px;
}

.platform-choice-inventory td:hover div {
  color: #ffffff;
  background: #262938;
}

.platform-choice-inventory td.active div {
  color: #ffffff;
  background: #3e445e;
  cursor: default;
}

.platform-choice-inventory td p {
  padding-bottom: 5px;
}

.platform-choice-inventory td span {
	vertical-align: text-bottom;
}

.platform-choice-inventory td i {
  margin-right: 8px;
  font-size: 18px;
}

.platform-choice-inventory td .ea {
  font-size: 16px;
}

.platform-choice-inventory-popup {
	width: 100%;
  vertical-align: middle;
}

.platform-choice-inventory-popup td {
  width: 86px;
  text-decoration: none !important;
  text-align: center;
  color: #a4adb6;
  background: #13141c;
  cursor: pointer;
  vertical-align: middle;  
}

.platform-choice-inventory-popup td:first-child {
  padding-left: 3px;
}

.platform-choice-inventory-popup td:last-child {
  padding-right: 3px;
}

.platform-choice-inventory-popup td div {
  margin: 6px 3px;
  padding: 10px 0 !important;
  border-radius: 4px;
}

.platform-choice-inventory-popup td:hover div {
  color: #ffffff;
  background: #262938;
}

.platform-choice-inventory-popup td.active div {
  color: #ffffff;
  background: #3e445e;
  cursor: default;
}

.platform-choice-inventory-popup td p {
  padding-bottom: 5px;
  font-size: 11px;
}

.platform-choice-inventory-popup td span {
	vertical-align: text-bottom;
}

.platform-choice-inventory-popup td i {
  margin-right: 4px;
  font-size: 14px;
}

.platform-choice-inventory-popup td .ea {
  font-size: 11px;
}


.not-border-LR {
  border-left: none !important;
  border-right: none !important;
}

.not-border-L {
  border-left: none !important;
}

.not-border-R {
  border-right: none !important;
}

.radius-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.radius-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.inline-title {
  padding: 0 60px 0 20px !important;
}

input.upload {
  opacity: 0;
}

/* input.ng-invalid {
    border: 1px solid red;
} */

.modal-backdrop {
  height: 100000px;
  overflow: hidden;
}

.table-min-width {
  min-width: 1460px;
}

.displayNone {
  visibility: hidden;
}

.displayBlock {
  display: block;
}

.bottom-border-df {
  border-bottom: 1px solid #dfdfdf !important;
}

.bottom-border {
  border-bottom: 1px solid #646e79 !important;
}

.bottom-border-no {
  border-bottom: 0 !important;
}

/**
 * loading css Animation
 */

.loading-frame {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(255,255,255,.75);
  transition:all linear 0.5s;
  -webkit-transition:all linear 0.5s;
  -o-transition:all linear 0.5s;
  -moz-transition:all linear 0.5s;
  -ms-transition:all linear 0.5s;
}

.loading-frame .ng-hide{
  opacity:0;
}

.loading{
  position: fixed;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 45px;
  height: 45px;
  animation:loading-ani1 2s ease-in-out infinite;
  -ms-animation:loading-ani1 2s ease-in-out infinite;
  -webkit-animation:loading-ani1 2s ease-in-out infinite;
  -moz-animation:loading-ani1 2s ease-in-out infinite;
  -o-animation:loading-ani1 2s ease-in-out infinite;
}
.loading i,
.loading i:before{
  content: '';
  width: 45px;
  height: 45px;
  position: absolute;
}
.loading i{
  border-radius: 50%;
  overflow: hidden;
}
.loading i:nth-child(1){
  background: #4279f7;
  transform:translate(0,-25px);
  -ms-transform:translate(0,-25px);
  -webkit-transform:translate(0,-25px);
  -moz-transform:translate(0,-25px);
  -o-transform:translate(0,-25px);
}
.loading i:nth-child(1):before{
  background: #8fc320;
  bottom: 0;
  animation:loading-ani2 2s ease-in-out infinite;
  -o-animation:loading-ani2 2s ease-in-out infinite;
  -ms-animation:loading-ani2 2s ease-in-out infinite;
  -moz-animation:loading-ani2 2s ease-in-out infinite;
  -webkit-animation:loading-ani2 2s ease-in-out infinite;
}
.loading i:nth-child(2){
  background: #8fc320;
  transform:translate(0,25px);
  -o-transform:translate(0,25px);
  -ms-transform:translate(0,25px);
  -moz-transform:translate(0,25px);
  -webkit-transform:translate(0,25px);
}
.loading i:nth-child(2):before{
  animation:loading-ani2 2s ease-in-out infinite;
  -o-animation:loading-ani2 2s ease-in-out infinite;
  -ms-animation:loading-ani2 2s ease-in-out infinite;
  -moz-animation:loading-ani2 2s ease-in-out infinite;
  -webkit-animation:loading-ani2 2s ease-in-out infinite;
  background: #4279f7;
}
@keyframes loading-ani1{
  40%,50%{
    transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
  }
  90%,100%{
    transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
  }
}
@keyframes loading-ani2{
  40%,100%{
    height:100%;
  }
  50%,90%{
    height:0;
  }
}


.cc {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/cc.png) no-repeat;
  vertical-align: top;
  margin-left: 5px;
}

.label-no {
  padding: 5px 10px;
  color: #e30f00;
  border: 1px solid #fab9b5;
  border-radius: 4px;
  background: #fef3f2;
}

.label-yes {
  padding: 5px 10px;
  color: #378fe4;
  border: 1px solid #a6d0fa;
  border-radius: 4px;
  background: #f3f9ff;
}


.styled-select {
  overflow: hidden;
  height: 31px;
  border: 1px solid #dfe3e9;
  color: #646e79;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 20px 7px;
  background-position: 100% 50%;
}

.styled-select select {
  background-color: transparent;
  background-image : none;
  border: none;
  width: 100%;
  height: 31px;
  font-size: 12px;
  padding: 0 30px 0 10px;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-image: none;
}

/* Hover style */
.styled-select:hover {
  border: 1px solid #457bf7;
}

/* Focus style */
.styled-select:focus {
  outline: none;
  background-color: transparent;
  color: #262938;
  border: 1px solid #457bf7;
}

/* ------------------------------------  */
/* START OF UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .styled-select select::-ms-expand {
    display: none;
  }
  .styled-select select:focus::-ms-value {
    background: transparent;
    color: #262938;
  }
}

/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .styled-select {
    overflow: hidden;
  }
  .styled-select select {
    width: 120%;
    width: -moz-calc(100% + 3em);
    width: calc(100% + 3em);
  }
}

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.styled-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


.inquiry-table {
  padding: 10px 15px;
  background: #FFFFFF;
  border-bottom: 1px solid #646e79;
}

.inquiry-table tr td {
  padding: 10px 25px;
}

.inquiry-table tr td tr td{
  padding: 0;
}

.inquiry-table-bottom {
  margin-top: 30px;
  border-top: 3px solid #646e79;
  border-bottom: 1px solid #646e79;
}
.inquiry-table-bottom tr th, .inquiry-table-bottom tr td {
  padding: 10px 15px;
}

.inquiry-table-bottom tr th {
  border-bottom: 1px solid #646e79;
}

.inquiry-table-bottom tr {
  border-top: 1px solid #dfdfdf;
}

.inquiry-table-bottom tr td:hover {
  cursor: pointer;
}

.title-line div, .title-line span {
  margin-bottom: 3px !important;
}

.bottom-fix {
  position: fixed;
  bottom: 0;
  width: 300px;
}

.edit-ready {
  position: absolute;
  width: calc(100% - 92px);
  height: calc(100% - 72px);
  background: rgba(255,255,255,0.7);
  z-index: 999;
  text-align: center;
  padding-top: 15%;
}

.ie10 {
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 240px;
  background: #262938;
  padding: 55px 0;
  z-index: -1;
}

.ie10-box {
  position: relative;
}

.ie10 .download-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
}

.ie10 .ie-close {
  font-size: 36px;
  color: #a4adb6;
  float: right;
  text-decoration: none;
}

.ie9 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
}

.ie9-back {
  width: 100%;
  height: 100%;
  background-color: #000000;
  /* works for IE 5+. */
  filter:alpha(opacity=70);
  /* works for IE 8. */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* works for old school versions of the Mozilla browsers like Netscape Navigator. */
  -moz-opacity:0.7;
  /* This is for old versions of Safari (1.x) with KHTML rendering engine */
  -khtml-opacity: 0.7;
  /* This is the "most important" one because it's the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. */
  opacity: 0.7;
  z-index: 10001;
  position: absolute;
}

.ie9-box {
  width: 800px;
  height: 460px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -230px;
  margin-left: -400px;
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-left: 110px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 10002;
}

.ie9 .download-btn {
  padding-top: 50px;
}
.modifyHover {
  visibility: hidden;
}
tr:hover .modifyHover {
  visibility: visible;
}

.preview-adslist-banner {
  width: 320px;
  height: 50px;
}

.preview-adslist-full {
  width: 88px;
  height: 150px;
}

.preview-adslist-native-icon {
  width: 50px;
  height: 50px;
}

.preview-adslist-native-square {
  width: 70px;
  height: 70px;
}

.preview-adslist-native-horizontal1 {
  width: 105px;
  height: 70px;
}

.preview-adslist-native-horizontal2 {
  width: 158px;
  height: 70px;
}

.preview-adslist-native-horizontal3 {
  width: 224px;
  height: 70px;
}

.preview-adslist-native-vertical {
  width: 100px;
  height: 150px;
}

.advertiser-os-choice {
  margin: 0;
  padding: 10px 0;
}

.advertiser-os-choice a {
	width: 100px;
	text-align: center;
	display: inline-block;
}

.os-choice-box {
  padding: 12px 10px;
  background-color: #FFFFFF;
  color: #646e78;
  text-decoration: none;
  margin-right: -4px;
  border-left: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.os-choice-box.left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 1px solid #dfdfdf;
}

.os-choice-box.right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.advertiser-os-choice .os-choice-box i {
  color: #dfdfdf;
  font-size: 14px;
}

.os-choice-box:hover, .os-choice-box:active {
  background-color: #fafafa;
  text-decoration: none;
}

.advertiser-os-choice .os-choice-box.active {
  background-color: #fafafa;
  color: #262938;
  text-decoration: none;
  box-shadow: inset 1px 1px 2px rgba(100,110,120,0.15);
}

.advertiser-os-choice .os-choice-box.active i {
  color: #4279f7;
}

.v-align-top {
	vertical-align: top;
}

.v-align-super {
	vertical-align: super;
}

/*
* 리포트 그리드 스타일 수정
*/

.ui-grid {
	border-left: none !important;
	border-right: none !important;
}

.ui-grid-top-panel {
	background: none !important;
}

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
	background: none !important;
	border-bottom: none !important;
}


/*
* 베타 라벨
*/

.beta-b {
	position: absolute;
	top: 26px;
	left: 210px;
	z-index: 10;
}

.beta-w {
	position: absolute;
	top: 50px;
	left: 214px;
	z-index: 10;
}


.non-data {
	height: 350px;
	text-align: center;
	border-bottom: 1px solid #646e79;
	padding-top: 110px;
}

.non-data i {
	width: 54px;
	height: 54px;
	font-size: 24px;
	color: #a4adb6;
	text-align: center;
	border: 1px solid #a4adb6;
	border-radius: 27px;
	padding-top: 14px;
	padding-left: 2px;
}

.non-data p {
	padding-top: 25px;
	font-size: 21px;
	color: #a4adb6;
}

.grid-watermark {
    position: absolute;
    top : 100px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.grid-watermark i {
    width: 54px;
	height: 54px;
	font-size: 24px;
	color: #a4adb6;
	text-align: center;
	border: 1px solid #a4adb6;
	border-radius: 27px;
	padding-top: 14px;
	padding-left: 2px;
}

.grid-watermark p {
    padding-top: 25px;
	font-size: 21px;
	color: #a4adb6;
}

.cs-watermark {
	height: 350px;
	text-align: center;
	padding-top: 110px;
}

.cs-watermark i {
	width: 54px;
	height: 54px;
	font-size: 24px;
	color: #a4adb6;
	text-align: center;
	border: 1px solid #a4adb6;
	border-radius: 27px;
	padding-top: 14px;
	padding-left: 2px;
}

.cs-watermark p {
	padding-top: 25px;
	font-size: 21px;
	color: #a4adb6;
}

.modal-simulation {
	width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
}

.oldcenter {
	padding: 7px 20px !important;
}

.oldcenter i {
	color: #ff8245;
	font-size: 17px;
	vertical-align: text-bottom;
	padding-left: 5px;
}

.sub-oldcenter {
	position: fixed;
	top: 6px;
	right: 90px;
	z-index: 9999;
}

.panel-target {
  margin-top: 30px;
}

.panel-target .panel-heading{
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  color: #354052;
}
.panel-target .panel-heading.small{
  padding: 0 0 10px 0;
  font-size: 12px;
  text-align: center;
}
.panel-target .panel-heading img{
  width: 40px;
}
.panel-target .panel-body{
  background-color: white;
  border: 1px solid #e6eaee;
  border-radius: 4px;
}

.panel-target.target-summary .panel-body{
  background-color: #fafbfc;
  padding: 5px;
}
.panel-target.target-summary .panel-body .media{
  background-color: white;
  border: 1px solid #e6eaee;
  border-radius: 4px;
  padding: 10px;
  margin: 5px;
}
.panel-target.target-summary .panel-body .tooltip.in{
  opacity: 1;
}
.panel-target.target-summary .panel-body .tooltip-arrow,
.panel-target.target-summary .panel-body .tooltip-arrow:after{
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.panel-target.target-summary .panel-body .tooltip-arrow{
  left: 50%;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: #bfc1ca;
  bottom: -12px;
  border-width: 9px;
}
.panel-target.target-summary .panel-body .tooltip-arrow::after {
  content: " ";
  border-width: 8px;
  bottom: 1px;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.panel-target.target-summary .panel-body .target-summary-more .dropdown-menu{
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ced0da;
  color: #292638;
  top: inherit;
  bottom: 100%;
  left: 60px;
  right: 0;
  padding: 15px;
  margin-right: 5px;
}
.panel-target.target-summary .panel-body .target-summary-more .dropdown-menu:before {
  position: absolute;
  bottom: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-top: 7px solid #ced0da;
  border-left: 7px solid transparent;
  border-top-color: #ced0da;
  content: '';
}

.panel-target.target-summary .panel-body .target-summary-more .dropdown-menu:after {
  position: absolute;
  bottom: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.panel-target.target-summary .panel-body .target-summary-more .dropdown-menu .contents{
  max-height: 185px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.panel-target.target-summary .panel-body .target-summary-more .dropdown-menu .contents dl{
  max-height: 185px;
  width: calc(100% + 18px);
  overflow-y: scroll;
  padding-right: 15px;
}
.panel-target.target-summary .panel-body .target-summary-more .dropdown-menu .contents dl dt{
  font-weight: 400;
  padding-bottom: 5px;
}
.panel-target.target-summary .panel-body .target-summary-more .dropdown-menu .contents dl dt::before{
  /*font-family: 'FontAwesome';*/
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c5d0de;
}
.panel-target.target-summary .panel-body .target-summary-more .dropdown-menu .contents dl dd{
  padding: 0 0 15px 15px;
  font-size: 11px;
}

.panel-target.target-summary .panel-body .media .media-object{
  width: 36px;
  height: 36px;
  background-color: #e8eaf1;
  border-radius: 4px;
}
.panel-target.target-summary .panel-body .media .media-object img{
  width: 36px;
  height: 36px;
}

.panel-target.target-summary .panel-body .media .media-heading{
  font-size: 12px;
  color: #354052;
  margin-top: 3px;
  margin-bottom: 2px;
}

.panel-target.target-summary .panel-body .media span{
  font-size: 11px;
  color: #b5b5b5;
  width: 210px;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  float: left;
}
.panel-target.target-summary .panel-body .media .more{
  width: 16px;
  position: absolute;
  top: 26px;
  right: 15px;
  cursor: pointer;
}
.panel-target.target-summary .panel-body .media.active .media-object{
  background-color: #457bf7;
}
.panel-target.target-summary .panel-body .media.active span{
  color: #457bf7;
}
.panel-target.target-summary .panel-body .media.open{
  border: 1px solid #457bf7;
}

.panel-target.target-summary .panel-body .media.edit{
  background-color: #457bf7;
}

.panel-target.target-summary .panel-body .media.edit .media-heading,
.panel-target.target-summary .panel-body .media.edit span{
  color: white;
}

.panel-target .target-summary-simple{
  padding: 5px;
}
.panel-target .target-summary-simple p{
  padding-bottom: 15px;
}
.panel-target .target-summary-simple td:first-child{
  width: 60px;
  vertical-align: top;
  color: #b5b5b5;
} 
.panel-target .target-summary-simple td i{
  width: 18px;
  padding-right: 10px;
  text-align: center;
}
.panel-target.target-adlist .panel-body{
  background-color: #fafbfc;
  padding: 10px;
}
.panel-target.target-adlist .panel-body .form-group span{
  color: #ced0da;
}
.panel-target.target-adlist .panel-body .tree-table{
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.panel-target.target-adlist .panel-body .tree-table table{
  width: 100%;
}
.panel-target.target-adlist .panel-body .tree-table td{
  padding: 5px;
}
.panel-target.target-adlist .panel-body .tree-table td img{
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.panel-target.target-adlist .panel-body .tree-table .tree-campaign{
  padding-left: 10px;
}
.panel-target.target-adlist .panel-body .tree-table .tree-campaign i{
  width: 18px;
  padding-right: 10px;
  text-align: center;
  cursor: pointer;
}
.panel-target.target-adlist .panel-body .tree-table .tree-group{
  padding-left: 40px;
}
.panel-target.target-adlist .panel-body .tree-table td span{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.panel-target.target-adlist .panel-body .tree-table.w-290 td span{
  width: 290px;
}
.panel-target.target-adlist .panel-body .tree-table.w-210 td span{
  width: 210px;
}
.panel-target.target-adlist .panel-body .tree-table.w-170 td span{
  width: 170px;
}
.panel-target.target-adlist .panel-body .tree-table.w-150 td span{
  width: 150px;
}
.panel-target.target-adlist .panel-body .tree-table.before td{
  color: #333c48;
  opacity: .6;
}
.panel-target.target-total .panel-heading span{
  color: #6e7b8c;
  font-size: 12px;
  font-weight: 400;
}

.panel-target.target-total .panel-heading a{
  margin-top: 10px;
}

.panel-target.target-total .panel-body{
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.panel-target.target-total .panel-body .before{
  background-color: #d8e0e6;
  border-radius: 4px;
  text-align: center;
  color: #6e7b8c;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  cursor: pointer;
}
.panel-target.target-total .panel-body .after .box,
.panel-target.target-total .panel-body .after .box-uv{
  width: 100%;
  padding: 0;
  border: 1px solid #e6eaee;
  border-radius: 4px;
  overflow: hidden;
}
.panel-target.target-total .panel-body .after .box{
  margin-bottom: 10px;
}
.panel-target.target-total .panel-body .after .box-uv{
  margin-bottom: 0;
}
.panel-target.target-total .panel-body .after .box-header{
  float: left;
  width: 100px;
  height: 100%;
  background-color: #fafbfc;
  border-right: 1px solid #e6eaee;
  color: #354052;
  font-weight: 500;
  text-align: center;
}
.panel-target.target-total .panel-body .after .box-header img{
  width: 24px;
  height: 24px;
}
.panel-target.target-total .panel-body .after .box-content{
  float: right;
  width: calc(100% - 100px);
  height: 100%;
  background: #ffffff;
}
.panel-target.target-total .panel-body .after .box-content span:first-child{
  display: inline-block;
  width: calc(100% - 50px);
  font-size: 18px;
  text-align: right;
  color: #424c5e;
}
.panel-target.target-total .panel-body .after .box-content span:last-child{
  font-size: 11px;
  color: #7f8fa4;
  padding-left: 5px;
  vertical-align: text-bottom;
}

.panel-target.target-total .panel-body .after.row-4 .box{
  height: 80px;
}
.panel-target.target-total .panel-body .after.row-4 .box-uv{
  height: 82px;
}
.panel-target.target-total .panel-body .after.row-3 .box{
  height: 110px;
}
.panel-target.target-total .panel-body .after.row-3 .box-uv{
  height: 112px;
}
.panel-target.target-total .panel-body .after.row-4 .box .box-header{
  padding-top: 18px;
}
.panel-target.target-total .panel-body .after.row-4 .box-uv .box-header{
  padding-top: 19px;
}
.panel-target.target-total .panel-body .after.row-3 .box .box-header{
  padding-top: 34px;
}
.panel-target.target-total .panel-body .after.row-3 .box-uv .box-header{
  padding-top: 36px;
}
.panel-target.target-total .panel-body .after.row-4 .box .box-content{
  padding-top: 14px;
}
.panel-target.target-total .panel-body .after.row-4 .box-uv .box-content{
  padding-top: 26px;
}
.panel-target.target-total .panel-body .after.row-3 .box .box-content{
  padding-top: 28px;
}
.panel-target.target-total .panel-body .after.row-3 .box-uv .box-content{
  padding-top: 42px;
}

.target-tab-sm {
  vertical-align: middle;
  width: 100%;
  font-size: 0;
}

.target-tab-sm .tab-btn {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}
.target-tab-sm .tab-btn:first-child {
  padding: 0 10px 0 20px;
}

.target-tab-sm .tab-bin {
  display: inline-block;
}

.target-tab-sm .tab-bin-btn{
  float: right;
  margin-top: 15px;
  margin-right: 12px;
}

.target-tab-sm .tab-bin span{
	display: block;
  padding-bottom: 15px;
  font-size: 13px;
}

.target-tab-sm .tab-btn a {
  display: block;
  padding-bottom: 17px;
  font-size: 15px;
  cursor: pointer;
  color: #7f8fa4;
}
.target-tab-sm .tab-btn a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.target-tab-sm .tab-btn a span{
  display: block;
  width: calc(100% - 15px);
  height: 2px;
  margin-bottom: 15px;
}
.target-tab-sm .tab-btn a span.notip{
  width: 100%;
}

.target-tab-sm .tab-btn .active {
  color: #354052;
}

.target-tab-sm .tab-btn .active>span{
  background: #4279f7;
}

.target-tab-sm .tab-btn a:hover {
  color: #354052;
  text-decoration: none;
}

.new-target-table{
  width: 100%;
}

.new-target-table thead th{
  text-align: left;
  color: white;
  background-color: #6e7b8c;
  border-bottom: 1px solid #e7e9ed;
  border-right: 1px solid #e7e9ed;
  padding: 10px 20px;
  font-weight: normal;
}
.new-target-table thead th.th-search{
  position: relative;
  height: 37px;
  padding: 0;
  cursor: pointer;
}
.new-target-table thead th.th-search span{
  position: absolute;
  top: 10px;
  left: 20px;
}
.new-target-table thead th.th-search i{
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 2;
  color: #ced0da;
  -webkit-transition: color ease-in-out .3s;
  -o-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s;
}
.new-target-table thead th.th-search .form-control{
  position: absolute;
  top: 3px;
  right: 15px;
  z-index: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #6e7b8c;
  border-radius: 0 !important;
  color: white;
  padding: 0 25px 0 5px;
  height: 28px;
  width: 0;
  background-color: #6e7b8c;
  -webkit-transition: width ease-in-out .3s;
  -o-transition: width ease-in-out .3s;
  transition: width ease-in-out .3s;
}
.new-target-table thead th.th-search.active .form-control{
  width: calc(100% - 30px);
  border-bottom: 1px solid #e7e9ed;
}
.new-target-table thead th.th-search.active i{
  color: white;
}
.new-target-table thead th.th-search .form-control::-moz-placeholder {
  font-weight: 400;
  color: #c5d0de;
  opacity: 1;
}
.new-target-table thead th.th-search .form-control:-ms-input-placeholder {
  font-weight: 400;
  color: #c5d0de;
}
.new-target-table thead th.th-search .form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #c5d0de;
}


.new-target-table tbody td{
  border-right: 1px solid #e7e9ed;
}

.new-target-table thead th:last-child,
.new-target-table tbody td:last-child{
  border-right: 0;
}

.new-target-table-list {
  vertical-align: top;
  padding: 0 !important;
  background-color: #fafbfc;
}
.new-target-table-list .ui-grid{
  border: 0;
}
.new-target-table-list .ui-grid-canvas{
  padding-top: 0;
}
.new-target-table-list .ui-grid-cell{
  border-bottom: 1px solid #e7e9ed;
}
.new-target-table-list .ui-grid-cell-contents{
  padding: 4px 20px;
}

.new-target-table-list ul {
  height: 348px;
  overflow-y: auto;
}
.new-target-table-list ul.li-110 li span{
  width: 110px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
  vertical-align: bottom;
}

.new-target-table-list ul.li-130 li span{
  width: 130px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
  vertical-align: bottom;
}
.new-target-table-list ul.li-170 li span{
  width: 170px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new-target-table-list ul.li-225 li span{
  width: 225px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
  vertical-align: bottom;
}
.new-target-table-list ul.li-486 li span:first-child{
  width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.new-target-table-list ul.li-486 li span:last-child{
  text-align: right;
  float: right;
}
.new-target-table-list li {
  border-bottom: 1px solid #e7e9ed;
  padding: 4px 20px;
  height: 26px;
  background-color: white;
  cursor: pointer;
}

.new-target-table-list li:hover {
  background: #fafafa;
}

.new-target-table-list li.active {
  background: #f5f8fa;
  color: #457bf7;
}

.new-target-table-list li img{
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-top: -2px;
}
.new-target-table-list .none-list{
  padding-top: 80px;
  text-align: center;
}
.new-target-table-list .none-list div{
  margin: 0 auto;
  width: 52px;
  height: 52px;
  border: 1px solid #a4adb6;
  border-radius: 26px;
  vertical-align: middle;
  margin-bottom: 25px;
}
.new-target-table-list .none-list div i{
  font-size: 25px;
  color: #a4adb6;
  margin-top: 14px;
  margin-left: 2px;
}
.new-target-table-list .none-list h4{
  font-size: 13px;
  line-height: 1.42857143;
}

.new-target-table-modal{
  border: 1px solid #e6eaee;
  border-radius: 4px;
}


.target-top-table{
  width: 100%;
  border-bottom: 1px solid #646e79;
  border-top: 3px solid #646e79;
}
.target-top-table td{
  padding: 15px;
}
.target-top-table td:last-child i{
  margin-left: 5px;
  margin-bottom: 8px;
}
.target-top-table td .target-save-title{
  display: inline-block;
  vertical-align: bottom;
}
.target-top-table td .target-save-title.none{
  line-height: 37px;
}
.target-top-table td .target-save-title .ver{
  padding-left: 10px;
  color: #457bf7;
}
.target-top-table td .target-save-title .date{
  color: #b5b5b5;
}
.target-top-table td .btn-group{
  top: 20px;
  right: 250px;
}
.target-top-table td .btn-group ul.dropdown-menu{
  width: 275px;
  border: 1px solid #e6eaee;
  border-radius: 4px;
  padding: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.target-top-table td .btn-group ul.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 41px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e6eaee;
  border-left: 7px solid transparent;
  border-bottom-color: #e6eaee;
  content: '';
}
.target-top-table td .btn-group ul.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 42px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.target-top-table td .btn-group ul.dropdown-menu > li{
  padding: 10px 20px 8px;
  border-bottom: 1px solid #e6eaee;
  position: relative;
  cursor: pointer;
}
.target-top-table td .btn-group ul.dropdown-menu > li .title{
  max-width: 115px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  display: inline-block;
  vertical-align: middle;
}
.target-top-table td .btn-group ul.dropdown-menu > li .ver{
  padding-left: 10px;
  color: #457bf7;
}
.target-top-table td .btn-group ul.dropdown-menu > li .date{
  color: #b5b5b5;
}
.target-top-table td .btn-group ul.dropdown-menu > li .state{
  display: inline-block;
  position: absolute;
  left: 195px;
  top: 18px;
  color: #6e7b8c;
  font-size: 11px;
}

.template-list-td .btn-group{
  top: 8px;
  left: 0;
  display: block;
}
.template-list-td .btn-group div.dropdown-menu{
  width: 310px;
  border: 1px solid #e6eaee;
  border-radius: 4px;
  padding: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.template-list-td .btn-group div.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 41px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e6eaee;
  border-left: 7px solid transparent;
  border-bottom-color: #e6eaee;
  content: '';
}
.template-list-td .btn-group div.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 42px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.template-list-td .btn-group div.dropdown-menu .tree-table{
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.template-list-td .btn-group div.dropdown-menu .tree-table table{
  width: 100%;
}
.template-list-td .btn-group div.dropdown-menu .tree-table td{
  padding: 5px;
}
.template-list-td .btn-group div.dropdown-menu .tree-table td img{
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.template-list-td .btn-group div.dropdown-menu .tree-table .tree-campaign{
  padding-left: 10px;
}
.template-list-td .btn-group div.dropdown-menu .tree-table .tree-campaign i{
  width: 18px;
  padding-right: 10px;
  text-align: center;
  cursor: pointer;
}
.template-list-td .btn-group div.dropdown-menu .tree-table .tree-group{
  padding-left: 40px;
}
.template-list-td .btn-group div.dropdown-menu .tree-table td span{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.template-list-td .btn-group div.dropdown-menu .tree-table.w-290 td span{
  width: 290px;
}
.template-list-td .btn-group div.dropdown-menu .tree-table.w-210 td span{
  width: 210px;
}
.template-list-td .btn-group div.dropdown-menu .tree-table.before td{
  color: #333c48;
  opacity: .6;
}


.state.edit-open::before{
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #457bf7;
}
.state.edit-close::before{
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fc382a;
}
.target-top-table td .btn-group ul.dropdown-menu > li.pagemove{
  color: white;
  border-bottom: 0;
  background-color: #a3acb6;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.target-top-table td .btn-group ul.dropdown-menu > li:hover{
  background-color: #fafafa;
}
.target-top-table td .btn-group ul.dropdown-menu > li.active{
  color: #457bf7 !important;
  background-color: #f5f8fa;
}
.target-top-table td .btn-group ul.dropdown-menu > li.pagemove:hover{
  background-color: #457bf7;  
}
.target-template-stat .fa-circle{
  font-size: 10px;
  color: #a2dd1d;
}
.target-template-stat .fa-circle-thin{
  font-size: 10px;
  color: #a3acb6;
}

.target-ad-choice a {
	width: 200px;
	display: inline-block;
  padding: 6px 15px;
  background-color: #FFFFFF;
  color: #262938;
  text-decoration: none;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
  vertical-align: middle;
}
.target-ad-choice a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.target-ad-choice a span:first-child{
  width: 130px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.target-ad-choice a:hover {
  border-color: #ced0da;
}
.target-ad-choice a:focus {
  border-color: #457bf7;
  outline: 0;
}
.target-ad-choice a .badge{
  background-color: #457bf7;
  color: white;
  margin-left: 5px;
}
.target-ad-choice .checkbox{
  margin-left: 10px;
}

.target-platform-choice a {
	width: 80px;
	text-align: center;
	display: inline-block;
}

.platform-choice-box {
  padding: 6px 0;
  background-color: #FFFFFF;
  color: #646e79;
  text-decoration: none;
  margin-right: -4px;
  border-left: 1px solid #ced0da;
  border-top: 1px solid #ced0da;
  border-bottom: 1px solid #ced0da;
}

.platform-choice-box.left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #ced0da;
}

.platform-choice-box.right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #ced0da;
}

.platform-choice-box:hover, .platform-choice-box:hover,
.platform-choice-box:hover, .platform-choice-box:focus{
  background-color: #f7f8f8;
  color: #354052;
  border-color: #ced0da;
  text-decoration: none;
}
.target-platform-choice .platform-choice-box.active {
  background-color: #457bf7;
  color: white;
  text-decoration: none;
  border-color: #2966f3;
}
.new-target-table-os{
  background-color: white;
}
.new-target-table-os tr{
  border-top: 1px solid #e7e9ed;
}
.new-target-table-os tr:last-child{
  border-bottom: 1px solid #e7e9ed;
}
.new-target-table-os tr td{
  padding: 20px;
}
.new-target-table-os tr td p{
  margin-bottom: 10px;
}

.new-target-table-apptarget tr:first-child{
  border-top: 1px solid #e7e9ed;
}
.new-target-table-apptarget tr:first-child td{
  height: 90px;
}
.new-target-table-apptarget tr td{
  padding-top: 15px;
}
.new-target-table-apptarget tr:nth-child(2) td:first-child{
  padding-left: 15px;
  padding-right: 5px;
}
.new-target-table-apptarget tr:nth-child(2) td:last-child{
  padding-left: 5px;
  padding-right: 15px;
}
.new-target-table-apptarget tr td .apptarget-input{
  width: 260px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
}
.new-target-table-apptarget tr td .apptarget-input.active{
  border: 1px solid #dfe3e9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.new-target-table-apptarget tr td .apptarget-input .input-group .btn{
  background-color: white;
  border-color: #dfe3e9;
  color: #ced0da;
}
.new-target-table-apptarget tr td .apptarget-input .input-group .btn:hover{
  color: #ced0da;
  border-color: #ced0da;
}
.new-target-table-apptarget tr td .apptarget-input .input-group .btn:focus{
  color: #457bf7;
  border-color: #457bf7;
}
.new-target-table-apptarget tr td .apptarget-input .input-group .btn i{
  vertical-align: text-top;
}

.new-target-table-apptarget tr td .apptarget-input .input-group.empty .form-control{
  border-color: #f94135;
}
.new-target-table-apptarget tr td .apptarget-input .input-group.empty .btn{
  border-color: #f94135;
}
.new-target-table-apptarget tr td .apptarget-input .input-x{
  position: absolute;
  right: 45px;
  top: 6px;
  z-index: 9999;
  cursor: pointer;
}


.new-target-table-apptarget tr td .apptarget-choice{
  width: 260px;
  margin: 0 auto;
}
.new-target-table-apptarget tr td .apptarget-error{
  width: 260px;
  margin: 0 auto;
  padding-top: 5px;
}
.new-target-table-apptarget tr td .apptarget-search{
  width: 260px;
  position: absolute;
  top: 41px;
  left: -1px;
  border-left: 1px solid #dfe3e9;
  border-right: 1px solid #dfe3e9;
  border-bottom: 1px solid #dfe3e9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
  z-index: 1001;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.new-target-table-apptarget tr td .apptarget-search ul{
  max-height: 204px;
  overflow-y: auto;
}
.new-target-table-apptarget tr td .apptarget-search ul li{
  width: 100%;
  padding: 8px 15px;
  font-size: 13px;
  text-align: left;
  border-bottom: 1px solid #dfe3e9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-target-table-apptarget tr td .apptarget-search ul li:hover,
.new-target-table-apptarget tr td .apptarget-search ul li:focus{
  background-color: #f1f4f8;
  color: #457bf7;
}
.new-target-table-apptarget tr td .apptarget-search ul li:last-child{
  border-bottom: 0;
}
.new-target-table-apptarget tr td .apptarget-search ul li img{
  width: 24px;
  margin-right: 10px;
}
.new-target-table-apptarget tr td .form-group{
  margin: 0;
}
.new-target-table-apptarget tr td .form-group .form-control{
  background-color: white;
  border-color: #dfe3e9;
}
.new-target-table-apptarget tr td .form-group span{
  color: #ced0da;
}
.new-target-table-apptarget tr td .btn-include{
  width: 130px;
  padding: 7px;
  font-size: 11px;
  background-color: #457bf7;
  border: 1px solid #2966f3;
  border-bottom-left-radius: 4px;
  color: white;
  float: left;
  text-align: center;
}
.new-target-table-apptarget tr td .btn-exclude{
  width: 130px;
  padding: 7px;
  font-size: 11px;
  background-color: #9aa3ae;
  border: 1px solid #87929f;
  border-bottom-right-radius: 4px;
  color: white;
  float: right;
  text-align: center;
}

.box-include,
.box-exclude{
  width: 100%;
}
.box-include p,
.box-exclude p{
  text-align: center;
}
.box-include{
  background-color: #f1f4fb;
  border-radius: 4px;
  height: 261px;
  overflow: hidden;
}
.box-exclude{
  background-color: #f5f5f5;
  border-radius: 4px;
  height: 261px;
  overflow: hidden;
}

.new-target-table-apptarget tr td p{
  padding-top: 12px;
  padding-bottom: 3px;
  color: #b5b5b5;
  font-size: 11px;
}

.new-target-table-apptarget .box-include ul,
.new-target-table-apptarget .box-exclude ul{
  height: 230px;
  overflow-y: auto;
  padding: 0 5px;
}
.new-target-table-apptarget .box-include ul li,
.new-target-table-apptarget .box-exclude ul li{
  height: 36px;
  width: calc(50% - 4px);
  float: left;
  margin: 3px 2px;
  position: relative;
}
.new-target-table-apptarget .media{
  margin-top: 0;
  padding: 5px;
  border: 1px solid #dfe3e9;
  border-radius: 4px;
  background-color: white;
}
.new-target-table-apptarget .media:hover,
.new-target-table-apptarget .media:focus{
  background-color: #f1f4f8;
  cursor: move;
}
.new-target-table-apptarget .media.active{
  border: 1px solid #457bf7;
}
.new-target-table-apptarget .media-body{
  vertical-align: middle;
}
.new-target-table-apptarget .media-object{
  width: 24px;
}
.new-target-table-apptarget .media-heading{
  font-size: 11px;
  margin-bottom: 0;
  width: 80px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.new-target-table-apptarget ul li .cross{
  position: absolute;
  top: 9px;
  right: 8px;
}
.apptarget-disabled{
  width: 100%;
  text-align: center;
  padding-top: 65px;
  border-top: 1px solid #e7e9ed;
}

.target-modal-header{
  border-bottom: 0;
  background-color: #457bf7;
  color: white;
  padding: 10px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.target-modal-header .close{
  color: white;
  font-size: 34px;
  opacity: .35;
  margin-top: -4px;
}
.target-modal-header .close:hover,
.target-modal-header .close:focus{
  opacity: 1;
}
.target-modal-header .modal-title .icon{
  background-color: rgba(0,0,0,.25);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
}
.target-modal-header .modal-title .icon img{
  vertical-align: top;
}
.target-modal-header .modal-title .small{
  padding-left: 20px;
}
.modal-target-table th{
  padding: 8px 5px 10px 5px;
  font-size: 11px;
  font-weight: 700;
  vertical-align: top;
  text-align: left;
  width: 90px;
}
.modal-target-table td{
  padding: 0 5px 10px 5px;
}
.modal-target-table td .input-group:first-child{
  margin-bottom: 5px;
}

.modal-target-table-save{
  width: 100%;
  border: 1px solid #e6eaee;
  border-radius: 4px;
}
.modal-target-table-save tbody tr{
  border-bottom: 1px solid #e6eaee;
}
.modal-target-table-save tbody tr:hover,
.modal-target-table-save tbody tr.active{
  background-color: #fafbfc;
}
.modal-target-table-save tbody tr:last-child{
  border-bottom: 0;
}
.modal-target-table-save tbody th{
  padding: 8px 15px;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  width: 80px;
  color: #333c48;
  opacity: .6;
  vertical-align: top;
}
.modal-target-table-save tbody td{
  padding: 8px 10px;
  position: relative;
}
.modal-target-table-save tbody td dl dt{
  font-weight: 400;
  padding-bottom: 5px;
}
.modal-target-table-save tbody td dl dt::before{
  /*font-family: 'FontAwesome';*/
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c5d0de;
}
.modal-target-table-save tbody td dl dd{
  padding: 0 20px 15px 15px;
  font-size: 11px;
}
.modal-target-table-save tbody td img{
  position: absolute;
  right: 10px;
  top: 9px;
  width: 16px;
  height: 16px;
}
.modal-target-table-save.before tbody td{
  color: #333c48;
  opacity: .6;
}
.modal-target-table-save .change{
  color: #457bf7;
  opacity: 1;
}
.modal-target-table-save .fixd-260{
  width: 260px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.modal-target-table-save .fixd-421{
  height: 421px;
}

.target-save{
  display: inline-block;
  width: 42px;
  height: 40px;
  background: url(../images/save_target.png) 0 0 no-repeat;
  margin-left: 5px;
  text-align: center;
  line-height: 50px;
  color: white;
  cursor: pointer;
}
.target-save.value{
  background: url(../images/save_target.png) 0 -50px no-repeat;
}
.target-save.value:hover,
.target-save.value.active{
  background: url(../images/save_target.png) 0 -100px no-repeat;
}

.table-target-fixed{
  display: flex;
  flex-flow: column;
}
.table-target-fixed  thead,
.table-target-fixed  tbody tr {
  display: table;
  table-layout: fixed;
}
.table-target-fixed thead {
  flex: 0 0 auto;
  width: calc(100% - 16.5px);
}
.table-target-fixed tbody {
  display: block;
  flex: 1 1 auto;
  overflow-y: scroll;
}
.table-target-fixed tbody tr {
  width: 100%;
}
.tab-alert{
  height: 16px;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 11px;
  color: #6e7b8c;
}
.ui-grid-cell-contents .pull-right {
  font-size: 10px;
  -webkit-text-fill-color: #646e79;
}

/* center main renew 2017.09 */

header.navbar {
  margin: 0;
  padding: 0;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  min-height: 90px;
  width: 100%;
  border-radius: 0;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid transparent;
}
header.navbar.reveal {
  border-color: transparent;
}
header.navbar.alt {
  border-color: #dfe3e9;
}
header.navbar .container{
  position: relative;
}
header.navbar .navbar-title {
  float: left;
}
header.navbar .navbar-title .brandname {
  line-height: 90px;
  text-decoration: none;
  display: block;
}
header.navbar .navbar-title .brandname img{
  height: 40px;
  width : 122px;
}
header.navbar .navbar-symbol {
  position: absolute;
  top: 0;
  left: 175px;
  line-height: 90px;
}
header.navbar .navbar-symbol ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header.navbar .navbar-symbol ul li a {
  font-size: 18px;
  line-height: 90px;
  letter-spacing: -1.1px;
  color: #3d434b;
  margin-left: 60px;
  vertical-align: middle;
}
header.navbar .navbar-symbol ul li a:hover,
header.navbar .navbar-symbol ul li a:focus,
header.navbar .navbar-symbol ul li a.active {
  color: #165efe;
  text-decoration: none;
}
header.navbar .navbar-symbol ul li a i{
  color: #b0b0b1;
}
header.navbar .navbar-menu {
  float: right;
}
header.navbar .navbar-menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header.navbar .navbar-menu ul li span {
  font-size: 14px;
  line-height: 90px;
  color: #6e7a8d;
  vertical-align: middle;
  opacity: 0.9;
}
header.navbar .navbar-menu ul li .loginBtn,
header.navbar .navbar-menu ul li .logoutBtn {
  font-size: 14px;
  line-height: 90px;
  color: #165efe;
  border: 1px solid #165efe;
  border-radius: 50px;
  padding: 6px 30px;
  margin-left: 30px;
  vertical-align: middle;
}
header.navbar .navbar-menu ul li .loginBtn:hover,
header.navbar .navbar-menu ul li .loginBtn:focus,
header.navbar .navbar-menu ul li .loginBtn.active,
header.navbar .navbar-menu ul li .logoutBtn:hover,
header.navbar .navbar-menu ul li .logoutBtn:focus,
header.navbar .navbar-menu ul li .logoutBtn.active {
  color: #1354e4;
  border: 1px solid #1354e4;
  text-decoration: none;
}
header.navbar .navbar-menu ul li .enBtn {
  font-size: 14px;
  line-height: 90px;
  color: #6e7a8d;
  border: 1px solid #6e7a8d;
  border-radius: 50px;
  padding: 6px 15px;
  margin-left: 15px;
  vertical-align: middle;
}
header.navbar .navbar-menu ul li .enBtn:hover,
header.navbar .navbar-menu ul li .enBtn:focus,
header.navbar .navbar-menu ul li .enBtn.active {
  color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
}
header.navbar .navbar-menu ul li .signupBtn{
  font-size: 14px;
  line-height: 90px;
  color: #6e7a8d;
  vertical-align: middle;
  opacity: 0.9;
}
header.navbar .navbar-menu ul li .signupBtn:hover{
  color: #000000;
}

header.navbar .dropdown-menu {
  position: absolute;
  top: 80px;
  left: 80px;
  z-index: 1000;
  width: 420px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border: solid 1px #dfe3e9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; 
}

header.navbar .dropdown-menu.howtouse {
  left: 280px;
  width: 200px;
}
header.navbar .dropdown-menu.insight {
  left: 460px;
  width: 200px;
}
header.navbar .dropdown-menu.cscenter{
  left: 630px;
  width: 200px;
}
header.navbar .dropdown-menu table{
  width: 100%;
  background-color: #ffffff;
}
header.navbar .dropdown-menu table th{
  font-size: 15px;
  font-weight: 400;
	letter-spacing: -1.1px;
	color: #0f151f;
  padding: 15px 0 15px 62px;
  text-align: left;
  border-right: solid 1px #dfe3e9;
  background-color: #f3f9ff;
}
header.navbar .dropdown-menu table td{
	font-size: 15px;
	letter-spacing: -1.1px;
	color: #0f151f;
  padding: 15px 0 15px 30px;
  border-right: solid 1px #dfe3e9;
  border-top: solid 1px #dfe3e9;
}
header.navbar .dropdown-menu table th:last-child,
header.navbar .dropdown-menu table td:last-child{
  border-right: 0;
}
header.navbar .dropdown-menu.insight table tr:first-child{
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
header.navbar .dropdown-menu.insight table td{
  font-size: 15px;
}
header.navbar .dropdown-menu table td a{
  color: #0f151f;
  text-decoration: none;
}
header.navbar .dropdown-menu table td a:hover{
  color: #165efe;
}
header.navbar .dropdown-menu table td a img{
  width: 17px;
  height: 17px;
  margin-top: -2px;
  margin-right: 10px; 
}


#section-top{
  position: relative;
  height: 100vh;
  background-color: white;
}
.main-top-slogan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45%;
  text-align: center;
  z-index: 9;
}
.main-top-slogan-content{
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.main-top-slogan-content h1 {
  margin: 0;
  padding: 60px 0 30px 0;
  font-size: 48px;
  font-weight: 300;
	line-height: 1.5;
	letter-spacing: -2px;
  color: #354052;
}
.main-top-slogan-content p {
  font-size: 28px;
  font-weight: 700;
	letter-spacing: -1px;
  color: #165efe;
  margin-bottom: 50px;
}
.main-top-cover{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  text-align: center;
  background-size: cover;
}
.main-top-cover.coverBg1{
  background-image: url("../images/main/bg_1.jpg");
}
.main-top-cover.coverBg2{
  background-image: url("../images/main/bg_2.jpg");
}

.main-top-cover-content{
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  padding-bottom: 50px;
}
.main-top-cover-content label{
  width: 250px;
  height: 60px;
	border-radius: 100px;
	background-color: #ffffff;
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 60px;
	text-align: center;
	color: #165efe;
  opacity: 0.9;
}
.main-top-cover-content p{
  margin: 12px 0;
  font-size: 20px;
  font-weight: 300;
	line-height: 1.4;
	letter-spacing: -0.6px;
	text-align: center;
	color: #ffffff;
}
.main-top-cover-content .left{
  margin-top: 0;
}
.main-top-cover-content .center{
  margin-top: 100px;
}
.main-top-cover-content .right{
  margin-top: 40px;
}
.main-top-arrow{
  position:absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.scroll-circle{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  animation: mouseScroll .8s ease infinite alternate;
}
.scroll-circle img{
  margin-top: 7px;
  margin-left: 2px;
}
@keyframes mouseScroll {
  0% {
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    opacity: 1
  }
  100% {
    -webkit-transform:translateY(5px);
    transform:translateY(5px);
    opacity: .25
  }
}

#section-features{
  background-color: #000000;
  padding: 200px 0;
  position: relative;
}
.section-features-bg{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 337px;
  background-image: url("../images/main/wave.png");
  background-size: cover;
}


.glide__arrow {
  width: 58px;
  height: 112px;
  padding: 0;
  border: 0;
  opacity: 0.5;
}
.glide__arrow:hover {
  opacity: 1;
}
.glide__arrow--right {
  right: 0;
}
.glide__bullets{
  bottom: -5em;
}
.glide__bullet {
  width: 48px;
  height: 3px;
  border-radius: 0;

}

#section-features .glide__slide .media-object {
  position: relative;
  width: 850px;
  height: 500px;
}
#section-features .glide__slide .media-object .img-target1{
  position: absolute;
  top: 0;
  left: 30px;
  width: 540px;
  z-index: 1;
}
#section-features .glide__slide .media-object .img-target2{
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 350px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
#section-features .glide__slide--active .img-target2.active{
  animation: imgTarget2 0.6s ease-in-out forwards;
}
#section-features .glide__slide--active .img-target2.active.out{
  animation: imgTarget3 0.6s ease-in-out forwards;
}
@keyframes imgTarget2 {
  0% { opacity: 0; transform: scale(0.95); }
  75% { opacity: 1; transform: scale(1.03); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes imgTarget3 {
  0% { opacity: 1; transform: scale(1); }
  75% { opacity: 1; transform: scale(1.03); }
  100% { opacity: 0; transform: scale(0.95); }
}
#section-features .glide__slide .media-object .notebook{
  position: absolute;
  top: 27px;
  left: 35px;
  width: 780px;
  height: 446px;
  z-index: 1;
}
#section-features .glide__slide .media-object .notebook-img{
  position: absolute;
  top: 50px;
  left: 151px;
  width: 544px;
  height: 360px;
  z-index: 2;
}
#section-features .glide__slide .media-object .notebook-label{
  position: absolute;
  width: 240px;
	height: 56px;
  border-radius: 4px;
  font-size: 16px;
	letter-spacing: -0.4px;
	text-align: center;
  color: #ffffff;
  line-height: 56px;
	box-shadow: 0 4px 12px 0 rgba(4, 13, 91, 0.4);
  z-index: 3;
}
#section-features .glide__slide .media-object .notebook-label.l-1{
  top: 330px;
  left: 90px;
  background-color: #fc9a38;
  opacity: 0;
}
#section-features .glide__slide--active .notebook-label.l-1{
  animation: notebookLabel1 0.5s ease-in-out forwards;
}
#section-features .glide__slide .media-object .notebook-label.l-2{
  top: 210px;
  left: 40px;
	background-color: #fc9a38;
  opacity: 0;
}
#section-features .glide__slide--active .notebook-label.l-2{
  animation: notebookLabel2 0.5s ease-in-out forwards;
}
#section-features .glide__slide .media-object .notebook-label.l-3{
  top: 330px;
  right: 50px;
	background-color: #36c2ce;
  opacity: 0;
}
#section-features .glide__slide--active .notebook-label.l-3{
  animation: notebookLabel3 0.5s 0.2s ease-in-out forwards;
}
#section-features .glide__slide .media-object .notebook-img2{
  position: absolute;
  top: 235px;
  right: 84px;
  width: 375px;
  height: 176px;
  z-index: 4;
  opacity: 0;
}
#section-features .glide__slide--active .notebook-img2{
  animation: notebookImg2 0.5s 0.2s ease-in-out forwards;
}

@keyframes notebookLabel1 {
  0% { opacity: 0; transform: scale(0.95); }
  75% { opacity: 1; transform: scale(1.03); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes notebookImg2 {
  0% { opacity: 0; transform: scale(0.95); }
  75% { opacity: 1; transform: scale(1.03); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes notebookLabel2 {
  0% { opacity: 0; transform: scale(0.95); }
  75% { opacity: 1; transform: scale(1.03); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes notebookLabel3 {
  0% { opacity: 0; transform: scale(0.95); }
  75% { opacity: 1; transform: scale(1.03); }
  100% { opacity: 1; transform: scale(1); }
}

#section-features .glide__slide .media-body{
  vertical-align: middle;
}
#section-features .glide__slide .media-heading{
  font-size: 30px;
	letter-spacing: -0.9px;
	color: #ffffff;
  margin-bottom: 20px;
}
#section-features .glide__slide p{
  font-size: 21px;
	line-height: 1.45;
	letter-spacing: -0.6px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

#section-product{
  background: #f1f4f8;
  padding: 200px 0;
}
.section-product-info{
  width: 940px;
  text-align: center;
  margin: 0 auto;
}
#section-product h1{
  font-size: 32px;
	letter-spacing: -1px;
  color: #354052;
  margin-bottom: 60px;
  text-align: center;
}
#section-product p.pull-right{
  margin-top: 8px;
  margin-right: 80px;
}
#section-product p.pull-right a{
  font-size: 16px;
  color: #6e7a8d;
}
#section-product p.pull-right a:hover{
  color: #165efe;
  text-decoration: none;
}
.section-product-nav{
  float: right;
  text-align: center;
  margin-top: 30px;
}
.section-product-nav li{
  display: inline-block;
  width: 140px;
  height: 84px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  letter-spacing: -0.5px;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
.section-product-nav li:hover{
  background-color: white;
}
.section-product-nav li.active{
  background-color: white;
}
.section-product-nav li img{
  width: 44px;
  height: 44px;
  text-align: center;
  padding-top: 10px;
  margin: 0 auto;
}
.section-product-nav li span{
  display: block;
  color: #98a1af;
  padding-top: 8px;
}
.section-product-nav li.active span{
	color: #165efe;
}
.section-product-video{
  z-index: 1;
  float: left;
}
.section-product-video .object{
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.section-product-video .object .phone{
  position: relative;
  width: 226px;
  height: 444px;
  background-image: url("../images/main/phone.png");
  background-size: 226px 444px;
  margin: 0 auto;
}
.section-product-video .object .phone.motion1{
  animation: phone_motion_a 1s ease forwards;
}
.section-product-video .object .phone.motion2{
  animation: phone_motion_b 1s ease forwards;
}
.section-product-video .object video{
  position: absolute;
  top: 45px;
  left: 12px;
  width: 201px;
}
.section-product-video .object video::-webkit-media-controls {
  display:none !important;
}
@keyframes phone_motion_a {
  0% { transform:  rotate(0deg); }
  40% { transform:  rotate(-15deg); }
  65% { transform:  rotate(-15deg); }
  85% { transform:  rotate(5deg); }
  100% { transform:  rotate(0deg); }
}
@keyframes phone_motion_b {
  0% { transform:  rotate(0deg); }
  40% { transform:  rotate(15deg); }
  65% { transform:  rotate(15deg); }
  85% { transform:  rotate(-5deg); }
  100% { transform:  rotate(0deg); }
}
.section-product-content{
  float: right;
}
.section-product-content .copy{
  display: inline-block;
  width: 600px;
  text-align: left;
  padding-top: 70px;
  padding-right: 50px;
}
.section-product-content .copy .title{
  font-size: 32px;
	letter-spacing: -0.9px;
	color: #165efe;
}
.section-product-content .copy .content{
  font-size: 16px;
	line-height: 2;
	letter-spacing: -0.8px;
  color: #354052;
  word-break: keep-all;
}

#section-news{
  padding: 200px 0;
  background-color: #FFFFFF;
}
.section-news-card{
  text-align: center;
}
.section-news-card > div{
  position: relative;
}
.section-news-card h1{
  font-size: 32px;
	letter-spacing: -1px;
  color: #354052;
  margin-bottom: 60px;
  text-align: center;
}
.section-news-card table{
  margin: 0 auto;
}
.section-news-card .box{
  margin: 10px;
  position: relative;
  overflow: hidden;
}
.section-news-card .box.bic{
  width: 820px;
  height: 530px;
}
.section-news-card .box.tiny{
  width: 375px;
  height: 255px;
}
.section-news-card .box .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
}
.section-news-card .box:hover .bg{
  cursor: pointer;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.section-news-card .box .dark{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.2;
  z-index: 2;
}
.section-news-card .box .copy{
  width: calc( 100% - 30px);
  height: 110px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: white;
  padding: 20px;
  z-index: 3;
}
.section-news-card .box .copy .title{
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.section-news-card .box .copy .from{
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}
.section-news-card .box.bic .copy{
  height: 140px;
  padding: 40px 30px;
}
.section-news-card .box.bic .copy .title{
  font-size: 22px;
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap; 
}
.section-news-card .box.bic .copy .from{
  font-size: 16px;
}
.section-news-card .box.tiny .copy .title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.news-pagenation{
  width: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 36px;
}
.news-pagenation button{
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #a8aab7;
  padding: 0 15px;
}
.news-pagenation button:hover{
  background: #165efe;
}
.news-pagenation button .arrow-left{
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; 
  border-right: 6px solid #a8aab7; 
}
.news-pagenation button .arrow-right{
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; 
  border-left: 6px solid #a8aab7; 
}
.news-pagenation button:hover .arrow-left{
  border-right: 6px solid #ffffff;
}
.news-pagenation button:hover .arrow-right{
  border-left: 6px solid #ffffff;
}
.news-pagenation button:first-child{
  float: left;
}
.news-pagenation button:last-child{
  float: right;
}
.news-pagenation span{
  font-size: 14px;
  color: #7f8fa4;
}

#section-contact{
  padding: 200px 0;
  background-color: #f1f4f8;
}
.section-contact-doc{
  text-align: center;
}
.section-contact-doc h1{
  font-size: 32px;
	letter-spacing: -1px;
  color: #354052;
  margin-bottom: 60px;
  text-align: center;
}
.section-contact-doc a{
  text-decoration: none;
}
.section-contact-doc p.pull-right{
  margin-top: 8px;
  margin-right: 10px;
}
.section-contact-doc p.pull-right a{
  font-size: 16px;
  color: #6e7a8d;
}
.section-contact-doc p.pull-right a:hover{
  color: #165efe;
}
.section-contact-doc .card{
  padding-left: 8px;
  padding-right: 8px;
  width: 334px;
  float: left;
}
.section-contact-doc .box{
  width: 100%;
  height: 380px;
  padding: 20px 25px;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.section-contact-doc a .box:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.section-contact-doc .box h1{
  font-size: 44px;
  font-weight: 700;
  color: #888888;
  opacity: 0.2;
  text-align: left;
  margin: 0;
  float: none;
}
.section-contact-doc .box h4{
  font-size: 18px;
  font-weight: 700;
	letter-spacing: -1px;
	color: #3d434b;
  margin: 10px 0 20px 0;
}
.section-contact-doc .box p{
  font-size: 14px;
	letter-spacing: -0.5px;
  color: #354052;
  word-break: keep-all;
}
.section-contact-doc .box img{
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 30px;
}

.section-contact-us{
  text-align: center;
  margin-top: 60px;
}
.section-contact-us a.join{
  display: inline-block;
  width: 160px;
	height: 46px;
	border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
	background-color: #165efe;
  font-size: 18px;
  font-weight: 300;
	letter-spacing: -1px;
	text-align: center;
  color: #ffffff;
  line-height: 46px;
  margin-right: 16px;
}
.section-contact-us a.join:hover{
  background-color: #1954e1;
  text-decoration: none;
}
.section-contact-us a.cs{
  display: inline-block;
  width: 160px;
	height: 46px;
	border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
  font-size: 18px;
	letter-spacing: -1px;
	text-align: center;
  color: #565e66;
  line-height: 46px;
}
.section-contact-us a.cs:hover{
  background-color: #f8fafc;
  text-decoration: none;
}
.section-contact-footer{
  background-color: #0f151f;
  width: 100%;
  height: 80px;
  text-align: left;
  color: #ffffff;
}

.section-contact-footer .container{
  width: 1024px;
  position: relative;
}
.section-contact-footer table{
  width: 100%;
  background-color: #0f151f;
  z-index: 2;
  position: relative;
}
.section-contact-footer table tr td:first-child{
  height: 80px;
}
.section-contact-footer table tr td:last-child{
  width: 180px;
  height: 80px;
}
.section-contact-footer table tr td:first-child a{
  font-size: 13px;
  color: #ffffff;
}
.section-contact-footer table tr td:last-child button{
  width: 180px;
  height: 80px;
  font-size: 14px;
  color: #ffffff;
  line-height: 80px;
  background-color: #0f151f;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.section-contact-footer table tr td:last-child button:hover{
  background-color: rgba(255, 255, 255, 0.1);
}
.section-contact-footer table tr td:last-child button i{
  padding-left: 5px;
}
.section-contact-footer .btn-group {
  position: absolute;
  bottom: 0;
  right: 180px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 1;
}
.section-contact-footer .btn-group.open{
  bottom: 320px;
}
.section-contact-footer .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.section-contact-footer .dropdown-menu li a{
  display: block;
  width: 180px;
  height: 48px;
  font-size: 13px;
	letter-spacing: -0.4px;
  color: #ffffff;
  line-height: 48px;
  padding-left: 15px;
  background-color: #272c35;
}
.section-contact-footer .dropdown-menu li a:hover{
  text-decoration: none;
  background-color: #0f151f;
}
.section-contact-footer .dropdown-menu li a img{
  padding-right: 10px;
}

/* 메인 - 광고안내 */

.adinfo-tab{
  padding: 180px 0 80px 0;
  text-align: center;
}
.adinfo-tab a{
  font-size: 26px;
  color: #6e7a8d;
  letter-spacing: -1px;
  margin: 0 50px;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
.adinfo-tab a:hover,
.adinfo-tab a.active{
  color: #354052;
  border-bottom: 3px solid #165efe;
}
.adinfo-ad,
.adinfo-app{
  padding-bottom: 120px;
}
.adinfo-ad a,
.adinfo-app a{
  text-decoration: none;
}
.adinfo-ad .card,
.adinfo-app .card{
  padding-left: 8px;
  padding-right: 8px;
  width: 334px;
  float: left;
  text-align: center;
}
.adinfo-ad .box,
.adinfo-app .box{
  width: 100%;
  height: 380px;
  padding: 20px 25px;
  background-color: #ffffff;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.adinfo-ad .box:hover,
.adinfo-app .box:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.adinfo-ad .box h1,
.adinfo-app .box h1{
  font-size: 44px;
  font-weight: 700;
  color: #888888;
  opacity: 0.2;
  text-align: left;
  margin: 0;
}
.adinfo-ad .box h4,
.adinfo-app .box h4{
  font-size: 18px;
  font-weight: 700;
	letter-spacing: -1px;
	color: #3d434b;
  margin: 10px 0 20px 0;
}
.adinfo-ad .box p,
.adinfo-app .box p{
  font-size: 14px;
	letter-spacing: -0.5px;
  color: #354052;
  word-break: keep-all;
}
.adinfo-ad .box img,
.adinfo-app .box img{
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 30px;
}


.adinfo-ad .adinfo-banner{
  text-align: center;
  background-image: url(../images/main/adinfo_ad_bg.jpg);
  background-size: cover;
  background-position-y: center;
  margin: 120px 0;
  padding: 140px 0;
}
.adinfo-ad .adinfo-banner span {
  font-size: 34px;
  font-weight: 100;
  color: #FFFFFF;
  letter-spacing: -1px;
  padding: 8px 15px;
}

.adinfo-ad .adinfo-banner span span{
  padding: 8px 0;
}
.adinfo-app .adinfo-banner{
  text-align: center;
  background-image: url(../images/main/adinfo_app_bg.jpg);
  background-size: cover;
  background-position-y: center;
  margin: 120px 0;
  padding: 140px 0;
}
.adinfo-app .adinfo-banner span{
  font-size: 34px;
  font-weight: 300;
  color: #12171b;
  letter-spacing: -1px;
  padding: 8px 15px;
  background-color: #FFFFFF;
}
.adinfo-app .adinfo-banner span span{
  padding: 8px 0;
}
.adinfo-ad .pdf-view,
.adinfo-app .pdf-view{
  height: 685px;
  background-color: #FFFFFF;
  border: 1px solid #d5d7da;
}

.pdf-scroll{
  text-align: right;
  margin-top: 10px;
}
.pdf-scroll > i{
  position: relative;
  display: inline-block;
  width: 11px;
  height: 16px;
  border: solid 1px #8291a6;
  border-radius: 6px;
  vertical-align: text-bottom;
}
.pdf-scroll > i i{
  position: absolute;
  top: 2px;
  left: 4px;
  width: 1px;
  height: 3px;
  background-color: #8291a6;
}
.pdf-scroll span{
  font-size: 14px;
  color: #7f8fa4;
  padding: 0 8px;
}
.adinfo-ad .pdf-scroll.w-1024,
.adinfo-app .pdf-scroll.w-1024{
  display: none;
}

.adinfo-ad .pdf-product,
.adinfo-ad .pdf-design,
.adinfo-app .pdf-partner{
  margin-bottom: 120px;
}
.adinfo-ad .pdf-control,
.adinfo-app .pdf-control{
  position: relative;
  height: 665px;
}
.adinfo-ad .pdf-control h1,
.adinfo-app .pdf-control h1{
  font-size: 22px;
  font-weight: 700;
  color: #12171b;
  margin-top: 10px;
  margin-bottom: 40px;
}
.adinfo-ad .pdf-control ul li,
.adinfo-app .pdf-control ul li{
  border-bottom: 1px solid #d5d7da;
  cursor: pointer;
}
.adinfo-ad .pdf-control ul li a,
.adinfo-app .pdf-control ul li a{
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #6e7a8d;
  text-decoration: none;
  padding: 20px 0 10px;
  display: block;
}
.adinfo-ad .pdf-control ul li a:hover,
.adinfo-ad .pdf-control ul li a.active,
.adinfo-app .pdf-control ul li a:hover,
.adinfo-app .pdf-control ul li a.active{
  color: #165efe;
}

.adinfo-ad .pdf-pagenation,
.adinfo-app .pdf-pagenation{
  margin-top: 10px;
  line-height: 36px;
}
.adinfo-ad .pdf-pagenation button,
.adinfo-app .pdf-pagenation button{
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #a8aab7;
  background-color: #FFFFFF;
  padding: 0 15px;
}
.adinfo-ad .pdf-pagenation button:hover,
.adinfo-app .pdf-pagenation button:hover{
  background-color: #165efe;
}
.adinfo-ad .pdf-pagenation button .arrow-left,
.adinfo-app .pdf-pagenation button .arrow-left{
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; 
  border-right: 6px solid #a8aab7; 
}
.adinfo-ad .pdf-pagenation button:hover .arrow-left,
.adinfo-app .pdf-pagenation button:hover .arrow-left{
  border-right: 6px solid #FFFFFF; 
}
.adinfo-ad .pdf-pagenation button .arrow-right,
.adinfo-app .pdf-pagenation button .arrow-right{
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; 
  border-left: 6px solid #a8aab7; 
}
.adinfo-ad .pdf-pagenation button:hover .arrow-right,
.adinfo-app .pdf-pagenation button:hover .arrow-right{
  border-left: 6px solid #FFFFFF; 
}
.adinfo-ad .pdf-pagenation button:first-child,
.adinfo-app .pdf-pagenation button:first-child{
  float: left;
}
.adinfo-ad .pdf-pagenation button:last-child,
.adinfo-app .pdf-pagenation button:last-child{
  float: right;
}
.adinfo-ad .pdf-pagenation span,
.adinfo-app .pdf-pagenation span{ 
  font-size: 14px;
  color: #7f8fa4;
}

.adinfo-ad .pdf-download,
.adinfo-app .pdf-download{
  position: absolute;
  bottom: 0;
  padding: 15px 25px;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #354052;
  border-radius: 100px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(22, 94, 254, 0.1);
  text-decoration: none;
}
.adinfo-ad .pdf-download:hover,
.adinfo-app .pdf-download:hover{
  color: #ffffff;
  background-color: #165efe;
}
.adinfo-ad .pdf-download img,
.adinfo-app .pdf-download img{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.adinfo-ad .pdf-download.w-1024,
.adinfo-app .pdf-download.w-1024{
  position: relative;
  margin-top: 20px;
  padding: 12px 20px;
  display: none;
}


/* 광고 인사이트 */

.insight-top{
  margin: 90px 0 0;
  text-align: center;
}

/* 케이스스터디 */

.insight-top.casestudy{
  background-size: 100%;
  background-position-y: 50%;
  padding: 30px 0;
}
.insight-top.casestudy p{
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  opacity: 0.7;
}
.insight-top.casestudy p:first-child{
  text-align: left;
}
.insight-top.casestudy p:last-child{
  margin-bottom: 70px;
}
.insight-top.casestudy h1{
  font-size: 36px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: -1.8px;
  margin: 50px 0 16px;
}
.casestudy-html{
  background: #ffffff;
  text-align: center;
}
.casestudy-contact{
  padding: 40px 0;
  text-align: right;
}
.casestudy-contact span{
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #354052;
  margin-right: 20px;
}
.casestudy-contact button{
  background-color: #165efe;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1.1px;
  color: #ffffff;
  padding: 10px 30px;
}
.casestudy-list{
  padding: 80px 0 200px;
  background: #ffffff;
}
.casestudy-list .row {
  margin-left: -8px;
  margin-right: -8px;
}
.casestudy-list .col-xs-4{
  padding-left: 8px;
  padding-right: 8px;
}
.casestudy-list h1{
  font-size: 22px;
  color: #4a4a4a;
  margin-bottom: 30px;
}
.casestudy-list .box{
  width: 100%;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
  overflow: hidden;
  cursor: pointer;
}
.casestudy-list .box .td-img{
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
.casestudy-list .box img{
  width: 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
}
.casestudy-list .box:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.casestudy-list .box h2{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #08131f;
  margin: 30px 20px 16px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  word-break: keep-all;
}
.casestudy-list .box:hover h2{
  color: #165efe;
}
.casestudy-list .box p{
  font-size: 16px;
  color: #08131f;
  opacity: 0.7;
  margin: 0 20px 30px;
}
.casestudy-list button{
  width: 100%;
  background-color: #8b94a2;
  border: 0;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  padding: 30px 0;
  margin-top: 16px;
}
.casestudy-list button:hover{
  background-color: #7b8491;
}

/* 쇼케이스 */

.insight-top.showcase{
  background-color: #155ae1;
  padding: 10px 0 0;
  position: relative;
}
.insight-top.showcase img{
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 100%;
  z-index: 1;
}
.insight-top.showcase p{
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  opacity: 0.7;
  text-align: left;
  margin-top: 20px;
  z-index: 2;
}
.insight-top.showcase h1{
  position: relative;
  font-size: 36px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: left;
  letter-spacing: -1.8px;
  line-height: 1.3;
  margin: 70px 0 100px 70px;
  z-index: 3;
}

.showcase-nav{
  background-color: #ffffff;
  padding: 50px 0 0;
}
.showcase-nav .row{
  margin-left: -15px;
  margin-right: -15px;
}
.showcase-nav .col-xs-12{
  padding-left: 15px;
  padding-right: 15px;
}
.showcase-nav a{
  height: 70px;
  line-height: 70px;
  text-decoration: none;
}
.showcase-nav .category{
  display: inline-block;
  width: 250px;
  height: 70px;
  font-size: 32px;
  font-weight: 300;
  color: #354052;
  border: solid 1px transparent;
  border-radius: 4px;
  margin-right: 40px;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.showcase-nav .category div{
  width: 220px;
  position: absolute;
  top: 0;
  left: 15px;
}
.showcase-nav .category i{
  font-size: 24px;
  color: #a8aab7;
  line-height: 70px;
  float: right;
}
.showcase-nav .category:hover,
.showcase-nav .category.active{
  border: solid 1px #dfe3e9;
}
.showcase-nav .category.active{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.showcase-nav .dropdown-menu.showcase{
  width: 250px;
  border-color: #dfe3e9;
  padding: 0;
  margin-top: -11px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.showcase-nav .dropdown-menu.showcase li{
  font-size: 18px;
  line-height: 60px;
  padding: 0 25px;
  border-bottom: solid 1px #dfe3e9;
  cursor: pointer;
}
.showcase-nav .dropdown-menu.showcase li:last-child{
  border-bottom: 0;
}
.showcase-nav .dropdown-menu.showcase li:hover,
.showcase-nav .dropdown-menu.showcase li.active{
  background-color: #f1f4f8;
}
.showcase-nav .dropdown-menu.showcase li:hover a,
.showcase-nav .dropdown-menu.showcase li.active a{
  color: #165efe;
}
.showcase-nav .dropdown-menu.showcase li a i{
  display: none;
  float: right;
  margin-top: 26px;
}
.showcase-nav .dropdown-menu.showcase li.active a i{
  display: block;
}


.showcase-nav .tag{
  font-size: 15px;
  color: #12171b;
  opacity: 0.25;
  margin: 0 20px;
}
.showcase-nav .tag.active{
  opacity: 1;
}
.showcase-nav .tag:hover{
  opacity: 1;
  color: #165efe;
}

.showcase-list{
  background-color: #ffffff;
  padding: 30px 0 200px;
}
.showcase-list .row{
  margin-left: -15px;
  margin-right: -15px;
}
.showcase-list .col-xs-6{
  padding-left: 15px;
  padding-right: 15px;
}
.showcase-list .box{
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
  cursor: pointer;
}
.showcase-list .box video{
  width: 100%;
}
.showcase-list .box h2{
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #08131f;
  margin: 30px 32px 16px;
}
.showcase-list .box h4{
  font-size: 16px;
  color: #6e7a8d;
  margin: 0 32px 30px;
}
.showcase-list .box p{
  font-size: 14px;
  color: #6b9cd6;
  margin: 0 32px 0;
}

.signup-top{
  margin: 90px 0 0;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(87, 114, 170, 0.1);
}
.signup-top h1{
  font-size: 34px;
  font-weight: 600;
  color: #003bdf;
  letter-spacing: -0.3px;
  margin: 80px 0 16px;
}
.signup-top p{
  font-size: 16px;
  font-weight: 400;
  color: #354052;
  letter-spacing: -0.3px;
  margin-bottom: 80px;
}

.signup-form form{
  max-width: 480px;
  min-width: 320px;
  margin: 30px auto 80px;
}
.signup-form form .form-group{
  margin-bottom: 24px;
}
.signup-form form .form-control{
  background-color: #ffffff;
  height: 46px;
  font-size: 14px;
}
.signup-form form .styled-select{
  background-color: #ffffff;
  width: 80px;
  height: 36px;
  font-size: 14px;
  float: right;
}
.signup-form form .styled-select select{
  width: 80px;
  height: 36px;
  color: #354052;
}
.signup-form form #foreigner .styled-select{
  width: 100%;
  height: 46px;
  float: right;
}
.signup-form form #foreigner .styled-select select{
  width: 100%;
  height: 46px;
}
.signup-form form input::placeholder{
  color: #c7ced7;
}
.signup-form form label{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: -0.9px;
  color: #7f8fa4;
  padding-left: 4px;
}
.signup-form form #foreigner label{
  font-weight: normal;
  letter-spacing: 0px;
}
.signup-form form .checkbox label,
.signup-form form .check-label{
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #354052;
}
.signup-form form .checkbox input[type="checkbox"]:checked+label::before{
  background-color: #165efe;
  border: 1px solid #165efe;
}
.signup-form form .checkbox label::after{
  color: #ffffff;
}
.signup-form form .check-label a{
  color: #3b7bff;
  text-decoration: underline;
}
.signup-form form .radio{
  display: inline-block;
  height: 46px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #dfe3e9;
  padding: 6px 32px 6px 32px;
  line-height: 34px;
  width: 49%;
  margin: 0;
}
.signup-form form .radio.checked{
  border: solid 1px #3b7bff;
}
.signup-form form .radio:last-child{
  float: right;
}
.signup-form form .radio label{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #354052;
}

.signup-form form .input-group.birth .form-control{
  width: 32%;
}
.signup-form form .input-group.birth .form-control:nth-child(2){
  margin: 0 2%;
}
.signup-form form .form-control.email{
  width: 68%;
  display: inline-block;
}
.signup-form form a.btn,
.signup-form form div.btn{
  width: 30%;
  height: 46px;
  font-size: 14px;
  line-height: 32px;
  float: right;
}
.signup-form form #foreigner a.btn{
  font-size: 13px;
  line-height: 32px;
}
.signup-form form a.btn-default-line,
.signup-form form div.btn-default-line{
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
}
.signup-form form .form-footer{
  text-align: center;
}
.signup-form form .form-footer span{
  font-size: 13px;
  color: #7f8fa4;
}
.signup-form form .form-footer button{
  width: 220px;
  height: 46px;
  font-size: 18px;
  margin-top: 16px;
}
.signup-form form .form-footer p{
  font-size: 14px;
  color: #354052;
  margin-top: 16px;
}
.signup-form form .form-footer p a{
  color: #3b7bff;
}
.signup-form form .error-container span {
  display: block;
  padding: 5px 0 0;
  margin-left: 5px;
  font-size: 14px;
}
.signup-form form .error-container span img{
  padding-right: 8px;
}
.signup-form form .error-container .label-no {
  color: #e30f00;
  border: 0;
  background: transparent;
}
.signup-form form .error-container .label-yes{
  color: #1991eb;
  border: 0;
  background: transparent;
}
.signup-form form .error-container .label-info{
  color: #7f8fa4;
  border: 0;
  background: transparent;
}
.signup-form form .label-etc{
  color: #7f8fa4;
  border: 0;
  background: transparent;
  display: block;
  padding: 5px 0 0;
  margin-left: 5px;
  font-size: 12px;
}
.signup-form form .label-etc img{
  padding-right: 8px;
  font-size: 16px;
  vertical-align: bottom;
}
.signup-form form .signupCorp{
  border-top: 1px dotted #d5dae0;
  border-bottom: 1px dotted #d5dae0;
  padding-top: 24px;
  margin-bottom: 24px;
}
.signup-form form .signupInvoice{
  border-top: 1px dotted #d5dae0;
  border-bottom: 1px dotted #d5dae0;
  padding: 12px 0;
  margin: 30px 0;
  font-size: 12px;
  font-weight: 500;
  color: #7f8fa4;
}

/* cs center */

.cs-top{
  margin: 90px 0 0;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(87, 114, 170, 0.1);
}
.cs-top h1{
  font-size: 34px;
  font-weight: 600;
  color: #003bdf;
  letter-spacing: -0.3px;
  margin: 80px 0 16px;
}
.cs-top p{
  font-size: 16px;
  font-weight: 400;
  color: #354052;
  letter-spacing: -0.3px;
  margin-bottom: 30px;
}
.cs-top .btn-default-line{
  width: 220px;
  height: 46px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 500;
  color: #354052;
  line-height: 1.8;
  margin-bottom: 60px;
}
.cs-form form{
  max-width: 600px;
  min-width: 320px;
  margin: 30px auto 80px;
}
.cs-form form .form-group{
  margin-bottom: 24px;
}
.cs-form form .row{
  margin-left: -15px;
  margin-right: -15px;
}
.cs-form form .form-group.col-xs-6,
.cs-form form .form-group.col-xs-12{
  padding-left: 15px;
  padding-right: 15px;
}
.cs-form form .form-control{
  background-color: #ffffff;
  height: 46px;
  font-size: 14px;
}
.cs-form form textarea.form-control{
  height: auto;
  padding: 16px 12px;
}
.cs-form form .styled-select{
  background-color: #ffffff;
  height: 46px;
  font-size: 14px;
}
.cs-form form .styled-select select{
  height: 46px;
  color: #354052;
  font-size: 14px;
}
.cs-form form input::placeholder,
.cs-form form textarea::placeholder{
  color: #c7ced7;
}
.cs-form form label{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: -0.9px;
  color: #7f8fa4;
  padding-left: 4px;
}
.cs-form form .checkbox label,
.cs-form form .check-label{
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #354052;
}
.cs-form form .checkbox input[type="checkbox"]:checked+label::before{
  background-color: #165efe;
  border: 1px solid #165efe;
}
.cs-form form .checkbox label::after{
  color: #ffffff;
}
.cs-form form .check-label a{
  color: #3b7bff;
  text-decoration: underline;
}
.cs-form form .form-control.uploadfile{
  border: 0;
  background-color: transparent;
  height: auto;
  width: auto;
  margin-right: 10px;
  padding: 0 12px;
  vertical-align: top;
  display: inline-block;
}
.cs-form form .fileUpload{
  display: inline-block;
  line-height: 24px;
}
.cs-form form .fileUpload i{
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: solid 1px #dfe3e9;
  border-radius: 12px;
  margin-right: 6px;
  text-align: center;
  display: inline-block;
}
.cs-form form .fileUpload i svg{
  width: 14px;
  height: 14px;
  vertical-align: text-top;
}
.cs-form form .fileUpload i .clip{
  fill: none;
  stroke: #7f8fa4;
}
.cs-form form .fileUpload:hover i{
  background-color: #165efe;
  border: solid 1px #165efe;
}
.cs-form form .fileUpload:hover i .clip{
  stroke: #FFF;
}
.cs-form form .fileUpload span{
  color: #7f8fa4;
  text-decoration: underline;
}
.cs-form form .fileUpload span,
.cs-form form .fileUpload input.upload{
  font-size: 13px;
}
.cs-form form .form-footer{
  text-align: center;
}
.cs-form form .form-footer button{
  width: 220px;
  height: 46px;
  font-size: 18px;
  margin-top: 16px;
}
.cs-form form .form-footer p{
  font-size: 14px;
  color: #354052;
  margin-top: 16px;
}
.cs-form form .error-container span {
  display: block;
  padding: 5px 10px 0;
  font-size: 14px;
}
.cs-form form .error-container span i{
  padding-right: 10px;
  font-size: 16px;
}
.cs-form form .error-container .label-no {
  color: #e30f00;
  border: 0;
  background: transparent;
}
.cs-form form .error-container .label-yes{
  color: #1991eb;
  border: 0;
  background: transparent;
}

.cs-box {
  border-top: 2px solid #354052;
  border-bottom: 1px solid #7f8fa4;
}
.cs-form .cs-box form{
  width: 640px;
  margin: 48px auto;
}
.cs-box h3{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.5px;
  text-align: center;
  color: #354052;
  margin-bottom: 48px;
}
.cs-form .form-footer-sub{
  text-align: right;
  margin-top: 34px;
  margin-bottom: 70px;
}
.cs-form .form-footer-sub button{
  width: 220px;
  height: 46px;
  font-size: 18px;
}
.cs-form .form-footer-sub p{
  display: inline-block;
  font-size: 14px;
  color: #354052;
  vertical-align: middle;
  margin-right: 38px;
}

.history-form .history-box{
  border-top: 2px solid #354052;
  border-bottom: 1px solid #7f8fa4;
  padding: 34px 38px;
}
.history-form .form-inline .form-group{
  margin-bottom: 15px;
}
.history-form label{
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: -0.7px;
  color: #7f8fa4;
}
.history-form .styled-select{
  display: inline-block;
  width: 189.13px;
}
.history-form .styled-select .form-control{
  width: 100%;
}
.history-form .form-control.search{
  width: 189.13px;
}

.faq-form .faq-box-top{
  border-top: 2px solid #354052;
  border-bottom: 1px solid #7f8fa4;
  padding: 38px 48px;
}
.faq-form .col-xs-7 a{
  margin-right: 24px;
}
.faq-form .form-group{
  margin-bottom: 0;
}
.faq-form .form-control.search{
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: bottom;
}

.faq-box-bottom{
  border-top: 2px solid #354052;
  border-bottom: 1px solid #7f8fa4;
  padding: 46px 48px;
  margin-top: 30px;
}

.faq-box-bottom .panel .panel-heading{
  padding: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #354052;
}
.faq-box-bottom .panel .panel-body{
  padding: 0;
  font-size: 14px;
  color: #354052;
}
.faq-box-bottom .panel .panel-body li{
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  line-height: 1;
  cursor: pointer;
}
.faq-box-bottom .panel .panel-body li:first-child{
  border-top: 1px solid #d8d8d8;
}
.faq-box-bottom .panel .panel-body li:hover,
.faq-box-bottom .panel .panel-body li.active{
  font-weight: bold;
}
.faq-box-bottom .panel .panel-body li::after{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #354052;
  opacity: 0.5;
  font-family: FontAwesome;
  content: "\f107";
}
.faq-box-bottom .panel .panel-body li.active::after{
  content: "\f106";
}
.faq-box-bottom .panel .panel-body li > span{
  display: block;
  width: calc(100% - 32px);
  line-height: 1.5;
  padding: 20px 0 19px;
}
.faq-box-bottom .panel .panel-body .faq-answer{
  background-color: #f1f4f8;
  padding: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.86;
  color: #354052;
  border-top: 1px solid #d8d8d8;
}

/* faq */
.faq-top{
  margin: 90px 0 0;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(87, 114, 170, 0.1);
}
.faq-top h1{
  font-size: 34px;
  font-weight: 600;
  color: #003bdf;
  letter-spacing: -0.3px;
  margin: 80px 0 16px;
}
.faq-top p{
  font-size: 16px;
  font-weight: 400;
  color: #354052;
  letter-spacing: -0.3px;
  margin-bottom: 30px;
}
.faq-top .input-group{
  width: 320px;
  display: inline-table;
  margin-bottom: 60px;
}
.faq-top .form-control{
  height: 46px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-right: 0;
  font-size: 14px;
  font-weight: 500;
  color: #354052;  
}
.faq-top .input-group-btn > .btn{
  height: 46px;
  color: #c5d0de;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-left: 0;
  font-size: 14px;
  background-color: white;
}
.faq-top .input-group-btn > .btn:hover{
  color: #165EFE;
}
.faq-section{
  margin: 30px auto 0;
}
.faq-section .container{
  width: 1200px !important;
}
.faq-section .sticky {
  position: fixed;
  top: 110px;
  width: 240px;
}
.faq-section .faq-menu li{
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: #7f8fa4;
  padding: 13px 16px;
  margin-bottom: 8px;
  cursor: pointer;
}
.faq-section .faq-menu li:hover,
.faq-section .faq-menu li.active{
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(127, 143, 164, 0.25);
  color: #354052;
}
.faq-menu.affix{
  top: 121px;
  z-index: 9999 !important;
}
.faq-section .panel{
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(127, 143, 164, 0.25);
  margin-bottom: 40px;
}
.faq-section .panel .panel-heading{
  padding: 40px 50px 32px;
  font-size: 26px;
  font-weight: bold;
  color: #354052;
}
.faq-section .panel .panel-body{
  padding: 0 50px 40px;
  font-size: 16px;
  color: #354052;
}
.faq-section .panel .panel-body li{
  position: relative;
  
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
}
.faq-section .panel .panel-body li:first-child{
  border-top: 1px solid #d8d8d8;
}
.faq-section .panel .panel-body li:hover,
.faq-section .panel .panel-body li.active{
  font-weight: bold;
}
.faq-section .panel .panel-body li::after{
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  color: #354052;
  opacity: 0.5;
  font-family: FontAwesome;
  content: "\f107";
}
.faq-section .panel .panel-body li.active::after{
  content: "\f106";
}
.faq-section .panel .panel-body li > span{
  display: block;
  width: calc(100% - 32px);
  line-height: 1.5;
  padding: 15px 0 14px;
}
.faq-section .panel .panel-body .faq-answer{
  background-color: #f1f4f8;
  padding: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.86;
  color: #354052;
  border-top: 1px solid #d8d8d8;
  word-break: break-all;
}
.faq-section .faq-more{
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #354052;
  margin-bottom: 80px;
}
.faq-section .faq-more p{
  display: inline-block;
  margin-right: 36px;
}
.faq-section .faq-more .btn-default-line{
  width: 220px;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  color: #354052;
  background-color: #fff;
  line-height: 1.8;
  vertical-align: bottom;
}

/* terms / privacy */
.terms-page{
  background-color: #f1f4f8;
}
.terms-page .terms-header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(87, 114, 170, 0.1);
  padding: 25px 0;
  text-align: center;
}
.terms-page .terms-header img{
  width: 174px;
  height: 57px;
}
.terms-page .sub-header {
  margin: 100px -30px 60px;
}
.terms-page .container{
  width: 1200px;
}


#login{
  position: absolute;
  top: 0;
  width: 100%;
	height: 100vh;
  z-index: -1;
  display: none;
}
#login .login-wrapper{
  position: relative;
  width: 100%;
	height: 100%;
}
#login .login-bg{
  position: fixed;
  width: 100%;
	height: 100%;
  opacity: 0.6;
  background-color: #000000;
  z-index: 999;
}
#login .login-container{
  width: 350px;
  height: 500px;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 9999;
}
#login .login-container .login-logo{
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 35px;
  text-align: center;
  margin: 0 auto;
}
#login .login-container .login-logo img{
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-left: 2px;
}
#login .login-container .login-contents{
  width: 100%;
  height: 350px;
  background: white;
  border-radius: 4px;
  margin: 15px 0;
  overflow: hidden;
}
#login .login-container .login-contents .center-choice{
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #77808b;
}
#login .login-container .login-contents .center-choice span {
  width: 175px;
  height: 50px;
  display: inline-block;
  background-color: #f1f4f8;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
#login .login-container .login-contents .center-choice span.active{
  background-color: white !important;
  color: #0f151f;
}
#login .login-container .login-contents .login-input{
  height: 250px;
  padding: 8px 30px 0 30px;
  border: 0;
}
#login .login-container .login-contents .login-input input{
  height: 36px;
  background-color: #f8fafc;
}
#login .login-container .login-contents .login-input label{
  font-size: 12px;
  color: #7f8fa4;
  padding: 20px 0 5px 0;
}
#login .login-container .login-contents .login-input button{
  width: 100%;
  font-size: 15px;
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
}
#login .login-container .login-contents .login-input-save{
  height: 50px;
  padding-top: 16px;
  text-align: center;
  background-color: #f8fafc;
  box-shadow: 0 -1px 0 0 #e7e9ed;
  color: #354052;
}
#login .login-container .login-contents .login-input-saved{
  height: 50px;
  padding-top: 16px;
  padding-left: 20px;
  text-align: left;
  background-color: #f8fafc;
  box-shadow: 0 -1px 0 0 #e7e9ed;
  color: #354052;
}
#login .login-container .login-contents .login-input-saved span{
  display: inline-block;
  width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #2d74fc;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: white;
  padding-left: 5px;
  margin-right: 10px;
}
#login .login-container .login-footer a{
	font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
#login .login-container .login-footer a:hover{
  color: rgba(255, 255, 255, 1);
}

#sdkNoti {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  display: none;
}

#sdkNoti .sdkNoti-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#sdkNoti .sdkNoti-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #000000;
  z-index: 999;
}

#sdkNoti .sdkNoti-container {
  width: 600px;
  padding-bottom: 95px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 9999;
  background: #FFFFFF;
}

#sdkNoti .sdkNoti-container .sdkNoti-txt {
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}

#sdkNoti .sdkNoti-container .sdkNoti-txt-head {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 30px;
}

#sdkNoti .sdkNoti-container .sdkNoti-btn-box {
  margin-top: 40px;
  text-align: center;
}

#sdkNoti .sdkNoti-container .sdkNoti-btn {
  min-width: 260px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

#sdkNoti .sdkNoti-container .sdkNoti-btn-box>p:nth-child(n+2) {
  margin-top: 10px;
}

#sdkNoti .sdkNoti-container .sdkNoti-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #D9D9D9;
}

#sdkNoti .sdkNoti-container .sdkNoti-footer .sdkNoti-footer-left,
#sdkNoti .sdkNoti-container .sdkNoti-footer .sdkNoti-footer-right {
  position: absolute;
  top: 20px;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  color: #8A8383;
}

#sdkNoti .sdkNoti-container .sdkNoti-footer .sdkNoti-footer-left {
  left: 20px;
}
#sdkNoti .sdkNoti-container .sdkNoti-footer .sdkNoti-footer-right {
  right: 20px;
}

#sdkNoti .sdkNoti-container .sdkNoti-footer a {
  text-decoration: none;
  color: #8A8383;
}

@media (min-width: 1025px) and (max-width: 1440px){


  .container {
    width: 1024px;
    max-width: none !important;
  }
  #page-content-wrapper {
    min-width: 1024px;
  }
  .cauly-main-page .container {
    width: 1024px !important;
  }

  header.navbar .navbar-symbol ul li a {
    margin-left: 20px;
    font-size: 16px;
  }
  header.navbar .dropdown-menu {
    left: 40px;
  }
  header.navbar .dropdown-menu.insight {
    left: 310px;
  }
  header.navbar .dropdown-menu.cscenter {
    left: 420px;
  }

  .main-top-slogan {
    height: 50%;
  }
  .main-top-slogan-content h1 {
    padding: 50px 0 20px 0;
    font-size: 42px;
  }
  .main-top-slogan-content p {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .main-top-slogan-content a {
    font-size: 13px;
    padding: 12px 45px;
  }
  .main-top-cover{
    height: 50%;
  }  
  .main-top-cover-content label{
    width: 230px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  .main-top-cover-content p{
    font-size: 18px;
  }
  .main-top-cover-content .left{
    margin-top: 40px;
  }
  .main-top-cover-content .center{
    margin-top: 120px;
  }
  .main-top-cover-content .right{
    margin-top: 70px;
  }
  .main-top-arrow{
    bottom: 30px;
  }

  #section-features {
    padding: 150px 0;
  }
  .section-features-bg{
    height: 240px;
  }
  .glide__arrow {
    width: 40px;
    height: 77px;
  }
  #section-features .glide__slide .media-object {
    width: 600px;
    height: 400px;
  }
  #section-features .glide__slide .media-object .img-target1{
    top: 20px;
    left: 20px;
    width: 400px;
  }
  #section-features .glide__slide .media-object .img-target2{
    bottom: 0;
    right: 60px;
    width: 240px;
  }
  #section-features .glide__slide .media-object .notebook{
    top: 20px;
    left: 0;
    width: 600px;
    height: 343px;
    z-index: 1;
  }
  #section-features .glide__slide .media-object .notebook-label{
    width: 200px;
    height: 48px;
    font-size: 15px;
    line-height: 48px;
  }
  #section-features .glide__slide .media-object .notebook-label.l-1{
    top: 210px;
    left: 20px;
  }
  #section-features .glide__slide .media-object .notebook-img2{
    top: 146px;
    right: 36px;
    width: 320px;
    height: 150px;
  }
  #section-features .glide__slide .media-object .notebook-label.l-2{
    top: 165px;
    left: 10px;
  }
  #section-features .glide__slide .media-object .notebook-label.l-3{
    top: 250px;
    right: 20px;
  }
  #section-features .glide__slide .media-heading{
    font-size: 25px;
    margin-bottom: 20px;
  }
  #section-features .glide__slide p{
    font-size: 18px;
  }

  #section-product {
    padding: 150px 0;
  }
  #section-product h1{
    font-size: 32px;
    margin-bottom: 30px;
  }
  #section-product p.pull-right{
    margin-top: 12px;
    margin-right: 0;
  }
  .section-product-nav{
    margin-bottom: 30px;
  }
  .section-product-content .object{
    width: 350px;
  }
  .section-product-content .copy{
    display: inline-block;
    text-align: left;
    padding-top: 50px;
  }
  .section-product-content .copy .title{
    font-size: 28px;
    letter-spacing: -0.9px;
    color: #165efe;
  }

  #section-news {
    padding: 150px 0;
  }
  .section-news-card h1{
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section-news-card .box{
    margin: 8px;
  }
  .section-news-card .box.bic{
    width: 622px;
    height: 436px;
  }
  .section-news-card .box.tiny{
    width: 318px;
    height: 210px;
  }
  .section-news-card .box .copy{
    height: 90px;
    padding: 15px;
  }
  .section-news-card .box .copy .title {
    font-size: 14px;
  }
  .section-news-card .box .copy .from {
    font-size: 12px;
    margin-top: 8px;
  }
  .section-news-card .box.bic .copy {
    height: 110px;
    padding: 25px;
  }
  .section-news-card .box.bic .copy .title {
    font-size: 20px;
  }
  .section-news-card .box.bic .copy .from {
    font-size: 14px;
  }

  #section-contact {
    padding: 150px 0;
  }
  .section-contact-doc h1{
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section-contact-doc .card {
    width: 241px;
    float: left;
  }
  .section-contact-doc .box {
    height: 340px;
    padding: 15px 20px;
  }
  .section-contact-doc .box img {
    width: 170px;
    margin-left: -85px;
    bottom: 20px;
  }
  .section-contact-us {
    margin-top: 50px;
  }

  .adinfo-ad .card,
  .adinfo-app .card{
    width: 241px;
  }
  .adinfo-ad .box,
  .adinfo-app .box{
    height: 360px;
  }
  .adinfo-ad .box img,
  .adinfo-app .box img{
    width: 180px;
    margin-left: -90px;
    bottom: 15px;
  } 
  .adinfo-ad .pdf-view,
  .adinfo-app .pdf-view{
    height: 491px;
  }
  .adinfo-ad .pdf-control,
  .adinfo-app .pdf-control{
    height: 471px;
  }
  .adinfo-ad .pdf-control h1,
  .adinfo-app .pdf-control h1{
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: -1px;
  }
  .adinfo-ad .pdf-control ul li a,
  .adinfo-app .pdf-control ul li a{
    padding: 16px 0 8px;
  }


  .adinfo-ad .pdf-download,
  .adinfo-app .pdf-download{
    position: absolute;
    bottom: 0;
    padding: 12px 20px;
    font-size: 13px;
    letter-spacing: -1px;
    color: #354052;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(22, 94, 254, 0.1);
    text-decoration: none;
  }
  .adinfo-ad .pdf-download img,
  .adinfo-app .pdf-download img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .casestudy-list .box .td-img{
    height: 200px;
  }
  .casestudy-list .box h2 {
    font-size: 18px;
  }
  .casestudy-list .box p {
    font-size: 14px;
  }

  .showcase-nav{
    background-color: #ffffff;
    padding: 50px 0 0;
  }
  .showcase-nav .tag{
    margin: 0 15px;
  }
  .showcase-list .box h2{
    font-size: 21px;
    margin: 30px 26px 16px;
  }
  .showcase-list .box h4{
    font-size: 14px;
    margin: 0 26px 30px;
  }
  .showcase-list .box p{
    font-size: 13px;
    margin: 0 26px 0;
  }

  .signup-top h1,
  .cs-top h1,
  .faq-top h1{
    font-size: 32px;
    margin: 70px 0 16px;
  }
  .signup-top p{
    font-size: 14px;
    margin-bottom: 70px;
  }
  .cs-top p,
  .faq-top p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cs-top .btn-default-line{
    height: 42px;
    font-size: 16px;
    margin-bottom: 60px;
  }
  .faq-section .sticky {
    width: 196px;
  }
  
}

@media (min-width: 769px) and (max-width: 1024px){

  .container {
    width: 768px !important;
    max-width: none !important;
  }
  #page-content-wrapper {
    min-width: 768px;
  }
  .cauly-main-page .container {
    width: 768px !important;
    padding: 0 15px;
  }
  .cauly-main-page .container .row{
    margin: 0 -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  header.navbar {
    min-height: 70px;
  }
  header.navbar .navbar-title .brandname {
    line-height: 70px;
  }
  header.navbar .navbar-title .brandname img {
    height: 32px;
    width: 98px;
  }
  header.navbar .navbar-symbol {
    left: 130px;
    line-height: 70px;
  }
  header.navbar .navbar-symbol ul li a {
    margin-left: 15px;
    font-size: 13px;
    line-height: 70px;
  }
  header.navbar .dropdown-menu {
    width: 340px;
    top: 60px;
    left: 30px;
  }

  header.navbar .dropdown-menu.insight {
    left: 245px;
  }

  header.navbar .dropdown-menu.howtouse {
    left: 280px;
  }
  header.navbar .dropdown-menu.cscenter {
    left: 330px;
  }
  header.navbar .dropdown-menu table th{
    font-size: 13px;
    padding: 10px 20px 10px;
  }
  header.navbar .dropdown-menu table td{
    font-size: 12px;
    padding: 10px 20px;
  }
  header.navbar .dropdown-menu table tr:last-child td{
    padding: 10px 20px 20px 20px;
  }
  header.navbar .dropdown-menu.howtouse{
    width: 160px;
  }
  header.navbar .dropdown-menu.howtouse table td{
    font-size: 13px;
  }
  header.navbar .dropdown-menu.howtouse table tr:first-child td{
    padding: 10px 20px !important;
  }
  header.navbar .dropdown-menu.howtouse table tr:last-child td{
    padding: 10px 20px !important;
  }


  header.navbar .dropdown-menu.insight{
    width: 160px;
  }
  header.navbar .dropdown-menu.insight table td{
    font-size: 13px;
  }
  header.navbar .dropdown-menu.insight table tr:first-child td{
    padding: 10px 20px !important;
  }
  header.navbar .dropdown-menu.insight table tr:last-child td{
    padding: 10px 20px !important;
  }
  header.navbar .dropdown-menu.cscenter{
    width: 160px;
  }
  header.navbar .dropdown-menu.cscenter table td{
    font-size: 13px;
  }
  header.navbar .dropdown-menu.cscenter table tr:first-child td{
    padding: 10px 20px !important;
  }
  header.navbar .dropdown-menu.cscenter table tr:last-child td{
    padding: 10px 20px !important;
  }

  header.navbar .navbar-menu ul li span,
  header.navbar .navbar-menu ul li .signupBtn {
    font-size: 12px;
    line-height: 70px;
  }
  header.navbar .navbar-menu ul li .loginBtn,
  header.navbar .navbar-menu ul li .logoutBtn {
    font-size: 12px;
    padding: 5px 20px;
    margin-left: 10px;
    line-height: 70px;
  }

  .main-top-slogan {
    height: 50%;
  }
  .main-top-slogan-content h1 {
    padding: 70px 0 20px 0;
    font-size: 36px;
  }
  .main-top-slogan-content p {
    font-size: 26px;
  }
  .main-top-cover{
    height: 50%;
  }  
  .main-top-cover-content label{
    width: 220px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
  .main-top-cover-content p{
    font-size: 14px;
  }
  .main-top-cover-content .left{
    margin-top: 40px;
  }
  .main-top-cover-content .center{
    margin-top: 120px;
  }
  .main-top-cover-content .right{
    margin-top: 70px;
  }
  .main-top-arrow{
    bottom: 30px;
  }

  #section-features {
    padding: 100px 0;
  }
  #section-features .col-xs-12{
    padding: 0;
  }
  .section-features-bg{
    height: 240px;
  }
  #section-features .glide__arrow{
    display: none;
  }
  #section-features .glide__slide .media{
    text-align: center;
  }
  #section-features .glide__slide .media-left,
  #section-features .glide__slide .media-right,
  #section-features .glide__slide .media-body {
    display: block;
  }
  #section-features .glide__slide .media-left{
    padding-right: 0;
  }
  #section-features .glide__slide .media-body {
    width: 100%;
  }
  #section-features .glide__slide .media-object {
    margin-left: 84px;
    margin-bottom: 40px;
    width: 600px;
    height: 400px;
  }
  #section-features .glide__slide .media-object .img-target1{
    top: 20px;
    left: 20px;
    width: 400px;
  }
  #section-features .glide__slide .media-object .img-target2{
    bottom: 0;
    right: 60px;
    width: 240px;
  }
  #section-features .glide__slide .media-object .notebook{
    top: 20px;
    left: 0;
    width: 600px;
    height: 343px;
    z-index: 1;
  }
  #section-features .glide__slide .media-object .notebook-label{
    width: 200px;
    height: 48px;
    font-size: 15px;
    line-height: 48px;
  }
  #section-features .glide__slide .media-object .notebook-label.l-1{
    top: 210px;
    left: 20px;
  }
  #section-features .glide__slide .media-object .notebook-img2{
    top: 146px;
    right: 36px;
    width: 320px;
    height: 150px;
  }
  #section-features .glide__slide .media-object .notebook-label.l-2{
    top: 165px;
    left: 10px;
  }
  #section-features .glide__slide .media-object .notebook-label.l-3{
    top: 250px;
    right: 20px;
  }
  #section-features .glide__slide .media-heading{
    font-size: 25px;
    margin-bottom: 20px;
  }
  #section-features .glide__slide p{
    font-size: 18px;
  }

  #section-product {
    padding: 100px 0;
  }
  .section-product-info {
    width: 100%;
  }
  #section-product h1{
    font-size: 26px;
    margin-bottom: 30px;
  }
  #section-product p.pull-right {
    margin-top: 8px;
    margin-right: 0;
  }
  .section-product-video{
    float: none;
  }
  .section-product-nav{
    margin-bottom: 0;
    margin-top: 20px;
    float: none;
  }
  .section-product-video .object .phone{
    width: 193px;
    height: 380px;
    background-size: 193px 380px;
  }
  .section-product-video .object video{
    top: 38px;
    left: 11px;
    width: 171px;
  }
  .section-product-content{
    display: none;
  }

  #section-news {
    padding: 100px 0;
  }
  .section-news-card h1{
    font-size: 26px;
    margin-bottom: 30px;
  }
  .section-news-card .box.bic{
    width: 466px;
    height: 412px;
  }
  .section-news-card .box.tiny{
    width: 240px;
    height: 190px;
  }
  .section-news-card .box .copy{
    height: 90px;
    padding: 15px;
  }
  .section-news-card .box .copy .title {
    font-size: 14px;
  }
  .section-news-card .box .copy .from {
    font-size: 12px;
    margin-top: 8px;
  }
  .section-news-card .box.bic .copy {
    height: 110px;
    padding: 25px;
  }
  .section-news-card .box.bic .copy .title {
    font-size: 20px;
  }
  .section-news-card .box.bic .copy .from {
    font-size: 14px;
  }

  #section-contact {
    padding: 100px 0;
  }
  .section-contact-doc h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .section-contact-doc p.pull-right a {
    font-size: 15px;
  }
  .section-contact-doc .card {
    width: 184.5px;
    float: left;
    padding: 8px !important;
  }
  .section-contact-doc .box h1 {
    font-size: 36px;
  }
  .section-contact-doc .box h4 {
    font-size: 16px;
  }
  .section-contact-doc .box p {
    font-size: 13px;
  }
  .section-contact-doc .box {
    height: 300px;
    padding: 15px 20px;
  }
  .section-contact-doc .box img {
    width: 120px;
    margin-left: -60px;
    bottom: 20px;
  }
  .section-contact-us {
    margin-top: 30px;
  }
  .section-contact-us a.join {
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .section-contact-us a.cs {
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }

  .adinfo-ad .pdf-product,
  .adinfo-ad .pdf-design,
  .adinfo-app .pdf-partner {
    margin-bottom: 100px;
  }
  .adinfo-ad .card,
  .adinfo-app .card{
    width: 184px;
  }
  .adinfo-ad .box,
  .adinfo-app .box{
    height: 300px;
    padding: 12px 15px;
  }
  .adinfo-ad .box h1, .adinfo-app .box h1 {
    font-size: 38px;
  }
  .adinfo-ad .box h4, .adinfo-app .box h4 {
    font-size: 16px;
  }
  .adinfo-ad .box p, .adinfo-app .box p {
    font-size: 13px;
  }
  .adinfo-ad .box img,
  .adinfo-app .box img{
    width: 140px;
    margin-left: -70px;
    bottom: 15px;
  } 
  .adinfo-ad .pdf-view,
  .adinfo-app .pdf-view{
    height: 379px;
  }
  .adinfo-ad .pdf-control,
  .adinfo-app .pdf-control{
    height: 359px;
  }
  .adinfo-ad .pdf-control h1,
  .adinfo-app .pdf-control h1{
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: -1px;
  }
  .adinfo-ad .pdf-control h1 span,
  .adinfo-app .pdf-control h1 span{
    display: none;
  }
  .adinfo-ad .pdf-control ul li a,
  .adinfo-app .pdf-control ul li a{
    font-size: 14px;
    padding: 16px 0 8px;
  }
  .adinfo-ad .pdf-control .pdf-pagenation span,
  .adinfo-app .pdf-control .pdf-pagenation span {
    font-size: 12px;
  }
  .adinfo-ad .pdf-download,
  .adinfo-app .pdf-download,
  .adinfo-ad .pdf-scroll,
  .adinfo-app .pdf-scroll{
    display: none;
  }
  .adinfo-ad .pdf-download.w-1024,
  .adinfo-app .pdf-download.w-1024{
    display: inline-block;
  }
  .adinfo-ad .pdf-scroll.w-1024,
  .adinfo-app .pdf-scroll.w-1024{
    display: inline-block;
    margin-top: 20px;
  }
  .adinfo-ad .pdf-download img,
  .adinfo-app .pdf-download img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  
  .insight-top {
    margin: 70px 0 0;
  }
  .insight-top.casestudy p:first-child {
    margin-left: 30px;
  }
  
  .casestudy-list .box .td-img{
    height: 160px;
  }
  .casestudy-list .box h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #08131f;
    margin: 20px 20px 8px;
  }
  .casestudy-list .box p {
    font-size: 13px;
    margin: 0 20px 20px;
  }
  .casestudy-list button {
    padding: 16px 0;
  }

  .insight-top.showcase img {
    right: 0;
    height: 80%;
  }
  .insight-top.showcase p{
    margin-left: 30px;
  }
  .insight-top.showcase h1{
    font-size: 30px;
    margin: 50px 0 80px 30px;
  }
  
  .showcase-nav{
    background-color: #ffffff;
    padding: 50px 0 0;
  }
  .showcase-nav a{
    height: 40px;
    line-height: 40px;
  }
  .showcase-nav .category{
    width: 200px;
    height: 40px;
    font-size: 20px;
    margin-right: 30px;
  }
  .showcase-nav .category div{
    width: 170px;
  }
  .showcase-nav .category i{
    font-size: 18px;
    line-height: 40px;
  }
  .showcase-nav .dropdown-menu.showcase{
    width: 200px;
    margin-top: -11px;
  }
  .showcase-nav .dropdown-menu.showcase li{
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
  }
  .showcase-nav .dropdown-menu.showcase li a i{
    font-size: 12px;
    margin-top: 14px;
  }
  .showcase-nav .tag{
    font-size: 13px;
    margin: 0 10px;
  }

  .showcase-list{
    background-color: #ffffff;
    padding: 30px 0 200px;
  }
  .showcase-list .box{
    margin-bottom: 60px;
  }
  .showcase-list .box h2{
    font-size: 18px;
    margin: 30px 20px 14px;
  }
  .showcase-list .box h4{
    font-size: 14px;
    margin: 0 20px 26px;
  }
  .showcase-list .box p{
    font-size: 13px;
    margin: 0 20px 0;
  }

  .signup-top,
  .cs-top,
  .faq-top{
    margin: 70px 0 0;
  }
  .signup-top h1,
  .cs-top h1,
  .faq-top h1{
    font-size: 30px;
    margin: 60px 0 16px;
  }
  .signup-top p{
    font-size: 14px;
    margin-bottom: 60px;
  }
  .cs-top p,
  .faq-top p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cs-top .btn-default-line{
    height: 42px;
    font-size: 16px;
    margin-bottom: 60px;
  }

  .faq-section .sticky {
    top: 90px;
    width: 162px;
  }
}

@media (width: 768px){


  .container {
    width: 100% !important;
    max-width: none !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  #page-content-wrapper.m-main {
    min-width: 320px;
  }
  .cauly-main-page .container {
    width: 100% !important;
    padding: 0 15px;
  }
  .cauly-main-page .container .row{
    margin: 0 -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  header.navbar {
    min-height: 60px;
  }
  header.navbar .navbar-title{
    margin-left: 10px;
  }
  header.navbar .navbar-title .brandname {
    line-height: 60px;
  }
  header.navbar .navbar-title .brandname img{
    height: 32px;
    width: 98px;
  }
  header.navbar .navbar-menu ul li span {
    font-size: 11px;
    line-height: 60px;
  }
  header.navbar .navbar-menu ul li a {
    font-size: 11px;
    line-height: 60px;
    margin-left: 6px;
  }

  #section-top{
    background-color: white;
  }
  .main-top-slogan {
    height: 50%;
  }
  .main-top-slogan-content h1 {
    padding: 60px 0 20px 0;
    font-size: 36px;
  }
  .main-top-slogan-content p {
    font-size: 26px;
  }

  .main-top-cover{
    height: 50%;
  }  
  .main-top-cover-content label{
    width: 190px;
    height: 82px;
    font-size: 18px;
    line-height: 1.4;
    padding: 0 40px;
  }
  .main-top-cover-content label span{
    position: relative;
    top: 20%;
  }
  .main-top-cover-content p {
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -1px;
  }
  .main-top-cover-content .left{
    margin-top: 0;
  }
  .main-top-cover-content .center{
    margin-top: 0;
  }
  .main-top-cover-content .right{
    margin-top: 0;
  }
  .main-top-arrow{
    margin-bottom: 0;
  }
  
  #section-features{
    padding: 70px 0 100px;
  }
  #section-features .col-xs-12{
    padding: 0;
  }
  .section-features-bg{
    height: 200px;
  }
  #section-features .glide__arrow {
    display: none;
  }
  #section-features .glide__slide .media{
    text-align: center;
  }
  #section-features .glide__slide .media-left,
  #section-features .glide__slide .media-right,
  #section-features .glide__slide .media-body {
    display: block;
  }
  #section-features .glide__slide .media-left{
    padding-right: 0;
  }
  #section-features .glide__slide .media-body {
    width: 100%;
  }
  #section-features .glide__slide .media-object {
    margin-left: 84px;
    margin-bottom: 40px;
    width: 600px;
    height: 400px;
  }
  #section-features .glide__slide .media-object .img-target1{
    top: 20px;
    left: 20px;
    width: 400px;
  }
  #section-features .glide__slide .media-object .img-target2{
    bottom: 0;
    right: 60px;
    width: 240px;
  }
  #section-features .glide__slide .media-object .notebook{
    top: 20px;
    left: 0;
    width: 600px;
    height: 343px;
    z-index: 1;
  }
  #section-features .glide__slide .media-object .notebook-label{
    width: 200px;
    height: 48px;
    font-size: 15px;
    line-height: 48px;
  }
  #section-features .glide__slide .media-object .notebook-label.l-1{
    top: 210px;
    left: 20px;
  }
  #section-features .glide__slide .media-object .notebook-img2{
    top: 146px;
    right: 36px;
    width: 320px;
    height: 150px;
  }
  #section-features .glide__slide .media-object .notebook-label.l-2{
    top: 165px;
    left: 10px;
  }
  #section-features .glide__slide .media-object .notebook-label.l-3{
    top: 250px;
    right: 20px;
  }
  #section-features .glide__slide .media-heading{
    font-size: 25px;
    margin-bottom: 20px;
  }
  #section-features .glide__slide p{
    font-size: 18px;
  }
  
  #section-product {
    padding: 70px 0;
  }
  .section-product-info {
    width: 100%;
  }
  #section-product h1{
    font-size: 26px;
    margin-bottom: 30px;
  }
  #section-product p.pull-right {
    margin-top: 34px;
    margin-right: 30px;
  }
  .section-product-video{
    float: none;
  }
  .section-product-nav{
    margin-bottom: 0;
    margin-top: 30px;
    float: none;
  }
  .section-product-nav li {
    height: 50px;
  }
  .section-product-nav li span {
    padding-top: 15px;
  }
  .section-product-video .object .phone{
    width: 226px;
    height: 444px;
    background-size: 226px 444px;
  }
  .section-product-video .object video{
    top: 45px;
    left: 12px;
    width: 201px;
  }
  .section-product-content{
    display: none;
  }
  
  #section-news {
    padding: 70px 0;
  }
  .section-news-card h1{
    font-size: 26px;
    margin-bottom: 30px;
  }
  .section-news-card table{
    width: 568px;
    margin: 0 auto;
  }
  .section-news-card .box{
    height: 160px;
  }
  .section-news-card .box .copy{
    height: 130px;
    padding: 35px;
  }
  .section-news-card .box .copy .title {
    font-size: 20px;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section-news-card .box .copy .from {
    font-size: 14px;
    margin-top: 8px;
  }
  
  #section-contact {
    padding: 70px 0;
  }
  .section-contact-doc {
    width: 568px;
    margin: 0 auto;
  }
  .section-contact-doc h1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .section-contact-doc p.pull-right {
    margin-bottom: 5px;
  }
  .section-contact-doc p.pull-right a {
    font-size: 15px;
  }
  .section-contact-doc .card {
    width: 269px;
    float: left;
    padding: 8px !important;
  }
  .section-contact-doc .box h1 {
    font-size: 36px;
  }
  .section-contact-doc .box h4 {
    font-size: 16px;
  }
  .section-contact-doc .box p {
    font-size: 13px;
  }
  .section-contact-doc .box {
    height: 270px;
    padding: 15px 20px;
  }
  .section-contact-doc .box img {
    width: 120px;
    margin-left: -60px;
    bottom: 20px;
  }
  .section-contact-us {
    margin-top: 30px;
  }
  .section-contact-us a.join {
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .section-contact-us a.cs {
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }

  .section-contact-footer{
    height: 80px;
    line-height: 1.6;
  }
  .section-contact-footer table tr td:first-child{
    width: calc(100% - 100px);
    word-break: keep-all;
    padding-left: 15px;
  }
  .section-contact-footer table tr td:first-child a{
    font-size: 13px;
    color: #ffffff;
  }
  .section-contact-footer table tr td:first-child span{
    font-size: 10px;
  }
  .section-contact-footer table tr td:first-child a{
    font-size: 11px;
  }
  .section-contact-footer table tr td:last-child{
    width: 100px;
  }
  .section-contact-footer table tr td:last-child button {
    width: 100px;
    height: 80px;
    font-size: 11px;
    line-height: 80px;
    float: initial;
    position: absolute;
    right: 0;
    top: 0;
  }
  .section-contact-footer table tr td:last-child button i{
    padding-left: 0;
  }
  .section-contact-footer .site-menu{
    position: absolute;
    bottom: 80px;
    right: 0;
  }
  .section-contact-footer .site-menu li a{
    width: 150px;
    font-size: 11px;
  }
  .section-contact-footer .site-menu li a img{
    padding-right: 5px;
  }
  
  .adinfo-ad .pdf-product,
  .adinfo-ad .pdf-design,
  .adinfo-app .pdf-partner {
    margin-bottom: 100px;
    width: 590px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .adinfo-ad .card,
  .adinfo-app .card{
    width: 240px;
    padding: 8px;
  }
  .adinfo-ad .card:first-child,
  .adinfo-ad .card:nth-child(3),
  .adinfo-app .card:first-child,
  .adinfo-app .card:nth-child(3){
    margin-left: 129px;
  }
  .adinfo-ad .card:last-child,
  .adinfo-ad .card:nth-child(2),
  .adinfo-app .card:last-child,
  .adinfo-app .card:nth-child(2){
    margin-right: 129px;
  }

  .adinfo-ad .box,
  .adinfo-app .box{
    height: 300px;
    padding: 12px 15px;
  }
  .adinfo-ad .box h1, .adinfo-app .box h1 {
    font-size: 38px;
  }
  .adinfo-ad .box h4, .adinfo-app .box h4 {
    font-size: 16px;
  }
  .adinfo-ad .box p, .adinfo-app .box p {
    font-size: 13px;
  }
  .adinfo-ad .box img,
  .adinfo-app .box img{
    width: 140px;
    margin-left: -70px;
    bottom: 15px;
  } 

  .adinfo-ad .adinfo-banner,
  .adinfo-app .adinfo-banner {
    margin: 100px 0;
    padding: 80px 0;
  }
  .adinfo-ad .adinfo-banner span,
  .adinfo-app .adinfo-banner span {
    font-size: 30px;
  }
  .adinfo-ad .adinfo-banner span span,
  .adinfo-app .adinfo-banner span span {
    display: none;
  }
  .adinfo-ad .pdf-view,
  .adinfo-app .pdf-view{
    height: 379px;
  }
  .adinfo-ad h1,
  .adinfo-app h1{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  .adinfo-ad .pdf-pagenation, .adinfo-app .pdf-pagenation {
    width: 250px;
    margin-top: 20px;
    text-align: center;
    line-height: 36px;
    margin-left: auto;
    margin-right: auto;
  }
  .adinfo-ad .pdf-download,
  .adinfo-app .pdf-download{
    position: relative;
  }

  .insight-top {
    margin: 60px 0 0;
  }
  .insight-top.casestudy p:first-child {
    margin-left: 30px;
  }
  .insight-top.casestudy h1 {
    margin: 50px 0 16px;
  }
  .insight-top.casestudy p:last-child {
    margin-bottom: 50px;
  }

  .casestudy-list .row {
    margin: 0 -8px !important;
  }
  .casestudy-list .col-xs-4{
    width: 50%;
  }
  .casestudy-list .box .td-img{
    height: 200px;
  }
  .casestudy-list .box h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #08131f;
    margin: 20px 20px 8px;
  }
  .casestudy-list .box p {
    font-size: 13px;
    margin: 0 20px 20px;
  }
  .casestudy-list button {
    padding: 16px 0;
  }

  .insight-top.showcase p{
    margin-left: 30px;
  }
  .insight-top.showcase h1{
    font-size: 26px;
    margin: 50px 0 70px 30px;
  }
  
  .showcase-nav{
    padding: 40px 0 0;
  }
  .showcase-nav a{
    height: 40px;
    line-height: 40px;
    text-decoration: none;
  }
  .showcase-nav .category{
    width: 160px;
    height: 40px;
    font-size: 18px;
    margin-right: 20px;
  }
  .showcase-nav .category div{
    width: 130px;
  }
  .showcase-nav .category i{
    font-size: 13px;
    line-height: 36px;
  }
  .showcase-nav .dropdown-menu.showcase{
    width: 160px;
    margin-top: -11px;
  }
  .showcase-nav .dropdown-menu.showcase li{
    font-size: 12px;
    line-height: 40px;
    padding: 0 15px;
  }
  .showcase-nav .dropdown-menu.showcase li a i{
    font-size: 10px;
    margin-top: 14px;
  }


  .showcase-nav .tag{
    font-size: 13px;
    margin: 0 10px;
  }
  
  .showcase-list{
    background-color: #ffffff;
    padding: 20px 0 160px;
  }
  .showcase-list .box{
    margin-bottom: 50px;
  }
  .showcase-list .box h2{
    font-size: 18px;
    margin: 20px 15px 13px;
  }
  .showcase-list .box h4{
    font-size: 13px;
    color: #6e7a8d;
    margin: 0 15px 20px;
  }
  .showcase-list .box p{
    font-size: 12px;
    margin: 0 15px 0;
  }

  .signup-top,
  .cs-top,
  .faq-top{
    margin: 60px 0 0;
  }
  .signup-top h1,
  .cs-top h1,
  .faq-top h1{
    font-size: 28px;
    margin: 50px 0 16px;
  }
  .signup-top p{
    font-size: 14px;
    margin-bottom: 50px;
  }
  .cs-top p,
  .faq-top p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cs-top .btn-default-line{
    height: 40px;
    font-size: 14px;
    margin-bottom: 50px;
  }
  .faq-top .input-group {
    margin-bottom: 50px;
  }

}

@media (max-width: 767px){
  .container {
    width: 100% !important;
    max-width: none !important;
  }

  /* .pdf-download-pick-tab {
    position: static;
    bottom: 50vh;
    padding: 15px 25px;
    width: 30%;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #354052;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(22, 94, 254, 0.1);
    text-decoration: none;
    transform: translateX(120%);
    margin-bottom: 20px;
  } */
  
  .pdf-download-pick-tab img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .pick-container {
    display: none !important;
  }
  .pdf-download-pick {
    display: none !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  #page-content-wrapper.m-main {
    min-width: 320px;
  }
  .cauly-main-page .container {
    width: 100% !important;
    padding: 0 15px;
  }
  .cauly-main-page .container .row{
    margin: 0 -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  header.navbar {
    min-height: 60px;
  }
  header.navbar .navbar-title{
    margin-left: 10px;
  }
  header.navbar .navbar-title .brandname {
    line-height: 60px;
  }
  header.navbar .navbar-title .brandname img{
    height: 32px;
    width: 98px;
  }
  header.navbar .navbar-menu ul li span {
    font-size: 11px;
    line-height: 60px;
  }
  header.navbar .navbar-menu ul li a {
    font-size: 11px;
    line-height: 60px;
    margin-left: 6px;
  }

  .checkbox label::after {
    left: 1px;
    top: 3px;
  }

  #section-top{
    background-color: white;
  }
  .main-top-slogan {
    height: 50%;
  }
  .main-top-slogan-content h1 {
    padding: 60px 0 20px 0;
    font-size: 26px;
  }
  .main-top-slogan-content p {
    font-size: 18px;
  }

  .main-top-cover{
    height: 50%;
  }  
  .main-top-cover-content label{
    width: 100%;
    height: 65px;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 10px;
  }
  .main-top-cover-content label span{
    position: relative;
    top: 20%;
  }
  .main-top-cover-content p {
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -1px;
  }
  .main-top-cover-content .left{
    margin-top: 0;
    padding-right: 0;
  }
  .main-top-cover-content .center{
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-top-cover-content .right{
    margin-top: 0;
    padding-left: 0;
  }
  .main-top-arrow{
    margin-bottom: 0;
  }
  
  #section-features {
    padding: 70px 0 100px;
  }
  #section-features .col-xs-12{
    padding: 0;
  }
  .section-features-bg{
    height:150px;
  }
  #section-features .glide__arrow{
      display:none;
  }
  #section-features .glide__slide .media-left{
      display:block;
      padding-right:0
  }
  #section-features .glide__slide .media-object{
      position:relative;
      width:100%;
      height:300px
  }
  #section-features .glide__slide .media-object .img-target1{
      position:absolute;
      top:0;
      left:15px;
      width:70%
  }
  #section-features .glide__slide .media-object .img-target2{
      position:absolute;
      top:70px;
      right:15px;
      width:40%
  }
  #section-features .glide__slide .media-object .notebook{
      position:absolute;
      top:30px;
      left:0;
      width:100%;
      height:initial;
      z-index:1
  }
  #section-features .glide__slide .media-object .notebook-label{
      width:initial;
      height:initial;
      font-size:12px;
      line-height:1;
      padding:10px 15px
  }
  #section-features .glide__slide .media-object .notebook-label.l-1{
      top:140px;
      left:10px
  }
  #section-features .glide__slide .media-object .notebook-label.l-2{
      top:115px;
      left:10px
  }
  #section-features .glide__slide .media-object .notebook-label.l-3{
      top:150px;
      right:10px
  }
  #section-features .glide__slide .media-object .notebook-img2{
      position:absolute;
      top:120px;
      right:10px;
      width:170px;
      height:initial
  }
  #section-features .glide__slide .media-body{
      vertical-align:middle;
      text-align:center
  }
  #section-features .glide__slide .media-heading{
      font-size:21px;
      margin-bottom:20px
  }
  #section-features .glide__slide p{
      font-size:16px
  }
  
  #section-product {
    padding: 70px 0;
  }
  .section-product-info {
    width: 100%;
  }
  #section-product h1{
    font-size: 20px;
    margin-bottom: 30px;
  }
  #section-product p.pull-right {
    margin-top: 24px;
    margin-right: 0;
  }
  #section-product p.pull-right a {
    font-size: 13px;
  }
  .section-product-video{
    float: none;
  }
  .section-product-nav{
    margin-bottom: 0;
    margin-top: 20px;
    float: none;
  }
  .section-product-nav li {
    width: 120px;
    height: 34px;
    font-size: 16px;
    margin: 5px 10px;
  }
  .section-product-video .object .phone{
    width: 180px;
    height: 354px;
    background-size: 180px 354px;
  }
  .section-product-video .object video{
    top: 36px;
    left: 10px;
    width: 160px;
  }
  .section-product-content{
    display: none;
  }
  
  #section-news {
    padding: 70px 0;
  }
  .section-news-card h1{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .section-news-card table{
    width: 100%;
  }
  .section-news-card .box{
    height: 120px;
    margin: 5px 0;
  }
  .section-news-card .box .copy{
    height: 90px;
    padding: 20px;
  }
  .section-news-card .box .copy .title {
    font-size: 16px;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section-news-card .box .copy .from {
    font-size: 12px;
    margin-top: 8px;
  }
  .news-pagenation {
    width: 200px;
    margin-top: 20px;
  }
  
  #section-contact {
    padding: 70px 0;
  }
  .section-contact-doc {
    width: 100%;
    margin: 0 auto;
  }
  .section-contact-doc h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .section-contact-doc p.pull-right {
    margin-bottom: 5px;
  }
  .section-contact-doc p.pull-right a {
    font-size: 13px;
  }
  .section-contact-doc .card {
    width: 50%;
    float: left;
    padding: 8px !important;
  }
  .section-contact-doc .box h1 {
    font-size: 26px;
  }
  .section-contact-doc .box h4 {
    font-size: 14px;
    margin: -10px 0 5px 0;
  }
  .section-contact-doc .box p {
    font-size: 11px;
  }
  .section-contact-doc .box {
    height: 170px;
    padding: 10px 15px;
  }
  .section-contact-doc .box img {
    width: 80px;
    margin-left: -40px;
    bottom: 8px;
  }
  .section-contact-us {
    margin-top: 10px;
  }
  .section-contact-us a.join {
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .section-contact-us a.cs {
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }

  .section-contact-footer{
    height: 80px;
    line-height: 1.6;
  }
  .section-contact-footer table tr td:first-child{
    width: calc(100% - 100px);
    word-break: keep-all;
    padding-left: 15px;
  }
  .section-contact-footer table tr td:first-child a{
    font-size: 13px;
    color: #ffffff;
  }
  .section-contact-footer table tr td:first-child span{
    font-size: 10px;
  }
  .section-contact-footer table tr td:first-child a{
    font-size: 11px;
  }
  .section-contact-footer table tr td:last-child{
    width: 100px;
  }
  .section-contact-footer table tr td:last-child button {
    width: 100px;
    height: 80px;
    font-size: 11px;
    line-height: 80px;
    float: initial;
    position: absolute;
    right: 0;
    top: 0;
  }
  .section-contact-footer table tr td:last-child button i{
    padding-left: 0;
  }
  .section-contact-footer .site-menu{
    position: absolute;
    bottom: 80px;
    right: 0;
  }
  .section-contact-footer .site-menu li a{
    width: 150px;
    font-size: 11px;
  }
  .section-contact-footer .site-menu li a img{
    padding-right: 5px;
  }

  .adinfo-tab {
    padding: 100px 0 40px 0;
    text-align: center;
  }
  .adinfo-tab a {
    font-size: 21px;
    margin: 0 20px;
    padding-bottom: 10px;
  }
  .adinfo-ad .pdf-product,
  .adinfo-ad .pdf-design,
  .adinfo-app .pdf-partner {
    margin-bottom: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .adinfo-ad .card,
  .adinfo-app .card{
    width: 50%;
    padding: 4px;
  }
  .adinfo-ad .card:first-child,
  .adinfo-ad .card:nth-child(3),
  .adinfo-app .card:first-child,
  .adinfo-app .card:nth-child(3){
    margin-left: 0;
  }
  .adinfo-ad .card:last-child,
  .adinfo-ad .card:nth-child(2),
  .adinfo-app .card:last-child,
  .adinfo-app .card:nth-child(2){
    margin-right: 0;
  }

  .adinfo-ad .box,
  .adinfo-app .box{
    height: 240px;
    padding: 12px 15px;
  }
  .adinfo-ad .box h1, .adinfo-app .box h1 {
    font-size: 30px;
  }
  .adinfo-ad .box h4, .adinfo-app .box h4 {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .adinfo-ad .box p, .adinfo-app .box p {
    font-size: 12px;
  }
  .adinfo-ad .box img,
  .adinfo-app .box img{
    width: 120px;
    margin-left: -60px;
    bottom: 10px;
  } 
  .adinfo-ad .adinfo-banner,
  .adinfo-app .adinfo-banner {
    margin: 80px 0;
    padding: 40px 0;
  }
  .adinfo-ad .adinfo-banner span,
  .adinfo-app .adinfo-banner span {
    font-size: 18px;
  }
  .adinfo-app .adinfo-banner span {
    padding: 6px 10px;
  }

  .adinfo-ad .adinfo-banner span span,
  .adinfo-app .adinfo-banner span span {
    display: none;
  }
  .adinfo-ad .pdf-view,
  .adinfo-app .pdf-view{
    height: 240px;
  }
  .adinfo-ad h1,
  .adinfo-app h1{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 0;
    text-align: center;
  }
  .adinfo-ad .pdf-pagenation, .adinfo-app .pdf-pagenation {
    width: 250px;
    margin-top: 20px;
    text-align: center;
    line-height: 36px;
    margin-left: auto;
    margin-right: auto;
  }
  .adinfo-ad .pdf-download,
  .adinfo-app .pdf-download{
    position: relative;
  }
  .adinfo-ad .pdf-download img,
  .adinfo-app .pdf-download img{
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .insight-top {
    margin: 60px 0 0;
  }
  .insight-top.casestudy p:first-child {
    margin-left: 10px;
    font-size: 12px;
  }
  .insight-top.casestudy h1 {
    margin: 40px 0 16px;
    font-size: 26px;
  }
  .insight-top.casestudy p:last-child {
    margin-bottom: 40px;
  }
  
  .casestudy-contact span {
    font-size: 12px;
    margin-right: 0;
    display: block;
    margin-bottom: 8px;
  }
  .casestudy-contact button {
    font-size: 14px;
    padding: 6px 20px;
  }
  .casestudy-list {
    padding: 40px 0 120px;
  }
  .casestudy-list h1 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .casestudy-list .row {
    margin: 0 -8px !important;
  }
  .casestudy-list .col-xs-4{
    width: 50%;
  }
  .casestudy-list .box .td-img{
    height: 100px;
  }
  .casestudy-list .box h2 {
    font-size: 14px;
    margin: 16px 16px 8px;
  }
  .casestudy-list .box p {
    font-size: 12px;
    margin: 0 16px 16px;
  }
  .casestudy-list button {
    font-size: 14px;
    padding: 8px 0;
    margin-top: 8px;
  }

  .insight-top.showcase {
    padding: 30px 0 0;
  }

  .insight-top.showcase img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 70%;
  }
  .insight-top.showcase p{
    font-size: 12px;
    margin-left: 10px;
    margin-top: 0;
  }
  .insight-top.showcase h1{
    font-size: 24px;
    margin: 40px 0 75px 10px;
  }
  
  .showcase-nav{
    background-color: #ffffff;
    padding: 20px 0 0;
  }
  .showcase-nav a{
    height: 26px;
    line-height: 26px;
    text-decoration: none;
  }
  .showcase-nav .category{
    display: block;
    width: 160px;
    height: 26px;
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 10px;
    border: solid 1px #dfe3e9;
  }
  .showcase-nav .category div{
    width: 130px;
  }
  .showcase-nav .category i{
    font-size: 12px;
    line-height: 26px;
  }
  .showcase-nav .dropdown-menu.showcase{
    width: 160px;
    margin-top: -73px;
  }
  .showcase-nav .dropdown-menu.showcase li{
    font-size: 12px;
    line-height: 26px;
    padding: 0 15px;
  }
  .showcase-nav .dropdown-menu.showcase li a i{
    font-size: 10px;
    margin-top: 8px;
  }
  .showcase-nav .tag{
    font-size: 12px;
    margin: 0 10px;
  }
  
  .showcase-list{
    background-color: #ffffff;
    padding: 20px 0 120px;
  }
  .showcase-list .box{
    margin-bottom: 50px;
  }
  .showcase-list .box h2{
    font-size: 16px;
    margin: 20px 15px 10px;
  }
  .showcase-list .box h4{
    font-size: 12px;
    margin: 0 15px 20px;
  }
  .showcase-list .box p{
    font-size: 11px;
    margin: 0 15px 0;
  }

  .signup-top,
  .cs-top,
  .faq-top{
    margin: 60px 0 0;
  }
  .signup-top h1,
  .cs-top h1,
  .faq-top h1{
    font-size: 26px;
    margin: 40px 0 16px;
  }
  .signup-top p{
    font-size: 12px;
    margin-bottom: 40px;
  }
  .cs-top p,
  .faq-top p{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .cs-top .btn-default-line{
    width: 180px;
    height: 36px;
    font-size: 12px;
    margin-bottom: 40px;
  }
  .faq-top .input-group {
    width: 280px;
    margin-bottom: 40px;
  }

  .signup-form form .error-container span,
  .cs-form form .error-container span {
    padding: 5px 0 0;
    margin-left: 5px;
    font-size: 12px;
  }
  .signup-form form .error-container span i,
  .cs-form form .error-container span i {
    padding-right: 5px;
  }
  .signup-form form .label-etc {
    font-size: 12px;
  }
  .signup-form form .label-etc i {
    padding-right: 5px;
  }
  .signup-form form a.btn, .signup-form form div.btn {
    font-size: 12px;
  }
  .signup-form form #foreigner a.btn{
    font-size: 13px;
    line-height: 1.2;
  }
  .signup-form form #foreigner label {
    font-size: 12px;
  }
  .signup-top .col-xs-12,
  .signup-form form .form-group.col-xs-12,
  .signup-form form .form-group.col-xs-6{
    padding-left: 30px;
    padding-right: 30px;
  }
  .signup-form form .form-footer{
    padding-left: 15px;
    padding-right: 15px;
  }
  .signup-form form .form-footer button {
    width: 180px;
    height: 40px;
    font-size: 16px;
  }
  .cs-form form .form-group.col-xs-6,
  .cs-form form .form-group.col-xs-12{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .cs-form form .fileUpload span, .cs-form form .fileUpload input.upload {
    font-size: 14px;
  }
  .cs-form form .form-footer p {
    font-size: 13px;
  }

  .faq-section .col-xs-12{
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq-section .faq-menu{
    margin-bottom: 16px;
  }
  .faq-section .faq-menu li {
    font-size: 12px;
    padding: 12px 14px;
    margin-right: 4px;
    margin-bottom: 8px;
    display: inline-block;
  }
  .faq-section .faq-menu li:last-child {
    margin-right: 0;
  }
  .faq-section .panel .panel-heading {
    padding: 20px;
    font-size: 16px;
  }
  .faq-section .panel .panel-body {
    padding: 0 20px 20px;
    font-size: 13px;
  }
  .faq-section .panel .panel-body li {
    padding: 13px 0 12px;
  }
  .faq-section .panel .panel-body li::after {
    top: 12px;
  }
  .faq-section .panel .panel-body .faq-answer {
    padding: 20px 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .faq-section .faq-more{
    text-align: center;
  }
  .faq-section .faq-more p {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 13px;
  }
  .faq-section .faq-more .btn-default-line {
    width: 180px;
    height: 40px;
    font-size: 16px;
  }

  .terms-page .terms-header {
    padding: 15px 0;
    text-align: center;
  }
  .terms-page .terms-header img{
    width: 116px;
    height: 38px;
  }
  .terms-page .sub-header {
    margin: 50px -30px 30px;
  }
  .terms-page .sub-header h2 {
    font-size: 20px;
  }
  
  #login{
    height: 100%;
  }
  #login .login-container{
    width: 300px;
    height: 450px;
    margin: 0 0 0 -150px;
    top: 100px;
    transform: translateY(0);
    position: fixed;
    left: 50%;
  }
  #login .login-container .login-logo{
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 25px;
    text-align: center;
    margin: 0 auto;
  }
  #login .login-container .login-logo img{
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 2px;
  }
  #login .login-container .login-contents{
    width: 100%;
    height: 300px;
    background: white;
    border-radius: 4px;
    margin: 15px 0;
    overflow: hidden;
  }
  #login .login-container .login-contents .center-choice{
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #77808b;
  }
  #login .login-container .login-contents .center-choice span {
    width: 150px;
    height: 40px;
    display: inline-block;
    background-color: #f1f4f8;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  #login .login-container .login-contents .center-choice span.active{
    background-color: white !important;
    color: #0f151f;
  }
  #login .login-container .login-contents .login-input{
    height: 220px;
    padding: 0 30px 0 30px;
    border: 0;
  }
  #login .login-container .login-contents .login-input input{
    height: 36px;
    background-color: #f8fafc;
  }
  #login .login-container .login-contents .login-input label{
    font-size: 12px;
    color: #7f8fa4;
    padding: 15px 0 5px 0;
  }
  #login .login-container .login-contents .login-input button{
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
  }
  #login .login-container .login-contents .login-input-save{
    height: 40px;
    padding-top: 12px;
  }
  #login .login-container .login-footer a{
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
  }

}


/*
  Hamburger-Cross
*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 12px;
  position: absolute;
  top: 23px;
  right: 20px;
  width: 18px;
  z-index: 999;
  cursor: pointer;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000000;
  top: 0;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000000;
  bottom: 0;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000000;
  margin-top: -1px;
  top: 50%;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000000;
  margin-top: -1px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  top: 61px;
  right: 0;
  width: 70%;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border-top: solid 1px #f1f4f8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu li{
  border-bottom: solid 1px #f1f4f8;
}
.mobile-menu li.title{
  padding: 4px 35px;
  font-size: 12px;
	letter-spacing: -0.5px;
  color: #77808b;
  background-color: #f1f4f8;
}
.mobile-menu li a{
  display: block;
  width: 100%;
  padding: 8px 35px;
  font-size: 13px;
	letter-spacing: -0.6px;
  color: #0f151f;
  text-decoration: none;
}
.mobile-menu li a img{
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.mobile-menu li span{
  display: block;
  width: 100%;
  padding: 4px 35px;
  font-size: 12px;
	letter-spacing: -0.6px;
  color: #0f151f;
  font-weight: bold;
}

.mobile-menu.is-closed{
  display: none;
}
.mobile-menu.is-open{
  display: block;
}



.preview-banner-720 {
    display: inline-block;
    width: 360px;
    height: 60px;
    background: url(../images/ad_img_set.png) 0 -1420px no-repeat;
    cursor: pointer;
    border: 1px dashed #a3acb6;
}

.preview-banner-720:focus, .preview-banner-720:hover {
    background: url(../images/ad_img_set.png) -400px -1420px no-repeat;
    cursor: pointer;
}


.preview-banner-add-720 {
    display: inline-block;
    width: 360px;
    height: 60px;
    background: url(../images/ad_img_set.png) 0 -1490px no-repeat;
    cursor: pointer;
    border: 1px dashed #a3acb6;
}

.preview-banner-add-720:focus, .preview-banner-add-720:hover {
    background: url(../images/ad_img_set.png) -400px -1490px no-repeat;
    cursor: pointer;
}



.preview-banner-728 {
    display: inline-block;
    width: 384px;
    height: 49px;
    background: url(../images/ad_img_set.png) 0 -1560px no-repeat;
    cursor: pointer;
    border: 1px dashed #a3acb6;
}

.preview-banner-728:focus, .preview-banner-728:hover {
    background: url(../images/ad_img_set.png) -400px -1560px no-repeat;
    cursor: pointer;
}


.preview-banner-add-728 {
    display: inline-block;
    width: 384px;
    height: 49px;
    background: url(../images/ad_img_set.png) 0 -1620px no-repeat;
    cursor: pointer;
    border: 1px dashed #a3acb6;
}

.preview-banner-add-728:focus, .preview-banner-add-728:hover {
    background: url(../images/ad_img_set.png) -400px -1620px no-repeat;
    cursor: pointer;
}

/* #/home/ads/pick start */
.mo-br{
  display: none;
}
.pick-main-head {
  background-color: white; 
  font-size: 24px; 
  width: 100%;  
  height: 80px;
  padding-top: 30px; 
  bottom:0;
}
.pick-banner{
  width: 100%;
  height: 320px;
  background: url("../images/main/pick_banner-top.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 90px;
}
.pick-banner .row{
  height: 100%;
  display: flex;
  align-items: center;
}
.pick-banner span{
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.48px;
  color: #fff;
}
.pick-inner{
  padding: 80px 0 150px 0;
}
.pick-info {
  margin-bottom: 40px;
}
.pick-info h3{
  font-size: 38px;
  line-height: 50px;
  font-weight: 650;
  margin-bottom: 20px;
}
.pick-info p{
  color: #1C2B36;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; /* 145.455% */
  letter-spacing: -0.24px;
}
.pick-info p{
  display: block;
}
.pick-info p.info1{
  margin-bottom: 10px;
}
.pick-info span.highlight{
  color: #165EFE;
}
.pick-info span.mini{
  font-size: 18px;
  color: #165EFE;
  letter-spacing: -0.32px;
  font-weight: 550;
  display: block;
  margin-bottom: 15px;
}
.pick-pdf .pdf-wrap{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 데스크톱에서 4개 열 */
  gap: 10px; /* 버튼 간의 간격 */
}
.pick-pdf .pick-download{
  padding: 10px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #DDD;
  background-color: #fff;
  color: #1C2B36;
  letter-spacing: -0.32px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.3s;
  
}
.pick-pdf .pick-download:hover{
 text-decoration: none;
 border-color: #165EFE;
}

/* #/home/ads/pick */
@media (min-width: 1025px) and (max-width: 1440px) {
 
  .pick-banner{
    height: 300px;
  }
  .pick-banner span{
    font-size: 28px;
    line-height: 45px;
  }
  .pick-inner{
    padding: 60px 0;
  }
  .pick-info h3{
    font-size: 32px;
    line-height: 48px;
  }
  .pick-info p{
    font-size: 18px;
    line-height: 28px;
  }
}
/* #/home/ads/pick */
@media (min-width: 768px) and (max-width: 1024px) {
  .pick-banner{
    height: 300px;
    background: url("../images/main/pick_banner-top_pad.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .pick-banner span{
    font-size: 26px;
    line-height: 40px;
  }
  .pick-inner{
    padding: 50px 0;
  }
  .pick-info h3{
    font-size: 28px;
    line-height: 40px;
  }
  .pick-info p{
    font-size: 18px;
    line-height: 28px;
  }
  .pick-pdf .pdf-wrap {
    grid-template-columns: repeat(2, 1fr); /* 모바일에서 2개 열 */
  }
}
/* #/home/ads/pick */
@media (max-width: 767px) {
  
  .mo-br{
    display: block;
  }
  .pc-br{
    display: none;
  }
  .container{
    height: 100%;
  }
  .pick-banner{
    height: 300px;
    background: url("../images/main/pick_banner-top_mo.jpg") no-repeat;
    background-size: 100% 100%;
    margin-top: 60px;
  }
  .pick-banner .row{
    align-items: start;
  }
  .pick-banner span{
    font-size: 18px;
    line-height: 28px;
    margin-top: 50px;
  }
  .pick-inner{
    padding: 50px 0 70px 0;
  }
  .pick-info span.mini{
    font-size: 14px;
  }
  .pick-info h3{
    font-size: 20px;
    line-height: 28px;
  }
  .pick-info p{
    font-size: 16px;
    line-height: 24px;
  }
  .pick-pdf .pdf-wrap {
    grid-template-columns: repeat(2, 1fr); /* 모바일에서 2개 열 */
  }
  .pick-pdf .pick-download{
    font-size: 14px;
  }
  .pick-pdf .pick-download img{
    width: 16px;
  }
}