/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: Nick
Author URI: https://oceanwp.org/about-me/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce
Version: 1.6.4.1552484757
Updated: 2019-03-13 22:45:57

*/


/*--------------------------------------
 * Default
**--------------------------------------*/
html, body, button, input, select, textarea, pre, a, h1, h2, h3, h4, h5, p, span {
	font-family: 'Noto Sans KR', NotoSansKR, '나눔고딕', NanumGothic, 'Nanum Gothic', '맑은 고딕', 'malgun gothic', AppleGothicNeoSD, 'Apple SD 산돌고딕 Neo', 'Microsoft NeoGothic',  'Droid sans', sans-serif !important;
}

body {
    /*background: url(./imgs/bg_grid-compressor.png);*/
	background-color: #f2f2f2;
}

#content-wrap {
    background-color: #fff;
    padding: 20px !important;
	margin-bottom: 20px;
}

@media only screen and (max-width: 414px) {
	#content-wrap {
    padding: 10px !important;
	}
	.copybanner {
		display: block;
	}
}

@media only screen and (max-width: 375px) {
	#content-wrap {
    background-color: #fff;
    padding: 10px !important;
	margin-bottom: 20px;
	}
	.copybanner {
		display: block;
	}
}



.fa, .fab, .fas, .far, .icon, .theme-heading .text:before, .icon-home::before, .sidr-class-dropdown-menu ul a:before {
    font-family: fontAwesome !important;
}

.icon, i {
    font-style: normal;
}
.icon-magnifier::before {
    font-family: fontAwesome !important;
    content: "\f002" !important;
}
.icon-close::before {
    content: "\f00d" !important;
}
.icon-home:before {
    content: "\f015" !important;
}
.icon-folder:before {
    font-family: fontAwesome !important;
    content: "\f115" !important;
}
.icon-bubble:before {
    font-family: fontAwesome !important;
    content: "\f27b" !important;
}
.icon-login:before {
    content: "\f011" !important;
}
.icon-action-redo:before {
    content: "\f08b" !important;
}
.icon-people:before {
    content: "\f234" !important;
}

.icon-bubbles:before {
    content: "\f27b" !important;
}
.icon-question:before {
    content: "\f29c" !important;
}
.icon-heart:before {
    content: "\f11a" !important;
}
.icon-bell:before {
    content: "\f0a1" !important;
}
.icon-present:before {
    content: "\f06b" !important;
}
.icon-badge:before {
    font-family: fontAwesome !important;
    content: "\f2bc" !important;
}

.label-link, .color-link {
    color: #2f91f6 !important;
}
.label-bold {
    font-weight: bold;
}
.label-under {
    border-bottom: 1px solid #777;
}

.label-quote::before, .label-quote::after {
    font-family: fontAwesome !important;
    font-size: .7em;
    position: relative;
    top: -7px;
    padding: 3px;
}
.label-quote::before {    
    content: "\f10d";
}
.label-quote::after {
    content: "\f10e";
}

.color-white {
    color: #fff !important;
}
.color-red {
    color: #e0290e !important;
}
.color-blue {
    color: #000fcd !important;
}
.color-blue2 {
    color: #73b5fe;
}
.color-yellow {
    color: rgb(228, 184, 7) !important;
}
.color-green {
    color: rgb(127, 197, 21) !important;
}

.border {
    border: 1px solid #ddd;
}

pre {
    white-space: pre-wrap;
    color: #555;
}

.cut-title, .home .posttitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.float-wrap {
    overflow: hidden;
}
.not-li {
    list-style-type: none;
    text-align: left;
}
.margin0 {
    margin: 0;
}

.bg-red {
    background-color: #932525;
}
.bg-blue {
    background-color: #256693;
}
.bg-grey {
    background-color: #4A4C50;
}

.font-weight {
    font-weight: 900 !important;
}
.font-bold {
    font-weight: 500;
}

/* video */
.mejs-controls {
    display: none !important;
}

/*--------------------------------------
 * Layout
**--------------------------------------*/
.section {
    font-size: 15px;
    color: #777;
    /*border: 1px solid #eee;*/
    margin-bottom: 20px;
}

