/**
* Template Name: Groovin - v2.1.0
* Template URL: https://bootstrapmade.com/groovin-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*나눔스퀘어라운드*/
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*단축키일람 제거*/
.btn_cke_sc {display:none;}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'NanumSquare', 'Sans-serif';
  color: #000000;
  padding-right:0px !important;
}

a {

}

a:hover {
  text-decoration: none;
}

br {
	font-family:"Cooper Black", serif;
}

.pc {
	display:block;
}

.mobile_br{
	display:none;
}

@media (max-width:980px){
	.pc {
		display:none;
	}

	.mobile_br{
		display:block;
	}
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.main-menu{
	width:1240px;
	margin:0 auto;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #5c9f24;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #6fc02c;
  color: #fff;
}

/*modal none*/
.modal-open .back-to-top {
  display: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position:relative;
  width:100%;
  padding-top:30px;
  z-index: 997;
  border-bottom:2px solid #e9e9e9;
}

#header .head-top{
	margin-bottom:35px;
}

#header .head-top ul{
	margin:0;
	text-align:right;
}

#header .head-top ul li{
	display:inline-block;
	margin:0 5px;
}

#header .head-top ul li a{
	display:block;
	color:#6d6e71;
	font-size:15px;
	text-align:center;
}

#header .head-top ul li.top_search {

}

#header .head-top ul li.top_search .top_search_form {
	background-color:#f5f5f5;
	color:#6a6a6a;
	font-size:17px;
	padding:10px 20px;
	border-radius:30px;
}

#header .head-top ul li.top_search .top_search_form button {
	background-image:url(../img/search.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	width:25px;
	height:25px;
}

#header .head-top ul li.top_search .top_search_form input {
	background-color:transparent;
	width:300px;
	border:none;
	margin-left:10px;
}

#header .head-top ul li.top_search .top_search_form input[type=text]:focus{
	box-shadow:none;
	border:none;
}

#header .head-top ul li.top_button a{
	color:#252525;
	font-size:17px;
	font-weight:700;
	padding:3px 10px;
}

#header .head-top ul li.top_button.top_log a{
	color:#6a6a6a;
}

#header .head-top ul li.top_button.tnb_admin a{
	color:#ff0000;
}

#header .head-top ul li.top_img a img{
	max-height:35px;
}

#header .head-top ul li a img{
	max-width:100%;
}

.black-layout{
	background-color:rgba(0, 0, 0, 0.5);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  height:34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo.maintop {
  position:relative;
  float:left;
}

#header .main_logo_b, #header .main_logo_w{
	position:absolute;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
}

@media(max-width:980px){
	#header .logo {
	  height:34px;
	}

	#header .logo img {
	  max-height: 100px;
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.parent-menu{
	width:40%;
	text-align:right;
	float:left;
	font-size:24px;
	font-weight:bold;
	padding:10px 20px 10px;
}

.children-menu{
	float:left;
	padding-top:2px;
}

.red-circle{
	color:#fe330a;
	margin-right:10px;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {

}

.nav-menu > ul > li {
	display:inline-block;
	line-height:45px;
}

.nav-menu > ul > li.active {
	font-weight:bold;
	border-bottom:2px solid #252525;
}

.nav-menu > ul > li > a {
  display: block;
  position: relative;
  color: #252525;
  font-size: 19px;
  padding: 5px 20px;
  text-transform: uppercase;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {

}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {

}

.nav-menu .drop-down ul {
	display:none;
	position:relative;
	top:-50px;
	width: 100%;
	padding-top:70px;
}

.nav-menu .drop-down > ul > li {
  width: 100%;
  height:41px;
  position: relative;
  padding:5px 0;
  text-align:center;
}

.nav-menu .drop-down > ul > li:first-child {
	border-top:3px solid #2eb8bd;
	height:61px;
	padding:25px 0 5px;
}

.nav-menu .drop-down ul > li a {
  position:absolute;
  left:0;
  font-size: 21px;
  font-weight: bold;
  text-transform: none;
  color: #231f20;
  padding-left:35px;
}

.nav-menu .drop-down:nth-child(3) ul > li a {
  padding-left:45px;
}

.nav-menu .drop-down:nth-child(2) ul > li a {
  padding-left:0;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color:#666666;
}

@media (max-width: 1366px) {

}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  color: #fff;
  border-radius: 4px;
  padding: 6px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border: 2px solid #5c9f24;
}

.get-started-btn:hover {
  background: #5c9f24;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 60px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000000;
}

.mobile-nav {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 40%;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2a2a2a;
  padding: 10px 20px;
  font-size:48px;
  font-weight: 500;
  outline: none;
}

.mobile-nav .parent-menu{
	font-size:40px;
	margin-top:15px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #386cb0;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
  border-top:1px solid #1a1a1a;
  font-size:53px;
  font-weight:bold;
}

.mobile-nav .drop-down:nth-child(4) {
  border-bottom:1px solid #1a1a1a;
}

.mobile-nav .drop-down ul {
  display:none;
  width:100%;
  overflow: hidden;
  float:none;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
  border-top:1px solid #1a1a1a;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(17, 17, 17, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.section_container{
	width:1240px;
	margin:0 auto;
	text-align:center;
}

@media (max-width:1240px){
	.main-menu{
		width:100%;
	}
	.nav-menu > ul > li > a{
		padding:5px 20px;
	}
	.section_container, .sub_section_container{
		width:100%;
	}
}

@media (max-width:980px){
	.section_container{
		padding:0 10px;
	}
}

@media (max-width:768px){
	.mobile-nav a{
		font-size:24px;
	}
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 550px;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

#hero .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-container a {
	height:100%;
}

@media (max-width:980px){
	#hero {
	  height: 250px;
	}

	#hero .carousel-container a {
		width:100%;
	}

	#hero .carousel-container {
	  width:100%;
	}
}

