@charset "UTF-8";
/*html{overflow-x: hidden; scroll-behavior: smooth;}*/
.doc {
  font-size: 16px;
}

.box1 {
  width: 1400px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}

.mobile_only {
  display: none;
}

/*header*/
#header {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#header .va_wrap,
#header .h_wrap {
  height: var(--header_H);
}

#header #logo {
  z-index: 800;
}

#header #logo img {
  display: block;
}

#header .gnb_wrap {
  margin: 0 auto;
}

#header .gnb_wrap .gnb .depth1 {
  margin: 0 25px;
  position: relative;
}

#header .gnb_wrap .gnb .depth1 > a {
  font-size: 1.125em;
  line-height: inherit;
  color: #fff;
  position: relative;
}

#header .gnb_wrap .gnb .depth1 > ul {
  background: #fff;
  min-width: 160px;
  border: 1px solid #ddd;
  border-top: 0;
  margin-top: -2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

#header .gnb_wrap .gnb .depth1 > ul:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 5px;
  background-color: var(--mainColor);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .gnb_wrap .gnb .depth1 > ul > .depth2 a {
  display: block;
  text-align: center;
  color: #444;
  border-top: 1px dotted #ddd;
  font-weight: 400;
  padding: 15px 10px;
}

#header .gnb_wrap .gnb .depth1 > ul > .depth2 a:hover {
  background: #f5f5f5;
}

#header .gnb_wrap .gnb .depth1:hover ul {
  max-height: 500px;
  opacity: 1;
}

#header .gnb_wrap .gnb .depth1:hover > ul:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

#header .h_tel .xi {
  font-size: 25px;
  text-align: center;
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--mainColor);
  border-radius: 50%;
  margin-right: 10px;
}

#header .h_tel .in_tel {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}

.scroll #header {
  background-color: #222;
}

/*검색*/
#header .hd_sch_btn {
  font-size: 1.125em;
  color: #fff;
  cursor: pointer;
}

#header .hd_sch_btn.on .xi:before {
  content: "\e921";
}

#header .hd_sch_wr #hd_sch {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  position: relative;
  width: 240px;
  overflow: hidden;
}

#header .hd_sch_wr #hd_sch #sch_stx {
  border: 0;
  background: transparent;
  color: #fff;
  width: 100%;
  height: 45px;
  padding: 5px 55px 5px 20px;
  font-size: 0.95em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .hd_sch_wr #hd_sch #sch_stx::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

#header .hd_sch_wr #hd_sch #sch_stx::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

#header .hd_sch_wr #hd_sch #sch_stx:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

#header .hd_sch_wr #hd_sch #sch_stx::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

#header .hd_sch_wr #hd_sch #sch_stx::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

#header .hd_sch_wr #hd_sch button {
  border: 0;
  background-color: var(--mainColor);
  width: 38px;
  height: 38px;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
  border-radius: 50%;
  font-size: 0.9em;
}

/*회원*/
#header .hd_login {
  margin-left: 20px;
}

#header .hd_login > li a {
  color: #fff;
  margin-left: 15px;
  font-weight: 300;
}

#header .hd_login > li:first-child a {
  margin-left: 0px;
}

#header .hd_login > li .xi {
  vertical-align: baseline;
  margin-right: 4px;
}

/*전체메뉴버튼*/
#header .btn_gnb {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 10000;
  margin-left: 25px;
}

#header .btn_gnb .a_rd {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
}

#header .btn_gnb .a_rd.a1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .btn_gnb .a_rd.a2 {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--mainColor) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .btn_gnb .a_rd.a3 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .btn_gnb .a_rd.a4 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .btn_gnb:hover .a_rd.a1,
#header .btn_gnb:hover .a_rd.a4 {
  display: none;
}

#header .btn_gnb:hover .a_rd.a2,
#header .btn_gnb:hover .a_rd.a3 {
  width: 100%;
  border-radius: 50px;
}

#header .btn_gnb.on .a_rd.a1,
#header .btn_gnb.on .a_rd.a4 {
  display: none;
}

#header .btn_gnb.on .a_rd.a2 {
  width: 100%;
  border-radius: 50px;
}

#header .btn_gnb.on .a_rd.a3 {
  width: 100%;
  border-radius: 50px;
  background-color: #666;
}

/* 퀵메뉴 */
.qk_list {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 100;
  font-size: 16px;
}

.qk_list li {
  margin-top: 5px;
}

.qk_list li a {
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.25em;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-left: auto;
  background-color: #333;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.qk_list li .xi {
  width: 52px;
  line-height: 52px;
  text-align: center;
}

.qk_list li .qk_inq {
  background-color: #666;
}

/*.qk_list li .stx{font-style: normal; font-size: .75em; width:0; overflow: hidden; display: none; font-weight: 700;}
.qk_list li a:hover .stx{width:auto; overflow: hidden; display: block;}
.qk_list li .qk_call:hover{width:190px; border-radius: 50px;}
.qk_list li .qk_inq{background-color: #aaa;}
.qk_list li .qk_inq .xi{font-size:.85em;}
.qk_list li .qk_inq .stx{font-size:.7em;}
.qk_list li .qk_inq:hover{width:140px; border-radius: 50px;}
.qk_list li .qk_down{background-color: #1dbdd5}
.qk_list li .qk_down .stx{font-size:.7em;}	
.qk_list li .qk_down:hover{width:210px; border-radius: 50px;}
.qk_list li .qk_blog{background-color:#22c328}
.qk_list li .qk_blog .stx{font-size:.7em;}	
.qk_list li .qk_blog:hover{width:200px; border-radius: 50px;}*/
/*footer*/
#footer {
  background-color: #171717;
  padding-top: 70px;
  padding-bottom: 106px;
  margin-top: 170px;
}

#footer .f_logo {
  margin-bottom: 20px;
}

#footer .f_info_gr {
  width: 50%;
}

#footer .f_info > li {
  color: #fff;
  font-weight: 300;
  margin-right: 45px;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

