@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/spoqa-han-sans/neo/css/SpoqaHanSans-kr.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif; }

body {
  scroll-behavior: smooth; }

h1 {
  margin-bottom: 3rem !important; }

.main {
  width: 100%; }

.header {
  height: 368px;
  background-color: #fff500;
  background-image: url("../img/header_pc.png");
  background-repeat: no-repeat;
  background-position: center; }

.sticky {
  position: sticky;
  top: 0; }

.menu {
  background-color: #000;
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100; }
  .menu > a {
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    transition: 0.1s;
    display: flex;
    align-items: center; }
    .menu > a.active {
      color: #fff503; }
    .menu > a:not(:last-child)::after {
      content: "";
      width: 1px;
      height: 22px;
      background: #3a3a3a;
      display: block;
      margin-left: 2em;
      margin-right: 2em; }

.submain > div {
  padding: 100px 0 150px;
  background-color: #fff;
  min-height: 500px;
  border-bottom: 1px solid #332e2e; }
  .submain > div > div {
    width: 978px;
    margin: 0 auto; }

#summary > div > div {
  display: flex; }

#summary > div > div.row {
  height: 80px;
  line-height: 70px;
  justify-content: space-between; }
  #summary > div > div.row .th {
    width: 146px;
    border-top: 3px solid #000;
    font-size: 25px;
    font-weight: 700; }
  #summary > div > div.row .td {
    min-width: 783px;
    border-top: 1px solid #dcdcdc;
    font-size: 24px;
    padding-left: 10px; }
  #summary > div > div.row .num {
    font-family: "Spoqa Han Sans"; }
  #summary > div > div.row .map {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px; }
  #summary > div > div.row .btn {
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    background: #000;
    color: #fff;
    padding: 8px 15px; }
    #summary > div > div.row .btn > span {
      color: #fff121; }
  #summary > div > div.row .small {
    margin-left: 20px;
    color: #666;
    font-size: 16px; }
  #summary > div > div.row.last .th {
    border-bottom: 3px solid #000; }
  #summary > div > div.row.last .td {
    border-bottom: 1px solid #dcdcdc; }

#summary > div > div.mapimage {
  height: 448px;
  border: 1px solid gray;
  margin-top: 100px; }

#summary > div > div.traffic {
  padding: 50px 0;
  border-bottom: 1px solid #dcdcdc; }
  #summary > div > div.traffic .row {
    width: 100%;
    padding-left: 20px; }
  #summary > div > div.traffic .th {
    font-size: 23px;
    font-weight: 500;
    line-height: 2; }
  #summary > div > div.traffic .td {
    display: flex;
    justify-content: space-between; }
  #summary > div > div.traffic.subway .th > img {
    display: none; }
  #summary > div > div.traffic.subway .td {
    font-size: 20px;
    margin-top: 35px;
    text-align: center; }
    #summary > div > div.traffic.subway .td div > p {
      line-height: 30px;
      margin-top: 15px; }
    #summary > div > div.traffic.subway .td .small {
      font-size: 17px;
      font-weight: normal;
      letter-spacing: -0.34px; }
  #summary > div > div.traffic.bus .td > div {
    width: 30%; }
  #summary > div > div.traffic.bus .td .tit {
    font-size: 19px;
    font-weight: 500;
    padding: 15px 0 10px;
    border-bottom: 1px solid #000;
    position: relative;
    height: 40px;
    margin-bottom: 15px; }
    #summary > div > div.traffic.bus .td .tit > div {
      position: absolute;
      height: 30px;
      background: #fff; }
  #summary > div > div.traffic.bus .td .line {
    font-size: 17px;
    margin-bottom: 10px;
    display: flex; }
    #summary > div > div.traffic.bus .td .line i {
      display: block;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      margin-right: 10px; }
      #summary > div > div.traffic.bus .td .line i.blue {
        background: #2770c6; }
      #summary > div > div.traffic.bus .td .line i.green {
        background: #47c322; }
      #summary > div > div.traffic.bus .td .line i.red {
        background: #fb2d18; }
    #summary > div > div.traffic.bus .td .line b {
      margin-left: 5px; }

