.list_box > ul > a > li::after{
  clear: both;
}

.list_img img{
  min-height: 240px;
}

a.text-ellipsis:hover {
  text-decoration: underline;
}

.visualScroll {
  position: relative;
}
.visualScroll .btnScroll {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  z-index: 30;
  text-align: center;
}
.visualScroll .btnScroll > div {
  display: inline-block;
  cursor: pointer;
}
.visualScroll .btnScroll p {
  font-size: 12px;
  color: #fff;
  padding-bottom: 10px;
}
.visualScroll .btnScroll span {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  width: 20px;
  height: 30px;
  border-radius: 20px;
  position: relative;
}
.visualScroll .btnScroll span em {
  position: absolute;
  left: 50%;
  top: 5px;
  width: 2px;
  margin-left: -1px;
  background: #fff;
  height: 5px;
  animation-name: arrow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes arrow {
  from {
    top: 5px;
  }
  to {
    top: 10px;
  }
}

.clear {
  clear: both;
}
.wrap {
  width: 100%;
}
header {
  height: 100px;
  width: 100%;
  position: relative;
  font-family: "Noto Sans KR";
  z-index: 999999;
  background-color: #fff;
  /*position: fixed;*/
  left: 0;
  top: 0;
  width: 100%;
}
header .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
}
header .header.on .nav_sub {
  display: block !important;
  background: #fff;
  border-top: 1px solid #dddddd;
}
header .logo {
  width: 291px;
  height: 41px;
/*   background: url("/pub/images/head_logo.png") no-repeat; */
  background: url("/pub/images/headlogo.png") no-repeat;
  float: left;
  margin-left: 30px;
  margin-top: 29px;
}

.header .btn_menu {
  width: 100px;
  height: 100px;
  z-index: 1;
  background: #f4bb18;
  float: right;
  position: relative;
  cursor: pointer;
}
.header .btn_menu p {
  position: absolute;
  top: 45px;
  left: 45%;
  width: 28px;
  height: 3px;
  background: #fff;
  margin-left: -8px;
  transition: 0.2s linear;
}

.header .btn_menu .t {
  margin-top: -7px;
}
.header .btn_menu .m {
  margin-top: 1px;
}
.header .btn_menu .b {
  margin-top: 9px;
}
.header .btn_menu.on .t {
  margin-top: -1px;
  transform: rotate(135deg);
}
.header .btn_menu.on .m {
  width: 0;
}
.header .btn_menu.on .b {
  margin-top: -1px;
  transform: rotate(-135deg);
}

.nav {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding-left: 140px;
}
.nav ul {
  width: 760px;
  margin: 0 auto;
  height: 100px;
}
.nav ul li {
  float: left;
  height: 100px;
  width: 190px;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #111;
}

.nav ul li:hover {
  /* border-bottom: 3px solid #f4bb18; */
}

.inbox dd {
  float: left;
}
.openmenu {
  display: none;
} /*모바일할때 작업하기*/

.nav_sub {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 10px 0 20px 140px;
  display: none;
}

.nav_sub.on02 {
  display: block;
}
.nav_sub dl {
  width: 760px;
  margin: 0 auto;
  position: relative;
}

.nav_sub dl:after {
  content: "";
  display: block;
  clear: both;
}
.nav_sub dd {
  float: left;
  width: 190px;
  text-align: center;
}
.nav_sub dd .snb {
  display: inline-block;
}
.nav_sub dd .snb li {
  font-weight: 700;
  height: 45px;
  line-height: 45px;
}
.nav_sub dd .snb a:hover {
  color: #f4bb18;
}

.moveWrap {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.move_bar {
  position: absolute;
  left: 0;
  top: 97px;
  height: 3px;
  background: #f4bb18;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
}

.cont {
  width: 100%;
}

.visual_box {
  position: relative;
}
.visual_txtBox {
  position: absolute;
  top: 210px;
  margin-left: 350px;
  width: 656px;
  height: 160px;
  z-index: 99999;
  color: #fff;
}
.visual_txtBox p {
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 10px;
}
.visual_stxt {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  display: block;
}
.visual_btn {
  background: #f4bb18;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  width: 190px;
  height: 50px;
  display: inline-block;
  margin-top: 50px;
  line-height: 50px;
}
.visual_txtBox a {
  color: #fff;
}
.slick-dots {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #c4c4c4;
  margin: 0 10px;
  border-radius: 50%;
  font-size: 0px;
  text-align: center;
  color: #c4c4c4;
  cursor: pointer;
}
.slick-dots .slick-active {
  background: #7acfff !important;
}

.cont01 {
  background: url("/pub/images/cont01_bg.jpg") no-repeat;
  width: 100%;
  height: 750px;
  background-attachment: fixed;
}
.cont_box {
  width: 1220px;
  margin: 0 auto;
}
.cont01_box ul li {
  float: left;
}
.cont01_box ul li img {
  margin-top: 89px;
}

.cont01_box ul li:nth-child(2) {
  padding-left: 100px;
}
.cont01_box ul li:nth-child(2) p {
  padding-top: 208px;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
}

.main_btn {
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  width: 190px;
  height: 50px;
  display: inline-block;
  margin-top: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.main_btn:hover {
  background-color: #fff;
  color: #f4bb18;
  border: 1px solid #f4bb18;
  transition: all 0.3s ease-in-out;
}
.g_color {
  background: #f4bb18;
}
.g_op_color {
  background: #f4bb18;
}
.main_btn02 {
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  width: 120px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  float: right;
  margin-top: 50px;
  margin-right: 50px;
}

.cont02 {
  height: 940px;
  background: #25354d;
}

p.main_cont_title {
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  color: #fff;
  padding-top: 70px;
}
span.cont02_sTxt {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: block;
  padding-top: 10px;
  margin-bottom: 50px;
}
.cont02_box li.cont02_Bbox {
  float: left;
  width: 580px;
  height: 290px;
  position: relative;
}
.cont02_box li.cont02_Bbox:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s all;
}
.cont02_box li.cont02_Bbox .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  transform: translateY(50%);
  transition: 0.5s all;
  padding-left: 0;
}
.cont02_box li.cont02_Bbox .text h4 {
}
.cont02_box li.cont02_Bbox .text ul {
  opacity: 0;
  transition: 1s all;
}
.cont02_box li.cont02_Bbox .main_btn02 {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -60px;
  z-index: 5;
  opacity: 0;
}
.cont02_box li.cont02_Bbox:hover .text {
  transform: translateY(0);
}
.cont02_box li.cont02_Bbox:hover .text ul {
  opacity: 1;
}
.cont02_box li.cont02_Bbox:hover .main_btn02 {
  opacity: 1;
  transition: 0.5s all;
  transition-delay: 300ms;
}
.cont02_box li.cont02_Bbox:hover:after {
  opacity: 1;
}

