@charset"utf-8";

/* Font */
@import url(./font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1280px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.
*/
/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;font-size:100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
html{box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
body,th,td,input,select,textarea,button{font-family:'NotoSansKR', sans-serif;font-size:12pt;letter-spacing:-0.03em;line-height:1.475;font-weight:400;color:#333;}
dl,ul,ol,menu,li {list-style:none;}
*, *:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{color:inherit;text-decoration:none;-webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
a:hover, a:focus ,a:active{text-decoration:none;color:#000;}
img{max-width:100%;}
textarea{max-width:100%;resize:none;}

.hidden{font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
::selection{background:#333;color:#fff;text-shadow:none;}
::-moz-selection{background:#333;color:#fff;text-shadow:none;}
::-webkit-selection{background:#333;color:#fff;text-shadow:none;}

.ff_cont{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.fi_cont{display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;}
.ff_object{margin:-15px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.ff_object .obj{padding:15px;}
.ff_object.middle{margin:-10px;}
.ff_object.middle .obj{padding:10px;}
.ff_obj{margin-left:-15px;margin-right:-15px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.ff_obj .obj{padding-left:15px;padding-right:15px;}
.f_two .obj{flex:0 0 50%;-ms-flex:0 0 50%;max-width:50%;}
.f_three .obj{flex:0 0 33.33%;-ms-flex:0 0 33.33%;max-width:33.33%;}
.f_four .obj{flex:0 0 25%;-ms-flex:0 0 25%;max-width:25%;}
.f_wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;}
.f_center{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}
.f_middle{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.f_end{-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;-webkit-align-items:end;align-items:end;}
.f_between{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.f_reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}

h1{font-size:2.500em;}/* 40px */
h2{font-size:2.188em;}/* 35px */
h3{font-size:1.875em;}/* 30px */
h4{font-size:1.500em;}/* 24px */
h5{font-size:1.250em;}/* 20px */
h6{font-size:1.125em;}/* 18px */
p{font-size:1em;}/* 16px */
h1,h2,h3,h4,h5,h6,p{font-weight:normal;line-height:1.5;word-break:keep-all;}
.en{font-family:'Montserrat', sans-serif;}
.strong{font-weight:600;}

@media screen and (max-width:990px){
	body, input, select, textarea{font-size:11pt;}
}

@media screen and (max-width:767px){
	body, input, select, textarea{font-size:10.5pt;}
}

@media screen and (max-width:480px){
	html, body{min-width:320px;}
	body, input, select, textarea{font-size:10pt;}
} 

@media only screen and (min-width:320px){
	body{overflow-x:hidden;}
}

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0;background-repeat:no-repeat;background-size:100% auto;width:100%;background-size:cover;background-attachment:fixed}

/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:999999}
.loader{width:200px;height:200px;font-size:24px;text-align:center;position:absolute;left:50%;top:50%;background-image:url("/images/basic_resp/img/preloader.gif");background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px}

/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top{width:40px;height:40px;position:fixed;bottom:40px;right:20px;display:none;text-align:center;z-index:10000;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#ea2828;box-shadow:0 8px 13px rgba(0,0,0,.4)}
.back-to-top i{color:#fff;font-size:15px;display:block;line-height:33px}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {width: 100%; overflow: hidden; padding-top: 110px;}
#header {z-index: 1000; width: 100%; position: fixed; left: 0; right: 0; top: 0; z-index:999; background: #fff; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
#header > .header_in {width: 100%; max-width: 1760px; height: 110px; padding-left: 20px; padding-right: 20px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
/* #header:after {content: ''; display: block; height: 1px; position: absolute; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.2);} */
#L_SITE_LOGO h1 a {display: block; width: 340px; height: 60px; text-indent: -9999px; background: url('/images/kor09r-22-0461/common/gnb_logo.png')no-repeat center center / 100% auto;}
.container {width: 100%; max-width: 1240px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto;}


@media only screen and (max-width: 1480px){
	#wrapper {padding-top: 100px;}
	#header > .header_in {height: 100px;}
}

@media only screen and (max-width: 1280px){
	#wrapper {padding-top: 80px;}
	#header > .header_in {height: 80px;}
	#L_SITE_LOGO h1 a {width: 260px;}
}

@media only screen and (max-width: 980px){
	#wrapper {padding-top: 60px;}
	#L_SITE_LOGO {margin-left: -10px;}
	#L_SITE_LOGO h1 a {width: 200px; height: 35px;}
	#header > .header_in {height: 60px;}
}

@media only screen and (max-width: 767px){
}

/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb {display: flex; align-items: center;}
.gnb-bg, .m-menu-close, .m-menu-open {display: none;}
.navigation {margin-right: 80px;}
.navigation > li {margin-right: 110px; height: 110px; display: flex; align-items: center;}
.navigation > li > a {font-size: 18px; display: block; text-align: center; font-weight: 500;}
.navigation > li > a br {display: none;}
.navigation > li > ul {display: none;}
.navigation > li > ul > li > a {font-size: 16px;}

@media only screen and (max-width: 1480px){
	.navigation {margin-right: 60px;}
    .navigation > li {margin-right: 80px; height: 100px;}
	.navigation > li > a {font-size: 16px;}
}

@media only screen and (max-width: 1280px){
    .navigation > li {height: 80px;}
	.navigation > li > a {font-size: 15px;}
}

@media only screen and (max-width: 1120px){
	.navigation > li > a br {display: block;}
	.navigation > li > ul > li > a {font-size: 14px;}
}

@media only screen and (min-width: 980px){
	.navigation {display: flex; align-items: center;}
	.navigation > li {position: relative; display: flex; align-items: center;}
	.navigation > li:last-child {margin-right: 0;}
	.navigation > li > a {color: #000;}
    .navigation > li > ul {z-index: 999; position: absolute; top: 50%; top: 100%; left:50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); min-width:200px; border: 1px solid #f1f1f1; border-top: 4px solid #006835}
    .navigation > li > ul > li{text-align:center;}
    .navigation > li > ul > li + li {border-top:1px solid #e2e2e2;}
    .navigation > li > ul > li:first-child{border-top:0}
    .navigation > li > ul > li > a {position: relative; display: block; padding:12px 30px; text-align:center; white-space: nowrap; color:#666; background:#fff;}
    .navigation > li > ul > li > a:active,
    .navigation > li > ul > li > a:hover {color: #006835; background: #fbfbfb;}
}

@media only screen and (max-width: 980px){
    #gnb {display: none; position: fixed; top: 0; right: 0; padding: 64px 24px 0; width: 100%; height:100%; box-sizing: border-box; background: #9bc143;}
	.navigation {margin-right: 0;}
    .navigation > li {position: relative; display: block; margin-right: 0; text-align: left; height: auto;}
    .navigation > li > a {display: block; text-align: left; white-space: nowrap; font-size:16px; padding: 15px 0; border-bottom:1px solid #9bc143;color:#fff !important;}
    .navigation > li > a br {display: none;}
	.navigation > li.on > a{}
    .navigation > li > ul {width:100%;background:#75952a; margin:0; min-width:auto;}
    .navigation > li > ul > li {border-bottom:1px solid #9bc143}
    .navigation > li > ul > li > a{display:block;padding:0 20px;line-height:40px;font-size:14px;color:#fff}
    .navigation > li > ul > li > a:before{display:inline-block;content:"";position:relative;top:-4px;margin-right:7px;width:5px;height:1px;background:#fff}
    .gnb-bg {display: none;}
	.m-menu-open{display:block;position:absolute;top:0;right:0;padding:21px 16px;width:60px;height:60px;cursor:pointer}
	.m-menu-open span{display:block;margin-top:6px;width:100%;height:2px;background:#000;}
	.m-menu-open span:first-child{margin-top:0}
	.m-menu-close{z-index:1000;display:block;position:absolute;top:0;right:0;width:48px;height:48px;cursor:pointer;padding:15px 11px}
	.m-menu-close span{position:relative;top:7px;left:0;display:block;width:25px;height:2px;background:#fff;transform:rotate(45deg)}
	.m-menu-close span:first-child{transform:rotate(-45deg);top:9px}
}


/* #header.scroll,
#header.sub-header {background: #fff; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);}
#header.scroll #L_SITE_LOGO h1 a,
#header.sub-header #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo.png')no-repeat center center / 100% auto;}
#header.scroll .navigation > li > a,
#header.sub-header .navigation > li > a {color: #000;}
#header.scroll .m-menu-open span,
#header.sub-header .m-menu-open span {background: #006835;}
#header.scroll:after,
#header.sub-header:after {display: none;}

@media only screen and (min-width: 980px){
	#header:hover {background: #fff; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);}
	#header:hover #L_SITE_LOGO h1 a {background: url('/images/kor09r-22-0461/common/gnb_logo.png')no-repeat center center / 100% auto;}
	#header:hover .navigation > li > a {color: #000;}
} */




/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.ft {background: #f7f6f2; padding-top: 40px; padding-bottom: 70px;}
.ft .container {position: relative;}
.ft-menu {display: flex; align-items: center;}
.ft-menu li {display: flex; align-items: center;}
.ft-menu li:after {content: ''; display: block; width: 1px; height: 12px; background: #acaca9; margin: 0 15px;}
.ft-menu li:last-child:after {display: none;}
.ft-menu li a {display: block; color: #000; font-weight: 400;}
.ft-info {margin-top: 30px;}
.ft-info dt {position: absolute; right: 20px; top: 0; text-align: right;}
.ft-info dt img {display: inline-block; width: 75px;}
.ft-info dt h5 {margin-top: 30px; font-size: 14px; font-weight: 400;}
.ft-info dt h5 strong {display: block; font-size: 25px; color: rgba(28,102,58,0.8); font-weight: 800;}
.ft-info dd ul {display: flex; margin-top: 5px;}
.ft-info dd ul:first-child {margin-top: 0;}
.ft-info dd ul li {margin-right: 20px; font-size: 14px; color: rgba(0,0,0,0.8);}
.ft-info dd ul li:last-child {margin-right: 0;}
.ft-info dd ul li br {display: none;}
.ft-info dd p {font-size: 14px; margin-top: 40px;}
.ft-info dd p br {display: none;}

@media screen and (max-width:980px){
	.ft {padding-bottom: 40px;}
	.ft-menu li:after {height: 12px; margin: 0 10px;}
	.ft-menu li a {font-size: 13px;}
	.ft-info dt {position: static; text-align: left; display: flex; align-items: center;}
	.ft-info dt h5 {margin-top: 0; margin-left: 20px; font-size: 12px;}
	.ft-info dt h5 strong {font-size: 20px;}
	.ft-info dd {margin-top: 20px;}
	.ft-info dd ul {display: block;}
	.ft-info dd ul li {margin-right: 0; margin-bottom: 5px; font-size: 13px;}
	.ft-info dd ul li:last-child {margin-bottom: 0;}
	.ft-info dd ul li br {display: block;}
	.ft-info dd p {font-size: 12px; margin-top: 20px;}
}





/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-slider {}
.main-slider .slick-slide {text-align: center; color: #fff; height: calc(100vh - 110px) !important; position: relative; display: flex !important; align-items: center; justify-content: center;}
.main-slider .slick-slide h5 {font-size: 60px; font-weight: 500; line-height: 1.2; font-family: 'Wolyeonggyo';}
.main-slider .slick-slide h5 br {display: none;}
.main-slider .slick-slide p {font-size: 30px; margin-top: 30px;}
.main-slider .slick-arrow {position: absolute; width: 60px; height: 60px; top: 50%; margin-top: -30px; border: none; background: none; z-index: 1; text-indent: -9999px;}
.main-slider .slick-prev {left: 20px;}
.main-slider .slick-next {right: 20px;}
.main-slider .slick-arrow:after {content: ''; display: block; width: 40px; height: 40px; border-top: solid 1px #fff; position: absolute; left: 50%; top: 50%; margin-top: -20px;}
.main-slider .slick-prev:after {margin-left: -10px; border-left: solid 1px #fff; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.main-slider .slick-next:after {margin-left: -30px; border-right: solid 1px #fff; transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.main-slider .slick-dots {position: absolute; bottom: 20px; left: 50%; display: flex; align-items: center; justify-content: center; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.main-slider .slick-dots li {margin: 0 4px;}
.main-slider .slick-dots li button {display: block; width: 10px; height: 10px; text-indent: -9999px; border: none; background: rgba(255,255,255,0.5); -webkit-border-radius: 50%; border-radius: 50%;}
.main-slider .slick-dots li.slick-active button {background: #fff;}

@media only screen and (max-width: 1480px){
	.main-slider .slick-slide {height: calc(100vh - 100px) !important;}
}

@media only screen and (max-width:1280px) {
	.main-slider .slick-slide {height: calc(100vh - 80px) !important;}
	.main-slider .slick-slide h5 {font-size: 54px;}
	.main-slider .slick-slide p {font-size: 26px; margin-top: 20px;}
}

@media only screen and (max-width:980px) {
	.main-slider .slick-slide {height: calc(100vh - 60px) !important;}
	.main-slider .slick-slide h5 {font-size: 48px;}
	.main-slider .slick-slide p {font-size: 20px; margin-top: 10px;}
}

@media only screen and (max-width:768px) {
	.main-slider .slick-slide h5 {font-size: 42px;}
	.main-slider .slick-slide h5 br {display: block;}
	.main-slider .slick-slide p {font-size: 15px;}
	.main-slider .slick-slide p span {display: block;}
	.main-slider .slick-arrow {display: none;}
	.main-slider .slick-dots li button {width: 8px; height: 8px;}
}





.main-food {padding: 100px 0;}
.main-food__title {}
.main-food__title h6 {font-size: 16px; color: #e20000; font-weight: 500;}
.main-food__title h5 {font-size: 32px; color: #000; font-weight: 700; line-height: 1.4; margin-top: 20px;}
.main-food__list {display: flex; margin: 0 -12px; padding-top: 60px;}
.main-food__list li {width: 16.6666%; padding: 0 12px;}
.main-food__list li a {height: 290px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.main-food__list li a:before {opacity: 0; content: ''; display: block; background: #9bc143; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-food__list li a h5 {font-size: 22px; color: #fff; font-weight: 500; position: relative;}
.main-food__list li a span {opacity: 0; display: block; width: 29px; height: 29px; border: solid 1px #fff; position: absolute; left: 50%; top: 50%; margin-left: -15px; margin-top: 40px; text-indent: -9999px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translateY(20px); transform: translateY(20px);  -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-food__list li a span:before,
.main-food__list li a span:after {content: ''; display: block; background: #fff; position: absolute; left: 50%; top: 50%;}
.main-food__list li a span:before {width: 9px; height: 1px; margin-left: -4px; margin-top: -1px;}
.main-food__list li a span:after {width: 1px; height: 9px; margin-top: -5px;}
.main-food__list li:nth-child(1) a {background: url('/images/kor09r-22-0461/main/main_food_1.jpg')no-repeat center center / cover;}
.main-food__list li:nth-child(2) a {background: url('/images/kor09r-22-0461/main/main_food_2.jpg')no-repeat center center / cover;}
.main-food__list li:nth-child(3) a {background: url('/images/kor09r-22-0461/main/main_food_3.jpg')no-repeat center center / cover;}
.main-food__list li:nth-child(4) a {background: url('/images/kor09r-22-0461/main/main_food_4.jpg')no-repeat center center / cover;}
.main-food__list li:nth-child(5) a {background: url('/images/kor09r-22-0461/main/main_food_5.jpg')no-repeat center center / cover;}
.main-food__list li:nth-child(6) a {background: url('/images/kor09r-22-0461/main/main_food_6.jpg')no-repeat center center / cover;}
.main-food__list li a:after {opacity: 0; content: ''; display: block; width: 80px; height: 80px; position: absolute; bottom: 50%; left: 50%; margin-left: -40px; margin-bottom: 20px; -webkit-transform: translateY(20px); transform: translateY(20px);  -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.main-food__list li:nth-child(1) a:after {background: url('/images/kor09r-22-0461/main/main_ico_1.png')no-repeat center center / cover;}
.main-food__list li:nth-child(2) a:after {background: url('/images/kor09r-22-0461/main/main_ico_2.png')no-repeat center center / cover;}
.main-food__list li:nth-child(3) a:after {background: url('/images/kor09r-22-0461/main/main_ico_3.png')no-repeat center center / cover;}
.main-food__list li:nth-child(4) a:after {background: url('/images/kor09r-22-0461/main/main_ico_4.png')no-repeat center center / cover;}
.main-food__list li:nth-child(5) a:after {background: url('/images/kor09r-22-0461/main/main_ico_5.png')no-repeat center center / cover;}
.main-food__list li:nth-child(6) a:after {background: url('/images/kor09r-22-0461/main/main_ico_6.png')no-repeat center center / cover;}
.main-food__list li a:hover:before {opacity: 1;}
.main-food__list li a:hover:after {opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
.main-food__list li a:hover span {opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}

.main-cs {padding: 90px 0 120px; text-align: center; background: url('/images/kor09r-22-0461/main/main_cs_bg.jpg')no-repeat center center / cover;}
.main-cs img {display: block; max-width: 80%; margin: 0 auto;}
.main-cs h3 {margin-top: 60px; color: #fff; font-size: 40px; font-family: 'Wolyeonggyo';}
.main-cs p {font-size: 25px; color: #fff; margin-top: 10px; font-family: 'Wolyeonggyo';}
.main-cs a {width: 240px; height: 70px; margin: 70px auto 0; font-size: 20px; color: #fff; font-weight: 500; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center;}

.main-more {font-size: 16px; color: #000; font-weight: 400; line-height: 0.8; position: relative; display: inline-flex; align-items: flex-end;}
.main-more:after {content: ''; display: block; width: 45px; height: 1px; background: #000; margin-left: 15px;}
.main-more:before {content: ''; display: block; background: #000; width: 10px; height: 1px; position: absolute; right: 0; bottom: 0; transform-origin: right bottom; transform:rotate(45deg);-webkit-transform:rotate(45deg);}

.main-about {padding: 100px 0; background: #faf3e8;}
.main-about dl {display: flex;}
.main-about dl dt {width: 50%; display: flex; flex-direction: column;}
.main-about dl dd {width: 50%;}
.main-about dl dd div {overflow: hidden;}
.main-about dl dd img {display: block; -webkit-border-radius: 30px; border-radius: 30px;}
.main-about__top {flex-grow: 1;}
.main-about__top h6 {font-size: 16px; font-weight: 500; color: #79a80b;}
.main-about__top h5 {font-size: 35px; color: #1c663a; font-weight: 300; margin-top: 20px; line-height: 1.3;}
.main-about__top h5 strong {font-weight: 700; font-size: 32px;}
.main-about__bot {flex-shrink: 0;}
.main-about__bot p {font-size: 14px; color: #1c663a;}
.main-about__bot a {margin-top: 40px;}

.main-news {padding: 80px 0 100px;}
.main-news dl {display: flex;}
.main-news dl dt {width: 50%; display: flex; flex-direction: column;}
.main-news dl dd {width: 50%;}
.main-news__title {flex-grow: 1;}
.main-news__title h5 {font-size: 35px; color: #000; font-family: 'Wolyeonggyo';}
.main-news__title p {font-size: 16px; color: rgba(0,0,0,0.6); margin-top: 30px;}
.main-news__more {flex-shrink: 0;}
.main-news__list {border-top: solid 1px #e5e5e5;}
.main-news__list li {border-bottom: solid 1px #e5e5e5;}
.main-news__list li a {display: block; padding: 20px 0;}
.main-news__list li a h5 {font-size: 18px; color: #000; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main-news__list li a span {display: block; color: #747474;}
.main-news__list li a span:before {content: ''; display: block; width: 3px; height: 3px; background: #000; margin: 15px 5px; -webkit-border-radius: 50%; border-radius: 50%;}


@media only screen and (max-width:1280px) {
	.main-food__title h5 {font-size: 28px;}
	.main-food__list {margin: 0 -4px; padding-top: 40px;}
	.main-food__list li {padding: 0 4px;}
	.main-food__list li a {height: 240px;}
	.main-food__list li a h5 {font-size: 20px;}
	.main-food__list li a:after {width: 60px; height: 60px; margin-left: -30px;}

	.main-cs {padding: 100px 0;}
	.main-cs h3 {margin-top: 50px; font-size: 36px;}
	.main-cs p {font-size: 22px;}
	.main-cs a {width: 200px; height: 60px; margin: 50px auto 0; font-size: 18px;}

	.main-more {font-size: 14px;}
	.main-more:after {width: 30px; margin-left: 10px;}
	.main-more:before {width: 8px;}

	.main-about dl dd img {-webkit-border-radius: 20px; border-radius: 20px;}
	.main-about__top h5 {font-size: 30px; margin-top: 10px;}
	.main-about__top h5 strong {font-size: 28px;}
	.main-about__bot a {margin-top: 30px;}

	.main-news__list li a h5 {font-size: 16px;}
	.main-news__list li a span:before {margin: 10px 5px;}
}


@media only screen and (max-width:980px) {
	.main-food {padding: 80px 0;}
	.main-food__title h5 {font-size: 24px;}
	.main-food__list {padding-top: 30px;}
	.main-food__list li a {height: 200px;}
	.main-food__list li a h5 {font-size: 16px;}
	.main-food__list li a:after {width: 40px; height: 40px; margin-left: -20px;}
	
	.main-cs {padding: 80px 0;}
	.main-cs h3 {margin-top: 40px; font-size: 32px;}
	.main-cs p {font-size: 20px;}
	.main-cs a {width: 180px; height: 50px; margin: 40px auto 0; font-size: 16px;}
	
	.main-more {font-size: 13px;}
	.main-more:after {width: 20px;}
	
	.main-about {padding: 80px 0;}
	.main-about__top h6 {font-size: 14px;}
	.main-about__top h5 {font-size: 24px;}
	.main-about__top h5 strong {font-size: 24px;}
	.main-about__bot a {margin-top: 20px;}
	
	.main-news {padding: 80px 0;}
	.main-news__title h5 {font-size: 30px;}
	.main-news__title p {font-size: 14px; margin-top: 10px;}
	.main-news__list li a {padding: 15px 0;}
	.main-news__list li a h5 {font-size: 15px;}
	.main-news__list li a span:before {margin: 8px 0;}
	.main-news__list li a span {font-size: 13px;}
}


@media only screen and (max-width:768px) {
	.main-food {padding: 60px 0;}
	.main-food__title h6 {font-size: 14px;}
	.main-food__title h5 {font-size: 20px; margin-top: 10px;}
	.main-food__title h5 br {display: none;}
	.main-food__list {flex-wrap: wrap; margin: -4px;}
	.main-food__list li {width: 33.3333%; padding: 4px;}
	.main-food__list li a {height: 160px; -webkit-border-radius: 10px; border-radius: 10px;}
	.main-food__list li a h5 {font-size: 15px;}
	.main-food__list li a:after {margin-bottom: 10px;}
	.main-food__list li a span {margin-top: 30px;}
	
	.main-cs {padding: 60px 0;}
	.main-cs img {max-width: 100%;}
	.main-cs h3 {margin-top: 30px; font-size: 24px;}
	.main-cs p {font-size: 18px; margin-top: 5px;}
	.main-cs a {width: 140px; height: 40px; margin: 30px auto 0; font-size: 14px;}
	
	.main-about {padding: 60px 0;}
	.main-about dl {display: block;}
	.main-about dl dt {width: 100%;}
	.main-about dl dd {width: 100%; margin-top: 30px;}
	.main-about__bot {margin-top: 30px;}

	.main-news {padding: 60px 0;}
	.main-news dl {display: block;}
	.main-news dl dt {width: 100%;}
	.main-news dl dd {width: 100%; margin-top: 30px;}
	.main-news__title h5 {font-size: 24px;}
	.main-news__more {margin-top: 20px;}
	.main-news__list li a h5 {font-size: 14px;}
	.main-news__list li a span {font-size: 12px;}
}










