
@charset "utf-8";
*{margin: 0; padding: 0; color: #707070; }
a{text-decoration: none;}
li{list-style: none; text-decoration: none;}
img{border: 0;}
body{background-color: #050505;}
input{vertical-align: middle; line-height: normal;}
@font-face {
    font-family: RixVitaM; // 사용할 폰트명
    src: local(※), url('/fonts/RixVitaM.woff') format('woff') // ie9이상은 woff 포맷 적용
    }
#full_wrap{
  width: 100%;
  min-width: 1000px;
  background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/bg1.jpg) center top no-repeat;
}
#wrap{
  width: 1000px;
  margin: 0 auto; padding: 0;
}

/* 탑 로고 메뉴 */
#main_header{
  width: 1000px;
  height: 420px;
  margin: 0 auto;
  position: relative;
}
.logo{
  position: absolute;
  padding: 1px 0 0 0px;
  z-index: 3;
}
#main_header > #main_gnb{
  position: absolute;
  font-family: RixVita M;
  top: 0;
  padding-left: 214px; /* 2018-01-23 수정  */
  z-index: 2;
}
#main_gnb > ul{
  overflow: hidden;
}
#main_gnb > ul > li{
  float: left;
  text-align: center;
  width: 131px; /* 2018-01-23 수정  */
  height: 99px;
}
#main_gnb > ul > li > a, .sub_btn{
  display: block;
  color: #707070;
  font-size: 18px;
  padding-top: 40px;
  font-family: RixVita M;
  text-decoration: none;
  font-weight: bold;
}
#main_gnb > ul > li > a:hover, .sub:hover .sub_btn{
  color: #e89319;
  background: black;
  height: 60px;
  opacity: 0.8;
  text-decoration: none;
  border-right: 1px solid #323131;
  border-left: 1px solid #323131;
  border-top: 1px solid #323131;
}
#main_gnb > ul > li > .sub{
  display: inline-block;
}
#main_gnb ul .sub .sideline{
	border-right: none;
	border-left: none;
}

.sub_content{
  display: none;
  position: absolute;
  background-color: black;
  opacity: 0.8;
  height: 155px;
  width: 129px;    /* 2018-01-23 수정  */
  margin-top: -2px;
  font-weight: 600;
  border-right: 1px solid #323131;
  border-left: 1px solid #323131;
  border-bottom: 1px solid #323131;
}
.sub_content li{
  line-height: 14px;
}
.sub_content li a{
	display: block;
    font-family: Segoe UI;
    font-size: 15.5px;
    text-align: center;
    color: #707070;
    width: 131px;
    padding-top: 10px;
	text-decoration: none;
}
.sub_content a:hover{
  color: white;
}
.sub:hover .sub_content{
  display: block;
}
.sub_content ul img.forums_newicon{
    position: absolute;
    left: 100px;    /* 2018-01-23 수정  */
    top: 10px;
}

/* 탑 로고 메뉴 */

/* 메인 이미지 롤링 */
.rolling_img img {
      background: transparent;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
      zoom: 1;
}
.rolling_box{
  position: relative;
  height: 338px;
  padding-top: 82px;
  overflow: hidden;
}
.rolling_box .rolling_img li{
  display: none;
  overflow: hidden;
}
.rolling_box .rolling_img .active{
  display: block;
}
.rolling_box .rolling_btn{
  position: absolute;
  bottom: 23px;
  left: 45px;
  }
.rolling_box .rolling_btn li{display:inline-block;}
.rolling_box .rolling_btn li span{float:left;}
.rolling_box .rolling_btn li .on{display:none;}
.rolling_box .rolling_btn .active .on{display:inline-block;}
.rolling_box .rolling_btn .active .off{display:none;}

.rolling_box .sum_box{
	position: absolute;
	right: 0px;
    top: 137px;
}
.rolling_box .sum_box li{
	float: left;
	top: 15px;
    right: 11px;
}
.rolling_box .sum_box .sum01{
	position: absolute;
}
.rolling_box .sum_box .sum02{
	position: absolute;
	top: 105px;
}
.rolling_box .sum_box .sum03{
	position: absolute;
	top: 190px;
}
.rolling_box .sum_btn{
	position: absolute;
	top: 0;
	right: 0;
}
.rolling_box .sum_btn .btn_up{
	position: absolute;
	right: 100px;
    top: 140px;
}
.rolling_box .sum_btn .btn_dw{
	position: absolute;
	right: 100px;
    top: 398px;
}

