@charset "utf-8";
/*
	Template
*/

/** Common **/
.input_ty {width:100px;height:40px;padding:5px;background:#fff;border:solid 1px #e5e5e5;font-size:14px;color:#000;}
.placeholder {color:#afafaf;}
:-ms-input-placeholder {color:#afafaf;} /* M$ */
::-webkit-input-placeholder {color:#afafaf;} /* webkit */
::-moz-placeholder {color:#afafaf;} /* firefox */

/*.select_ty {width:100px;padding:5px 10px;background-image:url(../images_new/layout/ico_select_arr.png);background-repeat:no-repeat;background-position:90% center;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:solid 1px #e5e5e5;font-size:14px;color:#000;transition:background 0.4s;}
.select_ty:hover, .select_ty:focus {background-image:url(../images_new/layout/ico_select_arr_ov.png);}*/
.select_ty {width:100px;height:40px;padding:7px 10px;border:solid 1px #e5e5e5;font-size:14px;color:#000;box-sizing:border-box;}

.tarea_ty {width:100%;height:100px;padding:15px;border:solid 1px #e5e5e5;font-size:14px;color:#000;box-sizing:border-box;resize:none;}

/* Input Size */
.w15 {width:15%;}
.w20 {width:20%;}
.w30 {width:30%;}
.w100 {width:100% !important;}
.pw400 {width:400px;}

/* table_ty */
.table_ty {border-top:solid 2px #333;}
.table_ty th, .table_ty td {padding:10px 5px;border:solid #dbdbdb;border-width:0 0 1px 1px;font-size:16px;font-weight:400;text-align:center;}
.table_ty th:first-child, .table_ty td:first-child {border:solid #dbdbdb;border-width:0 0 1px 0;}
.table_ty thead th {background:#f5f5f5;font-weight:400;color:#333;}
.table_ty tbody th {color:#666;}
.table_ty tbody td {font-weight:300;color:#666;}
.table_ty .tl {padding:10px 20px;text-align:left;}
.table_ty .tr {padding:10px 20px;text-align:right;}
.table_ty .tc {text-align:center;}
.table_ty tr.ht th, .table_ty tr.ht td {background:#eef5fb;font-weight:500;}
.table_ty .red {color:#ff0000 !important;}

.table_ty.ty02 {border-top:none;}
.table_ty.ty02 thead th {background:#162855;font-size:17px;font-weight:500;color:#fff;}
.table_ty.ty02 tbody th {font-size:20px;font-weight:500;color:#333;}
.table_ty.ty02 tbody td {font-size:15px;}

/* table_ty : Vertical */
.table_ty.verti {border-top:none;}
.table_ty.verti tbody th {padding:15px 20px;background:#162855;border-top:solid 1px #dbdbdb;font-size:18px;color:#fff;text-align:left;}
.table_ty.verti tbody th.rbd {border-right:solid 1px #dbdbdb;}
.table_ty.verti tbody td {padding:15px 30px;background:#fff;border-top:solid 1px #dbdbdb;text-align:left;}

.table_top {margin-bottom:5px;font-size:14px;color:#999;text-align:right;}

/* Btns */
.btn_ty {display:inline-block;min-width:100px;padding:9px 10px;background:#5ca9dd;border:none;font-size:14px;color:#fff;text-align:center;line-height:20px;cursor:pointer;box-sizing:border-box;transition:background 0.4s;}/* 하늘색 */
.btn_ty02 {background:#f5f5f5;border:solid 1px #dbdbdb;color:#606060;}/* 회색 */
.btn_ty:hover, .btn_ty:focus {background:#2588cb;}
.btn_ty02:hover, .btn_ty02:focus {background:#dbdbdb;}

.btn_link {border:solid 1px #fff;font-size:15px;font-weight:400;color:#fff;text-align:center;line-height:40px;box-sizing:border-box;transition:all 0.4s;}
.btn_link.ty02 {background:url(../../images/template/btn_link_bg.png) repeat left top;}
.btn_link:after {content:"";display:inline-block;width:60px;height:40px;margin-left:10px;background:url(../../images/template/ico_arr_link_w.png) no-repeat right center;vertical-align:top;transition:background 0.4s;}
.btn_link:hover, .btn_link:focus {background:#fff;color:#333;}
.btn_link:hover:after, .btn_link:focus:after {background:url(../../images/template/ico_arr_link.png) no-repeat right center;}



/*** Board ***/
/* List */
.respon_l .div_tb {box-sizing:border-box;}
.respon_l .div_td {word-break:break-all;}

/* Search */
#bo_sch .btn_ty {padding:10px;}

/* View */
#bo_v {margin:0;padding:0;}
#bo_v_con img {width:auto;max-width:100%;margin:0 auto;}
#bo_v_con strong {font-weight:700;}

/* Write */
.respon_w .privacy_area,
.respon_w .res_w {padding:0;}