@charset "utf-8";
@import url("default.css");

/* CSS Document */

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 43px;
  background: rgba(0, 145, 228, 0.9);
  z-index: 10;
}
header h1 {
  padding: 9px 0 0 53px;
}
header h1 img {
  height: 26px;
}
header a {
  position: absolute;
  top: 0;
  width: 43px;
  height: 43px;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
header a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 18px;
}
header > a {
  left: 10px;
  padding-top: 27px;
  height: 16px;
}
header > a:after {
  content: "\f2c0";
  top: 10px;
}
.hdright {
  position: absolute;
  top: 0;
  right: 11px;
  width: 86px;
  height: 43px;
}
.hdright a {
  right: 0;
  padding-top: 25px;
  height: 18px;
}
.hdright a:after {
  content: "\f011";
  top: 8px;
}
.hdright label {
  position: absolute;
  left: 0;
  padding-top: 25px;
  width: 43px;
  height: 18px;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.hdright input[type="checkbox"] + label:after {
  content: "\f205";
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  font-size: 18px;
}
.hdright input[type="checkbox"]:checked + label:after {
  content: "\f204";
}

.contents {
  background: #f3f3f3;
}

.ad {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 43px;
  height: 65px;
  background: #0087d3;
  text-align: center;
}
.ad div {
  font-size: 0;
}
.ad img {
  display: inline-block;
  margin-left: 15px;
  height: 54px;
  vertical-align: middle;
}
.ad a {
  display: inline-block;
  width: 70px;
  height: 32px;
  background: #006caa;
  border: 1px solid #005e94;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  vertical-align: middle;
}
.ad span:before {
  content: "\f002";
  margin-right: 5px;
  font-size: 14px;
  font-weight: normal;
}

.quicklist .banking {
  display: flex;
  height: 43px;
  border-bottom: 1px solid #eaeaea;
}
.quicklist .banking li {
  flex: 1;
  text-align: center;
}
.quicklist li a {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #6e6e6e;
  letter-spacing: -1px;
  line-height: 39px;
}
.quicklist li a:after {
  content: "";
  transition: width 0.6s;
  width: 0;
  height: 4px;
}
.quicklist li a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #0091e4;
}

.ql_1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  height: 70px;
  border-bottom: 1px solid #e7e7e7;
}
.ql_1 li {
  flex: 1;
}
.ql_1 li a {
  display: block;
  margin: 0 5px;
  height: 38px;
  border: 1px solid #086caf;
  border-radius: 25px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
}
.ql_1 li a:hover {
  background: #086caf;
  color: #fff;
  transition: all 0.5s;
}
.ql_1 li a:before {
  margin-right: 3px;
  font-size: 17px;
  color: #086caf;
  font-weight: normal;
  vertical-align: middle;
}
.ql_1 li a:hover:before {
  color: #fff;
  transition: all 0.5s;
}
.ql_1 li:first-child a:before {
  content: "\f022";
}
.ql_1 li:last-child a:before {
  content: "\f159";
}

.ql_2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
}
.ql_2 li {
  flex: 1;
  height: 68px;
  border-left: 1px solid #e7e7e7;
  text-align: center;
  transition: all 0.6s;
}
.ql_2 li a {
  display: block;
  position: relative;
  padding-top: 43px;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  transition: all 0.6s;
}
.ql_2 li a:before {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 23px;
  color: #086caf;
  transition: all 0.6s;
}
.ql_2 li:hover {
  background: #086caf;
}
.ql_2 li:hover a {
  color: #fff;
}
.ql_2 li:hover a:before {
  color: #fff;
}
.ql_2 li:nth-of-type(1) a:before {
  content: "\f09d";
  top: 17px;
}
.ql_2 li:nth-of-type(2) a:before {
  content: "\f0ea";
  top: 17px;
}
.ql_2 li:nth-of-type(3) a:before {
  content: "\f290";
  top: 16px;
}
.ql_2 li:nth-of-type(4) a:before {
  content: "\f00b";
  top: 18px;
}

