@charset "UTF-8";

body {
  font-family: "NotoKr", sans-serif;
  letter-spacing: -0.6px;
  min-width: 1300px;
  overflow-x: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

#wrap {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

#header {
  background: #f3f3f3;
}
#header .hd1 {
  position: relative;
  width: 1210px;
  height: 140px;
  margin: 0 auto;
}
#header .logo {
  position: absolute;
  top: 43px;
  left: 50%;
  margin-left: -190px;
  display: inline-block;
  width: 251px;
  height: 54px;
}
#header #appo_open {
  position: absolute;
  top: 62px;
  left: 4px;
  cursor: pointer;
}
#header .tr_gnb {
  position: absolute;
  top: 7px;
  right: 0;
}
#header .tr_gnb > li {
  float: left;
  padding-left: 12px;
  background: url(../images/header_r_bar.jpg) 7px 7px no-repeat;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #545454;
}
#header .tr_gnb > li:first-child {
  background: 0;
  padding: 0;
}
#header .tr_gnb > li a {
  font-size: 13px;
  color: #545454;
}
#header .tr_gnb .bold {
  font-weight: 500;
}
#header .tr_gnb .sp_style {
  background: none;
  margin: 0 0 0 4px;
}
#header #siteMap {
}
#header #siteMap .pop_wrap .pop_windo {
  width: 1200px;
  height: 680px;
  margin: -330px 0 0 -600px;
  background: rgba(0, 0, 0, 0.9);
}
#header #siteMap h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  padding: 0 0 20px;
  border-bottom: 2px solid #fff;
}
#header #siteMap #mn_field {
  width: 100%;
}
#header #siteMap #mn_field tr {
  border-bottom: 1px solid #444;
}
#header #siteMap #mn_field th {
  color: #f5d21d;
  vertical-align: middle;
  font-size: 20px;
  padding: 0 10px;
}
#header #siteMap #mn_field td {
  padding: 20px 0;
}
#header #siteMap #mn_field td li {
  float: left;
  margin: 0 10px 0 0;
  line-height: 21px;
}
#header #siteMap #mn_field td a {
  color: #fff;
  font-size: 16px;
}
#header #siteMap #mn_field td a:hover {
  color: #f5d21d;
}
#header #siteMap .pop_wrap .pop_close {
  top: 26px;
  right: 40px;
}
#header .hd2 {
  height: 56px;
  background: #fff;
}
#header .lnb {
  float: right;
  color: #3a3a3a;
  font-size: 14px;
  margin: 70px 0 0;
  font-weight: 500;
}
#header .lnb li {
  float: left;
  padding-left: 17px;
  background: url(../images/common/top_lnb_bar.gif) 9px 15px no-repeat;
  height: 40px;
  line-height: 40px;
}
#header .lnb li:first-child {
  background: none;
}
#header .lnb li a {
  color: #000;
}

#header .gnb {
  position: relative;
  width: 1210px;
  margin: 0 auto;
  z-index: 100;
}
#header .gnb > li {
  float: left;
  background: url(../images/gnb_line.jpg) no-repeat right;
}
#header .gnb > li.hover .menu_contents {
  max-height: 260px;
  opacity: 1;
  border-bottom: 1px solid #ddd;
}
#header .gnb > li:first-child {
  width: 150px;
  background: url(../images/gnb_line.jpg) no-repeat left,
    url(../images/gnb_line.jpg) no-repeat right;
}
#header .gnb > li + li {
  width: 150px;
}
#header .gnb > li + li + li {
  width: 150px;
}
#header .gnb > li + li + li + li {
  width: 152px;
}
#header .gnb > li + li + li + li + li {
  width: 152px;
}
#header .gnb > li + li + li + li + li + li {
  width: 152px;
}
#header .gnb > li + li + li + li + li + li + li {
  width: 152px;
}
#header .gnb > li + li + li + li + li + li + li + li {
  width: 152px;
}
#header .gnb > li > a {
  display: block;
  color: #444;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1px;
}
#header .gnb > li:hover > a,
#header .gnb > li.hover > a {
  background: #f1592a;
  color: #fff;
}
#header .gnb .menu_contents {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 52px;
  width: 1210px;
  height: 430px;
  background: url(../images/gnb_bg.jpg);
  box-sizing: border-box;
  -webkit-transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
  -moz-transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
  -o-transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
  transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
}
#header .gnb > li.hover .sub_mn ul li {
  opacity: 1;
  transform: translateY(0px);
}
#header .gnb > li.hover .sub_mn ul li.ani01 {
  transition-delay: 0s;
}
#header .gnb > li.hover .sub_mn ul li.ani02 {
  transition-delay: 0.03s;
}
#header .gnb > li.hover .sub_mn ul li.ani03 {
  transition-delay: 0.06s;
}
#header .gnb > li.hover .sub_mn ul li.ani04 {
  transition-delay: 0.09s;
}
#header .gnb > li.hover .sub_mn ul li.ani05 {
  transition-delay: 0.12s;
}
#header .gnb > li.hover .sub_mn ul li.ani06 {
  transition-delay: 0.15s;
}
#header .gnb > li.hover .sub_mn ul li.ani07 {
  transition-delay: 0.18s;
}
#header .gnb > li.hover .sub_mn ul li.ani08 {
  transition-delay: 0.21s;
}
#header .gnb > li.hover .sub_mn ul li.ani09 {
  transition-delay: 0.24s;
}
#header .gnb .menu_lf_img {
  display: none;
}
#header .gnb .menu_subject {
  position: relative;
  float: left;
  width: 166px;
  height: 257px;
}
#header .gnb .menu_left {
  float: left;
  position: relative;
  width: 150px;
  height: 260px;
  background: #ff6c00;
  padding: 30px 0 0;
  text-align: center;
  box-sizing: border-box;
}
#header .gnb .menu_left h2 {
  font-size: 16px;
  color: #fff;
  padding: 9px 0 0;
  font-weight: 500;
}
#header .gnb .menu_left p {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 16px;
}
#header .gnb .sub_mn {
  float: left;
  width: 386px;
  padding: 30px 0px 0px 70px;
}
#header .gnb .sub_mn ul {
  float: left;
  width: 50%;
}
#header .gnb .sub_mn ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s, opacity 0.3s;
}
#header .gnb .sub_mn ul li a {
  font-size: 15px;
  color: #555;
  font-weight: 500;
  line-height: 26px;
}
#header .gnb .sub_mn ul li a:hover,
#header .gnb .sub_mn ul li a:active,
#header .gnb .sub_mn ul li a:focus {
  color: #f1592a;
}
#header .gnb .menu_right {
  font-size: 0;
  float: right;
}

#header #admin_url {
  position: absolute;
  left: 20px;
  top: 7px;
  border-radius: 4px;
  padding: 5px;
  background: #ff4242;
  color: #fff;
  font-size: 15px;
  z-index: 1;
}
#header #group_board_url {
  position: absolute;
  left: 20px;
  top: 35px;
  border-radius: 4px;
  padding: 5px;
  background: #4272ff;
  color: #fff;
  font-size: 15px;
  z-index: 1;
}

#footer {
  position: relative;
  width: 100%;
  height: 480px;
  background: #545454 url(../images/ft_bg.jpg) no-repeat center;
  z-index: 999;
}
#footer .ft_con {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 257px;
  width: 347px;
  height: 480px;
  background: #202020;
  text-align: center;
}
#footer .ft_con p {
  font-size: 14px;
  color: #ededed;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0;
}
#footer .ft_con h3 {
  padding: 50px 0 20px;
}
#footer .ft_con .mb25 {
  margin-bottom: 25px;
}
#footer #made_core {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin: 16px 0 0;
}
#footer #made_core i {
  color: #aaa;
}
#footer .ft_con .need {
  margin: 0 0 20px;
}
#footer .ft_con .need > li {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
}
#footer .ft_con .need > li > span {
  cursor: pointer;
}
#footer .ft_con .ft_bar {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 1px;
  height: 9px;
  vertical-align: top;
  background-image: url(../images/footer_bar.gif);
  margin: 0 5px;
}

.quickConsultingDetailWrap {
  width: 100%;
  height: auto;
}
.quickConsultingTitle {
  margin-bottom: 50px;
}
.sms_box {
  position: relative;
  display: flex;
  width: 1000px;
  height: 175px;
  background: #161824;
  z-index: 10;
}
.sms_box > div {
  position: relative;
  flex: 0 1 auto;
}
.sms_box > div:first-child {
  flex: 0 1 734px;
  width: 734px;
  padding: 20px 25px;
}
.sms_box h4 {
  font-size: 28px;
  color: #c17cff;
  font-weight: 500;
  border-bottom: solid #ffffff 1px;
}
.sms_box .qu {
  margin: 0 0 0 15px;
  color: #fff;
  font-weight: 300;
  line-height: 37px;
  font-size: 15px;
}
.sms_box .ft_input {
  height: 25px;
  background: #fff;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sms_box .input_box {
  position: absolute;
  top: 80px;
  left: 30px;
}
.sms_box .ft_input.sz1 {
  width: 134px;
  margin: 0 20px 0 0;
}
.sms_box .ft_input.sz2 {
  width: 74px;
}
.sms_box .ft_la1 {
  font-size: 18px;
  color: #fff;
  margin: 0 10px 0 0;
  line-height: 22px;
}
.sms_box .hap {
  width: 10px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px 0 4px;
}
.check {
  position: absolute;
  width: 150px;
  left: 29px;
  bottom: 28px;
}
.agr_box {
  position: absolute;
  width: 300px;
  left: 232px;
  bottom: 25px;
}
.check,
.agr_box label {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.check,
.agr_box input[type="checkbox"] {
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
}
.agr_box .pr_btn {
  display: inline-block;
  width: 141px;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  background: #434761;
  text-align: center;
  margin: 0 0 0 10px;
  cursor: pointer;
}
#ft_submit {
  cursor: pointer;
}

#footer.new {
  position: relative;
  width: 100%;
  height: 286px;
  background: #545454 url(../images/ftNew_bg.jpg) no-repeat center;
  z-index: 999;
}
#footer.new .ft_con {
  position: relative;
  top: 0;
  left: 0;
  width: 1210px;
  height: 286px;
  text-align: inherit;
  background: none;
  margin: 0 auto;
}
#footer.new .ft_con h3 {
  padding: 40px 0 25px;
}
#footer.new .ft_con p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
#footer.new .ft_con p:last-child {
  margin: 18px 0 0 0;
}
#footer.new #made_core {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin: 0 0 0 15px;
}
#footer.new .ft_con .need {
  margin: 0 0 13px;
}
#footer.new #made_core i {
  color: #fff;
}
/*channel 실시간채팅*/
#ch-plugin-button-position {
  right: auto !important;
  left: 15px;
}
#ch-plugin-core > div > div + div {
  right: auto !important;
  left: 15px;
}

/*  quick menu   */
#quick_menu {
  position: fixed;
  top: 20%;
  right: -520px;
  height: 620px;
  overflow: hidden;
  z-index: 2000;
  font-size: 13px;
  color: #666;
  display: none;
}
#quick_menu.on {
  top: 500px !important;
  transition: top 0.5s;
}
#quick_menu > ul > li {
  width: 620px;
  height: 70px;
}
.qm {
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100px;
  height: 70px;
}
.qm.on img {
  margin-left: -100px;
}
.q_cont_wrap {
  display: none;
  position: absolute;
  left: 100px;
  top: 0;
  width: 440px;
  height: 535px;
  padding: 35px 40px 50px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2001;
}
.q_title {
  text-align: center;
  font-size: 40px;
  color: #000;
  line-height: 1.7;
}
.q01 .q_title,
.q02 .q_title,
.q03 .q_title {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
}
.q03 .q_title,
.q08 .q_title {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 2px solid #000;
}
.q07 .q_title {
  color: #fff;
}
.q_title span {
  display: block;
  margin-top: -10px;
  text-align: center;
  font-size: 13px;
}

.q_close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.q_cont {
  position: relative;
}
.q_btn {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 110px;
  width: 300px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #3ca8a8;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.q03 .q_btn {
  background-color: #25b75a;
}
.q04 .q_btn {
  background-color: #356596;
}
.q06 .q_btn {
  background-color: #329311;
}
.q07 .q_btn {
  background-color: #fff;
  color: #538ce8;
}
.q08 .q_btn {
  background-color: #ed6b7b;
}
#qoc_form .ttd1 .wto {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 80px;
  height: 32px;
}
#agree21 {
  vertical-align: middle;
}
#black_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1999;
}
#black_bg.on {
}

/*이벤트 -목록 */
.qev_slider {
  overflow: hidden;
}
.qev_slider > li {
  float: left;
  width: 215px;
  margin-right: 10px;
}
.qev_slider > li:nth-child(2) {
  margin-right: 0;
}

.qev_slider > li img {
  width: 215px;
  height: auto;
}

.q02 .q_cont .swiper-button-prev {
  background-image: url(../images/event_sw_left1.png);
  width: 15px;
  height: 25px;
  margin-top: -7px;
  background-size: auto;
}
.q02 .q_cont .swiper-button-next {
  background-image: url(../images/event_sw_right1.png);
  width: 15px;
  height: 25px;
  margin-top: -7px;
  background-size: auto;
}

/*오시는길 */
.q_address {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 22px;
}

/*카카오톡*/
.q05 .q_cont_wrap {
  background: url(../images/quick/kakao.jpg) no-repeat;
}
.q05 .text_hidden {
  display: none;
}

/*블로그*/
.q06 .q_cont_wrap {
  background: url(../images/quick/blog.jpg) no-repeat;
}

/*진료안내*/
.q07 .q_cont_wrap {
  background: url(../images/quick/info.jpg) no-repeat;
}

/*로그인,탑*/
#quick_menu .q_login,
#quick_menu .q_top {
  overflow: hidden;
  width: 100px;
  height: 30px;
}
/*퀵메뉴 끝*/

/*진료예약팝업*/
#appo {
  display: none;
  width: 840px !important;
  height: 590px !important;
  position: absolute;
  left: 50%;
  top: 180px;
  margin-left: -420px !important;
  background: url(../images/appo/bg.png);
  z-index: 10000;
}
#appo_black {
  position: fixed;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}
#appo .top {
  height: 60px;
  padding: 0 24px;
}
#appo .top h2 {
  float: left;
  margin: 12px 0 0;
}
#appo .top p {
  float: left;
  margin: 28px 0 0 50px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}
#appo .top .sq_btn {
  display: inline-block;
  font-size: 12px;
  color: #848484;
  width: 55px;
  height: 22px;
  line-height: 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#appo .top .btn_box {
  float: right;
  margin: 25px 0 0;
}
#appo .top .btn_box .fl {
  float: left;
  margin: 0 0 0 5px;
}
#appo .left {
  float: left;
  margin: 0 15px 0 24px;
  width: 511px;
}
#appo .cbox {
  float: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 15px;
}
#appo .cbox h2 {
  font-size: 15px;
  height: 20px;
  line-height: 15px;
  color: #555;
  background: url(../images/appo/ck_img.png) no-repeat 0 1px;
  padding: 0 0 8px 20px;
  font-weight: 500;
}
#appo .cbox2 {
  float: left;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
}
#appo .ap1 {
  width: 208px;
  height: 287px;
  margin: 0 15px 0 0;
}
#appo .ap1 select {
  width: 100%;
  height: 234px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  outline: none;
}
#appo .ap2 {
  position: relative;
  width: 288px;
  height: 287px;
}
#appo .ap2:after {
  content: "";
  width: 252px;
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  bottom: 14px;
}
#appo .ap2 .datepicker--buttons,
#appo .ap2 .datepicker--time {
  padding: 6px 4px;
}
#appo .ap2 .datepicker--day-name {
  color: #4490b7;
}
#appo .ap2 .datepicker--cell {
  height: 27px;
}
#appo .ap3 {
  width: 100%;
  height: 208px;
  margin: 15px 0 0;
}
#appo .ap3 h2 {
  font-size: 17px;
  color: #032a4c;
  margin: 0 0 8px;
  font-weight: 500;
}
#appo .ap3 p {
  font-size: 14px;
  color: #032a4c;
  line-height: 22px;
  font-weight: 400;
}
#appo .ap4 {
  float: left;
  width: 266px;
  height: 510px;
}
#appo .ap4 .texta {
  width: 100%;
  height: 60px;
  padding: 8px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  overflow-y: auto;
  font-size: 13px;
  line-height: 18px;
  background: #f9f9f9;
  margin: 0 0 10px;
}
#appo .ap4 .ck-r {
  float: right;
  font-size: 14px;
  height: 14px;
}
#appo .ap4 .ck-r input {
  vertical-align: top;
  margin: 2px;
}
#appo .ap4 .ap_tbl {
  width: 100%;
  margin: 0 0 3px;
}
#appo .ap4 .ap_tbl th {
  font-size: 13px;
  width: 55px;
  text-align: left;
  vertical-align: middle;
}
#appo .ap4 .ap_tbl td {
  line-height: 22px;
  padding: 2px 0;
  font-size: 13px;
}
#appo .ap4 .ap_tbl td input[type="text"] {
  padding: 0 7px;
  height: 22px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  margin: 0;
  display: block;
  font-size: 13px;
}
#appo .ap4 .ap_tbl .border_none {
  border: 0 !important;
}
#appo .ap4 .ap_tbl .time_rtv {
  position: relative;
}
#appo .ap4 .ap_tbl .time_rtv #time_pk:focus + .time_help,
#appo .ap4 .ap_tbl .time_rtv #time_pk:active + .time_help,
#appo .ap4 .ap_tbl .time_rtv #time_pk:hover + .time_help {
  opacity: 1;
  right: -150px;
}
#appo .ap4 .ap_tbl .time_help {
  position: absolute;
  top: 0;
  right: -200px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  opacity: 0;
  transition: 0.3s;
}
#appo .ap4 .ap_tbl .time_help h3 {
  font-weight: 500;
  color: #01676d;
}
#appo .ap4 .ap_tbl .time_help p {
}
#appo .ap4 .ads {
}
#appo .ap4 .ads input[type="text"] {
  display: inline-block !important;
  vertical-align: top;
  margin-bottom: 3px !important;
}
#appo .ap4 .ads input[type="button"] {
  margin: 2px 0 0 2px;
  padding: 0 10px;
  font-family: inherit;
  font-size: 12px;
  background: #555;
  color: #fff;
  border: 0;
  font-weight: 300;
  border-radius: 4px;
  vertical-align: to;
  cursor: pointer;
}
#appo .ap4 #appo_submit {
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  background: #ce372f;
  color: #fff;
  line-height: 40px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 5px;
  border: 0;
}
#appo #appo_close {
  cursor: pointer;
}
.ui-timepicker-standard {
  z-index: 10000 !important;
}

/*레이어팝업*/
html#pop_on {
  overflow: hidden;
}
.pop_wrap {
  display: none;
  position: fixed;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999;
}
.pop_wrap .bk_bg {
  position: fixed;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.pop_wrap .pop_windo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -290px 0 0 -350px;
  width: 800px;
  height: 500px;
  padding: 40px;
  background: #fff;
  z-index: 1000;
}
.pop_wrap .pop_close {
  position: absolute;
  right: -45px;
  top: 0;
  cursor: pointer;
  display: inline-block;
  width: 29px;
  height: 29px;
}

/*푸터 개인정보처리방침*/
.pop_wrap .agr_cont h2 {
  margin-bottom: 19px;
  padding-bottom: 20px;
  font-size: 21px;
  text-align: center;
  color: #222;
  border-bottom: 2px solid #222;
}
.pop_wrap .agr_cont .agr_content {
  overflow-y: scroll;
  height: 385px;
  font-size: 14px;
  line-height: 22px;
  word-break: keep-all;
  color: #333;
  font-weight: 400;
  text-align: left;
}
.pop_wrap .agr_cont .agr_content.pre {
  white-space: pre-line;
}

.bbs_wrap.on {
  width: 1210px;
  margin: 0 auto;
}

/*메인슬라이드*/
.main_pg #vis {
  height: 700px;
}
.main_pg #vis .swiper-slide {
  overflow: hidden;
}
.main_pg .main_wrap {
  width: 1000px;
  margin: 0 auto;
}

.main_pg #vis .swiper-button-prev,
.main_pg #vis .swiper-button-next {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main_pg #vis .swiper-button-prev {
  background-image: url(../images/slide_arrow1.png);
  left: 175px;
  opacity: 0.5;
  width: 75px;
  height: 75px;
  border-radius: 55px;
  background-color: #000;
  margin-top: -37px;
  transition: 0.3s;
}
.main_pg #vis .swiper-button-next {
  background-image: url(../images/slide_arrow2.png);
  right: 175px;
  opacity: 0.5;
  width: 75px;
  height: 75px;
  border-radius: 55px;
  background-color: #000;
  margin-top: -37px;
  transition: 0.3s;
}
.main_pg #vis .swiper-button-prev:hover,
.main_pg #vis .swiper-button-next:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1690px) {
  .main_pg #vis .swiper-button-prev {
    left: calc(50% - 600px);
    right: auto;
    margin-top: 130px;
    width: 40px;
    height: 40px;
    background-size: 14px 23px;
  }
  .main_pg #vis .swiper-button-next {
    left: calc(50% - 550px);
    right: auto;
    margin-top: 130px;
    width: 40px;
    height: 40px;
    background-size: 14px 23px;
  }
}

.main_pg #vis .wrap {
  position: relative;
  width: 1210px;
  margin: 0 auto;
}
.main_pg #vis .sw_a {
  position: absolute;
  opacity: 0;
  animation: none;
}

.main_pg #vis .sw1 {
  background: url(../images/main/visual/v1/bg.jpg) no-repeat center;
  height: 700px;
}
.main_pg #vis .sw1 .sw_a1 {
  top: 109px;
  right: 41px;
}
.main_pg #vis .sw1 .sw_a2 {
  top: 80px;
  right: 645px;
}
.main_pg #vis .sw1 .sw_a3 {
  top: 80px;
  right: 586px;
}
.main_pg #vis .sw1 .sw_a4 {
  top: 198px;
  right: 41px;
}
.main_pg #vis .sw1 .sw_a5 {
  top: 299px;
  right: 345px;
  z-index: 10;
}
.main_pg #vis .sw1 .sw_a6 {
  top: 275px;
  right: 363px;
  z-index: 5;
}
.main_pg #vis .sw1 .sw_a7 {
  top: 275px;
  right: 143px;
  z-index: 5;
}
.main_pg #vis .sw1 .sw_a8 {
  top: 405px;
  right: 143px;
}
.main_pg #vis .sw1 .sw_a9 {
  top: 484px;
  right: 280px;
}
.main_pg #vis .sw1.on .sw_a1 {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s
    both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s both;
}
.main_pg #vis .sw1.on .sw_a2 {
  -webkit-animation: vis-dot 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
  animation: vis-dot 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}
.main_pg #vis .sw1.on .sw_a3 {
  -webkit-animation: vis-dot 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both;
  animation: vis-dot 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s both;
}
.main_pg #vis .sw1.on .sw_a4 {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    1.1s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.1s both;
}
.main_pg #vis .sw1.on .sw_a5 {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s
    both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s both;
}
.main_pg #vis .sw1.on .sw_a6 {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s
    both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s both;
}
.main_pg #vis .sw1.on .sw_a7 {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2s
    both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
}
.main_pg #vis .sw1.on .sw_a8 {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    2.5s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s both;
}
.main_pg #vis .sw1.on .sw_a9 {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 3s
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 3s both;
}
.main_pg #vis .sw2 {
  background: url(../images/main/visual/v2/bg.jpg) no-repeat center;
  height: 700px;
}
.main_pg #vis .sw2 .sw_a1 {
  top: 125px;
  left: -24px;
  opacity: 0;
  animation: none;
}
.main_pg #vis .sw2 .sw_a2 {
  top: 176px;
  left: 76px;
  opacity: 0;
  animation: none;
}
.main_pg #vis .sw2 .sw_a3 {
  top: 236px;
  left: 30px;
  opacity: 0;
  animation: none;
}
.main_pg #vis .sw2 .sw_a4 {
  top: 349px;
  left: 26px;
  opacity: 0;
  animation: none;
}

.main_pg #vis .sw2.on .sw_a1 {
  animation: vis_ani2_1 0.5s 0s 1 ease forwards;
}
.main_pg #vis .sw2.on .sw_a2 {
  animation: vis_ani2_2 0.5s 0s 1 ease forwards;
}
.main_pg #vis .sw2.on .sw_a3 {
  animation: vis_ani2_3 0.8s 0.7s 1 ease forwards;
}
.main_pg #vis .sw2.on .sw_a4 {
  animation: vis_ani2_4 0.7s 1.6s 1 ease forwards;
}

@keyframes vis_ani2_1 {
  0% {
    left: -24px;
    opacity: 0;
  }
  100% {
    left: 26px;
    opacity: 1;
  }
}
@keyframes vis_ani2_2 {
  0% {
    left: 76px;
    opacity: 0;
  }
  100% {
    left: 26px;
    opacity: 1;
  }
}
@keyframes vis_ani2_3 {
  0% {
    left: 30px;
    opacity: 0;
  }
  100% {
    left: 7px;
    opacity: 1;
  }
}
@keyframes vis_ani2_4 {
  0% {
    top: 349px;
    opacity: 0;
  }
  100% {
    top: 329px;
    opacity: 1;
  }
}

.main_pg #vis .sw3 {
  background: url(../images/main/visual/v3/bg.jpg) no-repeat center;
  height: 700px;
}
.main_pg #vis .sw3 .sw_a1 {
  top: 56px;
  left: -3px;
}
.main_pg #vis .sw3 .sw_a2 {
  top: 110px;
  left: 0px;
}
.main_pg #vis .sw3 .sw_a3 {
  top: 176px;
  left: 0px;
}
.main_pg #vis .sw3 .sw_a4 {
  top: 265px;
  left: -1px;
}
.main_pg #vis .sw3 .sw_a5 {
  top: 297px;
  left: 0px;
}
.main_pg #vis .sw3 .sw_a6 {
  top: 336px;
  left: 0px;
}
.main_pg #vis .sw3 .sw_a7 {
  top: 383px;
  left: 0px;
}
.main_pg #vis .sw3 .sw_a8 {
  top: 383px;
  left: 207px;
}
.main_pg #vis .sw3 .sw_a9 {
  top: 383px;
  left: 415px;
}
.main_pg #vis .sw3.on .sw_a1 {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s
    both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s both;
}
.main_pg #vis .sw3.on .sw_a2 {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s
    both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}
.main_pg #vis .sw3.on .sw_a3 {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s
    both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
.main_pg #vis .sw3.on .sw_a4 {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.7s
    both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.7s both;
}
.main_pg #vis .sw3.on .sw_a5 {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2.2s
    both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2.1s both;
}
.main_pg #vis .sw3.on .sw_a6 {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    2.7s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2.7s both;
}
.main_pg #vis .sw3.on .sw_a7 {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    3.2s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 3.2s both;
}
.main_pg #vis .sw3.on .sw_a8 {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    3.7s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 3.7s both;
}
.main_pg #vis .sw3.on .sw_a9 {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    4.2s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 4.2s both;
}

@-webkit-keyframes vis-custom01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vis-custom01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes vis-dot {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes vis-dot {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@-webkit-keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flicker-in-1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.1% {
    opacity: 1;
  }
  10.2% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  20.1% {
    opacity: 1;
  }
  20.6% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.1% {
    opacity: 1;
  }
  30.5% {
    opacity: 1;
  }
  30.6% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  45.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  55.1% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  57.1% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.1% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  65.1% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.1% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  77.1% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  85.1% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  86.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker-in-1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.1% {
    opacity: 1;
  }
  10.2% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  20.1% {
    opacity: 1;
  }
  20.6% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.1% {
    opacity: 1;
  }
  30.5% {
    opacity: 1;
  }
  30.6% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  45.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  55.1% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  57.1% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.1% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  65.1% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.1% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  77.1% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  85.1% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  86.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
    transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
    transform-origin: 1800px 50%;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
    transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
    transform-origin: 1800px 50%;
    opacity: 1;
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
    opacity: 1;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
  100% {
    background-position: 0% 50%;
    opacity: 1;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
    opacity: 1;
  }
  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
  100% {
    background-position: 0% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes wobble-hor-top {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(6deg);
    transform: translateX(-30px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(-6deg);
    transform: translateX(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(3.6deg);
    transform: translateX(-15px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(-2.4deg);
    transform: translateX(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(1.2deg);
    transform: translateX(-6px) rotate(1.2deg);
  }
}
@keyframes wobble-hor-top {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(6deg);
    transform: translateX(-30px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(-6deg);
    transform: translateX(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(3.6deg);
    transform: translateX(-15px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(-2.4deg);
    transform: translateX(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(1.2deg);
    transform: translateX(-6px) rotate(1.2deg);
  }
}

@keyframes wobble-hor-top-little {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-1px) rotate(2deg);
    transform: translateX(-1px) rotate(2deg);
  }
  30% {
    -webkit-transform: translateX(1px) rotate(-2deg);
    transform: translateX(1px) rotate(-2deg);
  }
  45% {
    -webkit-transform: translateX(-1px) rotate(2.6deg);
    transform: translateX(-1px) rotate(2.6deg);
  }
  60% {
    -webkit-transform: translateX(1px) rotate(-2.4deg);
    transform: translateX(1px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-1px) rotate(1.2deg);
    transform: translateX(-1px) rotate(1.2deg);
  }
}

/*main contents*/
.main_pg .main_mid {
  height: 554px;
}
.main_pg .rel_wrap {
  width: 1210px;
  height: 614px;
  position: relative;
  top: -100px;
  margin: 0 auto;
  z-index: 10;
}
.main_pg .rel_wrap .h_box {
  font-size: 0;
  height: 315px;
  margin: 0 0 39px;
}
.main_pg .rel_wrap .h_box li {
  position: relative;
  width: 295px;
  height: 100%;
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: center;
}
.main_pg .rel_wrap .h_box li:last-child {
  margin: 0;
}
.main_pg .rel_wrap .h_box li:nth-child(1) {
  background: url(../images/main/main_card1.jpg) no-repeat center;
}
.main_pg .rel_wrap .h_box li:nth-child(2) {
  background: url(../images/main/main_card2.jpg) no-repeat center;
}
.main_pg .rel_wrap .h_box li:nth-child(3) {
  background: url(../images/main/main_card3.jpg) no-repeat center;
}
.main_pg .rel_wrap .h_box li:nth-child(4) {
  background: url(../images/main/main_card4.jpg) no-repeat center;
}
.main_pg .rel_wrap .h_box.new li:nth-child(1) {
  background: url(../images/main/mainNew_card1.jpg) no-repeat center;
}
.main_pg .rel_wrap .h_box.new li:nth-child(2) {
  background: url(../images/main/mainNew_card2.jpg) no-repeat center;
}
.main_pg .rel_wrap .h_box.new li:nth-child(3) {
  background: url(../images/main/mainNew_card3.jpg) no-repeat center;
}
.main_pg .rel_wrap .h_box.new li:nth-child(4) {
  background: url(../images/main/mainNew_card4.jpg) no-repeat center;
}
.main_pg .rel_wrap .h_box li a {
  display: block;
  height: 100%;
}
.main_pg .rel_wrap .h_box li a img {
  position: relative;
  top: 100px;
}
.main_pg .rel_wrap .h_box li .more {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 211px;
  left: calc(50% - 12.5px);
  background: url(../images/main/main_card_more.png) no-repeat center;
  transition: 0.5s;
}
.main_pg .rel_wrap .h_box li a:before,
.main_pg .rel_wrap .h_box li a:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  opacity: 0;
  transition: 0.5s;
}
.main_pg .rel_wrap .h_box li a:before {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
}
.main_pg .rel_wrap .h_box li a:after {
  bottom: 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.main_pg .rel_wrap .h_box li:hover a:before,
.main_pg .rel_wrap .h_box li:hover a:after {
  transform: scale(1, 1);
  opacity: 1;
}
.main_pg .rel_wrap .h_box li:hover .more {
  border-radius: 25px;
  transform: rotate(90deg);
}

.main_pg .rel_wrap .bnr_box {
  font-size: 0;
}
.main_pg .rel_wrap .bnr_box li {
  display: inline-block;
  float: left;
}
.main_pg .rel_wrap .bnr_box li.size {
  width: 302px;
}

.main_pg .five_bnr {
  height: 435px;
  background: url(../images/main/five_bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0 0 40px;
}
.main_pg .five_bnr.new {
  height: 436px;
  background: url(../images/main/fiveNew_bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0 0 40px;
}
.main_pg .five_bnr .wrap {
  width: 1210px;
  margin: 0 auto;
  position: relative;
}
.main_pg .five_bnr .ani {
  position: absolute;
  left: 0;
  top: 0;
}
.main_pg .five_bnr .ani1 {
  top: 230px;
  left: 77px;
}
.main_pg .five_bnr .ani2 {
  top: 53px;
  left: 210px;
  opacity: 0;
}
.main_pg .five_bnr .ani3 {
  top: 246px;
  left: 205px;
  opacity: 0;
}
.main_pg .five_bnr .ani4 {
  top: 246px;
  left: 355px;
  opacity: 0;
}
.main_pg .five_bnr .ani5 {
  top: 246px;
  left: 505px;
  opacity: 0;
}
.main_pg .five_bnr .ani6 {
  top: 246px;
  left: 655px;
  opacity: 0;
}
.main_pg .five_bnr .ani7 {
  top: 246px;
  left: 805px;
  opacity: 0;
}
.main_pg .five_bnr.on .ani1 {
  animation: five_ani1 0.4s 0s 1 linear forwards;
}
.main_pg .five_bnr.on .ani2 {
  animation: five_ani2 0.4s 0.4s 1 linear forwards;
}
.main_pg .five_bnr.on .ani3 {
  animation: five_ani3 0.6s 0.8s 1 ease forwards;
}
.main_pg .five_bnr.on .ani4 {
  animation: five_ani3 0.6s 0.9s 1 ease forwards;
}
.main_pg .five_bnr.on .ani5 {
  animation: five_ani3 0.6s 1s 1 ease forwards;
}
.main_pg .five_bnr.on .ani6 {
  animation: five_ani3 0.6s 1.1s 1 ease forwards;
}
.main_pg .five_bnr.on .ani7 {
  animation: five_ani3 0.6s 1.2s 1 ease forwards;
}

@keyframes five_ani1 {
  0% {
    top: 230px;
  }
  100% {
    top: 53px;
  }
}
@keyframes five_ani2 {
  0% {
    left: 240px;
    opacity: 0;
  }
  100% {
    left: 210px;
    opacity: 1;
  }
}
@keyframes five_ani3 {
  0% {
    top: 266px;
    opacity: 0;
  }
  40% {
    top: 216px;
  }
  100% {
    top: 246px;
    opacity: 1;
  }
}
.main_pg .main_u_cot {
  width: 1210px;
  height: 450px;
  margin: 0 auto 40px;
}
.main_pg .main_u_cot:after {
  content: "";
  display: block;
  clear: both;
}
.main_pg .main_u_cot .sec {
  float: left;
}
.main_pg .main_u_cot .sec1 {
  width: 314px;
}
.main_pg .main_u_cot .sec1 .column {
  height: 300px;
  background: #fbfbfb;
}
.main_pg .main_u_cot .sec1 .column h2 {
}
.main_pg .main_u_cot .sec1 .column h2 a {
  display: block;
  background: #a87b4f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding: 17px 30px;
  box-sizing: border-box;
}
.main_pg .main_u_cot .sec1 .column h2 a .more {
  float: right;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  display: block;
  background: url(../images/main/column_more.png) no-repeat center;
  transition: 0.5s;
}
.main_pg .main_u_cot .sec1 .column h2 a:hover .more {
  border-radius: 15px;
  transform: rotate(90deg);
}
.main_pg .main_u_cot .sec1 .column iframe {
  height: 250px;
}

.main_pg .main_u_cot .sec2 {
  width: 582px;
}
.main_pg .main_u_cot .sec2 ul {
  font-size: 0;
}
.main_pg .main_u_cot .sec2 ul li {
  display: inline-block;
  position: relative;
  width: 194px;
  height: 150px;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
}
.main_pg .main_u_cot .sec2 ul li a:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.main_pg .main_u_cot .sec2 ul li a:hover .bg {
  transform: scale(1.1);
}
.main_pg .main_u_cot .sec2 ul li img {
}
.main_pg .main_u_cot .sec2 ul li img.con {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
}
.main_pg .main_u_cot .sec2 ul li img.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

.main_pg .main_u_cot .sec3 {
  width: 314px;
  font-size: 0;
}

.main_pg .under_slider {
  position: relative;
  background: #eaeaea;
  height: 60px;
  padding: 10px 0;
}
.main_pg .under_slider #ud_slider {
  width: 1134px;
  margin: 0 auto;
}
.main_pg .under_slider #ud_slider .dn {
  display: none;
}
.main_pg .under_slider .left {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -604px;
  cursor: pointer;
}
.main_pg .under_slider .right {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: 586px;
  cursor: pointer;
}

/*table*/
.app_content {
}
.app_content table {
  border: 1px solid #bbb;
}
.app_content table th {
  border: 1px solid #bbb;
  padding: 6px;
}
.app_content table td {
  border: 1px solid #bbb;
  padding: 6px;
}

/*서브페이지시작*/

/*서브공통*/
.sub_pg {
  margin: 0 0 50px;
}
.sub_pg .sub_top_bnr {
  height: 250px;
  margin: 0 0 60px;
}
.sub_pg .sub_top_bnr.sub_top_bnr0 {
  background: url(../images/sub_top_bnr0.jpg) no-repeat center;
  background-size: cover;
}
.sub_pg .sub_top_bnr.sub_top_bnr1 {
  background: url(../images/sub_top_bnr1.jpg) no-repeat center;
  background-size: cover;
}
.sub_pg .sub_top_bnr.sub_top_bnr2 {
  background: url(../images/sub_top_bnr2.jpg) no-repeat center;
  background-size: cover;
}
.sub_pg .sub_top_bnr.sub_top_bnr3 {
  background: url(../images/sub_top_bnr3.jpg) no-repeat center;
  background-size: cover;
}
.sub_pg .sub_top_bnr.sub_top_bnr4 {
  background: url(../images/sub_top_bnr4.jpg) no-repeat center;
  background-size: cover;
}
.sub_pg .sub_top_bnr.sub_top_bnr5 {
  background: url(../images/sub_top_bnr5.jpg) no-repeat center;
  background-size: cover;
}
.sub_pg .sub_top_bnr.sub_top_bnr6 {
  background: url(../images/sub_top_bnr6.jpg) no-repeat center;
  background-size: cover;
}
.sub_pg .sub_top_bnr.sub_top_bnr7 {
  background: url(../images/sub_top_bnr7.jpg) no-repeat center;
  background-size: cover;
}
.sub_pg .sub_top_bnr.sub_top_bnr8 {
  background: url(../images/sub_top_bnr8.jpg) no-repeat center;
  background-size: cover;
}
.sub_pg .sub_top_bnr .wrap {
  width: 1210px;
  margin: 0 auto;
}
.sub_pg .sub_top_bnr .wrap h3 {
  font-size: 36px;
  color: #333;
  padding: 80px 0 0 15px;
}
.sub_pg .sub_top_bnr .wrap h3:after {
  content: "";
  width: 26px;
  height: 1px;
  background: #666;
  display: block;
  margin: 10px 0 10px 3px;
}
.sub_pg .sub_top_bnr .wrap h3 b {
  font-weight: 700;
}
.sub_pg .sub_top_bnr .wrap .txt {
  font-size: 16px;
  color: #666;
  line-height: 18px;
  padding: 0 0 0 15px;
}
.sub_pg .sub_top_bnr.sub_top_bnr0 .wrap .txt {
  color: white;
}

.container_all {
  width: 1210px;
  margin: 0 auto;
}
.container_all:after {
  content: "";
  display: block;
  clear: both;
}
.left_mn_all {
  float: left;
  width: 180px;
}
#snb {
}
#snb h3 {
  width: 180px;
  height: 100px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #ffa100;
  word-break: keep-all;
  display: -webkit-flex;
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#snb .snb_mn {
}
#snb .snb_mn li {
  border-bottom: 1px solid #e3e3e3;
}
#snb .snb_mn li a {
  position: relative;
  display: block;
  background: #eee;
  color: #888;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 0 0 30px;
  overflow: hidden;
}
#snb .snb_mn li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: url(../images/snb_dot.png) no-repeat 0 0;
  position: absolute;
  top: 18px;
  left: 17px;
  z-index: 10;
  transition: background 0.3s;
}
#snb .snb_mn li a:after {
  content: attr(data-hover);
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  padding: 0 0 0 30px;
  height: 100%;
  background: #ffb331;
  box-sizing: border-box;
  transition: 0.2s;
  opacity: 0;
}
#snb .snb_mn li.on a:before,
#snb .snb_mn li:hover a:before {
  background: url(../images/snb_dot.png) no-repeat -5px 0;
}
#snb .snb_mn li.on a:after,
#snb .snb_mn li:hover a:after {
  top: 0;
  opacity: 1;
}
#snb .l_c1 {
  margin: 30px 0 0;
}

#right_contents {
  width: 1000px;
  float: left;
  margin-left: 30px;
}
#right_contents .mb35 {
  margin-bottom: 35px;
}
#right_contents .mb90 {
  margin-bottom: 90px;
}
#right_contents .mb100 {
  margin-bottom: 100px;
}
#right_contents .mb130 {
  margin-bottom: 130px;
}
#right_contents .mb180 {
  margin-bottom: 180px;
}
#right_contents .hideme {
  opacity: 0;
  transform: translateY(50px);
}
#right_contents .hideme.hideOff {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s, transform 0.8s;
}

/*서브탭메뉴*/
.comPgTabMn:after {
  content: "";
  display: block;
  clear: both;
}
.comPgTabMn ul.tabs {
  float: left;
  width: 100%;
}
.comPgTabMn ul.tabs li {
  float: left;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 63px;
  line-height: 63px;
  color: #333;
  font-size: 26px;
  font-weight: 500;
  border: 1px solid #dedede;
  border-left: 0;
}
.comPgTabMn ul.tabs li:first-child {
  border-left: 1px solid #dedede;
}
.comPgTabMn ul.tabs li.active {
  background: #3d3d3d;
  color: #fff;
}
.comPgTabMn .tab_container {
  clear: both;
  float: left;
}
.comPgTabMn .tab_content {
  display: none;
}
.comPgTabMn .tab_container .tab_content ul {
  width: 100%;
}
.comPgTabMn.index2 ul.tabs li {
  width: 498px;
}
.comPgTabMn.index2 ul.tabs li:first-child {
  width: 499px;
}
.comPgTabMn.index3 ul.tabs li {
  width: 332px;
}
.comPgTabMn.index4 ul.tabs li {
  width: 249px;
}
.comPgTabMn.index4 ul.tabs li:first-child {
  width: 248px;
}

/*병원소개 공통*/
.btm_top {
  transform: translateY(25px);
  opacity: 0;
  transition: 0.5s;
}
.btm_top_on {
  transform: translateY(0px);
  opacity: 1;
}
.left_right {
  transform: translateX(-25px);
  opacity: 0;
  transition: 0.5s;
}
.left_right_on {
  transform: translateX(0px);
  opacity: 1;
}
.td03 {
  transition-delay: 0.3s;
}
.tr08 {
  transition-duration: 0.8s;
}

.hos_intro_top_sjt {
  width: 1000px;
  height: 300px;
  text-align: center;
  margin: 0 0 100px;
}
.hos_intro_top_sjt h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
  padding: 77px 0 0;
  animation: hos_intro1 0.2s 0.7s 1 linear normal forwards;
  opacity: 0;
}
.hos_intro_top_sjt .line {
  display: inline-block;
  width: 386px;
  height: 1px;
  background: #fff;
  margin: 0 0 7px;
  animation: hos_intro2 0.2s 0.3s 1 linear normal forwards;
  transform: scale(0, 1);
  opacity: 0;
}
.hos_intro_top_sjt p {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  line-height: 36px;
  animation: hos_intro3 0.3s 1s 1 linear normal forwards;
  opacity: 0;
}

