/* BASIC css start */
/*app_btn*/
#productDetail .direct-app .step {
    width: 363px;
}

#productDetail .direct-app .step dl.step1 {
    width: 120px;
    padding: 60px 13px;
}

#productDetail .direct-app .step dl.step1 dt {
    width: 120px;
    text-align: center;
}

#productDetail .direct-app .step dl.step1 dd {
    width: 120px;
}

#productDetail .direct-app .step dl.step2 {
    width: 180px;
    padding: 53px 18px;
}

#productDetail .direct-app .step dl.step2 dt {
    width: 141px;
}

#productDetail .direct-app .step dl.step2 dd {
    width: 178px;
    float: left;
    text-align: left;
}

#productDetail .direct-app .step dl.step2 dd .txt-number {
    background: #fbfbfb;
}

/* #productDetail .thumb-info .info { margin-top:40px; } */
#productDetail .thumb-info .info.fixed {
    background-color: #fff;
}

#productDetail .thumb-info .info .detail_option_container .tb-left {
    padding: 0;
}

#basketpage table img {
    max-width: none;
}

.thumb-info:after {
    clear: both;
    display: block;
    content: '';
}



.btn-container {
margin: 0 auto;
width: 100%;
text-align: center;
}



#shoppay_btn{
margin-top: 12px;}

#nhn_btn {
    margin-top: 12px;
}

.SMScoupon {
    margin-top: 5px;
    width:100%;
    text-align: center;
}

.dgg > div {
    margin-top: 73px;
}

.prd-btns .dgg a {
    width: 99px;
    background: url('/design/dint/newbird/product/okdgg_btn_type13_col1_all.png') center no-repeat;
}

.prd-btns .dgg a img {
    display: none;
}

.dgg {
    float: right;
    width: calc(100% - 251px);
    text-align: center;
}

.openbtn {
    display: none;
    text-align: right;
    position: fixed;
    right: 150px;
    bottom: 0px;
    z-index: 99;
    width: 240px;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    background: #333;
    color: #fff;
}

.form_container dl:after {
    clear: both;
    content: '';
    display: block;
}

.SMS_price_top01 dt {
    width: 100px;
    float: left;
}

.SMS_price_top01 dd {
    width: calc(100% - 100px);
    float: left;
    text-align: right;
}

.SMS_price_top01 dd .origin {
    margin-right:3px;
    color: #aaa;
}

#MK_innerOptTotal {
    padding: 24px 0;
    text-align: left;
    border-top: 1px solid #ddd;
}

#MK_innerOptTotal .MK_txt-total {
    font-size: 15px;
    color: #000;
}

#MK_innerOptTotal .MK_total {
    font-size: 15px;
    font-weight: 400;
    float: right;
}

/*basic */
.thumb-wrap {
    width: 55%;
    display: inline-block;
}

.thumb-wrap > .thumb img {
    width: 100%;
}

.info {
   width: 43%;
display: inline-block;
float: right;
font-size: 12px;
}

.info.flyer {
    position: fixed;
    bottom: 0;
    right: 80px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 9999;
}

.opt-wrap select {
    width: 100%;
    padding: 1px 18px;
    margin-top: 6px;
    margin-bottom: 7.5px;
}

dt {
    text-align: left;
    font-family: 'GeosansLight', sans-serif;
}

.MK_optAddWrap dt {
    text-align: left;
    margin-top: 15px;
}

.form_container .tit-prd {
    font-weight: 400;
    font-size: 16.5px;
    margin-bottom: 16px;
}

.form_container dl {
    margin-bottom: 8px;
    font-size: 14.5px;
    font-weight: 300;
    text-transform: uppercase;
}

.form_container dl dt{
    padding:10px 0 5px;
}

.table-opt table {
    width: 100%;
}

.table-opt table tr:after {
    content: '';
    display: block;
    clear: both;
}

.table-opt table th {
    font-weight: 300;
    width: 50%;
}

.table-opt table td {
    width: 50%;
    text-align: right;
}