.section01 {
    font-size: 15px;
    color: #777;
    /*border: 1px solid #eee;*/
    margin-bottom: 20px;
	background-color: #ece9e9;
}


/*--------------------------------------
 * Header
**--------------------------------------*/
.top-header-wrap {
    /*background-color: transparent !important;*/
    padding: 15px 0 !important;
}
#site-header.medium-header #medium-searchform input {
    background-color: #e4e2e2 !important;
    /*border: 1px solid #e9bd9b;*/
	height: 50px;
    border-radius: 50px;
}
#site-header.medium-header #site-logo #site-logo-inner {
    display: flex;
    height: auto !important;
}
#site-header {
    border-bottom: none;
}

#top-bar-nav {
    margin-right: 0 !important;
}
.topbar-content > .m-link {
    margin-left: 10px;
}

.fa-vimeo-square::before {
    content: "\f23a" !important;
}

#site-navigation a {
    font-size: 1em !important;
}
#menu-main_menu > .menu-item > a {
    padding: 0 18px !important;
}

.nav-content {
    display: none;
}

.trail-item {
    list-style-type: none;
    display: inline-block;
}

.page-header {
    background-color: #f2f2f2 !important;
    padding: 0;
}
.page-header-inner {
    background: url(./imgs/bg-sub-compressor.jpg) no-repeat;
    background-size: cover;
    height: 101px;
    padding: 0 15px;
	display: none;/*메인페이지*/
}
.page-header-title, .trail-item > a {
    color: #cfcfcf;
}
.page-header-title {
    position: relative;
    top: 30px;
}
.site-breadcrumbs {
    position: absolute !important;
    right: 15px !important;
}
.page-header-inner > .tax-desc {
    position: absolute;
    left: 18%;
    width: 68%;
    padding: 10px 0;
    line-height: 1.5;
}
.page-header-inner > .tax-desc > p {
    margin-bottom: 0;
    color: #bbb;
}
.tax-desc a {
    color: #72d4fc;
    font-weight: 500;
}
.site-content > .tax-desc {
    display: none;
	padding: 10px;
	margin-bottom: 10px;
	background: #000;
	color: #fff;
}