@keyframes hos_intro1 {
  from {
    transform: translateY(25px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes hos_intro2 {
  from {
    transform: scale(0, 1);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes hos_intro3 {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*인사말*/
.greetings .hos_intro_top_sjt {
  background: url(../images/sub/s1/i1_s01.jpg) no-repeat center;
}
.greetings .cont1 {
  position: relative;
  height: 1154px;
  background: url(../images/sub/s1/i1_s02.jpg) no-repeat center;
}
.greetings .cont1 .po1 {
  position: absolute;
  top: 190px;
  left: 334px;
  opacity: 0;
  transition: 1s;
}
.greetings .cont1 .po1.po1_1 {
  top: 150px;
  left: 466px;
  opacity: 1;
}
.greetings .cont1 .po2 {
  position: absolute;
  top: 774px;
  left: 63px;
}
.greetings .cont1 .po2 h3 {
  font-size: 25px;
  color: #fff961;
  font-weight: 700;
  line-height: 34px;
}
.greetings .cont1 .po2 p {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
}
.greetings .cont2 {
  margin: 0 0 50px;
}
.greetings .cont2 .sup {
  text-align: right;
  position: relative;
  top: -97px;
  z-index: 10;
}
.greetings .cont2 .sup p {
  font-size: 30px;
  color: #f1592a;
  line-height: 40px;
}
.greetings .cont2 .sup h2 {
  font-size: 50px;
  color: #f1592a;
  font-weight: 700;
  line-height: 56px;
}
.greetings .cont2 .step {
  height: 203px;
  background: url(../images/sub/s1/i1_s03.jpg) no-repeat center;
  position: relative;
  top: -30px;
}
.greetings .cont2 .step li {
  float: left;
  width: 220px;
  text-align: center;
  margin: 0 40px 0 0;
}
.greetings .cont2 .step li:last-child {
  margin: 0;
}
.greetings .cont2 .step li h4 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 23px;
  padding: 30px 0 0;
}
.greetings .cont2 .step li p {
  color: #fff;
  font-size: 28px;
}
.greetings .cont3 {
}
.greetings .cont3:after {
  content: "";
  clear: both;
  display: block;
}
.greetings .cont3 li {
  float: left;
  width: 475px;
  margin: 0 50px 60px 0;
}
.greetings .cont3 li:nth-child(2n + 1) {
  clear: both;
}
.greetings .cont3 li:nth-child(2n) {
  margin-right: 0;
}
.greetings .cont3 li h3 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  padding: 25px 0 6px;
}
.greetings .cont3 li h3 b {
  font-weight: 700;
}
.greetings .cont3 li .t1 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 28px;
  word-break: keep-all;
}
.greetings .cont3 li .t2 {
  font-size: 18px;
  color: #666;
  font-weight: 500;
  line-height: 24px;
  word-break: keep-all;
}
.greetings .cont3 li .c1 {
  color: #f1592a;
}

/*의료진소개*/
.doc_intro .hos_intro_top_sjt {
  background: url(../images/sub/s1/i2_s01.jpg) no-repeat center;
}
.doc_intro .cont1 {
  position: relative;
  height: 480px;
  background: url(../images/sub/s1/i2_s02.jpg) no-repeat center;
}
.doc_intro .cont1 .cont1_txt {
  position: absolute;
  top: 142px;
  right: 256px;
  text-align: center;
}
.doc_intro .cont1 .cont1_txt h3 {
  font-size: 50px;
  color: #333;
  line-height: 68px;
  font-weight: 300;
  margin: 0 0 13px;
}
.doc_intro .cont1 .cont1_txt h3 strong {
  font-weight: 700;
}
.doc_intro .cont1 .cont1_txt p {
  font-size: 26px;
  color: #f1592a;
  letter-spacing: 3px;
}
.doc_intro .cont2 {
  text-align: center;
  padding: 80px 0;
}
.doc_intro .cont2:before {
  content: "";
  width: 1px;
  height: 101px;
  background: #a87b4f;
  display: block;
  margin: 0 auto 15px;
}
.doc_intro .cont2:after {
  content: "";
  width: 1px;
  height: 101px;
  background: #a87b4f;
  display: block;
  margin: 15px auto 0;
}
.doc_intro .cont2 .txt {
  font-size: 26px;
  line-height: 50px;
  color: #a87b4f;
  height: 150px;
}
.doc_intro .cont3 {
  margin: 0 0 80px;
}
.doc_intro.cont4 {
  height: 699px;
  background: url(../images/sub/s1/i2_s05.jpg) no-repeat center;
}
.doc_intro.cont4 .wrap {
  position: relative;
  width: 1210px;
  margin: 0 auto;
  padding: 0 0 0 200px;
  text-align: right;
  box-sizing: border-box;
}
.doc_intro.cont4 h2 {
  font-size: 34px;
  line-height: 36px;
  color: #fff;
  padding: 170px 0 30px;
}
.doc_intro.cont4 h2 strong {
  font-weight: 700;
}
.doc_intro.cont4 ol {
  width: 500px;
  padding: 40px;
  background: rgba(168, 123, 79, 0.61);
  display: inline-block;
  text-align: left;
}
.doc_intro.cont4 ol li {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  word-break: keep-all;
  margin: 0 0 20px;
  line-height: 26px;
}

/*진료시간*/
.hos_hours {
}
.hos_hours .hos_intro_top_sjt {
  background: url(../images/sub/s1/i3_s01.jpg) no-repeat center;
  margin: 0 0 60px;
}
.hos_hours .cont1 {
  margin: 0 0 90px 0;
}
.hos_hours .cont1:after {
  content: "";
  display: block;
  clear: both;
}
.hos_hours .cont1 .box1 {
  float: left;
}
.hos_hours .cont1 .box1 h3 {
  font-size: 30px;
  color: #000;
  background: url(../images/sub/s1/i3_s02.jpg) no-repeat left bottom;
  padding: 0 0 10px;
  font-weight: 500;
}
.hos_hours .cont1 .box2 {
  width: 475px;
  min-height: 245px;
  border-top: 1px solid #a87b4f;
  border-bottom: 2px solid #a87b4f;
  margin: 0 50px 0 0;
  padding: 20px 0;
}
.hos_hours .cont1 .box1:first-child .box2 {
  width: 500px;
}
.hos_hours .cont1 .box1:last-child .box2 {
  width: 450px;
  margin: 0;
}
.hos_hours .cont1 .box2 p {
  font-size: 24px;
  height: 24px;
  padding: 0 15px;
  margin: 0 0 20px;
}
.hos_hours .cont1 .box2 p .th {
  width: 142px;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
  vertical-align: top;
  font-weight: 600;
  font-size: 22px;
}
.hos_hours .cont1 .box2 p .th:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.hos_hours .cont1 .box2 p .td {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-weight: 600;
  padding: 0px 0 0 20px;
  letter-spacing: 0px;
}
.hos_hours .cont1 .box2 p .tip {
  font-size: 13px;
}
.hos_hours .cont1 .box2 p i {
  font-size: 16px;
  margin-right: 2px;
}
.hos_hours .cont1 .box2 ul {
  padding: 0 15px;
}
.hos_hours .cont1 .box2 ul li {
  display: inline-block;
  line-height: 26px;
  margin-right: 5px;
  font-weight: 500;
}
.hos_hours .cont1 .box2 ul li.inline {
  margin-right: 65px;
}
.hos_hours .cont1 .box2 ul li:before {
  content: "·";
  margin: 0 1px 0 0;
}
.hos_hours .cont1 .box2 ul li b {
  color: #f15a2d;
}
.hos_hours .cont2 {
}
.hos_hours .cont2 > h3 {
  font-size: 30px;
  color: #000;
  background: url(../images/sub/s1/i3_s02.jpg) no-repeat left bottom;
  padding: 0 0 10px;
  font-weight: 500;
}
.hos_hours .cont2:after {
  content: "";
  clear: both;
  display: block;
}
.hos_hours .cont2 .box1 {
  border-top: 1px solid #a87b4f;
  border-bottom: 2px solid #a87b4f;
  padding: 30px 0 0;
}
.hos_hours .cont2 .box1:after {
  content: "";
  display: block;
  clear: both;
}
.hos_hours .cont2 li {
  float: left;
  width: 475px;
  margin: 0 50px 60px 0;
}
.hos_hours .cont2 li:nth-child(2n + 1) {
  clear: both;
}
.hos_hours .cont2 li:nth-child(2n) {
  margin-right: 0;
}
.hos_hours .cont2 li h3 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  padding: 25px 0 6px;
}
.hos_hours .cont2 li h3 b {
  font-weight: 700;
}
.hos_hours .cont2 li .t1 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  line-height: 28px;
  word-break: keep-all;
}
.hos_hours .cont2 li .t2 {
  font-size: 18px;
  color: #666;
  font-weight: 500;
  line-height: 24px;
  word-break: keep-all;
}
.hos_hours .cont2 li .c1 {
  color: #f1592a;
}

/*장비소개*/
.equipment-wr .hos_intro_top_sjt {
  background: url(../images/sub/s1/i4_s01.jpg) no-repeat center;
  margin: 0 0 50px;
}
.equipment-wr .equipment-list {
  position: relative;
  padding: 50px 0 20px 250px;
  color: #555;
  font-size: 14px;
  min-height: 175px;
}
.equipment-wr .equipment-list:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.equipment-wr .equipment-list .equip-thum {
  position: absolute;
  top: 50px;
  left: 10px;
  display: block;
}
.equipment-wr .equipment-list:first-child .equip-thum {
  border: 1px solid #ccc;
}
.equipment-wr .equipment-list h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 35px;
}
.equipment-wr .equipment-list h3 span {
  font-size: 13px;
  color: #767676;
  font-weight: normal;
  margin: 0 0 0 7px;
}
.equipment-wr .equipment-list .equipment-txt p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*둘러보기*/
.inte_pg .hos_intro_top_sjt {
  background: url(../images/sub/s1/i5_s01.jpg) no-repeat center;
  margin: 0 0 70px;
}
.inte_swiper {
}
.inte_swiper .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.inte_swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.inte_swiper .gallery-top {
  height: 600px;
  width: 100%;
}
.inte_swiper .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.inte_swiper .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 120px;
  opacity: 0.4;
}
.inte_swiper .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.inte_swiper .com_sw_btn {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  transition: left 0.6s, right 0.6s;
}
.inte_swiper .com_sw_btn:before {
  content: "";
  position: absolute;
  top: 20px;
  width: 17px;
  height: 17px;
  border-top: 2px solid #fff;
  transition: 0.3s;
}
.inte_swiper .com_sw_btn:active,
.inte_swiper .com_sw_btn:focus {
  margin-top: -21px;
}
.inte_swiper .swiper-button-next {
  right: -18px;
}
.inte_swiper .swiper-button-next:before {
  left: 16px;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.inte_swiper .swiper-button-prev {
  left: -18px;
}
.inte_swiper .swiper-button-prev:before {
  right: 16px;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
.inte_swiper:hover .com_sw_btn {
  background: rgba(0, 0, 0, 0.8);
}
.inte_swiper:hover .swiper-button-next {
  right: 20px;
}
.inte_swiper:hover .swiper-button-prev {
  left: 20px;
}
.inte_swiper .swiper-container-horizontal > .sw_pg_custom {
  position: absolute;
  left: calc(50% - 345px);
  bottom: 0;
  width: 690px;
  height: 125px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.inte_swiper .swiper-container-horizontal > .sw_pg_custom .swiper-pagination {
  width: 100%;
  bottom: 15px;
}
.inte_swiper .sw_pg_custom .swiper-pagination-bullet {
  width: 25px;
  height: 7px;
  margin: 0 4px;
  background: #c0c0c0;
  border-radius: 0;
  opacity: 1;
}
.inte_swiper .sw_pg_custom .swiper-pagination-bullet-active {
  background: #f54c4c;
}
.inte_swiper .sw_pg_custom h3 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  padding: 25px 0 0;
  font-weight: 500;
}
.inte_swiper .item_name {
  font-size: 0;
}

/*오시는길*/
.sub_pg.s0106 {
}
.sub_pg.s0106 .hos_intro_top_sjt {
  background: url(../images/sub/s1/i6_s00.jpg) no-repeat center;
  margin: 0 0 70px;
}
.sub_pg.s0106 .map_box {
  width: 100%;
  padding: 35px;
  border: 1px dashed #d4d4d4;
  margin: 0 0 25px;
  box-sizing: border-box;
}
.sub_pg.s0106 .map_box > ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 100px;
  height: 81px;
  color: #282828;
  margin: 0 0 20px;
}
.sub_pg.s0106 .map_box > ul li:first-child {
  background: url(../images/sub/s1/i6_s01.png) no-repeat left;
  margin: 0 120px 0 0;
}
.sub_pg.s0106 .map_box > ul li:last-child {
  background: url(../images/sub/s1/i6_s02.png) no-repeat left;
}
.sub_pg.s0106 .map_box > ul li h3 {
  font-weight: 500;
  margin: 20px 0 6px;
}
.sub_pg.s0106 .map_box > ul li p {
  font-size: 15px;
}
.sub_pg.s0106 .map_box .root_daum_roughmap_landing {
  width: 100% !important;
}
.sub_pg.s0106 .pub {
}
.sub_pg.s0106 .pub h2 {
  font-size: 24px;
  color: #1e6779;
  margin: 0 0 25px;
}
.sub_pg.s0106 .pub h2:before {
  content: "";
  width: 21px;
  height: 5px;
  background: url(../images/sub/s1/i6_s03.jpg) no-repeat;
  display: block;
  margin: 0 0 4px;
}
.sub_pg.s0106 .pub .each {
}
.sub_pg.s0106 .pub .each > li {
  padding: 0 0 0 100px;
  min-height: 81px;
  margin: 0 0 55px;
}
.sub_pg.s0106 .pub .each > li:nth-child(1) {
  background: url(../images/sub/s1/i6_s04.png) no-repeat top left;
}
.sub_pg.s0106 .pub .each > li:nth-child(2) {
  background: url(../images/sub/s1/i6_s05.png) no-repeat top left;
}
.sub_pg.s0106 .pub .each > li:nth-child(3) {
  background: url(../images/sub/s1/i6_s06.png) no-repeat top left;
}
.sub_pg.s0106 .pub .each > li h3 {
  font-size: 17px;
  color: #282828;
  font-weight: 700;
  margin: 0 0 6px;
  padding: 15px 0 0;
}
.sub_pg.s0106 .pub .each > li p {
  font-weight: 400;
}
.sub_pg.s0106 .pub .each_c1 {
}
.sub_pg.s0106 .pub .each_c1 li {
  display: inline-block;
  width: 27%;
  vertical-align: top;
  margin: 0 55px 5px 0;
}
.sub_pg.s0106 .pub .each_c1 li:first-child {
  width: 13%;
}
.sub_pg.s0106 .pub .each_c1 li:nth-child(2) {
  width: 41%;
}
.sub_pg.s0106 .pub .each_c1 li dl {
}
.sub_pg.s0106 .pub .each_c1 li dl dt {
  font-size: 15px;
  color: #fb5600;
  font-weight: 700;
  padding: 11px 0 9px;
}
.sub_pg.s0106 .pub .each_c1 li dl dt:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #94588e;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
  margin: 0 3px 0 0;
}
.sub_pg.s0106 .pub .each_c1 li dl dd {
  margin: 0 0 10px 10px;
}
.sub_pg.s0106 .pub .each_c1 li dl dd .c1 {
}
.sub_pg.s0106 .pub .each_c1 li dl dd .c1:before {
  content: "지선";
  background: #52bf6e;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  width: 32px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  margin: 0 4px 0 0;
  font-weight: 300;
}
.sub_pg.s0106 .pub .each_c1 li dl dd .c2:before {
  content: "마을";
  background: #52bf6e;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  width: 32px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  margin: 0 4px 0 0;
  font-weight: 300;
}
.sub_pg.s0106 .pub .each_c1 li dl dd .c3:before {
  content: "일반";
  background: #52bf6e;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  width: 32px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  margin: 0 4px 0 0;
  font-weight: 300;
}
.sub_pg.s0106 .pub .each_c1 li dl dd .c4:before {
  content: "직행";
  background: #dc1219;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  width: 32px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  margin: 0 4px 0 0;
  font-weight: 300;
}
.sub_pg.s0106 .pub .each_c1 li dl dd .c5:before {
  content: "간선";
  background: #395cb4;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  width: 32px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  margin: 0 4px 0 0;
  font-weight: 300;
}
.sub_pg.s0106 .pub .each_c1 li dl dd .c6:before {
  content: "급행";
  background: #dc1219;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  width: 32px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  margin: 0 4px 0 0;
  font-weight: 300;
}
.sub_pg.s0106 .pub .each_c1 li dl dd .c7:before {
  content: "좌석";
  background: #395cb4;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  width: 32px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  margin: 0 4px 0 0;
  font-weight: 300;
}
.sub_pg.s0106 .pub .each_c1 li dl dd span {
  font-size: 15px;
  color: #606060;
  line-height: 17px;
}
.sub_pg.s0106 .pub .each_c1.other li {
  width: auto;
}

.sub_pg.s0106 .pub div.info > h3 {
  font-size: 15px;
  color: #fb5600;
  font-weight: 700;
  padding: 11px 0 9px;
}
.sub_pg.s0106 .pub div.info > h3::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fb5600;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
  margin: 0 3px 0 0;
}
.sub_pg.s0106 .pub ul.each_inline {
  margin-bottom: 10px;
}
.sub_pg.s0106 .pub ul.each_inline > li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.sub_pg.s0106 .pub ul.each_inline > li::before {
  content: " ";
  background: #52bf6e;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  width: 40px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  margin: 0 4px 0 0;
  font-weight: 300;
}
.sub_pg.s0106 .pub ul.each_inline > li.line1::before {
  content: "1호선";
  background: #003291;
}
.sub_pg.s0106 .pub ul.each_inline > li.lineA::before {
  content: "경춘선";
  background: #26a97f;
}
.sub_pg.s0106 .pub ul.each_inline > li.lineB::before {
  content: "경의선";
  background: #32c6a6;
}
.sub_pg.s0106 .pub div.info > p {
  font-size: 15px;
  color: #606060;
  line-height: 20px;
}
