﻿/*
Theme Name: theme-greatcall
Theme URI: http://www.greatcall.co.kr/
Author: youngsun
Author URI: http://www.greatcall.co.kr/
Description: theme greatcall
Version:1.0
Tags: 테스트
*/

@charset "utf-8";

@import 'https://fonts.googleapis.com/css?family=Roboto';
@import url('https://fonts.googleapis.com/css?family=Sulphur+Point:400,700&display=swap');

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

/* CSS RESET */
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, button, cite, code,del, dfn, em, img, 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 {
  margin:0; 
  padding:0; 
  border:0;
  font-size:100%;
  font:inherit;
  background:none;
}

body{
  background: #1F1F1F;
}

body {
  font:75%;
  font-family:'Roboto','Noto Sans KR','Nanum Gothic', sans-serif; 
  font-weight:400;
  color:#222222;
}

ol, ul, li{
  margin:0;
  padding:0;
  list-style:none;
}

hr {
  display:none;
}

table{
  border-collapse:collapse; 
  border-spacing:0;
}

sup{
  vertical-align:text-top;
}

sub{
  vertical-align:text-bottom;
}

strong, b{
  font-weight:normal;
}

button{
  cursor:pointer;
}

input,textarea,select{
  margin:0px;
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}

a:link, a:visited{
  text-decoration:none;
}

a:hover{
  text-decoration:none;
}

legend {
  display:none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display:block;
}

body {
  line-height:100%;
  overflow-x : hidden;
}

blockquote, q{
  quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after{
content:'';
content:none;
}

/* 헤더 */
.header_wrap{
  width: 100%;
  position: relative;
  z-index: 9999;
  background: #282828;
  padding:5px 0;
}

.header_area{
  width:90%;
  margin:0 auto;
}

.header_area ul{
  font-size: 0;
}

.header_area ul li{
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.header_area ul li.f_li{
text-align: left;
}

.header_area ul li.f_li a{
  display: block;
  width: 140px;
}

.header_area ul li.f_li a img{
  width:100%;
}

.header_area ul li.s_li{
  text-align: right;
  color:#fff;
}

.header_area ul li.s_li a{
  color:#fff;
  font-size: 18px;
}

.header_area ul li.s_li a:hover{
font-weight: bold;
color:#FFDD00;
}

.main_bg_wrap{
  width: 100%;
  height: 100%;
  /* background: #1F1F1F; */
  z-index: 9999999;
  position: fixed;
  overflow: hidden;
  background-size: 100% 100%;
  top: 0;
  /* display: none; */
  font-family: 'NIXGONFONTS';
  /* font-family: 'BlackHanSans'; */
}

.main_area{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.main_area h1{
  color: #FFF;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  /* font-family: 'BlackHanSans'; */
}

.main_area p{
  color: #FFF;
  font-size: 22px;
  text-align: center;
  display: block;
  line-height: 25px;
  padding-top: 30px;
}

.main_area p strong{
  color: #FF0000;
  font-weight: bold;
}

.img_area{
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.img_area img{
  width: 80%;
}

.main_area span{
  color: #FFF;
  font-size: 15px;
  text-align: center;
  display: block;
  letter-spacing: 5px;
}

.arrow_area{
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 500px;
  cursor: pointer;
}

.a_area{
  position: absolute;
  z-index: 999999;
  right: -35px;
  bottom: -40px;
}

/* 메인배너 */
.main_banner_wrap{
  width:100%;
  position: relative;
}

.main_banner_area{
  width:85%;
  margin: 0 auto;
  position: relative;
}

.list_wrap{
  padding-top: 50px;
  width:100%;
}

.list_area ul{
  font-size:0;
}

.list_area ul li{
  width: 20%;
  display: inline-block;
  position: relative;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.list_area ul li .p_img_area{
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.list_area ul li .p_img_area img{
  width: 100%;
}

.p_img_area .p_ex_area{
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    width: 100%;
    background: rgba(247, 141, 167, 0.8);
}

.p_ex_area ul{
  font-size: 0;
}

.p_ex_area ul li{
  width:50%;
  display: inline-block;
}

.p_ex_area ul li span.p_title {
  display: block;
  font-size: 15px;
  color:#FFF;
  text-align: left;
}

.p_ex_area ul li span.p_age {
  display: block;
  font-size: 15px;
  color:#FFF;
  text-align: right;
}

.list_area ul li ul li {
  padding: 17px 12px;
}

.tel_area{
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.tel_area ul{
  font-size: 0;
}

.tel_area ul li{
  width:70%;
  display: inline-block;
  padding: 0 !important;
  text-align: right;
  vertical-align: middle;
}

.tel_area ul li:last-child{
  width:30%;
}

.tel_area ul li span.tel_text{
  color:#FFF;
  font-size: 25px;
  text-align: center;
  display: block;
}

.tel_area ul li a.tel_btn{
  color: #FFF;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 12px 0;
  text-align: center;
  border-radius: 5px;
  background-size: cover;
  width: 100%;
}

.tel_area ul li a.tel_btn img{
  width: 40%;
}

.ad_area, .ad_area_2, .ad_area_3{
  width: 100%;
}

.ad_bt{
  font-size: 20px;
  color: #222;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #ddd;
  padding: 20px;
}

/* 게시판 */
.page-title{
  text-align: center;
  color: #FFF;
  font-size: 40px;
  line-height: 40px;
  padding-top: 80px;
  padding-bottom:30px;
}

.page-content {
  width: 1200px;
  margin: 0 auto;
}

#kboard-venus-webzine-editor .kboard-attr-row{
  background-color: transparent !important;
}

#kboard-venus-webzine-editor .kboard-attr-row .attr-name{
  color: #FFF !important;
}

#kboard-venus-webzine-editor .attr-value-option{
  color:#FFF;
}

#kboard-venus-webzine-list, #kboard-venus-webzine-editor{
  padding: 50px 0;
}

.kboard-venus-webzine-poweredby{
  display: none !important;
}

#kboard-venus-webzine-list .kboard-venus-webzine-button-small, #kboard-venus-webzine-editor .kboard-venus-webzine-button-small{
  background-color: #FF0000 !important;
  border: 1px solid #FF0000;
  color:#FFF !important;
}

#kboard-venus-webzine-list .kboard-pagination .kboard-pagination-pages li.active a {
  border: 1px solid #FF0000 !important;
  background-color: #FF0000 !important;
}

#kboard-venus-webzine-list .kboard-list .kboard-webzine-wrap .kboard-webzine-title a {
  color: #FFF !important;
}

