h1, h2, h3, h4, h5 {
    font-family: 'Noto Sans KR', sans-serif;
}

/* sub_content */
.sub_content {
    width: 100%;
    height: auto;
}

.sub_content .sub_area {
    width: 100%;
    height: auto;
    position: relative;
}

.sub_content .sub_area::before {
    content: '';
    width: 10px;
    height: 100px;
    background: #b61b1d;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.sub_content .sub_area_02 {
    width: 100%;
    height: auto;
}

.sub_content .sub_area .sub_con {
    width: 100%;
    height: auto;
}

/* .sub_tit_txt {
    width: 100%;
    position: absolute;
    top: 310px;
    border: 1px solid red;
}

.sub_tit_txt .sub_tit_txt_css {
    font-size: 2.125rem;
    letter-spacing: -1px;
    text-align: center;
}

.sub_tit_txt .sub_tit_txt_css .sub_tit_line {
    border-bottom: 2px #333 solid;
    padding: 0 0 5px 0;
}  */

/* sub_bg 공통 */
/*서브BG*/
.sub_bg_wrap {
    width: 100%;
    height: 600px;
}

.sub_bg_wrap .sub_bg_area {
    width: 100%;
    height: 100%;
}

.sub_bg_wrap .sub_bg_con {
    width: 100%;
    height: 100%;
}

.sub_bg_wrap .sub_bg_size {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.sub_bg_wrap .sub_bg_size_01 {
    background: url(../img/tit_bg_01.jpg) no-repeat;
    background-position: center;
}

.sub_bg_wrap .sub_bg_size_02 {
    background: url(../img/tit_bg_02.jpg) no-repeat;
    background-position: center;
}

.sub_bg_wrap .sub_bg_size_03 {
    background: url(../img/tit_bg_01.jpg) no-repeat;
    background-position: center;
}

.sub_bg_wrap .sub_bg_size_04 {
    background: url(../img/tit_bg_01.jpg) no-repeat;
    background-position: center;
}

.sub_bg_wrap .sub_bg_size_05 {
    background: url(../img/tit_bg_01.jpg) no-repeat;
    background-position: center;
}

.sub_bg_wrap .sub_bg_size_06 {
    background: url(../img/tit_bg_01.jpg) no-repeat;
    background-position: center;
}

.sub_bg_wrap .sub_bg_size .sub_title_box {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob {
    width: auto;
    display: block;
    height: auto;
}

.sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob > h2 {
    font-size: 5rem;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding-bottom: 20px;
    line-height: 5rem;
}

.sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob > p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    word-break: keep-all;
}
/*서브BG end*/

/*서브탭 메뉴*/
.sub_bg_wrap .sub_bg_size .sub_tab_con {
    width: 100%;
    max-width: 1500px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box {
    width: 100%;
    height: auto;
    position: relative;
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box > li {
    width: auto;
    height: 50px;
    margin-right: 1px;
    float: left;
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box.sub_tab_7 > li {
    width: -webkit-calc((100% - 13px) / 7);
    width: calc((100% - 13px) / 7)
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box.sub_tab_6 > li {
    width: -webkit-calc((100% - 11px) / 6);
    width: calc((100% - 11px) / 6)
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box.sub_tab_5 > li {
    width: -webkit-calc((100% - 9px) / 5);
    width: calc((100% - 9px) / 5)
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box.sub_tab_4 > li {
    width: -webkit-calc((100% - 3px) / 4);
    width: calc((100% - 3px) / 4)
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box.sub_tab_3 > li {
    width: -webkit-calc((100% - 5px) / 3);
    width: calc((100% - 5px) / 3)
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box.sub_tab_2 > li {
    width: -webkit-calc((100% - 3px) / 2);
    width: calc((100% - 3px) / 2)
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box.sub_tab_1 > li {
    width: 100%;
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box > li:last-of-type {
    margin-right: 0;
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box > li > a {
    font-size: 1rem;
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: rgba(1, 17, 33, 0.8);
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box > li > a:hover {
    background: rgba(182, 27, 29, 0.8);
}

.sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box > li.sub_tab_active > a {
    background: rgba(182, 27, 29, 0.8);
}

/* sub_01a _ about*/
#about {}

#about .sub_con_01 {
    padding-bottom: 100px;
    position: relative;
}

#about .sub_con .sub_con_bg {
    width: 100%;
    height: auto;
}

#about .sub_con .txt_area {
    width: 100%;
    height: auto;
    position: absolute;
    top: 15%;
}

#about .sub_con .txt_area .txt_con {
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    display: flex;
}

#about .sub_con .txt_con .txt_left {
    width: 50%;
    height: auto;
}

#about .sub_con .txt_con .txt_left > span {
    font-size: 5.375rem;
    font-weight: 900;
    color: #111;
    letter-spacing: -0.07rem;
    line-height: 120px;
    position: relative;
}

#about .sub_con .txt_con .txt_left > span::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/about_img_01.jpg) no-repeat;
    position: absolute;
    top: 20px;
    right: -20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#about .sub_con .txt_con .txt_right {
    width: 50%;
    height: auto;
    padding: 290px 0 0 150px;
}

#about .sub_con .txt_con .txt_right > p {
    font-size: 1.25rem;
    font-weight: 300;
    color: #666666;
    line-height: 36px;
    letter-spacing: -0.05rem;
    position: relative;
    word-break: break-word;
}

#about .sub_con .txt_con .txt_right > p:first-child {
    padding-bottom: 30px;
}

#about .sub_con .txt_con .txt_right > p:first-child::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 20px;
    left: -150px;
}

#about .sub_con .txt_con .txt_right > p > span {
    color: #b61b1d;
    font-weight: 500;
}

#about .sub_con_02 {
    width: 100%;
    height: auto;
    display: flex;
}

#about .sub_con_03 {
    width: 100%;
    height: auto;
    display: flex;
}

#about .sub_con_04 {
    padding: 130px 0 0;
}

#about .sub_con_05 {
    padding: 130px;
}

#about .sub_con .about_img {
    display: flex;
    justify-content: center;
    width: 50%;
    height: auto;
    overflow: hidden;
}

#about .sub_con .about_text {
    width: 50%;
    height: auto;
    padding: 0 50px 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #f9f9f9;
}

#about .sub_con_02 .about_text  {
    text-align: left;
}

#about .sub_con_03 .about_text  {
    text-align: right;
}

#about .sub_con .about_text > h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.05rem;
    padding-bottom: 10px;
}

#about .sub_con .about_text > p {
    font-size: 2rem;
    font-weight: 400;
    color: #111;
    letter-spacing: -0.05rem;
    line-height: 40px;
}

#about .sub_con .about_text > p > span {
    color: #b61b1d;
}

#about .sub_con .about_tit {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 50px;
}

#about .sub_con .about_tit > span {
    font-size: 2rem;
    font-weight: 600;
    color: #b61b1d;
    letter-spacing: -0.1rem;
    position: relative;
}

#about .sub_con .about_tit > span::before {
    content: '';
    width: 120%;
    height: 20px;
    background: #fdd;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#about .sub_con_04 .about_img {
    width: 100%;
    text-align: center;
}