/* 메인 이미지 롤링 */

/* 사이드 메뉴 */

#container{
  width: 1000px;
  /*height: 437px;*/
  position: relative;
  top: 19px;
  *zoom: 1;
}
#container:after{content: '';display: block;clear: both;}

#common_side_left{
  width: 277px;
  height: 437px;
  float: left;
  position: relative;
}
.down_box{
  width: 278px;
  height: 84px;
}

/* 로그인 전 */
.login_box{
  position: relative;
}
.login_before{
  background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/login_bg_steam.jpg) no-repeat;
  height: 268px;
}
.login_before_gng{
  background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/login_bg1_gng.jpg) no-repeat;
  height: 268px;
}
.login_before_gng .gng_btn{
    position: relative;
    top: 72px;
    left: 20px;
}

.login_before_gng .gng_login img{
    margin-bottom: 20px;
    margin-left: 2px;
}
.login_before_gng .gng_mb img{
    margin-left: 2px;
}

.login_before input[type=checkbox] { display:none; }
.login_before input[type=checkbox] + label {cursor: pointer; top: 15px; left: 15px; height: 19px; position: absolute; padding-left: 21px; background: url('http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/steam_check_off.png') left/21px no-repeat;}
.login_before input[type=checkbox]:checked + label { background-image: url('http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/steam_check_on.png'); }


.login{
  padding: 44px 0 0 15px;
}
.login_box .login_id{
  width: 144px;
  height: 39px;
  border: 1px solid #eaeaeb;
  color: #000;
  padding-left: 10px;
  font-size: 14px;
}
.login_box .login_pw{
  width: 144px;
  border: 1px solid #eaeaeb;
  height: 40px;
  color: #000;
  padding-left: 10px;
}
.login_box .btn_login{
  position: absolute;
  top: 44px;
  left: 170px;
}
.login_box .find {
  padding-left: 44px;
  padding-top: 20px;
}
.login_box .find li{
	font-size: 14px;
    float: left;
    font-family: NanumGothic;
    color: #636363;
    text-decoration: none;
    font-weight: bold;
	padding-right: 12px;
}
.login_box .find li a{
  font-size: 14px;
  float: left;
  font-family: NanumGothic;
  color: #636363;
  text-decoration: none;
  font-weight: bold;
}
.login_box .social {
	padding-left: 14px;
    padding-top: 28px;
}
.login_box .social li a{
  float: left;
  padding-right: 7px;
}
/* 로그인 전 */
/* 로그인 후 */
.login_after{
  background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/loginbg_after1.jpg) no-repeat;
  height: 268px;
}
.login_after_in ul{
  padding-top: 109px;
  text-align: center;
}
.login_after .logout img{
	position: relative;
	top: -140px;
	right: -187px;
}
.login_after_in .id{
	color: #ae6129;
	font-size: 18px;
	font-family: Segoe UI;
	font-weight: 600;
	text-decoration: underline;
}
.login_after_in .info{
	color: #848484;
	font-size: 16px;
	font-weight: 600;
	padding-top: 6px;
	font-family: Segoe UI;
}
.login_box .find_after{
	padding-top: 60px;
	padding-left: 55px;
}
.login_box .find_after li a{
  font-size: 14px;
  float: left;
  font-family: NanumGothic;
  color: #636363;
  text-decoration: none;
  padding-right: 19px;
  font-weight: 600;
}
.login_box .social_after {
  padding: 63px 0 0 4px;
  margin-bottom: 12px;
}
/* 로그인 후 */
/* 로그인 후 캐쉬 */
.login_after_cash{
  background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/loginbg_after2.jpg) no-repeat;
  height: 268px;
}
.login_after_in_cash ul{
  padding-top: 90px;
  text-align: center;
}
.login_after_cash .logout_cash img{
	position: relative;
	top: -198px;
	right: -187px;
}
.login_after_in_cash .id_cash{
	color: #f3dba7;
	font-size: 18px;
	font-family: Segoe UI;
	font-weight: 600;
	text-decoration: underline;
}
.login_after_in_cash .img_point{
	float: left;
}
.login_after_in_cash .point .img_point img{
	position: absolute;
	left: 37px;
}
.login_after_in_cash .info_cash{
	color: #848484;
	font-size: 16px;
	font-weight: 600;
	padding-top: 6px;
	font-family: Segoe UI;
}
.login_after_in_cash .info_cash span{
	color: #35b1a8;
}
.login_after_in_cash ul.point{
    padding-top: 47px;
}
.login_after_in_cash .point .info_cash_point{
	color: #848484;
    font-size: 14px;
    font-weight: 600;
    font-family: Segoe UI;
    padding-left: 62px;
    text-align: left;
}
.login_after_in_cash .point .info_cash_point span{
	color: #35b1a8;
    position: absolute;
    right: 24px;
}
.login_after_in_cash .ppoint .img_point img{
	position: absolute;
	left: 39px;
    top: 189px;
}
.login_after_in_cash ul.ppoint{
    padding-top: 62px;
}
.login_after_in_cash .ppoint .info_cash_point{
	color: #848484;
    font-size: 14px;
    font-weight: 600;
    font-family: Segoe UI;
    padding-left: 62px;
    text-align: left;
}
.login_after_in_cash .ppoint .info_cash_point span{
	color: #35b1a8;
    position: absolute;
    right: 24px;
}
.login_box .find_after_cash{
	padding-top: 3px;
	padding-left: 17px;
}
.login_box .find_after_cash li a{
  font-size: 14px;
  float: left;
  font-family: NanumGothic;
  color: #636363;
  text-decoration: none;
  padding-right: 13px;
  font-weight: 600;
}
.login_box .find_after_cash .btn_change img{
	position: absolute;
	left: 194px;
    top: 230px;
}
.login_box .social_after {
  padding: 63px 0 0 4px;
  margin-bottom: 12px;
}
/* 로그인 후 캐쉬 */

