@charset "UTF-8";
@import url(fonts.css);

html {font-size: 10px; scroll-behavior: smooth;}
body {
	font: 400 1.5rem "Noto Sans KR", sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: -1px;
}

/*mobile display none*/
.mob_header, #mob_main_visual, .footer_top_left_list .mob_hide, .m_footer_decs {display: none;}


/*common*/
.inner {
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
}
section {
	margin-top: 50px;
}
#main_visual {
	margin-top: 0;
}
#wrap {}
.tit {
	padding-top: 70px;
	text-align: center;
}
.tit h2 {
	font-size: 48px;
	font-weight: 500;
	color: #fff;
}
.tit h3 {
	margin-top: 30px;
	font-weight: 300;
	color: #fff;
}
h4 {
	font-size: 24px;
}
/*skip nav*/
#skip_nav {width: 100%;	height: 30px;
}
#skip_nav a {
	position: absolute;
	left: 0; top: -30px;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	line-height: 30px;
	color: #fff;
	transition: .3s;
	font-weight: bold;
	z-index: 9999;
}
#skip_nav a:focus,
#skip_nav a:active {
	top: 0;
}

/*header*/
header {
	height: 260px;
}
header .inner {
	position: relative;
}
.logo_wrap {
	text-align: center;
}
.tnb_wrap {
	position: absolute;
	right: 0; top: 0;
}
.tnb_wrap ul li {
	float: left;
	margin-right: 10px;
}
.tnb_wrap ul li a {
	font-size: 13px;
	color: #555;
	font-weight: 300;
}
.tnb_wrap ul li a:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	height: 10px;
	width: 1px;
	font-size: 10px;
	background: #555;
}
.tnb_wrap ul li:last-child a:after {
	display: none;
}
.tnb_wrap ul li:last-child a {
	display: inline-block;
	padding: 1px 20px;
	border: 1px solid green;
	color: green;
	text-transform: uppercase;
}

/*gnb*/
.sub_bg {
	display: none;
	position: absolute;
	top: 290px;
	width: 100%;
	height: 275px;
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 99;
}
.gnb {
	position: relative;
	max-width: 1100px;
}
.gnb > .depth1 {
	float: left;
	width: 16.6666%; 
	text-align: center;
}
.gnb > .depth1 > span {
}
.gnb > .depth1 > span > a {
	font-weight: 300;
	color: #666;
	font-size: 17px;
}
.gnb > .depth1 > span > a:hover {
	color: #222;
	font-weight: 500;
	border-bottom: 2px solid #00bad9;
}
/*
.gnb > .depth1 > span a:before {
	position: absolute;
	left: 0;
	content: '';
	display: inline-block;
	height: 15px;
	width: 2px;
	background: #ddd;
	transform: translateY(50%);
}
.gnb > .depth1:last-child > a:after {
	position: absolute;
	right: 0;
	content: '';
	display: inline-block;
	height: 15px;
	width: 2px;
	background: #ddd;
	transform: translateY(50%);
}
*/
.gnb > .depth1 > .sub_outer{
	display: none;
	background: #fff;
}
.gnb > .depth1 > .sub_outer .sub {
}
/*
.gnb > .depth1:hover > .sub_outer {
	display: block;
}
*/
.gnb > .depth1 > .sub_outer {
	position: absolute;
	left: 0;
	margin-top: 10px;
	width: 100%;
	min-width: 1100px;
	border-left: 1px solid #eee;
	box-sizing: border-box;
	z-index: 999;
}
.gnb > .depth1 > .sub_outer > .sub{
	width: 100%;
	height: 255px;
}
.gnb > .depth1 > .sub_outer > .sub .left_box {
	float: left;
	width: 50%;
}
.gnb > .depth1 > .sub_outer > .sub .left_box .row_depth {
	float: left;
	width: 33.3333%;
	height: 225px;
	margin:  25px 0;
	box-sizing: border-box;
	border-right: 2px solid #eee;
}
.gnb > .depth1 > .sub_outer > .sub .left_box .row_depth > li {
	margin: 20px;
	font-size: 16px;
	color: #666;
	text-align: left;
	font-weight: 300;
}
.gnb > .depth1 > .sub_outer > .sub .left_box .row_depth > li:hover {
	font-weight: 500;
	color: #222;
}
.gnb > .depth1 > .sub_outer > .sub .left_box .row_depth > li:first-child {margin-top: 0;}
.gnb > .depth1 > .sub_outer > .sub .left_box .row_depth:last-child {border: none;}




