#wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#container {}
#content {}
.inner {
    max-width: 980px;
    margin: auto;
}
.inner-over {
    max-width: 1100px;
    margin: auto;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 192, 0.1);
    backdrop-filter: blur(5px);
}
#header .gnb {
    display: flex;
    justify-content: space-between;
    line-height: 80px;
    position: relative;
}
#header .gnb .logo {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 30%;
    text-align: center;
}
#header .gnb .logo a {
    display: block;
    width: 100%;
    height: 100%;
}
#header .gnb .gnb-menu {}
#header .gnb .gnb-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
#header .gnb .left li {
    padding: 0 70px 0 0;
}
#header .gnb .right li {
    padding: 0 0 0 70px;
}
#mainVisual {
    position: relative;
    background: url(/images/main_bg.png) 50% 50% no-repeat;
    background-size: cover;
}
#mainVisual::after {
    display: block;
    position: absolute;
    content: '';
    background-image: url(/images/main_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 50px;
    bottom: -49px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#mainVisual::before {
    display: block;
    position: absolute;
    content: '';
    background: url(/images/main_obj.png) no-repeat;
    z-index: 1;
    width: 500px;
    height: 60%;
    background-size: contain;
    right: 17%;
    bottom: -12%;
}
#mainVisual .title {
    padding-top: 280px;
}
#mainVisual .title .chat {
    position: relative;
    display: block;
}
#mainVisual .title .chat::before {
    position: absolute;
    display: block;
    content: '';
    background: url(/images/main_chat.png) no-repeat;
    right: 0;
}
#mainVisual .tag {
    padding: 80px 0 110px;
}
#mainVisual .tag ul {
    display: flex;
}
#mainVisual .tag ul li {
    margin-right: 10px;
    background-color: rgba(255, 210, 26, 0.2);
    border-radius: 1px solid #ffd21a;
    border-radius: 100px;
    padding: 5px 10px;
}
#mainVisual .tag li p {}


/* 3WAY SYSTEM */
#system {
    background-color: #ffd21a;
    padding-top: 120px;
    position: relative;
}
#system::after {
    display: block;
    position: absolute;
    content: '';
    background-image: url(/images/system_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 95px;
    height: 50px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#system .inner {}
#system .inner ul {
    display: flex;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    padding: 60px 0;
}
#system .inner ul li {
    text-align: center;
    margin: auto;
    width: 33.3%;
    border-right: 2px dotted rgba(46, 20, 31, 0.2);
}
#system .inner ul li:last-child {
    border-right: none;
}
#system .inner ul li img {
    display: block;
    margin: auto;
}
#system .inner ul li .txt {}


/* 샵인샵 풀패키지 */
#full {
    position: relative;
    background-color: #1a1e21;
    padding-bottom: 55px;
}
#full::after {
    display: block;
    position: absolute;
    content: '';
    background-image: url(/images/full_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 96px;
    height: 50px;
    bottom: -49px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#full .inner-over {}
#full .inner-over .full-set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#full .inner-over .full-set li {
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
}
#full .inner-over .full-set li h5 {
    padding: 15px 0;
}


/* 샵인샵 효과 */
#effect {
    background-color: rgba(253, 206, 65, 0.1);
}
#effect .inner {}
#effect .inner .effect-box {
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 100px;
    border-radius: 0 0 20px 20px;
    border-top: 5px solid #ffd21a;
    box-shadow: rgba(187, 129, 73, 0.15) 0px 4px 6px -1px, rgba(187, 129, 73, 0.15) 0px 2px 4px -1px;
}
#effect .inner .effect-box:last-child {
    border-top: unset;
    border-radius: 20px;
    margin-bottom: unset;
}
#effect .inner .effect-box h6 {
    color: #b07c18;
    background-color: #ffd21a;
    display: inline-block;
    padding: 0 30px;
    border-radius: 0 0 30px 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#effect .inner .effect-box h6::after {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: rgba(176, 124, 24, 0.5);
    border-radius: 100px;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}
#effect .inner .effect-box h6::before {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: rgba(176, 124, 24, 0.5);
    border-radius: 100px;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}
