@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;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !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: 14.63rem;
  z-index: 1;
}
.select ul .option {
  border-bottom: 1px solid #cdcdcd;
  padding: 0 20px;
  /* 20221227 방한솔*/
  /* text-align: left; */ /* 다국어용 */
  text-align: left; /* 아랍어용 */
}
.select ul .option:hover {
  background-color: #f4f4f4;
}
.select .selected .selected-value,
.select .option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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;
}

body {
  color: #111;
  font-weight: 400;
  line-height: 1;
  word-break: keep-all;
}
body * {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 19px;
}

#wrap {
  position: relative;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  font-weight: 400;
}
header .menu:focus ~ .header-whole-menu{
  display: flex;
}
header .btn_close2:focus ~ .header-whole-menu{
  display: none;
}
header .header-whole-background {
  visibility: hidden;
  z-index: 900;
}
header .header-whole-menu {
  background-color: white;
  border-top: 1px solid #cdcdcd;
  position: absolute;
  top: 3.325rem;
  left: 0;
  z-index: 900;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
  width: 100%;
  
  /* 20230301 전체메뉴 하단짤림 수정 */
  max-height: 75vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-whole-background::-webkit-scrollbar {
  display: none;
}
header .header-whole-menu .header-whole-cols {
  margin-right: 10rem;
}
header .header-whole-menu .header-whole-col {
  height: 85%;
  float: right;
  width: 24%;
  margin-right: 3%;
}
header .header-whole-menu .header-whole-col > .col-header {
  border-bottom: 3px solid black;
  width: 100%;
  /* height: 3rem; */
  /* 20221226 방한솔 */
  min-height: 3.4rem;
  margin-bottom: 3.4rem;
  height: fit-content;
}
.header-login-btn, .header-reserve-btn {
  display: none;
}
.menu-btn-close3{
  width: 1.35rem;
  height: 1.35rem;
}
header .header-whole-menu .header-whole-col > div > a{
  font-size: 1.4rem;
  line-height: 1.5rem;
  word-break: break-all;
}
header .header-whole-menu .header-whole-col > ul > li{
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.7rem;
}
header .header-whole-menu .header-whole-col > ul > li >div:hover{
  color: #2962BB;
}
header .header-whole-menu .header-whole-col > ul > li > ul{
  margin-top: 0.7rem;
}
header .header-whole-menu .header-whole-col > ul > li > ul > li{
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
  line-height: 0.9rem;
}
.header-whole-col > ul > li > ul > li > div >a:hover{
  color: #2962BB;
  border-bottom: 1px solid #2962BB;
}
.header-top2 {
  float: left;
  margin-left: 2.5rem;
  margin-top: 0;
}
header .header-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0 auto;
  /* width: 64%; */
  max-width: 1200px;
}
header .header-top .logo {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  display: block;
  width: 30%;
  height: 1.8rem;
/*   background: url("../images/common/logo.png") no-repeat center/contain; */
/* 20221227 방한솔 */
  background: url("../images/eng/logo_en.svg") no-repeat center/contain;
  /* background: url("../images/cn/logo_cn.png") no-repeat center/contain; */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .header-top .util {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
header .header-top .util .login {
  display: block;
  font-size: 0.8rem;
  line-height: 3rem;
  padding: 0 1.5rem;
}
header .header-top .util .lang-wrap {
  position: relative;
}
header .header-top .util .lang-wrap .lang {
  background-color: #2aa9c0;
  color: #fff;
  height: 3rem;
  padding: 0 1rem;
}
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;
}
header .header-btm-wrap {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
  z-index: 1000;
}
header .header-btm-wrap .header-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.3rem;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 1000;
}
header .header-btm-wrap .header-btm .header-menu-btn {
  width: 1.2rem;
  margin-top: 0.2rem;
  margin-left: 0.7rem;
}
header .header-btm-wrap .header-btm .gnb {
  width: 70%;
  /* 20221227 방한솔 */
  /* margin-left: -7rem; */ /* 다국어용 */
  margin-right: -7rem; /* 아랍어용 */
}
header .header-btm-wrap .header-btm .gnb > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
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: 1rem;
  font-weight: 500;
  /* 221227 방한솔 */
  /* line-height: 2.7rem; */ /* en, cn */
  line-height: 1rem; /* ru */
  padding-top: 0.4rem;
}
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%;
}
header .header-btm-wrap .dep2 {
  position: absolute;
  z-index: 100;
  top: 3.325rem;
  left: 0;
  width: 100%;
  background: #fff;
  color: #555;
  border-top: 1px solid #cdcdcd;
  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;
}
header .header-btm-wrap .dep2 .dep2inner .navtxt {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0.6rem;
  gap: 20px 20px;
}
header .header-btm-wrap .dep2 .dep2inner .navtxt li {
  width: 15.6rem;
}
header .header-btm-wrap .dep2 .dep2inner .navtxt li ul li a {
  font-size: 0.88rem;
  line-height: 1.6rem;
  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: 1rem;
  font-weight: 500;
  margin-bottom: 0.85rem;
}
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: 15rem;
  padding-top: 2rem;
  padding-left: 1.5rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-area{
  height: 8rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photo-seperate {
  border-bottom: 1px solid #cdcdcd;
  height: 1.5rem;
  width: 13.9rem;
  margin-top: 3.7rem;
  margin-bottom: 1.5rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photo-seperate2 {
  border-bottom: 1px solid #cdcdcd;
  height: 1.5rem;
  width: 13.5rem;
  margin-top: 6.5rem;
  margin-bottom: 1.5rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photo-seperate3 {
  border-bottom: 1px solid #cdcdcd;
  height: 1rem;
  width: 13.5rem;
  margin-bottom: 1.5rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photoT {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
  color: #2962bb;
  white-space: nowrap;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photoT2 {
  margin-bottom: 0.3rem;
  color: #666666;
  font-size: 0.8rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .photoT3 {
  margin-top: 0.2rem;
  font-size: 1.1rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .icon1 {
  width: 2.8rem;
  float: right;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .icon2 {
  width: 2.8rem;
  float: right;
  margin-top: 0.7rem;
  margin-bottom: 1.5rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .icon3 {
  width: 1.7rem;
  float: left;
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .icon3-2 {
  width: 1.7rem;
  float: left;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .icon4 {
  height: 3rem;
  float: right;
  margin-top: 1.4rem;
  margin-bottom: 1.5rem;
}
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: 0.7rem;
  gap: 9px;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-1 a {
  width: 43.7%;
  height: 2.4rem;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-size: 0.9rem;
  line-height: 2.4rem;
}
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: 0.4rem;
  flex-direction: column;
  margin-top: 0.3rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-2 a {
  width: 90.3%;
  height: 2.4rem;
  background-color: #2962BB;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-size: 0.9rem;
  line-height: 2.4rem;
}
header .header-btm-wrap .dep2 .dep2inner .photo .btn-flex-2 a:last-child {
  height: 2.4rem;
  line-height: 2.4rem;
  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%;
}
header .header-btm-wrap .search-check-btn {
  width: 1.5rem;
  margin-top: 0.2rem;
  margin-left: 0.5rem;
}
.menu-icon-box {
  height:100%;
  width: 2.6rem;
}
#search-check:focus ~ .search_wrap {
  display: block;
}
header .header-btm-wrap .search_wrap{
  position: absolute;
  display: none;
  text-align: center;
  z-index: 900;
  top: 3.325rem;
  left: 0;
  width: 100%;
  background: #fff;
  color: #555;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-top: 1px solid #cdcdcd;
}

header .header-btm-wrap .btn_close {
  margin-left: 61.5rem;
  margin-top: 1.2rem;
}

header .header-btm-wrap .btn_close:active ~ .search_wrap{
  display: none;
}

#pcSearchTxt {
  width: 41%;
  height: 4rem;
  font-size: 1.5rem;
  border: none;
  border-bottom: 3px solid black;
}

#pcSearchTxt:focus {
  outline: none;
}

#pcSearchTxt::placeholder {
  font-size: 1.5rem;
}

header .header-btm-wrap .search_wrap .search-btn{
  margin-left: -2.7rem;
  margin-top: -0.5rem;
}
header .header-btm-wrap .search_wrap .search-btn-img {
  width: 2.2rem;
}
.search-btn-close {
  width: 1.2rem;
}
header .header-btm-wrap .search_wrap .btm {
  margin: auto;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 0.9rem;
  margin-left: 29.3rem;
}
header .header-btm-wrap .search_wrap .btm > p {
  margin-right: 1rem;
  padding-top: 0.6rem;
  height: 2.2rem;
}
header .header-btm-wrap .search_wrap .btm > ul {
  display: flex;
}
header .header-btm-wrap .search_wrap .btm > ul > li {
  background-color: #EFF3F9;
  margin-right: 0.4rem;
  height: 2.2rem;
  border-radius: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.6rem;
}
header .breadcrumb-container {
  background-color: #02348b;
}
header .breadcrumb-container .breadcrumb-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  letter-spacing: -0.001em;
  margin: 0 auto;
  width: 1200px;
}
header .breadcrumb-container .breadcrumb-wrap .breadcrumb-list {
  display: flex;
  align-items: center;
  height: 2.8rem;
  text-align: center;
}
header .breadcrumb-container .breadcrumb-wrap .crumb {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 2.8rem;
  line-height: 2.8rem;
  width: 14.58rem;
}
header .breadcrumb-container .breadcrumb-wrap .crumb .select .selected .arrow {
  background: url("../images/common/arrow-down-w.png") no-repeat 0 0;
  height: 6px;
  width: 11px;
}
header .breadcrumb-container .breadcrumb-wrap .crumb .select.active .selected {
  background-color: unset;
}
header .breadcrumb-container .breadcrumb-wrap .crumb .select.active .arrow {
  background: url("../images/common/arrow-up-w.png") no-repeat 0 0;
}
header .breadcrumb-container .breadcrumb-wrap .crumb .select .option {
  color: #444;
}
header .breadcrumb-container .breadcrumb-wrap .square {
  height: 2.8rem;
  width: 2.8rem;
}
header .breadcrumb-container .breadcrumb-wrap .square a {
  display: block;
  width: 100%;
}
header .breadcrumb-container .breadcrumb-wrap .square img {
  width: 0.94rem;
  height: 0.94rem;
  vertical-align: unset;
}
header .breadcrumb-container .breadcrumb-wrap .bdl {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

main.no-breadcrumb {
  margin: 7.3rem 0 3.3rem;
  overflow: hidden;
}

#mFoot {
  display: none;
}
footer {
  width: 100%;
  background-color: #051b3c;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  letter-spacing: -0.001em;
  line-height: 2rem;
  /* height: 23rem; */
}

footer .footer-top {
  background-color: #001533;
  color: #fff;
}
footer .footer-top .quik-link {
  height: 4rem;
  width: 63%;
  margin: 0 auto;
  line-height: 4rem;
  white-space: nowrap;
}
footer .footer-top .quik-link div {
  float: left;
}
footer .footer-top .quik-link li:nth-child(-n+2) {
  float: left;
}
footer .footer-top .quik-link li:first-child{
  font-size: 0.9rem;
  margin-right: 1.5rem;
}
#pcFoot .quik-link .info1 {
  display: flex;
  color: #C5CBDA;
  width: 23%;
  float: right;
  font-size: 0.73rem;
}
#pcFoot .quik-link .info1 li {
  white-space: nowrap;
  font-size: 0.73rem;
}
footer .footer-top .quik-link li + li::before {
  content: "|";
  opacity: 34%;
  padding-right:1.5rem;
}
footer .footer-top .quik-link .info1 li + li::before {
  content: none;
}

footer .footer-top .quik-link .info1 li:first-child{
  margin-right: 1rem;
}
footer .footer-btm {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem 0;
  width: 63%;
}
footer .m-footer-btm {
  display: none;
}
footer .footer-btm-left .info {
  margin-bottom: 2rem;
}
footer .footer-btm-left ul {
  display: flex;
  align-items: center;
}
footer .footer-btm-left .copyright {
  font-size: 0.79rem;
}
footer .footer-btm-left ul li + li::before {
  content: "|";
  opacity: 28%;
  padding: 0 1rem;
}
footer .footer-btm-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 18rem;
  text-align: right;
}
footer .footer-btm-right .accordion {
  position: relative;
  margin-left: 3.5rem;
  width: 100%;
  height: 2.2rem;
}
footer .footer-btm-right .accordion .dropdown-toggle {
  position: relative;
  border: 1px solid #506077;
  width: 100%;
  height: 2.2rem;
  text-align: left;
  padding-left: 1rem;
}
footer .footer-btm-right .accordion .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
  height: 2.2rem;
  background: url("../images/common/dropup-btn.png") no-repeat 0 0;
  background-size: contain;
}
footer .footer-btm-right .accordion .dropdown-toggle.on::after {
  background: url("../images/common/dropdown-btn.png") no-repeat 0 0;
}
footer .footer-btm-right .accordion .dropdown-menu {
  position: absolute;
  left: 0;
  bottom: 2.2rem;
  width: 100%;
  max-height: 0;
  text-align: left;
  overflow: hidden;
  transition: all 0.5s;
  visibility: hidden;
  padding: 0 1rem;
  border: 1px solid #506077;
  border-bottom: 0;
  background-color: #051b3c;
}
footer .footer-btm-right .accordion .dropdown-menu.on {
  max-height: 20rem;
  padding: 0.5rem 1rem;
  transition: all 0.5s;
  visibility: visible;
}
footer .footer-btm-right .accordion .dropdown-menu li a {
  border-bottom: 1px solid transparent;
}
footer .footer-btm-right .accordion .dropdown-menu li:hover a,
footer .footer-btm-right .accordion .dropdown-menu li a:focus {
  border-bottom-color: #fff;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;
}
footer .footer-btm-right .sns {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin-top: 1rem;
}
footer .footer-btm-right .sns li:first-child img {
  width: 0.5rem;
}
footer .footer-btm-right .sns li:nth-child(2) img {
  width: 1.1rem;
}
footer .footer-btm-right .sns img {
  width: 1.0rem;
}
footer .footer-btm-right .license {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
footer .footer-btm-right .license li img{
  width: 3rem;
  margin-top: -1.5rem;
}

.pill-title {
  text-align: center;
  margin-top: 5rem;
  font-size: 2rem;
  margin-bottom: 5rem;
}
.pill-box {
    display: flex;
}
.pillImg{
  margin-top: 1rem;
  width: 80px;
  margin-bottom: 25px;
}
.pillImg-2{
  margin-top: 2rem;
  width: 90px;
  margin-bottom: 30px;
}
.pillImg-3{
  margin-top: 1rem;
  width: 80px;
  margin-bottom: 25px;
}
.pillImg-4{
  margin-top: 1rem;
  width: 80px;
  margin-bottom: 25px;
}
.pillImg2{
  width: 40rem;
  margin-left: 5rem;
  margin-bottom: 5rem;
}
.pillImg3{
  width: 5rem;
  margin-top: 2rem;
}
.pillImg4{
  height: 5rem;
  margin-left: 9rem;
  margin-top: 2rem;
}
.pillname {
  font-size: 1rem;
}
.pillname2 {
  font-size: 1rem;
}
.pill-seperate {
  border-right: 1px solid #ddd;
  height: 220px;
  width: 270px;
}
.pill-seperate2 {
  border-right: 1px solid #ddd;
  width: 20rem;
  height: 9rem;
  margin-left: 10rem;
}
.pill-seperate3 {
  height: 20px;
  width: 270px;
}
.pill-seperate4 {
  border-right: 1px solid #ddd;
  height: 10rem;
  width: 12rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.pill-seperate5 {
  border-right: 1px solid #ddd;
  height: 220px;
  width: 350px;
}
.pill-seperate6 {
  height: 20px;
  width: 350px;
}
.diet-box0 {
  display: flex;
  padding-top: 1rem;
}
.diet-box2  {
  display: flex;
}
.dietImg{
  width: 6rem;
  margin-right: 5rem;
  margin-top: 2rem;
}
.mriImage {
  width: 100px;
  height: 100px;
  margin-top: 20px;
}
.mri-box {
  display: flex;
  margin-top: 30px;
}
.mri-seperate {
  border-right: 1px solid #ddd;
  height: 190px;
  width: 270px;
}
.mri-display {
  gap: 72px;
  display: flex;
}
.mri-display .txt{
  margin-top: 30px;
}
.invert-table > tr{
  border-bottom: 1px solid #ddd;
}
.rayImg-box {
  display: flex;
  padding-left: 40px;
}
.rayImg-box2 {
  display: flex;
  padding-left: 80px;
}
.rayImg {
  width: 400px;
  margin-left: 80px;
}
.rayImg2 {
  width: 250px;
  margin-left: 50px;
}

.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 0 0 32px;
}
.transport-wrap .right-box {
  flex: 1;
  text-align: right;
  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;
}

.main-container {
  height: 100%;
  padding-top: 3rem;
}
.main-container2 {
  display: flex;
  width: 72.8%;
  margin: 0 auto;
}
.main-container3 {
  display: flex;
  /* width: 70%; */
  margin: 0 auto;
  /* margin-top: 3rem; */
  max-width: 1200px;
  padding: 0 20px;
}
.main-container4 {
  display: flex;
  width: 70%;
  margin: 0 auto;
  margin-top: -5rem;
}
.slider-wrap {
  width: 66.5%;
  height: 25rem;
  margin-right: 2rem;
}
.slick-dots {
  position: absolute;
  top: 21rem;
  left: -19.3rem;
}
.slidePause {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 24.3rem;
  left: 21.5rem;
  cursor: pointer;
  background-image: url("../images/main/slide_pause.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.slidePause.on {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 24.3rem;
  left: 21.5rem;
  cursor: pointer;
  background-image: url("../images/main/slide_play.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.main-container .main-banner1 {
  height: 26rem;
  background-image: url("../images/main/banner1.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  padding-top: 5rem;
}
.main-container .main-banner2 {
  height: 26rem;
  background-image: url("../images/main/banner2.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  padding-top: 4rem;
}
.main-container .main-banner3 {
  height: 26rem;
  background-image: url("../images/main/banner3.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  padding-top: 5rem;
}
.main-container .main-reserve-section {
  width: 50%;
  color: white;
  border-radius: 10rem;
}
.main-container .main-reserve-section1 {
  border-top-left-radius : 15px;
  border-top-right-radius : 15px;
  background-color: #172D66;
  padding-top: 2.2rem;
  padding-bottom: 1.3rem;
}
.main-container .main-reserve-section2 {
  border-bottom-left-radius : 15px;
  border-bottom-right-radius : 15px;
  background-color: #A88A49;
  padding-top: 2.1rem;
  padding-bottom: 2.3rem;
}
.main-container .main-container2 .main-banner1 .main-text-box {
  margin-bottom: 3rem;
}
.main-text1 {
  font-size: 2.25rem;
  margin-bottom: 0.8rem;
  display: flex;
  margin-left: 3rem;
  letter-spacing: -0.2rem;
}
.main-text2 {
  font-size: 2.45rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-left: 3rem;
  letter-spacing: -0.2rem;
}
.main-text3 {
  font-size: 1rem;
  margin-left: 3rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.banner-text1 {
  font-size: 2.3rem;
  margin-bottom: 0.8rem;
  color: white;
  margin-left: 3rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: -0.2rem;
}
.banner-text2 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: white;
  margin-left: 3rem;
  line-height: 1.8rem;
}

.banner-text-box {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.banner-text-box2 {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.banner-btn2 {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid white;
  color: white !important;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  font-size: 0.9rem;
  margin-left: 3rem;
}
.main-container .main-container2 .main-btn1 {
  color: white;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  font-size: 0.9rem;
  background-color: #2962BB;
  border-radius: 5px;
  margin-left: 3rem;
}
.main-container .main-container2 .main-text4{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}
.main-container .main-container2 .main-text4-1{
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.7);
  display: none;
  cursor: pointer;
}
.main-container .main-container2 .main-text5{
  font-size: 1.2rem;
  text-align: center;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
}
.main-container .main-container2 .main-text5-1{
  font-size: 1.5rem;
  text-align: center;
  display: none;
}
.main-container .main-container2 .main-reserve-section .main-reserve-detail{
  margin-top: 1.5rem;
  display: block;
}
.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: 0 auto;
  margin-bottom: 0.7rem;
  width: 80%;
}
.main-container .main-container2 .main-reserve-section .main-reserve-btn1-C{
  font-size: 1.2rem;
  width: 8.9rem;
  height: 2.6rem;
  background-color: #58400C;
  text-align: center;
  padding-top: 0.6rem;
  margin-right: 0.5rem;
  border-radius: 5px;
}
.main-container .main-container2 .main-reserve-section .main-reserve-btn2-C{
  font-size: 1.2rem;
  width: 8.9rem;
  height: 2.6rem;
  background-color: rgba(255,255,255,0.3);
  text-align: center;
  padding-top: 0.6rem;
  border-radius: 5px;
}
.main-container .main-container2 .main-reserve-section .main-reserve-detail2-1{
  font-size: 0.9rem;
  margin-right: 0.8rem;
}
.main-container .main-container2 .main-reserve-section .main-reserve-detail2-2{
  font-size: 0.8rem;
  margin-top: 0.1rem;
}
.main-container .main-container2 .main-reserve-section .main-reserve-download, .main-reserve-suggest{
  border: 2px solid rgba(255,255,255,0.2);
  width: 80%;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  font-size: 0.9rem;
}
.main-container .main-container2 .main-reserve-section .main-reserve-download-icon{
  width: 1rem;
  margin-left: 2rem;
}
.main-container .main-container2 .main-reserve-section .main-reserve-suggest-icon{
  width: 1rem;
  margin-left: 1rem;
}
.reserve-align {
  margin: 0 auto;
  display: flex;
}
.main-container .main-container2 .main-reserve-section .main-reserve-detail-C{
  margin-top: 1.4rem;
  text-align: center;
  display: none;
}
.main-container .main-container2 .main-reserve-section .main-reserve-btn1{
  font-size: 1.2rem;
  width: 8.9rem;
  height: 2.6rem;
  background-color: #118CCF;
  text-align: center;
  padding-top: 0.6rem;
  margin-right: 0.5rem;
  border-radius: 5px;
}
.main-container .main-container2 .main-reserve-section .main-reserve-btn2{
  font-size: 1.2rem;
  width: 8.9rem;
  height: 2.6rem;
  background-color: rgba(255,255,255,0.2);
  text-align: center;
  padding-top: 0.6rem;
  border-radius: 5px;
}
.main-container .main-container2 .main-reserve-section .main-reserve-detail1{
  font-size: 1.2rem;
  margin-right: 3rem;
}
.main-container .main-reserve-download-C{
  margin: auto;
  border: 2px solid rgba(255,255,255,0.2);
  width: 80%;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  font-size: 1rem;
  display: flex;
  margin-top: 1.5rem;
}
.main-reserve-download-icon-C{
  width: 1rem;
  margin-left: 1.5rem;
}
.main-container .main-container3 .main-sub-links:last-child{
  border-left: none;
}
.main-container .main-container3 .main-sub-links{
  width: 20%;
  text-align: center;
  border-left: 1px solid #e9e7e7;
}
.main-container .main-container3 .main-icon-container{
  margin-bottom: 20px;
}
.main-container .main-container3 .main-sublink-icon{
  height: 3.2rem;
}
.main-container .main-container3 .main-sublink-icon2{
  height: 3.6rem;
  margin-left: 1rem;
}
.main-container .main-container3 .main-text6{
  font-size: 0.9rem;
}
.main-container .main-scroll-down-box{
  font-size: 0.6rem;
  text-align: center;
  margin-top: 4rem;
}
.main-container .main-scroll-down-arrow{
  width: 0.4rem;
  margin-top: 0.8rem;
}
.main-container4 .main-sub-container1 .main-sub-section1{
  width: 17rem;
  height: 17.6rem;
  background-color: #A88A49;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  padding-left: 2rem;
  padding-top: 2rem;
  float: left;
}
.main-container4 .main-sub-container1 .main-sub-section1 .main-sub-icon1{
  width: 2.7rem;
}
.main-container4 .main-sub-container1 .main-sub-section2{
  width: 17rem;
  height: 17.6rem;
  background-color: #2AA9C0;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  padding-left: 2rem;
  padding-top: 2rem;
  float: left;
}
.main-container4 .main-sub-container1 .main-sub-section2 .main-sub-icon2{
  width: 2.9rem;
}
.main-container4 .main-sub-icon3{
  width: 8rem;
  margin-top: -3.5rem;
  margin-right: 1rem;
  float: right;
}
.main-container4 .main-sub-container2 {
  width: 17rem;
  height: 36.8rem;
  background-color: #2962BB;
  border-radius: 20px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-left: 2rem;
  padding-top: 1.7rem;
  padding-right: 2rem;
}
.main-container4 .main-sub-container4 {
  display: flex;
}
.main-container4 .main-sub-container3 .main-sub-section3{
  width: 17rem;
  height: 17.6rem;
  background-color: #172D66;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  padding-left: 2rem;
  padding-top: 1.7rem;
  margin-right: 1.5rem;
}
.main-container4 .main-sub-container3 .main-sub-section4{
  width: 17rem;
  height: 17.6rem;
  background-color: #118CCF;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  padding-left: 2rem;
  padding-top: 1.7rem;
}
.main-container4 .main-sub-container1 .main-sub-section5{
  width: 35.5rem;
  height: 17.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/main/S2icon4.png");
  margin-bottom: 1.5rem;
  border-radius: 20px;
  padding-left: 2rem;
  padding-top: 1.2rem;
  float: left;
  
}
.main-container4 .main-sub-text1{
  font-size: 1.4rem;
  color: white;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.main-container4 .main-sub-text1-1{
  font-size: 1.4rem;
  color: white;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.main-container4 .main-sub-text2{
  font-size: 0.8rem;
  color: white;
  margin-top: 0.8rem;
  line-height: 1.3rem;
}
.main-container4 .main-sub-text3{
  font-size: 1.1rem;
  color: white;
  margin-top: 0.8rem;
  line-height: 1.5rem;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 13rem;
}
.main-container4 .main-sub-text4{
  font-size: 0.85rem;
  line-height: 1.3rem;
  color: #B9D4FF;
  margin-top: 0.8rem;
  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: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.main-container4 .main-sub-text6{
  font-size: 0.8rem;
  margin-top: 1.2rem;
}
.main-container4 .main-sub-text7{
  font-size: 0.8rem;
  margin-top: 0.7rem;
}
.main-container4 .main-sub-direct{
  width: 1.7rem;
  margin-top: 3.5rem;
}
.main-container4 .main-sub-direct2{
  width: 1.7rem;
  margin-top: 5.3rem;
}
.main-container4 .main-sub-direct3{
  width: 1.7rem;
  margin-top: 4rem;
}
.main-container4 .main-sub-direct4{
  width: 1.7rem;
  margin-top: 3.3rem;
}
.main-container4 .main-sub-time-box {
  display: flex;
  margin-top: 1.7rem;
}
.main-container4 .main-sub-time-box .main-sub-clock{
  display: flex;
  margin-right: 0.5rem;
  width: 1rem;
}
.main-container4 .main-sub-time{
  color: white;
  padding-top: 0.1rem;
  font-size: 0.8rem;
}
.main-container4 .main-sub-seperate{
  border-bottom: 1px solid #B9D4FF;
  margin-top: 3.1rem;
  margin-bottom: 2rem;
}
.main-container4 .main-sub-section5-2 {
  display: flex;
}
.main-container4 .main-sub-subway{
  background-color: #50B345;
  color: white;
  padding: 0.3rem 1rem 0.4rem 1rem;
  border-radius: 15px;
  margin-right: 0.7rem;
  height: 33px;
}
.main-container4 .main-sub-subway2{
  padding-top: 0.3rem;
}

.floating-bar {
  display: none;
}

#fp-nav ul, 
.fp-slidesNav ul {
  position: absolute;
  top: -1rem;
}
#fp-nav ul li a, 
.fp-slidesNav ul li a {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: #979797 !important;
	width: 0.8rem !important;
	height: 0.8rem !important;
	margin: 0 0 0 1rem !important;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span{
	width: 0.8rem !important;
	height: 0.8rem !important;
	margin: 0 0 0 1rem !important;
	background: #2962BB !important;
}

#fp-nav ul li:last-child, 
.fp-slidesNav ul li:last-child,
#fp-nav ul li:last-child a.active span, 
.fp-slidesNav ul li:last-child a.active span {
	display: none;
}


/* 강성관 추가 */
.custom-img-grid3 img{
  width:33%;
  height:auto;
}

.main-container3.en {
	min-height: 150px;
}

.main-container .main-container3.en .main-sub-links:last-child{
  border-left: none;
}
.main-container .main-container3.en .main-sub-links{
  width: 25%;
}
.main-container .main-container3.en .main-icon-container{
  margin-bottom: 20px;
}
.main-container .main-container3.en .main-sublink-icon{
  height: 3.2rem;
}
.main-container .main-container3.en .main-sublink-icon2{
  height: 3.6rem;
  margin-right: 1rem;
}
.main-container .main-container3.en .main-text6{
  font-size: 0.9rem;
}



.main-container4.en {
  margin-top: 2rem;
  justify-content: space-between;
  max-width: 1200px;
  width: unset;
  padding: 0 20px;
}

.main-container4.en .main-sub-container1 {
	width: 32%;
}

.main-container4.en .main-sub-container1 .main-sub-section1{
  width: 100%;
  height: 17.6rem;
  /* margin-bottom: 1.5rem; */
  margin-bottom: 0;
  border-radius: 20px;
  padding: 2rem;
  float: right;
  position: relative;
}

.main-container4.en .main-sub-container1 .main-sub-section1 .main-sub-icon1{
  width: 25%;
  /* margin-top: 0.5rem;
  margin-left: 2rem; */
  float: left;
}

.main-container4.en .main-sub-text1{
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.main-container4.en .main-sub-text2{
  font-size: 0.8rem;
  margin-top: 0.8rem;
  line-height: 1.3rem;
}

.main-container4.en .main-sub-container1 .main-sub-section1.sections01{
  background-color: #faf2e1;
}

.main-container4.en .main-sub-container1 .main-sub-section1.sections02{
  background-color: #eaf2fd;
}

.main-container4.en .main-sub-container1 .main-sub-section1.sections03{
  background-color: #172d66;
}

.main-container4.en .main-sub-container1 .main-sub-section1 .blackfont{
	color: black;
}

.main-container4.en .main-sub-container1 .main-sub-section1 .whitefont{
	color: white;
}

.main-container4.en .main-sub-container3 {
	width: 48%;
}

.main-container4.en .main-sub-container3 .main-sub-section5.weather{
  width: 100%;
  height: 15rem;
  background-repeat: no-repeat;
  background-size: contain;
  /*
  background-image: url("https://w.bookcdn.com/weather/picture/1_18406_1_1_7ab5f5_210_ffffff_333333_08488D_1_ffffff_333333_0_6.png?scode=2&domid=&anc_id=29104");
  */
  background-image: url("https://w.bookcdn.com/weather/picture/3_18406_1_1_7ab5f5_400_ffffff_333333_08488D_1_ffffff_333333_0_6.png?scode=38886&domid=w209&anc_id=64280");
  /* margin-bottom: 1.5rem; */
  margin-bottom: 0;
  border-radius: 10px;
  padding-right: 2rem;
  padding-top: 1.2rem;
  float: right;
}

.main-container4.en .main-sub-container1 .main-sub-section5.load{
  /* width: 33.5rem; */
  width: 100%;
  /* height: 15rem; */
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/main/S2icon4.png");
  /* margin-bottom: 1.5rem; */
  margin-bottom: 0;
  border-radius: 20px;
  padding-right: 2rem;
  padding-top: 1.2rem;
  float: right;
  background-position: -150px 0;
  padding-left: 50px;
}

.main-container4.en .main-sub-container1 .main-sub-section1 .main-btn1 {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  margin-left: 2rem;
  color: white;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  font-size: 0.9rem;
  border-radius: 5px;
  /* float: right; */
  font-weight: bold;
}

.main-container4.en .main-sub-container1 .main-sub-section1.sections01 .main-btn1 {
/* margin-top: 4rem; */
background-color: #a88a49;
}

.main-container4.en .main-sub-container1 .main-sub-section1.sections02 .main-btn1 {
/* margin-top: 2.5rem; */
background-color: #2962bb;
}

.main-container4.en .main-sub-container1 .main-sub-section1.sections03 .main-btn1 {
/* margin-top: 5rem; */
background-color: #118ccf;
}







.main-container4.en .main-sub-text1-1{
  font-size: 1.4rem;
  color: white;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.main-container4.en .main-sub-container1 .main-sub-section2{
  width: 17rem;
  height: 17.6rem;
  background-color: #2AA9C0;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  padding-right: 2rem;
  padding-top: 2rem;
  float: right;
}
.main-container4.en .main-sub-container1 .main-sub-section2 .main-sub-icon2{
  width: 2.9rem;
}

.main-container4.en .main-sub-container2 {
  width: 17rem;
  height: 36.8rem;
  background-color: #2962BB;
  border-radius: 20px;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  padding-right: 2rem;
  padding-top: 1.7rem;
  padding-left: 2rem;
}
.main-container4.en .main-sub-container4 {
  display: flex;
}
.main-container4.en .main-sub-container3 .main-sub-section3{
  width: 17rem;
  height: 17.6rem;
  background-color: #172D66;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  padding-right: 2rem;
  padding-top: 1.7rem;
  margin-left: 1.5rem;
}
.main-container4.en .main-sub-container3 .main-sub-section4{
  width: 17rem;
  height: 17.6rem;
  background-color: #118CCF;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  padding-right: 2rem;
  padding-top: 1.7rem;
}


.main-container4.en .main-sub-text3{
  font-size: 1.1rem;
  color: white;
  margin-top: 0.8rem;
  line-height: 1.5rem;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 13rem;
}
.main-container4.en .main-sub-text4{
  font-size: 0.85rem;
  line-height: 1.3rem;
  color: #B9D4FF;
  margin-top: 0.8rem;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
}
.main-container4.en .main-sub-text5{
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.main-container4.en .main-sub-text6{
  font-size: 0.8rem;
  margin-top: 1.2rem;
}
.main-container4.en .main-sub-text7{
  font-size: 0.8rem;
  margin-top: 0.7rem;
}
.main-container4.en .main-sub-direct{
  width: 1.7rem;
  margin-top: 3.5rem;
}
.main-container4.en .main-sub-direct2{
  width: 1.7rem;
  margin-top: 5.3rem;
}
.main-container4.en .main-sub-direct3{
  width: 1.7rem;
  margin-top: 4rem;
}
.main-container4.en .main-sub-direct4{
  width: 1.7rem;
  margin-top: 3.3rem;
}
.main-container4.en .main-sub-time-box {
  display: flex;
  margin-top: 1.7rem;
}
.main-container4.en .main-sub-time-box .main-sub-clock{
  display: flex;
  margin-left: 0.5rem;
  width: 1rem;
}
.main-container4.en .main-sub-time{
  color: white;
  padding-top: 0.1rem;
  font-size: 0.8rem;
}
.main-container4.en .main-sub-seperate{
  border-bottom: 1px solid #B9D4FF;
  margin-top: 3.1rem;
  margin-bottom: 2rem;
}
.main-container4.en .main-sub-section5-2 {
  display: flex;
}
.main-container4.en .main-sub-subway{
  background-color: #50B345;
  color: white;
  padding: 0.3rem 1rem 0.4rem 1rem;
  border-radius: 15px;
  margin-left: 0.7rem;
}
.main-container4.en .main-sub-subway2{
  padding-top: 0.3rem;
}

.mobile-only {
	display: none;
}



/* 장한나 추가   */
.step_list {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    position: relative;
}
.step_list .item{
	display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	
}
.circle_s {
	width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    color: #ccc;
    background: #fff;
    border: 1px solid #ccc;
}
.step_list .item > span {
	display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: #999;
    font-size: 16px;
	
}
 .step_list .item.act .circle_s {
     border: 1px solid transparent;
     background: #2aa9c0;
     color:#fff;
 }    
 .step_list .item.act > span {
     color:#333;
 }    
 .step_list:before {
    content: '';
    position: absolute;
    left: 70px;
    top: 25px;
    transform: translateY(-50%);
    right: 70px;
    height: 7px;
    background: #ededed;
    display: block;
    z-index: -1;
 }