body {
    max-width: 1800px;
    min-width: 280px;
    margin: 0 auto;
    position: relative;
}
#wrap {
    overflow: initial;
    border-left: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
    position: relative;
}

.accessibilityWrap {position: relative; z-index: 10000;}

@media screen and (max-width: 1024px) {
    #wrap {border: none;}
}

/* header */
#top {
    background-color: #000;
    font-size: 14px;
    color: #fff;
    padding: 0 50px;
    display: flex;
    justify-content: end;
    min-height: 40px;
}
#top a {display: inline-block; line-height: 40px; padding: 0 18px; text-decoration: none; position: relative}
#top .move + a::after {
    content: '';
    width: 1px;
    height: calc(100% - 20px);
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
#top a:hover {background-color: #ffea00 !important; color: #000; box-shadow: 9px 0 9px rgba(0, 0, 0, 0.15);}
#top a:hover + a::after {display: none;}

.move {
    background: url('../img/main/move.png') calc(100% - 18px) center / 12px no-repeat;
    padding-right: 38px !important;
}
.move:hover {background-image: url('../img/main/move-on.png');}

#top .move {background-color: #ffea00; background-image: url('../img/main/move-on.png'); color: #000;}
#top .move:hover {background-color: #000 !important; background-image: url('../img/main/move.png'); color: #fff;}

#header {position: relative; height: 90px; border-bottom: none;}
#logo {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
    height: 90px;
    z-index: 1001;
}
#logo a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/main/logo-header.png') center / 170px auto no-repeat;
}
.en #logo {width: 167px;}
.en #logo a {background: url('../img/main/en_logo.png') center / 167px auto no-repeat;}

.dream #logo {width: 193px;}
.dream #logo a {background: url('../img/main/dream_logo.png') center / 193px auto no-repeat;}

#top_menu {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    margin-top: -90px;
    padding-top: 90px;
}
#top_menu::before {
    content: '';
    width: 53%;
    height: 90px;
    display: block;
    position: absolute;
    top: -90px;
    left: 16%;
}
#top_menu div > a {
    padding: 30px 15px;
    line-height: 30px;
    display: block;
    position: absolute;
    top: -90px;
    word-break: keep-all;
}
#top_menu div:nth-child(1) > a {left: 16%; top: 0;}
#top_menu div:nth-child(2) > a {left: 62%;}
#top_menu div:nth-child(3) > a {left: 13%;}
#top_menu div:nth-child(4) > a {left: -51%;}
#top_menu div:nth-child(5) > a {left: -87%;}
#top_menu div:nth-child(6) > a {left: -130%;}
#top_menu div:nth-child(7) > a {left: -166%;}

.en #top_menu div > a {font-weight: normal; line-height: 26px; width: min-content;}
.en #top_menu div:nth-child(1) > a {left: 16%; padding: 32px 15px;}
.en #top_menu div:nth-child(2) > a {left: 46%; padding: 19px 15px;}
.en #top_menu div:nth-child(3) > a {left: -8%; padding: 19px 15px; width: auto; display: flex;}
.en #top_menu div:nth-child(4) > a {left: -58%; padding: 19px 15px;}
.en #top_menu div:nth-child(5) > a {left: -97%; padding: 19px 15px;}

.dream #top_menu::before {width: 36%; left: 16%;}
.dream #top_menu div > a {line-height: 33px; width: min-content;}
.dream #top_menu div:nth-child(1) > a {left: 18%;}
.dream #top_menu div:nth-child(2) > a {left: 38%; width: auto; display: flex;}
.dream #top_menu div:nth-child(3) > a {left: -8%;}
.dream #top_menu div:nth-child(4) > a {left: -55%;}
.dream #top_menu div:nth-child(5) > a {left: -102%;}

#top_menu div:hover > a {color: #000;}
#top_menu div > ul {border-top: none; padding: 0 0 25px; display: none;}
#top_menu div > ul > li:first-child {
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-top: 0;
    border-bottom: 1px solid #000;
}
#top_menu div:hover > ul > li:first-child {border-color: #fff;}
#top_menu div > ul > li:nth-child(2) {margin-top: 15px;}

@media screen and (max-width: 1440px) {
    #top_menu {display: none;}
}
@media screen and (max-width: 1024px) {
    #top {padding: 0 20px;}
}
@media screen and (max-width: 768px) {
    #top {display: none;}
    #header {height: 60px;}
    #logo {left: 50%; transform: translate(-50%, -50%); width: 115px; height: 60px;}
    #logo a {background-size: 115px auto;}

    .dream #logo a,
    .en #logo a {background-size: auto 22px;}
}

