@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  ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/

#product_contents_box {
    width: calc(75% - 40px);
    height: 100%;
    margin-top: 120px;
    margin-bottom: 200px;
}

#product_title {
    width: 100%;
    height: 100%;
    margin-bottom: 120px;
    text-align: center;
}

#product_title p {
    font-size: 24px;
}

#product_title p:nth-of-type(1) {
    font-size: 48px;
    font-weight: 600;
}

#product_title p:nth-of-type(2) {
    margin-top: 24px;
    margin-bottom: 4px;
}

#product_line {
    width: 100%;
    height: 2px;
    background-color: #505050;
    margin-bottom: 120px;
}

#fresh_menu_box, #smoked_menu_box, #sauce_menu_box, #process_menu_box, #oem_menu_box {
    width: 100%;
    height: 100%;
    display: flex;
    cursor: pointer;
    margin-top: 120px;
}

#product_type_text {
    width: calc(25% + 10px);
    margin: 0;
}

#product_type_text p:nth-of-type(1) {
    font-size: 32px;
    font-weight: 600;
}

#product_type_text p:nth-of-type(2) {
    font-size: 20px;
    margin-top: 20px;
}

#product_type_img {
    width: calc(75% - 10px);
    margin: 0;
}

#fresh_box_01, #fresh_box_02, #smoked_box_01, #sauce_box_01, #process_box_01, #process_box_02, #process_box_03, #oem_box_01, #oem_box_02 {
    width: 100%;
    display: flex;
}

#process_box_02, #process_box_03, #oem_box_02 {
    margin-top: 20px;
}

.fresh_type, .smoked_type, .sauce_type, .process_type, .oem_type {
    width: 320px;
}

#fresh_box_01 .fresh_type:nth-of-type(1), #fresh_box_01 .fresh_type:nth-of-type(3) {
    margin: 0;
}

#smoked_box_01 .smoked_type:nth-of-type(1), #smoked_box_01 .smoked_type:nth-of-type(3) {
    margin: 0;
}

#sauce_box_01 .sauce_type:nth-of-type(1), #sauce_box_01 .sauce_type:nth-of-type(3) {
    margin: 0;
}

#process_box_01 .sauce_type:nth-of-type(1), #process_box_01 .sauce_type:nth-of-type(3) {
    margin: 0;
}

#oem_box_01 .oem_type:nth-of-type(1), #oem_box_01 .oem_type:nth-of-type(3), #oem_box_02 .oem_type:nth-of-type(1), #oem_box_02 .oem_type:nth-of-type(3) {
    margin: 0;
}

.fresh_type_img, .smoked_type_img, .sauce_type_img, .process_type_img, .oem_type_img {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
}

.fresh_type_name, .smoked_type_name, .sauce_type_name, .process_type_name, .oem_type_name {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.spread-underline {
    align-items: center;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
    font-size: 24px;
    font-weight: 500;
}

.spread-underline:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #487527;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.spread-underline:hover:after {
    width: 100%;
    left: 0;
    color: #487527;
}

.spread-underline:hover {
    color: #487527;
}

.fresh_type_img img, .smoked_type_img img, .sauce_type_img img, .process_type_img img, .oem_type_img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all 0.2s linear;
}

.fresh_type_img:hover img, .smoked_type_img:hover img, .sauce_type_img:hover img, .process_type_img:hover img, .oem_type_img:hover img {
    transform: scale(1.15);
}

#mobile_fresh_type_img, #mobile_smoked_type_img, #mobile_sauce_type_img, #mobile_process_type_img, #mobile_oem_type_img  {
    width: 100% !important;
    margin-top: 20px;
    display: none;
}

#mobile_fresh_type, #mobile_smoked_type, #mobile_sauce_type, #mobile_process_type, #mobile_oem_type {
    margin: 0;
    width: 80% !important;
}

.mobile_fresh_type_img, .mobile_smoked_type_img, .mobile_sauce_type_img, .mobile_process_type_img, .mobile_oem_type_img {
    width: 100%;
    height: 280px;
    border-radius: 20px;
}

