/* header */
#HEADER_WRAP {
  height: 100px;
  background: #fff;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #ccc;
}

#HEADER_WRAP .layout:after {
  content: '';
  display: block;
  clear: both;
}

.gnb_full_menu {
  max-width: 1180px;
  margin: 0 auto;
}

#HEADER_WRAP h1 {
  float: left;
  margin-top: 24px;
}

#HEADER_WRAP h1 a {
  display: block;
}

#HEADER_WRAP h1 a img {
  vertical-align: top;
}

#HEADER_WRAP .layout>div {
  float: right
}

#HEADER_WRAP #gnb {
  float: left;
  margin-left: 140px;
}

#HEADER_WRAP #gnb:after {
  content: '';
  display: block;
  clear: both;
}

#HEADER_WRAP #gnb>li {
  float: left;
  margin-left: 125px;
  position: relative;
}

#HEADER_WRAP #gnb>li:first-child {
  margin-left: 0;
}

#HEADER_WRAP #gnb>li>a {
  position: relative;
  display: block;
  line-height: 100px;
  color: #333;
  font-size: 17px;
  font-weight: 500;
}

#HEADER_WRAP #gnb>li>a:before {
  position: absolute;
  content: '';
  height: 11px;
  width: 1px;
  background: #00a4e0;
  top: 50%;
  margin-top: -5px;
  left: -60px;
}

#HEADER_WRAP #gnb>li:first-child>a:before {
  display: none;
}

#HEADER_WRAP #gnb>li>a>span {
  display: inline-block;
  position: relative;
}

#HEADER_WRAP #gnb>li>a>span:before,
#HEADER_WRAP #gnb>li>a>span:after {
  content: '';
  width: 0;
  height: 2px;
  background: #00a4e0;
  position: absolute;
  top: 75px;
  transition: all 0.3s;
}

/* 메뉴 1뎁 밑줄 색상 설정 */
#HEADER_WRAP #gnb>li>a>span:before {
  left: 50%;
}

#HEADER_WRAP #gnb>li>a>span:after {
  right: 50%;
}

#HEADER_WRAP #gnb>li.main_select>a>span:before,
#HEADER_WRAP #gnb>li.main_select>a>span:after {
  width: 50%;
}

#HEADER_WRAP #gnb>li>div {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -90px;
  width: 200px;
  box-sizing: border-box;
  padding: 30px 30px;
  background: #f2f5f2;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

#HEADER_WRAP #gnb>li>div>ul>li {
  margin-top: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}

#HEADER_WRAP #gnb>li>div>ul>li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

#HEADER_WRAP #gnb>li>div>ul>li:first-child {
  margin-top: 0;
}

#HEADER_WRAP #gnb>li>div>ul>li>a {
  display: inline-block;
  color: #696969;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -1px;
  width: 100%;

}

#HEADER_WRAP #gnb>li>div>ul>li>a:hover {
  color: #00a4e0
}

#HEADER_WRAP .lnb {
  float: right;
  margin: 31px 0 0 120px
}

#HEADER_WRAP .lnb>ul {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-left: 20px;
}

#HEADER_WRAP .lnb>ul li {
  display: inline-block;
  line-height: 40px;
}

#HEADER_WRAP .lnb>ul li:before {
  content: '|';
  color: #eeedec;
  padding: 0 12px;
  font-size: 12px;
}

#HEADER_WRAP .lnb>ul li:first-child:before {
  display: none;
}

#HEADER_WRAP .lnb>ul li a {
  color: #454545;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
}

#HEADER_WRAP .lnb>ul li.on a {
  color: #c8242b
}


.btn_nav {
  display: none;
  position: absolute;
  top: 21px;
  right: 10px;
  z-index: 200;
  text-indent: -99999px;
  width: 24px;
  height: 17px;
  background: url('../img/main/btn_nav02.png') no-repeat 0 0;
  background-size: 24px 17px;
  border: 0px;
}

.btn_nav.active {
  position: fixed;
  background-image: url('../img/main/btn_close02.png');
  width: 19px;
  height: 19px;
  top: 20px;
  background-size: 19px;
}

#nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
}

#nav .nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 2;
  max-width: 450px;
  box-sizing: border-box;
  padding-top: 60px;
}

#nav .nav .menu>li>a {
  display: block;
  line-height: 50px;
  color: #222;
  padding: 0 0 0 20px;
  font-size: 17px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
  box-sizing: border-box;
}

#nav .nav .menu>li>a:after {
  content: '';
  width: 16px;
  height: 9px;
  background: url('../img/main/nav_arr.png') no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  background-size: 16px 9px;
}

#nav .nav .menu>li>a.on:after {
  background-image: url('../img/main/nav_arr_on.png')
}

#nav .nav .menu>li>ul {
  display: none;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 30px;
}

#nav .nav .menu>li>ul>li {
  margin-top: 15px
}

#nav .nav .menu>li>ul>li:first-child {
  margin-top: 0;
}

#nav .nav .menu>li>ul>li>a {
  display: inline-block;
  color: #666;
  font-size: 13px;
  letter-spacing: -0.5px;
}

#nav .nav .menu>li>ul>li>a:hover {
  color: #c9242b
}

#nav .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1
}

/* 반응형*/
@media all and (max-width:1280px) {
  .pc_show {
    display: none;
  }

  .m_show {
    display: block;
  }

  #HEADER_WRAP {
    height: 60px;
    background: #fff;
  }

  #header h1 {
    height: 31px;
  }

  #header h1 a {
    width: 131px;
    height: 31px;
    background-image: url('../img/main/logo_m.png');
    background-size: 131px 31px
  }

  #header #gnb {
    display: none;
  }

  #header #search {
    display: none;
  }

  .btn_nav {
    display: block;
  }

  #HEADER_WRAP #gnb {
    display: none;
  }

  #HEADER_WRAP h1 {
    margin-top: 20px;
  }

  #HEADER_WRAP h1 a img {
    width: 110px;
    margin-left: 10px;
  }
}


/* 메인 비쥬얼 */
.main_visual {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main_visual .slide {
  position: relative;
}

.main_visual .slide li {
  position: relative;
}

.main_visual .slide .img {
  min-height: 750px;
  background-size: cover !important;
}

.main_visual_txt {
  position: absolute;
  top: 50%;
  margin: -150px auto 0px auto;
  left: 50%;
  margin-left: -550px;
  text-align: left;
}

.main_visual_txt_dl {}

.main_visual_txt_dl dt {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -1px;
}

.slide .main_visual_txt_dl dt p:nth-child(1) {
  position: relative;
  letter-spacing: -2px;
  display: inline-block;
  z-index: 1;
  opacity: 0;
  font-weight: 900;
  transform: translateY(-35px);
  -webkit-transition: all 0.8s 0.1s ease-out;
  -moz-transition: all 0.8s 0.1s ease-out;
  transition: all 0.8s 0.1s ease-out;
}

.red_colorTxt {
  color: #dd3225;
}

.slide .slick-active .main_visual_txt_dl dt p:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}