#all_menu {
    background-color: #fff;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 100;
}
#all_menu > div:nth-of-type(1) {display: none;}
.all_menu {display: flex;}
.all_menu > div {padding: 0 12px; width: calc(100% / 7); border-top: 1px solid #7f7f7f;}
.all_menu > div:hover {background-color: #000; color: #fff; border-color: #000;}
.all_menu > div + div {padding: 0 12px 0 13px; position: relative;}
.all_menu > div + div::before {
    content: '';
    width: 1px;
    height: calc(100% - 20px);
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
.all_menu > div:hover + div::before {display: none;}
.all_menu > div > a {
    text-align: center;
    height: 90px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all_menu div > ul {padding: 10px 0 25px; border-top: 1px solid #000;}
.all_menu > div:hover > ul {border-top-color: #fff;}
.all_menu div > ul > li {
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
}
.all_menu div > ul > li > a {display: block; padding: 10px;}
.all_menu div .depth > a {
    padding: 10px 30px 10px 10px;
    background: url('../img/main/all_menu.png') calc(100% - 10px) center / 9px auto no-repeat;
}
.all_menu div .depth.on > a {background-image: url('../img/main/all_menu-on.png');}
.all_menu div:hover .depth > a {background-image: url('../img/main/all_menu_w.png');}
.all_menu div:hover .depth.on > a {background-image: url('../img/main/all_menu_w-on.png');}

.all_menu ul ul {display: none;}
.all_menu ul .on ul {display: block;}
.all_menu ul ul {font-size: 14px; font-weight: normal;}
.all_menu ul ul li {padding: 5px 30px 5px 20px; position: relative;}
.all_menu ul ul li:hover {font-weight: 600;}
.all_menu ul ul li::after {
    content: '';
    width: 4px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 10px;
    top: 15px;
}
.all_menu div:hover ul ul li::after {background-color: #999;}
.all_menu div:hover ul ul li:hover::after {background-color: #fff;}

.dream .all_menu > div,
.en .all_menu > div {width: calc(100% / 5);}

@media screen and (max-width: 1440px) {
    .all_menu {flex-wrap: wrap;}
    .all_menu > div {width: calc(100% / 4);}
    .all_menu > div > a {height: 70px;}
    .all_menu > div:nth-child(n + 5) {border-top: 1px solid #000;}
    .all_menu > div:nth-child(5)::before {display: none;}
    .all_menu > div:last-child::after {
        content: '';
        width: 1px;
        height: calc(100% - 20px);
        background-color: #000;
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .en .all_menu > div {width: calc(100% / 3);}
    .en .all_menu > div:nth-child(n + 4) {border-top: 1px solid #000;}
    .dream .all_menu > div:nth-child(5)::before,
    .en .all_menu > div:nth-child(5)::before {display: block;}
    .dream .all_menu > div:nth-child(5)::after {display: none;}
    .dream .all_menu > div:nth-child(n + 5) {border-top: none;}
}
@media screen and (max-width: 768px) {
    #all_menu {top: 60px;}
    #all_menu > div:nth-of-type(1) {
        display: block;
        background-color: #000;
        color: #fff;
        font-size: 15px;
        padding: 15px 20px;
    }
    #all_menu > div:nth-of-type(1) ul {display: flex;}
    #all_menu > div:nth-of-type(1) li {width: 100%; text-align: center; line-height: 20px;}
    #all_menu > div:nth-of-type(1) li + li {border-left: 1px solid #fff;}
    #all_menu > div:nth-of-type(1) ul + ul {
        border-top: 1px solid #fff;
        margin-top: 15px;
        padding-top: 10px;
    }
    #all_menu > div:nth-of-type(1) .move {background-color: transparent; color: #fff; background-image: url('../img/main/move.png');}
    .all_menu {flex-direction: column;}
    .all_menu > div {width: 100%; padding: 0 !important; border-top: 1px solid #000;}
    .all_menu > div::before, .all_menu > div::after {display: none !important;}

    .all_menu > .on, .all_menu > div:hover {border-top: 1px solid #fff;}
    .all_menu > .on {background-color: #000; color: #fff;}
    .all_menu > div > ul {display: none;}
    .all_menu > .on > ul {display: block; border-top-color: #fff;}
    .all_menu .on .depth > a {background-image: url('../img/main/all_menu_w.png');}
    .all_menu .on .depth.on > a {background-image: url('../img/main/all_menu_w-on.png');}
    .all_menu .on ul ul li::after {background-color: #999;}

    .all_menu div > ul > li > a {padding: 10px 20px;}
    .all_menu div .depth > a {padding: 10px 40px 10px 20px; background-position: calc(100% - 20px) center;}
    .all_menu ul ul li {padding: 5px 40px 5px 30px;}
    .all_menu ul ul li::after {left: 20px;}

    .dream .all_menu > div,
    .en .all_menu > div {width: 100%;}
    .dream .all_menu > div:nth-child(n + 5) {border-top: #000 solid 1px;}
}

#en_site {
    background-color: #000;
    border-radius: 13px;
    color: #fff;
    min-width: 40px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    right: calc(20% + 60px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
}

#all_menu_btn {
    display: none;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    right: calc(30% + 60px);
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/main/all_menu_btn.png') center / 22px auto no-repeat;
}
#all_menu_btn.open {background: url('../img/main/btn_close.png') center / 18px auto no-repeat;}

@media screen and (max-width: 1440px) {
    #en_site {right: calc(30% + 115px);}

    #all_menu_btn {display: block;}
}
@media screen and (max-width: 1024px) {
    #en_site {right: calc(40% + 115px);}

    #all_menu_btn {right: calc(40% + 60px);}
}
@media screen and (max-width: 768px) {
    #en_site {display: none;}

    #all_menu_btn {right: auto; left: 20px; background-size: 20px auto;}
    #all_menu_btn.open {background-size: 16px auto;}
}

#search {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 440px;
    width: 20%;
    border-left: 1px solid #7f7f7f;
    height: 70px;
    background-color: #fff;
    z-index: 1001;
}
#search::before {
    content: '';
    width: 100%;
    height: 12px;
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
}
#search input {
    width: calc(100% - 45px);
    height: 100%;
    border: none;
    padding: 0 30px;
}
#search input::placeholder {color: #ababab;}
#search button,
#search_all_btn {
    width: 40px;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    background: url('../img/main/search.png') center no-repeat;
}
#search_all_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.layer_w {
    position: absolute;
    right: -1px;
    top: 90px;
    z-index: 1000;
    width: calc(20% + 31px);
    max-width: 440px;
    background-color: #fff;
    border: 1px solid #7f7f7f;
    font-size: 16px;
    padding: 25px 30px;
    display: none;
}
.layer_w li + li {margin-top: 16px;}
.layer_w mark {background-color: #ffea00;}
.layer_w li a {display: block;}
.layer_w li a:hover {text-decoration: underline;}

@media screen and (max-width: 1440px) {
    #search {width: 30%;}
    .layer_w {width: calc(30% + 30px);}
}
@media screen and (max-width: 1024px) {
    #search {width: 40%;}
    .layer_w {width: calc(40% + 30px);}
}
@media screen and (max-width: 768px) {
    #search {
        left: 0;
        top: 60px;
        transform: none;
        width: 100%;
        height: 65px;
        max-width: none;
        border-left: none;
        border-bottom: 1px solid #7f7f7f;
        padding: 10px 20px;
        display: none;
        z-index: 2;
        border-top: 1px solid #7f7f7f;
    }
    #search input {padding: 0; width: calc(100% - 31px); font-size: 15px;}
    #search button,
    #search_all_btn {
        width: 26px;
        height: 26px;
        background-size: 18px auto;
    }
    #search_all_btn {display: block;}
    #search_all_btn.open {background: url('../img/main/btn_close.png') center / 16px auto no-repeat;}

    .layer_w {top: 124px; right: 0; border-left: 0; border-right: 0; width: 100%; max-width: none; padding: 25px 22px;}
    .layer_w li + li {margin-top: 10px;}
}
/* --header */

/* footer */
#footer {margin-top: 60px; position: relative;}
#footer > ul {
    background-color: #000;
    font-size: 15px;
    color: #fff;
    padding: 12px 50px;
    min-height: 52.5px;
    box-sizing: border-box;
}
#footer > ul li {float: left; margin-right: 25px;}
#footer > ul li a {padding: 3px 0; display: block;}
#footer > ul li:first-child a {color: #ffea00; font-weight: bold;}
#footer > div {padding: 30px 50px;}
#footer > div::after {content: ""; display: block; clear: both;}
#footer > div > div:nth-child(1) {
    float: left;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 25px;
    padding-right: 40px;
}
#footer > div > div:nth-child(1) img {width: 80px; margin-right: 40px;}
#footer address a {
    border: 1px solid #000;
    border-radius: 11px;
    font-size: 13px;
    padding: 0 7px;
    display: inline-block;
}

#footer .sns {position: absolute; right: 40px; top: 15px;}
#footer .sns li {float: left; margin: 0 7px;}
#footer .sns li a {
    text-indent: -9999px;
    overflow: hidden;
    width: 22px;
    height: 22px;
    display: block;
}
#footer .facebook {background: url('../img/main/icon-facebook_w.png') center / 8px auto no-repeat;}
#footer .blog {background: url('../img/main/icon-blog_w.png') center / 11px auto no-repeat;}
#footer .twitter {background: url('../img/main/icon-twitter_w.png') center / 15px auto no-repeat;}
#footer .instagram {background: url('../img/main/icon-instagram_w.png') center / 15px auto no-repeat;}
#footer .youtube {background: url('../img/main/icon-youtube_w.png') center / 17px auto no-repeat;}

#footer > div > div:nth-child(2) {float: right; min-height: 105px; display: flex; flex-direction: column; justify-content: end;}
#footer > div > div:nth-child(2) > p {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}
#footer > div > div:nth-child(2) > p a {font-size: 30px;}

#footer .link {display: flex; align-items: center; margin-top: 15px;}
#footer .link div {margin-right: 20px;}
#footer .link div:last-child {margin-right: 0;}
#footer .link div:nth-child(1) img {width: 227px;}
#footer .link div:nth-child(2) img {width: 180px; height: auto;}
#footer .link div:nth-child(3) img {width: 93px;}

.site_list {
    display: flex;
    position: relative;
    border: 1px solid #7f7f7f;
    font-weight: 500;
}
.site_list::after {
    content: '';
    width: 1px;
    height: 30px;
    background: #7f7f7f;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.site_list select {
    background: url('../img/main/site_list.png') calc(100% - 15px) center / 11px auto no-repeat;
    border: none;
    height: 54px;
    padding: 0 35px 0 15px;
    width: calc(100% - 64px);
}
.site_list select option {
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    cursor: pointer;
    box-sizing: border-box;
}
.site_list select option:checked,
.site_list select option:hover {
    background-color: #ffea00;
}
.site_list button {height: 54px; width: 64px;}

#footer > p {
    font-size: 15px;
    color: #444;
    margin: 0 50px;
    padding: 18px 0;
    border-top: 1px solid #ccc;
}
#goTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 1px solid #7f7f7f;
    font-size: 15px;
    width: 51px;
    background: url('../img/main/go-top.png') center 15px / 11px auto #fff no-repeat;
    padding: 25px 0 10px;
    z-index: 100;
    display: none;
}

@media screen and (max-width: 1024px) {
    #footer > ul {padding: 12px 30px;}
    #footer > div {padding: 30px;}
    #footer > p {margin: 0 30px;}

    #footer .sns {right: 20px;}
}
@media screen and (max-width: 768px) {
    #footer > ul {font-size: 13px; padding: 12px 20px;}
    #footer > div {position: relative; padding: 30px 20px;}
    #footer > div > div:nth-child(1) {
        font-size: 13px;
        line-height: 22px;
        flex-direction: column;
        margin-top: 0;
        padding: 0 0 20px 0;
        float: none;
    }
    #footer > div > div:nth-child(1) img {width: 50px; margin: 0 0 15px 0;}
    #footer .sns {position: static; margin-top: 10px;}
    #footer .sns li:first-child {margin-left: 0;}
    #footer .facebook {background-image: url('../img/main/icon-facebook.png');}
    #footer .blog {background-image: url('../img/main/icon-blog.png');}
    #footer .twitter {background-image: url('../img/main/icon-twitter.png');}
    #footer .instagram {background-image: url('../img/main/icon-instagram.png');}
    #footer .youtube {background-image: url('../img/main/icon-youtube.png');}


    #footer > div > div:nth-child(2) {float: none; min-height: auto;}
    #footer > div > div:nth-child(2) > p {font-size: 13px; position: absolute; top: 50px; left: 85px;}
    #footer > div > div:nth-child(2) > p a {font-size: 22px;}
    #footer .link {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
    #footer .link div {margin-right: 15px;}
    #footer .link div:nth-child(2n) {margin-right: 0;}
    #footer .link div:nth-child(n + 3) {margin-top: 5px;}
    #footer .link div:nth-child(1) {-ms-grid-row: 1; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 2; grid-column-end: 3;}
    #footer .link div:nth-child(2) {-ms-grid-row: 1; -ms-grid-column: 3; grid-column-start: 3; -ms-grid-column-span: 2; grid-column-end: 5;}
    #footer .link div:nth-child(3) {-ms-grid-row: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-column-span: 1; grid-column-end: 2;}
    #footer .link div:nth-child(4) {-ms-grid-row: 2; -ms-grid-column: 2; grid-column-start: 2; -ms-grid-column-span: 3; grid-column-end: 5;}
    .dream #footer .link div:nth-child(3) {grid-column-end: 5;}
    #footer .link img {width: 100% !important;}

    #footer > p {margin: 0 20px;}
}
@media screen and (max-width: 425px) {
    #footer > div > div:nth-child(2) > p {width: 50%; text-align: left; top: 30px;}
}
/* --footer */

/* 티켓몰 사이트 */
#ticket::before,
#ticket::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 20px;
    top: 0;
}
#ticket::after {left: auto; right: 20px;}

