﻿/* trauma_symptom.css */
.ui-content {
    /*height: calc(100vh - 64px) !important;*/
}

.bxslider,
.bx-wrapper {
    height: 100%;
}

.bx-viewport {

}

.margin-top-10 {
    margin-top: -10px;
}

.bx-pager {
}

li.noncheck {
    list-style: none;
}

.noncheck {
    list-style: none;
}
/*슬라이더 점 css*/
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #8D8D8D;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #6FBFB9;
        width: 17px;
    }

/*슬라이더 버튼 변경*/
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 2.4em;
    height: 2.4em;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url("../images/common/prev_.png") no-repeat;
    background-size: cover;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url("../images/common/next_.png") no-repeat;
    background-size: cover;
}

    .bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
        background-position: 0 0;
    }


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: fixed; /* 특정 모바일 디자이스에서 글씨와 페이지 컨트롤이 겹쳐짐 fixed */
    bottom: 1em;
    width: 100%;
}
/*슬라이더 보더 삭제, 배경색*/
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #ffffff;
}
    /* common으로 이동
.img_wrapper {
    width: 87.2%;
    height: auto;
}
    */
    .bx-wrapper img {
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.marginRight19 {
    margin-right: 1.188em;
}

.marginTop25 {
    margin-top: 1.563rem !important;
}

.text_wrapper {
    background: #F6F6F6;
    color: #555;
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
    font-family: SpoqaHanSans-Regular;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: -.8px;
}

.logo_png {
    width: 21px;
    height: 20px;
    margin-bottom: 20px;
    position: relative;
    top: 11px;
}

    .logo_png img {
        width: 100%; /* 특정 모바일 디자이스에서 이미지가 크게 나오는 걸로 수정 */
    }

.letter-spacing-18 {
    letter-spacing: -1.8px;
}

/* 박스안의 이미지(로고) */
.step3-box-text {
    word-break: keep-all;
    padding: 10px;
    height: auto;
    padding-bottom: 22px;
}

.trauma_symptom_btn {
    margin: auto;
    padding: 20px;
    background-color: #BCDFDB !important;
    border: 1px solid rgba(250, 247, 247, 0) !important;
    color: #222 !important;
    font-weight: 700 !important;
    transition: all 0.3s;
    font-size: 18px !important;
    display: block;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

    .trauma_symptom_btn:hover {
        background-color: #80ccc5 !important
    }

.bxslider {
    display: block
}

.webCenter {
    display: none
}

@media (min-width:1300px) and (min-height:700px) {
    .bxslider {
        display: none
    }

    .webCenter {
        display: block
    }

    .webCenter {
        margin-top: 100px !important
    }

    .secwarp .sec {
        width: 27%;
        float: left;
        height: 480px;
        margin-right: 9.5%;
        padding: 40px 0px 0;
        box-sizing: border-box;
        margin-top: 30px;
    }

    .sec:nth-child(3) {
        margin-right: 0%
    }

    .webCenter h4 {
        margin-left: 0px !important;
        text-align: left
    }

    .webCenter .sec li {
        margin: 5px 0px 25px;
        text-align: left;
        font-size: 14px;
        letter-spacing: -0.8px;
        font-weight: 600
    }

    .webCenter .sec img {
        padding: 30px
    }

    .webCenter .sec li.check {
        line-height: 26px
    }

    .webCenter h5 {
        font-size: 16px;
        font-family: SpoqaHanSans-Regular;
        margin-top: -10px;
        font-weight: 300
    }

    .img_wrapper {
        width: 87.2%;
        height: auto;
        margin-top: 0px !important
    }
}


.bottomBox {
    margin-top: 25px;
}
