
*,
*:after,
*:before {	margin: 0;	padding: 0;	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box;	box-sizing: border-box;}


:root {
    --max-width : 1920px;
	--margin-width : -960px;

	--column-padd: 0rem;

    --color-white: #fff;
	--color-black: #000;
	--color-red: #FA4D6A;
	--color-dark-gray: #222;
	--color-gray: #666;
	--color-light-gray: #868992;
	--color-default:#2547c2;/* 1b65db*/
	--color-gnb:#878D9C;
	--color-border1:#E5E5F1;
	--color-border-basic:#c4cad6;
	--color-border-card:#dbdce3;
	--color-title:#3F4044;
	--color-dark-blue:#18265B;

    --color-bg-body:#F5F6F7 ; 
	--color-bg-popup:#e4e7ec ; 
	--color-border-popup:#cfd6e2; 
	
	--radius-round:30rem;
	--radius-default:0.188rem;
	--radius-card:0.313rem;
	--radius-sign:0.4rem; 
	--radius-pop:.65rem; 

    --hei-head:3.438rem;
	--hei-gnb:3.3rem; 
	--hei-form:2.813rem !important; /* 회원가입 input */
	--hei-sign-form:3.125rem !important; /* 로그인 input */

}

/* font-color */
.fc_w { color:#ffffff !important}
.fc_red { color:#fd4a57 !important}
.fc_dred { color:#ba0814 !important}
.fc_vblue { color:#5e68c7 !important}
.fc_blue { color:#2853cc !important}
.fc_wblue { color:#2db7ff !important}
.fc_yellow { color:#ffec19 !important;}
.fc_dyellow { color:#dd9422 !important;}
.fc_ygreen { color:#89ea0b !important;}
.fc_orange { color:#ef6f22 !important;}
.fc_violet { color:#4821ef !important;}
.fc_default { color:#2547c2 !important;}
.fc_0 { color:#000 !important;}
.fc_2 { color:#222 !important;}
.fc_3 { color:#333 !important;}
.fc_4 { color:#444 !important;}
.fc_5 { color:#555 !important;}
.fc_6 { color:#666 !important;}
.fc_7 { color:#777 !important;}
.fc_8 { color:#888 !important;}
.fc_9 { color:#999 !important;}

.fc_open { color:#099edc !important}
.fc_close { color:#fd4a57 !important}

.bg_w{ background-color:#fff !important;  }



html {  /*  -webkit-text-size-adjust: 100%;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {  display: block; }
body { color: #333; background:var(--color-bg-body);  letter-spacing:-.02em; font-size: 1rem; font-family: 'pretendard', 'SpoqaHanSans', sans-serif, 'xeicon'; -webkit-font-smoothing: antialiased; padding: 0;  margin: 0; word-break:keep-all; }
body, h1,h2,h3,h4,h5,h6{font-size:15px; font-family: 'Pretendard'}
.wrapper,
body.popup {min-width:1360px !important; overflow-x:scroll; }
body.popup.layer_center{min-width:auto !important}


.wrapper {padding:0; margin:0; padding-top:3.438rem; }
.column {position: relative; width:var(--max-width); margin:0 auto;  padding:0 .85rem}
.content-wrapper {  padding: 10px 10px; display:block; width: 100%; }

.container {  width: 100%;  }

@media screen and (max-width:1920px){
	.column {position: relative; width:100%;}
}
@media screen and (max-width:1440px){
	.column { width:100%; padding:0 .65rem 0rem; }
}

@media screen and (max-width:1360px){
/*
   .wrapper,
  body.popup {min-width:100% !important;}
  */
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {  font-weight: 500;  }
em { font-style:normal}
[tabindex="-1"]:focus {  outline: 0 !important;}

hr { outline:0 !important; border:0;  height: 1px; background-color:var(--color-border-card) !important}
p {  margin-top: 0;}

button:before,
a:before {font-family:'xeicon', 'Material Design Icons' }
i,em {font-style:normal;}

abbr[title],
abbr[data-original-title] {  text-decoration: underline;  text-decoration: underline dotted;  cursor: help;  border-bottom: 0;  text-decoration-skip-ink: none;}
address {   font-style: normal;  line-height: inherit;}
ol ol,ul ul,ol ul,ul ol {  margin-bottom: 0;}
b,strong {  font-weight: bolder;}
b {vertical-align:middle; font-weight:bold; }
a {color: #333;   text-decoration: none;  }

a:hover { text-decoration:none; }
a:active { text-decoration:none; }
a:visited{ text-decoration:none; }
ol, li {list-style:none;}

pre,code,kbd,samp { font-size: 1em;}
pre {  margin:0;}
figure {  margin: 0;}
img {  vertical-align: middle;  border-style: none;}
svg {  overflow: hidden;  vertical-align: middle;}
caption { padding-top: 1.25rem 0.9375rem; padding-bottom: 1.25rem 0.9375rem; color: #6c757d; text-align: left; caption-side: bottom; }
table{border-spacing:0; border-collapse:collapse; word-break:keep-all; table-layout:fixed; }
table,th,td{border:none;}
table caption {display:none; }
label { display: inline-block; }
button { border-radius: 0; border:0; line-height:0}
input,button,select,optgroup,textarea,ul,li,span { margin: 0; }
button,input {  overflow: visible; }
button,select {  text-transform: none;  }
select {  word-wrap: normal; appearance: none; -webkit-appearance: none; cursor:pointer; }
select::-ms-expand {display: none;} 
button, select, textarea, table, th, td, input, em { line-height:1}

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:1px solid #eee !important; }
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; background:#e1e6fa}

a,div,h1,h2,h3,h4,h5,p,span {text-shadow: none;}

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;
}
input:focus::placeholder { color: transparent; /* 클릭 시 placeholder를 투명하게 만듦 */  }


/* ///////////////////////////////////////////////////////// */
/*         checkbox radio common
/* ///////////////////////////////////////////////////////// */
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;margin:0;  padding:0 1rem 0 1.45rem;box-sizing:border-box;background:none;border:0;letter-spacing:-1px;font-size:0.875rem;line-height:28px;color:#555;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:50%;width:18px;height:18px;background-color:#fff;border:1px solid #b3bdd9; outline:3px solid transparent; border-radius:3px;transform:translateY(-50%); box-sizing:border-box; -webkit-box-sizing:border-box;;-moz-box-sizing:border-box; transition: all 0.2s ease-in; }
input[type=checkbox] + label:after {content:'';display:none;position:absolute;top:50%;left:6px;width:6.5px;height:9.5px;margin:-7px 0 0 0; border-color:#fff; border-style:solid; border-width:0 2px 2px 0 !important;transform:rotate(45deg);}
input[type=checkbox]:checked + label {background:none; color:#222;}
input[type=checkbox]:checked + label:before {border:1px solid var(--color-default); background-color:var(--color-default);  transform:translateY(-50%);outline:3px solid #e7eefd;}
input[type=checkbox]:checked + label:after {display:block; }

input[type=radio] + label {position:relative;display:inline-block;margin:0;padding:0 1rem 0 1.35rem;box-sizing:border-box;border:0;background:none;letter-spacing:-1px; font-size:13px;line-height:28px;color:#111;vertical-align:middle;cursor:pointer;}
input[type=radio] + label:after {display: block;content: "";position: absolute;left: 0;top:50%;width:18px;height:18px;background-color:#fff;border:1px solid #b3c1d9;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:after {border:5px solid var(--color-default);box-shadow:0 3px 8px -3px var(--color-default);}

/* input disabled readonly */
input[type="checkbox"]:disabled + label {color:#bfc0c2; cursor:default}
input[type="checkbox"]:disabled:checked + label {color:#7e848f; cursor:default}
input[type="checkbox"]:disabled + label:before {  border-color: #dddfe3; background-color:#eeeff1 !important}
input[type="checkbox"]:disabled:checked + label:before { box-shadow:none;  border-color: #c0c5d0;background-color:#d1d5dd !important }
input[type="checkbox"]:disabled:checked + label:after { }

input[type="radio"]:disabled + label {color:#bfc0c2; cursor:default}
input[type="radio"]:disabled:checked + label {color:#7e848f; cursor:default}
input[type="radio"]:disabled + label:after {  border-color: #dee0e2;background-color:#f4f5f6; }
input[type="radio"]:disabled:checked + label:after { border-color: #b3b8bd !important; background-color: #fff !important;  box-shadow:none;}

input[type="text"]:disabled, textarea:disabled, select:disabled {border-color:#dee0e2; background-color:#f6f6f7 !important; color:#ddd !important; pointer-events: none; }
select:disabled {background-image:url('../images/icon_select_grey.png');}


input[readonly][type=text] {border-color: #e6e9f5; background-color:#EDF0F9; box-shadow:none !important; }
input[readonly][type=text]:focus {border-color:#e6e9f5 !important; background-color:#EDF0F9 !important; box-shadow:none !important;  }
input[readonly][type=text]:focus::placeholder {color:#999; box-shadow:none !important; }
textarea[readonly] {border-color:#e6e9f5; background-color:#EDF0F9; box-shadow:none !important;  }
textarea[readonly]:focus {border-color:#e6e9f5; background-color:#EDF0F9;  box-shadow:none !important; }
select[readonly] { pointer-events: none; border:1px solid #e6e9f5 !important; background-color:#EDF0F9; background-image:url('../images/icon_select_grey.png'); box-shadow:none !important; }


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */   color: #999;}
input::-moz-placeholder { /* Firefox 19+ */   color:#999; }
input::-ms-input-placeholder { /* IE 10+ */   color:#999; }
input::-moz-placeholder { /* Firefox 18- */   color:#999;}

textarea {  overflow: auto;  resize: vertical;resize: none;  overflow-x: hidden;}
fieldset {  min-width: 0;  padding: 0;  margin: 0;  border: 0;}
legend {  display: block;  width: 100%;  max-width: 100%;  padding: 0;  margin-bottom: .5rem;  font-size: 1.5rem;  line-height: inherit;  color: inherit;  white-space: normal;}
progress {  vertical-align: baseline;}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {  height: auto;}
[type="search"] {  outline-offset: -2px;  -webkit-appearance: none;}
[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}
::-webkit-file-upload-button {  font: inherit;  -webkit-appearance: button;}
output {  display: inline-block;}
summary {  display: list-item;  cursor: pointer;}
template {  display: none;}
[hidden] {  display: none !important;}


.bold {font-weight:bold; }
.no-gutters {  margin-right: 0;  margin-left: 0;}

.no-gutters > .col,
.no-gutters > [class*="col-"] {  padding-right: 0;  padding-left: 0;}

.col30 {width:30%;}
.col35 {width:35%;}
.col40 {width:40%;}
.col50 {width:50%;}
.col60 {width:60%;}
.col65 {width:65%;}
.col70 {width:70%;}

[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {  outline: 0;}
a:focus,
input:focus {  border-color: transparent;  outline: none;}


input, select, textarea {display: inline-block; outline: 0; vertical-align: middle;  font-size:14px; color:#000; appearance: none; outline-width: 0;border-radius:var(--radius-default); border:1px solid var(--color-border-basic);
   -webkit-appearance: none;   
   -moz-appearance: none;
}
button {display: inline-block; outline: 0; vertical-align: middle; font-size:13px;   appearance: none; outline-width: 0;border-radius:var(--radius-default); background-color:#fff; margin:0}

select{ padding-right:25px; position:relative;
   color: #333;  height:28px; line-height: 26px; padding-left:10px; letter-spacing: 0;appearance: none;box-sizing: border-box;
	background-image:url('../images/icon_select.png'); background-size:13px 13px; background-repeat:no-repeat;background-position:calc(100% - 8px) ;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}



/* Miscellanoeous */
body,html { /* overflow-x: hidden;  */ padding-right: 0 !important;}
*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {  overflow: auto;}


/* Forms */

input[type="text"], input[type="password"],input[type="number"] { border:1px solid var(--color-border-basic); height:28px; padding:0px 7px; background:#fff; vertical-align:middle; margin:0;}
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="number"]:focus, 
select:focus, 
textarea:focus { color: #495057; background-color: #fff; border: 1px solid var(--color-default) !important; outline: 0;}
input[type="text"]:first-child {margin-left:0}

textarea { font-size:.925rem; font-weight:500; line-height:1.5; padding:5px;  padding:7px; background:#fff; min-height:80px; margin:5px 0; font-family: 'Pretendard' }


/* align */
.text-justify {  text-align: justify !important;}
.text-wrap {  white-space: normal !important;}
.text-nowrap {  white-space: nowrap !important;}
.text-truncate {  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.text-left {  text-align: left !important;}
.left { text-align: left !important;}
.text-right {  text-align: right !important;}
.text-center {  text-align: center !important; }
.center {  text-align: center !important; }
.left {  text-align:left !important; }

/* flex */
.space-between { justify-content: space-between; }
.flex-between {display:flex; justify-content: space-between; align-items: center;}
.flex-between-wrap {display:flex; flex-wrap: nowrap !important; }
.flex-between.base{ align-items: flex-end !important;}
.justify-center {display:flex; justify-content: center !important;}
.justify-end {justify-content: flex-end !important;}


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



/* 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-100 {  height: 100px !important;}
.mh-150 {  height: 150px !important;}
.mh-200 {  height: 200px !important;}
.mh-300 {  height: 300px !important;}
.mh-310 {  height: 310px !important;}
.mh-320 {  height: 320px !important;}
.mh-330 {  height: 330px !important;}
.mh-340 {  height: 340px !important;}
.mh-350 {  height: 350px !important;}
.mh-360 {  height: 360px !important;}
.mh-370 {  height: 370px !important;}
.mh-380 {  height: 380px !important;}
.mh-390 {  height: 390px !important;}
.mh-400 {  height: 400px !important;}
.mh-410 {  height: 410px !important;}
.mh-420 {  height: 420px !important;}
.mh-430 {  height: 430px !important;}
.mh-440 {  height: 440px !important;}
.mh-450 {  height: 450px !important;}
.mh-460 {  height: 460px !important;}
.mh-470 {  height: 470px !important;}
.mh-480 {  height: 480px !important;}
.mh-490 {  height: 490px !important;}
.mh-500 {  height: 500px !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:50px !important;}
.w60 {width:60px !important;}
.w70 {width:70px !important;}
.w80 {width:80px !important;}
.w90 {width:90px !important;}
.w91 {width:91px !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:101px !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:111px !important;}
.w112 {width:112px !important;}
.w113 {width:113px !important;}
.w114 {width:114px !important;}
.w115 {width:115px !important;}
.w116 {width:116px !important;}
.w117 {width:117px !important;}
.w118 {width:118px !important;}
.w119 {width:119px !important;}
.w120 {width:120px !important;}
.w121 {width:121px !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:131px !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:141px !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:151px !important;}
.w152 {width:152px !important;}
.w153 {width:153px !important;}
.w154 {width:154px !important;}
.w155 {width:155px !important;}
.w160 {width:160px !important;}
.w161 {width:161px !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:171px !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:181px !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:191px !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:215px !important;}
.w220 {width:220px !important;}
.w225 {width:225px !important;}
.w230 {width:230px !important;}
.w231 {width:231px !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:241px !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:251px !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;}
.ht100 {height:100px !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;}


/* margin */
.mg0 {margin:0 !important;}
.mt0 {margin-top:0 !important; }
.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; }
.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; }
.mt40 {margin-top:40px !important; }
.mt45 {margin-top:45px !important; }





