@charset "utf-8";
@import url('iconfont/intaefont/style.css');
@import url('iconfont/newfont/style.css');
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
[class^="noto"], [class*="noto"]{font-family:'Noto Sans KR', sans-serif;}
.noto100{font-weight:100 !important;} .noto200{font-weight:200 !important;} .noto300{font-weight:300 !important;} .noto400{font-weight:400;} .noto500{font-weight:500 !important;}
.noto600{font-weight:600 !important;} .noto700{font-weight:700 !important;}

html,h1,h2,h3,h4,h5,h6,form,fieldset,img{margin:0;padding:0;border:0}
h1,h2,h3,h4,h5,h6{font-size:1em;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
#hd ul,nav ul,#ft ul{margin:0;padding:0;list-style:none}
legend{position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label,input,button,select,img{vertical-align:middle;}
input,button{margin:0;padding:0;font-size:1em}
button{cursor:pointer}
input[type=text],input[type=password],input[type=submit],input[type=image],button{border:0;-webkit-appearance:none}
textarea,select{font-size:1em;}
textarea{-webkit-appearance:none;-webkit-overflow-scrolling:touch;width:100%;}
select{margin:0}
p{margin:0;padding:0;word-break:break-all}
hr{width:100%;height:1px;background-color:rgba(0,0,0,0.12);border:none;}
pre{overflow-x:scroll;font-size:1.1em}
img{max-width:100%;}
ul,li{margin:0;padding:0;list-style:none;}
table,tr,th,td{border-collapse:collapse;border-spacing:0;}
body{/*-webkit-user-select:none;*/-webkit-tap-highlight-color:rgba(0,0,0,0)}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-text-size-adjust:none;/*피봇시 글자커짐 방지 */-webkit-overflow-scrolling:touch;}
*:before{font-weight:normal;}
a{color:#090909;color:inherit;}
a:link,a:visited{text-decoration:none}
a:focus, textarea:focus, select:focus, input:focus, button:focus{outline:0;}
a:hover,a:focus,a:active{text-decoration:none}
sub{vertical-align:middle;}
.bold{font-weight:700;}

html{font-family:'Spoqa Han Sans Neo', 'Noto Sans KR', sans-serif;}
input,textarea,select{font-family:'Spoqa Han Sans Neo', 'Noto Sans KR', sans-serif;}

.fw100{font-weight:100 !important}
.fw200{font-weight:200 !important}
.fw300{font-weight:300 !important}
.fw400{font-weight:400 !important}
.fw500{font-weight:500 !important}
.fw600{font-weight:600 !important}
.fw700{font-weight:700 !important}
.fw800{font-weight:800 !important}

html.scrollDisable{height:100%;min-height:100%;overflow:hidden !important;touch-action:none;}

/*──────────────── flex ────────────────*/
.flex{display:flex;}
.inline-flex{display:inline-flex;}
.flex.column, .inline-flex.column{flex-direction:column;}
.flex-top{align-items:flex-start;}
.flex-middle{align-items:center;}
.flex-bottom{align-items:flex-end;}
.flex-left{justify-content:flex-start;}
.flex-center{justify-content:center;}
.flex-right{justify-content:flex-end;}
.flex-stretch{align-items:stretch;}
.flex1{flex:1;}
.flex2{flex:2;}
.flex3{flex:3;}
.flex > .left{margin-right:auto;}.flex > .right{margin-left:auto}
.item-top{align-self:start}.item-middle{align-self:center;}.item-bottom{align-self:end}.item-stretch{align-self:stretch}.item-left{margin-right:auto;}.item-right{margin-left:auto;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.flex:after{display:block;visibility:hidden;clear:both;content:""}
	.flex > .right{float:right}
}


/*──────────────── common ────────────────*/
.tcenter{text-align:center !important;}
.tleft{text-align:left !important;}
.tright{text-align:right !important;}
.center{margin-left:auto;margin-right:auto}
.none{display:none}
.bored{border:1px solid red;}
.color-red{color:#EF3434}
.color-yellow{color:#FFB808;}

:root{
}


button.mainColor,
[class*='btn'].mainColor{background:#0019FF;color:#fff;transition:all .2s ease-in-out;}
button.mainColor:hover,
[class*='btn'].mainColor:hover{background:#3D50FF}


::-webkit-scrollbar{width:6px;height:6px;border-radius:2px;}
::-webkit-scrollbar-thumb{cursor:pointer;background:#c5c5c5;border-radius:2px;}
::selection{background-color:#c5c5c5;color:#fff;border-radius:2px;}
-webkit-::selection{background-color:#c5c5c5;color:#fff;border-radius:2px;}
::-moz-selection{background-color:#c5c5c5;color:#fff;border-radius:2px;}


input:-moz-placeholder, textarea:-moz-placeholder{color:#828482;font-weight:300;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#828482;font-weight:300;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#828482;font-weight:300;}
input::-moz-focus-inner,
button::-moz-focus-inner{border:0;padding:0;}



/*─────────────────────────────────────────────────────*/
/*												SETTING												 */
/*─────────────────────────────────────────────────────*/
[class*="span"], [class="span"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;position:relative;vertical-align:middle;}

@media screen and (min-width:721px) { /* 720이상 */
	/*──────────────── Margin ────────────────*/
	.mt1{margin-top:1px !important;}.mt2{margin-top:2px !important;}.mt3{margin-top:3px !important;}.mt4{margin-top:4px !important;}.mt5{margin-top:5px !important;}
	.mt6{margin-top:6px !important;}.mt7{margin-top:7px !important;}.mt8{margin-top:8px !important;}.mt9{margin-top:9px !important;}.mt10{margin-top:10px !important;}
	.mt10{margin-top:10px !important;}.mt15{margin-top:15px !important;}.mt20{margin-top:20px !important;}.mt25{margin-top:25px !important;}.mt30{margin-top:30px !important;}
	.mt35{margin-top:35px !important;}.mt40{margin-top:40px !important;}.mt45{margin-top:45px !important;}.mt50{margin-top:50px !important;}.mt55{margin-top:55px !important;}
	.mt60{margin-top:60px !important;}.mt65{margin-top:65px !important;}.mt70{margin-top:70px !important;}.mt75{margin-top:75px !important;}.mt80{margin-top:80px !important;}
	.mt85{margin-top:85px !important;}.mt90{margin-top:90px !important;}.mt95{margin-top:95px !important;}.mt100{margin-top:100px !important;}.mt110{margin-top:110px !important;}
	.mt115{margin-top:115px !important;}.mt120{margin-top:120px !important;}.mt125{margin-top:125px !important;}.mt130{margin-top:130px !important;}.mt135{margin-top:135px !important;}
	.mt140{margin-top:140px !important;}.mt145{margin-top:145px !important;}.mt150{margin-top:150px !important;}.mt155{margin-top:155px !important;}.mt160{margin-top:160px !important;}
	.mt165{margin-top:165px !important;}.mt170{margin-top:170px !important;}.mt175{margin-top:175px !important;}.mt180{margin-top:180px !important;}.mt185{margin-top:185px !important;}
	.mt190{margin-top:190px !important;}.mt195{margin-top:195px !important;}.mt200{margin-top:200px !important;}.mt210{margin-top:210px !important;}.mt215{margin-top:215px !important;}
	.mt220{margin-top:220px !important;}.mt225{margin-top:225px !important;}.mt230{margin-top:230px !important;}.mt235{margin-top:235px !important;}.mt240{margin-top:240px !important;}
	.mt245{margin-top:245px !important;}.mt250{margin-top:250px !important;}.mt255{margin-top:255px !important;}.mt260{margin-top:260px !important;}.mt265{margin-top:265px !important;}
	.mt270{margin-top:270px !important;}.mt275{margin-top:275px !important;}.mt280{margin-top:280px !important;}.mt285{margin-top:285px !important;}.mt290{margin-top:290px !important;}
	.mt295{margin-top:295px !important;}.mt300{margin-top:300px !important;}
	.ml1{margin-left:1px !important;}.ml2{margin-left:2px !important;}.ml3{margin-left:3px !important;}.ml4{margin-left:4px !important;}.ml5{margin-left:5px !important;}
	.ml6{margin-left:6px !important;}.ml7{margin-left:7px !important;}.ml8{margin-left:8px !important;}.ml9{margin-left:9px !important;}.ml10{margin-left:10px !important;}
	.ml10{margin-left:10px !important;}.ml15{margin-left:15px !important;}.ml20{margin-left:20px !important;}.ml25{margin-left:25px !important;}.ml30{margin-left:30px !important;}
	.ml35{margin-left:35px !important;}.ml40{margin-left:40px !important;}.ml45{margin-left:45px !important;}.ml50{margin-left:50px !important;}.ml55{margin-left:55px !important;}
	.ml60{margin-left:60px !important;}.ml65{margin-left:65px !important;}.ml70{margin-left:70px !important;}.ml75{margin-left:75px !important;}.ml80{margin-left:80px !important;}
	.ml85{margin-left:85px !important;}.ml90{margin-left:90px !important;}.ml95{margin-left:95px !important;}.ml100{margin-left:100px !important;}.ml110{margin-left:110px !important;}
	.ml115{margin-left:115px !important;}.ml120{margin-left:120px !important;}.ml125{margin-left:125px !important;}.ml130{margin-left:130px !important;}.ml135{margin-left:135px !important;}
	.ml140{margin-left:140px !important;}.ml145{margin-left:145px !important;}.ml150{margin-left:150px !important;}.ml155{margin-left:155px !important;}.ml160{margin-left:160px !important;}
	.ml165{margin-left:165px !important;}.ml170{margin-left:170px !important;}.ml175{margin-left:175px !important;}.ml180{margin-left:180px !important;}.ml185{margin-left:185px !important;}
	.ml190{margin-left:190px !important;}.ml195{margin-left:195px !important;}.ml200{margin-left:200px !important;}.ml210{margin-left:210px !important;}.ml215{margin-left:215px !important;}
	.ml220{margin-left:220px !important;}.ml225{margin-left:225px !important;}.ml230{margin-left:230px !important;}.ml235{margin-left:235px !important;}.ml240{margin-left:240px !important;}
	.ml245{margin-left:245px !important;}.ml250{margin-left:250px !important;}.ml255{margin-left:255px !important;}.ml260{margin-left:260px !important;}.ml265{margin-left:265px !important;}
	.ml270{margin-left:270px !important;}.ml275{margin-left:275px !important;}.ml280{margin-left:280px !important;}.ml285{margin-left:285px !important;}.ml290{margin-left:290px !important;}
	.ml295{margin-left:295px !important;}.ml300{margin-left:300px !important;}
	.mr1{margin-right:1px !important;}.mr2{margin-right:2px !important;}.mr3{margin-right:3px !important;}.mr4{margin-right:4px !important;}.mr5{margin-right:5px !important;}
	.mr6{margin-right:6px !important;}.mr7{margin-right:7px !important;}.mr8{margin-right:8px !important;}.mr9{margin-right:9px !important;}.mr10{margin-right:10px !important;}
	.mr10{margin-right:10px !important;}.mr15{margin-right:15px !important;}.mr20{margin-right:20px !important;}.mr25{margin-right:25px !important;}.mr30{margin-right:30px !important;}
	.mr35{margin-right:35px !important;}.mr40{margin-right:40px !important;}.mr45{margin-right:45px !important;}.mr50{margin-right:50px !important;}.mr55{margin-right:55px !important;}
	.mr60{margin-right:60px !important;}.mr65{margin-right:65px !important;}.mr70{margin-right:70px !important;}.mr75{margin-right:75px !important;}.mr80{margin-right:80px !important;}
	.mr85{margin-right:85px !important;}.mr90{margin-right:90px !important;}.mr95{margin-right:95px !important;}.mr100{margin-right:100px !important;}.mr110{margin-right:110px !important;}
	.mr115{margin-right:115px !important;}.mr120{margin-right:120px !important;}.mr125{margin-right:125px !important;}.mr130{margin-right:130px !important;}.mr135{margin-right:135px !important;}
	.mr140{margin-right:140px !important;}.mr145{margin-right:145px !important;}.mr150{margin-right:150px !important;}.mr155{margin-right:155px !important;}.mr160{margin-right:160px !important;}
	.mr165{margin-right:165px !important;}.mr170{margin-right:170px !important;}.mr175{margin-right:175px !important;}.mr180{margin-right:180px !important;}.mr185{margin-right:185px !important;}
	.mr190{margin-right:190px !important;}.mr195{margin-right:195px !important;}.mr200{margin-right:200px !important;}.mr210{margin-right:210px !important;}.mr215{margin-right:215px !important;}
	.mr220{margin-right:220px !important;}.mr225{margin-right:225px !important;}.mr230{margin-right:230px !important;}.mr235{margin-right:235px !important;}.mr240{margin-right:240px !important;}
	.mr245{margin-right:245px !important;}.mr250{margin-right:250px !important;}.mr255{margin-right:255px !important;}.mr260{margin-right:260px !important;}.mr265{margin-right:265px !important;}
	.mr270{margin-right:270px !important;}.mr275{margin-right:275px !important;}.mr280{margin-right:280px !important;}.mr285{margin-right:285px !important;}.mr290{margin-right:290px !important;}
	.mr295{margin-right:295px !important;}.mr300{margin-right:300px !important;}
	.mb1{margin-bottom:1px !important;}.mb2{margin-bottom:2px !important;}.mb3{margin-bottom:3px !important;}.mb4{margin-bottom:4px !important;}.mb5{margin-bottom:5px !important;}
	.mb6{margin-bottom:6px !important;}.mb7{margin-bottom:7px !important;}.mb8{margin-bottom:8px !important;}.mb9{margin-bottom:9px !important;}.mb10{margin-bottom:10px !important;}
	.mb10{margin-bottom:10px !important;}.mb15{margin-bottom:15px !important;}.mb20{margin-bottom:20px !important;}.mb25{margin-bottom:25px !important;}.mb30{margin-bottom:30px !important;}
	.mb35{margin-bottom:35px !important;}.mb40{margin-bottom:40px !important;}.mb45{margin-bottom:45px !important;}.mb50{margin-bottom:50px !important;}.mb55{margin-bottom:55px !important;}
	.mb60{margin-bottom:60px !important;}.mb65{margin-bottom:65px !important;}.mb70{margin-bottom:70px !important;}.mb75{margin-bottom:75px !important;}.mb80{margin-bottom:80px !important;}
	.mb85{margin-bottom:85px !important;}.mb90{margin-bottom:90px !important;}.mb95{margin-bottom:95px !important;}.mb100{margin-bottom:100px !important;}.mb110{margin-bottom:110px !important;}
	.mb115{margin-bottom:115px !important;}.mb120{margin-bottom:120px !important;}.mb125{margin-bottom:125px !important;}.mb130{margin-bottom:130px !important;}.mb135{margin-bottom:135px !important;}
	.mb140{margin-bottom:140px !important;}.mb145{margin-bottom:145px !important;}.mb150{margin-bottom:150px !important;}.mb155{margin-bottom:155px !important;}.mb160{margin-bottom:160px !important;}
	.mb165{margin-bottom:165px !important;}.mb170{margin-bottom:170px !important;}.mb175{margin-bottom:175px !important;}.mb180{margin-bottom:180px !important;}.mb185{margin-bottom:185px !important;}
	.mb190{margin-bottom:190px !important;}.mb195{margin-bottom:195px !important;}.mb200{margin-bottom:200px !important;}.mb210{margin-bottom:210px !important;}.mb215{margin-bottom:215px !important;}
	.mb220{margin-bottom:220px !important;}.mb225{margin-bottom:225px !important;}.mb230{margin-bottom:230px !important;}.mb235{margin-bottom:235px !important;}.mb240{margin-bottom:240px !important;}
	.mb245{margin-bottom:245px !important;}.mb250{margin-bottom:250px !important;}.mb255{margin-bottom:255px !important;}.mb260{margin-bottom:260px !important;}.mb265{margin-bottom:265px !important;}
	.mb270{margin-bottom:270px !important;}.mb275{margin-bottom:275px !important;}.mb280{margin-bottom:280px !important;}.mb285{margin-bottom:285px !important;}.mb290{margin-bottom:290px !important;}
	.mb295{margin-bottom:295px !important;}.mb300{margin-bottom:300px !important;}
	/*──────────────── span :Width ────────────────*/	
	.span{width:100%;}
	.span10{width:10px;} .span20{width:20px;} .span30{width:30px;} .span40{width:40px;} .span50{width:50px;} .span60{width:60px;} .span70{width:70px;} .span80{width:80px;} .span90{width:90px;}
	.span100{width:100px;} .span110{width:110px;} .span120{width:120px;} .span130{width:130px;} .span140{width:140px;} .span150{width:150px;} .span160{width:160px;} .span170{width:170px;} .span180{width:180px;} .span190{width:190px;}
	.span200{width:200px;} .span210{width:210px;} .span220{width:220px;} .span230{width:230px;} .span240{width:240px;} .span250{width:250px;} .span260{width:260px;} .span270{width:270px;} .span280{width:280px;} .span290{width:290px;}
	.span300{width:300px;} .span310{width:310px;} .span320{width:320px;} .span330{width:330px;} .span340{width:340px;} .span350{width:350px;} .span360{width:360px;} .span370{width:370px;} .span380{width:380px;} .span390{width:390px;}
	.span400{width:400px;} .span410{width:410px;} .span420{width:420px;} .span430{width:430px;} .span440{width:440px;} .span450{width:450px;} .span460{width:460px;} .span470{width:470px;} .span480{width:480px;} .span490{width:490px;}
	.span500{width:500px;} .span510{width:510px;} .span520{width:520px;} .span530{width:530px;} .span540{width:540px;} .span550{width:550px;} .span560{width:560px;} .span570{width:570px;} .span580{width:580px;} .span590{width:590px;}
	.span600{width:600px;} .span610{width:610px;} .span620{width:620px;} .span630{width:630px;} .span640{width:640px;} .span650{width:650px;} .span660{width:660px;} .span670{width:670px;} .span680{width:680px;} .span690{width:690px;}
	.span700{width:700px;} .span710{width:710px;} .span720{width:720px;} .span730{width:730px;} .span740{width:740px;} .span750{width:750px;} .span760{width:760px;} .span770{width:770px;} .span780{width:780px;} .span790{width:790px;}
	.span800{width:800px;} .span810{width:810px;} .span820{width:820px;} .span830{width:830px;} .span840{width:840px;} .span850{width:850px;} .span860{width:860px;} .span870{width:870px;} .span880{width:880px;} .span890{width:890px;}
	.span900{width:900px;} .span910{width:910px;} .span920{width:920px;} .span930{width:930px;} .span940{width:940px;} .span950{width:950px;} .span960{width:960px;} .span970{width:970px;} .span980{width:980px;} .span990{width:990px;}
	.span5{width:5px;} .span15{width:15px;} .span25{width:25px;} .span35{width:35px;} .span45{width:45px;} .span55{width:55px;} .span65{width:65px;} .span75{width:75px;} .span85{width:85px;} .span95{width:95px;}
	.span105{width:105px;} .span115{width:115px;} .span125{width:125px;} .span135{width:135px;} .span145{width:145px;} .span155{width:155px;} .span165{width:165px;} .span175{width:175px;} .span185{width:185px;} .span195{width:195px;}
	.span205{width:205px;} .span215{width:215px;} .span225{width:225px;} .span235{width:235px;} .span245{width:245px;} .span255{width:255px;} .span265{width:265px;} .span275{width:275px;} .span285{width:285px;} .span295{width:295px;}
	.span305{width:305px;} .span315{width:315px;} .span325{width:325px;} .span335{width:335px;} .span345{width:345px;} .span355{width:355px;} .span365{width:365px;} .span375{width:375px;} .span385{width:385px;} .span395{width:395px;}
	.span405{width:405px;} .span415{width:415px;} .span425{width:425px;} .span435{width:435px;} .span445{width:445px;} .span455{width:455px;} .span465{width:465px;} .span475{width:475px;} .span485{width:485px;} .span495{width:495px;}
	.span505{width:505px;} .span515{width:515px;} .span525{width:525px;} .span535{width:535px;} .span545{width:545px;} .span555{width:555px;} .span565{width:565px;} .span575{width:575px;} .span585{width:585px;} .span595{width:595px;}
	.span605{width:605px;} .span615{width:615px;} .span625{width:625px;} .span635{width:635px;} .span645{width:645px;} .span655{width:655px;} .span665{width:665px;} .span675{width:675px;} .span685{width:685px;} .span695{width:695px;}
	.span705{width:705px;} .span715{width:715px;} .span725{width:725px;} .span735{width:735px;} .span745{width:745px;} .span755{width:755px;} .span765{width:765px;} .span775{width:775px;} .span785{width:785px;} .span795{width:795px;}
	.span805{width:805px;} .span815{width:815px;} .span825{width:825px;} .span835{width:835px;} .span845{width:845px;} .span855{width:855px;} .span865{width:865px;} .span875{width:875px;} .span885{width:885px;} .span895{width:895px;}
	.span905{width:905px;} .span915{width:915px;} .span925{width:925px;} .span935{width:935px;} .span945{width:945px;} .span955{width:955px;} .span965{width:965px;} .span975{width:975px;} .span985{width:985px;} .span995{width:995px;}
	/*──────────────── font-size ────────────────*/
	.fs11{font-size:11px !important;}.fs12{font-size:12px !important;}.fs13{font-size:13px !important;}.fs14{font-size:14px !important;}.fs15{font-size:15px !important;}.fs16{font-size:16px !important;}.fs17{font-size:17px !important;}.fs18{font-size:18px !important;}
	.fs19{font-size:19px !important;}.fs20{font-size:20px !important;}.fs21{font-size:21px !important;}.fs22{font-size:22px !important;}.fs23{font-size:23px !important;}.fs24{font-size:24px !important;}.fs25{font-size:25px !important;}
	.fs26{font-size:26px !important;}.fs27{font-size:27px !important;}.fs28{font-size:28px !important;}.fs29{font-size:29px !important;}.fs30{font-size:30px !important;}.fs31{font-size:31px !important;}.fs32{font-size:32px !important;}
	.fs33{font-size:33px !important;}.fs34{font-size:34px !important;}.fs35{font-size:35px !important;}.fs36{font-size:36px !important;}.fs37{font-size:37px !important;}.fs38{font-size:38px !important;}.fs39{font-size:39px !important;}
	.fs40{font-size:40px !important;}.fs41{font-size:41px !important;}.fs42{font-size:42px !important;}.fs43{font-size:43px !important;}.fs44{font-size:44px !important;}.fs45{font-size:45px !important;}.fs46{font-size:46px !important;}
	.fs47{font-size:47px !important;}.fs48{font-size:48px !important;}.fs49{font-size:49px !important;}.fs50{font-size:50px !important;}.fs51{font-size:51px !important;}.fs52{font-size:52px !important;}.fs53{font-size:53px !important;}
	.fs54{font-size:54px !important;}.fs55{font-size:55px !important;}.fs56{font-size:56px !important;}.fs57{font-size:57px !important;}.fs58{font-size:58px !important;}.fs59{font-size:59px !important;}.fs60{font-size:60px !important;}
	.fs70{font-size:70px !important;}.fs80{font-size:80px !important;}.fs90{font-size:90px !important;}.fs100{font-size:100px !important;}.fs110{font-size:110px !important;}
}



@media screen and (max-width:720px) { /* 720이하 */
	/*──────────────── Margin ────────────────*/
	.mtm1{margin-top:1px !important;}.mtm2{margin-top:2px !important;}.mtm3{margin-top:3px !important;}.mtm4{margin-top:4px !important;}.mtm5{margin-top:5px !important;}
	.mtm6{margin-top:6px !important;}.mtm7{margin-top:7px !important;}.mtm8{margin-top:8px !important;}.mtm9{margin-top:9px !important;}.mtm10{margin-top:10px !important;}
	.mtm10{margin-top:10px !important;}.mtm15{margin-top:15px !important;}.mtm20{margin-top:20px !important;}.mtm25{margin-top:25px !important;}.mtm30{margin-top:30px !important;}
	.mtm35{margin-top:35px !important;}.mtm40{margin-top:40px !important;}.mtm45{margin-top:45px !important;}.mtm50{margin-top:50px !important;}.mtm55{margin-top:55px !important;}
	.mtm60{margin-top:60px !important;}.mtm65{margin-top:65px !important;}.mtm70{margin-top:70px !important;}.mtm75{margin-top:75px !important;}.mtm80{margin-top:80px !important;}
	.mtm85{margin-top:85px !important;}.mtm90{margin-top:90px !important;}.mtm95{margin-top:95px !important;}.mtm100{margin-top:100px !important;}.mtm110{margin-top:110px !important;}
	.mtm115{margin-top:115px !important;}.mtm120{margin-top:120px !important;}.mtm125{margin-top:125px !important;}.mtm130{margin-top:130px !important;}.mtm135{margin-top:135px !important;}
	.mtm140{margin-top:140px !important;}.mtm145{margin-top:145px !important;}.mtm150{margin-top:150px !important;}.mtm155{margin-top:155px !important;}.mtm160{margin-top:160px !important;}
	.mtm165{margin-top:165px !important;}.mtm170{margin-top:170px !important;}.mtm175{margin-top:175px !important;}.mtm180{margin-top:180px !important;}.mtm185{margin-top:185px !important;}
	.mtm190{margin-top:190px !important;}.mtm195{margin-top:195px !important;}.mtm200{margin-top:200px !important;}.mtm210{margin-top:210px !important;}.mtm215{margin-top:215px !important;}
	.mtm220{margin-top:220px !important;}.mtm225{margin-top:225px !important;}.mtm230{margin-top:230px !important;}.mtm235{margin-top:235px !important;}.mtm240{margin-top:240px !important;}
	.mtm245{margin-top:245px !important;}.mtm250{margin-top:250px !important;}.mtm255{margin-top:255px !important;}.mtm260{margin-top:260px !important;}.mtm265{margin-top:265px !important;}
	.mtm270{margin-top:270px !important;}.mtm275{margin-top:275px !important;}.mtm280{margin-top:280px !important;}.mtm285{margin-top:285px !important;}.mtm290{margin-top:290px !important;}
	.mtm295{margin-top:295px !important;}.mtm300{margin-top:300px !important;}
	.mlm1{margin-left:1px !important;}.mlm2{margin-left:2px !important;}.mlm3{margin-left:3px !important;}.mlm4{margin-left:4px !important;}.mlm5{margin-left:5px !important;}
	.mlm6{margin-left:6px !important;}.mlm7{margin-left:7px !important;}.mlm8{margin-left:8px !important;}.mlm9{margin-left:9px !important;}.mlm10{margin-left:10px !important;}
	.mlm10{margin-left:10px !important;}.mlm15{margin-left:15px !important;}.mlm20{margin-left:20px !important;}.mlm25{margin-left:25px !important;}.mlm30{margin-left:30px !important;}
	.mlm35{margin-left:35px !important;}.mlm40{margin-left:40px !important;}.mlm45{margin-left:45px !important;}.mlm50{margin-left:50px !important;}.mlm55{margin-left:55px !important;}
	.mlm60{margin-left:60px !important;}.mlm65{margin-left:65px !important;}.mlm70{margin-left:70px !important;}.mlm75{margin-left:75px !important;}.mlm80{margin-left:80px !important;}
	.mlm85{margin-left:85px !important;}.mlm90{margin-left:90px !important;}.mlm95{margin-left:95px !important;}.mlm100{margin-left:100px !important;}.mlm110{margin-left:110px !important;}
	.mlm115{margin-left:115px !important;}.mlm120{margin-left:120px !important;}.mlm125{margin-left:125px !important;}.mlm130{margin-left:130px !important;}.mlm135{margin-left:135px !important;}
	.mlm140{margin-left:140px !important;}.mlm145{margin-left:145px !important;}.mlm150{margin-left:150px !important;}.mlm155{margin-left:155px !important;}.mlm160{margin-left:160px !important;}
	.mlm165{margin-left:165px !important;}.mlm170{margin-left:170px !important;}.mlm175{margin-left:175px !important;}.mlm180{margin-left:180px !important;}.mlm185{margin-left:185px !important;}
	.mlm190{margin-left:190px !important;}.mlm195{margin-left:195px !important;}.mlm200{margin-left:200px !important;}.mlm210{margin-left:210px !important;}.mlm215{margin-left:215px !important;}
	.mlm220{margin-left:220px !important;}.mlm225{margin-left:225px !important;}.mlm230{margin-left:230px !important;}.mlm235{margin-left:235px !important;}.mlm240{margin-left:240px !important;}
	.mlm245{margin-left:245px !important;}.mlm250{margin-left:250px !important;}.mlm255{margin-left:255px !important;}.mlm260{margin-left:260px !important;}.mlm265{margin-left:265px !important;}
	.mlm270{margin-left:270px !important;}.mlm275{margin-left:275px !important;}.mlm280{margin-left:280px !important;}.mlm285{margin-left:285px !important;}.mlm290{margin-left:290px !important;}
	.mlm295{margin-left:295px !important;}.mlm300{margin-left:300px !important;}
	.mrm1{margin-right:1px !important;}.mrm2{margin-right:2px !important;}.mrm3{margin-right:3px !important;}.mrm4{margin-right:4px !important;}.mrm5{margin-right:5px !important;}
	.mrm6{margin-right:6px !important;}.mrm7{margin-right:7px !important;}.mrm8{margin-right:8px !important;}.mrm9{margin-right:9px !important;}.mrm10{margin-right:10px !important;}
	.mrm10{margin-right:10px !important;}.mrm15{margin-right:15px !important;}.mrm20{margin-right:20px !important;}.mrm25{margin-right:25px !important;}.mrm30{margin-right:30px !important;}
	.mrm35{margin-right:35px !important;}.mrm40{margin-right:40px !important;}.mrm45{margin-right:45px !important;}.mrm50{margin-right:50px !important;}.mrm55{margin-right:55px !important;}
	.mrm60{margin-right:60px !important;}.mrm65{margin-right:65px !important;}.mrm70{margin-right:70px !important;}.mrm75{margin-right:75px !important;}.mrm80{margin-right:80px !important;}
	.mrm85{margin-right:85px !important;}.mrm90{margin-right:90px !important;}.mrm95{margin-right:95px !important;}.mrm100{margin-right:100px !important;}.mrm110{margin-right:110px !important;}
	.mrm115{margin-right:115px !important;}.mrm120{margin-right:120px !important;}.mrm125{margin-right:125px !important;}.mrm130{margin-right:130px !important;}.mrm135{margin-right:135px !important;}
	.mrm140{margin-right:140px !important;}.mrm145{margin-right:145px !important;}.mrm150{margin-right:150px !important;}.mrm155{margin-right:155px !important;}.mrm160{margin-right:160px !important;}
	.mrm165{margin-right:165px !important;}.mrm170{margin-right:170px !important;}.mrm175{margin-right:175px !important;}.mrm180{margin-right:180px !important;}.mrm185{margin-right:185px !important;}
	.mrm190{margin-right:190px !important;}.mrm195{margin-right:195px !important;}.mrm200{margin-right:200px !important;}.mrm210{margin-right:210px !important;}.mrm215{margin-right:215px !important;}
	.mrm220{margin-right:220px !important;}.mrm225{margin-right:225px !important;}.mrm230{margin-right:230px !important;}.mrm235{margin-right:235px !important;}.mrm240{margin-right:240px !important;}
	.mrm245{margin-right:245px !important;}.mrm250{margin-right:250px !important;}.mrm255{margin-right:255px !important;}.mrm260{margin-right:260px !important;}.mrm265{margin-right:265px !important;}
	.mrm270{margin-right:270px !important;}.mrm275{margin-right:275px !important;}.mrm280{margin-right:280px !important;}.mrm285{margin-right:285px !important;}.mrm290{margin-right:290px !important;}
	.mrm295{margin-right:295px !important;}.mrm300{margin-right:300px !important;}
	.mbm1{margin-bottom:1px !important;}.mbm2{margin-bottom:2px !important;}.mbm3{margin-bottom:3px !important;}.mbm4{margin-bottom:4px !important;}.mbm5{margin-bottom:5px !important;}
	.mbm6{margin-bottom:6px !important;}.mbm7{margin-bottom:7px !important;}.mbm8{margin-bottom:8px !important;}.mbm9{margin-bottom:9px !important;}.mbm10{margin-bottom:10px !important;}
	.mbm10{margin-bottom:10px !important;}.mbm15{margin-bottom:15px !important;}.mbm20{margin-bottom:20px !important;}.mbm25{margin-bottom:25px !important;}.mbm30{margin-bottom:30px !important;}
	.mbm35{margin-bottom:35px !important;}.mbm40{margin-bottom:40px !important;}.mbm45{margin-bottom:45px !important;}.mbm50{margin-bottom:50px !important;}.mbm55{margin-bottom:55px !important;}
	.mbm60{margin-bottom:60px !important;}.mbm65{margin-bottom:65px !important;}.mbm70{margin-bottom:70px !important;}.mbm75{margin-bottom:75px !important;}.mbm80{margin-bottom:80px !important;}
	.mbm85{margin-bottom:85px !important;}.mbm90{margin-bottom:90px !important;}.mbm95{margin-bottom:95px !important;}.mbm100{margin-bottom:100px !important;}.mbm110{margin-bottom:110px !important;}
	.mbm115{margin-bottom:115px !important;}.mbm120{margin-bottom:120px !important;}.mbm125{margin-bottom:125px !important;}.mbm130{margin-bottom:130px !important;}.mbm135{margin-bottom:135px !important;}
	.mbm140{margin-bottom:140px !important;}.mbm145{margin-bottom:145px !important;}.mbm150{margin-bottom:150px !important;}.mbm155{margin-bottom:155px !important;}.mbm160{margin-bottom:160px !important;}
	.mbm165{margin-bottom:165px !important;}.mbm170{margin-bottom:170px !important;}.mbm175{margin-bottom:175px !important;}.mbm180{margin-bottom:180px !important;}.mbm185{margin-bottom:185px !important;}
	.mbm190{margin-bottom:190px !important;}.mbm195{margin-bottom:195px !important;}.mbm200{margin-bottom:200px !important;}.mbm210{margin-bottom:210px !important;}.mbm215{margin-bottom:215px !important;}
	.mbm220{margin-bottom:220px !important;}.mbm225{margin-bottom:225px !important;}.mbm230{margin-bottom:230px !important;}.mbm235{margin-bottom:235px !important;}.mbm240{margin-bottom:240px !important;}
	.mbm245{margin-bottom:245px !important;}.mbm250{margin-bottom:250px !important;}.mbm255{margin-bottom:255px !important;}.mbm260{margin-bottom:260px !important;}.mbm265{margin-bottom:265px !important;}
	.mbm270{margin-bottom:270px !important;}.mbm275{margin-bottom:275px !important;}.mbm280{margin-bottom:280px !important;}.mbm285{margin-bottom:285px !important;}.mbm290{margin-bottom:290px !important;}
	.mbm295{margin-bottom:295px !important;}.mbm300{margin-bottom:300px !important;}

	/*──────────────── span :Width ────────────────*/
	.spanm{width:100%;}
	.spanm10{width:10px;} .spanm20{width:20px;} .spanm30{width:30px;} .spanm40{width:40px;} .spanm50{width:50px;} .spanm60{width:60px;} .spanm70{width:70px;} .spanm80{width:80px;} .spanm90{width:90px;}
	.spanm100{width:100px;} .spanm110{width:110px;} .spanm120{width:120px;} .spanm130{width:130px;} .spanm140{width:140px;} .spanm150{width:150px;} .spanm160{width:160px;} .spanm170{width:170px;} .spanm180{width:180px;} .spanm190{width:190px;}
	.spanm200{width:200px;} .spanm210{width:210px;} .spanm220{width:220px;} .spanm230{width:230px;} .spanm240{width:240px;} .spanm250{width:250px;} .spanm260{width:260px;} .spanm270{width:270px;} .spanm280{width:280px;} .spanm290{width:290px;}
	.spanm300{width:300px;} .spanm310{width:310px;} .spanm320{width:320px;} .spanm330{width:330px;} .spanm340{width:340px;} .spanm350{width:350px;} .spanm360{width:360px;} .spanm370{width:370px;} .spanm380{width:380px;} .spanm390{width:390px;}
	.spanm400{width:400px;} .spanm410{width:410px;} .spanm420{width:420px;} .spanm430{width:430px;} .spanm440{width:440px;} .spanm450{width:450px;} .spanm460{width:460px;} .spanm470{width:470px;} .spanm480{width:480px;} .spanm490{width:490px;}
	.spanm500{width:500px;} .spanm510{width:510px;} .spanm520{width:520px;} .spanm530{width:530px;} .spanm540{width:540px;} .spanm550{width:550px;} .spanm560{width:560px;} .spanm570{width:570px;} .spanm580{width:580px;} .spanm590{width:590px;}
	.spanm600{width:600px;}
	.spanm5{width:5px;} .spanm15{width:15px;} .spanm25{width:25px;} .spanm35{width:35px;} .spanm45{width:45px;} .spanm55{width:55px;} .spanm65{width:65px;} .spanm75{width:75px;} .spanm85{width:85px;} .spanm95{width:95px;}
	.spanm105{width:105px;} .spanm115{width:115px;} .spanm125{width:125px;} .spanm135{width:135px;} .spanm145{width:145px;} .spanm155{width:155px;} .spanm165{width:165px;} .spanm175{width:175px;} .spanm185{width:185px;} .spanm195{width:195px;}
	.spanm205{width:205px;} .spanm215{width:215px;} .spanm225{width:225px;} .spanm235{width:235px;} .spanm245{width:245px;} .spanm255{width:255px;} .spanm265{width:265px;} .spanm275{width:275px;} .spanm285{width:285px;} .spanm295{width:295px;}
	.spanm305{width:305px;} .spanm315{width:315px;} .spanm325{width:325px;} .spanm335{width:335px;} .spanm345{width:345px;} .spanm355{width:355px;} .spanm365{width:365px;} .spanm375{width:375px;} .spanm385{width:385px;} .spanm395{width:395px;}
	.spanm405{width:405px;} .spanm415{width:415px;} .spanm425{width:425px;} .spanm435{width:435px;} .spanm445{width:445px;} .spanm455{width:455px;} .spanm465{width:465px;} .spanm475{width:475px;} .spanm485{width:485px;} .spanm495{width:495px;}
	.spanm505{width:505px;} .spanm515{width:515px;} .spanm525{width:525px;} .spanm535{width:535px;} .spanm545{width:545px;} .spanm555{width:555px;} .spanm565{width:565px;} .spanm575{width:575px;} .spanm585{width:585px;} .spanm595{width:595px;}
	/*──────────────── font-size ────────────────*/
	.fsm11{font-size:11px !important;}
	.fsm12{font-size:12px !important;}.fsm13{font-size:13px !important;}.fsm14{font-size:14px !important;}.fsm15{font-size:15px !important;}.fsm16{font-size:16px !important;}.fsm17{font-size:17px !important;}.fsm18{font-size:18px !important;}
	.fsm19{font-size:19px !important;}.fsm20{font-size:20px !important;}.fsm21{font-size:21px !important;}.fsm22{font-size:22px !important;}.fsm23{font-size:23px !important;}.fsm24{font-size:24px !important;}.fsm25{font-size:25px !important;}
	.fsm26{font-size:26px !important;}.fsm27{font-size:27px !important;}.fsm28{font-size:28px !important;}.fsm29{font-size:29px !important;}.fsm30{font-size:30px !important;}.fsm31{font-size:31px !important;}.fsm32{font-size:32px !important;}
	.fsm33{font-size:33px !important;}.fsm34{font-size:34px !important;}.fsm35{font-size:35px !important;}.fsm36{font-size:36px !important;}.fsm37{font-size:37px !important;}.fsm38{font-size:38px !important;}.fsm39{font-size:39px !important;}
	.fsm40{font-size:40px !important;}.fsm41{font-size:41px !important;}.fsm42{font-size:42px !important;}.fsm43{font-size:43px !important;}.fsm44{font-size:44px !important;}.fsm45{font-size:45px !important;}.fsm46{font-size:46px !important;}
	.fsm47{font-size:47px !important;}.fsm48{font-size:48px !important;}.fsm49{font-size:49px !important;}.fsm50{font-size:50px !important;}.fsm51{font-size:51px !important;}.fsm52{font-size:52px !important;}.fsm53{font-size:53px !important;}
	.fsm54{font-size:54px !important;}.fsm55{font-size:55px !important;}.fsm56{font-size:56px !important;}.fsm57{font-size:57px !important;}.fsm58{font-size:58px !important;}.fsm59{font-size:59px !important;}.fsm60{font-size:60px !important;}
}