﻿
/*나눔FONT*/
@import url(//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css);

/* Responsive */
@media (max-width: 479px) {
	body {
		font-size: 13px;
	}
}

/* Home Slider - Revolution Slider */
.slider-container {
	background: #171717;
	height: 500px;
	overflow: hidden;
	width: 100%;
	direction: ltr;
}

.slider-container .tparrows {
	border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
	display: none;
}

.slider-container .top-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
}

.slider-container .main-label {
	color: #FFF;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
	color: #FFF;
	font-size: 52px;
	line-height: 52px;
	font-weight: 800;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}

.slider-container .blackboard-text {
	color: #BAB9BE;
	font-size: 46px;
	line-height: 46px;
	font-family: "Shadows Into Light", cursive;
	text-transform: uppercase;
}

.slider-container .btn-slider-action {
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	padding: 20px 25px;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
	color: #333;
}

.slider-container .tp-caption-dark a {
	color: #333;
}

.slider-container .tp-caption-dark a:hover {
	color: #333;
}

.slider-container .tp-caption-overlay {
	background: #000;
	padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
}

.slider-container .tp-opacity-overlay {
	background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
	background-color: transparent;
}

.slider-container.light {
	background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
	opacity: 0.05;
	top: 0;
	bottom: auto;
	z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
	color: #333;
}

.slider-container.light .tp-caption a {
	color: #333;
}

.slider-container.light .tp-caption a:hover {
	color: #333;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	border: 0 !important;
}



.qodef-btn {
	font-family: Lato, sans-serif;
}
.qodef-btn {
	margin: 0px; padding: 10px 50px; outline: 0px; border-radius: 0px; transition:color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; width: auto; text-transform: lowercase; line-height: 2em; font-size: 14px; font-weight: 500; vertical-align: middle; display: inline-block; position: relative; cursor: pointer; box-sizing: border-box; -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.qodef-btn-large.qodef-btn {
	padding: 6px 42px; font-size: 15px;
}
.qodef-btn-icon.qodef-btn-large.qodef-btn {
	padding: 6px 34px;
}

.qodef-btn-solid.qodef-btn {
	border: 2px solid transparent; border-image: none; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);
}
.qodef-btn-icon.qodef-btn-solid.qodef-btn .qodef-btn-text {
	transition:0.25s ease-in-out; display: inline-block; position: relative; transform: translateX(6px); -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
.qodef-btn-icon.qodef-btn-solid.qodef-btn > i {
	transition:0.25s ease-in-out; opacity: 0; transform: translateX(-10px); -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
.qodef-btn-icon.qodef-btn-solid.qodef-btn > span:not(.qodef-btn-text) {
	transition:0.25s ease-in-out; opacity: 0; transform: translateX(-10px); -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
.qodef-btn-icon.qodef-btn-solid.qodef-btn:hover .qodef-btn-text {
	opacity: 1; transform: translateX(0px); -webkit-transform: translateX(0); -moz-transform: translateX(0);
}
.qodef-btn-icon.qodef-btn-solid.qodef-btn:hover > i {
	opacity: 1; transform: translateX(0px); -webkit-transform: translateX(0); -moz-transform: translateX(0);
}
.qodef-btn-icon.qodef-btn-solid.qodef-btn:hover > span:not(.qodef-btn-text) {
	opacity: 1; transform: translateX(0px); -webkit-transform: translateX(0); -moz-transform: translateX(0);
}



.tp-caption a { color:#ff7302;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out; }
.tp-caption a:hover { color:#ffa902; }
.tp-caption .stext { font-family:Nanum Gothic, sans-serif; text-transform:none;  font-weight:400;  margin:0px;  }
.tp-caption .hh2 { font-size:25px; font-weight:600; }
.tp-caption .hh3 { font-size:35px; font-weight:600; }
.tp-caption .hh4 { font-size:45px; font-weight:600; }
.tp-caption .hh5 { font-size:55px; font-weight:600; }
.tp-caption .hh6 { font-size:65px; font-weight:600; }
.tp-caption .hh2-red { font-size:25px; color: rgb(233, 27, 35); font-weight:600; }
.tp-caption .hh3 { font-size:35px; font-weight:600; }

.tp-caption .pp2 { font-size:20px; font-weight:600; }
.tp-caption .pp3 { font-size:30px; font-weight:600; }
.tp-caption .pp3-red { font-size:30px; color: rgb(233, 27, 35); font-weight:600; }
.tp-caption .pp4 { font-size:40px; font-weight:600; }
.tp-caption .pp5 { font-size:50px; font-weight:600; }
.tp-caption .pp6 { font-size:60px; font-weight:600; }












/*.revslide .stext { margin: 0px; text-transform: uppercase; font-weight: 400; }
.revslide .p1 { font-size: 35px; }
.revslide .h1 { margin: 5px 0px; font-size: 55px; }
.revslide span { }
.revslide .h2 { font-size: 20px; }
.revslide .h3 { padding: 9px 0px; font-size: 20px; }
.revslide .h4 { padding: 0px; text-align: center; font-size: 85px; }
.revslide .h5 { padding: 0px; text-align: center; font-size: 30px; font-weight: 300; }
.revslide .h6 { padding: 0px; font-size: 50px; }
.revslide .p5 { padding: 0px; font-size: 25px; }
.revslide .p6 { padding: 0px; text-transform: none; font-size: 15px; font-weight: 300; }
*/