@charset "utf-8";

@media all and (max-device-width: 1024px), and (orientation: landscape) {
	#common-searchPost .box_search select {
		width: 26vw !important;
		margin-bottom: 3px;
		margin-right: 1vw !important;
	}
	#common-searchPost .box_search input {
		width: 45vw !important;
	}
	#common-searchPost .box_search select,
	#common-searchPost .box_search input,
	#common-searchPost .box_search div {
		font-size: 12px !important;
	}
	#common-searchPost .box_search div {
		width: 63px !important;
	}
	#common-searchPost .srch_addr_list .result_addr {
		width: 86vw !important;
	}
}
* {
	margin: 0; 
	padding: 0;
}
ul {
	margin: 0px; 
	padding: 0px;
	list-style:none;
}
ol {
	margin: 0px; 
	padding: 0px;
}
li {
	margin: 0px; 
	padding: 0px;
}
h1 {
	margin: 0px; 
	padding: 0px;
}
h2 {
	margin: 0px; 
	padding: 0px;
}
h3 {
	margin: 0px; 
	padding: 0px;
}
h4 {
	margin: 0px; 
	padding: 0px;
}
h5 {
	margin: 0px; 
	padding: 0px;
}
h6 {
	margin: 0px; 
	padding: 0px;
}
input:focus {
	border: 1px solid #0091da;
	-webkit-box-shadow: none;
	box-shadow: none;
}
select {
    background: url(/kctvjeju/images/icon_selectbox.png) no-repeat 93% 50%;
    -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
    	-o-appearance: none;
          appearance: none;
          box-shadow: none !important;
}
select::-ms-expand {
    display: none;
}  
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #0091da;
    background: #fff;
}
@media (min-width: 640px) {
	.container {
	 	width: 1200px;
	}
	.container_footer {
	    width: 1080px;
	    margin: 0 auto;
	}
}
@media (max-width: 639px) {
	.container {
	    width: 100vw !important;
	}
	.container_footer {
	    width: 100vw !important;
	    padding-right: 2% !important;
	    padding-left: 2% !important;
	}
	.div-carousel {
		padding:0px !important;
		margin:0px -20px !important;
	}
}
.font_chi {
	font-family: 'Noto Sans SC',arial,sans-serif !important;
}
.font_jeju {
	font-family: 'JejuGothic',arial,sans-serif !important;
}
.thumbnail {
	padding: 0px 0px 0px 0px;
	border-radius: 0;
}
.txt_box {
	width: 100%;
    display: block;
    padding: 3px 26px 3px 26px;
    line-height: 1.42857143;
    color: #666666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}
.product_table_h { 
	background: #4a8ecb;
	color: #fff;
}
.header_text { 
	font-weight:bold;
}
.non_radius { 
	border-radius:0;
}
#img_program_top {
	margin-top:5px;
}
.page-header {
	border-bottom: 0px solid #eee;
}
.ch7-subtitle > li > a {
	height: 37px;
	line-height: 37px;
	border: 1px solid #e3e3e3;
	background: #fdfdfd;
	color: #3b3b3b;
	display: inline-block;
	color: #3b3b3b;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.ch7-subtitle li { 
	margin:0 -1px -1px 0;
	float:left;
}
.ch7-subtitle {
	list-style:none;
	padding-left:0px;
	margin-bottom:10px;
}
.ch7-subtitle li a:active, 
.ch7-subtitle > li:hover a {
	position:relative;
	color:#337ab7;
	border:1px solid #337ab7;
	background:#fff;
}
.newsSubtitle > li > a {
	height:37px;
	line-height:37px;
	border:1px solid #e3e3e3;
	background:#fdfdfd;
	color:#3b3b3b;
	display:inline-block;
	color:#3b3b3b;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.newsSubtitle li {
	margin:0 -1px -1px 0;
	float:left;
}
.newsSubtitle {
	list-style:none;
	padding-left:0px;
	margin-bottom:50px;
}
.newsSubtitle li a:active, 
.newsSubtitle > li:hover a {
	position:relative;
	color:#337ab7;
	border:1px solid #337ab7;
	background:#fff;
}
.check_lebel {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
}
.check_lebel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
}
/*
.check_lebel:hover input ~ .checkmark {
    background-color: #fff;
}
.check_lebel input:checked ~ .checkmark {
    background-color: #fff;
}
*/
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check_lebel input:checked ~ .checkmark:after {
    display: block;
}
.check_lebel .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 13px;
    border: solid #0091da;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*bootstrap-theme.css에서 가져옴*/
.container {
	background-color:#fff;
}
.container-navbar {
	padding-top:5px;
}
.container-brand{ 
	background-color: transparent;
	padding:80px 10px 10px 10px;
}
.kctv-navbar{
	font-weight:600;
}
.kctv-navbar > li:FIRST-CHILD {
	background:url("/kctvjeju/images/inc/header/navbar-start.png") 0px 0px no-repeat;
}
.kctv-navbar > li > a:hover,
.kctv-navbar > li > a:focus {
	background:url("/kctvjeju/images/inc/header/navbar-focus.png") 0px 0px no-repeat #eee;
}
.news-thumbnail > img,
.news-thumbnail a > img {
  width:100%;
  margin-right: auto;
  margin-left: auto;
}
.news-thumbnail .caption {
	padding: 5px 8px;
	word-break: keep-all;
	background-color: rgba(51,51,51,0.9);
	position: relative;
	margin-top:-30px;
}
.news-thumbnail .caption a {
	color: #fff;
}
.program-thumbnail {
	display: block;
  	padding:0;
  	margin-bottom: 20px;
  	line-height: 1.42857143;
  	background-color: #fff;
  	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.program-thumbnail > img,
.program-thumbnail a > img {
  width:100%;
  background-color:#0068B7;
  margin-right: auto;
  margin-left: auto;
}
.program-thumbnail .caption {
  padding: 5px 8px;
  color: #333;
  word-break: keep-all;
  background-color: #f4f4f4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.program-thumbnail .odd-color{
  background-color: #eaeaea;
}
.news-subtitle {
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  padding: 5px;
  margin: 0px 0px -9px 0px;
  background-color: #f4f4f4;
}
.news-subtitle > li {
  display:inline-block;
  height:20px;
}
.news-subtitle > li > a {
  color: #999;
  margin-right: 5px;
  line-height: 1.42857143;
}
.news-subtitle > li > a:hover,
.news-subtitle > li > a:focus {
  color: #888;
  border-bottom-color: transparent;
  cursor: pointer;
}
.program-vod-list {
	padding: 5px;
}
.dl-small dt {
	font-size: 13px;
}
.dl-small dd {
	font-size: 12px;
}
#main_mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #000000;
    display: none;
}
.ui-dialog {
	z-index: 999 !important;
}
.italic {
	font-style: italic;
    padding-left: 4px;
}
#common-searchPost .box_search {
	display: table;
}
#common-searchPost .box_search select {
	width: 106px;
	float: left;
	margin-right: 7px;
}
#common-searchPost .box_search input {
	width: 347px;
	float: left;
}
#common-searchPost .box_search div {
	float: left;
}
#common-searchPost .box_search select,
#common-searchPost .box_search input {
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    font-size: 13px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#common-searchPost.box_search select:focus,
#common-searchPost .box_search input:focus {
    border: 2px solid #0091da;
    background: #fff;
}
#common-searchPost .box_search .btn_offer_addr {
	width: 81px;
	height: 34px;
	line-height: 34px;
    text-align: center;
	border: 0 none;
	font-weight: 400;
	letter-spacing: 1px;
	background: #0091da;
	color: #fff;
	font-size: 14px;
	margin-left: 2px;
	cursor: pointer;
}
#common-searchPost .srch_addr_list {
	border-top: 1px dotted #efefef; 
	margin-top:10px;
}
#common-searchPost .srch_addr_list dl dd dl {
	margin-bottom: 10px;
}
#common-searchPost .srch_addr_list dl dd dl dd {
	margin-top: 5px; 
	margin-left: 10px;
}
#common-searchPost .srch_addr_list dl dd dl dd.exp {
	margin-left: 10px;
}
#common-searchPost .srch_addr_list dl dd dl dd span {
	color: #888;
}
#common-searchPost .srch_addr_list dl dd dl dd.addr_url span {
	cursor: pointer;
}
#common-searchPost .srch_addr_list .result_title {
	font-size: 15px;
    font-weight: 400;
    margin: 10px 0 15px 0;
} 
#common-searchPost .srch_addr_list .result_addr {
	border: 1px solid #2f2f2f;
    padding: 10px;
    width: 550px;
    cursor: pointer;
}
#common-searchPost .srch_addr_list .no_data {
	width: 100%;
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 400;
}
select::-ms-expand {
   display: none;            
}
input:-ms-input-placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
::-webkit-input-placeholder {
	color: #737373 !important; 
	background: #fff !important;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
