/* layout */
#container {
  padding-top: 160px;
}
.contents {
  position: relative;
  width: 1060px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 30px 100px;
  transition: 0.4s;
  transform: translateY(50px);
  opacity: 0;
}
.contents.on {
  transform: translateY(0);
  opacity: 1;
}
/* title */
.title_main {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
.title_sub {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.title_sub2 {
  margin: 30px 0 15px;
  font-size: 18px;
  font-weight: 600;
  color: #616161;
}
.title_sub + .title_sub2 {
  margin-top: 0;
}

/* table */
.table_wrap {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
}
.table_wrap table {
  min-width: 676px;
}
.list_table {
  width: 100%;
  border-top: 2px solid #cecece;
}
.list_table th {
  padding: 8px 0;
  border-bottom: 1px solid #cecece;
  background: #f1f1f1;
  text-align: center;
  font-size: 14px;
  color: #656565;
  font-weight: 600;
}
.list_table td {
  padding: 8px 0;
  border-bottom: 1px solid #cecece;
  text-align: center;
  font-size: 14px;
  color: #656565;
  font-weight: 500;
}
.view_table {
  width: 100%;
  border-top: 2px solid #cecece;
}
.view_table thead th {
  padding: 10px 0;
}
.view_table th {
  border-bottom: 1px solid #cecece;
  background: #f1f1f1;
  text-align: center;
  font-size: 15px;
  color: #656565;
  font-weight: 600;
}
.view_table th.req:after {
  content: "*";
  margin-left: 5px;
  color: #d79350;
  font-weight: 700;
}
.view_table td {
  padding: 15px;
  border-bottom: 1px solid #cecece;
  font-size: 15px;
  color: #656565;
  font-weight: 500;
}

/* etc */
.pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.pagination a {
  display: inline-block;
  padding: 7px 10px;
  font-size: 14px;
  color: #646464;
  letter-spacing: -2px;
}
.pagination a:hover,
.pagination a.on {
  color: #e51010;
  font-weight: 700;
}
.deposit {
  color: #e51010 !important;
}
.withdraw {
  color: #77a2f1 !important;
}
em.state {
  display: inline-block;
  min-width: 40px;
  height: 18px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 0 5px;
  background: #acacac;
  border-radius: 5px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
em.state.ing {
  background: #98cf21;
}
em.state.conform {
  background: #e51010;
}
.no_data {
  padding: 50px 0 !important;
  text-align: center;
  font-size: 18px !important;
  opacity: 0.8;
}
.no_data:before {
  content: "";
  display: block;
  height: 67px;
  margin: 0 auto 40px;
  background: url(../img/logo_foot.png) no-repeat center;
  opacity: 0.3;
}

/* tab */
.tab_area {
  position: relative;
}
.tab_area .ct {
  display: None;
}
.tab_area .tab + .ct {
  display: block;
}

#pop_deposit_won dl {
  padding: 25px 15px;
  background: #f5f5f5;
}
#pop_deposit_won dl dt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
#pop_deposit_won dl dd {
  font-size: 13px;
  color: #d79350;
  text-indent: -9px;
  padding-left: 9px;
  font-weight: 600;
}

/* COMPANY */
#info h3 {
  margin: 50px 0;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  opacity: 0.8;
}
#info h3 b {
  display: block;
  font-size: 30px;
}
#info p {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
}
#info p.btn_c {
  margin-bottom: 70px;
}

#type ul {
  display: flex;
  gap: 30px;
}
#type ul li {
  flex: 1;
  min-width: 0;
  padding: 30px 30px 47px;
  border-radius: 10px;
  background: #e8e8e8 url(../img/info/type1.png) no-repeat right bottom;
  transition: 0.3s;
}
#type ul li h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 16px;
  color: #7d7b7b;
  line-height: 1.3em;
}
#type ul li h3 b {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
#type ul li h3 b small {
  display: inline-block;
  margin-top: 2px;
  font-size: 16px;
  vertical-align: top;
}
#type ul li dl {
  margin-bottom: 25px;
}
#type ul li dt {
  font-size: 14px;
  color: #7d7b7b;
}
#type ul li dd {
  font-size: 17px;
  color: #000;
}
#type ul li a {
  display: block;
  width: 280px;
  max-width: 100%;
  height: 42px;
  line-height: 42px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 600;
  transition: 0.3s;
}
#type ul li:hover {
  background-color: #fff;
}
#type ul li:hover a {
  background: #e51010;
  border-color: #e51010;
  color: #fff;
}
#type ul li:nth-child(2) {
  background-image: url(../img/info/type2.png);
}
#type ul.platform_main li {
  height: 480px;
  position: Relative;
}
#type ul.platform_main li:nth-child(1) {
  background-image: url(../img/platform/main1.png);
}
#type ul.platform_main li:nth-child(2) {
  background-image: url(../img/platform/main2.png);
}
#type ul.platform_main li:nth-child(3) {
  background-image: url(../img/platform/main3.png);
}
#type ul.platform_main h3 {
  font-size: 18px;
  color: #433f3f;
}
#type ul.platform_main h3 span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #7d7b7b;
}
#type ul.platform_main a {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
#pop_email h2 {
  font-size: 18px;
  line-height: 1.3em;
}

