@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
}

/* --------------------------------------------------------------------------------------------------- font --------------------------------------------------------------------------------------------------- */

* {
    margin:0 auto;
    padding:0;
    list-style:none;
    font-family:"Pretendard";
    color:#222222;
    letter-spacing: -1.35px;
}

a {
    text-decoration:none;
    color:inherit;
}

#wrap {
    width: 100%;
    height: 100%;
}

header {
    width: 100%;
    height: 70px;
    background-color: #fff;
}

#nav_logo_box {
    width: 210px;
    height: 70px;
    float: left;
    margin-left: 50px;
    position: absolute;
    z-index: 2;
}

#nav_logo_box a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav_logo {
    width: 210px;
    height: 40px;
    margin: 15px 0;
    background-image: url(../img/nav_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
}

nav {
    height: 70px;
    box-shadow: 0 -1px 0 0 #dbdbdb inset;
}

#main_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.main_menu {
    margin: 0;
}
.main_menu > a span {
    display: block;
    padding: 23px 40px;
}

.selduck_go {
    width: 105px;
    height: 20px;
    padding: 25px 40px;
}

.selduck_go img {
    width: 100%;
    height: 100%;
}

#nav_icon_group {
    width: 201px;
    height: 70px;
    float: right;
    margin-right: 50px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.nav_search, .nav_callcenter, .nav_category {
    width: 28px;
    height: 28px;
    float: left;
    margin: 0;
}

.nav_category {
    width: 24px;
    height: 24px;
    margin: 2px 0;
}

.mobile_nav_category {
    width: 28px;
    height: 28px;
    background-image: url(../icon/mobile/mobile_category_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.mobile_nav_category a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav_callcenter {
    margin-left: 40px;
}

.nav_icon_line {
    width: 1px;
    height: 28px;
    /* background-color: #dbdbdb; */
    float: left;
    margin: 0 40px;
}

#nav_icon_group > a {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

.sub_menu {
    top: 70px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 60px 0;
    display: none;
    box-shadow: 0 10px 20px rgba(25,25,25,4%), 0 6px 6px rgba(25,25,25,4%);
}

.sub_menu_box {
    width: 1400px;
    display: flex;
    align-items: center;
}

.sub_menu li {
    margin: 0;
    margin-left: 40px;
}

.sub_menu li:nth-child(1) {
    width: 243px;
    height: 103px;
    margin: 0;
}

.sub_menu li:nth-child(1) span:nth-child(1) {
    font-size: 36px;
    font-weight: 600;
    display: block;
}

.sub_menu li:nth-child(1) span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    color: #767676;
    display: block;
    width: 243px;
    margin-top: 12px;
}

.sub_menu li:nth-child(2) {
    margin-left: 80px;
}

.sub_menu li:nth-child(2), .sub_menu li:nth-child(3), .sub_menu li:nth-child(4), .sub_menu li:nth-child(5) {
    width: 240px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px rgba(25, 25, 25, 0.1);
}

.menu01_icon_box, .menu02_icon_box, .menu04_icon_box {
    padding: 33px 0;
}

.icon_box {
    width: 100px;
    height: 100px;
}

.menu01_icon_box p, .menu02_icon_box p, .menu03_icon_box p, .menu04_icon_box p {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.main_menu:nth-of-type(3) .sub_menu_box {
    width: 1400px;
    height: 280px;
    display: block;
}

.main_menu:nth-of-type(3) .sub_menu {
    padding: 20px 0;
}

.menu02_icon {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0px 1px 4px rgba(25, 25, 25, 0.1);
    margin-left: 20px;
}

.sub_menu_box > .menu02_icon:nth-of-type(2) {
    margin-left: 0;
}

.menu02_text {
    width: 243px;
    height: 103px;
    float: left;
    margin-right: 80px;
}

.menu03_text {
    width: 243px;
    height: 103px;
    float: left;
    margin: 88.5px 0;
    margin-right: 80px;
}

.menu03_text span:nth-child(1), .menu02_text span:nth-child(1) {
    font-size: 36px;
    font-weight: 600;
    display: block;
}

.menu03_text span:nth-child(2), .menu02_text span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    color: #767676;
    display: block;
    width: 243px;
    margin-top: 12px;
}

.menu03_icon_box_01 {
    width: 960px;
    height: 130px;
    display: flex;
    float: left;
}

.menu03_icon_box_02 {
    width: 760px;
    height: 130px;
    display: flex;
    float: left;
    margin-top: 20px;
}

.menu03_icon {
    width: 160px;
    height: 130px;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0px 1px 4px rgba(25, 25, 25, 0.1);
    margin-left: 40px;
}

.menu03_icon:nth-child(1) {
    margin-left: 0;
}

.menu03_icon_box {
    padding: 18px 0;
}

.menu03_icon_box .icon_box {
    width: 60px;
    height: 60px;
}

/* ㅡㅡㅡㅡㅡㅡㅡ hover start ㅡㅡㅡㅡㅡㅡㅡ*/

.sub_menu li:nth-child(2):hover, .sub_menu li:nth-child(3):hover, .sub_menu li:nth-child(4):hover, .sub_menu_box li:nth-child(5):hover {
    box-shadow: 0px 1px 8px rgba(25, 25, 25, 0.15);
}

.sub_menu_box li:nth-child(2):hover p, .sub_menu_box li:nth-child(3):hover p, .sub_menu_box li:nth-child(4):hover p, .sub_menu_box li:nth-child(5):hover p {
    color: #487527;
    font-weight: 600;
}

.menu02_icon:hover {
    box-shadow: 0px 1px 8px rgba(25, 25, 25, 0.15);
}

.menu02_icon:hover p {
    color: #487527;
    font-weight: 600;
}

.menu03_icon:hover {
    box-shadow: 0px 1px 8px rgba(25, 25, 25, 0.15);
}

.menu03_icon:hover p {
    color: #487527;
    font-weight: 600;
}

/* ㅡㅡㅡㅡㅡㅡㅡ  hover end  ㅡㅡㅡㅡㅡㅡㅡ*/
 
/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ  nav end  ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ  side_menu start  ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
#side_menu_box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 4;
    left: 100%;
}

