@charset "UTF-8";

body{
    overflow-x: hidden;
}
@media (max-width:767px) {
    html {
        font-size: 12.11px;
    }
}

@media screen and (max-width: 540px) {
    html {
        font-size: 11.47px;
    }
}

@media screen and (max-width: 350px) {
    html {
        font-size: 11.16px;
    }
}

@media screen and (max-width: 340px) {
    html {
        font-size: 10.83px;
    }
}

@media screen and (max-width: 330px) {
    html {
        font-size: 10.52px;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 10.2px;
    }
}
.container{
    padding-right: 20px;
    padding-left: 20px;
}
.flex-box {
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-start;
}

.flex-box.inline {
    display: inline-flex;
}

.flex-box.between {
    justify-content: space-between;
}

.flex-box.end {
    justify-content: flex-end;
}

.flex-box.nowrap {
    flex-wrap: nowrap;
}

.flex-box.center {
    align-items: center;
}
.flex-box.va-bottom{
    align-items: flex-end;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

.content {
    padding-top: 50px;
    padding-bottom: 100px;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.blind {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

h2 {
    font-size: 30px;
    letter-spacing: 0.65px;
    font-weight: 500;
    color: #000;
    margin-bottom: 60px;
}

h3 {
    font-size: 20px;
    letter-spacing: 0.44px;
    color: #000;
    margin-bottom: 35px;
}

input:-ms-input-placeholder {
    color: #c8c8c8;
}

input::-ms-input-placeholder {
    color: #c8c8c8;
}

input::-webkit-input-placeholder {
    color: #c8c8c8;
}

input::-moz-placeholder {
    color: #c8c8c8;
}

/* header */
header {
    background: #ffe700;
    border-bottom: 1px solid rgba(39, 80, 155, 0.4);
    height: 100px;
}

.navbar-fixed-top {
    border: 0;
}

.navbar-inverse {
    background: #ffe700;
    color: #000;
    overflow: hidden;
}

.navbar-inverse .navbar-brand {
    width: 240px;
    height: 47px;
    background: url("/front/img/michelin-logo.png") no-repeat center center;
    background-size: contain;
    margin-top: 21px;
    margin-right: 30px;
}

.navbar-inverse .navbar-nav {
    margin-top: 37px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.01px;
    padding: 0 30px 32px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #000;
    background: transparent;
    border-bottom: 4px solid #27509b;
}

.navbar-inverse .navbar-toggle {
    border: 0;
    margin-left: 8px;
    float: left;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-inverse #closeMenu {
    width: 26px;
    height: 26px;
    background: url("/front/img/btn-navi-manu-close.png") no-repeat center center;
    background-size: cover;
    border: 0;
    margin: 12px 13px;
    float: right;
    display: none;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 100vh;
    height: 100vh;
}

.navbar-inverse .navbar-nav>li {
    background: none;
}

@media (max-width: 767px) {
    header {
        height: 50px;
        border-bottom: 0;
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-inverse .navbar-nav {
        margin: 0;
        border-top: 1px solid #a8a8a8;
    }

    .navbar-inverse .navbar-brand {
        width: 142px;
        height: 28px;
        margin-top: 11px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse .navbar-nav>li {
        border-bottom: 1px solid #a8a8a8;
        background: url("/front/img/ico-next.png") no-repeat;
        background-size: 6px 10.8px;
        background-position: right 23px center;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 19px 20px;
        margin-left: 0;
    }

    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover {
        color: #000;
        background: transparent;
        border-bottom: 0;
    }
}

/* footer */
footer .container {
    padding-left: 38px;
    padding-right: 38px;
}

footer .footer-logo {
    margin-top: 50px;
    width: 244px;
}

footer .box-pcfooter {
    display: block;
    padding: 50px 0;
}

footer .txt-footer01 {
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: -0.28px;
    color: #333333;
    margin-bottom: 10px;
}

footer .txt-footer01 span {
    display: block;
}

footer .txt-footer01 span:first-child {
    margin-bottom: 10px;
}

footer .txt-footer02 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.83;
    letter-spacing: -0.1px;
    color: #999999;
}

footer .box-pcfooter .txt-footer02 a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

footer .box-mofooter {
    display: none;
}

footer .box-mofooter .txt-footer02 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 11px;
    line-height: 2;
    letter-spacing: -0.19px;
}

footer .box-mofooter .txt-footer02 a {
    color: inherit;
}

@media (max-width: 767px) {
    footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .box-pcfooter {
        display: none;
    }

    footer .box-mofooter {
        display: block;
        text-align: center;
    }

    footer .footer-logo {
        display: block;
        margin: 30px auto 0;
        width: 46.1111vw;
    }
}

/* login */

.content.login {
    padding-top: 0;
    padding-bottom: 0;
    background: #ffe700;
    color: #000;
    position: relative;
    height: 100vh;
}

.content.login .box-login {
    /* margin: 290px auto 0; */
    /*
    width: 700px;
    padding: 129px 22px 0;
    background: url('/front/img/michelin-logo-login.png') no-repeat left top;
    background-size: 660px 129px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 350px;
    */
    width: 699px;
    padding: 180px 22px 0;
    background: url("/front/img/michelin-logo-login.png") no-repeat left top;
    background-size: 666px 132px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 350px;
}

.content.login .box-login .box-input {
    height: 70px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.content.login .box-login .box-input label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.39px;
    color: #00205b;
    margin: 12px 0 14px;
    padding: 13px 20px 11px;
    border-right: 1px solid #979797;
}

.content.login .box-login .box-input input[type="text"] {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.06;
    letter-spacing: -0.39px;
    color: #0e0e0e;
    margin: 12px 0 14px;
    padding: 13px 20px 11px;
    border: 0;
    width: 380px;
}

.content.login .box-login .box-input .btn-login {
    float: right;
    width: 120px;
    height: 70px;
    background-color: #27509b;
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.39px;
    line-height: 70px;
    position: absolute;
    right: 0;
    top: 0;
}

.content.login .box-login p {
    margin-top: 20px;
    padding: 0;
    font-size: 19px;
    line-height: 1.32;
    letter-spacing: 1px;
    text-align: center;
}

.content.login .copyright {
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 33px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.19;
    letter-spacing: -0.35px;
}

@media (max-width: 767px) {
    .content.login .box-login {
        /* margin-top: 55.555vw; */
        /*
        width: 325px;
        padding-top: 63.5px;
        padding-left: 11px;
        background-size: auto 63.5px;
        height: 200px;
        */
        width: 325px;
        padding-top: 80px;
        padding-left: 10px;
        background-position: center top;
        background-size: 88% auto;
        height: 200px;
    }

    .content.login .box-login .box-input label,
    .content.login .box-login .box-input input[type="text"] {
        font-size: 12px;
        margin: 8px 0;
    }

    .content.login .box-login .box-input label {
        padding: 2px 5px;
    }

    .content.login .box-login .box-input {
        height: 35px;
    }

    .content.login .box-login .box-input input[type="text"] {
        width: 138px;
        padding: 2px 5px;
        height: 20px;
    }

    .content.login .box-login .box-input .btn-login {
        height: 35px;
        width: 59px;
        font-size: 12px;
        line-height: 35px;
        text-align: center;
    }

    .content.login .box-login p {
        margin-top: 10px;
        font-size: 10.5px;
        line-height: 2.27;
        letter-spacing: -1px;
    }

    .content.login .copyright {
        font-size: 11px;
        bottom: 10px;
    }
}

@media (max-width: 320px) {
    .content.login .box-login {
        /*
        width: 300px;
        padding-top: 57px;
        padding-left: 10px;
        padding-right: 10px;
        background-size: auto 57px;
        */
        width: 300px;
        padding-top: 74px;
        padding-left: 9px;
        padding-right: 10px;
        background-size: auto 54px;
    }

    .content.login .box-login .box-input label,
    .content.login .box-login .box-input input[type="text"],
    .content.login .box-login .box-input button {
        font-size: 10px;
    }

    .content.login .box-login .box-input input[type="text"] {
        width: 125px;
    }

    .content.login .box-login p {
        font-size: 8.5px;
        line-height: -1.2px;
    }
}

/* layer popup */
.dimmed {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.layer-pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 400px;
    height: auto;
    z-index: 10000;
    background: #fff;
    padding: 0;
}

.layer-pop .title-pop {
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    font-size: 18px;
    line-height: 69px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0;
}

.layer-pop .title-pop .btn-close-top {
    margin: 20px;
    width: 20px;
    height: 20px;
    border: 0;
    background: url("/front/img/btn-popup-close.png") no-repeat center center;
    background-size: cover;
    float: right;
}

.layer-pop .box-pop {
    width: 100%;
    height: 80%;
    overflow-y: auto;
    font-size: 20px;
    line-height: 25px;
}

.layer-pop .txt-pop {
    padding: 20px 30px;
    max-height: 500px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.83px;
    color: #000;
}

.layer-pop .txtpop strong {
    font-weight: 500;
    margin-bottom: 10px;
}

.layer-pop .btn-close {
    border: 0;
    background: #27509b;
    display: block;
    margin: 35px auto;
    width: 252px;
    height: 55px;
    font-size: 13px;
    line-height: 55px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 35px;
}

.layer-pop .txt-pop #msgPop {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    margin-top: 35px;
    line-height: 1.8;
    display: inline-block;
}

.layer-pop.popInfo {
    border: 3px solid #27509b;
    padding: 0;
    font-size: 14px;
    width: 500px;
    box-sizing: border-box;
}

.layer-pop.popInfo .box-pop {
    height: auto;
}

.layer-pop.popInfo .title-pop {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-left: 60px;
}

.layer-pop.popInfo .img-size {
    width: 48.765%;
    display: block;
    margin: 40px auto;
}

.layer-pop.popInfo .box-poptbl {
    padding: 0 20px;
}

.layer-pop.popInfo table {
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #999;
}

.layer-pop.popInfo table th,
.layer-pop.popInfo table td {
    font-weight: 400;
    padding: 10px 0;
    text-align: center;
    border-bottom: 0.5px solid #b9b9b9;
}

.layer-pop.popInfo table th {
    width: 100px;
    background: #f7f8fa;
}

.layer-pop.popInfo p {
    font-size: 14px;
    margin-top: 8px;
}

.layer-pop.popInfo .btn-close {
    margin-bottom: 20px;
}

.layer-pop.popInfo table tr.bd {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.layer-pop.popInfo table tr.bd th,
.layer-pop.popInfo table tr.bd td {
    border-bottom: 1px solid #333;
    font-weight: 600;
}

@media (max-width: 768px) {

    .layer-pop,
    .layer-pop.popInfo {
        width: 90%;
    }

    .layer-pop .title-pop {
        font-size: 16px;
        line-height: 49px;
        height: 45px;
        padding: 0 20px;
    }

    .layer-pop .title-pop .btn-close-top {
        margin: 15px 0;
        width: 15px;
        height: 15px;
    }

    .layer-pop .txt-pop {
        font-size: 11px;
        line-height: 17px;
        letter-spacing: -0.76px;
        padding: 15px 20px;
    }

    .layer-pop .btn-close {
        margin: 0 auto 30px;
        width: 160px;
        height: 35px;
        font-size: 13px;
        line-height: 35px;
    }

    .layer-pop .txt-pop #msgPop {
        font-size: 12px;
        margin-top: 35px;
    }
}

@media (max-width: 360px) {

    .layer-pop.popInfo,
    .layer-pop.popInfo table,
    .layer-pop.popInfo p {
        font-size: 12px;
    }

    .layer-pop.popInfo table th {
        width: 90px;
    }

    .layer-pop.popInfo .img-size {
        margin: 10px auto;
    }
}

/* main */
.content.main {
    background: url(/front/img/bg-main-image-pc.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
    /*
    height: 1100px;
    */
}

.content.main .container {
    position: relative;
    /*
    height: 980px;
    */
    max-width: 1153px;
}

.content.main .container .pc-hidden {
    display: none;
}

.content.main .container .mo-hidden {
    display: block;
}

@media (max-width: 767px) {
    .content.main .container .pc-hidden {
        display: block;
    }

    .content.main .container .mo-hidden {
        display: none;
    }
}

.content.main .container .txtmain01 {
    padding-top: 64px;
    color: #27509b;
    text-align: left;
    word-break: keep-all;
}

.content.main .container .txtmain01 .title {
    color: #27509B;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.36364;
    letter-spacing: -1px;
}
.content.main .container .txtmain01 .title p{
    margin-bottom: 4px;
}

.content.main .container .txtmain01 .title strong {
    font-size: 4.375rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.2px;
    margin-right: 12px;
}
.content.main .container .txtmain01 .title span{
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1; 
    letter-spacing: -1.2px;
}
.content.main .container .txtmain01 .title-info01{
    margin-top: 40px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.54545; 
    letter-spacing: -1px;
}
.content.main .container .txtmain01 .title-info02{
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -1px;
}
.benefit-list{
    margin-top: 44px;
    display: flex;
    gap: 16px;
    flex-flow: wrap row;
    justify-content: space-between;
    align-content: stretch;
}
.benefit-list li{
    position: relative;
    width: calc(33.3% - 16px);
    border-radius: 10px;
    background: #F8F8F8;
}
.benefit-list li:first-of-type{
    background: #F8F8F8 url(/front/img/img-benefit01.jpg) no-repeat center right;
    background-size: auto 100%;
}
.benefit-list li:nth-of-type(2){
    background: #F8F8F8 url(/front/img/img-benefit02.jpg) no-repeat center right;
    background-size: auto 100%;
}
.benefit-list li:nth-of-type(3){
    background: #F8F8F8 url(/front/img/img-benefit03.jpg) no-repeat center right;
    background-size: auto 100%;
}
.benefit-list li a{
    display: block;
    padding: 20px;
    height: 266px;
}
.benefit-list li a .flex-box{
    flex-direction: column;
    gap: 6px;
}
.benefit-list .flex-box p:first-of-type{
    color: #3374EA;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.42857; 
    letter-spacing: -1px;
}
.benefit-list .flex-box p:nth-of-type(2){
    color: #292929;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.44444; 
    letter-spacing: -1px;
}
.benefit-list .flex-box p:nth-of-type(3){
    color: #27509B;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5; 
}
.benefit-list .btn-bottom{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: 44px;
    padding: 10px 20px;
    text-align: center;
    background: #FFE700;
    color: #27509B;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
} 
.main .info-container{
    margin-top: 67px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(102, 102, 102, 0.00) 100%);
    backdrop-filter: blur(5.5px);
}
@media (max-width: 1024px){
    .benefit-list li{
        width: calc(50% - 8px);
    }
}

.main .info-list{
    padding: 20px;
    list-style-type: disc;
    opacity: 0.9;
}
.main .info-list li{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.1px;
}
.main .info-container {
    position: relative;
}
.main .info-container .ic-michelin{
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 96px; 
}

@media (max-width: 767px) {
    .content.main {
        background: url(/front/img/bg-main-image-m.png) no-repeat center;
        background-size: cover;
        padding: 0;
    }

    .content.main .container .pc-hidden {
        display: block;
    }

    .content.main .container .txtmain01 {
        padding-top: 40px;
        text-align: left;
        word-break: keep-all;
    }

    .content.main .container .txtmain01 .title {
        font-size: 1.918rem;
        letter-spacing: -0.8px;
    }

    .content.main .container .txtmain01 .title p{
        margin-bottom: 10px;
    }

    .content.main .container .txtmain01 .title strong {
        font-size: 3.847rem;
        font-weight: 900;
        line-height: 1;
        letter-spacing: -0.818px;
        margin-right: 4px;
    }
    .content.main .container .txtmain01 .title span{
        font-size: 1.375rem;
        font-weight: 600;
        line-height: 1.2; 
        letter-spacing: -1.2px;
    }
    .content.main .container .txtmain01 .title-info01{
        margin-top: 32px;
        font-size: 1.569rem;
        font-weight: 500;
        line-height: 1.55; 
        letter-spacing: -1px;
    }
    .content.main .container .txtmain01 .title-info02{
        margin-top: 10px;
        font-size: 1.221rem;
        font-weight: 500;
        line-height: 1.42857;
        letter-spacing: -0.4px;
    }

    .benefit-list{
        margin-top: 32px;
        flex-direction: column;
        align-items: stretch;
    }

    .benefit-list li{
        width: 100%;
    }
    .benefit-list li a{
        height: 265px;
    }
    .benefit-list li:first-of-type{
        background: #F8F8F8 url(/front/img/mo-img-benefit01.jpg) no-repeat bottom right;
        background-size: auto 100%;
    }
    .benefit-list li:nth-of-type(2){
        background: #F8F8F8 url(/front/img/mo-img-benefit02.jpg) no-repeat bottom right;
        background-size: auto 100%;
    }
    .benefit-list li:nth-of-type(3){
        background: #F8F8F8 url(/front/img/mo-img-benefit03.jpg) no-repeat bottom right;
        background-size: auto 100%;
    }

    .benefit-list .flex-box p:first-of-type{
        font-size: 1.221rem;
    }
    .benefit-list .flex-box p:nth-of-type(2){
        font-size: 1.569rem;
        line-height: 1.333; 
    }
    .benefit-list .flex-box p:nth-of-type(3){
        font-size: 2.092rem;
    }

    .benefit-list .btn-bottom{
        font-size: 1.395rem;
    }
    .main .info-container{
        margin-top: 40px;
        /*
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
        */
        text-align: right;
    }
    .main .info-list{
        padding: 20px;
    }
    .main .info-list li{
        text-align: left;
        font-size: 1.046rem;
        line-height: 1.6667;
    }

    .main .info-container .ic-michelin{
        position: static;
        margin-bottom: 23px;
        margin-right: 20px;
        width: 72px; 
    }
}

/* 주문하기 01 - 제품 상세 */
.order01 .row-order01 {
    overflow: hidden;
    padding-bottom: 60px;
}
@media (min-width: 992px){
    .order01 .row-order01{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 12px;
    }
}
/*
.order01 .row-order01 .orderbox01 {
    float: left;
}
*/
.order01 .row-order01 .orderbox02 {
    position: relative;
    flex: 1 1 auto;
    /*
    float: right;
    width: 466px;
    */
    height: 742px;
    border: 1px solid #f0f0f0;
}

.order01 .row-order01 .orderbox01 .imgbox01 ul {
    margin-right: 24px;
}

.order01 .row-order01 .orderbox01 .imgbox01 ul li {
    display: block;
    margin-top: 12px;
    padding: 7px 5px;
    border: 1px solid #979797;
}

.order01 .row-order01 .orderbox01 .imgbox01 ul li:first-child {
    margin-top: 0;
}

.order01 .row-order01 .orderbox01 .imgbox01 ul li img {
    width: 140px;
    height: 130px;
}

.order01 .row-order01 .orderbox01 {
    display: flex;
    flex-direction: row;
}

.order01 .row-order01 .orderbox01 .imgbox01,
.order01 .row-order01 .orderbox01 .imgbox02 {
    display: inline-block;
    vertical-align: top;
}

.order01 .row-order01 .orderbox01 .imgbox01 {
    order: 1;
}

.order01 .row-order01 .orderbox01 .imgbox02 {
    order: 2;
    width: 595px;
    height: 742px;
    border: 1px solid #e3e3e3;
    position: relative;
}

.order01 .row-order01 .orderbox01 .imgbox02 img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
}

.order01 h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
    padding-top: 100px;
    margin-bottom: 36px;
}

