@charset "UTF-8";
*::-webkit-scrollbar { background-color: transparent; width: 10px; height: 10px; }

*::-webkit-scrollbar-track { background-color: transparent; }

*::-webkit-scrollbar-thumb { background-color: transparent; border-right: 8px solid #d3d5e0; }

*::-webkit-scrollbar-thumb:horizontal { background-color: transparent; border-bottom: 8px solid #d3d5e0; border-right: none; }

*::-webkit-scrollbar-button { display: none; }

[v-cloak] { display: none !important; }

html, body { width: 100%; height: 100%; }

body { opacity: 0; -webkit-transition: -.7s; transition: 0.7s; }
body.h-view { opacity: 1; }
body.h-round-large .h-menu-module-container { border-radius: 30px; }
body.h-round-large .h-main-widget { border-radius: 25px; }
body.h-round-large .h-team-member-card { border-radius: 20px !important; }
body.h-round-large .h-grid-round-box { border-radius: 20px; }
body.h-round-medium .h-menu-module-container { border-radius: 30px; }
body.h-round-medium .h-main-widget { border-radius: 15px; }
body.h-round-medium .h-team-member-card { border-radius: 10px !important; }
body.h-round-medium .h-grid-round-box { border-radius: 10px; }
body.h-round-small .h-menu-module-container { border-radius: 20px; }
body.h-round-small .h-main-widget { border-radius: 5px; }
body.h-round-small .h-team-member-card { border-radius: 5px !important; }
body.h-round-small .h-grid-round-box { border-radius: 5px; }

.h-flex-form { display: inline; overflow: visible; }

.h-flex-layout { width: 100%; height: 100% !important; padding: 0px; overflow: hidden !important; }
.h-flex-layout > .h-flex-form { margin: 0; padding: 0; width: 100%; height: 100% !important; display: flex !important; }

.h-flex-col { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: auto; }
.h-flex-col > .h-flex-row { width: 100% !important; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; }
.h-flex-col > .h-flex-col { width: 100% !important; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; }
.h-flex-col > .h-flex-auto { width: 100% !important; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; overflow: visible; }
.h-flex-col > .h-flex-box { width: 100% !important; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; }
.h-flex-col > .h-flex-slider { position: relative; margin: 0; padding: 0; width: 100%; border: 0; text-align: center; -webkit-box-flex: 1; -ms-flex: 0 0 2px; flex: 0 0 2px; overflow: hidden; }
.h-flex-col > .h-flex-slider:after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 1px; background-color: #f7f7f7; content: ''; }

.h-flex-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; overflow: auto; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-flex-row { overflow: auto !important; } }
.h-flex-row > .h-flex-col { height: 100% !important; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; }
.h-flex-row > .h-flex-row { height: 100% !important; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; }
.h-flex-row > .h-flex-auto { height: 100% !important; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; overflow: visible; }
.h-flex-row > .h-flex-box { height: 100% !important; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; }
.h-flex-row > .h-flex-slider { position: relative; margin: 0; padding: 0; height: 100%; border: 0; text-align: center; -webkit-box-flex: 1; -ms-flex: 0 0 2px; flex: 0 0 2px; overflow: hidden; }
.h-flex-row > .h-flex-slider:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1px; height: 100%; background-color: #f7f7f7; }

.h-flex-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; overflow: visible; }

.h-flex-box { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; }

.h-flex-drag-hslider { position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; margin: 0; width: 89px; height: 15px; background: url("/resource/images/submain/drag.gif") center center no-repeat; text-indent: -100em; }

.h-flex-drag-vslider { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; margin: 0; width: 15px; height: 89px; background: url("/resource/images/submain/vdrag.gif") center center no-repeat; text-indent: -100em; }

.h-flex-btn_arrow { position: relative; top: 50%; left: 50%; margin: -24px 0 0 -5px; width: 10px; height: 48px; background: url("/resource/images/button/btn_arrow.gif") left top no-repeat; text-indent: -100em; display: inline-block; }

.h-flex-btn_arrow_pre { position: relative; top: 50%; left: 50%; margin: -24px 0 0 -5px; width: 10px; height: 48px; background: url("/resource/images/button/btn_arrow_pre.gif") left top no-repeat; text-indent: -100em; display: inline-block; }

.h-flex-x-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.h-flex-y-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.h-flex-xy-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; }

