:root {
    --pc-min-width: 375px;
    --pc-max-width: 1024px;
    --content-max-width: 1024px;
    --smallgap: 0.625rem;
    --white: #ffffff;
    --black: #111111;
    --charcol: #333333;
    --darkgrey: #757575;
    --bordergrey: #e5e5e5;
    --lightgrey: #f0f0f0;

    --brandcolor: #e6007e;
    --eventcolor1: #0d7bff;
    --eventcolor2: #084290;
    --eventcolor3: #fff;
}

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: theme("borderColor.DEFAULT", "currentColor");
    position: relative;
    color: var(--black);
    outline: none;
    margin: 0;
    padding: 0;
}
::before,
::after {
    --tw-content: "";
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: "Noto Sans KR", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
    margin: 0;
    line-height: inherit;

    min-width: 20rem;
    min-height: 30rem;
    width: 100vw;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}
abbr:where([title]) {
    text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp,
pre {
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
ol,
ul,
li,
menu {
    list-style: none;
}
textarea {
    resize: vertical;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: theme("colors.gray.400", #9ca3af);
}
button,
[role="button"] {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
}
img,
video {
    max-width: 100%;
    height: auto;
}
[hidden] {
    display: none;
}

/* reset end */

h1 {
    font-size: 2rem;
    font-weight: 700;
}
/* 32 */

h2 {
    font-size: 1.5rem;
}
/* 24 */

h3 {
    font-size: 1.125rem;
}
/* 18 */

h4 {
    font-size: 1rem;
}
/* 16 */

h5 {
    font-size: 0.875rem;
}
/* 14 */

p {
    font-size: 0.75rem;
    font-weight: 400;
}
/* 12 */

h6 {
    font-size: 0.625rem;
    font-weight: 400;
}
/* 10 */
#addrSearch {
    position: static;
}

#pageContainer {
    width: 100vw;
    min-width: var(--pc-min-width);
    max-width: var(--pc-max-width);
    height: auto;
    min-height: 100vh;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;

    background-color: #ffffff;
}
.pageContent {
    width: 100%;
    min-width: var(--pc-min-width);
    max-width: var(--pc-max-width);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#m_preview_wrap {
    display: none;
}
/* ¹Ì¸®º¸±â Â÷´Ü */

/* ÀÌÀü css */
/*  */
/*  */
/*  */
/**** COMMON ****/

.red {
    color: #8c504b !important;
}
.box,
.borderBox {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.transition {
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wrapWidth {
    clear: both !important;
    padding: 0 7px !important;
}

/* Å¸ÀÌÆ² */
.titleArea {
    padding: 0 0 15px;
}
.titleArea h2 {
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize !important;
    padding-left: 23px;
    background: url(//sjjang0101.img8.kr/onedesign/mobile/images/bg_title.png) 0
        center no-repeat;
    background-size: 15px 1px;
    margin: 0 7px;
}
.titleArea2 {
    margin: 35px 0 0 7px;
}
.titleMain {
    width: 100%;
    padding: 25px 0;
    text-align: center;
}
.titleMain h2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #2e2f34;
    letter-spacing: 2px;
}

#titleArea {
    position: relative;
    padding: 10px 7px;
}
#titleArea h2 {
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize !important;
    padding-left: 23px;
    background: url(//sjjang0101.img8.kr/onedesign/mobile/images/bg_title.png) 0
        center no-repeat;
    background-size: 15px 1px;
    margin: 0 7px;
}
#titleArea span {
    position: absolute;
    top: 16px;
    left: 14px;
}
#titleArea span.xans-layout-mobileaction {
    display: none;
}

/* ¼­ºê ÆäÀÌÁö */
.subpage {
    width: 100%;
}
.subpageIn {
    padding: 0 14px;
    text-align: center;
}
.subpageIn img {
    max-width: 100%;
}

/* LAYOUT */
#container {
    position: relative;
    min-height: 200px;
    width: 100%;
}
#containerMain {
    position: relative;
    min-height: 200px;
    padding-bottom: 50px !important;
}
#contents {
    border-top: 1px solid #eee;
}