#about .sub_con .about_location {
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
}

#about .sub_con .about_location .location_area {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

#about .sub_con .about_location .location_area:last-child {
    padding-bottom: 0;
}

#about .sub_con .about_location .location_area .location_con {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
}

#about .sub_con .about_location .location_area .location_con .location_map {
    width: 100%;
    height: 400px;
}

#about .sub_con .about_location .location_area .location_con .location_map > iframe {
    border-radius: 25px;
}

#about .sub_con .about_location .location_area .location_con .location_info {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

#about .sub_con .about_location .location_area .location_con .location_info > h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    padding: 0 0 10px 30px;
    position: relative;
}

#about .sub_con .about_location .location_area .location_con .location_info > h3::before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/location_01.png) no-repeat;
    position: absolute;
    top: 7px;
    left: 0;
}

#about .sub_con .about_location .location_area .location_con .location_info > p {
    font-size: 1.125rem;
    padding-bottom: 7px;
    word-break: keep-all;
}

#about .sub_con .about_location .location_area .location_con .location_info > span {
    font-size: 1.125rem;
    padding-right: 15px;
}
/* sub_01a _ about _ end */
/* sub_02a _ product _all*/
#all {
    background: url(../img/all_bg_01.png) no-repeat;
    background-position: center 180px;
}

#all .sub_con_01 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 130px 0 0;
}

#all .sub_con_01 .all_tit {
    width: 100%;
    height: auto;
    text-align: center;
}

#all .sub_con_01 .all_tit > p {
    font-family: 'Caviar_Dreams_Bold';
    font-size: 5.625rem;
    color: #333;
    letter-spacing: -0.2rem;
}

#all .sub_con_01 .all_tit > span {
    font-family: 'CaviarDreams_Italic';
    font-size: 3.75rem;
    color: #333;
    letter-spacing: -0.2rem;
    line-height: 100px;
}

#all .sub_con_02 {
    padding: 130px 0;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#all .sub_con_02 .menu_con {
    width: 22%;
    height: auto;
}

#all .sub_con_02 .menu_con > a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#all .sub_con_02 .menu_con > a > img {
    max-width: 50%;
}

#all .sub_con_02 .menu_con > a > h2 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.07rem;
    padding-top: 15px;
    position: relative;
}

#all .sub_con_02 .menu_con > a > h2::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#all .sub_con_02 .menu_01 > a > h2 {
    color: #b81c25;
}

#all .sub_con_02 .menu_01 > a > h2::before {
    background: #b81c25;
}

#all .sub_con_02 .menu_02 > a > h2 {
    color: #12a041;
}

#all .sub_con_02 .menu_02 > a > h2::before {
    background: #12a041;
}

#all .sub_con_02 .menu_03 > a > h2 {
    color: #f45b58;
}

#all .sub_con_02 .menu_03 > a > h2::before {
    background: #f45b58;
}

#all .sub_con_02 .menu_04 > a > h2 {
    color: #df9918;
}

#all .sub_con_02 .menu_04 > a > h2::before {
    background: #df9918;
}

#all .sub_con_03 {
    background: url(../img/all_bg_02.jpg) repeat top;
}

#all .sub_con_03 .all_con {
    padding: 100px 0 110px;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid #d3d3d3;
}

#all .sub_con_03 .kimchi {
    padding: 130px 0 110px;
}

#all .sub_con_03 .bibimbap {
    padding: 100px 0 130px;
}

#all .sub_con_03 .all_con .all_img {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#all .sub_con_03 .all_con .all_info {
    width: 50%;
    height: auto;
}

#all .sub_con_03 .all_con .all_info .all_txt {
    width: 100%;
    height: auto;
    letter-spacing: -0.05rem;
}

#all .sub_con_03 .all_con .all_info .all_txt .all_txt_01 {
    width: 100%;
    height: auto;
    display: flex;
}

#all .sub_con_03 .all_con .all_info .all_txt .all_txt_01 > h3 {
    font-size: 2.25rem;
    font-weight: 600;
    padding-right: 15px;
}

#all .sub_con_03 .kimchi .all_info .all_txt .all_txt_01 > h3 {
    color: #b81c25;
}

#all .sub_con_03 .bulgogi .all_info .all_txt .all_txt_01 > h3 {
    color: #12a041;
}

#all .sub_con_03 .tteokbokki .all_info .all_txt .all_txt_01 > h3 {
    color: #de4f25;
}
#all .sub_con_03 .bibimbap .all_info .all_txt .all_txt_01 > h3 {
    color: #df9918;
}

#all .sub_con_03 .all_con .all_info .all_txt .all_txt_01 button {
    width: 60px;
    height: 30px;
    background: inherit;
    font-size: 0.875rem;
    margin-top: 12px;
    border-radius: 25px 25px;
    -webkit-border-radius: 25px 25px;
    -moz-border-radius: 25px 25px;
    -ms-border-radius: 25px 25px;
    -o-border-radius: 25px 25px;
}

#all .sub_con_03 .all_con .all_info .all_txt .all_txt_01 button:hover {
    color: #fff;
}

#all .sub_con_03 .kimchi .all_info .all_txt .all_txt_01 button {
    color: #b81c25;
    border: 1px solid #b81c25;
}

#all .sub_con_03 .kimchi .all_info .all_txt .all_txt_01 button:hover {
    background: #b81c25;   
}

#all .sub_con_03 .bulgogi .all_info .all_txt .all_txt_01 button {
    color: #12a041;
    border: 1px solid #12a041;
}

#all .sub_con_03 .bulgogi .all_info .all_txt .all_txt_01 button:hover {
    background: #12a041;   
}

#all .sub_con_03 .tteokbokki .all_info .all_txt .all_txt_01 button {
    color: #de4f25;
    border: 1px solid #de4f25;
}

#all .sub_con_03 .tteokbokki .all_info .all_txt .all_txt_01 button:hover {
    background: #de4f25;   
}

#all .sub_con_03 .bibimbap .all_info .all_txt .all_txt_01 button {
    color: #df9918;
    border: 1px solid #df9918;
}

#all .sub_con_03 .bibimbap .all_info .all_txt .all_txt_01 button:hover {
    background: #df9918;   
}

#all .sub_con_03 .all_con .all_info .all_txt .all_txt_02 {
    width: 100%;
    height: auto;
}

#all .sub_con_03 .all_con .all_info .all_txt .all_txt_02 > p {
    font-size: 1.125rem;
    color: #333;
    padding: 10px 0 15px;
}

#all .sub_con_03 .all_con .all_info .all_direction {
    width: 100%;
    height: auto;
}

#all .sub_con_03 .all_con .all_info .all_direction .step_tit {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

#all .sub_con_03 .all_con .all_info .all_direction .step_tit > h4 {
    font-size: 1.25rem;
    font-weight: 600;
}

#all .sub_con_03 .kimchi .all_info .all_direction .step_tit > h4 {
    color: #ea9048;
}

