@charset 'UTF-8';
#smart_editor2 a:hover,
.se2_outputarea a:hover {
    text-decoration: underline;
}
#util .wordBreak {
    word-wrap: break-word;
    word-break: break-all;
}
#util .justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
#util .justified > * {
    display: table-cell;
    float: none;
    width: 1%;
}
#nprogress {
    pointer-events: none;
}
#nprogress .bar {
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #29d;
}
#nprogress .peg {
    position: absolute;
    right: 0;
    display: block;
    width: 100px;
    height: 100%;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px);
    opacity: 1;
    -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
}
#nprogress .spinner {
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
    display: block;
}
#nprogress .spinner-icon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    -webkit-animation: nprogress-spinner 0.4s linear infinite;
    animation: nprogress-spinner 0.4s linear infinite;
    border: 2px solid transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
}
.nprogress-custom-parent {
    position: relative;
    overflow: hidden;
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute;
}
@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#smart_editor2,
#smart_editor2 button,
#smart_editor2 dd,
#smart_editor2 dl,
#smart_editor2 dt,
#smart_editor2 fieldset,
#smart_editor2 form,
#smart_editor2 h1,
#smart_editor2 h2,
#smart_editor2 h3,
#smart_editor2 h4,
#smart_editor2 h5,
#smart_editor2 h6,
#smart_editor2 input,
#smart_editor2 legend,
#smart_editor2 li,
#smart_editor2 ol,
#smart_editor2 p,
#smart_editor2 select,
#smart_editor2 table,
#smart_editor2 td,
#smart_editor2 textarea,
#smart_editor2 th,
#smart_editor2 ul,
body {
    margin: 0;
    padding: 0;
}
#smart_editor2,
#smart_editor2 button,
#smart_editor2 h1,
#smart_editor2 h2,
#smart_editor2 h3,
#smart_editor2 h4,
#smart_editor2 h5,
#smart_editor2 h6,
#smart_editor2 input,
#smart_editor2 select,
#smart_editor2 table,
#smart_editor2 textarea {
    font-family: "돋움", Dotum, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}
#smart_editor2 em,
#smart_editor2 span {
    font-size: 12px;
}
#smart_editor2 address,
#smart_editor2 em {
    font-style: normal;
}
#smart_editor2 fieldset,
#smart_editor2 img {
    border: 0;
}
#smart_editor2 hr {
    display: none;
}
#smart_editor2 ol,
#smart_editor2 ul {
    list-style: none;
}
#smart_editor2 button {
    font-size: 11px;
    cursor: pointer;
    vertical-align: top;
    border: 0;
    background: 0 0;
}
#smart_editor2 button em,
#smart_editor2 button span {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    overflow: hidden;
}
#smart_editor2 .blind,
#smart_editor2 legend {
    font-size: 0;
    line-height: 0;
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
}
#smart_editor2 .input_ty1 {
    font-size: 11px;
    height: 14px;
    margin: 0;
    padding: 4px 2px 0 4px;
    color: #666;
    border: 1px solid #c7c7c7;
}
#smart_editor2 a:active,
#smart_editor2 a:focus,
#smart_editor2 a:link,
#smart_editor2 a:visited {
    text-decoration: none;
    color: #666;
}
#smart_editor2 a:hover {
    color: #666;
}
#smart_editor2 .se2_header {
    margin: 10px 0 29px;
}
#smart_editor2 .se2_bi {
    font-size: 0;
    line-height: 0;
    float: left;
    width: 93px;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-indent: -10000px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -343px -358px
        no-repeat;
}
#smart_editor2 .se2_allhelp {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    vertical-align: middle;
    text-indent: -10000px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -437px -358px
        no-repeat;
}
#smart_editor2 #smart_editor2_content {
    border: 1px solid #b5b5b5;
}
#smart_editor2 .se2_tool {
    position: relative;
    z-index: 25;
    overflow: visible;
}
#smart_editor2 .se2_input_area {
    position: relative;
    z-index: 22;
    height: 400px;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_input_syntax,
#smart_editor2 .se2_input_wysiwyg {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}
#smart_editor2 .se2_conversion_mode {
    position: relative;
    height: 15px;
    padding-top: 1px;
    border-top: 1px solid #b5b5b5;
    background: url(../images/vendor/smartEditor2/icon_set.gif) 0 -896px repeat-x;
}
#smart_editor2 .se2_inputarea_controller {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: 15px;
    cursor: n-resize;
    text-align: center;
}
#smart_editor2 .controller_on span,
#smart_editor2 .se2_inputarea_controller span {
    background: url(../images/vendor/smartEditor2/ico_extend.png) no-repeat;
}
#smart_editor2 .se2_inputarea_controller span {
    font-size: 11px;
    line-height: 16px;
    position: static;
    display: inline-block;
    visibility: visible;
    overflow: hidden;
    height: 15px;
    padding-left: 11px;
    white-space: nowrap;
    letter-spacing: -1px;
    color: #888;
    background-position: 0 2px;
}
#smart_editor2 .controller_on span {
    color: #249c04;
    background-position: 0 -21px;
}
#smart_editor2 .ly_controller {
    position: absolute;
    bottom: 2px;
    left: 50%;
    display: block;
    width: 287px;
    margin-left: -148px;
    padding: 8px 0 7px 9px;
    border: 1px solid #827f7c;
    background: #fffdef;
}
#smart_editor2 .ly_controller p {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -1px;
    color: #666;
}
#smart_editor2 .ly_controller .bt_clse,
#smart_editor2 .ly_controller .ic_arr {
    position: absolute;
    background: url(../images/vendor/smartEditor2/ico_extend.png) no-repeat;
}
#smart_editor2 .ly_controller .bt_clse {
    top: 5px;
    right: 4px;
    width: 14px;
    height: 15px;
    background-position: 1px -43px;
}
#smart_editor2 .ly_controller .ic_arr {
    top: 25px;
    left: 50%;
    width: 10px;
    height: 6px;
    margin-left: -5px;
    background-position: 0 -65px;
}
#smart_editor2 .se2_converter {
    position: absolute;
    z-index: 20;
    top: -1px;
    right: 3px;
    float: left;
}
#smart_editor2 .se2_converter li {
    float: left;
}
#smart_editor2 .se2_converter .se2_to_editor {
    width: 59px;
    height: 15px;
    vertical-align: top;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) 0 -85px
        no-repeat;
}
#smart_editor2 .se2_converter .se2_to_html {
    width: 59px;
    height: 15px;
    vertical-align: top;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -59px -70px
        no-repeat;
}
#smart_editor2 .se2_converter .se2_to_text {
    width: 60px;
    height: 15px;
    vertical-align: top;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -417px -466px
        no-repeat;
}
#smart_editor2 .se2_converter .active .se2_to_editor {
    width: 59px;
    height: 15px;
    vertical-align: top;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) 0 -70px
        no-repeat;
}
#smart_editor2 .se2_converter .active .se2_to_html {
    width: 59px;
    height: 15px;
    vertical-align: top;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -59px -85px
        no-repeat;
}
#smart_editor2 .se2_converter .active .se2_to_text {
    width: 60px;
    height: 15px;
    vertical-align: top;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -417px -481px
        no-repeat;
}
#smart_editor2 .off .ico_btn,
#smart_editor2 .off .se2_bgcolor,
#smart_editor2 .off .se2_bgcolor_more,
#smart_editor2 .off .se2_blockquote,
#smart_editor2 .off .se2_bold,
#smart_editor2 .off .se2_center,
#smart_editor2 .off .se2_character,
#smart_editor2 .off .se2_del_style,
#smart_editor2 .off .se2_emoticon,
#smart_editor2 .off .se2_fcolor,
#smart_editor2 .off .se2_fcolor_more,
#smart_editor2 .off .se2_find,
#smart_editor2 .off .se2_font_family,
#smart_editor2 .off .se2_font_size,
#smart_editor2 .off .se2_footnote,
#smart_editor2 .off .se2_indent,
#smart_editor2 .off .se2_italic,
#smart_editor2 .off .se2_justify,
#smart_editor2 .off .se2_left,
#smart_editor2 .off .se2_lineSticker,
#smart_editor2 .off .se2_lineheight,
#smart_editor2 .off .se2_more,
#smart_editor2 .off .se2_more2,
#smart_editor2 .off .se2_new,
#smart_editor2 .off .se2_ol,
#smart_editor2 .off .se2_outdent,
#smart_editor2 .off .se2_right,
#smart_editor2 .off .se2_spelling,
#smart_editor2 .off .se2_sub,
#smart_editor2 .off .se2_summary,
#smart_editor2 .off .se2_sup,
#smart_editor2 .off .se2_table,
#smart_editor2 .off .se2_tdel,
#smart_editor2 .off .se2_text_tool_more,
#smart_editor2 .off .se2_ul,
#smart_editor2 .off .se2_underline,
#smart_editor2 .off .se2_url,
#smart_editor2 .off .selected_color {
    cursor: default;
    opacity: 0.5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}
#smart_editor2 .se2_text_tool .se2_layer {
    position: absolute;
    z-index: 50;
    top: 20px;
    left: 0;
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #bcbbbb;
    background: #fafafa;
}
#smart_editor2 .se2_text_tool li.active {
    z-index: 50;
}
#smart_editor2 .se2_text_tool .active .se2_layer {
    display: block;
}
#smart_editor2 .se2_text_tool .active li .se2_layer {
    display: none;
}
#smart_editor2 .se2_text_tool .active .active .se2_layer {
    display: block;
}
#smart_editor2 .se2_text_tool .se2_layer .se2_in_layer {
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    background: #fafafa;
}
#smart_editor2 .se2_text_tool {
    position: relative;
    z-index: 30;
    clear: both;
    padding: 4px 0 4px 3px;
    border-bottom: 1px solid #b5b5b5;
    background: url(../images/vendor/smartEditor2/bg_text_tool.gif) repeat-x
        #f4f4f4;
}
#smart_editor2 .se2_text_tool:after {
    display: block;
    clear: both;
    content: "";
}
#smart_editor2 .se2_text_tool ul {
    display: inline;
    float: left;
    margin-right: 3px;
    padding-left: 1px;
    white-space: nowrap;
}
#smart_editor2 .se2_text_tool li {
    position: relative;
    z-index: 30;
    float: left;
}
#smart_editor2 .se2_multy .se2_icon,
#smart_editor2 .se2_text_tool button {
    width: 21px;
    height: 21px;
    vertical-align: top;
    background: url(../images/vendor/smartEditor2/ko_KR/text_tool_set.png?140317)
        no-repeat;
}
#smart_editor2 .se2_text_tool .se2_font_type {
    position: relative;
}
#smart_editor2 .se2_text_tool .se2_font_type li {
    margin-left: 3px;
}
#smart_editor2 .se2_text_tool .se2_font_type button {
    text-align: left;
}
#smart_editor2 .se2_text_tool .se2_font_type button.se2_font_family span,
#smart_editor2 .se2_text_tool .se2_font_type button.se2_font_size span {
    font-size: 12px;
    line-height: 20px;
    position: static;
    display: inline-block;
    visibility: visible;
    width: 52px;
    height: 20px;
    padding: 0 0 0 6px;
    color: #333;
}
#smart_editor2 .se2_text_tool .se2_multy {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    padding-left: 0;
    white-space: nowrap;
    border-left: 1px solid #e0dedf;
}
#smart_editor2 .se2_text_tool .se2_multy .se2_mn {
    float: left;
    white-space: nowrap;
}
#smart_editor2 .se2_text_tool .se2_multy button {
    width: 47px;
    background-image: none;
}
#smart_editor2 .se2_text_tool .se2_multy .se2_icon {
    line-height: 30px;
    position: static;
    display: inline-block;
    visibility: visible;
    overflow: visible;
    width: 16px;
    height: 29px;
    margin: -1px 2px 0 -1px;
    vertical-align: top;
    background-position: 0 -132px;
}
#smart_editor2 .se2_text_tool .se2_multy button,
#smart_editor2 .se2_text_tool .se2_multy button span {
    line-height: 29px;
    height: 29px;
}
#smart_editor2 .se2_text_tool .se2_map .se2_icon {
    background-position: -29px -132px;
}
#smart_editor2 .se2_text_tool button span.se2_mntxt {
    font-size: 11px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    display: inline-block;
    visibility: visible;
    overflow: visible;
    width: auto;
    height: 29px;
    vertical-align: top;
    letter-spacing: -1px;
    color: #444;
}
#smart_editor2 .se2_text_tool .se2_multy .se2_photo {
    margin-right: 1px;
}
#smart_editor2 .se2_text_tool .se2_multy .hover .ico_btn {
    background: #e8e8e8;
}
#smart_editor2 .se2_text_tool .se2_multy .se2_mn.hover {
    background: #e0dedf;
}
#smart_editor2 ul li.first_child button span.tool_bg,
#smart_editor2 ul li.last_child button span.tool_bg,
#smart_editor2 ul li.single_child button span.tool_bg {
    visibility: visible;
    height: 21px;
}
#smart_editor2 ul li.first_child button span.tool_bg {
    left: -1px;
    width: 3px;
    background: url(../images/vendor/smartEditor2/bg_button_left.gif?20121228)
        no-repeat;
}
#smart_editor2 ul li.last_child button span.tool_bg {
    right: 0;
    width: 2px;
    background: url(../images/vendor/smartEditor2/bg_button_right.gif) no-repeat;
}
#smart_editor2 ul li.single_child {
    padding-right: 1px;
}
#smart_editor2 ul li.single_child button span.tool_bg {
    left: 0;
    width: 22px;
    background: url(../images/vendor/smartEditor2/bg_button.gif?20121228)
        no-repeat;
}
#smart_editor2 div.se2_text_tool ul li.hover button span.tool_bg {
    background-position: 0 -21px;
}
#smart_editor2 div.se2_text_tool ul li.active button span.tool_bg,
#smart_editor2 div.se2_text_tool ul li.active li.active button span.tool_bg {
    background-position: 0 -42px;
}
#smart_editor2 div.se2_text_tool ul li.active li button span.tool_bg {
    background-position: 0 0;
}
#smart_editor2 .se2_sub_text_tool {
    position: absolute;
    z-index: 40;
    top: 20px;
    left: 0;
    display: none;
    width: auto;
    height: 29px;
    padding: 0 4px 0 0;
    border: 1px solid #b5b5b5;
    border-top: 1px solid #9a9a9a;
    background: #f4f4f4;
}
#smart_editor2 .active .se2_sub_text_tool {
    display: block;
}
#smart_editor2 .se2_sub_text_tool ul {
    float: left;
    height: 25px;
    margin: 0;
    padding: 4px 0 0 4px;
}
#smart_editor2 .se2_sub_step1 {
    width: 88px;
}
#smart_editor2 .se2_sub_step2 {
    width: 199px;
}
#smart_editor2 .se2_sub_step2_1 {
    width: 178px;
}
#smart_editor2 .se2_text_tool .se2_font_family {
    width: 70px;
    height: 21px;
    background-position: 0 -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_font_family {
    background-position: 0 -72px;
}
#smart_editor2 .se2_text_tool .active .se2_font_family {
    background-position: 0 -103px;
}
#smart_editor2 .se2_text_tool .se2_font_size {
    width: 45px;
    height: 21px;
    background-position: -70px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_font_size {
    background-position: -70px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_font_size {
    background-position: -70px -103px;
}
#smart_editor2 .se2_text_tool .se2_bold {
    background-position: -115px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_bold {
    background-position: -115px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_bold {
    background-position: -115px -103px;
}
#smart_editor2 .se2_text_tool .se2_underline {
    background-position: -136px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_underline {
    background-position: -136px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_underline {
    background-position: -136px -103px;
}
#smart_editor2 .se2_text_tool .se2_italic {
    background-position: -157px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_italic {
    background-position: -157px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_italic {
    background-position: -157px -103px;
}
#smart_editor2 .se2_text_tool .se2_tdel {
    background-position: -178px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_tdel {
    background-position: -178px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_tdel {
    background-position: -178px -103px;
}
#smart_editor2 .se2_text_tool .se2_fcolor {
    position: relative;
    background-position: -199px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_fcolor {
    background-position: -199px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_fcolor {
    background-position: -199px -103px;
}
#smart_editor2 .se2_text_tool .se2_fcolor_more {
    width: 10px;
    background-position: -220px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_fcolor_more {
    background-position: -220px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_fcolor_more {
    background-position: -220px -103px;
}
#smart_editor2 .se2_text_tool .selected_color {
    font-size: 0;
    position: absolute;
    top: 14px;
    left: 5px;
    width: 11px;
    height: 3px;
}
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .se2_ol,
#smart_editor2 .se2_text_tool .se2_ol {
    background-position: -345px -10px;
}
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .se2_ul,
#smart_editor2 .se2_text_tool .se2_ul {
    background-position: -366px -10px;
}
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .hover .se2_ol,
#smart_editor2 .se2_text_tool .hover .se2_ol {
    background-position: -345px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .hover .se2_ul,
#smart_editor2 .se2_text_tool .hover .se2_ul {
    background-position: -366px -72px;
}
#smart_editor2 .se2_text_tool .active .active .se2_ol,
#smart_editor2 .se2_text_tool .active .se2_ol {
    background-position: -345px -103px;
}
#smart_editor2 .se2_text_tool .active .active .se2_ul,
#smart_editor2 .se2_text_tool .active .se2_ul {
    background-position: -366px -103px;
}
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .se2_indent,
#smart_editor2 .se2_text_tool .se2_indent {
    background-position: -408px -10px;
}
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .se2_outdent,
#smart_editor2 .se2_text_tool .se2_outdent {
    background-position: -387px -10px;
}
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .hover .se2_indent,
#smart_editor2 .se2_text_tool .hover .se2_indent {
    background-position: -408px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_sub_text_tool .hover .se2_outdent,
