@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url('//fonts.googleapis.com/css2?family=Nanum+Gothic:wght@700&display=swap');
@import url("//use.typekit.net/mzf3uvs.css");


/*************************
*******Typography******
**************************/

::-webkit-scrollbar {
    width: 1px;
  }
::-webkit-scrollbar-thumb {
    background-color: #fc0;
  }
::-webkit-scrollbar-track {
    background-color: #000;
  }

body {
  /* background:url(../images/main_bg.jpg) no-repeat center bottom #000; */
  background-size:cover;
  font-family: 'Nanum Gothic','Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  background-attachment: fixed;
  background-color: #002c09;
}

body.homepage{
  background:none !important; 
  background-color: #1218 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500; 
  font-family: 'Nanum Gothic','Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;

}

h2{
  font-size: 22px;
}

h3{
  font-size: 18px;
  color: #0099ee;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #00ccff;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

p {margin:0;}

.flex-cener-between {
	display:flex;
	justify-contets:center;
	align-item:center;
}

.right{
	text-align:right
}


a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

button {
	border:0;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 10px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 50px 0;
}

.center {
  text-align: center;
}

.center.wow h3{
  color: #fff;
    font-weight: 300;
    text-shadow: 0 3px 10px rgba(0,0,0,0.75);
    line-height: 1.5;
}

.center.wow h3 .small{
  font-weight: 300;
    line-height: 1;
    color: #fff;
  font-size: 70%;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

#wrap {
  margin: 0 auto;
  position: relative;
  width: 1262px;
}
.homepage #wrap{
  width: unset;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

.swal-overlay--show-modal {
	z-index:99999;
}
.swal-modal {
	background: rgba(0,0,0,0.9);
	border:1px solid rgba(255,255,255,0.2)
}
.swal-text {
	color:#c915f7;
	font-size:20px;
	font-weight: 500;
}

.swal-button {
	background-color: #2f2633;
    color: #AAA;
	transition:0.3s;
}
.swal-button:not([disabled]):hover {
	background-color: #2f2633;
	color:#FFF;
	transition:0.3s;
}
.swal-button:focus {
	box-shadow:none;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.divPopup {
	position:fixed !important;
	min-width:10%;
	min-height:30%;
}

.divPopup > div {
	min-height:100% !important;
}

/* 2022-12-15 MODAL CUSTOM */
#myModal {
	/* left:1vw;
	top:2vh;
  z-index: 10001; */
  padding: 2vh 0;
  z-index: 10001;
}
#myModal .modal-dialog {
  max-width: 1440px !important;
  max-height: 96vh !important;
  width: 98vw !important;
  height: 96vh !important;
  margin:0 auto;
  padding:0;
}

#myModal .modal-content {
	height: 100%;
    max-height: 100vh;
    overflow: hidden;
}

#myModal .modal-body {
	height: 100%;
}

#myModal .modal-body iframe {
	overflow: auto;
    width: 100%;
    min-height: 600px;
    height: 100%;
}

#loginModal .modal-dialog {
	max-width: 360px;
  margin: 30px auto;
}


#loginForm{
  /* padding: 0 20px; */
} 
.container {
  width: auto; 
  max-width: 100%; /* 1260px */
  padding-left: 0; 
  padding-right: 0;
}
.container.conts-wrap {
  padding: 10px 10px 0;
}

/*************************
*******Header******
**************************/
/* 2023.05.23 */
.nav-upper {
  /* width: 100%; */
  width: 1010px;
  margin: 0 auto;
  position: relative;
  height: 0;
  background: #000;
  font-size: 1rem;
  font-weight: bold;
}
.container.upper-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100%;
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px;
  position: absolute;
}
.container.upper-wrap::before, .container.upper-wrap::after {
  display: none;
}
.container.upper-wrap .lang-select {
  height: 100%;
}
.container.upper-wrap .loginForm .tooltip {
  margin-bottom: 0;
}
.main-gnb {
  display: flex;
  justify-content: flex-start;
}
.main-gnb .links .navbar-nav {
}
.main-gnb .links {
  width: 100%;
}
.main-gnb .links > ul {
  width: 100%; /* 450px */
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 66px;
  text-align: center;
}
.main-gnb .links > ul > li {
  cursor: pointer;
}
.main-gnb .links > ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-gnb .links > ul > li > a > span {
  color: #999;
}
.main-gnb .links > ul > li > a > span.gnb-kr {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3285em;
}
.main-gnb .links > ul > li > a > span.gnb-en {
  font-size: 12px;
  color: #585858;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3285em;
}


.navbar:before, .navbar:after,
.container:before, .container:after,
.navbar-collapse:before, .navbar-collapse:after,
.navbar-header:before, .navbar-header:after {
  display: none;
}
.nav-lower {
  height: 66px;
  width: 100%;
  font-size: 1.2em;
  width: 1260px;
  margin: 0 auto;
}
.container.lower-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  margin-left: 0;
}
/* 2023.05.23 */

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-inverse .navbar-toggle {
  border:0;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fc0;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #FFF;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #c52d2f;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

img {max-width:100%}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 0;
  z-index: 100;
  width: 100%; /* 100% */
}

.navbar a{color: #fff;}

.navbar-nav>li{
  margin-right: 15px;
}

.navbar-nav>li:first-child{
  margin-left: 0;
}

.navbar-nav>li:first-child a{
  padding-left: 0 !important;
}


.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
  padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
  display: inline-block;
}


.navbar .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .container {
	padding-top:24px;
	padding-bottom:24px;
	position:relative;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 10px 0;
  margin: 0;
  border-radius: 3px;
  color:rgb(255 255 255 / 75%);
  line-height: 24px;
  display: inline-block;
  font-weight:700;
  font-size: 18px; /* 20 */
}

.navbar-inverse .navbar-nav > li > a:hover > span.gnb-kr,
.navbar-inverse .navbar-nav > li > a:hover > span.gnb-en {
  /* text-shadow: 0 0 10px #fc0; */
  color: #7cc131;
  font-weight: 600;
}

.login-area {
  width: 100%;
  padding: 10px 15px;
}
.login-area form {
  padding: 0;
}
.login-area .uid {
  margin-top: 10px;
}
.login-area .uid input, .login-area .upw input {
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
  background: #303030;
  border: 1px solid #464646;
  color: #ffffff;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 10px;
}
.login-area .ubtn #loginBtn, .login-area .ubtn .btnJoin {
  width: 100%;
  margin: 0;
}
.login-area .ubtn .btnJoin {
  margin-top: 5px;
}
.login-area .ubtn {
  margin-top: 10px;
}
.login-area .ubtn #loginBtn {
  border: 1px solid #8ec734;
  background: -webkit-linear-gradient(top, rgba(154,203,55,0.5) 0%,rgba(125,193,49,0.5) 100%);
  color: #fff;
}
.login-area .ubtn #loginBtn:hover {
  border-color: #8ec734;
  background: rgb(154,203,55);
  background: -moz-linear-gradient(top, rgba(154,203,55,1) 0%, rgba(125,193,49,1) 100%);
  background: -webkit-linear-gradient(top, rgba(154,203,55,1) 0%,rgba(125,193,49,1) 100%);
  background: linear-gradient(to bottom, rgba(154,203,55,1) 0%,rgba(125,193,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9acb37', endColorstr='#7dc131',GradientType=0 );
}
.login-area .ubtn .btnJoin:hover {
  border: 1px solid #8ec734;
  background: transparent;
  color: #fff;
}
.login-area .ubtn .checkbox, .login-area .ubtn .btn_fnid .txt_find {
  font-size: 13px;
  color: #ababab;
  padding-left: 20px;
}
.login-area .login-tit {
  width: 100%;
    height: 33px;
    color: #7cc131;
    font-size: 12px;
    font-weight: 700;
}

.navbar-inverse{
  border: 0;
}
.navbar-opaque {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.loginForm {
	position: relative;
	z-index:999;
	margin:0;
}

.login-form {
  /* position: relative; */
  z-index:999;
  margin:0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 252px;
  background-color: #181818;
  border-image-slice: 1;
  position: absolute;
  right: -125px;
  height: 147.7vh;
  top: 0;
  border-radius: 0 0 10px 10px;
}

.loginForm {
	top: 0;
  z-index:999;
	margin:0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  width: 252px;
  border-image-slice: 1;
  position: absolute;
  right: -125px;
  height: 147.7vh;
  top: 0;
  border-radius: 0 0 10px 10px;
  left: unset;
  gap: 10px;
}
.loginForm button {
  width: 100%;
}

.myInfo{
  background-color: #0004;
  padding: 10px;
  box-shadow:1px 1px 0 #fff4;
  width: 100%;
  border-radius: 10px;
}
.loginForm button:hover {
  border: 1px solid #8ec734;
  background: linear-gradient(to bottom, #C2FE00 0%, #71d700 100%);;
  color: #fff;
}
.nav:before, .nav:after {
  display: none;
}

.loginForm a span {
	font-size:12px;
}

.navbar-opaque .navbar-nav > .active > a,
.navbar-opaque .navbar-nav > .active > a:hover,
.navbar-opaque .navbar-nav > .active > a:focus,
.navbar-opaque .navbar-nav > .open > a,
.navbar-opaque .navbar-nav > .open > a:hover,
.navbar-opaque .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #888;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #167776;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {

}

.navbar-opaque .navbar-nav a{

}

.navbar-opaque .navbar-nav > li > a{

}

.navbar .headerContainer {
    font-size: 14px;
}

.headerContainer .notice {
    padding: 5px;
    width: calc(100% - 650px);
    font-weight: bold;
    font: 16px 'Nanum Gothic';
    background-color: rgba(0,0,0,0.5);
    position: relative;
    top: 10px;
    border-radius: 5px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0cf;
}

.loginForm img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    /* margin-right: 5px; */
}

.loginForm .momey-box {
	min-width:196px;
	padding-left:50px;
	text-align:right;
}

.loginForm .momey-box>span {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
}

.loginForm .momey-box span:first-child {
	margin-left:0;
}

.loginForm .momey-box p {
	font-size:24px;
	padding-left:36px;
	height:26px;
}

.loginForm .momey-box p:first-child {
	margin:7px 0 14px 0;
	color:#fd0;
	background:url(../images/icon/icon_cash.svg) no-repeat left center;
	background-size:contain;
}

.loginForm .momey-box p:nth-child(2) {
	color:rgb(255 255 255 / 50%);
	background:url(../images/icon/icon_point.svg) no-repeat left center;
	background-size:contain;
}

.loginForm .tooltip {
  position: relative;
	opacity: 1;
	filter: alpha(opacity=1);
}

.loginForm a img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.loginForm .tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0px 6px 6px 6px;
    bottom: -7px;
    content: "";
    left: 28px;
    position: absolute;
    z-index: 99;
	display:none;
}
.loginForm .tooltip:hover:after {
    background: #333;
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    font-size: 12px;
    content: attr(title);
    left: -63px;
    padding: 5px;
    position: absolute;
    z-index: 98;
    width: 260px;
    top: 25px;
    height: 26px;
    text-align: center;
	display:none;
}


.loginForm a span{
  color: #fff;
	font-size:1.4rem;
	font-weight:500;
}
.loginForm a span.call-name {
  color: #999;
}
.loginForm a .user_level_icon {
  width: 20px;
}

.loginForm p {
  color: #999;
  font-size:1.4rem;
  font-weight: 500;
}
.loginForm p #mymoney {
  color: #fff;
}


.loginForm .mail {
    vertical-align: middle;
    display: inline-block;
}

.loginForm .mail img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
}


.loginForm .mail .new {
  /* background-color: #f60;
  color: #fff;
  min-width: 15px;
  line-height: 15px;
  border-radius: 20px;
  position: absolute;
  margin-top: -7px;
  margin-left: 17px;
  padding: 1px 4px; */
}


.loginForm .button {
    cursor: pointer;
    text-decoration: none !important;
    background-color: #333;
    *background-color: #333;
    background-image: -moz-linear-gradient(top,#333,#444);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#333),to(#444));
    background-image: -webkit-linear-gradient(top,#333,#444);
    background-image: -o-linear-gradient(top,#333,#444);
    background-image: linear-gradient(to bottom,#333,#444);
    background-repeat: repeat-x;
    padding: 0 10px;
    display: inline-block;
    color: #ccc;
    border-radius: 5px;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin-left: 5px;
}

#btn_point {
	text-indent:-9999px;
	width:25px;
	height:25px;
	background:url(../images/icon/ico_point.png) no-repeat center;
	background-size:contain;
	vertical-align: middle;
  display: inline-block;
}

.point-rate {
  color: #fff;
}

#login_area{
  text-align: right;
}
#login_area p{
  display: inline-block;
  margin-bottom:0;
  vertical-align:top;
}

#login_area input{
  width: 110px;
  height:40px;
  border-radius: 5px;
  background-color: rgb(0 0 0 / 50%);
  color: #fff;
  padding: 0 10px 4px;
  border: 1px solid #707070;
  box-sizing: border-box;
  font-size:18px;
  margin-left:5px;
}