#effect .inner .effect-box .txt-area {
    padding: 80px;
}
#effect .inner .effect01 {
    position: relative;
    background-image: url(/images/effect01_gp.png);
    background-repeat: no-repeat;
    background-position: 30% 50%;
    position: relative;
}
#effect .inner .effect01::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(/images/effect01_obj01.png);
    width: 457px;
    height: 330px;
    background-repeat: no-repeat;
    right: 17%;
    top: 65%;
    z-index: 1;
}
#effect .inner .effect01 .txt-area {
    padding: 80px 0 360px 80px;
}
#effect .inner .effect01 .coffee {
    position: absolute;
    right: 0;
    bottom: 0;
}
#effect .inner .effect01 img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}
#effect .inner .effect02 {}
#effect .inner .effect02 img {
    position: absolute;
    top: 15%;
    right: 7%;
}
#effect .inner .effect02 .txt-area {
    padding: 80px 0 530px 80px;
    display: inline-block;
    position: relative;
    z-index: 999;
}
#effect .inner .effect02 .txt-area .pd {
    padding: 40px 0 20px;
}
#effect .inner .effect03 {
    position: relative;
}
#effect .inner .effect03 .txt-area {
    display: inline-block;
}
#effect .inner .effect03 .txt-area br {
    display: none;
}
#effect .inner .effect03 .txt-area img {
    display: block;
    margin: 70px auto 0;
}
#effect .inner .effect03 .right-box {
    float: right;
}
#effect .inner .effect03 .right-box img:nth-child(1) {
    position: absolute;
    bottom: 0;
    right: 10%;
}
#effect .inner .effect03 .right-box img:nth-child(2) {
    position: absolute;
    bottom: 15%;
    right: 5%;
}
#effect .inner .question {
    position: relative;
    background: url(/images/q_obj01.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}
#effect .inner .question>h3 {
    display: inline-block;
    color: #000;
    background-color: #ffd733;
    border-radius: 100px;
    padding: 0.313rem 0.938em 0.313rem 3.25em;
    position: absolute;
    top: 5%;
    left: -2%;
}
#effect .inner .question .list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}
#effect .inner .question .list li::before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(/images/q_check_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


/* 이유 */
#reason {
    background-color: rgba(253, 206, 65, 0.1);
    position: relative;
}
#reason::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: #fff;
    bottom: 0;
    z-index: 0;
}
#reason .taste {
    position: relative;
    z-index: 1;
}
#reason .taste h1 {}
#reason .taste h1 br {
    display: none;
}
#reason .taste img {
    padding: 70px 0;
    width: 95%;
    margin: auto;
}


/* 파이10종 */
#menu {
    position: relative;
}
#menu::after {
    display: block;
    position: absolute;
    content: '';
    background-image: url(/images/menu_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 96px;
    height: 50px;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#menu .inner .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    padding-top: 50px;
}
#menu .inner .menu li {
    padding-bottom: 60px;
}
#menu .inner .menu li:nth-child(n+9) {
    padding-bottom: 0;
}
#menu .inner .menu li img {}
#menu .inner .menu li h5 {}


/* 셀럽+간편디저트+로스율 */
#plus {
    background-color: #171a1c;
    position: relative;
}
#plus::before {
    display: block;
    content: '';
    position: absolute;
    background: url(/images/like_3d.png);
    width: 94px;
    height: 94px;
    right: 15%;
    top: 30%;
}
#plus::after {
    display: block;
    position: absolute;
    content: '';
    background: url(/images/loss_arrow.png) no-repeat;
    background-size: contain;
    width: 96px;
    height: 50px;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#plus .inner .cel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
#plus .inner .cel::after {
    display: block;
    content: '';
    position: absolute;
    background: url(/images/b.like_3d.png) no-repeat;
    width: 126px;
    height: 132px;
    right: 0%;
    top: -5%;
}
#plus .inner .cel::before {
    display: block;
    content: '';
    position: absolute;
    background: url(/images/bell_3d.png) no-repeat;
    width: 126px;
    height: 117px;
    left: -2%;
    bottom: 0;
}
#plus .inner .cel li {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
#plus .inner .cel li img {
    border-radius: 20px 20px 0 0;
}
#plus .inner .cel li:nth-child(odd) {
    margin-right: 30px;
}
#plus .inner .cel li:nth-child(n+3) {
    margin-top: 30px;
}
#plus .inner .cel li h6 {
    padding: 10px 0;
}
#plus .inner h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 40px;
}
#plus .inner h6 img {
    padding-right: 10px;
}
#plus .inner .point ul li {
    position: relative;
    background-color: #fff;
    border-radius: 100px;
    padding: 15px 0;
    width: 70%;
    margin: auto;
}
#plus .inner .point ul li::after {
    position: absolute;
    content: '';
    display: block;
    background: url(/images/blue_check_icon.png) no-repeat;
    background-size: contain;
    width: 43px;
    height: 43px;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
}
#plus .inner .point ul li:nth-child(2) {
    margin: 20px auto;
}
#plus .inner .loss .pc {
    margin: auto;
}


