@charset "UTF-8";
.box-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mo_only {
  display: none;
}

.display_none {
  display: none;
}

::-moz-placeholder {
  color: #888;
  opacity: 0.5;
}

::placeholder {
  color: #888;
  opacity: 0.5;
}

#hd_pop {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  height: 0;
}
#hd_pop .hd_pops {
  position: absolute;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
#hd_pop .hd_pops img {
  max-width: 100%;
}
#hd_pop .hd_pops .hd_pops_footer {
  color: #fff;
  width: 100%;
  height: 50px;
  background: #002474;
  display: flex;
  padding: 5px 40px;
}
#hd_pop .hd_pops .hd_pops_footer button {
  height: 100%;
  color: #fff;
  border: none;
  font-size: 15px;
  transition: 0.3s;
}
#hd_pop .hd_pops .hd_pops_footer button.hd_pops_reject {
  width: 80%;
  background: #002474;
  text-align: left;
}
#hd_pop .hd_pops .hd_pops_footer button.hd_pops_close {
  width: 20%;
  background: #002474;
  text-align: right;
}
#hd_pop .hd_pops .hd_pops_footer button:hover {
  color: #FFE200;
}
#hd_pop .hd_pops#hd_pops_7 .hd_pops_footer {
  background: #7a7a7a;
}
#hd_pop .hd_pops#hd_pops_7 .hd_pops_footer button.hd_pops_reject {
  background: #7a7a7a;
}
#hd_pop .hd_pops#hd_pops_7 .hd_pops_footer button.hd_pops_close {
  background: #7a7a7a;
}

#bo_v_con { /* 게시판에 텍스트 가독성이 떨어져 조정 */ }
#bo_v_con ol li {
  padding-right: 10px;
}
#bo_v_con span {
  letter-spacing: -0.016em;
}

#bo_vc article .cm_wrap > header {
  padding: 0;
  border: none;
  height: unset;
}
#bo_vc article .cm_wrap .cmt_contents {
  font-size: 14px;
  margin-top: 5px;
  padding: 0;
  padding-bottom: 5px;
}
#bo_vc article .cm_wrap .cmt_contents p {
  letter-spacing: -0.2px;
}
#bo_list .td_num2 {
  display: 50px !important;
}

#Go-index2 {
  position: fixed;
  z-index: 1;
  transition: 0.3s;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  width: 40px;
  height: 175px;
  background: #002474;
  border-radius: 0 16px 16px 0;
}
#Go-index2:hover {
  background: #324b7d;
}
#Go-index2 a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  color: white;
  font-size: 20px;
}

#Go-poll {
  position: fixed;
  z-index: 1;
  transition: 0.3s;
  left: 0;
  top: calc(44% + 133px);
  transform: translateY(-50%);
  width: 40px;
  height: 90px;
  background: #002474;
  border-radius: 0 16px 16px 0;
}
#Go-poll:hover {
  background: #324b7d;
}
#Go-poll a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  color: white;
  font-size: 20px;
}

#vhvw {
  width: 100%;
  height: calc(100vh - 154px);
  overflow: hidden;
  box-sizing: border-box;
  background: url("/img/custom/100vhvw.jpg");
  background-size: cover;
}
#vhvw ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
#vhvw ul li {
  width: 33.3333333333%;
  height: 50%;
  transition: 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#vhvw ul li:nth-of-type(1) {
  background: rgba(0, 0, 0, 0.55);
}
#vhvw ul li:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.6);
}
#vhvw ul li:nth-of-type(3) {
  background: rgba(0, 0, 0, 0.7);
}
#vhvw ul li:nth-of-type(4) {
  background: rgba(0, 0, 0, 0.7);
}
#vhvw ul li:nth-of-type(5) {
  background: rgba(0, 0, 0, 0.65);
}
#vhvw ul li:nth-of-type(6) {
  background: rgba(0, 0, 0, 0.6);
}
#vhvw ul li:hover {
  background: rgba(0, 0, 0, 0.3);
}
#vhvw ul li:hover a > span {
  opacity: 1;
}
#vhvw ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#vhvw ul li a h2 {
  color: white;
  font-size: 52px;
}
#vhvw ul li a p {
  color: white;
  font-size: 24px;
}
#vhvw ul li a span {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 63%;
  color: rgb(235, 213, 46);
  font-size: 16px;
  margin-top: 10px;
}

