* {
    margin: 0;
    padding: 0;
    word-break: keep-all;
}

/* Global */
:root {
    /* Color */
    --color-gb-primary: #086ec7;
    --color-gb-text-primary: #383331;
    --color-gb-text-grey: #666666;
    --color-gb-bg-light-grey: #f6f6f6;
    --color-white: #ffffff;
    --color-light-pink: #ffe5f2;
    --color-light-orange: #ffeeb4;
    --color-light-green: #dffea4;
    --color-light-blue: #e9f5fb;
    --color-btn-green: #c9fc68;
    --color-btn-blue: #c3ddff;

    /* Font size */
    --font-72: 4.5em;
    --font-64: 4em;
    --font-56: 3.5em;
    --font-48: 3em;
    --font-40: 2.5em;
    --font-32: 2em;
    --font-28: 1.75em;
    --font-24: 1.5em;
    --font-20: 1.25em;
    --font-18: 1.125em;
    --font-base-16: 1em;
    --font-14: 0.875em;
    --font-12: 0.75em;

    /* Font weight */
    --weight-bold: 700;
    --weight-semi-bold: 600;
    --weight-regular: 400;
    --weight-light: 300;

    --grid-gutter: 30px;
    --tile-border-radius: 30px;
    --tile-border-radius-m: 20px;
}

a {
    text-decoration: none;
    color: var(--color-gb-text-primary);
}

body {
    font-family: 'AppleSDGothicNeo', 'Spoqa Han Sans', sans-serif;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    color: var(--geulbang-theme-text-primary);
}

#container-wrap {
    width: 100%;
    margin: 0 auto;
}

/********* Main Header ***********/

#header {
    background: url("img/img_guelbang_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    height: 1346px;
    background-size: 2400px auto;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.header__title {
    font-size: var(--font-72);
    font-weight: var(--weight-light);
    line-height: 1.2;
    letter-spacing: -1px;
    text-align: center;
    color: var(--color-white);
    padding-top: 270px;
}

.header__sub-title {
    font-size: var(--font-32);
    font-weight: var(--weight-light);
    line-height: 1.4;
    text-align: center;
    color: var(--color-white);
    margin-top: 42px;
}

.intro-movie {
    margin-left: -12px;
}

.img_tablet_screen {
    width: 648px;
    display: block;
    margin: 50px auto;
}

.img_firefly_1 {
    position: absolute;
    left: 2%;
    top: 1000px;
    width: 70px;
    offset: path('M163.64,188.82c.74-10.63,9.86-33.3,36.86-52.3,18.44-13,41.05-18.94,72.95-19.86,23.93-.69,20.88-.8,40.05-2.14,13.7-1,33.12-4.73,62-20,15.69-8.3,23.66-17.15,25-35,1-13.61-16.41-31.79-22-37-26.16-24.43-55.84-23-79-21-34,3-41.14,7.36-56.52,11C211.66,20,211.67,25.16,178.87,35.22c-54.07,16.59-67.06,6.56-113,23.71C42.24,67.76,20.36,76.24,8.12,96-3.28,114.47.91,134.37,3,145.52c1.74,9.11,4.87,24.36,18.41,40.21,6.12,7.16,21.09,27.13,51.41,35.05,21.43,5.59,30.36,7.32,40.42,5.6,15.71-2.68,35.61-8.22,41.09-18.26,3.51-6.43,9.27-14.66,9.27-18.27');
    animation: moveto 15s 3 ease;
}

.img_firefly_2 {
    position: absolute;
    left: 70%;
    top: 980px;
    width: 70px;
    offset: path('M281.06,133.63c-3.87-3.71-32.61-30.46-69.16-27.61-26.72,2.09-46.19,19.09-60.52,31.61-20.53,17.92-16.4,24.3-31.34,31.6-23.85,11.66-62,8.93-87.53-5.6C8.68,150.07,3,130.33,1.71,124.43-5.24,93.7,18.52,57.72,55.2,44.82c46.51-16.36,80.62,16.07,135.08-1.6,31.79-10.31,26.78-23.51,61.06-34.4C282.56-1.11,339.21-6.85,374,19.62c22.51,17.12,30.87,42.87,23.77,65.2-6.28,19.75-22.92,31.68-30.26,36.81-10,7-30.29,21.14-57.81,19.6a75.53,75.53,0,0,1-28.1-7.2');
    animation: moveto 15s 3 ease-in-out;
}

@keyframes moveto {
    0% {
        offset-distance: 0%
    }

    100% {
        offset-distance: 100%;
    }
}

/******** main-content **********/

#content1 {
    background: url("img/img_bg_article1.png");
    background-repeat: no-repeat;
    background-position: bottom 50px center;
    background-size: 1722px auto;
}

