@CHARSET "UTF-8";

/*
.js .tabMenu{position:relative;}
.js .tabMenu .wrap{float: left;}
.js .tabMenu .tab{ display: inline-block; margin-right: 2px; }
.js .tabMenu .tab a{ display: block; padding: 0 20px; line-height: 30px; color: #777; border: 1px solid #cbcbcb; border-bottom: 0; border-top: 3px solid #d5d5d5; background-color: #f8f8f8;}
.js .tabMenu .cnt{ width:100%;position: absolute;left:0; top:33px; display:none; border-top:1px solid #676767;}
.js .tabMenu .wrap.on .tab a{ font-weight: bold; color: #444; border-top: 3px solid #dd524d; background-color: #fff;}
.js .tabMenu .wrap.on .cnt{display:block; }
*/

#sub-contents .contents .tabMenu{position:relative;}
#sub-contents .contents .tabMenu .wrap{float: left;}
#sub-contents .contents .tabMenu .tab{ display: inline-block; margin-right: 2px; }
#sub-contents .contents .tabMenu .tab a{ display: block; padding: 0 15px; line-height: 30px; color: #777; border: 1px solid #cbcbcb; border-bottom:solid 1px #666; background-color: #f8f8f8; border-top-left-radius:5px; border-top-right-radius:5px;}
#sub-contents .contents .tabMenu .cnt{ width:100%;position: absolute;left:0; top:31px; display:none; border-top:1px solid #676767;}
#sub-contents .contents .tabMenu .wrap.on .tab a{ font-weight: bold; color: #fff; background: #eb5752; border:solid 1px #de3d38; border-top-left-radius:5px; border-top-right-radius:5px; text-decoration:underline; }
#sub-contents .contents .tabMenu .wrap.on .cnt{display:block; }

/*
.contents input[type=password] { padding: 0 5px; height: 22px; line-height: 22px; border: 1px solid #bebebe; }

.login .box .idpw input.btn-login{ display: inline-block; padding:25px; width:90px; height:70px; text-align:center; font-size:13px; font-weight: bold; color: #fff; border: 1px solid #de3d38; background:#de3d38; margin-top:10px; border-top-left-radius:5px; border-top-right-radius:5px;}


.noti-box {color: #7e7e7e; border: 1px solid #b2b2b2; background-color: #f4f4f4; -ms-border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; }
.noti-box .important{ margin: 1px 0; color: #de3d38; text-align: center; }
.bimportant{ margin: 1px 0; color: #de3d38; text-align: center; }
*/