@charset "euc-kr";
/* color */
/* ================================================================== */
/* Name	: main.css
/* Script : Font, Layout, main contents CSS
/* Author : Design Geulggol
/* Date	: 2022-04-20
/* ================================================================== */

@import url('public_main.css?v=250808');
@import url('effect.css');
@import url('layout.css');

/* select È­»ìÇ¥ ¾ø¾Ö±â */
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ie select È­»ìÇ¥ ¾ø¾Ö±â */
select::-ms-expand {
  display: none;
}

/* ÇÑÁÙ ¸»ÁÙÀÓ */
.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* ¸ÞÀÎºñÁÖ¾ó ¿µ¿ª */
.section01 {
  min-width: 1440px;
  height: 893px;
  position: relative;
}
.section01 .main-visual-wrap {
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}
.section01 .main-visual-wrap img {
  max-width: 100%;
}
.section01 .main-visual-wrap .main-visual {
  height: 893px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.section01 .main-visual-wrap .main-visual .visual-text {
  font-family: "Pretendard", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #2c2a2f;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.section01 .main-visual-wrap .main-visual .visual-text p {
  font-family: "Nanum Myeongjo", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.section01 .main-visual-wrap .main-visual .visual-text span {
  color: #2f288d;
  display: block;
}
.section01 .main-visual-wrap .main-visual .visual-text.about-center {
  font-size: 35px;
}
.section01 .main-visual-wrap .main-visual .visual-text.about-center span {
  font-size: 56px;
}
.section01 .main-visual-wrap .main-visual .visual-text2 {
  color: #fff;
}
.section01 .main-visual-wrap .main-visual .visual-text2 p {
  color: rgba(255, 255, 255, 0.5);
}
.section01 .main-visual-wrap .main-visual .visual-text2 span {
  color: #fff;
}
.section01 .main-visual-wrap .slick-dots {
  width: auto;
  top: 415px;
  bottom: auto;
  left: 50%;
  transform: translateX(-260px);
  z-index: 110;
}
.section01 .main-visual-wrap .slick-dots li button::before {
  opacity: 1;
  top: -5px;
}
.section01 .main-visual-wrap .slick-dots li.slick-active button {
  padding: 0;
}
.section01 .main-visual-wrap .slick-dots li.slick-active button::before {
  width: 13px;
  height: 13px;
  color: transparent;
  border: 2px solid #000;
  border-radius: 50%;
  top: 0;
}

/* ¹è³Ê ¿Ü */
.section02 {
  width: 1400px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.section02 .inner {
  width: 350px;
}

.banner-list-wrap {
  position: relative;
}
.banner-list-wrap .banner-pageing {
  font-family: "RobotoRegular", sans-serif;
  font-size: 16px;
  color: #909090;
  border-radius: 5px;
  background: #fff;
  padding: 5px 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.banner-list-wrap .banner-pageing span {
  color: #000;
}
.banner-list-wrap .banner-wrap {
  position: relative;
}
.banner-list-wrap .banner-wrap .banner {
  position: relative;
}
.banner-list-wrap .banner-wrap .slick-prev {
  background: url("../../images/00main/arrow_prev.png") no-repeat center;
  top: 35px;
  left: 250px;
  z-index: 10;
}
.banner-list-wrap .banner-wrap .slick-prev::before {
  content: "";
}
.banner-list-wrap .banner-wrap .slick-next {
  background: url("../../images/00main/arrow_next.png") no-repeat center;
  top: 35px;
  right: 25px;
  z-index: 10;
}
.banner-list-wrap .banner-wrap .slick-next::before {
  content: "";
}

.reservation-wrap {
  padding: 25px 0;
  background: #492da8;/*background: #234cb5;*/
  display: flex;
}
.reservation-wrap li {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display:flex;
	justify-content: center;
	align-items: center;
}
.reservation-wrap li:last-child {
  border-right: none;
}
.reservation-wrap a {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff222;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  display: block;
}
.reservation-wrap a > span {
	font-size:17px;
}

.tel-wrap {
  padding: 5px 25px;
  background: #fff;
}
.tel-wrap dl dt {
  color: #000;
}
.tel-wrap dl dd {
  color: #6a6a6a;
}
.tel-wrap dl dd span {
  font-size: 15px;
  font-weight: 500;
  color: #6a6a6a;
  display: block;
}
.tel-wrap dl dd dl {
  font-size: 15px;
  padding-left: 10px;
  margin-top: 10px;
  position: relative;
}
.tel-wrap dl dd dl::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 7px;
  left: 0;
}
.tel-wrap dl dd dl dt {
  margin-right: 10px;
}
.tel-wrap > dl {
  border-bottom: 1px solid #c2c5ca;
  padding: 25px 0;
}
.tel-wrap > dl:last-child {
  border-bottom: 0;
}
.tel-wrap > dl > dt {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
}
.tel-wrap > dl > dd {
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3a339b;
}
.tel-wrap .officer-tel > dd {
  font-size: 32px;
  color: #234cb5;
}
.tel-wrap p {
  font-size: 15px;
  font-weight: 600;
  color: #da0000;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tel-wrap p:last-child {
  padding-bottom: 10px;
}

/* ¼¾ÅÍ ¿Ü */
.section03 {
  min-width: 1440px;
  background: #e5e5e5 url("../../images/00main/section03_bg.jpg") no-repeat left bottom;
  background-size: 100%;
}
.section03 .inner {
  width: 1440px;
  padding: 115px 20px;
  margin: 0 auto;
}
.section03 .contents-wrap {
  margin-bottom: 50px;
  display: flex;
}
.section03 .contents-wrap > div:first-child ul {
  width: 650px;
  display: flex;
  flex-wrap: wrap;
}
.section03 .contents-wrap > div:first-child ul li {
  position: relative;
  width: calc(50% - 5px);
  background: #fff;
  margin-right: 10px;
  position: relative;
  transition:all 0.4s ease;
}
.section03 .contents-wrap > div:first-child ul li:hover {
	background: #0092ee;
}
.section03 .contents-wrap > div:first-child ul li:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 87.5%;
}
.section03 .contents-wrap > div:first-child ul li > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section03 .contents-wrap > div:first-child ul li:nth-child(-n+2) {
  margin-bottom: 10px;
}
.section03 .contents-wrap > div:first-child ul li:nth-child(2n) {
  margin-right: 0;
}
.section03 .contents-wrap > div:first-child ul li dl {
  width: 100%;
  height: 100%;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.section03 .contents-wrap > div:first-child ul li dl dt,
.section03 .contents-wrap > div:first-child ul li dl dd {
  text-align: center;
  padding: 0 50px;
}
.section03 .contents-wrap > div:first-child ul li dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section03 .contents-wrap > div:first-child ul li:hover dl dt,
.section03 .contents-wrap > div:first-child ul li:hover dl dd {
	color:#fff;
}
.section03 .contents-wrap > div:first-child ul li dl dt::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #0092ee;
  background-repeat: no-repeat;
  background-size:50%;
  background-position: center;
  margin-bottom: 10px;
  transition:all 0.4s ease;
}
.section03 .contents-wrap > div:first-child ul li:hover dl dt::before  {
	background-color:#fff;	
}
.section03 .contents-wrap > div:first-child ul li dl dt.center::before {
  background-image: url("/images/03_doctor/center_icon03_white.png");/*background-image: url("/images/03_doctor/center_icon01_white.png");*/
}
.section03 .contents-wrap > div:first-child ul li:hover dl dt.center::before {
  background-image: url("/images/03_doctor/center_icon03.png");/*background-image: url("/images/03_doctor/center_icon01.png");*/
}
.section03 .contents-wrap > div:first-child ul li dl dt.health::before {
  background-image: url("/images/03_doctor/center_icon04_white.png");/*background-image: url("/images/03_doctor/center_icon02_white.png");*/
}
.section03 .contents-wrap > div:first-child ul li:hover dl dt.health::before {
  background-image: url("/images/03_doctor/center_icon04.png");/*background-image: url("/images/03_doctor/center_icon02.png");*/
}
/*.section03 .contents-wrap > div:first-child ul li dl dt.health::before {
  background-image: url("/images/03_doctor/center_icon04_white.png");
}
.section03 .contents-wrap > div:first-child ul li:hover dl dt.health::before {
  background-image: url("/images/03_doctor/center_icon04.png");
}*/
.section03 .contents-wrap > div:first-child ul li dl dt.treatment::before {
  background-image: url("/images/03_doctor/center_icon07_white.png");/*background-image: url("/images/03_doctor/center_icon05_white.png");*/
}
.section03 .contents-wrap > div:first-child ul li:hover dl dt.treatment::before {
  background-image: url("/images/03_doctor/center_icon07.png");/*background-image: url("/images/03_doctor/center_icon05.png");*/
}
.section03 .contents-wrap > div:first-child ul li dl dt.eye::before {
  background-image: url("/images/03_doctor/center_icon09_white.png");/*background-image: url("/images/03_doctor/center_icon06_white.png");*/
}
.section03 .contents-wrap > div:first-child ul li:hover dl dt.eye::before {
  background-image: url("/images/03_doctor/center_icon09.png");/*background-image: url("/images/03_doctor/center_icon06.png");*/
}
.section03 .contents-wrap > div:first-child ul li dl dd {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  word-break: keep-all;
  margin-top: 15px;
}
.section03 .contents-wrap > div:last-child {
  width: 727px;
  margin-left: auto;
  background: #fff;
}
.section03 .contents-wrap > div:last-child > div {
  padding: 50px;
}
.section03 .contents-wrap > div:last-child .gear {
  height: 335px;
  background: #f4f4f4 url("../../images/00main/gear_bg.png") no-repeat center right;
}
.section03 .contents-wrap > div:last-child .gear .kind {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  display: block;
}
.section03 .contents-wrap > div:last-child .gear .kind::before {
  vertical-align: middle;
  content: "";
  margin-top: -2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  border-radius: 50%;
  background: #000;
  margin-top: -3px;
  margin-right: 10px;
}
.section03 .contents-wrap > div:last-child .gear dl {
  margin-bottom: 45px;
}
.section03 .contents-wrap > div:last-child .gear dl dt {
  font-family: "Pretendard", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 18px;
}
.section03 .contents-wrap > div:last-child .gear dl dt span {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  color: #9b9b9b;
  display: block;
}
.section03 .contents-wrap > div:last-child .gear dl dd {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
.section03 .contents-wrap > div:last-child .gear .more {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 10px 70px 10px 20px;
  display: inline-block;
  position: relative;
}
.section03 .contents-wrap > div:last-child .gear .more::after {
  content: "";
  display: block;
  width: 14px;
  height: 5px;
  background: url("../../images/00main/gear_arrow.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-3px);
}
.section03 .contents-wrap > div:last-child .medi-banner-wrap {
  height: 335px;
  padding: 0;
  margin-bottom:0px;
}
.section03 .contents-wrap > div:last-child .medi-banner-wrap .slick-dots {
  text-align: left;
  bottom: 10px;
  left: 80px;
}
.section03 .contents-wrap > div:last-child .medi-banner-wrap .slick-dots li.slick-active button::before {
  color: #000;
}
.section03 .contents-wrap > div:last-child .treatment {
  font-family: "Pretendard", sans-serif;
}
.section03 .contents-wrap > div:last-child .treatment h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom:2.4rem;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list {
  position: relative;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list .select-treatment {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  border: 2px solid #234cb5;
  padding: 23px;
  position: relative;
  cursor: pointer;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list .select-treatment div {
  position: relative;
  width: 65px;
  background: #234cb5 url("../../images/00main/treamment_arrow_white.png") no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list .select-treatment div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list .select-treatment div > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list .department-list {
  width: 100%;
  border: 2px solid #234cb5;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: translateY(100%);
  z-index: 50;
  height:188px;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list .department-list a {
  width: calc(100% / 6);
  font-size: 14px;
  color: #000;
  text-decoration: none;
  text-align: center;
  border: 1px solid #234cb5;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  background: #fff;
  padding: 10px 0;
  display: block;
  transition: all 0.4s ease;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list .department-list a:nth-child(6n) {
  border-right: none;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list .department-list a:nth-child(25),
.section03 .contents-wrap > div:last-child .treatment .treatment-list .department-list a:nth-child(26){
  border-bottom: none;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list .department-list a:last-child {
  border-bottom: none;
}
.section03 .contents-wrap > div:last-child .treatment .treatment-list .department-list a:hover {
  color: #fff;
  background: #234cb5;
}

.section03 .quick-menu-wrap {
  font-family: "Pretendard", sans-serif;
  display: flex;
}
.section03 .quick-menu-wrap .quick-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #234cb5;
  padding: 28px;
}
.section03 .quick-menu-wrap ul {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section03 .quick-menu-wrap ul li {
  margin-right: 50px;
}
.section03 .quick-menu-wrap ul li:last-child {
  margin-right: 0;
}
.section03 .quick-menu-wrap ul a {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.section03 .quick-menu-wrap ul a::before {
  vertical-align: middle;
  content: "";
  margin-top: -2px;
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff url("../../images/00main/quick_arrow.png") no-repeat center;
}

/* ¼º¸ð¼Ò½Ä */
.section04 {
  min-width: 1440px;
  font-family: "Pretendard", sans-serif;
  background: #ececec;
}
.section04 .inner {
  width: 1440px;
  padding: 145px 20px;
  margin: 0 auto;
}
.section04 .inner > header {
  text-align: center;
  margin-bottom: 60px;
}
.section04 .inner > header h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px 0;
}
.section04 .inner > header p {
  font-size: 18px;
  font-weight: 400;
  color: #848484;
  margin: 0;
}
.section04 .maryknoll-news-wrap {
  font-family: "Pretendard", sans-serif;
  display: flex;
  flex-wrap:wrap;
}
.section04 .maryknoll-news-wrap article {
  width: calc(100% / 3 - (40px * 2 / 3));
  margin-right: 40px;
  margin-bottom:40px;
  flex: none;
}
.section04 .maryknoll-news-wrap article:nth-child(3n),
.section04 .maryknoll-news-wrap article:last-child {
  margin-right: 0;
}
.section04 .maryknoll-news-wrap article > header {
  color: #fff;
  background: #3a339b;
}
.section04 .maryknoll-news-wrap article > header h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 30px 20px;
  margin: 0;
  display: flex;
}
.section04 .maryknoll-news-wrap .youtube > header {
  background: #ee5050;
}
.section04 .maryknoll-news-wrap .youtube > header img {
  margin-right: 10px;
}
.section04 .maryknoll-news-wrap .youtube:hover .content .img-wrap {
  opacity: 0.5;
}
.section04 .maryknoll-news-wrap .youtube:hover .content h4 {
  text-decoration: underline;
  opacity: 1;
}
.section04 .maryknoll-news-wrap .youtube .content {
  overflow: hidden;
  background: #000;
}
.section04 .maryknoll-news-wrap .youtube .content .img-wrap {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  z-index: 10;
}
.section04 .maryknoll-news-wrap .youtube .content .img-wrap img {
  height: 100%;
}
.section04 .maryknoll-news-wrap .youtube .content h4 {
  width: 90%;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 20;
}
.section04 .maryknoll-news-wrap .news-list-wrap {
  height: 100%;
  overflow: hidden;
}
.section04 .maryknoll-news-wrap .news-list-wrap .news-wrap .slick-prev,
.section04 .maryknoll-news-wrap .news-list-wrap .news-wrap .slick-next {
  width: 18px;
  height: 35px;
  top: 130px;
  z-index: 30;
}
.section04 .maryknoll-news-wrap .news-list-wrap .news-wrap .slick-prev::before,
.section04 .maryknoll-news-wrap .news-list-wrap .news-wrap .slick-next::before {
  display: none;
}
.section04 .maryknoll-news-wrap .news-list-wrap .news-wrap .slick-prev {
  background: url("../../images/00main/news_arrow_prev.png") no-repeat;
  left: 10px;
}
.section04 .maryknoll-news-wrap .news-list-wrap .news-wrap .slick-next {
  background: url("../../images/00main/news_arrow_next.png") no-repeat;
  right: 10px;
}
.section04 .maryknoll-news-wrap .news-list-wrap .news-wrap .news {
  background: #000;
  position: relative;
}
.section04 .maryknoll-news-wrap .news-list-wrap .news-wrap .news img {
  opacity: 0.7;
}
.section04 .maryknoll-news-wrap .news-list-wrap .news-wrap .news .title {
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  top: 210px;
  left: 0;
  z-index: 20;
}
.section04 .maryknoll-news-wrap .news-list-wrap img {
  width: 100%;
}
.section04 .maryknoll-news-wrap .notice .content {
  background: #fff;
}
.section04 .maryknoll-news-wrap .notice ul {
  font-size: 18px;
  padding: 20px;
}
.section04 .maryknoll-news-wrap .notice ul li {
  margin-bottom: 25px;
}
.section04 .maryknoll-news-wrap .notice ul li:last-child {
  margin-bottom: 0;
}
.section04 .maryknoll-news-wrap .notice ul li a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.section04 .maryknoll-news-wrap .notice ul li a::before {
  vertical-align: middle;
  content: "";
  margin-top: -2px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000;
  margin-right: 10px;
}
.section04 .maryknoll-news-wrap .content {
  height: 255px;
  position: relative;
  overflow:hidden;
}
.section04 .maryknoll-news-wrap .more {
  width: 20px;
  height: 20px;
  background: url("../../images/00main/news_more_arrow.png") no-repeat;
  display: block;
  position: absolute;
  top: 32px;
  right: 20px;
}


/* Äü¸Þ´º */
.quick-menu {
	width:200px;
	margin-left: -910px;
	position: absolute;
    left: 50%;    
    top: 200px;
    z-index: 100;
	transition: all 0.7s ease;
}
.quick-menu a {
	margin-bottom:10px;
	display:block;
}
.quick-menu a:last-child {
	margin-bottom:0;
}

/*°£Æí¿¹¾à */
.easy_reserve_wrap {
	font-size:16px;
    background: url('/images/00main/easy_reserve_wrap_bg.png')no-repeat center;
    background-size: cover;
    padding: 25px;
}
.easy_reserve_header h1  {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}
.easy_reserve_header p{
	font-size:14px;
    color: #ffffff;
	line-height:160%;
    text-align: center;
	word-break:keep-all;
	padding: 0 0 0 0;
}
.easy_reserve_header p span{
    color: #ffeb3b;
}
.easy_reserve_department{
	width:100%;
    color: #fff;
    border: 1px solid #ffffff;
	background: url('/images/00main/easy_reserve_arrow_gray1.png') no-repeat 95% center;
    padding: 16px;
    position: relative;
}
.easy_reserve_department option {
	color:#000;
	padding: 10px;
	display:block;
}
.easy_reserve_input {
	width:100%;
	font-size: 14px;    
    color: #fff;
    border: 1px solid #ffffff;
	box-sizing:border-box;
	background: transparent;
    padding: 16px;
	
}
.easy_reserve_tel::placeholder {
	color:#fff;
}
.easy_reserve_btn {
	width:100%;
	font-size: 16px;
	color: #003974;
	text-align: center;
	border:none;
    background-color: #fff;    
    padding: 15px 10px;
    position: relative;
	cursor:pointer;
 }
 .easy_reserve_btn span {
	font-weight:600;
 }
 .re_reserve_btn {
	font-size: 16px;
	color:#fff;
	text-decoration:none;
	border:1px solid #fff;
	padding: 10px 10px;	
	display:flex;
	justify-content: center;
    align-items: center;
 }
  .re_reserve_btn2 {
	margin-top:5px;
    color: #fff200;
 }
  .re_reserve_btn img {
	width:15px;
	margin-left:5px;
	transition: all .4s ease;
  }
 .re_reserve_btn:hover img {
	margin-left:10px;
 }


/* ¿¹¾àÀüÈ­ */
 .reserve-tel {
	width:calc(100% - 400px);	
	background:#234cb5;
	padding:20px;
	display:flex;
	justify-content: center;
    align-items: center;
	position:absolute;
	left:400px;
	bottom:20px;
 }
   .reserve-tel div {
	font-size:25px;
	font-weight:600;
	color:#fff;
	margin-right: 30px;
	display:flex;
	justify-content: center;
    align-items: center; 
   }
    .reserve-tel div:last-child {
		margin-right:0;
	}
  .reserve-tel span {
	font-size:14px;
	display:block;
	margin-right:10px;
  }



/* ----------------------------- */
/* Ã¹ Áø·á °£Æí ¿¹¾à
/* ----------------------------- */
.easy_reserve_wrap {
	color:#fff;
	background:#004185 url('/images/00main/easy_reserve_wrap_bg.png')no-repeat center;
	background-size: cover;
	padding:5px 25px 25px 25px;
}
.easy_reserve_wrap .easy_reserve_header {
	margin:1em 0;
}
.easy_reserve_wrap .easy_reserve_header h2 {
	font-size: 2.4rem;
	font-weight:600;
    text-align: center;
	margin-bottom:20px;
}
.easy_reserve_wrap input[type="text"],
.easy_reserve_wrap select,
.easy_reserve_wrap button,
.easy_reserve_wrap > a {
	width:100%;
	color:#fff;
	border:1px solid #fff;
	background:transparent;
	padding:15px 10px;
	margin-bottom:10px;
}
.easy_reserve_wrap > p {
	text-align:center;	
	margin-top:20px;
}
.easy_reserve_wrap > p span {
	font-size: 1.5em;
	margin-left:5px;
	display:inline-block;
}
.easy_reserve_wrap > p a {
	color:#fff;
}
.easy_reserve_wrap select {
	border-radius:0;
	background: url('/images/00common/easy_reserve_arrow_gray1.png') no-repeat 95% center; 
}
.easy_reserve_wrap select option {
	color:#000;
}
.easy_reserve_wrap button {
	color:#003974;
	background:#fff;
}
.easy_reserve_wrap button span {
	font-weight:bold;
}
.easy_reserve_wrap > a {
	display:flex;
	justify-content: center;
    align-items: center;
}
.easy_reserve_wrap a img {
	width: 15px;
    margin-left: 5px;
}

.easy_reserve_wrap input[type="text"]::placeholder {
	color:#fff;
}

.easy_reserve_privacy {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8);
	z-index:99999;
}
.easy_reserve_privacy .privacy-mo-wrap {
	width:700px;
	max-width:95%;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background: #fff;
}

.privacy-mo-wrap {
	padding:20px;
	position:relatvie;
 }
 .privacy-wrap-close {
	position:absolute;
	top:0;
	right:0;
 }
  .privacy-wrap-close a {
	width:40px;
	height:40px;
	text-indent:-1000px;
	background:url('/images/00main/close.jpg') no-repeat center;
	display:block;
	overflow:hidden;
	cursor:pointer;
  }
 .privacy-mo-wrap h3 {
	font-size:1.3rem;
	color:#000;
	margin-bottom: 1em;
 }
 .privacy-mo-wrap .privacy-content {
	height:65%;
	font-size:14px;
	line-height:140%;
	border:1px solid #d1d1d1;
	padding:15px;
	margin-bottom:20px;
	overflow-y:auto;
 }
 .privacy-mo-wrap .privacy-content p {
	margin-bottom:20px;
 }
 .privacy-mo-wrap .privacy-content p:last-child {
	margin-bottom:0;
 }
 .privacy-mo-wrap .agree-wrap {
	font-size:14px;
	margin-bottom:20px;
	display:flex;
	align-items:center;
 }
 .privacy-mo-wrap .agree-wrap label {
	margin-right:5px;
 }
 .privacy-mo-wrap .reservation_btn {
	font-size:16px;
	font-weight:600;
	color:#fff;
	border:none;
	background:#034ea2;
	padding:10px 20px;
	margin:0 auto;
	display: block;
	cursor:pointer;
 }