.order01 .row-order02 .img-prodinfo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.order01 .row-order02#info01 .img-prodinfo {
    width: 100%;
}

.order01 .row-order02#info01 .img-prodinfo.color-n {
    max-width: 508px;
}

.order01 .row-order02#info01 #imgProd01,
.order01 .row-order02#info01 #imgProd07 {
    margin-top: 50px;
}

.order01 .row-order02#info01 #ProTxt {
    float: right;
    margin-right: 210px;
}

.orderbox02{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.orderbox02 .txt01 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #000;
}

.orderbox02 .txt02{
    font-size: 15px;
    line-height: 27px;
    letter-spacing: -0.327px;
    color: #333;
    margin-top: 24px ;
}

.orderbox02 .txt02 a {
    text-decoration: underline;
    color: #333;
    padding-left: 30px;
    background: url("/front/img/ic-size-guide.png") no-repeat left center;
    background-size: auto 100%;
    cursor: pointer;
}
.orderbox02 .txt02 ul{
    list-style-type: disc;
    margin-top: 10px;
    padding-left: 20px;
}
.orderbox02 .txt02 ul li {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: -0.327px;
    color: #333;
}
.btn {
    margin-top: 14px;
    font-size: 14px;
    line-height: 32px;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    padding: 0 20px;
    background: #fce500;
    color: #000;
}