/* MARKET */
#trade .intro h3 {
  margin-bottom: 0;
  text-align: center;
}
#trade .intro p {
  margin: 15px 0 30px;
  text-align: center;
  letter-spacing: -0.5px;
}
#trade .intro ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 90px;
  justify-content: space-between;
  align-content: baseline;
  height: 703px;
  box-sizing: border-box;
  padding-top: 50px;
  background: url(../img/trade/bg1.jpg) no-repeat center 30px;
}
#trade .intro ul li {
  /*position:absolute;*/
  flex: none;
  display: inline-block;
  width: 200px;
  height: 200px;
  box-sizing: Border-box;
  padding: 0 10px;
  background: rgba(251, 226, 166, 0.9);
  border-radius: 50%;
  text-align: center;
}
#trade .intro ul li dl {
  padding: 10px 0;
}
#trade .intro ul li dl dt {
  margin-bottom: 5px;
}
#trade .intro ul li dl dt b {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
}
#trade .intro ul li dl dt b:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #f99324;
  border-radius: 3px;
}
#trade .intro ul li dl dt b:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  display: block;
  width: 33px;
  height: 29px;
  background: url(../img/trade/pancil1.png);
}
#trade .intro ul li dl dd {
  font-size: 19px;
  color: #ff8500;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2em;
}
#trade .intro ul li dl dd + dd {
  margin-top: 5px;
  font-size: 13px;
  color: #000 !important;
  line-height: 1.2em;
  font-weight: 600;
}
#trade .intro ul li dl dd span {
  font-weight: 700;
  display: block;
  line-height: 1.2em;
}
#trade .intro ul li {
  transition: 0.4s;
  transform: scale(0.5);
  opacity: 0;
}
#trade .intro ul li:nth-child(1) {
  transition-delay: 0.1s;
}
#trade .intro ul li:nth-child(2) {
  margin-top: -50px;
  transition-delay: 0.2s;
}
#trade .intro ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#trade .intro ul li:nth-child(4) {
  transition-delay: 0.4s;
}
#trade .intro ul li:nth-child(5) {
  margin-top: 50px;
  transition-delay: 0.5s;
}
#trade .intro ul li:nth-child(6) {
  transition-delay: 0.6s;
}
#trade.on .intro ul li {
  transform: scale(1);
  opacity: 1;
}

#trade .intro.overseas ul {
  background-image: url(../img/trade/bg2.jpg);
}
#trade .intro.overseas ul li {
  background: rgba(214, 228, 201, 0.9);
}
#trade .intro.overseas ul li dt b:before {
  background: #6ea341;
}
#trade .intro.overseas ul li dt b:after {
  background-image: url(../img/trade/pancil2.png);
}
#trade .intro.overseas ul li dd {
  color: #519e45;
}
#trade .intro.overseas ul li:nth-child(6) dt + dd {
  font-size: 20px;
  letter-spacing: -1px;
}

#trade .tab {
  display: flex;
  gap: 1px;
  align-items: center;
}
#trade .tab li {
  flex: 1;
}
#trade .tab li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  border: 2px solid #e51010;
  border-radius: 8px;
  background: #e51010;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
#trade .tab li a.on {
  border-color: #000;
  background: #fff;
  color: #000;
}
#trade .tab li a.on:after {
  content: "▼";
  margin-left: 5px;
  font-size: 11px;
}
#trade .cfd_ct div {
  position: relative;
  padding-top: 70px;
}
#trade .cfd_ct div h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #323232;
}
#trade .cfd_ct div h5 {
  margin: 20px 0 5px;
  font-size: 18px;
  font-weight: 600;
  color: #323232;
}
#trade .cfd_ct div.stock_txt p {
  position: relative;
  margin: 0 0 0 10px;
  padding-left: 10px;
}
#trade .cfd_ct div.stock_txt p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333;
}
#trade .cfd_ct div p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  letter-spacing: -0.5px;
}
#trade .cfd_ct div.info h4,
#trade .cfd_ct div.info p {
  color: #e51010;
}
#trade .cfd_ct div.stock ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 20px;
  padding: 20px 0;
}
#trade .cfd_ct div.stock ul li > a,
#trade .cfd_ct div.stock ul li > span {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 15px;
  line-height: 1.2em;
}
#trade .cfd_ct div.stock ul li img {
}
#trade .cfd_ct div.platform ul {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 30px 0;
}
#trade .cfd_ct div.platform ul li {
  flex: 1;
  position: relative;
  padding-bottom: 35px;
  background: #e8e8e8;
  border-radius: 40px;
}
#trade .cfd_ct div.platform ul li:before {
  content: "";
  display: block;
  width: 156px;
  height: 156px;
  margin: -25px auto 0;
  background: url(../img/platform/pc11.png) no-repeat center;
  background-size: 100% auto;
}
#trade .cfd_ct div.platform ul li:after {
  content: "";
  display: block;
  width: 156px;
  height: 156px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -73px;
  background: url(../img/platform/graph1.png) no-repeat center;
  background-size: 100% auto;
}
#trade .cfd_ct div.platform ul li:nth-child(2):before {
  background-image: url(../img/platform/pc2.png);
}
#trade .cfd_ct div.platform ul li:nth-child(3):before {
  background-image: url(../img/platform/pc3.png);
}
#trade .cfd_ct div.platform ul li:nth-child(2):after {
  background-image: url(../img/platform/graph2.png);
  width: 75px;
  height: 85px;
  margin-left: -35px;
}
#trade .cfd_ct div.platform ul li:nth-child(3):after {
  background-image: url(../img/platform/graph3.png);
  width: 75px;
  height: 85px;
  margin-left: -35px;
}
#trade .cfd_ct div.platform ul li p {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #a7a7a7;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #a7a7a7;
  letter-spacing: 0;
  z-index: 1;
}
#trade .cfd_ct div.platform ul li p:after {
  content: "Off";
  display: block;
  width: 30px;
  height: 13px;
  line-height: 13px;
  margin: 1px auto 0;
  border: 1px solid #a7a7a7;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  color: #a7a7a7;
}
#trade .cfd_ct div.platform ul li p.on {
  border-color: #e51010;
  background: #e51010;
  color: #fff;
}
#trade .cfd_ct div.platform ul li p.on:after {
  content: "On";
  border-color: #fff;
  background: #fff;
  color: #ffa200;
}
#trade .cfd_ct table {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #e51010;
}
#trade .cfd_ct table th {
  padding: 10px 20px;
  background: #eee;
  border-bottom: 1px solid #cecece;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}
