

/* Container */
.container-fluid {
    background: #f7f7f7;
    margin: 0px auto;
    padding: 20px 20px 0;
	border: 1px solid #ddd;
	border-radius: 7px;
	margin-bottom:30px;
	padding: 10px 10px 0 50px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}


/* Page Header */
.page-header {

    padding: 5px;
    color: #999;
    text-transform: uppercase;
    }
    .page-header h3 {
        line-height: 0.55rem;
        color: #c79958;
        }



/* Thumbnail Box */
.caption h4 {
    font-size: 1rem;
    color: #444;
    }
    .caption p {
        font-size: 0.75rem;
        color: #999;
        }
        .btn.btn-mini {
            font-size: 0.63rem;
            }


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
    }
    .carousel-control{
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
        width: 15px;
        }


/* Footer */


/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
    text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }
}

.mainbox .mbox1 .q_label {
visibility:visible;
}

.mainbox .mbox1 h1 {
    font-family: malgun gothic;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
}

.mainbox .mbox1 span {
color:#c79958; font-weight:bold;
}

.mainbox .mbox1  {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f7f7f7 none repeat scroll 0 0;
    border-color: #ddd #ddd #ccc;
    border-image: none;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    padding: 0 50px 20px;
}
.mainbox .mbox1 ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mainbox .mbox1 li {
    color: #888;
    font-size: 11px;
}
.mainbox .mbox1 .q_text {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 5px;
	height:35px;
    width: 210px;
}
.mainbox .mbox1 .q_text2 {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 5px;
    width: 54px;
}
.mainbox .mbox1 .q_text3 {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 5px;
    width: 90px;
}
.mainbox .mbox1 .q_ok {
    background: #c79958 none repeat scroll 0 0;
    border: 1px solid #e7c088;
    color: #000;
    cursor: pointer;
    font-family: malgun gothic;
    font-size: 14px;
    font-weight: bolder;
    letter-spacing: -1px;
    margin: 7px 0 0;
    padding: 7px 0 8px;
    width: 100%;
}
.mainbox .mbox1 .q_ok:hover {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff;
}
.mainbox .mbox1 .main_img2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #ddd #ddd #ccc;
    border-image: none;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 15px;
    padding: 0;
}
.mainbox .mbox1 .main_img2 img {
    border-radius: 7px;
    width: 100%;
}
.mainbox .mbox1 .q_agree_btn {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 11px;
    letter-spacing: -1px;
    padding: 1px 2px;
}
.mainbox .mbox1 .q_agree_btn a {
    color: #888;
    text-decoration: none;
}
.mainbox .mbox1 .toggle1 {
    background-color: #fff;
    border: 1px solid #333;
    display: none;
    height: 95px;
    overflow: auto;
    padding: 5px;
    position: absolute;
    width: 220px;
    z-index: 99999;
}














/* ADD-ON
-------------------------------------------------- 
body:after{content:"less than 320px";font-size:1rem;font-weight:bold;position:fixed;bottom:0;width:100%;text-align:center;background-color:hsla(1,60%,40%,0.7);color:#fff;height:20px;padding-top:0;margin-left:0;left:0}@media only screen and (min-width:320px){body:after{content:"320 to 480px";background-color:hsla(90,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:480px){body:after{content:"480 to 768px";background-color:hsla(180,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:768px){body:after{content:"768 to 980px";background-color:hsla(270,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:980px){body:after{content:"980 to 1024px";background-color:hsla(300,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:1024px){body:after{content:"1024 and up";background-color:hsla(360,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}
*/
::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

a, a:focus, a:active, a:hover, object, embed { outline: none; }
:-moz-any-link:focus { outline: none; }
input::-moz-focus-inner { border: 0; }