#side_top_box {
    width: 100%;
    height: 70px;
    box-shadow: 0 -1px 0 0 #dbdbdb inset;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.side_close_btn {
    width: 32px;
    height: 32px;
    margin: 0;
    margin-right: 50px;
    cursor: pointer;
}

#side_menu {
    width: 1400px;
    display: flex;
    margin-top: 40px;
}

#side_menu li {
    width: 285px;
    margin-left: 40px;
    box-shadow: 0 -1.5px 0 0 #505050 inset;
}

#side_menu li:nth-of-type(1) {
    margin-left: 0;
}

#side_menu li:nth-of-type(5) {
    width: 140px;
    margin-left: 0;
    box-shadow: none;
}

#side_menu p {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 20px;
}

#side_menu .selduck_go {
    width: 105px;
    height: 20px;
    padding: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    margin: 0;
}

#side_menu_main_box {
    width: 1400px;
}

.side_menu01_main, .side_menu02_main, .side_menu03_main, .side_menu04_main {
    width: 285px;
    height: 800px;
    margin-top: 20px;
    float: left;
}

.side_menu02_main, .side_menu03_main, .side_menu04_main {
    margin-left: 40px;
}

.side_menu01_sub01, .side_menu01_sub02, .side_menu01_sub03 {
    width: 285px;
    float: left;
}

.side_menu01_sub02, .side_menu01_sub03 {
    clear: both;
    margin-top: 40px;
}

.side_menu01_main span, .side_menu02_main span, .side_menu03_main span, .side_menu04_main span {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-left: 20px;
}

.side_menu01_main a, .side_menu02_main a, .side_menu03_main a, .side_menu04_main a {
    display: flex;
    align-items: center;
}

.side_menu01_main img, .side_menu02_main img, .side_menu03_main img, .side_menu04_main img {
    width: 18px;
    height: 18px;
    margin-left: 6px;
}

.side_menu01_sub01 ul:nth-of-type(1), .side_menu01_sub01 ul:nth-of-type(2), .side_menu01_sub02 ul:nth-of-type(1), .side_menu01_sub02 ul:nth-of-type(2), .side_menu01_sub03 ul:nth-of-type(1), .side_menu01_sub03 ul:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    width: 142.5px;
    margin: 0;
    float: left;
}

.side_menu01_sub01 ul:nth-of-type(1) li, .side_menu01_sub01 ul:nth-of-type(2) li, .side_menu01_sub02 ul:nth-of-type(1) li, .side_menu01_sub02 ul:nth-of-type(2) li, .side_menu01_sub03 ul:nth-of-type(1) li, .side_menu01_sub03 ul:nth-of-type(2) li {
    width: 142.5px;
    font-size: 18px;
    margin-top: 12px;
    margin-left: 20px;
    margin-right: 0;
}