#all .sub_con_03 .bulgogi .all_info .all_direction .step_tit > h4 {
    color: #0c6429;
}

#all .sub_con_03 .tteokbokki .all_info .all_direction .step_tit > h4 {
    color: #dfa330;
}

#all .sub_con_03 .bibimbap .all_info .all_direction .step_tit > h4 {
    color: #708d04;
}

#all .sub_con_03 .all_con .all_info .all_direction .step {
    width: 100%;
    height: auto;
    display: flex;
    padding-bottom: 15px;
}

#all .sub_con_03 .all_con .all_info .all_direction .step .step_con {
    width: auto;
    height: 30px;
    display: flex;
    padding-right: 50px;
}

#all .sub_con_03 .all_con .all_info .all_direction .step .step_con > h5 {
    padding: 3px 15px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
    border-radius: 25px 25px;
    -webkit-border-radius: 25px 25px;
    -moz-border-radius: 25px 25px;
    -ms-border-radius: 25px 25px;
    -o-border-radius: 25px 25px;
}

#all .sub_con_03 .kimchi .all_info .all_direction .step .step_con > h5 {
    background: #b81c25;
}

#all .sub_con_03 .bulgogi .all_info .all_direction .step .step_con > h5 {
    background: #12a041;
}

#all .sub_con_03 .tteokbokki .all_info .all_direction .step .step_con > h5 {
    background: #de4f25;
}

#all .sub_con_03 .bibimbap .all_info .all_direction .step .step_con > h5 {
    background: #df9918;
}

#all .sub_con_03 .all_con .all_info .all_direction .step .step_con > p {
    font-size: 1.125rem;
    font-weight: 500;
    padding-left: 15px;
}

#all .sub_con_03 .kimchi .all_info .all_direction .step .step_con > p {
    color: #b81c25;
}

#all .sub_con_03 .bulgogi .all_info .all_direction .step .step_con > p {
    color: #12a041;
}

#all .sub_con_03 .tteokbokki .all_info .all_direction .step .step_con > p {
    color: #de4f25;
}

#all .sub_con_03 .bibimbap .all_info .all_direction .step .step_con > p {
    color: #df9918;
}

#all .sub_con_03 .all_con .all_info .all_direction .step_img {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

#all .sub_con_03 .all_con .all_info .all_table {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    border: 1px solid #333;
    padding: 15px;
}

#all .sub_con_03 .all_con .all_info .all_table .all_table_con {
    width: 48.5%;
    height: auto;
}

/* 공통 */
#all .sub_con_03 .all_info .all_table .all_table_con > table,
#all .sub_con_03 .all_info .all_table .all_table_con > table > thead,
#all .sub_con_03 .all_info .all_table .all_table_con > table > tbody {
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

#all .sub_con_03 .all_info .all_table .all_table_con > table > tbody tr {
    width: 100%;
    height: auto;
}

#all .sub_con_03 .all_info .all_table .all_table_con > table > thead th {
    height: auto;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #333;
    letter-spacing: -0.1rem;
}

#all .sub_con_03 .all_info .all_table .all_table_con > table > tbody td {
    width: 50%;
    height: auto;
    color: #333;
    border-bottom: 1px solid #333;
}

#all .sub_con_03 .all_info .all_table .all_table_con > table > tbody .all_css_01 {
    text-align: left !important;
    font-size: 0.875rem;
    line-height: 18px;
    border: 0;
}

#all .sub_con_03 .all_info .all_table .all_table_con > table > tbody .all_css_02 {
    font-size: 2.5rem;
    font-weight: 500;
}

/* 01 */
#all .sub_con_03 .all_info .all_table .all_table_01 > table > thead th {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 5px;
}

#all .sub_con_03 .all_info .all_table .all_table_01 > table > tbody td {
    font-size: 1.125rem;
    line-height: 20px;
    padding: 7px 5px;
}

#all .sub_con_03 .all_info .all_table .all_table_01 > table > tbody td > span {
    font-size: 1.375rem;
}

#all .sub_con_03 .all_info .all_table .all_table_01 > table > tbody td:last-child {
    text-align: right;
    width: 25%;
}

/* 02 */
#all .sub_con_03 .all_info .all_table .all_table_02 > table > thead th {
    width: 60%;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    border-bottom: 3px solid #333;
    letter-spacing: -0.1rem;;
    padding: 5px;
}

#all .sub_con_03 .all_info .all_table .all_table_02 > table > tbody td {
    font-size: 1rem;
    line-height: 22px;
    padding: 5px;
}

#all .sub_con_03 .all_info .all_table .all_table_02 > table > thead th:first-child {
    text-align: left;
}

#all .sub_con_03 .all_info .all_table .all_table_02 > table > thead th:last-child {
    text-align: right;
}

#all .sub_con_03 .all_info .all_table .all_table_02 > table > tbody td:first-child {
    text-align: left;
}

#all .sub_con_03 .all_info .all_table .all_table_02 > table > tbody td:last-child {
    text-align: right;
}
/* sub_02a _all_ end */
/* sub_02b 공통 */
.sub_product .sub_tit {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 100px 0 0;
}

.sub_product .sub_tit > h3 {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
    letter-spacing: -0.05rem;
    position: relative;
    line-height: 58px;
}

.sub_product .sub_tit > h3 > span {
    position: relative;
}

.sub_product .sub_tit > h3 > span::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 101%;
    height: 30px;
    z-index: -1;
}

.sub_product .sub_con_01 {
    width: 100%;
    display: flex;
    padding: 130px 0 80px;
    position: relative;
}

.sub_product .sub_con_01 .sub_img {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

.sub_product .sub_con_01 .sub_img::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 500px;
    height: 500px;
    background: #ededed;
    border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -1;
}

.sub_product .sub_con_01 .sub_img > img {
    max-width: 100%;
}

.sub_product .sub_con_01 .sub_txt {
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    top: 40%;
    left: 0;
}

.sub_product .sub_con_01 .sub_txt p {
    font-size: 1.375rem;
    font-weight: 600;
    font-family: 'GmarketSans'; 
    letter-spacing: -0.05rem;
}

.sub_product .sub_con_01 .sub_txt .txt_l {
    width: 50%;
    height: auto;
    text-align: right;
    padding: 0 170px 0 0;
}

.sub_product .sub_con_01 .sub_txt .txt_r {
    width: 50%;
    height: auto;
    padding: 100px 30px 0 170px;
}

.sub_product .sub_con_02 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 100px 0;
}

.sub_product .sub_con_03 {
    width: 100%;
    height: auto;
    display: flex;
}

.sub_product .sub_con_03 .sub_img {
    width: 50%;
    height: auto;
}

.sub_product .sub_con_03 .sub_img > img {
    max-width: 100%;
}

.sub_product .sub_con_03 .sub_txt {
    width: 50%;
    height: auto;
    padding: 50px;
}

.sub_product .sub_con_03 .sub_txt > h4 {
    font-size: 2.75rem;
    font-weight: 600;
    color: #111;
    line-height: 56px;
    padding-bottom: 30px;
    letter-spacing: -0.05rem;
}

