@charset "utf-8";

/*전체설정*/
* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
img {
  vertical-align: top;
  border: 0;
}
body {
  font-size: 18px;
  position: relative;
}
.wrap {
  margin: 0 auto;
  /* position: relative; */
  z-index: 10;
  overflow: hidden;
}

/*bg 설정*/
.bg {
  width: 30wv;
  background: linear-gradient(
    90deg,
    #fff 1%,
    #fff 50%,
    #b3c5c9 50%,
    #b3c5c9 100%
  );
  position: fixed;
  z-index: 1;
}
/*header 설정*/
.header {
  /* height: 0.3rem; */
  /*        background-color: #aaa;*/
  border-bottom: 2px solid #005fad;
  /* position: fixed; */
  z-index: 10;
}

/*select 설정*/
.select {
  width: 100%;
  height: 4em;
  /*        background-color: #ccc;*/
  top: 50px;
}
#selectcon {
  font-size: 1rem;
  width: 8em;
  height: 1.8em;
  margin-top: 35px;
  border-radius: 3px;
  text-align: center;
  margin-left: 1em;
}
/*output 설정*/
.output {
  /*background-color: #ccc;*/
  width: 20em;
  height: 2em;
  margin-top: 30px;
  border-bottom: 2px solid #005fad;
  font-size: 0.9em;
  font-weight: bolder;
}
.output p {
  text-align: center;
}

.incline {
  margin-top: 30px;
  font-size: 0.9em;
}

/*contents 설정*/
.contents {
  /*background-color: #ccc;*/
  height: 540px;
  margin-top: 30px;
  display: block;
  content: "";
  clear: both;
}
/*con 설정*/
.con {
  width: 80%;
  height: 490px;
  margin-top: 25px;
  margin-left: 10%;
  border-radius: 20px;
  border: 1px solid #9fb6c1;
  background-color: #fff;
  position: relative;
  /* float: left; */
}

.con ul {
  height: 100%;
  width: 100%;
  margin: 0;
}
.con ul:nth-child(1) {
  /* position: absolute; */
  display: block;
}
.con ul:nth-child(2) {
  /* position: absolute; */
  display: none;
}
.con ul li {
  width: 95%;
  height: 30px;
  margin: 10px 0 10px 0;
  /*            background-color: #ccc;*/
  display: block;
  content: "";
  clear: both;
  border-bottom: 1px dotted #9fb6c1;
}
.con ul li p {
  float: left;
  margin-left: 0px;
}
.con ul li span {
  float: right;
  margin-right: 15px;
}
/*conimg 설정*/

.conimg {
  float: right;
  margin-top: 20px;
  margin-right: 250px;
  /*        background-color: #aaa;*/
}
/*block 설정*/
.block {
  /*background-color: #ccc;*/
  height: 30px;
  display: block;
  content: "";
  clear: both;
}
.blocktit {
  float: left;
  width: 200px;
  height: 100%;
  border-bottom: 2px solid #005fad;
  /*        background-color: #aaa;*/
  font-size: 16px;
}
.blocktit p {
  text-align: right;
}
.blockbut {
  /*        background-color: #bbb;*/
  height: 50px;
}
/* on/off버튼 설정 */
.switch-button {
  position: relative;
  margin: 0px 20px 0px 40px;
  display: inline-block;
  width: 55px;
  height: 30px;
}
.switch-button input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.onoff-switch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #00a550;
  box-shadow: inset 1px 5px 1px #0d5b30;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.onoff-switch:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.4s;
  border-radius: 20px;
}
.switch-button input:checked + .onoff-switch {
  background-color: #ed1c24;
  box-shadow: inset 1px 5px 1px #c11623;
}
.switch-button input:checked + .onoff-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/*blockcon 설정*/
.blockcon {
  height: 50px;
  margin-top: 30px;
  /*background-color: #ccc;*/
  margin-left: 70px;
  display: block;
  content: "";
  clear: both;
}
.blockcon p {
  float: left;
}
.blockcon p:nth-child(1) {
  /*background-color: #ccc;*/
  border-right: 1px dotted #005fad;
  /* color: #00a550; */
  font-weight: bold;
  padding: 10px 70px;
}
.blockcon p:nth-child(2) {
  /* color: #888; */
  border-right: 1px dotted z#005fad;
  font-weight: bold;
  padding: 10px 70px;
}
.blockcon p:nth-child(3) {
  color: #888;
  display: inline-block;
  font-weight: bold;
  padding: 10px 0px 10px 70px;
}
.block2 {
  /* float: left; */
  width: 200px;
  height: 100%;
  border-bottom: 2px solid #005fad;
  /*        background-color: #aaa;*/
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block2 p {
  text-align: right;
  margin: 0 0 8px 0;
}
.block2con {
  height: 50px;
  margin-top: 20px;
  /*background-color: #ccc;*/
  margin-left: 70px;
  display: block;
  content: "";
  clear: both;
}
.block2con p {
  float: left;
  padding: 10px 70px;
  margin: 0;
}
.block2con p:nth-child(1) {
  /*background-color: #ccc;*/
  border-right: 1px dotted #005fad;
}
.block2con p:nth-child(2) {
}

/*footer 설정*/
.footer {
  /*        background-color: #aaa;*/
  border-top: 2px solid #005fad;
  /* bottom: 40px; */
  /* position: fixed; */
  z-index: 10;
}
