@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

body { font-family:'Noto Sans KR', sans-serif, dotum; 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: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: crimson; text-decoration: none; }
ul { padding:0}
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 { font-family:'Noto Sans KR', sans-serif, "Roboto", sans-serif; }
.ko, .ko small { font-family:'Noto Sans KR', sans-serif, dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }







/********************************************************
■ 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; max-width:1300px; margin:0 auto; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:20px 0px; max-width:1300px; margin:auto; }
.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; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
@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 { }
.at-lnb .pull-right { margin-top:0px;}
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; }
.at-lnb ul > li { float: left; padding: 10px 15px; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { color: #333; float:left; }

.at-lnb .update_container {float:left; padding:10px 15px; max-width: 645px; width: 100%; display: flex; gap: 6px; flex-wrap: wrap; align-items: center;}
.at-lnb .update_container h1 {font-size: 12px; margin: 0;}

.at-container .m_logo {display: none;}

@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:flex; align-items: center; justify-content: center; flex-direction: column; padding:10px 0}
	.at-lnb .update_container {justify-content: center; font-size:14px}
	.at-lnb .update_container h1 {font-size: 14px;}
	.at-container .m_logo {display: block;}
	.at-lnb .pull-right {display: none;}
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:0px; text-align:center; border-bottom:1px solid #ddd; }
/*.pc-header .at-container { padding:0px 20px 15px; background: url('./header.jpg') no-repeat right top; }*/
.pc-header .header-logo { position:absolute; left:0; top:18px; /*display:inline-block; vertical-align:middle; padding:20px 0px; float:left;*/ }
.pc-header .header-logo a { font-size:44px; line-height:44px; font-family:'Noto Sans KR', sans-serif,'Georgia', sans-serif; font-weight:bold; color:#000; }
.pc-header .header-logo a:hover { color:#000; }
.pc-header .header-logo img { display:block; max-width:100%; max-height:60px; }
.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; border-bottom:1px solid #eee; }
.m-header a { color:#222 }
.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:40px; line-height:40px; text-align:center; }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }

.m-header .update_container {padding:10px 15px; display: flex; gap: 3%; flex-wrap: wrap; font-size:14px; justify-content: center; align-items: center;}
.m-header .update_container h1 {font-size: 14px; margin: 0;}
@media all and (max-width:991px) {
	/* .responsive .m-header { display:block; } */
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #fff; 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 .header-logo { position:absolute; left:0; top:32px; /*display:inline-block; vertical-align:middle; padding:20px 0px; float:left;*/ }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: 'Noto Sans KR', sans-serif,"FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 17px; font-family:'Noto Sans KR', sans-serif, "Roboto", 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 .pull-left {margin-right: 0;}

/* 좌측 스타일 */
.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; right:200px; top:0px; z-index:10; height:59px !important; }
.pc-menu .nav-top .menu-a { display:block; color:#333; background:#fff; font-weight:500; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#fff; color:orangered }
.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: orangered transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; border-top:3px solid orangered; 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-1dul,
.pc-menu .nav-top .sub-1dli { position:relative; margin:0; padding: 0}
.pc-menu .nav-top .sub-1da { display:block; color:#000; font-weight:400; font-size:16px; padding:12px 10px 12px 12px; line-height:35px; 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 { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.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:bold; background:#fafafa; line-height:22px; 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; color:#000; padding:5px 12px; line-height:22px; 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:bold; background: orangered; border-color:orangered; }
.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:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { 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:#333; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: #fff;color:crimson; }
.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:bold; 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:bold; 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: orangered; font-weight:bold; }

.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: orangered; font-weight:bold; }
@media all and (max-width:991px) {
	
	.responsive .m-menu { display:block; }
}
@media all and (max-width:767px) {
	.m-menu .m-nav { display:none}
}

@media (max-width: 767px) {
   .dropdown .hidden-xs {
        display: none !important;
    }
}



/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:120px; 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:32px; position:absolute; left:0px; bottom:45px; z-index:1; font-weight:500 }
.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-infos { background-color:#282828; padding:30px 0; }
.at-footer .at-links { background:#333; padding:15px 0px; border:0px solid #ddd; border-left:0px; border-right:0px; clear:both}
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 15px; }
.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 { color: #888; }
@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; background-color:#282828; }
.at-footer .at-infos .media { padding:15px 0px 20px; }
.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright { float:left; margin-left:15px; color:#888; line-height:50px; }
.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 { 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, "Roboto", 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:dotum, sans-serif; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; border:1px solid #000; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:16px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family:'Noto Sans KR', sans-serif, "Roboto", 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, "Roboto", 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, "Roboto", sans-serif; 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;  }

/********************************************************
■  일반페이지 기본속성
********************************************************/

.inner { max-width:1400px; margin:0 auto}

.top_banner {position: relative;width:100%;min-width:980px;}
.top_banner .banner_img{width:100%;}
.top_banner .banner_area{position:absolute;top:50%;left:0;width:100%;-webkit-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);transform: translate(0%, -50%);}
.top_banner .banner_tit{width:980px;margin:0 auto;text-align:right;padding-right:20px; color:#fff; font-size:80px; font-weight:bold}
.sub_visual {position: relative;margin: 0 auto;height:350px;overflow: hidden;background-repeat:no-repeat;background-position:center top;}
.sub_line {width:100%; height:12px; background-color:#CCC; min-width:1200px; background-position:center top; clear:both;}
.sub_visual.visual01 .bg{background-image:url(../img/sub_visual01.jpg)}
.sub_visual.visual02 .bg{background-image:url(/thema/contentmall/img/sub_visual02.jpg)}
.sub_visual.visual03 .bg{background-image:url(../img/sub_visual03.jpg)}
.sub_visual.visual04 .bg{background-image:url(../img/sub_visual04.jpg)}
.sub_visual.visual05 .bg{background-image:url(../img/sub_visual05.jpg)}
.sub_visual h3{position:relative;z-index:2;font-size:55px;color:#fff;font-weight:600;text-align:center;background-image:url(/img/sub_visual_title_line.gif);background-repeat:no-repeat;background-position:center 190px; text-shadow: 1px 1px #797979}
.sub_visual h3:after {content:""; display:block; height:3px; width:28px; margin:10px auto; background-color:#fff}
.sub_visual .sub_title{font-size:15px;color:#fff; padding-top:20px; opacity:0.8;text-align:center;filter:alpha(opacity=60);position:relative;font-weight:300;z-index:5;}
.sub_visual .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/sub_visual_cover.png) center bottom no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:1200px;opacity:.8;z-index:1}
.sub_visual .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;z-index:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}

.sub_visual .txt_wrap { display:table; margin:0 auto; height:350px}
.sub_visual .copy_area {display:table-cell; vertical-align:middle}




.tl_main_icon_wrap { width:100%; border-bottom:1px solid #ddd;  clear:both}
.tl_main_icon_wrap h2 { font-size:42px; color:#1a1a1a; font-weight:bold; text-align:center}
.tl_main_icon_wrap span { display:block; font-size:15px; color:#555; font-weight:100; padding: 30px 20px 100px 20px; text-align:center}
.tl_main_icon_wrap ul li { float:left; width:18%; margin-left:2.5%; webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out;-o-transition: all .2s ease-out;transition: all .2s ease-out;}
.tl_main_icon_wrap ul li:nth-child(5n+1) { margin-left:0}
.tl_main_icon_wrap ul li .top_icon { margin: auto; display: block; padding:30px 0 10px;   text-align:center; color:#000;-webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out;}
/*.tl_main_icon_wrap ul li:hover {-webkit-transform:translateY(-25px);transform:translateY(-25px)}*/
.tl_main_icon_wrap i { font-size:20px; color:#333; }
.tl_main_icon_wrap ul li p { display:block; color:#333; padding-bottom:10px; text-align:center;}




/*tl_business_now_box_warp*/
.tl_latest_tab { padding:50px 0 50px 0}
.tl_latest_tab ul li {display:block; float:left; text-align:center; width:50%}
.tl_latest_tab ul li a {display:block; font-size:14px; color:#000; height:60px; line-height:60px; padding:0 2em; border:1px solid #ddd; margin-left:-1px}
.tl_latest_tab ul li a.on { background-color:#69F; color:#fff;box-shadow: 0 15px 15px rgba(65,71,143,0.2);}


.center_banner_warp { width:100%; padding:120px 0; background-image:url(/thema/contentmall/img/center_img.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; clear:both}
.center_banner_warp .inner { display:table}
.center_banner_warp .txt_box { max-width:595px; float:left}
.center_banner_warp .txt_box h2 { font-size:42px; letter-spacing:-1px; color:#fff; font-weight:bold}
.center_banner_warp .txt_box span { display:block; padding:20px 0; color:#ddd; font-size:15px; line-height:1.6; letter-spacing:0; font-weight:100; word-break:keep-all}
.center_banner_warp .txt_box .tel { color:#fff; font-weight:500; font-size:24px}
.center_banner_warp .txt_box .tel i { font-size:30px}
.center_banner_warp .txt i { font-size:10px}
.center_banner_warp a:hover {padding:0 40px; transition: all 0.3s; color:#fff;}

.center_banner_warp .kakao { display:inline-block;  margin-top:40px; border:1px solid rgba(255, 255, 255, .3); color:#fff; line-height:40px; padding:0 20px; transition: all 0.2s;}
.center_banner_warp .download {  display:inline-block;  margin:40px 0 0 5px; border:1px solid rgba(255, 255, 255, .3); color:#fff; line-height:40px; padding:0 20px; transition: all 0.2s;}




.lisense_wrap { width:100%; padding:150px  0; clear:both}
.lisense_wrap h2 {text-align:center;display:block;padding:70px 0 30px 0;font-weight:600;color:#000;font-size:30px;letter-spacing:5px; position:relative}
.lisense_wrap  h2:before{display:block;position:absolute;top:0px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(calc(-50% - 4px));width:1px;height:45px;content:'';background:#ff4200}
.lisense_wrap  h2 span{display:block;position:absolute;top:68%;left:50%;-webkit-transform:translate(-50%,-50px);-moz-transform:translate(-50%,-50px);-ms-transform:translate(-50%,-50px);-o-transform:translate(-50%,-50px);transform:translate(-50%,-50px);font-size:72px;font-weight:900;color:red;opacity:.32}
.lisense_wrap  .sub_title { text-align:center; line-height:1.6; padding-bottom:60px; font-size:15px; color:#666}
.lisense_wrap ul { margin:0; padding:0}
.lisense_wrap ul li { float:left; width:20%; text-align:center; max-height:180px; min-height:120px; list-style:none; }
.lisense_wrap ul li:nth-child(5n+1) { margin-left:0} 


.tl_process_wrap  { padding:0; width:100%; clear:both}
.tl_process_wrap h2 {text-align:center;display:block;padding:70px 0 30px 0;font-weight:600;color:#000;font-size:30px; position:relative}
.tl_process_wrap h2:before{display:block;position:absolute;top:0px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(calc(-50% - 4px));width:1px;height:45px;content:'';background:#ff4200}
.tl_process_wrap h2 span{display:block;position:absolute;top:68%;left:50%;-webkit-transform:translate(-50%,-50px);-moz-transform:translate(-50%,-50px);-ms-transform:translate(-50%,-50px);-o-transform:translate(-50%,-50px);transform:translate(-50%,-50px);font-size:72px;font-weight:900;color:red;opacity:.32}
.tl_process_wrap .sub_title { text-align:center; line-height:1.6; padding-bottom:60px; font-size:15px; color:#666}
.tl_process_wrap ul {overflow:hidden;  padding-left:1px; padding-bottom:1px}
.tl_process_wrap ul li{float:left; width:33.33333333333%; margin-left:-1px; margin-bottom:-1px; list-style:none;}
.tl_process_wrap ul li .box {background:#fff; border:1px #d2d2d2 solid; padding:40px 30px; min-height:250px; position:relative; max-height:250px;}
.tl_process_wrap ul li .box .txt { top:50px; border-top:1px #ff4200 solid; padding-top:5px; letter-spacing:1px;  font-size:16px; font-weight:bold; color:#ff4200; position:absolute}
.tl_process_wrap ul li .box .icon { right:40px; top:30px; position:absolute}
.tl_process_wrap ul li .box .icon img { width:100%; margin-top:20px; opacity: 0.9}
.tl_process_wrap ul li .box dl {margin-top:80px; text-align:left}
.tl_process_wrap ul li .box dl dt {  font-size:20px; font-weight:bold; color:#000; margin-bottom:5px }
.tl_process_wrap ul li .box dl dd { font-size:15px; color:#555; font-weight:300; word-break:keep-all; line-height:1.6}





/* 리스트 */
.tbl-stat {clear:both; width:100%; border-top:#000 2px solid; border-collapse: collapse; border-spacing:0px;table-layout:fixed; font-size:16px}
/* .tbl-stat caption { font-size:1px; line-height:1px; text-indent:-1000em; visibility:hidden; width:1px; height:1px; overflow:hidden;} */
.tbl-stat thead th, .tbl-stat tbody th {padding:20px; border:solid #e0e0e0; border-width:0 1px 1px 1px; background:#f6f6f6; color:#333; word-wrap:break-word; }
.tbl-stat tbody th {background:#fcfcfc}
.tbl-stat thead th:first-child, .tbl-stat tbody th:first-child,.tbl-stat tbody td:first-child, .tbl-stat tfoot td:first-child {border-left:0px;}
.tbl-stat thead th:last-child, .tbl-stat tbody th:last-child, .tbl-stat tbody td:last-child, .tbl-stat tfoot td:last-child { border-right:0}
.tbl-stat tbody td {padding:20px; text-align:left;  border:1px solid #e0e0e0; border-width:1px;word-break: break-all; line-height:1.6}
.tbl-stat .left,.tbl-stat .l {padding-left:20px}/*여백 재설정이 필요할 경우*/
.tbl-stat tfoot th {background:#f6f6f6; border:solid #e0e0e0; border-width:0 0 1px 0px; text-align:center; padding:10px 0; color:#e6360d;}
.tbl-stat tfoot td {background:#f6f6f6; border:solid #e0e0e0; border-width:0 0 1px 1px; text-align:center;  padding:10px 0; color:#333; font-weight:bold;}
.tbl-stat tbody td h2 { font-size:18px; font-weight:bold}

/* th 정렬 */
.tbl-stat thead th.sort a {display:inline-block;  padding-right:15px; margin:0px 3px; font-weight:bold;}
.tbl-stat thead th.sort a:hover, .tbl-stat thead th a:focus, .tbl-stat thead th.sort a:active {text-decoration:underline;color:#e6360d; }
.tbl-stat thead th.sort_up a {color:#e6360d;  padding-right:15px; margin:0px 3px}
.tbl-stat thead th.sort_up a:hover, .tbl-stat thead th.sort_up a:focus, .tbl-stat thead th.sort_up a:active {text-decoration:underline;}
.tbl-stat thead th.sort_dw a  {color:#e6360d;  padding-right:15px; margin:0px 3px}
.tbl-stat thead th.sort_dw a:hover, .tbl-stat thead th.sort_dw a:focus, .tbl-stat thead th.sort_dw a:active {text-decoration:underline;}
.tbl-stat td.sort {color:#e6360d; font-weight:bold;}

/* 포인트 색 */
.tbl-stat .point {background:#f8f8f8; padding:15px}
.tbl-stat .point td { padding:15px 20px}



/*테마 상세페이지 하단글 */
.check_list_wrap { width:100%; padding:150px 0}
.check_list_wrap .inner { padding:0 20px}
.check_list_wrap .check_list_box {padding:0px ;}
.check_list_wrap h1 {margin-top:20px; font-size:16px; color:#555}
.check_list_wrap p { font-size:14px; color:#666; padding:5px 0 0 5px; font-weight:300}
.check_list_wrap .check_list_box_float .left{float:left; width:50% }
.check_list_wrap .check_list_box_float .right{float:right; width:50% }
.check_list_wrap .tbl-stat .tbl-stat tbody th { word-break:keep-all}
.check_list_wrap .tbl-stat tbody td { text-align:center}
.check_list_wrap .notice ul li { padding:5px 0; font-size:15px; color:#666}








@media screen and (max-width:960px) {
.tl_company_box_wrap ul li { width:50%; height:280px; }
.tl_about_box_wrap .photo { width:100%}
.tl_about_box_wrap .txt { width:100%}
.business_slider .owl-nav { display:none}
.tl_make_wrap ul li { width:50%}
.free_service_wrap ul li { width:50%; margin-right:0}
.tl_process_wrap ul li { width:100%}
.tl_main_icon_wrap ul li { width:50%; margin-left:0}
.bg_wrap .inner { background-size:cover}
.lisense_wrap ul li { width:50%;}
.check_list_wrap .check_list_box_float .left { width:100%}
.check_list_wrap .check_list_box_float .right { width:100%}
}


@media screen and (max-width: 600px) {
	.tbl-stat tbody td { padding:10px}
	
}