#program > div table {
  width: 100%;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000; }

#program > div th {
  font-size: 20px;
  font-weight: normal;
  line-height: 3;
  border-bottom: 1px solid #000; }
  #program > div th:not(:last-child) {
    border-right: 1px solid #dcdcdc; }

#program > div td {
  font-size: 22px;
  height: 115px; }
  #program > div td.num {
    font-family: "Spoqa Han Sans"; }
  #program > div td:not(:last-child) {
    border-right: 1px solid #dcdcdc; }
  #program > div td .small {
    font-size: 17px;
    display: flex;
    padding-top: 10px; }

#program > div tr td {
  border-bottom: 1px solid #dcdcdc;
  padding-left: 20px; }

#program > div tr:last-child td {
  border-bottom: 0; }

#teacher {
  background-color: #f2f2f2; }
  #teacher > div {
    max-width: 980px; }
    #teacher > div .card {
      width: 100%;
      min-height: 370px;
      position: relative;
      margin-bottom: 4rem;
      background-color: #fff72e; }
      #teacher > div .card > div.con {
        background-color: #fff;
        padding-top: 2rem;
        font-size: 1rem;
        font-weight: 500;
        color: #676767;
        line-height: 1.5; }
        #teacher > div .card > div.con > div {
          display: flex; }
          #teacher > div .card > div.con > div > div:first-child {
            color: #000; }
          #teacher > div .card > div.con > div > div:last-child {
            margin-left: 3rem;
            margin-bottom: 1rem; }
        #teacher > div .card > div.con > div.con1 {
          margin-left: 5rem; }
          #teacher > div .card > div.con > div.con1 > div:first-child {
            font-size: 2rem; }
        #teacher > div .card > div.con > div.con2 {
          border-top: 1px solid #f2f2f2;
          margin: 0 0 1rem 8rem;
          padding-top: 1rem; }
        #teacher > div .card > div.con > div.con3 {
          color: #000;
          padding: 1rem 0 70px 8rem;
          background-color: #fff72e; }
      #teacher > div .card > div.pic {
        position: absolute;
        bottom: 0;
        right: 0; }
      #teacher > div .card > div.footer {
        background-color: #000;
        height: 60px;
        font-size: 21px;
        font-weight: 500;
        color: #fff503;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0;
        width: 100%; }
        #teacher > div .card > div.footer > div {
          padding-left: 4rem; }
          #teacher > div .card > div.footer > div:last-child {
            padding-left: 2rem; }

#apply > div .info,
#confirm > div .info {
  font-size: 1.37rem;
  line-height: 2rem; }

#apply > div label,
#confirm > div label {
  font-size: 1.125rem;
  text-align: left;
  margin-left: 2rem; }
  #apply > div label > i,
  #confirm > div label > i {
    color: #ff0000; }

#apply > div input,
#apply > div select,
#apply > div option,
#confirm > div input,
#confirm > div select,
#confirm > div option {
  font-size: 1.125rem; }

#apply > div select,
#confirm > div select {
  padding: 0.3em; }