#trade .cfd_ct table td {
  padding: 10px 20px;
  border-bottom: 1px solid #cecece;
  font-size: 14px;
}
#trade .cfd_ct .table_wrap {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  padding-top: 0;
}
#trade .cfd_ct .table_wrap table {
  min-width: 1000px;
}

#trade .stock_table div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 0;
}
#trade .stock_table div dl {
  border: 1px solid #cecece;
  background: #fff;
  padding-bottom: 10px;
}
#trade .stock_table div dl dt {
  height: 38px;
  line-height: 37px;
  margin-bottom: 8px;
  background: #f1f1f1;
  border-bottom: 1px solid #cecece;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
#trade .stock_table div dl dd {
  padding: 2px 12px;
  font-size: 14px;
}
#trade .stock_table div dl:nth-child(5) {
  grid-row: 1 / span 2;
  grid-column-start: 3;
}

/* PLATFORM */
#platform ul {
  display: flex;
  gap: 19px;
}
#platform ul li {
  flex: 1;
  text-align: center;
  transition: 0.4s;
  transform: translateY(50px);
  opacity: 0;
}
#platform ul li h3 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
#platform ul li dl {
  position: relative;
  padding: 30px 20px 200px;
  margin-bottom: 40px;
  background: #e8e8e8;
  border-radius: 10px;
}
#platform ul li dl dt {
  font-size: 22px;
  font-weight: 600;
}
#platform ul li dl dd {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}
#platform ul li dl dd a {
  display: block;
  color: #af8103;
  text-decoration: underline;
}
#platform ul li dl dd small {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
#platform ul li dl:before,
#platform ul li dl:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  display: block;
  width: 100%;
  height: 195px;
  background: url(../img/platform/pc11.png) no-repeat center;
}
#platform ul li dl:after {
  transition: 0.4s;
  transform: translateY(-10px);
  opacity: 0;
  transition-delay: 0.5s;
}
#platform ul li:nth-child(2) {
  transition-delay: 0.2s;
}
#platform ul li:nth-child(2) dl:after {
  transition-delay: 0.6s;
}
#platform ul li:nth-child(3) {
  transition-delay: 0.4s;
}
#platform ul li:nth-child(3) dl:after {
  transition-delay: 0.7s;
}
#platform ul li:nth-child(2) dl:before {
  background-image: url(../img/platform/pc2.png);
}
#platform ul li:nth-child(3) dl:before {
  background-image: url(../img/platform/pc3.png);
}
#platform ul li:nth-child(1) dl:after {
  background-image: url(../img/platform/graph1.png);
}
#platform ul li:nth-child(2) dl:after {
  background-image: url(../img/platform/graph2.png);
}
#platform ul li:nth-child(3) dl:after {
  background-image: url(../img/platform/graph3.png);
}
#platform.on ul li,
#platform.on ul li dl:after {
  transform: translateY(0);
  opacity: 1;
}

#platform ul li .btn_r {
  width: 280px;
  height: 45px;
  line-height: 42px;
  font-size: 16px;
  color: #a0a0a0;
}
#platform ul li .btn_r:hover {
  border-color: #e51010;
  background: #e51010;
  color: #000;
}
#platform ul + p {
  margin-top: 100px;
  text-align: center;
  font-size: 15px;
  color: #cd1717;
  font-weight: 500;
}