/* 성공전략 */
#hit {
    position: relative;
    background-image: url(/images/hit_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#hit::after {
    display: block;
    position: absolute;
    content: '';
    background-image: url(/images/hit_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 96px;
    height: 50px;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#hit .inner {}
#hit .inner .hit-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#hit .inner .hit-list li {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    position: relative;
    width: calc(33.3% - 40px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 24px;
}
#hit .inner .hit-list li::after {
    display: block;
    content: '';
    position: absolute;
    background: url(/images/hit01.png) no-repeat;
    width: 55px;
    height: 40px;
    bottom: 0%;
    right: 5%;
}
#hit .inner .hit-list li:nth-child(2):after {
    background: url(/images/hit02.png) no-repeat;
}
#hit .inner .hit-list li:nth-child(3):after {
    background: url(/images/hit03.png) no-repeat;
}
#hit .inner .hit-list li h3 {
    margin: 40px 0 40px 40px;
    font-size: 1.75em;
}
#hit .inner .hit-list li h6 {
    margin: 40px 0 40px 40px;
}
#hit .inner .hit-list li:first-child h6 img {
    margin-right: 5px;
}
#hit .inner .hit-list li::after {
    display: block;
    content: '';
    position: absolute;
    background: url(/images/hit01.png) 100% 100% no-repeat;
    background-size: contain;
}
#hit .inner .txt-area h3 span {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.7) 30%)
}


/* 문의 신청 */
#counslForm {
    width: 100%;
    margin: auto;
    text-align: center;
}
#inquiry {
    background-image: url(/images/inquiry_bg.png);
    padding-bottom: 100px;
}
#inquiry .inner {}
#inquiry .inner .input-gruop {
    padding-bottom: 50px;
}
#inquiry .inner .input-gruop .top-box {
    display: flex;
    padding-bottom: 20px;
}
#inquiry .inner .input-gruop .top-box li {
    width: 100%;
    padding: 0 10px 0 0;
    position: relative;
}
#inquiry .inner .input-gruop .top-box li:nth-child(2) {
    padding: 0 0 0 10px;
}
#inquiry .inner .input-gruop .top-box li input {
    width: calc(100% - 15px);
    height: 45px;
    border: 0;
    border-radius: 10px;
    line-height: 45px;
    font-size: 1rem;
    padding: 0 0 0 15px;
}
#inquiry .inner .input-gruop .top-box li input:focus+label+span {
    display: none;
}
#inquiry .inner .input-gruop .top-box li input:not(:placeholder-shown)+label+span {
    display: none;
}
#inquiry .inner .input-gruop .top-box li label {
    width: 0;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0;
    text-indent: -9999px;
}
#inquiry .inner .input-gruop .top-box li span {
    position: absolute;
    top: 10px;
    left: 45px;
    color: #09318d;
}
#inquiry .inner .input-gruop .top-box li:nth-child(2) span {
    left: 70px;
}
#inquiry .inner .input-gruop .under-box {
    border-radius: 10px;
    font-size: 1rem;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}
