body {overflow-x: hidden; }
*, body, tb {font-family: sans-serif;font-size: 16px;color: black; }
p {line-height: 30px;color: #7a848f; }
@media only screen and (max-width: 480px) { p {line-height: 26px; } }
@media only screen and (max-width: 915px) { p {line-height: 26px; } }
@media only screen and (max-width: 960px) { .hidden {overflow-x: hidden!important;} }
label {margin-left: 20px; }
input[type="submit"] {text-indent: 0px; }
input, textarea, select {border-radius: 30px;height: 40px;text-indent: 20px;border: 1px solid #d0d2d6;margin-bottom: 5px;margin-top: 5px; }
@media only screen and (max-width: 960px) {input, select {max-width:95%;width:95%!important; } }
textarea {max-width: 100%;width: 100%;height: 200px;padding: 10px;display: block;margin-top: 5px; }
@media only screen and (max-width: 960px) {textarea {max-width: 100%;width: 100%;padding: 10px 0px;margin: 0 auto; margin-top: 5px; } }
select {background: #fff; }
@keyframes spin {from {transform: rotate(360deg); } to {transform: rotate(0deg); } }

.my_container {min-height: 100%;position: relative; }

.login {padding: 0px;font-size: 1.2em;color: #56b2d8;width: 110px;border: 1px solid #56b2d8;margin-top: 5px;background: #fff; }
.login-active {padding: 0px;height: 50px;width: 50px;margin-top: 5px;border-radius: 0px;background: transparent; }
.login-active img {display: block;width: 45px;cursor: pointer; }
.login-active-sub ul li {margin-bottom: 0px!important;}
.login-active-sub {text-align: left;right: 50px;top: 65px; }
@media only screen and (max-width: 480px) {.login {display: none; } }
@media only screen and (max-width: 915px) {.login {display: none; } }
@media only screen and (max-width: 480px) {.login-active {display: none; } }
@media only screen and (max-width: 915px) {.login-active {display: none; } }

.basic, input[type="submit"] {background-color: #2891ca; }
.green {background-color: #378d07; }
.navy {background-color: #203749; }
.gray {background-color: #7a848f;}

/* Button */
.blue {color: #56b2d8; }
.lightgray {color: #7a848f !important; }
.green a, .basic a, input[type="submit"] a, .basic, .green, .navy a, .gray a, input[type="submit"], .navy{color: #fff; }
.btn, input[type="submit"] { text-align: center; }
.btn, input[type="submit"], select {border-radius: 50px; border: none;cursor: pointer; }

/* Font */
h2 {font-size: 3em; }
h3 {font-size: 2em; }
h4 {font-size: 1.5em; }
h3 {font-weight: bold;line-height: 46px; }
.max-width {width: 100%;margin: 0 auto; }
@media only screen and (min-width: 1200px) {.max-width {width: 1200px; } }

/* Mobile Menu */
.menu-m {padding-top: 6px;position: fixed;right: 0px;z-index: 99999;display: none; height: 100%;width: 300px;background:#fff;box-shadow: -10px 0px 30px 1px rgba(69, 69, 69, 0.2); }
.menu-m_inner {overflow-y: scroll;overflow-x: hidden;height: 100%; }
@media only screen and (max-width: 480px) {.menu-m {display: none; } }
@media only screen and (max-width: 915px) {.menu-m {display: none; } }
.menu-m .menu-m_sub .top {border-bottom: 1px solid #56b2d8;height: 68px;display: flex;justify-content: space-between; }
.menu-m .menu-m_sub .top img {display: block;width: 180px;height: 45px;margin: 10px 0px 10px 10px; }
.menu-m .menu-m_sub .top .btn, header .header_wrap .menu-m .menu-m_sub .top #select {height: 35px;line-height: 35px;width: 64px; }
.menu-m .menu-m_sub .top .login {display: block;border: 1px solid #56b2d8;padding: 0px 15px;margin: 18px 10px 0px 0px;font-size: 0.9em;background: #fff; }
.menu-m .menu-m_sub ul li {height: 68px;line-height: 68px; }
.menu-m .menu-m_sub ul li:not(.title) {text-indent: 20px;border-bottom: 1px solid #ebecef;width: 90%;margin: 0 auto;display: none; }
.menu-m .menu-m_sub ul li:not(.title):last-of-type {border-bottom: 0px; }
.menu-m .menu-m_sub ul li:not(.title) a:hover {color: #56b2d8; }
.menu-m .menu-m_sub ul .title {font-size: 1em;font-weight: bold;border-top: 1px solid #d0d2d6;border-bottom: 1px solid #d0d2d6;text-indent: 10px;width: 100%;position: relative;margin-bottom: -1px; }
.menu-m .menu-m_sub ul .title .plus-minus-toggle {cursor: pointer;position: absolute;height: 15px;width: 15px;top: 0px;right: 15px; }
.menu-m .menu-m_sub ul .title .plus-minus-toggle::before,.menu-m .menu-m_sub ul .title .plus-minus-toggle::after {content: '';background: #4f555c;height: 2px;position: absolute;top: 30px;left: -10px;width: 20px;transition: transform 500ms ease; }
.menu-m .menu-m_sub ul .title .plus-minus-toggle::after {transform-origin: center; }
.menu-m .menu-m_sub ul .title .plus-minus-toggle.collapsed::after {transform: rotate(0deg); }
.menu-m .menu-m_sub ul .title .plus-minus-toggle.collapsed::before {transform: rotate(90deg); }
.menu-m .menu-m_sub ul .first-title {border-top: 0px; }
.menu-m_btn {margin-top:18px; cursor:pointer;}
.menu-m_btn span {width: 36px; height: 3px; background:#4f555c; display:block;}
.menu-m_btn span:nth-of-type(2){margin:8px 0px;}
.mobile{display: none;}
@media only screen and (max-width: 915px) {.mobile{display:block;} }
@media only screen and (min-width: 916px) {.menu-m{display:none!important;} .menu-m_close{display:none!important;} #menu-m_bg{display:none!important; }
body{overflow-y: scroll!important;}}
#menu-m_close {width:38px; height:38px; z-index: 99999; position: absolute; left:-38px; top:15px; cursor: pointer; transform: scale(0.8); }
#menu-m_close span:first-of-type {width:38px; height:3px; background:#e5e5e5; display:block; transform:rotate(45deg); margin-top: 18px; }
#menu-m_close span:last-of-type {height:38px; width:3px; background:#e5e5e5; display:block; transform:rotate(45deg); margin:-20px 10px 0px 18px; }
#menu-m_bg {position: fixed;width:100%; height:100%; background: rgba(0, 0, 0, 0.7);  z-index: 99990; display:none }

.submenu {background-color: #d0d2d6;background-image: -webkit-linear-gradient(#d0d2d6, #7a848f);background-image: -o-linear-gradient(#d0d2d6, #7a848f);box-shadow: 0 15px 60px -10px #d0d2d6;background: #fff;position: absolute;top: 30px;padding: 20px 25px 10px 20px;display: none;border-radius: 5px; }
.submenu ul li {margin-bottom: 25px; }
.submenu ul li a {font-size: 1em; }
.submenu ul li a:hover {color: #56b2d8; }

/* Footer */
footer {background: #f8f9fa;font-size: 0.9em;bottom: 0px;width: 100%;height: 60px; }
@media only screen and (max-width: 960px) { footer { height: 160px; } }
@media only screen and (max-width: 480px) { footer {height: 160px; } }
@media only screen and (max-width: 915px) { footer { height: 160px; } }
footer a {font-size: 1.1em;color: #7a848f;margin-top: -2px; }
@media only screen and (max-width: 480px) {footer {font-size: 1em; } }
footer .footer_wrap {display: flex;justify-content: space-between;padding: 20px 50px;background: #f8f9fa !important; }
@media only screen and (max-width: 480px) {footer .footer_wrap {display: block;text-align: center;padding: 20px 10px; } }
@media only screen and (max-width: 915px) {footer .footer_wrap {display: block;text-align: center;padding: 20px 10px; } }
footer .footer_wrap div:first-of-type {display: flex; }
@media only screen and (max-width: 480px) {footer .footer_wrap div:first-of-type {display: block; } }
@media only screen and (max-width: 915px) {footer .footer_wrap div:first-of-type {display: block; } }

ul.top-menu {position: absolute; right: 0 !important; top: 0 !important;}
ul.top-menu > li > a {color: dodgerblue;text-decoration: none;font-weight: bold;font-family: sans-serif;}
ul.top-menu > li > a:hover {color: dodgerblue;background-color: gray;}
ul.top-menu > li.has-submenu > ul.submenu {background-color:rgba(255,255,255, 0.85);top: 20px;}
ul.top-menu > li.has-submenu > ul.submenu > li:hover {background-color: lightgrey; text-decoration:none;}
ul.top-menu > li.has-submenu > ul.submenu > li > a {color: dodgerblue;width: auto;display: block;text-align:center;}

/* popup common */
.modal{display:none; position:fixed; top:0; left:0; z-index:50; width:100%; height:100%; background:url(/images/bg_tran_black80.png) repeat;}
.layer_popup{position:fixed; top:-1000em; left:-1000em; z-index:100; background:#fff;}
.layer_popup .popup_header{height:50px; padding:0 40px; background:#222933; border-bottom:4px solid #2789e9;position: relative;width: auto;}
.layer_popup .popup_header h2{line-height:46px; color:#fff; font-size:26px; font-family:roboto_bo,arial,sans-serif; margin-top:0px;}
.layer_popup .popup_content{padding:32px 40px 0 40px;}
.layer_popup .popup_close{position:absolute; top:5px; right:5px; z-index:9999;}
.layer_popup .popup_close a{display:block; width:17px; height:17px; text-indent:-1000em; overflow:hidden; background:url(/images/popup_close.gif) no-repeat; background-position:0 0;}
.layer_popup .popup_close a:hover{background-position:0 100%;}
.layer_popup .search_top{padding-bottom:20px;}
.layer_popup table.type1 tbody td > p{padding:3px 0;}
.layer_popup .center_btns{padding:30px 0 0 0;}

/* modal 99 */
.modal99{display: none; background: #000; position: fixed; left: 0; top: 0; z-index: 8999; width: 100%; height: 100%; opacity: .50; }
.modal100{display: none; background: #000; position: fixed; left: 0; top: 0; z-index: 9999; width: 100%; height: 100%; opacity: .50; }
.layer_popup99{display: none; z-index:9000; background:#fff; margin: 0; background: white; position:fixed; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); max-height:95%; max-width:95%; overflow:auto; }
.layer_popup99 .popup_header99{height:40px; padding:0 20px; background:#222933; border-bottom:4px solid #2789e9;}
.layer_popup99 .popup_header99 h2{line-height:46px; color:#fff; font-size:20px; font-family:roboto_bo,arial,sans-serif;}
.layer_popup99 .popup_content99{padding:7px 20px 7px 20px;}
.layer_popup99 .popup_close99{position:absolute; top:14px; right:14px; z-index:8998; margin:0;}
.layer_popup99 .popup_close99 a{display:block; width:17px; height:17px; text-indent:-1000em; overflow:hidden; background:url(/images/popup_close.gif) no-repeat; background-position:0 0;}
.layer_popup99 .popup_close99 a:hover{background-position:0 100%;}
