@charset "utf-8";
/* CSS Document */

/**
 * custom css 입니다. 추가적인 css 는 여기에 작성을 해주세요.
 **/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
.notosans * {font-family:'Noto Sans KR','Malgun Gothic',Verdana,Dotum,AppleGothic,sans-serif;}

/* 폰트크기 */
.txtInfo {color:#707070;}
.txtWarn {color:#f76560;}
.txtEm {color:#f76d4d;}
.txtDel,.strike,.discount {text-decoration:line-through; font-weight:normal;}
.strike strong,.discount strong {font-weight:normal;}
.txtNormal {font-weight:normal; font-style:normal;}
.txtNum {font-size:11px; color:#939393;}
.txt11 {font-size:11px;}
.txt12 {font-size:12px;}
.txt14 {font-size:14px;}
.txt16 {font-size:16px;}
.txt18 {font-size:18px; letter-spacing:-1px;}
.txtIcon {font-size:12px; font-style:normal;}
.txtBreak {word-break:break-all; word-wrap:break-word;}

/* 현재위치 */
.path {float:right; overflow:hidden; padding-bottom:5px;}
.path h2 {overflow:hidden; position:absolute; width:0; height:0; white-space:nowrap; text-indent:100%; background: none !important;}
.path ol {overflow:hidden; float:right;}
.path li {float:left; padding:0 0 0 8px; margin:0 0 0 6px; color:#999999; font-size:11px; background:url("http://img.echosting.cafe24.com/skin/base_ko_KR/common/ico_path.gif") no-repeat left 4px; line-height:14px;}
.path li:first-child {background:none; padding:0; margin:0;}
.path li a {color:#999999;}
.path li strong,.path li strong a {font-weight:normal; color:#999999;}
.path span {display:none;}

/* 타이틀 */
.main-h2 {text-align: center;}
.main-h2 span {display:block; position:relative; font-size:15px; font-weight:500; color:#6f6f6f; line-height: 30px; letter-spacing:-1px;}
.main-h2.tleft {text-align:left;}
.main-h2.mleft {text-align:left; position:relative;}
.main-h2.mleft span {display:inline-block; line-height: 21px; font-size:13px; color:#777; margin-left:5px;}
/* 로그인,장바구니... 타이틀 */
.titleArea {position: relative; margin:0 0 30px; letter-spacing:-1px;}
.titleArea h2 {height:45px; line-height:44px; color:#000; font-size:25px; font-weight:normal; border-bottom:1px solid #bbbbbb; padding-bottom:10px; *display:inline; *zoom:1;}