/* global */
.ellipsis{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis}
.blind{color:transparent;font-size:0}
.clearfix::after{display:block;content:'';clear:both}
.ts,.ts::after,.ts::before{-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}
.hidden { display: none; }
.hide { text-indent: -1000em; }
.iefix { width: 1px !important; height: 0px !important; _height: 1px !important; margin: -1px 0 0 0 !important; clear: both !important;; display: none !important; _display: inline !important; overflow: hidden !important; padding: 1px 0 0 0 !important; font-size: 1px !important; }

/* noto-sans-regular - latin */
/* 콘솔 모바일 공용 css*/
table, th, td {
    border-spacing: 0;
    border-collapse: collapse;
}
    

/* sub_page guide module */
.console_guide .filter_table {width: 100%; border: 2px solid #1c4ea1; box-sizing: border-box; border-left: 0; border-right: 0; border-collapse: collapse; margin-bottom: 10px;}
.console_guide .filter_table .size01 {width: 20%;}
.console_guide .filter_table .size02 {width: 80%;}
.console_guide .filter_table tr {border-bottom: 1px solid #dfdfdf;}
.console_guide .filter_table tr:last-child {border-bottom: 0;}
.console_guide .filter_table th {padding: 12px 10px; background: #f9f9f9;}
.console_guide .filter_table td {padding: 12px 5px; box-sizing: border-box;}
.console_guide .filter_table td a {position: relative; padding: 0 10px; display: inline-block;}
.console_guide .filter_table td a.on {font-weight: bold; color: #1c4ea1;}
.console_guide .filter_table td a::after {content: ''; display: block; position: absolute; right: 0; top: 4px; width: 1px; height: 10px; background: #dfdfdf;}
.console_guide .filter_table td a:last-child::after {display: none;}

.console_guide .guide_wrap {width: 100%; padding: 4px; border: 1px solid #bbb; background-color: #eee; box-sizing: border-box;}
.console_guide .guide_view {padding: 10px; background-color: #fff;}
.console_guide .guide_title {height: 31px; padding: 0 10px; border: 1px solid #000; background: #787878; color: #fff; font-size: 15px; font-weight: bold; line-height: 31px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.console_guide .message {color: #f00; font-weight: bold;}
.console_guide .guide_content {width: 100%; margin: 12px 0;}
.console_guide .guide_content .guide_article {width: 100%; font-size: 14px; line-height: 1.6;}
.console_guide .guide_content .guide_article img {max-width: 100%;}
.console_guide .guide_content .guide_article iframe {width: 100%; height: 250px;}
.console_guide .guide_content .txc-textbox {width: auto!important;}
.console_guide .guide_content hr {width: auto!important;}
.console_guide .modify a {color: #000088; font-weight: bold;}

/* console-mobile mobile-info */
.console_mobile_module.console_mobile_info{padding:10px 10px; overflow: hidden;}
.console_mobile_module.console_mobile_info .img_area{float:left;width:80px;height:80px;border:1px solid #ccc;overflow:hidden}
.console_mobile_module.console_mobile_info .img_area .img{width:100%;height:100%}
.console_mobile_module.console_mobile_info .text_area{position:relative;float:right;width:calc(100% - 96px);height:82px;padding-top:12px;box-sizing:border-box}
.console_mobile_module.console_mobile_info .text_area .title{margin-bottom:10px;font-size:17px;font-weight:Bold}
.console_mobile_module.console_mobile_info .text_area .text{color:#8c8b8b}
.console_mobile_module.console_mobile_info .text_area .text .name{display:inline-block;margin-right:10px}
.console_mobile_module.console_mobile_info .text_area .btn{display:block;position:absolute;right:0;bottom:0;width:75px;height:32px;background:#000000;color:#fff;border-radius:5px;font-size:14px;text-align:center;line-height:32px}
.console_mobile_module.console_mobile_info .text_area .btn .icon{width:10px;height:10px}
.console_mobile_module.console_mobile_info .text_area .btn .path{fill:#fff}

/* console-mobile mobile-banner-menu */
.console_mobile_module.mobile_menu .menu_area {width:100%;}
.console_mobile_module.mobile_menu .menu_area .list {}
.console_mobile_module.mobile_menu .menu_area .list .row{ margin: 0 2px 2px 2px; text-align:center; border:1px solid #7f9ed5; border-radius:5px; background-color:#f2f6ff;}
.console_mobile_module.mobile_menu .menu_area .list .row:last-child{margin-bottom:0px}
.console_mobile_module.mobile_menu .menu_area .list .row .link {display:block; padding:14px 12px; color:#003084; font-weight:bold; font-size:14px; }

.console_sub {padding: 10px;}

.console_game_search {margin-bottom: 10px;}
.console_game_search {border-top: 2px solid #003182; border-bottom: 2px solid #dedede;}
.console_game_search table {width: 100%;}
.console_game_search tr {border-bottom: 1px solid #dedede;}
.console_game_search tr:last-child {border-bottom: 0px;}
.console_game_search tr:last-child td {background: #f6f6f6;}
.console_game_search th,
.console_game_search td {padding: 10px;}
.console_game_search th {width: 30%; background: #f6f6f6; font-size: 15px; font-weight: bold; color: #003182; text-align: center; }
.console_game_search td {width: 70%}
.console_game_search td button {width: 55px; height: 25px; margin: 3px 2px; background: #9e9e9e; font-size: 12px; line-height: 25px; color: #fff; border: 0px; border-radius: 3px;}
.console_game_search td button.on,
.console_game_search td button:hover {background: #0853cc;}
.console_game_search td form {overflow: hidden;}
.console_game_search td input {float: left; width: calc(100% - 50px); height: 30px; padding: 0 10px; border: 1px solid #d6d6d6; box-sizing: border-box;}
.console_game_search td a {float: left; display: block; width: 50px; height: 30px; text-indent: -9999px; background-color: #282828;}
.console_game_search td a::after {position: relative; top: -13px; content: ''; display: block; width: 15px; height: 15px; margin: 0 auto; background: url('//static.inven.co.kr/image_2011/console/common/console_right_icon.png') no-repeat center center; background-position: -34px 0;}
.console_game_search td .sel_genre {width: 100%; height: 30px; background: #fff; border: 1px solid #d6d6d6;}

.console_game_search .console_calender {text-align: center; border-bottom: 1px solid #dedede; padding: 10px 0;}
.console_game_search .console_calender > * {display: inline-block; color: #003182;}
.console_game_search .console_calender p {font-size: 15px; font-weight: bold; padding: 0 40px;}
.console_game_search .console_calender button {position: relative; top: -4px; border: 0; background: none;}

/*게임 타이틀 리스트*/
.console_list_wrap {padding: 0 0 10px 0; text-align: center; width: 100%; margin: 0 auto;}
.console_list_wrap .game_list > a {position: relative; display: block; float:left; width: 38%; margin: 5%; height: 195px; text-align: center; _border: 1px solid #e9e9e9; border-top: 0; box-sizing: border-box; _box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2);}
 
.console_list_wrap .game_list > a > span {display: block; position: absolute; background: #ccc; transition: all 0.3s;}

.console_list_wrap .game_list > a.recent > span {background: #1366ea;}
.console_list_wrap .game_list > a.popular > span {background: #cc160b;}
.console_list_wrap .game_list > a.newest > span {background: #168039;}
.console_list_wrap .game_list > a > span.T_line {top: 0; width: 100%; height: 2px;}
.console_list_wrap .game_list > a > span.L_line {top: 50%; left: 0; width: 2px; height: 0px; transform: translateY(-50%);}
.console_list_wrap .game_list > a:hover > span.L_line {height: 100%;}
.console_list_wrap .game_list > a > span.R_line {top: 50%; right: 0; width: 2px; height: 0px; transform: translateY(-50%);}
.console_list_wrap .game_list > a:hover > span.R_line {height: 100%;}
.console_list_wrap .game_list > a > span.B_line {bottom: 0; left: 50%; width: 0px; height: 2px; transform: translateX(-50%);}
.console_list_wrap .game_list > a:hover > span.B_line {width: 100%;}

.console_list_wrap .game_list > a.recent {border-top-color: #1366ea;}
.console_list_wrap .game_list > a.popular {border-top-color: #cc160b;}
.console_list_wrap .game_list > a.newest {border-top-color: #168039;}
.console_list_wrap .game_list > a .left_top_icon {position: absolute; top: 5px; left: auto; margin-left:3px; width: fit-content; height: 17px; padding: 0 5px; background: #000; border-radius: 20px; color: #fff; font-family: 'Noto Sans',sans-serif; font-size: 9px; line-height: 15px; z-index: 5;}
.console_list_wrap .game_list > a.recent .left_top_icon {background: #1366ea; text-shadow: -1px -1px 0 #0d47a3, 1px -1px 0 #0d47a3, -1px 1px 0 #0d47a3, 1px 1px 0 #0d47a3;}
.console_list_wrap .game_list > a.popular .left_top_icon {background: #cc160b; text-shadow: -1px -1px 0 #8e0f08, 1px -1px 0 #8e0f08, -1px 1px 0 #8e0f08, 1px 1px 0 #8e0f08;}
.console_list_wrap .game_list > a.newest .left_top_icon {background: #168039; text-shadow: -1px -1px 0 #0f5928, 1px -1px 0 #0f5928, -1px 1px 0 #0f5928, 1px 1px 0 #0f5928;}
.console_list_wrap .game_list > a.scheduled .left_top_icon {background: #f4ba0a; text-shadow: -1px -1px 0 #b6901d, 1px -1px 0 #b6901d, -1px 1px 0 #b6901d, 1px 1px 0 #b6901d;}
.console_list_wrap .game_list .console_title_img {position: relative; overflow: hidden; width: 100%; height: 146px; _background: #eee;}
.console_list_wrap .game_list .console_title_img::after {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 146px; _background: url('//static.inven.co.kr/image_2011/console/common/cosole_shadow.png'); _background-repeat: repeat-x;}
.console_list_wrap .game_list .console_title_img img {width: 130px;}
.console_list_wrap .game_list .console_title_text {position: relative; height: 47px; font-size: 14px; font-weight: bold; text-align: center; overflow: hidden;}
.console_list_wrap .game_list .console_title_text span {position: absolute; top: 50%; left: 50%; width: calc(100% - 10px); padding: 5px; transform: translate(-50%, -50%);}

/*발매일정*/
.console_game_list {border-bottom: 2px solid #003182;}
.console_game_list table {width: 100%;}
.console_game_list .size01 {width: 30%;}
.console_game_list .size02 {width: 20%;}
.console_game_list .size03 {width: 50%;}

.console_game_list.db .size01 {width: 70%;}
.console_game_list.db .size02 {width: 30%;}

.console_game_list tr {border-bottom: 1px solid #eaeaea;}
.console_game_list tr:nth-child(2n) {background: #f5f8ff;}
.console_game_list tr:last-child {border-bottom: 0px;}
.console_game_list th {position: relative; padding: 0 0 15px 0; color: #003182; font-size: 13px; border-bottom: 1px solid #dedede;}
.console_game_list th::after {content: ''; display: block; position: absolute; top: 3px; right: 0; width: 1px; height: 14px; background: #dedede;}
.console_game_list td {font-size: 14px; padding: 5px 10px; color: #000000; text-align: center;}
.console_game_list th:last-child::after {display: none;}
.console_game_list td.day {text-align: center; border-right: 1px solid #eaeaea; background-color: #fff;} 
.console_game_list td.game_title {text-align: left;}
.console_game_list td.game_title .att_icon {display: inline-block; position: relative; top: -1px; background: #ccc; font-size: 11px; padding: 1px 3px 0; border-radius: 2px; margin-left: 5px; color: #fff; font-family: 'Noto Sans',sans-serif;} 
.console_game_list td.game_title .att_icon.style1 {background: #c52a85;}
.console_game_list td.game_title .att_icon.style2 {background: #6a2ac5;}
.console_game_list td.game_title .att_icon.style3 {background: #00b9bf;}
.console_game_list td a {display: block; margin: 0 0 5px 0;}
.console_game_list td a:hover {color: #0853cc;}
.console_game_list td a:last-child {margin: 0;}
.console_game_list td p {margin: 0 0 10px 0;}
.console_game_list td p:last-child {margin: 0;}
.console_No_info h2 {padding: 100px 0; text-align: center; font-size: 14px; font-weight: bold; color: #003182;}

.console_game_list td.platform p.icon {font-size: 11px; width: 40px; height: 15px; line-height: 14px; text-align: center; color: #fff; letter-spacing: -0.5px; margin: 0px auto;}
.console_game_list td.platform p.icon2 {font-size: 11px; width: 40px; height: 15px; line-height: 14px; text-align: center; color: #000; letter-spacing: -0.5px; margin: 0px auto;}
.console_game_list td.platform p.ps_icon {background: #4a96d9; border: 1px solid #458cca;}
.console_game_list td.platform p.switch_icon {background: #b5224a; border: 1px solid #c1244f;}
.console_game_list td.platform p.xbox_icon {background: #80c151; border: 1px solid #76b24b;}
.console_game_list td.platform p.pc_icon {background: #eec23c; border: 1px solid #deb438;}
.console_schedule .sc_wrap .sc_left.multi_icon {background: #f47505; border: 1px solid #e16c04;}


/* 가이드 댓글(모바일) */
.consoleDbGuideView #powerbbsCmt2 { margin: -1px; background-color: #ffffff; }

.no_spoiler {color: transparent; text-shadow: 1px 1px 10px rgba(0,0,0,0.4);}
.guide_addon { color:red; vertical-align: top; font-size:9px; margin-left:2px; }
.console_guide .filter_table tfoot td { background: #efefef; text-align:center; padding: 2px; }
.console_guide .filter_table tfoot td a { color:black; font-weight: bold; }
