.pc_only {display:block;}
.mo_only {display:none;}
.pc_liveonly {display:block;}
.mo_liveonly {display:none;}
.mo_liveonly1 {display:none;}
.mo_liveonly2 {display:none;}
.mo_liveonly3 {display:none;}
.mo_liveonly4 {display:none;}
.mo_liveonly5 {display:none;}
.img100{width:100%}
.name_height{display:block;height:160px}
.text-center {
  text-align: center;
  margin-bottom: 70px;
}
.lead {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #757575;
  font-weight: 300;
  word-break: keep-all;
}
::selection {
  background-color: #ff3414;
  color: #fff;
}

/*메인배너*/
.mainVideo {
  top: 0;
  width: 100%;
  height: 1080px;
  overflow: hidden;
  background-size: cover;
  padding: 0;
}
.bg-fixed {
  background-size: cover;
  padding: 0;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 900px;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-carousel {
  padding: 0;
  display: block;
  position: relative;
}
.main-carousel .li {
  height: 950px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main-carousel .li .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 300px;
  opacity: 0.3;
  z-index: 1;
}
.main-carousel .jarallax {
  height: 800px;
}
.main-carousel .img01 {
  background-image: url(../img/main_image.jpg);
}
/*.main-carousel .img03 { background-image:url(../img/main_banner_img03.jpg);}*/

.main-carousel .li .copy_area {
  max-width: 1400px;
  color: #fff;
  position: relative;
  top: 53%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  margin: auto;
  padding: 0 30px;
}
.main-carousel .li .copy_area h1 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}
.main-carousel .li .copy_area h2 {
  font-size: 60px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}
.main-carousel .li .copy_area h3 {
  font-size: 22px;
  font-weight: 300;
  margin: 45px 0px;
  color: #222;
  line-height: 1.4;
  opacity: 1;
  word-break: keep-all;
}
.main-carousel .li .copy_area h4 {
  text-align: center;
  margin: 50px auto 0 auto;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.main-carousel .li .copy_area h4 a {
  color: #fff;
  padding: 18px 42px;
  display: block;
  text-align: center;
  width: 160px;
  margin: auto;
  background-color: #ff3414;
}
.main-carousel .owl-dots {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  bottom: 135px;
  display: none;
}
.main-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 5px;
  display: inline-block;
  margin-left: 10px;
  border: 0;
}
.main-carousel .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 1);
}
.main-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 50%;
}

.main-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 999;
  background: url(../img/arrow_left.png) no-repeat;
  width: 62px;
  height: 53px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
}
.main-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 999;
  background: url(../img/arrow_right.png) no-repeat;
  width: 62px;
  height: 53px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
}
.main-carousel .owl-prev:hover {
  background: url("../img/arrow_on_left.png") no-repeat;
}
.main-carousel .owl-next:hover {
  background: url("../img/arrow_on_right.png") no-repeat;
}

.nav-view .progress-bar {
  width: 300px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  height: 2px;
  background-color: #ddd;
  transform: translateY(-5px);
}
.nav-view .progress-bar .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
}
.nav-view {
  position: absolute;
  left: 30px;
  bottom: 240px;
  z-index: 10;
  color: #f3f3f3;
  font-size: 18px;
}
.nav-view #slider-nav-idx {
  color: #fff;
}
.nav-view-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}


/*메인배너*/