@media all and (max-width:1770px) {
  .list_area ul li {
    width: 25%;
  }

  .p_ex_area ul li {
    width: 50%;
  }

  .tel_area ul li{
    width: 65%;
  }

  .tel_area ul li:last-child {
    width: 35%;
  }
}


@media all and (max-width:1480px) {
  .tel_area ul li span.tel_text{
    font-size: 22px;
  }
}

@media all and (max-width:1200px) {
  .list_area ul li {
    width: 33.3%;
  }

  .p_ex_area ul li {
    width: 50%;
  }

  .tel_area ul li{
    width: 65%;
  }

  .tel_area ul li:last-child {
    width: 35%;
  }

  .tel_area ul li a.tel_btn {
    padding: 14px 0;
  }

  .page-content {
    width: 90%;
  }
}

@media screen and (max-width: 960px) {
  .tel_area ul li span.tel_text {
    font-size: 15px;
  }

  .tel_area ul li a.tel_btn {
    padding: 9px 0;
  }
}

@media screen and (max-width: 560px) {
  .main_area{
    width: 90%;
  }

  .main_area h1 {
    font-size: 22px;
    line-height: 10px;
  }

  .main_area p {
    font-size: 14px;
    line-height: 19px;
  }

  .main_area span {
    font-size: 17px;
    letter-spacing: 6px;
    line-height: 25px;
  }

  .arrow_area {
    width: 100%;
  }

  .arrow_area img{
    width: 80%;
  }

  .a_area {
    right: -25px;
  }

  .header_area ul li.f_li a {
    width: 110px;
  }

  .main_banner_area {
    width: 95%;
  }

  .list_wrap {
    padding-top: 20px;
  }

  .list_area ul li {
    width: 50%;
  }

  .list_area ul li ul li {
    padding: 17px 5px;
  }

  .p_ex_area ul li{
    width: 60% !important;
  }

  .list_area ul li .p_img_area {
    width: 95%;
  }

  .list_area ul li .tel_area {
    width: 95%;
  }

  .p_ex_area ul li:last-child {
    width: 40% !important;
  }

  .tel_area ul li{
    width: 65%;
  }

  .tel_area ul li:last-child {
    width: 35%;
  }

  .tel_area ul li span.tel_text {
    font-size: 15px;
  }

  .tel_area ul li a.tel_btn {
    padding: 8px 0;
  }

}

@media screen and (max-width: 360px) {

}



/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}
.bxslider{
	padding:0 ;
}

/** THEME
===================================*/


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 15px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	/* background: url(../images/controls.png) -86px -11px no-repeat; */
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	/* background: url(../images/controls.png) -86px -44px no-repeat; */
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #6669;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 3%;
}



