@charset "utf-8";

/*공통*/
.menuActive {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: 30px;
}

.topTitle {
    color: #333;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

/*상품 이미지*/
.img {
    width: 520px;
    height: 520px;
    border: 1px solid #f1f1f1;
    background-size: contain;
}

/*상품정보*/
.top {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.top h2 {
    font-weight: 700;
}

.top h3 {
    margin-top: 5px
}

.center {
    width: 100%;
    float: left;
}

.center ul {
    width: 100%;
    float: left;
}

.center ul li {
    margin-bottom: 18px;
    width: 100%;
    float: left;
}

.center ul li span {
    color: #333;
    float: left
}

.center ul li > span:nth-child(1) {
    width: 26%;
    float: left;
}

.center ul li > span:nth-child(2) {
    width: 73%;
    float: right;
}

.center ul li span:nth-child(2) .myanmar {
    width: auto;
    font-size: 1.2em;
    margin-top: -2px;
    margin-right: 5px;
    line-height: 1em;
}

.center .select {
    width: 73%;
    float: right;
    margin-bottom: 10px
}

.center .select:last-child {
    margin-bottom: 0
}

.center ul:nth-child(1) li:nth-child(3) .myanmar {
    font-size: 1.25em
}

.center ul:nth-child(1) li:nth-child(3) .cwh {
    font-size: 1.3em;
    color: #f12938;
    margin: -2px 0 0 7px
}

.center ul:nth-child(2) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 25px 0 10px 0;
    margin-top: 8px;
}

.center ul:nth-child(3) {
    margin-top: 21px;
    margin-bottom: 3px;
}

.select .select2 {
    width: 100% !important;
}

.productDetail .select .select2-container .select2-selection--single .select2-selection__rendered {
    width: 336px;
    border-right: 1px solid #ccc;
    margin: 10px 0 0 10px
}

.productDetail .select .select2-selection__placeholder {
    color: #333
}

.select2-container--open {
    width: 379px
}

.center ul:nth-child(3) li > span:nth-child(1) {
    margin-top: 9px
}

.optionWrap {
    width: 90%;
    float: left;
    background: #f8f8f8;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 32px 5%;
}

.center #optionArea .optionWrap span span {
    float: none
}

.optionWrap > span {
    width: 62%;
    float: left;
    line-height: 1.1em;
    margin-top: 10px
}

.optionWrap #input_div {
    width: 30%;
    float: left;
    margin-left: 4%;
    margin-top: 0px;
}

.optionWrap #input_div .btn {
    border: 1px solid #ccc;
    font-size: 2em;
    color: #acacac;
    height: 33px;
    width: 24%;
}

.optionWrap #input_div input {
    width: 30%;
    float: left;
    margin-left: -1px;
    text-align: center;
}

.optionWrap .close {
    margin-top: 8px;
    background-image: url(/assets/img/common/close_b.png);
    width: 15px;
    height: 15px;
    background-size: cover;
    float: right;
    cursor: pointer;
}

#optionArea li {
    margin-bottom: 0;
    margin-top: -1px;
}

#optionArea li:first-child {
    margin-top: 0;
}

.btnList {
    margin-top: 23px;
}

.btnList li:nth-child(1) {
    width: 56%;
    float: left;
    cursor: pointer;
}

.btnList ul li:nth-child(1) p {
    line-height: 65px;
    text-align: right;
}

.btnList li:nth-child(2) {
    width: 40%;
    float: left;
    margin: 0 2%;
    cursor: pointer;
}

.btnList li:nth-child(3) {
    width: 16%;
    float: left;
    cursor: pointer;
}

.btnList li input, .btnList li a {
    text-align: center;
    float: left;
    width: 100%;
    border-radius: 0;
    padding: 25px 0 24px 0;
}

.btnList li .heart {
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
}

.btnList li .emptyHeart {
    background-image: url(/assets/img/common/heart.jpg);
}

