@charset "utf-8";

/* ÆË¾÷ */
/* line 914, scss/common.scss */
.popup {
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -370px;
	z-index: 50;
	width: 734px;
	box-shadow: 0px 0px 15px -1px #737373;
	background: #fff;
}

/* line 917, scss/common.scss */
.popup .popHead {
	position: relative;
	height: 56px;
	background: url("../images/common/bg-popup.png") no-repeat;
	background-size: 100% 100%;
	font-size: 20px;
}

/* line 919, scss/common.scss */
.popup .popHead span {
	display: block;
	line-height: 56px;
	color: #fff;
	text-indent: 20px;
}

/* line 920, scss/common.scss */
.popup .popHead .btn-popupClose {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 17px;
	right: 19px;
	background: url("../images/common/btn-popClose.png") no-repeat;
}

/* line 922, scss/common.scss */
.popup .popCont {
	padding: 23px 20px;
	border: 1px solid #7e8486;
	border-top: none;
}

/* line 924, scss/common.scss */
.popup .popCont .titCont {
	margin: 0;
}

/* line 926, scss/common.scss */
.popup .popCont .titCont.sub {
	margin-top: 84px;
}

/* line 928, scss/common.scss */
.popup .popCont .titCont.sub p {
	padding: 0 0 0 14px;
	font-size: 22px;
	background: url("../images/common/bullet-square2.png") no-repeat left top;
}

/* line 929, scss/common.scss */
.popup .popCont .titCont.sub:first-child {
	margin-top: 0;
}

/* line 932, scss/common.scss */
.popup .popCont .popTxt {
	margin-top: 20px;
	padding: 0 14px;
	font-size: 15px;
	color: #585858;
}

/*ºñ¹Ð¹øÈ£ º¯°æ ÆË¾÷*/
/* line 938, scss/common.scss */
.pwChange > p {
	text-align: center;
	font-size: 18px;
	color: #585858;
	font-family: "Noto Sans";
}

/* line 939, scss/common.scss */
.pwChange > div {
	margin-top: 10px;
	border: 1px solid #e5e7e8;
	box-sizing: border-box;
}

/* line 940, scss/common.scss */
.pwChange input[type="password"] {
	display: block;
	width: 264px;
	height: 39px;
	margin: 9px auto 0;
	border: 1px solid #e5e7e8;
	box-sizing: border-box;
	font-size: 15px;
	color: #aaaaaa;
	font-family: "Noto Sans";
	text-indent: 13px;
}

/* line 943, scss/common.scss */
.pwChange input[type="password"]:first-child {
	margin-top: 0;
}

/* line 945, scss/common.scss */
.pwChange .input {
	padding: 19px 0;
}

/* line 946, scss/common.scss */
.pwChange .txt {
	padding: 18px 0;
	background: #f8f8f9;
	border-top: 1px solid #e5e7e8;
	color: #787878;
	font-size: 15px;
	text-indent: 30px;
}

/* line 949, scss/common.scss */
.pwChange + .btnArea .btn {
	width: 80px;
	height: 40px;
	margin: 0 3px;
	line-height: 39px;
	color: #fff;
	background: #8e9197;
	font-size: 16px;
	border-radius: 3px;
}

/* line 951, scss/common.scss */
.pwChange + .btnArea .btn.gray {
	background: #8e9197;
	border: 1px solid #77797e;
}

/* line 952, scss/common.scss */
.pwChange + .btnArea .btn.blue {
	background: #3879db;
	border: 1px solid #205ab1;
}

/* line 957, scss/common.scss */
.popAlert {
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -130px;
	z-index: 50;
	width: 260px;
	box-shadow: 0px 0px 15px -1px #737373;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}

/* line 960, scss/common.scss */
.popAlert .alertCont {
	padding: 98px 10px 25px;
}

/* line 962, scss/common.scss */
.popAlert .alertCont.type01 {
	background: url("../images/popup/img-caution.png") no-repeat center 30px;
}

/* line 963, scss/common.scss */
.popAlert .alertCont.type02 {
	background: url("../images/popup/img-check.png") no-repeat center 30px;
}

/* line 964, scss/common.scss */
.popAlert .alertCont.type03 {
	background: url("../images/popup/img-info.png") no-repeat center 30px;
}

/* line 965, scss/common.scss */
.popAlert .alertCont .tit {
	font-size: 18px;
	color: #000;
	font-family: "Noto Sans Medium";
}

/* line 968, scss/common.scss */
.popAlert .btnArea .btn {
	width: 80px;
	height: 40px;
	margin: 0 3px;
	line-height: 39px;
	color: #fff;
	background: #8e9197;
	font-size: 16px;
	border-radius: 3px;
}

/* line 970, scss/common.scss */
.popAlert .btnArea .btn.gray {
	background: #8e9197;
	border: 1px solid #77797e;
}

/* line 971, scss/common.scss */
.popAlert .btnArea .btn.blue {
	background: #3879db;
	border: 1px solid #205ab1;
}

/* line 974, scss/common.scss */
.popAlert .btn-popupClose {
	position: absolute;
	top: 14px;
	right: 14px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/popup/btn-closePop.png") no-repeat;
}
