
@import "http://fonts.googleapis.com/css?family=Open+Sans:400,700,300";
@import "http://fonts.googleapis.com/earlyaccess/jejugothic.css";
@import "http://fonts.googleapis.com/earlyaccess/nanumgothic.css";
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0
}

.clearfix:after {
	clear: both
}


dl,ul,ol,menu,li {list-style:none}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Jeju Gothic', 'Open Sans', sans-serif;
	font-weight: 400;
}

p {
	font-family: 'Nanum Gothic', 'Open Sans', sans-serif;
	font-size: 14px;
}



#thumbnail-contents .container {
	width: 100%!important;
	padding: 0 5%;
}

.container{
    display:table;
}
.row{
    height: 100%;
}
.col-sm-4{
    display: table-cell;
}


/************************ Carousel / Slider ************************/

/* half carousel */
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
#myCarousel {
	height: 500px;
}
.carousel-control .icon-next {
	font-size: 50px;
	margin-top: -40px;
}
.carousel-control .icon-prev {
	font-size: 50px;
	margin-top: -40px;
}
.carousel {
    height: 50%;
}
.carousel-caption {
	text-shadow: none;
	padding-bottom: 50px;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.content-heading {
  margin-bottom: 24px;
  color: #fff;
  font-size: 44px;
}

.content-teaser {
  margin-bottom: 24px;
  color: #fff;
  font-size: 22px;
	font-family:'Jeju Gothic',sans-serif;
}

.content-link{
    margin: 0;
    padding: 12px 48px;
    color: #f0bfb6;
    font-size: 22px;
    text-decoration: none;
    border: solid 4px #f0bfb6;
}



/************* video bg *************/
#video_wrap {position:relative; overflow:hidden; max-width:100%; z-index:100}
#video_wrap .dim {position:absolute; width:100%; height:100%;
	opacity: 0.9; 0 0 repeat}
#video_wrap .dim:after {display:block; background-color: #707070; opacity:0.1; width:100%; height:100%; content:''}
#video_wrap .wide-video {display:none}
#video_wrap .mobile_bg {background:url(../images/slider/slider01.jpg) 0 0 no-repeat; width:100%; height:100%; background-size:cover}
#video_wrap .service_m_bg {background:url(../images/service_m_bg.jpg); background-size:cover}
#video_wrap .culture_m_bg {background:url(../images/culture_m_bg.jpg); background-size:cover}
#video_wrap .company_m_bg {background:url(../images/company_m_bg.jpg) 25% 0 no-repeat; background-size:cover}
#video_wrap .party_m_bg {background:url(../images/party_m_bg.jpg) 25% 0 no-repeat; background-size:cover}
#video_wrap .recruit_m_bg {background:url(../images/recruit_m_bg.jpg) 25% 0 no-repeat; background-size:cover}
 .slogan {position:absolute; top:30%; bottom:auto; color:#fff; width:100%; text-align:center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}}
 .slogan h2 {font-size:40px; font-weight:lighter; padding:0 20px}



.down_arrow {position:absolute; bottom:25%; left:50%; margin-left:-20px; cursor:pointer}
.down_arrow {
  -webkit-animation-name:main-arrow-ani;
  -moz-animation-name:main-arrow-ani;
  -o-animation-name:main-arrow-ani;
  animation-name:main-arrow-ani;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -ms-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
}


@keyframes main-arrow-ani {
  0%, 20%, 50%, 80%, 100% {
    transform: translate( 0%, 0 );
  }
  40% {
    transform: translate( 0%, -20px );
  }
  60% {
    transform: translate( 0%, -5px );
  }
}


@keyframes main-arrow-ani {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translate( 0%, 0 );
    -moz-transform: translate( 0%, 0 );
    -ms-transform: translate( 0%, 0 );
    -o-transform: translate( 0%, 0 );
    transform: translate( 0%, 0 );
  }
  40% {
  	-webkit-transform: translate( 0%, -20px );
  	-moz-transform: translate( 0%, -20px );
    -ms-transform: translate( 0%, -20px );
    -o-transform: translate( 0%, -20px );
    transform: translate( 0%, -20px );
  }
  60% {
  	-webkit-transform: translate( 0%, -5px );
  	-moz-transform: translate( 0%, -5px );
    -ms-transform: translate( 0%, -5px );
    -o-transform: translate( 0%, -5px );
    transform: translate( 0%, -5px );
  }
}

@-webkit-keyframes main-arrow-ani {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translate( 0%, 0 );
    -moz-transform: translate( 0%, 0 );
    -ms-transform: translate( 0%, 0 );
    -o-transform: translate( 0%, 0 );
    transform: translate( 0%, 0 );
  }
  40% {
  	-webkit-transform: translate( 0%, -20px );
  	-moz-transform: translate( 0%, -20px );
    -ms-transform: translate( 0%, -20px );
    -o-transform: translate( 0%, -20px );
    transform: translate( 0%, -20px );
  }
  60% {
  	-webkit-transform: translate( 0%, -5px );
  	-moz-transform: translate( 0%, -5px );
    -ms-transform: translate( 0%, -5px );
    -o-transform: translate( 0%, -5px );
    transform: translate( 0%, -5px );
  }
}
.video-overlay {
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}


/********** owl carousel ***********/
/*owl-dadam*/
#owl-dadam {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.slide-text-1 {
	position: absolute;
	margin-left: 20%;
}

