/*! ui - v0.0.1
* Includes: bgposition.css, checkbox.css, datepicker.css, dropdown.css, palette.css, radio.css, switch.css, toggleButton.css, actionButton.css, offCanvas.css */

.ui-bgposition-small {
    width: 26px;
    height: 26px;
    padding-top: 1px;
    padding-left: 1px;
    background-image: url(./images/bg_small_bgimage_position.png);
    background-position: 1px 1px;
    background-repeat: no-repeat
}

.ui-bgposition-small>li {
    float: left;
    width: 6px;
    height: 6px;
    margin-right: 2px;
    margin-bottom: 2px;
    border: solid 1px #e3f58e;
    background: #aacd06;
    text-indent: -5000px
}

.ui-bgposition-big {
    display: none;
    width: 99px;
    height: 108px;
    background: url(./images/bg_big_bgimage_position2.png) 0 bottom no-repeat;
    padding: 23px 9px 12px 9px;
    margin-left: -7px;
    position: absolute;
    z-index: 10
}

.ui-bgposition-big>li {
    cursor: pointer;
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-bottom: 4px;
    border: solid 1px #e3f58e;
    background: #aacd06;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .75);
    text-indent: -5000px
}

.ui-bgposition-big li:hover,
.ui-bgposition-small .ui-bgposition-active,
.ui-bgposition-big .ui-bgposition-active {
    border: 0;
    background: #fff;
    box-shadow: none
}

.btn_bgimage_delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #8f8f8f url(./images/icon_bg.png) -1px -212px no-repeat;
    text-indent: -5000px
}

.bgimage_position {
    display: inline-block;
    float: left;
    margin: 0 3px;
}


/************* Forms - Input Checkbox *******************/

.chk {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding: 2px 0 2px 25px;
    position: relative;
    min-height: 22px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-user-select: none;
}

.chk input {
    display: none;
}

.chk>span {
    color: #838383;
    white-space: nowrap;
    display: block;
}

.multilingual_info .chk>span:before {
    content: "";
    top: 3px;
    border-radius: 0px;
}

.multilingual_info .chk span:after {
    content: "\e606";
    top: 3px;
    border-radius: 0px;
    background-color: #aacd06;
}

.chk>span:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 3px;
}

.chk span:after {
    content: "\e606";
    display: inline-block;
    font-family: "dubuplus-icon";
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1;
    position: absolute;
    font-weight: normal;
    text-align: center;
    width: 17px;
    height: 17px;
    left: 0;
    background-color: #aacd06;
    border-radius: 3px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.chk input:checked+span {
    color: #414141;
}

.chk input:checked+span:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.chk input[disabled]+span,
.chk input[readonly]+span {
    opacity: 0.65;
}

.chk input[disabled]+span:after,
.chk input[readonly]+span:after {
    background-color: #e6e6e6;
}

.chk.hide_txt {
    padding-left: 17px;
    min-height: 19px;
}

.chk.hide_txt>span {
    font-size: 0;
}

.box_datepic {
    display: none;
    z-index: 3000;
    position: absolute;
    width: 275px;
    background-color: #fff;
    font-family: 'verdana';
    line-height: 38px;
    border: 1px solid #bdbdbd;
}

.box_datepic.show {
    display: block;
}

.pic_mm_yy {
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9;
}

.pic_mm_yy span {
    display: inline-block;
    padding: 0 12px;
}

.btn_datepic {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(./images/ico_datepic.png);
    background-repeat: no-repeat;
    background-position: 1px 0px;
    background-color: #aacd06;
    border-radius: 50%;
}

.btn_datepic.prev_year {
    background-position: 1px 0px;
}

.btn_datepic.prev_month {
    background-position: -29px 0px;
}

.btn_datepic.next_month {
    background-position: -58px 0px;
}

.btn_datepic.next_year {
    background-position: -85px 0px;
}

table.tbl_pic_month {
    width: 100%;
}

.tbl_pic_month thead tr {
    display: none;
}

.tbl_pic_month th,
.tbl_pic_month td {
    text-align: center;
}

.tbl_pic_month td.selected a {
    background-color: #aacd06;
    color: #fff !important;
}

.tbl_pic_month .day a {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    color: #2f2f2f;
    border-bottom: 1px solid #e9e9e9;
}

#week6 .day a {
    border-bottom: none;
}

.tbl_pic_month .day.hol a {
    color: #ff0000;
}

