@charset "UTF-8";

@font-face{
    font-family: 'Noto Sans KR';
    font-weight: 400;
    font-style: normal;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face{
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-style: normal;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html {
    font-size: 62.5%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo",'Arial','Noto Sans KR',sans-serif;
    font-size: 14px;   /* ie */
    font-size: 1.4rem; /* 14px */
    color:#2E2E2E;
    overflow-x: hidden;
    letter-spacing:-.3px;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}
em, address {
    font-style: normal;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
strong, b {
    font-weight: 700;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    vertical-align:middle;
}
small {
    font-size: 1.2rem;
}
button,
input,
select,
textarea{
    font-size:inherit;
    font-family: inherit;
    cursor: pointer;
    vertical-align:middle;
}
textarea{
    resize:none;
    outline:0;
    margin:0;
}
input{
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
    display:none;
}
input::-ms-input-placeholder{color: #b1afaf}
input::-webkit-input-placeholder{color:#b1afaf}
input::-moz-placeholder{color:#b1afaf}
textarea::-ms-input-placeholder{color:#b1afaf}
textarea::-webkit-input-placeholder{color:#b1afaf}
textarea::-moz-placeholder{color:#b1afaf}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
/*.ui-widget,*/
/*.ui-widget *:not(i, #contentView *){*/
/*    font-family:inherit;*/
/*}*/
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button{
    font-size:inherit;
}
#contentView{
    line-height: 1.42857143;
}

/*라벨*/
.badge{
    display:inline-block;
    padding:3px 3px 2px;
    margin-right:3px;
    font-size:10px;
    line-height:1;
    color:#fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius:2px;
}
.badge-pink{
    color:#fff;
    background:#FF5D7D;
}
.badge-yellow{
    color:#fff;
    background:#FFCC00;
}
.badge-lightpink{
    color:#FF5D7D;
    background:rgba(255,93,125,.05);
}
.badge-orange{
    color:#fff;
    background:#f0ad4e;
}
.badge-skyblue{
    color:#fff;
    background:#5bc0de;
}
.badge-brown{
    color:#fff;
    background:#C1AA92;
}
.badge-gray{
    color:#fff;
    background:#a0adb2;
}
.badge-blue{
    color:#fff;
    background:#3a67ea;
}
.badge-red{
    color:#fff;
    background:#f74853;
}

/*상품아이콘*/
.icon_area{
    display:inline;
}
.icon_area span{
    display:inline-block;
    padding-top:1px;
    margin-right:2px;
}
.icon_area img{
    vertical-align:top;
}
.icon_new1 img,
.icon_new2 img,
.icon_sale1 img,
.icon_sale2 img,
.icon_hot1 img,
.icon_hot2 img{
    width:auto;
    height:13px;
}
.icon_new3 img,
.icon_sale3 img,
.icon_hot3 img{
    width:auto;
    height:10px;
    margin:2px 2px 0 0;
}
@media (max-width:1024px){
    .icon_new1 img,
    .icon_new2 img,
    .icon_sale1 img,
    .icon_sale2 img,
    .icon_hot1 img,
    .icon_hot2 img{
        height:12px;
    }
    .icon_new3 img,
    .icon_sale3 img,
    .icon_hot3 img{
        height:9px;
    }
}

/*버튼*/
.btn{
    display: inline-block;
    padding:13px 17px;
    font-size:13px;
    font-weight:600;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius:4px;
    text-align: center;
    vertical-align: middle;
    margin:0;
}
.form-group .btn:not(.btn-sm){
    min-height:47px;
    max-height:47px;
}
.form-group .btn-sm{
    max-height:28px;
    font-size:12px;
}
.btn.disabled,
.btn:disabled{
    pointer-events: none;
    opacity:.65;
}
.btn-outline-brown{
    color:#A18672 !important;
    background-color:#fff;
    border-color:#A18672;
}
.btn-outline-black{
    color:#2A2B2C;
    background-color:#fff;
    border-color:#2A2B2C;
}
.btn-outline-gray,
.btn-default{
    color:#353535;
    background-color:#fff;
    border-color:#E2E2E2;
}
.btn-white{
    color:#999;
    background-color:#fff;
}
.btn-black{
    color:#fff !important;
    background-color:#2A2B2C;
}
.btn-brown{
    color:#fff;
    background-color:#A18672;
}
.btn-lg{
    padding:15px 12px;
    max-height:55px;
    font-size:14px;
    font-weight:bold;
    line-height:1.45;
}
.btn-xl{
    padding:19px 12px;
    font-size:16px;
    font-weight:bold;
}
.btn-md{
    padding:6px 12px 7px;
    font-size:13px;
    font-weight:normal;
    line-height:1.5;
    border-radius:3px;
    max-height:35px;
}
.btn-sm{
    padding:5px 7px;
    font-size:12px;
    font-weight:normal;
    line-height:1.5;
    border-radius:3px;
    max-height:28px;
}
.btn-block{
    display: block;
    width: 100%;
}
.btn-addcart{
    padding:13px 17px 14px 18px;
}
.btn-addcart::before{
    content:'';
    display:block;
    width:27px;
    height:26px;
    margin:0 auto;
    background:url(/img/order_form/ico_addcart.svg)no-repeat right;
    background-size:25px auto;
}
.btn-snsshare{
    padding:0;
}
.btn-snsshare::before{
    content:'';
    display:block;
    width:18px;
    height:18px;
    background:url(/img/order_form/ico_share.svg)no-repeat center;
    background-size:100%;
}
@media(max-width:1024px){
    .btn-snsshare::before{
        background-size:92%;
    }
}
.btn-moreview{
    padding:1px 4px 0;
    margin-left:5px;
    border-radius:50%;
    vertical-align: text-bottom;
}
.btn-moreview::before{
    content:'';
    display:block;
    width:6px;
    height:13px;
    background:url(/img/order_form/ico_qmark.svg)no-repeat center;
    background-size:6px auto;
}
.btn-link{
    color:#A18672;
    font-weight:bold;
}
.btn-link::after{
    content:'';
    display:inline-block;
    width:7px;
    height:7px;
    margin:0 0 1px 1px;
    border:solid #A18672;
    border-width:1px 1px 0 0;
    transform:rotate(45deg);
}
.btn-link-gray{
    color:#999;
    padding-right:7px;
    padding-left:7px;
}
.btn-link-gray::after{
    content:'';
    display:inline-block;
    width:7px;
    height:7px;
    margin:0 0 1px 1px;
    border:solid #999;
    border-width:1px 1px 0 0;
    transform:rotate(45deg);
}
.btn-link-red{
    color:#FF5D7D;
    font-size:14px;
    font-weight:bold;
}
.btn-link-red::after{
    content:'';
    display:inline-block;
    width:8px;
    height:8px;
    margin-bottom:1px;
    border:solid #FF5D7D;
    border-width:1px 1px 0 0;
    transform:rotate(45deg);
}
.btn-link-red.btn-link-lg{
    font-size:18px;
}
.btn-link-red.btn-link-lg::after{
    width:10px;
    height:10px;
    margin:0 0 1px 3px;
    border-width:2px 2px 0 0;
}
.btn-delete{
    padding:4px;
}
.btn-delete::before{
    content:'';
    display:block;
    width:10px;
    height:10px;
    background:url(/img/order_form/ico_close.svg)no-repeat center;
    background-size:100%;
}
.btn-edit{
    padding:4px;
}
.btn-edit::before{
    content:'';
    display:block;
    width:10px;
    height:10px;
    background:url(/img/order_form/ico_edit.svg)no-repeat center;
    background-size:100%;
}
.btn-img-delete::before{
    content:'';
    display:block;
    width:20px;
    height:20px;
    border:1px solid;
    border-color:rgba(193,170,146,.25);
    background:#f6f2ef url(/img/order_form/ico_close_brown.svg)no-repeat center;
    background-size:100%;
}
.btn-siren{
    padding:0 7px 0 17px;
    color:#b7b7b7;
    font-weight:normal;
    background:url(/img/mall/ico_siren.svg)no-repeat;
    background-size:14px;
    background-position:left top 40%;
}
@media (max-width:1024px){
    .btn-siren{
        font-size:12px;
        background-position:left top 65%;
    }
}
.form-inline{
    display:inline-block;
    margin:0 10px 8px 0;
}
/*라디오*/
.form-radio{
    cursor:pointer;
}
.form-radio input[type="radio"] {
    display:none;
}
.form-radio input[type="radio"]:checked + span::before{
    background:url(/img/order_form/img_radio_on.png)no-repeat;
    background-size:21px;
}
.form-radio input[type="radio"] + span::before{
    background:url(/img/order_form/img_radio_off.png)no-repeat;
    background-size:21px;
}
.form-radio span{
    position:relative;
    padding-left:28px;
}
.form-radio span::before{
    position:absolute;
    top:calc(50% - 10px);
    left:0;
    content:"";
    width:21px;
    height:21px;
}

/*체크박스*/
.form-check{
    position:relative;
    display:inline-block;
    color:#9A9A9A;
    letter-spacing:-.7px;
    cursor:pointer;
}
.form-check input[type="checkbox"]{
    display:none
}
.form-check input[type="checkbox"]:checked + span::before{
    background:url(/img/order_form/img_checkbox_on.png)no-repeat;
    background-size:21px;
}
.form-check input[type="checkbox"] + span::before{
    background:url(/img/order_form/img_checkbox_off.png)no-repeat;
    background-size:21px;
}
.form-check span{
    position:relative;
    display:block;
    padding-left:28px;
}
.form-check span::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:21px;
    height:21px;
}
.form-check span small{
    padding-left:2px;
    letter-spacing:-.5px;
}

/*스위치*/
.form-switch{
    position:relative;
    display:inline-block;
    width:55px;
    height:20px;
    cursor:pointer;
}
.form-switch input[type="checkbox"]{
    width:0;
    height:0;
    opacity:0;
}
.form-switch .slider{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius:3px;
    width:auto;
    height:auto;
    background-color:#F4F4F4;
    -webkit-transition:.3s;
    transition:.3s;
}
.form-switch .slider::before{
    content:'OFF';
    position:absolute;
    width:31px;
    height:22px;
    border-radius:3px;
    left:0;
    top:-1px;
    background:#84868b;
    -webkit-transition:.3s;
    transition:.3s;
    text-align:center;
    padding-top:1px;
    font-size:11px;
    letter-spacing:.5px;
    color:#fff;
}
.form-switch input:checked + .slider{
    background:#EFEDEB;
}
.form-switch input:checked + .slider::before{
    content:'ON';
    -webkit-transform:translateX(24px);
    -ms-transform:translateX(24px);
    transform:translateX(24px);
    background:#C1AA92;
    color:#fff;
}

/*수량증가,감소input*/
.arrowinputbox{
    display:table;
    width:105px;
    height:32px;
    background:#fff;
    border-radius:5px;
    border:1px solid #E8E8E8;
}
.arrowinputbox a{
    position:relative;
    display:table-cell;
    width:29px;
    height:30px;
    background-size:9px;
}
.arrowinputbox .arrowbott{
    background:url(/img/order_form/ico_minus.svg)no-repeat center;
}
.arrowinputbox .arrowtop{
    background:url(/img/order_form/ico_plus.svg)no-repeat center;
}
.arrowinputbox .num{
    display:table-cell;
    width:45px;
    height:30px;
    border:solid #F0F0F0;
    border-width:0 1px;
    text-align:center;
}

/*탭*/
.tab{
    position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width:100%;
}
.tab a{
    position:relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    padding:30px 12px 13px;
    color:#666;
    font-size:16px;
    text-align:center;
}
.tab a:hover{
    color:#A18672;
}
.tab a::after{
    content:'';
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    height:1px;
    background:#E7E7E7;
}
.tab a.active::after{
    height:2px;
    background:#C1AA92;
    z-index:9;
}
.tab .active{
    color:#A18672;
    font-weight:bold;
}
@media (max-width:1024px){
    .tab{
        overflow-x:auto;
    }
    .tab a{
        padding:13px 15px 10px;
        font-size:14px;
        white-space:nowrap;
    }
}

/*pagination*/
.pagination{
    padding:15px 0 20px;
    font-size:0;
    text-align:center;
}
.pagination li{
    position:relative;
    display:inline-block;
    vertical-align:top;
}
.pagination li + li{
    margin-left:5px;
}
.pagination span,
.pagination a{
    display:block;
    padding:3px 10px 2px;
    font-size:12px;
    border:1px solid #ededed;
}
.pagination .active:not(.mypage-content *){
    padding:3px 10px 2px;
    color:#2E2E2E;
    border-color:#2E2E2E;
}
.pagination .active,
.pagination .active *{
    border-color:#2E2E2E;
}
.pagination .prev,
.pagination .next{
    width:22px;
    height:27px;
    border-color:transparent;
}
.pagination .prev_double,
.pagination .next_double{
    width:22px;
    height:27px;
    border-color:transparent;
}
.pagination .prev,
.pagination *[rel="prev"]{
    font-size:0;
    border-color:transparent;
    background:url(/img/page_left.svg)no-repeat center;
    background-size:12px auto;
    margin-right:7px;
}
.pagination .next,
.pagination *[rel="next"]{
    font-size:0;
    border-color:transparent;
    background:url(/img/page_right.svg)no-repeat center;
    background-size:12px auto;
    margin-left:7px;
}
.pagination .prev_double,
.pagination *[rel="prev_double"]{
    font-size:0;
    border-color:transparent;
    background:url(/img/page_left_double.svg)no-repeat center;
    background-size:12px auto;
}
.pagination .next_double,
.pagination *[rel="next_double"]{
    font-size:0;
    border-color:transparent;
    background:url(/img/page_right_double.svg)no-repeat center;
    background-size:12px auto;
    margin-left:-5px;
}
.pagination .disabled{
    display:none;
}
@media (max-width:1024px){
    .pagination{
        padding:10px 0;
    }
}

/*breakpoint:max-width 768*/
.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row > *{
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
.row > .form-label{
    width:130px;
}
.row > .form-label + div{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    width:100%;
}
@media (max-width: 1024px){
    .row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.input-group{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-combi{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}
.input-group + .input-group{
    margin-top:7px;
}
.input-group-btn{
    width:83px;
}
@media (min-width: 1025px){
    .input-group-xxs{
        max-width:180px;
    }
    .input-group-xs{
        max-width:255px;
    }
    .input-group-sm{
        max-width:360px;
    }
    .input-group-md{
        max-width:510px;
    }
    .input-group-wide{
        max-width:100%;
    }
}

/*원단위 붙어있는 우측정렬 input*/
.input-group-won{
    position:relative;
}
.input-group-won input{
    padding-right:62px;
    font-weight:bold;
    text-align:right;
}
.input-group-won span{
    position:absolute;
    right:45px;
    line-height:49px;
    font-size:13px;
    font-weight:bold;
}
.input-group-won .btn-inp-reset{
    position:absolute;
    top:calc(50% - 8px);
    right:15px;
    width:16px;
    height:16px;
    background:url(/img/order_form/ico_inp_reset.svg)no-repeat center;
    background-size:100%;
}

/*글자수 제한 textarea*/
.input-group-textarea{
    position:relative;
}
.input-group-textarea textarea{
    height:auto;
}
.input-group-textarea small{
    position:absolute;
    right:10px;
    bottom:10px;
    padding:5px;
    background:#fff;
}

/*탭*/
.input-group-tab{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width:100%;
    text-align:center;
}
.input-group-tab > label,
.input-group-tab > a{
    position:relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    padding:13px 15px 12px;
    background:#F4F4F4;
    border:1px solid transparent;
    color:#666;
    font-size:13px;
    cursor:pointer;
}
.input-group-tab > label:last-child,
.input-group-tab > a:last-child{
    border-bottom-right-radius:4px;
    border-top-right-radius:4px;
}
.input-group-tab > label:not(:first-child){
    margin-left:-1px;
}
.input-group-tab > input{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.input-group-tab > input:first-child + label,
.input-group-tab > a:first-child{
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
}
.input-group-tab > input:checked + label,
.input-group-tab > a.active{
    background:#fff;
    border-color:#2E2E2E;
    font-weight:bold;
    color:#2E2E2E;
    z-index:1;
}
.input-group-tab > input:checked + label::before,
.input-group-tab > a.active::before{
    content:'';
    display:inline-block;
    width:12px;
    height:10px;
    margin-right:7px;
    background:url(/img/order_form/ico_check.svg)no-repeat center;
    background-size:100% auto;
}
@media (max-width: 1024px){
    .input-group-tab > label{
        max-width:none;
    }
}

/*form*/
.form-group{
    padding:7px 0;
}
.form-label{
    position:relative;
    display:block;
    padding:10px 0;
    color:#666;
}
.form-label-sm{
    height:28px !important;
    padding:0;
    line-height:28px !important;
    font-size:13px;
}
@media (min-width: 1025px) {
    .form-label:not(.form-label-sm){
        padding:14px 0 13px;
    }
}

.form-control{
    display: inline-block;
    width: 100%;
    height:47px;
    padding: 0 15px;
    font-size:14px;
    color:#2E2E2E;
    background:#fff;
    border: 1px solid #E2E2E2;
    border-radius:4px;
    outline:0;
    caret-color:#FF5D7D;
}
input.form-control[readonly],
input.form-control:disabled,
textarea.form-control[readonly],
textarea.form-control:disabled{
    color:#2E2E2E;
    background:#F7F7F7;
}
.form-control-sm{
    width:100%;
    height:28px;
    padding:0 8px;
    font-size:12px;
}
.form-select{
    color:#2E2E2E;
    padding:0 35px 0 15px;
    background:#fff url(/img/order_form/ico_arrow_black.svg)no-repeat;
    background-position:right 15px top 50%;
    background-size:auto 5px;
}
select.form-select[readonly],
.form-select:disabled{
    color:#999;
    background:#F7F7F7 url(/img/order_form/ico_arrow_black.svg)no-repeat;
    background-position:right 15px top 50%;
    background-size:auto 5px;
}
.select-sm{
    height:28px;
    padding:0 8px;
    font-size:12px;
    background:#fff url(/img/order_form/ico_arrow_black.svg)no-repeat;
    background-position:right 10px top 50%;
    background-size:auto 4px;
}
textarea.form-control{
    height:auto;
    min-height:47px;
    padding-top:14px;
    padding-bottom:13px;
}
textarea.form-control-sm{
    padding-top:7px;
    padding-bottom:7px;
}
.form-cardnum{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding:0;
}
.form-cardnum input{
    max-width:22%;
    border:0;
    outline:0;
    text-align:center;
}
.form-phonenum{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:0;
}
.form-phonenum select{
    max-width:35%;
    min-width:70px;
    height:45px;
    padding-right:0;
    border:0;
}
.form-phonenum input{
    max-width:26%;
    height:45px;
    border:0;
    outline:0;
    background:transparent;
    text-align:center;
}
.form-control .hyp{
    padding:0 2px;
    line-height:47px;
}

.form-static .form-label{
    width:130px;
}
.form-static .form-label + div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*기간검색 input*/
.form-date{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width:260px;
    padding:0;
}
@media (max-width:350px){
    .form-date{
        max-width:225px;
    }
}
.form-date > div{
    position:relative;
}
.form-date > div::after{
    content:'';
    position:absolute;
    top:calc(50% - 7px);
    right:10px;
    width:14px;
    height:14px;
    background:url(/img/order_form/ico_calendar.svg)no-repeat;
    background-size:100% auto;
}
.form-date input{
    width:100%;
    height:100%;
    padding:0 30px 0 10px;
    font-size:12px;
}
.form-date span{
    padding:0 5px;
    line-height:26px;
    font-size:12px;
}

.form-responsive-pd{
    padding-left:7px;
}
@media (max-width: 1024px){
    .form-responsive-pd{
        padding-top:7px;
        padding-left:0;
    }
}

.form-to-between{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media (max-width: 1024px){
    .form-to-between{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}
.form-label.required::after,
.form-label .required::after{
    content:'';
    position:relative;
    top:-10px;
    display:inline-block;
    width:4px;
    height:4px;
    margin-left:5px;
    border-radius:50%;
    background:#FF5D7D;
}
.form-check.required span::after{
    content:'';
    display:inline-block;
    width:4px;
    height:4px;
    margin-top:1px;
    margin-left:5px;
    border-radius:50%;
    background:#FF5D7D;
    vertical-align:top;
}


.help-block{
    margin-top:5px;
    font-size:13px;
    color:#FF5D7D;
}
.txt-block{
    margin-top:7px;
}
.txt-desc{
    color:#9A9A9A;
    font-size:13px;
}
.txt-desc::before{
    content:'';
    display:inline-block;
    width:16px;
    height:16px;
    margin-top:2px;
    margin-right:5px;
    border-radius:50%;
    border:1px solid #f0f0f0;
    background:url(/img/order_form/ico_notice.svg)no-repeat center;
    background-size:4px;
    vertical-align:top;
}

/*상품이미지(전체통일)*/
.imgwrap:not(#contentView *, .widget-insta *){
    position: relative;
    width:auto;
    height:auto;
    padding-bottom:100%;
    background: #f7f7f7;
    overflow: hidden;
}
.imgwrap .inner:not(#contentView *, .widget-insta *){
    position:absolute;
    width:100%;
    height:100%;
}
.imgwrap .inner:not(#contentView *, .widget-insta *)::after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    content:'';
    border:1px solid rgba(0,0,0,.03);
}
.imgwrap img:not(#contentView *, .widget-insta *){
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
}
.imgwrap.vertical-imgwrap:not(#contentView *, .widget-insta *){
    padding-bottom:133.335%;
}

/*업로드되는 이미지*/
.upload-imgwrap{
    position:relative;
    border-radius:8px;
    overflow:hidden;
}
.upload-imgwrap::after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-radius:8px;
    border:1px solid rgba(0, 0, 0, .04);
}
.upload-imgwrap img{
    width:100%;
}

/*링크로 넣는 동영상*/
@media (min-width:641px){
    .board-movie-wrap :is(.youtubeWrapper,.vimeoWrapper):not(.best-review-detail-wrap *){
        width:560px;
        height:315px;
        padding:0;
    }
    .board-movie-wrap .instagramWrapper:not(.best-review-detail-wrap *){
        width:540px;
        height:842px;
        padding:0;
    }
}
.board-movie-wrap :is(.youtubeWrapper,.vimeoWrapper){
    position:relative;
    width:auto;
    height:auto;
    padding-bottom:56.25%;
}
.board-movie-wrap .instagramWrapper{
    position:relative;
    width:auto;
    height:auto;
    padding-bottom:156%;
}
.board-movie-wrap .instagramWrapper .movieUrlContent{
    border:1px solid #dbdbdb;
}
.board-movie-wrap :is(.youtubeWrapper,.vimeoWrapper,.instagramWrapper) .movieUrlContent{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:8px;
    overflow:hidden;
}

/*table*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    word-wrap: break-word;
    word-break: break-all;
    border-collapse: collapse;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 6px 12px;
    line-height: 1.5;
    font-size:13px;
    vertical-align: middle;
    border: 1px solid #ddd;
}
.table > thead > tr > th,
.table > tbody > tr > th {
    vertical-align: middle;
    background-color: #fafafa;
}
.table > thead > tr:first-child > th {
    border-left:0;
}
.table > thead > tr:first-child > th:last-child {
    border-right:0;
}
.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child{
    border-left:0;
}
.table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child{
    border-right:0;
}
.t-line {
    border-top: 2px solid #4a5062 !important;
}
.table > thead > tr:first-child > td.t-line,
.table > tbody > tr:first-child > td.t-line {
    border-top: 2px solid #4a5062;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    vertical-align: middle;
    font-weight: 700;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th {
    border: 1px solid #d0d0d0;
    font-weight: 700;
}
.table-bordered > thead > tr > th {
    padding: 8px 8px;
}
.table-bordered > tbody > tr > td > .input_inbox > input[type='text'] {
    width: 150px;
}
.table-bordered > tbody > tr > td > .radio > label > input[type='checkbox'] {
    margin-top: 1px;
    margin-right: 5px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f6f6f6;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

/*loading*/
.wrap-loading{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.5);
    text-align:center;
    z-index:9999999;
}
.lds-ellipsis {
    position: relative;
    width: 80px;
    height: 80px;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
}
.lds-ellipsis div {
    position: absolute;
    top: 35px;
    width:7px;
    height:7px;
    border-radius: 50%;
    background:#fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 19px;
    animation: lds-ellipsis1 0.5s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 19px;
    animation: lds-ellipsis2 0.5s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left:37px;
    animation: lds-ellipsis2 0.5s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 55px;
    animation: lds-ellipsis3 0.5s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(18px, 0);
    }
}

/*modal*/
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    padding-top:5px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-header h4{
    -webkit-box-original-group:-9998;
    -webkit-order:-9999;
    -ms-flex-order:-9999;
    order:-9999;
    font-size:18px;
    line-height:normal;
}
.modal-header .close{
    background:url(/img/order_form/ico_close2.svg)no-repeat center;
    background-size:44%;
}
.modal-header .close img{
    opacity:0;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-body img {
    max-width: 100% !important;
}
#goodContentFrame img {
    max-width: 100% !important;
    height: auto;
}
.modal-footer {
    padding: 15px;
    text-align: right;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 1025px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-md{
        width:450px;
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.d-block{display:block !important}
.hide,
.d-none,
.display-none{display:none !important}
@media (min-width:577px){
    .d-md-block{
        display:block !important;
    }
}
@media (max-width:576px){
    .d-sm-block{
        display:block !important;
    }
}
.inline-block{display:inline-block !important}
.d-flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.align-items-center{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}
.align-items-baseline{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
}
.pull-right{float:right !important}
.text-center{
    text-align:center !important;
}
.txt-center{text-align:center !important}
.txt-right{text-align:right !important}
.txt-red{color:#FF5D7D !important}
.txt-black{color:#2E2E2E !important}
.txt-darkgray{color:#666 !important}
.txt-gray{color:#9A9A9A !important}
.txt-brown{color:#A18672 !important}
.mt-4{margin-top:-4px !important}
.mt0{margin-top:0 !important}
.mt3{margin-top:3px !important}
.mt5{margin-top:5px !important}
.mt7{margin-top:7px !important}
.mt10{margin-top:10px !important}
.mt15{margin-top:15px !important}
.mt20{margin-top:20px !important}
.mr0{margin-right:0 !important}
.mr3{margin-right:3px !important}
.mr8{margin-right:8px !important}
.mr10{margin-right:10px !important}
.mr12{margin-right:12px !important}
.mr20{margin-right:20px !important}
.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb20{margin-bottom:20px !important}
.ml0{margin-left:0 !important}
.ml7{margin-left:7px !important}
.ml10{margin-left:10px !important}
.pdt0{padding-top:0 !important}
.pdr10{padding-right:10px !important}
.pdr15{padding-right:15px !important}
.pdr20{padding-right:20px !important}
.pdb10{padding-bottom:10px !important}
.pdl0{padding-left:0 !important}
.pdl5{padding-left:5px !important}
.pdl7{padding-left:7px !important}
.pdl10{padding-left:10px !important}
.pdl14{padding-left:14px !important}
.w-100{width:100% !important}
.border-0{border:0 !important;}
.border-top-0{border-top:0 !important}
.border-bottom-0{border-bottom:0 !important}