.btn-order {
    margin-top: 40px;
    width: 100%;
    font-size: 16px;
    border: 0;
    color: #ccc;
    font-weight: 500;
    padding: 18px 0;
    background: #fff9bf;
}

.btn-order.active {
    background: #fce500;
    color: #000;
}

.order01 .row-order01 .orderbox03 {
    width: 0;
    height: 0;
}

.order01 .row-order01 .orderbox03 .slick-dots {
    display: none !important;
}

.order01 .row-order03 {
    border-top: 2px solid #00205b;
    border-bottom: 1px solid #e7e7e7;
}

.order01 .row-order03 ul {
    margin-left: 67px;
}

.order01 .row-order03 ul li {
    display: inline-block;
    padding: 22px 33px 18px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    letter-spacing: -0.35px;
    color: #333;
}

.order01 .row-order03 ul li.active {
    font-weight: 500;
    border-bottom: 4px solid #82a3e2;
}

.order01 .row-order03 ul li a,
.order01 .row-order03 ul li a:hover {
    color: #333;
    text-decoration: none;
}

.order01 .row-order02 img{
    max-width: 100%;
}

.order02 .box-info {
    margin-left: 20px;
    border: 1px solid #afafaf;
    padding: 25px 34px;
}

.order02 .box-info .btn-order {
    margin-top: 45px;
}