.product_tab_wrap {
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.product_tab_wrap .tab-title {
    position: relative;
    padding: 10px 0;
    font-family: 'GeosansLight', sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.product_tab_wrap .tab-title:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background: #424242;
    top: 20px;
    right: 0;
}

.product_tab_wrap .tab-title:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #424242;
    top: 13px;
    right: 7px;
    transition: 0.4s;
}

.product_tab_wrap .tab-title.shut:before {
    transform: rotate(90deg);
}

.product_tab_wrap .tab-container {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.product_tab_wrap .tab-container p {
    position: relative;
    padding: 0 10px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #888;
    line-height: 20px;
}

.product_tab_wrap .tab-container p span {
    position: relative;
    display: block;
    width: 15px;
    margin: auto;
    height: 15px;
}

.product_tab_wrap .tab-container p span:before {
    position: absolute;
    top: 11px;
    left: -1px;
    width: 9px;
    height: 1px;
    content: '';
    background: #888;
    transform: rotate(45deg);
}

.product_tab_wrap .tab-container p span:after {
    position: absolute;
    top: 11px;
    right: 0px;
    width: 9px;
    height: 1px;
    content: '';
    background: #888;
    transform: rotate(-45deg);
}

.product_tab_wrap .tab-container > div {
    padding: 10px 0;
}

.product_tab_wrap .tab-container .userBenefitList li{
    width:25%;
    text-align:center;
}

.product_tab_wrap .tab-container .userBenefitList li .imgWrap img{
    display: block;
    width: 55px;
    margin: 0 auto;
}

.product_tab_wrap .tab-container .userBenefitList li .textWrap span{
    display: block;
    font-size: 12px;
    font-weight: 300;
}

.size_chart_name {
    font-size: 14.5px;
}


/* buy btn */
.prd-btns ul {
    font-size: 0;
}

.prd-btns li {
    display: inline-block;
    width: calc((100% - 71px)/2);
    margin-right: 2px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.prd-btns li:last-child {
    margin-right: 0;
    font-size: 0;
}

.prd-btns li a {
    display: block;
    font-size: 12px;
    width:100%;
    height:100%;
}

.prd-btns li span {
    display: inline-block;
    vertical-align: top;
}

.prd-btns li span img {
    vertical-align: top;
}

.prd-btns .buy_btn a {
    background: #000;
    color: #fff;
}

.prd-btns .add_btn {
    border: 1px solid #a4a4a4;
}

.prd-btns .gift_btn,
.prd-btns .wish_btn {
    width:32px;
    border: 1px solid #a4a4a4;
    margin-right: 3px;
}

.prd-btns .gift_btn img,
.prd-btns .wish_btn img{
    width:20px;
    vertical-align:middle;
    margin-top:-5px;
}

.prd-btns .soldout {
    width: 100%;
    background: #000;
}

@media (max-width:992px){
    .prd-btns ul {
        padding-bottom: 35px;
        position: relative;
    }

    .prd-btns li {
        display: inline-block;
        width: calc((100% - 73px)/2);
        margin-right: 2px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
        color: #fff;
    }
    
    .prd-btns li:nth-child(1){
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 32px;
    }
    
    .prd-btns li.add_btn{
        width:calc(100% - 70px);
    }
}

.tit_c {font-family: 'GeosansLight', sans-serif;
    font-size: 17.5px;
    margin-top: 15px;
}

.tit {
    font-family: 'GeosansLight', sans-serif;
    font-size: 17.5px;
    margin-bottom: 15px;
}

.related .tit {
    margin-top: 80px;
}

/* addition item */
.addition_product {
    margin-top: 80px;
}

.opt-wrap {
    font-size: 0;
}

.add_info {
    display: inline-block;
    width: calc(50% - 20px);
    margin-right: 40px;
    font-size: 13.5px;
}

.add_info:nth-child(2n) {
    margin-right: 0;
}

.add_op {
    display: block;
    float: right;
    width: calc(100% - 230px);
    padding-left: 72px;
}

.add_op p {
    color: #585858;
    margin-bottom: 42px;
    font-size: 14.5px;
}

.select {
    float: right;
    margin-top: 5px;
}

.select a {
    color: #909090;
    font-size: 12.5px;
}

/* .MK_optAddWrap {margin-bottom: 26px;} */
.MK_inner-opt-cm li {
    position: relative;
    padding: 0 0 26px;
    text-align: left;
}

.MK_inner-opt-cm li:after {
    clear: both;
    display: block;
    content: '';
}

.MK_price {
    display: none;
}

.opt-wrap .pricebox {
    margin-bottom: 42px;
}

.opt-wrap .pricebox:after {
    clear: both;
    content: '';
    display: block;
}

.opt-wrap .pricebox dt {
    width: 100px;
    float: left;
}

.opt-wrap .pricebox dd {
    width: calc(100% - 100px);
    float: left;
    text-align: right;
}

.MK_qty-ctrl {
    position: relative;
    width: 57px;
    float: left;
}

.MK_qty-ctrl a.MK_btn-up {
    top;
    0;
    right: 0;
    background: url('/design/dint/newbird/product/qty_btn.jpg') left top no-repeat;
}

.MK_qty-ctrl a.MK_btn-dw {
    bottom: 0;
    right: 0;
    background: url('/design/dint/newbird/product/qty_btn.jpg') left bottom no-repeat;
}

.MK_qty-ctrl a {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 14px;
}

.MK_qty-ctrl a img {
    display: none;
}

.MK_qty-ctrl .basic_option {
    width: 41px;
    height: 27px;
    border-color: #e5e5e5;
}

.MK_p-name {
    display: inline-block;
    padding-left: 10px;
    text-align: left;
}

.MK_p-name p {
    line-height: 15px;
    margin-top: -3px;
}

.MK_inner-opt-cm li .MK_btn-del {
    position: absolute;
    right: 0;
    top: 5px;
}

/*codi_item*/
.relationItemWrap{
    position:relative;
}

.related .SMS_main_display_prd {
    margin-bottom: 50px;
}

.related .SMS_main_display_prd > ul > li > ul .descrition dd.SMS_main_display_name {
    line-height: 16px;
}

.related .SMS_main_display_prd > ul > li > ul .descrition .SMS_main_display_price span {
    line-height: 43px;
}

.related .SMS_main_display_prd > ul > li > a {
    display: block;
    position: relative;
}

.related .SMS_main_display_prd > ul > li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.5s;
}

.SMS_main_display_prd ul > li .sold_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    color: #fff;
    transition: all 0.2s;
}

