<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.play_btn_webzine {position: absolute; width: 50px; height: 50px; top: 50%;left: 50%; transform: translate(-50%, -50%);z-index:999;}/*플레이 버튼*/
.play_btn_gallery {position: absolute; width: 50px; height: 50px; top: 32%;left: 50%; transform: translate(-50%, -50%);z-index:999;}/*플레이 버튼*/
.play_btn_blog {position: absolute; width: 50px; height: 50px; top: 35%;left: 50%; transform: translate(-50%, -50%);z-index:999;}/*플레이 버튼*/
.youtube_btn {position: absolute; width: 50px; height: 50px; bottom: 12%; right: 10%; z-index:999;}/*플레이 버튼*/

.option_boxs {border-radius:7px; border:1px solid #CCCCCC;}
.option_boxs:focus-within {box-shadow: #CFCDE4 0px 2px 4px 0px, #CFCDE4 0px 2px 16px 0px;
border: 1px solid #706AB4; /* 클릭했을시 박스 칼라 */
border-radius:7px;}
.input_arr_bg {background: url(/css/images/select_arr.png) no-repeat 95% 50%; background-size: 20px;	appearance: none;}

.file_boxs {border-radius:7px; border:1px solid #CCCCCC;}
.file_boxs:focus-within {box-shadow: #CFCDE4 0px 2px 4px 0px, #CFCDE4 0px 2px 16px 0px;
border: 1px solid #706AB4; /* 클릭했을시 박스 칼라 */
border-radius:7px;}</pre></body></html>