.owl-theme .owl-controls {
    margin-top: -50px;
    width: 100%;
    position: absolute;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #fff;
}
#owl-dadam .item img{
    display: block;
    width: 100%;
    height: auto;
}
/*owl-edu-link*/
#owl-edu-link .item{
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}





/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



/************************ header ************************/
/*header*/
#header {position:relative}
#header #logo {width:120px;}
#header .header_inner {position:fixed; top:0; left:0; width:100%; z-index:1010; padding:30px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:all 0.5s ease; background-color:#fff;     box-shadow: 0 1px 6px rgba(0,0,0,.23),0 1px 6px rgba(0,0,0,.16);
}
#header .logo_wrap {float:left; margin:5px 0 0}
#header .logo_wrap .link {display:block}/**/
#header .hamburger {display:block}

/*wide*/
#header .wide_gnb {display:none; position:absolute; right:50px; top:45px}
#header .wide_gnb li {float:left; margin-right:30px}
#header .wide_gnb li a{font-size:18px}
#header .wide_gnb li a:hover {color:#a3c7d4; -webkit-transition-duration:.3s; -moz-transition-duration:.3s; transition-duration:.3s}
/*side*/
#header .gnb li {font-size: 15px;margin: 20px 0;}
#header .gnb_wrap {position:fixed; top:0; right:-300px; min-width:300px; background-color:#F0BFB6; bottom:0; -webkit-transition-duration:.3s; -moz-transition-duration:.3s; transition-duration:.3s;
}
#header .gnb_wrap.on {-webkit-transform:translate(-300px, 0); -moz-transform:translate(-300px, 0); transform:translate(-300px, 0)}
#header .gnb {position:absolute; top:100px; right:0; min-width:300px}
#header .gnb .lst a:hover {color:#fff}
#header .gnb a {color:#fff}
#header .gnb .dropdown-menu {
	position: relative;
	padding: 0;
	box-shadow: none;
	border: none;
	top: 30px;
	margin-left: -40px;
}


#header li .list-group-item {
	margin: 0;
	border: none;
	background-color: #a3c7d4;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
}

/* dropdown */
#header {
    border-bottom: #fff;
    background:#fff
}

li.list-group-item:hover {
    background-color: #97bac6;
}

.dropdown-menu {
    margin-top:-1px;
    min-width:300px;

}



#header .wide_gnb .dropdown-menu {
    background-color:#a3c7d4;
    border:0;
    padding:0;
    margin-top:20px;
    left:-47px;
		font-size: 14px;
}
#header .wide_gnb .dropdown-menu > li > a {
    padding:15px 0;
    color:#fff;
    text-align:center;
    font-size: 13px;
    line-height: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}




/* hamburger */
.hamburger {
  position:fixed;
  top:30px;
  right:30px;
  width: 50px;
  height: 45px;
  cursor: pointer;
  z-index:1200;
	background: #F0BFB6;
	border-radius: 3px;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.6,0,0.2,1);
  -moz-transition-property: -moz-transform;
  -moz-transition-timing-function: cubic-bezier(0.6,0,0.2,1);
  -ms-transition-property: -ms-transform;
  -ms-transition-timing-function: cubic-bezier(0.6,0,0.2,1);
}
.hamburger>span>p:nth-child(1) {
  top: 10px;
  -webkit-transform: translate3d(0px,0px,0px) rotate(0deg);
  -moz-transform: translate3d(0px,0px,0px) rotate(0deg);
  -ms-transform: translate3d(0px,0px,0px) rotate(0deg);
}
.hamburger>span>p:nth-child(2) {
  top: 19px;
  -webkit-transform: translate3d(0px,0px,0px) scaleX(1);
  -moz-transform: translate3d(0px,0px,0px) scaleX(1);
  -ms-transform: translate3d(0px,0px,0px) scaleX(1);
}
.hamburger>span>p:nth-child(3) {
  top: 28px;
  -webkit-transform: translate3d(0px,0px,0px) rotate(0deg);
  -moz-transform: translate3d(0px,0px,0px) rotate(0deg);
  -ms-transform: translate3d(0px,0px,0px) rotate(0deg);
}
.hamburger>span>p {
  display: block;
  width: 30px;
  height: 4px;
  border-radius:4px;
  background-color:#fff;
  position: absolute;
  z-index: 95;
  left: 10px;
  -webkit-transition-property: -webkit-transform,background-color;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.6,0,0.2,1);
  -moz-transition-property: -moz-transform,background-color;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: cubic-bezier(0.6,0,0.2,1);
  -ms-transition-property: -ms-transform,background-color;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: cubic-bezier(0.6,0,0.2,1);
}
.hamburger.on>span>p {background-color:#fff}

.hamburger.on>span>p:nth-child(1) {
  -webkit-transform: translate3d(0px,9px,0px) rotate(-45deg);
  -moz-transform: translate3d(0px,9px,0px) rotate(-45deg);
  -ms-transform: translate3d(0px,9px,0px) rotate(-45deg);
}
.hamburger.on>span>p:nth-child(2) {
  -webkit-transform: translate3d(0px,0px,0px) scaleX(0);
  -moz-transform: translate3d(0px,0px,0px) scaleX(0);
  -ms-transform: translate3d(0px,0px,0px) scaleX(0);
}
.hamburger.on>span>p:nth-child(3) {
  -webkit-transform: translate3d(0px,-9px,0px) rotate(45deg);
  -moz-transform: translate3d(0px,-9px,0px) rotate(45deg);
  -ms-transform: translate3d(0px,-9px,0px) rotate(45deg);
}



/************************ navigation ************************/
#navigation {
	z-index: 9999;
	-webkit-box-shadow: -1px -15px 50px -1px rgba(0,0,0,1);
	-moz-box-shadow: -1px -15px 50px -1px rgba(0,0,0,1);
	box-shadow: -1px -15px 50px -1px rgba(0,0,0,1);
}
#navigation.shrink {
	box-shadow: 0 1px 6px rgba(0,0,0,.23),0 1px 6px rgba(0,0,0,.16);
}


