﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0; 
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

.mt5 {margin-top: 5px}
.mt10 {margin-top: 10px}

/*
table {
	border-spacing: 0;
	border-top: solid 1px;
	border-right: solid 1px;
}
table th, td {
	border-left: 1px solid;
	border-bottom: 1px solid;
	line-height: 1;
	vertical-align: middle;
	padding: 2px;
	border-spacing: 0;
	text-align: center;
}
table th {
	background: #323648;
}
*/

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 530px;
  height: 500px;
  background: url(/static/ap/images/bg_system_check_popup.jpg) center no-repeat;
  background-size: cover;
  border: 4px solid #FFF;
  box-sizing: border-box;
  z-index: 1000000;
}


/* 팝업내용 */
.popup-content {
  width: 100%;
  height: 75%;
  padding: 30px 0 40px;
  position: relative;
}
.popup-content .pop-area {
  display: none;
  width: 100%;
  height: 95%;
}
.popup-content .pop-area.on {
  display: block;
}
.popup-content .pop-area .pop-title {
  width: 90%;
  margin: 0 auto;
  font-size: 1.75rem;
  color: #ffae43;
  text-align: center;
  font-weight: 700;
  text-align: center;
  border-bottom: 0;
  margin-bottom: 0;
}
.popup-content .pop-area .pop-title:after {
  content: '';
  display: block;
  height: 1px;
  width: 44px;
  background: rgba(255, 255, 255, 0.4);
  margin: 15px auto 20px;
}
.popup-content .pop-article {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: #fff;
  padding: 0 40px;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.8rem;
}
.popup-content .pop-system-wrap {
  border: 1px solid #fff;
  margin-top: 20px;
  padding: 10px;
  width: 100%;
}
.popup-content .pop-system-list {
  text-indent: 10px;
}
.popup-content .pop-system-list-tit {
  float: left;
  width: 150px;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  font-size: 0.875rem;
}
.popup-content .pop-system-list-tit:before {
  content: "·";
  font-size: 1.125rem;
  margin-right: 5px;
}
.popup-content .pop-system-list-desc {
  color: #fff;
  text-align: left;
  line-height: 1.7;
  font-size: 0.8rem;
}
.popup-content .pop-system-list-desc:after {
  content: "";
  display: block;
  clear: both;
}
.popup-content .btn-group {
  margin-top: 30px;
  text-align: center;
}
.popup-content .btn-group a {
  text-decoration: none;
}
.popup-content .pop-inputbox-btn {
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-left: 2px;
  padding: 5px 25px 5px 10px;
  border-radius: 50px;
  font-size: 0.8rem;
  color: #fff;
  text-align: left;
  position: relative;
}

.popup-content .pop-inputbox-btn:first-child {
  margin-left: 0;
}

.popup-content .pop-inputbox-btn:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(/static/ap/images/ico_system_arrow.png) center no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* 방향 화살표 */
.popup-wrap .popup-control-arrow button {
  cursor: pointer;
  width: 35px;
  height: 50px;
  border: none;
  z-index: 100000;
}
.popup-wrap .popup-control-arrow .arrow {
  padding: 0;	
  font-size: 0;
  position: absolute;
  top: calc(50% - 30px);
  background: url('/static/ap/images/spr_ico_top_popup.png' ) no-repeat;
}
.popup-wrap .popup-control-arrow .prev {
  left: -4px;
  background-position: 11px 10px;
}
.popup-wrap .popup-control-arrow .arrow.next {
  right: -4px;
  background-position: -16px 10px;
}

/* 하단 닫기버튼 */
.popup-wrap .pop-close-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  border: none;
}
.popup-wrap .pop-close-wrap a {
  display: block;
  width: 98%;
  height: 100%;
  color: #333;
  text-decoration: none;
  padding: 15px 0;
  font-size: 0.9rem;
}
.popup-wrap .pop-close-wrap .pop-system-close {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  background: #fff;
}
.popup-wrap .pop-close-wrap .pop-system-close:last-child:before {
  content: "";
  float: left;
  width: 1px;
  height: 16px;
  margin-top: 13px; 
  background: #999;
  vertical-align: middle;
}

