@charset "UTF-8";
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeoEB00.eot");
  src: url("../fonts/AppleSDGothicNeoEB00.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleSDGothicNeoEB00.woff2") format("woff2"), url("../fonts/AppleSDGothicNeoEB00.woff") format("woff"), url("../fonts/AppleSDGothicNeoEB00.svg#AppleSDGothicNeoEB00") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeoB00.eot");
  src: url("../fonts/AppleSDGothicNeoB00.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleSDGothicNeoB00.woff2") format("woff2"), url("../fonts/AppleSDGothicNeoB00.woff") format("woff"), url("../fonts/AppleSDGothicNeoB00.svg#AppleSDGothicNeoB00") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeoM00.eot");
  src: url("../fonts/AppleSDGothicNeoM00.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleSDGothicNeoM00.woff2") format("woff2"), url("../fonts/AppleSDGothicNeoM00.woff") format("woff"), url("../fonts/AppleSDGothicNeoM00.svg#AppleSDGothicNeoM00") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeoR00.eot");
  src: url("../fonts/AppleSDGothicNeoR00.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleSDGothicNeoR00.woff2") format("woff2"), url("../fonts/AppleSDGothicNeoR00.woff") format("woff"), url("../fonts/AppleSDGothicNeoR00.svg#AppleSDGothicNeoR00") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AppleSDGothicNeo";
  src: url("../fonts/AppleSDGothicNeoUL00.eot");
  src: url("../fonts/AppleSDGothicNeoUL00.eot?#iefix") format("embedded-opentype"), url("../fonts/AppleSDGothicNeoUL00.woff2") format("woff2"), url("../fonts/AppleSDGothicNeoUL00.woff") format("woff"), url("../fonts/AppleSDGothicNeoUL00.svg#AppleSDGothicNeoUL00") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-circle-right::before {
  content: "\e901";
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
button,
figure,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

address {
  font-style: normal;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

img,
video {
  max-width: 100%;
  vertical-align: top;
}

button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
}

header,
nav,
main,
section,
footer {
  display: block;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex.space-between {
  justify-content: space-between !important;
}
.flex.flex-start {
  justify-content: flex-start !important;
}
.flex.start {
  align-items: start !important;
}

.font-number {
  font-family: "Lato", "맑은 고딕", "Malgun Gothic", sans-serif;
}
.font-number.fz19 {
  font-size: 19px;
}

.blind {
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.select {
  cursor: pointer;
  width: 100%;
}
.select .selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.select .selected .selected-value {
  max-width: 90%;
}
.select .selected .arrow {
  background: url("../images/common/arrow-down.png") no-repeat 0 0;
  height: 6px;
  width: 13px;
}
.select.active .selected {
  background-color: #f4f4f4;
}
.select.active .arrow {
  background: url("../images/common/arrow-up.png") no-repeat 0 0;
}
.select.active ul {
  display: block;
}
.select ul {
  display: none;
  background: #fff;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
  margin: 1px 0 0 -1px;
  position: absolute;
  width: 281px;
  z-index: 1;
}
.select ul .option {
  border-bottom: 1px solid #cdcdcd;
  padding: 0 20px;
  text-align: left;
}
.select ul .option:hover {
  background-color: #f4f4f4;
}
.select .selected .selected-value,
.select .option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table .mb48 .invert-table tr {
    display: block;
    float: left;
}
.invert-table th, td {
    display: block;
}

.btm-caption {
  font-size: 17px;
  color: #444;
  line-height: 28px;
  text-align: left;
  margin-bottom: 48px;
}

.btm-file .icon-text {
  position: relative;
  padding-left: 14px;
}
.btm-file .icon-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/contents/btm-file-icon.png") no-repeat 0 0;
  width: 8px;
  height: 2px;
}

.txt-caption {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 26px;
  text-align: left;
}
.txt-caption.fz22 {
  font-size: 22px;
}

.top-btn {
  display: none;
}

body {
  color: #111;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  word-break: keep-all;
}
body * {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

#wrap {
  position: relative;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
header .header-whole-background{
    position: absolute;
    top:0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    visibility: hidden;
    z-index: 1000;
}
header .menu {
    float: right;
    margin-top: -9vw;
    margin-right: 2vw;
    z-index: 1000;
    position: relative
}
.header-menu-btn {
    width: 6.5vw
}
input#mo_nav1 {
    display: block;
}
label#mo_nav1 {
    display: inline-block;
}
label a {
    pointer-events: none;
}

  header .header-whole-menu {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
  }
  .header-whole-cols {
    overflow: auto;
    height:81.8vh;
    padding-bottom: 3vw;
  }
.header-whole-col {
    width: 100%;
  }
.col-header {
    font-size: 5vw;
    border-bottom: 1px solid #707070;
    width: 100%;
    height: 14vw;
    padding-left: 7vw;
    padding-top: 4.5vw;
  }
.col-header >a {
    width: 100%;
  }
  .open-tab2 > a {
    width: 100%;
  }
  header .header-whole-menu .btn_close3 {
    margin-left: 17.7vw;
  }
  header .header-menu-sub {
    margin-top: 4vw;
  }

.toggleClass {
    display: block !important;
}
.depth2-tit {
    height: 9vw;
    padding-left: 7vw;
}
  header .header-whole-menu .header-whole-col > ul > li{
    font-size: 4vw;
    background-color: #F7F7F7;
    border-bottom: 1px solid #707070;
    padding-top: 4vw;
    white-space: nowrap;
    display: none;
  }
  header .header-whole-menu .header-whole-col > ul > li > ul > li{
    font-size: 4vw;
    height: 14vw;
    background-color: #F1F1F1;
    padding-top: 5vw;
    white-space: nowrap;
    display: none;
  }
  header .header-top2 {
    position: relative;
    height: 15vw;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    z-index: 1000;
    background-color: white;
    display: flex;
  }
  header .header-top2 .logo2 {
    width: 62%;
    height: 4.5vw;
    background: url("../images/common/logo.svg");
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    margin-left: 6vw;
    margin-top: 5vw;
  }
  header .btn_close3 .menu-btn-close3{
    width: 4.4vw;
  }
header .header-login-btn{  
    height: 14vw;
    width: 100%;
    display: flex;
    font-size: 4vw;
    padding-left: 61%;
    padding-top: 5vw;
  }
header .header-reserve-btn {
    display: flex;
    width: 100%;
    height: 14vw;
    text-align: center;
}
header .header-reserve-btn .header-reserve-person {
    width: 50%;
    background-color: #172D66;
    color: white;
    padding-top: 5vw;
    font-size: 4vw;
}
header .header-reserve-btn .header-reserve-comp {
    width: 50%;
    background-color: #A88A49;
    color: white;
    padding-top: 5vw;
    font-size: 4vw;
}
header .header-top {
  display: flex;
  position: relative;
  margin: 0 auto;
  height: 14vw;
  border-bottom: 1px solid #cdcdcd;
  z-index: 99;
}
header .header-top .logo {
    width: 100%;
    height: 6vw;
    background: url("../images/common/logo.svg");
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    margin-left: 7vw;
    margin-top: 4.2vw;
}
header .header-top .util {
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  header .header-top .util .login {
    display: block;
    font-size: 15px;
    line-height: 60px;
    padding: 0 30px;
    display: none;
  }
  header .header-top .util .lang-wrap {
    position: relative;
  }
  header .header-top .util .lang-wrap .lang {
    background-color: #2aa9c0;
    color: #fff;
    height: 60px;
    padding: 0 20px;
    display: none;
  }
  header .header-top .util .lang-wrap .lang-option {
    transform: translateX(-50%);
    transition: all, 0.5s;
    position: absolute;
    left: 50%;
    color: #444;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    border: 1px solid #cdcdcd;
    padding: 20px 0;
    width: 160px;
    text-align: center;
    z-index: 9999;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
  }
header .header-top .util .lang-wrap .lang-option li:hover {
  color: #0090aa;
}
#search-check {
    float: right;
    position: relative;
    margin-top: -9.5vw;
    margin-right: 15vw;
    z-index: 999;
  }
.search-check-btn {
    width: 6vw;
}
  header .gnb {
    display: none;
  }
  header .header-btm-wrap .header-btm .gnb > ul {
    display: flex;
    align-items: center;
    gap: 84px;
    display: none;
  }
header .header-btm-wrap .header-btm .gnb > ul > li > a {
  transition: all 0.3s;
  border-bottom: 4px solid transparent;
  color: #111;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 66px;
}
header .header-btm-wrap .header-btm .gnb > ul > li:hover > a {
  transition: all 0.3s;
  color: #2962bb;
  border-bottom-color: #2962bb;
}
header .header-btm-wrap .header-btm button {
  height: 100%;
  width: 55px;
}
header .header-btm-wrap .dep2 {
  position: absolute;
  z-index: 999;
  top: 132px;
  left: 0;
  width: 100%;
  background: #fff;
  color: #555;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
header .header-btm-wrap .dep2 .dep2inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
header .header-btm-wrap .dep2 .dep2inner .navtxt {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  padding: 40px 0;
}
header .header-btm-wrap .dep2 .dep2inner .navtxt li {
  width: 300px;
}
header .header-btm-wrap .dep2 .dep2inner .navtxt li ul li a {
  font-size: 17px;
  line-height: 30px;
  border-bottom: 1px solid transparent;
}
header .header-btm-wrap .dep2 .dep2inner .navtxt li ul li a:hover, header .header-btm-wrap .dep2 .dep2inner .navtxt li ul li a:focus {
  transition: all 0.3s;
  border-bottom-color: #2962bb;
  color: #2962bb;
}
header .header-btm-wrap .dep2 .dep2inner .navtxt li .tit {
  color: #111;
  display: block;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
}
header .header-btm-wrap .dep2 .dep2inner .navtxt li:hover .tit,
header .header-btm-wrap .dep2 .dep2inner .navtxt li:focus .tit {
  transition: all 0.3s;
  color: #2962bb;
  font-weight: 700;
}
header .header-btm-wrap .dep2 .dep2inner .photo {
  position: relative;
  border-left: 1px solid #cdcdcd;
  width: 300px;
  padding-top: 33px;
  padding-left: 27px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-area{
  height: 150px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photo-seperate {
  border-bottom: 1px solid #cdcdcd;
  height: 30px;
  width: 259px;
  margin-top: 70px;
  margin-bottom: 33px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photo-seperate2 {
  border-bottom: 1px solid #cdcdcd;
  height: 30px;
  width: 259px;
  margin-top: 120px;
  margin-bottom: 33px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photo-seperate3 {
  border-bottom: 1px solid #cdcdcd;
  height: 20px;
  width: 259px;
  margin-bottom: 33px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photoT {
  font-size:22px;
  margin-bottom: 15px;
  color: #2962bb;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photoT2 {
  margin-bottom: 8px;
  color: #666666;
  font-size: 15px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photoT3 {
  margin-top: 3px;
  font-size: 23px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .icon1 {
  width: 55px;
  float: right;
  margin-top: 20px;
  margin-bottom: 25px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .icon2 {
  width: 55px;
  float: right;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-right: 15px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .icon3 {
  width: 30px;
  float: left;
  margin-top: 30px;
  margin-bottom: 25px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .icon3-2 {
  width: 30px;
  float: left;
  margin-top: 40px;
  margin-bottom: 25px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .icon4 {
  width: 55px;
  float: right;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-right: 15px;
}
header .header-btm-wrap .dep2 .dep2inner .photo div[class*=btn-flex] {
  display: flex;
  position: absolute;
  width: 100%;
}
header .header-btm-wrap .dep2 .dep2inner .photo div[class*=btn-flex] a {
  display: block;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-1 {
  margin-top: 10px;
  gap: 9px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-1 a {
  width: 125px;
  height: 46px;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-size: 18px;
  padding-top: 12px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-1 .btn1 {
  background-color: #118CCF;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-1 .btn2 {
  background-color: #2962BB;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-2 {
  gap: 8px;
  flex-direction: column;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-2 a {
  width: 269px;
  height: 46px;
  background-color: #2962BB;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-size: 18px;
  padding-top: 12px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-2 a:last-child {
  margin-top: 3px;
  height: 46px;
  background-color: #A88A49;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-3 {
  align-items: flex-end;
  flex-direction: column;
  top: 0;
  height: 100%;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-3 a {
  width: 100%;
  height: 50%;
}
.search_wrap{
  position: absolute;
  display: none;
  z-index: 1000;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
header .header-btm-wrap .btn_close {
    float: right;
    margin-right: 8vw;
    margin-bottom: 20vw;
}
#pcSearchTxt {
  width: 90%;
  height: 15vw;
  font-size: 5vw;
  border: none;
  border-bottom: 3px solid black;
  margin-left: 5vw;
  margin-bottom: 4vw;
}

#pcSearchTxt:focus {
  outline: none;
}

#pcSearchTxt::placeholder {
  font-size: 5vw;
  color: #BDBDBD;
}

.search-btn{
  margin-left: -10vw;
  margin-top: 5vw;
}
.search-btn-close {
    width: 5vw;
    margin-top: 6vw;
    margin-right: -9vw;
}
.search-btn-img{
    width: 6vw;
  }
.search_wrap .top {
  display: flex;
  margin-top: 20vw;
  width: 100%;
}
.search_wrap .btm {
  width: 90%;
  margin: auto;
  display: flex;
  margin-top: 5vw;
  font-size: 3.9vw;
  margin-bottom: 300%;
}
.search_wrap .btm > p {
  margin-right: 15px;
  padding-top: 5px;
  font-weight: bold;
}
.search_wrap .btm > ul > li {
  float: left;
  background-color: #EFF3F9;
  margin-right: 3.5vw;
  margin-bottom: 5vw;
  margin-top: -2.5vw;
  height: 11vw;
  border-radius: 20vw;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 3vw;
  font-size: 3.9vw;
}

main {
  /* padding: 0 5.3vw; */
  margin: 28vw 0 0;
}
main.no-breadcrumb {
  margin-top: 20vw;
  overflow: hidden;
}

.floating-bar {
    width: 95%;
    height: 23vw;
    background-color: #1D346F;
    color: white;
    z-index: 99;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 500px;
    margin-bottom: 5vw;
    display: flex;
    justify-content: space-between;
    padding: 5vw 8vw 0 8vw;
}
.floatS1 {
    width: 14vw;
    height: 14vw;
}
.floatS2 {
    width: 14vw;
    height: 14vw;
}

#mFoot {
  width: 100%;
  background-color: #051b3c;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  letter-spacing: -0.001em;
  line-height: 28px;
  margin-top: 10vw;
  padding-bottom: 22vw;
}
#mFoot .footer-top {
  background-color: #001533;
  color: #fff;
}

.linkIcon {
    width: 4.5vw;
    margin-left: 2vw;
}
#mFoot .footer-top .quik-link {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 4vw;
}
#mFoot .footer-top .quik-link > li{
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid#506077;;
    padding-top: 6vw;
    padding-bottom: 5.5vw;
  }
  #mFoot .footer-top .info1 {
    display: flex;
    margin: 6vw auto 4vw auto;
    font-size: 3.9vw;
    color: #C5CBDA;
    text-align: center;
    width: 77%;
}
#mFoot .footer-top .info1 li + li::before {
    content: "|";
    opacity: 28%;
    padding: 0 2vw;
  }
  #mFoot .footer-btm {
  text-align: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 46px 0 50px;
  width: 100%;
}
#mFoot .footer-btm-left .info {
    display: flex;
  font-size: 3.8vw;
  margin-left: 7vw;
  margin-top: 4vw;
}
#mFoot .footer-btm-left ul > li{
  align-items: center;
}
#mFoot .footer-btm-left ul li + li::before {
  content: "·";
  opacity: 28%;
  padding: 0 2vw;
}
#mFoot .footer-btm-right {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  text-align: right;
}
#mFoot .footer-btm-right .accordion {
  position: relative;
  margin-left: 5vw;
  width: 90%;
  margin-top: 10vw;
  font-size: 4vw;
}
#mFoot .footer-btm-right .accordion .dropdown-toggle {
  position: relative;
  border: 1px solid #506077;
  width: 100%;
  height: 13vw;
  text-align: left;
  padding-left: 3vw;
}
#mFoot .footer-btm-right .accordion .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 5vw;
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  background: url("../images/common/m-dropdown-btn.png") no-repeat 0 0;
  background-size: contain;
}
#mFoot .footer-btm-right .accordion .dropdown-toggle.on::after {
  background: url("../images/common/m-dropdown-btn.png") no-repeat 0 0;
  background-size: contain;
  transform: rotate( 180deg );
  top: 35%;
}
#mFoot .footer-btm-right .accordion .dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: left;
  overflow: hidden;
  padding: 0 20px;
  border: 1px solid #506077;
  border-top: 0;
  background-color: #051b3c;
  font-size: 4vw;
  display: block;
  visibility: hidden;
  transition: all 0.5s;
}
#mFoot .footer-btm-right .accordion .dropdown-menu.on {
  padding: 3vw;
  line-height: 7vw;
  visibility: visible;
  height: 48vw;
}
.footer-btm-right .accordion .dropdown-menu li a {
  border-bottom: 1px solid transparent;
  color: #C5CBDA;
  line-height: 7vw;
}
#mFoot .footer-btm-right .accordion .dropdown-menu li a:focus {
  border-bottom-color: #fff;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;
}
#mFoot .footer-btm-right .sns {
  display: flex;
  align-items: center;
  gap: 8vw;
  margin-top: 13vw;
  margin-left: 35vw;
}
.snsIcon1{
    width: 3vw;
  }
  .snsIcon2{
    width: 6vw;
  }
  .snsIcon3{
    width: 6vw;
  }
  #mFoot .footer-btm-right .license {
  display: flex;
  gap: 5vw;
  width: 32%;
  margin: auto;
  margin-top: 13vw;
  margin-bottom: 5vw;
}