#login_area input:focus {
	outline: none;
}

.uid input, .upw input{
  width: 300px;
  height:40px;
  border-radius: 5px;
  background-color: rgb(0 0 0 / 50%);
  color: #fff;
  padding: 0 10px 4px;
  border: 1px solid #707070;
  box-sizing: border-box;
  font-size:18px;
  margin-bottom:5px;
}
.btnSt1 {
  margin-right: 0;
}
.btnSt1.btnLogin, .btnSt1.btnJoin {
  margin-right: 10px;
}

.btnSt1, .btnSt1.btnLogin, .btnSt1.btnJoin {
  border-color: #8ec734;
  background: #519a00;
  background: -moz-linear-gradient(top, #C2FE00 0%, #519a00 100%);
  background: -webkit-linear-gradient(top, #C2FE00 0%, #519a00 100%);
  background: linear-gradient(to bottom, #C2FE00 0%, #519a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9acb37', endColorstr='#7dc131',GradientType=0 );
  border-radius: 10px;
  height: 40px;
  padding: 3px 12px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* .btnSt1:hover, .btnSt1.btnLogin:hover, .btnSt1.btnJoin:hover {
	background-size: 150% 150%;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250 227 133);
  border: 1px solid rgba(165,93,7,.6);
  color: rgba(120,50,5,.8);
} */

.btnSt1.sm {
	width:100px;
	height:30px;
}

/* .btnLogin,
.btnJoin {
	width:100px;
	height:40px;
} */

/* .btnLogin:hover,
.btnJoin:hover {
} */

/* .btnLogin {
  padding: 6px 10px;
  margin: 0;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 70px;
  text-align: center;
  border: 1px solid #555;
  margin-left:5px;
}
.btnJoin{
  padding: 6px 10px;
  margin: 0;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  overflow: hidden;
  position:relative;
  vertical-align: bottom;
  min-width:70px;
  text-align: center;
  border: 1px solid #555;
  margin-left:5px;
  background: transparent;
}

.btnLogin span::before, .btnJoin span::before {
    content: "";
    position: absolute;
    min-width: 70px;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
}

.btnLogin:hover span, .btnJoin:hover span{
  color:#fff;
}

.btnLogin:hover span::before, .btnJoin:hover span::before{
  left: 150%;
  transition: left .5s ease 0s;
} */

.itemTitle a{
  color: #ccc !important;
}
  

.header-product-nav-link-icon{
  width: 24px;
  display:inline;
  vertical-align: middle;
  margin-right: 5px;
}
/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
  text-align:center;
  padding:0;
  width: 1010px;
}

#main-slider .item .container {
	position: relative;
}

#main-slider .img-bg {
  margin-top: 57px;
  width: 100%;
  object-fit: cover;
}


#main-slider .img-left,
#main-slider .img-right {
	position:absolute;
	bottom:0;
	max-height:90%;
}
#main-slider .item .img-left {
	left:-138%;
}
#main-slider .item .img-right {
	right:-138%;
}

#main-slider .item.active .img-left {
	left:calc(50% - 700px);
	transition:1.5s;
}
#main-slider .item.active .img-right {
	right:calc(50% - 800px);
  transition-delay: 0.5s !important;
	transition:1.5s;
}

#main-slider .item:first-child .img-left {
	max-height:100%;
	bottom:0;
}

#main-slider .item:first-child .img-right {
	bottom:0;
}

#main-slider .item:nth-child(2) .img-left {
	max-height:100%;
}

#main-slider .item:nth-child(2) .img-right {
	max-height:110%;
  bottom:0;
}

#main-slider .carousel-caption {
	display:inline-block;
	padding:22px 10px;
	left:50%;
	right:auto;
	transform: translate(-50%, 0);
	font-size:50px;
	text-shadow:0 3px 10px #000, 0 3px 10px #000, 0 3px 10px #000;
	line-height:60px;
	bottom:70px;
}

#feature {
  padding: 50px 15px 40px;
}

#feature .container{
  background-color: #15312688;
  padding-bottom: 15px;
  padding-top: 15px;
  border: 1px solid #555;
  border-radius: 3px;
  backdrop-filter: blur(10px);
    
}

#feature .col-md-6{
  border-right: 1px solid #555;
}

#feature .col-md-6:last-child{
  border-right: none;
}

#feature h3{
  color: #FFE293
}

#feature ul{
  padding-inline-start: 0;
}
#feature ul li{
  list-style: none;
  border-bottom: 1px solid #555;
  line-height: 1.5;
}

#feature ul li:last-child{
  border-bottom: none;
}

#feature a{
  color: #999;
}

#feature a:hover{
  color: #ccc;
}

.notice li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  padding: 5px 0;
}


.notice li a strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.notice li a span {
    color: #777;
}
.notice .btn_more {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px;
}

.notice .btn_more img{
    width: 100%;
}

.teamviewer .btn_teamviewer {
    display: block;
    margin: 10px 0;
  overflow: hidden;
  background-color: #222;
  border-radius: 5px;
  color: #0a70d2 !important;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.5em;
}

.teamviewer .btn_teamviewer img{
    width: 36px;
  vertical-align: middle;
  margin-left: 10px;
}

.messenger {
    border-top: 1px solid #555;
}

.messenger .col-xs-6 div{
  color: #fff;
  background-color: #404040;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
}

.messenger img{
  display: block;
  width: 30%;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 5px;
}


.features{
  padding: 0;
}

.feature-wrap {
  overflow: hidden;
  text-align: center;
}

.product .feature-wrap {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 24px;
  height: 64px;
  width: 64px;
  margin: 3px;
  border-radius: 100%;
  line-height: 60px;
  text-align:center;
  background: #ffffff;
  color: #00a9d4;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.services-wrap {
  margin-bottom: 25px;
  overflow: hidden;
  text-align: center;
  min-height: 250px
}

.services-wrap h2{
  margin-top: 10px;
}

.services-wrap i{
  font-size: 24px;
  height: 64px;
  width: 64px;
  margin: 3px;
  border-radius: 100%;
  line-height: 60px;
  text-align:center;
  background: #ffffff;
  color: #00a9d4;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.services-wrap ul li{
  text-align: left;
  font-size: 12px;
}

#recent-works, #btnArea {
	/*background:url(../images/common/section_bg1.png) no-repeat center top;*/
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

.recent-work-wrap {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  min-height: 130px;
}

.recent-work-wrap img{
  border-radius: 20px;
  width: 180px;
  margin: 0 auto;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #0099ee;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

a.preview{
  color: #000;
}
.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  color: #fff;
}

.services-wrap h3 {
  font-size: 18px;
  font-weight: 500;
    margin: 10px 0;
    letter-spacing: -0.5px;
    color: #fa0;
}

.services-wrap .pull-left {
    margin-top: 20px;
    margin-bottom: 20px;
  min-height: 100px
  
}

.media-body p{
  line-height: 1.25;
  letter-spacing: -1px;
}

#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #f8f8f8;
  color: #858586;
}

.panel-body{
  padding: 10px 10px 5px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #44bbff;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

body {
  background-image: url('/3rd-party/wacs/images/banner/bg-main.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}

.panel-heading.active a.accordion-toggle i{
  background: #0099ee;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #0099ee;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 25px;
}

.nav-tabs li:last-child{
  /*border-bottom: 0 none;*/
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  /*position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;*/
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px 0;
  text-align: center;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#qna {
  background: url("../images/qna_right.jpg") 100% 50% no-repeat #000;
  background-size: cover;
  background-repeat: no-repeat;
  color: #aaa;
  text-align: center;
  padding: 30px 0
}


#qna h2, 
#qna h3 {
  color: #FFE291;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  margin: 10px 20px;
}

#conatcat-info{
  
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.single-profile-top, 
.single-profile-bottom  {
  padding: 15px;
  position: relative;
  
}

.media_image {
  margin-bottom: 10px;
  
}

.media-object{
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  border-radius: 5px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#c52d2f;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}


.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  height: 280px;
  width: 468px;
}

.gmap{
    border: 10px solid #f6f5f0;
    height: 300px;
    width: 488px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#aaa;
  box-shadow: none;
}

.modal {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	z-index:10000;
}

.modal-dialog{
  width: calc(100% - 30px);
  max-width: 1170px;
}

.modal-content {
    position: relative;
    background: #000c !important;
    border: 1px solid #fc0 !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
	border-radius:10px !important;
}

.modal-content::after{
  content: "";
  background-image: url(../images/modalGlossy.svg);
  top: 3px;
  left: 3px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 100%;
}

.modal-header {
    border-bottom: none;
	height:50px;
}

.modal-body{
  min-height: 100px;
  color: #fd8;
  padding: 0; /* 0 20px 0 */
  margin-bottom: 50px;
}
.modal-body label{
  font-weight: normal;
}

.modal-body iframe{
  width: 100%;
  border: 0;
}  

.modal-header-primary {
  color: #333;
  padding: 0 0 10px 0;
  border-bottom: none;
  text-align: center;
}
.modal-header-primary img{
width: 50px;
    /* box-shadow: 0 0 0; */
    /* text-shadow: 10px 5px 5px #413d3d; */
    -webkit-filter: drop-shadow( 3px 3px 4px rgba(0, 0, 0, .7));
    filter: drop-shadow( 0px 2px 3px rgba(0, 0, 0, .6));
    margin-bottom: 10px;
}


.modal-header-primary .modal-title{
  color: #2b2b2b;
  text-align: center;
  padding-bottom: 15px;
}

.modal-lg{
  width: 1170px;
}

.model-md{
  width: 960px
}

.modal-sm {
  max-width: 400px;
}

.modal-xs {
  max-width: 320px;
}
.modal-footer {
    content: '';
    width: 100%;
    border-top: none; 
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 30px;
    margin-top: 0;
}

.modal-header button.close{
    color: #fc0;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 16px;
	background:none;
	text-shadow:none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#c52d2f;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #c52d2f;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #c52d2f;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #c52d2f;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #aaa;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
	background-color: #11030d !important;
	border: 1px solid #fc8 !important;
	box-shadow:0 0 6px #fa0;
	color: #fa0;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#c52d2f;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#c52d2f;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #c52d2f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #00a9d4;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 50px;
  padding-bottom: 57px;
  color: #ccc;
  margin-top: 50px;
}

#footer p {
	margin:15px 0 0;
}

#footer a {
  color: #999;
}

#footer a:hover {
  color: #eee;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

.spincog{
  font-size:10em;
  }





#ITMC, #business, #product, #recruit, #reference{
  padding: 90px 0 0;
}

.company img{
  margin: 0 auto 10px;
}

.company .list_img{
  text-align: center;
    width: 690px;
    margin: 0 auto;
  
}

.product .list_img{
  text-align: center;
    width: 690px;
    margin: 0 auto;
  margin-bottom: 20px;
}

.list_img table{
  width : 100%;
  text-align: left;
  letter-spacing: -1px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
#organization img, #authentication img, #map img{
    width: 100%;
}

.company .h3Title {
    color: #333333;
    border-bottom: 2px solid #333;
    padding-bottom: 18px;
    overflow: hidden;
  margin-bottom: 20px
    
}

.company .h3Title h3 {
    color: #333333;
    font-size: 28px;
    font-family: NanumGothic, "Nanum Gothic", Gulim, "Dotum", AppleGothic, Sans-serif;
    font-weight: 700;
}


.company .keyvisual{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.company .content_center {
    margin: auto;
    position: relative;

}
.company .content_center h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 30px 0;
    color: #0099ee;
}

div.content div.content_List p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    position: relative;
}



.accessibility {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}


.media-body h5{
  text-align: center;
  font-weight: 400;
}

#ITMC{
  background-color: #ccc;
  background-image: url("../images/company/topImage.jpg");
  background-position: top center;
  background-size: cover;
}

#ITMC h1{
  color: #fff;
  text-shadow: 0 0 10px #000;
  padding: 160px 0;
}

#solution{
  background-image: url("../images/company/solution.jpg");
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  color: #fff;
}

