﻿@import url("./nanumgothic.css");

@charset "utf-8";

html:lang(ko) { font-family: "Nanum Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(en) { font-family: sans-serif,"Helvetica Neue","Helvetica", Arial; }

html:lang(ja) { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(zh-Hans) { font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(fr) { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(de) { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(ru) { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(zh-Hant) { font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html, body { height: 100%; width: 100%; margin: 0; }

a { text-decoration: none; color: inherit; }
a:hover { color: #78a1b7; }

img { border: none; }

.desktop { display: block; }

.mobile { display: none; }

.table-row { display: table-row; }

.no-margin { margin: 0 !important; }

.content-white { width: 100%; background-color: white; overflow: hidden; }

.content-gray { width: 100%; background-color: #f3f3f3; overflow: hidden; }

.content-black { width: 100%; background-color: black; overflow: hidden; }

.banner { position: relative; height: 306px; }

.banner-parallax { background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; margin: 0 auto; font-size: 16px; }

@media screen and (min-width:1921px) {
div.banner-parallax { margin: 0 auto; padding: 0; }
}

.shadow { position: absolute; background-color: black; height: 8%; width: 100%; bottom: 0; opacity: 0.4; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE 5-7 */ filter: alpha(opacity = 40); /* Netscape */ -moz-opacity: 0.4; /* Safari 1.x */ -khtml-opacity: 0.4; }

.inner-content { width: 1277px; margin: 0 auto; padding: 1% 0; overflow: hidden; }

.title { margin-top: 2em; }

.title img { display: block !important; margin: 0 auto !important; }

.title p.title-p { text-align: center; margin-bottom: 3px; font-size: 28px; }

.img-border { position: relative; }

.img-border:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 3px; border: solid 4.5px #AEAEAE; }

.img-border img { width: 100%; }

.font-bold { font-weight: bold; }

.plus { background: url("../images/main/plus.png"); display: inline-block; width: 21px; height: 21px; text-indent: -9999px; margin-left: auto; margin-right: auto; position: relative; top: -5px; }

.plus:hover { opacity: 0.7; }

.hordiv { border-bottom: solid 1px #FF8400; width: 200px; margin: 2% auto; height: 1px; }

/*** mobile go to top button ***/
#toTop { z-index: 1030; border: 1px solid #b3b3b3; background: #f7f7f7; text-align: center; position: fixed; bottom: 10px; right: 10px; cursor: pointer; display: none; color: #333; opacity: 0.6; filter: alpha(opacity = 60); -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-transition: all .25s linear; -moz-transition: all .25s linear; -o-transition: all .25s linear; transition: all .25s linear; }

#toTop img { display: block; }

/*** Top Navigation ***/

/* 20170928 plora 메뉴 이슈 시작 */
nav { position: relative; background-color: #f1f1f1; overflow: hidden; display: table; width: 100%; z-index: 150; }
/* 20170928 plora 메뉴 이슈 종료 */

#topMenu_scrollUp { border-bottom: solid 2px #09405B; }
.topMenu_content { max-width: 1330px; margin: 0 auto; }

nav ul.nav-menus, nav ul.languages, nav .languageList { list-style-type: none; display: table-cell; vertical-align: middle; }


nav ul.nav-menus li a, nav ul.languages li a { display: inline-block; font-size: larger; }

#topMenu_scrollUp ul.nav-menus li a, #topMenu_scrollUp ul.languages li a { font-size: medium; }

#topMenu_scrollUp ul.nav-menus li#topMenu_scrollUp_current a { color: #09405B !important; font-weight: bold !important; }

nav a.drop { display: none; color: #5f5f5f; text-decoration: none; text-transform: uppercase; z-index: 1; position: relative; }

nav ul.languages-mobile { list-style-type: none; display: none; vertical-align: middle; margin: 0; padding: 0; top: 0; left: 0; position: fixed; z-index: 99; }

nav ul.languages-mobile a { color: white; display: block; text-decoration: none; }

nav a.drop:hover { background: #ddd; }

/**logo**/
div.logo-wrapper { display: table-cell; vertical-align: middle; width: 5%; min-width: 240px; }

div.logo-wrapper a img.logo { width: 190px; margin: 0 auto; display: block; }

#topMenu_scrollUp div.logo-wrapper a img.logo { width: 150px; }

/**menu**/
nav ul.nav-menus { width: 60%; min-width: 595px; padding-left: 0px; }

nav ul.nav-menus li { float: left; margin-right: 1.95%; padding: 24px 0; }

#topMenu_scrollUp ul.nav-menus li { padding: 15px 0; }

nav ul.nav-menus li a { color: #5f5f5f; text-decoration: none; text-transform: uppercase; z-index: 10; position: relative; }

nav ul.nav-menus div.nav-div { border-left: solid 1px; border-color: #cecece; width: 1px; height: 13px; margin-top: 280%; }

nav ul.nav-menus li.back { padding: 0; /* cursor: pointer; */ }

.back { border-bottom: 4px solid #09405B; width: 9px; z-index: 8; position: absolute; margin-top: -3px; }
/**languages part**/
nav .languageList ul.languages { float: right; padding: 0; }

nav ul.languages li { float: right; }
nav .languageList ul.languages li { float: left; }
ul.languages-mobile li.languages-mobile-country-wrapper { background-color: #EFEFEF; padding: 1em; z-index: 3; border: solid 1px lightgrey; border-left:none; border-top:none;  }

ul.languages-mobile li.languages-mobile-country-wrapper:hover { background-color: #58A9D4; border-top: solid 3px #156894; }

ul.languages li a, ul.languages-mobile li a { background: url("../images/languages.png"); width: 31px; height: 19px; vertical-align: middle; }

ul.languages li a { margin: 2px 0 0; vertical-align: top; }
ul.languages li a.border { border: 2px solid deepskyblue; }
ul.languages li a.Korean.border,
ul.languages li a.English.border,
ul.languages li a.Japanese.border,
ul.languages li a.Chinese.border,
ul.languages li a.French.border,
ul.languages li a.German.border,
ul.languages li a.Russian.border,
ul.languages li a.Taiwan.border { margin-top: 0; }
ul.languages li a.Korean, ul.languages-mobile li a.Korean { background-position: -1px; }

ul.languages li a.English, ul.languages-mobile li a.English { background-position: -34px; }

ul.languages li a.Japanese, ul.languages-mobile li a.Japanese { background-position: -67px; }

ul.languages li a.Chinese, ul.languages-mobile li a.Chinese { background-position: -100px; }

ul.languages li a.French, ul.languages-mobile li a.French { background-position: -133px; }

ul.languages li a.German, ul.languages-mobile li a.German { background-position: -166px; }

ul.languages li a.Russian, ul.languages-mobile li a.Russian { background-position: -199px; }

ul.languages li a.Taiwan, ul.languages-mobile li a.Taiwan { background-position: -232px; }

/*** top menu ***/
#topMenu, #topMenu_scrollUp, #topMenu_scrollUp_mobile { display: none; overflow: hidden; height: 40px; }

#topMenu ul, #topMenu_scrollUp_mobile ul { /* 硫붿씤 硫붾돱 �븞�쓽 ul�쓣 �꽕�젙�븿: �긽�쐞硫붾돱�쓽 ul+�븯�쐞 硫붾돱�쓽 ul */ display: flex; list-style-type: none; /* 硫붿씤 硫붾돱 �븞�쓽 ul �궡遺��쓽 紐⑸줉 �몴�떆瑜� �뾾�븷以� */ margin: 0px; /* 硫붿씤 硫붾돱 �븞�쓽 ul�쓽 margin�쓣 �뾾�빊 */ padding: 0; /* 硫붿씤 硫붾돱 �븞�쓽 ul�쓽 padding�쓣 �뾾�빊 */ overflow-x: scroll; margin: 0 10px; }

#topMenu ul li, #topMenu_scrollUp_mobile ul li { /* 硫붿씤 硫붾돱 �븞�뿉 ul �깭洹� �븞�뿉 �엳�뒗 li �깭洹몄쓽 �뒪���씪 �쟻�슜(�긽�쐞/�븯�쐞硫붾돱 紐⑤몢) */ flex: auto; color: white; /* 湲��뵪 �깋�쓣 �씛�깋�쑝濡� �꽕�젙 */ background-color: #0E2B3B; /* 諛곌꼍 �깋�쓣 RGB(2D2D2D)濡� �꽕�젙 */ line-height: 40px; /* �뀓�뒪�듃 �븳 以꾩쓽 �넂�씠瑜� 30px濡� �꽕�젙 */ vertical-align: middle; /* �꽭濡� �젙�젹�쓣 媛��슫�뜲濡� �꽕�젙 */ text-align: center; /* �뀓�뒪�듃瑜� 媛��슫�뜲濡� �젙�젹 */ position: relative; /* �빐�떦 li �깭洹� �궡遺��쓽 top/left �룷吏��뀡 珥덇린�솕 */ }

.menuLink { /* �긽�쐞 硫붾돱�� �븯�쐞 硫붾돱�쓽 a �깭洹몄뿉 怨듯넻�쑝濡� �꽕�젙�븷 �뒪���씪 */ text-decoration: none; /* a �깭洹몄쓽 袁몃컝 �슚怨� �젣嫄� */ display: block; /* a �깭洹몄쓽 �겢由� 踰붿쐞瑜� �꼻�옒 */ font-size: 1em; margin: 0 10px; }

.menuLink { /* �긽�쐞 硫붾돱�쓽 湲��뵪�깋�쓣 �씛�깋�쑝濡� �꽕�젙 */ color: white !important; }

.topMenuLi:hover .menuLink, .current-header-mobile { /* �긽�쐞 硫붾돱�쓽 li�뿉 留덉슦�뒪�삤踰� �릺�뿀�쓣 �븣 �뒪���씪 �꽕�젙 */ color: #26CAFD !important; }

/* 20170928 plora 메뉴 이슈 시작 */
.nav-up { position: fixed; top: 0px; width: 100%; z-index: 100; }
/* 20170928 plora 메뉴 이슈 종료 */

/*** footer style ***/
footer { background-color: #f1f1f1; overflow: hidden; padding: 3%; }

footer .footer-menu { text-align: center; margin-bottom: 30px; }
footer .footer-menu a { margin: 0 15px; position: relative; }
footer .footer-menu a:after { opacity: 0.5; content: ''; display: block; position: absolute; width: 1px; height: 12px; border-right: solid 1px #474747; top: 6px; right: -12px; }
footer .footer-menu a:last-child:after { display: none; }
footer .footer-menu a span { position: relative; font-size: 13px; color: #474747; opacity: 0.8; }
footer .footer-menu a:hover span { opacity: 1; }
footer .footer-menu a:hover span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    border-bottom: solid 1px;
}

/**button to back to top**/
#back-to-top { background: url("../images/back-to-top.png"); display: block; width: 36px; height: 36px; text-indent: -9999px; margin-left: auto; margin-right: auto; margin-bottom: 2%; }

#back-to-top:hover { background: url("../images/back-to-top_hover.png"); }

div img.footerlogo { width: 280px; display: block; margin-left: auto; margin-right: auto; margin-bottom: 2%; }

div p.copyright { text-align: center; color: #606060; }

/********************************/
/********main page style******/
/********************************/
/** Main - focus-contents section **/
div.main-news div.title, div.main-games div.title, div.main-career div.title { margin: 1em auto; }

div.main-image-slider { margin: 0 auto; padding: 0; }

div.main-image-slider div.unslider { max-width: 1920px; margin: 0 auto; position: relative; }
.main-slide{ max-width: 1920px; margin: 0 auto; position: relative;}
div.main-image-slider nav.unslider-nav { position: absolute; bottom: 15px; /* background-color: rgba(0, 0, 0, 0); */ background-color: transparent; }

div.main-image-slider nav.unslider-nav ol li { width: 10px; height: 10px; border-radius: 10px; /* border: 1px solid gray; */ }
div.main-image-slider .slick-slider img{width:100%;}
div.main-image-slider .slick-slider{padding:0;margin:0;height:100%;font-size:0;}
div.main-image-slider .slick-dots { position: absolute; bottom: 19px; background-color: transparent; font-size:0;text-align:center;padding:0;left:0;right:0;}
div.main-image-slider .slick-dots li{width:12px;height:12px;display:inline-block;margin:0 4px;}
div.main-image-slider .slick-dots li button{ width: 12px; height: 12px; border-radius: 12px; /* border: 1px solid gray; */display:inline-block;overflow:hidden;opacity:0.7;background-color:gray;border:0;outline:0;color:transparent;margin:0;padding:0; cursor:pointer;border:1px solid #fff;}
div.main-image-slider .slick-dots li.slick-active button{background-color:#fff;opacity:1;cursor:default;}

div.main-image-slider div.unslider a.next { background-image: url("../images/games/games-image-arrow.png"); right: 0; left: auto; top: 45%; width: 40px; height: 40px; background-position: -40px 0; text-indent: -9999px; opacity: 0.3; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */ filter: alpha(opacity = 30); /* Netscape */ -moz-opacity: 0.3; /* Safari 1.x */ -khtml-opacity: 0.3; }

div.main-image-slider div.unslider a.prev { background-image: url("../images/games/games-image-arrow.png"); right: auto; left: 0; top: 45%; width: 40px; height: 40px; background-position: 0 0; text-indent: -9999px; opacity: 0.3; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */ filter: alpha(opacity = 30); /* Netscape */ -moz-opacity: 0.3; /* Safari 1.x */ -khtml-opacity: 0.3; }

div.main-image-slider div.unslider a:hover { opacity: 0.7; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */ filter: alpha(opacity = 70); /* Netscape */ -moz-opacity: 0.7; /* Safari 1.x */ -khtml-opacity: 0.7; }

div.main-image-slider div.unslider img { width: 100%; /* height: 650px; */ display: block; }
/** Main - Games **/
div.main-title-div { text-align: center; }

p.main.title-p { display: inline-block; margin-top: 0px; padding-right: 8px; }

p.career { color: white; }

div.main-games-img-border img { width: 100%; border: solid 4px white; }
/* image */
div.main-games div.content-img { width: 40%; display: inline-block; vertical-align: middle; }

div.main-games div.content-img:after { border: solid 4px white; }

div.main-games-substance { display: inline-block; vertical-align: middle; margin-left: 3%; width: 50%; }

div.main-games-substance p.font-p { font-size: 18px; color: #525252; margin-top: 35px; margin-bottom: 35px; }

/* substance */
div.main-games-substance p.h1 { font-size: 33px; margin: 0; }

div.main-games-substance p.font-bold { font-size: 20px; }

div.main-games-substance p.font-gray { display: inline-block; color: #B0B0B0; margin: 1% 0; }

div.main-games-substance a.viewmore { text-decoration: none; color: #C83535; }
/** Main- Careers **/
div.main-ofcareer { height: 500px; background-image: url("../images/main/main-background.jpg"); background-position: 0 -700px; overflow: hidden; background-repeat: no-repeat; opacity: 0.5; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity = 50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; }
/* Div setting for align */
div.career-wrapper { position: absolute; width: 100%; top: 0; }

div.career-wrapper .title img { display: block; margin: 35px auto; }

div.career-wrapper .inner-content .inner-content { padding: 5% 0 !important; }

div.a-career { width: 33.3333%; /* margin: 5% auto; */ float: left; text-align: center; }

div.a-career div.image-container { height: 115px; }

div.a-career p.font-title { font-size: 30px; color: #FFFFFF; }

div.a-career p.font-p { line-height: 25px; color: #D2D2D2; }

div.a-career a.viewmore { text-decoration: none; color: #868686; }

/*** Company Page ***/
div.ofcompany { background-image: url("../images/company/company-focus.jpg"); background-position: 0 -120px; }
/** About Us **/
div.about-us { display: inline-block; width: 376px; text-align: center; float: left; }

div.company div.center { margin: 0 5.4%; }

div.about-us p.h1 { text-transform: capitalize; font-size: 30px; }

div.company div.content-img { width: 100%; }

div.about-us img { height: 265px; }

div.company div.img-border:after { border: solid 6px black; opacity: 0.4; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE 5-7 */ filter: alpha(opacity = 40); /* Netscape */ -moz-opacity: 0.4; /* Safari 1.x */ -khtml-opacity: 0.4; }

div.company p.ment { font-size: 18px; line-height: 30px; }

/** History **/
div.content-wrapper-border { width: 55%; margin: 0 auto; margin-bottom: 7%; border-left: solid 1px #ababab; padding-left: 3%; position: relative; }

div.content-wrapper { margin-bottom: 7%; }

div.content-wrapper div.images-wrapper { position: absolute; left: -16px; width: 31px; }

div.images-wrapper img.topcircle { margin-top: 5px; }

div.content-wrapper img.circle { position: absolute; left: -16px; margin-top: 5px; }

p.year { font-size: 27px; font-weight: bold; }

div.box { display: table; background-color: #f9f9f9; border: solid 1px #d1d1d1; height: 40px; padding: 2.5%; margin-bottom: 2%; width: 100%; }

div.box img { float: right; max-width: 165px; max-height: 51px; }

div.box p { display: table-cell; font-size: 18px; vertical-align: middle; margin: 0; }

div.box p.in-box { width: 5%; padding-right: 1.5%; }

div.box p.long { width: 14%; }

/** Welfare **/
div.a-welfare { float: left; width: 250px; text-align: center; margin: 5% 2.7%; }

div.a-welfare p.font-bold { font-size: 20px; color: #ca7361; }

div.a-welfare p.font-p { line-height: 25px; }

/** Contact **/
div.relative-div { position: relative; }
/** Contact - parallax **/
div.ofcontact { height: 450px; background-image: url("../images/company/company-contact-back.jpg"); background-position: 0 -1000px; background-size: 110%; background-repeat: repeat; overflow: hidden; opacity: 0.5; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity = 50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; }

div.background-white { background-color: white; width: 1920px; margin: 0 auto; }

div.background-black { background-color: black; width: 1920px; margin: 0 auto; }

div.title p.contact.title-p { margin-top: 0; }
/** Contact - Div setting for align **/
div.contact-wrapper { position: absolute; width: 100%; top: 0; }
/** Contact - Contact Way **/
div.how-contact { margin-top:65px;width: 350px; text-align: center; display: inline-block; vertical-align: text-top; }

div.left { margin-left: 7%; }

div.how-contact img.icon { margin: 10px 0; }

div.how-contact p.h1 { font-size: 28px; margin: 10px 0; }

div.how-contact p.font-p { line-height: 23px; }

div.foralign { overflow: hidden;text-align:center; }

div.map { display: inline-block; margin-top: 65px; margin-left: 6%; vertical-align: top; }

div.press-contact { text-align: center; margin-top: 2.5em; }


/*** Games Page ***/
/** focus **/
div.games .inner-content { width: 1199px; }
div.games .profile { margin: 5% 0; }
div.games div.title p.title-p { margin: 3px auto; }
div.games .video-content { background: #fff; padding: 1px; }
div.games .tab { width: 100%; height: 63px; border-bottom: solid 1px #0b405c; list-style-type: none; list-style-position: none; padding: 0; margin: 1% 0; position: relative; z-index: 2; }
div.games .tab li { position: relative; bottom: -1px; width: calc(50% - 8px); height: 61px; border: 1px #eaeaea solid; border-bottom: solid 1px #0b405c; float: left; padding: 0; margin-right: 10px; line-height: 61px; text-align: center; color: #b0b0b0; background: #fff; background: -moz-linear-gradient(top, #fff 0%, #fff 80%, #fbfbfb 100%); background: -webkit-linear-gradient(top, #fff 0%, #fff 80%, #fbfbfb 100%); background: linear-gradient(top, #fff 0%, #fff 80%, #fbfbfb 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0); }
div.games .tab li:first-child { margin-left: 0; }
div.games .tab li:last-child { margin-right: 0; float: right; }
div.games .tab li.active,
div.games .tab li:hover { border-color: #0b405c; border-bottom-color: white; color: #2f2f2f; background: white; }
div.games .tab li a { color: inherit; text-decoration: none; display: block; width: 100%; height: 100%; }
div.games .profile .links a { display: block; }
div.games .profile .links a span { vertical-align: middle; }
div.games .profile i.earth { background: url('../images/games/games-web.png') no-repeat; width: 15px; height: 15px; display: inline-block; vertical-align: middle; margin-right: 3px; }
div.games .profile .links a.website { margin-top:5px; }
div.games .profile .links a.website.last { margin-bottom:25px; }
div.games .profile .links a.detail { width: 310px; height: 67px; background: #2b9186; border-radius: 5px; text-align: center; }
div.games .profile .links a.detail:hover { background: #2f9f93; }
div.games .profile .links a.detail:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
div.games .profile .links a.detail span { font-size: 20px; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.5); }

div.games.list .profile { padding: 2% 0; margin: 0; border-top: solid 1px #ccc; }
div.games.list .profile:first-child { margin-top: 5%; }
div.games.list .profile:last-child { margin-bottom: 10%; border-bottom: solid 1px #ccc; }

/** PC Online - image **/
div.games div.content-img { width: 572px; display: inline-block; vertical-align: middle; }

div.games div.content-img:after { opacity: 0.4; border: solid 6px black; }
/**PC Oline - substance**/
div.substance { display: inline-block; margin-left: 50px; position: relative;  vertical-align: middle; }
div.substance p.font-p { font-size: 18px; color: #525252; margin-top: 0; margin-bottom: 15px; line-height: 1.4; }
div.substance p.genre { font-size: 17px; }
div.substance p.genre a.website { display:block; }
div.substance p.genre a.website span { display:inline-block; vertical-align:middle; }
div.substance p.genre a.website span span {vertical-align:top; }
div.substance p.publisher-list { font-size: 14px; color: #bbb; }
div.substance p.h1 { font-size: 37px; margin: 0 auto 5px; }
div.substance p.font-bold { font-size: 16px; color: #666; }
div.substance p.font-gray { display: inline-block; color: #B0B0B0; margin: 1%; }

div.substance .market { display: inline-block; width: 59px; height: 59px; background: url("../images/games/games-icn-market.png") no-repeat; opacity: 0.4; margin-right: 5px; }
div.substance .market:hover { opacity: 0.8; }
div.substance .market.google { background-position: -61px 0; }

/** PC Oline - Web link **/
.web-icon { display: inline-block; }

div.link p { display: inline-block; margin-left: 10px; }

div.flag a { display: inline-block; }

div.flag div { background: url("../images/games/games-weblink.png"); width: 36px; height: 26px; }

div.flag div:hover { opacity: 0.6; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 5-7 */ filter: alpha(opacity = 60); /* Netscape */ -moz-opacity: 0.6; /* Safari 1.x */ -khtml-opacity: 0.6; }

div.flag div.us { background-position: -42px 0; }

div.flag div.jp { background-position: -93px 0; }

div.flag div.ru { background-position: 119px 0; }

div.flag div.fr { background-position: 77px 0; }

div.flag div.tw { background-position: 36px 0; }

/** Slide - Slider setting **/
div.slider { height: 173px; background-image: url("../images/games/games-slider.jpg"); background-position: 0 -550px; padding: 0; background-size: cover; }
div.slider div.unslider { position: relative; height: 100%; width: 1276px; margin: 0 auto; }
div.slide { width: 1200px; height: 100%; padding: 0; margin: 0 auto; }
div.slider a.next { background-image: url("../images/games/games-arrow-next.png"); display: block; right: 0; left: auto; top: 32px; width: 38px; height: 109px; text-indent: -9999px; opacity: 0.25; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* IE 5-7 */ filter: alpha(opacity = 25); /* Netscape */ -moz-opacity: 0.25; /* Safari 1.x */ -khtml-opacity: 0.25; }
div.slider a.prev { background-image: url("../images/games/games-arrow-prev.png"); display: block; right: auto; left: 0; top: 32px; width: 38px; height: 109px; text-indent: -9999px; opacity: 0.25; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* IE 5-7 */ filter: alpha(opacity = 25); /* Netscape */ -moz-opacity: 0.25; /* Safari 1.x */ -khtml-opacity: 0.25; }
div.slider a:hover { opacity: 0.5; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity = 50); /* Netscape */ -moz-opacity: 0.50; /* Safari 1.x */ -khtml-opacity: 0.50; }
/** Slide - slider dot ***/
div.slider nav.unslider-nav { display: none; }
/** Slide - slide contents ***/
div.games div.unslider img { width: 100%; /* height: 500px; */ }
div.slide ul { margin: 0px; padding: 0; }
div.slider-inner-div { text-align: center; padding: 50px 0; }
div.slider-inner-div p { width: 90%; margin: 0 auto; line-height: 1.5; overflow: hidden; white-space: nowrap; }
div.slider-inner-div p.font-bold { font-size: 30px; font-style: italic; color: #4f3800; }
div.slider-inner-div p.font-p { font-size: 20px; }

/** Slide - BDM **/
.bdm.slider { background-image: url("../images/games/bdm-slider.jpg"); }
.bdm.slider .slider-inner-div p.font-bold,
.bdm.slider .slider-inner-div p.font-p { color: #fff; text-shadow: 0 0 5px #000; }

/**Description - top**/
div.ment-wrapper { text-align: center; }

div.games p.ment,
div.image-slider .img-description { color: #4f4f4f; font-size: 17px; line-height: 1.7; word-break: keep-all; }
/** Description - image slider **/
div.image-slider {margin: 3% auto 5%;position:relative;width:100%;max-width:1000px;}
div.image-slider img{width:100%;}
div.image-slider ul{margin:0;padding:0;}
div.image-slider div.unslider { width: 1000px; max-width: 1000px; margin: 0 auto; position: relative; }

div.image-slider nav.unslider-nav { display: none; }

div.image-slider a.next { background-image: url("../images/games/games-image-arrow.png"); right: 0; left: auto; top: 230px; width: 40px; height: 40px; background-position: -40px 0; text-indent: -9999px; opacity: 0.3; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */ filter: alpha(opacity = 30); /* Netscape */ -moz-opacity: 0.3; /* Safari 1.x */ -khtml-opacity: 0.3; }

div.image-slider a.prev { background-image: url("../images/games/games-image-arrow.png"); right: auto; left: 0; top: 230px; width: 40px; height: 40px; background-position: 0 0; text-indent: -9999px; opacity: 0.3; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */ filter: alpha(opacity = 30); /* Netscape */ -moz-opacity: 0.3; /* Safari 1.x */ -khtml-opacity: 0.3; }

div.image-slider a:hover { opacity: 0.7; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */ filter: alpha(opacity = 70); /* Netscape */ -moz-opacity: 0.7; /* Safari 1.x */ -khtml-opacity: 0.7; }

/* 20180720 슬라이드 css 수정 */
div.image-slider .slick-next,
div.image-slider .slick-prev{position:absolute;width: 40px; height: 40px; top:50%;z-index:2;cursor:pointer;margin-top:-20px;}
div.image-slider .slick-next  { background-image: url("../images/games/games-image-arrow.png"); right: 0;  background-position: -40px 0; text-indent: -9999px; opacity: 0.3; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */ filter: alpha(opacity = 30); /* Netscape */ -moz-opacity: 0.3; /* Safari 1.x */ -khtml-opacity: 0.3; border:0;outline:none;border-radius:3px 0 0 3px;}

div.image-slider .slick-prev  { background-image: url("../images/games/games-image-arrow.png"); left: 0; background-position: 0 0; text-indent: -9999px; opacity: 0.3; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */ filter: alpha(opacity = 30); /* Netscape */ -moz-opacity: 0.3; /* Safari 1.x */ -khtml-opacity: 0.3;border:0;outline:none;border-radius:0 3px 3px 0; }

div.image-slider .slick-prev:hover,div.image-slider .slick-next:hover { opacity: 0.7; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */ filter: alpha(opacity = 70); /* Netscape */ -moz-opacity: 0.7; /* Safari 1.x */ -khtml-opacity: 0.7; }
.main-image-slider .slick-next,
.main-image-slider .slick-prev{position:absolute;width: 40px; height: 40px; top:50%;z-index:2;cursor:pointer;margin-top:-20px;}
.main-image-slider .slick-next  { background-image: url("../images/games/games-image-arrow.png"); right: 0;  background-position: -40px 0; text-indent: -9999px; opacity: 0.3; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */ filter: alpha(opacity = 30); /* Netscape */ -moz-opacity: 0.3; /* Safari 1.x */ -khtml-opacity: 0.3; border:0;outline:none;border-radius:3px 0 0 3px;}

.main-image-slider .slick-prev  { background-image: url("../images/games/games-image-arrow.png"); left: 0; background-position: 0 0; text-indent: -9999px; opacity: 0.3; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */ filter: alpha(opacity = 30); /* Netscape */ -moz-opacity: 0.3; /* Safari 1.x */ -khtml-opacity: 0.3;border:0;outline:none;border-radius:0 3px 3px 0; }

.main-image-slider .slick-prev:hover,.main-image-slider .slick-next:hover { opacity: 0.7; /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */ filter: alpha(opacity = 70); /* Netscape */ -moz-opacity: 0.7; /* Safari 1.x */ -khtml-opacity: 0.7; }
div.slide .slick-next,
div.slide .slick-prev{position:absolute;display: block;width: 38px; height: 109px; top:50%;z-index:2;cursor:pointer;margin-top:-54px;text-indent: -9999px;opacity: 0.25;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";filter: alpha(opacity = 25);-moz-opacity: 0.25;-khtml-opacity: 0.25;border:0;outline:none;background-color: transparent;}
div.slide .slick-next  {background-image: url(../images/games/games-arrow-next.png);right: 0;}
div.slide .slick-prev  {background-image: url(../images/games/games-arrow-prev.png);left: 0;}

div.slide .slick-prev:hover,div.slide .slick-next:hover { opacity: 0.5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity = 50);-moz-opacity: 0.50;-khtml-opacity: 0.50;}

div.image-slider .img-description { text-align: center; }
div.image-slider .img-description ul { position: relative; padding: 0; }
div.image-slider .img-description li { width: 100%; list-style: none; position: absolute; top: 0; opacity: 0; transition: 0.5s; }
div.image-slider .img-description li:first-child { position: relative; opacity: 1; padding-top: 0.5%; }
div.image-slider .img-description h2 { font-weight: normal; }

/**Description - video **/
div.video-wrapper { width: 1000px; max-width: 1000px; margin: 3% auto 1.5%; }
div.video { position: relative; padding-top: 56%; }
div.video iframe { position: absolute; top: 0; left: 0; }

div.more { margin: 0 auto; margin-bottom: 3%; position: relative; width: 200px; }

div.more a { display: block; overflow: hidden; text-decoration: none; }

div.more p { display: inline-block; position: absolute; color: #4f4f4f; text-transform: capitalize; margin: 0; top: 22%; }

div.more img { display: inline-block; margin: 0 10%; }

/** Global Service **/
div.service-map img { display: block; margin: 4% auto 0; }

div.service-map-mobile { display: none; position: relative; text-align: center; }

div.map-ment { position: relative; margin: 3.8% auto; text-align: center; }

div.map-ment img { display: inline-block; margin: 0 5px 0 0; vertical-align: middle; }

div.map-ment p { display: inline; margin: 0px; vertical-align: middle; }

div.country-info { display: table; border-spacing: 7px; position: absolute; height: 100%; width: 100%; top: 0; }

div.country-box { display: table-cell; border: none; border-radius: 5px; vertical-align: middle; text-align: center; font-size: 11px; width: 48%; margin-bottom: 2%; height: 43px; }

div.country-box p.font-bold { margin: 0; }

div.country-box p.country-name { font-weight: 900; font-size: 14px; }

div.korea { background-color: #b5c491; }

div.japan { background-color: #a9d9ef; }

div.global { background-color: #f2db69; }

div.russia { background-color: #ffabab; }

div.europe { background-color: #c693c5; }

div.north-america { background-color: #f2db69; }

div.taiwan { background-color: #efa154; }

div.turkey-mea { background-color: #959CC1; }
div.thailand { background-color: #ad9d94; }
div.south-america { background-color: #a3dbbb; }
div.south-asia { background-color: #b6cbff; }
div.oceania { position: relative; left: 24%; background-color: #ff97c3; }


/* 20171128 게임 판 추가*/
.global-mapList { overflow: hidden; width: 100%; max-width: 1100px; margin: 5% auto 6%; }
.global-map { overflow: hidden; float: left; width: 31%; height: 5.2em; margin: 0 0 0 2.3%; padding: 2.6% 0; border-bottom: 1px solid #cdcdcd; }
.global-map p { margin: 0 0 2%; color: #525252; }
.indent-text {text-indent:98px; }
.global-map strong { color: #333; }
.game-map { border-top: 1px solid #cdcdcd; }
.game-map1,
.game-map2,
.game-map3 { height: 6.8em; border-top: 1px solid #cdcdcd; }
.game-map1,
.game-map4,
.game-map7 { margin-left: 0; }

.game-map:nth-of-type(3) ~ .game-map {
    border-top:none;
}

/* 20190319 게임 title 추가 */
.games-h {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 17px;
}

/*** News Page ***/
div.news-list div.inner-content { padding: 48px 0; }

/** News - Title and Button **/
div.with-button { text-align: center; position: relative; width: 95%; margin: auto; margin-bottom: 10%; }

div.title button.press { background-color: #2775B0; border: none; border-radius: 5px; color: white; padding: 1.5% 2%; text-align: center; text-decoration: none; display: inline-block; font-size: 23px; cursor: pointer; position: absolute; top: 0; right: 0; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; }

div.title button.press:hover { background-color: #509ED8; /* Green */ color: white; }

/** News - News contents**/
div.a-news { width: 370px; height: 550px; float: left; margin-bottom: 30px; }

div[class*="a-news-"] { width: 370px; float: left; }

div.center { margin: 0 6.2%; }

div.a-news div.news-img, div[class*="a-news-"] div.news-img { margin-bottom: 3%; }

div.a-news img.thumbnail, div[class*="a-news-"] img.thumbnail { width: 100%; height: 210px; border: solid 4.5px #AEAEAE; }

div.a-news a.h, div[class*="a-news-"] a.h { color: black; font-size: 20px; margin-top: 4%; margin-bottom: 0; text-decoration: none; line-height: 28px; }

div.divider { border-left: solid 1px; border-color: #cecece; width: 1px; height: 13px; display: inline-block; margin-bottom: -0.5%; }

div.a-news p.date, div[class*="a-news-"] p.date { display: inline-block; color: #B0B0B0; margin: 1% 0; }

div.a-news p.preview, div[class*="a-news-"] p.preview { margin: 6% 0; }

div.a-news a.readmore, div[class*="a-news-"] a.readmore { text-decoration: none; color: #C83535; }

/** News - Share button **/
div.social { width: 50%; }

div.social div { display: inline-block; background-image: url(../images/news/social.png); width: 30px; height: 30px; margin-top: 13px; margin-right: 5px; }

div.social1 { background-position: 0 -5px; }

div.social1:hover { background-position: 0px -38px; }

div.social2 { background-position: -40px -5px; }

div.social2:hover { background-position: -40px -38px; }

div.social3 { background-position: 30px -5px; }

div.social3:hover { background-position: 30px -38px; }

/**News - Public news **/
a.publisher, p.publisher { color: #164395; margin-top: 0; text-decoration: none; }
/* div.a-news p.public-preview, div[class^="main-a-news-"] p.public-preview{
margin: 3% 0;
line-height: 1.5em;
} */
div.a-news pre.public-preview, div[class^="main-a-news-"] pre.public-preview { display: block; width: 350px; min-height: 20px; overflow: hidden; white-space: pre-wrap; /* CSS3*/ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-all; /* Internet Explorer 5.5+ */ margin: 24px 0; line-height: 25px; font-size: 16px; }

html:lang(ko) div.a-news pre.public-preview, div[class^="main-a-news-"] pre.public-preview { font-family: "Nanum Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif; letter-spacing: 0.05em; }

html:lang(en) div.a-news pre.public-preview, div[class^="main-a-news-"] pre.public-preview { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

html:lang(ja) div.a-news pre.public-preview, div[class^="main-a-news-"] pre.public-preview { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(zh-Hans) div.a-news pre.public-preview, div[class^="main-a-news-"] pre.public-preview { font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(fr) div.a-news pre.public-preview, div[class^="main-a-news-"] pre.public-preview { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(de) div.a-news pre.public-preview, div[class^="main-a-news-"] pre.public-preview { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(ru) div.a-news pre.public-preview, div[class^="main-a-news-"] pre.public-preview { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

html:lang(zh-Hant) div.a-news pre.public-preview, div[class^="main-a-news-"] pre.public-preview { font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

/** News - View **/
div.news-wrapper { width: 1277px; }

div.news-content-wrapper { width: 90%; max-width: 1085px; margin: 0 auto; padding-bottom: 7%; border-bottom: solid 2px #cccccc; }

/** News- View introduction **/
div.news-content-wrapper p.headline { font-size: 27px; margin: 0; padding: 1% 0; line-height: 1.2; }

div.under-the-title div.date-and-company { display: inline-block; margin-bottom: 8px; }

div.news-content-wrapper p.date { color: #B0B0B0; margin: 1% 0; font-size: 17px; font-weight: lighter; display: inline-block; }

div.under-the-title div.divider { border-width: 2px; height: 18px; margin-bottom: -0.3%; }

div.under-the-title div.social { width: inherit; float: right; display: inline-block; text-align: right; }

div.under-the-title div.social1 { display: inline-block; width: 30px; height: 30px; margin-top: 0; margin-right: 5px; }

div.under-the-title div.social2 { display: inline-block; width: 30px; height: 30px; margin-top: 0; margin-right: 5px; }

div.under-the-title div.social3 { display: inline-block; width: 30px; height: 30px; margin-top: 0; margin-right: 5px; }

div.publisher-block { background-color: #E9E9E9; padding: 14px; }

div.publisher-block p { display: inline-block; text-transform: uppercase; font-size: 14px; font-weight: lighter; margin: 0; }

div.publisher-block div.divider { margin: -1px 5px; border-color: #373737; }

div.publisher-block p.date-h2 { color: #373737; }

div.publisher-block a { text-decoration: none; font-size: 14px; color: #164395; }

/** News - View article **/
div.news-content-wrapper img.news-img { width: 100%; margin: 1% 0; }

div.news-content-wrapper img { max-width: 100%; height: auto !important; }

div.news-content-wrapper p.article-p { font-size: 18px; }

div.news-content-wrapper a.view-more { text-transform: capitalize; text-decoration: none; color: #116EBF; }

div.news-content { line-height: 1.7em; overflow: hidden; }

button.pr { background-color: #2B9186; border: none; border-radius: 5px; color: white; padding: 1.5% 4%; text-align: center; text-decoration: none; display: block; font-size: 23px; cursor: pointer; margin: 3% auto; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; }

button.pr:hover { background-color: #40c6b8; /* Green */ color: white; }

div.news-view-wrapper div.news-wrapper { padding-top: 4%; margin-bottom: 0; }

/** News - Public news view **/
div.under-public { border-bottom: solid 1px #cccccc; padding-bottom: 1%; margin-bottom: 2%; }

div.date-and-company { height: 32px; }

a.publisher { padding-bottom: 20px; }

/** News - Pagenation **/
div.pagination-center { text-align: center; width: 100%; float: right; }

ul.pagination { display: inline-block; padding: 0; }

ul.pagination li { display: inline; }

ul.pagination li a { float: left; padding: 4px 8px; text-decoration: none; color: black; border: 1px solid #ddd; margin: 0 2px; font-size: small; }

ul.pagination li a:hover { background-color: gray; transition: background-color .3s; }

ul.pagination li a.active { background-color: #1E93FA; color: white; border: 1px solid #1E93FA; font-weight: bold; }

ul.pagination li a.direction-last { margin-left: 20px; }

ul.pagination li a.direction, .direction { color: #BEBEBE; font-weight: bold; border-radius: 2px; }

ul.pagination li a:hover:not (.active ) { background-color: #ddd; }


/*** Publications Page ***/
.publications .content { margin-top: 90px; margin-bottom: 140px; }
.publications i.download { display: inline-block; margin: 0 5px; width: 14px; height: 12px; background: url('../images/publications/icn-download.png'); }

.publications .item { max-width: 1200px; margin: 0 auto; border-top: solid 1px #aeaeae; border-bottom: solid 1px #aeaeae; margin-top: -1px; padding: 30px 0; }
.publications .item-left { display: inline-block; width: 26%; text-align: center; vertical-align: top; }
.publications .item-left a { display: inline-block; color: #c83535; margin-top: 15px; }
.publications .item-img { position: relative; width: 100%; padding-top: 70%; background: #000; border: solid 4px #aeaeae; box-sizing: border-box; }
.publications .item-img:before { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-size: cover; top: 0; opacity: 0.6; }
.publications .item-img-desc { position: absolute; width: 100%; height: 100%; top: 0; }
.publications .item-img-desc:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.publications .item-img-desc p { display: inline-block; max-width: 90%; vertical-align: middle; color: #fff; padding: 8px 0; border-top: solid 1px rgba(255,255,255,0.5); border-bottom: solid 1px rgba(255,255,255,0.5); opacity: 0.9; }
.publications .item-img-background { position: absolute; width: 100%; height: 100%; top: 0; background-size: cover; opacity: 0.6; }

/*.publications .item:nth-child(1) .item-img:before { background-image: url('../images/publications/thumb-01.jpg'); }
.publications .item:nth-child(2) .item-img:before { background-image: url('../images/publications/thumb-02.jpg'); }
.publications .item:nth-child(3) .item-img:before { background-image: url('../images/publications/thumb-03.jpg'); }
.publications .item:nth-child(4) .item-img:before { background-image: url('../images/publications/thumb-04.jpg'); }*/

.publications .item-right { display: inline-block; width: 72%; margin-left: 15px; vertical-align: top; }
.publications .item p { margin: 20px 0; line-height: 23px; }
.publications .item h3 { margin: 0; font-weight: normal; color: #3546c8; }
.publications .item h2 { margin: 6px 0; font-weight: normal; }
.publications .item p.small { margin: 0; font-size: 0.875em; color: #b0b0b0; }


/*** Career page ***/
p.recruiting.title-p { margin-top: 0; }

/** Career - Careers **/
div.career { text-align: center; }

div.career p.h { font-size: 30px; margin-bottom: 0; margin-top: 100px; font-weight: bold; line-height: 30px; }

div.career p.ment { line-height: 30px; }

div.career div.e-mail { background-color: #F1C40F; width: 300px; margin: 50px auto; color: white; text-shadow: 1px 1px #cccccc; border-radius: 5px; }

div.career div.e-mail:hover { background: #f5b11f; }

div.career div.e-mail p { font-size: 18px; }

div.career div.e-mail p a { color: inherit; display: inline-block; width: 300px; height: 60px; line-height: 60px; }

/* 10.10 채용공고,채용문의 btn 스타일 추가 */
div.btnWrap {margin:50px auto;text-align:center;}
.careerBtn {background-color: #F1C40F;  width: 300px; color: white; text-shadow: 1px 1px #cccccc; border-radius: 5px;display: inline-block;height: 60px; line-height: 60px;cursor:pointer;font-size: 18px;}
.careerBtn:hover { background: #f5b11f; color:#fff;}
.careerBtn + .careerBtn{margin-left:20px;}

/** Career - Job **/
div.a-job { width: 500px; height: 290px; /* display: inline-block; */ float: left; margin: 0 5.3%; margin-top: 5%; }

div.imgblock { width: 155px; float: left; vertical-align: top; }

div.a-job img { display: inline-block; vertical-align: top; }

div.a-job div.p { /* display: inline-block; */ margin-left: 155px; }

div.job p { text-transform: capitalize; line-height: 30px; }

div.job p.job-h { margin: 0; font-size: 28px; font-weight: bold; }

div.job p.job-under { font-weight: lighter; font-size: 18px; line-height: 32px; }

/** Career - Recruiting guide **/
div.recruiting { position: relative; }

div.guide-wrapper { width: 1248px; margin: 0 auto; position: relative; height: inherit; }

div.guide-step { width: 224.5px; padding: 50px 41.5px; text-align: center; height: 100%; position: relative; float: left; }

div.guide-wrapper img.next { margin: 85px -25px 0; position: absolute; top: 65%; float: left; }

div.guide-wrapper p.guide-h { font-size: 20px; font-weight: 500; line-height: 30px; margin-bottom: 0; }

div.guide-wrapper p.guide-explain { color: #161616; line-height: 30px; margin-top: 5px; color: #616161; }

p.refer { text-align: center; margin-top: -20px; padding-bottom: 30px; line-height: 30px; color: #616161; clear: both; }

.font-p .font { font-size: 14px; }

/* 수정 및 추가  20170217 진호 시작 */
.title.main-news { margin: 2% auto 3% auto !important; }

.inner-content.outer { padding: 2% 0; }

.inner-content.inner { padding: 4% 0; }

.title.company-us { margin-bottom: 3%; }

.inner-content.company-us { padding-bottom: 3%; }

.title.company-his { margin: 3% auto 4%; }

.title.company-fare { margin: 2% auto 4%; }

.map-wrapper { min-height: 498px; }

.map-wrapper .ofcontact { min-height: 498px; }

.title.games-online { margin: 2% auto 8%; }

.title.games-global { margin: 2% auto 5%; }

.title.desc { margin: 2% auto 3%; }

.desktop.inner-content div.with-button { width: 100% !important; margin-bottom: 8%; }

.inner-content.public { padding: 48px 0; }

.inner-content.public .with-button.title { width: 100% !important; }

.main-a-news-0 .news-img, .main-a-news-1 .news-img, .main-a-news-2 .news-img { float: left; }

.main-a-news-0 .under-the-img, .main-a-news-1 .under-the-img,
.main-a-news-2 .under-the-img { width: 370px; min-height: 1px; float: left; }

.jobsector.title { margin: 2% auto 3%; }

.title.guide { margin: 2% auto 3%; }

.a-news-0 pre.public-preview, .a-news-1 pre.public-preview, .a-news-2 pre.public-preview, .a-news-3 pre.public-preview, .a-news-4 pre.public-preview, .a-news-5 pre.public-preview, .a-news-6 pre.public-preview, .a-news-7 pre.public-preview, .a-news-8 pre.public-preview, .a-news-9 pre.public-preview { display: block; width: 350px; min-height: 20px; overflow: hidden; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-all; margin: 24px 0; line-height: 25px; font-size: 16px; }

.a-news-0 .under-the-img, .a-news-1 .under-the-img, .a-news-2 .under-the-img { width: 370px; min-height: 1px; float: left; }

pre.public-preview { color: #616161; }

@media ( min-width : 1312px) {
.main-a-news-0 .news-img, .main-a-news-1 .news-img, .main-a-news-2 .news-img { float: none; }
.a-news-0 .news-img, .a-news-1 .news-img, .a-news-2 .news-img { float: none; }

#map { width: 625px; }
}

@media ( min-width : 871px) and (max-width: 1312px) {
.main-news.content-white .main-a-news-0, .main-news.content-white .main-a-news-1,
.main-news.content-white .main-a-news-2 { float: none; margin: 0 auto; }
.main-news.content-white .main-a-news-0 .under-the-img, .main-news.content-white .main-a-news-1 .under-the-img,
.main-news.content-white .main-a-news-2 .under-the-img { margin-bottom: 30px; }
.news-wrapper { width: 780px !important; }
}

@media ( min-width : 768px) and (max-width: 870px) {
.main-a-news-0, .main-a-news-1, .main-a-news-2 { width: 370px !important; float: none !important; }
.news-wrapper { width: 370px !important; }
}

@media ( max-width : 768px) {
.main-a-news-0 .under-the-img, .main-a-news-1 .under-the-img,
.main-a-news-2 .under-the-img { width: 100%; min-height: 1px; float: left; }
pre.public-preview { width: 100% !important; }
.news-img { float: none !important; }
.a-news-0 .under-the-img, .a-news-1 .under-the-img, .a-news-2 .under-the-img { width: 100%; min-height: 1px; float: left; }
.investor.with-button.title { bottom: 30px; }
}
/* 수정 및 추가  20170217 진호 수정 */

/* company 추가 및 수정 20170223 진호 수정 */
sup.year { position: absolute; margin-top: -5px; font-size: 12px; color: #8e8e8e; }
.font-p.games { line-height: 30px; }
#map { /*height: 251px; border: 3px white solid;*/display:none; }
div.map {display:none; }
/* company 추가 및 수정 20170223 진호 수정 */
@media(max-width: 1312px) {
div.substance { top: 0; }
}

/* 20170626 임진호 복지 스타일 추가 시작 */

div.new-welfare { width: 1277px; padding: 30px 0 70px 0; }
.title.company-fare > img { margin-bottom: 30px !important; }
.welfare-box { width: 470px; height: 130px; }
.welfare-box .box-img { width: 130px; height: 130px; float: left; }
.welfare-box .box-text { width: 340px; height: 101px; padding: 29px 0 0 0; float: left; }
.welfare-box .box-text h2 { margin: 0; font-size: 20px; color: #212528; }
.welfare-box .box-text p { margin: 15px 0 0 0; font-size: 14px; color: #7d7a75; line-height: 22px; }
@media(min-width: 1312px) {
    .welfare-box:nth-child(2n) { float: left; margin: 0 0 0 144px; }
    .welfare-box:nth-child(2n-1) { float: right; margin: 0 128px 0 0; }
}

/* 20180711 회사소개 비전&미션 추가 */
.companyAbout{text-align:center;padding-top:45px;}
.companyAbout .aboutSec{padding-bottom:84px;}
.companyAbout .aboutSec .hd{position:relative;padding-bottom:36px;margin-bottom:40px;}
.companyAbout .aboutSec .hd strong{display:block;font-size:35px;color:#212528;line-height:1.5;}
.companyAbout .aboutSec .hd p{font-size:20px;color:#212528;line-height:1.5;margin:4px 0 0;}
.companyAbout .aboutSec .hd:after{content:'';display:block;width:240px;height:1px;position:absolute;left:50%;bottom:0;margin-left:-120px;background-color:#ff5400;}
.companyAbout .aboutSec .image-slider{margin:0 auto;}
.companyAbout .aboutSec .desc{margin-top:40px;line-height:33px;font-size:20px;}
.companyAbout .aboutSec .desc em{display:block;font-size:25px;line-height:37px;font-weight:normal;font-style:normal;margin-top:28px;}



@media (max-width: 1277px) and (min-width: 767px) {
div.new-welfare { width: 767px; }
.welfare-box { width: 630px; }
.welfare-box .box-img { width: 130px; }
.welfare-box .box-text { width: 500px; }
.welfare-box.left { float: none; margin: 0 auto; }
.welfare-box.right { float: none; margin: 0 auto; }
}

@media (max-width: 766px) and (min-width: 435px) {
div.new-welfare { width: 400px; }
.welfare-box.left { float: none; margin: 0 auto; }
.welfare-box.right { float: none; margin: 0 auto; }
.welfare-box { width: 400px; }
.welfare-box .box-img { width: 130px; }
.welfare-box .box-text { width: 270px; }
.welfare-box .box-text h2 { font-size: 1rem; }
.welfare-box .box-text p { font-size: 0.8rem; }

}

@media (max-width: 434px) {
div.new-welfare { width: 100%; }
.welfare-box { min-height: 130px; }
.welfare-box.left { float: none; margin: 0 auto; }
.welfare-box.right { float: none; margin: 0 auto; }
.welfare-box { width: 100%; }
.welfare-box .box-img { width: 100%; height: 100px; text-align: center; }
.welfare-box .box-img img { width: 100px; height: 100px; }
.welfare-box .box-text { width: 90%; padding: 0; margin: 0 5%; text-align: center; }
.welfare-box .box-text h2, .welfare-box .box-text p { width: 100%; }
.welfare-box .box-text h2 { font-size: 1rem; }
.welfare-box .box-text p { font-size: 0.8rem; }
}
/* 20170626 임진호 복지 스타일 추가 종료 */

/* 20170907 임진호 IR 추가 */

.investor { }
.investor.with-button.title { width: 100%; margin-bottom: 50px; }
.investor .contact-box { border: solid 1px #cacaca; background: #f9f9f9; margin: 40px 0 0; padding-bottom: 20px; }
.investor .contact-box h2 { color: #0b405c; }
.investor .contact-box hr { border: none; background: #648fb2; width: 30px; height: 2px; margin-bottom: 30px; }
.investor .contact-box p { margin: 5px 8px; }
.investor .contact-box p a { color: #1e89e6; position: relative; }
.investor .contact-box p a:after { content: ''; display: block; position: absolute; width: 100%; left: 0; bottom: 0; border-bottom: solid 1px; }
.investor .contact-box p .divider { padding: 10px; }
.investor-tab { width: 100%; height: 63px; list-style-type: none; list-style-position: none; padding: 0; margin: 0; position: relative; z-index: 2; }
.investor-tab li { width: 188px; height: 61px; border: 1px #eaeaea solid; border-bottom: solid 1px #0b405c; float: left; padding: 0; margin-right: 10px; line-height: 61px; text-align: center; color: #b0b0b0; background: #fff; background: -moz-linear-gradient(top, #fff 0%, #fff 80%, #fbfbfb 100%); background: -webkit-linear-gradient(top, #fff 0%, #fff 80%, #fbfbfb 100%); background: linear-gradient(top, #fff 0%, #fff 80%, #fbfbfb 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0); }
.investor-tab li:first-child { margin-left: 0; }
.investor-tab li.active, .investor-tab li:hover { border-color: #0b405c; border-bottom-color: white; color: #2f2f2f; background: white; }
.investor-tab li a { color: inherit; text-decoration: none; display: block; width: 100%; height: 100%; }
.investor-tab-line { width: 100%; height: 1px; background: #0b405c; position: relative; z-index: 1; top: -1px; margin-bottom: 60px; }
.investor-table { width: 100%; min-height: 1px; border-collapse: collapse; margin-bottom: 63px; }
.investor-table tr th { height: 59px; border-bottom: 1px #0b405c solid; color: #2f2f2f; font-size: 16px; }
.investor-table tr th.id { width: 10%; }
.investor-table tr th.id:before { content: ''; display: block; width: 1px; height: 20px; background: #0b405c; float: left; position: relative; top: 21px; left: -1px; }
.investor-table tr th.title { width: 75%; }
.investor-table tr th.date { width: 15%; }
.investor-table tr th.date:after { content: ''; display: block; width: 1px; height: 20px; background: #0b405c; float: right; position: relative; top: 21px; right: -1px; }
.investor-table tr td { height: 63px; border-bottom: 1px #eaeaea solid; }
.investor-table tr td.id { text-align: center; color: #b0b0b0; font-size: 16px; }
.investor-table tr td.title { text-align: left; color: #2f2f2f; font-size: 18px; max-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.investor-table tr td.title a { color: inherit; }
.investor-table tr td.date { text-align: center; color: #b0b0b0; font-size: 16px; }
.investor-table tr td span.sub-date { display: none; }
.investor-table tr.item:hover { background: #f9f9f9; }
.investor.headline { color: #2f2f2f; font-size: 32px; font-weight: normal; padding: 0; margin: 0 0 18px 0; }
.investor.date-and-company { width: 100%; }
.investor.social { position: relative; top: -50px; }
.files { width: 100%; min-height: 30px; line-height: 30px; color: #696969; font-size: 16px; margin-top: 15px; }
.files.sub { display: none; }
.files-ul { float: right; padding: 0; margin: 0; list-style-type: none; list-style-position: inside; }
.files-ul li { float: right; margin-right: 10px; margin-left: 15px; cursor: pointer; }
.files-ul li img { margin-left: 12px; position: relative; top: 5px; }
.files-ul li img:hover { cursor: pointer; }
.investor.news-bna-wrapper { width: 100%; min-height: 63px; border-top: 1px #eaeaea solid; }
.investor.news-bna-wrapper .prev, .investor.news-bna-wrapper .next { width: 100%; height: 63px; line-height: 63px; border-bottom: 1px #eaeaea solid; }
.investor.news-bna-wrapper .header { width: 12%; height: 63px; margin: 0 1%; color: #b0b0b0; font-size: 16px; margin-top: 0; float: left; }
.investor.news-bna-wrapper .title { width: 66%; margin-top: 0; color: #2f2f2f; font-size: 18px; float: left; }
.investor.news-bna-wrapper .title a { color: inherit; font-size: inherit; }
.investor.news-bna-wrapper .prev .header { text-indent: 19px; }
.investor.news-bna-wrapper .next .header { text-indent: 19px; }
.investor.news-bna-wrapper .date { width: 20%; float: left; text-align: center; color: #b0b0b0; font-size: 16px; }
div.under-the-title div.social.investor.sub { display: none; }

@media screen and (max-width: 766px) {

.investor-tab { height: 53px; }
.investor-tab li { width: 30%; height: 51px; line-height: 51px; margin-right: 2%; }
/* .investor-tab li:first-child {margin-right: 2%; float: left;} */
.investor-tab-line { margin-bottom: 20px; }
.investor-table { margin-bottom: 34px; }
.investor-table th { display: none; }
.investor-table tr.item { border-top: 1px #eaeaea solid; }
.investor-table tr.item td.id { display: none; }
.investor-table tr.item td.title { width: 100%; text-indent: 8px; }
.investor-table tr.item td.date { display: none; }
.investor-table tr td span.sub-date { display: block; color: gray; font-size: 14px; }
.news-content-wrapper.investor { padding-top: 0; padding-bottom: 4px; margin-bottom: 25px; }
.investor.headline { font-size: 1.1em; margin-bottom: 0; }
.investor .date-and-company .divider { position: relative; top: 5px; }
div.under-the-title div.social.investor { display: none; }
div.under-the-title div.social.investor.sub { display: block; position: static; }
.attachfile.investor { width: 100%; height: 24px; line-height: 24px; margin-bottom: 10px; }
.files.investor { margin: 20px 0; }
.files.sub { min-height: 27px; display: block; line-height: 27px; padding-bottom: 25px; }
.files.sub .files-ul { float: none; min-height: 27px; padding: 0; margin: 0; list-style-type: none; list-style-position: inside; }
.files.sub .files-ul li { float: none; height: 27px; margin-right: 10px; margin-left: 15px; font-size: 13px; text-align: right; }
.files.sub .files-ul li img { margin-left: 12px; position: relative; top: 5px; }
.files.sub .files-ul li img:hover { cursor: pointer; }
.content-white.investor button.pr { margin-top: 8%; }
.content-white.investor .news-content { position: relative; }
.investor.news-bna-wrapper .prev .header { width: 39px; height: 39px; margin: 12px 8px 0 8px; border: 1px #e1e1e1 solid; border-radius: 2px; background: url('../images/ir/up-arrow.gif') no-repeat center center; }
.investor.news-bna-wrapper .prev .header img { display: none; }
.prev .header span { display: none; }
.investor.news-bna-wrapper .prev .title { width: calc(100% - 60px); height: 30px; line-height: 40px; font-size: 14px; margin-top: 3px; }
.investor.news-bna-wrapper .prev .date { width: calc(100% - 60px); height: 30px; line-height: 20px; font-size: 12px; text-align: left; }
.investor.news-bna-wrapper .next .header { width: 39px; height: 39px; margin: 12px 8px 0 8px; border: 1px #e1e1e1 solid; border-radius: 2px; background: url('../images/ir/down-arrow.gif') no-repeat center center; }
.investor.news-bna-wrapper .next .header img { display: none; }
.next .header span { display: none; }
.investor.news-bna-wrapper .next .title { width: calc(100% - 60px); height: 30px; line-height: 40px; font-size: 14px; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.investor.news-bna-wrapper .next .date { width: calc(100% - 60px); height: 30px; line-height: 20px; font-size: 12px; text-align: left; }

/* 20180711 회사소개 비전&미션 추가 */
.companyAbout .aboutSec .hd strong{font-size:1.6rem;}
.companyAbout .aboutSec .hd p{font-size:1rem;}
.companyAbout .aboutSec .desc{line-height:1.5;font-size:1rem;}
.companyAbout .aboutSec .desc em{font-size:1.2rem;line-height:1.5;}
.companyAbout .aboutSec{padding-bottom:50px;}

/* 20180720 슬라이드 css 수정 */
div.slider a.next,div.slide .slick-next{ background-image: url("../images/games/games-arrow-mobile-next.png"); height: 75px; margin-top:-37px }
div.slider a.prev,div.slide .slick-prev { background-image: url("../images/games/games-arrow-mobile-prev.png"); height: 75px; margin-top:-37px}

/* 10.10 채용공고,채용문의 btn 스타일 추가 */
div.btnWrap{width:100%;font-size:0;}
.careerBtn {width: 42%;padding:0 2%;}
.careerBtn:hover { background: #f5b11f; color:#fff;}
.careerBtn + .careerBtn{margin-left:4%;}

}

@media screen and (max-width: 434px) {
    div.how-contact p.font-p{font-size:15px;line-height:20px;}
    div.how-contact p.h1{margin:6px 0;}
    .investor.with-button.title { width: 100%; margin-bottom: 0; }
    .investor .contact-box { margin: 20px 0 10px; }
    .investor .contact-box p.contact { font-size: 0.8rem; margin: 5px; }
    .investor .contact-box p .divider { padding: 2px; }
    html:lang(en) .investor-tab li a { font-size: 12px; }
    /* 20180711 회사소개 비전&미션 추가 */
    .companyAbout .aboutSec .hd strong{font-size:1.4rem;}
    .companyAbout .aboutSec .hd p{font-size:0.8rem;}
    .companyAbout .aboutSec .desc{line-height:1.5;font-size:0.8rem;}
    .companyAbout .aboutSec .desc em{font-size:1.1rem;line-height:1.5;}
    .companyAbout .aboutSec{padding-bottom:40px;}
    .companyAbout .aboutSec .hd{padding-bottom:24px;margin-bottom:24px;}
}

/* 20170907 임진호 IR 종료 */


/* modal */
#blkPop { display: none; position: fixed; top: 0; z-index: 900; width: 100vw; height: 100vh; background: rgba(0, 0, 0, .5); text-align: center; }
#blkPop:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.alertPop { display: none; position: relative; width: 650px; max-width: 90%; height: auto; background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 2px 20px rgba(0,0,0,0.5); vertical-align: middle; font-size: 16px; }
.alertPop ul, .alertPop p { margin: 0; line-height: 25px; }
.alertPop .popTitle { background: #0c3f5c; color: #fff; }
.alertPop .popTitle p { padding: 23px; margin: 0; }
.alertPop .popTitle button.btnClose { border: none; width: 33px; height: 33px; position: absolute; right: 20px; top: 18px; cursor: pointer; background: transparent; }
.alertPop .popTitle button.btnClose:before,
.alertPop .popTitle button.btnClose:after { content: ''; display: block; position: absolute; height: 100%; border-right: solid 1px #fff; top: 0; left: 16px; }
.alertPop .popTitle button.btnClose:before { transform: rotate(45deg); }
.alertPop .popTitle button.btnClose:after { transform: rotate(-45deg); }
.alertPop .popContent { padding: 40px; }
.alertPop .popContent p { margin-bottom: 20px; }
.alertPop .popContent a { color: #c83535; position: relative; }
.alertPop .popContent a:after { content: ''; display: block; position: absolute; width: 100%; left: 0; bottom: -1px; border-bottom: solid 1px; }
.alertPop .popContent .contact { padding: 40px 0; background: #ececec; }
.alertPop .popContent .contact ul { display: inline-block; font-size: 14px; text-align: left; margin-right: 20px; }
.alertPop .popContent .contact li { line-height: 25px; }


/* 검색창 추가 */

.search_bottom { position: relative; width: 590px; height: 50px; box-sizing: border-box; margin: 0 auto 100px auto; text-align: center; }
.search_bottom .custom_select { width: 150px; height: 50px; box-sizing: border-box; border: none; vertical-align: middle;}
.search_bottom .custom_select select { height: 50px; box-sizing: border-box; font-size: 15px; border: 1px solid #dfdfdf; }
.search_bottom .custom_select:focus select { border: 1px solid #323232; }
.search_bottom .custom_input { width: 434px; margin-left: 6px; vertical-align: middle; }
.search_bottom .custom_input.search { border: none; position: relative; display: inline-block;}
.search_bottom .custom_input.search input[type="text"] { width:100%; height: 50px; box-sizing: border-box; border: 1px solid #dfdfdf; font-size: 15px; color: #000; font-weight: normal; transition: all 0.25s; padding: 0 75px 0 25px; }
.search_bottom .custom_input.search input::placeholder { /* Firefox */ color: #888; opacity: 1;}
.search_bottom .custom_input.search input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #888;}
.search_bottom .custom_input.search input::-ms-input-placeholder { /* Microsoft Edge */ color: #888;}
.search_bottom .custom_input.search .btn_search { display: block; position: absolute; top: 0; right: 0; width: 51px; height: 50px; box-sizing: border-box; background: #f1f0ee; border: 1px solid #dfdfdf; transition: all 0.25s; cursor: pointer;}
.search_bottom .custom_input.search .btn_search:before { display: block; content: ""; overflow: hidden; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 60%; height: 60%; box-sizing: border-box; background: url(../images/news/icon_search.png) center center no-repeat; background-size: contain; -webkit-filter:brightness(0%); filter:brightness(0%);  }
.search_bottom .custom_input.search input:focus { border: 2px solid #323232; outline: none; padding-left: 24px; }
.search_bottom .custom_input.search input:focus::placeholder { /* Firefox */ color: #000; opacity: 1;}
.search_bottom .custom_input.search input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000;}
.search_bottom .custom_input.search input:focus::-ms-input-placeholder { /* Microsoft Edge */ color: #000;}
.search_bottom .custom_input.search input:focus + .btn_search { background: #323232; border: 2px solid #323232;}
.search_bottom .custom_input.search input:focus + .btn_search:before { -webkit-filter:brightness(100%); filter:brightness(100%); }


@media screen and (min-width: 1025px) {
    /* hover */
    .search_bottom .custom_select:hover select {border: 2px solid #323232;}
    .search_bottom .custom_input.search:hover input {border: 2px solid #323232;}
    .search_bottom .custom_input.search:hover input[type="text"] { padding: 0 74px 0 24px; }
    .search_bottom .custom_input.search:hover input::placeholder {/* Firefox */color: #000;opacity: 1;}
    .search_bottom .custom_input.search:hover input:-ms-input-placeholder {/* Internet Explorer 10-11 */color: #000;}
    .search_bottom .custom_input.search:hover input::-ms-input-placeholder {/* Microsoft Edge */color: #000;}
    .search_bottom .custom_input.search:hover .btn_search {background: #323232;border: 2px solid #323232;}
    .search_bottom .custom_input.search:hover .btn_search:before {-webkit-filter:brightness(100%); filter:brightness(100%);}

}