#platform_sub h2 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
}
#platform_sub .title_sub {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
#platform_sub .title_sub b {
  display: block;
  color: #b28301;
  font-weight: 600;
}
#platform_sub .info {
  position: relative;
  display: flex;
  padding: 66px 66px 100px;
  margin-bottom: 180px;
  background: #e8e8e8;
  border-radius: 300px;
}
#platform_sub .info ul {
  margin-left: auto;
  width: 380px;
}
#platform_sub .info ul li {
  padding-left: 30px;
  margin: 7px 0;
  background: url(../img/platform/dot.png) no-repeat 0 0;
  font-size: 16px;
  font-weight: 600;
}
#platform_sub .info p {
  position: absolute;
  left: 60px;
  bottom: -60px;
  animation: bounce 1.5s linear infinite alternate;
}
#platform_sub .info p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/platform/ct_graph1.png) no-repeat 60% center;
  transition: 0.4s;
  transform: translateY(-10px);
  opacity: 0;
  transition-delay: 0.4s;
}
#platform_sub .info.mt5 p:after {
  background-image: url(../img/platform/ct_graph2.png);
}
#platform_sub .info.mtr p:after {
  background-image: url(../img/platform/ct_graph3.png);
}
#platform_sub .info.bo p:after {
  background-image: url(../img/platform/ct_graph4.png);
  background-position: right bottom;
}
@keyframes bounce {
  from {
    transform: translateY(-5px);
    opacity: 0.7;
  }
  30% {
    transform: translateY(0px);
  }
  to {
    transform: translateY(0px);
  }
}
#platform_sub .info .btn_r {
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 45px;
  line-height: 42px;
  margin-left: 80px;
  font-size: 16px;
}
#platform_sub .view_table td {
  padding: 10px 20px;
}
#platform_sub.on .info p:after {
  transform: translateY(0);
  opacity: 1;
}

/* SUPPORT */
#faq .util {
  position: absolute;
  right: 30px;
  margin-top: -70px;
  display: flex;
  gap: 10px;
  align-items: center;
}
#faq .util .search {
  position: relative;
}
#faq .util .search input.txt {
  width: 300px;
}
#faq .util .search button {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/btn/search.png) no-repeat center;
  background-size: 20px auto;
  font-size: 0;
}
#faq .tab {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
#faq .tab li {
  flex: 1;
}
#faq .tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 1.1em;
  background: #d5d5d5;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 14px;
  color: #878787;
  font-weight: 600;
}
#faq .tab li a:hover {
  color: #000;
}
#faq .tab li a.on {
  height: 50px;
  background: #e51010;
  color: #fff;
}
#faq .tab_area .ct {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
#faq .faq_list > li {
  border-bottom: 1px solid #cecece;
}
#faq .faq_list > li.no_data {
  border: 0;
}
#faq .faq_list > li > a {
  position: relative;
  display: block;
  padding: 20px 50px 20px 40px;
  font-size: 16px;
  font-weight: 500;
}
#faq .faq_list > li > a:before {
  content: "Q";
  position: absolute;
  left: 10px;
  top: 15px;
  color: #e51010;
  font-size: 20px;
  font-weight: 700;
}
#faq .faq_list > li > a:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-225deg);
  opacity: 0.7;
}
#faq .faq_list > li > a.open {
  font-weight: 600;
}
#faq .faq_list > li > a.open:after {
  transform: rotate(-44deg);
  margin-top: 5px;
  opacity: 1;
}
#faq .faq_list > li > div {
  display: none;
  padding: 20px 40px;
  background: #f1f1f1;
  font-size: 15px;
}
#faq .faq_list > li > div * {
  font-size: 15px;
  font-family: "bahnschrift", Sans-serif !important;
}

#legal ul.list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 19px;
}
#legal ul.list > li {
  position: relative;
  border-radius: 10px;
  padding: 20px;
  font-size: 15px;
  color: #7d7b7b;
  background: #e8e8e8 url(../img/support/legal1.jpg) no-repeat center bottom;
  background-size: cover;
}
#legal ul.list > li > a {
  display: block;
  height: 262px;
  box-sizing: border-box;
}
#legal ul.list > li b {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.5px;
  line-height: 1.3em;
}
#legal ul.list > li:hover:after {
  opacity: 0;
}
#legal ul.list > li:hover b {
  color: #e51010;
}
#legal ul.list > li:nth-child(2) {
  background-image: url(../img/support/legal2.jpg);
}
#legal ul.list > li:nth-child(3) {
  background-image: url(../img/support/legal3.jpg);
}
#legal ul.list > li:nth-child(4) {
  background-image: url(../img/support/legal4.jpg);
}
#legal ul.list > li:nth-child(5) {
  background-image: url(../img/support/legal5.jpg);
}
#legal ul.list > li:nth-child(6) {
  background-image: url(../img/support/legal6.jpg);
}
#legal ul.support > li > a {
  height: 220px;
}
#legal ul.support > li:nth-child(1) {
  background-image: url(../img/support/main1.jpg);
}
#legal ul.support > li:nth-child(2) {
  background-image: url(../img/support/main2.jpg);
}
#legal ul.support > li:nth-child(3) {
  background-image: url(../img/support/main3.jpg);
}
#legal ul.support > li:nth-child(4) {
  background-image: url(../img/support/main4.jpg);
}
#legal ul.support > li:nth-child(5) {
  background-image: url(../img/support/main5.jpg);
}
#legal ul.list > li:hover {
  background: #fff url(../img/hoer_arrow.png) no-repeat right 20px bottom 20px;
  color: #e51010;
}
#legal ul.list > li ul {
  margin-top: 10px;
}
#legal ul.list > li li {
  position: relative;
  padding-left: 10px;
}
#legal ul.list > li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  width: 3px;
  height: 3px;
  background: #555;
  border-radius: 50%;
}
#legal ul.list > li li a {
  display: inline-block;
  margin-top: 3px;
  font-size: 14px;
}
#legal ul.list > li li a:hover {
  text-decoration: underline;
}

