/*

Template 2085 Neuron

http://www.tooplate.com/view/2085-neuron

*/

/* �ʱ�ȭ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Playfair+Display:wght@400;700&display=swap');
*, html, body {
	font-family: "Noto Sans", sans-serif;
}
/* �ʱ�ȭ */

/* �ʱ�ȭ */
html {
	/* overflow-y:scroll; */
	position:relative;
	z-index: 1;}
body {margin:0;padding:0;font-size:1rem;height:100%;}


body { position: relative;
	z-index: -1;
		background: #ffffff;
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
		font-weight: 300;
	overflow-x: hidden;
	-ms-overflow-style: none;
}

.bodywrap{background: #fff;position: relative;z-index: 1;}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-family: "Noto Sans KR", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
}

h1 {
	font-family: 'Playfair Display', serif;
    font-size: 4.125em;
    padding-bottom: 14px;
    margin-bottom: 0px;
}
h6{font-family: 'Playfair Display', serif;
    font-size: 3em;
    padding-bottom: 14px;
    margin-bottom: 0px;}
h2 {
  
  font-size: 30px;
  font-weight: normal;
}

h2,h3 {
font-family: 'Playfair Display', serif;
line-height: 1.5;
}

h3 {
   color:#b49b74;
  font-size: 1.5em;
  margin-top: 0px;
}

h4 {
  color: #666;
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: 0;
}
h5{
    font-family: 'Playfair Display', serif;
    font-weight: normal;
	font-size: 1rem;
    color:#d5cab9;
display: inline-block;}
p, a {
    color: #777;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

.ctu{font-weight: bold;font-size: 0.875rem;opacity: 0.3;}


/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #666;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #666;
  outline: none;
}
.active{color:#fff;}

table {
	border-collapse: collapse;
	border-spacing: 0;}

.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
caption, legend {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.main-about,
.main-single-post,
.main-gallery,
.main-contact {
  height: 65vh;
}

.overlay {
  background:#1b2b25;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.overlay > img {width:110%;opacity: 0.2;}
.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  overflow: hidden;
}


/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
 background: #2e473f ; /*1f2839*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.sk-spinner-wordpress.sk-spinner {
  background-color: #b49b74;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; 
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #2e473f;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; 
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }



/*---------------------------------------
    Main Navigation             
-----------------------------------------*/
.navbar{
	border: none;
	position: absolute;
	top:0;
	width: 100%;
}

.navbarbg{
	border: none;
	position: absolute;
	top:0;
	width: 100%;
	height: 90px;
	margin: 0 !important;
	background: #2e473f;
	opacity: 0.6;}

.navbar-default {
    margin: 0 !important;
	padding: 0.813em 0;
	background: none;
	transition: all 0.3s;
	position: fixed;
	top: 0;
}
/* .navbar-default:hover{background: #2e473f;}
.navbar-default:hover ul.submenu2{display: block;} */
.navbar-default .navbar-brand {
  color: #555;
  font-family: "Noto Sans KR", sans-serif; 
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
  margin-top:-10px;
  width:100px;
}
button{background: none;
	border: none;
	outline: 0;
	position: relative;
	z-index: 999999;}
.navbar-default .navbar-nav li a, button {
	color: #b9b9b9;
	font-weight: bold;
    font-size: 0.875em;
    letter-spacing: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.navbar-default .navbar-nav > li a:hover{
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /* color: #606066; */
    background-color: transparent;
}

.navbar-default .navbar-nav li a:hover,
 .navbar-default .navbar-nav .active > a {
    /* color: #bfba55; */
  }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    /* color: #bfba55; */
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
	border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}
ul.snsicon {
	height: initial;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	list-style: none;
	padding: 0;}
ul.snsicon > li {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 0 6px;
}
.navbar-default:hover {background: #2e473f;}
.navbar-default .navbar-nav li > ul.snsicon > li a svg{width: 2rem; height: 2.75rem;
transition: all 0.3s;}
/* ul.snsicon > li a svg:hover{filter: none !important;
		opacity: 1 !important;}	 */
/* down drop menu */
.navbar-default li{position: relative;}
.navbar-default .aboutsrf > ul.submenu2{
	display: none;
	width:15.5rem;
	list-style: none; 
	background: #2e473f;
	position: absolute;
	z-index: 2;
	padding: 0;
	top: 3rem;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	transition: all 0.3s;
	transform: translateY(-30%);
	opacity: 0;}
.navbar-default .aboutsrf > ul.submenu2 > li > a {padding: 0.625rem 1.25rem;display: block;}
.thover:hover > ul.submenu2{display: block;opacity: 1;transform: translateY(0%);transition: all 0.3s;}

/* sponsor menu */
.menu_spon {position: relative;}
.menu_spon > span{
	position: absolute;
	top: 1px;
	left: 15px;
	color: #dfdb73;
	font-size: 0.75em;
}
/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    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;
    position: relative;
	text-align: center;
	position: relative;
	z-index: 1;
}

.main-home {
  /* background: url('../images/home-bg.jpg') no-repeat; */
  height: 100vh;
}

.main-about {
  background: url('../images/about-bg.jpg') no-repeat;
}

.main-single-post {
  background: url('../images/single-post-bg.jpg') no-repeat;
}

.main-gallery {
  background: url('../images/gallery-bg.jpg') no-repeat;
}

.main-contact {
  background: url('../images/contact-bg.jpg') no-repeat;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#home h4 {
  color: #fff;
}

#home .btn {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #444;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 22px;
  margin-top: 42px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

/*---------------------------------------
   About section              
-----------------------------------------*/
#about{background:#fbfbfb; display: flex; justify-content:center;
	;}