/*****************************************************************************************
메인슬라이드
*****************************************************************************************/
main{
	padding:0 20px;
}

#hero .carousel-content {
	width:1240px;
	height:100%;
    position:relative;
}

#hero .main_img{
	width:80%;
}

#hero .hero-title{
	color:#19191a;
	font-size:36px;
	font-weight:bold;
}

#hero .hero-content{
	color:#6d6e71;
	font-size:16px;
	margin-bottom:30px;
}

#hero .hero-btn{
	background-color:#231f20;
	display:inline-block;
	width:130px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:10px 20px;
	border-radius:5px;
	text-align:center;
}

#hero .carousel-content h2 {
  word-break:keep-all;
}

#hero .carousel-content p {
  word-break:keep-all;
}

@media (max-width: 1240px) {
	#hero .carousel-content {
		width:100%;
	}
}

@media (max-width: 1024px) {
    #hero .main_text{
		font-size:34px;
	}
}

@media (max-width: 767px) {
    #hero .main_text{
		font-size:17px;
	}
}

/*****************************************************************************************

*****************************************************************************************/

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #5c9f24;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner{
	height:550px;
}

#hero .carousel-inner .carousel-item {
  height:550px;
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #ffffff;
  overflow: hidden;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius:50%;
  opacity:1;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  background-color:#fbb040;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #5c9f24;
  background: #5c9f24;
}

#hero .btn-get-started:hover {
  background: #6ab82a;
  border-color: #6ab82a;
  color: #fff;
}

#quick_menu {
	position:fixed;
	width:90px;
	bottom:24px;
	right:24px;
	z-index:999;
}

.quick_con{
	width:100%;
	height:90px;
	margin-bottom:20px;
}

#quick_menu a:last-child .quick_con{
	margin-bottom:0;
}

.quick_con img {
	max-width:90px;
}

.layout-popup{
	position:fixed;
	background-color:#ffffff;
	border:1px solid #dfdfdf;
	z-index:9999;
	display:none;
}

.closepop{
	float:right;
	cursor:pointer;
}

.closelabel, .closelabel input[type=checkbox]{
	cursor:pointer;
}

.sub_top {
	display:inline-block;
	width:100%;
	margin-bottom:30px;
}

.sub_title {
	font-size:24px;
	font-weight:bold;
	float:left;
}

.sub_more {
	font-size:17px;
	font-weight:bold;
	float:right;
}

.sub_more a {
	color:#252525;
}

/*슬라이드 공통*/
.arrow{
	position:absolute;
	transform:translateY(-50%);
	z-index:999;
	cursor:pointer;
}
#accom .arrow, #alone .arrow{
	top:40%;
}
#share .arrow{
	top:50%;
}

.arrow:hover{
	opacity:0.75;
}

.prev-arrow{
	left:-27px;
}

.next-arrow{
	right:-27px;
}

.arrow-none{
	display:none !important;
}

@media(max-width:980px){
	#hero .carousel-inner{
		height:250px;
	}

	#hero .carousel-inner .carousel-item {
	  height:250px;
	}

	.prev-arrow{
		left:0px;
	}

	.next-arrow{
		right:0px;
	}
}

/*--------------------------------------------------------------
# 동행
--------------------------------------------------------------*/
#accom {
	padding:80px 0 40px;
}

.accom .accom-area {

}

.accom .accom-content {
	cursor:pointer;
}

.accom .accom-content .accom-pic {
	position:relative;
	height:295px;
	border-radius:5px;
	overflow:hidden;
}

.accom .accom-pic>img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	height:100%;
}

.accom .accom-pic .accom-region {
	position:absolute;
	top:15px;
	right:10px;
}

