@charset "utf-8";

/**검색바**/
.search_bar p {
    width:500px;
    height:50px;
    position:relative;
    box-sizing: border-box;
    border:6px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    float:left;
}
.search_bar p .search {
    width:300px;
    height:50px;
    position:absolute;
    line-height:100px;
    font-size:20px;
    top:50%;
    margin-top:-25px;
    background: rgba(0,0,0,0);
    border:none;
    margin-left:10px;
}
.search_bar p .search_btn {
    width:50px;
    height:50px;
    position:absolute;
    right:200px;
    top:100%;
    margin-top:-45px;
    background: rgba(0,0,0,0);
    border:none;
    border-left:3px solid #fff;
    cursor: pointer;
    outline: none;
}
.search_btn span {
    width:50px;
    height:50px;
    display: inline-block;
    background: url('../img/09_keyboard/icon-search.png') no-repeat;
}
.search_bar .click1 {
    border:6px solid #ffab2e !important;
}
.search_bar p .click2 {
    border-left:3px solid #ffab2e !important;
}
.search_btn span .click3 {
    background: url('../img/09_keyboard/h_search.png') no-repeat;
}

/**가상키보드**/
.bg-1440 {
    width:1440px;
    height:2560px;
}
.keyboard_bg {
    width:1440px;
    height:2560px;
    position:absolute;
    background:rgba(0,0,0,0.4);
    top:49px;
    left:50%;
    margin-left:-720px;
    z-index: 999;
    display: none;
}
.keyboard {
    width:1314px;
    height:320px;
    background:#fff;
    position:relative;
    padding:57px 63px;
    padding-top:74.5px;
}
.close_img {
    width:24px;
    height:24px;
    position:absolute;
    display:inline-block;
    top:30px;
    right:66px;
    cursor: pointer;
}
.keyboard_gradient {
    width:100%;
    height:235px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.type {
    width:1044px;
    height:313px;
    margin-right:35px;
    float:left;
}
.number {
    width:235px;
    height:313px;
    float:left;
}
.keycap {
    width:72px;
    height:72px;
    display:inline-block;
    background:#24232b;
    margin-right:3px;
    vertical-align: top;
    margin-top:8px;
    cursor: pointer;
    position:relative;
    border:1px solid #4b4b4e;
    box-sizing: border-box;
}
.keycap:hover {
    border:1px solid #717075;
    box-sizing: border-box;
    background:#fff;
}
.keycap:hover .korea,.keycap:hover .s_korea,.keycap:hover .english,.keycap:hover .s_english,.keycap:hover .num,.keycap:hover .text,.keycap:hover .shift_text,.keycap:hover .moum,.keycap:hover .sign {
    color:#000 !important;
}
.keycap:active .korea,.keycap:active .s_korea,.keycap:active .english,.keycap:active .s_english,.keycap:active .num,.keycap:active .text,.keycap:active .shift_text,.keycap:hover .moum,.keycap:hover .sign {
    color:#000 !important;
}
.backspace,.num3,.num6,.num9,.not_num,.right_shift,.next,.enter {
    margin-right:0;
}
.backspace_img {
    width:72px;
    height:72px;
    display:inline-block;
    background: url('../img/09_keyboard/w_backspace.png') no-repeat center;
    background-size:24px;
}
.backspace:hover .backspace_img {
    background: url('../img/09_keyboard/backspace.png') no-repeat center;
}
.backspace:active .backspace_img {
    background: url('../img/09_keyboard/backspace.png') no-repeat center;
}
.num, .number .text {
    line-height: 72px;
    font-size:26px;
    color:#fff;
}
.number .not_num {
    width:153px;
}
.not_num .text {
    font-size:26px;
}
.number .keycap {
    text-align:center;
}
.korea,.moum {
    font-size:26px;
    color:#fff;
    position:absolute;
    right:5px;
    bottom:5px;
}
.sign {
    font-size:26px;
    color:#fff;
    position:absolute;
    right:15px;
    bottom:5px;
}
.s_korea {
    color:#333;
    font-size:26px;
    position:absolute;
    right:5px;
}
.a {
    margin-left:23px;
}
.mark .korea,.mark .s_korea {
    right:15px;
}
.english,.s_english, .mark .s_korea {
    font-size:30px;
    color:#333;
    position:absolute;
    left:10px;
}
.mark .s_english, .mark .english {
    left:15px;
}
.s_english {
    display:none;
}
.mark .s_english {
    display:block;
}
.mark .s_korea {
    display:none;
}
.enter {
    width:108px;
    text-align:center;
}
.text {
    line-height: 72px;
    font-size:26px;
    color:#fff;
}
.shift:hover {
    background:#f27819;
    border:none;
}
.shift:active {
    background:#f27819;
    border:none;
}
.shift_click {
    background:#f27819;
    border:none;
}
.shift:hover .shift_text {
    color:#fff !important;
}
.shift:active .shift_text {
    color:#fff !important;
}
.shift_img {
    width:16px;
    height:12px;
    display:inline-block;
    background: url('../img/09_keyboard/w_shift.png') no-repeat;
    position:absolute;
    left:15px;
    top:20px;
    background-size:16px;
}
/*.shift:hover .shift_img {
    background: url('../img/keyboard/shift.png') no-repeat;
}
.shift:active .shift_img {
    background: url('../img/keyboard/shift.png') no-repeat;
}*/
.shift,.hanyoung,.prev,.next {
    text-align:center;
}
.shift_text {
    font-size:20px;
    color:#fff;
    display: block;
    margin-top:33px;
}
.hanyoung {
    width:153px;
}
.spacebar {
    width:551px;
}
.prev {
    margin-left:80px;
}
.prev_img,.next_img {
    width:72px;
    height:72px;
    display:inline-block;
}
.prev_img {
    background: url('../img/09_keyboard/w_prev.png') no-repeat center;
    background-size:21px;
}
.prev:hover .prev_img {
    background: url('../img/09_keyboard/prev.png') no-repeat center;
    background-size:21px;
}
.prev:active .prev_img {
    background: url('../img/09_keyboard/prev.png') no-repeat center;
    background-size:21px;
}
.next_img {
    background: url('../img/09_keyboard/w_next.png') no-repeat center;
    background-size:21px;
}
.next:hover .next_img {
    background: url('../img/09_keyboard/next.png') no-repeat center;
    background-size:21px;
}
.next:active .next_img {
    background: url('../img/09_keyboard/next.png') no-repeat center;
    background-size:21px;
}
.click {
    color:#fff !important;
}
.not_click {
    color:#333 !important;
}
