@charset "UTF-8";
* {
    font-family: 'Noto Sans KR', sans-serif;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

li {
    list-style: none;
}

/* 스크롤바 설정 width */

::-webkit-scrollbar {
    display: none;
}

/*모바일학생증-전체 레이아웃*/

.sub01_content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 69.3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: absolute;
    background-color: rgba(217, 225, 232, 1)
}

.sub01_content .board {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

/*상단바 뒤로가기 숨기기*/

.goback {
    display: none;
}



/*학생 인적정보-레이아웃*/

.sub01_content .board .board_info {
    width: 100%;
    height: 47%;
    background-color: rgba(0, 90, 170, 1);
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 0
}

.sub01_content .board .board_info > div {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

/*학생인적정보-콘텐츠(사진)*/

.board_info .profile {
    width: 208px;
    height: 239px;
    overflow: hidden;
    position: relative;
    margin: auto;

}

.board_info .profile .profile_data {
    width: 220px;
    height: 253px;
    background-color: #fff;
    position: absolute;
    top: -4px;
    left: -6px;
    background-image: url(../img/profile.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


/*바코드 출력 폼*/

.sub01_content .board .board_barcode {
    width: 100%;
    height: 53%;
    box-sizing: border-box;
    background-color: #fff
}

.content_wrapper {
    width: 80%;
    height: 80%;
    margin: auto;
    position: relative;
}

.content_position {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -45%)
}

/*신분증 인적 정보*/

table {
    margin: auto;
    margin-bottom: 10px;
}

table th {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 10px;
}

table td {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
}

/*바코드 레이아웃*/
.board_barcode .barcode_area {
    width: 100%;
    height: 22%;
    box-sizing: border-box;
	text-align:center;
}

#barcode {
    max-width: 90%; 
}

/*사번 출력 폼*/
#sabun {
    font-size: 16px;
    text-align: center;
}



/*학교 마크*/

.board_barcode > div.UI_logo {
    width: 100%;
    height: 20%;
    text-align: center
}

.board_barcode > div.UI_logo > h3 {
    display: inline-block;
    width: 160px;
    height: 100%;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center
}


@media screen and (max-width: 370px) {

    /*학생인적정보-콘텐츠(사진)*/
    .board_info .profile {
        width: 180px;
        height: 207px;
    }
    .board_info .profile .profile_data {
        width: 188px;
        height: 215px;
        top: -4px;
        left: -4px;
    }


    /*크게보기 텍스트*/
    .sub01_content .board .text_expand {
        font-size: 10px;
        margin-bottom: 5px;
    }
    /*바코드 출력 폼*/
    /*학교 마크*/
    .board_barcode > div.UI_logo {
        height: 18%
    }
    .board_barcode > div.UI_logo > h3 {
        width: 140px;
    }

}



@media screen and (max-width:340px) {

    /*학생인적정보-콘텐츠(사진)*/
    .board_info .profile {
        width: 150px;
        height: 178px;
    }
    .board_info .profile .profile_data {
        width: 158px;
        height: 186px;
        top: -4px;
        left: -4px;
    }


    /*바코드 출력 폼*/
    .board_barcode .barcode_area {
        height: 65%;
    }

    /*학교 마크*/
    .board_barcode > div.UI_logo {
        height: 30%;
    }

    .board_barcode > div.UI_logo > h3 {
        width: 120px;
    }
    
    /*신분증 인적 정보*/
    table th {
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        letter-spacing: 10px;
    }

    table td {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 3px;
    }
}

@media screen and (max-width:325px) {
    /*신분증 인적 정보*/
    table th {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        letter-spacing: 10px;
    }

    table td {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 3px;
    }
}


@media screen and (min-width: 400px) {}


@media screen and (min-width:500px) {

    /*학교 마크*/
    .board_barcode > div.UI_logo > h3 {
        width: 170px;
    }
}
