﻿
	.cnt223 a{text-decoration: none;}
    .popup{width: 100%;margin: 0 auto;display: none;position: fixed;z-index: 101;background-color:rgba(0, 0, 0, 0.75);height:100%;}
    .pop{min-width: 600px;width: 57%;min-height: 150px;margin: 100px auto;background: #ffffff;position: relative;z-index: 9999999999999999999999;padding: 2px 5px;
        border-radius: 5px;box-shadow: 0 2px 5px #000;}
    .pop p{clear: both;color: #555555;  /* text-align: justify; */font-size: 20px;font-family: sans-serif;}
    .pop p a{color: #d91900;font-weight: bold;}
    .pop .x{float: right;height: 35px;left: 22px;position: relative;top: -25px;width: 34px;}
    .pop .x:hover{cursor: pointer;}

    @media screen and (max-device-width: 768px) and (min-device-width: 281px) and (orientation: portrait){
    .pop {width: 95%; min-width: 80%; margin: 100px auto}
    }
    @media screen and (max-device-width: 768px) and (min-device-width: 281px) and (orientation: landscape){
	    .pop {width: 75%; min-width: 75%; margin: 0px auto}
	    }
    @media screen and (device-width: 823px){
	    .pop {width: 75%; min-width: 75%; margin: 10px auto}
	    }
	    @media screen and (device-width: 812px){
	    .pop {width: 60%; min-width: 60%; margin: 10px auto}
	    }
	    @media screen and (device-width: 1024px){
	    .dd img {width: 17.5%;}
	    }

