/* #############################################################################
	BEGIN 원래 custom.css 값
############################################################################# */

.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* #############################################################################
	END 원래 custom.css 값
############################################################################# */
p.no-margin {margin-top: 0; margin-bottom: 0;}
a:focus, a:hover {text-decoration: none;}
.big {font-size: larger; }
.big-x {font-size: x-large; }
.big-2x {font-size: xx-large; }
.refer {font-size: smaller; }
.refer2 {font-size: small; }

table {font-size: inherit;}

label {font: inherit;}

.bold {font-weight: 600!important;}

.transparent8 { zoom: 1; filter: alpha(opacity=80); opacity: 0.8; }
.transparent7 { zoom: 1; filter: alpha(opacity=70); opacity: 0.7; }
.transparent6 { zoom: 1; filter: alpha(opacity=60); opacity: 0.6; }
.transparent5 { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }
.transparent4 { zoom: 1; filter: alpha(opacity=40); opacity: 0.4; }
.transparent3 { zoom: 1; filter: alpha(opacity=30); opacity: 0.3; }
.transparent2 { zoom: 1; filter: alpha(opacity=20); opacity: 0.2; }
.transparent1 { zoom: 1; filter: alpha(opacity=10); opacity: 0.1; }

.full-img {width: 100%;}
img.fix-h.h100 {height: 100px;}
img.fix-h.h160 {height: 160px; width: 100%;}
img.fix-h.h200 {height: 200px;}

img.flag-manu {width: 40px;}
.center-img {margin: auto;}
.resume {height: 240px;}

.border-img {
    border: 1px solid #fff;
}
.border-img:hover {
    border: 1px dashed #999;
}

img.view-in {
    object-fit: cover;
    width: 100%;
    max-height: 160px;
}

.alert {
    padding: 10px 8px;
}

.text-to-left {direction: rtl}