#solution::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001D38;
    opacity: .7;
    z-index: -1;
    content: '';
}

#competitiveness{
  
}

#organization{
  background-color: #f7f5f5;
  color: #333;
}

#organization dl{
  margin-bottom: 15px;
}

#history{
  background-color: #fff;
  background-image: url(../images/company/history.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}


#history .panel-group{
  /*
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  */
}
#authentication{
  background-color: #f4f6f2;
  color: #fff;
}
#map{
  
}
#business h2, #product h2, #reference h2{
  letter-spacing: -1px;
}

#business{
  background-image: url("../images/business/topImage.jpg");
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  color: #fff;
}

#business .center {
    padding-bottom: 0;
    padding-top: 100px;
}

#business .container h1, #business .container h2, #business .container p{
  color: #fff;
}

#product{
  background-color: #ccc;
  background-image: url(../images/product/topImage.jpg);
  background-position: center center;
  background-size: cover;
  padding: 120px 0 30px;
}
#product .container h1, #product .container h2, #product .container p{
  color: #fff;
}

#product .container p{
  margin-bottom: 5px;
}

#product .container a:hover, #product .container a:focus{
  color: #fff;
}

#reference{
  background-color: #ccc;
  background-image: url(../images/reference/topImage.jpg);
  background-position: center center;
  background-size: cover;
}

#reference .container h1, #reference .container p{
  color: #fff;
  text-shadow: 0 0 10px #000  
}

#reference .center{
  padding-bottom: 0;
    padding-top: 100px;
}
#codeVaccine, whatap{
  background-color: #fff;
}
#jennifer{
  background-color: #e8e5e0;
}
#loadRunner{
  background-color: #84b1b1;
  color: #fff;
}

#netFunnel{
  background-color: #ddd;
}
#recruit{
  background-color: #ccc;
  background-image: url(../images/recruit/topImage.jpg);
  background-position: center center;
  background-size: cover;
}
#recruit .container h1, #recruit .container p{
  color: #fff;
  text-shadow: 0 0 10px #000  
}
#recruit .center{
  padding-bottom: 0;
    padding-top: 100px;
}

.recruit .container h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0 10px;
    color: #0099ee;
}

.recruit .container h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: #ff9900;
}

#detail p, #detail2 p{
  margin-bottom: 30px;
}
#detail2{
  background-color: #eee;
}

#detail2 h3{
  margin-top: 10px;;
}

#detail2 .center{
  min-height: 225px;
  letter-spacing: -1px;
}
#test{
  background-image: url("../images/business/test.jpg");
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  color: #fff;
}

#test::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #001D38;
    opacity: .5;
    z-index: -1;
    content: '';
}


#EA{
  background-image: url("../images/business/ea.jpg");
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  color: #fff;
}
#EA::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #402010;
    opacity: .25;
    z-index: -1;
    content: '';
}

#expert{
  background-color:#b4dede;
}



.subTitle{
  font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  margin-top: 20px;
}

table {

}
table th, table td{
  line-height: 1.25;
  /* padding: 5px 10px; */
}

table thead td{
  background-color: #ccc;
  text-align: center;
}
table td{
  font-size: 14px;
}

.business_part{
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  
}
.media, .media-body {
    overflow: inherit;
    zoom: 1;
}

.table-container {

  width: 100%;
}

.table-container .col-table-cell {

}

.tab-content dl {

  margin: 0 5px;
  text-align: center;
}

.tab-content dd {

  line-height: 1.25;
    min-height: 60px;
    padding: 5px 0;
  font-size: 12px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: none;
}

.floatL {
    display: inline-block;
  vertical-align: top;
}


.hv-item {

    margin: 10px 0 20px;
}

.hv-item img{
    width: 100%;
}




.hv-item .hv-item-parent {
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
}

.hv-item-parent .simple-card {
    margin: 0;
    background-color: #7da4ca;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    min-width: 100px;
    text-align: center;
  box-shadow: 0 3px 6px rgba(204, 131, 103, 0.22);
}
.hv-item-children .simple-card {
    margin: 0;
    background-color: #9ae3ff;
    color: #000;
    padding: 10px;
    border-radius: 7px;
    min-width: 50px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(204, 131, 103, 0.22);
}

.hv-item-parent .simple-card.process {
    margin: 0;
    background-color: #7dcab1;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    min-width: 100px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(204, 131, 103, 0.22);
}
.hv-item-children .simple-card.process {
    margin: 0;
    background-color: #9affab;
    color: #000;
    padding: 10px;
    border-radius: 7px;
    min-width: 50px;
    text-align: center;
    box-shadow: 0 3px 6px rgba(204, 131, 103, 0.22);
}




.hv-item-parent p {
    color: #DE5454;
}

.hv-item .hv-item-parent:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 25px;
    bottom: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(100%);
}

.hv-item .hv-item-children {
    display: flex;
    justify-content: center;
}

.hv-item .hv-item-children .hv-item-child {
    padding: 0 15px;
    position: relative;
}


.hv-item .hv-item-children .hv-item-child:before,  .hv-item .hv-item-children .hv-item-child:not(:only-child):after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
}


.hv-item .hv-item-children .hv-item-child:before {
    left: 50%;
    top: 0;
    transform: translateY(-100%);
    width: 2px;
    height: 25px;
}

.hv-item .hv-item-children .hv-item-child:after {
    top: -25px;
    transform: translateY(-100%);
    height: 2px;
    width: 100%;
}


.hv-item .hv-item-children .hv-item-child:first-child:after {
    left: 50%;
    width: 50%;
}


.hv-item .hv-item-children .hv-item-child:last-child:after {
    width: calc(50% + 1px);
}

.fullwidth{
  width: 100%;
  
}

.slider-img img{

}

.slider-img img.img-responsive2 {
    margin: 0 auto;
    float: none;

}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}


.progressbar {
  counter-reset: step;
    padding: 50px 0 30px !important;
    margin-bottom: 20px !important;
    border-radius: 20px;
  letter-spacing: -1px;
}

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 26px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  position: absolute;
    left: 50%;
    z-index: 1;
    margin-left: -15px;
    margin-top: -30px;
  
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: 0;
  margin-top: -30px;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;
}
.progressbar li.active:before {
  border-color: #55b776;
}
.progressbar li.active + li:after {
  
}

#detail2 ul {
    list-style-type: none !important;
  padding-inline-start: 0;
  padding: 0;
  margin: 0;
}

.text-info {
    color: #fff;
  background-color: #0099ee;
  padding: 10px 20px;
  border-radius: 10px;
}

.homepage img.half{
  width: 40px;
}

.img_80{
  width: 80%;
}

.icon_96{
  width: 96px;
  margin-bottom: 20px;
}

.icon_128{
  width: 128px;
  margin-bottom: 20px;
}
.icon_256{
  max-width: 256px;
  width: 100%;
}
.icon_512{
  width: 512px;
}

.recruit .icon_128{
  margin-bottom: 20px;
}

@keyframes pulse {
  from { 
  -moz-filter: drop-shadow(0px 0px 0px #fff);
  -webkit-filter: drop-shadow(0px 0px 0px #fff);
  -o-filter: drop-shadow(0px 0px 0px #fff);
  -ms-filter: drop-shadow(0px 0px 0px ##fff);
  filter: drop-shadow(0px 0px 0px #fff);
   }
  to { 
  -moz-filter: drop-shadow(0px 0px 10px #fff);
  -webkit-filter: drop-shadow(0px 0px 10px #fff);
  -o-filter: drop-shadow(0px 0px 10px #fff);
  -ms-filter: drop-shadow(0px 0px 10px ##fff);
  filter: drop-shadow(0px 0px 10px #fff);
  }
}

#topNav .navbar-header{
  /* position: absolute;
  top: 0;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0%); */

}

#topNav .navbar-brand img{
	max-height: 100px;
  /*
	-webkit-animation: pulse 1s ease-in-out infinite alternate;
	-moz-animation: pulse 1s ease-in-out infinite alternate;
	-o-animation: pulse 1s ease-in-out infinite alternate;
	animation: pulse 1s ease-in-out infinite alternate; 
  */
}

#topNav .navbar-brand img.logoSmall{
  height: 48px;
  position: absolute;
  left: 43%;
  margin-left: -24px;
  top: 5px;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline{
  overflow: hidden;
}

.timeline ul {
  padding: 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 10px;
  background: #ccc;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: rgba(0, 169, 212, 0.75);
  border-radius: 10px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  top: 37px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -16px;
  border-width: 8px 16px 8px 0;
  border-color: transparent rgba(0, 169, 212, 0.75) transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -16px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent rgba(0, 169, 212, 0.75);
}

time {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 8px;

}


ul, ol, dl, dd, dt, li {list-style-type:none;margin:0;padding:0px;}
header {
  position:absolute;
  width:100%;
  z-index:10000;
  box-shadow: 0 20px 30px #0008;
}
header #gnb {
  width: 100%;
  height:60px;
  background:#11030d;
  position: relative;
  top:60px;
  left:50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border-top:1px solid;
  border-image: linear-gradient(to right, #000, #fa0, #000);
  border-image-slice: 1;
}

header #gnb .game_list {width:1170px; margin:0 auto; overflow:hidden;display: flex; justify-content: center; }
header #gnb .game_list li {float:left;margin-left:60px}
header #gnb .game_list li:first-child {margin-left:0}
header #gnb .game_list li a {display:block;position:relative;font-size:15px;font-weight:500;color:#fc0;line-height:60px;}
header #gnb .game_list li a:hover:before,
header #gnb .game_list li a.on:before {content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fc0}
header #gnb .game_list li a img {width:30px;margin-right:10px}
header #gnb .game_list .money_info {float:right;padding-right:7px}
.inner_wrap {position:relative;width:1200px;height:100%;margin:0 auto}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #0099ee;
  border: 1px solid #0099ee;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.timeline ul li p{
  padding-left: 10px;
}

.list_img {
    text-align: center;
    width: 690px;
    margin: 20px auto 40px;
}

.list_img2{
    text-align: center;
    width: 480px;
    margin: 20px auto 40px;
}

.list_img2 img{
    margin-bottom: 10px;
}

.boardlist02{
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    border: 1px solid #c9d8e2;
    background-color: #Fc9d8e2;
}

.boardlist02 tbody th{
    text-align: center;
    border-left: 1px solid #c9d8e2;
    border-right: 1px solid #c9d8e2;
    border-bottom: 1px solid #c9d8e2;
    font-size: 12px;
    color: #6f7073;
    padding: 8px 0;
    background: #ececec;
    z-index: 10;
    font-weight: 700;
}

.boardlist02 tbody td{
    border-right: 1px solid #c9d8e2;
    border-left: 1px solid #c9d8e2;
    min-width: 100px;
    text-align: center;
  border-bottom: 1px solid #c9d8e2;
    padding: 8px;
    font-size: 12px;
    color: #777;
}


#accordion {
    margin: 30px 0;
    background-color: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


.accordion>.card {
    overflow: hidden;
}

.title_area {
  padding: 0 20px;
  background: url(../images/titleBg.jpg) no-repeat center #333333; 
  background-size: cover;
}

.title_area h2{
  line-height: 300px;
  margin: 0 auto;
  font-size: 62px;
  color: #fff;
  text-shadow: 0 0 10px #f0c;
}

.bestTitle{
  /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -2px 5px 1px rgb(139 66 8), inset 0 -1px 1px 3px rgb(250 227 133);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120,50,5);
  text-shadow: 0 2px 2px rgb(250 227 133);
  transition: all .2s ease-in-out;
  background-position: center;
  border-radius: 100px;
  font-size: 20px;
  padding: 0 15px;
  width: 150px;
  margin: 10px auto 50px;
  line-height: 2;
  text-align: center; */
  
}
section {
	padding-bottom:30px;
	overflow-x:hidden
}
section .sectionTitle {
  text-indent:-9999px;
  height:89px;
  margin:60px auto 30px auto;
  width: 380px;
}

#btnArea .sectionTitle {
	background:url(/3rd-party/wacs/images/common/tit_slots.svg) no-repeat center;
	background-size:cover;
}
#btnArea .sectionTitle.bota {
	background:url(/3rd-party/wacs/images/common/tit_bota.svg) no-repeat center;
	background-size:cover;
}
#btnArea .sectionTitle.casinoslot {
  background: url(/3rd-party/wacs/images/common/tit_casino.svg) no-repeat center;
  background-size:contain;
}

#btnArea .btn-box {
	margin-bottom:20px;
}

#recent-works .sectionTitle {
	background:url(/3rd-party/wacs/images/common/tit_casino.svg) no-repeat center;
	background-size:contain;
}
#recent-works .sectionTitle.powerball {
  background:url(/3rd-party/wacs/images/common/tit_powerball.svg) no-repeat center;
  background-size:cover;
}
#recent-works .sectionTitle.powerball {
  background:url(/3rd-party/wacs/images/common/tit_powerball.svg) no-repeat center;
  background-size:cover;
}