.sub_product .sub_con_03 .sub_txt > p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #333;
    line-height: 32px;
    word-break: keep-all;
}

.sub_product .sub_con_04 {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 100px;
    position: relative;
}

.sub_product .sub_con_04 .sub_img {
    width: 40%;
    height: auto;
}

.sub_product .sub_con_04 .sub_txt {
    width: 60%;
    height: auto;
    padding: 255px 50px 0 0;
    text-align: right;
}

.sub_product .sub_con_04 .sub_txt::before {
    content: '';
    position: absolute;
    bottom: 45px;
    right: 0;
    width: 89%;
    height: 300px;
    z-index: -1;
}

.sub_product .sub_con_04 .sub_txt > h4 {
    font-size: 2.75rem;
    font-weight: 600;
    color: #111;
    line-height: 56px;
    padding-bottom: 40px;
    letter-spacing: -0.03rem;
}

.sub_product .sub_con_04 .sub_txt .sub_txt_02 {
    width: 100%;
    height: auto;
}

.sub_product .sub_con_04 .sub_txt .sub_txt_02 > li {
    width: 100%;
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff;
    line-height: 44px;
}

.sub_product .sub_con_05 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: auto;
    display: flex;
    padding: 150px 0 20px;
}

.sub_product .sub_con_05 .sub_img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.sub_product .sub_con_05 .sub_img > img {
    max-width: 30%;
}

.sub_product .sub_con_06 {
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 150px;
}

.sub_product .sub_con_06 .product_info {
    width: 100%;
    height: auto;
}

.sub_product .sub_con_06 .product_info .info_tit {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.sub_product .sub_con_06 .product_info .info_tit > h5 {
    font-size: 4rem;
    font-weight: 600;
    padding-bottom: 20px;
    letter-spacing: -0.05rem;
}

.sub_product .sub_con_06 .product_info .info_tit > p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    padding-bottom: 10px;
}

.sub_product .sub_con_06 .product_info .info_tit > span {
    font-size: 1.125rem;
    color: #333;
}

.sub_product .sub_con_06 .product_info .info_box {
    width: 100%;
    height: auto;
    display: flex;
} 

.sub_product .sub_con_06 .product_info .info_facts {
    width: 60%;
    height: auto;
    display: flex;
    justify-content: space-between;
    border: 1px solid #333;
    padding: 15px;
    margin: 0 auto;
}

.sub_product .sub_con_06 .info_facts .info_table_con {
    width: 48.5%;
    height: auto;
}

/* 공통 */
.sub_product .sub_con_06 .info_facts .info_table_con > table,
.sub_product .sub_con_06 .info_facts .info_table_con > table > thead,
.sub_product .sub_con_06 .info_facts .info_table_con > table > tbody {
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.sub_product .sub_con_06 .info_facts .info_table_con > table > tbody tr {
    width: 100%;
    height: auto;
}

.sub_product .sub_con_06 .info_facts .info_table_con > table > thead th {
    height: auto;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #333;
    letter-spacing: -0.1rem;
}

.sub_product .sub_con_06 .info_facts .info_table_con > table > tbody td {
    width: 50%;
    height: auto;
    color: #333;
    border-bottom: 1px solid #333;
}

.sub_product .sub_con_06 .info_facts .info_table_con > table > tbody .all_css_01 {
    text-align: left !important;
    font-size: 0.875rem;
    line-height: 18px;
    border: 0;
}

.sub_product .sub_con_06 .info_facts .info_table_con > table > tbody .all_css_02 {
    font-size: 2.5rem;
    font-weight: 500;
}

/* 01 */
.sub_product .sub_con_06 .info_facts .info_table_01 > table > thead th {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 5px;
}

.sub_product .sub_con_06 .info_facts .info_table_01 > table > tbody td {
    font-size: 1.125rem;
    line-height: 20px;
    padding: 7px 5px;
    text-align: left;
}

.sub_product .sub_con_06 .info_facts .info_table_01 > table > tbody td > span {
    font-size: 1.375rem;
}

.sub_product .sub_con_06 .info_facts .info_table_01 > table > tbody td:last-child {
    text-align: right;
    width: 25%;
}

/* 02 */
.sub_product .sub_con_06 .info_facts .info_table_02 > table > thead th {
    width: 60%;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    border-bottom: 3px solid #333;
    letter-spacing: -0.1rem;;
    padding: 5px;
}

.sub_product .sub_con_06 .info_facts .info_table_02 > table > tbody td {
    font-size: 1rem;
    line-height: 22px;
    padding: 5px;
}

.sub_product .sub_con_06 .info_facts .info_table_02 > table > thead th:first-child {
    text-align: left;
}

.sub_product .sub_con_06 .info_facts .info_table_02 > table > thead th:last-child {
    text-align: right;
}

.sub_product .sub_con_06 .info_facts .info_table_02 > table > tbody td:first-child {
    text-align: left;
}

.sub_product .sub_con_06 .info_facts .info_table_02 > table > tbody td:last-child {
    text-align: right;
}

/* 주석 */
/* .sub_product .sub_con_06 .info_material {
    width: 50%;
    height: auto;
    text-align: left;
    padding: 0 0 0 30px;
}

.sub_product .sub_con_06 .info_material > h6 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.sub_product .sub_con_06 .info_material > p {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    padding-top: 15px;
} */

.sub_product .sub_con_06 .info_mark {
    width: 100%;
    height: auto;
    padding: 50px 0 0;
    display: flex;
    justify-content: center;
} 

.sub_product .sub_con_06 .info_mark > img {
    margin-bottom: 30px;
}

/* kimchi */
#kimchi {}

#kimchi.sub_product .sub_tit > h3 > span::after {
    background: #f8e8e9;
}

#kimchi .sub_con_01 .sub_txt p {
    color: #b81c25;
}

#kimchi.sub_product .sub_con_03 .sub_txt > h4 > span {
    color: #b81c25;
}

#kimchi.sub_product .sub_con_04 .sub_txt::before {
    background: #b81c25;
    /* background: linear-gradient(to right, #ed6200bd 0px, #b81c25 40%); */
}

#kimchi.sub_product .sub_con_06 .product_info .info_tit > h5 {
    color: #b81c25;
}

#bulgogi.sub_product .sub_tit > h3 > span::after {
    background: #e4ffed;
}

#bulgogi .sub_con_01 .sub_txt p {
    color: #12a041;
}

#bulgogi.sub_product .sub_con_03 .sub_txt > h4 > span {
    color: #12a041;
}

#bulgogi.sub_product .sub_con_04 .sub_txt::before {
    background: #12a041;
    /* background: linear-gradient(to right, #babd4b 0px, #12a041 60%); */
}

#bulgogi.sub_product .sub_con_06 .product_info .info_tit > h5 {
    color: #12a041;
}

#tteokbokki.sub_product .sub_tit > h3 > span::after {
    background: #de4f2517;
}

#tteokbokki .sub_con_01 .sub_txt p {
    color: #de4f25;
}

#tteokbokki.sub_product .sub_con_03 .sub_txt > h4 > span {
    color: #de4f25;
}

