
/*********************************************************************************************
              Sub Contents Style css
                        *** list View style ***
*****************************/
.sub-wrapper .content .service-wrap {
  margin: 0px; padding: 0;
}
.service-wrap .bbs-list > ul > li.number {
  width: 7%;
}
.service-wrap .bbs-list > ul > li.subject {
  width: 83%;
}
.service-wrap .bbs-list > ul > li.date-regtt {
  width: 10%;
}

.service-wrap .bbs-evt-list > ul > li.number {
  width: 7%;
}
.service-wrap .bbs-evt-list > ul > li.subject {
  width: 50%;
}
.service-wrap .bbs-evt-list > ul > li.evet-date {
  width: 21%;
}
.service-wrap .bbs-evt-list > ul > li.evet-fract {
  width: 12%;
}
.service-wrap .bbs-evt-list > ul > li.date-regtt {
  width: 10%;
}
.service-wrap .bbs-evt-list > ul > li.evet-fract span.end {
  color: var(--bis-color-red); font-weight: 700;
}


/*********************************************************************************************
              Sub Contents Style css
                        *** FAQ style ***
*****************************/

.service-wrap .accordion-wrap {
  display: block;
  margin-top: 50px;
}
.service-wrap .accordion-wrap .acdnItem .acdnItemHeading {
  padding: 20px 30px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid var(--bis-color-light-gray);
}
.service-wrap .accordion-wrap .acdnItem:first-child {  
  border-top: 3px solid var(--bis-color-black);
}
.service-wrap .accordion-wrap .acdnItem .acdnItemHeading > span {
  position: relative;
  display: inline-block;
  width: 40px; height: 40px;
}
.service-wrap .accordion-wrap .acdnItem .acdnItemHeading > span:after {
  background-color: var(--bis-color-blue);
  border-radius: 50%;
}
.service-wrap .accordion-wrap .acdnItem .acdnItemHeading > span.icon-Q:before {
  content: "Q";
  color: var(--bis-color-white); font-size: var(--bis-font-size-22); font-weight: 700;
  width: auto; height: auto;
}
.service-wrap .accordion-wrap .acdnItem .acdnItemHeading > button {
  top: 50%; right: 30px;
  width: 32px; height: 32px;
  vertical-align: top;
  transform: rotate( 0deg ) translate(0%, -50%);
}

.service-wrap .accordion-wrap .acdnItem .acdnItemHeading > strong {
  display: inline-block;
  font-size: var(--bis-font-size-22); font-weight: 700; line-height: 40px;
  padding: 0 0 0 20px; 
  vertical-align: top;
}
.service-wrap .accordion-wrap .service-wrap .accordion-wrap .open .acdnItemHeading {
  border: 0px;
  border-bottom: 1px solid var(--bis-color-light-gray);
  border-radius: 0px;
}
.service-wrap .accordion-wrap .open .acdnItemHeading strong {
  color: var(--bis-color-black);
}
.service-wrap .accordion-wrap .open .acdnItemHeading > button {
  display: inline-block;
  transform: rotate( 180deg ) translate(0%, 50%);
  fill: var(--bis-color-blue);
}
.service-wrap .accordion-wrap .open .acdnItemCont {
  display: block;
  width: 100%;
  padding: 30px;
  border: 0px; border-radius: 0px;
  border-bottom: 1px solid var(--bis-color-light-gray);
  background-color: var(--bis-color-light-silver);
}
.service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont {
  padding: 0px;
  border-radius: 0px;
}
.service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont .iconArea {
  display: inline-block;
  width: 40px;
}
.service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont .iconArea i.icon-A {
  position: relative; display: block;
  width: 40px; height: 40px;
  border-radius: 50%;
  background-color: #a8a8a8;
}
.service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont .iconArea i.icon-A:before {
  content: "A";
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--bis-font-size-18); font-weight: 700;
  color: var(--bis-color-white);
}
.service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont .box {
  display: inline-block;
  margin-left: 30px;
  vertical-align: top;
}
.service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont .iconArea+.box {
  width: calc(100% - 80px);
}


