/*--------------------------------------
    eyoom (이윰빌더)
--------------------------------------*/
/* 폰트 - 구글 나눔고딕 */
body, h1, h2, h3, h4, h5, h6 {font-family: 'Noto Sans KR', sans-serif}

/*---------- common ----------*/
.clear-after:after {content:"";display:block;clear:both}
p, li {font-size:14px;word-break:keep-all;color:#707070}

/*Headings*/
h1 {font-size:28px;line-height:34px}
h2 {font-size:24px;line-height:30px}
h3 {font-size:20px;line-height:26px}
h4 {font-size:18px;line-height:24px}
h5 {font-size:16px;line-height:22px}
h6 {font-size:13px;line-height:19px}
.ulStyle { padding-left:50px; list-style:disc;}
.ulStyle2 { padding-left:10px; list-style:none; }
.ulStyle2 li { font-size:10pt; }
.ulStyle2 li:before { content:"- ";}


/*---------- Wrapper & Basic Layout & Boxed Layout ----------*/
.wrapper {background:#eaeaea}
.basic-layout {background:#fff}
.boxed-layout {padding:0;box-shadow:0 0 5px #bbb;margin-left:auto !important;margin-right:auto !important;background:#fff;position:relative}
@media (min-width: 992px) {
    .boxed-layout .header-company > .navbar > .container {padding-right:0;padding-left:0}
    .boxed-layout .header-company > .navbar > .container li.menu-icons i.menu-icons-style {margin-right:15px}
}
/*------------------------------------
    Animated
------------------------------------*/
.animate-if-visible,.animate-group .animate {position:relative;opacity:0}
/*------------------------------------
    Header
------------------------------------*/
/* Slidingbar */
#slidingbar-area {left:0;margin-left:auto;margin-right:auto;position:absolute;top:0;width:100%;z-index:99999}
#slidingbar {background:rgba(0, 0, 0, 0.9);color:#8C8989;display:none;height:auto;overflow:hidden;padding:35px 10px;position:relative;z-index:3}
.sb_toggle {border-color:rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);border-style:solid;border-width:70px 70px 70px 0;bottom:-140px;height:0;position:absolute;left:0;width:0;z-index:999;transition:border 100ms ease-out;-webkit-transition:border 100ms ease-out;-moz-transition:border 100ms ease-out;-o-transition:border 100ms ease-out}
.colored-top-bar .sb_toggle {border-color:#000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important}
.sb_toggle.open {border-color:rgba(0, 0, 0, 0.9) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)}
.sb_toggle:after {color:#fff;content:"\f055";display:block;font-family:"fontawesome";font-size:20px;height:70px;left:12px;position:absolute;text-shadow:none !important;top:-64px}
.sb_toggle.open:after {content:"\f056";display:block;font-family:"fontawesome";font-size:20px;height:70px;left:12px;position:absolute;top:-64px}
#slidingbar h2 {color:#ddd;margin:0 0 28px;text-transform:uppercase;font-size:12px !important}
#slidingbar p, #slidingbar address {font-size:12px}
/* Top Bar */
#topbar {background:#212227;border-bottom:0 solid #EFEFEF;font-size:10px;height:40px;position:absolute;top:0;left:0;right:0;z-index:1031}
#topbar .col-sm-4, #topbar .col-sm-8 {min-height:0}
#topbar .callus {color:#999;line-height:40px;font-size:11px;font-weight:normal;padding:0 10px;float:left}
#topbar .callus a {color:#999}#topbar .member-menu {color:#999;line-height:40px;font-size:11px;font-weight:normal;padding:0 5px;float:left}
#topbar .member-menu a {color:#999;padding:0 5px}
#topbar .member-menu a:hover {color:#ff9501}#topbar .social-icons ul {float:right !important}
.colored-top-bar #topbar .callus,.colored-top-bar #topbar .callus a {color:#FFFFFF}
.colored-top-bar .social-icons ul li a:before {color:#FFFFFF}
/* Navbar */
.navbar {margin-bottom:0}
.navbar-default {background:rgba(255, 255, 255, 0.9);border-color:#E7E7E7;height:90px;line-height:90px;min-height:30px}
.navbar-fixed-area {position:relative;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-width:0 0 1px}
.navbar > .container .navbar-brand {padding:0 10px;margin-left:0;font-size:30px;line-height:50px;color:#666666;margin-top:20px}
.navbar > .container .navbar-brand img {width:auto}
.navbar-nav > li > a {padding-bottom:0 !important;padding-top:0;height:90px;line-height:90px;display:block;margin-right:5px}
.navbar-default .navbar-nav > li > a {color:#808080}
.dropdown-menu {font-size:inherit}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > li.dropdown.open > a {border-bottom-width:1px;border-bottom-style:solid;background:none}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {background:#fff}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {background:none;color:#ff9501;border-bottom-width:1px;border-bottom-style:solid}
.navbar-default .dropdown-submenu2 {list-style:none}
.navbar-default .dropdown > a:after {top:0;right:5px;font-size:11px;content:"\f107";position:absolute;font-weight:normal;display:inline-block;font-family:FontAwesome}
.navbar-default .dropdown.mega-menu > a:after {display:none}
.navbar-default > .container {position:relative}
.single-menu .navbar-default .navbar-nav > li > a {padding-top:2px !important}
.single-menu .navbar-default .navbar-nav > .active > a,.single-menu .navbar-default .navbar-nav > .active > a:hover,.single-menu .navbar-default .navbar-nav > .active > a:focus {border-top:2px solid #ff9501;border-bottom:none;padding-top:0 !important}
.single-menu .navbar-default .navbar-nav > li > a:hover,.single-menu .navbar-default .navbar-nav > li > a:focus,.single-menu .navbar-default .navbar-nav > li.dropdown.open > a {border-bottom:none;background:#fff;color:#ffffff}
.single-menu .navbar-default .navbar-nav > .active > a:before {content:"\f0d7";top:1px;bottom:auto}

.navbar-nav > li > .dropdown-menu {border-top-width:1px;border-top-style:solid;margin-top:-1px;left:0;right:auto}
/* Header Bottom Bar */
.header-bottom-bar {position:relative;overflow:hidden;background:#fff;padding:0px 0}
.header-bottom-bar .container {padding:0 10px}
.header-bottom-border {border-bottom:1px solid #e5e5e5}
.breadcrumb {margin:0;background:none;padding:8px 0;font-size:12px;color:#888}
.breadcrumb i {color:#ccc}
.breadcrumbs ul > li {color:#888 !important;border-radius:2px !important;padding:0}
.breadcrumbs ul a {color:#888 !important}
/* company-search */
.company-search {width:50%;float:right}
.company-search form {margin-top:5px}
.company-search .form-control {border-color:#e5e5e5;border-width:0 0 1px 0}
.company-search .form-control:focus {box-shadow:0 0 0 #fff}
.company-search .input-group-btn .btn {border-color:#e5e5e5;border-width:0 0 1px 0;font-size:15px;color:#999;height:34px}
.company-search .input-group-btn .btn:hover {color:#333;background:none}
@media (max-width: 550px) {
    .company-search {width:100%}
}

/*---------- Basic Body ----------*/
@media (min-width: 992px){
    .basic-body {padding-top:35px;padding-bottom:35px}
    .basic-body.main-basic-body {padding:0px}
}

/*---------- Footer - 하단 정보 ----------*/
footer {position:relative;background:#fff;border-top:1px solid #d5d5d5;padding:30px 0 0}
.footer-top-content .footer-top-title {font-weight:bold;margin:0 0 15px;padding-bottom:15px;border-bottom:1px solid #dadada}
.footer-top-content .footer-top-title a {color:#353535}
.footer-top-content .cont-first span {display:block;color:#656565;font-size:12px}
.footer-top-content .cont-first .tel-num {font-size:30px;font-weight:bold;margin-bottom:20px}
.footer-top-content .cont-first .cont-annotation {color:#959595;font-size:11px}
.footer-top-content .cont-last {font-size:12px}
.footer-top-content .cont-last ul li {color:#959595;margin-bottom:3px}
.footer-top-content .cont-last strong {display:inline-block;width:70px;font-weight:normal;color:#959595}
.footer-top-content .cont-last span {margin-right:10px}
.footer-top-content .cont-last a {color:#656565}
.footer-top-content .cont-last a:hover {color:#000;text-decoration:underline}
.footer-top-content .social-icons ul li {background:#f2f2f2;margin-right:2px}
.footer-top-content .responsive-video {margin:0}
div.footer-copyright nav {float:right}
div.footer-copyright {background:#000;border-top:1px solid #0004;margin-top:40px;padding:20px 0}
div.footer-copyright p {color:#555555;margin:0;padding:0}
div.footer-copyright nav ul {list-style:none;margin:0;padding:0}
div.footer-copyright nav ul li {border-left:1px solid #505050;display:inline-block;line-height:12px;margin:0;padding:0 8px}
div.footer-copyright nav ul li:first-child {border:none;padding-left:0}
div.footer-copyright nav ul li a {color:#858585;font-size:12px}
div.footer-copyright nav ul li a:hover {color:#fff}
@media (max-width: 991px) {
    div.footer-copyright nav {float:left}
}
/*Social Icons*/
.social-icons ul {float:left;list-style:none;margin:0 0 -1px;padding:0;height:40px;overflow:hidden}
.social-icons ul li {display:block;float:left;margin:0;margin-left:1px;padding:0;height:40px;overflow:hidden;}
.social-icons ul li a {display:block;height:40px;opacity:1;text-indent:0px;transition:all 0.2s ease 0s;width:40px;top:0;font-size:16px;
position:relative;-webkit-transition:all ease 0.3s;-moz-transition:all ease 0.3s;-o-transition:all ease 0.3s;-ms-transition:all ease 0.3s;transition:all ease 0.3s; }

/*
.social-icons ul li a:hover {top:-40px}
.social-icons ul li a:before {position:absolute;width:40px;height:40px;font-family:FontAwesome;text-indent:0;line-height:40px;top:0;left:0;text-align:center;color:#999999}
.social-icons ul li a:after {position:absolute;width:40px;height:40px;font-family:FontAwesome;text-indent:0;line-height:40px;top:40px;left:0;text-align:center;color:#FFFFFF}
.social-icons ul li.social-twitter a:before {content:"\f099"}
.social-icons ul li.social-twitter a:after {content:"\f099";background:#5a9de5}
.social-icons ul li.social-facebook a:before {content:"\f09a"}
.social-icons ul li.social-facebook a:after {content:"\f09a";background:#007AFF}
.social-icons ul li.social-google a:before {content:"\f0d5"}
.social-icons ul li.social-google a:after {content:"\f0d5";background:#e33334}
.social-icons ul li.social-youtube a:before {content:"\f167"}
.social-icons ul li.social-youtube a:after {content:"\f167";background:#F45750}
.social-icons ul li.social-instagram a:before {content:"\f16d"}
.social-icons ul li.social-instagram a:after {content:"\f16d";background:#ff9501}
.social-icons ul li.social-rss a:before {content:"\f09e"}
.social-icons ul li.social-rss a:after {content:"\f09e";background:#FE9900}
*/
.social_facebook {background: url(../img/social/facebook.png) no-repeat;}
.social_googleplus {background: url(../img/social/googleplus.png) no-repeat;}
.social_kakao {background: url(../img/social/kakao.png) no-repeat;}
.social_naver {background: url(/theme/eb_busi_009/img/social/naver.png) no-repeat;}
.social_kakaostory {background: url(../img/social/kakaostory.png) no-repeat;}
.social_band {background: url(../img/social/band.png) no-repeat;}
.social_rss {background: url(../img/social/rss.png) no-repeat;}
.social_twitter {background: url(../img/social/twitter.png) no-repeat;}

/*------------------------------------
    Responsive
------------------------------------*/
@media (min-width: 992px) {
    .header-bottom-bar {margin-top:40px}
    .eb-space .header-bottom-bar {margin-top:90px}
    .navbar-default {top:0}
    .navbar-default.navbar-fixed-area {top:40px}
    .navbar-default.navbar-fixed-shrink {position:fixed;top:0;height:50px;line-height:50px;min-height:30px}
    .boxed-layout .navbar-default.navbar-fixed-shrink {background-color:inherit}
    .boxed-layout .navbar-default.navbar-fixed-shrink > .container {background-color:rgba(255,255,255,0.9);border-bottom:1px solid #e7e7e7}
    .navbar-default.navbar-fixed-shrink .navbar-nav > li > a {height:50px;line-height:50px}
    .navbar-default.navbar-fixed-shrink .navbar-brand {font-size:20px;margin-top:0}
    .navbar-default.navbar-fixed-shrink .navbar-brand img {width:120px}
    .dropdown-menu {box-shadow:0 8px 15px rgba(0, 0, 0, 0.1);min-width:208px}
    .dropdown-menu li a {float:left;font-size:12px;height:auto;line-height:23px;max-width:none;min-height:23px;padding:8px 15px;text-align:left;text-decoration:none;width:100%;color:#888}
    .navbar-default .dropdown-submenu2 {margin-left:-30px}
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-bottom-bar {margin-top:90px}
    .navbar-default {top:0;position:absolute}
    .navbar-default.space-top {top:40px}
    .navbar > .container .navbar-brand {display:none}
    .navbar-nav {padding-top:35px}
    .navbar-default .dropdown > a:after {top:10px;right:5px}
    .navbar-nav > li > .dropdown-menu {margin-top:4px}
    .navbar-default .dropdown-submenu2 li a {position:relative;display:block;width:100%;line-height:20px;height:auto;padding-top:10px;padding-bottom:10px;color:#808080}
    .navbar-default .dropdown-submenu2 {margin-left:-10px}
}
@media (max-width: 991px) {
    .navbar-default {line-height:normal !important;background:#fff}
    .navbar-brand {padding-top:5px !important}
    .navbar-brand,.navbar-nav > li > a {line-height:20px !important;height:auto !important}
    .navbar-default .navbar-nav > .active > a:before {content:" "}
    .navbar-collapse .nav {float:left !important;clear:both;margin-left:-15px;margin-top:10px}
    header .nav li > a,header .nav li:hover > a,header .nav li.active > a,header .nav li.active:hover > a {border:medium none !important;padding-top:10px !important;padding-bottom:10px !important}
    .navbar > .container .navbar-brand {margin-top:10px}
    .core-box {padding-bottom:10px;padding-top:10px}
    .core-box .heading {margin-bottom:0}
    .core-box .heading .circle-icon {float:none !important;text-align:center}
    .core-box .heading h2 {padding-left:0}
}
@media (min-width: 768px) {
    .mega-menu {position:static !important}
    .mega-menu .dropdown-menu {left:0 !important;right:0 !important;width:100% !important}
    .navbar-collapse.in {overflow-y:visible !Important}
}
@media (max-width: 767px) {
    .header-bottom-bar {margin-top:40px}#slidingbar-area {display:none}#topbar .callus {display:none}
    #topbar .member-menu {margin-left:-10px}
    .navbar-default {top:40px !important;height:auto !important;float:none !important}
    .navbar-collapse .nav {float:none !important}
    .navbar > .container .navbar-brand img {max-height:25px}
    .navbar-default .navbar-nav li > a,.navbar-default .navbar-nav li > a:hover,.navbar-default .navbar-nav li > a:focus {border-top-color:#e1e1e1 !important;border-top-width:1px !important;border-top-style:solid !important;line-height:20px !important;height:auto !important;margin:0}
    .navbar-nav,.dropdown-menu {margin-top:-1px !important;padding-top:0;margin-bottom:0 !important}
    .navbar-default .dropdown > a:after {top:10px;right:15px}
    .navbar-default .dropdown-submenu2 li a {position:relative;display:block;width:100%;line-height:20px;height:auto;padding-top:10px;padding-bottom:10px;color:#808080}
    .navbar-toggle {background:#fff;border:medium none;border-radius:0;margin-top:8px;padding:10px;font-size:16px}
    .navbar-toggle:hover,.navbar-toggle:focus {background-color:#fff !important}
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-company .navbar-nav > li > .cate-dropdown-open {display:none}
}

@media (max-width: 767px) {
    .header-company .navbar-header {float:none}
    .header-company .navbar-toggle {display:block}
    .header-company .navbar-collapse {border-color:#eee}
    .header-company .navbar-collapse.collapse {display:none !important}
    .header-company .navbar-collapse.collapse.in {display:block !important;overflow-y:auto !important}
    .header-company .navbar-nav {margin: 0;float:none !important}
    .header-company .navbar-nav > li {float:none}
    .header-company .navbar-nav > li > a {padding-top:30px;padding-bottom:40px}
    .header-company .navbar-nav > li > a {color:#444}
    .navbar-default .dropdown > a:after {display:none}
    .header-company .navbar-nav > li > .cate-dropdown-open {position:absolute;top:0;right:0;width:40px;height:40px;line-height:40px;margin:0;padding:0;text-align:center;border:0 none !important;z-index:9}
    .header-company .navbar-nav > li > .cate-dropdown-open:before {content:"\f067";font-family:FontAwesome;color:#656565}
    .header-company .navbar-nav > li > .cate-dropdown-open:hover {}
    .header-company .navbar-nav > li.open > .cate-dropdown-open:before {content:"\f068";font-family:FontAwesome;color:#000}
    .header-company .dropdown-menu.pull-right {float:none !important}
    .header-company .navbar-nav .open .dropdown-menu {border:0;float:none;width:auto;margin-top:0;position:static;box-shadow:none;background-color:transparent}
    .header-company .navbar-nav .open .dropdown-menu > li > a, .header-company .navbar-nav .open .dropdown-menu .dropdown-header {padding:5px 15px 5px 25px}
    .header-company .navbar-nav .open .dropdown-menu > li > a {line-height:20px}
    .header-company .navbar-nav .open .dropdown-menu > li > a:hover, .header-company .navbar-nav .open .dropdown-menu > li > a:focus {background-image:none}
    .header-company .navbar-nav .open .dropdown-menu > li > a {color:#777;}
    .header-company .navbar-nav .open .dropdown-menu > li > a:hover, .header-company .navbar-nav .open .dropdown-menu > li > a:focus {color:#ff2a00;background-color:transparent}
    .header-company .navbar-nav .open .dropdown-menu > .active > a, .header-company .navbar-nav .open .dropdown-menu > .active > a:hover, .header-company .navbar-nav .open .dropdown-menu > .active > a:focus {color:#ff2a00;background-color:transparent}
    .header-company .navbar-nav .open .dropdown-menu > .disabled > a, .header-company .navbar-nav .open .dropdown-menu > .disabled > a:hover, .header-company .navbar-nav .open .dropdown-menu > .disabled > a:focus {color:#ff2a00;background-color:transparent}
    .header-company .dropdown-menu.no-bottom-space {padding-bottom:0}
    .header-company .navbar-collapse, .header-company .navbar-collapse .container {padding-left:0 !important;padding-right:0 !important}
    .header-company .navbar-nav > li > a {font-size:13px;padding:10px 5px}
    .header-company .navbar-nav > li a {border-bottom:none;border-top:1px solid #eee}
    .header-company .navbar-nav > li:first-child > a {border-top:transparent}
    .header-company .navbar-nav > li > a:hover {color:#ff2a00;border-top:1px solid #ff2a00}
    .header-company .navbar-nav > .open > a, .header-company .navbar-nav > .open > a:hover, .header-company .navbar-nav > .open > a:focus {color:#555;background:inherit}
    .header-company .navbar-nav > .active > a, .header-company .navbar-nav > .active > a:hover, .header-company .navbar-nav > .active > a:focus {background:inherit;color:#ff2a00 !important}
    .header-company .dropdown .dropdown-submenu > a {font-size:12px;color:#555 !important}
}

/* 메뉴 준비 중입니다. */
.gnb_empty, .gnb_empty > a {padding:0 !important;line-height:20px !important;font-size:11px !important}

/*----- compnany e1 custom -----*/
/* hte button */
.btn-hte {border:2px solid #DF3128;color:#DF3128 !important;font-size:14px;font-weight:600;padding:10px 20px;transition:all 0.3s ease-in-out}
.btn-hte:hover {background:#DF3128;color:#fff !important}

/* 서브페이지 상단 배경 */
.header-bg-company.sub-page {padding:150px 0 0;height:300px;position:relative;background-repeat:no-repeat;background-size:100% auto;background-position:center bottom;display:none}
.header-bg-company.sub-page:after {position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;content:" ";background:rgba(0,0,0,0.2)}
@media (min-width:992px) {
    .header-bg-company.sub-page {display:block}
}


/*---------- Board Title - 서브페이지 보드 타이틀 ----------*/
.board-title {position:relative;background-repeat:no-repeat;background-size:cover;background-position:center center}
.board-title:after {content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(90, 192, 215, 0.5)}
.board-title-caption {position:relative;padding:70px 0;text-align:center;z-index:3}
.board-title-caption h2 {color:#fff}
.board-title-caption h2 span {display:inline-block;padding-bottom:10px;border-bottom:5px solid #D3DC65}
@media (max-width:767px) {
    .board-title-caption {padding:20px 0}
}
/* 보드 네비 */
.board-navar {position:relative}
.board-navar:after {content:"";display:block;position:absolute;bottom:0;left:0;height:1px;width:100%;background:#ddd}
.board-navar ul {position:relative;z-index:1;margin:0;text-align:center}
.board-navar ul li a {display:block;padding:10px 15px;font-size:15px;font-weight:700;border-bottom:1px solid #777}
.board-navar ul li a:hover, .board-navar ul li.active a {color:#da291c;border-color:#da291c}
@media (max-width:767px) {
    .caption-board-title {margin-top:-30px}
    .caption-board-title-inner {padding:10px;border-width:0 0 3px}
    .caption-board-title h2 {padding:0;border-right:0 none;font-size:20px;line-height:30px}
    .caption-board-title h3 {display:none}
}

/* --- 메인 슬라이더 --- */
.ebslider-main-wrap .slick-dotted.slick-slider {margin-bottom:0}
.ebslider-main-in {position:relative;overflow:hidden;display:none}
.ebslider-main .ebslider-main-item {position:relative;outline:none}
.ebslider-main .ebslider-main-item .ebslider-main-cont {position:relative;margin:0 20px}
.ebslider-main .ebslider-main-item .ebslider-main-cont-in {position:absolute;bottom:60px;left:0;width:100%;height:280px;background:rgba(0, 0, 0, 0.5);padding:40px;text-align:center}
.ebslider-main .ebslider-main-item .ebslider-main-cont h3 {padding:0;margin:0;color:#ddd;font-size:20px;font-weight:bold}
.ebslider-main .ebslider-main-item .ebslider-main-cont h2 {padding:0;margin:20px 0 0;color:#83f5ff;font-size:26px;font-weight:bold}
.ebslider-main .ebslider-main-item .ebslider-main-cont p {padding:0;margin:20px 0 0;color:#ddd}
.ebslider-main .ebslider-main-item img {display:block;width:100% \9;max-width:100%;height:auto}
.ebslider-main .slick-dots {bottom:10px;z-index:2}
.ebslider-main .slick-dots li button:before {color:#fff;font-size:14px;opacity:0.45}
.ebslider-main .slick-dots li.slick-active button:before {opacity:0.85}
.ebslider-main .slick-next, .ebslider-main .slick-prev {width:350px;height:100%;background:RGBA(0, 0, 0, 0.3);z-index:1;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}
.ebslider-main .slick-next {right:0px}
.ebslider-main .slick-prev {left:0px}
.ebslider-main .slick-next:hover, .ebslider-main .slick-prev:hover {background:RGBA(0, 0, 0, 0.5)}
.ebslider-main .slick-next:before, .ebslider-main .slick-prev:before {font-family:FontAwesome;color:#fff;font-size:18px}
.ebslider-main .slick-next:before {content:"\f054";margin-right:-300px}
.ebslider-main .slick-prev:before {content:"\f053";margin-left:-300px}
@media (max-width:2099px) {
    .ebslider-main .slick-next, .ebslider-main .slick-prev {width:500px}
    .ebslider-main .slick-next:before {margin-right:-450px}
    .ebslider-main .slick-prev:before {margin-left:-450px}
}
@media (max-width:1799px) {
    .ebslider-main .slick-next, .ebslider-main .slick-prev {width:400px}
    .ebslider-main .slick-next:before {margin-right:-350px}
    .ebslider-main .slick-prev:before {margin-left:-350px}
}
@media (max-width:1499px) {
    .ebslider-main .slick-next, .ebslider-main .slick-prev {width:300px}
    .ebslider-main .slick-next:before {margin-right:-250px}
    .ebslider-main .slick-prev:before {margin-left:-250px}
}
@media (max-width:1349px) {
    .ebslider-main .slick-next, .ebslider-main .slick-prev {width:200px}
    .ebslider-main .slick-next:before {margin-right:-150px}
    .ebslider-main .slick-prev:before {margin-left:-150px}
}
@media (max-width:991px) {
    .ebslider-main .slick-next, .ebslider-main .slick-prev {width:100px}
    .ebslider-main .slick-next:before {margin-right:-50px}
    .ebslider-main .slick-prev:before {margin-left:-50px}
}
@media (max-width:767px) {
    .ebslider-main .ebslider-main-item {padding:0}
    .ebslider-main .ebslider-main-item .ebslider-main-cont-in {height:170px}
    .ebslider-main .ebslider-main-item .ebslider-main-cont h3 {font-size:13px}
    .ebslider-main .ebslider-main-item .ebslider-main-cont h2 {font-size:16px}
    .ebslider-main .ebslider-main-item .ebslider-main-cont p {display:none}
}

/*---------- Main Index layout ----------*/
/* Generic */
.section-wrap {clear:both;min-height:100px;width:100%;padding-top:20px;padding-bottom:20px;position:relative}
.section-wrap.padding50 {padding-top:50px;padding-bottom:50px}
.section-wrap.no-padding {padding-top:0;padding-bottom:0}
.section-wrap-grey {box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset;background-color:#FCFCFC;color:#888888}
.section-wrap-grey h1,.section-wrap-grey h2,.section-wrap-grey h3 {color:#444444}#scroll-top {background-color:#363839;transition:all 0.3s ease-out 0s;border:1px solid #444444;color:#EEEEEE;border-radius:3px !important;bottom:70px;width:40px;height:40px;line-height:40px;opacity:1;position:fixed;right:20px;text-align:center;text-decoration:none;display:none;z-index:10000}#scroll-top:hover {background-color:#FCFCFC;border:1px solid #E1E1E1;color:#007AFF}

/* circle-icon */
.circle-icon {background-color:#e33334;border-radius:75px 75px 75px 75px !important;color:#fff;margin-top:2px;text-align:center;height:55px;line-height:55px;width:55px;display:inline-block;font-size:24px !important}
.circle-icon.circle-green {background-color:#87b822;border-color:#87b822;color:#fff}
.circle-icon.circle-blue {background-color:#007aff;border-color:#007aff;color:#fff}
.company-box {display:inline-block;padding-bottom:20px;padding-top:20px}
.company-box .box-heading {margin-bottom:15px; line-height:100%; vertical-align:middle; background:#efefef; display:block; border-radius:100px; width:100px; height:100px; margin:0px auto;}
.company-box .box-heading .circle-icon {float:left}
.company-box .box-heading .circle-icon:before {line-height:55px}
.company-box .box-heading h2 {line-height:55px !important;margin:0;padding-left:65px;font-weight:normal;color:#666666;font-size:18px}
.company-box .content {color:#747474 !important;line-height:20px;margin-bottom:15px}
.company-box .view-more {float:right}
.company-box .view-more i {display:inline-block}
.company-box .view-more:hover {text-decoration:none}
.company-box h2 { text-align:center; font-size:1.5em;}


#main_icon_01 { /* background:url('../../../img/main_icon_01.png') 50% 50% no-repeat #efefef; background-size:auto;*/ }
#main_icon_02 { /*background:url('../../../img/main_icon_02.png') 50% 50% no-repeat #efefef; background-size:auto;*/ }
#main_icon_03 { /*background:url('../../../img/main_icon_03.png') 50% 50% no-repeat #efefef; background-size:auto;*/ }
#main_icon_04 { /*background:url('../../../img/main_icon_04.png') 50% 50% no-repeat #efefef; background-size:auto;*/ }
#main_icon_01 img { margin-top:26px; }
#main_icon_02 img { margin-top:19px; }
#main_icon_03 img { margin-top:21px; }
#main_icon_04 img { margin-top:26px; }


/* Bg Image */
.bg-image-company {position:relative;width:100%;height:auto;padding:20px 0;background-image:url("/img/bg_image_1.jpg");background-attachment:fixed;background-size:auto 100%;background-position:center center;background-repeat:no-repeat;background-color:#b5b5b5}
.bg-image-company.second-bg {background-image:url("../img/bg/bg_image_2.jpg")}
.bg-image-company .transparency-bg {position:relative;padding:20px 10px;background:rgba(0, 0, 0, 0.25);text-align:center}
.bg-image-company .transparency-bg h2 {color:#fff}
.bg-image-company .transparency-bg p {color:#e5e5e5}
@media (min-width:992px) {
    .bg-image-company {padding:100px 0}
}

/* Skill Box */
.skill-box .skill-icon {color:#333;display:inline-block;float:left;height:35px;line-height:35px;margin-right:10px;position:relative;text-align:center;width:35px;top:5px}
.skill-box .skill-icon > i {font-size:30px}
.skill-box .skill-info {padding-left:50px}

/* Icon Box */
.icon-box {border-radius:3px !important;box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.3);padding:35px 20px 20px;background:#FFFFFF;position:relative;margin-top:90px;text-align:center}
.icon-box p {text-align:left}
.icon-box .icon-box-icon {border:2px solid #acdd4b;border-radius:75px !important;color:#87b822;display:inline-block;font-size:24px !important;height:56px;line-height:56px;text-align:center;width:56px;position:absolute;top:-70px;left:50%;overflow:hidden;margin:0 0 0 -23px}
.icon-box .icon-box-title {font-size:16px;letter-spacing:1px;margin:0 0 16px;padding:2px 0 0;text-transform:uppercase}

/*----- default -----*/
a {color:#000}
a:focus,a:hover,a:active {color:#ff9501}
p strong {color:#34343a}
.navbar > .container .navbar-brand i,.navbar > .container .navbar-brand:hover i {color:#ff9501}
.navbar-default .navbar-nav > .active > a:before {color:#ff9501}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > li.dropdown.open > a {border-bottom-color:#ff9501}
.navbar-default .navbar-nav .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {border-bottom-color:#e33334}
.navbar-nav > li > .dropdown-menu {border-top-color:#ff9501}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {background-color:#ff9501}
.circle-icon.circle-main-color {background-color:#ff9501;border-color:#007AFF;color:#fff}
.sb_toggle {border-color:#ff9501 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)}
#scroll-top {background-color:#ff9501;border:1px solid #ff9501;color:#EEEEEE}
#scroll-top:hover {background-color:#fcfcfc;border:1px solid #e1e1e1;color:#ff9501}
.skill-box .skill-icon {color:#ff9501}
.colored-top-bar #topbar {background:#ff9501;color:#fff;border-bottom:1px solid #ff9501}

/*---------- page ----------*/
/* page common */
.clear-after:after {content:"";display:block;clear:both}
.eb-page {position:relative;margin:50px 0 80px}
/* title */
.eb-page .master-title {position:relative;margin-bottom:60px;text-align:center}
.eb-page .master-title:after {content:"";display:block;position:absolute;left:50%;bottom:-30px;width:40px;height:1px;margin-left:-20px;background:#ccc}
.eb-page .master-title h2 {margin:0 0 20px;font-size:36px}
.eb-page .master-title.color-white:after {background:#fff}
.eb-page .master-title.color-white h2 {color:#fff}
.eb-page-sub-title {margin-bottom:20px}
.eb-page-sub-title h4 {position:relative;z-index:1;width:80%;padding:40px 20px;margin:-50px auto 0;text-align:center;font-size:24px;background:#fff}
.eb-page-sub-title h4 span {color:#da291c}
@media (max-width:991px){
    .eb-page-sub-title h4 {font-size:20px}
}
@media (max-width:767px){
    .eb-page {margin:30px 0 50px}
    .eb-page .master-title {margin-bottom:40px}
    .eb-page .master-title:after {bottom:-20px}
    .eb-page .master-title h2 {font-size:28px}
    .eb-page-sub-title h4 {width:100%;padding:20px;margin:0}
}

/* --- 회사개요 --- */
/* 인사말 */
.eb-page-greeting .eb-page-item {position:relative;}
.eb-page-greeting .greeting-top {margin-bottom:60px;background:#D6D7DA}
.eb-page-greeting .greeting-top-content {padding:50px 0 0 50px}
.eb-page-greeting .greeting-top h3 {position:relative;margin:0 0 40px;font-size:30px;line-height:46px;color:#da291c}
.eb-page-greeting .greeting-top h3:after {content:"";display:block;position:absolute;bottom:-20px;width:30px;height:2px;background:#da291c}
.eb-page-greeting .greeting-top h4 {margin:0 0 20px;font-size:22px;line-height:36px}
.eb-page-greeting .greeting-top h6 {font-size:15px;color:#707070}
.eb-page-greeting .greeting-top h6 strong {margin-right:5px;font-size:18px}
.eb-page-greeting .greeting-top-image {padding-top:50px}
.eb-page-greeting .greeting-top-image img {max-width:360px !important;margin:0 auto}
.eb-page-greeting .greeting-bottom-content {padding:10px 40px;border-left:1px solid #E5E5E5}
.eb-page-greeting .greeting-bottom h4 {margin-bottom:40px;font-size:24px;line-height:38px;text-align:center}
.eb-page-greeting .greeting-bottom h5 {margin-bottom:20px;font-size:18px}
.eb-page-greeting .greeting-bottom h5 strong {display:block;margin-top:5px;color:#da291c}
.eb-page-greeting .greeting-bottom p {margin:0;font-size:15px;line-height:28px;color:#707070}
@media (max-width:1199px){
    .eb-page-greeting .greeting-top h3 {font-size:24px;line-height:36px}
}
@media (max-width:991px){
    .eb-page-greeting .greeting-top h3 {font-size:22px;line-height:34px}
    .eb-page-greeting .greeting-top h4, .eb-page-greeting .greeting-bottom h4 {font-size:18px;line-height:30px}
    .eb-page-greeting .greeting-top-image img {max-width:320px !important}
    .eb-page-greeting .greeting-bottom p {font-size:13px;line-height:23px}
}
@media (max-width:767px){
    .eb-page-greeting .greeting-top {margin-bottom:30px}
    .eb-page-greeting .greeting-top-content {padding-left:0}
}

/* 비전 */
.eb-page-vision {padding:100px 0;background-repeat:no-repeat;background-size:cover;background-position:center;background-image:url('../img/page/vision_bg_top.jpg')}
.eb-page-vision h6 {text-align:center;color:#fff;font-size:17px}
.eb-page-vision .vision-list ul:after {content:"";display:block;clear:both}
.eb-page-vision .vision-list ul li {float:left;width:33.333%;text-align:center}
.eb-page-vision .vision-list ul li h4 {position:relative;width:100%;height:380px;line-height:380px;text-align:center;background:rgba(255,255,255,.6);font-size:38px;color:#444;box-shadow:0 0 1px rgba(0,0,0,.35);border-radius:50% !important}
.eb-page-vision .vision-list ul li h4:after {content:"";display:block;position:absolute;left:50%;top:230px;width:40px;height:1px;margin-left:-20px;background:#444}
.eb-page-vision .vision-list ul li h5 {width:80%;margin:30px auto 10px;font-weight:700;font-size:22px;color:#fff}
.eb-page-vision .vision-list ul li p {width:80%;margin:20px auto 0;text-align:center;font-size:17px;color:#eee}
.eb-page-vision .vision-bottom {background-repeat:no-repeat;background-size:cover;background-position:bottom center;background-image:url('../img/page/vision_bg_bottom.jpg')}
@media (max-width:1199px){
    .eb-page-vision .vision-list ul li h4 {height:295px;line-height:295px;font-size:28px}
    .eb-page-vision .vision-list ul li h4:after {top:180px}
    .eb-page-vision .vision-list ul li h5 {font-size:20px}
}
@media (max-width:991px){
    .eb-page-vision .vision-list ul li {float:none;width:100%;padding:0 15px;margin-bottom:40px}
    .eb-page-vision .vision-list ul li:last-child {margin-bottom:0}
    .eb-page-vision .vision-list ul li h4 {width:100%;height:auto;padding:15px;line-height:inherit;font-size:24px;border-radius:0 !important}
    .eb-page-vision .vision-list ul li h4:after {display:none}
    .eb-page-vision .vision-list ul li h5 {width:100%;margin:20px 0 10px}
    .eb-page-vision .vision-list ul li p {width:100%;margin:0}
}
@media (max-width:767px){
    .eb-page-vision {padding:50px 0}
    .eb-page-vision .vision-list ul li h5 {font-size:17px}
    .eb-page-vision .vision-list ul li p {font-size:13px}
}

/* 미션 */
.mission-wrap .mission-circle {position:relative;width:250px;height:250px;margin:15px auto 60px;border-radius:50% !important;transform-origin:50% 50%;}
.mission-wrap .mission-circle h4 {position:relative;height:100%;margin:0;text-align:center;padding-top:100px;background:#da291c;color:#fff;font-size:20px;line-height:30px;border-radius:50% !important}
.mission-wrap .mission-circle:before, .mission-wrap .mission-circle:after {content:"";display:block;position:absolute;top:0;left:0;width:250px;height:250px;opacity:0;-webkit-animation:circleMove 3.5s infinite linear;animation:circleMove 3.5s infinite linear;border-radius:50% !important}
.mission-wrap .mission-circle:before {background:rgba(217, 41, 29, 0.35)}
.mission-wrap .mission-circle:after {border:1px solid rgba(217, 41, 29, 0.7)}
@-webkit-keyframes circleMove {
    0% {transform:scale(1);opacity:0}
    40% {transform:scale(1.1);opacity:1}
    90% {transform:scale(1.15);opacity:0}
    100% {transform:scale(1);opacity:0}
}
@keyframes circleMove {
    0% {transform:scale(1);opacity:0}
    40% {transform:scale(1.1);opacity:1}
    90% {transform:scale(1.15);opacity:0}
    100% {transform:scale(1);opacity:0}
}
.mission-wrap .mission-content {text-align:center}
.mission-wrap .mission-content h5 {font-size:24px;font-weight:700}
.mission-wrap .mission-content p {font-size:17px;line-height:30px;color:#707070}
@media (max-width:991px){
    .mission-wrap .mission-circle {width:200px;height:200px}
    .mission-wrap .mission-circle:before, .mission-wrap .mission-circle:after {width:200px;height:200px}
    .mission-wrap .mission-circle h4 {padding-top:80px;font-size:17px;line-height:27px}
}
@media (max-width:767px){
    .mission-wrap .mission-content h5 {font-size:18px;line-height:28px}
    .mission-wrap .mission-content p {font-size:13px;line-height:23px}
}

/* --- 연혁 --- */
.eb-page-history {position:relative}
/* eb-page item */
.eb-page-history .eb-page-item {position:relative;max-width:900px;margin:0 auto;;border-top:1px solid #ddd}
.eb-page-history .eb-page-item > li {padding:40px 0;border-bottom:1px solid #ddd}
/* 연혁 년도, 멘션, 이미지 */
.eb-page-history .eb-page-box-left {width:50%;float:left;padding-right:50px}
.eb-page-history .history-year {margin-bottom:10px;font-size:44px;line-height:44px;color:#1b1b1b;font-weight:700}
.eb-page-history .history-content {margin:0;font-size:17px;line-height:30px}
.eb-page-history .history-image img {margin-top:15px}
/* 연혁 목록 */
.eb-page-history .eb-page-box-right {width:50%;float:left;position:relative;padding-left:50px}
.eb-page-history .history-list {padding:10px 0}
.eb-page-history .history-list li {position:relative;margin-bottom:15px;padding-left:80px;color:#707070;font-size:15px;line-height:25px}
.eb-page-history .history-list li:last-child {margin-bottom:0}
.eb-page-history .history-list li span {position:absolute;top:0;left:0;font-weight:700;color:#909090}
@media (max-width:991px){
    .eb-page-history .master-title-1st {margin-top:0;font-size:30px;line-height:46px}
    .eb-page-history .master-image {height:400px}
    .eb-page-history .master-image .master-image-inner {top:20%;right:5%;width:300px}
    .eb-page-history .master-image .master-image-inner p {font-size:20px;line-height:35px}
}
@media (max-width:767px){
    .eb-page-history .eb-page-item > li {padding:20px 0}
    .eb-page-history .history-year {font-size:30px;line-height:30px}
    .eb-page-history .master-title-1st {padding:0 15px;font-size:20px;line-height:35px}
    .eb-page-history .master-title-1st br {display:none}
    .eb-page-history .master-image {height:auto}
    .eb-page-history .master-image .master-image-inner {position:relative;left:inherit;right:inherit;width:100%;padding:30px 15px;background:rgba(0,0,0,.35)}
    .eb-page-history .master-image h3 {font-size:20px;line-height:30px}
    .eb-page-history .eb-page-box-left, .eb-page-history .eb-page-box-right {float:none;width:100%;padding:0}
    .eb-page-history .history-list li {margin-bottom:5px;font-size:13px}
}

/* --- 찾아 오시는 길 --- */
.eb-page-contact .eb-page-item-wrap {max-width:850px;margin-left:auto;margin-right:auto}
.contact-info h3 {margin:0 0 10px;padding-left:5px;font-size:15px;font-weight:bold}
.contact-info li {margin:3px 0;padding:5px;border-top:1px solid #aaa;color:#707070}
.contact-info li span {display:inline-block;width:70px;color:#333;font-weight:bold;margin-right:10px}
.map-box a {display:block}
.map-box a span {display:block;margin-bottom:10px;padding:5px 10px;background:#333;color:#fff}
@media (max-width:767px){
    .contact-img {margin-bottom:20px;max-height:300px;overflow:hidden}
}
.page-mid-title {margin:70px 0;text-align:center;padding:0 50px}
.page-mid-title h4 {position:relative;font-size:24px;color:#34608D;margin-bottom:20px}
.page-mid-title h4:after {content:"";position:absolute;left:50%;bottom:-10px;display:block;width:40px;height:1px;margin-left:-20px;background:#34608D}
.page-mid-title p {color:#707070}
@media (max-width:767px){
    .page-mid-title {margin:40px 0}
}

/* --- 사업 시스템 --- */
.eb-page-busi-outline {position:relative;margin-bottom:50px}
.eb-page-busi-outline .section-box {position:relative}
.eb-page-busi-outline .section-box .section-image {position:relative;overflow:hidden}
.eb-page-busi-outline .section-box .section-image img {display:block;max-width:100%;height:auto}
.eb-page-busi-outline .section-box .section-content {position:relative;width:100%;margin:-100px 0 0;padding:50px;background:#fff;border-bottom:1px solid #ddd}
.eb-page-busi-outline .section-box .section-content h4 {margin:0 0 20px;font-size:26px;line-height:30px;text-align:center}
.eb-page-busi-outline .section-box .section-content h5 {position:relative;margin-bottom:60px;font-size:20px;color:#909090;text-align:center}
.eb-page-busi-outline .section-box .section-content h5:after {content:"";display:block;position:absolute;left:50%;bottom:-30px;width:40px;height:1px;margin-left:-20px;background:#999}
.eb-page-busi-outline .section-box .section-content p {margin:20px 0 0;font-size:16px;line-height:30px}

.eb-page-busi-result-wrap h4 {margin:0 0 20px;font-size:26px;line-height:30px;text-align:center}
.eb-page-busi-result-wrap h5 {position:relative;margin-bottom:60px;font-size:20px;color:#909090;text-align:center}
.eb-page-busi-result-wrap h5:after {content:"";display:block;position:absolute;left:50%;bottom:-30px;width:40px;height:1px;margin-left:-20px;background:#999}
.eb-page-busi-result-image {margin-bottom:20px}
.eb-page-busi-result-caption .caption-1 {margin-bottom:5px;font-size:12px;color:#da291c}
.eb-page-busi-result-caption .caption-2 {margin-bottom:10px;font-size:17px;font-weight:700}
.eb-page-busi-result-caption .caption-3 {margin-bottom:20px;font-size:17px;line-height:27px}
.eb-page-busi-result-caption p {font-size:15px;line-height:25px;color:#707070}
@media (max-width:767px){
    .eb-page-busi-outline .section-box .section-content {margin-top:0;padding:30px}
    .eb-page-busi-outline .section-box .section-content h4, .eb-page-busi-result-wrap h4 {margin-bottom:10px;font-size:22px}
    .eb-page-busi-outline .section-box .section-content h5, .eb-page-busi-result-wrap h5 {font-size:17px}
    .eb-page-busi-outline .section-box .section-content p {font-size:13px;line-height:24px}
}

/* --- 인재채용 --- */
/* 인재상 */
.eb-page-talent-list-title h4 {margin-bottom:40px;color:#909090;font-size:32px;text-align:center;font-weight:700}
.eb-page-talent-list-title h4 span {color:#da291c}
.eb-page-talent li {padding:40px 0;border-bottom:1px solid #ddd}
.eb-page-talent li:first-child {padding-top:0}
.eb-page-talent li:last-child {padding-bottom:0;border-bottom:0 none}
.eb-page-talent .eb-page-box {position:relative}
.eb-page-talent .eb-page-box:after {content:"";display:block;clear:both}
.eb-page-talent .eb-page-box .eb-page-image {float:left;width:40%;padding-right:50px}
.eb-page-talent .eb-page-box .eb-page-image img {position:relative;display:block;max-width:100%;height:auto}
.eb-page-talent .eb-page-box .eb-page-content {float:left;width:60%}
.eb-page-talent .eb-page-box .eb-page-content h4 {margin:10px 0 30px;font-size:50px;line-height:50px}
.eb-page-talent .eb-page-box .eb-page-content h5 {margin:0 0 10px;font-size:20px;line-height:34px;word-break:keep-all}
.eb-page-talent .eb-page-box .eb-page-content h5 strong {color:#bb0a30}
.eb-page-talent .eb-page-box .eb-page-content p {margin-bottom:0;font-size:16px;line-height:30px}
@media (max-width:991px) {
   .eb-page-talent .eb-page-box .eb-page-content h4 {margin-bottom:10px;font-size:30px;line-height:30px}
}
@media (max-width:767px) {
    .eb-page-talent {padding:0 0 25px}
    .eb-page-talent .eb-page-box .eb-page-image, .eb-page-talent .eb-page-box .eb-page-content {float:none;width:100%}
    .eb-page-talent .eb-page-box .eb-page-image {padding-right:0;margin-bottom:20px}
    .eb-page-talent .eb-page-box .eb-page-content p {font-size:14px;line-height:24px}
}

/* 채용과정 */
.recruit-top {padding:50px 0;margin-bottom:40px;background:#f8f8f8}
.recruit-top h4 {font-size:24px;line-height:36px;text-align:center;margin-bottom:40px}
.recruit-top h4 span {font-weight:700}
.recruit-process-box {position:relative;width:160px;height:160px;margin:0 auto 30px;border:5px solid #fff;background:#34608D;text-align:center;border-radius:100% !important}
.recruit-process-box:after {content:"";position:absolute;top:-10px;left:-10px;display:block;width:170px;height:170px;border:5px solid #34608D;border-radius:100% !important}
.recruit-process-box h4 {height:80px;padding-top:50px;margin:0;font-size:20px;font-weight:300;color:#34608D;background:#Fff;border-top-left-radius:50% !important;border-top-right-radius:50% !important}
.recruit-step {height:80px;padding-top:15px;margin:0;font-size:15px;color:#fff}

.recruit-inquiry h3 {font-size:20px;font-weight:bold}
.recruit-inquiry p {font-size:15px}
.recruit-inquiry dl {margin:0;border-bottom:1px solid #DADFE5}
.recruit-inquiry .first-dl {border-top:2px solid #2B3749}
.recruit-inquiry dl:after {content:"";display:block;clear:both}
.recruit-inquiry dt, .recruit-inquiry dd {padding:15px;font-size:15px;background:#fff}
.recruit-inquiry dt {float:left;width:40%;text-align:center}
.recruit-inquiry dd {float:left;width:60%}
@media (max-width:767px) {
    .recruit-top h4 {font-size:20px;line-hiehgt:30px}
    .recruit-inquiry p {font-size:13px}
    .recruit-inquiry dt, .recruit-inquiry dd {font-size:13px}
    .recruit-inquiry dt {width:30%}
    .recruit-inquiry dd {width:70%}
}











#footerBanner1 { display:block; }
#footerBanner2 { display:none; }

/*
#ctt_con table { width:100%; position:relative; border-top:1px solid #535e7e; border-left:0px solid #ccc; border-bottom:1px solid #535e7e; }	
#ctt_con .tbl_none { border-top:1px solid #fff; }
#ctt_con  th { border-bottom:2px solid #535e7e; border-right:1px solid #ccc; padding:10px 0; background:#f7fbff; text-align:center; }
#ctt_con  .th { border-bottom:2px solid #535e7e; border-right:1px solid #ccc; padding:10px 0; background:#f7fbff; text-align:center; }
#ctt_con  .th_l { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:10px 0; background:#f7fbff; text-align:center; }
#ctt_con  .thr { border-bottom:2px solid #535e7e; border-right:0px solid #ccc; padding:10px 0; background:#f7fbff; text-align:center; }

#ctt_con  .td { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:7px 3px; line-height:150%; text-align:center;}
#ctt_con  .tdr { border-bottom:1px solid #ccc; border-right:0px solid #ccc; padding:7px 3px; line-height:150%; text-align:center;}
#ctt_con  .thn { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:7px 0; background:#f7fbff; text-align:center; }
#ctt_con  .tdl { border-bottom:1px solid #ccc; border-left:1px solid #ccc; padding:7px 3px; line-height:150%; text-align:center;}
#ctt_con  .tdc { border-bottom:1px solid #ccc; padding:10px 3px; text-align:center; line-height:180%; font-weight:bold; color:#000;}
#ctt_con  .tdl1 { border-bottom:1px solid #ccc;  border-left:1px solid #ccc; padding:10px 0px 10px 20px; line-height:180%; text-align:left;}
#ctt_con  .tdc1 { border-bottom:1px solid #ccc; padding:10px 0px 10px 10px; text-align:left;  color:#000; }

*/



.tableStyle { width:100%; background:#F2F2F2;border-top:2px solid #757575;border-bottom:1px solid #C3C3C3}
.tableStyle2 { margin-left:3%; width:97%; background:#F2F2F2;border-top:2px solid #757575;border-bottom:1px solid #C3C3C3}
thead { border:1px  solid #cccccc; padding:10px; font-size:1em; text-align:center;color:#666666; background:#f1f1f1;border-top:2px solid #757575;border-bottom:1px solid #C3C3C3}
th { border:1px  solid #cccccc; padding:10px; font-size:1em; text-align:center;color:#666666; }
td { background:#ffffff;  border:1px  solid #e3e3e3; padding:5px; font-size:1em; text-align:center; }

.tdl { text-align:left;}


#ctt_con h3 {background:url('/img/icon.gif'); font-size:18pt; color:#2d5898; background-repeat:no-repeat; padding-left:30px; border-bottom:1px solid #ccc; 
padding-top:10px; float:left; width:100%; margin-top:0px;margin-bottom:50px; padding-bottom:10px;}


#ctt_con hr { border-top:1px solid #ccc; }


#ctt_con .cmstitle { background:#683532; color:#ffffff; display:inline-block; padding:2px 13px; font-size:0.9em; font-weight:bold; }
#ctt_con p { margin-top:10px; margin-bottom:10px;   text-align:justify; }
#ctt_con div { margin:0px; }
#ctt_con .mainimg { display:block; position:relative;  width:550px; float:left; }
#ctt_con .maintxt { display:block; position:relative; float:left; color:#fff; background:#6a2722; width:320px; height:340px; padding:20px;}
#ctt_con .cptn { font-weight:bold;  font-size:0.8em; color:#825736; letter-spacing:-0.05em; line-height:130%; display:inline-block; text-align:left; padding-top:10px;}
#ctt_con .cptni { font-weight:bold; font-size:0.8em; color:#825736; letter-spacing:-0.05em; line-height:130%; display:inline; text-align:left;}
#ctt_con .txt1 { color:#beaba9; margin-top:0px;  }
#ctt_con .fl { float:left;  }
#ctt_con .fr { float:right; }
#ctt_con .fc { float:center; }

#ctt_con .mh390 { max-height:390px !important;}

#ctt_con .br10 { border-radius:10px; }
#ctt_con .br5 { border-radius:5px; }

#ctt_con .back1 { background:url('../../../../data_files/237/culturelife_02_14.png')  0px 0px no-repeat; }
#ctt_con .w1000 { width:1000px; }
#ctt_con .w980 { width:980px; }
#ctt_con .w910 { width:910px; }
#ctt_con .w900 { width:900px; }
#ctt_con .w890 { width:890px; }
#ctt_con .w860 { width:860px; }
#ctt_con .w850 { width:850px; }
#ctt_con .w770 { width:770px; }
#ctt_con .w750 { width:750px; }
#ctt_con .w710 { width:710px; }
#ctt_con .w700 { width:700px; }
#ctt_con .w670 { width:670px; }
#ctt_con .w660 { width:660px; }
#ctt_con .w650 { width:650px; }
#ctt_con .w658 { width:658px; }
#ctt_con .w640 { width:640px; }
#ctt_con .w648 { width:648px; }
#ctt_con .w630 { width:630px; }
#ctt_con .w610 { width:610px; }
#ctt_con .w600 { width:600px; }
#ctt_con .w590 { width:590px; }
#ctt_con .w580 { width:580px; }
#ctt_con .w575 { width:575px; }
#ctt_con .w570 { width:570px; }
#ctt_con .w560 { width:560px; }
#ctt_con .w550 { width:550px; }
#ctt_con .w545 { width:545px; }
#ctt_con .w543 { width:543px; }
#ctt_con .w540 { width:540px; }
#ctt_con .w530 { width:530px; }
#ctt_con .w525 { width:525px; }
#ctt_con .w520 { width:520px; }
#ctt_con .w510 { width:510px; }
#ctt_con .w505 { width:505px; }
#ctt_con .w508 { width:508px; }
#ctt_con .w490 { width:490px; }
#ctt_con .w485 { width:485px; }
#ctt_con .w480 { width:480px; }
#ctt_con .w475 { width:475px; }
#ctt_con .w470 { width:470px; }
#ctt_con .w460 { width:460px; }
#ctt_con .w455 { width:455px; }
#ctt_con .w452 { width:452px; }
#ctt_con .w450 { width:450px; }
#ctt_con .w445 { width:445px; }
#ctt_con .w440 { width:440px; }
#ctt_con .w435 { width:435px; }

#ctt_con .w330 { width:330px; }
#ctt_con .w430 { width:430px; }
#ctt_con .w425 { width:425px; }
#ctt_con .w420 { width:420px; }
#ctt_con .w400 { width:400px; }
#ctt_con .w410 { width:410px; }
#ctt_con .w390 { width:390px; }
#ctt_con .w380 { width:380px; }
#ctt_con .w375 { width:375px; }
#ctt_con .w370 { width:370px; }
#ctt_con .w360 { width:360px; }
#ctt_con .w350 { width:350px; }
#ctt_con .w345 { width:345px; }
#ctt_con .w340 { width:340px; }
#ctt_con .w305 { width:305px; }
#ctt_con .w300 { width:300px; }
#ctt_con .w335 { width:335px; }
#ctt_con .w325 { width:325px; }
#ctt_con .w320 { width:320px; }
#ctt_con .w310 { width:310px; }
#ctt_con .w315 { width:310px; }
#ctt_con .w350 { width:350px; }
#ctt_con .w290 { width:290px; }
#ctt_con .w280 { width:280px; }
#ctt_con .w275 { width:275px; }
#ctt_con .w270 { width:270px; }
#ctt_con .w260 { width:260px; }
#ctt_con .w265 { width:265px; }
#ctt_con .w250 { width:250px; }
#ctt_con .w255 { width:255px; }
#ctt_con .w240 { width:240px; }
#ctt_con .w230 { width:230px; }
#ctt_con .w228 { width:228px; }
#ctt_con .w225 { width:225px; }
#ctt_con .w223 { width:223px; }
#ctt_con .w220 { width:220px; }
#ctt_con .w200 { width:200px; }
#ctt_con .w170 { width:170px; }
#ctt_con .w185 { width:185px; }
#ctt_con .w155 { width:155px; }
#ctt_con .w140 { width:140px; }
#ctt_con .w130 { width:130px; }
#ctt_con .w125 { width:125px; }
#ctt_con .w100 { width:100px; }
#ctt_con .w75 { width:75px; }
#ctt_con .w415 { width:415px; }
#ctt_con .w49p { width:49%; }
#ctt_con .w50p { width:50%; }
#ctt_con .w90p { width:90%; }
#ctt_con .w80p { width:80%; }
#ctt_con .w70p { width:70%; }
#ctt_con .w60p { width:60%; }
#ctt_con .w55p { width:55%; }
#ctt_con .w97p { width:97%; }
#ctt_con .bw13 { border:13px solid #fff; }
#ctt_con .tal { text-align:left; }
#ctt_con .tar { text-align:right; }
#ctt_con .taj { text-align:justify; }
#ctt_con .is { box-shadow: 1px 1px 2px   rgba(0, 0, 0, 0.6); }
#ctt_con .w30 { width:31px; }
#ctt_con .hf { height:100%; }
#ctt_con .h10 { height:10px; }
#ctt_con .h14 { height:14px; }
#ctt_con .h17 { height:17px; }
#ctt_con .h20 { height:20px; }
#ctt_con .h30 { height:31px; }
#ctt_con .h35 { height:35px; }
#ctt_con .h40 { height:40px; }
#ctt_con .h50 { height:50px; }
#ctt_con .h125 { height:125px; }
#ctt_con .h145 { height:145px; }
#ctt_con .h170 { height:170px; }
#ctt_con .h230 { height:230px; }
#ctt_con .h250 { height:250px; }
#ctt_con .h260 { height:260px; }
#ctt_con .h275 { height:275px; }

#ctt_con .w185 { width:185px; }
#ctt_con .w680 { width:680px; }

#ctt_con .w180 {width:180px;}
#ctt_con .w690 {width:690px;}

#ctt_con .h290 { height:290px; }
#ctt_con .h350 { height:350px; }
#ctt_con .h355 { height:355px; }
#ctt_con .h325 { height:325px; }
#ctt_con .h330 { height:330px; }
#ctt_con .h345 { height:345px; }
#ctt_con .h300 { height:300px; }
#ctt_con .h360 { height:360px; }
#ctt_con .h370 { height:370px; }
#ctt_con .h470 { height:470px; }
#ctt_con .h410 { height:410px; }
#ctt_con .h510 { height:510px; }
#ctt_con .h580 { height:580px; }
#ctt_con .h600 { height:600px; }
#ctt_con .h340 { height:340px; }
#ctt_con .h295 { height:295px; }
#ctt_con .h270 { height:270px; }
#ctt_con .wf { clear:both; display:block;  width:100%; }
#ctt_con .bl10b2d1e1 { border-left:10px solid #b2d1e1; }
#ctt_con .bl102678a2 { border-left:10px solid #2678a2; }
#ctt_con .bl1016a3a4 { border-left:10px solid #16a3a4; }
#ctt_con .bl10a43416 { border-left:10px solid #a43416; }
#ctt_con .bl10c47323 { border-left:10px solid #c47323; }
#ctt_con .bl10b50a42 { border-left:10px solid #b50a42; }
#ctt_con .bl3552d1e { border-left:3px solid #552d1e; }
#ctt_con .bl1527596 { border-left:1px solid #527596; }
#ctt_con .b14e72bb { border:1px solid #4e72bb; }
#ctt_con .b1e0e6f3 { border:1px solid #e0e6f3; }
#ctt_con .b1efefef { border:1px solid #efefef; }

#ctt_con .b5efefef { border:5px solid #efefef; }

#ctt_con .b2d2e1e2 { border:2px solid #d2e1e2; }


#ctt_con .bb1e9ded3 {border-bottom:1px solid #e9ded3; }
#ctt_con .m0a{ margin:0px auto; }
#ctt_con .dlabbdd1 { border-bottom:1px dashed #abbdd1; }
#ctt_con .dl219ae0 { border-bottom:1px dashed #219ae0; }
#ctt_con .dlb9b9b9 { border-bottom:1px dashed #b9b9b9; }
#ctt_con .dlffcc00 { border-bottom:1px dashed #ffcc00; }




#ctt_con .mr450 { margin-right:450px; }
#ctt_con .mr250 { margin-right:250px; }






.mt230 { margin-top:230px; }
#ctt_con .mt600 { margin-top:600px; }
#ctt_con .mt350 { margin-top:350px; }
#ctt_con .mt250 { margin-top:250px; }
#ctt_con .mt200 { margin-top:200px; }
#ctt_con .mt195 { margin-top:195px; }
#ctt_con .mt190 { margin-top:190px; }
#ctt_con .mt180 { margin-top:180px; }
#ctt_con .mt170 { margin-top:170px; }
#ctt_con .mt160 { margin-top:160px; }
#ctt_con .mt150 { margin-top:150px; }
#ctt_con .mt140 { margin-top:140px; }
#ctt_con .mt132 { margin-top:132px; }
#ctt_con .mt123 { margin-top:123px; }
#ctt_con .mt125 { margin-top:125px; }
#ctt_con .mt120 { margin-top:120px; }
#ctt_con .mt110 { margin-top:110px; }
#ctt_con .mt108 { margin-top:108px; }
#ctt_con .mt100 { margin-top:100px; }
#ctt_con .mt113 { margin-top:113px; }
#ctt_con .mt102 { margin-top:102px; }
#ctt_con .mt65 { margin-top:65px; }
#ctt_con .mt60 { margin-top:60px; }
#ctt_con .mt50 { margin-top:50px; }
#ctt_con .mt40 { margin-top:40px; }
#ctt_con .mt70 { margin-top:70px; }
#ctt_con .mt80 { margin-top:80px; }
#ctt_con .mt90 { margin-top:90px; }
#ctt_con .mt55 { margin-top:55px; }
#ctt_con .mt50 { margin-top:50px; }
#ctt_con .mt45 { margin-top:45px; }
#ctt_con .mt30 { margin-top:30px; }
#ctt_con .mt25 { margin-top:25px; }
#ctt_con .mt20 { margin-top:20px; }
#ctt_con .mt15 { margin-top:15px; }
#ctt_con .mt14 { margin-top:14px; }
#ctt_con .mt10 { margin-top:10px; }
#ctt_con .mt5 { margin-top:5px; }
#ctt_con .mt4 { margin-top:4px; }
#ctt_con .mt-100 { margin-top:-100px; }
#ctt_con .mt-53 { margin-top:-53px; }
#ctt_con .mt-45 { margin-top:-45px; }
#ctt_con .mt-50 { margin-top:-50px; }
#ctt_con .mt-60 { margin-top:-60px; }
#ctt_con .mt-70 { margin-top:-70px; }
#ctt_con .mt-77 { margin-top:-77px; }
#ctt_con .mt-80 { margin-top:-80px; }
#ctt_con .mt-90 { margin-top:-90px; }
#ctt_con .mt-100 { margin-top:-100px; }
#ctt_con .mt-200 { margin-top:-200px; }
#ctt_con .mt-230 { margin-top:-230px; }
#ctt_con .mt-380 { margin-top:-380px; }
#ctt_con .mt-300 { margin-top:-300px; }
#ctt_con .mt-170 { margin-top:-170px; }
#ctt_con .mt-210 { margin-top:-210px; }
#ctt_con .mt-130 { margin-top:-130px; }
#ctt_con .mt-120 { margin-top:-120px; }
#ctt_con .mt-110 { margin-top:-110px; }
#ctt_con .mt-400 { margin-top:-400px; }
#ctt_con .mt-13 { margin-top:-130px; }
#ctt_con .mt-48 { margin-top:-48px; }
#ctt_con .mt-40 { margin-top:-40px; }
#ctt_con .mt-36 { margin-top:-36px; }
#ctt_con .mt-15 { margin-top:-15px; }
#ctt_con .mt-14 { margin-top:-14px; }
#ctt_con .mt-10 { margin-top:-10px; }
#ctt_con .mt-8 { margin-top:-8px; }

#ctt_con .mt-5 { margin-top:-5px; }
#ctt_con .mt-30 { margin-top:-30px; }
#ctt_con .mt-20 { margin-top:-20px; }
#ctt_con .mt-26 { margin-top:-26px; }



#ctt_con .mb125 { margin-bottom:125px; }
#ctt_con .mb120 { margin-bottom:120px; }
#ctt_con .mb90 { margin-bottom:90px; }
#ctt_con .mb60 { margin-bottom:60px; }
#ctt_con .mb50 { margin-bottom:50px; }
#ctt_con .mb30 { margin-bottom:30px; }
#ctt_con .mb20 { margin-bottom:20px; }
#ctt_con .mb15 { margin-bottom:15px; }
#ctt_con .mb28 { margin-bottom:28px; }
#ctt_con .mb25 { margin-bottom:25px; }
#ctt_con .mb5 { margin-bottom:5px; }
#ctt_con .mb10 { margin-bottom:10px; }
#ctt_con .mb47 { margin-bottom:47px; }




#ctt_con .pt0 { padding-top:0px; }
#ctt_con .pt10 { padding-top:10px; }
#ctt_con .pt15 { padding-top:15px; }
#ctt_con .pt30 { padding-top:30px; }
#ctt_con .pt50 { padding-top:50px; }
#ctt_con .pb30 { padding-bottom:30px; }
#ctt_con .pb20 { padding-bottom:20px; }
#ctt_con .pb15 { padding-bottom:15px; }
#ctt_con .pb10 { padding-bottom:10px; }
#ctt_con .pb7 { padding-bottom:7px; }
#ctt_con .pl5 { padding-left:5px; }
#ctt_con .pl15 { padding-left:15px; }
#ctt_con .pl10 { padding-left:10px; }
#ctt_con .pl30 { padding-left:30px; }
#ctt_con .pr40 { padding-right:40px; }
#ctt_con .pr15 { padding-right:15px; }
#ctt_con .ptb10 { padding-top:10px; padding-bottom:10px;  }
#ctt_con .ptb20 { padding-top:20px; padding-bottom:20px;  }
#ctt_con .ptb30 { padding-top:30px; padding-bottom:30px;  }
#ctt_con .ptb6 { padding-top:6px; padding-bottom:6px;  }
#ctt_con .ptb5 { padding-top:5px; padding-bottom:5px;  }
#ctt_con .pd30 { padding:30px; }
#ctt_con .pd10 { padding:10px; }
#ctt_con .pd15 { padding:15px; }
#ctt_con .pd5 { padding:5px; }

#ctt_con .ml-30 { margin-left:-30px; }
#ctt_con .ml852 { margin-left:833px; }
#ctt_con .ml430 { margin-left:430px; }
#ctt_con .ml170 { margin-left:170px; }
#ctt_con .ml130 { margin-left:130px; }
#ctt_con .ml100 { margin-left:100px; }
#ctt_con .ml25 { margin-left:25px; }
#ctt_con .ml30 { margin-left:30px; }
#ctt_con .ml35 { margin-left:35px; }
#ctt_con .ml40 { margin-left:40px; }
#ctt_con .ml45 { margin-left:40px; }
#ctt_con .ml50 { margin-left:50px; }
#ctt_con .mr40 { margin-right:40px; }
#ctt_con .mr30 { margin-right:30px; }
#ctt_con .mr20 { margin-right:20px; }
#ctt_con .mr10 { margin-right:10px; }
#ctt_con .ml20 { margin-left:20px; }
#ctt_con .ml70 { margin-left:70px; }
#ctt_con .ml15 { margin-left:15px; }
#ctt_con .ml10 { margin-left:10px; }
#ctt_con .ml5 { margin-left:5px; }
#ctt_con .ml4 { margin-left:4px; }
#ctt_con .ml8 { margin-left:8px; }
#ctt_con .ml60 { margin-left:60px; }
#ctt_con .ml80 { margin-left:80px; }
#ctt_con .ml90 { margin-left:90px; }
#ctt_con .ml130 { margin-left:130px; }
#ctt_con .ml190 { margin-left:190px; }
#ctt_con .ml230 { margin-left:230px; }
#ctt_con .ml250 { margin-left:250px; }
#ctt_con .ml450 { margin-left:450px; }
#ctt_con .ml500 { margin-left:500px; }
#ctt_con .ps15 { padding-left:15px; padding-right:15px; }
#ctt_con .ps20 { padding-left:20px; padding-right:20px; }
#ctt_con .ps30 { padding-left:30px; padding-right:30px; }
#ctt_con .ms60 { margin-left:60px; margin-right:60px; }
#ctt_con .ms50 { margin-left:50px; margin-right:50px; }
#ctt_con .ms40 { margin-left:40px; margin-right:40px; }
#ctt_con .ms30 { margin-left:30px; margin-right:30px; }
#ctt_con .ms25 { margin-left:25px; margin-right:25px; }
#ctt_con .ms20 { margin-left:20px; margin-right:20px; }
#ctt_con .ms15 { margin-left:15px; margin-right:15px; }
#ctt_con .ms10 { margin-left:10px; margin-right:10px; }
#ctt_con .bd1efefef { border:1px solid #efefef; }
#ctt_con .bd1efefef { border:1px solid #efefef; }
#ctt_con .bd1e0d8c6 { border:1px solid #e0d8c6; }
#ctt_con .bd2e3e3e3 { border-right:2px dotted #e3e3e3;}
#ctt_con .bd239230a { border:2px solid #39230a;}
#ctt_con .bd2d18002 { border:2px solid #d18002;}
#ctt_con .bd2ededed { border:2px solid #ededed;}
#ctt_con .bd1edead5 { border:1px solid #edead5;}



#ctt_con .zidx1 { z-index:1; }
#ctt_con .zidx0 { z-index:0; }
#ctt_con .zidx100 { z-index:100; }


#ctt_con .bd15e3e3e3 { border:15px solid #e3e3e3; }
#ctt_con .bt1e3e3e3 { border-top:1px solid #e3e3e3; }


#ctt_con .bd1ebe7dd { border:1px solid #ebe7dd; }



#ctt_con .bt5ed1c24 { border-top:5px solid #ed1c24; }
#ctt_con .bb1e3e3e3 { border-bottom:1px solid #e3e3e3; }
#ctt_con .bl10b2d1e1 { border-left:10px solid #b2d1e1; }
#ctt_con .bd10ffffff { border:10px solid #ffffff; }
#ctt_con .bd10dfdfdf { border:10px solid #dfdfdf; }
#ctt_con .box1 { padding:15px; border:1px solid #efefef; line-height:0px; }
#ctt_con .box2 { float:left; padding:15px; border:1px solid #efefef; background:#f9f9f9; line-height:0px; }
#ctt_con .box3 { float:left; padding:15px; border:1px solid #efefef; background:#f9f9f9;  }
#ctt_con .dpb { display:block; }
#ctt_con .dpi { display:inline; }
#ctt_con .dpn { display:none; }
#ctt_con .dpib { display:inline-block; }
#ctt_con .tac { text-align:center; }
#ctt_con .tar { text-align:right; }
#ctt_con .cb { clear:both; }
#ctt_con .mt0 { margin-top:0px; }
#ctt_con .mb0 { margin-bottom:0px; }
#ctt_con .lh0 { line-height:0px; } 
#ctt_con .lh150p { line-height:150%; } 
#ctt_con .lh140p { line-height:140%; } 
#ctt_con .lh130p { line-height:130%; } 
#ctt_con .lh120p { line-height:120%; } 
#ctt_con .lh160p { line-height:160%; } 
#ctt_con .lh175p { line-height:175%; } 
#ctt_con .lh190p { line-height:190%; } 
#ctt_con .fb { font-weight:bold; }
#ctt_con .pt15 { padding-top:15px; }
#ctt_con .p20 { padding:20px; }
#ctt_con .p15 { padding:15px; }
#ctt_con .p10 { padding:10px; }
#ctt_con .p5 { padding:5px; }
#ctt_con .p3 { padding:3px; }
#ctt_con .fs20 { font-size:2.0em; }
#ctt_con .fs15 { font-size:1.5em; }
#ctt_con .fs14 { font-size:1.4em; }
#ctt_con .fs13 { font-size:1.3em; }
#ctt_con .fs12 { font-size:1.2em; }
#ctt_con .fs11 { font-size:1.1em; }
#ctt_con .fs10_pt { font-size:10pt; }
#ctt_con .fs9p { font-size:9pt; }
#ctt_con .fs10p { font-size:10pt; }
#ctt_con .fs11p { font-size:11pt; }
#ctt_con .fs12p { font-size:12pt; }
#ctt_con .fs13p { font-size:13pt; }
#ctt_con .fcffffff { color:#ffffff; }
#ctt_con .fc8f4300 { color:#8f4300; }
#ctt_con .fc6f1919 { color:#6f1919; }
#ctt_con .fc1e8d64 { color:#1e8d64; }
#ctt_con .fcff8dac { color:#ff8dac; }
#ctt_con .fcffdd8c { color:#ffdd8c; }
#ctt_con .fc56698a { color:#56698a; }
#ctt_con .fc256622 { color:#256622; }
#ctt_con .fc2f8bba { color:#2f8bba; }
#ctt_con .fc532b00 { color:#532b00; }
#ctt_con .fc7c4912 { color:#7c4912; }
#ctt_con .fc335473 { color:#335473; }
#ctt_con .fcc4ee9e { color:#c4ee9e; }
#ctt_con .fc6a2722 { color:#6a2722; }
#ctt_con .fc265443 { color:#265443; }
#ctt_con .fcd7ff00 { color:#d7ff00; }
#ctt_con .fc237576 { color:#237576; }
#ctt_con .fcc5b4b3 { color:#c5b4b3; }
#ctt_con .fc333333 { color:#333333; }
#ctt_con .fc666666 { color:#666666; }
#ctt_con .fc999999 { color:#999999; }
#ctt_con .fcb4b4b4 { color:#b4b4b4; }
#ctt_con .fc000000 { color:#000000; }
#ctt_con .fced4338 { color:#ed4338; }
#ctt_con .fcb50a42 { color:#b50a42; }
#ctt_con .fcd55a00 { color:#d55a00; }
#ctt_con .fc562008 { color:#562008; }
#ctt_con .fce43a26 { color:#e43a26; }
#ctt_con .fc562008 { color:#562008; }
#ctt_con .fce43a26 { color:#e43a26; }
#ctt_con .fc6a4a38 { color:#6a4a38; }
#ctt_con .fcc06207 { color:#c06207; }
#ctt_con .fccc3300 { color:#cc3300; }
#ctt_con .fc0874a1 { color:#0874a1; }
#ctt_con .fcdc6910 { color:#dc6910; }
#ctt_con .fcb23600 { color:#b23600; }
#ctt_con .fceb544b { color:#eb544b; }
#ctt_con .fcde834b { color:#de834b; }
#ctt_con .fc00dae4 { color:#00dae4; }
#ctt_con .fc26609d { color:#26609d; }

#ctt_con .fc652f1a { color:#652f1a; }
#ctt_con .fcc77000 { color:#c77000; }
#ctt_con .fc8739a4 { color:#8739a4; }
#ctt_con .fc6d9aca { color:#6d9aca; }
#ctt_con .fc219b63 { color:#219b63; }
#ctt_con .fc435f62 { color:#435f62; }
#ctt_con .fce68a13 { color:#e68a13; }
#ctt_con .fc68af15 { color:#68af15; }
#ctt_con .fc1ab5bb { color:#1ab5bb; }
#ctt_con .fc33b56e { color:#33b56e; }
#ctt_con .fc219ae0 { color:#219ae0; }
#ctt_con .fc141416 { color:#141416; }
#ctt_con .fcc5353c { color:#c5353c; }
#ctt_con .fc0787d8 { color:#0787d8; }
#ctt_con .fc00619f { color:#00619f; }
#ctt_con .fcd55500 { color:#d55500; }
#ctt_con .fc56483f { color:#56483f; }
#ctt_con .fcff91a3 { color:#ff91a3; }
#ctt_con .fcff0f56 { color:#ff0f56; }
#ctt_con .fc276eb7 { color:#276eb7; }
#ctt_con .fcd54d1b { color:#d54d1b; }
#ctt_con .fc135869 { color:#135869; }
#ctt_con .fc1258a7 { color:#1258a7; }
#ctt_con .fcc90808 { color:#c90808; }
#ctt_con .fcee5122 { color:#ee5122; }
#ctt_con .fc3566ae { color:#3566ae; }
#ctt_con .fc4fb0e3 { color:#4fb0e3; }
#ctt_con .fc1dae9b { color:#1dae9b; }
#ctt_con .fc008826 { color:#008826; }
#ctt_con .fccd2323 { color:#cd2323; }
#ctt_con .fc548cb8 { color:#548cb8; }
#ctt_con .fcff9c00 { color:#ff9c00; }
#ctt_con .fc825736 { color:#825736; }
#ctt_con .fc623500 { color:#623500; }
#ctt_con .fccf8400 { color:#cf8400; }
#ctt_con .fc9b0f00 { color:#9b0f00; }
#ctt_con .fc6fc500 { color:#6fc500; }
#ctt_con .fc188f00 { color:#188f00; }
#ctt_con .fc449dc7 { color:#449dc7; }
#ctt_con .fc66b9cb { color:#66b9cb; }
#ctt_con .fcc41f1d { color:#c41f1d; }
#ctt_con .fc1b397e { color:#1b397e; }
#ctt_con .fc48b491 { color:#48b491; }
#ctt_con .fc377a64 { color:#377a64; }
#ctt_con .fc2147b6 { color:#2147b6; }
#ctt_con .fc194eae { color:#194eae; }
#ctt_con .fcab0000 { color:#ab0000; }
#ctt_con .fc214b9e { color:#214b9e; }
#ctt_con .fc2d5188 { color:#2d5188; }
#ctt_con .fc0084c4 { color:#0084c4; }
#ctt_con .fcba3538 { color:#ba3538; }
#ctt_con .fc252883 { color:#252883; }
#ctt_con .fc005aa6 { color:#005aa6; }
#ctt_con .fc8a4331 { color:#8a4331; }
#ctt_con .fc1d9fc7 { color:#1d9fc7; }
#ctt_con .fc17a38d { color:#17a38d; }
#ctt_con .fccc0000 { color:#cc0000; }
#ctt_con .fc5a523b { color:#5a523b; }
#ctt_con .fc00badb { color:#00badb; }
#ctt_con .fc1387b7 { color:#1387b7; }
#ctt_con .fc27345b { color:#27345b; }
#ctt_con .fc6275ad { color:#6275ad; }
#ctt_con .fc002776 { color:#002776; }
#ctt_con .fc009b3a { color:#009b3a; }
#ctt_con .fcc06500 { color:#c06500; }
#ctt_con .fc67441c { color:#67441c; }
#ctt_con .fcbb7731 { color:#bb7731; }


#ctt_con .fcfff600 { color:#fff600; }
#ctt_con .fc2e3192 { color:#2e3192; }
#ctt_con .fced1c24 { color:#ed1c24; }
#ctt_con .fc0359a0 { color:#0359a0; }
#ctt_con .fc2684d1 { color:#2684d1; }
#ctt_con .fced753c { color:#ed753c; }
#ctt_con .fc7f395a { color:#7f395a; }
#ctt_con .fc52213a { color:#52213a; }
#ctt_con .fce37b1f { color:#e37b1f; }
#ctt_con .fcffa200 { color:#ffa200; }
#ctt_con .fcf8ce54 { color:#f8ce54; }
#ctt_con .fc25bcba { color:#25bcba; }
#ctt_con .fc31aa48 { color:#31aa48; }
#ctt_con .fc5261a4 { color:#5261a4; }
#ctt_con .fc0d4571 { color:#0d4571; }
#ctt_con .fc333399 { color:#333399; }
#ctt_con .fc0d59c0 { color:#0d59c0; }
#ctt_con .fc9b8ec2 { color:#9b8ec2; }
#ctt_con .fc503c8c { color:#503c8c; }
#ctt_con .fcce2617 { color:#ce2617; }
#ctt_con .fc6b150e { color:#6b150e; }
#ctt_con .fca40000 { color:#a40000; }
#ctt_con .fc2e4b77 { color:#2e4b77; }

#ctt_con .bgeaf0f9 { background:#eaf0f9; }
#ctt_con .bgae0000 { background:#ae0000; }
#ctt_con .bgf4f2f0 { background:#f4f2f0; }
#ctt_con .bgfcfbf8 { background:#fcfbf8; }
#ctt_con .bg00619f { background:#00619f; }
#ctt_con .bgd55a00 { background:#d55a00; }
#ctt_con .bgf5f5f5 { background:#f5f5f5; }
#ctt_con .bgc4ee9e { background:#c4ee9e; }
#ctt_con .bgeee89e { background:#eee89e; }
#ctt_con .bgffa114 { background:#ffa114; }
#ctt_con .bgecead7 { background:#ecead7; }
#ctt_con .bg6cb8ad { background:#6cb8ad; }
#ctt_con .bg36acba { background:#36acba; }
#ctt_con .bge3f3ed { background:#e3f3ed; }
#ctt_con .bg15397d { background:#15397d; }
#ctt_con .bgf3f8ff { background:#f3f8ff; }
#ctt_con .bgeaf6d9 { background:#eaf6d9; }
#ctt_con .bge3f3fb { background:#e3f3fb; }
#ctt_con .bg2f8bba { background:#2f8bba; }
#ctt_con .bgf6f5ed { background:#f6f5ed; }
#ctt_con .bg9e2500 { background:#9e2500; }
#ctt_con .bgecf6f6 { background:#ecf6f6; }
#ctt_con .bg4fc9ca { background:#4fc9ca; }
#ctt_con .bgf0faff { background:#f0faff; }
#ctt_con .bgfcf5e8 { background:#fcf5e8; }
#ctt_con .bgd99b5e { background:#d99b5e; }
#ctt_con .bgffc000 { background:#ffc000; }
#ctt_con .bg9ad4da { background:#9ad4da; }
#ctt_con .bg6ac4a2 { background:#6ac4a2; }
#ctt_con .bgff8fb2 { background:#ff8fb2; }
#ctt_con .bgefaf39 { background:#efaf39; }
#ctt_con .bgf6f4e9 { background:#f6f4e9; }
#ctt_con .bg6f1919 { background:#6f1919; }
#ctt_con .bgffffff { background:#ffffff; }
#ctt_con .bge3f1f6 { background:#e3f1f6; }
#ctt_con .bgcbebff { background:#cbebff; }
#ctt_con .bgfdfcf9 { background:#fdfcf9; }
#ctt_con .bgf3f8e9 { background:#f3f8e9; }
#ctt_con .bgf3f3f3 { background:#f3f3f3; }
#ctt_con .bgf6e8e3 { background:#f6e8e3; }
#ctt_con .bg008826 { background:#008826; }
#ctt_con .bg97c017 { background:#97c017; }
#ctt_con .bge0f7fb { background:#e0f7fb; }
#ctt_con .bgf9f9f9 { background:#f9f9f9; }
#ctt_con .bgffcc00 { background:#ffcc00; }
#ctt_con .bgff9c00 { background:#ff9c00; }
#ctt_con .bgfbf5e3 { background:#fbf5e3; }
#ctt_con .bg1f6396 { background:#1f6396; }
#ctt_con .bg683532 { background:#683532; }
#ctt_con .bg96baee { background:#96baee; }


#ctt_con .bg0670bc { background:#0670bc; }
#ctt_con .bge4c34f { background:#e4c34f; }
#ctt_con .bgefece8 { background:#efece8; }
#ctt_con .bgf6f6f6 { background:#f6f6f6; }
#ctt_con .bgfdf3f3 { background:#fdf3f3; }
#ctt_con .bg4e72bb { background:#4e72bb; }
#ctt_con .bg007ddd { background:#007ddd; }
#ctt_con .bg007ac7 { background:#007ac7; }
#ctt_con .bgf0f0f0 { background:#f0f0f0; }
#ctt_con .bge7f1fb { background:#e7f1fb; }
#ctt_con .bg7181ab { background:#7181ab; }
#ctt_con .bge2eff7 { background:#e2eff7; }
#ctt_con .bgeeeeee { background:#eeeeee; }
#ctt_con .bgf2f2f2 { background:#f2f2f2; }
#ctt_con .bgecf7fb { background:#ecf7fb; }
#ctt_con .bge0e6f3 { background:#e0e6f3; }
#ctt_con .bgf6f2f1 { background:#f6f2f1; }
#ctt_con .bgf1faff { background:#f1faff; }
#ctt_con .bg9bba28 { background:#9bba28; }
#ctt_con .bgf9eee8 { background:#f9eee8; }
#ctt_con .bg6c6c6c { background:#6c6c6c; }
#ctt_con .bg3e3e3e { background:#3e3e3e; }
#ctt_con .bge7e7e7 { background:#e7e7e7; }
#ctt_con .bgf4f2e9 { background:#f4f2e9; }
#ctt_con .bg2e3192 { background:#2e3192; }
#ctt_con .bgeef8ff { background:#eef8ff; }
#ctt_con .bgffa23e { background:#ffa23e; }
#ctt_con .bgfff4d6 { background:#fff4d6; }
#ctt_con .bg85bbcf { background:#85bbcf; }
#ctt_con .bgbf000d { background:#bf000d; }
#ctt_con .bgf9f0e7 { background:#f9f0e7; }
#ctt_con .bgfdfdf4 { background:#fdfdf4; }
#ctt_con .bgfff6ee { background:#fff6ee; }
#ctt_con .bgf0f0e7 { background:#f0f0e7; }
#ctt_con .bgf1e5db { background:#f1e5db; }
#ctt_con .bg678bc8 { background:#678bc8; }
#ctt_con .bgf99217 { background:#f99217; }
#ctt_con .bg173d93 { background:#173d93; }
#ctt_con .bgf1f4fb { background:#f1f4fb; }
#ctt_con .bgf4fafc { background:#f4fafc; }
#ctt_con .bgececec { background:#ececec; }

#ctt_con .br10ffffff { border-right:10px solid #ffffff }


#ctt_con .bg000000 { background:#000000; }
#ctt_con .bgf8f5ed { background:#f8f5ed; }
#ctt_con .bg6ab8ed { background:#6ab8ed; }
#ctt_con .bgebf6fa { background:#ebf6fa; }
#ctt_con .ffetc { font-family:윤명조450, 나눔명조, 바탕, -윤명조360, 궁서; } 

#ctt_con .brd5 { border-radius:5px; }
#ctt_con .brd20 { border-radius:20px; }
#ctt_con .brd30 { border-radius:30px; }
#ctt_con .ptb10 { padding-top:10px; padding-bottom:10px; }

#ctt_con .bdrd10 { border-radius:10px; }
#ctt_con .st01 {  background-image:url(../../../../data_files/226/greeting_02_title_back01.png); background-repeat:no-repeat;}
#ctt_con .st02 {  background-image:url(../../../../data_files/226/stitle_end.png); background-repeat:no-repeat; background-position:100% 0;}
#ctt_con .st03 {  background-image:url(../../../../data_files/226/stitle_end2.png); background-repeat:no-repeat; background-position:100% 0;}


#ctt_con .praise_btn  {  width:140px; height:56px; border:0px solid #ffffff; background-image:url(/226/data_files/226/family_04_write.png); background-repeat:no-repeat; background-position:100% 0; margin-top:20px;}
#ctt_con .br30 { display:block; border-radius:30px; }
#ctt_con .lsp05 { letter-spacing:0.05em; }
#ctt_con .ls1 { letter-spacing:0.1em; }
#ctt_con .ls { letter-spacing:-0.5px; }
#ctt_con .ls05 { letter-spacing:-0.05em; }
#ctt_con .ls07 { letter-spacing:-0.07em; }
#ctt_con .ls-01 { letter-spacing:-0.1em; }
#ctt_con .ls-005 { letter-spacing:-0.05em; }
#ctt_con .ml { left:-100px; }
#ctt_con .lh110 { line-height:110%; }
#ctt_con .lh130 { line-height:130%; }
#ctt_con .lh140 { line-height:140%; }
#ctt_con .lh150 { line-height:150%; }
#ctt_con .lh155 { line-height:155%; }
#ctt_con .lh160 { line-height:160%; }
#ctt_con .lh170 { line-height:170%; }
#ctt_con .lh180 { line-height:180%; }
#ctt_con .lh190 { line-height:190%; }
#ctt_con .lh200 { line-height:200%; }
#ctt_con .fcff9a8d { color:#ff9a8d }
/* family_03, 지점 탐방 / 대구지점 사람들 */
#ctt_con .writer1 {  background:url(../../../../data_files/images/writer.jpg) left 0px no-repeat; text-align:center;}
#ctt_con .writer1 p { display:inline-block; background:#ffffff; margin:0px;padding:3px 10px; color:#0085c4; }
#ctt_con .writer2 {  background:url(../../../../data_files/images/writer.jpg) left 0px no-repeat;  text-align:center;}
#ctt_con .writer2 p { display:inline-block; background:#ffffff; margin:0px;padding:3px 10px; color:#d35203; }
#ctt_con .writer3 {  background:url(../../../../data_files/images/writer.jpg) left 0px no-repeat;  text-align:center;}
#ctt_con .writer3 p { display:inline-block; background:#ffffff; margin:0px;padding:3px 10px; color:#47a900; }
#ctt_con .writer4 {  background:url(../../../../data_files/images/writer.png) left 0px no-repeat;  text-align:center;}
#ctt_con .writer4 p { display:inline-block;  margin:0px;padding:3px 10px; color:#d35203; }
#ctt_con .posab { position:absolute; }
#ctt_con .posre { position:relative; }
#ctt_con .writerbox1 {float:left; width:95%; border:1px solid #cacaca; background:#f4f7fd; padding:40px 20px; margin-top:40px;}
#ctt_con .writerbox2 {float:left; width:95%; border:1px solid #cacaca; background:#f4f7fd; padding:20px 20px; margin-top:40px;}
.culturelife_04 .text01 {width:90%; padding:10px 5% 25px; font-style:italic; color:#00a651; font-weight:bold;}
.culturelife_04 .text02 { font-weight:bold; font-size:1.1em; color:#666699; display:block; margin-bottom:10px;/*background:url(../../../../data_files/images/culturelife/cul03pic06.png) left top no-repeat; background-size:45px; */}
#ctt_con .quiz_btn {  background:#ffffff; width:200px; height:110px; background-image:url(../../../../../226/data_files/226/quiz_02_02.png); background-repeat:no-repeat; border:0px solid #ffffff; cursor:pointer; }
#ctt_con .quiz_btn2 {  background:#ffffff; width:200px; height:110px; background-image:url(../../../../../226/data_files/226/quiz_01_02.png); background-repeat:no-repeat; border:0px solid #ffffff; cursor:pointer; }
#ctt_con .answer_write2 { border:1px #dddddd solid; }
#ctt_con .p_view  { display:block; }
#ctt_con .m_view  { display:none; }



























































@media all and (max-width:1000px) {

#ctt_con .fs_2 { font-size:2em; }
}

/* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● 패드 ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */

@media all and (max-width:500px) {


#ctt_con .fs_2 { font-size:1.5em; }

/* 공통 */

.cmTitle {letter-spacing:-2px; font-size:20px; margin:20px 0; padding:0;}
.cmpic {width:100%;}
.cmpic img {width:100%;}
.cmpicText {margin:0px;}
.cmpicText li {background:url(../../../../data_files/images/common/li_dot_m.png) left 3px no-repeat; background-size:12px;}
.cmText {margin:0;}
.writer {font-size:16px; margin:10px 0 20px;}

/* 공통 */




#ctt_con .m_fs2em { font-size:2em; }


#top_banner { display:block; }


#ctt_con .m_back0 { background:#ffffff;}



#ctt_con .m_cmstitle { background:#683532; color:#ffffff; display:inline-block; padding:2px 13px; font-size:0.9em; font-weight:bold; }
#ctt_con p { margin-top:20px; }
#ctt_con div { margin:0px; }
#ctt_con .m_mainimg { display:block; position:relative;  width:550px; float:left; }
#ctt_con .m_maintxt { display:block; position:relative; float:left; color:#fff; background:#6a2722; width:320px; height:340px; padding:20px;}
#ctt_con .m_cptn { font-size:0.8em; color:#825736; letter-spacing:-0.05em; line-height:130%; display:inline-block; text-align:left;}
#ctt_con .m_txt1 { color:#beaba9; margin-top:0px;  }
#ctt_con .m_fl { float:left;  }
#ctt_con .m_fr { float:right; }
#ctt_con .m_w850 { width:850px; }
#ctt_con .m_w770 { width:770px; }
#ctt_con .m_w700 { width:700px; }
#ctt_con .m_w670 { width:670px; }
#ctt_con .m_w650 { width:650px; }
#ctt_con .m_w640 { width:640px; }
#ctt_con .m_w630 { width:630px; }
#ctt_con .m_w610 { width:610px; }
#ctt_con .m_w590 { width:590px; }
#ctt_con .m_w580 { width:580px; }
#ctt_con .m_w550 { width:550px; }
#ctt_con .m_w545 { width:545px; }
#ctt_con .m_w530 { width:530px; }
#ctt_con .m_w520 { width:520px; }
#ctt_con .m_w510 { width:510px; }
#ctt_con .m_w490 { width:490px; }
#ctt_con .m_w480 { width:480px; }
#ctt_con .m_w455 { width:455px; }
#ctt_con .m_w445 { width:445px; }
#ctt_con .m_w435 { width:435px; }
#ctt_con .m_w405 { width:405px; }
#ctt_con .m_w390 { width:390px; }
#ctt_con .m_w300 { width:300px; }
#ctt_con .m_w330 { width:330px; }
#ctt_con .m_w320 { width:320px; }
#ctt_con .m_w310 { width:310px; }
#ctt_con .m_w350 { width:350px; }
#ctt_con .m_w290 { width:290px; }
#ctt_con .m_w280 { width:280px; }
#ctt_con .m_w260 { width:260px; }
#ctt_con .m_w240 { width:240px; }
#ctt_con .m_w230 { width:230px; }
#ctt_con .m_w228 { width:228px; }
#ctt_con .m_w200 { width:200px; }
#ctt_con .m_w170 { width:170px; }
#ctt_con .m_w140 { width:140px; }
#ctt_con .m_w120 { width:120px; }
#ctt_con .m_w100 { width:100px; }
#ctt_con .m_w80 { width:80px; }
#ctt_con .m_w60 { width:60px; }
#ctt_con .m_w415 { width:415px; }
#ctt_con .m_w50 { width:50px; }
#ctt_con .m_w40p { width:40%; }
#ctt_con .m_w50p { width:50%; }
#ctt_con .m_w55p { width:55%; }
#ctt_con .m_w60p { width:60%; }
#ctt_con .m_w70p { width:70%; }
#ctt_con .m_w80p { width:80%; }
#ctt_con .m_w90p { width:90%; }
#ctt_con .m_w94p { width:94%; }

#ctt_con .m_bw13 { border:13px solid #fff; }
#ctt_con .m_tal { text-align:left; }
#ctt_con .m_tar { text-align:right; }
#ctt_con .m_is { box-shadow: 1px 1px 2px   rgba(0, 0, 0, 0.6); }
#ctt_con .m_w30 { width:31px; }
#ctt_con .m_h0 { height:0px; }
#ctt_con .m_h30 { height:31px; }
#ctt_con .m_h35 { height:35px; }
#ctt_con .m_h40 { height:40px; }
#ctt_con .m_h60 { height:60px; }
#ctt_con .m_h70 { height:70px; }
#ctt_con .m_mh210 { max-height:210px; !important; }
#ctt_con .m_mh200 { max-height:200px; !important; }
#ctt_con .m_mh190 { max-height:190px; !important; }
#ctt_con .m_mh140 { max-height:140px; !important; }
#ctt_con .m_mh150 { max-height:150px; !important; }
#ctt_con .m_mh160 { max-height:160px; !important; }
#ctt_con .m_mh170 { max-height:170px; !important; }
#ctt_con .m_mh180 { max-height:180px; !important; }
#ctt_con .m_mh110 { max-height:110px; !important; }
#ctt_con .m_mh80 { max-height:80px; !important; }
#ctt_con .m_mih80 { min-height:80px; !important; }
#ctt_con .m_h80 { height:80px; }
#ctt_con .m_h355 { height:355px; }
#ctt_con .m_h345 { height:345px; }
#ctt_con .m_h370 { height:370px; }
#ctt_con .m_h470 { height:470px; }
#ctt_con .m_h340 { height:340px; }
#ctt_con .m_h300 { height:300px; }
#ctt_con .m_h270 { height:270px; }
#ctt_con .m_h140 { height:140px; }
#ctt_con .m_h120 { height:120px; }

#ctt_con .m_mxh340 { max-height:340px; }
#ctt_con .m_bl0 { border-left:0px solid #fff; }

#ctt_con .m_wf { clear:both; display:block;  width:100%; }
#ctt_con .m_bl10b2d1e1 { border-left:10px solid #b2d1e1; }
#ctt_con .m_bl102678a2 { border-left:10px solid #2678a2; }
#ctt_con .m_bl1016a3a4 { border-left:10px solid #16a3a4; }
#ctt_con .m_bl10a43416 { border-left:10px solid #a43416; }
#ctt_con .m_bl10c47323 { border-left:10px solid #c47323; }
#ctt_con .m_bl10b50a42 { border-left:10px solid #b50a42; }
#ctt_con .m_bt0ffffff { border-top:0px solid #ffffff; }



#ctt_con .m_m0a{ margin:0px auto; }
#ctt_con .m_dlabbdd1 { border-bottom:1px dashed #abbdd1; }
#ctt_con .m_mt440 { margin-top:440px; }
#ctt_con .m_mt400 { margin-top:400px; }
#ctt_con .m_mt350 { margin-top:350px; }
#ctt_con .m_mt300 { margin-top:300px; }
#ctt_con .m_mt250 { margin-top:250px; }
#ctt_con .m_mt190 { margin-top:190px; }
#ctt_con .m_mt160 { margin-top:160px; }
#ctt_con .m_mt150 { margin-top:150px; }
#ctt_con .m_mt140 { margin-top:140px; }
#ctt_con .m_mt132 { margin-top:132px; }
#ctt_con .m_mt110 { margin-top:110px; }
#ctt_con .m_mt65 { margin-top:65px; }
#ctt_con .m_mt60 { margin-top:60px; }
#ctt_con .m_mt40 { margin-top:40px; }
#ctt_con .m_mt70 { margin-top:70px; }
#ctt_con .m_mt80 { margin-top:80px; }
#ctt_con .m_mt90 { margin-top:90px; }
#ctt_con .m_mt50 { margin-top:50px; }
#ctt_con .m_mt30 { margin-top:30px; }
#ctt_con .m_mt-10 { margin-top:-10px; }
#ctt_con .m_mt-60 { margin-top:-60px; }
#ctt_con .m_mt-80 { margin-top:-80px; }
#ctt_con .m_mt-110 { margin-top:-110px; }
#ctt_con .m_mt-130 { margin-top:-130px; }
#ctt_con .m_mt-230 { margin-top:-230px; }
#ctt_con .m_mt-260 { margin-top:-260px; }
#ctt_con .m_mt-330 { margin-top:-330px; }
#ctt_con .m_mt-350 { margin-top:-350px; }
#ctt_con .m_mt-380 { margin-top:-380px; }
#ctt_con .m_mt-420 { margin-top:-420px; }
#ctt_con .m_mb30 { margin-bottom:30px; }
#ctt_con .m_mb15 { margin-bottom:15px; }
#ctt_con .m_mt15 { margin-top:15px; }
#ctt_con .m_pt30 { padding-top:30px; }
#ctt_con .m_pt15 { padding-top:15px; }
#ctt_con .m_pb150 { padding-bottom:150px; }
#ctt_con .m_pb15 { padding-bottom:15px; }
#ctt_con .m_pb20 { padding-bottom:20px; }
#ctt_con .m_pl15 { padding-left:15px; }
#ctt_con .m_pr15 { padding-right:15px; }
#ctt_con .m_ptb6 { padding-top:6px; padding-bottom:6px;  }
#ctt_con .m_ptb5 { padding-top:5px; padding-bottom:5px;  }
#ctt_con .m_ptb15 { padding-top:15px; padding-bottom:15px;  }
#ctt_con .m_mt5 { margin-top:5px; }
#ctt_con .m_mb5 { margin-bottom:5px; }
#ctt_con .m_mt10 { margin-top:10px; }
#ctt_con .m_mt30 { margin-top:30px; }
#ctt_con .m_mb20 { margin-bottom:20px; }
#ctt_con .m_mb10 { margin-bottom:10px; }
#ctt_con .m_mt20 { margin-top:20px; }
#ctt_con .m_ml-20 { margin-left:-20px; }
#ctt_con .m_mr-20 { margin-right:-20px; }
#ctt_con .m_ml0 { margin-left:0px; }
#ctt_con .m_ml5 { margin-left:5px; }
#ctt_con .m_ml25 { margin-left:25px; }
#ctt_con .m_ml30 { margin-left:30px; }
#ctt_con .m_mr40 { margin-right:40px; }
#ctt_con .m_mr30 { margin-right:30px; }
#ctt_con .m_mr15 { margin-right:15px; }
#ctt_con .m_ml20 { margin-left:20px; }
#ctt_con .m_ml15 { margin-left:15px; }
#ctt_con .m_ml10 { margin-left:10px; }
#ctt_con .m_ml60 { margin-left:60px; }
#ctt_con .m_ml500 { margin-left:500px; }
#ctt_con .m_ps20 { padding-left:20px; padding-right:20px; }
#ctt_con .m_ps30 { padding-left:30px; padding-right:30px; }
#ctt_con .m_ps0 { padding-left:0px; padding-right:0px; }
#ctt_con .m_ps10 { padding-left:10px; padding-right:10px; }
#ctt_con .m_ms30 { margin-left:30px; margin-right:30px; }
#ctt_con .m_ms20 { margin-left:20px; margin-right:20px; }
#ctt_con .m_ms15 { margin-left:15px; margin-right:15px; }
#ctt_con .m_ms10 { margin-left:10px; margin-right:10px; }
#ctt_con .m_ms0 { margin-left:0px; margin-right:0px; }
#ctt_con .m_bd1efefef { border:1px solid #efefef; }
#ctt_con .m_bd15e3e3e3 { border:15px solid #e3e3e3; }
#ctt_con .m_bt1e3e3e3 { border-top:1px solid #e3e3e3; }
#ctt_con .m_bt2fdd300 { border-top:2px dashed #fdd300; }
#ctt_con .m_bb2fdd300 { border-bottom:2px dashed #fdd300; }

#ctt_con .m_bb1e9ded3 {border-bottom:1px solid #e9ded3; }
#ctt_con .m_bd0 { border:0px dashed #fdd300; }
#ctt_con .m_mt-15 { margin-top:-15px; }
#ctt_con .m_ptb10 { padding-top:10px; padding-bottom:10px;  }

#ctt_con .m_box1 { padding:15px; border:1px solid #efefef; line-height:0px; }
#ctt_con .m_box2 { float:left; padding:15px; border:1px solid #efefef; background:#f9f9f9; line-height:0px; }
#ctt_con .m_box3 { float:left; padding:15px; border:1px solid #efefef; background:#f9f9f9;  }
#ctt_con .m_dpb { display:block; }
#ctt_con .m_dpi { display:inline; }
#ctt_con .m_dpn { display:none; }
#ctt_con .m_dpib { display:inline-block; }
#ctt_con .m_tac { text-align:center; }
#ctt_con .m_cb { clear:both; }
#ctt_con .m_mt0 { margin-top:0px; }
#ctt_con .m_mr0 { margin-right:0px; }
#ctt_con .m_mb0 { margin-bottom:0px; }
#ctt_con .m_lh0 { line-height:0px; } 
#ctt_con .m_fb { font-weight:bold; }
#ctt_con .m_pt15 { padding-top:15px; }
#ctt_con .m_p10 { padding:10px; }
#ctt_con .m_p5 { padding:5px; }
#ctt_con .m_p3 { padding:3px; }
#ctt_con .m_p0 { padding:0px; }
#ctt_con .m_fs20 { font-size:2.0em; }
#ctt_con .m_fs15 { font-size:1.5em; }
#ctt_con .m_fs14 { font-size:1.4em; }
#ctt_con .m_fs12 { font-size:1.2em; }
#ctt_con .m_fs13 { font-size:1.3em; }
#ctt_con .m_fs11 { font-size:1.1em; }
#ctt_con .m_fs10_pt { font-size:10pt; }
#ctt_con .m_fs9p { font-size:9pt; }
#ctt_con .m_fs10p { font-size:10pt; }
#ctt_con .m_fs11p { font-size:10pt; }
#ctt_con .m_fs12p { font-size:12pt; }
#ctt_con .m_fs13p { font-size:13pt; }
#ctt_con .m_fs14p { font-size:14pt; }
#ctt_con .m_fcffffff { color:#ffffff; }
#ctt_con .m_fc188f00 { color:#188f00; }
#ctt_con .m_fc6fc500 { color:#6fc500; }
#ctt_con .m_fc6f1919 { color:#6f1919; }
#ctt_con .m_fc1e8d64 { color:#1e8d64; }
#ctt_con .m_fcff8dac { color:#ff8dac; }
#ctt_con .m_fcffdd8c { color:#ffdd8c; }
#ctt_con .m_fc56698a { color:#56698a; }
#ctt_con .m_fc256622 { color:#256622; }
#ctt_con .m_fc2f8bba { color:#2f8bba; }
#ctt_con .m_fc7c4912 { color:#7c4912; }
#ctt_con .m_fc335473 { color:#335473; }
#ctt_con .m_fcc4ee9e { color:#c4ee9e; }
#ctt_con .m_fc6a2722 { color:#6a2722; }
#ctt_con .m_fc265443 { color:#265443; }
#ctt_con .m_fcd7ff00 { color:#d7ff00; }
#ctt_con .m_fc237576 { color:#237576; }
#ctt_con .m_fcc5b4b3 { color:#c5b4b3; }
#ctt_con .m_fc333333 { color:#333333; }
#ctt_con .m_fc666666 { color:#666666; }
#ctt_con .m_fc999999 { color:#999999; }
#ctt_con .m_fc000000 { color:#000000; }
#ctt_con .m_fced4338 { color:#ed4338; }
#ctt_con .m_fcb50a42 { color:#b50a42; }
#ctt_con .m_fcc77000 { color:#c77000; }
#ctt_con .m_fc8739a4 { color:#8739a4; }
#ctt_con .m_fc6d9aca { color:#6d9aca; }
#ctt_con .m_fc219b63 { color:#219b63; }
#ctt_con .m_fc435f62 { color:#435f62; }
#ctt_con .m_fce68a13 { color:#e68a13; }
#ctt_con .m_fc6c5542 { color:#6c5542; }
#ctt_con .m_fcfe4f5a { color:#fe4f5a; }
#ctt_con .m_fcfe8047 { color:#fe8047; }
#ctt_con .m_fc683532 { color:#683532; }
#ctt_con .m_fc1b397e { color:#1b397e; }
#ctt_con .m_fc9d6c0c { color:#9d6c0c; }
#ctt_con .m_fc795000 { color:#795000; }
#ctt_con .m_fc5b91dd { color:#5b91dd; }
#ctt_con .m_fc4ac222 { color:#4ac222; }
#ctt_con .m_fc489844 { color:#489844; }
#ctt_con .m_fc507ea9 { color:#507ea9; }
#ctt_con .m_fc993333 { color:#993333; }
#ctt_con .m_fc2bb373 { color:#2bb373; }
#ctt_con .m_fc007b42 { color:#007b42; }
#ctt_con .m_fcff8b0f { color:#ff8b0f; }
#ctt_con .m_fc2f7fd9 { color:#2f7fd9; }
#ctt_con .m_fcea4530 { color:#ea4530; }
#ctt_con .m_fcffa800 { color:#ffa800; }
#ctt_con .m_fcd16814 { color:#d16814; }



#ctt_con .m_fcff9ba1 { color:#ff9ba1; }
#ctt_con .m_fcfe4f5a { color:#fe4f5a; }




#ctt_con .m_fwb { font-weight:bold; }



#ctt_con .m_bgf6f4e9 { background:#f6f4e9; }
#ctt_con .m_bgf5f5f5 { background:#f5f5f5; }
#ctt_con .m_bgc4ee9e { background:#c4ee9e; }
#ctt_con .m_bgeee89e { background:#eee89e; }
#ctt_con .m_bgffa114 { background:#ffa114; }
#ctt_con .m_bgecead7 { background:#ecead7; }
#ctt_con .m_bg6cb8ad { background:#6cb8ad; }
#ctt_con .m_bg36acba { background:#36acba; }
#ctt_con .m_bge3f3ed { background:#e3f3ed; }
#ctt_con .m_bg15397d { background:#15397d; }
#ctt_con .m_bgf3f8ff { background:#f3f8ff; }
#ctt_con .m_bgeaf6d9 { background:#eaf6d9; }
#ctt_con .m_bge3f3fb { background:#e3f3fb; }
#ctt_con .m_bg2f8bba { background:#2f8bba; }
#ctt_con .m_bgf6f5ed { background:#f6f5ed; }
#ctt_con .m_bg9e2500 { background:#9e2500; }
#ctt_con .m_bgecf6f6 { background:#ecf6f6; }
#ctt_con .m_bg4fc9ca { background:#4fc9ca; }
#ctt_con .m_bgf0faff { background:#f0faff; }
#ctt_con .m_bgfcf5e8 { background:#fcf5e8; }
#ctt_con .m_bgd99b5e { background:#d99b5e; }
#ctt_con .m_bgffc000 { background:#ffc000; }
#ctt_con .m_bg9ad4da { background:#9ad4da; }
#ctt_con .m_bg6ac4a2 { background:#6ac4a2; }
#ctt_con .m_bgff8fb2 { background:#ff8fb2; }
#ctt_con .m_bgefaf39 { background:#efaf39; }
#ctt_con .m_bgfff4e0 { background:#fff4e0; }
#ctt_con .m_bg335473 { background:#335473; }
#ctt_con .m_bg4e72bb { background:#4e72bb; }
#ctt_con .m_bg007ac7 { background:#007ac7; }
#ctt_con .m_bg302148 { background:#302148; }
#ctt_con .m_bgffffff { background:#ffffff; }

#ctt_con .m_bb0ffffff { border-bottom:0px solid #ffffff; }
#ctt_con .m_bdrd10 { border-radius:10px; }
#ctt_con .m_st01 {  background-image:url(''); background-repeat:no-repeat; background-position:-35px 0;}
#ctt_con .m_st02 {  background-image:url(../../../../data_files/226/stitle_end.png); background-repeat:no-repeat; background-position:100% 0;}
#ctt_con .m_st03 {  background-image:url(../../../../data_files/226/stitle_end2.png); background-repeat:no-repeat; background-position:100% 0;}
#ctt_con .m_br30 { display:block; border-radius:30px; }
#ctt_con .m_ls { letter-spacing:-0.5px; }
#ctt_con .m_ls05 { letter-spacing:-0.05em; }
#ctt_con .m_ls07 { letter-spacing:-0.07em; }
#ctt_con .m_ml { left:-100px; }
#ctt_con .m_lh110 { line-height:110%; }
#ctt_con .m_lh110p { line-height:110%; }
#ctt_con .m_lh120p { line-height:120%; }
#ctt_con .m_lh130 { line-height:130%; }
#ctt_con .m_lh130p { line-height:130%; }
#ctt_con .m_lh140p { line-height:140%; }
#ctt_con .m_lh160 { line-height:160%; }
#ctt_con .m_lh180 { line-height:180%; }
#ctt_con .m_lh190 { line-height:190%; }
#ctt_con .m_fcff9a8d { color:#ff9a8d }
/* family_03, 지점 탐방 / 대구지점 사람들 */
#ctt_con .m_writer1 {  background:url(../../../../data_files/226/family_02_02.jpg) left 0px no-repeat; text-align:center;}
#ctt_con .m_writer1 p { display:inline-block; background:#ffffff; margin:0px;padding:3px 10px; color:#449dc7; }
#ctt_con .m_writer2 {  background:url(../../../../data_files/226/family_02_02.jpg) left 0px no-repeat;  text-align:center;}
#ctt_con .m_writer2 p { display:inline-block; background:#ffffff; margin:0px;padding:3px 10px; color:#de834b; }
#ctt_con .m_writer3 {  background:url(../../../../data_files/226/family_02_02.jpg) left 0px no-repeat;  text-align:center;}
#ctt_con .m_writer3 p { display:inline-block; background:#ffffff; margin:0px;padding:3px 10px; color:#7cbf4b; }
#ctt_con .m_posab { position:absolute; }
#ctt_con .m_posr { position:relative; }
#ctt_con .m_writerbox1 {float:left; width:95%; border:1px solid #cacaca; background:#f4f7fd; padding:40px 20px; margin-top:40px;}
#ctt_con .m_writerbox2 {float:left; width:100%; border:1px solid #cacaca; background:#f4f7fd; padding:0px; margin-top:40px;}
.culturelife_04 .text01 {width:90%; padding:10px 5% 25px; font-style:italic; color:#00a651; font-weight:bold;}
.culturelife_04 .text02 { font-weight:bold; font-size:1.1em; color:#666699; display:block; margin-bottom:10px;/*background:url(../../../../data_files/images/culturelife/cul03pic06.png) left top no-repeat; background-size:45px; */}
#ctt_con .m_quiz_btn {  background:#ffffff; background-image:url(../../../../data_files/226/quiz_02_02.png); width:436px; height:191px; background-repeat:no-repeat; border:0px solid #ffffff; cursor:pointer; }
#ctt_con .m_quiz_btn2 {  background:#ffffff; background-image:url(../../../../data_files/226/quiz_01_02.png); width:436px; height:191px; background-repeat:no-repeat; border:0px solid #ffffff; cursor:pointer; }

#ctt_con .p_view  { display:none; }
#ctt_con .m_view  { display:block; }


/*////////////////////////////////////// 생생현장 /////////////////////////////////////*/

/* people_01, 멘토링 활동기 */
.people_01 {width:100%;}
.people_01 .allbox01 {width:100%; height:auto; box-sizing:border-box; background:url(../../../../data_files/images/people/peo01picbg_m.jpg) left top no-repeat; background-size:100%; border-bottom:1px solid #d1d1d0;}
.people_01 .allbox01 .text01 {font-size:3em; color:#5f5148; text-align:center; font-weight:bold; letter-spacing:-2px; margin-top:35px; width:100%; height:70px; background:url(../../../../data_files/images/people/peo01picbar.jpg) center bottom no-repeat;}
.people_01 .allbox01 .text02 {margin:25px 0 20px; text-align:center; }

.people_01 .allbox01 .bar {width:100%;}
.people_01 .allbox01 .img_mbox {width:50.4%; margin:15px 24.9% 20px;}
.people_01 .allbox01 .img_mbox p {width:31.3%; margin-left:2.2%; box-sizing:border-box;}
.people_01 .allbox01 .img_mbox p img {max-width:125px;}

.people_01 .allbox01 .icon04 {left:3%; bottom:16%; width:18.6%; max-width:169px;}
.people_01 .allbox01 .icon05 {bottom:-0.9%; width:17.5%;}

.people_01 .wrap .name {width:98%; margin:50px 1% 20px;} 

/* people_01, 멘토링 활동기 */



/* people_03, 설비부가-맺어준-장인과-사위 */
.people_03 {width:100%;}

.people_03 .cmTextbox {width:96%; padding:40px 2%;}
.people_03 .cmTextbox .p02picbox01 {width:45%; height:auto; margin-left:-2.1%; padding-bottom:10px;}
.people_03 .cmTextbox .p02txtbox01 {width:54%; margin-left:2%;}
.people_03 .cmTextbox .p02picbox01 .img01 {width:100%;}

/* people_03, 설비부가-맺어준-장인과-사위 */



/* people_02, 지점탐방-포항지점사람들 */
.people_02 {width:100%;}

.people_02 .p02pic {width:90%; margin:40px 5%; padding:10px 10px 10px 10px; border:1px solid #cacaca;}
.people_02 .p02text {width:48%; margin-right:2%;}

.people_02 .p02box {width:40%; min-height:410px; height:auto; margin-right:5%; padding:30px 2%;}

.people_02 .p02Txtbox {width:96%; padding:17px 2%;}

.people_02 .p02picbox01 {width:64.8%; margin:30px 0 0 0;}
.people_02 .p02picbox02 {width:33.6%; margin:30px 0 0 1.6%;}

/* people_02, 지점탐방-포항지점사람들 */



/* people_04, 장춘공장 3년, 제무경 과장 */
.people_04 {width:100%;}

.people_04 .face {width:30%; margin:10px 5% 0;}
.people_04 .face img {max-width:270px;}
.people_04 .text01 {width:60%;}
.people_04 .text02 {margin-top:20px;}

.people_04 .imgbox01 {width:90%; padding:0 5%}
.people_04 .imgbox01 .img01 {width:90%; max-width:760px; margin:-32px 5% 30px;}

.people_04 .imgbox02 {width:100%;}
.people_04 .imgbox02 .img02 {width:50%; max-width:454px; margin:0 25%;}

/* people_04, 장춘공장 3년, 제무경 과장 */



/*////////////////////////////////////// 생생현장 /////////////////////////////////////*/

/* CS팀이 돌아보는 2016 */
.scene_01 {width:100%;}

.scene_01 .textbox01 {padding:50px 20%;}

.scene_01 .wrap {width:90%; margin-top:30px; padding:5%; background:#f9f9f9;}
.scene_01 .face {width:100%;}
.scene_01 .face img {width:246px;}

.scene_01 .cscenter {float:left; width:76%; margin:0 8%; padding:30px 4%; border:1px solid #cacaca; border-radius:10px;}
.scene_01 .cscenter .text01 {width:100%;margin:0 30%; z-index:9;}

/* CS팀이 돌아보는 2016 */



/* ‘CJ슈퍼레이스’ 연속 우승 */
.scene_05 {width:100%;}

.scene_05 .writerbox {float:none; width:280px; margin:0 auto;}
.scene_05 .writer {line-heigth:20px; margin-top:10px;}

.scene_05 .img01 {width:47%; height:auto; margin-right:20px; margin-bottom:10px;}
.scene_05 .img01 img {max-width:450px;}

.scene_05 .imgbox01 .img02 {width:45%; padding:0 2.5%;}
.scene_05 .imgbox01 .img03 {float:right; width:45%; padding:0 2.5%;}

.scene_05 .imgbox02 {float:left; width:38%; padding:30px 0 0 2%;}
.scene_05 .imgbox02 .img04 {width:100%;}
.scene_05 .imgbox02 .img05 {width:100%; margin-top:20px;}

.scene_05 .text02 {width:58%; margin-top:30px; padding-left:2%;}

/* ‘CJ슈퍼레이스’ 연속 우승 */



/* 참신활동 기능강사에 듣는다 */
.scene_03 {width:100%;}
.scene_03 .img01 img {width:50%;}

.scene_03 .textbox01 {padding:25px 5% 0; margin:15px 0 30px 0;}
.scene_03 .textbox01 .pc {display:none;}
.scene_03 .textbox01 .mobile {display:block; width:100%; max-width:237px; margin:20px auto 0;}

.scene_03 .conbox {width:90%; margin:0 5% 20px; padding:30px 3%; box-sizing:border-box;}
.scene_03 .conbox dl.text {width:72%;}

.scene_03 .conbox .right {margin-left:2%;}

/* 참신활동 기능강사에 듣는다 */



/* ‘1402 재능기부봉사단’출범 */
.scene_03 {width:100%;}

.scene_04 .allbox01 {float:left; width:100%; margin-top:30px;}
.scene_04 .allbox01 .img01 {width:40%;}
.scene_04 .allbox01 .text01 {width:57%; margin-left:3%;}

.scene_04 .allbox02 {float:left; width:100%; background:#cf3476; margin:30px 0;}
.scene_04 .allbox02 .img00 {float:left; width:40%; margin-top:-19px;}
.scene_04 .allbox02 .img00 img {width:253px;}
.scene_04 .allbox02 .text02 {width:54%; padding:15px 3% 0; }

.scene_04 .text03 {width:40%;}
.scene_04 .img02 {width:56%; margin-left:4%;}
.scene_04 .img02 img {max-width:498px;}

/* ‘1402 재능기부봉사단’출범 */



/*//////////////////////////////////////문화 + 생활/////////////////////////////////////*/

/* 김세은 연구원의 옴니버스 극장 */
.culturelife_01 .img01 img { width:90%; margin:0 5%;}

/* 김세은 연구원의 옴니버스 극장 */



/* 금호분재회의 분재전시회 */
.culturelife_02 {width:100%;}
.culturelife_02 .img00 {margin:0;}
.culturelife_02 .img00 img {width:170px;}

.culturelife_02 .img04 {width:60%; margin:0 20%;}
.culturelife_02 .img04 img {width:100%; max-width:314px;}
.culturelife_02 .img04 .cmpicText {width:60%; margin:0 20%;}
.culturelife_02 .text01 {width:100%; margin-top:30px}

.culturelife_02 .imgbox02 {float:left; background:#eee; width:100%; margin:30px 0; padding:15px 50px;}
.culturelife_02 .imgbox02 .img05 {width:265px;}
.culturelife_02 .imgbox02 .img06 {width:456px; margin-left:70px;}

.culturelife_02 .textbox01 {float:left; background:#f0ffdb; width:829px; border:1px solid #cacaca; margin:30px 20px 0; padding:30px 20px;}
.culturelife_02 .textbox01 .text02 {font-size:20px; font-weight:bold; text-align:center; color:#aba000; margin-bottom:30px;}
.culturelife_02 .textbox01 .text03 {float:left; width:354px;}
.culturelife_02 .textbox01 .img07 {float:right; width:455px;}

/* 금호분재회의 분재전시회 */



/* 광주공장 심리상담실의 아버지교육 */
.culturelife_03 {width:100%;}

.culturelife_03 .mainbg {position:relative; width:100%;}
.culturelife_03 .bgimg {position:absolute; top:20px; left:5%; background-size:100%; width:30%; height:auto; padding:6.5% 30px;}
.culturelife_03 .bgimg span img {width:40%; height:auto; margin-left:15px;}
.culturelife_03 .face {margin-left:0;}
.culturelife_03 .face img {width:130px;}
.culturelife_03 .writer {margin-top:10px;}

.culturelife_03 .img01 {margin:20px 0;}
.culturelife_03 .img02 {width:60%; margin:0 20%;}
.culturelife_03 .img03 {width:4%; max-width:31px; margin:0 46%;}




/* 광주공장 심리상담실의 아버지교육 */



/* 한방컬럼
.culturelife_04 {width:100%;}

.culturelife_04 .sTitle {float:left; margin:-38px 32% 0; width:36%; max-width:320px; font-size:1.8em;}
.culturelife_04 .cmTitle { color:#f26522; }

.culturelife_04 .img01 {width:40%; margin:45px 30%; min-width:300px;}
.culturelife_04 .imgbox {float:left; width:90%; padding:15px 5%; background:#f9f9f9; margin-bottom:65px;}
.culturelife_04 .imgbox p {width:44%; margin:0 4%;}
.culturelife_04 .imgbox .img03 {margin-left:0px;}

.culturelife_04 .textbox {float:left; width:80%; padding:60px 10%;}
.culturelife_04 .litleTitle {font-size:26px; color:#ff7d00; margin-bottom:28px; letter-spacing:-3px;}

.culturelife_04 .bg2 .textround01 {width:60%;}
.culturelife_04 .bg4 .textround02 {width:60%;}
.culturelife_04 .bg5 .textround03 {width:60%;}

.culturelife_04 .img04 {width:40%; margin-top:180px;}
.culturelife_04 .img04 img {width:75%;}
.culturelife_04 .img05 {width:40%;}
.culturelife_04 .img05 img {width:80%;}
.culturelife_04 .img06 {width:40%;}
.culturelife_04 .img06 img {width:60%;}

.culturelife_04 .img07 {width:33.3%;}
.culturelife_04 .img08 {margin-left:0px;}

.culturelife_04 .text01 {width:92%; padding:0 4%; margin-top:10px;}
.culturelife_04 .text02 {text-align:center;} */
/* 한방컬럼 */




}

@media all and (max-width:860px) {
.culturelife_03 .bgimg {padding:2.5% 30px;}
	
}


/* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● 모바일 ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */

@media all and (max-width:768px) {

/*////////////////////////////////////// 타이어가족 /////////////////////////////////////*/

/* people_01, 멘토링 활동기 */
.people_01 .allbox01 .img_mbox {width:90%; margin:15px 5% 20px;}
.people_01 .allbox01 .img_mbox p {width:31.3%; margin-left:2.2%;}
.people_01 .allbox01 .img_mbox p img {width:95%; margin:0 2.5%; max-width:125px;}

.people_01 .allbox01 .icon04 {display:none;}
.people_01 .allbox01 .icon05 {display:none;}

.people_01 .wrap .name {margin:30px 0 15px;}

/* people_01, 멘토링 활동기 */



/* people_02, 지점탐방-포항지점사람들 */
.people_02 .p02pic {width:96%; margin:40px 2%; padding:1.5%; border:1px solid #cacaca; box-sizing:border-box;}

.people_02 .p02text {width:100%;}
.people_02 .p02box { width:60%; min-height:auto; margin:20px 20%;}
.people_02 .p02box .title dd {font-size:22px;}

.people_02 .p02Txtbox {width:96%; padding:17px 2%;}

.people_02 .p02picbox01 {width:64.8%; margin:30px 0 0 0;}
.people_02 .p02picbox02 {width:33.6%; margin:30px 0 0 1.6%;}

/* people_02, 지점탐방-포항지점사람들 */



/* people_03, 설비부가-맺어준-장인과-사위 */
.people_03 .cmTextbox {width:96%; padding:40px 2%;}
.people_03 .cmTextbox .p02picbox01 {width:104%; padding:0 0.2% 10px 0;}
.people_03 .cmTextbox .p02txtbox01 {width:100%; margin-left:0;}

/* people_03, 설비부가-맺어준-장인과-사위 */



/* people_04, 장춘공장 3년, 제무경 과장 */
.people_04 .face {width:90%; margin:10px 5% 0;}
.people_04 .face img {max-width:270px;}
.people_04 .face .cmpicText {width:60%; margin:20px 20%;}
.people_04 .text01 {width:100%;}
.people_04 .text02 {margin-top:20px;}

.people_04 .imgbox01 {width:100%; padding:0}
.people_04 .imgbox01 .img01 {width:90%; max-width:760px; margin:-32px 5% 30px;}
.people_04 .imgbox02 .img02 {width:54%; max-width:454px; margin:0 23%;}

.people_04 .pc {display:none;}
.people_04 .mobile {display:block;}

/* people_04, 장춘공장 3년, 제무경 과장 */




/*//////////////////////////////////////생생현장/////////////////////////////////////*/

/* CS팀이 돌아보는 2016 */
.scene_01 .textbox01 {width:80%; padding:50px 10%;}
.scene_01 .face img {width:180px;}

.scene_01 .cscenter .text01 {width:80%;margin:0 10%;}
.scene_01 .cscenter .text01 span {width:100%; letter-spacing:-2px; font-size:16px;}

/* CS팀이 돌아보는 2016 */



/* ‘CJ슈퍼레이스’ 연속 우승 */
.scene_05 .writer {float:left; text-align:center; margin:20px 0 30px 0;}

.scene_05 .img01 {width:100%; margin:0 0 30px 0; text-align:center;}
.scene_05 .img01 img {float:none;}

.scene_05 .imgbox01 {width:100%; padding:0; margin:30px 0;}
.scene_05 .imgbox01 img {max-width:450px;}
.scene_05 .imgbox01 .img02 {width:100%;padding:0;}
.scene_05 .imgbox01 .img03 {width:100%;padding:0; margin-top:20px;}

.scene_05 .imgbox02 {width:100%; padding:0; margin-top:30px;}
.scene_05 .imgbox02 img {max-width:450px;}

.scene_05 .text02 {width:100%; padding-left:0;}

/* ‘CJ슈퍼레이스’ 연속 우승 */



/* 참신활동 기능강사에 듣는다 */
.scene_03 .textbox01 .mobile {max-width:180px;}

.scene_03 .conbox {width:90%; margin:0 5% 20px; padding:30px 3%; box-sizing:border-box;}
.scene_03 .conbox .face {width:100%;}
.scene_03 .conbox .face img {max-width:161px;}
.scene_03 .conbox dl.name {width:161px; margin:-7px auto 0;}
.scene_03 .conbox dl.text {width:100%; margin-top:15px;}
.scene_03 .conbox dl.text dt {text-align:center;}

.scene_03 .conbox .right {margin-left:2%;}

/* 참신활동 기능강사에 듣는다 */



/* ‘1402 재능기부봉사단’출범 */

.scene_04 .allbox01 .img01 {width:100%;}
.scene_04 .allbox01 .img01 img {max-width:454px;}
.scene_04 .allbox01 .text01 {width:100%; margin-left:0; margin-top:30px;}

.scene_04 .allbox02 {float:left; width:100%; background:#cf3476; margin:45px 0;}
.scene_04 .allbox02 .img00 {float:left; width:100%; margin-top:-19px;}
.scene_04 .allbox02 .img00 img {width:253px;}
.scene_04 .allbox02 .text02 {width:100%; padding:0; text-align:center; }

.scene_04 .text03 {width:100%;}
.scene_04 .img02 {width:100%; margin-left:0;}
.scene_04 .img02 img {max-width:498px;}

/* ‘1402 재능기부봉사단’출범 */


/*//////////////////////////////////////문화 + 생활/////////////////////////////////////*/

/* 김세은 연구원의 옴니버스 극장 */
.culturelife_01 .img02 {width:100%;}
.culturelife_01 .text01 {width:100%; padding:30px 0; text-align:center;}

/* 김세은 연구원의 옴니버스 극장 */



/* 금호분재회의 분재전시회 */
.culturelife_02 {width:100%;}
.culturelife_02 .img00 {margin:0;}
.culturelife_02 .img00 img {width:130px;}

.culturelife_02 .img04 {width:60%; margin:0 20%;}
.culturelife_02 .img04 img {width:100%; max-width:314px;}
.culturelife_02 .img04 .cmpicText {width:70%; margin:0 15%;}
.culturelife_02 .text01 {width:100%; margin-top:30px}

.culturelife_02 .imgbox02 {width:90%; padding:15px 5%;}
.culturelife_02 .imgbox02 .img05 {width:100%;}
.culturelife_02 .imgbox02 .img05 img {max-width:265px;}
.culturelife_02 .imgbox02 .img06 {width:100%; margin-left:0; margin-top:15px;}

.culturelife_02 .textbox01 {width:90%; margin:30px 3%; padding:30px 2%;}
.culturelife_02 .textbox01 .text02 {font-size:20px; font-weight:bold; text-align:center; color:#aba000; margin-bottom:30px;}
.culturelife_02 .textbox01 .text03 {float:left; width:100%;}
.culturelife_02 .textbox01 .img07 {float:right; width:100%;}

/* 금호분재회의 분재전시회 */



/* 광주공장 심리상담실에서(2) */



/* 한방컬럼 */
.culturelife_05 {width:100%; border:none;}
.culturelife_05 .sTitle {float:left; margin:-40px 25% 0; width:50%; min-width:130px; font-size:1.6em; height:65px; line-height:65px; text-align:center; background:#f26522; color:#fff; letter-spacing:0px;}
.culturelife_05 .cmTitle { color:#f26522; }

.culturelife_05 .img01 {width:50%; margin:45px 25%; min-width:150px;}

.culturelife_05 .bg2 .textround01 {width:100%;}
.culturelife_05 .bg4 .textround02 {width:100%;}
.culturelife_05 .bg5 .textround03 {width:100%; margin-bottom:50px;}

.culturelife_05 .img04 {width:100%;}
.culturelife_05 .img04 img {width:40%; min-width:130px;;}
.culturelife_05 .img05 {width:100%; }
.culturelife_05 .img05 img {width:50%; min-width:150px;;}
.culturelife_05 .img06 {width:40%; position:absolute; right:20px; bottom:0;}
.culturelife_05 .img06 img {width:50%; min-width:130px;;}

.culturelife_05 .img04 {float:right; margin-top:10px;}
.culturelife_05 .img05 {float:left; margin-top:0px; margin-bottom:30px;}
.culturelife_05 .img06 {position:absolute; right:20px; bottom:-10px;}
.culturelife_05 .img07 {width:100%}
.culturelife_05 .img07 img {width:55%}

.culturelife_05 .text01 {width:92%; padding:0 4%; margin-top:10px;}
/* 한방컬럼 */


}

@media all and (max-width:550px) {
	
.people_01 .wrap .imgbox .cmpic {width:100%;}
.people_01 .wrap .imgbox .img02, .img04, .img06 {margin-top:20px;}


.people_02 .p02box { width:80%; min-height:auto; margin:20px 10%;}
.people_02 .p02picbox01 {width:100%;}
.people_02 .p02picbox01 img {max-width:589px;}
.people_02 .p02picbox02 {width:100%;}
.people_02 .p02picbox02 img {max-width:305px;}
.people_02 .p02picbox02 .cmpicText {width:76%; margin:0 12%;}


.people_04 .imgbox01 .stitle {width:100%; margin:0; font-size:15px; letter-spacing:-2px; height:45px; line-height:45px; padding:0;}
.people_04 .imgbox01 {width:100%; padding:0; margin: 30px 0 0 0;}
.people_04 .imgbox01 .img01 {width:100%; margin:0;}

.people_04 .imgbox02 {width:90%; padding:0 5%;}
.people_04 .imgbox02 .img02 {width:100%; margin:0;}

	
}

@media all and (max-width:400px) {
.people_02 .p02box .img01 {width:100%;}
.people_02 .p02box .img01 img {max-width:130px;}


.culturelife_04 .sTitle {font-size:16px;}
	
}