#content1 .container {
    padding: 160px 0;
}

/******** Article 1 **********/

#content1 .article__title {
    font-size: var(--font-64);
    font-weight: var(--weight-light);
    line-height: 1.21;
    letter-spacing: -1.5px;
    text-align: center;
}

#content1 .article__sub-title {
    font-size: var(--font-24);
    font-weight: var(--weight-light);
    line-height: 1.58;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 32px;
}

.product {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

#content1 .product:last-of-type {
    margin-top: 80px;
}

.img_guelbang_tablet {
    width: 940px;
    margin-left: -90px;
    margin-right: 10px;
}

.img_todomath_tablet {
    width: 940px;
    margin-right: -90px;
    margin-left: 10px;
}

.img-logo {
    width: 100px;
    height: 100px;
    margin-right: 24px;
}

.product__description {
    width: 440px;
}

.product__description--box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 52px;
}

.product__description--box-name {
    font-size: var(--font-base-16);
    font-weight: var(--weight-light);
    text-align: left;
}

.product__description--box-title {
    font-size: var(--font-32);
    font-weight: var(--weight-light);
    line-height: 1.4;
    text-align: left;
}

.product__description--text {
    font-size: var(--font-20);
    font-weight: var(--weight-light);
    line-height: 1.5;
    letter-spacing: -0.8px;
    text-align: left;
    padding-left: 20px;
}

.product__description--text~.product__description--text {
    margin-top: 26px;
}

.product__description--text::before {
    content: url('img/img-black-dot.png');
    position: absolute;
    transform: scale(0.3) translateX(-64px) translateY(-2px);
}


/******** content2 **********/

#content2 {
    background-color: var(--color-gb-bg-light-grey);
}

#content2 .container {
    padding: 160px 0;
}

#content2 .article__title {
    font-size: var(--font-64);
    font-weight: var(--weight-light);
    line-height: 1.21;
    letter-spacing: -1.5px;
    text-align: center;
}

.product__description--sub-title {
    width: 392px;
    font-size: var(--font-20);
}

.img_geulbang_business {
    width: 948px;
    margin-right: -90px;
}

.support {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 100px;
}

.support__item-1 {
    background: url("img/img_kid_tablet.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 486px;
    background-size: 486px auto;
    padding: 32px 28px;
    border-radius: var(--tile-border-radius);
    margin-right: var(--grid-gutter);
}

.support__item-2 {
    width: 764px;
    height: auto;
    padding: 32px 28px;
    border-radius: var(--tile-border-radius);
    background-color: var(--color-white);
}

.support__item-2~.support__item-2 {
    margin-top: var(--grid-gutter);
}

.support__item--title {
    font-size: var(--font-20);
    font-weight: var(--weight-light);
    line-height: 1.4;
    text-align: left;
}

.support__item--images {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.img-3circle-graph {
    width: 280px;
    height: 287.1px;
    margin-top: 48px;
}

.img-2circle-graph {
    width: 220px;
    height: 225.8px;
    margin-top: 48px;
}

.img_main_award {
    width: 800px;
    height: 400px;
}

.support__item-3 {
    background: url("img/img_kid_girl.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 625px;
    background-size: 625px auto;
    padding: 32px 28px;
    border-radius: var(--tile-border-radius);
}

.support__item--title-3 {
    font-size: var(--font-28);
    font-weight: var(--weight-light);
    text-align: left;
}

.support__item--title-3~.support__item--title-3 {
    margin-top: 20px;
}

.support__item-3 .mg-left {
    margin-left: 300px;
}

.support__item-4 {
    width: 625px;
    height: auto;
    padding: 32px 28px;
    border-radius: var(--tile-border-radius);
    background-color: var(--color-white);
    margin-left: var(--grid-gutter);
}

.support__item--small-text {
    font-weight: var(--font-12);
    font-weight: var(--weight-light);
    color: var(--color-gb-text-grey);
    text-align: right;
    margin-top: 10px;
}

.img_appstore {
    width: 276px;
    margin-top: 148px;
    margin-left: 160px;
}

/*** Content 3 ***/

#content3 .container {
    padding: 160px 0;
}

#content3 .article__title {
    font-size: var(--font-64);
    font-weight: var(--weight-light);
    line-height: 1.21;
    letter-spacing: -1.5px;
    text-align: center;
}

#content3 .article__sub-title {
    font-size: var(--font-24);
    font-weight: var(--weight-light);
    line-height: 1.58;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 32px;
}

