@charset "utf-8";

/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------
▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리 파트 각 작성.
*/

/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0;}
body,th,td,input,select,textarea,button{font-family:'NotoSansKR', sans-serif; font-weight:300; font-size:15px; color:#555;}
dl,ul,ol,menu,li {list-style:none;}
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out;}
a:hover, a:focus ,a:active{text-decoration:none; color:#409df4;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}

@media only screen and (min-width: 320px){
	body{overflow-x:hidden;}
}

.hidden{font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
::selection {
	background:#337ab7;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background:#337ab7;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background:#337ab7;
	color: #fff;
	text-shadow: none;
}

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}

/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(../images/common/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}
.loader_svg { position:absolute; top:50%; left:50%; margin:-60px 0 0 -40px; } /*로더 위치*/

/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top { width:60px; height:60px; position:fixed; bottom:25px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:rgba(0,0,0,0.8); box-shadow: 0px 10px 20px rgba(0,0,0,0.3); }
.back-to-top:hover { background:#409df4; }
.back-to-top i{color: #fff; font-size: 24px; display: block; line-height: 55px;}

@media only screen and (max-width: 980px) {
	.back-to-top {width: 60px; height: 60px;}
	.back-to-top i {line-height: 58px; font-size: 20px;}
}

@media only screen and (max-width: 768px) {
	.back-to-top {width: 50px; height: 50px; bottom: 15px; right: 15px;}
	.back-to-top i {line-height: 48px; font-size: 18px;}
}
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; width:100%; min-width:320px; height:100%;}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#header {z-index :666; width: 100%; height: 65px; background-color: #fff;}
#header h1{float:left;}
#header h1 a{display: block;}
#header #header_in{position: relative; margin: 0 auto; width: 100%; max-width: 1200px; height: 65px;}


#header #header_in .main-tell {position: absolute;
    right: -67px;
    background: #1e2c83;
    border-radius: 100px;
    padding: 2;
    top: 4px;
    height: 55px;
    width: 160px;
    text-align: center;}
#header #header_in .main-tell span	{    color: #efff00;
    font-weight: 500;
    font-size: 18px;
    display: block;
    text-align: center;
	height:25px;
}
#header #header_in .main-tell a	{display: block;
    /* padding: 7px; */
    font-size: 18px;
    color: #fff;
    font-weight: 500;}
#header #header_in .main-tell:hover {background:#1c33bf;}

@media all and (max-width:1340px) {
#header #header_in .main-tell {
    position: absolute;
    right: 10px;
    background: #1e2c83;
    border-radius: 100px;
    padding: 2;
    top: 71px;
    height: 55px;
    width: 160px;
    text-align: center;
    z-index: 9999;
}
}

@media all and (max-width:500px) {
#broadcasting_product_information .table-responsive table tbody tr .total_amount p {font-size:16px;}
}


#nav{display: inline-block; margin-left: 1116px;}