/*right_box*/
.gnb > .depth1 > .sub_outer > .sub .right_box {
	position: relative;
	float: right;
	width: 50%;
	height: 100%;
	padding: 30px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	text-align: left;
}
.gnb > .depth1 > .sub_outer > .sub .right_box strong{
	display: block;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
}
.gnb > .depth1 > .sub_outer > .sub .right_box p {
	margin-top: 20px;
}
.gnb > .depth1:not(:nth-child(4)) > .sub_outer > .sub .right_box > a {
	display: inline-block;
	margin-top: 50px;
	padding: 5px 15px;
	border: 1px solid #222;
}
.gnb > .depth1:not(:nth-child(4)) > .sub_outer > .sub .right_box a:after {
	content: '+';
	display: inline-block;
	margin-left: 10px;
	font-weight: 600;
	color: #00bad9
}
/*.gnb > .depth1:not(:nth-child(6)){display: none;}*/
/*right_box pic*/
.gnb > .depth1:nth-child(1) > .sub_outer > .sub .right_box {background: url(../img/bg_subgnb1.png) no-repeat right bottom -1px
;}
.gnb > .depth1:nth-child(2) > .sub_outer > .sub .right_box {background: url(../img/bg_subgnb2.png) no-repeat right bottom -1px
;}
.gnb > .depth1:nth-child(3) > .sub_outer > .sub .right_box {background: url(../img/bg_subgnb3.png) no-repeat right bottom -1px
;}
.gnb > .depth1:nth-child(4) > .sub_outer > .sub .right_box img {margin:50px 10px 0;}
.gnb > .depth1:nth-child(5) > .sub_outer > .sub .right_box {background: url(../img/bg_subgnb5.png) no-repeat right bottom -1px
;}
.gnb > .depth1:nth-child(6) > .sub_outer > .sub .right_box {background: url(../img/bg_subgnb6.png) no-repeat right bottom -1px
;}




/*main_visual*/
#main_visual .mv .swiper-button-next{margin-right: 50px;}
#main_visual .mv .swiper-button-prev{margin-left: 50px;}
#main_visual .mv .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	box-sizing: border-box;
}
#main_visual .mv .swiper-pagination-bullet-active{
	border: 2px solid #222;
	background: #fff;
	
}

/*search*/
#search .search_bar {
	border-bottom: 3px solid #555;
	height: 50px;
}
#search .search_bar i {
	font-size: 36px;
	margin-right: 30px;
	vertical-align: middle;
	color: #ddd;
}
#search .search_bar input {
	width: 850px;
	font-size: 20px;
	vertical-align: middle;
	border: 0; outline: 0;
	color: #585858;
}
#search .search_bar .btn_search {
	float: right;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
#search .search_bar .btn_search a {
	padding: 10px 40px;
	background-color: #00b6d6;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
}
#search .search_text {margin-top: 10px;}
#search .search_text p {font-size: 18px; color: #585858}
#search .search_text span {font-size: 13px; display: inline-block; margin-top: -5px; vertical-align: middle;}




/*swiper01*/
#swiper01 .swiper-slide {
	height: 356px;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0 0 100px;
	background: url(../img/brand_slide_bg0.png) no-repeat right bottom #f7f7f7;
}
#swiper01 .swiper-slide:nth-child(3) {	background-image: url(../img/brand_slide_bg1.png)}
#swiper01 .swiper-slide:nth-child(4) {	background-image: url(../img/brand_slide_bg2.png)}
#swiper01 .swiper-slide:nth-child(5) {	background-image: url(../img/brand_slide_bg3.png)}
#swiper01 .swiper-slide:nth-child(6) {	background-image: url(../img/brand_slide_bg4.png)}
#swiper01 .swiper-slide:nth-child(7) {	background-image: url(../img/brand_slide_bg5.png)}
#swiper01 .swiper-slide:nth-child(8) {	background-image: url(../img/brand_slide_bg6.png);}
#swiper01 .swiper-slide:nth-child(8) strong {
	line-height: 1; letter-spacing: -1.5px;
}
#swiper01 .swiper-slide:nth-child(9) {	background-image: url(../img/brand_slide_bg7.png)}
#swiper01 .swiper-slide:nth-child(10) {	background-image: url(../img/brand_slide_bg8.png)}
#swiper01 .swiper-slide figure {
	float: left;
	height: 100%;
	margin-right: 50px;
}
#swiper01 .swiper-slide .text_area {letter-spacing: -1px; margin-top: -10px;}
#swiper01 .swiper-slide .text_area span {font-size:36px;color: #666;font-weight: 500;}
#swiper01 .swiper-slide .text_area strong {font-size: 44px; color: #333;font-weight: 500;}
#swiper01 .swiper-slide .text_area p {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 300;
}
#swiper01 .swiper-slide .text_area .btn_area {margin-top: 40px;}
#swiper01 .swiper-slide .text_area .btn_area .btn_more {padding: 10px 20px; background: #fff; border: 1px solid #222;}
#swiper01 .swiper-slide .text_area .btn_area .btn_more:after {
	content: '+';
	display: inline-block;
	margin-left: 10px;
	font-weight: 600;
	color: #00bad9
}
#swiper01 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
#swiper01 .swiper-pagination-bullet-active {
	background-color: #00bad9
}
#swiper01 .swiper-button-next {margin-right: 10px;}
#swiper01 .swiper-button-prev {margin-left: 10px;}