/* 채널링 로그인 전 */
.login_ch_before{
  background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/login_bg_ch.jpg) no-repeat;
  height: 268px;
}
.login_ch_before_in{
    padding-top: 62px;
    padding-left: 34px;
}

.login_ch_before_in li.one{
    font-size: 14px;
    font-family: Segoe UI;
    color: #848484;
    padding-left: 9px;
}
.login_ch_before_in li.two{
    padding-top: 10px;
}
.login_ch_before_in li.there{
    float: left;
    font-size: 14px;
    font-family: NanumGothic;
    color: #537881;
    padding-right: 24px;
    padding-left: 18px;
    padding-top: 11px;
}
.login_ch_before_in li.four{
    font-size: 14px;
    font-family: NanumGothic;
    color: #537881;
    padding-top: 11px;
}
.login_ch_before_in li.five{
    padding-top: 12px;
}

/* 채널링 로그인 후 */
.login_ch_after{
  background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/login_bg_ch.jpg) no-repeat;
  height: 268px;
}
.login_ch_after_in{
    padding-top: 83px;
    padding-left: 45px;
}
.login_ch_after_in li{
    font-size: 14px;
    font-family: Segoe UI;
    color: #848484;
    line-height: 19px;
    padding-bottom: 10px;
}
.login_ch_after_in li a{
    color: #ae6129;
    text-decoration: underline;
}

/* 채널링 로그인 후 캐시템 */
.login_after_ch_cash{
  background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/loginbg_after2.jpg) no-repeat;
  height: 268px;
}
.login_after_ch_in_cash ul{
  padding-top: 67px;
  text-align: center;
}
.login_after_ch_cash .logout_cash img{
	position: relative;
	top: -198px;
	right: -187px;
}
.login_after_ch_in_cash .id_cash{
	color: #ae6129;
	font-size: 18px;
	font-family: Segoe UI;
	font-weight: 600;
	text-decoration: underline;
}
.login_after_ch_in_cash .img_point{
	float: left;
}
.login_after_ch_in_cash .point .img_point img{
	position: absolute;
	left: 37px;
}
.login_after_ch_in_cash .info_cash{
	color: #848484;
	font-size: 16px;
	font-weight: 600;
	padding-top: 6px;
	font-family: Segoe UI;
}
.login_after_ch_in_cash .info_cash span{
	color: #35b1a8;
}
.login_after_ch_in_cash ul.point{
    padding-top: 47px;
}
.login_after_ch_in_cash .point .info_cash_point{
	color: #848484;
    font-size: 14px;
    font-weight: 600;
    font-family: Segoe UI;
    padding-left: 31px;
    text-align: left;
}
.login_after_ch_in_cash .point .info_cash_point span{
	color: #35b1a8;
    position: absolute;
    right: 24px;
}
.login_after_ch_in_cash .ppoint .img_point img{
	position: absolute;
	left: 37px;
}
.login_after_ch_in_cash ul.ppoint{
    padding-top: 24px;
}
.login_after_ch_in_cash .ppoint .info_cash_point{
	color: #848484;
    font-size: 14px;
    font-weight: 600;
    font-family: Segoe UI;
    padding-left: 31px;
    text-align: left;
}
.login_after_ch_in_cash .ppoint .info_cash_point span{
	color: #35b1a8;
    position: absolute;
    right: 24px;
}


