
:root {
  /*----primary-color: #212121;
  --secondary-color:#104cba;
  --border-color: #E5E5E5;
   --foreground-sub-color: #969697;
     --body-background-color: #fff;
  --bg-offwhite-color: #fdfdfd;
  --b_grey2:#b8c8dc;
  --light-grey #f3f6fb;
  --color-1: #ff0071;

 */


 --primary-blue:#004dda;
 --secondary-blue:#0163d2;
 --primary-color:#202026;

 --point-blue:#172bff;
--foreground-sub-color: #969697;
  --border-color: #dddddd;
   --border-color-1: #ededed;
  --border-color-2: #ddd;
 --borderdark-color:#cfcfd0;

  --bg-light-dark-color: #1a1818;
 --grey-sub-color: #f8f8f8 ;
  --light_blue: #598bfd;

  --bg-black-color: #000000;
  --text-white: #fff;
  --bg-whiite: #fff;
  --heading-color: #888;
  --b_grey:#99b2cc;
  --thm-black2:#666666;
  --thm-black3:#444444;
  --thm-grey:#d6d6d6;

  --color-1: #ff0071;
  --color-2: #ff001d;
  --color-3: #5db408;
  --color-4: #00a4e4;


  --primary-red:#ED1D24;
  --grey:#e2eaf3;

  --pink: #ff3c85;
  --green3: #5db408;
  --purple :#9933cc;
  --blue:#3578fa;
  --yel : #cabc25;
  --yel2 :#f2c91f;
  --green: #32a067;
  --red: #e54750;
  --red-2: #fc3333;
  --green2: #3dbf8c;
  --sblue: #06f4e6;
  --sky:#8db6d2;


  --open-sans-fonts: "Open Sans", sans-serif;
  --rubik-fonts: "Rubik", sans-serif;
  --inter-fonts: "Inter", sans-serif;
   --noto-fonts:'Noto Sans KR',"Noto Sans Korean", sans-serif;

  --body-font-size: 1.5rem;
  --body-font-weight: 400;
  --mid-font-weight: 500;
  --body-line-height: 2.8rem;
  --headings-weight: 700;
  --transition: all 0.3s ease 0s;
  --container-fluid-offset: 12rem;
/* Border radius */
  --border-radius-none: 0;
  --border-radius-small: 3px;
  --border-radius-medium: 5px;
  --border-radius-large: 10px;
  --border-radius-circle: 50%;
  --transition: all 0.3s ease 0s;

}


/* ==========================================================================
  폰트
========================================================================== */

/* Menu */
.main-menu {
   font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #555;  font-size:16px;
  font-size:1rem;letter-spacing:-0.04em;
}
 /*1차메뉴간 간젹 */
  .main-menu > ul > li span > a { padding: 0 20px; font-weight: 500;
 
  }

.main-menu > ul > li:hover > a {
  color: #e63737;
}

  /* 활성화 시 컬러 추가*/
