body,
div,
dl,
dt,
dd,
li,
form,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
}
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
caption,
th {
  border: 0;
}
q:before,
q:after {
  content: '';
}
a,
a:visited {
  color: #7a8098;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
img {
  display: inline-block;
  max-width: 100%;
  border: 0 none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1em;
}
address,
cite,
em,
dfn {
  font-style: normal;
}
blockquote,
p {
  margin: 0;
}
pre {
  margin: 0;
  font-size: 1em;
}
hr {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Barlow_Regular';
  src: local('Barlow Regular'), local('Barlow_Regular'), url(../font/Barlow_Regular.eot), url(../font/Barlow_Regular.eot?#iefix) format('embedded-opentype'), url(../font/Barlow_Regular.woff) format('woff'), url(../font/Barlow_Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Barlow_SemiBold';
  src: local('Barlow SemiBold'), local('Barlow_SemiBold'), url(../font/Barlow_SemiBold.eot), url(../font/Barlow_SemiBold.eot?#iefix) format('embedded-opentype'), url(../font/Barlow_SemiBold.woff) format('woff'), url(../font/Barlow_SemiBold.otf) format('opentype');
}

@font-face {
  font-family: 'Barlow_Bold';
  src: local('Barlow SemiBold'), local('Barlow_Bold'), url(../font/Barlow_Bold.eot), url(../font/Barlow_Bold.eot?#iefix) format('embedded-opentype'), url(../font/Barlow_Bold.woff) format('woff'), url(../font/Barlow_Bold.otf) format('opentype');
}

a.btn {
  display: inline-block;
  vertical-align: top;
}

.btn:not(a) {
  background: transparent;
  border: 0;
}

.btn {
  line-height: 1;
}

.a11y {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1;
  overflow: hidden;
}

.new {
  padding-right: 24px;
}

.new:after {
  content: 'N';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #e80000;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

body {
  color: #7a8098;
  font-size: 14px;
  font-family: 'Barlow_Regular', Arial, Helvetica, 'Apple SD Gothic Neo', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background: #2b2e37;
  word-break: keep-all;
  word-wrap: break-word;
}

button {
  padding: 0;
  font-size: 14px;
  font-family: 'Barlow_Regular', Arial, Helvetica, 'Apple SD Gothic Neo', sans-serif;
  font-weight: 400;
  cursor: pointer;
}

.launcher-wrap {
  position: relative;
  padding: 0 20px;
  width: 872px;
  height: 352px;
}

.launcher-wrap .logo {
  position: absolute;
  left: 125px;
  top: 0;
  width: 176px;
  height: 56px;
  background: url(/img/launcher/img_rohan_logo.png) 0 0 no-repeat;
  z-index: 10;
}

.launcher-wrap .logo > a {
  display: block;
  width: 100%;
  height: 100%;
}

.launcher-wrap .launcher-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.launcher-wrap .launcher-control .btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 0;
}

.launcher-wrap .launcher-control .btn {
  position: relative;
  margin-left: 3px;
  width: 24px;
  height: 23px;
  background-color: #3f414a;
}

.launcher-wrap .launcher-control .btn:first-child {
  margin-left: 0;
}

.launcher-wrap .launcher-control .btn:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

	.launcher-wrap .launcher-control .btn-mini:before {
		background: url(/img/launcher/btn_launcher_minimize.png) top 16px center/14px 2px no-repeat;
	}

	.launcher-wrap .launcher-control .btn-close:before {
		background: url(/img/launcher/btn_launcher_close.png) center/15px 15px no-repeat;
	}

.launcher-wrap .launcher-control .inner_half {
  text-align: right;
}

.launcher-wrap .launcher-control .inner_half:first-child {
  text-align: left;
}

.launcher-wrap .launcher-control .list_menu {
  display: inline-block;
  padding: 20px 80px 0 0;
  font-size: 0;
}

.launcher-wrap .launcher-control .list_menu li {
  display: inline-block;
  margin-left: 7px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.launcher-wrap .launcher-control .list_menu li:before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  width: 1px;
  height: 10px;
  background: #4c4e5b;
}

.launcher-wrap .launcher-control .list_menu li:first-child {
  margin-left: 0;
}

.launcher-wrap .launcher-control .list_menu li:first-child:before {
  content: none;
  margin-right: 0;
}

.launcher-wrap .launcher-control {
}

.launcher-wrap .launcher-content {
  font-size: 0;
}

.launcher-wrap .launcher__item {
  position: relative;
  font-size: 0;
}

.launcher-wrap .launcher__item .rating {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 155px;
  height: 58px;
  /* background: url(../images/img_rating.png) 0 0 no-repeat; */
  z-index: 10;
}

.launcher-content .grp_status {
  position: absolute;
  top: 0;
  left: 0;
  width: 371px;
  height: 78px;
}

.grp_status .grp_half {
  display: table;
  width: 100%;
  height: 100%;
}

.grp_status .inner_half {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}

.grp_status .inner_half:first-child {
  text-align: left;
}

.grp_status .emph_status {
  position: relative;
  top: 3px;
  left: 1px;
  font-size: 12px;
  color: #7a8098;
  letter-spacing: -0.15px;
}

.launcher-notice {
  position: relative;
  margin-top: 87px;
  padding: 25px 30px;
  width: 371px;
  height: 265px;
}

.launcher-notice .title {
  font-family: 'Barlow_SemiBold';
  font-size: 26px;
  line-height: 1;
  color: #a1acc2;
  text-transform: uppercase;
}

.launcher-notice .notice-list {
  padding-top: 24px;
  line-height: 1;
}

.launcher-notice .notice-list .update:before {
  content: 'U';
  background: #404dab;
}

.launcher-notice .notice-list .notice:before {
  content: 'N';
  background: #e02424;
}

.launcher-notice .notice-list > li {
  position: relative;
  margin-top: 15px;
  padding-left: 32px;
  height: 21px;
  line-height: 21px;
}

.launcher-notice .notice-list > li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 21px;
  color: #fff;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  text-align: center;
  line-height: 21px;
  vertical-align: top;
}

.launcher-notice .notice-list > li > a {
  display: inline-block;
  position: relative;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.launcher-notice .notice-list > li:first-child {
  margin-top: 0;
}

.launcher-notice .link_more {
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 1;
  width: 24px;
  height: 24px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
}

.launcher-notice .link_more:before,
.launcher-notice .link_more:after {
  position: absolute;
  background-color: #7a8098;
  content: '';
}

.launcher-notice .link_more:before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
}

.launcher-notice .link_more:after {
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  margin-top: -1px;
}

.launcher-slide {
  position: relative;
  margin-left: 11px;
  width: 450px;
  height: 352px;
  overflow: hidden;
}

.launcher-slide .slide,
.launcher-slide .slick-list,
.launcher-slide .slick-track {
  height: 100%;
}

.launcher-slide .btn {
  position: absolute;
  top: 102px;
  width: 26px;
  height: 52px;
  z-index: 10;
}

	.launcher-slide .btn-slide-prev {
		left: 10px;
		background: url(/img/launcher/btn_slide_prev.png) 0 0 no-repeat;
	}

	.launcher-slide .btn-slide-next {
		right: 10px;
		background: url(/img/launcher/btn_slide_next.png) 0 0 no-repeat;
	}

.slide .slide__item {
  position: relative;
}

.slide .slide__item > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 2020-10-23 Ãß°¡ ½ÃÀÛ */
.slide .slide__item .thumb_slide {
	display: block;
	overflow: hidden;
	height: 255px;
}
/* 2020-10-23 Ãß°¡ ³¡ */

.slide .slide__item > img {
	max-height: 255px;
}

.slide .slide__item .info {
	padding: 30px 30px 0;
	height: 97px;
	line-height: 1;
}

.slide .slide__item .info {
  padding:30px 30px 0;
  height: 97px;
  line-height: 1;
}

.slide .slide__item .info dl {
  margin-top: 10px;
}

/* 2020-11-04 ¼öÁ¤ ½ÃÀÛ */
.slide .slide__item .info dl:first-child {
  display: inline-block;
  margin-top: 0;
}

.slide .slide__item .title {
	position: relative;
	max-width: 390px;
	padding-right: 24px;
	color: #a1acc2;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.slide .slide__item .new:after {
	right: 0;
}
/* 2020-11-04 ¼öÁ¤ ³¡ */

.slide .slide__item .date {
  color: #868686;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slide .slick-dots {
  bottom: 103px;
  z-index: 10;
}

.slick-dots li {
  margin: 0;
  margin-left: 4px;
  width: 30px;
  height: 2px;
}

.slick-dots li:first-child {
  margin: 0;
}

.slide .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.slide .slick-dots li button:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #76767e;
  border-radius: 0;
  opacity: 1;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
  background: #fff;
}

.launcher-notice,
.launcher-slide {
  display: inline-block;
  font-size: 14px;
  background: #1f1f27;
  vertical-align: top;
}

.launcher-progress {
  margin-top: 43px;
  padding-right: 223px;
  font-size: 14px;
}

.launcher-progress .progress-info {
  position: relative;
  padding-left: 117px;
  height: 48px;
}

.launcher-progress .progress-info .btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}

.launcher-progress .progress-info .btn {
  margin-left: -1px;
  width: 77px;
  height: 30px;
  padding: 0 14px;
  border: 1px solid #6f7074;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 28px;
  color: #868688;
  vertical-align: top;
  text-transform: uppercase;
}

.launcher-progress .progress-info .btn:hover,
.launcher-progress .progress-info .btn:focus {
  color: #fff;
  background: #576685;
  border-color: #576685;
}

.launcher-progress .progress-info .btn:first-child {
  margin-left: 0;
}

.launcher-progress .progress-bar {
  margin-top: 13px;
}

.launcher-progress .progress-bar .total .cover {
  background: #8b714b;
}

.launcher-progress .progress-bar .current .cover {
  background: #344d7f;
}

.launcher-progress .progress-bar .bar {
  position: relative;
  margin-top: 7px;
  height: 6px;
  background: #030305;
}

.launcher-progress .progress-bar .bar:first-child {
  margin-top: 0;
}

.launcher-progress .progress-bar .cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.launcher-progress .info-total {
  position: absolute;
  left: 0;
  top: 0;
  color: #ad8c5d;
  font-family: 'Barlow_SemiBold';
  font-size: 60px;
  line-height: 48px;
}

.launcher-progress .info-total > dd:after {
  content: '%';
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  font-size: 30px;
}

.launcher-progress .info-text {
  padding-bottom: 4px;
  font-size: 12px;
}

.launcher-progress .info-detail {
  position: absolute;
  left: 117px;
  bottom: 0;
  font-size: 0;
  line-height: 1;
}

.launcher-progress .info-detail .volume {
  margin-right: 32px;
  font-size: 12px;
  color: #ad8c5d;
}

.launcher-progress .info-detail .volume .a11y:first-child + dd:after {
  content: '/';
  margin-left: 4px;
}

.launcher-progress .info-detail dl,
.launcher-progress .info-detail dt,
.launcher-progress .info-detail dd {
  display: inline-block;
  font-size: 12px;
}

.launcher-progress .btn-game-download {
  font-size: 18px;
  background: #a78a60;
  border-top: 1px solid #cab9a0;
  border-bottom: 1px solid #a7855f;
}

.launcher-progress .btn-game-start {
  font-size: 24px;
  background: #ab3f4f;
  border-top: 1px solid #cd8c95;
  border-bottom: 1px solid #a23e4d;
  font-family: 'Barlow_SemiBold';
  text-transform: uppercase;
}

.launcher-progress > .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 202px;
  height: 80px;
  color: #fff;
  line-height: 78px;
}

.grp_half {
  font-size: 0;
}

.inner_half {
  display: inline-block;
  width: 50%;
}