#about .col-md-6 {
  padding-top: 22px;
  padding-bottom: 32px;
}

#about .col-md-6 img {
  padding: 22px 0px 22px 22px;
}

#about .col-md-4 {
  padding-bottom: 32px;
}

#about .col-md-4 img {
  padding-top: 12px;
}



/*---------------------------------------
   Gallery section              
-----------------------------------------*/

#gallery span {
  display: block;
  padding-bottom: 32px;
}

#gallery .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#gallery .gallery-thumb {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
  cursor: pointer;
  display: block;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#gallery .gallery-thumb img {
  width: 100%;
}

#gallery .col-md-12 p {
  padding-top: 22px;
  text-align: center;
}
/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact .col-md-4 {
  padding-left: 0px;
}

#contact .col-md-12 {
  padding-left: 0;
}

#contact form {
  padding-top: 32px;
}

#contact .form-control {
  border: 2px solid #f0f0f0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #555;
}

#contact input {
  height: 50px;
}

#contact input[type="submit"] {
  background: #bfba55;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #333;
}



/*---------------------------------------
   Blog section              
-----------------------------------------*/

.blog-post-thumb {
  /* border-bottom: 1px solid #f0f0f0; */
  /* padding-top: 32px;
  padding-bottom: 62px; */
  margin: 0;
}
.blog-post-thumb2{margin-bottom: 30px;}

.blog-post-thumb:last-child {
  border-bottom: 0px;
  margin: 0px !important;
}

.blog-post-image,
.blog-post-video {
  width: 100%;
}

#about img,
.blog-post-image img {
  border-radius: 1px;
}

.blog-post-title a {
  color: #222;
}

.blog-post-title a:hover {
  color: #b49b74;
}

.blog-post-format {
	display: none;
  padding-bottom: 22px;
}

.blog-post-format span {
  letter-spacing: 0.5px;
  padding-right: 12px;
}

.blog-post-format span a {
  color: #333;
}

.blog-post-format span img {
  display: inline-block;
  width: 42px;
  margin-right: 4px;
}

.blog-post-des blockquote {
  margin: 22px;
}

.blog-post-des .btn {
  border-radius: 100px;
  color: #777;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 14px 28px;
  margin-top: 26px;
  transition: all 0.4s ease-in-out;
}

.blog-post-des .btn:hover {
  background: #fff;
  border-color: transparent;
  color: #ffffff;
}