.solution {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 90px;
}

.solution__item {
    width: 244px;
    height: 314px;
    padding: 42px 28px;
    border-radius: var(--tile-border-radius);
}

.solution__item-title {
    font-size: var(--font-24);
    font-weight: var(--weight-semi-bold);
    line-height: 1.33;
    margin-top: 32px;
}

.solution__item-text {
    font-size: var(--font-18);
    font-weight: var(--weight-light);
    line-height: 1.44;
    margin-top: 16px;
}

.solution__item:nth-of-type(1) {
    background-color: var(--color-light-pink);
}

.solution__item:nth-of-type(2) {
    background-color: var(--color-light-orange);
}

.solution__item:nth-of-type(3) {
    background-color: var(--color-light-green);
}

.solution__item:nth-of-type(4) {
    background-color: var(--color-light-blue);
}


/******** content4 **********/

#content4 {
    background-color: var(--color-gb-bg-light-grey);
}

#content4 .container {
    padding: 160px 0;
}

#content4 .article__title {
    font-size: var(--font-64);
    font-weight: var(--weight-light);
    line-height: 1.21;
    letter-spacing: -1.5px;
    text-align: center;
}

.product__table {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.img_product_table {
    width: 919px;
}

.product__table--notice {
    margin-top: 44px;
    margin-bottom: 90px;
}

.product__table--notice-text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.product__table--notice-text p {
    font-size: var(--font-24);
    font-weight: var(--weight-light);
    line-height: 1.25;
    margin-left: 14px;
}

.product__table--notice-text p:first-of-type {
    margin-bottom: 24px;
}

.product__table--btn {
    border-radius: 50px;
    width: 500px;
    height: 82px;
    background-color: var(--color-btn-blue);
    cursor: pointer;
    outline: none;
    box-shadow: 0 8px 1px 0 #393133;
}

.product__table--btn p {
    font-size: var(--font-28);
    font-weight: var(--weight-regular);
    text-align: center;
    margin-top: 21px;
}

.product__table--btn:active {
    box-shadow: 1px 1px 0 rgb(0, 0, 0, 0.7);
    position: relative;
    top: 2px;
}


/******** content5 **********/

#content5 {
    background-color: var(--color-gb-primary);
}

#content5 .container {
    padding-top: 32px;
}

#content5 .promo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.img_spaceship {
    width: 500px;
}

.promo__description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#content5 .promo__description--title {
    font-size: var(--font-40);
    font-weight: var(--weight-light);
    color: var(--color-white);
    line-height: 1.21;
    letter-spacing: -1.5px;
    text-align: center;
    margin-bottom: 40px;
}

.promo__description--btn {
    border-radius: 50px;
    width: 300px;
    height: 82px;
    background-color: var(--color-btn-green);
    cursor: pointer;
    outline: none;
    box-shadow: 0 8px 1px 0 #393133;
}

.promo__description--btn p {
    font-size: var(--font-28);
    font-weight: var(--weight-regular);
    text-align: center;
    margin-top: 21px;
}

.promo__description--btn:active {
    box-shadow: 1px 1px 0 rgb(0, 0, 0, 0.7);
    position: relative;
    top: 2px;
}

.show-mobile {
    display: none;
}

.img_solution {
    width: 107px;
}

/* footer begin */

.footerlink {
	margin-left: 0px !important;
	margin-right: 0px !important;
	cursor: pointer;
    color: #999 !important;
}