/*recipe*/
#recipe {position: relative;}
.bg_orange {
	position: absolute;
	width: 100%;
	height: 393px;
	background: #ff8c68;
	z-index: -1
}

#recipe .recipe_items {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
#recipe .recipe_items .recipe_item {
	width: 23%;
}
#recipe .recipe_items .recipe_item img:first-child {
	width: 100%;
}
#recipe .recipe_items .recipe_item span {
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 1px 7px;
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	background: #f07321;
}
#recipe .recipe_items .recipe_item p {
	font-size: 18px;
	word-break: keep-all;
	color: #333;
}
#recipe .recipe_items .recipe_item {
	display: inline-block;
	margin-top: 20px;
}
#recipe .recipe_items .recipe_item small {
	display: inline-block;
	margin-top: 20px;
	padding-left: 23px;
	background: url(../img/ico_time.png) no-repeat left center;
	vertical-align: middle;
	font-size: 15px;
}
#recipe .video_recipe_items {
	margin-top: 80px;
	display: flex;
	justify-content: space-between
}
#recipe .video_recipe_items .video_recipe_item {width: 23%;}
#recipe .video_recipe_items .video_recipe_item img {width: 100%;}
#recipe .video_recipe_items .video_recipe_item strong {
	font-size: 30px;
	font-weight: 500;
	color: #333;
}
#recipe .video_recipe_items .video_recipe_item p {
	margin-top: 20px;
	font-size: 16px;
	color: #333;
}
#recipe .video_recipe_items .video_recipe_item a:nth-child(3) {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 15px;
	border: 1px solid #333;
	font-size: 13px;
	font-weight: 600;
}
#recipe .video_recipe_items .video_recipe_item a:nth-child(3):after {
	content: '+';
	display: inline-block;
	margin-left: 10px;
	font-weight: 700;
	color: #678bc7;
}
#recipe .video_recipe_items .video_recipe_item b{
	display: block;
	font-weight: 500;
	font-size: 22px;
	margin-top: 10px;
	color: #333;
}
#recipe .video_recipe_items .video_recipe_item small {
	font-size: 18px;
	color: #333;
}



/*table*/
.table {margin-top: 100px; display: flex; justify-content: space-between}
/*#tab_menu*/
#tab_menu {position: relative; width: 696px; height: 570px; }
#tab_menu nav {position: absolute; bottom: 0; width: 696px; overflow: hidden; z-index: 10;}
#tab_menu nav ul {display: flex;}
#tab_menu nav ul li {background: rgba(0, 0, 0, 0.5);}
#tab_menu nav ul li:hover {background: #222;}
#tab_menu .bg {position: absolute; top: 0; left: 0; display: block;}
#tab_menu .box .desc {
	padding: 60px;
	position: relative;
	color: #333;
	z-index: 10;
}
#tab_menu .box .desc strong {
	display: block;
	font-family: 'cjwR';
	font-size: 36px;
}
#tab_menu .box .desc small {
	display: inline-block;
	margin-top: 10px;
	padding: 0 10px;;
	background: #00b6d6;
	color: #fff;
}
#tab_menu .box .desc p {
	margin-top: 10px;
	font-size: 18px;
	color: #333;
}

