@charset "utf-8";

/* ——————————————————————————
 * Reset
/* —————————————————————————— */
* {
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #a50034;
}

::selection {
    color: white;
    text-shadow: none;
    background: #a50034;
}

html {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    color: #888888;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
    width: 100%;
    font-family:
        "Noto Sans KR",
        "NotoSansKR",
        "Lato",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.05em;
    color: #212529;
    word-break: keep-all;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: normal;
}

fieldset {
    border: 0;
}

a {
    font-style: normal;
    text-decoration: none;
    color: #212529;
}

caption {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.checks *,
.chk *,
.radioWrap *,
a,
a:hover,
button,
button:hover {
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}

a:focus {
    outline: none !important;
}

button img {
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

img,
video {
    vertical-align: top;
    border: 0;
}

table {
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
    border-spacing: 0;
    border-collapse: collapse;
}

input,
select {
    vertical-align: middle;
}

label {
    cursor: pointer;
}

.blind,
caption,
hr,
legend {
    position: absolute;
    top: -9999999em;
    z-index: -999999;
    font-size: xx-small;
    line-height: 0;
}

.hide_text {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999999em;
}

address,
em,
i {
    font-weight: normal;
    font-style: normal;
}

td,
th {
    vertical-align: middle;
}

button,
input,
select,
textarea {
    position: relative;
    font-family:
        "NanumSquare",
        "Lato",
        "Noto Sans KR",
        "NotoSansKR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
    font-size: 14px;
    background: transparent;
    zoom: 1;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#container:after,
#contents:after,
#footer:after,
#header:after,
#wrap:after,
.inner:after,
.section:after,
dl:after,
ol:after,
ul:after,
.cate_location:after,
.order_item:after {
    display: block;
    content: "";
    clear: both;
}

.scroll_x {
    position: relative;
    z-index: 1;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scroll_x::-webkit-scrollbar {
    display: none;
}

/* ——————————————————————————
 * 여백
/* —————————————————————————— */
/* margin */
.mg0 {
    margin: 0 !important;
}

/* margin-top */
.mgt0 {
    margin-top: 0 !important;
}

.mgt2 {
    margin-top: 2px !important;
}

.mgt6 {
    margin-top: 6px !important;
}

.mgt8 {
    margin-top: 8px !important;
}

.mgt8_1 {
    padding: 7px 10px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.mgt8_1 select.select_email {
    width: 100%;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

/* margin-bottom */
.mgb0 {
    margin-bottom: 0 !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

/* margin-left */
.mgl0 {
    margin-left: 0 !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

/* margin-right */
.mgr0 {
    margin-right: 0 !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

/* padding */
.pd0 {
    padding: 0 !important;
}

/* padding-top */
.pdt0 {
    padding-top: 0 !important;
}

.pdt5 {
    padding-top: 5px !important;
}

/* padding-bottom */
.pdb0 {
    padding-bottom: 0 !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

/* padding-left */
.pdl0 {
    padding-left: 0 !important;
}

/* padding-right */
.pdr0 {
    padding-right: 0 !important;
}

/* ——————————————————————————
 * font
/* —————————————————————————— */
.txt_blue {
    color: #104f9e !important;
}

.txt_red {
    color: #a50034 !important;
}

.txt_wht {
    color: #ffffff !important;
}

.txt_org {
    color: #fa6c39 !important;
}

.txt_pp {
    color: #503e9d !important;
}

.txt_fs13 {
    font-size: 13px !important;
}

.txt_fs14 {
    font-size: 14px !important;
}

.txt_fs16 {
    font-size: 16px !important;
}

.txt_fs23 {
    font-size: 23px !important;
}

.txt_c000 {
    color: #000000 !important;
}

.txt_c222 {
    color: #222222 !important;
}

.txt_c333 {
    color: #333333 !important;
}

.txt_c666 {
    color: #666666 !important;
}

.txt_c888 {
    color: #888888 !important;
}

.txt_c999 {
    color: #999999 !important;
}

.txt_through {
    text-decoration: line-through;
}

.txt_under {
    text-decoration: underline;
}

.txt_fw300 {
    font-weight: 300 !important;
}

.txt_fw400 {
    font-weight: 400 !important;
}

.txt_fw700 {
    font-weight: 700 !important;
}

.txt_fw900 {
    font-weight: 900 !important;
}

.ff_BGR {
    font-family:
        "Binggrae",
        "Lato",
        "Noto Sans KR",
        "NotoSansKR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
}

.ff_NSR,
.ff_NS {
    font-family:
        "NanumSquare",
        "Lato",
        "Noto Sans KR",
        "NotoSansKR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
}

.ff_Cabin {
    font-family:
        "Cabin",
        "Lato",
        "NotoSansKR",
        "Noto Sans KR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
}

.ff_PS {
    font-family:
        "ProductSans",
        "Lato",
        "Noto Sans KR",
        "NotoSansKR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
}

/* ——————————————————————————
 * button
/* —————————————————————————— */
.btn {
    display: -webkit-box;
    display: box;
    padding-right: 24px;
    padding-left: 24px;
    width: 100%;
    height: 56px;
    font-family:
        "NanumSquare",
        "Lato",
        "NotoSansKR",
        "Noto Sans KR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.025em;
    color: #fff;
    background: #373434;
    border-radius: 4px;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-pack: center;
    box-pack: center;
}

.btn.pp {
    background-color: #503e9d;
}

.btn.org {
    background-color: #eb6101;
}

.btn.red {
    background-color: #a50034;
}

.btn.blue {
    background-color: #104f9e;
}

/* line */
.btn.line {
    color: #373434;
    background: #fff;
    border: 2px solid #dee2e6;
}

.btn.line.pp {
    color: #503e9d;
    border-color: #503e9d;
}

.btn.line.org {
    color: #eb6101;
    border-color: #eb6101;
}

.btn.line.blue {
    color: #104f9e;
    border-color: #104f9e;
}

/* h48 */
.btn.h48 {
    height: 48px;
    font-size: 14.5px;
}

/* md */
.btn.md {
    display: inline-block;
    padding: 0 20px;
    width: auto;
    height: 36px;
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    border-width: 1px;
    border-radius: 8px;
}

.btn.line.md {
    line-height: 34px;
    color: #777777;
}

/* sm */
.btn.sm {
    display: inline-block;
    padding: 0 10px;
    width: auto;
    height: 28px;
    font-family:
        "Lato",
        "NotoSansKR",
        "Noto Sans KR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    border-width: 1px;
    border-radius: 4px;
}

.btn.line.sm {
    line-height: 26px;
    color: #777777;
}

/* ——————————————————————————
 * section
/* —————————————————————————— */
.section {
    position: relative;
    padding: 0 18px 20px;
    background: #fff;
    border-top: 10px solid #f4f5f6;
    border-bottom: 1px solid #e9ecef;
}

.section .sec_tit {
    position: relative;
    padding: 16px 18px;
}

.section .sec_tit.line:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
}

.section .sec_tit h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.section .sec_tit h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}

.section .sec_tit .info_bulReq {
    position: absolute;
    top: 50%;
    right: 18px;
    height: 16px;
    font-size: 12px;
    font-weight: 700;
    color: #888;
    transform: translateY(-50%);
}

.section .sec_tit .info_bulReq b {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fb7344;
}

.section .attach h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.section .attach .file_wrap p {
    padding: 5px;
    font-size: 12px;
    color: #888;
}

.section .attach .file_wrap .file_input {
    margin-top: 10px;
}

.section .attach .file_wrap .file_input label.order_tit {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.35;
}

.section .attach .file_wrap .file_input input.file {
    display: block;
    padding: 11px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.section .attach .file_wrap .file_input label.order_tit:after {
    display: inline-block;
    content: "*";
    margin-left: 4px;
    color: #f44936;
}

/* ——————————————————————————
 * input
/* —————————————————————————— */
[class*="inputType_"] input::-webkit-input-placeholder {
    color: #aaaaaa;
}

[class*="inputType_"] input:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

[class*="inputType_"] input::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

[class*="inputType_"] input:-ms-input-placeholder {
    color: #aaaaaa;
}

[class*="inputType_"] input:placeholder-shown {
    color: #aaaaaa;
}

/* inputType_1 */
.inputType_1,
.attach {
    font-family:
        "NanumSquare",
        "Lato",
        "NotoSansKR",
        "Noto Sans KR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
}

.inputType_1 .tit {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.35;
}

.inputType_1 .tit.bulReq:after {
    display: inline-block;
    content: "*";
    margin-left: 4px;
    color: #f44936;
}

.inputType_1 input {
    display: block;
    padding: 14px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.025em;
    color: #2d2d2d;
    white-space: nowrap;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.inputType_1 input:focus {
    border-color: #2d2d2d;
}

.inputType_1 input.readonly {
    background: #e8e8e8;
}

.inputType_1 .zipbx {
    display: block;
    position: relative;
    padding-right: 110px;
}

.inputType_1 .zipbx .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 100px;
    height: 50px;
    font-size: 14px;
}

.inputType_1 .emailBx {
    display: block;
    position: relative;
    overflow: hidden;
}

.inputType_1 .emailBx input {
    width: calc(50% - 13px);
}

.inputType_1 .emailBx input.mail_field1 {
    float: left;
}

.inputType_1 .emailBx i.separator {
    display: block;
    float: left;
    margin: 18px 5px 0;
    width: 15px;
    font-size: 15px;
    text-align: center;
    color: #777;
}

.inputType_1 .addrBx {
    position: relative;
}

.inputType_1 .addrBx .btn {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.inputType_1 .phoneBx {
    overflow: hidden;
}

.inputType_1 .phoneBx .selectType_1 {
    float: left;
    width: 33.333333%;
}

.inputType_1 .phoneBx input[type="text"],
.inputType_1 .phoneBx input[type="tel"] {
    float: right;
    width: calc(66.666666% - 8px);
}

/* inputType_ico */
.inputType_ico {
    position: relative;
    margin-left: 54px;
    font-family:
        "NanumSquare",
        "Lato",
        "NotoSansKR",
        "Noto Sans KR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
}

.inputType_ico:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 2px;
    background: #a50034;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: right;
    transition-property: right;
}

.inputType_ico.focus:before {
    right: 0;
}

.inputType_ico i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -54px;
    width: 40px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #a50034;
    background: rgba(237, 148, 167, 0.33);
    border-radius: 12px;
}

.inputType_ico .tit {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    color: #2d2d2d;
}

.inputType_ico input {
    display: block;
    padding: 6px 0 8px;
    width: 100%;
    height: 36px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #2d2d2d;
    border-bottom: 2px solid #eee;
}

.inputType_ico .phoneBx {
    position: relative;
}

.inputType_ico .phoneBx .selectric_js {
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 10;
}

.inputType_ico .phoneBx .selectric_js:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    width: 1px;
    height: 18px;
    background: #e4e4e4;
    transform: translateY(-50%);
}

.inputType_ico .phoneBx .selectric_js .selectric {
    width: 72px;
    border: 0;
}

.inputType_ico .phoneBx .selectric_js .selectric .label {
    margin: 0 32px 0 0;
    padding: 6px 0 8px;
    height: 34px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #2d2d2d;
}

.inputType_ico .phoneBx .selectric_js .selectric .button {
    width: 32px;
    height: 34px;
    line-height: 34px;
}

.inputType_ico .phoneBx input {
    padding-left: 84px;
}

/* inputType_qty */
.inputType_qty {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e9ecef;
    border-radius: 2px;
}

.inputType_qty button,
.inputType_qty input {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
}

.inputType_qty button {
    font-size: 14px;
    color: #868e96;
}

.inputType_qty input {
    width: 20px;
    font-size: 12px;
    color: #212529;
}

/* h48 */
.inputType_qty.h48 {
    border-radius: 12px;
}

.inputType_qty.h48 button,
.inputType_qty.h48 input {
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
}

.inputType_qty.h48 input {
    width: 36px;
    color: #212529;
}

/* ——————————————————————————
 * textarea
/* —————————————————————————— */
[class*="textareaType_"] textarea::-webkit-input-placeholder {
    color: #aaaaaa;
}

[class*="textareaType_"] textarea:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

[class*="textareaType_"] textarea::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

[class*="textareaType_"] textarea:-ms-input-placeholder {
    color: #aaaaaa;
}

[class*="textareaType_"] textarea:placeholder-shown {
    color: #aaaaaa;
}

/* textareaType_1 */
.textareaType_1 {
    font-family:
        "NanumSquare",
        "Lato",
        "NotoSansKR",
        "Noto Sans KR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
}

.textareaType_1 .tit {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.textareaType_1 textarea {
    display: inline-block;
    padding: 12px 16px;
    width: 100%;
    height: 200px;
    resize: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    vertical-align: middle;
    letter-spacing: -0.025em;
    color: #222;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    outline: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.textareaType_1.focus textarea {
    border-color: #2d2d2d;
}

/* ——————————————————————————
 * select
/* —————————————————————————— */
.selectType_1 {
    position: relative;
    font-family:
        "NanumSquare",
        "Lato",
        "NotoSansKR",
        "Noto Sans KR",
        helvetica,
        Apple SD Gothic Neo,
        Arial,
        sans-serif;
}

.selectType_1 .tit {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.35;
}

.selectType_1 .tit.bulReq:after {
    display: inline-block;
    content: "*";
    margin-left: 4px;
    color: #f44936;
}

.selectType_1 .sel_time {
    position: relative;
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.selectType_1 .seltime_button {
    display: block;
    position: absolute;
    top: calc(100% - 35px);
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #000;
}

.selectType_1 .sel_time .option {
    margin: 0 48px 0 14px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0;
    color: #222;
}

.selectType_1 .email_button {
    display: block;
    position: absolute;
    top: calc(100% - 30px);
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #000;
}

/* ——————————————————————————
 * checkbox
/* —————————————————————————— */
/* checksType_1 */
.checksType_1 {
    position: relative;
    text-align: left;
}

.checksType_1 .checks {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
    line-height: 16px;
}

.checksType_1 input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-appearance: none;
    filter: alpha(opacity=0);
}

.checksType_1 label {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    padding-left: 30px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #888;
}

.checksType_1 label:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 42%;
}

.checksType_1.checks.on label:before {
    background: url("../img/ico_ckbox.png") no-repeat center center #a50034;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    border-color: #a50034 !important;
}

.checksType_1 label em {
    display: inline-block;
    margin-right: 2px;
    color: #2d2d2d;
}

/* sm */
.sm.checksType_1 label {
    padding-left: 26px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.sm.checksType_1 label:before {
    width: 16px;
    height: 16px;
}

/* agree_info */
.agree_info {
    position: relative;
    padding-top: 12px;
}

.agree_info .btn_agreeInfo {
    display: inline-block;
    position: absolute;
    top: -24px;
    right: 0;
    padding: 0 20px 0 8px;
    font-size: 12px;
    line-height: 24px;
    color: #555;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.agree_info .btn_agreeInfo i {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -6px;
    font-size: 11px;
    color: #999;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}

.agree_info.on .btn_agreeInfo i {
    color: #a50034;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.agree_info .info_box {
    padding: 18px;
    font-size: 13px;
    color: #777;
    background: #f1f3f5;
    border-radius: 12px;
}

.agree_info .info_box h3 {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #2d2d2d;
}

.agree_info .info_box li {
    position: relative;
    margin-top: 2px;
    padding-left: 18px;
}

.agree_info .info_box li .num {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

/* ——————————————————————————
 * radio
/* —————————————————————————— */
/* radioType_prc */
.radioType_prc ul {
    padding: 1px 0 0 1px;
}

.radioType_prc ul li {
    float: left;
    width: 100%;
}

.radioType_prc ul.col2 li {
    width: 50%;
}

.radioType_prc ul.col3 li {
    width: 33.333333%;
}

.radioType_prc ul.col4 li {
    width: 25%;
}

.radioType_prc .radios {
    position: relative;
}

.radioType_prc .radios input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-appearance: none;
    filter: alpha(opacity=0);
}

.radioType_prc .radios label {
    display: block;
    position: relative;
    margin: -1px 0 0 -1px;
    padding: 14px 0 12px 14px;
    background: #fff;
    border: 1px solid #e4e4e4;
}

.radioType_prc ul.col3 li .radios label {
    padding-left: 12px;
}

.radioType_prc ul li:first-child .radios label {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.radioType_prc ul li:last-child .radios label {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.radioType_prc .radios label span {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #888;
}

.radioType_prc .radios label p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.01em;
}

.radioType_prc .radios label p em {
    display: inline-block;
    margin-top: -1px;
    font-size: 15px;
    font-weight: 700;
}

.radioType_prc .radios input[type="radio"]:checked + label {
    z-index: 2;
    color: #a50034;
    background: rgba(80, 62, 157, 0.1);
    border-color: #a50034;
    box-shadow: 0 1px 5px 0 rgba(80, 62, 157, 0.25);
}

.radioType_prc .radios input[type="radio"]:checked + label span {
    color: #a50034;
}

.radioType_prc .radios.wide label {
    overflow: hidden;
    padding-right: 14px;
}

.radioType_prc .radios.wide label span {
    float: left;
    margin-bottom: 0;
    line-height: 18px;
}

.radioType_prc .radios.wide label p {
    float: right;
}

/* ——————————————————————————
 * paging
/* —————————————————————————— */
.paging {
    position: relative;
    text-align: center;
}

.paging a,
.paging ol {
    display: inline-block;
    vertical-align: middle;
}

.paging p.page_arr {
    position: absolute;
    top: 0;
    left: 0;
}

.paging p.page_arr.next {
    right: 0;
    left: auto;
}

.paging p.page_arr a {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.paging p.page_arr.prev a {
    border-right: 1px solid #eee;
}

.paging p.page_arr.next a {
    border-left: 1px solid #eee;
}

.paging p.page_arr a:before {
    font-size: 16px;
    color: #aaa;
}

.paging li {
    float: left;
}

.paging li a {
    display: block;
    width: 42px;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    color: #aaa;
}

.paging li.on a {
    color: #a50034;
}

.ico.search_none {
    width: 140px;
    height: 140px;
    background-position: 0 -179px;
}

/* ——————————————————————————
 * policy_privacy
/* —————————————————————————— */
.policy_privacy {
    padding: 18px;
    font-size: 12px;
    color: #888;
}

/* ——————————————————————————
 * loading
/* —————————————————————————— */
#loadingWrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}

#loadingWrap.active {
    display: block;
}

#loadingWrap .loadingLayer {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

#loadingWrap .loadingLayer:before {
    display: inline-block;
    content: "";
    width: 140px;
    height: 140px;
    background: url("../img/loading.gif") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

#loadingWrap .loadingLayer p {
    font-size: 18px;
}

#loadingWrap .loadingLayer p em {
    font-weight: 900;
}

/* tbl_CardInfo */
.tbl_CardInfo li {
    position: relative;
    padding: 30px 0;
    border-top: 1px dashed #ddd;
}

.tbl_CardInfo li:first-child {
    padding-top: 0;
    border-top: 0;
}

.tbl_CardInfo li .img {
    text-align: center;
}

.tbl_CardInfo li .img img {
    width: 200px;
    height: auto;
}

.tbl_CardInfo li .info {
    margin-top: 22px;
}

.tbl_CardInfo li .info h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.tbl_CardInfo li .info .desc {
    margin-top: 2px;
    font-size: 12px;
    text-align: center;
}

.tbl_CardInfo li .info .desc em {
    color: #f03e3e;
}

.tbl_CardInfo li .info .txt {
    margin-top: 12px;
    border-top: 1px solid #2d2d2d;
}

.tbl_CardInfo li .info .txt dl {
    display: table;
    width: 100%;
}

.tbl_CardInfo li .info .txt dl dd,
.tbl_CardInfo li .info .txt dl dt {
    display: table-cell;
    padding: 10px;
    font-size: 11px;
    vertical-align: middle;
    letter-spacing: -0.025em;
    border-bottom: 1px solid #eee;
}

.tbl_CardInfo li .info .txt dl dt {
    width: 30%;
    background: #f7f7f7;
}

.tbl_CardInfo li .info .txt dl dd {
    width: 70%;
    color: #888;
}

.tbl_CardInfo li .info .txt dl dd em {
    color: #2d2d2d;
}

.tbl_CardInfo li .info .txt dl dd a.call {
    display: inline-block;
    color: #2d2d2d;
    border-bottom: 1px solid #555;
}

.tbl_CardInfo li .info .txt dl dd a.call.btn span {
    color: #fff;
}

.tbl_CardInfo li .info .txt dl dd .m_none {
    display: none
}

.tbl_CardInfo li .info .lstTxt {
    margin-top: 10px;
    font-size: 11px;
    color: #aaa;
}

body:not(.view) .flag_wrap .flag.flag-new-item {
    display: block !important;
    position: absolute;
    bottom: 12px;
    left: 104px;
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    background-color: transparent;
    background-image: url("/assets/images/flag_new_item.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 아이템 리스트 정렬 */
.sort_wrap {
    margin-top: 10px;
    padding: 15px 18px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

.sort_wrap form div.sort_left {
    float: left;
}

.sort_wrap form div.sort_left li {
    font-weight: 600;
    line-height: 32px;
    color: #333;
}

.sort_wrap form div.sort_left li span {
    font-size: 15px;
    font-weight: 600;
    color: #a50034;
}

.sort_wrap h3 {
    font-weight: bold;
}

.sort_wrap h3 span {
    color: #a50034 !important;
}

.sort_wrap form div.sort_right {
    position: relative;
}

.sort_wrap form div.sort_right {
    float: right;
}

.sort_wrap form div.sort_right select {
    padding-left: 5px;
    width: 85px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #333;
    border: 1px solid #eee;
    appearance: none;
}

.sort_wrap form div.sort_right:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/bottom_arrow.png") no-repeat center;
    background-size: cover;
    position: absolute;
    right: 5px;
    bottom: 6px;
    z-index: 10;
}