#mFoot .footer-btm-right .license li img {
    height: 10.5vw;
}

.cnt {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}

.tab-contents .tablist {
  display: flex;
  justify-content: center;
  margin: 50px 0 60px;
  width: 100%;
  margin-left: 5vw;
}
.tab-contents .tablist .tab {
  width: 160px;
  font-size: 18px;
  line-height: 48px;
  color: #999;
  border: 1px solid #999;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.tab-contents .tablist .tab.first {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.tab-contents .tablist .tab.last {
  border-radius: 0 4px 4px 0;
}
.tab-contents .tablist .tab.br0 {
  border-right: 0;
}
.tab-contents .tablist .tab:hover, .tab-contents .tablist .tab:focus, .tab-contents .tablist .tab.active {
  transition: all 0.3s;
  background-color: #118ccf;
  border: 1px solid #118ccf;
  color: #fff;
  font-weight: 500;
}
.tab-contents .tablist.intro {
  margin: 0 0 56px;
}
.tab-contents .tablist.wrap {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tab-contents .tablist.wrap .tab {
  width: 240px;
  font-size: 16px;
  line-height: 54px;
}
.tab-contents .tablist.wrap .tab.first {
  border-radius: 4px 0 0;
}
.tab-contents .tablist.wrap .tab.last {
  border-left: 0;
  border-radius: 0 0 4px 0;
}
.tab-contents .tablist.wrap .tab.last.inactive {
  cursor: default;
  background-color: #f9f9f9;
  border-color: #999;
}
.tab-contents .tablist.wrap .tab:nth-child(5) {
  border-left: 0;
  border-radius: 0 4px 0 0;
}
.tab-contents .tablist.wrap .tab:nth-child(6) {
  border-radius: 0 0 0 4px;
}
.tab-contents .tablist.wrap .tab.bt0 {
  border-top: 0;
}
.tab-contents .tablist.type2 .tab {
  width: 270px;
}
.tab-contents .tablist.type3 .tab {
  width: 16.66%;
}
.tab-contents .tablist.type4 {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
.tab-contents .tablist.type4 .tab {
  display: flex;
  align-items: center;
  background-color: #fbfaf7;
  border: 0;
  gap: 26px;
  height: 112px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  width: 282px;
  padding-left: 26px;
}
.tab-contents .tablist.type4 .tab .txt-right p {
  color: #2962bb;
  font-size: 22px;
}
.tab-contents .tablist.type4 .tab .txt-right span {
  display: block;
  color: #555;
  font-size: 12px;
  font-weight: 400;
}
.tab-contents .tablist.type4 .tab:hover, .tab-contents .tablist.type4 .tab:focus {
  transition: all 0.3s;
  background-color: #a88a49;
}
.tab-contents .tablist.type4 .tab:hover img, .tab-contents .tablist.type4 .tab:focus img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.tab-contents .tablist.type4 .tab:hover .txt-right p, .tab-contents .tablist.type4 .tab:focus .txt-right p {
  color: #fff;
}
.tab-contents .tablist.type4 .tab:hover .txt-right span, .tab-contents .tablist.type4 .tab:focus .txt-right span {
  color: #fff;
}
.tab-contents .tablist.type4 .tab.first {
  border-radius: 0;
}
.tab-contents .tablist.type4 .tab.last {
  border-radius: 0;
}

.checkup-table { 
    margin-left: 5vw;
}
.checkup-empty {
    display: none;
}
.pill-title {
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.pillImg{
    margin-top: 5vw;
    width: 13vw;
}
.pillImg-2{
    margin-top: 5vw;
    width: 13vw;
}
.pillImg-3{
    margin-top: 5vw;
    width: 13vw;
}
.pillImg-4{
    margin-top: 5vw;
    width: 13vw;
}
.pillImg2{
    margin-top: 10vw;
}
.pillImg3{
    width: 13vw;
    margin-top: 4vw;
}
.pillImg4{
    height: 13vw;
    margin-left: 10vw;
    margin-top: 4vw;
}
.pillname {
    font-size: 3.3vw;
}
.pillname2 {
    font-size: 3.3vw;
    
}
.pill-seperate {
    border-bottom: 1px solid #ddd;
    width: 25vw;
    height: 38vw;
    margin: auto;
    margin-bottom: 5vw;
}
.pill-seperate2 {
    border-right: 1px solid #ddd;
    width: 33vw;
    height: 20vw;
    margin-left: 10vw;
}
.pill-seperate3 {
    height: 38vw
}
.pill-seperate5 {
    border-bottom: 1px solid #ddd;
    width: 25vw;
    height: 38vw;
    margin: auto;
    margin-bottom: 5vw;
}
.pill-seperate6 {
    height: 38vw
}
.mriImage{
    margin-left: 35vw;
}
.mri-table > tr > th{
    border-bottom: transparent;
}
.diet-box {
    border-bottom: 1px solid #ddd;
    height: 30vw;
    margin-bottom: 7vw;
}
.diet-box2{
    display: flex;
    height: 25vw;
}
.diet-seperate {
    border-bottom: 1px solid #ddd;
    width: 20vw;
    height: 38vw;
    margin: auto;
    margin-bottom: 5vw;
}
.diet-seperate2 {
    border-right: 1px solid #ddd;
    width: 33%;
    height: 20vw;
}
.diet-seperate3 {
    height: 38vw;
    width: 33%;
}
.ray-check > tr > td > div {
    display: none;
}
.rayImg2 {
    width: 80%;
}

.notice .notice-wrap {
  border-top: 1px solid #111;
  margin-bottom: 30px;
}
.notice .notice-wrap .notice-list {
  border-bottom: 1px solid #cdcdcd;
  padding: 14px 10px 32px;
}
.notice .notice-wrap .notice-list:hover {
  background-color: #f9fbfe;
}
.notice .notice-wrap .notice-list .category {
  font-size: 19px;
  letter-spacing: -0.001em;
  color: #2962bb;
  padding-top: 18px;
  text-align: left;
}
.notice .notice-wrap .mark .tit {
  padding: 0 0 4px 74px;
  position: relative;
}
.notice .notice-wrap .mark .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 28px;
  background: url("../images/contents/notice-mark.png") no-repeat 0 0;
  background-size: contain;
}
.notice .notice-wrap .notice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice .notice-wrap .notice-head .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.001em;
  line-height: 60px;
  /* 20230422 안찬현 */
      width: 100%;
    text-align: left;
}
.notice .notice-wrap .notice-head .info {
  display: flex;
  color: #555;
  font-size: 15px;
  font-family: "Lato", "맑은 고딕", "Malgun Gothic", sans-serif;
  /* 20230422 안찬현 */
  margin-bottom: 10px;
}
.notice .notice-wrap .notice-head .info li + li::before {
  content: "|";
  opacity: 34%;
  padding: 0 14px;
}
.notice .notice-wrap .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 52px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #444;
  font-size: 17px;
  letter-spacing: -0.001em;
  line-height: 26px;
  text-align: justify;
}
.notice .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcdcd;
  color: #555;
  font-family: "Lato", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 16px;
  margin: 0 auto;
  /* 20230222 강성관 수정 */
  /* width: 378px; */
  max-width:80%
}
.notice .pagination li {
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 42px;
}
.notice .pagination li:not(:first-child) {
  border-left: 1px solid #cdcdcd;
}
.notice .pagination li a {
  display: block;
}
.notice .pagination li .page img {
  vertical-align: middle;
}
.notice .pagination .selected {
  background-color: #555;
  color: #fff;
}