#inquiry .inner .input-gruop .under-box textarea {
    width: calc(100% - 30px);
    padding: 15px;
    border: 0;
    border-radius: 10px;
    font-size: 1rem;
}
#inquiry .inner .input-gruop .under-box label {
    width: 0;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0;
    text-indent: -9999px;
}
#inquiry .inner .input-gruop .check-area {}
#inquiry .inner button {
    background-color: #ffda43;
    border: none;
    line-height: 80px;
    border-radius: 20px;
    font-size: 1.667rem;
    width: 40%;
	display: block;
	margin: auto;
}
input[type="checkbox"]+label {
    display: inline-block;
    padding: 5px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-image: url(/images/check-none.png);
    background-size: 20px;
}
input[type="checkbox"]:checked+label {
    display: inline-block;
    padding: 5px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-image: url(/images/check.png);
}
#floatingMenu {
    z-index: 100;
    width: 100px;
    height: 230px;
    position: fixed;
    right: 60px;
    top: 50%;
    margin-top: -170px;
}
#floatingMenu ul {}
#floatingMenu .pc li {
    position: relative;
    margin-bottom: 20px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
}
#floatingMenu .pc li a {}
#floatingMenu .pc li p {
    background-color: #ebebeb;
    border-radius: 100px;
    padding: 5px 3px 0px 3px;
    position: absolute;
    display: block;
    width: 100%;
    bottom: -5%;
    z-index: 99;
}
#floatingMenu .pc li img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 100px;
}
#floatingMenu .pc li:hover span {
    padding-bottom: 5px;
    width: 300px;
}
#floatingMenu .pc li span {
    overflow: hidden;
    font-weight: bold;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    text-indent: 0;
    background-color: #fff;
    top: 0;
    right: 0;
    transition: 0.5s;
}
#floatingMenu .pc li span strong {
    color: #f9750b;
    display: inline-block;
    margin-top: 28px;
    margin-right: 65px;
    font-size: 28px;
    font-weight: bold;
}
#floatingMenu .pc li span em {
    display: block;
    font-size: 16px;
    color: #888;
    margin-right: 65px;
    font-style: normal
}
#floatingMenu .mob {
    display: none;
}
#floatingMenu .mob li {
    width: 50%;
    padding: 25px 0 25px;
}
#floatingMenu .mob li:nth-child(1) {
    background-color: #07236f;
    border-radius: 20px 0 0 0;
}
#floatingMenu .mob li:nth-child(2) {
    background-color: #23262d;
    border-radius: 0 20px 0 0;
}
.popup-open {}
#popupView {
    cursor: pointer;
}
#popupLayer {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
#popupLayer .box {
    width: 600px;
    padding: 20px 50px 50px 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 20px;
}
#popupLayer .box h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}
#popupLayer .box p {
    font-size: 1rem;
    line-height: 1.25rem;
}
#popupLayer button {
    width: 100%;
    display: block;
    margin-top: 40px;
    line-height: 45px;
    font-size: 1rem;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 50px;
}


/* footer */
#footer {
    background: #efeef6;
    position: relative;
}
#footer .inner {
    padding: 40px 0;
}
#footer .inner .footer-menu {
    display: flex;
    margin-bottom: 30px;
}
#footer .inner .footer-menu li {
    margin-right: 40px;
}
#footer .inner .footer-menu li a {
    color: #666;
}
#footer .inner .footer-menu li a:hover {
    color: #0c3c9a;
}
#footer .inner .address-box {
    color: #666;
    font-size: 0.889rem;
}
#footer .inner .address-box h2 {}
#footer .inner .address-box address {
    font-style: normal;
    margin: 10px 0;
}
#footer .inner .address-box address span {
    box-shadow: none;
    color: #888;
}
#footer .inner .address-box address span b {
    font-weight: 400;
    margin: 0 20px 0 5px;
}
#footer .inner span {
    box-shadow: none;
    color: #B1B1B1;
}