/*--------------------------------------
 * Home
**--------------------------------------*/
.short_recent_list {
    list-style-type: none;
    margin-top: 20px !important;
    padding-left: 15px;
}
.short_recent_list > li {
    margin-bottom: 7px;
}
.recent-title {
    margin-bottom: 6px;
    text-align: left;
    border-bottom: 1px solid #f7f7f7;
}
.recent-title > a {
    font-weight: normal;
    color: #777 !important;
    border-bottom: none !important;
}
.recent-title > a:hover, .single-post .recent-title > a {
    color: #6fb2fe !important;
}
.single-post .short_recent_list {
    list-style-type: disc;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	.short_recent_list {
    list-style-type: none;
    margin-top: 20px !important;
	margin-bottom: 20px !important;
    padding-left: 15px;
	}
	.short_recent_list > li {
		margin-bottom: 7px;
	}
	.recent-title {
		margin-bottom: 6px;
		text-align: left;
		border-bottom: 1px solid #f7f7f7;
	}
	.recent-title > a {
		font-weight: normal;
		color: #777 !important;
		border-bottom: none !important;
	}
	.recent-title > a:hover, .single-post .recent-title > a {
		color: #6fb2fe !important;
	}
	.single-post .short_recent_list {
		list-style-type: disc;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.short_recent_list {
    list-style-type: none;
    margin-top: 20px !important;
	margin-bottom: 20px !important;
    padding-left: 0px;
	}
	.short_recent_list > li {
		margin-bottom: 7px;
	}
	.recent-title {
		margin-bottom: 6px;
		text-align: left;
		border-bottom: 1px solid #f7f7f7;
	}
	.recent-title > a {
		font-weight: normal;
		color: #777 !important;
		border-bottom: none !important;
	}
	.recent-title > a:hover, .single-post .recent-title > a {
		color: #6fb2fe !important;
	}
	.single-post .short_recent_list {
		list-style-type: disc;
		margin-bottom: 30px;
	}
}


/* -------------------------------------------------
 * Single
** ------------------------------------------------- */
.content-area {
    border-color: #eaedfc;
}

.single-post .page-header-title {
    text-align: center;
}

.single .entry-title {
    border-bottom: none;
}

.site-content .thumbnail > img {
    padding: 3px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.site-content strong {
    color: #555;    
}
.entry-content strong {
    color: #cd6464;
}
.entry-content li > h3 {
    margin-bottom: 0;
}

.home .site-content a, .entry-content a, .single-page-article a, .page-template-contact-page .site-content a, .cat-footer a {
    color: #000fcd;
    padding-bottom: 2px;
}

.bannerbg a {
    color: #fae100 !important;
    padding-bottom: 2px;
    /*border-bottom: 3px solid #b7bfe9;*/
}

.single-post .entry-content a {
    background-color: #fafafa;
}

.entry-content, .single-page-article {
    color: #777;
    font-size: 1.2em;
}
.single-post-title {
    background-color: #fff1e1;
    border: 10px solid #c2cfee !important;
    padding: 10px !important;
    text-align: center;
    color: #444;
}
.entry-content h2 {
    font-size: 1.5em;
    margin-top: 50px;
    color: #555;
}
.entry-content h2:first-child {
    margin-top: 0;
}

.entry-content blockquote {
    border-color: #9f9f9f;
    background-color: #f7f7f7;
    padding: 10px 20px;
}
.entry-content li {
    margin-bottom: 7px;
}

.cat-list-btn {
    text-align: center;
}
.cat-list-btn > a {
    border-bottom: none;
    display: inline-block;
    padding: 7px 20px;
    background-color: #4675E4 !important;
    color: #eee !important;
    border: 1px solid rgb(50, 97, 207) !important;
    border-radius: 20px;
    font-weight: bold;
}
.cat-list-btn > a:hover {
    color: #fff !important;
    background-color: #d33;    
}

.single .post-tags {
    line-height: 3;
}
.single .post-tags > span {
    margin-right: 5px;
}

/* 소셜 */
.single .entry-share {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
}
.social-share-title {
    float: left;
    line-height: 40px;
    margin: 0 !important;
}
.oss-social-share {
    float: right;
    list-style-type: none;
    margin: 0;
}
.oss-social-share > li {
    float: left;
}
.entry-share a {
    width: 40px;
    height: 40px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 3;
    margin-right: .5em;
}
.entry-share.minimal .oss-icon {
    fill: #bbb;
}
.entry-share .oss-icon {
    width: 16px;
    height: 16px;
}


/* 저자 */
.author-bio-avatar::before {
    content: "슈어맨";
    display: block;
    color: #fff;
    background-color: #DD3333;
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.2em;
}

/* 댓글 */
.comment-author-template {
    font-size: 12px;
    color: #999;
}
.comment-content a {
    color: #13aff0;
}
.comment-date, .comment-form-email {
    display: none !important;
}

/* 관련 글 */
.related-post .published {
    display: none;
}

@media only screen and (min-width: 960px) {
    #related-posts .col {
        margin-bottom: 1em;
    }
}

.related-post-title > a {
    color: #555;
}

.comment-form-url {
    display: none;
}
.comment-awaiting-moderation {
    color: red;
}

/* table */
/* .table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table td {
    padding: 10px 5px;
    border: 1px solid #555;
    overflow: hidden;
    word-break: normal;
}
.table th {
    font-weight: 500;
    color: #555;
    padding: 10px 5px;
    border: 1px solid #555;
    background-color: #faf6f3;
    overflow: hidden;
    word-break: normal;
}
.table th, .table td {
    text-align: center;
    vertical-align: top;
} */

.blockquote {
    background-color: #f7f7f7;
    border-left: 7px solid rgb(118, 181, 252);
    font-style: italic;
    padding: 7px;
}


/* -------------------------------------------------
 * Category & Sidebar
** ------------------------------------------------- */
.category .page-header-inner {
    height: 162px;
}

.blog-entry-summary {
    font-size: .9em;
}

/* 사이드바 */
.widget-area .sidebar-box {
    /*border: 4px solid #b7bfe9;*/
    padding: 10px;
}

.widget-title {
    font-size: 1.3em;
    font-weight: 700;
    border-left: none;
    margin-bottom: 20px;
	height: 4.0rem;
    line-height: 3.8rem;
	color: #fff;
	background: url(./imgs/gradient_line.png) no-repeat;
    background-size: 0.8rem 4rem;
    background-color: #222325;
}


/* 카테고리 */
.cat-item > a::before {
    font-family: fontAwesome;
    content: "\f07c";
    color: #be010f;
    margin-right: 10px;
}
.cat-item-1 {
    display: none;
}

/* 댓글 */
.recentcomments::before {
    font-family: fontAwesome;
    content: "\f27b";
    margin-right: 5px;
}

#text-3 p:last-child {
    margin-bottom: 0;
}