/*********************************************************************************************
              Sub Contents Style css
                        *** Contact Us style ***
*****************************/
.service-wrap .contact-us {
  border-top: 3px solid var(--bis-color-black);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bis-color-light-gray);
}
.service-wrap .contact-us > ul > li {
  float: left;
  height: 52px; padding: 15px 0;
  font-size:var(--bis-font-size-15); font-weight: 700; line-height: 52px;
}
.contact-us ul li:nth-child(2n+1) {
  width: 13%;
  padding-left: 2%;
}
.contact-us ul li:nth-child(2n+2) {
  width: 85%;
  font-weight: 400;
}
.contact-us ul li .fc-blue {
  margin-left: 5px;
}
.contact-us ul li .select-box {
  position: relative;
  display: inline-block;
  width: 180px;  height: 50px;
  border-radius: 5px; border: 1px solid var(--bis-color-light-gray);
  cursor: pointer;
  vertical-align: top;
  margin-left: 10px;
}
.contact-us ul li .select-box:first-child {
  margin-left: 0px;
}
.contact-us ul li .select-box:before {
  content: '';
  width: 35px;
  position: absolute; top: 0px; right: 0px; bottom: 0px;
  background: var(--bis-color-light-silver);
  border-radius: 0 5px 5px 0;
  pointer-events: none;
}
.contact-us ul li .select-box:after {
  content: '';
  position: absolute; top: 0; right: 8px; bottom: 0;
  background: url(../images/common/icon-arrow-up.svg); background-size: 100%;
  width: 16px; height: 16px;
  margin: auto;
  pointer-events: none;
}
.contact-us ul li .select-box select { 
 width: 100%;
 padding-left: 10%;
 line-height: 50px; font-size: var(--bis-font-size-15); font-weight: 400;
 cursor: pointer;
}
.contact-us ul li .select-box .select-box:before {
  content: '';
  width: 35px;
  position: absolute; top: 0px; right: 0px; bottom: 0px;
  background: var(--bis-color-light-silver); border-radius: 5px 5px 5px 0px;
  pointer-events: none;
}
.contact-us ul li .select-box .select-box:after {
  content: '';
  position: absolute; top: 0; right: 9px; bottom: 0;
  background: url('../images/common/icon-arrow-up.svg') no-repeat; background-size: 100%;
  width: 16px; height: 16px; margin: auto;
  pointer-events: none;
}
.contact-us ul li .input01 {
  width: 50%; line-height: 50px;
  border-radius: 5px;
  padding-left: 15px;
}
.contact-us ul li .input01.email {
  width: 15%;
  margin-left: 10px;
  font-size: var(--bis-font-size-15);
}
.contact-us ul li .input01.email:first-child {
  width: 30%;
  margin-left: 0px;
}
.contact-us ul li .input01.subject {
    width: 100%;
}
.contact-us ul li .textarea {
  width: 100%; height: 280px; line-height: 160%;
  font-size: var(--bis-font-size-15);
  padding: 20px;
  border-radius: 5px; border: 1px solid var(--bis-color-light-gray);
}
.contact-us ul li.ttarea {
  height: 280px;
  vertical-align: top;
}

.service-wrap .privacyWarp {
  text-align: center;
  font-size: var(--bis-font-size-15); font-weight: 500;
  margin: 50px 0 0;
}
.service-wrap .privacyWarp .privacy-check {
  position: relative;
  display: inline-block;
}
.service-wrap .privacyWarp .privacy-check label.checkbox {
  padding: 0px;
}
.privacyWarp .privacy-check label.checkbox:before {
  top: -12px; left: 0;
  height: 14px; width: 14px;
}
.privacyWarp .privacy-check label.checkbox span:after {
  top: 4px; left: 5px;
}
.privacyWarp .privacy-check label.checkbox span::before {
  top: -4px; left: 8px;
}
.privacyWarp .privacy-check label span {
  margin: -6px 0 0 0px;
}
.service-wrap .privacyWarp .privacy-check label.checkbox input {
  position: absolute; top: 0px; left: 0px;
}
.service-wrap .privacyWarp a {
  display: inline-block;
  border-bottom:1px solid var(--bis-color-black);
  font-weight: 700;
  margin: 0 3px 0 23px;
}
.service-wrap .privacyWarp a:hover {
  color: var(--bis-color-blue);
  border-color: var(--bis-color-blue);
}


/* 2024-01-25 환전페이지 추가 */
.title {
  color: #000;
  font-family: "Pretendard";
  letter-spacing: -0.07em;
  line-height: 1.3;
}
.title.type01 {
  font-size: 48px;
  font-weight: 600;
}
.title.type02 {
  font-size: 32px;
  font-weight: 400;
}

.desc {}
.desc.type01 {
  color: #000;
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.07em;
  line-height: 1.2;
}

.btnArea {}
.btnArea .btn {}

.tableWrap
.table {
  padding-bottom: 20px;
  overflow-x: scroll;
}
.table * {
  box-sizing: border-box;
}
.table .headArea {
  margin-bottom: 12px;
}
.table .headArea .descArea {
  display: flex; justify-content: flex-end; align-items: center;
}
.table .headArea .descArea p {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.table .headArea .descArea p:not(:first-child) {
  position: relative;
  margin-left: 21px;
}
.table .headArea .descArea p:not(:first-child):before {
  content: '';
  position: absolute;
  left: -10px; top: 2px;
  width: 1px; height: 10px;
  background: #000;
}
.table table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  text-align: center;
  
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid #000;
  table-layout: fixed;
}
.table table caption {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  background: 0 0;
  font-size: 0;
  color: transparent;
  line-height: 0;
  text-indent: 100%;
  letter-spacing: -0.02em;
}
.table table thead {
}
.table table thead tr {}
.table table thead tr th,td {
  height: 52px;
  padding: 4px 5px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}
