﻿/* 폰트 */
@font-face {
  font-family:'Noto Sans KR';
  src: url('../fonts/NotoSansKR-Thin.eot');
  src: url('../fonts/NotoSansKR-Thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotoSansKR-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family:'Noto Sans KR';
  src: url('../fonts/NotoSansKR-Light.eot');
  src: url('../fonts/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotoSansKR-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family:'Noto Sans KR';
  src: url('../fonts/NotoSansKR-Demilight.eot');
  src: url('../fonts/NotoSansKR-Demilight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotoSansKR-Demilight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family:'Noto Sans KR';
  src: url('../fonts/NotoSansKR-Regular.eot');
  src: url('../fonts/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotoSansKR-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family:'Noto Sans KR';
  src: url('../fonts/NotoSansKR-Medium.eot');
  src: url('../fonts/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotoSansKR-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family:'Noto Sans KR';
  src: url('../fonts/NotoSansKR-Bold.eot');
  src: url('../fonts/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotoSansKR-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family:'Noto Sans KR';
  src: url('../fonts/NotoSansKR-Black.eot');
  src: url('../fonts/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotoSansKR-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
.robo {font-family: 'Roboto', sans-serif !important;}

/* 폰트 */
@font-face {
  font-family: 'Pretendard';
  src: url('/asset/fonts/Pretendard/Pretendard-Thin.woff') format('woff'),
       url('/asset/fonts/Pretendard/Pretendard-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/asset/fonts/Pretendard/Pretendard-Light.woff') format('woff'),
       url('/asset/fonts/Pretendard/Pretendard-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/asset/fonts/Pretendard/Pretendard-Regular.woff') format('woff'),
       url('/asset/fonts/Pretendard/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/asset/fonts/Pretendard/Pretendard-Medium.woff') format('woff'),
       url('/asset/fonts/Pretendard/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/asset/fonts/Pretendard/Pretendard-SemiBold.woff') format('woff'),
       url('/asset/fonts/Pretendard/Pretendard-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/asset/fonts/Pretendard/Pretendard-Bold.woff') format('woff'),
       url('/asset/fonts/Pretendard/Pretendard-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('/asset/fonts/Pretendard/Pretendard-Black.woff') format('woff'),
       url('/asset/fonts/Pretendard/Pretendard-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}


/* 기본 */
* {font-family:'Pretendard', sans-serif; padding:0; margin:0; border:0; line-height: 1.4em; box-sizing:border-box; word-break:keep-all; vertical-align:top; outline:0; -webkit-tap-highlight-color: rgba(0,0,0,0);}
body {min-width:1350px; max-width:1920px; font-size:14px; font-weight:400; color:#111; margin:0 auto;}

/* color */
:root{
	--color1:#06733c;
	--color2:#086336;
	--gray1:#666;
}

/* 버튼 지정 */
.btn {vertical-align:top; transition: background-color 0.4s, color 0.4s, border-color 0.4s;}
.btn-color-dark1 {background-color:#333333; color:#fff !important;}
.btn-color-dark2 {background-color:#1a1a1a; color:#fff !important;}
.btn-color-dark3 {background-color:#000000; color:#fff !important;}
.btn-color-dark4 {background-color:#555555; color:#fff !important;}
.btn-color-grn1 {background-color:#06733c; border: 1px solid #06733c; color:#fff !important;}
.btn-color-w1 {background-color:#fff; border: 1px solid #111; color:#111 !important;}
.btn-color-w2 {background-color:#fff; border: 1px solid #DFDFDF; color:#333 !important;}
.btn-color-w3 {background-color:#fff; border: 1px solid #333; color:#333 !important;}
.btn-color-dark1:hover {background-color:#4a4b50;}
.btn-color-dark2:hover {background-color:#333333;}
.btn-color-dark3:hover {background-color:#1a1a1a;}
.btn-color-dark4:hover {background-color:#111111;}
.btn-color-grn1:hover {background-color:#086336; border-color: #086336;}
.btn-color-w1:hover {background-color: #f5f5f5;}
.btn-color-w2:hover {background-color:#DFDFDF;}
.btn-color-w3:hover {background-color:#f5f5f5;}

.txc1{color: var(--color1) !important;}
.txc2{color: var(--color2) !important;}
.txc-red{color: #f00 !important;}
.txc-gray1{color: #666 !important;}
.txc-gray2{color: #999 !important;}
.txc-gray3{color: #333 !important;}
.txc-gray4{color: #555 !important;}

/* 폼태그 설정 */
button {cursor:pointer; background:none;}
select {cursor:pointer; appearance:none; -webkit-appearance:none; background:url('../images/common/arrow/2021/02/0224/arw_select.png') no-repeat calc(100% - 12px) 50%;}

/* 테이블태그 설정 */
table {width:100%; border-spacing:0;}
th , td {vertical-align:middle;}

/* 포커스 활성화 */
*:focus {position:relative; z-index:9;}
:focus-visible {
  outline: 3px solid RED !important;
}
:focus:not(:focus-visible) {
  outline: 3px solid RED !important;
}
.input-fileup:focus + label{
  outline: 3px solid RED !important;
}

/* 풀이미지 포커스 시 아웃라인 생성 */
.focus-line {position:relative; display:block;}
.focus-line:active:before {display:none;}
.focus-line:focus:before {position:absolute; content:""; left:0px; top:0; width:calc(100% - 6px); height:calc(100% - 6px); border:3px solid red;}
.focus-line.on:focus:before {display:none;}

/* 헤더 폰트 사이즈 초기화 */
h1 , h2 , h3 , h4 , h5 , h6 {font-size:100%; font-weight:normal; color:#111;}

/* 숨김처리 태그 */
legend , caption {position:absolute;left:-9999px;}

/* 이미지 및 필드셋에서 보더 표시 초기화 */
img , fieldset {border:none;}
img , object {vertical-align:top;}

/* 텍스트입력창 사이즈 제어 차단 */
textarea {resize:none;}

/* 텍스트 스타일 제거 */
em ,address {font-style:normal;}

/* 리스트 스타일 */
ul , ol , li {list-style:none; padding:0;}

/* 텍스트의 색상 표시 */
a:link {color:inherit; text-decoration:none;}
a:active {color:inherit; text-decoration:none; outline:0 !important;}
a:visited {color:inherit; text-decoration:none;}
a:hover {color:inherit; text-decoration:none;}

/* 입력폼 사파리에서의 초기화 */
input , textarea {-webkit-border-radius:0;}
input:-internal-autofill-selected {background:transparent !important;}

/* 드래그 스타일 지정 */
::selection {color:#fff; background:var(--color1); border:0;}

/* 클리어픽스 */
.clearfix::after {content:""; clear:both; display:block;}

/* 텍스트 생략 */
.txt-hidden {overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.ft-bold {font-weight:bold !important;}

/* 텍스트 방향 */
.txt-left {text-align:left !important;}
.txt-right {text-align:right !important;}
.txt-center {text-align:center !important;}

/* 블럭 위치 조절 */
.pull-left {display:inline-block; float:left;}
.pull-right {display:inline-block; float:right;}

/* 블라인드 처리 */
.blind {display:inline-block; position:absolute; top:0; left:0; margin:0; padding:0; font-size:0; line-height:0; border:0; overflow:hidden;}

/* 말줄임 */
.ellipsis {overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

/* 숨김처리 */
.hidden {display:none !important;}
.hide {display:none !important;}

/* 박스 */
.flex {display:flex; flex-wrap:wrap !important;}
.flex-vc {align-items:center !important;}
.flex-vt {align-items:flex-start !important;}
.flex-vb {align-items:flex-end !important;}
.flex-tc {justify-content:center !important;}
.flex-tl {justify-content:flex-start !important;}
.flex-tr {justify-content:flex-end !important;}
.flex-tj {justify-content:space-between !important;}
.flex-nw {flex-wrap: nowrap !important;}
.flex-sh0 {flex-shrink: 0;}
.flex-dc {flex-direction: column;}

/* 폰트크기 */
.f10 {font-size:10px !important;}
.f11 {font-size:11px !important;}
.f12 {font-size:12px !important;}
.f13 {font-size:13px !important;}
.f14 {font-size:14px !important;}
.f15 {font-size:15px !important;}
.f16 {font-size:16px !important;}
.f18 {font-size:18px !important;}
.f20 {font-size:20px !important;}
.f22 {font-size:22px !important;}
.f24 {font-size:24px !important;}
.f26 {font-size:26px !important;}
.f27 {font-size:27px !important;}
.f28 {font-size:28px !important;}
.f30 {font-size:30px !important;}
.f32 {font-size:32px !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;}

/* 정렬 */
.tl {text-align:left !important;}
.tr {text-align:right !important;}
.tc {text-align:center !important;}
.taj {text-align:justify !important;}
.vm {vertical-align:middle !important;}
.vt {vertical-align:top !important;}
.vb {vertical-align:bottom !important;}

/* 너비설정 */
.col-2 {width:50% !important; float:left;}
.col-3 {width:33.33% !important; float:left;}
.col-4 {width:25% !important; float:left;}
.col-5 {width:20% !important; float:left;}

/* 테두리설정 */
.bd0 {border:0 !important;}
.bt0 {border-top:0 !important;}
.br0 {border-right:0 !important;}
.bb0 {border-bottom:0 !important;}
.bl0 {border-left:0 !important;}

/* 너비설정 */
.wfull {width:100% !important;}
.w20 {width:20px !important;}
.w25 {width:25px !important;}
.w30 {width:30px !important;}
.w35 {width:35px !important;}
.w40 {width:40px !important;}
.w45 {width:45px !important;}
.w50 {width:50px !important;}
.w55 {width:55px !important;}
.w60 {width:60px !important;}
.w65 {width:65px !important;}
.w70 {width:70px !important;}
.w75 {width:75px !important;}
.w80 {width:80px !important;}
.w85 {width:85px !important;}
.w90 {width:90px !important;}
.w95 {width:95px !important;}
.w100 {width:100px !important;}
.w115 {width:115px !important;}
.w110 {width:110px !important;}
.w120 {width:120px !important;}
.w125 {width:125px !important;}
.w130 {width:130px !important;}
.w135 {width:135px !important;}
.w140 {width:140px !important;}
.w145 {width:145px !important;}
.w150 {width:150px !important;}
.w155 {width:155px !important;}
.w160 {width:160px !important;}
.w165 {width:165px !important;}
.w170 {width:170px !important;}
.w175 {width:175px !important;}
.w180 {width:180px !important;}
.w185 {width:185px !important;}
.w190 {width:190px !important;}
.w195 {width:195px !important;}
.w200 {width:200px !important;}
.w205 {width:205px !important;}
.w210 {width:210px !important;}
.w215 {width:215px !important;}
.w220 {width:220px !important;}
.w225 {width:225px !important;}
.w230 {width:230px !important;}
.w235 {width:235px !important;}
.w240 {width:240px !important;}
.w245 {width:245px !important;}
.w250 {width:250px !important;}
.w255 {width:255px !important;}
.w260 {width:260px !important;}
.w265 {width:265px !important;}
.w270 {width:270px !important;}
.w275 {width:275px !important;}
.w280 {width:280px !important;}
.w285 {width:285px !important;}
.w290 {width:290px !important;}
.w295 {width:295px !important;}
.w300 {width:300px !important;}
.w305 {width:305px !important;}
.w310 {width:310px !important;}
.w315 {width:315px !important;}
.w320 {width:320px !important;}
.w325 {width:325px !important;}
.w330 {width:330px !important;}
.w335 {width:335px !important;}
.w340 {width:340px !important;}
.w345 {width:345px !important;}
.w350 {width:350px !important;}
.w355 {width:355px !important;}
.w360 {width:360px !important;}
.w365 {width:365px !important;}
.w370 {width:370px !important;}
.w375 {width:375px !important;}
.w380 {width:380px !important;}
.w390 {width:390px !important;}
.w400 {width:400px !important;}
.w410 {width:410px !important;}
.w420 {width:420px !important;}
.w430 {width:430px !important;}
.w440 {width:440px !important;}
.w450 {width:450px !important;}
.w460 {width:460px !important;}
.w470 {width:470px !important;}
.w480 {width:480px !important;}
.w490 {width:490px !important;}
.w500 {width:500px !important;}
.w550 {width:500px !important;}
.w600 {width:600px !important;}
.w650 {width:600px !important;}
.w700 {width:700px !important;}
.w750 {width:750px !important;}
.w800 {width:800px !important;}
.w850 {width:850px !important;}
.w900 {width:900px !important;}
.w950 {width:950px !important;}
.w1000 {width:1000px !important;}

.mw50 {max-width:50px !important;}
.mw55 {max-width:55px !important;}
.mw60 {max-width:60px !important;}
.mw65 {max-width:65px !important;}
.mw70 {max-width:70px !important;}
.mw75 {max-width:75px !important;}
.mw80 {max-width:80px !important;}
.mw85 {max-width:85px !important;}
.mw90 {max-width:90px !important;}
.mw95 {max-width:95px !important;}
.mw100 {max-width:100px !important;}
.mw115 {max-width:115px !important;}
.mw110 {max-width:110px !important;}
.mw120 {max-width:120px !important;}
.mw125 {max-width:125px !important;}
.mw130 {max-width:130px !important;}
.mw135 {max-width:135px !important;}
.mw140 {max-width:140px !important;}
.mw145 {max-width:145px !important;}
.mw150 {max-width:150px !important;}
.mw155 {max-width:155px !important;}
.mw160 {max-width:160px !important;}
.mw165 {max-width:165px !important;}
.mw170 {max-width:170px !important;}
.mw175 {max-width:175px !important;}
.mw180 {max-width:180px !important;}
.mw185 {max-width:185px !important;}
.mw190 {max-width:190px !important;}
.mw195 {max-width:195px !important;}
.mw200 {max-width:200px !important;}
.mw205 {max-width:205px !important;}
.mw210 {max-width:210px !important;}
.mw215 {max-width:215px !important;}
.mw220 {max-width:220px !important;}
.mw225 {max-width:225px !important;}
.mw230 {max-width:230px !important;}
.mw235 {max-width:235px !important;}
.mw240 {max-width:240px !important;}
.mw245 {max-width:245px !important;}
.mw250 {max-width:250px !important;}
.mw255 {max-width:255px !important;}
.mw260 {max-width:260px !important;}
.mw265 {max-width:265px !important;}
.mw270 {max-width:270px !important;}
.mw275 {max-width:275px !important;}
.mw280 {max-width:280px !important;}
.mw285 {max-width:285px !important;}
.mw290 {max-width:290px !important;}
.mw295 {max-width:295px !important;}
.mw300 {max-width:300px !important;}
.mw305 {max-width:305px !important;}
.mw310 {max-width:310px !important;}
.mw315 {max-width:315px !important;}
.mw320 {max-width:320px !important;}
.mw325 {max-width:325px !important;}
.mw330 {max-width:330px !important;}
.mw335 {max-width:335px !important;}
.mw340 {max-width:340px !important;}
.mw345 {max-width:345px !important;}
.mw350 {max-width:350px !important;}
.mw355 {max-width:355px !important;}
.mw360 {max-width:360px !important;}
.mw365 {max-width:365px !important;}
.mw370 {max-width:370px !important;}
.mw375 {max-width:375px !important;}
.mw380 {max-width:380px !important;}
.mw390 {max-width:390px !important;}
.mw400 {max-width:400px !important;}
.mw410 {max-width:410px !important;}
.mw420 {max-width:420px !important;}
.mw430 {max-width:430px !important;}
.mw440 {max-width:440px !important;}
.mw450 {max-width:450px !important;}
.mw460 {max-width:460px !important;}
.mw470 {max-width:470px !important;}
.mw480 {max-width:480px !important;}
.mw490 {max-width:490px !important;}
.mw500 {max-width:500px !important;}

/* 높이설정 */
.h05 {height:5px !important;}
.h10 {height:10px !important;}
.h15 {height:15px !important;}
.h20 {height:20px !important;}
.h25 {height:25px !important;}
.h30 {height:30px !important;}
.h35 {height:35px !important;}
.h40 {height:40px !important;}
.h45 {height:45px !important;}
.h50 {height:50px !important;}
.h55 {height:55px !important;}
.h60 {height:60px !important;}
.h65 {height:65px !important;}
.h70 {height:70px !important;}
.h75 {height:75px !important;}
.h80 {height:80px !important;}
.h85 {height:85px !important;}
.h90 {height:90px !important;}
.h95 {height:95px !important;}
.h100 {height:100px !important;}
.h110 {height:110px !important;}
.h120 {height:120px !important;}
.h130 {height:130px !important;}
.h140 {height:140px !important;}
.h150 {height:150px !important;}
.h160 {height:160px !important;}
.h170 {height:170px !important;}
.h180 {height:180px !important;}
.h190 {height:190px !important;}
.h200 {height:200px !important;}
.h210 {height:210px !important;}
.h220 {height:220px !important;}
.h230 {height:230px !important;}
.h240 {height:240px !important;}
.h250 {height:250px !important;}
.h260 {height:260px !important;}
.h270 {height:270px !important;}
.h280 {height:280px !important;}
.h290 {height:290px !important;}
.h300 {height:300px !important;}
.h310 {height:310px !important;}
.h320 {height:320px !important;}
.h330 {height:330px !important;}
.h340 {height:340px !important;}
.h350 {height:350px !important;}
.h360 {height:360px !important;}
.h370 {height:370px !important;}
.h380 {height:380px !important;}
.h390 {height:390px !important;}
.h400 {height:390px !important;}

/* 패딩설정 */
.p0{padding:0 !important;}
.pl0 {padding-left:0px !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl35 {padding-left:35px !important;}
.pl40 {padding-left:40px !important;}
.pl45 {padding-left:45px !important;}
.pl50 {padding-left:50px !important;}
.pl55 {padding-left:55px !important;}
.pl60 {padding-left:60px !important;}
.pl65 {padding-left:65px !important;}
.pl70 {padding-left:70px !important;}
.pl75 {padding-left:75px !important;}
.pl80 {padding-left:80px !important;}
.pl85 {padding-left:85px !important;}
.pl90 {padding-left:90px !important;}
.pl95 {padding-left:95px !important;}
.pl100 {padding-left:100px !important;}

.pr0 {padding-right:0px !important;}
.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr35 {padding-right:35px !important;}
.pr40 {padding-right:40px !important;}
.pr45 {padding-right:45px !important;}
.pr50 {padding-right:50px !important;}
.pr55 {padding-right:55px !important;}
.pr60 {padding-right:60px !important;}
.pr65 {padding-right:65px !important;}
.pr70 {padding-right:70px !important;}
.pr75 {padding-right:75px !important;}
.pr80 {padding-right:80px !important;}
.pr85 {padding-right:85px !important;}
.pr90 {padding-right:90px !important;}
.pr95 {padding-right:95px !important;}
.pr100 {padding-right:100px !important;}

.pt0 {padding-top:0px !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}
.pt55 {padding-top:55px !important;}
.pt60 {padding-top:60px !important;}
.pt65 {padding-top:65px !important;}
.pt70 {padding-top:70px !important;}
.pt75 {padding-top:75px !important;}
.pt80 {padding-top:80px !important;}
.pt85 {padding-top:85px !important;}
.pt90 {padding-top:90px !important;}
.pt95 {padding-top:95px !important;}
.pt100 {padding-top:100px !important;}

.pb0 {padding-bottom:0px !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}
.pb55 {padding-bottom:55px !important;}
.pb60 {padding-bottom:60px !important;}
.pb65 {padding-bottom:65px !important;}
.pb70 {padding-bottom:70px !important;}
.pb75 {padding-bottom:75px !important;}
.pb80 {padding-bottom:80px !important;}
.pb85 {padding-bottom:85px !important;}
.pb90 {padding-bottom:90px !important;}
.pb95 {padding-bottom:95px !important;}
.pb100 {padding-bottom:100px !important;}

/* 마진설정 */
.mauto{margin: 0 auto;}
.m0{margin: 0 !important;}
.ml0 {margin-left:0px !important;}
.ml5 {margin-left:5px !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;}

.mr0 {margin-right:0px !important;}
.mr5 {margin-right:5px !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;}

.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !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;}

.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !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;}