@charset "utf-8";

/* css reset */

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Noto Sans KR', sans-serif, '나눔고딕', Nanum Gothic, '돋움', Dotum, '굴림', Gulim, Helvetica, Sans-serif;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 게임 이용 내역 조회 달력 때문에 주석 처리 */
html {
  /* overflow-y: scroll; */
  height: 100%;
}

body {
  height: 100%;
}

body,
div,
table {
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif, '나눔고딕', Nanum Gothic, '돋움', Dotum, '굴림', Gulim, Helvetica, Sans-serif;
  color: #605f5f;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div {
  box-sizing: border-box;
}

fieldset,
img,
button {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var,
th {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

th,
td {
  text-align: left;
}

legend,
caption,
.invisible {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* 커서 포인트 */

.hand {
  cursor: pointer;
}

/* 기본링크값 */

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* float 속성으로인한 버그해결 ---------------------------------------------------------------*/

.clearfix:after {
  content: '.';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Hides from IE-mac */

/* Font Style ------------------------------------------------ */

.black {
  color: black;
}

.green {
  color: green;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.gray {
  color: gray;
}

.yellow {
  color: yellow;
}

/* Img Style ------------------------------------------------ */

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

/* Form -------------------------------------------------------------------------*/

select,
textarea {
  font-family: '맑은 고딕';
  font-size: 12px;
  color: #605f5f;
  padding: 1px;
}

input {
  padding: 3px 0 2px 5px;
  letter-spacing: 0;
  font-size: 11px;
  border: 1px solid #cdcdcd;
}
body {
  background: #eaeaea;
}
.wrap .sub_header {
  background: #303030;
}
.wrap .sub_header_con {
  position: relative;
  width: 1180px;
  height: 186px;
  margin: 0 auto;
}
.wrap .sub_header_con.h_132 {
  height: 132px;
  border-bottom: 6px solid #ff6e01;
}

.wrap .sub_header .sub_header_con .mymenu_box h1 {
  padding: 42px 0 0;
  text-align: center;
}
.wrap .sub_header .sub_header_con .mymenu_box h1 img {
  display: inline;
}
.wrap .sub_header .sub_header_con .mymenu_box ul {
  position: absolute;
  right: 0;
  top: 25px;
}
.wrap .sub_header .sub_header_con .mymenu_box ul:after {
  content: '';
  display: block;
  clear: both;
}
.wrap .sub_header .sub_header_con .mymenu_box ul li {
  float: left;
  padding: 0 20px;
  background: url('https://common-cdn-api.joycityglobal.com/portal/common/blt/blt_stick1.jpg') no-repeat left 4px;
}
.wrap .sub_header .sub_header_con .mymenu_box ul li:first-child {
  color: #a0a0a0;
  padding-left: 0;
  background: none;
}
.wrap .sub_header .sub_header_con .mymenu_box ul li a {
  color: #a0a0a0;
  font-size: 12px;
  line-height: 20px;
}
.wrap .sub_header .sub_header_con .mymenu_box ul li strong {
  font-size: 12px;
  line-height: 20px;
  color: #ff6e00;
  font-weight: bold;
}
.wrap .sub_header .sub_header_con .navi {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff6e01;
  width: 100%;
  height: 54px;
}
.wrap .sub_header .sub_header_con .navi ul {
  padding: 0 60px;
}
.wrap .sub_header .sub_header_con .navi ul:after {
  clear: both;
  display: block;
  content: '';
}
.wrap .sub_header .sub_header_con .navi ul.menu li {
  float: left;
  text-align: center;
  width: 16.6%;
}
.wrap .sub_header .sub_header_con .navi ul.menu li a {
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
  padding-top: 22px;
  height: 54px;
  display: block;
  padding: 20px 24px 0;
  width: 100%;
  box-sizing: border-box;
}
.wrap .sub_header .sub_header_con .navi ul.menu li.on a,
.wrap .sub_header .sub_header_con .navi ul.menu li a:hover {
  color: #101010;
  background: #fff;
}
.wrap .sub_header .sub_header_con .navi .navi_submenu {
  display: none;
  position: absolute;
  left: 60px;
  top: 55px;
  border-bottom: 1px solid #c0c0c0;
  width: 90%;
  height: 52px;
}
.wrap .sub_header .sub_header_con .navi .navi_submenu ul {
  position: absolute;
  left: 190px;
  top: -2px;
  padding: 0;
}

.wrap .sub_header .sub_header_con .navi .menu + .navi_submenu ul {
  left: 20px;
}

.wrap .sub_header .sub_header_con .navi .menu + .navi_submenu + .navi_submenu ul {
  left: 210px;
}

.wrap .sub_header .sub_header_con .navi .navi_submenu ul:after {
  display: block;
  clear: both;
  content: '';
}
.wrap .sub_header .sub_header_con .navi .navi_submenu ul li {
  float: left;
}
.wrap .sub_header .sub_header_con .navi .navi_submenu ul li a {
  font-size: 14px;
  color: #808080;
  display: block;
  padding: 19px 6px;
  margin: 0 29px;
}
.wrap .sub_header .sub_header_con .navi .navi_submenu ul li.on a,
.wrap .sub_header .sub_header_con .navi .navi_submenu ul li a:hover {
  font-weight: bold;
  color: #303030;
  border-bottom: 2px solid #ff6e00;
}

.wrap .footer {
  background: #262626;
  padding-bottom: 50px;
}
.wrap .footer.pos_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.wrap .footer .footer_con {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.wrap .footer .footer_con h3 {
  position: absolute;
  left: 0;
  top: 45px;
}
.wrap .footer .footer_con .copylight {
  padding: 40px 0 0 160px;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 20px;
}
.wrap .footer .footer_con .copylight ul {
  margin-bottom: 10px;
}
.wrap .footer .footer_con .copylight ul:after {
  content: '';
  display: block;
  clear: both;
}
.wrap .footer .footer_con .copylight ul li {
  float: left;
  padding: 0 20px;
  background: url('https://common-cdn-api.joycityglobal.com/portal/common/blt/blt_stick1.jpg') no-repeat left 4px;
}
.wrap .footer .footer_con .copylight ul li:first-child {
  padding-left: 0;
  background: none;
}
.wrap .footer .footer_con .copylight ul li a {
  color: #a0a0a0;
  font-size: 12px;
  line-height: 20px;
}
.wrap .footer .footer_con .copylight p {
  margin-bottom: 10px;
}

/* footer langauge */
.wrap .footer .footer_con .footer_lang {
  position: absolute;
  right: 0;
  top: 40px;
}

.wrap .footer .footer_con .lang_select {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 124px;
  height: 30px;
  border: 1px solid #404040;
  font-size: 13px;
  font-family: '돋움';
  line-height: 30px;
  color: #c0c0c0;
  padding-left: 15px;
  cursor: pointer;
}

.wrap .footer .footer_con .lang_select::before {
  content: '';
  background: url(https://common-cdn-api.joycityglobal.com/portal/common/icon/ico_lang_arrdown.png) center no-repeat;
  width: 11px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotateX(0deg);
  transition: all 0.5s;
}

.wrap .footer .footer_con .slide.lang_select::before {
  transform: translateY(-50%) rotateX(180deg);
}

.wrap .footer .footer_con .lang_list {
  display: none;
  box-sizing: border-box;
  padding: 5px 0;
  width: 124px;
  background-color: #101010;
  border: 1px solid #404040;
  border-top: none;
}

.wrap .footer .footer_con .lang_item {
  padding: 5px 15px;
}

.wrap .footer .footer_con .lang_link {
  font-size: 13px;
  font-family: '돋움';
  color: #c0c0c0;
}

/* btn style */
.btn_type1 {
  display: inline-block;
  color: #fff;
  background: #ff6e01;
  width: 156px;
  height: 49px;
  /* padding-top: 16px; */
  line-height: 49px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 16px;
}
.btn_type2 {
  display: inline-block;
  color: #fff;
  background: #c0c0c0;
  width: 156px;
  height: 49px;
  padding-top: 16px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 16px;
}
.btn_type3 {
  display: inline-block;
  color: #fff;
  background: #404040;
  min-width: 156px;
  height: 49px;
  padding: 16px 18px 0 23px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 16px;
}
.btn_type4 {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 120px;
  height: 45px;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
  font-size: 15px;
}
.btn_type5 {
  display: block;
  color: #fff;
  background: #ff6e01;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 19px;
}

/* checkbox style */

/* type1 */
p.checkbox_type1 input {
  vertical-align: -2px;
  margin: 0 5px 0 0;
}
p.checkbox_type1 input[type='checkbox'] {
  display: none;
}
p.checkbox_type1 input[type='checkbox'] + label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -6px; /* img 아이콘 항상 세로정렬을 하기 위함 */
  background: url('https://common-cdn-api.joycityglobal.com/portal/common/icon/ico_checkbox2.png') no-repeat 0px 0px;
  margin: 0 5px 0 0;
}
p.checkbox_type1 input[type='checkbox']:checked + label::before {
  background-position: 0 -22px;
}

/* type2 */
p.checkbox_type2 input {
  vertical-align: -2px;
  margin: 0 5px 0 0;
}
p.checkbox_type2 input[type='checkbox'] {
  display: none;
}
p.checkbox_type2 input[type='checkbox'] + label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -6px; /* img 아이콘 항상 세로정렬을 하기 위함 */
  background: url('https://common-cdn-api.joycityglobal.com/portal/common/icon/ico_checkbox3.png') no-repeat 0px 0px;
  margin: 0 5px 0 0;
}
p.checkbox_type2 input[type='checkbox']:checked + label::before {
  background-position: 0 -22px;
}

/* type3 */
p.checkbox_type3 input {
  vertical-align: -2px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
p.checkbox_type3 input[type='checkbox'] {
  display: none;
}
p.checkbox_type3 input[type='checkbox'] + label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 20px;
  vertical-align: -6px; /* img 아이콘 항상 세로정렬을 하기 위함 */
  background: url('https://common-cdn-api.joycityglobal.com/portal/common/icon/ico_checkbox4.png') no-repeat 0px 0px;
}
p.checkbox_type3 input[type='checkbox']:checked + label::before {
  background-position: 0 -20px;
}

/* margin type */
.mt20px {
  margin-top: 20px;
}

/* amjun */
.amjun {
  display: none;
  z-index: 10;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: fixed;
  left: 0;
  top: 0;
}

/* 인풋 창 하단 알림 문구 */
.noti_text {
  margin-left: 0 !important;
  font-size: 11px !important;
  color: #ff6e01 !important;
  padding-top: 10px !important;
  display: block;
}

.noti_text.hide {
  display: none;
}

.certification .btn_type1,
.certification .btn_type3 {
  background-color: #404040;
}

.certification .btn_type1:hover,
.certification .btn_type3:hover {
  background-color: #ff6e00;
}

/*
  popup
  20190124 popup
*/

.popup1 {
  display: none;
  width: 400px;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* background-color: #fff; */
}

.popup2 {
  display: none;
  width: 400px;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* background-color: #fff; */
}
