@import url("/ASP/resources/css/common/common.css");

a:focus,button:focus{
	border:1px solid #B2CCFF;
}

.kakaoTop{
	width: 95%;	
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    line-height: 40px;
    text-align: center;
	font-size: 16px;
   	color: #212529;
   	padding:0;
   	border-bottom: 1px solid #ccc;
   	margin:0 auto 10px auto;
}

.content{
/*     border: 10px solid #cd3333; */
    margin: 0 auto;
    width: 790px;
    height: 760px;
    position: relative;
}
.mainArea{
	width: 95%;
	margin: 0 auto;
}

.smallArrow{
	width: 6px;
	height: 6px;
	display: inline-block;
	border: none;
	border-top: 2px solid #cd3333;
	border-right:  2px solid #cd3333;
	transform: rotate(45deg)
}
.bigArrow{
	width: 16px;
	height: 16px;
	display: inline-block;
	border: none;
	border-top: 2px solid #ccc;
	border-right:  2px solid #ccc;
	transform: rotate(45deg)
}

.footer{
    padding: 15px 0 0 0;
    background: #414141;
    height: 50px;
    color: #fff;
    text-align: center;
    width: 790px;
    margin: 0 auto;
}

/*agree*/
.button{
	width: 70%;
	height: 60px;
	color: #fff;
/* 	background: linear-gradient(to bottom,  #5E5E5E, #000); */
	background: #00a2be;
    font-size: 23px;
	font-weight:bold;
	margin: 0 auto 10px auto;
	border: none;
	display: block;
}
.agreeBtn{
	width: 100%;
	border: 1px solid #ccc;
	border-radius:3px;
	box-shadow:1px 1px grey;
	padding: 3px;
	margin-right: 5px;
	font-weight: bold;
}
.redball{
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: red;
	display: inline-block;
	margin-bottom: 2px;
}
.infoAgreTable{
	letter-spacing:-1px;
	margin: 5px 0;
	width: 100%;
}
.infoAgreTable td.scrollTd div{
	height:30px;
}
/*ing*/
.mainAreaBorder {
    width: 95%;
    height: 510px;
    margin: 0 auto 15px auto;
    border: 2px solid #dcdcdc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 10px 0;
}

/*inquiry*/
#inquiry .contentsTable{
	border-left: none;
}
.inquiryTitle{
/* 	width: 100%; */
	height: 35px;
	font-size: 22px;
	background-color: #00a2be;
	color: #fff;
	padding: 15px 10px 0 10px;
}
.whiteArrow{
    width: 8px;
    height: 8px;
    display: inline-block;
    border: none;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-left: 4px;
    margin-top: 6px;
}
.contentsNewTable.cell6WebTable tr:last-child td{
	border-bottom:none;
	color:#999;
}
.queryTableDiv{
	border-bottom: 2px solid #666;
}
.silverball{
    width: 23px;
    height: 23px;
    border-radius: 25px;
    background-color: #9B9B9B;
}
.shadowBox{
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 2px 2px #ccc;
    font-size: 14px;
    padding: 5px 2px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: -1px;
    text-align: center;
    color: #000;
    cursor: pointer;
    background:#fff;
}

.shadowBox:focus{
	border:1px solid #B2CCFF;
}

.redArrow{
	width: 8px;
	height: 8px;
	display: inline-block;
	border: none;
	border-top: 2px solid #cd3333;
	border-right:  2px solid #cd3333;
	transform: rotate(45deg)
}
.inquiryButton{
/*     width: 468px; */
    width: 250px;
    height: 40px;
    background-color:#00a2be;
    font-size: 17px;
    border: none;
    color: #fff;
    font-weight: bold;
    margin: 0 auto; 
/*     display: block; */
}
.purpleButton{
	background: #5757b6;
}
.totalDiv{
	background: #fff;
	width:100%;
	height:43px;
	padding:5px 0 0 0;
	border-top: 2px solid #00a2be;
	border-bottom: 1px solid #666;
}
.totalDiv table{
	width:50%;
	margin:0 auto;
}
.checkStyle{
	width: 15px;
    height: 15px;
    padding: 0 5px 0 0;
    vertical-align: middle;
} 
#issuedCouponTable{
	border-top:2px solid #00a2be;
	width:100%;
}
#issuedCouponTable td{
	border-right:1px solid #ccc;
	height:30px;
}
#issuedCouponTable td.borderNone{
	border-right:none;
}
#issuedCouponTable td:last-child{
	border-right:none;
}
#issuedCouponTable tr:last-child td{
	border-bottom:1px solid #ccc;
}

/*chargeok*/

.darkBg{
	color: #fff;
    text-align: center;
    background-color: #767676;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.grayBg{
    background-color: #f1f1f1;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.chargeTable th{
	border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-weight: bold;
    text-align: center;
    height: 35px;
}
.chargeTable td{
	border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-weight: bold;
	height: 25px;
}
.rightBorder{
	border-right: 1px solid #dedede;
}
.noneBorderTable td{
	border: none;
	text-align: left;
}
.resultTable td{
	border-bottom: none;
	border-top: none;
}
.resultTable .title{
	padding-left: 10px;
	text-align: left;
}
.phoneTable{
	width: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    height: 30px;
}
.pointTd{
	text-align: left;
}
/*layer*/
.guideLayer{
	position: absolute;
	width: 490px;
	height: auto;
	min-height: 350px;
	z-index: 10;
	text-align: center;
	padding: 0 10px 15px 10px;
	font-size: 9px; 
	display: none;
	color: #000;
	top: 30%;
	left: 17%;
	background:#fff;
	/*margin: 0 auto;width ���� ��  */
	border:5px solid #00a2be;
}

#layerUnclear {
    z-index: 4;
/*     width: 780px; */
	width: 100%;
    height: 900px;
    top: 0px;
    left: 0px;
    position: absolute;
    border: 1px solid #ccc;
    background: #000;
    filter: alpha(opacity:40);
    opacity: .4;
    display: none;
}
.termsGuideLayerTitleText {
    /* display: inline-block; */
    width: 75%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: black;
}
.termsGuideLayerTitleArea {
    width: 95%;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    padding: 12px 0 10px 0;
}
.termsLayerContent {
    margin: 10px auto 0 auto;
    text-align: left;
    width: 95%;
}
.contents_table th {
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #f5f5f5;
    height: 30px;
    border-right: 1px solid #ccc;
}
.contents_table td {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    height: 30px;
}

.layerClose{
	width: 30px;
	height: 30px;
/* 	border: 1px solid #D3D3D3; */
	float: right;
	cursor: pointer;
}
.xBox {
    display: block;
    content: "";
    position: absolute;
    top: 28px;
    left: 88.3%;
    width: 35px;
    height: 1px;
    margin-top: 0px;
    background: #D3D3D3;
    transform: rotate(45deg);
}
.xBox2{
	display: block;
    content: "";
    position: absolute;
    top: 28px;
    left: 88.3%;
    width: 35px;
    height: 1px;
    margin-top: 0px;
    background: #D3D3D3;
    transform: rotate(-45deg);
}
#error .cancelButton{
	width: 200px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #666;
    border: none;
}

.swal2-html-container{
	letter-spacing: -1px;
}