.side_menu01_sub01 ul > li:nth-of-type(1), .side_menu01_sub02 ul > li:nth-of-type(1) {
    margin-top: 20px;
}

.side_menu02_sub01, .side_menu02_sub02, .side_menu02_sub03, .side_menu02_sub04, .side_menu02_sub05 {
    width: 285px;
    height: 103px;
}

.side_menu02_sub03 {
    height: 62px;
}

.side_menu02_sub02, .side_menu02_sub03, .side_menu02_sub04, .side_menu02_sub05 {
    margin-top: 65px;
}

.side_menu02_sub01 ul:nth-of-type(1), .side_menu02_sub01 ul:nth-of-type(2), .side_menu02_sub02 ul:nth-of-type(1), .side_menu02_sub02 ul:nth-of-type(2), .side_menu02_sub04 ul:nth-of-type(1), .side_menu02_sub04 ul:nth-of-type(2), .side_menu02_sub05 ul:nth-of-type(1), .side_menu02_sub05 ul:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    width: 142.5px;
    margin: 0;
    float: left;
}

.side_menu02_sub03 ul {
    display: flex;
}

.side_menu02_sub01 ul:nth-of-type(1) li, .side_menu02_sub01 ul:nth-of-type(2) li, .side_menu02_sub02 ul:nth-of-type(1) li, .side_menu02_sub02 ul:nth-of-type(2) li, .side_menu02_sub03 ul:nth-of-type(1) li, .side_menu02_sub03 ul:nth-of-type(2) li, .side_menu02_sub04 ul:nth-of-type(1) li, .side_menu02_sub04 ul:nth-of-type(2) li, .side_menu02_sub05 ul:nth-of-type(1) li, .side_menu02_sub05 ul:nth-of-type(2) li {
    width: 142.5px;
    font-size: 18px;
    margin-top: 12px;
    margin-left: 20px;
    margin-right: 0;
}

.side_menu02_sub01 ul > li:nth-of-type(1), .side_menu02_sub02 ul > li:nth-of-type(1), .side_menu02_sub03 ul > li:nth-of-type(1), .side_menu02_sub03 ul > li:nth-of-type(2), .side_menu02_sub04 ul > li:nth-of-type(1), .side_menu02_sub05 ul > li:nth-of-type(1) {
    margin-top: 20px;
}

.side_menu03_sub01 ul:nth-of-type(1), .side_menu03_sub01 ul:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    width: 142.5px;
    margin: 0;
    float: left;
}

.side_menu03_sub01 li {
    margin: 0;
    margin-top: 100px;
}

.side_menu03_sub01 li:nth-of-type(1) {
    margin-top: 0;
}

.side_menu03_sub01 ul:nth-of-type(1), .side_menu03_sub01 ul:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    width: 142.5px;
    margin: 0;
    float: left;
}

.side_menu04_main li {
    margin: 0;
    margin-top: 100px;
}

.side_menu04_main li:nth-of-type(1) {
    margin-top: 0;
}

#side_menu_main_box li:hover {
    color: #487527;
}

.side_menu03_sub01 span:hover {
    color: #487527;
}

.side_menu04_main span:hover {
    color: #487527;
}

#mobile_side_menu_box {
    width: 100%;
    /* background-color: #fff; */
    position: absolute;
    z-index: 4;
    top: 0;
    left: 100%;
    display: none;
    border-radius: 0 0 30px 30px;
    background: linear-gradient(135deg, rgba(25,25,25,30%), rgba(25,25,25,20%));
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 15%);
    box-sizing: border-box;
}

#mobile_side_menu_box span {
    color: #f3f3f3;
}

#mobile_side_top {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
}

.mobile_side_back_btn {
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    display: none;
}

.mobile_side_close_btn {
    width: 28px;
    height: 28px;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

#mobile_side_menu_main {
    width: 100%;
    margin-top: 12px;
    /* background-color: #fff; */
    /* box-shadow: 0 10px 20px rgba(25,25,25,4%), 0 6px 6px rgba(25,25,25,4%); */
}

.mobile_side_main01 {
    width: calc(100% - 40px);
}

.mobile_side_main01 > li {
    margin-top: 20px;
}

.mobile_side_main01 > li:nth-of-type(1) {
    margin-top: 0;
}

.mobile_side_main01 > li > a {
    width: 100%;
    display: block;
    box-shadow: 0 -1px 0 0 #dbdbdb inset;
    padding-bottom: 10px;
}

.mobile_side_main01 > li > a > span {
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}

