@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
@charset "utf-8";
/* CSS Document */
/*------------------------------------*/
@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
body{
	font-family: 'Lora', serif;
	font-weight:normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
	padding:0;
	margin:0;
	list-style:none;
	background:#f9f9f9;
}
.container{
	width:970px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
}
p, h1, h2, h3, ul{
	padding:0;
	margin:0;
}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
*{box-sizing:border-box;}
.flt{float:left;width:100%;}
.ovrfl{overflow:hidden;}
.bdhding1{	
	font-weight:bold;
	font-size:44px;
	line-height:54px;
	text-align:center;
}
.bdhding1 u{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset: 6px;}
.bdfont{	
	font-size:24px;
	line-height:34px;
	text-align:left;
}
.bdfont2{
	font-size:28px;
	line-height:38px;
	text-align:left;
}
.bdfont3{
	font-size:30px;
	line-height:40px;
	text-align:left;
}
.bdfont4{
	font-size:26px;
	line-height:36px;
	text-align:left;
}
.bdfont5{
	font-size:34px;
	line-height:44px;
	text-align:left;
}
.bdfont u, .bdfont2 u, .bdfont3 u, .bdfont4 u, .bdfont5 u{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset: 6px;}
.mar1{margin:34px 0 0 0;}
.mar2{margin:48px 0 0 0;}
.mar3{margin:40px 0 0 0;}
.mar4{margin:10px 0 0 0;}
.mar5{margin:30px 0 0 0;}
.mar6{margin:24px 0 0 0;}
.mar7{margin:38px 0 0 0;}

