
/* pop */
.pop_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.pop_wrap .pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop .close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 29px;
  height: 29px;
  background-image: url(https://media.game-tree.com/simkoong/home/img/cancel.png);
  cursor: pointer;
}
/* tips */
.tips_pop {
  width: 684px;
  height: 393px;
  background-image: url(https://media.game-tree.com/simkoong/home/img/pop.png);
  padding: 20px 40px;
}
/*.reg_success {
  width: 535px;
  height: 286px;
  background-image: url(https://media.game-tree.com/simkoong/home/img/page2/reg_success.png);
}*/
.tips_pop .text {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  line-height: 60px;
  font-size: 22px;
  color: #ccc;
  text-align: center;
}

/*video pop*/
.video_pop_wrap {
  z-index: 9999;
}
.video_pop_wrap .video_pop {
  width: 1000px;
  height: 563px;
}
.video_pop_wrap .video_pop .close {
  top: 0px;
  right: -70px;
}
.video_pop_wrap .video_pop video {
  display: block;
  width: 100%;
  height: 100%;
}

/* agreement pop */
.agreement_pop {
  width: 1152px;
  height: 661px;
  color: #ccc;
  background-image: url(https://media.game-tree.com/simkoong/home/img/agreement_pop.png);
  padding: 72px 72px 0;
}
.agreement_pop .close {
  top: 30px;
  right: 48px;
}
.agreement_pop h1 {
  line-height: 40px;
  font-size: 22px;
}
.agreement_pop p {
  line-height: 32px;
  font-size: 18px;
  margin-bottom: 6px;
}
.agreement_pop span {
  display: block;
  line-height: 36px;
  font-size: 12px;
}
.agreement_pop table {
  text-align: center;
  border-style: none;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #b4b4b4;
}
.agreement_pop .table1 {
  width: 850px;
}
.agreement_pop .table2 {
  width: 520px;
}

.agreement_pop table th {
  width: 256px;
}
.agreement_pop table tr {
  height: 48px;
}
.agreement_pop .table1 th {
	color: #000;
  background-color: #727272;
}
.agreement_pop .table2 td {
	color: #000;
  background-color: #727272;
}
.agreement_pop .link_wrap {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 32px;
}
.agreement_pop .link {
  display: inline-block;
  color: #ccc;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: #766b6d;
  text-underline-offset: 8px;
}

/*book success*/
.success_pop{
	width: 1036px;
	height: 595px;
	background-image: url(https://media.game-tree.com/simkoong/home/img/book_success.png);
	padding-top: 488px;
}
.success_pop .link_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*width: 300px;*/
	width: 100px;
	height: 35px;
	margin: 0 auto;
}
.success_pop .link_wrap a{
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background-position: center center;
	background-repeat: no-repeat;
}
.success_pop .link_wrap .ytb{
	background-image: url(https://media.game-tree.com/simkoong/home/img/icon_youtube.png);
}
.success_pop .link_wrap .cafe{
	background-image: url(https://media.game-tree.com/simkoong/home/img/icon_cafe.png);
}
.success_pop .link_wrap .kakao{
	background-image: url(https://media.game-tree.com/simkoong/home/img/icon_kakao.png);
}
.success_pop .link_wrap .x{
	background-image: url(https://media.game-tree.com/simkoong/home/img/icon_x.png);
}
.success_pop .link_wrap .lounge{
	background-image: url(https://media.game-tree.com/simkoong/home/img/icon_lounge.png);
}