.btnList li .fullHeart {
    background-image: url(/assets/img/common/heart_full.jpg);
}

.info {
    margin-top: 30px
}

.info .top {
    width: 10%;
}

.info h5 {
    float: left;
    border-top: 1px solid #ccc;
    padding: 15px;
    color: #333;
}

.bar {
    width: 1px;
    height: 54px;
    background: #ccc;
    float: left;
    transform: rotate(-24deg);
    margin-left: 11px;
    margin-top: -2px;
}

.underBar {
    width: 90%;
    float: left;
    border-bottom: 1px solid #ccc;
    height: 49px;
}

#alertBox .btnList {
    margin-top: 0;
}

#alertBox .box {
    padding: 50px 50px 30px 50px;
    min-width: 300px;
}

.closeOrder {
    line-height: 65px;
    text-align: center;
}

.btnList li.endProduct {
    width: 20%;
}

/* hide */
.btnList li.requestSampleBtn {
    width: 40%;
}

/* 샘플신청 프로세스 추가 2019.08.01*/

.sample-box {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
    display:none;
}
.sample-box-bg {
    position:relative;
    width:100%;
    height:100%;
    background-color:#000;
    opacity: .8;
    z-index: 2;
}
.sample-request {
    position:absolute;
    width:1100px;
    height:700px;
    background-color:#FFF;
    top:50%;
    left:50%;
    margin-left:-550px;
    margin-top:-350px;
    z-index: 3;
}

.sample-request.sample-step1 {
    display:block;
}

.sample-request.sample-step2 {
    display:none;
    overflow-y : scroll;
}

.sample-msg,
.sns-box {
    position:relative;
    width:90%;
    margin:20px auto 0;
}

.sample-msg {
    border:1px solid #CCC;
    padding:10px 5px;
    box-sizing: border-box;
}

.sample-msg h2 {
    padding:5px 0 10px 10px;
}

.sample-msg p {
    font-size:14px;
    text-indent: 10px;
}

.sample-msg .important {
    color:blue;
}

.sns-list {
    width:90%;
    margin-left:5%;
}

.sns-list li {
    float:left;
    width:50%;
}

.sns-list li:after {
    clear: both;
    content:"";
    display:table;
}

.sns-list li > span {
    display:block;
    float:left;
}

.sns-list li > span img {
    width:34px;

}

.sns-list li > span:nth-child(1) {
    margin-right:10px;
}

.sns-list li > span > input[type='text'],
.sns-list li > span > input[type='number']{
    width:40%;
}

.sns-list li > span > input[type='text']:read-only,
.sns-list li > span > input[type='number']:read-only {
    background-color:#EFEFEF;
}

.etc-sns {
    margin-top:10px;
    margin-left:5%;
    width:90%;
}

.etc-sns > div.select {
    width:325px;
}

.etc-sns .etc-snsbtn {
    float:left;
    background: #fff;
    transition: 0.2s ease;
    display: block;
    box-shadow: 0 0 0px 1px #CCC;
    width:48px;
    height:33px;
    margin:1px 0 0 10px;
    font-size:20px;
}

.etc-sns .etc-snsbtn:hover {
    box-shadow: 0 0 0px 2px #000;
}
.posting_date_wrap {
    margin-top:10px;
    margin-left:13%;
    width:90%;
}
.posting_date_wrap .posting_title {
    padding: 10px 0;
}
.posting_date_wrap .posting_date_item {
    height: 35px;
}
.posting_date_wrap .posting_year {
    width: 150px;
    padding-left: 10px;
}
.posting_date_wrap .posting_month {
    width: 100px;
}
.posting_date_wrap .posting_day {
    width: 100px;
}
.sample-btn-list {
    position:absolute;
    width:90%;
    left:50%;
    margin-left:-45%;
    text-align:center;
    bottom:130px;
}