#tteokbokki.sub_product .sub_con_04 .sub_txt::before {
    background: #de4f25;
    /* background: linear-gradient(to right, #ffda72 0px, #de4f25 50%); */
}

#tteokbokki.sub_product .sub_con_06 .product_info .info_tit > h5 {
    color: #de4f25;
}

#bibimbap.sub_product .sub_tit > h3 > span::after {
    background: #df991829;
}

#bibimbap .sub_con_01 .sub_txt p {
    color: #df9918;
}

#bibimbap.sub_product .sub_con_03 .sub_txt > h4 > span {
    color: #df9918;
}

#bibimbap.sub_product .sub_con_04 .sub_txt::before {
    background: #df9918;
    /* background: linear-gradient(to right, #ff606070 0px, #df9918 50%); */
    /* background: linear-gradient(to right, #fff 0px, #df9918 50%); */
}

#bibimbap.sub_product .sub_con_06 .product_info .info_tit > h5 {
    color: #df9918;
}

/* sub_02b kimchi_end */





















/*  board _ notice */
#board .sub_con_01 {
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    padding: 150px 0;
    font-size: 1rem;
}








/* 미디어쿼리 */
@media all and (max-width:1500px) {
    .sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box.sub_tab_3 > li {
        width: calc((100% - 2px) / 3);
    }

    #about .sub_con_01 {
        padding-bottom: 50px;
    }

    #about .sub_con .txt_area {
        padding: 0 50px;
    }

    #about .sub_con .txt_con .txt_left {
        width: 48%;
    }

    #about .sub_con .txt_con .txt_right {
        width: 52%;
        padding: 260px 0 0 110px;
    }

    #about .sub_con .about_text > h2 {
        font-size: 2.5rem;
        letter-spacing: -0.02rem;
        padding-bottom: 5px;
    }

    #about .sub_con .about_text > p {
        font-size: 1.75rem;
    }

    #board .sub_con_01 {
        padding: 150px 50px;
    }
}




@media all and (max-width:1500px) {
    .sub_product .sub_con_05 {
        padding: 150px 50px 20px;
    }

    .sub_product .sub_con_06 .product_info {
        padding: 0 50px;
    }
}

@media all and (max-width:1441px) {
    #all .sub_con_01 .all_tit > p {
        font-size: 5.25rem;
    }
    
    #all .sub_con_03 .all_con {
        padding-left: 50px;
        padding-right: 50px;
    }

    #about .sub_con .txt_area {
        top: 12%;
        padding: 0 30px 15px 50px;
    }

    #about .sub_con_01 {
        padding-bottom: 150px;
    }

    #about .sub_con .txt_area .txt_con {
        flex-direction: column;
    }

    #about .sub_con .txt_con .txt_left {
        width: 100%;
    }

    #about .sub_con .txt_con .txt_left > span {
        display: table;
    }

    #about .sub_con .txt_con .txt_right {
        width: 100%;
        padding: 50px 0 0 300px;
    }

    #about .sub_con .about_text > h2 {
        font-size: 2.25rem;
    }

    #about .sub_con .about_text > p {
        font-size: 1.5rem;
    }

    .sub_product .sub_tit > h3 {
        font-size: 2.75rem;
    }

    .sub_product .sub_con_03 .sub_txt {
        padding: 30px 50px;
    }

    .sub_product .sub_con_03 .sub_txt > h4 {
        font-size: 2.5rem;
        line-height: 50px;
    }

    .sub_product .sub_con_04 .sub_txt > h4 {
        font-size: 2.5rem;
        line-height: 50px;
        padding-bottom: 50px;
    }

    .sub_product .sub_con_06 .product_info .info_tit {
        padding-bottom: 40px;
    }

    .sub_product .sub_con_06 .product_info .info_tit > h5 {
        font-size: 3.5rem;
        line-height: 64px;
    }

    .sub_product .sub_con_06 .product_info .info_tit > p {
        font-size: 1.25rem;
        line-height: 26px;
        padding-bottom: 5px;
    }

    .sub_product .sub_con_06 .product_info .info_box {
        flex-direction: column;
    }

    .sub_product .sub_con_06 .product_info .info_facts {
        width: 100%;
    }
    
    .sub_product .sub_con_06 .info_material {
        width: 100%;
        padding: 30px 0 0 0;
    }
}

