.h_menu {
    font-weight: 700 !important;
}
.h_menu::after {
    width: 180% !important;
}
.s_main {
  background-image: url(/images/03_menu/con01_01.png);
}
.con01_02 {
    width: 19.3176%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02 {
    padding-top: 8vw;
}
.con02_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
}
.con02_left {
    width: 18.9501%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 11vw;
}
.con02_03 {
    margin-bottom: 2.5vw;
}
.con02_left_arr_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
}
.con02_arr {
    width: 18.0055%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con02_right {
    width: 52%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.con02_slide_item {
    width: 95.1271%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_slide_img {
    width: 94.68%;
    height: 17.6042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    overflow: hidden;
    border-radius: 1.5vw;
}
.con02_slide_img img {
    height: 100%;
    object-fit: cover;
}
.con02_slide_tt {
    top: 75%;
}
.con02_slide_tt01 {
    font-size: 1.6vw;
    margin-bottom: 0.7vw;
}
.con02_slide_tt02 {
    font-size: 1vw;
}
.con02_01 {
    width: 21.3925%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -12%;
    top: -8%;
}
.con02_02 {
    width: 85.3774%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.con02_sd {
    width: 132.388%;
    display: flex;
    justify-content: center;
    align-items: center;    
    background-color: #FF7413;
    padding: 1vw 0;
}
.con03 {
    padding-top: 6.65vw;
    margin-top: -6.65vw;
}
.con03_bg01 {
    width: 51.706%;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: 0%;
}
.con03_main {
    background-image: url(/images/03_menu/con03_bg02.png);
    background-size: 100%;
    background-position: top center;
    padding-top: 1vw;
    padding-bottom: 3.5vw;
}
.con03_01 {
    width: 16.9554%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.menu_tab_wrap {
    width: 59%;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005246;
    border-radius: 50vw;
    gap: 0.5vw;
    margin-bottom: 4vw;
}
.menu_tab {
    width: 12%;
    height: 2.5vw;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    color: white;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 1vw;
    cursor: pointer;
}
.menu_tab.menu_change {
    background-color: #FF7413;
    color: #000;
    font-weight: 700;
}
.menu_box_wrap {
    width: 59%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.7vw 0;
    padding-bottom: 7vw;
    display: none;
}
.menu_box.menu_change {
    display: flex;
}
.menu_item {
    width: calc(100% / 3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.menu_img {
    width: 95%;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1.5vw;
}
.menu_img img {
    height: 100%;
    object-fit: cover;
}
.menu_tt {
    width: 95%;
    margin-top: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
}
.menu_tt p {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menu_btn {
    width: 17.884%;
    display: flex;
    justify-content: center;
    align-items: center;    
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
    cursor: pointer;
}

@media screen and (max-width:599px) {

.con01_02 {
    width: 54.3176%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15vw;
    flex-direction: column;
}
.con02_left {
    width: 50.9501%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 7vw;
}
.con02 {
    padding-top: 19vw;
}
.con02_left_arr_wrap {
    width: 149%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin-top: 4vw;
    position: absolute;
    top: 201%;
    z-index: 2;
}
.con02_arr {
    width: 13.0055%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con02_right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.con02_slide_img {
    width: 94.68%;
    height: 47.6042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    overflow: hidden;
    border-radius: 1.5vw;
}
.con02_slide_tt01 {
    font-size: 4.3vw;
    margin-bottom: 2.7vw;
}
.con02_slide_tt02 {
    font-size: 3.5vw;
}
.con02_01 {
    width: 23.3925%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
    top: -8%;
}
.con03_bg01 {
    width: 162%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
}
.con03_01 {
    width: 47.9554%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5.5vw;
}
.con03_main {
    background-image: url(/images/03_menu/con03_bg02.png);
    background-size: 100%;
    background-position: top center;
    padding-top: 10vw;
    padding-bottom: 15vw;
}
.menu_tab_wrap {
    width: 96%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005246;
    border-radius: 50vw;
    gap: 1vw;
    margin-bottom: 9vw;
    flex-wrap: wrap;
    padding: 3vw 0;
}
.menu_tab {
    width: 21%;
    height: 6.5vw;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 3.2vw;
    cursor: pointer;
    text-align: center;
}
.menu_box_wrap {
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_item {
    width: calc(100% / 2);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.menu_img {
    width: 95%;
    height: 36vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1.5vw;
}
.menu_tt {
    width: 95%;
    margin-top: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5vw;
}
.menu_box {
    gap: 5.7vw 0;
    padding-bottom: 16vw;
}
.menu_btn {
    width: 34.884%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
    cursor: pointer;
}






















}