@media (max-width: 991px) {
    .order01 .row-order01 {
        overflow: visible;
    }

    .order01 .row-order01 .orderbox01 {
        display: none;
    }

    .order01 .row-order01 .orderbox03 {
        display: block;
    }

    .order01 .row-order01 .orderbox03 {
        width: auto;
        height: auto;
    }

    .order01 .row-order01 .orderbox03 .slick-dots {
        display: block !important;
    }


    .order01 .row-order01 .orderbox03 .slick-slide img {
        max-width: 90%;
        max-height: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .order01 .row-order01 .orderbox03 .slick-dots li {
        margin: 0;
    }

    .order01 .row-order01 .orderbox02 {
        float: none;
        width: 96%;
        border: 0;
        margin: 50px auto 0;
        height: auto;
    }

    .order01 .row-order01 .orderbox02 .txt02 {
        margin: 16px 0;
    }

    .order01 .row-order01 .orderbox02 .txt02.txt-size {
        margin-top: 45px;
    }

    .order01 .row-order01 .orderbox03 .slick-dots {
        list-style: none;
        padding: 0;
        margin: 10px 0 0;
        text-align: center;
    }

    .order01 .row-order01 .orderbox03 .slick-dots li {
        display: inline-block;
        margin-right: 6px;
    }

    .order01 .row-order01 .orderbox03 .slick-dots li:last-child {
        margin-right: 0;
    }

    .order01 .row-order01 .orderbox03 .slick-dots li button {
        font-size: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #27509b;
        padding: 0;
    }

    .order01 .row-order01 .orderbox03 .slick-dots li.slick-active button {
        background-color: #27509b;
    }
}

@media (max-width: 767px) {
    .order01 .row-order01 {
        border-bottom: 0;
    }

    .order01 .row-order01 .orderbox01 {
        flex-direction: column;
        float: none;
        width: 100%;
    }

    .order01 .row-order01 .orderbox02 {
        float: none;
        width: 100%;
    }

    .order01 .row-order01 .orderbox01 .imgbox01 {
        order: 2;
        width: 100%;
    }

    .order01 .row-order01 .orderbox01 .imgbox02 {
        order: 1;
        width: 100%;
    }

    .order01 .row-order01 .orderbox01 .imgbox01 ul {
        display: flex;
        flex-direction: row;
    }

    .order01 .row-order01 .orderbox01 .imgbox01 ul li {
        display: inline-block;
        width: 25%;
    }

    .order01 h2 {
        font-size: 16px;
        border-bottom: 0;
        margin-bottom: 15px;
        font-weight: 400;
    }

    .order01 .row-order02#info01 .img-prodinfo {
        width: 100%;
    }

    .order01 .row-order02#info01 .img-prodinfo.color-n {
        width: 80.7222vw;
        max-width: auto;
    }

    .order01 .row-order02#info01 #imgProd01,
    .order01 .row-order02#info01 #imgProd07 {
        margin-top: 50px;
    }

    .order01 .row-order02#info01 #ProTxt {
        font-size: 12px;
        text-align: center;
        float: inherit;
        margin-right: 0px;
    }

    .order01 .row-order03 {
        margin: 0 -15px;
    }

    .order01 .row-order03 ul {
        width: 90vw;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
    }

    .order01 .row-order03 ul li {
        float: left;
        width: 50%;
    }

    .order-info{
        min-height: 218px;
    }
    
}