#footer .f_info > li span {
  opacity: 0.6;
  margin-left: 5px;
}

#footer .f_cs .ti {
  font-size: 1.0625em;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 5px;
}

#footer .f_cs .tel {
  font-size: 1.875em;
  font-weight: 700;
  color: #ddd;
  margin-bottom: 5px;
}

#footer .f_cs .cs_list {
  line-height: 2;
}

#footer .f_cs .cs_list > li {
  font-size: 1em;
  font-weight: 300;
  color: #999;
  position: relative;
  margin-left: 10px;
}

#footer .f_cs .cs_list > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #41b6e6;
  position: absolute;
  top: 13px;
  left: -10px;
}

#footer .f_cs .cs_list > li span {
  display: inline-block;
  width: 80px;
  color: #ddd;
  margin-right: 25px;
}

#footer .f_cs .cs_list > li:nth-child(2) .st {
  letter-spacing: 8px;
}

#footer .f_cs .cs_list > li:nth-child(3) .st {
  letter-spacing: 19px;
}

#footer .f_link a {
  font-size: 1.0625em;
  font-weight: 500;
  color: #ddd;
  width: 170px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

#footer .f_copy {
  font-size: 0.875em;
  color: #fff;
  opacity: 0.4;
  margin-top: 70px;
  letter-spacing: 1px;
  font-weight: 200;
  background-color: #222;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 1370px) {
  #footer {
    padding-bottom: 167px;
  }
}
@media screen and (max-width: 1220px) {
  #footer {
    padding-bottom: 167px;
  }
}
@media screen and (max-width: 1075px) {
  #footer {
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 920px) {
  #footer {
    padding-bottom: 254px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 30vw;
  }
}
/*서브 비주얼*/
.sub_v_wrap {
  position: relative;
}

#sub_visual {
  height: 400px;
  position: relative;
  overflow: hidden;
}

#sub_visual .bgfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition: 1s;
  transition: 1s;
}

#sub_visual .sub_v_tit {
  font-weight: 700;
  text-align: center;
  font-size: 3.625em;
  color: #fff;
  position: relative;
  z-index: 10;
  margin-right: 3em;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  margin-top: 30px;
}

.load #sub_visual .bgfix {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.load #sub_visual .sub_v_tit {
  margin-right: 0;
  opacity: 1;
}

#sub_visual.sub10 .bgfix {
  background-image: url(../img/sub/sub_v_01.jpg);
}

#sub_visual.sub20 .bgfix {
  background-image: url(../img/sub/sub_v_01.jpg);
}

#sub_visual.sub30 .bgfix {
  background-image: url(../img/sub/sub_v_01.jpg);
}

#sub_visual.sub40 .bgfix {
  background-image: url(../img/sub/sub_v_01.jpg);
}

#sub_visual.sub50 .bgfix {
  background-image: url(../img/sub/sub_v_01.jpg);
}

/*snb*/
#snb {
  position: absolute;
  bottom: 4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  width: 96%;
  display: none;
}

#snb .snb_list .sdp1 a {
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--mainColor);
  color: #fff;
  font-size: 1.125em;
}

#snb .snb_list .sdp2,
#snb .snb_list .sdp3,
#snb .snb_list .last {
  position: relative;
  width: 250px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 20px;
  margin-left: 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#snb .snb_list .last {
  cursor: default;
}

#snb .snb_list .sdp_tt {
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#snb .snb_list .sdp_tt:before {
  content: "\e943";
  font-family: "xeicon";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.938em;
}

#snb .snb_list .last .sdp_tt:before {
  display: none;
}

#snb .snb_list .sdp_list_wrap {
  max-height: 0px;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
  overflow: hidden;
}

#snb .snb_list .Aon .sdp_list_wrap {
  max-height: 1000px;
  opacity: 1;
}

#snb .snb_list .sdp_list {
  padding: 25px;
}

#snb .snb_list .sdp_list > li {
  margin-bottom: 7px;
}

#snb .snb_list .sdp_list > li:last-child {
  margin-bottom: 0;
}

#snb .snb_list .sdp_list > li a {
  color: #777;
  font-size: 1.05em;
}

#snb .snb_list .sdp_list > li.on a {
  color: var(--mainColor);
  font-weight: 500;
}

.load #snb {
  opacity: 1;
}

/*컨텐츠 페이지*/
.ctt_admin {
  display: none;
} /*관리자 내용수정 버튼*/
#ctt header {
  display: none;
} /*컨텐츠 페이지 타이틀 header*/
/*컨텐츠 타이틀*/
.container_title {
  font-weight: 200;
  font-size: 2.125em;
  padding-top: 35px;
  margin: 55px 0;
  text-align: center;
  position: relative;
}

.container_title:before {
  content: "";
  width: 1px;
  height: 26px;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  background: #222;
  position: absolute;
  top: 0;
  left: 50%;
}

.load .container_title:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
}

/*개인정보&이용약관*/
.agree_box {
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 5px;
}

.agree_box .in_con {
  padding: 2em;
  border: 1px solid #ededed;
  margin: 1em;
  background: #fff;
}

.agree_box .in_con .agree_wrap {
  font-size: 0.938em;
}

.agree_box .in_con .agree_wrap span {
  display: block;
}

.table_st {
  table-layout: fixed;
  border-top: 2px solid #333;
  margin-bottom: 10px;
}

.table_st th,
.table_st td {
  padding: 1em 1em;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 1.3;
  font-size: 1.25em;
}

.table_st th {
  color: #222;
  background-color: #f5f5f5;
  font-weight: 600;
}

.table_st td {
  color: #333;
}

.table_st .bg1 {
  background-color: #f9f9f9;
}

.table_st .c_red {
  vertical-align: middle;
}

/*=================================================================main============================================================*/
.main {
  background-color: #222;
}

/*메인 비주얼*/
.mainSlider {
  position: relative;
  overflow: hidden;
}

.mainSlider .el {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mainSlider .el:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/main/main_v_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.mainSlider .el .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.mainSlider .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  color: #fff;
  z-index: 11;
}