.flex-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  width: 374px;
  flex-direction: column;
  gap: 30px;
}
.flex-list a.border {
  border: 4px solid #cdcdcd;
  transition: all 0.3s;
}
.flex-list a .tit {
  color: #111;
  font-size: 28px;
  font-weight: 500;
}
.flex-list a .txt {
  color: #444;
  font-size: 17px;
  line-height: 26px;
  width: 100%;
}
.flex-list a:hover.border, .flex-list a:focus.border {
  border-color: #118ccf;
  transition: all 0.3s;
}
.flex-list.type2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 192px;
  width: 224px;
  gap: 20px;
}

.terms-wrap {
  font-size: 17px;
  color: #444;
}
.terms-wrap .float-btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -7px;
  gap: 12px;
}
.terms-wrap .txt {
  line-height: 34px;
  height: 230px;
  overflow-y: scroll;
}
.terms-wrap .txt .main-tit {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #111;
  margin-top: 46px;
}
.terms-wrap .txt .sub-tit {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #111;
  margin: 20px 0;
}
.terms-wrap .agree-txt {
  color: #02348b;
  font-size: 19px;
  font-weight: 500;
  margin-right: 150px;
}
.terms-wrap input[type=radio] + label {
  margin-right: 40px;
}

#dim {
  position: fixed;
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/*
.dialog-cnt {
  position: fixed;
  text-align: center;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 880px;
  background: #fff;
  visibility: hidden;
  font-size: 17px;
  color: #444;
}
.dialog-cnt h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 880px;
  height: 68px;
  text-align: left;
  padding-left: 30px;
  font-size: 24px;
  line-height: 68px;
  font-weight: 500;
  color: #fff;
  background-color: #02348b;
  z-index: 1;
}
.dialog-cnt .dialog-close-btn {
  position: absolute;
  right: 30px;
  top: 23px;
  z-index: 2;
}
.dialog-cnt h4 {
  color: #111;
  font-size: 19px;
  font-weight: 500;
  line-height: 60px;
}
.dialog-cnt .check-list {
  text-align: left;
}
.dialog-cnt .check-list .sub-tit {
  display: block;
  font-size: 19px;
  color: #111;
  line-height: 60px;
  font-weight: 500;
}
.dialog-cnt .program-list .radio-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 8px;
  padding: 0 40px 0 86px;
  line-height: 58px;
  border-radius: 6px;
}
.dialog-cnt .program-list .radio-btn:hover {
  background-color: #a88a49;
  color: #fff;
  transition: all 0.3s;
}
.dialog-cnt .program-list .radio-btn input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #a88a49;
  border-radius: 6px;
  cursor: pointer;
  height: 58px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.dialog-cnt .program-list .radio-btn input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 14px;
  background: url("../images/contents/radio-unchecked.png") no-repeat 0 0;
}
.dialog-cnt .program-list .radio-btn input[type=radio]:checked {
  background-color: #a88a49;
  z-index: -1;
}
.dialog-cnt .program-list .radio-btn input[type=radio]:checked + label {
  color: #fff;
}
.dialog-cnt .program-list .radio-btn input[type=radio]:checked + label::before {
  width: 22px;
  height: 15px;
  background: url("../images/contents/radio-checked.png") no-repeat 0 0;
}
.dialog-cnt .program-list .radio-btn input[type=radio]:checked + label + span {
  color: #fff;
}
.dialog-cnt .md-inner {
  padding: 98px 30px 30px;
  height: 100vh;
  overflow-y: auto;
}
.dialog-cnt .md-inner .intro {
  background-color: #f9fbfe;
  margin-bottom: 40px;
  padding: 30px;
  text-align: left;
}
.dialog-cnt .md-inner .head-tit {
  color: #111;
  font-size: 22px;
}
.dialog-cnt .md-inner select {
  height: 42px;
  margin-left: 90px;
  width: 200px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  cursor: pointer;
}
.dialog-cnt .md-inner .input-box {
  height: 42px;
  width: 370px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
}
.dialog-cnt .md-inner .caution {
  line-height: 26px;
  margin-bottom: 10px;
  text-align: left;
}
.dialog-cnt .md-inner .txt {
  line-height: 28px;
}
.dialog-cnt .md-inner .txt .main-tit {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: #111;
  margin-top: 34px;
}
.dialog-cnt .md-inner .txt .sub-tit {
  display: block;
  font-weight: 500;
  margin: 30px 0 14px;
}
.dialog-cnt .md-inner input[type=radio] + label {
  margin-right: 40px;
}
.dialog-cnt .md-inner .email-dialog {
  color: #444;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}
.dialog-cnt .md-inner .email-dialog .spot {
  color: #2962bb;
}
*/
.reservation {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.001em;
  color: #444;
}
.reservation .tit {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 500;
}
.reservation .tit .spot {
  color: #f44a4a;
}
.reservation input[type=radio] + label {
  margin-right: 40px;
}
.reservation .input-box {
  text-align: center;
  border: 1px solid #cdcdcd;
  line-height: 84px;
  margin-top: 14px;
  background-color: #fff;
}
.reservation .input-box form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.reservation .input-box form input {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  font-size: 17px;
  height: 42px;
  padding: 0 17px;
  margin-left: 10px;
  width: 250px;
}
.reservation .input-box .txt-success {
  color: #2962bb;
  font-size: 19px;
  font-weight: 500;
}