.mobile_side_main01_sub, .mobile_side_main02_sub {
    display: flex;
    align-items: center;
}

.mobile_side_main01_sub li, .mobile_side_main02_sub li {
    width: calc(100%/3);
    padding: 16px 0;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.mobile_side_main01_sub img {
    width: 12px;
    height: 12px;
    margin-left: 6px;
}

.mobile_side_main02_sub li {
    margin: 0;
    padding-top: 0;
}

.mobile_side_main02_sub li:nth-of-type(2) {
    padding-left: 0;
}

.mobile_side_main03_sub01, .mobile_side_main03_sub02, .mobile_side_main03_sub03 {
    display: flex;
}

.mobile_side_main01 li:nth-of-type(3) li {
    width: calc(100%/3);
    font-size: 20px;
    font-weight: 500;
    padding-top: 12px;
    padding-left: 10px;
    margin: 0;
}

.mobile_side_main01 li:nth-of-type(3) ul:nth-of-type(1) li {
    padding-top: 16px;
}

.mobile_side_main03_sub03 li {
    padding-bottom: 16px;
}

.mobile_buy {
    font-size: 20px;
    font-weight: 500;
    width: calc(100% / 3);
    margin: 0;
    padding-left: 10px;
    padding-bottom: 16px;
    cursor: pointer;
}

.side_menu_selduck_go {
    padding-left: 10px;
    padding-bottom: 60px;
    margin-top: 20px;
}

#mobile_side_menu_main01_sub01, #mobile_side_menu_main01_sub02 {
    width: 100%;
    display: none;
}

#mobile_side_menu_main01_sub01 ul, #mobile_side_menu_main01_sub02 ul {
    display: flex;
    flex-direction: column;
}

#mobile_side_menu_main01_sub01 li, #mobile_side_menu_main01_sub02 li {
    width: calc(100% - 40px);
    padding-bottom: 100px;
}

#mobile_side_menu_main01_sub01 li:nth-of-type(1), #mobile_side_menu_main01_sub02 li:nth-of-type(1) {
    padding-top: 62px;
}

#mobile_side_menu_main01_sub01 li:nth-of-type(5), #mobile_side_menu_main01_sub02 li:nth-of-type(5) {
    padding-bottom: 80px;
}

#mobile_side_menu_main01_sub01 a, #mobile_side_menu_main01_sub02 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mobile_side_menu_main01_sub01 span, #mobile_side_menu_main01_sub02 span {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

#mobile_side_menu_main01_sub01 img, #mobile_side_menu_main01_sub02 img {
    width: 24px;
    height: 24px;
    margin: 0;
}

.mobile_side_main01 a {
    display: block;
    width: 100%;
    height: 100%;
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ  side_menu end  ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/

#sub_nav {
    width: 100%;
    height: 58px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow : 0 -1px 0 0 #fff inset;
    position: absolute;
    z-index: 2;
}

#sub_nav_menu {
    height: 58px;
    display: flex;
    align-items: center;
}

#sub_nav_menu > li:nth-child(1) {
    width: 18px;
    height: 18px;
    margin-left: 50px;
    margin-right: 0;
}

#sub_nav_menu > li:nth-child(1) button {
    width: 18px;
    height: 18px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    background-image: url(../button/contents_sub_nav_back_btn_fff.svg);
    cursor: pointer;
}

#sub_nav_menu > li {
    color: #f3f3f3;
    margin-left: 20px;
    margin-right: 0;
}

.sub_nav_line {
    width: 1px;
    height: 11px;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 0;
}

#sub_nav_menu > li:nth-child(7) {
    width: 18px;
    height: 18px;
    margin-left: 12px;
    margin-right: 0;
    background-image: url(../button/contents_sub_nav_more_btn_fff.svg);
}

#sub_nav_menu > li:nth-child(1) a, #sub_nav_menu > li:nth-child(7) a {
    width: 100%;
    height: 100%;
    display: block;
}

.sub_nav_sub {
    position: absolute;
    top: 58px;
    left: 238px;
    background-color: #fff;
    padding: 15px 0px;
    padding-left: 20px;
    padding-right: 40px;
    border-radius: 0 0 10px 10px;
    display: none;
}

.sub_nav_sub > li {
    margin-top: 10px;
}

.sub_nav_sub > li:nth-child(1) {
    margin-top: 0;
}

.sub_nav_sub > li:nth-child(1) a {
    box-shadow : 0 -1px 0 0 #487527 inset;
    color: #487527;
}

