.bbs_wrap{
  /* margin: 30px 10px 50px; */
  background-color: #fff;
  padding-bottom: 30px;
}

.mc_group>.bbs_wrap{
  margin: 0;
  background-color: #fff;
  padding-bottom: 0;
}


.bbs_top_title{
  font-family: 'SpoqaHanSansNeo-Bold';
  font-size: 18px;
  padding-top: 20px;
  color: #222;
}
.bbs_top_title::after{
  height: 2px;
  display: block;
  content: "";
  margin: 10px 0;
  background-color:#434446;
}

.bbs_top_subtitle{
  font-family: 'SpoqaHanSansNeo-Light';
  font-weight: 900;
  padding-bottom: 40px;
  color: #545458;
  /* border-bottom: 2px solid #424242; */
}

.bbs_sub_title{
  padding: 14px 0;
  border-top: 1px solid #222;
  margin-top: 60px;
}
.mc_row_board,
.mc_row_board_sort{
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 3;
  color: #222;
  border-bottom: 1px solid #F1f2f3;
  font-family: 'SpoqaHanSansNeo-Thin';
  font-weight: 800;
}
.mc_row_board.notice{
  font-family: 'SpoqaHanSansNeo-Regular';
  background: #F1f2f3;
}

.mc_row_board{
  position: relative;
  cursor: pointer;
}
.mc_row_board>a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mc_row_board.reply{
  /* background-color: #f7f8f9; */
}
.mc_row_board.reply>.name{
  font-family: 'SpoqaHanSansNeo-Regular';
}
.mc_row_board_sort>div,
.mc_row_board>div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* margin: 0 10px; */
  text-align: center ;
  /* width: 100%; */
  padding: 0 5px;
  box-sizing: border-box;
}

.mc_row_board.notice>.no{
  color: red;
}
.mc_row_board .subject{
  /* flex-grow: 1; */
  flex: 0 0 70%;
  text-align: left;
}
.mc_row_board_sort .no,.mc_row_board .no{
  /* max-width: 50px; */
  flex: 0 0 10%;
}
.reserv_no{
  max-width: 80px;
}
.mc_row_board .date{
  font-size: 12px;
  color: #7c7c7c;
}
.mc_row_board .name{
  font-size: 14px;
}
.date_top,
.rDate,
.name{
  /* max-width: 100px; */
  flex: 0 0 10%;
}
.rDate{
  font-size: 13px;
}
.mc_row_board i.reply{
  font-size: 11px;
  color: #1f96cd;
  vertical-align: middle;
}

.mc_row_board i.reply::after{
  content: "]";
  display: inline-block;
}