#smart_editor2 .se2_text_tool .hover .se2_outdent {
    background-position: -387px -72px;
}
#smart_editor2 .se2_text_tool .active .active .se2_indent,
#smart_editor2 .se2_text_tool .active .se2_indent {
    background-position: -408px -103px;
}
#smart_editor2 .se2_text_tool .active .active .se2_outdent,
#smart_editor2 .se2_text_tool .active .se2_outdent {
    background-position: -387px -103px;
}
#smart_editor2 .se2_text_tool .se2_lineheight {
    background-position: -429px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_lineheight {
    background-position: -429px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_lineheight {
    background-position: -429px -103px;
}
#smart_editor2 .se2_text_tool .se2_url {
    background-position: -513px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_url {
    background-position: -513px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_url {
    background-position: -513px -103px;
}
#smart_editor2 .se2_text_tool .se2_bgcolor {
    position: relative;
    background-position: -230px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_bgcolor {
    background-position: -230px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_bgcolor {
    background-position: -230px -103px;
}
#smart_editor2 .se2_text_tool .se2_bgcolor_more {
    width: 10px;
    background-position: -251px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_bgcolor_more {
    background-position: -251px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_bgcolor_more {
    background-position: -251px -103px;
}
#smart_editor2 .se2_text_tool .se2_left {
    background-position: -261px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_left {
    background-position: -261px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_left {
    background-position: -261px -103px;
}
#smart_editor2 .se2_text_tool .se2_center {
    background-position: -282px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_center {
    background-position: -282px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_center {
    background-position: -282px -103px;
}
#smart_editor2 .se2_text_tool .se2_right {
    background-position: -303px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_right {
    background-position: -303px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_right {
    background-position: -303px -103px;
}
#smart_editor2 .se2_text_tool .se2_justify {
    background-position: -324px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_justify {
    background-position: -324px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_justify {
    background-position: -324px -103px;
}
#smart_editor2 .se2_text_tool .se2_blockquote {
    background-position: -471px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_blockquote {
    background-position: -471px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_blockquote {
    background-position: -471px -103px;
}
#smart_editor2 .se2_text_tool .se2_character {
    background-position: -555px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_character {
    background-position: -555px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_character {
    background-position: -555px -103px;
}
#smart_editor2 .se2_text_tool .se2_table {
    background-position: -576px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_table {
    background-position: -576px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_table {
    background-position: -576px -103px;
}
#smart_editor2 .se2_text_tool .se2_find {
    background-position: -597px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_find {
    background-position: -597px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_find {
    background-position: -597px -103px;
}
#smart_editor2 .se2_text_tool .se2_sup {
    background-position: -660px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_sup {
    background-position: -660px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_sup {
    background-position: -660px -103px;
}
#smart_editor2 .se2_text_tool .se2_sub {
    background-position: -681px -10px;
}
#smart_editor2 .se2_text_tool .hover .se2_sub {
    background-position: -681px -72px;
}
#smart_editor2 .se2_text_tool .active .se2_sub {
    background-position: -681px -103px;
}
#smart_editor2 .se2_text_tool .se2_text_tool_more {
    width: 13px;
    background-position: 0 -41px;
}
#smart_editor2 .se2_text_tool .se2_text_tool_more span.tool_bg {
    background: 0 0;
}
#smart_editor2 .se2_text_tool .hover .se2_text_tool_more {
    background-position: -13px -41px;
}
#smart_editor2 .se2_text_tool .active .se2_text_tool_more {
    background-position: -26px -41px;
}
.se2_inputarea br,
.se2_inputarea p {
    margin: 0;
    padding: 0;
}
.se2_inputarea {
    margin: 15px;
    word-wrap: break-word;
}
.se2_inputarea td {
    word-break: break-all;
}
.se2_inputarea_890 {
    width: 741px;
    margin: 20px 0 10px 64px;
}
.se2_inputarea_698 {
    width: 548px;
    margin: 20px 0 10px 64px;
}
.se2_quote1 {
    margin: 0 0 30px 20px;
    padding: 0 8px;
    color: #888;
    border-left: 2px solid #ccc;
}
.se2_quote2 {
    margin: 0 0 30px 13px;
    padding: 0 8px 0 16px;
    color: #888;
    background: url(../images/vendor/smartEditor2/bg_quote2.gif) 0 3px no-repeat;
}
.se2_quote3,
.se2_quote4,
.se2_quote5,
.se2_quote6,
.se2_quote7,
.se2_quote8 {
    margin: 0 0 30px;
    padding: 12px 10px 11px;
    color: #888;
}
.se2_quote10,
.se2_quote5,
.se2_quote8 {
    background: #fafafa;
}
.se2_quote3 {
    border: 1px dashed #ccc;
}
.se2_quote4 {
    border: 1px dashed #66b246;
}
.se2_quote5 {
    border: 1px dashed #ccc;
}
.se2_quote6 {
    border: 1px solid #e5e5e5;
}
.se2_quote7 {
    border: 1px solid #66b246;
}
.se2_quote8 {
    border: 1px solid #e5e5e5;
}
.se2_quote10,
.se2_quote9 {
    margin: 0 0 30px;
    padding: 12px 10px 11px;
    color: #888;
    border: 2px solid #e5e5e5;
}
#smart_editor2 .se2_tool .se2_l_font_fam {
    width: 202px;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_tool .se2_l_font_fam li {
    display: block;
    width: 202px;
    height: 21px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #333;
}
#smart_editor2 .se2_l_font_fam .active,
#smart_editor2 .se2_l_font_fam .hover {
    background: #ebebeb;
}
#smart_editor2 .se2_l_font_fam button {
    width: 200px;
    height: 21px;
    margin: 0;
    padding: 2px 0;
    text-align: left;
    background: 0 0;
}
#smart_editor2 .se2_l_font_fam button span {
    font-size: 12px;
    line-height: normal;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0 0 0 4px;
    padding: 0;
    color: #333;
}
#smart_editor2 .se2_l_font_fam button span span {
    font-family: Verdana;
    font-size: 12px;
    line-height: 14px;
    display: inline;
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0 0 0 4px;
    color: #888;
}
#smart_editor2 .se2_l_font_fam button span em {
    font-size: 12px;
    position: static;
    visibility: visible;
    overflow: auto;
    width: auto;
    height: auto;
    margin-right: -4px;
    color: #888;
}
#smart_editor2 .se2_l_font_fam .se2_division {
    font-size: 0;
    width: 162px;
    height: 2px !important;
    margin: 1px 0;
    cursor: default;
    border: 0;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_tool .se2_l_font_size {
    width: 302px;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_tool .se2_l_font_size li {
    width: 302px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #333;
}
#smart_editor2 .se2_l_font_size .active,
#smart_editor2 .se2_l_font_size .hover {
    background: #ebebeb;
}
#smart_editor2 .se2_l_font_size button {
    width: 300px;
    height: auto;
    margin: 0;
    padding: 2px 0 1px;
    text-align: left;
    background: 0 0;
}
#smart_editor2 .se2_l_font_size button span {
    line-height: normal;
    position: relative;
    top: auto;
    left: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0 0 0 4px;
    padding: 0;
    letter-spacing: 0;
    color: #373737;
}
#smart_editor2 .se2_l_font_size button span span {
    display: inline;
    margin: 0 0 0 5px;
    padding: 0;
}
#smart_editor2 .se2_l_font_size span em {
    position: static;
    visibility: visible;
    overflow: auto;
    width: auto;
    height: auto;
    color: #888;
}
#smart_editor2 .se2_palette {
    position: relative;
    float: left;
    width: 225px;
    margin: 0;
    padding: 11px 0 10px;
}
#smart_editor2 .se2_palette .se2_pick_color {
    float: left;
    clear: both;
    width: 205px;
    margin: 0 0 0 11px;
    padding: 0;
}
#smart_editor2 .se2_palette .se2_pick_color li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_palette .se2_pick_color li button {
    width: 11px;
    height: 11px;
    border: 0;
}
#smart_editor2 .se2_palette .se2_pick_color li button span {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    visibility: visible;
    overflow: visible;
    width: 11px;
    height: 11px;
}
#smart_editor2 .se2_palette .se2_pick_color li button span span {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
}
#smart_editor2 .se2_palette .se2_pick_color .active button,
#smart_editor2 .se2_palette .se2_pick_color .hover button {
    width: 11px;
    height: 11px;
    border: 1px solid #666;
}
#smart_editor2 .se2_palette .se2_pick_color .active span,
#smart_editor2 .se2_palette .se2_pick_color .hover span {
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
}
#smart_editor2 .se2_palette .se2_view_more {
    float: left;
    width: 46px;
    height: 23px;
    margin: 1px 0 0 1px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) 0 -47px
        no-repeat;
}
#smart_editor2 .se2_palette .se2_view_more2 {
    float: left;
    width: 46px;
    height: 23px;
    margin: 1px 0 0 1px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) 0 -24px
        no-repeat;
}
#smart_editor2 .se2_palette h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    float: left;
    width: 203px;
    margin: 9px 0 0 11px;
    padding: 10px 0 4px;
    letter-spacing: -1px;
    color: #333;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_palette2 {
    float: left;
    width: 214px;
    margin: 9px 0 0;
    padding: 11px 0 0 11px;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_palette2 .se2_color_set {
    float: left;
}
#smart_editor2 .se2_palette2 .se2_selected_color {
    float: left;
    width: 83px;
    height: 18px;
    margin: 0;
    border: 1px solid #c7c7c7;
    background: #fff;
}
#smart_editor2 .se2_palette2 .se2_selected_color span {
    float: left;
    width: 79px;
    height: 14px;
    margin: 2px;
}
#smart_editor2 .se2_palette2 .input_ty1 {
    font-family: tahoma;
    font-size: 11px;
    float: left;
    width: 67px;
    height: 16px;
    margin: 0 3px;
    padding: 2px 2px 0 4px;
}
#smart_editor2 .se2_palette2 button.se2_btn_insert {
    float: left;
    width: 35px;
    height: 21px;
    margin-left: 2px;
    padding: 0;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -80px
        0 no-repeat;
}
#smart_editor2 .se2_gradation1,
#smart_editor2 .se2_gradation2 {
    width: 201px;
    cursor: crosshair;
    border: 1px solid #c7c7c7;
    float: left;
}
#smart_editor2 .se2_gradation1 {
    height: 128px;
    margin: 4px 0 0;
}
#smart_editor2 .se2_gradation2 {
    height: 10px;
    margin: 4px 0 1px;
}
#smart_editor2 .se2_palette_bgcolor {
    width: 225px;
    margin: 11px 0 0;
    padding: 0;
}
#smart_editor2 .se2_palette_bgcolor .se2_background {
    width: 205px;
    margin: 0 11px;
}
#smart_editor2 .se2_palette_bgcolor .se2_background li {
    width: 68px;
    height: 20px;
}
#smart_editor2 .se2_palette_bgcolor .se2_background button {
    width: 67px;
    height: 19px;
    border: 0;
}
#smart_editor2 .se2_palette_bgcolor .se2_background span {
    left: 0;
    display: block;
    visibility: visible;
    overflow: visible;
    width: 65px;
    height: 17px;
    padding: 0;
}
#smart_editor2 .se2_palette_bgcolor .se2_background span span {
    font-size: 11px;
    line-height: 14px;
    display: block;
    visibility: visible;
    overflow: visible;
    width: 64px;
    height: 16px;
    padding: 3px 0 0 3px;
    text-align: left;
}
#smart_editor2 .se2_palette_bgcolor .se2_background .hover span {
    width: 65px;
    height: 17px;
    border: 1px solid #666;
}
#smart_editor2 .se2_palette_bgcolor .se2_background .hover span span {
    width: 62px;
    height: 14px;
    padding: 1px 0 0 1px;
    border: 1px solid #fff;
}
#smart_editor2 .se2_l_line_height {
    width: 107px;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_l_line_height li {
    width: 107px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #333;
    border-top: 0;
    border-bottom: 0;
}
#smart_editor2 .se2_l_line_height .hover {
    background: #ebebeb;
}
#smart_editor2 .se2_l_line_height button {
    width: 105px;
    height: 19px;
    margin: 0;
    padding: 3px 0 2px;
    text-align: left;
    background: 0 0;
}
#smart_editor2 .se2_l_line_height button span {
    font-size: 12px;
    line-height: normal;
    position: relative;
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 15px;
    color: #373737;
}
#smart_editor2 .se2_l_line_height li button.active span {
    background: url(../images/vendor/smartEditor2/icon_set.gif) 5px -30px no-repeat;
}
#smart_editor2 .se2_l_line_height_user {
    clear: both;
    width: 83px;
    margin: 5px 0 0 12px;
    padding: 10px 0 0;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_l_line_height_user h3 {
    line-height: 14px;
    margin: 0 0 4px;
    padding: 0;
    letter-spacing: -1px;
    color: #000;
}
#smart_editor2 .se2_l_line_height_user .bx_input {
    position: relative;
    display: block;
    width: 83px;
}
#smart_editor2 .se2_l_line_height_user .btn_up {
    position: absolute;
    top: 2px;
    left: 68px;
    width: 13px;
    height: 8px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -86px -54px
        no-repeat;
}
#smart_editor2 .se2_l_line_height_user .btn_down {
    position: absolute;
    top: 10px;
    left: 68px;
    width: 13px;
    height: 8px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -86px -62px
        no-repeat;
}
#smart_editor2 .se2_l_line_height_user .btn_area {
    margin: 5px 0 10px;
}
#smart_editor2 .se2_tool .btn_area .se2_btn_apply3 {
    width: 41px;
    height: 24px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306)
        no-repeat;
}
#smart_editor2 .se2_tool .btn_area .se2_btn_cancel3 {
    width: 39px;
    height: 24px;
    margin-left: 3px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -41px
        0 no-repeat;
}
#smart_editor2 .se2_quote {
    width: 425px;
    height: 56px;
}
#smart_editor2 .se2_quote ul {
    float: left;
    margin: 11px 0 0 9px;
    padding: 0;
}
#smart_editor2 .se2_quote li {
    float: left;
    margin: 0 0 0 2px;
    padding: 0;
}
#smart_editor2 .se2_quote button {
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306)
        no-repeat;
}
#smart_editor2 .se2_quote button span {
    left: 0;
    display: block;
    visibility: visible;
    overflow: visible;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 1px solid #c7c7c7;
}
#smart_editor2 .se2_quote button span span {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_quote .se2_quote1 {
    background-position: 1px -375px;
}
#smart_editor2 .se2_quote .se2_quote2 {
    background-position: -32px -375px;
}
#smart_editor2 .se2_quote .se2_quote3 {
    background-position: -65px -375px;
}
#smart_editor2 .se2_quote .se2_quote4 {
    background-position: -98px -375px;
}
#smart_editor2 .se2_quote .se2_quote5 {
    background-position: -131px -375px;
}
#smart_editor2 .se2_quote .se2_quote6 {
    background-position: -164px -375px;
}
#smart_editor2 .se2_quote .se2_quote7 {
    background-position: -197px -375px;
}
#smart_editor2 .se2_quote .se2_quote8 {
    background-position: -230px -375px;
}
#smart_editor2 .se2_quote .se2_quote9 {
    background-position: -263px -375px;
}
#smart_editor2 .se2_quote .se2_quote10 {
    background-position: -296px -375px;
}
#smart_editor2 .se2_quote .active button span,
#smart_editor2 .se2_quote .hover button span {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 2px solid #44b525;
}
#smart_editor2 .se2_quote .active button span span,
#smart_editor2 .se2_quote .hover button span span {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_quote .se2_cancel2 {
    float: left;
    width: 40px;
    height: 35px;
    margin: 11px 0 0 5px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -46px -24px
        no-repeat;
}
#smart_editor2 .se2_quote .se2_cancel2 span {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_url2 {
    width: 281px;
    padding: 11px 11px 6px;
    color: #666;
}
#smart_editor2 .se2_url2 .input_ty1 {
    display: block;
    width: 185px;
    height: 16px;
    margin: 0 5px 5px 0;
    padding: 5px 2px 0 4px;
}
#smart_editor2 .se2_url2 .se2_url_new {
    width: 15px;
    height: 15px;
    margin: -1px 3px 1px -1px;
    vertical-align: middle;
}
#smart_editor2 .se2_url2 label {
    font-size: 11px;
    line-height: 14px;
    vertical-align: middle;
}
#smart_editor2 .se2_url2 .se2_apply {
    position: absolute;
    top: 13px;
    right: 51px;
    width: 41px;
    height: 24px;
    margin: -1px 3px 1px 0;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306)
        no-repeat;
}
#smart_editor2 .se2_url2 .se2_cancel {
    position: absolute;
    top: 13px;
    right: 9px;
    width: 39px;
    height: 24px;
    margin: -1px 3px 1px 0;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -41px
        0 no-repeat;
}
#smart_editor2 .se2_bx_character {
    width: 469px;
    height: 272px;
    margin: 0;
    padding: 0;
    background: url(../images/vendor/smartEditor2/ko_KR/bx_set_110302.gif) 9px -1230px
        no-repeat;
}
#smart_editor2 .se2_bx_character .se2_char_tab {
    position: relative;
    float: left;
    width: 443px;
    margin: 11px 10px 200px 11px;
    padding: 0 0 0 1px;
}
#smart_editor2 .se2_bx_character .se2_char_tab li {
    position: static;
    margin: 0 0 0 -1px;
    padding: 0;
}
#smart_editor2 .se2_bx_character .se2_char1 {
    width: 76px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) 0 -204px
        no-repeat;
}
#smart_editor2 .se2_bx_character .se2_char2 {
    width: 86px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -75px -204px
        no-repeat;
}
#smart_editor2 .se2_bx_character .se2_char3 {
    width: 68px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -160px -204px
        no-repeat;
}
#smart_editor2 .se2_bx_character .se2_char4 {
    width: 55px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -227px -204px
        no-repeat;
}
#smart_editor2 .se2_bx_character .se2_char5 {
    width: 97px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -281px -204px
        no-repeat;
}
#smart_editor2 .se2_bx_character .se2_char6 {
    width: 66px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -377px -204px
        no-repeat;
}
#smart_editor2 .se2_bx_character .active .se2_char1 {
    width: 76px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) 0 -230px
        no-repeat;
}
#smart_editor2 .se2_bx_character .active .se2_char2 {
    width: 86px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -75px -230px
        no-repeat;
}
#smart_editor2 .se2_bx_character .active .se2_char3 {
    width: 68px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -160px -230px
        no-repeat;
}
#smart_editor2 .se2_bx_character .active .se2_char4 {
    width: 55px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -227px -230px
        no-repeat;
}
#smart_editor2 .se2_bx_character .active .se2_char5 {
    width: 97px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -281px -230px
        no-repeat;
}
#smart_editor2 .se2_bx_character .active .se2_char6 {
    width: 66px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -377px -230px
        no-repeat;
}
#smart_editor2 .se2_bx_character .se2_s_character {
    position: absolute;
    top: 26px;
    left: 0;
    display: none;
    width: 448px;
    height: 194px;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_bx_character .active .se2_s_character {
    display: block;
}
#smart_editor2 .se2_bx_character .se2_s_character ul {
    float: left;
    width: 422px;
    height: 172px;
    margin: 0;
    padding: 9px 0 0 11px;
}
#smart_editor2 .se2_bx_character .se2_s_character li {
    position: relative;
    float: left;
    width: 20px;
    height: 18px;
    margin: 0 0 1px 1px;
    background: #fff;
}
#smart_editor2 .se2_bx_character .se2_s_character button {
    width: 20px;
    height: 18px;
    margin: 0;
    padding: 2px;
    background: 0 0;
}
#smart_editor2 .se2_bx_character .se2_s_character .active,
#smart_editor2 .se2_bx_character .se2_s_character .hover {
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -446px -274px
        no-repeat;
}
#smart_editor2 .se2_bx_character .se2_s_character button span {
    font-size: 12px;
    line-height: normal;
    left: 0;
    display: block;
    visibility: visible;
    overflow: visible;
    width: 14px;
    height: 16px;
    margin: 3px 0 0 3px;
    border: 0;
    background: 0 0;
}
#smart_editor2 .se2_apply_character {
    position: relative;
    clear: both;
    padding: 0 0 0 11px;
}
#smart_editor2 .se2_apply_character label {
    font-size: 12px;
    margin: 0 3px 0 0;
    letter-spacing: -1px;
    color: #666;
}
#smart_editor2 .se2_apply_character .input_ty1 {
    font-size: 12px;
    width: 283px;
    height: 17px;
    margin: -1px 5px 1px 0;
    padding: 4px 0 0 5px;
    vertical-align: middle;
    letter-spacing: 0;
    color: #666;
}
#smart_editor2 .se2_apply_character .se2_confirm {
    width: 41px;
    height: 24px;
    margin-right: 3px;
    vertical-align: middle;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306)
        no-repeat;
}
#smart_editor2 .se2_apply_character .se2_cancel {
    width: 39px;
    height: 24px;
    vertical-align: middle;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -41px
        0 no-repeat;
}
#smart_editor2 .se2_table_set {
    position: relative;
    width: 166px;
    margin: 3px 11px 0;
    padding: 8px 0 0;
}
#smart_editor2 .se2_table_set .se2_cell_num {
    float: left;
    width: 73px;
}
#smart_editor2 .se2_table_set .se2_cell_num dt {
    float: left;
    clear: both;
    width: 17px;
    height: 23px;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_table_set .se2_cell_num dt label {
    font-size: 11px;
    display: block;
    margin: 5px 0 0;
    color: #666;
}
#smart_editor2 .se2_table_set .se2_cell_num dd {
    position: relative;
    float: left;
    width: 54px;
    height: 23px;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_table_set .se2_cell_num .input_ty2 {
    font-family: tahoma, verdana, times New Roman;
    font-size: 11px;
    display: block;
    width: 32px;
    height: 16px;
    padding: 2px 19px 0 0;
    text-align: right;
    color: #666;
    border: 1px solid #c7c7c7;
}
#smart_editor2 .se2_select_ty2 .se2_view_more span,
.ui-timepicker-div .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
    display: none;
}
#smart_editor2 .se2_table_set .se2_cell_num .input_ty2::-ms-clear {
    display: none;
}
#smart_editor2 .se2_table_set .se2_pre_table {
    float: right;
    width: 91px;
    height: 43px;
    border-spacing: 1px;
    background: #c7c7c7;
}
#smart_editor2 .se2_table_set .se2_pre_table tr {
    background: #fff;
}
#smart_editor2 .se2_table_set .se2_pre_table td {
    font-size: 0;
    line-height: 0;
}
#smart_editor2 .se2_table_set .se2_add {
    position: absolute;
    top: 2px;
    right: 3px;
    width: 13px;
    height: 8px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -86px -54px
        no-repeat;
}
#smart_editor2 .se2_table_set .se2_del {
    position: absolute;
    top: 10px;
    right: 3px;
    width: 13px;
    height: 8px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -86px -62px
        no-repeat;
}
#smart_editor2 .se2_table_set .se2_t_proper1 {
    float: left;
    width: 166px;
    margin: 7px 0 0;
    padding: 10px 0 5px;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_table_set .se2_t_proper1 dt {
    width: 166px;
    margin: 0 0 6px;
}
#smart_editor2 .se2_table_set .se2_t_proper1 dd {
    width: 166px;
}
#smart_editor2 .se2_table_set .se2_t_proper1 dt input {
    width: 15px;
    height: 15px;
    margin: -1px 3px 1px 0;
    vertical-align: middle;
}
#smart_editor2 .se2_table_set .se2_t_proper1 dt label {
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: -1px;
    color: #666;
}
#smart_editor2 .se2_table_set .se2_t_proper1_1 {
    position: relative;
    z-index: 59;
    float: left;
    width: 166px;
    margin: 1px 0 0;
}
#smart_editor2 .se2_table_set .se2_t_proper1_2 {
    z-index: 54;
    margin: 0;
}
#smart_editor2 .se2_table_set .se2_t_proper1_3 {
    z-index: 53;
    margin: 0;
}
#smart_editor2 .se2_table_set .se2_t_proper1_4 {
    z-index: 52;
    margin: 0;
}
#smart_editor2 .se2_table_set .se2_t_proper1_1 dt {
    float: left;
    clear: both;
    width: 66px;
    height: 22px;
    margin: 1px 0 0 18px;
}
#smart_editor2 .se2_table_set .se2_t_proper1_1 dt label {
    font-size: 11px;
    font-weight: 400;
    display: block;
    margin: 4px 0 0;
    letter-spacing: -1px;
    color: #666;
}
#smart_editor2 .se2_table_set .se2_t_proper1_1 dd {
    position: relative;
    float: left;
    width: 82px;
    height: 23px;
}
#smart_editor2 .se2_table_set .se2_t_proper1_1 .input_ty1 {
    font-family: tahoma, verdana, times New Roman;
    font-size: 11px;
    width: 72px;
    height: 16px;
    padding: 2px 2px 0 6px;
    color: #666;
}
#smart_editor2 .se2_table_set .se2_t_proper1_1 .input_ty3 {
    font-family: tahoma, verdana, times New Roman;
    font-size: 11px;
    float: left;
    width: 49px;
    height: 16px;
    margin: 0 3px 0 0;
    padding: 2px 4px 0;
    color: #666;
    border: 1px solid #c7c7c7;
}
#smart_editor2 .se2_table_set .se2_t_proper1_1 .se2_add {
    top: 2px;
    right: 2px;
}
#smart_editor2 .se2_table_set .se2_t_proper1_1 .se2_del {
    top: 10px;
    right: 2px;
}
#smart_editor2 .se2_table_set .se2_t_proper1_1 .se2_color_set .input_ty1 {
    font-family: tahoma, verdana, times New Roman;
    font-size: 11px;
    float: left;
    width: 67px;
    height: 16px;
    margin: 0 3px;
    padding: 2px 2px 0 4px;
}
#smart_editor2 .se2_select_ty1 {
    font-size: 11px;
    line-height: 14px;
    position: relative;
    width: 80px;
    height: 18px;
    text-align: left;
    border: 1px solid #c7c7c7;
    background: #fff;
}
#smart_editor2 .se2_select_ty1 span {
    font-size: 11px;
    line-height: 14px;
    float: left;
    width: 54px;
    height: 18px;
    margin: 0 0 0 5px;
    color: #666;
}
#smart_editor2 .se2_select_ty1 .se2_b_style0 {
    position: relative;
    top: 3px;
    left: -3px;
    white-space: nowrap;
}
#smart_editor2 .se2_select_ty1 .se2_b_style1 {
    font-size: 11px;
    line-height: 14px;
    height: 15px;
    margin: 3px 0 0 4px;
    letter-spacing: -1px;
    color: #666;
}
#smart_editor2 .se2_select_ty1 .se2_b_style2 {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -50px repeat-x;
}
#smart_editor2 .se2_select_ty1 .se2_b_style3 {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -68px repeat-x;
}
#smart_editor2 .se2_select_ty1 .se2_b_style4 {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -85px repeat-x;
}
#smart_editor2 .se2_select_ty1 .se2_b_style5 {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -103px repeat-x;
}
#smart_editor2 .se2_select_ty1 .se2_b_style6 {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -121px repeat-x;
}
#smart_editor2 .se2_select_ty1 .se2_b_style7 {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -139px repeat-x;
}
#smart_editor2 .se2_select_ty1 .se2_view_more {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 13px;
    height: 16px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -112px -54px
        no-repeat;
}
#smart_editor2 .se2_select_ty1 .se2_view_more2 {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 13px;
    height: 16px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -99px -54px
        no-repeat;
}
#smart_editor2 .se2_table_set .se2_b_t_b1 {
    border-top: 1px solid #b1b1b1;
}
#smart_editor2 .se2_layer_b_style {
    position: absolute;
    top: 20px;
    right: 0;
    width: 80px;
    padding-bottom: 1px;
    border: 1px solid #c7c7c7;
    border-top: 1px solid #a8a8a8;
    background: #fff;
}
#smart_editor2 .se2_layer_b_style ul {
    width: 80px;
    margin: 0;
    padding: 1px 0 0;
}
#smart_editor2 .se2_layer_b_style li {
    width: 80px;
    height: 18px;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_layer_b_style .active,