.nav-btn{display:none;}
.nav-bg{z-index:888; display:none; position:absolute; top:65px; width:100%; height:120px; background:#fff; border-top:1px solid #d4d4d4; border-bottom:3px solid #607d8b;} /*대메뉴 하단 보더라인 적용*/


.util-menu{position:absolute; top:18px; right:0; line-height:0; font-size:0;}
.util-menu ul{display:inline-block;}

/*탑메뉴 pc용 안쓰는거*/
/*

.util-menu li:first-child{ border: 1px solid #337ab7;margin-left: 0;}
.util-menu a {display:inline-block; line-height:33px; font-size:16px; font-weight: 400; color: #333; padding: 0 10px; border-radius:25px; }

*/
.util-menu li:first-child { border-color: #337ab7; margin-left: 0; }
.util-menu li:first-child:hover { border-color:#409df4; }
.util-menu li { display: inline-block; float: left; height: 30px; border: 1px solid #e1e1e1; text-align: center; margin-left: 10px; border-radius:15px; }

.util-menu li:first-child a { color: #1886a2; font-size: 14px; }
.util-menu a { display: inline-block; line-height: 28px; font-size: 12px; font-weight: 400; color: #333; padding: 0 10px; border-radius:15px; }
.util-menu a:hover { color: #fff; background:#333; }

.util-menu li:first-child a{color:#337ab7; font-size: 16px; border-radius: 15px;}
.util-menu li:first-child a:hover {background:#409df4; color:#fff; border-color:#409df4; }

.navigation:after{content:""; display:block; clear:both;}
.navigation > li{position:relative; float:left; height:100%; line-height: 66px; text-align:center;}
.navigation .main-menu{display:block; padding: 0 30px; width:100%; font-weight:500; font-size:19px; color:#555;}
.navigation .sub-menu{display:none; z-index:998; position:absolute; top:65px; left:0; width:100%; height: 120px;}
.navigation .sub-menu a{display:block; text-align:center; line-height:40px; letter-spacing:-0.5px; font-size:17px; font-weight: normal; color:#333;}
.navigation .sub-menu .intro-menu{display:none;}

.navigation > li:hover {background:#409df4;}
.navigation > li:hover > a {color:#fff;}
.navigation > li:hover a {color:#fff;}
.navigation > li:hover .sub-menu{background:#409df4;}
.navigation > li:hover:after {content:''; position:absolute; height:1px; width:100%; left:0; bottom:0; background-color:rgba(255,255,255,0.5); z-index:999;} /*대메뉴 2뎁스메뉴 구분 보더라인*/

.navigation .sub-menu a:hover{background:#0849a8; color:#fff;} /*2뎁스메뉴 hover*/

@media only screen and (min-width: 981px) {
	#nav {margin-left: 0px;}
	.navigation .main-menu {padding: 0 25px;}
	.util-menu {right: 20px;}
}

@media only screen and (min-width: 1201px) {
	/*#header > div{width:1200px;}*/
	#nav {} /*margin-left: 116px;*/
	.navigation .main-menu {padding: 0 30px;}
	.util-menu {right: -65px;}
}

@media only screen and (max-width: 1200px) {
	#header > div{padding:0 20px;}
}

@media only screen and (max-width: 980px) {
	#header{z-index:666; width:100%; height:65px; background:#fff; border-bottom: 1px solid #e1e1e1;}
	#header > div{padding:0;}

	#header h1{float:left; height:65px;}
	#header h1 a{display:block; margin-left: 15px;}
	#header h1 img{width:auto;}

	.nav-btn{z-index:999; display:block; position:absolute; top:20px; right:20px; width:30px; height:23px; cursor:pointer;}
	.nav-btn span{position:absolute; left:50%; display:block; margin-left:-15px; width:30px; height:2px; background:#aaa; transition:.2s all linear; border-radius:5px;}
	.nav-btn span:nth-child(1){top:0;}
	.nav-btn span:nth-child(2){top:10px;}
	.nav-btn span:nth-child(3){top:20px;}
	.nav-btn:hover span { background:#409df4; }

	.nav-btn.nav-close{position:fixed;}
	.nav-btn.nav-close span:nth-child(1){top:50%; transform:rotate(45deg);}
	.nav-btn.nav-close span:nth-child(2){margin-left:0; width:0;}
	.nav-btn.nav-close span:nth-child(3){top:50%; transform:rotate(-45deg);}

	.nav-bg{z-index:777; display:none; position:fixed; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7);}

	#nav{z-index:9999; position:fixed; top:64px; right:-100%; display:block; padding:0 0 20px; width:100%; height:100%; background:#fff;}

	.util-menu{position:relative; top:0; padding:14px 30px; width:100%; max-height:65px; border-top:1px solid #e1e1e1; border-bottom:1px solid #eee;}
	.util-menu ul {width: 100%;}
	.util-menu li {width: calc(33.33% - 10px); margin-left: 15px; height:35px; border-radius: 25px; }
	.util-menu a {width: 100%; padding: 0; line-height: 33px; }

	.navigation .main-menu{display:block; padding:0 30px; width:100%; line-height:50px; font-weight:500; font-size:18px; color:#000; transition:none;}

	.navigation > li {width:100%; text-align:left; border-top:1px solid #e1e1e1;}
	.navigation > li:hover {background:#337ab7; border-color:#095c71;}
	.navigation > li:first-child {border-top:none;}
	.navigation > li:hover:after {display:none;}
	.navigation > li.active {background:#337ab7;}
	.navigation > li a {color:#000;}
	.navigation > li.active > a {color:#fff;}
	.navigation > li.active > ul li a {color:#555;}

	.navigation > li:hover .sub-menu {background:inherit;}
	.navigation .sub-menu {display:none; position:relative; top:0; height:inherit; background:#f1f1f1 !important;}
	.navigation .sub-menu li {border-top:1px solid #b0b0b0;}
	.navigation .sub-menu li:first-child {border-top:none;}
	.navigation .sub-menu a{display:block; padding:5px 30px; line-height:35px; font-size:17px; color:#555; text-align: left;}
	.navigation .sub-menu a:before{content:""; display:inline-block; margin:-2px 10px 0 0; width:5px; height:5px; border-radius:50%; vertical-align:middle; background:#337ab7;}
	.navigation .sub-menu a:hover{background:#777; }
	.navigation .sub-menu a:hover:before{background:#fff;}
}

@media only screen and (max-width: 768px) {
	.nav-btn{right:15px;}
	/*탑메뉴 모바일용 20.10.10*/
	.util-menu li{display: inline-block; float: left; height: 35px; border: 1px solid #e1e1e1; text-align: center; margin-left: 10px; border-radius:25px; }
	.util-menu li:first-child{ border: 1px solid #337ab7;margin-left: 0;} /*border-color: #337ab7; */
	.util-menu a {display:inline-block; line-height:33px; font-size:16px; font-weight: 400; color: #333; padding: 0 10px; border-radius:25px; }
	.util-menu a:hover { color: #fff; background:#333; }
}

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{text-transform:uppercase; border-radius:0; line-height:24px;}
.btn:focus, .btn:active{outline:none; color:#fff;}

.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#509591; border-color: #509591; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color:#447774; border-color:#447774; color:#fff;}

.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
.btn-bar a{margin-right:10px;}

.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:5px; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #509591;}

@media only screen and (max-width: 980px) {

}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{position:relative; width:100%; background:#555; color:#fff; padding-bottom:35px; }
#footer:before {content:''; position:absolute; top:75px; bottom:0; width:100%; background:#363636; }
#footer:after{content:''; position:absolute; top:74px; left:0; width:100%; height:1px; background-color:#727272;}
.footer-area{position:relative; margin:0 auto; width:100%; box-sizing:border-box;}
.footer-area:after{content:""; display:block; clear:both;}
.footer-sns{position:absolute; top:0; right:0; padding:20px 0;}
.footer-sns li{float:left; display:inline; margin-left:10px;}
.footer-sns li:first-child{margin-left:0;}

.footer-sns li a  { display:block; width:35px; height:35px; background-color:#337ab7; border-radius: 50%; position:relative; } 
.footer-sns .ico_btn_kakaotalk_white img { width:73%; position:absolute; top:5px; left:5px; }
.footer-sns .ico_btn_facebook_white img { width:56%; position:absolute; top:8px; left:7px; }
.footer-sns .ico_btn_instagram_white img { width:60%; position:absolute; top:7px; left:7px; }
.footer-sns .ico_btn_twitter_white img { width:66%; position:absolute; top:7px; left:6px; }
.footer-sns .ico_btn_naver_blog_white img { width:66%; position:absolute; top:8px; left:6px; }


.footer-sns li a:hover { background:#409df4; }
.footer-sns li a img { width:35px; }

#footer p, #footer li{font-size:15px; font-weight:300; letter-spacing:0; color:#bfbfbf;}

.foot-logo{float:left; margin:22px 50px 0 0;}
.foot-info{float:left; width:calc(100% - 150px);}

.footer-menu{margin:0 auto 30px; line-height:0; font-size:0;}
.footer-menu li{position:relative; display:inline-block; margin-left:10px;	padding-left:10px; vertical-align:middle; line-height:75px; color:#fff;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li:before{content:''; position:absolute; top:33px; left:0; width:1px; height:10px; background-color:#727272;}
.footer-menu li:first-child:before{display:none;}
.footer-menu li a {line-height:10px; font-size:15px; font-weight:300; color:#fff;}
.footer-menu li a:hover { text-decoration:underline; color:#80c4ff; }
.footer-info{width:1000px; line-height:30px; margin-bottom:30px;}
.footer-info span{color:#9c9a9a;}
.footer-info a {color:#fff; font-weight:200; display:inline-block;} /*text-decoration:underline;*/
.footer-info a span:nth-child(12) {display:inline-block;}
.footer-info a span:nth-child(5) {display:inline-block;}



.footer-info a:hover { color:#80c4ff; }
#footer .copyright { color:#fff; }
#footer a .design_kweb:hover { color:#80c4ff !important; }
.qr-code-box {
    position: absolute;
	right:25px;
	top:75%;
}

.qr-code-box > .qr-code-box-in  {
    width:100px;
	height:100px;
	background-color:#fff;
	position: absolute;
	top:50%;
    right:0;
	transform:translateY(-50%);
}

.qr-code-box > .qr-code-box-in > .qrcode {
    display:block;
	padding-top:5px;
	padding-left:5px;
}

.qr-code-box > .qr-code-box-in canvas {
    width:100px;
	height:100px;
}

@media only screen and (min-width: 1201px) {
	.footer-area{width:1200px;}
	#footer p, #footer li{font-size:15px;}
}

@media only screen and (max-width: 1200px) {
	.footer-area{padding:0 20px;}

	.footer-sns{right:20px;}
	.footer-info{width:100%;}
}

@media only screen and (max-width:768px) {

	 #footer p, #footer li{white-space:normal; font-size:14px;}

	#footer { padding-bottom:40px; }

	.footer-sns { right:50%; top:auto; bottom:-75px; transform:translateX(50%); }

	.footer-area{padding:0 10px; text-align:center;}

	.footer-menu li{margin-left:7px; padding-left:7px;}
	.footer-menu li a{font-size:15px;}

	.foot-info{float:none; width:100%;}
	.footer-info{width:100%; line-height: 20px; white-space:pre;}
	.footer-info br{display:block;}

	.footer-copy {white-space:pre-line;}

	.foot-logo{float:none; margin:0 0 20px 0;}

	.qr-code-box {
	display:none;
}
}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.carousel-inner > .item{height:900px;}
.carousel-inner > .main-img01{background:url("../images/main/main_visual01.jpg") no-repeat center center/cover;}
.carousel-inner > .main-img02{background:url("../images/main/main_visual02.jpg") no-repeat center center/cover;}
.carousel-inner > .main-img03{background:url("../images/main/main_visual03.jpg") no-repeat center center/cover;}
/*
.carousel-inner > .main-img04{background:url("../images/main/main_visual04.jpg") no-repeat center center/cover;}
.carousel-inner > .main-img05{background:url("../images/main/main_visual05.jpg") no-repeat center center/cover;}
.carousel-inner > .main-img06{background:url("../images/main/main_visual06.jpg") no-repeat center center/cover;}
.carousel-inner > .main-img07{background:url("../images/main/main_visual07.jpg") no-repeat center center/cover;}
*/
@media (max-width:768px) {
.carousel-inner > .main-img01{background:url("../images/main/main_visual01_mb.jpg") no-repeat center center/cover;}
.carousel-inner > .main-img02{background:url("../images/main/main_visual02_mb.jpg") no-repeat center center/cover;}
.carousel-inner > .main-img03{background:url("../images/main/main_visual03_mb.jpg") no-repeat center center/cover;}
/*.carousel-inner > .main-img04{background:url("../images/main/main_visual05_mb.jpg") no-repeat center center/cover;}*/

}

.main-visual {position: relative;}
.main-visual .carousel-caption{top:48%; left:0; right:0; bottom:auto; padding:0; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); margin:auto; width:100%; text-shadow:none; color:#fff;}
.main-visual .carousel-caption .slogan{padding:0; text-align:left; line-height:1.3; font-size:18px; color:#fff; word-break:keep-all;}
.main-visual .carousel-caption .slogan p {font-family: 'Nanum Square'; font-weight: normal; font-size:25px; text-shadow: 0 0 5px rgba(0,0,0,0.5); color:#ffeb3b; }
.main-visual .carousel-caption .slogan .copy_numb {position: relative; display: inline-block; color: #ffeb3b; font-weight: 900; font-size: 35px; margin-bottom: 30px;}
.main-visual .carousel-caption .slogan .copy_numb:before {content: ''; position: absolute; top: 45px; width: 100%; height: 2px; background: #ffeb3b;}

.main-visual .carousel-caption .slogan .main-copy {margin-bottom:20px; line-height:1.1; font-weight: 700; font-size: 42px; line-height: 58px; text-shadow: 0 0 5px rgba(0,0,0,0.5); letter-spacing: -0.8px; color:#fff;
}

/*메인비주얼슬라이더 좌우 버튼*/
.main-visual .carousel-control{background:none; text-shadow:none; width:10%; text-indent:-9999em; overflow:hidden;}
.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control:hover{opacity:1; width:81px; height:160px; position:absolute; top:35%; }

.main-visual .carousel-control.left{background:url("../images/main/visual_btn_prev_hap.png") no-repeat 0 0; position:absolute; left:20px; }
.main-visual .carousel-control.left:hover{background:url("../images/main/visual_btn_prev_hap.png") no-repeat -81px 0;}

.main-visual .carousel-control.right{background:url("../images/main/visual_btn_next_hap.png") no-repeat -81px 0; position:absolute; right:20px; }
.main-visual .carousel-control.right:hover {background:url("../images/main/visual_btn_next_hap.png") no-repeat 0px 0;}

.main-visual .carousel-indicators {bottom: 50px; left: 0; margin-left: 0; width:100%; text-align: center;}
.main-visual .carousel-indicators li{width:15px; height:15px; box-sizing:border-box; vertical-align:middle; border:3px solid rgba(255,255,255,0.5); border-radius:20px; transition: all 0.3s;}
.main-visual .carousel-indicators .active{width:45px; height:15px; box-sizing:border-box; background:#fff; border-radius:20px; border:none;}

.main-visual .list-box {position: absolute; height: 130px; width: 100%; bottom: 0; background: rgba(0,0,0,0.7); text-align: center; display:none; }
.main-visual .list-box ul {position: relative; display: inline-block; max-width: 1200px; width: 100%; height: 100%; margin: 0 auto;}
.main-visual .list-box ul li { height: 100%; color: #aff; font-size: 18px; font-weight: normal; line-height: 20px;} /*padding: 10px 0; */
.main-visual .list-box ul li img {display: inline-block; WIDTH: 70PX; HEIGHT: 70PX; margin-top: 15px; }
.main-visual .list-box ul li span {display: block; margin-bottom: 7px; color: #aff; }
.main-visual .list-box ul li small {display: block; font-size: 18px; line-height: 14px; color:#ff0; }

@media only screen and (min-width: 1201px){
	.main-visual .carousel-caption{width:1200px;}
}

@media only screen and (max-width: 1420px){
	.main-visual .carousel-caption .slogan{ margin-left:12%; padding:35px 25px;}
}

@media only screen and (max-width: 1200px){
	.main-visual .carousel-caption .slogan{}
}
@media screen and (max-width:980px){
	.carousel-inner > .item{height:600px;}

	.main-visual .carousel-caption {top: 34%;}
	.main-visual .carousel-caption .slogan{ font-size:15px;} /*width:388px; */
	.main-visual .carousel-caption .slogan .main-copy{margin-bottom:10px; font-size:48px;}

	.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control { top: 27%; }

	.main-visual .carousel-indicators { display:none; }
}
@media screen and (max-width:768px){
	.carousel-inner > .item{height:600px;} /*메인비주얼 슬라이더 - 모바일 사이즈 높임*/
	.carousel-inner > .main-img01,
	.carousel-inner > .main-img02{background-position:55% center;}

	.main-visual .list-box {height: 135px;}
	.main-visual .list-box ul li {font-size: 15px; line-height: 14px;}
	.main-visual .list-box ul li img {height: 30px;}--
	.main-visual .list-box ul li small {font-size: 15px; line-height: 12px;}

	.main-visual .carousel-indicators { display:block; bottom:10px; } /*display:none;*/

	.main-visual .carousel-control {display: none;}
	.main-visual .carousel-control.left,
	.main-visual .carousel-control.right{background-size:20px;}

	.main-visual .carousel-caption {top: 44%;}
	.main-visual .carousel-caption img { width:90%; }
	.main-visual .carousel-caption .slogan{font-size:13px; padding:0px;} 
	.main-visual .carousel-caption .slogan .copy_numb {font-size: 24px; margin-bottom: 35px;}
	.main-visual .carousel-caption .slogan .main-copy{font-size:28px; line-height: 38px; margin-bottom: 0;}
	.main-visual .carousel-caption .slogan p {font-size: 20px; line-height: 28px;}
}

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.container {width: 100%;}
#mainContainer{z-index:555;}
.main-box {position: relative; display: block; width: 100%;}
.main-box-tit {position: relative; display: table; width: 100%; min-height: 228px; text-align: center;}
.main-box-tit h3 {display: table-cell; vertical-align: middle; font-family: 'Nanum Square'; font-size: 30px; font-weight: 800; background-color: #fff;}
.main-box-tit h3 span {background-color: #fff !important; position: relative; z-index: 1; padding: 0 30px;}
.main-box-tit h3 .tit { font-size:42px; }
.main-box-tit h3 .sub_tit { font-weight:500; font-size:20px; margin-top:10px; }

/*.main-box-tit h3:after { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #e1e1e1; }*/
.main-box-link {display: inline-block; width: 100%; min-height: 455px; margin-bottom: -5px;}
.main-box-link ul li {position: relative; display: table; padding: 0; max-width :100%; min-height: 455px; }
.main-box-link ul li a {display: table-cell; vertical-align: middle; text-align: center; font-size: 30px; line-height: 30px; color: #fff; text-shadow: 0px 1px 1px rgba(0,0,0,1);}
.main-box-link ul li a:hover {  }
.main-box-link ul li a h4 { font-size:30px; transition:0.3s all; }
.main-box-link ul li a p { font-size:19px; margin-top:20px; }

.main-box-link ul li.box-1 {background: url("../images/main/main_link_img_1.jpg") no-repeat top/cover;}
.main-box-link ul li.box-2 {background: url("../images/main/main_link_img_2.jpg") no-repeat top/cover;}
.main-box-link ul li.box-3 {background: url("../images/main/main_link_img_3.jpg") no-repeat top/cover;}
.main-box-link ul li.box-4 {background: url("../images/main/main_link_img_4.jpg") no-repeat top/cover;}
.main-box-link ul li:hover { cursor:pointer;  }
.main-box-link ul li:hover h4 {color:#61d6e4; } /*text-decoration:underline; border-bottom:1px solid #fff;*/

.main-box-in ._bg {position: relative; margin: 0 auto; padding: 100px 0; max-width: 1200px; min-height: 520px; }
.main-box-in ._left {position: relative; padding: 0;}
.main-box-in ._left a.btn {margin-right: 20px; padding: 12px 20px; min-width: 148px; background-color: #337ab7; color: #fff; font-size: 16px;}
.main-box-in ._left a.btn:hover { background-color: #409df4; color: #fff; }
.main-box-in ._left a._last {margin-right: 0;}
.main-box-in ._left span {display: inline-block; margin-bottom: 20px; font-size: 30px; font-weight: normal; line-height: 30px; color: #337ab7;}
.main-box-in ._left h4 {position: relative; margin-bottom: 30px; font-size: 31px; line-height: 1; color: #333;}
.main-box-in ._left p {max-width: 547px; font-size: 17.8px; line-height: 26px; color: #5a5a5a;} /*max-width:382px*/
.main-box-in._bg div._right {padding: 0;}
.main-box-in._bg div._right iframe {width: 100%; height: 320px;}
.main-box-in a.btn-xs-more {position: absolute; top: 0; right: 60px; padding: 4px 12px; font-size: 14px; color: #777; font-weight: 500; border: 1px solid rgba(0,0,0,0.3); border-radius: 20px; }
.main-box-in a.btn-xs-more:hover { background: #409df4; color:#fff; border: 1px solid #409df4; }

/*메인- 회사소개 영역*/
.page-box { background:  #fff;} /*url("../images/main/main_bg_div_1.jpg") no-repeat; bottom;*/
.company_info_pic-box {  } /*#e8e8e8  ../images/main/main_bg_div_1.jpg */ /*background:url('../images/main/main_bg_div_2.jpg'); background-size: cover;*/

/*
.company_info_pic-box .mov_youtube { position:relative; padding-bottom:56.25%; width: 49.9%; }
.company_info_pic-box .mov_youtube iframe { position:absolute; width:100%; height:100%; }
*/
.name_card {  } /*width:346px; height:195px;*/
.name_card img { box-shadow:0 0 5px rgba(0,0,0,0.1); margin-left: 5px; transition:all 300ms; }
.name_card img:hover { box-shadow:5px 5px 15px rgba(0,0,0,0.3); }
.page-box ._left p {margin-bottom: 36px;}

.page-box .main-box-in {position: relative; background-image: none; display: block; margin: 0 auto; max-width: 1200px; width: 100%; min-height: 520px; padding: 100px 30px;}


.board-box {background-color: rgba(0,0,0,0.03); padding: 100px 30px;}
.board-box .main-box-in {position: relative; background-image: none; display: block; margin: 0 auto; max-width: 1200px; width: 100%; min-height: 212px;}
.board-box .main-box-in h5 {font-size: 30px; font-weight: 900; font-family: 'Nanum Square'; margin-bottom: 30px;}
.board-box .main-box-in .extract-article {min-height: inherit; display: block;}
.board-box .main-box-in .extract-content {text-align: left;}
.board-box .main-box-in .extract-content .extract-date {font-size: 16px; font-weight: 400; line-height: 16px; text-shadow: none; color: #959595; margin-bottom: 20px;}
.board-box .main-box-in .extract-content .extract-date i {margin-right: 5px;}
.board-box .main-box-in .extract-content .extract-title {font-size: 24px; line-height: 26px; text-shadow: none; color: #409df4; font-weight: 400; margin-bottom: 20px;}
.board-box .main-box-in .extract-content .extract-body {font-size: 16px; color: #727272; text-shadow: none; font-weight: 400; line-height: 26px;}
.board-box .main-box-in .extract-content .extract-body:hover { text-decoration:underline; }

.board-box p.customer-pic {display: inline-block; float: left; margin-right: 26px; width:183px; height:153px; }
.board-box dl dt {font-size: 20px; color: #777; font-weight: 500; margin-bottom: 15px;}
.board-box dl dd {display: block; min-height: inherit; max-width: inherit; font-size: 16px; line-height: 1.5; color: #727272;}
.board-box dl dd a {text-shadow: none; text-align: left; display: block; min-height: inherit; max-width: inherit; font-size: 16px; line-height: 1.2; color: #727272; }
.board-box dl dd.customer-tel a {font-family: 'Nanum Square'; font-size: 40px; font-weight: 900; color: #409df4; letter-spacing: -1px;}
.board-box ._right {padding: 0 0 0 60px;}


@media only screen and (min-width: 1201px) {
	#mainContainer{padding:50px 0 135px; margin:0 auto; width:1200px;}
	
}

@media only screen and (max-width: 1200px) {
	.board-box dl dd.customer-tel a { font-size:24px; }
}

@media only screen and (min-width: 980px) {
	
}
.main-container h3{position:relative; margin-bottom:20px; line-height:1.2; font-weight:400; font-size:20px; color:#000;}
.main-container h3 span{display:block; margin-top:5px; font-size:14px; color:#6c7079;}
.main-top h3 img{float:right;}
.main-top ul{margin:0 -10px;}
.main-top ul:after{content:""; display:block; clear:both;}
.main-top li{position:relative; float:left; margin:0 10px; width:calc(25% - 20px); background:#f9f9f9; border:1px solid #c5c5c5;}
.main-top .txt-frame{margin:30px 25px; word-break:keep-all;}
.main-top .txt-frame h3{margin-bottom:15px;}
.main-top .img-frame{width:100%; overflow:hidden;}
.main-top .img-frame img{width:100%;}
.main-top a:hover{color:#555;}
.main-top .caption-link{display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
.main-top .caption-link:before{position:absolute; top:-1px; left:-1px; content:""; display:block; width:0; height:0; -webkit-transition:all .4s ease-out; -moz-transition:all .4s ease-out; transition:all .4s ease-out;}
.main-top .caption-link:after{position:absolute; bottom:-1px; right:-1px; content:""; display:block; width:0; height:0; -webkit-transition:all .4s ease-out; -moz-transition:all .4s ease-out; transition:all .4s ease-out;}
.main-top .caption-link:hover:before{width:100%; height:100%; border-left:5px solid #ff4e00; border-top:5px solid #ff4e00;}
.main-top .caption-link:hover:after{width:100%; height:100%; border-right:5px solid #ff4e00; border-bottom:5px solid #ff4e00;}
.main-center{margin:20px -10px;}
.main-center:after{content:""; display:block; clear:both;}
.main-center > div{position:relative; float:left; margin:0 10px; padding:30px 25px; height:286px; background:#f9f9f9; border:1px solid #c5c5c5;}
.webgine-box{width:calc(50% - 20px);}
.notice-box{width:calc(25% - 20px);}
.notice-box .more-btn{position:absolute; top:25px; right:20px;}
.affilates-box{width:calc(25% - 20px);}

@media only screen and (max-width: 1200px) {
	#mainContainer{padding:50px 20px 100px; width:100%;}
	.affilates-box{width:calc(25% - 10px);}
	.main-box-link ul li a h4 { font-size: 24px; }
	.main-box-link ul li a p { font-size: 17px; }

}


@media only screen and (max-width: 980px) {
	.notice-box{width:calc(50% - 20px);}
	.affilates-box{width:calc(50% - 20px);}
	.main-box-in ul li a {display: block;}
	.main-box-in ._bg {padding: 60px 0;}
	.main-box-in ._bg div._left p {max-width: 100%; margin-bottom: 30px;}
	.main-box-in ._bg div._right {margin: 60px 0 0; padding: 0;}
	.main-box-in a.btn-xs-more {right: 30px;}
	.page-box .main-box-in {display: inline-block; padding: 60px 30px; min-height: 440px;} /*min-height: 445px;*/
	.main-box-tit {min-height: 150px;}
	.board-box {padding: 60px 30px;}
	.board-box .main-box-in {display: inline-block;}
	.board-box p.customer-pic {width: 140px;}
	.board-box dl dd.customer-tel a {font-size: 24px;}
	.main-box-in ._left {padding: 0 30px 0 0;}
	.main-box-in ._right {padding: 0;}
	.main-box-tit h3 .tit { font-size: 36px; }
	.main-box-tit h3 .sub_tit { font-size:18px;}

	.main-box-in ._left h4 {font-size: 38px; }
	.main-box-in ._left p { font-size: 15.8px; }
	.main-box-in ._left a.btn { padding: 12px 0px; }
	.main-box-in ._left a.btn { min-width: 136px; }
}


@media only screen and (max-width: 768px){
	#mainContainer{padding:20px 10px 30px; width:100%;}
	.notice-box{width:calc(50% - 10px);}
	.affilates-box{width:calc(50% - 10px);}
	.main-box-link ul li{min-height:300px;}
	.main-box-link ul li a p { font-size:14px; line-height: 24px; margin-top: 18px; }
	.main-box-tit {min-height: 100px;}
	.main-box-in ._left h4 {font-size: 40px;}
	.main-box-in ul li {min-height: 300px;}
	.main-box-in ._left {float: none; width: 100%; padding: 0 0 30px 0;}
	.main-box-in ._right {float: none; width: 100%; padding: 30px 0 0 0;}
	.main-box-in ._left p {max-width: 100%; margin-bottom: 30px;}
	.main-box-in a.btn-xs-more {right: 0;}
	.page-box ._left a.btn {width: 100%; display: block; float: none; margin-right: 0; margin-bottom: 20px;}
	.page-box ._left a._last {margin-bottom: 0;}
	.main-box-tit h3 {font-size: 25px;}
	.main-box-in._bg div._right iframe {height: 238px;} /*146px*/
	.main-box-link ul li a h4 { font-size:19px; }

	.board-box .main-box-in {padding: 0;}
	.board-box ._left {border-bottom: 1px solid #e1e1e1;}

	.board-box p.customer-pic {width: 50%; float: left; margin-right: 0; margin-bottom: 25px; text-align: center;}
	.board-box p.customer-pic img { width:60%;  }

	.page-box .main-box-in { min-height: 730px; }

	.board-box dl {position: relative; display: table; margin: 0 auto;}
	.main-box-tit h3 .tit { font-size: 30px; }
	.main-box-tit h3 .sub_tit { font-size:17px;}

	.main-box-in ._left h4 br { display:none; }
	.main-box-in ._left p br { display:none; }
	.main-box-in ._left h4 {font-size: 26px; }
	.main-box-in ._left p { font-size: 18px; }
	.main-box-in ._left span { font-size: 24px; }

	.board-box dl dt {  font-size: 26px; }

}

@media only screen and (max-width: 620px) {
	.customer-pic img { min-width:174px; }
}

@media only screen and (max-width: 480px) {
	.main-top li:first-child, .main-bottom li:first-child{margin-top:0;}
	.notice-box {width:100%;}
	.affilates-box {width:100%;}
	.main-box-link ul li {min-height: 250px;}
	.main-box-link ul li a {font-size: 20px;}

	.board-box p.customer-pic {width: 100%; float: unset; margin-right: 0; margin-bottom: 70px; text-align: center;}
	.board-box p.customer-pic img { width:62%; min-width: 200px; }
	.board-box dl { float:unset;  }


}

/*메인페이지 style 이동 20.09.30*/
.gallery-wrap { padding: 0 30px; margin-bottom: 100px; }
.gallery-wrap .gallery-list { position: relative; }
.gallery-wrap .gallery-list .owl-stage-outer,
.gallery-wrap .gallery-list .owl-stage-outer .owl-stage,
.gallery-wrap .gallery-list .owl-stage-outer .owl-stage .owl-item {height: 100%; overflow: hidden;}
.gallery-wrap .gallery-list .owl-stage { position: relative; }
.gallery-wrap .gallery-list .owl-carousel-item { height: 100%; position: relative; text-align: center;  }
.gallery-wrap .gallery-list .owl-carousel-item img { max-width: inherit; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.gallery-wrap .gallery-list .owl-carousel-item .img-title { color: #fff;	width: 100%;	overflow: hidden; font-size: 30px; font-weight: normal; line-height: 60px; }
.gallery-wrap .gallery-list .owl-carousel-item .img-content { opacity: 0; }
.gallery-wrap .gallery-list .owl-carousel-item:hover .img-content { opacity: 1; }
.gallery-wrap .gallery-list .owl-carousel-item .img-content i { display: block;	margin-top: 20px;	max-width: 110px; height: 37px; line-height: 35px; border: 1px solid #fff; text-align: center; font-style: normal; transition:all 0.5s; }
.gallery-wrap .gallery-list .owl-carousel-item .img-content i:hover { background:#409df4; border-color:#409df4; }
.gallery-wrap .gallery-list .owl-carousel-item .viewport { position: relative; height: 100%; padding: 0 30px; }
.gallery-wrap .gallery-list .owl-carousel-item .img-frame { position: relative; height: 100%; max-width: 400px; text-align: center; vertical-align: middle; box-sizing: border-box; overflow: hidden; margin: 0 auto; }
.gallery-wrap .gallery-list .owl-carousel-item .img-frame p { display: block; height: 100%; }
.gallery-wrap .gallery-list .owl-carousel-item .txt-box { position: absolute; left: 0; bottom: 0; padding: 0 30px; height: 60px;width: 100%; color: #fff;-webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; transition: all .4s ease-out; background: rgba(0,0,0,.6); text-align: left; }
.gallery-wrap .gallery-list .owl-carousel-item:hover .txt-box { height:100%;	 padding: 30px; }
.gallery-wrap .gallery-list .owl-carousel-item .txt-box dl { width: 100%; display: table-cell; vertical-align: middle; text-align: left; text-indent: 30px; overflow: hidden; background: rgba(0,0,0,.6); }
.gallery-wrap .gallery-list .owl-controls i{ font-size:20px; color:#000;}
.gallery-wrap .gallery-list .owl-controls .owl-prev { cursor: pointer; left: 0; position: absolute; top: 35%; opacity:0.2; }
.gallery-wrap .gallery-list .owl-controls .owl-next { cursor: pointer; position: absolute; right: 0; top: 35%; opacity:0.2; }
.gallery-wrap .gallery-list .owl-controls .owl-prev:hover,
.gallery-wrap .gallery-list .owl-controls .owl-prev:active,
.gallery-wrap .gallery-list .owl-controls .owl-next:hover,
.gallery-wrap .gallery-list .owl-controls .owl-next:active{ opacity:0.7; }
.owl-theme .owl-controls { margin-top: 40px; }
.gallery-wrap .gallery-list .owl-controls .owl-dots { display: inline-block; overflow: hidden; margin: 0 auto; }
.gallery-wrap .gallery-list .owl-controls .owl-dots .owl-dot { border-radius: 50%; cursor: pointer;	float: left; height: 20px; margin: 2px; width: 20px; transition:all 0.4s; border:3px solid #ccc; } /*background: #d9d9d9;*/
.gallery-wrap .gallery-list .owl-controls .owl-dots .owl-dot.active { background: #337ab7; width: 40px; border-radius: 19px; border:none; }
.gallery-wrap .gallery-list .owl-controls .owl-dots .owl-dot:hover { background:#409df4; border:3px solid #409df4; }
@media (max-width: 772px) {
	.gallery-wrap .gallery-list .owl-carousel-item .img-title { font-size: 22px;}
	.gallery-wrap .gallery-list .owl-carousel-item .txt-box { top: 0; height: 100%; padding: 30px; }
	.gallery-wrap .gallery-list .owl-carousel-item .img-content { opacity: 1;	}
	.main-visual .carousel-indicators li { width: 20px; height: 20px; }
	.main-visual .carousel-indicators .active { height:20px; }
}
@media (min-width: 320px) {
	.gallery-wrap .gallery-list .owl-carousel-item .viewport { padding: 0; }
}
/*갤러리 코드 별로 css 디자인을 따로 할경우 #gallery-[code] .owl-controls {} 와 같은 형태로 추가. 예 ) #gallery-gallery .owl-controls { background: #ccc; }*/

/*메인 - 공지사항 영역 20.09.30*/ /*없어도 되는 소스인가? 삭제해도 문제가 없음 371번줄에서 잡아주고 있었음*/
.extract-article {
	border-top: 1px solid #e1e1e1;
	padding: 10px 0;
	transition: 0.3s background linear;
}
.extract-article:first-child {
	border:0;
	padding: 0 0 10px 0;
}
.extract-article .extract-content {
	line-height: 24px;
}
.extract-article .extract-content .extract-date {
	color: #acacac;
}

.extract-webzine .extract-article .extract-thumb {
	position:relative;
	text-align: center;
	vertical-align:center;
	border:1px solid #eee;
}

.extract-webzine .extract-article .extract-thumb img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.extract-webzine .extract-article .extract-content {
	font-size:13px;
}
.extract-webzine .extract-article .extract-content .extract-title {
	font-weight: bold;
	font-size:14px;
	padding: 2px 0;
}

.extract-board .extract-article .extract-content .extract-title {
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
	width: 95%;
}

.extract-board .extract-article .extract-content .extract-title:hover { text-decoration: underline; }

.extract-board .extract-article .extract-content .extract-title-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 5%;
}

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 767px) {
	.extract-webzine .extract-article .extract-thumb {
		height: 200px;
	}
	.extract-webzine .extract-article .extract-content .extract-title{
		padding: 2% 0;
	}
}
@media (min-width: 768px) {
	.extract-webzine .extract-article {
		box-sizing: content-box;
		height: 100px;
		position: relative;
	}
	.extract-webzine .extract-article .extract-thumb {
		bottom: 10px;
		left: 0;
		position: absolute;
	}
	.extract-webzine .extract-article .extract-content {
		height: 100%;
		margin-left: 115px;
		overflow: hidden;
		width: calc(100% - 115px);
	}
	.extract-webzine .extract-article .extract-thumb {
		width: 100px;
		height: 100px;
	}
}

/*메인 - 제휴사 슬라이더 배너영역 - INDEX에서 이동 20.09.30*/
#affilates .affilates-list .owl-stage-outer {height: 270px; padding: 58px 0; background: #607d8b; overflow:hidden;}
#affilates .affilates-list .owl-stage-outer,
#affilates .affilates-list .owl-stage-outer .owl-stage,
#affilates .affilates-list .owl-stage-outer .owl-stage .owl-item {height:100%;}
#affilates .affilates-list .owl-carousel-item{text-align:center;}
#affilates .affilates-list .viewport {position:relative; float:left; width:100%; height: 220px; box-sizing:border-box; padding: 35px;}
#affilates .affilates-list .viewport .img-frame{position:relative; margin:0 auto; max-width:405px; height:150px; text-align:center; background: #fff; box-shadow: 0px 6px 10px rgba(0,0,0,.3); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1); -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; transition:.3s;}
#affilates .affilates-list .viewport .img-frame:hover, #affilates .affilates-list .viewport .img-frame:active{-webkit-transform:scale(1.0); -moz-transform:scale(1.0); -ms-transform:scale(1.0); -o-transform:scale(1.0); transform:scale(1.0); box-shadow: 0px 15px 29px rgba(0,0,0,.2);} /*확대 시 이미지 살짝 깨짐 scale(1.1)*/
#affilates .affilates-list .viewport .img-frame a{display:block; width:100%; height:100%; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; transition:.3s;}
#affilates .affilates-list .viewport .img-frame img{position: absolute; top:0; bottom:0; left:0; right:0; margin:auto; max-height:100%; max-width:100%; box-sizing:border-box;}
#affilates .affilates-list .owl-controls {margin-top: 0;}
#affilates .affilates-list .owl-controls i{font-size:20px; color:#000;}
#affilates .affilates-list .owl-controls .owl-prev {cursor:pointer; position: absolute; left:0; top:50%; margin-top:-20px; opacity:0.2;}
#affilates .affilates-list .owl-controls .owl-next {cursor:pointer; position: absolute; right:0; top:50%; margin-top:-20px; opacity:0.2;}
#affilates .affilates-list .owl-controls .owl-prev:hover,
#affilates .affilates-list .owl-controls .owl-prev:active,
#affilates .affilates-list .owl-controls .owl-next:hover,
#affilates .affilates-list .owl-controls .owl-next:active{opacity:0.7;}
#affilates .affilates-list .owl-controls .owl-dots {display:inline-block; overflow:hidden; margin:0 auto;}
#affilates .affilates-list .owl-controls .owl-dots .owl-dot {background: #ccc; border-radius: 50%; cursor: pointer; float: left; height: 10px; margin: 2px; width: 10px;}
#affilates .affilates-list .owl-controls .owl-dots .owl-dot.active {background: #000;}
/*.ellipsis {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/ /*중복삭제*/

/*추가*/
/*sub.css에 있어야하나, 반영이 안되서 이곳에 반영*/
/*위아래 여백주기*/
.height_space50 { width:100%; height:50px; } 
.height_space100 { width:100%; height:100px; } 
.height_space200 { width:100%; height:200px; }
.height_space300 { width:100%; height:300px; }

/*메인 배너 4종 영역 hover 효과*/
.main-box-link li:after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition: all 0.7s; } /*background: rgba(0,0,0,0.5); */
.main-box-link li:hover:after { background: rgba(0,0,0,0.3); }
.main-box-link li a .text-box { transition: all 0.5s; position: relative;  z-index: 30; }
.main-box-link li:hover a .text-box { transform: translateY(-30%);}

/*푸터 라이센스 정보*/
.licence_info { background:#1a1a1a; padding:10px; color:rgba(255,255,255,0.6); font-size:14px; text-align:center; }
.licence_info a { color:#dbdbdb; font-weight:400; }
.licence_info a:hover { color:#fff; }
.licence_info button { padding:4px 4px; font-size:12px; color:rgba(255,255,255,0.9); line-height: 12px; border:1px solid rgba(255,255,255,0.3); background:rgba(255,255,255,0);}
.licence_info button:hover { background:#fff; color:#000; }
.modal-title { font-size:18px !important; }
.br_only_mobile { display:none;  }

@media screen and (max-width:768px) {
        .br_only_mobile { display:block;  }
        .licence_info { font-size:13px; }
}
/*케이웹미디어 버튼*/
.design_kweb { color:#bfbfbf; transition:all 0.4s;}
.mobile_off { display: block; }
.br_off { display:none; }

@media screen and (max-width:640px) {
	    .mobile_off { display: none; }
        .br_off { display:block; }
}

/*전화걸기 버튼(fixed형)*/
.phone_call { width:60px; height:60px; position:fixed; bottom:90px; right:20px; display:block; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:rgba(0,150,136,0.85); box-shadow: 0px 10px 20px rgba(0,0,0,0.3); }
.phone_call:hover { background:#409df4; }
.phone_call i{color: #fff; font-size: 28px; display: block; line-height: 60px;}

@media only screen and (max-width: 980px) {
        .phone_call {width: 60px; height: 60px; background: rgb(0,150,136,0.95);}
        .phone_call i {line-height: 60px; font-size: 26px;}
}

@media only screen and (max-width: 768px) {
        .phone_call {width: 50px; height: 50px; bottom: 70px; right: 15px; }
        .phone_call i {line-height: 52px; font-size: 26px;}
}


/*메인 - 전화상담버튼*/
.btn_call_top_m { display:none; }

@media only screen and (max-width: 640px) {
	.btn_call_top_m { display:block; width:100%; padding:15px; } /*background:rgba(0,0,0,0.1); */
	.btn_call_top_m a { display:block; background:#285eb1; text-align:center; height:50px; line-height:50px; color:#fff; font-size:20px; font-size: 20px; font-weight: 400; }
	.btn_call_top_m a:hover { background:#0849a8; }
	.btn_call_top_m a i { font-size:42px; margin-right:6px; margin-bottom:6px; vertical-align:middle;  }
}

/*서브페이지 추가*/

/*서브페이지 상단 공통 정보*/
.sub_top_info { background:#f2fbff; width:100%; height:96px; box-shadow: 0 0 5px rgba(0,0,0,0.3); }
.sub_top_info li { float:left; background:rgba(0,0,0,0.1); width:33.33333333333333%; background: #fff; height: 96px; } /*border: 1px solid #ccc; border-collapse: collapse;*/
.sub_top_info dl { background: rgba(0,0,0,0.1); position: relative; }
.sub_top_info dl dt { float: left; margin: 10px 10px 0 80px; width:75px; height:75px; } /*padding: 0 10px; background:red;*/
.sub_top_info dl dd { position: absolute; top: 22px; left: 150px;  font-size: 18px; font-weight: 400; }

@media (max-width:1100px) {
	.sub_top_info dl dt { margin: 10px 10px 0 10px; }
	.sub_top_info dl dd { left: 85px; }
}

/*
.sub_top_info2 { overflow: hidden; background:rgba(0,0,0,0.1); width:100%; margin-top:30px; padding:10px;  }
.sub_top_info2 img { width:75px; height:75px; background:red; float: left; }
.sub_top_info2 .con_txt { float:left; margin: 10px 0 0 10px; }
.sub_top_info2 .box_wrap { border-right: 1px solid #ccc; }
.sub_top_info2 .box_wrap:last-child { border:0; }
*/

table, th, td { line-height:1.7 !important; } /*테이블 초기화 */
.content_table1 { margin-top: 24px; margin-bottom:50px; border: 1px solid rgba(0,0,0,0.1); border-radius: 10px; padding: 50px; box-shadow: 0 0 15px rgb(0 0 0 / 10%); overflow: hidden; }
.content_table1 table { background:rgba(0,0,0,0.1); width:100%; margin-top:8px;}
.content_table1 table th, .content_table1 table td { vertical-align:middle; font-size:18px; text-align:center; vertical-align: middle !important; } /*padding:10px; */
.content_table1 table th { background:#f6f6f6; text-align:center; font-weight:400; padding:15px 0 !important; }
.content_table1 table td { background:#fff; }
.content_table1 table { border-top: 2px solid rgb(40 63 110); clear:both; }
.sub_title_box1 { clear: both; overflow: hidden; }

.content_table1 .content_txt01 { font-size:18px; }
.content_table1 .content_txt01 { width:100%; overflow:hidden; }
.content_table1 h4 { font-size: 26px; font-weight: 600; letter-spacing:-1px; margin: 20px 0 10px 0; vertical-align:middle; overflow:hidden; } /*background: rgba(0,0,0,0.1); */
.content_table1 h4 img { float:left; margin-right:3px; }
.content_table1 h4 span { float:left; margin:7px 0 0 7px; }
.content_table1 .content_txt01 em { font-style:normal; }

.content_table2 h4 { margin-top:20px; }
.content_table2 h4 span {  float: left; margin: 7px 0 0 7px; font-size: 26px; }
.content_table2 h4 img { float:left;  }
.sub_title_box1 .right_position{ float:right; font-size:16px; margin-top: 17px; }

.content_table2 table { background:rgba(0,0,0,0.1); width:100%; margin-top:30px;}
.content_table2 table th, .content_table1 table td { vertical-align:middle; font-size:18px; text-align:center; vertical-align: middle !important; } /*padding:10px; */
.content_table2 table th { background:#f6f6f6; text-align:center; font-weight:400; padding:15px 0 !important; }
.content_table2 table td { background:#fff; text-align:center; }
.content_table2 table { border-top: 2px solid #6b6b6b; clear:both; }

.common_notice { background:url('/images/sub/skylife_tv_android_google_home_mini.png')no-repeat 100% 50%; background-size:273px 185px;  margin-top: 25px; }
/*.sky_internet_notice { background:url('/images/sub/kt_skylife_internet.png')no-repeat 100% 50%; background-size:190px 112px;  margin-top: 25px; }*/
.notice_wrap { position:relative; margin-top: 25px; }
.notice_wrap img { position:absolute; top:50%; transform: translateY(-50%); right:20px; }

td.y_td { background:#efffee !important; }
.align_center { text-align:center;  }
.point_red { color:#f44336; font-weight: bold; } /*붉은색 글씨*/
.point_blue { color:#3f51b5; font-weight: 400; } /*파란색 글씨*/
.pos_left { float:left;  } /**/
.pos_right { float:right;  } /**/
.plus_ico { display:inline-block; margin-top: 14px; }

.border2red_non_btm { border:2px solid red !important; border-bottom:1px solid #ddd !important; } /*border 하단에만 없게*/
.border2red_non_topbtom { border:2px solid red !important; border-bottom:1px solid #ddd !important; border-top:1px solid #ddd !important; } /*border 상하단에 없게*/
.border2red_non_top { border:2px solid red !important; border-top:0 !important;  } /*border 상단에만 없게*/

.mar_left10 {margin-left:10px !important; }
.thin_b { font-weight:400; }
.txt_align_left { text-align:left; }
.sale_arrow { position: relative; width: 165px; text-align: left !important; }
.sale_arrow img { position: absolute; right: 2px; top: 0px; }
.txt_tax1 { font-weight:400;font-size:17px; }

/*
.sale30 { background: url('/images/sub/icon_small_sale.png')no-repeat; }
.sale27 { background: url('/images/sub/icon_small_sale_27.png')no-repeat; }
*/

.sub_cont_info { border:1px solid #ccc; padding:20px;  }
.sub_cont_info ul { margin-top:10px; }
.sub_cont_info ul li { font-size:16px; text-indent: -8px; margin-left: 10px; position:relative;}
.sub_cont_info ul li b { font-weight:400; }
.sub_cont_info ul li::before { content: "•";
    position: absolute;
    color: #ff7600;
    font-size: 26px;
    top: -10px;
    left: 0px;}
.sub_cont_info ul li span {display: inline-block;
    padding-left: 28px;}


.precaution_txt > span {margin-left:0px;}

.precaution_txt { font-size:25px; font-weight:600; }
.underline_txt { border-bottom:1px solid #000; }
.img_right { float:right; }
.sub_top_info li { position:relative;  }
.sub_top_info li::after { content:''; width:1px; height:75px; background:rgba(0,0,0,0.1); position:absolute; right:0; top:10px;}
.sub_top_info li:last-child::after { width:0; }
.br_on { display:none; }

.content_table1 .table_border_top_line { border-top: 1px solid #252525; border-bottom: 1px solid #e1e1e1;}

/*KT 알뜰폰*/
.tab_btn01 { overflow:hidden; margin-top: 30px; }
.tab_btn01 li { width:33.33%; text-align:center; }
.tab_btn01 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {     color: #fff; cursor: default; background-color: #ee2b33 !important; border: 1px solid #ee2b33 !important; border-bottom-color: #ee2b33 !important;}
.tab_btn01 .nav-tabs { border-bottom: 2px solid #ee2b33; }
.tab_btn01 .nav > li > a { padding: 15px 4px; font-size: 18px; line-height: 28px;} 
.tab_btn01 b { font-weight:500; font-size:20px; }
.tab_btn01 .con_wrap { margin-top: 20px; } /*height:700px; background:rgba(0,0,0,0.1);*/
.tab_btn01 .con_wrap li { float:left; width:33.3333333%; background:#fff; padding-bottom: 30px; border:1px solid #ccc; border-right:0; } /*height:350px;*/
.tab_btn01 .con_wrap li:last-child { border-right:1px solid #ccc; }
.tab_btn01 .con_wrap li .tit_box { background:#f6f8fb; padding:20px 0; font-size:24px; font-weight:400; color:#000; }

.tab_btn01 .second_box { width:285px; margin:0 auto; height: 160px; border-bottom: 1px dashed rgba(0,0,0,0.3); }
.tab_btn01 .second_box div { float:left; width:95px; height:89px;  border-right:1px solid #ccc; margin-top: 30px; } /*background:rgba(0,0,0,0.1);*/
.tab_btn01 .second_box div:last-child {  border-right:0px; }
.tab_btn01 .second_box div p { width:95px; height:30px; text-align:center; }
.tab_btn01 .second_box div p.name { font-size:20px; font-weight:400; color:#888; }
.tab_btn01 .second_box div p.data { font-size:22px; font-weight:400; }

.tab_btn01 .second_box2 { width:190px; margin:0 auto; height: 160px; border-bottom: 1px dashed rgba(0,0,0,0.3); }
.tab_btn01 .second_box2 div { float:left; width:95px; height:89px;  border-right:1px solid #ccc; margin-top: 30px; } /*background:rgba(0,0,0,0.1);*/
.tab_btn01 .second_box2 div:last-child {  border-right:0px; }
.tab_btn01 .second_box2 div p { width:95px; height:30px; text-align:center; }
.tab_btn01 .second_box2 div p.name { font-size:20px; font-weight:400; color:#888; }
.tab_btn01 .second_box2 div p.data { font-size:22px; font-weight:400; }
.tab_btn01 .third_box { padding-top: 25px; }
.tab_btn01 .third_box .discount {  font-size: 18px; font-style: italic; text-decoration: line-through; color: #b3b3b3; }
.tab_btn01 .third_box .cost { font-size:20px; font-weight: 400; }
.tab_btn01 .third_box .cost b { font-size:28px; color:#ee2b33; }
.tab_btn01 .third_box .service { font-size:14px; }

.sub_title_box2 { text-align:center;  }
.sub_title_box2 h4 { font-weight:bold; font-size: 34px;  color: #454545; margin-top: 50px; letter-spacing:-0.5px;}
.sub_title_box2 h4 img {max-width: 100%; height: auto; display: inline-block; margin-top: -8px; margin-right: 8px;}
.sub_title_box2 .sub_tit_btm_txt { font-weight: 400; color: #717171; font-size: 18px; margin-top: 10px; }

.sub_title_box3 { margin-top:20px;}
.sub_title_box3 h5 { font-size:24px; }

.table_type2 { margin-top: 20px; }
.table_type2 td {color:#333; font-weight:400; }
.table_type2 thead th { background:rgb(40 63 110); color:#fff; border: 1px solid rgb(40 63 110) !important; }
.table_type2 b { background:rgb(64 157 244); padding: 4px 10px; color: #fff; font-size: 16px; font-weight: 400; }
.table_type2 .info_txt { font-size: 24px; font-weight: 500;}
.table_type2 .tit_txt { font-size:24px;font-size: 20px; font-weight: 300; margin-left:10px; }
.table_type2 .gray_bg td { background:rgb(246, 248, 251); font-size: 16px; }
.table_type2 .yellow_bg td { background:#efffee; font-weight: 400; }
.table_type2 .point_box_green { background:transparent; border:1px solid rgb(64 157 244); color:rgb(64 157 244); font-weight:400;}
.table_type2 .point_box_white { background:transparent; border:1px solid transparent; color:transparent; font-weight:400;}
.table_type2 .sub_txt { font-size:14px; font-weight:300; color: #888; }
.table_type2 .discount_cost { text-decoration: line-through; font-size:16px; font-size: 16px; font-weight: 300; }
.table_type2 .main_cost { color:#ee2b33;   font-size: 18px; font-weight: 500; }
.bold_txt { font-weight:400; }
.bold_txt2 { font-weight:500; }
.txt_align_left { text-align:left !important; }
.cost_title { margin-left: 10px; font-size:24px; font-weight:500; }
.cost_title em { font-size:32px; font-style: normal; font-weight:600;  }
.point_box_red { background:#ff5722 !important; }

.table_type3 thead th {  border-bottom:0 !important; }
.table_type3 td { font-weight:400; }

.phone_service_process {  } /*background:rgba(0,0,0,0.1);*/
.phone_service_process h4 { display:inline-block; font-size:24px;  margin:40px 0 0 0; } /*background:rgba(0,0,0,0.1);*/
.phone_service_process h4::before { content:'';width:6px; height:27px; background:#e72a30; display:inline-block ; margin-right:5px;float:left;  }
.phone_service_process h5 { text-align:center; margin-top: 20px; }
.phone_service_process ul { margin-top:20px; }
.phone_service_process li { float:left;width:20%;  height:250px; position: relative; } /*background:rgba(0,0,0,0.1);*/
.phone_service_process li { background:#fff; border: 1px solid #ddd; border-right: 0; }
.phone_service_process li:last-child { border-right:1px solid #ddd; }
.phone_service_process li .num_txt { width:35px; height:35px; line-height:35px; background: #ff9800; color: #fff; font-weight: 400; font-size: 20px; display:inline-block; text-align:center; border-radius:50%; margin:20px 0 0 20px; float:left;}
.phone_service_process li .con_box { width: 80px; height: 160px; display: block; clear: both;  position: absolute; top: 60px;  left: 50%; transform: translateX(-50%); } /*background: #b0b0b0; */
.phone_service_process li .img_box { width: 80px; height: 80px; margin: 0 auto; float: left;} /*background: red;*/
.phone_service_process li .con_txt  { width:100px; height:80px; margin:0 auto; float:left; text-align: center; transform: translateX(-10px);} /*background:rgba(0,0,0,0.1);*/
.phone_service_process li .con_txt .name_txt { color: #555; font-weight: 300; margin-top:15px; display:block;  }
.phone_service_process li .con_txt .info_txt { color: #e72a30; font-weight: 400; }

/*제휴카드*/
.card_info {  }
.card_info li { text-indent: -19px; margin-left: 18px; }
.card_info li::before { content:'-'; margin:0 3px 0 10px ;  }
/*.card_info .img_wrap { width:271px; }*/
.card_info a { text-decoration:underline; font-weight:400; }

/*메인페이지 테이블 컨텐츠*/
.main_table_box { background:#fff; width:1200px; margin:40px auto 40px; }
.main_table_box th, .main_table_box td { text-align:center; vertical-align: middle !important; }
.main_table_box thead th { border-bottom:3px solid #2196f3 !important; }
.point_box_red2 { padding:4px 6px; background:#2196f3; color:#fff; border-radius:30px; }


@media (max-width:1250px) {
	.content_table1 { width:calc(100%); padding:30px; }
}

@media (max-width:1230px) {
	.sub_top_info { width: calc(100% - 30px); margin-left: 15px; }
	.content_table1 { width: calc(100% - 30px); padding:15px; clear:both; margin:20px 15px 0; } /*background:rgba(0,0,0,0.1);*/
	.tab_btn01 { padding:0 15px; }
}

@media (max-width:1200px) {
	.main_table_box { width:100%; }

}

@media (max-width:1100px) {
	.sub_top_info li { width: 50%; }
	.sub_top_info { height:192px; }
	.common_notice {  }
	.sub_top_info li:nth-child(2n)::after { width:0; }
}
@media (max-width:980px) {
	.notice_wrap { margin-top: 20px; }
	.notice_wrap img { position:static;transform: unset; margin-top:20px; }
	.tab_btn01 .con_wrap li { width:100%; border-top: 0;  border-right: 1px solid #ccc;}
}

@media (max-width:900px) {
	.tab_btn01 b { font-size:16px; }
	.tab_btn01 .nav > li > a { font-size:16px; line-height: 18px; }
	.br_on { display:block; }
}

@media (max-width:768px) {
	.content_table1 { width:100%; margin:0px 0 0; border:0; box-shadow:unset; }
	.content_table1 table th, .content_table1 table td { font-size:16px; }
	.content_table1 .content_txt01 { font-size:16px; }
	.sub_top_info dl dd {  top:24px; font-size: 16px; }
	.table-responsive { border:0; margin-bottom: 0px; }
	.txt_tax1 { font-size:15px; }
	.tab_btn01 .nav > li > a { font-size: 16px; }
	.tab_btn01 b { font-size: 16px; }
	.table_type2 thead th { text-align:left; padding: 10px 10px !important; }

	.table_type2 .tit_txt { font-size:18px; font-weight:300; }
	.table_type2 .info_txt { font-size: 18px; }
	.sub_title_box1 .right_position { float:left; clear: both; text-align: left;} 
	.content_table2 h4 span { margin: 14px 0 0 7px; font-size: 18px; }
	.cost_title { font-size:20px; }
	.cost_title em { font-size:24px; }
	.sub_title_box3 h5 { font-size:20px; }
	.phone_service_process h4 { font-size:20px; }
	.sub_title_box2 h4 { font-size:30px; }
 .sub_title_box2 h4 > img {max-width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -7px;
    margin-right: 8px;
    width: 225px;}
	
}

@media (max-width:700px) {
	.pos_right { float: unset; display: block; clear: both; text-indent: 10px; }
	.sub_cont_info { padding: 15px; }
	.sub-contents p { margin: 0px 0 !important; }
}

@media (max-width:680px) {
	/*.tab_btn01 .nav > li > a { font-size: 16px; height: 62px; line-height: 18px; }*/
}

@media (max-width:640px) {
	.sale_arrow { text-align:center !important; }
	.sale_arrow span { display:block; width:100%; }
	.sale_arrow img { position:static; }
	.phone_service_process li { width:50%; border-bottom:0;  }
	.phone_service_process li:nth-child(2n) { border-right:1px solid #ddd;  }
	.phone_service_process li:last-child { border-bottom:1px solid #ddd; }
	.phone_service_process li:nth-child(4) { border-bottom:1px solid #ddd; }
}

@media (max-width:600px) {
	.sub_top_info li { width: 100%; }
	.sub_top_info { height:288px; }
	.sub_top_info li::after { width:0; }
}

@media (max-width:420px) {
	.tab_btn01 .nav > li > a { font-size: 14px; }
	.tab_btn01 b { font-size: 14px; }
	.tab_btn01 .nav > li > a { padding: 8px 4px; }
	.content_table1 h4 img { float:unset; }
}

@media (max-width:397px) {
	.content_table2 h4 span { margin: 14px 0 0 0px; font-size: 18px; }
}

/* 방송상품안내 영역 */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {border:1px solid rgba(0,0,0,0.3);}
#broadcasting_product_information .table-responsive table tbody tr th {font-weight:600;}
#broadcasting_product_information .table-responsive table tbody tr .an_agreement {background:#f6f6f6;}
#broadcasting_product_information .table-responsive table tbody tr .installation_cost {background:#fff6dd;}
#broadcasting_product_information .table-responsive table tbody tr .amount {background:#fff0f0;}
#broadcasting_product_information .table-responsive table tbody tr .total_amount {background:#0f68c3; color:#fff;}
#broadcasting_product_information .table-responsive table tbody tr td {font-weight:500;}
#broadcasting_product_information .content_txt01 {margin-bottom:20px;}

#broadcasting_product_information .table-responsive table tbody tr td:nth-child(3) {font-weight:400;}
#broadcasting_product_information .table-responsive table tbody tr td:nth-child(4) {font-weight:400;}
#broadcasting_product_information .table-responsive table tbody tr td:nth-child(5) {font-weight:400;}
#broadcasting_product_information .table-responsive table tbody tr td:nth-child(6) {color:#fff700;}

#broadcasting_product_information .sub_cont_info .precaution_txt i {color: #ff7600;
    font-size: 28px; margin-right:0px;}


#broadcasting_product_information .sub_cont_info01 {border:1px solid #ccc; padding:20px; background:#f2fbff;}
#broadcasting_product_information .sub_cont_info01 .precaution_txt {font-size:25px; font-weight:600; line-height:26px; word-break:break-all;}
#broadcasting_product_information .sub_cont_info01 .precaution_txt i {color: #009def;
    font-size: 28px; margin-right:0px;}
#broadcasting_product_information .sub_cont_info01 ul {margin-top:10px;}
#broadcasting_product_information .sub_cont_info01 ul li {font-size: 16px;
   position:relative;}
#broadcasting_product_information .sub_cont_info01 ul li:before	{content: "•";
position:absolute;
    color: #009def;
    font-size: 26px;
	top:-10px;
	left:0px;}
#broadcasting_product_information .sub_cont_info01 ul li > span {display:inline-block; padding-left:20px;}


#broadcasting_product_information .sub_title_box1 h3 {    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 20px 0 10px 0;
    vertical-align: middle;
    overflow: hidden; color:inherit; text-shadow:none;}


#broadcasting_product_information .sub_cont_info02 {padding:0;}
#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box {position:relative; border:1px solid #ccc; border-bottom:none;}
#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left { padding:20px; }
#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p {}

#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {
        font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px
	}

#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {
color: #023f88;
    font-weight: 800;
    font-size: 33px;
    letter-spacing: -3px;
	margin-bottom:20px;
	margin-top:5px;
}

#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(3) {
    font-size: 17px;
    letter-spacing: -1px;
	font-weight:400;
}

#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_right {}
#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_right img {}

#broadcasting_product_information .sub_cont_info02 .sub_cont_info_bottom_box {background:#254598; padding:20px;}
#broadcasting_product_information .sub_cont_info02 .sub_cont_info_bottom_box p {color:#fff; letter-spacing:-1px; line-height:35px;}
#broadcasting_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-weight:600; font-size:25px;}
#broadcasting_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(2) {font-weight:400; font-size:18px;}

#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) br {display:none;}


@media all and (max-width: 990px) {
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {display:block;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) br {display:none;}
	#broadcasting_product_information .sub_title_box1 h3 {font-size:25px;}
	.sub_cont_info .precaution_txt {font-size:23px;}
	.sub_cont_info01 .precaution_txt {font-size:23px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {font-size:18px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:30px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(3) {font-size:16px; padding-top:20px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-size:24px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(2) {font-size:16px;}
}

@media all and (max-width: 980px) {
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {font-size:17px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:25px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-size:23px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box img {    position: absolute; top: 50%; transform: translateY(-50%); right: 20px; margin-top:0px; width:210px; max-width:100%; height:auto; }
}

@media all and (max-width: 755px) {
	#broadcasting_product_information .sub_title_box1 h3 {font-size:23px;}
	.sub_cont_info .precaution_txt {font-size:20px;}
	#broadcasting_product_information .table-responsive {margin-bottom:30px;}
	#broadcasting_product_information .sub_cont_info {margin-bottom:0px;}
	#broadcasting_product_information .content_txt01 {margin-bottom:30px !important;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-size:22px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:25px; letter-spacing:-2px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) br {display:block;}
}

@media all and (max-width:716px) {
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box img {display:block; position: inherit; margin:10px auto 0px; padding: 10px 0;top:0%; right:0px; max-width:100%; height:auto; width:180px;}
}



@media all and (max-width:500px) {
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(3) {margin-top:20px !important;}
	#broadcasting_product_information .sub_cont_info01 ul li > span br {display:none;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box img {display:block !important; margin:20px 0px 0px 20px; top:0%; right:0px; max-width:100%; height:auto; width:200px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {display:block; line-height:35px;}
	#broadcasting_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) br {display:block;}
}



/* 방송+인터넷결합 영역 */

#combined_product_information .sub_cont_info .precaution_txt i {color: #ff7600; font-size: 28px; margin-right:0px;}
#combined_product_information .sub_cont_info01 {border:1px solid #ccc; padding:20px; background:#f2fbff;}
#combined_product_information .sub_cont_info01 .precaution_txt {font-size:25px; font-weight:600; line-height:26px; word-break:break-all;}
#combined_product_information .sub_cont_info01 .precaution_txt i {color: #009def; font-size: 28px; margin-right:0px;}
#combined_product_information .sub_cont_info01 ul {margin-top:10px;}
#combined_product_information .sub_cont_info01 ul li {font-size: 16px; position:relative;}
#combined_product_information .sub_cont_info01 ul li:before	{content: "•"; position:absolute; color: #009def; font-size: 26px; top:-10px;	left:0px;}
#combined_product_information .sub_cont_info01 ul li > span {display:inline-block; padding-left:20px;}
#combined_product_information .sub_title_box1 h3 {    font-size: 26px; font-weight: 600; letter-spacing: -1px; margin: 20px 0 10px 0; vertical-align: middle; overflow: hidden; color:inherit; text-shadow:none; }
#combined_product_information .sub_cont_info02 {padding:0;}
#combined_product_information .sub_cont_info02 .sub_cont_info_top_box {position:relative; border:1px solid #ccc; border-bottom:none;}
#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left { padding:20px; }
#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p {}
#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) { font-size: 20px; font-weight: 500; letter-spacing: -1px }
#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) { color: #023f88; font-weight: 800; font-size: 33px; letter-spacing: -3px; margin-bottom:20px; margin-top:5px; }
#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(3) { font-size: 17px; letter-spacing: -1px; font-weight:400; }
#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_right {}
#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_right img {}
#combined_product_information .sub_cont_info02 .sub_cont_info_bottom_box {background:#254598; padding:20px;}
#combined_product_information .sub_cont_info02 .sub_cont_info_bottom_box p {color:#fff; letter-spacing:-1px; line-height:35px;}
#combined_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-weight:600; font-size:25px;}
#combined_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(2) {font-weight:400; font-size:18px;}
#combined_product_information .table-responsive table tbody tr th {font-weight:600;}
#combined_product_information .table-responsive table tbody tr .an_agreement {background:#f6f6f6;}
#combined_product_information .table-responsive table tbody tr .installation_cost {background:#fff6dd;}
#combined_product_information .table-responsive table tbody tr .amount {background:#fff0f0;}
#combined_product_information .table-responsive table tbody tr .total_amount {background:#0f68c3; color:#fff;}
#combined_product_information .table-responsive table tbody tr td {font-weight:500;}
#combined_product_information .content_txt01 {margin-bottom:20px;}
#combined_product_information .table-responsive table tbody tr td:nth-child(3) {font-weight:400;}
#combined_product_information .table-responsive table tbody tr td:nth-child(4) {font-weight:400;}
#combined_product_information .table-responsive table tbody tr td:nth-child(5) {font-weight:400;}
#combined_product_information .table-responsive table tbody tr td:nth-child(6) {font-weight:400;}
#combined_product_information .table-responsive table tbody tr td:nth-child(7) {color:#fff700;}
@media all and (max-width:1080px) {
	#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:25px;}
}
@media all and (max-width:980px) {
	#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {font-size:17px;}
	#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:25px; letter-spacing:-3px;}
	#combined_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-size:22px;}
	#combined_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(2) {font-size:16px;}
	#combined_product_information .sub_cont_info02 .sub_cont_info_top_box img { position: absolute; top: 50%; transform: translateY(-50%); right: 20px; margin-top:0px; width:200px; max-width:100%; height:auto;}
}
@media all and (max-width:850px) {
	#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:23px;}
}
@media all and (max-width:730px) {
	#combined_product_information .sub_cont_info02 .sub_cont_info_top_box img {display:block !important; position:inherit; margin:20px auto 0px; top:0%; right:0px; max-width:100%; height:auto; width:200px; padding-bottom: 20px; }
}
@media all and (max-width:500px) {
	#combined_product_information .table-responsive:nth-child(4) {margin-bottom:30px;}
	#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:25px; line-height:30px;}
	#combined_product_information .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {font-size:17px;}
	#combined_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-size:22px; letter-spacing:-2px;}
	#combined_product_information .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(2) {font-size:16px;}
	#combined_product_information .sub_cont_info02 .sub_cont_info_top_box img {display:block; margin:20px 0 0px 20px; top:0%; right:0px; max-width:100%; height:auto; width:200px;}
}
/* 채널 편성표 영역 */
.left01 .table-responsive tbody tr th {height:55px !important; }
.left01 .table-responsive tbody tr:nth-child(1) th {height:20px !important;}
.center01 .table-responsive tbody tr:nth-child(1) th {height:20px !important;}
.right01 .table-responsive tbody tr:nth-child(1) th {height:20px !important;}
.right01_01 .table-responsive tbody tr:nth-child(1) th {height:20px !important;}
.left01 .table-responsive tbody tr:nth-child(2) th {height:90px !important; line-height:20px !important;}
.center01 .table-responsive tbody tr:nth-child(2) th {height:90px !important; line-height:20px !important;}
.right01 .table-responsive tbody tr:nth-child(2) th {height:90px !important; line-height:20px !important;}
.right01_01 .table-responsive tbody tr:nth-child(2) th {height:90px !important; line-height:20px !important;}
.left01 .table-responsive:nth-child(1) tbody tr th {width:55px;}
.right01 .table-responsive tbody tr th {width:55px;}
.right01_01 .table-responsive tbody tr th {width:55px;}
.left01 .table-responsive tbody tr .tit {    background: #0064c9;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;}
.left01 .table-responsive tbody tr .sub_tit {    background: #0064c9;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;
	height:75px; vertical-align:middle;}
	
.left01 .table-responsive tbody:nth-child(1) tr .sub_tit02 {    background: #0064c9;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;
vertical-align:middle; height:45px;}


.left01 .table-responsive:nth-child(2) tbody tr .sub_tit02 {height:45px !important; background: #df3820;}
.left01 .table-responsive:nth-child(3) tbody tr .sub_tit02 {height:45px !important; background: #df3820;}

.left01 .table-responsive tbody tr .cont {background:#eef7ff;}



.left01 .table-responsive:nth-child(2) tbody tr .tit {    background: #df3820;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;}
.left01 .table-responsive:nth-child(2) tbody tr .sub_tit {    background: #df3820;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;}
.left01 .table-responsive:nth-child(2) tbody tr .cont {background:#fdf2f0;}



.left01 .table-responsive:nth-child(3) tbody tr .tit {    background: #df3820;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;}
.left01 .table-responsive:nth-child(3) tbody tr .sub_tit {    background: #df3820;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;}
.left01 .table-responsive:nth-child(3) tbody tr .cont {background:#fdf2f0;}
.center01  {padding-right:12px; padding-left:12px;}
.center01 .table-responsive {display:block; margin:0 auto;}
.center01 .table-responsive tr:nth-child(2) td:nth-child(1) {vertical-align:middle;}

.center01  .table-responsive tbody tr .tit {    background: #5f5fd3;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;}
.center01  .table-responsive tbody tr .sub_tit {    background: #5f5fd3;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;}
.center01  .table-responsive tbody tr .cont {background:#eeeeff;}
.right01 .table-responsive tr:nth-child(2) td:nth-child(1) {vertical-align:middle;}
.right01  .table-responsive tbody tr .tit {    background: #ff8913;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;}
.right01  .table-responsive tbody tr .sub_tit {    background: #ff8913;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;}

.right01  .table-responsive tbody tr .cont {background:#ffebd7;}
.right01_01 {padding-left:12px;}
.right01_01 .table-responsive tr:nth-child(2) td:nth-child(1) {vertical-align:middle;}
.right01_01  .table-responsive tbody tr .tit {    background: #248f24;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;}
.right01_01  .table-responsive tbody tr .sub_tit {    background: #248f24;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;}
.right01_01  .table-responsive tbody tr .cont {background:#e2f5e2;}
.content02_left01 {padding-right:12px;}
.content02_left01 .table-responsive tr:nth-child(2) td:nth-child(1) {vertical-align:middle;}
.content02_left01  .table-responsive tbody tr .tit {    background: #df2e9b;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;}
.content02_left01  .table-responsive tbody tr .sub_tit {    background: #df2e9b;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;}

.content02_left01  .table-responsive tbody tr .cont {background:#ffeef7;}


.content02_right01  .table-responsive tbody tr .tit {    background: #618f01;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;}
.content02_right01  .table-responsive tbody tr .sub_tit {    background: #618f01;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;}

.content02_right01  .table-responsive tbody tr .cont {background:#f8fbf0;}



.content02_right01  .table-responsive:nth-child(2) tbody tr .tit {    background:#df3820;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;}
.content02_right01  .table-responsive:nth-child(2) tbody tr .sub_tit {    background: #df3820;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;}

.content02_right01  .table-responsive:nth-child(2) tbody tr .cont {background:#fdf2f0;}



.content02_right01  .table-responsive:nth-child(3) tbody tr .tit {    background: #cd2e90;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;}
.content02_right01  .table-responsive:nth-child(3) tbody tr .sub_tit {    background: #cd2e90;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;}

.content02_right01  .table-responsive:nth-child(3) tbody tr .cont {background:#ffeef7;}










.content02_right01 .table-responsive tr:nth-child(2) td:nth-child(1) {vertical-align:middle;}



@media all and (max-width:1240px) {

 #channel01 > div {width:50%;}
 #channel02 > div {width:100%;}
 
.left01 .table-responsive tbody tr .sub_tit {height:70px;}
}

@media all and (max-width: 1210px) {
	.content02_left01 {margin-right:12px; width:100%; float:none;}
	.content02_right01 {width:100%;}

}


@media all and (max-width: 980px) {
	.center01 .table-responsive tbody tr .cont {width:55px;}
	.left01 .table-responsive:nth-child(2) tbody tr .tit br {display:none;}
	.content02_right01 .table-responsive:nth-child(3) tbody tr .tit br {display:none;}
	
}

@media all and (max-width:810px) {

	.center01 .table-responsive tbody tr .sub_tit {font-size:15px;}

}

@media all and (max-width:768px) {
	.center01 {padding-left:12px; padding-right:0px;}
	.right01_01 {padding-right:0px; padding-left:12px;}
	#channel01 > div {width:100%;}
}






@media all and (max-width: 680px) {
.left01 .table-responsive  {overflow-x:auto;}

.tab_btn01 li {width:50%;}

.left01 {padding-right:0px;}
.center01 {padding-right:0px; padding-left:0px;}

.right01_01 {padding-right:0px; padding-left:0px;}


 #channel01 > div {width:100%;}
}


/* 메인 배너 영역 */
#main_banner {width:100%; text-align:center; background:#f1fff6; height:375px; margin-bottom:0px;}
#main_banner #contents01 {max-width:1200px; margin:0 auto;}
#main_banner #contents01 p:nth-child(1) {font-size: 34px;
    letter-spacing: -0.5px;
    color: #353535;
    font-weight: bold;
    padding-top: 50px;
    font-family: 'Noto Sans KR', sans-serif;}
#main_banner #contents01 p {    font-size: 18px;
    letter-spacing: -0.5px;
    color: #777;
    font-weight: 300;
    margin-top: 10px;
    font-family: 'Noto Sans KR', sans-serif;}
#main_banner #contents01 .borderLine {width: 42px;
    height: 4px;
    background: #ff7800;
    margin: 36px auto 50px;
}

#main_banner #contents01 .container .row {overflow:hidden;}
#main_banner #contents01 .container .row div {margin:0 auto;}
#main_banner #contents01 .container .row div:nth-child(1) img {float:right; max-width:100%; height:auto;}
#main_banner #contents01 .container .row div:nth-child(2) img {float:left; max-width:100%; height:auto;}

#main_banner #contents01 .container {width:1170px; margin-top:40px;}

@media all and (max-width: 999px) {
#main_banner {padding:0 15px;}
	#main_banner #contents01 .container {width:100%;}
	
	#main_banner #contents01 .container .row div > img {margin-bottom:50px;}
	
	#main_banner #contents01 p:nth-child(1) {font-size:30px;}
	#main_banner #contents01 p {font-size:16px;}
	
	#main_banner {height:auto;}
}

@media all and (max-width: 500px) {
	#main_banner {height:auto;}
	#main_banner #contents01 .container .row div > img {margin-bottom:50px;}
	#main_banner #contents01 p:nth-child(1) {font-size:26px;}
	#main_banner #contents01 p {font-size:16px;}
}



/* 메인 방송상품안내 영역 */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {border:1px solid rgba(0,0,0,0.3);}
#broadcasting_product_information02 .table-responsive table tbody tr th {font-weight:600;}
#broadcasting_product_information02 .table-responsive table tbody tr .an_agreement {background:#f6f6f6;}
#broadcasting_product_information02 .table-responsive table tbody tr .an_agreement02 {background:#f6f6f6; color:#333;}
#broadcasting_product_information02 .table-responsive table tbody tr .installation_cost {background:#fff6dd;}
#broadcasting_product_information02 .table-responsive table tbody tr .amount {background:#fff0f0;}
#broadcasting_product_information02 .table-responsive table tbody tr .total_amount {background:#0f68c3; color:#fff;}
#broadcasting_product_information02 .table-responsive table tbody tr td {font-weight:500;}
#broadcasting_product_information02 .content_txt01 {margin-bottom:20px;}

#broadcasting_product_information02 .table-responsive table tbody tr td:nth-child(3) {font-weight:400;}
#broadcasting_product_information02 .table-responsive table tbody tr td:nth-child(4) {font-weight:400;}
#broadcasting_product_information02 .table-responsive table tbody tr td:nth-child(5) {font-weight:400;}
#broadcasting_product_information02 .table-responsive table tbody tr td:nth-child(6) {color:#fff700;}

#broadcasting_product_information .table-responsive table tbody tr .total_amount p {
text-decoration:line-through; color: #fff; font-weight: 300;}
#broadcasting_product_information02 .table-responsive table tbody tr .total_amount p {
text-decoration:line-through; color: #fff; font-weight: 300;}

#broadcasting_product_information02 .sub_cont_info .precaution_txt i {color: #ff7600;
    font-size: 28px; margin-right:0px;}


#broadcasting_product_information02 .sub_cont_info01 {border:1px solid #ccc; padding:20px; background:#f2fbff;}
#broadcasting_product_information02 .sub_cont_info01 .precaution_txt {font-size:25px; font-weight:600; line-height:26px; word-break:break-all;}
#broadcasting_product_information02 .sub_cont_info01 .precaution_txt i {color: #009def;
    font-size: 28px; margin-right:0px;}
#broadcasting_product_information02 .sub_cont_info01 ul {margin-top:10px;}
#broadcasting_product_information02 .sub_cont_info01 ul li {font-size: 16px;
   position:relative;}
#broadcasting_product_information02 .sub_cont_info01 ul li:before	{content: "•";
position:absolute;
    color: #009def;
    font-size: 26px;
	top:-10px;
	left:0px;}
#broadcasting_product_information02 .sub_cont_info01 ul li > span {display:inline-block; padding-left:20px;}


#broadcasting_product_information02 .sub_title_box1 h3 {    font-size: 22px;
    font-weight: 600;
    letter-spacing: -2px;
    margin: 20px 0 10px 0;
    vertical-align: middle;
    overflow: hidden; color:inherit; text-shadow:none;}


#broadcasting_product_information02 .sub_cont_info02 {padding:0; border:1px solid #ccc;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box {position:relative;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left { padding:20px; }
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p {}

#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {
        font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px
	}

#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {
color: #023f88;
    font-weight: 800;
    font-size: 33px;
    letter-spacing: -3px;
	margin-bottom:20px;
	margin-top:5px;
}

#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(3) {
    font-size: 17px;
    letter-spacing: -1px;
	font-weight:400;
}

#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_right {}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_right img {}

#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box {background:#254598; padding:20px;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p {color:#fff; letter-spacing:-1px; line-height:35px;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-weight:600; font-size:25px;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(2) {font-weight:400; font-size:18px;}

#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {display:none;}


@media all and (max-width:1110px) {
	#broadcasting_product_information02 .sub_title_box1 h3 {font-size:20px;}
	#combined_product_information02 .sub_title_box1 h3 {font-size:20px;}
}


@media all and (max-width: 990px) {

#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {display:block;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) br {display:none;}
#broadcasting_product_information02 .sub_title_box1 h3 {font-size:20px;}
.sub_cont_info .precaution_txt {font-size:23px;}
.sub_cont_info01 .precaution_txt {font-size:23px;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {font-size:18px;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:30px;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(3) {font-size:16px; padding-top:20px;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-size:24px;}
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(2) {font-size:16px;}

}

@media all and (max-width: 980px) {
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {font-size:17px;}
	#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:25px;}
	#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-size:23px;}
	#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box img {    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; margin-top:0px; width:210px; max-width:100%; height:auto;}

}

@media all and (max-width: 755px) {
	#broadcasting_product_information02 .sub_title_box1 h3 {font-size:20px;}
	.sub_cont_info .precaution_txt {font-size:20px;}
	#broadcasting_product_information02 .table-responsive {margin-bottom:30px;}
	#broadcasting_product_information02 .sub_cont_info {margin-bottom:0px;}
	#broadcasting_product_information02 .content_txt01 {margin-bottom:30px !important;}
	#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-size:22px;}
	#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:25px; letter-spacing:-2px;}

}

@media all and (max-width:716px) {
	#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box img {display:block; position: inherit; margin:10px auto 10px; top:0%; right:0px; max-width:100%; height:auto; width:180px;}
}



@media all and (max-width:500px) {
#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(3) {margin-top:20px !important;}
	#broadcasting_product_information02 .sub_cont_info01 ul li > span br {display:none;}
	#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box img {display:block !important; margin:20px 0px 20px 20px; top:0%; right:0px; max-width:100%; height:auto; width:200px;}
	#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {display:block; line-height:35px;}
	#broadcasting_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) br {display:block;}

	#broadcasting_product_information .m_sub_content_bg img {margin:0px auto 0 !important;}
}







/* 방송+인터넷결합 영역 */

#combined_product_information02 .sub_cont_info .precaution_txt i {color: #ff7600;
    font-size: 28px; margin-right:0px;}


#combined_product_information02 .sub_cont_info01 {border:1px solid #ccc; padding:20px; background:#f2fbff;}
#combined_product_information02 .sub_cont_info01 .precaution_txt {font-size:25px; font-weight:600; line-height:26px; word-break:break-all;}
#combined_product_information02 .sub_cont_info01 .precaution_txt i {color: #009def;
    font-size: 28px; margin-right:0px;}
#combined_product_information02 .sub_cont_info01 ul {margin-top:10px;}
#combined_product_information02 .sub_cont_info01 ul li {font-size: 16px;
   position:relative;}
#combined_product_information02 .sub_cont_info01 ul li:before	{content: "•";
position:absolute;
    color: #009def;
    font-size: 26px;
	top:-10px;
	left:0px;}
#combined_product_information02 .sub_cont_info01 ul li > span {display:inline-block; padding-left:20px;}


#combined_product_information02 .sub_title_box1 h3 {    font-size: 22px;
    font-weight: 600;
    letter-spacing: -2px;
    margin: 20px 0 10px 0;
    vertical-align: middle;
    overflow: hidden; color:inherit; text-shadow:none;}


#combined_product_information02 .sub_cont_info02 {padding:0; border:1px solid #ccc;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box {position:relative;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left { padding:20px; }
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p {}

#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {
        font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px
	}

#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {
color: #023f88;
    font-weight: 800;
    font-size: 33px;
    letter-spacing: -3px;
	margin-bottom:20px;
	margin-top:5px;
}

#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(3) {
    font-size: 17px;
    letter-spacing: -1px;
	font-weight:400;
}

#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_right {}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_right img {}

#combined_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box {background:#254598; padding:20px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p {color:#fff; letter-spacing:-1px; line-height:35px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-weight:600; font-size:25px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(2) {font-weight:400; font-size:18px;}

#combined_product_information02 .table-responsive table tbody tr th {font-weight:600;}
#combined_product_information02 .table-responsive table tbody tr .an_agreement {background:#f6f6f6;}
#combined_product_information02 .table-responsive table tbody tr .an_agreement02 {background:#f6f6f6; color:#333;}
#combined_product_information02 .table-responsive table tbody tr .installation_cost {background:#fff6dd;}
#combined_product_information02 .table-responsive table tbody tr .amount {background:#fff0f0;}
#combined_product_information02 .table-responsive table tbody tr .total_amount {background:#0f68c3; color:#fff;}
#combined_product_information02 .table-responsive table tbody tr td {font-weight:500;}
#combined_product_information02 .content_txt01 {margin-bottom:20px;}

#combined_product_information02 .table-responsive table tbody tr td:nth-child(3) {font-weight:400;}
#combined_product_information02 .table-responsive table tbody tr td:nth-child(4) {font-weight:400;}
#combined_product_information02 .table-responsive table tbody tr td:nth-child(5) {font-weight:400;}
#combined_product_information02 .table-responsive table tbody tr td:nth-child(6) {font-weight:400;}
#combined_product_information02 .table-responsive table tbody tr td:nth-child(7) {color:#fff700;}

@media all and (max-width:1110px){

#combined_product_information02 .sub_title_box1 h3 {font-size:20px;}
}

@media all and (max-width:1080px) {
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:25px;}
}


@media all and (max-width:980px) {

#combined_product_information02 .sub_title_box1 h3 {font-size:20px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {font-size:17px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:25px; letter-spacing:-3px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-size:22px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(2) {font-size:16px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box img { position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; margin-top:0px; width:200px; max-width:100%; height:auto;}
}

@media all and (max-width:850px) {
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:23px;}
}


@media all and (max-width:730px) {
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box img {display:block !important; position:inherit; margin:20px auto 20px; top:0%; right:0px; max-width:100%; height:auto; width:200px;}
}



@media all and (max-width:500px) {
#combined_product_information02 .sub_title_box1 h3 {font-size:20px;}
#combined_product_information02 .table-responsive:nth-child(4) {margin-bottom:30px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(2) {font-size:25px; line-height:30px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box .sub_top_cont_left p:nth-child(1) {font-size:17px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(1) {font-size:22px; letter-spacing:-2px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_bottom_box p:nth-child(2) {font-size:16px;}
#combined_product_information02 .sub_cont_info02 .sub_cont_info_top_box img {display:block; margin:20px 0 20px 20px; top:0%; right:0px; max-width:100%; height:auto; width:200px;}
}

/* 메인 페이지 상품가격 영역 */

#product_wrap {width:100%;}
#product_wrap .product {max-width:1200px; margin:50px auto 50px;}
#product_wrap .product p {font-weight: bold; font-size: 34px; color: #454545; margin-top: 50px; text-align:center; margin-bottom:40px; letter-spacing:-0.5px; }
#product_wrap .product>ul, .product>ul>li { display:inline-block;height:auto;text-align:center; }
#product_wrap .product>ul{ width:100%; }
#product_wrap .product>ul>li { width:384px; margin-left:20px; background-color:#fff; box-sizing:border-box; }
#product_wrap .product>ul>li:first-child{ margin-left:0; }
#product_wrap .product>ul>li>div.tit{height:110px;line-height:110px; }
#product_wrap .product>ul>li:nth-child(1)>div.tit{ background-color:#3a9948; }
#product_wrap .product>ul>li:nth-child(2)>div.tit{ background-color:#2a317f; }
#product_wrap .product>ul>li:nth-child(3)>div.tit{ background-color:#009183; }
#product_wrap .product>ul>li div.tit>strong, .product>ul>li div.tit>span{ display:inline-block;  width:100%; color:#fff; }
#product_wrap .product>ul>li div.tit>strong{ font-size:33px; letter-spacing:-1px; }
#product_wrap .product>ul>li div.tit>strong.long{ font-size:33px; letter-spacing:-1px; }
#product_wrap .product>ul>li div.tit>span{ font-size:1.1rem; line-height:1.3rem; }
#product_wrap .product>ul>li strong.price, .product>ul>li span.txt{ display:inline-block; width:100%; }
#product_wrap .product>ul>li strong.price{ height:56px; font-size:24px; line-height:56px; border-left:1px solid #ccc; border-right:1px solid #ccc; }
#product_wrap .product>ul>li span.txt{ height:40px; font-size:17px; line-height:40px; border-top:1px solid #cccccc; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; }
#product_wrap .product>ul>li span.txt > span {color:#3a9948; font-weight:700; }
@media all and (max-width:1220px){
	#product_wrap {padding:0 15px;}
	#product_wrap .product>ul {display:flex; justify-content:space-between;}
	#product_wrap .product>ul>li {flex-basis:calc((100% - 50px) /3);}
}
@media all and (max-width:1210px) {
#product_wrap .product>ul {display:flex; justify-content:space-between;}
#product_wrap .product>ul>li {flex-basis:calc((100% - 50px) /3);}
#product_wrap .product>ul>li strong.price {height:53px; line-height:53px; font-size:25px;}
#product_wrap .product>ul>li span.txt {height:53px; line-height:53px; font-size:16px; letter-spacing:-1px;}
#product_wrap .product>ul>li div.tit>strong {font-size:25px; line-height:0px;}
#product_wrap .product>ul>li div.tit>strong.long {font-size:25px; line-height:0px;}
}
@media all and (max-width:950px) {
	#product_wrap .product>ul>li span.txt .br_on {display:block;}
	#product_wrap .product>ul>li span.txt {height:67px; line-height:22px; padding-top:10px;}
	#product_wrap .product>ul>li:nth-child(2) span.txt {padding-top:20px;}
	#product_wrap .product>ul>li:nth-child(3) span.txt {padding-top:20px;}
}
@media all and (max-width:835px) {
	#product_wrap .product>ul>li div.tit>strong {font-size:22px; letter-spacing:-1px;}
	#product_wrap .product>ul>li div.tit>strong.long {font-size:22px; letter-spacing:-1px;}
	#product_wrap .product>ul>li strong.price {font-size:24px;}
}
@media all and (max-width:768px){
	#product_wrap .product>ul>li:nth-child(2) span.txt {padding-top:0px;}
	#product_wrap .product>ul>li:nth-child(3) span.txt {padding-top:0px;}
	#product_wrap .product>ul>li span.txt .br_on {display:none;}
	#product_wrap .product p {font-size:30px; letter-spacing: -2px;}
	#product_wrap .product>ul {flex-direction: column;}
	#product_wrap .product>ul>li {margin-bottom:30px; flex-basis:100%; margin-left:0px; width:100%;}
	#product_wrap .product>ul>li strong.price {height:53px; line-height:53px; font-size:24px;}
	#product_wrap .product>ul>li span.txt {height:53px; line-height:53px; font-size:16px;}
	#product_wrap .product>ul>li div.tit>strong {font-size:23px; line-height:0px;}
	#product_wrap .product>ul>li div.tit>strong.long {font-size:23px; line-height:0px;}
	#product_wrap .product>ul>li>div.tit {height:87px; line-height:87px;}
	#product_wrap .product>ul>li span.txt {height:auto; line-height:auto; padding-top:0px;}
}
/* 메인 이벤트 배너 영역 */
#event_wrap {width:100%; margin-bottom:80px;}
#event_wrap .event {max-width:1200px; margin:50px auto 0px; margin-bottom:20px; box-sizing:border-box; background-color:#fff; text-align:left; border-right:none; }
#event_wrap .event >strong.tit, .event>strong.tit>b{  float: left; width: 372px; font-size: 35px; line-height: 40px; font-style: italic; vertical-align: top; font-weight: 800; letter-spacing: -2px; }
#event_wrap .event >strong.tit{ width: 33.3333%; padding-top:38px; padding-left:20px; border:1px solid #ccc; height:160px; border-right:none; }
#event_wrap .event >strong.tit>b{ width:100%; color:#ed0c6e; }
#event_wrap .event >ul { width:66.6666%; }
#event_wrap .event >ul, .event>ul>li{ vertical-align:top; overflow:hidden; }
#event_wrap .event >ul>li { width:50%; height:160px; padding-top:28px; background-color:#ed0c6e; box-sizing:border-box; float:left; }
#event_wrap .event >ul>li:nth-child(1) {border-top:1px solid #ed0c6e; border-bottom:1px solid #ed0c6e; }
#event_wrap .event >ul>li:nth-child(2) {border-top:1px solid #f37024; border-bottom:1px solid #f37024; }
#event_wrap .event >ul>li:nth-child(2){ background-color:#f37024; }
#event_wrap .event >ul>li:nth-child(3){ padding-top:25px; }
#event_wrap .event >ul>li span, .event>ul>li strong{ display:inline-block; width:100%; text-align:center; color:#fff; }
#event_wrap .event >ul>li span{ font-size:17px; }
#event_wrap .event >ul>li strong{ font-size:28px; font-weight:600; letter-spacing:-1px; }
#event_wrap .event >ul>li:nth-child(2) strong{ padding-top:33px; }
@media all and (max-width:1220px) {
	#event_wrap {padding:0 15px;}
	#event_wrap .event >ul>li {width:50%;}
}
@media all and (max-width:1200px) {
	#event_wrap {padding:0 15px;}
	#event_wrap .event >strong.tit, .event>strong.tit>b {font-size:30px;}
	#event_wrap .event >ul>li strong {font-size:23px; letter-spacing:-2px;}
	#event_wrap .event >ul>li span {font-size:16px;}
	#event_wrap .event >ul>li {width:50%;}
}
@media only screen and (max-width : 999px){
	#event_wrap .event >ul>li:nth-child(1) {padding-top:23px;}
	#event_wrap .event >ul>li:nth-child(2) strong {padding-top:20px;}
	#event_wrap {padding:0 15px;}
	#event_wrap .event { padding: 0px 0 0 0; text-align:center; }
	#event_wrap .event >strong.tit, .event>strong.tit>b{ width:30%; font-size:25px; }
	#event_wrap .event >strong.tit { text-align:left; padding-left:40px; height:140px; padding-top:23px; }
	#event_wrap .event >ul>li { width:50%; height:140px; }
	#event_wrap .event >ul>li:nth-child(3){ padding-top:30px; }
	#event_wrap .event >ul>li span{ font-size:1.2rem; line-height:1.2rem; }
	#event_wrap .event >ul>li strong{ font-size:2rem; line-height:32px; }
}
@media all and (max-width: 768px) {
	#event_wrap .event >ul>li:nth-child(1) {border-left:1px solid #ed0c6e; border-right:1px solid #ed0c6e;}
	#event_wrap .event >ul>li:nth-child(2) {border-left:1px solid #f37024; border-right:1px solid #f37024;}
	#event_wrap .event {border-right:1px solid #ccc; border-bottom:none;}
	#event_wrap .event >strong.tit {padding-left:0px;}
	#event_wrap .event >ul>li {width:100%; padding-top:23px; line-height:32px;}
	#event_wrap .event >ul {width:100%;}
	#event_wrap .event >ul>li:nth-child(2) {padding-top:25px;}
	#event_wrap .event >strong.tit, .event>strong.tit {padding-bottom:30px; padding-top:25px;}
	#event_wrap .event >strong.tit, .event>strong.tit>b {font-size:30px; line-height:40px; width:100%; text-align:center;}
	#event_wrap .event >ul>li span {font-size:16px;}
	#event_wrap .event >ul>li strong {font-size:24px;}
}
@media all and (max-width: 500px) {
	#event_wrap .event >strong.tit {padding-left:0px;}
	#event_wrap .event >ul>li {width:100%; padding-top:25px !important; line-height:32px; height:155px;}
	#event_wrap .event >ul>li:nth-child(2) strong {padding-top:30px;}
	#event_wrap .event >strong.tit, .event>strong.tit {padding-bottom:30px; padding-top:25px; height:135px;}
	#event_wrap .event >strong.tit, .event>strong.tit>b {font-size:30px; line-height:40px;}
	#event_wrap .event >ul>li span {font-size:16px;}
	#event_wrap .event >ul>li strong {font-size:24px; line-height:35px;}
}
@media only screen and (max-width : 460px){
  .event>ul>li{ width:100%; height:75px; padding-top:15px; }
  .event>ul>li:nth-child(3){ padding-top:10px; }
}

/*메인 - 프로모션 버튼 230403 jm*/
.promo_btn { margin: 0 0 100px 0; text-align: center; }
.promo_btn a { display:inline-block; width:800px; height:70px; line-height:65px; text-align:center; margin:0 auto; font-size: 24px; font-weight: 500; color:#fff; background: #fff; border: 1px solid #ccc; }
.promo_btn a .img_box { float:left; width: calc(100% - 402px); padding: 0 20px; }
.promo_btn a .txt_box { float:left;  width: calc(50% -  -3px); height: 100%; background: #8c1484; background: -moz-linear-gradient(45deg,  #8c1484 0%, #2d2888 100%); background: -webkit-linear-gradient(45deg,  #8c1484 0%,#2d2888 100%); background: linear-gradient(45deg,  #8c1484 0%,#2d2888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1484', endColorstr='#2d2888',GradientType=1 ); transition:all 0.4s; 
}
.promo_btn a:hover .txt_box { 
background: #551693; 
background: -moz-linear-gradient(45deg,  #551693 0%, #3e007c 100%); 
background: -webkit-linear-gradient(45deg,  #551693 0%,#3e007c 100%); 
background: linear-gradient(45deg,  #551693 0%,#3e007c 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#551693', endColorstr='#3e007c',GradientType=1 ); 
 }
@media (max-width:860px) {
	.promo_btn { margin:15px auto 15px;  }
	.promo_btn a { width: calc(100% - 30px); }
	.promo_btn a .img_box { float: unset; width: 100%; }
	.promo_btn a .img_box img { width: 320px; }
	.promo_btn a .txt_box { float: unset; width: 100%; font-size: 20px; }
}


/* 서브페이지 배경 디자인 영역 */
#broadcasting_product_information .sub_content_bg {margin-bottom:40px;}
#broadcasting_product_information .sub_content_bg img {max-width:100%; height:auto; outline:1px solid rgb(213 222 245);}
#broadcasting_product_information .m_sub_content_bg {margin-bottom:40px; display:none;}
#broadcasting_product_information .m_sub_content_bg img {max-width:100%; height:auto; outline:1px solid rgb(213 222 245); display:block; margin:40px auto;}
#broadcasting_product_information.sub_content_bg02 {margin-bottom:40px; }
#broadcasting_product_information .sub_content_bg02 img {outline: 1px solid rgb(188 235 237);}
#broadcasting_product_information .m_sub_content_bg02 {margin-bottom:40px; display:none;}
#broadcasting_product_information .m_sub_content_bg02 img {max-width:100%; height:auto; outline:1px solid rgb(213 222 245); display:block; margin:40px auto;}
#combined_product_information .sub_content_bg03 {margin-bottom:40px; }
#combined_product_information .sub_content_bg03 img {max-width:100%; height:auto; outline: 1px solid rgb(243 223 225);}
#combined_product_information .m_sub_content_bg03 {margin-bottom:40px; display:none;}
#combined_product_information .m_sub_content_bg03 img {max-width:100%; height:auto; outline:1px solid rgb(213 222 245); display:block; margin:40px auto;}
#combined_product_information .sub_content_bg04 {margin-bottom:40px; }
#combined_product_information .sub_content_bg04 img {outline: 1px solid rgb(212 235 212);}
#combined_product_information .m_sub_content_bg04 {margin-bottom:40px; display:none;}
#combined_product_information.m_sub_content_bg04 img {max-width:100%; height:auto; outline:1px solid rgb(213 222 245); display:block; margin:40px auto;}
.sub_content_bg05 img {display:block; margin:74px auto 50px; outline: 1px solid rgb(232 237 167);}
.m_sub_content_bg05 {margin-bottom:40px; display:none;}
.m_sub_content_bg05 img {max-width:100%; height:auto; outline:1px solid rgb(213 222 245); display:block; margin:40px auto;}
@media all and (max-width:1230px) {
	.sub_content_bg05 {padding:0 15px;}
}
@media all and (max-width:980px) {
	#broadcasting_product_information .sub_content_bg {display:none;}
	#broadcasting_product_information .m_sub_content_bg {display:block;}
	#broadcasting_product_information .sub_content_bg02 {display:none;}
	#broadcasting_product_information .m_sub_content_bg02 {margin-bottom:40px; display:block;}
	#broadcasting_product_information .m_sub_content_bg02 img {max-width:100%; height:auto; outline:1px solid rgb(188 235 237); display:block; margin:40px auto;}
	#combined_product_information .sub_content_bg03 {display:none;}
	#combined_product_information .m_sub_content_bg03 {margin-bottom:40px; display:block;}
	#combined_product_information .m_sub_content_bg03 img {max-width:100%; height:auto; outline:1px solid rgb(243 223 225); display:block; margin:40px auto;}
	#combined_product_information .sub_content_bg04 {display:none;}
	#combined_product_information .m_sub_content_bg04 {margin-bottom:40px; display:block;}
	#combined_product_information .m_sub_content_bg04 img {max-width:100%; height:auto; outline:1px solid rgb(212 235 212); display:block; margin:40px auto;}
	.sub_content_bg05 img {display:none;}
	.m_sub_content_bg05 {margin-bottom:0px; display:block; padding:15px;}
	.m_sub_content_bg05 img {max-width:100%; height:auto; outline:1px solid rgb(232 237 167); display:block; margin:40px auto;}
}

@media all and (max-width:500px) {
	#broadcasting_product_information .m_sub_content_bg02 img {max-width:100%; height:auto; outline:1px solid rgb(188 235 237); display:block; margin:0px auto;}
	#combined_product_information .m_sub_content_bg03 img {max-width:100%; height:auto; outline:1px solid rgb(243 223 225); display:block; margin:0px auto;}
	#combined_product_information .m_sub_content_bg04 img {max-width:100%; height:auto; outline:1px solid rgb(212 235 212); display:block; margin:0px auto;}
	.m_sub_content_bg05 img {max-width:100%; height:auto; outline:1px solid rgb(232 237 167); display:block; margin:0px auto;}
}
/* 카카오 버튼 */
	#kakao_btn02 { width: 60px;
    height: 60px;
    position: fixed;
    bottom: 156px;
    right: 20px;
    display: block;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fee102;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 30%); 
	line-height: 60px;}
	#kakao_btn02:hover {background:#fff;}
	#kakao_btn02 img {max-width:100%; height:auto; width:40px; display:block; margin:12px auto 0px;}
@media all and (max-width:768px) {
	#kakao_btn02 {width: 50px;
    height: 50px;
    bottom: 124px;
    right: 15px;
	line-height:50px;}
	#kakao_btn02 img {max-width:100%; height:auto; width:35px;}
}
/* 스크롤 애니메이션 영역 */
.left_scroll_hint { width: 1200px; height: 50px; margin: 0 auto;  position:relative; display:none; } /*background: rgba(0,0,0,0.1); */
.left_scroll_hint img { width:40px; float:right; animation:1.7s ease-out; animation-name:touch_scroll_hint; animation-iteration-count: infinite; position:absolute; } /* animation-duration: 2s; background:rgba(0,0,0,0.1);*/
@keyframes touch_scroll_hint {
	0% {
		/*margin-right:0px*/
		right:40px;
	}
	50%{
		opacity:1;
	}
	100%{
		/*margin-right:-30px*/
		right:0px;
		opacity:0;
	}
}

@media (max-width:1520px){
	.left_scroll_hint { width:100%; }
}
@media (max-width:1138px){
	.left_scroll_hint { width:100%; }
}
@media (max-width:1101px){
	.left_scroll_hint { display:none; }
}

@media (max-width:500px){
	.scroll_wrap {width:100%; padding:40px 15px 0px 15px;}
	.left_scroll_hint {background: #285eb1;
    border-radius: 15px; overflow:hidden; height:63px !important; display:block;}
	.left_scroll_hint p {font-size:13px !important;    float: left;
    width: 74%;
    word-break: break-all;
    line-height: 18px !important;
    padding-top: 13px;
    padding-left: 24px;
    color: rgba(255,255,255,0.8);}
	.left_scroll_hint img {width:33px; margin-right:7px; margin-top:9px;}
}
.sub-tab { width:100%; background:rgba(0,0,0,0.03); }  /*탭버튼 배경*/
	.sub-tab.fixed { z-index:666; position:fixed; top:0; left:0; width:100%; background:#fff; border-bottom:1px solid #ddd; box-shadow:0 2px 10px rgba(0,0,0,0.10); opacity:0.92; }
	.sub-tab > ul { margin:0 auto; height:61px; text-align:center; line-height:0; font-size:0; } /*2뎁스메뉴 6개라 좌우여백 없애기위함 max-width:1200px; 210215 bjm*/
	.sub-tab.fixed ul { margin:0 auto; width:100%; }
	.sub-tab li  { display:inline-block; width:16.66666666666667%; height:60px; background:#fff; transition:all 0.4s;  }  /*비활성 탭버튼*/ /*2뎁스메뉴 6개라 너비 25%에서 변경 210215 bjm*/
	.sub-tab li:hover, .sub-tab li.active a:hover  {  background: #dc753c; }
	.sub-tab li a { display:inline-block; width:100%; height:60px; text-align:center; line-height:60px; font-weight:400; font-size:18px; color:#777;  border: 1px solid #ccc; border-top: 0; border-left: 0; } /*2뎁스메뉴 6개라 폰트사이즈 줄임 210215 bjm*/
	.sub-tab li a:hover { color:#fff;}
	.sub-tab li:first-child a { border-left:1px solid #ccc; }
	.sub-tab li.active a  { color:#fff; background:#62a532; border: 1px solid #62a532; height: 61px; }  /*활성 탭버튼*/ /*깨져보이지않게 외곽선부여 210216 bjm*/
	.sub-tab.fixed a { border-bottom:0; border-top:0; }
	.sub_tab li:hover {background:#1c33bf !importnat;}
	@media only screen and (max-width:1200px)  { /*210215 bjm*/
		.sub-tab { margin-bottom:70px; }
		.sub-tab li { width:33.33333333333333%; }
	}
	@media only screen and (max-width:980px)  {
		.sub-tab > ul  {  width:100%;  }
		.sub-tab .col-1 li { width:100%; }
		.sub-tab .col-2 li {  } /*width:25%; 210215 bjm*/
		.sub-tab .col-3 li { width:33.33333333333333%; height:50px; }
	 }
	@media only screen and (max-width:768px)  {
		.sub-visual { height:300px; }
		.sub-visual > div { height:56px; }
		.sub-visual h2 { margin-bottom:5px; font-size:30px; }
		.sub-visual p { font-size:18px; }
		.sub-tab .col-2 li { height:50px; }
		.sub-tab > ul {  width:calc(100% - 0px); height:50px; }  /*margin-top:25px;*/
		.sub-tab li { height:50px; }
		.sub-tab li a { height:50px; line-height:48px; font-size:17px; }
	 }
	@media only screen and (max-width:768px)  {
		.sub-tab { display:none; }
		.sub-tab li { width:50%; }	
		.sub-tab { margin-bottom:110px; } /*210215 bjm*/
	}

	@media only screen and (max-width:480px)  {
		.sub-tab { min-width:320px; }
		.sub-tab li { width:100%; } /*210215 bjm*/
		.sub-tab li a { font-size:15px; }
	 }
/*서브페이지 탭버튼 1*/
.sub_fulldown_btn_01.btn-group, .sub_fulldown_btn_01 .btn-group-vertical { margin-left:0; margin-right:0; width:100%; height: 60px; display:none; }
/*.sub_fulldown_btn_01.btn-group > .btn:first-child { width: 100%; height: 50px; }*/
.sub_fulldown_btn_01.btn-group > .btn:first-child { width: 100%; height: 60px; font-size: 20px; }
.sub_fulldown_btn_01 .dropdown-menu { width:100%; border-radius: 4px; }
.sub_fulldown_btn_01 .btn-default:hover { background: #1c33bf !important; border: 1px solid #1c33bf !important; color:#fff; }
/*.sub_fulldown_btn_01 .dropdown-menu {  top: 47px; }*/
.sub_fulldown_btn_01 .btn-default { color: #fff; background-color: #62a532; border-color: #62a532; margin-bottom: 10px; }

/*.sub_fulldown_btn_01 .dropdown-menu > li > a { line-height: 40px; }*/

/*서브페이지 탭버튼 1 21.02.16*/
.sub_fulldown_btn_01 { display:none; }

/*.sub_fulldown_btn_01 .dropdown-menu { width:100%; border-radius: 4px; }*/
/*.sub_fulldown_btn_01 .btn-default:hover { background: #dc753c !important; border: 1px solid #dc753c !important; color:#fff; }*/
.sub_fulldown_btn_01 .dropdown-menu {  top: 57px; }
.sub_fulldown_btn_01 .btn-default { color: #fff; background-color: #1f2988; border-color: #1f2988; margin-bottom: 10px; }
.sub_fulldown_btn_01 .dropdown-menu > li > a { line-height: 40px; font-size: 18px; }
/*.sub_fulldown_btn_01.btn-group, .sub_fulldown_btn_01 .btn-group-vertical { height: 60px; }*/

@media all and (max-width:768px) {
	.br_on { display:block; }
	.sub_fulldown_btn_01{ display:block; } /*210216 bjm*/
	.sub_fulldown_btn_01.btn-group, .sub_fulldown_btn_01 .btn-group-vertical { display:block; margin-top: -5px; } /*210416 게시판 쓰기 페이지에서 드롭다운 메뉴가 pc에서 모바일 버튼이 보이는 현상 처리*/
}
.c {margin-top:20px;}
.c .table-responsive table tbody tr td {padding:40px 15px;}

.footer-info .br_on {display:none;}
@media all and (max-width:500px){
.footer-info .br_on {display:block;}
.footer-info .mobile_off01 {display:none;}
}