.cash_box{
    width: 277px;
    position: relative;
    height: 38px;
    top: 0px;
}
.cash_box_after{
    width: 277px;
    position: absolute;
    height: 38px;
    top: 352px;
}
/*2017-08-22 추가 시작*/
/* 채널링 로그인 후 캐시템 gng */
.login_after_ch_cash_gng{
  background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/loginbg_after2_1.jpg) no-repeat;
  height: 268px;
}
.login_after_ch_cash_gng .logout_cash_gng img{
	position: relative;
	top: -180px;
	right: -187px;
}
.login_box .find_after_cash_gng{
	padding-top: 21px;
	padding-left: 17px;
}
.login_box .find_after_cash_gng li a{
  font-size: 14px;
  float: left;
  font-family: NanumGothic;
  color: #636363;
  text-decoration: none;
  padding-right: 13px;
  font-weight: 600;
}
.login_box .find_after_cash_gng .btn_change img{
	position: absolute;
	left: 194px;
    top: 230px;
}
.login_after_ch_in_cash ul.point_gng{
    padding-top: 67px;
}
.login_after_ch_in_cash .point_gng .info_cash_point{
	color: #848484;
    font-size: 14px;
    font-weight: 600;
    font-family: Segoe UI;
    padding-left: 31px;
    text-align: left;
}
.login_after_ch_in_cash .point_gng .info_cash_point span{
	color: #35b1a8;
    position: absolute;
    right: 24px;
}
/*2017-08-22 추가 끝*/

/* 하단 사이트 맵 */