.cont02_img01 {
  background: url("/pub/images/cont02_img01.jpg") no-repeat;
  background-size: cover;
}

.bg_box {
  display: block;
  position: absolute;
  top: 100px;
  width: 100%;
  height: 0px;
  opacity: 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

/*
.cont02_Bbox:hover .cont02_img01:before{
  content: '';
  display: inline-block;
  width: 33%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 140px;
  left: 33.5%;
  z-index: 9999;
}
*/
/* .cont02_ulBox li:hover .cont02_img01:before {
  content: '';
  display: inline-block;
  width: 33%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 140px;
  left: 33.5%;
  z-index: 9999;
} */

.cont02_img02 {
  background: url("/pub/images/cont02_img02.jpg") no-repeat;
  background-size: cover;
}
.cont02_img03 {
  background: url("/pub/images/cont02_img03.jpg") no-repeat;
  background-size: cover;
}
.cont02_img04 {
  background: url("/pub/images/cont02_img04.jpg") no-repeat;
  background-size: cover;
}

.cont02_ulBox .cont02_Bbox:nth-child(1) {
  margin-right: 60px;
}
.cont02_box .cont02_ulBox {
  margin-bottom: 40px;
  height: 290px;
}
.cont02_Bbox h4 {
  font-size: 37px;
  font-weight: 600;
  color: #fff;
  padding-top: 25px;
  letter-spacing: 7px;
  padding-bottom: 40px;
  text-align: center;
  text-shadow: 0 0 5px #444;
}
.cont02_Bbox div {
  padding-left: 20px;
  /* height: 100%; */
}
.cont02_Bbox li {
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
}

.cont03 {
  height: 1025px;
  width: 1220px;
  margin: 0 auto;
}
.blue {
  color: #024172 !important;
}
.black {
  color: #000 !important;
}

.gallery_box li {
  width: 380px;
  margin-right: 40px;
  float: left;
  margin-bottom: 50px;
  min-height : 380px;
}

.gallery_box li div {
  width: 380px;
  height: 250px;
}
.gallery_box a:nth-child(3) li,
.gallery_box a:nth-child(6) li {
  margin-right: 0;
}

.gallery_box a:nth-child(1) div {
/*  background: url("/pub/images/cont03_image01.jpg") no-repeat;*/
  background-size: cover;
}
.gallery_box a:nth-child(2) div {
/*  background: url("/pub/images/cont03_image02.jpg") no-repeat;*/
  background-size: cover;
}
.gallery_box a:nth-child(3) div {
  /* background: url("/pub/images/cont03_image03.jpg") no-repeat; */
  background-size: cover;
}
.gallery_box a:nth-child(4) div {
  /* background: url("/pub/images/cont03_image04.jpg") no-repeat; */
  background-size: cover;
}
.gallery_box a:nth-child(5) div {
  /* background: url("/pub/images/cont03_image05.jpg") no-repeat; */
  background-size: cover;
}
.gallery_box a:nth-child(6) div {
  /* background: url("/pub/images/cont03_image06.jpg") no-repeat; */
  background-size: cover;
}

.gallery_box li p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 22px;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gallery_box li .cont03_sTxt {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  display: block;
  margin-top: 10px;
  color: #666;
}

.gallery_box li {
  overflow: hidden;
}
.gallery_box a div {
  transition: 0.5s all;
}
.gallery_box a p {
  background: #fff;
  position: relative;
  z-index: 10;
  margin-top: 0;
  padding-top: 10px;
}
.gallery_box a .cont03_sTxt {
  margin-top: 0;
  padding-top: 10px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.gallery_box li:hover div {
  transform: scale(1.1);
}

footer {
  width: 100%;
  height: 170px;
  background: #444;
}
footer .foot_logo {
  width: 250px;
  height: 41px;
  display: inline-block;
  margin-right: 145px;
  vertical-align: top;
}
footer .foot_logo img {
  margin-top: 65px;
}
footer .footer_box01 {
  height: 60px;
}
footer .footer_box01 p {
  line-height: 60px;
}
footer .footer_box01 a {
  color: #fff;
}
footer .footer_box02 {
  border-top: 1px solid rgba(221, 221, 221, 0.2);
}
footer .foot_w {
  width: 1220px;
  margin: 0 auto;
  position: relative;
}
footer .foot_sList li {
  float: left;
  margin-bottom: 15px;
  margin-right: 30px;
  font-weight: 400;
}
footer .foot_txt {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
}
footer .foot_txt p {
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
}
footer .foot_sList_stxt {
  font-size: 12px;
}

.top_btn {
  width: 75px;
  height: 73px;
  position: absolute;
  top: -30px;
  background: #f4bb18;
  color: #fff;
  text-align: center;
  right: -95px;
}
.top_btn img {
  display: block;
  width: 13px;
  margin: 0 auto;
  padding-top: 20px;
}

.hd_mo {
  display: none;
}
.none_img {
  display: none !important;
}
.mo_br {
  display: none;
}
.pc_br {
  display: block;
}
.dis_none {
  display: none;
}
.dis_block {
  display: block;
}

.sub_head {
  width: 100%;
  height: 300px;
}
.sub_head .com_bg {
  background-size: cover;
  height: 300px;
}
.sub_bg01 {
  background: url("/pub/images/page_bg01.jpg") no-repeat;
}
.sub_bg02 {
  background: url("/pub/images/page_bg02.jpg") no-repeat;
}
.sub_bg03 {
  background: url("/pub/images/page_bg03.jpg") no-repeat;
}
.sub_bg04 {
  background: url("/pub/images/page_bg04.jpg") no-repeat;
}
.sub_head p {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 300px;
}

.sub_nav {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.sub_nav ul.sub_nav_ulBox {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
}
.sub_nav ul.sub_nav_ulBox > li {
  float: left;
  height: 60px;
}
.sub_nav li.home {
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sub_nav li.sub_nav_box01 {
  width: 550px;
  position: relative;
}
.sub_nav li.sub_nav_box01 dt {
  font-size: 16px;
  color: #999;
  line-height: 60px;
  padding-left: 20px;
  font-weight: 500;
  width: 250px;
  cursor: pointer;
}

.sub_nav li.sub_nav_box01 dt .sub_nav li.sub_nav_box02 dt {
  font-size: 16px;
  color: #666;
  line-height: 60px;
  padding-left: 20px;
  font-weight: 500;
  width: 250px;
  cursor: pointer;
}
.sub_nav .sub_nav_sBox01 {
  background: #fff;
  display: none;
}

.sub_nav .sub_nav_sBox01 a {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #fff;
  z-index: 9999;
  position: relative;
  display: block;
  color: #333;
}
.sub_nav .sub_nav_sBox01 a:hover {
  color: #f4bb18;
}

.sub_nav_arrow {
  position: absolute;
  top: 3vh;
  right: 20px;
}
.sub_nav_arrow.on {
  transform: rotate(180deg);
}
.sub_navBox dl {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
}
.sub_navBox dl:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 60px;
  background: #ddd;
}
.sub_navBox dd.on {
  display: block;
}
.sub_navBox dl.on dd {
  border: 1px solid #ddd;
}
.sub_navBox dl.on .sub_nav_arrow {
  transform: rotate(180deg);
}

.sub_title {
  font-size: 40px;
  margin-bottom: 200px;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-top: 110px;
  position: relative;
}
.sub_title:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70px;
  background: #f4bb18;
  position: absolute;
  bottom: -120px;
  left: 50%;
}

.subPage {
  width: 1200px;
  margin: 0 auto;
}

.sub_boxFloat {
  float: left;
}
.inline_box {
  display: inline-block;
}
.page01_text {
  padding-left: 110px;
}
.page01_text .page01_font {
  font-size: 24px;
  font-weight: 500;
  color: #111;
}
.page01_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.page01_text .ceo_txt01 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding-top: 20px;
  display: inline-block;
}
.page01_text .ceo_txt02 {
  font-size: 26px;
  padding-left: 10px;
  font-weight: 500;
}
.page01_img {
  vertical-align: top;
}
.mb300 {
  margin-bottom: 300px;
}

.page01_04_box li {
  float: left;
  width: 23%;
  height: 440px;
  margin: 0 15px;
  margin-bottom: 50px;
}

.page01_04_box li div.page01_04_img > img {
  max-height: 360px;
  min-height: 360px;
}
.page01_04_box li:nth-child(1),
.page01_04_box li:nth-child(5) {
  margin-left: 0;
}
.page01_04_box li:nth-child(4),
.page01_04_box li:nth-child(8) {
  margin-right: 0;
}
.page01_04_box li p {
  margin-top: 20px;
  /*margin-bottom: 10px;*/
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page01_04_box li span {
  color: #999;
  font-size: 14px;
  float: right;
}
.page01_04_box {
  /* height: 1070px; */
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  overflow: hidden;
}
.page01_04_img {
  width: 277px;
  height: 360px;
}

.paging {
  width: 100%;
  text-align: center;
}
.paging ul {
  /* width: 465px; */
  height: 45px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;

}
.paging li {
  width: 45px;
  height: 45px;
  /* float: left; */
  text-align: center;
  line-height: 45px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
}
.paging li.on {
  background: #444444;
  color: #fff;
}
.paging li.on a {
  background: #444444;
  color: #fff;
}
.paging li img {
  margin-top: -3px;
}
.paging .first {
  border: 1px solid #ddd;
  margin: 0;
  border-right: 0;
}
.paging .prev {
  border: 1px solid #ddd;
  margin: 0;
}
.paging .next {
  border: 1px solid #ddd;
  margin: 0;
  border-right: 0;
}
.paging .last {
  border: 1px solid #ddd;
  margin: 0;
}
/* .paging li:nth-child(8) img {
  transform: rotate(180deg);
}
.paging li:nth-child(9) img {
  transform: rotate(180deg);
} */

.page01_05_box {
  margin-bottom: 100px;
  /* height: 1000px; */
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.page01_05_box .page01_05_img {
  width: 270px;
  height: 179px;
  margin-bottom: 20px;
  text-align: center;
}

.page01_05_box li div.page01_05_img > img {
  max-height: 160px;
}

.page01_05_box p {
  font-size: 18px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page01_05_box li {
  float: left;
  width: 270px;
  margin-right: 40px;
  margin-bottom: 70px;
  text-align: center;
}
.page01_05_box li:nth-child(4),
.page01_05_box li:nth-child(8),
.page01_05_box li:nth-child(12) {
  margin-right: 0;
}

.map_on {
  display: none;
}
.map li {
  width: 280px;
  height: 55px;
  float: left;
  text-align: center;
  color: #999;
  background: #f8f8f8;
  line-height: 55px;
  font-weight: 500;
  cursor: pointer;
}
.map {
  width: 560px;
  margin: 0 auto;
  margin-bottom: 60px;
  height: 55px;
}
.map .on {
  background: #f4bb18;
  color: #fff;
}
.page01_06_map01 {
  display: block;
}
.map_box .map_tit {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.map_box .map_txt {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.map_box .map_dot {
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 5px;
}

.topImg {
  width: 1200px;
  height: 310px;
  margin-bottom: 60px;
}
.page02_txt {
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #333;
}
.page02_cont li {
  float: left;
  margin-right: 75px;
}
.page02_cont li p {
  margin-top: 10px;
  text-align: center;
}
.page02_cont li:last-child {
  margin-right: 0;
}
.page02_cont {
  margin-top: 60px;
  height: 230px;
}

.btn_wrap {
  text-align: center;
  overflow: hidden;
  margin-bottom: 2.5vw;
}

.btn_wrap a {
  color: #fff;
  text-decoration: none;
}
.btn_wrap a > div.btn {
  display: inline-block;
  padding: 10px 25px;
  /* color: #fff; */
  background-color: #f4bb18;
  border: 1px solid #f4bb18;
}

.lsp_1 {
  letter-spacing: -1px;
}

.col_b {
  color: #f4bb18;
  font-size: 1.2em;
  font-weight: 500;
}
.page03_Ltnum {
  line-height: 50px;
  height: 50px;
  display: inline-block;
}
.search_box {
  float: right;
}
.search_box li {
  float: left;
}
.search_box li select {
  height: 50px;
  line-height: 50px;
  width: 150px;
  border: 1px solid #ddd;
  border-right: 0;
  text-indent: 10px;
}
.search_box .search_input {
  width: 280px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.search_box .search_btn {
  width: 155px;
  height: 50px;
  background: #444;
  margin-left: -4px;
  color: #fff;
}

.page03_List_top {
  height: 50px;
}
.page03Listbox {
  margin-top: 30px;
  border-top: 2px solid #444;
}
.page03Listbox .list_box {
  margin-top: 30px;
  /* height: 1400px; */
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 5%;
}
.page03Listbox .list_box li {
  float: left;
  margin-right: 75px;
  margin-top: 60px;
  cursor: pointer;
  max-width: 335px;
  height: 370px;
}

.page03Listbox .list_box li:hover .list_img:after {
  content: "VIEW DETAIL";
  width: 100%;
  height: 247px;
  display: inline-block;
  background: rgba(250, 162, 26, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  line-height: 240px;
  color: #fff;
  font-size: 19px;
}
.page03Listbox .list_box li:hover .list_img:before {
  content: "";
  display: inline-block;
  width: 33%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 140px;
  left: 33.5%;
  z-index: 9999;
}
.page03Listbox .list_box a:nth-child(3) li,
.page03Listbox .list_box a:nth-child(6) li,
.page03Listbox .list_box a:nth-child(9) li {
  margin-right: 0;
}
.page03Listbox .list_box .list_img {
  width: 350px;
  height: 240px;
  margin-bottom: 20px;
  position: relative;
}
.page03Listbox .list_box p {
  line-height: 30px;
  font-weight: 500;
}

.list_box ul a li p > span.sub_t {
  font-weight: 800;
  padding-right: 8px;
  float: left;
}

.view_box tr:nth-child(1) {
  height: 60px;
  border-top: 2px solid #444;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: 500;
}
.view_box tr:nth-child(2) {
  height: 40px;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
.view_box tr:nth-child(3) {
  height: 40px;
  /* border-bottom: 1px solid #ddd; */
}
.view_box tr:nth-child(4) {
  height: auto;
}
.view_box tr:nth-child(5) {
  height: 60px;
}

.view_box tr:nth-child(1) td {
  padding: 10px 20px;
}
.view_box tr:nth-child(1) td:nth-child(3) {
  width: 10%;
}

.view_box > table > tbody > tr > td > div.content {
  background: #f4bb18;
}

.view_box02 {
  height: 61px;
}
.bor_bt {
  border-bottom: 1px solid #ddd;
}
.view_box02 li {
  float: left;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #ddd;
}
.view_box02 li:nth-child(1) {
  background: #f8f8f8;
  text-align: center;
}
.view_box02 li:nth-child(2) {
  text-indent: 20px;
  color: #666;
  font-size: 16px;
}
.col_g {
  color: #999;
}
.view_box .down_box {
  float: right;
}
.arrow_rtt {
  transform: rotate(180deg);
}
.view_btn_box {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
.view_btn {
  margin-top: 50px;
  width: 200px;
  height: 55px;
  border: 1px solid #f4bb18;
  background-color: #f4bb18;
  color: #fff;
}

.view_box .page03_txt {
  color: #333;
  padding: 0 20px;
}

.view_box td.b_cont {
  padding: 30px 0;
}

.view_box td.b_cont div {
  min-height: 60px;
  /* padding-left: 20px; */
}

.tableBox span.notiTit {
  color: #fff;
  background-color: #f4bb18;
  padding: 3% 10%;
  border-radius: 30px;
}
.table_box tbody tr td > img {
  max-width: 60%;
}
.table_box a:hover {
  text-decoration: underline;
}
.table_box tr:nth-child(1) {
  height: 65px;
  border-top: 2px solid #444;
  background: #fcfdfe;
}
.table_box tr {
  border-bottom: 1px solid #ddd;
  height: 60px;
  text-align: center;
}
.table_box tr th {
  font-weight: 500;
  color: #333;
}
.table_box tr td:nth-child(2) {
  padding-left: 20px;
  text-align: left;
  color: #333;
}
.table_box tr td {
  color: #999;
}

.g_table tr {
  height: 130px;
}

.ci_b {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
  display: inline-block;
}
.ci_st {
  font-size: 14px;
  color: #666;
}
.ci_img {
  width: 575px;
}
.ci_ul {
  height: 330px;
}
.ci_ul li {
  float: left;
}
.ci_ul li:nth-child(2) {
  width: 50%;
  padding-left: 50px;
  /* padding-top: 20px; */
}
.ci_col_tit {
  font-size: 30px;
  font-weight: 700;
}
.ci_col {
  height: 360px;
}
.ci_col li {
  float: left;
}
.ci_col li:nth-child(2) {
  padding-left: 10px;
}
.ci_col li:nth-child(2) img:nth-child(1) {
  padding-bottom: 6px;
}
.bi_img {
  text-align: center;
}
.ci .on {
  background: #444444 !important;
}
.his_box .on {
  background: #444444 !important;
}

.his_left {
  float: left;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 20px;
  position: relative;
}
.his_right {
  float: right;
  width: 50%;
  margin-bottom: 60px;
  padding-left: 20px;
  position: relative;
}
.his_left:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #444;
  border-radius: 50%;
  background: #fff;
}
.his_right:after {
  content: "";
  position: absolute;
  top: 18px;
  left: -5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #444;
  border-radius: 50%;
  background: #fff;
}
.his_box_cont {
  display: block;
}
.his_cont01 span {
  float: right;
}
.his_line {
  position: relative;
}
.his_line:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: 670px;
  background: #ddd;
  z-index: -9999;
}
.his_line02 {
  position: relative;
}
.his_line02:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 26px;
  left: 50%;
  width: 1px;
  height: 1060px;
  background: #ddd;
  z-index: -9999;
}
.his_b {
  color: #f4bb18;
  font-weight: 500;
}
.his_left .his_b {
  font-size: 30px;
  padding-left: 20px;
  vertical-align: top;
}
.his_right .his_b {
  font-size: 30px;
  padding-right: 20px;
  vertical-align: top;
}
.his_txt {
  margin-top: 10px;
  display: inline-block;
  color: #666;
  font-weight: 400;
}
.his_left .his_txt {
  margin-top: 10px;
  text-align: right;
}
.h700 {
  height: 700px;
}

.page01_04_box li {
  cursor: pointer;
}
.popup_box {
  width: 100%;
  display: none;
}
.popup_box.on {
  display: block;
}
.popup_wb {
  width: 600px;
  height: 740px;
  position: fixed;
  top: 13vh;
  left: 35vw;
  background: #fff;
  z-index: 9999999999;
  display: block;
  text-align: center;
}
.popup_wb img.img {
  width: 100%;
  height: 740px;
}
.popup_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  cursor: pointer;
}
.popup_wb .close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.8);
  width: 45px;
  height: 45px;
}

.img_logo {
}
.logo_Tt {
  font-size: 24px;
  font-weight: 500;
  /*argin-bottom: 60px;*/
  margin: 15px 0;
}
.popup_txt0526 {
  padding: 0 40px;
  margin: 40px 0;
  height: 100px;
  overflow: auto;
}
.page01_05_box li {
  cursor: pointer;
}
.popup_wb > a {
  margin: 10px 40px;
  background-color: #f4bb18;
  color: #fff;
  border-radius: 30px;
  padding: 3px 15px;
}

/*모바일*/

@media all and (min-width: 280px) and (max-width: 1190px) {
	
	.b_cont div > img{
		max-height:350px;
	}
	
	.list_img img{
		/* min-height:0px; */
		max-width: 307px;
	}

  .page01_05_box li div.page01_05_img > img {
    max-height: 120px;
    min-height: 120px;
  }
  .page01_04_box li div.page01_04_img > img {
    max-height: 230px;
    min-height: 230px;
  }
  .btn_wrap {
    margin-bottom: 70px;
  }
  .mo_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .nav {
    display: none;
  }
  header {
    height: 70px;
  }
  header .logo {
    width: 210px;
    height: 36px;
    background-size: auto 35px;
    margin-left: 3%;
    margin-top: 21px;
  }
  header .header.on {
    position: fixed;
    background: #fff;
  }
  .header .btn_menu {
    width: 70px;
    height: 70px;
  }
  .header .btn_menu p {
    top: 34px;
    left: 44%;
  }

  .hd_mo {
    display: block;
    font-weight: 500;
    font-size: 1em;
  }
  .nav_sub dd {
    float: none;
    width: 100%;
    text-align: left;
  }
  .nav_sub dl {
    width: 100%;
  }
  .nav_sub {
    margin-top: 70px;
    padding: 0;
    height: 100vh;
  }
  .nav_sub dd .snb li {
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .nav_sub dd > a {
    padding: 15px 0;
    padding-left: 10px;
    position: relative;
  }

  .mo_nav .snb.on {
    display: block !important;
  }
  .mo_nav .hd_mo {
    border-bottom: 1px solid #ddd;
  }
  .hd_mo.on5 {
    color: #f4bb18;
  }
  .nav_sub dd .snb {
    width: 100%;
    background: #f8f8f8;
  }
  .nav_sub dd .snb li {
    padding-left: 20px;
  }
  .nav_sub i {
    display: inline-block;
    width: 15px;
    height: 8px;
    background: url("/pub/images/arrow_0514.png") no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .mo_nav .hd_mo.on5 i {
    display: inline-block;
    width: 15px;
    height: 8px;
    background: url("/pub/images/arrow0514_02.png") no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .snb {
    display: none !important;
  }
  .slick-slide {
    height: 100vh !important;
  }
  .slick-slide img {
    width: 100%;
  }
  .none_img {
    display: block !important;
    width: 100%;
  }
  .none_img02 {
    display: none !important;
  }
  .visual_txtBox p {
    font-size: 2.4em;
    line-height: 57px;
    font-weight: 400;
    margin-bottom: 50px;
  }
  .visual_txtBox {
    margin-left: 0;
    width: 100%;
    top: 100px;
    padding-left: 5vw;
  }
  .visual_stxt {
    font-size: 0.9em;
    line-height: 24px;
  }
  .slick-dots {
    bottom: 8vh;
  }
  .visual_btn {
    margin-top: 17vh;
    margin-left: 20vw;
  }

  .cont_box {
    width: 80%;
  }
  .cont01_box ul li {
    float: none;
  }
  .cont01_box ul li:nth-child(2) p {
    font-size: 0.9em;
    padding-top: 50px;
    line-height: 30px;
    padding-bottom: 60px;
  }
  .cont01_box ul li:nth-child(2) {
    padding-left: 0;
  }
  .cont01 {
    background-position-x: -900px;
    height: 820px;
    background-size: cover;
  }
  .main_btn {
    display: block;
    margin: 0 auto;
  }

  p.main_cont_title {
    font-size: 2em;
    font-weight: 500;
    padding-bottom: 20px;
  }
  span.cont02_sTxt {
    font-size: 0.9em;
  }
  .cont02_box {
    width: 90%;
  }
  .cont02_box li.cont02_Bbox {
    width: 48%;
    height: 200px;
  }

  ul.cont02_ulBox li:hover {
    opacity: 0.5;
  }

  .cont02_ulBox .cont02_Bbox:nth-child(1) {
    margin-right: 4%;
  }

  .cont02_Bbox h4 {
    font-size: 25px;
  }
  .cont02_img01 {
    background-position: center;
  }
  .cont02_img02 {
    background-position: center;
  }
  .cont02_img03 {
    background-position: -22px;
  }
  .cont02_img04 {
    background-position: center;
  }

  .cont02_Bbox h4 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .cont02_Bbox div {
    padding-left: 10px;
  }
  .cont02_Bbox li {
    font-weight: 400;
    font-size: 14px;
  }
  .cont02_box .cont02_ulBox {
    height: 200px;
  }
  .cont02 {
    height: 715px;
  }

  .cont02_box li.cont02_Bbox {
    opacity: 1 !important;
  }
  .cont02_box li.cont02_Bbox .text {
    transform: translateY(0);
  }
  .cont02_box li.cont02_Bbox .text ul {
    opacity: 1;
  }
  .cont02_box li.cont02_Bbox .main_btn02 {
    opacity: 1;
    bottom: 20px;
  }
  .cont02_box li.cont02_Bbox:after {
    opacity: 0.3;
  }
  .cont02_box li.cont02_Bbox:before {
    display: none;
  }

  .cont03 {
    width: 100%;
    height: 880px;
  }
  footer {
    clear: both;
  }
  .gallery_box li {
    width: 47%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gallery_box li div {
    width: 100%;
    height: 100px;
  }
  footer .foot_w {
    width: 100%;
  }
  .top_btn {
    right: 0;
  }
  .slick-initialized .slick-slide {
    position: relative;
  }
  .gallery_box ul {
    width: 90%;
    margin: 0 auto;
  }
  .gallery_box .clear {
    clear: none;
  }
  .gallery_box li p {
    font-size: 1em;
  }
  .gallery_box a:nth-child(1) li,
  .gallery_box a:nth-child(3) li,
  .gallery_box a:nth-child(5) li {
    margin-right: 6%;
  }
  .top_btn {
    width: 50px;
    height: 50px;
    right: 10px;
  }
  .top_btn img {
    padding-top: 10px;
  }
  footer .footer_box01 p {
    font-size: 0.9em;
    padding-left: 20px;
  }
  footer .foot_logo img {
    margin-top: 0;
  }
  footer .foot_logo {
    margin-top: 20px;
    padding-left: 20px;
    width: 200px;
  }
  footer .foot_txt {
    font-size: 0.8em;
    padding-left: 20px;
    margin-top: 0;
  }
  footer .foot_sList li {
    margin-right: 10px;
  }
  footer .foot_txt p {
    font-size: 1em;
  }
  footer {
    height: 340px;
  }

  .sub_head .com_bg {
    height: 200px;
  }
  .sub_bg01 {
    background: url("/pub/images/page_bg01.jpg") no-repeat 55%;
  }
  .sub_bg02 {
    background: url("/pub/images/page_bg02.jpg") no-repeat 55%;
  }
  .sub_bg03 {
    background: url("/pub/images/page_bg03.jpg") no-repeat 55%;
  }
  .sub_bg04 {
    background: url("/pub/images/page_bg04.jpg") no-repeat 55%;
  }
  .sub_head p {
    line-height: 200px;
    font-size: 2.4em;
  }
  .sub_head {
    height: 200px;
  }

  .sub_nav ul.sub_nav_ulBox > li {
    height: 40px;
  }
  .sub_nav li.sub_nav_box01 dt {
    line-height: 40px;
    width: 100%;
    font-size: 0.9em;
  }
  .sub_nav ul.sub_nav_ulBox {
    height: 40px;
  }
  .sub_nav li.home {
    line-height: 40px;
    width: 10%;
  }
  .sub_navBox dl {
    width: 50%;
  }
  .sub_navBox dl:after {
    content: "";
    height: 40px;
  }
  .subPage {
    width: 90%;
  }
  .sub_nav ul.sub_nav_ulBox {
    width: 100%;
  }
  .sub_nav li.sub_nav_box01 {
    width: 90%;
  }
  .sub_title {
    margin-top: 50px;
    margin-bottom: 100px;
    font-size: 1.6em;
  }
  .sub_title:after {
    content: "";
    bottom: -60px;
    height: 40px;
  }
  .sub_nav .sub_nav_sBox01 a {
    font-size: 0.9em;
  }
  .page01_text {
    padding-left: 0;
  }
  .page01_img {
    margin-bottom: 40px;
  }
  .page01_text .page01_font {
    font-size: 1.4em;
  }
  .page01_box .mb300 {
    margin-bottom: 120px;
  }
  .ceo_txt01 {
    margin-top: 20px;
  }

  .page01_text p {
    font-size: 0.9em;
  }
  .page01_text .ceo_txt01 {
    font-size: 0.9em;
  }
  .page01_text .ceo_txt02 {
    font-size: 1.4em;
  }

  .page01_04_box {
    /* height: 1400px; */
  }
  .page01_04_box li:nth-child(3),
  .page01_04_box li:nth-child(5),
  .page01_04_box li:nth-child(7),
  .page01_04_box li:nth-child(9) {
    clear: both;
  }
  .page01_04_box li {
    width: 49%;
    margin: 0;
    height: 335px;
  }
  .page01_04_box li:nth-child(1),
  .page01_04_box li:nth-child(3),
  .page01_04_box li:nth-child(5),
  .page01_04_box li:nth-child(7),
  .page01_04_box li:nth-child(9) {
    margin-right: 2%;
  }
  .page01_04_img {
    width: 100%;
    height: 237px;
  }
  .page01_04_box li p {
    font-size: 1em;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page01_04_box li span {
    font-size: 0.8em;
  }

  .paging {
    margin-top: -60px;
  }
  .paging ul {
    /* width: 35%; */
    margin-bottom: 60px;
  }
  .paging li {
    width: 9%;
    height: 35px;
    line-height: 35px;
  }

  .page01_05_box {
    /*height: 1350px;*/
  }
  .page01_05_box .page01_05_img {
    width: 100%;
    height: 120px;
  }
  .page01_05_box li {
    width: 49%;
    margin-right: 0px;
    height: 185px;
    margin-bottom: 30px;
  }
  .page01_05_box li:nth-child(3),
  .page01_05_box li:nth-child(5),
  .page01_05_box li:nth-child(7),
  .page01_05_box li:nth-child(9),
  .page01_05_box li:nth-child(11) {
    clear: both;
    margin-right: 2%;
  }
  .page01_05_box li:nth-child(1) {
    margin-right: 2%;
  }
  .page01_05_box p {
    font-size: 1em;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-align: center; */
  }

  .map {
    width: 100%;
  }
  .map li {
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
  }
  .map_box iframe {
    height: 300px;
  }
  .map_box .map_tit {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .map_box .map_txt {
    font-size: 0.8em;
    line-height: 24px;
  }

  .topImg {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .page02_txt {
    font-size: 0.9em;
    line-height: 26px;
  }
  .page02_cont li {
    clear: both;
    width: 100%;
    height: 300px;
  }
  .page02_cont li img {
    width: 100%;
  }
  .page02_cont {
    height: 950px;
    margin-bottom: 0 !important;
  }
  .page02_cont li p {
    font-size: 0.9em;
  }

  .page03_Ltnum {
    font-size: 0.8em;
  }

  .search_box {
    width: 100%;
  }
  .search_box li:nth-child(1) {
    width: 20%;
  }
  .search_box li:nth-child(2) {
    width: 80%;
  }
  .search_box li select {
    font-size: 0.9em;
    width: 100%;
    text-indent: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
  }
  .search_box .search_input {
    width: 75%;
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
  }
  .search_box .search_btn {
    width: 25%;
    height: 40px;
    font-size: 0.9em;
  }
  .page03_List_top {
    height: 90px;
  }

  
  .page03Listbox .list_box a:nth-child(1) li {
    /* margin-top: 0; */
  }
  .page03Listbox .list_box .list_img {
    width: 100%;
    margin-bottom: 10px;
  }
  .page03Listbox .list_box li {
    margin-right: 30px;
    margin-top: 30px;
  }
  .page03Listbox .list_box p {
    font-size: 0.9em;
    line-height: 26px;
    float: left;
    /*width: 15vw;*/
  }
  .page03Listbox .list_box {
    /*height: 3300px;*/
  }

  .view_box tr:nth-child(1) td:nth-child(1) {
    font-size: 1em;
    width: 100%;
  }
  .view_box tr:nth-child(1) td:nth-child(2) {
    font-size: 0.9em;
    width: 30%;
  }
  .view_box tr:nth-child(1) td:nth-child(3) {
    font-size: 0.9em;
  }

  .view_box tr:nth-child(1) {
    height: 50px;
    font-size: 1em;
  }
  .view_box tr:nth-child(2) {
    height: 40px;
    font-size: 0.8em;
  }
  .view_box tr:nth-child(3) {
    height: 40px;
    font-size: 0.8em;
  }
  .view_box .page03_txt {
    font-size: 0.9em;
  }
  .view_box02 li {
    font-size: 0.9em !important;
    height: 50px;
    line-height: 50px;
  }
  .view_box02 li:nth-child(1) {
    width: 30% !important;
  }
  .view_box02 li:nth-child(2) {
    width: 70% !important;
    font-size: 0.8em;
  }
  .view_box02 {
    height: 51px;
  }
  .view_btn {
    width: 40%;
    height: 40px;
    font-size: 0.9em;
  }

  .table_box tr th {
    font-size: 0.9em;
  }
  .table_box tr {
    height: 50px;
  }
  .table_box tr:nth-child(1) {
    height: 55px;
  }
  .table_box tr td {
    font-size: 0.8em;
  }
  .table_box colgroup col:nth-child(1) {
    width: 10%;
  }
  .table_box colgroup col:nth-child(3) {
    width: 20%;
  }
  .table_box colgroup col:nth-child(4) {
    width: 20%;
  }

  .ci_img {
    width: 100%;
  }
  .ci_ul li:nth-child(2) {
    padding-left: 0;
    margin-top: 20px;
    clear: both;
    width: 100%;
  }
  .ci_ul {
    height: 600px;
  }

  .ci_col {
    margin-top: 60px !important;
    height: 470px;
  }
  .ci_b {
    font-size: 1.4em;
  }
  .ci_col_tit {
    font-size: 1.4em;
  }
  .ci_st {
    font-size: 0.9em;
  }
  .ci_col li:nth-child(1) {
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .ci_col li:nth-child(2) {
    padding-left: 0;
  }
  .bi_img {
    width: 50%;
    margin: 0 auto;
  }
  .his_b {
    font-size: 1em;
  }
  .his_txt {
    font-size: 0.9em;
  }

  .his_left {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .his_cont01 span {
    float: left;
  }
  .his_left .his_txt {
    margin-left: 24px;
    text-align: left;
    width: 100%;
  }
  .his_left .his_b {
    padding-right: 20px;
  }
  .his_left:after {
    left: 10px;
  }
  .his_line:after {
    left: 15px;
    height: 770px;
  }
  .his_line02:after {
    left: 15px;
    height: 800px;
  }
  .his_right {
    float: left;
    width: 100%;
    margin-bottom: 40px;
  }
  .his_right .his_b {
    padding-left: 20px;
  }
  .his_right:after {
    left: 10px;
  }
  .his_txt {
    width: 100%;
    display: inline-block;
    margin-left: 24px;
  }
  .h700 {
    height: 575px;
  }

  .popup_wb {
    width: 80%;
    top: 17vh;
    left: 10vw;
    height: 470px;
    display: block;
    text-align: center;
  }
  .popup_wb img.img {
    height: 450px;
  }

  .img_logo {
    max-height: 163px;
    min-height: 163px;
    width: 60%;
  }
  .logo_Tt {
    font-size: 1.1em;
    /*margin-bottom: 20px;*/
    margin: 15px 0;
  }
  .popup_txt0526 {
    padding: 0 20px;
    font-size: 0.9em;
}

  .popup_wb .mt60 {
    margin-top: 10px !important;
  }
}

.view_box td.b_cont div {
  font-size: 0.9em;
}

.view_box02 .w80p {
  display: inline-block;
  overflow: hidden;
}