.popup {
  position: relative;
  padding-top: 10px;
  height: 195px;
  text-align: center;
}
.popup .p_ad {
  background: #7dd2d5;
}
.popup .p_ad img {
  height: 104px;
}
.popup .p_tab {
  position: absolute;
  left: 50%;
  top: 90px;
  margin-left: -143px;
  font-size: 0;
}
.popup .p_tab li {
  display: inline-block;
  margin-right: 7px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.popup .p_tab li a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.popup .p_list {
  margin-top: 10px;
  font-size: 0;
}
.popup .p_list li {
  display: inline-block;
  margin: 0 4px;
}
.popup .p_list img {
  height: 70px;
}

/*more_btn 공통*/
.more {
  position: absolute;
  font-size: 12px;
  color: #787878;
  vertical-align: middle;
}
.more:after {
  margin-left: 2px;
  font-size: 14px;
  color: #787878;
  font-weight: normal;
  vertical-align: middle;
}

.notice {
  position: relative;
  background: #fff;
}
.notice .more {
  right: 15px;
  top: 17px;
}
.notice .more:after {
  content: "\f054";
}
.notice .nt_menu {
  padding-left: 13px;
  border-bottom: 1px solid #ededed;
}
.notice .nt_menu ul {
  display: flex;
  width: 225px;
  height: 49px;
}
.notice .nt_menu li {
  flex: 1;
  height: 49px;
  text-align: center;
}
.notice .nt_menu li a {
  display: block;
  margin: 7px 0;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  line-height: 35px;
}
.notice .nt_menu li a:hover {
  border: 1px solid #0091e4;
  border-radius: 20px;
  color: #0091e4;
  line-height: 33px;
}
.notice .nt_list li {
  padding: 0 15px;
  margin: 0 10px;
  border-top: 1px solid #ededed;
  line-height: 40px;
  text-align: left;
}
.notice .nt_list li a {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #5c5c5c;
}
.notice .nt_list li:first-child {
  border-top: none;
}

.etc {
  padding: 10px 0;
  background: #f2f2f2;
}
.etc ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 44px;
  background: #fff;
  border-top: 1px solid #efeeef;
}
.etc ul li {
  flex: 1;
  display: inline-block;
  text-align: center;
}
.etc ul li:first-child {
  flex: 2;
}
.etc ul li a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.etc ul li a span {
  display: inline-block;
  width: 100%;
  border-left: 1px solid #d5d5d5;
}
.etc ul li:first-child a span {
  border-left: none;
}

.popup1 {
  margin-bottom: 10px;
  background: #ffedc6;
  text-align: center;
}
.popup1 img {
  height: 65px;
}

.exchange {
  position: relative;
  background: #fff;
}
.exchange .more {
  right: 15px;
  top: 17px;
}
.exchange .more:after {
  content: "\f054";
}
.exchange .ex_head {
  padding: 10px 20px;
  height: 27px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}
.exchange .ex_head h2 {
  font-size: 15px;
  color: #000;
  line-height: 27px;
}
.exchange .ex_head span {
  margin-left: 10px;
  font-size: 12px;
  color: #999;
  font-style: italic;
  font-weight: normal;
}

.exchange .ex_table {
  padding: 0 20px;
}
.exchange .ex_table th,
.exchange .ex_table td {
  line-height: 40px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  color: #555;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
.exchange .ex_table thead th {
  border-top: none;
}
.exchange .ex_table tbody td:nth-of-type(1) {
  color: #e2134e;
}
.exchange .ex_table tbody td:nth-of-type(2) {
  color: #0091e4;
}
.exchange .ex_table tbody tr th span {
  position: relative;
  padding-left: 40px;
}
.exchange .ex_table tbody tr th span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 30px;
  height: 30px;
}
.exchange .ex_table tbody tr:nth-of-type(1) th span:before {
  background: url(../images/ico_usd.png) no-repeat;
  background-size: 30px 30px;
}
.exchange .ex_table tbody tr:nth-of-type(2) th span:before {
  left: -3px;
  background: url(../images/ico_jpy.png) no-repeat;
  background-size: 30px 30px;
}
.exchange .ex_table tbody tr:nth-of-type(3) th span:before {
  left: -1px;
  background: url(../images/ico_eur.png) no-repeat;
  background-size: 30px 30px;
}