.SMS_main_display_prd ul > li .sold_overlay > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'GeosansLight', sans-serif;
    font-size: 26px;
    color: #fff;
}

.related .SMS_main_display_prd > ul > li:hover .overlay {
    opacity: 1;
}

.related .SMS_main_display_prd > ul > li .over_text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.related .SMS_main_display_prd > ul > li .over_text_wrap > div {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    word-break: keep-all;
}

.related .SMS_main_display_prd > ul > li .over_text_wrap .name:after {
    display: block;
    content: '';
    margin: 20px auto;
    width: 14px;
    height: 1px;
    background: #fff;
}

.prd-detail blockquote {
    margin-left: 23px !important;
}

@media (max-width:992px){
    .relationItemWrap .swiper{
        overflow:visible;
    }
}


.Select {
    width: 367px;
    margin-top: 33px;
}

.Select .imgSelect2 {
    border-left: 1px solid #dddddd;
}

.Select .imgSelect3 {
    border-left: 1px solid #dddddd;
}

#divLangSelect {
    position: relative;
    display: none;
    background-color: #ffffff;
    border: solid 2px #d0d0d0;
    width: 600px;
    height: 600px;
    padding: 1px;
    top: 210px !important;
    left: 525px !important;
    z-index: 1;
}

#divLangSelect2 {
    position: relative;
    display: none;
    background-color: #ffffff;
    border: solid 2px #d0d0d0;
    width: 600px;
    height: 600px;
    padding: 1px;
    top: 210px !important;
    left: 525px !important;
    z-index: 1;
}

