
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../images/font/NotoSansKR-Thin.woff2) format('woff2'),
       url(../images/font/NotoSansKR-Thin.woff) format('woff'),
       url(../images/font/NotoSansKR-Thin.otf) format('opentype');

  src: url(../images/font/NotoSans-Thin.woff2) format('woff2'),
       url(../images/font/NotoSans-Thin.woff) format('woff'),
	   url(../images/font/NotoSans-Thin.eot) format('eot'),
       url(../images/font/NotoSans-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../images/font/NotoSansKR-Light.woff2) format('woff2'),
       url(../images/font/NotoSansKR-Light.woff) format('woff'),
       url(../images/font/NotoSansKR-Light.otf) format('opentype');

  src: url(../images/font/NotoSans-Light.woff2) format('woff2'),
       url(../images/font/NotoSans-Light.woff) format('woff'),
	   url(../images/font/NotoSans-Light.eot) format('eot'),
       url(../images/font/NotoSans-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../images/font/NotoSansKR-Regular.woff2) format('woff2'),
        url(../images/font/NotoSansKR-Regular.woff) format('woff'),
        url(../images/font/NotoSansKR-Regular.otf) format('opentype');

   src: url(../images/font/NotoSans-Regular.woff2) format('woff2'),
        url(../images/font/NotoSans-Regular.woff) format('woff'),
		url(../images/font/NotoSans-Regular.eot) format('eot'),
        url(../images/font/NotoSans-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../images/font/NotoSansKR-Medium.woff2) format('woff2'),
        url(../images/font/NotoSansKR-Medium.woff) format('woff'),
        url(../images/font/NotoSansKR-Medium.otf) format('opentype');

   src: url(../images/font/NotoSans-Medium.eot) format('eot'),
        url(../images/font/NotoSans-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(../images/font/NotoSansKR-Bold.woff2) format('woff2'),
        url(../images/font/NotoSansKR-Bold.woff) format('woff'),
        url(../images/font/NotoSansKR-Bold.otf) format('opentype');

   src: url(../images/font/NotoSans-Bold.woff2) format('woff2'),
        url(../images/font/NotoSans-Bold.woff) format('woff'),
		url(../images/font/NotoSans-Bold.eot) format('eot'),
        url(../images/font/NotoSans-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(../images/font/NotoSansKR-Black.woff2) format('woff2'),
        url(../images/font/NotoSansKR-Black.woff) format('woff'),
        url(../images/font/NotoSansKR-Black.otf) format('opentype');

   src: url(../images/font/NotoSansKR-Black.woff2) format('woff2'),
        url(../images/font/NotoSansKR-Black.woff) format('woff'),
		url(../images/font/NotoSans-Black.eot) format('eot'),
        url(../images/font/NotoSansKR-Black.otf) format('opentype');
 }

*{margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
html{height:100%;width:100%;-webkit-font-smoothing:antialiased;font-size:12px;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0;}
body {background: #fff !important;}
body {height:100%;min-height:100%;margin:0;padding:0;word-wrap:break-word;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;}
body,input,textarea,select,button,table{font-family: '맑은 고딕', 'Noto Sans KR', sans-serif; outline: none;  color:#58626d; }
img,fieldset{border:0;}
img {image-rendering: -webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden;}
ul,ol,dl,li{list-style:none;margin:0;padding:0;}
ul:after,ol:after,dl:after{clear:both;display:block;content:''}
em,address{font-style:normal}
a{text-decoration:none;  color:#58626d;}
a:hover,a:active,a:focus,a:visited{text-decoration:none;}
blockquote, q { quotes:none }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none }
table { border-collapse:collapse; border-spacing:0 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }

#warp {position:relative; width:100%;}
#header{position:relative; width:100%;}
#container {position:relative; width:100%; overflow:hidden; }
#footer {position: relative; width:100%;  z-index: 96;}



.text_left {text-align:left !important;}
.text_center {text-align:center !important;}
.text_right {text-align:right !important;}
.btn_blue {background: #4d75be;}
.btn_red {background: #eb4141;}
.btn_green {background: #4db177;}
.btn_gray {background: #808080;}



.fs-4 {font-size:4px !important;}
.fs-5 {font-size:5px !important;}
.fs-6 {font-size:6px !important;}
.fs-7 {font-size:7px !important;}
.fs-8 {font-size:8px !important;}
.fs-9 {font-size:9px !important;}
.fs-10 {font-size:10px !important;}
.fs-11 {font-size:11px !important;}
.fs-12 {font-size:12px !important;}
.fs-13 {font-size:13px !important;}
.fs-14 {font-size:14px !important;}
.fs-15 {font-size:15px !important;}
.fs-16 {font-size:16px !important;}
.fs-17 {font-size:17px !important;}
.fs-18 {font-size:18px !important;}
.fs-19 {font-size:19px !important;}
.fs-20 {font-size:20px !important;}
.fs-21 {font-size:21px !important;}
.fs-22 {font-size:22px !important;}
.fs-23 {font-size:23px !important;}
.fs-24 {font-size:24px !important;}
.fs-25 {font-size:25px !important;}
.fs-26 {font-size:26px !important;}
.fs-27 {font-size:27px !important;}
.fs-28 {font-size:28px !important;}
.fs-29 {font-size:29px !important;}
.fs-30 {font-size:30px !important;}
.fs-35 {font-size:35px !important;}
.fs-40 {font-size:40px !important;}
.fs-45 {font-size:45px !important;}
.fs-50 {font-size:50px !important;}

.line-height-10 {line-height:10px;}
.line-height-11 {line-height:11px;}
.line-height-12 {line-height:12px;}
.line-height-13 {line-height:13px;}
.line-height-14 {line-height:14px;}
.line-height-15 {line-height:15px;}
.line-height-16 {line-height:16px;}
.line-height-17 {line-height:17px;}
.line-height-18 {line-height:18px;}
.line-height-19 {line-height:19px;}
.line-height-20 {line-height:20px;}
.line-height-21 {line-height:21px;}
.line-height-22 {line-height:22px;}
.line-height-23 {line-height:23px;}
.line-height-24 {line-height:24px;}
.line-height-25 {line-height:25px;}
.line-height-26 {line-height:26px;}
.line-height-27 {line-height:27px;}
.line-height-28 {line-height:28px;}
.line-height-29 {line-height:29px;}
.line-height-30 {line-height:30px;}
.line-height-40 {line-height:40px;}
.line-height-100 {line-height:100px;}
.line-height-200 {line-height:200px;}
.line-height-300 {line-height:300px;}

.h-10 {height:10%;}
.h-20 {height:20%;}
.h-30 {height:30%;}
.h-35 {height:35%;}
.h-40 {height:40%;}
.h-55 {height:55%;}
.h-60 {height:60%;}
.h-65 {height:65%;}
.h-70 {height:70%;}
.h-80 {height:80%;}
.h-85 {height:85%;}
.h-90 {height:90%;}

.h-10px {height:10px;}
.h-15px {height:15px;}
.h-20px {height:20px;}
.h-25px {height:25px;}
.h-30px {height:30px;}
.h-35px {height:35px;}
.h-40px {height:40px;}
.h-41px {height:41px;}
.h-45px {height:45px;}
.h-50px {height:50px;}
.h-55px {height:55px;}
.h-60px {height:60px;}
.h-65px {height:65px;}
.h-70px {height:70px;}
.h-75px {height:75px;}
.h-80px {height:80px;}
.h-85px {height:85px;}
.h-90px {height:90px;}
.h-95px {height:95px;}
.h-100px {height:100px;}
.h-110px {height:110px;}
.h-120px {height:120px;}
.h-130px {height:130px;}
.h-140px {height:140px;}
.h-150px {height:150px;}
.h-160px {height:160px;}
.h-170px {height:170px;}
.h-180px {height:180px;}
.h-190px {height:190px;}
.h-200px {height:200px;}
.h-210px {height:210px;}
.h-220px {height:220px;}
.h-230px {height:230px;}
.h-240px {height:240px;}
.h-250px {height:250px;}
.h-260px {height:260px;}
.h-270px {height:270px;}
.h-280px {height:280px;}
.h-290px {height:290px;}
.h-300px {height:300px;}


.w-10 {width:10% !important;}
.w-15 {width:15% !important;}
.w-20 {width:20% !important;}
.w-25 {width:25% !important;}
.w-30 {width:30% !important;}
.w-35 {width:35% !important;}
.w-40 {width:40% !important;}
.w-55 {width:55% !important;}
.w-60 {width:60% !important;}
.w-65 {width:65% !important;}
.w-70 {width:70% !important;}
.w-80 {width:80% !important;}
.w-85 {width:85% !important;}
.w-90 {width:90% !important;}

.w-10px {width:10px !important;}
.w-15px {width:15px !important;}
.w-20px {width:20px !important;}
.w-25px {width:25px !important;}
.w-30px {width:30px !important;}
.w-35px {width:35px !important;}
.w-40px {width:40px !important;}
.w-45px {width:45px !important;}
.w-50px {width:50px !important;}
.w-55px {width:55px !important;}
.w-60px {width:60px !important;}
.w-65px {width:65px !important;}
.w-70px {width:70px !important;}
.w-75px {width:75px !important;}
.w-80px {width:80px !important;}
.w-85px {width:85px !important;}
.w-90px {width:90px !important;}
.w-95px {width:95px !important;}
.w-100px {width:100px !important;}
.w-110px {width:110px !important;}
.w-120px {width:120px !important;}
.w-130px {width:130px !important;}
.w-140px {width:140px !important;}
.w-150px {width:150px !important;}
.w-160px {width:160px !important;}
.w-170px {width:170px !important;}
.w-180px {width:180px !important;}
.w-190px {width:190px !important;}
.w-200px {width:200px !important;}
.w-210px {width:210px !important;}
.w-220px {width:220px !important;}
.w-230px {width:230px !important;}
.w-240px {width:240px !important;}
.w-250px {width:250px !important;}
.w-260px {width:260px !important;}
.w-270px {width:270px !important;}
.w-280px {width:280px !important;}
.w-290px {width:290px !important;}
.w-300px {width:300px !important;}
.w-360px {width:360px !important;}
.w-400px {width:400px !important;}
.w-500px {width:500px !important;}
.w-600px {width:600px !important;}

.flex-w90px {flex:0 0 90px; }
.flex-w100px {flex:0 0 100px;}
.flex-w110px {flex:0 0 110px; }
.flex-w120px {flex:0 0 120px; }
.flex-w130px {flex:0 0 130px; }
.flex-w140px {flex:0 0 140px; }
.flex-w150px {flex:0 0 150px; }
.flex-w200px {flex:0 0 200px; }
.flex-w250px {flex:0 0 250px; }

.d-xxl-none {display: none !important;}

.font-weight-100 {font-weight:100 !important;}
.font-weight-200 {font-weight:200 !important;}
.font-weight-300 {font-weight:300 !important;}
.font-weight-400 {font-weight:400 !important;}
.font-weight-500 {font-weight:500 !important;}
.font-weight-600 {font-weight:600 !important;}
.font-weight-700 {font-weight:700 !important;}
.font-weight-800 {font-weight:800 !important;}
.font-weight-900 {font-weight:900 !important;}

.bg-dark-dim {background: #222 !important;}
.bg-blue-light {background: #ecf0f7 !important;}
.bg-yellow-light {background: #fffde8 !important;}
.bg-yellow-red {background: #ffeded !important;}
.bg-white-transparency {background: rgb(255 255 255 / 20%) !important;}

.text-gray-dim {color: #999 !important;}
.text-dark-dim {color: #5c5c5c !important;}
.text-gray-light {color: #ccc !important;}
.text-blue-lihgt {color: #7387ad !important;}
.text-warning-light {color: #fff16c !important;}
.text-success-light {color: #73ada1 !important;}
.text-dnager-lihgt {color: #ff2727 !important;}

.border-dim {border: 1px solid #333 !important;}
.border-light {border: 1px solid #e9e9e9 !important;}
.border-top-dim {border-top: 1px solid #333 !important;}
.border-top-light {border-top: 1px solid #e9e9e9 !important;}
.border-bottom-dim {border-bottom: 1px solid #333 !important;}
.border-bottom-light {border-bottom: 1px solid #e9e9e9 !important;}
.border-right-dim {border-right: 1px solid #333 !important;}
.border-right-light {border-right: 1px solid #e9e9e9 !important;}
.border-left-dim {border-left: 1px solid #333 !important;}
.border-left-light {border-left: 1px solid #e9e9e9 !important;}

.border-2 {border: 2px solid !important;}
.border-3 {border: 2px solid !important;}
.border-4 {border: 2px solid !important;}
.border-5 {border: 2px solid !important;}
.border-6 {border: 2px solid !important;}

.trasnform-scale-sm {transform: scale(0.5);}
.trasnform-scale-md {transform: scale(1);}
.trasnform-scale-lg {transform: scale(1.5);}

.p-7 {padding: 7px !important;}
.p-8 {padding: 8px !important;}
.p-9 {padding: 9px !important;}
.p-10 {padding: 10px !important;}
.p-11 {padding: 11px !important;}
.p-12 {padding: 12px !important;}
.p-13 {padding: 13px !important;}
.p-14 {padding: 14px !important;}
.p-15 {padding: 15px !important;}
.p-16 {padding: 16px !important;}
.p-17 {padding: 17px !important;}
.p-18 {padding: 18px !important;}
.p-19 {padding: 19px !important;}
.p-20 {padding: 20px !important;}

.z-index-low {z-index: 9;}
.z-index-normal {z-index: 99;}
.z-index-high {z-index: 999;}

.mt-1px{margin-top:1px !important;}
.mb-1px{margin-bottom:1px !important;}

/* Small devices (landscape phones, 120px and up)*/
@media (min-width: 120px) {
    .w-xs-100 {width: 100% !important;}
	.w-xs-95 {width: 95% !important;}
	.w-xs-90 {width: 90% !important;}
	.w-xs-85 {width: 85% !important;}
	.w-xs-80 {width: 80% !important;}
    .w-xs-75 {width: 75% !important;}
    .w-xs-70 {width: 70% !important;}
	.w-xs-65 {width: 65% !important;}
	.w-xs-60 {width: 60% !important;}
	.w-xs-55 {width: 55% !important;}
	.w-xs-50 {width: 50% !important;}
	.w-xs-45 {width: 45% !important;}
	.w-xs-40 {width: 40% !important;}
	.w-xs-35 {width: 35% !important;}
	.w-xs-30 {width: 30% !important;}
	.w-xs-25 {width: 25% !important;}
	.w-xs-20 {width: 20% !important;}
	.w-xs-15 {width: 15% !important;}
	.w-xs-10 {width: 10% !important;}

    .h-xs-100 {height: 100% !important;}
	.h-xs-95 {height: 95% !important;}
	.h-xs-90 {height: 90% !important;}
	.h-xs-85 {height: 85% !important;}
	.h-xs-80 {height: 80% !important;}
    .h-xs-75 {height: 75% !important;}
    .h-xs-70 {height: 70% !important;}
	.h-xs-65 {height: 65% !important;}
	.h-xs-60 {height: 60% !important;}
	.h-xs-55 {height: 55% !important;}
	.h-xs-50 {height: 50% !important;}
	.h-xs-45 {height: 45% !important;}
	.h-xs-40 {height: 40% !important;}
	.h-xs-35 {height: 35% !important;}
	.h-xs-30 {height: 30% !important;}
	.h-xs-25 {height: 25% !important;}
	.h-xs-20 {height: 20% !important;}
	.h-xs-15 {height: 15% !important;}
	.h-xs-10 {height: 10% !important;}

	.border-xs-top {border-top: 1px solid #dee2e6 !important;}
	.border-xs-bottom {border-bottom: 1px solid #dee2e6 !important;}
	.border-xs-right {border-right: 1px solid #dee2e6 !important;}
	.border-xs-left {border-left: 1px solid #dee2e6 !important;}

	.gap-5 {gap:5px !important;}
	.gap-10 {gap:10px !important;}
	.gap-20 {gap:20px !important;}
	.gap-30 {gap:30px !important;}
	.gap-40 {gap:40px !important;}
	.gap-50 {gap:50px !important;}
	.gap-60 {gap:60px !important;}
	.gap-70 {gap:70px !important;}
	.gap-80 {gap:80px !important;}
	.gap-90 {gap:90px !important;}
	.gap-100 {gap:100px !important;}

	.d-grid {display: grid !important;}
}

@media (min-width: 576px) {
    .w-sm-100 {width: 100% !important;}
	.w-sm-95 {width: 95% !important;}
	.w-sm-90 {width: 90% !important;}
	.w-sm-85 {width: 85% !important;}
	.w-sm-80 {width: 80% !important;}
    .w-sm-75 {width: 75% !important;}
    .w-sm-70 {width: 70% !important;}
	.w-sm-65 {width: 65% !important;}
	.w-sm-60 {width: 60% !important;}
	.w-sm-55 {width: 55% !important;}
	.w-sm-50 {width: 50% !important;}
	.w-sm-45 {width: 45% !important;}
	.w-sm-40 {width: 40% !important;}
	.w-sm-35 {width: 35% !important;}
	.w-sm-30 {width: 30% !important;}
	.w-sm-25 {width: 25% !important;}
	.w-sm-20 {width: 20% !important;}
	.w-sm-15 {width: 15% !important;}
	.w-sm-10 {width: 10% !important;}

    .h-sm-100 {height: 100% !important;}
	.h-sm-95 {height: 95% !important;}
	.h-sm-90 {height: 90% !important;}
	.h-sm-85 {height: 85% !important;}
	.h-sm-80 {height: 80% !important;}
    .h-sm-75 {height: 75% !important;}
    .h-sm-70 {height: 70% !important;}
	.h-sm-65 {height: 65% !important;}
	.h-sm-60 {height: 60% !important;}
	.h-sm-55 {height: 55% !important;}
	.h-sm-50 {height: 50% !important;}
	.h-sm-45 {height: 45% !important;}
	.h-sm-40 {height: 40% !important;}
	.h-sm-35 {height: 35% !important;}
	.h-sm-30 {height: 30% !important;}
	.h-sm-25 {height: 25% !important;}
	.h-sm-20 {height: 20% !important;}
	.h-sm-15 {height: 15% !important;}
	.h-sm-10 {height: 10% !important;}

	.gap-sm-10 {gap:10px !important;}
	.gap-sm-20 {gap:20px !important;}
	.gap-sm-30 {gap:30px !important;}
	.gap-sm-40 {gap:40px !important;}
	.gap-sm-50 {gap:50px !important;}
	.gap-sm-60 {gap:60px !important;}
	.gap-sm-70 {gap:70px !important;}
	.gap-sm-80 {gap:80px !important;}
	.gap-sm-90 {gap:90px !important;}
	.gap-sm-100 {gap:100px !important;}

	.d-sm-grid {display: grid !important;}

}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {width: 100% !important;}
	.w-md-95 {width: 95% !important;}
	.w-md-90 {width: 90% !important;}
	.w-md-85 {width: 85% !important;}
	.w-md-80 {width: 80% !important;}
    .w-md-75 {width: 75% !important;}
    .w-md-70 {width: 70% !important;}
	.w-md-65 {width: 65% !important;}
	.w-md-60 {width: 60% !important;}
	.w-md-55 {width: 55% !important;}
	.w-md-50 {width: 50% !important;}
	.w-md-45 {width: 45% !important;}
	.w-md-40 {width: 40% !important;}
	.w-md-35 {width: 35% !important;}
	.w-md-30 {width: 30% !important;}
	.w-md-25 {width: 25% !important;}
	.w-md-20 {width: 20% !important;}
	.w-md-15 {width: 15% !important;}
	.w-md-10 {width: 10% !important;}

    .h-md-100 {height: 100% !important;}
	.h-md-95 {height: 95% !important;}
	.h-md-90 {height: 90% !important;}
	.h-md-85 {height: 85% !important;}
	.h-md-80 {height: 80% !important;}
    .h-md-75 {height: 75% !important;}
    .h-md-70 {height: 70% !important;}
	.h-md-65 {height: 65% !important;}
	.h-md-60 {height: 60% !important;}
	.h-md-55 {height: 55% !important;}
	.h-md-50 {height: 50% !important;}
	.h-md-45 {height: 45% !important;}
	.h-md-40 {height: 40% !important;}
	.h-md-35 {height: 35% !important;}
	.h-md-30 {height: 30% !important;}
	.h-md-25 {height: 25% !important;}
	.h-md-20 {height: 20% !important;}
	.h-md-15 {height: 15% !important;}
	.h-md-10 {height: 10% !important;}

	.gap-md-10 {gap:10px !important;}
	.gap-md-20 {gap:20px !important;}
	.gap-md-30 {gap:30px !important;}
	.gap-md-40 {gap:40px !important;}
	.gap-md-50 {gap:50px !important;}
	.gap-md-60 {gap:60px !important;}
	.gap-md-70 {gap:70px !important;}
	.gap-md-80 {gap:80px !important;}
	.gap-md-90 {gap:90px !important;}
	.gap-md-100 {gap:100px !important;}

	.d-md-grid {display: grid !important;}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {width: 100% !important;}
	.w-lg-95 {width: 95% !important;}
	.w-lg-90 {width: 90% !important;}
	.w-lg-85 {width: 85% !important;}
	.w-lg-80 {width: 80% !important;}
    .w-lg-75 {width: 75% !important;}
    .w-lg-70 {width: 70% !important;}
	.w-lg-65 {width: 65% !important;}
	.w-lg-60 {width: 60% !important;}
	.w-lg-55 {width: 55% !important;}
	.w-lg-50 {width: 50% !important;}
	.w-lg-45 {width: 45% !important;}
	.w-lg-40 {width: 40% !important;}
	.w-lg-35 {width: 35% !important;}
	.w-lg-30 {width: 30% !important;}
	.w-lg-25 {width: 25% !important;}
	.w-lg-20 {width: 20% !important;}
	.w-lg-15 {width: 15% !important;}
	.w-lg-10 {width: 10% !important;}

    .h-lg-100 {height: 100% !important;}
	.h-lg-95 {height: 95% !important;}
	.h-lg-90 {height: 90% !important;}
	.h-lg-85 {height: 85% !important;}
	.h-lg-80 {height: 80% !important;}
    .h-lg-75 {height: 75% !important;}
    .h-lg-70 {height: 70% !important;}
	.h-lg-65 {height: 65% !important;}
	.h-lg-60 {height: 60% !important;}
	.h-lg-55 {height: 55% !important;}
	.h-lg-50 {height: 50% !important;}
	.h-lg-45 {height: 45% !important;}
	.h-lg-40 {height: 40% !important;}
	.h-lg-35 {height: 35% !important;}
	.h-lg-30 {height: 30% !important;}
	.h-lg-25 {height: 25% !important;}
	.h-lg-20 {height: 20% !important;}
	.h-lg-15 {height: 15% !important;}
	.h-lg-10 {height: 10% !important;}

	.gap-lg-10 {gap:10px !important;}
	.gap-lg-20 {gap:20px !important;}
	.gap-lg-30 {gap:30px !important;}
	.gap-lg-40 {gap:40px !important;}
	.gap-lg-50 {gap:50px !important;}
	.gap-lg-60 {gap:60px !important;}
	.gap-lg-70 {gap:70px !important;}
	.gap-lg-80 {gap:80px !important;}
	.gap-lg-90 {gap:90px !important;}
	.gap-lg-100 {gap:100px !important;}

	.d-lg-grid {display: grid !important;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {width: 100% !important;}
	.w-xl-95 {width: 95% !important;}
	.w-xl-90 {width: 90% !important;}
	.w-xl-85 {width: 85% !important;}
	.w-xl-80 {width: 80% !important;}
    .w-xl-75 {width: 75% !important;}
    .w-xl-70 {width: 70% !important;}
	.w-xl-65 {width: 65% !important;}
	.w-xl-60 {width: 60% !important;}
	.w-xl-55 {width: 55% !important;}
	.w-xl-50 {width: 50% !important;}
	.w-xl-45 {width: 45% !important;}
	.w-xl-40 {width: 40% !important;}
	.w-xl-35 {width: 35% !important;}
	.w-xl-30 {width: 30% !important;}
	.w-xl-25 {width: 25% !important;}
	.w-xl-20 {width: 20% !important;}
	.w-xl-15 {width: 15% !important;}
	.w-xl-10 {width: 10% !important;}

    .h-xl-100 {height: 100% !important;}
	.h-xl-95 {height: 95% !important;}
	.h-xl-90 {height: 90% !important;}
	.h-xl-85 {height: 85% !important;}
	.h-xl-80 {height: 80% !important;}
    .h-xl-75 {height: 75% !important;}
    .h-xl-70 {height: 70% !important;}
	.h-xl-65 {height: 65% !important;}
	.h-xl-60 {height: 60% !important;}
	.h-xl-55 {height: 55% !important;}
	.h-xl-50 {height: 50% !important;}
	.h-xl-45 {height: 45% !important;}
	.h-xl-40 {height: 40% !important;}
	.h-xl-35 {height: 35% !important;}
	.h-xl-30 {height: 30% !important;}
	.h-xl-25 {height: 25% !important;}
	.h-xl-20 {height: 20% !important;}
	.h-xl-15 {height: 15% !important;}
	.h-xl-10 {height: 10% !important;}

	.gap-xl-1 {gap:10px !important;}
	.gap-xl-20 {gap:20px !important;}
	.gap-xl-30 {gap:30px !important;}
	.gap-xl-40 {gap:40px !important;}
	.gap-xl-50 {gap:50px !important;}
	.gap-xl-60 {gap:60px !important;}
	.gap-xl-70 {gap:70px !important;}
	.gap-xl-80 {gap:80px !important;}
	.gap-xl-90 {gap:90px !important;}
	.gap-xl-100 {gap:100px !important;}

	.d-xl-grid {display: grid !important;}
}

@media (min-width: 1426px) {
	.d-xxl-inline-block {display: inline-block !important;}
	.d-xxl-grid {display: grid !important;}
}