.all {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
min-width: 1040px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.header {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 71px;
max-width: 1160px;
min-width: 1040px;
padding-right: 40px;
padding-left: 40px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.logo {
  width:150px;
  cursor: pointer;
}

.header_btn {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.button1 {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 120px;
height: 35px;
padding: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
background-color: #07ca8d;
color: #fff;
font-size: 12px;
font-weight: 500;
text-decoration: none;
}

.block1 {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 300px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #05b591;
background-image: linear-gradient(150deg, #0c4a5d, #05b591);
}

.box1 {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
max-width: 1160px;
min-width: 1160px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
}

.title1 {
  font-size: 40px;
line-height: 40px;
font-weight: 300;
}

.search_bar {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 60px;
min-width: 600px;
margin-top: 40px;
margin-bottom: 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
border-radius: 100px;
background-color: #fff;
}

.search_form_block{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
margin-bottom: 0px;
margin-left: 20px;
}

.form2{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.search_btn {
  position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.search_icon {
  position: absolute;
width: 55px;
height: 55px;
background-color: transparent;
}

.searchicon {
  width: 30px;
height: 30px;
opacity: 0.45;
}

.cbody {
  margin:0px;
}

.sub_text {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 12px;
}

.text_field{
  width: 100%;
height: 100%;
margin-bottom: 0px;
border-style: none;
background-color: transparent;
font-size: 20px;
color:#333333;
vertical-align: middle;
line-height: 1.428571429;
padding:8px 12px;
}
.text_field:focus{
  outline:0;
}

.block2 {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 600px;
min-width: 1040px;
padding: 50px 100px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.list1 {
  display: -ms-grid;
display: grid;
margin-bottom: 50px;
grid-auto-columns: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto;
}

.l1_btn{
  width: 350px;
  height: 280px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f5;
  border-radius: 5px;
  background-color: #f2f2f5;
  font-size: 18px;
  text-align: center;
}

.l1_img{
  width: 280px;
height: 200px;
max-width: none;
margin-bottom: 20px;
}

.l1_btn:hover {
  border-color: #07ca8d;
color: #07ca8d;
}

.title_color1{
  margin-bottom: 20px;
color: #07ca8d;
font-size: 25px;
line-height: 30px;
font-weight: 600;
text-align: center;
}

.list2 {
  display: -ms-grid;
display: grid;
margin-bottom: 50px;
grid-auto-columns: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}

.l2_btn {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 350px;
height: 70px;
padding: 20px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-style: solid;
border-width: 1px;
border-color: #f2f2f5;
border-radius: 5px;
background-color: #f2f2f5;
font-size: 18px;
text-align: center;
}

.l2_btn:hover {
  border-color: #07ca8d;
color: #07ca8d;
}

.block3 {
  width: 100%;
height: 280px;
background-color: #f2f2f5;
}

.bl3_content {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-width: 1000px;
padding: 50px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.bl3_img {
  width: 300px;
height: 180px;
}

.bl3_text {
  height:180px;
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 600px;
min-width: 600px;
padding-left: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 30px;
}

.bl3_text_2{
  font-size: 25px;
line-height: 40px;
}

.bl3_text_3{
  margin-top: 5px;
line-height: 30px;
cursor: pointer;
}

.footer {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 90px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
}

.f_btn_list {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
min-width: 800px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}

.f_btn{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 150px;
padding: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
-webkit-transition: background-color 400ms ease;
transition: background-color 400ms ease;
color: #000;
font-weight: 500;
text-decoration: none;
}

.f_btn:hover{
  background-color: rgba(7, 202, 141, 0.1);
color: #029874;
}

.sidebox {
  height: 400px;
min-width: 300px;
background-color: #f2f2f5;
font-weight: 500;
}

.side_title{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 60px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
}

.side_title_text{
  font-size: 25px;
line-height: 50px;
font-weight: 400;
}

.side_list{
      max-width: 500px;
}

.side_btn{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 40px;
padding: 10px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}

.side_btn.click{
  border-right: 4px solid #07ca8d;
background-color: rgba(7, 202, 141, 0.05);
color: #07ca8d;
}

.side_btn:hover{
  border-right: 4px solid #07ca8d;
background-color: rgba(7, 202, 141, 0.1);
}

.list_block2{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 50px 20px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}


.list_container {
  max-width: 850px;
min-width: 850px;
padding-right: 20px;
padding-left: 30px;
}

.notice_title {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 20px 20px 30px 40px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
font-weight: 500;
}

.notice_inner {
  font-size: 25px;
line-height: 50px;
font-weight: 400;
}

#board_area{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
min-height: 500px;
margin-top: 20px;
padding-right: 35px;
padding-bottom: 20px;
padding-left: 35px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}

.title_check{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 60px;
padding-left: 20px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
}

.title_check:hover{
  border-bottom-color: rgba(7, 202, 141, 0.3);
background-color: rgba(7, 202, 141, 0.1);
}

.title_check:active {
        color: #029874;
        font-weight: 500;
    }


#page_num {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 40px;
margin-top: 20px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 15px;
font-weight: 400;
}

#page_num a {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 40px;
height: 40px;
margin-right: 10px;
margin-left: 10px;
padding: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: transparent;
-webkit-transition: background-color 400ms ease;
transition: background-color 400ms ease;
color: #000;
text-decoration: none;
}

#page_num a.click{
  background-color: rgba(7, 202, 141, 0.3);
color: #029874;
}

#page_num a:hover{
  background-color: rgba(7, 202, 141, 0.3);
}

.notice_time{
  color: rgba(0, 0, 0, 0.5);
font-size: 14px;
}

.bord{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
/* min-height: 500px; */
margin-top: 20px;
padding-right: 35px;
padding-bottom: 20px;
padding-left: 35px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}

.text_port{
  word-break: break-word;
margin-bottom: 20px;
}

.rb_block {
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 70px;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.w_button {
  display: inline-block;
padding: 9px 15px;
background-color: #3898EC;
color: white;
border: 0;
line-height: inherit;
text-decoration: none;
cursor: pointer;
border-radius: 0;
}

.button_return{
  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 120px;
height: 35px;
padding: 0px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-radius: 5px;
background-color: #07ca8d;
}

.title_input{
  display: block;
width: 100%;
height: 38px;
padding: 8px 12px;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
}

.textarea {
  min-height: 500px;
margin-top: 10px;
resize:none;
}


.add_wrap{
  width: 100%;
min-height: 200px;
padding: 20px 40px;
}

.add_text{
  font-size: 25px;
line-height: 40px;
font-weight: 500;
}

.add_text2{
      line-height: 35px;
}

.ask_title{
  font-size: 25px;
line-height: 40px;
font-weight: 500;
}

.add_bord{
  width: 100%;
min-height: 200px;
padding: 20px 40px;
border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.terms {
  padding: 10px;
background-color: #f2f2f5;
font-size: 14px;
font-style: normal;
white-space : pre-line;
}

@media(max-width:800px) {
  .all {
    min-width:auto;
  }

  .header {
    width: 100%;
height: 14vw;
max-width: none;
min-width: auto;
padding-right: 3vw;
padding-left: 3vw;
font-size: 3.5vw;
line-height: 4vw;
  }

  .block1 {
        height: 60vw;
  }
  .block1 .box1 {
    max-width: none;
min-width: auto;
padding-right: 4vw;
padding-left: 4vw;
  }
  .title1 {
    font-size: 6vw;
line-height: 6vw;
text-align: center;
  }

  .search_bar {
    width: auto;
height: 11vw;
min-width: 80vw;
  }
  .search_form_block{
        margin-left: 3vw;
  }
  .searchicon{
    width: 6vw;
height: 6vw;
  }
  .sub_text{
    -webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 3vw;
line-height: 4vw;
  }

  .block2 {
    width: 100%;
min-height: 120vw;
min-width: auto;
padding: 10vw 5vw;
  }
  .list1 {
    display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 10vw;
padding-right: 5vw;
padding-left: 5vw;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
  }
  .l1_btn {
    width: 70%;
height: 45vw;
font-size: 3.5vw;
  }

  .list2 {
    display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 10vw;
padding-right: 5vw;
padding-left: 5vw;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
  }
  .l2_btn {
    width: 80%;
height: 13vw;
padding: 3vw;
font-size: 3.5vw;
  }

  .block3 {
    display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto;
min-height: 40px;
margin-bottom: 15vw;
  }

  .bl3_content {
    width: 100%;
min-width: auto;
padding: 4vw 4vw 10vw;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
line-height: 6vw;
text-align: center;
  }
  .bl3_text {
    max-width: none;
min-width: auto;
padding-top: 5vw;
padding-bottom: 5vw;
padding-left: 4vw;
line-height: 6vw;
display:flex;
flex-direction: column;
justify-content: space-between;
  }
  .bl3_text .button1 {
    width:auto;
  }
  .list_block2 {
    flex-direction: column;
    width:100%;
  }
  .list_container {
    padding-left:0px;
    max-width: 100%;
    min-width: 100%;
  }
  .sidebox {
    height:auto;
  }
  .add_wrap{
    width:auto;
  }

  .l1_img {
    width: auto;
height: 40vw;
min-width: 40vw;
margin-bottom: 3vw;
  }
}
