@charset "utf-8";
/* playgg CSS Document */
[v-cloak] { display:none }
html,
body {
	padding:0; margin:0; border:0;
	font-family: 'Nanum Gothic', sans-serif;
	-webkit-appearance: none;
	height:100%;
}
.container, .container-fluid {
    max-width: 768px !important;
    padding-left: 0px;
    padding-right: 0px;
}
.clear {
	clear: both
}
/*------------------------------------*\
	 header
\*------------------------------------*/
.navbar {
    margin-bottom: 0px
}
.navbar .navbar-brand {
    background: url("../images/help/logo/gg.png") no-repeat;
    width: 133px;
    text-indent: -9999px;
    float: none;
    margin-top: 12px;
}
.navbar .nav-bars {
    background: url("../images/help/icon/bars.png") no-repeat;
    width: 20px; height: 14px;
    float: left;
    margin-top: 23px;
    display: block;
    margin-left: 20px;
}
.navbar .flagsBox {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2
}
/*------------------------------------*\
	 다국어
\*------------------------------------*/
.dropdown.flagsBox dd, .dropdown.flagsBox dt, .dropdown.flagsBox ul {
    margin:0px;
    padding:0px;
}
.dropdown.flagsBox dt a {
    display:block;
}
.dropdown.flagsBox dd ul {
    display:none;
    list-style:none;
}
.dropdown.flagsBox dd ul li a {
    padding-top:5px;
    display:block;
}