.sample-submit-btn-list {
    position:relative;
    margin:50px auto;
    text-align:center;
}


.sample-submit-btn-list .sample-btn,
.sample-btn-list .sample-btn {
    background: #fff;
    transition: 0.2s ease;
    border-radius:15px;
    display: inline-block;
    box-shadow: 0 0 0px 1px #CCC;
    padding:15px 24px;
    margin:1px 0 0 10px;
}

.sample-submit-btn-list .sample-btn:hover,
.sample-btn-list .sample-btn:hover {
    box-shadow: 0 0 0px 2px #000;
}

.sample-submit-btn-list .cancel-btn,
.sample-btn-list .cancel-btn {
    background-color: #F00;
    color:#FFF;
}

.wanghong-info .product-view {
    position: relative;
    width: 35%;
    padding: 20px 0 20px 5%;
}

.wanghong-info .apply-user-info h2,
.wanghong-info .product-view h2 {
    padding:5px 0 10px 10px;
}

.wanghong-info .product-view .product {
    position:relative;
    border:1px solid #efefef;
}

.wanghong-info .product-view .product .sample-img {
    width:100%;
    padding:15px;
    box-sizing: border-box;
}

.wanghong-info .product-view .product .sample-img > img {
    width:100%;
}

.wanghong-info .product-view .product .product-info {
    width:100%;
    padding:15px;
    box-sizing: border-box;
    text-align:left;
}

.wanghong-info .product-view .product .product-info h3 {
    font-size:1em;
    text-align:center;
}

.wanghong-info .product-view .product .product-info .sample-option {
    margin-top:20px;
    display:none;
}

.wanghong-info .product-view .product .product-info .sample-option h4 {
    color:#808080;
    margin-bottom:10px;
    font-size:0.9em;
}

.wanghong-info .product-view .product .product-info .sample-option-area {
    position:relative;
    width:100%;
    height:106px;
    overflow-y:scroll;
}

.wanghong-info .product-view .product .product-info .sample-option-area li .optionWrap {
    padding:12px 5% !important;
    border-bottom:none;
}

.wanghong-info .product-view .product .product-info .sample-option-area li:last-child .optionWrap {
    border-bottom:1px solid #CCC !important;
}

.wanghong-info .product-view .product .product-info .sample-option-area li .optionWrap > span {
    width:100% !important;
}

.wanghong-info .product-view .product .product-info .sample-option-area li .optionWrap .close {
    display:none;
}

.wanghong-info .apply-user-info {
    position: relative;
    width: 50%;
    padding: 20px 0 20px 5%;
}

.wanghong-info .apply-user-info .apply-user-view {
    border:1px solid #efefef;
}

.wanghong-info .apply-user-info dt,
.wanghong-info .apply-user-info dd {
    position:relative;
    float:left;
    height:50px;
    line-height:50px;
}

.wanghong-info .apply-user-info dt {
    width:30%;
    text-align:center;
}

.wanghong-info .apply-user-info dt:after {
    position:absolute;
    content:"|";
    font-size:13px;
    color:#CCC;
    right:20px;
}

.wanghong-info .apply-user-info dd {
    width:70%;
}

.wanghong-info .apply-user-info dd input[type='text'],
.wanghong-info .apply-user-info dd input[type='number'] {
    width:240px;
    text-indent: 20px;
}

.wanghong-info .apply-user-info .user-address {
    position:relative;
    height:auto !important;
}

.delivery-zipcode {
    width:113px !important;
}

.wanghong-info .apply-user-info .user-address .address-btn {
    height: 33px;
    padding:0 20px;
    color:#FFF;
    background-color:#000;
    border-radius: 4px;
}

.wanghong-info .apply-user-info .user-address #address_wrap {
    display: none;
    border: 1px solid;
    width: 500px;
    height: 444px;
    margin: 0 auto;
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -222px;
}
/* 샘플신청 프로세스 추가 2019.08.01*/
