/* [Master Stylesheet - v1.0]
- Template Name: The News Paper - News & Lifestyle Magazine Template
- Template Author: Colorlib
- Template URL: http://colorlib.com
- Version: 1.0
*/
/*
###### Index of Stylesheet ######
:: 1.0 Import Fonts
:: 3.0 Base CSS
:: 4.0 Header Area
:: 5.0 Hero Area 
:: 6.0 Blog Post Area
:: 7.0 Video Post Area
:: 8.0 Footer Add Area
:: 9.0 Footer Area
:: 10.0 About Area
:: 11.0 Cool Facts
:: 12.0 Contact Area
*/
/* :: 1.0 Import Fonts */
/* :: 2.0 Import All CSS */
@import url(../scss/bootstrap.min.css);
@import url(../scss/owl.carousel.css);
@import url(../scss/owl.carousel.min.css);
@import url(../scss/animate.css);
@import url(../scss/font-awesome.min.css);
@import url(../scss/magnific-popup.css);
@import url(../scss/custom-icon.css);
@import url(../scss/classy-nav.min.css);
@import url(../scss/nice-select.min.css);

@font-face {
    font-family:'NanumSquareR';
	font-display:fallback;
    src: url("../fonts/NanumSquare_seR.eot");
    src: url("../fonts/NanumSquare_seR.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumSquare_seR.woff") format("woff"), url("../fonts/NanumSquare_seR.woff2") format("woff2"), url("../fonts/NanumSquare_seR.ttf") format("truetype");

}
@font-face {
    font-family:'NanumSquareB';
	font-display:fallback;
    src: url("../fonts/NanumSquare_seB.eot");
    src: url("../fonts/NanumSquare_seB.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumSquare_seB.woff") format("woff"), url("../fonts/NanumSquare_seB.woff2") format("woff2"), url("../fonts/NanumSquare_seB.ttf") format("truetype");

}

/*@font-face {
    font-family: 'Noto Sans DemiLight';
	font-display:fallback;
	font-weight: 300;
    src: url(http://sccdn.chosun.com/fonts/notosanscjkkr-demilight.woff) format('woff');
    font-style: normal;
    font-weight: normal;
}*/



/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
	  min-width:1280px;
  font-family: 'Noto Sans DemiLight',"Apple SD Gothic Neo","Malgun Gothic","맑은 고딕",Dotum,"돋움",sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 700; }

p {
  color: #828282;
  font-size: 14px;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1c1c1c;
  font-weight: 500;
  font-size: 14px;
  }

a:visited{color: #999;}

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }
.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px; }

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
  border-bottom: 1px solid #d0d5d8; }
  .section-heading h6 {
font-size: 16px;
margin-bottom: 0;
line-height: 45px;
height: 45px;
min-width: 140px;
padding: 0 30px;
background-color: #121212;
color: #fff;
font-weight: 700;
display: inline-block;
text-align: center; }

/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
background-color:#fff;
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: ""; }
.logo{text-align: left;}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #121212;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px; }
  

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

/* ScrollUp */
#scrollUp {
  background-color:#0074ef;
  border-radius: 0;
  bottom: 180px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
border-radius:100%; 
  line-height: 38px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
background-color: #000000; }