#smart_editor2 .se2_layer_b_style .hover {
    background: #ebebeb;
}
#smart_editor2 .se2_layer_b_style button {
    width: 80px;
    height: 18px;
    background: 0 0;
}
#smart_editor2 .se2_layer_b_style button span {
    font-size: 11px;
    line-height: 15px;
    left: 0;
    display: block;
    visibility: visible;
    overflow: visible;
    width: 71px;
    height: 18px;
    margin: 0 0 0 5px;
    text-align: left;
}
#smart_editor2 .se2_layer_b_style button span span {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
}
#smart_editor2 .se2_layer_b_style .se2_b_style1 span {
    font-size: 11px;
    line-height: 14px;
    margin: 3px 0 0 4px;
    letter-spacing: -1px;
    color: #666;
}
#smart_editor2 .se2_layer_b_style .se2_b_style2 span {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -50px repeat-x;
}
#smart_editor2 .se2_layer_b_style .se2_b_style3 span {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -68px repeat-x;
}
#smart_editor2 .se2_layer_b_style .se2_b_style4 span {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -86px repeat-x;
}
#smart_editor2 .se2_layer_b_style .se2_b_style5 span {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -103px repeat-x;
}
#smart_editor2 .se2_layer_b_style .se2_b_style6 span {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -121px repeat-x;
}
#smart_editor2 .se2_layer_b_style .se2_b_style7 span {
    background: url(../images/vendor/smartEditor2/bg_set.gif) 0 -139px repeat-x;
}
#smart_editor2 .se2_pre_color {
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #c7c7c7;
}
#smart_editor2 .se2_pre_color button {
    float: left;
    width: 14px;
    height: 14px;
    margin: 2px 0 0 2px;
    padding: 0;
}
#smart_editor2 .se2_pre_color button span {
    position: absolute;
    z-index: -100;
    top: -10000px;
    left: -10000px;
    overflow: hidden;
    width: 0;
    height: 0;
}
#smart_editor2 .se2_table_set .se2_t_dim1,
#smart_editor2 .se2_table_set .se2_t_dim2,
#smart_editor2 .se2_table_set .se2_t_dim3 {
    left: 16px;
    width: 157px;
    background: #fafafa;
    filter: alpha(opacity=50);
}
#smart_editor2 .se2_table_set .se2_t_dim1 {
    position: absolute;
    z-index: 60;
    top: 71px;
    clear: both;
    height: 118px;
    opacity: 0.5;
}
#smart_editor2 .se2_table_set .se2_t_dim2 {
    position: absolute;
    z-index: 55;
    top: 116px;
    height: 45px;
    opacity: 0.5;
}
#smart_editor2 .se2_table_set .se2_t_dim3 {
    position: absolute;
    z-index: 51;
    top: 192px;
    clear: both;
    height: 39px;
    opacity: 0.5;
}
#smart_editor2 .se2_table_set .se2_t_proper2 {
    position: relative;
    z-index: 50;
    float: left;
    width: 166px;
    margin: 2px 0 0;
}
#smart_editor2 .se2_table_set .se2_t_proper2 dt {
    float: left;
    width: 84px;
    height: 33px;
    margin: 4px 0 0;
}
#smart_editor2 .se2_table_set .se2_t_proper2 dt input {
    width: 15px;
    height: 15px;
    margin: -1px 3px 1px 0;
    vertical-align: middle;
}
#smart_editor2 .se2_table_set .se2_t_proper2 dt label {
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: -1px;
    color: #666;
}
#smart_editor2 .se2_table_set .se2_t_proper2 dd {
    float: left;
    width: 66px;
    height: 33px;
}
#smart_editor2 .se2_select_ty2 {
    font-size: 11px;
    line-height: 14px;
    position: relative;
    width: 65px;
    height: 31px;
    text-align: left;
    border: 1px solid #c7c7c7;
    background: #fff;
}
#smart_editor2 .se2_select_ty2 span {
    float: left;
    width: 45px;
    height: 25px;
    margin: 3px 0 0 3px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306)
        repeat-x;
}
#smart_editor2 .se2_select_ty2 .se2_t_style1 {
    background-position: 0 -410px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style2 {
    background-position: -46px -410px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style3 {
    background-position: -92px -410px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style4 {
    background-position: -138px -410px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style5 {
    background-position: -184px -410px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style6 {
    background-position: -230px -410px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style7 {
    background-position: -276px -410px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style8 {
    background-position: -322px -410px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style9 {
    background-position: 0 -436px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style10 {
    background-position: -46px -436px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style11 {
    background-position: -92px -436px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style12 {
    background-position: -138px -436px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style13 {
    background-position: -184px -436px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style14 {
    background-position: -230px -436px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style15 {
    background-position: -276px -436px;
}
#smart_editor2 .se2_select_ty2 .se2_t_style16 {
    background-position: -322px -436px;
}
#smart_editor2 .se2_select_ty2 .se2_view_more {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 13px !important;
    height: 29px !important;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -353px -48px
        no-repeat !important;
}
#smart_editor2 .se2_select_ty2 .se2_view_more2 {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 13px !important;
    height: 29px !important;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -340px -48px
        no-repeat !important;
}
#smart_editor2 .se2_layer_t_style {
    position: absolute;
    top: 33px;
    right: 15px;
    width: 208px;
    border: 1px solid #c7c7c7;
    border-top: 1px solid #a8a8a8;
    background: #fff;
}
#smart_editor2 .se2_layer_t_style ul {
    width: 204px;
    height: 126px;
    margin: 1px 2px;
    padding: 1px 0 0;
    background: #fff;
}
#smart_editor2 .se2_layer_t_style li {
    float: left;
    width: 45px;
    height: 25px;
    margin: 1px;
    padding: 1px;
    border: 1px solid #fff;
}
#smart_editor2 .se2_layer_t_style .active,
#smart_editor2 .se2_layer_t_style .hover {
    border: 1px solid #666;
    background: #fff;
}
#smart_editor2 .se2_layer_t_style button {
    width: 45px;
    height: 25px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306)
        repeat-x !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style1 {
    background-position: 0 -410px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style2 {
    background-position: -46px -410px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style3 {
    background-position: -92px -410px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style4 {
    background-position: -138px -410px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style5 {
    background-position: -184px -410px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style6 {
    background-position: -230px -410px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style7 {
    background-position: -276px -410px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style8 {
    background-position: -322px -410px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style9 {
    background-position: 0 -436px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style10 {
    background-position: -46px -436px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style11 {
    background-position: -92px -436px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style12 {
    background-position: -138px -436px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style13 {
    background-position: -184px -436px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style14 {
    background-position: -230px -436px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style15 {
    background-position: -276px -436px !important;
}
#smart_editor2 .se2_layer_t_style .se2_t_style16 {
    background-position: -322px -436px !important;
}
#smart_editor2 .se2_table_set .se2_btn_area {
    float: left;
    width: 166px;
    margin: 6px 0 0;
    padding: 12px 0 8px;
    text-align: center;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_table_set button.se2_apply {
    width: 41px;
    height: 24px;
    margin-right: 3px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306)
        no-repeat;
}
#smart_editor2 .se2_table_set button.se2_cancel {
    width: 39px;
    height: 24px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -41px
        0 no-repeat;
}
#smart_editor2 .se2_table_set .se2_rd {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
#smart_editor2 .se2_table_set .se2_celltit {
    font-size: 11px;
    letter-spacing: -1px;
    color: #666;
}
#smart_editor2 .se2_table_set dt label.se2_celltit {
    display: inline;
}
#smart_editor2 .se2_bx_find_revise {
    position: relative;
    width: 255px;
    margin: 0;
    padding: 0;
}
#smart_editor2 .se2_bx_find_revise .se2_close {
    position: absolute;
    top: 5px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -151px -1px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise h3 {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 10px 0 13px 10px;
    letter-spacing: -1px;
    background: url(../images/vendor/smartEditor2/bg_find_h3.gif) 0 -1px repeat-x;
}
#smart_editor2 .se2_bx_find_revise ul {
    position: relative;
    margin: 8px 0 0;
    padding: 0 0 0 12px;
}
#smart_editor2 .se2_bx_find_revise ul li {
    position: static;
    float: left;
    margin: 0 0 0 -1px;
    padding: 0;
}
#smart_editor2 .se2_bx_find_revise .se2_tabfind {
    width: 117px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) 0 -100px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise .se2_tabrevise {
    width: 117px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -116px -100px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise .active .se2_tabfind {
    width: 117px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) 0 -126px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise .active .se2_tabrevise {
    width: 117px;
    height: 26px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -116px -126px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise .se2_in_bx_find dl {
    float: left;
    width: 223px;
    margin: 0 0 0 9px;
    padding: 7px 0 13px 14px;
    background: url(../images/vendor/smartEditor2/ko_KR/bx_set_110302.gif) -289px -1518px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise .se2_in_bx_revise dl {
    float: left;
    width: 223px;
    margin: 0 0 0 9px;
    padding: 7px 0 13px 14px;
    background: url(../images/vendor/smartEditor2/ko_KR/bx_set_110302.gif) -289px -1619px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise dt {
    float: left;
    clear: both;
    width: 47px;
    margin: 1px 0 2px;
}
#smart_editor2 .se2_bx_find_revise dd {
    float: left;
    margin: 0 0 2px;
}
#smart_editor2 .se2_bx_find_revise label {
    font-size: 11px;
    float: left;
    padding: 5px 0 0;
    letter-spacing: -2px;
    color: #666;
}
#smart_editor2 .se2_bx_find_revise input {
    font-size: 12px;
    float: left;
    width: 155px;
    height: 12px;
    margin: 1px 0 0;
    padding: 3px 2px 3px 4px;
    color: #666;
}
#smart_editor2 .se2_bx_find_revise .se2_find_btns {
    float: left;
    clear: both;
    width: 255px;
    padding: 8px 0 10px;
    text-align: center;
}
#smart_editor2 .se2_bx_find_revise .se2_find_next {
    width: 65px;
    height: 24px;
    margin: 0 3px 0 0;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -180px -48px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise .se2_find_next2 {
    width: 61px;
    height: 24px;
    margin: 0 3px 0 0;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -180px -24px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise .se2_revise1 {
    width: 54px;
    height: 24px;
    margin: 0 3px 0 0;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -245px -48px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise .se2_revise2 {
    width: 70px;
    height: 24px;
    margin: 0 3px 0 0;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -245px -24px
        no-repeat;
}
#smart_editor2 .se2_bx_find_revise .se2_cancel {
    width: 39px;
    height: 24px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -41px
        0 no-repeat;
}
#smart_editor2 .se2_qmax {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -339px -169px
        no-repeat;
}
#smart_editor2 .se2_qeditor {
    position: absolute;
    top: 0;
    left: 0;
    width: 183px;
    margin: 0;
    padding: 0;
    border: 1px solid #c7c7c7;
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    background: #fafafa;
}
#smart_editor2 .se2_qeditor dt,
#smart_editor2 .se2_qeditor label,
#smart_editor2 .se2_qeditor span {
    font-size: 11px;
    letter-spacing: -1px;
    color: #666;
}
#smart_editor2 .se2_qbar {
    position: relative;
    width: 183px;
    height: 11px;
    background: url(../images/vendor/smartEditor2/ko_KR/bx_set_110302.gif) 0 -731px
        no-repeat;
}
#smart_editor2 .se2_qbar .se2_qmini {
    position: absolute;
    top: -1px;
    right: 0;
    width: 18px;
    height: 14px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -315px -170px
        no-repeat;
}
#smart_editor2 .se2_qbar .se2_qmini button {
    width: 20px;
    height: 14px;
    margin-top: -1px;
}
#smart_editor2 .se2_qeditor .se2_qbody0 {
    float: left;
    border: 1px solid #fefefe;
}
#smart_editor2 .se2_qeditor .se2_qbody {
    position: relative;
    z-index: 90;
    width: 174px;
    padding: 4px 0 0 7px;
}
#smart_editor2 .se2_qeditor .se2_qe1 {
    overflow: hidden;
    width: 174px;
}
#smart_editor2 .se2_qeditor .se2_qe1 dt {
    float: left;
    width: 22px;
    height: 18px;
    padding: 4px 0 0;
}
#smart_editor2 .se2_qeditor .se2_qe1 dd {
    float: left;
    width: 65px;
    height: 22px;
}
#smart_editor2 .se2_qeditor .se2_addrow {
    width: 28px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -385px -49px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_addcol {
    width: 29px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -413px -49px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_seprow {
    width: 28px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -385px -68px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_sepcol {
    width: 29px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -413px -68px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_delrow {
    width: 28px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -385px -106px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_delcol {
    width: 29px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -413px -106px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_merrow {
    width: 57px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -385px -125px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_mercol {
    width: 57px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -413px -125px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_seprow_off {
    width: 28px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -385px -87px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_sepcol_off {
    width: 29px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -413px -87px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_merrow_off {
    width: 57px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -385px -144px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_mercol_off {
    width: 57px;
    height: 19px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -413px -144px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_qe2 {
    position: relative;
    z-index: 100;
    float: left;
    zoom: 1;
    width: 165px;
    margin: 2px 0 0 1px;
    padding: 7px 0 0;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_qeditor .se2_qe2_1 dt {
    float: left;
    width: 62px;
    padding: 3px 0 0;
}
#smart_editor2 .se2_qeditor .se2_qe2_1 dt input {
    width: 15px;
    height: 15px;
    margin: -1px 1px 1px -1px;
    vertical-align: middle;
}
#smart_editor2 .se2_qeditor .se2_qe2_1 dd {
    position: relative;
    float: left;
    zoom: 1;
}
#smart_editor2 .se2_qeditor .se2_qe2_3 {
    padding: 7px 0 6px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 {
    position: relative;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 dt {
    float: left;
    width: 50px;
    padding: 3px 0 0 13px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 dt input {
    width: 15px;
    height: 15px;
    margin: -1px 2px 1px -1px;
    vertical-align: middle;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 dd {
    float: left;
}
#smart_editor2 .se2_table_set .se2_qbody .se2_t_proper2 {
    position: static;
    float: left;
    width: 166px;
    margin: 5px 0 0 1px;
}
#smart_editor2 .se2_qeditor .se2_qe3 dt {
    float: left;
    width: 62px;
    padding: 0;
}
#smart_editor2 .se2_qeditor .se2_qe3 dt label {
    font-weight: 400;
}
#smart_editor2 .se2_qeditor .se2_qe3 dt input {
    width: 15px;
    height: 15px;
    margin: -1px 1px 1px -1px;
    vertical-align: middle;
}
#smart_editor2 .se2_qeditor .se2_qe3 dd .se2_qe3_table {
    position: relative;
}
#smart_editor2 .se2_qeditor .se2_pre_color {
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #c7c7c7;
}
#smart_editor2 .se2_qeditor .se2_pre_color button {
    float: left;
    width: 14px;
    height: 14px;
    margin: 2px 0 0 2px;
    padding: 0;
}
#smart_editor2 .se2_qeditor .se2_pre_color button span {
    position: absolute;
    z-index: -100;
    top: -10000px;
    left: -10000px;
    overflow: hidden;
    width: 0;
    height: 0;
}
#smart_editor2 .se2_qeditor .se2_layer {
    position: absolute;
    top: 20px;
    left: 0;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    border: 1px solid #c7c7c7;
    border-top: 1px solid #9a9a9a;
    background: #fafafa;
}
#smart_editor2 .se2_qeditor .se2_layer .se2_in_layer {
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    background: #fafafa;
}
#smart_editor2 .se2_qeditor .se2_layer button {
    vertical-align: top;
}
#smart_editor2 .se2_qeditor .se2_layer .se2_pick_color li {
    position: relative;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg {
    float: left;
    width: 14px;
    height: 14px;
    padding: 2px;
    border: 1px solid #c7c7c7;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 button {
    width: 16px;
    height: 16px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) 0 -261px
        no-repeat;
}
#smart_editor2 .se2_cellimg_set {
    float: left;
    width: 136px;
    margin: 4px 3px 0 4px;
    padding-bottom: 4px;
}
#smart_editor2 .se2_cellimg_set li {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 1px 1px 0;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg0 {
    background-position: -255px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg1 {
    background-position: 0 -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg2 {
    background-position: -17px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg3 {
    background-position: -34px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg4 {
    background-position: -51px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg5 {
    background-position: -68px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg6 {
    background-position: -85px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg7 {
    background-position: -102px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg8 {
    background-position: -119px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg9 {
    background-position: -136px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg10 {
    background-position: -153px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg11 {
    background-position: -170px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg12 {
    background-position: -187px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg13 {
    background-position: -204px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg14 {
    background-position: -221px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg15 {
    background-position: -238px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg16 {
    background-position: -255px -261px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg17 {
    background-position: 0 -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg18 {
    background-position: -17px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg19 {
    background-position: -34px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg20 {
    background-position: -51px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg21 {
    background-position: -68px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg22 {
    background-position: -85px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg23 {
    background-position: -102px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg24 {
    background-position: -119px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg25 {
    background-position: -136px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg26 {
    background-position: -153px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg27 {
    background-position: -170px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg28 {
    background-position: -187px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg29 {
    background-position: -204px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg30 {
    background-position: -221px -278px;
}
#smart_editor2 .se2_qeditor .se2_qe2_2 .se2_cellimg31 {
    background-position: -238px -278px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg button {
    width: 14px;
    height: 14px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg1 {
    background-position: -1px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg2 {
    background-position: -18px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg3 {
    background-position: -35px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg4 {
    background-position: -52px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg5 {
    background-position: -69px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg6 {
    background-position: -86px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg7 {
    background-position: -103px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg8 {
    background-position: -120px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg9 {
    background-position: -137px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg10 {
    background-position: -154px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg11 {
    background-position: -171px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg12 {
    background-position: -188px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg13 {
    background-position: -205px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg14 {
    background-position: -222px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg15 {
    background-position: -239px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg16 {
    background-position: -256px -262px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg17 {
    background-position: -1px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg18 {
    background-position: -18px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg19 {
    background-position: -35px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg20 {
    background-position: -52px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg21 {
    background-position: -69px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg22 {
    background-position: -86px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg23 {
    background-position: -103px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg24 {
    background-position: -120px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg25 {
    background-position: -137px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg26 {
    background-position: -154px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg27 {
    background-position: -171px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg28 {
    background-position: -188px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg29 {
    background-position: -205px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg30 {
    background-position: -222px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg31 {
    background-position: -239px -279px;
}
#smart_editor2 .se2_qeditor .se2_pre_bgimg .se2_cellimg32 {
    background-position: -256px -279px;
}
#smart_editor2 .se2_btn_area {
    float: left;
    clear: both;
    width: 166px;
    margin: 5px 0 0 1px;
    padding: 7px 0 6px;
    text-align: center;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_btn_area .se2_btn_save {
    width: 97px;
    height: 21px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -369px -163px
        no-repeat;
}
#smart_editor2 .se2_qe10 {
    width: 166px;
    margin: 0;
}
#smart_editor2 .se2_qe10 label {
    margin: 0 1px 0 0;
    vertical-align: middle;
}
#smart_editor2 .se2_qe10 .se2_sheight {
    margin-left: 4px;
}
#smart_editor2 .se2_qe10 .input_ty1 {
    font-size: 11px;
    width: 30px;
    height: 13px;
    margin: 0 0 1px 1px;
    padding: 3px 4px 0 1px;
    text-align: right;
    vertical-align: middle;
    letter-spacing: 0;
}
#smart_editor2 .se2_qe10 .se2_sreset {
    width: 41px;
    height: 19px;
    margin-left: 3px;
    vertical-align: middle;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -401px -184px
        no-repeat;
}
#smart_editor2 .se2_qe10_1 {
    margin-top: 4px;
    padding: 10px 0 3px;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_qe10_1 input {
    width: 15px;
    height: 15px;
    margin: -1px 3px 1px -1px;
    vertical-align: middle;
}
#smart_editor2 .se2_qe11 {
    float: left;
    width: 166px;
    margin: 4px 0 0;
    padding: 7px 0 2px;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_qe11_1 {
    float: left;
    width: 99px;
}
#smart_editor2 .se2_qe11_1 dt {
    float: left;
    width: 56px;
    height: 15px;
    padding: 5px 0 0;
}
#smart_editor2 .se2_qe11_1 dd {
    position: relative;
    float: left;
    width: 38px;
    height: 20px;
}
#smart_editor2 .se2_qe11_1 .input_ty1 {
    font-size: 11px;
    display: block;
    width: 29px;
    height: 15px;
    margin: 0;
    padding: 3px 1px 0 5px;
    text-align: left;
    letter-spacing: 0;
}
#smart_editor2 .se2_qe11_1 .se2_add {
    position: absolute;
    top: 2px;
    right: 3px;
    width: 13px;
    height: 8px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -86px -54px
        no-repeat;
}
#smart_editor2 .se2_qe11_1 .se2_del {
    position: absolute;
    top: 10px;
    right: 3px;
    width: 13px;
    height: 8px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -86px -62px
        no-repeat;
}
#smart_editor2 .se2_qe11_2 {
    float: left;
    width: 67px;
}
#smart_editor2 .se2_qe11_2 dt {
    float: left;
    width: 47px;
    margin: 5px 0 0;
}
#smart_editor2 .se2_qe11_2 dd {
    position: relative;
    float: left;
    width: 20px;
}
#smart_editor2 .se2_qe12 {
    float: left;
    width: 166px;
    margin: 3px 0 0;
    padding: 7px 0 0;
    background: url(../images/vendor/smartEditor2/bg_line1.gif) repeat-x;
}
#smart_editor2 .se2_qe12 dt {
    float: left;
    margin: 5px 4px 0 0;
}
#smart_editor2 .se2_qe12 dd {
    float: left;
    padding: 0 0 6px;
}
#smart_editor2 .se2_qe12 .se2_align0 {
    float: left;
    width: 19px;
    height: 21px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -276px -121px
        no-repeat;
}
#smart_editor2 .se2_qe12 .se2_align1 {
    float: left;
    width: 19px;
    height: 21px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -295px -121px
        no-repeat;
}
#smart_editor2 .se2_qe12 .se2_align2 {
    float: left;
    width: 20px;
    height: 21px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -314px -121px
        no-repeat;
}
#smart_editor2 .se2_qe13 {
    position: relative;
    z-index: 10;
    zoom: 1;
}
#smart_editor2 .se2_qe13 dt {
    float: left;
    width: 62px;
    padding: 3px 0 0;
}
#smart_editor2 .se2_qe13 dt input {
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: -1px 1px 1px -1px;
    vertical-align: middle;
}
#smart_editor2 .se2_qe13 dt .se2_qdim2 {
    width: 32px;
}
#smart_editor2 .se2_qe13 dd .se2_select_ty1 {
    width: 38px;
}
#smart_editor2 .se2_qe13 dd .se2_select_ty1 span {
    width: 15px;
}
#smart_editor2 .se2_qe13 dd .input_ty1 {
    width: 20px;
}
#smart_editor2 .se2_qe13 dd .se2_palette2 .input_ty1 {
    width: 67px;
}
#smart_editor2 .se2_qe13 .se2_layer_b_style {
    right: -2px;
}
#smart_editor2 .se2_qe13 .se2_layer_b_style li span {
    width: auto;
    margin: 0 4px 0 5px;
    padding-top: 2px;
}
#smart_editor2 .se2_qe13 dd {
    position: relative;
    float: left;
    zoom: 1;
    width: 29px;
    margin-right: 5px;
}
#smart_editor2 .se2_qe13 dd .se2_palette h4 {
    font-family: dotum;
    font-size: 12px;
    margin-top: 9px;
}
#smart_editor2 .se2_qe13 dd.dd_type {
    width: 38px;
}
#smart_editor2 .se2_qe13 dd.dd_type2 {
    width: 37px;
    margin-right: 3px;
}
#smart_editor2 .se2_qe13 dd.dd_type2 .input_ty1 {
    width: 29px;
}
#smart_editor2 .se2_qe13 dd.dd_type2 button {
    right: 2px;
}
#smart_editor2 .se2_qe13 dd.dd_type3 {
    width: 20px;
    margin: 0;
}
#smart_editor2 .se2_qe13_v1 {
    float: left;
    margin: 2px 0 1px;
}
#smart_editor2 .se2_qe13_v1 dt {
    padding: 4px 0 0 1px;
}
#smart_editor2 .se2_qe13_v2 {
    position: relative;
    z-index: 100;
    float: left;
    zoom: 1;
    width: 165px;
    margin: 4px 0 0 1px;
}
#smart_editor2 .se2_qe13_v2 dd {
    width: 18px;
    margin: 0;
}
#smart_editor2 .se2_qeditor .se2_qdim1 {
    position: absolute;
    top: 25px;
    left: 115px;
    clear: both;
    width: 60px;
    height: 23px;
    opacity: 0.5;
    background: #fafafa;
    filter: alpha(opacity=50);
}
#smart_editor2 .se2_qeditor .se2_qdim2,
#smart_editor2 .se2_qeditor .se2_qdim3 {
    height: 22px;
    opacity: 0.5;
    background: #fafafa;
    filter: alpha(opacity=50);
    position: absolute;
    clear: both;
    top: 55px;
    z-index: 110;
}
#smart_editor2 .se2_qeditor .se2_qdim2 {
    left: 24px;
    width: 70px;
}
#smart_editor2 .se2_qeditor .se2_qdim3 {
    left: 118px;
    width: 56px;
}
#smart_editor2 .se2_qeditor .se2_qdim4 {
    position: absolute;
    z-index: 35;
    top: 81px;
    left: 23px;
    clear: both;
    width: 116px;
    height: 35px;
    opacity: 0.5;
    background: #fafafa;
    filter: alpha(opacity=50);
}
#smart_editor2 .se2_qeditor .se2_qdim5 {
    position: absolute;
    top: 31px;
    left: 106px;
    clear: both;
    width: 68px;
    height: 26px;
    opacity: 0.5;
    background: #fafafa;
    filter: alpha(opacity=50);
}
#smart_editor2 .se2_qeditor .se2_qdim6c,
#smart_editor2 .se2_qeditor .se2_qdim6r {
    top: 25px;
    width: 29px;
    height: 23px;
    background: #fafafa;
    clear: both;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
}
#smart_editor2 .se2_qeditor .se2_qdim6c {
    left: 28px;
}
#smart_editor2 .se2_qeditor .se2_qdim6r {
    left: 57px;
}
#smart_editor2 .se2_highedit {
    float: right;
    width: 56px;
    height: 21px;
    margin: -27px 8px 0 0;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -329px -142px
        no-repeat;
}
#smart_editor2 .se2_qeditor .se2_qdim7 {
    position: absolute;
    z-index: 110;
    top: 55px;
    left: 24px;
    clear: both;
    width: 150px;
    height: 48px;
    opacity: 0.5;
    background: #fafafa;
    filter: alpha(opacity=50);
}
#smart_editor2 .se2_qeditor .se2_qdim8 {
    position: absolute;
    z-index: 110;
    top: 105px;
    left: 24px;
    clear: both;
    width: 150px;
    height: 37px;
    opacity: 0.5;
    background: #fafafa;
    filter: alpha(opacity=50);
}
#smart_editor2 .se2_qeditor .se2_qdim10,
#smart_editor2 .se2_qeditor .se2_qdim11,
#smart_editor2 .se2_qeditor .se2_qdim9 {
    z-index: 110;
    top: 55px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #fafafa;
    position: absolute;
    clear: both;
}
#smart_editor2 .se2_qeditor .se2_qdim9 {
    left: 111px;
    width: 65px;
    height: 24px;
}
#smart_editor2 .se2_qeditor .se2_qdim10 {
    left: 100px;
    width: 77px;
    height: 24px;
}
#smart_editor2 .se2_qeditor .se2_qdim11 {
    left: 65px;
    width: 115px;
    height: 24px;
}
#smart_editor2 .se2_accessibility {
    z-index: 90;
}
#smart_editor2 .se2_accessibility .se2_in_layer {
    width: 568px;
    padding: 0 10px;
    border: 1px solid #bcbbbb;
    background: #fafafa;
}
#smart_editor2 .se2_accessibility h3 {
    font-size: 12px;
    line-height: 14px;
    margin: 0 -10px;
    padding: 6px 0 12px;
    letter-spacing: -1px;
    background: url(../images/vendor/smartEditor2/bg_find_h3.gif) repeat-x;
}
#smart_editor2 .se2_accessibility h3 strong {
    display: inline-block;
    padding: 4px 0 3px 11px;
    letter-spacing: 0;
    color: #333;
}
#smart_editor2 .se2_accessibility .se2_close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 13px;
    height: 12px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -155px -5px
        no-repeat;
}
#smart_editor2 .se2_accessibility .box_help {
    margin-top: 8px;
    padding: 0 2px;
    background: url(../images/vendor/smartEditor2/bg_help.gif) 0 100% no-repeat;
}
#smart_editor2 .se2_accessibility .box_help div {
    overflow: hidden;
    padding: 20px 21px 24px;
    color: #333;
    border-top: 1px solid #d0d0d0;
}
#smart_editor2 .se2_accessibility .box_help strong {
    display: block;
    margin-bottom: 2px;
}
#smart_editor2 .se2_accessibility .box_help p {
    line-height: 1.5;
    margin-bottom: 28px;
}
#smart_editor2 .se2_accessibility .box_help ul {
    width: 150%;
    margin-top: 10px;
}
#smart_editor2 .se2_accessibility .box_help li {
    line-height: 1;
    position: relative;
    float: left;
    width: 252px;
    margin-right: 40px;
    padding: 5px 0 5px 9px;
    border-right: 1px solid #f0f0f0;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -475px -51px
        no-repeat;
}
#smart_editor2 .se2_accessibility .box_help li span {
    line-height: 1.2;
    position: absolute;
    top: 4px;
    left: 138px;
}
#smart_editor2 .se2_accessibility .se2_btns {
    padding: 9px 0 10px;
    text-align: center;
}
#smart_editor2 .se2_accessibility .se2_btns .se2_close2 {
    width: 39px;
    height: 24px;
    background: url(../images/vendor/smartEditor2/ko_KR/btn_set.png?130306) -235px -120px
        no-repeat;
}
.se2_outputarea,
.se2_outputarea td,
.se2_outputarea th {
    font-family: "돋움", Dotum, "굴림", Gulim, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #666;
}
.se2_outputarea p {
    margin: 0;
    padding: 0;
}
.se2_outputarea a:link {
    color: #00f;
}
.se2_outputarea ul {
    margin: 0 0 0 40px;
    padding: 0;
}
.se2_outputarea ul li {
    margin: 0;
    padding: 0;
    list-style-type: disc;
}
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: 0.3em;
}
.se2_outputarea ul ul li {
    list-style-type: circle;
}
.se2_outputarea ul ul ul li {
    list-style-type: square;
}
.se2_outputarea fieldset,
.se2_outputarea img {
    border: 0;
}
@font-face {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/font-awesome-4.7.0/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/font-awesome-4.7.0/fontawesome-webfont.eot?#iefix&v=4.7.0)
            format("embedded-opentype"),
        url(../fonts/font-awesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0)
            format("woff2"),
        url(../fonts/font-awesome-4.7.0/fontawesome-webfont.woff?v=4.7.0)
            format("woff"),
        url(../fonts/font-awesome-4.7.0/fontawesome-webfont.ttf?v=4.7.0)
            format("truetype"),
        url(../fonts/font-awesome-4.7.0/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
            format("svg");
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    margin-left: 2.14285714em;
    padding-left: 0;
    list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    top: 0.14285714em;
    left: -2.14285714em;
    width: 2.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right,
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    line-height: 2em;
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}
#ui-datepicker-div {
    z-index: 100 !important;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    width: 95%;
    color: inherit;
    border: none;
    border-bottom: solid 1px #555;
    outline: 0;
    background: 0 0;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
    border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
    direction: rtl;
}
.ui-timepicker-rtl dl {
    padding: 0 5px 0 0;
    text-align: right;
}
.ui-timepicker-rtl dl dt {
    float: right;
    clear: right;
}
.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px;
}
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    display: block;
    padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
    text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
    display: inline-block;
    margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
    display: inline-block;
    content: ":";
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before {
    display: inline-block;
    content: ".";
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
    display: none;
}
.cms-form-address div {
    margin-top: 2px;
}
.cms-form-address .form-control {
    margin: 0 !important;
}
.cms-form-locales .cms-form-locales-block,
div.forms-locales .input-group {
    margin-top: 2px;
}
.cms-form-address .btn-default {
    background-color: #fff;
}
div.forms-inputs .define-item {
    display: none !important;
}
div.forms-inputs .input-group {
    margin-bottom: 2px;
}
div.forms-inputs .input-group:last-child {
    margin-bottom: 0;
}
div.forms-inputs .input-group.empty-value {
    display: block;
}
div.forms-inputs .input-group.empty-value input {
    display: block !important;
}
div.forms-inputs .input-group.empty-value .input-group-btn,
div.forms-locales .define-item {
    display: none;
}
input.forms-date,
input.forms-date-range {
    display: none !important;
}
div.forms-locales select {
    margin-bottom: 6px;
}
div.forms-date input {
    padding-left: 30px;
    background-image: url(../images/components/cms/forms/date/date.png);
    background-repeat: no-repeat;
    background-position: 6px 50%;
}
div.forms-date .form-control {
    width: 100%;
}
div.forms-date-range {
    overflow: hidden;
}
div.forms-date-range > div {
    position: relative;
    overflow: hidden;
    margin: 0 -10px;
}
div.forms-date-range > div > div {
    float: left;
    width: 50%;
    padding: 0 10px;
}
div.forms-date-range > div > span {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 20px;
    height: 14px;
    margin: -7px 0 0 -10px;
    text-align: center;
    color: #333;
}
div.forms-date-range > div > input,
input.forms-time,
input.forms-time-range {
    display: none !important;
}
div.forms-time {
    overflow: hidden;
}
div.forms-time > div {
    overflow: hidden;
    margin: 0 -2px;
}
div.forms-time > div > div {
    float: left;
    padding: 0 2px;
}
div.forms-time.forms-time-hms > div > div {
    width: 33.33%;
}
div.forms-time.forms-time-hm > div > div {
    width: 50%;
}
div.forms-time .form-control,
div.forms-time.forms-time-h > div > div {
    width: 100%;
}
div.forms-time-range {
    overflow: hidden;
}
div.forms-time-range > div {
    position: relative;
    overflow: hidden;
    margin: 0 -10px;
}
div.forms-time-range > div > div {
    float: left;
    width: 50%;
    padding: 0 10px;
}
div.forms-date-time-range > div > span,
div.forms-time-range > div > span {
    line-height: 14px;
    position: absolute;
    left: 50%;
    width: 20px;
    color: #333;
    text-align: center;
    top: 50%;
}
div.forms-time-range > div > span {
    font-size: 12px;
    display: inline-block;
    height: 14px;
    margin: -7px 0 0 -10px;
}
div.forms-time-range > div > input,
input.forms-time-ranges {
    display: none !important;
}
div.forms-time-ranges > div > div {
    display: table;
    margin-top: 4px;
    border-collapse: separate;
}
div.forms-time-ranges > div > div:first-child {
    margin-top: 0;
}
div.forms-time-ranges > div > div .forms-time-range {
    display: table-cell;
}
div.forms-time-ranges > div > div > span {
    display: table-cell;
    width: 1%;
    height: 100%;
    padding-left: 4px;
    vertical-align: middle;
    white-space: nowrap;
}
div.forms-time-ranges > div > div > span .btn {
    height: 100%;
}
.forms-time-ranges-add > span {
    visibility: hidden;
}
.forms-time-ranges-part-result {
    display: none;
}
input.forms-date-time {
    display: none !important;
}
div.forms-date-time {
    overflow: hidden;
}
div.forms-date-time > div {
    overflow: hidden;
    margin: 0 -2px;
}
div.forms-date-time > div > input {
    display: none;
}
div.forms-date-time > div > div {
    float: left;
    width: 60%;
    padding: 0 2px;
}
div.forms-date-time > div .forms-date {
    width: 40%;
}
div.forms-date-time > div .forms-time {
    width: 60%;
}
div.forms-date-time .form-control {
    width: 100%;
}
input.forms-date-time-range {
    display: none !important;
}
div.forms-date-time-range {
    overflow: hidden;
}
div.forms-date-time-range > div {
    position: relative;
    overflow: hidden;
    margin: 0 -10px;
}
div.forms-date-time-range > div > div {
    float: left;
    width: 50%;
    padding: 0 10px;
}
div.forms-date-time-range > div > span {
    font-size: 12px;
    display: inline-block;
    height: 14px;
    margin: -7px 0 0 -10px;
}
div.forms-date-time-range > div > input {
    display: none !important;
}
div.forms-auth {
    padding: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background-color: #f8f8f8;
}
div.forms-auth div.forms-checkbox,
div.forms-auth div.forms-radio {
    display: block;
}
div.forms-auth div.forms-radio {
    margin: 0;
}
div.forms-auth div.forms-checkbox {
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #e8e8e8;
}
.cms-board-md-default-list {
    margin: 12px 0;
    border-bottom: 1px solid #f2f2f2;
}
.cms-board-md-default-list a {
    font-size: 14px;
    line-height: 1.25;
    display: table;
    width: 100%;
    padding: 11px 15px;
    letter-spacing: -1px;
    color: #7d7d7d;
    border-top: 1px solid #f2f2f2;
}
.cms-board-md-default-list a:visited .cms-board-md-default-list-title strong {
    color: #999;
}
.cms-board-md-default-list a:focus .cms-board-md-default-list-title strong,
.cms-board-md-default-list a:hover .cms-board-md-default-list-title strong {
    font-weight: 600;
}
.cms-board-md-default-list > ol {
    background: #fff;
}
.cms-board-md-default-list > ol ol .cms-board-md-default-list-title {
    padding-left: 12px;
    background: url(../images/components/cms/module/board/default/title.png) 0
        5px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-list > ol ol .cms-board-md-default-list-title {
        background-image: url(../images/components/cms/module/board/default/titlex2.png);
        background-size: 8px 11px;
    }
}
.cms-board-md-default-list > ol ol .cms-board-md-default-list-title span {
    font-weight: 600;
    color: #3f63bf;
}
.cms-board-md-default-list-important {
    background: #fbfbfb !important;
}
.cms-board-md-default-list-image,
.cms-board-md-default-list-wrap {
    position: relative;
    display: table-cell;
    height: 75px;
    vertical-align: middle;
}
.cms-board-md-default-list-image {
    width: 110px;
}
.cms-board-md-default-list-image span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/components/cms/module/board/default/list-image.png)
        50% 50% no-repeat #d8d8d8;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-list-image span {
        background-image: url(../images/components/cms/module/board/default/list-imagex2.png);
        background-size: 50px 40px;
    }
}
.cms-board-md-default-list-image::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.cms-board-md-default-list-wrap {
    padding: 0 0 0 13px;
}
.cms-board-md-default-list-title {
    margin-bottom: 3px;
}
.cms-board-md-default-list-title strong {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.278;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cms-board-md-default-list-title .label {
    padding: 0.2em 0.6em;
    vertical-align: middle;
}
.cms-board-md-default-list-content {
    display: none;
}
.cms-board-md-default-list-name {
    font-style: normal;
    display: inline-block;
}
.cms-board-md-default-list-comment,
.cms-board-md-default-list-hit {
    display: none;
}
.cms-board-md-default-list-date {
    display: inline-block;
    margin-left: 5px;
    padding-left: 15px;
    color: #3f63bf;
    background: url(../images/components/cms/module/board/default/date.png) 0
        2px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-list-date {
        background-image: url(../images/components/cms/module/board/default/datex2.png);
        background-size: 12px 12px;
    }
}
.cms-board-md-default-read {
    margin: 12px 0;
}
.cms-board-md-default-read-title {
    font-size: 16px;
    line-height: 1.3em;
    padding: 18px;
    color: #000;
    border-top: 2px solid #3f63bf;
    background: #f8f8f8;
}
.cms-board-md-default-read-title .label {
    padding: 0.2em 0.6em;
    vertical-align: middle;
}
.cms-board-md-default-read-info {
    padding: 12px 18px;
    border-bottom: 1px solid #d9d9d9;
}
.cms-board-md-default-read-content {
    margin: 20px 20px 60px;
}
.cms-board-md-default-read-name {
    font-style: normal;
    display: inline-block;
    padding-left: 25px;
    background: url(../images/components/cms/module/board/default/name.png) 0
        2px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-read-name {
        background-image: url(../images/components/cms/module/board/default/namex2.png);
        background-size: 20px 16px;
    }
}
.cms-board-md-default-read-comment,
.cms-board-md-default-read-hit {
    display: inline-block;
    margin-left: 6px;
    padding-left: 7px;
    background: url(../images/components/cms/module/board/default/info.png) 0
        50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-read-comment,
    .cms-board-md-default-read-hit {
        background-image: url(../images/components/cms/module/board/default/infox2.png);
        background-size: 1px 11px;
    }
}
.cms-board-md-default-read-comment em,
.cms-board-md-default-read-hit em {
    font-style: normal;
    color: #ef624e;
}
.cms-board-md-default-read-date {
    display: inline-block;
    margin-left: 5px;
    padding-left: 15px;
    color: #3f63bf;
    background: url(../images/components/cms/module/board/default/date.png) 0
        4px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-read-date {
        background-image: url(../images/components/cms/module/board/default/datex2.png);
        background-size: 12px 12px;
    }
}
.cms-board-md-default-read-comment-list {
    margin: 30px 0 0;
    border-top: 1px solid #c7c7c7;
}
.cms-board-md-default-read-comment-list > ol {
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}
.cms-board-md-default-read-comment-list > ol li > div {
    font-size: 12px;
    line-height: 1.5em;
    padding: 12px 20px 10px;
    color: #444;
    border-top: 1px solid #ddd;
}
.cms-board-md-default-read-comment-list
    > ol
    ol
    .cms-board-md-default-read-comment-list-content {
    padding-left: 20px;
    background: url(../images/components/cms/module/board/default/title.png) 6px
        4px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-read-comment-list
        > ol
        ol
        .cms-board-md-default-read-comment-list-content {
        background-image: url(../images/components/cms/module/board/default/titlex2.png);
        background-size: 8px 11px;
    }
}
.cms-board-md-default-read-comment-list
    > ol
    ol
    .cms-board-md-default-read-comment-list-content
    span {
    font-weight: 600;
    color: #3f63bf;
}
.cms-board-md-default-read-comment-list
    > ol
    .cms-board-md-default-read-comment-list-form
    div {
    display: block;
    margin: 0;
    padding-top: 12px;
    padding-left: 40px;
    border-top: 1px solid #ddd;
    background: url(../images/components/cms/module/board/default/title.png)
        26px 23px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-read-comment-list
        > ol
        .cms-board-md-default-read-comment-list-form
        div {
        background-image: url(../images/components/cms/module/board/default/titlex2.png);
        background-size: 8px 11px;
    }
}
.cms-board-md-default-read-comment-list
    > ol
    .cms-board-md-default-read-comment-list-form
    button {
    top: 12px;
}
.cms-board-md-default-read-comment-list-header {
    font-size: 11px;
    line-height: 20px;
    padding: 25px 0 0 19px;
    color: #999;
}
.cms-board-md-default-read-comment-list-header strong {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-right: 4px;
    padding-right: 8px;
    color: #3f63bf;
    background: url(../images/components/cms/module/board/default/read-comment-list-header.png)
        100% 4px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-read-comment-list-header strong {
        background-image: url(../images/components/cms/module/board/default/read-comment-list-headerx2.png);
        background-size: 1px 11px;
    }
}
.cms-board-md-default-read-comment-list-header em {
    font-weight: 600;
    font-style: normal;
    color: #3f63bf;
}
.cms-board-md-default-read-comment-list-form div {
    position: relative;
    margin: 7px 0 0;
    padding: 0 86px 0 10px;
}
.cms-board-md-default-read-comment-list-form textarea {
    font-size: 12px;
    line-height: 1.4em;
    height: 55px;
    padding: 8px 12px;
    resize: none;
    border-right: none;
    border-radius: 6px 0 0 6px;
}
.cms-board-md-default-read-comment-list-form button {
    position: absolute;
    top: 0;
    right: 10px;
    min-width: 78px;
    height: 55px;
}
.cms-board-md-default-read-comment-list-form span {
    font-size: 11px;
    line-height: 31px;
    display: block;
    padding: 0 0 0 20px;
    color: #999;
}
.cms-board-md-default-read-comment-list-form span strong {
    font-weight: 600;
}
.cms-board-md-default-read-comment-list-info {
    position: relative;
    display: block;
    margin: 0 0 4px;
}
.cms-board-md-default-read-comment-list-name {
    font-weight: 600;
    margin-right: 4px;
    color: #008cc5;
}
.cms-board-md-default-read-comment-list-date {
    font-size: 11px;
    color: #999;
}
.cms-board-md-default-read-comment-list-reply {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    background: url(../images/components/cms/module/board/default/read-comment-list-reply.png)
        50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-read-comment-list-reply {
        background-image: url(../images/components/cms/module/board/default/read-comment-list-replyx2.png);
        background-size: 9px 11px;
    }
}
.cms-board-md-default-read-comment-list-fn {
    position: absolute;
    top: 0;
    right: 0;
}
.cms-board-md-default-read-comment-list-content {
    display: block;
}
.cms-board-md-default-read-comment-list-mine {
    background: #f5ffee;
}
.cms-board-md-default-read-related {
    margin-bottom: 24px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #fff;
}
.cms-board-md-default-read-related > ol > li:first-child > a {
    border-top: none;
}
.cms-board-md-default-read-related
    > ol
    ol
    .cms-board-md-default-read-related-title {
    padding-left: 12px;
    background: url(../images/components/cms/module/board/default/title.png) 0
        9px no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .cms-board-md-default-read-related
        > ol
        ol
        .cms-board-md-default-read-related-title {
        background-image: url(../images/components/cms/module/board/default/titlex2.png);
        background-size: 8px 11px;
    }
}
.cms-board-md-default-read-related
    > ol
    ol
    .cms-board-md-default-read-related-title
    > span
    span {
    font-weight: 600;
    color: #3f63bf;
}
.cms-board-md-default-read-related a {
    font-size: 11px;
    line-height: 30px;
    display: table;
    width: 100%;
    text-align: center;
    color: #898989;
    border-top: 1px solid #e8e8e8;
}
.cms-board-md-default-read-related a > * {
    display: table-cell;
}
.cms-board-md-default-read-related
    a:focus
    .cms-board-md-default-read-related-title,
.cms-board-md-default-read-related
    a:hover
    .cms-board-md-default-read-related-title {
    font-weight: 700;
}
.cms-board-md-default-read-related-label {
    width: 70px;
}
.cms-board-md-default-read-related-label i {
    margin-left: 2px;
    color: #ef624e;
}
.cms-board-md-default-read-related-title {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.cms-board-md-default-read-related-title > span {
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cms-board-md-default-read-related-date,
.cms-board-md-default-read-related-name {
    display: none !important;
}
.cms-board-md-default-read-related-active
    .cms-board-md-default-read-related-title {
    font-weight: 700;
}
.cms-board-md-default-read-btns {
    margin: 12px 0;
    text-align: center;
}
.cms-board-md-gallery-list {
    margin: 12px 0;
}
.cms-board-md-gallery-list ol {
    list-style-type: none;
}
.cms-board-md-gallery-list ol li {
    margin: 0 0 8px;
}
.cms-board-md-gallery-list ol li a {
    position: relative;
    display: block;
    height: 410px;
    padding: 8px 8px 56px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.cms-board-md-gallery-list ol li a:focus,
.cms-board-md-gallery-list ol li a:hover {
    border-color: #666;
}
.cms-board-md-gallery-list-image {
    position: relative;
    width: 100%;
    height: 180px;
    text-align: center;
    background-color: #ccc;
    background-image: url(../images/part/list-image.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.cms-board-md-gallery-list-image::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.cms-board-md-default-list-item-content {
    padding: 8px 8px 0;
}
.cms-board-md-default-list-item-type {
    font-size: 12px;
    position: relative;
    display: inline-block;
    clear: both;
    text-transform: uppercase;
    color: #ef624e;
}
.cms-board-md-default-list-item-type:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    clear: both;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #000;
}
.cms-board-md-default-list-item-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    display: -webkit-box;
    clear: both;
    overflow: hidden;
    height: 36px;
    margin: 20px 0 2px;
    text-overflow: ellipsis;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cms-board-md-default-list-item-content-inner {
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    overflow: hidden;
    height: 72px;
    text-align: left;
    text-overflow: ellipsis;
    color: #aaa;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.cms-board-md-default-list-item-footer {
    font-size: 11px;
    line-height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 48px;
    padding-left: 55px;
    color: #666;
    border-top: 1px solid #ededed;
    background: url(../images/components/cms/module/board/gallery/list-link-bg.png)
        20px 50% no-repeat;
}
.cms-board-md-default-list-item-date {
    margin-left: 7px;
    padding-left: 7px;
    color: #999;
    background: url(../images/components/cms/module/board/gallery/bar.png) 0 50%
        no-repeat;
}
.cms-calendar-md .cms-calendar-md-month {
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #e6e6e6;
    background-color: #4b516a;
}
.cms-calendar-md .cms-calendar-md-month .cms-calendar-md-prev-month {
    line-height: 21px;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    color: #e6e6e6;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: #4b516a;
    -webkit-box-shadow: -1px 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: -1px 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.cms-calendar-md .cms-calendar-md-month .cms-calendar-md-next-month {
    line-height: 21px;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-left: 10px;
    color: #e6e6e6;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: #4b516a;
    -webkit-box-shadow: -1px 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: -1px 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.cms-calendar-md .cms-calendar-md-month .cms-calendar-md-title-month {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.cms-calendar-md .cms-calendar-md-month .cms-calendar-md-today {
    font-size: 11px;
    line-height: 21px;
    display: inline-block;
    height: 21px;
    padding: 0 6px;
    color: #e6e6e6;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: #4b516a;
    -webkit-box-shadow: -1px 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: -1px 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.cms-calendar-md table {
    width: 100%;
    table-layout: auto;
    border-collapse: separate;
    border: 1px solid #bcbcbc;
    border-bottom: none;
}
.cms-calendar-md table td,
.cms-calendar-md table th {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    width: 142px;
    text-overflow: clip;
    word-break: break-all;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.cms-calendar-md table td:first-child,
.cms-calendar-md table th:first-child {
    border-left: none;
}
.cms-calendar-md table th {
    text-align: center;
    vertical-align: middle;
}
.cms-calendar-md table td {
    vertical-align: top;
}
.cms-calendar-md table thead td,
.cms-calendar-md table thead th {
    font-weight: 700;
    height: 28px;
    text-transform: uppercase;
    color: #666;
}
.cms-calendar-md table thead td span,
.cms-calendar-md table thead th span {
    font-weight: 400;
    color: #b0b0b0;
}
.cms-calendar-md table tbody tr td,
.cms-calendar-md table tbody tr th {
    position: relative;
    padding: 0 0 2px;
    background-color: #fff;
}
.cms-calendar-md table tbody tr td > div,
.cms-calendar-md table tbody tr th > div {
    min-height: 150px;
}
.cms-calendar-md table tbody tr td sub,
.cms-calendar-md table tbody tr th sub {
    font-weight: 700;
    display: block;
    padding-top: 14px;
    padding-bottom: 30px;
    padding-left: 15px;
    font-size: 13px;
    letter-spacing: -0.06em;
}
.cms-calendar-md table tbody tr td .schedules,
.cms-calendar-md table tbody tr th .schedules {
    min-height: 85px;
}
.cms-calendar-md table tbody tr td .schedule,
.cms-calendar-md table tbody tr th .schedule {
    font-size: 11px;
    line-height: 27px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 27px;
    margin: 2px 0 0;
    padding: 0;
    text-indent: 0;
    color: #4b525f;
    border-top: 1px solid #a9b0be;
    border-bottom: 1px solid #a9b0be;
    background-color: #f2f4f8;
}
.cms-calendar-md table tbody tr td .schedule .schedule-title,
.cms-calendar-md table tbody tr th .schedule .schedule-title {
    overflow-y: hidden;
    height: 27px;
    text-align: left;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-indent: -9999px;
    padding-left: 10px;
}
.cms-calendar-md table tbody tr td .schedule.first .schedule-title,
.cms-calendar-md table tbody tr th .schedule.first .schedule-title {
    text-indent: 0;
}
.cms-calendar-md table tbody tr td .schedule .schedule-title::-webkit-scrollbar,
.cms-calendar-md
    table
    tbody
    tr
    th
    .schedule
    .schedule-title::-webkit-scrollbar {
    display: none;
}
.cms-calendar-md table tbody tr td .schedule .icon,
.cms-calendar-md table tbody tr th .schedule .icon {
    line-height: 27px;
    margin-top: -2px;
    margin-right: 2px;
    margin-left: 5px;
    vertical-align: middle;
}
.cms-calendar-md table tbody tr td .schedule.first.last,
.cms-calendar-md table tbody tr td .schedule.week-first,
.cms-calendar-md table tbody tr th .schedule.first.last,
.cms-calendar-md table tbody tr th .schedule.week-first {
    font-size: 11px;
    z-index: 10;
    text-indent: 0;
    border-right: 1px solid #a9b0be;
    border-left: 1px solid #a9b0be;
    border-radius: 3px;
}
.cms-calendar-md table tbody tr td .schedule.first,
.cms-calendar-md table tbody tr th .schedule.first {
    font-size: 11px;
    z-index: 10;
    text-indent: 0;
    border-right: none;
    border-left: 1px solid #a9b0be;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.cms-calendar-md table tbody tr td .schedule.last,
.cms-calendar-md table tbody tr th .schedule.last {
    border-right: 1px solid #a9b0be;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.1);
}
.cms-calendar-md table tbody tr td .schedule.block-1,
.cms-calendar-md table tbody tr th .schedule.block-1 {
    visibility: visible;
    width: -webkit-calc(99%);
    width: calc(100%);
}
.cms-calendar-md table tbody tr td .schedule.block-1.first.last,
.cms-calendar-md table tbody tr th .schedule.block-1.first.last {
    visibility: visible;
    width: -webkit-calc(99%);
    width: calc(99%);
}
.cms-calendar-md table tbody tr td .schedule.block-1.first,
.cms-calendar-md table tbody tr th .schedule.block-1.first {
    width: 100%;
}
.cms-calendar-md table tbody tr td .schedule.block-1.last,
.cms-calendar-md table tbody tr th .schedule.block-1.last {
    width: calc(99%);
}
.cms-calendar-md table tbody tr td .schedule.block-1 .pre-content,
.cms-calendar-md table tbody tr th .schedule.block-1 .pre-content {
    width: 200%;
}
.cms-calendar-md table tbody tr td .schedule.block-2,
.cms-calendar-md table tbody tr th .schedule.block-2 {
    visibility: visible;
    width: -webkit-calc(200%);
    width: calc(200%);
}
.cms-calendar-md table tbody tr td .schedule.block-2 .pre-content,
.cms-calendar-md table tbody tr th .schedule.block-2 .pre-content {
    width: 100%;
}
.cms-calendar-md table tbody tr td .schedule.block-3,
.cms-calendar-md table tbody tr th .schedule.block-3 {
    visibility: visible;
    width: -webkit-calc(301%);
    width: calc(301%);
}
.cms-calendar-md table tbody tr td .schedule.block-3 .pre-content,
.cms-calendar-md table tbody tr th .schedule.block-3 .pre-content {
    width: 66.66666667%;
}
.cms-calendar-md table tbody tr td .schedule.block-4,
.cms-calendar-md table tbody tr th .schedule.block-4 {
    visibility: visible;
    width: -webkit-calc(401%);
    width: calc(401%);
}
.cms-calendar-md table tbody tr td .schedule.block-4 .pre-content,
.cms-calendar-md table tbody tr th .schedule.block-4 .pre-content {
    width: 50%;
}
.cms-calendar-md table tbody tr td .schedule.block-5,
.cms-calendar-md table tbody tr th .schedule.block-5 {
    visibility: visible;
    width: -webkit-calc(502%);
    width: calc(502%);
}
.cms-calendar-md table tbody tr td .schedule.block-5 .pre-content,
.cms-calendar-md table tbody tr th .schedule.block-5 .pre-content {
    width: 40%;
}
.cms-calendar-md table tbody tr td .schedule.block-6,
.cms-calendar-md table tbody tr th .schedule.block-6 {
    visibility: visible;
    width: -webkit-calc(603%);
    width: calc(603%);
}
.cms-calendar-md table tbody tr td .schedule.block-6 .pre-content,
.cms-calendar-md table tbody tr th .schedule.block-6 .pre-content {
    width: 33.33333333%;
}
.cms-calendar-md table tbody tr td .schedule.block-7,
.cms-calendar-md table tbody tr th .schedule.block-7 {
    visibility: visible;
    width: -webkit-calc(704%);
    width: calc(704%);
}
.cms-calendar-md table tbody tr td .schedule.block-7 .pre-content,
.cms-calendar-md table tbody tr th .schedule.block-7 .pre-content {
    width: 28.57142857%;
}
.cms-calendar-md table tbody tr td .schedule .pre-content,
.cms-calendar-md table tbody tr th .schedule .pre-content {
    z-index: 20;
    display: none;
    width: 284px !important;
    height: 111px;
    padding: 10px 5px;
    border: 1px solid #666f80;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 500px) {
    .cms-calendar-md table tbody tr td .schedule .pre-content,
    .cms-calendar-md table tbody tr th .schedule .pre-content {
        width: 204px !important;
    }
}
.cms-calendar-md table tbody tr td .schedule .pre-content:after,
.cms-calendar-md table tbody tr th .schedule .pre-content:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    clear: both;
    width: 100%;
    height: 10px;
    content: "";
    background: url(../images/module/calendar/pre-box.png) 25px 0 no-repeat;
}
.cms-calendar-md table tbody tr td .schedule .pre-content .title,
.cms-calendar-md table tbody tr th .schedule .pre-content .title {
    font-size: 12px;
    font-weight: 700;
    overflow-y: hidden;
    height: 25px;
    padding: 0 0 0 5px;
    color: #aaa;
    text-indent: 0 !important;
}
.cms-calendar-md table tbody tr td .schedule .pre-content .pre,
.cms-calendar-md table tbody tr th .schedule .pre-content .pre {
    line-height: 1.7;
    overflow: hidden;
    height: 56px;
    padding: 0 6px 0 30px;
}
.cms-calendar-md table tbody tr td .schedule .pre-content p,
.cms-calendar-md table tbody tr th .schedule .pre-content p {
    font-size: 11px;
    line-height: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    color: #ccc;
}
.cms-calendar-md table tbody tr td .schedule .pre-content .link-style,
.cms-calendar-md table tbody tr th .schedule .pre-content .link-style {
    font-size: 11px;
    line-height: 1.2;
    position: absolute;
    bottom: 6px;
    margin-left: 30px;
}
.cms-calendar-md table tbody tr td .schedule.active,
.cms-calendar-md table tbody tr td .schedule.on,
.cms-calendar-md table tbody tr td .schedule:focus,
.cms-calendar-md table tbody tr td .schedule:hover,
.cms-calendar-md table tbody tr th .schedule.active,
.cms-calendar-md table tbody tr th .schedule.on,
.cms-calendar-md table tbody tr th .schedule:focus,
.cms-calendar-md table tbody tr th .schedule:hover {
    overflow: visible;
}
.cms-calendar-md table tbody tr td .schedule.active .pre-content,
.cms-calendar-md table tbody tr td .schedule.on .pre-content,
.cms-calendar-md table tbody tr td .schedule:focus .pre-content,
.cms-calendar-md table tbody tr td .schedule:hover .pre-content,
.cms-calendar-md table tbody tr th .schedule.active .pre-content,
.cms-calendar-md table tbody tr th .schedule.on .pre-content,
.cms-calendar-md table tbody tr th .schedule:focus .pre-content,
.cms-calendar-md table tbody tr th .schedule:hover .pre-content {
    position: absolute;
    top: -120px;
    left: -1px;
    display: block;
}
.cms-calendar-md table tbody tr td:nth-child(5) .schedule.active .pre-content,
.cms-calendar-md table tbody tr td:nth-child(5) .schedule.on .pre-content,
.cms-calendar-md table tbody tr td:nth-child(5) .schedule:focus .pre-content,
.cms-calendar-md table tbody tr td:nth-child(5) .schedule:hover .pre-content,
.cms-calendar-md table tbody tr th:nth-child(5) .schedule.active .pre-content,
.cms-calendar-md table tbody tr th:nth-child(5) .schedule.on .pre-content,
.cms-calendar-md table tbody tr th:nth-child(5) .schedule:focus .pre-content,
.cms-calendar-md table tbody tr th:nth-child(5) .schedule:hover .pre-content,
.cms-calendar-md table tbody tr td:nth-child(6) .schedule.active .pre-content,
.cms-calendar-md table tbody tr td:nth-child(6) .schedule.on .pre-content,
.cms-calendar-md table tbody tr td:nth-child(6) .schedule:focus .pre-content,
.cms-calendar-md table tbody tr td:nth-child(6) .schedule:hover .pre-content,
.cms-calendar-md table tbody tr th:nth-child(6) .schedule.active .pre-content,
.cms-calendar-md table tbody tr th:nth-child(6) .schedule.on .pre-content,
.cms-calendar-md table tbody tr th:nth-child(6) .schedule:focus .pre-content,
.cms-calendar-md table tbody tr th:nth-child(6) .schedule:hover .pre-content,
.cms-calendar-md table tbody tr td:nth-child(7) .schedule.active .pre-content,
.cms-calendar-md table tbody tr td:nth-child(7) .schedule.on .pre-content,
.cms-calendar-md table tbody tr td:nth-child(7) .schedule:focus .pre-content,
.cms-calendar-md table tbody tr td:nth-child(7) .schedule:hover .pre-content,
.cms-calendar-md table tbody tr th:nth-child(7) .schedule.active .pre-content,
.cms-calendar-md table tbody tr th:nth-child(7) .schedule.on .pre-content,
.cms-calendar-md table tbody tr th:nth-child(7) .schedule:focus .pre-content,
.cms-calendar-md table tbody tr th:nth-child(7) .schedule:hover .pre-content {
    position: absolute;
    top: -120px;
    left: auto;
    right: 1px;
    display: block;
}
.cms-calendar-md table tbody tr .sun sub a {
    color: #ff3000;
}
.cms-calendar-md table tbody tr .disabled {
    background-color: transparent;
}
.cms-calendar-md table tbody tr .disabled sub,
.cms-calendar-md table tbody tr .disabled sub a {
    color: #cccbcb;
}
.cms-calendar-md .table-calendar-detail {
    border: 1px solid #bcbcbc;
    border-bottom: none;
}
.cms-calendar-md .table-calendar-detail .date strong {
    line-height: 46px;
    display: block;
    width: 100%;
    height: 46px;
    padding-left: 20px;
    border-top: 1px solid #e0e0e0;
    background-color: #fff;
}
.cms-calendar-md .table-calendar-detail ul li.active > a,
.cms-calendar-md .table-calendar-detail ul li.on > a {
    background-image: url(../images/module/calendar/detail-list-on.png);
}
.cms-calendar-md .table-calendar-detail ul li.active .pre,
.cms-calendar-md .table-calendar-detail ul li.on .pre {
    display: block;
}
.cms-calendar-md .table-calendar-detail ul li > a {
    line-height: 46px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 46px;
    padding-right: 40px;
    text-overflow: ellipsis;
    border-top: 1px solid #e0e0e0;
    background: url(../images/module/calendar/detail-list.png) 97% 50% no-repeat
        #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cms-calendar-md .table-calendar-detail ul li > a .time {
    display: block;
    float: left;
    width: 100px;
    height: 100%;
    margin-right: 15px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}
.cms-calendar-md .table-calendar-detail ul li .pre {
    display: none;
    padding: 17px 18px;
    border-top: 1px solid #e0e0e0;
}
.cms-calendar-md .table-calendar-detail ul li .pre p {
    font-size: 12px;
    line-height: 16px;
}
.cms-calendar-md .table-calendar-detail ul li .pre p.title {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    color: #444;
}
.cms-calendar-md .table-calendar-detail ul li .pre p.title:after {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #444;
}
.cms-calendar-md .table-calendar-detail ul li .link-style {
    font-size: 12px;
    margin-top: 5px;
}
.cms-calendar-md .calendar-footer {
    height: 48px;
    border: 1px solid #bcbcbc;
    border-top: none;
    background-color: #f9f9f9;
}
.cms-calendar-md .calendar-footer p {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    padding-top: 13px;
    padding-left: 15px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cms-calendar-md .calendar-footer p .icon {
    line-height: 27px;
    margin-top: -2px;
    margin-right: 2px;
    margin-left: 5px;
    vertical-align: middle;
}
.cms-sr-md-list,
.cms-sr-md-list-form {
    margin: 12px 0;
}
.cms-calendar-md .icon {
    display: inline-block;
}
.cms-calendar-md .icon.icon-dday {
    width: 15px;
    height: 15px;
    background: url(../images/components/cms/module/calendar/dday.png) no-repeat;
}
.cms-msg-md-receive-config-state-working {
    cursor: not-allowed !important;
    color: #f39c12;
}
.cms-msg-md-receive-config-state-success {
    color: #00a65a;
}
.cms-msg-md-receive-config-state-error {
    color: #dd4b39;
}
.cms-sr-md-list > ul {
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
}
.cms-sr-md-list > ul > li {
    position: relative;
    height: 201px;
    padding: 10px 47px 80px 314px;
    border-top: 1px solid #ededed;
    background-color: #fff;
}
.cms-sr-md-info-images,
.cms-sr-md-list-images {
    background: url(../images/components/cms/module/sr/info/images.png) 50% 50%
        no-repeat #f8f8f8;
}
.cms-sr-md-list > ul > li:first-child {
    height: 200px;
    border-top: none;
}
.cms-sr-md-list-images {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    overflow: hidden;
    width: 286px;
    height: 180px;
    border-radius: 6px;
}
.cms-sr-md-list-images-content,
.cms-sr-md-list-images-content span {
    display: block;
    width: 100%;
    height: 100%;
}
.cms-sr-md-list-images-content span {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.cms-sr-md-list-images-pager {
    position: absolute;
    z-index: 200;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
}
.cms-sr-md-list-images-pager button {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    border: none;
    border-radius: 100px;
    background-color: #fff;
}
.cms-sr-md-list-images-pager button.active {
    background-color: #fe5339;
}
.cms-sr-md-list-subject {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
    display: block;
    margin: 10px 0 4px -1px;
    letter-spacing: -1px;
    color: #333;
}
.cms-sr-md-list-infos {
    font-family: "돋움", Dotum, "Nanum Gothic", NanumGothic, NanumGothicWeb,
        "Malgun Gothic", MalgunGothic, "맑은고딕", Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}
.cms-sr-md-list-infos li {
    overflow: hidden;
    max-height: 36px;
}
.cms-sr-md-list-btns {
    position: absolute;
    bottom: 20px;
    left: 314px;
}
.cms-sr-md-list-btns .btn {
    margin-right: 2px;
}
.cms-sr-md-list-more-wrap {
    margin: 30px 0;
    text-align: center;
}
.cms-sr-md-list-more {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 19px 37px;
    color: #333;
    border-radius: 100px;
    -webkit-box-shadow: 1px 2px 2px #d8d8d8;
    box-shadow: 1px 2px 2px #d8d8d8;
}
.cms-sr-md-info,
.cms-sr-md-list-form > ul {
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.cms-sr-md-list-more i {
    margin-left: 4px;
}
.cms-sr-md-gallery-list > ul {
    margin: -10px;
}
.cms-sr-md-gallery-list > ul:after {
    display: block;
    clear: both;
    content: "";
}
.cms-sr-md-gallery-list > ul > li {
    float: left;
    width: 33.33%;
    padding: 10px;
    text-align: center;
}
.cms-sr-md-detail-policy p,
.cms-sr-md-info {
    text-align: left;
}
.cms-sr-md-info {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
}
.cms-sr-md-info > div {
    padding: 10px 18px 20px;
}
.cms-sr-md-info .cms-sr-md-info-images {
    border-radius: 0;
}
.cms-sr-md-detail-images,
.cms-sr-md-info-images {
    border-radius: 6px;
    height: 180px;
    position: relative;
}
.cms-sr-md-info-images {
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
}
.cms-sr-md-info-images-content {
    background-color: #f8f8f8;
}
.cms-sr-md-info-images-content,
.cms-sr-md-info-images-content span {
    display: block;
    height: 180px;
}
.cms-sr-md-info-images-content span {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.cms-sr-md-info-images-pager {
    position: absolute;
    z-index: 200;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
}
.cms-sr-md-info-images-pager button {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    border: none;
    border-radius: 100px;
    background-color: #fff;
}
.cms-sr-md-info-images-pager button.active {
    background-color: #fe5339;
}
.cms-sr-md-info-subject {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3em;
    display: block;
    margin: 0 0 10px;
    letter-spacing: -1px;
    color: #333;
}
.cms-sr-md-info-infos {
    font-size: 12px;
    line-height: 18px;
    color: #888;
}
.cms-sr-md-info-btn {
    display: block;
    text-align: center;
    border-top: 1px solid #ededed;
    background-color: #fafafa;
}
.cms-sr-md-info-btn span {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    padding: 13px 13px 13px 35px;
    color: #333;
    background: url(../images/components/cms/module/sr/info/btn.png) 0 50%
        no-repeat;
}
.cms-sr-md-info-btn:focus,
.cms-sr-md-info-btn:hover {
    border-top-color: #fff;
    background-color: #ffb939;
}
.cms-sr-md-info-btn:focus span,
.cms-sr-md-info-btn:hover span {
    color: #fff;
    background-image: url(../images/components/cms/module/sr/info/btn-active.png);
}
.cms-sr-md-detail-images,
.cms-sr-md-list-form-images {
    background: url(../images/components/cms/module/sr/info/images.png) 50% 50%
        no-repeat #f8f8f8;
}
.cms-sr-md-detail .form-horizontal {
    margin-top: -12px;
    padding-top: 12px;
    border-top: 2px solid #333;
}
.cms-sr-md-detail-subject {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
    display: block;
    margin: 0 0 16px;
    letter-spacing: -1px;
    color: #333;
}
.cms-sr-md-detail-images {
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
}
.cms-sr-md-detail-images-content {
    background-color: #f8f8f8;
}
.cms-sr-md-detail-images-content,
.cms-sr-md-detail-images-content span {
    display: block;
    height: 180px;
}
.cms-sr-md-detail-images-content span {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.cms-sr-md-detail-images-pager {
    position: absolute;
    z-index: 200;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
}
.cms-sr-md-detail-images-pager button {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    border: none;
    border-radius: 100px;
    background-color: #fff;
}
.cms-sr-md-detail-images-pager button.active {
    background-color: #fe5339;
}
.cms-sr-md-detail-infos {
    font-family: "돋움", Dotum, "Nanum Gothic", NanumGothic, NanumGothicWeb,
        "Malgun Gothic", MalgunGothic, "맑은고딕", Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin: -12px 0 0;
    color: #888;
    border-top: 2px solid #333;
    border-bottom: 1px solid #e3e3e3;
}
.cms-sr-md-detail-infos strong {
    letter-spacing: -1px;
    color: #333;
}
.cms-sr-md-detail-infos li {
    padding: 10px 4px;
    border-top: 1px solid #f2f2f2;
}
.cms-sr-md-detail-infos li:first-child {
    border-top: none;
}
.cms-sr-md-detail-policy {
    font-size: 12px;
    line-height: 1.4em;
    overflow: hidden;
    overflow-y: auto;
    max-height: 265px;
    color: #888;
    border-top: 2px solid #333;
    border-bottom: 1px solid #e3e3e3;
}
.cms-sr-md-detail-policy > strong {
    display: block;
    margin-top: 10px;
    color: #333;
}
.cms-sr-md-detail-infos-btns {
    margin-top: 18px;
}
.cms-sr-md-detail-infos-btns > div {
    margin: 0 -4px;
}
.cms-sr-md-detail-infos-btns > div > div {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.cms-sr-md-detail-infos-btns > div > div > * {
    display: table-cell;
    float: none;
    width: 1%;
    height: 85px;
    padding: 0 4px;
}
.cms-sr-md-detail-infos-btns .btn {
    height: 100%;
    white-space: normal;
}
.cms-sr-md-detail-infos-btns a.btn:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}
.cms-sr-md-detail-infos-btns a.btn > * {
    display: inline-block;
    max-width: 99.9%;
    vertical-align: middle;
}
.cms-sr-md-states {
    overflow: hidden;
    margin: 8px 0;
}
.heading + .cms-sr-md-states {
    margin-top: -12px;
}
.cms-sr-md-states > ul {
    margin: -4px;
}
.cms-sr-md-states > ul:after {
    display: block;
    clear: both;
    content: "";
}
.cms-sr-md-states > ul > li {
    float: left;
    width: 20%;
    padding: 4px;
}
.cms-sr-md-states > ul > li > span {
    display: block;
    height: 130px;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 5px;
    background-color: #f3f3f3;
}
.cms-sr-md-states > ul > li > span:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}
.cms-sr-md-states > ul > li > span > * {
    display: inline-block;
    max-width: 99.9%;
    vertical-align: middle;
}
.cms-sr-md-states > ul > li > span > span strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    display: block;
    margin-bottom: 4px;
    color: #666;
}
.cms-sr-md-states > ul > li > span > span em,
.cms-sr-md-states > ul > li > span > span span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    letter-spacing: -3px;
    color: #333;
}
.cms-sr-md-states > ul > li > span > span em {
    color: #fc5f7e;
}
.cms-sr-md-result {
    font-size: 13px;
    line-height: 1.4em;
    margin: 15px 0;
    padding: 26px 0 0;
    text-align: center;
    color: #454545;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.cms-sr-md-result strong {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 4px;
    padding: 42px 0 0;
    letter-spacing: -1px;
    color: #15c108;
    background: url(../images/components/cms/module/sr/result/1.png) 50% 0
        no-repeat;
}
.cms-sr-md-result-link {
    font-size: 13px;
    line-height: 1.4em;
    position: relative;
    display: block;
    margin: 23px 0 0;
    padding: 14px 100px 14px 15px;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    color: #666;
    border-top: 1px solid #ededed;
}
.cms-sr-md-result-link:after {
    display: block;
    clear: both;
    content: "";
}
.cms-sr-md-result-link .btn {
    position: absolute;
    top: 8px;
    right: 9px;
}
.cms-sr-md-search {
    font-size: 14px;
    line-height: 1.4em;
    position: relative;
    margin: -11px 0 -26px;
    padding: 0 142px 0 0;
    color: #666;
}
.cms-sr-md-search [class^="col"] > label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    display: block;
    margin: 0;
    padding: 4px 0 4px 25px;
    letter-spacing: -1px;
    color: #333;
    background: url(../images/components/cms/module/sr/etc/heading.png) 2px 50%
        no-repeat;
}
.cms-sr-md-search .row {
    margin-right: -21px;
    margin-left: -21px;
}
.cms-sr-md-search .row > * {
    margin-top: 10px;
}
.cms-sr-md-search .col-lg-1,
.cms-sr-md-search .col-lg-10,
.cms-sr-md-search .col-lg-11,
.cms-sr-md-search .col-lg-12,
.cms-sr-md-search .col-lg-2,
.cms-sr-md-search .col-lg-3,
.cms-sr-md-search .col-lg-4,
.cms-sr-md-search .col-lg-5,
.cms-sr-md-search .col-lg-6,
.cms-sr-md-search .col-lg-7,
.cms-sr-md-search .col-lg-8,
.cms-sr-md-search .col-lg-9,
.cms-sr-md-search .col-md-1,
.cms-sr-md-search .col-md-10,
.cms-sr-md-search .col-md-11,
.cms-sr-md-search .col-md-12,
.cms-sr-md-search .col-md-2,
.cms-sr-md-search .col-md-3,
.cms-sr-md-search .col-md-4,
.cms-sr-md-search .col-md-5,
.cms-sr-md-search .col-md-6,
.cms-sr-md-search .col-md-7,
.cms-sr-md-search .col-md-8,
.cms-sr-md-search .col-md-9,
.cms-sr-md-search .col-sm-1,
.cms-sr-md-search .col-sm-10,
.cms-sr-md-search .col-sm-11,
.cms-sr-md-search .col-sm-12,
.cms-sr-md-search .col-sm-2,
.cms-sr-md-search .col-sm-3,
.cms-sr-md-search .col-sm-4,
.cms-sr-md-search .col-sm-5,
.cms-sr-md-search .col-sm-6,
.cms-sr-md-search .col-sm-7,
.cms-sr-md-search .col-sm-8,
.cms-sr-md-search .col-sm-9,
.cms-sr-md-search .col-xs-1,
.cms-sr-md-search .col-xs-10,
.cms-sr-md-search .col-xs-11,
.cms-sr-md-search .col-xs-12,
.cms-sr-md-search .col-xs-2,
.cms-sr-md-search .col-xs-3,
.cms-sr-md-search .col-xs-4,
.cms-sr-md-search .col-xs-5,
.cms-sr-md-search .col-xs-6,
.cms-sr-md-search .col-xs-7,
.cms-sr-md-search .col-xs-8,
.cms-sr-md-search .col-xs-9 {
    padding-right: 21px;
    padding-left: 21px;
}
.cms-sr-md-search .btn {
    font-size: 18px;
    line-height: 1.2em;
    position: absolute;
    top: 36px;
    right: 0;
    width: 131px;
    height: 127px;
}
.cms-sr-md-search .btn i {
    font-size: 17px;
    margin-bottom: 4px;
}
.cms-sr-md-search .checkbox-inline-group,
.cms-sr-md-search .radio-inline-group {
    margin: 4px 0 4px -10px;
}
.cms-sr-md-search .checkbox-inline-group .checkbox-inline,
.cms-sr-md-search .radio-inline-group .checkbox-inline {
    margin-left: 10px;
}
.cms-sr-md-search-selects {
    margin-top: 0 -2px;
}
.cms-sr-md-search-selects:after {
    display: block;
    clear: both;
    content: "";
}
.cms-sr-md-search-selects span {
    float: left;
    width: 50%;
    padding: 0 2px;
}
.cms-sr-md-times ol,
.cms-sr-md-times > span > span {
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}
.cms-sr-md-result-empty {
    height: 440px;
    margin: 0;
    text-align: center;
}
.cms-sr-md-result-empty:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}
.cms-sr-md-result-empty > * {
    display: inline-block;
    max-width: 99.9%;
    vertical-align: middle;
}
.cms-sr-md-result-empty span {
    font-size: 14px;
    line-height: 1.4em;
    padding: 84px 0 0;
    text-align: center;
    color: #888;
    background: url(../images/components/cms/module/sr/search/empty.png) 50% 0
        no-repeat;
}
.cms-sr-md-times {
    position: relative;
    height: 24px;
}
.cms-sr-md-times > div,
.cms-sr-md-times > div > *,
.cms-sr-md-times > span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.cms-sr-md-times ol,
.cms-sr-md-times ol > *,
.cms-sr-md-times > span > span,
.cms-sr-md-times > span > span > * {
    height: 100%;
}
.cms-sr-md-times > span {
    right: 0;
    display: block;
    background-color: #b8c1cc;
}
.cms-sr-md-times > span > span {
    display: table;
}
.cms-sr-md-times > span > span > * {
    display: table-cell;
    float: none;
    width: 1%;
    border-left: 1px solid #c9d0d8;
}
.cms-sr-md-times ol > :first-child,
.cms-sr-md-times > span > span > :first-child {
    border-left: none;
}
.cms-sr-md-times ol {
    position: relative;
    z-index: 10;
    display: table;
}
.cms-sr-md-times ol > * {
    display: table-cell;
    float: none;
    width: 1%;
    font-size: 12px;
    padding-left: 1px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.cms-sr-md-times > div {
    right: 0;
}
.cms-sr-md-times > div > * {
    display: inline-block;
}
.cms-sr-md-times > div em {
    background-color: #ffc03b;
}
.cms-sr-md-times > div strong {
    background-color: #fc5f7e;
}
.cms-sr-md-list-form > ul {
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
}
.cms-sr-md-list-form > ul > li {
    position: relative;
    height: 201px;
    padding: 16px 47px 80px 314px;
    border-top: 1px solid #ededed;
    background-color: #fff;
}
.cms-sr-md-list-form > ul > li:first-child {
    height: 200px;
    border-top: none;
}
.cms-sr-md-list-form .cms-sr-md-times {
    margin-top: 12px;
}
.cms-sr-md-list-form-images {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    overflow: hidden;
    width: 286px;
    height: 180px;
    border-radius: 6px;
}
.cms-sr-md-list-form-images-content,
.cms-sr-md-list-form-images-content span {
    display: block;
    width: 100%;
    height: 100%;
}
.cms-sr-md-list-form-images-content span {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.cms-sr-md-list-form-images-pager {
    position: absolute;
    z-index: 200;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
}
.cms-sr-md-list-form-images-pager button {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    border: none;
    border-radius: 100px;
    background-color: #fff;
}
.cms-sr-md-list-form-images-pager button.active {
    background-color: #fe5339;
}
.cms-sr-md-list-form-subject {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
    display: block;
    margin: 3px 0 2px -1px;
    letter-spacing: -1px;
    color: #333;
}
.cms-sr-md-list-form-infos-wrap {
    overflow: hidden;
}
.cms-sr-md-list-form-infos-wrap .cms-sr-md-list-form-infos {
    font-family: "돋움", Dotum, "Nanum Gothic", NanumGothic, NanumGothicWeb,
        "Malgun Gothic", MalgunGothic, "맑은고딕", Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-left: -17px;
    color: #888;
}
.cms-sr-md-list-form-infos-wrap .cms-sr-md-list-form-infos li {
    overflow: hidden;
    float: left;
    max-height: none;
    padding-left: 17px;
    background: url(../images/components/cms/module/sr/list-form/infos.png) 8px
        50% no-repeat;
}
.cms-sr-md-list-form-infos-wrap .cms-sr-md-list-form-infos:after {
    display: block;
    clear: both;
    content: "";
}
.cms-sr-md-list-form-rent {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    height: 35px;
    padding: 8px 10px 8px 35px;
    color: #333;
    border: none;
    background: url(../images/components/cms/module/sr/list-form/rent.png) 0 50%
        no-repeat;
}
.cms-sr-md-list-form-choose {
    position: absolute;
    right: 47px;
    bottom: 13px;
    left: 314px;
}
.cms-sr-md-list-form-choose:after {
    display: block;
    clear: both;
    content: "";
}
.cms-sr-md-list-form-times {
    float: right;
}
.cms-sr-md-list-form-times input {
    display: inline-block;
    width: 130px;
}
.cms-sr-md-list-form-times select {
    display: inline-block;
    width: 80px;
}
.cms-sr-md-list-form-more-wrap {
    margin: 30px 0;
    text-align: center;
}
.cms-sr-md-list-form-more {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 19px 37px;
    color: #333;
    border-radius: 100px;
    -webkit-box-shadow: 1px 2px 2px #d8d8d8;
    box-shadow: 1px 2px 2px #d8d8d8;
}
.cms-sr-md-list-form-more i {
    margin-left: 4px;
}
.cms-sr-md-rentable-timetable {
    position: relative;
}
.cms-sr-md-rentable-timetable-month-and-year {
    font-size: 60px;
    font-weight: 700;
    line-height: 51px;
    display: block;
    margin: 0 0 15px;
    letter-spacing: -4px;
    color: #333;
}
.cms-sr-md-rentable-timetable-month-and-year span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    top: -5px;
    margin-left: 5px;
    letter-spacing: -1px;
    color: #333;
    border-bottom: 1px solid #333;
}
.cms-sr-md-rentable-timetable-control {
    position: absolute;
    top: 15px;
    right: 2px;
}
.cms-sr-md-rentable-timetable-control a {
    font-size: 20px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 1px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px #d6d6d6;
    box-shadow: 1px 1px 2px #d6d6d6;
}
.cms-sr-md-rentable-timetable-control a:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}
.cms-sr-md-rentable-timetable-control a > * {
    display: inline-block;
    max-width: 99.9%;
    vertical-align: middle;
}
.cms-sr-md-rentable-timetable-control a .fa {
    margin-top: -2px;
    color: #f8b91e;
}
.cms-sr-md-rentable-timetable-date-and-times > li {
    position: relative;
    margin: 3px 0 0;
    padding: 0 0 0 42px;
}
.cms-sr-md-rentable-timetable-date-and-times > li:first-child {
    margin-top: 0;
}
.cms-sr-md-rentable-timetable-date-and-times > li > strong {
    font-family: "돋움", Dotum, "Nanum Gothic", NanumGothic, NanumGothicWeb,
        "Malgun Gothic", MalgunGothic, "맑은고딕", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 42px;
    text-align: center;
    color: #fff;
    background-color: #2f5888;
}
.cms-sr-md-rentable-timetable-desc {
    font-size: 12px;
    line-height: 15px;
    margin: 12px 0;
    text-align: right;
    color: #666;
}
.cms-sr-md-rentable-timetable-desc li {
    display: inline-block;
    margin-left: 10px;
}
.cms-sr-md-rentable-timetable-desc li > * {
    font-weight: 400;
    font-style: normal;
}
.cms-sr-md-rentable-timetable-desc li > * > span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    background-color: #b8c1cc;
}
.cms-sr-md-rentable-timetable-desc li > strong > span {
    background-color: #fc5f7e;
}
.cms-sr-md-rentable-timetable-desc li > em > span {
    background-color: #ffc03b;
}
.cms-sr-md-schedule-timetable {
    max-width: 800px;
    margin: 0 auto;
}
.cms-sr-md-schedule-timetable table {
    width: 100%;
    table-layout: fixed;
}
.cms-sr-md-schedule-timetable table td,
.cms-sr-md-schedule-timetable table th {
    font-size: 11px;
    line-height: 1.4em;
    text-align: center;
    border: 1px solid #454545;
}
.cms-sr-md-schedule-timetable table th {
    padding: 6px 1px;
    color: #fff;
    background-color: #454545;
}
.cms-sr-md-schedule-timetable table td {
    line-height: 0;
    padding: 0;
    vertical-align: top;
}
.cms-sr-md-schedule-timetable table td div {
    margin-bottom: -1px;
}
.cms-sr-md-schedule-timetable-control {
    margin-bottom: 8px;
    text-align: center;
}
.cms-sr-md-schedule-timetable-control strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}
.cms-sr-md-schedule-timetable-allow,
.cms-sr-md-schedule-timetable-denined {
    display: block;
    border-bottom: 1px solid #454545;
}
.cms-sr-md-schedule-timetable-allow img,
.cms-sr-md-schedule-timetable-denined img {
    width: 100%;
}
.cms-sr-md-schedule-timetable-allow {
    background-color: #0f0;
}
.cms-sr-md-schedule-timetable-denined {
    background-color: red;
}
.cms-sr-md-statement-of-day {
    overflow: hidden;
}
.cms-sr-md-statement-of-day table {
    width: 100%;
    table-layout: fixed;
    border: 2px solid #454545;
    background-color: #fff;
}
.cms-sr-md-statement-of-day table tbody td,
.cms-sr-md-statement-of-day table tbody th,
.cms-sr-md-statement-of-day table tfoot td,
.cms-sr-md-statement-of-day table tfoot th,
.cms-sr-md-statement-of-day table thead td,
.cms-sr-md-statement-of-day table thead th {
    font-size: 12px;
    line-height: 1.3em;
    padding: 2px;
    text-align: center;
    word-break: break-all;
    color: #333;
    border: 1px solid #454545;
}
.cms-sr-md-statement-of-day table thead td,
.cms-sr-md-statement-of-day table thead th {
    font-size: 14px;
    padding: 6px 3px;
    border-bottom: 2px solid #454545;
    background-color: #e8e8e8;
}
.cms-sr-md-statement-of-day-title {
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0 16px;
    text-align: center;
    color: #333;
}
.cms-sr-md-statement-of-day-title span {
    font-size: 30px;
    font-weight: 600;
}
.cms-sr-md-statement-of-day-has-statement,
.cms-sr-md-statement-of-day-has-statement a {
    font-weight: 600;
    color: #000;
}
.cms-sr-md-agree-content {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding: 20px 14px;
    color: #454545;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    background-color: #fff;
}
.cms-sr-md-agree-content ol ol,
.cms-sr-md-agree-content ol ul,
.cms-sr-md-agree-content ul ol,
.cms-sr-md-agree-content ul ul {
    margin: 4px 0 4px 16px;
}
.cms-sr-md-agree-content ol li,
.cms-sr-md-agree-content ul li {
    margin: 2px 0;
}
.cms-sr-md-agree-content a,
.cms-sr-md-agree-content strong {
    font-weight: 600;
    color: #dd4b39;
}
.cms-sr-md-agree-content em {
    font-weight: 600;
    color: #222;
}
.cms-sr-md-agree-content label {
    margin: 0;
    cursor: pointer;
}
.cms-sr-md-agree-content label input {
    margin: -1px 1px 0 0;
}
.cms-sr-md-agree-content input {
    margin: 0;
    vertical-align: middle;
}
.cms-sr-md-agree-content > :last-child {
    margin-bottom: 0 !important;
}
.cms-sr-md-agree-title {
    font-size: 29px;
    line-height: 1.4em;
    margin: 18px 0;
    text-align: center;
    letter-spacing: -2px;
    color: #343434;
}
.cms-sr-md-agree-title:first-child {
    margin-top: 0;
}
.cms-sr-md-agree-row {
    position: relative;
    padding-right: 60px;
}
.cms-sr-md-agree-row label {
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
}
.cms-sr-md-agree-guide {
    margin: 16px 0;
    padding: 10px 14px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}
.cms-sr-md-agree-section {
    overflow: hidden;
    margin: 20px -14px;
}
.cms-sr-md-agree-section .cms-sr-md-agree-title {
    font-size: 18px;
    line-height: 1.4em;
    padding: 12px 16px;
    text-align: left;
    letter-spacing: 0;
    background-color: #d8d8d8;
}
.cms-sr-md-agree-section .cms-sr-md-agree-title label {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}
.cms-sr-md-agree-section > div {
    margin: 20px 14px;
}
.cms-sr-md-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin: 11px 0 12px;
    padding: 9px 0 9px 25px;
    letter-spacing: -1px;
    color: #333;
    background: url(../images/components/cms/module/sr/etc/heading.png) 2px 50%
        no-repeat;
}
.cms-tt-md-time-table-calendar td {
    text-align: left;
}
.cms-tt-md-time-table-calendar input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}
.cms-tt-md-time-table-calendar label {
    cursor: pointer;
}
.cms-tt-md-time-table-calendar-day {
    display: block;
    text-align: left;
}
.cms-tt-md-time-table-calendar-today {
    background-color: #dff0d8;
}
.cms-tt-md-time-table-calendar-time-range {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin: 6px 0;
    padding: 2px;
    text-align: center;
    color: #454545;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.06);
}
.cms-tt-md-time-table-calendar-time-tables {
    font-size: 11px;
    margin: 0 6px 8px;
}
.cms-tt-md-time-table-calendar-time-tables:last-child {
    margin-bottom: 0;
}
.cms-tt-md-time-table-calendar-state-disabled {
    font-weight: 400;
    cursor: not-allowed !important;
    color: #bababa;
}
.cms-tt-md-time-table-calendar-state-working {
    cursor: not-allowed !important;
    color: #f39c12;
}
.cms-tt-md-time-table-calendar-state-success {
    color: #00a65a;
}
.cms-tt-md-time-table-calendar-state-error {
    color: #dd4b39;
}
.cms-inline-search-condition-wrap {
    margin-bottom: 6px;
    padding: 8px 14px;
    border: 1px solid #e8e8e8;
    background-color: #fdfdfd;
}
.cms-inline-search-condition-wrap .cms-inline-search-condition {
    margin: 0;
}
.cms-inline-search-condition-wrap .cms-inline-search-condition-value {
    background-color: #fff;
}
.cms-inline-search-condition {
    position: relative;
    margin: 12px 0;
}
.cms-inline-search-condition :after {
    clear: both;
}
.cms-inline-search-condition > ul {
    margin-left: -16px;
}
.cms-inline-search-condition > ul > li {
    font-size: 13px;
    line-height: 1.4em;
    position: relative;
    display: inline-block;
    margin: 1px 0 1px 16px;
    padding: 0 0 0 100px;
    vertical-align: top;
    color: #454545;
}
.cms-inline-search-condition > ul > li strong {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4em;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100px;
    height: 28px;
    margin-top: -14px;
    padding: 6px 12px 6px 9px;
    color: #666;
    background: url(../images/components/cms/etc/inline-search-condition/dot.png)
        1px 50% no-repeat;
}
.cms-inline-search-condition .pull-right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.cms-inline-search-condition div.forms-checkbox,
.cms-inline-search-condition div.forms-radio {
    margin: 7px 0;
}
.cms-inline-search-condition div.forms-checkbox > ul li,
.cms-inline-search-condition div.forms-radio > ul li {
    line-height: 19px;
}
.cms-inline-search-condition .form-control {
    display: inline-block;
    width: 140px;
}
.cms-inline-search-condition-value {
    padding: 5px 10px;
    color: #333;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background-color: #f8f8f8;
}
.cms-table table {
    width: 100%;
    table-layout: auto;
    border: none;
    border-top: 1px solid #e8e8ea;
    border-bottom: 1px solid #e8e8ea;
    background: #fff;
}
.cms-table table td,
.cms-table table th {
    text-align: center;
    border: none;
    border-right: 1px solid #e8e8ea;
}
.cms-table table td:last-child,
.cms-table table th:last-child {
    border-right: none;
}
.cms-table table td.text-left,
.cms-table table th.text-left {
    padding-left: 8px;
}
.cms-table table td.text-right,
.cms-table table th.text-right {
    padding-right: 8px;
}
.cms-table table th {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    padding: 10px 6px;
    color: #454545;
    background-color: #f5f5f6;
}
.cms-table table td {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 6px;
    color: #454545;
}
.cms-table table thead th {
    border-bottom: 1px solid #e8e8ea;
}
.cms-table table tbody td,
.cms-table table tbody th {
    border-top: 1px solid #e8e8ea;
}