.package > .dialog-btn {
  position: absolute;
  right: 0;
  top: -16px;
}
.package .table {
  color: #444;
  margin-bottom: 30px;
}
.package .table th {
  color: #111;
}
.package .table td {
  text-align: left;
}
.package .float-right {
  float: right;
}
.package .tooltip {
  position: relative;
  color: #2962bb;
  cursor: pointer;
  font-weight: 500;
}
.package .tooltip:hover .tooltip-text {
  display: block;
}
.package .tooltip .tooltip-text {
  display: none;
  position: absolute;
  left: 50%;
  top: -58px;
  transform: translateX(-50%);
  border-radius: 6px;
  background-color: #2962bb;
  font-weight: 400;
  padding: 10px 15px;
  width: 200px;
  text-align: center;
  color: #fff;
}
.package .tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background: url("../images/contents/tooltip-01.png") no-repeat 0 0;
}
.package .caution {
  color: #444;
  font-size: 16px;
  text-align: left;
  line-height: 30px;
}
.package .caution .spot {
  color: #2962bb;
}

.form .option {
  color: #444;
  font-size: 17px;
  margin-bottom: 50px;
  margin-top: 56px;
  text-align: left;
}
.form .option .tit {
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
}

.btm-file {
  display: flex;
  align-items: center;
  gap: 28px;
}

