/*공통 폰트 관련 css*/
  .Noto{
   font-family: 'Noto Sans KR', sans-serif;
  }
  
  .m_font1{
    font-size:0.8em;
  }

  .font_b{
    font-weight: bold;
  }

  .font-w300{
   font-weight: 300;
  }

.font-mark{
  background: url(../images/s_point.png)no-repeat;
  background-size: 0.4rem;
  padding-left: 0.3rem;
  background-position: top left;
}

/*atx 주문안내 관련 css*/

.btn-t2{
    border: 0;
    background-color: #f27549;
    color: white;
	font-weight: 500;
}


.btn-t3{
    border: 0;
    background-color: #0d8ab6;
    color: white;
	font-weight: 500;
}


/*거래신청 관련 css*/
.tab_li{
	width: 50%;
    text-align: center;
    font-size: .75em;
    background-color: #909696;
}

.tab_li>a{
 color:white;
}

.tab_li>a:hover{
 font-weight: bold;
 color:white;
}

.tab_li .nav-link.active{
color:white !important;
 background-color: #2b77bd !important;
 font-weight: bold;
 position: relative;/*이렇게 설정해야 .active 따라 이동함*/
}

/*bottom arrow*/
.tab_li .nav-link.active:after{
 content:"";
 position: absolute;
 left: 41%;
 top: 95%;
 border-left: 0.8em solid transparent;
 border-right: 0.8em solid transparent;
 border-top: 1em solid #2b77bd;
 z-index:10;
}


/*tab menu*/
.nav-tabs{
 border: 0 !important;
}

.nav-tabs .nav-link{
 border: 0 !important;
 border-top-left-radius: 0rem !important;
 border-top-right-radius: 0rem !important;
}

.btn-t2{
    border: 0;
    background-color: #f27549;
    color: white;
	font-weight: 500;
}


.btn-t3{
    border: 0;
    background-color: #0d8ab6;
    color: white;
	font-weight: 500;
}