@charset "utf-8";


/*********************************************************/
/* common */

/* button */
.btn {
    line-height: 2rem;
    min-width: 4rem;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 1.3rem;
    letter-spacing: -1px;
    font-size: 1rem;
    background-color: #eee;
}
.btn:focus { background-color: #ccc; }
.btn-primary { color:#fff; background-color: #337ab7; }
.btn-primary:focus { background-color: #215b8d; }

.mT1 { margin-top: 1rem; }
.mT2 { margin-top: 2rem; }
.mT3 { margin-top: 3rem; }


/*********************************************************/
/* document */

/* body */
body { line-height: 1.4; color: #333; background: #f4f4f4; }
body div.wrap { margin:0 auto; }

/* header */
.header { position: fixed; top: 0; left: 0; width: 100%; height: 5.4rem; background: #fff; border-bottom: 1px solid #ccc; z-index: 1; }
.header .logo { width: inherit; height: inherit; padding: 1rem 0.8rem; }
.header .logo { word-break: break-all; /*white-space:nowrap; text-overflow:ellipsis;*/ overflow: hidden; }
.header .logo > h1 {
    width: 100%;
    height: 3.0rem;
    background: url('../../common/img/etc/my_pic.png') no-repeat;		/* url('http://tmportal.hi.co.kr/images/pc/logo.png') */
    background-image: url('../../common/img/etc/my_pic.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    text-indent: 5.0rem;
    /*overflow: hidden;*/
}

/* container */
.container { width: 100%; margin: 0 auto; padding: 5.4rem 0 12rem 0; transition: 0.7s ease; }

/* content */
.content { margin: 2rem 1.5rem 0 1.5rem; padding: 1rem 1.2rem 2rem; background: #fefefe; border-radius: 4px; overflow: hidden; transition: 0.7s ease; }
.content { word-break: break-all; box-shadow: 0 0 2px 0 rgba(0,0,0,0.20); }

/* item */
.content table { width: 100%; }
.content table .chboxl { text-align: left; width: 25%; margin: 0; padding: 0 0.5rem 0 0; height: 1.8rem; }
.content table .chboxr { text-align: left; width: 75%; margin: 0; padding: 0; height: 1.8rem; }
.content table .chboxr input[type="text"], .content table .chboxr textarea { width: inherit; }