#recent-works .sectionTitle.board {
  background:url(/3rd-party/wacs/images/common/tit_board.svg) no-repeat center;
  background-size:cover;
}


.tab_menu {
    display: table;
    table-layout: fixed;
    width: 100%;
  overflow: hidden;
}

.tab_menu a {
    display: table-cell;
    height: 38px;
    line-height: 30px;
    font-size: 13px;
    color: #ccc;
    text-align: center;
    box-sizing: border-box;
  
}

.tab_menu a:first-child {
    border-left: 0 none;
}

.tab_menu a.active {
    position: relative;
    color: #fc0;
  border-bottom: 3px solid;
    border-image: linear-gradient(to right, #fc00, #fc0, #fc00);
    border-image-slice: 1;
}

.tab_menu a span {
    position: relative;
    z-index: 10;
}

.tab_menu a.active:after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    content: '';
}

.step {
    margin: 20px 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 30px;
}

.step span:after{
  content: '→';
  margin: 0 10px;
}
.step span:last-child:after{
  content: '';
  margin: 0;
}

table.row {
    table-layout:auto;
    width: 100%;
    border-collapse: collapse;
    color: #666;
  margin: 0;
}

.row th {
  height: 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: center;
}

.row tr:first-child th, .row tr:first-child td {
    border-top: 1px solid #630;
}

.row tr:last-child th, .row tr:last-child td {
    border-bottom: 1px solid #630;
}


.row td {
    height: 30px;
    padding: 10px;
    border-top: 1px solid #630;
  color:#fff;
}

.row .inp input {
    width: 178px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #666;
    vertical-align: top;
}

.row .btn_money {
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #fa0;
  background:none;
  margin-right:5px;
}

.row .btn.gold {
  font-size: 15px;
  transition: 0.3s;
  line-height: 36px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -2px 5px 1px rgb(139 66 8), inset 0 -1px 1px 3px rgb(250 227 133);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120,50,5);
  text-shadow: 0 2px 2px rgb(250 227 133);
  transition: all .2s ease-in-out;
  background-position: center;
  border-radius: 10px;
  background-size: 100% 100%;
}

.row .btn.gold:hover{
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250 227 133);
  border: 1px solid rgba(165,93,7,.6);
  color: rgba(120,50,5,.8);
}

.row .btn.olive {
    background-color: #857b71;
}

.caution {
    margin: 20px 0 0;
    line-height: 22px;
  padding-left: 0;
  color:#ff0000;
}
.caution li{
    list-style: none;
}


.btn_area {
    margin: 50px 0 0;
    text-align: center;
}

.btn_area .btn_submit {
    width: 120px;
    height: 40px;
    background-color: #444;
    font-size: 14px;
    color: #fff;
}


.list {
    width: 100%;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    color: #666;
  padding-left: 0;
}

.list li {
    border-top: 1px solid #ddd;
    line-height: 50px;
  list-style: none;
}




.list li:first-child {
    border-top: 0 none;
}

.list li.notice {
    background-color: #f5f5f5;
    font-weight: bold;
}

.list li:nth-child(even).notice {
    background-color: #e8e8e8;
}

.selected_balance, .reset_area, .list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.list li a {
    min-width: 0;
    color: #666;
}

.list li a:hover {
    color: #000;
}


.list li .num {
    width: 100px;
    text-align: center;
  font-weight: normal;
}

.list li .subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list li .subtitle span{
    padding: 0 10px;
}

.list li .status, .list li .date {
    width: 100px;
    text-align: center;
  font-weight: normal;
}

.paginate {
    margin: 50px 0 0;
    font-size: 0;
    text-align: center;
}

.paginate .page_num {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 2px 0 3px;
    line-height: 25px;
    border: 1px solid #ddd;
    background-color: #fff;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    color: #666;
    box-sizing: border-box;
}

.paginate .page_on {
    font-weight: bold;
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.view {
    width: 100%;
    border-bottom: 1px solid #760050;
    color: #666;
}
.view input.subject{
  width: calc(100% - 60px);
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #000;
    padding: 4px 10px;
    margin-left: 20px;
}

.writeArea{
  padding: 0 18px;
  font-size: 16px;
}

.writeArea textarea{
  width: calc(100% - 60px);
  border-radius: 3px;
  border: 1px solid #ccc; 
  font-size: 14px;
  padding: 5px 10px;
    margin-left: 20px;
  line-height: 1.5;
}
.view .title {
  line-height: 1.5;
  padding: 6px 22px;
  background-color: none;
  margin: 0;
  color:#FFF !important;
}
.view p {
  background-color: none;
  color:#FFF !important;
}

.view .title .date {
    float: right;
    width: 100px;
    font-weight: normal;
    text-align: center;
}

.view .cont {
    line-height: 22px;
    padding: 20px 0;
    border-top: 1px solid #760050;
    min-height: 350px;
}

.view .origin{
    padding-left: 30px; 
}

.view .replyArea{
  padding: 20px 10px 0 30px;
  border-top: 1px solid #888;
  color: #09e;
  margin-top: 20px;
  
}

.view .replyArea i{
  position: absolute;
  margin-left: -25px;
  font-size: 20px;
  
}


.view .reply{
  font-size: 16px;
}

.table_btns {
    margin: 25px 0 0;
    text-align: right;
}

.chart-box2 p{
  margin-bottom: 0;
}

.mt20 {
    margin-top: 20px !important;
}

.mt50 {
    margin-top: 20px !important;
}

.col {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.col thead {
    background-color: #444;
    color: #fff;
}

.col thead th{
    background-color: #11030d;
    color: #fff;
}


.col tbody td {
    height: 50px;
    text-align: center;
    color: #ddd;
}

.col tbody tr:first-child td {
    border-top: 0 none;
}


.btnBest img, .btnGame img{
  width:100%;
  max-height: 60px;
}

.btnBest h1, .btnGame h1{
  color: #ccc;
  text-align: center;
}

.btnGame .gameName, .btnBest .gameName{
  width: 100%;
  background-image: linear-gradient(to bottom, #000, #333);
  line-height: 1.5;
  font-size: 24px;
  padding: 10px;
  color: #aaa;
  margin-bottom: 30px;
}
a.game {
	margin-bottom:30px;
	display: block;
	border:1px solid rgb(255 255 255 / 50%);
	border-radius:10px;
	overflow:hidden;
  background-color:#fc8;
}

a.game:hover img {
  opacity: 1;
  -webkit-transform: rotate(5deg) scale(1.2) translate(40px, 0);
  transform: rotate(5deg) scale(1.2) translate(40px, 0);
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  transition: transform .2s;
}
a.game.casino:hover img {
  opacity: 1;
  -webkit-transform: rotate(5deg) scale(1.2) translate(10px, 10px);
  transform: rotate(5deg) scale(1.2) translate(10px, 10px);
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  transition: transform .2s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


.btnGame a:hover .gameName, .btnBest a:hover .gameName{
  color: #fc0;
}

/* .btnGame a:hover img, .btnBest a:hover img{
 filter: brightness(120%);
} */

#gamelist{
    padding: 40px 0 100px;
  
}

#gamelist .container h1, #gamelist .container h2, #gamelist .container p {
    color: #fff;
}

#gamelist .services-wrap{
  border: 1px solid #860;
  overflow: hidden !important;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: right 0;
}

#gamelist .services-wrap.game1{
  background-image: url(../images/gamegirl1.png);
  backdrop-filter: blur(10px);
}
#gamelist .services-wrap.game2{
  background-image: url(../images/gamegirl2.png);
  backdrop-filter: blur(10px);
}
#gamelist .services-wrap.game3{
  background-image: url(../images/gamegirl3.png);
  backdrop-filter: blur(10px);
}
#gamelist .services-wrap.game4{
  background-image: url(../images/gamegirl4.png);
  backdrop-filter: blur(10px);
}
#gamelist .services-wrap.game5{
  background-image: url(../images/gamegirl5.png);
  backdrop-filter: blur(10px);
}
#gamelist .services-wrap.game6{
  background-image: url(../images/gamegirl6.png);
  backdrop-filter: blur(10px);
}
#gamelist .services-wrap.game7{
  background-image: url(../images/gamegirl7.png);
  backdrop-filter: blur(10px);
}
#gamelist .services-wrap.game8{
  background-image: url(../images/gamegirl8.png);
  backdrop-filter: blur(10px);
}
#gamelist .services-wrap.game9{
  background-image: url(../images/gamegirl9.png);
  backdrop-filter: blur(10px);
}
#gamelist .services-wrap.game10{
  background-image: url(../images/gamegirl10.png);
  backdrop-filter: blur(10px);
}


#gamelist .services-wrap:after {
    content: "";
    background-image: url(../images/gamezone_gloss.png);
    top: 5px;
    left: 5px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1000;
    border-radius: 3px;
}


#gamelist .services-wrap:hover {
  border: 1px solid #fc0;
  background-position: calc(100% + 10px) 0
  
}

#gamelist .services-wrap .feature-wrap .btn-slide{
    padding: 8px 20px;
    background: #ffaa00;
    color: #333;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  
}
#gamelist .services-wrap:hover .feature-wrap .btn-slide{
  padding: 8px 20px;
  background: #fc0;
  color: #000;
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  opacity: 1;
  transform: translateY(-5px);
  font-weight:600;
  font-size:16px;
}

#gamelist .services-wrap:hover .gameBg {  
    background-image: url(../images/gamezone_start_bg.gif);
    background-size: cover;
    opacity: 0.2;
    transform: scale(1,1);
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
  width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#partner {
	padding-top: 60px;
	border-bottom: 2px solid;
    border-image: linear-gradient(to right, transparent, #860, transparent);
    border-image-slice: 1;
}

#partner .partners {
	padding-top: 60px;	
}

#partner img{
  width:100%;
  margin-bottom:170px;
}

#partner .container h1, #partner .container h2{
    color: #fff;
}

#partner .container p {
  color: #aaa;
  text-align:center;
}

.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
  display:flex;
}

.partners ul li {
    margin: 10px 20px;
}

.partners ul li img{
    height: 48px;
}



#slot {
    padding: 40px 0 30px;
}

#slot h1{
  color: #fff;
  padding: 0 15px;
}
.jackpot{
    background: url(../images/jackpotBg2.png) no-repeat;
	background-size:contain;
    width: 100%;
    height: 241px;
	margin: auto;
	font-family: 'lato', sans-serif;
	font-weight: 900;
	font-style: normal;
}

.jackpotNum{
  height: ;
  overflow: hidden;
  right: 120px;
  top: 97px;
  text-align: right;
  padding: 7px 0;
  position: absolute;
}