/*rBox*/
.rBox{}
.rBox > div {position: relative;}
.rBox p {
	position: absolute;
	top: -2%; left: -2%;
	padding: 40px 10px;
	background: #000;
	text-align: center;
	font-weight: 600; color: #fff;
}
.rBox figure{
	width: 360px;
	height: 260px;
	overflow: hidden;
}
.rBox img {width: 100%}
.rBox .tBox {margin-bottom: 50px;}
.rBox .tBox p {}
.rBox .tBox span {
	display: block;
	font-size: 24px;
	color: #ff8c68;
}
.rBox .bBox span {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	color: #a2d657;
}


.flex {display: flex;}

/*friends*/
#friends {
	background: url(../img/main_sec2_bg.jpg) no-repeat center/cover;
}
#friends .friends_list {margin-top: 50px;}
#friends .friends_list .flex{
	justify-content: space-between;
}
#friends .friends_list li {position: relative;}
#friends .friends_list .desc_wrap {
	position: absolute;
	bottom: -20px;; left: 50%;
	transform: translateX(-50%);
	padding: 40px 20px 35px 20px;
	width: 100%;
	max-width: 240px;
	text-align: center;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}
#friends .friends_list .desc_wrap strong {
	display: block;
	font-size: 23px;
	font-weight: 500;
}
#friends .friends_list .desc_wrap small {
	display: block;
	margin-top: 20px;
	font-weight: 300;
	font-size: 18px;
}
#friends .talk_wrap {
	margin-top: 80px;
	display: flex;
}
#friends .talk  {
	margin-left: 70px;
}
#friends .talk{
	width: 100%;
	color: #fff;
}
#friends .talk .talk_header {position: relative; padding-bottom: 10px; border-bottom: 3px solid #fff;}
#friends .talk .talk_header i {position: absolute; right: 0; top: 0px; font-size: 24px;}

#friends .talk table{
	margin-top: 10px;
	width: 100%;
	line-height: 50px;
	font-weight: 300;
	font-size: 18px;
}
#friends .talk table td:last-child {
	text-align: right;;
}
#friends .talk_wrap {
	padding-bottom: 70px;
}


/*notice*/
#notice {
	margin: 0;
	padding: 0;
}
#notice .notice {
	float: left;
	width: 50%;
	height: 132px;
	background: #222;
}
#notice .journal {
	float: right;
	width: 50%;
	height: 132px;
	background: #3a3a3a;
}
#notice .notice .notice_desc {
	padding: 0 10% 0 42%;
}
#notice .notice .tit {
	display: inline-block;
	float: left;
	height: 132px;
	line-height: 132px;
	margin: 0;
	padding: 0;
	color: #fff;
}
#notice .notice .tit h4 {
	float: left;
}
#notice .notice .tit i {
	margin-left: 5px;
	font-size: 24px;
	vertical-align: middle;
}
#notice .notice ol {
	float: right;
	padding: 5% 30px 5% 0;
	width: 70%;
	height: 132px;
	box-sizing: border-box;
	line-height:40px;
	color: #fff;
	font-weight: 200;
}
#notice .notice ol li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
}
#notice .notice ol li span {
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
}
#notice .journal a{
	height: 132px;
	margin-left: 130px;
}
#notice .journal img {
	margin-top: 20px;
	vertical-align: middle;
}


/*SNS*/
#sns{margin-top: 0;padding-top: 100px; padding-bottom: 50px; background: #eee;}
#sns .sns_table {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sns .sns_table .box img {
	position: absolute;
	right: 20px; top: 32px;
}
#sns .sns_table .box {
	position: relative;
	width: 275px;
	height: 275px;
	padding: 35px 20px 40px 23px;
	box-sizing: border-box;
	background: #fff;
}
#sns .sns_table .box p {
	position: absolute;
	bottom: 40px;;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 여러 줄 자르기 추가 스타일 */
	white-space: normal;
	line-height: 1.2;
	height: 3.5em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
