/*
 * 1. Google Font
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

html {
  font-family: 'Roboto', 'Nanum Gothic', sans-serif;
  font-size: 16px;
}

body {
  color: #4e4e4e;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  margin: 50px auto;
  background: #fff;
  box-shadow: 0px 25px 30px -20px rgba(0, 0, 0, 0.2);
}

.filter {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: solid 1px #e3e3e3;
  text-align: center;
  font-size: 12px;
}

.filter a {
  margin-right: 10px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}

.filter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}

a {color: #000;}
a:focus {outline: none;}
h1,h2,h3,h4,h5,h6 {font-weight: 700;}
p {margin: 0 0 10px;}
/* 230421 mICHs */
ul li {font-weight: 700; margin-top: 10px; margin-bottom: 10px;}

.topic-areas li {
  list-style-type: none;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
}

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}
.social-block {
  list-style-type: none;
  padding: 0;
}
.social-block li {display: inline-block;}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}
.social-block li a i {font-size: 2em;}
.social-block li a:hover, .social-block li a:focus {color: #000;}
.btn.active.focus,
.btn.focus,
.btn:focus {outline: none;}
.btn {
  border: 0px;
  /* border: 1px solid transparent; */
  border-color: #d84765;
  border-radius: 20px;
  padding: 6px 20px;
  background-image: none;
  /* text-transform: uppercase; */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}
.btn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

/*
.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}
*/

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section {
  padding: 30px 0;
}
.section-title {
  color: #313131;
  letter-spacing: 1px;
  margin: 0 0 25px;
  text-transform: uppercase;
  text-align: center;
}
/*
.section-title::before {
  display:block;
  position: absolute;
  background-color: black;
  width: 3px;
  height: 18px;
  left: 3px;
  top: 3px;
  content: "";
}
*/
.section-title:hover::after {
  content: " #";
  color: #368cfb;
  transition: 1s ease;
}
.section-subtitle {color: #313131; letter-spacing: 1px; margin: 0 0 20px; text-transform: none; text-align: center;}


.section-keynote {
  color: #313131;
  letter-spacing: 0px;
  margin: 10px 0 15px;
  text-transform: none;
  text-align: center;
}
/*
 * 3.1 Helper Class: font-weight
 */
.font-300 {font-weight: 300;}
.font-400 {font-weight: 400;}
.font-700 {font-weight: 700;}

/*
 * 3.2 Helper Class: margin
 */
.mt0 {margin-top: 0;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mb0 {margin-bottom: 0;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mu {text-transform: uppercase;}

/*
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {content: "\f3d3";}

/*
 * 3.4 Helper Class: button
 */
.btn-white {color: #000; background-color: #fff; margin-top: 50px;}
.btn-white:hover, .btn-white:focus {color: #000; background-color: #fff;}
.btn-black {color: #fff; background-color: #000;}
.btn-black:hover, .btn-black:focus {color: #fff; background-color: #000;}
.btn-black-inline {color: #fff; background-color: #000; display: inline-block; margin-bottom:20px;}
.btn-black-inline:hover, .btn-black-inline:focus {color: #fff; background-color: #000; display: inline-block; margin-bottom:20px;}
.btn-blue {color: #fff; background-color: #326ada; margin: 10px 10px 0px 10px;}
.btn-blue:hover, .btn-black:focus {color: #fff; background-color: #326ada;}
.btn-blue-inline {color: #fff; background-color: #326ada; display: inline-block; margin-bottom:20px;}
.btn-blue-inline:hover, .btn-blue-inline:focus {color: #fff; background-color: #326ada; display: inline-block; margin-bottom:20px;}
/*
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2, .bg-image-3, .bg-image-4, .bg-image-5 {position: relative;}
.bg-image::before, .bg-image-1::before, .bg-image-2::before, .bg-image-3::before, .bg-image-4::before, .bg-image-5::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-1 {background: url(../images/background/bg_1.webp) no-repeat center center/cover;}
.bg-image-1::before {background-color: rgba(0, 0, 0, 0.7);}
.bg-image-2 {background: url(../images/background/bg_2.webp) no-repeat center bottom/cover;}
.bg-image-2::before {background-color: rgba(0, 0, 0, 0.6);}
.bg-image-3 {background: url(../images/background/bg-3.jpg) no-repeat center bottom/cover;}
.bg-image-3::before {background-color: rgba(0, 0, 0, 0.7);}
.bg-image-4 {background: url(../images/background/bg-4.jpg) no-repeat center bottom/cover;}
.bg-image-4::before {background-color: rgba(0, 0, 0, 0.7);}
.bg-image-5 {background: url(../images/background/bg_5.webp) no-repeat center bottom/cover;}
.bg-image-5::before {background-color: rgba(0, 0, 0, 0.8);}

/*
 * 4.0 Navigation
 */
.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav li {margin: 0;}
.navbar-custom .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav > .active > a {border-color: rgba(255, 255, 255, 0.5);}
.navbar-toggle {border: 0; border-radius: 0; margin-top: 2px;}
.navbar-toggle .icon-bar {background-color: #fff;}
.navbar-solid {
  background-color: #000 !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.site-branding {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}

.site-branding .logo {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.site-branding .logo:focus, .site-branding .logo:hover {text-decoration: none;}

/*
 * 5.0 Site Header
 */
.site-header {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/background/bg_1.webp) no-repeat center center/cover;
  display: table;
}

.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.site-header .intro {
  color: #fff;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
}

  /* .site-header .intro h1 {margin-top: 30px; font-size: 45px; text-transform: uppercase;} */

  .site-header .intro h1 {margin-top: 0px; margin-bottom: 10px; font-size: 45px;}
  .site-header .intro h2 {margin-top: 10px; margin-bottom: 0px; font-size: 28px; font-weight: 400;}
  .site-header .intro h3 {margin-top: 30px; font-size: 25px; font-weight: 10;}
  .site-header .intro h4 {margin-top: 0px; margin-bottom: 30px; font-size: 18px; font-weight: 300;}
  .site-header .intro p {font-size: 20px; margin-bottom: 20px; font-weight: 300;}
  .site-header .intro span a {color: #fff; cursor:pointer;}
  .site-header .intro small {color: #fff;}
  .site-header .intro img {max-width: 95%; width: auto !important; height: auto !important;}

/*
 * 6.1 Section: About
 */

.about {position: relative; width: 100%; background-color:#eeeeee;}

.about_grid_container {
  display: grid;
  gap: 5px 25px;
  text-align: justify;
  grid-template-columns: repeat(auto-fit, minmax(20%, auto));
	grid-template-rows: minmax(10px, auto);
	/*
  grid-auto-rows: minmax(100px, auto);
  */
  grid-auto-flow: dense;
}

.about_grid_item {padding: 0px 15px;}
.about_grid_item:nth-child(1) {grid-column: auto / span 2;}
.about_grid_item:nth-child(2) {grid-column: auto / span 2;}
.about_grid_item:nth-child(3) {grid-column: auto / span 4;}
.about_grid_item:nth-child(4) {grid-column: auto / span 4;}
.about_grid_item h4 {font-size: 18px; text-align: left;}
.about_grid_item h5 {font-size: 16px; text-align: center;}
.about_grid_item p::first-letter {padding-left: 7px;}

/*
.about_grid_item:nth-child(1) {grid-column: 1 / 2;	grid-row: 1 / 2;}
.about_grid_item:nth-child(2) {grid-column: 2 / 3;	grid-row: 1 / 2;}
.about_grid_item:nth-child(3) {grid-column: 1 / 2;	grid-row: 2 / 3; text-align: justify;}
.about_grid_item:nth-child(4) {grid-column: 2 / 3;	grid-row: 2 / 3; text-align: justify;}
*/

/*
 * 6.1 Section: Greetings
 */
.greeting {position: relative; width: 100%;}
.greeting_content p {text-align: justify; font-weight: 400;}
.greeting_content p:nth-child(n + 2)::first-letter {padding-left: 7px;}
.greeting_content h4 {text-align:right;}
.greeting_content img {
  width: 250px;
  float:left;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.sign_position {float: right;}

/*
 * 6.2 Section: Facts
 */
.facts i {color: #fff; font-size: 3em;}
.facts h3 {color: #fff; text-align: center; font-weight: 400;}
.facts h4 {color: #fff; text-align: center; font-weight: 400;}
.facts h5 {color: #fff; text-align: center; font-weight: 200;}
.facts small {color: #fff;}

/*
 * 6.3 Section: Speaker 090318 mich
 .speaker {color: #313131; text-transform: uppercase;}

 */

.speaker {position: relative; width: 100%; color: #313131;}

.speaker-box {text-align: center; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); border-radius: 10px; transition: 1s ease; margin-bottom: 20px; }
.speaker-box img {display: block; width: 100%; height: auto; border: 0px; border-radius: 10px 10px 0 0; opacity: 1; -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: 1s ease;}
.speaker-box img:hover {cursor: pointer; opacity: 1; -webkit-filter: grayscale(0%); filter: grayscale(0%); transition: 1s ease;}
.speaker-box:hover {box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3); transition: 1s ease;}
.speaker-box::after{content: ""; clear: both; display: table;}
/*
.speaker-box h4 {margin: 15px 5px 10px; text-transform: uppercase;}
*/
.speaker-box-text-name {font-size: 20px; font-weight: 600; padding: 15px 5px 5px;}
.speaker-box-text-org {font-size: 16px; font-weight: 400; padding: 5px 5px;}
.speaker-box-text-title {font-size: 17px; font-weight: 600; padding: 5px 40px;}

.speaker-box2 {position: relative; text-align: center; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); border-radius: 10px; transition: 1s ease; margin-bottom: 20px; }
.speaker-box2 img {display: block; width: 100%; height: auto; border: 0px; border-radius: 10px;}
.speaker-box2:hover .speaker-box2-overlay {cursor: pointer; opacity: 1; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3); transition: 1s ease;}
.speaker-box2::after{content: ""; clear: both; display: table;}

.speaker-box2-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
  border-radius: 10px;
}
.speaker-box2-text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.speaker-box2-text2 {
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
*/
/*
 * 6.8 Section: Agenda
 */
.agenda .panel-heading {cursor: pointer;}
.agenda .agenda-toggle.collapsed::before {
  font-family: "Ionicons";
  content: "\f217";
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
  position: absolute;
  left: 15px;
}
.agenda .agenda-toggle::before {
  position: absolute;
  left: 15px;
  font-family: "Ionicons";
  content: "\f208";
}
.agenda .panel-group .panel + .panel {margin-top: 15px;}
.agenda .panel-default > .panel-heading {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}
.agenda .panel-default > .panel-heading a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 35px;
}

.agenda thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #047ed0;
}

.agenda thead td:nth-child(1) {
  width: 110px;
}
.agenda thead td:nth-child(2) {
  width: 345px;
}

.agenda thead td small {
  font-size: 12px;
  font-weight: bold;
  color: #696565;
}

.agenda thead td small-down {
  font-size: 14px;
  color: #ff0000;
  font-weight: lighter;
  font-style: normal;
}

.agenda_date {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0px;
}

/*
 * 6.3.1 Section: committee
 .committee {text-align: center; color: #fff; text-transform: uppercase; margin: 25px 0;}
 */

.committee {position: relative; width: 100%; color: #fff;}
.committee-box {padding: 0px 0px 20px 10px; text-align: left;}
.committee-title {font-size: 16px; font-weight: 300; margin: 10px 0px;}
.committee-job {font-size: 14px; font-weight: 300; margin: 15px 0px 0px 15px;}
.committee-member {font-size: 14px; font-weight: 500; margin: 5px 0px 5px 27px;}
.committee-session {font-size: 12px; font-weight: 300; margin: 15px 0px 0px 15px;}
.committee h5 {font-size: 18px; margin-top: 10px; margin-bottom: 10px; font-weight: 500;}

/*
 * 6.5 Section: Contribution
 */
.contribution {text-align: center; color: #fff;}

/*
 * 6.6 Section: Schedule
 */
.schedule-box {
  position: relative;
  background-color: #383435;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  margin: 25px 0 0;
}
.schedule-box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
}

/*
 * 6.7 Section: registration
 */

.registration {position: relative; width: 100%; background-color:#eeeeee;}
.registration ul li{font-weight: 500;}
.registration strong{color: red}
.registration-btn {margin-top: 20px; text-align: center;}
.registration_ppa_li {
  font-size: 14px;
}

/*
 * 6.7 Section: exhibition
 */

.exhibition {position: relative; width: 100%;}
.exhibition-info {margin: 15px 0px 20px;}
.exhibition-info p {padding: 0px 10px 5px 10px; font-weight: 400;}
.exhibition-info ul li {font-size: 16px; font-weight: 400; margin: 5px 0px 5px;}

.exhibition_grid_container {
  display: grid;
  margin-top: 17PX;
  grid-template-columns: repeat(auto-fit, minmax(180px, 23.6%));
	grid-auto-rows: minmax(100px, auto);
  gap: 20px 15px;
  place-content: start space-around;
  grid-auto-flow: dense;
	/*
  grid-template-columns: repeat(auto-fit, minmax(20%, auto));
  grid-template-rows: minmax(100px, auto);
  grid-template-rows: repeat(3, minmax(100px, auto));
  place-items: center center;
  */
}

.exhibition_grid_item {
  position: relative;
  padding: 0px 5px 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
}
.exhibition_grid_item:hover {box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3); transition: 1s ease;}
.exhibition_grid_item img {width: 100%; height: auto; border: 0px;}
.exhibition_grid_item h5 {color: #999999; margin: 0px 0px 10px 0px;}
.exhibition_grid_item h5:hover {color: #0E76B0;}
.exhibition_grid_item a {text-decoration: none;}
.exhibition hr {border: 0; height: 1px; width: 90%; margin-top:15px; margin-bottom:15px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc);}

/*
 * 6.8 Section: FAQ
 */
.faq .panel-heading {cursor: pointer;}
.faq .faq-toggle.collapsed::before {
  font-family: "Ionicons";
  content: "\f217";
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
  position: absolute;
  left: 15px;
}
.faq .faq-toggle::before {
  position: absolute;
  left: 15px;
  font-family: "Ionicons";
  content: "\f208";
}
.faq .panel-group .panel + .panel {margin-top: 15px;}
.faq .panel-default > .panel-heading {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}
.faq .panel-default > .panel-heading a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 35px;
}

.faq thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #047ed0;
}

.faq thead td small {
  font-size: 12px;
  font-weight: bold;
  color: #696565;
}


.faq thead td small-down {
  font-size: 14px;
  color: #ff0000;
  font-weight: lighter;
  font-style: normal;
}

/*
 * 6.9 Section: photos
 */
.grid {
  list-style-type: none;
  padding: 10px;
  margin: 0 auto;
  /*
  -webkit-perspective: 1000px;
  perspective: 1000px;
  */
}
.grid::after {
  content: '';
  display: block;
  clear: both;
}

/*
.grid-item {
  float: center;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
*/

/* mICH 2019.02.22 */

.grid-item {
  overflow: hidden;
  width: 180px;
  height: 100px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}

.fancybox {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .5s;
}

.grid-item:hover .fancybox {
  transform: scale(1.1);
}

.grid-item:nth-child(1) .fancybox {background-image: url(../images/past-ksc/img-ksc2022-01.webp);}
.grid-item:nth-child(2) .fancybox {background-image: url(../images/past-ksc/img-ksc2022-02.webp);}
.grid-item:nth-child(3) .fancybox {background-image: url(../images/past-ksc/img-ksc2022-03.webp);}
.grid-item:nth-child(4) .fancybox {background-image: url(../images/past-ksc/img-ksc2022-04.webp);}
.grid-item:nth-child(5) .fancybox {background-image: url(../images/past-ksc/img-ksc2022-05.webp);}
.grid-item:nth-child(6) .fancybox {background-image: url(../images/past-ksc/img-ksc2022-06.webp);}
.grid-item:nth-child(7) .fancybox {background-image: url(../images/past-ksc/img-ksc2021-01.webp);}
.grid-item:nth-child(8) .fancybox {background-image: url(../images/past-ksc/img-ksc2021-02.webp);}
.grid-item:nth-child(9) .fancybox {background-image: url(../images/past-ksc/img-ksc2021-03.webp);}
.grid-item:nth-child(10) .fancybox {background-image: url(../images/past-ksc/img-ksc2021-04.webp);}
.grid-item:nth-child(11) .fancybox {background-image: url(../images/past-ksc/img-ksc2021-05.webp);}
.grid-item:nth-child(12) .fancybox {background-image: url(../images/past-ksc/img-ksc2021-06.webp);}
.grid-item:nth-child(13) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-01.webp);}
.grid-item:nth-child(14) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-02.webp);}
.grid-item:nth-child(15) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-03.webp);}
.grid-item:nth-child(16) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-04.webp);}
.grid-item:nth-child(17) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-05.webp);}
.grid-item:nth-child(18) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-06.webp);}
.grid-item:nth-child(19) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-07.webp);}
.grid-item:nth-child(20) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-08.webp);}
.grid-item:nth-child(21) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-09.webp);}
.grid-item:nth-child(22) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-10.webp);}
.grid-item:nth-child(23) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-11.webp);}
.grid-item:nth-child(24) .fancybox {background-image: url(../images/past-ksc/img-ksc2019-12.webp);}
.grid-item:nth-child(25) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-01.webp);}
.grid-item:nth-child(26) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-02.webp);}
.grid-item:nth-child(27) .fancybox {background-image: url(../images/past-ksc/img-ksc2016-01.webp);}
.grid-item:nth-child(28) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-03.webp);}
.grid-item:nth-child(29) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-04.webp);}
.grid-item:nth-child(30) .fancybox {background-image: url(../images/past-ksc/img-ksc2017-01.webp);}
.grid-item:nth-child(31) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-05.webp);}
.grid-item:nth-child(32) .fancybox {background-image: url(../images/past-ksc/img-ksc2016-02.webp);}
.grid-item:nth-child(33) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-06.webp);}
.grid-item:nth-child(34) .fancybox {background-image: url(../images/past-ksc/img-ksc2017-02.webp);}
.grid-item:nth-child(35) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-07.webp);}
.grid-item:nth-child(36) .fancybox {background-image: url(../images/past-ksc/img-ksc2016-03.webp);}
.grid-item:nth-child(37) .fancybox {background-image: url(../images/past-ksc/img-ksc2017-03.webp);}
.grid-item:nth-child(38) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-08.webp);}
.grid-item:nth-child(39) .fancybox {background-image: url(../images/past-ksc/img-ksc2016-04.webp);}
.grid-item:nth-child(40) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-09.webp);}
.grid-item:nth-child(41) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-10.webp);}
.grid-item:nth-child(42) .fancybox {background-image: url(../images/past-ksc/img-ksc2017-04.webp);}
.grid-item:nth-child(43) .fancybox {background-image: url(../images/past-ksc/img-ksc2018-11.webp);}
.grid-item:nth-child(44) .fancybox {background-image: url(../images/past-ksc/img-ksc2016-05.webp);}
.grid-item:nth-child(45) .fancybox {background-image: url(../images/past-ksc/img-ksc2016-06.webp);}
.grid-item:nth-child(46) .fancybox {background-image: url(../images/past-ksc/img-ksc2016-07.webp);}
.grid-item:nth-child(2n) {height: 250px;}
.grid-item:nth-child(3n) {height: 200px;}
.grid-item:nth-child(4n) {height: 150px;}
.grid-item:nth-child(5n-5) {height: 100px;}

