/*
 * 1. Google Font
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
/* @import url(/notice/event/resources/css/cprs/hpc2021/earlyaccess/notosanskr.css); */
@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons); 
/* @import url(https://use.fontawesome.com/releases/v5.0.1/css/all.css); */

/*font-series*/
.noto_sans {font-family:'Noto Sans KR', sans-serif;}
.poppins {font-family:'Poppins', 'Noto Sans KR', sans-serif; letter-spacing:0;}

/*
 * 2.0 Global Style
 */
html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

body {
  color: #4e4e4e;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  margin: 50px auto;
  background: #fff;
  max-width: 800px;
  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;}
ul li {font-weight: 700; 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: 20;
  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-subtitle {
  color: #313131;
  letter-spacing: 1px;
  margin: 0 0 20px;
  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;}
.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(/notice/event/resources/images/hpc2021/background/bg-1.jpg) no-repeat center center/cover;}
.bg-image-1::before {background-color: rgba(0, 0, 0, 0.7);}
.bg-image-2 {background: url(/notice/event/resources/images/hpc2021/background/bg-2.jpg) no-repeat center bottom/cover;}
.bg-image-2::before {background-color: rgba(0, 0, 0, 0.6);}
.bg-image-3 {background: url(/notice/event/resources/images/hpc2021/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(/notice/event/resources/images/hpc2021/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(/notice/event/resources/images/hpc2021/background/bg-5.jpg) 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: 0; 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(/notice/event/resources/images/hpc2021/background/bg-1.jpg) 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: 0px; font-size: 45px; text-transform: uppercase;}
.site-header .intro h2 {margin-top: 0px; font-size: 35px; font-weight: 500;}
.site-header .intro h3 {margin-top: 0px; font-size: 25px; font-weight: 500;}
.site-header .intro h5 {margin-top: 0px; font-size: 15px; font-weight: 500;}
.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;}

/*
 * 6.1 Section: About
 */
.about {position: relative; width: 100%; background-color:#eeeeee;}
.about .about-title {margin: 0 0 25px;}
.about figure {margin-bottom: 25px;}
.about img {width: 100%; opacity: 1; border: 0px; border-radius: 10px 10px 0 0; -webkit-filter: grayscale(80%); filter: grayscale(80%); transition: 1s ease;}
.about img:hover {opacity: 1; -webkit-filter: grayscale(0%); filter: grayscale(0%); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); transition: 1s ease;}

.about-caption-01{
  position:absolute;
  top:10px;
  right:10px;
  z-index:10;
  padding-top:5px;
  padding-right:12px;
  color:#fff;
  text-align:center;
  text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.about-caption-01 h3 {width: 100%; font-size: 25px; font-weight: 600; text-align: right; margin: 5px 0 0;}
.about-caption-01 h5 {width: 100%; font-size: 16px; font-weight: 500; text-align: right; margin: 5px 0 10px;}
.about-caption-01 h6 {width: 100%; font-size: 15px; font-weight: 400; text-align: right; margin: 5px 0 10px;}
/*.about-caption-01:hover{color:#ffc500;} */

.about-caption-02{
  position:absolute;
  top:90px;
  left:0px;
  z-index:10;
  padding-top:5px;
  padding-right:12px;
  color:#fff;
  text-align:center;
  text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.about-caption-02 ul li {text-align: left; font-size: 14px; line-height: 1em; font-weight: 300;}

.about-desc {padding:10px 20px 10px 15px;}
.about-desc h4 {display:inline-block; fonr-size: 16px; font-weight:600; margin: 10px 0 10px;}
.about-desc ul li {font-size: 14px; font-weight: 600;}
.about-desc p {text-align: justify;}

/*
 * 6.1 Section: Greetings
 */
.greeting .greeting-title {margin: 0 0 25px;}
.greeting figure {margin-bottom: 25px;}
.greeting ul li {font-weight: 300; padding-left: 15px;}
.greeting p {text-align: justify;}
/* .greeting img {float:left; margin-right: 20px; border-radius: 10px; box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);} */

/*
 * 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 {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: 15px;}
.speaker-box h3 {margin: 20px 5px 5px;}
.speaker-box h4 {margin: 15px 5px 10px; text-transform: uppercase;}
.speaker-box p {margin: 0 10px 5px;}
.speaker-box img {width: 100%; 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;}

/*
 * 6.3.1 Section: committee
 .committee {text-align: center; color: #fff; text-transform: uppercase; margin: 25px 0;}

 */

.img-responsive-committee{display:block; max-width:100%; height:auto}
.committee {color: #fff; text-transform: uppercase; margin: 25px 0;}
.committee h4 {text-align: left; margin-top: 15px; margin-bottom: 15px;}
.committee h5 {text-align: left; margin-top: 15px; margin-bottom: 5px;}
.committee h6 {text-align: left; margin-top: 15px; margin-bottom: 10px;}
.committee p {text-align: left; margin-top: 0px; margin-bottom: 20px; margin-left: 15px;}
.committee img:hover {opacity: .7;}


/*
 * 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: partner
 */
.partner {background-color: #f8f8f8;}
.partner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.partner .partner-box {
  display: block;
  opacity: 0.7;
  height: 150px;
  width: 250px;
  margin: 0px 25px 50px 25px;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}

.partner .partner-box:hover {opacity: 1;}
.partner .partner-box-1 {background: url(/notice/event/resources/images/hpc2021/logo/logo-1.png) no-repeat center center/contain;}
.partner .partner-box-2 {background: url(/notice/event/resources/images/hpc2021/logo/logo-2.png) no-repeat center center/contain;}
.partner .partner-box-3 {background: url(/notice/event/resources/images/hpc2021/logo/logo-3.png) no-repeat center center/contain;}
.partner .partner-box-4 {background: url(/notice/event/resources/images/hpc2021/logo/logo-KODESA.png) no-repeat center center/contain;}
.partner .partner-box-5 {background: url(/notice/event/resources/images/hpc2021/logo/logo-5.png) no-repeat center center/contain;}
.partner .partner-box-6 {background: url(/notice/event/resources/images/hpc2021/logo/logo-4.png) no-repeat center center/contain;}
.partner .partner-box-7 {background: url(/notice/event/resources/images/hpc2021/logo/mnd.png) no-repeat center center/contain;}
.partner .partner-box-8 {background: url(/notice/event/resources/images/hpc2021/partner/partner-8c.png) no-repeat center center/contain;}
.partner .partner-box-9 {background: url(/notice/event/resources/images/hpc2021/partner/partner-9c.png) no-repeat center center/contain;}
.partner .partner-box-10 {background: url(/notice/event/resources/images/hpc2021/partner/partner-10c.png) no-repeat center center/contain;}

.partner .partner-box-other {
  display: block;
  opacity: 0.7;
  height: 150px;
  width: 250px;
  margin: 0px 25px 50px 25px;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}

.partner .partner-box-other:hover {opacity: 1;}
.partner .partner-box-other-1 {background: url(/notice/event/resources/images/hpc2021/exhibit/hpciv.png) no-repeat center center/contain;}
.partner .partner-box-other-2 {background: url(/notice/event/resources/images/hpc2021/exhibit/HPCKOREA.png) no-repeat center center/contain;}
.partner .partner-box-other-3 {background: url(/notice/event/resources/images/hpc2021/exhibit/KTNF.png) no-repeat center center/contain;}
.partner .partner-box-other-4 {background: url(/notice/event/resources/images/hpc2021/exhibit/NAMO.png) no-repeat center center/contain;}
.partner .partner-box-other-5 {background: url(/notice/event/resources/images/hpc2021/exhibit/UNIWIDE.png) no-repeat center center/contain;}
.partner .partner-box-other-6 {background: url(/notice/event/resources/images/hpc2021/exhibit/RENOVO.png) no-repeat center center/contain;}
.partner .partner-box-other-7 {background: url(/notice/event/resources/images/hpc2021/exhibit/TERATEC.png) no-repeat center center/contain;}
.partner .partner-box-other-8 {background: url(/notice/event/resources/images/hpc2021/exhibit/PLANI.png) no-repeat center center/contain;}
.partner .partner-box-other-9 {background: url(/notice/event/resources/images/hpc2021/exhibit/KISTI-DS.png) no-repeat center center/contain;}
.partner .partner-box-other-10 {background: url(/notice/event/resources/images/hpc2021/exhibit/EDISON.png) no-repeat center center/contain;}
.partner .partner-box-other-11 {background: url(/notice/event/resources/images/hpc2021/exhibit/MIRHENGE.png) no-repeat center center/contain;}
.partner .partner-box-other-12 {background: url(/notice/event/resources/images/hpc2021/exhibit/OPENNETWORK.png) no-repeat center center/contain;}
.partner .partner-box-other-13 {background: url(/notice/event/resources/images/hpc2021/exhibit/DREAMI.png) no-repeat center center/contain;}
.partner .partner-box-other-14 {background: url(/notice/event/resources/images/hpc2021/exhibit/RESCALE.png) no-repeat center center/contain;}
.partner .partner-box-other-15 {background: url(/notice/event/resources/images/hpc2021/exhibit/DAEBO.png) no-repeat center center/contain;}
.partner .partner-box-other-16 {background: url(/notice/event/resources/images/hpc2021/exhibit/NVIDIA.png) no-repeat center center/contain;}
.partner .partner-box-other-17 {background: url(/notice/event/resources/images/hpc2021/exhibit/NUTANIX.png) no-repeat center center/contain;}
.partner .partner-box-other-18 {background: url(/notice/event/resources/images/hpc2021/exhibit/FUJITSU.png) no-repeat center center/contain;}
.partner .partner-box-other-19 {background: url(/notice/event/resources/images/hpc2021/exhibit/AWS.png) no-repeat center center/contain;}
.partner .partner-box-other-20 {background: url(/notice/event/resources/images/hpc2021/exhibit/intel.png) no-repeat center center/contain;}
.partner .partner-box-other-21 {background: url(/notice/event/resources/images/hpc2021/exhibit/amd.png) no-repeat center center/contain;}
.partner .partner-box-other-22 {background: url(/notice/event/resources/images/hpc2021/exhibit/AIFactory.png) no-repeat center center/contain;}
.partner .partner-box-other-23 {background: url(/notice/event/resources/images/hpc2021/exhibit/SPK.png) no-repeat center center/contain;}
.partner .partner-box-other-24 {background: url(/notice/event/resources/images/hpc2021/exhibit/VirtualLab.png) no-repeat center center/contain;}
.partner .partner-box-other-25 {background: url(/notice/event/resources/images/hpc2021/exhibit/co-hpc.png) no-repeat center center/contain;}


/*
.partner img {opacity: 1; width: 250px;}
.partner img:hover {cursor:pointer; opacity: 0.7; -webkit-filter: grayscale(0%); filter: grayscale(0%); transition: 1s ease;}
*/

/*
 * 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: 10;
  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 {
  width: 180px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  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(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-01.jpg);}
.grid-item:nth-child(2) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-02.jpg);}
.grid-item:nth-child(3) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-03.jpg);}
.grid-item:nth-child(4) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-04.jpg);}
.grid-item:nth-child(5) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-05.jpg);}
.grid-item:nth-child(6) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-06.jpg);}
.grid-item:nth-child(7) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-07.jpg);}
.grid-item:nth-child(8) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-08.jpg);}
.grid-item:nth-child(9) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-09.jpg);}
.grid-item:nth-child(10) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-10.jpg);}
.grid-item:nth-child(11) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-11.jpg);}
.grid-item:nth-child(12) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2019-12.jpg);}

.grid-item:nth-child(13) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-01.jpg);}
.grid-item:nth-child(14) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-02.jpg);}
.grid-item:nth-child(15) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2016-01.jpg);}
.grid-item:nth-child(16) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-03.jpg);}
.grid-item:nth-child(17) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-04.jpg);}
.grid-item:nth-child(18) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2017-01.jpg);}
.grid-item:nth-child(19) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-05.jpg);}
.grid-item:nth-child(20) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2016-02.jpg);}
.grid-item:nth-child(21) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-06.jpg);}
.grid-item:nth-child(22) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2017-02.jpg);}
.grid-item:nth-child(23) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-07.jpg);}
.grid-item:nth-child(24) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2016-03.jpg);}
.grid-item:nth-child(25) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2017-03.jpg);}
.grid-item:nth-child(26) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-08.jpg);}
.grid-item:nth-child(27) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2016-04.jpg);}
.grid-item:nth-child(28) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-09.jpg);}
.grid-item:nth-child(29) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-10.jpg);}
.grid-item:nth-child(30) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2017-04.jpg);}
.grid-item:nth-child(31) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2018-11.jpg);}
.grid-item:nth-child(32) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2016-05.jpg);}
.grid-item:nth-child(33) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2016-06.jpg);}
.grid-item:nth-child(34) .fancybox {background-image: url(/notice/event/resources/images/hpc2021/past-ksc/img-ksc2016-07.jpg);}
.grid-item:nth-child(4n-5) {height: 50px;}
.grid-item:nth-child(2n) {height: 250px;}
.grid-item:nth-child(3n) {height: 120px;}

/* SECTION: COUNTDOWN, mICH 2019.03.11 */
.counttime {
  text-align: center;
  color: #fff;
}

.time-count {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 320px) {
  .counttime .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;}
  .partner .partner-box-other {align-items: center;}
}

@media (min-width: 480px) {
  .counttime .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: 6px; 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: 60px;}
  .about-caption{visibility: visible;}
  .about-caption-01 h3 {font-size: 25px;}
  .about-caption-02{visibility: visible;}
}

@media (min-width: 992px) {
  .schedule-box {margin: 0;}
  .grid-item-md-6 {width: 50%;}
  .grid-item-md-3 {width: 25%;}
  .counttime .time-count {font-size: 45px;}
}

@media (min-width: 1200px) {
  .counttime .time-count {font-size: 50px;}
}

/*
 * 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 : 766px) {
.pricing-section .pricing-table-default {
 	margin-bottom : 10px;
    }
}

.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"] {display: none;}

.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 {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-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:scroll;
	position:fixed;
	bottom:10px;
	right:25px;
	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;
}
