@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.jsdelivr.net/nanumsquare/1.0/nanumsquare.css);

.partner_wrap {
  width:100%;
  height:auto;

}
.partner_wrap>* {
  font-family: 'NanumSquare', sans-serif;
box-sizing: border-box;
}
.partner_title {
  position:relative;
  width:100%;
  border-bottom:5px solid #333;
  margin-bottom:10px;
  height:70px;

}
.partner_t01 {
  position:absolute;
  left:0;
  bottom:8px;
  font-size:14px;
  line-height: 19px;
  font-weight:800;
  display: block;
  width:100%;
  color:#333;
 font-family: 'NanumSquare', sans-serif;
}
.partner_btn01 {
  /*position:absolute;
  right:0;
  bottom:8px;*/
  display: none;
}
.partner_btn01 .btn_submit {
  width:95px;
  height:28px;
}
.btn_submit {
  width:95px;
  display: inline-block;height:28px; margin:0 3px; border-radius:3px; text-align:center; font-family:'Noto Sans KR',돋움,san-serif; font-size:14px; font-weight:400; letter-spacing:-0.5px;color:#fff; border:0;
  background-color: #1da1f2;
}
.btn_submit_back {
  width:120px;
  display: inline-block;height:40px; margin:0 3px; border-radius:3px; text-align:center; font-family:'Noto Sans KR',돋움,san-serif; font-size:16px; font-weight:400; letter-spacing:-0.5px;color:#fff; border:0;

  background-color: #7e7e81;
}
.partner_process {
  position:relative;
  width:100%;
  height:41px;
}
.partner_process>li {
  position:absolute;
  width:33.333334%;
  height:41px;
  text-align:center;
  box-sizing: border-box;
  padding-top:10px;
  border-right:1px solid #d2d2d2;
  border-left:1px solid #d2d2d2;

}

.partner_process>li:nth-child(1) {
  left:0;
}
.partner_process>li:nth-child(2) {
  left:33.333335%;
}
.partner_process>li:nth-child(3) {
  left:66.66666%;
}
.partner_process>li>a>img {
  display: inline-block;
  padding-right:10px;
}
.partner_process>li>a>span {
  font-size:16px;
  color:#7e7e81;
  font-weight:700;
}
.partner_process .process_on {
  background:url("../img/sub/map_tabbg_01.jpg") repeat-x;
    left:0;
}


.partner_process .process_on span {
  color:#fff;
}
.partner_process .process_off {
  background:url("../img/sub/map_tabbg_02.jpg") repeat-x;
}
.partner_process .process_off span {
  font-size:16px;
  color:#7e7e81;
  font-weight:700;
}
/*process01*/
.Pcon {
  width:100%;
  height:auto;
  padding:20px;
  box-sizing: border-box;
  border:1px solid #d2d2d2;
}
.Pcon_title {
  font-size: 16px;
  font-weight: bold;
  color:#333;
  font-weight:600;
  margin-bottom:10px;
  margin-left: 50px;
}
.Pcon_title span {
	font-size:15px;
	font-weight:normal;
	color:#666;
}
.Pcon_depth_01 {
  margin:0 auto 30px;
  width:90%;
}

.Pcon_depth_01>div {
  width:112px;
  height:112px;
  border-radius:56px;
  background:#d7d7d7 url("../img/sub/Pcon_bg.png") repeat-x;
  text-align:center;
  position: relative;
  box-shadow: 5px 5px 3px #bbb9b9;
  margin:0 12.5px 20px 12.5px;
  cursor:pointer;
  overflow:hidden;
  transition: all 0.5s;

}