.tbl_pic_month td.day:hover a {
    background-color: #aacd06;
    color: #fff;
}

.tbl_pic_month .day.next_m a,
.tbl_pic_month .day.prev_m a {
    color: #ababab;
}

.tbl_pic_month .day.next_m_hol a {
    color: #eca9a9;
}


/*disable date:start*/
.tbl_pic_month td.day.disable:hover a {
    background-color: #fff;
    color: #ababab;
    cursor: default;
}

.tbl_pic_month .day.disable a {
    color: #ababab;
    cursor: default;
}
/*disable date:end*/

.close_datepic {
    width: 100%;
    height: 37px;
    background-color: #f0f0f0;
    text-align: center;
    border-top: 1px solid #bdbdbd;
}

.btn_close_datepic {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -5000px;
    background: url(./images/ico_datepic.png) center -23px no-repeat;
}

.date_time_pic,
.datepic_reserve_btngroup {
    display: none;
}

.dropdown {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    font-size: 13px;
    font-size: 1.3rem;
    height: 36px;
}

.dropdown.thin {
    font-size: 12px;
    font-size: 1.2rem;
}

.dropdown.thin>.current {
    padding: 7px 30px 7px 10px;
}

.dropdown.thick {
    font-size: 18px;
    font-size: 1.8rem;
}

.dropdown.thick>.current {
    padding: 13px 40px 13px 10px;
}

.dropdown.rounded>.current,
.dropdown.rounded>.dropdown_menu {
    border-radius: 5px;
}

.dropdown.thin.rounded>.current,
.dropdown.thin.rounded>.dropdown_menu {
    border-radius: 3px;
}

.dropdown.thick.rounded>.current,
.dropdown.thick.rounded>.dropdown_menu {
    border-radius: 8px;
}

.dropdown.expand {
    width: 100%;
}

.dropdown.block {
    display: block;
}

.dropdown a {
    display: block;
    height: 100%;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown.show .current {
    border: 1px solid #aacd06;
}

.dropdown>.current {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 11px 30px 10px 10px;
    border-radius: 3px;
    text-overflow: ellipsis;
}

.dropdown>.current:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 12px;
    border-color: #111 transparent;
    border-style: solid;
    border-width: 0.40em 0.35em 0 0.35em;
}

.dropdown>.dropdown_menu {
    min-width: 100%;
    width: 100%;
    left: 0;
    text-align: left;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin-top: -2px;
    z-index: 10000;
    border-top: 0;
    width: 100%;
}

.dropdown>.dropdown_menu.border_top {
    border-top: 1px solid #dcdcdc;
}

.dropdown>.dropdown_menu>ul {
    max-height: 200px;
    overflow-y: auto;
}

.dropdown>.dropdown_menu li a {
    min-height: 36px;
    padding: 11px 20px 11px 10px;
    overflow: hidden;    
    text-overflow: ellipsis;
}

.dropdown>.dropdown_menu li:hover {
    background-color: #aacd06;
    color: #fff;
}

.dropdown>.dropdown_menu li:hover a {
    color: #fff;
}


/* 셀렉트박스 option disable */
.dropdown a.select_disabled {
    color: #b6b6b6;
    cursor: auto;
}

.dropdown_pages .dropdown_menu li>a.select_disabled:hover {
    background-color: #fff;
    color: #b6b6b6;
}

.dropdown_pages .dropdown_menu li:hover a.select_disabled {
    color: #b6b6b6;
}

.dropdown_pages .dropdown_menu li>a:hover {
    background-color: #aacd06;
    color: #fff;
}

.dropdown.show>.dropdown_menu,
.dropdown.hover:hover>.dropdown_menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    overflow-x: hidden;
    position: absolute;
    margin-top: 0px;
}

.dropdown.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.dropdown.disabled>.current {
    cursor: not-allowed;
}

.dropdown.disabled.show>.dropdown_menu,
.dropdown.disabled:hover>.dropdown_menu {
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin-top: -2px !important;
}