.exchange .ex_btn {
  display: flex;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.exchange .ex_btn a {
  flex: 1;
  display: inline-block;
  position: relative;
  height: 50px;
  border-left: 1px solid #e6e6e6;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
}
.exchange .ex_btn a:first-child {
  border-left: none;
}

.exchange .ex_btn a span {
  position: absolute;
  opacity: 0.5;
}
.exchange .ex_btn a span:nth-child(1) {
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    #fff 0%,
    #fff 50%,
    #086caf 50%,
    #e9002c 100%
  );
  background-size: 200% 100%;
  transition: all 0.5s;
  z-index: 3;
}
.exchange .ex_btn a span:nth-child(2) {
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #e9002c 50%,
    orange 100%
  );
  background-size: 100% 200%;
  transition: all 0.5s;
}
.exchange .ex_btn a span:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    #fff 0%,
    #fff 50%,
    #00c196 50%,
    orange 100%
  );
  background-size: 200% 100%;
  transition: all 0.5s;
}
.exchange .ex_btn a span:nth-child(4) {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #086caf 50%,
    #00c196 100%
  );
  background-size: 100% 200%;
  transition: all 0.5s;
}
.exchange .ex_btn a:hover span:nth-child(1) {
  background-position: -100% 0;
}
.exchange .ex_btn a:hover span:nth-child(2) {
  background-position: 0 -100%;
}
.exchange .ex_btn a:hover span:nth-child(3) {
  background-position: 100% 0;
}
.exchange .ex_btn a:hover span:nth-child(4) {
  background-position: 0 100%;
}

.ft_index {
  padding-top: 10px;
  background: #f3f3f3;
}
.ft_index > div {
  padding: 10px 0 0 0;
  background: #e6e6e6;
}
.ft_index .ft_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  margin-bottom: 10px;
}
.ft_index .ft_btn li {
  flex: 1;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.ft_index .ft_btn li a {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.7px;
  transition: all 0.6s;
}
.ft_index .ft_btn li a:hover {
  background: #086caf;
  color: #fff;
}
.ft_index .ft_util {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.ft_index .ft_util li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.ft_index .ft_util li:first-child a:before {
  border-left: none;
}
.ft_index .ft_util li a {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #666;
  letter-spacing: -0.7px;
}
.ft_index .ft_util li a:before {
  content: "";
  padding-left: 5px;
  border-left: 1px solid #bebebe;
}
.ft_index .ft_util li a span {
  position: relative;
}
.ft_index .ft_util li a span:after {
  content: "";
  width: 0;
  transition: all 0.6s;
}
.ft_index .ft_util li a:hover span {
  color: #000;
}
.ft_index .ft_util li a:hover span:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #666;
}
.ft_index > div p {
  padding-bottom: 75px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

footer {
  overflow: hidden;
  position: relative;
}
.ft_menu > a {
  display: block;
  position: absolute;
  bottom: 5px;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 3px solid #d2d2d2;
  border-radius: 32px;
}
.ft_menu > a:after {
  position: relative;
  top: 8px;
  font-size: 20px;
}
.ft_menu .ft_logout {
  left: 7px;
  position: fixed;
}
.ft_menu .ft_pageup {
  right: 7px;
  position: fixed;
}
.ft_menu .ft_logout:after {
  content: "\f011";
  color: #da2800;
}
.ft_menu .ft_pageup:after {
  content: "\f062";
  color: #007fe0;
}
.ft_menu .ft_qmenu {
  position: fixed;
  left: 50%;
  bottom: -30px;
  margin-left: -27.5px;
  width: 55px;
  height: 55px;
  background: #0091e4;
  border: 2px solid #fff;
  border-radius: 55px;
}
.ft_menu .ft_qmenu:after {
  content: "\f106";
  top: 5px;
  font-size: 37px;
  color: #fff;
}
.ft_menu #open_qmenu {
  position: fixed;
  bottom: -70px;
  width: 100%;
  height: 43px;
  background: #e1e1e1;
  border-top: 1px solid #cdcdcd;
  z-index: 20;
  transition: all 0.2s;
}
.ft_menu #open_qmenu:target {
  bottom: 0;
}
.ft_menu #open_qmenu ul {
  display: flex;
}
.ft_menu #open_qmenu li {
  flex: 1;
}
.ft_menu #open_qmenu li a {
  position: relative;
  display: block;
  padding-top: 26px;
  font-size: 12px;
  color: #000;
}
.ft_menu #open_qmenu li a:after {
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -8px;
  font-size: 19px;
  color: #666;
}
.ft_menu #open_qmenu li:nth-child(1) a:after {
  content: "\f0ca";
}
.ft_menu #open_qmenu li:nth-child(2) a:after {
  content: "\f0a2";
}
.ft_menu #open_qmenu li:nth-child(3) a:after {
  content: "\f067";
  top: -70%;
  margin-left: -27.5px;
  width: 55px;
  height: 55px;
  background: #0091e4;
  border: 2px solid #fff;
  border-radius: 55px;
  font-size: 30px;
  color: #fff;
  line-height: 55px;
}
.ft_menu #open_qmenu li:nth-child(4) a:after {
  content: "\f132";
}
.ft_menu #open_qmenu li:nth-child(5) a:after {
  content: "\f290";
}

