﻿/* trauma.css */
.__pageMainFooterDivisionContainer {
    height:calc(100vh - 64px);
}
.trauma_title {
    padding-left: 1.25rem;
    padding-top: 1.25rem;
}
.text_position {
    position: relative;
    top: 1.25rem;
    color: #FFFFFF;
}
.trauma_content {
    position: relative;
    top: 63px;
    height: auto;
}
.trauma_footer {
    width: 100%;
    height: 71px;
    background-color: #27837c ;
    bottom: 0px;
    position: fixed;
}
.ui-footer ui-bar-inherit {
    height: 0px !important;
    border: none !important;
}
.ui-footer {
    border: none !important;
}
#writeicon {
    background: url("../images/common/writeicon.png") no-repeat;
    background-size: cover;
    height: 3.063em;
    width: 3.063em;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
#saveicon {
    background: url("../images/common/login_logo.png") no-repeat;
    background-size: cover;
    height: 3.063em;
    width: 3.063em;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.yourtrauma {
    letter-spacing: -1.5px;
    color: #333333;
    line-height: 32px;
    margin: 15px;
    font-size: 21px;
}
.trauma_textarea {
    min-height: 300px !important;
    bottom: 0px !important;
    max-height: 65%;
}
/*inset shadow css*/
.ui-shadow-inset {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.2);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.2);
}

@media (max-width:360px) {
    .title {
        font-size: 1.4em;
        display: block;
        font-family: SpoqaHanSans-Light;
        margin-bottom: 1rem;
        margin-top: 1rem;
        color: #434343;
        font-family: KoPubWorldBatang_Pro !important;
        font-weight: normal !important;
        letter-spacing: -1.44px;
    }
    .common_li {
        text-align: left;
        font-size: 14px;
        letter-spacing: -0.8px;
        
        color: #787878;
        margin-bottom: 1rem;
        line-height: 1.6rem;
    }

}
span.circle{display: none}
 @media (min-width:1300px) and (min-height:700px) {
    .__pageMainContainer .wcenter3 ul li{margin-bottom: 15px;text-align: left}
    .__pageMainContainer h4{margin-left: -20px!important;margin-top: -0px!important}
    .wcenter3{margin: -0px  auto 0!important}
    .common_btn.heightAuto.ui-btn.ui-shadow.ui-corner-all{position: absolute;bottom: 120px;width: 1150px;}
    body{/*overflow-y: hidden*/}
.bottom_img_wrap > img {width: 100%;margin-left: 0%;margin-top: 30px;height: auto;}
}