@media (max-width: 360px) {
    .order01 .row-order03 ul li {
        padding: 22px 22px 18px;
    }
}

/* 주문하기 02 - 배송정보 */

.order02 table {
    width: 100%;
    margin-bottom: 50px;
}

.order02 table.mo-hidden {
    display: table;
}

.order02 .pc-hidden {
    display: none;
}

.order02 table thead tr {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.order02 table thead tr th {
    padding: 22px 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.31px;
    color: #333;
}

.order02 table tbody tr td {
    border-bottom: 1px solid #cfcfcf;
    padding: 22px 0;
    text-align: center;
    font-size: 16px;
}

.order02 table tbody tr td:first-child {
    text-align: left;
    font-size: 14px;
}

.order02 .img-box,
.order02 table ul {
    display: inline-block;
    vertical-align: middle;
    /*200103 수정*/
}

.order02 table ul li {
    font-size: 14px;
    color: #333;
    line-height: 2.5;
}

.order02 table .img-box {
    width: 106px;
    height: 106px;
    border: 1px solid #eee;
    position: relative;
    margin-right: 26px;
}

.order02 table .img-box img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

.order02.orderInfo02 table tbody tr td {
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.8;
}

@media (max-width: 1200px) {

    .order02.orderInfo02 table tbody tr td,
    .order02 table tr td {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }

    .order02 table .img-box {
        margin-right: 0px;
        width: 75px;
        height: 75px;
    }

    .order02.orderInfo02 table .img-box {
        margin-right: 10px;
    }

    .order02 table ul li {
        font-size: 13px;
        letter-spacing: -1px;
    }
}

.order02.orderInfo02 table tbody tr td:first-child {
    text-align: center;
    font-size: 16px;
}

.order02.orderInfo02 table tbody tr td:nth-child(2) {
    text-align: left;
    font-size: 14px;
    min-width: 324px;
}

.order02.orderInfo02 table td .box-inlineblock {
    display: inline-block;
}

.order02.orderInfo02 table td .box-inlineblock p,
.order02.orderInfo02 table td .box-inlineblock ul {
    margin-top: 10px;
}

.order02.orderInfo02 table td .box-inlineblock ul li {
    line-height: 2;
}

.order02 .pc-hidden {
    padding: 20px 0;
    border-top: solid 0.7px #000;
    border-bottom: solid 0.7px #cfcfcf;
}

.order02 .pc-hidden .img-box {
    width: 85px;
    height: 85px;
    border: 1px solid #eee;
    position: relative;
    margin-right: 26px;
}

.order02.orderInfo02 table.mo-hidden {
    display: table;
}

.order02.orderInfo02 .pc-hidden {
    display: none;
}

@media (max-width: 991px) {
    .order02 table .img-box {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .order02.orderInfo02 table.mo-hidden {
        display: none;
    }

    .order02.orderInfo02 .pc-hidden {
        display: block;
    }
}

@media (max-width: 340px) {
    .order02 .pc-hidden .img-box {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }
}

.order02 .pc-hidden .img-box img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

.order02 .pc-hidden .txt-box {
    display: inline-block;
    vertical-align: middle;
}

.order02 .pc-hidden .txt01 {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.31px;
    color: #333;
    margin-bottom: 10px;
}

.order02 .pc-hidden .txt02 {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.26px;
    color: #7a7a7a;
    margin-bottom: 5px;
}

.order02 .pc-hidden .txt03 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: -0.31px;
    color: #000;
}

.order02 .form-box {
    border-top: 1px solid #333;
    padding-top: 50px;
}

.order02 .form-box input[type="text"] {
    width: 100%;
    border: 1px solid #c8c8c8;
    font-size: 18px;
    letter-spacing: -0.39px;
    margin-bottom: 22px;
    color: #000;
    padding: 21px 20px;
}

.order02 .form-box .text-right {
    margin-top: 13px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #c8c8c8;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="checkbox"].css-checkbox {
    display: none;
}

input[type="checkbox"].css-checkbox+label.css-label {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type="checkbox"].css-checkbox:checked+label.css-label {
    background-position: 0 -15px;
}

.css-label {
    background-image: url(http://csscheckbox.com/checkboxes/dark-check-green.png);
}

.order02 .form-box label {
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #000;
    font-weight: normal;
}

.order02 .form-box button.btn-viewInfo {
    border: 0;
    background: transparent;
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #000;
    font-weight: bold;
}

.order02.orderInfo02 .pc-hidden {
    padding: 0 15px;
}

.order02.orderInfo02 .pc-hidden .txt-row {
    margin: 0px -15px auto;
    padding: 20px 15px;
    border-top: 0.7px solid #cfcfcf;
    overflow: hidden;
}

.order02.orderInfo02 .pc-hidden p.txt-row.nobd {
    border: 0;
}

.order02.orderInfo02 .pc-hidden p.txt-row .info-title {
    padding-right: 15px;
    border-right: 1px solid #000;
    display: inline-block;
    vertical-align: top;
}

.order02.orderInfo02 .pc-hidden p.txt-row .info-txt,
.order02.orderInfo02 .pc-hidden p.txt-row .info-txt01 {
    padding-left: 15px;
    display: inline-block;
    word-break: break-all;
}

.order02.orderInfo02 .pc-hidden p.txt-row .btn {
    float: right;
    margin-top: -5px;
}

@media (max-width: 767px) {
    .content.order02 {
        padding-top: 0;
    }

    .content.order02 h2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        color: #000;
        margin: 0 -15px;
        padding: 12px 15px 14px;
        border-bottom: 0.7px solid #cfcfcf;
    }

    .content.order02 h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        color: #000;
        margin: 0 -15px;
        padding: 25px 15px 13px;
    }

    .order02 table.mo-hidden {
        display: none;
    }

    .order02 .pc-hidden {
        display: block;
        margin: 0 -15px;
        padding: 20px 15px;
    }

    .order02 .form-box {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }

    .order02 .form-box input[type="text"] {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.53px;
        padding: 16px 15px;
        margin-bottom: 20px;
    }

    .order02 .form-box label,
    .order02 .form-box button.btn-viewInfo {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.16px;
    }

    .styled-checkbox+label:before {
        vertical-align: text-bottom;
    }

    .order02 .box-info {
        margin-left: 0;
        border: 0;
        padding: 0;
    }

    .order02 .box-info p.txt01,
    .order02 .box-info p.txt02 {
        display: none;
    }

    .content.order02.orderInfo02 h2 {
        border-bottom: 0;
    }

    .content.order02.orderInfo02 h3 {
        border-top: 0.7px solid #cfcfcf;
        border-bottom: 0.7px solid #000;
    }

    .content.order02.orderInfo02 .pc-hidden {
        border: 0;
    }
}