@media all and (max-width:1281px) {
    .sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob {
        padding: 0 30px;
    }

    #about .sub_con_05 {
        padding: 130px 50px;
    }

    #all .sub_con_01 .all_tit > p {
        font-size: 5rem;
    }

    #all .sub_con_03 .all_con {
        flex-direction: column;
    }

    #all .sub_con_03 .all_con .all_img {
        width: 100%;
    }

    #all .sub_con_03 .all_con .all_info {
        width: 100%;
        text-align: center;
    }

    #all .sub_con_03 .all_con .all_info .all_txt {
        padding-top: 30px;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_01 {
        justify-content: center;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step {
        justify-content: center;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step_img {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_02 {
        width: 60%;
        margin: 0 auto;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_02 > p {
        word-break: keep-all;
        padding: 10px 0 30px;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_02 > p > br {
        display: none;
    }

    #all .sub_con_03 .all_info .all_table .all_table_01 > table > tbody td {
        text-align: left;
    }

    .sub_product .sub_tit > h3 {
        font-size: 2.5rem;
        line-height: 48px;
    }

    .sub_product .sub_tit > h3 > span::after {
        height: 24px;
    }

    .sub_product .sub_con_03 .sub_txt {
        padding: 30px;
    }

    .sub_product .sub_con_03 .sub_txt > h4 {
        font-size: 2.25rem;
        line-height: 46px;
    }

    .sub_product .sub_con_03 .sub_txt > p {
        font-size: 1.125rem;
        line-height: 28px;
    }

    .sub_product .sub_con_03 .sub_txt > p > br {
        display: none;
    }

    .sub_product .sub_con_04 {
        padding-top: 80px;
    }

    .sub_product .sub_con_04 .sub_txt > h4 {
        font-size: 2.25rem;
        line-height: 46px;
    }

    .sub_product .sub_con_04 .sub_txt {
        padding: 255px 30px 0 0;
    }

    .sub_product .sub_con_04 .sub_txt::before {
        bottom: 85px;
        height: 260px;
    }

    .sub_product .sub_con_04 .sub_txt .sub_txt_02 > li {
        font-size: 1.25rem;
        line-height: 38px;
    }

    .sub_product .sub_con_05 {
        padding: 130px 30px 0;
    }

    .sub_product .sub_con_06 .product_info {
        padding: 0 30px;
    }
}

@media all and (max-width:1231px) {
    .sub_product .sub_con_04 .sub_txt > h4 {
        font-size: 2.125rem;
        line-height: 46px;
    }
}

@media all and (max-width:1025px) {
    .sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob > h2 {
        font-size: 4rem;
        line-height: 4rem;
    }

    #about .sub_con_01 {
        padding-bottom: 50px;
    }

    #about .sub_con .txt_con .txt_left > span {
        font-size: 4.5rem;
        line-height: 110px;
    }

    #about .sub_con .txt_con .txt_right {
        padding: 50px 0 0 250px;
    }

    #about .sub_con .txt_con .txt_right > p {
        font-size: 1.125rem;
        line-height: 30px;
    }

    #about .sub_con_02 {
        height: 400px;
    }

    #about .sub_con_03 {
        height: 400px;
    }

    #about .sub_con .about_text {
        padding: 0 30px 50px;
    }

    #about .sub_con .about_text > h2 {
        font-size: 2rem;
        padding-bottom: 0;
    }

    #about .sub_con .about_text > p {
        font-size: 1.25rem;
    }

    #about .sub_con_04 .about_img {
        max-width: 100%;
    }

    #about .sub_con .about_location .location_area .location_con .location_map {
        height: 300px;
    }

    #about .sub_con .about_location .location_area .location_con .location_info > h3 {
        font-size: 1.25rem;
        line-height: 35px;
    }

    #about .sub_con .about_location .location_area .location_con .location_info > p {
        font-size: 1rem;
    }

    #about .sub_con .about_location .location_area .location_con .location_info > p br {
        display: none;
    }

    #about .sub_con .about_location .location_area .location_con .location_info > span {
        font-size: 1rem;
    }

    #board .sub_con_01 {
        padding: 130px 30px;
    }

    #all .sub_con_01 .all_tit > p {
        font-size: 3.75rem;
    }

    #all .sub_con_01 .all_tit > span {
        font-size: 3rem;
        line-height: 80px;
    }

    #all .sub_con_02 {
        padding: 100px 0;
        justify-content: space-around;
    }

    #all .sub_con_03 .all_con {
        padding: 70px 30px 80px;
    }

    #all .sub_con_03 .kimchi {
        padding: 100px 30px 80px;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_02 {
        width: 90%;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step_img {
        width: 80%;
    }

    .sub_product .sub_tit > h3 {
        font-size: 2rem;
        line-height: 40px;
    }

    .sub_product .sub_con_01 {
        padding: 100px 0 50px;
    }
    
    .sub_product .sub_con_01 .sub_txt p {
        font-size: 1.125rem;
    }

    .sub_product .sub_con_02 {
        padding: 90px 0 70px;
    }

    .sub_product .sub_con_03 {
        flex-direction: column;
    }

    .sub_product .sub_con_03 .sub_img {
        width: 100%;
        text-align: center;
    }

    .sub_product .sub_con_03 .sub_txt {
        width: 100%;
    }

    .sub_product .sub_con_03 .sub_txt > h4 {
        font-size: 2rem;
        line-height: 40px;
        text-align: center;
    }

    .sub_product .sub_con_03 .sub_txt > p {
        text-align: center;
    }

    .sub_product .sub_con_03 .sub_txt > p > br {
        display: block;
    }

    #kimchi.sub_product .sub_con_04 {
        padding: 0;
        background: #b81c25;
    }

    #bulgogi.sub_product .sub_con_04 {
        padding: 0;
        background: #12a041;
    }

    #tteokbokki.sub_product .sub_con_04 {
        padding: 0;
        background: #de4f25;
    }

    #bibimbap.sub_product .sub_con_04 {
        padding: 0;
        background: #df9918;
    }

    .sub_product .sub_con_04 .sub_txt {
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }

    .sub_product .sub_con_04 .sub_txt::before {
        display: none;
    }

    .sub_product .sub_con_04 .sub_txt > h4 {
        font-size: 2rem;
        line-height: 40px;
        color: #fff;
        padding-bottom: 20px;
    }

    .sub_product .sub_con_04 .sub_txt .sub_txt_02 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sub_product .sub_con_04 .sub_txt .sub_txt_02 > li {
        width: 25%;
        font-size: 1rem;
        line-height: 18px;
        padding: 0 10px;
        border-right: 1px solid #ffffff3d;
    }

    .sub_product .sub_con_04 .sub_txt .sub_txt_02 > li:last-child {
        border: 0;
    }

    .sub_product .sub_con_04 .sub_img {
        display: none;
    }

    .sub_product .sub_con_06 .product_info .info_tit > h5 {
        line-height: 54px;
    }
}