/* Button */
.newspaper-btn {
  display: inline-block;
  min-width: 160px;
  height: 52px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 52px;
  font-weight: 700;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #121212; }
  .newspaper-btn.active, .newspaper-btn:hover, .newspaper-btn:focus {
font-size: 14px;
font-weight: 700;
color: #ffffff;
background-color: #1c1c1c; }

/* :: 4.0 Header Area */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%; }
.header-area .top-header-area {
width: 100%;
padding: 30px 0; 
position: relative;
z-index: 1; }
.header-area .top-header-area .col{padding: 0; }
.header-area .top-header-area .row{margin: 0; }
.header-area .top-header-area .top-header-content {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 1; }
 
  .header-area .top-header-area .top-header-content .logo a {
display: block; }

.header-area .top-header-area .login-search-area {
  position: relative;
  z-index: 1; }
 
  .header-area .top-header-area .login-search-area .login a {
display: inline-block;
padding: 0 10px;
color: #fff; }
.header-area .top-header-area .login-search-area .sns{ font-size: 12px; position: absolute; right: 0; width: 290px; top: -45px}
.header-area .top-header-area .login-search-area .sns:after{display: block; content: ""; clear: both;}
.header-area .top-header-area .login-search-area .sns span{display: block; float: left;padding-left:20px;}
.header-area .top-header-area .login-search-area .sns a{font-size:12px }
.header-area .top-header-area .login-search-area .sns .snsicon{display: block; float: left; margin-right: 6px; width:26px; height:26px; border-radius:100%; }
.header-area .top-header-area .login-search-area .sns .fb{background:#1877f2; }
.header-area .top-header-area .login-search-area .sns .tw{background: #2aa9e0; }
.header-area .top-header-area .login-search-area .sns .you{border: 2px solid #ff0000; border-radius:100%; }
.header-area .top-header-area .login-search-area .sns .nv{background: #2eb300; }
.header-area .top-header-area .login-search-area .sns .nvtv{border: 2px solid  #00d065;border-radius:100%;  }
.header-area .top-header-area .login-search-area .sns .fb img {
    display: block;
	width:26px;
	 border-radius:100%;
}
.header-area .top-header-area .login-search-area .sns .tw img {
    display: block;
	 margin:3px auto;
	width:20px;
	 border-radius:100%;
}
.header-area .top-header-area .login-search-area .sns .you img {
    display: block;
    margin: 5px auto;
	width:16px;}
.header-area .top-header-area .login-search-area .sns .nv img {
    display: block;
	border-radius:100%; 
	width:26px;}
.header-area .top-header-area .login-search-area .sns .nvtv img {
    display: block;
	border-radius:100%; 
	width:34px;}
.header-area .top-header-area .login-search-area .search-form{position: absolute; right: 0; top: -10px; }
  .header-area .top-header-area .login-search-area .search-form form {
width: 290px;
height: 40px;
position: relative;
	  font-family: dotum;
z-index: 2;
   }

.header-area .top-header-area .login-search-area .search-form form input {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background-color:#fff;
border-radius:0; 
  padding: 0 15px;
  font-size: 12px;
 color: #121212; }
  .header-area .top-header-area .login-search-area .search-form form input.form-control {
box-shadow: none; }
.header-area .top-header-area .login-search-area .search-form form button {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  outline: none; }
.header-area .top-header-area .login-search-area .search-form form .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }
.header-area .top-header-area .login-search-area .search-form form .form-control::-moz-placeholder {
  color: #000;
  opacity: 1; }
.header-area .top-header-area .login-search-area .search-form form .form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1; }
.header-area .top-header-area .login-search-area .search-form form .form-control::-ms-input-placeholder {
  color: #000;
  opacity: 1; }
.header-area .top-header-area .login-search-area .search-form form .form-control::placeholder {
  color: #000;
  opacity: 1; }
  .header-area .newspaper-main-menu {
position: relative;
width: 100%;
z-index: 100;
height: 56px;
background-color:#293855;
}
.ticker {
width: 100%;
height: 60px;
overflow: hidden;
text-align: left;
position: relative;
	
  }
.subMenuBox{width: 1280px; margin: auto; text-align: center;}
.classynav .list> ul > li > a{padding: 0;}
.classynav ul li .megamenu .single-mega .title{border-bottom: 1px solid #ccc; font-weight: 800;}
.classynav ul li .megamenu .single-mega.cn-col-5{ height: 250px; padding:5px 15px; width: 256px; text-align: left; }
.classynav ul li .megamenu .single-mega a{ color: #666;}

.hero-area .breaking-news-area .ticker li{}

.header-area .newspaper-main-menu .classy-nav-container {
  background-color: transparent; }
.header-area .newspaper-main-menu .classy-navbar {
  height: 56px;
  padding: 0; }
.header-area .newspaper-main-menu .classy-navbar .logo {
display: none; }
.header-area .newspaper-main-menu .classy-navbar .logo a {
  display: block;
  max-width: 160px; }
   
.header-area .newspaper-main-menu .classy-navbar .classynav ul li a {
font-weight: 500; }
.header-area .newspaper-main-menu .classy-navbar .classynav ul li a:hover, .header-area .newspaper-main-menu .classy-navbar .classynav ul li a:focus {
  font-weight: 500;
  color: #121212; }
.header-area .newspaper-main-menu .classy-navbar .classynav .subMenu_l{ display: block; float: left;}
.header-area .newspaper-main-menu .classy-navbar .classynav .subMenu_r{ display: block; float: right;}
.header-area .newspaper-main-menu .classy-navbar .classynav > .subMenu_r > li > a{
text-transform: capitalize;
padding:12px 0 11px 30px;
background-color: transparent;
line-height: 1;
font-size: 13px;
color: #fff;
font-weight: 500;
font-family: 'NanumSquareR';
	
}
.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a {
text-transform: capitalize;
padding:8px 10px 11px 10px;
background-color: transparent;
line-height: 1;
font-size: 16px;
color: #fff;
font-weight: 500; }

.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:hover, .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:focus {
  color: #fff; }
.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a {
position: relative;
z-index: 1;
color:  #fff; }
.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a::before {
 background-color: #fff;

 width: 100%;
 height: 3px;
 position: absolute;
 top:41px;
 left: 0;
 content: '';
 z-index: 10; }
  
.header-area .is-sticky #stickyMenu {
background-color: #fff;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
border-bottom: none;
	border-top:  none;
}
.header-area .is-sticky #stickyMenu a{color: #121212;}
.header-area .is-sticky #stickyMenu .active > a::before {
	 background-color: #4ea1e6;
	
}

/* :: 5.0 Hero Area */
.hero-area {
  position: relative;
  z-index: 1;
  padding: 50px 0 80px; }
  .hero-area .breaking-news-area {
position: relative;
	height: 60px;
z-index: 1; }
.hero-area .breaking-news-area .news-title {
  min-width: 150px;
  height: 38px;
  background-color: #121212;
  text-align: center;
  padding: 0 20px; }
  .hero-area .breaking-news-area .news-title p {
margin-bottom: 0;
font-weight: 500;
color: #fff;
line-height: 38px; }

  .hero-area .breaking-news-area .news-title.title2 {
background-color: #152535; }
 
.hero-area .breaking-news-area .ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  background-color: #f3f5f8; }
 
  .hero-area .breaking-news-area .ticker ul {
width: 100%;
position: relative;
z-index: 1; }
.hero-area .breaking-news-area .ticker ul li {
  display: none;
  width: 100%; }
  .hero-area .breaking-news-area .ticker ul li a {
display: block;
font-size: 14px;
color: #152535;
height: 38px;
line-height: 38px; }
.hero-area .breaking-news-area .ticker ul li a:hover, .hero-area .breaking-news-area .ticker ul li a:focus {
  color: #fff; }


.hero-add {
  position: relative;
  z-index: 1; }
.top_ad{margin: auto; text-align: center;}
 

/* :: 6.0 Blog Post Area */
.sports-section{margin-bottom:20px; padding-bottom: 10px; margin-top: 10px; position: relative; border-bottom: 1px solid #dedede;}
.sports-section:last-child{ border-bottom:none;}
.column-section .small-featured-post .post-data{height:60px; overflow: hidden;}
.sports-section .small-featured-post .post-data{height:80px; overflow: hidden;}
.single-blog-post {
  position: relative;
  z-index: 1; }
  .single-blog-post .post-thumb a {
display: block; }
.single-blog-post .post-thumb02 { height:242px; overflow: hidden; background: #000; }
.single-blog-post .post-thumb03 { height:260px; overflow: hidden; background: #000; }
.welcome-post .post-thumb{height:414px; overflow: hidden; background: #000;}
.welcome-post .post-thumb02{height:206px; overflow: hidden; }
  .single-blog-post .post-data {
padding:15px 0;  }
  .post-catagory {
	font-family:'NanumSquareR';
  font-size:16px;
  color: #121212;
  text-transform: uppercase;
  font-weight: bold;
  display: block; }
.color_txt{ color: #227cdd;}
.height100{height:50px; overflow: hidden; display: block;}
.height40{height:40px; overflow: hidden; display: block;}
.single-blog-post .post-data .post-title {
  display: block; }
  .single-blog-post .post-data .post-title h6 {
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
line-height: 1.4; }
.single-blog-post .post-data .post-title h6:hover, .single-blog-post .post-data .post-title h6:focus {
			text-decoration: underline;
  color: #121212; }
.single-blog-post .post-data .post-meta .post-date a {
	color: #828282;
  display: block; }
.single-blog-post .post-data .post-meta .post-by{font-size: 12px; color: #828282;}
  .single-blog-post .post-data .post-meta .post-date a:hover, .single-blog-post .post-data .post-meta .post-date a:focus {
   text-decoration: underline; }
.single-blog-post .post-data .post-meta .post-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }
  .single-blog-post .post-data .post-meta .post-like span {
line-height: 1;
margin-left: 15px; }
.single-blog-post .post-data .post-meta .post-like span:hover, .single-blog-post .post-data .post-meta .post-like span:focus {
  color: #121212; }
.single-blog-post .post-data .post-meta .post-comment {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }
  .single-blog-post .post-data .post-meta .post-comment span {
line-height: 1;
margin-left: 15px; }
.single-blog-post .post-data .post-meta .post-comment span:hover, .single-blog-post .post-data .post-meta .post-comment span:focus {
			text-decoration: underline;
  color: #121212; }
  .single-blog-post.style-2 .post-data {
padding: 15px 0; }
.single-blog-post.style-2 .post-thumb {
	height: 160px;
	overflow: hidden;
   }
.single-blog-post.style-2 .post-data .post-title h6 {
  font-size: 14px; }
.single-blog-post.style-2 .post-data .post-meta .post-date a {
  font-size: 12px; }
  .single-blog-post.style-3 {
margin-bottom: 15px; }
.single-blog-post.style-3 .post-data {
  padding: 10px 0 0 0; }
  .single-blog-post.style-3 .post-data .post-title h6 {
font-size: 18px;
line-height: 1.7;
margin-bottom: 10px; }
  .single-blog-post.featured-post {
position: relative;
z-index: 1; }
.single-blog-post.featured-post .post-data {
  padding: 30px 0; }
  .single-blog-post.featured-post .post-data .post-title h6 {
font-size: 40px;
line-height: 1.2;
margin-bottom: 20px;
font-weight: 500; }

  .single-blog-post.featured-post .post-data .post-author {
margin-bottom: 15px;
display: block;
width: 100%; }
.single-blog-post.featured-post .post-data .post-author a {
  display: inline-block;
  color: #121212; }
  .single-blog-post.featured-post .post-data .post-excerp {
font-weight: 500;
margin-bottom: 40px;
display: block;
line-height: 2.1; }
.single-blog-post.featured-post.single-post .post-data {
  padding: 30px 0; }
  .single-blog-post.featured-post.single-post .post-data p {
margin-bottom: 30px; }
  .single-blog-post.featured-post.single-post .post-data .related--post {
display: block;
font-size: 18px;
color: #2c61db;
margin: 40px 0; }
.single-blog-post.featured-post.single-post .post-data .related--post:hover, .single-blog-post.featured-post.single-post .post-data .related--post:focus {
  color: #121212; }
  .single-blog-post.featured-post-2 {
position: relative;
z-index: 1;
margin-bottom: 15px; }
.single-blog-post.featured-post-2 .post-data {
  padding: 15px 0; }
  .single-blog-post.featured-post-2 .post-data .post-title h6 {
font-size: 18px;
line-height: 1.55;
margin-bottom: 20px;
font-weight: 500; }
  .single-blog-post.featured-post-2 .post-data .post-author {
margin-bottom: 15px;
display: block;
width: 100%; }
.single-blog-post.featured-post-2 .post-data .post-author a {
  display: inline-block;
  color: #121212; }
  .single-blog-post.small-featured-post {
position: relative;
z-index: 1;
   padding: 10px 0;
	  margin-left: -20px;
}
.column-section .single-blog-post.small-featured-post{margin-left: 0;}

.single-popular-post .post-thumb {
	position: absolute; 
	right: 0;
	top: 0;
		background: #f4f4f4;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
		height:40px;
		overflow: hidden;
  margin-left:15px; }
.single-blog-post.small-featured-post .post-thumb {
		background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  width: 180px;
		height:120px;
		overflow: hidden;
	text-align: center;
  margin-right: 15px; }
.column-section .post-thumb04{
	background: #f4f4f4;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
		height:60px;
		overflow: hidden;
  margin-left: 15px;
	margin-right: 0;
	
}
.single-blog-post.small-featured-post .post-data {
		font-size: 12px;
  padding: 0; }
  .single-blog-post.small-featured-post .post-data .post-catagory {
margin-bottom: 10px;
line-height: 1; }
  .single-blog-post.small-featured-post .post-data .post-title h6 {
font-size: 14px;
line-height: 1.4;
font-weight: 100; }
  .single-blog-post.small-featured-post .post-data .post-date {
		  font-size:12px;
		  font-weight: 100;
		  overflow: hidden;
	  height: 58px;
margin-bottom: 0;
line-height: 1.4; }
.single-blog-post.small-featured-post .post-data .post-by {
		  font-size:12px;
		  font-weight: 100;
margin-bottom: 0;
line-height: 1.4; }
.single-blog-post.small-featured-post:first-child {
  padding-top:0; }
.single-blog-post.small-featured-post:last-child {
 
  border-bottom:none; }



.newspaper-tags {
  position: relative;
  z-index: 1;
  padding: 30px 0; }
 
  .newspaper-tags span {
font-size: 14px;
color: #393939;
font-weight: 500;
padding-right: 5px; }
  .newspaper-tags ul li a {
display: inline-block;
color: #828282;
font-weight: 500;
padding-right: 3px; }
.newspaper-tags ul li a:hover, .newspaper-tags ul li a:focus {
  color: #121212; text-decoration: underline; }



.popular-news-widget {
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  padding:10px 6px; 
	margin: auto;
	text-align: center;
}

.popular-news-widget02 {
	background-color: #f4f4f4;
  }
.popular-news-widget03 {
  position: relative;
	background-color: #f4f4f4;
  z-index: 1;
  padding:30px;
margin: -44px 0 0 3px;
	
}
.ffum {
	margin-top: 30px;
  position: relative;
  z-index: 1;
  }

 .popular-news-widget h3, .ffum h3 {
font-size: 16px;
margin-bottom: 10px;
font-weight: bold;
	font-family: 'NanumSquareR';
color: #121212; }
   
  .popular-news-widget .single-popular-post {
position: relative;
	height: 45px;
	  overflow: hidden;
z-index: 1;
margin: 0 0 10px 0; }
.popular-news-widget .single-popular-post h6 {
  line-height: 1.6;
  font-weight: 500;
	font-size: 14px;
		margin:0 0 0 20px;
}
  .popular-news-widget .single-popular-post span {
		  display: block;
		  position: absolute;
		  left: 0;
		  top: 10px;
		font-family: 'Rajdhani', 'helveticaneue-ultralight', 'sans-serif-light';
		line-height: 0.8;
margin-right:8px;
		font-size: 20px;
color:#227cdd; }
		 .popular-news-widget .single-popular-post h6 em {
			 display: inline;
		}
  .popular-news-widget .single-popular-post h6:hover, .popular-news-widget .single-popular-post h6:focus {
color: #121212; }
.popular-news-widget .single-popular-post p {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #828282;
  margin-left: 30px;
  line-height: 1; }
.popular-news-widget .single-popular-post:last-child {
  margin-bottom: 0; }

.latest-comments-widget {
  position: relative;
  z-index: 1;
  background-color: #eff4f9;
  padding: 60px 25px; }
  .latest-comments-widget h3 {
font-size: 30px;
margin-bottom: 30px;
font-weight: 400;
color: #152535; }
  .latest-comments-widget .single-comments {
position: relative;
z-index: 1;
margin-bottom: 30px; }
.latest-comments-widget .single-comments .comments-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  max-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-top: 6px; }
  .latest-comments-widget .single-comments .comments-thumbnail img {
border-radius: 50%;
display: block; }
.latest-comments-widget .single-comments .comments-text a {
  display: block;
  font-size: 16px;
  color: #1c1c1c;
  margin-bottom: 10px;
  line-height: 1.9; }
  .latest-comments-widget .single-comments .comments-text a span {
color: #a8a8a8; }
  .latest-comments-widget .single-comments .comments-text a:hover, .latest-comments-widget .single-comments .comments-text a:focus {
text-decoration: underline; }
.latest-comments-widget .single-comments .comments-text p {
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #828282;
  line-height: 1; }
.latest-comments-widget .single-comments:last-child {
  margin-bottom: 0; }

.newsletter-widget {
  position: relative;
  z-index: 1;
  background-color: #02031c;
  padding: 60px 25px; }
  .newsletter-widget h4 {
text-align: center;
color: #121212; }
  .newsletter-widget p {
font-size: 12px;
text-align: center; }
  .newsletter-widget form input {
width: 100%;
height: 50px;
background-color: #44425a;
font-size: 14px;
font-style: italic;
color: #fff;
margin-bottom: 25px;
border: none;
padding: 0 25px; }
  .newsletter-widget form button {
width: 100%;
height: 50px;
background-color: #121212;
font-size: 14px;
font-style: italic;
color: #fff;
border: none;
padding: 0 25px;
border-radius: 0; }
.newsletter-widget form button:hover, .newsletter-widget form button:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fff;
  text-decoration: underline; }

.pagination {
  position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	 cursor: pointer;
  z-index: 1; }
  
  .pagination .page-link {
	 
padding: 0;
font-size:13px;
border: none;
color: #152535;
width: 30px;
height: 30px;
background-color: transparent;
text-align: center;
line-height: 30px; }
.pagination .page-link:hover, .pagination .page-link:focus {
  background-color: #152535;
  color: #fff; }
.pagination .page-item{margin: auto; text-align: center; display: inline-block;}
  .pagination .page-item.active .page-link {
background-color: #152535;
color: #fff; }
  .pagination .page-item:first-child .page-link {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
  .pagination .page-item:last-child .page-link {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.pagination .page-day{text-align: center; padding: 0 10px;margin: auto; text-align: center; display: inline-block; }
.pagination .page-day a{color: #152535;}
.submenu .on a{color:#3f63bf; font-weight: bold;}
.pagination .active a{color:#3f63bf;}
.blog-post-author {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d0d5d8; }
  .blog-post-author .author-thumbnail {
-webkit-box-flex: 0;
-ms-flex: 0 0 90px;
flex: 0 0 90px;
min-width: 90px;
padding-right: 20px;
width: 90px;
height: 90px;
border-radius: 50%; }
.blog-post-author .author-thumbnail img {
  border-radius: 50%; }
  .blog-post-author .author-info a {
display: block;
color: #000000;
font-size: 16px;
margin-bottom: 15px; }
.blog-post-author .author-info a span {
  color: #656565;
  font-style: italic; }
  .blog-post-author .author-info p {
line-height: 2;
margin-bottom: 0; }

.pager {
  position: relative;
  z-index: 1; }
  .pager a {
display: inline-block;
width: 140px;
height: 40px;
line-height: 40px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
background-color: #eff4f9;
text-align: center;
color: #1c1c1c;
margin: 50px 0; }
.pager a.active, .pager a:hover, .pager a:focus {
  background-color: #1c1c1c;
  color: #fff; }
.pager a i {
  font-size: 16px; }

.comment_area {
  border-bottom: 1px solid #d0d5d8;
  padding-bottom: 50px; }
  .comment_area .title {
margin-bottom: 50px; }
  .comment_area .comment-content .comment-author {
-webkit-box-flex: 0;
-ms-flex: 0 0 51px;
flex: 0 0 51px;
min-width: 51px;
margin-right: 45px;
height: 51px;
border-radius: 50%; }
.comment_area .comment-content .comment-author img {
  border-radius: 50%; }
  .comment_area .comment-content .comment-meta {
margin-bottom: 30px; }
.comment_area .comment-content .comment-meta .post-author {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  color: #393939; }
.comment_area .comment-content .comment-meta .post-date {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #656565;
  display: block;
  margin-bottom: 15px; }
.comment_area .comment-content .comment-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500; }
  .comment_area .single_comment_area {
margin-bottom: 30px; }
.comment_area .single_comment_area:last-of-type {
  margin-bottom: 0; }
  .comment_area .children .single_comment_area {
margin-left: 50px;
margin-top: 30px; }

.post-a-comment-area {
  position: relative;
  z-index: 1; }
  .post-a-comment-area h4 {
font-size: 24px;
color: #393939;
margin-bottom: 50px; }

.editors-pick-post-area {
  position: relative;
  z-index: 1;
  background-color: #fffs; }

/* :: 7.0 Video Post Area */
.video-post-area {
  position: relative;
  z-index: 1;
  padding: 0 0 0; }

.single-video-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0s; }
  .single-video-post img {
-webkit-transition-duration: 2000ms;
transition-duration: 2000ms;
width: 100%; }
  .single-video-post .videobtn {
position: absolute;
width: auto;
height: auto;
top: 80px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.single-video-post .videobtn a {
  display: block;
  width: 70px;
  height: 40px;
  border-radius: 5px;
  background-color:#ee002d;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px; }
  .single-video-post .videobtn a:hover, .single-video-post .videobtn a:focus {
background-color: #152535;
color: #fff; }
  .single-video-post:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
.single-video-post p{font-size: 1.2em; color: #333; padding: 10px 0;}

/* :: 8.0 Footer Add Area */
/* :: 9.0 Footer Area */
.footer-area {
  position: relative;
	font-family: dotum;
	padding: 50px 0 20px 0;
  z-index: 1;
  width: 100%;
  background-color: #02031c; }
.footer-area h1{color: #fff; font-size: 14px;line-height: 2.0;}
  .footer-area .footer-widget-area {
	 width: 100%;
	padding: 0 0 20px 0;
    position: relative;
    z-index: 1; }
    .footer-area .footer-widget-area .footer-logo {
      margin-bottom: 30px; }
    .footer-area .footer-widget-area .widget-title {
	font-size: 12px;
      display: block;
      margin-bottom: 30px;
      color: #fff; }
    .footer-area .footer-widget-area .list {
		line-height: 30px;
		font-size: 11px;
      position: relative;
      z-index: 1; }
      .footer-area .footer-widget-area .list li {
		 font-size: 11px;
		   padding: 5px 20px 0 0;
		  color: rgba(255, 255, 255, 0.5); 
        display:inline;}
.footer-area .footer-widget-area .list b{color: #fff;}
        .footer-area .footer-widget-area .list li a {
			font-size: 11px;
          padding: 5px 0;
          color: rgba(255, 255, 255, 0.5); }
          .footer-area .footer-widget-area .list li a:hover, .footer-area .footer-widget-area .list li a:focus {
			font-size: 11px;
            color: #fff; }
  .footer-area .bottom-footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70px; }
    .footer-area .bottom-footer-area p {
		font-size: 11px;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 0; }
      .footer-area .bottom-footer-area p a {
        color: rgba(255, 255, 255, 0.5); }
        .footer-area .bottom-footer-area p a:hover, .footer-area .bottom-footer-area p a:focus {
          color: #fff; }

/* :: 10.0 About Area */
.about-area {
  position: relative;
  z-index: 1; }
  .about-area h2 {
font-weight: 500;
margin-bottom: 50px;
font-size: 40px; }

  .about-area p {
font-weight: 500; }

.single-cool-fact {
  position: relative;
  z-index: 1; }

.single-team-member {
  position: relative;
  z-index: 1; }
  .single-team-member .team-info {
padding: 50px 0;
text-align: center; }
.single-team-member .team-info h5 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #393939; }
.single-team-member .team-info h6 {
  margin-bottom: 0;
  font-size: 14px;
  color: #656565; }

/* :: 11.0 Cool Facts */
.single-cool-fact {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 80px; }
  .single-cool-fact h3 {
font-size: 60px;
margin-bottom: 0;
color: #a5a5a5;
font-weight: 700;
margin-right: 15px; }
  .single-cool-fact .cf-text {
text-align: left; }
.single-cool-fact .cf-text h6 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #393939; }
.single-cool-fact .cf-text span {
  font-size: 12px;
  color: #656565; }

/* :: 12.0 Contact Area */
.map-area {
  position: relative;
  z-index: 2;
  margin-top: 80px; }
  .map-area #googleMap {
width: 100%;
height: 680px; }


.single-contact-information {
  position: relative;
  z-index: 1; }
  .single-contact-information h6 {
font-size: 14px;
border-bottom: 2px solid #121212;
display: inline-block;
color: #121212; }


.contact-form-area .form-control {
  height: 45px;
  width: 100%;
  background-color: #f3f5f8;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
box-shadow: none; }
.contact-form-area textarea.form-control {
  height: 200px;
  padding: 15px 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.contact-area {
  position: relative;
  z-index: 1; }
  .contact-area .contact-title h2 {
font-size: 40px;
color: #393939;
margin-bottom: 80px; }


/*# sourceMappingURL=style.css.map */

.classynav ul li.has-down>a:after, .classynav ul li.megamenu-item>a:after {
font-family: classyfonts;
content: none;
font-size: 12px;
color: #000;
	padding: 0 0 0 0;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}






.main-wrapper-first {
  width: 68.75%;
  margin: 0 auto;
  margin-top: 6rem;
}



.main-wrapper {
  width: 68.75%;
  margin: 0 auto;
	background: #000;
}



/* :: 6.0 Welcome Slides Area */
.welcome-slide-area {
  padding: 0;
  position: relative;
  z-index: 1; 
	margin-top:15px;
}

.single-welcome-slide {
  position: relative;
  z-index: 1; }
  .single-welcome-slide .welcome-post {
border-bottom: 1px solid #fff;
position: relative;
z-index: 1;
overflow: hidden; }
.single-welcome-slide .welcome-post img {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms; }
.single-welcome-slide .welcome-post:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.single-welcome-slide .welcome-post .post-content {
  position: absolute;
  width: 80%;
  bottom:5%;
  left: 5%;
  z-index: 5; }
	.single-welcome-slide .style-2 .post-content {
  position: absolute;
  width: 100%;
  bottom:0;
  left:0;
  z-index: 5;
}
.single-welcome-slide .style-2{ border-left:1px solid #fff;padding-bottom:0.5px; }
   
  .single-welcome-slide .welcome-post .post-content .post-title {
   font-family:'NanumSquareR', 'NanumGothic', "돋움", dotum, sans-serif;
padding: 0 ;
		 line-height:1.2em;
font-size: 2.8rem;
font-weight: 800;
color: #fff;
display: inline-block; }
		.single-welcome-slide .style-2 .post-content .post-title {
   font-family:'NanumSquareR', 'NanumGothic', "돋움", dotum, sans-serif;
		line-height:24px;
font-size:18px;
		font-weight: 100;
color: #fff;
display: inline-block; 
		padding:5px 15px;}
		.single-welcome-slide .style-2 .post-content .post-text {
   font-family:'NanumSquareR', 'NanumGothic', "돋움", dotum, sans-serif;
		line-height:1.2em;
font-size:13px;
color: #fff;
display: block;
		white-space: nowrap;
		text-overflow:ellipsis;
		width: 100%;
		overflow: hidden;
		padding: 8px 15px;}
	.single-welcome-slide .style-2 .img_mask_bg{background: #000; width: 100%; height: 60px; display: block; position: absolute; left: 0; bottom: 0; opacity: 0.5; z-index: -1; }
.single-welcome-slide .style-2 .post-content p{margin: 0;}
		
.single-welcome-slide .welcome-post .post-content .post-title span{background: #000; font-family:'NanumSquareR', 'NanumGothic', "돋움", dotum, sans-serif}

.nav-tabs{border:none; position: absolute; right: 0; top: -4px;}   
.nav-tabs li{display: block; float: right; }
.nav-tabs li a{display: block;width:25px; height:22px;padding: 2px 0; border: 1px solid #eee; text-align: center; background: #f4f4f4; font-size: 11px; font-family:Tahoma,sans-serif; color:#777;}
.nav-tabs .active{background:#0074ef;border: 1px solid #0074ef;font-weight: bold;color: #fff;}


 .single-blog-post .post-data .tag {
   color: #e20378; padding-right:4px; font-size: 13px; font-weight: 100;}
		
 .single-blog-post .post-data .tag-2 {
  color: #37a0b0;padding-right:4px; font-size: 13px; font-weight: 100;}
.single-blog-post .post-data .tag-3 {
			padding-right: 4px;
			font-size: 13px; font-weight: 100;
  color: #ee9202; }
.single-blog-post .post-data .min{font-size: 12px; padding-left: 20px;}
.single-blog-post .post-data p{ margin: 0;}
.single-blog-post .post-data p:after{display: block; clear: both; content: "";}
.unsin{margin: 30px 0;}
.popular{margin-top:20px; text-align: left; padding-left:25px; padding-right:25px;}
.adBox{ padding:20px 30px; }
.top_banner{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 775px;
    position: relative;
    clear: both;
    height: 90px;
}
.top_banner .ad_banner{ position: absolute;
    top: 0;
    left: 0;
    width: 728px; }
.top_banner .ad_clsebtn{ right: 0; bottom: 0; position: absolute;}
.ad_banner02{ border: 1px solid #ccc; width: 250px; height: 250px;}
.text-area{ }
.text_Box{margin:20px 50px 0 0;}
.text_Box em{display: block; width: 4px; height: 4px; border-radius:100%; background: #121212; float: left; margin:9px 8px 0 0; }
.text_Box h6{font-size:17px; font-weight:100; display: inline;}
.text_Box h6:hover,.text_Box p:hover{text-decoration: underline;}
.text_Box span{font-size: 12px; font-weight: 100; line-height: 1.4; color: #828282; padding-left: 15px;}
.text_Box .fr{display: block; position: absolute; right: 0; top:3px;}
.text_Box02{margin:20px 50px 0 0;}
.text_Box div{width: 100%;margin-bottom:20px; position: relative;}
.text_Box02 h6:hover,.text_Box02 p:hover{text-decoration: underline;}
.text_Box02 div{width: 100%; height: 70px; overflow: hidden; margin-bottom:25px;}
.timelineBox{padding: 30px 0 0 0; margin: 0 -8px 0 12px; border-right:1px solid #ddd; padding-right: 10px; }
.timelineBox .post-data{}
.timelineBox .bultime{ background: url('../img/core-img/bul_time.png') 0 4px no-repeat;  }
.timelineBox .bulday{ background: url('../img/core-img/bul_day.png') 2px 5px no-repeat;  }
.timelineBox .post-meta{padding: 0 0 0 10px;border-left: 2px solid #ededed; margin-left:6px;}
.timelineBox .post-title{ padding-top: 8px;}
.column-section{ border-left:1px solid #eee; padding: 25px 0 32px 0;}
.un_formBox{}
.un_formBox span{display:block; float: left; margin:4px 2px;}

.input{height: 33px;
	padding-left: 10px;
font-size: 12px;
line-height: 33px;
	width: 164px;
border: 1px solid #ddd;}
.btn-primary{
position: relative;
color: #121212;
background: url('../img/core-img/secl_bul.png') 90% 14px no-repeat;
background-color: #fff;
height: 33px;
border: 1px solid #ddd;
text-align: left;
padding:0 10px;
font-size: 12px;
line-height: 33px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
}
.btn-primary option {
background: #fff;
color: #121212;
display: block;
padding: 10px 0;
border: 1px solid #ccc;
line-height: 40px;
	margin: 10px 0;}
.btn_unsin{ background: #4434c2; color: #fff; border-radius:0; margin: 5px 0 auto; text-align: center; font-size: 13px; }
.btn_Box{margin: auto; text-align: center;}
.app_list{margin: auto; text-align: center;}
.app_list:after{display: block; clear: both; content: "";}
.app_list li{ float: left; font-size: 12px; margin:0 0 0 20px;}
.app_list li a{font-size: 12px; color: #121212;}
.app_list img{display: block; margin: auto; text-align: center; margin-bottom: 8px;}
.justify-content-center{border:1px solid #dedede; padding: 30px 20px 0 20px; margin: 0; }
.hoseBn{margin-top: 30px;}
.hoseBn div{margin-bottom: 15px;}
.hoseBn div img{width: 250px;}
.subcontent{margin-top: 30px;}
.subcontent .post-catagory{font-size:30px;}
.subcontent .subtit{ position: relative; border-bottom: 2px solid #121212; }
.subcontent .submenu{font-size:13px; position: absolute; right: 0; top: 8px; }
.subcontent .submenu li{display: inline; padding-left: 20px;}
.subcontent .submenu a:visited{color: #121212;}
.submenu .on a:visited{color: #3f63bf;}
.subcontent .single-blog-post.small-featured-post{margin-left: 0; padding: 20px 0; border-bottom: 1px solid #eee;}
.subcontent .single-blog-post.small-featured-post .post-data .post-title h6{font-size: 19px; font-weight: 700;}
.subcontent .single-blog-post.small-featured-post .post-data .post-date{font-size:14px; }
.subcontent .single-blog-post.small-featured-post .post-data .post-day{font-size: 12px; margin-top: 8px;}
.subcontent .single-blog-post.small-featured-post .post-thumb img{max-width: 100%; min-height: 120px; display: block; text-align: center; margin: auto;}
.article_right{width: 300px; overflow: hidden; padding: 0; margin: 50px 0 0 0;}
.article_right div{ text-align: center; margin: auto;margin-bottom:50px;}
.article{margin:20px 0;}
.article table{margin: auto;}
.articleBox{margin:0 30px 0 20px;}
.article .top_ad{ padding: 0 20px;border-bottom: 1px solid #ddd; }
.article_top{ margin:20px 20px 0 20px;border-bottom: 1px solid #eee; }
.article_top .catagory{ margin: 0 0 4px 0;}
.article_top .catagory a{color:#e20378; font-size: 16px; font-weight: bold;} 
.article_top .article-title{font-size: 34px; line-height: 1.425; letter-spacing: -3px; font-weight: normal; font-family: 'NanumSquareR';}
.article_top .info-view{color: #919191; font-size: 13px;}
.article_top .info-view span{padding-right: 25px;}
.article .post-meta{ margin:30px 0;color: #222; font-size: 17px;  line-height:31px; letter-spacing: -0.02em; font-weight: normal; } 
.article .post-meta p{color: #222; font-size: 17px;  line-height: 1.625; letter-spacing: -0.02em; font-weight: normal;}
.article .post-thumb{margin: 50px auto; text-align: center;}
.sclink{margin: 20px 0;}
.sclink li{ line-height: 20px; height: 22px; font-size: 17px; margin-bottom: 15px; overflow: hidden; }
.sclink li a{color: #222; font-size: 17px;}
.sclink li span{display: block; float: left; width:5px; height:5px; border-radius:2.5px; margin: 8px 10px 0 0; background: #000;} 
.article img{display: block;border: 1px solid #eee; }
.article table td.caption{font-size: 14px; padding: 5px 20px; border: 1px solid #eee; border-top: none; margin-bottom:20px; display: block;}
.article table tbody{background: #fff;}

.container {
   width: 1280px;max-width: none !important;
}
.classy-menu{width: 100%;}
.breakpoint-off .classynav{display: block;}


.serchList{margin:30px 20px;}
.serchList .single-blog-post.small-featured-post{width: 860px;}
.serchList .single-blog-post.small-featured-post .post-data .post-title h6 {
    font-size: 16px;
    font-weight: 700;
}
.seachBox02{    margin: auto;
    padding: 50px 0;
    text-align: center;
    background: #f4f4f4;
    margin-right: 50px;
	margin-bottom: 20px;
}

.seachBox02 .search-form form {
width: 100%;
height: 60px;
    margin: 0 40px;
position: relative;
z-index: 2;
   }

.seachBox02 .search-form form input {
	width: 800px;
  height: 100%;
  border: 1px solid #eee;
  background-color:#fff;
border-radius:0; 
  padding: 0 15px;
  font-size: 18px;
	font-family: 'NanumSquareR';
	font-weight: bold;
 color: #121212; }
  .seachBox02 .search-form form input.form-control {
box-shadow: none; }
.seachBox02 .search-form form button {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 10;
  border: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  outline: none; }
.seachBox02 .search-form form .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }
.seachBox02 .search-form form .form-control::-moz-placeholder {
  color: #000;
  opacity: 1; }
.seachBox02.search-form form .form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1; }
.seachBox02 .search-form form .form-control::-ms-input-placeholder {
  color: #000;
  opacity: 1; }
.seachBox02 .search-form form .form-control::placeholder {
  color: #000;
  opacity: 1; }

.search-option{font-size: 18px;
    font-family: 'NanumSquareR';
}