/* button */
.btn {position:relative; cursor:pointer; background:#fff; border:0; font-family: "Pretendard", sans-serif;}
.btn:active {opacity:.6;}
.btn_login {width:100%; height:70px; color:#fff; font-size:18px; font-weight:bold; background:#1091d0; margin-bottom:30px;}
.btn_gnb {width:22px; height:20px; text-indent:-9999px; font-size:0;}
.btn_gnb.search {background:url("../images/common/icon_gnb_search.png") center no-repeat;}
.btn_gnb.login {background:url("../images/common/icon_gnb_login.png?ver=1.1") center no-repeat;}
.btn_gnb.logout {background:url("../images/common/icon_gnb_logout.png?ver=1.1") center no-repeat;}
.btn_gnb_search {width:42px; height:65px; background:url("../images/common/icon_popup_search.png?ver=1.1") center no-repeat;  text-indent:-99999px; position:absolute; top:0; right:0;}
.btn_common {display:inline-block; vertical-align:top; font-weight:500; padding:0 20px; height:40px; line-height:40px; font-size:14px; }
.btn_main {background:#1091d0; color:#fff;}
.btn_sub {background:#999; color:#fff;}
.btn_search {width:50px; height:50px; background:url("../images/common/icon_search_w.png") center no-repeat #1091d0; text-indent:-99999px;}



/* 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:60px;  padding:0 20px; background:#f4f4f4; line-height:60px; margin-bottom:20px; font-size:16px; color:#484848; letter-spacing:-1px;}
.text_login:focus {background:#fff; color:#222; border-bottom:1px solid #333;}
.text_gnb_search {width:100%; height:65px; border-bottom:2px solid #000; font-size:24px; color:#000;}
.text_gnb_search:focus {outline:none;}
.text_gnb_search::-webkit-input-placeholder {color:#000; text-align:center;}
.text_gnb_search:-ms-input-placeholder {color:#000;  text-align:center;}




/* select */
.select_form {width:100%; height:40px; font-family: "Pretendard", sans-serif; font-size:14px; border:1px solid #ddd; padding:0 40px 0 20px; background: url("../images/common/icon_select.png") no-repeat calc(100% - 20px) center #fff; vertical-align:middle; -webkit-appearance: none; -moz-appearance: none;appearance:none;}
.select_form::-ms-expand { display: none;}
.select_form.select_office {width:auto; height:50px; min-width:320px; border:1px solid #999; border-right:0; font-weight:500; font-size:16px; background: url("../images/common/icon_select.png") no-repeat calc(100% - 20px) center #ffff;}


/* 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;}