.main-menu > ul > li.active a {
  color: #e63737;
}
@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(../fonts/eot/NotoSansKR-Regular-Hestia.eot),
    url(../fonts/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(../fonts/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}


@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(../fonts/eot/NotoSansKR-Medium-Hestia.eot),
    url(../fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(../fonts/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}





/*-------- 1.1 Typography --------*/
/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
    /**/
 font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #333;font-weight: 500;letter-spacing:-0.02em;
  
 /*font-size:16px;
  font-size: 1rem;
  font-weight: 400;
	*font-size: 16px;
	line-height: 26px;
	color: #21282e;
	
	font-size:14px;
  font-size: 0.875rem;
	
	
	---*/
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: 600;
}

label {
  font-weight: 500;
  margin-bottom: 3px;
}

hr {
  margin: 30px 0 30px 0;
  border-color: #ddd;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*General links color*/
a {
  color:#181819;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
a:hover, a:focus {
  color:  #fc3333;
  text-decoration: none;
  outline: none;
}

.order-last{-ms-flex-order:-1;order:-1}/*pc에서는 좌측*/
@media (max-width: 767px) {
.order-last{-ms-flex-order:13;order:13}/*모바일에서는 우측*/
}

/*---------------------------------------------------------------
3. 셀렉트기본purchase

---------------------------------------------------------------*/
select {  font-size: 14px;
  font-size: 0.875rem; color: #121212; font-weight:500;vertical-align:middle; padding: 5px; border: 1px solid var(--border-color); height:50px;line-height: 32px;  padding-left: 10px;width:100%; min-width: 120px;  cursor: pointer; }
select:focus{ background-color: #ffffff; font-style: normal;   outline: none; 
-webkit-box-shadow: none;  -moz-box-shadow: none;  box-shadow: none; border-color: 1px solid var(--green2);  outline: 0;  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.05);}

input[type="checkbox"] {width: 1.25rem; height:1.25rem; height:40px;accent-color:#d95a6f;vertical-align:middle;   }/*크기 조정  컬러조정*/
input[type="radio"] { width: 1.25rem; height:1.25rem; accent-color:#d95a6f;vertical-align:middle; }
/*체크박스 크기 및 컬러*/

/*엑센트 컬러를 루트에 등록해서 사용도 가능*/



input { background:#fff;; color: #121212; vertical-align:bottom; border:1px solid var(--borderdark-color); height: 42px;   }
.space_btn2 {margin-left:10px;}
.space_btn {margin-right: -1px; margin-top: -1px;margin-left:10px;}


input[type='submit'] {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight:500;
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  padding: 10px 20px;
  
  cursor: pointer;
  outline: none;
  width: 100%;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;

  margin-right: -1px; margin-top: -1px;
}


input[type='submit']:hover {
 background-color:  var(--bg-whiite);
  color: var(--border-color);
}

.container {
  max-width: 1240px;
}

.container-s {
  max-width: 900px;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }

.container-s {
  max-width: 100%;
}

}

.small-gutters {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.small-gutters > [class*="col-"] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

/* 메인 및 서브 오버 bg 배경색들 */

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #0163d2 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #111 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #bb9225 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #bb9225 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


.default-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.md-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}


.sm-padding {
  padding-top: 30px;
  padding-bottom: 50px;
}

/* Responsive */
@media (max-width: 767px){	
.sm-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.md-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}


}


/* 패딩*/

.main-padding {
  padding-top:240px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
.main-padding {
    padding-top:100px;
    padding-bottom: 0px;
  }
}






/* Section padding */
.section--padding {
  padding-top:30px;
  padding-bottom: 30px;
margin-top:30px;
margin-bottom:30px;

}

.section--bigpadding {
  padding-top:40px;
  padding-bottom: 40px;
  margin-top:30px;
margin-bottom:30px;

}



/* Section padding2 */
 .small--padding  {
  padding-top:10px;
  padding-bottom: 10px;

}



/* Section padding */
.section--main {
  padding-top:30px;
  padding-bottom: 30px;
}

/* Section padding */
.section--sub {
  padding-top:30px;
  padding-bottom: 40px;
}


/* Section padding2 */
 .news--padding  {
  padding-top:10px;
  padding-bottom:60px;
}


@media (max-width: 767px) {
.section--main {
  padding-top:30px;
  padding-bottom: 30px;
}

.section--sub {
  padding-top:10px;
  padding-bottom: 70px;
}
.section--bigpadding {
  padding-top:20px;
  padding-bottom: 20px;
margin-top:20px;
margin-bottom:20px;

}

.section--padding {
    padding-top:10px;
    padding-bottom:10px;
  }
 .banner--padding  {
    padding-top:5px;
    padding-bottom:5px;
  }

 .news--padding  {
  padding-top:10px;
  padding-bottom: 20px;
}

}




/*-------- 3.3 Spacing --------*/

.pad10 {  padding: 10px;}
.pad20 {  padding: 20px;}
.pad200 {  padding: 30px 60px;}

@media (max-width: 767px) {
.pad10 {padding: 0px;}
.pad20 {padding: 10px;}
.pad200 { padding: 0px;}

}



.main_title5 {
  position: relative;
  margin-bottom: 25px;
  position: relative;
}
.main_title5 span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
}
.main_title5 span em {
  width: 60px;
  height: 2px;
  background-color: #887043;
  display: block;
}
@media (max-width: 767px) {
  .main_title5 {
    margin-bottom: 10px;
  }
}
.main_title5 h2 {
  font-size: 32px;
  font-size: 2rem;
  max-width: 600px;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .main_title5 h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.main_title5 p {
  max-width: 600px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
.main_title5 a {
  position: absolute;
  right: 65px;
  bottom: 0;
  font-weight: 500;
}
@media (max-width: 991px) {
  .main_title5 a {
    display: none;
  }
}
.main_title5.center {
  text-align: center;
}
.main_title5.center span {
  margin: auto;
}
.main_title5.center span em {
  margin: auto;
}
.main_title5.center h2 {
  max-width: inherit;
  font-size: 34px;
  font-size: 2.125rem;
}
@media (max-width: 767px) {
  .main_title5.center h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.main_title5.center p {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  max-width: inherit;
}
.main_title5.version_2 a {
  right: 0;
}
@media (max-width: 767px) {
  .main_title5.version_2 a {
    display: none;
  }
}



/*추가스페이싱*/

.minus_top_20 {
  margin-top: -22px;
}



.clean-30 {
   margin-top:30px; margin-bottom: 20px;
}

/* Opacity mask ove images ex.banner in home */
.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

/* Sizes */
.text-xs { font-size: 12px; }
.text-sm { font-size: 12px; }
.text-md { font-size: 16px; }
.text-lg { font-size: 20px; }
.text-xl { font-size: 24px;  }


.mt-0 { margin-top: 0px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-55 { margin-top: 55px !important; }
.mt-60 { margin-top: 60px !important; }
.mt2-60 { margin-top:-60px !important; }
.mt-65 { margin-top: 65px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-75 { margin-top: 75px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-85 { margin-top: 85px !important; }
.mt-90 { margin-top: 90px !important; }
/* Margin Right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

@media (max-width: 767px) {
.mt-20 { margin-top: 10px !important; }
}



.rounded {
	border-radius: 5px !important;
}
.border-all {
	border: 1px solid #DADADA !important;
}
/*=== >크기 ===*/
.btn.btn-xs {
	font-size: 11.2px;
	font-size: 0.7rem;
	padding: 3.2px 8px;
	padding: 0.2rem 0.5rem;
}

.btn.btn-sm {
	font-size: 12.8px;
	font-size: 0.8rem;
	padding: 4.8px 10.4px;
	padding: 0.3rem 0.65rem;
}

.btn.btn-lg {
	font-size: 16px;
	font-size: 1rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}





.btn-border-light {
  border: 2px solid #ffffff;
}


.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}
.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn-gray.border {
  background-color: transparent;
  color: #666666;
  border: 1px solid #dddddd;
}

.btn-gray.border:hover {
  background-color: #004dda;
  color: #ffffff !important;
  border: 1px solid #004dda;
}


.btn-light.border {
  background-color: #ffffff;
  color: #666666;
  border: 2px solid #232323;
}

.btn-light.border:hover {
  background-color: #004dda;
  color: #ffffff !important;
  border:2px solid #004dda;
}





.bg-dark {
  background: #111d30 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #004dda;
  color: #ffffff !important;
  border: 2px solid #004dda;
}

.btn-theme:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn-theme.border {
  background-color: transparent;
  color: #004dda !important;
  border: 2px solid #004dda;
}

.btn-theme.border:hover {
  background-color: #004dda;
  color: #ffffff !important;
  border: 2px solid #004dda;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #2f6205 none repeat scroll 0 0;
  border: 2px solid #004dda;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-fixed2 {
  background-attachment: fixed;
  background-position: center left;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}


.border {
	
	border-color: #CCC;
}

/* Outline */
.btn-outline {
	border-width: 2px;
	padding: 7.728px 14.928px;
	padding: 0.483rem 0.933rem;
}

.btn-outline.btn-xs {
	padding: 2.4px 8px;
	padding: 0.15rem 0.5rem;
}

.btn-outline.btn-sm {
	padding: 4px 10.4px;
	padding: 0.25rem 0.65rem;
}

.btn-outline.btn-lg {
	padding: 7.2px 16px;
	padding: 0.45rem 1rem;
}

.btn-outline.btn-xl {
	padding: 12px 32px;
	padding: 0.75rem 2rem;
}

.btn-outline.btn-outline-thin {
	border-width: 1px;
}

/* Modern */
.btn-modern {
	text-transform: uppercase;
	font-size: .8em;
	padding: 12.8px 24px;
	padding: 0.8rem 1.5rem;
	font-weight: 600;
}



/* Rounded */
.btn-rounded {
	border-radius: 35px;
}


a.btn_sub.outline,
.btn_sub.outline {
  border: 2px solid #004dda;
  color: #004dda;
  padding: 11px 40px;
  background: none;
}
a.btn_sub.outline:hover,
.btn_sub.outline:hover {
  background: #004dda;
  color: #fff;
  border-color: #0054a6;
}
a.btn_sub.outline:focus,
.btn_sub.outline:focus {
  outline: none;
}

@media (max-width: 767px) {
 a.btn_sub.outline,.btn_sub.outline {  padding:8px 18px;}

}





/*=== >background color ===*/
.btn-wrap         { width: 100%; float: left; margin: 15px 0px;}
.btn-wrap a       { display: block; float: right;  margin-left: 5px; color: #FFF; text-align: center; font-weight: bold;}
.btn-positive     { background-color: #e74c3c; }
.btn-sky        { background-color: #28a7e1; }  
.btn-blue        { background-color: #1982c4; }   
.btn-red          { background-color: #ec5d4f; } 
.btn-gray         { background-color: #707070; } 
.btn-lgray        { background-color: #e9e9e9; color: #777 !important;} 

.bg-transparent { background-color: transparent;}
.bg-light_blue  {background-color:#b8c8dc ;}
.bg-primary {background-color:#e2eaf3;}
.bg-primary_blue{background-color:#004dda;}

.bg-white { background-color: #FFF;}
.bg-black {    background-color: #000;}
.bg-dark2 {    background-color: #15141b;}
.bg-black-light {    background-color: #1C1C1C;}
.bg-gray {    background-color: #F7F9FB;}
.bg-gray2 {    background-color: #f3f6fb;}

.bg-gray3 { background: #E7EDF8;}

.bg-gray-dark {    background-color: #edecff;}
.bg-red {    background-color: #FF4045;}
.bg-green {    background-color: #34bfa3;}
.bg-green2 {    background-color: #03c75a;}
.bg-lightgreen {    background-color: #f4fdf7;}

.bg-yellow {    background-color: #ffb822;}
.bg-yellow-light {    background-color: #feca39;}
.bg-pink {    background-color: #ff3c85;}
.bg-sky {    background-color: #00c5dc;}
.bg-orange {    background-color: #ef9800;}

.bg-blue { background-color: #0163d2; }
.bg-24blue { background-color: #1982c4; }
.bg-24red{ background-color: #ff595d; }
.sky-gradient { background: -webkit-linear-gradient(left,#1bb9f7, #00c5dc);}

.naver-gradient { background: -webkit-linear-gradient(left,#4740da, #4740da);}
.blue-gradient { background: -webkit-linear-gradient(left,#00a4e4, #5db408);}
.red-gradient { background: -webkit-linear-gradient(left,#FF4045, #ff3c85); }
.green-gradient { background: -webkit-linear-gradient(left,#22b14c, #34bfa3); }
.green2-gradient { background: -webkit-linear-gradient(right,#22b14c, #34bfa3); }
.green3-gradient { background: -webkit-linear-gradient(right,#22b14c, #10b85f); }
.pink-gradient { background: -webkit-linear-gradient(left,#fd336f, #fd6c40); }


.bg_gra {
 background: linear-gradient(to right,red,blue);

}
.bg_gra2 {
 background: linear-gradient(#e70914 0%, #ed5526 100%);

}
.bg-gray {
  background-color: #f9f9f9;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #bb9225;
}


/* Colors */
.text-primary { color: #0f4fb9; }

.text-blue { color:#0051a1; }
.text-red { color: #e83231; }
.text-red2 { color: #e54750; }
.text-info { color: #2786c9; }
.text-sky { color: #05c0fd; }
.text-green { color: #129154; }

.text-yel { color: #b36d22; }
.text-yel2 { color: #edae05; }
.text-warning { color: #f19354; }
.text-danger { color: #e74c3c; }
.text-success { color: #8ac04b; }
.text-dark { color: #1f1f1f; }
.text-light { color: #fff; }
.text-grey { color: #9ca2ab; }
.text-grey2 { color: #7a8391; }
.text-pink { color: #ff3c85; }
.text-orange { color: #fc5604; }




/* ==========================================================================
   반응형
========================================================================== */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}



@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}


@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