.content.order03 {
    padding-bottom: 0px;
    position: relative;
}

.content.order03 .box-msg {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 450px;
    height: 300px;
    text-align: center;
}

.content.order03 .box-msg .title-msg {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.79px;
    color: #000;
}

@media (max-width: 767px) {
    .content.order03 .box-msg .title-msg {
        padding-top: 50px;
    }
}

.content.order03 .box-msg .txt-msg {
    font-size: 18px;
    font-weight: 300;
    line-height: 2.06;
    letter-spacing: -0.39px;
    color: #000;
    word-break: keep-all;
}

.content.order03 .box-msg .btn-blue {
    display: inline-block;
    width: 300px;
    height: 55px;
    margin-top: 50px;
    background: #ffe700;
    border: 0;
    color: #000;
    font-size: 16px;
    letter-spacing: -0.35px;
    line-height: 55px;
}

.content.order03 .mo-hidden {
    display: block;
}

@media (max-width: 767px) {
    .content.order03 .box-msg {
        width: 90%;
        max-width: 360px;
        margin: 0 auto;
        position: static;
    }

    .content.order03 .mo-hidden {
        display: none;
    }

    .content.order03 .box-msg .title-msg {
        font-size: 22px;
        letter-spacing: -0.48px;
    }

    .content.order03 .box-msg .txt-msg {
        font-size: 13px;
        line-height: 2.85;
        font-weight: 300;
        letter-spacing: 0.28px;
    }

    .content.order03 .box-msg .btn-blue {
        margin-top: 35px;
        width: 100%;
        margin-bottom: 50px;
    }

    .content.order03 .container {
        margin-bottom: 50px;
    }
}