#allmenu {
  display: none;
}
#allmenu:target {
  display: block;
}
#allmenu > div {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#allmenu div div {
  padding: 20px 20px;
  width: 100%;
}
#allmenu ul {
  display: flex;
  padding: 20px 10px;
  height: 60px;
  background: #0091e4;
  font-size: 0;
  border-radius: 10px 10px 0 0;
}
#allmenu ul li {
  flex: 1;
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}
#allmenu ul li a {
  display: inline-block;
  position: relative;
  padding-top: 50px;
  width: 60px;
  font-size: 14px;
  color: #fff;
}
#allmenu ul li a:after {
  position: absolute;
  left: 7px;
  top: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #5ec5ff;
  border-radius: 45px;
  font-size: 22px;
  text-align: center;
  line-height: 45px;
}
#allmenu ul li:hover a:after {
  background: #fff;
  color: #0091e4;
}
#allmenu ul li:nth-of-type(1) a:after {
  content: "\f2c0";
}
#allmenu ul li:nth-of-type(2) a:after {
  content: "\f290";
}
#allmenu ul li:nth-of-type(3) a:after {
  content: "\f002";
}
#allmenu ul li:nth-of-type(4) a:after {
  content: "\f00d";
}
#allmenu table {
  background: #fff;
  border-radius: 0 0 10px 10px;
  text-align: left;
}
#allmenu table tr td {
  padding-left: 10px;
  border-bottom: 1px solid #f4f3f3;
  border-left: 1px solid #f4f3f3;
  font-size: 15px;
  color: #000;
  line-height: 47px;
}
#allmenu table tr td:first-child {
  border-left: none;
}
#allmenu table tr:last-child td {
  border-bottom: none;
}
#allmenu table tr td a {
  font-size: 16px;
  color: #000;
}
#allmenu table tr td a:before {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: 17px;
  vertical-align: top;
  background: -webkit-linear-gradient(90deg, #64eff1 40%, #3eb8fe 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#allmenu table tr:nth-child(1) td:first-child a:before {
  content: "\f002";
  font-size: 15px;
}
#allmenu table tr:nth-child(1) td:last-child a:before {
  content: "\f064";
  font-size: 15px;
}
#allmenu table tr:nth-child(2) td:first-child a:before {
  content: "\f10b";
  font-size: 25px;
}
#allmenu table tr:nth-child(2) td:last-child a:before {
  content: "\f0d6";
}
#allmenu table tr:nth-child(3) td:first-child a:before {
  content: "\f159";
}
#allmenu table tr:nth-child(3) td:last-child a:before {
  content: "\f201";
}
#allmenu table tr:nth-child(4) td:first-child a:before {
  content: "\f021";
  font-size: 20px;
}
#allmenu table tr:nth-child(4) td:last-child a:before {
  content: "\f155";
  font-size: 21px;
}
#allmenu table tr:nth-child(5) td:first-child a:before {
  content: "\f0e9";
  font-size: 20px;
}
#allmenu table tr:nth-child(5) td:last-child a:before {
  content: "\f013";
  font-size: 21px;
}
#allmenu table tr:nth-child(6) td:first-child a:before {
  content: "\f132";
  font-size: 20px;
}
#allmenu table tr:nth-child(6) td:last-child a:before {
  content: "\f1c0";
}
#allmenu table tr:nth-child(7) td:first-child a:before {
  content: "\f055";
  font-size: 20px;
}
#allmenu table tr:nth-child(7) td:last-child a:before {
  content: "\f118";
  font-size: 20px;
}
#allmenu table tr:nth-child(8) td:first-child a:before {
  content: "\f0a2";
  font-size: 18px;
}
#allmenu table tr:nth-child(8) td:last-child a:before {
  content: "\f069";
}
#allmenu table tr:nth-child(9) td:first-child a:before {
  content: "\f09d";
}
#allmenu table tr:nth-child(9) td:last-child a:before {
  content: "\f2bc";
}

