#popup_wrap2 {
	width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
	cursor:url(popup_close2.png);
}
#popup_center2 {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup_content2 {
	min-width: 10%;
    max-width: 31%;
	min-height: 10%;
	overflow: hidden;
    position: relative;
	padding:25px;
	text-align:justify;
	background: rgba(255, 255, 255, 1) no-repeat scroll center center;
}
#popup_close2 {
	cursor: pointer;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 150px;
	display:block
}
#popup_content2 img:nth-child(2) {
    width: 100%;
}
#popup_content2 p a{
	color:#434242;
        font-weight: 800;
}
@media screen and (max-width: 768px) {
#popup_content2 {
	min-width: 10%;
    max-width: 100%;
}
#popup_close2 {
    bottom:0;
	
}
}


@media (min-width: 1281px) and (max-width: 1921px) {

    .p_content
    {
        font-size: 15px;
    }
}

/**/


.a_set
{
    text-decoration: none;
	
}
.h2_title
{
    font-size: 1.5em;
    color: #3a3a3a;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    
}

.p_content {
    margin: 0 0 1.0em;
    color: #666;
    line-height: 20px;
    letter-spacing: 0.4px;
}

.btn_set
{
    color: white;
    font-weight: normal;
    text-decoration: none;
    border: none;
    outline: none;
    background: #434242;
}

.disclaimer {
    color: #666;
	     font-family: Gotham-Light,sans-serif;
	 font-size:15px;
}