.main_visual_txt_dl dt p:nth-child(2) {
  z-index: 1;
  opacity: 0;
  position: relative;
  line-height: 60px;
  margin-top: 15px;
  letter-spacing: -2px;
  transform: translateY(-35px);
  -webkit-transition: all 0.8s 0.2s ease-out;
  -moz-transition: all 0.8s 0.2s ease-out;
  transition: all 0.8s 0.2s ease-out
}

.slide .slick-active .main_visual_txt_dl dt p:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
}

.main_visual_txt_dl dt p:nth-child(3) {
  z-index: 1;
  opacity: 0;
  position: relative;
  line-height: 30px;
  margin-top: 35px;
  transform: translateY(-35px);
  -webkit-transition: all 0.8s 0.3s ease-out;
  -moz-transition: all 0.8s 0.3s ease-out;
  transition: all 0.8s 0.3s ease-out
}

.slide .slick-active .main_visual_txt_dl dt p:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
}

.visual_txt_line {
  position: relative;
  height: 36px;
  width: 1px;
  background: #dd3225;
  margin: 0px auto 30px auto;
  opacity: 0;
  transform: translateY(0px);
  -webkit-transition: all 0.8s 0.1s ease-out;
  -moz-transition: all 0.8s 0.1s ease-out;
  transition: all 0.8s 0.1s ease-out;
}

.visual_txt_line {
  opacity: 1;
  transform: translateY(0);
}

