@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url("/thema/nanum342/assets/css/NotoSansKR.css");


body { font-family: 'Noto Sans KR', sans-serif; font-weight:300; }


body { line-height: 22px; font-size: 13px; color: rgb(51, 51, 51); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:14px; font-weight:300; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #a41f21; 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 { }
.ko, .ko small {  }
.sns-share-icon img { width:100%; max-width:34px; border-radius:50%; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; }
/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body {  }
.at-body .at-container { padding:0; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:60px 15px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:0px; padding-bottom:0px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; }
@media all and (max-width:991px) {
	.responsive .at-body .at-container {  }
	.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 { }
.main-header { background:#ececec; border-bottom:1px solid #dcdcdc; }
.favorite-btns a { padding:5px 25px !important; }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; overflow:hidden; padding:0;  }
.at-lnb ul > li { float: left;  }
.at-lnb ul > li > a { font-family:'dotum'; font-size:12px; color: #333; float:left; padding:5px 15px; border-right:1px solid #dcdcdc; }
.at-lnb ul > li:nth-of-type(1) > a { border-left:1px solid #dcdcdc; }
.at-lnb ul > li > a:hover { background:#f5f5f5; }
.sidebar-login input[type="password"] { font:12px small-caption; letter-spacing:-0.075em; }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■  PC Header : PC 헤더
********************************************************/
.pc-header { width:100%; max-width:1200px; padding: 0 15px; margin:0 auto; }
.pc-header .header-logo { width:200px; float:left; }
.pc-header .header-logo a { display:block; padding:20px 0; }
.pc-header .pc-menu { width:calc(99% - 200px); float:left; }

#scroll-top { position:relative; background:#fff !important; border-bottom: 1px solid #282828; width:100%; z-index:999; height:90px; }
#menu-top .pc-header { padding:0; /*text-align:center;*/ }
#menu-top .left { float:left; width:230px;}
#menu-top .left .at-container { padding:20px 0 20px; }
#menu-top .left .header-logo a { display:block; max-height:50px; }
#menu-top .right { float:left; width:calc(100% - 230px); text-align:right; padding:20px 0 0 0; margin:0; }
#menu-top .lang { width:100%; /*height:18px;*/ font-size:13px; color:#aaa; padding-right:20px; margin-top: -5px; height: 22px; }
#menu-top .lang span { padding-left:8px; padding-right:8px;}
#menu-top .menu { width:100%; right:0; height:42px; }
#menu-top .at-menu { display:inline-block; width:100%; text-align:left; }

@media all and (max-width:991px) {
	.responsive #menu-top .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더
********************************************************/
.m-header { display:none; background: rgb(50, 60, 70); }
.m-header a { color:#fff }
.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; }
.m-header .header-icon,
.m-header .header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }
@media all and (max-width:1199px) {
	.responsive .m-header { display:block; position:relative; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative;  background:#fff !important; border:0px; z-index:3; /*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 {float: right; position: relative; /* content: "f105"; */ }
.pc-menu .menu-a { font-family:'Noto Sans KR'; font-size:18px; font-weight:500; }
.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; }
	.responsive .pc-header .header-logo { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:30px 0 0 0; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:10px 0px 36px 0;; 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 li.menu-li:nth-of-type(1) { display:none !important; }*/

/* 좌측 스타일 */
.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:#333; background:transparent; font-weight:400; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { color:#a41f21; }
.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: #ccc transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }*/
.pc-menu .nav-top .sub-1div { background:#a41f21; padding:10px 7px 10px 7px; }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative; list-style:none; padding:0; text-align:center;  }
/*
.pc-menu .nav-top .sub-1dli:first-child { padding-left:14px;}
.pc-menu .nav-top .sub-1dli:last-child { padding-right:14px;}
*/
.pc-menu .nav-top .sub-1da { display:block; font-size: 13px; line-height: 1.6; -webkit-font-smoothing: antialiased; color:#fff; padding:5px 7px; line-height:25px; /*border-bottom: 1px solid rgb(238, 238, 238);*/ }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { font-size: 13px; line-height: 1.6; -webkit-font-smoothing: antialiased; color:#df9191; font-weight:400; line-height:25px; }
.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:300; background:#fafafa; line-height:25px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; 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; font-size: 12px;line-height:25px; -webkit-font-smoothing: antialiased; color:#282828; padding:5px 12px; line-height:25px; 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 {  line-height:25px; -webkit-font-smoothing: antialiased; color:#fff; font-weight:300; background: #a41f21; border-color:#a41f21; }
.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:300; background:#fafafa; line-height:25px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:transparent; 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:#282828; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { color:#282828; }
.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:0px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:absolute; top:82px; background:#252525; z-index:3; /*-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; border-top:0px solid #ddd;}
.pc-menu-all .table td { width:1%; /*background:#fff; border:1px solid #ddd;*/ padding:0px; line-height:30px;  }
.pc-menu-all .table > thead > tr > td,
.pc-menu-all .table > tbody > tr > td { border-top: 0px solid #ddd; }
.pc-menu-all .menu-a { display:block; color:#b0a0a0; 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:#b0b0b0; }
.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:#b0b0b0; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:#fff; background:#393939; }
.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; }
.m-menu .m-icon > a { border-right:1px solid #dcdcdc; }
.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; }
/*.m-menu .m-nav > ul > li:nth-of-type(1) { display:none; }*/
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; width:100%; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; /*width:25%;*/ }
.m-menu .m-nav ul li.active a { color: #a41f21; font-weight:500; }

.m-menu .m-sub { background:#f5f5f5; 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: #a41f21; font-weight:500; }
.sidebar-head { background:#981b1e !important; }

@media all and (max-width:991px) {
	.responsive .m-menu { display:block;  position:relative; overflow:hidden;}
}

/********************************************************
■ 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 { border-top:1px solid #1f1f24; }
.at-footer .at-links { background:#440c0d; padding:0; border-top: 1px solid #282828; /*border:1px solid #ddd; border-left:0px; border-right:0px;*/ }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; text-align:center; padding:10px; }
.at-footer .at-links ul > li { display:inline-block; padding: 0px 15px; line-height:25px; }
.at-footer .at-links ul > li::after { float: right; color:#6c5151; content: "|"; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { display:inline-block; color: #fff; }
.at-footer .at-links ul > li > a:hover { color:#c9afaf; }
@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; }
}
@media all and (max-width:480px) {
	.at-footer { margin-top:15px; }
}

/* 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; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#888; }
.at-footer .at-about > li > a { color: #888; }
.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 { background:#fff; }


/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; bottom: 25px; right: 30px; 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-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; }

/* 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 { }
.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 { margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }


.no-responsive .container { width:970px; }

/*네비게이션 추가 CSS*/
/*.nav-slide { margin-top:10px; }*/

.m-table { border-top:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; }

usel-control { display:none; }
*/


/*서브 추가 CSS*/

.btn.btn-color {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #a41f21;
	background-color: #a41f21;
}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active {
	border: 1px solid #49bdf7;
	background-color: #49bdf7;
}


/* 푸터 추가 CSS */
.at-infos .at-copyright a { display:inline-block; text-decoration:underline; color:orange;}
.at-infos .at-copyright a:hover { color:#ca8200;}
.at-infos .at-copyright { font-style:normal !important; }
.at-infos .at-copyright span { color:#bbb; padding:0 10px; }
.at-infos .at-copyright p { display:inline-block; margin-bottom:0 !important; color:#666; }
.foot_txt { padding:25px 15px; }
.foot_txt .foot_logo { width:100%; display:block; text-align:center; }
.foot_txt .foot_logo img { display:inline-block; }
.foot_txt .foot_copy { margin:25px auto 0 auto; width:100%; max-width:735px; text-align:center;  font-size:14px; color:#666; line-height:22px; }
.foot_txt .foot_copy > div { margin-top:15px; }
.foot_txt .foot_copy > div span { color:#440c0d; padding:0; font-weight:400; }

/* Mobile All Menu */
#mobile-menu { list-style:none; padding:0px; margin:0px; list-style:none; overflow:hidden; background:#fff; }
#mobile-menu > li:nth-of-type(1) { display:none; }
#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:14px; 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; float: right; content: "+"; 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; font-size:13px; font-weight:600; color:#777; }
#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 #ddd;  }
.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; }


/* 게시판 분류탭 */
.div-tab-box.tabs ul.nav-tabs li { line-height:50px; }
.tabs-color-bg.tabs ul.nav-tabs li.active, .tabs-color-bg.tabs ul.nav-tabs li.active a {border-color: #777e88 !important;background: #777e88 !important;}
.div-tab-box.tabs ul.nav-tabs li.active a {background: #777e88;color: #fff;border: 1px solid #777e88;border-left-width: 1px;border-left-style: solid;border-top-color: #777e88;border-right-color: #777e88;border-bottom-color: #777e88;border-left-color: #777e88;cursor: pointer;}
.tabs-color-bg.tabs ul.nav-tabs li.active, .tabs-color-bg.tabs ul.nav-tabs li.active a {border-color: #777e88 !important;background: #777e88 !important;}
.tabs-color-bg.tabs ul.nav-tabs li.active, .tabs-color-bg.tabs ul.nav-tabs li.active a {border-color: #777e88 !important;background: #777e88 !important;}
.div-tab-box.tabs ul.nav-tabs li.active a {background: #333;color: #fff;font-weight: bold;border: 1px solid #333;cursor: pointer;}
.div-tab-box.tabs ul.nav-tabs li a {border-left: 0px !important;border-left-color: currentcolor;}
.div-tab-box.tabs ul.nav-tabs li a {padding: 10px 15px;background: #fff;color: #666;margin-right: 0px;border-radius: 0px;-moz-border-radius: 0;-webkit-border-radius: 0;border: 1px solid #ddd;}


.subvisual-txt { display:none; }



/*main-page*/
.main-wrap { position:relative; top:-1px; }
.main-wrap h2, .main-wrap li, .main-wrap th { text-transform:uppercase; }
.m-about .title, .m-about .m-skill, .m-cer .title, .m-cer .cert_gallery, .m-cust, .m-location .title, .m-location .maps { width:100%; max-width:1200px; padding:0 15px; margin:0 auto;  }


.m-about { width:100%; background:url('/data/main/about_bg.png')no-repeat center center; background-size:cover; padding:60px 0; }
.m-about .title { text-align:center; margin-bottom:60px; }
.m-about .title h2 { font-size:30px; font-weight:300; color:#fff; margin-bottom:30px; }
.m-about .title h2 span { font-weight:500; color:#a41f21; }
.m-about .title p { margin-bottom:0; }
.m-about p span { display:block; color:#fff; font-size:16px; line-height:26px; font-weight:300; }
.m-about .m-skill { text-align:center; }
.m-about .m-skill h2 { display:inline; font-size:30px; font-weight:500; color:#fff; }
.m-about .m-skill ul { margin:30px 0 0 0; padding:0; overflow:hidden; }
.m-about .m-skill li { float:left; width:18.4%; list-style:none; text-align:center; margin-left:2%; box-sizing:border-box; border:1px solid #8f8f8f; border-radius:50%; padding-top:5.7%; }
.m-about .m-skill li:nth-of-type(1) { margin-left:0; }
.m-about .m-skill li b { display:block; font-size:15px; line-height:15px; color:#d06264; font-weight:300; margin-bottom:15px; }
.m-about .m-skill li span { display:block; font-size:18px; line-height:18px; color:#fff; font-weight:500;  }

.m-mst { width:100%; max-width:1200px; padding:60px 15px 0; margin:0 auto; overflow:hidden; }
/* .m-mst .mst-wrap { overflow:hidden; background:url('/data/main/mst1000_bg.png')no-repeat right center; background-size:auto 100%; border:1px solid #ddd; } */
.m-mst .mst-wrap { overflow:hidden; background:url('/data/main/mst1000_bg.png')no-repeat center; background-size:cover; border:1px solid #ddd; }
.m-mst .video { float:left; width:66.6%; position:relative; height:0; padding-bottom:37.25%; }
.m-mst .video iframe { position:absolute; width:100%; height:100%; left:0; }
/* .m-mst .mst-link { width:33.3%; float:right; text-align:center; padding-top:10%; } */
.m-mst .mst-link { width:100%; float:right; text-align:center; padding:10% 0; }
.m-mst .mst-link dt { font-size:30px; line-height:30px; color:#fff; font-weight:500; margin-bottom:25px; }
.m-mst .mst-link dd span { display:block; font-size:16px; line-height:26px; color:#fff; font-weight:300; }
.m-mst .mst-link a { margin-top:30px; display:inline-block; padding:10px 35px; border:1px solid #fff; color:#fff; font-size:14px; font-weight:300; }

.m-cer { padding:60px 0; background:url('/data/main/cer_bg.png')no-repeat center center; background-size:cover; overflow:hidden; }
.m-cer h2 { display:block; color:#333; font-size:30px; line-height:30px; font-weight:500; text-align:center; margin-bottom:30px; }
.m-cer p { display:block; font-size:16px; color:#333; font-weight:300; text-align:center; margin-bottom:30px; }
.m-cer .owl-controls .owl-page span, .owl-controls.clickable .owl-page:hover span { border-radius:0; width:15px; height:15px; background:#fff !important; }
.m-cer .basic-post-slider .owl-controls .owl-page.active span { background:#a41f21 !important; }


.m-cust { padding:60px 15px; }
.m-cust h2 { display:block; font-size:30px; line-height:30px; color:#333; font-weight:500; text-align:center; margin-bottom:60px; }
.m-cust .cust-wrap { width:100%; overflow:hidden; }
.m-cust .notice { float:left; width:58%; margin-right:3%; }
.m-cust .notice .tit { overflow:hidden; margin-bottom:15px; }
.m-cust .notice .tit h3 { float:left; font-size:25px; line-height:25px; font-weight:500; color:#333; }
.m-cust .notice .tit a { float:right; display:inline-block; font-size:16px; line-height:16px; font-weight:500; color:#888; padding:7px 0 0 7px; }
.m-cust .notice .tit a img { position:relative; top:-2px; padding-left:3px; }
.m-cust .notice .notice_wrap { border:1px solid #ddd; }
.m-cust .cust-banner { float:left; width:39%; margin-top:40px; }
.m-cust .cust-banner > div { padding:30px 30px; }
.m-cust .cust-banner > div h3 { font-size:25px; color:#fff; font-weight:500; margin-bottom:25px; }
.m-cust .call { background:#a41f21 url('/data/main/ico_tell.png')no-repeat 105% center; }
.m-cust .call th, .m-cust .call td { font-size:22px; color:#fff; padding-top:15px; }
.m-cust .call tr:nth-of-type(1) th, .m-cust .call tr:nth-of-type(1) td { padding-top:0; }
.m-cust .call th { font-weight:500; padding-right:15px; }
.m-cust .inquiry { background:#616161 url('/data/main/ico_online.png')no-repeat 127% center; }
.m-cust .inquiry p { margin-bottom:25px; }
.m-cust .inquiry p span { display:block; font-size:16px; line-height:26px; color:#fff; }
.m-cust .inquiry a { display:inline-block; padding:10px 35px; border:1px solid #fff; color:#fff; font-size:14px; line-height:14px; }

.m-location { padding:60px 0; background:url('/data/main/location_bg.png')no-repeat center center; background-size:cover; }
.m-location h2 { display:block; text-align:center; font-size:30px; line-height:30px; margin-bottom:30px; color:#fff; font-weight:500; }
.m-location .maps > div { width:100%; }
.m-location .maps address { display:block; background:#5e5e5e; color:#fff; font-size:16px; line-height:22px; font-weight:400; padding:15px; text-align:center; word-break:keep-all; }



@media(max-width:991px){

.m-about .m-skill ul { text-align:center; }
.m-about .m-skill li { float:none; display:inline-block; width:31.5%; padding-top:10%; }
.m-about .m-skill li:nth-of-type(4) { margin-left:0; }

.m-mst { position:relative; background:url('/data/main/mst1000_bg.png')no-repeat right center; background-size:cover; padding:60px 15px 129px 15px; }
.m-mst .mst-wrap { border:0; background:none; }
.m-mst .mst-link { width:100%; padding-top:0;  }
.m-mst .video { width:100%; padding-bottom:56.25%; }
.m-mst .mst-link a { position:absolute; width:124px; bottom:60px; left: calc((99% - 124px) / 2); }
.m-cust .notice { width:100%; margin-right:0; }
.m-cust .cust-banner { width:100%; overflow:hidden; }
.m-cust .cust-banner > div { float:left; width:50%; height:225px; }
.m-cust .cust-banner { margin-top:30px; }

}

@media(max-width:768px){

.m-about .title h2, .m-mst .mst-link dt, .m-cer h2, .m-cust h2, .m-location h2 { font-size:25px; }
.m-about .m-skill { position:relative; }
.m-about .m-skill h2 { position:absolute; top:0; left:15px; display:block; width: calc((100% - 30px) / 3); background:#a41f21; box-sizing:border-box; padding-top:13%; font-size:25px; border:1px solid #9e6061; }
.m-about .m-skill ul { margin-top:0; }
.m-about .m-skill li { float:left; display:block; border-radius:0; width:33.3%; margin-left:0; border-top:0; padding-top:12%; border-left:0; }
.m-about .m-skill li:nth-of-type(1) { margin-left:33.3%; }
.m-about .m-skill li:nth-of-type(1), .m-about .m-skill li:nth-of-type(2) { border-top:1px solid #8f8f8f; }
.m-about .m-skill li:nth-of-type(3) { border-left:1px solid #8f8f8f; }

.m-cust .notice .tit h3, .m-cust .cust-banner > div h3 { font-size:20px; }
.m-cer p span { display:block; }
.m-cust .cust-banner > div { width:100%; height:auto; }
.m-cust .call th, .m-cust .call td { font-size:18px; padding-top:10px; }


}

@media(max-width:600px){

.m-about .m-skill h2 { width: calc((100% - 30px) / 2); padding-top:19%; }
.m-about .m-skill li { width:50%; padding-top:17%; }
.m-about .m-skill li:nth-of-type(1) { margin-left:50%; }
.m-about .m-skill li:nth-of-type(odd) { border-left:0; }
.m-about .m-skill li:nth-of-type(even) { border-left:1px solid #8f8f8f; }

}

@media(max-width:480px){

.m-about p span { display:inline; }
.m-about .title h2 span { display:none; }
.foot_txt .foot_copy { text-align:left; }
.basic-post-list .post-list li b { display:none; }
.basic-post-list .date-box { float:none; text-align:left !important; }
.basic-post-list .notice-txt { float:none !important; margin:0 !important; width:100% !important; padding-right:40px !important; }


}

/*서브 공통 헤더*/
.welcome h2 { font-size:40px; line-height:40px; margin-bottom:30px; font-weight:600; color:#fff; }
.welcome p { font-size:18px; line-height:25px; color:#fff; font-weight:400; }