.Pcon_depth_01>div>p {
  position: absolute;
  top:30px;
  width:110px;
  left:50%;
  text-align: center;
  margin-left:-55px;
  font-size:18px;
  color:#666;
  letter-spacing: 2;
  font-family: 'NanumSquare', sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.4s; /* Safari */
  transition: all 0.4s;

}
.Pcon_depth_01>div>ul{
  position:absolute;
  width:112px;
  left:50%;
  margin-left:-56px;
  bottom:-100px;
  -webkit-transition: all 0.4s; /* Safari */
  transition: all 0.4s;

}
.Pcon_depth_01>div>ul>li {
  color:#b9e7ec;
  font-size:11px;
  font-weight: 400;
  list-style-type: circle;
  /*text-indent: 15px;
  text-align: left;*/
  line-height: 15px;
}
.Pcon_depth_01>div>ul>li:last-child {
  font-size: 13px;
  color:#153c54;
  font-weight: 700;
  text-decoration: none;
  height:30px;
  text-align: center;
  text-indent: 0px;
  height:30px;
  background-color: #fff;
  box-sizing: border-box;
  padding-top:5px;


}
.Pcon_depth_01>div>div {
  position:absolute;
  display: block;
  width:32px;
  height:32px;
  top:60px;
  left:50%;
  margin-left:-15.5px;
  -webkit-transition: top 0.4s; /* Safari */
  transition: top 0.4s;
}
/*icon hover*/

    /*1번*/
    .Pcon_img01 {
      background-image: url(../img/sub/Pcon_01.png);
    }
    /*.Pcon_icon01:hover .Pcon_img01 {
      top:-50px;
      background-image: url(../img/sub/Pcon_01_hover.png);
    }*/
    /*2번*/
    .Pcon_img02 {
      background-image: url(../img/sub/Pcon_02.png);
    }
    /*.Pcon_icon02:hover .Pcon_img02 {
      top:15px;
      background-image: url(../img/sub/Pcon_02_hover.png);
    }*/
    /*3번*/
    .Pcon_img03 {
      background-image: url(../img/sub/Pcon_03.png);
    }
    /*.Pcon_icon03:hover .Pcon_img03 {
      top:15px;
      background-image: url(../img/sub/Pcon_03_hover.png);
    }*/
    /*4번*/
    .Pcon_img04 {
      background-image: url(../img/sub/Pcon_04.png);
    }
    /*.Pcon_icon04:hover .Pcon_img04 {
      top:15px;
      background-image: url(../img/sub/Pcon_04_hover.png);
    }*/
    /*5번*/
    .Pcon_img05 {
      background-image: url(../img/sub/Pcon_05.png);
    }
    /*.Pcon_icon05:hover .Pcon_img05 {
      top:15px;
      background-image: url(../img/sub/Pcon_05_hover.png);
    }*/
    /*6번*/
    .Pcon_img06 {
      background-image: url(../img/sub/Pcon_06.png);
    }
    /*.Pcon_icon06:hover .Pcon_img06 {
      top:15px;
      background-image: url(../img/sub/Pcon_06_hover.png);
    }*/
    /*7번*/
    .Pcon_img07 {
      background-image: url(../img/sub/Pcon_07.png);
    }
    /*.Pcon_icon07:hover .Pcon_img07 {
      top:15px;
      background-image: url(../img/sub/Pcon_07_hover.png);
    }*/
    /*8번*/
    .Pcon_img08 {
      background-image: url(../img/sub/Pcon_08.png);
    }
    /*.Pcon_icon08:hover .Pcon_img08 {
      top:15px;
      background-image: url(../img/sub/Pcon_08_hover.png);
    }*/

.Pcon_depth_01>div:hover {
  background-color: #1da1f2;
  background-image:none;
}
.Pcon_depth_01>div:hover ul {
  bottom:25px;
}
.Pcon_depth_01>div:hover div {
  top:-50px;
}
/*.Pcon_depth_01>div:hover ul li {
  color:#fff;
  font-size:14px;
  font-weight: 600;
  list-style-type: circle;
  line-height: 18px;
}*/
/*.Pcon_depth_01>div:hover ul li:last-child {
 height:50px;
}*/
.Pcon_depth_01>div:hover p {

  top:-150px;
  opacity: 0;
}
.Pcon_depth_01>div:nth-child(1){
  float:left;
}
.Pcon_depth_01>div:nth-child(2){
  float:left;
}
.Pcon_depth_01>div:nth-child(3){
  float:left;
}
.Pcon_depth_01>div:nth-child(4){
  float:left;
}
.Pcon_depth_01>div:nth-child(5){
  float:left;
}
.Pcon_depth_01>div:nth-child(6){
  float:left;
}
.Pcon_depth_01>div:nth-child(7){
  float:left;
}
.Pcon_depth_01>div:nth-child(8){
  float:left;
}