.sub_nav_sub > li a:hover {
    box-shadow : 0 -1px 0 0 #487527 inset;
    color: #487527;
}

#BG_box {
    width: 100%;
    height: 600px;
    background-image: url(../img/menu01/promotion_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

#BG_opacity {
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.3);
    display: flex;
    align-items: center;
}

.BG_title {
    overflow: hidden;
}

.BG_title span {
    font-size: 48px;
    font-weight: 500;
    display: block;
    text-align: center;
    position: relative;
    top: 82px;
    color: #f3f3f3;
    text-shadow: 0px 1px 4px rgba(25, 25, 25, 0.4);
}

.BG_sub_title {
    width: 520px;
    height: 66px;
}

.BG_sub_title span {
    margin-top: 24px;
    font-size: 24px;
    display: block;
    text-align: center;
    display: none;
    color: #f3f3f3;
    text-shadow: 0px 1px 4px rgba(25, 25, 25, 0.4);
}

.BG_sub_title span:nth-child(2) {
    margin-top: 8px;
}

.mobile_BG_sub_title {
    height: 78px;
    display: none;
}

.mobile_BG_sub_title p {
    margin-top: 22px;
    font-size: 22px;
    text-align: center;
    display: none;
    color: #f3f3f3;
    text-shadow: 0px 1px 4px rgba(25, 25, 25, 0.4);
}

#contents_menu_box {
    width: 65%;
    height: 104px;
    position: relative;
}

.contents_menu {
    width: calc(100% - 48px);
    display: flex;
    position: relative;
}

.contents_menu li {
    width: calc(100%/5);
    height: 104px;
}

.contents_menu li a {
    width: 100%;
    height: 100%;
    display: block;
}

.contents_menu span {
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 104px;
    color: #767676;
}

.contents_menu li:nth-child(1) span {
    color: #487527;
    font-weight: 500;
}

.contents_menu li:hover span {
    color: #487527;
    font-weight: 500;
}

.underline {
    width: calc(100%/5);
    height: 2px;
    background-color: #487527;
    position: absolute;
    top: 102px;
    left: 0%;
    transition: all 0.3s;
}

.contents_menu li:nth-child(1):hover ~ .underline {
    left: 0%;
}

.contents_menu li:nth-child(2):hover ~ .underline {
    left: 20%;
}

.contents_menu li:nth-child(3):hover ~ .underline {
    left: 40%;
}

.contents_menu li:nth-child(4):hover ~ .underline {
    left: 60%;
}

.contents_menu li:nth-child(5):hover ~ .underline {
    left: 80%;
}

/*ㅡㅡㅡㅡㅡ 컨텐츠 메뉴 ㅡㅡㅡㅡㅡ*/
.snbSwiper {
    width: calc(100% - 40px);
    margin-top: 20px;
    display: none;
}

.swiper-slide {
    width: calc(100% / 2) !important
}

.swiper-slide a {
    display: block;
    text-align: center;
}

.swiper-slide .text {
    padding: 20px 0;
    display: inline-block;
    font-size: 20px;
    color: #808080;
    font-weight: 300;
    width: 100% !important;
}

.on .text {
    color: #487527;
    font-weight: 500;
    box-shadow: 0 0 0 1.5px #487527 inset;
    border-radius: 100px;
    padding: 20px 0;
    font-size: 20px;
    width: 100% !important;
}

/* .target {
    left: 0% !important;
} */

/*ㅡㅡㅡㅡㅡ 컨텐츠 메뉴 ㅡㅡㅡㅡㅡ*/

#field_contents_box {
    width: 1900px;
    height: 963px;
    margin-top: 160px;
    margin-bottom: 200px;
    overflow: hidden;
}

#field_text_box {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}

.to-right-underline {
    position: relative;
}

.to-right-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0px;
    height: 60%;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.3s;
    opacity: 0;
    background-color: rgba(72, 117, 39, 60%);
    animation-name: text_point;
    animation-duration: 2s;
    animation-delay : 1s;
    animation-fill-mode: forwards;
}

@keyframes text_point {
    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 100%;
        opacity: 1;
    }

}

.to-right-underline span {
    z-index: 1;
    position: relative;
}

#mobile_field_text_box {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    display: none;
}

#mobile_field_text_box span {
    position: relative;
}

#mobile_field_text_box span span {
    z-index: 1;
    position: relative;
}

.mobile_text_point{
    background-color: rgba(72, 117, 39, 60%);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}

#field_img_box {
    width: calc(75% * 6 - 40px);
    height: 640px;
    margin-top: 80px;
    position: relative;
    left: 13.542%;
}

