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

/** Common **/
.input_ty {width:100px;height:40px;padding:5px;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;height:40px;padding:5px 10px;background-image:url(../../images/template/ico_sel_arr_down.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/template/ico_sel_arr_up.png);}
/*.select_ty {width:100px;padding:5px 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 */
.w20 {width:20%;}
.w30 {width:30%;}
.w50 {width:50%;}
.w90 {width:90% !important;}
.w100 {width:100%;}

/* table_ty */
.table_ty {border-top:solid 2px #3ab4b2;}
.table_ty th, .table_ty td {padding:10px 5px;font-size:15px;font-weight:400;text-align:center;}
.table_ty thead th {background:#eef4f4;color:#404040;}
.table_ty tbody th {border-bottom:solid 1px #dbdbdb;color:#606060;}
.table_ty tbody td {border-bottom:solid 1px #dbdbdb;}
.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_ty02 : Vertical */
.table_ty02 tbody th {background:#eef4f4;border-bottom:solid 1px #dbdbdb;color:#404040;}
.table_ty02 tbody th.rbd {border-right:solid 1px #dbdbdb;}
.table_ty02 tbody td {padding:10px 20px;border-bottom:solid 1px #dbdbdb;text-align:left;}
.table_ty02 tbody td.tit {font-weight:400;color:#333;}

/* Btns */
.btn_ty {display:inline-block;min-width:100px;padding:9px 0;background:#0086e7;border:none;border-radius:3px;font-size:16px;color:#fff;text-align:center;line-height:30px;cursor:pointer;box-sizing:border-box;transition:background 0.4s;}/* 파랑색 */
.btn_ty02 {background:#00c9e7;}/* 하늘 */
.btn_ty03 {background:#eaeeef; color:#505050;}/* 회색 */
.btn_ty:hover, .btn_ty:focus {background:#006bb9;}
.btn_ty02:hover, .btn_ty02:focus {background:#00a1b9;}
.btn_ty03:hover, .btn_ty03:focus {background:#dbdbdb;}

.btm_btns {margin-top:30px;text-align:cetner;}
.btm_btns .sort_l {float:left;}
.btm_btns .sort_r {float:right;}


/** Board **/
/* bd_search */
.bd_search {margin-top:50px;padding:40px 0;background:#eaeeef;text-align:center;}
.bd_search.top {margin:0 0 50px;}
.bd_search .select_ty {width:13%;}
.bd_search .input_ty {width:35%;}
.bd_search .btn_search {width:5%;min-width:auto;padding:5px 0;background:#0086e7 url(../../images/template/ico_search.png) no-repeat center center;font-size:0;}


/* Product View */
.prd_v .prd_v_top {display:table;width:100%;background:#eaeeef;table-layout:fixed;}
.prd_v_top .prd_v_img {display:table-cell;width:37%;vertical-align:top;}
.prd_v_top .prd_v_img a {text-align:center;}
.prd_v_top .prd_v_img img {width:auto;max-width:100%;height:380px;}
.prd_v_top .prd_v_info {display:table-cell;padding:40px 50px;vertical-align:top;box-sizing:border-box;}
.prd_v_top .prd_v_info .prd_v_title {margin-bottom:30px;font-size:26px;color:#303030;}
.prd_v_top .prd_v_info .prd_v_cont {font-size:15px;line-height:35px;}

.prd_v_btm {padding:60px 0;border-bottom:solid 1px #dbdbdb;}
.prd_v_btm .prd_v_btm_tit {margin-bottom:20px;font-size:21px;color:#0086e7;}
.prd_v_btm .prd_v_btm_cont {font-size:15px;line-height:35px;}