.prof a {
  border-bottom: 1px solid transparent;
}
.prof:hover a, .prof:focus a {
  transition: all 0.3s;
  color: #2962bb;
  border-bottom-color: #2962bb;
}

.tab-inner-04 .tab-inner-intro img {
  margin-bottom: 50px;
}
.tab-inner-04 .tab-inner-intro h3 {
  color: #111;
  font-size: 30px;
  font-weight: 500;
}
.tab-inner-04 .tab-inner-cnt {
  font-size: 17px;
  line-height: 26px;
  margin: 48px 0;
  text-align: left;
}
.tab-inner-04 .tab-inner-cnt h3 {
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}

.vision .vision-logo {
  margin-bottom: 30px;
}
.vision .vision-cnt {
  padding: 80px 0;
}
.vision .vision-cnt .tit {
  font-size: 36px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 70px;
}
.vision .vision-cnt .txt {
  font-size: 21px;
  line-height: 34px;
  margin-top: 50px;
}
.vision .vision-cnt:not(:last-child) {
  border-bottom: 1px solid #cdcdcd;
}

.transport-wrap {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #cdcdcd;
  padding: 40px 0;
}
.transport-wrap img {
  padding: 5px 32px 0 0;
}
.transport-wrap .right-box {
  flex: 1;
  text-align: left;
  font-size: 17px;
  line-height: 28px;
}
.transport-wrap .right-box .main {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.transport-wrap.type2 {
  border: 0;
  padding: 30px 0 0;
}

.transport-container {
  border: 1px solid #cdcdcd;
}

.email-form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 26px 0;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
  height: 192px;
  width: 370px;
  color: #444;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
}
.email-form input {
  height: 42px;
  width: 100%;
  padding: 0 20px;
  font-size: 17px;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid #bbb;
}
.email-form input#emailId {
  width: 146px;
}
.email-form input#emailDomain {
  width: 195px;
}
.email-form.type2 {
  padding: 0;
  border: 0;
}

.gray-line {
  height: 316px;
  width: 1px;
  background-color: #cdcdcd;
}

.id-find {
  height: 172px;
  width: 100%;
  font-size: 21px;
  border: 4px solid #cdcdcd;
  margin: 40px 0;
}
.id-find .spot {
  color: #2962bb;
  font-weight: 500;
}

.pw-find {
  display: flex;
  gap: 42px;
  margin-top: 40px;
}
.pw-find .pw-box {
  width: 100%;
  height: 262px;
  background-color: #f3f3f3;
}
.pw-find .pw-box p {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 55px;
}
.pw-find .pw-box input {
  height: 42px;
  width: 100%;
  padding: 0 20px;
  font-size: 17px;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid #bbb;
}
.pw-find .pw-box input#emailId {
  width: 146px;
}
.pw-find .pw-box input#emailDomain {
  width: 195px;
}

address > ul {
  color: #8C9CB5;
  font-size: 3.8vw;
  line-height: 5vw;
  margin-bottom: 7vw;
}

.copyright {
    color: #8C9CB5;
    font-size: 3.8vw;
    line-height: 5vw;
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 13vw;
  }

.main-container {
  height: 100%;
  letter-spacing: 0.1vw;
}
.main-container2 {
  margin: auto;
}
.main-container3 {
  width: 90%;
  height: 120vw;
  margin: auto;
  margin-top: 5vw;
  border: 1px solid #e9e7e7;
  border-radius: 15px;
}
.main-container4 {
  width: 90%;
  margin: auto;
  margin-top: 5vw;
}
.main-container .main-banner1 {
  display: none;
}
.main-container .main-reserve-section {
  width: 89%;
  margin: auto;
  color: white;
}
.main-container .main-reserve-section1 {
  border-radius: 15px;
  background-color: #172D66;
  padding-top: 5vw;
  padding-bottom: 4vw;
  margin-bottom: 3vw;
}
.main-container .main-reserve-section2 {
  border-radius: 15px;
  background-color: #A88A49;
  padding-top: 5vw;
  padding-bottom: 4vw;
  margin-bottom: 3vw;
  height: 64vw;
}
.main-container .main-container2 .main-text4{
  font-size: 6.5vw;
  text-align: center;
  margin-bottom: 20px;
}
.main-container .main-container2 .main-text4-1{
  display: none;
}
.main-container .main-container2 .main-text5{
  display: none;
}
.main-container .main-container2 .main-text5-1{
  font-size: 6.5vw;
  text-align: center;
}
.main-container .main-container2 .main-reserve-section .main-reserve-detail{
  margin: auto;
  width: 83%;
  margin-top: 6vw;
}
.main-container .main-container2 .main-reserve-section .main-reserve-btn-1, .main-reserve-btn-1-C, .main-reserve-detail-1, .main-reserve-detail2, .main-reserve-download, .main-reserve-suggest{
  display: flex;
  margin: auto;
  margin-bottom: 3vw;
}
.reserve-align {
  margin: 0 auto;
  display: flex;
}
.main-reserve-download-text, .main-reserve-suggest-text{
  font-size: 3.5vw;
}
.main-container .main-container2 .main-reserve-section .main-reserve-btn1-C{
    font-size: 5vw;
    width: 48.5%;
    height: 10.5vw;
    background-color: #58400C;
    text-align: center;
    padding-top: 2.5vw;
    margin-right: 2vw;
    border-radius: 3px;
}
.main-container .main-container2 .main-reserve-section .main-reserve-btn2-C{
  font-size: 5vw;
  width: 48.5%;
  height: 10.5vw;
  background-color: rgba(255,255,255,0.15);
  text-align: center;
  padding-top: 2.5vw;
  border-radius: 3px;
}
.main-container .main-container2 .main-reserve-section .main-reserve-download, .main-reserve-suggest{
  border: 2px solid rgba(255,255,255,0.5);
  height: 11.5vw;
  padding-top: 3.7vw;
  font-size: 4vw;
}
.main-container .main-container2 .main-reserve-section .main-reserve-download-icon{
  width: 4.2vw;
  height: 4vw;
  margin-left: 12vw;
}
.main-container .main-container2 .main-reserve-section .main-reserve-suggest-icon{
  width: 4vw;
  height: 4vw;
  margin-left: 7vw;
}
.main-container .main-container2 .main-reserve-section .main-reserve-detail-C{
    width: 83%;
    margin: 0 auto;
    margin-top: 6vw;
}
.main-container .main-container2 .main-reserve-section .main-reserve-btn1{
  font-size: 5vw;
  width: 48.5%;
  height: 10.5vw;
  background-color: #118CCF;
  text-align: center;
  padding-top: 2.5vw;
  margin-right: 2vw;
  border-radius: 3px;
}
.main-container .main-container2 .main-reserve-section .main-reserve-btn2{
  font-size: 5vw;
  width: 48.5%;
  height: 10.5vw;
  background-color: rgba(255,255,255,0.2);
  text-align: center;
  padding-top: 2.5vw;
  border-radius: 3px;
}
.main-container .main-container2 .main-reserve-section .main-reserve-detail1{
  font-size: 5.3vw;
  margin-right: 5vw;
}
.main-container .main-container2 .main-reserve-section .main-reserve-detail2-1{
  font-size: 3.5vw;
  padding-top: 0.5vw;
  margin-right: 1vw;
}
.main-container .main-container2 .main-reserve-section .main-reserve-detail2-2{
  font-size: 4.2vw;
  margin-top: 0.5vw;
}
.main-container .main-reserve-download-C{
  border: 2px solid rgba(255,255,255,0.5);
  height: 11.5vw;
  padding-top: 3.7vw;
  font-size: 4vw;
  display: flex;
}
.main-container .main-container2 .main-reserve-section2 .main-reserve-download-icon-C{
    width: 4.2vw;
    height: 4vw;
    margin-left: 12vw;
}
.main-container .main-container3 .main-sub-links:first-child{
    /* display: none; */
  }