.navbar-brand img{
		width: 140px;
}

.shrink {
	padding: 10px 10px 25px;
}

.shrink-top {
	height: 0;
}

header {
	-webkit-transition:all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition:all .5s ease;
    font-size:15px;
		padding: 10px 10px 20px;

}

header .container {
	display: block;
}







.list-group-item {
    position:relative;
    display:block;
    padding:0;
    margin-bottom:-1px;
    background-color:#a3c7d4;
    border:none
}

.list-group-item>a {
    line-height: 30px;
}




/* two column list */
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color:#f0bfb6;
}

.navbar-inverse .navbar-toggle {
    border-color:#f0bfb6;
    background-color:#f0bfb6;
    margin-top:15px;
		float: right;;
		margin-left: 15px;
}
/*hamburger*/
.navbar-toggle .icon-bar.top-bar{
	  top: 0px;
}
.navbar-toggle .icon-bar.middle-bar{
	  top: 1px;
}

.navbar-toggle .icon-bar.bottom-bar{
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar.top-bar{
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar.middle-bar{
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar.bottom-bar{
	  top: -6px;
	  transform: rotate(-45deg);
}
/*hamburger end*/
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color:#97bac6;
}

.navbar-inverse {
    border-bottom: #fff;
    background:#fff
}

.navbar-inverse .navbar-brand {
    font-family:'Jeju Gothic',sans-serif;
    font-size:30px;
    line-height:50px;
    color:#fff;
}

.navbar-inverse .navbar-nav > li > a {
    padding-top:7px;
    padding-bottom:7px;
    color:#5A5C71;
    letter-spacing:2px;
		cursor: pointer;
}




.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus,.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus {
    background-color:transparent;
    color:#5A5C71;
		cursor: pointer;
}

li.list-group-item:hover {
    background-color: #97bac6;
}

.dropdown-menu {
    margin-top:-1px;
    min-width:180px;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color:#a3c7d4;
    border:0;
    padding:0;
    margin-top:20px;
    left:-47px;
		font-size: 14px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top:0
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding:15px 0;
    color:#fff;
    text-align:center
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color:rgba(0,0,0,0.3)
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color:rgba(0,0,0,0.1);
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-top:0;
    margin-top:27px;
}

.topbar {
	position: fixed;
	padding: 0;
	top: -1px;
	z-index: 9999;
}

.topbar .col-xs-4 {
	height: 10px;
	-webkit-transition:all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}


.bottombar {

	padding: 0;
	top: -1px;
	z-index: 9999;
}

.bottombar .col-xs-4 {
	height: 10px;
	-webkit-transition:all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.menuexpand {
width: 300px;
}

/************************ shape 도형, 모양, 글자, 폰트스타일  ************************/
.gnb .pin {
	margin-left: 60px;
}
.pin {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #a3c7d4;
	margin-left: 70px;
	margin-top: -10px;
	position: absolute
}

.ghostbox {
	border: 3px solid #fff;
	border-radius: 4px;
	letter-spacing: 5px;
	width: 260px;
	height: 160px;
	margin: 30px auto;
}

.ghostbox h2 {
	margin-top: 40px;
	font-size: 20px;
}

.ghostbox img {
	width: 240px;
	float: left;
	margin: -45px 0px 0px 10px;
	padding: 10px;
}
.quotation {
	text-align: center;
}

.quotation img {
	width: 70px;
    margin: 20px;
		padding: 10px;
}


/***snow flakes **/
/*Keyframes*/
@keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 50% {background-color:#b4cfe0;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px; background-color:#A3C7D4;}
}

@-ms-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}




#snow-effect {
	background-color: #A3C7D4;
	background-image: url('../images/bg/snow.png'), url('../images/bg/snow3.png'), url('../images/bg/snow2.png');

	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}


#snow-effect .container{

	margin: 200px auto;

	text-align: center;
	color: white;

	text-shadow: 0px 0px 4px rgba(255,255,255, 0.5);
}

/*Large is 18 px which is around 13.5 pt

Larger is 19 px which is around 14 pt

Medium is 16 px which is around 12 pt

Small is 13 px which is around 10 pt

Smaller is 13 px which is around 10 pt

X-large is 24 px which is around 18 pt

X-small is 10 px which is around 7.5 pt

XX-large is 32 px which is around 24 pt

XX-small is 9 px which is around 7 pt */

.fontmd {
	font-size: medium;
}

.fontsm {
	font-size: 10px;
	letter-spacing: 1px;
}


.fontlg {
	font-size: larger;
}

.fontbold {
	font-weight: bold;
}

.fontline {
	padding: 2px;
	border-bottom: 2px solid;
}

.focus {
	font-weight: 700;
	font-size: 35px;
	color: #F0BFB5;
	margin: 12px
}

.text-shadow,
.text-shadow h1,
.text-shadow h2 {
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.20);
}


/************************ main title  ************************/

