* {box-sizing: border-box}
html, body {padding: 0; margin: 0;}
body {position: relative; padding-bottom: 193.5px; min-height: 100vh; overflow-x: hidden;}
.banner-dimmed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.4); padding-top: 117px;}
.banner-info {font-size: 45px; font-weight: 600; line-height: 61px; letter-spacing: -1.13px; color: white; text-align: center; margin-bottom: 43px; z-index: 999;}
.banner-desc {font-size: 21px; font-weight: 500; line-height: 28px; letter-spacing: -0.53px; color: white; text-align: center; z-index: 999;}
.content {max-width: 1200px; margin: auto;}
.menu-tab {padding-left: 69px; margin-top: 26px; height: 27px; cursor: pointer; user-select: none; -webkit-user-select: none; -ms-user-select: none;}
.menu-tab .g-menu {margin-left: 20px; border-left: 1px solid #d4d4d4;}
.menu-tab .g-menu, .menu-tab .sub-menu {float: left; position: relative; min-width: 260px; height: 100%; padding: 0 40.5px 0 20.5px; font-size: 18px; font-weight: 500; color: #171717;}
.menu-tab .sub-menu {border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4;}
.menu-tab .g-menu > span, .menu-tab .sub-menu > span {position: relative;}
.menu-tab .arrow {position: absolute; top: 10px; right: 20px;}
.g-menu-select, .sub-menu-select {display: none; width: calc(100% + 2px); padding-top: 19px; background-color: white; position: absolute; top: 27px; left: -1px; padding-left: 20.5px; padding-right: 20.5px; border: 1px solid #d4d4d4; z-index: 999;}
.g-menu-option, .sub-menu-select > .sub-menu-option {margin-bottom: 15px;}
.g-menu-option:hover, .sub-menu-select > .sub-menu-option:hover {color: #01b6d3;}
.btn-home {float: left; width: 19px; height: 17px;}
.dimmed {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, .6);}


@media screen and (max-width: 1300px){
    .content {padding: 0 5%;}
}
@media screen and (max-width: 768px){
    .content {margin-top: 36.5px !important;}
    .menu-tab {padding: 0 5%;}
    .btn-home {display: none;}
    .g-menu {display: none;}
    .sub-menu {width: 100%;}
    .banner-info {font-size: 32px; line-height: 43px; letter-spacing: -0.8px;}
    .banner-desc {font-size: 18px;}
    .mo-image-width {position: relative; width: 100vw !important; left: -5vw;}
}