/* SECTION: COUNTDOWN, mICH 2019.03.11 */
.time-count {
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 320px) {
  .time-count {font-size: 25px;}
  .site-header .carousel-control.right, .site-header .carousel-control.left {visibility: hidden;}
  .carousel-loader {height: 90px;}
  .about-caption-01 h3 {font-size: 20px;}
  .about-caption-02{visibility: hidden;}
}

@media (min-width: 480px) {
  .time-count {font-size: 35px;}
}


@media (min-width: 768px) {
  .section {padding: 60px 0;}
  .section1 {padding: 30px 0;}
  .section-lh {padding: 15px 0;}
  .section-title {color: #313131; letter-spacing: 1px; margin: 0 0 30px; text-transform: uppercase; text-align: left;}
  .section-bg-title {color: #fff; letter-spacing: 1px; margin: 0 0 20px; text-transform: uppercase; text-align: left;}
  .navbar-custom {background-color: transparent; padding-top: 30px;}
  .site-branding {margin-top: 10px; margin-left: 0;}
  .grid-item-sm-6 {width: 50%;}
  .grid-item-sm-3 {width: 25%;}
  /* .section-title {margin: 0 0 30px;} */
  .section-bg-title {margin: 0 0 30px;}
  figure {margin-bottom: 0;}
  .site-header .carousel-control.right, .site-header .carousel-control.left {visibility: visible;}
  .carousel-loader {height: 560px;}
  .time-count {font-size: 50px;}
}

@media (min-width: 992px) {
  .schedule-box {margin: 0;}
  .grid-item-md-6 {width: 50%;}
  .grid-item-md-3 {width: 25%;}
}

@media (min-width: 1200px) {
  .time-count {font-size: 70px;}
}


@media (min-width: 1600px) {
  .site-header .intro h1 {margin-top: 0px; margin-bottom: 15px; font-size: 65px;}
  .site-header .intro h2 {margin-top: 0px; font-size: 40px; font-weight: 400; font-family: sans-serif;}
  .site-header .intro h3 {margin-top: 50px; font-size: 30px; font-weight: 300;}
  .site-header .intro h4 {margin-top: 0px; margin-bottom: 30px; font-size: 26px; font-weight: 300;}
  .site-header .intro p {font-size: 20px; margin-bottom: 20px; font-weight: 300;}
  .site-header .intro span a {color: #fff; cursor:pointer;}
  .site-header .intro small {color: #fff;}
}

/*
 * 7.0 Site-footer
 */

.site-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 10px;
}
.site-footer .site-info a {color: #fff;}
.site-footer .social-block li a {color: #fff;}
.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {opacity: 0.8;}

/*
 * CUSTOMIZATION
 * 8.0 PRICING TABLES
 *
 */

/* --------------------------
 * Pricing Table
 *---------------------------*/

.pricing-section .pricing-table-default {
    border         : 1px solid #f1f1f1;
    background     : #ffffff;
    padding-bottom : 5px;
    /* padding-bottom : 20px; */
    }

@media (max-width : 768px) {
.pricing-section .pricing-table-default {margin-bottom : 10px;}
.committee-box {padding: 0px 0px 0px 0px; text-align: center;}
.committee-title {margin: 15px 0px 0px 0px;}
.committee-member {margin: 5px 0px 5px 0px;}
.committee-session {margin: 15px 0px 0px 0px;}

.exhibition_grid_container {grid-template-columns: repeat(auto-fit, minmax(45%, auto));}
.about_grid_container {grid-template-columns: repeat(auto-fit, minmax(95%, auto));}
.about_grid_item:nth-child(1) {grid-column: auto / span 1;}
.about_grid_item:nth-child(2) {grid-column: auto / span 1;}
.about_grid_item:nth-child(3) {grid-column: auto / span 1;}
.about_grid_item:nth-child(4) {grid-column: auto / span 1;}
.about_grid_item h4 {text-align: center;}

.greeting_content img {width: 170px;}
.gototop{
	bottom:5px;
	left:10px;
	font-size: 16px;
	}
.site-header .intro h1 {margin-top: 10px; margin-bottom: 20px; font-size: 36px; }
.site-header .intro h2 {margin-top: 0px; margin-bottom: 10px; font-size: 20px; font-weight: 400;}
.site-header .intro h3 {margin-top: 10px; font-size: 20px; font-weight: 10;}
.site-header .intro h4 {margin-top: 0px; font-size: 18px; font-weight: 300;}

}

.pricing-section .pricing-head h3 {
    font-size        : 17px;
    font-weight      : bold;
    text-transform   : uppercase;
    color            : #ffffff;
    padding          : 14px 10px;
    margin           : 0;
    background-color : #0e1555;
    }
/*
.pricing-section .pricing-head h3 {
    font-size        : 15px;
    font-weight      : bold;
    text-transform   : uppercase;
    color            : #ffffff;
    padding          : 14px 10px;
    margin           : 0;
    background-color : #0e1555;
    }
*/

.pricing-section .pricing-head p {
  	font-size  : .9em;
 	color      : #ffffff;
 	background-color : #0e1555;
 	padding: 1px 1em 1em 1em;
	}

.pricing-section .pricing-head2 h3 {
    font-size        : 17px;
    font-weight      : bold;
    text-transform   : uppercase;
    color            : #ffffff;
    padding          : 14px 10px;
    margin           : 0;
    background-color : #1874cd;
    }

.pricing-section .pricing-head2 p {
  	font-size  : .9em;
 	color      : #ffffff;
 	background-color : #1874cd;
 	padding: 1px 1em 1em 1em;
	}

.pricing-section .pricing-head .price {
    display     : block;
    font-size   : 60px;
    line-height : 60px;
    font-weight : bold;
    padding     : 43px 0 0;
    }

.pricing-section .pricing-head .price sup {
    font-size      : 24px;
    font-weight    : bold;
    vertical-align : super;
    top            : 0;
    }

.pricing-section .pricing-body {
	padding: 0.3em 1em 0 1em;
	text-align: justify;
	line-height: 1.5em;
	font-size: 0.9em;
}

.pricing-section .pricing-detail {margin : 0 50px 25px 50px;}

.pricing-section .pricing-detail p {
    margin : 0;
    text-align: justify;
    }

/*pricing list*/

.pricing-section .pricing-list li {
    display : block;
/*    padding : 8px 0;*/
    }

.pricing-section .pricing-list li i {
    margin-right : 17px;
    }

.pricing-section .pricing-list li:first-child {
    padding-top : 10px;
    }

.pricing-section .pricing-list li:last-child {
    padding : 12px 0 0;
    }

.pricing-section .pricing-detail .pink-i {
    /*position : relative;*/
    padding-left: 0px;
    }


/* --------------------------
 * Pricing Table
 * From: https://bootsnipp.com/snippets/featured/animated-radios-amp-checkboxes-nojs
 *---------------------------*/
/*
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {border-radius: 50%;}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {margin-left: 0.04em;}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"]

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {opacity: .5;}

*/


 /* 6.5 Section: submission */
.submission {text-align: justify;}
.submission li {font-weight: 300; margin-bottom: 5px;}
.submission p {text-align: justify;}

 /* Pre Loader */
.loader {
  width: 200px;
  height: 120px;
  text-align: center;
  position: absolute;
  top: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50px;
  animation: loader 1s infinite alternate;
}
.loader span:nth-of-type(2) {
  animation-delay: 0.1s;
}
.loader span:nth-of-type(3) {
  animation-delay: 0.3s;
}
.loader span:nth-of-type(4) {
  animation-delay: 0.5s;
}
.loader span:nth-of-type(5) {
  animation-delay: 0.7s;
}
.loader span:nth-of-type(6) {
  animation-delay: 0.9s;
}

@keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    transform: translateY(-21px);
  }
}

/* slider */
.slideanim {visibility:hidden;}
.slide {
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/* overlay images */
.overlay {
  position: relative;
  width: 100%;
}

.overlay-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 14px;
  padding: 0 0 10px 0;
  /*
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  */
  text-align: center;
}

.overlay:hover .overlay-text {
  opacity: 1;
}

.gototop{
	display: block;
	position:fixed;
	bottom:10px;
	right:40px;
	font-size: 40px;
	}

.gototop:hover{
	cursor:pointer;
	}

/* sns icon bar 090318 mich */
.sns-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

.sns-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.sns-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
