html,body{margin:0;padding:0;font-family:'Inter',sans-serif;background-color:#FFF;color:#000;overflow-x:hidden;font-size:16px}
.lang_tc,html[lang="zh-hant"],html[lang="zh-hk"],body[lang="zh-hant"],body[lang="zh-hk"]{font-family:'Noto Sans TC','Inter',sans-serif}
.lang_sc,html[lang="zh-hans"],html[lang="zh-cn"],body[lang="zh-hans"],body[lang="zh-cn"]{font-family:'Noto Sans SC','Inter',sans-serif}
body.drone{cursor:url(clientlib-site/resources/img/cursor/cursor_2.png),auto}
body.ball2{cursor:none}
*{box-sizing:border-box}
a{text-decoration:none;color:inherit;transition:ease all .3s}
img,video{width:auto;height:auto;max-width:100%;object-fit:cover;object-position:center center}
.hkic_main{max-width:1280px;margin:0 auto}
@media screen and (max-width:1400px){.hkic_main{margin:0 60px}
}
@media screen and (max-width:1360px){.hkic_main{margin:0 40px}
}
@media screen and (max-width:1023px){.hkic_main{margin:0 20px}
}
@media screen and (max-width:1079px){.desktop{display:none}
}
@media screen and (min-width:1080px){.mobile{display:none}
}
.hkic_body{padding-top:150px;background-color:#f5f5f5;color:#000;background:linear-gradient(180deg,#FFF 0,#FFF 300px,#f5f5f5 600px,#f5f5f5 calc(100% - 600px),#e1e1e1 100%)}
@media screen and (max-width:1023px){.hkic_body{padding-top:120px}
}
@media screen and (max-width:767px){.hkic_body{padding-top:120px}
}
.hkic_loading{display:flex;align-items:center;justify-content:center}
.hkic_loading.hkic_loading--float{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background:rgba(0,0,0,0.9)}
.hkic_loading.hkic_loading--inline{width:100%;min-height:300px}
.hkic_loading .msg{background:#FFF;color:#000;padding:30px 40px;border-radius:20px;display:flex;align-items:center;justify-content:flex-start}
.hkic_loading .msg:before{content:"";display:block;background-image:url(clientlib-site/resources/img/loading/loading.png);background-position:center center;background-repeat:no-repeat;background-size:contain;width:30px;height:30px;margin-right:5px;animation-name:rotate;animation-duration:4s;animation-timing-function:linear;animation-iteration-count:infinite}
.hkic_row .hkic_col>.hkic_loading{height:100%;min-height:480px;background:#FFF;border-radius:40px}
@keyframes rotate{0{transform:rotate(0)}
50%{transform:rotate(180deg)}
100%{transform:rotate(360deg)}
}
@media screen and (max-width:1023px){.hkic_row .hkic_col>.hkic_loading{min-height:360px;border-radius:20px}
}
@media screen and (max-width:767px){.hkic_row .hkic_col>.hkic_loading{min-height:240px;border-radius:20px}
}
@media screen and (max-width:639px){.hkic_row .hkic_col>.hkic_loading{min-height:120px;border-radius:20px}
}
.hkic_popup{display:block;position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;background:#FFF;color:#000;overflow:auto}
.hkic_popup .hkic_popup_main{position:relative;width:100%;height:100%}
.hkic_popup .hkic_popup_main .hkic_popup_body{position:absolute;top:100px;left:0;width:100%;width:100%;height:calc(100% - 100px);padding:40px 0;overflow:auto}
.hkic_popup .hkic_popup_main .hkic_popup_body video{display:block;width:100%;height:auto;max-width:1200px;margin:0 auto}
.hkic_popup .hkic_popup_nav{position:absolute;top:0;left:0;width:100%}
.hkic_popup .hkic_popup_nav .hkic_main{display:flex;align-items:center;justify-content:flex-end;padding:20px 0;background-image:url(clientlib-site/resources/img/logo/logo_sml.png);background-position:center left;background-repeat:no-repeat;background-size:72px}
@media screen and (max-width:767px){.hkic_popup .hkic_popup_nav .hkic_main{background-size:60px}
}
.hkic_side_menu{display:flex;align-items:stretch;justify-content:flex-start}
.hkic_side_menu>.hkic_side_col:nth-child(1){width:calc(75% - 0px);padding-bottom:40px}
.hkic_side_menu>.hkic_side_col:nth-child(2){width:calc(25% - 40px);margin-left:40px}
@media screen and (max-width:1079px){.hkic_side_menu .hkic_side_col{display:block}
.hkic_side_menu>.hkic_side_col:nth-child(1),.hkic_side_menu>.hkic_side_col:nth-child(2){width:100%;margin-left:0}
.hkic_side_menu>.hkic_side_col:nth-child(2){display:none !important}
}
@media screen and (min-width:768px){.effect{transition:ease all .8s;transition-delay:0}
.effect{opacity:0}
.effect.inside{opacity:1}
.effect.effect_up{transform:translateY(100px);opacity:0}
.effect.effect_up.inside{transform:translateY(0);opacity:1}
.effect.effect_down{transform:translateY(-40px);opacity:0}
.effect.effect_down.inside{transform:translateY(0);opacity:1}
.effect.effect_left{transform:translateX(100px);opacity:0}
.effect.effect_left.inside{transform:translateX(0);opacity:1}
.effect.effect_right{transform:translateX(-100px);opacity:0}
.effect.effect_right.inside{transform:translateX(0);opacity:1}
.aem-AuthorLayer-Edit .effect.effect_up,.aem-AuthorLayer-structure .effect.effect_up{transform:translateY(0) !important;opacity:1 !important;transition:none !important}
}
.hkic_head{position:fixed;top:0;left:0;width:100%;z-index:99;padding:0;margin-bottom:40px;background-color:rgba(255,255,255,0);color:#000;transition:ease all .3s}
.hkic_head .hkic_head_container{display:flex;align-items:flex-start;justify-content:flex-start}
.hkic_head .hkic_main{padding-top:20px;padding-bottom:20px;transition:ease all .3s}
.hkic-skip-nav{position:absolute;display:inline-block;top:-150px;left:15px;padding:8px 18px;font-size:15px;background-color:#3c4472;color:white;z-index:999;transition:.5s ease-in-out top}
.hkic-skip-nav:focus{top:0}
.hkic_head.open,.hkic_head.scroll{background-color:rgba(255,255,255,1);color:#000;border-bottom:1px solid #e1e1e1}
.hkic_head.scroll>.hkic_main{padding-top:5px;padding-bottom:5px}
.hkic_head .hkic_head_logo{width:300px}
.hkic_head .hkic_head_logo img{display:block;max-width:200px}
.hkic_head .hkic_head_logo img.small{display:none;max-width:60px}
.hkic_head.scroll .hkic_head_logo img.normal{display:none}
.hkic_head.scroll .hkic_head_logo img.small{display:block}
@media screen and (max-width:767px){.hkic_head .hkic_head_logo img.small{max-width:36px}
}
.hkic_head .hkic_head_menu{flex:1}
.hkic_head .hkic_head_menu_top,.hkic_head .hkic_head_menu_main,.hkic_head .hkic_head_menu_group{display:flex;align-items:center;justify-content:flex-end;position:relative}
.hkic_head .hkic_head_menu_group{padding:0 20px;border-left:1px solid #CCC}
.hkic_head .hkic_head_menu_group a{position:relative}
.hkic_head .hkic_head_menu_group:not(.hkic_head_menu_group--lang) a.active{color:#00807d;border-bottom:1px solid #00807d}
.hkic_head .hkic_head_menu_group:first-child{border:0}
.hkic_head .hkic_head_menu_group--lang a{font-weight:600}
.hkic_head .hkic_head_menu_group--lang a.active{font-weight:800;border-bottom:1px solid #000}
.hkic_head .hkic_head_menu_group a.notice{padding-left:20px;background-image:url(clientlib-site/resources/img/decoration/loud-speaker.svg);background-size:15px;background-repeat:no-repeat;background-position:center left}
.hkic_head .red,.hkic_head .red:hover{color:#C00 !important;font-weight:bold !important}
.hkic_head .hkic_head_menu_group .hkic_head_menu_group_drop{display:flex;align-items:center;justify-content:center}
.hkic_head .hkic_head_menu_group .hkic_head_menu_group_drop:after{content:"";display:block;width:12px;height:12px;background-image:url(clientlib-site/resources/img/decoration/select.svg);background-position:center center;background-repeat:no-repeat;background-size:12px;transform:rotate(90deg);opacity:.5;margin-left:5px}
.hkic_head .hkic_head_menu_group .hkic_head_menu_group_dropdown{display:none;position:absolute;z-index:1;top:calc(100% + 10px);left:0;width:100%;min-width:240px;height:auto;background:#f5f5f5;padding:15px 20px;border-radius:10px}
.hkic_head .hkic_head_menu_group.open .hkic_head_menu_group_dropdown{display:block}
.hkic_head .hkic_head_menu_group .hkic_head_menu_group_dropdown a{display:block;margin-bottom:5px}
.hkic_head .hkic_head_menu_group .hkic_head_menu_group_dropdown a.external:after{content:"";display:inline-block;vertical-align:middle;width:12px;height:12px;margin-left:5px;margin-bottom:2px;background-image:url(clientlib-site/resources/img/decoration/external-link.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hkic_head .hkic_head_menu_top{margin-bottom:20px}
.hkic_head .hkic_head_menu_top a{font-size:14px;font-weight:500}
.hkic_head .hkic_head_menu_top a:not(.hkic_btn):hover{color:#00807d}
.hkic_head .hkic_head_menu_top .hkic_head_menu_group.hkic_head_menu_group--lang a{margin:0 5px}
.hkic_head .hkic_head_menu_top .hkic_head_menu_group:not(.hkic_head_menu_group--lang)>a:not(.hkic_head_menu_group_drop):not(:last-child){margin:0 20px 0 0}
.hkic_head .hkic_head_menu_top .hkic_head_menu_group:not(.hkic_head_menu_group--lang)>a:not(.hkic_head_menu_group_drop):not(:last-child):after{content:"";display:block;position:absolute;right:calc(-10px - 1px);top:calc(50% - 1px);width:2px;height:2px;background:#999}
.hkic_head .hkic_head_menu_main a{font-size:20px;position:relative;font-weight:600;margin:0 0 0 30px;padding:10px 0}
.hkic_head .hkic_head_menu_main a:first-child{margin-left:0}
.hkic_head .hkic_head_menu_main a:not(.hkic_btn).active:after{content:"";display:block;position:absolute;bottom:5px;left:0;width:100%;height:2px;background:#00807d}
.hkic_head .hkic_head_menu_main a:not(.hkic_btn):hover:after{content:"";display:block;position:absolute;bottom:0;left:calc(50% - 4px);width:8px;height:8px;border-radius:50%;background:#00807d}
.hkic_head .hkic_head_menu_main a:not(.hkic_btn).active{color:#00807d}
.hkic_head .hkic_head_menu_main a:not(.hkic_btn):hover{color:#000}
.hkic_head .hkic_btn--menu{display:none}
.hkic_head.scroll .hkic_head_menu_main a{font-size:18px}
.hkic_head.scroll .hkic_head_menu_top{display:none}
.hkic_head.scroll .hkic_btn{width:48px;height:48px}
.hkic_head.scroll .hkic_btn--menu{background-size:33.33%}
@media screen and (max-width:1439px){.hkic_head .hkic_head_menu_main a{font-size:18px;margin-left:20px}
.hkic_head .hkic_head_logo img{max-width:200px}
}
@media screen and (max-width:1279px){.hkic_head .hkic_head_menu_main a{font-size:16px;margin-left:20px}
.hkic_head .hkic_head_logo img{max-width:200px}
}
@media screen and (max-width:1179px){.hkic_head .hkic_head_menu_main a{font-size:14px;margin-left:15px}
}
@media screen and (max-width:1179px){.hkic_head .hkic_head_container{align-items:flex-start}
.hkic_head .hkic_head_menu_main a{margin-left:10px}
.hkic_head .hkic_head_menu_main a:not(.hkic_btn){display:none}
.hkic_head .hkic_head_menu_main .hkic_btn--menu{display:block}
.hkic_head .hkic_head_menu_top{display:none}
.hkic_head .hkic_head_logo img{max-width:180px}
}
@media screen and (max-width:767px){.hkic_head .hkic_head_container{align-items:center}
.hkic_head .hkic_head_logo img{max-width:160px}
.hkic_head.scroll .hkic_btn{width:36px;height:36px}
}
@media screen and (max-width:639px){.hkic_head .hkic_head_logo img{max-width:140px}
}
.hkic_head_expand{display:none;width:100%;max-height:calc(100vh - 100px);overflow:auto}
.hkic_head_expand .hkic_main{display:flex;align-items:flex-start;justify-content:flex-start;padding:40px 0}
.hkic_head_expand .hkic_head_expand_text{width:33.33%;padding:0 60px 0 0}
.hkic_head_expand .hkic_head_expand_menu{width:66.66%;position:relative}
.hkic_head_expand .hkic_head_expand_menu ul,.hkic_head_expand .hkic_head_expand_menu li{display:block;list-style:none;margin:0;padding:0}
.hkic_head_expand .hkic_head_expand_menu li{font-size:20px;margin:0 0 20px 0}
.hkic_head_expand .hkic_head_expand_menu li li{font-size:16px}
.hkic_head_expand .hkic_head_expand_menu li ul{display:none}
.hkic_head_expand .hkic_head_expand_menu li a{display:block;transition:none}
.hkic_head_expand .hkic_head_expand_menu li a.active,.hkic_head_expand .hkic_head_expand_menu li:hover>a{font-weight:600}
.hkic_head_expand .hkic_head_expand_menu a span{display:inline-block;padding:2px 10px;margin-left:20px;border-radius:10px;font-size:.8em;text-transform:uppercase;background:#00ffb4;color:#000}
.hkic_head_expand .hkic_head_expand_menu>ul{width:50%}
.hkic_head_expand .hkic_head_expand_menu>ul>li.open>ul,.hkic_head_expand .hkic_head_expand_menu>ul>li:focus-within>ul,.hkic_head_expand .hkic_head_expand_menu>ul>li:hover>ul{display:block;position:absolute;top:0;left:50%;width:50%;padding-left:40px}
@media screen and (max-width:1279px){.hkic_head_expand .hkic_head_expand_menu li{font-size:16px}
.hkic_head_expand .hkic_head_expand_menu li li{font-size:14px}
}
@media screen and (max-width:1023px){.hkic_head_expand .hkic_main{display:none}
}
.hkic_mobile{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;background:rgba(255,255,255,1);display:none}
.hkic_mobile.open{display:block}
.hkic_mobile .hkic_main{height:100%}
.hkic_mobile .hkic_mobile_top{height:120px;padding:20px 0 0 0;position:absolute;top:0;left:0;width:100%;z-index:1}
.hkic_mobile .hkic_mobile_top .hkic_main{display:flex;align-items:flex-start;justify-content:flex-start}
.hkic_mobile .hkic_mobile_top .hkic_mobile_logo img{max-width:53px}
.hkic_mobile .hkic_mobile_top .hkic_mobile_btn{flex:1;display:flex;align-items:center;justify-content:flex-end}
.hkic_mobile .hkic_mobile_top .hkic_mobile_lang{display:flex;align-items:center;justify-content:flex-start;margin:0 10px 0 0}
.hkic_mobile .hkic_mobile_top .hkic_mobile_lang a{font-size:14px;margin:0 10px 0 0}
.hkic_mobile .hkic_mobile_top .hkic_mobile_lang a.active{border-bottom:1px solid #000}
.hkic_mobile .hkic_mobile_top .hkic_mobile_lang a.notice{display:block;font-weight:bold;padding-right:10px;padding-left:20px;margin-right:10px;line-height:16px;font-size:12px;border-right:1px solid #CCC;background-image:url(clientlib-site/resources/img/decoration/loud-speaker.svg);background-position:center left;background-repeat:no-repeat;background-size:contain}
.hkic_mobile.scroll .hkic_mobile_top .hkic_mobile_logo,.hkic_mobile.scroll .hkic_mobile_top .hkic_mobile_lang{display:none}
.hkic_mobile .hkic_mobile_body{overflow-y:auto;overflow-x:hidden;position:absolute;top:0;left:0;width:100%;height:100%;padding-top:120px}
.hkic_mobile .hkic_mobile_body .hkic_mobile_menu{padding:20px 0 40px 0}
.hkic_mobile .hkic_mobile_body .hkic_mobile_menu a{display:block;font-size:18px;font-weight:500;margin:0 0 15px 0}
.hkic_mobile .hkic_mobile_body .hkic_mobile_submenu{display:none;margin-top:-10px;margin-bottom:40px}
.hkic_mobile .hkic_mobile_body .hkic_mobile_submenu a{font-size:16px;font-weight:normal;margin:0 0 10px 0}
.hkic_mobile .hkic_mobile_body .hkic_mobile_subsubmenu{padding-left:20px}
.hkic_mobile .hkic_mobile_body .hkic_mobile_submenu a span{display:inline-block;padding:2px 10px;margin-left:10px;border-radius:10px;font-size:.5em;text-transform:uppercase;background:#00ffb4;color:#000}
.hkic_mobile .hkic_mobile_body .hkic_mobile_menu_back{display:block;margin-top:40px !important;text-decoration:underline}
.hkic_mobile .hkic_mobile_body .hkic_mobile_link{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_mobile .hkic_mobile_body .hkic_mobile_link a{display:block;font-size:14px;margin:0 20px 5px 0}
.hkic_mobile .hkic_mobile_body .hkic_mobile_foot{margin-top:20px;margin-bottom:40px;padding:20px 0 0 0;border-top:1px solid #CCC}
.hkic_mobile .hkic_mobile_body .hkic_mobile_foot a{display:block;font-size:12px;margin:0 0 10px 0}
.hkic_mobile .hkic_mobile_body .hkic_mobile_sns{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;padding-bottom:60px}
.hkic_mobile .hkic_mobile_body .hkic_mobile_search{margin:60px 0 20px 0}
.hkic_mobile .hkic_search_option_nav{display:flex;align-items:center;justify-content:flex-start;width:100%;max-width:100%;margin-bottom:40px}
.hkic_mobile .hkic_search_option_nav .hkic_search_option_nav_btn{width:30%}
.hkic_mobile .hkic_search_option_nav .hkic_search_option_nav_btn:last-child{text-align:right}
.hkic_mobile .hkic_search_option_nav .hkic_search_option_nav_btn a:last-child{margin-right:0}
.hkic_mobile .hkic_search_option_nav .hkic_search_option_nav_text{width:40%;text-align:center}
.hkic_mobile .hkic_search_option_btm_btn{text-align:right}
.hkic_mobile .hkic_search_option_btm_btn a:last-child{margin-right:0}
.hkic_mobile .hkic_search_option{position:relative;display:block;text-align:center;padding:15px 50px 15px 50px;background:#f5f5f5;color:#000;border-radius:30px}
.hkic_mobile .hkic_search_option:before{content:"";display:block;position:absolute;top:0;left:20px;width:20px;height:100%;background-size:16px;background-repeat:no-repeat;background-position:center center}
.hkic_mobile .hkic_search_option--building:before{background-image:url(clientlib-site/resources/img/decoration/search_building.svg)}
.hkic_mobile .hkic_search_option--civil:before{background-image:url(clientlib-site/resources/img/decoration/search_civil.svg)}
.hkic_mobile .hkic_search_option--mechanical:before{background-image:url(clientlib-site/resources/img/decoration/search_mechanical.svg)}
.hkic_mobile .hkic_search_option--safety:before{background-image:url(clientlib-site/resources/img/decoration/search_safety.svg)}
.hkic_mobile .hkic_search_option--project:before{background-image:url(clientlib-site/resources/img/decoration/search_project.svg)}
.hkic_mobile .hkic_search_option--it:before{background-image:url(clientlib-site/resources/img/decoration/search_it.svg)}
.hkic_mobile .hkic_search_option--environment:before{background-image:url(clientlib-site/resources/img/decoration/search_environment.svg)}
.hkic_mobile .hkic_search_option--others:before{background-image:url(clientlib-site/resources/img/decoration/search_others.png)}
.hkic_mobile .hkic_search_option--search:before{background-image:url(clientlib-site/resources/img/decoration/search_search.svg)}
.hkic_mobile .hkic_search_option:after{content:"+";display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:20px;width:20px;height:100%;font-size:20px;color:#00807d}
.hkic_mobile .hkic_search_option.active{background:#00ffb4;color:#000}
.hkic_mobile .hkic_search_option.active:after{content:"-"}
@media screen and (max-width:1023px){.hkic_mobile .hkic_search_option_nav{flex-wrap:wrap}
.hkic_mobile .hkic_search_option_nav .hkic_search_option_nav_btn{width:100%}
.hkic_mobile .hkic_search_option_nav .hkic_search_option_nav_btn:last-child{text-align:left}
.hkic_mobile .hkic_search_option_nav .hkic_search_option_nav_text{width:100%;text-align:left;margin:20px 0}
}
@media screen and (min-width:520px){.hkic_mobile .hkic_mobile_body.hkic_mobile_body--narrow .hkic_main{max-width:480px;margin:0 auto}
}
.hkic_head_notice{background:#c1dcdb;color:#000}
.hkic_head_notice .hkic_main{position:relative;padding-top:10px !important;padding-bottom:10px !important}
.hkic_head_notice .hkic_head_notice_close{position:absolute;right:0;top:calc(50% - 15px)}
.hkic_head_notice .hkic_head_notice_close span{display:inline-flex;align-items:center;justify-content:center;border-bottom:1px solid #000;padding:5px 0}
.hkic_head_notice .hkic_head_notice_close span:before{content:"";display:block;width:16px;height:16px;margin-right:5px;background-image:url(clientlib-site/resources/img/decoration/x.svg);background-position:center center;background-repeat:no-repeat;background-size:10px}
.hkic_head_notice .hkic_head_notice_title{display:block;position:relative;font-weight:bold}
.hkic_head_notice .hkic_head_notice_title:after{content:"";display:block;position:absolute;top:calc(50% - 10px);right:0;width:20px;height:20px;background-image:url(clientlib-site/resources/img/decoration/down-arrow.svg);background-position:center center;background-repeat:no-repeat;background-size:auto;transform:rotate(180deg)}
.hkic_head_notice .hkic_head_notice_title span{display:inline-flex;align-items:center;justify-content:flex-start;border-bottom:1px solid #000;font-size:14px;padding:5px 0}
.hkic_head_notice .hkic_head_notice_title span:before{content:"";display:block;width:16px;height:16px;margin-right:5px;background-image:url(clientlib-site/resources/img/decoration/loud-speaker.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hkic_head_notice .hkic_head_notice_text{line-height:1.5em;padding-top:20px;padding-right:100px}
.hkic_head_notice:not(.open) .hkic_main{padding-top:10px;padding-bottom:10px}
.hkic_head_notice:not(.open) .hkic_head_notice_close{display:none}
.hkic_head_notice:not(.open) .hkic_head_notice_text{display:none}
.hkic_head_notice:not(.open) .hkic_head_notice_title span{border:0}
.hkic_head_notice:not(.open) .hkic_head_notice_title:after{transform:rotate(0);opacity:1}
.hkic_head_notice.hidden{display:none !important}
@media screen and (max-width:1023px){.hkic_head_notice .hkic_head_notice_text{padding-right:0}
.hkic_head_notice .hkic_head_notice_title:after{opacity:1}
.hkic_head_notice .hkic_head_notice_title span{border:0}
.hkic_head_notice .hkic_head_notice_close{position:static;display:flex;align-items:center;justify-content:flex-end}
}
.hkic_foot{background-color:#FFF;color:#000;padding:60px 0 0;margin:60px 0 0 0;border-radius:40px 40px 0 0}
.hkic_foot .hkic_foot_bottom{background:#edf4e3;padding:40px 0 40px 0;margin-top:40px}
.hkic_foot .hkic_foot_container{display:flex;align-items:flex-end;justify-content:flex-start}
.hkic_foot .hkic_foot_left,.hkic_foot .hkic_foot_right{width:50%}
.hkic_foot .hkic_foot_left.hkic_foot_left--logo{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_foot .hkic_foot_right{display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap}
.hkic_foot .hkic_foot_logo{max-width:200px;width:100%}
.hkic_foot .hkic_foot_text{font-size:10px}
.hkic_foot .hkic_foot_text .long{font-size:12px;letter-spacing:2.5px}
.hkic_foot .hkic_foot_left.hkic_foot_left--logo .hkic_foot_logo{margin-right:40px;margin-bottom:20px}
.hkic_foot .hkic_foot_left.hkic_foot_left--logo .hkic_foot_logo img{width:100%}
.hkic_foot .hkic_foot_right .hkic_foot_sns,.hkic_foot .hkic_foot_right .hkic_foot_logo,.hkic_foot .hkic_foot_right .hkic_foot_text{width:100%;max-width:100%;text-align:right}
.hkic_foot .hkic_foot_right .hkic_foot_text{text-align:right}
.hkic_foot .hkic_foot_right .hkic_foot_logo img{max-width:500px}
.hkic_foot .hkic_foot_label .hkic_label{font-size:14px}
.hkic_foot .hkic_foot_label .hkic_label + .hkic_label{margin-top:12px}
.hkic_foot .hkic_foot_label .hkic_label:before{filter:brightness(0);width:16px;height:16px;margin-top:2px}
.hkic_foot_link{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}
.hkic_foot_link a{margin:0 10px 10px 0;padding:0 10px 0 0;border-right:1px solid #CCC}
.hkic_foot_link a:hover{text-decoration:underline}
.hkic_foot_link a:last-child{border:0}
.hkic_foot .hkic_foot_sns{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_foot .hkic_foot_sns a{margin:20px 20px 0 0}
.hkic_foot .hkic_foot_award{margin-top:20px;display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap}
.hkic_foot .hkic_foot_award a{margin:0}
.hkic_foot .hkic_foot_award a:not(:first-child){margin-left:30px}
.hkic_foot .hkic_foot_award img{display:block;width:auto;height:60px}
@media screen and (max-width:1279px){.hkic_foot .hkic_foot_container{flex-wrap:wrap}
.hkic_foot .hkic_foot_left,.hkic_foot .hkic_foot_right{width:100%}
.hkic_foot .hkic_foot_left:not(:last-child){margin-bottom:40px}
.hkic_foot .hkic_foot_right{justify-content:flex-start}
.hkic_foot .hkic_foot_right .hkic_foot_logo{text-align:left}
.hkic_foot .hkic_foot_award{justify-content:flex-start;margin-top:40px}
.hkic_foot .hkic_foot_award a{margin:0 20px 0 0}
.hkic_foot .hkic_foot_award a:not(:first-child){margin-left:0}
.hkic_foot .hkic_foot_award a:not(:last-child){margin-right:20px}
}
@media screen and (max-width:1079px){.hkic_foot .hkic_foot_right .hkic_foot_logo img{max-width:280px}
}
.hkic_sns{display:block;width:28px;height:28px;margin:0 0 20px 20px;background-position:center center;background-repeat:no-repeat;background-size:contain;filter:brightness(0)}
.hkic_sns--facebook{background-image:url(clientlib-site/resources/img/sns/03-facebook.svg);cursor:grab}
.hkic_sns--youtube{background-image:url(clientlib-site/resources/img/sns/05-youtube.svg)}
.hkic_sns--linkedin{background-image:url(clientlib-site/resources/img/sns/01-linkedin.svg)}
.hkic_sns--twitter{background-image:url(clientlib-site/resources/img/sns/02-x.svg);background-size:70%}
.hkic_sns--email{background-image:url(clientlib-site/resources/img/sns/10-email.svg)}
.hkic_sns--ig{background-image:url(clientlib-site/resources/img/sns/04-instagram.svg)}
.hkic_sns--link{background-image:url(clientlib-site/resources/img/sns/09-link.svg)}
.hkic_sns:hover{filter:none}
.hkic_foot .hkic_foot_right .hkic_foot_sns{justify-content:flex-end}
.hkic_foot .hkic_foot_right .hkic_foot_sns a{margin:0 0 20px 20px}
@media screen and (max-width:1023px){.hkic_foot .hkic_foot_cic{margin-bottom:60px}
.hkic_sns{margin:0 20px 20px 0}
.hkic_foot .hkic_foot_award a{margin:0 20px 20px 0}
.hkic_foot .hkic_foot_right .hkic_foot_sns{justify-content:flex-start}
.hkic_foot .hkic_foot_right .hkic_foot_sns a{margin:0 10px 20px 0}
}
.hkic_news{position:relative;position:fixed;bottom:20px;right:20px;z-index:3}
.hkic_news .hkic_main{display:none;background:#FFF;border-radius:40px;padding:40px 40px 20px 40px;max-width:450px;margin:0 !important;border:1px solid #CCC}
.hkic_news .hkic_news_item{display:flex;align-items:flex-start;justify-content:flex-start;margin:20px 0}
.hkic_news .hkic_news_item_img{width:90px;padding-right:20px}
.hkic_news .hkic_news_item_img img{margin-bottom:0}
.hkic_news .hkic_news_item_text{flex:1}
.hkic_news .hkic_news_item_text .h3,.hkic_news .hkic_news_item_text .h4,.hkic_news .hkic_news_item_text .h5,.hkic_news .hkic_news_item_text .h6,.hkic_news .hkic_news_item_text .p{margin:0}
.hkic_news .hkic_news_item_text .h3,.hkic_news .hkic_news_item_text .h4,.hkic_news .hkic_news_item_text .h5,.hkic_news .hkic_news_item_text .h6{font-weight:600}
.hkic_news .hkic_news_item_text a{text-decoration:none}
.hkic_news .hkic_news_link{border-top:1px solid #CCC;margin:20px 0}
.hkic_news .hkic_news_link a{position:relative;display:block;padding:15px 40px 15px 0;border-bottom:1px solid #CCC}
.hkic_news .hkic_news_link a:hover{color:#00807d}
.hkic_news .hkic_news_link a:after{content:"";display:block;position:absolute;top:calc(50% - 10px);right:0;width:20px;height:20px;border-radius:50%;background-color:#00ffb4;background-image:url(clientlib-site/resources/img/decoration/arrow.png);background-position:center center;background-repeat:no-repeat}
.hkic_news .hkic_news_link a:hover:after{background-color:#00807d;background-image:url(clientlib-site/resources/img/decoration/arrow_white.png)}
.hkic_news .hkic_label .h6{position:relative;display:inline-block}
.hkic_news .hkic_label .h6:after{position:absolute;display:block;content:"";top:0;right:-10px;width:4px;height:4px;background:#F00;border-radius:50%}
.hkic_news .hkic_news_close{position:absolute;display:block;z-index:1;top:40px;right:40px;width:20px;height:20px;background-image:url(clientlib-site/resources/img/decoration/select.svg);background-position:center center;background-repeat:no-repeat;background-size:20px;transform:rotate(90deg)}
.hkic_news .hkic_news_open{display:inline-block;margin-left:auto;padding:15px 30px 15px 20px;background:#FFF;border:1px solid #CCC;border-radius:30px}
.hkic_news .hkic_news_open:hover{color:#00807d}
.hkic_news.open .hkic_main{display:block}
.hkic_news.open .hkic_news_open{display:none}
@media screen and (max-width:1023px){.hkic_news{display:none}
}
.hkic_crumb{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}
.hkic_crumb a{font-size:14px;display:block;margin:10px 20px 0 0}
.hkic_crumb a:hover{color:#00807d}
.hkic_crumb a:after{display:inline-block;content:">";margin:0 0 0 10px}
@media screen and (max-width:1023px){.hkic_crumb{margin-bottom:10px}
.hkic_crumb a{margin:0 10px 0 0;font-size:12px}
}
.hkic_btn{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background-color:#00ffb4;color:#000;border:1px solid #00ffb4;background-position:center center;background-repeat:no-repeat;background-size:contain;border-radius:50%}
.hkic_btn.hkic_btn--search{background-image:url(clientlib-site/resources/img/decoration/search.svg);background-size:33.33%}
.hkic_btn.hkic_btn--close{border-color:#e1e1e1;background-color:#FFF;background-image:url(clientlib-site/resources/img/decoration/x.svg);background-size:20%}
.hkic_btn.hkic_btn--menu{border-color:#f5f5f5;background-color:#f5f5f5;background-image:url(clientlib-site/resources/img/decoration/menu.png);background-size:33.33%}
.hkic_btn.hkic_btn--share{border-color:#e1e1e1;background-color:#FFF;background-image:url(clientlib-site/resources/img/decoration/share.svg);background-size:33.33%}
.hkic_btn.hkic_btn--page{border-color:#FFF;background-color:#FFF}
.hkic_btn.hkic_btn--prev,.hkic_btn.hkic_btn--next{border-color:#000;background-color:#000;background-image:url(clientlib-site/resources/img/decoration/arrow_white.svg);background-size:33.33%}
.hkic_btn.hkic_btn--prev{transform:scaleX(-1)}
.hkic_btn.hkic_btn--prev_w,.hkic_btn.hkic_btn--next_w{border-color:#e1e1e1;background-color:#FFF;background-image:url(clientlib-site/resources/img/decoration/arrow_black.svg);background-size:33.33%}
.hkic_btn.hkic_btn--prev_w{transform:scaleX(-1)}
.hkic_btn.hkic_btn--auto{border-color:#e1e1e1;background-color:#FFF}
.hkic_btn.hkic_btn--auto:before,.hkic_btn.hkic_btn--auto:after{content:"";display:block;position:absolute;width:6%;height:30%;background:#000}
.hkic_btn.hkic_btn--auto:before{top:35%;left:40%}
.hkic_btn.hkic_btn--auto:after{top:35%;right:40%}
.hkic_btn.hkic_btn--auto.paused:before{width:0;height:0;top:calc(50% - 10px);left:50%;background:0;border-width:10px;border-color:transparent transparent transparent #000;border-style:solid;transform:scaleX(150%)}
.hkic_btn.hkic_btn--auto.paused:after{display:none}
input.hkic_btn{text-align:center}
.hkic_btn.active,.hkic_btn:hover{border-color:#e1e1e1;background-color:#f5f5f5;color:#000}
.hkic_btn.hkic_btn--prev.active,.hkic_btn.hkic_btn--prev:hover,.hkic_btn.hkic_btn--next.active,.hkic_btn.hkic_btn--next:hover,.hkic_btn.hkic_btn--page.active,.hkic_btn.hkic_btn--page:hover{border-color:#00807d;background-color:#00807d;color:#FFF}
.hkic_btn_list{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_btn_list .hkic_btn{margin:10px 10px 0 0}
.hkic_media_text--left .hkic_btn_list{justify-content:flex-start}
.hkic_media_text--center .hkic_btn_list{justify-content:center}
.hkic_media_text--right .hkic_btn_list{justify-content:flex-end}
@media screen and (max-width:767px){.hkic_btn{width:48px;height:48px}
.hkic_btn.hkic_btn--menu{background-size:33.33%}
.hkic_btn.hkic_btn--auto.paused:before{width:0;height:0;top:calc(50% - 6px);left:50%;border-width:6px}
}
.hkic_link{position:relative;display:inline-block;min-width:170px;background-color:#f5f5f5;color:#000;font-weight:600;text-align:left;padding:15px 50px 15px 20px;margin:0 20px 0 0;border-radius:30px}
.hkic_link.disabled{pointer-events:none;opacity:.5;background-color:#aaa !important;color:#666 !important}
.hkic_link:after{content:"";display:block;position:absolute;width:20px;height:100%;top:0;right:20px;background-image:url(clientlib-site/resources/img/decoration/arrow.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hkic_link--dark .hkic_link:after,.hkic_link--dark.hkic_link:after{filter:brightness(0) invert(1)}
.hkic_link.disabled:after{filter:brightness(0) !important;opacity:.4 !important}
.hkic_link--search{padding-right:20px;padding-left:50px}
.hkic_link--search .hkic_link:after,.hkic_link--search:after{background-image:url(clientlib-site/resources/img/decoration/search.svg);left:20px;right:auto}
.hkic_link--download .hkic_link:after,.hkic_link--download:after{background-image:url(clientlib-site/resources/img/decoration/download.svg)}
.hkic_link--external .hkic_link:after,.hkic_link--external:after{background-image:url(clientlib-site/resources/img/decoration/external-link.svg);background-size:16px}
.hkic_link--dark.hkic_link--external .hkic_link:after,.hkic_link--dark.hkic_link--external.hkic_link:after{filter:brightness(0) invert(1)}
@keyframes donut-spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.hkic_link--external.loading:after{background-image:url(clientlib-site/resources/img/decoration/loading.svg);background-size:16px;animation:donut-spin 3s linear infinite}
.hkic_link--external.hkic_link--dark .hkic_link:after,.hkic_link--external.hkic_link--dark:after{filter:brightness(0) invert(1)}
.hkic_link--white .hkic_link,.hkic_link.hkic_link--white{background:#FFF;color:#000}
.hkic_link--border .hkic_link,.hkic_link.hkic_link--border{background:#FFF;color:#000;border:1px solid #f5f5f5}
.hkic_link--dark .hkic_link,.hkic_link.hkic_link--dark{background:#2e2e2e;color:#FFF}
.hkic_link--hollow .hkic_link,.hkic_link.hkic_link--hollow{border:1px solid #000;background-color:transparent;color:#000}
.hkic_link--hollow .hkic_link:after,.hkic_link.hkic_link--hollow:after{filter:brightness(0)}
.hkic_link--hollow .hkic_link:hover,.hkic_link.hkic_link--hollow:hover{border:1px solid transparent !important}
.hkic_link.hkic_link--green{background:#00ffb4;color:#000}
.hkic_link.hkic_link--green:after{filter:brightness(0)}
.hkic_link.hkic_link--green:hover{background:#00807d;color:#FFF}
.hkic_link.hkic_link--green:hover:after{filter:brightness(0) invert(1)}
.hkic_content_box--purple_bg .hkic_link--hollow .hkic_link,.hkic_content_box--blue_bg .hkic_link--hollow .hkic_link,.hkic_content_box--dark_bg .hkic_link--hollow .hkic_link,.hkic_content_box--emerald_bg .hkic_link--hollow .hkic_link,.hkic_content_box--sapphire_bg .hkic_link--hollow .hkic_link,.hkic_content_box--orange_bg .hkic_link--hollow .hkic_link,.hkic_content_box--black_bg .hkic_link--hollow .hkic_link,.hkic_content_box--purple_bg .hkic_link.hkic_link--hollow,.hkic_content_box--blue_bg .hkic_link.hkic_link--hollow,.hkic_content_box--dark_bg .hkic_link.hkic_link--hollow,.hkic_content_box--emerald_bg .hkic_link.hkic_link--hollow,.hkic_content_box--sapphire_bg .hkic_link.hkic_link--hollow,.hkic_content_box--orange_bg .hkic_link.hkic_link--hollow,.hkic_content_box--black_bg .hkic_link.hkic_link--hollow{border-color:#FFF;color:#FFF}
.hkic_content_box--purple_bg .hkic_link--hollow .hkic_link:hover,.hkic_content_box--blue_bg .hkic_link--hollow .hkic_link:hover,.hkic_content_box--dark_bg .hkic_link--hollow .hkic_link:hover,.hkic_content_box--emerald_bg .hkic_link--hollow .hkic_link:hover,.hkic_content_box--sapphire_bg .hkic_link--hollow .hkic_link:hover,.hkic_content_box--orange_bg .hkic_link--hollow .hkic_link:hover,.hkic_content_box--black_bg .hkic_link--hollow .hkic_link:hover,.hkic_content_box--purple_bg .hkic_link.hkic_link--hollow:hover,.hkic_content_box--blue_bg .hkic_link.hkic_link--hollow:hover,.hkic_content_box--dark_bg .hkic_link.hkic_link--hollow:hover,.hkic_content_box--emerald_bg .hkic_link.hkic_link--hollow:hover,.hkic_content_box--sapphire_bg .hkic_link.hkic_link--hollow:hover,.hkic_content_box--orange_bg .hkic_link.hkic_link--hollow:hover,.hkic_content_box--black_bg .hkic_link.hkic_link--hollow:hover{background:#00807d}
.hkic_content_box--purple_bg .hkic_link--hollow .hkic_link:after,.hkic_content_box--blue_bg .hkic_link--hollow .hkic_link:after,.hkic_content_box--dark_bg .hkic_link--hollow .hkic_link:after,.hkic_content_box--emerald_bg .hkic_link--hollow .hkic_link:after,.hkic_content_box--sapphire_bg .hkic_link--hollow .hkic_link:after,.hkic_content_box--orange_bg .hkic_link--hollow .hkic_link:after,.hkic_content_box--black_bg .hkic_link--hollow .hkic_link:after,.hkic_content_box--purple_bg .hkic_link.hkic_link--hollow:after,.hkic_content_box--blue_bg .hkic_link.hkic_link--hollow:after,.hkic_content_box--dark_bg .hkic_link.hkic_link--hollow:after,.hkic_content_box--emerald_bg .hkic_link.hkic_link--hollow:after,.hkic_content_box--sapphire_bg .hkic_link.hkic_link--hollow:after,.hkic_content_box--orange_bg .hkic_link.hkic_link--hollow:after,.hkic_content_box--black_bg .hkic_link.hkic_link--hollow:after{filter:brightness(0) invert(1)}
.hkic_link.hkic_link--back{padding-left:50px;padding-right:20px}
.hkic_link.hkic_link--back:after{left:20px;right:auto;transform:rotate(180deg)}
.hkic_link_vlist .hkic_link--text{display:flex;align-items:center;justify-content:space-between}
.hkic_link:hover{background-color:#00ffb4;color:#000}
.hkic_link:hover:after{filter:brightness(0)}
.hkic_link_list{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_link_list .hkic_link{display:block;margin-top:20px}
.hkic_media_text--left .hkic_link_list{justify-content:flex-start}
.hkic_media_text--center .hkic_link_list{justify-content:center}
.hkic_media_text--right .hkic_link_list{justify-content:flex-end}
.hkic_link_vlist .hkic_link{display:block;max-width:100%;margin:10px 0;padding-left:60px}
.hkic_link_vlist .hkic_link--text .hkic_link,.hkic_link_vlist .hkic_link--text{display:flex}
.hkic_row.hkic_row--1_3>.hkic_col .hkic_link_vlist .hkic_link{padding-left:100px}
@media screen and (max-width:1279px){.hkic_link_vlist .hkic_link{padding-left:60px}
}
@media screen and (max-width:1023px){.hkic_link{padding-top:10px;padding-bottom:10px;font-size:14px}
.hkic_link_vlist .hkic_link{padding-left:40px}
}
@media screen and (max-width:767px){.hkic_link_vlist .hkic_link{padding-left:20px}
}
.hkic_arrow{display:block;margin-top:10px;width:100%}
.hkic_arrow:after{content:"";display:block;width:50px;height:20px;margin-left:auto;background-image:url(clientlib-site/resources/img/decoration/arrow_long.svg);background-position:center left;background-repeat:no-repeat;background-size:contain;position:relative;left:0;transition:ease all .3s}
.hkic_arrow:hover:after{left:10px}
.hkic_arrow.hkic_arrow--green:after{background-image:url(clientlib-site/resources/img/decoration/arrow_long_green.svg)}
.hkic_arrow.hkic_arrow--black:after{filter:brightness(0)}
.hkic_arrow.hkic_arrow--white:after{filter:brightness(0) invert(1)}
@media screen and (max-width:767px){.hkic_arrow:after{width:40px}
}
.hkic_badge{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_badge .hkic_badge_item{font-size:18px;font-weight:600;margin:40px 60px 0 0;width:150px;text-align:center}
.hkic_badge .hkic_badge_item .hkic_media{margin:0 20px 20px 20px}
.hkic_badge.hkic_badge--small .hkic_badge_item{font-size:16px;font-weight:400;width:100px;margin:40px 40px 0 0}
.hkic_badge--margin_top{margin-top:80px}
.hkic_badge--margin_bottom{margin-bottom:80px}
.hkic_badge.hkic_badge--center{justify-content:center}
.hkic_badge.hkic_badge--center .hkic_badge_item{text-align:center}
@media screen and (max-width:1023px){.hkic_badge{justify-content:space-between !important}
.hkic_badge .hkic_badge_item{font-size:16px;width:120px;margin:40px 0 0 0}
.hkic_badge.hkic_badge--small .hkic_badge_item{font-size:14px;width:100px;margin:40px 0 0 0}
.hkic_badge .hkic_badge_item .hkic_media{margin:0 10px 20px 10px}
.hkic_badge--margin_top{margin-top:60px}
.hkic_badge--margin_bottom{margin-bottom:60px}
}
@media screen and (max-width:767px){.hkic_badge .hkic_badge_item{font-size:14px;width:80px;margin:40px 0 0 0}
.hkic_badge.hkic_badge--small .hkic_badge_item{font-size:12px;width:80px}
.hkic_badge--margin_top{margin-top:40px}
.hkic_badge--margin_bottom{margin-bottom:40px}
}
.hkic_content{margin:0 auto;font-size:16px;line-height:1.5em}
.hkic_content .h1,.hkic_content h1,.hkic_content .h2,.hkic_content h2,.hkic_content .h3,.hkic_content h3,.hkic_content .h4,.hkic_content h4,.hkic_content .h5,.hkic_content h5,.hkic_content .h6,.hkic_content h6,.hkic_content .p,.hkic_content p{margin:0 0 20px 0;padding:0}
.hkic_content .h1,.hkic_content h1{font-size:55px;line-height:1.1em;font-weight:800}
.hkic_content .h2,.hkic_content h2{font-size:40px;line-height:1.2em;font-weight:800}
.hkic_content .h3,.hkic_content h3{font-size:24px;line-height:1.4em;font-weight:600}
.hkic_content .h4,.hkic_content h4{font-size:20px;line-height:1.4em;font-weight:600}
.hkic_content .h5,.hkic_content h5{font-size:18px;line-height:1.4em;font-weight:600}
.hkic_content .h6,.hkic_content h6{font-size:16px;line-height:1.2em;font-weight:400}
.hkic_content .p,.hkic_content p{font-size:16px;line-height:1.5em;color:#474747}
.hkic_content ul,.hkic_content ol{margin:0 0 20px 0;padding:0 0 0 20px}
.hkic_content li{font-size:16px;line-height:1.5em;margin:0;padding:0;color:#474747}
.hkic_content ul li{list-style:none}
.hkic_content ul li:before{display:inline-block;content:"\2022";color:#00807d;font-weight:bold;width:1em;margin-left:-1em}
.hkic_content ul li li{list-style:square}
.hkic_content ul li li:before{display:none}
.hkic_content_box--purple_bg .hkic_content ul li:before,.hkic_content_box--blue_bg .hkic_content ul li:before,.hkic_content_box--dark_bg .hkic_content ul li:before,.hkic_content_box--emerald_bg .hkic_content ul li:before,.hkic_content_box--sapphire_bg .hkic_content ul li:before,.hkic_content_box--orange_bg .hkic_content ul li:before,.hkic_content_box--black_bg .hkic_content ul li:before{color:#FFF}
.hkic_content .img + .p,.hkic_content img + .p,.hkic_content .h2 + .p,.hkic_content h2 + p,.hkic_content .h3 + .p,.hkic_content h3 + p,.hkic_content .h4 + .p,.hkic_content h4 + p,.hkic_content .h5 + .p,.hkic_content h5 + p,.hkic_content .h6 + .p,.hkic_content h6 + p,.hkic_content .h3 + .h6,.hkic_content h3 + h6,.hkic_content .h4 + .h6,.hkic_content h4 + h6,.hkic_content .h5 + .h6,.hkic_content h5 + h6{margin-top:-10px}
.hkic_content .p + .h3,.hkic_content p + h3,.hkic_content .p + .h4,.hkic_content p + h4,.hkic_content .p + .h5,.hkic_content p + h5,.hkic_content .p + .h6,.hkic_content p + h6{margin-top:-20px}
.hkic_content .h1:last-child,.hkic_content h1:last-child,.hkic_content .h2:last-child,.hkic_content h2:last-child,.hkic_content .h3:last-child,.hkic_content h3:last-child,.hkic_content .h4:last-child,.hkic_content h4:last-child,.hkic_content .h5:last-child,.hkic_content h5:last-child,.hkic_content .h6:last-child,.hkic_content h6:last-child,.hkic_content .p:last-child,.hkic_content p:last-child{margin-bottom:0}
.hkic_content .h5 a,.hkic_content h5 a,.hkic_content .h6 a,.hkic_content h6 a,.hkic_content .p a,.hkic_content p a{text-decoration:underline}
.hkic_content .h1 a:hover,.hkic_content h1 a:hover,.hkic_content .h2 a:hover,.hkic_content h2 a:hover,.hkic_content .h3 a:hover,.hkic_content h3 a:hover,.hkic_content .h4 a:hover,.hkic_content h4 a:hover,.hkic_content .h5 a:hover,.hkic_content h5 a:hover,.hkic_content .h6 a:hover,.hkic_content h6 a:hover,.hkic_content .p a:hover,.hkic_content p a:hover{color:#00807d}
.hkic_content .hkic_media{margin-bottom:20px}
.hkic_content .img,.hkic_content img{display:block;width:auto;height:auto;max-width:100%;margin:0 0 20px 0}
.hkic_content .img_list{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}
.hkic_content .img_list .img,.hkic_content .img_list img{margin:0 20px 20px 0}
.hkic_content .img.img--sml{max-width:280px}
.hkic_content strong{font-weight:600}
.hkic_content .h3 strong,.hkic_content .h4 strong,.hkic_content .h5 strong,.hkic_content .h6 strong{font-weight:800}
.hkic_content .sapphire{color:#3948b3}
.hkic_content .blue{color:#006cff}
.hkic_content .green{color:#00807d}
.hkic_content .orange{color:#d14600}
.hkic_content .blue_dot,.hkic_content .green_dot{position:relative}
.hkic_content .blue_dot:before,.hkic_content .green_dot:before{content:"";display:block;position:absolute;top:calc(0.6em - 5px);left:-20px;width:10px;height:10px;background:#00ffb4;border-radius:50%}
.hkic_content p.blue_dot:before,.hkic_content .p.blue_dot:before,.hkic_content p.green_dot:before,.hkic_content .p.green_dot:before{top:calc(0.75em - 5px)}
.hkic_content .blue_dot{position:relative}
.hkic_content .blue_dot:before{background:#006cff}
.hkic_content.hkic_content--share{position:relative;padding-right:80px}
.hkic_content.hkic_content--share .hkic_btn{position:absolute;bottom:0;right:0}
.hkic_content.hkic_content--share .hkic_sns_share{position:absolute;bottom:0;right:0;z-index:1;height:64px;display:flex;align-items:center;justify-content:center;background:#FFF;padding:0;border:1px solid #e1e1e1;border-radius:30px}
.hkic_content.hkic_content--share .hkic_sns_share_close{display:block;padding-left:25px;margin-right:10px;background-image:url(clientlib-site/resources/img/decoration/share.svg);background-size:20px;background-repeat:no-repeat;background-position:center left}
.hkic_content.hkic_content--share .hkic_sns_share_x{display:block;width:16px;height:16px;background-image:url(clientlib-site/resources/img/decoration/x.svg);background-size:10px;background-repeat:no-repeat;background-position:center left;margin:0 0 0 15px;opacity:.5}
.hkic_content.hkic_content--share .hkic_sns_share .hkic_sns{margin:0 0 0 10px;width:24px;height:24px}
.hkic_content.hkic_content--margin{margin-top:60px;margin-bottom:20px}
.hkic_content .table{max-width:100%;overflow:auto;margin:40px 0}
.hkic_content .table table{min-width:100%;border-spacing:0}
.hkic_content .table th{font-size:16px;padding:10px 10px;text-align:left}
.hkic_content .table td{font-size:16px;padding:10px 10px}
.hkic_content .table tr:not(:last-child) td{border-bottom:1px solid #e1e1e1;vertical-align:middle}
.hkic_content .table .icon{width:20px;height:auto;display:inline-block;vertical-align:middle;margin:0}
.hkic_content hr{background:#e1e1e1;height:1px;margin:20px 0}
.hkic_img_text{display:flex;align-items:center;justify-content:flex-start}
.hkic_img_text .hkic_media{width:20%;max-width:200px;min-width:100px;margin-right:40px}
@media screen and (max-width:1279px){.hkic_content .h1,.hkic_content h1{font-size:48px}
.hkic_content .h2,.hkic_content h2{font-size:36px}
.hkic_content .h3,.hkic_content h3{font-size:20px}
.hkic_content .h4,.hkic_content h4{font-size:18px}
.hkic_content .h5,.hkic_content h5{font-size:15px}
.hkic_content .h6,.hkic_content h6{font-size:15px}
.hkic_content .p,.hkic_content p{font-size:14px}
.hkic_content li{font-size:14px}
}
@media screen and (max-width:1023px){body{font-size:13px}
.hkic_content .h1,.hkic_content h1{font-size:45px}
.hkic_content .h2,.hkic_content h2{font-size:32px}
.hkic_content .h3,.hkic_content h3{font-size:18px}
.hkic_content .h4,.hkic_content h4{font-size:16px}
.hkic_content .h5,.hkic_content h5{font-size:16px}
.hkic_content .h6,.hkic_content h6{font-size:16px}
.hkic_content .p,.hkic_content p{font-size:13px}
.hkic_content li{font-size:13px}
.hkic_content.hkic_content--margin{margin-top:40px;margin-bottom:20px}
.hkic_content .blue_dot:before,.hkic_content .green_dot:before{left:-15px}
}
@media screen and (max-width:767px){.hkic_content .h1,.hkic_content h1{font-size:35px}
.hkic_content .h2,.hkic_content h2{font-size:30px}
.hkic_content .h3,.hkic_content h3{font-size:18px}
.hkic_content .h4,.hkic_content h4{font-size:16px}
.hkic_content .h5,.hkic_content h5{font-size:16px}
.hkic_content .h6,.hkic_content h6{font-size:16px}
.hkic_content .p,.hkic_content p{font-size:13px}
.hkic_content li{font-size:13px}
.hkic_content .green_dot:before{top:calc(0.6em - 3px);left:-10px;width:6px;height:6px}
.hkic_content .img.img--sml{max-width:180px}
}
@media screen and (max-width:639px){.hkic_content .h1,.hkic_content h1{font-size:30px}
.hkic_content .h2,.hkic_content h2{font-size:28px}
.hkic_content .h3,.hkic_content h3{font-size:18px}
.hkic_content .h4,.hkic_content h4{font-size:16px}
.hkic_content .h5,.hkic_content h5{font-size:16px}
.hkic_content .h6,.hkic_content h6{font-size:16px}
.hkic_content .p,.hkic_content p{font-size:13px}
.hkic_content li{font-size:13px}
.hkic_img_text{flex-wrap:wrap}
}
hr{margin:0;border:0;width:100%;height:10px;margin:40px 0;background:repeating-linear-gradient(-60deg,#f5f5f5 0,#f5f5f5 1px,#FFF 2px,#FFF 3px)}
@media screen and (max-width:1023px){hr{margin:20px 0}
}
.js-slogan>span:not(:nth-child(1)),.js-slogan>div:not(:nth-child(1)){display:none}
.hkic_pointer{position:absolute;display:block;top:0;left:0;width:20px;height:20px;pointer-events:none;z-index:99999}
.hkic_pointer span{content:"";display:flex;align-items:center;justify-content:center;font-size:0;border-radius:50%;background:#00ffb4;color:#000;position:absolute;top:-10px;left:-10px;width:100%;height:100%;transition:ease all .5s;opacity:1}
.hkic_pointer.inactive span{opacity:0}
.hkic_pointer.inactive.discover span,.hkic_pointer.inactive.right_arrow span,.hkic_pointer.inactive.left_arrow span{opacity:1}
.hkic_pointer.discover span{background:#FFF;color:#000;left:-50px;top:-50px;width:100px;height:100px;font-size:15px}
.hkic_pointer.right_arrow span,.hkic_pointer.left_arrow span{background:#FFF;color:transparent;left:-50px;top:-50px;width:100px;height:100px}
.hkic_pointer.right_arrow span:before,.hkic_pointer.left_arrow span:before{content:"";display:block;width:100%;height:100%;background-image:url(clientlib-site/resources/img/decoration/arrow.svg);background-position:center center;background-size:33%;background-repeat:no-repeat}
.hkic_pointer.right_arrow span:before{transform:rotate(180deg)}
.hkic_staircase{margin:0;padding:40px 0 1px 0;background-image:url(clientlib-site/resources/img/bg/bg.png),url(clientlib-site/resources/img/bg/bg_btm.png);background-position:top 40px center,bottom center;background-repeat:no-repeat,no-repeat}
.hkic_staircase .hkic_staircase_desc .hkic_content{max-width:600px;margin:0 auto;text-align:center;padding:40px 0}
.hkic_staircase .hkic_card{background:rgba(255,255,255,0.8);backdrop-filter:blur(5px)}
.hkic_staircase .hkic_row{margin-left:auto;margin-right:auto}
@media screen and (min-width:1280px){.hkic_staircase .hkic_row.hkic_row--1_1_1_1{margin-bottom:120px}
.hkic_staircase .hkic_row.hkic_row--1_1_1_1 .hkic_col:nth-child(2){position:relative;top:40px}
.hkic_staircase .hkic_row.hkic_row--1_1_1_1 .hkic_col:nth-child(3){position:relative;top:80px}
.hkic_staircase .hkic_row.hkic_row--1_1_1_1 .hkic_col:nth-child(4){position:relative;top:120px}
.hkic_staircase .hkic_row.hkic_row--1_1_1_1_1{margin-bottom:160px}
.hkic_staircase .hkic_row.hkic_row--1_1_1_1_1 .hkic_col:nth-child(2){position:relative;top:40px}
.hkic_staircase .hkic_row.hkic_row--1_1_1_1_1 .hkic_col:nth-child(3){position:relative;top:80px}
.hkic_staircase .hkic_row.hkic_row--1_1_1_1_1 .hkic_col:nth-child(4){position:relative;top:120px}
.hkic_staircase .hkic_row.hkic_row--1_1_1_1_1 .hkic_col:nth-child(5){position:relative;top:160px}
}
@media screen and (max-width:1023px){.hkic_staircase{background-image:none;padding-top:0}
.hkic_staircase_desc{padding:0 40px 150px 40px;background-image:url(clientlib-site/resources/img/bg/bg_mobile.png);background-position:bottom center;background-repeat:no-repeat;background-size:100%}
}
.hkic_quick{display:flex;align-items:flex-start;justify-content:flex-start;margin-bottom:-10px}
.hkic_quick .hkic_quick_head{font-size:12px;font-weight:500;text-transform:uppercase;margin-right:40px;border-top:1px solid #000;border-bottom:1px solid #000}
.hkic_quick .hkic_quick_head:after{content:" :"}
.hkic_quick .hkic_quick_link{flex:1;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}
.hkic_quick .hkic_quick_link a{position:relative;font-size:18px;font-weight:500;margin:0 40px 10px 0;padding:0 30px 0 0}
.hkic_quick .hkic_quick_link a:after{content:"";display:block;position:absolute;top:calc(50% - 10px);right:0;width:20px;height:20px;border-radius:50%;background-color:#00ffb4;background-image:url(clientlib-site/resources/img/decoration/arrow.png);background-position:center center;background-repeat:no-repeat}
.hkic_quick .hkic_quick_link a:hover{color:#00807d}
.hkic_quick .hkic_quick_link a:hover:after{background-color:#00807d;background-image:url(clientlib-site/resources/img/decoration/arrow_white.png)}
@media screen and (max-width:1279px){.hkic_quick .hkic_quick_link a{font-size:16px}
}
@media screen and (max-width:1023px){.hkic_quick{display:block}
.hkic_quick .hkic_quick_head{display:inline-block}
.hkic_quick .hkic_quick_link{padding-left:0;padding-right:100px;margin-top:0}
.hkic_quick .hkic_quick_link a{font-size:14px}
}
@media screen and (max-width:767px){.hkic_quick{display:none}
.hkic_quick .hkic_quick_head{font-size:10px}
.hkic_quick .hkic_quick_link{padding-left:0;padding-right:100px;margin-bottom:20px}
.hkic_quick .hkic_quick_link a{margin:0 20px 0 0;padding-right:20px}
.hkic_quick .hkic_quick_link a:after{width:16px;height:16px;top:calc(50% - 8px);background-size:4px}
}
.hkic_media{display:block;position:relative;overflow:hidden}
.hkic_media:before{content:"";display:block;padding-bottom:100%}
.hkic_media video,.hkic_media img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}
.hkic_media a img{transform:scale(1);transition:ease all .3s}
.hkic_media a:hover img{transform:scale(1.1)}
.hkic_media--corner>.hkic_media video,.hkic_media--corner>.hkic_media img,.hkic_media.hkic_media--corner video,.hkic_media.hkic_media--corner img{object-fit:contain;object-position:bottom left}
.hkic_media--swiper video,.hkic_media--swiper img{object-fit:contain}
.hkic_media--banner>.hkic_media,.hkic_media.hkic_media--banner{overflow:visible;border-radius:40px;margin:20px 0}
.hkic_media--banner .swiper-slide>.hkic_media:before,.hkic_media--banner>.hkic_media:before,.hkic_media.hkic_media--banner:before{padding-bottom:42%}
.hkic_media--banner>.hkic_media video,.hkic_media--banner>.hkic_media img,.hkic_media.hkic_media--banner video,.hkic_media.hkic_media--banner img{border-radius:40px}
.hkic_media--swiper>.hkic_media,.hkic_media.hkic_media--swiper{overflow:visible;border-radius:0 !important;margin:20px 0}
.hkic_media--swiper .swiper-slide>.hkic_media:before,.hkic_media--swiper>.hkic_media:before,.hkic_media.hkic_media--swiper:before{padding-bottom:66vh}
.hkic_media--inner.hkic_media--banner>.hkic_media,.hkic_media--inner>.hkic_media,.hkic_media.hkic_media--inner.hkic_media--banner,.hkic_media.hkic_media--inner{margin:20px 0;border-radius:40px}
.hkic_media--inner.hkic_media--banner>.hkic_media:before,.hkic_media--inner>.hkic_media:before,.hkic_media.hkic_media--inner.hkic_media--banner:before,.hkic_media.hkic_media--inner:before{padding-bottom:36%}
.hkic_media--hat>.hkic_media,.hkic_media.hkic_media--hat{overflow:visible;max-width:80px;margin-top:20px;margin-bottom:10px}
.hkic_media--hat>.hkic_media:after,.hkic_media.hkic_media--hat:after{content:"";display:block;position:absolute;width:50%;height:50%;bottom:80%;right:0;background-image:url(clientlib-site/resources/img/decoration/hat.png);background-position:center center;background-repeat:no-repeat;background-size:contain;z-index:1}
.hkic_media--hat>.hkic_media video,.hkic_media--hat>.hkic_media img,.hkic_media.hkic_media--hat video,.hkic_media.hkic_media--hat img{border-radius:50%}
.hkic_media--people>.hkic_media,.hkic_media.hkic_media--people{overflow:visible;max-width:80px;margin-bottom:20px}
.hkic_media--round>.hkic_media,.hkic_media.hkic_media--round{border-radius:40px}
.hkic_media .hkic_media_play{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.5)}
.hkic_media .hkic_media_play:before{display:block;content:"";width:72px;height:72px;background-color:#00ffb4;background-image:url(clientlib-site/resources/img/decoration/play.svg);background-size:20%;background-position:center center;background-repeat:no-repeat;border-radius:50%}
.hkic_media .hkic_media_play:hover:before{background-color:#f5f5f5}
.hkic_media .hkic_media_swiper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:40px}
.hkic_media--swiper.hkic_media .hkic_media_swiper{border-radius:0 !important}
.hkic_media .hkic_media_swiper img,.hkic_media .hkic_media_swiper video{border-radius:0 !important}
.hkic_media .hkic_media_swiper .hkic_btn{position:absolute;z-index:2}
.hkic_media .hkic_media_swiper .hkic_btn.hkic_btn--prev,.hkic_media .hkic_media_swiper .hkic_btn.hkic_btn--prev_w{top:calc(50% - 32px);left:20px}
.hkic_media .hkic_media_swiper .hkic_btn.hkic_btn--next,.hkic_media .hkic_media_swiper .hkic_btn.hkic_btn--next_w{top:calc(50% - 32px);right:20px}
.hkic_media .hkic_media_swiper .hkic_btn.hkic_btn--auto{bottom:20px;left:20px}
.hkic_media .hkic_media_swiper_nav{position:absolute;z-index:1;bottom:0;left:0;width:100%;display:flex;align-items:center;justify-content:center;padding:20px 20px}
.hkic_row + .hkic_media{margin-top:0 !important}
@media screen and (max-width:1023px){.hkic_media--banner>.hkic_media,.hkic_media.hkic_media--banner{margin:20px 0;border-radius:20px}
.hkic_media--banner>.hkic_media video,.hkic_media--banner>.hkic_media img,.hkic_media.hkic_media--banner video,.hkic_media.hkic_media--banner img{border-radius:20px}
.hkic_media--round>.hkic_media,.hkic_media.hkic_media--round{border-radius:20px}
.hkic_media--inner.hkic_media--banner .hkic_media,.hkic_media--inner .hkic_media,.hkic_media.hkic_media--inner.hkic_media--banner,.hkic_media.hkic_media--inner{margin:20px 0;border-radius:20px}
.hkic_media .hkic_media_swiper{border-radius:20px}
}
@media screen and (max-width:1079px){.hkic_media--banner>.hkic_media:before{padding-bottom:120%}
.hkic_media--inner.hkic_media--banner>.hkic_media:before,.hkic_media--inner>.hkic_media:before{padding-bottom:100%}
.hkic_media.hkic_media--banner .swiper-slide>.hkic_media:before,.hkic_media.hkic_media--banner>.hkic_media:before,.hkic_media.hkic_media--banner:before{padding-bottom:120%}
.hkic_media.hkic_media--inner.hkic_media--banner:before,.hkic_media.hkic_media--inner:before{padding-bottom:100%}
.hkic_media .hkic_media_swiper .hkic_btn.hkic_btn--prev,.hkic_media .hkic_media_swiper .hkic_btn.hkic_btn--prev_w,.hkic_media .hkic_media_swiper .hkic_btn.hkic_btn--next,.hkic_media .hkic_media_swiper .hkic_btn.hkic_btn--next_w{top:calc(50% - 20px)}
.hkic_media .hkic_media_swiper_nav{padding:10px 0}
.hkic_media .desktop{display:none !important}
}
@media screen and (min-width:1080px){.hkic_row:not(.hkic_row--center,.hkic_row--top,.hkic_row.hkic_row--stretch)>.hkic_col>.hkic_media:first-child:last-child{height:100%}
.hkic_row:not(.hkic_row--center,.hkic_row--top,.hkic_row.hkic_row--stretch)>.hkic_col>.hkic_media:first-child:last-child:before{display:none}
.hkic_media .mobile{display:none !important}
}
.hkic_media.hkic_media--2x1:before{padding-bottom:50%}
.hkic_media.hkic_media--3x1:before{padding-bottom:33.33%}
.hkic_media.hkic_media--4x1:before{padding-bottom:25%}
.hkic_media.hkic_media--3x2:before{padding-bottom:66.66%}
.hkic_media.hkic_media--2x3:before{padding-bottom:150%}
.hkic_media.hkic_media--4x3:before{padding-bottom:75%}
.hkic_media.hkic_media--8x5:before{padding-bottom:62.5%}
.hkic_media.hkic_media--5x3:before{padding-bottom:60%}
.hkic_media--2x1>.hkic_media:before{padding-bottom:50%}
.hkic_media--3x1>.hkic_media:before{padding-bottom:33.33%}
.hkic_media--4x1>.hkic_media:before{padding-bottom:25%}
.hkic_media--3x2>.hkic_media:before{padding-bottom:66.66%}
.hkic_media--2x3>.hkic_media:before{padding-bottom:150%}
.hkic_media--4x3>.hkic_media:before{padding-bottom:75%}
.hkic_media--8x5>.hkic_media:before{padding-bottom:62.5%}
.hkic_media--5x3>.hkic_media:before{padding-bottom:60%}
.hkic_media .hkic_media_text{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;color:#FFF;background-color:rgba(0,0,0,0);background:transparent;padding:80px 60px;border-radius:40px}
.hkic_media .hkic_media_text .p,.hkic_media .hkic_media_text p{color:inherit}
.hkic_media .hkic_media_text--black_gradient{background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%)}
.hkic_media .hkic_media_text--green_gradient{background:linear-gradient(180deg,rgba(0,128,125,0) 0,rgba(0,128,125,0.5) 100%)}
.hkic_media .hkic_media_text--align_top{align-items:flex-start}
.hkic_media .hkic_media_text--align_center{align-items:center}
.hkic_media .hkic_media_text--align_bottom{align-items:flex-end}
.hkic_media .hkic_media_text--left{text-align:left;justify-content:flex-start}
.hkic_media .hkic_media_text--center{text-align:center}
.hkic_media .hkic_media_text--justify{text-align:justify}
.hkic_media .hkic_media_text--right{text-align:right;justify-content:flex-end}
.hkic_media .hkic_media_text .hkic_content{max-width:800px;margin:0}
.hkic_media .hkic_media_text .white_square{padding-left:20px;position:relative}
.hkic_media .hkic_media_text .white_square:before{content:"";display:block;position:absolute;width:10px;height:10px;top:calc(1em - 5px);left:0;background:#FFF;opacity:.75}
.hkic_media .hkic_media_text--center .hkic_arrow:after{margin:0 auto}
.hkic_media .hkic_media_text--right .hkic_arrow:after{margin:0 0 0 auto}
@media screen and (max-width:1279px){.hkic_media .hkic_media_text{padding:40px}
}
@media screen and (max-width:1023px){.hkic_media .hkic_media_text{border-radius:20px}
}
.hkic_media .hkic_media_wheel_top,.hkic_media .hkic_media_wheel_bottom,.hkic_media .hkic_media_wheel_center{position:absolute;z-index:2;overflow:hidden;display:none}
.hkic_media .hkic_media_wheel_top{top:-85px;right:100px;width:170px;height:85px}
.hkic_media .hkic_media_wheel_bottom{top:0;right:100px;width:170px;height:85px;filter:invert(1);mix-blend-mode:difference}
.hkic_media .hkic_media_wheel_top:before,.hkic_media .hkic_media_wheel_bottom:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:200%;background-image:url(clientlib-site/resources/img/decoration/wheel3.svg);background-position:top center;background-repeat:no-repeat;background-size:100%;animation-name:rotate;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear}
.hkic_media .hkic_media_wheel_bottom:before{top:-100%}
.hkic_media .hkic_media_wheel_center{top:-85px;right:100px;width:170px;height:170px;background-image:url(clientlib-site/resources/img/decoration/wheel.svg);background-position:center center;background-repeat:no-repeat;background-size:24px}
@media screen and (max-width:1279px){.hkic_media .hkic_media_wheel_top{width:150px;height:75px;right:60px;top:-75px}
.hkic_media .hkic_media_wheel_bottom{width:150px;height:75px;right:60px}
.hkic_media .hkic_media_wheel_center{width:150px;height:150px;right:60px;top:-75px}
}
@media screen and (max-width:1023px){.hkic_media .hkic_media_wheel_top{width:120px;height:60px;right:20px;top:-60px}
.hkic_media .hkic_media_wheel_bottom{width:120px;height:60px;right:20px}
.hkic_media .hkic_media_wheel_center{width:120px;height:120px;right:20px;top:-60px}
}
@media screen and (max-width:767px){.hkic_media .hkic_media_wheel_top{width:100px;height:50px;right:20px;top:-50px}
.hkic_media .hkic_media_wheel_bottom{width:100px;height:50px;right:20px}
.hkic_media .hkic_media_wheel_center{width:100px;height:100px;right:20px;top:-50px}
}
@media screen and (max-width:639px){.hkic_media .hkic_media_wheel_top{width:80px;height:40px;right:20px;top:-40px}
.hkic_media .hkic_media_wheel_bottom{width:80px;height:40px;right:20px}
.hkic_media .hkic_media_wheel_center{width:80px;height:80px;right:20px;top:-40px}
}
@keyframes rotate{0{transform:rotate(0)}
25%{transform:rotate(90deg)}
50%{transform:rotate(180deg)}
75%{transform:rotate(270deg)}
100%{transform:rotate(360deg)}
}
.hkic_row{display:flex;align-items:stretch;justify-content:flex-start}
.hkic_row--top>.hkic_row,.hkic_row.hkic_row--top{align-items:flex-start}
.hkic_row--center>.hkic_row,.hkic_row.hkic_row--center{align-items:center}
.hkic_row--stretch>.hkic_row,.hkic_row.hkic_row--stretch{align-items:stretch}
.hkic_row.hkic_row--margin{margin:40px 0}
.hkic_row .hkic_col .hkic_content{max-width:600px;margin:0}
.hkic_row--stretch>.hkic_row .hkic_content_box,.hkic_row.hkic_row--stretch .hkic_content_box{min-height:100%}
.hkic_row--2_1>.hkic_row>.hkic_col:nth-child(1),.hkic_row.hkic_row--2_1>.hkic_col:nth-child(1){width:calc(66.66% - 10px);margin-right:20px}
.hkic_row--2_1>.hkic_row>.hkic_col:nth-child(2),.hkic_row.hkic_row--2_1>.hkic_col:nth-child(2){width:calc(33.33% - 10px)}
.hkic_row--1_2>.hkic_row>.hkic_col:nth-child(1),.hkic_row.hkic_row--1_2>.hkic_col:nth-child(1){width:calc(33.33% - 10px);margin-right:20px}
.hkic_row--1_2>.hkic_row>.hkic_col:nth-child(2),.hkic_row.hkic_row--1_2>.hkic_col:nth-child(2){width:calc(66.66% - 10px)}
.hkic_row--1_3>.hkic_row>.hkic_col:nth-child(1),.hkic_row.hkic_row--1_3>.hkic_col:nth-child(1){width:calc(25% - 10px);margin-right:20px}
.hkic_row--1_3>.hkic_row>.hkic_col:nth-child(2),.hkic_row.hkic_row--1_3>.hkic_col:nth-child(2){width:calc(75% - 10px)}
.hkic_row--1_3>.hkic_row>.hkic_col .hkic_content>*,.hkic_row.hkic_row--1_3>.hkic_col .hkic_content>*{margin-left:40px}
.hkic_row--1_1>.hkic_row,.hkic_row.hkic_row--1_1{flex-wrap:wrap;width:calc(100% + 20px)}
.hkic_row--1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1>.hkic_col{width:calc(50% - 20px);margin:0 20px 20px 0}
.hkic_row--1_1_1>.hkic_row,.hkic_row.hkic_row--1_1_1{flex-wrap:wrap;width:calc(100% + 20px)}
.hkic_row--1_1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1_1>.hkic_col{width:calc(33.33% - 20px);margin:0 20px 20px 0}
.hkic_row--1_1_1_1>.hkic_row,.hkic_row.hkic_row--1_1_1_1{flex-wrap:wrap;width:calc(100% + 20px)}
.hkic_row--1_1_1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1_1_1>.hkic_col{width:calc(25% - 20px);margin:0 20px 20px 0}
.hkic_row--1_1_1_1_1>.hkic_row,.hkic_row.hkic_row--1_1_1_1_1{flex-wrap:wrap;width:calc(100% + 20px)}
.hkic_row--1_1_1_1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1_1_1_1>.hkic_col{width:calc(20% - 20px);margin:0 20px 20px 0}
.hkic_row + .hkic_row{margin-top:20px}
.hkic_content_box + .hkic_row{margin-top:20px}
.hkic_content_box .hkic_row .hkic_col{margin-bottom:0}
@media screen and (max-width:1279px){.hkic_row--1_1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1_1>.hkic_col{width:calc(50% - 20px);margin-bottom:20px}
.hkic_row--1_1_1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1_1_1>.hkic_col{width:calc(50% - 20px)}
.hkic_row--1_1_1_1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1_1_1_1>.hkic_col{width:calc(33.33% - 20px)}
}
@media screen and (max-width:1023px){.hkic_row--margin{margin:20px 0}
.hkic_row--2_1>.hkic_row,.hkic_row.hkic_row--2_1{display:block}
.hkic_row--2_1>.hkic_row>.hkic_col:nth-child(1),.hkic_row.hkic_row--2_1>.hkic_col:nth-child(1){width:100%;margin-right:0}
.hkic_row--2_1>.hkic_row>.hkic_col:nth-child(2),.hkic_row.hkic_row--2_1>.hkic_col:nth-child(2){width:100%;padding-top:20px}
.hkic_row--1_2>.hkic_row,.hkic_row.hkic_row--1_2{display:block}
.hkic_row--1_2>.hkic_row>.hkic_col:nth-child(1),.hkic_row.hkic_row--1_2>.hkic_col:nth-child(1){width:100%;margin-right:0}
.hkic_row--1_2>.hkic_row>.hkic_col:nth-child(2),.hkic_row.hkic_row--1_2>.hkic_col:nth-child(2){width:100%;padding-top:20px}
.hkic_row--1_3>.hkic_row,.hkic_row.hkic_row--1_3{display:block}
.hkic_row--1_3>.hkic_row>.hkic_col:nth-child(1),.hkic_row.hkic_row--1_3>.hkic_col:nth-child(1){width:100%;margin-right:0}
.hkic_row--1_3>.hkic_row>.hkic_col:nth-child(2),.hkic_row.hkic_row--1_3>.hkic_col:nth-child(2){width:100%}
.hkic_row--1_3>.hkic_row>.hkic_col .hkic_content>*,.hkic_row.hkic_row--1_3>.hkic_col .hkic_content>*{margin-left:20px}
.hkic_content_box .hkic_row .hkic_col{margin-bottom:20px}
.hkic_content_box .hkic_row--2_1>.hkic_row>.hkic_col:nth-child(2),.hkic_content_box .hkic_row.hkic_row--2_1>.hkic_col:nth-child(2){border-top:1px solid #e1e1e1}
.hkic_content_box .hkic_row--1_2>.hkic_row>.hkic_col:nth-child(2),.hkic_content_box .hkic_row.hkic_row--1_2>.hkic_col:nth-child(2){border-top:1px solid #e1e1e1}
}
@media screen and (max-width:767px){.hkic_row--1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1>.hkic_col{width:calc(100% - 20px)}
.hkic_row--1_1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1_1>.hkic_col{width:calc(100% - 20px)}
.hkic_row--1_1_1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1_1_1>.hkic_col{width:calc(100% - 20px)}
.hkic_row--1_1_1_1_1>.hkic_row>.hkic_col,.hkic_row.hkic_row--1_1_1_1_1>.hkic_col{width:calc(50% - 20px)}
}
.hkic_content_box{position:relative;margin:20px 0;padding:40px 60px;background-color:#FFF;color:#000;border-radius:40px}
.hkic_row + .hkic_content_box{margin-top:0 !important}
.hkic_content_box--green_dot:before{content:"";display:block;position:absolute;width:15px;height:15px;top:30px;right:30px;background-color:#00ffb4;border-radius:50%}
.hkic_content_box--purple_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--purple_bg{background-color:#6024c5;color:#FFF}
.hkic_content_box--purple_bg>.hkic_content_box .p,.hkic_content_box--purple_bg>.hkic_content_box p,.hkic_content_box--purple_bg>.hkic_content_box li,.hkic_content_box.hkic_content_box--purple_bg .p,.hkic_content_box.hkic_content_box--purple_bg p,.hkic_content_box.hkic_content_box--purple_bg li{color:#EEE}
.hkic_content_box--turquoise_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--turquoise_bg{background-color:#c1dcdb;color:#000}
.hkic_content_box--pale_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--pale_bg{background-color:#e0eded;color:#000}
.hkic_content_box--green_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--green_bg{background-color:#d5f09c;color:#000}
.hkic_content_box--blue_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--blue_bg{background-color:#3c4472;color:#FFF}
.hkic_content_box--blue_bg>.hkic_content_box .p,.hkic_content_box--blue_bg>.hkic_content_box p,.hkic_content_box--blue_bg>.hkic_content_box li,.hkic_content_box.hkic_content_box--blue_bg .p,.hkic_content_box.hkic_content_box--blue_bg p,.hkic_content_box.hkic_content_box--blue_bg li{color:#EEE}
.hkic_content_box--dark_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--dark_bg{background-color:#2c3642;color:#FFF}
.hkic_content_box--dark_bg>.hkic_content_box .p,.hkic_content_box--dark_bg>.hkic_content_box p,.hkic_content_box--dark_bg>.hkic_content_box li,.hkic_content_box.hkic_content_box--dark_bg .p,.hkic_content_box.hkic_content_box--dark_bg p,.hkic_content_box.hkic_content_box--dark_bg li{color:#EEE}
.hkic_content_box--jade_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--jade_bg{background-color:#a8f5df;color:#000}
.hkic_content_box--emerald_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--emerald_bg{background-color:#00807d;color:#FFF}
.hkic_content_box--emerald_bg>.hkic_content_box .p,.hkic_content_box--emerald_bg>.hkic_content_box p,.hkic_content_box--emerald_bg>.hkic_content_box li,.hkic_content_box.hkic_content_box--emerald_bg .p,.hkic_content_box.hkic_content_box--emerald_bg p,.hkic_content_box.hkic_content_box--emerald_bg li{color:#EEE}
.hkic_content_box--sapphire_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--sapphire_bg{background-color:#3948b3;color:#FFF}
.hkic_content_box--sapphire_bg>.hkic_content_box .p,.hkic_content_box--sapphire_bg>.hkic_content_box p,.hkic_content_box--sapphire_bg>.hkic_content_box li,.hkic_content_box.hkic_content_box--sapphire_bg .p,.hkic_content_box.hkic_content_box--sapphire_bg p,.hkic_content_box.hkic_content_box--sapphire_bg li{color:#EEE}
.hkic_content_box--orange_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--orange_bg{background-color:#d14600;color:#FFF}
.hkic_content_box--orange_bg>.hkic_content_box .p,.hkic_content_box--orange_bg>.hkic_content_box p,.hkic_content_box--orange_bg>.hkic_content_box li,.hkic_content_box.hkic_content_box--orange_bg .p,.hkic_content_box.hkic_content_box--orange_bg p,.hkic_content_box.hkic_content_box--orange_bg li{color:#EEE}
.hkic_content_box--black_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--black_bg{background-color:#2e2e2e;color:#FFF}
.hkic_content_box--black_bg>.hkic_content_box .p,.hkic_content_box--black_bg>.hkic_content_box p,.hkic_content_box--black_bg>.hkic_content_box li,.hkic_content_box.hkic_content_box--black_bg .p,.hkic_content_box.hkic_content_box--black_bg p,.hkic_content_box.hkic_content_box--black_bg li{color:#EEE}
.hkic_content_box--no_bg>.hkic_content_box,.hkic_content_box.hkic_content_box--no_bg{background-color:transparent;color:#000;padding-bottom:0 !important}
.hkic_content_box--img_bg{display:flex;align-items:flex-end;justify-content:flex-start;background-color:#000;color:#FFF;background-position:center center;background-repeat:no-repeat;background-size:cover}
.hkic_content_box--img_bg>.hkic_content_box .p,.hkic_content_box--img_bg>.hkic_content_box p,.hkic_content_box--img_bg>.hkic_content_box li,.hkic_content_box.hkic_content_box--img_bg .p,.hkic_content_box.hkic_content_box--img_bg p,.hkic_content_box.hkic_content_box--img_bg li{color:#EEE}
.hkic_col>.hkic_content_box{margin:0}
.hkic_col>.hkic_content_box + .hkic_content_box{margin-top:20px}
.hkic_col>.hkic_content_box:first-child:last-child{min-height:100%}
.hkic_content_box .hkic_content{width:100%;max-width:1200px;margin:0}
.hkic_content_box--full .hkic_content{max-width:100% !important}
.hkic_content_box--detail .hkic_content{max-width:1200px !important}
.hkic_content_box--nopad{padding-left:0 !important;padding-right:0 !important;background:0}
.hkic_content_box--center{display:flex;align-items:center;justify-content:center}
.hkic_row + .hkic_content_box{margin-top:20px}
@media screen and (max-width:1079px){.hkic_content_box{padding:40px}
}
@media screen and (max-width:1023px){.hkic_content_box{border-radius:20px}
}
@media screen and (max-width:767px){.hkic_content_box{padding:20px}
}
.hkic_content_box.accordion_close{padding-top:20px !important;padding-bottom:20px !important}
.hkic_col>.hkic_content_bo.accordionx + .hkic_content_box.accordion,.hkic_content_box.accordion,.hkic_content_box.accordion_close{margin-top:10px !important;margin-bottom:10px !important}
.hkic_accordion_toggle{margin:0 !important;max-width:100% !important}
.hkic_accordion_toggle a{display:block;position:relative;padding-right:40px}
.hkic_accordion_toggle a:after{content:"";display:block;font-family:'Courier New',Courier,monospace;font-size:40px;position:absolute;top:0;right:0;width:40px;height:100%;display:flex;align-items:center;justify-content:center;background-image:url(clientlib-site/resources/img/decoration/plus.svg);background-position:center center;background-size:16px;background-repeat:no-repeat}
.open .hkic_accordion_toggle a:after{background-image:url(clientlib-site/resources/img/decoration/minus.svg)}
.hkic_accordion_body{padding-top:40px}
.hkic_col .hkic_accordion_body{padding-top:20px}
.hkic_program_list{display:block;margin:40px 0;padding:0 0 20px 0;border-bottom:1px solid #999}
.hkic_program_list .hkic_program_list_row{display:flex;align-items:flex-start;justify-content:flex-start;margin:0 0 20px 0}
.hkic_program_list .hkic_program_list_col:nth-child(1){width:20%}
.hkic_program_list .hkic_program_list_col:nth-child(2){width:55%}
.hkic_program_list .hkic_program_list_col{padding-right:20px}
.hkic_program_list .hkic_program_list_col .title{font-weight:600;margin-bottom:20px;font-size:14px}
.hkic_program_list .hkic_program_list_col .text{font-size:14px}
.hkic_program_list .hkic_program_list_col a.text:hover{text-decoration:underline}
.hkic_program_list .hkic_program_list_row:not(:first-child) .hkic_program_list_col .title{display:none}
@media screen and (max-width:959px){.hkic_program_list{padding:0}
.hkic_program_list .hkic_program_list_row{display:block;margin:40px 0}
.hkic_program_list .hkic_program_list_row:not(:first-child){border-top:1px solid #DDD;padding-top:40px}
.hkic_program_list .hkic_program_list_row:not(:first-child) .hkic_program_list_col .title{display:block}
.hkic_program_list .hkic_program_list_col{margin-bottom:10px}
.hkic_program_list .hkic_program_list_col .title{margin-bottom:0}
.hkic_program_list .hkic_program_list_col:nth-child(1){width:100%}
.hkic_program_list .hkic_program_list_col:nth-child(2){width:100%}
}
.hkic_pill{background-color:#FFF;color:#000;border-radius:40px;overflow:hidden;display:flex;align-items:stretch;justify-content:flex-start}
.hkic_pill.hkic_pill--margin{margin:20px 0}
.hkic_pill .h3,.hkic_pill h3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hkic_pill.news_and_event_pill .p,.hkic_pill.news_and_event_pill p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hkic_pill .h3 + .p,.hkic_pill h3 + p{margin-top:-20px}
.hkic_pill--purple_bg>.hkic_pill,.hkic_pill.hkic_pill--purple_bg{background-color:#6024c5;color:#FFF}
.hkic_pill--purple_bg>.hkic_pill p,.hkic_pill--purple_bg>.hkic_pill .p,.hkic_pill--purple_bg>.hkic_pill li,.hkic_pill.hkic_pill--purple_bg p,.hkic_pill.hkic_pill--purple_bg .p,.hkic_pill.hkic_pill--purple_bg li{color:#EEE}
.hkic_pill--turquoise_bg>.hkic_pill,.hkic_pill.hkic_pill--turquoise_bg{background-color:#c1dcdb;color:#000}
.hkic_pill--pale_bg>.hkic_pill,.hkic_pill.hkic_pill--pale_bg{background-color:#e0eded;color:#000}
.hkic_pill--green_bg>.hkic_pill,.hkic_pill.hkic_pill--green_bg{background-color:#d5f09c;color:#000}
.hkic_pill--blue_bg>.hkic_pill,.hkic_pill.hkic_pill--blue_bg{background-color:#3c4472;color:#FFF}
.hkic_pill--blue_bg>.hkic_pill p,.hkic_pill--blue_bg>.hkic_pill .p,.hkic_pill--blue_bg>.hkic_pill li,.hkic_pill.hkic_pill--blue_bg p,.hkic_pill.hkic_pill--blue_bg .p,.hkic_pill.hkic_pill--blue_bg li{color:#EEE}
.hkic_pill--dark_bg>.hkic_pill,.hkic_pill.hkic_pill--dark_bg{background-color:#2c3642;color:#FFF}
.hkic_pill--dark_bg>.hkic_pill p,.hkic_pill--dark_bg>.hkic_pill .p,.hkic_pill--dark_bg>.hkic_pill li,.hkic_pill.hkic_pill--dark_bg p,.hkic_pill.hkic_pill--dark_bg .p,.hkic_pill.hkic_pill--dark_bg li{color:#EEE}
.hkic_pill--jade_bg>.hkic_pill,.hkic_pill.hkic_pill--jade_bg{background-color:#a8f5df;color:#000}
.hkic_pill--emerald_bg>.hkic_pill,.hkic_pill.hkic_pill--emerald_bg{background-color:#00807d;color:#FFF}
.hkic_pill--emerald_bg>.hkic_pill p,.hkic_pill--emerald_bg>.hkic_pill .p,.hkic_pill--emerald_bg>.hkic_pill li,.hkic_pill.hkic_pill--emerald_bg p,.hkic_pill.hkic_pill--emerald_bg .p,.hkic_pill.hkic_pill--emerald_bg li{color:#EEE}
.hkic_pill--sapphire_bg>.hkic_pill,.hkic_pill.hkic_pill--sapphire_bg{background-color:#3948b3;color:#FFF}
.hkic_pill--sapphire_bg>.hkic_pill p,.hkic_pill--sapphire_bg>.hkic_pill .p,.hkic_pill--sapphire_bg>.hkic_pill li,.hkic_pill.hkic_pill--sapphire_bg p,.hkic_pill.hkic_pill--sapphire_bg .p,.hkic_pill.hkic_pill--sapphire_bg li{color:#EEE}
.hkic_pill--orange_bg>.hkic_pill,.hkic_pill.hkic_pill--orange_bg{background-color:#d14600;color:#FFF}
.hkic_pill--orange_bg>.hkic_pill p,.hkic_pill--orange_bg>.hkic_pill .p,.hkic_pill--orange_bg>.hkic_pill li,.hkic_pill.hkic_pill--orange_bg p,.hkic_pill.hkic_pill--orange_bg .p,.hkic_pill.hkic_pill--orange_bg li{color:#EEE}
.hkic_pill--black_bg>.hkic_pill,.hkic_pill.hkic_pill--black_bg{background-color:#2e2e2e;color:#FFF}
.hkic_pill--black_bg>.hkic_pill p,.hkic_pill--black_bg>.hkic_pill .p,.hkic_pill--black_bg>.hkic_pill li,.hkic_pill.hkic_pill--black_bg p,.hkic_pill.hkic_pill--black_bg .p,.hkic_pill.hkic_pill--black_bg li{color:#EEE}
.hkic_pill .hkic_pill_text,.hkic_pill .hkic_media{width:50%}
.hkic_pill.hkic_pill--long .hkic_pill_text{width:75%}
.hkic_pill.hkic_pill--long .hkic_media{width:25%}
.hkic_pill .hkic_pill_text:first-child:last-child,.hkic_pill .hkic_media:first-child:last-child{width:100%}
.hkic_pill .hkic_pill_text{display:flex;align-items:flex-end;justify-content:flex-start}
.hkic_pill.hkic_pill--center .hkic_pill_text{align-items:center}
.hkic_pill .hkic_content{padding:40px 60px;width:100%}
.hkic_col>.hkic_pill:first-child:last-child{min-height:100%}
.hkic_row + .hkic_pill{margin-top:20px}
.hkic_pill + .hkic_pill{margin-top:20px}
@media screen and (max-width:1079px){.hkic_pill .hkic_content{padding:40px 40px}
}
@media screen and (max-width:1023px){.hkic_pill.hkic_pill--margin{margin:10px 0}
.hkic_pill{border-radius:20px}
}
@media screen and (max-width:767px){.hkic_pill{flex-wrap:wrap}
.hkic_col .hkic_pill .hkic_pill_text{width:auto;flex:1}
.hkic_col .hkic_pill .hkic_media{max-width:100px}
:not(.hkic_col) .hkic_pill .hkic_pill_text{width:100%}
:not(.hkic_col) .hkic_pill .hkic_media{width:100%}
.hkic_pill .hkic_content{padding:20px 20px}
}
.hkic_tag{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_tag a{border:1px solid #CCC;border-radius:20px;font-size:14px;margin:0 10px 10px 0;padding:2px 10px}
.hkic_tag a:hover{background-color:#00807d;color:#FFF;border-color:#00807d}
.hkic_pill--turquoise_bg .hkic_tag a{border-color:#2e2e2e}
.hkic_pill--purple_bg .hkic_tag a,.hkic_pill--blue_bg .hkic_tag a,.hkic_pill--dark_bg .hkic_tag a,.hkic_pill--black_bg .hkic_tag a{border-color:#FFF}
@media screen and (max-width:1023px){.hkic_tag a{font-size:12px}
}
.hkic_card{background-color:#FFF;color:#000;border-radius:40px;overflow:hidden}
.hkic_card .hkic_content{padding:20px 40px}
.hkic_card .hkic_card_text{min-height:200px}
.hkic_card .h2,.hkic_card h2{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;min-height:7.2em}
.hkic_card .h3,.hkic_card h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hkic_col>.hkic_card:first-child:last-child{min-height:100%}
.swiper-slide>.hkic_card{min-height:100%}
@media screen and (max-width:1079px){.hkic_card .hkic_content{padding:10px 20px}
}
@media screen and (max-width:1023px){.hkic_card{border-radius:20px}
.hkic_card .hkic_card_text{min-height:100px}
}
@media screen and (max-width:767px){.hkic_card .hkic_content{padding:10px 20px}
.hkic_card{display:flex;align-items:stretch;justify-content:flex-start}
.hkic_card .hkic_media{width:40%;max-width:100px}
.hkic_card .hkic_content{flex:1}
.hkic_card .h2,.hkic_card h2{min-height:0}
}
.hkic_subject{margin:40px auto 20px auto;display:flex;align-items:flex-start;justify-content:flex-start}
.hkic_subject_title{flex:1;padding-right:40px;font-size:28px;font-weight:500}
.hkic_subject_more{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_subject_more a{display:flex;align-items:center;justify-content:flex-start;font-weight:600;margin:10px 20px 0 0}
.hkic_subject_more a:hover{color:#00807d}
.hkic_subject_more a:after{content:"";display:block;width:20px;height:20px;margin-left:10px;background-image:url(clientlib-site/resources/img/decoration/arrow.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}
@media screen and (max-width:1023px){.hkic_subject_title{font-size:24px}
}
@media screen and (max-width:767px){.hkic_subject{flex-wrap:wrap;margin-top:20px}
.hkic_subject_title{font-size:20px;flex:auto;width:100%}
.hkic_subject_more{font-size:14px}
}
.hkic_paging{margin:20px 0 60px 0;display:flex;align-items:center;justify-content:center}
.hkic_paging.hkic_paging--left{justify-content:flex-start}
.hkic_paging .hkic_btn{margin:0 20px}
.hkic_paging input.hkic_btn{margin:0}
.hkic_paging span{font-weight:500;margin-left:10px;border-left:1px solid #CCC;padding-left:10px}
@media screen and (max-width:1023px){.hkic_paging{margin:20px 0 40px 0}
}
.hkic_label{display:block;position:relative;padding-left:30px}
.hkic_label:before{content:"";display:block;position:absolute;top:0;left:0;width:20px;height:20px;line-height:20px;background-image:url(clientlib-site/resources/img/decoration/clock.svg);background-size:contain;background-repeat:no-repeat;background-position:center center}
.hkic_label a:hover{text-decoration:underline}
.hkic_label.hkic_label--time:before{background-image:url(clientlib-site/resources/img/decoration/clock.svg)}
.hkic_label.hkic_label--loc:before{background-image:url(clientlib-site/resources/img/decoration/location.svg)}
.hkic_label.hkic_label--news:before{background-image:url(clientlib-site/resources/img/decoration/news.svg)}
.hkic_label.hkic_label--phone:before{background-image:url(clientlib-site/resources/img/decoration/phone.svg)}
.hkic_label.hkic_label--fax:before{background-image:url(clientlib-site/resources/img/decoration/fax.svg)}
.hkic_label.hkic_label--addr:before{background-image:url(clientlib-site/resources/img/decoration/addr.svg)}
.hkic_label.hkic_label--mail:before{background-image:url(clientlib-site/resources/img/decoration/mail.svg)}
.hkic_label + .hkic_label{margin-top:10px}
.hkic_gallery{margin:60px 0}
.hkic_gallery .hkic_content{position:relative;text-align:center;padding:0 100px}
.hkic_gallery .hkic_gallery_nav{position:absolute;top:0;right:0;width:100px;height:100%;display:flex;align-items:flex-start;justify-content:flex-end}
.hkic_gallery .hkic_gallery_nav_prev,.hkic_gallery .hkic_gallery_nav_next{display:block;width:40px;height:40px;margin-left:10px;background-image:url(clientlib-site/resources/img/decoration/arrow_black.svg);background-position:center center;background-repeat:no-repeat;background-size:66.66%}
.hkic_gallery .hkic_gallery_nav_prev{transform:rotate(180deg)}
@media screen and (max-width:1023px){.hkic_gallery{margin:40px 0}
.hkic_gallery .hkic_content{text-align:left;padding-left:0}
}
.hkic_detail{font-size:18px;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin:0 auto}
.hkic_detail .hkic_detail_tag{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;padding:0 10px 0 0}
.hkic_detail .hkic_detail_tag a{display:block;background:#6024c5;color:#FFF;padding:5px 25px;margin:0 10px 5px 0;font-size:14px;border-radius:15px}
.hkic_detail .hkic_detail_tag a:hover{background:#00807d}
.hkic_detail .hkic_detail_info{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;border-left:1px solid #CCC}
.hkic_detail .hkic_detail_info span{display:flex;align-items:center;justify-content:flex-start;padding:0 20px;margin:5px 0 5px 0;border-right:1px solid #CCC;line-height:2.4em}
.hkic_detail .hkic_detail_info span:last-child{border:0}
.hkic_detail .hkic_detail_info span img{width:auto;height:auto;margin-right:10px}
.hkic_detail .hkic_detail_btn{display:flex;align-items:flex-start;justify-content:flex-end}
.hkic_detail .hkic_detail_btn .hkic_btn{margin-left:10px}
@media screen and (max-width:1179px){.hkic_detail{flex-wrap:wrap;font-size:16px}
.hkic_detail .hkic_detail_tag{width:100%;margin-top:10px}
.hkic_detail .hkic_detail_info{flex:auto;width:calc(100% - 80px);border-left:0;border-left:0}
.hkic_detail .hkic_detail_info span{padding:0 10px}
.hkic_detail .hkic_detail_btn{width:80px}
}
@media screen and (max-width:767px){.hkic_detail{font-size:14px}
}
.hkic_side_link{display:block;margin:0;padding:0;font-size:16px}
.hkic_side_link_body{padding:0 40px 0 40px;margin-top:40px;border-left:1px solid #c4c4c4}
.hkic_side_link strong,.hkic_side_link a:not(.hkic_link){display:block;margin:0 0 10px 0}
.hkic_side_link a.active,.hkic_side_link a:hover{color:#00807d;font-weight:bold}
.hkic_side_link .footnote{display:block;margin-top:10px;font-size:14px;opacity:.9}
.hkic_side_link .footnote-api-error{display:block;margin-top:10px;font-size:14px;opacity:.9}
@media screen and (max-width:1023px){.hkic_side_link{display:none}
}
.hkic_more{max-width:600px;margin:60px auto 20px auto}
.hkic_more .hkic_content{text-align:center}
.hkic_more.hkic_more--left{max-width:100%}
.hkic_more.hkic_more--left .hkic_content{text-align:left;max-width:80%;margin-left:0}
@media screen and (max-width:1023px){.hkic_more{margin:40px auto 20px auto}
.hkic_more.hkic_more--left .hkic_content{max-width:100%}
}
.hkic_filter{font-size:18px;display:flex;align-items:stretch;justify-content:flex-start;margin:20px auto 20px auto}
.hkic_filter.hkic_filter--responsive{display:block}
.hkic_filter .hkic_filter_group{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;padding:0;margin:0 40px 0 0;border-right:1px solid #CCC}
.hkic_filter .hkic_filter_group:last-child{border:0;margin:0}
.hkic_filter .hkic_filter_group>a{position:relative;margin:0 40px 0 0;padding:10px 0 10px 0}
.hkic_filter .hkic_filter_group>a.active{font-weight:bold;color:#00807d}
.hkic_filter .hkic_filter_group>a:hover{color:#00807d}
.hkic_content_box.hkic_content_box--purple_bg .hkic_filter .hkic_filter_group>a.active,.hkic_content_box.hkic_content_box--purple_bg .hkic_filter .hkic_filter_group>a:hover,.hkic_content_box.hkic_content_box--blue_bg .hkic_filter .hkic_filter_group>a.active,.hkic_content_box.hkic_content_box--blue_bg .hkic_filter .hkic_filter_group>a:hover,.hkic_content_box.hkic_content_box--dark_bg .hkic_filter .hkic_filter_group>a.active,.hkic_content_box.hkic_content_box--dark_bg .hkic_filter .hkic_filter_group>a:hover,.hkic_content_box.hkic_content_box--emerald_bg .hkic_filter .hkic_filter_group>a.active,.hkic_content_box.hkic_content_box--emerald_bg .hkic_filter .hkic_filter_group>a:hover,.hkic_content_box.hkic_content_box--sapphire_bg .hkic_filter .hkic_filter_group>a.active,.hkic_content_box.hkic_content_box--sapphire_bg .hkic_filter .hkic_filter_group>a:hover,.hkic_content_box.hkic_content_box--orange_bg .hkic_filter .hkic_filter_group>a.active,.hkic_content_box.hkic_content_box--orange_bg .hkic_filter .hkic_filter_group>a:hover,.hkic_content_box.hkic_content_box--black_bg .hkic_filter .hkic_filter_group>a.active,.hkic_content_box.hkic_content_box--black_bg .hkic_filter .hkic_filter_group>a:hover{color:#FFF}
.hkic_filter .hkic_filter_group>a.active:before{content:"";display:block;position:absolute;bottom:0;left:calc(50% - 3px);width:6px;height:6px;border-radius:50%;background:#00807d}
.hkic_filter .hkic_filter_group>a .count{display:inline-block;font-size:14px;font-weight:600;padding:2px 10px;margin:0 5px;background:#FFF;color:#000;border:1px solid #f5f5f5;border-radius:20px}
.hkic_filter .hkic_filter_group .hkic_select{margin:5px 20px 5px 0;border-bottom:1px solid #000}
.hkic_filter .hkic_filter_group strong{font-size:22px}
.hkic_filter .hkic_filter_group .info{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap}
.hkic_filter .hkic_filter_group .info span{display:block;padding:0 10px 0 0;margin:5px 10px 0 0;border-right:1px solid #CCC}
.hkic_filter .hkic_filter_group .info span:last-of-type{border:0}
.hkic_filter.hkic_filter--nowrap{position:relative}
.hkic_filter.hkic_filter--nowrap:before{content:"";display:block;pointer-events:none;z-index:9;position:absolute;top:0;right:0;height:calc(100% - 8px);width:100px;background:linear-gradient(90deg,rgba(255,255,255,0) 0,#f5f5f5 80%,#f5f5f5 100%)}
.hkic_filter.hkic_filter--nowrap .hkic_filter_group{flex-wrap:nowrap;overflow:auto;padding-bottom:10px;padding-right:100px}
.hkic_filter.hkic_filter--nowrap .hkic_filter_group>a{white-space:nowrap}
.hkic_filter.hkic_filter--nowrap .hkic_filter_group::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);box-shadow:inset 0 0 6px rgba(0,0,0,0.1);border-radius:8px;background-color:#f5f5f5}
.hkic_filter.hkic_filter--nowrap .hkic_filter_group::-webkit-scrollbar{height:8px;background-color:#f5f5f5}
.hkic_filter.hkic_filter--nowrap .hkic_filter_group::-webkit-scrollbar-thumb{border-radius:8px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);box-shadow:inset 0 0 6px rgba(0,0,0,0.1);background-color:#CCC}
.hkic_content_box .hkic_filter{margin:0 0 10px 0}
.hkic_filter.hkic_filter--responsive .hkic_filter_display{display:none;padding:10px 40px 10px 20px;position:relative;background:#00ffb4;color:#000}
.hkic_filter.hkic_filter--responsive .hkic_filter_display:after{content:"";display:block;position:absolute;width:40px;height:100%;top:0;right:0;background-image:url(clientlib-site/resources/img/decoration/select.svg);background-position:center center;background-repeat:no-repeat;background-size:20px}
.hkic_filter.hkic_filter--responsive.open .hkic_filter_display:after{transform:rotate(90deg)}
@media screen and (max-width:1279px){.hkic_filter .hkic_filter_group strong{font-size:20px}
}
@media screen and (max-width:1079px){.hkic_filter .hkic_filter_group>a{margin-right:20px}
}
@media screen and (max-width:1023px){.hkic_filter.hkic_filter--responsive{border-radius:20px;overflow:hidden}
.hkic_filter.hkic_filter--responsive .hkic_filter_display{display:block}
.hkic_filter.hkic_filter--responsive .hkic_filter_group{display:none;padding:0;background:#FFF}
.hkic_filter.hkic_filter--responsive.open .hkic_filter_group{display:block}
.hkic_filter.hkic_filter--responsive .hkic_filter_group a{position:relative;font-size:14px;display:block;margin:0;padding:5px 20px}
.hkic_filter.hkic_filter--responsive .hkic_filter_group a:not(:first-child){border-top:1px solid #CCC}
.hkic_filter.hkic_filter--responsive .hkic_filter_group a:before{position:absolute;top:calc(50%  - 3px);left:10px}
.hkic_filter{flex-wrap:wrap;font-size:16px}
.hkic_filter .hkic_filter_group strong{font-size:18px}
.hkic_filter .hkic_filter_group{width:100%;padding:10px 0;margin:0;border-right:0;border-bottom:1px solid #CCC}
}
@media screen and (max-width:767px){.hkic_filter .hkic_filter_group>a{margin-right:10px}
.hkic_filter{margin:0 auto;font-size:14px}
.hkic_filter .hkic_filter_group strong{font-size:16px}
.hkic_filter .hkic_filter_group>a{font-size:14px;margin-right:20px}
.hkic_filter .hkic_filter_group .hkic_select{min-width:100%}
}
.hkic_select{font-size:18px;display:block;position:relative;width:100%;min-width:150px}
.hkic_select select{box-sizing:border-box;border:0;background:0;border-radius:0;width:100%;min-height:100%;padding:5px 20px 5px 0;font-size:inherit;font-family:inherit;opacity:0}
.hkic_select span{box-sizing:border-box;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 20px 0 5px;font-size:inherit;background-image:url(clientlib-site/resources/img/decoration/select2.svg);background-position:center right 10px;background-size:12px;background-repeat:no-repeat;pointer-events:none}
.hkic_select:focus-within select{opacity:1}
.hkic_select:focus-within span{opacity:0}
@media screen and (max-width:1023px){.hkic_select{font-size:16px}
}
@media screen and (max-width:767px){.hkic_select{font-size:14px}
}
.hkic_course{display:flex;align-items:center;justify-content:flex-start}
.hkic_course .hkic_course_info{flex:1}
.hkic_course .hkic_course_type{width:25%;max-width:200px;font-weight:500}
.hkic_course .hkic_subject_more{width:25%;max-width:200px;justify-content:flex-end}
.hkic_course .hkic_course_name{font-size:18px;font-weight:600}
.hkic_course a.hkic_course_name:hover{color:#00807d}
.hkic_course .hkic_course_tag{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap}
.hkic_course .hkic_course_tag span{padding:0 20px 0 0;margin:10px 20px 0 0;border-right:1px solid #CCC}
.hkic_course .hkic_course_tag span:last-child{border:0}
.hkic_col .hkic_course{flex-wrap:wrap;margin-bottom:0}
.hkic_col .hkic_course .hkic_course_info{flex:auto;width:100%;margin:0 0 5px 0}
.hkic_col .hkic_course .hkic_course_type{width:100%;max-width:100%}
.hkic_col .hkic_course .hkic_subject_more{width:100%;max-width:100%}
.hkic_col .hkic_course .hkic_course_info:first-child{margin-top:0}
.hkic_col .hkic_course .hkic_arrow{margin-bottom:-10px;margin-top:5px}
@media screen and (max-width:1023px){.hkic_course{flex-wrap:wrap}
.hkic_course .hkic_course_name{font-size:16px}
.hkic_course .hkic_course_info{flex:auto;width:100%;margin:10px 0}
.hkic_course .hkic_course_type{width:100%;max-width:100%}
.hkic_course .hkic_subject_more{width:100%;max-width:100%;justify-content:flex-start}
}
.swiper-container{overflow:hidden}
.swiper-container .swiper-button-disabled{pointer-events:none;opacity:.25}
.swiper-wrapper{align-items:stretch}
.swiper-slide{height:auto !important}
.swiper-container .swiper-bullets .swiper-pagination-bullet{width:12px;height:12px;background-color:#FFF;border:1px solid #000;border-radius:50%;margin:0 10px 0 0 !important}
.swiper-container .swiper-bullets .swiper-pagination-bullet-active{background-color:#000}
.swiper-container.hkic_media_swiper--dark .swiper-bullets .swiper-pagination-bullet,.swiper-container.hkic_person--dark .swiper-bullets .swiper-pagination-bullet{border-color:#FFF;background:#000}
.swiper-container.hkic_media_swiper--dark .swiper-bullets .swiper-pagination-bullet-active,.swiper-container.hkic_person--dark .swiper-bullets .swiper-pagination-bullet-active{background-color:#FFF}
.swiper-container .swiper-pagination{width:auto;display:block;position:static}
.swiper-container .swiper-pagination .swiper-pagination-current{display:none}
.swiper-container .hkic_card{margin-bottom:40px}
.hkic_swiper_nav{position:static !important;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.hkic_swiper_nav .swiper-pagination-bullet{width:12px;height:12px;background-color:#FFF;border:1px solid #000;border-radius:50%;margin:0 10px 0 0}
.hkic_swiper_nav .swiper-pagination-bullet-active{background-color:#000}
.hkic_swiper_pause{border-left:1px solid #000;margin-left:0}
.hkic_swiper_pause span{position:relative;display:block;width:14px;height:14px;border-radius:50%;margin-left:8px}
.hkic_swiper_pause span:before,.hkic_swiper_pause span:after{content:"";display:block;position:absolute;width:20%;height:100%;background:#000}
.hkic_swiper_pause span:before{top:0;left:20%}
.hkic_swiper_pause span:after{top:0;right:20%}
.hkic_swiper_pause.paused span:before{width:0;height:0;top:calc(50% - 6px);left:50%;background:0;border-width:6px;border-color:transparent transparent transparent #000;border-style:solid;transform:scaleX(150%)}
.hkic_swiper_pause.paused span:after{display:none}
.hkic_person{padding-top:1px;background-image:url(clientlib-site/resources/img/decoration/q.png);background-position:top 0 right 0;background-repeat:no-repeat;background-size:auto;overflow:hidden}
.hkic_person .hkic_person_nav{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;margin:20px 0}
.hkic_person.hkic_person--dark{background-image:url(clientlib-site/resources/img/decoration/q2.png)}
.hkic_person.hkic_person--dark .h3,.hkic_person.hkic_person--dark .h4,.hkic_person.hkic_person--dark .h5{color:#00c6ff}
.hkic_person.hkic_person--dark .hkic_media--hat:after{background-image:url(clientlib-site/resources/img/decoration/hat2.png)}
.hkic_notice{position:fixed;bottom:20px;left:20px;z-index:3;width:calc(100% - 200px);pointer-events:none}
.hkic_notice .hkic_content_box{pointer-events:all;width:75%;position:relative;max-width:640px;min-width:300px;margin:20px 0 0 0 !important;box-shadow:0 0 10px rgba(0,0,0,0.1);padding:60px 0 40px 0}
.hkic_notice .hkic_content_box .hkic_content{max-height:30vh;overflow:auto;padding:0 60px}
.hkic_notice_close{position:absolute;top:20px;right:40px;width:30px;height:30px;background-image:url(clientlib-site/resources/img/decoration/x.svg);background-position:center center;background-size:16px;background-repeat:no-repeat}
@media screen and (max-width:1079px){.hkic_notice .hkic_content_box .hkic_content{padding:0 40px}
}
@media screen and (max-width:1023px){.hkic_notice{width:calc(100% - 40px)}
.hkic_notice .hkic_content_box{width:100%}
.hkic_notice_close{top:20px;right:20px;width:12px;height:12px}
.hkic_notice .hkic_content_box{padding-top:35px}
.hkic_notice .hkic_content_box .hkic_content{border-radius:20px}
}
@media screen and (max-width:767px){.hkic_notice .hkic_content_box .hkic_content{padding:0 20px}
.hkic_notice .hkic_content_box{padding:40px 0 20px 0}
}
.hkic_cookie{position:fixed;z-index:9;bottom:0;left:0;width:100%;padding:20px 0;background:#FFF;border-top:1px solid #CCC}
.hkic_cookie .hkic_main{display:flex;align-items:center;justify-content:flex-start}
.hkic_cookie .hkic_main a{display:inline-block;border-bottom:1px solid #000;transition:0}
.hkic_cookie .hkic_main a.close{padding-left:16px;background-image:url(clientlib-site/resources/img/decoration/x.svg);background-position:center left;background-repeat:no-repeat;background-size:10px}
.hkic_cookie .hkic_main .hkic_cookie_col{font-size:16px;line-height:1.5em}
.hkic_cookie .hkic_main .hkic_cookie_col:first-child{flex:1}
.hkic_cookie .hkic_main .hkic_cookie_col:last-child{display:flex;align-items:center;justify-content:flex-end;padding-left:40px}
.hkic_cookie .hkic_main .hkic_cookie_col:first-child .p{max-width:800px}
.hkic_cookie .hkic_main .hkic_cookie_col:last-child a{margin:0 0 0 20px}
@media screen and (max-width:1023px){.hkic_cookie .hkic_main{display:block}
.hkic_cookie .hkic_main .hkic_cookie_col{font-size:13px;line-height:1.5em}
.hkic_cookie .hkic_main .hkic_cookie_col:last-child{padding-top:10px}
}
.hkic_search{margin:20px auto}
.hkic_search .hkic_search_box{position:relative;border-bottom:1px solid #000;max-width:720px}
.hkic_search .hkic_search_box .hkic_search_text{display:block;font-size:30px;background:0;border:0;border-radius:0;width:100%;padding:10px 50px}
.hkic_search .hkic_search_box .hkic_search_submit,.hkic_search .hkic_search_box .hkic_search_reset{position:absolute;top:0;left:0;width:40px;height:100%;background:0;border:0;border-radius:0;color:rgba(0,0,0,0);background-image:url(clientlib-site/resources/img/decoration/search_green.svg);background-position:center center;background-size:50%;background-repeat:no-repeat}
.hkic_search .hkic_search_box .hkic_search_reset{left:auto;right:0;background-image:url(clientlib-site/resources/img/decoration/x.svg);background-size:33.33%}
.hkic_search .hkic_search_result{margin-top:10px}
.hkic_search.hkic_search--white .hkic_search_box{border-color:#FFF}
.hkic_search.hkic_search--white .hkic_search_box .hkic_search_text{filter:brightness(0) invert(1)}
.hkic_search.hkic_search--white .hkic_search_box .hkic_search_submit,.hkic_search.hkic_search--white .hkic_search_box .hkic_search_reset{filter:brightness(0) invert(1)}
.hkic_search.hkic_search--white ::placeholder,.hkic_search.hkic_search--white ::-ms-input-placeholder,.hkic_search.hkic_search--white :-ms-input-placeholder{color:#FFF !important;opacity:1}
.hkic_search_suggest{display:none;position:absolute;z-index:1;top:calc(100% - 40px);left:0;width:100%;background:#6024c5;color:#FFF;padding:0 60px 40px 60px;border-radius:0 0 40px 40px}
.hkic_search_suggest a{display:block;position:relative;font-size:24px;padding:10px 0 10px 50px}
.hkic_search_suggest a:before{content:"";display:block;position:absolute;top:0;left:0;width:40px;height:100%;background-image:url(clientlib-site/resources/img/decoration/search.svg);background-position:center center;background-repeat:no-repeat;background-size:20px;filter:brightness(0) invert(1);opacity:.5}
.hkic_content_box .hkic_search{margin:0}
.hkic_search_result_list{margin:40px 0}
.hkic_search_result_list>.hkic_content_box{margin:10px 0;padding:40px 60px}
@media screen and (max-width:1279px){.hkic_search_suggest{padding:0 40px 40px 40px}
}
@media screen and (max-width:1023px){.hkic_search .hkic_search_box .hkic_search_text{font-size:24px}
.hkic_search_suggest a{font-size:20px}
}
@media screen and (max-width:767px){.hkic_search .hkic_search_box .hkic_search_text{font-size:18px}
.hkic_search_suggest{padding:10px 20px 40px 20px;top:calc(100% - 20px)}
.hkic_search_suggest a{font-size:16px}
.hkic_search_result_list{margin:20px 0}
.hkic_search_result_list>.hkic_content_box{padding:20px 40px}
}
.hkic_search_entry:hover .h5{color:#00807d}
.hkic_search_entry .h5 + .p,.hkic_search_entry .p + .p{margin-top:-20px}
.hkic_search_filter{font-size:18px;display:flex;align-items:stretch;justify-content:flex-start;background:#FFF;color:#000;border-radius:30px;overflow:hidden;margin:20px auto}
.hkic_search_filter .hkic_search_filter_title{display:flex;align-items:center;justify-content:flex-start;background:#00ffb4;color:#000;width:25%;max-width:160px;padding:15px 10px 15px 30px}
.hkic_search_filter .hkic_search_filter_title.hkic_search_filter_title--icon:before{content:"";display:block;width:20px;height:20px;margin:0 5px 0 0;background-image:url(clientlib-site/resources/img/decoration/filter.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}
.hkic_search_filter .hkic_search_filter_option{flex:1;display:flex;align-items:stretch;justify-content:flex-start}
.hkic_search_filter .hkic_search_filter_option .hkic_search_filter_item{flex:1;border-left:1px solid #CCC;display:flex;align-items:center;justify-content:flex-start;padding:0 10px}
.hkic_search_filter .hkic_search_filter_option .hkic_search_filter_item:first-child{border:0}
@media screen and (max-width:1023px){.hkic_search_filter{flex-wrap:wrap;font-size:16px}
.hkic_search_filter .hkic_search_filter_title{position:relative;width:100%;max-width:100%;padding-right:40px;padding-left:20px}
.hkic_search_filter .hkic_search_filter_title:after{content:"";display:block;position:absolute;width:40px;height:100%;top:0;right:0;background-image:url(clientlib-site/resources/img/decoration/select.svg);background-position:center center;background-repeat:no-repeat;background-size:20px}
.hkic_search_filter.open .hkic_search_filter_title:after{transform:rotate(90deg)}
.hkic_search_filter .hkic_search_filter_option{width:100%;flex-wrap:wrap}
.hkic_search_filter .hkic_search_filter_option .hkic_search_filter_item{flex:auto;width:100%;border:0;border-top:1px solid #CCC}
.hkic_search_filter:not(.open) .hkic_search_filter_option{display:none}
.hkic_search_filter.open{border-radius:20px}
}
@media screen and (max-width:767px){.hkic_search_filter{font-size:14px}
}
.hkic_search_tag{display:flex;align-items:center;justify-content:flex-start;margin:20px auto 40px 0;padding:0 40px}
.hkic_search_tag .hkic_search_tag_label{font-weight:600;padding-right:40px}
.hkic_search_tag .hkic_search_tag_count{padding-left:40px}
.hkic_search_tag .hkic_search_tag_link{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;flex:1}
.hkic_search_tag .hkic_search_tag_link a{display:block;position:relative;padding:5px 30px 5px 20px;margin:5px 20px 0 0;background:#6024c5;color:#FFF;border:1px solid #6024c5;border-radius:20px}
.hkic_search_tag .hkic_search_tag_link a:after{content:"";display:block;position:absolute;width:16px;height:16px;top:calc(50% - 8px);right:10px;background-image:url(clientlib-site/resources/img/decoration/x.svg);background-size:50%;background-position:center center;background-repeat:no-repeat;filter:brightness(0) invert(1)}
.hkic_search_tag .hkic_search_tag_link a.clear{background:#f5f5f5;color:#000;border-color:#CCC}
.hkic_search_tag .hkic_search_tag_link a.clear:after{filter:none}
.hkic_search_tag .hkic_search_tag_link a:hover{background:#00807d;color:#FFF;border-color:#00807d}
.hkic_search_tag .hkic_search_tag_link a:hover:after{filter:brightness(0) invert(1)}
@media screen and (max-width:1023px){.hkic_search_tag{flex-wrap:wrap}
.hkic_search_tag .hkic_search_tag_label{width:100%;padding-right:0}
.hkic_search_tag .hkic_search_tag_count{width:100%;padding-left:0}
.hkic_search_tag .hkic_search_tag_link{width:100%;flex:auto;margin:10px 0}
.hkic_search_tag .hkic_search_tag_link a{font-size:14px;margin:5px 10px 0 0}
.hkic_search_tag{margin-bottom:20px;padding:0 20px}
}
.hkic-cmp .text table{width:100%;margin:40px 0;border-spacing:0;border:0}
.hkic-cmp .text table th{font-size:16px;padding:10px 10px;text-align:left;border:0}
.hkic-cmp .text table td{border:0}
.hkic-cmp .text table td{border-bottom:1px solid #e1e1e1;vertical-align:middle}
.hkic-cmp .text table td{font-size:14px;padding:10px}
.hkic_gmap,.hkic_gmap--spacer{display:block;position:relative;overflow:hidden}
.hkic_gmap:before,.hkic_gmap--spacer:before{content:"";display:block;padding-bottom:100%}
.hkic_gmap .gmap{position:absolute;top:0;left:0;width:100%;height:100%}
@media screen and (max-width:767px){.hkic_gmap--spacer{display:none}
}
.hkic_hot{margin:0;padding:20px 40px}
.hkic_hot .hkic_hot_title{font-size:20px;position:relative;font-weight:600;margin:0 0 10px 0;padding:0 0 0 30px}
.hkic_hot .hkic_hot_title:before{content:"";display:block;position:absolute;width:16px;height:16px;top:calc(50% - 8px);left:0;background:#00ffb4;border-radius:50%}
.hkic_hot .hkic_hot_link{font-size:16px;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_hot .hkic_hot_link a{display:block;margin:0 0 10px 30px;width:calc(50% - 30px)}
.hkic_hot .hkic_hot_link a:after{content:">";display:inline-block;margin-left:5px}
.hkic_hot .hkic_hot_link a:hover{color:#00807d}
@media screen and (max-width:1023px){.hkic_hot .hkic_hot_title{font-size:16px}
.hkic_hot .hkic_hot_link{font-size:14px}
}
@media screen and (max-width:767px){.hkic_hot{padding:0}
.hkic_hot .hkic_hot_title{padding:0 0 0 20px}
.hkic_hot .hkic_hot_title:before{width:10px;height:10px;top:calc(50% - 5px)}
.hkic_hot .hkic_hot_link a{margin:0 0 10px 20px;width:calc(100% - 20px)}
}
.hkic_icon{display:block;width:40px;height:40px;margin:0 20px 20px 0;background-image:url(clientlib-site/resources/img/decoration/search_1.png);background-position:center center;background-size:auto;background-repeat:no-repeat}
.hkic_icon.hkic_icon--white{filter:brightness(0) invert(1)}
.hkic_icon.hkic_icon--s1{background-image:url(clientlib-site/resources/img/decoration/search_1.png)}
.hkic_icon.hkic_icon--s2{background-image:url(clientlib-site/resources/img/decoration/search_2.png)}
.hkic_icon.hkic_icon--s3{background-image:url(clientlib-site/resources/img/decoration/search_3.png)}
.hkic_icon.hkic_icon--s4{background-image:url(clientlib-site/resources/img/decoration/search_4.png)}
.hkic_icon.hkic_icon--s5{background-image:url(clientlib-site/resources/img/decoration/search_5.png)}
.hkic_icon.hkic_icon--s6{background-image:url(clientlib-site/resources/img/decoration/search_6.png)}
.hkic_icon.hkic_icon--s7{background-image:url(clientlib-site/resources/img/decoration/search_7.png)}
.hkic_icon.hkic_icon--s8{background-image:url(clientlib-site/resources/img/decoration/search_8.png)}
.hkic_icon.hkic_icon--s9{background-image:url(clientlib-site/resources/img/decoration/diploma_1.png)}
.hkic_icon.hkic_icon--s10{background-image:url(clientlib-site/resources/img/decoration/diploma_2.png)}
.hkic_icon.hkic_icon--s11{background-image:url(clientlib-site/resources/img/decoration/diploma_3.png)}
.hkic_icon.hkic_icon--s12{background-image:url(clientlib-site/resources/img/decoration/diploma_4.png)}
@media screen and (max-width:767px){.hkic_media.hkic_media--banner .hkic-cmp-simpletext{max-height:7.2em}
}
.hkic_apply{position:fixed;bottom:20px;left:0;width:100%;z-index:2}
.hkic_apply .hkic_apply_box{display:flex;align-items:center;justify-content:flex-start;background:#c1dcdb;color:#000;max-width:960px;margin:0 auto;padding:10px 10px 10px 40px;border-radius:30px}
.hkic_apply .hkic_apply_box.hkic_apply_box--center{padding:10px 10px;justify-content:center;flex-wrap:wrap}
.hkic_apply .hkic_apply_box.hkic_apply_box--center .p{width:100%;margin:5px 0;text-align:center;font-size:12px}
.hkic_apply .hkic_apply_box.hkic_apply_box--center .p-api-error{width:100%;margin:5px 0;text-align:center;font-size:12px}
.hkic_apply .hkic_apply_type{font-size:14px;width:20%}
.hkic_apply .hkic_apply_name{font-size:16px;font-weight:600;flex:1}
.hkic_apply .hkic_apply_btn .hkic_link{margin:0}
@media screen and (max-width:1079px){.hkic_apply{bottom:0}
.hkic_apply .hkic_apply_box{display:block;padding:10px 20px;border-radius:0;position:relative;padding-right:180px;min-height:65px;max-width:100%}
.hkic_apply .hkic_apply_box.hkic_apply_box--center{display:flex;align-items:center;justify-content:center;text-align:center}
.hkic_apply .hkic_apply_box.hkic_apply_box--center .hkic_link{margin:0}
.hkic_apply .hkic_apply_type{font-size:10px;width:100%}
.hkic_apply .hkic_apply_name{font-size:14px}
.hkic_apply .hkic_apply_btn{position:absolute;display:flex;align-items:center;justify-content:flex-end;top:0;right:20px;width:150px;height:100%}
.hkic_apply .hkic_apply_btn .hkic_link{width:150px;min-width:0;font-size:12px}
}
a>span.cmp-link__screen-reader-only{display:none !important}
.hkic_side_link .cq-Editable-dom--container,.hkic_side_link .cq-Editable-dom--container.aem-GridColumn{padding-top:unset;padding-bottom:unset}
.cq-Editable-dom .hkic_head{position:static}
.cq-Editable-dom .hkic_media.hkic_media--banner .hkic_media_text{min-width:80%}
.cq-Editable-dom .hkic_media.cmp-container .hkic_media_text{min-width:80%}
.cq-Editable-dom .hkic_media_text>.hkic_content{width:100%}
.hkic_pill.cq-Editable-dom--container,.hkic_pill.cq-Editable-dom--container.aem-GridColumn{padding-top:0;padding-bottom:0}
.cq-Editable-dom .hkic_link_list>.new.section{width:180px}
.cq-Editable-dom.hkic_col>.hkic_card{min-height:100%}
.hkic_content .p,.hkic_content p{color:#474747}
.hkic_content .img.img--sml{max-width:280px}
.hkic_pill .hkic_content.hkic_spacer{padding:0}
.hkic_pill .hkic_pill_text.hkic_container_width{width:100%}
.swiper-tab.cmp-carousel__indicator--active{background-color:rgba(0,0,0,0.0);outline:0}
.hkic_content--share{position:relative;padding-right:80px}
.hkic_content--share .hkic_btn{position:absolute;bottom:0;right:0}
.hkic_content--share .hkic_sns_share{position:absolute;bottom:0;right:0;z-index:1;height:64px;display:flex;align-items:center;justify-content:center;background:#FFF;padding:0;border:1px solid #e1e1e1;border-radius:30px}
.hkic_content--share .hkic_sns_share_close{display:block;padding-left:25px;margin-right:10px;background-image:url(clientlib-site/resources/img/decoration/share.svg);background-size:20px;background-repeat:no-repeat;background-position:center left}
.hkic_content--share .hkic_sns_share_x{display:block;width:16px;height:16px;background-image:url(clientlib-site/resources/img/decoration/x.svg);background-size:10px;background-repeat:no-repeat;background-position:center left;margin:0 0 0 15px;opacity:.5}
.hkic_content--share .hkic_sns_share .hkic_sns{margin:0 0 0 10px;width:24px;height:24px}
.hkic_content div{font-size:16px}
.hkic_content img{min-width:50%}
.hkic_content .h1>div{font-size:65px;line-height:1.1em;font-weight:800}
.hkic_content .h2>div{font-size:40px;line-height:1.2em;font-weight:800}
.hkic_content .h3>div{font-size:24px;line-height:1.4em;font-weight:600}
.hkic_content .h4>div{font-size:20px;line-height:1.4em;font-weight:600}
.hkic_content .h5>div{font-size:18px;line-height:1.4em;font-weight:600}
.hkic_content .h6>div{font-size:16px;line-height:1.2em;font-weight:400}
@media screen and (max-width:1279px){.hkic_content .h1>div{font-size:64px}
.hkic_content .h2>div{font-size:36px}
.hkic_content .h3>div{font-size:20px}
.hkic_content .h4>div{font-size:18px}
.hkic_content .h5>div{font-size:15px}
.hkic_content .h6>div{font-size:15px}
.hkic_content div{font-size:14px}
}
@media screen and (max-width:1023px){.hkic_content .h1>div{font-size:54px}
.hkic_content .h2>div{font-size:32px}
.hkic_content .h3>div{font-size:18px}
.hkic_content .h4>div{font-size:16px}
.hkic_content .h5>div{font-size:16px}
.hkic_content .h6>div{font-size:16px}
.hkic_content div{font-size:13px}
}
@media screen and (max-width:767px){.hkic_content .img.img--sml{max-width:180px}
.hkic_content .h1>div{font-size:35px}
.hkic_content .h2>div{font-size:30px}
.hkic_content .h3>div{font-size:18px}
.hkic_content .h4>div{font-size:16px}
.hkic_content .h5>div{font-size:16px}
.hkic_content .h6>div{font-size:16px}
.hkic_content div{font-size:13px}
}
@media screen and (max-width:639px){.hkic_content .h1>div{font-size:30px}
.hkic_content .h2>div{font-size:28px}
.hkic_content .h3>div{font-size:18px}
.hkic_content .h4>div{font-size:16px}
.hkic_content .h5>div{font-size:16px}
.hkic_content .h6>div{font-size:16px}
}
.cq-Editable-dom--container.hkic_content_box,.cq-Editable-dom--container.aem-GridColumn.hkic_content_box{padding-top:unset;padding-bottom:unset;padding:60px 60px}
.hkic-cmp-course-contentbox.cq-Editable-dom--container,.hkic-cmp-course-contentbox.cq-Editable-dom--container.aem-GridColumn{padding-top:unset;padding-bottom:unset}
.hkic_col>.cmp-container>.hkic_content_box{margin:0}
.hkic_col>.cmp-container>.hkic_content_box + .hkic_content_box{margin-top:20px}
.hkic_col>.cmp-container>.hkic_content_box:first-child:last-child{min-height:100%}
.hkic_content_box.hkic_content_box--no_bg{padding-top:0}
.hkic_content_box.effect_title{margin-top:60px}
.hkic_content_box:not([hidden]){display:block}
.hkic_media>.hkic_media_wheel_top,.hkic_media>.hkic_media_wheel_bottom,.hkic_media>.hkic_media_wheel_center{display:none}
.hkic_media_wheel>.hkic_media>.hkic_media_wheel_top,.hkic_media_wheel>.hkic_media>.hkic_media_wheel_bottom,.hkic_media_wheel>.hkic_media>.hkic_media_wheel_center{display:block}
.hkic_media_wheel>.swiper-root>.hkic_media>.hkic_media_wheel_top,.hkic_media_wheel>.swiper-root>.hkic_media>.hkic_media_wheel_bottom,.hkic_media_wheel>.swiper-root>.hkic_media>.hkic_media_wheel_center{display:block}
.hkic_media--banner .swiper-slide>.hkic-cmp-mediacard>.hkic_media:before{padding-bottom:42%}
.js-video_play{z-index:2}
.hkic_media_swiper .hkic_media{margin:0;border-radius:0}
@media screen and (min-width:769px){.hkic_row:not(.hkic_row--center,.hkic_row--top,.hkic_row.hkic_row--stretch)>.hkic_col>.hkic_media:first-child:last-child:before{display:block}
.hkic_row:not(.hkic_row--center,.hkic_row--top,.hkic_row.hkic_row--stretch)>.hkic_col>.hkic_media.unsupported-height-in-row:first-child:last-child:before{display:none}
}
.hkic_media .hkic_media_play.js-youtube_play{z-index:2}
.hkic_media .hkic_media_play.js-youtube_play:hover:before{background-color:#00ffb4}
.hkic_media .single_banner_link{display:block;position:absolute;top:0;left:0;width:100%;height:100%}
.hkic_media a.single_banner_link:hover img{transform:scale(1)}
@media screen and (max-width:1079px){.hkic_banner_short .hkic_media:before{padding-bottom:120% !important}
}
.hkic_banner_short .hkic_media:before{padding-bottom:36%}
.hkic_content_box + .hkic-cmp-rowcontainer{margin-top:20px}
.hkic_detail .hkic_detail_info.no-pre-sibling{border-left:0}
.hkic_detail .hkic_detail_info.no-pre-sibling span:first-child{padding-left:0}
.hkic_input{display:block;margin:0 20px 30px 0}
.hkic_input .label{display:block;font-size:12px;margin-bottom:5px}
.hkic_content_box.message_form .hkic_input_multi input::placeholder{color:#c4c4c4}
.hkic_content_box.message_form .hkic_input_select{font-size:13px;margin-top:11px}
.hkic_content_box.message_form .hkic_input .area{margin-top:5.9px;margin-right:20px}
.message_form .hkic_input_multi .hkic_input_select.js-select{width:100px}
.hkic_input input[type=text],.hkic_input input[type=password],.hkic_input .hkic_input_select{display:block;width:100%;height:2em;line-height:2em;background:0;border:0;border-bottom:1px solid #000;color:#000}
.hkic_input textarea{display:block;width:100%;min-height:10em;background:0;border:0;border:1px solid #000;color:#000}
.hkic_input_select{display:block;position:relative}
.hkic_input_select select,.hkic_input_select input{box-sizing:border-box;border:0;border-radius:0;width:100%;min-height:100%;padding:5px 20px 5px 0;font-size:inherit;font-family:inherit}
.hkic_input_select select{opacity:0}
.hkic_input_select span{box-sizing:border-box;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 20px 0 5px;font-size:inherit;background-image:url(clientlib-site/resources/img/decoration/select_white.png);background-position:center right 5px;background-size:auto;background-repeat:no-repeat;pointer-events:none}
.hkic_input_select:focus-within select{opacity:1}
.hkic_input_select:focus-within span{opacity:0}
.hkic_input .hkic_input_multi{display:flex;align-items:end;justify-content:flex-start}
.hkic_input .hkic_input_multi .hkic_input_select{margin-right:20px}
.hkic_input .error{display:block;margin:5px 0 0 0;color:#ff3200}
.hkic_content_box.hkic_content_box--orange_bg .hkic_input .error,.hkic_content_box.hkic_content_box--purple_bg .hkic_input .error,.hkic_content_box.hkic_content_box--blue_bg .hkic_input .error,.hkic_content_box.hkic_content_box--sapphire_bg .hkic_input .error,.hkic_content_box .hkic_term .error{color:#00ffb4}
.hkic_content_box.message_form .hkic_term{display:block;margin-bottom:30px}
.hkic_content_box.message_form .hkic_term .hkic_term_col{display:flex;align-items:center;justify-content:flex-start}
.hkic_term input{margin-right:20px}
.hkic_content_box.message_form .hkic_input_multi input::placeholder{color:#c4c4c4}
.hkic_content_box.hkic_content_box--purple_bg .hkic_input input[type=text],.hkic_content_box.hkic_content_box--purple_bg .hkic_input input[type=password],.hkic_content_box.hkic_content_box--purple_bg .hkic_input .hkic_input_select,.hkic_content_box.hkic_content_box--purple_bg .hkic_input textarea,.hkic_content_box.hkic_content_box--blue_bg .hkic_input input[type=text],.hkic_content_box.hkic_content_box--blue_bg .hkic_input input[type=password],.hkic_content_box.hkic_content_box--blue_bg .hkic_input .hkic_input_select,.hkic_content_box.hkic_content_box--blue_bg .hkic_input textarea,.hkic_content_box.hkic_content_box--dark_bg .hkic_input input[type=text],.hkic_content_box.hkic_content_box--dark_bg .hkic_input input[type=password],.hkic_content_box.hkic_content_box--dark_bg .hkic_input .hkic_input_select,.hkic_content_box.hkic_content_box--dark_bg .hkic_input textarea,.hkic_content_box.hkic_content_box--emerald_bg .hkic_input input[type=text],.hkic_content_box.hkic_content_box--emerald_bg .hkic_input input[type=password],.hkic_content_box.hkic_content_box--emerald_bg .hkic_input .hkic_input_select,.hkic_content_box.hkic_content_box--emerald_bg .hkic_input textarea,.hkic_content_box.hkic_content_box--sapphire_bg .hkic_input input[type=text],.hkic_content_box.hkic_content_box--sapphire_bg .hkic_input input[type=password],.hkic_content_box.hkic_content_box--sapphire_bg .hkic_input .hkic_input_select,.hkic_content_box.hkic_content_box--sapphire_bg .hkic_input textarea,.hkic_content_box.hkic_content_box--orange_bg .hkic_input input[type=text],.hkic_content_box.hkic_content_box--orange_bg .hkic_input input[type=password],.hkic_content_box.hkic_content_box--orange_bg .hkic_input .hkic_input_select,.hkic_content_box.hkic_content_box--orange_bg .hkic_input textarea,.hkic_content_box.hkic_content_box--black_bg .hkic_input input[type=text],.hkic_content_box.hkic_content_box--black_bg .hkic_input input[type=password],.hkic_content_box.hkic_content_box--black_bg .hkic_input .hkic_input_select,.hkic_content_box.hkic_content_box--black_bg .hkic_input textarea{border-color:#FFF;color:#FFF}
.hkic_content_box.hkic_content_box--purple_bg .hkic_input_select span,.hkic_content_box.hkic_content_box--blue_bg .hkic_input_select span,.hkic_content_box.hkic_content_box--dark_bg .hkic_input_select span,.hkic_content_box.hkic_content_box--emerald_bg .hkic_input_select span,.hkic_content_box.hkic_content_box--sapphire_bg .hkic_input_select span,.hkic_content_box.hkic_content_box--orange_bg .hkic_input_select span,.hkic_content_box.hkic_content_box--black_bg .hkic_input_select span{background-image:url(clientlib-site/resources/img/decoration/select_white.png)}
.hkic_input>.iti{width:100%}
.hkic_input .iti__country-list *{color:#000}
.hkic_input .iti__flag{display:none}
.hkic_input .iti__flag-box{display:none}
.hkic_input .iti__arrow{border-top:4px solid white}
.hkic_input .iti__arrow.iti__arrow--up{border-bottom:4px solid white;border-top:none !important}
.hkic_content_box.message_form{scroll-padding-top:60px}
.hkic_filter .hkic_filter_group>a.js-tab_item.cmp-tabs__tab--active{font-weight:bold}
.hkic_filter .hkic_filter_group>a.js-tab_item.cmp-tabs__tab--active:before{content:"";display:block;position:absolute;bottom:0;left:calc(50% - 3px);width:6px;height:6px;border-radius:50%;background:#00807d}
.hkic_filter .hkic_filter_group>a{transition:ease all .3s}
.hkic_search_filter_item .hkic_select span{background-image:url(clientlib-site/resources/img/decoration/select2.svg)}
.hkic_link--auto_width .hkic_link,.hkic_link.hkic_link--auto_width{min-width:unset}
.hkic_btn.hkic_btn--disabled.hkic_btn--prev,.hkic_btn.hkic_btn--disabled.hkic_btn--next{opacity:.35;cursor:auto;pointer-events:none}
hkic_link--dark .hkic_link:after,.hkic_link.hkic_link--dark:after{filter:brightness(0) invert(1)}
hkic_link--dark .hkic_link:hover:after,.hkic_link.hkic_link--dark:hover:after{filter:brightness(0) invert(0)}
.hkic_link{font-family:'Noto Sans TC','Inter',sans-serif}
button{appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;outline:0;border:0;background:0;padding:0;font-size:16px;cursor:none}
.hkic_badge{margin-right:-60px;justify-content:center}
.hkic_badge .hkic_badge_item{width:128px}
.hkic_badge .hkic_badge--small{margin-right:-40px}
@media screen and (max-width:1023px){.hkic_badge{margin-right:0}
.hkic_badge .hkic_badge_item{width:100px}
.hkic_badge .hkic_badge--small{margin-right:0}
}
@media screen and (max-width:767px){.hkic_badge .hkic_badge_item{width:68px}
}
@media screen and (max-width:767px){.hkic_col .hkic-cmp-pillbanner.hkic_pill .hkic_media{max-width:unset}
}
.hkic_general_search_list .highlight em{color:#006cff;font-style:normal}
.hkic-cmp.hkic-cmp-mediacoveragesearchlist .hkic_course .hkic_course_type{width:25%;max-width:200px;font-weight:500}
.hkic-cmp.hkic-cmp-mediacoveragesearchlist .hkic_course .hkic_course_info{flex:1;max-width:unset;font-weight:500;margin:0}
.hkic-cmp.hkic-cmp-mediacoveragesearchlist .hkic_course .hkic_subject_more{width:25%;max-width:200px;justify-content:flex-end}
.hkic-cmp.hkic_content_box .text table{margin:20px 0 30px}
.hkic_search_entry p.highlight{word-break:break-all}
.hkic_notice .hkic_cookie-continue{text-align:right}
.hkic_cookie .hkic_main .js-cookie_close{padding-left:16px;background-image:url(clientlib-site/resources/img/decoration/x.svg);background-position:center left;background-repeat:no-repeat;background-size:10px}
.hkic_mobile .hkic_mobile_top .hkic_mobile_logo img{width:53px}
.hkic_quick .hkic_quick_head:after{content:" "}
.hkic_foot{background-color:#FFF;color:#000;padding:60px 0 0;margin:60px 0 0 0;border-radius:40px 40px 0 0}
.hkic_foot .hkic_foot_bottom{background:#edf4e3;padding:40px 0 40px 0;margin-top:40px}
.hkic_foot .hkic_foot_container{display:flex;align-items:flex-end;justify-content:flex-start}
.hkic_foot .hkic_foot_left,.hkic_foot .hkic_foot_right{width:50%}
.hkic_foot .hkic_foot_left.hkic_foot_left--logo{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_foot .hkic_foot_right{display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap}
.hkic_foot .hkic_foot_logo{max-width:200px;width:100%}
.hkic_foot .hkic_foot_text{font-size:10px}
.hkic_foot .hkic_foot_text .long{font-size:12px;letter-spacing:2.5px}
.hkic_foot .hkic_foot_left.hkic_foot_left--logo .hkic_foot_logo{margin-right:40px;margin-bottom:20px}
.hkic_foot .hkic_foot_left.hkic_foot_left--logo .hkic_foot_logo img{width:100%}
.hkic_foot .hkic_foot_right .hkic_foot_sns,.hkic_foot .hkic_foot_right .hkic_foot_logo,.hkic_foot .hkic_foot_right .hkic_foot_text{width:100%;max-width:100%;text-align:right}
.hkic_foot .hkic_foot_right .hkic_foot_text{text-align:right}
.hkic_foot .hkic_foot_right .hkic_foot_logo img{max-width:500px}
.hkic_foot .hkic_foot_label .hkic_label{font-size:14px}
.hkic_foot .hkic_foot_label .hkic_label + .hkic_label{margin-top:12px}
.hkic_foot .hkic_foot_label .hkic_label:before{filter:brightness(0);width:16px;height:16px;margin-top:2px}
.hkic_foot_link{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}
.hkic_foot_link a{margin:0 10px 10px 0;padding:0 10px 0 0;border-right:1px solid #CCC}
.hkic_foot_link a:hover{text-decoration:underline}
.hkic_foot_link a:last-child{border:0}
.hkic_foot .hkic_foot_sns{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}
.hkic_foot .hkic_foot_sns a{margin:20px 20px 0 0}
.hkic_foot .hkic_foot_award{margin-top:20px;display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap}
.hkic_foot .hkic_foot_award a{margin:0}
.hkic_foot .hkic_foot_award a:not(:first-child){margin-left:30px}
.hkic_foot .hkic_foot_award img{display:block;width:auto;height:60px}
@media screen and (max-width:1279px){.hkic_foot .hkic_foot_container{flex-wrap:wrap}
.hkic_foot .hkic_foot_left,.hkic_foot .hkic_foot_right{width:100%}
.hkic_foot .hkic_foot_left:not(:last-child){margin-bottom:40px}
.hkic_foot .hkic_foot_right{justify-content:flex-start}
.hkic_foot .hkic_foot_right .hkic_foot_logo{text-align:left}
.hkic_foot .hkic_foot_award{justify-content:flex-start;margin-top:40px}
.hkic_foot .hkic_foot_award a{margin:0 20px 0 0}
.hkic_foot .hkic_foot_award a:not(:first-child){margin-left:0}
.hkic_foot .hkic_foot_award a:not(:last-child){margin-right:20px}
}
@media screen and (max-width:1079px){.hkic_foot .hkic_foot_right .hkic_foot_logo img{max-width:280px}
}
.hkic_sns{display:block;width:28px;height:28px;margin:0 0 20px 20px;background-position:center center;background-repeat:no-repeat;background-size:contain;filter:brightness(0)}
.hkic_sns--facebook{background-image:url(clientlib-site/resources/img/sns/03-facebook.svg);cursor:grab}
.hkic_sns--youtube{background-image:url(clientlib-site/resources/img/sns/05-youtube.svg)}
.hkic_sns--linkedin{background-image:url(clientlib-site/resources/img/sns/01-linkedin.svg)}
.hkic_sns--twitter{background-image:url(clientlib-site/resources/img/sns/02-x.svg);background-size:70%}
.hkic_sns--email{background-image:url(clientlib-site/resources/img/sns/10-email.svg)}
.hkic_sns--ig{background-image:url(clientlib-site/resources/img/sns/04-instagram.svg)}
.hkic_sns--link{background-image:url(clientlib-site/resources/img/sns/09-link.svg)}
.hkic_sns:hover{filter:none}
.hkic_foot .hkic_foot_right .hkic_foot_sns{justify-content:flex-end}
.hkic_foot .hkic_foot_right .hkic_foot_sns a{margin:0 0 20px 20px}
@media screen and (max-width:1023px){.hkic_foot .hkic_foot_cic{margin-bottom:60px}
.hkic_sns{margin:0 20px 20px 0}
.hkic_foot .hkic_foot_award a{margin:0 20px 20px 0}
.hkic_foot .hkic_foot_right .hkic_foot_sns{justify-content:flex-start}
.hkic_foot .hkic_foot_right .hkic_foot_sns a{margin:0 10px 20px 0}
}
.hkic_news{position:relative;position:fixed;bottom:20px;right:20px;z-index:3}
.hkic_news .hkic_main{display:none;background:#FFF;border-radius:40px;padding:40px 40px 20px 40px;max-width:450px;margin:0 !important;border:1px solid #CCC}
.hkic_news .hkic_news_item{display:flex;align-items:flex-start;justify-content:flex-start;margin:20px 0}
.hkic_news .hkic_news_item_img{width:90px;padding-right:20px}
.hkic_news .hkic_news_item_img img{margin-bottom:0}
.hkic_news .hkic_news_item_text{flex:1}
.hkic_news .hkic_news_item_text .h3,.hkic_news .hkic_news_item_text .h4,.hkic_news .hkic_news_item_text .h5,.hkic_news .hkic_news_item_text .h6,.hkic_news .hkic_news_item_text .p{margin:0}
.hkic_news .hkic_news_item_text .h3,.hkic_news .hkic_news_item_text .h4,.hkic_news .hkic_news_item_text .h5,.hkic_news .hkic_news_item_text .h6{font-weight:600}
.hkic_news .hkic_news_item_text a{text-decoration:none}
.hkic_news .hkic_news_link{border-top:1px solid #CCC;margin:20px 0}
.hkic_news .hkic_news_link a{position:relative;display:block;padding:15px 40px 15px 0;border-bottom:1px solid #CCC}
.hkic_news .hkic_news_link a:hover{color:#00807d}
.hkic_news .hkic_news_link a:after{content:"";display:block;position:absolute;top:calc(50% - 10px);right:0;width:20px;height:20px;border-radius:50%;background-color:#00ffb4;background-image:url(clientlib-site/resources/img/decoration/arrow.png);background-position:center center;background-repeat:no-repeat}
.hkic_news .hkic_news_link a:hover:after{background-color:#00807d;background-image:url(clientlib-site/resources/img/decoration/arrow_white.png)}
.hkic_news .hkic_label .h6{position:relative;display:inline-block}
.hkic_news .hkic_label .h6:after{position:absolute;display:block;content:"";top:0;right:-10px;width:4px;height:4px;background:#F00;border-radius:50%}
.hkic_news .hkic_news_close{position:absolute;display:block;z-index:1;top:40px;right:40px;width:20px;height:20px;background-image:url(clientlib-site/resources/img/decoration/select.svg);background-position:center center;background-repeat:no-repeat;background-size:20px;transform:rotate(90deg)}
.hkic_news .hkic_news_open{display:inline-block;margin-left:auto;padding:15px 30px 15px 20px;background:#FFF;border:1px solid #CCC;border-radius:30px}
.hkic_news .hkic_news_open:hover{color:#00807d}
.hkic_news.open .hkic_main{display:block}
.hkic_news.open .hkic_news_open{display:none}
@media screen and (max-width:1023px){.hkic_news{display:none}
}