#apply > div .pure-radio,
#confirm > div .pure-radio {
  position: relative; }
  #apply > div .pure-radio i,
  #confirm > div .pure-radio i {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #d1d3d9;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px; }
  #apply > div .pure-radio input,
  #confirm > div .pure-radio input {
    -webkit-appearance: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    opacity: 0; }
  #apply > div .pure-radio input:checked + i,
  #confirm > div .pure-radio input:checked + i {
    content: "";
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAD3klEQVRIia2W/W9TVRjHP3Rd29uud2UB2ZjB2RY32iw1LFFGcMaYCDg2MxJQMmOCL4k/6Y/zHzDRH/xVY6IgUQgRA1NB0IUYRsLUBJJJthD2hguDDsYYfW+3rua59+4FaG83tic5aZvzPc/n9Lw857uGIhEMhCzADqAF2A74gQpj1D1gAPgLOA1c7OvvnTXLWBBogN4DOtLplC8SjRCLRchk0szMzGgaq9WKzWanrExFdavY7Y4h4HPg20LgvMBgIFQH/BCPxxrG79wmmUwUWwgtFMXJhqeqcLnKrgDtff2914oOCgZCu7fU1UfXeipywBM1GSs5JFcxWHNdbTCtKM4nhs01ySG5goFQSyFYncxqNWCLoVvq6mPGFmlhMWAlwNFweKxsqftVLJq2u6iuyhIOj7kkt8HQgcDBeDy29f7U5KrA3tzr4fwvfrrP+ilXY0huYWhA4/h3yGlcjWjZrXLkq01YLLBhvZUXGpyMj9+SzB3CElhTKpX0r8ZSvtJUxvFDNZSW6rfty28m+PHUFMlUUpoUjCYBNj+ITK0Y9mKDk1+PP4vDrsOOHJvko46x+f6IzmgWYGMiEV8R7Pl6hXMnvSgO/Uic6Jzig49vksstaAxGoyg2Z9LpvIm++HQjXad8lKslBWGBWge/n/SiunXN6XMR3vlwlGw295DOYGyWK5HJd4f2t3ly2cmQ1i785s85FctjGr/XnhvtC8zrzv/sy6uba8KyFKqn/1xOMH5XL9I7trnoPFaDzbYgfXpjKWd/8lJdVarrryRoPTBCImn+WAhw0lpifaznxmiGnW1DTNzToa++7ObEdzWUlKxh/Torf3T68NbYtL5/+1Ls2jtMPFEYZjDuC3DAZrfnFV3tT9H61giRaFb7vWeXyvdfb6Kr00etXx9zbSDNa21DPIhkzf4ZBuO6AHucTldB4d+XE7xxYIRkSp+9VJH6gEP7PjSir8LdiRlTmITB6BHgGdVdbiruvhSnrf0G09MLJ2/s9jSv7xvm5q3pojAJVfXIxxkBdiuKc1AeT7Po+jPK/oP/MTuLtq8724YZHM5/nR4Nya04lEFhaV3BQOj9mmd8S3pyXmp05Z7z2Zf1TEluYbDotTgstmCtp6LobC/2xLk+tLR/JuHxVMxZjsPzwL7+Xjli7ZWV1bFiS7uckFxVldVS0942GA+H2IFVthiZYCDUajrHORPlWYGJ8iyYqD2P5jeziUfj8ejW8TvhZdrESlwud0GbaGaEpfy/C3ySTqe85kbYjdxlu90xDHwGHMq7Z2bARWDNFUhlA7YZVn+d0T0hBUcqiFxq4IKp1Qf+B9SU8zKLHOlSAAAAAElFTkSuQmCC");
    border: 0;
    display: inline-block; }

#apply > div .pure-checkbox,
#confirm > div .pure-checkbox {
  position: relative; }
  #apply > div .pure-checkbox i,
  #confirm > div .pure-checkbox i {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #b6b6b6;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 15%;
    vertical-align: middle;
    margin-right: 10px; }
  #apply > div .pure-checkbox input,
  #confirm > div .pure-checkbox input {
    -webkit-appearance: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    opacity: 0; }
  #apply > div .pure-checkbox input:checked + i,
  #confirm > div .pure-checkbox input:checked + i {
    content: "";
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAARVBMVEVHcEwrKi8rKi8AAAArKi8rKi8rKi8rKi8rKi8rKi8rKi/97i8ODQklIgYkIyj05i09OQu7sCLn2SrWyShTTg+kmh6QiBqAWhI2AAAACnRSTlMA9U7/iMBP9sFQ0aKKzgAAAKNJREFUKM990lEWhCAIBVCKykp0ypz2v9ShpkiL5E+vxwP6AIo1tNWYV9UOuzSe8F7kG5bao1a+BmhJJeoBjLI/OUQDMD4l2uBw1Ch+rI0qTSwrarTJFzVyhwit8zGCC9bOmFDkNYlQSudZt4jIhX8jluV8HGlj7yuVpMPNWBw+abdwSTZXzCQfeUpFf14h80Km+MvdSza6YqI4h7255dD0nMMfsCEOFhwCFwgAAAAASUVORK5CYII=");
    border: 0;
    display: inline-block; }