.sub_img {
    position: absolute;
    z-index: 2;
    width: 315px;
    height: 150px;
    background-image: url(../img/menu01/business_field/sub_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 470px;
    left: 20px;
}

.field_box {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
}

.field_box li {
    width: 100%;
    height: 100%;
    margin: 0 20px;
    position: relative;
}

.field_box li:nth-of-type(1) {
    margin-left: 0; 
}

.field_box li:nth-of-type(6) {
    margin-right: 0; 
}

.shadow_blur {
    backdrop-filter: blur(7px);
    background-color: rgba(25, 25, 25, 40%);
    border-radius: 320px 40px 320px 40px;
    z-index: 1;
}

.field_box li:nth-of-type(1) .shadow_blur {
    backdrop-filter: blur(0px);
    background-color: rgba(25, 25, 25, 20%);
}

.field_box li div {
    width:100%;
    height: 100%;
    border-radius: 320px 40px 320px 40px;
    position: absolute;
}

.field_img01 {
    background-image: url(../img/menu01/business_field/business_field_img01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.field_img02 {
    background-image: url(../img/menu01/business_field/business_field_img02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.field_img03 {
    background-image: url(../img/menu01/business_field/business_field_img03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.field_img04 {
    background-image: url(../img/menu01/business_field/business_field_img04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.field_img05 {
    background-image: url(../img/menu01/business_field/business_field_img05.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.field_img06 {
    background-image: url(../img/menu01/business_field/business_field_img06.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#field_img_text_box_01, #field_img_text_box_02, #field_img_text_box_03, #field_img_text_box_04, #field_img_text_box_05, #field_img_text_box_06 {
    width: calc(75% - 40px);
    margin-top: 40px;
    position: absolute;
    left: 13.542%;
    display: none;
}

#field_img_text_box_01 {
    display: block;
}

.L_R_btn_box {
    width: 180px;
    height: 100%;
    position: absolute;
    /* left: 13.9535%; */
    left: 87.143%;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

.L_btn_box, .R_btn_box {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.R_btn_box {
    margin-left: 20px;
}

#field_img_text_box_01 .L_btn_box, #field_img_text_box_06 .R_btn_box {
    cursor: default;
}

#field_img_text_box_01 .L_btn {
    border-top: 2.5px solid #dbdbdb;
    border-right: 2.5px solid #dbdbdb;
}

#field_img_text_box_06 .R_btn {
    border-top: 2.5px solid #dbdbdb;
    border-right: 2.5px solid #dbdbdb;
}

.L_btn {
    width: 24px;
    height: 24px;
    border-top: 2.5px solid #222;
    border-right: 2.5px solid #222;
    transform: rotate(-135deg);
    margin-left: 35px;
}

.R_btn {
    width: 24px;
    height: 24px;
    border-top: 2.5px solid #222;
    border-right: 2.5px solid #222;
    transform: rotate(45deg);
    margin-left: 21px;
}

.field_img_text {
    display: flex;
}

.field_img_text li {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
}

.field_img_text li p {
    font-size: 32px;
    font-weight: 500;
}

.field_img_text li p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}

#mobile_field_img_box {
    display: none;
}

#mobile_field_box {
    width: 100% !important;
    margin-top: 40px;
}

#mobile_field_01, #mobile_field_02, #mobile_field_03, #mobile_field_04, #mobile_field_05, #mobile_field_06 {
    height: 394px;
    border-radius: 100px 20px 100px 20px;
    margin: 0;
    width: 90% !important;
}

.mobile_field_img_01 {
    height: 300px;
    border-radius: 100px 20px 100px 20px;
    margin: 0;
    width: 100% !important;
    background: url(../img/menu01/business_field/business_field_img01.jpg) no-repeat 50% 50% / cover;
}

.mobile_field_img_02 {
    height: 300px;
    border-radius: 100px 20px 100px 20px;
    margin: 0;
    width: 100% !important;
    background: url(../img/menu01/business_field/business_field_img02.jpg) no-repeat 50% 50% / cover;
}

.mobile_field_img_03 {
    height: 300px;
    border-radius: 100px 20px 100px 20px;
    margin: 0;
    width: 100% !important;
    background: url(../img/menu01/business_field/business_field_img03.jpg) no-repeat 50% 50% / cover;
}

.mobile_field_img_04 {
    height: 300px;
    border-radius: 100px 20px 100px 20px;
    margin: 0;
    width: 100% !important;
    background: url(../img/menu01/business_field/business_field_img04.jpg) no-repeat 50% 50% / cover;
}

.mobile_field_img_05 {
    height: 300px;
    border-radius: 100px 20px 100px 20px;
    margin: 0;
    width: 100% !important;
    background: url(../img/menu01/business_field/business_field_img05.jpg) no-repeat 50% 50% / cover;
}

.mobile_field_img_06 {
    height: 300px;
    border-radius: 100px 20px 100px 20px;
    margin: 0;
    width: 100% !important;
    background: url(../img/menu01/business_field/business_field_img06.jpg) no-repeat 50% 50% / cover;
}

.mobile_field_img_text {
    margin-top: 20px;
}

.mobile_field_img_text p {
    font-size: 22px;
    font-weight: 500;
}

.mobile_field_img_text p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ  footer start  ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
footer {
    width: 100%;
    height: 261px;
    background-color: #fff;
}

footer span {
    display: block;
}

#top_footer_box {
    width: 100%;
    height: 56px;
    box-shadow : 0 -1px 0 0 #dbdbdb inset;
}

#top_footer_box ul {
    display: flex;
    font-size: 15px;
    width: 1400px;
    height: 56px;
    align-items: center;
}

#top_footer_box li {
    margin: 0;
}

#top_footer_box span {
    margin: 0 20px;
}

#top_footer_box li:nth-child(1) span:nth-child(1) {
    margin-left: 0;
}

#top_footer_box li:nth-child(5) span {
    color: #487527;
    font-weight: 500;
}