.mc_row_board i.reply::before{
  content: "[";
  display: inline-block;
}
.mc_row_board_sort{
  background-color: #F7F8F9;
  /* border-top: 2px solid #424242; */
  border-bottom: 1px solid #d5d5d5;
  font-family: 'Pretendard-Bold';
  font-size: 16px;
  line-height: 2.8;
}
.mc_row_board_sort .subject{
  text-align: center;
  flex: 0 0 70%;
}
.reserv_subject{
  text-align: center;
  flex-grow: 1;
}
.mc_row_board:hover{
  background-color: #f5f6f7;
  transition: background-color 0.25s;
}
.mc_row:last-child{
  margin-bottom: 0;
}
.pagenation{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.page_btn{
  width: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  font-size: 14px;
  padding: 0;
  color: #222;
  min-width: auto;
  font-family: 'Pretendard-Medium';
  margin: 0 2px;
}
.page_btn.on{
  color: #0075ff;
  border: 1px solid;
  font-weight: 900;
}

.mc_item_val input[type='text'],
.mc_item_val input[type='password'],
.mc_row input[type='text'],
.input_wrap>input[type="text"],
.mc_item_val_row input[type='text']{
  /* line-height: 40px; */
  font-size: 16px;
  padding: 3px 6px;
  border: 1px solid #b9bbc3;
  box-sizing: border-box;
  padding: 3px 10px;
  font-family: 'SpoqaHanSansNeo-Regular';
}

button{
  cursor: pointer;
  outline: none;
  border: none;
  padding: 7px 2px;
  cursor: pointer;
  background-color: #c5c9cb;
  color: #fff;
  font-family: 'Pretendard-Medium';
  margin: 0 2px;
  transition: all 0.25s;
  min-width: 75px;
}


button.download, button.confirm, button.serch, button.detail, button.cancel, button.close,button.serch_reserv,button.serch_bbs {
  color: #666;
  background-color: #fff;
  border: 1px solid #dbdde2;
}

.serch_reserv{
  font-size: 16px;
  font-family: 'SpoqaHanSansNeo-Regular';
  margin-top: 20px;
}

.pass_option{
  padding: 15px 20px;
  background-color: #f7f9fa;
  border: 1px solid #dbdbdb;
  flex-grow: 1;
  align-items: center;
  box-sizing: border-box;
}


.mc_row table, .mc_group table {
  border: 1px solid #d8e4eb;
}

.table_pp{
  text-align: center;
  word-break: keep-all;
}
.table_pp td{
  padding: 0 10px;
  box-sizing: border-box;
}
.table_pp tr:nth-child(2n+1){
  background-color: #f3f7f9;
}
.table_pp tr:first-child{
  background-color: #1b4fb7;
  color: #fff;
}

table[class^="table_"] td{
  /* line-height: 2.5; */
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
  padding: 4px;
}

.table_passportres_list tr:first-child{
  text-align: center;
}

.table_passportres_list tr{
  width: 100%;
}

.table_passportres_list tr:nth-child(2n){
  background-color: #f3f7f9;
}
.table_passportres_list tr:first-child{
  background-color: #d8e4eb;
  font-weight: 900;
  /* white-space: nowrap; */
  word-break: keep-all;
}

.table_passportres_list{
  width: 100%;
}

select{
  font-size: 16px;
  border: 1px solid #b9bbc3;
  box-sizing: border-box;
  margin: 0 2px;
  padding: 3px 10px;
  font-family: 'SpoqaHanSansNeo-Regular';
}




/* 예약확인 */
.bbs_guide{
  color: #333333;
  width: 100%;
  height: auto;
  text-align: center;
  /* padding: 50px 0 ; */
  margin-bottom: 50px;
  border-top: 2px solid #333333;
}

/* 게시판 _ 홈화면에서 보는게시판*/ 
.post_wrap{
  font-family: 'SpoqaHanSansNeo-Thin';
  font-weight: 800;
}

.contents.csv{
  margin-top: 50px;
}

.post_cate, .writer_date{
  padding-top: 20px;
  font-size: 14px;
  color: #939393 ;
}
.writer_date{
  color: #000;
  margin-top: 15px;
  padding: 0 2vmin 2vmin;
}

/* 게시글 작성 */
.bw_wrap{
  padding: 0 2vmin;
}
/* .bw_input {
  position: relative;
}
.bw_input.disabled::after{
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
} */

.bw_input>textarea{
  width: 100%;
  height: auto;
  height: 500px;
  font-size: 16px;
  font-weight: 900;
  font-family: 'SpoqaHanSansNeo-Thin';
  line-height: 2;
  padding: 3vmin;
  border: 1px solid #cfd0d1;
  /* background-color: #f7f8f9; */
}
.bw_input_wrap input{
  background-color: #f7f8f9;
}
/* 게시글 작성(관리자답글) */
.bw_input>textarea.ori{
  height: auto;
  font-size: 14px;
  color: #6a6a6a;
  height: 250px;
  padding: 2vmin;
  background-color: #dcdce1;
}

.bw_input>textarea.adm{
  height: 350px;
  padding: 1.8vmin 2.5vmin;
  /* font-size: 15px; */
  /* color: #6a6a6a; */
}


/* 게시물 확인 */
.post_date, .reply_date{
  color: #939393;
  font-size: 14px;
}
.post_title{
  font-family: 'SpoqaHanSansNeo-light';
  font-size: 20px;
  padding: 2vmin 2vmin;
  line-height: 1.8;
  word-break: keep-all;
  background-color: #f7f9fa;
  color: #222;
  border-bottom: 1px solid #dbdbdb;
  border-top: 2px solid;
}
.post_content{
  padding: 0 2vmin 2vmin;
  line-height: 2.6;
  margin: 20px 0;
  font-weight: 100;
  font-family: 'SpoqaHanSansNeo-light';
  font-size: 16px;
}
/* .post_content img{
  max-width: 100% !important;
} */
.post_bot{
  padding: 0 2vmin 2vmin;
}
.post_bot>.mc_row{
  position: relative;
}
.post_bot .post_loca{
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  color: #222;
}
.post_bot a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
}
.post_reply_wrap{
  border-top: 1px solid ;
  border-bottom: 1px solid;
  padding: 2vmin;
  margin-bottom: 2vmin;
}
.reply_item{
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.pr_r_name{
  font-family: 'SpoqaHanSansNeo-Light';
  margin-bottom: 15px;
}
.pr_name{
  font-family: 'SpoqaHanSansNeo-Light';
  font-size: 14px;
  margin-bottom: 15px;
}
.pr_input_wrap{
  display: flex;
  justify-content: space-between;
}
.pr_con{
  font-size: 15px;
  color: #222;
  font-weight: 100;
  font-family: 'SpoqaHanSansNeo-Light';
  line-height: 1.8;
  margin-right: 6vmin;
}
.pr_input_wrap textarea{
  width: 100%;
  height: 80px;
  border: none;
  background-color: transparent;
  outline: none;
}
.pr_input_wrap>button{
  word-break: keep-all;
  padding: 0 20px ;
  background-image: linear-gradient(135deg, #41b6f5, #41b);
  color: #fff;
  border:none;
}
.pr_input{
  width: 100%;
  text-align: right;
  background-color: #f7f8f9
}
.text_limit{
  margin: 0 16px;
  font-size: 13px;
  color: #888;
  vertical-align: super;
}
.btn_bbs{
  outline: none;
  border: 1px solid #cfd0d1;
  background-color: transparent;
  background-color: #f1f2f3;
  padding: 0 20px;
  line-height: 3;
  margin-left: 5px;
}
/* -------------------------------------------- */
/* 상품결제페이지 */
.cs_wrap{
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
.cs_wrap .mc_item_name{
  width: auto;
  /* flex-basis: 100px; */
}
.product_main_image{
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  background-color: #1f96cd;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.product_main_image>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.charge_wrap{
  margin-left: 200px;
  box-sizing: border-box;
  padding: 20px 0 0 30px; 
  font-family: 'IBMPlexSansKR-Regular';
}
.stion_top{
  /* font-size: 14px; */
  border: 1px solid #d1d2d3;
  padding: 0 20px;
  border-top: none;
}
.stion_top .mc_row{
  /* font-size: 14px; */
  /* margin-bottom: 5px; */
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e7e8e9;
}
.stion_top .mc_item_name{
  font-weight: 100;
  /* width: 50px; */
  /* flex-basis: 50px; */
  color: #707172;
}
.cs_name.cs_option{
  font-size: 18px;
  font-family: 'IBMPlexSansKR-SemiBold';
  padding: 14px 20px;
  background-color: #fafbfd;
  border: 1px solid #d7d8d9;
}
.cs_price{
  color: #0075ff;
  font-family: 'IBMPlexSansKR-SemiBold';
  font-size: 18px;
  /* padding: 10px 0; */
}
.cs_price>i{
  font-size: 15px;
  font-family: 'IBMPlexSansKR-Regular';
}
.cs_option{
  /* margin: 20px 0; */
}
.cs_index{
  font-family: 'IBMPlexSansKR-SemiBold';
  margin-top: 64px;
  color: #020a27;
  font-size: 20px;
}
.cs_index::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 10px 0 24px;
  background-color: #020a27;
}
.cs_request{
  width: 100%;
  max-width: 770px;
  height: 100px;
  border: 1px solid #b9bbc3;
}
.terms_wrap{
  width: 100%;
  border: 1px solid #b9bbc3;
  margin-bottom: 5px;
}
.terms_top{
  cursor: pointer;
  padding: 13px 15px 10px;
}
.terms_wrap .terms_name{
  font-family: 'SpoqaHanSansNeo-Medium';
}
.terms_content{
  border-top: 1px solid #b9bbc3;
  padding: 10px 15px;
  max-height: 300px;
  overflow-y: auto;
  line-height: 2.3;
  display: none;
  font-size: 15px;
}
.terms_wrap.on>.terms_top{
  background-color: #0075ff;
  color: #fff;
}
.cs_btn{
  outline: none;
  border: 1px solid #a5a5a5;
  background-color: #fff;
  color: #0075ff;
  font-weight: 900;
  cursor: pointer;
  padding: 2px 5px !important;
}
.cs_submit{
  background-color: #0075ff;
  color: #fff;
  font-family: 'SpoqaHanSansNeo-Medium';
  border: none;
  font-size: 20px;
  padding: 10px 25px;
}

.cs_more{
  background-color: #fff;
  color: #0075ff;
  font-family: 'SpoqaHanSansNeo-Medium';
  border: 1px solid;
  font-size: 20px;
  padding: 10px 25px;
}

.cs_select{
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 1px solid #b9bbc3;
  padding: 0 8px;
}
.stion .mc_item_name{
  width: auto;
}
@media screen and (max-width : 768px) {
  .product_main_image{
    position: unset;
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
  }
  .charge_wrap{
    position: unset;
    margin: 0 auto;
    padding: 0 10px;
  }
  /* .stion .mc_item_val input[type='text']{
    line-height: 32px;
  } */
  .mc_item_val input[type='text'].short{
    width: 100px;
  }
  .cs_name.cs_option {
    margin-top: 20px;
  } 
}
/* -------------------------------------------- */
/* 상품결제완료페이지 */
.complete_wrap{
  position: relative;
}
.c_color_box{
  background-color: #007dc1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
}
.complete_wrap>.contents{
  background-color: #fff;
  margin-top: 80px;
}
.cp_wrap{
  padding: 50px 0;
  box-sizing: border-box;
}
.cp_top_box{
  border: 1px solid #000;
  padding: 50px;
  margin: 0 auto;
}

.stion_wrap{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* 답변완 */
.rY{
  margin-left: 2px; color: #1f96cd;font-size: 11px;padding: 2px 3px;border: 1px solid;border-radius: 2px;}
.rY::after{
  display: inline-block;content: "답변완료";}
/* 미답변 */
.rN{
  margin-left: 2px; color: #7c7c7c;font-size: 11px;padding: 2px 3px;border: 1px solid;border-radius: 2px;}
.rN::after{
  display: inline-block;content: "미답변";}

  
/* 여행계약서관련 css 추가 */
.contract_wrap{
	display: flex;
	flex-direction: column;
  align-items: center;
}
  table.contract{
    table-layout: fixed;
    /* width: 100%; */
    width: 100%;
    max-width: 1000px;
    font-size: 15px;
    line-height: 1.4;
    border-spacing: 0;
    border-collapse: collapse;
    word-break: keep-all;
    background-color: #fff;
  }
  
  table.contract td {
    box-sizing: border-box;
    padding: 5px 3px;
    vertical-align: top;
    border: 1px solid #d8e4eb;
    vertical-align: inherit;
  }
  
  table.contract td.tdkey,table.contract td.tdsub{
    background-color: #d8e4eb;
    vertical-align: middle;
    white-space: nowrap;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    color: #000;
  }
  table.contract td.tdkey{
    font-weight: 900;
    text-align: center;
  }
  td.addtxt{
    position: relative;
  }
  textarea.addarea,input[type="text"].addarea{
    padding: 1px 5px;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pmin{
    display: inline-block;
    min-width: 48px;
    height: 22px;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .pmin textarea{
    overflow-y: hidden;
  }
  table.contract label{
    /* cursor: pointer; */
    padding : 8px 4px;
  }
  table.contract input {
    cursor: pointer;
  }
  table.contract input+i{
    box-sizing: border-box;
  }
  table.contract input:checked + i{
    color: #007aff;
    font-weight: 900;
  }
  .co_check{
    margin: 20px 0 ;	
    border: 1px solid #d8e4eb;
    box-sizing: border-box;
    padding: 16px;
    font-size: 14px;
    line-height: 2;
    color: #666;
    width: 100%;
    max-width: 1000px;
  }
  
  table.contract label:nth-child(n+2) {
    margin-left: 0 !important;
  }

  /* 여행계약서 반응형으로 수정 */
  @media screen and (max-width : 768px){
    table.contract{
      font-size: 0.8rem;
      word-break: break-all;
    }
    table.contract td.tdkey,table.contract td.tdsub{
      white-space: unset;
    }
    .co_check {
      font-size: 0.8rem;
    }
  }

  @media screen and (max-width : 425px){
    table.contract{
      font-size: 0.7rem;
    }
    .co_check {
      font-size: 0.7rem;
    }
  }

/* -------------------------------------------- */
/* 상품결제 실패페이지 */

.pay_result_lead {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pay_result_lead .b{
    font-family: 'Pretendard-Light';
    font-weight: 900;
    font-size: 1.4rem;
}

.pay_result_lead p{
    font-family: 'Pretendard-Light';
    text-align: center;
}

.exclamation_mark{
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 1.6rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #898989;
  margin-bottom: 20px;
  justify-content: center;
}

.pay_result_lead button{
  margin-top: 40px;
}

@media screen and (max-width : 768px){
  .pay_result_lead>.b{
    font-size: 1rem;
  }
  .pay_result_lead p{
    font-size: 0.9rem;
  }
  .pay_result_lead button{
    margin-top: 20px;
  }
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-= papago page -=-=-=-=-=-=-=-=-=-=-=-=-= */

.papago{
  color: #181818;
  font-family: 'pretendard';
}
.papago_textarea {
  display: flex;
  padding-top: 2%;
}

#papago_input_text{
  border: none;
  width: 100%;
  outline: none;
  padding: 10px 25px;
  font-size: inherit;
  flex-grow: 1;
  line-height: 1.6;
  font-size: 1.8em;
}
.papago_box{
  width: 50%;
  flex: 1;
  border: 1px solid #e1e2e3;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 3px 0px #e1e2e3;
  margin: 5px;
  font-family: 'pretendard';
  font-size: 16px;
  line-height: inherit;
  justify-content: space-between;
}
.papago_input_top{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.papago_textcount{
  font-weight: 500;
  color: #b1b2b3;
  padding-right: 0.5em;
  align-self: center;
}

.papago_box_output{
  padding: 10px 25px;
  flex-grow: 1;
  line-height: 1.6;
  font-size: 1.8em;
  font-family: 'Noto Sans KR', sans-serif;
}
.pOut.colored{
  color: #167ac6;
  border-color: #167ac6;
}

i.papago_label{
  border-bottom: 1px solid #e1e2e3;
  font-size: 1em;
  box-sizing: border-box;
  padding: 10px 15px;
  color: #aaa;
}

.papago_input_bottom{
  display: flex;
  justify-content: right;
  border-top: 1px solid #e1e2e3;
  align-items: stretch;
  font-size: 1em;
}

.papago_input_bottom button{
  background-color: #167ac6;
  margin: 0;
  font-size: 1.2em;
  padding: 7px 30px;
}
.papago_textlist{
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.papago_textEx{
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: 'pretendard';
  margin: 1rem 0 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f1f2f3;
}
.papago_textlist_item{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 1.2em;
  background-color: #fff;
  transition: background-color 0.5s;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}

.papago_textlist_item .papago_ti_top{
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
}


.papago_textlist_item.more .papago_ti_top:after{
  content: ">";  
  display: flex;
  align-items: center;
  justify-content: center;position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 1.5em;
  height: 1.5em;
  font-family: 'KOTRA_GOTHIC';
  font-size: 14px;
  font-weight: 800;
}




.papago_textlist_item .papago_ti_bot{
  padding: 0.8em 1em;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #d2dee7;
  background-color: #f7f8f9;
}

.papago_textlist_item .sub{
  font-size: 0.9rem;
  line-height: 1.8;
}

.papago_ti_top>div:first-child{
  width: 50%;
  padding: 0.8em 1em;
  padding-right: 0.5em;
}
.papago_ti_top>div:last-child{
  width: 50%;
  padding: 0.8em 1em;
  padding-left: 0.5em;
}

.papago_textlist_item:hover{
  background-color: #fff;
  font-weight: 400;
  color: #167ac6;
}
.papago_textlist_item:hover .papago_ti_bot{
  background: #f2f6f9;
}

.papago_notice{
  background-color: #f7f8f6;
  color: #666666;
  font-size: 0.95rem;
  font-family: 'pretendard';
  font-weight: 300;
  padding: 2rem;
  display: flex;
  align-items: center;
  margin-top: 4rem;
  justify-content: center;
  line-height: 1.6;
}

.papago_notice_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}


.papago_listUl{
  display: flex;
  box-sizing: border-box;
  border: 1px solid #fff;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  align-items: stretch;
}
.papago_listLi{
  width: calc(100% / 4);
  text-align: center;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
}
.papago_listLi p{
  margin: 2px;
  color: #111111;
  border: 1px solid #bbb;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.papago_listLi p:hover{
  border: 1px solid #111111;
}

.papago_listLi.on p{
  color : #167ac6;
  border : 2px solid #167ac6;
  font-weight: 500;
}

.papago_toHome{
  border: 1px solid #167ac6;
  color: #167ac6;
  background-color: #fff;
  padding: 0.3em 0.5em;
  font-size: 1rem;
}



@media screen and (max-width : 768px) {
  .papago_listLi{
    width: calc(100% / 2);
  }
  .papago_textlist {
    font-size: 14px;
  }
  .papago_textarea{
    flex-direction: column;
  }
  .papago_box{
    width: unset;
    min-height: 30vh;
  }
  .papago_textlist_item{
    flex-direction: column;
    /* margin: 0 5px 14px; */
  }
  .papago_ti_top>div:first-child,.papago_ti_top>div:last-child{
    width: unset;
    padding-left: unset;
    padding-right: unset;
    padding: 0.5em 1em;
  }
  .papago_textlist_item .papago_ti_top{
    flex-direction: column;
  }
  .papago_box{
    width: unset;
    min-height: 20vh;
  }
  #papago_input_text,.papago_box_output{
    font-size: 1.2em;
    padding: 10px 20px;
  }
  .papago_textEx{
    margin-bottom: 1.2rem;
  }
}