.footer{
	width: 1280px;
	padding: 0 11px;
	margin:0 auto;
	overflow: hidden;
	background-size:2400px auto;
	min-height:145px;
	padding: 0;
	padding-top:28px;

	font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: right;
    color: #bebebe;
}

.footer>div{
	display: flex;
	/* justify-content: space-between; */
	text-align: left;
}

.footer>div~div{
	margin-top:25px;
}

.footer>div.link>div:first-of-type, .footer>div.info{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #999999;
}
.sns{
	display: flex;
}

.sns>a {
	display: flex;
    color: #999 !important;
}

.sns>a~a{
	margin-left:28px;
}

.link>div>span{
	margin:0 16px;
	display: inline-block;
}
.footer>div.link{
	margin-bottom: 45px;
}
div.info{
	padding-bottom: 60px;
	padding-top: 45px;
	border-top: 1px solid #f5f5f5;
}
.item{
	display: inline-block;
}
.item~.item{
	margin-left:40px;
}
.item>span{
	color: #bebebe;
}

/* footer end */


@media (max-width: 1280px) {

    .container {
        position: relative;
        width: 1000px;
        margin: 0 auto;
    }

    /******** main-content **********/

    #content1 {
        background: url("img/img_bg_article1_t.png");
        background-repeat: no-repeat;
        background-position: bottom 110px center;
        background-size: 1280px auto;
    }

    /******** Article 1 **********/

    .img_guelbang_tablet {
        width: 720px;
        margin-left: -100px;
    }

    .img_todomath_tablet {
        width: 720px;
        margin-right: -100px;
    }

    .img-logo {
        width: 88px;
        height: 88px;
        margin-right: 16px;
    }

    .product__description {
        width: 358px;
    }

    .product__description--box {
        margin-bottom: 32px;
    }

    .product__description--box-name {
        font-size: var(--font-14);
    }

    .product__description--box-title {
        font-size: var(--font-28);
    }

    .product__description--text {
        font-size: var(--font-18);
    }

    .product__description--text::before {
        transform: scale(0.3) translateX(-64px) translateY(0px);
    }

    /******** content2 **********/

    .product__description--sub-title {
        width: 340px;
        font-size: var(--font-18);
    }

    .img_geulbang_business {
        width: 720px;
        margin-right: -80px;
    }

    .support {
        margin-top: 80px;
    }

    .support__item-1 {
        width: 400px;
        background-size: 400px auto;
        border-radius: var(--tile-border-radius-m);
    }

    .support__item-2 {
        width: 524px;
        border-radius: var(--tile-border-radius-m);
    }

    .support__item--title {
        font-size: var(--font-18);
    }

    .img-3circle-graph {
        width: 200px;
        height: 198.8px;
        margin-top: 38px;
    }

    .img-2circle-graph {
        width: 160px;
        height: 166.28px;
        margin-top: 38px;
    }

    .img_main_award {
        width: 600px;
        height: 300px;
    }

    .support__item-3 {
        width: 488px;
        background-size: 488px auto;
        padding: 28px 24px;
        border-radius: var(--tile-border-radius-m);
    }

    .support__item--title-3 {
        font-size: var(--font-20);
    }

    .support__item-3 .mg-left {
        margin-left: 240px;
    }

    .support__item-4 {
        width: 488px;
        height: auto;
        padding: 28px 24px;
        border-radius: var(--tile-border-radius-m);
    }

    .img_appstore {
        width: 215px;
        margin-top: 100px;
        margin-left: 120px;
    }

    /*** Content 3 ***/

    .solution__item {
        width: 196px;
        height: 290px;
        padding: 42px 20px;
        border-radius: var(--tile-border-radius-m);
    }

    .solution__item-title {
        font-size: var(--font-20);
    }

    .solution__item-text {
        font-size: var(--font-base-16);
    }

    #content5 .promo__description--title {
        font-size: var(--font-32);
    }

    .footer{
        width: 1000px; 
    }


}