.top_footer_line {
    width: 1px;
    height: 14px;
    background-color: #dbdbdb;
}

#bottom_footer_box {
    width: 1400px;
    height: 205px;
}

#bottom_footer_left {
    width: 755px;
    height: 205px;
    float: left;
}

#bottom_footer_left .mr_food {
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    margin-left: 0;
}

#bottom_footer_left span {
    font-size: 14px;
    color: #505050;
}

.bottom_footer_text_01 {
    margin-top: 16px;
}

.bottom_footer_text_02 {
    margin-top: 8px;
}

.bottom_footer_text_01, .bottom_footer_text_02 {
    display: flex;
    align-items: center;
}

.bottom_footer_text_01 li, .bottom_footer_text_02 li {
    margin: 0;
}

#bottom_footer_left li:nth-child(5) span {
    box-shadow : 0 -1px 0 0 #505050 inset;
    margin-left: 20px;
}

#bottom_footer_box span {
    margin: 0 20px;
}

#bottom_footer_box li:nth-child(1) span:nth-child(1) {
    margin-left: 0;
}

.bottom_footer_line {
    width: 1px;
    height: 11px;
    background-color: #dbdbdb;
    align-items: center;
}

#bottom_footer_left .copy {
    margin-top: 4px;
    margin-left: 0;
}

#bottom_footer_right {
    width: 645px;
    height: 205px;
    float: right;
}

#bottom_footer_right ul {
    display: flex;
    height: 56px;
    margin-top: 85px;
}

#bottom_footer_right li {
    margin-left: 40px;
}

#bottom_footer_right li:nth-child(1) {
    margin-left: 0;
}

#mobile_footer {
    width: 100%;
    display: none;
}

#mobile_footer span {
    display: block;
    letter-spacing: -1.35px;
}

#mobile_top_footer_box {
    width: 100%;
    height: 56px;
    box-shadow: 0 1px 0 0 #dbdbdb inset;
}

#mobile_top_footer_box ul {
    display: flex;
    font-size: 14px;
    width: 100%;
    height: 56px;
    align-items: center;
}

#mobile_top_footer_box ul {
    width: 95%;
}

#mobile_top_footer_box li:nth-of-type(1) {
    margin-left: 0;
}

#mobile_top_footer_box li:nth-of-type(9) {
    margin-right: 0;
}

#mobile_top_footer_box li {
    margin: 0 auto;
}

#mobile_top_footer_box span {
    margin: 0;
}

#mobile_top_footer_box li:nth-child(1) span:nth-child(1) {
    margin-left: 0;
}

#mobile_top_footer_box li:nth-child(5) span {
    color: #487527;
    font-weight: 500;
}

.mobile_top_footer_line {
    width: 1px;
    height: 14px;
    background-color: #dbdbdb;
}

#mobile_bottom_footer_box {
    width: 100%;
}

.mobile_bottom_footer_line {
    width: 1px;
    height: 11px;
    background-color: #dbdbdb;
    align-items: center;
}

