@charset "utf-8";
::-webkit-scrollbar-track {background:transparent}
*,
*:after,
*:before {	margin: 0;	padding: 0;	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box;	box-sizing: border-box; }

:root {
	--column-padd: 0rem;
	--color-black: #111;
	--color-red: #f00f26;
	--color-violet: #533df7;
	--color-dark-grey: #222;
	--color-grey-light : #f2f2f2;	
	--color-grey2:#222;
	--color-grey3:#333;
	--color-grey4:#444;
	--color-grey5:#555;
	--color-grey6: #666;
	--color-grey7: #666;
	--color-grey8: #666;
	--color-grey9: #666;
	--color-bg-grey: #f7f7f7;
	--color-orange:#fb4717;
	--color-main:#0557C3;
	--color-sub:#062b4e;
	--color-blue:#0065EA;
	--color-light-blue:#85B1EA;
	--color-btn-off:#F2F2F2;
	--color-grey-blue:#363943;
	--color-grey-blue1:#5e616a;
	--color-grey-blue2:#81848c;
	--color-grey-blue3:#c4c8cf;
	--color-grey-blue-light:#acb0bb;
	--color-dark-blue:#20222D;
	--color-skyblue:#08abff;
	
    --hei-header:5rem;

	--radius_round:5rem;

}

@media screen and (max-width:1200px){
 :root {
	--radius-big:0;
}

}
@media screen and (max-width: 1024px) {
  :root { 

	--hei-header:3.75rem;
   }
  
}

@media screen and (max-width: 900px) {
  :root { 
	font-size: 16px; 

   }
  
}
@media screen and (max-width: 500px) {
  :root { font-size: 16px; }
}

@media screen and (max-width: 430px) {
	:root { font-size: 16px; }
}
@media screen and (max-width: 414px) {
	:root { font-size: 15px; }
}
@media screen and (max-width: 360px) {
	:root { font-size: 14px; }
}
  