/* 반응형 소스 */
@media screen and (max-width: 1480px) {
    .inner {
        width: 90%;
        margin: auto;
    }
    #header h1 {
        width: 140px;
    }
    #mainVisual::before {
        right: 7%;
    }
}
@media screen and (max-width: 1120px) {
    .inner-over {
        width: 95%;
    }
}
@media screen and (max-width: 1024px) {
    #header .inner-over .logo a img {
        width: 70%;
        height: 70%;
    }
    #mainVisual::before {
        right: -70%;
        bottom: -5.5%;
        height: 330px;
        width: 100%;
    }
    #system {
        padding-top: 20px;
    }
    #system .inner ul {
        padding: 40px 0;
    }
    #system .inner ul li img:nth-child(1) {
        width: auto;
        height: 30px;
    }
    #system .inner ul li img:nth-child(2) {
        width: auto;
        height: 80px;
    }
    #full .inner-over .full-set {
        justify-content: center;
    }
    #full .inner-over .full-set li {
        margin: 10px;
    }
    #effect .inner .effect-box .txt-area {
        padding: 50px;
    }
    #effect .inner .effect01 {
        background-size: 75%;
    }
    #effect .inner .effect01 .txt-area {
        padding: 50px 0 360px 50px;
    }
    #effect .inner .effect02 .txt-area {
        padding-bottom: 500px;
    }
    #effect .inner .effect02 img {
        top: 10%;
        right: 3%;
    }
    #menu .inner .menu li {
        padding-bottom: 30px;
    }
    #menu .inner .menu li:nth-child(n+9) {
        padding-bottom: 30px;
    }
    #plus .inner .point ul li {
        width: 85%;
    }
    #plus .inner .cel::after {
        background-size: 85%;
        right: -5%;
    }
    #plus .inner .cel::before {
        background-size: 80%;
        left: -2%;
        bottom: -3%;
    }
    #hit .inner .hit-list li {
        width: calc(33.3% - 20px);
    }
    #hit .inner .hit-list li h3 {
        margin: 30px 0 30px 30px;
        padding-bottom: 30px;
    }
    #hit .inner .hit-list li h6 {
        margin: 30px 0 30px 30px;
    }
    #floatingMenu {
        width: 90px;
    }
    #floatingMenu .pc li span strong {
        margin-top: 23px;
    }
}
@media screen and (max-width: 970px) {
    #effect .inner .effect02 .txt-area {
        padding-bottom: 420px;
    }
    #effect .inner .effect02 img {
        width: 90%;
        top: 15%;
    }
    #plus .inner .cel {
        width: 100%;
        justify-content: space-between;
    }
    #plus .inner .cel li {
        width: calc(50% - 10px);
    }
    #plus .inner .cel li img {
        width: 100%;
    }
    #plus .inner .cel li:nth-child(odd) {
        margin-right: 0;
    }
    #plus .inner .cel li:nth-child(n+3) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 940px) {
    #header .gnb .left li {
        padding: 0 50px 0 0;
    }
    #header .gnb .right li {
        padding: 0 0 0 50px;
    }
    #effect .inner .effect01 {
        background-size: 90%;
        background-position: 50% 50%;
    }
    #effect .inner .effect01::after {
        display: none;
    }
    #effect .inner .effect01 img {
        width: 35%;
    }
}
@media screen and (max-width: 880px) {
    #mainVisual .title {
        padding-top: 220px;
    }
    #effect .inner .effect03::before {
        right: 5%;
    }
}
@media screen and (max-width: 840px) {
    #plus .inner .loss img {
        width: 95%;
        margin: auto;
    }
}
@media screen and (max-width: 768px) {
    .sub-title {
        width: 90%;
        margin: auto;
    }
    .mob {
        display: block;
        text-align: center;
        margin: auto;
    }
    .pc {
        display: none;
    }
    #header {
        position: relative;
    }
    #header .gnb .left li {
        display: none;
    }
    #header .gnb .right li {
        display: none;
    }
    #header .inner-over .logo a img {
        padding-top: 20px;
    }
    #mainVisual {
        position: relative;
        background-image: url(/images/main_bg_mob.png);
        background-position: 10% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0 0 200px;
    }
    #mainVisual::before {
        bottom: -4.5%;
        height: 290px;
    }
    #mainVisual .inner .title .mob {
        display: block;
        margin: auto;
    }
    #mainVisual .inner .title {
        padding-top: 220px;
    }
    #mainVisual .tag {
        padding: 60px 0 0
    }
    #mainVisual .tag ul {
        justify-content: center;
    }
    #system {
        padding-top: 20px;
    }
    #system .inner ul li img:nth-child(1) {
        height: 25px;
    }
    #system .inner ul li img:nth-child(2) {
        height: 65px;
        padding-top: 10px;
    }
    #effect .inner .effect-box {
        margin-bottom: 50px;
    }
    #effect .inner .effect02 img {
        width: auto;
        height: 100%;
        top: 5%;
        right: 5%;
        opacity: 0.8;
    }
    #effect .inner .effect02 .txt-area {
        padding: 40px 0 50px 40px !important;
        word-break: keep-all;
    }
    #effect .inner .effect02 .txt-area br:last-of-type {
        display: none;
    }
    #effect .inner .txt-mob h4 br {
        display: none;
    }
    #effect .inner .txt-mob ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
        width: 85%;
        margin: auto;
    }
    #effect .inner .txt-mob ul li {
        width: calc(50% - 10px);
        margin-bottom: 50px;
        padding: 0 0 30px;
		z-index: 999;
    }
    #effect .inner .txt-mob ul li h3 {
        color: #000;
        font-size: 23px;
        background-color: #ffd21a;
        padding: 10px 10px 5px;
        border-radius: 100px;
        display: inline;
    }
    #effect .inner .txt-mob ul li h4 {
        display: block;
        padding: 20px 10px 0 10px;
        position: relative;
        word-break: keep-all;
    }
    #effect .inner .txt-mob ul li h4::after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 70%;
        transform: translateX(-70%);
        width: 5px;
        height: 5px;
        background-color: #ffd21a;
        border-radius: 100px;
    }
    #effect .inner .txt-mob ul li h4 span {
        box-shadow: inset 0 -8px 0 #ffd21a;
    }
    #effect .inner .effect03 .right-box .mob {
        position: absolute;
        right: 1%;
        bottom: 0;
    }
    #effect .inner .effect03 .txt-area h1 br {
        display: block;
    }
    #effect .inner .question>h3 {
        padding: 0.313rem 0.938em 0.313rem 2.25em;
        top: 10%;
    }
    #effect .inner .effect01 .txt-area {
        padding: 40px 0 300px 40px;
    }
    #effect .inner .effect01 .txt-area .left-box {
        padding-bottom: 90px;
    }
    #effect .inner .effect01 .txt-area .mob {
        margin: 0;
        padding-top: 100px;
    }
    #effect .inner .question .txt-area .left-box .mob {
        margin: 0;
        padding: 90px 0 50px;
    }
    #reason .taste {
        padding-top: 10%;
    }
    #reason .taste h1 {
        word-break: keep-all;
    }
    #reason .taste h1 br {
        display: block;
    }
    #reason .taste .mob {
        width: 100%;
        padding: 40px 0 0;
    }
    #plus .inner .cel::before {
        background-size: 70%;
        left: -5%;
    }
    #plus .inner .point ul li {
        width: 100%;
    }
    #plus .inner .loss img {
        width: 100%;
        margin: auto;
    }
    #plus .inner .loss h1 {
        font-size: 1.875rem;
    }
    #hit .inner .hit-list li {
        width: calc(33.3% - 10px);
    }
    #hit .inner .hit-list li::after {
        display: none;
    }
    #hit .inner .hit-list li h3 {
        margin: 20px 0 0 20px;
    }
    #hit .inner .hit-list li h6 {
        margin: 0 5px 20px 20px;
    }
    #inquiry .inner button {
        width: 100%;
    }
    #popupLayer .box {
        width: 90%;
        box-sizing: border-box;
    }
    #floatingMenu {
        width: 100%;
        position: fixed;
        position: fixed;
        bottom: 0;
        height: unset;
        right: unset;
        top: unset;
    }
    #floatingMenu .mob {
        display: flex;
    }
    #footer .inner {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 710px) {
    #mainVisual .inner .title .mob:nth-child(4) {
        width: 100%;
        padding: 20px 0;
    }
    #effect .inner .effect03 .right-box .mob {
        width: 50%;
    }
    #effect .inner .effect03 .txt-area img {
        margin: 20px auto 20px;
        width: 60%;
    }
}
@media screen and (max-width: 620px) {
    #effect .inner .effect02 .txt-area {
        padding-bottom: 30px;
    }
    #effect .inner .txt-mob ul li h3 {
        font-size: 20px;
        width: calc(100% - 10px);
        display: block;
        text-align: center;
    }}