.mainSlider .slogan .t1 {
  font-size: 4em;
  display: inline-block;
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
          transform: translateY(1em);
  font-weight: 800;
  opacity: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}

.mainSlider .slogan .t1:before {
  content: "\e9c5";
  font-family: "xeicon";
  position: absolute;
  top: -55px;
  right: -55px;
  color: #fff;
  font-weight: 400;
}

.mainSlider .slogan .t3 {
  font-size: 1.5em;
  font-weight: 300;
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
          transform: translateY(1em);
  opacity: 0;
  line-height: 1.5;
  margin-top: 35px;
}

.mainSlider .el.swiper-slide-active .bg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.mainSlider .el.swiper-slide-active .slogan .t1 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.mainSlider .el.swiper-slide-active .slogan .t3 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.mainSlider .main_v_control {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 300%);
      -ms-transform: translate(-50%, 300%);
          transform: translate(-50%, 300%);
  z-index: 100;
}

.main_v_control .xi {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #fff;
  font-size: 1.625em;
  text-align: center;
  margin-right: 5px;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.main_v_control .xi:hover {
  opacity: 1;
}

.mainSlider .main_v_line {
  width: 100%;
  height: 100%;
  background-image: url(../img/main/main_v_line.png);
  background-position: center var(--header_H);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-repeat: repeat-x;
  pointer-events: none;
}

.mainSlider .swiper-slide.--02 .slogan__img {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.mainSlider .swiper-slide.--02 .img__box {
  position: absolute;
}
.mainSlider .swiper-slide.--02 .img__box.--01 {
  top: 20.5%;
  left: 14%;
  width: 17%;
  height: 17.1%;
  background: url(../img/main/visual/1.png) center/cover no-repeat;
}
.mainSlider .swiper-slide.--02 .img__box.--02 {
  top: 37.6%;
  left: 0;
  width: 32%;
  height: 21.4%;
  background: url(../img/main/visual/2.png) center/cover no-repeat;
}
.mainSlider .swiper-slide.--02 .img__box.--03 {
  top: 0;
  left: 24.8%;
  width: 40.5%;
  height: 16.3%;
  background: url(../img/main/visual/3.png) center/cover no-repeat;
}
.mainSlider .swiper-slide.--02 .img__box.--04 {
  top: 43%;
  right: 0px;
  width: 20.5%;
  height: 41.8%;
  background: url(../img/main/visual/4.png) center/cover no-repeat;
}
.mainSlider .swiper-slide.--02 .img__box.--05 {
  top: 69%;
  left: 8%;
  width: 40.4%;
  height: 20.5%;
  background: url(../img/main/visual/5.png) center/cover no-repeat;
}
.mainSlider .swiper-slide.--02 .img__box.--06 {
  bottom: 4.5%;
  left: 66%;
  width: 13.5%;
  height: 13.5%;
  background: url(../img/main/visual/6.png) center/cover no-repeat;
}
.mainSlider .swiper-slide.--02 .img__box.--07 {
  bottom: 1%;
  left: 48.5%;
  width: 18%;
  height: 19%;
  background: url(../img/main/visual/7.png) center/cover no-repeat;
}
.mainSlider .swiper-slide.--02 .img__box.--08 {
  top: 13%;
  left: 27%;
  width: 56%;
  height: 67%;
  background: url(../img/main/visual/8.png) center/cover no-repeat;
}

@media screen and (max-width: 1280px) {
  .mainSlider .swiper-slide.--02 .slogan__img {
    width: 40%;
  }
  .mainSlider .swiper-slide.--02 .slogan__img img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mainSlider .swiper-slide.--02 .slogan__img {
    width: 90%;
    top: -100%;
    right: auto;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
    opacity: 0.5;
  }
}
#seminar.main_const {
  padding-top: 0;
}
#seminar.main_const::before {
  content: "";
  display: block;
  width: 1px;
  height: 3em;
  background: #fff;
  margin: 1em auto;
}
#seminar.main_const .main_sc_tit .sc_tt {
  font-weight: normal;
  padding-bottom: 1em;
}
#seminar.main_const .seminar__swiper {
  max-width: 100vw;
  overflow: hidden;
}
#seminar.main_const .seminar__swiper .swiper-slide {
  width: 335px;
}
#seminar.main_const .seminar__swiper .swiper-slide img {
  width: 100%;
}

/* 메인 공통 */
.main_tit {
  text-align: center;
  margin-bottom: 60px;
}

.main_tit .in_tt {
  font-size: 3.125em;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

.main_tit .in_tt .co_st {
  color: #bbb;
}

.c_t1 {
  font-size: 2em;
  color: #fff;
}

.c_t2 {
  font-size: 1.25em;
  color: #fff;
  font-weight: 300;
}

.c_t3 {
  font-size: 1.375em;
  color: #fff;
  font-weight: 300;
}

.c_t4 {
  font-size: 1.562em;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}

.c_t5 {
  font-size: 1.45em;
  color: #aaa;
  font-weight: 500;
}

.main_sc_tit {
  text-align: center;
  margin-bottom: 70px;
}

.main_sc_tit .sc_nm {
  color: #fff;
  font-size: 3.25em;
  font-weight: 700;
  position: relative;
  line-height: 1;
}

.main_sc_tit .sc_nm .in_nm {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -75%);
      -ms-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
}

.main_sc_tit .sc_tt {
  color: #fff;
  font-weight: 800;
  font-size: 3.125em;
  line-height: 1.2;
}

.tab_tt {
  text-align: center;
  color: #fff;
  font-size: 2.812em;
  font-weight: 700;
  margin-bottom: 60px;
}

.tab_tt .nmb {
  color: #ccc;
  margin-right: 10px;
  border-bottom: 1px solid #ccc;
}

.rd_list {
  margin-right: -55px;
  padding-bottom: 20px;
}

.rd_list > li .in {
  text-align: center;
  margin-right: 55px;
}

.rd_list > li .in .r_box {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background-color: var(--subColor);
  padding: 15px;
  position: relative;
}

.rd_list > li .in .r_box:before {
  content: "";
  width: 112%;
  height: 112%;
  border: 2px solid var(--subColor);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.rd_list > li .in .r_box:after {
  content: "";
  width: 100%;
  border-top: 5px dotted #bbb;
  position: absolute;
  top: 50%;
  right: -100%;
}

.rd_list > li .in .in_r {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}

.rd_list > li .in .in_rtt {
  font-family: var(--fs_gm);
  font-size: 1.425em;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.2;
}

.rd_list > li .in .c_t2 {
  margin-top: 30px;
}

.rd_list > li .in .c_t3 {
  margin: 40px 0 10px;
}

.rd_list > li.st .in .r_box {
  background-color: var(--subColor2);
}

.rd_list > li.st .in .r_box:before {
  border-color: var(--subColor2);
}

.rd_list > li:last-child .in .r_box:after {
  border: none;
}

.rd_list.st_img {
  margin-right: -50px;
}

.rd_list.st_img > li .in {
  margin-right: 50px;
}

.rd_list.st_img > li .in .r_box:before {
  width: 110%;
  height: 110%;
}

.rd_list.st_img > li .in .c_t5 {
  font-family: var(--fs_gm);
  margin-top: 35px;
}

.rd_list.st_img > li .in .c_t2 {
  margin-top: 10px;
}

.co_box {
  font-size: 1.5em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#777), to(#aaa));
  background: linear-gradient(90deg, #777, #aaa);
  padding: 12px 50px;
  text-align: center;
  display: inline-block;
  position: relative;
  min-height: 60px;
  margin-bottom: 70px;
}

.co_box:before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 8px;
  left: -21px;
  background: #777;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.co_box:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 8px;
  right: -21px;
  background: #aaa;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.medi_list {
  margin-right: -20px;
  position: relative;
  z-index: 10;
}

.medi_list > li {
  width: 33.33%;
}

.medi_list > li .in {
  margin-right: 20px;
}

.medi_list > li .in .img_z {
  height: 400px;
}

.medi_list > li .in .txt_z {
  padding: 40px;
  background-color: #fff;
  text-align: center;
}

.medi_list > li .in .txt_z .c_t2 {
  color: #333;
}

/*인트로*/
.main_intro {
  padding: 170px 0;
}

.main_intro .main_tit .in_tt img {
  margin-right: 5px;
}

.main_intro .intro_list {
  width: 1120px;
  max-width: 96%;
  margin: 90px auto 0;
}

.main_intro .intro_list > li {
  width: 25%;
  position: relative;
  height: 324px;
}

.main_intro .intro_list > li:nth-child(1):before {
  content: "";
  width: 150%;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 50%;
  left: calc(-100% - 185px);
}

.main_intro .intro_list > li:nth-child(4):before {
  content: "";
  width: 150%;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 50%;
  right: calc(-100% - 185px);
}

.main_intro .intro_list > li:nth-child(2n) {
  margin-top: 160px;
}

.main_intro .intro_list > li .in {
  position: relative;
  padding-top: 60px;
  text-align: center;
}

.main_intro .intro_list > li .in:before {
  content: "";
  width: 371px;
  height: 324px;
  background-size: contain;
  background-image: url("../img/main/intro_box.png");
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main_intro .intro_list > li .in .c_t1 {
  line-height: 1.2;
}

.main_intro .intro_list > li .in .c_t1 .fwL {
  color: #aaa;
}

.main_intro .intro_list > li .in .c_t2 {
  margin-top: 20px;
}

/*개원세미나*/
.main_seminar {
  background-position: center 80px;
  padding-bottom: 145px;
}

.main_seminar .main_sc_tit {
  margin-top: -40px;
}

.main_seminar .main_v_control .xi {
  margin: 0;
}

.main_seminar .main_v_control .in-prev {
  margin-left: -120px;
}

.main_seminar .main_v_control .in-next {
  margin-right: -120px;
}

.main_seminar .sem_btn {
  margin-top: 70px;
}

.main_seminar .sem_btn a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 25px;
  font-size: 1.25em;
  font-weight: 300;
  margin: 0 3px;
  opacity: 0.8;
}

.main_seminar .sem_btn a .xi {
  font-size: 0.938em;
  vertical-align: middle;
  line-height: 1;
  margin-left: 10px;
}

.main_seminar .sem_btn a:hover {
  opacity: 1;
}

.main_seminar .container_title:before,
.main_seminar .fixed_w {
  background: #fff;
}

.main_seminar .container_title {
  color: #fff;
}

/*컨설팅*/
.main_const {
  padding: 170px 0 140px;
}

.main_const .main_sc_tit {
  margin-bottom: 40px;
}

.main_const .tab_idx {
  width: 90%;
  max-width: 70em;
  margin: 0 auto 120px;
  position: relative;
}

.main_const .tab_idx > li {
  width: 210px;
}

.main_const .tab_idx > li .va_wrap {
  font-size: 1.625em;
  color: #aaa;
  font-weight: 500;
  border-bottom: 3px solid #aaa;
  margin: 0 10px;
  padding: 5px 0;
}

.main_const .tab_idx > li.on .va_wrap {
  color: #fff;
  border-color: #fff;
}

.main_const .hck_cont .rd_list {
  margin-bottom: 120px;
}

.main_const .system_wrap {
  background-image: url(../img/main/cons01_bg.jpg);
  padding-bottom: 100px;
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 5%, 100% 100%, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 100% 5%, 100% 100%, 50% 100%, 0 100%);
}

.main_const .system_wrap .tab_tt {
  padding-top: 110px;
  position: relative;
}

.main_const .system_wrap .tab_tt:before {
  content: "";
  width: 1px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.main_const .system_wrap .tab_tt .xi {
  font-size: 0.938em;
}

.main_const .system_list .sys_txt {
  width: calc(100% - 770px);
  padding: 75px 100px 0 0;
}

.main_const .system_list .sys_txt .t1 {
  font-size: 1.125em;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 0.5;
  letter-spacing: 0.5px;
}

.main_const .system_list .sys_txt .t2 {
  font-size: 2.375em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.main_const .system_list .sys_txt .c_t2 {
  opacity: 0.9;
  line-height: 1.7;
}

.main_const .system_list .sys_txt .c_t2 img {
  width: 115px;
  height: auto;
}

.main_const .system_list .sys_img {
  width: 770px;
}

.main_const .system_list .sys_img .in_chart {
  width: 480px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.main_const .system_list .sys_img .in_chart .ch_tit {
  background-color: #f3f3f3;
  padding: 13px 20px;
  font-size: 1.25em;
  color: #333;
}

.main_const .system_list .sys_img .in_chart .ch_tit img {
  margin-right: 15px;
}

.main_const .system_list .sys_img .in_chart:last-child {
  margin-left: auto;
}

.main_const .const_pay {
  position: relative;
}

.main_const .const_pay:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 265px;
  left: 0;
}

.main_const .const_pay .rd_list {
  margin-right: 0;
}

.main_const .const_pay .rd_list > li .in {
  margin-right: 0;
  margin-top: 110px;
}

.main_const .const_pay .rd_list > li .in .in_rtt {
  font-size: 1.825em;
  margin-top: 15px;
}

.main_const .const_pay .rd_list > li .in .r_box {
  width: 310px;
  height: 310px;
  padding: 20px;
}

.main_const .const_pay .rd_list > li .in .r_box:after {
  display: none;
}

.main_const .const_pay .rd_list > li:nth-child(2) .in {
  margin-top: 0;
}

.main_const .const_pay .rd_list > li:nth-child(2) .in .r_box {
  width: 525px;
  height: 525px;
  padding: 110px;
  background-image: url(../img/main/cons02_bg_03.jpg);
}

.main_const .const_pay .rd_list > li:nth-child(2) .in .r_box:before {
  display: none;
}

.main_const .itr_cont {
  padding: 80px 0;
  background-color: #8b8b8b;
  margin: 90px 0;
}

.main_const .itr_cont:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: 0;
  right: 0;
  background-image: url(../img/main/cons03_bg_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 20% 0, 100% 20%, 100% 100%, 80% 100%, 0 80%);
          clip-path: polygon(0 0, 20% 0, 100% 20%, 100% 100%, 80% 100%, 0 80%);
}

.main_const .interior_list {
  margin-right: -20px;
}

.main_const .interior_list > li {
  width: 25%;
}

.main_const .interior_list > li .in {
  margin-right: 20px;
  text-align: center;
}

.main_const .interior_list > li .in .img_z {
  height: 360px;
}

.main_const .interior_list > li .in .txt_z {
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
}

.main_const .equip_list {
  margin-right: -20px;
}

.main_const .equip_list > li {
  width: 33.3333333333%;
}

.main_const .equip_list > li .in {
  margin-right: 20px;
  text-align: center;
}

.main_const .equip_list > li .in .img_z {
  height: 360px;
}

.main_const .equip_list > li .in .txt_z {
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
}

.main_const .equip_list > li .in .c_t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_const .equip_list > li .in .c_t2::before {
  content: "";
  width: 1px;
  height: 50px;
  margin: 1em 0 0.5em;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(255, 255, 255);
  -o-border-image: initial;
     border-image: initial;
}

.idx.detail.--supplies .itr_cont:before {
  background-image: url(../img/main/prod_bg.jpg);
  -webkit-clip-path: polygon(0% 0%, 20% 0%, 200% 20%, 100% 100%, 80% 100%, 0% 90%);
          clip-path: polygon(0% 0%, 20% 0%, 200% 20%, 100% 100%, 80% 100%, 0% 90%);
}

.idx.detail.--supplies .box1 .co_box {
  margin-top: -30px;
}

.idx.detail.--supplies .box1 .co_box:before,
.idx.detail.--supplies .box1 .co_box:after {
  width: 48px;
  height: 48px;
}

.idx.detail.--supplies .box1 .co_box img {
  width: 135px;
  height: auto;
  margin: 0 5px;
}

.idx.detail.--supplies .box1 .c_t_bar {
  margin-top: -40px;
  font-size: 2em;
  color: rgb(255, 255, 255);
}

.idx.detail.--supplies .box1 .tab_tt.--sub {
  font-size: 2.2em;
  margin-top: 100px;
}

.idx.detail.--supplies .box1 .rd_list > li .in .r_box {
  padding: 0;
}

.idx.detail.--supplies .box1 .rd_list > li .in .in_r {
  overflow: hidden;
}

.idx.detail.--supplies .box1 .rd_list > li .in .in_r img {
  width: 100%;
}

.idx.detail.--supplies .box1 .rd_list > li .in .c_t5 {
  font-family: var(--fs_gm);
  margin-top: 35px;
  color: #fff;
}

.idx.detail.--supplies .system_wrap {
  background: none;
}

.idx.detail.--supplies .medi_list > li .in {
  background-color: #fff;
  height: 100%;
}

.idx.detail.--supplies .medi_list > li .in .img_z {
  height: 290px;
}

.idx.detail.--supplies .medi_list > li .in .txt_z .c_tt {
  font-size: 2.125em;
  color: #666;
  line-height: 1.3;
}

.idx.detail.--supplies .medi_list > li .in .txt_z .c_t4 {
  color: #222;
  font-weight: 600;
  margin: 20px 0 15px;
}

.idx.detail.--pharm {
  background-color: #333;
  background-image: url(../img/main/pharm_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}

.idx.detail.--pharm .pharm_list {
  margin-right: -235px;
}

.idx.detail.--pharm .pharm_list > li .in {
  margin-right: 235px;
  position: relative;
}

.idx.detail.--pharm .pharm_list > li .in:after {
  content: "";
  width: 100%;
  border-top: 5px dotted #bbb;
  position: absolute;
  top: 246px;
  right: -100%;
}

.idx.detail.--pharm .pharm_list > li:last-child .in:after {
  display: none;
}

.idx.detail.--pharm .pharm_list > li .co_box {
  background: #aaa;
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.idx.detail.--pharm .pharm_list > li .co_box:before {
  background-color: #aaa;
}

.idx.detail.--marketing .mk_con1 .mk_tbox {
  width: calc(100% - 445px);
  padding-right: 50px;
}

.idx.detail.--marketing .mk_con1 .mk_tbox .mk_tt {
  font-size: 2.625em;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 60px;
}

.idx.detail.--marketing .mk_con1 .mk_tbox .mk_tt .fwB {
  color: #aaa;
}

.idx.detail.--marketing .mk_con1 .mk_tbox .mk_list {
  margin-right: -15px;
}

.idx.detail.--marketing .mk_con1 .mk_tbox .mk_list > li {
  width: 25%;
}

.idx.detail.--marketing .mk_con1 .mk_tbox .mk_list > li .in {
  background-color: #f3f3f3;
  height: 100%;
  text-align: center;
  padding: 60px 20px;
  margin-right: 15px;
}

.idx.detail.--marketing .mk_con1 .mk_tbox .mk_list > li .in .c_t4 {
  color: #111;
  margin-top: 30px;
}

.idx.detail.--marketing .mk_con2 {
  position: relative;
}

.idx.detail.--marketing .mk_con2:before {
  content: "";
  width: 100%;
  height: 1500px;
  background: -webkit-gradient(linear, left top, right top, from(#777), to(#aaa));
  background: linear-gradient(90deg, #777, #aaa);
  position: absolute;
  top: 300px;
  left: 0;
  z-index: -10;
  -webkit-clip-path: polygon(0 0, 0 10%, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 0 10%, 100% 0%, 100% 90%, 0% 100%);
}

.idx.detail.--marketing .mk_con2 .plan_tt {
  font-size: 3.125em;
  color: #aaa;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-top: 110px;
  margin-bottom: 60px;
}

.idx.detail.--marketing .mk_con2 .plan_tt .co_st {
  color: #fff;
  font-size: 0.7em;
  font-weight: 400;
}

.idx.detail.--marketing .move_text_box {
  opacity: 0.7;
  overflow: hidden;
  margin-top: -100px;
  z-index: -1;
  position: relative;
}

.idx.detail.--marketing .move_text_box .in_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding: 15px 0;
  position: relative;
}

.idx.detail.--marketing .move_text_box .in_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: textLoop 80s linear infinite;
          animation: textLoop 80s linear infinite;
  font-size: 8.125em;
  font-weight: 800;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5em;
}

.idx.detail.--marketing .move_text_box .in_text p .img_z {
  margin: 0 0.8em;
}

@-webkit-keyframes textLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes textLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.idx.detail.--marketing .mk_con3 {
  margin-right: -20px;
  margin-top: 30px;
}

.idx.detail.--marketing .mk_con3 > li {
  width: 33.33%;
  margin-bottom: 20px;
}

.idx.detail.--marketing .mk_con3 > li .in {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 50px;
  text-align: center;
  line-height: 1.4;
  margin-right: 20px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  min-height: 380px;
}

.idx.detail.--marketing .mk_con3 > li .in .c_tt {
  font-size: 2.125em;
  font-weight: 700;
  margin-bottom: 20px;
}

.idx.detail.--marketing .mk_con3 > li .in .c_tt img {
  margin-right: 10px;
}

.idx.detail.--marketing .mk_con3 > li .in .c_t2 {
  color: #333;
}

.idx.detail.--marketing .mk_con3 > li .in ol.c_t2 > li {
  text-align: left;
  margin-bottom: 10px;
}

.idx.detail.--marketing .mk_con3 > li .in ol.c_t2 > li:last-child {
  margin-bottom: 0;
}

.idx.detail.--marketing .mk_con3 > li .in ol.c_t2 > li .fwB {
  width: 105px;
  position: relative;
}

.idx.detail.--marketing .mk_con3 > li .in ol.c_t2 > li .fwB:after {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #666;
  position: absolute;
  top: 5px;
  right: 0;
}

.idx.detail.--marketing .mk_con3 > li .in ol.c_t2 > li .in_t {
  width: calc(100% - 110px);
  padding-left: 20px;
}

.main_const .c_t_bar .bar {
  width: 1px;
  height: 30px;
  background-color: #fff;
  margin: 0 25px;
  display: inline-block;
}

.main_const .check_cont .c_t1 {
  position: relative;
  display: inline-block;
}

.main_const .check_cont .c_t1:before {
  content: "\e92c";
  font-family: "xeicon";
  position: absolute;
  top: -85px;
  left: -35px;
  opacity: 0.1;
  font-size: 3.625em;
}

.main_const .check_cont .c_t1 .fwB {
  color: var(--subColor);
}

.main_const .check_cont .c_t1 img {
  opacity: 0.7;
  width: 170px;
  height: auto;
}

.main_const .check_cont .rd_list {
  margin-right: -80px;
  margin-top: 100px;
}

.main_const .check_cont .rd_list > li .in {
  margin-right: 80px;
}

.main_const .check_cont .rd_list > li .in .r_box {
  width: 278px;
  height: 278px;
  padding: 15px;
}

.main_const .check_cont .rd_list > li .in .r_box .ck_g {
  font-size: 1.25em;
  font-weight: 500;
  color: #999;
  margin-bottom: 15px;
}

.main_const .check_cont .rd_list > li .in .in_rtt {
  margin-top: 20px;
}

.main_const .pers_cont .rd_last {
  margin-top: 40px;
  position: relative;
}

.main_const .pers_cont .rd_last:before {
  content: "";
  width: 200px;
  border-top: 5px dotted #bbb;
  position: absolute;
  top: 50%;
  right: 120px;
}

.main_const .pers_cont .rd_last:after {
  content: "";
  height: 100px;
  border-left: 5px dotted #bbb;
  position: absolute;
  top: 15px;
  right: 120px;
}

.main_const .pers_cont .rd_last .in_box {
  display: inline-block;
  border-radius: 200px;
  padding: 60px 210px;
}

.main_const .pers_cont .rd_last .in_box .c_t4 {
  font-family: var(--fs_gm);
  margin-top: 15px;
  font-weight: 400;
}

.main_const .tax_cont .in {
  width: 50%;
  padding: 0 40px;
}

.main_const .tax_cont .in .img_z {
  height: 400px;
  position: relative;
}

.main_const .tax_cont .in .img_z:before {
  content: "";
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -50px;
  left: -50px;
  background-color: #222;
}

/**/
.main_medi {
  background: #e6e6e6;
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}

.main_medi:after {
  content: "";
  width: 900px;
  height: 900px;
  border: 150px solid #ddd;
  border-radius: 50%;
  position: absolute;
  top: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.main_medi:before {
  content: "";
  width: 100%;
  height: 80px;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
}

.main_medi .main_sc_tit {
  position: relative;
  z-index: 10;
}

.main_medi .main_sc_tit .sc_tt {
  color: #111;
}

.main_medi .medi_list > li .in .txt_z {
  min-height: 180px;
  margin-top: 100px;
  position: relative;
}

.main_medi .medi_list > li .in .txt_z:after {
  content: "";
  width: 1px;
  height: 100px;
  border: 1px dashed #fff;
  position: absolute;
  top: -100px;
  left: 50%;
}

/**/
.main_prod {
  padding: 130px 0 150px;
  background-image: url(../img/main/prod_bg.jpg);
  background-position: center top;
  text-align: center;
}

.main_prod .co_box {
  margin-top: -30px;
}

.main_prod .co_box:before,
.main_prod .co_box:after {
  width: 48px;
  height: 48px;
}

.main_prod .co_box img {
  width: 135px;
  height: auto;
  margin: 0 5px;
}

.main_prod .c_t1 {
  margin-top: -40px;
}

.main_prod .c_t1 .bar {
  width: 1px;
  height: 30px;
  background-color: #fff;
  margin: 0 25px;
  display: inline-block;
}

.main_prod .tab_tt {
  margin-top: 100px;
}

.main_prod .c_t5 {
  color: #fff;
}

.main_prod .medi_list > li .in {
  background-color: #fff;
  height: 100%;
}

.main_prod .medi_list > li .in .img_z {
  height: 290px;
}

.main_prod .medi_list > li .in .txt_z .c_tt {
  font-size: 2.125em;
  color: #666;
  line-height: 1.3;
}

.main_prod .medi_list > li .in .txt_z .c_t4 {
  color: #222;
  font-weight: 600;
  margin: 20px 0 15px;
}

/**/
.main_pharm {
  background-color: #333;
  background-image: url(../img/main/pharm_bg.jpg);
  background-position: center 80px;
  background-size: cover;
  padding-bottom: 240px;
}

.main_pharm .pharm_list {
  margin-right: -235px;
}

.main_pharm .pharm_list > li .in {
  margin-right: 235px;
  position: relative;
}

.main_pharm .pharm_list > li .in:after {
  content: "";
  width: 100%;
  border-top: 5px dotted #bbb;
  position: absolute;
  top: 246px;
  right: -100%;
}

.main_pharm .pharm_list > li:last-child .in:after {
  display: none;
}

.main_pharm .pharm_list > li .co_box {
  background: #aaa;
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.main_pharm .pharm_list > li .co_box:before {
  background-color: #aaa;
}

/**/
.main_mking {
  margin-top: -80px;
}

.main_mking .mk_con1 .mk_tbox {
  width: calc(100% - 445px);
  padding-right: 50px;
}

.main_mking .mk_con1 .mk_tbox .mk_tt {
  font-size: 2.625em;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 60px;
}

.main_mking .mk_con1 .mk_tbox .mk_tt .fwB {
  color: #aaa;
}

.main_mking .mk_con1 .mk_tbox .mk_list {
  margin-right: -15px;
}

.main_mking .mk_con1 .mk_tbox .mk_list > li {
  width: 25%;
}

.main_mking .mk_con1 .mk_tbox .mk_list > li .in {
  background-color: #f3f3f3;
  height: 100%;
  text-align: center;
  padding: 60px 20px;
  margin-right: 15px;
}

.main_mking .mk_con1 .mk_tbox .mk_list > li .in .c_t4 {
  color: #111;
  margin-top: 30px;
}

.main_mking .mk_con2 {
  position: relative;
}

.main_mking .mk_con2:before {
  content: "";
  width: 100%;
  height: 1500px;
  background: -webkit-gradient(linear, left top, right top, from(#777), to(#aaa));
  background: linear-gradient(90deg, #777, #aaa);
  position: absolute;
  top: 300px;
  left: 0;
  z-index: -10;
  -webkit-clip-path: polygon(0 0, 0 10%, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 0 10%, 100% 0%, 100% 90%, 0% 100%);
}

.main_mking .mk_con2 .plan_tt {
  font-size: 3.125em;
  color: #aaa;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-top: 110px;
  margin-bottom: 60px;
}

.main_mking .mk_con2 .plan_tt .co_st {
  color: #fff;
  font-size: 0.7em;
  font-weight: 400;
}

.main_mking .move_text_box {
  opacity: 0.7;
  overflow: hidden;
  margin-top: -100px;
  z-index: -1;
  position: relative;
}

.main_mking .move_text_box .in_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding: 15px 0;
  position: relative;
}

.main_mking .move_text_box .in_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: textLoop 80s linear infinite;
          animation: textLoop 80s linear infinite;
  font-size: 8.125em;
  font-weight: 800;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5em;
}

.main_mking .move_text_box .in_text p .img_z {
  margin: 0 0.8em;
}

@keyframes textLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.main_mking .mk_con3 {
  margin-right: -20px;
  margin-top: 30px;
}

.main_mking .mk_con3 > li {
  width: 33.33%;
  margin-bottom: 20px;
}

.main_mking .mk_con3 > li .in {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 50px;
  text-align: center;
  line-height: 1.4;
  margin-right: 20px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  min-height: 380px;
}

.main_mking .mk_con3 > li .in .c_tt {
  font-size: 2.125em;
  font-weight: 700;
  margin-bottom: 20px;
}

.main_mking .mk_con3 > li .in .c_tt img {
  margin-right: 10px;
}

.main_mking .mk_con3 > li .in .c_t2 {
  color: #333;
}

.main_mking .mk_con3 > li .in ol.c_t2 > li {
  text-align: left;
  margin-bottom: 10px;
}

.main_mking .mk_con3 > li .in ol.c_t2 > li:last-child {
  margin-bottom: 0;
}

.main_mking .mk_con3 > li .in ol.c_t2 > li .fwB {
  width: 105px;
  position: relative;
}

.main_mking .mk_con3 > li .in ol.c_t2 > li .fwB:after {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #666;
  position: absolute;
  top: 5px;
  right: 0;
}

.main_mking .mk_con3 > li .in ol.c_t2 > li .in_t {
  width: calc(100% - 110px);
  padding-left: 20px;
}

.main_location {
  padding-top: 140px;
}

.main_location .loc_info {
  position: relative;
}

.main_location .loc_info:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.main_location .loc_info .loc_info_list {
  margin-bottom: 45px;
}

.main_location .loc_info .loc_info_list > li {
  width: 33.33%;
  text-align: center;
}

.main_location .loc_info .loc_info_list > li .in_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #aaa;
  margin: 0 auto;
}

.main_location .loc_info .loc_info_list > li .c_t4 {
  margin: 15px 0 15px;
}

.main_location .loc_info .loc_info_list > li .c_tel {
  font-size: 1.875em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.main_location .loc_info .loc_info_list > li .in_stx {
  color: #aaa;
  margin-top: 10px;
}

.main_location .loc_info .loc_info_list > li ol.c_t2 > li {
  text-align: left;
}

.main_location .loc_info .loc_info_list > li ol.c_t2 > li .in_tt {
  width: 90px;
  position: relative;
  margin-right: 25px;
}

.main_location .loc_info .loc_info_list > li ol.c_t2 > li .in_tt:after {
  content: "";
  width: 2px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  right: 0;
}

.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont {
  display: none;
}

#floating__quick {
  position: fixed;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
#floating__quick a {
  width: 110px;
  height: 110px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: var(--mainColor);
}
#floating__quick a,
#floating__quick a span {
  overflow: hidden;
  max-height: 110px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#floating__quick a span {
  margin-top: 6px;
}
#floating__quick a::before {
  content: "";
  width: 34px;
  height: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#floating__quick a:hover {
  border-radius: 50%;
  background: #666;
}
#floating__quick a:hover span {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}
#floating__quick a:hover::before {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
#floating__quick a + a {
  margin-top: 5px;
}
#floating__quick .--seminar::before {
  background: url(../img/icon-seminar.svg) center/contain no-repeat;
}
#floating__quick .--personal::before {
  background: url(../img/icon-personal-.svg) center/contain no-repeat;
}
#floating__quick .--kakao::before {
  background: url(../img/icon-kakao.svg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  #floating__quick {
    font-size: 12px;
  }
  #floating__quick a {
    width: 70px;
    height: 70px;
  }
  #floating__quick a::before {
    width: 26px;
    height: 26px;
  }
  #floating__quick a span {
    margin-top: 4px;
  }
}
/* 공지사항 */
#bo_vc,
.bo_vc_w,
.cmt_btn {
  display: none !important;
}

