@charset "utf-8";

/* 초기값 */
* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

[onclick] {
    cursor: pointer;
}

a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
}

html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
    color: #222;
    background-color: #fff;
}

#wrap {
    width: 100vw;

}

select::-ms-expand {
    display: none;
}

select {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    border: 0;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    color: #333;
}

input {
    outline: 0;
    padding: 5px 10px 15px;
    box-sizing: border-box;
    border: none;
}

input::placeholder {
    font-size: 90%;
}

input:-ms-input-placeholder {
    font-size: 90%;
}

textarea {
    outline: 0;
    resize: none;
    padding: 5px 10px 15px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
}

input[type='button'] {
    cursor: pointer;
    padding: 0;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

::-webkit-calendar-picker-indicator {
    margin-left: 0px;
    font-size: 14px;
}

.image_wrapper_common {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sub_menu_center {
    width: 75%;
    margin: 0 auto;
}

.header_center {
    width: 98.5%;
    margin: 0 auto;
}

.footer_center {
    width: 71%;
    margin: 0 auto;
}

.center {
    width: 85%;
    margin: 0 auto;
}

.sub_center {
    width: 70%;
    margin: 0 auto;
}

.center03 {
    width: 95%;
    margin: 0 auto;
}

.login_center {
    width: 50%;
    margin: 0 auto;
}

.green_span {
    color: #2DAA66;
}

.cart_center {
    max-width: 1200px;
    margin: 0 auto;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url(/font/MyriadPro-Regular.otf) format('opentype');
}

.MyriadPro-Regular {
    font-family: 'MyriadPro-Regular';
}



@media screen and (min-width: 1025px) and (max-width: 1300px) {

    .sub_center,
    .center {
        width: 90%;
    }
}

/* mobile */
@media screen and (max-width: 767px) {

    .sub_center,
    .cart_center,
    .center {
        width: 90%;
    }

    input[type='text'],
    input[type='password'],
    input[type='button'],
    input[type='date'],
    textarea,
    button {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }



}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .center {
        width: 90%;
    }

    .center1 {
        width: 90%;
    }


    input[type='text'],
    input[type='password'],
    input[type='button'],
    input[type='date'],
    textarea,
    button {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }



}









/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {}