@charset "utf-8";

#main_visual {
  margin-top: 105px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 1000px;
  text-align: center;
}

#main_visual .slider_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  height: 1000px;
  margin-left: -1000px;
}

#main_visual .btn_prev,
#main_visual .btn_next {
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -55px;
  width: 45px;
  height: 86px;
  text-indent: -999px;
}

#main_visual .btn_prev {
  left: 50px;
  background: url('/images/main/btn_prev.png') no-repeat center;
}

#main_visual .btn_next {
  right: 50px;
  background: url('/images/main/btn_next.png') no-repeat center;
}

#main_visual .bx-wrapper .bx-pager {
  bottom: 45px;
}

#main_visual .bx-wrapper .bx-pager a {
  margin: 0 5px;
  width: 13px;
  height: 13px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#main_visual .bx-wrapper .bx-pager a.active {
  background: #fff;
}

/*
#main_visual .bx-start {display:none; position:absolute; bottom:16px; left:50%; z-index:100; width:10px; height:13px; margin-left:75px; background:url('/images/main/ico_play.png') no-repeat;}
#main_visual .bx-stop {position:absolute; bottom:16px; left:50%; z-index:100; width:10px; height:13px; margin-left:75px; background:url('/images/main/ico_pause.png') no-repeat;}
 */


/*2021.02.03 수정 _ 메인 슬라이드 추가*/
/*
#main_visual .bx-start {display:none; position:absolute; bottom:16px; left:50%; z-index:100; width:10px; height:13px; margin-left:85px; background:url('/images/main/ico_play.png') no-repeat;}
#main_visual .bx-stop {position:absolute; bottom:16px; left:50%; z-index:100; width:10px; height:13px; margin-left:85px; background:url('/images/main/ico_pause.png') no-repeat;}*/


/*2021.02.26 수정 _ 메인 슬라이드 삭제*/
#main_visual .bx-start {
  display: none;
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 100;
  width: 10px;
  height: 13px;
  margin-left: 40px;
  background: url('/images/main/ico_play.png') no-repeat;
}

#main_visual .bx-stop {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 100;
  width: 10px;
  height: 13px;
  margin-left: 40px;
  background: url('/images/main/ico_pause.png') no-repeat;
}



.sub_banner {
  position: relative;
}

/**/
.sub_banner ul {
  overflow: hidden;
}

.sub_banner ul li {
  float: left;
  width: 33.33%;
  margin-bottom: -3px;
}

.sub_banner img {
  width: 100%;
}

.doctor {
  position: relative;
  background: url('/images/main/doctor_bg.jpg')top center no-repeat;
}

.doctor .inwrap {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 800px;
}

.doctor .img01 {
  position: absolute;
  bottom: 0;
  left: -95px;
  z-index: 3;
}

.doctor .img02 {
  position: absolute;
  bottom: 360px;
  left: 406px;
  z-index: 6;
}

.doctor .img03 {
  position: absolute;
  bottom: 0;
  right: -95px;
  z-index: 6;
}

.doctor .more_btn01 {
  position: absolute;
  bottom: 124px;
  left: 50%;
  z-index: 16;
  margin-left: -293px;
  text-align: left;
}

.doctor .more_btn01 a {
  position: relative;
  display: inline-block;
  width: 180px;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  font-weight: 500;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: -1px;
}

.doctor .more_btn01 a:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 6px;
  background: url('/images/main_cont_arrow.png')no-repeat;
}

.doctor .more_btn01 a:hover {
  background: #fff;
  color: #000;
}

.doctor .more_btn01 a:after:hover {
  background: url('/images/main_cont_arrow_off.png')no-repeat;
}

.doctor .more_btn02 {
  position: absolute;
  bottom: 124px;
  left: 50%;
  z-index: 16;
  margin-left: 124px;
  text-align: left;
}

.doctor .more_btn02 a {
  position: relative;
  display: inline-block;
  width: 180px;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  font-weight: 500;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: -1px;
}

.doctor .more_btn02 a:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 6px;
  background: url('/images/main_cont_arrow.png')no-repeat;
}

.doctor .more_btn02 a:hover {
  background: #fff;
  color: #000;
}

.doctor .more_btn02 a:after:hover {
  background: url('/images/main_cont_arrow_off.png')no-repeat;
}

.selfiegram {
  padding-bottom: 120px;
  text-align: center;
  background: #fbebed;
}

.selfiegram .cont_wrap {
  overflow: hidden;
  width: 1280px;
  margin: 0 auto;
}

.selfiegram .box {
  overflow: Hidden;
  float: left;
  width: 50%;
  margin: -2px -2px -2px -3px;
}

.selfiegram .box li {
  overflow: hidden;
  float: left;
  width: 33.3333%;
  padding: 2px 2px 2px 3px;
}

.selfiegram .box li a {
  overflow: hidden;
  display: block;
  width: 210px;
  height: 215px;
}

.selfiegram .box img {
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.selfiegram .box1 {}

.selfiegram .box2 {
  margin-left: 3px;
}

.selfiegram li.full {
  width: 66.66666%;
}

.selfiegram li.full a {
  width: 425px;
  height: 434px;
}

.selfiegram li.small {
  width: 205px;
}

.selfiegram li:hover img {
  transform: scale(1.1);
}

/*

.selfiegram { position:relative; height:931px; background:url('/images/main/selfiegram_bg.jpg')top center no-repeat; }
.selfiegram ul { position:absolute; top:221px; left:50%; margin-left:-337px; width:904px; }
.selfiegram ul li { width:217px; height:289px; overflow:hidden; float:left; margin-right:12px; margin-bottom:12px; }
.selfiegram ul li:nth-of-type(4), .selfiegram ul li:nth-of-type(8) { margin-right:0; }
.selfiegram ul li:nth-of-type(5), .selfiegram ul li:nth-of-type(6), .selfiegram ul li:nth-of-type(7), .selfiegram ul li:nth-of-type(8) { margin-bottom:0; }
.selfiegram ul .over:hover img {transform:scale(1.1);}
.selfiegram ul li img { transition:all 0.4s ease; -webkit-transition:all 0.4s ease; }
*/

.community {
  height: 1060px;
  background: url('/images/main/community_bg.jpg')top center no-repeat;
}

.community .community_box {
  width: 1280px;
  margin: 0 auto;
  padding-top: 120px;
}

.community .community_box:after {
  content: '';
  display: block;
  clear: both;
}

.community .community_box .community_cont01 {
  position: relative;
  width: 416px;
  background: #fff;
  text-align: left;
  padding: 40px;
  float: left;
  margin-left: 430px;
}

.community .community_box .community_cont01 h2 {
  color: #2a2a2a;
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 29px;
}

.community .community_box .community_cont01 h2:before {
  content: '';
  width: 35px;
  height: 27px;
  display: inline-block;
  background: url('/images/main/community_cont01_img01.png')no-repeat;
  margin-right: 13px;
  position: relative;
  top: 4px;
}

.community .community_box .community_cont01 .more_btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('/images/main/community_cont01_img02.png')no-repeat;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -9999px;
}

.community .community_box .community_cont01 .board_list {
  position: relative;
  padding-top: 32px;
}

.community .community_box .community_cont01 .board_list:before {
  position: absolute;
  top: 0;
  content: '';
  display: inline-block;
  background: #2a2a2a;
  width: 336px;
  height: 1px;
}

.community .community_box .community_cont01 .board_list li {
  font-size: 16px;
  color: #2a2a2a;
  padding-bottom: 11.344px;
  font-weight: 400;
}

.community .community_box .community_cont01 .board_list li .state03 {
  margin-right: 29px;
  color: #925fa3;
}

.community .community_box .community_cont01 .board_list li .state03.line01 {
  color: #2a2a2a;
}

.community .community_box .community_cont02 {
  width: 434px;
  background: #36384c;
  padding: 44px 62px;
  float: left;
}

.community .community_box .community_cont02 ul li {
  width: 50%;
  float: left;
  text-align: center;
}

.community .community_box .community_cont02 ul li a {
  font-size: 18px;
  color: #fff;
}

.community .community_box .community_cont02 ul li a .ct2_txt {
  padding-bottom: 30px;
}

.community .community_box .community_cont02 ul li a span {
  display: block;
  padding-top: 10px;
  letter-spacing: -0.8px;
}

.community .community_box .community_cont02 ul:after {
  content: '';
  display: block;
  clear: both;
}

.community_cont03 {
  width: 413px;
  float: left;
  clear: both;
  margin-right: 20px;
  margin-top: 20px;
}

.community_cont03>.tab_menu {
  width: 413px;
  font-size: 0;
}

.community_cont03>.tab_menu.grid4 {
  z-index: 10;
}

.community_cont03>.tab_menu.grid4 li {
  display: inline-block;
  width: 50%;
  text-align: center;
  background: #fff;
}

.community_cont03>.tab_menu.grid4 li a {
  line-height: 60px;
  display: block;
  color: #2a2928;
  font-size: 20px;
  transition: background 0.5s;
}

.community_cont03>.tab_menu.grid4 li a:hover {
  background: #e9e7e9;
  color: #2a2a2a;
}

.community_cont03>.tab_menu.grid4 li.on a {
  background: #e9e7e9;
  line-height: 60px;
  color: #2a2a2a;
}

.community_cont03>.cont_list .cont {
  display: none;
}

.community_cont03>.cont_list .cont.on {
  display: block;
}

.community_cont03 .cousel_box01 {
  background: #e9e7e9;
  padding: 20px 20px 8px 20px;
}

.community_cont03 .cousel_box01 table {
  width: 100%;
}

.community_cont03 .cousel_box01 table tr {}

.community_cont03 .cousel_box01 table tr td {
  padding-bottom: 10px;
}

.community_cont03 .cousel_box01 table tr .cousel_box01_pr {
  padding-right: 10px;
}

.community_cont03 .cousel_box01 table tr .cousel_box01_pb {
  padding-bottom: 24px;
}

.community_cont03 .cousel_box01 table tr td input[type="text"] {
  width: 100%;
  font-size: 16px;
  padding: 0 13px;
}

.community_cont03 .cousel_box01 table tr td input[type="text"]::placeholder {
  color: #ababab;
}

.community_cont03 .cousel_box01 table tr td select {
  width: 100%;
  color: #ababab;
  color: #ababab;
  padding: 0 10px;
}

.community_cont03 .cousel_box01 table tr td textarea {
  width: 100%;
  height: 70px;
  color: #ababab;
  color: #ababab;
  padding: 13px 13px;
}

.community_cont03 .cousel_box01 table tr td textarea::placeholder {
  color: #ababab;
}

.community_cont03 .cousel_box01 table tr td input[type="checkbox"] {
  position: relative;
  top: 1.5px;
}

.community_cont03 .cousel_box01 table tr td .agreement01 {
  color: #2a2a2a;
  font-size: 14px;
}

.community_cont03 .cousel_box01 table tr td .agreement02 {
  color: #2a2a2a;
  font-size: 14px;
}

.community_cont03 .cousel_box01 table tr td .agreement03 {
  color: #2a2a2a;
  font-size: 14px;
}

.community_cont04 {
  width: 413px;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}

.community_cont04 p img {
  vertical-align: top;
}

.community_cont04 .community_cont04_inner {
  position: relative;
  background: #fff;
  padding: 25px 40px 25px 40px;
}

.community_cont04 .community_cont04_inner h2 {
  color: #2a2a2a;
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 25px;
}

.community_cont04 .community_cont04_inner h2:before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('/images/main/community_cont04_img01.png')no-repeat;
  margin-right: 13px;
  position: relative;
  top: 4px;
}

.community_cont04 .community_cont04_inner .more_btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('/images/main/community_cont04_img02.png')no-repeat;
  position: absolute;
  top: 28px;
  right: 40px;
  text-indent: -9999px;
}

.community_cont04 .community_cont04_inner ul li {
  font-size: 16px;
  color: #2a2a2a;
  padding-bottom: 9px;
  font-weight: 400;
}

.community_cont04 .community_cont04_inner ul li:last-of-type {
  padding-bottom: 0;
}

.community_cont04 .community_cont04_inner ul li .state03 {
  color: #999999;
  float: right;
}

.community_cont05 {
  width: 413px;
  height: 400px;
  margin-top: 20px;
  float: left;
  background: url('/images/main/community_cont05_img01.jpg')no-repeat;
}

.community_cont05 p {
  text-indent: -9999px;
}


.location {
  position: relative;
  width: 2000px;
  margin: auto;
}

.location .location_info {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  margin-left: 65px;
}

.location .map_wrap {
  overflow: hidden;
  position: relative;
  width: 2000px;
  height: 660px;
}

.location .map_wrap .root_daum_roughmap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3000px;
  height: 100%;
  margin-left: -1700px;
}

#intro_20200704 {
  z-index: 99999990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#intro_20200704 .intro-video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999991;
  object-fit: cover;
  object-position: center;
}

#intro_20200704 .intro-cover {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -156px;
  width: 313px;
  z-index: 99999992;
}

#intro_20200704 .intro-cover .intro-skip {
  width: 313px;
  height: 56px;
  cursor: pointer;
  font-size: 0;
}

#intro_20200704 .intro-cover .intro-skip img {
  width: 313px;
}

#site_map {
  overflow-y: scroll;
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}

.main-navigation {
  position: relative;
  width: 100%;
  height: 1000px;
  background-color: #f8f1e6;
}

.main-navigation .main-navigation-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-navigation .main-navigation-line-row {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0e8dd;
  z-index: 3;
}

.main-navigation .main-navigation-line-col {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f0e8dd;
  z-index: 3;
}

.main-navigation .main-navigation-inner {
  position: relative;
  width: 1280px;
  height: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 65px;
  z-index: 2;
}

.main-navigation .main-navigation-inner .navigation-item {
  float: left;
  width: 255px;
  box-sizing: border-box;
  padding: 36px 0 0 40px;
  height: 580px;
}

.main-navigation .main-navigation-inner .navigation-item.short {
  height: 360px;
}

.main-navigation .main-navigation-inner .navigation-item .navigation-item-title {
  font-family: 'S-CoreDream-5Medium';
  color: #000000;
  font-size: 30px;
  letter-spacing: -1.5px;
  margin-bottom: 28px;
}

.main-navigation .main-navigation-inner .navigation-item:hover .navigation-item-title span {
  box-shadow: 0 4px 0px #a78878;
}

.main-navigation .main-navigation-inner .navigation-item a {
  display: block;
  margin-bottom: 16px;
  font-size: 17px;
  letter-spacing: -0.85px;
  line-height: 1;
  color: #212121;
  font-weight: normal;
}

.main-navigation .main-navigation-inner .navigation-item a:hover {
  color: #a78878;
}

.main-location {
  width: 100%;
  min-width: 1280px;
  height: 1000px;
  background-image: url('/images/main/main_location_bg.jpg');
  background-repeat: no-repeat;
  background-size: 2000px 1000px;
  background-position: center;
  text-align: center;
}

.main-location .main-location-title {
  text-shadow: 0 0 6px rgba(130, 130, 130, 0.4);
  font-family: 'S-CoreDream-5Medium';
  font-size: 35px;
  color: #ffffff;
  line-height: 1.14;
  letter-spacing: 1.75px;
  padding-top: 385px;
  margin-bottom: 38px;
}

.main-location .main-location-description {
  text-shadow: 0 0 6px rgba(130, 130, 130, 0.4);
  font-family: 'S-CoreDream-3Light';
  font-size: 22px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: -0.44px;
  margin-bottom: 87px;
}

.main-location .main-location-button img {
  width: 254px;
}

.main-contact {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background: #282d2f;
  z-index: 999;
}

.main-contact.end {
  position: relative;
}

.main-contact .inner-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: table;
}

.main-contact .inner-wrapper div {
  margin-left: -3px;
  display: inline-block;
  vertical-align: middle;
}

.main-contact .inner-wrapper .title {
  padding-top: 3px;
  padding-right: 22px;
}

.main-contact .agree-wrap {
  padding-right: 25px;
}

.main-contact .agree-wrap label {
  cursor: pointer;
}

.main-contact .agree-wrap input {
  display: none;
}

.main-contact .agree-wrap span {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
}

.main-contact .agree-wrap input:checked+label span::before {
  content: '\e876';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 13px;
  font-family: 'Material Icons';
  font-weight: bold;
}

.main-contact .agree-wrap input:checked+label span {
  color: #fff;
  background: #a78878;
}



.main-contact .agree-wrap u {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}


.main-contact .select-box select {
  width: 234px;
  height: 59px;
  border: 0;
  background: url(../images/main/ico_arrowdown.png) 95.5% center no-repeat;
  background-color: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.main-contact .select-box select::-ms-expand {
  display: none;
}

.main-contact .input-box {
  padding-left: 14px;
}

.main-contact .input-box input {
  width: 234px;
  height: 59px;
  border: 0;
}

.main-contact .submit {
  height: 59px;
  padding-left: 14px;
}

.main-contact .submit button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}