/* 페이지표시 */
.popup-bullet {
  position: absolute;
  bottom: 13%;
  width: 100%;
  text-align: center;
}
.popup-bullet .page-bullet-area {
  display: inline-block;	
}
.popup-bullet .page-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #666;
  border-radius: 50%;
  margin: 0 2px;
  cursor: pointer;
  font-size: 0;
}
.popup-bullet .page-bullet.on {
  background-color: #FFF;
  border: 2px solid #FFF;
}

/* 재생제어 */
.popup-bullet .popup-bn-control {
  display: inline-block;
  margin-left: 10px;
}
.popup-bullet .control-button {
  display: inline-block;
  width: 20px;
  height: 19px;
  padding: 0;
  border-radius: 0;
  background: url(/static/ap/images/spr_ico_top_popup.png) no-repeat;
  text-indent : -99999999em;
  border: none;
}
.popup-bullet .control-button.play {
  background-position: 0 -88px;
  margin-right: 4px;
}
.popup-bullet .control-button.pause {
  background-position: -24px -88px;
}
.popup-new-wrap {
  width: 100%;
  height: 100%;
}
.popup-new-content {
  width: 100%;
  height: calc(100% - 30px);
  overflow: scroll;
}

/* col-2 */
.popup-content .col-2 {
  width: calc(48% - 5px);
  margin-top: 8px;
  margin-right: 5px;
  display: inline-block;
}

.popup-content .col-2>a {
  width: 100%;
  font-size : 0.8rem;
}

.text-align{
text-align: center !important;
}

@media screen and (max-width: 640px) {
  .popup-wrap {
    position: fixed;
	width: 90%;
	height: 80%;
	border: none;
	left: 5%;
	top: 35%;
	transform: translateY(-30.1%);
	-webkit-transform: translateY(-30.1%);
	-moz-transform: translateY(-30.1%);
	-ms-transform: translateY(-30.1%);
	-o-transform: translateY(-30.1%);
	background: url(/static/ap/images/bg_system_check_popup.jpg) center no-repeat;
	background-size: cover;
	z-index: 1000000;
  }
  .popup-wrap-dim {
	display: block;
  }
  .popup-wrap-dim:before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 999999;
  }
  /* 팝업내용 */
  .popup-content {
	height: 75%;
  }
  .popup-content .pop-area .pop-title {
	font-size: 1.25rem;
	padding-bottom: 0;
	font-weight: 600;
  }
  .popup-content .pop-area .pop-title:after {
	margin: 20px auto;
  }
  .popup-content .pop-article {
	padding: 0 20px 0 30px;
	font-size: 0.95rem;
	margin-bottom: 0;
	line-height: 1.5rem;
  }
  .popup-content .pop-system-wrap {
	padding: 10px 0 0;
  }
  .popup-content .pop-system-list:last-child {
	margin: 0 auto 15px auto;
  }
  .popup-content .pop-system-list-tit {
	font-size: 0.85rem;
	padding-bottom: 0;
	width: 130px;
  }
  .popup-content .pop-system-list-desc {
	color: #fff;
	text-align: left;
	line-height: 1.7;
	font-size: 0.825rem;
	font-weight: 400;
  }
  .popup-content .btn-group {
	margin-top: 20px;
  }
  .popup-content .pop-inputbox-btn {
	min-width: 100%;
	margin-left: 0;
	padding: 10px 20px;
	border-radius: 50px;
	margin-top: 10px;
	font-size: 0.9rem;
  }
  .popup-content .pop-inputbox-btn:first-child {
	margin-left: 0;
  }
  .popup-content .pop-inputbox-btn:after {
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	background: url(/static/ap/images/ico_system_arrow.png) center no-repeat;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
  }
  .popup-content .popover-cl {
    display:none;
  }
  /* 방향 화살표 */
  .popup-wrap .popup-control-arrow button {
	cursor: pointer;
	width: 30px;
	height: 50px;
	border: none;
  }
  .popup-wrap .popup-control-arrow .prev {
	left: -1px;
	background-position: 7px 10px;
  }
  .popup-wrap .popup-control-arrow .arrow.next {
	right: -1px;
	background-position: -17px 10px;
  }
	
  /* 하단 닫기버튼 */
  .popup-wrap .pop-close-wrap {
	height: 7%;
	position: absolute;
	bottom: 1%;
  }
	
  /* 페이지표시 */
  .popup-bullet {
    bottom: 12%;
  }

  /* col-2 */
  .popup-content .col-2 {
    display: block;
    width: 100%;
    margin-right: 0;    
  }
}