.bold{font-weight:bold;}
.semibold{font-weight:600;}
.black{font-weight:900;}
.medium{font-weight:500;}
.txlncntr{text-align:center;}
.txlnlft{text-align:left;}
.italic{font-style:italic;}
text-decoration-color{color:#666666;}
@media only screen and (max-width: 1000px){
.container{ max-width:750px; width:100%; }
.bdhding1{	
	font-size:36px;
	line-height:46px;
}
.bdfont{	
	font-size:19px;
	line-height:29px;
}
.bdfont2{
	font-size:23px;
	line-height:33px;
}
.bdfont3{
	font-size:25px;
	line-height:35px;
}
.bdfont4{
	font-size:21px;
	line-height:31px;
}
.bdfont5{font-size:28px;line-height:38px;}
.mar1{margin:30px 0 0 0;}
.mar2{margin:44px 0 0 0;}
.mar3{margin:36px 0 0 0;}
.mar7{margin:34px 0 0 0;}
}
@media only screen and (max-width: 767px){
.container{ width:100%;max-width:640px;}
.bdinpad{padding:0 10px;box-sizing:border-box; }
.bdhding1{	
	font-size:30px;
	line-height:40px;
}
.bdfont{	
	font-size:18px;
	line-height:28px;
}
.bdfont2{
	font-size:20px;
	line-height:30px;
}
.bdfont3{
	font-size:21px;
	line-height:31px;
}
.bdfont4{
	font-size:19px;
	line-height:29px;
}
.bdfont5{font-size:24px;line-height:34px;}
.mar1{margin:26px 0 0 0;}
.mar2{margin:40px 0 0 0;}
.mar3{margin:32px 0 0 0;}
.mar5 {margin: 22px 0 0 0;}
.mar7{margin:30px 0 0 0;}
}
@media only screen and (max-width: 479px){
.bdhding1{	
	font-size:26px;
	line-height:36px;
}
}
/*------------------------------------*/
.strikeout, .strikeout2 { 
  position: relative;
}
.strikeout::after, .strikeout2::after {
  border-bottom: 0.08em solid #F00;
  content: "";
  left: 0;
  margin-top: calc(0.120em / 2 * -1);
  position: absolute;
  right: 0;
  top: 58%;  
}
.strikeout::after{
  border-bottom: 0.12em solid #F00;
  top: 54%;  
  transform:rotate(-10deg);
  -webkit-  transform:rotate(-10deg);
}
.white{color:#fff;}
.red{color:#ff0000;}
.blue{color:#0b5760;}
.yellow{color:#fff000;}
.green{color:#00923a;}
.green2{color:#07673f;}

/*===============================*/
.show-479, .show-tab, .show-767, .show-400, .show-340, .show-359{display:none;}
@media only screen and (max-width: 1000px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.hide-359{display:none;}
.show-359{display:block;}
}
/*----------- popup ---------------- */
#pop_overlay{
    background-color: rgba(0, 0, 0, 0.6);
    clear: none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	overflow-y:scroll;
}
#pop_content {
	height:auto;
	width:970px;
    background-color: white;
    border-radius: 13px;
    margin: 20px auto 20px auto;
    padding: 30px 44px;
    position: relative;
    text-align: center;    
}
.pop_content2 {margin: 100px auto!important;}
.close{
	position:absolute;
	right:15px;
	top:10px;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	text-align:center;
	cursor:pointer;
	color:#000;
}
.pop-wait{
	font-weight:bold;
	font-size:55px;
	line-height:55px;
	color:#ff0000;
	text-align:center;
	text-transform:uppercase;
}
.pop-wait img{margin:0 2px -4px 0;}
.pophding{
	font-weight:bold;
	font-size:26px;
	line-height:34px;
	text-align:center;
	color:#000;
	margin-top:20px;
}
.popprd{margin:26px auto -8px auto;display:block;width:432px;}
.up1poptxt1{
	font-size:20px;
	line-height:30px;
	color:#000;
	text-align:center;
	text-decoration:underline;
	margin:16px 0 0 0;
	display:block;	
}
.popbtn{
	margin:22px auto 0 auto;
	display:block;
	width:840px;
	border-radius:8px;	
	background:#43bf0e;
	background:-webkit-linear-gradient(#43bf0e, #42a001);
	background:-moz-linear-gradient(#43bf0e, #42a001);
	background:-o-linear-gradient(#43bf0e, #42a001);
	background:linear-gradient(#43bf0e, #42a001);
	font-family: "Oswald", sans-serif;
	font-weight:600;
	font-size:34px;
	line-height:44px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border:2px solid #30a209;
	border-bottom:none;
	box-shadow:0 5px 10px #CCC;
	padding:16px 6px 17px 6px;
}
.popmbbx{
	margin:30px -44px 0 -44px;
	background:#e7eaf1;
	padding:20px 44px 25px 44px;
}
.popmbseal{float:right;margin:-3px 0 0 50px;max-width:100%;width:180px;}	
.popmbbxtxt{
	font-size:22px;
	line-height:32px;
	text-align:left;
	color:#000;
}

@media only screen and (max-width: 1000px){
#pop_content{padding:28px 20px 40px 20px;width:740px;}
.pop_content2 {margin: 30px auto!important;}
.pop-wait{font-size:45px;line-height:45px;}
.pop-wait img{margin:0 0 -3px 0;width:40px;}
.pophding{
	font-size:24px;
	line-height:32px;
}	
.up1poptxt1 {
    font-size: 18px;
    line-height:28px;
}
.popbtn{width:100%;font-size:26px;line-height:36px;}	
.popmbbx{
	margin:30px -20px 0 -20px;
	padding:20px 20px 25px 20px;
}
.popmbbxtxt {
    font-size: 20px;
    line-height: 30px;
}
.popmbseal{margin:8px 0 0 0;}
}
@media only screen and (max-width: 767px){
#pop_content{padding:30px 15px 30px 15px;width:96%;}
.pophding{
	font-size:20px;
	line-height:28px;
	margin-top:15px;
}	
.up1poptxt1 {
    font-size: 16px;
    line-height: 26px;
    margin: 28px 0 0 0;
}
.popbtn{font-size:22px;line-height:30px;}
.popmbbx {
    margin: 30px -15px 0 -15px;
    padding: 20px 15px 25px 15px;
}
.popmbseal{float:none;margin:0 auto 15px auto;display:block;width:140px;}	
.popmbbxtxt {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}		
}
@media only screen and (max-width: 479px){
#pop_content{padding:30px 10px 30px 10px;}
.pop-wait{font-size:36px;line-height:36px;}
.pop-wait img{margin:0 0 -2px 0;width:30px;}
.up1poptxt1 {
    font-size: 14px;
    line-height: 23px;
    margin: 25px 0 0 0;
}	
.popmbbx {
    margin: 30px -10px 0 -10px;
    padding: 20px 10px 25px 10px;
}
.popbtn {
    font-size: 19px;
    line-height: 26px;
	padding:11px 6px 12px 6px;
}
}

/*=================start footer==================*/
footer{background:#f9f9f9;padding:40px 0;border-top:1px solid #dadada;}
ul.ftrlist{padding:0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	padding:0 15px;
	font-size:20px;
	line-height:20px;
	color:#333333;
	text-align:center;
	position:relative;
}
ul.ftrlist li a{color:#333;}
ul.ftrlist li:after{
	content:"";
	position:absolute;
	right:0;
	top:5px;
	height:15px;
	background:#333;
	width:1px;
}
ul.ftrlist li:last-child:after{display:none;}
.ftrtxt{
	font-size:20px;
	line-height:30px;
	color:#333;
	text-align:center;
	margin-top:10px;
}

@media only screen and (max-width: 767px){
footer{padding:30px 0;}
ul.ftrlist li{
	padding:0 10px;
	font-size:14px;
	line-height:14px;
}
ul.ftrlist li:after{height:12px;top:2px;}
.ftrtxt{
	font-size:14px;
	line-height:24px;
	margin-top:4px;
}
}