/* 프로필 */
.oceanwp-about-me {
    font-size: 1.2em;
}
.oceanwp-about-me img {
    width: 150px;
    height: 150px;
    border-radius: 0 !important;
}

.widget_recent_entries li::before {
    font-family: fontAwesome !important;    
    content: "\f27b";
    margin-right: 7px;
}
.short_comments_list > li::before {
    font-family: fontAwesome !important;
    content: "\f27a";
    margin-right: 7px;
}

.cat-footer {
    background-color: #f7f7f7;
    padding: 15px;
    /*border: 5px dashed #e3b060;*/
    outline: 5px solid #eee;
    margin-top: 30px;
}


/*--------------------------------------------------------------
 * 공지사항, 스포츠분석
** ------------------------------------------------------------- */
.category .page-header-title, .wpforo .page-header-title, .page-id-9 .page-header-title {
    position: absolute;
    left: -9999px;
}

.category-2 .site-main .row, .category-8567 .site-main .row {
    display: block;
    margin-bottom: 40px;
}
.category-2 .post, .category-8567 .post {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.bbs_head {
    overflow: hidden;
    margin: 0;
	border-top: 2px solid #797979;
}

.bbs_body {
    overflow: hidden;
    margin: 0;
    border-top: 1px solid #e3e3e3;
}
.bbs_li {
    list-style-type: none;
    float: left;
    padding: 10px;
    border-right: 1px solid #4e4e4e;  
    text-align: center;
    height: 42px;
}

.bbs_title {
    width: 70%;
}
.bbs_author {
    width: 15%;
}
.bbs_date {
    width: 15%;
    border-right: none;
}

.category-2 .oceanwp-row, .category-8567 .oceanwp-row {
    margin: 0;
}
.bbs_body .entry-title, .recent-title {
    margin: 0;
    font-weight: normal;
    font-size: 1em;
	height: 3rem;
	line-height: 2rem;
    text-align: left;
    display: block;
    width: 99%;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
}

@media only screen and (max-width: 768px) {
	.bbs_body .entry-title, .recent-title {
    margin: 0;
    font-weight: normal;
    font-size: 0.9em;
	height: 3rem;
	line-height: 2rem;
    text-align: left;
    display: block;
    width: 99%;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
	}
	.copybanner {
		display: flex;
	}
}

.bbs_body {
    border-bottom: none;
}
.post:last-child .bbs_body {
    border-bottom: 1px solid #797979;
}

/* 먹폴 픽방 tag 분류 */
.tab-btn-wrap {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    background-color: #3E3E3E;
}
.category-8567 .tab-btn {
    float: left;
    padding: 0 !important;
    border-right: 1px solid #3c3c3d;
    cursor: pointer;
    background-color: #e3e3e3;
}
.category-8567 .tab-btn > a {
    display: block;
    padding: 7px 15px;
}
.category-8567 .tab-btn.active, .category-8567 .tab-btn:hover {
    box-shadow: inset 0px -2px 0px 0px #cb2027;
    font-weight: bold;
    background: #2e2e2e;
}
.category-8567 .tab-btn.active a, .category-8567 .tab-btn:hover a {
    color: #fff;
}
.category-8567 #subtitle {
    display: none;
}