/*sub1*/
.bg_sub1 {
  background: #0091e4;
}
.bg_sub1 a {
  color: #fff;
}
.pagemenu1 {
  border-bottom: 1px solid #005db2;
}
.pagemenu1 .menuset {
  padding: 8px 25px 0 17px;
  margin-bottom: 20px;
}
.pagemenu1 .menuset a {
  display: block;
  letter-spacing: -0.5px;
}
.pagemenu1 .menuset span {
  display: inline-block;
  float: left;
  margin-top: 8px;
  font-size: 19px;
  color: #fff;
}
.pagemenu1 .menuset a:first-child {
  float: left;
  padding: 6px 0 0 8px;
}
.pagemenu1 .menuset a:first-child:before {
  content: "\f104";
  margin-right: 15px;
  font-size: 19px;
}
.pagemenu1 .menuset a:last-child {
  float: right;
  padding: 0 10px;
  border: 1.3px solid #fff;
  border-radius: 27px;
  font-size: 11px;
  line-height: 27px;
}
.pagemenu1 .menuset a:last-child:hover {
  background: #fff;
  border: 1.3px solid #fff;
  color: #0091e4;
  transition: all 0.4s;
}

.lnb {
  display: flex;
  padding: 0 15px;
  margin-bottom: 12px;
}
.lnb li {
  flex: 1.2;
  position: relative;
  color: #fff;
  text-align: center;
}
.lnb li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.lnb li a:hover {
  color: #0040b4;
  font-weight: bold;
  transition: all 0.5s;
}
.lnb li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}
.lnb li:nth-of-type(1) {
  flex: 2;
}
.lnb li:nth-of-type(1):before {
  content: normal;
}
.lnb li:nth-of-type(2),
.lnb li:nth-of-type(3) {
  flex: 1.5;
}

.login {
  padding: 20px 15px 0 15px;
  text-align: center;
}
.login img {
  height: 29px;
}
.login .keyboard {
  padding: 10px 10px 0 0;
  margin-bottom: 12px;
  text-align: right;
}
.login .keyboard a {
  font-size: 11px;
  color: #fff493;
}
.login .keyboard a:after {
  content: "\f11c";
  margin-left: 3px;
}

.login .lg {
  display: flex;
  margin-bottom: 8px;
}
.login .lg div {
  flex: 1;
}
.login .lg .lg_form {
  flex: 2;
}
.login .lg .lg_btn {
  margin-left: 5px;
}
.login .lg .lg_btn a {
  display: inline-block;
  width: 100%;
  height: 84px;
  background: #0040b4;
  border-radius: 5px;
  font-size: 15px;
  line-height: 84px;
}
.login .lg .lg_form input {
  height: 38px;
  border-radius: 5px;
  text-indent: 14px;
  font-size: 13px;
  color: #0091e4;
  line-height: 38px;
}
.login .lg .lg_form input[type="text"] {
  margin-bottom: 3px;
}
.login .lg .lg_form input::-webkit-input-placeholder {
  font-size: 13px;
  color: #8f8f8f;
  text-indent: 33px;
  line-height: 38px;
}
.login .lg .lg_form input[type="text"]::-webkit-input-placeholder {
  background: url(../images/ico_id.png) no-repeat 15px center;
  background-size: 13px;
}
.login .lg .lg_form input[type="number"]::-webkit-input-placeholder {
  background: url(../images/ico_pw.png) no-repeat 15px center;
  background-size: 13px;
}