.color-red {color:#f00f26 !important;}
.color-blue {color:#0065EA !important;}


body,p,div,span,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,label{margin:0; padding:0;line-height:1.3;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
                       font-family:'pretendard', 'sans-serif', 'xeicon', 'Malgun Gothic' ,'맑은 고딕', '돋움', Dotum, '굴림', Gulim, Sans-serif; }
body, html {font-size:1rem;line-height:1.5;-webkit-text-size-adjust:none; }
h1,h2,h3,h4,h5,h6,input,textarea,button,select,table{font-size:0.9375rem;}
select:focus {box-shadow:none;}
img, fieldset, button{border:0;}
textarea{overflow:auto;}
input[type=submit],
input[type=button],
button{cursor:pointer; background-color:transparent}
img{vertical-align:top;}
address, em{font-style:normal;}
pre{white-space:pre-wrap;}
table{border-spacing:0; border-collapse:collapse;table-layout:fixed;}
table,th,td{border:none;}
caption {overflow:hidden; line-height:0; text-indent:-2000em;}
legend, .hidden{overflow:hidden; position:absolute; top:0; left:-2000em; line-height:0;}
strong {font-weight:bold;}
i {font-family:'Roboto','pretendard' !important}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

/* 링크 기본값 */
a:link{text-decoration:none; color:#444;}
a:visited{text-decoration:none; color:#444;}
a:hover{text-decoration:none; color:#444;}
a:active{text-decoration:none;}
a:focus{text-decoration:none;}

a {transition: all 0.2s ease-in;}
/* 리스트 스타일 제거 */
ul,ol,li{list-style:none;}
i {font-style:normal}

/* 스크롤바 */
::-webkit-scrollbar { background: transparent;width: 6px;height:6px; }
::-webkit-scrollbar-track { background: #e5eaf4; }
::-webkit-scrollbar-thumb { background:var(--color-main); opacity:1 !important;   }
::-webkit-scrollbar-button { display: none; }

::selection { background: #4c94ff; color: #fff; text-shadow: none; }

.clear {display:block; clear:both; width:100%}


fieldset {position:relative;padding:0;border:0;}
input[type="text"], input[type="password"] {padding-left:.5rem; padding-right:.5rem; width:100%;}
input[type=submit] {-webkit-border-radius:0;border:0;border-radius:0;}
textarea {width:100%;resize:none;padding:.5rem;border:0.0625rem solid #d0d3da; background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#222;font-size:1rem;line-height:1.1rem ;}
select {position:relative;-webkit-appearance:none;appearance:none;padding:0 1.5rem 0 .65rem; font-size:.85rem; color:var(--color-grey-blue); height:2.5rem; border:0.0625rem solid #d0d3da; 
       background:#fff url('/common/images/inc/icon_select.svg') no-repeat right ; background-position:calc(100% - .25rem) center; background-size:auto 1.2rem;
       font-size:1rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;}

input[readonly], 
select[readonly], textarea[readonly] {background-color:#F4F5F8 !important;border:0.0625rem solid #E8EBF2 !important; color:var(--color-grey-blue2) !important}
input[readonly]:focus, 
select[readonly]:focus, textarea[readonly]:focus {background-color:#F4F5F8 !important;border:0.0625rem solid #E8EBF2 !important; color:var(--color-grey-blue2) !important}

/*
select {padding:0 1.5rem 0 .65rem; font-size:.85rem; color:var(--color-grey-blue); height:2.5rem; background:url('/common/images/inc/icon_select.svg') no-repeat right ; background-position:calc(100% - .25rem) center;}
*/		 
select::-ms-expand{display: none;}
select[disabled] {color:#ccc;}

input:-webkit-autofill { -webkit-text-fill-color: #000; } 
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }
input[placeholder] {  color:#ccc; font-size:.95rem; font-weight:400;  }
input::placeholder { color:#ccc;font-size:.95rem;font-weight:400; }
input:-ms-input-placeholder {color:#ccc;font-size:.9rem; font-weight:400;}
input::-webkit-input-placeholder {color:#ccc;font-size:.9rem; font-weight:400;}
input::-moz-placeholder {color:#ccc;font-size:.9rem; }

textarea:-ms-input-placeholder {color:#accc; font-weight:400;}
textarea::-webkit-input-placeholder {color:#ccc;font-weight:400;}
textarea::-moz-placeholder {color:#ccc;font-weight:400;}
textarea::placeholder {color:#ccc;font-weight:400;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} /* HTML5 display-role reset for older browsers */
h1, h2, h3, h4, h5, h6, input, textarea, button, select, table {font-size:0.9375rem;}
h1, h2, h3, h4, h5, h6,b,strong {font-weight:600;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
img, fieldset, button {border:0;}
textarea {overflow:auto;}
input [type=submit], input[type=button], button {cursor:pointer; }
img {vertical-align:top;}
address, em {font-style:normal;}
pre {white-space:pre-wrap;}
table {border-spacing:0; border-collapse:collapse;table-layout:fixed;}
table, th, td {border:none;}
caption {overflow:hidden; line-height:0; text-indent:-2000em;}
legend, .hidden {overflow:hidden; position:absolute; top:0; left:-2000em; line-height:0;}
strong {font-weight:bold;}
input, select, textarea, button {outline: 0;display: inline-block;vertical-align: middle;    appearance: none; outline-width: 0; vertical-align: middle;transition: all 0.2s ease-in;background-color:transparent; border:0; -webkit-appearance: none;-moz-appearance: none;}

@media screen and (max-width:767px){
	input, select, textarea, button {font-size:0.9375rem; }
}

button,[type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {  cursor: pointer;}
button[type="button"]:disabled,
button[type="button"][disabled]{ background-color:#f1f2f5 !important; color:#ccc !important;font-weight:400 !important;border:0.0625rem solid #eee !important; cursor: default;}
button[type="button"]:disabled:before,
button[type="button"][disabled]:before {color:#d6dae1 !important; }


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {  padding: 0;  border-style: none;}

input[type="radio"],
input[type="checkbox"] {  box-sizing: border-box;  padding: 0; }

input:focus, select:focus, textarea:focus {background-color:#fff !important; border-color:var(--color-dark-blue) !important}

button {line-height: 1;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #555 !important;
}
/* 클릭 시 placeholder를 투명하게 만듦 */  
/*
input:focus::placeholder { color: transparent; }
textarea:focus::placeholder { color: transparent;  }
*/
input[type=checkbox], input[type=radio] {position:absolute;	opacity:0;-webkit-opacity:0;-moz-opacity:0;	z-index:0;}
input[type=checkbox] + label {position:relative;display:inline-block;min-height:1rem;color:var(--color-grey-blue-light); font-size:.9rem; margin:0;padding:0 1rem 0 1.85rem;box-sizing:border-box;background:none;border:0;line-height:1.5rem;font-style:normal;word-break:keep-all;vertical-align:middle;cursor:pointer;}
input[type=checkbox] + label:before {display: block;content: "";position: absolute;left: 0;top:0.0625rem;width:1.375rem;height:1.375rem;background-color:#fff;border:0.0625rem solid #ccc;border-radius:0.3125rem; box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box; }
input[type=checkbox] + label:after {content:''; position:absolute;top:.25rem;left:.5rem;width:.4rem;height:.7rem; border-color:#ddd;border-style:solid;border-width:0 0.125rem 0.125rem 0 !important;transform:rotate(45deg);}
input[type=checkbox]:checked + label {background:none; color:var(--color-dark-blue); font-weight:500;}
input[type=checkbox]:checked + label:before {border:0.0625rem solid var(--color-dark-blue);background-color:var(--color-dark-blue); box-shadow:0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.1)}
input[type=checkbox]:checked + label:after {display:block; border-color:#fff;}


input[type=radio] + label {position:relative;display:inline-block;margin:0;padding:0 1rem 0 1.5rem;box-sizing:border-box; border:0; background:none; font-size:1rem; font-weight:600; line-height:1.5rem;color:#333;vertical-align:middle;cursor:pointer;}
input[type=radio] + label:before {display: block;content: "";position: absolute;left: 0;top:50%;width:1.25rem;height:1.25rem;background-color:#fff;border:0.0625rem solid #ced5e0;border-radius:50%;transform:translateY(-50%);transition: border 0.2s ease-in;box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
input[type=radio]:checked + label {background:none;}
input[type=radio]:checked + label:before {border:0.38rem solid var(--color-blue); box-shadow: 0.1rem 0.1rem 0.5rem rgba(0,0,0,0.08);}


/* 스크롤바 */
::-webkit-scrollbar { width: 0.375rem;height:0.375rem;}
::-webkit-scrollbar-track { background-color: #f9f9f9; }
::-webkit-scrollbar-thumb { background:#d0dced !important;  border-radius:0; }
::-webkit-scrollbar-button { display: none; }

.unit {    position: relative;    z-index: 1;}
.unit input {padding-right: 1.5rem;}
.unit::before { content: ''; position: absolute; right: .5rem;top: 0; line-height: 1.8rem;font-size: .8125rem; z-index: 2;}
.unit.won::before { content: '원';}
.unit.manwon::before {content: '만원';}
.unit.manwon input { text-align: right; color:#f00 !important; padding-right: 2.5rem !important;}
.unit.manwon input:focus {border-bottom:0.0625rem solid var(--color-dark-blue) !important}
.unit.km:before { content: 'Km';}
.unit.nm:before { content: 'µm';}
.unit.km input { text-align: right; padding-right: 2rem !important; }
.unit.kg input  { text-align: right; padding-right: 2rem !important; }
.unit.kg:before { content: 'Kg';}
.unit.cc:before { content: 'cc';}
.unit.cc input {text-align:right; padding-right:1.5rem !important;}
.unit.year::before { content: '년';}
.unit.year input {text-align:right; padding-right:1.5rem !important;}
.unit.impact input { color: #ff0047; font-weight: 700; text-align: right;}
.unit.impact::before { color: #ff0047;}

.center {text-align: center !important;}
.vt_top {vertical-align: top !important;}
.left {text-align:left !important;}

/* size */
.w-25 {  width: 25% !important;}
.w-50 {  width: 50% !important;}
.w-75 {  width: 75% !important;}
.w-100 {  width: 100% !important;}
.w-auto {  width: auto !important;}
.h-25 {  height: 25% !important;}
.h-50 {  height: 50% !important;}
.h-75 {  height: 75% !important;}
.h-100 {  height: 100% !important;}
.h-auto {  height: auto !important;}

.mw-100 {  max-width: 100% !important;}
.mh-100 {  max-height: 100% !important;}
.min-vw-100 {  min-width: 100vw !important;}
.min-vh-100 {  min-height: 100vh !important;}
.vw-100 {  width: 100vw !important;}
.vh-100 {  height: 100vh !important;}
.mh-300 {  height: 18.75rem !important;}
.mh-310 {  height: 19.375rem !important;}
.mh-320 {  height: 20rem !important;}
.mh-330 {  height: 20.625rem !important;}
.mh-340 {  height: 21.25rem !important;}
.mh-350 {  height: 21.875rem !important;}
.mh-360 {  height: 22.5rem !important;}
.mh-370 {  height: 23.125rem !important;}
.mh-380 {  height: 23.75rem !important;}
.mh-390 {  height: 24.375rem !important;}
.mh-400 {  height: 25rem !important;}
.mh-410 {  height: 25.625rem !important;}
.mh-420 {  height: 26.25rem !important;}
.mh-430 {  height: 26.875rem !important;}
.mh-440 {  height: 27.5rem !important;}
.mh-450 {  height: 28.125rem !important;}
.mh-460 {  height: 28.75rem !important;}
.mh-470 {  height: 29.375rem !important;}
.mh-480 {  height: 30rem !important;}
.mh-490 {  height: 30.625rem !important;}
.mh-500 {  height: 31.25rem !important;}


.w100pc {width:100% !important;}
.w10pc {width:10% !important;}
.w20pc {width:20% !important;}
.w25pc {width:25% !important;}
.w30pc {width:30% !important;}
.w33pc {width:33% !important;}
.w35pc {width:35% !important;}
.w40pc {width:40% !important;}
.w45pc {width:45% !important;}
.w50pc {width:50% !important;}
.w55pc {width:55% !important;}
.w60pc {width:60% !important;}
.w65pc {width:65% !important;}
.w70pc {width:70% !important;}
.w75pc {width:75% !important;}
.w80pc {width:80% !important;}
.w90pc {width:90% !important;}

.w50 {width:3.125rem !important;}
.w51 {width:50.0625rem !important;}
.w52 {width:3.25rem !important;}
.w53 {width:3.3125rem !important;}
.w54 {width:3.375rem !important;}
.w55 {width:3.4375rem !important;}
.w56 {width:3.5rem !important;}
.w57 {width:3.5625rem !important;}
.w58 {width:3.625rem !important;}
.w59 {width:59px !important;}
.w60 {width:60px !important;}
.w61 {width:60.0625rem !important;}
.w62 {width:62px !important;}
.w63 {width:63px !important;}
.w64 {width:64px !important;}
.w65 {width:65px !important;}
.w66 {width:66px !important;}
.w67 {width:67px !important;}
.w68 {width:68px !important;}
.w69 {width:69px !important;}
.w70 {width:70px !important;}
.w71 {width:70.0625rem !important;}
.w72 {width:72px !important;}
.w73 {width:73px !important;}
.w74 {width:74px !important;}
.w75 {width:75px !important;}
.w76 {width:76px !important;}
.w77 {width:77px !important;}
.w78 {width:78px !important;}
.w79 {width:79px !important;}
.w80 {width:80px !important;}
.w90 {width:90px !important;}
.w91 {width:90.0625rem !important;}
.w92 {width:92px !important;}
.w93 {width:93px !important;}
.w94 {width:94px !important;}
.w95 {width:95px !important;}
.w96 {width:96px !important;}
.w97 {width:97px !important;}
.w98 {width:98px !important;}
.w99 {width:99px !important;}
.w100 {width:100px !important;}
.w101 {width:100.0625rem !important;}
.w102 {width:102px !important;}
.w103 {width:103px !important;}
.w104 {width:104px !important;}
.w105 {width:105px !important;}
.w106 {width:106px !important;}
.w107 {width:107px !important;}
.w108 {width:108px !important;}
.w109 {width:109px !important;}
.w110 {width:110px !important;}
.w111 {width:110.0625rem !important;}
.w112 {width:112px !important;}
.w113 {width:113px !important;}
.w114 {width:114px !important;}
.w115 {width:10.9375rem !important;}
.w116 {width:116px !important;}
.w117 {width:117px !important;}
.w118 {width:118px !important;}
.w119 {width:119px !important;}
.w120 {width:120px !important;}
.w121 {width:120.0625rem !important;}
.w122 {width:122px !important;}
.w123 {width:123px !important;}
.w124 {width:124px !important;}
.w125 {width:125px !important;}
.w126 {width:126px !important;}
.w127 {width:127px !important;}
.w128 {width:128px !important;}
.w129 {width:129px !important;}
.w130 {width:130px !important;}
.w131 {width:130.0625rem !important;}
.w132 {width:132px !important;}
.w133 {width:133px !important;}
.w134 {width:134px !important;}
.w135 {width:135px !important;}
.w136 {width:136px !important;}
.w137 {width:137px !important;}
.w138 {width:138px !important;}
.w139 {width:139px !important;}
.w140 {width:140px !important;}
.w141 {width:140.0625rem !important;}
.w142 {width:142px !important;}
.w143 {width:143px !important;}
.w144 {width:144px !important;}
.w145 {width:145px !important;}
.w146 {width:146px !important;}
.w147 {width:147px !important;}
.w148 {width:148px !important;}
.w149 {width:149px !important;}
.w150 {width:150px !important;}
.w151 {width:150.0625rem !important;}
.w152 {width:152px !important;}
.w153 {width:153px !important;}
.w154 {width:154px !important;}
.w155 {width:155px !important;}
.w160 {width:160px !important;}
.w161 {width:160.0625rem !important;}
.w162 {width:162px !important;}
.w163 {width:163px !important;}
.w164 {width:164px !important;}
.w165 {width:165px !important;}
.w166 {width:166px !important;}
.w167 {width:167px !important;}
.w168 {width:168px !important;}
.w169 {width:169px !important;}
.w170 {width:170px !important;}
.w171 {width:170.0625rem !important;}
.w172 {width:172px !important;}
.w173 {width:173px !important;}
.w174 {width:174px !important;}
.w175 {width:175px !important;}
.w176 {width:176px !important;}
.w177 {width:177px !important;}
.w178 {width:178px !important;}
.w179 {width:179px !important;}
.w180 {width:180px !important;}
.w181 {width:180.0625rem !important;}
.w182 {width:182px !important;}
.w183 {width:183px !important;}
.w184 {width:184px !important;}
.w185 {width:185px !important;}
.w186 {width:186px !important;}
.w187 {width:187px !important;}
.w188 {width:188px !important;}
.w189 {width:189px !important;}
.w190 {width:190px !important;}
.w191 {width:190.0625rem !important;}
.w192 {width:192px !important;}
.w193 {width:193px !important;}
.w194 {width:194px !important;}
.w195 {width:195px !important;}
.w196 {width:196px !important;}
.w197 {width:197px !important;}
.w198 {width:198px !important;}
.w199 {width:199px !important;}
.w200 {width:200px !important;}
.w205 {width:205px !important;}
.w210 {width:210px !important;}
.w215 {width:20.9375rem !important;}
.w220 {width:220px !important;}
.w225 {width:225px !important;}
.w230 {width:230px !important;}
.w231 {width:230.0625rem !important;}
.w232 {width:232px !important;}
.w233 {width:233px !important;}
.w234 {width:234px !important;}
.w235 {width:235px !important;}
.w236 {width:236px !important;}
.w237 {width:237px !important;}
.w238 {width:238px !important;}
.w239 {width:239px !important;}
.w240 {width:240px !important;}
.w241 {width:240.0625rem !important;}
.w242 {width:242px !important;}
.w243 {width:243px !important;}
.w244 {width:244px !important;}
.w245 {width:245px !important;}
.w246 {width:246px !important;}
.w247 {width:247px !important;}
.w248 {width:248px !important;}
.w249 {width:249px !important;}
.w250 {width:250px !important;}
.w251 {width:250.0625rem !important;}
.w252 {width:252px !important;}
.w253 {width:253px !important;}
.w254 {width:254px !important;}
.w255 {width:255px !important;}
.w256 {width:256px !important;}
.w257 {width:257px !important;}
.w258 {width:258px !important;}
.w259 {width:259px !important;}
.w260 {width:260px !important;}
.w270 {width:270px !important;}
.w280 {width:280px !important;}
.w290 {width:290px !important;}
.w300 {width:300px !important;}


.width1000 {width:1000px !important;}
.ht50 {height:50px !important;}
.ht60 {height:60px !important;}
.ht70 {height:70px !important;}
.ht80 {height:80px !important;}
.ht90 {height:90px !important;}
.ht100 {height:100px !important;}
.ht110 {height:110px !important;}
.ht120 {height:120px !important;}
.ht130 {height:130px !important;}
.ht140 {height:140px !important;}
.ht150 {height:150px !important;}
.ht160 {height:160px !important;}
.ht170 {height:170px !important;}
.ht180 {height:180px !important;}
.ht190 {height:190px !important;}
.ht200 {height:200px !important;}
.ht210 {height:210px !important;}
.ht220 {height:220px !important;}
.ht230 {height:230px !important;}
.ht240 {height:240px !important;}
.ht250 {height:250px !important;}
.ht260 {height:260px !important;}
.ht270 {height:270px !important;}
.ht280 {height:280px !important;}
.ht290 {height:290px !important;}
.ht300 {height:300px !important;}
.ht310 {height:310px !important;}
.ht320 {height:320px !important;}
.ht330 {height:330px !important;}
.ht340 {height:340px !important;}
.ht350 {height:350px !important;}
.ht360 {height:360px !important;}
.ht370 {height:370px !important;}
.ht380 {height:380px !important;}
.ht390 {height:390px !important;}
.ht400 {height:400px !important;}
.ht410 {height:410px !important;}
.ht420 {height:420px !important;}
.ht430 {height:430px !important;}
.ht440 {height:440px !important;}
.ht450 {height:450px !important;}
.ht460 {height:460px !important;}
.ht470 {height:470px !important;}
.ht480 {height:480px !important;}
.ht490 {height:490px !important;}
.ht500 {height:500px !important;}
.ht550 {height:550px !important;}
.ht600 {height:600px !important;}
.ht650 {height:650px !important;}
.ht700 {height:700px !important;}
.ht750 {height:750px !important;}
.ht800 {height:800px !important;}


/* padding  */
.p-0 {  padding: 0 !important;}
.pdL0 {padding-left:0 !important;}
.pdR0 {padding-right:0 !important;}
.pdT0 {padding-top:0 !important;}
.pdB0 {padding-bottom:0 !important;}
.pd-side0 {padding-left:0 !important; padding-right:0 !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:0.9375rem !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;}

.pt1 {padding-top:0.0625rem !important; }
.pt2 {padding-top:2px !important; }
.pt3 {padding-top:3px !important; }
.pt4 {padding-top:4px !important; }
.pt5 {padding-top:5px !important; }
.pt6 {padding-top:6px !important; }
.pt7 {padding-top:7px !important; }
.pt8 {padding-top:8px !important; }
.pt9 {padding-top:9px !important; }
.pt10 {padding-top:10px !important; }


/* margin */


.mg0 {margin:0 !important;}
.mt0 {margin-top:0 !important; }
.mt1 {margin-top:0.0625rem !important; }
.mt2 {margin-top:2px !important; }
.mt3 {margin-top:3px !important; }
.mt4 {margin-top:4px !important; }
.mt5 {margin-top:5px !important; }
.mt10 {margin-top:10px !important; }
.mt15 {margin-top:0.9375rem !important; }
.mt20 {margin-top:20px !important; }
.mt25 {margin-top:25px !important; }
.mt30 {margin-top:30px !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; }

.ml1 {margin-left:0.0625rem !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;}

/* p:20px !important; } */