#sns .sns_table .box01,
#sns .sns_table .box03,
#sns .sns_table .box06,
#sns .sns_table .box08
{padding: 0;}
#sns .sns_table .box strong {
	font-size: 20px;
	color: #304d8f;
}
#sns .sns_table .box01 {background: transparent;}
#sns .sns_table .box02 strong {color: #66ca38;}
#sns .sns_table .box03 {
	background: url(../img/box03.jpg) no-repeat center/cover;
}
#sns .sns_table .box06 {
	background: url(../img/box06.jpg) no-repeat center/cover;
}
#sns .sns_table .box08 {
	background: url(../img/box08.jpg) no-repeat center/cover;
}
#sns .sns_table h2 {
	font-size: 36px;
	font-weight: 500;
}
/*sns_go*/
#sns{}
#sns .sns_go {
	margin-top: 50px;
	text-align: center;
}
#sns .sns_go h2 {
	font-size: 30px;
	font-weight: 600;
}
#sns .sns_go p {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 200;
}
#sns .sns_go .line {
	position: relative;
	display: block;
	margin-top: 20px;
}
#sns .sns_go .line:before {
	position: absolute;
	top: 50%; left: 0;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 35%;
	height: 1px;
	background: #999;
	z-index: 0;
}
#sns .sns_go .line:after {
	position: absolute;
	top: 50%; right: 0;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 35%;
	height: 1px;
	background: #999;
	z-index: 0;
}
#sns .sns_go .line span {
	position: relative;
	z-index: 5;
}
#sns .sns_go .line span img {
	margin-right: 10px;
}
#sns .sns_go .line span img:first-child {
	margin-left: 10px;
}




/*sldier02*/
#slider02 {margin: 0; padding-top: 30px; padding-bottom: 30px;}
#slider02 .autoplay {
	margin: 0 auto;
	width: 960px;
	float: left;
}
#slider02 .prev, #slider02 .next {
	display: inline-block;
	cursor: pointer;
	float: left;
}
#slider02 .autoplay div {position: relative;}
#slider02 .autoplay div .on {position: absolute; top: 0;left: 0; display: inline-block;}
#slider02 .autoplay div .on{opacity: 0; transition: .3s}
#slider02 .autoplay div a:hover .on{opacity: 1;}


/*footer*/
footer {
  border-top: 1px solid #eee;
	background: url(../img/img_footerBg.png);
}
footer .footer_top {
  height: 100px;
  border-bottom: 1px solid #eee;
}
footer .footer_top .inner {
	position: relative;
}
footer .footer_top .strong_a {
	color: #222;
	font-weight: 500;
}
footer .footer_top_left_left {
	display: inline-block;
  float: left;
}
footer .footer_top_left_left li {
  float: left;
  line-height: 100px;
  margin-right: 30px;
	font-size: 16px;
}
footer .footer_top_left_left li:hover {
	color: #00bad9
}
footer .footer_top_left_list > li
{
	position: relative;
	display: inline-block;
	height: 100px;
	line-height: 100px;
}
footer .footer_top_left_list > li ul {
	display: none;
	position: absolute;
	top: 70%;
	border: 1px solid #555;
	background: #fff;
	box-sizing: border-box;
	z-index: 999;
}
footer .footer_top_left_list > li ul li {
	line-height: 1.7;
	font-size: 14px;
	padding: 0 10px;
}
footer .footer_top_left_list > li ul li:hover {background: #eee;}
footer .footer_top_left_list > li span {
  display: inline-block;
  margin-left: 15px;
  width: 18px;
  height: 18px;
  background: url(../img/bl_selectCircle.png);
  vertical-align: middle;
}
footer .footer_top_right {
	position: absolute;
	right: 0; top: 35%;
}
footer .footer_top_right a {
	margin-right: 10px;
}

footer .footer_bottom {padding: 30px;}
footer .footer_bottom .inner {
	position: relative;
}
footer .footer_bottom .logo {display: inline-block; float: left;}
footer .footer_bottom .footer_decs
{display: inline-block;
	margin-left: 70px;
font-size: 13px;
color: #666;
letter-spacing: -1px;}
footer .footer_bottom address span {
	display: inline-block;
	margin: 0 3px;
}
footer .footer_bottom .mark {
	position: absolute;
	right: 0; top: -20px;
	width: 15%;
}

/*btn_top*/
.btn_top_area {position: fixed; bottom: 2%; right: 2%; opacity: 0; transition: .3s;}
.btn_top_area.on {opacity: 1}
.btn_top_area .btn_top {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: #00bad9;
	border-radius: 50px;
	text-align: center;
}
.btn_top_area .btn_top:before {
	position: absolute;
	top: 0; left: 50%;
	transform: translateX(-50%);
	content: '\f106';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}
.btn_top_area .btn_top a {
	line-height: 65px;
	color: #fff;
	font-size: 18px;
}
.btn_top_area .btn_top span {
	line-height: 70px;
	color: #fff;
}