/*section02 */
.accordion-list .accordion-item {
  position: relative;
  overflow: hidden; /* border-radius: 15px; */
}
.accordion-list .accordion-item .accordion-inner01:nth-child(1) {
  margin: 0;
}
.accordion-list .accordion-item .accordion-inner03:nth-child(3) {
  margin-right: 0;
}
.accordion-list .accordion-item .accordion-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
}
.accordion-list .accordion-item.active .accordion-inner {
  cursor: default;
}
.accordion-list li.accordion-item {
  width: 50%;
}
.accordion-item .accordion-inner .accordion-tit {
  position: absolute;
  top: 31%;
  left: 50%;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: left;
  z-index: 1;
  opacity: 1;
  filter: Alpha(opacity=100);
  transition: all 0.3s;
  transform: translateX(-50%);
}
.accordion-item .accordion-info-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.accordion-item .accordion-info-box .txt {
  font-size: 32px;
}
.accordion-item .accordion-info-box dl {
  position: relative;
  z-index: 1;
  padding: 18% 25%;
  filter: Alpha(opacity=0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.accordion-item .accordion-info-box dl dt {
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #fff;
  padding-bottom: 45px;
}
.accordion-item .accordion-info-box dl .accordion-txt {
  letter-spacing: -0.5px;
  color: #003a40;
  line-height: 1.81;
  white-space: normal;
  text-align: left;
}
.accordion-item .accordion-info-box dl .accordion-txt .txt {
  display: block;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: #003a40;
  margin: 0;
  padding: 0 0 220px 0;
  word-break: keep-all;
}
.accordion-item .accordion-info-box dl .accordion-txt .txt2 {
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  line-height: 150%;
}
.accordion-item .accordion-info-box dl .view_more {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: left;
}
.accordion-item .accordion-info-box dl .view_more:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 0;
  transition-delay: 0.2s;
}
.accordion-item .accordion-info-box dl .view_more a {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 20px;
}
.accordion-item .accordion-info-box dl .view_more a .arrow {
  display: inline-block;
  width: 48px;
  height: 27px;
  background: url("../img/main_arrow.png") no-repeat;
  background-size: contain !important;
  margin-left: 6px;
  vertical-align: middle;
}
.accordion-item.active .accordion-inner:after {
  opacity: 0;
  filter: Alpha(opacity=0);
}
.accordion-item.active .accordion-info-box dl .view_more:after {
  margin-left: 50%;
}
.accordion-item.active .accordion-inner .accordion-tit {
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all 0s;
}
.accordion-item.active .accordion-inner dl {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  -ms-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}



  .section02 .accordion-list {
    display: table;
    width: 100%;
    height: 900px;
    white-space: nowrap;
    overflow: hidden;
  }
  .accordion-list .accordion-item {
    display: table-cell;
    height: 100%;
    white-space: nowrap;
  }

@media all and (max-width: 1270px) {
	.accordion-info-box dt img{width:60%}
	.accordion-item .accordion-info-box dl dt {padding:0 0 30px 0}
	.accordion-item .accordion-info-box dl .accordion-txt .txt{font-size:1.7em;padding:0 0 120px 0}
	.accordion-item .accordion-info-box dl .accordion-txt .txt2{font-size:1.2em}
	.section02 .accordion-list {
		height: 600px;
	}
}

@media all and (max-width: 960px) {
	.pc_only {display:none;}
	.mo_only {display:block;}
	.accordion-item .accordion-inner .accordion-tit {
		position: relative;
	}
	.accordion-item .accordion-info-box {
		position: relative;
	}
	.accordion-list .accordion-item {
		display: block;
		height: auto;
	}
	.section02 .accordion-list {
		height: auto;
	}
	.accordion-list li.accordion-item{width:100%}
	.accordion-info-box img{width:100%}
	.accordion-item .accordion-info-box dd{display:block}
	.accordion-item .accordion-info-box dl{padding:14% 7%}
	.accordion-item .accordion-info-box dl dt{padding-bottom:20px}
	.accordion-item .accordion-info-box dl .accordion-txt .txt{font-size:1.8em;padding:0 0 30px 0}
	.accordion-item .accordion-info-box dl .accordion-txt .txt2{font-size:1.5em}
}

@media all and (max-width: 640px) {
	.accordion-info-box dt img{width:90%}
}


/*section02 웹디자인*/




/*section03 브랜드스토리*/
.brand-list .brand-item {
  position: relative;
  overflow: hidden; /* border-radius: 15px; */
  background-image: url(../img/section03_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brand-list .brand-item .brand-inner {
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 5px;
  overflow: hidden;
  background-size: cover;
}
.brand-list .brand-item.active .brand-inner {
  cursor: default;
}
.brand-list .brand-item {
  width: 50%;
}
.brand-item .brand-inner .brand-tit {
  position: ;
  top: 31%;
  left: 50%;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: left;
  z-index: 1;
  opacity: 1;
  filter: Alpha(opacity=100);
  transition: all 0.3s;
  transform: translateX(-50%);
}
.brand-item .brand-info-box .txt {
  font-size: 32px;
}
.brand-item01 .brand-info-box dl {
  z-index: 1;
  padding: 17% 5% 15% 25%;
  filter: Alpha(opacity=0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.brand-item02 .brand-info-box dl {
  z-index: 1;
  padding: 15% 5% 15% 0;
  filter: Alpha(opacity=0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.brand-item .brand-info-box dl dt {
  padding: 0px 0 40px 0;
}
.brand-item .brand-info-box dl dt img{
  vertical-align:top
}
.brand-item .brand-info-box dl .brand-txt {
  letter-spacing: -0.5px;
  color: #fff;
  white-space: normal;
  text-align: left;
}
.brand-item .brand-info-box dl .brand-txt .txt {
  display: block;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  word-break: keep-all;
}
.brand-item .brand-info-box dl .brand-txt .txt3 {
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  margin: 0;
  word-break: keep-all;
}
.brand-item.active .brand-inner .brand-tit {
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all 0s;
}
.brand-item.active .brand-inner dl {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  -ms-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

  .section03 .brand-list {
    display: table;
    width: 100%;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
  }
  .brand-list .brand-item {
    display: table-cell;
    height: 100%;
    white-space: nowrap;
  }

@media all and (max-width: 1270px) {
	.brand-item02 .brand-info-box dl{padding:15% 5% 15% 0 !important}
	.section03 .brand-list {
		height: auto;
	}
	.brand-item .brand-info-box {
		position: relative;
	}
	.brand-item .brand-info-box dl dt img{width:30%}
	.brand-item .brand-info-box dl .brand-txt .txt {font-size:20px}
	.brand-item .brand-info-box dl dt{padding-bottom:40px}
	.brand-item .brand-info-box dl .brand-txt .txt3{font-size:1.2em;font-weight:300;line-height: 1.5;}
}
@media all and (max-width: 960px) {
	.pc_only {display:none;}
	.mo_only {display:block;}
	.brand-item .brand-inner .brand-tit {
		position: relative;
	 }
	.brand-item02 .brand-info-box dl{padding:5% 7% 15% 7% !important}
	.brand-item .brand-info-box {
		position: relative;
	}
	.brand-list li.brand-item{width:100%;display: block;}
	.brand-info-box img{width:50%}
	.brand-item01 dl{padding:14% 7% 0 7% !important}
	.brand-item02 dl{padding:0 7% 10% 7% !important}
	.brand-item .brand-info-box dl dt{padding-bottom:20px}
	.brand-item .brand-info-box dl .brand-txt .txt{font-size:1.5em;padding:0 0 30px 0}
	.brand-item .brand-info-box dl .brand-txt .txt3{font-size:1.3em;font-weight:300}
}
@media all and (max-width: 640px) {
	.brand-item .brand-info-box dl dt img{width:40%}
}

/*section03 브랜드스토리*/









/*section04 히스토리*/
.tl_main_history_wrap {
  padding: 165px 0px  145px 0;
  text-align: center;
  overflow: hidden;
  background-color:#fff;
  position: relative;
}
.tl_main_history_wrap h2 {
  font-size: 35px;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
}
.tl_main_history_wrap h2 span {
  display: block;
  font-size: 30px;
  color: #003a40;
  opacity: 1;
  line-height: 23px;
  padding: 35px 20px;
  word-break: keep-all;
}
.tl_main_history_wrap ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align: middle;
  margin-top: 60px;
}
.tl_main_history_wrap ul li {
  display: block;
  margin-top: 20px;
}
.tl_main_history_wrap ul li .t1 {
  color: #fff;
  font-size: 20px;
}
.tl_main_history_wrap ul li .t2 {
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  padding: 20px 0px 0px 0;
}
.tl_main_history_wrap ul li .t3 {
  color: #fff;
  font-size: 17px;
  padding-bottom: 30px;
}
.tl_main_history_wrap li img{margin:0 auto}

@media screen and (max-width: 640px) {
  .tl_main_history_wrap ul li .t2 {
    font-size: 45px;
  }
}
@media all and (max-width: 1270px) {
	.tl_main_history_wrap{padding:9% 0 1% 0}
	.tl_main_history_wrap h2 img{width:45%}
	.tl_main_history_wrap h2 span{font-size:24px}
	.tl_main_history_wrap li img{width:75%;margin:0 auto}
	.tl_main_history_wrap ul {margin:40px 0}
}
@media all and (max-width: 960px) {
	.tl_main_history_wrap{padding:7% 0 1% 0}
	.tl_main_history_wrap h2 span{font-size:24px}
	.tl_main_history_wrap h2 img{width:40%}
	.tl_main_history_wrap li img{width:75%;margin:0 auto}
	.tl_main_history_wrap ul {margin:40px 0 2px 0}
}
@media all and (max-width: 640px) {
	.tl_main_history_wrap h2 img{width:50%}
}
/*section04 히스토리*/



/*section05 awards*/
.awards-list .awards-item {
  position: relative;
  overflow: hidden; /* border-radius: 15px; */
}
.awards-list .awards-item .awards-inner {
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
}
.awards-list .awards-item.active .awards-inner {
  cursor: default;
}
.awards-list .awards-item {
  width: 50%;
}
.awards-item .awards-info-box {
}
.awards-item .awards-info-box .txt {
  font-size: 32px;
}
.awards-item .awards-info-box dl {
  position: relative;
  z-index: 1;
  margin: 13% 0 13% 25%;
  filter: Alpha(opacity=0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  width:620px;border-bottom:1px solid #e4e4e4;
}
.awards-item .awards-info-box dt {
  padding:50px;
}
.awards-item .awards-info-box dd {
  padding:30px;
  border-bottom:1px solid #e4e4e4;
}
.awards-item.active .awards-inner:after {
  opacity: 0;
  filter: Alpha(opacity=0);
}
.awards-item.active .awards-info-box dl .view_more:after {
  margin-left: 50%;
}
.awards-item.active .awards-inner .awards-tit {
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all 0s;
}
.awards-item.active .awards-inner dl {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  -ms-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

  .section05 .awards-list {
    display: table;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .awards-list .awards-item {
    display: table-cell;
    white-space: nowrap;
  }

@media all and (max-width: 1270px) {
	.awards-info-box dt img{width:40%}
	.awards-info-box dd img{width:60%}
	.awards-item .awards-info-box dl .awards-txt .txt{font-size:1.5em;padding:0 0 30px 0}
	.awards-item .awards-info-box dl .awards-txt .txt2{font-size:1.7em}
	.section05 .awards-list {
		height: 600px;
	}
	.awards-item .awards-info-box dl{margin: 13% 0 10% 10%;}
	.awards-item .awards-info-box dt {padding:30px 0 20px 50px}
}

@media all and (max-width: 960px) {
  .section05.awards-list {
    margin: 0px auto;
  }
  .awards-list .awards-item {
    display: block;
    width: 100% !important;
    height: auto;
    padding-left: 0;
  }
  .awards-list .awards-item:first-child {
    margin-top: 0;
  }
  .awards-list .awards-item .awards-inner {
    background-image: none;
    position: relative;
  }
  .awards-list .awards-item .awards-m-img {
    height: 0;
    padding-top: 110px;
    background-size: cover !important;
    -webkit-transition: padding 0.4s;
    -moz-transition: padding 0.4s;
    -o-transition: padding 0.4s;
    -ms-transition: padding 0.4s;
    transition: padding 0.4s;
  }
  .awards-item .awards-info-box{position:relative}
  .awards-info-box dt img{width:40%}
  .awards-info-box dd img{width:100%}
  .awards-item .awards-info-box dl{margin:0%;width:100%;padding:14% 7%}
  .awards-item .awards-info-box dt{padding:0% 0 20px 0}
  .awards-item .awards-info-box dd{padding:20px 10px}
}
@media all and (max-width: 640px) {
  .awards-info-box dt img{width:50%}
}

/*section05 awards*/


/*section07 방송일정*/
.notice_latest_warp {
  padding: 165px 0px;
  text-align: center;
  overflow: hidden;
  background-color:#fff;
  position: relative;
}
.notice_latest_warp h2 {
  font-size: 35px;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
}
.notice_latest_warp h2 span {
  display: block;
  font-size: 28px;
  color: #003a40;
  opacity: 1;
  line-height: 23px;
  padding: 35px 20px 80px 20px;
  word-break: keep-all;
}
@media all and (max-width: 1270px) {
  .pc_liveonly {display:none;}
  .mo_liveonly {display:block;}

	.mo_liveonly1 {display:block;}
	.mo_liveonly2 {display:none;}
	.mo_liveonly3 {display:none;}
	.mo_liveonly4 {display:none;}
	.mo_liveonly5 {display:none;}

  .notice_latest_warp{padding:9% 0}
  .notice_latest_warp h2 {margin-bottom:60px}
  .notice_latest_warp h2 span{font-size:24px;padding:35px 20px;}
  .notice_latest_warp h2 img{width:40%}
}

@media all and (max-width: 970px) {
	.mo_liveonly1 {display:none;}
	.mo_liveonly2 {display:block;}
	.mo_liveonly3 {display:none;}
	.mo_liveonly4 {display:none;}
	.mo_liveonly5 {display:none;}

  .notice_latest_warp{padding:7% 0}
  .notice_latest_warp h2 {margin-bottom:60px}
  .notice_latest_warp h2 span{font-size:24px;padding:0 0 30px 0}
  .notice_latest_warp h2 img{width:40%}
}

@media all and (max-width: 640px) {
	.mo_liveonly1 {display:none;}
	.mo_liveonly2 {display:none;}
	.mo_liveonly3 {display:block;}
	.mo_liveonly4 {display:none;}
	.mo_liveonly5 {display:none;}

  .notice_latest_warp{padding:14% 0}
  .notice_latest_warp h2 {margin-bottom:0px}
  .notice_latest_warp h2 span{font-size:24px;padding:0 0 30px 0}
  .notice_latest_warp h2 img{width:50%}
}

/*section07*/


/*section11 로고*/
.tl_logo_wrap {
  width: 100%;
  padding: 20px 0;
}
.tl_logo_wrap .owl-nav {
  display: none;
}
/*section11 로고*/

.txtCon {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  clear: both;
}
.txtCon .sub_title {
  margin: 110px 0 50px;
  padding: 0 0;
  text-align: center;
}
.txtCon .sub_title h2 {
  font-size: 40px;
  color: #000;
}
.txtCon .sub_title p {
  font-size: 16px;
  color: #555;
  padding-top: 10px;
  word-break: keep-all;
}
.txtboard {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: #444;
  clear: both;
}
@media screen and (max-width: 640px) {
  .txtCon {
    font-weight: 400;
  }
  .txtCon .sub_title h2 {
    font-size: 32px;
  }
}

/*SNS*/
.sns_wrap {
  width: 100%;
  background-color: #282828;
  padding: 50px 0;
  clear: both;
}
.sns_wrap .text-center {
  text-align: center;
}
.sns_wrap .margin-right-20 {
  margin-right: 20px;
  color: #777;
}
.sns_wrap .margin-right-20:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sns_wrap i {
  background-color: #444;
  padding: 5px;
  border-radius: 50px;
}
.sns_wrap .txt {
  top: -3px;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
/*SNS*/

/*푸터*/
#footer {
  width: 100%;
  height: auto;
  background: #f6f6f6;
  clear: both;
}
.foot_menu {
  width: 100%;
  padding: 20px 20px;
  background: #f6f6f6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.foot_menu .fm {
  float: left;
}
.foot_menu .fm li {
  display: inline-block;
  line-height: 2em;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.foot_menu .fm li a {
  font-size: 1.08em;
  color: #6d6d6d;
}
.foot_menu .fm li a.point {
  color: #6d6d6d;
}
.foot_menu .fm li:last-child {
  border-right: 0;
}
.foot_menu .menu {
  margin-top: 20px;
}

.footer_in {
  max-width: 1340px;
  height: auto;
  padding: 80px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer_in address h1 {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 12px;
  margin-bottom: 17px;
  color: #6d6d6d; border-bottom:1px solid #cdcdcd;
}
.footer_in address h1 strong {
  font-weight: 600;
  color: #6d6d6d;
}
.footer_in address h1 span {
  font-weight: 300;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.8em;
}

.footer_in address p {
  overflow: hidden;
  font-size: 16px;
  color: #6d6d6d;
}
.footer_in address p strong {
  font-weight: 300;
  color: #6d6d6d;
}
.footer_in address p span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.6em;
}
.footer_in address p.addr {
  margin-top: 18px;
}
.footer_in address p.copylight {
  font-size: 16px;
  color: #6d6d6d;
  line-height:1.8em;
}
.footer_in address {
  float: right;
  width: 60%;
  font-style: normal;
}
.footer_in .logo {
  float: left;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 20px;
  padding-left: 30px;
  margin-top:10px;
  font-size: 13px;
}
.footer_in .customer .main_tel {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer_in .customer .main_tel span {
  font-size: 20px;
  font-weight: bold;
  color: #32c0eb;
  display: block;
  margin-top: 10px;
}
@media all and (max-width: 1270px) {
	.footer_in {
	  padding: 50px 20px;
	}
	.footer_in address h1 {
	  font-size: 14px;
	}
	.footer_in address p {
	  font-size: 14px;
	}
	.footer_in address p.copylight {
	  font-size: 13px;
	}
	.footer_in .logo img {height:80px}
}
@media screen and (max-width: 640px) {
  .footer_in address {
    width: 100%;
  }
  .footer_in .customer {
    width: 100%;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .foot_menu .fm {
    margin-bottom: 20px;
  }
  .foot-banner > a {
    font-size: 18px;
    height: 100px;
  }
  .foot-banner > a:after {
    background: url(../img/link.png) no-repeat 50% 50%/50% auto;
  }
  .foot-banner > a:first-child:after {
    margin: 0;
  }
  .foot-banner > a:after {
    margin: 0;
  }

	.footer_in{padding:40px 20px}
	.footer_in address h1{font-size:14px}
	.footer_in address p {
	  font-size: 14px;
	}
	.footer_in address p.addr {
	  margin-top: 14px;
	}
	.footer_in address p.copylight {
	  font-size: 14px;
	}
	.footer_in address p.copylight{font-size:12px;text-align:center;padding:20px 0 0 0}
	.footer_in .logo {
	  float: none; text-align:center;
	  margin: 0px;padding:0px 0 30px 0;
	}
	.footer_in .logo img {height:80px}

}

@media screen and (max-width: 450px) {
  .foot_menu .sns {
    float: left;
  }
  .foot-banner > a {
    font-size: 18px;
  }
}
/*푸터*/

/* 푸터팝업*/
.tl_pop_con {
  background: #fff;
}
.tl_pop_con h2.f_pop_tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #076aa3;
  font-size: 20px;
  color: #fff;
}
.tl_pop_con h2.f_pop_tit img {
  display: inline-block;
  margin-left: 50px;
  margin-right: 5px;
  margin-top: -10px;
  width: 120px;
}
.tl_pop_con h2.f_pop_tit span {
  display: inline-block;
  padding-left: 50px;
}
.f_pop_wrap {
  line-height: 23px;
  text-align: justify;
  word-break: break-all;
  font-size: 15px;
  overflow-y: auto;
}
.f_pop_wrap strong {
  color: #00a19a;
  font-weight: normal;
}
.f_pop_wrap p {
  color: #333;
  padding: 40px 50px;
  line-height: 1.6;
}
.mfp-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_close.png") no-repeat center center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  border-radius: 50%;
}
.mfp-close {
  width: 40px;
  height: 40px;
  text-indent: -999px;
  opacity: 1;
  overflow: hidden;
  background-color: transparent;
  border: 0;
}
button.mfp-close:hover:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* 푸터팝업*/

/*기본*/
header {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}
header .logo {
  float: left;
  line-height: 56px;
}
header .logo img {
  width: 80%;
}
header .menu {
  float: right;
  padding-right: 20px;
}
header b {
  display: inline-block;
  margin: 20px;
  padding: 6px 0;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
}
header b:hover {
  color: #fff;
}

.scrolled header b {
  padding: 0;
}

@media screen and (max-width: 1600px) {
  header b {
    display: inline-block;
    margin: 20px 10px;
    padding: 6px 0;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
  }
}

@media screen and (max-width: 1400px) {
  .main-carousel .owl-nav {
    display: none;
  }
  header b {
    display: inline-block;
    margin: 20px 5px;
    padding: 6px 0;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
  }
}

@media screen and (max-width: 1270px) {
  header .menu {
    display: none;
  }
  .main-carousel .li{height:700px}
  .main-carousel .li .copy_area{
    top:50%;
  }
  .main-carousel .li .copy_area h2 {
    font-size: 42px;
  }
  .main-carousel .li .copy_area h3 {
    font-size: 20px;
  }
	#header-wrap{height:80px !important}
}

@media screen and (max-width: 960px) {
	.pc_only {display:none;}
	.mo_only {display:block;}
  .main-carousel .li .copy_area h2 {
    font-size: 32px;
  }
  .main-carousel .li .copy_area h3 {
    font-size: 20px;
    word-break: keep-all;
    line-height: 1.6;
  }
  .main-carousel .owl-nav {
    display: none;
  }

  .tl_main_about_wrap ul li {
    width: 100%;
  }
  .tl_business_wrap ul li {
    width: 100%;
  }

  .footer {
    padding-top: 0;
  }
  .footer ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 2%;
  }
  .footer ul li:last-child {
    margin-top: 2%;
  }
}
@media screen and (max-width: 920px) {
  .main-carousel .img01 {
    background-image: url(../img/main_image_m.jpg);
  }
  .main-carousel .li .copy_area{
    top:80%;
  }
  .main-carousel .li .copy_area h2 {
    font-size: 42px;color:#ffffff;text-align:center
  }
  .main-carousel .li .copy_area h3 {
    margin: 10px auto 0 auto;
    font-size: 25px;
    letter-spacing: -0.5px;color:#ffffff;text-align:center
  }
}

@media screen and (max-width: 576px) {
  .nav-view {
    bottom: 200px;
  }
  .mainVideo {
    height: 100vh;
  }
  .bg-fixed {
    height: 100vh;
  }
  .main-carousel .jarallax {
    height: 100vh;
  }
  .main-carousel .li {
    height: 100vh;
  }

  .main-carousel .li .copy_area{
    top:75%;
  }
  .main-carousel .li .copy_area h2 {
    font-size: 36px;color:#ffffff;text-align:center
  }
  .main-carousel .li .copy_area h3 {
    margin: 10px auto 0 auto;
    font-size: 18px;
    letter-spacing: -0.5px;color:#ffffff;text-align:center
  }
  .main-carousel .owl-nav {
    display: none;
  }
}

.sub_visual {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  height: 160px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.sub_visual.visual01 .bg {
  background-image: url(../img/section05_bg.jpg);
}
.sub_visual.visual02 .bg {
  background-image: url(../img/sub_visual02.jpg);
}
.sub_visual.visual03 .bg {
  background-image: url(../img/sub_visual03.jpg);
}
.sub_visual.visual04 .bg {
  background-image: url(../img/sub_visual04.jpg);
}
.sub_visual.visual05 .bg {
  background-image: url(../img/sub_visual05.jpg);
}
.sub_visual:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sub_visual .title_wrap {
  display: table;
  margin: 0 auto;
  height: 500px;
}
.sub_visual .title {
  max-width: 1240px;
  display: table-cell;
  vertical-align: middle;
}
.sub_visual h3 {
  position: relative;
  z-index: 2;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -4px;
  color: #fff;
  text-align: center;
}
.sub_visual h3:after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  margin: 10px auto;
  background-color: #fff;
}
.sub_visual h4 {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
.sub_visual .sub_title {
  font-size: 15px;
  text-align: center;
  filter: alpha(opacity=60);
  position: relative;
  font-weight: 600;
  color: #fff;
  z-index: 2;
  opacity: 0.8;
  padding-top: 10px;
}
.sub_visual .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/.png) center bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 1200px;
  opacity: 0.6;
  z-index: 1;
}
.sub_visual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1270px) {
  .sub_visual {
    height: 80px;
  }
}

@media screen and (max-width: 640px) {
  .sub_visual {
    height: 80px;
  }
  .sub_visual .title_wrap {
    max-width: 100%;
    height: 400px;
  }
  .sub_visual h3 {
    font-size: 35px;
  }
  .sub_visual .sub_title {
    font-size: 13px;
  }
}

.ctl-box .btn-admin {
  width: 36px;
  height: 36px;
  background-color: #fff;
  line-height:36px;
  font-size: 16px;
  color:tomato;
}

.anamemove{position:absolute;top:-140px;left:0px}
@media all and (max-width: 1270px) {
.anamemove{position:absolute;top:-80px;left:0px}
}