@charset "euc-kr";
#m_preview_wrap {display:none;} /* 미리보기 숨기기 */

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap);

/* font-family: 'Noto Sans KR'; */ 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  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-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  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'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 } 

/* base */
* {-webkit-text-size-adjust:none;}
body {position:relative;font-size:0.75em;line-height:1.417em;color:#3b3b3b;-webkit-text-size-adjust:none;}
body,input,textarea,select,button,table{font-family:'Noto Sans KR', 'Nanum Gothic',-apple-system,BlinkMacSystemFont,helvetica,Apple SD Gothic Neo,sans-serif;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure{margin:0;padding:0}
h1, h2, h3, h4, h5, h6 {font-weight:normal; font-size:100%; word-break: break-all;}
ul, ol, li {list-style:none;}
fieldset, img {border:none;}
img {vertical-align:top;}
hr, button img {display:none;}
form, fieldset, legend, label {margin:0; padding:0;}
fieldset{border:0 none;}
fieldset legend {position:absolute; visibility:hidden; overflow:hidden; width:0; height:0; margin:0; padding:0; font:0/0 Arial;}
em,address{font-style:normal;}
input,textarea,select,button,table{font-size:inherit;font-family:inherit;line-height:inherit;color:#3b3b3b;}
label { cursor:pointer; }
table {border-collapse: collapse; border-spacing: 0;}
/* //base */

/* cross */
* html input { margin:-1px 0; } 
*:first-child+html input { margin:-1px 0; }
input.checkbox { width:13px; height:13px; margin-top:-4px; vertical-align:middle;}
/* //cross */

/* a-style */
a {color:#3b3b3b; text-decoration:none;}
a:hover, a:active {text-decoration:none;}
/* //a-style */

/* 공통 */
address, article, aside, figure, footer, header, hgroup, menu, nav, section {display:block;}
caption {font-size:0; height:0;}
input[type="text"], input[type="date"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], select {height:35px; border:1px solid #bbb; vertical-align: middle; padding-left:10px; box-sizing: border-box; -webkit-border-radius:0; border-radius: 0;}
input[type="radio"], input[type="checkbox"] {vertical-align: middle;}
textarea {border:1px solid #bbb; vertical-align: middle; box-sizing:border-box; background-color:#fff; padding:10px; -webkit-border-radius:0; border-radius:0;}
.clearFix {position:relative; overflow:hidden; zoom:1;}
.bold {font-weight:bold;}
.response100 {width:100%;}
.location {padding:0 10px; margin-bottom:8px;}
.h_title {border-top:1px solid #464646; padding:6px 10px;}
.h_title h3 {font-weight:bold;}
#mask {width:100%; height:100%; position:fixed; top:0; left:0; right:0; bottom:0; background-color:transparent; z-index:1000; display:none; opacity:0.8;}
.none-data {text-align: center; margin: 20px 0;}
.none-data img {margin-bottom:10px;}
.pd10 {padding:0 10px;}
.fr {float:right !important;}
.fl {float:left !important;}
.txt-input1 {width:100% !important;}
.txt-input2 {width:46% !important;}
.txt-input3 {width:29% !important;}
.txt-input4 {width:20% !important;}
.txt-area1 {width:100% !important;}
.mt5 {margin-top:5px;}
.page_location {padding:5px 5px;}
.page_location li {float:left;}
.page_location li::after {content: ">"; margin: 0 7px;}
.page_location li:last-child::after {content: ""; margin:0;}
.h_layerTitle {height:35px; line-height:35px; background-color:#f2f2f2; padding:0 10px; margin-bottom:10px;}
.h_layerTitle h3 {font-weight:bold;}
.h_layerTitle .fa-times {float:right; margin-top: 5px;}
.MK-product-icons img {padding:0 2px;}
/* //공통 */

/* 페이징 */
.paging {text-align:center; margin:26px 0;}
.paging a {width:30px; height:30px; line-height:30px; background-color:#fff; border:1px solid #ddd; display:inline-block; margin:0 2px;}
.paging a.now {background-color:#3b3b3b; color:#fff; border:1px solid #3b3b3b;}
/* //페이징 */

/* 폰트 관련 */
.color_1984f1 {color:#1984f1 !important;} /* Blue */
.color_f1191f {color:#f1191f !important;} /* Red */
.color_a63f42 {color:#a63f42 !important;} /* DarkRed */
.bgc077fe2 {background-color:#077fe2; color:#fff; padding:2px 5px; margin-right: 5px;}
.bgc464644 {background-color:#464644; color:#fff; padding:2px 5px; margin-right: 5px;}
.caution {color:#f1191f; text-align:center; font-size:0.917em;}
.ico_new {color: #ffffff; background-color: #ff8400; font-weight:bold; padding:1px 5px;}
.ico_hit {color: #ffffff; background-color: #f1191f; font-weight:bold; padding:1px 5px;}
/* //폰트 관련 */

/* 버튼 관련 */
.btn_White {width:100%; height:35px; line-height:35px; background-color:#fff; text-align:center; display:block; border:1px solid #c6c6c6; box-sizing: border-box; vertical-align: middle;}
.btn_Black {width:100%; height:35px; line-height:35px; background-color:#393939; color:#fff; text-align:center; display:block; border:1px solid #393939; box-sizing: border-box; vertical-align: middle;}
.btn_Red {width:100%; height:40px; line-height:40px; background-color:#ab3e41; color:#fff; text-align:center; display:block; border:1px solid #ab3e41; box-sizing: border-box; vertical-align: middle;}
.btn_Grey {width:100%; height:35px; line-height:35px; background-color:#858585; color:#fff; text-align:center; display:block; border:1px solid #858585; box-sizing: border-box; vertical-align: middle;}
.fixButtonR {position:relative; padding-right:120px;}
.fixButton {width:115px; position:absolute; top:0; right:0;}
.more {text-align:center; width:100%; margin-top:30px;}
.btn_moreGray {width:224px; height:35px; line-height: 35px; background-color:#efefef; border:0px none; font-weight:bold; display: block; margin: 0 auto;}
.btn_moreGray span {color:#aaaaaa;}
.btn_moreGray span em {color:#f1191f;}
/* 버튼 관련 */

/* 상품진열 */
.list_array {height: auto;border-bottom: 0;border-top: 0;margin-bottom: 0;padding: 10px 15px;}
.list_array .list_arrayLeft {float:left;}
.list_array .list_arrayLeft select {height:28px;}
.list_array .list_arrayRight {float:right;}
.list_array .list_arrayRight img {margin-left:10px;}
.list_array:after {content:'';display:block;clear:both;}
.list_shopping1x {text-align:center;}
.list_shopping1x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; text-align:left; font-size:0;}
.list_shopping1x li {width:100%; display:inline-block; vertical-align: top; border-top:1px solid #d9d9d9;}
.list_shopping1x li a {display: block; padding:18px 4px; position:relative; overflow:hidden; zoom:1;}
.list_shopping1x li:first-child {border:0px none;}
.list_shopping1x li:first-child a {padding:0 4px 18px 4px;}
.list_shopping1x li img.listPic {width:50%; float:left;}
.list_shopping1x .list_shoppingInfo {width:46%; float:left; padding-left:4%; font-size:12px;}
.list_shopping2x {text-align:center;}
.list_shopping2x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 2px;  text-align:left; font-size:0;}
.list_shopping2x li {width:50%; display:inline-block; vertical-align: top; text-align:left;}
.list_shopping2x li a {display: block; padding:0 2px 18px 2px;}
.list_shopping2x li img.listPic {width:100%;}
.list_shopping2x .list_shoppingInfo {margin-top:10px; text-align:center; font-size:12px;}
.list_shopping3x {text-align:center;}
.list_shopping3x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding:0 2px; text-align:left; font-size:0;}
.list_shopping3x li {width:33.33%; display:inline-block; vertical-align: top;}
.list_shopping3x li a {display: block; padding:2px;}
.list_shopping3x li img.listPic {width:100%;}
.list_shopping3x .list_shoppingInfo {margin-top:10px; text-align:center; font-size:12px;}
.listName {color:#3b3b3b; word-break: break-all;}
.listDiscount {color:#b5b5b5;}
.listPrice {color:#1b1b1b; margin-bottom:4px;}
.listSoldout {color:#D22525; margin-bottom:4px;}
.listReplace {color:#1b1b1b; margin-bottom:4px;}
.listReview {color: #DB2E2E; margin-bottom:4px;}
.listReserve {color:#7d7d7d; font-size:0.917em;}
.listPoint {color:#7d7d7d; font-size:0.917em;}
/* //상품진열 */

/* 로그인 */
.login .caution {margin-bottom:10px;}
.member {padding:0 15px; margin-top: 20px;}
.login #keyboard {text-align:center; margin:0 auto;}
.login #keyboard p {text-align:right; margin-bottom:12px;}
.login #keyboard img {display:none; width:100%;}
.login .loginInput {margin-top:18px;}
.login .loginInput input {width:100%; display:block; margin-bottom:10px;}
.login .loginCheck {margin-top:10px;}
.login .loginCheck label {margin-right:12px;}
.login .loginCheck label input {vertical-align: middle;}
.login .loginMiddle .btn_Red {font-size:1.167em; margin:10px 0;}
.login .loginMiddle .btn_White {font-size:1.167em;}
.login .loginBottom {background-color:#eaeaea; padding:18px 15px; margin-top:20px;}
.login .loginBottom h4 {background-color:#eaeaea; margin-bottom:5px; padding:0; font-weight:bold;}
.login .loginBottom a {font-size:1.167em;}
.login .loginBottom a.btn_Black {margin-top:16px;}
.login .loginBottom a.btn_Black:last-child {margin-top:10px;}
.login .loginBottom a.btn_White {margin-top:10px;}
.sns-login { position: relative; margin: 20px 10px 0; }
.sns-login .sns-title img { width: 100%; max-width: 300px; }
.sns-login ul li { position: relative; margin-top: 10px; padding-left: 50px; height: 40px; line-height: 40px; border: 1px solid #dfdfdf; border-radius: 4px; list-style: none; }
.sns-login ul li a { display: block; padding-left: 20px; border-left: 1px solid #dfdfdf; color: #999; font-size: 1.25em; font-weight: bold; letter-spacing: -1px; }
.sns-login ul li span { position: absolute; top: 0; left: 0; width: 50px; height: 40px; }
.sns-login ul li.facebook span { background: url(/images/d3/m_01/icon/ico_sns_facebook.gif) no-repeat 50% 50%; background-size: 12px auto; }
.sns-login ul li.naver span { background: url(/images/d3/m_01/icon/ico_sns_naver.gif) no-repeat 50% 50%; background-size: 18px auto; }
.sns-login ul li.kakaotalk span { background: url(/images/d3/m_01/icon/ico_sns_kakaotalk.gif) no-repeat 50% 50%; background-size: 20px auto; }
/* //로그인 */

#check_auth {padding:15px 0;}
#check_auth .head {text-align:center; color:#f46b00; margin-bottom:10px;}
#check_auth .contents table {margin:0 auto;}
#check_auth .contents table td {padding:5px 0;}
#check_auth .contents table td input {width:100% !important; height:35px !important; margin-bottom:0 !important;}

/* 레이어팝업 */
.layer {width: 100%; min-height: 100%; z-index: 3; position: fixed; left: 0; top: 0; background:rgba(60,60,60,0.8);}
.layer .layer-pop {width:90%; background-color: #fff; position: relative; box-shadow: 0px 1px 10px #494949; margin:80px auto;}
.layer .layer-pop h3  {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; padding: 0 10px; }
.layer .layer-pop .txt {max-height: 300px; overflow-y: auto; padding:10px;}
.layer .layer-pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
body #comment_password {border-radius:0 !important; font-size:1em;}
body #comment_password .head {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; text-align:left !important; padding: 0 10px;}
body #comment_password .head h5 {border-bottom:0px none !important; font-size:1em !important; padding:0 !important;}
body #comment_password .head a.close {width:45px; height:36px; color:#fff; line-height: 42px; top:0 !important; right:0 !important; text-align: center;}
body #comment_password .contents p {font-size:1em !important; font-weight:normal;}
body #comment_password .contents .form-wrap2 input {height: 35px;}
body #comment_password .contents .form-wrap2 p:last-child a {display:block; background-color: #393939; color:#fff; position:initial !important; padding:10px 0; margin-top: 10px;}
/* //레이어팝업 */

/* 팝업 */
.popup .pop h3  {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; padding: 0 10px; }
.popup .pop .txt {padding:10px;}
.popup .pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
#passimg {width: 90%; background-color: #fff; top:50%; left: 0; right: 0; margin: 0 auto; text-align: center; padding: 20px 0; box-shadow: 0 1px 10px #717171;}
#passimg .head {color:#f26c09;}
#passimg .btns {padding:0 10px; margin-top: 10px;}
#passimg .btns a {display:block; background-color: #393939; color:#fff; padding:10px 0;}
/* //팝업 */

@media screen and (max-width:319px) {
    .tabletOnly {display:none !important;}
}
@media screen and (min-width:320px) and (max-width:419px) {
    .tabletOnly {display:none !important;}
}
@media screen and (min-width:420px) and (max-width:767px) {
    .tabletOnly {display:none !important;}

    /* 상품진열 */
    .list_shopping1x li {width:50%;}
    .list_shopping1x li a {padding:4px;}
    .list_shopping1x li:first-child a {padding:4px;}
    .list_shopping1x li:nth-child(2) {border:0px none;}
    .list_shopping2x li {width:33.3%;}
    .list_shopping3x li {width:25%;}
    /* //상품진열 */
    
    /* 더보기 버튼 */
    .btn_moreGray {width:335px;}
    /* //더보기 버튼 */
    /* .layer .layer-pop .txt {max-height: 150px;} G패드에서 사이즈가 작게 나와서 제거함 */
    .layer .layer-pop {margin:20px auto;}
}
@media screen and (min-width:768px) {
    body {font-size:0.813em;}
    .mobileOnly {display:none !important;}

    /* 상품진열 */
    .list_shopping1x li {width:50%;}
    .list_shopping1x li a {padding:10px;}
    .list_shopping1x li:first-child a {padding:10px;}
    .list_shopping1x li:nth-child(2) {border:0px none;}
    .list_shopping2x ul {padding:0 5px;}
    .list_shopping2x li {width:33.3%;}
    .list_shopping2x li a {padding:5px;}
    .list_shopping3x ul {padding:0 5px;}
    .list_shopping3x li {width:25%;}
    .list_shopping3x li a {padding:5px;}
    /* //상품진열 */
    
    /* 더보기 버튼 */
    .btn_moreGray {width:335px;}
    /* //더보기 버튼 */
}

/*───────────────────────────────────────────────────────────

	 layout

───────────────────────────────────────────────────────────*/
body {width:100%;height:auto;}
{min-width:320px;width:100%;height:100%;}
.ly_wrap {overflow:hidden;overflow-y:scroll;}
.main {background-color:#FFFFFF;min-height:100%;margin-top:0px;padding-top:0px;position:relative;}


/*───────────────────────────────────────────────────────────

	 custom

───────────────────────────────────────────────────────────*/
.ff_noto, .ff_noto a, .ff_noto div, .ff_noto li, .ff_noto ul, .ff_noto dl, .ff_noto dt, .ff_noto dd, .ff_noto p, .ff_noto span, .ff_noto address { font-family:'Noto Sans KR', 'Nanum Gothic', dotum, sans-serif !important;letter-spacing:-0.025em;}
.ff_open, .ff_open a, .ff_open div, .ff_open li, .ff_open ul, .ff_open dl, .ff_open dt, .ff_open dd, .ff_open p, .ff_open span, .ff_open address { font-family:'Open Sans', 'Nanum Gothic', dotum, sans-serif !important;}
.ff_mont, .ff_mont a, .ff_mont div, .ff_mont li, .ff_mont ul, .ff_mont dl, .ff_mont dt, .ff_mont dd, .ff_mont p, .ff_mont span, .ff_mont address { font-family:'Montserrat', 'Noto Sans KR', 'Nanum Gothic', dotum, sans-serif !important;letter-spacing:0em;}


/*───────────────────────────────────────────────────────────

	 중앙 위치

───────────────────────────────────────────────────────────*/

.sub_top {position:relative;padding:0 45px 0 43px;border-top:1px solid #dbdcde;background:#fff;}
/* 좌측 이전 */
.sub_top .sub_top_left {position:absolute;top:0;left:0;}
.sub_top h2 {overflow:hidden;display:block;width:100%;padding:12px 0;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:15px;text-align:center;}
/* 목록가기 글쓰기 위치 */
.sub_top .sub_top_right2 {position:absolute;top:5px;right:5px;}
/* 이전 */.all_page_prev {display:inline-block; padding:20px; font-size:0; background:url('/design/kmtmeditec/da_image/m/icon_mid_arrow.png') no-repeat center; background-size:10px;}

/*───────────────────────────────────────────────────────────

	 네비게이터

───────────────────────────────────────────────────────────*/
.navi_g { background:#f9f9f9;border-top:1px solid #dbdcde;}
.navi_g ul {padding:6px 10px 6px 10px;font-size:0;}
.navi_g ul li {display:inline-block;font-size:12px;text-indent:17px;background:url('/design/kmtmeditec/da_image/m/icon_arrow_next.png') no-repeat 5px center;background-size:7px 11px;}
.navi_g ul li:nth-child(1) {text-indent:0;background:none;}
.navi_g ul li a {font-size:12px;text-indent:15px;}

/*───────────────────────────────────────────────────────────

	 HEADER

───────────────────────────────────────────────────────────*/
#header_wrap {padding-top:0 !important;}
#header_wrap .fa:before {display:none;}
#header_wrap header { width:100%;min-width:320px;background:#fff;z-index:300;}
#header_wrap header.h_on {position:inherit;top:0;left:0;}
#header_wrap header .header_box {border-bottom:0;}
#header_wrap header .header_box .h_logo {width: 78px;padding:15px 0 15px 0;margin:0 auto;line-height:0;text-align:center;}
#header_wrap header .header_box .kakaotalk {position:absolute; right: 130px;}
#header_wrap header .header_box .h_logo a {font-size:0;line-height:0;}
#header_wrap header .header_box .kakaotalk a {position:absolute; right: 100px;}
#header_wrap header .header_box .h_logo img {width:100%; position:relative; left: -30px;}
#header_wrap header .header_box .kakaotalk img {width:70%; position:relative; top:10px; left:69px;}
#header_wrap header .header_box .left_menu {position:absolute;top: 11px;left:13px;display:block;}
#header_wrap header .header_box .left_menu li {display:block;vertical-align:top;}
#header_wrap header .header_box .right_menu {position:absolute;top: 11px;right:13px;display:block;}
#header_wrap header .header_box .right_menu li {position:relative;display:block;vertical-align:top;}
/* 좌측 메뉴 */
#header_wrap header .header_box #menu {display:inline-block;padding:0;vertical-align:top;}
#header_wrap header .header_box #menu span {display:inline-block;width:24px;height:15px;font-size:13px;background:url('/design/kmtmeditec/da_image/m/m_icon_category.gif') no-repeat center;background-size:20px auto;vertical-align:top;line-height:62px;font-family: inherit;}
/* 검색 */
#header_wrap header .header_box .top_search {display:inline-block;padding:0;vertical-align:top;border:none;position: relative;z-index: 5000;background: url(/design/kmtmeditec/da_image/m/m_icon_search.gif) no-repeat center;background-size: 18px 17px !important;cursor: pointer;}
#header_wrap header .header_box .top_search span {display:inline-block;width:24px;height:17px;font-size:13px;/* background:url('/design/careliveon/da_image/m/m_icon_search.gif') no-repeat center; *//* background-size:18px 17px !important; */vertical-align:top;line-height:60px;}
/* 마이페이지 */
#header_wrap header .header_box .mypage {display:inline-block; padding:14px 7px 14px 7px;}
#header_wrap header .header_box .mypage span {display:inline-block;width:21px;height:21px;font-size:0;background:url('../img/icon/icon_mypage.png') no-repeat center;background-size:100%;vertical-align:top;}
/* 장바구니 */
#header_wrap header .header_box .cart {display:inline-block; padding:15px 7px 14px 7px;}
#header_wrap header .header_box .cart span {display:inline-block;width:20px;height:21px; font-size:0;background:url('../img/icon/icon_cart.png') no-repeat center;background-size:100%;vertical-align:top;}
#header_wrap header .header_box .cart_count {position:absolute;top:8px;right:0;display:block;padding:3px 6px 1px 6px;line-height:15px;border-radius:100%;color:#fff;background:#ffcc66; vertical-align:middle;font-size:12px;}

#header_wrap header .head_sec02 {background:#229da4;height:38px;line-height:38px;border-bottom:2px solid #2590c8;}
#header_wrap header .head_sec02 li {color:#fff;font-size:1.25em;height:38px;line-height:38px;text-align:center;width:22.6%;display:inline-block;}
#header_wrap header .head_sec02 li:nth-child(3),
#header_wrap header .head_sec02 li:last-child {width:27.4%;}
#header_wrap header .head_sec02 li a {color:#fff;font-weight:500;}

#header_wrap .search {height:42px;position: absolute;left:0;top: 57px;right:0;background-color: #229da4;padding-right:45px;text-align:center;display:none;z-index:10;}
#header_wrap .search .searchBox {width:100%;}
#header_wrap .search .searchBox input {width:90%; height:30px; border:0px none; margin-top: 6px; padding: 0 5px;}
#header_wrap .search .btn_search {width: 53px;height: 32px;line-height: 32px;background-color: #1b797e;position:absolute;top: 5px;right: 5px;color:#fff;text-align:center;}

/*───────────────────────────────────────────────────────────

	 좌측 메뉴

───────────────────────────────────────────────────────────*/

aside .left_close {position:fixed;top:8px;left:245px;width:29px;height:29px;background:url('/design/kmtmeditec/da_image/m/icon_left_x.png') no-repeat center;background-size:15px;z-index:1002;}
aside {position:fixed;width: 280px;height:100%;top:0;left:0;bottom:0;background-color:#fff;z-index:1001;display:none;overflow-y: auto;}
aside .aside_box {height:100%;}

/* 다국어 선택 */
.nav_language {display:table;position:relative;width:100%;background:#f3f3f3;}
.nav_language .tit {display:table-cell;width:30%;font-size:15px;padding:13px 15px 13px 15px;color:#262626;font-weight:bold;box-sizing:border-box;}
.nav_language .language_box {display:table-cell;width:70%;box-sizing:border-box;}

/* 배너 및 로그인 & 로그아웃 */
.nav_banner {position:relative;width:100%;margin:0 auto;padding:0;text-align:center;}
.nav_banner .nav_login {padding:15px 0 15px 60px;border-bottom:2px solid #cecece;background:url(/design/kmtmeditec/da_image/m/m_slide_smile.gif) no-repeat 10px center;background-size:40px 40px;}
.nav_banner .nav_login ul {font-size:0;height:25px;}
.nav_banner .nav_login ul li {display:inline-block;padding:0;background:url("/design/kmtmeditec/da_image/m/m_slide_btn_gray.gif") no-repeat;background-size:85px 25px;width:85px;line-height:25px;text-align:center;float:left;}
.nav_banner .nav_login ul li:first-child {background:none;background:url(/design/kmtmeditec/da_image/m/m_slide_btn_green.gif) no-repeat;background-size:85px 25px;padding-right:5px;text-align:center;line-height:25px;width:85px;}
.nav_banner .nav_login ul li a {display:inline-block;font-size:13px;color:#fff;}
.nav_banner .nav_login p {text-align:left;clear:both;}
.nav_banner img {width:100%;}
.nav_banner .left_logo {position:absolute;top:50px;left:20px;}
.nav_banner .left_logo img {width:112px;}
.nav_banner .login_txt {left:0px;font-size:16px;text-align:left;line-height:45px;box-sizing:border-box;padding:0 20px;background:#229da4;font-weight:400;color:#fff;}
.nav_banner .login_txt.login{font-size:12px;}
.nav_banner .login_txt p.name {line-height:16px;}
.nav_banner .login_txt p.name strong {overflow:hidden;display:inline-block;max-width:150px;text-overflow:ellipsis;white-space:nowrap;font-size:16px;color:#fff;font-weight:400;left:16px;}

/* 카테고리 proc/_category_all.html */
.category_side {width:100%;margin:0 auto;}
.category_side > li {padding:0;border-bottom:1px solid #d3d3d3;position: relative;} 
.category_side > li ul {display:none;border-top:0;background:#f5f5f5;}
.category_side > li a {position:relative;display:block;padding:9.5px 15px;font-size:12px;color:#333;font-weight:400 !important;}
.category_side > li a > img{max-width:100%;}
/* 1차 카테고리 타이틀 */
.category_side > li > a { font-weight:bold;}
.category_side > li > a.on {color:#333;}
/* 2차 카테고리 타이틀 */
.category_side > li > ul > li {border-top:1px solid #d3d3d3;position: relative;}
.category_side > li > ul > li > a {background:#f5f5f5   url('/design/kmtmeditec/da_image/m/m_icon_step.png') no-repeat   4.165% 50%;background-size:auto 6px;padding-left: 12.5%;}
.category_side > li > ul > li > a.on {color:#333;font-weight:bold;}
/* 3차 카테고리 타이틀 */
.category_side > li > ul > li > ul{border-top:1px solid #d3d3d3;background:#fff;}
.category_side > li > ul > li > ul > li + li{border-top:1px solid #d3d3d3;}
.category_side > li > ul > li > ul > li > a {padding-left:0;font-size:12px;color:#a3a2a2;text-indent:15%;}
.category_side > li > ul > li > ul > li > a.on {color:#333;font-weight:bold;}
/* 4차 카테고리 타이틀 */
.category_side > li > ul > li > ul > li > ul > li > a {padding-left:25px;font-size:12px;color:#767676;}
.category_side > li > ul > li > ul > li > ul > li > a.on {color:#333;font-weight:bold;}
/* 하위카테고리가 있을경우 아이콘 */
/* 하위카테고리가 있을경우 아이콘 */
.category_side li span.fa {position:absolute;top: 11px;right:17px;display:block;width:13px;height:13px;background:url('/design/kmtmeditec/da_image/m/m_slide_icon_off.gif') no-repeat center;font-size:0;vertical-align:middle;background-size:13px 13px;}
.category_side li span.fa.fa-rotate-180{background:url(/design/kmtmeditec/da_image/m/m_slide_icon_on.gif) no-repeat 0 0;background-size:13px 13px;}
/* 하위카테고리가 없을경우 아이콘 */
.category_side li a.icon_arrow {/*background:url('../../img/icon/icon_arrow_right.png') no-repeat right center;background-size:6px 10px;*/}

/* 중앙 링크 (장바구니, Q&A, 최근본상품) */
.nav_link {padding:10px 0 0 0;}
.nav_link ul {display:table;width:100%;}
.nav_link ul li {display:table-cell;width:33.3%;text-align:center;}
.nav_link ul li a {display:block;padding:36px 0 0 0;font-size:13px;color:#888;}
.nav_link ul li:nth-child(1) a {background:url('../img/icon/icon_qna.png') no-repeat center 3px;background-size:33px 30px;}
.nav_link ul li:nth-child(2) a {background:url('../img/icon/icon_prd_latest.png') no-repeat center 4px;background-size:40px 25px;}
.nav_link ul li:nth-child(3) a {background:url('../img/icon/icon_lnb_heart.png') no-repeat center 4px;background-size:33px 28px;}

/* 네비 탭메뉴 */
.nav_tabmenu_box {padding-top:0;}
.nav_tabmenu_box .nav_tabmenu {display:table;width:100%;}
.nav_tabmenu_box .nav_tabmenu li {display:table-cell;width:50%;text-align:center;}
.nav_tabmenu_box .nav_tabmenu li span {display:block;padding:10px 0 10px 0;background:#e8e8e8;color:#acacac;}
.nav_tabmenu_box .nav_tabmenu li.on span {background:#ffcc66;color:#fff;font-weight:bold;}
.nav_tabmenu_box .nav_tabmenu li:nth-child(1) span {margin:0 1px 0 8px;}
.nav_tabmenu_box .nav_tabmenu li:nth-child(2) span {margin:0 8px 0 1px;}

/* 게시판 */
.nav_community_box {padding-top:25px;}
.nav_community_box .comm_tit {padding:10px 0 10px 10px;margin:0 10px 0 10px;font-size:18px;color:#272727;font-weight:bold;border-bottom:1px solid #000000;}
.nav_community_box .board_cate {}
.nav_community_box .board_cate li {padding:0 25px;}
.nav_community_box .board_cate li a {display:block;padding:12px 0;font-size:16px;color:#1c1c1c;}

/* 배너 2 */
.nav_banner2 {width:274px;margin:0 auto;padding:20px 0 50px 0;}
.nav_banner2 a img {width:100%;}


/*───────────────────────────────────────────────────────────

	 FOOTER

───────────────────────────────────────────────────────────*/
#footer {margin:0;}
/* CS CENTER */
.main .main_info dl dd p.phone {padding:5px 0;}
.main .main_info dl dd p.phone a {font-size:16px;color:#f6b700;font-weight:500;padding-bottom:3%;}
.main .main_info dl dd p.business_hours {font-size:12px;color:#444;font-weight:400;letter-spacing:-0.025em;}

/* BANK INFO */
.main .main_info dl dd .account_holder {padding:0;font-size:16px;color:#333;font-weight:400;padding-bottom:3%;}
.main .main_info dl dd ul.main_bank {display:table-cell;}
.main .main_info dl dd p.bank_dep {color:#888;}
.main .main_info dl dd p.bank_dep strong {color:#333;font-weight:400;}
.main .main_info dl dd ul.main_bank li {vertical-align:middle;color:#444;}
.main .main_info dl dd ul.main_bank li span {font-weight:500;}
/* 하단 정보 BOX */
.main_info_box {padding:0;padding-top:2%;border-top:1px solid #666;}
.main_info_box .main_info {display:table;width:100%;margin:0 auto;padding:0;text-align:center;}
.main_info_box .main_info dl {display:block;float:left;width:50%;text-align:left;vertical-align:top;border-right:1px solid #ccc;padding:0 3%;margin:3% 0;box-sizing:border-box;}
.main_info_box .main_info dl:last-child {border-right:0;}
.main_info_box .main_info dl dt {font-size:13px;margin:0;font-weight:bold;border-bottom:0;line-height:13px;padding-bottom:7%;}
.main_info_box .main_info dl dt:after {content:'';display:block;width:15px;height:2px;background:#444;margin-top:9px;}
.main_info_box .main_info dl dt span {font-family:'Montserrat';color:#444;font-size:15px;font-weight:300;}
.main_info_box .main_info dl dd {font-size:12px;padding-left:0;color:#444;}

.main_info_box .main_info dl dd p,
.main_info_box .main_info dl dd p a {color:#229da4;font-size:16px;}

.main_info_box .main_info dl dd p.business_hours {font-size:12px !important;padding-left:0;color:#444 !important;}
.main_info_box .main_info dl dd p.phone a {font-weight:500;}
.main_info_box .main_info dl dd p.account_holder {color:#222 !important;font-weight:400;}
.main_info_box .main_info dl dd span {font-weight:500;}

.main_info_box .main_info dl dd > p.bank_dep {color:#444;font-size:12px;}

#footer .foot_btn {}
#footer .foot_btn:after {content:"";display:block;clear:both;}
#footer .foot_btn li {float:left;width:44%;padding:4% 3% 4% 3%;}

/* 고객센터 / PC화면 보기 */
#footer footer .ft_btn_top {display:none;}
#footer footer .ft_button_box {display:none;padding:0 25px;background:#5d5d5d;}
#footer footer .ft_button_box ul {display:table;width:100%;padding:24px 0 0 0;text-align:center;}
#footer footer .ft_button_box ul li {display:table-cell;width:50%;}
#footer footer .ft_button_box ul li:nth-child(1) {padding-right:6px;}
#footer footer .ft_button_box ul li:nth-child(2) {padding-left:6px;}
#footer footer .ft_button_box ul li a {display:block;padding:10px 0;background:#484848;color:#aeaeae;font-size:13px;border-radius:2px;}
#footer footer .ft_info2_box {}
#footer footer .ft_info2_box .ft_menu {display:table;width:100%;height:36px;background:#444;}
#footer footer .ft_info2_box .ft_menu li {display:table-cell;width:18.5%;text-align:center;}
#footer footer .ft_info2_box .ft_menu li:nth-child(3) {width:32.8%;}
#footer footer .ft_info2_box .ft_menu li:nth-child(4) {width:30.2%;}
#footer footer .ft_info2_box .ft_menu li a {font-weight:500;width:100%;display:inline-block;line-height:36px;font-size:13px;color:#fff;text-align:center;letter-spacing:0;}
#footer footer .ft_info2_box .ft_menu li a.privacy {color:#fff;}
#footer footer .ft_info2_box .ft_address {padding:3%;padding-bottom:8px;text-align:left;font-size:12px;color:#888;word-break:keep-all;}
#footer footer .ft_sns_btn {display:table;width:100%;text-align:center;}
#footer footer .ft_sns_btn li {display:inline-block;padding:10px 5px 10px 5px;}
#footer footer .ft_sns_btn li a {display:block;width:36px;}
#footer footer .ft_sns_btn li a img {width:100%;}
/* 카피라이터 */
#footer footer .ft_copy {padding:0px 0 3% 3%;color:#aaa;font-size:11px;text-align:left;font-style:normal;}
/* 바로가기 */
#footer footer .shortcut {text-align:center;background:#2f2f2f;}
#footer footer .shortcut a {display:none;/* display:block;*/padding:12px 0 12px 0;}
#footer footer .shortcut a span {position:relative;display:inline-block;color:#e0e0e0;height:36px;line-height:36px;padding:0 0 0 46px;background-size:36px;background-repeat:no-repeat;}
#footer footer .shortcut a span em {color:#ff353b;font-style:normal;}
/* 탑버튼 */
#footer footer .ft_btn_top a {display:inline-block;width:100%;height:46px;border-top:1px solid #505050;border-bottom:1px solid #787878;text-align:center;color:#ffffff;background:#5d5d5d;line-height:46px;font-size:13px;font-weight:bold;}
#footer footer .ft_btn_top a span {padding:0 0 0 15px;background:url('../img/icon/icon_top_arrow.png') no-repeat 0 center;background-size:10px 6px;}
.fixed_btn_top {position:fixed;right:11px;bottom:85px;}
.fixed_btn_top span {display:inline-block;width:42px;height:42px;background:url('../img/btn/btn_top.png') no-repeat 0 0;background-size:42px 42px;font-size:0;text-indent:-9999px;}

/* 브랜드 검색 버튼 */
.btn_nav_brand_search {position:relative;display:block;padding-left:15px;margin:8px 8px 0 8px;;height:46px;line-height:46px;color:#1c1c1c;font-size:16px;font-weight:bold;letter-spacing:-1px;border:1px solid #e6e6e6;}
.btn_nav_brand_search:after {position:absolute;top:17px;right:17px;display:inline-block;content:'';width:6.5px;height:12px;background:url('../img/icon/icon_brand_arrow.png') no-repeat 0 0;background-size:6.5px 12px;}



/*───────────────────────────────────────────────────────────

	 상품진열 공통 

───────────────────────────────────────────────────────────*/
/*** [위젯] 메인 상품 출력 | proc/_goods_display_main.html ***/
._goods_display_main {}
._goods_display_main + ._goods_display_main .main_prd_list.list_gallery {padding-top:0;}
._goods_display_main .tit{padding:3% 0;text-align:center;background:url("/design/kmtmeditec/da_image/m/m_tit_line.gif") repeat-x left center;background-size:1px 1px;position:relative;}
._goods_display_main h3 {position:static;display:inline-block;background-color:#fff;padding:0 15px;letter-spacing:0em;font-size:22px;color:#333;border-bottom:0;text-align:left;font-weight:500;font-family:'Montserrat', 'Noto Sans KR', 'Nanum Gothic', dotum, sans-serif !important;}
._goods_display_main h3 span{color:#229da4;font-weight:900;}
._goods_display_main h3 .more_btn_box {display:inline-block;line-height:23px;position:absolute;right:0;top:0;background:#fff;padding:0 10px;margin:calc(3% + 5px) 0;border-left:1px solid #000;font-size:12px;color:#000;}
._goods_display_main .main_prd_list {padding:0;font-size:0;}
._goods_display_main .main_prd_list.list_type,
._goods_display_main .main_prd_list.list_gallery {padding-top:1.5%;clear: both;background: #eee;}
._goods_display_main .main_prd_list.list_gallery {padding: 10px 5px 0;}
._goods_display_main .btn_box {padding:15px 15px 15px 15px;}


/***  기획전 리스트 | goods/_goods_display_main.html ***/
/* 기획전 페이지 이동 더보기 */.main_more_btn2 {display:inline-block;padding:0;text-align:center;background:#ffffff;font-size:12px;border:0;color:#494949;font-weight:500;box-sizing:border-box;border-radius:2px;}
/* 하단 더보기 */.main_more_btn {display:block;width:100%;padding:8px 0 8px 0;text-align:center;background:#ffffff;font-size:15px;border:1px solid #b1b1b1;color:#666666;font-weight:bold;box-sizing:border-box;}
/***  기획전 상세  리스트 | /goods/goods_main.html ***/
/* 더보기 */.goods_main_more_btn {display:block;width:100%;padding:8px 0 8px 0;text-align:center;background:#ffffff;font-size:15px;border:1px solid #b1b1b1;color:#666666;font-weight:bold;box-sizing:border-box;}
/***  기획전 상세  리스트 | /goods/goods_recom.html ***/
/* 더보기 */.goods_recom_more_btn {display:block;width:100%;padding:8px 0 8px 0;text-align:center;background:#ffffff;font-size:15px;border:1px solid #b1b1b1;color:#666666;font-weight:bold;box-sizing:border-box;}


/*** 갤러리형 | goods/list/list_01.html ***/
.goods_prd_item2 {display:inline-block;font-size:0;width:calc(50% - 3%);vertical-align:top;margin:0 1.5% 3% 1.5%;border:1px solid #ccc;box-sizing:border-box;padding:10px;background:#fff;}
.goods_prd_item2 .goods_prd_item2_box {padding:0;}

.goods_prd_item2 .goods_prd_img {width:100%;padding-bottom:10px;vertical-align:top;}
.goods_prd_item2 .goods_prd_img .img_box {position:relative;}
.goods_prd_item2 .goods_prd_img .img_box img {width:100%;border:0;box-sizing:border-box;}
.goods_prd_item2 .goods_prd_content {vertical-align:top;}
.goods_prd_item2 .goods_prd_content a {}
.goods_prd_item2 .goods_prd_content .goods_prd_icon {font-size:16px;}
.goods_prd_item2 .goods_prd_content .goods_prd_soldout {padding:0;}
.goods_prd_item2 .goods_prd_content .goods_prd_soldout img {height:18px;}
.goods_prd_item2 .goods_prd_content {}
.goods_prd_item2 .goods_prd_content li {padding:0;word-break:break-all;color:#3e3d3c;font-size:12px;}
.goods_prd_item2 .goods_prd_content li.goodsIcon {padding-top:5px;}

/* 상품명 */ .goods_prd_item2 .goods_prd_content li.prd_name{text-align:left;margin-bottom:4px;color:#666;line-height:17px;min-height:17px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
/* 브랜드명 */ .goods_prd_item2 .goods_prd_content li.brand_name {font-weight:bold;color:#999999;}
/* 제조사 */ .goods_prd_item2 .goods_prd_content li.maker_name {font-weight:bold;color:#999999;}
/* 짧은설명 */ .goods_prd_item2 .goods_prd_content li.short_des {font-weight:bold;color:#999999;}
/* 마일리지 */ .goods_prd_item2 .goods_prd_content li.list_mileage {font-weight:bold;color:#999999;}
/* 모델번호 */ .goods_prd_item2 .goods_prd_content li.model_no {font-weight:bold;color:#999999;}
/* 상품코드 */ .goods_prd_item2 .goods_prd_content li.prd_code {font-weight:bold;color:#999999;}
/* 판매가격 */ .goods_prd_item2 .goods_prd_content li.price {font-weight:bold;font-size:15px;}
/* 정가 */ .goods_prd_item2 .goods_prd_content li.fixed_price {text-decoration:line-through;color:#999;font-size:13px;font-weight:400;}
/* 판매가격 */ .goods_prd_item2 .goods_prd_content li.price,
/* 정가 */ .goods_prd_item2 .goods_prd_content li.fixed_price{display:inline-block;vertical-align:middle;}
/* 판매가격 */ .goods_prd_item2 .goods_prd_content li.fixed_price + li.price{margin-left:5px;}
/* 쿠폰 가격 */ .goods_prd_item2 .goods_prd_content li.coupon_price .coupon_price1 {font-weight:bold;color:#ab3e55;}
/* 할인 가격 */ .goods_prd_item2 .goods_prd_content li.dc_price{font-weight:bold;color:#ab3e55;}

/* 타임 세일(기본가) */ .goods_prd_item2 .goods_prd_content li.price .c_price {color:#333;}
/* 타임 세일(적용가) */ .goods_prd_item2 .goods_prd_content li.price .c_price .ori_price {color:#333;text-decoration:line-through;}
/* 타임 세일(남은기간) */ .goods_prd_item2 .goods_prd_content li.price .c_price .time_sale_text {color:#333;font-size:11px;}

.goods_prd_item2 .soldout_img {position:absolute;top:0;left:0;display:block;font-size:0;width:100%;height:100%;z-index:10;background-size:100%;background-position:center;background-repeat:no-repeat;}
.goods_prd_item2 .timesale_img {position:absolute;bottom:0;left:0;width:100%;padding:10px 0 10px 0;background:rgba(0,0,0,.5);z-index:10;color:#ffffff;font-size:12px;text-align:center;box-sizing:border-box;}
.goods_prd_item2 .timesale_img img {width:15px;margin:0 3px 0 0;vertical-align:top;}
.goods_prd_item2 .coupon_img {position:absolute;top:0;right:0;z-index:1;}
.goods_prd_item2 .coupon_img img {width:34px;}
.goods_prd_item2 .add_currency {color:#717171;font-size:12px;font-weight:normal;text-align:right;}


/* 1 */
.goods_prd_item2.list_num_1{width: calc(100% - 6%);margin: 1.5% 3%;}
/* 2 */
.goods_prd_item2.list_num_2{width:50%;}
/* 3 */
.goods_prd_item2.list_num_3 {width:33.3334%;}
/* 4 */
.goods_prd_item2.list_num_4{width:25%;}
/* 5 */
.goods_prd_item2.list_num_5{width:20%;}



.list_type .goods_prd_item2 {font-size:0;}
.list_type .goods_prd_item2 .goods_prd_img,
.list_type .goods_prd_item2 .goods_prd_content {display:inline-block;vertical-align:middle;box-sizing:border-box;}
.list_type .goods_prd_item2 .goods_prd_img {width:120px;padding-bottom:0;}
.list_type .goods_prd_item2 .goods_prd_content {width:calc(100% - 120px);padding: 8%;}




/*───────────────────────────────────────────────────────────

	 MAIN - visual 

───────────────────────────────────────────────────────────*/
.MS_img-wrap{border-bottom:1px #afafaf solid;}
#event .pagination {position: absolute;left: 0;right: 0;text-align: center;width: 100%;z-index: 5;bottom: 10px;font-size: 0;height: 8px;}
#event .pagination .swiper-pagination-switch {display: inline-block;text-indent: -9999px;margin: 0 5px;cursor: pointer;width: 8px;height: 8px;background: #fff;border-radius: 100%;}
#event .pagination .swiper-active-switch {background: #ffcc66;}
/*───────────────────────────────────────────────────────────

	 MAIN - 카테고리 

───────────────────────────────────────────────────────────*/
ul.main_quick {font-size:0;}
ul.main_quick:after {content:"";display:block;clear:both;}
ul.main_quick li {text-align:center;float:left;width:20%;height:100%;box-sizing:border-box;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
ul.main_quick li.last {border-right:none;}
ul.main_quick li:nth-of-type(5n+1){clear:both;}
ul.main_quick li a {display:inline-block;width:100%;height:60%;padding:18% 0 15% 0;}
ul.main_quick li span {display:block;}
ul.main_quick li span img {height:22px;}
ul.main_quick li p {color:#444;font-weight:400;padding-top:5%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;}


/*───────────────────────────────────────────────────────────

	 MAIN - 상품진열 new 

───────────────────────────────────────────────────────────*/
.main_new {margin-top:3%;}
.main_new .goods_prd_item2 {width:calc(100%);margin:0;border:none;padding:0px;}
.main_new .goods_prd_item2{border-bottom:1px solid #cccccc;margin-bottom:10px;}
.main_new .goods_prd_item2 .goods_prd_img {padding-bottom:0px;}
.main_new .goods_prd_item2 .goods_prd_img .img_box {height:210px;overflow:hidden;text-align:center;background:#f4f4f4;}
.main_new .goods_prd_item2 .goods_prd_img .img_box .img {}
.main_new .goods_prd_item2 .goods_prd_img .img_box .img img {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);height:100%;width:auto;}

.main_new .goods_prd_item2 .goods_prd_content{padding:3%;}
.main_new .goods_prd_item2 .goods_prd_content li.prd_name{font-size:14px;color:#444;font-weight:400;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;padding-bottom:1.5%;}
/* 판매가격 */ .main_new .goods_prd_item2 .goods_prd_content li.price{font-size:15px;color:#333;font-weight:600;}
/* 정가 */ .main_new .goods_prd_item2 .goods_prd_content li.fixed_price{}


/*───────────────────────────────────────────────────────────

	 MAIN - bnr

───────────────────────────────────────────────────────────*/
.main_bnr{font-size:0px;}
.main_bnr + .main_bnr{margin-top:5px;}
.main_bnr,
.main_bnr a,
.main_bnr img{display:block;width:100%;}



/*───────────────────────────────────────────────────────────

	 goods view 

───────────────────────────────────────────────────────────*/

.shopbrand {padding-bottom:80px;}

/*** 버튼 모음 ***/
.bc_bk, a.bc_bk, .bc_bk:hover, input.bc_bk {background-color:#ffcc66;color:#fff !important;border:1px #ffcc66 solid;box-sizing:border-box; }
.bc_wh, a.bc_wh, .bc_wh:hover, input.bc_wh {background-color:#fff;color:#222 !important;border:1px #000 solid;box-sizing:border-box; }
.bc_gy, a.bc_gy, .bc_gy:hover, input.bc_gy {background-color:#fff;color:#ffcc66 !important;border:1px #ffcc66 solid;box-sizing:border-box; }
.bc_aa, a.bc_aa, .bc_aa:hover, input.bc_aa {background-color:#aaa;color:#fff !important;border:1px #aaa solid;box-sizing:border-box; }
.bc_wh2, a.bc_wh2, .bc_wh2:hover, input.bc_wh2 {background-color:#fff;color:#666 !important;border:1px #8d8d8d solid;box-sizing:border-box;}

.btn_w100p {width:100%;text-align:center;display:inline-block;}
.btn_w50p {width:50%;text-align:center;display:inline-block;}
.btn_w48p {width:48%;text-align:center;display:inline-block;}
.btn_w32p {width:31%;text-align:center;display:inline-block;}

.btn_h38 {height:40px;line-height:36px;font-size:1.2em; font-weight:500;}
/*** 공통 css 끝***/

/* BASIC css start */
.shopdetail .shopdetailInfo {margin-bottom:25px; }
.shopdetail h2.view_tit {height:40px;line-height:40px;font-weight:400;background:#f2f2f2;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;color:#333;font-weight:400; font-size:15px;text-align:center;padding:0 3.125%;border-bottom:solid 1px #c3c3c3; box-sizing:border-box;width:100%;}
.shopdetail .shopdetailInfo h2 {color:#333;font-weight:400; font-size:15px;text-align:center;padding:0;width:93.75%;}
.shopdetail h3 {font-weight:500; padding:10px 3.125%; border-top:1px #ccc solid;border-bottom:1px #ccc solid;}
.shopdetail h3 .fa {float:right; font-size: 1.5em;}
.shopdetail .shopdetailInfo .shopdetailInfoTop {margin:10px 3.125%;}
.shopdetail .shopdetailInfo .shopdetailInfoTop figure {padding:0;width:100%;}
.shopdetail .shopdetailInfo .shopdetailInfoTop figure img {}
.shopdetail .shopdetailInfo .shopdetailInfoTop figcaption {text-align:left; margin-top:16px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom {background-color:#fff;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue {position: relative;border:1px #ccc solid;border-bottom:0 none;border-top: 2px #ffcc66 solid;padding:0;margin:0 3.125%;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue em {color:#084e9d; font-size:1.333em;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p {padding:4px 3.125%;line-height:27px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p:first-child {padding-top:9px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p.box_bg {background:#f9f9f9;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p.box_bg + p {border-top:1px #ccc solid;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p.box_bg + p.box_bg {border-top:0;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p:last-child {padding-bottom:9px;margin-bottom:0px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoName {width:36%; display:inline-block; font-weight:500; color:#555;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont {width:62%; display:inline-block; margin-left: -4px; color:#777;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont a {color:#777;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont.color_f1191f {font-weight:700;font-size:1.25em;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .region {margin-left: 10px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation {position:absolute; top:50%; right:10px; text-align:center; margin-top: -25px; display:none;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation a {width:50px; height:50px; color:#fff; background-color:#636363; display: inline-block; font-size:0.917em; border-radius: 4px; border:1px solid #424242;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation a:first-child {}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation a .fa {display:block; margin:6px 0 3px 0;}
.shopdetailInfoDelivery {padding:10px 4.6875%;border-top:1px #d3d3d3 solid;}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area {border:1px #ccc solid;border-top:0 none;margin:0 3.125%;padding:0 3.125% 5px 3.125%;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed {width: 100%; position: fixed; z-index: 101; bottom: 0; left: 0; right: 0;background:#f5f5f5; margin:0;padding:0;border:0 none;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed {-webkit-animation: qbuy 150ms linear 1 normal; animation: qbuy 150ms linear 1 normal;}
@-webkit-keyframes qbuy {
 from {bottom:-65px;}
 to {bottom:0;}
}
@keyframes qbuy {
 from {bottom:-65px;}
 to {bottom:0;}
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .btn_w100p {margin-top:11px;margin-bottom:11px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .option_tk {max-height:150px; overflow-y:auto; background-color:#f5f5f5;border-bottom:1px #ccc solid;z-index:5;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .option_tk p {padding:10px 4.6875%;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .option_tk p.shopdetail_option {color:#000 !important;padding-top:11px;padding-bottom:11px;line-height:22px;background:#f5f5f5;border-bottom:1px #ccc solid;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn {width:100%; box-sizing: border-box; position:relative; bottom:0; left:0; right:0; background-color:#f5f5f5; border-top:1px solid #cfcfcf; z-index: 101; text-align: center; padding:0 4.6875%; margin:0 auto; display:none;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed {display: block; position: fixed;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed .btn_w100p {margin:10px 0;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn.fixed {display: block; position: relative;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn .btn_option {position: absolute; top: -18px; left: 50%; margin-left:-33px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoMultiSelect {}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on {background-color: #fff;border-top:1px #111 solid; text-align: center; padding:11px 4.6875%; display:none;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on:after {clear:both;content:"";display:block;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a {}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.buy {float:right;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option_tk {}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect {}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .opt-com {text-align: right;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p {padding:0 0 7px 0;line-height:22px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p:last-child {padding-bottom:12px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .shopdetailInfoSelect p {padding:6px 4.6875% 6px 4.6875%;line-height:22px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .shopdetailInfoSelect p:last-child {padding-bottom:12px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoName {width: 36%; padding-right:0; display:inline-block; font-weight:500; color:#555;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont {width:62%; display:inline-block; margin-left: -4px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont .color_f1191f {font-weight:700 !important;font-size:1em !important;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont select {width:100%;border:1px #ccc solid;background-color:#fff;color:#777;height:22px;line-height:22px;padding-top:0;padding-bottom:0;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont input.MS_amount_basic,
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont input.MS_amount_addition, 
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCount .txt-qnty {text-align:right; border:1px #ccc solid;padding:0 5px;line-height:22px;height:22px; width:30px !important;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCount .fa-plus {background-color: #888; width: 22px; height: 22px; text-align: center; vertical-align: middle; line-height: 22px; color: #fff; margin: 0 3px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCount .fa-minus {background-color: #888; width: 22px; height: 22px; text-align: center; vertical-align: middle; line-height: 22px; color: #fff;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptScroll {padding:0;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option-sel {font-weight:500;color:#555;padding-top:0px !important;padding-bottom:0 !important;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option select {margin-bottom: 10px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option .shopdetailInfoName {vertical-align: top; padding-top: 0px;}
.shopdetail .shopdetailBoard {text-align:center;width:100%;margin:0;display:table;margin-bottom:32px;border-collapse:collapse;}
.shopdetail .shopdetailBoard a {width:33.33%; background-color:#eee; border:1px solid #d3d3d3;display:table-cell;border-collapse:collapse;font-weight:500; padding:0; line-height:32px;height:32px; color:#666;}
.shopdetail .shopdetailBoard a:first-child {border-left:0 none;}
.shopdetail .shopdetailBoard a:last-child {border-right:0 none;}
.MK_optAddWrap .MK_inner-opt-cm li {position:relative; border-bottom:1px dotted #d3d3d3; padding:8px 4.6875%;}
.MK_optAddWrap .MK_inner-opt-cm li:first-child {border-top:1px #d3d3d3 solid;}
.MK_optAddWrap .MK_inner-opt-cm li:last-child {border-bottom:0px none;}
.MK_optAddWrap .MK_inner-opt-cm .MK_p-name {padding-right: 30px; display: block;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl {margin-top:8px;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl input[type="tel"] {padding:0 6px; width: 50px; border:1px #ccc solid; height:25px;line-height:25px;padding-top:0;padding-bottom:0;color:#000;}
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del {position:absolute; top:12px; right:4.6875%;}
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del img {width: 20px;}
.MK_optAddWrap .MK_inner-opt-cm .MK_price {position:absolute; bottom:12px; right:4.6875%; font-size: 1.3em;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl a.btn-type-02 {background: #888 url(/design/kmtmeditec/da_image/m/m_btn_count_up.gif) no-repeat center top !important;background-size:100% 100% !important;width:25px;height:25px;text-align:center;vertical-align: middle;line-height:25px;overflow:hidden;text-indent:9999px;color:#fff;display: inline-block;position: relative;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl a.btn-type-02:after {content:'';display:inline-block;width: 100%;height: 100%;background: linear-gradient(#fff,#fff),linear-gradient(#fff,#fff),#888;background-position:center;background-size: 47% 3px,3px 47%;background-repeat:no-repeat;position: absolute;left: 1px;top: 0;}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl a.btn-type-02:last-child {background: #888 url(/design/kmtmeditec/da_image/m/m_btn_count_down.gif) no-repeat center top !important;background-size:100% 100% !important;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl a.btn-type-02:last-child:after {content:'';display:inline-block;width: 11px;height: 4px;background: #fff;position: absolute;left:50%;top:50%;transform:translate(-50%, -50%);}

.MK_optAddWrap .total {text-align:right; padding:11px 4.6875%; font-size: 1.15em;border-top:1px #d3d3d3 solid;}
.MK_optAddWrap .MK_total {font-size:1.3em; color:#5c9e23; margin-left:12px;}
.MK_optAddWrap .MK_txt-won {font-size:1.15em;}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal {background-color:#fff; text-align:right; padding:10px 3.125%; margin:0; line-height:22px; font-size:1.2em;border-top:1px #ccc dotted;width:100%;margin-left:-3.125%;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .shopdetailTotal {background-color:#fff; text-align:right; padding:10px 3.125%; line-height:22px; font-size:1.2em;border-top:1px #ccc solid;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal p {padding:0 !important;font-size:.85em;color:#555;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal em {color:#000; font-size:1.25em; margin-left:8px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton {text-align:center; padding:10px 3.125% 0 3.125%;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop {}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop:after {clear:both;content:"";display:block;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a {}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish {float:right;width:49%;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish.btn_w100p{width:100%;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.cart {float:left;width:49%;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.buy {margin-bottom:8px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop p {clear:both;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom {margin:0;padding:0;font-size:0;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom img {margin:20px 2px 0 2px; width:32px; height:auto;}
.shopdetail .shopdetailCoupon {margin-top:15px;}
.shopdetail .shopdetailCoupon .shopdetailCouponGet {padding:0 15px;}
.shopdetail .shopdetailCoupon .shopdetailCouponGet .image_src {max-width: 100%; padding-bottom: 5px;}
.shopdetail .shopdetailCoupon .shopdetailCouponGet li dl {height:34px; background:url("/images/d3/m_04/bg_coupon@2x.gif") no-repeat left center; padding:10px 0 10px 92px; border-bottom:1px dashed #cbcbcb; position:relative; background-size: 81px auto;}
.shopdetail .shopdetailCoupon .shopdetailCouponGet li:last-child {border-bottom:0px none;}
.shopdetail .shopdetailCoupon .shopdetailCouponGet .MS_coupon dt {width:82px; position:absolute; top:10px; left:0 ; color:#fff; text-align:center;}
.shopdetail .shopdetailCoupon .shopdetailCouponGet .MS_coupon dt strong {font-weight: normal;}
.shopdetail .shopdetailCoupon .shopdetailCouponGet .MS_coupon h4 {font-weight:500;}
.shopdetail .shopdetailItem .shopdetailItemPopup {text-align:center; padding:0 4.6875%; margin:32px 0;}
.shopdetail .shopdetailItem .shopdetailItemPopup a {font-weight:500; color:#fff; background-color:#aaa; font-size:12px; width:42.5%;margin:0 auto; display:block; padding:0; height:40px; line-height:40px;}
.shopdetail .shopdetailItem .shopdetailItemPopup .shopdetailItemZoom {height:60px; padding:0 0 0 75px; margin-top:10px; background:url("/images/d3/m_04/bg_hand@2x.gif") no-repeat 20px center; line-height: 60px; background-size: 50px auto;}
.shopdetail .shopdetailItem .shopdetailImage {margin:0 4.6875%;}
.shopdetail .shopdetailItem .shopdetailImage img {max-width:100% !important; height: auto !important;}
.shopdetail .shopdetailItem .shopdetailImage table {width:100% !important;}
.shopdetail .shopdetailItem .shopdetailImage object {width:100% !important;}
.shopdetail .shopdetailItem .shopdetailImage iframe {width:100% !important;}
.shopdetail .shopdetailItem .shopdetailImage table {table-layout: auto !important;}
.shopdetail .shopdetailItem .shopdetailImage div {width:100% !important;}
.shopdetail .shopdetailItem .shopdetailNotify {margin-top:24px;}
.shopdetail .shopdetailItem .shopdetailNotify .shopdetailNotifyInfo {padding:0 15px;}
.shopdetail .shopdetailItem .shopdetailNotify .shopdetailNotifyInfo dt {font-weight:500; margin-bottom:2px;}
.shopdetail .shopdetailItem .shopdetailNotify .shopdetailNotifyInfo dd {margin:0 0 25px 6px;}
.shopdetail .shopdetailRelationItem {padding:0 15px 30px 15px;}
.shopdetail .shopdetailRelationItem .listName input {float:right;}
.shopdetail .shopdetailRelationItem .btn_cart {width:290px; text-align:center; font-weight:500; color:#fff; background-color:#393939; display:block; padding:10px 0; margin:0 auto;}

.shopdetailRelation {margin-bottom:30px;}
.shopdetailRelation .list_shoppingRelationItem1x {padding: 0;}
.shopdetailRelation .list_shoppingRelationItem1x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box;border-bottom:1px solid #ccc;}
.shopdetailRelation .list_shoppingRelationItem1x li {width:90.625%; display:inline-block; vertical-align: top; border-top:1px solid #ccc; padding:20px 4.6875%;}
.shopdetailRelation .list_shoppingRelationItem1x li figure {padding:0;}
.shopdetailRelation .list_shoppingRelationItem1x li figure img {border:1px #ccc solid;}
.shopdetailRelation .list_shoppingRelationItem1x li:first-child {border:0px none;}
.shopdetailRelation .list_shoppingRelationItem1x li img.listPic {width:32.6%; float:left;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo {width:59%; float:right;text-align:left;margin:0;padding:0; position: relative; border-top:0 none;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo p {margin-bottom:5px;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo span {display:inline-block;padding-right:5px;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo span.tit {width:28%;padding-right:0;color:#333;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listName {color:#555;font-weight:500;font-size:1em;padding-bottom:7px;border-bottom:1px #d3d3d3 solid;margin-bottom:5px;padding-right:15px;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listPrice {color:#333;font-size:1em;display:inline-block;width:100%;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .options-select {width:70%;height:25px;line-height:25px;}
.shopdetailRelation .list_shoppingRelationItem1x .MS_related_checkbox {position:absolute; top:0; right:0;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount {margin:8px 0;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount .amount-input {text-align:right;border:1px #ccc solid;color:#000;line-height:22px;height:22px;padding-top:0;padding-bottom:0;margin-right:0px;width:32px;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount .fa-plus {padding:0;margin:0 2px;background:#888 url(/design/kmtmeditec/da_image/m/m_btn_count_up.gif) no-repeat 50% 50%;background-size:100% 100%;width:22px;height:22px;text-align:center;vertical-align: middle;line-height:22px;color:#fff;}
.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount .fa-minus {padding:0;margin:0;background:#888 url(/design/kmtmeditec/da_image/m/m_btn_count_down.gif) no-repeat 50% 50%;background-size:100% 100%;width:22px;height:22px;text-align:center;vertical-align: middle;line-height:22px;color:#fff;}
.shopdetailRelation .list_shoppingRelationItem1x .btn_Black {width:41.875%;margin:22px auto 0 auto;font-size:1em;}
/* // */

/* OKDGG */
.shopdetail .okdgg-checkout {margin-top: 15px;}
.shopdetail .okdgg-checkout img {max-width: 90%; height: auto;}
/* //OKDGG */

/* /
.cs-button {bottom: 53px !important;}
/* //

@media screen and (min-width:420px) and (max-width:767px) {
	.shopdetail .shopdetailInfo {position:relative; overflow:hidden; zoom:1; border-bottom:1px solid #c7c7c7; background-color: #fff;}
	.shopdetail .shopdetailInfo h2 {border-bottom:1px solid #c7c7c7; padding-bottom:16px; background-color: #f5f5f5;}
	.shopdetail .shopdetailInfo .shopdetailInfoTop {float:left;}
	.shopdetail .shopdetailInfo .shopdetailInfoTop figure {border-bottom:0px none;}
	.shopdetail .shopdetailInfo .shopdetailInfoTop, .shopdetail .shopdetailInfo .shopdetailInfoBottom {width:50%;}
	.shopdetail .shopdetailInfo .shopdetailInfoBottom {float:right; background-color:#fff;}
	.shopdetailInfoBottom .shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptScroll {background-color: #fff;}
	.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal {border-top:1px solid #c7c7c7;}
	.shopdetail .shopdetailCoupon .shopdetailCouponGet {width:335px; margin:0 auto;}
	.shopdetail .shopdetailRelationItem {padding:0 0 30px 0;}
	.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a {padding:10px 8px;}
	.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.buy {padding:10px 8px;}
	.shopdetail .shopdetailItem .shopdetailItemPopup {width:335px; margin:22px auto;}
	.shopdetail .shopdetailRelationItem .btn_cart {margin:34px auto;}
	.shopdetailRelation .list_shoppingRelationItem1x li {width:50%;}
	.shopdetailRelation .list_shoppingRelationItem1x li:nth-child(2) {border:0px none;}
}
@media screen and (min-width:768px) {
	.shopdetail .shopdetailInfo {position:relative; overflow:hidden; zoom:1; border-bottom:1px solid #c7c7c7; background-color: #fff;}
	.shopdetail .shopdetailInfo h2 {border-bottom:1px solid #c7c7c7; padding-bottom:16px; background-color: #f5f5f5;}
	.shopdetail .shopdetailInfo .shopdetailInfoTop {float:left;}
	.shopdetail .shopdetailInfo .shopdetailInfoTop figure {border-bottom:0px none;}
	.shopdetail .shopdetailInfo .shopdetailInfoTop, .shopdetail .shopdetailInfo .shopdetailInfoBottom {width:50%;}
	.shopdetailInfoBottom .shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptScroll {background-color: #fff;}
	.shopdetail .shopdetailInfo .shopdetailInfoBottom {float:right; background-color:#fff;}
	.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal {border-top:1px solid #c7c7c7;}
	.shopdetail .shopdetailCoupon .shopdetailCouponGet {width:335px; margin:0 auto;}
	.shopdetail .shopdetailRelationItem {padding:0 0 30px 0;}
	.shopdetail .shopdetailItem .shopdetailItemPopup {width:335px; margin:22px auto;}
	.shopdetail .shopdetailItem .shopdetailNotify {margin-top:36px;}
	.shopdetail .shopdetailRelationItem .btn_cart {margin:34px auto;}
	.shopdetailRelation .list_shoppingRelationItem1x li {width:50%;}
	.shopdetailRelation .list_shoppingRelationItem1x li:nth-child(2) {border:0px none;}
}
/* BASIC css end */