.jackpotNum h1,
.jackpotNum h1 *{
  font-family:'lato', sans-serif !important;
  Font-size:92px;
  background: linear-gradient( #860 0%, #ff0 15%, #fc0 60%, #860 90%, #a80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-stroke: 1px #ffb8ea;
  -webkit-text-stroke: 1px #fc0;
  margin: 0;
  letter-spacing: 2px;
}
  

.b_tranfer {
    padding: 0 15px;
    box-sizing: border-box;
  width: 100%;
  min-height: 130px;
}

.b_balance {
    float: left;
    display: block;
    margin: 0;
    padding: 10px 20px;
    background: #515a7b;
    width: 300px;
    border-radius: 10px 0 0 10px;
    min-height: 114px;
    position: relative;
}

.b_balance p {
    color: #ddd;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}

.num_balance {
    color: #fff;
    background-color: rgba(0,0,0,0.25);
    line-height: 2;
    border-radius: 5px;
    padding: 0 10px;
    text-align: right;
    font-size: 20px;
}

.btn_refresh {
  text-transform: capitalize;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 20px;
}

.btn_refresh:hover {
  color: #fff;
}

.btn_refresh i {
    float: left;
    padding-right: 5px;
    font-size: 16px;
    margin-top: 3px;
}

.tranfer-wrapper {
    float: left;
    margin: 0;
    width: calc(100% - 300px);
}

ul.tabs_tranfer {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    clear: both;
}

ul.tabs_tranfer li {
    display: block;
    float: left;
}

ul.tabs_tranfer li a {
    display: block;
    padding: 8px 15px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-transform: capitalize;
    color: #aaa;
    text-decoration: none;
    background-color: #30364d;
}

ul.tabs_tranfer li.active a {
    color: #ccc;
    text-decoration: none;
    background-color: #3c4460;
    -moz-box-shadow: 0 .125em .125em rgba(0,0,0,.09), inset 0 2px 0 #30364d;
    -webkit-box-shadow: 0 0.125em 0.125em rgba(0,0,0,.09), inset 0 2px 0 #30364d;
    box-shadow: 0 0.125em 0.125em rgba(0,0,0,.09), inset 0 2px 0 #30364d;
}

.tab_tranfer {
    float: left;
    display: block;
    background: #3c4460;
    padding: 10px 0;
    border-bottom: 2px solid #30364d;
    color: #ccc;
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.acc_balance {
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    background: url(../images/line-vert.png) repeat-y right;
}

.acc_balance p {
    text-transform: capitalize;
    padding-bottom: 0;
}

.acc_balance span {
    color: #fff;
}

.form_tranfermoney {
    float: right;
    padding: 6px 20px;
}

.form_tranfermoney span {
    display: block;
    float: left;
    padding-right: 8px;
    text-transform: capitalize;
    line-height: 2;
    font-size: 20px;
}

.input_balance {
    float: left;
    display: inline-block;
}

.input_balance input {
  width: 150px;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    padding-right: 10px;
    border: 0;
    border-radius: 5px;
    line-height: 2;
    box-sizing: border-box;
    background-color: #30364d;
    color: #fff;
    margin-right: 5px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.25);
    vertical-align: top;
}

.btn_tranfer {
  text-transform: capitalize;
  font-size: 14px;
  margin-left: 5px;
  padding: 0 20px;
  line-height: 42px;
  box-sizing: border-box;
  color: #111;
  border-radius: 5px;
  text-decoration: none;
  border: 0;
  background-color: #fa0;
}

.btn_tranfer:hover{
  background-color: #fc0;
}

/* 2022-01-12 custom */
.navbar .headerContainer {
  overflow: hidden;
}
.navbar-inverse {
  background: linear-gradient(to bottom, #444, #111);
}

#marquee_wrap {padding:30px 0}
.notice-marquee.has-enough-space{
  padding: 8px 20px 2px;
	background:rgb(0 0 0 /50%);
	border: 1px solid #8B3588;
	border-radius: 10px;

}
.notice-marquee.has-enough-space span {
	font-size: 24px;
	color:#FFCC00;
}

.step {
  display: flex;
  justify-content: space-evenly;
  background:none;
  color:#FFF;
  font-weight:500;
}
#search > div {
  float:right;
  margin-top:30px;
  margin-bottom:10px;
}
#search > div input {
  border:1px solid rgba(255,255,255,0.1);
  border-radius:5px;
  background: rgba(255,255,255,0.3); 
  color: #aaa; 
  padding: 3px 10px;
}
#search > div input:focus {
  outline:none;
}
.modal-body #iFrame::-webkit-scrollbar {
    width: 5px;
}
#iFrame::-webkit-scrollbar-thumb {
background-color: red;
}
#iFrame::-webkit-scrollbar-track {
background-color: grey;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#recent_wrap {
	/* padding:36px 0; */
  /* background: rgb(89,89,89);
  background: -moz-radial-gradient(circle, rgba(89,89,89,0.75) 0%, rgba(11,11,11,0.75) 100%);
  background: -webkit-radial-gradient(circle, rgba(89,89,89,0.75) 0%, rgba(11,11,11,0.75) 100%);
  background: radial-gradient(circle, rgba(89,89,89,0.75) 0%, rgba(11,11,11,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#595959",endColorstr="#0b0b0b",GradientType=1); */
  background-color: #0008;
  width: 1000px;
  backdrop-filter: blur(10px);
  border-radius: 10px;
}

#recent_wrap dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#recent_wrap dl dd {
    display: block;
    float: left;
    position: relative;
    width: 32%;
    margin: 0 2% 0 0;
    padding: 15px 20px 30px;
    background: linear-gradient(to bottom, #0008, #0004);
    border-radius: 10px;
    box-shadow: inset 0px 3px 10px #0008, inset -1px -1px 0 #c854ff;
}

#recent_wrap dl dd:last-child {
    margin: 0;
    border: none;
    box-shadow: none;
}

#recent_wrap dl dd .title {
   color:#FFCC00;
   font-size:20px;
   margin-bottom:10px;
   padding: 0 0 0 36px;
   font-weight:600;
   line-height:24px;
}

#recent_wrap dl .ntc-box .title {
	background:url(/3rd-party/wacs/images/icon/icon_bell.svg) no-repeat left center;
	background-size:24px;
}

#recent_wrap dl .lanking-box .title {
	background:url(/3rd-party/wacs/images/icon/icon_crown.svg) no-repeat left center;
	background-size:24px;
}

#recent_wrap dl .cs-box {
	background:url(/3rd-party/wacs/images/box_bg1.png) no-repeat center;
	background-size: 100% 100%;
	border: 1px solid rgb(255 255 255 / 30%);
	min-height:231px;
	padding:0 40px;
}

#recent_wrap dl .cs-box ul li {
	padding: 24px 0 0 94px;
	background-size:64px;
}

#recent_wrap dl .cs-box ul li:nth-child(1) {
	border-bottom:1px solid rgb(255 255 255 /10%);
	padding-bottom:22px;
	background:url(/3rd-party/wacs/images/icon/icon_kakaotalk.svg) no-repeat left 28px;
}

#recent_wrap dl .cs-box ul li:nth-child(2) {
	background:url(/3rd-party/wacs/images/icon/icon_telegram.svg) no-repeat left 25px;
	padding-bottom:10px;
}


#recent_wrap dl .cs-box span {
	color:rgb(255 255 255 / 50%);
	font-size:16px;
}

#recent_wrap dl .cs-box p {
	font-size:28px;
	color:#FFF;
}

#recent_wrap dl dd .title strong {
  color: #f21972;
  font-size: 12px;
  vertical-align: bottom;
}

#recent_wrap .content-wrap {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
}
#recent_wrap .content-wrap.play-now {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#recent_wrap .casino-button, #recent_wrap .game-button {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 242px;
    margin: 5px 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding-top: 180px;
    font-family: 'Nanum Gothic', sans-serif;
    /* font-style: italic;
    text-align: center; */
    /* border: 1px solid #fc0; */
    /* border-radius: 10px; */
    transition-duration: 0.2s;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* z-index: 10000; */
}
#recent_wrap .casino-button .gold {
  width: 100%;
  position: absolute;
  top: 0;
}
#recent_wrap .casino-button.casino {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#recent_wrap .casino-button.casino::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/common/casino-hover.png") no-repeat top left;
  background-size: cover;
}
#recent_wrap .casino-button.casino_2 {
  background: url("../images/button_casino_on2.jpg") no-repeat top center;
  background-size: cover;
}


#recent_wrap  .casino-button.slots::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/common/slot-hover.png") no-repeat  top left;
  background-size: cover;
}
#recent_wrap  .casino-button.slots_2 {
  background: url("../images/button_slots_on2.jpg") no-repeat  top center;
  background-size: cover;
}

#recent_wrap  .casino-button.powerball::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/common/betholdem2.png") no-repeat  top left;
  background-size: cover;
}

#recent_wrap  .casino-button.vota::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/common/holdem2.png") no-repeat  top left;
  background-size: cover;
}

#recent_wrap .game-button.others {
  background: url("../images/common/prog-jockpot.png") no-repeat;
  background-position: center -8px;
}
#recent_wrap .game-button.others:hover {
  /* background: url("../images/common/prog-jockpot-hover.png") no-repeat;
  background-size: cover; */
}
.meter-container {
  position: absolute;
  right: 18px;
  bottom: 15px;
  overflow: hidden;
  height: 92px;
  width: 54%; /* 770px */
}
.meter-container img {
  margin-top: -5px;
}
.jackpot-odometer {
  position: absolute;
  height: 100px;
  width: 520px;
  bottom: -10px;
  right: 0;
  z-index: 30;
}
.transaction-page {
  margin-bottom: 10px;
}
.transaction-page .transaction-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  background-color: #000000;
}
.transaction-page .transaction-table:first-of-type {
  width: 410px;
}
.transaction-page .transaction-table:nth-child(n + 2) {
  width: 415px;
}
.transaction-table:nth-of-type(1), .transaction-table:nth-of-type(2) {
  border-right: 0;
}
.transaction-table {
  width: calc(1008px / 3);
  border: 1px solid #282828;
  font-size: 13px;
  color: #999999;
  flex-grow: 1;
}
.transaction-table:nth-of-type(2) {
  border-left: 1px solid #282828;
}
.transaction-page .transaction-table tr:nth-of-type(odd) {
  background-color: #111111;
}
.transaction-page .transaction-table tr {
  height: 26px;
  text-align: center;
  background-color: #1d1d1d;
}
.transaction-page .transaction-table .table-heading {
  width: 100%;
  /* background: url("../images/common/customer-header.jpg") top center / 100% #111111 no-repeat; */
  font-size: 13px;
  color: #c1ad8b;
  padding: 7px 18px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 49px;
  background-size: 100% 100%;
  background: -moz-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
  background: -webkit-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
  background: linear-gradient(to bottom, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
}
.transaction-page .table-heading span:first-of-type {
  font-size: 20px;
  color: #7cc131 !important;
}
.transaction-page .table-heading span.pull-right {
  color: #818083;
}
.transaction-page .transaction-table tr:nth-of-type(odd) {
  background-color: #111111;
}
[role="button"] {
  cursor: pointer;
}
.transaction-page .text-white {
  color: #ffffff;
  font-weight: 600;
}
.text-left {
  text-align: left !important;
}
.transaction-page .text-white:hover {
  color: #deb97d;
}
.transaction-page .transaction-table:nth-child(2) .table-heading span.active, .transaction-page .transaction-table:nth-child(2) .table-heading span:hover {
  color: #c1ad8b;
}
.transaction-page .transaction-table:nth-child(2) .table-heading span {
  font-size: 20px;
  color: #818083;
  cursor: pointer;
}
.transaction-page .table-body {
  overflow: hidden;
}
.flow-list.list-charge {
  animation-name: scroll-charge;
  animation-duration: var(--tl-charge-duration);
}
@keyframes scroll-charge {
  100% {
    top: var(--tl-charge-offset);
  }
}
@keyframes scroll-excharge {
  100% {
    top: var(--tl-excharge-offset);
  }
}
ul.transaction-list {
  padding: 0 25px;
  height: 130px;
  margin: 0;
  /* overflow: hidden; */
}
.flow-list {
  position: relative;
  top: 0;
  animation: scroll 5s linear 1s infinite;
}
.flow-list {
  position: relative;
  top: 0;
  animation: scroll 5s linear 1s infinite;
}
.carousel-dep-wit {
  width:100%;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-dep-wit .carousel-inner .item .list{
  width:100%;
  margin-top: 0px;
  animation:1;
  animation-name:deposit_list;
  animation-duration:0.3s;
  animation-timing-function: linear;
  animation-fill-mode:forwards;
  opacity:0;
  cursor:pointer;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(1){
  animation-delay: 0.1s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(2){
  animation-delay: 0.2s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(3){
  animation-delay: 0.3s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(4){
  animation-delay: 0.4s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(5){
  animation-delay: 0.5s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(6){
  animation-delay: 0.6s;
}
@keyframes deposit_list {
  0% { transform: translateY(-15px); opacity:0;}
  100%{ transform: translateY(0px); opacity:1;}
}

.carousel-inners > .item {
  /* display: none; */
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
ul.transaction-list .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  height: 26px;
  color: #999999;
}
ul.transaction-list .items.list {
  border: 0;
}
ul.transaction-list .transaction-item {
  width: calc(100% / 3);
}
.transaction-page .goldTxt {
  color: #deb97d;
  font-weight: 600;
}
#recent_wrap .box-button .text-con {
  display: inline-block;
  /* margin-left: 20px; */
}
#recent_wrap .box-button .text-con p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.78px;
  line-height: 1.4285em;
}
#recent_wrap .box-button .text-con p.goldTxt {
  letter-spacing: -1.44px;
  color: #7cc131;
  font-size: 24px;
}
.quick-links-page {
  margin-top: 30px;
  display: flex;
}
.quick-links-page > div {
  width: 100%;
}
.quick-links-page .help-container {
  padding: 23px 0 23px 0;
}
.quick-links-page .help-container p, .quick-links-page .quick-links-container p {
  font-size: 20px;
  text-transform: uppercase;
  color: #7cc131;
  margin-bottom: 21px;
}
.quick-links-page .help-container .help-items {
  display: flex;
  gap: 20px;
}
.quick-links-page .help-container .quick-links-area {
  cursor: pointer;
}
.quick-links-page .help-container img {
  cursor: pointer;
}

.help-items .quick-links-area:first-child .img {
  /* width: 63px;
  height: 59px;
  background-color: #7cc131;
  -webkit-mask-image: url('/3rd-party/wacs/images/'); */
}

.quick-links-page .quick-links-area .qtitle {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: #727171;
  font-weight: 600;
  cursor: pointer;
}
.quick-links-page .help-container .quick-links-area:hover .qtitle{
  color: #c1ad8b;
}
.quick-links-page .credits-container {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #444;
}
.quick-links-page .quick-links-container {
  padding: 23px 41px;
  font-size: 14px;
  color: #585858;
}
.quick-links-page .quick-links-container .list-inline {
  margin-bottom: 15px;
}
.list-inline {
  margin: 0;
}
.quick-links-page .quick-links-container .list-inline > li {
  position: relative;
  padding: 0 5px;
  line-height: 20px;
  cursor: pointer;
  font-weight: 600;
}
.quick-links-page .quick-links-container .list-inline > li::after {
  content: '';
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  background: #282828;
  transform: translateY(-50%);
}
.quick-links-page .quick-links-container .list-inline > li:hover {
  color: #c0a16b;
}
.footer .container{
  text-align: center;
}
.footer .container img {
  max-width: 1260px;
}


#recent_wrap .casino-button .text-area {
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: rgba(0,0,0,0.7);
  text-shadow: 0 3px 10px #000;
  font-size: 13px;
  color: #fff;
  position: absolute;
  bottom: 0;
}
#recent_wrap .casino-button .text-area span {
  font-size: 18px;
  color: #7cc131;
}

#recent_wrap .casino-button .cont-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
/* #recent_wrap .casino-button.casino::before */
#recent_wrap .casino-button.casino:hover,
#recent_wrap .casino-button.casino:hover .text-area,
#recent_wrap .casino-button.slots:hover,
#recent_wrap .casino-button.slots:hover .text-area,
#recent_wrap .casino-button.powerball:hover,
#recent_wrap .casino-button.powerball:hover .text-area,
#recent_wrap .casino-button.vota:hover,
#recent_wrap .casino-button.vota:hover .text-area {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#recent_wrap .casion-button .text-area {
  top: calc( 100% - 5rem );
}
#recent_wrap .casino-button.casino .text-area,
#recent_wrap .casino-button.slots .text-area,
#recent_wrap .casino-button.powerball .text-area,
#recent_wrap .casino-button.vota .text-area {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  will-change: bottom;
}
#recent_wrap .casino-button.casino:hover .text-area,
#recent_wrap .casino-button.slots:hover .text-area,
#recent_wrap .casino-button.powerball:hover .text-area,
#recent_wrap .casino-button.vota:hover .text-area {
  bottom: 25%;
  transform: translateY(25%);
  opacity: 0;
}
#recent_wrap .casino-button.casino:hover::before,
#recent_wrap .casino-button.slots:hover::before,
#recent_wrap .casino-button.powerball:hover::before,
#recent_wrap .casino-button.vota:hover::before {
  transform: scale(1.1);
}
#recent_wrap .casino-button.casino:hover::before,
#recent_wrap .casino-button.casino:hover .text-area,
#recent_wrap .casino-button.slots:hover::before,
#recent_wrap .casino-button.slots:hover .text-area,
#recent_wrap .casino-button.powerball:hover::before,
#recent_wrap .casino-button.powerball:hover .text-area,
#recent_wrap .casino-button.vota:hover::before,
#recent_wrap .casino-button.vota:hover .text-area  {
  /* -webkit-filter: blur(2px); */
  filter: blur(5px);
  /* transform: scale(1.1); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#recent_wrap .casino-button:hover .cont-overlay {
  opacity: 1;
}
#recent_wrap .casino-button .cont-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
#recent_wrap .casino-button .cont-details {
  display: flex;
  flex-direction: column;
  gap: 10px;

}
#recent_wrap .casino-button .cont-details > span {
  letter-spacing: 0.1px;
}
#recent_wrap .casino-button .cont-details > span:nth-of-type(1) {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
#recent_wrap .casino-button .cont-details > span:nth-of-type(2) {
  font-size: 15px;
  color: #999;
}
#recent_wrap .casino-button:hover .cont-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
#recent_wrap .casino-button .fadeIn-bottom {
  top: 80%;
}

#recent_wrap .casino-button span {
    color: #ffbc00;
    letter-spacing: -1px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 20px;
}

#recent_wrap .content-wrap.notice-area {
    /* -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-content: stretch;
    align-items: center; */
    border: 1px solid #282828;
    display: flex;
    margin-top: 7px;
}