#vhvw2 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 0;
  overflow: hidden;
  box-sizing: border-box;
  background: url("/img/custom/100vhvw2.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#vhvw2 section {
  width: 1200px;
  overflow: hidden;
  margin-bottom: 30px;
}
#vhvw2 section:nth-last-of-type(1) {
  margin-bottom: 0;
}
#vhvw2 section.section1 {
  height: 320px;
}
#vhvw2 section.section1 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#vhvw2 section.section2 {
  height: 265px;
  position: relative;
}
#vhvw2 section.section2 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#vhvw2 section.section2 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
#vhvw2 section.section2 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
}
#vhvw2 section.section2 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
#vhvw2 section.section2 .swiper-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 105px;
  height: 45px;
  display: flex;
  justify-content: space-between;
}
#vhvw2 section.section2 .swiper-btn p {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(103, 103, 103, 0.5019607843);
  color: white;
  font-size: 32px;
  padding-bottom: 3px;
  cursor: pointer;
}
#vhvw2 section.section3 {
  height: 150px;
}
#vhvw2 section.section3 ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#vhvw2 section.section3 ul li {
  width: 180px;
  height: 100%;
  border-radius: 32px 0 0 0;
  background: rgba(9, 9, 9, 0.85);
}
#vhvw2 section.section3 ul li a {
  width: 100%;
  height: 100%;
  font-size: 21px;
  font-weight: 600;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#vhvw2 section.section3 ul li a p {
  text-align: center;
  margin-bottom: 5px;
}
#vhvw2 section.section3 ul li a span {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
#vhvw2 section.section3 ul li:nth-of-type(1):hover {
  background: url("/img/custom/section3-li1.jpg");
}
#vhvw2 section.section3 ul li:nth-of-type(2):hover {
  background: url("/img/custom/section3-li2.jpg");
}
#vhvw2 section.section3 ul li:nth-of-type(3):hover {
  background: url("/img/custom/section3-li3.jpg");
}
#vhvw2 section.section3 ul li:nth-of-type(4):hover {
  background: url("/img/custom/section3-li4.jpg");
}
#vhvw2 section.section3 ul li:nth-of-type(5):hover {
  background: url("/img/custom/section3-li5.jpg");
}
#vhvw2 section.section3 ul li:nth-of-type(6):hover {
  background: url("/img/custom/section3-li6.jpg");
}
#vhvw2 section.section4 {
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#vhvw2 section.section4 > p {
  width: 100%;
  justify-content: center;
  display: flex;
}
#vhvw2 section.section4 > p > img {
  width: auto;
  margin: 30px 0;
  display: block;
  border-top: 10px solid #ff9301;
  padding-top: 8px;
}
#vhvw2 section.section4 .board-box {
  width: 48.5%;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px 0px;
}
#vhvw2 section.section4 .board-box.mo_only {
  display: none;
}
#vhvw2 section.section4 .board-box h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "GmarketSansMedium";
  border-bottom: 1px solid #ededed;
}
#vhvw2 section.section4 .board-box h3 i {
  margin-right: 10px;
}
#vhvw2 section.section4 .board-box ul li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
}
#vhvw2 section.section4 .board-box ul li:nth-of-type(1) {
  margin-bottom: 10px;
}
#vhvw2 section.section4 .board-box ul li a p {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#vhvw2 section.section4 .board-box ul li a span {
  text-align: end;
  display: block;
  margin-top: 5px;
  color: #b0acac;
  font-weight: 200;
}
#vhvw2 section.section4 .board-box:nth-of-type(1) h3 {
  color: #bb1725;
}
#vhvw2 section.section4 .board-box:nth-of-type(2) h3 {
  color: #056394;
}
#vhvw2 section.section4 .board-box:nth-of-type(3) h3 {
  color: #ff9301;
}
#vhvw2 section.section4 .board-box:nth-of-type(4) h3 {
  color: #038f03;
}

