* {
    box-sizing: border-box;
}
body.fixed {
    overflow: hidden;
}
:root {
    --border: 1.2rem;
    --mb: 4rem;
}
main {
    padding: 7rem 1.5rem 4rem;
}
main.pb {
    padding: 7rem 1.5rem 0;
}
#indexLoadImg {
    position: relative;
    background: #fff;
    min-height: 100vh;
}
#indexLoadImg img {
    position: absolute;
    display: block;
    height: 22rem;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
}

/* header */
header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
    z-index: 9000;
    background: #fff;
}
header .back {
    display: block;
    position: absolute;
    width: 2rem; height: 2rem;
    left: 1.5rem; top: 60%;
    transform: translateY(-50%);
    background: url(../img/arrow-3.png) no-repeat center/contain;
}
header a {
    display: block;
    height: 3.2rem;
}
header a img {
    display: block;
    height: 100%;
}

/* home */
.home_top {
    display: block;
    position: relative;
    margin-bottom: var(--mb);
}
.home_top img {
    display: block;
    width: 100%;
}
.home_top .cont_box {
    position: absolute;
    left: 2rem; top: 50%;
    transform: translateY(-50%);
}
.home_top .cont_box span {
    font-size: 1.6rem;
    color: #fff;
    font-family: 'light';
    letter-spacing: -1px;
    display: block;
    margin-bottom: .5rem;
}
.home_top .cont_box h1 {
    font-size: 1.9rem;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}