.mobile_fresh_type_name, .mobile_smoked_type_name, .mobile_sauce_type_name, .mobile_process_type_name, .mobile_oem_type_name {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.mobile_fresh_type_name p, .mobile_smoked_type_name p, .mobile_sauce_type_name p, .mobile_process_type_name p, .mobile_oem_type_name p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

#mobile_fresh_box #mobile_fresh_type:nth-of-type(1) .mobile_fresh_type_img {
    background-image: url(../img/menu02/product_int/fresh_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_fresh_box #mobile_fresh_type:nth-of-type(2) .mobile_fresh_type_img {
    background-image: url(../img/menu02/product_int/fresh_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_fresh_box #mobile_fresh_type:nth-of-type(3) .mobile_fresh_type_img {
    background-image: url(../img/menu02/product_int/fresh_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_smoked_box #mobile_smoked_type:nth-of-type(1) .mobile_smoked_type_img {
    background-image: url(../img/menu02/product_int/smoked_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_smoked_box #mobile_smoked_type:nth-of-type(2) .mobile_smoked_type_img {
    background-image: url(../img/menu02/product_int/smoked_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_smoked_box #mobile_smoked_type:nth-of-type(3) .mobile_smoked_type_img {
    background-image: url(../img/menu02/product_int/smoked_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_sauce_box #mobile_sauce_type:nth-of-type(1) .mobile_sauce_type_img {
    background-image: url(../img/menu02/product_int/sauce_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_sauce_box #mobile_sauce_type:nth-of-type(2) .mobile_sauce_type_img {
    background-image: url(../img/menu02/product_int/sauce_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_process_box #mobile_process_type:nth-of-type(1) .mobile_process_type_img {
    background-image: url(../img/menu02/product_int/process_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_process_box #mobile_process_type:nth-of-type(2) .mobile_process_type_img {
    background-image: url(../img/menu02/product_int/process_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_process_box #mobile_process_type:nth-of-type(3) .mobile_process_type_img {
    background-image: url(../img/menu02/product_int/process_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_process_box #mobile_process_type:nth-of-type(4) .mobile_process_type_img {
    background-image: url(../img/menu02/product_int/process_04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_process_box #mobile_process_type:nth-of-type(5) .mobile_process_type_img {
    background-image: url(../img/menu02/product_int/process_05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_process_box #mobile_process_type:nth-of-type(6) .mobile_process_type_img {
    background-image: url(../img/menu02/product_int/process_06.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_process_box #mobile_process_type:nth-of-type(7) .mobile_process_type_img {
    background-image: url(../img/menu02/product_int/process_07.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_process_box #mobile_process_type:nth-of-type(8) .mobile_process_type_img {
    background-image: url(../img/menu02/product_int/process_08.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_oem_box #mobile_oem_type:nth-of-type(1) .mobile_oem_type_img {
    background-image: url(../img/menu02/product_int/oem_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_oem_box #mobile_oem_type:nth-of-type(2) .mobile_oem_type_img {
    background-image: url(../img/menu02/product_int/oem_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_oem_box #mobile_oem_type:nth-of-type(3) .mobile_oem_type_img {
    background-image: url(../img/menu02/product_int/oem_03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_oem_box #mobile_oem_type:nth-of-type(4) .mobile_oem_type_img {
    background-image: url(../img/menu02/product_int/oem_04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_oem_box #mobile_oem_type:nth-of-type(5) .mobile_oem_type_img {
    background-image: url(../img/menu02/product_int/oem_05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobile_oem_box #mobile_oem_type:nth-of-type(6) .mobile_oem_type_img {
    background-image: url(../img/menu02/product_int/oem_06.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#top_button {
    background-color: #fff;
    border: 0;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    box-shadow: 0 0 0 1.5px #aeaeae inset;
    position: fixed;
    top: 85%;
    right: 5%;
    cursor: pointer;
    display: none;
    background-image: url(../button/top_btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

#top_button:hover {
    background-color: #487527;
    box-shadow: none;
    background-image: url(../button/top_btn_hover.svg);
}

#top_button img {
    margin-top: 4px;
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ  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 {
        width: 50px;
        height: 50px;
        top: 90%;
        right: 5%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 20%);
    }


    #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_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;
    }

    #product_contents_box {
        width: calc(100% - 40px);
        height: 100%;
        margin-top: 60px;
        margin-bottom: 100px;
    }

    #product_title {
        margin-bottom: 60px;
    }

    #product_title p {
        font-size: 22px;
    }

    #product_title p:nth-of-type(1) {
        font-size: 34px;
    }

    #product_line {
        margin-bottom: 60px;
    }

    #fresh_menu_box, #smoked_menu_box, #sauce_menu_box, #process_menu_box, #oem_menu_box {
        margin-top: 60px;
        flex-direction: column;
    }

    #product_type_text {
        width: 100%;
    }

    #product_type_text p:nth-of-type(1) {
        font-size: 28px;
    }

    #product_type_text p:nth-of-type(2) {
        margin-top: 12px;
    }
    
    #product_type_img {
        display: none;
    }

    #mobile_fresh_type_img, #mobile_smoked_type_img, #mobile_sauce_type_img, #mobile_process_type_img, #mobile_oem_type_img {
        display: block;
    }


    footer {
        display: none;
    }
    
    #mobile_footer {
        display: block;
    }
}