@charset "utf-8";
/* Common */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

img,
fieldset {
    border: 0 none;
}

dl,
ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
li,
ol,
th,
td,
p,
blockquote,
form,
fieldset,
legend {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    color: #666;
    text-decoration: none;
    /*vertical-align:middle*/
}

a:hover {
    color: #999;
    text-decoration: underline;
    /*vertical-align:middle*/
}

input,
select,
textarea {
    font-size: 12px;
    font-family: "돋움", "굴림", Dotum, gulim, arial, tahoma, verdana, sans-serif;
    color: #666;
}

body,
th,
td {
    font-size: 12px;
    font-family: "돋움", "굴림", Dotum, gulim, arial, tahoma, verdana, sans-serif;
    color: #666;
}

.clb {
    clear: both;
}

.blue {
    color: #1579c7;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

/* -- order by...--
display :
overflow :
float :
position :
z-index :
width & height :
margin & padding :
border :
background : 
font :
text :
etc :
*/

#containerWrap {
    width: 100%;
    height: 100%;
    background: #ababab;
}

#headerWrap {
    position: relative;
    width: 100%;
    height: 90px;
    background: url('../../../images/home/cbt_potal/exp/bg_top.gif') repeat-x 0 0;
    z-index: 99;
}

#footerWrap {
    position: relative;
    clear: both;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: url('../../../images/home/cbt_potal/exp/bg_bottom.gif') repeat-x 0 0;
    z-index: 99;
}

#rightWrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 271px;
    height: 100%;
    background: #d7e4f2;
}

.title {
    position: relative;
    50px;
    font: normal 24px arial;
    color: #333;
    text-align: center;
    line-height: 60px;
    letter-spacing: -1px;
}

.bg_l {
    float: left;
}

.bg_r {
    float: right;
}

.logo {
    position: absolute;
    width: 200px;
    height: 20px;
    left: 20px;
    top: 20px;
}

.ver {
    position: absolute;
    width: 200px;
    height: 20px;
    left: 20px;
    top: 65px;
    font: normal 12px arial;
    color: #333
}

.info {
    position: absolute;
    width: 360px;
    height: 30px;
    right: 20px;
    top: 12px;
    background: url('../../../images/home/cbt_potal/exp/area_info.png') no-repeat 0 0;
    font: bold 12px dotum;
    color: #333;
    text-align: left;
}

.info span {
    display: block;
    float: left;
}

.info .appno {
    margin: 0 0 0 110px;
    line-height: 35px;
}

.info .seatno {
    margin: 0 0 0 105px;
    line-height: 35px;
}

.control {
    position: absolute;
    width: 400px;
    height: 30px;
    right: 20px;
    top: 57px;
    text-align: right;
    font: normal 12px dotum;
    color: #333;
}

.control a,
.control img {
    vertical-align: middle;
}

.control .ctrl {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 18px;
    background: url('../../../images/home/cbt_potal/exp/ctrl_bg.png') repeat-x 0 0;
    vertical-align: middle;
}

.control .ctrl span.left {
    display: block;
    float: left;
    width: 18px;
    height: 18px
}

.control .ctrl span.right {
    display: block;
    float: right;
    width: 18px;
    height: 18px
}

.control .ctrl span.mov {
    position: absolute;
    display: block;
    width: 11px;
    height: 15px;
    left: 40px;
    top: 3px;
}

.answer {
    margin: 115px 0 0 0;
    height: 60px;
    text-align: center;
}

.time {
    height: 80px;
    background: url('../../../images/home/cbt_potal/exp/area_time.png') no-repeat center top;
    font: bold 12px dotum;
    color: #333;
    text-align: left;
}

.time span {
    display: block;
    float: left;
}

.time .test {
    margin: 40px 0 0 85px;
    line-height: 30px;
}

.time .remain {
    margin: 40px 0 0 85px;
    line-height: 30px;
}

.table {
    width: 233px;
    margin: 0 auto;
}

.ansType {
    border-bottom: solid 2px #f0f0f0;
}

.ansType td {
    height: 20px;
    border: solid 1px #f0f0f0;
    background: #FFFFFF;
    text-align: center
}

.ansType td.line {
    border-right: solid 2px #f0f0f0;
}

.button {
    width: 233px;
    height: 40px;
    margin: 0 auto;
    padding: 13px 0 0 0;
    background: #FFF;
    text-align: center;
}

.button a {
    vertical-align: middle;
}

#contentWrap {
    height: 70%;
    margin-right: 233px;
}

.content {
    width: 756px;
    height: 100%;
    margin: 40px auto 0 auto;
    padding: 30px 20px 20px 40px;
    background: #FFF;
    font: normal 15px 굴림;
    color: #333;
    line-height: 150%;
}

.qType {
    width: 100%;
}

.qType td {
    padding: 7px 0 3px 0;
    font: normal 15px 굴림;
    color: #333;
}

.center {
    width: 756px;
    margin: 20px auto 0 auto;
    padding: 20px;
}

.center2 {
    text-align: center;
}

/* 스킵네비게이션 */

#skip_nav {
    z-index: 2;
    position: relative;
    width: 100%
}

#skip_nav a {
    display: block;
    overflow: hidden;
    height: 0;
    color: #fff;
    text-align: center
}

#skip_nav a:hover,
#skip_nav a:active,
#skip_nav a:focus {
    background: #2A87A3;
    padding: .5em;
    border: 3px solid #003974;
    height: auto;
}

.blind {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    top: -999999px;
    text-indent: -9999px;
}

caption {
    overflow: hidden;
    position: static;
    left: -1px;
    top: -1px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0
}