.table table thead tr th {}
.table table thead tr th:not(:first-child) {
  border-left: 1px solid #d8d8d8;
}
.table table thead tr:not(:first-child) th {
  border-top: 1px solid #d8d8d8;
}

.table table thead tr th:first-child {
  min-width: 200px;
}
.table table thead tr:not(:first-child) th:first-child {
  border-left: 1px solid #d8d8d8;
}
.table table thead tr:not(:first-child) th:not(:first-child) {
}
.table table thead tr th[colspan] {
  background: #f2f2f2;
}
.table table tbody {}
.table table tbody tr {
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
}
.table table tbody tr:hover td:first-child {
  text-decoration: underline;
}
.table table tbody tr th,td {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 15px;
}
.table table tbody tr td {}

.table table tbody tr td:first-child {
  text-align: left;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  min-width: 200px;
}
.table table tbody tr td:nth-child(2) {
  background: #F5FBF6;
}
.table table tbody tr td:not(:first-child) {
  text-align: right;
  border-left: 1px solid #d8d8d8;
}


.exchange-wrap {
  border: 1px solid #D8D8D8;
  background: #F6F6F6;
  padding: 0px 65px;
}
.exchange-wrap .exchangeArea {
  padding: 80px 0px;
}

.exchange-wrap .exchangeArea:first-child {
  padding-top: 0;
}
.exchange-wrap .exchangeArea:not(:first-child) {
  border-top: 1px solid #000;
}
.exchange-wrap .exchangeArea .imgArea {

}
.exchange-wrap .exchangeArea .imgArea.visual {
  position: relative;
  display: flex; justify-content: center; align-items: flex-start;
  width: 100%;
  margin-top: 70px;
}
.exchange-wrap .exchangeArea .imgArea.visual img {
  max-width: 510px;
  object-fit: cover;
  perspective: 100px;
  animation: rotateY 3s infinite forwards;
}

@keyframes rotateY {
  from {
    transform: rotateY(15deg);
  }
  to {
    transform: rotateY(-15deg);
  }
}

