body {
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    margin: 0;
    padding: 0;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  img{
    display: block;
  }

  .menu_bar{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #999999;
    text-align: center;
  }

  .menu_bar > .menu_title{
    margin: 2rem 0 2rem 0;
    font-size: 2.5rem;
    color: #666666;
  }
  
  .container{
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 3rem auto;
    grid-gap: 16px;
    min-height: 68vh;
  }

  .container > .sub_bar{
    background-color: #F69400;
    grid-column: 1/9;
    grid-row: 1/1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .container > .sub_bar > .sub_title{
    color: white;
    font-size: 1.5rem;
    margin-left: 1rem;
    font-weight: 600;
  }

  .container > .sub_bar > .sub_num{
    display: flex;
  }

  .container > .sub_bar > .sub_num > .circle{
    background-color: #FFFFFF;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin-right: 1rem;
  }

  .container > .content{
    grid-column: 1/9;
  }

  .chbx{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
  }

  .flex_form{
    display: flex;
  }

  .flex_form > label{
    margin-left: 0.5rem;
    font-size: 1rem;
  }

  .agree_ment > p{
    font-size: 2rem;
    font-weight: 500;
    margin: 1rem 0 1rem 0;
  }

  .agree_ment > .textarea{
    background-color: #EEEEEE;
    width: 100% - 1rem;
    padding: 1rem;
  }

  .select_agree{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
  }

  .select_agree > .agree_radio{
    display: flex;
  }

  .noflex{
    display: block;
  }

  .noflex_right{
    float: right;
  }

  .agree_ment > .textarea > .sub_title{
    font-size: 1rem;
    margin: 0;
    font-weight: 550;
  }

  .agree_ment > .textarea > p{
    margin: 0 0 0 0;
  }

  table{
    width: 100%;
  }

  table, th, td{
    border: 1px solid #333333;
    border-collapse: collapse;
  }

  table > tbody > tr > td{
    min-width: 10rem;
    padding: 1rem;
    text-align: center;
  }

  .table_content{
    text-align: left;
    width: 100%;
  }

  .half_table{
    width: 50%;
  }

  .submit_div{
    margin: 2rem 0 6rem 0;
    text-align: center;
  }

  .submit{
    width: 10rem;
    height: 3rem;
    background-color: #F69400;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 400;
    border: none;
    justify-self: center;
  }

  .scroll{
    height: 15rem;
    overflow-y: auto;
  }

  h2{
    margin: 0;
    margin-bottom: 1rem;
  }

  .agree_ment > .textarea > ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list_class > li{
    margin-left: 1rem;
  }

  .c_title_box{
    margin: 2rem 0 2rem 0;
    color: #F69400;
    text-align: right;
  }

  .c_title_box > .certi_title{
    font-size: 2rem;
    font-weight: 600;
  }

  .c_title_box > .certi_des{
    font-size: 1.8rem;
    font-weight: 400;
  }

  .certi_line{
    border-bottom: 1px solid #CCCCCC;
  }
  
  .certi_btn_box{
    margin: 7rem;
    text-align: center;
  }

  .certi_btn{
    width: 10rem;
    height: 4rem;
    font-size: 1.5rem;
    font-weight: 300;
    background-color: #F69400;
    color: #FFFFFF;
    border: none;
  }

  .join_form > .input_div{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: auto;
  }

  .join_form > .input_div > input{
    grid-column: 3/8;
    border: none;
    border-bottom: 1px solid #999999;
    height: 2rem;
    margin: 0 0 1rem;
    font-size: 1.5rem;
  }

  .join_form > .input_div > .lbl_main{
    grid-column: 3/5;
    margin-bottom: 0.5rem;
  }

  .join_form > .input_div > .lbl_sub{
    grid-column: 5/8;
    text-align: right;
    font-size: 1rem;
    color: red;
  }

  .join_form > .input_div > .sex_check{
    grid-column: 5/8;
    text-align: right;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .join_form > .input_div > .sex_check > .chk_box{
    height: 2rem;
    border-radius: 1rem; 
    color: #F69400;
    padding: 0 1rem 0 1rem;
    border: 1px solid #F69400;
  }

  .join_form > .input_div > .lbl_main > label{
    background-color: #F69400;
    color: white;
    border-radius: 1rem;
    font-size: 1.2rem;
    padding: 0.2rem 1rem 0.2rem 1rem;
  }

  .join_form > .input_div > select{
    grid-column: 3/7;
  }

  .lbl_info{
    margin-left: 1rem;
  }

  #btn_user_info{
    width: 8rem;
    height: 4rem;
    background-color: #F69400;
    border: none;
    color: white;
    font-size: 2rem;
    font-weight: 600;
  }

  .btn_user_info{
    text-align: center;
    margin: 3rem 0 3rem 0;
  }

  .join_comp{
    text-align: center;
  }

  .join_comp > .lbl_text{
    color: #F69400;
    margin-top: 7rem;
  }

  .join_comp > .lbl_text > label{
    font-size: 3rem;
    font-weight: 600;
  }

  .join_comp > .btn_comp{
    margin-top: 7rem;
  }

  .join_comp > .btn_comp > button{
    width: 15rem;
    height: 8rem;
    border: none;
    color: white;
    font-size: 2rem;
    font-weight: 500;
    border: 2px solid #F69400;
    color: #F69400;
    background-color: #FFFFFF;
    transition-property: border, color;
    transition-duration: 0.5s;
  }

  .join_comp > .btn_comp > button:hover{
    border: 15px solid #F69400;
    cursor: pointer;
  }