#divLangSelect3 {
    position: relative;
    display: none;
    background-color: #ffffff;
    border: solid 2px #d0d0d0;
    width: 600px;
    height: 600px;
    padding: 1px;
    top: 210px !important;
    left: 525px !important;
    z-index: 1;
}


#nhn_btn {
    display: inline-block;
}

.okd {
    float: right;
    padding-top: 8px;
}


.codi {
    margin-top: 35px;
}

.codi .tit {
    font-size: 15px;
}

.related .SMS_main_display_prd > ul > li {
    display: inline-block;
    width: calc(20% - 10.4px);
    height: auto;
    margin-right: 13px;
    margin-bottom: 12px;
}

.related .SMS_main_display_prd > ul > li:nth-child(5n) {
    margin-right: 0;
    width: calc(20% - 10.4px);
}

.SMS_main_display_prd > ul > .SMS_float_left:nth-child(4) {
    width: calc(20% - 10.4px);
}

.related .SMS_main_display_prd > ul > li > ul {
    width: 100%;
    height: auto;
}

.related .SMS_main_display_prd > ul > li > ul > .SMS_main_display_thumnail img {
    width: 100%;
    height: auto;
}

.related .SMS_main_display_prd > ul > .SMS_float_left .btns img {
    width: 18px;
}



#nhn_btn {
    display: inline-block;
}

.okd {
    float: right;
    padding-top: 8px;
}

.SMS_main_display_prd .cb_clear {
    margin-bottom: 20px;
}

.SMS_main_display_prd .cb_clear:after {
    clear: both;
    content: '';
    display: block;
}

.SMS_main_display_prd .more_btn {
    display: block;
    width: 100px;
    float: right;
    border: 1px solid #a3a3a3;
    font-size: 11.5px;
    text-align: center;
    color: #818181;
    line-height: 28px;
    letter-spacing: 2px;
}

.tit-detail {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 80px;
    margin-top: 159px;
}

.tit-detail > ul {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.tit-detail > ul > li {
    display: inline-block;
    margin: 0 27px -1px;
    font-size: 18px;
    font-family: 'GeosansLight', sans-serif;
    text-align: center;
    padding-bottom: 20px;
    color: #898989;
    cursor: pointer;
}

.tit-detail > ul > li.on {
    border-bottom: 1px solid #000;
    color: #000;
}

.prd-detail {
    text-align: center;
}

#productDetail .closebtn {
    position: absolute;
    top: -20px;
    right: 20px;
    display: none;
    background: #000;
    color: #fff;
    text-align: left;
    padding: 10px 24px;
}

.board-hd:after {
    content: '';
    clear: both;
    display: block;
}

.board-btns {
    width: 228px;
    float: right;
}

.qnaboard {
    width: 100%;
    border-top: 2px solid #000;
}

.qnaboard th {
    font-size: 15px;
    font-family: 'GeosansLight', sans-serif;
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 12px 0;
}

.qnaboard td {
    font-size: 14px;
    padding: 8px 10px;
    border-bottom: 1px solid #eaeaea;
}

.notice_wrap {}

.notice_wrap article:first-child {
    border-top: 1px solid #ddd;
}

.notice_wrap article {
    padding: 18px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.7;
    color: #898989;
}

.notice_wrap article h3 {
    color: #000;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    padding-bottom: 15px;
}

.notice_wrap article ul {
    margin-left: 20px;
}

.notice_wrap article ul li {
    list-style: disc;
}

@media(max-width: 992px) {
    .thumb-wrap {
        width: 100%;
    }

    .info {
        float: none;
        width: 100%;
        margin-top: 43px;
    }

    .add_info {
        width: 100%;
        margin-bottom: 36px;
    }

    .tit-detail {
        margin: 30px 0;
    }

    .tit-detail > ul {
        font-size: 0;
    }

    .tit-detail > ul > li {
        margin: 0 0 -1px;
        width: 33.332%;
        font-size: 15px;
        padding-bottom: 8px;
    }



    .info {
        margin-top: 26px;
    }

    .form_container .tit-prd {
        font-size: 13px;
        margin-bottom: 27px;
    }

    .form_container dl {
        margin-bottom: 24px;
        font-size: 12px;
    }

    .MK_optAddWrap dt {
        display: none;
    }

    #MK_innerOptTotal {
        padding: 18px 0 0;
    }

    #MK_innerOptTotal .MK_txt-total {
        font-size: 13px;
    }

    #MK_innerOptTotal .MK_total {
        font-size: 13px;
    }

    .product_tab_wrap .tab-title {
        padding: 13px 0;
        font-size: 13.5px;
    }

    .product_tab_wrap .tab-container p {
        font-size: 11px;
    }

    .openbtn {
        width: 100%;
        right: 0;
    }
}