#mobile_bottom_footer_left {
    width: 100%;
}

.mobile_bottom_footer_text_01, .mobile_bottom_footer_text_02, .mobile_bottom_footer_text_03, .mobile_bottom_footer_text_04 {
    width: 95%;
    display: flex;
    align-items: center;
}

.mobile_bottom_footer_text_02, .mobile_bottom_footer_text_03, .mobile_bottom_footer_text_04 {
    margin-top: 2%;
}

.mobile_bottom_footer_text_01 li, .mobile_bottom_footer_text_02 li, .mobile_bottom_footer_text_03 li {
    margin: 0;
}

.mobile_bottom_footer_text_01 li:nth-of-type(2), .mobile_bottom_footer_text_02 li:nth-of-type(2), .mobile_bottom_footer_text_03 li:nth-of-type(2) {
    margin: 0 2%;
}

.mobile_bottom_footer_text_01 li span, .mobile_bottom_footer_text_02 li span, .mobile_bottom_footer_text_03 li span  {
    font-size: 14px;
    color: #505050;
}

.mobile_bottom_footer_text_01 li:nth-of-type(1) span {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.mobile_bottom_footer_text_02 li:nth-of-type(3) span {
    box-shadow : 0 -1px 0 0 #505050 inset;
}

.mobile_bottom_footer_text_04 {
    height: 56px;
}

.mobile_bottom_footer_text_04 li {
    margin: 0 1%;
}

.mobile_bottom_footer_text_04 li:nth-child(1) {
    width: 40%;
    height: 100%;
    background-image: url(../img/footer/ministry_of_Agriculture_label.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 0;
}

.mobile_bottom_footer_text_04 li:nth-child(2) {
    width: 35%;
    height: 100%;
    background-image: url(../img/footer/koreaduck_label.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mobile_bottom_footer_text_04 li:nth-child(3) {
    width: 13%;
    height: 100%;
    background-image: url(../img/footer/eco_label.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mobile_bottom_footer_text_04 li:nth-child(4) {
    width: 13%;
    height: 100%;
    background-image: url(../img/footer/haccp_label.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 0;
}

.mobile_copy {
    width: 95%;
    font-size: 14px;
    color: #505050;
    margin-top: 2%;
    margin-bottom: 4%;
}

/* -------------------------------- 모바일 -------------------------------- */
@media (max-width: 480px){
	header {
        height: 56px;
    }
    
    #side_menu_box {
        display: none;
    }

    #top_button {
        top: 90%;
        right: 5%;
        box-shadow: 0 0 0 rgba(0, 0, 0, 10%), 0 1px 4px rgba(0, 0, 0, 10%);
    }

    #nav_logo_box {
        width: 40px;
        height: 40px;
        float: left;
        margin-left: 20px;
        position: absolute;
        z-index: 2;
    }

    .nav_logo {
        width: 40px;
        height: 40px;
        margin: 8px 0;
        background-image: url(../img/mobile_nav_logo.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .nav_logo a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #nav_icon_group {
        width: 28px;
        height: 56px;
        float: right;
        margin-right: 20px;
        display: block;
        position: relative;
        z-index: 2;
    }

    .nav_search, .nav_callcenter, .nav_icon_line {
        display: none;
    }

    .mobile_nav_category {
        display: block;
    }

    .nav_category {
        display: none;
    } 

    .mobile_nav_category img {
        display: none;
    }

    nav {
        height: 56px;
    }

    #main_nav {
        display: none;
    }

     
    
    #sub_nav {
        display: none;
    }

    #BG_box {
        background-image: url(../img/menu01/mobile_promotion_img.jpg);
    }

    .BG_title span {
        font-size: 34px;
    }
    
    .BG_sub_title {
        height: 78px;
        display: none;
    }
    
    .BG_sub_title p {
        font-size: 22px;
    }

    .mobile_BG_sub_title {
        display: block;
    }

    #contents_menu_box {
        display: none;
    }

    .snbSwiper {
        display: block;
    }

    #field_contents_box {
        width: calc(100% - 40px);
        height: 100%;
        margin-top: 60px;
        margin-bottom: 100px;
    }

    #field_text_box, #field_img_box, #field_img_text_box_01, #field_img_text_box_02, #field_img_text_box_03, #field_img_text_box_04, #field_img_text_box_05, #field_img_text_box_06 {
        display: none;
    }

    #mobile_field_img_box, #mobile_field_text_box {
        display: block;
    }

    footer {
        display: none;
    }
    
    #mobile_footer {
        display: block;
    }
}