.note-control-sizing.note-control-se {
    display: none!important;
}

select::-ms-expand {
    display: none;
}

input { height: 22px; }

* {-moz-appearance: none;-webkit-appearance: none;}

input[type=radio] {-moz-appearance: radio;-webkit-appearance: radio;border:0;}
input[type=checkbox] {-moz-appearance: checkbox;-webkit-appearance: checkbox;border:0;}
.sk-write-container label {width:88%;max-width:700px;font-weight:500 !important;font-size:14px;margin:2px 0 8px 0;line-height: 20px;}


.sk-write-container {width:100%;padding:0 20px;}
.write-wrap {width:100%;max-width:800px;margin:20px auto 0px auto;border:1px solid #ccc;}

.SK-box {overflow:hidden;background: #fff;margin:10px 0px;padding:0px 20px 10px 20px;border-bottom:1px dashed #ccc;}
.SK-box .txt_01 {font-size:15px;color:#4a90e2; overflow-y: auto;}

/* select */
/*.wrt_select .arrow_down {width:2%;float:right;display:inline-block;margin:8px 8px 0 0;}*/
/*.wrt_select .select_box {width:100%;max-width:500px;height:45px;float:left;font-size:15px;line-height:1.2;background:#fff;margin:0 0 8px 0;padding:10px;border-radius: 3px;border:1px solid #e4e1e1;color:#999;}*/
.wrt_select .select_box { overflow: hidden; width: 100%; max-width: 500px; text-align: center; }
.wrt_select .select_box select { width: 100%; cursor: pointer; text-indent: 0.01px; text-overflow: ellipsis; border: none; outline: none; background: transparent; background-image: none; box-shadow: none; -webkit-appearance: none; appearance: none; }
.wrt_select .select_box select::-ms-expand { display: none; }
.wrt_select .select_box { position: relative; border: 1px solid #e4e1e1; background: #ffffff; }
.wrt_select .select_box::before { position: absolute; top: 1.0em; right: 0.8em; width: 0; height: 0; padding: 0; content: ''; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #e4e1e1; pointer-events: none; }
.wrt_select .select_box select { padding: 8px 38px 8px 8px; color: #999; }

/* name */
.wrt_name div {width:100%;max-width:500px;border-radius: 3px;border:1px solid #e4e1e1;padding:10px;margin:0 0 8px 0;}

/* number */
.wrt_number div {width:100%;max-width:500px;border-radius: 3px;border:1px solid #e4e1e1;padding:10px;margin:0 0 8px 0;}

/* date */
.wrt_date .date_box {width:100%;max-width:500px;border-radius: 3px;border:1px solid #e4e1e1;padding:10px;margin:0 0 8px 0;}
.wrt_date .calendar {width:2%;float:right;display:inline-block;margin:0px 10px 0 0;}


/* email */
.wrt_email div {display:inline-block;float:left;}
.wrt_email .em_box {width:100%;max-width:500px;margin:0 0 8px 0;}
.wrt_email .em_box .inq_em {width:42%;border-radius: 3px;border:1px solid #e4e1e1;padding:10px;}
.wrt_email .em_box .inq_at {width:25px;margin:10px 0 0 2%;}

/* radio */
.wrt_radio span { max-width:480px;float:left;white-space:normal;overflow:hidden;text-overflow:ellipsis;line-height:1.2;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}

/* checkbox */
.wrt_checkbox span { max-width:480px;float:left;white-space:normal;overflow:hidden;text-overflow:ellipsis;line-height:1.2;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}

/* wrt_agree */
.wrt_agree {width:100%;border:0;}
.wrt_agree div {display:inline-block;float:left;margin:0 0 10px 0;}
.wrt_agree .ag_box span {font-size:12px;line-height:16px;}

/** input css **/
.SK-box input {font-size:16px;background:#fff;color:#999;border:0;}
.SK-box textarea {height:100px;font-size:15px;line-height:1.2;background:#fff;margin:0 0 8px 0;padding:10px;border-radius: 3px;border:1px solid #e4e1e1;color:#999;}

.SK-box .inp_text {width:100%;}
.SK-box .inp_textarea {width:100%;}
.SK-box .inp_email {width:100%;}
.SK-box .inp_date {width:93%;}
/*.SK-box .inp_select {width:92%;border:0;}*/
.SK-box .inp_select {width:100%;border:0;}
.SK-box .inp_radio {width:15px;height:25px;float:left;margin:0 8px 0 0;}
.SK-box .inp_check {width:15px;height:25px;float:left;margin:0 8px 0 0;}
.SK-box .input_agr {height:25px;margin:1px 5px 0 0;}
.SK-box .inq_data {font-size:13px;cursor:pointer;margin:0 0 0 5%;padding:4px 8px;background:#616161;color:#fff;}


/** bottom button **/
.sk-write-bottom {width:95%;margin:0px auto 100px auto;overflow:hidden;}
.sk-write-bottom .sk_btn {width:100%;margin:0 auto;}
.sk_btn .btn_box {width:100%;max-width:100px;cursor:pointer;display:inline-block;border-radius:2px;padding:5px 0;transition: background-color .15s ease-out,color .25s ease-in,transform .1s ease-out,-webkit-transform .1s ease-out;}
.sk_btn .btn_box p {text-align:center;}
.sk_btn .skb_01 {float:left;border:1px solid #444;background:#444;}
/*.sk_btn .skb_01:nth-child(1) {margin:0 10px 0 0;}*/
.sk_btn .skb_01 p {color:#fff;}
.sk_btn .skb_02 {float:right;border:1px solid #13b5b1;background:#13b5b1;}
.sk_btn .skb_02 p {color:#fff;}

.sk_btn .skb_01:hover {border:1px solid #ddd;background:#fff;}
.sk_btn .skb_01:hover p {color:#777;}
.sk_btn .skb_02:hover {background:#fff;}
.sk_btn .skb_02:hover p {color:#13b5b1;}

/* etc */
.bd_no {border:0;}

/* mobile [0 ~ 480px] */
@media all and (max-width:480px) {
    /** bottom button **/
    .sk_btn .btn_box {width:100%;max-width:80px;}
    .sk-write-bottom { width: 90%; }
}

.wrt_checkbox.checkbox_notice { border-bottom: 0px; }
.sk-write-bottom > .write-wrap  > .sk_btn > .skb_01 { width: 110px; max-width: 200px; }
.sk-write-bottom > .write-wrap  > .sk_btn > .skb_02 { width: 110px; max-width: 200px; }
.sk-write-bottom > .write-wrap  > .sk_btn > .btn_box > p { margin-bottom: 0px; }


.note-modal-body > .form-group > input { height: 30px; padding-left: 10px; }

.note-modal-content > .note-modal-footer { height: 80px; }
.note-modal-content > .note-modal-footer > input[type='button']{ height: 40px; }