/* 기타팝업시작 18.12.27 */
.popup-b-wrap-dim {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  z-index: 1000000;
}
.popup-b-wrap {
  position: relative;
  min-width: 300px;
  max-width: 450px;
  min-height: 200px;
  border: 1px solid #000;
  box-sizing: border-box;	
  background: url(/static/ap/images/popup_bg_etc.png) center bottom no-repeat;
}

/* 팝업내용 */
.popup-b-content {
  width: 100%;
  margin-bottom: 30px;
}
.popup-b-content .pop-area {
  width: 100%;
  margin: 0;
}
.popup-b-content .pop-area img {
  margin: 0;
  padding: 0;
}
.popup-b-content .pop-area .pop-title {
  width: 90%;
  margin: 0 auto;
  font-size: 1.65rem;
  color: #fff7b0;
  text-align: center;
  font-weight: 500;
  line-height: 2.35rem;
  font-family: exo, sans-serif;
  text-align: center;
  padding : 20px 0 0;
  letter-spacing: -0.1rem;
  word-break: keep-all;
}
.en .popup-b-content .pop-area .pop-title {
  letter-spacing: 0;
}

.popup-b-content .pop-area .pop-title:after {
  content: '';
  display: block;
  height: 1px;
  width: 44px;
  background: rgba(255, 255, 255, 0.4);
  margin: 15px auto 20px;
}
.popup-b-content .pop-article {
  overflow-y: auto;
  color: #FFF;
  padding: 0 20px;
  font-size: 1rem;
  max-height: 270px;	
  margin-bottom: 0;
  line-height: 1.8rem;
  margin-bottom: 80px;
}
.pop-article .color-y {
  color: #fff7b0;
  font-weight: 500;
  text-decoration: underline;
}

/* 하단 닫기버튼 */
.popup-b-wrap .pop-close-wrap {
  display: none;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  color: #FFF;
  background: #00183a;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.popup-b-wrap .pop-close-wrap a {
  display: block;
  width: 98%;
  height: 100%;
  padding-top: 15px;
  color: #FFF;
  text-decoration: none;
  font-size: 0.9rem;
}
.popup-b-wrap .pop-close-wrap .pop-system-close {
  display: inline-block;
  float: left;
  width: 60%;
  text-align: center;	
}
.popup-b-wrap .pop-close-wrap .pop-system-close:last-child {
  width: 40%;
}
.popup-b-wrap .pop-close-wrap .pop-system-close:last-child:before {
  content: "";
  float: left;
  width: 1px;
  height: 16px;
  margin-top: 13px; 
  background: #999;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .popup-b-wrap {
	position: fixed;
	width: 90%;
	min-height: 10%;
	max-height: 80%;
	overflow: hidden;
	left: 5%;
	top: 20px;
	z-index: 1000000;
	border: 1px solid rgba(0,0,0,0.8);
  }
  .popup-b-wrap-dim {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
  }
  .popup-b-wrap-dim:before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 999999;
  }
	
  /* 팝업내용 */
  .popup-b-content .pop-area .pop-title {
	font-size: 1.35rem;
	padding-bottom: 0;
	line-height: 1.7rem;
	padding: 20px 0;
  }
  .popup-b-content .pop-area .pop-title:after {
	margin: 15px auto 0;
  }
  .popup-b-content .pop-article {
	display: block;
	padding: 0 20px;
	font-size: 0.95rem;
	line-height: 1.55rem;
	overflow-y: auto;
  }	
}