.login .lg_join {
  display: block;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 5px;
  font-size: 15px;
  color: #0091e4;
  line-height: 42px;
  font-weight: bold;
}
.login .lg_join:hover {
  background: #afafaf;
  color: #0091e4;
  transition: all 0.4s;
}
.login .lg_text {
  margin-bottom: 24px;
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.5px;
}
.login .lg_btm {
  padding: 0 18px;
  margin-bottom: 25px;
  font-size: 0;
}
.login .lg_btm li {
  display: inline-block;
  width: 127px;
  position: relative;
}
.login .lg_btm li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 13px;
  color: #fff;
}
.login .lg_btm li a {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  line-height: 25px;
}
.login .lg_btm li a:hover {
  color: #afafaf;
  transition: all 0.4s;
}
.login .lg_btm li a:before {
  vertical-align: top;
  margin-right: 7px;
  font-size: 25px;
}
.login .lg_btm li:first-child:before {
  content: normal;
}
.login .lg_btm li:first-child a:before {
  content: "\f2c0";
}
.login .lg_btm li:last-child a:before {
  content: "\f023";
}

.login .employee {
  padding: 15px 15px 0 15px;
  border: 1px solid #cdd3d6;
  border-radius: 5px;
  text-align: left;
}
.login .employee span {
  font-size: 12px;
  color: #fff;
}
.login .employee div {
  position: relative;
  margin: 10px 0 14px;
}
.login .employee div a {
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  padding: 0 16px;
  text-align: center;
}
.login .employee div a:before {
  content: "\f002";
  font-size: 20px;
  color: #808080;
  line-height: 38px;
}
.login .employee div input {
  height: 38px;
  border-radius: 5px;
  text-indent: 10px;
  font-size: 12px;
  color: #0091e4;
  line-height: 38px;
}
.login .employee div input::-webkit-input-placeholder {
  font-size: 12px;
  color: #757575;
  text-indent: 10px;
  line-height: 40px;
}

/*sub2*/
.pagemenu2 {
  padding: 0 16px 0 5px;
  background: #0091e4;
}
.pagemenu2 a {
  display: block;
  float: left;
  height: 43px;
  text-align: center;
}
.pagemenu2 a:after {
  color: #fff;
  line-height: 43px;
}
.pagemenu2 .pm2_1 {
  position: relative;
  width: 43px;
}
.pagemenu2 .pm2_1:after {
  content: "\f0c9";
  font-size: 17px;
}
.pagemenu2 .pm2_2 {
  width: 25px;
}
.pagemenu2 .pm2_2:after {
  content: "\f104";
  font-size: 22px;
}
.pagemenu2 .pm2_3 {
  display: block;
  float: left;
  width: 28%;
  font-size: 15px;
  color: #fff;
  line-height: 43px;
  text-indent: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pagemenu2 .pm2_4 {
  float: right;
}
.pagemenu2 .pm2_4 a {
  float: left;
}
.pagemenu2 .pm2_4 p {
  float: left;
  margin-right: 5px;
}
.pagemenu2 .pm2_4 p a {
  margin: 6px 3px 0 3px;
  width: 47px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 11px;
  color: #fff;
  line-height: 30px;
}
.pagemenu2 .pm2_4 p a:hover {
  background: #fff;
  color: #0091e4;
  font-weight: bold;
  transition: all 0.5s;
}
.pagemenu2 .pm2_4 p a:last-child {
  padding-top: 3px;
  height: 27px;
  line-height: 12px;
}

.pagemenu2 .pm2_4 > a:last-child {
  width: 24px;
  background: url(../images/ico_menu.png) no-repeat center;
  background-size: 4px;
}

.prevent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 109px;
  background: #2d4e89;
}
.prevent div {
  width: 265px;
  background: url(../images/@photo_prevent.png) no-repeat right;
  background-size: 61px;
}
.prevent p {
  letter-spacing: -0.5px;
  color: #fff;
}
.prevent p:first-child {
  margin-bottom: 8px;
  font-size: 18px;
}
.prevent p:last-child {
  font-size: 12px;
  line-height: 18px;
}