.main-bg-1 {
	background: url(../images/bg/bg-11.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: auto;
  color: #fff;
}

.main-bg-2 {
	background: url(../images/bg/bg-12.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: auto;
	color: #fff;
}
.main-bg-xmas {
	background: url(../images/bg/bg-xmas.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: auto;
	color: #fff;
}

.title-text {
	margin-top: 40px;
	display: inline-block;
	text-align: center;
}

.title-text p {
	margin: 50px 0;
	text-align: center;
	line-height: 25px;
}

.title-text h2{
	line-height: 55px;
}
.title-img {
	margin: 0px auto;
	float: none;
}

.title-img img {
	width: 100%;
}
.title-img.col-md-3.col-md-offset-5 {
	margin-left: 36.666667%;
}

.header-right {
	float: left;
	margin-top: 80px;
}

.header-right .title-img {
	margin-top: 60px;
	text-align: center;
}


.sub-title {
	text-align: center;
	margin: 10px;
}
.sub-title h1 {
	border-bottom: 3px solid;
	display: inline-block;
	margin: 30px 0;

}

.sub-title h2 {
	line-height: 40px;
}



.header-left {

	text-align: center;
}

.tm-icon.header-left img {
	height: 180px;
	border: 3px solid #fff;
	border-radius: 5px;
	padding: 20px;
}

.tm-icon h1 {

  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.tm-icon.header-left{
	padding: 50px;
}


#main-title .title-img img {
 width: 100%
}

#main-title .title-text {
	margin-top: 0;
}
#main-title .header-right p {
	font-size: 20px;
}
#main-title .col-md-12{
	float: left;
	text-align: center;
	width: 100%;
}
#main-title .col-md-12 p {
	font-size: 16px;
  line-height: 30px;

}



/************************ parallex ***********************/
/** 회사소개 1**/
#prxbg1 .scrollable {
	background: url(../images/bg/bg09-1.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: 1100px;
}
/** 회사소개 2 **/
#prxbg2 .scrollable {
	background: url(../images/bg/bg09-1.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: 740px;
}
/** 회사소개 3 **/
#prxbg3 .scrollable {
	background: url(../images/bg/bg09-1.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: 820px;
}
/** 메인화면 링크 **/
#prxbg4 .scrollable {
	background: url(../images/bg/bg09.jpg) repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: 860px;
}

#prxbg5 .scrollable {
	background: url(../images/bg/bg-15.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: 1100px;
}


#prxbg6 .scrollable {
	background: url(../images/bg/bg09-1.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: 820px;
}


.parascroll {
	position: relative;
	transform: translate3d(0px, 0px, 0px);
	min-height: 451px;
	;
}

#prxbg1.parascroll {
	transform: translate3d(0px, 0px, 0px);
	min-height:840px;
}

#prxbg2.parascroll {
	transform: translate3d(0px, 100px, 0px);
	min-height: 460px;
}

#prxbg3.parascroll {
	transform: translate3d(0px, 100px, 0px);
	min-height: 460px;
}

#prxbg5.parascroll {
	transform: translate3d(0px, 0px, 0px);
	min-height: 860px;
}

#prxbg6.parascroll {
	transform: translate3d(0px, 100px, 0px);
	min-height: 460px;
}


.paraContent {
	position: relative;
	padding: 1em 0em;
	text-align: center;
}


/* Optional styling */

.scrollList {
	color: #fff;
	font-family: "Helvetica Neue", helvetica, arial, verdana, sans-serif;
	font-size: 20px;
	width: 100%;
}

#smoothparallex {
	padding: 0;
}

#smoothparallex.mainpage {
	padding: 0;
}

#smoothparallex.mainpage .paraContent {
	padding: 7em 2em;
}

#smoothparallex ul.scrollList {
	list-style-type: none;
}

#smoothparallex ul.scrollList > li {
	overflow: hidden;
}

#smoothparallex ul.scrollList,
#smoothparallex ul.scrollList > li {
	margin: 0;
	padding: 0;
	position: relative;
}

#smoothparallex ul.scrollList > li.inBetween {
	padding: 1em 2em;
	background: #fff;
	color: #333;
}

.scrollList h1,
.scrollList h2,
.scrollList h3 {
	line-height: 2em;
}

.scrollList h2 {
	font-weight: 500;
}

.scrollable {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
}

.paraContent p {
	margin-top: 100px;
}









/************************ youtube video 비디오 ************************/

.fluid-width-video-wrapper {
	width: 100%;
}

.fluid-width-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.youtube-audio {
	border-radius: 5px;
	margin: 10px;
	color: #000;
}
.youtube-audio .square{
	width: 40px;
	height: 40px;
}

.videocontainer {
	padding: 20px 0;
}

.videocontainer .side-paragraph {
	color: #fff;
}

#video-section {
	padding: 0;
}
.video-content {
	position: absolute;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}



/************************ location ************************/

#location .col-xs-12.col-sm-6 {
	padding-right: 15px;
	margin-bottom: 10px;
}

#location h3 {
	margin-top: 30px;
}

#map_canvas {
	width: 100%;
	height: 500px;
}


/******************* section bar / divider 회사소개 교재 *********************/

#customer {
	background-color: #3c3c3c;
}

.divider{
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #e7e7e7;
 text-align: center;
display: inline-block;

}




.dividerwrap {
	 width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    padding-bottom: 50px;
}




/************************ font awesome ************************/

.fa-map-marker:before {
	content: "\f041";
	color: #DFB3A8;
	margin-right: 10px;
}



