/*
Theme Name: Semplice v5
Theme URI: https://www.semplice.com
Author: Semplicelabs
Author URI: https://www.semplice.com
Description: With Semplice you can build fully responsive case studies & custom branded project pages with just a few clicks. Visit our <a href="http://help.semplice.com" target="_blank">documentation</a>, <a href="https://www.semplice.com/changelog-v5-studio" target="_blank">changelog</a> and follow us on <a href="http://www.twitter.com/semplicelabs" target="_blank">Twitter</a> for update notifications.
Version: 5.3.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio, responsive, case study, fullscreen cover, content editor
Text Domain: semplice
*/
/*

	How to add Custom CSS?
	------------------------------------------------------------------------------------------------------------------------------------
	Semplice is coded with SASS (http://sass-lang.com/) 
	There are 2 ways to edit or override CSS definitions:
	
	# Use the Custom CSS fields in the Theme Options under 'Customize -> Advanced'
	# Add a child theme, more info in the Documentation. http//help.semplice.com

*/

.wpcf7 select {
    appearance: auto; /* 기본 UI 제거 */
    -webkit-appearance: auto;
    -moz-appearance: auto;
    width: 100%;
    padding: 10px 40px 10px 10px; /* 우측 여백 추가 */
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
}