@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url( "http://fonts.googleapis.com/earlyaccess/notosanskr.css" );

body { font-family: 'Noto Sans KR', sans-serif; font-weight:300; }

body { line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:12px; }
a { color: #8e000a; cursor: pointer; text-decoration: none; outline : none; }
a:hover, a:focus, a:active { color: #8e000a; text-decoration: none; outline : none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { margin:0; padding:0;  }
.ko, .ko small {  }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
b, strong, dt { font-weight:500; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; }
.at-body .at-container { padding:0px 15px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:20px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; }
@media all and (max-width:991px) {
	.responsive .at-body .at-container { padding:0px 10px !important; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }

}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { /*background: #f2f2f2;*/ }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; }
.at-lnb ul > li { float: left; padding: 0px 15px; letter-spacing:-0.05em; font-weight:500; font-family: 'Gulim', sans-serif; }
.at-lnb ul > li::after { float: right; color:#999; content: "|"; margin-right:-17px; line-height:30px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { color: #999; float:left; font-size:12px; }
.at-lnb ul > li > a > i { /*color: #0084c6;*/ color: #000; margin-right:6px;  }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:10px 0px 0px; text-align:center; }
.pc-header .at-container { padding:10px 20px 30px; /*background: url('./header.jpg') no-repeat right top;*/ }
.pc-header .header-logo { display:inline-block; vertical-align:middle; padding:0px 15px; }
.pc-header .header-logo a { font-size:44px; line-height:44px; font-family:'Noto Sans KR', sans-serif; font-weight:500; color:#000; }
.pc-header .header-logo a:hover { color:#000; }
.pc-header .header-logo img { display:block; max-width:100%; max-height:100px; }
.pc-header .header-desc { display:block; font-size:12px; letter-spacing:-1px; color:#888; margin-top:2px; }
.pc-header .header-search { display:inline-block; width:260px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #111; background: #111; }
.pc-header .header-search input { background: #fff; border:1px solid #111; }
.pc-header .header-search .btn { color:#fff !important; background: #111 !important; }
.pc-header .header-keyword { padding-top:4px; }
.en .pc-header .header-keyword { font-size:12px; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; background:#fff;/*background: rgb(50, 60, 70);*/ }
.m-header a { display:inline-block; }
.m-header a > img { width:150px; display:inline-block;}
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; position:relative; }
.m-header .header-logo { display:block; width:100%; vertical-align:middle; font-size:18px;text-align:center; padding-top:10px; padding-bottom:10px; }
.m-header .header-logo > a { margin:0 auto; }
.m-header .header-logo img {  }
.m-header .header-icon { position:absolute; top:2px; left:0; padding:10px;}
.m-header .header-icon a { display:block; }
@media all and (max-width:991px) {
	.responsive .m-header { display:block; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background-color:transparent; border:0px; z-index:3; background: rgba(255, 255, 255, 1); /*box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);*/ }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 18px; font-family: "Noto Sans KR", sans-serif; }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:16px; } 
@media all and (max-width:991px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#282828; /*background:#36393a;*/ font-weight:500; font-size:18px; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { /*background:#517c8d;*/ color:#298a4e; border-bottom:3px solid #298a4e; } /*box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
.pc-menu .nav-top .menu-li.nav-logo { width:300px; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: #298a4e transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background: rgba(255, 255, 255, 0.9); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { display:block; color:#555; padding:5px 12px; line-height:35px; /*border-bottom: 1px solid #3c3c3c;*/ font-size:15px; }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:500; background: rgb(4,117,47,0.5); /*border-color:#3c3c3c; border-left:2px solid #298a4e;*/ }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:500; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: rgba(255, 255, 255, 0.9); position:absolute; z-index:20; font-size:15px; /*box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/ } 
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#555; padding:5px 12px; line-height:55px; /*border-bottom: 1px solid rgb(238, 238, 238);*/ } 
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:500; background: rgb(4,117,47,0.5); /*border-color:#298a4e;*/ }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:500; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#111; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: #333; }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:170px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:500; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:crimson; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:500; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon, 
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border:1px solid #eee; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: #298a4e; font-weight:500; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: #298a4e; font-weight:500; }
@media all and (max-width:991px) {
	.responsive .m-menu { display:block; }
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px;  }
.at-footer .at-links {   }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; margin-right:30px; }
.at-footer .at-links ul > li::after { float: right; color:#ccc; content: "|"; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { font-size:14px; color:#282828; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; text-align:center; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}

/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { padding:15px 20px 20px; }
.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright { float:left; margin-left:10px; }
.at-footer .at-infos .copyright span { color:#888; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; overflow:hidden; /*width:80%;*/ }
.at-footer .at-about > li { float: left; margin-right:30px; color: #777; font-size:13px; }
.at-footer .at-about > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-15px;}
.at-footer .at-about > li span { color:#555; }
.at-footer .at-about > li > a { color: #777; font-size:13px; }
.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:15px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#888; }
.at-footer .at-copyright strong { color:#333; }

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 25px; z-index: 2; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
@media (max-width: 768px) {
	.at-go .go-btn { bottom:0px; right:5px; }
}

/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "Noto Sans KR", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family: "Noto Sans KR", sans-serif; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Noto Sans KR", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "Noto Sans KR", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Noto Sans KR", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon { border-radius:0 !important; }

/* 헤더 기타 CSS수정 */
.at-lnb { background:#eee; }
.at-lnb .pull-right li a { font-size:11px; line-height:30px;  }
.at-lnb .pull-right i { display:none; }
.header-icon .btn-white { border-radius:5px !important; }

/* 푸터 기타 CSS수정 */
.at-about li a { display:inline-block; font-weight:600; text-decoration:underline; }
.at-about li a:hover { color:#bbb; }
.at-footer .at-links ul > li > a { display:inline-block; }
.at-footer .at-links ul > li > a:hover { color:#bbb; }

/* 메인 기타 CSS수정 */
.at-main .btn-red { background:#36393a !important; border:1px solid #36393a !important; }
.mb_box h2 span, .mb_box h2 b { letter-spacing:-0.05em; }
.mb_box .mb_txt { letter-spacing:-0.05em; min-height:60px; }
.mb_box h2 b { color:#298a4e; }
.div-carousel .img-wrap { min-height:221px; }
.col-md-12 .bx-viewport  .slide { min-width:140px; }
.main_top_content { height:221px; }
.main_tail_content1, .main_tail_content2, .main_tail_content3 { height:221px; }


/* 서브페이지 CSS수정 */
.basic-category .ca-sub3:hover { background:#517c8d !important;  }
.page-icon { padding: 0 !important; }
.basic-category .ca-sub3.on { background:#298a4e !important; }
.view-img img { width:100%; }
.btn.btn-color { background:#007179 !important; border:1px solid #007179 !important; }
.btn.btn-color2 {
	color: #007179 !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(255, 255, 255);  
	background-color: rgb(255, 255, 255); 
}
.btn.btn-black { background:#36393a !important; border:1px solid #36393a !important; }

.btn.btn-color3 {
	color: #aaa !important; border-image: none !important; background-image: none !important;
	border: 0px solid rgb(255, 255, 255);  
	background-color: transparent; 
}

.btn.btn-color4 {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(255, 255, 255);  
	background-color: transparent; 
}

#captcha #captcha_key { width:100px !important; }
.page-icon { overflow:hidden; margin:10px 0; }
.page-icon a { display:inline-block; }
.online_inquiry table { border:1px solid #ddd; }
.online_inquiry tr { border-bottom:1px solid #ddd; }
.online_inquiry .active { width:20%; text-align:left; vertical-align:middle; border-right:1px solid #ddd; box-sizing:border-box; }
.online_inquiry .text-center { position:relative; }
.online_inquiry .text-center input { width:100%; }
.online_inquiry .text-center #wr_name, .online_inquiry .text-center #wr_password  { width:50% !important; }
#bo_w .form-control-feedback { top:8px !important; left: 45% !important; }


/*추가 미디어쿼리*/

@media (max-width:991px){
.at-footer .at-about { width:100%; }
}
@media (max-width:767px){
.online_inquiry .active  { width:30%; }
#bo_w .form-control-feedback { left: 42.5% !important; }
.main_top_content { height:170px !important; }
.main_tail_content3 img { width:auto; height:100%; }
#mobile-menu .menu-all-main { font-size:14px !important; }
#mobile-menu .menu-all-head .menu-all-sub-item { font-size:13px !important; letter-spacing:-1px; }
#mobile-menu .menu-all-head .menu-all-sub-item a { color:#666 !important; }
}
@media (max-width:480px){
.online_inquiry .text-center #wr_name, .online_inquiry .text-center #wr_password  { width:100% !important; }
#bo_w .form-control-feedback { left: 83% !important; }
.main_top_content { height:170px !important; }
.main_top_content .mb_txt { width:58%; }
.main_tail_content3 img { width:100%; height:221px; }
}


/* Mobile All Menu */
#mobile-menu { list-style:none; padding:0px; margin:0px; list-style:none; overflow:hidden; background:#fff; }
#mobile-menu .old,
#mobile-menu .sub-old { display:none; }
#mobile-menu .new { color: rgb(233, 75, 59); }
#mobile-menu .sub-on a { font-weight:500; color: crimson; }
#mobile-menu .sub-off a { font-weight:normal; }
#mobile-menu .sub-new { color: rgb(233, 75, 59); }
#mobile-menu .menu-all-head { padding:0px; margin:0px; }
#mobile-menu .menu-all-head a { display:block; cursor:pointer; }
#mobile-menu .menu-all-main { color:#282828; display:block; padding:7px 10px; padding-right:15px; line-height:28px; border-bottom:1px solid #ddd; font-weight:500; font-size:15px; letter-spacing:-1px; padding-right:6px; }
#mobile-menu .menu-all-head.active .menu-all-main { color:#282828; }
#mobile-menu .menu-all-main.is-sub::after { color:#505b7f; font-family: "FontAwesome"; float: right; content: "\f0d7"; padding-right:10px; }
#mobile-menu .menu-all-head.active .menu-all-main.is-sub::after { color:#c1c1c1; }
#mobile-menu .menu-all-head .menu-all-sub { display:none; background:#f5f5f5; list-style:none; }
#mobile-menu .menu-all-head.active .menu-all-sub { display:block; }
#mobile-menu .menu-all-head .menu-all-sub-item { border-bottom:1px solid #ddd; font-size:15px; }
#mobile-menu .menu-all-head .menu-all-sub-item:last-child { border-bottom:1px solid #eaecf0; }
#mobile-menu .menu-all-head .menu-all-sub-item a { padding:6px 10px; padding-left:20px; line-height:24px; }
#mobile-menu .menu-all-head .menu-all-sub-item.sub-line a { font-weight:500; background:#efefef; }

#mobile-menu #msub_1 { border-top:2px solid #298a4e;  }
.sidebar-login { overflow:hidden; }
.sidebar-login input[type='checkbox'] { vertical-align:middle; margin:0 !important; }
#sidebar-box .sidebar-login .form-group { margin-bottom:5px !important; }
.sidebar-login .text-muted { margin-bottom:10px !important; }



/*main 추가*/
	section { position:relative; width:100%; height:100vh; min-height:100vh; /*min-height:800px;*/ }

	.box { position:absolute; z-index:2; background: rgba(0, 0, 0, 0.5); padding:70px; text-align:center; /*top:23%;*/ color:#fff; top: calc(45% + 86px); left: 50%;
  transform: translate(-50%,-50%); }
	.box .tit { font-size:42px; line-height:55px; }
	.box .tit span { font-weight:300; }
	.box .tit span b { display:block; }
	.sub_tit { font-size:20px; line-height:55px; }
	.btn-st { width:322px; height:64px; line-height:40px; margin-top:50px; } 

	.box1 { min-height:568px; text-align:center; }
	.box1 .tit { font-size:45px; font-weight:500; line-height:227px; text-align:center; }
	.box1 .detail { font-size:20px; color:#555; line-height:26px; text-align:center; }
	.box1 .btn-st { width:322px; height:64px; line-height:40px; margin-top:80px; }

	.visual-text { top:45%; }
	.visual-img { top:15%; }

	.main-vod { position:relative; width:1169px; height:558px; margin:0 auto; }
	#vod { display:block; }
	.vod-box { position:absolute; z-index:2; top:60px; left: 200px; }
	.vod-box iframe { width:731px; height:450px; }
	

	@media (max-width:1199px) { 

		.responsive .box { padding:60px; /*top:23%;*/ }
		.responsive .tit { font-size:40px; line-height:52px; }
		.responsive .sub_tit { font-size:22px; line-height:30px; margin-top:15px; }
		.btn-st { width:322px; height:64px; line-height:40px; }

		.box1 { min-height:500px; text-align:center; }
		.box1 .tit { font-size:40px; font-weight:500; line-height:44px; text-align:center; margin-top:25%; }
		.box1 .detail { font-size:22px; color:#555; line-height:30px; text-align:center; margin-top:15px; }
		.box1 .btn-st { width:322px; height:64px; line-height:40px; margin-top:80px; }
		
		.main-vod { width:100%; height:180px;  }
		#vod { display:none; }
		.vod-box { position: relative; padding-bottom: 56.25%; /* 16:9 비율인 경우 */ /* padding-bottom값은 4:3 비율인 경우 75%로 설정합니다 */top: 20px; height: 0; left:0; }
		.vod-box iframe { position: absolute; top: 0; width: 100%; height: 100%; max-width:731px; max-height:450px; } 
		
		.main-vod { height:450px; }
	}
	@media (max-width:991px) { 

		.responsive .box { padding:50px; /*top:28%;*/ }
		.responsive .tit { font-size:40px; line-height:45px; }
		.responsive .sub_tit { font-size:22px; line-height:30px; }

		.box1 .tit { font-size:40px; font-weight:500; line-height:44px; text-align:center; margin-top:30%; }
		.box1 .detail { font-size:22px; color:#555; line-height:30px; text-align:center; margin-top:15px; }
		.box1 .btn-st { width:322px; height:64px; line-height:40px; margin-top:80px; }

		.main-vod { width:100%; height:400px; }
	}
	@media (max-width:767px) { 

		.responsive .tit { font-size:30px; line-height:40px; }
		.box .tit span { display:block; }
		.responsive .sub_tit { font-size:18px; line-height:25px; }
		.responsive .btn-st { width:250px; height:54px; line-height:30px; }

		.box1 .tit { font-size:35px; font-weight:500; line-height:40px; text-align:center; margin-top:30%; }
		.box1 .detail { font-size:18px; color:#555; line-height:22px; text-align:center; margin-top:15px; }
		.box1 .btn-st { width:322px; height:64px; line-height:40px; margin-top:80px; }

		.visual-text { top:18%; height:22%; }
		.visual-img { /*top:19%;*/ height:78%; text-align:center; }
		.visual-text img { width:80%; margin-left:10%; }
		.visual-img img { width:60%; margin-left:20%; }

		.main-vod { width:100%; height:280px; }
	}
	@media (max-width:480px) { 
		.box { position:absolute; z-index:2; background: rgba(0, 0, 0, 0.5); padding:70px; text-align:center; /*top:23%;*/ color:#fff; top: calc(41% + 86px); left: 50%; }
		.responsive .tit { font-size:20px; line-height:25px; }
		.responsive .sub_tit { font-size:14px; line-height:18px; }
		.box1 .tit { font-size:20px; font-weight:500; line-height:35px; text-align:center; margin-top:30%; }
		.responsive .btn-st { width:100%; height:50px; line-height:25px; margin-top:30px; }
		.box .tit span { font-weight:300; display:block; }
		.visual-text { top:18%; height:25%; }
		.visual-img { /*top:19%;*/ height:75%; }

		.visual-text img { width:100%; margin-left:0; }
		.visual-img img { width:100%; margin-left:0; }

		.main-vod { width:100%; height:180px; }
	}