/*
 * @title		고객감동센터 FAQ 검색
 * @author		김현진
 * @date		2012.03.26
 * @update		2025.11.28([F/E] 류지원)
 * @description
 */

.search{padding: 25px 75px 23px 75px; background: linear-gradient(to right, #2B9EFD, #A8A0FF); border-radius: 10px;}
.search:after{content: ''; display: block; clear: both;}
.search .search_img_wrap{text-align: center; font-size: 22px; font-weight: bold; color: var(--color-white); height: 45px; margin-top: 5px;}
.search .search_bar_wrap{position: relative;}
.search .search_bar_wrap .g_image{position: absolute; top: 11px; right: 35px;}
.search .search_bar{width: 625px; margin: 0 auto 10px; padding: 15px 20px; background-color: var(--color-white); border-radius: 10px;}
/*.search .search_bar select { width:106px; background-color:#FFF; border:none }*/
/*.search .search_bar .g_text { width:300px; border:0; background-color:#FFF; }*/
.search_list{text-align: center; clear: both; color: var(--color-white);}
.search_list li{display: inline; word-spacing: 15px;}
/*.gray_table { width:760px; border-top:1px solid #E3E3E3; border-bottom:1px solid #E3E3E3 }*/
/*.gray_table th { padding:5px 0; background-color:#F8F8F8; border-bottom:1px solid #E3E3E3; border-left:1px solid #E3E3E3; text-align:center }*/
/*.gray_table .first { border-left:0 }*/
/*.gray_table td { padding:10px 0 5px 12px; border-left:1px solid #E3E3E3; vertical-align:top; line-height:160% }*/
/*.gray_table .first { border-left:0 }*/

/*.g_right {padding:11px 20px 0;}*/
.s_text{width: 550px; border: 0; background-color: var(--color-white);}
.s_text:focus{outline: none;}

.subject .g_left{margin-right: 10px;}