.account .withdraw ol {
  margin-bottom: 11px;
  text-align: right;
}
.account .withdraw ol li {
  display: inline-block;
  margin-left: 3px;
}
.account .withdraw ol li a {
  padding: 0 3px;
  border: 1px solid #b0b0b0;
  border-radius: 13px;
  font-size: 13px;
  color: #b0b0b0;
}
.account .withdraw ol li a:hover {
  background: #0091e4;
  border: 1px solid #0091e4;
  color: #fff;
  transition: all 0.5s;
}
.account .withdraw > div {
  padding: 0 14px;
}
.account .withdraw .withdraw_1 {
  padding: 12px 14px 5px 14px;
}
.account .withdraw .withdraw_1 h2 {
  float: left;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.5px;
  line-height: 26px;
}
.account .withdraw .withdraw_1 p {
  float: right;
  text-align: center;
}
.account .withdraw .withdraw_1 p a {
  display: inline-block;
  float: left;
  border: 1px solid #b0b0b0;
  border-radius: 25px;
  line-height: 24px;
}
.account .withdraw .withdraw_1 p a:first-child {
  width: 97px;
  margin-right: 3px;
}
.account .withdraw .withdraw_1 p a:last-child {
  width: 25px;
  height: 24px;
  text-align: center;
}
.account .withdraw .withdraw_1 p a:last-child:after {
  content: "\f013";
  line-height: 24px;
  font-size: 14px;
  color: #5d5d5d;
}
.account .withdraw .withdraw_1 p a:hover {
  background: #0091e4;
  border: 1px solid #0091e4;
  color: #fff;
  transition: all 0.5s;
}
.account .withdraw .withdraw_1 p a:last-child:hover:after {
  color: #fff;
  transition: all 0.5s;
}

.account .withdraw .withdraw_2 {
  padding: 14px 14px 15px 14px;
  background: #0098ea;
}
.account .withdraw .withdraw_2 .wd_top {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #64bdef;
}
.account .withdraw .withdraw_2 .wd_top span {
  font-size: 16px;
  color: #fff;
}
.account .withdraw .withdraw_2 .wd_top p {
  margin-top: 8px;
  font-size: 18px;
  color: #fff;
}
.account .withdraw .withdraw_2 .wd_top a {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 24px;
  text-align: center;
}
.account .withdraw .withdraw_2 .wd_top a:after {
  content: "\f107";
  font-size: 17px;
  color: #fff;
  line-height: 24px;
}

.account .withdraw .withdraw_2 .wd_btm {
  padding-top: 10px;
}
.account .withdraw .withdraw_2 .wd_btm li {
  display: flex;
  margin-bottom: 3px;
}
.account .withdraw .withdraw_2 .wd_btm li p {
  flex: 3;
  display: inline-block;
  font-size: 13px;
  color: #fff;
}
.account .withdraw .withdraw_2 .wd_btm li span {
  display: inline-block;
  font-size: 13px;
  color: #fff;
}

.account .ac_2 {
  padding: 0 14px 40px 14px;
}
.account .ac_text {
  position: relative;
  padding-top: 20px;
}
.account .ac_text h2 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
}
.account .ac_text input {
  height: 40px;
  line-height: 40px;
  background: #f9f9f9;
  border-radius: 5px;
  text-indent: 10px;
}
.account .ac_text a {
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 5px;
  border: 1px solid #bcbcbc;
  border-radius: 23px;
  font-size: 12px;
  color: #333;
  line-height: 23px;
}
.account .ac_text a:hover {
  background: #0091e4;
  border: 1px solid #0091e4;
  color: #fff;
  transition: all 0.5s;
}
.account .ac_text select {
  display: block;
  width: 100%;
  height: 40px;
  background: url(../images/ico_select.png) no-repeat 97% center;
  background-size: 18px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 14px;
  color: #0091e4;
  line-height: 40px;
  text-indent: 10px;
}
.account .ac_text span {
  position: absolute;
  right: 10px;
  top: 60px;
  font-size: 12px;
}