/*  span */
.underline { position: relative; display: inline; }
.underline:after { content: ''; position: absolute; left: 0; bottom: 2px; width: 100%; height: 5px; }
.underline.color-main01 { color: #4e5983; }
.underline.color-main01:after { background-color: rgba(78, 89, 131, 0.2); }
.underline.color-main02 { color: #009fe3; }
.underline.color-main02:after { background-color: rgba(71, 189, 179, 0.2); }

@media screen and (max-width: 1381px) { .h-flex-slider { opacity: 0 !important; pointer-events: none; } }
.h-login-wrap { background: url("/resource/images/login_bg.jpg") no-repeat center; background-size: cover; }

.h-login-box { width: 1010px; height: 525px; border-radius: 10px; box-shadow: 1px 1px 24px 1px #dee6f2; background: url("/resource/images/login_box_bg.jpg") no-repeat right #fff; font-size: 13px; color: #868daa; }
@media screen and (min-width: 992px) and (max-width: 1199px) { .h-login-box { width: 90%; } }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-login-box { position: relative; width: 90%; background: #fff; z-index: 1; } }
@media screen and (max-width: 767px) { .h-login-box { position: relative; width: 90%; background: #fff; z-index: 1; } }
.h-login-box-animate { animation: ani 1s infinite alternate; animation-fill-mode: both; }
.h-login-box-animate:hover { animation-play-state: paused; }
@keyframes ani { 0% { transform: translate(0, 0); }
  100% { transform: translate(0, 5px); } }
.h-login-box-input-area { padding: 70px 95px; flex: 0 0 50%; max-width: 50%; box-sizing: border-box; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-login-box-input-area { flex: 1; max-width: 100%; } }
@media screen and (max-width: 767px) { .h-login-box-input-area { padding: 70px 45px; flex: 1; max-width: 100%; } }
.h-login-box-input-area .h-login-box-logo { margin-bottom: 60px; text-align: center; }
.h-login-box-input-area .h-select-style.type01, .h-login-box-input-area .h-in-text-style01 { margin-bottom: 15px; }
.h-login-box-input-area .text-right a, .h-login-box-input-area .text-right a:hover { color: #868daa; }
.h-login-box-input-area .h-login-box-submit-button { text-align: center; }
.h-login-box-input-area .h-login-box-submit-button > button { margin-top: 40px; width: 100%; height: 40px; border: 0; border-radius: 20px; background-color: #009fe3; font-size: 17px; font-weight: bold; color: #fff; }

.h-login-wrap2 .h-login-box2 { padding: 40px 43px 40px 200px; width: 600px; height: 240px; border-radius: 13px; background: url("/resource/images/common/bg_security.png") no-repeat 43px 60px #fff; box-shadow: 1px 1px 24px 1px #e1e1e1; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-login-wrap2 .h-login-box2 { padding: 70px 50px; } }
.h-login-wrap2 .h-login-box2-tit { margin-bottom: 20px; line-height: 24px; font-size: 22px; color: #4e5983; font-weight: bold; letter-spacing: -1px; }
.h-login-wrap2 .h-login-box2-tit > .point { display: block; font-size: inherit; font-family: inherit; color: #009fe3; }
.h-login-wrap2 .h-login-box2-caution { margin-top: 25px; padding-left: 10px; font-size: 12px; color: #868daa; background: url("/resource/images/bul/bul_basic_list01.jpg") no-repeat left 8px; }
.h-login-wrap2 .h-login-box2 .h-btn-style01 { margin: 8px 0 0 10px; height: 35px; }

.h-header-box { display: flex; flex: 1 0 80px; max-height: 80px; justify-content: space-around; position: relative; padding: 5px 20px; border-bottom: 1px solid #ebebeb; background: #009fe3; overflow: visible !important; z-index: 15; }
@media screen and (max-width: 767px) { .h-header-box { padding-bottom: 72px; flex: 1 0 125px; max-height: 125px; /* IE10+  */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-header-box { padding: 5px 20px; flex: 1 0 70px; max-height: 70px; } }

.h-header-info-text { margin-left: 18px; font-size: 14px; font-weight: bold; color: #fff; cursor: pointer; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-header-info-text { display: none; } }
@media screen and (max-width: 767px) { .h-header-info-text { display: none; } }

.h-header-logo { position: relative; padding-right: 0; flex: 0 0 auto; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-header-logo { flex: 0 0 auto; min-width: auto; align-items: start; /* IE10+  */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-header-logo { align-items: center; } }

@media screen and (max-width: 767px) { .h-header-logo { flex: 0 0 auto; min-width: auto; align-items: start; /* IE10+  */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-header-logo { flex: 0 0 420px; min-width: 420px; align-items: center; } }

.h-header-logo > a { padding: 20px 15px; display: block; }
@media screen and (max-width: 767px) { .h-header-logo > a { padding: 12px 15px; /* IE10+  */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-header-logo > a { padding: 20px 15px; } }

.h-header-logo-btn { position: relative; z-index: 1; width: 100px; height: 100%; text-align: center; background: #009fe3; border-radius: 0 0 25px 25px; padding: 15px 0; margin-left: 10px; cursor: pointer; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-header-logo-btn { padding: 35px 0; height: 90px; /* IE10+  */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-header-logo-btn { padding: 15px 0; height: 100%; } }

@media screen and (max-width: 767px) { .h-header-logo-btn { padding: 35px 0; height: 90px; /* IE10+  */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-header-logo-btn { padding: 15px 0; height: 100%; } }

.h-header-guide { height: auto !important; min-width: 60px; display: flex; flex: 1 0 auto; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-header-guide { display: none; /* IE10+  */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-header-guide { display: flex; } }

@media screen and (max-width: 767px) { .h-header-guide { display: none; /* IE10+  */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-header-guide { display: flex; } }

.h-header-guide-img { display: flex; flex: 1 0 50px; max-width: 50px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-header-guide-img > img { width: 100%; height: auto; }
.h-header-guide-tit { position: relative; padding-right: 30px; font-size: 15px; color: #4e5983; font-weight: bold; min-height: 20px; display: inline-block; }
.h-header-guide-txt { position: relative; margin-left: 10px; display: flex; flex: 1 0 auto; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #7d84a0; font-size: 13px; }
.h-header-guide-close { position: absolute; top: 6px; right: 0; padding: 5px 5px; width: 20px; }
.h-header-guide-close > img { width: 100%; }

.h-header-rbox { flex: 2 0 auto; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
@media screen and (max-width: 767px) { .h-header-rbox { flex: 1 0 auto; justify-content: flex-end; /* IE10+  */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-header-rbox { flex: 2 0 auto; justify-content: unset; } }

.h-header-rbox .h-header-link-box { padding: 0 10px 0 0; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-header-rbox .h-header-link-box > a { margin: 0 2px; padding: 5px; }
.h-header-rbox .h-header-userInfo-box { position: relative; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* & > .h-header-userInfo { position:absolute; width:435px; height:285px; background-color:#fff; border-radius:32px; box-shadow:0px 2px 26px 2px $shadow03; top:50px; right:-120px;
} */ }
.h-header-rbox .h-header-userInfo-box > ul { display: none; }
.h-header-rbox .h-header-userInfo-btn { position: relative; min-width: 170px; height: 40px; padding: 0 27px 0 27px; margin-left: 3px; border: 0; border-radius: 20px; outline: none; font-size: 13px; color: #4e5983; text-align: left; background: url("/resource/images/icon/icon_arrow_bottom03.png") no-repeat 12px center #e5eafd; }
.h-header-rbox .h-header-userInfo-btn.type2 { background-image: none; background-color: transparent; min-width: 0; width: 40px; margin-left: 8px; padding: 0; }
.h-header-rbox .h-header-userInfo-btn.type2 .h-header-userInfo-img { display: block; position: static; right: auto; top: auto; width: 40px; height: 40px; }
@media screen and (max-width: 767px) { .h-header-rbox .h-header-userInfo-btn { min-width: auto; /* IE10+  */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-header-rbox .h-header-userInfo-btn { min-width: 170px; } }

.h-header-rbox .h-header-userInfo-img { position: absolute; right: 5px; top: 5px; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; }
.h-header-rbox .h-header-userInfo-img > img { width: 100%; display: block; }

.h-ani-layer-box { flex: 1 0 auto; display: flex; flex-direction: row-reverse; position: relative; height: 58px; }
@media screen and (max-width: 767px) { .h-ani-layer-box { position: fixed; top: 67px; left: 20px; right: 20px; height: auto; /* IE10+  */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-ani-layer-box { position: relative; top: auto; left: auto; right: auto; height: 58px; } }

.h-ani-layer-box .h-ani-layer { position: absolute; top: 0; right: 0; -webkit-transition: 0.25s ease-in; transition: 0.25s ease-in; text-align: center; border-radius: 25px; background-color: transparent; box-sizing: border-box; padding: 8px 20px; }
@media screen and (max-width: 767px) { .h-ani-layer-box .h-ani-layer { padding: 0; width: 100%; border-radius: 14px; border-top-left-radius: 20px; border-top-right-radius: 20px; /* IE10+  */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-ani-layer-box .h-ani-layer { padding: 8px 30px; width: auto; border-top-left-radius: 14px; border-top-right-radius: 14px; } }

.h-ani-layer-box .h-ani-layer-search { position: relative; }
@media screen and (max-width: 767px) { .h-ani-layer-box .h-ani-layer-search { margin: -1px -1px 0 -1px; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-ani-layer-box .h-ani-layer-search { margin: 0; } }

.h-ani-layer-box .h-ani-layer-search > input::placeholder { font-size: 13px; color: #009fe3; }
.h-ani-layer-box .h-ani-layer-search > input.h-search { padding: 0 20px; width: 320px; height: 40px; line-height: 40px; font-size: 13px; color: #868daa; outline: 0; box-sizing: border-box; border: 0; border-radius: 20px; background: #f7f7f7; -webkit-transition: 0.25s ease-in; transition: 0.25s ease-in; }
.h-ani-layer-box .h-ani-layer-search > input.h-search::placeholder { color: #868daa; font-size: 13px; }
@media screen and (max-width: 767px) { .h-ani-layer-box .h-ani-layer-search > input.h-search { width: 100%; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-ani-layer-box .h-ani-layer-search > input.h-search { width: 320px; } }

.h-ani-layer-box .h-ani-layer-search > input.h-search:focus { color: #009fe3; }
.h-ani-layer-box .h-ani-layer-search > input.h-search:focus::placeholder { color: #009fe3; font-size: 13px; }
.h-ani-layer-box .h-ani-layer-search > button { position: absolute; top: 0; right: 0; width: 40px; height: 40px; background: url("/resource/images/icon/icon_search02.png") no-repeat center; border: 0; outline: 0; }
.h-ani-layer-box .h-ani-layer-search > button.h-text-reset { display: none; }
.h-ani-layer-box .h-ani-layer-open-content { display: none; overflow: auto; }
@media screen and (max-width: 767px) { .h-ani-layer-box .h-ani-layer-open-content { margin: 0 15px; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-ani-layer-box .h-ani-layer-open-content { margin: 0; } }

.h-ani-layer-box .h-ani-layer-section { margin-top: 20px; padding: 0 10px 20px 10px; border-bottom: 1px solid #f7f7f7; }
.h-ani-layer-box .h-ani-layer-section .h-ani-title-wrap { display: flex; }
.h-ani-layer-box .h-ani-layer-section .h-ani-sub-title { flex: 1; margin-bottom: 20px; color: #4e5983; font-size: 17px; font-weight: bold; text-align: left; }
.h-ani-layer-box .h-ani-layer-section .h-ani-total-text { flex: 1; color: #4e5983; font-size: 13px; text-align: right; }
.h-ani-layer-box .h-ani-layer-section .h-ani-total-text .color-sub02 { color: #fb9c80; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list { max-height: 200px; overflow: auto; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li { position: relative; padding: 10px 20px !important; color: #4e5983; font-size: 14px; text-align: left; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li:after { content: ""; display: block; clear: both; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li:hover { background-color: #f2f4fe; border-radius: 30px; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li > a { color: inherit; font-size: inherit; display: block; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li > a:hover { color: inherit; text-decoration: unset; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li > a.h-type01 > li > a { padding: 0px 0px; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li > a.h-type02 > li > a { padding: 13.5px 30px; line-height: 35px; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li .h-img-area { margin-right: 10px; width: 30px; height: 30px; border-radius: 50%; display: inline-block; vertical-align: middle; overflow: hidden; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li .h-img-area > img { width: 100%; height: auto; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li .h-btn-view-more { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); margin: 0; width: 20px; height: 20px; font-size: 0; border: 0; background: url("/resource/images/icon/icon_view_more.png") center center no-repeat; overflow: hidden; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li .h-btn-close { width: 18px; height: 18px; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li .h-btn-close > a { position: relative; width: inherit; height: inherit; display: inline-block; }
.h-ani-layer-box .h-ani-layer-section .h-basic-list > li .h-btn-close > a > img { position: absolute; top: 50%; right: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; }
.h-ani-layer-box .h-ani-layer.selected { border: 1px solid #c8cbd8; background: #fff; -webkit-transition: 0.25s ease-in; transition: 0.25s ease-in; }
@media screen and (max-width: 767px) { .h-ani-layer-box .h-ani-layer.selected { width: 100%; } }
@media screen and (max-width: 767px) { .h-ani-layer-box .h-ani-layer.selected .h-ani-layer-search { margin: -1px -1px 0 -1px; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-ani-layer-box .h-ani-layer.selected .h-ani-layer-search { margin: 0; } }

.h-ani-layer-box .h-ani-layer.selected .h-ani-layer-search > input { width: 550px; border: 2px solid #009fe3; color: #009fe3; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-ani-layer-box .h-ani-layer.selected .h-ani-layer-search > input { width: 400px; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-ani-layer-box .h-ani-layer.selected .h-ani-layer-search > input { width: 550px; } }

@media screen and (max-width: 767px) { .h-ani-layer-box .h-ani-layer.selected .h-ani-layer-search > input { width: 100%; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-ani-layer-box .h-ani-layer.selected .h-ani-layer-search > input { width: 550px; } }

.h-ani-layer-box .h-ani-layer.selected .h-ani-layer-search > button { background: url("/resource/images/icon/icon_search02_on.png") no-repeat center; }
.h-ani-layer-box .h-ani-layer.selected .h-ani-layer-search > button.h-text-reset { position: absolute; top: 50%; right: 45px; transform: translateY(-50%); width: 30px; height: 30px; background: url("/resource/images/icon/icon_text_reset.png") no-repeat center !important; font-size: 0; display: block; }
.h-ani-layer-box .h-ani-layer.selected .h-ani-layer-open-content { display: block; }

.h-user-popup { display: none; width: 170px; height: 40px; position: absolute; right: 150px; top: 25px; z-index: 99; background: #e5eafd; border-radius: 20px; border: 1px solid #a6b3dd; padding: 20px 30px; font-size: 13px; color: #868daa; -webkit-transition: all 0.2s; transition: all 0.2s; }
.h-user-popup.block { display: block; }
.h-user-popup.animation { width: 270px; height: auto; padding: 20px 15px; background: #fff; -webkit-transition: all 0.2s; transition: all 0.2s; }
.h-user-popup.animation > .container-fluid { visibility: visible; }
.h-user-popup > .container-fluid { visibility: hidden; }
.h-user-popup-header { flex: 1; max-width: 100%; text-align: right; }
.h-user-popup-header img { width: 11px; }
.h-user-popup-title { font-size: 14px; color: #4e5983; font-weight: bold; margin-bottom: 10px; }
.h-user-popup .h-select-style.type01 > .h-select-text { margin-bottom: 20px; }

.h-system-setting-popup { display: none; width: 270px; height: 290px; position: absolute; right: 150px; top: 25px; z-index: 99; background: #fff; border-radius: 20px; border: 1px solid #a6b3dd; padding: 20px 15px; font-size: 13px; color: #868daa; }
.h-system-setting-popup-header { flex: 1; max-width: 100%; text-align: right; margin-bottom: 10px; padding-right: 0px; }
.h-system-setting-popup-header img { width: 11px; }

.h-often-popup { display: none; position: absolute; right: 200px; top: 50px; z-index: 999; width: 400px; background: #ffffff; border: 1px solid #c2c6d4; border-radius: 20px; }
.h-often-popup .h-often-header { background-color: #e5eafd; padding: 20px; border-radius: 20px 20px 0 0; }
.h-often-popup .h-often-header:after { content: ''; display: block; clear: both; }
.h-often-popup .h-often-header > .h-tit { font-size: 15px; font-weight: bold; color: #505a83; }
.h-often-popup .h-often-body { padding: 20px; }
.h-often-popup .h-often-body.h-post-it .h-form-input > input { padding: 0 10px; background: #fff; }
.h-often-popup .h-often-body .h-form-input { margin-bottom: 0; }
.h-often-popup .h-often-body .h-form-input > input { padding-left: 30px; background: url("/resource/images/icon/icon_star01.png") no-repeat 10px center; }
.h-often-popup .h-often-body .h-form-input > input::placeholder { color: #a6b3dd; }
.h-often-popup .h-often-body .h-no-data-box { width: 100%; height: 220px; background: url("/resource/images/common/post-it_bg.png") no-repeat bottom center; }

@media screen and (min-width: 768px) and (max-width: 991px) { .h-main-container { flex-direction: column; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-main-container { flex-direction: row; flex: 1 0 auto; } }

@media screen and (max-width: 767px) { .h-main-container { flex-direction: column; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-main-container { flex-direction: row; flex: 1 0 auto; } }

.h-main-container > .h-module { flex: 0 0 140px; padding: 0 10px; max-width: 140px; overflow: hidden; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-main-container > .h-module { flex: 0 0 110px; max-width: 100%; flex-direction: row; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-main-container > .h-module { flex: 0 0 140px; max-width: 140px; flex-direction: column; } }

@media screen and (max-width: 767px) { .h-main-container > .h-module { flex: 0 0 90px; max-width: 100%; flex-direction: row; padding: 0; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-main-container > .h-module { flex: 0 0 140px; max-width: 140px; flex-direction: column; padding: 0 10px; } }

.h-main-container > .h-module > .h-module-list-wrap { position: relative; padding: 10px 10px 0 10px; margin-bottom: 20px; z-index: 12; overflow: hidden; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-main-container > .h-module > .h-module-list-wrap { margin-bottom: 0; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-main-container > .h-module > .h-module-list-wrap { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .h-main-container > .h-module > .h-module-list-wrap { margin-bottom: 0; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-main-container > .h-module > .h-module-list-wrap { margin-bottom: 20px; } }

.h-main-container > .h-module > .h-module-list-wrap .h-module-list { margin: 0 auto; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-main-container > .h-module > .h-module-list-wrap .h-module-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-main-container > .h-module > .h-module-list-wrap .h-module-list { flex-direction: column; } }

@media screen and (max-width: 767px) { .h-main-container > .h-module > .h-module-list-wrap .h-module-list { margin: 0 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-main-container > .h-module > .h-module-list-wrap .h-module-list { margin: 0; flex-direction: column; } }

@media screen and (min-width: 768px) and (max-width: 991px) { .h-main-container > .h-module > .h-module-list-wrap .h-module-list > li { margin: 10px 15px 0 15px; padding: 0; display: flex; flex-direction: row; flex: 0 0 auto; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-main-container > .h-module > .h-module-list-wrap .h-module-list > li { margin: 20px 0; padding: 0; display: block; flex-direction: column; flex: 0 0 auto; width: 100%; } }

@media screen and (max-width: 767px) { .h-main-container > .h-module > .h-module-list-wrap .h-module-list > li { margin: 10px 15px 0 15px; padding: 0; display: flex; flex-direction: row; flex: 0 0 auto; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-main-container > .h-module > .h-module-list-wrap .h-module-list > li { margin: 20px 0; padding: 0; display: block; flex-direction: column; flex: 0 0 auto; width: 100%; } }

.h-module .h-header-logo { flex: 0 0 65px; min-height: 65px; min-width: auto; margin-bottom: 15px; }
.h-module-user-img { flex: 0 0 55px; max-height: 55px; margin: 0 auto; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-module-user-img { flex: 0 0 75px; max-width: 75px; padding: 0 10px; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-module-user-img { flex: 0 0 55px; max-width: 55px; padding: 0; } }

@media screen and (max-width: 767px) { .h-module-user-img { flex: 0 0 75px; max-width: 75px; padding: 0 10px; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-module-user-img { flex: 0 0 55px; max-width: 55px; padding: 0; } }

.h-module-user-img > a { display: inline-block; }

.h-menu-module-container { position: relative; padding: 15px 0 20px 0; width: 100%; height: 100%; background: #fff; box-shadow: 0px 0px 8px 0px rgba(225, 225, 225, 0.8); text-align: center; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-menu-module-container { flex-direction: row; border-radius: 15px !important; padding: 0; flex: 0 0 80px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-menu-module-container { flex-direction: column; border-radius: 40px; padding: 25px 0; flex: 1 0 auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

@media screen and (max-width: 767px) { .h-menu-module-container { flex-direction: row; border-radius: 15px !important; padding: 0; flex: 0 0 80px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-menu-module-container { flex-direction: column; border-radius: 40px; padding: 25px 0; flex: 1 0 auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.h-menu-module-container > .h-del-scroll { margin: 0 auto; }
.h-menu-module-container > .h-del-scroll::before { content: ""; position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 65px; background-color: rgba(255, 255, 255, 0.5); background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dddddd', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */ }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-menu-module-container > .h-del-scroll::before { display: none; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-menu-module-container > .h-del-scroll::before { display: block; } }

@media screen and (max-width: 767px) { .h-menu-module-container > .h-del-scroll::before { display: none; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-menu-module-container > .h-del-scroll::before { display: block; } }

.h-menu-module-container > .h-del-scroll::after { content: ""; position: absolute; bottom: 73px; left: 0; z-index: 10; width: 100%; height: 35px; background-color: rgba(255, 255, 255, 0.5); background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 50%); /* FF3.6-15 */ background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 50%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6dddddd',GradientType=0 ); /* IE6-9 */ }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-menu-module-container > .h-del-scroll::after { display: none; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-menu-module-container > .h-del-scroll::after { display: block; } }

@media screen and (max-width: 767px) { .h-menu-module-container > .h-del-scroll::after { display: none; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-menu-module-container > .h-del-scroll::after { display: block; } }

.h-menu-module-container > .h-del-scroll.gradient-top::before { display: none; }
.h-menu-module-container > .h-del-scroll.gradient-bottom::after { display: none; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-menu-module-container ul.h-module-list li { border-bottom: 4px solid transparent; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-menu-module-container ul.h-module-list li { border-bottom: none; } }

@media screen and (max-width: 767px) { .h-menu-module-container ul.h-module-list li { border-bottom: 4px solid transparent; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-menu-module-container ul.h-module-list li { border-bottom: none; } }

.h-menu-module-container ul.h-module-list li:hover, .h-menu-module-container ul.h-module-list li.on { color: #009fe3; background: url("/resource/images/icon/module_bg.png") no-repeat right top; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-menu-module-container ul.h-module-list li:hover, .h-menu-module-container ul.h-module-list li.on { background: none; border-bottom: 4px solid #009fe3; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-menu-module-container ul.h-module-list li:hover, .h-menu-module-container ul.h-module-list li.on { background: url("/resource/images/icon/module_bg.png") no-repeat right top; border-bottom: none; } }

@media screen and (max-width: 767px) { .h-menu-module-container ul.h-module-list li:hover, .h-menu-module-container ul.h-module-list li.on { background: none; border-bottom: 4px solid #009fe3; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-menu-module-container ul.h-module-list li:hover, .h-menu-module-container ul.h-module-list li.on { background: url("/resource/images/icon/module_bg.png") no-repeat right top; border-bottom: none; } }

.h-menu-module-container ul.h-module-list li:hover .h-menu-icon > i:before, .h-menu-module-container ul.h-module-list li.on .h-menu-icon > i:before { color: #009fe3; }
.h-menu-module-container ul li { position: relative; margin: 20px 0; display: block; }
.h-menu-module-container ul li.selected { border: 1px solid #009fe3; border-right: 0; border-radius: 14px 0 0 14px; }
.h-menu-module-container ul li.selected:after { content: ""; width: 14px; height: 14px; border: 1px solid #009fe3; border-top: 0; border-left: 0; border-radius: 0 0 14px 0; position: absolute; right: -14px; top: -14px; }
.h-menu-module-container ul li.selected:before { content: ""; width: 14px; height: 14px; border: 1px solid #009fe3; border-bottom: 0; border-left: 0; border-radius: 0 14px 0 0; position: absolute; right: -14px; bottom: -14px; }

.h-menu-icons { padding: 0px; min-height: 32px; }
.h-menu-icons.on .h-menu-icon { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2); }
.h-menu-icons .h-menu-icon { position: relative; z-index: 2; margin: 0 auto; padding-bottom: 3px; width: 80px; min-height: 33px; border-radius: 32px; background: #fff; }
.h-menu-icons .h-menu-icon > i { font-size: 2.8rem; }
.h-menu-icons .h-menu-icon div { margin-top: 7px; font-size: 15px; }
.h-menu-icons .h-menu-icon20 { position: relative; z-index: 1; left: 7px; top: -32px; width: 32px; height: 32px; background: rgba(255, 255, 255, 0.2); border-radius: 32px; margin: 0 auto; }

.h-menu-icon-box .h-menu-module .h-menu-icons.on .h-menu-icon20 { display: none; }
.h-menu-icon-box .h-menu-module .h-menu-icons .h-menu-icon30 { display: none; }

.h-history { flex: 0 0 56px; max-height: 56px; overflow: hidden; border-radius: 16px 16px 0 0; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-history { display: none; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-history { display: block; } }

@media screen and (max-width: 767px) { .h-history { display: none; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-history { display: block; } }

.h-history-btn { position: relative; width: 100%; height: 100%; padding: 16px 0 0 0; text-align: center; background: #50587d; border-radius: 0; cursor: pointer; z-index: 1; }
.h-history-badge { position: absolute; z-index: 2; left: 50%; top: 17px; margin-left: 6px; width: 20px; height: 20px; color: #50587d; text-align: center; }
.h-history-container { position: absolute; width: 100%; height: 100%; left: 0px; bottom: 0px; background: transparent; z-index: 9999; overflow: hidden; display: none; }
.h-history-box { display: none; position: absolute; left: 0px; top: 90px; bottom: 0px; z-index: 9999; width: 100%; height: auto; background: #fff; border-radius: 25px 25px 0 0; border: 1px solid #a6a7bb; border-bottom: 0px; padding: 45px 55px 80px 55px; }
.h-history-box .h-history-list { max-height: 625px; overflow: auto; }
.h-history-box .h-history-list .h-history-card-box { margin: 15px 0; }
.h-history-box .h-history-card { flex: 0 0 23%; max-width: 100%; height: 295px; border: 1px solid #009fe3; border-radius: 18px; background: #fff; margin: 5 2% 1.5% 0; }
.h-history-box .h-history-card.on { border: 1px solid #009fe3; background: #009fe3; }
.h-history-box .h-history-card:last-child { margin-right: 0; }
.h-history-box .h-history-card .card-header { padding: 10px 15px; min-height: 38px; text-align: right; background: transparent; }
.h-history-box .h-history-card .card-header:after { content: ''; display: block; clear: both; }
.h-history-box .h-history-card .card-header > a { float: right; padding: 5px; }
.h-history-box .h-history-card .card-header-state-area { float: left; }
.h-history-box .h-history-card .card-body { padding: 10px 40px; height: 200px; overflow: hidden; text-align: center; }
.h-history-box .h-history-card .card-body img { margin: 0 auto; width: auto; height: 100%; max-width: 100%; }
.h-history-box .h-history-card .card-footer { position: relative; font-size: 17px; color: #4f5a84; font-weight: bold; padding: 9px 40px; background-color: transparent; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.h-history-box .h-history-card .card-footer-btn-more { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); cursor: pointer; width: 20px; text-align: right; }
.h-history-card-func-modal { display: none; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background: #009fe3; border-radius: 18px; padding: 60px 50px; }
.h-history-card-func-modal ul > li { margin-bottom: 20px; }
.h-history-card-func-modal ul > li:last-child { margin-bottom: 0; }
.h-history-card-func-modal ul > li > span { color: #fff; font-size: 15px; font-weight: bold; padding-bottom: 2px; cursor: pointer; }
.h-history-card-func-modal ul > li > span:hover { border-bottom: 1px solid #fff; }
.h-history-card-func-modal-btn-close { position: absolute; right: 20px; bottom: 10px; width: 16px; height: 26px; background: url("/resource/images/icon/icon_door01.png") no-repeat; cursor: pointer; text-indent: -99999px; overflow: hidden; }
.h-history-layout-bottom { position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px; }
.h-history-btn-allclear { width: 227px; height: 41px; line-height: 41px; font-size: 16px; font-weight: bold; color: #009fe3; text-align: center; margin: 0 auto; border: 1px solid #009fe3; border-radius: 18px; cursor: pointer; }
.h-history-title { font-size: 17px; font-weight: bold; color: #4e5983; padding: 0 0 0 15px; margin: 0; }
.h-history-title > span { font-size: inheirt; font-weight: inherit; color: #009fe3; }
.h-history-title > .h-history-btn-close { display: inline-block; width: 15px; height: 15px; font-size: 15px; color: #4f5a84; cursor: pointer; }

.h-module-layer { display: none; position: absolute; left: 20px; top: 141px; z-index: 11; width: 380px; height: 100%; background: #ffffff; border-right: 1px solid #009fe3; border-radius: 0; padding: 18px 15px 18px 120px; box-shadow: 2px 0px 8px 10px rgba(225, 225, 225, 0.6); overflow: hidden; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-module-layer { padding-left: 15px; margin-top: 20px; margin-left: 10px; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-module-layer { margin-top: 0; margin-left: 0; padding: 18px 15px 18px 130px; } }

@media screen and (max-width: 767px) { .h-module-layer { padding-left: 15px; margin-top: 0; margin-left: 10px; margin-right: 10px; width: auto; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-module-layer { margin-top: 0; margin-left: 0; margin-right: 0; padding: 18px 15px 18px 130px; width: 400px; } }

.h-module-layer .h-module-btn { display: none; text-align: right; margin-bottom: 10px; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-module-layer .h-module-btn { display: block; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-module-layer .h-module-btn { display: none; } }

@media screen and (max-width: 767px) { .h-module-layer .h-module-btn { display: block; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-module-layer .h-module-btn { display: none; } }

.h-module-layer-search { position: relative; flex: 0 0 65px; max-height: 65px; text-align: center; }
.h-module-layer-search > .h-module-layer-search-input { width: 100%; height: 40px; padding: 13px; background-color: #f7f7f7; border: 1px solid #ebebeb; border-radius: 30px; box-sizing: border-box; outline: 0; font-size: 13px; font-weight: bold; color: #868daa; }
.h-module-layer-search > .h-module-layer-search-button { position: absolute; top: 0; right: 0; width: 40px; height: 40px; background: url("/resource/images/icon/icon_search02.png") no-repeat center; border: 0; outline: 0; }
.h-module-layer-list > h3 { font-size: 22px; font-weight: bold; color: #009fe3; margin: 0 0 15px 10px; }
.h-module-layer-list > ul { padding: 0 10px; box-sizing: border-box; }
.h-module-layer-list > ul li.h-menu-class01 { display: inline-block; width: 98%; background-image: url("/resource/images/bul/bul_basic_list02.png"); background-repeat: no-repeat; background-position: left 29px; }
.h-module-layer-list > ul li.h-menu-class01 > a { display: block; font-size: 16px; font-weight: bold; color: #4e5b7b; padding: 20px 20px 20px 8px; padding-right: 0; box-sizing: border-box; background-image: url("/resource/images/icon/icon_arrow_bottom03.jpg"); background-repeat: no-repeat; background-position: right 28px; border-bottom: 1px solid #dedede; }
.h-module-layer-list > ul li.h-menu-class01 > a.on { background-image: url("/resource/images/icon/icon_arrow_top01.jpg"); }
.h-module-layer-list > ul li.h-menu-class01 > a:hover { text-decoration: none; }
.h-module-layer-list > ul li.h-menu-class02 { display: inline-block; width: 98%; border-radius: 4px; }
.h-module-layer-list > ul li.h-menu-class02 > a { display: block; font-size: 15px; font-weight: bold; color: #868daa; padding: 10px; margin: 10px 0; background-image: url("/resource/images/icon/icon_minus01.png"); background-repeat: no-repeat; background-position: 96% center; background-color: #f5f7fe; }
.h-module-layer-list > ul li.h-menu-class02 > a.on { background-image: url("/resource/images/icon/icon_plus02.png"); }
.h-module-layer-list > ul li.h-menu-class02 > a:hover { text-decoration: none; }
.h-module-layer-list > ul li.h-menu-class03 > a { position: relative; display: inline-block; width: 100%; padding: 7px 0 7px 20px; font-size: 14px; font-weight: 500; color: #868daa; }
.h-module-layer-list > ul li.h-menu-class03 > a:after { content: "-"; position: absolute; left: 10px; top: 7px; color: #868daa; }
.h-module-layer-list > ul li.h-menu-class03 > a:after:hover { color: #009fe3; }
.h-module-layer-list > ul li.h-menu-class03 > a:hover { font-weight: bold; color: #009fe3; text-decoration: none; }
.h-module-layer-list > ul li.h-menu-often { display: flex; flex-direction: row; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #dfe5ed; padding: 10px; }
.h-module-layer-list > ul li.h-menu-often:hover { border-bottom: 1px solid #009fe3; }
.h-module-layer-list > ul li.h-menu-often:hover > a { color: #009fe3; }
.h-module-layer-list > ul li.h-menu-often > a { font-size: 15px; font-weight: bold; color: #505a83; }
.h-module-layer-list > ul li.h-menu-often > a:after { content: none; }
.h-module-layer-list > ul li.h-menu-often > a:hover { text-decoration: none; }

.header-select.h-select-style.type01 { position: static; }
.header-select.h-select-style.type01 > .h-select-text { margin-bottom: 0 !important; background-image: none !important; border-bottom: none !important; }
.header-select.h-select-style.type01 > ul { left: 0; top: 40px; }

.h-grid-round-box { padding: 20px 20px; background-color: #fff; border-radius: 13px; box-shadow: 0px 2px 26px 2px #f2f2f2; /* h-full-page */ }
.h-grid-round-box.h-full-page { position: absolute; left: 0; top: 0; padding: 20px 20px !important; width: 100%; height: 100%; overflow: auto; z-index: 30; }
.h-grid-round-box.h-user-info { flex: 0 0 26.93%; max-width: 26.93%; background: url("/resource/images/common/bg_mypage.png") no-repeat left top #fff; background-size: contain; border-right: 1px solid #a3dad5; border-radius: 46px; padding: 30px; text-align: center; }
.h-grid-round-box.h-user-info .h-user-info-tit { width: 50%; float: right; font-size: 16px; color: #4e5983; line-height: 25px; padding-top: 25px; margin-bottom: 45px; }
.h-grid-round-box.h-user-info .h-user-img-box { clear: both; position: relative; width: 120px; height: 120px; margin: 0 auto; }
.h-grid-round-box.h-user-info .h-user-img { width: 120px; height: 120px; margin: 0 auto; border-radius: 50%; overflow: hidden; }
.h-grid-round-box.h-user-info .h-user-img > img { width: 100%; }
.h-grid-round-box.h-user-info .h-user-img-btn-search { position: absolute; right: 0; bottom: 0; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #d7dae3; background: url("/resource/images/icon/icon_search02.png") no-repeat center #fff; }
.h-grid-round-box.h-user-card-box { position: relative; height: 140px !important; padding: 40px 100px 20px 40px; overflow: hidden; }
@media screen and (max-width: 767px) { .h-grid-round-box.h-user-card-box { flex: 0 0 100%; max-width: 100%; margin-right: 0; /* IE10+ */ } }
.h-grid-round-box.h-user-card-box:nth-child(2n) { margin-right: 0; }
.h-grid-round-box.h-user-card-box.salary { padding-bottom: 20px; }
.h-grid-round-box.h-user-card-box.salary .h-remarks { display: block; margin-top: 10px; font-size: 12px; font-weight: bold; color: #009fe3; text-align: right; }
.h-grid-round-box.h-user-card-box .h-user-card-img { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); width: 54px; height: 53px; line-height: 53px; font-size: 20px; font-weight: bold; color: #009fe3; text-align: center; margin-top: 0 !important; }
.h-grid-round-box.h-user-card-box .h-user-card-img > img { position: absolute; left: 50%; transform: translate(-50%); }
.h-grid-round-box.h-user-card-box .h-user-card-tit { font-size: 17px; font-weight: bold; color: #4e5983; margin-bottom: 15px; }
.h-grid-round-box.h-user-card-box .h-user-card-tit:after { content: ''; display: block; clear: both; }
.h-grid-round-box.h-user-card-box .h-user-card-tit .h-right-txt { float: right; }
.h-grid-round-box.h-user-card-box .h-user-card-tit .sub { font-size: inherit; font-family: inherit; color: #868daa; }
.h-grid-round-box.h-user-card-box .h-user-card-txt { font-size: 13px; color: #868daa; }
.h-grid-round-box.h-user-card-box .h-user-card-txt.h-list-type { float: left; margin-right: 2px; }
.h-grid-round-box.h-user-card-box .h-user-card-txt.h-list-type:after { content: ','; margin-right: 5px; }
.h-grid-round-box.h-user-card-box .h-user-card-txt.h-list-type:last-child { margin-right: 0; }
.h-grid-round-box.h-user-card-box .h-user-card-txt.h-list-type:last-child:after { content: ''; display: block; clear: both; }
.h-grid-round-box.h-user-card-box .h-user-card-txt.h-list-type:last-child:after { content: none; }
.h-grid-round-box.h-user-card-box .h-star { width: 100%; }
.h-grid-round-box.h-user-card-box .h-star:after { content: ''; display: block; clear: both; }
.h-grid-round-box.h-user-card-box .h-star > li { float: left; width: 17px; height: 16px; margin-right: 8px; background: url("/resource/images/icon/icon_star02.png") no-repeat; }
.h-grid-round-box.h-user-card-box .h-star > li:last-child { margin-right: 0; }
.h-grid-round-box.h-user-card-box .h-star > li.on { background: url("/resource/images/icon/icon_star01.png") no-repeat; }
.h-grid-round-box > .container-fluid { padding-left: 0; padding-right: 0; }

#vueTimeLine > .h-flex-box { flex: 0 0 50%; max-width: 50%; height: 160px !important; box-sizing: border-box; }
#vueTimeLine > .h-flex-box:nth-of-type(odd) > .h-user-card-box { margin-right: 10px; }
#vueTimeLine > .h-flex-box:nth-of-type(even) > .h-user-card-box { margin-left: 10px; }

.h-open-type-box { display: flex; position: relative; width: 100%; height: 80px; padding: 15px 50px 15px 30px; background-color: #f5f7fe; border-radius: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-open-type-box .h-open-type-tit { font-size: 17px; font-weight: bold; color: #4e5983; text-align: left; flex: 1 1 40%; max-width: 40%; }
.h-open-type-img { width: 50px; height: 50px; border-radius: 50%; border: 1px solid #edeff6; background-color: #fff; margin-right: 10px; overflow: hidden; flex: 0 0 50px; }
.h-open-type-img > img { width: 100%; display: block; }
.h-open-type-txt { font-size: 13px; font-weight: bold; color: #868daa; text-align: left; min-width: 40px; flex: 1 1 40px; max-width: 40px; }
.h-open-type-btn { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); }

.h-tag-box { flex-wrap: wrap; max-height: 70px; }
.h-tag-box .tag { font-size: 14px; color: #a3a4b8; background-color: #f0f0f0; border-radius: 15px; padding: 4px 10px; margin: 5px 5px 0 5px; display: inline-block; }
.h-tag-box .tag:before { content: '#'; display: inline-block; margin-top: -5px; margin-right: 5px; vertical-align: middle; }

.h-user-history-box { flex: 0 0 18.73%; max-width: 18.73%; padding: 0 25px 20px 25px; margin-right: 10px; }
.h-user-history-box > .h-history-list { margin-bottom: 50px; }
.h-user-history-box > .h-history-list:last-child { margin-bottom: 45px; }
.h-user-history-box .h-switch-style01 { width: 60px; height: 24px; margin-bottom: 8px !important; }
.h-user-history-box .h-switch-style01 > .slider:before { width: 20px; height: 20px; margin-top: -10px; }
.h-user-history-box .h-switch-style01 input:checked + .slider:before { -webkit-transform: translateX(35px); -ms-transform: translate(35px); transform: translate(35px); }
.h-user-history-box .h-history-year { position: relative; font-size: 25px; color: #009fe3; font-weight: bold; padding-left: 39px; margin-bottom: 10px; background: url("/resource/images/bul/bul_time.png") no-repeat left center; }
.h-user-history-box .h-history-year-txt { font-size: inherit; color: inherit; font-family: inherit; }
.h-user-history-box .h-history-year-btn { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 10px; height: 20px; background: url("/resource/images/icon/icon_view_more.png") no-repeat center; text-indent: -9999px; }
.h-user-history-box .h-history-content { padding-left: 40px; }
.h-user-history-box .h-history-content ul > li { font-size: 13px; color: #868daa; line-height: 16px; margin-bottom: 10px; }

.h-user-info-data-box { padding: 50px; }

.h-list-box-style01 { border-bottom: 1px solid #dadde5; padding: 20px 10px; }

.h-no-data-box01 { min-width: 460px; text-align: center; }
.h-no-data-box02 { min-width: 460px; }
.h-no-data-box02 .h-no-data-text-type01 { width: 100%; padding: 20px; border-radius: 15px; background-color: #fff; font-size: 12; color: #868daa; text-align: center; }
.h-no-data-box02 .h-no-data-text-type01.on { background-color: #e5eafd; }
.h-no-data-box02 .h-no-data-text-type01 > img { margin-right: 10px; }
.h-no-data-text-type02 { width: 100%; padding: 8px 10px; border-radius: 15px; background-color: #fff; font-size: 12px; color: #868daa; text-align: center; }
.h-no-data-text-type02 > img { display: block; margin: 0 auto; margin-bottom: 10px; }

.h-msg-box { min-width: 350px; position: absolute; z-index: 800; color: #fff; font-size: 12px; text-align: left; background-color: #4b587b; border-radius: 10px; padding: 25px 20px 15px 20px; padding-top: 25px; }
.h-msg-box .h-msg-close { position: absolute; top: 5px; right: 9px; width: 22px; height: 22px; text-indent: -9999px; cursor: pointer; background: url(/resource/images/button/msg_btn.png) 0 -30px no-repeat; }
.h-msg-box .h-msg-chk { color: #fff; margin-top: 10px; }
.h-msg-box .h-msg-chk-txt { font-size: 11px; margin-left: 5px; }
.h-msg-box .h-msg-chk-box { display: inline-block; width: 10px; height: 13px; text-indent: -9999px; vertical-align: middle; cursor: pointer; background: url(/resource/images/button/msg_chk.png) no-repeat; }
.h-msg-box .h-msg-chk-box.checked { background-position: 0 -15px; }

.h-layout-tab .h-grid-round-box { padding-bottom: 0; box-shadow: none; }
.h-layout-tab .h-grid-round-box.h-full-page { padding-bottom: 20px; }
.h-layout-tab .h-search-subtit + .h-grid-round-box, .h-layout-tab .h-search-subtit + .h-flex-row .h-grid-round-box, .h-layout-tab .h-search-subtit + .h-flex-col .h-grid-round-box { padding-bottom: 20px; }

.h-form { position: relative; margin-bottom: 15px; font-size: 13px; color: #868daa; }
.h-form:hover .h-form-add { display: block; }
.h-form.h-img-type { display: flex; flex-direction: row; align-items: row; }
.h-form.h-img-type > * { flex: 1; }
.h-form.h-img-type .h-img-area { flex: 0 0 99px; max-width: 99px; /* margin-top:10px; */ margin-right: 20px; height: 120px; border: 1px solid #e5e9f0; border-radius: 10px; overflow: hidden; }
.h-form.h-img-type .h-img-area > img { margin: 0; width: 100%; }
.h-form .row > div > p:nth-of-type(1).h-form-input { margin-top: 19px; }
.h-form .h-img-type .h-img-area { flex: 0 0 99px; max-width: 99px; margin-top: 10px; margin-right: 20px; height: 120px; border: 1px solid #e5e9f0; border-radius: 10px; overflow: hidden; }
.h-form .h-img-type .h-img-area > img { margin: 0; width: 100%; display: block; }
.h-form-btns { text-align: right; display: block; }
.h-form-btns.h-btns-hover { position: absolute; top: 0; right: 15px; z-index: 1; display: none; }
.h-form-btns .h-delete { background-color: #7480ac; }
.h-form-btns .h-delete:hover { background-color: #5c6589; }
.h-form-btns .h-edit { background-color: #fb9c80; }
.h-form-btns .h-edit:hover { background-color: #fe7e58; }
.h-form-tit { flex: 0 0 100%; max-width: 100%; display: flex; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 20px; min-height: 30px; font-size: 18px; font-weight: bold; color: #4e5983; overflow: auto; }
.h-form-tit .h-form-btns { display: flex; flex: auto; }
.h-form-content { position: relative; padding: 20px; border-radius: 15px; background-color: #fff; }
.h-form-content:hover { background-color: #fafbff; }
.h-form.h-form-edit { border: 1px solid #009fe3; margin: 15px 0; }
.h-form.h-form-edit:hover { background-color: #fff; }
.h-form.h-form-edit .h-form-btns { display: block; }
.h-form .h-form-add { display: none; font-size: 14px; color: #009fe3; line-height: 14px; text-align: center; padding: 20px 0; cursor: pointer; }
.h-form .h-form-add:after { content: ''; display: inline-block; width: 12px; height: 12px; background: url(/resource/images/icon/icon_add02.png) no-repeat; background-size: contain; margin-left: 10px; margin-top: 2px; vertical-align: bottom; }
.h-form p.h-point:after, .h-form span.h-point:after { display: inline-block; content: ''; width: 6px; height: 6px; background: url("/resource/images/bul/bul_star01.png") no-repeat right center; vertical-align: middle; margin-top: -3px; margin-left: 5px; }
.h-form .h-tit { font-size: 15px; font-weight: bold; color: #505a83; margin-right: 10px; min-height: 22px; }
.h-form .h-dotted { display: block; width: 100%; height: 1px; margin: 10px 0 0 0; border-top: 2px dashed #eff2f6; }
.h-form .h-line { display: block; width: 100%; height: 2px; margin: 10px 0 0 0; background: #eff2f6; }
.h-form .h-form-many { display: flex; flex-direction: row; align-items: flex-end; }
.h-form .h-form-many > * { flex: 1; }
.h-form .h-form-many .h-form-input + .h-form-input { margin-left: 10px; }
.h-form-tag { display: inline-block !important; width: auto !important; font-size: 14px; color: #a3a4b8; background-color: #f0f0f0; border-radius: 15px; padding: 5px 10px; margin-top: 10px; }
.h-form.container-fluid { padding-left: 0px; padding-right: 0px; overflow: hidden; }
.h-form.container-fluid .row { margin-left: -5px; margin-right: -5px; }
.h-form.container-fluid .row .col, .h-form.container-fluid .row .col-1, .h-form.container-fluid .row .col-10, .h-form.container-fluid .row .col-11, .h-form.container-fluid .row .col-12, .h-form.container-fluid .row .col-2, .h-form.container-fluid .row .col-3, .h-form.container-fluid .row .col-4, .h-form.container-fluid .row .col-5, .h-form.container-fluid .row .col-6, .h-form.container-fluid .row .col-7, .h-form.container-fluid .row .col-8, .h-form.container-fluid .row .col-9, .h-form.container-fluid .row .col-auto, .h-form.container-fluid .row .col-lg, .h-form.container-fluid .row .col-lg-1, .h-form.container-fluid .row .col-lg-10, .h-form.container-fluid .row .col-lg-11, .h-form.container-fluid .row .col-lg-12, .h-form.container-fluid .row .col-lg-2, .h-form.container-fluid .row .col-lg-3, .h-form.container-fluid .row .col-lg-4, .h-form.container-fluid .row .col-lg-5, .h-form.container-fluid .row .col-lg-6, .h-form.container-fluid .row .col-lg-7, .h-form.container-fluid .row .col-lg-8, .h-form.container-fluid .row .col-lg-9, .h-form.container-fluid .row .col-lg-auto, .h-form.container-fluid .row .col-md, .h-form.container-fluid .row .col-md-1, .h-form.container-fluid .row .col-md-10, .h-form.container-fluid .row .col-md-11, .h-form.container-fluid .row .col-md-12, .h-form.container-fluid .row .col-md-2, .h-form.container-fluid .row .col-md-3, .h-form.container-fluid .row .col-md-4, .h-form.container-fluid .row .col-md-5, .h-form.container-fluid .row .col-md-6, .h-form.container-fluid .row .col-md-7, .h-form.container-fluid .row .col-md-8, .h-form.container-fluid .row .col-md-9, .h-form.container-fluid .row .col-md-auto, .h-form.container-fluid .row .col-sm, .h-form.container-fluid .row .col-sm-1, .h-form.container-fluid .row .col-sm-10, .h-form.container-fluid .row .col-sm-11, .h-form.container-fluid .row .col-sm-12, .h-form.container-fluid .row .col-sm-2, .h-form.container-fluid .row .col-sm-3, .h-form.container-fluid .row .col-sm-4, .h-form.container-fluid .row .col-sm-5, .h-form.container-fluid .row .col-sm-6, .h-form.container-fluid .row .col-sm-7, .h-form.container-fluid .row .col-sm-8, .h-form.container-fluid .row .col-sm-9, .h-form.container-fluid .row .col-sm-auto, .h-form.container-fluid .row .col-xl, .h-form.container-fluid .row .col-xl-1, .h-form.container-fluid .row .col-xl-10, .h-form.container-fluid .row .col-xl-11, .h-form.container-fluid .row .col-xl-12, .h-form.container-fluid .row .col-xl-2, .h-form.container-fluid .row .col-xl-3, .h-form.container-fluid .row .col-xl-4, .h-form.container-fluid .row .col-xl-5, .h-form.container-fluid .row .col-xl-6, .h-form.container-fluid .row .col-xl-7, .h-form.container-fluid .row .col-xl-8, .h-form.container-fluid .row .col-xl-9, .h-form.container-fluid .row .col-xl-auto { padding-left: 5px; padding-right: 5px; }
.h-form.container-fluid .row p { margin-top: 10px; }
.h-form.container-fluid .row p.h-form-input { margin-top: 0; }
.h-form.container-fluid .row p.h-form-input span { line-height: 28px; }

.h-form-input { position: relative; width: 100%; min-height: 30px; border: 1px solid #e5e9f0; border-radius: 4px; background-color: transparent; display: inline-block; overflow: hidden; vertical-align: middle; }
.h-form-input.file { border: none; text-align: right; }
.h-form-input.file input[type="button"] { padding: 8px 17px; }
.h-form-input.file input[type="file"] { width: 100%; height: -webkit-fill-available; }
.h-form-input.h-txt-type { display: flex; flex-direction: row; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-form-input.h-txt-type > input, .h-form-input.h-txt-type select { flex: 1; }
.h-form-input.h-txt-type > select { padding: 0 30px 0 10px; background-position-x: 100%; }
.h-form-input.h-txt-type .h-form-txt { flex: none; margin: 0 10px; }
.h-form-input > input, .h-form-input select { width: 100%; height: 30px; font-size: 14px; font-weight: bold; color: #828595; border: 0; background-color: transparent; padding: 0 10px; }
.h-form-input > input:disabled, .h-form-input select:disabled { background-color: #e3e6ea; color: #9aa1ab; opacity: 1; }
.h-form-input > select option { color: #505a83; font-size: 13px; font-weight: bold; }
.h-form-input > input { padding: 0 10px; }
.h-form-input > input::placeholder { color: #505a83; font-size: 13px; font-weight: bold; }
.h-form-input > input:read-only { background-color: #e3e6ea; }
.h-form-input > input[readonly] { background-color: #e3e6ea; }
.h-form-input > input.hasDatepicker { padding-right: 30px !important; text-align: left !important; }
.h-form-input > textarea { width: 100%; min-height: 150px; font-size: 13px; font-weight: bold; color: #505a83; border: 0; background-color: transparent; padding: 10px; resize: none; }
.h-form-input > textarea:disabled, .h-form-input > textarea:read-only { background-color: #e3e6ea; color: #9aa1ab; }
.h-form-input > textarea[readonly] { background-color: #e3e6ea; color: #9aa1ab; }
.h-form-input.h-calendar2 { display: flex; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-form-input.h-calendar2 > input:nth-child(1) { background-image: url("/resource/images/icon/icon_wave01.png"); background-repeat: no-repeat; background-position: right center; padding: 0 10px; }
.h-form-input > .h-free-form-btn, .h-form-input .ui-datepicker-trigger { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); padding: 0; }
.h-form-input > .h-free-form-btn.h-icon-search, .h-form-input .ui-datepicker-trigger.h-icon-search { width: 12px; height: 12px; text-indent: -99999px; border: 0; background: url(/resource/images/icon/icon_search02.png) no-repeat; background-size: 12px; }
.h-form-input > .h-radio-style01[type="radio"] + label, .h-form-input .h-checkbox-style01 + label { margin-top: 4px; margin-left: 10px; font-size: 13px; font-weight: bold; color: #505a83; }

.h-input-list .h-form-input.h-calendar2 > input, .h-input-list .h-form-input.h-calendar2 > select { width: auto; }

button:hover, button:active, input:hover, input:active { outline: none; }

.h-main-widget-area { margin: 0px; padding: 10px 0px 30px; }
.h-main-widget-area .h-main-widget-wrap { position: relative; left: 0px; top: 0px; padding: 0px; margin: 0px; width: 100%; height: 100%; overflow: auto; }
.h-main-widget-area .h-main-widget-container { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; padding: 0 0 0 0; margin: 0px; z-index: 1; }

.h-main-card-wrap { padding-left: 0 !important; padding-right: 0 !important; overflow: hidden; }
@media screen and (min-width: 992px) and (max-width: 1199px) { .h-main-card-wrap { flex: 0 0 100%; max-width: 100%; margin-bottom: 30px; height: auto !important; /* IE10+ */ } }
.h-main-card-wrap > .row { margin: 0 !important; }

/* 유한킴벌리용 추가 스타일 */
.h-main-widget { display: flex; flex-direction: column; flex: 1 0 auto; min-height: 200px; margin: 20px 0 0 20px; background: #ffffff; border: 1px solid #efefef; border-radius: 0px !important; }
.h-main-widget-area { padding: 0 0 30px; }
.h-main-widget-area .h-main-widget-container [class*="col"] { padding: 0; }
.h-main-widget-area .h-main-widget-container .container-fluid { width: calc(100% + 15px); height: calc(100% + 20px); margin-top: -20px; margin-left: -15px; padding-right: 0; }
.h-main-widget-area .h-main-widget-container .container-fluid > .row { height: 100%; }
.h-main-widget-area .h-main-widget-container .main-col { overflow: visible; height: 100%; }
.h-main-widget-area .row { margin-left: 0; margin-right: 0; }
.h-main-widget.box-small { min-height: 156px; }
.h-main-widget.box-large { min-height: 600px; }

.h-main-container { padding-top: 30px; padding-bottom: 0; padding-left: 35px; padding-right: 35px; }
.h-main-container > .h-module { flex: 0 0 110px; padding: 0; }
.h-main-container > .h-module > .h-module-list-wrap { margin: 0 0 30px; padding: 0; }
.h-main-container .h-menu-module-container { padding: 0; border-radius: 0 !important; }

.main-box-title { padding-left: 25px; padding-right: 25px; border-bottom: 1px solid #efefef; font-size: 18px; color: #191919; font-weight: bold; line-height: 59px; }

.main-box-inner-title { display: flex; align-items: center; justify-content: flex-start; font-size: 17px; font-weight: bold; color: #2e2e2e; }
.main-box-inner-title span { display: block; margin-left: auto; font-size: 15px; font-weight: normal; color: #595758; }

.main-more-button { width: 78px; height: 26px; margin-top: 17px; padding: 0; background-color: #009fe3; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); color: #fff; font-size: 13px; font-weight: normal; text-align: left; line-height: 26px; border-radius: 26px; }
.main-more-button span { position: relative; display: block; width: 100%; height: 100%; padding-left: 14px; }
.main-more-button span::after { content: "+"; position: absolute; right: 2px; top: 2px; width: 22px; height: 22px; background: #0081b8; border-radius: 26px; font-size: 22px; text-align: center; line-height: 18px; }

.main-box-contents { flex: 1 1 auto; padding: 20px; }

.vacation-box { overflow-y: auto; height: 50px; margin-bottom: 20px; }
.vacation-inner-box { display: flex; align-items: center; justify-content: flex-start; }
.vacation-inner-box + .vacation-inner-box { margin-top: 10px; }
.vacation-title { flex: 0 0 104px; font-size: 17px; color: #2e2e2e; font-weight: bold; text-align: left; }
.vacation-title span { display: block; font-size: 15px; line-height: 1; text-align: left; font-weight: normal; color: #a1a1a1; }
.vacation-bar { flex: 1 0 auto; position: relative; margin-left: 16px; }
.vacation-bar::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 10px; background-color: #f1f1f1; border-radius: 10px; }
.vacation-bar ul { display: flex; align-items: center; justify-content: flex-start; color: #303030; }
.vacation-bar li { position: relative; flex: 1 1 auto; padding-bottom: 18px; text-align: center; white-space: nowrap; font-size: 14px; line-height: 16px; }
.vacation-bar li::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 10px; background-color: #009fe3; z-index: 1; }
.vacation-bar li::after { content: ""; position: absolute; left: calc(50% - 2px); bottom: 3px; width: 4px; height: 4px; background-color: #fff; border-radius: 4px; z-index: 2; }
.vacation-bar li.on { color: #009fe3; font-weight: bold; font-size: 16px; }
.vacation-bar li.on::before { width: calc(50% + 8px); border-radius: 0 10px 10px 0; }
.vacation-bar li.on ~ li::before { background-color: transparent; }
.vacation-bar li.on ~ li::after { display: none; }
.vacation-bar li.off { color: #cbcbcb; }
.vacation-bar li.start-bar { flex: 0 0 30px; width: 30px; text-align: left; }
.vacation-bar li.start-bar::before { background-color: #009fe3; border-radius: 10px 0 0 10px; }
.vacation-bar li.start-bar.on::before { border-radius: 10px; }
.vacation-bar li.end-bar { flex: 0 0 65px; width: 65px; text-align: right; }
.vacation-bar li.end-bar::before { background-color: #009fe3; border-radius: 0 10px 10px 0; }
.vacation-bar li.end-bar.on::before { width: 100%; }

.apply-box .main-box-contents { display: flex; flex-direction: column; }

.welpare-box { display: flex; flex-direction: column; flex: 1 1 auto; }
.welpare-inner-box { overflow-y: auto; flex: 1 1 auto; height: 96px; margin-top: 10px; padding: 15px 20px; background: #f7f7f7; border-radius: 10px; }
.welpare-item { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 10px; font-size: 15px; line-height: 23px; color: #303030; cursor: pointer; }
.welpare-item.ing .welpare-progress { border: 1px solid #ff7e16; color: #ff7e16; font-weight: bold; background-color: #fff; border-radius: 10px; }
.welpare-item.done .welpare-progress { border: 1px solid #626262; color: #626262; font-weight: bold; background-color: #fff; border-radius: 10px; }
.welpare-item:last-child { margin-bottom: 0; }
.welpare-progress { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 70px; height: 23px; margin-right: 8px; font-size: 15px; }
.welpare-list-title { overflow: hidden; flex: 1 1 auto; line-height: 23px; white-space: nowrap; text-overflow: ellipsis; }
.welpare-date { flex: 0 0 auto; margin-left: auto; color: #666; }

.work-circle { position: relative; display: inline-block; vertical-align: middle; padding-left: 10px; font-size: 14px; }
.work-circle.used { color: #f87d1a; }
.work-circle.apply { color: #8cbf1f; }
.work-circle.residual { color: #009fe3; }
.work-circle::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; background-color: currentColor; transform: translate(0, -50%); border-radius: 6px; }
.work-circle + .work-circle { margin-left: 10px; }
.work-progress { margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid #efefef; }
.work-progress .main-box-inner-title { margin-top: 15px; font-size: 17px; }
.work-progress-box { display: flex; align-items: center; justify-content: flex-start; }
.work-progress-box.single { margin-top: 15px; }
.work-progress-box.single .work-progress-bar span { border-radius: 6px; background-color: #ffde8e; }
.work-progress-box.single .work-progress-bar span::after { display: block; background-color: #ffbb1a; }
.work-progress-box.single .work-progress-text span { font-size: 20px; }
.work-progress-bar { display: flex; align-items: center; justify-content: flex-start; width: 100%; height: 6px; border-radius: 6px; background-color: #f2f2f2; }
.work-progress-bar span { display: block; position: relative; height: 100%; }
.work-progress-bar span.used { background-color: #fcc396; }
.work-progress-bar span.used::after { content: ""; position: absolute; right: -1px; top: -1px; width: 8px; height: 8px; border-radius: 8px; background-color: #f87d1a; z-index: 2; }
.work-progress-bar span.apply { background-color: #c4e975; }
.work-progress-bar span.apply::after { content: ""; position: absolute; right: -1px; top: -1px; width: 8px; height: 8px; border-radius: 8px; background-color: #8cbf1f; z-index: 2; }
.work-progress-bar span.residual { background-color: #64d0ff; }
.work-progress-bar span.residual::after { content: ""; position: absolute; right: -1px; top: -1px; width: 8px; height: 8px; border-radius: 8px; background-color: #009fe3; z-index: 2; }
.work-progress-bar span:first-child { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.work-progress-bar span:last-child { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.work-progress-bar span:last-child::after { display: none; }
.work-progress-text { flex: 0 0 90px; margin-left: 20px; font-size: 15px; text-align: right; }
.work-progress-text .used { color: #f87d1a; }
.work-progress-text .apply { color: #8cbf1f; }
.work-progress-text .residual { color: #009fe3; }
.work-info-box { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin-top: 20px; padding: 15px 25px; background-color: #f7f7f7; border-radius: 10px; }
@media screen and (max-width: 1800px) { .work-info-box .work-info-box-title { width: 100%; margin-right: 0; margin-bottom: 10px; }
  .work-info-box .work-info-box-title span { display: inline-block; margin-left: 6px; vertical-align: top; line-height: 24px; }
  .work-info-box .work-info-box-text { width: 33.333%; margin-left: 0; padding-left: 1 0px; padding-right: 1 0px; text-align: center; }
  .work-info-box .work-info-box-text::after { right: 0; } }
.work-info-box > [class*="work-info-box"] { flex: 0 0 auto; }
.work-info-box-title { margin-right: 40px; font-size: 16px; color: #3d3d3d; font-weight: bold; }
.work-info-box-title span { display: block; font-size: 15px; font-weight: normal; line-height: 1; color: #595758; }
.work-info-box-text { position: relative; margin-left: auto; padding: 0 0 0 6px; font-size: 15px; }
.work-info-box-text::after { content: ""; position: absolute; right: calc(-50% - 1px); top: 50%; width: 1px; height: 14px; background-color: #dbdbdb; transform: translate(0, -50%); }
.work-info-box-text:last-child::after { display: none; }
.work-info-box-text span { font-size: 15px; color: #595758; }
.work-info-box-text span + span { font-size: 22px; color: #3d3d3d; font-weight: bold; }

.notice-box .main-box-contents { height: 240px; }
.notice-box .main-box-contents.for-mss { height: 255px; }
.notice-list { overflow-y: auto; max-height: 205px; font-size: 15px; line-height: 23px; }
.notice-list li.type-green .notice-type { color: #83ba0e; border-color: transparent; background-color: #e3f9b4; }
.notice-list li + li { margin-top: 10px; }
.notice-list li.type-blue .notice-type { color: #009fe3; border-color: transparent; background-color: #caefff; }
.notice-list li + li { margin-top: 10px; }
.notice-list a { display: flex; align-items: center; justify-content: flex-start; cursor: pointer; }
.notice-list a > span { display: block; }
.notice-list a .notice-title { overflow: hidden; display: block; flex: 1 1 auto; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: #303030; }
.notice-list a .notice-title:hover { border-bottom: 1px solid #303030; }
.notice-type { flex: 0 0 70px; margin-right: 10px; font-size: 15px; font-weight: bold; border: 1px solid #efefef; border-radius: 23px; text-align: center; }
.notice-date { flex: 0 0 auto; margin-left: 10px; font-size: 15px; color: #666; }

.quickmenu-link { width: 33.3333%; padding-top: 30px; padding-left: 10px; padding-right: 10px; }
.quickmenu-link img { display: block; margin: 0 auto 5px; }
.quickmenu-link-box { display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap; text-align: center; font-size: 16px; color: #303030; line-height: 20px; }
.quickmenu-link:hover span { color: #009fe3; }

.quicklink-box { align-items: center; justify-content: space-between; flex-direction: row; flex-wrap: wrap; min-height: 0 !important; padding: 25px; }
@media screen and (max-width: 1760px) { .quicklink-box .main-box-inner-title { width: 100%; margin-bottom: 10px; } }
.quicklink-item { position: relative; padding: 0 10px; }
.quicklink-item:hover span { opacity: 1; }
.quicklink-item span { display: block; position: absolute; left: 50%; top: 40px; padding: 0 8px; white-space: nowrap; transform: translate(-50%, 0); background-color: #f9f9f9; font-size: 15px; line-height: 24px; border: 1px solid #d1d1d1; border-radius: 4px; opacity: 0; transition: 0.15s linear; }
.quicklink-item span::before { content: ""; position: absolute; left: 50%; top: -5px; width: 8px; height: 8px; background-color: #f9f9f9; border-top: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; transform: rotate(-45deg); }

.question-box { display: flex; align-items: center; justify-content: space-between; flex-direction: row; flex-wrap: wrap; padding: 25px; }
@media screen and (max-width: 1760px) { .question-box .main-box-inner-title { width: 100%; margin-bottom: 10px; }
  .question-box .question-link-item { display: flex; align-items: center; justify-content: flex-start; width: 100%; flex-wrap: wrap; }
  .question-box .question-link-item + .question-link-item { margin-top: 10px; }
  .question-box .question-link-item .question-link-title { flex: 0 0 auto; margin-right: 20px; }
  .question-box .question-link-item .question-link { flex: 1 1 auto; }
  .question-box .question-link-item .question-link.type-button { margin-top: 0; }
  .question-box .question-link-item .question-link.type-email, .question-box .question-link-item .question-link.type-tel { width: 100%; } }
.question-link { display: block; font-size: 15px; color: #3d3d3d; }
.question-link.type-button { width: 110px; margin-top: 14px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; border-radius: 26px; font-size: 13px; text-align: center; line-height: 26px; border: 1px solid #cacaca; background: #fff; }
.question-link.type-button:hover { border-color: #009fe3; color: #009fe3 !important; }
.question-link.type-tel, .question-link.type-link, .question-link.type-email { margin-top: 4px; padding-left: 20px; }
.question-link.type-tel { background: #fff url("/resource/images/main/icon_tel_type.png") no-repeat left center; }
.question-link.type-email { background: #fff url("/resource/images/main/icon_email_type.png") no-repeat left center; }
.question-link.type-link { background: #fff url("/resource/images/main/icon_link_type.png") no-repeat left center; text-decoration: underline; }
.question-link-title { font-size: 17px; font-weight: bold; color: #2e2e2e; text-align: center; line-height: 30px; }
.question-link-item { padding: 0 20px; }

.calendar-box { height: 638px; }
.calendar-top { display: flex; align-items: center; justify-content: flex-start; padding-top: 20px; padding-bottom: 20px; padding-left: 25px; padding-right: 25px; font-size: 19px; color: #3d3d3d; line-height: 26px; font-weight: bold; }
.calendar-button { font-size: 24px; font-weight: bold; cursor: pointer; }
.calendar-button:hover { color: #009fe3; }
.calendar-button.calendar-prev { margin-left: auto; margin-right: 10px; }
.calendar-table { width: 100%; table-layout: fixed; }
.calendar-table thead th { width: calc(100% / 7); font-size: 16px; font-weight: normal; text-align: center; color: #232323; font-weight: bold; }
.calendar-table tbody td { height: 50px; font-size: 17px; vertical-align: top; }
.calendar-table tbody td:first-of-type { color: #ef1111; }
.calendar-table tbody td:last-of-type { color: #1d5af4; }
.calendar-table tbody td.prev-date { color: #969696; }
.calendar-cell { display: flex; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; justify-content: center; width: 100%; height: 100%; padding-top: 10px; }
.calendar-cell span:first-child { width: 26px; height: 26px; text-align: center; line-height: 24px; }
.calendar-cell span.today { background-color: #019ee3; border: 1px solid #019ee3; box-shadow: 1px 1px 3px #017bb0; color: #fff; border-radius: 26px; }
.calendar-cell .calendar-point { display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 6px; }
.calendar-cell .calendar-point span { display: inline-block; width: 6px; height: 6px; margin-left: 2px; margin-right: 2px; vertical-align: top; border-radius: 6px; }
.calendar-cell .calendar-point span.blueColor { background-color: #019ee3; }
.calendar-cell .calendar-point span.orangeColor { background-color: #f87d1a; }
.calendar-cell .refresh-day { background-color: #83ba0e; border: 1px solid #83ba0e; color: #fff; border-radius: 50%; }

.schedule-box { overflow: auto; height: 150px; position: relative; margin-top: 18px; margin-left: 25px; margin-right: 25px; padding: 20px; border-radius: 10px; background-color: #f7f7f7; font-size: 15px; line-height: 20px; }
.schedule-box::before { content: ""; position: absolute; left: 0; top: -18px; width: 100%; height: 1px; background-color: #efefef; }
.schedule-item { display: flex; align-items: flex-start; align-content: flex-start; justify-content: flex-start; }
.schedule-item + .schedule-item { margin-top: 10px; }
.schedule-title { flex: 0 0 70px; position: relative; width: 80px; padding-left: 24px; padding-right: 10px; font-size: 17px; color: #2e2e2e; font-weight: bold; background: url(/resource/images/main/icon_schedule.png) no-repeat 0 50%; }
.schedule-title::after { content: ""; position: absolute; right: 0; top: 2px; width: 1px; height: 16px; background-color: #909090; }
.schedule-list { padding-left: 16px; }
.schedule-list span { font-weight: bold; }
.schedule-list span.blue-text { color: #019ee3; }
.schedule-list span.orange-text { color: #f87d1a; }
.schedule-list span.green-text { color: #83ba0e; }
.schedule-list p { font-size: 16px; color: #2e2e2e; }
.schedule-list p + p { margin-top: 6px; }

.eis .work-progress { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.eis .work-progress-title { margin-top: 10px; }
.eis .confirm-box { flex-direction: row; flex-wrap: wrap; height: 117px; min-height: 0; padding-left: 25px; padding-right: 25px; }
.eis .confirm-box .main-box-inner-title { flex: 0 0 auto; }
.eis .confirm-inner-box { display: flex; align-items: center; justify-content: space-around; flex: 1 1 auto; padding-left: 25px; padding-right: 25px; }
.eis .confirm-detail { position: relative; height: 50px; padding-left: 60px; }
.eis .confirm-detail:nth-child(1)::after { background: url(/resource/images/main/icon_confirm01.png) no-repeat 0 center; }
.eis .confirm-detail:nth-child(2)::after { background: url(/resource/images/main/icon_confirm02.png) no-repeat 0 center; }
.eis .confirm-detail::before { content: ""; position: absolute; left: 0; top: 0; width: 50px; height: 50px; background-color: #f7f7f7; border-radius: 50px; }
.eis .confirm-detail::after { content: ""; position: absolute; left: 14px; top: 14px; width: 27px; height: 27px; z-index: 2; }
.eis .confirm-number { display: block; width: 100%; font-size: 14px; line-height: 26px; text-align: center; }
.eis .confirm-number span { font-size: 24px; font-weight: bold; }
.eis .confirm-text { display: block; width: 100%; text-align: center; line-height: 1; }
.eis .question-box { position: relative; margin-left: 25px; margin-right: 25px; padding: 25px; background-color: #f5f5f5; }
.eis .question-box::before { content: ""; position: absolute; top: -25px; left: 0; right: 0; height: 1px; background-color: #efefef; }
.eis .question-box .main-box-inner-title { width: 100%; }
.eis .question-box .question-link.type-tel, .eis .question-box .question-link.type-link, .eis .question-box .question-link.type-email { background-color: transparent; }

.myteamtoday-wrapper .h-main-widget { padding-bottom: 25px; }
.myteamtoday-wrapper .work-progress-title.apply span span { color: #9ccc35; }
.myteamtoday-wrapper .work-progress-bar span.apply { background-color: #9ccc35; }
.myteamtoday-box { flex: 1 1 auto; padding: 25px; }
.myteamtoday-box .work-progress-title { overflow: hidden; font-size: 15px; line-height: 30px; }
.myteamtoday-box .work-progress-title span span { font-size: 20px; font-weight: bold; color: #ff2a2a; }
.myteamtoday-box .work-progress-bar > span { background-color: #ff2a2a; }
.myteamtoday-info { margin-top: 15px; margin-bottom: 15px; background-color: #f5f5f5; }
.myteamtoday-info-wrapper { overflow-x: hidden; overflow-y: auto; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; max-height: 100px; padding: 15px; }
.myteamtoday-info:last-of-type { margin-bottom: 0; }
.myteamtoday-info-title { width: 100%; padding-top: 15px; padding-left: 15px; font-size: 15px; font-weight: bold; }
.myteamtoday-info-text { font-size: 15px; line-height: 25px; }
.myteamtoday-info .team-people { position: relative; flex: 0 0 20%; padding-left: 10px; font-size: 15px; line-height: 25px; }
.myteamtoday-info .team-people.red-point::before { background-color: #ff2a2a; }
.myteamtoday-info .team-people::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background-color: #11a3e3; border-radius: 8px; }

.popup-box { display: none; position: absolute; left: 0; top: 0; width: 100%; max-width: 620px; padding: 20px; background-color: #fff; border: 1px solid #009fe3; z-index: 20; box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3); }
.popup-box.show { display: block; }
.popup-box-close { position: absolute; right: 20px; cursor: pointer; }
.popup-box-title { font-size: 18px; font-weight: bold; color: #009fe3; }
.popup-box-title sup { top: -0.4em; font-size: 20px; font-weight: inherit; }
.popup-box-text { margin-top: 10px; font-size: 15px; line-height: 25px; }

.h-form.container-fluid .row p, .h-point { font-size: 15px; color: #656b85; }

.h-form-input > input { color: #303030; }

.row.eis .confirm-box, .row.eis .mywork-box { flex: 0 0 auto; }
.row.eis .welpare-inner-box { height: 108px; }

.manager-info-form { overflow: hidden; display: block; width: 100%; height: 100%; }
.manager-info-form .h-flex-col { height: 100%; }
.manager-info-box dl + dl { margin-top: 20px; }
.manager-info-box dt { margin-bottom: 10px; font-size: 17px; font-weight: bold; }
.manager-info-box dd { background-color: #f1f1f1; }
.manager-info-box dd:last-of-type li:last-of-type { margin-bottom: 20px; }
.manager-info-box dd + dt { margin-top: 30px; }
.manager-info-box dd, .manager-info-box ul, .manager-info-box li { width: 100%; }
.manager-list li { display: flex; align-items: flex-start; justify-content: flex-start; padding: 10px 20px; font-size: 16px; line-height: 18px; }
.manager-list li + li { margin-top: 10px; }
.manager-list li + li .manager-list-right { position: relative; }
.manager-list li + li .manager-list-right::before { content: ""; position: absolute; left: 0; top: -10px; width: 100%; height: 1px; background-color: #e1e1e1; }
.manager-list-left { flex: 0 0 100px; padding-top: 10px; font-weight: bold; }
.manager-list-right { display: flex; flex-wrap: wrap; flex: 1 1 auto; color: #464646; font-size: 15px; }
.manager-list-right a { display: block; width: 50%; margin-top: 10px; padding-left: 24px; }
.manager-list-right a.tel-type { background: url("/resource/images/main/icon_tel_type.png") no-repeat left center; }
.manager-list-right a.email-type { background: url("/resource/images/main/icon_email_type.png") no-repeat left center; }
.manager-list-group { margin-top: 10px; }

@media screen and (max-width: 992px) { .h-ani-layer-box .h-ani-layer-search > input.h-search { max-width: 360px; width: 100%; }
  .h-main-widget { margin-left: 0; }
  .h-flex-col.h-menu-module-container { padding-top: 10px; }
  .h-module-layer { left: 20px !important; right: 20px !important; top: 190px !important; bottom: 20px !important; width: auto; height: 100% !important; max-height: calc(100% - 210px); margin: 0 !important; }
  .h-module-layer-search { flex: 0 0 auto !important; height: 65px; }
  .h-module-layer > .h-flex-layout.h-flex-col { max-height: calc(100% - 25px); } }
@media screen and (min-width: 993px) and (max-width: 1200px) { .h-header-logo > a { padding: 0; }
  .h-ani-layer-box .h-ani-layer-search > input.h-search { width: 180px; }
  .h-header-info-text { max-width: 60px; } }
@media screen and (min-width: 768px) and (max-width: 1200px) { .h-main-container { padding-top: 20px; padding-left: 20px; padding-right: 20px; }
  .h-main-container > .h-module { flex-basis: 120px; }
  .h-main-container > .h-module > .h-module-list-wrap .h-module-list > li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; }
  .h-header-info-text { overflow: hidden; max-width: 50px; text-overflow: ellipsis; font-size: 12px; white-space: nowrap; }
  .question-box .question-link-item { align-items: flex-start; }
  .question-box .question-link-item .question-link { flex: 0 0 auto; margin-left: 0; }
  .question-box .question-link-item .question-link.type-email, .question-box .question-link-item .question-link.type-tel { width: auto; }
  .question-box .question-link-item .question-link.type-email { margin-left: 20px; }
  .vacation-box { height: 170px; } }
.h-div-title { background-color: #f7f7f7; padding: 30px 30px 20px 30px; box-sizing: border-box; }

.h-content-title { margin-bottom: 35px; }

.h-head-title { min-height: 33px; }
.h-head-title::after { content: ''; clear: both; display: block; visibility: hidden; }
.h-head-title .h-titA { float: left; background: none; height: auto; padding-top: 3px; margin-bottom: 12px; font-size: 20px; font-weight: bold; color: #4e5883; line-height: 28px; }
.h-head-title .h-titB { float: left; margin-right: 10px; padding: 0; background: none; height: auto; font-size: 17px; font-weight: bold; color: #4e5983; line-height: 28px; }
.h-head-title .h-input-txt { float: left; margin: 0 5px; padding: 0 2px; line-height: 1.5; }
.h-head-title .h-btn { min-height: 23px; padding: 0; vertical-align: middle; }
.h-head-title .h-btn:first-child { margin-left: 0; }
.h-head-title .h-btns { float: left; }
.h-head-title .h-btns .h-input-list, .h-head-title .h-btns .h-btn { float: left; margin-right: 5px; padding-bottom: 0; }
.h-head-title .h-btns .h-input-list .h-input-txt, .h-head-title .h-btns .h-input-list .h-form-input, .h-head-title .h-btns .h-btn .h-input-txt, .h-head-title .h-btns .h-btn .h-form-input { line-height: 28px; }
.h-head-title .h-btns .h-input-list .h-input-txt input[type="radio"], .h-head-title .h-btns .h-btn .h-input-txt input[type="radio"] { vertical-align: middle; }
.h-head-title .h-btns .h-input-list .h-input-txt input[type="radio"] + label, .h-head-title .h-btns .h-btn .h-input-txt input[type="radio"] + label { line-height: 28px; height: 28px; }
.h-head-title .h-btns .h-input-list > select, .h-head-title .h-btns .h-btn > select { margin: 4px 0 5px 0; }
.h-head-title .h-btns .btMsg { margin: 3px 0 3px 5px; }
.h-head-title .h-btn-area { padding-bottom: 5px; }
.h-head-title .h-btn-area .h-btns + .h-btn { padding-bottom: 0; }
.h-head-title .h-btn-area .h-btns + .h-btn .h-icon-full { margin-bottom: 0; }
.h-head-title .h-btn-area .h-btns > .h-input-txt { padding-top: 5px; padding-bottom: 5px; }
.h-head-title .h-btn-area > .h-btn { margin-bottom: 0; padding-bottom: 0; }
.h-head-title .h-btn-area > .h-btn .h-icon-full { margin-bottom: 0; }

.h-flex-xy-center .h-head-title { padding-bottom: 20px; }

.h-search-emp { display: flex; flex-direction: row; width: 100%; padding: 10px 30px; background: transparent; box-sizing: border-box; }
.h-search-emp .h-search-emp-btn { flex: 0 0 36px; max-width: 36px; height: 36px; display: inline-block; background: url("/resource/images/icon/icon_plus03.png") no-repeat; margin-right: 13px; }
.h-search-emp .h-search-emp-list { flex: 1; display: flex; flex-direction: row; max-width: 150px; }
.h-search-emp .h-search-emp-list > .h-input-area { background-color: #fff; width: 100%; }
.h-search-emp .h-search-emp-list > .h-input-area > input.h-in-text-style03 { margin-right: 10px; }
.h-search-emp .h-search-emp-list > .h-input-area > input.h-in-text-style03:last-child { margin-right: 0; }

.h-search-compare { flex: 0 0 16.44%; max-width: 16.44%; height: 100%; margin-right: 2.30%; padding: 20px 0; box-sizing: border-box; }
@media screen and (max-width: 767px) { .h-search-compare { padding: 10px 0; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-search-compare { padding: 20px 0; } }

.h-search-compare-header { margin-bottom: 20px; padding: 0 30px; }
@media screen and (max-width: 767px) { .h-search-compare-header { padding: 0 10px; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-search-compare-header { padding: 0 30px; } }

.h-search-compare-header .h-search-compare-btn-fold { display: inline-block; width: 15px; height: 12px; background: url("/resource/images/icon/icon_menu01.png") no-repeat; }
.h-search-compare-list { height: calc(100% - 25px); padding: 0 30px; }
@media screen and (max-width: 767px) { .h-search-compare-list { padding: 0 10px; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-search-compare-list { padding: 0 30px; } }

.h-search-compare-list-depts1 > li > div { display: flex; flex-direction: row; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #dedede; }
.h-search-compare-list-depts1 > li > div > .txt { font-size: 15px; font-weight: bold; color: #4e5983; flex: auto; }
.h-search-compare-list-depts2 > li { display: flex; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 20px; border-bottom: 1px solid #dedede; }
@media screen and (max-width: 767px) { .h-search-compare-list-depts2 > li { padding: 10px; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-search-compare-list-depts2 > li { padding: 15px 20px; } }

.h-search-compare-list-depts2 > li > .txt { font-size: 13px; line-height: 13px; color: #868daa; flex: auto; }
.h-search-compare-list-depts2 > li > .btn { height: 12px; }
.h-search-compare-list-depts2 > li > .btn .h-checkbox-style01 + label { vertical-align: top; box-sizing: border-box; }

.h-search-result { flex: 1; height: 100%; position: relative; padding: 20px 20px 20px 235px; box-sizing: border-box; }
.h-search-result-head { position: absolute; left: 0; top: 0; width: 205px; height: 100%; background-color: #fff; border-right: 1px solid #f5f5f7; padding: 20px; padding-top: 107px; box-sizing: border-box; }
.h-search-result-head > ul > li { position: relative; min-height: 35px; font-size: 13px; font-weight: bold; color: #4e5983; padding: 7px 10px; box-sizing: border-box; border-bottom: 1px solid #eeeeee; }
.h-search-result-head > ul > li.title { position: absolute; top: 0; left: 0; z-index: 4; width: 205px; font-size: 15px; padding: 5px 20px 0 20px; border-right: 1px solid #f5f5f7; border-bottom: 0; background-color: #fff; transition: all .5s; }
.h-search-result-head > ul > li.title:hover { border: 0; color: #4e5983; }
.h-search-result-head > ul > li.title .title-underline { border-bottom: 1px solid #868daa; padding: 10px 7px; }
.h-search-result-head > ul > li.title .title-underline > .point { font-size: 33px; font-weight: bold; color: #009fe3; }
.h-search-result-head > ul > li.title .title-underline:hover { color: #4e5983; border-bottom: 1px solid #868daa; }
.h-search-result-head > ul > li.title .h-btn-menu { min-height: 12px; }
.h-search-result-head > ul > li:hover { color: #009fe3; border-bottom: 1px solid #009fe3; }
.h-search-result-head > ul > li:hover .h-search-result-btn { background: url("/resource/images/icon/icon_arrow_bottom01_on.png") center center no-repeat; }
.h-search-result-head > ul > li:last-child { margin-bottom: 0; }
.h-search-result-head > ul > li .h-search-result-btn { position: absolute; top: 13px; right: 10px; width: 12px; height: 8px; background: url("/resource/images/icon/icon_arrow_bottom01.png") center center no-repeat; border: 0; text-indent: -9999px; transform: rotate(0); }
.h-search-result-head > ul > li .h-search-result-btn.on { transform: rotate(180deg); }
.h-search-result-head > ul > li > .h-select-style.type03 > ul { top: 30px; }
.h-search-result-head > ul > li > .h-select-style.type03 .h-select-text { font-size: 13px; height: 18px; line-height: 18px; padding: 0; }
.h-search-result-content { display: flex; flex-direction: row; width: 100%; height: 100%; }
.h-search-result-content-box { position: relative; flex: 0 0 23%; max-width: 23%; height: 100%; padding: 20px; padding-top: 88px; box-sizing: border-box; background-color: #f5f5f7; border-radius: 25px; margin-right: 2.66%; }
@media screen and (min-width: 992px) and (max-width: 1199px) { .h-search-result-content-box { flex: 0 0 50%; max-width: 50%; /* IE10+ */ } }
@media screen and (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: active), screen and (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: none) { .h-search-result-content-box { flex: 0 0 23%; max-width: 23%; } }

@media screen and (min-width: 768px) and (max-width: 991px) { .h-search-result-content-box { flex: 0 0 100%; max-width: 100%; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-search-result-content-box { flex: 0 0 23%; max-width: 23%; } }

@media screen and (max-width: 767px) { .h-search-result-content-box { flex: 0 0 100%; max-width: 100%; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-search-result-content-box { flex: 0 0 23%; max-width: 23%; } }

.h-search-result-content-box > ul > li { min-height: 35px; font-size: 13px; color: #868daa; word-break: break-all; padding: 7px 10px; box-sizing: border-box; border-bottom: 1px solid #eeeeee; }
.h-search-result-content-box > ul > li.title { position: absolute; left: 0; top: 0; width: 100%; height: 88px; padding: 21px 20px 0 20px; background-color: #f5f5f7; border-radius: 25px 25px 0 0; transition: .5s all; border: 0; }
.h-search-result-content-box > ul > li.title .title-underline { display: flex; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 67px; padding-bottom: 10px; border-bottom: 1px solid #868daa; }
.h-search-result-content-box > ul > li.title .info { display: flex; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; flex: auto; }
.h-search-result-content-box > ul > li.title .info > img { height: 56px; margin-right: 10px; }
.h-search-result-content-box > ul > li.title .info > .txt { font-size: 12px; color: #868daa; }
.h-search-result-content-box > ul > li.title .info > .txt > .name { display: block; font-size: 13px; color: #4e5983; }
.h-search-result-content-box > ul > li.title .h-btn { flex: 0 0 10px; max-width: 10px; margin-right: 20px; }
.h-search-result-content-box > ul > li.title .h-btn > .h-btn-view { display: block; height: 100%; background: url("/resource/images/icon/icon_view_more.png") no-repeat right; }
.h-search-result-content-box > ul > li.h-rating-list { padding: 0; }
.h-search-result-content-box > ul > li.h-rating-list > ul { display: flex; flex-direction: row; background-color: #f4f7fe; padding: 11px 0; }
.h-search-result-content-box > ul > li.h-rating-list > ul > li { flex: 1; height: auto; line-height: 12px; border-right: 1px solid #d8dce9; text-align: center; }
.h-search-result-content-box > ul > li.h-rating-list > ul > li:last-child { border-right: 0; }
.h-search-result-content-box > ul > li.h-rating-list > ul > li > input { display: none; }
.h-search-result-content-box > ul > li.h-rating-list > ul > li > input + label { display: inline-block; height: 12px; line-height: 12px; font-size: 13px; color: #868daa; vertical-align: top; }
.h-search-result-content-box > ul > li .h-compare-detail > li { margin-top: 10px; margin-left: 10px; }

.h-my-lating-box { padding: 20px; }
.h-my-lating-box .h-my-lating-content { flex: 1; }
.h-my-lating-box .h-my-lating-content-head { display: flex; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 0 30px 0; margin-bottom: 30px; border-bottom: 1px solid #dedede; }
.h-my-lating-box .h-my-lating-content-head-left { flex: 1; }
.h-my-lating-box .h-my-lating-content-head-left .h-my-lating-content-head-tit-wrap { display: flex; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-my-lating-box .h-my-lating-content-head-left .h-my-lating-content-head-tit { font-size: 17px; font-weight: bold; color: #4e5983; margin-right: 30px; }
.h-my-lating-box .h-my-lating-content-head-left .h-my-lating-content-head-condition { display: flex; flex-direction: row; width: 262px; height: 40px; border: 1px solid #dedede; border-radius: 5px; }
.h-my-lating-box .h-my-lating-content-head-left .h-my-lating-content-head-condition-tit { flex: 0 0 105px; max-width: 105px; padding: 10px 10px 10px 20px; font-size: 13px; color: #4e5983; border-right: 1px solid #ccc; }
.h-my-lating-box .h-my-lating-content-head-btn-schNotice { flex: 0 0 22px; max-width: 22px; }
.h-my-lating-box .h-my-lating-content-head-btn-schNotice > input { display: inline-block; width: 22px; height: 22px; background: url("/resource/images/icon/icon_sound01.png") no-repeat; border: 0; text-indent: -9999px; margin-top: 9px; }
.h-my-lating-box .h-my-lating-search { flex: 0 0 40%; max-width: 40%; padding-top: 400px; text-align: center; background: url("/resource/images/common/bg-my-lating.png") center 110px no-repeat #fff; }
.h-my-lating-box .h-my-lating-search-btn { display: inline-block; width: 135px; height: 33px; line-height: 33px; border-radius: 15px; background-color: #fb9c80; font-size: 14px; color: #fff; text-align: center; }
.h-my-lating-box .h-my-lating-step { display: flex; flex-direction: row; flex-wrap: wrap; }
.h-my-lating-box .h-my-lating-step > li { flex: 0 0 31%; max-width: 31%; height: 135px; padding: 20px 35px 20px 20px; margin-right: 3.5%; border-radius: 25px; background-position: 97% center; background-repeat: no-repeat; background-size: 25px; cursor: pointer; }
.h-my-lating-box .h-my-lating-step > li:nth-child(3n) { margin-right: 0; }
.h-my-lating-box .h-my-lating-step > li:nth-child(n+4) { margin-top: 20px; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type01 { background-image: url("/resource/images/icon/icon_check02.png"); background-color: #f6f6f6; border: 1px solid #f6f6f6; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type01 .h-my-lating-box-state { background-color: #b9bdcb; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 { background-image: url("/resource/images/icon/icon_view_more03.png"); background-color: #f5f7fe; border: 1px solid #f5f7fe; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 .h-my-lating-box-state { background-color: #009fe3; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div { position: relative; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .chartArea { padding: 0 0 5px 0; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .chartArea td { height: 13px; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .num1, .h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .num2, .h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .num3 { position: relative; margin-right: 3px; padding-left: 10px; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .num1:before, .h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .num2:before, .h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .num3:before { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: red; content: ""; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .num1:before { background: #d7262e; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .num2:before { background: #ffdb0c; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .num3:before { background: #68b1ff; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type02 > div .stepState { position: absolute; bottom: 0; right: 0; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type03 { background-image: url("/resource/images/icon/icon_no_data03.png"); background-color: #fff; border: 1px dashed #b9bdcb; }
.h-my-lating-box .h-my-lating-step > li.h-bg-type03 .h-my-lating-box-state { background-color: #bec1cf; }
.h-my-lating-box .h-my-lating-step > li .h-my-lating-box-step { font-size: 15px; line-height: 15px; color: #868daa; margin-bottom: 10px; }
.h-my-lating-box .h-my-lating-step > li .h-my-lating-box-tit { font-size: 17px; font-weight: bold; color: #4e5983; margin-bottom: 10px; }
.h-my-lating-box .h-my-lating-step > li .h-my-lating-box-state { width: 128px; height: 33px; line-height: 14px; font-size: 14px; color: #fff; text-align: center; padding: 10px; border-radius: 5px; }
.h-my-lating-box .h-my-lating-no { width: 100%; font-size: 22px; font-weight: bold; color: #4e5983; text-align: center; background-color: #f6f6f6; border-radius: 25px; padding: 100px 0; }

@media screen and (min-width: 992px) and (max-width: 1199px) { .h-app-wrap { flex-wrap: wrap; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-app-wrap { flex-wrap: wrap; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-app-wrap { flex-wrap: wrap; /* IE10+ */ } }
.h-app-wrap .h-app-form-state { flex: 1; margin-right: 20px; }
@media screen and (min-width: 992px) and (max-width: 1199px) { .h-app-wrap .h-app-form-state { flex: 0 0 100% !important; max-width: 100%; height: auto !important; margin-bottom: 30px; margin-right: 0; /* IE10+ */ } }
@media screen and (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: active), screen and (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: none) { .h-app-wrap .h-app-form-state { flex: 1 !important; margin-right: 20px; } }

@media screen and (min-width: 768px) and (max-width: 991px) { .h-app-wrap .h-app-form-state { flex: 0 0 100% !important; max-width: 100%; height: auto !important; margin-bottom: 30px; margin-right: 0; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-app-wrap .h-app-form-state { flex: 1 !important; margin-right: 20px; } }

@media screen and (max-width: 767px) { .h-app-wrap .h-app-form-state { flex: 0 0 100% !important; max-width: 100%; height: auto !important; margin-bottom: 30px; margin-right: 0; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-app-wrap .h-app-form-state { flex: 1; margin-right: 20px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) { .h-app-wrap .h-app-form-state + .h-flex-box { flex: 0 0 100%; max-width: 100%; /* IE10+ */ } }
@media screen and (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: active), screen and (min-width: 992px) and (max-width: 1199px) and (-ms-high-contrast: none) { .h-app-wrap .h-app-form-state + .h-flex-box { flex: 1; max-width: auto; } }

@media screen and (min-width: 768px) and (max-width: 991px) { .h-app-wrap .h-app-form-state + .h-flex-box { flex: 0 0 100%; max-width: 100%; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-app-wrap .h-app-form-state + .h-flex-box { flex: 1; max-width: auto; } }

@media screen and (max-width: 767px) { .h-app-wrap .h-app-form-state + .h-flex-box { flex: 0 0 100%; max-width: 100%; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-app-wrap .h-app-form-state + .h-flex-box { flex: 1; max-width: auto; } }

.h-app-wrap .h-app-form-state-search { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 40px; }
.h-app-wrap .h-app-form-state-search > .h_input { flex: 1; }
.h-app-wrap .h-app-form-state-box { margin-bottom: 25px; }
.h-app-wrap .h-app-form-state-box-wrap { height: 570px; overflow: auto; }
.h-app-wrap .h-app-form-state-box-header { display: flex; flex-direction: row; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid #ddd; padding-bottom: 25px; margin-bottom: 25px; }
.h-app-wrap .h-app-form-state-box-header-tit { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: flex; font-size: 17px; font-weight: bold; color: #009fe3; }
.h-app-wrap .h-app-form-state-box-header-tit > span { min-width: 60px; font-size: inherit; font-family: inherit; color: inherit; margin-right: 10px; }
.h-app-wrap .h-app-form-state-box-header-tit > span.num { min-width: auto; line-height: 30px; margin-top: -4px; margin-right: 0; font-size: 30px; }
.h-app-wrap .h-app-form-state-box-header .h-app-form-state-box-slide-btn { width: 19px; height: 12px; background: url(/resource/images/icon/icon_arrow_bottom05.png) no-repeat; transform: rotate(180deg); }
.h-app-wrap .h-app-form-state-box.selected .h-app-form-state-box-header { border: 0; margin-bottom: 0; }
.h-app-wrap .h-app-form-state-box.selected .h-app-form-state-box-slide-btn { transform: rotate(0); }
.h-app-wrap .h-app-form-state-box-list { display: none; }
.h-app-wrap .h-app-form-state-box-list > li { display: flex; flex-direction: row; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; box-shadow: 0px 0px 8px 0px rgba(230, 230, 230, 0.8); background-color: #fff; border-radius: 25px; padding: 15px 30px; margin-bottom: 30px; cursor: pointer; }
.h-app-wrap .h-app-form-state-box-list > li:last-child { margin-bottom: 0; }
.h-app-wrap .h-app-form-state-box-list > li.on { background-color: #e3f7ff; border: 1px solid #e3f7ff; }
.h-app-wrap .h-app-form-state-box-list > li.on .h-app-form-state-box-list-img { border: 2px solid #e3f7ff; }
.h-app-wrap .h-app-form-state-box-list > li.on .h-app-form-state-box-list-view-btn { flex: 0 0 29px; max-width: 29px; background: url("/resource/images/icon/icon_check04.png") no-repeat center; }
.h-app-wrap .h-app-form-state-box-list-category-icon { flex: 0 0 37px; max-width: 37px; height: 37px; margin-right: 30px; }
@media screen and (max-width: 767px) { .h-app-wrap .h-app-form-state-box-list-category-icon { margin-right: 15px; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-app-wrap .h-app-form-state-box-list-category-icon { margin-right: 30px; } }

.h-app-wrap .h-app-form-state-box-list-category-icon > img { width: 37px; height: 37px; }
.h-app-wrap .h-app-form-state-box-list-img { flex: 0 0 60px; max-width: 60px; height: 60px; margin-right: 10px; border-radius: 50%; overflow: hidden; }
@media screen and (max-width: 767px) { .h-app-wrap .h-app-form-state-box-list-img { flex: 0 0 50px; max-width: 50px; height: 50px; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-app-wrap .h-app-form-state-box-list-img { flex: 0 0 60px; max-width: 60px; height: 60px; } }

.h-app-wrap .h-app-form-state-box-list-img > img { width: 100%; }
.h-app-wrap .h-app-form-state-box-list-tit { flex: 0 0 160px; max-width: 160px; margin-right: 90px; }
@media screen and (max-width: 767px) { .h-app-wrap .h-app-form-state-box-list-tit { flex: 0 0 90px; max-width: 90px; margin-right: 0; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-app-wrap .h-app-form-state-box-list-tit { flex: 0 0 130px; max-width: 130px; margin-right: 90px; } }

.h-app-wrap .h-app-form-state-box-list-tit > .point { font-size: 17px; color: #4e5983; line-height: 17px; margin-bottom: 5px; }
.h-app-wrap .h-app-form-state-box-list-tit > .name { font-size: 15px; color: #868daa; line-height: 15px; margin-bottom: 5px; }
.h-app-wrap .h-app-form-state-box-list-tit > .year { font-size: 14px; color: #868daa; line-height: 14px; }
.h-app-wrap .h-app-form-state-box-list-txt { flex: 1; }
.h-app-wrap .h-app-form-state-box-list-txt > .h-bul-line { position: relative; color: #868daa; font-size: 14px; line-height: 18px; padding-left: 10px; }
.h-app-wrap .h-app-form-state-box-list-txt > .h-bul-line:before { content: ''; position: absolute; left: 0; top: 7px; width: 4px; height: 1px; background-color: #868daa; }
.h-app-wrap .h-app-form-state-box-list-view-btn { flex: 0 0 10px; max-width: 10px; height: 20px; background: url("/resource/images/icon/icon_view_more.png") no-repeat center; text-indent: -9999px; cursor: pointer; }
.h-app-wrap .h-app-form-state-box.selected .h-app-form-state-box-list { display: block; }

.h-app-form { flex: 1; height: 100%; display: flex; flex-direction: row; flex-wrap: wrap; padding: 20px; background-color: #fff; border-radius: 25px; overflow: auto; }
.h-app-form-tit { font-size: 23px; font-weight: bold; color: #4e5983; line-height: 23px; text-align: center; padding-bottom: 25px; }
.h-app-form-search .h-select-style.type04 { display: block; border-radius: 25px !important; margin-bottom: 30px; padding-left: 20px !important; background-position-x: 99%; }
.h-app-form-search-list { position: relative; margin-bottom: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-app-form-search-list > ul { display: flex; flex-direction: row; overflow: auto; justify-content: center; padding: 0 15px; }
@media screen and (max-width: 767px) { .h-app-form-search-list > ul { /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-app-form-search-list > ul { justify-content: center; } }

.h-app-form-search-list > ul > li { position: relative; flex: 0 0 100px; text-align: center; }
.h-app-form-search-list-img { display: block; width: 65px; height: 65px; border-radius: 50%; border: 1px solid #b5c1cb; margin: 0 auto; margin-bottom: 10px; overflow: hidden; }
.h-app-form-search-list-img > img { width: 100%; height: auto; }
.h-app-form-search-list-name { display: inline-block; font-size: 13px; color: #868daa; margin-bottom: 45px; }
.h-app-form-search-list-state { position: absolute; bottom: 7px; left: 50%; transform: translate(-50%); z-index: 2; width: 16px; height: 17px; background: url("/resource/images/icon/icon_circle01.png") no-repeat; text-indent: -9999px; }
.h-app-form-search-list-state.h-state-wait { width: 30px; height: 30px; bottom: 0; background: url("/resource/images/icon/icon_view_more03.png") no-repeat; background-size: 30px; }
.h-app-form-search-list-state.h-state-request { width: 30px; height: 30px; bottom: 0; background: url("/resource/images/icon/icon_write01.png") no-repeat; }
.h-app-form-search-list-state.h-state-request { width: 30px; height: 30px; bottom: 0; background: url("/resource/images/icon/icon_write01.png") no-repeat; }
.h-app-form-search-list-state.h-state-complete { width: 30px; height: 30px; bottom: 0; background: url("/resource/images/icon/icon_check03.png") no-repeat; }
.h-app-form-search-list-line { position: absolute; bottom: 14px; left: 50%; transform: translate(-50%); width: 75%; height: 2px; background-color: #c4d1dc; }
@media screen and (max-width: 767px) { .h-app-form-search-list-line { /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-app-form-search-list-line { display: block; } }

.h-app-form .approval-line { padding-bottom: 30px; display: inline-block; }
.h-app-form .approval-line span { float: left; margin: 0 5px; }
.h-app-form .approval-line span:after { content: ''; display: block; clear: both; }
.h-app-form-list-wrap { flex: 0 0 100%; background-color: #fff; border-radius: 25px; border: 1px solid #e3e9ee; padding: 30px; }
.h-app-form-list { margin-bottom: 20px; }
.h-app-form-list:last-child { margin-bottom: 0; }
.h-app-form-list-tit { font-size: 14px; font-weight: bold; color: #4e5983; flex: 0 0 110px; max-width: 110px; margin-right: 10px; }
.h-app-form-list > .h-app-form-list-content { flex: 1; display: flex; flex-direction: row; flex-wrap: wrap; font-size: 14px; color: #868daa; border-bottom: 1px solid #e1e2e6; padding-bottom: 10px; }
.h-app-form-list > .h-app-form-list-content select { height: 23px; }
.h-app-form-list > .h-app-form-list-content select.h-w-auto { width: auto; }
.h-app-form-list > .h-app-form-list-content .h-in-text-style01 { border: 0; padding: 3px; }
.h-app-form-list > .h-app-form-list-content .h-in-text-style01:hover { border: 0; }
.h-app-form-history { flex: 0 0 100%; max-width: 100%; margin-top: 30px; padding: 0 30px; }
.h-app-form-history-title { font-size: 16px; color: #4e5983; margin-bottom: 20px; }
.h-app-form-history-list { position: relative; padding: 0 10px; }
.h-app-form-history-list .h-app-form-search-list-state { left: -6px; top: 0; bottom: auto; width: 30px; height: 17px; transform: translate(0, -50%); background-position: center top; }
.h-app-form-history-list .h-app-form-search-list-state.h-state-wait, .h-app-form-history-list .h-app-form-search-list-state.h-state-request, .h-app-form-history-list .h-app-form-search-list-state.h-state-complete { top: auto; bottom: 50%; height: 30px; background-position: center center; }
.h-app-form-history-list > li { position: relative; display: flex; flex-direction: row; min-height: 90px; flex-wrap: wrap; font-size: 14px; color: #868daa; padding-left: 50px; }
.h-app-form-history-list > li:last-child > .h-app-form-history-list-line { display: none; }
.h-app-form-history-list > li .h-history-list-date, .h-app-form-history-list > li .h-history-list-team { flex: 0 0 40%; max-width: 40%; }
.h-app-form-history-list > li .h-history-list-state { flex: 0 0 20%; max-width: 20%; text-align: right; }
.h-app-form-history-list > li .h-history-list-message { position: relative; flex: 0 0 100%; max-width: 100%; line-height: 26px; background-color: #f4f6fb; border: 1px solid #ccd2e6; border-radius: 10px; padding: 0 15px; margin-left: 10px; }
.h-app-form-history-list > li .h-history-list-message:before { content: ''; position: absolute; top: 50%; left: -7px; transform: translatey(-50%); z-index: 1; width: 7px; height: 11px; background: url("/resource/images/icon/icon_massage02.png") no-repeat; }
.h-app-form-history-list-line { position: absolute; left: 9px; top: 3px; width: 2px; height: 100%; background-color: #c4d1dc; }
.h-app-form-search-list-state { /* top:2px;  */ /* left:10px; */ transition: unset; }
.h-app-form-comfirm-massage { width: 100%; flex: none; font-size: 17px; font-weight: bold; color: #009fe3; text-align: center; margin: 20px 0; }
.h-app-form-result { flex: 0 0 100%; max-width: 100%; padding: 20px; border-bottom: 1px solid #e9e9e9; }
.h-app-form-result-tit { font-size: 17px; font-weight: bold; color: #4e5983; margin-bottom: 30px; }
.h-app-form-result > .point { color: #009fe3; }

.h-eval { display: flex; flex-direction: row; height: 100%; padding-bottom: 50px; }
.h-eval-user { flex: 0 0 19.90%; max-width: 19.90%; height: 100%; background: url("/resource/images/bg_eval_user.png") no-repeat top #fff; border-right: 1px solid #96d4ce; border-radius: 25px; margin-right: 2.31%; padding: 50px 30px; overflow-y: auto; }
.h-eval-user-tit { font-size: 20px; font-weight: bold; color: #4e5983; text-align: center; line-height: 20px; margin-bottom: 20px; }
.h-eval-user-state { position: relative; margin: 0 10px 20px 10px; padding-bottom: 31px; border-bottom: 1px solid #cacdda; }
.h-eval-user-state-grape { height: 95px; margin-bottom: 10px; }
.h-eval-user-state-btn { position: absolute; left: 50%; top: 30px; transform: translateX(-50%); width: 26px; height: 26px; background: url("/resource/images/icon/icon_view_more03.png"); background-size: 26px; }
.h-eval-user-state-numerical { position: absolute; left: 0; top: 74px; width: 100%; line-height: 20px; font-size: 20px; font-weight: bold; color: #009fe3; text-align: center; }
.h-eval-user-state-txt { font-size: 14px; color: #868daa; line-height: 14px; text-align: center; margin-bottom: 10px; }
.h-eval-user-state-date { font-size: 12px; color: #fb9c80; text-align: center; }
.h-eval-user-info { margin-bottom: 20px; }
.h-eval-user-info .h-eval-user-img { position: relative; width: 90px; height: 90px; margin: 0 auto 20px auto; }
.h-eval-user-info .h-eval-user-img > img { width: 90px; height: 90px; border-radius: 50%; }
.h-eval-user-info .h-eval-user-img-btn { position: absolute; top: 60px; right: 0; z-index: 10; width: 30px; height: 30px; background: url("/resource/images/icon/icon_search02.png") no-repeat center #fff; border: 1px solid #d4d7e1; border-radius: 50%; }
.h-eval-user-info .h-eval-user-name { font-size: 22px; font-weight: bold; color: #4e5983; line-height: 22px; text-align: center; margin-bottom: 10px; }
.h-eval-user-info .h-eval-user-company { display: flex; flex-direction: row; justify-content: center; margin-bottom: 20px; }
.h-eval-user-info .h-eval-user-company > span { font-size: 13px; color: #868daa; line-height: 13px; }
.h-eval-user-info .h-eval-user-company > span:nth-child(2):before { display: inline-block; content: ''; width: 1px; height: 14px; background-color: #aaafc3; margin: 0 10px; vertical-align: top; }
.h-eval-user-info .h-eval-user-company-num { font-size: 17px; font-weight: bold; color: #4e5983; text-align: center; margin-bottom: 10px; }
.h-eval-user-info .h-eval-user-company-mail { font-size: 17px; color: #fb9c80; text-align: center; }
.h-eval-user-purpose { display: flex; flex-direction: row; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #f5f7fe; border-radius: 10px; margin: 0 10px; margin-bottom: 20px; padding: 10px 20px; }
.h-eval-user-purpose-state { flex: 0 0 36px; max-width: 36px; height: 36px; margin-right: 25px; }
.h-eval-user-purpose-txt { font-size: 16px; color: #4e5983; text-align: left; }
.h-eval-user-estimator { padding-left: 20px; }
.h-eval-user-estimator-tit { font-size: 16px; font-weight: bold; color: #4e5983; text-align: left; }
.h-eval-user-estimator-list > li { display: flex; flex-direction: row; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; border-top: 1px solid #d8dce9; }
.h-eval-user-estimator-list > li:first-child { border-top: 0; }
.h-eval-user-estimator-list > li .h-eval-user-estimator-procedure { font-size: 14px; color: #868daa; margin-right: 10px; }
.h-eval-user-estimator-list > li .h-eval-user-estimator-img { flex: 0 0 50px; max-width: 50px; height: 50px; border-radius: 50%; border: 1px solid #e5e8f3; margin-right: 20px; }
.h-eval-user-estimator-list > li .h-eval-user-estimator-img > img { width: 50px; height: inherit; border-radius: 50%; }
.h-eval-user-estimator-list > li .h-eval-user-estimator-name { font-size: 14px; font-weight: bold; color: #868daa; }
.h-eval-content { display: flex; flex-direction: column; flex: 1; height: 100%; padding-top: 30px; margin-right: 2.31%; }
.h-eval-content-header { display: flex; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 30px; }
.h-eval-content-header-tit { display: inline-block; line-height: 22px; font-size: 22px; font-weight: bold; color: #4e5983; margin-right: 15px; }
.h-eval-content-body { height: 100%; overflow-y: auto; padding-right: 5px; }
.h-eval-content-accordion { background-color: #fff; border-radius: 25px; padding: 30px; margin-bottom: 30px; }
.h-eval-content-accordion:last-child { margin-bottom: 0; }
.h-eval-content-accordion-header { display: flex; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 10px; }
.h-eval-content-accordion-header-tit { font-size: 17px; font-weight: bold; color: #4e5983; }
.h-eval-content-accordion-header .h-eval-content-accordion-progress { font-size: 23px; color: #fb9c80; margin-right: 30px; }
.h-eval-content-accordion-header .h-eval-content-accordion-btn { display: flex; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; }
.h-eval-content-accordion-header .h-eval-content-accordion-btn-control > input[type=checkbox] { display: none; }
.h-eval-content-accordion-header .h-eval-content-accordion-btn-control > input[type=checkbox] + label { display: inline-block; width: 19px; height: 12px; background: url("/resource/images/icon/icon_arrow_bottom05.png") no-repeat; transform: rotate(180deg); cursor: pointer; }
.h-eval-content-accordion-header .h-eval-content-accordion-btn-control > input[type=checkbox]:checked + label { transform: rotate(0); }
.h-eval-content-accordion-body { display: none; border-top: 1px solid #dedede; margin-top: 20px; padding: 20px 30px; }
.h-eval-content-accordion-body-box01 { background: url("/resource/images/bg_eval.png") no-repeat 60px center #f5f5f7; border-radius: 8px; margin-top: 30px; padding: 30px 10px 30px 230px; }
.h-eval-content-accordion.h-type-input .h-eval-content-accordion-header { justify-content: unset; }
.h-eval-content-accordion.h-type-input .h-eval-content-accordion-header-tit { margin-right: 20px; flex: 0 0 68px; max-width: 68px; }
.h-eval-content-accordion.h-type-input .h-eval-content-accordion-header .h-in-text-style01 { flex: auto; max-width: auto; width: unset; margin-right: 30px; }
.h-eval-content-accordion.h-type-input-body { border: unset; margin-top: 0; padding-left: 10px; padding-right: 45px; }
.h-eval-content-accordion.h-type-input-body-tit { flex: 0 0 68px; max-width: 68px; font-size: 17px; font-weight: bold; color: #4e5983; margin-right: 20px; }
.h-eval-textarea > li { display: flex; flex-direction: row; margin-bottom: 20px; box-sizing: border-box; }
.h-eval-textarea > li:last-child { margin-bottom: 0; }
.h-eval-textarea > li > textarea { flex: 1; height: 80px; border: 1px solid #dadde5; padding: 15px; overflow-x: auto; resize: none; }
.h-eval-textarea > li > .h-basic-list02 { flex: 1; }
.h-eval-textarea > li > .h-basic-list02 span.tit { top: 50%; transform: translateY(-50%); }
.h-eval-message { display: flex; flex-direction: column; flex: 0 0 23.72%; max-width: 23.72%; height: 100%; padding-top: 115px; }
.h-eval-message-tit { font-size: 17px; font-weight: bold; color: #4e5983; margin-bottom: 30px; }
.h-eval-message-content { flex: 1; overflow-y: auto; margin-bottom: 30px; }
.h-eval-message-content > li { position: relative; min-height: 95px; padding-left: 90px; margin-bottom: 30px; }
.h-eval-message-content > li .h-eval-message-user-info { position: absolute; left: 0; top: 0; padding: 0 5px; }
.h-eval-message-content > li .h-eval-message-user-info > img { width: 65px; height: 65px; border-radius: 50%; border: 1px solid #e7e7e7; margin-bottom: 10px; }
.h-eval-message-content > li .h-eval-message-user-info > p { font-size: 13px; color: #868daa; text-align: center; }
.h-eval-message-content > li .h-eval-message-user-txt { position: relative; font-size: 14px; color: #868daa; background-color: #fff; border-radius: 8px; margin: 8px 8px 10px 12px; padding: 10px 20px; box-shadow: 0px 0px 8px 0px #ededed; }
.h-eval-message-content > li .h-eval-message-user-txt:first-child::after { content: ''; position: absolute; left: -13px; top: 10px; width: 13px; height: 14px; background: url("/resource/images/icon/icon_massage01.png") no-repeat; }
.h-eval-message-content > li .h-eval-message-user-txt:last-child { margin-bottom: 0; }

.h-performance { font-size: 14px; color: #4e5983; border-bottom: 1px solid #dadde5; padding: 30px 20px; }
.h-performance:last-child { margin-bottom: 0; }
.h-performance-content { display: flex; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; }
.h-performance-content:last-child { margin-bottom: 0; }
.h-performance-content-tit { flex: 0 0 55px; max-width: 55px; margin-right: 30px; }
.h-performance-content-per { flex: 0 0 30px; max-width: 30px; margin-right: 15px; }
.h-performance-content-date { flex: 0 0 72px; max-width: 72px; font-size: 12px; color: #868daa; }
.h-performance-content-txt { flex: 1; color: #868daa; }
.h-performance-content .h-progress { flex: 0 0 250px; max-width: 250px; margin-right: 20px; }

.h-eval-self { display: flex; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-eval-self-rank { display: inline-block; width: 35px; height: 35px; line-height: 32px; font-size: 26px; color: #fff; text-align: center; background-color: #009fe3; border-radius: 50%; margin-right: 15px; }
.h-eval-self-rank-input { display: inline-block; width: 62px; height: 35px; line-height: 32px; font-size: 18px; color: #868daa; text-align: center; border: 1px solid #dadde5; }
.h-eval-self-achievement { margin-bottom: 30px; }
.h-eval-self-achievement-list { border-bottom: 1px solid #dadde5; }
.h-eval-self-achievement-list > li { display: flex; flex-direction: row; margin-bottom: 20px; }
.h-eval-self-achievement-list-tit { flex: 0 0 55px; max-width: 55px; font-size: 14px; color: #4e5983; margin-right: 20px; }
.h-eval-self-achievement-list .h-input-area { margin-left: 0; }
.h-eval-self-achievement-list .h-input-area-input { padding: 0; border-bottom: 1px solid #dadde5; }

.h-eval-content-btn-del { display: inline-block; width: 14px; height: 17px; background: url("/resource/images/icon/icon_trash02.png") no-repeat center; margin-right: 20px; }

.h-form-btn.h-add { display: none; font-size: 14px; line-height: 14px; color: #009fe3; padding: 20px 0; text-align: center; cursor: pointer; }
.h-form-btn.h-add:after { display: inline-block; content: ''; width: 12px; height: 12px; background: url("/resource/images/icon/icon_add02.png") no-repeat; background-size: contain; margin-left: 10px; margin-top: 2px; vertical-align: bottom; }

.h-fold-tab-container { flex: 0 0 60px; max-height: 60px; overflow: hidden !important; position: relative; }

.h-exp-tab-container { background-color: #e3edec; border-radius: 25px; padding: 10px; padding-bottom: 0; }
.h-exp-tab-container .h-tab-style05-list { margin-right: 1.25%; margin-bottom: 1.25%; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-exp-tab-container .h-tab-style05-list { /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-exp-tab-container .h-tab-style05-list { /* IE10+ */ } }

.h-infoCmt { display: flex; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 20px 0 0 0; padding: 20px; border-radius: 15px; background-color: #f5f7fe; }
.h-infoCmt > dt { flex: 0 0 155px; max-width: 155px; padding: 5px 20px 5px 50px; font-size: 15px; color: #4e5983; font-weight: bold; background: url("/resource/images/icon/icon_warning.png") no-repeat 10px center; }
.h-infoCmt > dd { flex: auto; padding-left: 20px; font-size: 11px; color: #868daa; line-height: 20px; border-left: 1px solid #ebebeb; }

.h-progress { position: relative; width: 150px; height: 5px; }
.h-progress-bg { height: 5px; background-color: #cdd2e5; border-radius: 20px; }
.h-progress-bg .bar { position: absolute; height: 5px; background-color: #35495e; border-radius: 2px; }
.h-progress-bg .bar:after { content: ""; width: 15px; height: 15px; position: absolute; top: -5px; right: -7px; border-radius: 50%; border: 2px solid #5d678d; background-color: #fff; box-sizing: border-box; }
.h-progress-bar { width: 0%; transition: 2s all; background-color: #4e5983; }

.h-bul-circle-style01 { flex: 0 0 45px; max-width: 45px; height: 45px; line-height: 42px; font-size: 26px; color: #fff; text-align: center; background-color: #4e5983; border-radius: 50%; }

.h-pcmTree { height: 100%; background: #fff; }
.h-pcmTree li { color: #4e5983; font-size: 13px; background-image: url(/resource/images/icon/icon_arrow_bottom04.png); background-repeat: no-repeat; background-position: 22px center; background-size: 19px; border-bottom: 1px solid #eee; cursor: pointer; padding: 15px 15px 15px 50px; }
.h-pcmTree li:hover, .h-pcmTree li.on { background-image: url(/resource/images/icon/icon_arrow_bottom06.png); border-bottom: 1px solid #009fe3; }
.h-pcmTree li:first-child { font-size: 17px; font-weight: bold; background-color: #f5f5f7; background-image: url(/resource/images/icon/icon_arrow_bottom04.png); border-radius: 15px; border-bottom: 0; padding: 20px 15px 20px 50px; }
.h-pcmTree li:first-child:hover, .h-pcmTree li:first-child.on { border-bottom: 0; }
.h-pcmTree li:first-child > p { font-size: 17px; font-weight: bold; }
.h-pcmTree li span.h-pcmItem { display: inline-block; *display: inline; max-width: 160px; zoom: 1; }
.h-pcmTree li p { float: right; width: auto; color: #4e5983; font-size: 13px; text-align: right; *margin: -17px 0 0 0; }

@media screen and (min-width: 768px) and (max-width: 991px) { .h-user-info-box { flex-wrap: wrap; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box { /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-user-info-box .h-user-info { flex: 0 0 49%; max-width: 49%; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box .h-user-info { flex: 0 0 100%; max-width: 100%; height: auto !important; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-user-info-box .h-user-history-box { flex: 0 0 49%; max-width: 49%; margin-left: 1%; margin-right: 0; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box .h-user-history-box { flex: 0 0 100%; max-width: 100%; height: auto !important; margin-top: 30px; padding: 0; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box .h-user-history-box .h-btn-style01.small { display: none; /* IE10+ */ } }
.h-user-info-box .h-user-history-box .h-btn-style01.large.h-mb { display: none; }
@media screen and (max-width: 767px) { .h-user-info-box .h-user-history-box .h-btn-style01.large.h-mb { display: block; width: 100%; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box .h-user-history-box .h-history-list-box { display: none; /* IE10+ */ } }
@media screen and (min-width: 992px) and (max-width: 1199px) { .h-user-info-box .h-info-tab { flex: 0 0 50%; max-width: 50%; margin-top: 30px; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-user-info-box .h-info-tab { flex: 0 0 100%; max-width: 100%; margin-top: 30px; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box .h-info-tab { flex: 0 0 100%; max-width: 100%; margin-top: 30px; /* IE10+ */ } }

@media screen and (min-width: 768px) and (max-width: 991px) { .h-user-info-box { flex-wrap: wrap; height: 100% !important; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box { flex-wrap: wrap; height: 100% !important; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-user-info-box .h-user-info { flex: 0 0 49%; max-width: 49%; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box .h-user-info { flex: 0 0 100%; max-width: 100%; height: auto !important; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-user-info-box .h-user-history-box { flex: 0 0 49%; max-width: 49%; margin-left: 1%; margin-right: 0; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box .h-user-history-box { flex: 0 0 100%; max-width: 100%; height: auto !important; margin-top: 30px; padding: 0; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box .h-user-history-box .h-btn-style01.small { display: none; /* IE10+ */ } }
.h-user-info-box .h-user-history-box .h-btn-style01.large.h-mb { display: none; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-user-info-box .h-user-history-box .h-btn-style01.large.h-mb { display: block; width: 100%; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 991px) and (-ms-high-contrast: none) { .h-user-info-box .h-user-history-box .h-btn-style01.large.h-mb { display: none; } }

@media screen and (max-width: 767px) { .h-user-info-box .h-user-history-box .h-history-list-box { display: none; /* IE10+ */ } }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-user-info-box .h-info-tab { flex: 0 0 100%; max-width: 100%; margin-top: 30px; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-user-info-box .h-info-tab { flex: 0 0 100%; max-width: 100%; margin-top: 30px; /* IE10+ */ } }

.h-calBoxWrap { float: left; width: 100%; min-width: 871px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }
.h-calBoxWrap .h-calBox { display: block; border-bottom: 1px solid #eeeeee; }
.h-calBoxWrap .h-calBox:last-child { border-bottom: 0; }
.h-calBoxWrap .h-calBox span, .h-calBoxWrap .h-calBox li { display: inline-block; vertical-align: top; font-size: 13px; font-weight: bold; color: #4e5983; }

.h-calBoxL { width: 17%; }

.h-calBoxR { width: 82%; }
.h-calBoxR li { width: 32%; margin-left: 10px; }
.h-calBoxR li:first-child { width: 32%; margin-left: 0; }

.h-calList { display: block; position: relative; width: 85%; background: white; margin-left: 15px; margin-top: 10px; }
.h-calList dt { display: inline-block; width: 115px; font-weight: bold; font-size: 16px; color: #4e5983; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.h-calList dt .h-calResult { position: absolute; top: 5px; right: 0; height: 15px; width: 15px; margin: 0; padding: 0; cursor: pointer; }
.h-calList dt .h-calResult.up { background: url(/resource/images/icon/icon_calUp.gif) no-repeat; }
.h-calList dt .h-calResult.down { background: url(/resource/images/icon/icon_calDown.gif) no-repeat; }
.h-calList dd { font-family: verdana; font-size: 15px; font-weight: bold; margin-top: 5px; }
.h-calList dd.h-taxFree { font-size: 12px; font-family: verdana,"맑은 고딕"; font-weight: normal; color: #333; margin: 0 0 5px 0; }

.h-calBoxGr { display: block; width: 100%; margin: 10px 0; }
.h-calBoxGr dt { display: block; height: 28px; line-height: 28px; font-size: 14px; font-weight: bold; color: #868daa; }
.h-calBoxGr dt a { display: inline-block; width: 15px; height: 15px; background: url(/resource/images/icon/icon_view_more05.png) no-repeat; margin-left: 7px; padding: 0; vertical-align: middle; }
.h-calBoxGr dd { position: relative; display: block; font-size: 13px; font-weight: bold; color: #4e5983; letter-spacing: -1px; text-align: center; background-color: #f5f7fe; border-radius: 5px; margin: 5px 5px 0 7px; padding: 15px; }
.h-calBoxGr dd:before { content: ''; position: absolute; left: -7px; top: 0; width: 7px; height: 50px; background: url(/resource/images/icon/icon_dot01.png) no-repeat center; }
.h-calBoxGr dd span { float: right; display: inline-block; width: 120px; color: #333; text-align: right; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 0 1px 0 0; }
.h-calBoxGr dd span img { vertical-align: middle; margin-left: 5px; }

.h-calFormula { clear: both; min-height: 60px; background: url(/resource/images/common/bg_calBoxBot.gif) repeat-x left bottom; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
.h-calFormula p { height: 16px; background: url(/resource/images/common/bg_calBoxTop.gif) repeat-x 0 0; }
.h-calFormula span { display: inline-block; vertical-align: top; }
.h-calFormula .h-calFormList { width: 100%; }
.h-calFormula .h-calFormList li { border-top: 1px solid #e5e5e5; padding: 10px 0; }
.h-calFormula .h-formTxt { display: inline-block; width: 85%; line-height: 18px; font-size: 13px; color: #000; text-align: right; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: 0 15px; }
.h-calFormula .h-formTxt span { font-size: 13px !important; font-family: verdana; font-weight: bold; color: #666; }
.h-calFormula .h-formDate { width: 100%; line-height: 18px; font-size: 12px; font-family: verdana; color: #666; border-left: 1px solid #e5e5e5; padding-left: 12px; }
.h-calFormula .h-formDate span.dateList { width: 140px; }
.h-calFormula .h-formDate span.cal01 { width: 78%; }
.h-calFormula .h-formDate span.cal02 { width: 26%; }
.h-calFormula .h-formDate span.calSum { width: 16%; }

.h-sumAreaTop { border-top: 1px solid #ccc; margin-bottom: 10px; }

.h-sumArea { width: 100%; margin-top: 10px; }
.h-sumArea li { float: left; }
.h-sumArea li.imgArea { width: 4.6%; text-align: center; vertical-align: top; margin-top: 5px; }
.h-sumArea li.sumBg, .h-sumArea li.sumBg2 { width: 30%; line-height: 36px; }
.h-sumArea li.sumBg span, .h-sumArea li.sumBg2 span { color: #4e5983; margin: 0 10px 0 10px; }
.h-sumArea li.sumBg span.sumTxt, .h-sumArea li.sumBg2 span.sumTxt { float: left; font-weight: bold; font-size: 15px; }
.h-sumArea li.sumBg span.sumNum, .h-sumArea li.sumBg2 span.sumNum { float: right; font-weight: bold; font-size: 18px; }
.h-sumArea li.sumBg { background: #ecf8f7; height: 36px; border-radius: 15px; }
.h-sumArea li.sumBg.type2 { background: #fef0ec; height: 36px; border-radius: 15px; }
.h-sumArea li.sumBg2 { float: right; height: 36px; background-color: #edeef2; border-radius: 15px; }

.txtNormal { color: #868daa !important; }

.txtGreen { color: #49bdb3 !important; }

.txtRed { color: #fb9c80 !important; }

.txtWhite { color: #fff !important; }

.h-commute { flex: 0 0  380px !important; }
.h-commute-head { background: url("/resource/images/common/commute_bg.png") no-repeat bottom right; padding-bottom: 90px; margin-bottom: 20px; }
.h-commute-head > p { font-size: 15px; color: #868daa; }
.h-commute-head > p.h-commute-head-tit { font-size: 17px; font-weight: bold; color: #4e5983; margin-bottom: 10px; }
.h-commute-infoList-tb { background-color: #f5f7fe; padding: 25px; }
.h-commute-infoList-tb > table { width: 100%; }
.h-commute-infoList-tb > table tr { margin-bottom: 10px; }
.h-commute-infoList-tb > table tr > th { font-size: 13px; color: #4e5983; text-align: left; font-weight: normal; font-weight: bold; }
.h-commute-infoList-tb > table tr > th:last-child { width: 1%; }
.h-commute-infoList-tb > table tr > td { font-size: 13px; color: #868daa; text-align: left; }
.h-commute-workList-tb tr > th { font-size: 13px; font-weight: bold; color: #009fe3; padding: 5px 8px; padding-right: 0; }
.h-commute-workList-tb tr > td { font-size: 13px; color: #009fe3; padding: 5px 8px; }
.h-commute-applyList dt { font-size: 17px; font-weight: bold; color: #4e5983; margin-bottom: 20px; }
.h-commute-applyList dd { display: flex; flex-direction: row; align-items: center; font-size: 13px; color: #868daa; margin-right: 20xp; }
.h-commute-applyList dd > .h-applyList-subTit { flex: 0 0 40px; max-width: 40px; }
.h-commute-applyList dd > .bar { flex: 1; margin: 0 10px; }

.h-work-state { padding: 0 10px; font-size: 13px; color: #868daa; }
.h-work-state .h-normalTime { margin-top: 10px; font-size: 14px; font-weight: bold; color: #4e5983; }
.h-work-state .h-workStateIcon { display: inline-block; width: 37px; height: 19px; line-height: 19px; font-size: 11px; color: #fff; text-align: center; background-color: #69b932; border-radius: 8px; vertical-align: middle; }

.h-work-history-tb > table { width: 100%; border-collapse: collapse; }
.h-work-history-tb > table tr > th { background-color: #f5f7fe; padding: 15px 0; }
.h-work-history-tb > table tr > th:first-child { border-radius: 15px 0 0 15px; }
.h-work-history-tb > table tr > th:last-child { border-radius: 0 15px 15px 0; }
.h-work-history-tb > table tr > th:last-child > p { border-right: 0; }
.h-work-history-tb > table tr > th > p { font-size: 14px; font-weight: bold; color: #4e5983; text-align: center; border-right: 1px solid #d4d7e5; }
.h-work-history-tb > table tr { border-bottom: 1px solid #ebebeb; }
.h-work-history-tb > table tr:first-child, .h-work-history-tb > table tr:last-child { border-bottom: 0; }
.h-work-history-tb > table tr > td { font-size: 15px; color: #838eac; text-align: center; padding: 20px; cursor: pointer; }
.h-work-history-tb > table tr > td .h-work-usre-img { flex: 0 0 65px; max-width: 65px; height: 65px; border-radius: 50%; overflow: hidden; margin-right: 20px; }
.h-work-history-tb > table tr > td .h-work-usre-img > img { width: 100%; }
.h-work-history-tb > table tr > td .h-work-user-info { flex: 1; font-size: 14px; color: #868daa; }
.h-work-history-tb > table tr > td .h-work-user-info > .h-tit { font-size: 15px; color: #4e5983; margin-bottom: 10px; }

.h-work-grape { font-size: 13px; color: #868daa; }
.h-work-grape .h-tit { font-weight: bold; }
.h-work-grape .h-point { font-weight: bold; color: #49bdb3; }

.ess_table { width: 100%; border-top: 1px solid #a3a8be; border-collapse: seperate !important; table-layout: fixed; }
.ess_table .borderB_none { border-bottom: none; }
.ess_table th { font-size: 14px; font-weight: bold; color: #333; line-height: 150%; vertical-align: middle; text-align: center; background: #fafbff; border-left: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; padding: 7px 5px; }
.ess_table th.borderR_none { border-right: none; }
.ess_table th.alignC { padding: 5px 0; text-align: center; }
.ess_table th:first-child { border-left: 0; }
.ess_table td { font-size: 14px; word-wrap: break-word; word-break: break-all; color: #333; line-height: 150%; vertical-align: middle; text-align: center; border-left: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; }
.ess_table td:first-child { border-left: 0; }
.ess_table td.numTxt { font-size: 16px; font-family: verdana; font-weight: bold; }

.h-search-result-list { display: flex; flex-direction: row; flex-wrap: wrap; }
.h-search-result-list > .row { flex: 1 1 auto; }
.h-search-result-list > div.row > div { margin-top: 15px; }
.h-search-result-item { display: flex; flex-direction: row; align-items: center; min-height: 126px; max-height: 145px; overflow: hidden; border: 1px solid #dbdeea; border-radius: 15px; padding: 20px; }
@media screen and (min-width: 768px) and (max-width: 991px) { .h-search-result-item { flex: 0 0 100%; max-width: 100%; /* IE10+ */ } }
@media screen and (max-width: 767px) { .h-search-result-item { flex: 0 0 100%; max-width: 100%; /* IE10+ */ } }
.h-search-result-item > .h-search-img { width: 65px; height: 65px; overflow: hidden; border-radius: 50%; margin-right: 30px; }
.h-search-result-item > .h-search-img > img { width: 100%; }
.h-search-result-item > .h-search-info { flex: 1; }
.h-search-result-item > .h-search-info > .h-tit { font-size: 13px; color: #868daa; margin-bottom: 10px; }
.h-search-result-item > .h-search-info > .h-tit > .h-name { font-size: 15px; font-weight: bold; color: #4e5983; margin-right: 10px; }
.h-search-result-item > .h-search-info > .h-tit > .h-code { font-size: inherit; color: inherit; border-left: 1px solid #bbbfce; padding-left: 10px; }
.h-search-result-item > .h-search-info > .h-basic-list03 { min-height: 55px; max-height: 55px; overflow: auto; }

.h-float-clear:after { content: ''; display: block; clear: both; }

.h-del-scroll { -ms-overflow-style: none; overflow-style: none; }
.h-del-scroll::-webkit-scrollbar { display: none; }

.scroll-lock { overflow: hidden !important; }

.h-page-loader { background: url("/resource/images/common/loding_bg.png") no-repeat center 60px; }

.h-search-button { min-width: 60px; }

.h-preview-box { display: none; width: 200px; min-height: 300px; position: absolute; right: 5px; top: 100px; border: 1px solid #4e5983; border-radius: 10px; background: #FFFFFF; overflow: hidden; }
.h-preview-box .h-preview-close { position: absolute; right: 10px; top: 10px; z-index: 1; width: 24px; height: 24px; border-radius: 50%; background: url("/resource/images/icon/icon_cancel03.png") no-repeat center #4e5983; }
.h-preview-box .h-preview-content { height: 100%; padding-top: 35px; }

.emp-found-layer > ol > li { font-size: 13px; color: #868daa; padding: 0 10px; background: url(/resource/images/bul/bul_basic_list01.jpg) no-repeat 0 8px; white-space: nowrap; margin-bottom: 18px; }
.emp-found-layer > ol > li:hover { background: url(/resource/images/bul/bul_basic_list01_on.png) no-repeat 0 8px; color: #009fe3; }
.emp-found-layer > ol > li:last-child { margin-bottom: 0; }
.emp-found-layer > ol > li > a { font-size: inheirt; color: inherit; }

.block-box { width: 100%; display: block; }

.hidden { font-size: 0; height: 0; overflow: hidden; position: absolute; visibility: hidden; width: 0; }

.h-scroll-design { overflow: auto; }
.h-scroll-design::-webkit-scrollbar { background-color: transparent; width: 20px; height: 20px; }
.h-scroll-design::-webkit-scrollbar-track { background-color: transparent; }
.h-scroll-design::-webkit-scrollbar-thumb { background-color: transparent; border-right: 3px solid #d3d5e0; }
.h-scroll-design::-webkit-scrollbar-thumb:horizontal { background-color: transparent; border-bottom: 2px solid #d3d5e0; border-right: none; }
.h-scroll-design::-webkit-scrollbar-button { display: none; }
.h-scroll-design .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #d3d5e0; }
.h-scroll-design .mCSB_scrollTools .mCSB_draggerRail { background: transparent; }

.h-scroll-design2 { overflow: auto; }
.h-scroll-design2::-webkit-scrollbar { background-color: transparent; width: 8px; height: 8px; }
.h-scroll-design2::-webkit-scrollbar-track { background-color: transparent; }
.h-scroll-design2::-webkit-scrollbar-thumb { background-color: #d3d5e0; border-radius: 20px; }
.h-scroll-design2::-webkit-scrollbar-button { display: none; }

.emp-found-layer > ol > li { font-size: 13px; color: #868daa; padding: 0 10px; background: url(/resource/images/bul/bul_basic_list01.jpg) no-repeat 0 8px; white-space: nowrap; margin-bottom: 18px; }
.emp-found-layer > ol > li:hover { background: url(/resource/images/bul/bul_basic_list01_on.png) no-repeat 0 8px; color: #009fe3; }
.emp-found-layer > ol > li:last-child { margin-bottom: 0; }
.emp-found-layer > ol > li > a { font-size: inheirt; color: inherit; }

.h-full-biz-frame { position: fixed; top: 0; left: 0; padding: 0 !important; }

.h-hidden-zone { display: none !important; }

.h-no-transition { transition: none !important; }

.wide-view.h-form.container-fluid .row { margin-left: -15px; margin-right: -15px; }
.wide-view.h-form.container-fluid .row [class*="col-"] { padding-left: 15px; padding-right: 15px; }
.wide-view.h-form.container-fluid .row p:not(.h-form-input) { margin-top: 14px; margin-bottom: 5px; }
.wide-view.h-form.container-fluid .row p:not(.h-form-input).h-tit { margin-top: 0; margin-bottom: 0; }

.h-search-area .h-search-button.print-button .h-btn > input { background-image: url(/resource/images/icon/icon_print03.png); }

#f1 .h-flex-row.h-flex-layout.h-app-wrap { overflow: auto !important; }

.eng-name { margin-top: 8px; }
.eng-name p.h-tit { padding-left: 10px; }

/*** input ***/
input[type="text"]:read-only, input[type="text"]:disabled { color: #9aa1ab; border: 1px solid #e3e6ea; background-color: #e3e6ea; }
input[type="text"][readonly] { color: #9aa1ab; border: 1px solid #e3e6ea; background-color: #e3e6ea; }

/* switch */
.h-switch-style01 { position: relative; display: inline-block; width: 36px; height: 17px; border-radius: 20px; vertical-align: middle; }
.h-switch-style01 > input { opacity: 0; width: 0; height: 0; }
.h-switch-style01 > input:checked + .slider { background-color: #009fe3; }
.h-switch-style01 > input:checked + .slider:before { transform: translate(19px, -50%); }
.h-switch-style01 > input:checked + .slider ~ .txt { display: none; }
.h-switch-style01 > input:disabled + .slider { background-color: #e1e1e1; }
.h-switch-style01 .slider { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 20px; background-color: #868daa; -webkit-transition: .4s; transition: .4s; cursor: pointer; }
.h-switch-style01 .slider::before { position: absolute; left: 2px; top: 50%; width: 13px; height: 13px; transform: translateY(-50%); border-radius: 50%; background-color: #fff; -webkit-ransition: .4s; transition: .4s; content: ""; }
.h-switch-style01 .txt { position: absolute; right: 10px; top: 2px; font-size: 13px; color: #fff; }

/* text */
/* style01 */
.h-in-text-style01 { padding: 12px 5px; width: 100%; height: unset; line-height: unset; font-size: 14px; color: #7d84a0; box-sizing: border-box; background-color: transparent; border: 0; border-bottom: 1px solid #7d84a0; }
.h-in-text-style01::placeholder { color: #7d84a0; }
.h-in-text-style01:focus, .h-in-text-style01:hover { color: #009fe3; border-bottom: 1px solid #009fe3; }
.h-in-text-style01:focus::placeholder, .h-in-text-style01:hover::placeholder { color: #009fe3; }
.h-in-text-style01:disabled { color: #fff; border: 1px solid #e3e6ea; background-color: #e3e6ea; }

/* style02 */
.h-in-text-style02 { padding: 0 23px; width: 100%; height: 33px; line-height: 33px; font-size: 14px; color: #4e5983; box-sizing: border-box; background-color: transparent; border: 1px solid #dedede; border-radius: 15px; box-sizing: border-box; text-align: left; }
.h-in-text-style02:focus, .h-in-text-style02:hover { color: #009fe3; border-bottom: 1px solid #009fe3; }
.h-in-text-style02:focus::placeholder, .h-in-text-style02:hover::placeholder { color: #009fe3; }

/* style03 */
.h-in-text-style03 { padding: 0 23px; width: 100%; height: 40px; line-height: 40px; font-size: 14px; color: #4e5983; box-sizing: border-box; background-color: transparent; border: 1px solid #dedede; border-radius: 3px; text-align: left; }
.h-in-text-style03:focus, .h-in-text-style03:hover { color: #009fe3; border: 1px solid #009fe3; }
.h-in-text-style03:focus::placeholder, .h-in-text-style03:hover::placeholder { color: #009fe3; }

/* checkbox */
.h-checkbox-style01 { display: none; }
.h-checkbox-style01[type="checkbox"] + label { display: inline-block; padding-left: 17px; min-width: 12px; min-height: 12px; background-image: url("/resource/images/icon/icon_checkbox01.png"); background-position: left center; background-repeat: no-repeat; cursor: pointer; }
.h-checkbox-style01[type="checkbox"]:checked + label { background-image: url("/resource/images/icon/icon_checkbox01_on.png"); }
.h-checkbox-style01[type="checkbox"]:checked:disabled + label { background-image: url("/resource/images/icon/icon_radio01_disabled.png"); }
.h-checkbox-style01[type="checkbox"]:disabled + label { background-image: url("/resource/images/icon/icon_checkbox01.png"); color: rgba(78, 89, 131, 0.8); }

/* radio */
.h-radio-style01 { display: none; }
.h-radio-style01[type="radio"] + label { display: inline-block; margin-right: 5px; padding-left: 18px; height: 20px; font-size: 12px; color: #4e5983; line-height: 1.5; background: url("/resource/images/icon/icon_radio01.png"); background-position: left center; background-repeat: no-repeat; vertical-align: middle; cursor: pointer; }
.h-radio-style01[type="radio"]:checked + label { background-image: url("/resource/images/icon/icon_radio01_on.png"); }
.h-radio-style01[type="radio"]:checked:disabled + label { background-image: url("/resource/images/icon/icon_radio01_disabled.png"); }
.h-radio-style01[type="radio"]:disabled + label { background-image: url("/resource/images/icon/icon_radio01.png"); color: rgba(78, 89, 131, 0.8); }

/* textarea */
.h-textarea-style01 { border: 1px solid #7d84a0; min-height: 100px; }
.h-textarea-style02 { border: 1px solid #dfe5ed; min-height: 80px; }

/* input style */
.h-input-area { margin-left: 5px; position: relative; }
.h-input-area-input { margin: 0; padding: 0px 3px; width: 100%; min-height: 23px; color: #666; border: 0; vertical-align: middle; outline: none; }
.h-input-area-input.hasDatepicker, .h-input-area-input.search_org { padding-right: 20px !important; }
.h-input-area-button, .h-input-area .ui-datepicker-trigger { position: absolute; right: 5px; top: 50%; transform: translateY(-50%); }
.h-input-area-button.calender, .h-input-area .ui-datepicker-trigger.calender { width: 11px; height: 11px; background: url("/resource/images/icon/icon_calender.png"); }
.h-input-area-button.search, .h-input-area .ui-datepicker-trigger.search { width: 12px; height: 12px; background: url("/resource/images/icon/icon_search02.png"); background-size: 12px; }
.h-input-area-button.delete, .h-input-area .ui-datepicker-trigger.delete { width: 12px; height: 12px; right: 10px; background: url("/resource/images/icon/icon_cancel01.png"); background-size: 12px; }

.h-prime-search { padding: 0 3px 7px 3px; overflow: hidden; }
.h-prime-search > input { margin-right: 20px; padding: 0 10px 0 41px; width: 100%; height: 35px; font-size: 14px; color: #868daa; line-height: 35px; border: none; border-bottom: 1px solid #a6b3dd; box-sizing: border-box; background: url("/resource/images/icon/icon_easy_search.png") no-repeat 2px center; }
.h-prime-search > input::placeholder { color: #868daa; }

.h-btn-calendar { margin: 0 3px; width: 12px; height: 11px; background: url("/resource/images/icon/icon_calender.png") no-repeat; display: inline-block; }

.h-in-calender01 { background: url("/resource/images/icon/icon_calender.png"); }

.h-input-fold { position: relative; }

.h-file-upload-style01 { flex: 1; }
.h-file-upload-style01 .h-file-upload-btn { padding: 20px; width: 100%; text-align: center; }
.h-file-upload-style01 .h-file-upload-btn > input { padding-right: 30px; font-size: 15px; color: #009fe3; border: 0; background: url("/resource/images/icon/attached_file.png") no-repeat right center; }
.h-file-upload-style01 .h-file-upload-state { padding: 20px; font-size: 13px; font-weight: bold; color: #4e5983; text-align: left; border: 0; background-color: unset; }
.h-file-upload-style01 .h-file-upload-list { padding: 0 20px; border-radius: 15px; background-color: #f7f7f7; }
.h-file-upload-style01 .h-file-upload-list > li { position: relative; padding: 10px; font-size: 13px; color: #666; text-align: left; border-bottom: 1px solid #e5e9f0; }
.h-file-upload-style01 .h-file-upload-list > li:last-child { border-bottom: 0; }
.h-file-upload-style01 .h-file-upload-list > li > .h-btn-delete { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 10px; height: 12px; background: url("/resource/images/icon/icon_trash01.png") no-repeat right center transparent; }

.h-input-text-combi-wrap { display: inline-flex; padding: 10px 15px; }
.h-input-text-combi-wrap.h-combi-design { background-color: #fafbff; border: 1px solid #c2c6d4; border-radius: 15px; }
.h-input-text-combi-wrap > * { flex: auto; padding: 0 10px; border-right: 1px solid #c2c6d4; }
.h-input-text-combi-wrap > *:last-child, .h-input-text-combi-wrap > *.h-borderDel { border-right: 0; }
.h-input-text-combi-wrap.h-combi-buttonType > * { flex: auto; }
.h-input-text-combi-wrap.h-combi-buttonType > *.h-btn { flex: 0 0 70px; max-width: 70px; }

.h-input-combi-box { flex: 0 0 100%; display: flex; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.h-input-combi-tit { flex: none; font-size: 12px; color: #7d84a0; }
.h-input-combi-tit.h-point { position: relative; padding-left: 10px; }
.h-input-combi-tit.h-point:after { content: '*'; position: absolute; left: 0; top: 0; font-size: inherit; color: #fb9c80; }
.h-input-combi-content { flex: 1; }
.h-input-combi-content input:not([type=button]), .h-input-combi-content select { padding: 5px 15px; width: 100%; border: 0; border-bottom: 1px solid #e1e1e1; }
.h-input-combi-content input:not([type=button]):disabled, .h-input-combi-content select:disabled { background-color: #e3e6ea; border: 0; }
.h-input-combi-content .h-datepicker { width: -webkit-calc(100% - 20px) !important; width: -moz-calc(100% - 20px) !important; width: calc(100% - 20px) !important; }
.h-input-combi-content .h-combi-btn { width: -webkit-calc(100% - 23px) !important; width: -moz-calc(100% - 23px) !important; width: calc(100% - 23px) !important; }
.h-input-combi-content .ui-datepicker-trigger { width: 12px; height: 11px; }
.h-input-combi-btn { flex: none; }

/*** select box ***/
select { position: relative; padding: 0 20px 0 3px; width: 100%; min-width: 72px; min-height: 19px; color: #7480ac; font-size: 12px; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(/resource/images/icon/icon_arrow_bottom01.png) no-repeat right center; /*IE 10, 11 */ }
select::-ms-expand { display: none; }
select:disabled { color: #9aa1ab; border: 1px solid #e3e6ea; background-color: #e3e6ea; }

.h-select-style { position: relative; /* style01 */ /* style02 */ /* style03 */ /* style04 */ }
.h-select-style.type01 > ul { display: none; position: absolute; top: 50px; z-index: 10; padding: 18px 0; width: 100%; max-height: 300px; border-radius: 10px; background-color: #fff; box-shadow: 1px 1px 24px 1px #e1e1e1; overflow-y: auto; }
.h-select-style.type01 > ul > li { padding: 10px 20px; font-size: 14px; color: #7d84a0; }
.h-select-style.type01 > ul > li:hover, .h-select-style.type01 > ul > li:focus { background-color: #e3f7ff; }
.h-select-style.type01 > .h-select-text { width: 100%; height: 38px; line-height: 38px; vertical-align: middle; font-size: 14px; color: #7d84a0; text-align: left; padding: 0 5px; margin-bottom: 8px; box-sizing: border-box; border: 0; border-bottom: 1px solid #7d84a0; background: url("/resource/images/icon/icon_arrow_bottom01.png") no-repeat right center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.h-select-style.type01 > .h-select-text.selected + ul { display: block; }
.h-select-style.type01:focus > .h-select-text, .h-select-style.type01:hover > .h-select-text { color: #009fe3; border-bottom: 1px solid #009fe3; background: url("/resource/images/icon/icon_arrow_bottom01_on.png") no-repeat right center; }
.h-select-style.type02:focus > .h-select-text, .h-select-style.type02:hover > .h-select-text { color: #009fe3; border: 1px solid #009fe3; background: url("/resource/images/icon/icon_arrow_bottom01_on.png") no-repeat 95% center; }
.h-select-style.type02 > .h-select-text { padding: 0 23px; width: 100%; height: 33px; line-height: 33px; vertical-align: middle; font-size: 14px; color: #4e5983; border: 1px solid #dedede; border-radius: 15px; box-sizing: border-box; text-align: left; background: url("/resource/images/icon/icon_arrow_bottom01.png") no-repeat 95% center; }
.h-select-style.type02 > .h-select-text.selected { color: #009fe3; border: 1px solid #009fe3; background: url("/resource/images/icon/icon_arrow_bottom01_on.png") no-repeat 95% center; }
.h-select-style.type02 > .h-select-text.selected + ul { display: block; }
.h-select-style.type02 > ul { display: none; position: absolute; top: 50px; left: 50%; width: 170px; margin-left: -85px; padding: 18px 0; border-radius: 10px; background-color: #fff; box-shadow: 1px 1px 24px 1px #e7e7e7; z-index: 10; }
.h-select-style.type02 > ul > li { color: #009fe3; font-size: 14px; padding: 10px 20px; }
.h-select-style.type02 > ul > li:hover, .h-select-style.type02 > ul > li:focus { background-color: #e3f7ff; }
.h-select-style.type03.focus > .h-select-text, .h-select-style.type03:focus > .h-select-text, .h-select-style.type03:hover > .h-select-text { color: #009fe3; background: url("/resource/images/icon/icon_arrow_bottom01_on.png") no-repeat 99% center; }
.h-select-style.type03 > .h-select-text { padding: 0 5px; width: 100%; height: 38px; line-height: 38px; vertical-align: middle; font-size: 14px; color: #7d84a0; border: 0; border: 0; box-sizing: border-box; text-align: left; background: url("/resource/images/icon/icon_arrow_bottom01.png") no-repeat 99% center; }
.h-select-style.type03 > .h-select-text.selected + ul { display: block; }
.h-select-style.type03 > ul { display: none; position: absolute; top: 48px; left: 50%; width: 170px; margin-left: -85px; padding: 18px 0; border-radius: 10px; background-color: #fff; box-shadow: 1px 1px 24px 1px #e7e7e7; z-index: 10; }
.h-select-style.type03 > ul li { color: #009fe3; font-size: 14px; padding: 10px 20px; }
.h-select-style.type03 > ul li:hover, .h-select-style.type03 > ul li:focus { background-color: #e3f7ff; }
.h-select-style.type04 { width: 100%; height: 40px; box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.8); border-radius: 25px; margin: 10px auto; padding-left: 50px; border: 1px solid rgba(200, 200, 200, 0.8); }

.h-sub-menu { position: relative; }
.h-sub-menu.type01 { width: 193px; padding-right: 20px; box-sizing: border-box; }
.h-sub-menu.type01 > .h-select-text { display: inline-block; width: 25px; height: 25px; vertical-align: middle; border: 0; background: url("/resource/images/icon/icon_arrow_bottom02.png") no-repeat; }
.h-sub-menu.type01 > .h-select-text:focus, .h-sub-menu.type01 > .h-select-text:hover { background: url("/resource/images/icon/icon_arrow_bottom02_on.png") no-repeat; }
.h-sub-menu.type01 > ul { display: none; position: absolute; top: 37px; right: 0; width: 167px; padding: 16px 13px; border: 1px solid #009fe3; border-radius: 12px; background-color: #fff; box-sizing: border-box; z-index: 10; }
.h-sub-menu.type01 > ul:after { content: ''; width: 12px; height: 8px; position: absolute; top: -8px; right: 27px; background: url("/resource/images//icon/icon_box_point01.png") no-repeat; }
.h-sub-menu.type01 > ul > li { color: #009fe3; font-size: 14px; text-align: center; padding: 9px 20px; }
.h-sub-menu.type01 > ul > li:hover, .h-sub-menu.type01 > ul > li:focue { color: #fff; background-color: #48bdb3; border-radius: 13px; }

/*** button ***/
/* 민트 */
.color01-btn { background: #009fe3; color: #fff; }
.color01-btn:hover { background: #e3f7ff; }

/* 퍼플 */
.color0-btn { background: #7480ac; color: #fff; }
.color0-btn:hover { background: #5c6589; }

/* 오렌지 */
.color03-btn { background: #fb9c80; color: #fff; }
.color03-btn:hover { background: #fe7e58; }

.h-btn > input:disabled, .h-btn > input.disabled { border: 1px solid #a6b3dd; background-color: #e3e6ea; color: #7d84a0; }
.h-btn > input:disabled:hover, .h-btn > input.disabled:hover { border: 1px solid #a6b3dd; background-color: #e3e6ea; color: #7d84a0; }
.h-btn .h-icon-add { background: url("/resource/images/icon/icon_plus01.png") no-repeat 13px center; background-color: #fff; }
.h-btn .h-icon-add:hover:not(:disabled) { background: url("/resource/images/icon/icon_plus01_on.png") no-repeat 13px center; }
.h-btn .h-icon-minus { background: url("/resource/images/icon/icon_minus03.png") no-repeat 13px center; background-color: #fff; }
.h-btn .h-icon-minus:hover:not(:disabled) { background: url("/resource/images/icon/icon_minus03_on.png") no-repeat 13px center; }
.h-btn .h-icon-copy { background: url("/resource/images/icon/icon_copy01.png") no-repeat 13px center; background-color: #fff; }
.h-btn .h-icon-copy:hover:not(:disabled) { background: url("/resource/images/icon/icon_copy01_on.png") no-repeat 13px center; }
.h-btn .h-icon-save { background: url("/resource/images/icon/icon_file01.png") no-repeat 13px center; background-color: #fff; }
.h-btn .h-icon-save:hover:not(:disabled) { background: url("/resource/images/icon/icon_file02.png") no-repeat 13px center; }
.h-btn .h-icon-down { background: url("/resource/images/icon/icon_down01.png") no-repeat 13px center; background-color: #fff; }
.h-btn .h-icon-down:hover:not(:disabled) { background: url("/resource/images/icon/icon_down02.png") no-repeat 13px center; }
.h-btn .h-icon-upload { background: url("/resource/images/icon/icon_up01.png") no-repeat 13px center; background-color: #fff; }
.h-btn .h-icon-upload:hover:not(:disabled) { background: url("/resource/images/icon/icon_up02.png") no-repeat 13px center; }
.h-btn .h-icon-search { background: url("/resource/images/icon/icon_search02.png") no-repeat 13px center; background-size: 12px; background-color: #fff; }
.h-btn .h-icon-search:hover:not(:disabled) { background: url("/resource/images/icon/icon_search02_on.png") no-repeat 13px center; background-size: 12px; }
.h-btn .h-icon-default { background: url("/resource/images/icon/icon_arrow_right01.png") no-repeat 13px center; background-color: #fff; }
.h-btn .h-icon-default:hover:not(:disabled) { background: url("/resource/images/icon/icon_arrow_right01_on.png") no-repeat 13px center; }
.h-btn .h-icon-delete { background: url("/resource/images/icon/icon_trash01.png") no-repeat 13px center; background-color: #fff; }
.h-btn .h-icon-delete:hover:not(:disabled) { background: url("/resource/images/icon/icon_trash01_on.png") no-repeat 13px center; }
.h-btn .h-icon-print { background: url("/resource/images/icon/icon_print01.png") no-repeat 13px center; background-color: #fff; }
.h-btn .h-icon-print:hover:not(:disabled) { background: url("/resource/images/icon/icon_print01_on.png") no-repeat 13px center; }
.h-btn .h-icon-full { margin: 0; padding: 0; width: 28px; height: 28px; text-indent: -9999px; background: url("/resource/images/icon/icon_full.png") center center no-repeat; border: 0; border-radius: 0; background-color: none; vertical-align: middle; }
.h-btn .h-icon-full.on { background: url("/resource/images/icon/icon_downsize.png") center center no-repeat; }

/* style01 */
.h-btn-style01 { font-weight: bold; color: #fff; border: 0; border-radius: 20px; background-color: #009fe3; display: inline-block; vertical-align: middle; }
.h-btn-style01.large { padding: 9px 20px; font-size: 14px; line-height: 1.0; }
.h-btn-style01.medium { padding: 8px 21px; font-size: 13px; line-height: 1.0; }
.h-btn-style01.small { padding: 7px 17px; font-size: 11px; line-height: 1.0; }
.h-btn-style01:hover { background-color: #009fe3; }
.h-btn-style01:disabled { background-color: #e3e6ea; }
.h-btn-style01:disabled:hover { background-color: #e3e6ea; }

/* style02 */
.h-btn-style02 { color: #7480ac; font-weight: bold; border: 1px solid #5c6589; border-radius: 20px; background-color: #fff; display: inline-block; vertical-align: middle; }
.h-btn-style02.large { padding: 9px 20px; font-size: 14px; line-height: 1.0; }
.h-btn-style02.medium { padding: 8px 21px; font-size: 13px; line-height: 1.0; }
.h-btn-style02.small { padding: 7px 17px; font-size: 11px; line-height: 1.0; }
.h-btn-style02:hover { color: #009fe3; border: 1px solid #009fe3; }
.h-btn-style02:disabled { color: #fff; border: 1px solid #e3e6ea; background-color: #e3e6ea; }
.h-btn-style02:disabled:hover { border: 1px solid #e3e6ea; }

/* style03 */
.h-btn-style03 { color: #7d84a0; font-weight: bold; border: 1px solid #7d84a0; border-radius: 20px; background-color: #fff; display: inline-block; vertical-align: middle; }
.h-btn-style03.large { padding: 9px 20px; font-size: 14px; line-height: 1.0; }
.h-btn-style03.medium { padding: 8px 21px; font-size: 13px; line-height: 1.0; }
.h-btn-style03.small { padding: 7px 17px; font-size: 11px; line-height: 1.0; }
.h-btn-style03:hover { color: #009fe3; border: 1px solid #009fe3; }
.h-btn-style03:disabled { color: #fff; border: 1px solid #e3e6ea; background-color: #e3e6ea; }
.h-btn-style03:disabled:hover { border: 1px solid #e3e6ea; }

/* style04 */
.h-btn-style04 > input, .h-btn-style04 .h-btn01, .h-btn-style04 .h-btn02, .h-btn-style04 .h-btn03 { padding: 10px 20px; min-width: 77px; font-size: 15px; color: #fff; line-height: 15px; text-align: center; border: 0; border-radius: 25px; }
.h-btn-style04 .h-btn01 { background: #009fe3; color: #fff; font-weight: bold; }
.h-btn-style04 .h-btn02 { background: #7480ac; color: #fff; font-weight: bold; }
.h-btn-style04 .h-btn03 { background: #fb9c80; color: #fff; font-weight: bold; }

/* style05 */
.h-btn-style05 { padding: 8px 10px 8px 28px; font-size: 11px; line-height: 11px; border-radius: 20px; background-repeat: no-repeat; background-position: 10px center; display: inline-block; }
.h-btn-style05.type01 { color: #fff; background-color: #4e5983; }
.h-btn-style05.type02 { color: #7d84a0; border: 1px solid #bfc2d1; background-color: #fcfcfc; }
.h-btn-style05.type03 { color: #fff; border-radius: 15px; background-color: #009fe3; }
.h-btn-style05.icon_search { background-image: url("/resource/images/icon/icon_search01.png"); }
.h-btn-style05.icon_menu01 { background-image: url("/resource/images/icon/icon_menu02.png"); }
.h-btn-style05.icon_menu02 { background-image: url("/resource/images/icon/icon_menu03.png"); }
.h-btn-style05.icon_add01 { background-image: url("/resource/images/icon/icon_plus04.png"); }
.h-btn-style05[type=disabled] { background-color: #e3e6ea; }

/* bootstrap */
.ui-resizable-se { background: url("/resource/images/icon/icon_resize01.png") no-repeat; bottom: 10px; right: 10px; }

.h-btn-period { min-width: 60px; height: 23px; line-height: 23px; background-color: #868daa; color: #fff; font-weight: bold; font-size: 11px; text-align: center; border: 0; border-radius: 3px; margin-left: 5px; padding: 0 10px; }
.h-btn-period.type02 { background-color: #e2e6e9; color: #4e5983; }
.h-btn-period[type=disabled] { background-color: #e3e6ea; }

.h-btnAddemp { display: inline-block; width: 36px; height: 36px; background: url("/resource/images/icon/icon_add01.png") 0 0 no-repeat; margin-right: 13px; }
.h-btnAddemp[type=disabled] { background: #e3e6ea; }

.h-btnCompareM { display: inline-block; width: 15px; height: 12px; background: url("/resource/images/icon/icon_menu01.png") 0 0 no-repeat; }
.h-btnCompareM[type=disabled] { background: #e3e6ea; }

.h-btn-view-more { display: block; font-size: 14px; color: #4e5983; text-align: center; margin: 30px 0; cursor: pointer; }
.h-btn-view-more:after { display: inline-block; content: ''; width: 13px; height: 13px; background: url("/resource/images/icon/icon_add01.png") no-repeat; margin-left: 5px; margin-top: -2px; vertical-align: middle; }
.h-btn-view-more[type=disabled] { background: #e3e6ea; }

.h-btn-save { flex: 0 0 14px; max-width: 14px; height: 14px; background: url("/resource/icon/icon_save01.png") no-repeat; }

.h-btn-write { flex: 0 0 19px; max-width: 19px; height: 17px; background: url("/resource/icon/icon_write02.png") no-repeat; }

.h-btn-delete { flex: 0 0 14px; max-width: 14px; height: 16px; background: url("/resource/icon/icon_trash02.png") no-repeat; }

.h-app-form-btn-add { margin: 20px 0; width: 100%; text-align: center; background-color: #edeef2; border: 1px dashed #b9bdcb; border-radius: 15px; padding: 20px; }
.h-app-form-btn-add > input { font-size: 15px; font-weight: bold; color: #4e5983; border: 0; background: none; }
.h-app-form-btn-add:after { content: ''; display: inline-block; width: 13px; height: 13px; background: url("/resource/images/icon/icon_add01.png") no-repeat; margin-left: 7px; vertical-align: text-top; }

.h-combi-btn-search { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; background: url("/resource/images/icon/icon_search02.png") no-repeat; background-size: 12px; border: 0; text-indent: -99999px; }

table.h-table01 { width: 100%; border-collapse: separate; border-top: 1px solid #a6a7bb; }
table.h-table01 th { font-size: 13px; font-weight: bold; color: #4e5983; text-align: center; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; padding: 10px; }
table.h-table01 td { font-size: 13px; color: #c8cbd8; border-bottom: 1px solid #ebebeb; padding: 10px; }
table.h-table01 .h-form-input { margin-bottom: 0; }

table.h-table02 { width: 100%; border-collapse: separate; border-top: 1px solid #a6a7bb; }
table.h-table02 th { font-size: 13px; font-weight: bold; color: #4e5983; text-align: center; border: 1px solid #ebebeb; border-left: 0; border-top: 0; background-color: #fff; padding: 10px; }
table.h-table02 td { font-size: 13px; color: #c8cbd8; border-bottom: 1px solid #ebebeb; background-color: #fff; padding: 10px; }
table.h-table02 .h-form-input { margin-bottom: 0; }

table.h-table03 { width: 100%; border-collapse: separate; border-top: 1px solid #a6a7bb; }
table.h-table03 thead th { font-size: 13px; font-weight: bold; color: #4e5983; text-align: center; background-color: #fafbff; border: 1px solid #ebebeb; border-left: 0; border-top: 0; padding: 10px; }
table.h-table03 thead th:last-child { border-right: 0; }
table.h-table03 tbody th { font-size: 13px; font-weight: bold; color: #4e5983; text-align: left; background-color: #fafbff; border: 1px solid #ebebeb; border-left: 0; border-top: 0; padding: 10px; padding-left: 20px; }
table.h-table03 tbody th.point { background: url(/resource/images/bul/bul_star01.png) 10px center no-repeat #fafbff; }
table.h-table03 tbody td { font-size: 13px; color: #c8cbd8; border-bottom: 1px solid #ebebeb; border-right: 1px solid #ebebeb; background-color: #fff; padding: 10px; }
table.h-table03 tbody td:last-child { border-right: 0; }
table.h-table03 .h-alignC { text-align: center; }
table.h-table03 .h-disabled { background-color: #f4f4f4; }
table.h-table03 .h-form-input { margin-bottom: 0; }

.h-basic-list01 > li { position: relative; font-size: 16px; color: #4e5983; line-height: 16px; padding-left: 10px; margin-bottom: 15px; }
.h-basic-list01 > li:last-child { margin-bottom: 0; }
.h-basic-list01 > li::after { content: ''; position: absolute; top: 7px; left: 0; width: 5px; height: 1px; background-color: #4e5983; }

.h-basic-list02 > li { position: relative; font-size: 14px; color: #868daa; padding-left: 40px; margin-bottom: 15px; }
.h-basic-list02 > li:last-child { margin-bottom: 0; }
.h-basic-list02 > li > span.tit { position: absolute; top: 0; left: 0; width: 21px; height: 21px; line-height: 21px; font-size: 13px; color: #fff; text-align: center; background-color: #6f789a; border-radius: 50%; }
.h-basic-list02 > li > input { width: 100%; height: 30px; font-size: 14px; color: #868daa; border: 1px solid #dadde5; padding: 0 15px; box-sizing: border-box; }

.h-basic-list03 > li { position: relative; font-size: 14px; color: #868daa; line-height: 14px; padding-left: 7px; margin-bottom: 5px; }
.h-basic-list03 > li:last-child { margin-bottom: 0; }
.h-basic-list03 > li::after { content: ''; position: absolute; top: 7px; left: 0; width: 2px; height: 2px; background-color: #868daa; }

.h-text-list01 { margin-bottom: 20px; }
.h-text-list01:last-child { margin-bottom: 0; }
.h-text-list01 > .h-tit { font-size: 14px; font-weight: bold; color: #4e5983; }
.h-text-list01 > .h-tit.h-point { position: relative; overflow: hidden; }
.h-text-list01 > .h-tit.h-point:before { content: '*'; position: absolute; left: 0; top: 0; width: 14px; height: 14px; font-size: 14px; color: #c14e5d; }
.h-text-list01 input:not([type=button]), .h-text-list01 select { width: 100%; background-color: transparent; border: unset; border-bottom: 1px solid #e1e2e6; padding: 5px 0; }
.h-text-list01 input:not([type=button]):disabled, .h-text-list01 select:disabled { background-color: #e3e6ea; border: 0; }
.h-text-list01 .h-datepicker { flex: 0 0 -webkit-calc(100% - 20px) !important; flex: 0 0 -moz-calc(100% - 20px) !important; flex: 0 0 -calc-calc(100% - 20px) !important; max-width: -webkit-calc(100% - 20px) !important; max-width: -moz-calc(100% - 20px) !important; max-width: calc(100% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-8per { flex: 0 0 -webkit-calc(8.33% - 20px) !important; flex: 0 0 -moz-calc(8.33% - 20px) !important; flex: 0 0 -calc-calc(8.33% - 20px) !important; max-width: -webkit-calc(8.33% - 20px) !important; max-width: -moz-calc(8.33% - 20px) !important; max-width: calc(8.33% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-9per { flex: 0 0 -webkit-calc(9.09% - 20px) !important; flex: 0 0 -moz-calc(9.09% - 20px) !important; flex: 0 0 -calc-calc(9.09% - 20px) !important; max-width: -webkit-calc(9.09% - 20px) !important; max-width: -moz-calc(9.09% - 20px) !important; max-width: calc(9.09% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-10per { flex: 0 0 -webkit-calc(10% - 20px) !important; flex: 0 0 -moz-calc(10% - 20px) !important; flex: 0 0 -calc-calc(10% - 20px) !important; max-width: -webkit-calc(10% - 20px) !important; max-width: -moz-calc(10% - 20px) !important; max-width: calc(10% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-11per { flex: 0 0 -webkit-calc(11% - 20px) !important; flex: 0 0 -moz-calc(11% - 20px) !important; flex: 0 0 -calc-calc(11% - 20px) !important; max-width: -webkit-calc(11% - 20px) !important; max-width: -moz-calc(11% - 20px) !important; max-width: calc(11% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-12per { flex: 0 0 -webkit-calc(12% - 20px) !important; flex: 0 0 -moz-calc(12% - 20px) !important; flex: 0 0 -calc-calc(12% - 20px) !important; max-width: -webkit-calc(12% - 20px) !important; max-width: -moz-calc(12% - 20px) !important; max-width: calc(12% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-14per { flex: 0 0 -webkit-calc(14% - 20px) !important; flex: 0 0 -moz-calc(14% - 20px) !important; flex: 0 0 -calc-calc(14% - 20px) !important; max-width: -webkit-calc(14% - 20px) !important; max-width: -moz-calc(14% - 20px) !important; max-width: calc(14% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-16per { flex: 0 0 -webkit-calc(16% - 20px) !important; flex: 0 0 -moz-calc(16% - 20px) !important; flex: 0 0 -calc-calc(16% - 20px) !important; max-width: -webkit-calc(16% - 20px) !important; max-width: -moz-calc(16% - 20px) !important; max-width: calc(16% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-20per { flex: 0 0 -webkit-calc(20% - 20px) !important; flex: 0 0 -moz-calc(20% - 20px) !important; flex: 0 0 -calc-calc(20% - 20px) !important; max-width: -webkit-calc(20% - 20px) !important; max-width: -moz-calc(20% - 20px) !important; max-width: calc(20% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-25per { flex: 0 0 -webkit-calc(25% - 20px) !important; flex: 0 0 -moz-calc(25% - 20px) !important; flex: 0 0 -calc-calc(25% - 20px) !important; max-width: -webkit-calc(25% - 20px) !important; max-width: -moz-calc(25% - 20px) !important; max-width: calc(25% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-30per { flex: 0 0 -webkit-calc(30% - 20px) !important; flex: 0 0 -moz-calc(30% - 20px) !important; flex: 0 0 -calc-calc(30% - 20px) !important; max-width: -webkit-calc(30% - 20px) !important; max-width: -moz-calc(30% - 20px) !important; max-width: calc(30% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-33per { flex: 0 0 -webkit-calc(33.33% - 20px) !important; flex: 0 0 -moz-calc(33.33% - 20px) !important; flex: 0 0 -calc-calc(33.33% - 20px) !important; max-width: -webkit-calc(33.33% - 20px) !important; max-width: -moz-calc(33.33% - 20px) !important; max-width: calc(33.33% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-40per { flex: 0 0 -webkit-calc(40% - 20px) !important; flex: 0 0 -moz-calc(40% - 20px) !important; flex: 0 0 -calc-calc(40% - 20px) !important; max-width: -webkit-calc(40% - 20px) !important; max-width: -moz-calc(40% - 20px) !important; max-width: calc(40% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-50per { flex: 0 0 -webkit-calc(50% - 20px) !important; flex: 0 0 -moz-calc(50% - 20px) !important; flex: 0 0 -calc-calc(50% - 20px) !important; max-width: -webkit-calc(50% - 20px) !important; max-width: -moz-calc(50% - 20px) !important; max-width: calc(50% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-60per { flex: 0 0 -webkit-calc(60% - 20px) !important; flex: 0 0 -moz-calc(60% - 20px) !important; flex: 0 0 -calc-calc(60% - 20px) !important; max-width: -webkit-calc(60% - 20px) !important; max-width: -moz-calc(60% - 20px) !important; max-width: calc(60% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-70per { flex: 0 0 -webkit-calc(70% - 20px) !important; flex: 0 0 -moz-calc(70% - 20px) !important; flex: 0 0 -calc-calc(70% - 20px) !important; max-width: -webkit-calc(70% - 20px) !important; max-width: -moz-calc(70% - 20px) !important; max-width: calc(70% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-80per { flex: 0 0 -webkit-calc(80% - 20px) !important; flex: 0 0 -moz-calc(80% - 20px) !important; flex: 0 0 -calc-calc(80% - 20px) !important; max-width: -webkit-calc(80% - 20px) !important; max-width: -moz-calc(80% - 20px) !important; max-width: calc(80% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-90per { flex: 0 0 -webkit-calc(90% - 20px) !important; flex: 0 0 -moz-calc(90% - 20px) !important; flex: 0 0 -calc-calc(90% - 20px) !important; max-width: -webkit-calc(90% - 20px) !important; max-width: -moz-calc(90% - 20px) !important; max-width: calc(90% - 20px) !important; }
.h-text-list01 .h-datepicker.h-w-100per { flex: 0 0 -webkit-calc(100% - 20px) !important; flex: 0 0 -moz-calc(100% - 20px) !important; flex: 0 0 -calc-calc(100% - 20px) !important; max-width: -webkit-calc(100% - 20px) !important; max-width: -moz-calc(100% - 20px) !important; max-width: calc(100% - 20px) !important; }
.h-text-list01 .ui-datepicker-trigger { width: 12px; height: 11px; }
.h-text-list01 .h-combi-btn { width: -webkit-calc(100% - 70px) !important; width: -moz-calc(100% - 70px) !important; width: calc(100% - 70px) !important; }

.h-text-list02 { display: flex; flex-direction: row; flex-wrap: wrap; margin: 20px 0; }
.h-text-list02 > * { font-size: 14px; color: #868daa; line-height: 14px; border-right: 2px solid #e2e6f5; padding: 0 10px; }
.h-text-list02 > *:first-child { padding-left: 0; }
.h-text-list02 > *:last-child { border-right: 0; }

.h-tag-list01 { display: flex; felx-direction: row; flex-wrap: wrap; flex: 0 0 100%; margin: 10px 0; }
.h-tag-list01 > * { flex: none; font-size: 14px; font-weight: bold; color: #868daa; background-color: #fafafa; border-radius: 10px; padding: 7px 25px; margin-right: 10px; }
.h-tag-list01 > *:last-child { margin-right: 0; }

.h-input-list { font-size: 13px; font-weight: bold; color: #4e5983; }
.h-input-list.lineR { position: relative; margin-right: 10px !important; }
.h-input-list.lineR::before { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 12px; content: ""; background: #eff2f6; }
.h-input-list > .h-input-txt { float: left; padding-left: 10px; display: block; line-height: 28px; vertical-align: middle; }
.h-input-list > .h-input-txt.h-point { background: url(/resource/images/bul/bul_star01.png) no-repeat left center; }
.h-input-list > .h-input-txt + .h-input-txt { margin-left: 0; }
.h-input-list > .h-form-input { float: left; display: block; width: auto; min-height: 26px; margin-bottom: 0; }
.h-input-list > .h-form-input.h-txt-type > input { width: auto; max-width: 100%; }
.h-input-list > .h-form-input > input, .h-input-list > .h-form-input select { height: 26px; }
.h-input-list > .h-form-input + .h-form-input { margin-left: 5px; }
.h-input-list > .h-form-input + .txt { float: left; padding: 0 3px; line-height: 28px; display: inline-block; }

.h-tab-style01 { display: flex; flex-direction: row; align-items: start; }
.h-tab-style01 > li { position: relative; z-index: 2; flex: none; margin-left: 30px; padding: 5px 10px; font-size: 13px; color: #4e5983; text-align: center; background-color: #f7f7f7; border: 1px solid #4e5983; border-radius: 30px; cursor: pointer; }
.h-tab-style01 > li:before { content: ''; width: 30px; height: 1px; position: absolute; left: -30px; top: 50%; transform: translateY(-50%); background-color: #4e5983; z-index: 1; }
.h-tab-style01 > li:first-child { margin-left: 0; }
.h-tab-style01 > li:first-child:before { content: unset; }
.h-tab-style01 > li span.icon { display: inline-block; content: ''; width: 14px; height: 13px; background: url("/resource/images/icon/icon_view_more02.png") no-repeat center; margin-right: 5px; vertical-align: middle; }
.h-tab-style01 > li.on, .h-tab-style01 > li:hover { background-color: #4e5983; color: #fff; }
.h-tab-style01 > li .h-tab-style02 { width: auto; position: absolute; left: 0px; top: 49px; z-index: 99; overflow: auto !important; }

.h-tab-style02 { display: flex; flex-direction: row; overflow-x: auto; position: relative; margin-bottom: 20px; }
.h-tab-style02:after { content: ''; display: block; clear: both; }
.h-tab-style02 > li { flex: none; position: relative; z-index: 1; margin-left: 20px; font-size: 15px; font-weight: bold; color: #868daa; cursor: pointer; }
.h-tab-style02 > li:first-child { margin-left: 0; }
.h-tab-style02 > li > a { display: block; padding: 0 5px 14px 5px; height: 100%; font-size: 15px; font-weight: bold; color: #868daa; }
.h-tab-style02 > li.on, .h-tab-style02 > li:hover { color: #45bcb2; }
.h-tab-style02 > li.on:after, .h-tab-style02 > li:hover:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background-color: #49bcb0; border-radius: 3px; }
.h-tab-style02::after { position: absolute; left: 0; right: 0; bottom: 0; z-index: 0; width: 100%; height: 1px; content: ""; background: #cfcfcf; }

.h-tab-style03 { display: flex; flex-direction: row; overflow: auto; position: relative; align-items: flex-start; min-width: 100%; overflow: visible; }
.h-tab-style03:before { content: ''; position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; height: 1px; background-color: #009fe3; }
.h-tab-style03 > li { flex: none; margin-right: 5px; }
.h-tab-style03 > li > a { display: inline-block; position: relative; z-index: 1; font-size: 13px; font-weight: bold; color: #4e5983; text-align: center; background-color: #f1f2f4; border: 1px solid #f1f2f4; border-bottom: 1px solid transparent; border-radius: 4px 4px 0 0; padding: 7px 20px; }
.h-tab-style03 > li > a.on, .h-tab-style03 > li > a:hover { color: #009fe3; background-color: #fff; border: 1px solid #009fe3; border-bottom: 1px solid #fff; z-index: 3; }
.h-tab-style03 > li:last-child { margin-right: 0; }

.h-tab-style04 { display: flex; flex-direction: row; overflow-x: auto; align-items: start; }
.h-tab-style04 > li { flex: none; padding: 6px 20px; font-size: 14px; font-weight: bold; color: #4e5983; border-radius: 30px; border: 1px solid #4e5983; background-color: #fff; margin-right: 10px; }
.h-tab-style04 > li:last-child { margin-right: 0; }
.h-tab-style04 > li.on, .h-tab-style04 > li:hover { background-color: #4e5983; color: #fff; }

.h-tab-style05-list { flex: 0 0 19%; max-width: 19%; padding: 19px 12px; margin-right: 1.25%; margin-bottom: 1.25%; height: 60px; background-image: url(/resource/images/icon/icon_arrow_right01.png); background-position: 90% 25px; background-color: #fff; background-repeat: no-repeat; border-radius: 16px; cursor: pointer; }
@media screen and (max-width: 767px) { .h-tab-style05-list { flex: 0 0 32%; max-width: 32%; /* IE10+ */ }
  .h-tab-style05-list:nth-child(3n) { margin-right: 0; } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-tab-style05-list { flex: 0 0 19%; max-width: 19%; }
  .h-tab-style05-list:nth-child(3n) { margin-right: 1.25%; } }

.h-tab-style05-list:nth-child(5n) { margin-right: 0; }
@media screen and (max-width: 767px) { .h-tab-style05-list:nth-child(5n) { margin-right: 1.25%; /* IE10+ */ } }
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) { .h-tab-style05-list:nth-child(5n) { margin-right: 0; } }

.h-tab-style05-list:hover, .h-tab-style05-list.on { background-image: url(/resource/images/icon/icon_arrow_right02.png); background-color: #009fe3; }
.h-tab-style05-list:hover .h-tab-title, .h-tab-style05-list:hover .h-tab-sub-txt, .h-tab-style05-list.on .h-tab-title, .h-tab-style05-list.on .h-tab-sub-txt { color: #fff; }
.h-tab-style05-list .h-tab-title { font-size: 15px; font-weight: bold; color: #4e5983; margin-bottom: 15px; }
.h-tab-style05-list .h-tab-sub-txt { font-size: 13px; font-weight: bold; color: #868daa; }

.h-js-tab-container { display: none; padding: 30px; }
.h-js-tab-container.selected { display: block; }
