`.main_visual {
	width: 100%;
	height: 800px;
	background: #fff url('/kor/images/main_visual_bg.jpg')center bottom no-repeat;
	background-size: cover;
}
.main_visual_left {
	width: 55%;
	float: left;
	border: 0px solid red;
}
.main_visual_left_div {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	margin-top: 9%;
	/*overflow: hidden;*/
	padding-bottom: 3%;
}
.main_visual_right {
	width: 45%;
	float: right;
	border: 0px solid red;
}
.main_visual_tt {
	font-size: 35px;
	font-weight: 200;
	margin-bottom: 7%;
	line-height: 55px;
}
.main_visual_tt span {
	font-weight: 600;
}
.main_visual_btn a {
	transition: 0.5s all;
	font-size: 19px;
	padding: 10px 15px;
	border-radius: 35px;
	margin: 0.6%;
	border: 1px solid #ff6600;
	color: #ff6600;
}
.main_visual_btn a:hover {
	background: #ff6600;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	color: #fff;
	font-weight: 600;
}
.main_visual_search {
	width: 99%;
	margin-top: 15%;
	border-bottom: 3px solid #000;
	overflow: hidden;
}
.main_visual_search ul {
	width: 100%;
	float: left;
	position: relative;
}
.main_visual_search ul li {
	display: inline-block;
	float: left;
}
.main_visual_search ul li:first-child {
	width: 90%;
	float: left;
}
.main_visual_search ul li:last-child {
	width: 10%;
	float: left;
	text-align: right;
}
.search_input1 {
	width: 90% !important;
	line-height: 55px;
	height: 55px;
	font-size: 20px;
	color: #000 !important;
	font-family: 'Pretendard';
	font-weight: 600;
	bordeR: 0px solid #ccc !important;
}
 @media all and (max-width: 1299px) {
.main_visual {
	height: auto;
}
.main_visual_left {
	width: 100%;
	float: left;
	border: 0px solid red;
	overflow: hidden;
	padding: 20px 20px;
	box-sizing: border-box;
}
.main_visual_left_div {
	width: 100%;
	margin-top: 8%;
}
.main_visual_right {
	width: 100%;
	float: right;
	border: 0px solid red;
}
.main_visual_tt {
	font-size: 30px;
	letter-spacing: -1.5px;
}
}
.mobileshow1 {
	display: none !important;
}
.mobilenone1 {
	display: block !important;
}
 @media all and (max-width:976px) {
.main_visual_tt {
	font-size: 20px;
	line-height: 40px;
}
.main_visual_btn a {
	display: inline-block;
	transition: 0.5s all;
	font-size: 15px;
	padding: 6px 10px;
	border-radius: 30px;
	margin: 0.6%;
	border: 1px solid #ff6600;
	color: #ff6600;
}
.main_visual_btn a:hover {
	background: #ff6600;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	color: #fff;
	font-weight: 600;
}
.main_visual_search {
	width: 96%;
	margin: 0 auto;
	padding-top: 0%;
	border-bottom: 3px solid #000;
	overflow: hidden;
}
.search_input1 {
	width: 81% !important;
	line-height: 55px;
	height: 40px;
	font-size: 20px;
	color: #000 !important;
	font-family: 'Pretendard';
	font-weight: 600;
	bordeR: 0px solid #ccc !important;
}
.mobileshow1 {
	display: block !important;
}
.mobilenone1 {
	display: none !important;
}
}
.main_banner {
	width: 1500px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 4%;
}
.main_banner ul {
	width: 100%;
}
.main_banner ul li {
	display: inline-block;
	width: 32%;
	float: left;
	margin: 0.5%;
	border-radius: 35px;
	border: 0px solid red;
	background: url('/kor/images/main_banner03.jpg')center no-repeat;
	box-sizing: border-box;
	padding-top: 35px;
	padding-bottom: 45px;
	padding-left: 75px;
	background-size: cover;
}
.main_banner ul li:first-child {
	background: url('/kor/images/main_banner01.jpg')center no-repeat;
	box-sizing: border-box;
	padding-top: 35px;
	padding-bottom: 45px;
	padding-left: 75px;
	background-size: cover;
}
.main_banner ul li:last-child {
	background: url('/kor/images/main_banner02.jpg')center no-repeat;
	box-sizing: border-box;
	padding-top: 35px;
	padding-bottom: 45px;
	padding-left: 75px;
	background-size: cover;
}
.main_banner_tt {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 45px;
}
.main_banner_btn {
	margin-top: 3%;
}
.main_banner_btn a {
	transition: 0.5s all;
	font-size: 21px;
	font-weight: 600;
	padding: 15px 75px 15px 20px;
	border-radius: 35px;
	margin: 0.6%;
	background: #fff url('/kor/images/arrow_icon01.png')right no-repeat;
	color: #ff6600;
}
.main_banner_btn a:hover {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	font-weight: 600;
}
.main_banner_btn1 {
	margin-top: 3%;
}
.main_banner_btn1 a {
	transition: 0.5s all;
	font-size: 21px;
	font-weight: 600;
	padding: 15px 75px 15px 20px;
	border-radius: 35px;
	margin: 0.6%;
	background: #fff url('/kor/images/arrow_icon01.png')right no-repeat;
	color: #ffac00;
}
.main_banner_btn1 a:hover {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	font-weight: 600;
}
 @media all and (max-width: 1499px) {
.main_banner {
	width: 100%;
}
}
 @media all and (max-width: 976px) {
.main_banner ul li {
	display: inline-block;
	width: 96%;
	float: left;
	margin: 2%;
	border-radius: 25px;
	border: 0px solid red;
}
.main_banner ul li {
	padding-left: 35px;
}
.main_banner ul li:first-child {
	padding-left: 35px;
}
.main_banner ul li:last-child {
	padding-left: 35px;
}
.main_banner_btn a {
	font-size: 19px;
	padding: 12px 75px 12px 17px;
}
.main_banner_btn1 a {
	font-size: 19px;
	padding: 12px 75px 12px 17px;
}
}
.specal_food {
	width: 100%;
	position: relative;
	padding: 80px 0px;
	text-align: Center;
	border: 0px solid red;
	box-sizing: border-box;
}
.specal_food_area {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 1400px;
}
.specal_food_tt {
	text-align: center;
	background: #fff url('/kor/images/special_bg.jpg')center no-repeat;
	padding-top: 3%;
}
.specal_food_tt1 {
	line-height: 35px;
	font-size: 20px;
	color: #000;
	font-weight: 500;
}
.specal_food_num1 {
	position: absolute;
	top: 0px;
	left : 2%;
	text-align: left;
	border: 0px solid blue;
	width: 630px;
	height: 600px;
	padding-top: 400px;
	padding-left: 65px;
	box-sizing: border-box;
	background-size: cover;
	background: #fff url('/kor/images/specal_food_num1_bg.jpg')center no-repeat;
}
.specal_food_num1 p {
	font-sizE: 35px;
	color: #0079c4;
	font-weight: 600;
	line-height: 55px;
}
.specal_food_num1 span {
	display: block;
	width: 80%;
	font-sizE: 18px;
	color: #000;
	font-weight: 500;
	line-height: 30px;
}
.specal_food_num2 {
	position: absolute;
	top: 0px;
	text-align: left;
	right : 2%;
	border: 0px solid blue;
	width: 645px;
	height: 780px;
	padding-top: 155px;
	padding-left: 70px;
	box-sizing: border-box;
	background-size: cover;
	background: #fff url('/kor/images/specal_food_num2_bg.jpg')center no-repeat;
}
.specal_food_num2 p {
	font-sizE: 35px;
	color: #5cb531;
	font-weight: 600;
	line-height: 55px;
}
.specal_food_num2 span {
	display: block;
	width: 80%;
	font-sizE: 18px;
	color: #000;
	font-weight: 500;
	line-height: 30px;
}
.specal_food_num3 {
	position: absolute;
	text-align: left;
	top: 650px;
	left: 0%;
	border: 0px solid blue;
	width: 670px;
	height: 580px;
	padding-top: 387px;
	padding-left: 122px;
	box-sizing: border-box;
	background-size: cover;
	background: #fff url('/kor/images/specal_food_num3_bg.jpg')center no-repeat;
}
.specal_food_num3 p {
	font-sizE: 35px;
	color: #ff6600;
	font-weight: 600;
	line-height: 55px;
}
.specal_food_num3 span {
	display: block;
	width: 80%;
	font-sizE: 18px;
	color: #000;
	font-weight: 500;
	line-height: 30px;
}
.specal_food_num4 {
	position: absolute;
	text-align: left;
	top: 800px;
	right: 0%;
	border: 0px solid blue;
	width: 700px;
	height: 570px;
	padding-top: 385px;
	padding-left: 135px;
	box-sizing: border-box;
	background-size: cover;
	background: #fff url('/kor/images/specal_food_num4_bg.jpg')center no-repeat;
}
.specal_food_num4 p {
	font-sizE: 35px;
	color: #bb1120;
	font-weight: 600;
	line-height: 55px;
}
.specal_food_num4 span {
	display: block;
	width: 80%;
	font-sizE: 18px;
	color: #000;
	font-weight: 500;
	line-height: 30px;
}
.specal_food_area1 {
	display: none;
}
 @media all and (max-width: 1200px) {
.specal_food {
	padding: 50px 0px;
	overflow: hidden;
}
.specal_food_area {
	display: none;
}
.specal_food_area1 {
	display: block;
	margin-top: 5%;
}
.specal_food_area1 ul {
	width: 98%;
	position: relative;
	margin: 0 auto;
}
.specal_food_area1 ul li {
	display: inline-block;
	float: left;
	width: 48%;
	margin: 1%;
	padding: 15px;
	box-sizing: border-box;
}
.specal_food_tt_num1 p {
	text-align: left;
	font-sizE: 35px;
	color: #0079c4;
	font-weight: 600;
	line-height: 55px;
}
.specal_food_tt_num1 span {
	display: inline-block;
	font-sizE: 18px;
	text-align: left !important;
	color: #000;
	font-weight: 500;
	line-height: 25px !important;
	word-break: keep-all;
}
.specal_food_tt_num2 p {
	text-align: left;
	font-sizE: 35px;
	color: #5cb531;
	font-weight: 600;
	line-height: 55px;
}
.specal_food_tt_num2 span {
	display: inline-block;
	font-sizE: 18px;
	text-align: left !important;
	color: #000;
	font-weight: 500;
	line-height: 25px !important;
	word-break: keep-all;
}
.specal_food_tt_num3 p {
	text-align: left;
	font-sizE: 35px;
	color: #ff6600;
	font-weight: 600;
	line-height: 55px;
}
.specal_food_tt_num3 span {
	display: inline-block;
	font-sizE: 18px;
	text-align: left !important;
	color: #000;
	font-weight: 500;
	line-height: 25px !important;
	word-break: keep-all;
}
.specal_food_tt_num4 p {
	text-align: left;
	font-sizE: 35px;
	color: #bb1120;
	font-weight: 600;
	line-height: 55px;
}
.specal_food_tt_num4 span {
	display: inline-block;
	font-sizE: 18px;
	text-align: left !important;
	color: #000;
	font-weight: 500;
	line-height: 25px !important;
	word-break: keep-all;
}
}
 @media all and (max-width:640px) {
.specal_food_tt {
	background: none;
}
.specal_food_area1 ul li {
	display: inline-block;
	float: left;
	width: 98%;
	margin: 1%;
	padding: 15px;
	box-sizing: border-box;
}
.specal_food_tt_num1 p {
	font-size: 30px;
}
.specal_food_tt_num1 span {
	font-size: 16.5px;
}
.specal_food_tt_num2 p {
	font-size: 30px;
}
.specal_food_tt_num2 span {
	font-size: 16.5px;
}
.specal_food_tt_num3 p {
	font-size: 30px;
}
.specal_food_tt_num3 span {
	font-size: 16.5px;
}
.specal_food_tt_num4 p {
	font-size: 30px;
}
.specal_food_tt_num4 span {
	font-size: 16.5px;
}
}
.theme_food {
	width: 100%;
	position: relative;
	border: 0px solid red;
	text-align: Center;
	padding: 120px 0px;
	background: #fff url('/kor/images/theme_bg.jpg')center top no-repeat;
	border-top-right-radius: 55px;
}
.theme_food_tt {
	line-height: 35px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.theme_food_btn a {
	transition: 0.5s all;
	font-size: 19px;
	padding: 10px 15px;
	border-radius: 35px;
	margin: 0.2%;
	border: 1px solid #fff;
	color: #fff;
}
.theme_food_btn a:hover {
	background: #fff;
	color: #ff6600;
	font-weight: 600;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.theme_food ul {
	width: 1500px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding-top: 2%;
}
.theme_food ul li {
	overflow: hidden;
	width: 22.5%;
	margin: 1.1%;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	border-bottom-left-radius: 35px;
	border-top-right-radius: 35px;
}
.theme_food ul li:nth-child(2n) {
	margin-top: 6%;
}
.theme_food ul li img {
	width: 100%;
}
.theme_detail {
	width: 85%;
	margin: 0 auto;
	border: 0px solid red;
	padding: 24px 0px;
	text-align: left;
}
.theme_detail_tt {
	color: #ff6600;
	font-weight: 600;
	font-size: 23px;
	line-height: 40px;
}
.theme_detail_tt1 {
	line-height: 25px;
	font-size: 17px;
	color: #333;
	padding-left: 25px;
	background: url('/kor/images/theme_icon01.png')top left no-repeat;
}
.theme_detail_tt2 {
	line-height: 25px;
	font-size: 17px;
	color: #333;
	padding-left: 25px;
	background: url('/kor/images/theme_icon02.png')left no-repeat;
}
.theme_detail_tt3 {
	margin-top: 4%;
	font-weight: 500;
	color: #7e7e7e;
	font-size: 15.2px;
	line-height: 24px;
	margin-left: 1.5%;
}
.theme_food_btn1 {
	text-align: center;
	padding-top: 1%;
}
.theme_food_btn1 a {
	color: #fff !important;
	margin: 0 auto;
	border-bottom: 2px solid #fff;
	font-weight: 600;
	padding: 20px 150px 20px 0px;
	display: inline-block;
	font-size: 25px;
	background: url('/kor/images/theme_arrow.png')right bottom no-repeat;
}
 @media all and (max-width: 976px) {
.theme_food {
	padding: 70px 0px;
	background: #ff6600;
}
.theme_food_tt {
	font-size: 18px;
}
.theme_food_btn a {
	display: inline-block;
	transition: 0.5s all;
	font-size: 15px;
	padding: 5px 15px;
	border-radius: 25px;
	margin: 0.8%;
	border: 1px solid #fff;
	color: #fff;
}
.theme_food_btn a:hover {
	background: #fff;
	color: #ff6600;
	font-weight: 600;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.theme_food ul {
	width: 100%;
	display: block;
}
.theme_food ul li {
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 46%;
	margin: 2%;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	border-bottom-left-radius: 35px;
	border-top-right-radius: 35px;
}
.theme_food ul li:nth-child(2n) {
	margin-top: 0%;
}
.theme_food ul li img {
	width: 100%;
}
}
 @media all and (max-width: 640px) {
.theme_food ul {
	overflow: hidden;
}
.theme_food ul li {
	float: left;
	display: inline-block;
	border: 1px solid red;
	overflow: hidden;
	overflow: hidden;
	width: 46%;
	box-sizing: border-box;
	height: 340px !important;
	margin: 2% !important;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
}
.theme_food ul li:nth-child(2n) {
	margin-top: 0%;
}
.theme_food ul li img {
	width: 100%;
}
.theme_food_btn1 a {
	font-size: 18px;
}
.theme_detail_tt {
	font-size: 0.9rem;
	line-height: 1.3;
	margin-bottom:0.5rem;
}
.theme_detail_tt1 {
	font-size: 0.8rem;
	line-height: 1.3;
	font-weight:300
}
.theme_detail_tt2 {
	display: none;
}
.theme_detail_tt3 {
	margin-top: 4%;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #7e7e7e;
	font-size: 14px;
	line-height: 20px;
	margin-left: 1.5%;
}
}
.b_community {
	position: relative;
	width: 99%;
	padding: 115px 0px;
}
#m_board2 {
	float: left;
	position: relative;
	width: 100%;
}
.title_area {
	background: #fff url('/kor/images/main/title_bg.jpg')right top no-repeat;
	padding-top: 3%;
	height: 45px;
	font-weight: 600;
	width: 55%;
	float: left;
	position: relative;
}
.title_area p {
	font-size: 45px;
	color: #ff6600;
}
.tab_area {
	width: 45%;
	float: right;
	position: relative;
	padding-top: 3.5%;
}
#m_board2 .tabs2 {
	margin: 0 auto;
}
#m_board2 .tabs2 li {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	text-align: center;
	color: #333333;
	float: left;
	background: none;
	font-size: 25px;
	border: 0px solid red;
	margin: 0%;
	padding-right: 10%;
	background: #fff url('/kor/images/main/commu_bg.jpg')right center no-repeat;
}
#m_board2 .tabs2 li:last-child {
	padding-right: 0% !important;
	background: none;
}
#m_board2 .tabs2 li a {
	font-size: 25px;
	color: #999;
	border-radius: 35px;
	display: block;
	font-weight: 600;
}
#m_board2 .tabs2 li a:hover {
	color: #000;
	transition: 0.1s;
}
#m_board2 .tabs1 li.wd50per {
	width: 50% !important;
}
#m_board2 .tabs2 .active a {
	color: #000;
	box-sizing: border-box;
	font-weight: 600;
	text-decoration: none;
	display: block;
}
#m_board2 .tab_container2 {
	padding-top: 5% !important;
	width: 100%;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
#m_board2 .tab_container2 div {
	width: 100%;
	/*position: relative;*/
}
#m_board2 .tab_container2 div ul {
	width: 100%;
	position: relative;
}
#m_board2 .tab_container2 div ul li {
	min-height: 200px;
	position: relative;
	text-align: left;
	display: inline-block;
	float: left;
	width: 22%;
	margin: 2% 1%;
	border-bottom: 1px solid #ccc;
}

#m_board2 .tab_container2 div ul li a{
	font-size:1.2rem

}
.b_community_tt {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}
.b_community_tt1 {
	font-size: 17px;
	color: #999;
	padding: 0px;
	line-height: 30px;
}
.b_community_tt2 {
	position: absolute;
	bottom: 3px;
	font-size: 19px;
	color: #000;
	padding: 10px 0px 10px 0px;
	font-weight: 700;
}
.b_community_btn {
	text-align: center;
}
.b_community_btn a {
	color: #ff6600 !important;
	margin: 0 auto;
	border-bottom: 2px solid #ff6600;
	font-weight: 600;
	padding: 20px 150px 20px 0px;
	display: inline-block;
	font-size: 25px;
	background: #fff url('/kor/images/main/arrow.jpg')right bottom no-repeat;
}
 @media all and (max-width: 976px) {
.b_community {
	position: relative;
	width: 99%;
	padding: 50px 0px;
}
.title_area {
	background: #fff url('/kor/images/main/title_bg.jpg')left top no-repeat;
	padding-top: 3%;
	height: 45px;
	font-weight: 600;
	width: 100%;
	float: left;
	position: relative;
}
.title_area p {
	font-size: 35px;
	color: #ff6600;
}
.tab_area {
	width: 100%;
	float: right;
	position: relative;
	padding-top: 3.5%;
}
#m_board2 .tabs2 li {
	display: inline-block;
	margin: 0.5%;
	width: 23%;
	text-align: center;
	color: #333333;
	float: left;
	background: none;
	font-size: 20px;
	border: 0px solid red;
	padding-right: 0%;
	background: none;
	border: 1px solid #ccc;
	border-radius: 25px;
	padding: 10px 0px;
}
#m_board2 .tabs2 li a {
	font-size: 20px;
	color: #999;
	border-radius: 35px;
	display: block;
	font-weight: 600;
}
#m_board2 .tabs2 li a:hover {
	color: #ff6600;
	transition: 0.1s;
}
#m_board2 .tabs2 .active a {
	color: #ff6600;
}
#m_board2 .tab_container2 div {
	width: 100%;
	position: relative;
}
#m_board2 .tab_container2 div ul {
	width: 100%;
	position: relative;
}
#m_board2 .tab_container2 div ul li {
	min-height: 250px;
	position: relative;
	text-align: left;
	display: inline-block;
	float: left;
	width: 48%;
	margin: 2% 1%;
	border-bottom: 1px solid #ccc;
}
}
 @media all and (max-width: 640px) {
#m_board2 .tabs2 li {
	display: inline-block;
	margin: 0.5%;
	width: 48%;
}
#m_board2 .tabs2 li a {
	font-siZE: 17px;
}
#m_board2 .tab_container2 div {
	width: 100%;
	position: relative;
}
#m_board2 .tab_container2 div ul {
	width: 100%;
	position: relative;
}
#m_board2 .tab_container2 div ul li {
	min-height: auto;
	position: relative;
	text-align: left;
	display: inline-block;
	float: left;
	width: 98%;
	margin: 2% 1%;
	border-bottom: 1px solid #ccc;
}
.b_community_tt {
	font-size: 20px;
}
.b_community_tt2 {
	position: relative;
}
.b_community_btn a {
	font-size: 19px;
}
}
.b_food_store {
	position: relative;
	width: 100%;
	border: 0px solid red;
	background: url('/kor/images/main/b_food_store_bg.jpg')left bottom no-repeat;
}
.b_food_store_left {
	width: 74%;
	float: left;
	border: 1px solid #cccccc;
	border-radius: 30px;
	box-sizing: border-box;
	background: #fff;
	padding: 35px 35px;
	background: #fff url('/kor/images/main/left_bg.jpg')left bottom no-repeat;
}
.b_food_store_right {
	width: 25%;
	float: right;
	border-radius: 30px;
	background: url('/kor/images/main/army_bg.jpg')center;
	background-size: cover;
	height : 395px;
	padding-top: 40px;
	text-align: center;
	box-sizing: border-box;
}
.b_food_store_tt {
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 6%;
}
.b_food_store_tt1 {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	width: 17%;
	float: left;
}
.b_food_store_tt2 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	line-height: 35px;
	margin-top: 1%;
}
.b_food_store_tt3 {
	font-size: 0.8rem;
	color: #000;
	font-weight: 300;
	line-height: 1.3;
}
 @media all and (max-width: 976px) {
.b_food_store {
	background: #fff !important;
}
.b_food_store_left {
	width: 100%;
	padding: 15px;
	background: #fff !important;
	margin-bottom: 5%;
}
.b_food_store_right {
	width: 100%;
	height: 300px
}
.b_food_store_tt1 {
	width: 100%;
	font-size: 25px;
	text-align: center;
	margin-bottom:0.5rem
}

#m_board1 .tabs1 li a {
	font-size: 14px;
}
}
#m_board1 {
	float: right;
	position: relative;
	width: 77%;
	border: 0px solid red;
}
#m_board1 .tabs1 {
	margin: 0 auto;
}
#m_board1 .tabs1 li {
	display: inline-block;
	margin: 0 auto;
	width: 23.3%;
	text-align: center;
	color: #333333;
	float: left;
	background: none;
	font-size: 19px;
	margin: 0% 0.6%;
}
#m_board1 .tabs1 li a {
	font-size: 19px;
	color: #333;
	padding: 12px 0px;
	border-radius: 35px;
	background: #eaeaea;
	display: block;
}
#m_board1 .tabs1 li a:hover {
	color: #fff;
	background: #ff6600;
	font-size: 19px;
	transition: 0.1s;
}
#m_board1 .tabs1 li.wd50per {
	width: 50% !important;
}
#m_board1 .tabs1 .active a {
	color: #fff;
	background: #ff6600;
	box-sizing: border-box;
	font-weight: 500;
	text-decoration: none;
	display: block;
}
#m_board1 .more {
	position: absolute;
	right: 17px;
	top: 16px;
}
#m_board1 .more a {
	display: block;
	padding: 5px;
	border: 1px solid #ddd;
}
#m_board1 .more a:hover {
	border: 1px solid #1e83eb
}
#m_board1 .tab_container1 {
	text-align: left;
	background: none;
	padding-top: 3%;
	width: 100%;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
#m_board1 .tab_content1 {
	display: flex;
	justify-content: center;
}
#m_board1 .tab_content1 div {
	width: 30%;
	float: left;
	margin: 0% 1.5%;
	border: 0px solid red;
	text-align: left;
}
#m_board1 .tab_content1 div:last-child {
}
#m_board1 .tab_content1 div img {
	width: 100%;
	border-radius: 20px;
	height: 180px;
}
 @media all and (max-width: 976px) {
#m_board1 {
	float: right;
	position: relative;
	width: 100%;
	border: 0px solid red;
}
#m_board1 .tabs1 li {
	display: inline-block;
	margin: 0 auto;
	width: 48%;
	text-align: center;
	color: #333333;
	float: left;
	background: none;
	margin: 0.5% 0.6%;
	height:40px
}
#m_board1 .tabs1 li a {
        font-size: 0.9rem;
        padding: 5% 0;
}
#m_board1 .tabs1 li a:hover {
	font-size: 14px;
}
}
 @media all and (max-width: 640px) {
#m_board1 .tab_content1 {
	display: block;
	justify-content: center;
}
#m_board1 .tab_content1 div {
	width: 47%;
	height: 210px;
	float: left;
	margin: 1.5% 1.5%;
	border: 0px solid red;
	text-align: left;
}
#m_board1 .tab_content1 div:last-child {
}
#m_board1 .tab_content1 div img {
	width: 100%;
	border-radius: 20px;
	height: 116px;
}
.b_food_store_tt2 {
	font-size: 0.9rem;
	line-height: 20px;
	margin-top: 2%;
	text-align:center
}
.b_food_store_tt3 {
	text-align:center;
	word-break:keep-all
}
}
.soldier_food_btn a {
	transition: 0.5s all;
	font-size: 17px;
	padding: 7px 16px;
	border-radius: 35px;
	margin: 0.2%;
	border: 1px solid #fff;
	color: #fff;
}
.soldier_food_btn a:hover {
	background: #fff;
	color: #2a7a0a;
	font-weight: 600;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.box.right-box {
	position: absolute;
	right: 130px;
	top: 130px;
	height: 81%;
	width: calc(100% + 66px);
	max-width: 784px;
	border: 0px solid red;
	overflow: hidden;
}
.box.right-box .tabpanel {
	height: 100%;
	width: 100%;
}
.box.right-box .tabpanel .img-link-wrap {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-top: 5rem;
}
 .box.right-box .tabpanel .img-link-wrap::-webkit-scrollbar {
 display: none;
}
.box.right-box .tabpanel .img-link-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.box.right-box .tabpanel .img-link-wrap .item {
	padding: 0 33px;
	margin-bottom: 40px;
}
.box.right-box .tabpanel .img-link-wrap .item:nth-child(2) {
	margin-top: 44px;
}
.box.right-box .tabpanel .img-link-wrap .item:nth-child(2n-1) {
	float: left;
}
.box.right-box .tabpanel .img-link-wrap .item:nth-child(2n) {
	float: right;
}
.box.right-box .tabpanel .img-link-wrap .item .link {
	width: 326px;
	height: 245px;
	display: flex;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #efefef;
	background: linear-gradient(0deg, #011251 15%, rgba(0, 0, 0, 0.00) 43.72%);
	align-items: flex-end;
}
.box.right-box .tabpanel .img-link-wrap .item .link:before {
	content: '';
	display: block;
	background: linear-gradient(0deg, #0a0a0a 15%, rgba(0, 0, 0, 0.00) 43.72%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	transition: all 0.3s;
}
.box.right-box .tabpanel .img-link-wrap .item .link:hover:before, .hastag-area .ui.ui-tablist .box.right-box .tabpanel .img-link-wrap .item .link:focus:before {
	opacity: 1;
}
.box.right-box .tabpanel .img-link-wrap .item .link .thm-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.box.right-box .tabpanel .img-link-wrap .item .link .thm-box .thm-inner {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.box.right-box .tabpanel .img-link-wrap .item .link .thm-box .thm-inner img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
	max-height: none;
	height: 100%;
	width: 100%;
}
.box.right-box .tabpanel .img-link-wrap .item .link .info-box {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0 0 37px 35px;
	transform: translateY(15px);
	opacity: 1;
	transition: all 0.3s;
}
.box.right-box .tabpanel .img-link-wrap .item .link .info-box .foodsubj {
	font-size: 1.1rem;
	font-weight: 600;
	color: #fff;
	line-height: 35px;
	border: 0px solid red;
	padding-left: 25px;
	background: url('/kor/images/icon01.png')no-repeat left;
}
.box.right-box .tabpanel .img-link-wrap .item .link .info-box .address {
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	line-height: 25px;
}
.box.right-box .tabpanel .img-link-wrap .item .link .info-box .tel {
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
	line-height: 25px;
}
#top_btn {
	border-radius: 30px;
	position: fixed;
	bottom: 20px;
	right: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 0;
	background: #ff6600;
	color: #FFF;
	font-weight: 800;
	text-align: center;
	font-size: 1.4em;
	z-index: 99;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
#top_btn:hover {
	background-color: red;
}
 @media screen and (max-width:1380px) {
.box.right-box {
	max-width: 724px;
	right: 0
}

.box.right-box .tabpanel .img-link-wrap .item {
    padding: 0 10px;
    margin-bottom: 40px;
}


.main_visual_left {
    width: 48%;
	margin-top : 2.5rem
}


.main_visual_btn a {
    font-size: 0.8rem;
	padding: 5px 10px
	
}













}
 @media screen and (max-width:768px) {
	 .box.right-box {
	position: static !important  ;
	
        max-width: 100%;
	 }
	 
	 
	 .box.right-box {
    top: 0px;
}



@media screen and (max-width: 768px) {
    .main_visual_left {
        width: 100%;
        margin-top: 1rem;
    }















#top_btn {
	width: 50px;
	height: 50px;
	bottom: 85px;
	right: 25px;
	line-height: 40px;
	display: none;
}
.box.right-box .tabpanel .img-link-wrap .item .link {
	width: 328px;
	height: 400px;
	display: flex;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #efefef;
	box-shadow: 0px 50px 30px 0px rgba(0, 0, 0, 0.6);
	align-items: flex-end;
}
.box.right-box .tabpanel .img-link-wrap .item:nth-child(2) {
	margin-top: 0px;
}
.box.right-box .tabpanel .img-link-wrap .item:nth-child(2n-1) {
	float: left;
        width: 44%;
        height: auto;
}
.box.right-box .tabpanel .img-link-wrap .item:nth-child(2n) {
	float: left;
        width: 44%;
        height: auto;
}
}
 
 @media screen and (max-width:1380px) {
.box.right-box .tabpanel .img-link-wrap {
	padding-top: 0px;
}
.box.right-box .tabpanel .img-link-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.box.right-box .tabpanel .img-link-wrap .item {
	padding: 5px 10px;
	margin-bottom: 20px;
}
.box.right-box .tabpanel .img-link-wrap .item .link {
	width: auto;
	height: 350px;
	display: flex;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background: linear-gradient(0deg, #011251 15%, rgba(0, 9, 57,1) 80%);
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
	align-items: flex-end;
}
.box.right-box .tabpanel .img-link-wrap .item .link img {
	opacity: 0.8;
}
.box.right-box .tabpanel .img-link-wrap .item .link:after {
	background: linear-gradient(0deg, #011251 15%, rgba(0, 9, 57, 0.00) 80%);
}
.box.right-box .tabpanel .img-link-wrap .item .link .info-box {
	padding: 0 0 15px 15px;
}
.box.right-box .tabpanel .img-link-wrap .item .link .info-box .foodsubj {
	font-size: 0.8rem;
	font-weight: 600;
	color: #fff;
	line-height: 21px;
	border: 0px solid red;
	padding-left: 20px;
	background: url('/kor/images/icon01.png')no-repeat left;
	background-size: 35%;
}
.box.right-box .tabpanel .img-link-wrap .item .link .info-box .address {
	font-size: 0.65rem;
	font-weight: 600;
	color: #fff;
	line-height: 18px;
	margin-bottom: 5%;
}
.box.right-box .tabpanel .img-link-wrap .item .link .info-box .tel {
	display: none;
}
}

 @media screen and (max-width:768px) {
.box.right-box .tabpanel .img-link-wrap .item .link {
	width: auto;
	height: 124px;
	display: flex;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background: linear-gradient(0deg, #011251 15%, rgba(0, 9, 57,1) 80%);
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
	align-items: flex-end;
}
 }