@media (max-width: 720px) {

    /********* Main Header ***********/

    #header {
        background: url("img/img_guelbang_bg_m.png");
        background-repeat: no-repeat;
        /* background-position: top center; */
        /* height: 1486px; */
        /* background-size: 720px auto; */
        width: 656px;
        height: 1356px;

        background-position: top left;
        background-size: 656px auto;
    }

    .container {
        width: 656px;
    }

    .intro-movie {
        margin-left: -24px;
    }

    .img_tablet_screen {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .img_firefly_1,
    .img_firefly_2 {
        display: none;
    }

    /******** Article 1 **********/

    #content1 {
        background: url("img/img_bg_article1_m.png");
        background-repeat: no-repeat;
        background-position: 50% 42%;
        background-size: 1095px auto;
        width: 656px;
    }

    #content1 .article__title {
        font-size: var(--font-56);
        font-weight: var(--weight-regular);
        line-height: 1.45;
    }

    #content1 .article__sub-title {
        font-size: var(--font-28);
        line-height: 1.48;
        margin-top: 40px;
    }

    .product {
        flex-direction: column-reverse;
        justify-content: center;
        margin-top: 120px;
    }

    #content1 .product:last-of-type {
        flex-direction: column;
        margin-top: 120px;
    }

    .img_guelbang_tablet {
        /* width: 680px; */
        width: 95%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 60px;
    }

    .img_todomath_tablet {
        /* width: 680px;*/
        width: 95%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 40px;
    }

    .img-logo {
        width: 120px;
        height: 120px;
        margin-right: 32px;
    }

    .product__description {
        /* width: 648px; */
        padding: 0px 30px;
        width: 596px;
    }

    .product__description--box-title {
        font-size: var(--font-48);
        line-height: 1.32;
    }

    .product__description--text {
        font-size: var(--font-28);
        line-height: 1.48;
        letter-spacing: -0.5px;
    }

    .product__description--text~.product__description--text {
        margin-top: 38px;
    }

    .product__description--text::before {
        transform: scale(0.5) translateX(-50px) translateY(-2px);
    }


    /******** content2 **********/
    #content2 , #content3, #content4, #content5 {
        width: 656px;
    }

    #content2 .article__title {
        font-size: var(--font-56);
        font-weight: var(--weight-regular);
        line-height: 1.4;
    }

    #content2 .container .product {
        margin-top: 60px;
    }

    .product__description--box {
        margin-bottom: 40px;
    }

    .product__description--sub-title {
        /* width: 648px; */
        width: 596px;
        font-size: var(--font-28);
        font-weight: var(--weight-light);
        letter-spacing: -0.2px;
        line-height: 38px;
    }

    .img_geulbang_business_m {
        /* width: 680px; */
        width: 95%;
        margin-bottom: 20px;
    }

    .support {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 120px;
    }

    .support__item-1 {
        background: url("img/img_kid_tablet_m.png");
        background-repeat: no-repeat;
        background-position: top center;
        /* width: 648px; */
        height: 789px;
        padding: 0 0;
        background-size: 648px auto;
        /* margin-right: 0; */
        width: 596px;
        margin: 0 auto;
    }

    .support__item-2 {
        /* width: 648px;
        padding: 0 0 38px 0; */
        /* margin-top: var(--grid-gutter); */

        width: 596px;
        margin: 0 auto;
        margin-top: 38px;
        padding: 0;
    }

    .support__item--title {
        font-size: var(--font-28);
        padding: 38px 32px;
    }

    .img-3circle-graph {
        width: 270px;
        height: 277px;
        margin-top: 19px;
        margin-bottom: 40px;
    }

    .img-2circle-graph {
        width: 220px;
        height: 225.8px;
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .img_main_award_m {
        /* width: 700px;
        height: 906px; */
        width: 95%;
        height: auto;
        margin-bottom: 80px;
    }

    .support__item-3 {
        /* width: 648px; */
        height: 456px;
        width: 596px;
        margin: 0 auto;
        background-size: 648px auto;
        padding: 0 0;
        border-radius: var(--tile-border-radius-m);
    }

    .support__item--title-3 {
        font-size: var(--font-28);
        padding: 38px 0 0 25px;
    }

    .support__item-4 .support__item--title-3:last-of-type {
        padding-top: 0;
    }

    .support__item-3 .mg-left {
        margin-left: 320px;
    }

    .support__item-4 {
        /* width: 648px; */
        width: 596px;
        padding: 0 0 38px 0;
        border-radius: var(--tile-border-radius-m);
        /* margin-left: 0; */
        margin: 0 auto;
        margin-top: var(--grid-gutter);

    }

    .support__item--small-text {
        margin-right: 30px;
    }

    .img_appstore {
        width: 276px;
        margin-top: 100px;
        margin-left: 155px;
    }

    #content2 .container .support:last-of-type {
        margin-bottom: 0;
        margin-top: 40px;
    }


    /******** content3 **********/

    #content3 .article__title {
        font-size: var(--font-56);
        font-weight: var(--weight-regular);
        line-height: 1.4;
    }

    #content3 .article__sub-title {
        font-size: var(--font-28);
        line-height: 1.48;
        margin-top: 40px;
    }

    .solution {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 120px;
    }

    .solution__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* width: 648px; */
        width: 596px;
        height: auto;
        padding: 70px 0;
        border-radius: var(--tile-border-radius-m);
    }

    .solution__item~.solution__item {
        margin-top: var(--grid-gutter);
    }

    .solution__item-title {
        font-size: var(--font-40);
        line-height: 1.33;
        margin-top: 32px;
    }

    .solution__item-text {
        width: 550px;
        font-size: var(--font-28);
        letter-spacing: -0.1px;
        text-align: center;
        margin-top: 28px;
    }

    .img_solution {
        width: 200px;
    }

    /******** content4 **********/

    #content4 .article__title {
        font-size: var(--font-56);
        font-weight: var(--weight-regular);
    }

    .img_product_table_m {
        /* width: 648px; */
        width: 596px;
        margin: 0 auto;
    }

    .product__table--notice {
        margin-top: 70px;
    }

    .product__table--notice-text img {
        width: 40px;
        justify-content: flex-start;
    }

    .product__table--notice-text p {
        font-size: var(--font-28);
        margin-left: 16px;
    }

    .product__table--notice-text p:first-of-type {
        margin-bottom: 32px;
    }

    .product__table--btn {
        /* width: 648px; */
        width: 596px;
        height: 102px;
    }

    .product__table--btn p {
        font-size: var(--font-32);
        /* margin-top: 28px; */
        height: 102px;
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /******** content5 **********/

    #content5 .container {
        padding-top: 160px;
    }

    #content5 .promo {
        flex-direction: column-reverse;
    }

    .img_spaceship {
        width: 648px;
        margin-top: 52px;
    }

    #content5 .promo__description--title {
        width: 390px;
        font-size: var(--font-56);
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        margin-bottom: 68px;
    }

    .promo__description--btn {
        width: 400px;
        height: 102px;
    }

    .promo__description--btn p {
        font-size: var(--font-32);
        height: 102px;
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /******** Show on Desktop or Mobile **********/

    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }

    .footerlink {
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.7px;
        color: #999999;
        margin-left: 21px;
        margin-right: 21px;
    }
    
    .policy span:first-of-type {
        margin-left: 0px;
    }

    .footer{
        width: 596px;
        padding: 0 30px;
        margin:0 auto;
    
        overflow: hidden;
        min-height:326px;
        /* padding: 0; */
        padding-top:50px;
    
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.7px;
        text-align: left;
        color: #bebebe;
    }
    
    a{
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.7px;
        color: #999999;
    }
    
    .sns>a {
        display: inline-block;
    }
    .sns>a~a{
        margin-left:48px;
    }
    
    /* .policy a~span{
        margin-left: 21px;
    }
    .policy span~a{
        margin-left: 21px;
    } */
    .policy span {
        margin-left: 20px !important;
        margin-right: 20px;
    }
    .footer>div {
        /* justify-content: unset; */
    }
    .footer>div:nth-child(2){
        margin-top:37px;
    }
    .footer>div:nth-child(3){
        margin-top:40px;
    }
    .footer>div:nth-child(4){
        margin-top:12px;
    }
    .info{
        padding-bottom: 53px;
        padding-top: 45px;
        border-top: 1px solid #f5f5f5;
        margin-top:53px;
        color:#999999;
        flex-direction: column;
    }
    .item{
        display: block;
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.7px;
        margin-top:12px;
    }
    
    .item>span{
        color: #bebebe;
    }

    .item~.item{
        margin-left:0px;
    }
}