.fa-lock:before {
	content: "\f023";
	font-size: 30px;
	position: absolute;
	margin-top: -47px;
	margin-left: 10px;
}

.emptyspace {
	height: 100px;
	margin: 10px;

}


.fa {
	width: 37px;
	text-align: center;
	color: #3c3c3c;
	font: normal 40px 'FontAwesome';
	line-height: 40px;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-transition: antialiased;
	-o-transition: antialiased;
	-ms-transition: antialiased;
	padding: 5px;

}

.fa-2 {
	width: 37px;
	text-align: center;
	color: #3c3c3c;
	font: normal 50px 'FontAwesome';
	line-height: 40px;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-transition: antialiased;
	-o-transition: antialiased;
	-ms-transition: antialiased;
	padding: 5px;

}

.fa-3 {
	width: 37px;
	text-align: center;
	color: #3c3c3c;
	font: normal 25px 'FontAwesome';
	line-height: 40px;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-transition: antialiased;
	-o-transition: antialiased;
	-ms-transition: antialiased;
	padding: 5px;

}
.fa-angle-double-down:before {
	content: "\f103";
}

.onlymobile {
	display: none;
}

.bounce-arrow {
	position: absolute;
	left: 49.5%;
	width: 40px;
	height: 40px;
	margin-left: -10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-ms-animation:bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;

}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);


	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
	}
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
	}
}

@-ms-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-ms-transform: translateY(0);
	}
	40% {
		-ms-transform: translateY(-30px);
	}
	60% {
		-ms-transform: translateY(-15px);
	}
}

@-o-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-30px);
	}
	60% {
		-o-transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}


/************************ thumbnail contents - 교재도구이미지 ************************/




#thumbnail-contents img {
	width: 100%;
}
#thumbnail-contents h3 {
	font-size: 20px;
}


#thumbnail-contents .col-md-3{
	padding:  1px 3px;
}
#thumbnail-contents .col-sm-4 {
	padding:  1px 3px;
}

section#thumbnail-contents {
	padding: 50px 5px;
}



/*caption*/
 .square .fade-caption{
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
		padding-top: 24%;
    top: 0;
    }

.caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	left: 0;
}



.square .caption.fade-caption:hover {
  opacity: 1;
}


/*simple-caption*/
.square .simple-caption {
    height: 55px;
    width: 100%;
    display: block;
    bottom: 0px;
    line-height: 25pt;
    text-align: center;
		border-radius: 5px;
}

.square .simple-caption-top {
    height: 200px;
    width: 100%;
    display: block;
    line-height: 25pt;
		top: 0;
    text-align: center;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		padding: 0 100px;
}

.simple-caption {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}


.simple-caption-top {
		background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 8%, rgba(0,0,0,0.5) 100%);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 8%, rgba(0,0,0,0.5) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(0,0,0,0) 8%, rgba(0,0,0,0.5) 100%);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}




.simple-caption h3 {
	font-size: 20px;
	line-height: 20px;
}



/****************************** scroll up ******************************/

.scrollup {
	width: 40px;
	height: 40px;
	bottom: 30px;
	right: 1.5%;
	position: fixed;
	background-color: #a3c7d4;
	border-radius: 100%;
	color: #fff;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	z-index: 9999;
}

.scrollup:hover {
	background-color: #97bac6;
}

#footer .scrollup a {
	color: #fff;
}
#footer .scrollup a:hover {
	color: #fff;
}



/************************* 다음페이지 보기 previous, next page ************************/

.link-to {
	display: inline-block;
}



.right-side {
	float: right;
}

.left-side {
	float: left;
}

.center-grid {
	width: 100%;
text-align: center;
}


/************************ 교재안내  ************************/

.image-wrapper .col-md-3{
    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
	}


.square {
	position: relative;
	overflow: hidden;
  display: inline-block;
}

.square img {
	width: 100%;

}

.square.circle-img {
  border-radius: 100%;
	padding: 10px;
	margin: 30px;

}

#teaching-contents .square img {
	border-radius: 5px;
}

/************************ col-md  ************************/
.col-md-4 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.col-md-6  {

		padding-top: 5px;
	padding-bottom: 5px;
}




.sm-logo img{
	width: auto;
height: 50px;
float: left;

}

.sm-logo h2 {
 float: left;
 margin-left: 10px;
}



.bk-overlay {
  background-color: #000;
  cursor: pointer;
}

.caption .square.no-opacity img:hover{
	opacity: 1;
}

.blog-image .fade-caption img {
	width: auto;
	height: 50px;
}


.square.bk-overlay img:hover {
  opacity: 0.3;
   -moz-transition: opacity .3s linear;
   -webkit-transition: opacity .3s linear;
   -ms-transition: opacity .3s linear;
   -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

#blog-page .square .fade-caption{
    opacity: 0;
    width: 170px;
    height: 170px;
    text-align: left;
    padding: 15px;
    top: 0;
    }
#blog-page .caption {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	left: 0;
}

#blog-page .square .caption.fade-caption:hover {
  opacity: 1;
}

#blog-page .square .fade-caption {
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    padding-top: 30%;
}


.square.bk-overlay img:hover {
  opacity: 0.3;
   -moz-transition: opacity .3s linear;
   -webkit-transition: opacity .3s linear;
   -ms-transition: opacity .3s linear;
   -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}


.circle-img img {
	border-radius: 100%;
}

#mainpage-icon {
	border-radius: 4px;
}

#mainpage-icon img:hover {
	opacity: 0.5;
}