#ib h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 36px;
}
#ib > ul {
  display: flex;
  gap: 44px;
}
#ib > ul > li {
  flex: 1;
  min-width: 0;
  padding: 30px 30px 37px;
  border-radius: 10px;
  background: #e8e8e8 url(../img/support/ib_bg11.png) no-repeat center bottom;
  transition: 0.3s;
}
#ib > ul > li:nth-child(2) {
  background-image: url(../img/support/ib_bg22.png);
}
#ib > ul > li:hover {
  background-color: #fff;
}
#ib > ul > li h4 {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c5c5c5;
  font-size: 18px;
  color: #433f3f;
}
#ib > ul > li h4 span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #7d7b7b;
  line-height: 1.3em;
  max-width: 418px;
}
#ib > ul > li h4 b {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  color: #000;
  line-height: 1.3em;
  font-weight: 500;
}
#ib > ul > li ul {
  min-height: 260px;
}
#ib > ul > li ul li {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
}
#ib > ul > li a {
  display: block;
  width: 320px;
  max-width: 100%;
  height: 42px;
  line-height: 42px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 600;
  transition: 0.3s;
}
#ib > ul > li:hover a {
  background: #e51010;
  color: #fff;
}

.edu_wrap:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.edu_wrap .list {
  float: left;
  width: calc(100% - 330px);
}
.edu_wrap .list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 14px;
}
.edu_wrap .list ul li {
  background: #fff;
  border-radius: 10px;
  overflow: Hidden;
}
.edu_wrap .list ul li a {
  display: block;
}
.edu_wrap .list ul li img {
  width: 100%;
}
.edu_wrap .list dl {
  padding: 20px 26px;
}
.edu_wrap .list dl dt {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  line-height: 1.3em;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.edu_wrap .list dl dd {
  margin-bottom: 10px;
  font-size: 13px;
  color: #7d7b7b;
  line-height: 1.4em;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.edu_wrap .search {
  position: sticky;
  top: 145px;
  float: right;
  width: 316px;
  box-sizing: border-box;
  padding: 20px 23px;
  border-radius: 10px;
  background: #efefef;
}
.edu_wrap .search p {
  position: relative;
}
.edu_wrap .search p input.txt {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0 12px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  color: #000;
}
.edu_wrap .search p button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 35px;
  background: Url(../img/support/search.jpg) no-repeat center;
  font-size: 0;
}
.edu_wrap .search p a {
  font-size: 11px;
  color: #e51010;
  text-decoration: underline;
}
.edu_wrap .search dt {
  margin: 30px 0 5px;
  font-size: 11px;
  color: #aeacac;
}
.edu_wrap .search dd {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
}
.edu_wrap .search dd a {
  flex: none;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  background: #fff;
  border-radius: 20px;
  font-size: 12px;
  color: #333;
  font-style: normal;
}
.edu_wrap .search dd a.on {
  background: #e51010;
  color: #fff;
}
.edu_wrap .nav {
  position: sticky;
  top: 145px;
  float: left;
  width: 265px;
  box-sizing: border-box;
  padding: 20px 29px;
  border-radius: 10px;
  background: #efefef;
}
.edu_wrap .nav h3 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}
.edu_wrap .nav dl a {
  display: inline-block;
  margin: 15px 0 0 0;
  font-size: 13px;
  color: #aeacac;
  line-height: 1.3em;
}
.edu_wrap .nav dl a.on {
  color: #e51010;
}
.edu_wrap .view {
  float: right;
  width: calc(100% - 285px);
  background: #fff;
  border-radius: 10px;
}
.edu_wrap .view > div {
  padding: 0 27px 27px;
  overflow: hidden;
}
.edu_wrap .view > div h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}
.edu_wrap .view > div p {
  font-size: 13px;
  color: #7d7b7b;
}
.edu_wrap .view > div .list_txt > li {
  font-size: 13px;
  color: #7d7b7b;
  text-indent: -13px;
  padding-left: 13px;
}
.edu_wrap .view > div .list_txt > li + li {
  margin-top: 5px;
}
.edu_wrap .view > div .list_dot > li {
  position: relative;
  font-size: 13px;
  color: #7d7b7b;
  text-indent: 0;
  padding-left: 13px;
}
.edu_wrap .view > div .list_dot > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 3px;
  height: 3px;
  background: #7d7b7b;
  border-radius: 50%;
}
.edu_wrap .view > div .list_dash > li {
  position: relative;
  font-size: 13px;
  color: #7d7b7b;
  text-indent: 0;
  padding-left: 13px;
}
.edu_wrap .view > div .list_dash > li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.edu_wrap .view > div ul + ul {
  margin-top: 5px;
}
.edu_wrap .view .main {
  padding: 0;
}
.edu_wrap .view .main dl {
  padding: 27px;
}
.edu_wrap .view .main dl dt {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.edu_wrap .view .main dl dd {
  font-size: 16px;
}
.edu_wrap .view .txt {
  font-size: 16px;
  color: #000;
}
.edu_wrap .view .img {
  margin-top: 20px;
}
.edu_wrap .view .float_right {
  float: right;
  margin: 0 0 0 20px;
  max-width: 50%;
}
.edu_wrap .view table {
  width: 100%;
}
.edu_wrap .view table thead th {
  background: #d8d8d8;
  text-align: left;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
}
.edu_wrap .view table tbody th {
  border: 1px solid #d7d7d7;
  background: #f3f3f3;
  text-align: left;
  padding: 8px 15px;
  font-size: 13px;
  color: #7d7b7b;
}
.edu_wrap .view table tbody td {
  border: 1px solid #d7d7d7;
  text-align: left;
  padding: 8px 15px;
  font-size: 13px;
  color: #7d7b7b;
}

#methods h3 {
  padding-bottom: 370px;
  background: url(../img/support/methods.png) no-repeat center bottom;
  text-align: center;
  font-size: 14px;
  color: #433f3f;
}
#methods h3 b {
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
.methods_list {
  position: Relative;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  transition: 0.3s;
}
.methods_list + .methods_list {
  border-top: 0;
}
.methods_list h4 {
  position: relative;
  height: 49px;
  line-height: 49px;
  padding: 0 20px;
  font-size: 15px;
  color: #433f3f;
  font-weight: 500;
  cursor: pointer;
}
.methods_list h4:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.methods_list > div {
  display: none;
  padding: 0 20px;
}
.methods_list > div p {
  margin: 0 0 30px 0;
  font-size: 12px;
  color: #e51010;
}
.methods_list > div table {
  width: 100%;
}
.methods_list > div table th,
.methods_list > div table td {
  border-top: 1px solid #ebebeb;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  line-height: 1.3em;
}
.methods_list > div table thead th {
  font-weight: 600;
  color: #000;
  border-top: 0;
  font-size: 15px;
}
.methods_list > div table tbody th {
  width: 140px;
  padding: 10px 0;
  text-align: center;
  font-size: 0;
}
.methods_list.open {
  padding: 10px 0;
  background: #fff;
}
.methods_list.open h4 {
  font-weight: 600;
  color: #e51010;
}
.methods_list.open h4:after {
  transform: rotate(-226deg);
}