.accom .accom-pic .accom-region span {
	background-color:rgba(0, 0, 0, 0.5);
	color:#ffffff;
	font-size:15px;
	line-height:25px;
	padding:5px 10px;
	border-radius:30px;
	margin-right:10px;
}

.accom .accom-pic .accom-region span:last-child {
	margin-right:0;
}

.accom .accom-pic .accom-region span img {
	margin-bottom:3px;
}

.accom .accom-pro {
	display:inline-block;
	width:100%;
	margin-top:12px;
	padding:0 7.5px;
}

.accom .accom-pro .accom-propic {
	position:relative;
	width:50px;
	height:50px;
	border-radius:50%;
	margin-right:6px;
	float:left;
	overflow:hidden;
}

.accom .accom-pro .accom-propic img {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:100%;
}

.accom .accom-data {
	width:calc(100% - 56px);
	float:left;
}

.accom .accom-top {
	font-size:20px;
	font-weight:bold;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	text-align:left;
}

.accom .accom-top .accom-recruit {
	color:#f8b740;
	font-size:18px;
	font-weight:bold;
	margin-right:5px;
}

.accom .accom-top .lastfont {
	color:#a6a6a6;
}

.accom .accom-bottom {
	display:inline-block;
	width:100%;
}

.accom .accom-bottom .accom-name {
	color:#555555;
	font-size:18px;
	font-weight:bold;
	float:left;
}

.accom .accom-bottom .accom-view {
	color:#555555;
	font-size:13px;
	float:right;
	margin-right:5px;
}

.accom .accom-bottom .accom-comment {
	color:#555555;
	font-size:13px;
	float:right;
}

.accom .accom-bottom .accom-view img, .accom .accom-bottom .accom-comment img {
	margin-right:3px;
}

@media(max-width:980px){
	.accom .accom-content .accom-pic {
		height:480px;
	}
}

/*--------------------------------------------------------------
# 동행
--------------------------------------------------------------*/
#share {
	padding:40px 0 0px;
}

.share .share-area {
	display:inline-block;
	width:100%;
	min-height:235px;
	margin-top:12px;
}

.share .share-content {
	background-color:#f5f5f5;
	border:1px solid #d7d7d7;
	margin-right:8px;
	border-radius:5px;
	cursor:pointer;
}

.share .share-content:last-child {
	margin-right:0;
}

.share .share-pro {
	display:inline-block;
	width:100%;
	padding:30px 20px;
}

.share .share-pro .share-propic {
	position:relative;
	width:45px;
	height:45px;
	margin:5px;
	border-radius:50%;
	margin-right:10px;
	float:left;
	overflow:hidden;
}

.share .share-pro .share-propic img {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:100%;
}

.share .share-pro .share-data {
	width:calc(100% - 60px);
	text-align:left;
	float:left;
}

.share .share-data .share-top {
	color:#6a6a6a;
	font-size:20px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	text-align:left;
}

.share .share-data .share-top .share-region {
	font-weight:bold;
	margin-right:5px;
}

.share .share-data .share-bottom {
	margin-bottom:15px;
}

.share .share-data .share-bottom .share-name {
	color:#6a6a6a;
	font-size:13px;
	padding-right:5px;
	border-right:1px solid #6a6a6a;
}

.share .share-data .share-bottom .share-date {
	color:#555555;
	font-size:13px;
	margin-left:5px;
}

.share .share-data .share-con {
	font-size:15px;
}

.share .share-data .share-hash {
	margin:15px 0;
	height:22.5px;
	overflow:hidden;
}

.share .share-data .share-hash span {
	display:inline-block;
	background-color:rgb(252, 252, 252);
	color:#6a6a6a;
	font-size:13px;
	line-height:15px;
	padding:4px 7px;
	border-radius:3px;
	margin-right:10px;
}

.share .share-data .share-hash span:last-child {
	margin-right:0;
}

.share .share-data .share-view {
	color:#555555;
	font-size:13px;
	margin-right:5px;
}

.share .share-data .share-comment {
	color:#555555;
	font-size:13px;
}

.share .share-data .share-view img, .share .share-data .share-comment img {
	margin-right:3px;
}

/*--------------------------------------------------------------
# 혼자뭐할까
--------------------------------------------------------------*/
#alone {
	padding:80px 0 40px;
}

.alone .alone-area {
	min-height:364px;
}

.alone .alone-content {
	margin-right:20px;
	cursor:pointer;
}

.alone .alone-content:last-child {
	margin-right:0;
}

.alone .alone-pic {
	position:relative;
	height:295px;
	border-radius:5px;
	overflow:hidden;
}

.alone .alone-pic>img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	height:100%;
}

.alone .alone-pic .alone-region {
	position:absolute;
	top:15px;
	right:10px;
}