/* 카테고리 배너 */
.cat-banner {
    display: block;
    margin-bottom: 20px;
}

/* 안전놀이터 */
#subtitle {position:static; padding: 10px 0; margin: 0px auto; border-bottom: 1px solid #d2d2d2; }

#subtitle .zone {
    width: 11rem;
    vertical-align: top;
	color: #fff;
	text-align: center;
	background: #cd0000;
	text-transform: uppercase;
	font-size: 1.2rem;
	padding: 4px 10px;
	display: none;
}

#subtitle .tax-desc {
	display: block;
    padding: 1px 10px;
	margin-bottom: 10px;
	color: #fff;
	width: 100%;
    max-width: 100%;
    height: auto;
    background-color:#333;
}

#subtitle .tax-desc a{
	color: #72d4fc;
    font-weight: 500;
}

#subtitle .section-title {
    position: static;
    display: inline-block !important;
	height: 3rem;
	line-height: 5rem;
    text-align: left;
    font-size: 3.0rem;
	font-weight: 900;
    border-bottom: none !important;
	color: #777 !important;
}

#subtitle .subtext {
    position: relative;
    display: none;
    text-align: left;
    top: 30px;
    left: -233px;
    font-size: .9em;
    border-bottom: none !important;
	color: #777 !important;
}

#subtitle .subtext01 {
    position: relative;
    display: none;
    text-align: left;
    top: 30px;
    left: -205px;
    font-size: .9em;
    border-bottom: none !important;
	color: #777 !important;
}

#subtitle .subtext02 {
    position: relative;
    display: none;
    text-align: left;
    top: 30px;
    left: -268px;
    font-size: .9em;
    border-bottom: none !important;
	color: #777 !important;
}

#subtitle01 {position:static; padding: 10px 0; margin: 0px auto;  }

#subtitle01 .tax-desc {
	display: block;
    padding: 1px 10px;
	margin-bottom: 10px;
	color: #fff;
	width: 100%;
	font-size: 1.4rem;
    max-width: 100%;
    height: auto;
    background-color:#333;
}

#subtitle01 .tax-desc a{
	color: #72d4fc;
    font-weight: 500;
}


@media only screen and (max-width: 673px) {
#subtitle {position:static; padding: 10px 0; margin: 0px auto; border-bottom: 1px solid #d2d2d2; }

#subtitle .zone {
    width: 11rem;
    vertical-align: top;
	color: #fff;
	text-align: center;
	background: #cd0000;
	text-transform: uppercase;
	font-size: 1.2rem;
	padding: 4px 10px;
	display: none;
}

#subtitle .section-title {
    position: static;
    display: inline-block !important;
	width: 100%;
	height: 3rem;
	line-height: 4rem;
    text-align: center;
    font-size: 3.5rem;
	font-weight: 900;
    border-bottom: none !important;
	color: #777 !important;
}

#subtitle .subtext {
    position: static;
	width: 100%;
    display: none;
    text-align: center;
    font-size: .9em;
    border-bottom: none !important;
	color: #777 !important;
}

#subtitle .subtext01 {
    position: static;
	width: 100%;
    display: none;
    text-align: center;
    font-size: .9em;
    border-bottom: none !important;
	color: #777 !important;
}

#subtitle .subtext02 {
    position: static;
	width: 100%;
    display: none;
    text-align: center;
    font-size: .9em;
    border-bottom: none !important;
	color: #777 !important;
	}
}

/* -------------------------------------------------
 * 고객센터
** ------------------------------------------------- */
.page-template-contact-page h2 {
    font-size: 1.4em;
}
.page-template-contact-page .site-content {
    font-size: 1.1em;
}

.top-40 {
    margin-top: 40px;
}