.policy .ct {
  position: relative;
  margin-top: 20px;
}
.policy .ct * {
  font-size: 13px;
  color: #7d7b7b;
}
.policy .ct h3 {
  font-size: 15px;
  color: #000;
}
.policy .ct h4 {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
.policy .ct p,
.policy .ct ul,
.policy .ct div {
  margin-top: 10px;
}
.policy .ct p.img {
  text-align: center;
}
.policy .ct .table_wrap {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
}
.policy .ct .table_wrap table {
  min-width: 1000px;
}
.policy .ct table {
  border: 1px solid #ddd;
}
.policy .ct table td {
  padding: 10px;
  border: 1px solid #d7d7d7;
  text-align: left;
}
.policy .ct table th {
  padding: 10px;
  border: 1px solid #d7d7d7;
  background: #f1f1f1;
  text-align: center;
  color: #000;
}
.policy .ct .list_dot {
  text-indent: -10px;
  padding-left: 10px;
}
.policy .ct .list_num {
  text-indent: -18px;
  padding-left: 18px;
}

/* MY ACCOUNT */
#account .summary {
  position: relative;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto 54px;
  padding: 0 39px 25px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}
#account .summary h3 {
  padding: 20px 0 10px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 20px;
  font-weight: 700;
}
#account .summary time {
  position: absolute;
  top: 20px;
  right: 39px;
  font-size: 14px;
}
#account .summary dt {
  padding: 20px 0;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
}
#account .summary dd {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#account .summary ul {
  margin-top: 15px;
}
#account .summary li {
  font-size: 13px;
  color: #d79350;
  font-weight: 600;
}
#account .account_tab {
  position: relative;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto 34px;
}
#account .account_tab .tab {
  display: flex;
  align-items: flex-end;
}
#account .account_tab .tab li {
  flex: 1;
}
#account .account_tab .tab li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #d5d5d5;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 16px;
  color: #878787;
  font-weight: 600;
}
#account .account_tab .tab li a:hover {
  color: #000;
}
#account .account_tab .tab li a.on {
  height: 60px;
  line-height: 60px;
  background: #e51010;
  font-size: 18px;
  color: #000;
}
#account .account_tab form {
  position: relative;
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #e51010;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 34px;
}
#account .account_tab .ct h3 {
  display: none;
}
#account .account_tab .ct dl {
  flex: 1;
  text-align: center;
}
#account .account_tab .ct dl.total {
  flex: none;
  width: 140px;
}
#account .account_tab .ct dl dt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#account .account_tab .ct dl dd {
  font-size: 24px;
  font-weight: 600;
}
#account .account_tab .ct dl dd select,
#account .account_tab .ct dl dd input.txt {
  font-weight: 600;
  font-size: 18px;
}
#account .account_tab .ct dl dd input.txt {
  background: #ebebeb;
  text-align: right;
}
#account .account_tab .ct dl dd input.txt::placeholder {
  font-size: 14px;
  text-align: center;
  color: #a0a0a0;
}
#account .account_tab .ct dl + span {
  flex: none;
  width: 120px;
  height: 17px;
  background: url(../img/account/arrow.png) no-repeat center;
  font-size: 0;
}
#account .account_tab .ct .btn_c {
  margin-top: 20px;
}