.main-container .main-container3 .main-sub-links{
  float: left;
  width: 50%;
  height: 40vw;
  text-align: center;
}
.main-container .main-container3 .main-sub-links:nth-child(1),
.main-container .main-container3 .main-sub-links:nth-child(3){
  border-bottom: 1px solid #e9e7e7;
  border-right: 1px solid #e9e7e7;
}
.main-container .main-container3 .main-sub-links:nth-child(2),
.main-container .main-container3 .main-sub-links:nth-child(4){
  border-bottom: 1px solid #e9e7e7;
}

.main-container .main-container3 .main-sub-links:nth-child(5){
  border-right: 1px solid #e9e7e7;
}

.main-container .main-container3 .main-icon-container{
  height: 18vw;
  margin-top: 8vw;
  margin-bottom: 2vw;
}
.main-container .main-container3 .main-sublink-icon{
  height: 13vw;
  margin-top: 1vw;
}
.main-container .main-container3 .main-sublink-icon2{
  height: 16vw;
  margin-top: 1vw;
  margin-left: 1vw;
}
.main-container .main-container3 .main-text6{
  font-size: 4vw;
}
.main-container .main-scroll-down-box{
  display: none;
}
.main-container .main-scroll-down-arrow{
  width: 8px;
  margin-top: 10px;
}
.main-container4 .main-sub-container1 .main-sub-section1{
  width: 100%;
  height: 86vw;
  background-color: #A88A49;
  margin-bottom: 5vw;
  border-radius: 15px;
  padding-left: 9vw;
  padding-top: 8vw;
  float: left;
}
.main-container4 .main-sub-container1 .main-sub-section1 .main-sub-icon1{
  width: 14vw;
}
.main-container4 .main-sub-container1 .main-sub-section2{
  width: 100%;
  height: 86vw;
  background-color: #2AA9C0;
  margin-bottom: 5vw;
  border-radius: 15px;
  padding-left: 9vw;
  padding-top: 8vw;
  float: left;
}
.main-container4 .main-sub-container1 .main-sub-section2 .main-sub-icon2{
    width: 15vw;
}
.main-container4 .main-sub-icon3{
  width: 54%;
  margin-top: -23vw;
  margin-right: 4vw;
  float: right;
}
.main-container4 .main-sub-icon4{
  width: 200vw;
  height: 250vw;
  margin-left: -90vw;
  margin-top: -50vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/main/S2icon4.png");
}
.main-container4 .main-sub-container2 {
  width: 100%;
  height: 177vw;
  background-color: #2962BB;
  border-radius: 15px;
  padding-left: 9vw;
  padding-top: 5vw;
  padding-right: 8vw;
  margin-bottom: 5vw;
  float: left;
}
.main-container4 .main-sub-container3 .main-sub-section3,
.main-container4  .main-sub-section3{
    width: 100%;
    height: 86vw;
    background-color: #172D66;
    margin-bottom: 5vw;
    border-radius: 15px;
    padding-left: 9vw;
    padding-top: 8vw;
    float: left;
}
.main-container4 .main-sub-container3 .main-sub-section4,
.main-container4  .main-sub-section4{
    width: 100%;
    height: 86vw;
    background-color: #118CCF;
    margin-bottom: 5vw;
    border-radius: 15px;
    padding-left: 9vw;
    padding-top: 8vw;
    float: left;
}
.main-container4 .main-sub-container3 .main-sub-section5{
  width: 100%;
  height: 129vw;
  border-radius: 20px;
  padding-left: 10vw;
  padding-top: 5vw;
  overflow: hidden;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/main/mS2icon4.png");
}
.main-container4 .main-sub-text1{
  font-size: 7vw;
  color: white;
  margin-top: 6vw;
  margin-bottom: 5vw;
}
.main-container4 .main-sub-text1-1{
  font-size: 7vw;
  color: white;
  margin-top: 6vw;
  margin-bottom: 8vw;
}
.main-container4 .main-sub-text2{
  font-size: 4.5vw;
  color: white;
  line-height: 7vw;
}
.main-container4 .main-sub-text3{
  font-size: 5.4vw;
  color: white;
  margin-top: 4vw;
  line-height: 8vw;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
  letter-spacing: 0.1vw;
}
.main-container4 .main-sub-text4{
  font-size: 4.6vw;
  line-height: 7vw;
  color: #B9D4FF;
  margin-top: 3vw;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
}
.main-container4 .main-sub-text5{
  font-size: 8vw;
  margin-top: 6vw;
  margin-bottom: 6vw;
}
.main-container4 .main-sub-text6{
  font-size: 4.3vw;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
  line-height: 7vw;
  word-break: break-word;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.main-container4 .main-sub-text7{
    font-size: 4.5vw;
    margin-top: 10vw;
    margin-bottom: 20px;
    color: #555555;
  }
.main-container4 .main-sub-direct{
  width: 9vw;
  margin-top: 12vw;
}
.main-container4 .main-sub-direct2{
    width: 9vw;
    margin-top: 24vw;
}
.main-container4 .main-sub-direct3{
    width: 9vw;
    margin-top: 18vw;
}
.main-container4 .main-sub-direct4{
  width: 9vw;
  margin-top: 12vw;
}
.main-container4 .main-sub-time-box {
  display: flex;
  margin-top: 7vw;
}
.main-container4 .main-sub-time-box .main-sub-clock{
  display: flex;
  height: 4.5vw;
  margin-right: 1.5vw;
}
.main-container4 .main-sub-time{
  color: white;
  padding-top: 0.3vw;
  font-size: 3.6vw;
}
.main-container4 .main-sub-seperate{
  border-bottom: 1px solid #B9D4FF;
  margin-top: 15vw;
  margin-bottom: 15vw;
}
.main-container4 .main-sub-section5-2 {
  display: flex;
  margin-top: 10vw;
}
.main-container4 .main-sub-subway{
  background-color: #50B345;
  color: white;
  padding: 1.3vw 2vw 5px 2vw;
  border-radius: 20vw;
  margin-right: 2vw;
  font-size: 4.2vw;
  width: 19.5vw;
  height: 7.7vw;
  text-align: center;
}
.main-container4 .main-sub-subway2{
  font-size: 5.5vw;
  padding-top: 0.6vw;
}

.slider-wrap {
 display: none;
}

#pcFoot {
  display: none;
}