#ticket header {
    margin: 0 100px;
    padding: 30px 0;
    display: flex;
}
#ticket #logo {width: 200px; height: 32px; position: static; transform: none;}
#ticket #logo a {background: url('../../mall/img/sub_header_logo.png') left center / auto 32px no-repeat;}
#ticket header h2 {
    border-top: 3px solid #000;
    width: calc(100% - 200px);
    text-align: right;
    font-size: 24px;
    padding-top: 2px;
    font-weight: 400;
    word-break: keep-all;
}

@media screen and (max-width: 1260px) {
    #ticket header {margin: 0 60px;}
}
@media screen and (max-width: 1024px) {
    #ticket::before,
    #ticket::after {display: none;}
    #ticket header {margin: 0 30px;}
}
@media screen and (max-width: 768px) {
    #ticket header {margin: 0 20px;}
    #ticket #logo {width: 145px; height: 24px;}
    #ticket #logo a {background-size: auto 24px;}
    #ticket header h2 {width: calc(100% - 145px); border-width: 2px; font-size: 17px;}
}

#ticket main {margin: 0 100px; padding: 80px 0 130px; position: relative;}
#ticket main h3 {font-family: 'classic'; font-size: 40px; font-weight: 500; text-align: center;}

@media screen and (max-width: 1260px) {
    #ticket main {margin: 0 60px;}
}
@media screen and (max-width: 1024px) {
    #ticket main {margin: 0 30px; padding: 50px 0 100px;}
}
@media screen and (max-width: 768px) {
    #ticket main {margin: 0 20px; padding: 20px 0 70px;}
    #ticket main h3 {font-size: 30px;}
}