/*********************** °øÅë ***********************/
.paging {
    text-align: center;
    margin: 1rem;
}
.clearFix {
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.bold {
    font-weight: bold;
}
.response100 {
    width: 100%;
}
.location {
    padding: 0 10px;
    margin-bottom: 8px;
}

/* »ó´Ü Å¸ÀÌÆ² */
.h_title {
    position: relative;
    padding: 10px 7px;
}
.h_title h3 {
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize !important;
    padding-left: 23px;
    background: url(//sjjang0101.img8.kr/onedesign/mobile/images/bg_title.png) 0
        center no-repeat;
    background-size: 15px 1px;
    margin: 0 7px;
}
.h_title span {
    /*position:absolute; top:16px; left:14px;*/
    display: inline-block;
}
.h_title span img {
    width: auto !important;
    max-height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 36px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3c3c3c;
    z-index: 1000;
    display: none;
    opacity: 0.8;
}
.none-data {
    text-align: center;
    padding: 20px 0;
}
.none-data img {
    margin-bottom: 10px;
}
.pd10 {
    padding: 0 15px;
}
.fr {
    float: right !important;
}
.fl {
    float: left !important;
}
.txt-input {
    border: 1px solid #00000030;
    border-radius: 3px;
}
.txt-input1 {
    width: 100%;
}
.txt-input2 {
    width: 46% !important;
}
.txt-input3 {
    width: 29% !important;
}
.txt-input4 {
    width: 20% !important;
}
.txt-area1 {
    width: 100% !important;
}
.mt5 {
    margin-top: 5px;
}

.page_location {
    padding: 5px 5px;
}
.page_location li {
    float: left;
}
.page_location li::after {
    content: ">";
    margin: 0 7px;
}
.page_location li:last-child::after {
    content: "";
    margin: 0;
}

.h_layerTitle {
    height: 35px;
    line-height: 35px;
    background-color: #f2f2f2;
    padding: 0 10px;
    margin-bottom: 10px;
}
.h_layerTitle h3 {
    font-weight: bold;
}
.h_layerTitle .fa-times {
    float: right;
    margin-top: 5px;
}
/* //°øÅë */

.caution {
    color: #8c504b;
    text-align: center;
    font-size: 0.917em;
}
.ico_new {
    color: #fff;
    background-color: #196ff1;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 5px;
}
.ico_hit {
    color: #fff;
    background-color: #8c504b;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 5px;
}
/* //ÆùÆ® °ü·Ã */

/* ¹öÆ° °ü·Ã */
.btn_White {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #ddd;
    box-sizing: border-box;
    vertical-align: middle;
    color: var(--black);
}
.btn_Black {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #555;
    color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #393939;
    box-sizing: border-box;
    vertical-align: middle;
}
.btn_Red {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #000;
    box-sizing: border-box;
    vertical-align: middle;
}
.btn_Grey {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #bbb;
    color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #bbb;
    box-sizing: border-box;
    vertical-align: middle;
}
.btn_Black *,
.btn_Red * {
    color: #fff;
}
.fixButtonR {
    position: relative;
    padding-right: 120px;
}
.fixButton {
    width: 115px;
    position: absolute;
    top: 0;
    right: 0;
}
.more {
    text-align: center;
    margin: 0 14px;
}
.btn_moreGray {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #eee;
    border: 0;
    font-weight: normal;
    font-size: 11px;
    color: #777;
    cursor: pointer;
}
.btn_moreGray span {
    color: #777;
}
.btn_moreGray span em {
    color: #777;
}
.more span.icoMore {
    display: inline-block;
    margin: 0 0 0 8px;
    width: 10px;
    height: 8px;
    font-size: 0;
    line-height: 0;
    vertical-align: baseline;
    background: url("//sjjang0101.img8.kr/onedesign/mobile/images/btn_more.png")
        no-repeat 0 50%;
    background-size: 10px auto;
    opacity: 0.4;
}
/* ¹öÆ° °ü·Ã */

/* »óÇ°Áø¿­ */
.list_array {
    height: 52px;
    border-top: 1px solid #eee;
    padding: 0 14px;
    margin-bottom: 20px;
}
.list_array .list_arrayLeft {
    float: left;
    margin-top: 20px;
}
.list_array .list_arrayLeft select {
    height: 28px;
}
.list_array .list_arrayRight {
    float: right;
    margin-top: 20px;
    display: none;
}
.list_array .list_arrayRight img {
    margin-left: 10px;
}

.list_shopping1x {
    text-align: center;
}
.list_shopping1x ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    text-align: left;
    font-size: 0;
}
.list_shopping1x li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #d9d9d9;
}
.list_shopping1x li a {
    display: block;
    padding: 18px 4px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.list_shopping1x li:first-child {
    border: 0px none;
}
.list_shopping1x li:first-child a {
    padding: 0 4px 18px 4px;
}
.list_shopping1x li img.listPic {
    width: 50%;
    float: left;
}
.list_shopping1x .list_shoppingInfo {
    width: 46%;
    float: left;
    padding-left: 4%;
    font-size: 12px;
    line-height: 1.2em;
}

.list_shopping2x {
    text-align: left;
}
.list_shopping2x ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    padding: 0 7px;
    text-align: left;
    font-size: 0;
}
.list_shopping2x li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.list_shopping2x li a {
    display: block;
    padding: 0 7px;
}
.list_shopping2x li img.listPic {
    width: 100%;
}
.list_shopping2x .list_shoppingInfo {
    padding: 0 7px;
    text-align: left;
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.list_shopping2x .list_shoppingInfo a {
    padding: 0;
}

.list_shopping3x {
    text-align: left;
}
.list_shopping3x ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    padding: 0 7px;
    text-align: left;
    font-size: 0;
}
.list_shopping3x li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
}
.list_shopping3x li a {
    display: block;
    padding: 0 7px;
}
.list_shopping3x li img.listPic {
    width: 100%;
}
.list_shopping3x .list_shoppingInfo {
    padding: 0 7px;
    text-align: left;
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.list_shopping3x .list_shoppingInfo a {
    padding: 0;
}

/* »óÇ°¸ñ·Ï »óÇ° Á¤º¸ */
.list_shoppingInfo p {
    line-height: 11px;
    font-size: 10px;
    color: #999;
    text-align: left;
    margin-bottom: 5px;
}
.listName {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
}
.listName a {
    line-height: 18px !important;
    font-size: 10px;
    font-weight: normal;
    color: #000;
}
.listSubName {
    letter-spacing: 0;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
}
.listPrice {
}
.listPrice strike {
    text-decoration: line-through;
}
.listDiscount {
}
.listSoldout {
    font-weight: bold;
    color: #8c504b;
}
.listReplace {
}
.listIcon .MK-product-icons img {
    margin: 0 3px 0 0;
    vertical-align: middle;
    width: auto !important;
    max-height: 12px;
}
/* //»óÇ°Áø¿­ */

/* ·Î±×ÀÎ */
.login .caution {
    margin-bottom: 10px;
}
.member {
    padding: 0 15px;
}
.login-input {
    border: 1px solid #00000030;
    border-radius: 3px;
    padding: 3px;
}
.login #keyboard {
    text-align: center;
    margin: 0 auto;
}
.login #keyboard p {
    text-align: right;
    margin-bottom: 0px;
}
.login #keyboard a {
    font-size: 11px;
    font-weight: normal;
    color: #888;
}
.login #keyboard img {
    display: none;
    width: 100%;
}
.login .loginInput {
    margin-top: 20px;
}
.login .loginInput input {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.login .loginCheck {
    margin-top: 10px;
    padding-bottom: 5px;
}
.login .loginCheck label {
    margin-right: 12px;
    font-size: 11px;
    color: #888;
}
.login .loginCheck label input {
    vertical-align: middle;
}
.login .loginMiddle .btn_Black {
    font-size: 12px;
    margin-top: 5px;
}
.login .loginMiddle .btn_White {
    font-size: 12px;
    margin-top: 5px;
}

.login .btnArea.typeLogin {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
}
.login .btnArea.typeLogin .btnLogin {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 10px;
    font-size: 11px;
    color: #666;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.login .btnArea.typeLogin .btnLogin:before {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 1px;
    height: 11px;
    background: #ccc;
}
.login .btnArea.typeLogin .btnLogin:first-child:before {
    display: none;
}

.login .loginBottom {
    background-color: #eaeaea;
    padding: 20px 15px;
    margin-top: 20px;
}
.login .loginBottom h4 {
    background-color: #eaeaea;
    margin-bottom: 5px;
    padding: 0;
    font-weight: bold;
}
.login .loginBottom a {
    font-size: 1.167em;
}
.login .loginBottom a.btn_Black {
    margin-top: 16px;
}
.login .loginBottom a.btn_Black:last-child {
    margin-top: 10px;
}
.login .loginBottom a.btn_White {
    margin-top: 10px;
}
/* //·Î±×ÀÎ */

#check_auth {
    padding: 15px 0;
}
#check_auth .head {
    text-align: center;
    color: #f46b00;
    margin-bottom: 10px;
}
#check_auth .contents table {
    margin: 0 auto;
}
#check_auth .contents table td {
    padding: 5px 0;
}
#check_auth .contents table td input {
    width: 100% !important;
    height: 35px !important;
    margin-bottom: 0 !important;
}