/* 탭 메뉴 */
.tab-btns {
    margin: 0;
    /*border: 1px solid #ccc;*/
    border-bottom: none;
    position: relative;
    top: 1px;
    z-index: 9;
}
.tab-btn {
    float: left;
    padding: 10px 18px !important;
    border: 1px solid #ccc;
    background-color: #a8a8a8;
    color: #fff !important;font-weight: 500;
    border-bottom: none !important;
}
.tab-btn:hover {
    color: #fff !important;
}
.tab-btn.active {
    background-color: #fff;
    color: #333 !important;
}
.tab-btn.active:hover {
    color: #929292 !important;
}
.tab-btn > a {
    font-weight: normal;
}

.tab-content {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 50px;
    display: none;
}
.tab-content.active {
    display: block;
}

/* contact form : #wpcf7-f49-o1 */
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form select, .wpcf7-form textarea {
    background-color: #eaeaea !important;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
    background-color: #fff !important;
}

.form-row {
    overflow: hidden;
    padding: 5px;
    border: 1px solid #eee;
    border-bottom: none;
    margin-bottom: 0;
}
.form-row.last {
    border-bottom: 1px solid #eee;
}
.submit-row {
    margin-bottom: 0;
    position: relative;
}
.submit-row > .fa-search {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 2em;
    color: #fff;
}

.form-row > label {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #eee;
    font-weight: 500;
    color: #333;
}
.form-row > span {
    float: left;
    width: 80%;
    text-align: left;
    padding-left: 10px;
}

.phone1, .phone2, .phone3 {
    float: left;
    width: 30%;
}
.phone2, .phone3 {
    margin-left: 10px;
}

.wpcf7-form .wpcf7-submit {
    display: block;
    font-size: 1.6rem;
    width: 100%;
    background-color: #be010f;
    /*border: 1px solid #3265df;*/
    margin-top: 10px;
}

.wpcf7-list-item-label {
    margin-right: 10px;
}

.grecaptcha-badge{
    visibility: collapse !important;
}


/* -------------------------------------------------
 * Footer
** ------------------------------------------------- */
#footer-inner {
    background-color: #1a1a1a;
	color: #fff;
    /* background: url(./imgs/bg-footer-compressor.png); */
    padding: 4rem 0 0 0;
}
#footer-inner a {
    color: #4b87e9;
    font-weight: 500;
}

.privacy {
    margin-bottom: 25px !important;
}
.privacy > li {
    float: left;
    border-right: 1px solid #ccd4e3;
    padding-left: 10px;
    padding-right: 10px;
	line-height: 10px;
}

#footer-inner .section {
    max-width: 1200px;
    border: none;
    margin: 0 auto;
	color: #fff;
}
#footer-inner .col-1, #footer-inner .col-2 {
    display: inline-block;
    padding: 0 10px;
    text-align: left;
    border-right: none;
}
#footer-inner .col-1 {
    width: 69%;
}
#footer-inner .col-2 {
    width: 30%;
    position: relative;
    top: -65px;
}

.footer-logo {
    float: left;
    margin-right: 25px;
	width: 100px;
}
.site-desc {
    color: #fff !important;
	font-size: 1.5rem;
	padding-bottom: 2rem;
	text-align: justify;
}
.site-info {
    font-size: .9em;
}
.site-info01 {
    font-size: .8em;
}
.katalk {
    position: absolute;
    top: -36px;
    left: 0;
}

#footer-bottom-menu .sub-menu {
    display: none !important;
}
#footer-bottom #footer-bottom-menu ul, #copyright {
    line-height: 2;
}


/*--------------------------------------
 * 애니메이션
**--------------------------------------*/
#typing {  
    display: inline-block;
    animation-name: cursor;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
} 
@keyframes cursor { 
    0%{
        border-right: 1px solid #fff;
    } 
    50%{
        border-right: 1px solid #000;
    } 
    100%{
        border-right: 1px solid #fff;
    } 
}


