.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#popup_layer {
  position:fixed;
  top:0;
  left:0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/*팝업 박스*/
.popup_box{
  position: relative;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 450px;
  transform: translate(-50%, -50%);
  z-index: 1002;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
  -webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
}

/*컨텐츠 영역*/
.popup_box .popup_cont {
  padding: 30px;
  width: 100%;
  height: 100%;
  line-height: 1.8rem;
  word-break: break-word;
}
.popup_box .popup_cont h1 {
  padding: 15px 0;
  margin: 0;
  font-size: 24px;
  font-family: 'NotoKrB';
  color: #ea5514;
  text-align: center;
}
.popup_box .popup_cont h2 {
  padding: 15px 0;
  color: #333;
  margin: 0;
  font-size: 19px;
  text-align: center;
}
.popup_box .popup_cont p{
  border-top: 1px solid #666;
  padding-top: 30px;
  font-size: 21px;
  font-family: 'NotoKrR';
}
.popup_box .medical {
  font-size: 27px;
  font-family: 'NotoKrB';
  color: #d61f07;
}
.popup_box .sky {
  font-size: 27px;
  font-family: 'NotoKrB';
  color: #1264d0;
}
.popup_box .seoul {
  font-size: 27px;
  font-family: 'NotoKrB';
  color: #6c6c6c;
}
.popup_box .desc {
  font-size: 17px;
  font-family: 'NotoKrR';
  color: #6c6c6c;
}

/*버튼영역*/
.popup_box .popup_btn {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 70px;
  background: #5d5d5d;
  word-break: break-word;
}
.popup_box .popup_btn a {
  position: relative;
  display: table-cell;
  height: 70px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #5d5d5d;
}
.popup_box .popup_btn a:before{
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  right: 29px;
  width: 1px;
  height: 21px;
  background: #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup_box .popup_btn a:after{
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  right: 29px;
  width: 1px;
  height: 21px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup_box .popup_btn a.show_detail {
  background:#ff9239;
}
.popup_box .popup_btn a.show_detail:before, .popup_box .popup_btn a.show_detail:after{
  display: none;
}

/*오버레이 뒷배경*/
.popup_overlay{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0,0,0,0.5);
}
.home-information {
  padding-right: 0;
}
@media (min-width: 992px) {
  .home-information {
    padding-right: 40px;
  }
}
.home-blank {
  min-height: 100px;
}
.home-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
  margin-bottom: 70px;
  width: 100%;
  height: 440px;
  background-color: #f2f2f2;
}
.home-title .text {
  width: 70%;
  line-height: 35px;
  padding-left: 40px;
}
.home-title .photo {
  width: 30%;
  padding-right: 40px;
}
.home-title .photo img{
  padding-top: 40px;
  height: 440px;
  float: right;
}
.home-title .big {
  font-size: 35px;
  font-weight: 900; 
  color: #000000;
}
.home-title .big--hilight {
  font-size: 35px;
  font-weight: 900;
  color: #ea5514;
}
.home-title .small {
  font-size: 17px;
  color: #3b3b3b;
  font-weight: 600;
}
.home-title .desc {
  font-size: 15px;
  color: #7e7e7e;
}
.home-title-mobile {
    display: none;
  }
.home-buttons {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media (max-width: 1000px) {
  .home-title {
    display: none;
  }
  .home-title-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px;
    width: 100%;
    height: 300px;
    background-color: #f2f2f2;
  }
  .home-title-mobile .text-mobile {
    width: 70%;
    padding-left: 15px;
    line-height: 35px;
  }
  .home-title-mobile .big-mobile {
    font-size: 25px;
    font-weight: 900; 
    color: #000000;
  }
  .home-title-mobile .big-mobile--hilight {
    font-size: 25px;
    font-weight: 900;
    color: #ea5514;
  }
  .home-title-mobile .small-mobile {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 600;
  }
  .home-title-mobile .photo-mobile {
    width: 30%;
  }
  .home-title-mobile .photo-mobile img{
    padding-top: 20px;
    height: 300px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .home-blank {
    display: none;
  }
  .home-buttons {
    padding: 0;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home-buttons__link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1180px;
    overflow: hidden;
  }
}
.home-buttons__link li {
  border: 1px solid #eaeaea;
  border-radius: 20px;
  margin-top: -1px;
  height: 65px;
}
@media (min-width: 1200px) {
  .home-buttons__link li {
    float: left;
    width: 255px;
    height: 150px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: auto;
  }
  .home-buttons__link li:nth-child(1),
  .home-buttons__link li:nth-child(2) {
    margin-bottom: 40px;
  }
}
.home-buttons__link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in;
}
@media (min-width: 1200px) {
  .home-buttons__link li a:hover,
  .home-buttons__link li a:active {
    background-color: #fff0eb;
    border-radius: 20px;
  }
}
.home-buttons__link li a .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 50%;
}
@media (min-width: 1200px) {
  .home-buttons__link li a .inner {
    flex-direction: column;
    width: auto;
  }
}
.home-buttons__link li a img {
  display: inline-block;
  width: 35px;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .home-buttons__link li a img {
    width: 60px;
    margin-right: 0;
  }
}
.home-buttons__link li a span {
  display: inline-block;
  width: 150px;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .home-buttons__link li a span {
    margin-top: 15px;
    display: block;
    font-size: 19px;
    color: #333;
    width: auto;
  }
}