@media screen and (max-width:600px) {
    #popupLayer .box {
        padding: 10px 20px;
    }
    #popupLayer .box h4 {
        font-size: 1rem;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 570px) {
    #mainVisual .inner .title .mob:nth-child(2) {
        width: 95%;
    }
    #mainVisual .inner .title .mob:last-child {
        width: 90%;
    }
    #effect .inner .effect-box .txt-area h1 {
        font-size: 1.75rem;
    }
    #effect .inner .effect01 {
        background-image: url(/images/effect01_gp_m.png);
    }
    #effect .inner .effect01 .txt-area {
        padding: 60px 0 250px 30px;
    }
    #effect .inner .effect02 .txt-area {
        padding: 60px 0 40px 30px !important;
    }
    #effect .inner .effect03 .txt-area {
        padding: 50px 0 0 30px;
    }
    #effect .inner .effect02 {
        overflow: hidden;
    }
    #effect .inner .effect02 img {
        width: unset;
        height: unset;
        right: 50%;
        transform: translateX(50%);
        top: 5%;
        margin: auto;
        opacity: 50%;
    }
    #effect .inner .txt-mob ul {
        flex-direction: column;
        align-items: center;
    }
    #effect .inner .txt-mob ul li {
        width: 100%;
        margin-bottom: 0px;
    }
    #effect .inner .txt-mob ul li h4 {
        padding: 10px 10px 0 10px;
    }
    #effect .inner .question {
        background-size: 80%;
        background-position: 100% 100%;
    }
    #effect .inner .question .txt-area {
        padding: 30px;
    }
    #effect .inner .question>h3 {
        display: block;
        padding: 0;
        left: 50%;
        width: 95%;
        transform: translateX(-50%);
        text-align: center;
    }
    #effect .inner .question .txt-area .left-box .mob {
        margin: auto;
        padding: 100px 0 50px;
    }
    #plus .inner .cel::after {
        background-size: 65%;
        right: -15%;
        top: -3%;
    }
    #plus .inner .cel::before {
        background-size: 50%;
        left: -5%;
        bottom: -5%;
    }
    #plus .inner .cel {
        flex-direction: column;
    }
    #plus .inner .cel li {
        width: 100%;
        margin-bottom: 20px;
    }
    #plus .inner .cel li:nth-child(n+3) {
        margin-top: 0;
    }
    #plus .inner .point ul {
        padding-bottom: 40px;
    }
    #reason .taste::before {
        background-image: url(/images/taste_obj_m.png);
    }
    #plus .inner .point ul li {
        padding: 10px 0;
    }
    #plus .inner .point ul li h5 {
        font-size: 1rem;
    }
    #plus .inner .point ul li::after {
        width: 30px;
        height: 30px;
    }
    #hit .inner .hit-list {
        flex-direction: column;
    }
    #hit .inner .hit-list li {
        width: 100%;
    }
    #hit .inner .hit-list li:nth-child(2) {
        margin: 15px auto;
    }
    #hit .inner .hit-list li h3 {
        padding-bottom: 0;
    }
    #hit .inner .hit-list li h3 br {
        display: none;
    }
    #hit .inner .hit-list li h6 {
        margin: 10px 20px 20px;
        word-break: keep-all;
    }
    #hit .inner .hit-list li h6 br {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .sub-title img {
        width: 90%;
    }
    #system .inner ul {
        padding: 30px 0;
    }
    #system .inner ul li img:nth-child(1) {
        height: 20px;
    }
    #system .inner ul li img:nth-child(2) {
        height: 55px;
    }
    #full .inner-over .full-set {
        width: 100%;
    }
    #full .inner-over .full-set li {
        margin: 0 0 15px 0;
        width: calc(50% - 20px);
    }
    #full .inner-over .full-set li:nth-child(odd) {
        margin-right: 15px;
    }
    #full .inner-over .full-set li img {
        width: 100%;
    }
    #reason .taste h1 {
        font-size: 25px;
    }
    #menu .inner .menu li {
        width: calc(50% - 20px);
    }
    #menu .inner .menu li img {
        width: 105%;
    }
    #effect .inner .effect-box .txt-area .mob {
        width: 90%;
    }
    #effect .inner .effect02 .txt-area .pd {
        padding: 20px 0 10px;
    }
    #effect .inner .effect03 .txt-area img {
        margin: 20px 0;
    }
    #effect .inner .txt-mob ul li h4::after {
        top: 50%;
        transform: translateX(-50%);
    }
    #effect .inner .question>h3 {
        top: 5%;
        padding: 5px;
        word-break: keep-all;
    }
    #effect .inner .question .txt-area {
        padding: unset
    }
    #effect .inner .question .txt-area .left-box h3 {
        padding-top: 0;
        padding-left: 30px;
    }
    #effect .inner .question .txt-area .left-box .mob {
        padding: 100px 0 30px;
        width: 75%;
    }
    #effect .inner .question .txt-area .list {
        padding: 0 0 60px 30px;
    }
    #plus .inner h1 {
        word-break: keep-all;
    }
    #plus .inner .point ul li {
        word-break: keep-all;
        padding: 10px 0;
    }
    #plus .inner .point ul li h5 {
        padding: 0 10px;
    }
    #plus .inner .point ul li:nth-child(2) {
        margin: 10px auto;
    }
    #plus .inner .point ul li::after {
        display: none;
    }
    #hit .inner .txt-area img {
        width: 100%;
        margin: auto;
    }
    #hit .inner .txt-area h3 {
        word-break: keep-all;
    }
    #inquiry .inner .input-gruop .top-box {
        flex-direction: column;
    }
    #inquiry .inner .input-gruop .top-box li {
        padding: 0 0 20px 0;
    }
    #inquiry .inner .input-gruop .top-box li:nth-child(2) {
        padding: 0;
    }
}
@media screen and (max-width: 425px) {
    #mainVisual .inner .title {
        padding-top: 180px;
    }
    #system .inner .txt h1 {
        word-break: keep-all;
    }
    #menu .inner .menu {
        padding-bottom: 50px;
    }
    #full .inner-over .full-set li h5 {
        word-break: keep-all;
    }
    #inquiry .inner .input-gruop .check-area {
        word-break: keep-all;
        text-align: left;
    }
    #inquiry .inner .input-gruop .top-box li:nth-child(2) span {
        left: 60px;
    }
    input[type="checkbox"]+label {
        padding: 0;
        padding-left: 25px;
    }
    input[type="checkbox"]:checked+label {
        padding: 0;
        padding-left: 25px;
    }
    #footer .inner {
        padding: 30px 0 100px;
    }
    #footer .inner .footer-menu {
        justify-content: center;
        margin-bottom: 15px;
    }
    #footer .inner .footer-menu li {
        margin: 0 10px;
    }
    #footer .inner .address-box {
        word-break: keep-all;
        text-align: center;
    }
}
@media screen and (max-width: 390px) {
    #inquiry .inner .input-gruop .check-area {
        text-align: center;
    }
}
@media screen and (max-width: 375px) {
    #effect .inner .effect01 {
        background-position: 50% 60%;
    }
    #effect .inner .effect01 .txt-area {
        padding: 60px 0 190px 30px;
    }
    #effect .inner .effect03 .txt-area img {
        margin: 30px 10px;
        width: 50%;
    }
    #plus .inner h6 {
        flex-direction: column;
    }
    #plus .inner h6 img {
        margin-bottom: 10px;
    }
    #plus .inner .loss img {
        display: none;
    }
    input[type="checkbox"]+label {
        display: inline;
    }
    input[type="checkbox"]:checked+label {
        display: inline;
    }
}


/* 완료페이지 */
#inquiry-end {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #efeef6;
}
#inquiry-end .inquiry-box {
    text-align: center;
    padding: 80px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
#inquiry-end .inquiry-box h2 {
    color: #0e46a4;
    font-weight: 800;
    margin: 20px 0;
}
#inquiry-end .inquiry-box h4 {
    margin-bottom: 80px;
}
#inquiry-end .inquiry-box .inquiry-btn {
    display: inline-block;
    min-width: 300px;
    color: #fff;
    background-color: #0e46a4;
    border-radius: 10px;
    padding: 15px;
}
@media screen and (max-width: 600px) {
	#inquiry-end {
		min-height: 100vh;
		padding: 30px 0;
	}
    #inquiry-end .inquiry-box {
        box-sizing: border-box;
        padding: 80px 30px;
    }
    #inquiry-end .inquiry-box h4 br {
        display: none;
    }
    #inquiry-end .inquiry-box .inquiry-btn {
        min-width: 100%;
        padding: 15px 0;
    }
}