#sitemap{
	margin-top: 63px;
}
.sitemap_wrap{
	width: 1000px;
    height: 350px;
    margin: 0 auto;
}
.sitemap_box{
  font-family: Segoe UI;
  width: 165px; /* 2018-01-23 수정  */
  height: 95px;
  float: left;
  position: relative;
  top: 54px;
  border-right: 1px solid #2d2e30;
}
.sidemap_title{
  color: #acacac;
  font-size: 14px;
  padding-left: 29px;
  font-weight: bold;
}
.sitemap_box ul li a{
  color: #5c5c5c;
  font-size: 14px;
  padding-left: 29px;
  padding-bottom: 10px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 600;
}
.time_box{
  width: 360px;
  height: 95px;
  float: left;
  position: relative;
  top: 100px;
  left: 100px; /* 2018-01-23 수정  */
}
.time_box li{

}
.time_img{
    float: left;
    padding-top: 7px;
}
.time_box .time_gmt{
    padding-left: 20px;
    text-align: center;
    width: 76px;
    float: left;
}
.time_box .time_gmt .time1{
    font-size: 24px;
    color: #386586;
    font-weight: bold;
    display: block;
}
.time_box .time_gmt .location1{
    font-size: 12px;
    color: #848484;
    font-weight: bold;
    display: block;
    font-family: Dotum;
    padding-top: 10px;
    line-height: 16px;
}
.time_box .time_est{
    padding-left: 30px;
    text-align: center;
    width: 76px;
    float: left;
}
.time_box .time_est .time2{
    font-size: 24px;
    color: #386586;
    font-weight: bold;
    display: block;
}
.time_box .time_est .location2{
    font-size: 12px;
    color: #848484;
    font-weight: bold;
    display: block;
    font-family: Dotum;
    padding-top: 10px;
    line-height: 16px;
}
.time_box .time_pst{
    padding-left: 30px;
    text-align: center;
    width: 76px;
    float: left;
}
.time_box .time_pst .time3{
    font-size: 24px;
    color: #386586;
    font-weight: bold;
    display: block;
}
.time_box .time_pst .location3{
    font-size: 12px;
    color: #848484;
    font-weight: bold;
    display: block;
    font-family: Dotum;
    padding-top: 10px;
    line-height: 16px;
}
footer{
  clear:both;
  background-color: #fff;
}
.footer_wrap{
  position: relative;
  width: 1000px;
  height: 83px;
  margin: 0 auto;
}
.footer_wrap h2{
  float: left;
  padding-left: 236px;
  padding-top: 22px;
}
.footer_wrap .jcp_footer{
  float: left;
  padding-left: 80px;
  padding-top: 14px;
}
h2 .jcp_img{
  padding-right: 18px;
}
.copyright{
    padding-left: 374px;
    padding-top: 34px;
}
.copyright_jcp{
  padding-left: 483px;
  padding-top: 29px;
}
.copyright_jcp p{
    font-size: 11px;
    color: #5d5d5d;
    height: 10px;
    padding-bottom: 9px;
}
.copyright p{
  font-size: 11px;
  color: #666666;
  height: 10px;
  padding-bottom: 9px;
}
.copyright_gng{
    padding-left: 552px; /*2017-08-23 수정 */
    padding-top: 25px;
}
.copyright_gng .p_bot{
    padding-top: 12px;
}
.copyright_gng p{
  font-size: 11px;
  color: #666666;
  font-family: gulim;
  height: 6px;
  padding-bottom: 9px;
}
.copyright_gng .pp ul{
    height: 28px;
}
.copyright_gng .pp ul li{
    float: left;
    padding-right: 14px;
    font-size: 14px;
    font-family: Segoe UI;
    font-weight: 500;
}
.copyright_gng .pp ul .line{
    color: #cfcfcf;
}
/*  탑으로 가기 버튼 */
.fix{
  position: fixed;
  width: 100%;
  min-width: 1000px;
  bottom: 61px;
  left: 1500px;
  z-index: 101;
}
/*  탑으로 가기 버튼 */

/* gng 탑 버튼*/
.fix_gng{
  position: fixed;
  width: 100%;
  min-width: 1000px;
  bottom: 100px;
  left: 1500px;
  z-index: 101;
}
/*GNG 푸터 */
.footer_gng{
  clear:both;
  background-color: #fff;
  height: 122px;
}
/*2017-08-22 수정 끝*/
.footer_wrap_gng{
  position: relative;
  width: 1000px;
  height: 83px;
  margin: 0 auto;
}
.footer_wrap_gng h2{
  float: left;
  padding-left: 88px;
  padding-top: 38px;
}
.footer_wrap_gng .jcp_footer{
  float: left;
  padding-left: 80px;
  padding-top: 14px;
}
.footer_wrap_gng h2 .gng_img{
  padding-right: 18px;
}

/* 팝업 레이어 시작 */

/* 팝업 ( gng_login(id check)) 시작 */
.pop_wrap{
	position: fixed;
	background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/sub/bg_pop.png) 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;

}
.popup_id_check_wrap{
	position: absolute;
	left: 38%;
	top: 47%;
	margin-top: -160px;
	background-color: #fff;
    width: 551px;
}
.popup_id_check_box{
	width: 517px;
	height: 133px;
	margin-top: 40px;
	margin-left: 34px;
}
.popup_id_check_box p{
    font-size: 14px;
    font-family: Segoe UI;
    color: #707070;
    padding-bottom: 30px;
}
.popup_id_check_box input{
    width: 385px;
    height: 33px;
    padding-left: 18px;
    /*color: #cbcbcb;*/
    border: 1px solid #e3e3e3;
}
.popup_id_check_box img{
    position: absolute;
}
/* 팝업 ( gng_login(id check)) 끝 */

/* 팝업 ( pw) 시작 */
.pop_wrap_pw{
	position: fixed;
	background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/sub/bg_pop.png) 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;

}
.popup_pw_wrap{
	position: absolute;
	left: 38%;
	top: 47%;
	margin-top: -160px;
	background-color: #fff;
    width: 551px;
}
.popup_pw_box{
	width: 517px;
	height: 255px;
	margin-top: 40px;
	margin-left: 34px;
}
.popup_pw_box p{
    font-size: 14px;
    font-family: Segoe UI;
    color: #707070;
    padding-bottom: 30px;
}
.popup_pw_box input{
    width: 463px;
    height: 33px;
    padding-left: 18px;
    /*color: #cbcbcb;*/
    border: 1px solid #e3e3e3;
}
.btn_pw{
    position: absolute;
    top: 280px;
    left: 192px;
}
.btn_pw img{
    padding-right: 5px;
}
/* 팝업 ( pw) 끝 */