#recent_wrap .box-button {
    /* position: relative;
    display: flex;
    width: 25%;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin: 5px;
    cursor: pointer;
    color: #f1bb01;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1.44px;
    border: 1px solid #fc0;
    background: rgb(43, 41, 49);
    background: -moz-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    background: -webkit-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    background: linear-gradient(to bottom, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#191919', GradientType=0);
    padding-bottom: 3px;
    transition-duration: 0.2s;
    border-radius: 10px; */
    width: 100%;
    height: 97px;
    position: relative;
    cursor: pointer;
    padding: 20px 35px;
    background: rgb(43, 41, 49);
    background: -moz-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    background: -webkit-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    background: linear-gradient(to bottom, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#191919', GradientType=0);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#recent_wrap .box-button::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  right: 0;
  top: 50%;
  background: #282828;
  transform: translateY(-50%);
}
#recent_wrap .box-button:last-child::after {
  display: none;
}
#recent_wrap .box-button span:last-child {
  color: #c1ad8b;
  font-size: 20px;
}
#recent_wrap .box-button:hover {
  opacity: 0.7;
}

.box-button span:first-child, .box-button2 span:first-child {
    padding-right: 5px;
}

.box-button2:hover {
    opacity: 0.7;
}

.box-button img, .box-button2 img{
  margin-right: 10px;
  width: 35px;
}

#recent_wrap .box-button:first-child span .img {
  width: 37px;
  height: 37px;
  background-color: #7cc131;
  -webkit-mask-image: url('/3rd-party/wacs/images/icon/contact-icon.png');
}
#recent_wrap .box-button:nth-child(2) span .img {
  width: 37px;
  height: 37px;
  background-color: #7cc131;
  -webkit-mask-image: url('/3rd-party/wacs/images/icon/inquiry-icon.png');
}
#recent_wrap .box-button:last-child span .img {
  width: 37px;
  height: 37px;
  background-color: #7cc131;
  -webkit-mask-image: url('/3rd-party/wacs/images/icon/faq-icon.png');
}

#recent_wrap .box-button2 {
  /* position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  cursor: pointer;
  color: #f1bb01;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1.44px;
  border: 1px solid #fc0;
  background: rgb(43, 41, 49);
  background: -moz-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
  background: -webkit-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
  background: linear-gradient(to bottom, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#191919', GradientType=0);
  padding-bottom: 3px;
  transition-duration: 0.2s;
  border-radius: 10px; */
  width: 100%;
  height: 97px;
  position: relative;
  cursor: pointer;
  padding: 20px 35px;
  background: rgb(43, 41, 49);
  background: -moz-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
  background: -webkit-linear-gradient(top, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
  background: linear-gradient(to bottom, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#191919', GradientType=0);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
#recent_wrap .box-button2 span:last-child {
  color: #c1ad8b;
  font-size: 20px;
}



.recent_list {
    height: 150px;
    overflow: hidden
}

.recent_list li {
    display: block;
    margin-bottom: 0
}

.recent_list a {
    display: block;
    height: 30px;
    line-height: 29px;
    border-bottom: solid 1px rgb(255 255 255 / 25%);
    color: #fff
}

.recent_list a:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.recent_list a span {
    display: block;
    float: left;
    font-weight: 300;
    color: #fff;
    font-size: 14px
}

.recent_list a span.subject {
    width: 70%;
    padding: 0 0 0 8px;
    background: url(../images/bullet.png) no-repeat left 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.recent_list a span.date {
    width: 30%;
	text-align:right;
}

.recent_list a span.amount {
    width: 42%
}

.recent_list a span.name {
    width: 28%
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: helvetica neue, sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

#btnArea{
	overflow:hidden;
	position:relative;
}
#btnArea:before {
	content:"";
	width:533px;
	height:732px;
	position:absolute;
	right:-200px;
	bottom:60px;
	background: url(/3rd-party/wacs/images/common/spade.png) no-repeat right bottom;
	background-size:contain;
	display:none;
}

#recent-works a.game {
  border-color:rgb(255 204 0 / 50%);
  background-color:#123;
}

#recent-works #lobbylist a.game img {
  object-fit: cover;
  width: 100%;
}


/* eng2 > slot2 팝업 내부 컨텐츠 */
.row.eng_second {
  display: flex;
  flex-direction: column;
  padding: 0 15px 100px 15px;
}
.row.eng_second .col-xs-3 {
  width: 100%;
  float: unset;
  padding: 0;
}
.row.eng_second .col-xs-3 .provider-list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
}
.row.eng_second .col-xs-3 .provider-list .item .item-img .game {
  margin-bottom: 0;
  background-color: transparent;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, #fa0, #fff, #fa0,transparent);
  border-image-slice: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row.eng_second .col-xs-3 .provider-list .item .item-img .game img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.row.eng_second .col-xs-3 .provider-list .item .item-img .game:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  transition: transform .2s;
  filter: drop-shadow(0 0 6px #fc0);
}
.row.eng_second .col-xs-3 .provider-list .item .item-img .game span {
  position: absolute;
  left: 30px;
  bottom: 13px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  left: 0;
  font-size: 13px;
  width: 60%;
  word-break: keep-all;
  line-height: 14px;
}

.row.eng_second .col-xs-9 {
  width: 100%;
  padding: 0;
  margin-top: 40px;
}
.row.eng_second .col-xs-9 .game-list {
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
.row.eng_second .col-xs-9 .game-list .slot-btn2 {
  width: 100%;
  height: 140px;
  margin: 0;
}
.row.eng_second .col-xs-9 .game-list .slot-btn2 .inner .slot-cont .slot-img {
  position: relative;
  object-fit: cover;
}
.row.eng_second .col-xs-9 .game-list .slot-btn2 .inner .game_title {
  font-size: 11px !important;
  line-height: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
}

/* 입금신청 등 팝업 */
#recent-works .container .row {
  margin: 0 0 0 0;
}
#recent-works .container .row table tr td {
  padding: 15px 17px;
}
/* 입금신청 등 팝업 */

#overlay-input {
  display: none;
}

/* Flip */
#recent-works {
  padding: 0 20px 80px 20px;
}
#btnArea {
  padding: 0 20px 40px 20px;
}
#recent-works .container .row.wrap,
#btnArea .container .row.wrap {
  display: grid;
  grid-template-columns: repeat(4, 263px);
  justify-content: center;
  gap: 30px;
}
#recent-works .container .row.wrap::before, #recent-works .container .row.wrap::after,
#btnArea .container .row.wrap::before, #btnArea .container .row.wrap::after {
  display: none;
}
#recent-works .card, #btnArea .card{
  color: inherit;
  width: 263px;
  height: 420px;
  perspective: 3000px;
  background-color: transparent;
}
#recent-works .card .front, #recent-works .card .back,
#btnArea .card .front, #btnArea .card .back {
  display: flex;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 300ms;
}
#recent-works .card .front, #btnArea .card .front {
  background-size: cover;
  padding: 2rem;
  font-size: 1.618rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
}
#recent-works .card .front::before, #btnArea .card .front::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.25;
  z-index: -1;
}
#recent-works .card:hover .front, #btnArea .card:hover .front {
  transform: rotateY(180deg);
}
#recent-works .card .back, #btnArea .card .back {
  background: #fff;
  transform: rotateY(-180deg);
  padding: 0 2em;
}
#recent-works .card .back > div,
#btnArea .card .back > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
}

#recent-works .card .front > div,
#btnArea .card .front > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 13px 0;
  gap: 10px;
}
#recent-works .card .front > div > span,
#btnArea .card .front > div > span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: -1px 3px 2px rgba(0,0,0,0.6);
}

