﻿/* KWIS Template */
@charset "utf-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: 'Nanum Gothic', sans-serif;
	vertical-align: baseline;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: -0.025em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  height: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------------------------
	Basic Styling
--------------------------------------------------------*/
body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	font-family: 'Nanum Gothic', sans-serif;
	font-size:16px;
	color:#666;
	letter-spacing: -0.025em;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input::-moz-focus-inner {
  border: 0;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

.dimmed {width:100%;height:100%;background:#000;filter:alpha(opacity=30);-moz-opacity:0.75;-khtml-opacity:0.75;opacity:0.3;position:fixed;top:0; z-index:1000;cursor:url('/images/close_cursor.ico'), default;#cursor:default;cursor:default\0/IE8+9}

.tm-white a {
	color: #fff;
}

/* img */
img {
	max-width: 100%;
	height: auto;
}
/* overlay */
.overlay {
	width: 100%;
	box-sizing: border-box;
	padding-top: 200px;
	padding-bottom: 180px;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

/* --  background image section  -- */


.pager #prev-btn , #next-btn {cursor:pointer;}

.bg-gray {background:#f5f5f5;}
.bg-fff {background: #fff;}
.fontR {font-weight: 400;}
.fontB {font-weight: 700;}
.fontEB {font-weight: 800;}


.marginB20 {margin-bottom:20px;}
.marginb0 {margin-bottom:0;}
.marginT5 {margin-top: 5px;}
.marginT30 {margin-top: 30px;}
.marginT100 {margin-top: 100px;}

/* end media 360 */









/* -- kim seong hyun  -- */



/* -- section  -- */
.section {
    position: relative;
}
.md-padding {
    padding-top: 50px;
    padding-bottom: 120px;
}
.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
/* --  background section  -- */
.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.bg-dark {
    background-color: #1C1D21;
}
/* --  background image section  -- */
.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
	  background: url(../images/kwisorg/bg.jpg) no-repeat
}
.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #1C1D21;
}
/* --  section header  -- */
.section-header {
    position: relative;
    margin-bottom: 30px;
}
.section-header .title {
    text-transform: capitalize;
		color: #4a90e2;
		font-weight: 700;
		margin-left: 15px;
}
.text-center .title:after {
    margin: 20px auto 0px;
}
/* --  Input  -- */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"] {
    height: 40px;
    width: 100%;
    color: #354052;
    padding: 0px 10px;
}
textarea {
    padding: 10px 10px;
    min-height: 300px;
		width: 100%;
    resize: vertical;
}

/* --  Buttons  -- */
.main-btn, .white-btn, .outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}
.main-btn {
    background: #4a90e2;
    color: #FFF;
		width: 220px;
	  border-radius: 30px;
}
.white-btn {
    background: #FFF;
    color: #10161A !important;
}
.outline-btn {
    background: transparent;
    color: #6195FF !important;
    border-color: #6195FF;
}
/*------------------------------------*\
	Logo
\*------------------------------------*/
.navbar-brand .logo {
    max-height: 28px;
    display: block;
}
/*------------------------------------*\
	Navigation
\*------------------------------------*/
#nav {
    padding: 10px 0px;
		-webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 10;
}
#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}
#nav.nav-transparent {
    background: transparent;
}
/* -- default nav -- */
@media only screen and (min-width: 768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
			padding: 0;
			margin-left: 15px;
			margin-top: 10px;
	}
	.main-nav li {
        padding: 0px 20px;
    }
    .main-nav li a {
        font-size: 17px;
				font-weight: 700;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    .main-nav>li>a {
        color: #fff !important;
        padding: 15px 0px;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fff;
    }
    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        color: #6195FF;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #52a2ff;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }
    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: #ffffff;
        width: 200px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
				border-radius: 5px;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .dropdown li a {
        display: block;
        color: #4a4a4a;
        border-top: 1px solid #d8d8d8;
        padding: 10px 0px;
    }
		.dropdown li a:hover {
			  color: #4a90e2
		}
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-collapse {
        display: none;
    }
}
/* -- mobile nav -- */
@media only screen and (max-width: 767px) {
    #nav {
        padding: 0px 0px;
    }
    #nav.nav-transparent {
        background: none;
    }
		.main-nav {
        position: fixed;
        right: 0;
        width: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        background: #1C1D21;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, 0.1);
    }
    .main-nav li a {
        display: block;
        color: #FFF;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>li.active {
        border-left: 6px solid #6195FF;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: #4a90e2;
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }
    .dropdown li a {
        padding: 6px 25px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
}
/* -- nav btn collapse -- */
.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 10000;
}
.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}
.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}
.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #ffffff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}
.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}
#nav.open .nav-collapse span {
    background: transparent;
}
#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}
#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}
/*------------------------------------*\
	Header
\*------------------------------------*/
header {
    position: relative;
}
#home {
    height: 100vh;
}
.home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
		z-index: 10
}
.mainHeaderBox .home-content img {
	margin-bottom: 30px
}
.mainHeaderBox .home-content h1 {
  text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}
