@charset "utf-8";
/* CSS Document */

input.disabled, textarea.disabled, select.disabled { background-color: #ddd !important; }
input.readonly {background-color: #ededed;}

/* 게시판 공통 필드 */
input[type="text"],input[type="password"] {
    /*border: 1px solid #f0f3f5; height: 38px; padding: 2px 10px; box-sizing: border-box; border-radius: 4px; font-size: 12px;*/
    border: 1px solid #e9e9e9; height: 38px; padding: 2px 10px; box-sizing: border-box; border-radius: 4px; font-size: 12px;
}
input[type*="date"], input[type="number"] {
    /*border: 1px solid #f0f3f5; height: 38px; padding: 9px 10px; box-sizing: border-box; border-radius: 4px; font-size: 12px;*/
    border: 1px solid #e9e9e9; height: 38px; padding: 9px 10px; box-sizing: border-box; border-radius: 4px; font-size: 12px;
}
input[type="text"].default_input{height: auto; box-sizing: border-box; padding: 2px; border-radius: 0; border-color: #b7b6b6;}
.input_100{width: 100%;}
.input_95{width: 95%;}
.input_90{width: 90%;}
.input_85{width: 85%;}
.input_80{width: 80%;}
.input_75{width: 75%;}
.input_70{width: 70%;}
.input_65{width: 65%;}
.input_60{width: 60%;}
.input_55{width: 55%;}
.input_50{width: 50%;}
.input_45{width: 45%;}
.input_40{width: 40%;}
.input_35{width: 35%;}
.input_30{width: 30%;}
.input_25{width: 25%;}
.input_20{width: 20%;}
.input_15{width: 15%;}

.input_30px{width: 30px;}
.input_40px{width: 40px;}
.input_50px{width: 50px;}
.input_60px{width: 60px;}
.input_70px{width: 70px;}
.input_80px{width: 80px;}
.input_90px{width: 90px;}
.input_100px{width: 100px;}
.input_110px{width: 110px;}
.input_120px{width: 120px;}
.input_130px{width: 130px;}
.input_140px{width: 140px;}
.input_150px{width: 150px;}
.input_160px{width: 160px;}
.input_170px{width: 170px;}
.input_180px{width: 180px;}
.input_190px{width: 190px;}
.input_200px{width: 200px;}

/* Input button Style */
.default_button {background-color: #fff; border: 1px solid #b7b6b6; cursor: pointer; padding: 3px 5px 2px;}
.default_button:hover {background-color: #efefef;}
.dom_controll_btn {background-color: #fff; border: 1px solid #b7b6b6; cursor: pointer; padding: 3px 7px 2px; font-size: 16px;}
.dom_controll_btn:hover {background-color: #efefef;}

/* Input Calendar Style */
.calendar_con{display:inline-block; vertical-align: middle; position: relative;}
.calendar_con:last-child{margin-right:0;}
.calendar_con .is_calendar{width: 135px; text-align: left; background: url('../img/icon_calender.png') no-repeat right 11px center; background-color: #fff; cursor: pointer}

.calendar_con .btn_del_date {
	position: absolute; right: 6px; top: 7px; cursor: pointer;
	width: 24px; height: 24px; padding: 0px; text-align: center;
	background-color: #888888; border-radius: 4px; text-align: center;
	font-size: 12px; font-size: 1.2rem; line-height: 24px; line-height: 2.4rem; color: #fff;
}

/* Textarea Style */
textarea {
    /*border: 1px solid #f0f3f5; padding: 6px 10px; min-height: 200px; box-sizing: border-box; border-radius: 4px; font-size: 12px; line-height: 18px; color: #000; resize: none; width:100%;*/
    border: 1px solid #e9e9e9; padding: 6px 10px; min-height: 200px; box-sizing: border-box; border-radius: 4px; font-size: 12px; line-height: 18px; color: #000; resize: none; width:100%;
}
textarea.mh100 {min-height: 100px;}
textarea.mh150 {min-height: 150px;}

/* SelectBox Style */
select::-ms-expand {display: none;}
.select_con{display: inline-block;}
.default_select {max-width: 100%; box-sizing: border-box; padding: 2px;}
.select_style0 {
    -webkit-appearance: none; -moz-appearance: none; appearance: none; /* 네이티브 외형 감추기 */
    outline:none; cursor: pointer;
    min-width: 100px; padding-left:17px; padding-right:50px; padding-top:10px; padding-bottom:8px;
    color: #000; font-size: 12px; font-size: 1.2rem; line-height:18px; line-height:1.8rem;
    border:1px solid #e9e9e9; box-sizing: border-box; border-radius: 4px;
    background:url('../img/select_style_0_arrow.png') no-repeat right center; background-color: #ffffff;
}
.select_style0:focus { border:2px solid black; }
	
	
.select_style0.small {padding-right:49px;}
.select_style0 :focus {}
/* Toggle Style */
.toggle {
    display: inline-block; text-align: center; vertical-align: middle;
    /*-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;*/
}
.toggle--checkbox { display: none; }
.toggle--btn {
    display: block; margin: 0 auto; font-size: 1.4em;
    transition: all 350ms ease-in;
    -webkit-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    -ms-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
}
.toggle--btn:hover { cursor: pointer; }

.toggle--btn, .toggle--btn:before, .toggle--btn:after,
.toggle--checkbox,
.toggle--checkbox:before,
.toggle--checkbox:after {
    transition: all 250ms ease-in;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
}
.toggle--btn:before, .toggle--btn:after,
.toggle--checkbox:before,
.toggle--checkbox:after {
    content: '';
    display: block;
}
.toggle--btn { position: relative; height: 24px; width: 80px; border-radius: 3px; }
/*.toggle--btn:before { background-color: #000; border:2px solid #fff; box-sizing: border-box; border-radius: 5px; position: absolute; top: 7px; left:15px; width: 10px; height: 10px;}*/
.toggle--btn:after { background: url('../img/toggle_icon.png') no-repeat 50% center; height:100%; width:50%;  position:absolute; top:0; left:0; border-radius: 0px 3px 3px 0px; box-sizing: border-box; background-color: transparent;}
.toggle--btn:before {background: url("../img/toggle_off.png") no-repeat 50% center; height: 100%; line-height: 100%; width:50%; background-color: #fff; border:1px solid #e6ecee; box-sizing: border-box; position: absolute; top:0; left:40px; border-radius:0px 3px 3px 0px;}
.toggle--checkbox:checked + .toggle--btn:before { background: url("../img/toggle_on.png") no-repeat 50% center; left:0; background-color: #fff; border-radius:3px 0px 0px 3px;}
.toggle--checkbox:checked + .toggle--btn:after {
    transform: translate(40px, 0);
    -webkit-transform: translate(40px, 0);
    -moz-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
    background-color: #45c9f0;
}
.toggle--btn.pink { background-color: #e6ecee; }
.toggle--btn.blue { background-color: #e6ecee; }
.toggle--checkbox:checked + .toggle--btn.pink { background-color: #e6ecee; }
.toggle--checkbox:checked + .toggle--btn.blue { background-color: #e6ecee; }


/* checkbox 만 있는 경우 */
.only_checkbox.checkbox_con {padding: 0px;}
.only_checkbox.checkbox_con label {padding-left: 0px;}
.only_checkbox.checkbox_con .check_style0 + label:before {margin-right: 0px;}

/* CheckBox Style */
.checkbox_con {display: inline-block; padding: 5px;}
.checkbox_con .check_style0 {
    position: relative; left: 0; top: 0; width: 24px; height: 24px; margin-right: -28px;
    opacity: 0; filter: alpha(opacity=0); cursor: pointer;
}
.checkbox_con .check_style0 + label:before {
    content: ''; display: inline-block; vertical-align: middle;
    margin-right: 10px; width: 24px; height: 24px;
    border: none; border-radius: 12px;
    background: url("../img/cbox_off.png") no-repeat center center; background-color: #e5e5e5;
}
.checkbox_con .check_style0 + label {cursor: pointer;}
.checkbox_con .check_style0.green + label:before {background-color: #c5e8e2;}
.checkbox_con .check_style0.pink + label:before {background-color: #ffc2d7;}
.checkbox_con .check_style0.blue + label:before {background-color: #c0ddf5;}
.checkbox_con .check_style0:checked + label:before {background: url("../img/cbox_on.png") no-repeat center center; background-color: #7e7e7e;}
.checkbox_con .check_style0.green:checked + label:before {background: url("../img/cbox_on.png") no-repeat center center; background-color: #65b7a8;}
.checkbox_con .check_style0.pink:checked + label:before {background: url("../img/cbox_on.png") no-repeat center center; background-color: #ec407a;}
.checkbox_con .check_style0.blue:checked + label:before {background: url("../img/cbox_on.png") no-repeat center center; background-color: #4b99d8;}


/* RadioBox Style */
/*.radiobox_con {display: inline-block; padding-left:20px; padding-right:14px; padding-top:8px; padding-bottom:8px;}*/
.radiobox_con {display: inline-block; padding: 5px;}
.radiobox_con.show-block {display: block; padding: 5px;}
.radiobox_con .radio_style0 {
    opacity:0; filter:alpha(opacity=0); position: absolute; width:21px; height:21px; margin:0; cursor: pointer;
}
.radiobox_con .radio_style0 + label{padding-left:31px; font-size: 12px; font-size: 1.2rem; line-height:18px; line-height:1.8rem; font-weight:400; position: relative; cursor: pointer; color:#000;}
/*.radiobox_con .radio_style0 + label:before{content:""; border:1px solid #dee2e4; width:21px; height:21px; border-radius:50%; background-color:#fff; box-sizing: border-box; position: absolute; left:0; top:-3px;}*/
.radiobox_con .radio_style0 + label:before{content:""; border:1px solid #e9e9e9; width:21px; height:21px; border-radius:50%; background-color:#fff; box-sizing: border-box; position: absolute; left:0; top:-3px;}
/* .radiobox_con .radio_style0 + label:after{content:""; width:13px; height:13px; border-radius:50%; background-color:#30b1d7; box-sizing: border-box; position: absolute; left:4px; top:1px; display:none;} */
.radiobox_con .radio_style0 + label:after{content:""; width:13px; height:13px; border-radius:50%; background-color:#936539; box-sizing: border-box; position: absolute; left:4px; top:1px; display:none;}
/* .radiobox_con .radio_style0:checked + label{color:#30b1d7;} */
.radiobox_con .radio_style0:checked + label{color:#936539;}
.radiobox_con .radio_style0:checked + label:after{display:block;}
/* 기존꺼 유지 */
.radiobox_con .radio_style0:checked + label:before {}
.radiobox_con .radio_style0.green:checked + label:before {}
.radiobox_con .radio_style0.pink:checked + label:before {}
.radiobox_con .radio_style0.blue:checked + label:before {}


/* placeholder */
input[type=text].pholder_color0::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a6b5c0;
}
input[type=text].pholder_color0::-moz-placeholder { /* Firefox 19+ */
    color: #a6b5c0;
}
input[type=text].pholder_color0:-ms-input-placeholder { /* IE 10+ */
    color: #a6b5c0;
}
input[type=text].pholder_color0:-moz-placeholder { /* Firefox 18- */
    color: #a6b5c0;
}

/* 아이디 중복 */
input[type=text].invalid_id{ background-color: #ffd2dc;}
input[type=text].valid_id{ background-color: #d2e2ff;}

/* 이메일 렌더러 */
[data-formrenderer-email] {max-width: 450px;}
[data-formrenderer-email] > input:first-child {margin-left: 0px !important;}
[data-formrenderer-email] > input {width: 24%; margin: 0px 3px !important;}
[data-formrenderer-email] > input[data-formrenderer-email-emailfull] {margin: 0px !important; border: none !important;}
[data-formrenderer-email] > select {width: 130px;}