#recent-works .card .back > div > span,
#btnArea .card .back > div > span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #eee;
  width: 90%;
  margin: 0 auto;
  text-shadow: -1px 3px 2px rgba(0,0,0,0.6);
}
#recent-works .card .back > div > .back-img,
#btnArea .card .back > div > .back-img {
  position: relative;
  margin-top: 0;
  box-sizing: border-box;
  border: 2px solid #b57e0a;
}
#btnArea .card .back > div > .back-img {
  width: 100%;
  height: 100%;
  max-height: 225px;
}
#recent-works .card .back > div > .button,
#btnArea .card .back > div > .button,
#recent-works .card .front > div > .button,
#btnArea .card .front > div > .button {
  display: inline-block;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #d43f3a;
  background-color: #d9534f;
  color: #fff;
  margin: 0 auto;
}
#recent-works .card .back > div > .button:hover,
#btnArea .card .back > div > .button:hover {
  background-color: #a33d39;
}
#recent-works .card:hover .back,
#btnArea .card:hover .back {
  transform: rotateY(0deg);
}

#main-slider > img {
  width: 1440px;
  object-fit: cover;
  height: 800px;
  margin-top: 100px;
}

/* 벤틀리 슬롯 팝업 게임리스트 스타일 */
#btnArea .row > a {
  width: 100%;
  position: relative;
}
#btnArea .row > a > .main-container {
  width: 100%;
  background-color: #0008;
  display: flex;
  align-items: flex-end;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, #fa0, #fff, #fa0,transparent);
  border-image-slice: 1;
  border-radius: 10px;
  overflow: hidden;
  height: 320px;
}
#btnArea .row > a > .main-container > .hover {
  display: none;
}
#btnArea .row > a > .main-container > .main-img {
  width: 100%;
  max-height: unset !important;
  max-width: unset !important;
  -webkit-mask-image: linear-gradient(180deg, #000 0, #000 75%,transparent);
  mask-image: linear-gradient(180deg, #000 0, #000 75%,transparent);
}
#btnArea .row > a > .main-container:hover > .main-img {
  transform: scale(1.1);
  filter: drop-shadow(0 0 6px #fc0);
}
#btnArea .row > a > .slot-logo {
  pointer-events: none;
  position: absolute;
  top: 30px;
  left: 30px;
  height: 80px;
  max-width: 150px;
}
#btnArea .row > a > .slot-name {
  pointer-events: none;
  position: absolute;
  top: 278px;
  left: 0;
  text-shadow: 0 3px 20px #000, 0 3px 20px #000, 0 3px 20px #000;
  color: #fff;
  font-size: 24px;
  width: 100%;
  text-align: center;
}
/* 벤틀리 슬롯 팝업 게임리스트 스타일 */

@media screen and (max-width: 1220px) {
  #recent-works .container .row.wrap, #btnArea .container .row.wrap {
    grid-template-columns: repeat(3, 263px);
  }
  #main-slider > img {
    width: 1100px;
    height: 660px;
  }
}
@media screen and (max-width: 920px) {
  #recent-works{
    padding: 0 20px 80px 20px;
  }
  #btnArea {
    padding: 0 20px 40px 20px;
  }
  #recent-works .card, #btnArea .card {
    width: 230px;
    height: 366px;
  }
  #recent-works .container .row.wrap {
    grid-template-columns: repeat(3, max-content);
    gap: 20px;
  }
  #btnArea .container .row.wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }
  #recent-works .card .back, #btnArea .card .back {
    background-size: cover;
  }
}
@media screen and (max-width: 900px) {
  #recent_wrap .casino-button.casino::before,
  #recent_wrap .casino-button.slots::before,
  #recent_wrap .casino-button.powerball::before,
  #recent_wrap .casino-button.vota::before {
    background-position: 0% center; /* 20% center */
  }
}
@media screen and (max-width: 780px) {
  #recent-works .container .row.wrap, #btnArea .container .row.wrap {
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0;
  }
  #btnArea .row > a > .main-container {
    height: 220px;
  }
  #recent-works .card, #btnArea .card {
    width: 230px;
    height: 365px;
  }
  #btnArea .row > a > .main-container > .main-img {
    object-fit: contain;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  body {
      background-image: url(/3rd-party/wacs/images/banner/bg-main.jpg);
      background-repeat: no-repeat;
      background-position: 40%;
      background-size: cover;
  }
  #recent-works {
    padding: 0 20px 80px 20px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: #000;
  }
  #btnArea {
    padding: 0 20px 40px 20px;
  }
  #recent-works .card {
    width: 153px;
    height: 243px;
  }
  #btnArea .card {
    width: 155px;
    height: 246px;
  }
  #recent-works .card .front > div > span, #btnArea .card .front > div > span {
    font-size: 17px;
    word-break: keep-all;
  }
  #recent-works .card .back > div > .button, #btnArea .card .back > div > .button, #recent-works .card .front > div > .button, #btnArea .card .front > div > .button {
    font-size: 16px;
    padding: 8px 11px;
  }
  #recent-works .container .sectionTitle, #btnArea .container .sectionTitle {
    margin: 0 0 10px 0;
  }
  #btnArea .row > a > .slot-name {
    pointer-events: none;
    position: absolute;
    top: 190px;
    left: 0;
    text-shadow: 0 3px 20px #000, 0 3px 20px #000, 0 3px 20px #000;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .myInfo {
      background-color: none;
      box-shadow: none;
  }
}
/* Flip */

@media screen and (max-width: 940px) {
  #recent-works #game_group .item {
    width: 50% !important;
  }
}

@media screen and (max-width: 920px) {
  .row.eng_second .col-xs-3 .provider-list, .row.eng_second .col-xs-9 .game-list {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 760px) {
  .row.eng_second .col-xs-3, .row.eng_second .col-xs-9 {
    padding: 0;
  }
}

@media screen and (max-width: 720px) {
  #recent-works #lobbylist a.game div {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #recent-works #game_group .item .item-img {
    height: 184px !important;
  }
}

@media screen and (max-width: 620px) {
  .row.eng_second .col-xs-3 .provider-list, .row.eng_second .col-xs-9 .game-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .row.eng_second {
    margin: 0 !important;
  }
  .row.eng_second .col-xs-3 .provider-list, .row.eng_second .col-xs-9 .game-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .row.eng_second .col-xs-9 .game-list .slot-btn2 {
    height: 130px;
  }
  .carousel-inner {
    height: 300px;
  }
}
@media screen and (max-width: 360px) {
  .row.eng_second .col-xs-9 .game-list .slot-btn2 {
    height: 90px;
  }
}

/* eng2 > slot2 팝업 내부 컨텐츠 */


@media screen and (max-width: 1080px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
  
  header #gnb {display: none;}

  .navbar .headerContainer {
   
  }
  .headerContainer .loginForm {
    margin: 10px;
  }
  
  .loginForm img {
    width: 18px !important;
    height: 18px !important;
  }
  
  
  .navbar .headerContainer .notice, .navbar .headerContainer .memo,.navbar .headerContainer .button{
    display: none;
  }
  

  #topNav .navbar-brand img{
    
  }
  .header-product-nav-link-icon{
    display: none;
  }
  .navbar-nav {
  	margin-top: 12px;
  }

  .navbar-inverse .navbar-nav > li > a {
	font-size: 18px;
  }

  .headerContainer .loginForm a span {
	font-size:18px
  }

  .loginForm .momey-box p {
	font-size:18px
  }

  .loginForm .momey-box p:first-child {
	margin: 0px 0 12px 0;
  }

  #recent_wrap dl .cs-box span {
	font-size:12px;
  }

  #recent_wrap dl .cs-box p {
	font-size:18px
  }

  #recent_wrap dl .cs-box ul li {
	background-size:45px !important
  }
  
  .jackpot {
	height:168px;
  }

  .jackpotNum {
	top:66px;
  }

  .jackpotNum h1,
  .jackpotNum h1 * {
	font-size:60px;
  }

  #partner .partners {
	padding-top:30px;
  }

  #partner img {
	margin-bottom:80px;
  }

}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 991px) {
  
  .navbar .headerContainer {
    font-size: 14px;
    width: calc(100% - 74px);
    text-align: left;
    left: 94px;
  }
  .headerContainer .loginForm {
    margin: 10px;
  }
  
  .loginForm img {
    width: 18px !important;
    height: 18px !important;
  }
  
  
  .navbar .headerContainer .notice, .navbar .headerContainer .memo,.navbar .headerContainer .button{
    display: none;
  }
  
  .header-product-nav-link-icon{
    display: none;
  }
  .navbar-nav {
    margin: 10px 0;
  }
}
.m-logo { display: none; }
@media screen and (max-width: 767px) {
  header {
	background:rgb(0 0 0 / 50%)
  }

  .id-box {
	text-align:right
  }

  #main-slider {
	padding-top: 126px;
  }

  #main-slider > img {
    margin-top: -16px;
    width: 100%;
    height: 400px;
  }

  .login-form {
    height: 66px;
    margin-top: 0;
    justify-content: flex-start;
    top: 72px !important;
    left: 0;
    width: 100%;
  }
  .m-logo {
    display: block !important;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
    width: 140px;
  }

  .loginForm .mail {
	margin:0 8px 0 0;
  }

  .notice-marquee.has-enough-space span {
	font-size: 16px;
  }

  .sectionTitle {
	background-size:60% !important;
  }
  
  .timeline ul li {
    margin-left: 15px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -16px;
    border-width: 8px 16px 8px 0;
    border-color: transparent rgba(0, 169, 212, 0.75) transparent transparent;
  }
  
  .list li .num {
    width: 50px !important;
  }

	.jackpotNum h1,
	.jackpotNum h1 *{
	  font-family:'lato', sans-serif !important;
	  Font-size:34px;
	  background: linear-gradient( #860 0%, #ff0 15%, #fc0 60%, #860 90%, #a80 100%);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  text-stroke: 1px #ffb8ea;
	  -webkit-text-stroke: 1px #fc0;
	  margin: 0;
	  letter-spacing: 2px;
	}

	#recent_wrap dl dd,
	#recent_wrap dl dd:last-child {
		width:100%;
		margin:0 0 20px 0;
	}
  .navbar .headerContainer {
    width: 100%;
    text-align: left;
    left: 94px;
  }

  /* SUB */
  .row tr:first-child td {
	width: 20%;
  }

  .title_area {
	padding:40px 0;
  }
  .title_area h2 {
	line-height:1;
	font-size:30px;
  }

  /* MODAL */
  .modal-dialog {
	width: 100% !important;
    margin: 0;
    padding: 10px;
  }

  .modal-body {
	padding:0
  }

  /* CHARGE */
  .whatis .container {
	padding-top:20px;
  }
   .step {
	padding:10px;
	font-size:12px
  }

  .row .btn_money {
	    margin: 5px 0;
  }
  
  #main-slider .item.active .img-left {
	left:10%
  }

  #main-slider .item.active .img-right {
	right:3%
  }
  



}


@media screen and (max-width: 767px) {
  header {
    background:rgb(0 0 0 / 50%);
    height: 126px;
  }
  .navbar {
    height: 60px;
    backdrop-filter: none;
    background-size: cover;
  }
  .navbar-collapse.collapse.in{
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 125px;
    min-height: 400px;
  }
  #topNav .navbar-header {
      margin-top: -10px;
  }
  
  #topNav .navbar-brand {
      margin-top: 0 !important;
  }
  
  #topNav .navbar-brand img {
    max-height: 60px;
  }
  /* #recent_wrap .box-button {
    display: block; 
    text-align: center;
    height: 100px;
    font-size:16px;
  }
  .box-button img {
    display: block;
    margin:10px auto;
    
  } */
  #main-slider .item:first-child .img-right {
    bottom:0;
    max-height:110%;
  }
  #main-slider .item:nth-child(2) .img-right {
    max-height:110%;
    bottom:-30px;
  }
  #recent_wrap .casino-button {
      font-size: 14px;
      padding-top: 150px;
      border-radius: 10px;
      overflow: hidden;
  }
  #recent_wrap .casino-button span {
      display: block;
  }
  #recent_wrap .casino-button.slots {
      background-position: 85%;
  }
  #recent_wrap .casino-button.casino {
      background-position: 85%;
  }
  #recent_wrap .casino-button .text-area {
      padding: 10px;
      background: linear-gradient(to bottom, transparent, #000);
  }
}
/* .row::before, .row::after {
  display: none;
} */
#m-main-slider, .m-navbar-nav, #recent_wrap .m-game-button,
.m-logo, .mobile-menu { display: none; }
@media screen and (max-width: 1360px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  #topNav .navbar-header {
    top: 140px;
  }
  .navbar-collapse {
    padding: 0 15px !important;
  }
  .navbar-inverse .navbar-brand {
    /* width: 140px;
    height: 91px; */
  }
  .main-gnb {
    justify-content: center;
    gap: 12%;
  }
  .main-gnb .links {
    width: 100%;
  }
  .main-gnb .links > ul {
    width: 100%;
    justify-content: flex-start;
  }
  /* .loginForm {
    left: 0;
    gap: 10px;
    width: 100%;
  } */
}