.blog-author {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.blog-author .media img {
  display: inline-block;
  width: 90px;
  margin-right: 12px;
}

.blog-author .media a,
.blog-comment .media h3 {
  color: #444;
  font-size: 18px;
  letter-spacing: 1px;
}

.blog-comment {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 32px;
  margin-bottom: 42px;
}

.blog-comment .media:nth-child(2) {
  padding-top: 22px;
}

.blog-comment .media img {
  width: 82px;
  margin-right: 12px;
}

.blog-comment .media h3 {
  display: inline-block;
  padding-right: 14px;
}


.blog-comment-form h3 {
  padding-bottom: 18px;
}

#about .col-md-6, #about .col-md-4,
.blog-comment-form .col-md-4 {
  padding-left: 0px;
}

.blog-comment-form .form-control {
  box-shadow: none;
  border: 2px solid #f0f0f0;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form .form-control:hover {
  border-color: #555;
}

.blog-comment-form input {
  height: 45px;
}

.blog-comment-form input[type="submit"] {
  background: #bfba55;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form input[type="submit"]:hover {
  background: #333;
  border-color: transparent;
  color: #ffffff;
}



/*---------------------------------------
   Blog Single Post section              
-----------------------------------------*/

#blog-single-post .blog-single-post-image {
  padding-top: 22px;
}

#blog-single-post .blog-single-post-image .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 22px;
}

#blog-single-post .blog-single-post-image img {
  border-radius: 1px;
  padding-right: 12px;
}

#blog-single-post .blog-post-des h3 {
  padding-top: 16px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