#mainpage-icon h3 {
	color: #fff;
	text-align: center;
	letter-spacing: 5px;
	font-size: 20px;
	margin-top: -50px;
}

#teaching-icon h3 {
	color: #fff;
	text-align: center;
	letter-spacing: 5px;
	font-size: 20px;
	margin-top: -32px;
	line-height: initial;
}

#teaching-icon:hover {
	opacity: .7;
	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

#teaching-contents .row {
	margin-top: 0px;
margin-bottom: 50px;
}


.side-paragraph {
	display: inline-block;
	margin-top: 0;
	line-height: 25px;
	color: #3c3c3c;
	padding: 0 10px;
	margin-top: 25px;
}
.blockquote {
    border-left: 3px solid #3c3c3c;
    padding-left: 20px;
    margin-left: 0px;
}


.side-paragraph h2 {
	margin: 10px 0;
	border-bottom: 1px solid  #e7e7e7;
  padding-bottom: 10px;
}

.side-paragraph h3 {
	font-size: 20px;
}


.col-md-12 .in-text {
 	padding: 15px;
}
.in-text {
	display: inline-block;
	line-height: 25px;
}




/************************ logo 로고************************/


.logo-float {
	text-align: center; background:url('<?=G5_URL?>/img/sub_b/kongdak_bg.jpg');  }

.logo-float img {
	width: 200px;

}




/************************ btn 버튼 ************************/

.btn {
	font-weight: 400;
	line-height: 35px;
	font-size: 15px;
}
.btn-success:active:hover,.btn-success:active:focus {
	background-color: transparent;
	border: none;
}


.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}

.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.btn-primary {
	color: #fff;
	background-color: transparent;
	border: 3px solid;
	float: left;
	margin: 5px;
}

.btn-success {
	color: #fff;
	border-color: #fff;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px;
}


.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #3c3c3c;
	background-color: transparent;
	border-color: #3c3c3c;
	-webkit-transition:all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #fff;
	border: 3px solid #fff;
	color: #3c3c3c;
}

.idadam-link {
	float: left;
	margin-top: -8px;
}

.idadam-link .btn-success {
	line-height: 26px;
	margin-top: 7px;
	padding: 3px 10px;
}
/************************ sales  / 판매상품  ************************/


#sales-contents.white {
 z-index: 9999;
 background-color: #fff;

}

#sales-contents .row {
	margin-top: 0px;
margin-bottom: 50px;
}

 #sales-page {
	 z-index: -9999;
	 height: 800px;
 }
 #sales-page.event  {
  background: url(../images/bg/bg-christmas.jpg) no-repeat;
  background-size: cover;
  width: 100%;
	color: #fff;
	text-align: center;
  }
 #sales-page.baff  {
  background: url(../images/contents/baff/baff-bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  }

#sales-page.ttukttaki  {
 background: url(../images/contents/ttukttaki/ttukttaki-bg.jpg) no-repeat;
 background-size: cover;
 width: 100%;
 }

#sales-page.kongdak  {
 background: url(../images/contents/kongdak/kongdak-bg.jpg) no-repeat;
 background-size: cover;
 width:100%;

}

#sales-page.tegu  {
 background: url(../images/contents/tegu/tegu-bg.jpg) no-repeat;
background-size: cover;
width: 100%;

}

#sales-page.qvolution  {
background: url(../images/contents/qvolution/qvolution-bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

#sales-page.cobaa  {
background: url(../images/contents/cobaa/cobaa-bg.jpg) no-repeat;
background-size: cover;
width: 100%;
}

#sales-page.treehouse  {
 background: url(../images/contents/treehouse/treehouse-bg.jpg) no-repeat;
 background-size: cover;
 width: 100%;
 }

 #sales-page.goodmag  {
  background: url(../images/contents/goodmag/goodmag-bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  }

	#sales-page.chuckchuck  {
	  background: url(../images/contents/chuckchuck/chuckchuck-bg.jpg) no-repeat;
	  background-size: cover;
	  width: 100%;
	  }


/************************ blog news / 다담소식  ************************/

#blog-page .row  {
	margin-top: 50px;
	margin-bottom: 150px;
}

#blog-page .btn{
	line-height: 20px;

}

.blog-title  {
	padding: 30px;
}

.blog-image img {
	width: 100%;
}

.blog-text {
	margin-bottom: 60px;
	margin-top: 20px
		}
.blog-text h2 {
	color:  #5A5C71;
}

/************************ service / 고객센터  ************************/
.branch-local {
  height: 340px;
  margin: 5px;
}
.branch-local img {
  width: 100%;
}
.branch-local img:hover {
    opacity: 0.5;
		-moz-transition: opacity .3s linear;
		-webkit-transition: opacity .3s linear;
		-ms-transition: opacity .3s linear;
		-o-transition: opacity .3s linear;
		transition: opacity .3s linear;
	}
#service-page .branch-local p{
  float: left;
  padding: 0 5px;

}
#service-page .branch-local h3 {
  border-bottom: 1px solid #fff;
    line-height: 50px;
    padding-left: 5px;
}

.branch-local.col-md-3 {
	width: 24%;
	padding: 10px;
	margin: 0.5%;
}




/************** email form /이메일 폼  ***************/

#sending-email .form-group {
	padding: 10px 70px;
}

#sending-email .fa {
	color: #5A5C71;
}

#sending-email .sending-button {
	margin: 0;
	width: 100%;
}
.well {
	background: #fff;
	margin: 70px;
}
#sending-email textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
}
legend {
	padding: 10px;
}