/* 팝업 ( gmc) 시작 */
.pop_wrap_gmc{
	position: fixed;
	background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/sub/bg_pop.png) 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;

}
.popup_gmc_wrap{
	position: absolute;
	left: 38%;
	top: 47%;
	margin-top: -160px;
	background-color: #fff;
    width: 551px;
}
.popup_gmc_box{
	width: 517px;
	height: 295px;
	margin-top: 40px;
	margin-left: 34px;
}
.popup_gmc_box p{
    font-size: 14px;
    font-family: Segoe UI;
    color: #707070;
    padding-bottom: 21px;
}
.popup_gmc_box input{
    width: 463px;
    height: 33px;
    padding-left: 18px;
    /*color: #cbcbcb;*/
    border: 1px solid #e3e3e3;
}
.btn_gmc{
    position: absolute;
    top: 324px;
    left: 192px;
}
.btn_gmc img{
    padding-right: 5px;
}
/* 팝업 ( gmc) 끝 */

/* 팝업 ( tac) 시작 */
.pop_wrap_tac{
	position: fixed;
	background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/sub/bg_pop.png) 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;

}
.popup_tac_wrap{
	position: absolute;
	left: 38%;
	top: 47%;
	margin-top: -160px;
	background-color: #fff;
    width: 551px;
}
.popup_tac_box{
	width: 517px;
	height: 292px;
	margin-top: 40px;
	margin-left: 34px;
}
.popup_tac_box p{
    font-size: 14px;
    font-family: Segoe UI;
    color: #707070;
    padding-bottom: 21px;
}
.popup_tac_box span{
    color: #1d70a9;
}
.btn_tac{
    position: absolute;
    top: 321px;
    left: 168px;
}

/* 팝업 ( tac) 끝 */

/* 팝업 ( tac2) 시작 */
.pop_wrap_tac2{
	position: fixed;
	background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/sub/bg_pop.png) 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;

}
.popup_tac2_wrap{
	position: absolute;
	left: 38%;
	top: 47%;
	margin-top: -160px;
	background-color: #fff;
    width: 551px;
}
.popup_tac2_box{
	width: 517px;
	height: 292px;
	margin-top: 40px;
	margin-left: 34px;
}
.popup_tac2_box p{
    font-size: 14px;
    font-family: Segoe UI;
    color: #707070;
    padding-bottom: 21px;
}
.popup_tac2_box span{
    color: #1d70a9;
}
.btn_tac2{
    position: absolute;
    top: 321px;
    left: 168px;
}

/* 팝업 ( tac) 끝 */

/* 팝업 ( 이용 약관) 시작 */
.pop_wrap_mbt_agree{
	position: fixed;
	background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/sub/bg_pop.png) 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;

}
.popup_polic_wrap_mbt_agree{
	position: absolute;
	left: 39%;
	top: 24%;
	margin-top: -160px;
	background-color: #fff;
    width: 551px;
}
.popup_box_mbt_agree{
	width: 509px;
	height: 120px;
	margin-top: 22px;
	margin-bottom: 95px;
	margin-left: 23px;
	overflow-y: scroll;
	text-align: left;
	border: 1px solid #e6e5e1;
}
.ppoup_box_content_agree ul li {
    color: #999999;
    font-size: 14px;
    font-family: Segoe UI;
    padding-top: 22px;
    padding-left: 21px;
    line-height: 20px;
}
.popup_p_agree ul li{
	font-size: 16px;
	color: #565656;
	font-weight: 600;
	font-family: Segoe UI;
	margin-left: 41px;
	margin-top: 23px;
	list-style: disc;
	float: left;
}
.ppoup_box_agree_next{
    text-align: center;
    position: relative;
    top: -62px;
    font-size: 14px;
    font-weight: 600;
}
.ppoup_box_agree_next input{
    margin-right: 8px;
}
.ppoup_box_agree_next .bnt_radio{
    margin-left: 34px;
}
.btn_ok{
    text-align: center;
    position: relative;
    top: -23px;
    margin-bottom: 23px;
}
/* 팝업 ( 이용 약관) 끝 */