.alone .alone-pic .alone-region span {
	background-color:rgba(0, 0, 0, 0.5);
	color:#ffffff;
	font-size:15px;
	line-height:25px;
	padding:5px 10px;
	border-radius:30px;
	margin-right:10px;
}

.alone .alone-pic .alone-region span:last-child {
	margin-right:0;
}

.alone .alone-pro {
	display:inline-block;
	width:100%;
	margin-top:12px;
}

.alone .alone-data {

}

.alone .alone-date {
	color:#6a6a6a;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

.alone .alone-bottom {
	display:inline-block;
	width:100%;
}

.alone .alone-tit {
	width:calc(100% - 50px);
	color:#252525;
	font-size:20px;
	font-weight:bold;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	text-align:left;
	float:left;
}

.alone .alone-bottom .alone-view {
	display:inline-block;
	color:#6a6a6a;
	font-size:13px;
}

.alone .alone-bottom .alone-view img, .alone .alone-bottom .alone-comment img {
	margin-right:3px;
}

@media(max-width:980px){
	.alone .alone-pic {
		height:480px;
	}
}

.modal-body {padding:30px !important;}
/*프로필 팝업*/
#proLayout .modal-dialog {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	margin:0;
	width:800px;
}

.pop_info {
	display:inline-block;
	width:100%;
	margin-bottom:25px;
}

.pop_info .pop_propic {
	position:relative;
	width:65px;
	height:65px;
	border-radius:50%;
	margin-right:12px;
	float:left;
	overflow:hidden;
	cursor:pointer;
}

.pop_info .pop_propic img {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:100%;
}

.pop_info .pop_data {
	float:left;
}

.pop_info .pop_name {
	color:#252525;
	font-size:20px;
	margin-bottom:15px;
}

.pop_info .pop_tag {
	color:#999999;
	font-size:15px;
	text-align:left;
}

.pop_intro {
	text-align:left;
}

.pop_btn_place {
	margin:30px 0 15px;
}

.pop_btn_place button {
	width:calc(25% - 14px);
	height:38px;
	background-color:#ffffff;
	border:1px solid #e5e5e5;
	border-radius:3px;
	margin-right:12px;
	font-size:14px;
	color:#252525;
	text-align:center;
}

.pop_btn_place button:last-child {
	margin-right:0;
}

/*신고 팝업*/
#singoLayout .modal-dialog {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	margin:0;
	width:600px;
}

.singo_place {
	display:inline-block;
	width:100%;
}

.singo_title {
	font-size:25px;
	font-weight:600;
	text-align:center;
	margin-bottom:14px;
}

.singo_content {
	padding:5px 37px 19px;
}

.singo_reason {
	width:100%;
	height:225px;
	padding:16px 20px;
	border-radius:4px;
	resize:none;
}

.singo_submit {
	line-height:20px;
	padding:20px 5px;
	font-size:17px;
	background-color:#f8b740;
	color:#ffffff;
	text-align:center;
	border-radius:0 0 0.3rem 0.3rem;
	cursor:pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fdfdfd;
  border-top:2px solid #b2b2b2;
}

#footer .section_container {
	text-align:left;
	padding:50px 0;
}

#footer .footer-area {
	position:relative;
}

#footer .footer-logo {
	margin-bottom:50px;
}

#footer .footer-logo img {

}

#footer .footer-textbox {
	font-size:18px;
}

#footer .footer-text1 {
	color:#6a6a6a;
	margin-bottom:30px;
}

#footer .footer-text1 span {
	background-color:#ffffff;
	color:#6a6a6a;
	border:1px solid #b2b2b2;
	font-weight:bold;
	padding:15px 10px;
	border-radius:3px;
	cursor:pointer;
}

#footer .footer-text2 {
	color:#6a6a6a;
	font-size:17px;
	line-height:40px;
	margin-bottom:30px;
}

#footer .footer-text2 span {
	margin-right:20px;
}

#footer .footer-list{

}

#footer .footer-list li{
	display:inline;
	padding:0 20px;
	border-right:1px solid #6a6a6a;
}

#footer .footer-list li:first-child {
	padding-left:0;
}

#footer .footer-list li:last-child{
	border:0;
}

#footer .footer-list li a{
	color:#6a6a6a;
	font-size:18px;
}

#footer .footer-list li:first-child a{
	font-weight:bold;
}

#footer .footer-list li a:hover{
	color:#333333;
}

#footer .sns-list {
	position:absolute;
	bottom:0;
	right:0;
}

#footer .sns-list a {

}

@media (max-width:980px){
	#footer .section_container {
		padding:30px 10px 60px;
	}

	#footer .sns-list {
		bottom:-30px;
		right:120px;
	}

	#footer .sns-list a img {
		width:80px;
	}
}