/* 모바일 modal 일단 붙임 */
.dialog-cnt {
    width: 89.3333vw;
  }
  .dialog-cnt > h3 {
    width: inherit;
    height: 13.3333vw;
    font-size: 4.8vw;
    line-height: 13.3333vw;
  }
  .dialog-cnt .dialog-close-btn {
    width: 3.2vw;
    height: 3.2vw;
    top: 5.0667vw;
    right: 4vw;
  }
  .dialog-cnt .md-inner {
    padding: 17.3333vw 2.6667vw 4vw 2.6667vw;
  }
  .dialog-cnt .md-inner .modal-select {
    width: 29.3333vw;
    height: 11.2vw;
    padding: 3.4667vw 2.6667vw;
  }
  .dialog-cnt .md-inner .modal-logo {
    width: 48.6vw;
    height: 3.84vw;
  }
  .dialog-cnt .md-inner > .intro {
    padding: 4.3067vw 3.6vw;
    background-color: #f2f7fc;
    margin-bottom: 10.36vw !important;
  }
  .dialog-cnt .md-inner > .intro > li {
    margin: 0;
    word-break: keep-all;
  }
  .dialog-cnt .md-inner .check-list {
    padding-bottom: 9.8133vw !important;
  }
  .dialog-cnt .md-inner .check-list .sub-tit {
    font-weight: 400;
    height: 13.3333vw;
    font-size: 4.2667vw;
    display: flex;
    align-items: baseline;
    margin-bottom: 4.64vw;
    line-height: 1.55;
  }
  .dialog-cnt .md-inner .check-list > div {
    margin-left: 6.5333vw;
  }
  .dialog-cnt .md-inner .check-list > div.mobile-column {
    gap: 4.4vw;
  }
  .dialog-cnt .md-inner > .table {
    border: 1px solid #afa692;
    border-radius: 6px;
    width: 100%;
  }
  .dialog-cnt .md-inner > .table .tac > strong {
    font-size: 4.8vw;
  }
  .dialog-cnt .md-inner > .table thead > tr > th {
    padding: 1.7333vw 3.6vw;
    font-size: 4.8vw;
    color: #58400c;
    font-weight: 400;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) {
    padding: 4.76vw 3.5467vw;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) > h4 {
    font-size: 4.5333vw;
    font-weight: 400;
    line-height: 1.31;
    margin-bottom: 4.44vw;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) .program-list {
    display: flex;
    flex-direction: column;
    gap: 2.6667vw;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) .program-list > .radio-btn {
    height: 14.8vw;
    padding: 3.7733vw 2.8vw;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) .program-list > .radio-btn:hover {
    background-color: transparent;
    color: #444;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) .program-list > .radio-btn > input[type=radio]:checked + label::before {
    background: url("../images/contents/radio-checked.png") no-repeat 0 0;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) .program-list > .radio-btn > input[type=radio] + label {
    margin-right: 0;
    z-index: -1;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) .program-list > .radio-btn > label {
    padding-left: 7.22vw;
    font-size: 4vw;
    position: relative;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) .program-list > .radio-btn > label::before {
    width: 7.22vw;
    height: 7.22vw;
    left: -0.2vw;
    background-position: center !important;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) .program-list > .radio-btn > span {
    font-size: 4vw;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) .program-list > .radio-btn > span > strong {
    font-weight: 400;
    font-size: 4vw;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) > .mobile-column {
    margin-top: 5.3333vw;
    gap: 2.6667vw;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) > .mobile-column > button {
    width: 100% !important;
    margin: 0 !important;
    font-weight: 400;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) > .mobile-column > button:first-of-type {
    background-color: #2962bb;
  }
  .dialog-cnt .md-inner > .table tbody > tr > td:not(.no-th) > .mobile-column > button:last-of-type {
    background-color: #2aa9c0;
  }
  .dialog-cnt .md-inner > .table:last-of-type.no-border {
    margin-top: 15.4667vw;
  }
  .dialog-cnt .md-inner > .table + .caution {
    font-size: 3.8667vw !important;
  }

  
  /* 강성관 */
@media all and (max-width: 480px) {
  .tab-contents .tabpanel .txt .main-txt{
    font-size:20px;
  }

  .tab-contents .tabpanel .txt p{
    font-size:18px;
  }

  .grid-wrap .grid-box.article.type2 .grid-item .txt-wrap .tit{
    font-size:25px;
    line-height: 26px;
  }
  .grid-wrap .grid-box.article.type2 .grid-item .txt-wrap .sub-tit{
    
    line-height: 20px;
    /* 20230301 안찬현 크기조정  font-size:18px; */
        font-size: 2.8666666667vw;
  }

  .grid-wrap .grid-box.article.type4{
    grid-template-columns: none;
  }

  .grid-wrap .grid-box.article.type4 .grid-item h3{
    font-size:20px;
  }

  .grid-wrap .grid-box.article.type4 .grid-item ul li dl dt {
    font-size:18px;
  }
  .grid-wrap .grid-box.article.type4 .grid-item ul li dl dd {
    line-height: 20px;
    font-size:17px;
  }

  .cnt .table.simple .main-tit{
    font-size:20px;
    line-height: 21px;
  }

  .cnt .table.simple .sub-tit{
    font-size:18px;
    margin-bottom:5px;
  }

  .cnt .table.simple .txt{
    font-size:16px;
  }

  .tabpanel .table.simple.bd-btm td p{
    font-size:16px;
  }

  .tabpanel .table.simple.bd-btm td span{
    font-size:16px;
  }

  .table.basic.type2 td h4{
    font-size:16px;
  }

  .table.basic.type2 td h6{
    font-size:16px;
  }

  .step-list.type2 ul li{
    flex-direction : column;
  }

  .step-list.type2 .table.basic{
    width:100% !important;
  }

  .step-list.type2 .table.basic thead tr th strong{
    font-size:20px;
  }

  .step-list .pictogram-list .pictogram-list-item{
    display:inline-block;
  }

  .step-list .pictogram-list .pictogram-list-item::before{
    content:none !important;
  }

  .grid-wrap .grid-box.article.type3{
    grid-template-columns: none;
  }

  .grid-box.article.type3 .grid-item p{
    font-size:18px;
    line-height:20px;
  }

  .grid-wrap .grid-box.article.type2.col3{
    grid-template-columns: none;
  }

  .grid-wrap .grid-box.article.type2.col3 p{
    font-size:15px;
    line-height:16px;
  }

  .grid-wrap  .grid-box.line .grid-item .bold.fz19{
    font-size:19px !important;
    line-height: 20px;
  }

  .grid-wrap .grid-box.col3.bg-blue .grid-item .main{
    font-size:18px;
  }

  .grid-wrap .grid-box.col3.bg-blue .grid-item .sub{
    font-size:16px;
    line-height:18px;
  }

  .intro.type2{
    padding-top:0;
    margin-bottom:50px;
  }

  .intro.type2 img{
    height:250px;
    object-fit: cover;
    /* 20230301 인사말 이미지 모바일 다 보이게 수정 */
    transform: translate(-80px, 0);
    overflow: visible;
  }

  .intro.type2.center .txt{
    top:40%;
  }

  .intro.type2 .txt .sub2{
    font-size:14px;
    line-height:1.2;
  }

  .custom-img-grid3{
    display:block;
  }

  .custom-img-grid3 img{
    width:100%
  }


  /* 20230224 강성관 추가 */
  .parking-img-container .gallery{
    width:100%; 
    height:auto; 
    display: inline-block;
  }
  
  .parking-img-container .gallery .gal-item{
    width:100%; 
    position:relative;
  }
  
  .parking-img-container .gallery .gal-item .img-txt{
    position: absolute; 
    bottom:10px; 
    left:10px;
  }
  
  .parking-img-container .gallery .gal-item .img-txt .txt-div{
    font-size:15px; 
    color:white;
    text-align: left;
  }

  /* 20230228 강성관 추가 */
  .flex-list.join-main{
    display: block;
  }

  .flex-list a.border {
    min-height: 320px;
  }

  .flex-list a.border.join-select{
    min-height: unset;
    width:100%
  }

  .flex-list a.border .img{
    width:70px;
    height:70px;
  }

  .flex-list a.border p.tit{
    font-size:18px;
  }

  .flex-list a.border p.txt{
    font-size:15px;
  }

  input[type=checkbox], input[type=radio]{
    width:18px;
    height:18px;
  }

  .table.join input[type=text], .table.join input[type=password], .table.join select{
    height:45px;
    font-size:16px;
    max-width: 100%;
  }

  .table.join label{
    width:100%
  }

  .grid-wrap .grid-box.article.type5 .grid-item .txt-right .prof-caption{
    font-size:4.3vw;
    line-break: auto;
    line-height: 1.2;
    margin-bottom:10px;
  }
  
  .grid-wrap .grid-box.article.type5 .grid-item .txt-right .prof-name .kor{
    font-size:4.5vw;
    line-break: auto;
    line-height: 1.2
  }

  .grid-wrap .grid-box.article.type5 .grid-item .txt-right .prof-name .eng{
    font-size:3.8vw;
    line-break: auto;
    line-height: 1.2
  }

  .grid-wrap .grid-box.article.type5 .grid-item .txt-right .prof-major{
    margin-top:10px;
    font-size:3.8vw;
  }

  .grid-wrap .grid-box.article.type5 .grid-item .txt-right .prof-position{
    margin-top:10px;
    font-size:3.8vw;
  }
  
  .grid-wrap .grid-box.article.type5 .grid-item .txt-right .bold{
    font-size:3.5vw;
    line-break: auto;
    line-height: 1.2;
  }
/* 
  .prof-major .bold{
    font-size:15px;
    font-weight: 500;
  } */
  
}