@media (max-width: 1400px) {
  #info p br {
    display: none;
  }
}

@media (max-width: 1024px) {
  #container {
    padding-top: 80px;
  }
  .contents {
    padding: 30px 30px 80px;
  }

  /* title */
  .title_main {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .title_sub {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .title_sub2 {
    margin: 20px 0 10px;
    font-size: 17px;
  }

  /* COMPANY */

  /* MARKET */

  /* PLATFORM */
  #platform ul {
    display: block;
  }
  #platform ul li + li {
    margin-top: 50px;
  }
  #platform ul li dd br {
    display: none;
  }

  #platform_sub .info {
    display: block;
    padding: 50px 0;
    margin-bottom: 100px;
    text-align: center;
    border-radius: 50px;
  }
  #platform_sub .info ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    width: auto;
  }
  #platform_sub .info .btn_r {
    position: relative;
    display: block;
    width: 310px;
    max-width: 100%;
    bottom: 0;
    left: 0;
    margin: 20px auto 0;
  }
  #platform_sub .info p {
    left: -20px;
  }
  #platform_sub .info p img {
    width: auto;
    height: 200px;
  }
  #platform_sub .info p:after {
    background-size: 60% auto;
  }

  /* SUPPORT */
  #faq .util {
    margin-top: -58px;
  }
  #legal ul.list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
  #ib > ul {
    display: block;
  }
  #ib > ul > li + li {
    margin-top: 40px;
  }
  #ib > ul > li ul {
    min-height: 50px;
  }
  #ib > ul > li h4 span {
    max-width: 100%;
  }
  .edu_wrap .list,
  .edu_wrap .search,
  .edu_wrap .nav,
  .edu_wrap .view {
    float: none;
    width: 100%;
    position: relative;
    top: 0;
  }
  .edu_wrap .search,
  .edu_wrap .nav {
    margin-bottom: 20px;
  }
  .edu_wrap .search dt {
    margin-top: 20px;
  }
  .edu_wrap .nav h3 {
    margin-bottom: 10px;
  }
  #methods h3 {
    padding-bottom: 240px;
    background-size: auto 250px;
  }
  .methods_list > div table thead {
    display: none;
  }
  .methods_list > div table tbody,
  .methods_list > div table tr,
  .methods_list > div table tr th,
  .methods_list > div table tr td {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .methods_list > div table tr {
    background: #f9f9f9;
    margin-bottom: 10px;
    padding: 10px;
  }
  .methods_list > div table tr th img {
    max-width: 150px;
  }
  .methods_list > div table tr td {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 8px 5px;
    text-align: right;
    border-top: 1px dashed #ddd;
    font-size: 13px;
  }
  .methods_list > div table tr td:before {
    text-align: left;
    flex: none;
    width: 50%;
  }
  .methods_list > div table tr td:nth-child(2):before {
    content: "Currencies";
  }
  .methods_list > div table tr td:nth-child(3):before {
    content: "Min-max deposit";
  }
  .methods_list > div table tr td:nth-child(4):before {
    content: "Min-max withdrawal";
  }
  .methods_list > div table tr td:nth-child(5):before {
    content: "Deposit processing time";
  }
  .methods_list > div table tr td:nth-child(6):before {
    content: "Withdrawal processing time";
  }

  /* MY ACCOUNT */
}

