/* button */
.btn {position:relative; cursor:pointer; background:#fff; border:0; font-family: 'Pretendard', sans-serif; }
.btn:active {opacity:.6;}
.btn_login {width:100%; height:55px; color:#fff; font-size:18px; font-weight:normal; background:#e2992a; margin-bottom:10px;}
.btn_login.btn_sub {border:2px solid #ddd; color:#777;}
.btn_login.btn_other {background:#222; color:#fff; border:0; margin-bottom:0;}

.btn_gnb {width:30px; height:30px; text-indent:-9999px; font-size:0;}
.btn_gnb_search {width:80px; height:44px; background:url("../images/common/btn_gnb_search.png?ver=1.1") center no-repeat;  text-indent:-99999px; position:absolute; top:10; right:0;}
.btn_menu {top:2px; color:#fff; font-size:15px; background:transparent;}


/* text */
.text_form {position:relative; transition:.3s; border:0; vertical-align:middle; font-family: 'Pretendard', sans-serif; }
.text_login {font-size:14px; width:100%; height:50px;  padding:3px 20px 0px; background:#fff; border:1px solid #e1e1e1; line-height:50px; border-radius:2px; margin-bottom:15px; font-size:16px; color:#777;}
.text_login:focus {background:#f5f5f5;}
.text_gnb_search {width:100%; height:44px;  font-size:14px; border:1px solid #ddd; border-radius:44px; text-align:left; padding:0px 30px 0;}
.text_gnb_search:focus {outline:none;}
.text_gnb_search::-webkit-input-placeholder {color:#999;}
.text_gnb_search:-ms-input-placeholder {color:#999;}


/* select */
.select_form {width:100%; height:50px; font-family: 'Pretendard', sans-serif;  font-size:15px; border:1px solid #e1e1e1; padding:0 20px; background: url("../images/common/icon_select.png") no-repeat 94% center #fff; vertical-align:middle; -webkit-appearance: none; -moz-appearance: none;appearance:none;}
.select_form::-ms-expand { display: none;}

/* placeholder */
input::-webkit-input-placeholder {color:#ccc;}
input:-ms-input-placeholder {color:#ccc;}
textarea::-webkit-input-placeholder {color:#ccc;}
textarea:-ms-input-placeholder {color:#ccc;}
input:focus {outline:none;}																																													  h