.Pcon_depth_01 .btn_sug {display:block; width:25%; height:40px; text-align:center; border-radius:5px; line-height:40px;
background:#1da1f2; clear:both; font-size:14px; font-weight:bold; color:#fff; margin:0 auto;}


.Pcon_depth_02 {
  width:60%;
  height:50px;
  text-align: center;
  margin:0 auto 30px;
  clear: both;
  font-family:'Noto Sans KR',돋움,san-serif; font-size:20px; font-weight:500;
  color:#111;
  line-height: 25px;
}
.Pcon_depth_03 {
  width:100%;
  text-align:center;
  overflow:hidden;
  /*background-color:#f6f5f5;*/
  box-sizing: border-box;
  padding:20px 0 ;
  border-top:1px solid #ddd;

}
.Pcon_depth_03 img {
  width:100%;
  height:auto;

}
.Pcon_depth_03_b {
  width:100%;
  height:auto;
  background: url(../img/sub/Pcon_depth03_bg.png) no-repeat ;
  background-size: cover;
  padding:10px;
  box-sizing: border-box;
}
.Pcon_depth_03_b img {
  width:90%;
  height:auto;
}
.Pcon_depth_03_c {
  font-size:12px;
  width:100%;
  font-weight: 400;
  margin: 5px 0 20px;
  box-sizing: border-box;
  line-height:14px;

}
.Pcon_depth_03_c br {
  display: none;
}
.Pcon_depth_04 {
  width:100%;
  height: auto;
  box-sizing: border-box;
  padding:20px;
  border:1px solid #ddd;
  margin-top:20px;
}
.Pcon_title02 {
  font-size:16px;
  font-weight:600;
  color:#1da1f2;
  margin-bottom:15px;

}
.Pcon_depth_04 ul li{
  width:100%;
  height:60px;
  border-bottom:1px dashed #e1e1e1;
    padding-top:10px;
}
.Pcon_depth_04 ul li img {
  display: inline-block;
  float: left;
  width:150px;
  height:auto;
  margin: 0 10px;
  border-radius:5px;
}
.Pcon_depth_04 ul li p {
  float: left;
  display: inline-block;
  width:50%;
  font-family:'Noto Sans KR',돋움,san-serif; font-size:15px; font-weight:500;
  padding:5px 0 0 5px;
  box-sizing: border-box;
}
.Pcon_depth_04 ul li p span {
  display: block;
  padding-top:5px;
  font-size: 11px;
  font-weight:400;

}
.Pcon_depth_04 ul li input {
  float: right;
  display: inline-block;
  width:10%;
  font-family:'Noto Sans KR',돋움,san-serif; font-size:14px; font-weight:500;
  width:95px;
 height:28px;
 margin-top:10px;
 box-sizing: border-box;

}
.Pcon_depth_04 ul:after {content:"";clear:both;}



/*process02*/
.Pcon02  {
  width:100%;
  height:auto;
  box-sizing: border-box;
  border:1px solid #d2d2d2;

}
  .Pcon02_depth_01 {
    position:relative;
    width:95%;
    height:200px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin:20px auto;
  }
  .Pcon02_depth_02 {
    position:relative;
    width:95%;
    height:200px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin:20px auto;
  }

  .Pcon02_title {
    position:absolute;
    top:0;
    left:0px;
    width:122px;
    height:40px;
    background-image: url("../img/sub/doctor_bg03.jpg");
    border-radius:10px 10px 0 0;
    text-align:center;
    color:#fff;
    font-weight:600;
    font-size:14px;
    box-sizing: border-box;
    padding-top:7px;
    z-index: 1;

  }

  .Pcon02_list {
    position:absolute;
    border-radius: 10px;
    background-color:#e3e5e6;
    z-index: 2;
    top:30px;
    left:0;
    height:auto;
    width:100%;
    box-sizing: border-box;
    padding:10px;
  }
  .Pcon02_list li {
    height:28px;
    margin-bottom:5px;
    border-bottom:1px solid  #ddd;
  }
  .Pcon02_list li label {
    display :inline-block;
    width:15%;
    text-indent: 10px;
    font-weight:bold;font-size:12px;
   font-family: "Nanum Gothic", sans-serif;

  }
  .Pcon02_list li p {
    display: inline-block;
    font-size:12px;
   font-family: "Nanum Gothic", sans-serif;
  }
.Pcon02_list li input,.Pcon02_list li select {
    border:1px solid  #ddd;
    border-radius:5px;
    font-size: 12px;
    box-sizing:border-box;
    padding:0 5px;
    height:25px;
    background-color:#ddd;
    color:#7e7e81;

}
.Pcon02_check {
  position:absolute;
  top:8px;
  right:0px;
}
.Pcon02_check label {
  font-size:11px;
  font-weight: 500;
}
.Pcon_on input,.Pcon_on>select {
  background-color:#000;
  color:#f00;
}

/*process03*/
.Pcon03 {
  width:100%;
  height:650px;
  box-sizing: border-box;
  border:1px solid #d2d2d2;

}
.Pcon03_depth_01 {
  margin:0 auto;
  width:90%;
  height:auto;
  border-radius:10px;
  background-color: #edecec;
  box-sizing: border-box;
  padding:20px;
  margin-top:20px;
}
.Pcon03_depth_01>li {
  border-bottom:1px solid #ddd;
  padding:10px;
}
/*.Pcon03_depth_01>li:nth-child(2) {
  height:40px;
}*/
.Pcon03_depth_01>li:nth-child(2)>img {
  width:100px;
  height:auto;
}
.Pcon03_depth_01>li>span {
  display: inline-block;
  width:15%;
  font-size: 12px;
  color:#999;
}
.Pcon03_depth_01>li>p {
  display: inline-block;
  font-size: 12px;
  color:#999;
}
.Pcon03_depth_01>li:last-child {
  padding:0;

}
.Con03_list {
  width:100%;
  background-color:#fff;
}
.Con03_list li {
  border-bottom:1px solid #ddd;
  padding:10px;

}
.Con03_list>li>span {
  display: inline-block;
  width:15%;
  font-size: 12px;
  color:#333;
  font-weight: bold;
}
.Con03_list>li>p {
  display: inline-block;
  font-size: 12px;
  color:#337bc3;
  font-weight: bold;

}
.Con03_title {
  font-size:14px;
  height: 35px;
  font-weight:800;
  box-sizing: border-box;
  padding-top:20px;
  /*padding-bottom:5px;*/
  color:#333;
 font-family: 'NanumSquare', sans-serif;

}
.Con03_text{
  width:80%;
  margin:0 auto;
  padding:20px;
  text-align: center;
  font-family: 'NanumSquare', sans-serif;
  font-size:16px;
  font-weight:800;
}
.Con03_text img {
  display: inline-block;
  margin-right: 20px;
}
.Con03_text span {
  display: inline-block;

}
.Pcon03_depth_02 {
  width:80%;
  margin:0 auto;
  padding:20px;
  text-align: center;
}
.Pcon03_depth_02 .btn_submit_sample {
  width:120px;
  display: inline-block;height:40px; margin:0 3px; border-radius:3px; text-align:center; font-family:'Noto Sans KR',돋움,san-serif; font-size:16px; font-weight:400; letter-spacing:-0.5px;color:#fff; border:0;

  background-color: #666;

}
.Pcon03_depth_02 .btn_submit {
  width:120px;
 height:40px;
 font-family:'Noto Sans KR',돋움,san-serif; font-size:16px; font-weight:400;
}
/*760px미만*/
@media all and (min-width:457px)and (max-width:769px){
  .Pcon_depth_01 {
	  height:430px;
	  }
  .Pcon_depth_02 {
    font-size:15px;
    width:100%;
  }
  /*process03*/
  .Pcon03_depth_02 {
    width:100%;
    padding:0;
    padding:15px 0;
  }
  .Pcon_depth_03 {
    padding:10px 0;
  }
  .Pcon03_depth_02 .btn_submit_back {
    width:20%;
    font-size:14px;
  }
  .Pcon03_depth_02 .btn_submit_sample {
    width:35%;
    font-size:14px;

  }
  .Pcon03_depth_02 .btn_submit {
    width:30%;
    font-size:14px;

  }

  /*process02*/
.Pcon02_list li label {
  width:30%;
  text-indent: 0px;
}
  /*process01*/
  .partner_t01 {
    font-size: 13px;
    line-height: 15px;
    height: 70px;
  }

.Pcon_depth_03 ul li {
  height:30px;
}
.Pcon_title {
  margin-left: 10px;
}
.Pcon_depth_04 {
  padding:10px;
}
.Pcon_depth_04 ul li p{
  width:40%;
}
/*.Pcon_depth_04 ul li p span {
  display: none;
}*/
.Pcon_depth_04 ul li input {
  width:70px;
}

}

@media all and (max-width:456px){
/*process03*/
.Pcon03_depth_01 {
  padding:5px;
}
.Pcon03_depth_01 li span {
  width:40%;
}
.Con03_list li span {
  display: block;
  height:20px;
}
.Con03_text {
  text-align:center;
}
.Con03_text span {
  font-size:12px;
}
.Con03_text img {
  display: none;
}
.Pcon03_depth_02 {
  width:100%;
  padding:0;
}
.Pcon03_depth_02 .btn_submit_back {
  width:20%;
  font-size:11px;
}
.Pcon03_depth_02 .btn_submit_sample {
  width:35%;
  font-size:11px;

}
.Pcon03_depth_02 .btn_submit {
  width:30%;
  font-size:11px;

}
  /*process02*/
  .Pcon02_list li label {
    width:35%;
    text-indent: 0px;
  }
.Pcon02_list li input,.Pcon02_list li select {
  width:55%;
  font-size:11px;
}
.Pcon_depth_02 {
  width:100%;
  padding:0;
  height:auto;
  font-size:14px;
}
.Pcon_depth_02 br {
  display: none;
}
.Pcon_depth_02 .btn_submit_back {
  width:45%;
  font-size:12px;
}
.Pcon_depth_02 .btn_submit {
  width:45%;
  font-size:12px;

}
.Pcon_depth_03 {
	margin-top:300px;
	padding-top:20px;
	}
  .Pcon_depth_04 {
    padding: 10px;
  }
  /*.Pcon_depth_04 ul li p span {
    display: none;
  }*/
  .Pcon_depth_04 ul li img {
    display: none;
  }
  .Pcon_depth_04 ul li input {
    margin: 0;
    width: 70px;
  }
  .Pcon_depth_04 ul li p{
    width:50%;
    padding: 0;
    font-size:
  }

.Pcon_depth_01 {
  margin:0 auto;
  width:100%;
  height:280px;
}
.partner_t01 br {
  display: none;

}
.partner_t01 {
  font-size: 12px;
  line-height: 13px;
  height: 70px;
}
.partner_process li a img {
  display: none;
}
.Pcon_depth_01>div {
  width:40%;
  height:40%;
margin:10px 10px 10px 0;
}
.Pcon_depth_01>div>p {
  font-size:12px;
}
.Pcon_depth_01>div>div {
 top:60px;}
.Pcon_depth_03 ul li {
  height:70px;
  line-height: 20px;
}
.Pcon_title {
  margin:0px;
  font-size:14px;
}
.Pcon_icon01:hover .Pcon_img01 {
  top:5px;
}
/*2번*/
.Pcon_icon02:hover .Pcon_img02 {
  top:5px;
}
/*3번*/
.Pcon_icon03:hover .Pcon_img03 {
  top:5px;
}
/*4번*/
.Pcon_icon04:hover .Pcon_img04 {
  top:5px;
}
/*5번*/
.Pcon_icon05:hover .Pcon_img05 {
  top:5px;
}
/*6번*/
.Pcon_icon06:hover .Pcon_img06 {
  top:5px;
}
/*7번*/
.Pcon_icon07:hover .Pcon_img07 {
  top:5px;
}
/*8번*/
.Pcon_icon08:hover .Pcon_img08 {
  top:5px;
}
.Pcon_depth_02 input {
  margin-top:20px;
}
}