.mainHeaderBox .home-content .web {
  color: #ffffff;
	font-size: 19px;
	line-height: 30px;
	display: block
}
.mainHeaderBox .home-content .mobile {
	display: none
}
.mainHeaderBox .home-content button {
  margin-top: 20px;
}
.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}
/*------------------------------------*\
	Footer
\*------------------------------------*/
#footer {
    position: relative;
		border-top: 1px solid #dedede
}
.footer-logo {
    text-align: left;
    margin-bottom: 40px;
}
.footer-logo>a>img {
    max-height: 80px;
}
.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}
.footer-follow .head {
		margin-bottom: 15px;
}
.footer-follow h4, .footer-follow h4 a {
		color:#000000;
		font-weight: 700;
		font-size: 18px;
}
.footer-follow li {
    display: inline-block;
    margin-bottom: 13px;
}
.footer-follow li a {
  display: inline-block;
  text-align: center;
}
.footer-follow  li .inListBox {
	padding-left: 0;
	list-style: none;
	position: absolute;
}
.inListBox li {
	display: block;
	margin-bottom: 0;
	font-size: 16px;
}
.inListBox li a {
	color: #4a4a4a
}
.footer-copyright {
	font-size: 16px;
	text-align: center
}
/*------------------------------------*\
	Responsive
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .section-header h2.title {
  		font-size:31.5px;
	}
  .main-btn , .default-btn , .outline-btn , .white-btn  {
  		padding: 8px 22px;
  		font-size:14px;
	}
  .home-content h1 {
		font-size:36px;
	}
  .header-wrapper h2 {
      margin-bottom: 20px;
      text-align: center;
      display: block;
  }
  .header-wrapper .breadcrumb {
      float: none;
      text-align: center;
  }
	.footer-logo {
			text-align: center;
			margin-bottom: 40px;
	}
}
@media only screen and (max-width: 480px) {
	.home-content h1 {
		font-size:22px;
	}
	.mainHeaderBox .home-content .web {
		display: none
	}
	.mainHeaderBox .home-content .mobile {
		color: #ffffff;
		font-size: 15px;
		line-height: 30px;
		display: block
	}
	.footer-follow h4, .footer-follow h4 a {
			color:#000000;
			font-weight: 700;
			font-size: 16px;
	}
	.inListBox li {
		display: block;
		margin-bottom: 0;
		font-size: 14px;
	}
	.footer-copyright {
		font-size: 13px;
		text-align: center
	}
}

/*------------------------------------*\
	Back to top
\*------------------------------------*/
#back-to-top {
  	display:none;
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
  	width: 50px;
  	height: 50px;
  	line-height: 50px;
  	text-align: center;
  	background: #6195FF;
  	border-radius:3px;
  	color: #FFF;
  	z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  	cursor: pointer;
}
#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}
#back-to-top:hover {
    opacity: 0.8;
}
/*------------------------------------*\
	sub Page top
\*------------------------------------*/
.sub_Nav {
	background: url(../images/bg.jpg) no-repeat;
	height: 100px;
	padding: 25px 0px !important
}
/*------------------------------------*\
	About
\*------------------------------------*/
.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}
.about span {
    font-size: 50px;
    color: #4a90e2;
    margin-bottom: 20px;
		font-weight: 700;
}
.sub-header1 {
		text-align: center;
		margin-bottom: 40px;
		color: #000
}
.about-con {
	margin-top: 60px;
}
.about-con div h4 {
	color: #4a4a4a;
	font-weight: 700;
	margin-bottom: 15px
}
.about-con div p {
	color: #4a4a4a;
	margin-bottom: 30px
}
.about-con .bottomBox {
	margin-top: 50px;
	text-align: right
}
/*------------------------------------*\
	Kwis
\*------------------------------------*/
.sub-header2 {
		text-align: left;
		margin-bottom: 40px;
		color: #000;
		margin-left: 15px;
}
.kwis_groupBox {
		text-align: center;
		margin-bottom: 30px;
}
.third-header {
		text-align: left;
		margin-bottom: 40px;
		color: #000;
		margin-left: 15px;
}
.third-header h4 {
		font-weight: 700;
		margin-bottom: 15px;
}
.third-header p {
	color: #4a4a4a;
}
.tableBox {
	margin-left: 15px
}
.tableBox .kwisTable:first-child {
	margin-top: 0
}
.tableBox .kwisTable {
	text-align: center;
	margin-top: 15px;
	min-width: 550px;
}
.tableBox .kwisTable tbody tr th {
	background-color: #f3f4f5; vertical-align: middle;
	text-align: center;
	width: 140px
}
.tableBox .kwisTable tbody tr td {
	vertical-align: middle;
	text-align: center
}
.tableBox .kwisTable tbody tr th, .tableBox .kwisTable tbody tr td {
	padding: 5px 15px
}
.tableBox .kwisTable tbody tr td:first-child {
	width: 150px;
}
.kwis-con {
	margin-top: 60px;
}
.kwisBox span {
    font-size: 20px;
    color: #4a90e2;
    margin-bottom: 5px;
		font-weight: 700;
		display: block
}
.kwisBox ul {
	margin-bottom: 30px;
}
/*------------------------------------*\
	TBA-LIVE
\*------------------------------------*/
.tba_liveTopimg {
	margin-bottom: 45px;
}
.tbalist {
	 border: none
}
.tbalist .tba_Thumnail_img {
	 padding-left: 0;
}
.tbalist-group .tbalist:focus, .tbalist-group .tbalist:hover {
	 background: none
}
.tbalist-group .list-group-item {
    height:auto;
    min-height:180px;
}
.tbalist .list-group-item-heading {
	font-weight: 700
}
/*------------------------------------*\
	Contact
\*------------------------------------*/
.contactFormBox {
	margin-top: 30px
}
.contactFormBox h3 {
	color: #000000; font-weight:700
}
.contact-form {
    text-align: center;
    margin-top: 20px;
}
.contact-form input {
    margin-bottom: 20px;
}
.contactFormBox .contact-btn {
	margin-top: 30px;
}
.contact_eximg {
	margin-bottom: 30px;
}