.strike {
    text-decoration: line-through;
    color: #ddd;
}

.SMS_main_display_discount_p {
    display: block;
}

.SMS_main_display_sales_p {
    display: block;
}


a {
  text-decoration-line: none;
/*   text-decoration-line: underline; */
/*   text-decoration-line: overline; */
/*   text-decoration-line: line-through; */
/*   text-decoration-line: underline line-through overline; */
}



/* 원클릭옵션 */
.MK-oneclick-list { overflow:hidden; zoom:1; }
.MK-oneclick-list:after { content: ""; display: block; clear: both; }
.MK-oneclick-list li { float:left; margin: 0 5px 5px 0; }                                                                                
.MK-oneclick-list li a { border:1px solid #d2d1d0; display: inline-block; border-radius: 1px; box-sizing:border-box; } 
.MK-oneclick-list li.MK-oneclick-sel a { border:1px solid #000000; }
.MK-oneclick-list li.MK-oneclick-dis a { filter:alpha(opacity=30); -moz-opacity:.3; opacity:.3; }
.MK-oneclick-list li.MK-oneclick-color.MK-oneclick-sel a { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
.MK-oneclick-list li a span { display: block; text-align: center; vertical-align: middle; line-height: 19px; }                         
.MK-oneclick-list li a img { width: 100%; height:100%;}
.MK-oneclick-list li.MK-oneclick-image a {height:32px;}
.MK-oneclick-list li.MK-oneclick-image a img {width: auto; height: 30px;;}
.MK-oneclick-list li.MK-oneclick-image.MK-oneclick-sel a img {height:30px; width: auto;}
.MK-oneclick-list li.MK-oneclick-color span { width: 30px; height: 30px; }
.MK-oneclick-list li.MK-oneclick-color .mk-oo-sel span { width: 27px; height: 27px; }
.MK-oneclick-list li.MK-oneclick-text  .MK-oneclick-list li.MK-oneclick-text {min-width:35px; max-width:100%; height: 50px; }
.MK-oneclick-list li.MK-oneclick-text a { padding: 2px; }
.MK-oneclick-list li.MK-oneclick-text.MK-oneclick-sel a {padding:1px;}
.MK-oneclick-list li.MK-oneclick-text span { min-width: 29px; line-height: 44px;  max-width: 320px; overflow: hidden; height: 44px; }                                                                         
.MK-oneclick-list li.MK-oneclick-text .MS-oneclick-sel span { min-width: 30px; line-height: 27px; }
.MK-oneclick-value { display:none; padding: 5px 0; }
.MK-oneclick-only-text li.MK-oneclick-text { height: auto; }
.MK-oneclick-only-text li.MK-oneclick-text span { height: auto; padding:0 5px; line-height: 19px; max-width: 320px; overflow: hidden; height: 19px; font-size:10px;}

.detailMiddleBan{
    padding-top:100px;
}


.film {
position:relative;
width: 720px;
height: 0;
padding-bottom: 177.78%;
}

.film-iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
border: none;
}

/* 부모 요소 */
#custom-video-wrapper {
    position: relative !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    background-color: #fff !important;
}

/* 비율 유지 */
#custom-video-wrapper .video-container {
    position: relative !important;
    width: 100% !important;
    padding-top: 133.33% !important;
    overflow: hidden !important;
    background-color: #fff !important;
}

/* iframe 스타일 */
#custom-video-wrapper .video-container iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
/* BASIC css end */