#apply > div .pure-form legend,
#confirm > div .pure-form legend {
  border-color: #6b6b6b;
  padding: 1rem 0;
  margin-bottom: 1.5rem; }

#apply > div .pure-radio-group,
#confirm > div .pure-radio-group {
  display: inline-block;
  vertical-align: top; }
  #apply > div .pure-radio-group .pure-radio,
  #confirm > div .pure-radio-group .pure-radio {
    display: block;
    text-align: left;
    margin-left: 0; }
    #apply > div .pure-radio-group .pure-radio:first-child,
    #confirm > div .pure-radio-group .pure-radio:first-child {
      margin-bottom: 0.5rem; }

#apply > div .topline,
#confirm > div .topline {
  border-top: 1px solid #e9e9e9;
  margin-top: 1.5rem;
  padding-top: 1.5rem; }

#apply > div .bottomline,
#confirm > div .bottomline {
  border-bottom: 1px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }

#apply > div .pure-form-aligned .pure-control-group,
#confirm > div .pure-form-aligned .pure-control-group {
  display: flex; }
  #apply > div .pure-form-aligned .pure-control-group > label,
  #confirm > div .pure-form-aligned .pure-control-group > label {
    width: 30%;
    line-height: 1.5;
    vertical-align: top; }
  #apply > div .pure-form-aligned .pure-control-group .pure-radio-group.up > div,
  #confirm > div .pure-form-aligned .pure-control-group .pure-radio-group.up > div {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem; }
  #apply > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio,
  #confirm > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio {
    width: 28px;
    display: inline-block;
    margin: 0;
    margin-right: 0.5rem;
    text-align: center;
    font-size: 0.8rem; }
    #apply > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio input,
    #confirm > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio input {
      height: 42px; }
    #apply > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio > div:last-child,
    #confirm > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio > div:last-child {
      display: none; }
  #apply > div .pure-form-aligned .pure-control-group .pure-check-group,
  #confirm > div .pure-form-aligned .pure-control-group .pure-check-group {
    display: inline-block; }
    #apply > div .pure-form-aligned .pure-control-group .pure-check-group .pure-checkbox,
    #confirm > div .pure-form-aligned .pure-control-group .pure-check-group .pure-checkbox {
      display: block;
      margin: 0 0 0.5rem; }
  #apply > div .pure-form-aligned .pure-control-group.ques > label:first-child > span,
  #confirm > div .pure-form-aligned .pure-control-group.ques > label:first-child > span {
    font-size: 1.25rem;
    font-weight: bold;
    background: linear-gradient(to top, #fff503 50%, transparent 50%);
    padding-bottom: 0.2rem; }
  #apply > div .pure-form-aligned .pure-control-group.ques > div,
  #confirm > div .pure-form-aligned .pure-control-group.ques > div {
    display: inline-block; }
    #apply > div .pure-form-aligned .pure-control-group.ques > div > label,
    #confirm > div .pure-form-aligned .pure-control-group.ques > div > label {
      width: 100%;
      margin-left: 0;
      color: #676767;
      font-size: 1rem;
      line-height: 1.5; }
      #apply > div .pure-form-aligned .pure-control-group.ques > div > label b,
      #apply > div .pure-form-aligned .pure-control-group.ques > div > label u,
      #confirm > div .pure-form-aligned .pure-control-group.ques > div > label b,
      #confirm > div .pure-form-aligned .pure-control-group.ques > div > label u {
        color: #000;
        font-weight: bold; }
      #apply > div .pure-form-aligned .pure-control-group.ques > div > label.pure-checkbox,
      #confirm > div .pure-form-aligned .pure-control-group.ques > div > label.pure-checkbox {
        font-size: 1.1rem; }
    #apply > div .pure-form-aligned .pure-control-group.ques > div > textarea,
    #confirm > div .pure-form-aligned .pure-control-group.ques > div > textarea {
      display: block;
      width: 100%;
      height: 10rem;
      margin-top: 1rem;
      margin-bottom: 2rem; }

