.wrapper {
    /* width: 100%; */
    /*반응형 페이지 아님. 반응형으로 해야될 경우 이미지랑 구조 다시 생각헤보기*/
    width: 940px;
    margin: 0px auto;
    text-align: left;
}

.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 206px;
    background: url("https://assets.trost.co.kr/images/idk/manual_top-min.png") no-repeat;
    text-align: center;
}

.top h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
}

h1.page-title {
    font-size: 28px;
    font-weight: normal;
    margin: 80px 0px 15px 0px;
}
h1.page-title strong{
    display: inline-block;
    font-weight: bold;
}

.page-guide-link {
    display: inline-block
}

img.process-bar {
    width: 100%;
    height: 16px;
    display: block;
    margin: 80px auto;
}

img.gui1 {
    width: 136px;
    height: 40px;
}

div.process {
    position: relative;
    border-bottom: 1px solid #606060;
    margin-top: 96px;
}

div.process div.left {
    display: inline-block;
    text-align: center;
    margin: 0px auto;
}

div.process div.left img {
    margin-bottom: -5px;
}

.manual-guide-img--type1{
    width:214px;
}


.manual-guide-img--type2{
    width:214px;
    margin-left: 102px
}

.manual-guide-img--type3{
    width:400px;
    margin-left: 11px
}

.manual-guide-img--type4{
    width:436px;
}

div.process div.right {
    position: absolute;
    left: 559px;
    bottom: 0;
}

div.process p.title {
    font-weight: 700;
    font-size: 1.75rem;
    margin: 0px;
    margin-bottom: 10px;
    color: #F57C00;
}

div.process span.guide {
    display: block;
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 0px;
}

div.process span.sm_guide {
    display: block;
    font-size: 0.75rem;
    line-height: 1.15rem;
    margin: 0px;
}

div.process button {
    background: #FFF;
    border: 1px solid #F57C00;
    color: #F57C00;
    border-radius: 5px;
    font-size: 1rem;
    margin-right: 20px;
    width: 150px;
    height: 40px;
}

div.process button:hover {
    background: #F57C00;
    color: #FFF;
}

div#text_guide_layer {
    position: absolute;
    display: none;
    margin-top: 5px;
    background: #E0E0E0;
    border-radius: 10px;
    padding: 15px;
}

div#voice_guide_layer {
    position: absolute;
    display: none;
    margin-top: 5px;
    background: #E0E0E0;
    border-radius: 10px;
    padding: 15px;
    width: 320px;
}

div#text_guide_layer p.title,
div#voice_guide_layer p.title {
    margin: 0px auto;
    font-size: 1rem;
    color: #333;
}

div#text_guide_layer p.describe,
div#voice_guide_layer p.describe {
    margin: 0px auto;
    font-size: 0.875rem;
    line-height: 1.275rem;
    margin-top: 8px;
}


/*# sourceMappingURL=../../sourcemaps/manual/texttime/texttime.css.map*/