/*--------------------------------------
 * Media query
**--------------------------------------*/
@media only screen and (max-width: 1024px) {
    .category .page-header-inner {
        height: 204px;
    }
}
@media only screen and (max-width: 960px) {
    #top-bar-nav {
        display: inline-block !important;
    }

    #site-header.medium-header .top-col.col-3 {
        visibility: hidden;
    }

    .page-header-inner {
        background: none;
    }
    .page-header-title, .trail-item > a {
        color: #333;
    }
    .page-header-inner > .tax-desc {
        /*display: none;*/
		display: block;
    }

    .category .page-header-inner {
        height: 83px;
    }
    .single-post .page-header-inner {
        height: 0;
    }

    .site-breadcrumbs {
        top: 50%;
    }
    .single-post .site-breadcrumbs {
        top: -16px;
    }

    .category .page-header-title, .wpforo .page-header-title, .page-id-9 .page-header-title {
        position: relative;
        left: 0;
    }

    .wp-video {
        width: 106% !important;
        max-width: 106% !important;
        margin-left: -20px;      
    }
    .mejs-container {
        width: 100% !important;
    }

    .site-content > .tax-desc {
        display: none;
    	padding: 10px;
    	margin-bottom: 10px;
		background: #000;
		color: #fff;
    }
    .category-2 .tax-desc, .category-8567 .tax-desc {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #top-bar {
        padding: 8px 0;
    }
    #top-bar-social {
        display: none;
    }

    #top-bar-wrap {
        background-color: #4675e4;
        border-bottom-color: #446fd4 !important;
    }
    #top-bar-content a, #top-bar-social-alt a, .topbar-content {
        color: #fff !important;
    }

    .oceanwp-mobile-menu-icon > a {
        color: #333 !important;
        font-weight: bold;
    }

    /* #site-header.medium-header #site-logo {
        float: left;
    } */
    #site-logo #site-logo-inner a img {
        border-radius: 0;
    }
    .responsive-logo {
        border-radius: 10px;
    }

    #site-header.medium-header .top-header-wrap {
        padding-top: 14px !important;
        padding-bottom: 7px !important;
		border-bottom: 1px solid #cacaca;
    }
	
	#site-header.medium-header .top-header-inner {
    display: flex;
    width: 100%;
	height: 10rem;
    padding: 10px 20px;
	}
	
    .top-col.col-2, #footer-inner .col-1, #footer-inner .col-2 {
        width: 100%;
    }
    #footer-inner .col-2 {
        position: static;
    }
    
    #site-header.medium-header .oceanwp-mobile-menu-icon {
        position: absolute;
        top: 30px;
        right: 0 !important;
        z-index: 999;
        background-color: transparent !important;
    }

    .single .page-header {
        padding: 10px 0;
    }
    .single .page-header-title {
        display: none;
    }
    .entry-content h2 {
        font-size: 1.2em;
    }

    .tab-btn {
        padding: 10px;
    }

    .service-title, .pay-card {
        display: none;
    }

    .katalk {
        position: static;
    }
    #scroll-top {
        bottom: 60px;
    }
}
@media only screen and (max-width: 480px) {
    .responsive-logo {
        max-width: 130px !important;
    }
    .responsive-logo-link {
        display: inline-block !important;
        float: left;
    }

    #site-header.medium-header .oceanwp-mobile-menu-icon {
        top: 16px;
		background-color: transparent !important;
    }
	
	#site-header.medium-header .top-header-inner {
    display: flex;
    width: 100%;
	height: 7rem;
    padding: 10px 20px;
	}
	
    .mobile-menu {
        font-size: 1.1em !important;
        line-height: 59px !important;
    }

    #content-wrap {
        max-width: 100%;
    }
    .ios #content-wrap {
        font-size: 18px;
    }
    .ios #right-sidebar a, .ios #right-sidebar p {
        font-size: 18px !important;
    }

    .home .page-header-inner {
        height: 101px;
    }

    .page-header-inner {
        height: 60px;        
    }
    .page-header-title {
        top: 15px;
    }
    .site-breadcrumbs {
        top: 34px;
    }
    .category .site-breadcrumbs {
        top: 52px;
    }

    .wp-video {
        width: 112% !important;
        max-width: 112% !important;
    }

    .bbs_author {
        display: none;
    }
    .bbs_date {
        width: 30%;
    }
	.copybanner {
		display: block;
	}
}