@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll
}

fieldset, form, h1, h2, h3, h4, h5, h6, html, img {
    border: 0
}

article, aside, details, div, figcaption, figure, footer, header, hgroup, li, menu, nav, section {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

li, ul {
    list-style: none
}

legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

button, input, select, textarea {
    border: none;
    font-family: 'dotum', sans-serif;
    font-size: 11px;
}

button, img, input, label, select {
    vertical-align: middle
}

button {
    cursor: pointer
}

p {
    word-break: break-all
}

hr {
    display: none
}

pre {
    overflow-x: scroll
}

a:active, a:focus, a:hover, a:link, a:visited {
    color: inherit;
    text-decoration: none
}

em {
    font-family: Tahoma, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #aaa;
    letter-spacing: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.hidden-text {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0
}

/*input[type="checkbox"] {
    visibility: hidden;
}*/

.input_text {
    position: absolute;
    display: inline-block;
    padding-left: 16px;
    top: 0;
    left: 0;
    height: 12px;
    background: url(../img/asset/check_box.gif) no-repeat;
    background-position: 0 0;
    color: #787878;
    letter-spacing: -1px;
    cursor: pointer;
}

.checked-on {
    background-position: 0 -12px;
}

/* 리스트 구분선 */

.ico-separate::before {
    content: '';
    position: relative;
    display: inline-block;
    margin: 0 8px 0 4px;
    top: 0;
    width: 1px;
    height: 8px;
    background-color: #e6e6e6;
}

.ico-separate:first-child::before {
    width: 0;
    margin: 0;
}

/* 스프라이트 이미지 */

.section-title {
    display: block;
    margin-left: 12px;
    margin-bottom: 15px;
    width: 104px;
    height: 16px;
    background: url(/img/main/title_sprites.png) no-repeat;
    background-position: 0 0;
}
.section-title_nobg {
    display: block;
    margin-left: 12px;
    margin-bottom: 15px;
    width: 104px;
    height: 16px;
  
    background-position: 0 0;
}
.tit-rec {
    width: 58px;
    background-position: 0 0;
}

.tit-buy {
    width: 58px;
    background-position: 0 -16px;
}

.tit-design {
    width: 104px; 
    background-position: 0 -32px;
}

.tit-notify {
    margin-bottom: 18px;
    background-position: 0 -48px;
}

.tit-free {
    margin-bottom: 18px;
    background-position: 0 -64px;
}

.tit-program {
    background-position: 0 -79px;
}

.tit-recommend {
    background-position: 0 -142px;
}

.tit-recruit,
.tit-membership {
    margin-left: 0;
    margin-bottom: 20px;
    height: 15px;
    background-position: 0 -110px;
}

.tit-membership {
    background-position: 0 -126px;
}

.tit-event {
    margin-bottom: 18px;
    background-position: 0 -95px;
}

/* 미니 네비 */

.btn-navi {
    position: absolute;
    clear: both;
    top: 0;
    right: 0;
}

.btn-navi span {
    display: block;
    float: left;
    width: 20px;
    height: 19px;
    background: url(../img/asset/btn_nav.gif) no-repeat;
    background-position: -21px 0;
    cursor: pointer;
}

#design_str, #recom_str {
    display: block;
    float: left;
    width: 30px;
    height: 19px;
	padding-top:5px;
	color:#666;
}

.btn-navi span.bni-prev {
    width: 21px;
    background-position: 0 0;
}

.btn-more span {
    width: 21px;
    background: url(../img/asset/btn_more.gif) no-repeat;
}

@media screen {
	input:hover, button:hover,
	input:focus, button:focus {
	    outline: none;
	}
}

.nobless{

    height: 70px;
    position: relative;
    margin-top: 15px;
    text-align: center;
}

.nobless p:first-child{
    font-size: large;
}

.nobless p:last-child{
    font-size: x-large;
    color: #f35000;
}

.btn-change-status{
    background-color: #3b3c3f;
    color: #FFFFFF;
    width: 40px;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    cursor: pointer;

}