#apply > div div.btn,
#confirm > div div.btn {
  text-align: center;
  padding-top: 2rem; }
  #apply > div div.btn button.pure-button,
  #confirm > div div.btn button.pure-button {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 1.56rem;
    padding: 1rem 5rem;
    margin: 0; }
    #apply > div div.btn button.pure-button > span,
    #confirm > div div.btn button.pure-button > span {
      color: #fff503; }
  #apply > div div.btn button.pure-button.cancel,
  #confirm > div div.btn button.pure-button.cancel {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-right: 1rem; }

#apply > div #tar_u,
#confirm > div #tar_u {
  display: none; }

#confirm > div .result {
  display: flex;
  height: 4rem;
  width: 100%;
  align-items: center;
  background-color: #3e3e3e;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  #confirm > div .result > div {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    margin-left: 2rem; }
  #confirm > div .result > div:first-child {
    width: 17px;
    height: 100%;
    margin-left: 0;
    background-color: #fff503; }
  #confirm > div .result > div:last-child {
    color: #fff503; }

input:invalid {
  border-color: tomato !important; }

.flex {
  display: flex;
  justify-content: left; }

br.visible-xs {
  display: none; }

@media (max-width: 800px) {
  br.visible-xs {
    display: initial; }
  .header {
    background-image: url("../img/header_mobile.png");
    height: calc(0.77 * 100vw);
    width: 100%;
    background-size: cover;
    display: block; }
  .menu {
    height: auto;
    padding: 1rem 1rem; }
    .menu > a {
      font-size: 1.5rem; }
      .menu > a:not(:last-child)::after {
        margin: 0 0.8rem; }
  .submain > div > div {
    width: 95%; }
  #summary > div > div.row {
    height: auto;
    flex-direction: column;
    border-top: 1px solid #dcdcdc;
    line-height: 3rem;
    padding-bottom: 1rem; }
    #summary > div > div.row .th {
      color: #929292;
      font-size: 1rem; }
    #summary > div > div.row .td {
      border-top: 0;
      min-width: auto; }
    #summary > div > div.row .btn {
      display: block;
      width: 100%;
      padding: 15px; }
    #summary > div > div.row .small {
      color: #000;
      font-size: 18px; }
    #summary > div > div.row.last .th {
      border-bottom: 0; }
  #summary > div > div.traffic.subway {
    display: block; }
    #summary > div > div.traffic.subway .row {
      padding: 0; }
    #summary > div > div.traffic.subway > div:first-child {
      display: none; }
    #summary > div > div.traffic.subway .th {
      display: flex; }
      #summary > div > div.traffic.subway .th > img {
        display: block;
        margin-right: 10px; }
    #summary > div > div.traffic.subway .td {
      flex-direction: column; }
      #summary > div > div.traffic.subway .td > div {
        padding: 10px 0; }
  #summary > div > div.traffic.bus .row {
    padding-left: 1rem; }
    #summary > div > div.traffic.bus .row .td {
      flex-direction: column; }
      #summary > div > div.traffic.bus .row .td > div {
        width: 100%;
        margin-bottom: 1.5rem; }
  #program > div tr td {
    padding-left: 0.5rem;
    font-size: 1rem; }
    #program > div tr td:first-child {
      width: 25%; }
    #program > div tr td:last-child {
      width: 33%; }
    #program > div tr td .small {
      font-size: 0.8rem; }
  #teacher > div {
    max-width: 90%; }
    #teacher > div .card > div.con {
      font-size: 1rem;
      font-weight: normal;
      word-break: keep-all;
      word-wrap: break-word; }
      #teacher > div .card > div.con > div {
        flex-direction: column; }
        #teacher > div .card > div.con > div > div:last-child {
          margin-left: 1rem;
          margin-bottom: 3rem; }
      #teacher > div .card > div.con > div.con1 {
        margin-left: 1.5rem;
        background-image: url("../img/teacher1.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 80%;
        min-height: 95vw; }
        #teacher > div .card > div.con > div.con1 > div:first-child {
          font-size: 2rem; }
        #teacher > div .card > div.con > div.con1 > div:last-child {
          width: 50%; }
      #teacher > div .card > div.con > div.con2 {
        margin-left: 1.5rem;
        margin-right: 1.5rem; }
      #teacher > div .card > div.con > div.con3 {
        padding: 1rem 1.5rem;
        min-height: 80vw; }
    #teacher > div .card > div.pic {
      display: none; }
    #teacher > div .card > div.footer {
      display: block;
      padding: 1.5rem 0;
      height: auto; }
      #teacher > div .card > div.footer > div {
        padding-left: 2rem; }
        #teacher > div .card > div.footer > div:last-child {
          font-size: 2rem;
          word-break: keep-all;
          word-wrap: break-word; }
    #teacher > div .t2 .con1 {
      background-image: url("../img/teacher2.png") !important;
      min-height: 357px !important; }
    #teacher > div .t2 .con3 {
      padding-bottom: 150px !important; }
    #teacher > div .t3 .con1 {
      background-image: url("../img/teacher3.png") !important;
      min-height: 367px !important; }
  #apply > div .info,
  #confirm > div .info {
    font-size: 1rem; }
  #apply > div .pure-form-aligned .pure-control-group,
  #confirm > div .pure-form-aligned .pure-control-group {
    flex-direction: column; }
    #apply > div .pure-form-aligned .pure-control-group > label,
    #confirm > div .pure-form-aligned .pure-control-group > label {
      width: 100%;
      margin-left: 0; }
    #apply > div .pure-form-aligned .pure-control-group .pure-radio-group.up > div,
    #confirm > div .pure-form-aligned .pure-control-group .pure-radio-group.up > div {
      display: block; }
    #apply > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio,
    #confirm > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio {
      display: block;
      font-size: 1rem;
      width: 100%;
      margin: 0.3rem;
      text-align: left; }
      #apply > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio > *,
      #confirm > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio > * {
        display: inline-block; }
      #apply > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio input,
      #confirm > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio input {
        height: 28px; }
      #apply > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio > div:first-child,
      #confirm > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio > div:first-child {
        display: none; }
      #apply > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio > div:last-child,
      #confirm > div .pure-form-aligned .pure-control-group .pure-radio-group.up .pure-radio > div:last-child {
        display: inline-block; }
  #apply > div div.btn,
  #confirm > div div.btn {
    display: flex;
    justify-content: center; }
    #apply > div div.btn button.pure-button,
    #confirm > div div.btn button.pure-button {
      font-size: 1rem; }
  #confirm > div .result > div {
    font-size: 1rem;
    margin-left: 1rem; } }

@media (max-width: 700px) {
  .menu {
    height: 61px; }
    .menu > a {
      font-size: 1rem; } }

@media (max-width: 500px) {
  .menu {
    height: 45px; }
    .menu > a {
      font-size: 0.8rem; }
  img.line7 {
    max-width: 95vw; } }