/* 팝업 ( 이용 약관) 시작 2*/
.pop_wrap_mbt_agree2{
	position: fixed;
	background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/sub/bg_pop.png) 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;

}
.popup_polic_wrap_mbt_agree2{
	position: absolute;
	left: 39%;
	top: 24%;
	margin-top: -160px;
	background-color: #fff;
    width: 551px;
}
.popup_box_mbt_agree2{
	width: 509px;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 23px;
	overflow-y: scroll;
	text-align: left;
	border: 1px solid #e6e5e1;
}
.ppoup_box_content_agree2 ul li {
    color: #999999;
    font-size: 14px;
    font-family: Segoe UI;
    padding-top: 22px;
    padding-left: 21px;
    line-height: 20px;
}
.popup_p_agree2 ul li{
	font-size: 16px;
	color: #565656;
	font-weight: 600;
	font-family: Segoe UI;
	margin-left: 41px;
	margin-top: 28px;
	list-style: disc;
	float: left;
}
.ppoup_box_agree_birt2{
    position: relative;
    font-family: Segoe UI;
    padding-left: 21px;
    top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.ppoup_box_agree_birt2 ul li{
    float: left;
    position: relative;
    top: 8px;
    padding-right: 13px;
}
.ppoup_box_agree_birt2 ul select{
    width: 84px;
    height: 34px;
    margin-right: 16px;
    border: 1px solid #e3e3e3;
}
.ppoup_box_agree_birt2 ul select.first{
    width: 104px;
}
.ppoup_box_agree_birt2 .ps{
    padding-top: 10px;
    padding-bottom: 25px;
}
.ppoup_box_agree_birt2 .ps li{
    font-size: 14px;
	color: #1d70a9;
	font-family: Segoe UI;
    line-height: 20px;
}
.btn_ok2{
    position: relative;
    margin-top: 25px;
    width: 550px;
    padding-bottom: 15px;
}
.btn_ok2 ul li{
    float: left;
    cursor: pointer;
}
.btn_ok2 ul li:first-child{
    padding-left: 200px;
    padding-right: 7px;
}


.popup_i_agree1 input[type=checkbox] { display:none; }
.popup_i_agree1 input[type=checkbox] + label {cursor: pointer; left: 23px; height: 23px; position: absolute; padding-left: 30px; background: url('http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/steam_check_off.png') left/23px no-repeat;}
.popup_i_agree1 input[type=checkbox]:checked + label { background-image: url('http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/steam_check_on.png'); }

.popup_i_agree1 {padding-bottom: 25px;}
.popup_i_agree1 span{font-size: 14px; font-family: Segoe Ui; color: #707070; position: relative; top: 4px;}

.popup_i_agree2 input[type=checkbox] { display:none; }
.popup_i_agree2 input[type=checkbox] + label {cursor: pointer; left: 23px; height: 23px; position: absolute; padding-left: 30px; background: url('http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/steam_check_off.png') left/23px no-repeat;}
.popup_i_agree2 input[type=checkbox]:checked + label { background-image: url('http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/common/steam_check_on.png'); }

.popup_i_agree2 {padding-bottom: 20px;}
.popup_i_agree2 span{font-size: 14px; font-family: Segoe Ui; color: #707070; position: relative; top: 4px;}

/* 팝업 ( 이용 약관)2 끝 */






/* 팝업 ( gng_mbt) 시작 */
.pop_wrap_mbt{
	position: fixed;
	background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/sub/bg_pop.png) 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;

}
.popup_polic_wrap_mbt{
	position: absolute;
	left: 39%;
	top: 35%;
	margin-top: -160px;
	background-color: #fff;
    width: 551px;
}
.popup_box_mbt{
	width: 517px;
	height: 396px;
	margin-top: 41px;
	margin-bottom: 15px;
	margin-left: 33px;
	text-align: left;
}
.popup_box_mbt p{
    font-size: 14px;
    font-family: Segoe Ui;
    color: #707070;
    line-height: 20px;
}
.popup_box_mbt .input_box{
    position: relative;
    top: 140px;
}
.popup_box_mbt .input_box input{
    width: 383px;
    height: 34px;
    border: 1px solid #e3e3e3;
    margin-right: 6px;
    padding-left: 10px;
}
.popup_box_mbt .sns_box{
    position: relative;
    width: 483px;
    top: 177px;
    border-top: 1px solid #e3e3e3;
}
.popup_box_mbt .sns_box p{
    padding-top: 35px;
    float: left;
    padding-right: 8px;
}
.popup_box_mbt .sns_box img{
    padding-top: 30px;
}
.popup_box_mbt .popup_btn{
    position: relative;
    top: 233px;
    text-align: center;
}
.popup_box_mbt .popup_btn img{
    padding-right: 2px;
}
.input_box a img{
    position: relative;
    top: -16px;
    left: -10px;
}
.input_box .find_pw p{
    padding-left: 2px;
    font-size: 14px;
    color: #ae622a;
}
/* 이미지 배너 롤링 시작 */
.blind{width:1px; height:1px; font-size:0; line-height:0; position:absolute; top:0; left:-1000%; overflow:hidden;}
.clearFix{zoom:1;}
.clearFix:after{clear:both; display:block; content:'';}
*:focus { outline:none; }
#adArea {position:relative;width: 100%;height: 338px;}
#adArea .linkArea {float: left; width: 777px;height: 100%;}
#adArea .linkArea a {display: block;width: 100%;height: 100%;}
#adArea .thumbArea {margin-top:54px; position: relative;float: left; width: 223px; height: 284px; overflow:hidden; background: url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/main/sum_bg.png)}
#adArea .thumbArea ul {position: relative;height:9999px;}
#adArea .thumbArea li {width: 100%; height: 87px; padding-bottom: 0px;}
#adArea .thumbArea li:nth-child(3){padding-bottom: 17px;}
#adArea .thumbArea li:nth-child(6){padding-bottom: 17px;} /* 2018-01-08 추가 */
/*#adArea .thumbArea li.on {background:url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/main/sum01_on.png) no-repeat; background-position: 47%; z-index: 99999;}*/
#adArea .thumbArea li a{display: block; width: 100%; height: 100%;}
/*#adArea .thumbArea li .standard {display: inline-block; width: 1px; height: 100%; vertical-align: middle;}*/
#adArea .thumbArea li .dataGroup {display: inline-block; width:203px;vertical-align: middle;padding-left: 10px;padding-top: 15px;}
#adArea .thumbArea li .dataGroup span img{}
#adArea .thumbArea li .dataGroup .tit {padding-bottom:8px;  z-index: 1;}
#adArea .thumbArea li .dataGroup .tit img{width: 201px; height: 81px; }
#adArea .thumbArea li .dataGroup .date { position: absolute; padding-bottom:8px;  z-index: 1;  display: none;}
#adArea .thumbArea li .dataGroup .date img{width: 201px; height: 81px;}
#adArea .thumbArea li.on .dataGroup .date { position: relative; top: -81px; display: block;}

#adArea .controller {display: none;}
#adArea .controller button {position: absolute; border: none; right: 0; width: 35px; height:17px; text-align: center; cursor: pointer; z-index: 10;}
#adArea .controller .up {top:9px; right: 90px; background:url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/main/sum_btn_up.png) no-repeat center bottom;}
#adArea .controller .down {bottom: 9px; right: 90px; background:none;}
#adArea .paging {position: absolute; left: 45px; top: 277px; width: 155px; height:39px; text-align: center;}
#adArea .paging ul {margin-top:20px; display: inline-block; *display:inline; zoom:1; width: 155px;}
#adArea .paging li {float:left; margin-right:7px; }
#adArea .paging li button {display: block; width: 13px; height: 13px; border: 0; background:url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/main/rolling_btn_off.png) no-repeat;}
#adArea .paging li button:focus {border:0; outline:0;}
#adArea .paging li.on button {width: 27px; height: 13px; background:url(http://rs1o-global-cdn.redstone-online.com/WEB-GLOBAL-IMG/web/img/main/rolling_btn.png) no-repeat;}
/* 이미지 배너 롤링 끝 */


@media screen and (max-height:730px){

    .popup_wrap_full{
        height: 375px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .popup_i_agree1{
        position: relative;
    }
    .popup_i_agree2{
        position: relative;
    }
    .popup_polic_wrap_mbt_agree2{
        top: 35%;
    }
}
