/* 팝업창_pc */
.popup_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: none;
}
.popup_modal .popup_form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	height: 500px;
	background: #0a0a0a;
	border-radius: 30px;
	overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
.popup_modal .popup_form > div {
	float: left;
}
.popup_modal .popup_form .pop_header {
	background: #0a0a0a url(/statics/images/popup_bg.png) no-repeat center/cover;
	width: 200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.popup_modal .popup_form .pop_header .pop_logo {
	width: 140px;
	height: 90px;
}
.popup_modal .popup_form .pop_header .pop_menu {
	width: 100%;
	margin-top: 20px;
}
.popup_modal .popup_form .pop_header li a {
	display: block;
	line-height: 60px;
	height: 60px;
	text-align: center;
	color: #888;
	font-size: 20px;
	transition: .4s;
}
.popup_modal .popup_form .pop_header li a:hover {
	color: #fff;
}
.popup_modal .popup_form .pop_header li a.on {
	font-size: 28px;
	color: #fff;
}
.popup_modal .popup_form .pop_header li a.on:after {
	content: "";
	display: block;
	position: relative;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 2px;
	background: #fff;
}
.popup_modal .popup_form .pop_close {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 40px;
	height: 40px;
}
.popup_modal .popup_form .pop_close img {
	width: 100%;
}
.popup_modal .pop_cont {
	width: 500px;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
    background: #fff;
}
.popup_modal .pop_cont:after {
	content: "ⓒ2021.GIGAKOREA All rights reserved";
	font-size: 12px;
	color: #999;
	position: absolute;
	bottom: 27px;
}
.popup_modal .pop_cont > div {
	display: none;
}
.popup_modal .pop_cont > div.on {
	display: block;
}
.popup_modal .pop_cont .pop_ex {
	font-size: 16px;
	color: #666;
	text-align: center;
	font-weight: bold;
	transform: skew(-0.03deg);
	font-family: 'NanumSquare';
	letter-spacing: -0.05em;
	line-height: 1.6;
}

.popup_modal .pop_cont form {
	margin-top: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.popup_modal .pop_cont form input, .popup_modal .pop_cont form button {
	width: 350px;
	height: 50px;
	margin-bottom: 10px;
	line-height: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 0;
	background: #eee;
}
.popup_modal .pop_cont form button {
	background: #1254ff;
	color: #fff;
	font-family: 'NanumSquare';
	font-size: 16px;
	transition: .4s;
	cursor: pointer;
	margin-bottom: 50px;
}
.popup_modal .pop_cont form button:hover {
	background: #111;
}
.popup_modal .pop_cont form input:focus, .popup_modal .pop_cont form button {
	outline: none;
}

.popup_modal .pop_cont > div span {
	width: 100%;
	font-size: 12px;
	color: #999;
	text-align: center;
	display: block;
}


/* 0811 수정 */
.popup_modal .popup_form {
	overflow: hidden;
}
.pop_cont .signup  {
	overflow-y: auto;
	width: 500px;
	height: 450px;
	box-sizing: border-box;
	padding: 30px 75px;
}
.signup::-webkit-scrollbar { display: none; width: 5px; background-color: #eee; }
.signup::-webkit-scrollbar-thumb { background-color: #ff0000; border-radius: 10px; background-clip: padding-box; border: 0px solid transparent; }
.signup::-webkit-scrollbar-track  { background-color: transparent; }

.popup_modal .pop_cont form label {
	display: flex;
	font-size: 14px;
	font-family: 'Noto Sans KR';
	margin: 5px 0;
}
.popup_modal .pop_cont form label input {
	width: 16px;
	height: 16px;
	margin: 2px 10px 2px 8px;
	padding: 0;
}
.popup_modal .pop_cont form label span {
	margin-left: 5px;
	font-size: 13px;
}
.pop_check {
	height: 30px;
	line-height: 30px;
	background: #333;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
}
.check_cont {
	background: #eee;
	padding: 10px 15px 15px;
}

.sale_ex {
	font-size: 13px;
	font-family: 'Noto Sans KR';
	color: #1254ff;
	width: 100%;
	display: block;
	text-align-last: left;
	padding-left: 10px;
	box-sizing: border-box;
}
.sum {
	font-family: 'Noto Sans KR';
	font-size: 14px;
	text-align: right;
	padding-right: 8px;
	color: #111;
}
.sale {
	font-size: 12px;
	text-decoration: line-through #666;
	margin-right: 5px;
	color: #888;
}
.sale.off {
	display: none;
}
.t_box {
	position: relative;
}
.terms_check {
	margin: 8px 0;
}
.terms {
	font-size: 12px !important;
	font-family: 'Noto Sans KR';
	color: #ccc;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 0px;
	line-height: 20px;
    width: auto !important;
}
.terms_cont {
	height: 120px;
	overflow-y: auto;
	padding: 8px;
	margin-bottom: 20px;
	display: none;
	text-align: left;
}
.terms_cont.on {
	display: block;
}
.terms_cont p {
	font-size: 13px;
	line-height: 1.8;
}
.terms_cont::-webkit-scrollbar { width: 5px; background-color: #ccc; }
.terms_cont::-webkit-scrollbar-thumb { background-color: #1254ff; border-radius: 10px; background-clip: padding-box; border: 0px solid transparent; }
.terms_cont::-webkit-scrollbar-track  { background-color: transparent; }
.popup_modal .pop_cont form button {
	margin-bottom: 0;
}
.popup_modal .pop_cont form input:focus, .popup_modal .pop_cont form button {
	outline: auto;
}
.popup_modal .pop_cont:after {
	display: none;
}
.check_cont span {
    width: auto !important;
}

.popup_modal .pop_cont form input, .popup_modal .pop_cont form button {
    border-radius: 8px;
}


/* 0812 이메일 팝업 추가 */
.email_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: none;
}
.email_popup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 300px;
	background-color: #fff;
	border-radius: 15px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 30px 20px;
}
.email_popup h3 {
	font-size: 20px;
	line-height: 50px;
	padding-left: 10px;
	font-weight: bold;
	color: #111;
	border-bottom: 2px solid #444;
	font-family: 'Noto Sans KR';
}
.email_policy {
	line-height: 1.6;
	font-family: 'Noto Sans KR';
	font-size: 14px;
	padding: 10px;
}
.email_bottom {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.email_bottom img {
	width: 100px;
}

.email_bottom .copy {
	font-size: 12px;
	font-family: 'Noto Sans KR';
	color: #999;
	margin-top: 3px;
}
.email_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
}
.email_close .line {
	width: 24px;
    height: 2px;
    background-color: #333;
    display: block;
    margin: 8px auto;
    transform: translateY(3px) rotate(-45deg);
}
.email_close .line:first-child {
	transform: translateY(13px) rotate(45deg);
}
/* 0813 회원가입 - 정책 관련 */
.terms_cont h4, .terms_cont h5, .terms_cont p, .terms_cont li {
    font-family: 'Noto Sans KR';
	line-height: 1.6;
}
.terms_cont h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
	color: #000;
}
.terms_cont h5 {
	font-weight: 500;
	margin: 5px 0;
	color: #333;
}
.terms_cont h5, .terms_cont p {
	font-size: 13px;
}
.terms_cont p {
	color: #666;
}
.terms_cont li {
	font-size: 13px;
	color: #666;
}
.terms_cont ul ul {
	padding-left: 10px;
}
.terms_cont .policy_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 8px 0;
}
.terms_cont .policy_table th, .policy_table td {
    font-family: 'Noto Sans KR';
    font-size: 13px;
    text-align: center;
    color: #666;
    padding: 5px 20px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.terms_cont .policy_table th {
    background: #e8f0fe;
    color: #333;
}
.terms_cont .privacy_intro {
	font-size: 13px !important;
}




.hps_check {
	margin: 8px 0;
}
.hps {
	font-size: 12px !important;
	font-family: 'Noto Sans KR';
	color: #ccc;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 0px;
	line-height: 20px;
	width: auto !important;
}
.hps_cont {
	/*height: 220px;*/
	overflow-y: auto;
	padding: 8px;
	margin-bottom: 20px;
	display: none;
	text-align: left;
}
.hps_cont.on {
	display: block;
}
.hps_cont p {
	font-size: 13px;
	line-height: 1.8;
}
.hps_cont::-webkit-scrollbar { width: 5px; background-color: #ccc; }
.hps_cont::-webkit-scrollbar-thumb { background-color: #1254ff; border-radius: 10px; background-clip: padding-box; border: 0px solid transparent; }
.hps_cont::-webkit-scrollbar-track  { background-color: transparent; }


.hps_cont h4, .hps_cont h5, .hps_cont p, .hps_cont li {
	font-family: 'Noto Sans KR';
	line-height: 1.6;
}
.hps_cont h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
	color: #000;
}
.hps_cont h5 {
	font-weight: 500;
	margin: 5px 0;
	color: #333;
}
.hps_cont h5, .hps_cont p {
	font-size: 13px;
}
.hps_cont p {
	color: #666;
}
.hps_cont li {
	font-size: 13px;
	color: #666;
}
.hps_cont ul ul {
	padding-left: 10px;
}
.hps_cont .policy_table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 8px 0;
}
.hps_cont .policy_table th, .policy_table td {
	font-family: 'Noto Sans KR';
	font-size: 13px;
	text-align: center;
	color: #666;
	padding: 5px 20px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.hps_cont .policy_table th {
	background: #e8f0fe;
	color: #333;
}
.hps_cont .privacy_intro {
	font-size: 13px !important;
}



.recomm_check {
	margin: 8px 0;
}
.recomm {
	font-size: 12px !important;
	font-family: 'Noto Sans KR';
	color: #ccc;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 0px;
	line-height: 20px;
	width: auto !important;
}
.recomm_cont {
	height: 120px;
	overflow-y: auto;
	padding: 8px;
	margin-bottom: 20px;
	display: none;
	text-align: left;
}
.recomm_cont.on {
	display: block;
}
.recomm_cont p {
	font-size: 13px;
	line-height: 1.8;
}
.recomm_cont::-webkit-scrollbar { width: 5px; background-color: #ccc; }
.recomm_cont::-webkit-scrollbar-thumb { background-color: #1254ff; border-radius: 10px; background-clip: padding-box; border: 0px solid transparent; }
.recomm_cont::-webkit-scrollbar-track  { background-color: transparent; }


.recomm_cont h4, .recomm_cont h5, .recomm_cont p, .recomm_cont li {
	font-family: 'Noto Sans KR';
	line-height: 1.6;
}
.recomm_cont h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
	color: #000;
}
.recomm_cont h5 {
	font-weight: 500;
	margin: 5px 0;
	color: #333;
}
.recomm_cont h5, .recomm_cont p {
	font-size: 13px;
}
.recomm_cont p {
	color: #666;
}
.recomm_cont li {
	font-size: 13px;
	color: #666;
}
.recomm_cont ul ul {
	padding-left: 10px;
}
.recomm_cont .policy_table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 8px 0;
}
.recomm_cont .policy_table th, .policy_table td {
	font-family: 'Noto Sans KR';
	font-size: 13px;
	text-align: center;
	color: #666;
	padding: 5px 20px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.recomm_cont .policy_table th {
	background: #e8f0fe;
	color: #333;
}
.recomm_cont .privacy_intro {
	font-size: 13px !important;
}
