
/* -----------  CUSTOM START ------------- */

#post-content {word-wrap: break-word;}
#post-content img {max-width:100%;}



/* 슬라이드 CSS START */
.warranty_main {position:relative;}
/* .warranty_main {position:relative;padding:10px;} */
.warranty_main .slick_list {position:relative; text-align:center; padding:0 2px;}
.warranty_main .slick_list img {width:100%; }
.warranty_main .slick_list .tit {color:#111; font-weight:bold; font-size:14px; margin-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; letter-spacing:-0.5px;}
.warranty_main .slick_list .tit .hot {background:#cb3c3c; color:#fff; font-size:10px;  padding:1px 5px; margin-right:5px; border-radius:2px; animation-name: blink;    animation-duration: 1s; animation-timing-function: step-end; animation-iteration-count: infinite;}
.warranty_main .slick_list .sub {color:#666; letter-spacing:-1px;}
.upper_link {position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.slick-arrow {
    background: #ddd url(/img/arrow_icon.png) center no-repeat;
    border: 1px solid #ddd;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -42px;
    right: 0px;
    z-index: 10;
    text-indent: -10000px;
}

.slick-prev {
    transform: rotate(180deg);
    margin-right: 30px;
}
/* 슬라이드 CSS END */


/* 게시판 최신글 & 인기글 CSS START */


.tab_board_area {overflow:hidden; margin:10px 0;}
.tab_board_area .tab_board_box {float:left; width:50%; overflow:hidden; border:1px solid #ddd;}
.tab_board_area .tab_board_box:last-child {float:right;}
.tab_board_area .tab_board_box .tab_menu {overflow:hidden;}
.tab_board_area .tab_board_box .tab_menu .menu_list {cursor:pointer; width:33.333%; float:left; box-sizing:border-box; height:40px; line-height:40px; background:#eee; color:#555; font-size:13px; font-weight:500; text-align:center;}
.tab_board_area .tab_board_box .tab_menu .menu_list.active {background:#fff; color:#000;}
.tab_board_area .tab_board_box.tab_board_box1 .tab_menu .menu_list {width:calc(100% / 2);}

.tab_board_area .tab_board_box .board_conts {background:#fff; overflow:hidden; padding:10px; min-height:255px;}
.tab_board_area .tab_board_box .board_conts .img_box {overflow:hidden;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list {float:left; width:33.333%; padding:0 5px;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list a {display:block;  position:relative; }
.tab_board_area .tab_board_box .board_conts .img_box .best_list .num {position:absolute; top:0; left:0; z-index:1; background:#d74425; color:#fff; width:24px; height:18px; text-align:center; line-height:18px; font-size:11px; border-radius:1px;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list .imgs {background:#eee; border:1px solid #ddd;  border-radius:1px; width:115px; height:64px;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list img {width:100%; height:100%;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list .txt {overflow:hidden; height:25px; line-height:20px; color:#444; font-size:13px; margin-top:5px; letter-spacing:-1px;text-overflow:ellipsis; white-space:nowrap;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list:hover .num {background:#242c47;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list:hover .txt {color:#242c47;}
.tab_board_area .tab_board_box .board_conts .normal_list {position:relative; overflow:hidden; padding:0 5px; margin-top:10px;}
.tab_board_area .tab_board_box .board_conts .normal_list .num {float:left; background:#d74425; color:#fff;width:24px; height:18px; text-align:center; line-height:18px; font-size:11px; border-radius:1px;}
.tab_board_area .tab_board_box .board_conts .normal_list .txt { color:#777; font-size:13px; letter-spacing:-1px; float:left; margin-left:10px; text-overflow:ellipsis; white-space:nowrap; width:338px; overflow:hidden;}
.tab_board_area .tab_board_box .board_conts .normal_list .date {float:right; font-size:12px; color:#888; font-weight:300;}
.tab_board_area .tab_board_box .board_conts .normal_list:hover .num {background:#242c47;}
.tab_board_area .tab_board_box .board_conts .normal_list:hover .txt {color:#242c47;}


/* 게시판 최신글 & 인기글 CSS END */


/* 신규슬롯 CSS START */
/* .warranty_main .new_slot {padding:10px ; overflow:hidden;} */
.warranty_main .new_slot {overflow:hidden;}
/* 신규슬롯 CSS END */


/* 무료슬롯 CSS START */

.board_box {min-height:220px; border:1px solid #ddd; margin-bottom:10px; background:#fff; border-radius:2px; clear:both;}
.board_box .pc_box {}
.board_box .tit_area {overflow:hidden; border-bottom:1px solid #ddd; height:40px; padding:0 5px; margin:0 10px;}
.board_box .tit_area .tit {float:left; margin-top:10px;}
.board_box .tit_area .tit .txt:first-child {color:#d74425; font-weight:700; font-size:18px; font-style:italic}
.board_box .tit_area .tit .txt:last-child {color:#373737; font-size:14px;font-style:italic ; margin-left:10px;} 
.more {float:right; color:#d74425; border: 1px solid #ddd; width:26px; height:26px; line-height:24px; text-align:center; font-size:15px; font-weight:700; margin-top:8px;}
.board_box ul {padding:10px 5px; }
.board_box li {overflow:hidden; float:left; width:25%; box-sizing:border-box; padding:0 5px; text-align:center;}
.board_box li .box {overflow:hidden; position:relative;}
.board_box li .box .imgs {  border-radius:1px; position:relative;}
.board_box li .event_banner {position:absolute; top:0; left:0; display:none;}
.board_box li .box .imgs img {width:100%; height:100%;}
.board_box li .box .txt {color:#333; font-size:14px; font-weight:bold; margin-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; letter-spacing:-1px;}
.board_box li .box .txt .hot {background:#cb3c3c; color:#fff; font-size:11px; font-weight:600; padding:1px 5px; margin-right:5px; border-radius:1px; animation-name: blink;    animation-duration: 1s; animation-timing-function: step-end; animation-iteration-count: infinite;}
.board_box li .box .muk_txt {color:#777; letter-spacing:-1px; margin-top:4px;}

.board_box2 li {width:25%;}
.board_box2 li .box .txt {text-align:left;}
.board_box2 li .box .txt dt {font-size:16px; color:#2e2e2e}
.board_box2 li .box .txt dd {font-size:12px; color:#373737}

.freeslot_latest {overflow:hidden; padding-bottom:5px; }
.freeslot_latest li {overflow: visible; position: relative; margin-left: 20px; margin-bottom: 20px; margin-top:10px; padding: 0; width: 290px;}
.freeslot_latest li .imgs {}
.freeslot_latest li .imgs img {width:100%;}
.freeslot_latest li .imgs.default {display:none;}
.freeslot_latest li:hover .default {display:block;}
.freeslot_latest li:hover .active {display:none;}
.freeslot_latest li .comming {position:absolute; top:0; left:0; }
.freeslot_latest li .comming img {width:100%;}
.freeslot_latest li .tit {position:absolute; top:-5px; right:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#666; font-size:13px;}



/* 무료슬롯 CSS END */


/* 기타메뉴 & 카지노연재 CSS START */
.info_box_area {overflow:hidden; margin:10px 0;}
.info_box_area li {float:left; width:33.333%; overflow:hidden; box-sizing:border-box; padding:5px; position:relative;}
.info_box_area li .box  {height:80px; --borderWidth:3px; background: #fff; position: relative; border-radius: var(--borderWidth); padding:10px;}
.info_box_area li .box :after { content: ''; position: absolute; top: calc(-1 * var(--borderWidth)); left: calc(-1 * var(--borderWidth)); height: calc(100% + var(--borderWidth) * 2); width: calc(100% + var(--borderWidth) * 2); background: linear-gradient(60deg, #d74425, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #d74425, #6fba82); border-radius: calc(1.5 * var(--borderWidth)); z-index: -1; animation: animatedgradient 2s ease alternate infinite; background-size: 300% 300%; }
.info_box_area li .box .icons {float:left; width:20%; text-align:center; padding-top:14px;}
.info_box_area li .box .icons i {font-size:28px; color:#d74425 }
.info_box_area li dl {float:left; overflow:hidden; width:80%; padding-left:5px;}
.info_box_area li dt {color:#d74425; font-size:16px;}
.info_box_area li dd {font-size:12px; color:#555; letter-spacing:-1px;}
/* 기타메뉴  & 카지노연재 CSS END */

/* 자주묻는질문 CSS START */
.accordion-box {overflow:hidden;}
.accordion-box .tit {text-align:center; font-size:21px; color:#333; font-weight:bold; margin-bottom:10px; letter-spacing:-1px;}
.accordion-box ul {overflow:hidden;}
.accordion-box li {overflow:hidden; margin-bottom:8px;   background:#fff;  border:1px solid #eee;}
.accordion-box li .title {color:#333; padding:0 15px; font-size:15px; height:48px; line-height:48px; cursor:pointer; overflow:hidden;}
.accordion-box li .title .arrow {float:right; color:#666;}
.accordion-box li .con {display:none; padding:25px; color:#666; border-top:1px solid #eee;}
.accordion-box li .con p {line-height:25px; font-size:14px; }
.accordion-box li .con a {color:#3279b7; font-weight:bold;}
.accordion-box li .con strong {color:#d74425}
/* 자주묻는질문 CSS END */


/* 하단동영상 CSS START */
.video_box {margin:10px 0; padding:40px; overflow:hidden; background:#e9eeff url("/imgs/video_bg.png?4") right bottom no-repeat; border:1px solid #ddd;}
.video_box .text_area {width:280px; float:left; padding-left:30px; padding-top:30px;  box-sizing:border-box;}
.video_box .text_area dt {font-size:34px; color:#414c72;  font-family: 'RixYeoljeongdo_Regular'; letter-spacing:-1px; line-height:42px; }
.video_box .text_area dt .color_re {color:#242c47}
.video_box .text_area dd {font-size:17px; color:#222;margin-top:40px; font-weight:500; }
.video_box .text_area dd .tag {overflow:hidden; margin-top:5px;}
.video_box .text_area dd .tag a { color:#154499; font-size:13px; font-weight:300; }
.video_box .text_area .video_btn {display:block; width:180px; height:42px; line-height:42px; color:#fff; background:#242c47; border-radius:2px; text-align:center; margin-top:30px;}
.video_box .video {width:514px; overflow:hidden; float:left; margin-top:20px;}
.video_box .video iframe {width:100%; padding:0; margin:0; border:1px solid #ddd; border-radius:2px}
/* 하단동영상 CSS END */



/* 우측 배너 CSS START */
.side_banner {overflow:hidden; margin-bottom:10px; -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;}
.side_banner video {width:100%; height:100%; }
/* 우측 배너 CSS END */


/* 우측 포인트 배너 CSS START */
.point_banner {margin-top:5px; overflow:hidden;}
.point_banner img {width:100%;}
.point_banner video {width:100%;}
/* 우측 포인트 배너 CSS END */

/* 우측 PC용 배너 이미지 CSS START */
.rBanner-menu {
  position: relative;
  margin: 0px 0 5px;
  background: #fff;
}
.rBanner-menu .rBanner-list-wrap {
    position: relative;
}
.rBanner-menu .rBanner-list-wrap ul {
  margin: 0;
  padding: 0;
}
.rBanner-menu .rBanner-list-wrap li img {
  width: 100%;
  max-height: 128px;
  margin-bottom: 5px;
}
/* 우측 PC용 배너 이미지 CSS END */


/* 게시판 배너 이미지 CSS START */
.video_banner {overflow:hidden;text-align:center;margin-bottom: 20px;}
.video_banner video {width:100%;}
/* 게시판 배너 이미지 CSS END */

/* 검증게시판 리스트 CSS START */
/* .new_warranty {margin:20px auto; width:1170px;} */
.new_warranty li {position:relative; height:276px; background:#fff; border:1px solid #eee; box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 10%); margin-bottom:20px;}
.new_warranty li input[type=checkbox] {position:absolute; top:10px; left:10px; z-index:2; width:20px; height:20px;}
.new_warranty li .top_area {margin-top:8px; height:30px; line-height:30px; border-top:1px solid #fe0000; border-bottom:1px solid #fe0000; color:#333; font-size:15px; padding:0 20px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap; }
.new_warranty li .top_area span {color:#fe0000; margin-right:5px;}
.new_warranty li .conts_area {margin-top:16px; padding:0 12px;}
.new_warranty li .conts_area .box {float:left; width:305px; height:200px; margin-left:10px;}
.new_warranty li .conts_area .thum_img {width:298px; position:relative;}
.new_warranty li .conts_area .thum_img .point_icon {position:absolute; top:-10px; right:-6px;}
.new_warranty li .conts_area .thum_img .point_icon img {width:80px;}
.new_warranty li .conts_area .thum_img .imgs {width: 294px; height: 200px; border-radius: 1px;}
.new_warranty li .conts_area .thum_img .tit {display:none;}
.new_warranty li .conts_area .thum_img .sub {display:none;}
.new_warranty li .conts_area .box .tit {height:42px;}
.new_warranty li .conts_area .box .tit img {width:122px; height:41px;}
.new_warranty li .conts_area .box dl {margin-top:10px; overflow:hidden; height:140px; border-left:3px solid #fe0000; }
.new_warranty li .conts_area .box dt {padding-left:10px;  line-height:23px; color:#666; font-weight:normal; font-size:14px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap; }
.new_warranty li .conts_area .box dt strong {color:#fe0000;}
.new_warranty li .conts_area .box dt span { color:#fe0000; font-size:11px; overflow:hidden;line-height:90%;}
.new_warranty li .conts_area .box dd {overflow:hidden; margin-top:20px; padding-left:10px;}
.new_warranty li .conts_area .box dd .imgs {float:left; margin-left:10px;}
.new_warranty li .conts_area .box dd .imgs:first-child {margin-left:0;}
.new_warranty li .conts_area .box.infomation_box dt {height:140px; white-space:normal;}
.new_warranty li.display_admin {background:#ddd;}


.new_warranty_post {overflow:hidden;}
.new_warranty_post .left_post {float:left; width:730px; text-align:center; padding:0 4px; margin-right:28px;}
.new_warranty_post .left_post .game_logo {margin-bottom:30px;}
.new_warranty_post .left_post .site_title {color:#fe0000; font-size:36px; font-weight:bold; letter-spacing:-1px; margin-bottom:10px;}
.new_warranty_post .left_post h1 {color:#333; font-size:16px; line-height:20px; letter-spacing:-1px;}
.new_warranty_post .left_post .box {background:#363738; height:80px; line-height:80px; overflow:hidden; box-shadow: 2px 1px 4px 0 rgb(0 0 0 / 10%); margin-top:30px;}
.new_warranty_post .left_post .box span {color:#fff; font-size:20px; font-weight:bold; margin-left:20px;}
.new_warranty_post .left_post .box span:first-child {margin-left:0;}
.new_warranty_post .left_post .box a {color:#fff;}
.new_warranty_post .left_post .post_img {overflow:hidden; margin:20px 0;}
.new_warranty_post .left_post .post_img img {width:100%;}
.new_warranty_post .left_post .post_txt_box {overflow:hidden; background:#f9f9f9; box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 10%); padding:18px; margin-bottom:18px;}
.new_warranty_post .left_post .post_txt_box div {position:relative; float:left; font-size:16px; width:485px; border-left:2px solid #fe0000; padding-left:20px;}
.new_warranty_post .left_post .post_txt_box div:first-child {width:166px; border-left:0; padding-left:0; }
.new_warranty_post .left_post .post_txt_box li {text-align:left; font-size:14px; line-height:30px;}
.new_warranty_post .left_post .post_txt_box span {color:#ff350b;}
.new_warranty_post .left_post .post_txt_box strong {color:#fe0000;}
.new_warranty_post .left_post dl {overflow:hidden; }
.new_warranty_post .left_post dt {color:#fe0000; font-size:36px; font-weight:bold; letter-spacing:-1px; margin-bottom:10px;text-align:left;}
.new_warranty_post .left_post dd {color:#333; font-size:16px; line-height:25px; text-align:left;}
.new_warranty_post .right_post {overflow-x:hidden; float:left; width:530px; height:1869px; }
.new_warranty_post .right_post::-webkit-scrollbar {width: 5px;}
.new_warranty_post .right_post::-webkit-scrollbar-thumb {background-color: #fe0000; border-radius: 5px; background-clip: padding-box;}
.new_warranty_post .right_post::-webkit-scrollbar-track {background-color: #999; box-shadow: inset 0px 0px 5px white; }
/* 검증게시판 리스트 CSS END */


/* 검증게시판 등록 CSS START */
.verified-add-label{
  width: 100%;
}
.verified-add-btn{
  margin-bottom: 1px;
  float: right;
}

/* 검증게시판 등록 CSS END */


/* 커뮤니티 CSS START */
.board_tab_menu {overflow:hidden; margin-bottom:10px; }
.board_tab_menu li {float:left; width:25%; box-sizing:border-box;}
.board_tab_menu li a {display:block; height:40px; line-height:40px; background:#eee; border:1px solid #ddd; border-left:0; text-align:center; color:#666;}
.board_tab_menu li.active a {background:#fff; color:#111;}
.board_tab_menu li:first-child a {border-left:1px solid #ddd;}

/* 커뮤니티 CSS END */

/* 커뮤니티 슬롯리뷰영상 CSS START */
.gallery_list li .point_icon {position:absolute; top:-10px; right:-10px; }
.gallery_list li .point_icon img {width:80px;}


.gallery_list {overflow:visible; margin:20px 0;}
.gallery_list li {float:left; width:25%; box-sizing:border-box; position:relative; padding:0 4px; margin-bottom:10px;}
.gallery_list li:last-child {border-bottom:0;}
.gallery_list li input[type=checkbox] {position:absolute; top:10px; left:10px; z-index:2; width:20px; height:20px;}
.gallery_list li .box { position:relative; overflow:visible; }
.gallery_list li .box .event_banner {position:absolute; top:0; left:0;  }
.gallery_list li .box .event_banner img {width:80px; height:80px; }
.gallery_list li .box .new_banner {position:absolute; top:0; left:0; display:none;}
.gallery_list li:nth-child(2) .box .new_banner {display:block;}
.gallery_list li .best {position:absolute; top:0; right:0;}
.gallery_list li .imgs {text-align:center; overflow:hidden; border-radius:2px; background:#fff;}
/*** .gallery_list li .imgs img {width:100%; height:100%;} ****/
.gallery_list li .txt {overflow:hidden;}
.gallery_list li .txt .tit {font-size:15px; font-weight:700; text-align:center; margin:5px 0; letter-spacing:-1px; color:#333; height:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.gallery_list li .txt .sub {text-align:center; color:#666; margin-bottom:5px;  height:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.gallery_list li .txt .data {overflow:hidden; text-align:center;}
.gallery_list li .txt .data dl {display:inline-block;}
.gallery_list li .txt .data dd {float:left; margin-right:15px; letter-spacing:-1px;}
.gallery_list li .txt .data dd .icon {color:#999; font-size:13px; font-weight:bold;}
.gallery_list li .txt .data dd .con {color:#999; font-size:13px; margin-left:5px;}
.gallery_list li:hover .box .txt .tit {color:#d74425}
.gallery_list li:hover .txt .data dd .icon i {color:#d74425}
.gallery_list li:hover .txt .data dd .con {color:#d74425}
.gallery_list li:hover .reply_latest {display:block;}
.gallery_list.warranty_list li {width:293px; padding:0; margin-left:1px;}
.gallery_list.warranty_list li:first-child {margin-left:0;}
.gallery_list.warranty_list li:nth-child(5) {margin-left:0;}
.gallery_list.warranty_list li .imgs img {width:293px; height:200px;}
.review_video_list li {width:33.333%;}
/* 커뮤니티 슬롯리뷰영상 CSS END */


/* 모바일메뉴 START */
.m_logo_box {display: none;}
.m_top_menu {overflow:hidden; position:relative;  background:linear-gradient( to bottom, #ddd, #eee,  #fff); box-shadow:inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%);}
.m_top_menu .m_menu {background:#242c47 ; color:#fff; font-size:9px; width:44px; height:24px; line-height:24px; text-align:center; border-radius:2px; position:absolute; top:10px; left:10px;}
.m_top_menu .m_logo {text-align:center; margin-top:10px; margin-bottom:5px; overflow:hidden;}
.m_top_menu .m_logo img {height:52px;}
.m_top_menu .m_lj {position:absolute; top:15px; right:10px; overflow:hidden; }
.m_top_menu .m_lj .mypage_btn {}
.m_top_menu .m_lj .mypage_btn img {width:38px;}
.m_top_menu .m_rj {position:absolute; top:15px; left:10px; overflow:hidden;}
.m_top_menu .m_rj .m_telegram {}
.m_top_menu .m_rj .m_telegram img {width:38px;}
.m_top_menu .m_search {overflow:hidden;  padding:10px 30px;}
.m_top_menu .m_search .search_box {background:#fff; overflow:hidden; border-radius:500px; border:0; padding-left:15px; border:2px solid #242c47; box-sizing:border-box;}
.m_top_menu .m_search .search_box input {float:left; width:80%;  height:38px; border:none; background:#fff; font-size:11px; outline:none}
.m_top_menu .m_search .search_box input:focus {outline:none; }
.m_top_menu .m_search .search_box button {float:right; width:20%; height:38px; border:none; background:#fff;}


.m_nav_box {overflow:hidden;margin-bottom: 3px; }
.m_nav_box .frame {overflow: hidden; padding:4px 2px 0 2px;}
.m_nav_box .frame li {text-align:center; position:relative; float: left; width:25%; box-sizing:border-box; padding:2px;}
.m_nav_box .frame li.pointgame {width:50%;}
.m_nav_box .frame li a {font-size:12px; font-weight: 500; display:block; color:#333; background:#eee;height:46px; border-radius:5px; overflow:hidden; border:1px solid #e5e5e5; }
/* .m_nav_box .frame li a {font-size:12px; font-weight: 500; display:block; color:#fff; background:#cb3c3c;height:46px; border-radius:5px; overflow:hidden; border:1px solid #e5e5e5; } */
.m_nav_box .frame li .icon {margin-top:6px;}

.m_top_menu .m_sns_box {overflow:hidden; position:absolute; top:10px; left:10px;}
.m_top_menu .m_sns_box li {float:left; margin-right:10px;}
.m_top_menu .m_sns_box li a {display:block; overflow:hidden; }
.m_top_menu .m_sns_box li i {font-size:12px;}

/* 모바일메뉴 END */



.verified_top_banner {
  display: block;
}


.freegame {}
.freegame #post-content {padding:30px 15px; box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 10%); border-radius: 2px;}
.freegame .freegame_title {text-align:left;}

.freegame_title {overflow:hidden; text-align:center; margin-bottom:15px;}
.freegame_title .box {overflow:hidden;}
.freegame_title .tit {float:left; font-size:22px; color:#242c47; font-weight:bold; letter-spacing: -1px; margin-left:6px;}
.freegame_title .tit_line {float:left; width:6px; height:20px; background:#111; border-radius:500px; margin-top:7px; }
.freegame_title h1 {text-align:left; margin-top:2px; margin-left:10px;}
.freegame_title .sub_txt {text-align:left; margin-top:2px; margin-left:10px; font-size:16px;}
.freegame_title h3 {text-align:left; margin-top:2px; margin-left:10px; font-size:16px;}

.freegame_content {overflow:hidden; margin-bottom:15px;}
.freegame_content .video {width:984px; height:530px; overflow:hidden; float:left; }
.freegame_content .video .top_area {overflow:hidden; height:40px; line-height:40px; padding:0 10px; background:#333; border-radius:15px 15px 0 0;}
.freegame_content .video .top_area .en_name {text-align:left; overflow:hidden; float:left; width:500px;}
.freegame_content .video .top_area .en_name h2 {color:#eee; font-weight:700; font-size:15px; line-height:40px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap;}
.freegame_content .video .top_area .reflash {overflow:hidden; float:right; color:#eee;  cursor:pointer; font-size:15px;}
.freegame_content .video .top_area .reflash img {width:26px; height:26px;}
.freegame_content .video .game_box {height:450px; overflow:hidden; position:relative;}
.freegame_content .video .game_box .play_btn {position:absolute; top:180px; left:50%; z-index:2; margin-left:-125px; cursor:pointer;}
.freegame_content .video .game_box .filter {position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; filter: blur(6px); -webkit-filter: blur(6px);}
.freegame_content .video .game_box .filter img {width:100%; }
.freegame_content .video .game_box .shadow {position:absolute; top:0; left:0; width:100%; height:100%; background:#000}
.freegame_content .video .game_video_box {height:450px;}
.freegame_content .video .bottom_area {overflow:hidden; height:40px; line-height:40px; padding:0 10px; background:#333; border-radius:0 0 15px 15px;}
.freegame_content .video .bottom_area a {float:left;}
.freegame_content .video .bottom_area a.full_btn {float:right;}
.freegame_content .video .bottom_area a span {float:left; color:#fff; font-size:15px; margin-left:8px; letter-spacing:-1px;}
.freegame_content .video .bottom_area a span:first-child {margin-left:0;}
.freegame_content .video .bottom_area a.full_btn span {font-size:15px;}
.freegame_content .video .bottom_area a img {width:26px; height:26px; margin-top:-3px;}
.freegame_content .game_thum_img {height:240px; line-height:240px; overflow:hidden;}
.freegame_content .game_thum_img img {width:280px;}
.freegame_content .game_thum_img.fg_pgsoft img {width:236px;}
.freegame_content .game_data {position:relative; margin-left:10px;width:302px; height:530px; overflow:hidden; float:left; background:#333; border-radius:15px; padding:10px;}
.freegame_content .game_data ul {overflow:hidden; position:absolute; top:250px; left:0; width:100%; padding:0 10px;}
.freegame_content .game_data li {color:#ddd; height:34px; line-height:34px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap; text-align:left; font-size:15px; border-bottom:1px solid #666; padding:0 4px;}
.freegame_content .game_data li:last-child {border-bottom:0;}
.freegame_content .game_data li img {width:160px;}
.freegame_content .game_data .post_tag {text-align:left; padding:0 15px; position:absolute; bottom:0; left:0; width:100%; height:30px; overflow:hidden;  text-overflow:ellipsis; white-space:nowrap;}
.freegame_content .game_data .post_tag a {color:#666; font-size:15px; letter-spacing:-0.5px;}

.freegame_content iframe {background:#000; border:0;}



.game_list_box {overflow:hidden; margin-top:30px; }
/* .game_list_box .slick_list {margin:0 4px;} */
.free_list_box_cu .slick_list {position: relative;
  text-align: center;
  padding: 0 2px;}



.game_list_box .slick_list .box {overflow:hidden; position:relative;}
.game_list_box .slick_list .box .imgs {overflow:hidden; height:150px;}
.game_list_box.fg_pgsoft .slick_list .box .imgs {height:100%;}
.game_list_box .slick_list .box .imgs img {width:100%; height:100%;}
.game_list_box .slick_list .box .txt {font-size:15px; font-weight:700; text-align:center; margin-top:5px; letter-spacing:-0.5px; color:#333;}
.game_list_box .slick-arrow {display:none !important;}
.game_list_box .text_box {text-align:left; padding:12px; border-radius:2px; background:#f7f7f7; margin-top:30px; box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 10%);}
.game_list_box .text_box dt {font-size:18px;  margin-bottom:10px;}
.game_list_box .text_box dd {font-size:15px; line-height:20px; color:#555; letter-spacing:-0.5px; font-weight:500;}
.game_list_box .text_box dd a {color:#d74425;}
.game_list_box .slick_sd .hot {background:#cb3c3c; color:#fff; font-size:10px; padding:1px 5px; margin-right:5px; border-radius:2px; animation-name:blink; animation-duration:1s; animation-timing-function:step-end; animation-iteration-count: infinite;}
.game_list_box .slick_sd .tit {font-size:15px; font-weight:700; text-align:center; margin-top:5px; letter-spacing:-0.5px; color:#333; overflow:hidden;}
.game_list_box .slick_sd .sub {text-align:center; letter-spacing:-0.5px; color:#888;}


.main_freeslot {min-height:196px;}
.main_freeslot .new_slot {padding:10px ; overflow:hidden;}
.main_freeslot .slick-arrow {display:none !important;}
.main_freeslot .slick_list {overflow:hidden; padding:0 2px;}
.main_freeslot .slick_list .box {position:relative;}
.main_freeslot .slick_list .box .imgs img {width:100%;}
.main_freeslot .slick_list .box .txt {text-align:center; font-size:14px; color:#000; margin-top:2px;}

.warranty_main .slick-arrow {display:none !important;}



.cmall_info {overflow:hidden; margin:20px 0;}
.cmall_info dt {text-align:center; font-weight:bold; font-size:2em; color:#000;}
.cmall_info dd {text-align:center; font-size:1em; color:#333; margin:4px 0;}
.cmall_info dd strong {color:#ff0101; font-weight:normal;}
.cmall_info ul {overflow:hidden; margin:20px 0;}
.cmall_info li {overflow:hidden; text-align:center; margin-top:15px;}
.cmall_info li .box {display:inline-block; }
.cmall_info li .imgs {float:left; margin-left:10px;}
.cmall_info li .imgs:first-child {margin-left:0;}
.cmall_info .notice {text-align:center; font-size:14px; color:#333; margin-top:10px;}
.cmall_info .notice strong {color: #ff0101;}










/* footer */
footer {text-align:center; background-color: #242c47; color:#eee;}
footer .sitemap {overflow:hidden; padding-top:20px; text-align:center;}
footer .sitemap ul {display:inline-block;}
footer .sitemap li {float:left; margin-left:24px;} 
footer .sitemap li:first-child {margin-left:0;}
footer .sitemap li:hover a {color:#ff7916}
footer .sitemap li a {color:#a5a5a5; font-size:12px; background:#1b233e; display:block; width:80px; height:32px; line-height:32px;}
footer .site_info {overflow:hidden; text-align:left; padding:20px 0;}
footer .site_info .logo {float:left; margin-left:40px;}
footer .site_info p {float:left; font-size:14px; line-height:28px; font-weight:200; margin-left:30px; color:#a9a9a9}
footer .site_info .telegram {overflow:hidden; float:right; padding-top:20px; padding-right:50px;}
footer .site_info .telegram li {float:left; box-sizing:border-box; padding-left:20px;}
footer .site_info .telegram li:first-child {padding-left:0;}
footer .site_info .telegram li a {display:block;  text-align:center; width:100px; height:34px; line-height:34px; border-radius:2px; font-size:12px; border:1px solid #3a4468; color:#999; }
footer .site_info .telegram li a i {color:#999;}
footer .footer_info_txt {overflow:hidden; margin:20px 0;}
footer .footer_info_txt dl {float:left; width:33.333%; padding:0 5px; box-sizing:border-box;}
footer .footer_info_txt dt {font-weight:400; font-size:16px; color:#a9a9a9; margin-bottom:10px;}
footer .footer_info_txt dd {color:#a9a9a9; font-size:13px; font-weight:300; line-height:22px; border:1px solid #3a4468; padding:20px;}
footer .footer_info_txt a {color:#a9a9a9}
footer .footer_info_txt dd li {float:left; padding:0 4px; margin-bottom:8px; width:33.333%;}
footer .footer_info_txt dd li .menu {color:#a9a9a9; border:1px solid #3a4468; display:block;  height:34px; line-height:34px; font-size:12px; }
footer .footer_info_txt dd li:hover .menu {background:#1b233e}
footer .footer_info_txt dl:last-child dd {border:0; padding:0 10px; } 

footer .sns {overflow:hidden; text-align:center; padding:10px 0;}
footer .sns ul {display:inline-block;}
footer .sns li {float:left; margin-left:40px;}
footer .sns li:first-child {margin-left:0;}
footer .sns li i {color:#eee; font-size:18px;}

footer .copyright {height:38px; line-height:38px; background:#000; color:#999; font-weight:400; border-top:1px solid #333;}

.cmall-txt {
	margin: 9px;
	margin-top: 0;
	font-size: 12px;
	color: #cc2300;
	line-height: 1.56em;
}

.navbar-expand-lg{
	max-height: 45px;
}
#offcanvasLeft{
	max-height: 45px;
}



/* 반응형 CSS START */
@media screen and (max-width: 768px)  {
  .board_box .tit_area {height:34px;}
	.board_box .tit_area .tit .txt:first-child {color:#333; font-size:13px; font-style:normal;}
	.board_box .tit_area .tit .txt:last-child {display:none; font-size:12px;}
	.board_box li {width:50%; margin-bottom:5px;}
	.board_box li .box .txt {font-size:13px;}
  
  .info_box_area li {width:50%; text-align:center;}
	.info_box_area li .box {padding:10px; height:148px;}
	.info_box_area li .box .icons {float:none; width:100%; margin-bottom:5px;}
	.info_box_area li dl {width:100%; float:none; padding:0;}
	.info_box_area li dt {font-size:14px;}
	.info_box_area li dd {font-size:12px;}
  
  
  .tab_board_area .tab_board_box .board_conts {height:auto;}
  .tab_board_area .tab_board_box {width:100%; float:none; margin-bottom:5px;}
  
  .tab_board_area .tab_board_box .board_conts .menu_list .txt {width:80%; margin-left:0; padding-left:5px;}
  .tab_board_area .tab_board_box .board_conts .normal_list .txt {overflow:hidden; width:240px;}
  
  .tab_board_area .tab_board_box .tab_menu dt {color:#666; height:40px; line-height:40px;}
  .tab_board_area .tab_board_box .board_conts .menu_list .txt {font-size:12px; }
  
  .tab_board_area .tab_board_box .tab_menu dt.active {color:#333;}
  
  .freeslot_latest li {margin-left:0; padding:1px; }
  .freeslot_latest li .comming {padding:0 1px;}
  .freeslot_latest li .tit {position:relative; top:0;}

  .accordion-box {padding:10px; }
	.accordion-box li .con {padding:10px;}
	.accordion-box li .title {font-size:12px; letter-spacing:-1px; height:40px; line-height:40px; background-position:98% 18px;}
	.accordion-box li .con p {font-size:12px;}
	.accordion-box li .con p.sub {font-size:13px;}

  .video_box {padding:10px; background-size:210px;}
  .video_box .text_area {float:none; width:100%; padding:0;}
  .video_box .text_area dt {font-size:22px; line-height:22px; margin-top:10px; text-align:center;}
  .video_box .text_area dd {font-size:15px; margin-top:20px;}
  .video_box .video {margin-top:10px;width:100%; height:200px; float:none;}
  .video_box .video iframe {width:100%; height:100%;}
  .video_box .text_area .video_btn {width:100%;}

  .video_banner {margin-bottom:10px;}
	.video_banner img {width:100%;}


  	
	.new_warranty {width:100%;}
	.new_warranty li  {height:100%; }
	.new_warranty li .conts_area {margin-top:10px; padding:0 10px;}
	.new_warranty li .conts_area .box {float:none; width:294px; height:100%; margin-left:0; margin-bottom:10px;}
	.new_warranty li .conts_area .thum_img {width:294px; margin:10px auto;}
	.new_warranty li .conts_area .thum_img .imgs {width:294px; height:200px; border-radius:3px;}
	.new_warranty li .conts_area .thum_img .point_icon {right:-10px;}
	.new_warranty li .conts_area .box dl {height:auto;}
	.new_warranty li .conts_area .box.infomation_box dt {height:auto;}

	.new_warranty_post .left_post {float:none; width:100%;}
	.new_warranty_post .left_post {float:none; width:100%;}
	.new_warranty_post .left_post .game_logo {margin:15px 0;}
	.new_warranty_post .left_post .game_logo img {width:300px;}
	.new_warranty_post .left_post .site_title {color:#ff7800; font-size:18px; font-weight:bold; letter-spacing:-1px; margin-bottom:5px;}
	.new_warranty_post .left_post h1 {color:#333; font-size:13px; line-height:20px; letter-spacing:-1px;}
	.new_warranty_post .left_post .box {background:#363738; height:50px; line-height:50px; overflow:hidden; box-shadow: 2px 1px 4px 0 rgb(0 0 0 / 10%); margin-top:15px;}
	.new_warranty_post .left_post .box span {color:#fff; font-size:12px; font-weight:bold; margin-left:5px;}
	.new_warranty_post .left_post .post_img { margin:10px 0;}
	.new_warranty_post .left_post .post_img img {width:100%;}
	.new_warranty_post .left_post .post_txt_box {padding:6px; margin-bottom:10px;}
	.new_warranty_post .left_post .post_txt_box div {font-size:14px; width:100%; float:none;border-left:0; padding-left:0;}
	.new_warranty_post .left_post .post_txt_box div:first-child {width:100%; text-align:center; margin-bottom:10px; font-weight:bold; }
	.new_warranty_post .left_post .post_txt_box li {text-align:left; font-size:12px; line-height:25px;}
	.new_warranty_post .left_post dl {overflow:hidden; }
	.new_warranty_post .left_post dt {color:#ff7800; font-size:18px; font-weight:bold; letter-spacing:-1px; margin-bottom:5px;}
	.new_warranty_post .left_post dd {color:#333; font-size:13px; line-height:20px; letter-spacing:-1px;}
	.new_warranty_post .right_post {width:100%; height:100%; padding:0 4px; overflow:hidden; margin:10px 0;}


  .board_tab_menu {padding:0 4px; width:100%; display:none;}
  .board_tab_menu li a {font-size:11px;}


  .gallery_list h2 {font-size:18px; margin-bottom:10px;}
	.gallery_list li {width:100%; height:auto; margin-left:0;}
	.gallery_list li .box {height:auto;}
	.gallery_list li .txt {padding: 0 5px;}
	.gallery_list li .txt .tit {font-size:14px;height:20px; background-size:18px 18px; padding-left:22px;}

  .gallery_list li .imgs.warranty_imgs  {width:100%; height:100%;}
	.gallery_list li .imgs img {width:100%; height:100%;}

  .gallery_list.warranty_list li {width:100%; }
	.gallery_list.warranty_list li .box {width:293px; margin:0 auto;}
	.gallery_list.warranty_list .imgs img {width:100%;}


  .m_logo_box {
    display: block;
  }

  .top-header, .container.position-relative {
    display: none;
  }
  
  .verified_top_banner {
    display: none;
  }


  .freegame_title .tit {font-size:16px; margin-top:4px; width:95%;}
	.freegame_title h2 {font-size:13px; margin-top:8px;}

  .freegame_content .video .top_area .en_name {width:150px;}
	.freegame_content .video {width:100%; float:none; margin-bottom:10px;}
	.freegame_content .game_thum_img {height:100%; line-height:100%;}
	.freegame_content .game_data {width:100%; height:100%; float:none; margin-left:0; padding:10px 10px 40px 10px ;  text-align:center;}
	.freegame_content .game_data ul {position:relative; top:0; }
	.freegame_content .game_data li {text-align:center; height:auto; text-overflow: initial; white-space: normal;}
	.freegame_content .game_data .post_tag {text-align:center;}
	.freegame_content .video {height:100%;}
	.freegame_content .video .game_box {height:200px;}
	.freegame_content .video .game_box .play_btn {top:70px; margin-left:-100px;}
	.freegame_content .video .game_box .play_btn img {width:200px;}
	.freegame_content .video .game_box .filter img {}

  .freegame_content iframe {width:100%; height:210px;}

  .game_list_box .slick_list .box .imgs {height:110px;}
	.freegame .post_content iframe {height:220px; border-radius:10px;}

	.game_list_box .text_box dt {font-size:14px;}
	.game_list_box .text_box dd {font-size:12px;}


	.cmall_info li {margin-top:5px;}
	.cmall_info li .imgs {float:left; width:25%; margin-left:0;}
	.cmall_info li .imgs img {width:100%;}
	/* .cmall_info li:last-child .box {width:75%;}
	.cmall_info li:last-child .box .imgs {width:33.333%;} */


  footer .logo {font-size:9px; letter-spacing:-1px;}
  
  footer .sitemap {padding-top:0;}
	footer .sitemap ul {display:block;}
	footer .sitemap li:first-child {display:none;}
	footer .sitemap li {margin-left:0; width:25%;}
	footer .sitemap li a {width:100%; border-left:1px solid #424040; border-bottom:1px solid #424040; font-size:11px;}
	footer .sitemap li:nth-child(2) a {border-left:0;}
	footer .sitemap li:nth-child(6) a {border-left:0;}
	footer .site_info {padding:0 10px; }
	footer .site_info .logo {float:none; margin-left:0; text-align:center;}
	footer .site_info p {margin-left:0; font-size:13px; float:none; letter-spacing:-1px; line-height:20px; text-align:center; padding:15px 0;}
	footer .site_info .telegram {float:none; width:100%; padding:0; text-align:center;}
	footer .site_info .telegram ul {display:inline-block;}
	footer .site_info .telegram li {padding-left:5px;}
	footer .footer_info_txt dl {float:none; width:100%; margin-bottom:10px;}
	footer .footer_info_txt dt {font-size:14px;}
	footer .footer_info_txt dd {padding:10px; font-size:12px;}

	footer .sns li {margin-left:15px;}
	footer .sns li a {padding:14px 10px; display:block;}
	footer .sns li img {width:32px;}
	footer .copyright {font-size:11px;}

  	footer .footer_info_txt dd li .menu {height:38px; line-height:38px;}

	.cmall-txt {
		font-size: 7px;
		line-height:12px;
	}

	.gallery-item-info a{
		font-size: 12px;
	}
}

/* 반응형 CSS END */


/* -----------  CUSTOM END ------------- */