/************************ company /회사소개  ************************/

section.company-page .circle-img img {
	border-radius: 100%;
	border: 5px solid #A3C7D4;
}

.title-img.circle-img  {
	margin-top: 20px;
	display: inline-block;
}


/******* timeline / 회사연혁 *********/

.timeline {
	l-style: none;
	padding: 20px 0;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 72px;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	-ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	-o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175)
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " "
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	e display: inline-block;
	border-top: 14px solid transparent;
	border-left: 15px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " "
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -13px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4!important;
}

.timeline-badge.success {
	background-color: #3f903f!important;
}

.timeline-badge.warning {
	background-color: #f0ad4e!important;
}

.timeline-badge.danger {
	background-color: #d9534f!important;
}

.timeline-badge.info {
	background-color: #5bc0de!important;
}

.timeline-title {
	margin: 10px 0 0;
	color: inherit
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0

}

.timeline-body > p {
	font-size: 15px;
}

.timeline-body > p + p {
	margin-top: 5px
}

.timeline h4 {
	font-size: 20px;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px
	}
	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: -o-calc(100% - 90px);
		width: -ms-calc(100% - 90px);
	}
	ul.timeline > li > .timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px
	}
	ul.timeline > li > .timeline-panel {
		float: right
	}
	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto
	}
	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto
	}
}


/************************ portfolio list / 교재리스트업 ************************/


/** page structure **/

#tm-portfolio {
	display: block;
	max-width: 1170px;
	min-width: 280px;
	margin: 0 auto
}

#tm-portfolio .item .square {
	border-radius: 5px;
}
/** filters list **/

#filter-list {
	display: block;
	width: 100%;
	text-align: center;
	margin: 50px 0;
}

#filter-list li {
	display: inline-block;
	width: auto;
	padding: 6px 10px;
	margin-right: 15px;
	font-size: 15px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

#filter-list li:hover {
	background: #a3c7d4;
	color: #fff
}

#filter-list li.active {
	background: #97bac6;
	color: #fff
}


/** portfolio list **/

#portfolio {
	display: block;
	width: 100%;
	margin: 30px 0;
	text-align: center
}

#portfolio .item {
	display: none;
	opacity: 0;
	width: 22%;
	vertical-align: top;
	margin-bottom: 15px;
	margin-right: 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	-moz-box-sizing: border-box
}

#portfolio .item a {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	background: #fff
}

#portfolio .item img {
	max-width: 100%;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55)
}

#portfolio.sales-item .item img{
	    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.55);
			border-radius: 5px;
}
#portfolio.sales-item .square {
	padding: 10px;
	margin: 0
}




/************************footer 하단 ************************/

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #3c3c3c;
}


#footer a:hover {
	color: #F0BFB6
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer .footer-menu {
	 border-right: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 700;
    padding: 0 10px;
}

#footer .footer-menu:first-child {
    padding-left: 0;
}
#footer .footer-menu:last-child {
    border-right: 0;
    padding-right: 0;
}

.footer-link {
 text-align: center;
 margin: 30px 0 10px 0;
 font-size: 12px;
 display: block;
}

#copyright {
	text-align: center;
	margin-top: 20px;
}

.social-icon {
	text-align: center;
}

.social-icon img {
	width: 50px;
	margin: 0px 5px;
	padding: 3px;
	background-color: #fff;
	border-radius: 10px;
}