/* ·¹ÀÌ¾îÆË¾÷ */
.layer {
    width: 100%;
    min-height: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(60, 60, 60, 0.8);
}
.layer .layer-pop {
    width: 90%;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 1px 10px #494949;
    margin: 80px auto;
}
.layer .layer-pop h3 {
    background-color: #efefef;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    padding: 0 10px;
}
.layer .layer-pop .txt {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}
.layer .layer-pop .close {
    width: 45px;
    height: 36px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4f4f4f;
    text-align: center;
}
body #comment_password {
    border-radius: 0 !important;
    font-size: 1em;
}
body #comment_password .head {
    background-color: #efefef;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    text-align: left !important;
    padding: 0 10px;
}
body #comment_password .head h5 {
    border-bottom: 0px none !important;
    font-size: 1em !important;
    padding: 0 !important;
}
body #comment_password .head a.close {
    width: 45px;
    height: 36px;
    color: #fff;
    line-height: 42px;
    top: 0 !important;
    right: 0 !important;
    text-align: center;
}
body #comment_password .contents p {
    font-size: 1em !important;
    font-weight: normal;
}
body #comment_password .contents .form-wrap2 input {
    height: 35px;
}
body #comment_password .contents .form-wrap2 p:last-child a {
    display: block;
    background-color: #393939;
    color: #fff;
    position: initial !important;
    padding: 10px 0;
    margin-top: 10px;
}
/* //·¹ÀÌ¾îÆË¾÷ */

/* ÆË¾÷ */
.popup .pop h3 {
    background-color: #efefef;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    padding: 0 10px;
}
.popup .pop .txt {
    padding: 10px;
}
.popup .pop .close {
    width: 45px;
    height: 36px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4f4f4f;
    text-align: center;
}
#passimg {
    width: 90%;
    background-color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0 1px 10px #717171;
}
#passimg .head {
    color: #f26c09;
}
#passimg .btns {
    padding: 0 10px;
    margin-top: 10px;
}
#passimg .btns a {
    display: block;
    background-color: #393939;
    color: #fff;
    padding: 10px 0;
}
/* //ÆË¾÷ */

/* ¿¾³¯ »óÆä ¤¡-  »çÀ¯ : Å×ÀÌºí ¾²°í Å×ÀÌºí¿¡ width ¼³Á¤ÇØµÎ¾î¼­ °íÃÄ¾ßÇÔ*/
.prd-detail table,
.prd-detail tr .prd-detail tbody .prd-detail td,
.prd-detail th {
    width: 100% !important;
}

.scroll_lock {
    overflow: hidden !important;
}