.canvas #medical-increase {
  width: 100%;
  padding: 30px 35px;
}
.canvas #medical-increase h2 {
  font-size: 34px;
  margin: 40px;
  text-align: center;
  color: #002474;
}
.canvas #medical-increase .video-box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 35px;
  width: 100%;
}
.canvas #medical-increase .video-box iframe {
  width: 47%;
  height: 15.8vw;
  max-height: 307px;
  border-radius: 20px;
}
.canvas #medical-increase p {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -0.6px;
}
.canvas #medical-increase p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.canvas #medical-increase p:nth-of-type(4) {
  font-weight: 600;
}
.canvas form.poll2 {
  margin-top: 20px;
}
.canvas form.poll2 #poll header {
  padding: 10px 35px;
  height: -moz-fit-content;
  height: fit-content;
}
.canvas form.poll2 #poll header h2 {
  color: #c50f1f;
  font-size: 17px;
  font-weight: 700;
}
.canvas form.poll2 #poll header .btn_result {
  font-size: 18px;
  height: -moz-fit-content;
  height: fit-content;
  vertical-align: middle;
  padding: 5px 10px;
}
.canvas form.poll2 #poll .poll_con {
  width: 100%;
}
.canvas form.poll2 #poll .poll_con ul {
  width: 100%;
  padding: 15px 35px;
  display: flex;
  justify-content: space-between;
}
.canvas form.poll2 #poll .poll_con ul li {
  width: 49%;
  overflow: hidden;
}
.canvas form.poll2 #poll .poll_con ul li label {
  width: calc(100% - 2px);
  padding: 15px;
  padding-left: 35px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  box-sizing: border-box;
}
.canvas form.poll2 #poll .poll_con ul li label > span {
  top: 20px;
  left: 13px;
}
.canvas form.poll2 #poll .poll_con ul li label p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.7px;
  padding: 0;
  margin-top: 15px;
}
.canvas form.poll2 #poll .poll_con ul li label p em {
  font-style: normal;
  font-weight: 500;
  color: #394141;
}
.canvas form.poll2 #poll .poll_con ul li.chk_box input[type=radio]:checked + label {
  width: 100%;
  height: 100%;
  color: #294c88;
  background: white;
  border: 1px solid #294c88;
}
.canvas form.poll2 #poll .poll_con #poll_btn {
  padding-top: 0;
}
.canvas form.poll2 #poll .poll_con #poll_btn button {
  font-size: 18px;
  background: #294c88;
  transition: 0.3s;
}
.canvas form.poll2 #poll .poll_con #poll_btn button:hover {
  background: rgb(0, 36, 116);
}

.qa_download_link {
  cursor: pointer;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 3;
}

#downloadForm {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
  width: 550px;
  display: none;
  margin: 0 auto;
  padding: 25px;
  border: 1px solid white;
  font-size: 20px;
}
#downloadForm > div {
  display: flex;
  flex-direction: column;
}
#downloadForm > div .agree-label {
  color: white;
  font-size: 16px;
}
#downloadForm > div .agree-label > span {
  color: #ffd932;
}
#downloadForm > div .agree-label .radio-box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 20px;
}
#downloadForm > div .agree-label .radio-box > input {
  margin-right: 5px;
}
#downloadForm > div .agree-label .radio-box > label:nth-of-type(1) {
  margin-right: 15px;
}
#downloadForm > div .input-bundle div {
  display: flex;
  width: 100%;
}
#downloadForm > div .input-bundle div label {
  width: 25%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #294C88;
  color: white;
}
#downloadForm > div .input-bundle div input {
  width: 75%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: white;
  color: #002474;
  border: none;
}
#downloadForm > div p {
  color: white;
  font-size: 16px;
  margin: 20px 0;
}
#downloadForm > div button {
  height: 50px;
  background: #AFDEB8;
  border: none;
}
#downloadForm > div button:hover {
  background: #128976;
  color: white;
}

footer {
  background: rgb(0, 36, 116);
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0px;
  position: absolute;
  z-index: 2;
}
footer > .container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
footer > .container > div h1 {
  display: flex;
  align-items: center;
}
footer > .container > div ul.sns li a {
  width: 43px;
}
footer > .container > div ul.sns li a img {
  width: 43px;
}
footer > .container > p {
  font-size: 14px;
  width: 100%;
  text-align: end;
  color: white;
  line-height: 1.3;
}
footer > .container > p > a {
  font-size: 14px;
  color: white;
}
footer > .container > p em {
  display: block;
  text-align: end;
  color: white;
  font-size: 12px;
  margin-top: 10px;
  font-style: unset;
}/*# sourceMappingURL=pc_new.css.map */