.social-icon img:hover {
	opacity: 0.7;
	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
/************************ 교재별 색상표  ************************/

.nuriya {
	background-color: #ED8981;
	color: #fff
}

.habit {
	background-color: #C8D72E;
	color: #fff
}

.playart {
	background-color: #B9E1DC;
	color: #fff
}

.odette {
	background-color: #FBD557;
	color: #fff
}

.motherbook {
	background-color: #F27792;
	color: #fff
}

.changer {
	background-color: #CC9C59;
	color: #fff
}

.clave {
	background-color: #A8D8BA;
	color: #fff
}

.science {
	background-color: #82CFD2;
	color: #fff
}

.kobagi {
	background-color: #C3A9D1;
	color: #fff
}

.funnyphonics {
	background-color: #6CAEC9;
	color: #fff
}

.gabe {
	background-color: #8A96B6;
	color: #fff
}

.funnyhanja {
	background-color: #A8A99A;
	color: #fff
}

.ttukttaki {
	background-color: #97D9E0;
	color: #fff
}

.haru {
	background-color: #74B4E8;
	color: #fff;
}

.baff {
	background-color: #DF9EAE;
	color: #fff;
}

.kongdak {
	background-color: #f281b3;
	color: #fff;
}


.tegu {
	background-color:#86B64C;
	color: #fff;

}

.qvolution {
	background-color: #FED942;
	color: #fff;
}

.cobaa {
	background-color: #9D7E65;
	color: #fff;
}

.treehouse {
	background-color: #8DC220;
	color: #fff;
}

.goodmag {
	background-color: #DB4551;
	color: #fff;
}

.chuckchuck {
	background-color: #8874BA;
	color: #fff;
}


/************************ main color / CI  ************************/

.pink {
	background-color: #f0bfb6;
	color: #fff;
}

.darkpink {
	background-color: #dfb3ab;
	color: #fff;
}

.white {
	background-color: #fff;
	color: #3c3c3c;
}

.blue {
	background-color: #a3c7d4;
	color: #fff;
}

.darkblue {
	background-color: #97bac6;
	color: #fff;
}

.lightblue {
	background-color: #8DC0D2;
	color: #fff;
}

.yellow {
	background-color: #F8D218;
	color: #fff;
}

.darkgrey {
	background-color: #A9A9A9;
	color: #fff;
}

.transparent {
	background-color: transparent;
	color: #fff;
}
/*********************** coloring font *************************/
.nuriya-font {
	color: #ED8981;
	}

.habit-font {
	color: #C8D72E;
	}

.playart-font {
	color: #B9E1DC;
	}

.odette-font {
	color: #C8D72E;
	}

.motherbook-font {
	color: #F27792;
	}

.changer-font {
	color: #cc9c59;
	}

.clave-font {
	color: #A8D8BA;
	}

.science-font {
	color: #82CFD2;
	}

.kobagi-font {
	color: #C3A9D1;
	}

.funnyphonics-font {
	color: #6CAEC9;
	}

.gabe-font {
	color: #8A96B6;
	}

.funnyhanja-font {
	color: #A8A99A;
	}

.ttukttaki-font {
	color: #C0DE7E;
	}

.haru-font {
	color: #74B4E8;

}

.baff-font {
	color: #DF9EAE;

}

.kongdak-font {
	color: #f281b3;

}

.pink-font {
	color: #f0bfb6;

}

.darkpink-font {
	color: #dfb3ab;

}

.white-font {

	color: #fff;
}

.blue-font {
	color: #a3c7d4;

}

.darkblue-font {
	color: #97bac6;

}

.lightblue-font {
	color: #8DC0D2;

}

.yellow-font {
	color: #F8D218;

}

.darkgrey-font {
	color: #A9A9A9;
}

.black-font {
	color: #3c3c3c;
}

/************************* responsive 반응형 *************************/
/* phone size, col-xs*/
@media screen and (max-width: 480px) {
	.square .simple-caption-top {
		display: none;
		.animated-item-1animated-item-2animated-item-3display: none;
	}

.well {
	margin: 0;
}

#sending-email .form-group {
	padding: 10px 5px;
}

p {
	font-size: 12px;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

.carousel-indicators li {
	border-radius: 100%;
	padding: 12px;
	margin: 0 5px;
}

.timeline-body {
	font-size: 13px;
}

.tm-icon.header-left {
	padding: 50px 0;
}

#service-page .col-xs-6 {
	width: 49%;
}

#tm-portfolio #portfolio .item {
	width: 45%;
	margin: 0;
	padding: 0;
}

#filter-list li {
	padding: 5px 8px;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#filter-list {
	padding: 0;
}

#owl-mainpage p {
	font-size: 20px;
}

#owl-mainpage .carousel .item {
	height: 400px;
}

#footer .footer-menu {
	padding: 5px;
}

#teaching-contents .side-paragraph {
	padding: 0;
}

#thumbnail-contents .col-xs-6 {
	padding: 4px;
}

.col-md-12 .in-text {
	margin: 10px 0;
}

.onlymobile {
	direction: block;
}

.side-paragraph {
	padding: 0;
}
}

@media screen and (max-width: 767px) {
   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
	#sales-page {
		height: 350px;
	}
	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 15px;
	}

	p {
		font-size: 13px;
	}

	.carousel .square img {
		height: 60px;
		width: auto;
	}

	#smoothparallex.mainpage .paraContent {
		padding: 10px 0;
	}

	.paraContent .container {
		padding: 0;
	}

	.paraContent .col-xs-6 {
		padding: 5px;
	}

	.parascroll {
		min-height: 390px;
	}

	#smoothparallex ul.scrollList > li.inBetween {
		padding: 10px;
	}

	.blog-image .fade-caption img {
		height: 30px;
	}

	.b-board .nav-tabs>li {
		width: 50%;
	}

	.panel-group {
		padding: 10px 0;
	}

	.ct-board .nav-tabs>li {
		width: 100%;
	}

	.menuexpand {
		width: auto;
	}

	ul#portfolio {
		margin: 0;
		padding: 0;
	}

	#portfolio .item {
		width: 32%;
		margin: 0;
	}

	#portfolio h3 {
		font-size: 15px;
	}

	.panel-group {
		padding: 10px;
	}

	.mainpage-icon {
		margin: 0;
		padding: 0;
	}

	.aboutdadam {
		margin: 0;
	}

	.aboutdadam .container {
		padding: 0;
	}

	.aboutdadam .col-xs-6 {
		padding: 0;
	}

	#tm-portfolio #portfolio .item {
		padding: 3px;
	}
	.navbar-brand img {
    width: 100px;
	}
	.navbar-inverse .navbar-collapse {
		margin-top: 10px;
	}
		.navbar-inverse .navbar-collapse li {
			padding-top: 10px;
		}

		.idadam-link .btn-success {
			margin-top: 25px;
		}

}

@media screen and (min-width: 768px) {

}


@media screen and (max-width:991px) {
	.content-heading {
		font-size: 28px;
	}

	.content-teaser {
		font-size: 15px;
	}
}

@media screen and (max-width:1199px) {

}

@media screen and (min-width:1200px) {
	#blog-page .container {
		width: 800px;
	}
	#myCarousel {
		height: 700px;
	}

	.menuexpand {
		width: 300px;
	}

	/*main content*/
	#video_wrap .wide-video {
		display: block;
	}

	#video_wrap .slogan .slogan_desc {
		display: block;
		font-size: 22px;
		color: #fff;
		padding: 20px 20px 10px;
		line-height: 34px;
	}

}