.account .ac_3 {
  padding: 0 14px;
}
.account .ac_3 .ac_top {
  position: relative;
  padding-bottom: 13px;
}
.account .ac_3 .ac_top h2 {
  padding-top: 5px;
  font-size: 14px;
  font-weight: normal;
}
.account .ac_3 .ac_top .sl_data {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #0098ea;
  border-radius: 24px;
  text-align: center;
}
.account .ac_3 .ac_top .sl_data:after {
  content: "\f106";
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}
.account .ac_3 .ac_top .sl_data:hover:after {
  content: "\f107";
}

.account .ac_3 .ac_btm {
  margin-top: 13px;
  border-top: 1px solid #959595;
}
.account .ac_3 .ac_btm #open_btm {
  display: none;
}
.account .ac_3 .ac_btm #open_btm:target {
  display: block;
}
.account .ac_3 .ac_btm > div h3 {
  float: left;
  padding-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.5px;
}
.account .ac_3 .ac_btm > div div {
  padding-top: 13px;
}
.account .ac_3 .ac_btm > div label {
  margin-left: 2px;
  font-size: 14px;
  color: #777;
  font-weight: bold;
}
.account .ac_3 .ac_btm > div input[type="text"] {
  height: 40px;
  line-height: 40px;
  background: #f9f9f9;
  border-radius: 5px;
  text-indent: 10px;
}
.account .ac_3 .ac_btm > div input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #777;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-appearance: none;
}
.account .ac_3 .ac_btm > div .question {
  display: inline-block;
  float: left;
  padding: 0;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #bcbcbc;
  border-radius: 24px;
  text-align: center;
}
.account .ac_3 .ac_btm > div .question:after {
  content: "\f128";
  line-height: 24px;
  color: #f08446;
}
.account .ac_3 .ac_btm > div .txt_data {
  float: right;
  display: inline-block;
  padding: 0 7px;
  border: 1px solid #bcbcbc;
  border-radius: 23px;
  font-size: 12px;
  color: #333;
  line-height: 23px;
}
.account .ac_3 .ac_btm > div .wid100 {
  width: 100%;
}
.account .ac_3 .ac_btm > div .transfer input {
  background: #eaeaea;
}
.account .ac_3 .ac_btm > div .transfer input::-webkit-input-placeholder {
  color: #666;
}

.account .ac_3 .ac_btn {
  margin: 45px 0 25px;
  text-align: center;
}
.account .ac_3 .ac_btn a {
  display: inline-block;
  padding: 0 7px;
  border-radius: 40px;
  font-size: 15px;
  line-height: 38px;
}
.account .ac_3 .ac_btn a:first-child {
  border: 1px solid #0091e4;
  background: #0091e4;
  color: #fff;
}
.account .ac_3 .ac_btn a:last-child {
  border: 1px solid #0091e4;
  background: #fff;
  color: #0091e4;
}

.sub2_notice {
  padding: 0 14px;
  margin-bottom: 55px;
}
.sub2_notice div {
  position: relative;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
}
.sub2_notice div a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  text-align: center;
}
.sub2_notice div a:after {
  content: "\f106";
  font-size: 25px;
  color: #ea5500;
  line-height: 38px;
}
.sub2_notice div a:hover:after {
  content: "\f107";
}
.sub2_notice div h2 {
  font-size: 15px;
  color: #ea5500;
  line-height: 38px;
}
.sub2_notice div h2:before {
  content: "\f0a2";
  margin: 0 5px;
}
.sub2_notice div ul:target {
  display: block;
}
.sub2_notice div ul {
  display: none;
  padding: 12px 15px 10px 15px;
  border-top: 1px solid #959595;
  background: #f7f3ed;
}
.sub2_notice div ul li {
  padding-bottom: 5px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  letter-spacing: -1.5px;
}
.sub2_notice div ul li:before {
  content: url(../images/ico_tab.png);
  margin-right: 2px;
}
