@charset "utf-8";

@media all and (max-device-width: 1024px), and (orientation: landscape) {
	#mobile_menu {
		display:block !important;
	}
	#default_menu,
	.sect_all_menu,
	.sect_search {
		display:none !important;;
	}
	.m-collapse {
		display:none;
	}
	.m-kctv-navbar {
		font-weight:600;
		margin-top:-2px;
	}
	.navbar-nav {
	    float:  none !important;
	    margin: 7.5px -15px !important;
	}
	.navbar-nav > li {
	    float: none !important;
	}
	.navbar-right {
	    float:  none !important;
	}
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	#top_banner {
		display: none !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 1900px) {
	.top_banner a img {
	    max-width: 100% !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
	.top_banner .btn_close {
		left: 960px !important;
	}
}
@-moz-document url-prefix() { 
	.default_menu .d_menu_top .userInfo {
		top:50px !important;
	} 
}
#mobile_menu {
	display:none;
}
#default_menu {
	display: block;
    width: 100%;
    min-width: 1200px;
    top: 0px;
    overflow: visible;
    z-index: 999;
    border-bottom: 1px solid #0091da;
}
.d_menu_top {
	position: relative;
    width: 1200px;
    min-width: 1200px;
    height: 90px;
    margin: 0px auto;
    padding-top: 33px;
    padding-bottom: 18px;
}
/*
.top_row {
    border-bottom: 1px solid #cccccc;
}
*/
.d_menu_m {
    width: 1200px;
    height: 48px;
    margin: 0px auto;
}
#top_menu {
	overflow: visible; 
	float: left;
	display: inline-block; 
	z-index: 999; 
}
#top_menu > li {
    height: 48px;
    line-height: 48px;
    float: left;
    text-align: center;
}
#top_menu .btn_all_menu {
	padding-right: 190px;
}
#top_menu > li.sect_menu_ch7,
#top_menu > li.sect_menu_ch20,
#top_menu > li.sect_menu_news,
#top_menu > li.sect_menu_product,
#top_menu > li.sect_menu_service,
#top_menu > li.sect_menu_event {
	padding-right: 100px;
}
#top_menu > li a {
	font-size: 17px;
}
#top_menu > li a:hover {
	color: #0091da;
}
#top_menu > li.selected .dept2 {
    display: block;
}
#top_menu .dept2 {
    width: 100%;
    height: 140px;
    min-width: 1200px;
    display: none;
    position: absolute;
    z-index: 99;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0091da;
    border-top: 1px solid #0091da;
    background: #f8f8f8;
    left: 0px;
}
#top_menu .sect_menu_product .dept2 {
    height: 300px;
}
#top_menu .sect_menu_product .dept2 .box_menu_conts {
    width: 963px !important;
}
#top_menu .sect_menu_product .dept2 .box_menu_conts ul {
	float: left;
	width: 137px;
}
#top_menu .sect_menu_product .dept2 .box_menu_conts ul li {
	 float: none !important;
}
#top_menu .sect_menu_product .dept2 .box_menu_conts ul li.title div {
	padding: 0;
    font-size: 16px;
    font-weight: 550;
    height: 28px;
    line-height: 26px;
    display: table;
}
#top_menu .sect_menu_product .dept2 .box_menu_conts ul li a {
	font-size: 15px !important;
}
#top_menu .dept2 .box_menu_title {
    width: 215px;
    height: 100px;
    float: left;
    display: table;
    margin-top: 17px;
    color: #0091da;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-left: 65px;
}
#top_menu .dept2 .box_menu_conts {
    display: table;
    width: 661px;
    float: left;
}
#top_menu .dept2 .box_menu_banner {
	float: left;
    display: table;
}
#top_menu .dept2 .box_menu {
    width: 1200px;
    margin: 0 auto;
}
#top_menu .dept2 ul {
	padding-top: 10px;
}
#top_menu .dept2 ul li {
    padding: 8px 0px;
    float: left;
    text-align: left;
    margin-right: 31px;
}
#top_menu .dept2 ul li a {
	line-height: 18px; 
	font-size: 16px; 
	display: block;
}
#top_menu .sect_menu_product .dept2 ul li.combined {
	margin-right: 130px;
}
.hide_top_menu {
	display: none !important;
}
.show_top_menu {
	display: block !important;
}
#btn_search {
	cursor: pointer;
}
.default_menu .d_menu_m > ul > li > a {
	font-weight: 500;
    color: #2f2f2f;
    height: 48px;
    display: table;
    line-height: 48px;
}
#top_menu .dept2 li a:hover {
	color: #0091da;
}
.default_menu .d_menu_top .userInfo {
    top: 47px;
    right: 0px;
    position: absolute;
}
.default_menu .d_menu_top .userInfo li {
	float:left; 
	display:inline-block;
}
.default_menu .d_menu_top .userInfo li > a {
    font-size: 15px;
    font-weight: 400;
    color: #2f2f2f;
}
#dropdown_menu li {
	padding-bottom:15px;
}
#dropdown_menu li a {
	color:#595959; 
	font-size:15px;
}
#dropdown_menu li a:focus, #dropdown_menu li a:hover {
	background:#fff !important;
	color:#000000;
	font-weight:bold;
}
.default_menu .d_menu_top .userInfo li.text_event a {
	color: #0091da !important;	
	margin-right: 50px;
}
.default_menu .d_menu_top .userInfo li.text_event img {
    margin-bottom: 5.5px;
    margin-right: 10px;
}
.default_menu .d_menu_top .userInfo li.txt_login {
}
.default_menu .d_menu_top .userInfo li.user_reg {
    padding-left: 11px;
    margin-left: 10px;
    border-left: 1px solid #2f2f2f;
}
.btn_all_menu {
    float: left;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-right: 105px;
}
.btn_all_menu img {
	cursor: pointer;
}
.sect_all_menu {
    position: absolute;
    background: #fff;
    font-size: 14px;
    z-index: 100;
    padding-top: 30px;
    width: 100%;
}
.sect_all_menu .inner {
    margin: 0 auto;
    display: table;
    width: 1200px;
}
.sect_all_menu .category_title {
	font-size: 19px;
    color: #0091da;
    font-weight: 500;
    margin-bottom: 10px;
}
.sect_all_menu .category_title a {
    color: #0091da !important;
}
.sect_all_menu .category_title .img {
	height: 310px;
}
.show_all_menu {
    height: 600px;
    overflow: hidden;
    border-bottom: 1px solid #0091da;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.hide_all_menu {
    overflow: hidden;
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #fff;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}
.sect_all_menu div ul li {
    line-height: 35px;
    height: 35px;
}
.sect_all_menu div ul li a:hover { 
	text-decoration: none; 
	color: #0091da;
}
.sect_all_menu .news,
.sect_all_menu .ch7,
.sect_all_menu .ch20,
.sect_all_menu .product,
.sect_all_menu .service,
.sect_all_menu .gloService,
.sect_all_menu .my {
	float: left;
    width: 153px;
}
.sect_all_menu .etc {
    float: left;
    width: 126px;
}
/*
.sect_all_menu .event_banner {
	float: left;
}
*/
.sect_search {
	width: 100%;
    padding-top: 50px;
    position: absolute;
    z-index: 100;
    background: #fff;
    font-size: 14px;
}
.show_search {
    height: 150px;
    overflow: hidden;
    border-bottom: 1px solid #0091da;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.hide_search {
    overflow: hidden;
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #fff;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
}
.sect_search .inner {
    display: table;
    width: 640px;
    margin: 0px auto;
}
.sect_search input {
    border-radius: 0px;
    border-bottom: 2px solid #0091da;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    width: 600px;
    float: left;
    height: 48px;
    font-size: 25px;
    -webkit-padding-after: 14px;
    font-weight: 300;
    letter-spacing: -1px;
}
.sect_search input:focus {
	outline: unset !important;
}
.sect_search .inner img {
    cursor: pointer;
}
.btn_d_search {
    height: 48px;
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 11px;
    cursor: pointer;
    float: right;
}
/*
@-moz-document url-prefix() { 
	#btn_search {top:-33px !important;} 
}
*/
#dropdown_menu {
	border-radius:0;
	border:2px solid #0091da; 
}
input[id=searchtext]::-ms-clear{
	display: none;
}
/*
.selected_menu {
	border-bottom: 6px solid #ffcc00;
    padding-bottom: 5px;
}
*/
.nav-tabs > li > a {
	font-size: 15px;
}
.mobile_menu .m_sub_menu {
	display: block;
    position: fixed;
    width: 250px;
    background: #0091da;
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: 0;    
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mobile_menu .mask {
	position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000000;
    display: none;
    bottom: 0;
    width: 100%;
    opacity: 0.6;
}
.mobile_menu .m_sub_menu_inner {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.mobile_menu .m_sub_menu.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mobile_menu .m_sub_menu ul li a {
	color: #fff !important;
}  
.mobile_menu .dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: #0091da;
}
.mobile_menu .dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: #0091da;
}
.m_container {
    height: 70px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background: #f5f5f5;
    margin-right: auto;
    margin-left: auto;
    background-color: #f5f5f5;
    padding: 20px 10px 10px 10px;
}
.mobile_menu .m_kctv_logo {
	float: left;
	margin: 7px auto 0px 10px;
	width: 106px;
}
.mobile_menu .m_menu {
	float: right;
	margin: 7px auto;
}
.m_menu li {
	float: left;
	display: inline-block;
	cursor: pointer;
	margin-left: 28px;
	padding-right: 10px;
}
.m-add-navbar > li > a {
   	text-shadow: none;
    color: #000000;
    border-bottom: 1px solid #fff;
    opacity: 0.88;
}
.mobile_menu .m_btn_menu_open img {
	margin: 7px auto;
}
#m_sub_menu .nav .open > a, 
#m_sub_menu .nav .open > a:hover, 
#m_sub_menu .nav .open > a:focus {
	background: #337ab7;
	color: #fff;
}
#m-add-navbar > li > a:hover, 
.#m-add-navbar > li > a:focus {
   	background:#337ab7;
}
.mobile_menu .btn_login {
	font-weight:600;
	border-top:0px;
}
.mobile_menu .btn_login div {
	border: 1px solid #fff;
    width: 200px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
}
.mobile_menu .btn_logout {
	font-weight:600;
	border-top:0px;
}
.mobile_menu .btn_logout div {
	border: 1px solid #fff;
    width: 200px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
}
.m-user-nm {
	font-weight:600;
	border-top:0px;
}
.mobile_menu .searchtext {
	border-radius: 0;
	height: 33px;
}
.mobile_menu .btn_search {
    border-radius: 0;
}
.default_menu .d_menu_top .christmas {
    position: absolute;
    top: 31px;
    left: 162px;
}
.default_menu .d_menu_top .btn_reg_homepage {
    position: absolute;
    right: 300px;
    top: 43px;
    padding: 2px 5px;
    background: #0091da;
    color: #fff;
    cursor: pointer;
}
.mobile_menu .banner_m_menu a {
    width: 206px;
    height: 48px;
    line-height: 48px;
    margin: 33px auto;
    display: table;
    background: #ffdf07;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    color: #0091da;
}
.mobile_menu .banner_m_menu a span {
	font-weight: bold !important;
}
.top_banner {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.top_banner a img {
    min-width: 1200px;
    max-width: 1920px;
}
.top_banner .btn_close {
	position: absolute;
    top: 37%;
    left: 80%;
    cursor: pointer;
}
.layerPopup99 {
	background: #fff;
	z-index: 101;
	display: none;
    width: 981px;
    height: 800px;
}
.layerPopup99 .sect_report_news_top {
	position: relative;
	height: 233px;
	color: #fff;
	padding-left: 106px;
	background: url("/kctvjeju/images/news/new_popup_bg.png") center top no-repeat;	
}
.layerPopup99 .sect_report_news_top .btn_close {
    padding-left: 790px;
    padding-top: 40px;
    cursor: pointer;
    position: absolute;
}
.layerPopup99 .sect_report_news_top .box_title .title {
    padding-top: 75px;
    font-size: 43px;
    font-weight: bold;
    letter-spacing: -1px;
}
.layerPopup99 .sect_report_news_top .box_title .conts1 {
	font-size: 27px;
    font-weight: 300;
}
.layerPopup99 .sect_report_news_top .box_title .conts2 {
	padding-left: 750px;
    padding-bottom: 12px;
}
.layerPopup99 .sect_report_news_top .box_title .conts3 {
    font-size: 22px;
    color: #feef01;
    font-weight: 300;
    padding-left: 500px;
}
.layerPopup99 .conts ul {
	width: 745px;
    margin: 26px auto 29px auto;
}
.layerPopup99 .conts ul li {
	width: 745px;
	border-bottom: 1px solid #d6d6d6;
}
.layerPopup99 .conts ul li.l1,
.layerPopup99 .conts ul li.l5,
.layerPopup99 .conts ul li.l7 {
	height: 63px;
	line-height: 63px;
}
.layerPopup99 .conts ul li.l6 {
	height: 218px;
}
.layerPopup99 .conts ul li.l1 .conts,
.layerPopup99 .conts ul li.l5 .conts,
.layerPopup99 .conts ul li.l7 .conts {
    padding-top: 10px;
}
.layerPopup99 .conts ul li.l6 {
	padding-top: 15px;
}
.layerPopup99 .conts ul li.l1 input {
	width: 264px;
    height: 42px;
    padding-left: 10px;
}
.layerPopup99 .conts ul li.l5 input {
	width: 579px;
    height: 42px;
    padding-left: 10px;
}
.layerPopup99 .conts ul li.l6 textarea {
	width: 577px;
    height: 188px;
    padding-left: 10px;
}
.layerPopup99 .conts ul li .title {
	width: 166px;
	padding-left: 24px;
}
.layerPopup99 .conts ul li div {
	float: left;
}
.layerPopup99 .sect_btn .btn_report {
    background: #2f2f2f;
    color: #fff;
    width: 223px;
    height: 61px;
    border-radius: 50px;
    text-align: center;
    line-height: 61px;
    font-size: 22px;
    font-weight: 300;
    margin: 0 auto;
    cursor: pointer;
}
.layerPopup99 .file_lebel {
    border: 1px solid #2f2f2f;
    text-align: center;
    width: 100px;
    height: 40px;
    font-weight: 300;
    line-height: 40px;
    color: #2f2f2f;
    cursor: pointer;
    position: relative;
}
.layerPopup99 .file_lebel [type=file] {
	display: none;
}
.layerPopup99 .conts .txt_file_nm {
	float: right !important;
    width: 450px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}