/* Q&A */

.content.faq .box-faq {
    max-width: 760px;
    width: 100%;
}

.content.faq p {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: -0.35px;
    color: #000;
}

.content.faq p.txt-q {
    font-weight: 500;
    margin-top: 35px;
}

.content.faq p.txt-a {
    font-weight: 300;
    padding-left: 20px;
}

.content.faq p.txt-a:before {
    display: inline-block;
    content: "->";
    margin-left: -20px;
    width: 20px;
}

.content.faq .pc-hidden {
    display: none;
}

.content.faq .mo-hidden {
    display: block;
}

@media (max-width: 767px) {
    .content.faq {
        padding-top: 10px;
    }

    .content.faq h2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
        color: #000;
        margin: 0 -15px;
        padding: 12px 15px 14px;
    }

    .content.faq p {
        font-size: 12px;
        line-height: 24px;
    }

    .content.faq .pc-hidden {
        display: block;
    }

    .content.faq .mo-hidden {
        display: none;
    }
}

.bg_main_text_pc-copy-3 {
    width: 752px;
    height: 93px;
    margin: 0 409px 119.1px 0;
    font-family: NotoSansCJKkr;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: -1px;
    color: #27509b;
}

.bg_main_text_pc {
    width: 998px;
    height: 93px;
    margin: 90px 163px 29.1px 0;
    font-family: NotoSansCJKkr;
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.58;
    letter-spacing: -0.51px;
    color: #27509b;
}