/* ==================== #floating__db ==================== */
#floating__db {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #111;
  font-size: 16px;
  font-family: "Pretendard";
  color: #fff;
  padding: 1.2em 0;
}
#floating__db form {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#floating__db .db__title {
  padding-top: 0.5em;
  font-size: 1.8em;
}
#floating__db ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#floating__db input[type=text],
#floating__db input[type=email],
#floating__db textarea {
  border: 0;
  border-radius: 3px;
  height: 3em;
  padding: 5px;
}
#floating__db label {
  height: 1.2em;
}
#floating__db .db__info input {
  width: 12em;
  height: 4em;
}
#floating__db .db__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#floating__db .db__comment textarea {
  width: 19em;
}
#floating__db button[type=submit] {
  width: 9em;
  height: 3.2em;
  font-size: 20px;
  border-radius: 3px;
  border: none;
  background: var(--mainColor);
  color: #fff;
}

@media screen and (max-width: 1370px) {
  #floating__db form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #floating__db .db__title {
    width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  #floating__db .db__info input {
    width: 9em;
  }
}
@media screen and (max-width: 1075px) {
  #floating__db .db__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #floating__db .db__info input {
    width: 20em;
    height: 3em;
  }
  #floating__db .db__info input:not(:last-child) {
    margin-bottom: 10px;
  }
  #floating__db textarea {
    height: 9.2em;
  }
  #floating__db button[type=submit] {
    width: 9em;
    height: 8.3em;
  }
}
@media screen and (max-width: 920px) {
  #floating__db .db__info input {
    width: 33vw;
  }
  #floating__db button[type=submit] {
    width: 18vw;
  }
  #floating__db .db__comment textarea {
    width: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #floating__db {
    font-size: 2.2vw;
  }
  #floating__db .db__title {
    font-size: 4vw;
    padding-top: 0;
    padding-bottom: 1vw;
  }
  #floating__db .db__info input {
    width: 13em;
    height: 5vw;
    margin-bottom: 1.2vw !important;
  }
  #floating__db .db__comment {
    width: 40vw;
  }
  #floating__db .db__comment textarea {
    width: 100%;
    height: 14.3vw;
    margin-bottom: 1vw;
  }
  #floating__db button[type=submit] {
    width: 18vw;
    height: 17.6vw;
    font-size: 2.8vw;
  }
  #floating__db label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #floating__db label input[type=checkbox] {
    width: 2vw;
    height: 2vw;
    margin-right: 0.5vw;
  }
}/*# sourceMappingURL=style.css.map */