.exchange-wrap .exchangeArea .imgArea.visual .textArea {
  position: absolute;
  left: 0; top: 0;
  display: flex; justify-content: center;
  align-items: center;
  width: 100%; height: 100%;
  
}
.exchange-wrap .exchangeArea .imgArea.visual .textArea p {
  font-family: "Pretendard";
  color: #000;
  font-size: 96px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.exchange-wrap .exchangeArea .imgArea.visual .textArea p:not(:first-child) {
  margin-left: 300px;
}
.exchange-wrap .exchangeArea .descArea {
  margin-top: 110px;
}
.exchange-wrap .exchangeArea .descArea .btnArea {
}
.exchange-wrap .exchangeArea .descArea p {}
.exchange-wrap .exchangeArea .descArea h3 {
  margin-top: 15px;
}

.exchange-wrap .exchangeArea .subtitArea {}
.exchange-wrap .exchangeArea .subtitArea h2 {}
.exchange-wrap .exchangeArea .contArea {
  padding-top: 40px;
}
.exchange-wrap .exchangeArea .contArea.flexArea {
  display: flex; justify-content: flex-start; align-items: flex-start;
}
.exchange-wrap .exchangeArea .contArea.flexArea.jcCenter {
  justify-content: center;
}
.exchange-wrap .exchangeArea .contArea .imgArea {}
.exchange-wrap .exchangeArea .contArea .imgArea.colorMint {
  width: 410px;
  min-height: 608px;
  border-radius: 0px 0px 300px 300px;
  background: #3fcf97 url("../../resource/images/exchange/img_text.png") no-repeat top 42px left 42px;
}
.exchange-wrap .exchangeArea .contArea .imgArea.colorMint {
  position: relative;
  margin-bottom: 60px;
}
.exchange-wrap .exchangeArea .contArea .imgArea.colorMint img {
  position: absolute;
  bottom: -60px; left: 50%; transform: translateX(-50%);
  animation: transformY 5s infinite forwards;
}
@keyframes transformY {
  25% {
    bottom: -80px;
  }
  50% {
    bottom: -40px;
  }
  75% {
    bottom: -70px;
  }
  100% {
    bottom: -60px;
  }
}
.exchange-wrap .exchangeArea .contArea .listArea {
  margin-left: 54px;
}
.exchange-wrap .exchangeArea .contArea .listArea ul {}
.exchange-wrap .exchangeArea .contArea .listArea ul li  {
  display: flex; justify-content: flex-start; align-items: center;
}
.exchange-wrap .exchangeArea .contArea .listArea ul li.exchange {
}
.exchange-wrap .exchangeArea .contArea .listArea ul li.charge {
}
.exchange-wrap .exchangeArea .contArea .listArea ul li.atm {
}
.exchange-wrap .exchangeArea .contArea .listArea ul li.wallet {
}
.exchange-wrap .exchangeArea .contArea .listArea ul li:not(:first-child) {}
.exchange-wrap .exchangeArea .contArea .listArea ul li img {
  max-width: 150px;
  object-fit: cover;
}
.exchange-wrap .exchangeArea .contArea .listArea ul li p {
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  letter-spacing: -0.015em;
}
.exchange-wrap .exchangeArea .contArea .listArea ul li:not(:first-child) p {}

.exchange-wrap .exchangeArea .subtitArea {}
.exchange-wrap .exchangeArea .subtitArea h3 {}
.exchange-wrap .exchangeArea .partnerArea {
  margin-top: 60px;
}
.exchange-wrap .exchangeArea .partnerArea ul {
  display: flex; justify-content: center; align-items: flex-start;
}
.exchange-wrap .exchangeArea .partnerArea ul li  {}
.exchange-wrap .exchangeArea .partnerArea ul li:not(:first-child)  {
  margin-left: 90px;
}
.exchange-wrap .exchangeArea .partnerArea ul li img {
  width: auto;
}

.exchange-wrap .exchangeArea .appArea {
  display: flex; justify-content: center; align-items: center;
}
.exchange-wrap .exchangeArea .appArea {
  padding: 157px 65px;
  background: #e7e7e7;
  border-radius: 12px;
}
.exchange-wrap .exchangeArea .appArea .descArea {
  width: calc(100% / 2);
  margin-top: 0;
}
.exchange-wrap .exchangeArea .appArea .descArea .btnArea {
  margin-top: 55px;
}
.exchange-wrap .exchangeArea .appArea .imgArea {
  position: relative;
  width: calc(100% / 2);
  margin-left: 95px;
}
.exchange-wrap .exchangeArea .appArea .imgArea img {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.exchange-wrap .exchangeArea .appArea .imgArea img:nth-child(1) {
  top: 40px;
  animation: transformX 1s infinite alternate;
}
.exchange-wrap .exchangeArea .appArea .imgArea img:nth-child(2) {
  /* width: 80%;
  top: 45px;
  left: 20px; */
  left: 90px; top: 80px;
}


@keyframes transformX {
  from {
    left: 0;
  }
  to {
    left: -20px;
  }
}




/*********************************************************************************************
						  반응형 해상도 관련 Style css
*****************************/

@media only screen and (max-width:1500px) and (min-width:1300px){
  /********************** 해상도 1500미만 css */
  .service-wrap .bbs-list > ul > li.subject {
    width: 80%;
  }
  .service-wrap .bbs-list > ul > li.date-regtt {
    width: 13%;
  }
  .service-wrap .bbs-evt-list > ul > li.subject {
    width: 45%;
  }
  .service-wrap .bbs-evt-list > ul > li.evet-date {
    width: 24%;
  }
  .service-wrap .bbs-evt-list > ul > li.date-regtt {
    width: 12%;
  }

  .desc.type01 {
    font-size: 28px;
  }
  .title.type01 {
    font-size: 42px;
  }
  .title.type02 {
    font-size: 28px;
  }
  .exchange-wrap .exchangeArea .imgArea.visual .textArea p {
    font-size: 72px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea {
    margin-left: 30px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li img {
    width: 100px;
  }
  .exchange-wrap .exchangeArea .partnerArea ul li:not(:first-child) {
    margin-left: 40px;
  }
  .exchange-wrap .exchangeArea .descArea {
    
  }
  .exchange-wrap .exchangeArea .appArea {
    position: relative;
    padding: 157px 0px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea {
    z-index: 2;
    width: 100%;
    padding: 0px 50px;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea {
    position: absolute;
    right: 50px; top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.4;
  }
}
@media only screen and (max-width:1299px) and (min-width:1200px){
  /********************** 해상도 1280용 1300미만 css */
  .service-wrap .bbs-list > ul > li.subject {
    width: 80%;
  }
  .service-wrap .bbs-list > ul > li.date-regtt {
    width: 13%;
  }
  .service-wrap .bbs-evt-list > ul > li.number {
    width: 6%;
  }
  .service-wrap .bbs-evt-list > ul > li.subject {
    width: 42%;
  }
  .service-wrap .bbs-evt-list > ul > li.evet-date {
    width: 27%;
  }
  .service-wrap .bbs-evt-list > ul > li.date-regtt {
    width: 13%;
  }
  .contact-us ul li:nth-child(2n+1) {
    width: 18%;
    padding-left: 2%;
  }
  .contact-us ul li:nth-child(2n+2) {
    width: 80%;
  }
  .contact-us ul li .input01.email:first-child {
    width: 30%;
    margin-left: 0px;
  }
  .contact-us ul li .input01 {
    width: 45%;
  }
  .contact-us ul li .input01.email {
    width: 22%;
  }
  .desc.type01 {
    font-size: 24px;
  }
  .title.type01 {
    font-size: 38px;
  }
  .title.type02 {
    font-size: 24px;
  }
  .exchange-wrap .exchangeArea .imgArea.visual .textArea p {
    font-size: 60px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea {
    margin-left: 30px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li img {
    width: 80px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p {
    font-size: 16px;
  }
  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint {
    width: 350px;
  }
  .exchange-wrap .exchangeArea .partnerArea ul li:not(:first-child) {
    margin-left: 40px;
  }
  .exchange-wrap .exchangeArea .descArea {
    
  }
  .exchange-wrap .exchangeArea .appArea {
    position: relative;
    padding: 157px 0px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea {
    z-index: 2;
    width: 100%;
    padding: 0px 50px;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea {
    position: absolute;
    right: 50px; top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.4;
  }
  

}
@media only screen and (max-width:1199px) and (min-width:1000px){
  /********************** 해상도 1024 1200미만 css */
  .service-wrap .bbs-list > ul > li.subject {
    width: 80%;
  }
  .service-wrap .bbs-list > ul > li.date-regtt {
    width: 13%;
  }
  .bbs-view .bbs-view-cont img, .bbs-view .bbs-view-cont p img {
    width: 100%;
  }

  .service-wrap .bbs-evt-list > ul > li.subject {
    width: 45%;
  }
  .service-wrap .bbs-evt-list > ul > li.evet-date {
    width: 23%;
  }
  .service-wrap .bbs-evt-list > ul > li.date-regtt {
    width: 13%;
  }
  
  .contact-us ul li:nth-child(2n+1) {
    width: 18%;
    padding-left: 2%;
  }
  .contact-us ul li:nth-child(2n+2) {
    width: 80%;
  }
  .contact-us ul li.email .input01:first-child {
    width: 30%;
    margin-left: 0px;
  }
  .contact-us ul li .input01 {
    display: inline-block;
	width: 45%;
	box-sizing: border-box; 
  }
  .contact-us ul li .input01.email {
    width: 22%;
    margin-left: 1%;
  }
  .contact-us ul li.email .select-box {
    width: 30%;
    height: 54px; line-height: 54px;
    margin-left: 1%;
    vertical-align: middle;
	box-sizing: border-box;
  }
  .contact-us ul li .select-box select {
    width: 100%;
    padding-left: 5%;
    line-height: 52px;
  }
  .bbs-view .bbs-view-cont img, .bbs-view .bbs-view-cont p img {
    width: 100%;
  }
  .desc.type01 {
    font-size: 22px;
  }
  .title.type01 {
    font-size: 32px;
  }
  .title.type02 {
    font-size: 22px;
  }
  .exchange-wrap .exchangeArea .imgArea.visual .textArea p {
    font-size: 72px;
  }
  .exchange-wrap .exchangeArea .imgArea.visual .textArea p {
    font-size: 56px;
  }
  
  .exchange-wrap .exchangeArea .contArea .listArea {
    margin-left: 10px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li img {
    width: 80px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p {
    font-size: 14px;
  }
  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint {
    width: 350px;
  }
  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint {
    background: #3fcf97 url("../../resource/images/exchange/img_text.png") no-repeat top 42px left 25px;
  }
  .exchange-wrap .exchangeArea .partnerArea ul li:not(:first-child) {
    margin-left: 40px;
  }
  .exchange-wrap .exchangeArea .descArea {
    z-index: 2;
    width: 100%;
  }
  .exchange-wrap .exchangeArea .appArea {
    position: relative;
    padding: 157px 0px;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea {
    position: absolute;
    left: 40%; top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.4;
  }
  .exchange-wrap .exchangeArea .descArea {
    
  }
  .exchange-wrap .exchangeArea .appArea {
    position: relative;
    padding: 157px 0px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea {
    z-index: 2;
    width: 100%;
    padding: 0px 50px;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea {
    position: absolute;
    right: 50px; top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.4;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea img {
    width: 50%;
  }
  
  .table table thead tr th, td {
    font-size: 16px;
  }
  .table table tbody tr th, td {
    font-size: 12px;
  }
}


@media only screen and (max-width:999px) and (min-width:900px){
  /********************** 해상도 1000미만 css */
  .service-wrap .bbs-list > ul > li.subject {
    width: 80%;
  }
  .service-wrap .bbs-list > ul > li.date-regtt {
    width: 13%;
  }
  .service-wrap .bbs-evt-list > ul > li.subject {
    width: 40%;
  }
  .service-wrap .bbs-evt-list > ul > li.evet-date {
    width: 26%;
  }
  .service-wrap .bbs-evt-list > ul > li.evet-fract {
    width: 14%;
  }
  .service-wrap .bbs-evt-list > ul > li.date-regtt {
    width: 13%;
  }
  .bbs-view .bbs-view-cont img, .bbs-view .bbs-view-cont p img {
    width: 100%;
  }
  .contact-us ul li:nth-child(2n+1) {
    width: 17%;
  }
  .contact-us ul li:nth-child(2n+2) {
    width: 81%;
  }
  .contact-us ul li.email input:first-child {
    width: 32%;
  }
  .contact-us ul li.email .input01.email {
    width: 30%;
    margin-left: 1%;
  }
  .contact-us ul li.email .select-box {
    width: 32%;
    margin-left: 1%;
  }
  .desc.type01 {
    font-size: 18px;
  }
  .title.type01 {
    font-size: 28px;
  }
  .title.type02 {
    font-size: 18px;
  }
  .exchange-wrap .exchangeArea .imgArea.visual .textArea p {
    font-size: 48px;
  }
  .exchange-wrap .exchangeArea .contArea {
    position: relative;
    padding-top: 20px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea {
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul {
    /* padding-top: 150px; */
    height: 100%;
    display: flex; justify-content: flex-end; align-items: center;
    flex-direction: column;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li {
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li img {
    width: 80px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p {
    font-size: 16px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p {
    color: #fff;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p br.mo {
    display: none;
  }

  .exchange-wrap .exchangeArea .contArea .listArea ul li.exchange
  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint img {
    width: 70%;
   }
  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint {
    width: 100%;
    background: #3fcf97 url("../../resource/images/exchange/img_text.png") no-repeat top 42px left 25px;
  }
  .exchange-wrap .exchangeArea .partnerArea {
    margin-top: 20px;
  }
  .exchange-wrap .exchangeArea .partnerArea ul li:not(:first-child) {
    margin-left: 40px;
  }
  .exchange-wrap .exchangeArea .partnerArea ul li img {
    width: 50px;
  }
  .exchange-wrap .exchangeArea .descArea {
    
  }
  .exchange-wrap .exchangeArea .appArea {
    position: relative;
    padding: 80px 0px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea {
    z-index: 2;
    width: 100%;
    padding: 0px 50px;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea {
    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.4;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea img {
    width: 50%;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea img:not(:first-child) {
    width: 80%;
    top: 45px;
    left: 47px;
  }
  .table table thead tr th, td {
    font-size: 16px;
  }
  .table table thead tr th, td {
    font-size: 16px;
  }
  .table table tbody tr th, td {
    font-size: 12px;
  }
}



/*********************************************************************************************
              Mobile Style css
                        *** 500미만 style ***
*****************************/
@media only screen and (max-width:699px) and (min-width:280px){
  /********************** Mobile 해상도 공통 css */
  .search-form .search-right {
    position: relative;
	width: 100%;
  }
  .search-form .search-right input.input01 {
    width: calc(100% - 50px);
  }
  .search-form .search-right a.black {
    position: absolute; top: 0px; right: 0px;
  }

  .service-wrap .bbs-list > ul.bbs-th, .service-wrap .bbs-evt-list > ul.bbs-th {
    display: none;
  }
  .service-wrap .bbs-list > ul > li.number {
    display: none;
  }
  .service-wrap .bbs-list > ul > li.subject {
    width: 70%; height: 40px;
	overflow: hidden;
  }
  .service-wrap .bbs-list > ul > li.date-regtt {
    width: 30%;
  }
  .bbs-list > ul > li a, .bbs-list > ul > li {
    line-height: 40px; height: 40px;
	overflow: hidden;
  }
  .service-wrap .bbs-evt-list > ul > li, .bbs-list > ul > li a, .bbs-evt-list > ul > li a {
    line-height: 40px; height: 40px;
	overflow: hidden;
  }
  .service-wrap .bbs-evt-list > ul > li.number, 
  .service-wrap .bbs-evt-list > ul > li.date-regtt {
    display: none;
  }
  .service-wrap .bbs-evt-list > ul > li.subject {
    display: block;
	width: 100%;
	border-bottom: 1px dashed var(--bis-color-light-gray);
  }
  .service-wrap .bbs-evt-list > ul > li.evet-date {
    width: 70%;
	text-align: left;
    line-height: 25px; height: 25px;
	overflow: hidden;
  }
  .service-wrap .bbs-evt-list > ul > li.evet-fract {
    width: 25%;
	text-align: right;
	padding-right: 5%;
    line-height: 25px; height: 25px;
	overflow: hidden;
  }
  .service-wrap .accordion-wrap .acdnItem .acdnItemHeading {
    padding: 20px 5%;
  }
  .service-wrap .accordion-wrap .acdnItem .acdnItemHeading > span {
    width: 25px; height: 25px;
  }
  .service-wrap .accordion-wrap .acdnItem .acdnItemHeading > span.icon-Q:before {
    content: "Q";
    font-size: var(--bis-font-size-15);
  }
  .service-wrap .accordion-wrap .acdnItem .acdnItemHeading > strong {
    font-size: var(--bis-font-size-15);
    line-height: 25px; height: 25px;
    padding: 0 0 0 5%;
	overflow: hidden;
  }
  .service-wrap .accordion-wrap .acdnItem .acdnItemHeading > button {
    top: 50%; right: 5%;
    width: 18px; height: 18px;
  }
  .service-wrap .accordion-wrap .open .acdnItemCont {
    display: block;
    width: 100%;
    padding: 20px 5%;
  }
  .service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont .iconArea {
    width: 25px;
  }
  .service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont .iconArea i.icon-A {
    width: 25px; height: 25px;
  }
  .service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont .iconArea i.icon-A:before {
    font-size: var(--bis-font-size-15);
  }
  .service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont .box {
    margin-left: 5%;
  }
  .service-wrap .accordion-wrap .open .acdnItemCont .acdn-cont .iconArea+.box {
    width: calc(100% - 45px);
  }
  .service-wrap .contact-us > ul > li {
    height: auto;
    padding: 12px 0 0;
    line-height: 30px;
  }
  .contact-us ul li:nth-child(2n+1) {
    width: 100%;
    padding-top: 20px; padding-left: 0;
    line-height: 25px; height: 25px;
  }
  .contact-us ul li:nth-child(2n+2) {
    width: 100%;
    padding: 7px 0 0;
  }
  .contact-us ul li .select-box {
    width: 47%;
    height: 42px;
    margin-left: 2%;
  }
  .contact-us ul li .select-box:first-child {
    margin-left: 0%;
  }
  .contact-us ul li .select-box select {
    width: 100%;
    padding-left: 10%;
    line-height: 44px;
	letter-spacing: -.055rem
  }
  .contact-us ul li .input01 {
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
    padding-left: 5%;
  }
  .contact-us ul li .input01.email {
    width: 40%;
    margin-top: 5px; margin-left: 0px;
    font-size: var(--bis-font-size-15);
  }
  .contact-us ul li .input01.email:first-child {
    width: 100%;
    margin-left: 0px;
  }
  .contact-us ul li:nth-child(8) .select-box, .contact-us ul li.email .select-box {
    width: 56%;
    margin-top: 5px; margin-left: 2%;
  }

  .desc.type01 {
    font-size: 14px;
  }
  .title.type01 {
    font-size: 18px;
  }
  .title.type02 {
    font-size: 14px;
  }
  .exchange-wrap {
    padding: 0px 20px;
  }
  .exchange-wrap .exchangeArea .imgArea.visual .textArea p {
    font-size: 28px;
  }
  .exchange-wrap .exchangeArea .imgArea.visual img {
    width: 200px;
  }

  .exchange-wrap .exchangeArea .imgArea.visual .textArea p:not(:first-child) {
    margin-left: 30px;
  }
  .exchange-wrap .exchangeArea {
    padding: 40px 0px;
  }
  .exchange-wrap .exchangeArea .descArea {
    margin-top: 60px;
  }
  .exchange-wrap .exchangeArea .contArea {
    position: relative;
    padding-top: 20px;
  }
  
  .exchange-wrap .exchangeArea .contArea .listArea {
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul {
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li {
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li img {
    width: 80px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p {
    font-size: 16px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p {
    color: #fff;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p br.mo {
    display: none;
  }
  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint img {
    width: 70%;
   }
  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint {
    width: 100%;
    background: #3fcf97 url("../../resource/images/exchange/img_text.png") no-repeat top 42px left 25px;
    background-size: 50%;
  }
  .exchange-wrap .exchangeArea .partnerArea {
    margin-top: 20px;
  }
  .exchange-wrap .exchangeArea .partnerArea ul li:not(:first-child) {
    margin-left: 20px;
  }
  .exchange-wrap .exchangeArea .partnerArea ul li img {
    width: 30px;
  }
  .exchange-wrap .exchangeArea .descArea {
    
  }
  .exchange-wrap .exchangeArea .appArea {
    position: relative;
    padding: 80px 0px;
  }
  
  .table table thead tr th, td {
    font-size: 16px;
  }
  .table table tbody tr th, td {
    font-size: 12px;
  }
}


@media only screen and (max-width:699px) and (min-width:500px) {
  /********************** 해상도 700 이상 태블릿 css */
}
@media only screen and (max-width:899px) and (min-width:700px) {  
  /********************** 해상도 700 이상 태블릿 css */
  .service-wrap .bbs-list > ul > li.subject {
    width: 75%;
  }
  .service-wrap .bbs-list > ul > li.date-regtt {
    width: 17%;
  }
  .service-wrap .bbs-evt-list > ul > li.number {
    display: none;
  }
  .service-wrap .bbs-evt-list > ul > li.subject {
    width: 57%; height: 60px;
    overflow: hidden;
  }
  .service-wrap .bbs-evt-list > ul > li.evet-date {
    width: 28%;
  }
  .service-wrap .bbs-evt-list > ul > li.evet-fract {
    width: 15%;
	text-align: right;
  }
  .service-wrap .bbs-evt-list > ul > li.date-regtt {
    display: none;
  }
  .contact-us ul li.email .input01 {
    width: 32%;
    padding-left: 5%;
  }
  .contact-us ul li.email .input01 {
    width: 30%;
    padding-left: 2%;
  }

  .desc.type01 {
    font-size: 16px;
  }
  .title.type01 {
    font-size: 22px;
  }
  .title.type02 {
    font-size: 16px;
  }
  .exchange-wrap .exchangeArea .imgArea.visual .textArea p {
    font-size: 42px;
  }
  .exchange-wrap .exchangeArea {
    padding: 40px 0px;
  }
  .exchange-wrap .exchangeArea .descArea {
    margin-top: 50px;
  }
  .exchange-wrap .exchangeArea .contArea {
    position: relative;
    padding-top: 20px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea {
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul {
    /* padding-top: 150px; */
    height: 100%;
    display: flex; justify-content: flex-end; align-items: center;
    flex-direction: column;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li {
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li img {
    width: 80px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p {
    font-size: 14px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p {
    color: #fff;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p br.mo {
    display: none;
  }

  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint img {
    width: 70%;
   }
  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint {
    width: 100%;
    background: #3fcf97 url("../../resource/images/exchange/img_text.png") no-repeat top 42px left 25px;
  }
  .exchange-wrap .exchangeArea .partnerArea {
    margin-top: 20px;
  }
  .exchange-wrap .exchangeArea .partnerArea ul li:not(:first-child) {
    margin-left: 40px;
  }
  .exchange-wrap .exchangeArea .partnerArea ul li img {
    width: 50px;
  }
  .exchange-wrap .exchangeArea .descArea {
    
  }
  .exchange-wrap .exchangeArea .appArea {
    position: relative;
    padding: 80px 0px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea {
    z-index: 2;
    width: 100%;
    padding: 0px 50px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea .btnArea {
    margin-top: 20px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea .btnArea .btn {
    width: 100px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea .btnArea .btn > svg {
    width: 100%;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea {
    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.4;
  }
  
  .exchange-wrap .exchangeArea .appArea .imgArea img:nth-child(1) {
    width: 40%;
    top: 15px;
  }
  @keyframes transformX {
    from {
      left: 70px;
    }
    to {
      left: 40px;
    }
  }
  
  .exchange-wrap .exchangeArea .appArea .imgArea img:nth-child(2) {
    left: 100%;
    left: 100%;
    top: 50%;
    width: 60%;
    transform: translate(-110%, -45%);
  }

  .table table thead tr th, td {
    font-size: 16px;
  }
  .table table tbody tr th, td {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint {
    min-height: 300px;
  }
  .exchange-wrap .exchangeArea .contArea .imgArea.colorMint img {
    width: 50%;
  }
  .exchange-wrap .exchangeArea .contArea .listArea {
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul {
    padding-top: 0;
    padding-bottom: 20px;
    height: 100%;
    display: flex; justify-content: flex-end; align-items: center;
    flex-direction: column;
    margin-top: auto;
    box-sizing: border-box;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li {
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li img {
    width: 50px;
  }
  .exchange-wrap .exchangeArea .contArea .listArea ul li p {
    font-size: 14px;
  }
  .exchange-wrap .exchangeArea .appArea {
    padding: 30px 0px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea {
    z-index: 2;
    width: 100%;
    padding: 0px 50px;
  }
  .exchange-wrap .exchangeArea .descAreaS h3 {
    margin-top: 15px;
    line-height: 1.2;
  }
  .exchange-wrap .exchangeArea .appArea .descArea .btnArea {
    margin-top: 0px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea .btnArea .btn {
    width: 100px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea .btnArea .btn > svg {
    width: 100%;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea {
    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.4;
    margin-left: 0;
    width: 100%;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea img {
    width: 130px;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea img:nth-child(1) {
    animation: none;
    /* display: none; */
    left: auto; right: 75px; top: 13px;
    width: 65px;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea img:nth-child(2) {
    left: 100%; top: 50%;
    width: 110px;
    transform: translate(-110%, -45%);
  }
  
}

@media screen and (max-width: 425px) {
  .title.type01 {
    font-size: 16px;
  }
  .exchange-wrap .exchangeArea .appArea {
    padding-bottom: 5px;
  }
  .exchange-wrap .exchangeArea .appArea .descArea {
    padding: 0px 10px;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea img:nth-child(1) {
    width: 55px;
  }
  .exchange-wrap .exchangeArea .appArea .imgArea img:nth-child(2) {
    left: 100%; top: 50%;
    width: 100px;
    transform: translate(-110%, -45%);
  }
  
}