.visual_txt_line {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.slide .reset-animation .main_visual_txt_dl dt p:nth-child(1) {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.slide .reset-animation .main_visual_txt_dl dt p:nth-child(2) {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.slide .reset-animation .main_visual_txt_dl dt p:nth-child(3) {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.visual_blue_line {
  display: block;
  position: absolute;
  bottom: 6px;
  left: 7px;
  width: 100%;
  height: 16px;
  background: #0054a7;
  z-index: -1;
}

.main_visual_txt_dl dd {
  font-size: 19px;
  color: #fff;
  margin-top: 30px;
  opacity: 0;
  letter-spacing: -1px;
  font-weight: 200;
  transform: translateY(-35px);
  -webkit-transition: all 0.8s 0.4s ease-out;
  -moz-transition: all 0.8s 0.4s ease-out;
  transition: all 0.8s 0.4s ease-out
}

.slide .slick-active .main_visual_txt_dl dd {
  opacity: 1;
  transform: translateY(0);
}

.slide .reset-animation .main_visual_txt_dl dd {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.slide .slick-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.slide .slick-dots li {
  display: inline-block;
  margin-left: 15px;
}

.slide .slick-dots li:first-child {
  margin-left: 0px;
}

.slide .slick-dots li button {
  display: inline-block;
  border: 0px;
  font-size: 0px;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  cursor: pointer;
}

.slide .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: red;
  background: url('../img/main/main_v_bul_ac.png') 0 0 no-repeat;
}

/* 반응형*/
@media all and (max-width:1280px) {
  .main_visual .slide .img {
    min-height: 400px;
    background-size: cover !important;
  }

  .main_visual_txt {
    position: absolute;
    top: 10%;
    margin: 0px auto 0px auto;
    left: 10%;
    margin-left: 0px;
    text-align: left;
  }

  .slide .main_visual_txt_dl dt p:nth-child(1) img {
    width: 200px;
  }

  .main_visual_txt_dl dt p:nth-child(2) {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -2px;
  }

  .main_visual_txt_dl dd {
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: -2px;
    padding-right: 70px;
  }
}

/* 메인 리스트 컨텐츠 */
.main_icon_wrap {
  max-width: 1180px;
  margin: 80px auto;
}

.main_icon_wrap_ul {
  display: flex;
}

.main_icon_wrap_ul li {
  flex: 1;
  text-align: center;
}

.main_icon_wrap_ul li dl dt p:nth-child(1) {
  height: 124px;
}

.main_icon_wrap_ul li:nth-child(1) dl dt p:nth-child(1) img {
  position: relative;
  top: 25px;
}

.main_icon_wrap_ul li:nth-child(2) dl dt p:nth-child(1) img {
  position: relative;
  top: 30px;
}

.main_icon_wrap_ul li:nth-child(3) dl dt p:nth-child(1) img {
  position: relative;
  top: 20px;
}

.main_icon_wrap_ul li dl dt p:nth-child(2) {
  font-size: 25px;
  color: #0775dc;
  font-weight: 600;
  margin-top: 32px;
}

.main_icon_wrap_ul li dl dd {
  text-align: center;
  margin-top: 30px;
}

.btn_style01 {
  display: inline-block;
  width: 160px;
  height: 50px;
  border: 1px solid #015bab;
  line-height: 48px;
  background: #fff;
}

.btn_style01 a {
  display: inline-block;
  width: 80%;
  height: 100%;
  font-size: 15px;
  color: #0775dc;
  text-align: left;
  padding-left: 10%;
  background: url('../img/main/arrow_icon.png') 94% center no-repeat;
}

/* 반응형*/
@media all and (max-width:1280px) {}

@media all and (max-width:760px) {
  .main_icon_wrap {
    margin: 40px auto;
  }

  .main_icon_wrap_ul li dl dt p:nth-child(1) img {
    top: 0px;
    width: 70px;
  }

  .main_icon_wrap_ul li dl dt p:nth-child(2) {
    font-size: 15px;
    color: #0775dc;
    margin-top: 12px;
  }

  .main_icon_wrap_ul li:nth-child(3) dl dt p:nth-child(1) img {
    position: relative;
    top: 10px;
  }

  .btn_style01 {
    width: 80px;
    height: 40px;
    line-height: 38px;
  }

  .btn_style01 a {
    font-size: 12px;
    padding-left: 10%;
    background: none;
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }

  .main_icon_wrap_ul li dl dt p:nth-child(1) {
    height: 80px;
  }

  .main_icon_wrap_ul li dl dd {
    margin-top: 15px;
  }
}

/* 메인 3단 리스트 컨텐츠 */
.main_list_item_wrap {
  position: relative;
}

.main_list_item_wrap:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  height: 630px;
  width: 100%;
  background: #eeeeef;
}

.main_list_item_contents_ul {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 78px;
}

.main_list_item_contents_ul li {
  position: relative;
  width: 33.3333333%;
}

.main_list_item_contents_ul li img {
  width: 100%;
}

.main_list_item_contents_ul li dl {
  position: absolute;
  left: 27px;
  top: 37px;
}

.main_list_item_contents_ul li dl dt {
  font-size: 25px;
  color: #fff;
  letter-spacing: -2px;
  font-weight: 600;
}

.main_list_item_contents_ul li.main_list_blackTxt_li dl dt {
  color: #232323;
}

.main_list_item_contents_ul li dl dd {
  margin-top: 20px;
}

.main_list_item_contents_ul li dl dd p:nth-child(1) {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.main_list_item_contents_ul li.main_list_blackTxt_li dl dd p:nth-child(1) {
  color: #232323;
}

.main_list_item_contents_ul li dl dd p:nth-child(2) {
  margin-top: 30px;
}

.blue_color_btn {
  background: #005aaa;
}

.blue_color_btn a {
  color: #fff;
  padding-left: 23%;
  width: 100%;
  background: url('../img/main/arrow_icon02.png') 77% center no-repeat;
}

/* 반응형*/
@media all and (max-width:1280px) {
  .main_list_item_contents_ul {
    padding-top: 0px;
  }

  .main_list_item_contents_ul li {
    width: 50%;
  }
}

@media all and (max-width:760px) {
  .main_list_item_contents_ul {
    display: block
  }

  .main_list_item_contents_ul li {
    width: 100%;
  }

  .main_list_item_contents_ul li dl {
    left: 20px;
    top: 20px;
  }

  .main_list_item_contents_ul li dl dt {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .main_list_item_contents_ul li dl dd p:nth-child(1) {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -1.5px;
  }

  .main_list_item_contents_ul li dl dd {
    margin-top: 5px;
  }

  .main_list_item_contents_ul li dl dd p:nth-child(2) {
    margin-top: 8px;
  }

  .blue_color_btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }

  .blue_color_btn a {
    color: #fff;
    padding-left: 0%;
    width: 100%;
    background: none;
    font-size: 13px;
  }
}

/* 메인 파트너 로고 */
.partnershop_wrap {
  position: relative;
  max-width: 1180px;
  margin: 80px auto;
}

.partnershop_tilte {
  position: relative;
  color: #363636;
  font-size: 31px;
  font-weight: 600;
  padding-bottom: 22px;
}

.partnershop_tilte:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 45px;
  height: 5px;
  background: #005aaa;
  z-index: 1;
}

.partnershop_wrap_ul {
  max-width: 1180px;
  margin-top: 65px;
  overflow: hidden;
}

.partnershop_wrap_ul .slick-list {
  margin: 0 -5px;
}

.partnershop_wrap_ul .slick-slide {
  margin: 0 5px;
}


/* 반응형*/
@media all and (max-width:1280px) {
  .partnershop_wrap {
    margin: 20px auto;
    width: 95%;
  }

  .partnershop_tilte {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
  }
}

/* 메인 슬라이드 팝업 */
.mobile_quick_menu {
  display: none;
}

.quick_menu {
  position: fixed;
  left: 50%;
  top: 180px;
  z-index: 100;
  background: #33d661;
  width: 180px;
  height: 374px;
  margin-left: 620px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.quick_icon {
  position: relative;
  height: 150px;
  background: url('../img/main/quick_icon06.png') center 23px no-repeat;
}

.quick_icon p {
  position: relative;
  padding-top: 110px;
  font-size: 16px;
  color: #fff;
}

.quick_menu>a {
  position: relative;
  color: #fff;
  letter-spacing: 0px;
  font-size: 16px;
}

/* .quick_icon p:before {
	position:absolute;
	content:'';
	width:14px;
	height:2px;
	background:#3c6ed5;
	top:90px;	
	left:50%;
	margin-left:px;
} */
.quick_info {
  height: 111px;
  background: #33d661 url('../img/main/quick_bg.png') 0 0 no-repeat;
  padding-top: 43px;
}

.quick_info li {
  font-size: 17px;
  color: #ffffff;
  text-align: left;
}

.quick_info li:nth-child(1) {
  background: url('../img/main/quick_icon02.png') 23% 0 no-repeat;
  height: 19px;
  line-height: 17px;
  padding-left: 57px;
  font-weight: 500;
}

.quick_info li:nth-child(2) {
  background: url('../img/main/quick_icon03.png') 4% center no-repeat;
  height: 14px;
  line-height: 12px;
  padding-left: 22px;
  font-size: 14px;
  margin-top: 17px;
  font-family: Arial, Helvetica, sans-serif;
}

.quick_topMove {
  cursor: pointer;
}

@media all and (max-width:1280px) {
  .quick_menu {
    display: none;
  }

  .mobile_quick_menu {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 100;
    display: block;
  }

  .mobile_quick_menu_ul {
    display: flex;
  }

  .mobile_quick_menu_ul li {
    width: 50%;
    padding: 0px 0px;
  }

  .mobile_quick_menu_ul li a {
    color: #fff;
  }

  .mobile_quick_menu_ul li:nth-child(1) {
    background: #00a4e0;
    text-align: center;
    padding-top: 5px;
  }

  .mobile_quick_menu_ul li:nth-child(1) p:nth-child(1),
  .mobile_quick_menu_ul li:nth-child(1) p:nth-child(2) {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
  }

  .mobile_quick_menu_ul li:nth-child(1) p:nth-child(1) span {
    display: inline-block;
    background: url('../img/main/quick_icon02.png') left 6px no-repeat;
    background-size: 12px auto;
    padding-left: 17px;
  }

  .mobile_quick_menu_ul li:nth-child(1) p:nth-child(2) span {
    display: inline-block;
    background: url('../img/main/quick_icon03.png') left 8px no-repeat;
    background-size: 12px auto;
    padding-left: 15px;
  }

  .mobile_quick_menu_ul li:nth-child(2) {
    background: #fae100;
    text-align: center;
  }

  .footer_tel_txt {
    background: #fff;
    text-align: center;
    font-size: 14px;
    padding: 8px 0px;
    letter-spacing: -1.5px;
    border: 1px solid #ddd;
  }

  .mobile_quick_menu_ul li:nth-child(1) a {
    display: inline-block;
    padding: 3px 0px 10px 0px;
  }

  .mobile_quick_menu_ul li:nth-child(2) a {
    display: inline-block;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -2px;
    padding: 10px 0px 10px 0px;
  }

  .mobile_quick_menu_ul li:nth-child(2) img {
    width: 120px;
  }

  .mobile_quick_topMove {
    background: #1f1f1f;
    text-align: center;
  }

}

/* 서브 비쥬얼 */
.sub_visual {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 460px;
}

.sub_visual img {
  width: 100%;
}

.sub_visual_txt {
  position: absolute;
  display: table;
  height: 460px;
  max-width: 1180px;
  top: 0px;
  left: 50%;
  margin-left: -590px;
  text-align: left;
}

.sub_visual_txt div {
  display: table-cell;
  vertical-align: middle;
}

.sub_visual_txt01 {
  font-size: 72px;
  color: #fff;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -4px;
}

.sub_visual_txt02 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1px;
  margin-top: 25px;
}

@media all and (max-width:1280px) {
  .sub_visual {
    height: 170px;
    width: 100%;
  }

  .sub_visual img {
    position: relative;
    width: 1280px;
    max-width: 1280px;
  }

  .sub_visual_txt {
    position: absolute;
    height: 170px;
    top: 0px;
    left: 10%;
    margin-left: 0px;
  }

  .sub_visual_txt01 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -2px;
  }

  .sub_visual_txt02 {
    font-size: 15px;
    letter-spacing: -2px;
    margin-top: 5px;
    width: 90%;
  }

  .sub_company_item01 {
    padding: 0px 0px;
    background: url('../img/sub/sub_company_bg.gif') center top no-repeat;
    background-size: cover;
  }

}


/* 서브 탭 메뉴 */
.sub_tap_menu {
  display: flex;
  border: 1px solid #ebebeb;
  margin-bottom: 100px;
}

.sub_tap_menu li {
  flex: 1;
  text-align: center;
  height: 55px;
}

.sub_tap_menu li:first-child {
  border-right: 1px solid #ebebeb;
}

.sub_tap_menu li a {
  display: inline-block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  color: #333333;
  background: #f9f9f9;
  font-weight: 200;
}

.sub_tap_menu li.sub_tap_menu_on a {
  font-weight: 400;
  background: #fff;
  border-bottom: 3px solid #f79433;
}

.sub_down_ul {
  display: flex;
  flex-wrap: wrap;
}

.sub_down_ul {
  margin-top: 60px;
}

.sub_down_ul li {
  width: 50%;
  height: 75px;
}

.sub_down_ul li p {
  position: relative;
  width: 100%;
  height: 75px;
  line-height: 75px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  padding-left: 40px;
  letter-spacing: -1px;
  background: #2faaff;
}

.sub_down_ul li p a {
  position: absolute;
  right: 10px;
  display: inline-block;
  font-size: 13px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: #333;
  top: 50%;
  margin-top: -15px;
  background: #fff;
  text-align: center;
  border: 1px solid #fff;
}

.sub_down_ul li p span {
  position: absolute;
  cursor: pointer;
  right: 90px;
  display: inline-block;
  font-size: 13px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  color: #333;
  top: 50%;
  margin-top: -15px;
  background: #fff;
  text-align: center;
  border: 1px solid #fff;
}

.sub_down_ul li:nth-child(2) p {
  background: #0094fb;
}

.sub_down_ul li:nth-child(3) p {
  background: #007cfb;
}

.sub_down_ul li:nth-child(4) p {
  background: #0054d1;
}

.sub_search_btn a {
  display: inline-block;
  font-size: 22px;
  border: 1px solid #ddd;
  width: 250px;
  margin: 35px auto 0px auto;
  border-radius: 10px;
  padding: 80px 0px 20px 0px;
  letter-spacing: -1px;
}

.sub_search_btn a {
  background: url('../img/sub/hospita.png') center 15% no-repeat;
  background-size: 60px auto;
}

.sub_search_btn02 a {
  display: inline-block;
  font-size: 22px;
  border: 1px solid #ddd;
  width: 250px;
  margin: 35px auto 0px auto;
  border-radius: 10px;
  padding: 80px 0px 20px 0px;
  letter-spacing: -1px;
}

.sub_search_btn02 a {
  background: url('../img/sub/zoom.png') center 15% no-repeat;
  background-size: 60px auto;
}

/* 서브 회사소개 */
.sub_company_item01 {
  padding: 110px 0px;
  background: url('../img/sub/sub_company_bg.gif') center top no-repeat;
}

.sub_company_item02 {
  background: none;
}

.sub_company_item04 {
  padding: 110px 0px 20px 0px;
  background: #fff;
}

.sub_company_item04 {
  background: none;
}

.sub_company_item01_noBG {
  background: none;
  padding-bottom: 0px;
}

.sub_company_item01_wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.sub_title_txt_dl {
  text-align: center;
}

.sub_title_txt_dl dt {
  font-size: 28px;
  color: #1a508f;
  font-weight: 600;
  letter-spacing: -1px;
}

.sub_company_txt01 {
  font-size: 36px;
  color: #222222;
  font-weight: 500;
  letter-spacing: -1px;
  margin-top: 18px;
}

.sub_company_txt05 {
  margin-top: 0px;
}

.sub_company_txt01 span {
  position: relative;
  top: -6px;
  color: #555555;
  font-size: 28px;
  font-weight: 400;
  vertical-align: middle;
}

.sub_company_txt02 {
  display: inline-block;
  font-size: 22px;
  color: #425365;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 40px;
  border-bottom: 1px solid #7c88b9;
}

.sub_company_txt03 {
  font-size: 21px;
  line-height: 34px;
  color: #555555;
  letter-spacing: -1.5px;
  font-weight: 300;
  margin-top: 30px;
}

.sub_company_item02 {
  background: #eff3fe;
  padding: 80px 0px;
}

.sub_company_item02_wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.sub_company_list_ul {
  display: flex;
  margin-top: 65px;
  justify-content: center;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 60px;
}

.sub_company_list_ul li {
  width: 140px;
  text-align: center;
  margin-right: 65px;
}

.sub_company_list_ul li:last-child {
  margin-right: 0px;
}

.sub_company_list_ul_dl {
  width: 140px;
}

.sub_company_list_ul_dl dt {
  width: 140px;
  height: 140px;
  border-radius: 140px;
  border: 1px solid #4d5d6f;
  background: url('../img/sub/sub_company_icon_bg.png') center center no-repeat;
  display: table;
}

.sub_title_txt_dl dt p {
  display: table-cell;
  vertical-align: middle;
}

.sub_title_txt_dl dd {
  text-align: center;
  margin-top: 12px;
  margin-left: 0px;
}

.sub_company_icon_num {
  font-size: 18px;
  color: #133c6c;
  font-weight: 500;
}

.sub_company_icon_title {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  margin-top: 2px;
}

.sub_company_icon_subtitle {
  font-size: 15px;
  color: #979799;
  font-weight: 300;
  line-height: 16px;
}

.sub_company_promise {
  display: flex;
  padding-top: 60px;
}

.sub_company_promise li {
  position: relative;
  text-align: left;
}

.sub_company_promise li:first-child {
  width: 50%;
  font-size: 36px;
  color: #222;
  line-height: 48px;
  letter-spacing: -2px;
}

.sub_company_promise li:first-child p {
  position: relative;
  padding-bottom: 40px;
}

.sub_company_promise li:first-child p:before {
  position: absolute;
  width: 42px;
  height: 2px;
  content: '';
  background: #1a508f;
  bottom: 0px;
  left: 0px;
}

.blue_colorTxt {
  position: relative;
  color: #1a508f;
  font-weight: 500;
}

.sub_company_promise li:last-child {
  font-size: 19px;
  color: #222222;
  font-weight: 100;
  line-height: 46px;
}

.sub_company_promise li:last-child span {
  margin-right: 5px;
}

.sub_company_map {
  padding-top: 90px;
}

.sub_company_map_txt {
  font-size: 16px;
  color: #555555;
  letter-spacing: -1px;
  padding: 8px 0px 55px 0px;
}

.sub_company_map_iframe {
  height: 650px;
}

@media all and (max-width:1280px) {
  .sub_company_item01 {
    padding: 30px 0px;
    background: url('../img/sub/sub_company_bg.gif') center top no-repeat;
  }

  .sub_title_txt_dl dt {
    font-size: 20px;
  }

  .sub_company_txt01 {
    font-size: 20px;
    width: 95%;
    margin: 8px auto 0px auto;
  }

  .sub_company_txt02 {
    font-size: 18px;
    margin-top: 10px;
  }

  .sub_company_txt03 {
    font-size: 15px;
    line-height: 30px;
    width: 80%;
    letter-spacing: -2px;
    margin: 20px auto 0px auto;
  }

  .sub_company_item02 {
    padding: 40px 0px;
  }

  .sub_company_list_ul {
    margin-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;

  }

  .sub_company_list_ul li {
    width: 50%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }

  .sub_company_promise li {
    position: relative;
    text-align: center;
  }

  .sub_company_list_ul_dl {
    width: 100%;
  }

  .sub_company_list_ul_dl dt {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    display: table;
    margin: 0 auto;
  }

  .sub_company_promise {
    display: block;
    padding-top: 30px;
    text-align: center;
  }

  .sub_company_promise li:first-child {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }

  .sub_company_promise li:first-child p:before {
    background: #1a508f;
    bottom: 0px;
    left: 50%;
    margin-left: -21px;
  }

  .sub_company_promise li:last-child {
    font-size: 17px;
    line-height: 28px;
    margin-top: 20px;
    width: 95%;
    letter-spacing: -1px;
    margin: 20px auto 0px auto;
  }

  .sub_company_map {
    padding-top: 30px;
  }

  .sub_company_map_iframe {
    height: 300px;
  }

  .sub_exercise_dl dt {
    padding-top: 20px;
    border-top: 2px solid #1a508f;
    margin-top: 30px;
  }

  .sub_down_ul {
    display: block;
  }

  .sub_down_ul li {
    width: 100%;
  }

  .sub_down_ul li p {
    font-size: 13px;
    padding-left: 10px;
  }

  .sub_tap_menu li a {
    font-size: 13px;
  }
}

/* 경영이념 */
.sub_ph_ul {
  display: flex;
  justify-content: center;
  margin: 100px auto;
}

.sub_ph_ul li {
  flex: 1;
  text-align: center;
}

.sub_ph_dl {
  margin-top: 25px;
}

.sub_ph_dl dt {
  color: #222222;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
}

.sub_ph_dl dd {
  color: #666666;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 10px;
}


@media all and (max-width:1280px) {
  .sub_ph_ul {
    display: block;
    margin: 50px auto;
  }

  .sub_ph_ul li {
    margin-bottom: 80px;
  }
}


/* 서브 효과 */
.sub_effect_item01 {
  background: #eff3fe;
  text-align: center;
}

.sub_effect_icon {
  display: table;
  text-align: center;
  width: 204px;
  height: 204px;
  background: #133c6c;
  border-radius: 204px;
  margin: 75px auto 40px auto;
}

.sub_effect_icon span {
  display: table-cell;
  vertical-align: middle;
}

.sub_effect_txt {
  position: relative;
  font-size: 36px;
  color: #222;
  font-weight: 500;
  letter-spacing: -2px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  text-align: center;
}

.sub_effect_txt:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 2px;
  background: #133c6c;
  bottom: 0px;
  left: 50%;
  margin-left: -22px;
}

.sub_effect_sub_txt {
  font-size: 21px;
  color: #555555;
  line-height: 40px;
  letter-spacing: -1.5px;
  font-weight: 300;
  margin-top: 30px;
  text-align: center;
}

.sub_effect_sub_txt span {
  font-size: 25px;
  font-weight: 500;
}

.sub_effect_item02 {
  text-align: center;
  background: none;
}

.sub_effect_txt_marginTop {
  margin-top: 35px;
}

.sub_effect_graph {
  margin: 45px 0px 0px 0px;
  padding-bottom: 75px;
  border-bottom: 1px solid #dfdfdf;
}

.sub_effect_graph_txt {
  font-size: 24px;
  color: #425365;
  letter-spacing: -2px;
  margin-top: 10px;
  font-weight: 300;
}

.sub_effect_graph_sub_txt {
  font-size: 18px;
  color: #425365;
  letter-spacing: -1px;
  font-weight: 300;
}

.sub_product_txtBox {
  min-height: 60px;
}

@media all and (max-width:1280px) {
  .sub_effect_icon {
    margin: 20px auto 40px auto;
  }

  .sub_effect_txt {
    font-size: 20px;
    color: #222;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }

  .sub_effect_sub_txt {
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    width: 95%;
    margin: 0 auto;
  }

  .sub_effect_graph {
    margin: 20px 0px 0px 0px;
    padding-bottom: 30px;
  }

  .sub_effect_graph {
    width: 95%;
    margin: 20px auto;
  }

  .sub_effect_graph_txt {
    font-size: 16px;
    width: 95%;
    margin: 10px auto
  }

  .sub_effect_graph_sub_txt {
    font-size: 15px;
    width: 95%;
    margin: 0px auto
  }



}




/* 제품 소개 */
.blue_colorTxt02 {
  color: #00a4e0;
  margin-left: 5px;
}

.sub_product_wrap {
  border-top: 3px solid #1a508f;
  margin-top: 30px;
}

.sub_product_ul {
  padding: 40px 70px;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
}

.sub_product_ul li {
  text-align: left;
}

.sub_product_ul li:first-child {
  flex: 3;
}

.sub_product_ul li:last-child {
  text-align: left;
}

.sub_product_ul02 {
  padding: 40px 0px;
}

.sub_product_ul02 li:first-child {
  text-align: center;
  flex: 5;
}

.sub_product_ul02 li:last-child {
  text-align: center;
  flex: 5;
}

.sub_product_ul li:last-child img {
  position: relative;
}

.sub_product_dl p {
  text-align: center;
}

.sub_product_ul03 {
  display: flex;
  padding: 30px 0px;
}

.sub_product_ul03 li {
  flex: 1;
}

.sub_product_ul03_1 {
  border-top: 3px solid #1a508f;
  margin-top: 20px;
}

.sub_product_dl dt {
  font-size: 28px;
  color: #00a4e0;
  letter-spacing: -1px;
  font-weight: 600;
}

.sub_product_dl dd {
  font-size: 18px;
  color: #555555;
  font-weight: 300;
  line-height: 35px;
  margin-top: 15px;
}

.font_bold {
  font-weight: 500;
}

.sub_procuctBtn {
  margin: 10px 0px;
}

.sub_procuctBtn a {
  display: inline-block;
  width: 49%;
  border: 1px solid #ddd;
  margin-left: 2%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-size: 20px;
  background: #ccc;
  color: #fff;
}

.sub_procuctBtn a:first-child {
  margin-left: 0%;
}

.sub_procuctBtn a:hover {
  background: #00a4e0;
}

.sub_poduct_table {
  width: 100%;
  border-spacing: 0px;
}

.sub_poduct_table th {
  height: 60px;
  background: #00a4e0;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 22px;
  letter-spacing: -1px;
  border-left: 1px solid #dfdfdf;
}

.sub_poduct_table td {
  font-size: 18px;
  color: #555555;
  font-weight: 300;
  letter-spacing: -1px;
  border-bottom: 1px solid #dfdfdf;
  height: 60px;
  border-left: 1px solid #dfdfdf;
}

.sub_poduct_table td:first-child {
  border-left: 0px;
}

.sub_product_tablePrice {
  font-size: 22px;
  color: #1a508f;
  font-weight: 500;
}

.sub_product_table_txt {
  text-align: right;
  font-size: 16px;
  color: #555555;
  letter-spacing: -1px;
  margin-top: 7px;
}

.sub_product02_img {
  margin-top: 30px;
}

.sub_company_item_margin_top {
  margin-top: 110px;
}


@media all and (max-width:1280px) {
  .sub_title_txt_dl {
    margin-bottom: 10px;
  }

  .sub_effect_sub_txt span {
    display: block;
    font-size: 17px;
    font-weight: 500;
  }

  .sub_product_wrap {
    border-top: 0px;
    width: 95%;
    margin: 15px auto 0px auto;
  }

  .sub_product_ul {
    padding: 10px 20px;
    display: block;
    border-top: 2px solid #1a508f;
  }

  .sub_product_dl dt {
    font-size: 20px;
  }

  .sub_product_dl dd {
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    letter-spacing: -0.5px;
  }

  .sub_product_ul li:last-child {
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 10px;
  }

  .sub_product_ul li img {
    width: 70%;
  }

  .sub_poduct_table {
    width: 95%;
    margin: 0 auto;
  }

  .sub_poduct_table th {
    height: 50px;
    font-size: 15px;
  }

  .sub_poduct_table td {
    font-size: 15px;
    height: 50px;
  }

  .sub_product_tablePrice {
    font-size: 17px;
  }

  .sub_product_table_txt {
    font-size: 13px;
    margin-top: 7px;
    margin-right: 10px;
  }

  .sub_product02_img img {
    margin-top: 0px;
    width: 70%;
  }

  .sub_product02_nimg img {
    margin-top: 0px;
    width: 50%;
  }

  .sub_product_ul li:nth-child(2n) {
    padding: 10px 20px;
    border-top: 2px solid #1a508f;
  }

  .sub_company_txt01 span {
    display: block;
    top: 0px;
    font-size: 18px;
  }

  .sub_product02_img {
    margin-top: 0px;
  }
}

/* 호흡법 */
.sub_breathing_ul {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.sub_breathing_ul li {
  display: table;
  width: 330px;
  height: 330px;
  border-radius: 330px;
  background: #1a508f;
  margin-left: 90px;
}

.sub_breathing_ul li:first-child {
  margin-left: 0px;
}

.sub_breathing_ul li:nth-child(2) {
  background: #3e8bc6;
}

.sub_breathing_ul li:nth-child(3) {
  background: #3c4e62;
}

.sub_breathing_ul li>div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.sub_breathing_dl dt p:nth-child(2) {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-top: 15px;
}

.sub_breathing_dl dd {
  margin-top: 20px;
}

.btn_style02 a {
  font-size: 15px;
  color: #1a508f;
  font-weight: 500;
  cursor: pointer;
}

.sub_effect_txt_noLine {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 45px;
}

.sub_effect_txt_noLine:before {
  display: none;
}

.sub_company_txt02_nomargin {
  margin-top: 23px;
}

.sub_breathing_check_ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  border-bottom: 1px solid #c0c0c0;
}

.sub_breathing_check_ul li {
  width: 50%;
  text-align: left;
  border-top: 1px solid #c0c0c0;
  padding: 20px 0px;
  border-left: 1px solid #c0c0c0;
}

.sub_breathing_check_ul li:nth-child(2n-1) {
  border-left: 0px;
}

.sub_breathing_check_ul li p {
  margin-left: 20px;
  font-size: 18px;
  color: #222222;
  font-weight: 300;
  letter-spacing: -1px;
  padding-left: 40px;
  background: url('../img/sub/sub_company_icon11.png') left center no-repeat;
}

.sub_breathing_check_ul li.sub_breathing_char {
  height: 170px;
}

.sub_breathing_check_ul li.sub_breathing_char01 {
  background: url('../img/sub/sub_air_img01.jpg') 95% 95% no-repeat;
}

.sub_breathing_check_ul li.sub_breathing_char02 {
  background: url('../img/sub/sub_air_img02.jpg') 95% 95% no-repeat;
}

.sub_breathing_check_ul li.sub_breathing_char03 {
  background: url('../img/sub/sub_air_img03.jpg') 95% 95% no-repeat;
}

.sub_breathing_check_ul li.sub_breathing_char04 {
  background: url('../img/sub/sub_air_img04.jpg') 95% 95% no-repeat;
}

.sub_company_item03 {
  background: #f5f5f5;
  padding-bottom: 100px;
}

.sub_exercise_ul {
  display: flex;
  margin-top: 70px;
  justify-content: center;
}

.sub_exercise_ul li {
  display: table;
  width: 280px;
  height: 280px;
  background: #fff;
  margin-right: 20px;
}

.sub_exercise_ul li:last-child {
  margin-right: 0px;
}

.sub_exercise_ul li dl {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
}

.sub_exercise_dl dd {
  border-top: 2px solid #eaeaea;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 18px;
  color: #555555;
  letter-spacing: -1.5px;
}

.sub_exercise_dl dd p:nth-child(2) {
  font-size: 16px;
  color: #555555;
  font-weight: 300;
}

.sub_company_txt02_noTopMargin {
  margin-top: 20px;
}

.sub_company_txt04 {
  font-size: 18px;
  line-height: 32px;
  padding: 0px 30px;
}

.sub_company {
  padding-bottom: 50px;
}

.sub_company02 {
  padding-bottom: 0px;
}

.sub_company_noMargin {
  padding-bottom: 0px;
}

.sub_contact_ul li .sub_contact_dl dt p:nth-child(1) {
  height: 90px;
}

.sub_contact_ul li:nth-child(1) .sub_contact_dl dt p:nth-child(1) {
  background: url('../img/sub/sub_company_icon15.png') right center no-repeat;
}

.sub_contact_ul li:nth-child(2) .sub_contact_dl dt p:nth-child(1) {
  background: url('../img/sub/sub_company_icon15.png') right center no-repeat;
}

.sub_contact_ul li:nth-child(1) .sub_contact_dl dt p:nth-child(1) img {
  position: relative;
  top: 10px;
}

.sub_contact_ul li:nth-child(3) .sub_contact_dl dt p:nth-child(1) img {
  position: relative;
  top: 5px;
}

.sub_contact_ul02 li:nth-child(1) .sub_contact_dl dt p:nth-child(1) {
  background: none;
}

.sub_contact_dl dt p:nth-child(2) {
  font-size: 20px;
  color: #222222;
  margin-top: 20px;
}

.sub_contact_dl dt p:nth-child(3) {
  font-size: 20px;
  color: #222222;
  margin-top: 5px;
  font-weight: 500;
  letter-spacing: -1px;
}

.sub_contact_dl dd {
  font-size: 16px;
  color: #222222;
  letter-spacing: -1px;
  font-weight: 300;
  margin-top: 10px;
}

.sub_contact_dl dd p span {
  font-weight: 400;
  color: #00a4e0;
}

@media all and (max-width:1280px) {
  .sub_breathing_ul {
    display: block;
    margin-top: 20px;
  }

  .sub_breathing_ul li {
    display: table;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #1a508f;
    margin: 0px auto 20px auto;
  }

  .sub_breathing_dl dt p img {
    width: 50px;
  }

  .sub_breathing_dl dt p:nth-child(2) {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-top: 15px;
  }

  .sub_breathing_ul li:first-child {
    margin-left: auto;
  }

  .breathing_mb_bnt {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }

  .breathing_mb_bnt a {
    font-size: 12px;
  }

  .sub_breathing_dl dd {
    margin-top: 10px;
  }

  .sub_exercise_dl dd {
    border-top: 1px solid #eaeaea;
  }

  .sub_product_ul03 {
    display: block;
    padding: 30px 0px;
  }

  .sub_product_ul03 li {
    flex: 1;
  }

}



/* 신청 방법 */
.sub_contact_ul {
  display: flex;
  background: #f5f5f5;
  margin-top: 50px;
  padding: 60px 0px;
}

.sub_contact_ul li {
  flex: 1;
}

.sub_contact_ul02 {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  padding: 30px 0px;
  margin-top: 30px;
}

.sub_board_ul {
  width: 200px;
}

.sub_board_ul li:nth-child(1) img {
  border: 1px solid #ddd;
}

.sub_board_ul li {
  text-align: center;
}

.sub_board_ul li:nth-child(2) p:nth-child(1) {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 500;
  color: #222;
}

.sub_board_ul li:nth-child(2) p:nth-child(2) {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  color: #222;
}

.sub_board_ul li:nth-child(2) p:nth-child(3) a {
  display: block;
  width: 120px;
  border-radius: 5px;
  height: 40px;
  text-align: center;
  background: #5590f4;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
  margin: 10px auto 0px auto;
}

.board_link_btn {
  display: block;
  width: 160px;
  border-radius: 5px;
  text-align: left;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  margin: 10px auto 0px auto;
  padding: 15px 0px 15px 30px;
  background: #5590f4 url('../img/sub/sub_company_icon16.png') 85% center no-repeat;
}


@media all and (max-width:760px) {
  .sub_contact_ul {
    display: block;
    background: #f5f5f5;
    margin-top: 20px;
    padding: 60px 0px;
  }

  .sub_contact_ul li:nth-child(1) .sub_contact_dl dt p:nth-child(1) {
    background: none;
  }

  .sub_contact_ul li:nth-child(2) .sub_contact_dl dt p:nth-child(1) {
    background: none;
  }

  .sub_contact_ul li {
    width: 100%;
    padding: 0px 10%;
    background: url('../img/sub/sub_company_icon15_01.png') center bottom no-repeat;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .sub_contact_ul li:last-child {
    background: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .sub_board_ul {
    width: 100%;
  }

  .sub_board_ul li:nth-child(1) img {
    width: 108px;
  }
}



/* 팝업 */
.all_blackBG {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  left: 0px;
  z-index: 200;
  opacity: 0.8;
  display: none;
}

.sub_popup {
  position: fixed;
  width: 1180px;
  top: 5vw;
  left: 50%;
  margin-left: -590px;
  background: #fff;
  z-index: 300;
  display: none;
}

.sub_pop_close {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}

.sub_popup_wrap {
  padding: 5vw 8vw;
}

.sub_popup_wrap02 {
  padding: 5vw 1vw;
}

.sub_pop_ul {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.sub_pop_ul li {
  width: 300px;
}

.sub_pop_ul li:first-child {
  margin-right: 40px;
}

.sub_pop_dl dd {
  font-size: 16px;
  color: #222222;
  margin-top: 20px;
  font-weight: 300;
}

.sub_pop_img {
  margin-top: 40px;
}

.sub_pop_img02 {
  overflow-y: scroll;
  height: 50vh;
}

.sub_pop03_ul {
  display: flex;
  text-align: left;
  margin-top: 40px;
  justify-content: center;
  padding: 0px 50px;
}

.sub_pop03_ul li {
  flex: 1;
}

.sub_pop03_dl dt {
  font-size: 18px;
  color: #222222;
  font-weight: 300;
  letter-spacing: -1px;
}

.sub_pop03_dl dt span {
  font-weight: 500;
}

.sub_pop03_dl dd {
  font-size: 17px;
  color: #555555;
  text-align: left;
  padding-right: 50px;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 300;
}

.sub_pop03_txt {
  text-align: left;
  font-weight: 300;
  color: #555555;
  font-size: 17px;
  letter-spacing: -1px;
  margin-top: 20px;
  padding-left: 50px;
}

@media all and (max-width:1280px) {
  .sub_popup_wrap {
    padding: 8vw 10px;
  }

  .sub_popup_wrap02 {
    padding: 8vw 0vw;
  }

  .sub_pop_close {
    right: 20px;
    top: 20px;
  }

  .sub_pop_close img {
    width: 20px;
  }

  .sub_popup {
    width: 95%;
    top: 5vw;
    left: 2.5%;
    margin-left: 0%
  }

  .sub_popup03 {
    width: 100%;
    top: 2vw;
    left: 2.5%;
    margin-left: 0%
  }

  .sub_pop_ul {
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }

  .sub_pop_ul li {
    width: 50%;
  }

  .sub_company_txt04 {
    font-size: 15px;
    line-height: 23px;
    padding: 0px 0px;
  }

  .sub_pop_dl dt img {
    width: 100%;
  }

  .sub_pop_dl dd {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    letter-spacing: -1px;
  }

  .sub_pop03_ul {
    display: block;
    margin-top: 10px;
    justify-content: center;
    padding: 0px 0px;
  }

  .sub_pop03_dl dt {
    font-size: 15px;
    letter-spacing: -1px;
  }

  .sub_pop03_dl dd {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }

  .sub_pop03_txt {
    font-size: 13px;
    margin-top: 10px;
    padding-left: 0px;
  }

  .sub_effect_txt_noLine {
    margin-top: 10px;
  }

  .sub_company_txt02_nomargin {
    margin-top: 10px;
  }

  .sub_breathing_check_ul {
    border-bottom: 1px solid #c0c0c0;
    display: block;
    width: 95%;
    margin: 20px auto 0px auto;
  }

  .sub_breathing_check_ul li {
    width: 100%;
    border-left: 0px;
  }

  .sub_breathing_check_ul li p {
    margin-left: 20px;
    font-size: 18px;
    color: #222222;
    font-weight: 300;
    letter-spacing: -1px;
    padding-left: 40px;
    background: url(../img/sub/sub_company_icon11.png) left center no-repeat;
  }

  .sub_exercise_ul {
    display: block;
    margin-top: 20px;
  }

  .sub_exercise_ul li:last-child {
    padding-bottom: 50px;
  }

  .sub_exercise_ul li {
    width: 100%;
  }
}


/* 푸터 */
#footer {
  background: #000000;
}

.footer_wrap {
  position: relative;
  max-width: 1180px;
  margin: 0px auto;
  padding: 45px 0px;
  text-align: left;
}

.footer_wrap h1 {
  position: relative !important;
}

.footer_txt {
  color: #fff;
  font-size: 14px;
  margin-top: 35px;
  line-height: 30px;
  opacity: 0.4;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.footer_txt span {
  margin-right: 23px;
}

.footer_copy {
  color: #fff;
  letter-spacing: -0.5px;
  opacity: 0.4;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 13px;
}

.footer_sns_ul {
  position: absolute;
  right: 0px;
  top: 60px;
  display: flex;
}

.footer_sns_ul li {
  position: relative;
  padding-left: 37px;
}

.footer_sns_ul li:nth-child(1) img {
  width: 30px;
}

.footer_sns_ul li:after {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background: #fff;
  left: 18px;
  top: 14px;
  z-index: 10;
  opacity: 0.3;
}

.footer_sns_ul li:first-child:after {
  display: none;
}

/* 반응형*/
@media all and (max-width:1280px) {
  .footer_wrap {
    padding: 40px 0px;
    text-align: center;
  }

  .partnershop_wrap_ul {
    margin-top: 20px;
  }

  .footer_copy {
    font-size: 11px;
  }

  .footer_sns_ul {
    position: relative;
    right: 0px;
    top: 0px;
    margin: 20px auto 0px auto;
    justify-content: center;
  }

  .footer_txt {
    font-size: 11px;
    line-height: 20px;
    opacity: 0.4;
    letter-spacing: -1px;
    width: 95%;
    margin: 20px auto 0px auto;
  }

  .footer_txt span {
    margin-right: 5px;
  }

  .footer_sns_ul li:nth-child(1) {
    padding-left: 0px;
  }

  #footer {
    padding-bottom: 100px;
  }
}

.san_pop_img {
  position: fixed;
  width: 100%;
  height: 100vw;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: none;
}

.pop_blackBG {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background: #000;
  opacity: 0.7;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.san_pop_img iframe {
  position: fixed;
  width: 100%;
  height: 90%;
  top: 5%;
  z-index: 1000;
}

.pop_close {
  position: absolute;
  right: 50%;
  margin-right: -410px;
  top: 55px;
  z-index: 2000;
  font-size: 0px;
  width: 43px;
  height: 41px;
  background: #000 url('../img/sub/btn_close_white_m.png') center center no-repeat;
  background-size: 33px 31px;
  cursor: pointer;
}

.sub_company_img {
  margin: 50px auto 0px auto;
  max-width: 1100px;
}

.pop_img {
  position: relative;
  z-index: 1000;
  text-align: center;
  margin-top: 35px;
}

.pop_img img {
  width: 45%;
}

.video_wrap {
  margin-bottom: 100px;
}

.video_title {
  font-size: 16px;
  padding: 20px 20px;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease
}

@media all and (max-width:1280px) {
  .video_wrap {
    margin-bottom: 0px;
  }

  .pop_close {
    position: absolute;
    margin-right: auto;
    right: 5px;
    top: 9px;
    z-index: 1000;
    font-size: 0px;
    width: 33px;
    height: 31px;
    background: url('../img/sub/btn_close_white_m.png') left top no-repeat;
    background-size: 20px 21px;
    cursor: pointer;
  }

  .pop_img img {
    width: 100%;
  }
}

@media all and (max-width:760px) {
  .sub_company_item01 {
    padding: 30px 0px 0px 0px;
  }

  .portfolio__grid .item {
    padding: 30px 30px 0px 30px;
  }

  .portfolio__grid .item {
    margin-bottom: 0px;
  }

  .video_title {
    font-size: 13px;
    padding: 10px 10px;
  }
}

.kakao_phone {
  background: url('../img/sub/kakao.png') 30px center no-repeat;
  background-size: 18px auto;
  text-align: left;
  padding-left: 60px;
}

.sub_company_item03_wrap {max-width: 1000px; margin: 0 auto;}
.pvsCont {padding-top: 100px;}
.pvsCont .blk {display: block;}
.text-L {text-align: left; max-width: 645px; margin: 24px auto 0; font-size: 19px;}

@media all and (max-width:1280px) {
	
	.pvsCont {padding: 40px 0;}
	.text-L {font-size: 15px;}
	.pvsCont .blk {display: inline-block;}

}











