<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template Name: Fruitkha - Responsive Bootstrap4 Shop Template
Template URI: 
Description: Bootstrap template for fruits or any other kind of shop
Author: Imran Hossain
Author URI: https://imransdesign.com/
Version: 1.0
*/
/* -----------------------------------------------------------------------------

# Base - Genral &amp; Typography

----------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&amp;display=swap);

html {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  height: 100%;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #051922;
  font-weight: 400;


}




body img {
  max-width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
color: #000000;
}

a:hover {
  color: #F28123;
  text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #051922;
  letter-spacing: -1px;
}

h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
  margin: 0;
}

h1, .h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}


h2, .h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.25rem;
}

h3, .h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}


h4, .h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}




h5, .h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6rem;
}



h6, .h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 0.5rem 0;
}

p:last-child {
  margin: 0;
}




.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  text-align: center;

}


.pagination{
  padding: 0;
}

.pagination ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination a{
  display: inline-block; 
  padding: 15px 22px;
  color: #222;
}

/* ONE */

.p1 a{
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  text-decoration-line: none;

}

.p1 a.is-active{
  background-color: #ff5503;
  border-radius: 100%;
  color: #fff;
}







/* -----------------------------------------------------------------------------

# All Common Styles

----------------------------------------------------------------------------- */
.loader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  background: #fff;
  overflow-x: hidden;
}

.loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
}

.circle {
  width: 8vmax;
  height: 8vmax;
  border-right: 4px solid #000;
  border-radius: 50%;
  -webkit-animation: spinRight 800ms linear infinite;
  animation: spinRight 800ms linear infinite;
}

.circle:before {
  content: '';
  width: 6vmax;
  height: 6vmax;
  display: block;
  position: absolute;
  top: calc(50% - 3vmax);
  left: calc(50% - 3vmax);
  border-left: 3px solid #F28123;
  border-radius: 100%;
  -webkit-animation: spinLeft 800ms linear infinite;
  animation: spinLeft 800ms linear infinite;
}

.circle:after {
  content: '';
  width: 6vmax;
  height: 6vmax;
  display: block;
  position: absolute;
  top: calc(50% - 3vmax);
  left: calc(50% - 3vmax);
  border-left: 3px solid #F28123;
  border-radius: 100%;
  -webkit-animation: spinLeft 800ms linear infinite;
  animation: spinLeft 800ms linear infinite;
  width: 4vmax;
  height: 4vmax;
  top: calc(50% - 2vmax);
  left: calc(50% - 2vmax);
  border: 0;
  border-right: 2px solid #000;
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}

@-webkit-keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}






/*붓다회스토리 1~3번 */
.news-bg-1 {
  background-image: url(http://www.btn.co.kr/upload/upload/images/prog/P1286/202110/20211020_05.jpg);
}

.news-bg-2 {
  background-image: url(http://www.btn.co.kr/upload/upload/images/prog/P1286/202110/20211020_04.jpg);
}

.news-bg-3 {
  background-image: url(http://www.btn.co.kr/upload/upload/images/prog/P1286/202110/20211020_03.jpg);
}



.flash_top{overflow:hidden;width:100%;}
.flash_top li{overflow:hidden;float:left;height:70px;line-height:45px;padding-top:11px;}
.flash_top .l1{width:20%;background-color:#F28123;}
.flash_top .l2{width:20%;background-color:#ffffff;border-right:1px solid #e1e1e1;}
.flash_top .l3{width:20%;background-color:#ffffff;border-right:1px solid #e1e1e1;}
.flash_top .l4{width:20%;background-color:#ffffff;border-right:1px solid #e1e1e1;}
.flash_top .l5{width:20%;background-color:#ffffff;}

a.flash_title {
  font-family: 'Noto Sans KR', sans-serif;
  display: inline-block;
  color: #ffffff;
}
a.flash_title:hover {
  color: #000000;
}

a.flash_title2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


a.flash_title2 {
  font-family: 'Noto Sans KR', sans-serif;
  display: inline-block;
  color: #000000;
}
a.flash_title2:hover {
  color: #F28123;
}

a.flash_title2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ms-3{
    margin-left: 1rem !important;
}



.bg-gradient {
background-image: var(--bs-gradient) !important;
}



.mt-80 {
  margin-top: 80px;
}


.mb-30 {
  margin-bottom: 30px;
}


.mb-80 {
  margin-bottom: 80px;
}


.mt-100 {
  margin-top: 100px;
}


.mb-100 {
  margin-bottom: 100px;
}


.mt-150 {
  margin-top: 150px;
}


.mb-150 {
  margin-bottom: 150px;
}

.gray-bg {
  background-color: #f5f5f5;
}

.orange-text {
  color: #e35f2f;
}

.blue-bg {
  background-color: #162133;
}

a.boxed-btn {
  font-family: 'Noto Sans KR', sans-serif;
  display: inline-block;
  background-color: #F28123;
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
}


a.bordered-btn {
  font-family: 'Noto Sans KR', sans-serif;
  display: inline-block;
  color: #fff;
  border: 2px solid #ffffff;
  padding: 7px 20px;
	font-size: 18px;
}





a.read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #051922;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}

a.read-more-btn:hover {
  color: #F28123;
}

a.boxed-btn, a.bordered-btn, a.cart-btn {
  border-radius: 10px;
}

.section-title h3 {
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
}


.main_sub_title {
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
}




.section-title p {
  font-size: 15px;
  width: 530px;
  margin: 0 auto;
  color: #555;
  margin-top: 10px;
  line-height: 1.8;
}

.section-title2 {
  margin-bottom: 38px;
}




.breadcrumb-bg {
  background-image: url(/sub/img/breadcrumb-bg2.jpg);
}

.breadcrumb-bg01 {
  background-image: url(/sub/img/btnclub_sub01.jpg);
}

.breadcrumb-bg02 {
  background-image: url(/sub/img/btnclub_sub02.jpg);
}

.breadcrumb-bg03 {
  background-image: url(/sub/img/btnclub_sub03.jpg);
}

.breadcrumb-bg04 {
  background-image: url(/sub/img/btnclub_sub04.jpg);
}

.breadcrumb-bg05 {
  background-image: url(/sub/img/btnclub_sub05.jpg);
}

.breadcrumb-bg06 {
  background-image: url(/sub/img/btnclub_sub06.jpg);
}

.breadcrumb-bg07 {
  background-image: url(/sub/img/btnclub_sub07.jpg);
}

.breadcrumb-bg08 {
  background-image: url(/sub/img/btnclub_sub08.jpg);
}

.breadcrumb-bg09 {
  background-image: url(/sub/img/btnclub_sub09.jpg);
}

.breadcrumb-bg10 {
  background-image: url(/sub/img/btnclub_sub10.jpg);
}





.breadcrumb-text p {
  color: #F28123;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.breadcrumb-text h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  margin-top: 20px;
}

.breadcrumb-section {
  padding: 180px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
/*  background-attachment: fixed; */
}

.breadcrumb-section:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #dcdcdc;
  z-index: -1;
  opacity: 0.1;
}

/* -----------------------------------------------------------------------------

# Header Styles

----------------------------------------------------------------------------- */
ul.navbar-nav li.nav-item a.nav-link, ul.navbar-nav li.nav-item.active a.nav-link {
  color: #051922;
}

.top-header-area {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 20px 0;
}

.top-header-area.white ul.navbar-nav li.nav-item a.nav-link, .top-header-area.white ul.navbar-nav li.nav-item.active a.nav-link {
  color: #fff;
}

ul.navbar-nav li.nav-item a.nav-link, ul.navbar-nav li.nav-item.active a.nav-link {
  color: #fff;
  font-weight: 700;
  margin-right: 14px;
}

a.navbar-brand img {
  max-width: 150px;
}

nav.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.main-menu ul li {
  display: inline-block;
}

nav.main-menu ul li a {

  color: #fff;
  font-size: 22px;
  display: block;
  padding: 15px 0px 15px 20px;
  font-weight: 500;
  letter-spacing : -1px;
}

nav.main-menu ul &gt; li {
  position: relative;
}

nav.main-menu ul ul.sub-menu {
  position: absolute;
  background-color: #fff;
  width: 260px;
  padding: 15px 15px;
  margin: 0;
  left: 0;
  top: 60px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px #555555;
  box-shadow: 0 0 20px #555555;
}

nav.main-menu ul ul.sub-menu li {
  display: block;
  text-align: left;
}

nav.main-menu ul ul.sub-menu li a {
  color: #555;
  font-weight: 62022-05-0900;
  padding: 7px 10px;
  font-size: 13px;
}

nav.main-menu ul &gt; li:hover ul {
  opacity: 1;
  visibility: visible;
}

nav.main-menu ul li:last-child a {
  display: inline-block;
}

nav.main-menu &gt; ul li:last-child {
  float: right;
}

.site-logo {
  float: left;
  max-width: 200px;
  padding: 15px 0;
}


ul.sub-menu li:last-child {
  float: none !important;
}

.mean-container .mean-bar {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 15px;
}

.mean-bar a.meanmenu-reveal {
  background-color: #FFFFFF;
}

.main-menu-wrap {
  position: relative;
}

.mean-container a.meanmenu-reveal {
  color: #051922;
  opacity : 0.7;
}

.mean-container a.meanmenu-reveal span {
  background-color: #051922;
}

.mean-container .mean-nav ul li a {
  padding: 0.5em 5%;
}

.mean-container .mean-nav ul li li a {
  padding: 0.5em 10%;
}

.mean-container .mean-nav ul li a.mean-expand {
  font-size: 16px;
  height: 10px;
  line-height: 10px;
  width: 15px;
}

.mean-container a.meanmenu-reveal {
  padding: 8px 8px 6px;
}

nav.mean-nav &gt; ul &gt; li:first-child &gt; a {
  border-top: none;
}

.header-icons a {
  color: #fff;
  display: inline-block;
  padding: 10px;
}



.top-header-area.sepherate-header ul li &gt; a, .top-header-area.sepherate-header .header-icons a {
  color: #051922;
}

nav.main-menu ul ul.sub-menu li {
  display: block;
}

nav.main-menu ul ul.sub-menu li a {
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
}

nav.main-menu ul li.current-list-item &gt; a {
  color: #F28123;
}

nav.main-menu li:hover &gt; a {
  color: #ff8712;
}

nav.main-menu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top-header-area .header-icons a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top-header-area .header-icons a:hover {
  color: #F28123;
}

.sticky-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
}

.sticky-wrapper.is-sticky .top-header-area {
  background-color: #0a3244;
  padding: 5px 0;
}

.top-header-area {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.navbar-nav {
  margin: 0 auto;
}

.search-area {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5555;
  background-color: #051922;
  width: 100%;
  height: 100%;
  text-align: center;
}

span.close-btn {
  position: absolute;
  right: 0%;
  color: #fff;
  top: 5%;
  cursor: pointer;
}

.search-area {
  height: 100%;
}

.search-area div {
  height: 100%;
}

.search-bar {
  height: 100%;
  display: table;
  width: 100%;
}

a.mobile-show {
  display: none;
}

.search-area .search-bar div.search-bar-tablecell {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}

.search-bar-tablecell input {
  border: none;
  padding: 15px;
  width: 60%;
  background-color: transparent;
  border-bottom: 1px solid #F28123;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}

.search-bar-tablecell button[type=submit] {
  border: none;
  background-color: #F28123;
  padding: 15px 30px;
  cursor: pointer;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
}

.search-bar-tablecell input::-webkit-input-placeholder {
  color: #fff;
}

.search-bar-tablecell input:-ms-input-placeholder {
  color: #fff;
}

.search-bar-tablecell input::-ms-input-placeholder {
  color: #fff;
}

.search-bar-tablecell input::placeholder {
  color: #fff;
}

.search-bar-tablecell button[type=submit] i {
  margin-left: 5px;
}

.search-area {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-area.search-active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.search-bar-tablecell h3 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 7px;
}

/* -----------------------------------------------------------------------------

# Footer Styles

----------------------------------------------------------------------------- */
.single-logo-item img {
  max-width: 180px;
  margin: 0 auto;
}

.logo-carousel-section {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.footer-area {
  background-color: #051922;
  color: #fff;
  padding: 100px 0px 68px 0px;
}

h2.widget-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
}

h2.widget-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  content: "";
}

.footer-box p {
  color: #fff;
  opacity: 1.7;
  line-height: 1.8;
}

.footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-box ul li {
  opacity: 1.0;
  margin-bottom: 10px;
  line-height: 1.8;
}

.footer-box ul li:last-child {
  margin-bottom: 0;
}

.footer-box.subscribe form input[type=email] {
  border: none;
  background-color: #012738;
  width: 78%;
  padding: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
}

.footer-box.subscribe form button {
  width: 20%;
  border: none;
  background-color: #012738;
  color: #F28123;
  padding: 14px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}

.footer-box.subscribe form button:focus {
  outline: none;
}

.copyright {
  background-color: #051922;
  border-top: 1px solid #232a35;
}







.copyright p {
  margin: 0;
  color: #fff;
  opacity: 0.7;
  padding: 5px 0;
  font-size: 15px;
}

.copyright a {
  color: #FFFFFF;
  font-weight: 400;
}

.copyright a:hover {
  color: #f59d53;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  padding: 16px 10px;
  display: block;
}

.footer-box ul li a {
  color: #fff;
}



/* -----------------------------------------------------------------------------

# Hover Styles

----------------------------------------------------------------------------- */
a.navbar-brand {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.navbar-brand:hover {
  opacity: 0.7;
}

a.boxed-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.boxed-btn:hover {
  background-color: #051922;
  color: #F28123;
}

a.bordered-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.bordered-btn:hover {
  color: #fff;
}

ul.sub-menu a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.sub-menu li:hover a {
  color: #F28123;
}

.single-tof-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-tof-box:hover {
  -webkit-box-shadow: 0 0 80px #353535;
  box-shadow: 0 0 80px #353535;
}

a.video-play-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.video-play-btn:hover {
  background-color: #333;
  color: #F28123;
}

.latest-news-bg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-latest-news:hover .latest-news-bg {
  opacity: 0.8;
}

a.tof-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.tof-btn i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.tof-btn:hover {
  color: #F28123;
}

a.tof-btn:hover i {
  margin-left: 10px;
}

.single-latest-news {
  -webkit-box-shadow: 0 0 20px #dddddd;
  box-shadow: 0 0 20px #dddddd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-latest-news:hover {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-logo-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-logo-item:hover {
  opacity: 0.7;
}



.footer-box.subscribe form button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-box.subscribe form button:hover {
  background-color: #F28123;
  color: #051922;
}

.social-icons ul li:hover a {
  color: #F28123;
}

.social-icons ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.social-link-team li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.social-link-team li a:hover {
  background-color: #051922;
  color: #F28123;
}

.counter-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.counter-box:hover {
  -webkit-box-shadow: 0 0 80px #6f6f6f;
  box-shadow: 0 0 80px #6f6f6f;
}

input[type="submit"] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px !important;
}

input[type="submit"]:hover {
  background-color: #051922;
  color: #F28123;
}

div.owl-controls, .owl-controls div {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

div.owl-controls div.owl-nav div:hover {
  opacity: 0.7;
}

.pagination-wrap ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination-wrap ul li:hover a {
  background-color: #F28123;
}

.icons a i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icons a:hover i {
  color: #F28123;
}

.tof-text a.tof-btn {
  margin-top: 15px;
  display: inline-block;
}

.single-pricing-table {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-pricing-table:hover {
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}

.product-image img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-image img:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.cart-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.cart-btn:hover {
  background-color: #051922;
  color: #F28123;
}

.recent-posts ul li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.recent-posts ul li:hover {
  opacity: 0.7;
}

ul.sub-menu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.sub-menu li:hover a {
  color: #F28123 !important;
}

.sidebar-section ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-section ul li a:hover {
  opacity: 0.7;
}

.comment-text-body h4 a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.comment-text-body h4 a:hover {
  color: #F28123;
}

ul.product-share li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

ul.product-share li:hover a {
  color: #F28123;
}

.service-menu ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.service-menu ul li a.active {
  font-weight: 600;
  color: #ffe200;
}

.service-menu ul li a:hover {
  color: #ffe200;
}

.single-product-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-product-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-bar-tablecell button[type=submit] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-bar-tablecell button[type=submit]:hover {
  background-color: #fff;
  color: #000;
}

span.close-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

span.close-btn:hover {
  color: #fff;
}

a.mobile-show.search-bar-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.mobile-show.search-bar-icon:hover {
  color: #F28123;
}

/* -----------------------------------------------------------------------------

# Hero Styles

----------------------------------------------------------------------------- */
.hero-bg {
  background-image: url(/sub/img/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-text {
  display: table;
  height: 100%;
}

.hero-text-tablecell {
  display: table-cell;
}

.hero-area {
  height: 100%;
  position: relative;
  z-index: 1;
}

html, body {
width: 100%;
height: 100%;
}
body {
overflow-x:auto;
}

.hero-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #07212e;
  z-index: -1;
  opacity: 0.6;
}

.hero-text p.subtitle {
  color: #F28123;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 24px;
}

.hero-text h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}


.flash-text {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -3px;
}


.hero-area div {
  height: 100%;
}

.hero-area div.hero-text {
  height: 100%;
  width: 100%;
}

.hero-area div.hero-text-tablecell {
  height: auto;
  vertical-align: middle;
}

.hero-area div.hero-text-tablecell div {
  height: auto;
  vertical-align: middle;
}

.hero-btns {
  margin-top: 35px;
}

.hero-btns a.bordered-btn {
  margin-left: 15px;
}

.hero-area div.hero-form {
  background-color: #fff;
  text-align: center;
  width: 380px;
  margin: 0 auto;
  margin-right: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px #2d2d2d;
  box-shadow: 0 0 15px #2d2d2d;
  position: absolute;
  right: 30px;
  bottom: -15%;
  height: 600px;
}

input[type="submit"] {
  background-color: #F28123;
  color: #051922;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  border: none !important;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 3px;
}




@media only screen and (min-width: 1500px) and (max-width: 2800px) { 
.homepage-slider {height: 644px;}
.homepage-slider {width: 100%}

.sub-top-tv {height: 644px;}
.sub-top-tv {width: 100%}

.company-top-tv {height: 750px;}
.company-top-tv {width: 100%}


.company-top-tv2 {height: 380px;}
.company-top-tv2 {width: 100%}

}

@media only screen and (min-width: 200px) and (max-width: 1500px) { 
.homepage-slider {height: 600px;}
.homepage-slider {width: 1500px;}

.sub-top-tv {height: 600px;}
.sub-top-tv {width: 1500px;}

.company-top-tv {height: 650px;}
.company-top-tv {width: 1500px;}

.company-top-tv2 {height: 320px;}
.company-top-tv2 {width: 1500px;}

}



.homepage-slider div {
  height: 100%;
}

.homepage-slider div.hero-text {
  display: table;
  width: 100%;
}

.homepage-slider div.hero-text-tablecell {
  height: auto;
  vertical-align: middle;
  display: table-cell;
}

.homepage-slider div.hero-text-tablecell div {
  height: auto;
}

.single-homepage-slider {
  background-size: cover;
  background-position: center;
  background-color: #020C0E;
  position: relative;
  z-index: 1;
}

.single-homepage-slider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #051922;
  content: "";
  z-index: -1;
  opacity: 0.03;
}

div.owl-controls, .owl-controls div {
  height: auto;
  top: 50%;
  color: #FFFFFF;
  font-size: 40px;

}


.homepage-slider {
  position: relative;
}

.owl-prev {
  position: absolute;
  left: 60px;
  margin-top: -40px;
}

.owl-next {
  position: absolute;
  right: 60px;
  margin-top: -40px;
}


.homepage-slider div.hero-text2 {
  position: absolute;
  right: 60px;
  margin-top: -30px;
}






/* -----------------------------------------------------------------------------

# List Styles

----------------------------------------------------------------------------- */
.list-section {
  background-color: #f5f5f5;
}

.list-box {
  overflow: hidden;
  letter-spacing: -2px;
}

.list-box .content h3 {
  display: block;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 4px;
}

.list-box .content p {
  margin-bottom: 0px;
  opacity: 0.75;
  letter-spacing: -2px;
}

.list-box .list-icon i {
  display: block;
  font-size: 24px;
  margin-right: 15px;
  color: #F28123;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 51px;
  border: 2px #F28123 dotted;
  border-radius: 999px;
}

/* -----------------------------------------------------------------------------

# News Styles

----------------------------------------------------------------------------- */


.news-bg-4 {
  background-image: url(/sub/img/latest-news/news-bg-4.jpg);
}

.news-bg-5 {
  background-image: url(/sub/img/latest-news/news-bg-5.jpg);
}

.news-bg-6 {
  background-image: url(/sub/img/latest-news/news-bg-6.jpg);
}

.latest-news-bg {
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  background-color: #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}





.single-latest-news h3 {
  font-size: 30px;
  line-height: 1.25em;
  font-weight: 600;
}

.single-latest-news h3 a {
  color: #051922;
}

p.blog-meta span {
  margin-right: 15px;
  opacity: 0.6;
  color: #051922;
  font-size: 1em;
}

p.blog-meta span:last-child {
  margin-right: 0;
}

p.blog-meta span i {
  margin-right: 5px;
}

p.excerpt {
  line-height: 1.8;
  color: #555;
}

.latest-news a.boxed-btn {
  margin-top: 20px;
}

.news-text-box {
  padding: 25px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.news-text-box2 {
  padding: 50px 20px 50px 20px;
  border-radius: 15px;

}




.single-latest-news {
  margin-bottom: 30px;
}

.single-artcile-bg {
  background-image: url(/sub/img/latest-news/news-bg-3.jpg);
  height: 450px;
}

.pagination-wrap {
  margin-top: 40px;
}

.pagination-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination-wrap ul li {
  display: inline-block;
}

.pagination-wrap ul li a {
  color: #6f6f6f;
  font-size: 15px;
  background-color: #f3f3f3;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 5px;
  margin: 3px;
  font-weight: 600;
  border-radius: 50px;
}

.pagination-wrap ul li a.active {
  background-color: #F28123;
}

.single-artcile-bg {
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
}

.single-article-text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.single-article-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #051922;
}

.comments-list-wrap {
  margin: 100px 0;
}

.comments-list-wrap h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}

.comment-template h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}

.single-comment-body {
  position: relative;
}

.comment-user-avater {
  position: absolute;
  left: 0;
  top: 0;
}

.comment-user-avater img {
  width: 60px;
  max-width: 60px;
  border-radius: 50%;
}

.comment-text-body {
  padding-left: 80px;
  margin-bottom: 40px;
}

.comment-text-body h4 {
  font-size: 18px;
  font-weight: 600;
}

span.comment-date {
  opacity: 0.5;
  font-size: 80%;
  font-weight: 700;
  margin-left: 5px;
}

.comment-text-body h4 a {
  color: #051922;
  font-size: 80%;
  margin-left: 10px;
  border-bottom: 1px solid #aaa;
}

.single-comment-body.child {
  margin-left: 75px;
}

.comment-text-body p {
  color: #888;
  line-height: 2;
  margin: 0;
}

.comment-template h4 {
  margin-bottom: 10px;
}

.comment-template &gt; p {
  opacity: 0.7;
  margin-bottom: 30px;
}

.comment-template form p input[type=text] {
  border: 1px solid #ddd;
  width: 49%;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  color: #051922;
}

.comment-template form p input[type=email] {
  border: 1px solid #ddd;
  width: 49%;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  color: #051922;
  margin-left: 10px;
}

.comment-template form p textarea {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 15px;
  color: #051922;
  border-radius: 5px;
  height: 250px;
  resize: none;
  width: 100%;
}

.sidebar-section {
  margin-left: 30px;
}

.sidebar-section h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sidebar-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-section ul li {
  line-height: 1.5;
}

.sidebar-section ul li a {
  color: #555;
  font-size: 15px;
}

.sidebar-section &gt; div {
  margin-bottom: 60px;
}

.sidebar-section &gt; div:last-child {
  margin-bottom: 0;
}

.recent-posts ul li, .archive-posts ul li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}

.recent-posts ul li:before, .archive-posts ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f105";
  font-family: "Noto Sans KR";
  font-weight: 900;
}

.tag-section ul li {
  display: inline-block;
}

.tag-section ul li a {
  background-color: #ddd;
  padding: 3px 10px;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}

/* -----------------------------------------------------------------------------

# Cart Banner Styles

----------------------------------------------------------------------------- */
.cart-banner {
  background-color: #f5f5f5;
}

.cart-banner .image-column {
  position: relative;
  margin-top: 40px;
}

.cart-banner .image-column .price-box {
  position: absolute;
  left: 15%;
  top: -30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(242, 129, 35, 0.75);
}

.cart-banner .image-column .price-box .inner-price {
  position: relative;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  margin-top: 8px;
  text-align: center;
  border-radius: 50%;
  background-color: #F28123;
}

.cart-banner .image-column .price-box .inner-price .price {
  color: #051922;
  padding-top: 27px;
  position: relative;
  display: inline-block;
  line-height: 18px;
  font-weight: 400;
}

.cart-banner .image-column .price-box .inner-price .price strong {
  color: #051922;
  font-size: 24px;
}

.cart-banner .content-column {
  position: relative;
  padding-top: 40px;
}

.cart-banner .content-column h3 {
  font-size: 40px;
}

.cart-banner .content-column h4 {
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
}

.cart-banner .content-column .text {
  position: relative;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 25px;
  margin-bottom: 25px;
}

.time-counter {
  position: relative;
  margin-bottom: 25px;
}

.time-counter .time-countdown {
  position: relative;
}

.time-countdown .counter-column {
  position: relative;
  display: inline-block;
  margin: 0px 0px 5px;
  font-size: 13px;
  line-height: 1em;
  padding: 8px 20px 14px;
  text-transform: capitalize;
  text-align: center;
  border: 2px solid #F28123;
}

.time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.4em;
  padding: 0px 0px;
  color: #F28123;
  font-weight: 700;
  letter-spacing: 1px;
}

/* -----------------------------------------------------------------------------

# Testimonial Styles

----------------------------------------------------------------------------- */
.client-avater {
  margin-bottom: 20px;
}

.client-meta h3 {
  font-size: 20px;
  font-weight: 600;
}

.client-meta h3 span {
  display: block;
  font-size: 70%;
  margin-top: 10px;
  color: #051922;
  font-weight: 600;
  opacity: 0.5;
}

p.testimonial-body {
  font-size: 17px;
  font-style: italic;
  width: 700px;
  margin: 0 auto;
  line-height: 1.8;
  color: #999999;
  margin-top: 20px;
}

.last-icon {
  margin-top: 20px;
  font-size: 25px;
  opacity: 0.3;
}

.client-avater img {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------

# About Styles

----------------------------------------------------------------------------- */
a.video-play-btn {
  position: absolute;
  background-color: #F28123;
  color: #051922;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 92px;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  z-index: 2;
  top: 50%;
  margin-top: -45px;
  -webkit-box-shadow: 0 0 20px #adadad;
  box-shadow: 0 0 20px #adadad;
  left: 50%;
  margin-left: -45px;
}

.abt-bg {
  background-image: url(/sub/img/abt.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.abt-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #051922;
  opacity: 0.3;
}

.abt-section .abt-text {
  padding: 50px;
  padding-left: 30px;
}

.abt-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.abt-text p.top-sub {
  opacity: 0.8;
  margin-bottom: 10px;
}

.abt-text p:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------

# Shop Banner Styles

----------------------------------------------------------------------------- */
.shop-banner1{
  position: relative;
  background-color: #f5f5f5;
  background-image: url(/sub/img/shop-banner1.jpg);
  background-attachment: fixed;
  padding: 100px 0px 100px;
}

.shop-banner2{
  position: relative;
  background-color: #f5f5f5;
  background-image: url(/sub/img/shop-banner2.jpg);
  background-attachment: fixed;
  padding: 100px 0px 100px;
}

.shop-banner3{
  position: relative;
  background-color: #f5f5f5;
  background-image: url(/sub/img/shop-banner3.jpg);
  background-attachment: fixed;
  padding: 100px 0px 100px;
}

.shop-banner1 h3, .shop-banner2 h3, .shop-banner3 h3 {
  position: relative;
  font-size: 40px;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 0px;
}

.shop-banner1 .sale-percent, .shop-banner2 .sale-percent, .shop-banner3 .sale-percent {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #F28123;
}

.shop-banner1 .sale-percent span, .shop-banner2 .sale-percent span, .shop-banner3 .sale-percent span {
  position: relative;
  font-size: 24px;
  line-height: 1.1em;
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin-right: 10px;
  display: inline-block;
}

.shop-banner-sub1{
  position: relative;
  background-color: #f5f5f5;
  background-image: url(/sub/img/shop-banner-sub1.jpg);  
  padding: 100px 0px 100px;
}

.shop-banner-sub2{
  position: relative;
  background-color: #f5f5f5;
  background-image: url(/sub/img/shop-banner-sub2.jpg);  
  padding: 100px 0px 100px;
}







/* -----------------------------------------------------------------------------

# About Page Styles

----------------------------------------------------------------------------- */
.feature-bg {
  position: relative;
  margin: 150px 0;
}

.feature-bg:after {
  background-image: url(/sub/img/feature-bg.jpg);
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 0 0 20px #cacaca;
  box-shadow: 0 0 20px #cacaca;
  border-bottom-left-radius: 5px;
}

.single-team-item {
  position: relative;
}

.single-team-item h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.single-team-item h4 span {
  font-size: 70%;
  display: block;
  margin-top: 10px;
  opacity: 0.7;
}

ul.social-link-team {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

ul.social-link-team li {
  display: inline-block;
}

ul.social-link-team li a {
  color: #fff;
  background-color: #F28123;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 5px;
}

/* -----------------------------------------------------------------------------

# Contact Page Styles

----------------------------------------------------------------------------- */
.form-title {
  margin-bottom: 25px;
}

.form-title h2 {
  font-size: 25px;
}

.form-title p {
  font-size: 15px;
  line-height: 1.8;
}

.contact-form form p input[type=text], .contact-form form p input[type=tel], .contact-form form p input[type=email] {
  width: 49%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.contact-form form p textarea {
  border: 1px solid #ddd;
  padding: 15px;
  height: 200px;
  border-radius: 3px;
  width: 100%;
  resize: none;
}

.contact-form-wrap {
  background-color: #FBFBFB;
  padding: 45px 30px;
  border-radius: 5px;
}

.contact-form-box {
  padding-left: 40px;
  margin-bottom: 30px;
}

.contact-form-box h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

.contact-form-box h4 i {
  position: absolute;
  left: -13%;
  color: #F28123;
  top: 2px;
}

.contact-form-box p {
  line-height: 1.8;
  opacity: 0.8;
}

.contact-form-wrap .contact-form-box:last-child {
  margin: 0;
}

.find-location p {
  color: #fff;
  font-size: 40px;
  margin: 0;
  font-weight: 600;
  padding: 95px 0;
}

.find-location p i {
  margin-right: 10px;
  color: #F28123;
}

#form_status span {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: #E74C3C;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 0px;
  border-radius: 3px;
  margin-bottom: 18px;
}

#form_status span.loading {
  color: #333;
  background: #eee;
  border-radius: 3px;
  padding: 18px 0px;
}

#form_status span.notice {
  color: yellow;
}

#form_status .success {
  color: #fff;
  text-align: center;
  background: #2ecc71;
  border-radius: 3px;
  padding: 30px 0px;
}

#form_status .success i {
  color: #fff;
  font-size: 45px;
  margin-bottom: 14px;
}

#form_status .success h3 {
  color: #fff;
  margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------

# Shop Page Styles

----------------------------------------------------------------------------- */
.product-filters {
  margin-bottom: 80px;
}

.product-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.product-filters ul li {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  margin: 15px;
  border: 2px solid #051922;
  color: #323232;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 25px;
}

.product-filters ul li.active {
  border: 2px solid #F28123;
  background-color: #F28123;
  color: #fff;
}

.single-product-item {
  margin-bottom: 30px;
}

.product-image {
  padding: 30px;
  padding-bottom: 0;
}

.product-image img {
  width: 90%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.single-product-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

p.product-price {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

p.product-price span {
  display: block;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 400;
}

a.cart-btn {
  font-family: 'Noto Sans KR', sans-serif;
  display: inline-block;
  background-color: #F28123;
  color: #fff;
  padding: 10px 20px;
}

a.cart-btn i {
  margin-right: 5px;
}

.single-product-img img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}

.single-product-content h3 {
  font-size: 22px;
  font-weight: 600;
}

p.single-product-pricing span {
  font-size: 18px;
  display: block;
  opacity: 0.8;
  margin-bottom: 10px;
  font-weight: 400;
}

.single-product-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.single-product-content p.single-product-pricing {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #051922;
  line-height: inherit;
}

input[type="number"] {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  width: 100px;
  margin-bottom: 15px;
}

.single-product-form a.cart-btn {
  margin-bottom: 15px;
}

.single-product-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
}

ul.product-share {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.product-share li {
  display: inline-block;
}

ul.product-share li a {
  display: block;
  color: #051922;
  margin-right: 10px;
}

.single-product-content {
  margin-left: 30px;
}

table.cart-table {
  border: 1px solid #f9f9f9;
  width: 100%;
}

thead {
  border-bottom: 1px solid #eee;
}

tr.table-head-row th {
  border-right: 1px solid #efefef;
  padding: 15px;
  font-weight: 500;
  text-align: center;
}

tr.table-head-row th:last-child {
  border-right: none;
}

.cart-table-wrap tbody tr td {
  text-align: center;
}

td.product-image img {
  max-width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.cart-table-wrap tbody tr td {
  border: 1px solid #efefef;
  padding: 20px 0;
  color: #051922;
}

thead.cart-table-head tr {
  background-color: #efefef;
}

td.product-quantity input {
  margin-bottom: 0;
}

td.product-remove a {
  color: #051922;
}

.total-section table.total-table {
  border: 1px solid #efefef;
  width: 100%;
}

tr.table-total-row {
  background-color: #efefef;
}

tr.table-total-row th {
  font-weight: 500;
  font-size: 15px;
  padding: 15px;
}

table.total-table tbody tr.total-data td {
  border: 1px solid #efefef;
  padding: 19px 15px;
}

tr.total-data td strong {
  margin-right: 32px;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-buttons a:first-child {
  margin-right: 20px;
}

.coupon-section {
  margin-top: 50px;
}

.coupon-section h3 {
  font-size: 20px;
  font-weight: 500;
}

.coupon-form-wrap form p input[type=text] {
  border: 1px solid #ddd;
  color: #051922;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  font-size: 15px;
}

.card.single-accordion {
  margin-bottom: 15px;
  border-bottom: 1px solid #EFEFEF !important;
}

.card.single-accordion .card-header {
  background-color: #fff;
  border: none;
  padding: 0;
}

.card.single-accordion:last-child {
  margin-bottom: 0;
}

.card.single-accordion .card-header h5 button {
  color: #051922;
  font-size: 15px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px;
  text-decoration: none;
  border: none;
  background-color: #EFEFEF;
  position: relative;
  padding-left: 50px;
  font-weight: 600;
}

.card.single-accordion {
  border: 1px solid #F9F9F9;
}

.billing-address-form {
  padding: 20px;
}

.billing-address-form form p input {
  border: 1px solid #ddd;
  padding: 15px;
  width: 100%;
  border-radius: 3px;
}

.billing-address-form form p textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 15px;
  height: 120px;
  resize: none;
}

.shipping-address-form p, .card-details p {
  margin: 0;
}

.card.single-accordion .card-header h5 button:before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 22px;
  margin-top: -11px;
  color: #F28123;
}

.billing-address-form form p:last-child {
  margin-bottom: 0;
}

table.order-details {
  border: 1px solid #efefef;
}

table.order-details thead tr th {
  background-color: #efefef;
  padding: 18px;
  font-size: 15px;
  font-weight: 500;
}

table.order-details tbody td {
  border: 1px solid #efefef;
  padding: 15px;
}

.order-details-wrap &gt; a {
  margin-top: 30px;
}

.card.single-accordion {
  border: 1px solid #eeeeee;
}

.single-product-item {
  -webkit-box-shadow: 0 0 20px #e4e4e4;
  box-shadow: 0 0 20px #e4e4e4;
  padding-bottom: 50px;
  border-radius: 5px;
}

/* -----------------------------------------------------------------------------

# 404 Page Styles

----------------------------------------------------------------------------- */
.error-text i {
  font-size: 90px;
  margin-bottom: 30px;
}

.error-text h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

.error-text p {
  font-size: 15px;
  margin-bottom: 30px;
}

.full-height-section {
  height: 100%;
  display: table;
  width: 100%;
}

.full-height-tablecell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}


/* -----------------------------------------------------------------------------

# main Styles

----------------------------------------------------------------------------- */

.top-color {
  color:#ff8c35; font-weight: 600;
}

.onair-box {
  position: absolute;
  top:15px;
  left:1382px;
  padding:7px 20px 7px 20px;
  text-align:center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #505050, #373737);
  border-radius:20px;

}


.news-link01 {
  position: absolute;
  top:-3px;
  left:482px;
  padding:7px 20px 7px 20px;
  text-align:center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #505050, #373737);
  border-radius:20px;
  }

.news-link02 {
  position: absolute;
  top:-3px;
  left:1384px;
  padding:7px 20px 7px 20px;
  text-align:center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #505050, #373737);
  border-radius:20px;
  }

.top_title {overflow:hidden;width:100%;}
.top_title ul{margin:0; padding:0;}
.top_title li{overflow:hidden;float:left;}
.top_title .l1{width:50%;}
.top_title .l2{width:50%;}

.top_title .l3{width:49%;}
.top_title .l4{width:2%;}
.top_title .l5{width:49%;}

.top_title .l6{width:32%;}
.top_title .l7{width:2%;}
.top_title .l8{width:32%;}
.top_title .l9{width:2%;}
.top_title .l10{width:32%;}

.top_title .l11{width:25%;}

.top_title .l12{width:20%;}
.top_title .l13{width:80%;}


.top_title .l01{width:20%;}
.top_title .l02{width:19%;}
.top_title .l03{width:1%;}




.layer-box {
 float: right;
 display: flex;

  }

.layer-botton {
  padding:7px 20px 7px 20px;
  text-align: center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #505050, #373737);
  border-radius: 20px;
  }



.btnn-bg01 {
  background-image: linear-gradient(0deg, #f5f5f5, #fafafa);
}

.btnn-bg02 {
  background-image: linear-gradient(0deg, #fafafa, #f5f5f5);
}

.btnn-bg03 {
  background-image: linear-gradient(0deg, #dd2932, #f02c36);
}



.textnews {
  padding-bottom:15px;
  font-weight:500;
  letter-spacing:-1px;
  }



.main-banner01 {
  height :130px;
  }

.main-banner02 {
  height :130px;
  }

.main-banner01-radius {
  border-radius:15px;
  }


.tv-color {
  color:#000000;
}

.radio-color {
  color:#FFFFFF;
}






.btn_onair {overflow:hidden;width:100%;}
.btn_onair ul{margin:0; padding:0;}
.btn_onair li{overflow:hidden;float:left;}
.btn_onair .l1{width:20%;height:130px; text-align:center;border-top-left-radius:15px 15px; border-bottom-left-radius: 15px 15px;}
.btn_onair .l2{width:77%;height:130px; border-top-right-radius:15px 15px; border-bottom-right-radius: 15px 15px;}
.btn_onair .l3{width:3%;background-color: #ffffff; height:130px;}
.btn_onair_color1 {color:#FFFFFF;}
.btn_onair_color2 {color:#000000;}
.btn_onair_bg1 {   background-image: linear-gradient(0deg, #18171c, #35343c);}
.btn_onair_bg2 { background-color : #f5f5f5; }

.outer-div1 {
  width : 160px;
  height : 130px;
  position: relative;
}

.inner-div1 {
  position: absolute;
  width : 74px;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
}

.outer-layer {
  width : 90px;
  height : 30px;
  position: fixed;
  background-color : #ff0000;
  top:-15px;
  left:10px;
  color:#f51631;
  border-radius:5px;
  color:#000000;

}

.outer-layer2 {
  width : 28px;
  height : 28px;
  position: fixed;

  top: 95px;
  left:435px;
  color:#f51631;
  border-radius:5px;
  color:#000000;


}

.outer-layer-font {
  text-align:center;
  padding-top:5px;
  letter-spacing:-0.2px;
  font-size:14px;
}

.outer-div2 {
  width : 390px;
  height : 130px;
  position: relative;
}


.inner-div2 {
  position: absolute;
  width : 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}







.title_right_menu{
  padding:5px 20px 5px 20px;
  font-size:16px;
  border-radius: 40px;
  color: #fff;
  background: #222;
  cursor:pointer;
  font-weight: 500;
  float:right;
  text-align: center;

  display: inline-block;
  margin-top: -2px;
  }

.imglist {overflow:hidden;width:100%;}
.imglist ul{margin:0; padding:0;width:1470px;}
.imglist li{overflow:hidden;float:left;}
.imglist .l1{width:19%;}
.imglist .l2{width:1.25%;}
.imglist .l3{width:59%;}


.imglist .l4{width:30%;}
.imglist .l5{width:29%;}
.imglist .l6{width:79.5%;}


.imglist .l7{width:10%;}
.imglist .l8{width:10%;}
.imglist .l9{width:70%;}
.imglist .l10{width:10%;}
.imglist .l100{width:100%;}

.imglist8 {overflow:hidden;width:100%;}
.imglist8 ul{margin:0; padding:0;}
.imglist8 li{overflow:hidden;float:left;}
.imglist8 .l1{width:10.5%;}
.imglist8 .l2{width:2%;}









.sub_text {
font-family: 'Noto Sans KR', sans-serif;
line-height:1.5;
font-size:16px;
letter-spacing:0px;
color: #051922;
font-weight:400;
}

.poster_img {
border-radius:15px;
}







.main_flash_text {
  height:auto;
  vertical-align:bottom;
  padding-bottom:25px;
  padding-left:15px;
  display:table-cell;
  font-size:1.5rem;
  font-weight:500;
  line-height:2.25rem;
  color:#051922;
  letter-spacing:-1px;
  }

.main_center_botton {
  position:absolute;
  right: 3rem;
  bottom: 2rem;
  padding:0.8rem 1.4rem;
  background: #222;
  display: flex;
  justify-content:center;
  align-items:center;
  border-radius: 50px;
  color:#ffffff;
}

.main_width_img {
  border-radius:20px;
  background: #FFFFFF;
  width:100%;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  }



/* -----------------------------------------------------------------------------

# sub Styles

----------------------------------------------------------------------------- */

.layer-icon1 {
  padding:5px 5px 5px 5px;
  width:80px;
  text-align: center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #e95c0d, #d0540f);
  border-radius: 20px;
  }

.layer-icon2 {
  padding:5px 5px 5px 5px;
  width:80px;
  text-align: center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #505050, #373737);
  border-radius: 20px;
  }


.search_title {overflow:hidden;width:100%;}
.search_title ul{margin:0; padding:0;}
.search_title li{overflow:hidden;float:left;}
.search_title .l1{width:54%;}
.search_title .l2{width:40%;}
.search_title .l3{width:6%;}


	.number_box{
		padding:1px 8px 2px 8px;
		font-size:15px;
		font-weight:500;
		background-color:#232323;
		color:#FFFFFF;
		border-radius:5px;
	}

	.number_box_line{
		padding-bottom: 20px;
	}

.sub-top-member {
  padding: 150px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
/*  background-attachment: fixed; */
}


.sub-top-member-list {
   padding:10px 10px 30px 10px;
   padding-left:265px;
   top:-63px;
   position: relative;
}


.join_layout {overflow:hidden;width:100%;}
.join_layout ul{margin:0; padding:0;}
.join_layout li{overflow:hidden;float:left;}
.join_layout .l1{width:15%;}
.join_layout .l2{width:70%;}
.join_layout .l3{width:15%;}

.login_layout {overflow:hidden;width:100%;}
.login_layout ul{margin:0; padding:0;}
.login_layout li{overflow:hidden;float:left;}
.login_layout .l1{width:25%;}
.login_layout .l2{width:50%;}
.login_layout .l3{width:25%;}


.login-botton {

  padding: 25px 20px 20px 20px;
  text-align: center;
  padding-top:20px;
  letter-spacing:-1px;
  font-size:20px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #dc550c, #cb4e0a);
  border-radius: 5px;

  }

.login-botton2 {

  padding: 25px 20px 20px 20px;
  text-align: center;
  padding-top:20px;
  letter-spacing:-1px;
  font-size:20px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #c8c8c8, #b4b4b4);
  border-radius: 5px;

  }

.login-botton3 {

  padding: 24px 20px 19px 20px;
  text-align: center;
  padding-top:20px;
  letter-spacing:-1px;
  font-size:19px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #c8c8c8, #b4b4b4);
  border-radius: 5px;

  }

.login-box {
 float: left;
 display: flex;

  }

.box-botton {
  width:150px;
  padding:7px 20px 7px 20px;
  text-align: center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #505050, #373737);
  border-radius: 20px;
  }



.box-botton-height {
  height: calc(3em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;

}



.ch-style01 {letter-spacing:0.8px;border-right: 1px solid #FFFFFF; }
.ch-style02 { border-top: 1px solid #FFFFFF; }

.subch-style01 {border-top:1px solid #c8c8c8; height:60px;text-align:center;}
.subch-style02 {border-bottom:1px solid #c8c8c8; border-top:1px solid #c8c8c8; height:60px;text-align:center;}
.subch-style03 {background-color:#e6e6e6;}

.sub_table_botton{
  padding:5px;
  font-size:16px;
  border-radius: 50px;
  color: #fff;
  background: #ffffff;
  cursor:pointer;
  font-weight: 500;
  }

.sub_top_line{
	cursor:pointer;
	border-top:0px;
	padding : 15px;0px;
	}

.sub_top_line_day{
	padding:10px 0px;
	text-align:center;
	letter-spacing:0px;
	font-size:20px;
	color:#ffffff;
	font-weight:700;
	vertical-align: middle;
}
.sub_top_line_focus{
	padding:10px 0px;
	text-align:center;
	letter-spacing:0.8px;
	font-size:22px;
	color:#000000;
	font-weight:800;
	vertical-align: middle;
}

.schedule01 { cursor:pointer; background-color:#f5f5f5;height:130px;}
.schedule02 { border-top:0px;font-size:28px;letter-spacing:0.8px; font-weight: 800;width:20%; }
.schedule03 { border-top:0px;padding :15px;15px;width:65%; }
.schedule04 { padding-top:5px; letter-spacing:0.8px;font-size:22px;color:#000000; font-weight:800; vertical-align: middle; }
.schedule05 { padding-top:18px; text-align:center; }
.schedule06 { width:100px; }
.schedule07 { background-color:#ffffff;height:10px; }



.cmslist {overflow:hidden;width:100%;}
.cmslist ul{margin:0; padding:0;}
.cmslist li{overflow:hidden;float:left;}
.cmslist .l1{width:20%;}
.cmslist .l2{width:10%;}
.cmslist .l3{width:50%;}
.cmslist .l4{width:20%;}
.cmslist .l5{width:15%;}
.cmslist .l6{width:2.5%;}
.cmslist .l7{width:40%;}
.cmslist .l8{width:20%;}
.cmslist .l9{width:60%;}

.cms-botton {
  padding:10px 50px 10px 50px;
  text-align:center;
  padding-top:9px;
  letter-spacing:-1px;
  font-size:20px;
  font-weight: 500;
  color:#ffffff;
  background-color:#000000;
  border-style:solid;
  border-width:1px;
  border-color:#ffffff;
  border-radius:20px;
  display: inline-block;
  }




.sub-top-tv {
  padding: 281px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
/*  background-attachment: fixed; */
}


.sub-top-div {
   padding:10px 10px 10px 10px;
   text-align: center;
   top:150px;
   width:1470px;
   height:494px;
   position: absolute;
}

.sub-top-list {
   padding:10px 10px 30px 10px;
   padding-left:265px;
   top:-194px;
   position: relative;
}




.sub-top-vod {
  padding: 40px 0;
}

.sub-top-botton {
  top:-3px;
  padding:7px 20px 7px 20px;
  text-align:center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #505050, #373737);
  border-radius:20px;
  display: inline-block;
  }

.sub-top-botton2 {
  top:-3px;
  padding:7px 20px 7px 20px;
  text-align:center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#ffffff;
  background-image: linear-gradient(240deg, #FF8C35, #ff7812);
  border-radius:20px;
  display: inline-block;
  }



.sub-top-botton-over {
  top:-3px;
  padding:7px 20px 7px 20px;
  text-align:center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#373737;
  background-color:#ffffff;
  border-style:solid;
  border-width:1px;
  border-color:#373737;
  border-radius:20px;
  display: inline-block;
  }

.sub-top-botton-over2 {
  top:-3px;
  padding:7px 20px 7px 20px;
  text-align:center;
  padding-top:6px;
  letter-spacing:-1px;
  font-size:15px;
  font-weight: 500;
  color:#373737;
  background-color: rgba(255,255,255,0.55);
  border-style:solid;
  border-width:0px;
  border-color:#ffffff;
  border-radius:20px;
  display: inline-block;
  }



.review {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  }

.sub_radius{
 border-radius:20px !important
}

.sub_vod_list01{
  min-height:140px;
  background-color:#ffffff;
  cursor:pointer;
  }

.sub_vod_list02{
  color:#ffffff;
  background-color:#ff4f00;
  font-size: 12px;
  text-align:center;
  }

.sub_vod_list03{
  font-size: 16px;
  letter-spacing: -1px;
  line-height:1.5;
  }

.sub_company_list01{
  min-height:230px;
  background-color: #ffffff;
  }

.sub_company_list02{
  color:#ffffff;
  background-color:#ff4f00;
  font-size:12px;
  text-align:center;
  }

.sub_company_list03{
  font-size: 18px;
  letter-spacing: -1px;
  line-height:1.5;
  min-height: 135px;
  }


.sub_title_botton{
  padding:3px 10px 3px 10px;
  font-size:16px;
  border-radius: 50px;
  color: #fff;
  background: #222;
  cursor:pointer;
  font-weight: 500;
  }

.sub-main-font {
  font-size:18px;
  letter-spacing: -1px;
  line-height:1.5;
  }

.sub-title {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
}
  .sub-title :after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  top: 50px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 0 auto;
}

.sub-titleee {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
  .sub-titleee :after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  top: 50px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 0 auto;
}


.sub-title2 {
  font-size: 24px;
  position: relative;
  padding-bottom: 8px;
}

.sub-title3 {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  line-height: 55px;
}
  .sub-title3 :after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  top: 50px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin: 0 auto;
}

.sub-font25 {
  font-size: 25px;
  font-weight: 600;
  }


.sub-font20 {
  font-size: 20px;
  font-weight: 600;
  }

.sub-font18 {
  font-size: 18px;
  line-height: 1.6;
  }

.sub-font16 {
  font-size: 16px;
  line-height: 1.6;
  }



.sub-bg-1 {
  background-image: url(http://www.btn.co.kr/upload/upload/images/prog/P1286/202110/20211020_05.jpg);
}

.sub-bg-2 {
  background-image: url(http://www.btn.co.kr/upload/upload/images/prog/P1286/202110/20211020_05.jpg);
}

.sub-bg-3 {
  background-image: url(http://www.btn.co.kr/upload/upload/images/prog/P1286/202110/20211020_05.jpg);
}

.sub-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #ddd;
}



.sub2-bg-1 {
  background-image: url(http://www.btn.co.kr/upload/upload/images/prog/P1286/202110/20211020_05.jpg);
}

.sub2-bg-2 {
  background-image: url(http://www.btn.co.kr/upload/upload/images/prog/P1286/202110/20211020_05.jpg);
}

.sub2-bg-3 {
  background-image: url(http://www.btn.co.kr/upload/upload/images/prog/P1286/202110/20211020_05.jpg);
}

.sub2-bg-4 {
  background-image: url(http://www.btn.co.kr/upload/upload/images/prog/P1286/202110/20211020_05.jpg);
}

.sub2-bg {
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #ddd;
}

.sub3-bg-1 {
  background-image: url("/sub/img/sub3-bg-1.jpg");
}

.sub3-bg-2 {
  background-image: url("/sub/img/sub3-bg-2.jpg");
}

.sub3-bg-3 {
  background-image: url("/sub/img/sub3-bg-3.jpg");
}

.sub3-bg-4 {
  background-image: url("/sub/img/sub3-bg-4.jpg");
}

.sub3-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #ddd;
}


.sub4-bg-1 {
  background-image: url("/sub/img/sub4-bg-1.jpg");
}

.sub4-bg-2 {
  background-image: url("/sub/img/sub4-bg-2.jpg");
}

.sub4-bg-3 {
  background-image: url("/sub/img/sub4-bg-3.jpg");
}


.sub4-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #ddd;
}


.sub5-bg-1 {
  background-image: url("/sub/img/sub5-bg-1.jpg");
}

.sub5-bg-2 {
  background-image: url("/sub/img/sub5-bg-2.jpg");
}

.sub5-bg-3 {
  background-image: url("/sub/img/sub5-bg-3.jpg");
}


.sub5-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #ddd;
}


.sub6-bg-1 {
  background-image: url("/sub/img/sub6-bg-1.jpg");
}

.sub6-bg-2 {
  background-image: url("/sub/img/sub6-bg-2.jpg");
}

.sub6-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #ddd;
}


.sub7-bg-1 {
  background-image: url("/sub/img/sub7-bg-1.jpg");
}

.sub7-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  background-color: #ddd;
}

.form-btn{
	padding-top: 7px;
}


.form-btn2{
	padding-top: 4px;
}

.btn_btn{
	padding-top: 10px;
}

.btn-media-bg {
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  background-color: #ddd;
  border-radius: 0;
}

.btn-media ul{
	list-style: none;
}
.btn-media li{
	list-style: none;
	float: left;
}

.hg-110{
	height: 110px;
}

.ft-color{	
	color: white;
}

.ft-regular{
	color: black;
}

.form-p{
	padding-left: 0px;
}

.b-media{
	overflow:auto; 
	height: 430px; 
	padding-top: 10px;
}




.main_video {
  width:670px;
  height:377px;
  border-radius:15px
}


.main_banner_text{
  padding-top:25px;
  font-size:1.6rem;
  font-weight:500;
  line-height:2.25rem;
  color:#000000;
}

.section-title {
   margin-bottom: 30px;
	}



.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}



.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}



.default-font {
  font-size:1.4rem;
  line-height:2.00rem;
  color:#000000;
  letter-spacing:-1px;
  }

.ch_image{height:40px}



.top-area {
  position: absolute;
  z-index: 10;
  width: 35%;
  padding: 25px 0;
  color: #ffffff;
   top: 25%;
  left: 50%;
}


.flash_hide2 {
	display:none;
	}

.fontsize20{
font-size: 20px;
}




.banner01{
background-image: url(/sub/img/banner01.jpg);background-position:center;padding: 70px 50px;border-radius: 15px;
}



.latest-news-bg2 {
  height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  background-color: #ddd;
}


.latest-news-bg3 {
  height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  background-color: #ddd;
}


.main_center_font01{
font-size: 18px;line-height: 1.2;color:#969696;letter-spacing: 2px;font-weight:600;
}

/* -----------------------------------------------------------------------------

# company Page Styles

----------------------------------------------------------------------------- */



/* 회장스님 인사말, CEO 인사말 */
.tt_deco {
    text-decoration-line: underline; 
    text-decoration-thickness: 3px;
    text-decoration-color: #ed5300;
}

.introduce_title {
    overflow: hidden;
    width: 100%;
}

.introduce_title ul {
    margin: 0;
    padding: 0;
}

.introduce_title li {
    overflow: hidden;
    float: left;
}

.introduce_title .l1 {width: 50%;}
.introduce_title .l2 {width: 50%;}
.introduce_title .l3 {width: 40%;}
.introduce_title .l4 {width: 1%;}
.introduce_title .l5 {width: 59%;}
/* 회장스님 인사말, CEO 인사말 */


/* BTN미래 4대비전 */
.vision_border {
    border: 7px solid #d1d1d1;
    padding: 20px 40px;
    background-color: white;
}

.vision_title {
    overflow: hidden;
    width: 100%;
}

.vision_title ul {
    margin: 0;
    padding: 0;
}

.vision_title li {
    overflow: hidden;
    float: left;
}

.vision_title .l1 {width: 50%;}
.vision_title .l2 {width: 50%;}
.vision_title .l3 {width: 49%;}
.vision_title .l4 {width: 2%;}
.vision_title .l5 {width: 49%;}
/* BTN미래 4대비전 */


/* 연혁 */
.history__flex{
    display: flex;
}
.history_title h3{
    position: relative;
    color: #ff4e02;
    margin: 0px;
}

.history_title h3:before{ /* 연도 옆 동그라미 불릿*/
    content: "";
    position: absolute;
    left: 116px;
    top:8px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #fff;
    border: 5px solid #ff4e02;
    box-sizing: border-box;
}

.history_title {
    overflow: hidden;
    width: 100%;
}

.history_title ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.history_title li {
    overflow: hidden;
    list-style: none;
}

.history__month{
    width: 93px;
    line-height: 35px;
    color: #7c7c7c;
}

.history_text {
    line-height: 35px;
    font-weight: 400;
}

.history_title .l1 {width: 13%;}
.history_title .l2 {width: 9%;}
.history_title .l3 {width: 78%;}

.history_title__wrap div{
    padding: 0px 0px 50px 0px;
    position: relative;
}

.history_title__wrap div:before{/* 세로 회색 선*/
    content: "";
    position: absolute;
    left: 125px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #dddddd;
}

.history_title__wrap div:first-child:before{
    top: 8px;
    height:calc(100% - 8px);
}

.history_title__wrap div:last-child:before{
    top: 0px;
    height: 10px;
}
/* 연혁 */



/* 방송이념 및 현황 */
.broadcast_border {
    border: 3px solid #d1d1d1;
    background-color: white;
    border-radius: 15px;
    line-height: 100px;
    height: 200px;
    padding-top: 10px;
}

.broadcast_title {
    overflow: hidden;
    width: 100%;
}

.broadcast_title ul {
    margin: 0;
    padding: 0;
}

.broadcast_title li {
    overflow: hidden;
    float: left;
}

.broadcast_title .l1 {width: 50%;}
.broadcast_title .l2 {width: 50%;}
.broadcast_title .l3 {width: 49%;}
.broadcast_title .l4 {width: 2%;}
.broadcast_title .l5 {width: 49%;}

.broadcast_title .l6 {width: 32%;}
.broadcast_title .l7 {width: 2%;}
.broadcast_title .l8 {width: 32%;}
.broadcast_title .l9 {width: 2%;}
.broadcast_title .l10 {width: 32%;}

.textbrod{
    font-weight: 400;
    letter-spacing: 0px;
    color: #747474;            
}
/* 방송이념 및 현황 */


/* 사회공헌 */
.vision_border {
    border: 7px solid #d1d1d1;
    padding: 20px 40px;
    background-color: white;
}
.volunteer_border {
    border: 2px solid #eaeaea;
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 60px;
}

.broadcast_title {
    overflow: hidden;
    width: 100%;
}

.broadcast_title ul {
    margin: 0;
    padding: 0;
}

.broadcast_title li {
    overflow: hidden;
    float: left;
}

.broadcast_title .l1 {width: 50%;}
.broadcast_title .l2 {width: 50%;}
.broadcast_title .l3 {width: 49%;}
.broadcast_title .l4 {width: 2%;}
.broadcast_title .l5 {width: 49%;}

.broadcast_title .l6 {width: 32%;}
.broadcast_title .l7 {width: 2%;}
.broadcast_title .l8 {width: 32%;}
.broadcast_title .l9 {width: 2%;}
.broadcast_title .l10 {width: 32%;}

.volunteer_title {
    overflow: hidden;
    width: 100%;
}

.volunteer_title ul {
    margin: 0;
    padding: 0;
}

.volunteer_title li {
    overflow: hidden;
    float: left;
}

.volunteer_title .l1 {
    width: 18%;
    border: 2px solid #eaeaea;
    padding: 40px 0px;
}
.volunteer_title .l2 {width: 2%;}
.volunteer_title .l3 {
    width: 80%;
    border: 2px solid #eaeaea;
    padding: 40px 10px;
}
.volunteer_title .l4 {width: 86%;}
.volunteer_title .l5 {width: 0%;}
/* 사회공헌 */


/* 조직구성 */
/* 조직구성 */



/* 사업안내 */
.business_title {
    overflow: hidden;
    width: 100%;
}

.business_title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.business_title li {
    overflow: hidden;
    float: left;
    list-style: none;
}

.business_border {
    border: 2px solid #eaeaea;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 30px;
}

.business_tb__box__img {
    background-color: #f5f5f5; 
    border-top: 1px solid #d1d1d1; 
    width: 24.25%;
}

.business_title .l0 {width: 100%;}
.business_title .l1 {width: 50%;}
.business_title .l2 {width: 50%;}

.business_title .l3 {width: 24.25%;}
.business_title .l4 {width: 1%;}
.business_title .l5 {width: 24.25%;}
.business_title .l6 {width: 1%;}
.business_title .l7 {width: 24.25%;}
.business_title .l8 {width: 1%;}
.business_title .l9 {width: 24.25%;}

.business_title .l10 {width: 32%;}
.business_title .l11 {width: 2%;}
.business_title .l12 {width: 32%;}
.business_title .l13 {width: 2%;}
.business_title .l14 {width: 32%;}
/* 사업안내 */


/* 지사소개 */
.branch_title {
    overflow: hidden;
    width: 100%;
}

.branch_title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.branch_title li {
    overflow: hidden;
    float: left;
    list-style: none;
}

.branch_border {
    border: 2px solid #eaeaea;
    border-radius: 15px;
}

.branch_table h3{
    margin: 0px;
    color: #f26424;
}
.branch_table h4{margin: 0px;}
.branch_table h5{
    margin: 0px;
    font-weight: 400;
    color: #7a7a7a;
}


.branch_title .l0 {width: 100%;}
.branch_title .l1 {width: 50%;}
.branch_title .l2 {width: 50%;}

.branch_title .l3 {width: 20%;}
.branch_title .l4 {width: 2%;}
.branch_title .l5 {width: 80%;}
/* 지사소개 */


/* 찾아오시는길 */
.directions_title {
    overflow: hidden;
    width: 100%;
}

.directions_title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.directions_title li {
    overflow: hidden;
    float: left;
    list-style: none;
}

.directions_border {
    border: 2px solid #eaeaea;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 30px;
}

.directions_title .l5 {width: 100%;}

.directions_title .l6 {width: 32%;}
.directions_title .l7 {width: 2%;}
.directions_title .l8 {width: 32%;}
.directions_title .l9 {width: 2%;}
.directions_title .l10 {width: 32%;}
/* 찾아오시는길 */


.draggable {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none

}</pre></body></html>