/* 장한나 추가   */
.step_list {
	display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 0px;
     align-items: stretch;
         flex-wrap: wrap;
    
}
.step_list .item{
	display: flex;
    width: fit-content;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom:15px;
    width:calc(100% /3);
 
	
}
.circle_s {
	width: 10vw;
    height: 10vw;
    max-width:50px;
    max-height:50px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #ccc;
    background: #fff;
    border: 1px solid #ccc;
    position:relative;
}
.step_list .item > span {
	display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: #999;
       font-size: 3.7vw;
	
}
 .step_list .item.act .circle_s {
     border: 1px solid transparent;
     background: #2aa9c0;
     color:#fff;
 }    
 .step_list .item.act > span {
     color:#333;
 }    
 .step_list .item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 25px;
    transform: translateY(-50%);
    width:100%;
    height: 4px;
    background: #ededed;
    display: block;
    z-index: -1;
 }

 .step_list.line_2  {
 flex-wrap: wrap;
 
 }
  .step_list.line_2 .item  {
 width:calc(100% /3);
 
 }
 
 .step_list.line_2 .item.vom  {
 width:calc(100% /2);
 
 }
 
    
 .search-bar .search-wrap form input, .search-bar .search-wrap .select{
    font-size:18px;
}
.tab-contents .tabpanel .accordion .dropdown-toggle{
    padding-left: 60px;
    padding-right: 50px;
    font-size:16px;
    
}
.search-bar .search-wrap form input {
    padding-right: 35px;
}
.tab-contents .tabpanel .accordion .dropdown-toggle::after {
    background-size: cover;
    background-position: center;
    min-width: 17px;
    min-height: 8px;
}


#companyInfoForm {
	    flex-wrap: wrap;
    padding: 10px;
	
}

#companyInfoForm > * {
width:44%;
}
 #companyInfoForm > input {
 	margin:0 !important;
 }
 #companyInfoForm > button {
 width:80%;
 max-width: 200px;
 font-size:16px;
 }
 
  .tel_box {
	 border:2px solid #ded3bb; 
	 display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:0.3125rem;
    }
    .tel_box > * ~ * {
     border-top:2px solid #ded3bb; 

    }
    .tel_item {
    display: flex;
     padding:15px;
    justify-content: center;
    align-items: center;
    width: 100%;
    }
 .tel_item .img_wr {
	 width: 50px;
    height: 50px;
 }
  .tel_item .img_wr img {
   width: auto;
    height: 100%;
  }
  .tel_item .txt_wr {
        display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    	margin-left:20px;
  
  }
  .tel_item .txt_wr span {
      font-size: 18px;
    	font-weight: 600;
    	color:#666;
    	line-height: 1.5;
    	
  }
    .tel_item .txt_wr .num_txt {
    	color:#a88a49;
    	font-weight: 700;
  }
  
  
  .intro .summary .txt h3 {
  line-height:1.4}
 
 
 .row_mo.table, .row_mo.table tbody {
display: block;

}
.row_mo.table{
border:none;}
.row_mo.table caption {    
display: block;
width: 100%;
}
table.row_mo tr {
    display: flex;
    flex-wrap: wrap;
        width: 100%;

}
.row_mo.table th {
    width: 30%;
}
.row_mo.table td {
    width: 70%;
}
.row_mo.table td, .row_mo.table th {
    display: flex !important;
    vertical-align: middle;
    align-items: center;
}
.row_mo.table td button {
      width: 100% !important;
    font-size: 17px !important;
}
 
 .notice .notice-wrap .notice-head {
     flex-wrap: wrap;
 }
 .notice .notice-wrap .notice-head .tit {
 font-size:20px;}
 .notice .pagination {
     max-width: 100%;
     width: fit-content;
    margin: 0 auto;
 }
 
 .search-bar {
     gap: 25px;
 }
 .cnt.search-bar .search-wrap {
     margin-bottom: 28px;
 }
 .intro .summary.sign-up {
     padding: 30px;
}

.content_title {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 24px;
  text-align: left;
  margin-left: 0;
      display: inline-block;
       width:100%;
       line-height:1.4
}
 #report_health .main-tit {
    word-wrap: break-word;
     line-height:1.4
    
 }
  

.box_cont_txt, .box_cont_img {
    text-align: left;
    border: 1px solid #cdcdcd;
    padding: 20px;
    line-height: 1.4;
    display:block;
    color: #444;
    word-break: break-all;
}
.box_cont_img div {
	overflow-x: auto;
}

.box_cont_img img {
	  display:block;
	  margin: 0 auto;
	  min-width:500px;
}

.box_content ~ .box_content {
	margin-top:50px;
}

#report_health section ~ section{
	margin-top:30px;
}
.box_list li ~ li{
	margin-top:15px;
}
.bullet {
	position:relative;
	padding-left: 20px;
}
.bullet:before {
	content:'';
	 position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    display: block;
    height: 8px;
    border-radius: 50%;
   background: #666;
	
}
.prc_item {
	text-align: left;
  display: inline-block;
  width: auto;
  max-width:300px;
  border : 1px solid #cdcdcd;
  background:#eee;
      padding: 10px 20px;
          border-radius: 5px;
	
}
.prc_cont .row {
	display: flex;
    justify-content: center;
    align-items: center;
        padding: 15px 40px;
            max-width: 850px;
    margin: 0 auto;
}
.prc_cont .row.border {
	border:3px dashed #cdcdcd;
}

    .prc_cont .row.justify {
    justify-content: center;
    flex-wrap: wrap;
    }   
    .prc_cont .row.justify .prc_item ~ .prc_item {
     margin-top:25px; 
    }
    .prc_txt { 
    margin-top:25px; 
    text-align:center;
        width: 100%;
        }
        .prc_cont .row {
        position:relative;
            padding: 15px 15px;
            }
        .line{
  width: 5px;
    height: calc(500% + 50px);
    background: #999;
    display: block;
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    
    }
    
  .consultation-table th, .consultation-table td{ 
    display:block !important; 
    width:100%; 
  } 
 
  .consultation-table input[type=text]{ 
    width:100%; 
  } 
 
  .consultation-table label{ 
    display: contents; 
  } 
 
  .consultation-table .sub-text{ 
    font-size:13px !important; 
  }
  
  
  /* 별도구현 */
	.custom-consultation-table colgroup col{ 
	    width:0; 
	 } 
	 .custom-consultation-table colgroup col:first-child{ 
	   	width:100%; 
	 } 
	 
	 .custom-consultation-table th, .custom-consultation-table td{ 
	   display:block !important; 
	   width:100%; 
	 } 
	 
	 .custom-consultation-table td{ 
	     line-height: 35px;
	 }
	
	 .custom-consultation-table input[type=text]{ 
	   width:100%; 
	 } 
	 
	 .custom-consultation-table label{ 
	   display: inline-block;
	   width: fit-content !important; 
	 } 
	 
	 .custom-consultation-table #domainSelect {
	 	margin-top: 10px;
	 }
	 
	 .custom-consultation-table #emailId, .custom-consultation-table #emailDomain, .custom-consultation-table #domainSelect {
	    width: calc(100% / 2 - 5vw) !important;
	}
	
	.custom-consultation-table .flex {
	flex-wrap: wrap;
}
	 /* 별도구현 */
  
    
       