.text-over-not {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.under {
    padding-bottom: 2px;
    color: #0b5fb5;
    border-bottom: 1px dotted;
}

p.block-title span {
    background-color: inherit;
    padding: 0 12px;
}

p.block-title.bg01 span {
    background-color: #FFF;
}


p.block-title {
    font-size: 24px;
    font-weight: 500;
}

p.block-title.bg01 {
    background-image: url('/_comm2/img/bg_slash_01.gif');
    background-position: left center;
    background-repeat: repeat-x;
}

li .title {
    margin-right: 12px;
}

ul.subject>li {
    margin-top: 20px;
    font-size: larger;
}
ul.subject.f-blue1>li {color: #1111E0;}
ul.subject.f-red1>li {color: #D60003;}
ul.subject.f-green1>li {color: #1BA48F;}

ol.no-num {
	list-style-type: none;
    margin-left: 20px;
}
.chk-img {margin-left: 40px;}
.chk-img.no-img {
	margin-left: 0px;
	list-style-image: none;
}
.chk-img.red1 {list-style-image: url(/_comm2/img/chk_red1.png);}
.chk-img.red2 {list-style-image: url(/_comm2/img/chk_red2.png);}
.chk-img.blue1 {list-style-image: url(/_comm2/img/chk_blue1.png);}
.chk-img.blue2 {list-style-image: url(/_comm2/img/chk_blue2.png);}
.chk-img.pink1 {list-style-image: url(/_comm2/img/chk_pink1.png);}
.chk-img.green1 {list-style-image: url(/_comm2/img/chk_green1.png);}
.chk-img.green2 {list-style-image: url(/_comm2/img/chk_green2.png);}
.chk-img.green3 {list-style-image: url(/_comm2/img/chk_green3.png);}
.chk-img.yellow1 {list-style-image: url(/_comm2/img/chk_yellow1.png);}
.chk-img.purple1 {list-style-image: url(/_comm2/img/chk_purple1.png);}
.chk-img.orange1 {list-style-image: url(/_comm2/img/chk_orange1.png);}
.chk-img.red1s {list-style-image: url(/_comm2/img/chk_red1_s.png);}
.chk-img.blue1s {list-style-image: url(/_comm2/img/chk_blue1_s.png);}
.chk-img.pink1s {list-style-image: url(/_comm2/img/chk_pink1_s.png);}
.chk-img.green1s {list-style-image: url(/_comm2/img/chk_green1_s.png);}
.chk-img.yellow1s {list-style-image: url(/_comm2/img/chk_yellow1_s.png);}
.chk-img.purple1s {list-style-image: url(/_comm2/img/chk_purple1_s.png);}
.chk-img.orange1s {list-style-image: url(/_comm2/img/chk_orange1_s.png);}

.bbs-icon a {
    text-align: center;
    color: #ededed;
	font-size: 14px;
	font-weight: 600;
}

.bbs-icon a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.cata-icon p {
	font-size: 14px;
	text-align: center;
    margin: -10px 0 40px;
}

.c-line {
	width: 40px;
	height: 4px;
	margin: 0 auto 30px auto;
}

.c-content-overlay .c-overlay-wrapper .c-overlay-content .title {
	display: block;
    border-radius: 4px;
    text-align: center;
    padding: 4px;
    font-size: 14px;
    margin: 8px 5px 0;
    width: 100%;
}
.c-content-overlay .c-overlay-wrapper .c-overlay-content .title span {font-size: small;}

.c-content-box.c-no-padding {
    padding: 0;
}

.c-content-feature-2 .c-icon-wrapper {
    margin: 0;
}

.c-content-feature-2 .fa-border {
    border-width: 1px;
    padding: 12px;
}

.c-content-feature-2 p {
    padding-left: 80px;
	font-size: 16px;
}

.c-content-person-1 .c-body {
	padding: 8px 0;
	min-height: 120px;
}

.c-theme-bg-parent-hover:hover p {
	color: #000;
}

.c-content-feature-2 p.title {
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
}


/* 다음지도API를 표시할 DIV의 특성 */
.daum-api {
	width: 100%;
	height: 500px;
}
.map-api {
    white-space: nowrap;
    margin: 2px 4px;
    font-size: 12px;
}

.content-map .addr {
	background: #232379;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid #cdcdcd;
}

.img-third {
	width: 31%;
}

.in-div {
    padding-left: 4px;
    padding-right: 4px;
}

.in-div-0 {
    padding-left: 0;
    padding-right: 0;
}

/* bootstrap에서 제공하는 css에 공간 조정하기 또는 css 추가하기 */
[class^="bg-"] {
    padding: 2px 4px;
}

.bg-width {padding: 15px;}
.bg-blue-1 {background-color: #004080 !important;}
.bg-blue-2 {background-color: #0A0EAE !important;}
.bg-red-1 {background-color: #ffeeec !important;}
.bg-white {background-color: #FFF !important;}
.bg-grey-1 { background: #777 !important; }
.bg-grey-2 { background: #999 !important; }
.bg-grey-3 { background: #ccc !important; }

.bg-blue-hoki { background: #67809F!important; }
.bg-blue-steel { background: #4B77BE!important; }
.bg-blue-madison { background: #578ebe!important; }
.bg-red-sunglo { background: #E26A6A!important; }
.bg-red-01 {background-color: #F9CCC9!important;}
.bg-purple-studio { background: #8E44AD!important; }
.bg-green-turquoise { background: #36D7B7!important; }
.bg-green-meadow { background: #1BBC9B!important; }
.bg-yellow-saffron { background: #F4D03F!important; }
.bg-yellow { background: #f3e200 !important; }
.bg-grey-cascade { background: #95A5A6!important; }
.bg-grey-cobalt { background: #2d4766!important; }

.bg-round-20 {border-radius: 20px;}
.bg-round-40 {border-radius: 40px;}
.bg-round-50 {border-radius: 50px;}

.bg-pad-01 {padding: 4px 32px 6px;}
.bg-font-st-01 {font-size: 32px;}

#broken-ie {
    position: absolute;
    z-index: 9998;
    top: 0;
    background-color: #d40000;
    color: #fff;
    width: 100%;
    text-align: center;
}

#broken-ie p {
    margin-bottom: 4px;
}

#broken-ie a,
#broken-ie a:hover,
#broken-ie a:focus,
#broken-ie a:active {
    color: inherit;
}

.close-broken-ie {
    margin-left: 40px;
    color: #fff;
    cursor: pointer;
}

.call-bbs span {
    font-size: smaller;
    font-weight: 300;
    margin-left: 20px;
}

[class*='area-'] {
    margin-left: auto;
    margin-right: auto;
}

.blinking {
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
	-moz-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@media (min-width: 1401px) {
}

@media (min-width: 992px) {
    .area-1600 {width: 1600px;}
    .area-1200 {width: 1200px;}
    .area-1000 {width: 1000px;}
    .area-800 {width: 800px;}
    .area-600 {width: 600px;}
    .area-400 {width: 400px;}

    .bg-red-01 {
        background-color: #F9CCC9;
        border-radius: 20px;
        padding: 4px 32px 6px;
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .area-1600,.area-1200,.area-1000 {width: 800px;}
    .bg-pad-01 {padding: 4px 20px 6px;}
    .bg-font-st-01 {font-size: 24px;}
}

@media (max-width: 767px) {
    [class*='area-'] {
        width: 100%;
    }
    .bg-pad-01 {padding: 4px 12px 6px;}
    .bg-font-st-01 {font-size: 18px;}
}


/* --------------------------
	yti 배경의 설정
-------------------------- */
.yti-bg {
	padding: 4px;
}

/* 위 row에서 배경을 사용했고, 이하 row가 위 row와 연계된 정보를 담고 있을 때, 테두리를 같은 색상으로 처리한다.*/
.bd-next-bg-info {border: 1px solid #d9edf7;}
.bd-next-bg-success {border: 1px solid #dff0d8;}

.text-center {text-align: center !important;}

.text-hot{color:#af0000 !important;}
.text-blue{color:#0000ff !important;}
.text-sky{color:#8ba3ff!important;}
.text-yellow{color:#DBE000 !important;}
.text-yellow-01{color:#FFEE00 !important;}
.text-white{color:#FFF !important;}
.text-black { color:#000 !important; }
.text-black2 { color:#1D1D1B !important; }

.text-red{ color:#ff0000 !important; }
.text-orange{ color:#d613ce !important; }
.text-grey{ color:#CCC !important; }
a.text-grey:hover{ color:#999 !important; }
.text-grey-2{ color:#696969 !important; }
.text-grey-3{ color:#9c9c9c !important; }

.divider {
    background: #E2B0B0;
    height: 1px;
    margin: 0;
	padding: 0 !important;
}

.tp-banner-container.tp-fullscreen {
    height: auto;
}


/* 
--------------------------------------------------------
breadcrumb
--------------------------------------------------------
*/
.breadcrumb {
	background: none;
    margin: 0;
    padding: 15px 10px;
}
.breadcrumb a:hover {font-weight: 600;}


/* 만일 배경이 어두워서 흰색계열의 폰트를 사용해야 하는 경우에는... */
.breadcrumb.c-font-grey-lti-1 a {color: #FFEE00;}

.breadcrumb > .active {
    font-weight: bold;
    color: inherit;
}

.yti-breadcrumb {
	border-bottom:1px solid #ddd;
	background-color:#fff;
}

.yti-breadcrumb * {
    list-style: none;
}

.yti-breadcrumb .yti-breadcrumb-inner {
	position:relative;
	margin:0 auto; 
	height:35px;
}

.yti-breadcrumb ul {
	position:absolute; 
	left:0; 
	top:0; 
	width:100%; 
	z-index:99; 
}

.yti-breadcrumb ul:after {
	content:""; 
	display:block; 
	clear:both; 
}

.yti-breadcrumb ul li a { 
	display:inline-block; 
	margin:0 20px; 
	font-size:14px; 
	color:#333; 
	line-height:35px; 
	padding-right:34px; 
}

.yti-breadcrumb ul li a:hover, .yti-breadcrumb ul li a:focus { color:#333; }
.yti-breadcrumb ul li .depth-in { position:static; display:none; padding:0; }
.yti-breadcrumb ul li .depth-in li { padding:0; }
.yti-breadcrumb ul li .depth-in li a { display:block; margin:0; font-size:13px; font-weight:normal; color:#555; line-height:34px; padding:0 0 0 10px; background:#fff; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.yti-breadcrumb ul li .depth-in li a:hover,
.yti-breadcrumb ul li .depth-in li a:focus { text-decoration:underline; font-weight:600; color:#027fc8; }
.yti-breadcrumb ul li.depth-first { float:left; margin-left:50px; }
.yti-breadcrumb ul li.depth-first a { display:block; margin-left:0; padding:0; }
.yti-breadcrumb ul li.depth-middle { float:left; background:url('/_comm2/img/home_arrow.png') no-repeat left top; }
.yti-breadcrumb ul li.depth-middle a { display:block; padding-left:18px; background:url('/_comm2/img/portlet-collapse-icon.png') no-repeat right 10px; }
.yti-breadcrumb ul li.depth-middle.on { background:url('/_comm2/img/home_arrow.png') no-repeat left top; }
.yti-breadcrumb ul li.depth-middle.on .depth-in { display:block; }
.yti-breadcrumb ul li.depth-last { float:left; background:url('/_comm2/img/home_arrow.png') no-repeat left top; }
.yti-breadcrumb ul li.depth-last a { display:block; font-size:14px; font-weight:600; color:#027fc8; padding-left:18px; background:url('/_comm2/img/portlet-collapse-icon.png') no-repeat right 10px; }
.yti-breadcrumb ul li.depth-last.on { background:url('/_comm2/img/home_arrow.png') no-repeat left top; }
.yti-breadcrumb ul li.depth-last.on .depth-in { display:block; }
.yti-breadcrumb ul li.depth-last .depth-in li a { display:block; color:#333; padding-right:23px; }
.yti-breadcrumb ul li.depth-last .depth-in li a:hover,
.yti-breadcrumb ul li.depth-last .depth-in li a:focus { color:#027fc8; }


.cbp-popup-lightbox-title {padding-right: 0 !important;}
.cbp-popup-singlePage .cbp-popup-content {max-width: 100%;}

/*
.cbp-popup-singlePage .cbp-popup-content .container {width: 1600px;}
*/
.cbp-popup-singlePage .cbp-popup-content img {width: 100%;}

.cbp-l-filters-button .cbp-filter-counter, .cbp-l-filters-buttonCenter .cbp-filter-counter {
    font-size: 18px;
    padding: 2px 0 6px;
    font-weight: 600;
}

.cbp-caption-activeWrap .c-masonry-border {border: 1px solid rgba(255, 255, 255, 0.4);}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {min-width: inherit;}

.cbp .cbp-caption img.fix-h {
    height: 227px;
}

/* bxslider */
.bxslider {padding: 0;}

.bx-wrapper {
	margin-top: 10px;
    margin-bottom: 4px;
}

.bx-wrapper .bx-viewport {
	left: 0px;
	border: none;
}

.bx-wrapper .bx-viewport {
    border: none;
	left: 0px;
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-pager img {
    opacity: 0.5;
    filter: alpha(opacity=50);
	border: 4px none;
}

.bx-pager a.active img {
    opacity: 1;
    filter: alpha(opacity=100);
	border: 4px solid #F3565D;
}

#bx-pager a img {
    width: 80px;
    height: 60px;
    border: 2px solid;
}

.bx-wrapper .bx-controls-direction a {
	width: 56px;
	height: 56px;
	top: 45%;
}

.bx-wrapper .bx-prev {
    background: url(/_comm2/img/btn_arrow_01.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
    background: url(/_comm2/img/btn_arrow_01.png) no-repeat -56px 0;
}

.bx-wrapper .bx-prev:hover {
    background-position: -0 -56px;
}

.bx-wrapper .bx-next:hover {
    background-position: -56px -56px;
}

/* 
큰 슬라이드 전체를 링크 연결할때, margin을 두는 이유는 좌우 화살표와의 충돌을 예방하기 위해서~
주의 : col-xs 상황에서의 margin을 별도로 처리해야 함
*/
.bxslider li > a.full-size {
    /*
	margin: 0px 60px;
	*/
    display: block;
    width: 100%;
    height: 100%;
}

.bxslider-text {
    font-size: 3em;
    color: #fff;
    position: absolute;
    z-index: 9999;
    text-align: center;
    bottom: 26%;
    width: 100%;  
    visibility:hidden;
}

.bxslider-text.active-slide {
	visibility: visible;
    text-shadow: 1px 2px 2px #4a4a4a;
    letter-spacing: -2px;
}

.bxslider-shadow {
    background: rgba(0, 0, 0, 0.4);
    padding: 0 8px;
}

.bx-wrapper img.center {
    margin-left: auto;
    margin-right: auto;
}

.bx-wrapper img.center.btn-y {
	margin-top: 40px;
	width: 160px;
}

.bx-wrapper a.btn {
    padding: 14px 22px 12px;
    font-size: 0.6em;
    font-weight: 300;
    margin-top: 24px;
	letter-spacing: 0px;
}

.fileinput------------- .btn {
	padding: 4px 8px;
}
.fileinput---------- .thumbnail>img {
    max-height: 100%;
    width: 100%;
}

.btn.btn----------------file {
    border: 1px solid #4ad400;
    color: #379e00;
}
.btn.btn------------------file:hover {
    color: #FFF;
    background-color: #4ad400;
}

.btn.fileinput-------------del,
.btn.fileinput--------------exists {
    border: 1px solid #d40000;
    color: #9e0000;
}
.btn.fileinput--------------del:hover,
.btn.fileinput-----------------exists:hover {
    color: #FFF;
    background-color: #d40000;
}

.yti-block {
    border: 1px solid #cdcdcd;
    padding: 4px 12px;
    min-height: 256px;
    margin-bottom: 8px;
}
.yti-block:hover {border-color: #f00;}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
	.bxslider-text {font-size: 2em;}

	.yti-block {
		min-height: 324px;
	}

	.bx-wrapper img {max-width: 80%;}

}

@media (max-width: 767px) {
	.c-content-box.c-size-sm.h-xs {padding: 0px 0;}
	.bxslider-text {font-size: 1.4em;}
	.yti-breadcrumb ul li.depth-first { margin-left:8px; }
	.yti-breadcrumb ul li a {
		margin: 0 4px;
		padding-right: 24px;
	}

	.bxslider li > a.full-size {
		margin: 0px 0px;
	}

	.embed-responsive-16by9 {margin-bottom: 18px;}
	.bx-wrapper img {max-width: 70%;}

	.bx-wrapper img.center.btn-y {margin-top: 20px;}

	p.block-title {font-size: 21px;}

	.call-bbs span {
		display: block;
	    margin-left: 0;
	}

	.call-bbs .btn {
		padding-bottom: 8px;
	}
}

/* 
--------------------------------------------------------
breadcrumb
--------------------------------------------------------
*/
.yti-box {
	/*
    height: 85px;
	*/
    height: 112px;
    margin: 15px 0;
    text-align: center;
    padding: 2px 8px;
    color: #FFF;
    border: 4px solid transparent;
}
.yti-box:hover { border-color: #cdcdcd; }

.yti-box-img {
    margin-top: 0px;
    font-size: 46px;
}

.yti-box-title {
    font-size: 20px;
    font-weight: 600;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}

@media (max-width: 1600px) {
	.yti-box {height: 108px;}
}
@media (max-width: 991px) {
	.yti-box {height: 86px;}
}
/*
===================================================================================================
*/

.bbs-body {
    background-color: #FFF;
}

.page-title {
    margin: 20px 10px;
	border-left: 6px solid;
}

.page-title p {
    margin: 0 0 0 20px;
    color: #333;
    font-size: 20px;
    line-height: 32px;
}

.page-title .top-span {
    color: #777;
    font-size: 14px;
    line-height: 24px;
}

.slogan{
    text-align: center;
    line-height: 32px;
	/*
    font-size: 20px;
	*/
}

.page-block-title {
    font-weight: 600;
}

.logo-txt:before {
    content: url(../img/logo_txt.png);
    /* position: relative; */
    /* z-index: 100000; */
    /* left: -50px; */
    /* top: 10px; */
    display: block;
	transform: scale(.7);
	margin-bottom: -6px;
}

.text-logo {
    font-weight: 300;
    letter-spacing: 0px;
}

.text-ceo-msg {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
}

span.sign {
	font-family: 'Nanum Pen Script', cursive;;
    letter-spacing: 6px;
    font-size: 24px;
    font-weight: 600;
    padding-left: 8px;
}

.border-pad-top-12 {padding-top: 12px;}

/* tab nav */
.tabpanel-perf .nav {
    margin-bottom: 10px;
}

.tabpanel-perf > .nav > li {
    text-align: center;
}

.tabpanel-perf > .nav > li + li {
    padding-left: 4px;
}

.tabpanel-perf > .nav > li > a {
    font-size: 20px;
    font-weight: 300;
    padding: 6px 6px;
    border: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tabpanel-perf > .nav > li > a:hover,
.tabpanel-perf > .nav > li > a:focus,
.tabpanel-perf > .nav > li.active > a,
.tabpanel-perf > .nav > li:active > a {
    font-weight: 600;
}

.tabpanel-perf .tab-content {
    margin: 0 20px 40px;
}

.perf-rec {
    padding: 10px 0;
    border-bottom: 1px dashed #999;
}

.perf-rec ul {
    list-style-image: url('/_comm2/img/bg_dot_green_x2.gif');
}

.perf-rec ul li strong {
    margin-right: 12px;
}

.perf-rec2 {
    border-bottom: 1px dashed #999;
	padding-top: 10px;
    padding-bottom: 10px;
}

.perf-rec2 ul {
    list-style-image: url('/_comm2/img/bg_line_left_red.gif');
    padding-left: 20px;
}

.perf-rec2 ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style-position: inside;
}

.perf-rec2 ul li strong {
    margin-right: 12px;
}

ul.pat01 {
    padding: 0;
    margin: 20px;
	list-style-type: none;
}
ul.pat01 > li:before {
    content: '';
    width: 8px;
    height: 2px;
    float: left;
    margin: 12px -20px 0 -20px;
    background: #999;
}

/* ---------------------------------
BEGIN Social Icons
------------------------------------ */
/***
Social Icons
***/
.social-icons {
  padding: 0;
  margin: 0; }
  .social-icons:before, .social-icons:after {
    content: " ";
    display: table; }
  .social-icons:after {
    clear: both; }
  .social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px; }

	.social-icons.size40 li {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.social-icons li > a {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      width: 28px;
      height: 28px;
      display: block;
      background-position: 0 0;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }

    .social-icons.size40 li > a {
		width: 40px;
		height: 40px;
	}

	.social-icons li:hover > a {background-position: 0 -38px; }
	.social-icons.size40 li:hover > a {background-position: 0 -60px; }

	.social-icons li .amazon {background: url(/_comm2/img/social/amazon.png) no-repeat; }
    .social-icons li .behance {background: url(/_comm2/img/social/behance.png) no-repeat; }
    .social-icons li .blogger {background: url(/_comm2/img/social/blogger.png) no-repeat; }
    .social-icons li .deviantart {background: url(/_comm2/img/social/deviantart.png) no-repeat; }
    .social-icons li .dribbble {background: url(/_comm2/img/social/dribbble.png) no-repeat; }
    .social-icons li .dropbox {background: url(/_comm2/img/social/dropbox.png) no-repeat; }
    .social-icons li .evernote {background: url(/_comm2/img/social/evernote.png) no-repeat; }
    .social-icons li .facebook {background: url(/_comm2/img/social/facebook.png) no-repeat; }
    .social-icons li .forrst {background: url(/_comm2/img/social/forrst.png) no-repeat; }
    .social-icons li .github {background: url(/_comm2/img/social/github.png) no-repeat; }
    .social-icons li .googleplus {background: url(/_comm2/img/social/googleplus.png) no-repeat; }
    .social-icons li .jolicloud {background: url(/_comm2/img/social/jolicloud.png) no-repeat; }
    .social-icons li .last-fm {background: url(/_comm2/img/social/last-fm.png) no-repeat; }
    .social-icons li .linkedin {background: url(/_comm2/img/social/linkedin.png) no-repeat; }
    .social-icons li .picasa {background: url(/_comm2/img/social/picasa.png) no-repeat; }
    .social-icons li .pintrest {background: url(/_comm2/img/social/pintrest.png) no-repeat; }
    .social-icons li .rss {background: url(/_comm2/img/social/rss.png) no-repeat; }
    .social-icons li .skype {background: url(/_comm2/img/social/skype.png) no-repeat; }
    .social-icons li .spotify {background: url(/_comm2/img/social/spotify.png) no-repeat; }
    .social-icons li .stumbleupon {background: url(/_comm2/img/social/stumbleupon.png) no-repeat; }
    .social-icons li .tumblr {background: url(/_comm2/img/social/tumblr.png) no-repeat; }
    .social-icons li .twitter {background: url(/_comm2/img/social/twitter.png) no-repeat; }
    .social-icons li .vimeo {background: url(/_comm2/img/social/vimeo.png) no-repeat; }
    .social-icons li .wordpress {background: url(/_comm2/img/social/wordpress.png) no-repeat; }
    .social-icons li .xing {background: url(/_comm2/img/social/xing.png) no-repeat; }
    .social-icons li .yahoo {background: url(/_comm2/img/social/yahoo.png) no-repeat; }
    .social-icons li .youtube {background: url(/_comm2/img/social/youtube.png) no-repeat; }
    .social-icons li .vk {background: url(/_comm2/img/social/vk.png) no-repeat; }
    .social-icons li .instagram {background: url(/_comm2/img/social/instagram.png) no-repeat; }
    .social-icons li .reddit {background: url(/_comm2/img/social/reddit.png) no-repeat; }
    .social-icons li .aboutme {background: url(/_comm2/img/social/aboutme.png) no-repeat; }
    .social-icons li .flickr {background: url(/_comm2/img/social/flickr.png) no-repeat; }
    .social-icons li .foursquare {background: url(/_comm2/img/social/foursquare.png) no-repeat; }
    .social-icons li .gravatar {background: url(/_comm2/img/social/gravatar.png) no-repeat; }
    .social-icons li .klout {background: url(/_comm2/img/social/klout.png) no-repeat; }
    .social-icons li .myspace {background: url(/_comm2/img/social/myspace.png) no-repeat; }
    .social-icons li .quora {background: url(/_comm2/img/social/quora.png) no-repeat; }
    .social-icons li .kakao {background: url(/_comm2/img/social/kakao.png) no-repeat; }

    .social-icons.size40 li .facebook {background: url(/_comm2/img/social/facebook_40.png) no-repeat; }
    .social-icons.size40 li .twitter {background: url(/_comm2/img/social/twitter_40.png) no-repeat; }
    .social-icons.size40 li .youtube {background: url(/_comm2/img/social/youtube_40.png) no-repeat; }
    .social-icons.size40 li .kakao {background: url(/_comm2/img/social/kakao_40.png) no-repeat; }

  .social-icons.social-icons-color > li > a {
    opacity: 0.7;
    background-position: 0 -38px !important; }
    .social-icons.social-icons-color > li > a:hover {
      opacity: 1; }
  .social-icons.social-icons-circle > li > a {
    border-radius: 25px !important; }

/***
Inline Social Icons
***/
.social-icon {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .social-icon.social-icon-circle {
    border-radius: 25px !important; }

.social-icon.amazon {
  background: url(/_comm2/img/social/amazon.png) no-repeat; }

.social-icon.behance {
  background: url(/_comm2/img/social/behance.png) no-repeat; }

.social-icon.blogger {
  background: url(/_comm2/img/social/blogger.png) no-repeat; }

.social-icon.deviantart {
  background: url(/_comm2/img/social/deviantart.png) no-repeat; }

.social-icon.dribbble {
  background: url(/_comm2/img/social/dribbble.png) no-repeat; }

.social-icon.dropbox {
  background: url(/_comm2/img/social/dropbox.png) no-repeat; }

.social-icon.evernote {
  background: url(/_comm2/img/social/evernote.png) no-repeat; }

.social-icon.facebook {
  background: url(/_comm2/img/social/facebook.png) no-repeat; }

.social-icon.forrst {
  background: url(/_comm2/img/social/forrst.png) no-repeat; }

.social-icon.github {
  background: url(/_comm2/img/social/github.png) no-repeat; }

.social-icon.googleplus {
  background: url(/_comm2/img/social/googleplus.png) no-repeat; }

.social-icon.jolicloud {
  background: url(/_comm2/img/social/jolicloud.png) no-repeat; }

.social-icon.last-fm {
  background: url(/_comm2/img/social/last-fm.png) no-repeat; }

.social-icon.linkedin {
  background: url(/_comm2/img/social/linkedin.png) no-repeat; }

.social-icon.picasa {
  background: url(/_comm2/img/social/picasa.png) no-repeat; }

.social-icon.pintrest {
  background: url(/_comm2/img/social/pintrest.png) no-repeat; }

.social-icon.rss {
  background: url(/_comm2/img/social/rss.png) no-repeat; }

.social-icon.skype {
  background: url(/_comm2/img/social/skype.png) no-repeat; }

.social-icon.spotify {
  background: url(/_comm2/img/social/spotify.png) no-repeat; }

.social-icon.stumbleupon {
  background: url(/_comm2/img/social/stumbleupon.png) no-repeat; }

.social-icon.tumblr {
  background: url(/_comm2/img/social/tumblr.png) no-repeat; }

.social-icon.twitter {
  background: url(/_comm2/img/social/twitter.png) no-repeat; }

.social-icon.vimeo {
  background: url(/_comm2/img/social/vimeo.png) no-repeat; }

.social-icon.wordpress {
  background: url(/_comm2/img/social/wordpress.png) no-repeat; }

.social-icon.xing {
  background: url(/_comm2/img/social/xing.png) no-repeat; }

.social-icon.yahoo {
  background: url(/_comm2/img/social/yahoo.png) no-repeat; }

.social-icon.youtube {
  background: url(/_comm2/img/social/youtube.png) no-repeat; }

.social-icon.vk {
  background: url(/_comm2/img/social/vk.png) no-repeat; }

.social-icon.instagram {
  background: url(/_comm2/img/social/instagram.png) no-repeat; }

.social-icon.reddit {
  background: url(/_comm2/img/social/reddit.png) no-repeat; }

.social-icon.aboutme {
  background: url(/_comm2/img/social/aboutme.png) no-repeat; }

.social-icon.flickr {
  background: url(/_comm2/img/social/flickr.png) no-repeat; }

.social-icon.foursquare {
  background: url(/_comm2/img/social/foursquare.png) no-repeat; }

.social-icon.gravatar {
  background: url(/_comm2/img/social/gravatar.png) no-repeat; }

.social-icon.klout {
  background: url(/_comm2/img/social/klout.png) no-repeat; }

.social-icon.myspace {
  background: url(/_comm2/img/social/myspace.png) no-repeat; }

.social-icon.quora {
  background: url(/_comm2/img/social/quora.png) no-repeat; }

.social-icon.kakao {
  background: url(/_comm2/img/social/kakao.png) no-repeat; }

.social-icon:hover {
  background-position: 0 -38px; }

.social-icon-color {
  opacity: 0.7;
  background-position: 0 -38px !important; }
  .social-icon-color:hover {
    opacity: 1; }

/* ---------------------------------
BEGIN Button Strip 
------------------------------------ */
.btn.default:not(.btn-outline) {
    color: #666;
    background-color: #e1e5ec;
    border-color: #e1e5ec;
}

.btn.red-stripe { border-left: 4px solid #d84a38 !important; }
.btn.blue-stripe { border-left: 4px solid #4B8DF8 !important; }
.btn.dark-stripe { border-left: 4px solid #2f353b !important;}
.btn.green-stripe { border-left: 4px solid #32c5d2 !important;}
.btn.yellow-stripe { border-left: 4px solid #F4D03F !important;}
.btn.purple-stripe { border-left: 4px solid #8E44AD !important;}
  
.btn.ma-4 {margin: 4px 4px 4px 0;}

.btn-center {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.btn-lg > i {
    font-size: 24px;
}

.btn-lg-x {
    font-size: 22px;
    font-weight: 600;
    padding: 12px 0 18px;
    margin-bottom: 18px;
}

/* ---------------------------------
END Button Strip 
------------------------------------ */

.c-line-left {
    width: 30px;
    height: 3px;
}

.c-content-title-1 > .c-line-right, 
.c-content-title-1 > .c-line-left {
    width: 30px;
    height: 3px;
}
.c-content-title-1 > .c-line-left { margin: 0 0 30px 0; }
.c-content-title-1 > .c-line-right { margin: 0 0 30px auto; }

.c-content-cube-col-6 .c-content-person-1 .c-body .c-head .c-socials,
.c-content-cube-col-6 .c-content-person-1 .c-body .c-head .c-name {
    display: block;
    float: inherit;
	margin-top: 0;
}
.c-content-cube-col-6 .c-content-person-1 .c-body {
    min-height: 128px;
}

.c-content-cube-col-6 .c-content-person-1 .c-body p {
    padding: 0;
    font-size: 0.9em;
    margin: 0;
}

.c-font-white a {color: #fff; }
.c-font-white a:active,
.c-font-white a:hover,
.c-font-white a:focus {color: #efefef;}
.c-font-white .table-hover>tbody>tr:hover {
    background-color: rgba(245, 245, 245, .4);
}

.c-font-grey-lti-1 {color: #f7f7f7 !important; }
.c-font-grey-lti-1 small {color: #f7f7f7 !important; }
.c-font-grey-lti-1-hover:hover {color: #f7f7f7 !important; }

.c-btn-blue-4 {
	border-color: #0000FF;
	color: #0000FF;
	background: none;
	border-color: #0000FF;
}
.c-btn-blue-4.btn-no-focus:focus,
.c-btn-blue-4.btn-no-focus.focus {
	color: #0000FF;
	background: none;
	border-color: #0000FF; 
}
.c-btn-blue-4.btn-no-focus:hover,
.c-btn-blue-4:hover,
.c-btn-blue-4.btn-no-focus:active,
.c-btn-blue-4:active,
.c-btn-blue-4.active,
.open > .c-btn-blue-4.dropdown-toggle {
	color: #ffffff;
	background: #0000FF;
	border-color: #0000FF;
}
.c-btn-blue-4:active,
.c-btn-blue-4.active,
.open > .c-btn-blue-4.dropdown-toggle { background-image: none; }

.c-btn-blue-4.disabled,
.c-btn-blue-4.disabled:hover,
.c-btn-blue-4.disabled:not(.btn-no-focus):focus,
.c-btn-blue-4.disabled:not(.btn-no-focus).focus,
.c-btn-blue-4.disabled:active,
.c-btn-blue-4.disabled.active,
.c-btn-blue-4[disabled],
.c-btn-blue-4[disabled]:hover,
.c-btn-blue-4[disabled]:not(.btn-no-focus):focus,
.c-btn-blue-4[disabled]:not(.btn-no-focus).focus,
.c-btn-blue-4[disabled]:active,
.c-btn-blue-4[disabled].active,
fieldset[disabled] .c-btn-blue-4,
fieldset[disabled] .c-btn-blue-4:hover,
fieldset[disabled] .c-btn-blue-4:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-blue-4:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-blue-4:active,
fieldset[disabled] .c-btn-blue-4.active {
	background: none;
	border-color: #0000FF;
}
.c-btn-blue-4 .badge {
	color: none;
	background: #0000FF; 
}

.c-bg-dark-2 {
    background-color: #31383c !important;
	color: #cdcdcd;
}
.c-bg-dark-2 p strong {color: #FFF;}

.c-bg-dark-2-lti {
	background-color: rgba(49,56,60,0.6) !important;
    color: #ffffff;
}

.c-bg-grey-2-lti {
    background-color: #c5c7cc !important;
}

.tparrows.tp-rightarrow----------- {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/_comm2/img/btn_arrow_01.png) no-repeat -56px 0;
    width: 56px;
    height: 56px;
}
.tparrows.tp-rightarrow-------------:hover {background: url(/_comm2/img/btn_arrow_01.png) no-repeat -56px -56px;}
.tparrows.tp-leftarrow------------ {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(/_comm2/img/btn_arrow_01.png) no-repeat 0 0;
    width: 56px;
    height: 56px;
}
.tparrows.tp-leftarrow---------------:hover {background: url(/_comm2/img/btn_arrow_01.png) no-repeat 0 -56px;}


/* Full width modal */
.modal-full.modal-dialog {
	width: 90%;
	height: 95%;
}
.modal-full.modal-dialog .modal-content {height: 100%;}

.t-icon01,
.t-icon02,
.t-icon-ysk {
    display: inline-block;
    background-size: cover;
}
.t-icon01 {background-image: url(/_comm2/img/icons/icons01.png);}
.t-icon02 {background-image: url(/_comm2/img/icons/icons02.png);}
.t-icon-ysk {background-image: url(/_comm2/img/icons/icons_ysk.png);}

.t-icon01.w40, .t-icon02.w40, .t-icon-ysk.w40 { width: 40px; height: 40px; }
.t-icon01.w60, .t-icon02.w60, .t-icon-ysk.w60 { width: 60px; height: 60px; }
.t-icon01.w80, .t-icon02.w80, .t-icon-ysk.w80 { width: 80px; height: 80px; }

.t-icon01.o01, .t-icon02.o01, .t-icon-ysk.o01 {background-position: 0px 100%;}
.t-icon01.o02, .t-icon02.o02, .t-icon-ysk.o02 {background-position: 0px 200%;}
.t-icon01.o03, .t-icon02.o03, .t-icon-ysk.o03 {background-position: 0px 300%;}
.t-icon01.o04, .t-icon02.o04, .t-icon-ysk.o04 {background-position: 0px 400%;}
.t-icon01.o05, .t-icon02.o05, .t-icon-ysk.o05 {background-position: 0px 500%;}
.t-icon01.o06, .t-icon02.o06, .t-icon-ysk.o06 {background-position: 0px 600%;}
.t-icon01.o07, .t-icon02.o07 {background-position: 0px 700%;}
.t-icon01.o08, .t-icon02.o08 {background-position: 0px 800%;}
.t-icon01.o09, .t-icon02.o09 {background-position: 0px 900%;}
.t-icon01.o10, .t-icon02.o10 {background-position: 0px 1000%;}
.t-icon01.o11, .t-icon02.o11 {background-position: 0px 1100%;}
.t-icon01.o12, .t-icon02.o12 {background-position: 0px 1200%;}
.t-icon01.o13, .t-icon02.o13 {background-position: 0px 1300%;}
.t-icon01.o14, .t-icon02.o14 {background-position: 0px 1400%;}
.t-icon01.o15, .t-icon02.o15 {background-position: 0px 1500%;}
.t-icon01.o16, .t-icon02.o16 {background-position: 0px 1600%;}

.youtube-subject {
    font-weight: 600;
    text-align: center;
    padding: 8px;
    margin: 2px 0 8px;
}

@media (max-width: 767px) {
	.desktop-organ { display: none; }
    .mobile-organ { display: inline-block; }
	.modal-full.modal-dialog {width: auto;}
	.yti-box {height: 80px;}
}

@media (min-width: 768px) {
	.c-content-box > .container-fluid {padding: 0 4px;}
    .desktop-organ { display: inline-block; }
    .mobile-organ { display: none; }
}

@media (min-width: 992px) {
	.c-content-box > .container-fluid {padding: 0 40px;}
}

@media (min-width: 1200px) {
}

/* #############################################################################
		BEGIN page nav
############################################################################# */

.page-navi-01 li {
	display: inline-block;
	margin: 4px 2px;
	border-style: none;
	padding: 6px 4px;
	cursor: pointer;
	min-width: 28px;
	text-align: center;
}

.page-navi-01 li:hover {
	text-decoration: none;
}

.page-navi-01 li.hide {
	display: inline-block;
	padding-left: 0;
	list-style-type: none;
	margin: 10px 0 !important;
}

.page-navi-01 .active, 
.page-navi-01 .active:hover {
	cursor: not-allowed;
}

.navi-sch-01 * {margin-right: 4px;}
.navi-sch-01 #edSCH_STR {width: 100px; padding-left: 4px;}
.navi-sch-01 a.btn {
	vertical-align: top;
	padding: 6px 5px 6px 8px;
}
.navi-sch-01 select {height: 34px;}

/* ìƒ‰ìƒ ë³€ê²½ */
.page-navi-01 li:hover,
.page-navi-01 .active, 
.page-navi-01 .active:hover {
	background: #CBCBCB;
	color: #0a0a0a;
}


@media (max-width: 767px) {
	.navi-sch-01 #edSCH_STR {width: 74px;}

	ul.page-navi-01 {
		border: 1px solid #cdcdcd;
		padding-left: 0px;
	}
	.page-navi-01 li {margin: 4px 1px;}
}
/* #############################################################################
		END page nav
############################################################################# */

/* #############################################################################
	BEGIN 메뉴 영역
############################################################################# */
.c-mega-menu .c-log-toggler-wrapper img.img-circle {height: 36px;}



.log {
    border: 1px solid;
    padding: 0 8px;
    color: #8c8c8c;
    /*
	float: right;
	*/
	margin-right: 6px;
}
.log a {color: inherit;}

@media (min-width: 992px) {

}

@media (min-width: 1201px) {
}

@media (min-width: 1401px) {
}

@media (max-width: 991px) {

	.c-content-box > .container-fluid {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.btn-group-sm>.btn, .btn-sm {font-size: inherit;}
}
/* #############################################################################
	BEGIN 바닥 영역
############################################################################# */
.c-layout-go2top > i {
    opacity: 1;
}

.c-layout-footer-fixed footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

footer a {color: inherit;}
footer a:active, footer a:hover, footer a:focus {color: #acb3b9;}

dl#corp_addr_ft {
	margin-bottom: 10px;
}
dl#corp_addr_ft dt {float: left;}
dl#corp_addr_ft dd {margin-left: 46px;}
div#corp_clause_ft {text-align: right;}

.c-postfooter {
    font-size: 12px;
	padding: 10px 0 !important;
}

.c-postfooter p {
    margin: 0;
}

.c-postfooter .logo-footer {
    float: right;
    padding-top: 0px;
    width: 100%;
	margin-bottom: 10px;
}
.c-postfooter ul {
	margin-bottom: 0px;
}

.lti-horiz-ul {
	list-style:none;
    padding-left: 0px;
}
.lti-horiz-ul > li {display:inline-block}
.lti-horiz-ul > li+li:not(.log):before {
	padding:0 5px;
	content:"|";
}

img.certi-img-f {
    padding: 10px 20px 10px 0;
    height: 40px;
    opacity: 0.6;
}

img.certi-img {
    width: auto !important;
}

li.log {
    border: 1px solid;
    padding: 0 8px;
    color: #8c8c8c;
    float: right;
}
li.log a {color: inherit;}

select#sel_site_banner {
    text-indent: 1px;
    width: 170px;
    background: #31343b;
    height: 40px;
    line-height: 40px;
    border: solid 1px #24262b;
    color: #bfbfc1;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 0;
    margin-left: 10px;
	font-size: 14px;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
	footer {position: inherit;}
	.c-postfooter .logo-footer {float: left;}

	div#corp_clause_ft {
		text-align: center;
		border-top: 1px dashed #6f6f6f;
		padding-top: 10px;
	}
}

/*
-------------------------------------------
칼렌다
-------------------------------------------
*/
#calendar_mini a {
    padding: 4px 12px;
}

#calendar_mini a:active, #calendar_mini a:hover, #calendar_mini a:focus {
    color: inherit;
    background: #cdcdcd;
}

.block-schd .date-title .icon {
    vertical-align: middle;
    padding: 8px;
	cursor: pointer;
}
.date-title i.icon:hover {
    background-color: #dcdcdc;
}
.block-schd select {
    font-size: 24px;
    margin: 0 8px;
}

.btn.btn-calendar {
    font-size: 20px;
    font-weight: 600;
    padding: 4px 8px 6px;
}

table.calendar {table-layout: fixed;}
table.calendar th {cursor: default;}
table.calendar tbody tr th,
table.calendar tbody tr td {
	cursor: pointer;
}
table.calendar tbody tr td {
	text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.calendar tbody tr td p.txt {
    margin: 0;
    font-weight: 600;
	letter-spacing: 1px; 
	white-space: normal;
	/*
    font-size: smaller;
	*/
}
table.calendar tbody tr td p.txt span {
    font-weight: 300;
}
table.calendar tbody tr td.today {
    background-color: #5d5d5d;
    color: #fff !important;
}
table.calendar tbody tr td .details {min-height: 84px;}
table.calendar tbody tr td .days {margin-bottom: 6px;}
table.calendar tbody tr td .lunar,
table.calendar tbody tr td .gangi {
    font-size: smaller;
}
table.calendar tbody tr td .lunar {vertical-align: super;}
table.calendar tbody tr td .gangi {vertical-align: sub;}
table.calendar tbody tr td:hover:not(.today) {background-color: #f3f3f3;}
table.calendar th.other-month:hover {
    background-color: #cdcdcd;
    border-radius: 50%;
}
table.calendar td.sun {color: #FF0000;}
table.calendar td.sat {color: #0000FF;}
table.calendar td.prev,
table.calendar td.next {
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
	font-weight: 300;
}

table.calendar.mini {
    width: 100%;
}
table.calendar.mini th, 
table.calendar.mini td {
	text-align: center !important;
	height: 46px;
}
table.calendar.mini td {font-weight: 600;}
table.calendar.mini td:hover {background: #cdcdcd;}

table.calendar.mini td.today {
    background-color: #0075ff;
    color: #fff;
    border-radius: 50%;
}
table.calendar.mini td.today:hover {
    background-color: #cdcdcd;
    color: inherit;
}

table.calendar.mini .under {
    color: inherit;
    border-bottom: 3px solid #d61111;
}

@media (max-width: 767px) {
	h1.date-title {font-size: 28px;}
	#schd_dd h1.date-title {font-size: 18px;}
	#schd_dd h1.date-title > * {margin: 4px 0;}

	.block-schd .date-title .icon {padding: 2px;}
	.block-schd select {
		font-size: 20px;
		margin: 0 2px;
	}
	#schd_dd .block-schd select {font-size: 14px;}

	table.calendar tbody tr td .details {min-height: 20px;}
}


/* 원래값 제거 */

.owl-carousel .item { margin: 0;}

.owl-item .item img {
	width: 100%;
}

.owl-item .item.fix-h img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.owl-theme .owl-controls {margin-top: 10px;}

.owl-theme:not(.owl-single):not(.owl-bordered) {
    margin-left: 0px;
    width: 100%;
}

.owl-theme:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item {
    padding: 0 10px;
}

.owl-nav {
	position: absolute;
	top: -40px;
	right: 10px;
}

.owl-nav-01 .owl-nav {
	position: static;
}

.owl-nav-01 .owl-nav div {
    position: absolute;
    width: 56px;
    height: 56px;
    text-indent: -10000px;
}
.owl-main-menu.owl-nav-01 .owl-nav div {top: 80px;}
.owl-carousel-cm-bottom.owl-nav-01 .owl-nav div {top: -8px;}

.owl-nav-01 .owl-nav .owl-prev {
    background: url(/_comm2/img/btn_arrow_01.png) no-repeat 0 0;
	left: -80px;
}
.owl-nav-01 .owl-nav .owl-prev:hover {
    background: url(/_comm2/img/btn_arrow_01.png) no-repeat 0 -56px;
}

.owl-nav-01 .owl-nav .owl-next {
    background: url(/_comm2/img/btn_arrow_01.png) no-repeat -56px 0;
	right: -80px;
}
.owl-nav-01 .owl-nav .owl-next:hover {
    background: url(/_comm2/img/btn_arrow_01.png) no-repeat -56px -56px;
}

.owl-type-01 i {
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    height: auto;
    padding: 40px 40px;
    font-size: 28px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.owl-type-01 i:hover {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}


@media (max-width: 767px) {
	.owl-nav-01 .owl-nav .owl-prev { left: -13px; }
	.owl-nav-01 .owl-nav .owl-next { right: -13px; }
}

/* #############################################################################
	BEGIN index 페이지
############################################################################# */
.box-fixed {min-height: 160px;}

.c-no-padding .owl-carousel {
    margin-bottom: 40px;
}


.tabbable-line-01 .nav>li>a {
    padding: 2px 8px;
}
.tabbable-line-01 .nav>li>a:hover, 
.tabbable-line-01 .nav>li>a:focus {
    text-decoration: none;
    background-color: inherit;
}

.tabbable-line-01 > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line-01 > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line-01 > .nav-tabs > li.active {
    border-bottom: 4px solid #d0222a;
    position: relative;
}
.tabbable-line-01 > .nav-tabs > li.open,
.tabbable-line-01 > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
}

.tabbable-line-01 > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}
.tabbable-line-01 > .nav-tabs > li.active > a {
    border: 0;
    color: #333;
}

.tabbable-line-01 > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.tabbable-line-01 .tab-content>.active {
    display: block;
}

.tabbable-line-01 .tab-content table {
    width: 100%;
    table-layout: fixed;
}

.tabbable-line-01 .tab-content table td.title {
    padding: 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.tabbable-line-01 .tab-content table td,
.tabbable-line-01 .tab-content table th {
    font-size: 13px;
}

.catalog-area .in-div:first-child {
    padding-left: 40px;
    padding-right: 4px;
}
.catalog-area .in-div:last-child {
    padding-left: 4px;
    padding-right: 40px;
}

.customer-area h3,
.customer-area h4 {
    text-align: center;
    border-bottom: 2px dotted #d0222a;
    border-bottom-style: dotted;
    margin: 10px 60px;
    padding-bottom: 8px;
}

.call-area h4:not(.number-text) {
	border-left: 8px solid #d0222a;
    padding-left: 10px;
    margin-bottom: 0px;
}

.call-area .number-text {
    font-weight: 600;
    /* font-size: larger; */
	margin: 0;
    padding-left: 18px;
}

.call-area p {
	margin-left: 18px;
    margin-bottom: 0px;
}

/* #############################################################################
	BEGIN 서브페이지 공통
############################################################################# */

.title-area {
	height: 200px;
    color: #000;
    text-align: center;
}

.title-area .title {
	font-size: 48px;
    font-weight: 500;
    letter-spacing: 8px;
	margin-bottom: 0;
    padding-top: 40px;
}
.title-area .subtitle {
	font-size: 18px;
}
.title-area .step1-title {
    font-size: 24px;
    font-weight: 500;
}

.title-area .title,
.title-area .subtitle {
	text-shadow: 2px 2px 4px #FFF;
}

div.sub-title {
    margin-bottom: 40px;
}

div.sub-title .title {
    font-size: 30px;
    letter-spacing: -2px;
    text-align: center;
    margin: 40px 0 14px;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.8);
}

div.sub-title .line {
    height: 2px;
    background-color: #999;
    position: relative;
}

div.sub-title .line:after {
    background-color: #999 !important;
    left: 50%;
    display: inline-block;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: -4px;
    margin-left: -5px;
    border-radius: 10px !important;
}

p.outline {
    font-size: 24px;
	font-family: 'Noto Serif KR', serif;
    margin-bottom: 40px;
}
.mystory p.outline {margin: 40px 0;}

p.outline-txt {
    font-size: large;
}
p.highlight-txt {
    font-size: 32px;
    font-weight: 600;
}

p.subject {
    margin-left: 40px;
    font-size: 18px;
}
.text-right p.subject {
	margin-left: 0px;
	margin-right: 40px;
}

.title-list {
    padding: 6px 15px; 
    background: #1fa1da;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
    min-width: 80px;
}

.title-list:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid;
    border-left: 16px solid transparent;
    position: absolute;
    top: 37px;
    left: 15px;
}

.title-list.lett-4 {letter-spacing: 4px;}

.title-list.blue {background: #1fa1da;}
.title-list.blue:after {border-top-color: #128fc6;}
.title-list.blue2 {background: #354ea7;}
.title-list.blue2:after {border-top-color: #070f2f;}
.title-list.green {background: #1abc9c;}
.title-list.green:after {border-top-color: #07aa8a;}

.c-layout-breadcrumbs-1 {
    /* margin-top: 80px; */
	padding: 24px 0 18px;
}

.c-layout-breadcrumbs-1 .c-page-title .title {
    font-size: 30px;
    font-weight: 600;
	margin-bottom: 0px;
    padding-top: 4px;
}

.c-layout-breadcrumbs-1 .c-page-breadcrumbs > li {font: inherit;}

.content-tab-st02 .nav,
.content-tab-st02 .nav.nav-justified {
	border: 0;
	border-bottom: 3px solid none; 
}
	.content-tab-st02 .nav > li > a,
	.content-tab-st02 .nav.nav-justified > li > a {
		border: 1px solid #e3e6ef;
		border-top-style: none;
		padding: 20px 10px;
	}
	.content-tab-st02 .nav.nav-justified > li:first-child > a {
		border-right-style: none;
	}
		.content-tab-st02 .nav > li:hover,
		.content-tab-st02 .nav > li:focus,
		.content-tab-st02 .nav > li:active,
		.content-tab-st02 .nav > li.active,
		.content-tab-st02 .nav.nav-justified > li:hover,
		.content-tab-st02 .nav.nav-justified > li:focus,
		.content-tab-st02 .nav.nav-justified > li:active,
		.content-tab-st02 .nav.nav-justified > li.active {
			background: none; 
		}
			.content-tab-st02 .nav > li:hover > a,
			.content-tab-st02 .nav > li:focus > a,
			.content-tab-st02 .nav > li:active > a,
			.content-tab-st02 .nav > li.active > a,
			.content-tab-st02 .nav.nav-justified > li:hover > a,
			.content-tab-st02 .nav.nav-justified > li:focus > a,
			.content-tab-st02 .nav.nav-justified > li:active > a,
			.content-tab-st02 .nav.nav-justified > li.active > a {
				background: none;
				transition: none;
				border-bottom: 3px solid
			}
				.content-tab-st02 .nav > li:hover > a:after,
				.content-tab-st02 .nav.nav-justified > li:hover > a:after {
					bottom: -12px;
					width: 0px;
					height: 0px;
					z-index: 1002;
					content: " ";
					display: block !important;
					position: absolute;
					border-top: 10px solid;
					border-right: 10px solid transparent;
					border-left: 10px solid transparent;
					left: 47%;
				}
	.content-tab-st02 .nav.tabs-left,
	.content-tab-st02 .nav.nav-justified.tabs-left {
		border: 0;
		border-right: 1px solid #eeeeee;
	}
		.content-tab-st02 .nav.tabs-left > li > a,
		.content-tab-st02 .nav.nav-justified.tabs-left > li > a {
			border: 0;
			border-right: 3px solid transparent; 
		}
			.content-tab-st02 .nav.tabs-left > li:hover,
			.content-tab-st02 .nav.tabs-left > li:focus,
			.content-tab-st02 .nav.tabs-left > li:active,
			.content-tab-st02 .nav.tabs-left > li.active,
			.content-tab-st02 .nav.nav-justified.tabs-left > li:hover,
			.content-tab-st02 .nav.nav-justified.tabs-left > li:focus,
			.content-tab-st02 .nav.nav-justified.tabs-left > li:active,
			.content-tab-st02 .nav.nav-justified.tabs-left > li.active {
				background: #f7f7f7; 
			}
				.content-tab-st02 .nav.tabs-left > li:hover > a,
				.content-tab-st02 .nav.tabs-left > li:focus > a,
				.content-tab-st02 .nav.tabs-left > li:active > a,
				.content-tab-st02 .nav.tabs-left > li.active > a,
				.content-tab-st02 .nav.nav-justified.tabs-left > li:hover > a,
				.content-tab-st02 .nav.nav-justified.tabs-left > li:focus > a,
				.content-tab-st02 .nav.nav-justified.tabs-left > li:active > a,
				.content-tab-st02 .nav.nav-justified.tabs-left > li.active > a {
					border-radius: 0;
					background: none;
					transition: none;
					border: 0;
					border-right: 3px solid #1e3692;
				}
				.content-tab-st02 .nav.tabs-left > li:last-child > a,
				.content-tab-st02 .nav.nav-justified.tabs-left > li:last-child > a {
					border-bottom: 0;
				}

	.content-tab-st02 .nav.tabs-right,
	.content-tab-st02 .nav.nav-justified.tabs-right {
		border: 0;
		border-left: 1px solid #eeeeee; 
	}
		.content-tab-st02 .nav.tabs-right > li > a,
		.content-tab-st02 .nav.nav-justified.tabs-right > li > a {
			border: 0;
			border-left: 3px solid transparent; 
		}
			.content-tab-st02 .nav.tabs-right > li:hover,
			.content-tab-st02 .nav.tabs-right > li:focus,
			.content-tab-st02 .nav.tabs-right > li:active,
			.content-tab-st02 .nav.tabs-right > li.active,
			.content-tab-st02 .nav.nav-justified.tabs-right > li:hover,
			.content-tab-st02 .nav.nav-justified.tabs-right > li:focus,
			.content-tab-st02 .nav.nav-justified.tabs-right > li:active,
			.content-tab-st02 .nav.nav-justified.tabs-right > li.active {
				background: #f7f7f7; 
			}
				.content-tab-st02 .nav.tabs-right > li:hover > a,
				.content-tab-st02 .nav.tabs-right > li:focus > a,
				.content-tab-st02 .nav.tabs-right > li:active > a,
				.content-tab-st02 .nav.tabs-right > li.active > a,
				.content-tab-st02 .nav.nav-justified.tabs-right > li:hover > a,
				.content-tab-st02 .nav.nav-justified.tabs-right > li:focus > a,
				.content-tab-st02 .nav.nav-justified.tabs-right > li:active > a,
				.content-tab-st02 .nav.nav-justified.tabs-right > li.active > a {
					border-radius: 0;
					background: none;
					transition: none;
					border: 0;
					border-left: 3px solid #1e3692; 
				}
					.content-tab-st02 .nav.tabs-right > li:last-child > a,
					.content-tab-st02 .nav.nav-justified.tabs-right > li:last-child > a {
						border-bottom: 0; 
					}

	.content-tab-st02 .nav.tabs-below,
	.content-tab-st02 .nav.nav-justified.tabs-below {
		border: 0;
		border-top: 0; 
	}
		.content-tab-st02 .nav.tabs-below > li > a,
		.content-tab-st02 .nav.nav-justified.tabs-below > li > a {
			border: 0;
			border-top: 3px solid transparent; 
		}
			.content-tab-st02 .nav.tabs-below > li:hover,
			.content-tab-st02 .nav.tabs-below > li:focus,
			.content-tab-st02 .nav.tabs-below > li:active,
			.content-tab-st02 .nav.tabs-below > li.active,
			.content-tab-st02 .nav.nav-justified.tabs-below > li:hover,
			.content-tab-st02 .nav.nav-justified.tabs-below > li:focus,
			.content-tab-st02 .nav.nav-justified.tabs-below > li:active,
			.content-tab-st02 .nav.nav-justified.tabs-below > li.active {
				background: none; 
			}
				.content-tab-st02 .nav.tabs-below > li:hover > a,
				.content-tab-st02 .nav.tabs-below > li:focus > a,
				.content-tab-st02 .nav.tabs-below > li:active > a,
				.content-tab-st02 .nav.tabs-below > li.active > a,
				.content-tab-st02 .nav.nav-justified.tabs-below > li:hover > a,
				.content-tab-st02 .nav.nav-justified.tabs-below > li:focus > a,
				.content-tab-st02 .nav.nav-justified.tabs-below > li:active > a,
				.content-tab-st02 .nav.nav-justified.tabs-below > li.active > a {
					border-radius: 0;
					background: none;
					transition: none;
					border: 0;
					border-top: 3px solid #1e3692; 
				}

.content-tab-st02 .tab-content {padding: 0; }
	.content-tab-st02 .tab-content.c-bordered {border: 1px solid #eeeeee; }
	.content-tab-st02 .tab-content.c-left-bordered {border-left: 1px solid #eeeeee; }
	.content-tab-st02 .tab-content.c-right-bordered {border-right: 1px solid #eeeeee; }
	.content-tab-st02 .tab-content.c-padding-sm {padding: 5px; }
	.content-tab-st02 .tab-content.c-padding {padding: 15px; }
	.content-tab-st02 .tab-content.c-padding-lg {padding: 30px; }

.nav-justified > li> a {
	font-size: 21px;
    font-weight: 600;
}

.icon-feature-horizontal {
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
}
.icon-feature-horizontal .icon {
    display: table-cell;
    padding-top: 15px;
}
.icon-feature-horizontal i.icon, 
.icon-feature-horizontal i.fa {
    font-size: 30px;
    border: 1px solid;
    padding: 12px;
    border-radius: 4px;
}
.icon-feature-horizontal .content {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
}

@media (max-width: 991px) {
	.content-tab-st02 .nav > li > a, 
	.content-tab-st02 .nav.nav-justified > li > a {
		padding: 8px 4px;
	}
}

@media (max-width: 767px) {
    .input-lg {
        width:100% !important;
    }

    .input-xlg {
        width: 100% !important
    }

    .c-layout-breadcrumbs-1 {margin-top: 65px;}
	.nav-justified>li {
		display: inline-table;
		width: 49%;
	}

	.title-area .title {
		font-size: 40px;
		letter-spacing: 0px;
		padding-top: 60px;
	}
	.title-area .title.s32 {font-size: 32px;}
}

@media (min-width: 768px){
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
}

/* #############################################################################
	BEGIN Form
############################################################################# */
.form-group.st-table {margin: 8px 0;}
.form-group.st-table .c-radio,
.form-group.st-table .c-checkbox {margin-top: 4px;}

/* placeholder속성 설정 시, 앞에 .form-control를 하지 않으면 어딘가 css파일에서 속성 덮어쓰기가 되는 듯 하다. */
.form-control::placeholder {
    color: #a3a3a3;
    font-size: small;
    font-style: italic;  
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: #a3a3a3;
    font-size: small;
    font-style: italic;  
}

.form-control:-ms-input-placeholder { /* Internet Explorer */
    color: #a3a3a3;
    font-size: small;
    font-style: italic;  
}

.form-control {font: inherit;}
.form-control,
.input-group-addon {border-radius: 0px;}

.form-control.readonly {background-color: #efefef;}
.form-control:focus, .form-control:active, .form-control.active {
    border-color: #66afe9 !important;
}
.form-control:active, .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}
.form-control.auto-width {width: auto;}

.form-horizontal .control-label.text-right {
    padding-right: 0;
}

.control-label.req {
    color: #FF0000;
    font-weight: bold;
}

.list-inline label.control-label {
    padding-right: 20px;
}

.form-actions {padding: 20px 0;}
.forget-password, .create-account {
    margin-top: 25px;
}

.no-label.btn {margin-top: 35px;}

.form-group.no-label,
.no-label .c-checkbox {margin-top: 39px;}
.no-label .c-radio-list {margin-top: 39px;}
.no-label.c-radio-list {margin-top: 39px;}

.c-radio-list {margin: 4px 0 20px;}
.c-radio-list .c-radio {margin-bottom: 0;}

.c-radio-list.list-inline .c-radio,
.c-radio-list.list-inline .c-checkbox {
	display: inline-block;
	margin-right: 10px;
}

.cropping{
	max-height: 300px;
    overflow: hidden;
    min-height: 300px;
}

.cropping img{
	 max-height: initial;
}

.btn.default {
    color: #333333;
    background-color: #E5E5E5;
}

.btn {border-radius: 0;}

.btn.btn-file {
	padding: 4px 4px;
}

.btn + .btn:not(.c-spinner-btn-down) {
	margin: 0 !important;
	margin-left: 4px  !important;
}

span.btn.btn-0, a.btn.btn-0 {
    padding: 2px 4px !important;
    margin-left: 0px !important;
}


.btn.btn-set2 {padding: 6px 4px 4px 10px;}
.btn.btn-full {width: 100%;}

.form .grp-subject {
    background-color: #555;
    color: #ffee00;
    font-size: 20px;
    font-weight: 600;
}

/* input 관련 요소들을 흐리고 어둡게 처리함 */
.row.no-show {background-color: #f5f5f5;}

.row.title {
    background-color: #cdcdcd;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.row.title p {margin: 6px 0;}
.row.title .c-font-12 p {padding-top: 4px;}
.row.record {border-bottom: 1px solid #EFEFEF}

.row.record .row .col-xs-1, .row.record .row .col-sm-1, .row.record .row .col-md-1, .row.record .row .col-lg-1, 
.row.record .row .col-xs-2, .row.record .row .col-sm-2, .row.record .row .col-md-2, .row.record .row .col-lg-2, 
.row.record .row .col-xs-3, .row.record .row .col-sm-3, .row.record .row .col-md-3, .row.record .row .col-lg-3, 
.row.record .row .col-xs-4, .row.record .row .col-sm-4, .row.record .row .col-md-4, .row.record .row .col-lg-4, 
.row.record .row .col-xs-5, .row.record .row .col-sm-5, .row.record .row .col-md-5, .row.record .row .col-lg-5, 
.row.record .row .col-xs-6, .row.record .row .col-sm-6, .row.record .row .col-md-6, .row.record .row .col-lg-6, 
.row.record .row .col-xs-7, .row.record .row .col-sm-7, .row.record .row .col-md-7, .row.record .row .col-lg-7, 
.row.record .row .col-xs-8, .row.record .row .col-sm-8, .row.record .row .col-md-8, .row.record .row .col-lg-8, 
.row.record .row .col-xs-9, .row.record .row .col-sm-9, .row.record .row .col-md-9, .row.record .row .col-lg-9, 
.row.record .row .col-xs-10, .row.record .row .col-sm-10, .row.record .row .col-md-10, .row.record .row .col-lg-10, 
.row.record .row .col-xs-11, .row.record .row .col-sm-11, .row.record .row .col-md-11, .row.record .row .col-lg-11, 
.row.record .row .col-xs-12, .row.record .row .col-sm-12, .row.record .row .col-md-12, .row.record .row .col-lg-12 {
    padding-right: 2px;
    padding-left: 2px;
}

.c-spinner input {width: 80%;}

@media (max-width: 767px) {
	label.control-label.chk-char {margin-top: 0px;}
}

/* --------------------------------------------------
	BEGIN <Table> 양식 정의
-------------------------------------------------- */
/***
Responsive & Scrollable Tables
***/
.table {
    margin-bottom: 0;
}

table th.no-border,
table td.no-border {
    border: none !important;
}

table td.time {
	width: 80px;
	text-align: right;
}

table td img.pic {
    max-width: 26px;
    max-height: 30px;
	margin-right: 8px;
}
table td img.shot {
    width: 100px;
    max-width: 100%;
}

table td span,
table th span
{
    margin-left: 4px;
	font-size: smaller;
}

.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  border: 1px solid #dddddd;
  margin: 10px 0 !important;
}
.table-scrollable.table-scrollable-borderless {
  border: 0;
}
.table-scrollable > .table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
}
.table-scrollable > .table > thead > tr > th,
.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > tfoot > tr > td {
  white-space: nowrap;
}
.table-scrollable > .table-bordered {
  border: 0;
}
.table-scrollable > .table-bordered > thead > tr > th:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-scrollable > .table-bordered > thead > tr > th:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-scrollable > .table-bordered > thead > tr:last-child > th,
.table-scrollable > .table-bordered > tbody > tr:last-child > th,
.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
.table-scrollable > .table-bordered > thead > tr:last-child > td,
.table-scrollable > .table-bordered > tbody > tr:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.table-scrollable > .table > tbody > tr > td:not(.wrap) {
    white-space: nowrap;
}

table tbody .cell-click-y:hover {
    cursor: pointer;
    background-color: #FFFFAA !important;
}

/***
END Responsive & Scrollable Tables
***/
table.fixed {
    width: 100%;
    table-layout: fixed;
}

table.tbl-nowrap td:not(.time), 
table.tbl-nowrap th,
table.dataTable1 td, 
table.dataTable1 th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 아래 css가 효과를 보기 위해서는 <table> .table-layout은 "fixed"여야 한다 */
table td.text-over-not {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 셀 마우스오버시 색상 및 커서 정의 */
table tbody .cell-moveover-y:hover,
table tbody .cell-moveover-r:hover {cursor: pointer;}

table tbody .cell-moveover-y:hover {background-color: #FFFFAA !important;}
table tbody .cell-moveover-r:hover {background-color: #FFBDBD !important;}

.table01 {
	width: 100%;
	border: 1px solid #ddd !important;
}

.table01 > thead > tr > th, 
.table01 > thead > tr > td,
.table01 > tbody > tr > th, 
.table01 > tbody > tr > td {
	/* 
	border-bottom-width: 2px !important;
	*/
	padding: 4px 8px;
	text-align: center;
    border: 1px solid #cdcdcd;
}

.table01 > thead > tr,
.table > thead > tr > th {
	background-color: #747474 !important;
	color: #fff !important;
	font-weight: 600 !important;
}

.table01 > thead > tr th {
	background-color: inherit !important;
}

.table01 > tbody > tr > th:not(.no-color) {
	background-color: #DBEFF8 !important;
	color: #000 !important;
	font-weight: 600 !important;
}
#schd_dd .table01 > tbody > tr > th:not(.no-color) {font-weight: 400 !important;}

.table01.op08 > thead > tr {background-color: rgba(116, 116, 116, 0.8) !important;}
.table01.op06 > thead > tr {background-color: rgba(116, 116, 116, 0.6) !important;}
.table01.op04 > thead > tr {background-color: rgba(116, 116, 116, 0.4) !important;}
.table01.op02 > thead > tr {background-color: rgba(116, 116, 116, 0.2) !important;}

.table01.op08 > tbody > tr > th:not(.no-color) {background-color: rgba(219, 239, 248, 0.8) !important;}
.table01.op06 > tbody > tr > th:not(.no-color) {background-color: rgba(219, 239, 248, 0.6) !important;}
.table01.op04 > tbody > tr > th:not(.no-color) {background-color: rgba(219, 239, 248, 0.4) !important;}
.table01.op02 > tbody > tr > th:not(.no-color) {background-color: rgba(219, 239, 248, 0.2) !important;}

table.tbl-many-ln tbody > tr.first-row {
    border-top: 2px solid #8e8e98;
}
table.tbl-many-ln tbody > tr.edit td {
    background-color: #e6e6ff;
}
table.tbl-many-ln tbody > tr.insert td {
    background-color: #fffde1;
}

/* subject 정의하기 */
.table02 thead tr.up-subject th.rowspan,
.table02 thead tr:not(.up-subject) th {
    border-bottom: 2px solid #000;
}

.table02 thead tr.up-subject th:not(.rowspan) {
    background: #efefef;
}

table.wide-h8 th, table.wide-h8 td { padding: 8px !important;}
table.wide-h12 th, table.wide-h12 td { padding: 12px !important;}
table.wide-h16 th, table.wide-h16 td { padding: 16px !important;}
table.wide-h20 th, table.wide-h20 td { padding: 20px !important;}
table.wide-h24 th, table.wide-h24 td { padding: 24px !important;}
table.wide-h28 th, table.wide-h28 td { padding: 28px !important;}
table.wide-h32 th, table.wide-h32 td { padding: 32px !important;}

@media (max-width: 767px) {
	table.tbl-nowrap-xs td, 
	table.tbl-nowrap-xs th {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* END <Table> 양식 정의 */


/* --------------------------------------------------
BEGIN plugin datatables 
-------------------------------------------------- */

.input-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.input-small {
    width: 145px !important;
}

.tabletools-btn-group {margin-bottom: 10px;}

.dataTables_filter .form-control {margin-left: 4px;}

/* scrollX:true로 정의될 때 함께 처리 함. */
table.dataTable.nowrap th, table.dataTable.nowrap td {white-space: nowrap;}


@media (max-width: 767px) {
	.input-inline {width: 50%;}
}

@media (max-width: 480px) {
	.dataTables_wrapper .dataTables_filter .form-control {width: 100px !important;}

    .chk-char {
        height: inherit !important;
        font-size: inherit !important;
        font-weight: inherit !important;
    }
}

/***
Select2 Plugin
***/
.form-control .select2-choice {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: none;
  filter: none;
  height: 34px;
  padding: 3px 0 0px 12px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #e5e5e5;
  background-color: #fff;
  background-image: none;
  filter: none;
}

.select2-drop {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  border-top: 0;
}

.select2-drop-auto-width {
  border-top: 1px solid #e5e5e5;
}

.select2-drop.select2-drop-above {
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-drop-active {
  border: 1px solid #999;
  border-top: 0;
}

.select2-container .select2-choice .select2-arrow {
  background-image: none;
  background-color: #fff;
  filter: none;
  border-left: 1px solid #e5e5e5;
}

.select2-container.select2-container-active .select2-arrow,
.select2-container.select2-dropdown-open .select2-arrow {
  border-left: 0 !important;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 0 1px;
}

.select2-search input {
  border: 1px solid #e5e5e5;
  background-color: #fff !important;
  filter: none;
  margin: 0;
  outline: 0;
  border: 1px solid #e5e5e5;
  color: #333333;
  outline: 0;
  box-shadow: none;
  height: auto !important;
  min-height: 26px;
  padding: 6px 6px !important;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
}

.form-control.select2-container {
  border: 0;
  height: auto !important;
  padding: 0px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #999 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-dropdown-open .select2-choice {
  border-bottom: 0 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #999 !important;
  border-top: 0 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #999 !important;
  border-bottom: 0 !important;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

.select2-results {
  margin: 5px 0;
}

.select2-results .select2-highlighted {
  background: #eee;
  color: #333;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  padding: 3px 7px 4px;
  background: #f4f4f4;
  display: list-item;
}

.select2-container-multi {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.select2-container-multi .select2-choices {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.select2-container-multi.select2-dropdown-open {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.select2-container-multi.select2-dropdown-open .select2-choices {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.select2-container-multi.select2-dropdown-open.select2-drop-above {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.select2-container-multi .select2-choices {
  padding-left: 6px;
  min-height: 34px;
  border: 1px solid #e5e5e5;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #999 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 5px 0 3px 5px;
  border: 1px solid #e5e5e5;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* END plugin datatables */

/* #############################################################################
	BEGIN 서브페이지 timeline
############################################################################# */
.cntl-state {
	margin-bottom: 20px;
	min-height: auto;
}

.cntl-state:last-child {
	margin-bottom: 50px;
	min-height: 200px;
}

#men_one .cntl-state:last-child {min-height: 0;}

#men_one .cntl-state .cntl-content dd {
    padding-left: 130px;
}
#men_one .area-car .cntl-state .cntl-content dd {
    padding-left: 220px;
}
#men_one .cntl-state .cntl-content dd strong {
    width: 165px;
    margin-left: -165px;
    text-align: right;
}
#men_one .area-car .cntl-state .cntl-content dd strong {
    width: 180px;
    margin-left: -180px;
}

.cntl-state .cntl-icon {
	font-size: 22px;
	border-radius: 12px;
	height: auto;
	line-height: 32px;
	border-width: 4px;
	width: 110px;
	padding: 4px 10px;
}

.cntl-state .cntl-icon p {margin-bottom: 0;}
.cntl-state .cntl-icon .yy {
	font-size: 32px;
}

.cntl-state .cntl-image img {
    width: 100%;
    max-width: 400px;
}
#abo_his .cntl-state .cntl-image img {
    width: 48%;
    margin: 0 2px 2px 0;
}

.cntl-state .cntl-content dd {
    display: block;
    margin: 0 0 10px 0;
    padding-left: 80px;
}

.cntl-state .cntl-content dl {
	margin-top: 0;
	margin-bottom: 0;
}

.cntl-state .cntl-content dd strong {
    display: inline-block;
    width: 70px;
    padding-right: 10px;
    margin-left: -70px;
}

/* #############################################################################
	BEGIN 서브페이지 intro_ci.asp
############################################################################# */
.area-ci .row.title {
    background-color: #000;
    color: #fff;
}

.area-ci .row.title h1 {
    font-weight: 900;
    margin-left: 20px;
    letter-spacing: 4px;
}

.area-ci .row.title img {
    margin: 40px 0;
    width: 70%;
    padding-left: 15%;
}

.area-ci .page-block-title {
	padding-top: 40px;
    margin-top: 20px;
	border-top: 1px dotted;
}

.area-ci .page-block-title.top {
	border-top: none;
}

.area-ci .content-box-4 .k1,
.area-ci .content-box-4 .e1 {
	border: 4px solid #ddd;
}

.area-ci .content-box-4 .k2,
.area-ci .content-box-4 .e2 {
    background-color: #232020;
}

.area-ci .content-box-4 .k3,
.area-ci .content-box-4 .e3 {
    background-color: #da291c;
}

.area-ci .content-box-4 .k1 img,
.area-ci .content-box-4 .k2 img,
.area-ci .content-box-4 .k3 img {
    padding: 30px 40px;
}

.area-ci .content-box-4 .e1 img,
.area-ci .content-box-4 .e2 img,
.area-ci .content-box-4 .e3 img {
    padding: 30px 20px;
}

@media (max-width: 767px) {
	.area-ci .row.title img {
		margin: 20px 0;
		width: 100%;
		padding-left: 0;
	}

	.cntl-state .cntl-icon .yy {
		font-size: 24px;
	}

	.cntl-state .cntl-icon {
		font-size: 16px;
		line-height: 20px;
    padding: 2px 4px;
	}
}

/* #############################################################################
	BEGIN 서브페이지 a_location.asp
############################################################################# */
.c-content-tab-3 > .c-tab-content {
	padding: 10px 15px;
	min-height: 150px;
}
.c-content-tab-3.c-opt-1 .nav > li > a.title {
    font-weight: 600;
    font-size: 18px;
    padding: 12px 10px;
}
.c-content-tab-3 > .c-tab-content .btn {
    margin: 8px 0 0 0;
	font-size: 14px;
}

.c-tab-content .tab-content table {
	width: 100%;
    table-layout: fixed;
}
.c-tab-content .tab-content table td:not(:last-child) {margin-right: 10px;}

.c-tab-content .tab-content table td.no {
	width: 40px;
	text-align: center;
}

.c-content-tab-3 .nav {
    width: 100%;
}

.title-center .nav > li {
    float: inherit;
}

.title-center .nav > li.active > a.title {
    font-size: 24px;
    color: #000 !important;
    font-weight: 500;
    border: 1px solid #cdcdcd;
}

#tab_mbs_edit.c-content-tab-4 > .nav > li > a {
    font-size: 22px;
    letter-spacing: 0px;
	font-weight: 500;
    padding: 8px 4px;
}
#tab_mbs_edit .tab-content>.tab-pane {
    margin: 20px;
}

.area-location .tel-info {
    border: 1px solid #cdcdcd;
    margin: 16px 0;
}

.area-location .tel-info .text-center {
    padding: 16px 0;
}

.area-location .tel-info .text-center a {
    font-size: 2em;
}

.area-location .tel-info .text-center a strong {
    font-size: 0.7em;
	vertical-align: top;
}

.trans i.main.fa {
    display: block;
    font-size: 4em;
    text-align: center;
}

.trans i.fa {color: #6b6b6b;}
.trans i.fa.fa-train {color: #1F9BDB;}
.trans i.fa.fa-bus {color: #7CBB23;}
.trans i.fa.fa-car {color: #F3B227;}

.trans strong {font-weight: 800;}

.trans .title {
    color: #FFF;
    padding: 2px 8px;
}

.trans .train,
.trans .bus,
.trans .car {margin-bottom: 20px;}

.trans .train .title {background-color: #1F9BDB;}
.trans .bus .title {background-color: #7CBB23;}
.trans .car .title {background-color: #F3B227;}

@media (max-width: 991px) {
	.c-content-tab-3 .nav > li {
		width: 50%;
	}
}

@media (max-width: 560px) {
	.trans .title {
		display: block;
		margin-top: 10px;
	}
}



/* #############################################################################
	BEGIN 서브페이지 a_message.asp
############################################################################# */
.area-message-01 {background: url(../img/bg_01.png) no-repeat;}

.ceo-img {float: right;}

.msg-img {padding: 0 80px 0 0;}

.area-message .page-block-title {
	padding-top: 40px;
    margin-top: 0;
	border-top: 1px dotted;
}

.area-message .message-body {
	/*
	padding: 0 80px;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 4px;
    font-size: x-large;
	*/
	background: url(../img/img_prod_01.png) no-repeat center center;
    background-size: 40%;
    padding-bottom: 80px;
}

.area-message .message-body p {margin-bottom: 24px;}

@media (max-width: 991px) {
	.msg-img {padding: 0;}
}


/* #############################################################################
	BEGIN 서브페이지 a_message2.asp
############################################################################# */

/* 원래 c-content-box의 height가 750인 것을 424 (화살표모양은 1/2 = 212)으로 축소 */


.c-content-feature-4 .c-content-right.c-diagonal {
    border-left: 200px solid;
    border-top: 424px solid transparent;
}

.c-content-feature-4 .c-content-left.c-diagonal {
    border-right: 200px solid;
    border-top: 424px solid transparent;
}

.c-content-feature-4 .c-content-right.c-arrow {
    border-left: 200px solid;
    border-top: 212px solid transparent;
    border-bottom: 212px solid transparent;
}

.c-content-feature-4 .c-feature-bg, .c-content-feature-4 .c-content-area {
    height: 424px;
    margin-bottom: -424px;
}

.c-content-feature-4 .c-feature-content .c-content-v-center {
    height: 424px;
}

/* 동일한 css인 .c-content-feature-4 안에서 height의 변경 (622px) */
.c-content-feature-4.c-height-622 .c-content-right.c-diagonal {
    border-top: 622px solid transparent;
}
.c-content-feature-4.c-height-622 .c-content-left.c-diagonal {
    border-top: 622px solid transparent;
}

.c-content-feature-4.c-height-622 .c-feature-bg, 
.c-content-feature-4.c-height-622 .c-content-area {
    height: 622px;
    margin-bottom: -622px;
}
.c-content-feature-4.c-height-622 .c-feature-content .c-content-v-center {
    height: 622px;
}
.c-content-feature-4 .c-content-right.c-arrow {
    border-top: 311px solid transparent;
    border-bottom: 311px solid transparent;
}


@media (max-width: 991px) {
	.c-content-feature-4 {
		height: auto;
		margin-bottom: 0; 
	}
	.c-content-feature-4 .c-content-area,
	.c-content-feature-4.c-height-622 .c-content-area {
		width: 0px;
	}
	.c-content-feature-4 .c-feature-bg,
	.c-content-feature-4.c-height-622 .c-feature-bg {
		width: 100%;
		height: 350px;
		margin-bottom: -350px;
	}
	.c-content-feature-4 .c-content-left {
		float: left;
	}
	.c-content-feature-4 .c-content-left.c-semi-circle {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0; 
	}
	.c-content-feature-4 .c-content-left.c-diagonal,
	.c-content-feature-4.c-height-622 .c-content-left.c-diagonal {
		border-right: 0;
		border-top: 0; 
	}
	.c-content-feature-4 .c-content-left.c-arrow,
	.c-content-feature-4.c-height-622 .c-content-left.c-arrow {
		border-right: 0;
		border-top: 0;
		border-bottom: 0; 
	}
	.c-content-feature-4 .c-content-right {
		float: right; 
	}
	.c-content-feature-4 .c-content-right.c-semi-circle {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0; 
	}
	.c-content-feature-4 .c-content-right.c-diagonal,
	.c-content-feature-4.c-height-622 .c-content-right.c-diagonal {
		border-left: 0;
		border-top: 0; 
	}
	.c-content-feature-4 .c-content-right.c-arrow {
		border-left: 0;
		border-top: 0;
		border-bottom: 0; 
	}
	.c-content-feature-4 .c-feature-content {
		padding: 60px 0;
		height: auto;
		width: 100%; 
	}
	.c-content-feature-4 .c-feature-content > .c-content-v-center,
	.c-content-feature-4.c-height-622 .c-feature-content > .c-content-v-center {
		height: auto;
		padding-top: 350px; 
	}
	.c-content-feature-4 .c-feature-content.c-left {
		float: left; 
	}
	.c-content-feature-4 .c-feature-content.c-right {
		float: right; 
	} 
}


/* #############################################################################
	BEGIN 서브페이지 a_service.asp
############################################################################# */
.area-message .container,
.area-service .container,
.area-product .container,
.area-slide-list .container,
.area-slide-edit .container{
	background-color: rgba(255,255,255,0.9);
}

.area-service .row.header {
    background: url(../img/bg_a_service_01.png)  no-repeat right top;
    background-size: contain;
    padding: 40px;
	border-bottom: 1px dotted #cdcdcd;
    margin: 40px;
}

.area-service .row.header .title {
    color: #ffbe00;
    font-weight: 600;
}

.area-service .row.content,
.area-location .row.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.area-service .row.content .subtitle {
    font-size: 20px;
	margin-bottom: 0;
}

.area-service .row.content ul {
    list-style-type: disc;
    color: #555;
}

.area-service .row.content.c-bg-dark-2-lti ul {
    color: #c1c1c1;
}



/* #############################################################################
	BEGIN 서브페이지 product_list.asp
############################################################################# */
.cbp-panel {
    margin: 20px auto 40px auto;
    font-family: inherit;
}
.sub-mt .cbp-panel {
    margin: 20px auto 10px auto;
}

.cbp-popup-singlePage .cbp-popup-content {
    margin-top: 125px;
}

.cbp-popup-singlePage .prod-title-bar {
    background-image: url(../img/title_bar.jpg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-bottom: 20px;
}

.cbp-popup-singlePage .h-grp-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
	/*
    font-family: arial;
	*/
    letter-spacing: -1px;
    margin: 4px 0 3px;
}

.cbp-popup-singlePage .h-title {
    font-size: 22px;
    color: #EC1F2F;
    font-weight: 600;
}

.cbp-popup-singlePage .h-title img {
    width: 8px !important;
    max-width: 100%;
    margin-right: 10px;
}

.cbp-popup-singlePage .h-title span {
    padding: 0 10px;
    color: #58595B;
}

.cbp-popup-singlePage .h-subject {
    font-size: 20px;
    color: #EC1F2F;
    font-weight: 600;
	/*
    font-family: arial;
	*/
}

.cbp-popup-singlePage .etc-st1 {
    border: 1px solid #cdcdcd;
}

.cbp-popup-singlePage .etc-st1 dd img {
    float: left;
    width: 40px !important;
    height: auto;
    margin-right: 10px;
}

.cbp-popup-singlePage .etc-st1 dd p {
    padding-top: 4px;
    margin-bottom: 5px;
}

.c-content-person-1 .c-body .c-position {
    width: 100%;
    white-space: nowrap;
}

#men_one .men-name {
    font-size: 40px;
    COLOR: #1c78ca;
    font-weight: 600;
    margin-bottom: 20px;
	display: inline;
}

#men_one .men-ref {
	font-size: 21px;
    color: #333;
    font-weight: 300;
    margin-left: 8px;
}

#men_one .men-title {
    font-size: 32px;
    margin-bottom: -14px;
    margin-left: 4px;
}

/* #############################################################################
	BEGIN 관리자모드 페이지
############################################################################# */
.area-slide-list table img {
	max-width: 300px;
	cursor: pointer;
}

a.line-delete {
    padding: 6px 25px 2px 5px;
	margin-bottom: 10px;
}
a.line-delete.full-block {
    padding: 6px 0px 2px 5px;
	margin-bottom: 10px;
}

a.line-delete i {
    font-size: 20px;
}

#idBOOK_IMG .btn-file, 
#idBOOK_IMG .fileinput-exists {
    padding: 4px 8px;
}

.dashboard-stat .visual i {position: absolute;}

.dashboard-stat .visual .caption {
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}
.dashboard-stat.blue .visual .caption {color: #FFFFFF;}
.dashboard-stat.blue-madison .visual .caption {color: #FFFFFF;}
.dashboard-stat.blue-chambray .visual .caption {color: #FFFFFF;}
.dashboard-stat.blue-ebonyclay .visual .caption {color: #FFFFFF;}
.dashboard-stat.blue-hoki .visual .caption {color: #FFFFFF;}
.dashboard-stat.blue-steel .visual .caption {color: #FFFFFF;}
.dashboard-stat.blue-soft .visual .caption {color: #FFFFFF;}
.dashboard-stat.blue-dark .visual .caption {color: #FFFFFF;}
.dashboard-stat.blue-sharp .visual .caption {color: #FFFFFF;}
.dashboard-stat.green .visual .caption {color: #FFFFFF;}
.dashboard-stat.green-meadow .visual .caption {color: #FFFFFF;}
.dashboard-stat.green-seagreen .visual .caption {color: #FFFFFF;}
.dashboard-stat.green-turquoise .visual .caption {color: #FFFFFF;}
.dashboard-stat.green-haze .visual .caption {color: #FFFFFF;}
.dashboard-stat.green-jungle .visual .caption {color: #FFFFFF;}
.dashboard-stat.green-sharp .visual .caption {color: #FFFFFF;}
.dashboard-stat.green-soft .visual .caption {color: #FFFFFF;}
.dashboard-stat.grey .visual .caption {color: #333333;}
.dashboard-stat.grey-steel .visual .caption {color: #80898e;}
.dashboard-stat.grey-cararra .visual .caption {color: #333333;}
.dashboard-stat.grey-gallery .visual .caption {color: #ffffff;}
.dashboard-stat.grey-cascade .visual .caption {color: #FFFFFF;}
.dashboard-stat.grey-silver .visual .caption {color: #FAFCFB;}
.dashboard-stat.grey-salsa .visual .caption {color: #FAFCFB;}
.dashboard-stat.grey-salt .visual .caption {color: #FAFCFB;}
.dashboard-stat.grey-mint .visual .caption {color: #FAFCFB;}
.dashboard-stat.red .visual .caption {color: #FFFFFF;}
.dashboard-stat.red-pink .visual .caption {color: #FFFFFF;}
.dashboard-stat.red-sunglo .visual .caption {color: #FFFFFF;}
.dashboard-stat.red-intense .visual .caption {color: #FFFFFF;}
.dashboard-stat.red-thunderbird .visual .caption {color: #FFFFFF;}
.dashboard-stat.red-flamingo .visual .caption {color: #FFFFFF;}
.dashboard-stat.red-soft .visual .caption {color: #FFFFFF;}
.dashboard-stat.red-haze .visual .caption {color: #FFFFFF;}
.dashboard-stat.yellow .visual .caption {color: #FFFFFF;}
.dashboard-stat.yellow-gold .visual .caption {color: #FFFFFF;}
.dashboard-stat.yellow-casablanca .visual .caption {color: #FFFFFF;}
.dashboard-stat.yellow-crusta .visual .caption {color: #FFFFFF;}
.dashboard-stat.yellow-lemon .visual .caption {color: #FFFFFF;}
.dashboard-stat.yellow-saffron .visual .caption {color: #FFFFFF;}
.dashboard-stat.purple .visual .caption {color: #FFFFFF;}
.dashboard-stat.purple-plum .visual .caption {color: #FFFFFF;}
.dashboard-stat.purple-medium .visual .caption {color: #FFFFFF;}
.dashboard-stat.purple-studio .visual .caption {color: #FFFFFF;}
.dashboard-stat.purple-wisteria .visual .caption {color: #FFFFFF;}
.dashboard-stat.purple-seance .visual .caption {color: #FFFFFF;}
.dashboard-stat.purple-intense .visual .caption {color: #FFFFFF;}
.dashboard-stat.purple-sharp .visual .caption {color: #FFFFFF;}
.dashboard-stat.purple-soft .visual .caption {color: #FFFFFF;}

.dashboard-stat .details .number {
	padding-top: 20px;
    font-weight: 600;
}

.dashboard-stat .details .desc {
    font-size: 18px;
}

.dashboard-stat .details span {
    font-size: 16px;
    font-weight: 300;
    padding-left: 4px;
}

.dashboard-stat .more {
    font-size: 14px;
}

.dashboard-stat .more > i {
    margin-top: 4px;
}

.dashboard-stat .visual>i {
    opacity: .3 !important;
    filter: alpha(opacity=30) !important;
}