@media screen and (max-width: 1267px) {
  #recent-works #game_group {
    display: flex;
    flex-wrap: wrap;
  }
  #recent-works #game_group .item {
    width: 33.3333333333333%;
    padding: 15px 15px;
  }
  #recent-works #game_group .item .item-img {
    height: 211px;
  }
  #recent-works #game_group .item .item-img .game {
    height: 100%;
    max-height: 100%;
  }
  #recent-works #game_group .item .game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1124px) {
  #recent-works #game_group .item .item-img {}
}

@media screen and (max-width: 990px) {
  /* #m-main-slider {
    display: inherit !important;
    padding-bottom: 0;
  } */

  #main-slider > img {
    width: 910px;
    height: 510px;
  }
 
  #m-main-slider .carousel {
    margin-top: 140px;
  }
  #recent_wrap .game-button, #recent_wrap .game-button .meter-container {
    display: none;
    /* width: 0;
    height: 0;
    position: absolute;
    right: -100000px;
    width: 0; */
  }
  #recent_wrap .m-game-button::before {
    content: '';
    width: 100%;
    height: 8px;
    background-image: url('/3rd-party/wacs/images/banner/gold-bar.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
  }
  #recent_wrap .m-game-button::after {
    content: '';
    width: 440px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 10px;
    border-radius: 10px;
  }
  #recent_wrap .m-game-button {
    /* position: relative;
    display: inline-block;
    width: 100%;
    height: 167px;
    margin: 5px 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-family: 'Nanum Gothic', sans-serif;
    transition-duration: 0.2s;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
    position: relative;
    display: inline-block;
    width: 100%;
    height: 242px;
    margin: 5px 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding-top: 180px;
    font-family: 'Nanum Gothic', sans-serif;
    /* border: 1px solid #fc0; */
    /* border-radius: 10px; */
    transition-duration: 0.2s;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* z-index: 10000;*/
  }
  #recent_wrap .m-game-button {
    background-image: url('/3rd-party/wacs/images/banner/jockpot-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    
  }
  #recent_wrap .m-game-button .m-meter-container {
    position: absolute;
    right: 18px;
    bottom: 7px;
    overflow: hidden;
    height: 40px;
    width: 54%;
    z-index: 1;
  }
  #recent_wrap .content-wrap.play-now {
    flex-direction: column;
  }
  /* .carousel-inner {
    height: 250px;
  } */
  .carousel-inner > .item {
    height: 100%;
  }
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .transaction-page .transaction-container {
    flex-direction: column;
  }
  .transaction-page .transaction-table:first-of-type,
  .transaction-page .transaction-table:nth-child(n + 2) {
    width: 100%;
  }
  ul.transaction-list .transaction-item {
    text-align: center;
  }
}

@media screen and (max-width: 770px) {
  #main-slider {
    display: none;
  }
  #m-main-slider {
    display: inherit !important;
    padding-bottom: 0;
  }
  #recent_wrap .content-wrap.notice-area {
    flex-direction: column;
  }
  #footer {

  }
  .help-container {
    bottom: 0;
    left: 0;
  }
  .help-container > p {
    display: none;
  }
  .quick-links-page .help-container {
    padding: 10px 0 30px 0;
    background-color: #000;
    z-index: 1;
  }
  .quick-links-page .help-container .help-items {
    width: 100%;
  }
  .quick-links-page .help-container .quick-links-area {
    width: 25%;
    text-align: center;
  }
  .quick-links-page .help-container img {
    width: 25%;
  }
  .quick-links-page .quick-links-area .qtitle {
    color: #fff;
    font-size: 13px;
    margin: 7px 0 0 0;
  }
  .quick-links-page {
    flex-direction: column-reverse;
  }
  .quick-links-page .credits-container img {
    width: 38%;
    padding: 0;
  }
  .quick-links-page .quick-links-container {
    padding: 60px 39px 0 39px;
  }

  .icon-container {
    position: absolute;
    right: 0;
    top: 65px;
    display: inline-block;
    z-index: 2;
    height: 66px;
    width: 55px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    z-index: 1000;
  }
  .icon-container #menuicon {
    width: 20px;
    height: 10px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }
  
  #menuicon .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  #menuicon .bar.bar1 {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  #menuicon .bar.bar2 {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
  }
  #menuicon .bar.bar3 {
    -webkit-transform: translateY(12px) rotate(0deg);
    transform: translateY(12px) rotate(0deg);
  }
  .mobile-menu {
    clear: both;
    display: block;
  }
  header ul.menu {
    position: absolute; /* relative */
    width: 100%;
    left: 0;
    display: block;
    padding: 100px 40px 0px 40px;
    list-style: none;
  }
  header ul.menu li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  header ul.menu li.menu-item a {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }
  header ul.menu li.menu-item a span.gnb-kr {
    color: #fff;
    font-size: 20px;
  }
  header ul.menu li.menu-item a span.gnb-en {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin-top: 3px;
  }

  header ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.35s;
  }
  header ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.3s;
  }
  header ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.25s;
  }
  header ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.2s;
  }
  header ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.15s;
  }
  header ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.1s;
  }
  header.menu-open ul.menu li.menu-item {
    opacity: 1;
    z-index: 100;
    position: relative;
  }
  header.menu-open ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.05s;
  }
  header.menu-open ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.1s;
  }
  header.menu-open ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.15s;
  }
  header.menu-open ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.2s;
  }
  header.menu-open ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.25s;
  }
  header.menu-open ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.3s;
  }
  header.menu-open {
    height: 100%;
    background: #111;
    transition: all 0.45s ease-out, background 0.8s ease-out;
  }
  .menu-open .icon-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-open .icon-container #menuicon .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
  }
  .menu-open .icon-container #menuicon .bar.bar1 {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
  .menu-open .icon-container #menuicon .bar.bar2 {
    display: none;
  }
  .menu-open .icon-container #menuicon .bar.bar3 {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
  #topNav .navbar-header {
    display: none;
  }
  #recent_wrap { width:100%;}
  #wrap { width:100%;}
  .nav-lower, .container.lower-wrap { width:100%; }
  .loginForm {
    top: 58px;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
    flex-direction: row;
    padding: 0 0 0 10px;
    align-items: center;
  }
  .loginForm button { width:auto; }
}

@media screen and (max-width: 767px) {
  .nav-upper {
    width: 100%;
  }
  .login-area #loginForm { display:flex; }
  .login-area .login-tit { display:none; }
  .login-area .uid, .login-area .ubtn { margin-top: 0; }
  .login-area .uid input, .login-area .upw input {
    width:100%; margin-bottom: 0; height:40px;
  }
  .login-area .ubtn { display: flex; align-items: stretch; margin-left:10px; }
  .login-area .ubtn .btnJoin {margin-top:0;}
  .login-area .ubtn label { margin:0; }
  .login-area .ubtn .checkbox, .login-area .ubtn .btn_fnid { display:none; }
  .login-area .ubtn #loginBtn {
    white-space: nowrap;
    margin-right: 5px;
  }
  .m-main-slider {
    width: 56%;
  }
}

@media screen and (max-width: 480px) {
  .footer .container {
    text-align: center;
  }
  .quick-links-page .quick-links-container {
    padding: 0;
  }
  .footer .container img {
    max-width: 100% !important;
  }
  #footer {
    padding-top: 50px;
    margin-top: 0;
  }
  #topNav .navbar-brand {
    display: none;
  }
  /* .m-logo {
    display: block;
    position: absolute;
    top: 130px;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
    width: 130px;
  } */

  /* hamburger */
  .icon-container {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    z-index: 2;
    height: 66px;
    width: 55px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    z-index: 1000;
  }
  .icon-container #menuicon {
    width: 20px;
    height: 10px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }
  
  #menuicon .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  #menuicon .bar.bar1 {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  #menuicon .bar.bar2 {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
  }
  #menuicon .bar.bar3 {
    -webkit-transform: translateY(12px) rotate(0deg);
    transform: translateY(12px) rotate(0deg);
  }
  .mobile-menu {
    clear: both;
    display: block;
  }
  header ul.menu {
    position: fixed; /* relative */
    width: 100%;
    left: 0;
    display: block;
    padding: 100px 40px 0px 40px;
    list-style: none;
  }
  header ul.menu li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  header ul.menu li.menu-item a {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }
  header ul.menu li.menu-item a span.gnb-kr {
    color: #fff;
    font-size: 20px;
  }
  header ul.menu li.menu-item a span.gnb-en {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin-top: 3px;
  }

  header ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.35s;
  }
  header ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.3s;
  }
  header ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.25s;
  }
  header ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.2s;
  }
  header ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.15s;
  }
  header ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.1s;
  }
  header.menu-open ul.menu li.menu-item {
    opacity: 1;
    z-index: 100;
    position: relative;
  }
  header.menu-open ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.05s;
  }
  header.menu-open ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.1s;
  }
  header.menu-open ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.15s;
  }
  header.menu-open ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.2s;
  }
  header.menu-open ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.25s;
  }
  header.menu-open ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.3s;
  }
  header.menu-open {
    height: 100%;
    background: #111;
    transition: all 0.45s ease-out, background 0.8s ease-out;
  }
  .menu-open .icon-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-open .icon-container #menuicon .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.1s;
  }
  .menu-open .icon-container #menuicon .bar.bar1 {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
  .menu-open .icon-container #menuicon .bar.bar2 {
    display: none;
  }
  .menu-open .icon-container #menuicon .bar.bar3 {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
  /* // hamburger  */

  .nav-lower {
    position: relative;
    height: 66px;
  }
  .container.upper-wrap {
    position: relative;
    height: 60px;
  }
  .login-form {
    position: relative !important;
    height: 66px;
    margin-top: 0;
    justify-content: flex-start;
    /* top: 72px !important;
    left: 12px !important; */
  }
  section .sectionTitle {
    width: 100%;
  }
  .lang-select {
    width: 100%;
  }
  #google_translate_element select {
    width: 100% !important;
  }
  .navbar-nav.m-navbar-nav {
    width: 310px;
    display: flex;
    top: 0 !important;
    justify-content: flex-start;
    margin: 0 !important;
  }
  .loginForm .btnSt1 {
    width: 70px;
    margin-right: 10px;
    font-size: 11px;
    /* height: 20px; */
    background-color: transparent;
    /* background: none; */
    display: block !important;
  }
  .container.lower-wrap {
    display: none;
  }

  .loginForm .tooltip {
    margin-bottom: 0 !important;
  }
  .loginForm {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    width: 330px;
    margin: 0 !important;
    top: 79px !important;
    gap: 3px;
  }
  .loginForm .tooltip, .memo-box, .loginForm p {
    white-space: nowrap;
  }
  .loginForm .tooltip span, .memo-box .mail, .loginForm p {
    letter-spacing: -0.1em;
  }
  #recent_wrap .casino-button, #recent_wrap .game-button {
    height: 150px;
  }
  #recent_wrap .casino-button.casino::before {
    background-position: 12% -17px;
  }
  #recent_wrap .casino-button.slots::before {
    background-position: 30% -17px;
  }
  #recent_wrap .m-game-button {
    height: 190px;
    background-position: center center;
  }
  /* #recent_wrap .m-game-button .m-meter-container {
    bottom: 3px;
  } */
  .loginForm {
    width:100%;
    left: 0 !important;
    top: 60px !important;
    right: 0 !important;
  }
  .loginForm .btnSt1 { white-space: nowrap;}
  .login-form {
    left: 0 !important;
    top: 58px !important;
    width: 100%;
    position: absolute !important;
  }
}
@media screen and (max-width: 540px) {
  #main-slider > img {
    height: 380px;
  }
  #recent_wrap .content-wrap.play-now {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 420px) {
  #recent_wrap .m-game-button .m-meter-container {
    bottom: 3px;
  }
  #recent_wrap .m-game-button::after {
    display: none;
  }
}