@media (max-width: 824px) {
  /* MARKET */
  #trade .intro ul {
    gap: 50px 10px;
  }
  #trade .cfd_ct div.stock ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  #container {
    padding-top: 60px;
  }
  .contents {
    padding: 30px 20px 50px;
  }

  /* title */
  .title_main {
    font-size: 22px;
  }

  /* etc */
  .no_data:before {
    height: 40px;
    margin-bottom: 20px;
    background-size: auto 100%;
  }
  .no_data {
    font-size: 16px !important;
  }

  /* COMPANY */
  #info h3 {
    margin: 35px 0;
    font-size: 18px;
  }
  #info h3 b {
    font-size: 25px;
  }
  #info .img2 {
    width: 180px;
    margin: 0 auto;
  }

  #type ul {
    display: block;
  }
  #type ul li {
    background-size: 100% auto;
  }
  #type ul li + li {
    margin-top: 20px;
  }
  #type ul.platform_main li {
    height: auto;
    min-height: 340px;
  }
  #type ul.platform_main li a {
    background: #e51010;
    border-color: #e51010;
    color: #000;
    max-width: 90%;
  }

  /* MARKET */
  #trade .intro ul {
    height: auto;
    background-size: 320px auto;
    background-position: center 0;
    padding: 356px 0 50px;
    display: block;
  }
  #trade .intro ul li {
    width: 100%;
    height: auto;
    border-radius: 40px;
    margin: 0 0 10px !important;
  }
  #trade .intro ul li dl {
    padding: 20px;
  }
  #trade .intro ul li dd br {
    display: none;
  }
  #trade .tab {
    gap: 0;
    flex-wrap: wrap;
  }
  #trade .tab li {
    flex: none;
    width: 50%;
    box-sizing: border-box;
    padding: 2px;
  }
  #trade .cfd_ct div {
    padding-top: 40px;
  }
  #trade .cfd_ct div.stock ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #trade .cfd_ct div.platform ul {
    display: block;
    padding: 20px 0;
  }
  #trade .cfd_ct div.platform ul li {
    margin: 30px 0 80px;
    padding: 1px 0 30px;
  }
  #trade .stock_table div {
    padding-top: 0;
    display: block;
  }
  #trade .stock_table div dl {
    margin-bottom: 8px;
  }

  /* PLATFORM */
  #platform ul li h3 {
    font-size: 35px;
  }
  #platform ul li dl dd {
    margin-top: 15px;
    font-size: 15px;
  }
  #platform ul li .btn_r {
    border-color: #e51010;
    background: #e51010;
    color: #000;
  }
  #platform ul + p {
    margin-top: 50px;
  }
  #platform_sub h2 {
    font-size: 35px;
  }
  #platform_sub .title_sub {
    font-size: 16px;
  }
  #platform_sub .info {
    border-radius: 20px;
    padding: 25px;
  }
  #platform_sub .info ul li {
    padding-left: 22px;
    font-size: 15px;
    background-size: 13px auto;
    background-position: 0 4px;
  }
  #platform_sub .info p {
    bottom: -100px;
  }
  #platform_sub .info p img {
    height: 140px;
  }
  #platform_sub .info.mt5 {
    margin: 100px 0 40px;
  }
  #platform_sub .info.mt5 p {
    left: auto;
    right: 0;
    bottom: auto;
    top: -100px;
  }
  #platform_sub .info.mt5 p img {
    transform: rotate(20deg);
  }
  #platform_sub .info.mtr p {
    left: auto;
    right: 0;
  }
  #platform_sub .info.mtr p img {
    transform: rotate(20deg);
  }
  #platform_sub .view_table th {
    padding: 0 5px;
    word-break: break-word;
  }

  /* SUPPORT */
  #faq .util {
    position: Relative;
    right: 0;
    margin: 0 0 20px;
  }
  #faq .util .search {
    flex: 1;
  }
  #faq .util .search input.txt {
    width: 100%;
  }
  #faq .tab {
    overflow: auto;
  }
  #faq .tab li a {
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
  }
  #faq .tab li a.on {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #faq .tab_area .ct {
    padding: 15px;
  }
  #faq .faq_list > li > a {
    padding: 15px 40px 15px 40px;
    font-size: 15px;
  }
  #faq .faq_list > li > a:before {
    top: 10px;
  }
  #faq .faq_list > li > a:after {
    top: 18px;
  }
  #faq .faq_list > li > div {
    padding: 15px;
  }

  #legal ul.list {
    display: block;
  }
  #legal ul.list > li {
    margin-bottom: 10px;
    background: #fff url(../img/hoer_arrow.png) no-repeat right 20px bottom 20px !important;
  }
  #legal ul.list > li > a {
    height: 120px;
  }
  #legal ul.list > li:after {
    height: 67px;
  }
  #legal ul.list > li {
    font-size: 14px;
  }
  #legal ul.list > li b {
    font-size: 19px;
  }

  #ib h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  #ib > ul > li {
    background-size: 100px auto;
    background-position: right bottom 90px;
  }

  .edu_wrap .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .edu_wrap .view .main dl dt {
    font-size: 22px;
    line-height: 1.3em;
  }
  .edu_wrap .view .main dl dd {
    font-size: 15px;
  }
  .edu_wrap .view > div h3 {
    font-size: 18px;
  }

  /* MY ACCOUNT */
  #account .summary {
    padding: 0 20px 20px;
    margin-bottom: 0;
  }
  #account .summary dt {
    font-size: 40px;
  }
  #account .summary time {
    right: 20px;
  }
  #account .account_tab .tab {
    display: None;
  }
  #account .account_tab .ct {
    display: block !important;
    margin-top: 35px;
  }
  #account .account_tab .ct h3 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #e51010;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 600;
  }
  #account .account_tab form {
    padding: 20px 15px;
    gap: 0 10px;
  }
  #account .account_tab .ct dl dt {
    margin-bottom: 3px;
    font-size: 15px;
  }
  #account .account_tab .ct dl.total {
    width: 100%;
  }
  #account .account_tab .ct dl.total dd b {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #eee;
    border-radius: 30px;
    padding: 0 25px;
    font-size: 28px;
  }
  #account .account_tab #account1 dl.total:after,
  #account .account_tab #account2 dl.total:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 13px auto 5px;
    background: url(../img/account/arrow.png) no-repeat right center;
    transform: rotate(90deg);
  }
  #account .account_tab .ct dl + span {
    display: none;
  }
  #account .account_tab .ct dl dd select,
  #account .account_tab .ct dl dd input.txt {
    font-size: 16px;
  }
  #account .account_tab .ct .btn_c {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
}