.menu-tabs li {
    width: 50%;
    background-color: #f3f4f5;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #e9eaeb;
    border-bottom: 1px solid #e9eaeb
}
.menu-tabs>li>a {
    border-radius: 0;
    margin-right: 0;
    border: 0;
    padding: 15px;
    color: #4a4a4a;
}
.menu-tabs>li.active>a, .menu-tabs>li.active>a:focus, .menu-tabs>li.active>a:hover {
    border: 0;
    background-color: #71b2bd;
    color: #ffffff;
}
/*------------------------------------*\
	 서브메뉴
\*------------------------------------*/
.main-nav {
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    height: 50px;
    padding: 0px 10px;
}
.main-nav li a {
    font-size: 14px;
    letter-spacing: -0.5px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    text-decoration: none
}
.main-nav>li>a {
    padding: 15px 6px;
    color: #4a4a4a;
    text-align: center;
    display: inline-block
}
.main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
    background: transparent;
    color: #71b2bd;
    font-weight: 700
}
.main-nav>li>a:after {
    content: "";
    display: block;
    background-color: #71b2bd;
    height: 3px;
    width: 0%;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
    margin-top: 3px;
}
.main-nav>li>a:hover:after, .main-nav>li.active>a:after {
    width: 100%;
}
/*------------------------------------*\
	 메인 컨텐츠 리스트 - 크리에이터
\*------------------------------------*/
.thumbnail-Box {
     padding: 0px 10px
}
.thumbnail-Box .thumbnail-listBox {
    padding-left: 10px; padding-right: 10px;
    margin-bottom: 20px
}
.thumbnail-Box .thumbnail-listBox .thumbnail-imgbox {
    width: 100%; height: 200px;
    overflow-y: hidden;
    position: relative
}
.thumbnail-Box .thumbnail-listBox .thumbnail-imgbox img {
    width: 100%;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto
}
.thumbnail-listBox .thumbnail-list {
    padding: 14px 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.thumbnail-listBox .thumbnail-list .media {
    position: relative
}
.thumbnail-listBox .thumbnail-list .media a {
    text-decoration: none
}
.thumbnail-listBox .thumbnail-list .media .media-object {
    width: 40px; height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    float: left
}
.thumbnail-listBox .thumbnail-list .media .media-body {
    width: auto;
    display: block
}
.thumbnail-listBox .thumbnail-list .media .media-body h5 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 5px;
    margin-bottom: 2px;
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    height: 17px;
}
.thumbnail-listBox .thumbnail-list .media .media-body span {
    font-size: 12px;
    color: #9b9b9b;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0px;
    overflow: hidden;
    height: 15px;
}
/*------------------------------------*\
	 ad 광고
\*------------------------------------*/
.ad-Box {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.clear-padding {
    padding: 0px
}
/*------------------------------------*\
	 메인 컨텐츠 - 펀
\*------------------------------------*/
.owl-theme.custom-theme.owl-theme .owl-dots .owl-dot.active span, .owl-theme.custom-theme .owl-dots .owl-dot:hover span {
    background: #fcd354 !important
}
.owl-theme.custom-theme .owl-dots .owl-dot {
    outline: none;
    border: none;
    background: none
}
.fun_category {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}
.fun_category ul>li {
    padding-left: 12px;
    padding-right: 12px;
}
.fun_category ul>li>a {
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #4a4a4a
}
.fun_category ul>li>a>img {
    width: 50px; height: 50px;
    border-radius: 50%
}
.fun_category ul>li>a>span {
    margin-top: 12px;
    display: block
}
.today-Game .list-group-wrapper .item {
    float: none;
    width: 100%;
    padding: 20px 30px;
}
.today-Game .list-group-wrapper .item a {
    text-decoration: none
}
.today-Game .list-group-wrapper .item:before,
.today-Game .list-group-wrapper .item:after {
    display: table;
    content: " ";
}
.today-Game .list-group-wrapper .item:after {
    clear: both;
}
.today-Game .list-group-wrapper .item .thumbnail img {
    float: left;
}
.today-Game .list-group-wrapper .item .caption h4 {
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.5px;
    margin-top: 5px
}
.today-Game .list-group-wrapper .item .caption .fa-star {
    vertical-align: middle;
    color: #fcd354
}
.today-Game .list-group-wrapper .item .caption span {
    font-size: 12px;
    color: #9b9b9b
}
.today-Game .list-group-wrapper .item .caption-text {
    font-size: 14px;
    color: #4a4a4a;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0px;
    overflow: hidden;
    height: 43px;
}
.today-Game .list-group-wrapper .item .item-list img {
    float: right; margin-left: 15px;
    width: 80px; height: 80px;
    border-radius: 8px
}
.fun_category {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}
.fun_category ul>li {
    padding-left: 15px;
    padding-right: 15px;
}
.fun_category ul>li>a {
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #4a4a4a
}
.fun_category ul>li>a>img {
    width: 50px; height: 50px;
    border-radius: 50%
}
.fun_category ul>li>a>span {
    margin-top: 12px;
    display: block
}
.game-listBox {
    padding: 10px 20px
}
.game-listBox.fun-list:nth-child(odd) {
    background-color: #f3f4f5;
}
.game-listBox.fun-list:nth-child(even) {
    background-color: #ffffff;
}
.game-listBox.pickgame-bg {
    background: #71b2bd;
}
.game-listBox.pickgame-bg ul>li>a, .game-listBox.pickgame-bg .pickgame-carousel a {
    color: #fff !important
}
.game-listBox .list-Game {
    text-align: center;
    margin-top: 20px;
}
.game-listBox .list-Game .non-pickgame {
    color: #ffffff; line-height: 2em; font-size: 16px; padding-top: 25px;
}
.game-listBox .list-Game ul {
    overflow: hidden;
    height: 110px
}
.game-listBox .list-Game .list-Game-wrap {
    overflow-x: auto;
    overflow-y:hidden;
}
.game-listBox .list-Game .list-Game-wrap ul{
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.25s ease 0s;
}
.game-listBox .list-Game .list-Game-wrap ul>li{
    float: left;
}
.game-listBox .list-Game ul>li>a>span {
    margin-top: 12px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0px;
    overflow: hidden;
    width: 95px;
    height: 20px;
}
.game-listBox .list-Game .pickgame-carousel a>span {
    margin-top: 12px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0px;
    overflow: hidden;
    height: 20px;
}
.game-listBox.bg1 .list-Game ul>li>a, .game-listBox.bg1 .list-Game .pickgame-carousel a {
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #ffffff
}
.game-listBox .list-Game ul>li>a, .game-listBox .list-Game .pickgame-carousel a {
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #4a4a4a
}
.game-listBox .list-Game ul>li>a>img {
    width: 80px; height: 80px;
    border-radius: 8px
}
.game-listBox .list-Game .pickgame-carousel a img {
    width: 80px; height: 80px;
    border-radius: 8px;
    margin: 0 auto
}
.popularity-Game .list-group-wrapper .item {
    float: none;
    width: 100%;
    padding: 0px 30px
}
.popularity-Game .list-group-wrapper .item:before,
.popularity-Game .list-group-wrapper .item:after {
    display: table;
    content: " ";
}
.popularity-Game .list-group-wrapper .item:after {
    clear: both;
}
.popularity-Game .list-group-wrapper .item .thumbnail img {
    float: left;
}
.popularity-Game .list-group-wrapper .item .caption h4 {
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.5px
}
.popularity-Game .list-group-wrapper .item .caption h4 span {
    font-size: 14px;
    color: #9b9b9b;
    padding-left: 10px;
    vertical-align: baseline
}
.popularity-Game .list-group-wrapper .item .caption .fa-star {
    vertical-align: middle;
    color: #fcd354
}
.popularity-Game .list-group-wrapper .item .caption span {
    font-size: 12px;
    color: #9b9b9b
}
.popularity-Game .list-group-wrapper .item .caption-text {
    font-size: 14px;
    color: #4a4a4a;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0px;
    overflow: hidden;
    height: 22px;
}
.popularity-Game .list-group-wrapper .item .item-list {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    min-height: 115px;
}
.popularity-Game .list-group-wrapper .item .item-list:last-child {
    border-bottom: none
}
.popularity-Game .list-group-wrapper .item .item-list .popularity-img {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 8px
}
.popularity-Game .list-group-wrapper .item .item-list .popularity-play {
    position: absolute;
    bottom: 19px;
    left: 0px;
    z-index: 2
}
.more_btn_link {
    font-size: 12px;
    color: #9b9b9b;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}
/*------------------------------------*\
	 펀 슬라이드 화면 고정 css
\*------------------------------------*/
.row-playgg {
    margin-left: 0px;
    margin-right: 0px;
}
.col-xs-12-playgg {
    padding-left: 0px;
    padding-right: 0px;
}
/*------------------------------------*\
	 컨텐츠 타이틀
\*------------------------------------*/
.box-title {
    background: #f9f9f9;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 30px;
    padding-right: 30px;
}
.box-title h5 {
    display: inline-block;
    color: #000000;
    line-height: 1.3
}
.box-title-a {
    border-bottom: 1px solid #98cbd4;
}
.box-title-a h5 {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
}
.box-title-b {
    border-bottom: 1px solid #ced1d2;
}
.box-title-c {
    border-top: 1px solid #ced1d2;
    border-bottom: 1px solid #ced1d2;
}
.box-title-b h5, .box-title-c h5 {
    display: inline-block;
    color: #000000;
    font-size: 14px;
}
/*------------------------------------*\
	 왼쪽 햄버그메뉴
\*------------------------------------*/
.sidebar {
    position: fixed;
    z-index: 10;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 0;
    border: none;
    /*기본상태 숨김
    margin-left: -300px*/
}
.sidebar .topBox {
    background-color: #ef596b;
    min-height: 120px;
    padding: 30px 15px;
    position: relative;
    overflow: hidden;
}
.sidebar .topBox .user-icon {
    width: 60px; height: 60px;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
}
.sidebar .topBox .sidebar-btn {
    display: block;
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
}
.sidebar .topBox .list-inline li {
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar .topBox .topbox-info {
    position: absolute;
    left: 70px;
    margin-left: 15px;
    margin-top: 30px;
    font-size: 16px
}
.sidebar .topBox .topbox-member {
    margin-left: 60px;
    margin-top: 12px;
}
.sidebar .topBox .topbox-member > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar .topBox .topbox-member > ul:first-child li{
    padding-right: 15px;
    padding-left: 10px;
}
.sidebar .topBox .topbox-member > ul:last-child {
    overflow: hidden;
}
.sidebar .topBox .topbox-member > ul:last-child li {
    float: left;
    line-height: 15px;
    padding-right: 15px;
    padding-left: 10px;
}
.sidebar .topBox .topbox-member > ul:last-child li:first-child {
    border-right: 1px solid #fff;
}
.sidebar .topBox .topbox-member > ul li a {
    color: #ffffff;
    letter-spacing: -1.14px;
}
.sidebar .topBox .topbox-info.member {
    font-size: 14px;
    margin-top: 12px
}
.sidebar .topBox .list-unstyled {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}
.sidebar .topBox .list-unstyled li a {
    color: #ffffff;
}
.sidebar .topBox .list-inline li {
    border-right: 1px solid #fff;
    line-height: 15px;
    padding-right: 15px;
}
.sidebar .topBox .list-inline li:last-child {
    border-right: none
}
.sidebar .topBox .list-inline li.nick-name {
    border-right: none;
}
.sidebar .topBox .list-inline a, .sidebar .topBox .list-inline a span {
    color: #ffffff;
    letter-spacing: -1.14px
}
.sidebar .topBox .nick-name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px
}
.sidebar .topBox .nick-name .nickName {
    display: block;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .con-list {
    overflow-x: hidden;
    overflow-y: auto
}
.sidebar .box-title {
    padding-left: 20px;
    padding-right: 20px;
    border-top: 0px
}
.sidebar .box-title h5 {
    color: #4a4a4a;
}
.sidebar .box-title .more-btn {
    float: right;
    margin-top: 12px;
    color: #9b9b9b;
    text-decoration: none;
    font-size: 12px;
}
.sidebar .box-title .more-btn i {
    margin-left: 5px
}
.sidebar .list-group-wrapper .item {
    float: none;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #d8d8d8;
}
.sidebar .list-group-wrapper .item:before,
.sidebar .list-group-wrapper .item:after {
    display: table;
    content: " ";
}
.sidebar .list-group-wrapper .item:after {
    clear: both;
}
.sidebar .list-group-wrapper .item .thumbnail img {
    float: left;
}
.sidebar .list-group-wrapper .item .caption h5 {
    color: #000000;
    letter-spacing: -0.5px;
    margin-top: 5px
}
.sidebar .list-group-wrapper .item .caption .date {
    font-size: 12px;
    color: #9b9b9b;
    float: right
}
.sidebar .list-group-wrapper .item .caption-text {
    font-size: 14px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0px;
    overflow: hidden;
    height: 43px;
}
.sidebar .list-group-wrapper .item .caption-text a {
    color: #4a4a4a;
    text-decoration: none
}
.sidebar .list-group-wrapper .item .item-list .user-photo {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%
}
.sidebar .petition-day {
    margin: 10px 0px
}
.sidebar .petition-day .days {
    margin-right: 15px;
    float: left
}
.sidebar .petition-day a {
    float: left;
    color: #4a4a4a;
    font-size: 13px;
    text-decoration: none;
    margin-top: 2px
}
.sidebar .petition-day a img {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle
}

/*------------------------------------*\
	 background overlay
\*------------------------------------*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(000,000,000,.8);
    z-index: 5;
}
/*------------------------------------*\
	 custom Modal
\*------------------------------------*/
.custom-modal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px
}
.custom-modal .modal-header h4 {
    font-size: 18px;
    letter-spacing: -0.5px
}
.custom-modal .modal-body textarea.form-control {
    color: #9b9b9b;
    letter-spacing: -0.5px;
    line-height: 22px;
    background-color: #f3f4f5;
    resize: none;
    font-size: 16px
}
.custom-modal .modal-footer {
    text-align: center
}
 .custom-modal .modal-footer .btn-reset {
    border-radius: 20px;
    background-color: #ffffff;
    width: 100px; height: 40px;
    border: 1px solid #ced1d2;
    font-size: 16px;
    color: #4a4a4a
}
 .custom-modal .modal-footer .btn-submit {
    border-radius: 20px;
    background-color: #71b2bd;
    width: 100px; height: 40px;
    border-color: transparent;
    font-size: 16px;
    color: #ffffff
}
/*------------------------------------*\
	 이용약관&개인정보처리방침 modal
\*------------------------------------*/
.terms-policy-modal .modal-header {
    background-color: #71b2bd;
    color: #ffffff
}
.terms-policy-modal .modal-header .close {
    position: absolute;
    top: 20px;
    opacity: 1;
    color: #fff;
    text-shadow: none
}
.terms-policy-modal .modal-content {
    border-radius: 0
}
.terms_wrap h2, .terms_wrap h5 {
    text-align: center
}
.terms_wrap dl {
    font-size: 12px;
}
.terms_wrap dl dt {
    margin-top: 15px;
    margin-bottom: 10px
}
.terms_wrap dl dd {
    line-height: 2em
}
.terms_wrap ol {
    padding-left: 15px
}
.terms_wrap ul {
    padding-left: 30px
}
.terms_wrap ul.r {
    list-style-type: upper-alpha;
}
.terms_wrap .policy_head {
    display: block;
    margin-top: 30px;
    font-size: 12px
}
/*------------------------------------*\
	 custom Form Contents
\*------------------------------------*/
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  margin-left: -19px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 14px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: none
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #71b2bd;
  border-color: #71b2bd;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
.fixed_area{
    background: #fff;
}
.fixed_area.active{
    position: fixed;
    /* width: 750px; */
    width: 768px;
    z-index: 4;
    top: 0;
}
.fixed_area.active+div.tab-content{
    margin-top:114px
}

.fixed_area.active+div:not(.tab-content){
    margin-top:50px
}.video-wrap.active{
    position: fixed;
    /* width: 750px; */
    width: 768px;
    z-index: 4;
    top: 114px;
}
.vod-list.active{
    margin-top: 280px;
}
/*------------------------------------*\
	 footer
\*------------------------------------*/
.footer-box {
    border-top: 1px solid #e9eaeb;
    padding-top: 20px
}
.footer-box .footer-info {
    text-align: center;
    margin-top: 20px; margin-bottom: 20px;
}
.footer-box .footer-info {
    font-size: 12px;
}
.footer-box .footer-info ul>li>a {
    color: #4a4a4a;
    letter-spacing: 0;
    cursor: pointer;
}
/*------------------------------------*\
	 Spinner
\*------------------------------------*/
.lds-ripple {
    display: inline-block;
    position: fixed;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.lds-ripple div {
    background-color: #71b2bd;
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }
/*------------------------------------*\
	 미디어쿼리 분기
\*------------------------------------*/
@media (min-width: 768px){
    .terms-policy-modal .modal-dialog {
        width: 700px;
    }
    .terms_wrap {
        overflow-y: auto;
        height: 768px
    }
}
@media (min-width:480px) and (max-width:660px) {
    .thumbnail-Box .thumbnail-listBox {
        width: 100%;
    }
    .fun_category ul>li, .game-listBox .list-Game ul>li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width:320px) and (max-width:479px) {
    .thumbnail-Box .thumbnail-listBox {
        width: 100%;
    }
    .fun_category ul>li, .game-listBox .list-Game ul>li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .custom-modal .modal-header h4 {
        font-size: 16px;
        letter-spacing: -0.5px
    }
    .custom-modal .modal-body textarea.form-control {
        color: #9b9b9b;
        letter-spacing: -0.5px;
        line-height: 22px;
        background-color: #f3f4f5;
        resize: none;
        font-size: 14px
    }
    .popularity-Game .list-group-wrapper .item {
        float: none;
        width: 100%;
        padding: 0px 5px
    }
}
@media (max-width:660px) {
    .fixed_area.active{
        width:100%;
    }
}