@media all and (max-width:801px) {
    .trigger_menu  {
        width: 70%;
        right: -70%;
    }

    .sub_bg_wrap  {
        height: 500px;
    }

    .sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob > h2 {
        font-size: 3rem;
        padding-bottom: 10px;
        line-height: 3rem;
    }

    .sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob > p {
        font-size: 1.25rem;
        line-height: 22px;
    }

    #about .sub_con_01 {
        padding-bottom: 0;
    }

    #about .sub_con .txt_area {
        padding: 0 30px;
        top: 15%;
    }

    #about .sub_con .txt_con .txt_left > span {
        font-size: 3.5rem;
        line-height: 80px;
    }

    #about .sub_con .txt_con .txt_right {
        padding: 50px 0 0;
    }

    #about .sub_con .txt_con .txt_right > p:first-child::before {
        display: none;
    }

    #about .sub_con_02 {
        flex-direction: column;
        height: 570px;
    }

    #about .sub_con_03 {
        flex-direction: column-reverse;
        height: 570px;
    }

    #about .sub_con_04 {
        padding: 100px 30px 0;
    }

    #about .sub_con_05 {
        padding: 130px 30px;
    }
    
    #about .sub_con .about_img {
        width: 100%;
    }

    #about .sub_con_04 .about_img > img {
        max-width: 100%;
    }

    #about .sub_con .about_text {
        width: 100%;
        padding: 15px 30px 50px;
    }

    #about .sub_con .about_location .location_area {
        flex-direction: column;
        padding-bottom: 0;
    }

    #about .sub_con .about_location .location_area .location_con {
        width: 100%;
        margin-bottom: 30px;
    }

    #about .sub_con .about_location .location_area .location_con .location_info {
        padding: 10px 0 20px;
    }

    #about .sub_con .about_location .location_area .location_con .location_info:last-child {
        padding-bottom: 0;
    }

    #all {
        background-position: center 0px;
    }

    #all .sub_con_01 {
        padding: 100px 0 0;
    }

    #all .sub_con_01 .all_tit > p {
        font-size: 3rem;
    }

    #all .sub_con_01 .all_tit > span {
        font-size: 2.5rem;
        line-height: 60px;
    }

    #all .sub_con_02 {
        flex-direction: column;
        padding: 50px 0
    }

    #all .sub_con_02 .menu_con {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    #all .sub_con_02 .menu_con > a > h2 {
        color: #fff;
        padding: 10px;
    }

    #all .sub_con_02 .menu_con > a > h2::before {
        display: none;
    }

    #all .sub_con_02 .menu_con > a > h2::after {
        content: '제품보기';
        position: absolute;
        top: 14px;
        right: -60px;
        color: #fff;
        font-size: 0.938rem;
        font-weight: 300;
        border-bottom: 1px solid #fff;
    }

    #all .sub_con_02 .menu_01 > a {
        background: #b81c25;
    }

    #all .sub_con_02 .menu_02 > a {
        background: #12a041;
    }

    #all .sub_con_02 .menu_03 > a {
        background: #f45b58;
    }

    #all .sub_con_02 .menu_04 > a {
        background: #df9918;
    }

    #all .sub_con_02 .menu_con > a > img {
        display: none;
    }

    #all .sub_con_03 .all_con {
        padding: 40px 30px 60px;
    }

    #all .sub_con_03 .kimchi {
        padding: 50px 30px 60px;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step {
        justify-content: space-between;
    }
    
    #all .sub_con_03 .all_con .all_info .all_direction .step .step_con {
        padding-right: 0;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step .step_con > p {
        padding-left: 10px;
    }

    #all .sub_con_03 .all_con .all_img > img{
        max-width: 100%;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_01 > h3 {
        font-size: 2rem;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_01 button {
        height: 26px;
    }
    
    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_02 > p {
        line-height: 24px;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step_img {
        width: 100%;
    }

    .sub_product .sub_tit {
        padding: 100px 30px 0;
    }

    .sub_product .sub_tit > h3 {
        font-size: 1.5rem;
        line-height: 30px;
        word-break: keep-all;
    }

    .sub_product .sub_tit > h3 > span::after {
        height: 15px;
    }

    .sub_product .sub_con_01 .sub_img > img {
        max-width: 20%;
    }

    .sub_product .sub_con_01 .sub_img::after {
        top: 0px;
        width: 350px;
        height: 350px;
    }

    .sub_product .sub_con_01 .sub_txt .txt_l {
        padding: 0 100px 0 0;
    }

    .sub_product .sub_con_01 .sub_txt .txt_r {
        padding: 100px 30px 0 100px;
    }

    .sub_product .sub_con_02 {
        padding: 70px 0;
    }

    .sub_product .sub_con_03 .sub_txt > h4 {
        font-size: 1.5rem;
        line-height: 32px;
        padding-bottom: 15px;
    }

    .sub_product .sub_con_03 .sub_txt > p {
        font-size: 1rem;
        line-height: 22px;
    }

    .sub_product .sub_con_04 .sub_txt > h4 {
        font-size: 1.5rem;
        line-height: 32px;
    }

    .sub_product .sub_con_05 {
        padding: 70px 30px 0;
    }

    .sub_product .sub_con_06 {
        padding-bottom: 100px;
    }

    .sub_product .sub_con_06 .product_info .info_tit > h5 {
        font-size: 2.5rem;
        line-height: 40px;
    }

    .sub_product .sub_con_06 .product_info .info_tit > p {
        font-size: 1rem;
        line-height: 20px;
    }

    .sub_product .sub_con_06 .product_info .info_tit > span {
        font-size: 1rem;
    }

    .sub_product .sub_con_06 .product_info .info_tit {
        padding-bottom: 30px;
    }
}

@media all and (max-width:621px) {
    .sub_bg_wrap {
        height: 300px;
    }
    
    .sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob > h2 {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }

    .sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob > p {
        font-size: 1rem;
        line-height: 24px;
        font-weight: 400;
    }

    #about::before {
        width: 5px;
    }

    #about .sub_con_01 {
        overflow: hidden;
        height: 700px;
    }

    #about .sub_con .txt_con .txt_left > span {
        font-size: 3rem;
        line-height: 66px;
    }

    #about .sub_con .txt_con .txt_left > span::after {
        width: 15px;
        height: 15px;
        background-size: cover;
    }

    #about .sub_con .txt_con .txt_right > p > br {
        display: none;
    }

    #about .sub_con_02 {
        height: 480px;
    }

    #about .sub_con .about_text > h2 {
        font-size: 1.75rem;
    }
    
    #about .sub_con .about_text > p {
        font-size: 1.125rem;
        line-height: 24px;
    }

    #about .sub_con_03 {
        height: 480px;
    }

    #about .sub_con_04 {
        padding: 50px 30px 0;
    }
    
    #about .sub_con_05 {
        padding: 80px 30px;
    }

    #all .sub_con_01 {
        padding: 80px 0 0;
    }

    #all .sub_con_01 .all_tit > p {
        font-size: 2rem;
        letter-spacing: -0.1rem;
    }

    #all .sub_con_01 .all_tit > span {
        font-size: 1.75rem;
        line-height: 40px;
    }

    #all .sub_con_02 .menu_con > a > h2 {
        font-size: 1.125rem;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step_tit > h4 {
        text-align: left;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step {
        flex-direction: column;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step .step_con {
        width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step .step_con > h5 {
        font-size: 1rem;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step .step_con > p {
        font-size: 1rem;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_02 {
        width: 100%;
    }

    #all .sub_con_03 .all_con .all_info .all_table {
        flex-direction: column;
    }

    #all .sub_con_03 .all_con .all_info .all_table .all_table_con {
        width: 100%;
    }

    .sub_product .sub_tit > h3 > br {
        display: none;
    }

    .sub_product .sub_con_01 {
        padding: 70px 0 30px;
    }

    .sub_product .sub_con_01 .sub_txt {
        display: none;
    }

    .sub_product .sub_con_01 .sub_img::after {
        width: 250px;
        height: 250px;
    }

    .sub_product .sub_con_02 {
        padding: 50px 0;
    }

    .sub_product .sub_con_02 > img {
        max-width: 30%;
    }
    
    .sub_product .sub_con_03 .sub_txt > p {
        word-break: keep-all;
    }

    .sub_product .sub_con_03 .sub_txt > p > br {
        display: none;
    }

    .sub_product .sub_con_05 .sub_img {
        flex-direction: column;
    }

    .sub_product .sub_con_05 .sub_img > img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .sub_product .sub_con_05 .sub_img > img:last-child {
        margin-bottom: 0;
    }

    .sub_product .sub_con_06 .product_info .info_tit > h5 {
        font-size: 2rem;
        line-height: 34px;
    }

    .sub_product .sub_con_06 .product_info .info_facts {
        flex-direction: column;
    }

    .sub_product .sub_con_06 .info_facts .info_table_con {
        width: 100%;
    }

    .sub_product .sub_con_06 .info_facts .info_table_01 {
        margin-bottom: 10px;
    }

    .sub_product .sub_con_06 .info_facts .info_table_01 > table > thead th {
        font-size: 2rem;
    }
}

@media all and (max-width:481px) {
    .trigger_menu  {
        width: 100%;
        right: -100%;
    }

    .sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob {
        padding: 0 15px;
    }
    
    .sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob > h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob > p {
        line-height: 18px;
    }

    .sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box > li > a {
        font-size: 0.938rem;
    }

    #about .sub_con_01 {
        height: 550px;
    }

    #about .sub_con .txt_area {
        padding: 0 15px;
        top: 12%;
    }

    #about .sub_con .txt_con .txt_left > span {
        font-size: 2rem;
        line-height: 46px;
    }

    #about .sub_con .txt_con .txt_left > span::after {
        width: 10px;
        height: 10px;
        top: 10px;
        right: -16px;
    }

    #about .sub_con .txt_con .txt_right {
        padding: 30px 0 0;
    }

    #about .sub_con .txt_con .txt_right > p {
        font-size: 1rem;
        line-height: 24px;
    }

    #about .sub_con_02 {
        height: 400px;
    }

    #about .sub_con_03 {
        height: 400px;
    }

    #about .sub_con .about_text {
        padding: 10px 15px 30px;
    }

    #about .sub_con .about_text > h2 {
        font-size: 1.125rem;
    }

    #about .sub_con .about_text > p {
        font-size: 0.938rem;
        letter-spacing: -0.02rem;
    }

    #about .sub_con .about_tit {
        padding-bottom: 30px;
    }

    #about .sub_con .about_tit > span {
        font-size: 1.5rem;
        letter-spacing: -0.05rem;
    }

    #about .sub_con_05 {
        padding: 80px 15px;
    }

    #about .sub_con .about_location .location_area .location_con .location_map {
        height: 250px;
    }

    #about .sub_con .about_location .location_area .location_con .location_info > h3 {
        font-size: 1.125rem;
        padding: 0 0 3px 30px;
    }

    #about .sub_con .about_location .location_area .location_con .location_info > p {
        font-size: 0.938rem;
        padding-bottom: 5px;
    }

    #about .sub_con .about_location .location_area .location_con .location_info > span {
        font-size: 0.938rem;
    }

    #board .sub_con_01 {
        padding: 100px 15px;
    }

    #all .sub_con_01 {
        padding: 50px 15px 30px;
    }

    #all .sub_con_01 .all_tit > p {
        font-size: 1.5rem;
        letter-spacing: -0.05rem;
    }

    #all .sub_con_01 .all_tit > span {
        font-size: 1.25rem;
        letter-spacing: -0.05rem;
    }

    #all .sub_con_02 {
        display: none;
    }

    #all .sub_con_03 .kimchi {
        padding: 50px 15px 60px;
    }

    #all .sub_con_03 .all_con {
        padding: 40px 15px 60px;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_01 button {
        display: none;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_01 > h3 {
        font-size: 1.5rem;
    }
    
    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_02 > p {
        font-size: 0.938rem;
        line-height: 20px;
        padding: 10px 0 20px;
        letter-spacing: 0.01rem;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step_img  {
        padding-bottom: 20px;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step_img > img {
        max-width: 15%;
    }

    #all .sub_con_03 .all_info .all_table .all_table_01 > table > thead th {
        font-size: 2rem;
    }

    .sub_product .sub_tit {
        padding: 70px 15px 0;
    }

    .sub_product .sub_con_01 {
        padding: 50px 0 20px;
    }

    .sub_product .sub_con_01 .sub_img::after {
        width: 200px;
        height: 200px;
    }

    .sub_product .sub_con_03 .sub_txt {
        padding: 30px 15px;
    }
    
    .sub_product .sub_con_03 .sub_txt > h4 {
        font-size: 1.25rem;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .sub_product .sub_con_03 .sub_txt > p {
        font-size: 0.938rem;
    }

    .sub_product .sub_con_04 .sub_txt > h4 {
        font-size: 1.25rem;
        line-height: 24px;
    }

    .sub_product .sub_con_04 .sub_txt .sub_txt_02 > li {
        font-size: 0.75rem;
        padding: 0 3px;
        line-height: 14px;
    }

    .sub_product .sub_con_05 {
        padding: 50px 15px 0;
    }

    .sub_product .sub_con_06 {
        padding-bottom: 50px;
    }

    .sub_product .sub_con_06 .product_info {
        padding: 0 15px;
    }

    .sub_product .sub_con_06 .product_info .info_tit > h5 {
        font-size: 1.75rem;
        line-height: 28px;
    }

    .sub_product .sub_con_06 .product_info .info_tit > p {
        font-size: 0.938rem;
    }

    .sub_product .sub_con_06 .product_info .info_tit > span {
        font-size: 0.938rem;
    }
    
    .sub_product .sub_con_06 .info_mark > img {
        max-width: 50%;
    }
}

@media all and (max-width:376px) {
    .sub_bg_wrap .sub_bg_size .sub_title_box > .sub_title_ob > h2 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    .sub_bg_wrap .sub_bg_size .sub_tab_con .sub_tab_box > li > a {
        font-size: 0.875rem;
    }

    #about .sub_con_01 {
        height: 530px;
    }    

    #about .sub_con .txt_con .txt_left > span {
        font-size: 1.5rem;
        line-height: 34px;
    }

    #about .sub_con .txt_con .txt_right {
        padding: 15px 0 0;
    }

    #about .sub_con .txt_con .txt_right > p {
        font-size: 0.938rem;
    }

    #about .sub_con_02 {
        height: 300px;
    }

    #about .sub_con_03 {
        height: 300px;
    }

    #about .sub_con_05 {
        padding: 80px 15px 50px;
    }

    #all .sub_con_01 .all_tit > p {
        font-size: 1.25rem;
    }

    #all .sub_con_01 .all_tit > span {
        font-size: 1.125rem;
        line-height: 30px;
    }

    #all .sub_con_03 .all_con .all_info .all_txt {
        padding-top: 15px;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_01 > h3 {
        font-size: 1.25rem;
    }

    #all .sub_con_03 .all_con .all_info .all_txt .all_txt_02 > p {
        font-size: 0.875rem;
        line-height: 18px;
        padding: 5px 0 10px;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step_tit > h4 {
        font-size: 1.125rem;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step .step_con {
        margin-bottom: 5px;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step .step_con > h5 {
        font-size: 0.938rem;
    }

    #all .sub_con_03 .all_con .all_info .all_direction .step .step_con > p {
        font-size: 1rem;
    }

    #all .sub_con_03 .all_con .all_info .all_table {
        padding: 10px;
    }

    #all .sub_con_03 .all_info .all_table .all_table_01 > table > thead th {
        font-size: 1.75rem;
    }

    .sub_product .sub_tit > h3 {
        font-size: 1.25rem;
        line-height: 24px;
    }

    .sub_product .sub_tit > h3 > br {
        display: block;
    }

    .sub_product .sub_con_01 .sub_img::after {
        width: 170px;
        height: 170px;
    }

    .sub_product .sub_con_02 {
        padding: 30px 0;
    }

    .sub_product .sub_con_03 .sub_txt > p {
        font-size: 0.875rem;
        line-height: 18px;
    }

    .sub_product .sub_con_05 {
        padding: 30px 15px 0;
    }

    .sub_product .sub_con_06 .product_info .info_tit {
        padding-bottom: 20px;
    }

    .sub_product .sub_con_06 .product_info .info_tit > h5 {
        font-size: 1.5rem;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .sub_product .sub_con_06 .product_info .info_tit > p {
        line-height: 18px;
    }

    .sub_product .sub_con_06 .product_info .info_facts {
        padding: 10px;
    }

    .sub_product .sub_con_06 .info_material > h6 {
        padding-bottom: 10px;
    }

    .sub_product .sub_con_06 .info_material > p {
        padding-top: 10px;
    }
}