#ticket footer {
    margin: 0 110px;
    border-top: 2px solid #000;
    font-size: 15px;
    line-height: 180%;
    text-align: center;
    position: relative;
    padding: 50px 0 20px;
}
#ticket footer::before {
    content: '';
    width: 200px;
    height: 27px;
    background: url('../../mall/img/sub_footer_logo.png') center / auto 27px #fff no-repeat;
    display: flex;
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
}
#ticket footer li:nth-child(2) {display: inline-block;}
#ticket footer li:nth-child(3) {display: inline-block; position: relative; padding-left: 16px;}
#ticket footer li:nth-child(3)::before {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #727272;
    position: absolute;
    left: 6px;
    top: 6px;
}
#ticket footer a {
    border: 1px solid #000;
    border-radius: 11px;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    padding: 0 8px;
    margin-left: 5px;
}
#ticket footer p {margin-top: 10px;}

@media screen and (max-width: 1260px) {
    #ticket footer {margin: 0 60px;}
}
@media screen and (max-width: 1024px) {
    #ticket footer {margin: 0 30px;}
}
@media screen and (max-width: 768px) {
    #ticket footer {margin: 0 20px; padding: 30px 0 10px; font-size: 13px;}
    #ticket footer::before {width: 135px; height: 20px; background-size: auto 20px;}
    #ticket footer a {font-size: 11px; line-height: 18px; padding: 0 5px;}
    #ticket footer p {margin-top: 5px;}
}

/* 서버 점검 안내 */
.inspect_guide {
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 60px);
    margin: 30px;
    overflow: hidden;
}
.inspect_guide h1 {
    margin-top: 180px;
    display: block;
    font-family: 'classic';
    font-size: 48px;
    background-color: #fae906;
    position: relative;
    font-weight: 500;
    line-height: 120%;
    padding: 0 10px;
}
.inspect_guide h1::before {
    content: '';
    width: 150px;
    height: 138px;
    background: url('../img/common/inspect_guide.png') center / 150px auto no-repeat;
    display: block;
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
}
.inspect_guide p {font-size: 24px; margin-top: 15px;}
.inspect_guide div {
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
    line-height: 170%;
    word-break: keep-all;
}

@media screen and (max-width: 768px) {
    .inspect_guide h1 {font-size: 38px; margin-top: 130px;}
    .inspect_guide h1::before {width: 110px; height: 101px; background-size: 110px auto; top: -130px;}
    .inspect_guide p {font-size: 20px;}
    .inspect_guide div {font-size: 15px;}
}