@font-face {
    font-family: GmarketSansMedium;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff) format("woff")
}

@font-face {
    font-family: GmarketSansBold;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff) format("woff")
}

* {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: top
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: GmarketSansMedium;
}

ol,
ul {
    font-size: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
}

ol li,
ul li {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font: inherit;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0
}

a {
    color: #000;
    display: inline-block;
    text-decoration: none
}

.wrap {
    margin: 0 auto;
    width: 1200px
}

.pc {
    display: inline-block !important
}

/* .mobile {
    display: none !important
} */

.moimg {
    display: none
}

.flexBox {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between
}

table {
    border-collapse: collapse
}

caption {
    display: none
}

button,
input[type=email],
input[type=image],
input[type=password],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

button {
    background: none;
    border: 0
}

@media only screen and (min-width: 100px) and (max-width:1200px) {
    .wrap {
        padding: 0 15px;
        width: 100%
    }

    .pc {
        display: none !important
    }

    .mobile {
        display: inherit !important
    }
}

@media only screen and (min-width: 100px) and (max-width:600px) {
    .pcimg {
        display: none
    }

    .moimg {
        display: block
    }
}

button,
html {
    font-family: GmarketSansMedium
}


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 14px;
    line-height: 1;
    outline: 0px;
    /*outline: 1px solid black;*/
}

body {
    /* text-align: center; */
    overflow-x: hidden;
    overflow-y: auto;
}

ul,
ol {
    list-style: none;
    font-size: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

ul li,
ol li {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    color: black;
}

/* .wrap {
    margin: 0px auto;
    width: 1200px;
} */

/* .pc {
    display: inline-block !important;
}

.mobile {
    display: none !important;
} */

.pcimg {}

.moimg {
    display: none;
}

/* .flexBox {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
} */

table {
    border-collapse: collapse;
}

caption {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="image"],
input[type="tel"],
input[type="submit"],
button,
select,
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button {
    background: none;
    border: 0;
}


html,
button {
    font-family: 'GmarketSansMedium';
}

/** mob menu **/
.buuYul .mobile .menuBox.on {
    opacity: 1;
    max-width: 250px;
}

.buuYul .mobile button i {
    font-size: 24px;
    cursor: pointer;
    line-height: 50px;
    color: rgb(255, 255, 255);
}
.buuYul .mobile .menuBox {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    width: 250px;
    max-width: 0px;
    overflow: hidden;
    transition: max-width 0.3s ease 0s, opacity 0.2s ease 0s;
    height: 100vh;
    z-index: 10;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.467) -2px -2px 8px;
}
.buuYul .mobile .menuBox ul.menu {
    display: flex;
    flex-direction: column;
}
.buuYul .mobile .menuBox ul.menu li {
    width: 100%;
}
.buuYul .mobile .menuBox ul.menu > li > span, .buuYul .mobile .menuBox ul.menu > li > a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgb(204, 204, 204);
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    cursor: pointer;
    color: rgb(0, 0, 0);
}
.buuYul .mobile .menuBox ul.menu > li > ol {
    background-color: rgb(238, 238, 238);
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease 0s;
}
.buuYul .mobile .menuBox ul.menu > li > ol > li {
    width: 100%;
}
.buuYul .mobile .menuBox ul.menu > li > ol > li:not(:last-child) > a {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.buuYul .mobile .menuBox ul.menu > li > ol > li > a {
    text-align: center;
    line-height: 40px;
    width: 100%;
    white-space: nowrap;
}




/* footer */
@media (max-width:1000px) {
    .eDujaw .wrap > ul {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    .right{
        display: none !important;
    }
}
@media (max-width:500px) {
    .eDujaw .left > p{
        font-size: 12px !important;
    }
}