2024/01/22 강사정보 레이어팝업 사진 가운데 정렬

This commit is contained in:
kmg 2024-01-22 12:21:00 +09:00
parent 43ab10e4d8
commit 2dd296adbe

View File

@ -102,7 +102,8 @@
.application_wrap .list ol li a {display:inline;color:#555;}
.pop_tb_type01 table tbody tr td .put_photo{position: absolute; right: 0; top: 0; border-left: 1px solid #e5e5e5; background-color: #fff;}
.pop_tb_type01 table tbody tr td .put_photo .put_photo_in {background-color: #f5f5f5; width: 116px; height: 150px; border: 1px solid #d5d5d5; border-radius: 5px; margin: 7px; box-sizing: border-box; position: relative; overflow: hidden;}
.pop_tb_type01 table tbody tr td .put_photo .put_photo_in {background-color: #f5f5f5; width: 116px; height: 150px; border: 1px solid #d5d5d5; border-radius: 5px; margin: 7px; box-sizing: border-box; position: relative; overflow: hidden; text-align:center;}
.pop_tb_type01 table tbody tr td .put_photo .put_photo_in .put_photo_box {position:relative; top:50%; left:50%; transform:translate(-50%,-50%);}
/* 교육문의 */
.popup_texta textarea {width:100%; height:200px; margin: 10px 0 0 0; font-size:15px;}