@charset "utf-8";

/* --------------------------------------------------------------------------
   Login
-------------------------------------------------------------------------- */
#login_wrap {display:flex;align-items:center;justify-content:center;width:100%;height:100vh;background:#edf0f3;font-family: 'Montserrat';line-height:120%;font-weight:500}
.login_box {width:500px;padding:50px 20px;}
.login_box .title {margin-bottom:30px}
.login_box .title span {display:block;font-size:40px;color:#444;text-align:center}
.login_box .f_row .tit {margin-bottom:5px;font-size:12px;}
.login_box .f_row input {box-sizing:border-box;width:100%;height:45px;padding:10px;border:1px solid #adadad}
.login_box .btn_login {width:100%;height:50px;margin-top:20px;font-size:20px;color:#fff;background:#5c8be8;border:0}
.login_box .btn_login:hover {filter:contrast(1.5)}

/* --------------------------------------------------------------------------
   img_form
-------------------------------------------------------------------------- */
#form_wrap {height:100%;background:#edf0f3}
.form_box {padding:30px}
.form_box .title {margin-bottom:20px;font-size:30px}
.form_box .f_row {margin-top:15px;}
.form_box .f_row .tit {margin-bottom:2px;font-size:12px;}
.form_box .input_file {box-sizing:border-box;width:100%;height:40px;padding:10px;border:1px solid #cbd4e1}
.form_box .input_text {box-sizing:border-box;width:100%;height:40px;padding:10px;border:1px solid #cbd4e1}
.form_box .btn_submit {width:100%;height:40px;margin-top:20px;font-size:15px;color:#fff;background:#5c8be8;border:0}

/* --------------------------------------------------------------------------
   container
-------------------------------------------------------------------------- */
.container {display:flex;min-height:100%;padding-left:250px}
.left-wrap {position:fixed;left:0;top:0;width:250px;height:100%;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}
.left-wrap .logo {padding:30px;font-size:30px}
.left-wrap .l_menu a {display:block;position:relative;padding:15px 15px 15px 50px}
.left-wrap .l_menu a .icons {position:absolute;top:14px;left:20px;font-size:20px;color:inherit}
.left-wrap .l_menu a .name {font-size:15px;color:inherit}
.left-wrap .l_menu a.on {background:#4a7ce2;color:#fff}
.left-wrap .l_menu a.btn_logout {color:#d94522}

.center-wrap {flex:1;padding:30px;background:#edf0f3}
.center-wrap .contents_head {margin-bottom:30px;}
.center-wrap .contents_head .title {display:inline-block;font-size:20px}
.center-wrap .contents table {width:100%}
.center-wrap .contents table thead td {height:45px;vertical-align:middle;font-size:15px;text-align:center;background:#cbd4e1}
.center-wrap .contents table tbody td {padding:5px;font-size:13px;vertical-align:middle;;text-align:center;border-bottom:1px solid #b6c1d0}
.center-wrap .contents table tbody td img {max-width:80px;width:auto}

.btn_delete {padding:6px 10px;font-size:15px;background:#f6cd91;color:#ff3100;border:0;border-radius:3px}
.btn_img_add {float:right;padding:6px 10px;font-size:15px;background:#a3c8f1;color:#3467ce;border:0;border-radius:3px}
.btn_copy_url {padding:6px 10px;font-size:15px;background:#a3c8f1;color:#3467ce;border:0;border-radius:3px}
.btn:hover {filter:contrast(1.2)}

/* error */
#error_wrap {display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background:#edf0f3;font-size:.1em}
.error_contents {max-width:560em;padding:0 30em;text-align:center}
.error_contents .icons {font-size:120em;color:#25272c}
.error_contents .error_heading {margin-top:.6em;line-height:1;font-size:45em;font-weight:900;color:#25272c}
.error_contents .error_sub {margin-top:.4em;font-size:23em;color:#25272c}
.error_contents .error_desc {margin-top:1.1em;line-height:1.8;font-size:15em;color:#25272c}