/* .footerfixed{width:100%;height:70vh;position: relative;z-index: -1;}
.footerrela{position: relative; width: 100%;z-index: -1;bottom: 0;left: 0;} */
.fullpar {
	position: relative;
	bottom: 0;
	width: 100%;
	padding-top: 20px;
	/* background: #4f5a6e; */
	/* background: #8f826e; */
	background: #cdc7bb;
	z-index: -1;
	color:#fff;
	color:#8f826e;
}
.fullpar > .title {margin-bottom: 0;text-align: center;}
.fullpar > .title h5 {color:#b49b74;}
footer {
    background: #2e473f;
    color: #ffffff;
    padding: 80px 0px;
    position: relative;
}

footer .col-md-4 .fa {
  color: #ffffff;
  padding-right: 8px;
}

footer hr {
  border-color: #1c312a;
  margin-top: 62px;
  margin-bottom: 42px;
}

.footer-copyright {
	width:100%;
	padding: 0.875rem 0 ;
	background: #1b2f28;
	text-align: center;
}
.footer-copyright > p {opacity: 0.5;font-weight: bold !important;margin: 0;}
.footerti{padding: 0 20px; border-left: 3px solid #b49b74;margin-bottom: 1.25rem;}
.footerti > h5{color:#fff;margin:0;}
.row2{width: 50%;
    display: flex;
	float: left;
	justify-content: space-between;}
footer .snsicon > li a svg{width: 4rem; height: 4rem;transition: all 0.3s;display: block;}
.footerlo{float: right;filter: grayscale(1);opacity: 0.2;}
.footerlo svg{width: 11rem;height: initial;}
a.footerlogin{color: #fff;float: right;font-size: 0.9rem; opacity: 0.8;}
/* Back top */
.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 2em;
  right: 1em;
  color: #333;
  font-size: 24px;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.go-top:hover {
    background: #2e473f;
    color: #ffffff;
}



/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 2px solid #3a465e;
    color: #3a465e;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 12px 10px 12px;
}
.social-icon li a:hover {
    border-color: #9499a4;
    color: #9499a4;
    transform: scale(1.1);
}
/*---------------------------------
 SRF INFO section
----------------------------------*/
.SRFsection{display: flex;
	display: -webkit-box;
    display: -webkit-flex;
	 display: -ms-flexbox;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	  align-items: center;
	  justify-content: center;
	  position: relative;
	  z-index: 1;
			}
#SRF-INFO-bx{ color: #ffffff;
			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;
			position: relative;
			top:-10vh;
			width: 100%;
			justify-content: center;}
.SRF-INFO{width:25rem;
				  background: #2e473f;
				  padding: 3.5em 1.25em;}
.SRF-INFO:nth-child(2){background-color: #3e574f;}
.SRF-INFO > img {float: left;}
.SRF-INFO > p {color:#fff;word-break:keep-all;margin: 10px 0;}
/*---------------------------------
 welcome section
----------------------------------*/
.welcome, .welcomebx{display: flex;
	display: -webkit-box;
    display: -webkit-flex;
	 display: -ms-flexbox;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	  align-items: center;
	  justify-content: center;
	  margin-bottom: 3.75em;
	  position: relative;
	  z-index: 1;
	background: #fff;width: 100%;}
.weltext{width: 33.125em;
    height: initial;
    padding: 15px;
    float: left;
    margin-right: 4.375em;}
.welright{width:600px;box-shadow: 0 20px 20px rgba(0,0,0,0.2);float: right;}
.welright img {width:100%;}
/*---------------------------------
 SRF tab section
----------------------------------*/
.SRF-tab{
	  padding: 3.75rem 0;
	  background: #f9f9f9;
	  text-align: center;}
.title{margin-bottom: 3.75rem;}
.title > span { width: 3em;
    height: 1px;
    border-bottom: 1px solid #b49b74;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    top: -0.3em;}

.SRF-tabbx{display: flex;
	display: -webkit-box;
    display: -webkit-flex;
	 display: -ms-flexbox;
	 -webkit-box-align: center;
	 -webkit-align-items: center;
	 -ms-flex-align: center;
	  align-items: center;
      justify-content: center;}
      
.tab-aboutsrf, .tab-webinar, .blogbx{width:380px; height: 460px; margin: 0 10px;}

.t-a-img{transition: all 0.3s;background: #bfba55;}
.t-a-img > img{width:100%;}
.t-a-text{background:#2e473f ;height:240px;padding: 2.125rem 2.125rem 3em 2.125rem;;text-align: left;}
.t-a-text > a > p, .t-a-text > a, .t-a-text > span {color:#fff}
/*---------------------------------
 gallery section
----------------------------------*/
.gallery{
	position: relative;
    z-index: 1;
	padding: 3.75rem 0;
	text-align: center;
	background: #fff;}

.gal-bx{width: 90%;
    padding: 1.75rem;
    margin: 0 auto;}
#sponsor {
	width:100%;
	/* background: #4f5a6e; */
	/* background: #8f826e; */
	background: #cdc7bb;
	padding: 3.125rem 0;
	position: relative;
	z-index: 1;
}
.sponbx{width: 83vw;
    margin: 0 auto;}
.spon1, .spon2, .spon3, .spon4, .spon5{transition: all 0.3s;}
.spon1:hover, .spon2:hover,.spon3:hover,.spon4:hover,.spon5:hover{filter: contrast(0) brightness(100);}
/*---------------------------------
 korean societes section
----------------------------------*/
#ko_societies{padding: 3.75rem 0 6rem 0;text-align: center;background: #fff;position: relative;
    z-index: 1;}
#ko_societies > ul{display: flex;
    list-style: none;
    justify-content: center;padding: 0;}
#ko_societies > ul > li {margin: 0 1rem;}
#ko_societies > ul > li > a > p {font-size:0.8rem;font-family: 'Noto Sans', sans-serif;font-weight: bold;}
/*---------------------------------------
   공통 게시판        
-----------------------------------------*/
.banner{width:100vw;
		height: 60vh;
		color:#fff;
		display:flex;
		align-items: center;
		justify-content: center;}
.banner > div {text-align: center;}
.abouts{background: url('../img/gallery_01.jpg') fixed;
		background-position-y: 50em;
		background-size: cover;}
.program{background: url('../img/gallery_02.jpg') fixed;
	background-position-y: 50em;
	background-size: cover;}
.sicenticb{background: url('../img/gallery_03.jpg') fixed;
		background-position-y: 50em;
		background-size: cover;}
.galleryb{background: url('../img/gallery_04.jpg') fixed;
		background-position-y: 50em;
		background-size: cover;}
.newsb{background: url('../img/gallery_05.jpg') fixed;
		background-position-y: 50em;
		background-size: cover;}
.webinarb{background: url('../img/gallery_06.jpg') fixed;
		background-position-y: 50em;
		background-size: cover;}
.spon{background: url('../img/gallery_07.jpg') fixed;
		background-position-y: 50em;
		background-size: cover;}

		.down {
			background-color:#2e473f;
			-webkit-transition-duration:0.4s;
			-webkit-transition-timing-function:ease;
			transition-duration:0.4s;
			transition-timing-function:ease;
		  }

/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media all and (min-width: 321px) and (max-width: 1080px) {
	
	button{-webkit-tap-highlight-color:transparent; margin:  0 auto;padding: 10px 15px;}
	.navbar-default{padding: 10px 0 0 0;text-align: center;background: #2e473f;}
	.navbar-default .navbar-nav li > ul.snsicon{padding: 0px;display: flex;
		justify-content: center;}
	.navbar-default .navbar-nav li > ul.snsicon > li{margin: 0  0.5rem;font-size: 0rem;}
	.navbar-default .navbar-nav li > ul.snsicon > li a svg{width: 2.4rem; height: initial;
		opacity: 1;transition: all 0.3s;padding: 5px 0;filter:none;display: block;}
	.navbar-collapse.in{
		margin-bottom: 1rem;
	}
	.gal-bx {
		width: 100%;}
	/* down drop menu */
	.navbar-default .aboutsrf > ul.submenu2{
	display: none;
	width:100%;
	text-align: center;
	list-style: none; 
	background: #263043;
	position: relative;
	top: 0;
	z-index: 2;
	padding: 0;
	flex-direction: column;
	align-items: center;
	transition: 0.3s;
	transform: translateY(-30%);
	}
	.navbar-default .aboutsrf > ul.submenu2 > li > a {padding: 0.625rem 1.25rem;}
	.submenu2-active2{
	display: block !important;
	transform: translateY(0) !important;
	background:#263043 !important;
	opacity: 1 !important;}
	.ctu {
		font-size: 1rem;
		padding: 10px;
		display: block;
		float: right;
		}
		.t-a-text{height:200px;}
.row2 {width: 70%;}
#sponsor{padding: 2.3rem 0;}
.spon1, .spon2, .spon3, .spon4, .spon5{height:40px !important;}
.slick-slide img{height:82% !important;}
#ko_societies > ul {flex-direction: column;}

.menu_spon > span{
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
}
	
}
@media (max-width: 980px) {

  .main-about,
  .main-single-post,  
  .main-gallery,
  .main-contact {
    height: 35vh;
  }
  .navbar-default{padding: 15px 0 ;}
  .navbarbg{background: none;}
  .overlay > img:nth-child(1){display: none;}
.overlay > img:nth-child(2){display: block; height:100%;}
.SRF-tabbx{flex-direction: column;}
.container>.navbar-header{padding-bottom: 5px;}
#SRF-INFO-bx div:nth-child(1){padding: 2.8em 1.25em;}
.tab-aboutsrf, .tab-webinar, .blogbx {
	width: 100%;}
	.SRF-tabbx{padding: 0 10px;}
	.lat{margin:0;}

}


@media (max-width: 768px) {

  h1 {
	font-family: 'Playfair Display', serif;
    font-size: 4.125em;
  }

  h2 {
    font-size: 26px;
  }

  #about .col-md-6 img {
    padding-left: 0px;
  }

  #blog-single-post .blog-single-post-image img {
    padding-bottom: 22px;
  }

  footer .col-md-4 {
    padding-top: 22px;
  }
.navbar-default{position: fixed;background-color: #2e473f;padding: 10px 0 0 0;text-align: center;}
.navbarbg{background: none;}

.navbar-default .navbar-brand{height: auto;}
#SRF-INFO-bx{display: block;top:-1vh;}
.SRF-INFO, .weltext,.welright{width:100%;}
.welcome, .welcomebx{display: flow-root; margin:0;}
.SRF-tabbx{flex-direction: column;}
.slick-list{width:100%;}


@media (max-width: 650px) {

  h1 {
    font-size: 4.125em;
  }

  #about, #gallery,
  #contact,
  #blog, #blog-single-post {
    /* padding-top: 60px;
    padding-bottom: 60px; */
  }
  .navbarbg{background: none;}
  .row2{flex-direction: column;}
  .row2b{margin-bottom: 30px;}
  footer{padding: 40px 40px;}
  .footerlo{float: none;}
  .fullpar{padding: 0;}
  .fullpar > .title{display: none;}
  #ko_societies > ul > li{margin-bottom: 20px;}
  .banner{margin-top: 60px;}
  .abouts{background: url('../img/gallery_01.jpg');
	background-position: center;
    background-size: auto 700px;}
.program{background: url('../img/gallery_02.jpg');
background-position: center;
    background-size: auto 700px;}
.sicenticb{background: url('../img/gallery_03.jpg');
	background-position: center;
    background-size: auto 700px;}
.galleryb{background: url('../img/gallery_04.jpg');
	background-position: center;
    background-size: auto 700px;}
.newsb{background: url('../img/gallery_05.jpg');
background-position: center;
    background-size: auto 700px;}
.webinarb{background: url('../img/gallery_06.jpg');
	background-position: center;
    background-size: auto 700px;}
}





/* ĸí �ڵ����(�Է�)���� �⺻ -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('/thema1/img/captcha.png') no-repeat;}
#captcha #captcha_reload {
	position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;border:none;box-shadow: inset 0 0 0 0px #f56a6a;
	vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/thema1/img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px
}
#captcha #captcha_key {
	margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;
	font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top;display:inline;
}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* ĸí �ڵ����(�Է�)���� �⺻ - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('/thema1/img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}


/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
		
	}

		table tbody tr {
			/* border: solid 1px rgba(210, 215, 217, 0.75); */
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(230, 235, 237, 0.25);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #3d4449;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(210, 215, 217, 0.75);
		}

		table tfoot {
			border-top: solid 2px rgba(210, 215, 217, 0.75);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(210, 215, 217, 0.75);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	/* input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button, .btn_b02, .btn_cancel {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border: 0;
		color:initial;
		cursor: pointer;
		display: block;
		font-size: 0.875em;
		font-weight: 700;
		height: 3.5em;
		letter-spacing: 0;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		padding: 10px 15px;
		line-height: 20px;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color:#263043;
		} */

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color:#263043;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1em;
			height: 3.65em;
			line-height: 3.65em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color:#263043;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #263043;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color:#263043;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}




	body, input, select, textarea {
		
		font-size: 16px;
		font-weight: 400;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 16px;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 16px;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 14px;
			}
			h4{text-align: left;}
			.row2{flex-direction: column;}

		}



	strong, b {
		color: #3d4449;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0;
	}


		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}


	#home > h1 >  span {font-family: 'Noto Sans', sans-serif;}

	@media screen and (max-width: 1680px) {

		h1 {
			font-size: 4.125em;
		}

	}

	@media screen and (max-width: 980px) {

		h1 {
			font-size: 3.25em;
		}

	}

	@media screen and (max-width: 736px) {
		html{font-size: 14px;}
		h1 {
			
			font-size: 3.5em;
			line-height: 1.2;
			;
		}

		h2 {
			font-size: 1.5em;
		}

		}
		h4{font-size:1.25em;
			}
		sub {
			font-size: 0.8em;
			position: relative;
			top: 0.5em;
		}

		sup {
			font-size: 0.8em;
			position: relative;
			top: -0.5em;
		}

	blockquote {
		border-left: solid 3px rgba(210, 215, 217, 0.75);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(230, 235, 237, 0.25);
		border-radius: 0.375em;
		border: solid 1px rgba(210, 215, 217, 0.75);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(210, 215, 217, 0.75);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		font-size: 1em;
		font-weight: 400;
		letter-spacing: 0.075em;
		margin-top: -0.5em;
		text-transform: uppercase;
	}

	header.major > :last-child {
		display: inline-block;
		margin: 0 0 2em 0;
		padding: 0 0.75em 0.5em 0;
	}

	header.main > :last-child {
		margin: 0 0 1em 0;
	}

/* Form */

	form {
		margin: 0 10px 2em 10px;
	}

	label {
		color: #000;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border: none;
		color: inherit;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width:100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #f56a6a;
			box-shadow: 0 0 0 1px #f56a6a;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(210, 215, 217, 0.75);
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #7f888f;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #ffffff;
				border-radius: 0.375em;
				border: solid 1px rgba(210, 215, 217, 0.75);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #3d4449;
			border-color: #3d4449;
			color: #ffffff;
			content: '\f00c';
		}



	input[type="checkbox"] + label:before {
		border-radius: 0.375em;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #9fa3a6 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #9fa3a6 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #9fa3a6 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #9fa3a6 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #9fa3a6 !important;
		opacity: 1.0;
	}
	
}

/**/
@media (max-width: 768px) {
	@media (max-width: 650px) {
		
		.footmenu_250326 {display:flex; flex-direction:column;}
		.footerlo{display:flex; justify-content:space-between; align-items:flex-end;}
	}
}