.home_top .cont_box p {
    background: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: .3rem .7rem .5rem .9rem;
    border-radius: 2rem;
    color: #5EBCF9;
    gap: .3rem;
    font-size: 1.5rem;
    letter-spacing: -1px;
}
.home_top .cont_box p .arrow {
    display: block;
    width: 1.3rem; height: 1.3rem;
    background: url(../img/arrow-1.png) no-repeat center/contain;
    margin-top: .2rem;
}
.main_tit {
    font-size: 2rem;
    font-family: 'bold';
    margin-bottom: 1rem;
}
.home_sub_tit {
    font-size: 1.6rem;
    letter-spacing: -1px;
    font-family: 'regular';
    margin-bottom: 1.5rem;
}
.home_banner {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: var(--border);
    margin-bottom: 2rem;
}
.home_banner img {
    display: block;
    width: 100%;
}
.home_banner .btm_box {
    padding: 2rem 1.5rem;
}
.home_banner .btm_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.home_banner .btm_cont p {
    font-size: 1.6rem;
    font-family: 'regular';
    letter-spacing: -1px;
    margin-bottom: .3rem;
}
.home_banner .btm_cont .left h2 {
    font-size: 1.9rem;
    font-family: 'bold';
    letter-spacing: -1px;
}
.home_banner .btm_cont .right h3 {
    font-size: 2.5rem;
    color: #5CBBF9;
    font-family: 'e-bold';
    letter-spacing: -1px;
}
.home_banner .btm_box a {
    display: block;
    border: .1rem solid #5CBBF9;
    padding: 1.5rem 0;
    text-align: center;
    border-radius: 3rem;
    font-size: 1.9rem;
    color: #4FB6F8;
}
.home_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--mb);
}
.home_btns li {
    width: calc(50% - .7rem);
}
.home_btns li a {
    display: block;
    position: relative;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: var(--border);
}
.home_btns li a img {
    display: block;
    width: 100%;
}
.home_btns li a .cont_box {
    position: absolute;
    left: 2rem; top: 2rem;
}
.home_btns li a .cont_box p {
    font-size: 1.6rem;
    letter-spacing: -1px;
    font-family: 'regular';
    margin-bottom: .3rem;
}
.home_btns li a .cont_box h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.home_btns li a .cont_box span {
    border: .1rem solid #fff;
    background: transparent;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: -1px;
    font-family: 'light';
    padding: 0 .9rem;
    border-radius: 1.5rem;
}
.home_btm_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_btm_tit a {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.6rem;
    font-family: 'regular';
    letter-spacing: -1px;
}
.home_btm_tit a .arrow {
    display: block;
    width: 1.4rem; height: 1.4rem;
    background: url(../img/arrow-2.png) no-repeat center/contain;
}
.home_btm_btns {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.home_btm_btns li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_btm_btns li a img {
    display: block;
    width: 40%;
}
.home_btm_btns li a .right {
    width: 55%;
}
.home_btm_btns li a .right p {
    font-size: 1.8rem;
    font-family: 'bold';
    letter-spacing: -1px;
    margin-bottom: 1rem;
}
.home_btm_btns li a .right span {
    font-size: 1.6rem;
    letter-spacing: -1px;
    font-family: 'regular';
    line-height: 1.3;
}

/* sub1 */
.sub1_title {
    font-size: 1.8rem;
    font-family: 'bold';
    margin-bottom: 1.5rem;
}
.sub1_cont {
    font-size: 1.6rem;
    letter-spacing: -1px;
    font-family: 'regular';
    line-height: 1.3;
    display: block;
    margin-bottom: 3rem;
}
.sub1_cont .point3 {
    font-size: 1.6rem;
    color: #4EB5F8;
    letter-spacing: -1px;
}
.sub_qna_box {
    border: .1rem solid #CFCFCF;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    border-radius: var(--border);
}
.sub_qna_box .que_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub_qna_box.open .que_inner {
    border-bottom: .1rem solid #CFCFCF;
    padding-bottom: 2rem;
}
.sub_qna_box .que_inner .que {
    font-size: 1.8rem;
    font-family: 'semi-bold';
}
.sub_qna_box .que_inner .arrow {
    display: block;
    width: 1.6rem; height: 1.6rem;
    background: url(../img/arrow-5.png) no-repeat center/contain;
}
.sub_qna_box.open .que_inner .arrow {
    background-image: url(../img/arrow-4.png);
}
.sub_qna_box .ans {
    display: none;
    padding-top: 2rem;
    font-size: 1.6rem;
    letter-spacing: -1px;
    font-family: 'regular';
    line-height: 1.4;
}
.sub_qna_box.open .ans {
    display: block;
}
.sub_qna_box .ans .point3 {
    font-size: 1.6rem;
    color: #4EB5F8;
    letter-spacing: -1px;
}

/* store */
.store_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.store_top .main_tit {
    margin-bottom: 0;
    font-size: 1.9rem;
}
.store_top .right {
    display: flex;
    align-items: center;
    gap: .7rem;
}
.store_top .right li a {
    display: block;
    font-size: 1.6rem;
    color: #A5A5A5;
    border: .1rem solid #A8A8A8;
    padding: .5rem;
    width: 8.5rem;
    border-radius: 2.5rem;
    text-align: center;
    letter-spacing: -1px;
}
.store_top .right li a.on {
    color: #fff;
    background: #5EBCF9;
    border-color: #5EBCF9;
}
.store_box {
    padding: 2.5rem 0;
    border-bottom: .1rem solid #CFCFCF;
}
main .store_box:last-child {
    border-bottom: none;
}
.store_box .store_box_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.store_box .left .cont {
    font-size: 1.6rem;
    font-family: 'regular';
    letter-spacing: -1px;
    margin-bottom: .3rem;
}
.store_box .left .name {
    font-size: 1.9rem;
    font-family: 'bold';
    letter-spacing: -1px;
}
.store_box .right p {
    font-size: 1.6rem;
    font-family: 'regular';
    letter-spacing: -1px;
}
.store_box .right strong {
    font-size: 2.5rem;
    font-family: 'e-bold';
    color: #5EBCF9;
}
.store_link {
    display: block;
    padding: 1.3rem 0;
    text-align: center;
    margin-top: 2rem;
    border: .1rem solid #85CCFA;
    color: #51B7F8;
    border-radius: 2.5rem;
    font-size: 1.8rem;
    font-family: 'regular';
}
.pagination {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a {
    font-size: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem; height: 3rem;
}
.pagination a.on {
    border-radius: 50%;
    background: #5EBCF9;
    color: #fff;
}
.pagination a img {
    width: 1.6rem; height: 1.6rem;
    object-fit: contain;
}
.pagination a.prev {
    transform: rotate(180deg);
    margin-right: 1rem;
}
.pagination a.next {
    margin-left: 1rem;
}

/* sub2 */
.store_top.sub2 {
    margin-bottom: 3rem;
}
.store_top.sub2 .main_tit {
    letter-spacing: -1px;
    font-size: 1.9rem;
}
.store_top.sub2 .right li a {
    width: 9.5rem;
}
.sub2_bold {
    font-size: 1.7rem;
    color: #4EB5F8;
    letter-spacing: -1px;
    font-family: 'regular';
    margin-bottom: 1rem;
}
.sub2_cont {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: 'regular';
    margin-bottom: 3rem;
}
.sub2_cont .point2 {
    font-size: 1.5rem;
    color: #A7A7A7;
    font-family: 'light';
    letter-spacing: -1px;
}
.sub2_cont .point3 {
    font-size: 1.7rem;
    letter-spacing: -1px;
    font-family: 'regular';
    color: #4EB5F8;
}
.sub2_cont .point1 {
    font-size: 1.6rem;
}

/* cook */
.main_tit.cook {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.cook_box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.cook_box .cont_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cook_box .cont_box img {
    display: block;
    width: 40%;
}
.cook_box .cont_box .right {
    width: 55%;
}
.cook_box .cont_box .right .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.cook_box .cont_box .right .top p {
    font-size: 1.7rem;
    font-family: 'semi-bold';
    letter-spacing: -1px;
}
.cook_box .cont_box .right .top span {
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: -1px;
    background: #4EB5F8;
    padding: .1rem 1rem;
    border-radius: 2rem;
    font-family: 'light';
}
.cook_box .cont_box .right pre {
    font-size: 1.5rem;
    font-family: 'regular';
    line-height: 1.3;
    letter-spacing: -1px;
}
.cook_list {
    border: .1rem solid #E1E1E1;
    border-radius: var(--border);
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    margin-bottom: 2rem;
}
.cook_list img {
    display: block;
    width: 100%;
}
.cook_list .btm {
    padding: 2rem 1.5rem;
}
.cook_list .btm .name {
    font-size: 1.8rem;
    letter-spacing: -1px;
    font-family: 'semi-bold';
    margin-bottom: 1rem;
}
.cook_list .btm .cont {
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: 'regular';
    word-break: break-all;
}