.bg_main_text_pc .text-style-1 {
    font-size: 80px;
    font-weight: 900;
    letter-spacing: -1.14px;
}

.bg_main_text_pc-copy-2 {
    width: 626px;
    height: 60px;
    margin: 64px 8.6px 183px 0;
    font-family: NotoSansCJKkr;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -1.1px;
    color: #27509b;
}

.bg_main_text_pc-copy {
    width: 504px;
    height: 124px;
    margin: 110px 130.6px 73px 0;
    mix-blend-mode: multiply;
    font-family: NotoSansCJKkr;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: -0.4px;
    color: #43474c;
}

/* 231220 추가 */
@font-face {
    font-family: "SCoreDream";
    font-weight: 100;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "SCoreDream";
    font-weight: 200;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "SCoreDream";
    font-weight: 300;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "SCoreDream";
    font-weight: 400;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "SCoreDream";
    font-weight: 500;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "SCoreDream";
    font-weight: 600;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "SCoreDream";
    font-weight: 700;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "SCoreDream";
    font-weight: 800;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "SCoreDream";
    font-weight: 900;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff) format("woff");
    font-display: swap;
}

.main.event231220 {
    width: 100%;
    background: url(/front/img/bg-main-pc.jpg) no-repeat center center;
    background-size: cover;
    font-family: "SCoreDream", "NotoSansKR" !important;
}

.content.main.event231220 .container {
    height: 100% !important;
}

.main.event231220 .mb {
    margin-bottom: 45px;
}

.main.event231220 .title {
    padding: 100px 0 20px;
}

.main.event231220 .title p {
    color: #27509b;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.05rem;
    word-break: keep-all;
}

.main.event231220 .title strong,
.main.event231220 .title span {
    color: inherit;
}

.main.event231220 .title h2 {
    color: #27509b;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
    word-break: keep-all;
    margin-bottom: 20px;
}

.main.event231220 .title strong {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.2;
}

.main.event231220 .title span {
    font-size: 32px;
    font-weight: 600;
}

.content.main.event231220 .container .btn-blue {
    display: block;
    position: static;
    margin-top: 80px;
    width: 260px;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
    line-height: 1.2;
    letter-spacing: -0.35px;
    text-align: center;
    color: #000;
    background-color: #ffe700;
    text-decoration: none;
    height: auto;
}

.main.event231220 .flex {
    display: flex;
    flex-flow: row nowrap;
}

.main.event231220 .flex>div {
    width: 50%;
}

.ast-list li {
    color: #303030;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 8px;
    text-indent: -12px;
    padding-left: 12px;
    font-weight: 500;
}

.ast-list li::before {
    content: "*";
    font-size: inherit;
    color: inherit;
    vertical-align: middle;
    padding-right: 2px;
}

.wagon {
    position: relative;
}

.wagon-img {
    position: absolute;
    top: -140px;
    right: 0;
    width: 75%;
}

@media (max-width: 991px) {
    .main.event231220 {
        height: 100%;
    }

    .main.event231220 .title {
        padding: 60px 0 20px;
    }

    .main.event231220 .flex {
        display: block;
    }

    .main.event231220 .flex>div {
        width: 100%;
    }

    .content.main.event231220 .container .btn-blue {
        width: 80%;
        margin: 40px auto;
    }

    .wagon {
        text-align: center;
        padding-bottom: 30px;
    }

    .wagon-img {
        position: static;
        width: 60%;
    }
}

@media (max-width: 767px) {
    .main.event231220 {
        background: url(/front/img/bg-main-mob.jpg) no-repeat center center;
        background-size: cover;
    }

    .main.event231220 .title {
        padding: 40px 0 20px;
    }

    .main.event231220 .title p {
        font-size: 20px;
    }

    .main.event231220 .title h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .main.event231220 .title strong {
        font-size: 60px;
    }

    .main.event231220 .title span {
        font-size: 24px;
    }

    .ast-list li {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .wagon {
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .main.event231220 .mb {
        margin-bottom: 8.333vw;
    }

    .main.event231220 .title {
        padding: 8.333vw 0 4.167vw;
    }

    .main.event231220 .title p {
        font-size: 4.167vw;
    }

    .main.event231220 .title h2 {
        font-size: 8.333vw;
        margin-bottom: 4.167vw;
    }

    .main.event231220 .title strong {
        font-size: 12.5vw;
    }

    .main.event231220 .title span {
        font-size: 5vw;
    }

    .ast-list li {
        font-size: 2.917vw;
        margin-bottom: 0.833vw;
        text-indent: -2.5vw;
        padding-left: 2.5vw;
    }

    .content.main.event231220 .container .btn-blue {
        margin: 8.333vw auto;
    }

    .wagon {
        padding-bottom: 6.25vw;
    }
}