/*** palette ***/
.palette {
    position: absolute;
    display: none;
    width: 320px;
    padding: 11px 7px 21px 8px;
    background: #3a3a3a;
    background: -webkit-linear-gradient(top, #3a3a3a 0%, #343434 100%);
    background: -o-linear-gradient(top, #3a3a3a 0%, #343434 100%);
    background: -ms-linear-gradient(top, #3a3a3a 0%, #343434 100%);
    background: -moz-linear-gradient(top, #3a3a3a 0%, #343434 100%);
    border-radius: 4px;
    box-shadow: 0 1px #575757 inset;
    z-index: 90;
    -webkit-user-select: none;
}

.palette.before_show {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.palette.show {
    display: block;
}

.palette>h3 {
    padding: 0;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.palette .palette_colors,
.palette .palette_custom_colors {
    margin-bottom: 8px;
}

.palette .palette_color {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 5px 5px 0;
}

.palette .palette_color:nth-of-type(10n+10) {
    margin-right: 0;
}

.palette .palette_color:hover,
.palette .palette_color.active {
    border: 1px solid #fff;
    background: url(./images/sp_editor.png) no-repeat -147px -166px;
}

.palette .btn_color_none {
    display: block;
    width: 100%;
    border: 1px solid#6c6c6c;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

.palette .btn_color_add {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    background: url(./images/sp_editor.png) no-repeat -85px -165px;
    text-indent: -5000px
}

.palette .btn_palette_close {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 9px;
    top: 8px;
    background: url(./images/cell_menu_close.png) center center no-repeat;
    opacity: 0.7;
    text-indent: -5000px
}

.palette .palette_division {
    float: none;
    clear: both;
    height: 8px
}


/*** colorpicker ***/
.colorpicker {
    position: absolute;
    width: 295px;
    height: 190px;
    padding: 8px;
    background-color: #787878;
    box-shadow: 0 1px #575757 inset;
    background: -webkit-linear-gradient(top, #3a3a3a 0%, #343434 100%);
    border-radius: 3px;
    display: none;
}

.colorpicker.before_show {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.colorpicker.show {
    display: block;
}

.palette .colorpicker>h3 {
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
    color: #f2f2f2;
    font-size: 12px
}

.colorpicker .colorpicker_colorbox {
    width: 150px;
    height: 150px;
    position: relative;
    float: left;
    overflow: hidden;
    cursor: crosshair
}

.colorpicker .colorpicker_overlay {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background-image: url("./images/overlay.png")
}

.colorpicker .colorpicker_pointer {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 10px;
    left: 120px;
    border: 1px #fff solid;
    border-radius: 11px;
    margin-top: -5px;
    margin-left: -5px
}

.colorpicker .colorpicker_hue {
    width: 18px;
    height: 150px;
    margin-left: 20px;
    position: relative;
    float: left;
    background-image: url("./images/hue.png")
}

.colorpicker .colorpicker_indic {
    position: absolute;
    width: 40px;
    height: 15px;
    margin-left: -12px;
    margin-top: -8px;
    background-image: url("./images/indic.png")
}

.colorpicker .colorpicker_dashboard {
    float: left;
    width: 76px;
    height: 150px;
    margin-left: 15px
}

.colorpicker .selected_color {
    display: inline-block;
    width: 35px;
    height: 34px;
    background-color: #4a2cc3;
    cursor: pointer
}

.colorpicker .none_color {
    display: inline-block;
    width: 35px;
    height: 34px;
    cursor: pointer;
    background-image: url("./images/none_color.jpg");
    background-size: cover
}

.colorpicker .input_color {
    padding-top: 10px;
    color: #f2f2f2;
    font-size: 14px
}

.colorpicker .color_code {
    overflow: hidden;
    width: 55px;
    height: 28px;
    padding-left: 5px;
    margin-left: 3px;
    font-size: 14px;
    background-color: #2b2b2b;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    border: none
}

.colorpicker .btn_confirm {
    width: 70px;
    height: 30px;
    font-weight: bold;
    color: #f2f2f2;
    border-radius: 5px;
    border: none;
    margin-top: 43px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #8ebe1e;
    background: linear-gradient(to bottom, #8ebe1e 0%, #78a019 100%);
}

.colorpicker .btn_close {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 8px;
    top: 8px;
    background: url(./images/cell_menu_close.png) center center no-repeat;
    opacity: 0.7;
    text-indent: -5000px
}


/************* Forms - Input Radio *******************/
.rdo {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding: 2px 0 2px 25px;
    position: relative;
    min-height: 22px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-user-select: none;
}

.rdo input {
    display: none;
}

.rdo>span {
    color: #757575;
    white-space: initial;
    display: block;
    font-size: 12px;
    word-break: break-all;
}

.rdo>span:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 50%;
}

.rdo>span:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    bottom: 1px;
    background-color: #aacd06;
    border-radius: 47%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.rdo input:checked+span {
    color: #757575;
    font-weight: bold;
}

.rdo input:checked+span:after {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.rdo input[disabled]+span {
    opacity: 0.65;
}

.rdo input[disabled]+span:after {
    background-color: #6e6e6e;
}

.rdo.hide_txt {
    padding-left: 17px;
    min-height: 19px;
}

.rdo.hide_txt>span {
    font-size: 0;
}

.rdo>span>i {
    word-break: break-all;
    white-space: initial;
}

.switch {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch>span {
    display: block;
    background-color: #cecece;
    border: 1px solid #cecece;
    -webkit-transition: background-color .35s;
    transition: background-color .35s;
    border-radius: 32px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.switch>span>span {
    display: block;
    line-height: 1.5;
    padding: 7px 0 8px 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
}

.switch .handle {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    padding: 0;
    top: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.switch .handle i {
    position: absolute;
    left: 5px;
    top: 8px;
    bottom: 8px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 24px;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .05);
    box-shadow: 1px 0 3px rgba(0, 0, 0, .05);
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.switch .on {
    position: absolute;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    padding-left: 10px;
    padding-right: 30px;
}

.switch .off {
    text-align: center;
    padding-left: 25px;
    padding-right: 10px;
}

.switch input:checked+span {
    background-color: #aacd06;
    border-color: #aacd06;
}

.switch input:checked+span .off {
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch input:checked+span .on {
    opacity: 1;
    filter: alpha(opacity=1);
}

.switch input:checked+span .handle {
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -o-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
}

.switch input:checked+span .handle i {
    width: 24px;
    top: 5px;
    bottom: 5px;
    border: none;
    left: 0;
    -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, .1);
    box-shadow: -2px 0 3px rgba(0, 0, 0, .1);
}


/************* Toggle Button *******************/
.btn_toggle {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
}

.btn_toggle>input {
    display: none;
}

.btn_toggle>span {
    color: #fff;
    padding: 8px 18px;
    display: block;
    position: relative;
    background-color: #aacd06;
    border: 0;
}

.btn_toggle>span[data-toggle]:after {
    content: attr(data-toggle);
    padding: 8px 18px;
    background-color: #ff6600;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.btn_toggle input:checked+span {
    color: #fff;
    background-color: #ff6600;
}

.btn_toggle input:checked+span[data-toggle]:after {
    display: block;
}

.btn_toggle.thin {
    font-size: 12px;
    font-size: 1.2rem;
}

.btn_toggle.thin>span {
    padding: 7px 9px;
}

.btn_toggle.thick {
    font-size: 18px;
    font-size: 1.8rem;
}

.btn_toggle.thick>span {
    padding: 12px 24px;
}

.btn_toggle.rounded>span {
    border-radius: 5px;
}

.btn_toggle.thin.rounded>span {
    border-radius: 3px;
}

.btn_toggle.thick.rounded>span {
    border-radius: 8px;
}

.btn_toggle2 {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    margin-right: 2px;
}

.btn_toggle2>input {
    display: none;
}

.btn_toggle2>span {
    color: #757575;
    padding: 8px 18px;
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

.btn_toggle2>span:hover {
    color: #fff;
    padding: 8px 9px;
    display: block;
    position: relative;
    background-color: #9e9e9e;
    border: 1px solid #9e9e9e;
}

.btn_toggle2>span[data-toggle]:after {
    content: attr(data-toggle);
    padding: 10px 15px;
    background-color: #757575;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.btn_toggle2 input:checked+span {
    color: #fff;
    background-color: #ff6600;
}

.btn_toggle2 input:checked+span[data-toggle]:after {
    display: block;
}

.btn_toggle2.thin {
    font-size: 14px;
    font-size: 1.4rem;
}

.btn_toggle2.thin>span {
    padding: 10px 15px;
}

.btn_toggle2.thick {
    font-size: 18px;
    font-size: 1.8rem;
}

.btn_toggle2.thick>span {
    padding: 12px 24px;
}

.btn_toggle2.rounded>span {
    border-radius: 5px;
}

.btn_toggle2.thin.rounded>span {
    border-radius: 3px;
}

.btn_toggle2.thick.rounded>span {
    border-radius: 8px;
}


/************* Button Action *******************/
.btn_action {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    padding: 3px 18px;
    line-height: 2.8;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
}

.btn_action {
    color: #fff;
    background-color: #aacd06;
}

.btn_action:hover {
    background-color: #819c00;
}

.btn_action.success,
.btn_action.success:hover {
    background-color: #ff6600;
    border-color: #ff6600;
}

.btn_action.error,
.btn_action.error:hover {
    background-color: #EE1829;
}

.btn_action>span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
}

.btn_action>span:before,
.btn_action>span:after {
    position: absolute;
    top: 100%;
    right: auto;
    left: 50%;
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.btn_action>span:before {
    content: attr(data-success);
}

.btn_action>span:after {
    content: attr(data-error);
}

.btn_action.success>span,
.btn_action.error>span {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.btn_action.success>span:before,
.btn_action.error>span:after {
    opacity: 1;
    filter: alpha(opacity=1);
}

.btn_action.thick {
    font-size: 16px;
    font-size: 1.6rem;
}


/************* OffCanvas *******************/
.offcanvas {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.offcanvas .offcanvas_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.offcanvas .offcanvas_section {
    position: relative;
    background-color: #fff;
    margin-left: 269px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid #dcdcdc;
}

.offcanvas .offcanvas_menu {
    position: absolute;
    width: 266px;
    height: 100%;
    min-width: 269px;
    background-color: #fff;
}

.offcanvas .offcanvas_menu_title {
    color: #819c00;
    text-align: center;
    padding: 29px 0;
    border-bottom: 1px #dcdcdc solid;
    font-size: 20px;
    font-weight: normal;
}

.offcanvas .offcanvas_section_top {
    display: none;
    position: relative;
    border-bottom: 1px #dcdcdc solid;
}

.offcanvas_section_top .btn_toggle_menu {
    position: absolute;
    left: 0;
    width: 52px;
    height: 100%;
}

.offcanvas_section_top .ico_arr_left_thin:before {
    font-size: 30px;
    font-size: 3.0rem;
}

.offcanvas_section_top h3 {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 0;
}


/*임시*/
.offcanvas .offcanvas_section_main {
    padding: 30px 30px 60px 30px;
}

.offcanvas .offcanvas_section_bottom {
    min-height: 59px;
    border-top: 1px #d6d6d6 solid;
    padding: 0px 34px;
    position: relative;
    background: #fff;
}

.offcanvas .offcanvas_section_bottom .breadcrumb {
    display: inline-block;
}

.offcanvas .offcanvas_section_bottom .breadcrumb,
.offcanvas .offcanvas_section_bottom a,
.offcanvas .offcanvas_section_bottom .breadcrumb li:before,
.offcanvas .offcanvas_section_bottom address {
    color: #b5b5b5;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.btn_top {
    font-weight: bold;
    position: absolute;
    right: 34px;
    margin: 5px 0;
    vertical-align: bottom;
    display: none;
}

.btn_top span.ico_arr2_top {
    font-size: 17px;
    font-size: 1.7rem;
    vertical-align: middle;
    color: #2196f3;
}

@media only screen and (max-width: 991px) {
    .offcanvas .offcanvas_section_top {
        display: block;
    }
    .offcanvas .offcanvas_inner {
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -ms-transition: -ms-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }
    .move_to_right {
        -ms-transform: translate(266px, 0);
        -webkit-transform: translate3d(266px, 0, 0);
        -moz-transform: translate3d(266px, 0, 0);
        -ms-transform: translate3d(266px, 0, 0);
        -o-transform: translate3d(266px, 0, 0);
        transform: translate3d(266px, 0, 0);
    }
    .offcanvas_menu.left {
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .offcanvas .offcanvas_section {
        margin-left: 0;
    }
    .offcanvas .offcanvas_section_main {
        padding: 16px 12px 16px 12px;
    }
    .offcanvas .offcanvas_section_bottom {
        padding: 0px 10px;
        margin-top: 0;
        min-height: 42px;
    }
}

@media only screen and (min-device-width:300px) {
    .offcanvas .offcanvas_section {
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0);
    }
}


/* disable date:start */
.tbl_pic_month td.day.disable:hover a {
    background-color: #fff;
    color: #ababab;
    cursor: default;
}

.tbl_pic_month .day.disable a {
    color: #ababab;
    cursor: default;
}

.tbl_pic_month .day.prev_m a {
    color: #ababab;
}
/* disable date:end */
