﻿@import url(Fonts.css);

*
{
	font-family: IRANSansFA;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
	text-decoration: none;
  transition: 0.5s;
}
html, body
{
	background: White;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	overflow: hidden auto;
}
.Divbox
{
	left: 0;
	right: 0;
}
.Stky
{
	padding: 10px 0 10px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 500;
	background-color: White;
}
.Sbt
{
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	font-family: IranSansDNFA-bold;
	color: White;
	background-color: #F17834;
	vertical-align: middle;
	padding: 5px;
	cursor: pointer;
	filter: drop-shadow(0 0 10px Black);
}
.S118
{
	left: 30px;
	top: 270px;
	position: absolute;
	color: White;
	border-style: none;
	background-color: #F17834;
	border-radius: 6px;
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	filter: drop-shadow(0px 10px 10px rgba(0 ,0 ,0 , 0.2));
}
#BusyPnl
{
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: fixed;
	background-color: White;
	opacity: 0.8;
}
#Msg
{
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	cursor: pointer;
	filter: drop-shadow(0px 3px 3px rgba(0 ,0 ,0 , 0.3));
	z-index: 5000;
}
.MsgErr
{
	background-color: #FFDDDD;
}
.MsgErr td
{
	color: #FF0000;
}
.MsgOk
{
	background-color: #DDFFDD;
}
.MsgOk td
{
	color: #005500;
}
#back-top
{
  position: fixed;
  left: 14px;
  bottom: 50px;
  z-index: 9000;
}
#back-top a
{
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.xDel
{
	left: 10px;
	top: 10px;
	position: absolute;
	cursor: pointer;
}
.Del
{
	cursor: pointer;
}
.Del:hover, .xDel:hover, .hd0:hover
{
	filter: brightness(120%) saturate(200%);
}
.Lgn
{
	padding: 20px;
	color: Blue;
	text-align: center;
}
.D30
{
	width: 30%;
}
.onv
{
	width: 160px;
	float: right;
	line-height: 40px;
}
.onl
{
	float: right;
	line-height: 40px;
}
.onx
{
	display: flex;
	justify-content: space-between;
}
.ony
{
	float: right;
	width: 160px;
	color: #666666;
}
.onb
{
	float: right;
}
.onn
{
	display: inline-block;
	width: 130px;
	text-align: left;
	margin-left: 10px;
}
.onm
{
	display: inline-block;
	margin: 5px;
	margin-left: 10px;
}
.nPnl
{
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 7000;
}
.nDiv
{
	background-color: White;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 10px;
	padding: 20px;
	width: 80%;
	max-width: max-content;
}
.nClos
{
	width: 24px;
	height: 24px;
	background-image: url('../Images/Clos4.Png');
	background-color: White;
	border-radius: 4px;
	left: 10px;
	top: 10px;
	position: absolute;
	cursor: pointer;
}
.nClos:hover
{
	background-image: url('../Images/Clos2.Png');
}
.Tbg
{
	padding: 10px 0 10px 0;
}
.Tbg img
{
	width: 100%;
	max-width: 800px;
}
.Btn0
{
	width: max-content;
	display: inline-block;
	cursor: pointer;
	color: Blue;
}
.Btn1
{
	color: White;
	border-style: none;
	background-color: #575AC8;
	padding: 8px;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
	vertical-align: middle;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
}
.Btn2
{
	color: White;
	border-style: none;
	background-color: #F17834;
	padding: 8px;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
	vertical-align: middle;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
}
.Btn3
{
	color: White;
	border-style: none;
	background-color: #575AC8;
	padding: 8px;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
	vertical-align: middle;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
}
.Btn4
{
	border-style: none;
	background-color: #DDDDDD;
	padding: 4px;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
	vertical-align: middle;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
}
.Btn5
{
	color: White;
	border-style: none;
	background-color: #F17834;
	padding: 8px;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
	vertical-align: middle;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
}
.Btn1:hover, .Btn2:hover, .Btn3:hover, .Btn4:hover, .Btn5:hover, .Sbt:hover, .hd4:hover, .Tbg img:hover
{
	filter: saturate(150%);
}
.Bar
{
	padding: 5px 10px 5px 5px;
	background-color: #575AC8;
	color: White;
}
.KhatZir
{
	border-bottom: 1px Solid #C0C0C0;
}
.Box
{
	border: 1px Solid #C0C0C0;
	padding: 10px;
}
ul, ol
{
	margin: 0;
	padding: 0;
}
.VI
{
	vertical-align: middle;
}
.ww
{
	top: 45px;
	right: 100px;
	width: 60px;
	padding: 5px;
	position:fixed;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
	cursor: pointer;
	z-index: 1100;
}
.ww:hover
{
	filter: saturate(250%);
}
.Clos
{
	float: left;
	vertical-align: middle;
	cursor: pointer;
}
.aImg
{
	vertical-align: middle;
	cursor: pointer;
}
.Vasat
{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.Dsc
{
	text-align: justify;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}
.Txt1
{
	color: #777777;
	width: 130px;
}
.Txt2, .Dsc *
{
	font-size: 10pt;
	color: #777777;
}
.Txt3
{
	font-size: 11pt;
	color: #ff7777;
	text-align: justify;
}
.Txt4
{
	font-family: IranSansFA-medium;
	font-size: 14pt;
	color: rgb(51, 102, 150);
	text-align: center;
}
.QRimg
{
	padding: 20px;
	border-radius: 5px;
	border: 1px solid silver;
	width: calc(100% - 40px);
	max-width: 300px;
}
.Err
{
	color: Red;
	text-align: center;
}
.TxtTitr
{
	font-family: DanaFA;
	font-weight: bold;
	font-size: 22pt;
	text-align: right;
	border-bottom: 0.5px solid Silver;
}
.TxtTitr2
{
	font-family: DanaFA;
	font-weight: bold;
	font-size: 22pt;
	text-align: center;
	padding-bottom: 30px;
}
.TxtTitr3
{
	font-family: DanaFA;
	font-weight: bold;
	font-size: 22pt;
	color: Red;
	padding: 30px;
}
.TxtTitr4
{
	font-family: DanaFA;
	font-weight: bold;
	font-size: 22pt;
	color: #fbe404;
	padding: 7px 0 0 0;
	filter: drop-shadow(0px 0 2px rgba(215 ,85 ,0 , 1)) drop-shadow(0px 0 2px rgba(215 ,85 ,0 , 1)) drop-shadow(0px 0 2px rgba(215 ,85 ,0 , 1));
}
.Tab1
{
	border: 1px solid Silver;
	border-radius: 7px 7px 0 0;
	border-bottom: none;
}	
.Tab2
{
	border-bottom: 1px solid Silver;
}	
.MaxCon
{
	width: max-content;
}
.MaxWid
{
	max-width: 100%;
}
.vCls2
{
	display: block;
	width: 100%;
	padding: 30px;
}
.vCls1
{
	border: 1px solid silver;
	width:  100%;
	max-width: max-content;
	filter: drop-shadow(3px 3px 3px rgba(0 ,0 ,0 , 1));
}	
.xdiv0
{
	padding: 100px 30px 30px 30px;
	background-image: url('../Images/z12.png');
	position: relative;
	left: 0;
	right: 0;
}
.xdiv1
{
	background: #F0F0FA url('../Images/z12.png') no-repeat fixed top right;
	padding: 30px;
	margin: 50px 10px 50px 10px;
	border-radius: 15px;
	filter: drop-shadow(7px 10px 10px rgba(0 ,0 ,0 , 0.3));
	max-width: 350px;
	width: calc(100% - 100px);
}
.xdiv2
{
	width: 100%;
	text-align: right;
}
h1, .h1
{
	font-family: IranSansDNFA-bold;
	font-size: 22pt;
	font-weight: bold;
}
h2, .h2
{
	font-family: IranSansDNFA;
	font-size: 14pt;
}
.Cls
{
	border: 1px solid Silver;
	background-color: White;
	padding: 7px;
	border-radius: 6px;
	width: calc(100% - 16px);
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
  text-align: center;
}
.ClsR
{
	border: 1px solid Silver;
	background-color: White;
	padding: 7px;
	border-radius: 6px;
	width: calc(100% - 16px);
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
  direction: rtl;
}
.ClsL
{
	border: 1px solid Silver;
	background-color: White;
	padding: 7px;
	border-radius: 6px;
	width: calc(100% - 16px);
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
  direction: ltr;
}
.ClsX
{
	border:  none;
	background-color: White;
	padding: 7px;
	width: calc(100% - 16px);
}
.ClsT
{
	border: none;
	background-color: transparent;
	color: Blue;
	width: 100%;
	height: 40px;
  direction: ltr;
  text-align: center;
}
.mImg
{
	right: 20px;
	bottom: -15px;
	position: absolute;
}
.liCls
{
	position: relative;
	margin: 15px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid silver;
	border-radius: 10px;
	background-color: #F9F9FF;
	cursor: pointer;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
}
.cptha
{
	font-size: 11pt;
	text-align: center;
	border: 1px solid Silver;
	background-color: White;
	padding: 2px;
	direction: ltr;
	border-radius: 4px;
	width: 100px;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
}
.Cls:hover, .ClsR:hover, .ClsL:hover, .cptha:hover, .liCls:hover
{
	border: 1px solid #555555;
	filter: none;
}
.aCls
{
	text-decoration: none;
	color: Blue;
	cursor: pointer;
}
.aCls1
{
	text-decoration: none;
	cursor: pointer;
	border: 0.5px solid #444444;
	background-color: #e5e5e5;
	padding: 3px 7px 3px 7px;
	border-radius: 3px;
}
.aCls2
{
	text-decoration: none;
	color: Aqua;
	cursor: pointer;
}
.aCls3
{
	text-decoration: none;
	color: Red;
	cursor: pointer;
}
.aCls3:hover
{
	color: Blue;
}
.PnlCls
{
	border-radius: 10px;
	background-color: #EEEEEE;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
}
.TitrCls
{
	background-color: #575AC8;
	color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	border-radius: 10px 10px 0 0;
}
.GV
{
	min-width: 320px;
	background-color: White;
}
.GVH
{
	vertical-align: middle;
	text-align: center;
	color: White;
	height: 40px;
	background-color: #777AE8;
}
.TblH
{
	vertical-align: middle;
	color: White;
	background-color: #575AC8;
	min-height: 40px;
	border-radius: 4px;
}
.TblI
{
	vertical-align: middle;
	min-height: 40px;
	border-radius: 4px;
	border: 0.5px Solid #777777;
}
.BckCls
{
	left: 60px;
	top: 65px;
	position: absolute;
	filter: drop-shadow(0px 3px 3px rgba(0 ,0 ,0 , 0.3));
  cursor: pointer;
}
.BckCls:hover
{
	filter: none;
}
td
{
	word-wrap: break-word;
}
#NetPnl
{
	background: #F0F0FA;
	border-radius: 6px;
	padding: 10px;
	border: 1px solid #aaaaaa;
	filter: drop-shadow(7px 10px 10px rgba(0 ,0 ,0 , 0.3));
	width: 100%;
	max-width: 450px;
}
.W1
{
	width: 250px;
}
.W2
{
	width: 266px;
}
.W3
{
	width: 110px;
}
.W4
{
	width: 200px;
}
.LTR
{
	direction: ltr;
}
.RTL
{
	direction: rtl;
}
.PnlBox
{
	border: 3px double #000000;
	border-radius: 10px;
	background-color: White;
	padding: 50px 10px 10px 10px;
	top: 60px;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
	position: fixed;
	text-align: center;
	min-width: 250px;
}
.PnlItm
{
	width: 100%;
	height: 100%;
	overflow: auto;
}
.PnlTitr
{
	right: 10px;
	top: 10px;
	color: Blue;
	position: absolute;
}
#SrchTxt
{
	background-color: White;
	border-style: none;
	Width: 100%;
}
.ClsLi
{
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.LiBtn
{
	margin: 5px;
	display: inline-table;
	vertical-align: middle;
	background-color: #575AC8;
	border-radius: 10px;
	cursor: pointer;
	width: 250px;
	vertical-align: middle;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
}
.LiBtn *
{
	color: White;
	font-size: 11pt;
}
.LiBtn:hover
{
	background-color: #F17834;
	filter: none;
}
.liBnr
{
	height: 220px;
	width: 270px;
	margin: 10px;
	display: inline-block;
	position: relative;
	border-radius: 6px;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
	background-color: #EEEEFF;
	border: 1px solid #555555;
}
.Bnr
{
	border-radius: 6px;
	width: 100%;
}
.liBnr:hover
{
	border: 1px solid #222222;
	filter: brightness(120%) saturate(200%);
}
.xBnr
{
	padding: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-color: rgba(240, 240, 255, 0.9);
	border-radius: 0 0 6px 6px;
}
.bTxt
{
	text-decoration: none;
	font-size: 11pt;
	color: #555555;
}
.rTxt
{
	font-size: 11pt;
	color: Red;
}
.h2x
{
	font-family: IranSansDNFA;
	font-size: 13pt;
	border: none;
	color: Blue;
	width: calc(100% - 5px);
	padding: 0;
	background-color: transparent;
}
.Arm
{
	left: 20px;
	bottom: 50px;
	position: absolute;
	filter: drop-shadow(3px 5px 5px rgba(0 ,0 ,0 , 0.3));
	border: 2px solid #999999;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: White;
}
.Arm img
{
	width: 56px;
	height: 56px;
}
.Vije
{
	right: -4px;
	top: -4px;
	position: absolute;
}
.Nshn
{
	left: 15px;
	top: -3px;
	position: absolute;
	filter: drop-shadow(0px 0 3px rgba(255 ,255 ,255 , 1));
}
.Lik
{
	right: 15px;
	bottom: 70px;
	position: absolute;
	filter: drop-shadow(0px 0 5px rgba(255 ,255 ,255 , 1));
}
.xCls
{
	height: 80px;
	background-image: url('../Images/z8.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 90px;
	padding-top: 25px;
	display: inline-block;
	cursor: pointer;
	font-family: IranSansFA;
	font-size: 16px;
	font-weight: normal;
	color: Blue;
}
.xCls:hover
{
	background-image: url('../Images/z4.png');
	color: #F17834;
}
.dImg
{
	margin: 20px;
	display: inline-table;
	position: relative;
}
.sImg
{
	max-height: 200px;
	max-width: 200px;
	border-radius: 10px;
	filter: drop-shadow(0px 10px 10px rgba(0 ,0 ,0 , 0.2));
	cursor: pointer;
	vertical-align: middle;
}
.sImg:hover
{
	filter: none;
}
#xImg
{
	border-radius: 10px;
}
#AxDiv
{
	overflow: auto;
	top : 40px;
	left: 40px;
	right: 40px;
	bottom: 40px;
	position: fixed;
}
.Pas1
{
	color: #777777;
	width: 100%;
}
.Pas2
{
	border: 0.5px solid Silver;
	padding: 10px;
	text-align: justify;
	border-radius: 6px;
}
.KK
{
	float: left;
}
.nBox
{
	width: 24px;
	height: 24px;
	background-color: White;
	border-radius: 4px;
	left: 10px;
	top: 50px;
	position: absolute;
	cursor: pointer;
  text-align: center;
}
.nBox:hover
{
	color: Red;
}
#Div0, #Div1, #Div2, #Div3, #Div4, #Div5, #Div6, #Div7
{
	left: 0;
	right: 0;
	padding: 50px;
	text-align: justify;
}
#Div1
{
	background-color: #364666;
	color: White;
	position: relative;
}
#Div3
{
	background-color: #222233;
	padding: 0;
	text-align: center;
}
#Div3 li
{
	color: White;
	margin: 0;
	padding: 0 0 0 20px;
}
#Div4
{
	background-color: #dddddd;
}
#Div6
{
	background-color: #DDf0ff;
	padding: 30px;
}
#Div5 p
{
	color: Blue;
}
.header1
{
	left: 0;
	right: 0;
	height: 100px;
	position: relative;
	z-index: 1000;
}
.header2
{
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	background-image: url('../Images/z15.jpg');
	background-position: top right;
	filter: drop-shadow(0px 3px 3px rgba(0 ,0 ,0 , 0.3));
	z-index: 1000;
}
.Nsb
{
	display: inline-table;
	margin: 20px;
	vertical-align: middle;
	filter: drop-shadow(0px 7px 7px rgba(0 ,0 ,0 , 1));
}	
.hd0
{
	right: 30px;
	position: absolute;
	cursor: pointer;
}
.hd1
{
	display: none;
	top: 25px;
	right: 150px;
	position: absolute;
}
.hd2
{
	top: 17px;
	right: 800px;
	position: absolute;
}
.hd3
{
	font-family: DanaFA;
	top: 10px;
	right: 140px;
	position: absolute;
}
.hd4
{
	top: 10px;
	left: 10px;
	position: absolute;
	color: White;
	background-color: #F17834;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
	filter: drop-shadow(0px 10px 10px rgba(0 ,0 ,0 , 0.2));
}
.hd5
{
	font-size: 13pt;
	bottom: 10px;
	right: 150px;
	position: absolute;
}
.hd7
{
	font-family: DanaFA;
	font-weight: bold;
	font-size: 18pt;
}
.hd8
{
	top: 0;
	left: calc(6% + 120px);
	width: 26px;
	height: 35px;
	position: absolute;
	cursor: pointer;
	background: transparent url('../Images/Nshn4.png') center center;
}
.hd8:hover
{
	background: transparent url('../Images/Nshn3.png') center center;
}
.Mnu
{
	text-decoration: none;
	color: #575757;
	cursor: pointer;
}
.LMnu
{
	cursor: pointer;
	color: #575757;
}
.LMnu div
{
	background-color: White;
	padding: 20px;
	width: 100px;
	top: 30px;
	left: -180px;
	position: absolute;
	filter: drop-shadow(5px 5px 6px rgba(0 ,0 ,0 , 0.5));
	border-radius: 3px;
	z-index: 2001;
}
.Mnu:hover, .LMnu:hover, .aCls:hover, .aCls1:hover, .aCls2:hover, .Btn0:hover
{
  color: #F17834;
}
.LMnu:hover > div
{
	left: 0;
}
.hd1 div
{
	font-family: DanaFA;
	color: #575757;
	background-color: White;
	padding: 20px;
	width: 120px;
	top: -350px;
	right: 0;
	position: absolute;
	filter: drop-shadow(5px 5px 6px rgba(0 ,0 ,0 , 0.5));
	border-radius: 3px;
	z-index: 2002;
}
.hd1:hover > div
{
	top: 50px;
}
.hd1 img
{
	cursor: pointer;
}
.hd1:hover > img
{
	filter: saturate(150%);
}
.Footer1
{
	left: 0;
	right: 0;
	height: 500px;
	position: relative;
	background: transparent url('../Images/z11.jpg') center center;
	background-size: auto 100%;
}
.Ft0
{
	width: 900px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%);
}
.Ft1
{
	width: 100%;
}
.Ft2
{
	right: 10px;
	bottom: 0;
	position: absolute;
}
.Ft3
{
	left: 50%;
	transform: translate(-50%);
	bottom: 40px;
	position: absolute;
}
.Ft4
{
	left: 20px;
	bottom: 10px;
	position: absolute;
}
.Ft2s0
{
	width: 330px;
}
.Ft2s1
{
	font-family: IranSansFA-bold;
	font-size: 23pt;
	color: #585AC1;
	cursor: pointer;
}
.Ft2s2
{
	text-align: justify;
}
.Ft2s3
{
	font-family: DanaFA;
	font-weight: bold;
	font-size: 11pt;
	color: #F17834;
}
.Ft2s4
{
	font-family: DanaFA;
	font-weight: bold;
	font-size: 14pt;
	color: #002277;
	text-decoration: none;
}
.Ft3s1
{
	font-weight: bold;
	font-size: 16pt;
	color: #002277;
}
.Ft4s1
{
	font-family: DanaFA;
	font-weight: bold;
	font-size: 16pt;
	color: #002277;
}
.Ft4s2
{
	font-family: DanaFA;
	font-size: 11pt;
	color: #707070;
}
.ic1
{
	width: 50px;
	height: 50px;
	background-image: url('../Images/youtube.png');
	background-size: 100% 100%;
	text-decoration: none;
	cursor: pointer;
}	
.ic1:hover
{
	background-image: url('../Images/youtubeHover.png');
}	
.ic2
{
	width: 50px;
	height: 50px;
	background-image: url('../Images/telegram.png');
	background-size: 100% 100%;
	text-decoration: none;
	cursor: pointer;
}	
.ic2:hover
{
	background-image: url('../Images/telegramHover.png');
}	
.ic3
{
	width: 50px;
	height: 50px;
	background-image: url('../Images/whatsapp.png');
	background-size: 100% 100%;
	text-decoration: none;
	cursor: pointer;
}	
.ic3:hover
{
	background-image: url('../Images/whatsappHover.png');
}	
.ic4
{
	width: 50px;
	height: 50px;
	background-image: url('../Images/link.png');
	background-size: 100% 100%;
	text-decoration: none;
	cursor: pointer;
}	
.ic4:hover
{
	background-image: url('../Images/linkHover.png');
}	
.ic5
{
	width: 50px;
	height: 50px;
	background-image: url('../Images/facebook.png');
	background-size: 100% 100%;
	text-decoration: none;
	cursor: pointer;
}	
.ic5:hover
{
	background-image: url('../Images/facebookHover.png');
}	
.itpha
{
	font-family: XeroSans;
	color: #002277;
	cursor: pointer;
}

@media screen and (max-width: 1100px)
{
	.Ft0 { width: 100%; left: auto; transform: translate(0); }
	.Ft2s0 { width: 240px; }
	.Ft3 { left: 53%; transform: translate(-53%); }
	.Ft2s4 { font-size: 12pt; }
	.PnlBox { left: 50px; right: 50px; top: 50px; bottom: 50px; transform: translate(0); }
	.hd1 { display: inherit; }
	.hd2, .hd5 { right: 220px; }
	.hd3 { display: none; }
}
@media screen and (max-width: 750px)
{
	.Footer1 { height: 800px; }
	.Ft2 { bottom: 310px; }
	.Ft3 { bottom: 350px; left: 20px; transform: translate(0); }
	.Ft4 { left: 50%; transform: translate(-50%); bottom: 10px; }
	.PnlBox { left: 30px; right: 30px; top: 30px; bottom: 30px; }
	#Div0, #Div1, #Div2, #Div4, #Div7, #Div8 { padding: 30px; }
	#Div5, #Div6 { padding: 20px; }
	#Div3 ul { padding-right: 20px; }
	.hd7 { font-size: 16pt; }
	.vCls2 { padding: 30px 0 30px 0; }
}
@media screen and (max-width: 600px)
{
	.hd0 { right: 10px; }
	.hd0 img { height: 55px; }
	.hd4 { padding: 5px 10px 5px 10px; }
	.hd1 { right: 75px; top: 10px; }
	.hd2 { right: 140px; top: 15px; }
	.hd1 img { width: 35px; }
	.hd1:hover > div { top: 35px; }
	.hd5 { right: 10px; }
	.Nsb { width: calc(100% - 40px); }
	.hd7 { font-size: 14pt; }
}
@media screen and (max-width: 450px)
{
	.Footer1 { height: 1150px; }
	.Ft2 { bottom: 660px; left: 50%; transform: translate(-50%); right: auto; }
	.Ft3 { bottom: 310px; left: 50%; transform: translate(-50%); }
	.Ft4 { left: 50%; transform: translate(-50%); }
	.xdiv0 { padding-left: 10px; padding-right: 10px; }
	.xdiv2 { font-size: 11pt; }
	.BckCls { left: 25px; }
	.PnlBox { left: 20px; right: 20px; top: 20px; bottom: 20px; }
	#Div0, #Div1, #Div2, #Div4, #Div7, #Div8 { padding: 20px; }
	#Div5, #Div6 { padding: 10px; }
	#Div3 ul { padding-right: 10px; }
	.Nsb { width: 100%; margin-left: 0; margin-right: 0; }
	h1, .h1 { font-size: 18pt; }
	.hd7 { font-size: 13pt; }
	.hd2 { right: 125px; }
}
@media screen and (max-width: 350px)
{
	.Bnr0, .Bnr1, .Bnr2 { width: 220px; }
	.bTxt { font-size: 10pt; }
	.PnlBox { left: 10px; right: 10px; top: 10px; bottom: 10px; }
	h1, .h1 { font-size: 16pt; }
	.hd2 { right: 120px; }
	.hd8 { left: calc(6% + 110px); }
}
